Version 1.11.1.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.11.1\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-04-16 13:40+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 " \n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe 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:1087 ../src/guestfs.pod:1091 ../src/guestfs.pod:1095 ../src/guestfs.pod:1100 ../src/guestfs.pod:1108 ../src/guestfs.pod:1127 ../src/guestfs.pod:1135 ../src/guestfs.pod:1157 ../src/guestfs.pod:1161 ../src/guestfs.pod:1165 ../src/guestfs.pod:1169 ../src/guestfs.pod:1173 ../src/guestfs.pod:1177 ../src/guestfs.pod:1659 ../src/guestfs.pod:1664 ../src/guestfs.pod:1668 ../src/guestfs.pod:1769 ../src/guestfs.pod:1774 ../src/guestfs.pod:1778 ../src/guestfs.pod:1788 ../src/guestfs.pod:2022 ../src/guestfs.pod:2027 ../src/guestfs.pod:2033 ../src/guestfs.pod:2041 ../src/guestfs.pod:2395 ../src/guestfs.pod:2401 ../src/guestfs.pod:2406 ../src/guestfs.pod:2412 ../src/guestfs.pod:2877 ../src/guestfs.pod:2881 ../src/guestfs.pod:2885 ../src/guestfs.pod:2889 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600 ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608 ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620 ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628 ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784 ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859 ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868 ../fish/guestfish.pod:443 ../fish/guestfish.pod:447 ../fish/guestfish.pod:451 ../fish/guestfish.pod:455 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076 ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084 ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096 ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110 ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118 ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222 ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268 ../fish/guestfish-actions.pod:1273 ../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:1280 ../src/guestfs.pod:1411 ../src/guestfs.pod:2440
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:1284 ../src/guestfs.pod:1415 ../src/guestfs.pod:2465
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:1421
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 "When modifying a filesystem from C or another language, you B<must> unmount "
1551 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1552 "libguestfs handle.  You can also call:"
1553 msgstr ""
1554
1555 #. type: verbatim
1556 #: ../src/guestfs.pod:782
1557 #, no-wrap
1558 msgid ""
1559 " guestfs_set_autosync (g, 1);\n"
1560 "\n"
1561 msgstr ""
1562
1563 #. type: textblock
1564 #: ../src/guestfs.pod:784
1565 msgid ""
1566 "to have the unmount/sync done automatically for you when the handle 'g' is "
1567 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1568 "q.v.)"
1569 msgstr ""
1570
1571 #. type: textblock
1572 #: ../src/guestfs.pod:788
1573 msgid ""
1574 "If you forget to do this, then it is entirely possible that your changes "
1575 "won't be written out, or will be partially written, or (very rarely) that "
1576 "you'll get disk corruption."
1577 msgstr ""
1578
1579 #. type: textblock
1580 #: ../src/guestfs.pod:792
1581 msgid ""
1582 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1583 "guestfish scripts that forget to sync will work just fine, which can make "
1584 "this very puzzling if you are trying to debug a problem."
1585 msgstr ""
1586
1587 #. type: textblock
1588 #: ../src/guestfs.pod:796
1589 msgid ""
1590 "Update: Autosync is enabled by default for all API users starting from "
1591 "libguestfs 1.5.24."
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 "PROTOCOL LIMITS"
1764 msgstr ""
1765
1766 #. type: textblock
1767 #: ../src/guestfs.pod:884
1768 msgid ""
1769 "Internally libguestfs uses a message-based protocol to pass API calls and "
1770 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1771 "plenty more detail about this).  The maximum message size used by the "
1772 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1773 "aware of this limit.  The API calls which may be affected are individually "
1774 "documented, with a link back to this section of the documentation."
1775 msgstr ""
1776
1777 #. type: textblock
1778 #: ../src/guestfs.pod:892
1779 msgid ""
1780 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1781 "a simple string.  Because this string is at some point internally encoded as "
1782 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1783 "the requested file is larger than this then you will get an error."
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: ../src/guestfs.pod:898
1788 msgid ""
1789 "In order to transfer large files into and out of the guest filesystem, you "
1790 "need to use particular calls that support this.  The sections L</UPLOADING> "
1791 "and L</DOWNLOADING> document how to do this."
1792 msgstr ""
1793
1794 #. type: textblock
1795 #: ../src/guestfs.pod:902
1796 msgid ""
1797 "You might also consider mounting the disk image using our FUSE filesystem "
1798 "support (L<guestmount(1)>)."
1799 msgstr ""
1800
1801 #. type: =head2
1802 #: ../src/guestfs.pod:905
1803 msgid "KEYS AND PASSPHRASES"
1804 msgstr ""
1805
1806 #. type: textblock
1807 #: ../src/guestfs.pod:907
1808 msgid ""
1809 "Certain libguestfs calls take a parameter that contains sensitive key "
1810 "material, passed in as a C string."
1811 msgstr ""
1812
1813 #. type: textblock
1814 #: ../src/guestfs.pod:910
1815 msgid ""
1816 "In the future we would hope to change the libguestfs implementation so that "
1817 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1818 "swap.  However this is I<not> done at the moment, because of the complexity "
1819 "of such an implementation."
1820 msgstr ""
1821
1822 #. type: textblock
1823 #: ../src/guestfs.pod:915
1824 msgid ""
1825 "Therefore you should be aware that any key parameter you pass to libguestfs "
1826 "might end up being written out to the swap partition.  If this is a concern, "
1827 "scrub the swap partition or don't use libguestfs on encrypted devices."
1828 msgstr ""
1829
1830 #. type: =head2
1831 #: ../src/guestfs.pod:920
1832 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1833 msgstr ""
1834
1835 #. type: textblock
1836 #: ../src/guestfs.pod:922
1837 msgid ""
1838 "All high-level libguestfs actions are synchronous.  If you want to use "
1839 "libguestfs asynchronously then you must create a thread."
1840 msgstr ""
1841
1842 #. type: textblock
1843 #: ../src/guestfs.pod:925
1844 msgid ""
1845 "Only use the handle from a single thread.  Either use the handle exclusively "
1846 "from one thread, or provide your own mutex so that two threads cannot issue "
1847 "calls on the same handle at the same time."
1848 msgstr ""
1849
1850 #. type: textblock
1851 #: ../src/guestfs.pod:929
1852 msgid ""
1853 "See the graphical program guestfs-browser for one possible architecture for "
1854 "multithreaded programs using libvirt and libguestfs."
1855 msgstr ""
1856
1857 #. type: =head2
1858 #: ../src/guestfs.pod:932
1859 msgid "PATH"
1860 msgstr ""
1861
1862 #. type: textblock
1863 #: ../src/guestfs.pod:934
1864 msgid ""
1865 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1866 "internal path."
1867 msgstr ""
1868
1869 #. type: textblock
1870 #: ../src/guestfs.pod:937
1871 msgid ""
1872 "By default it looks for these in the directory C<$libdir/guestfs> "
1873 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1874 msgstr ""
1875
1876 #. type: textblock
1877 #: ../src/guestfs.pod:940
1878 msgid ""
1879 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1880 "to change the directories that libguestfs will search in.  The value is a "
1881 "colon-separated list of paths.  The current directory is I<not> searched "
1882 "unless the path contains an empty element or C<.>.  For example "
1883 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1884 "then C</usr/lib/guestfs>."
1885 msgstr ""
1886
1887 #. type: =head2
1888 #: ../src/guestfs.pod:947
1889 msgid "QEMU WRAPPERS"
1890 msgstr ""
1891
1892 #. type: textblock
1893 #: ../src/guestfs.pod:949
1894 msgid ""
1895 "If you want to compile your own qemu, run qemu from a non-standard location, "
1896 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1897 "around qemu."
1898 msgstr ""
1899
1900 #. type: textblock
1901 #: ../src/guestfs.pod:953
1902 msgid ""
1903 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1904 "last command in the shell script (so that qemu replaces the shell and "
1905 "becomes the direct child of the libguestfs-using program).  If you don't do "
1906 "this, then the qemu process won't be cleaned up correctly."
1907 msgstr ""
1908
1909 #. type: textblock
1910 #: ../src/guestfs.pod:958
1911 msgid ""
1912 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1913 "source:"
1914 msgstr ""
1915
1916 #. type: verbatim
1917 #: ../src/guestfs.pod:961
1918 #, no-wrap
1919 msgid ""
1920 " #!/bin/sh -\n"
1921 " qemudir=/home/rjones/d/qemu\n"
1922 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1923 "\"$@\"\n"
1924 "\n"
1925 msgstr ""
1926
1927 #. type: textblock
1928 #: ../src/guestfs.pod:965
1929 msgid ""
1930 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1931 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1932 "example:"
1933 msgstr ""
1934
1935 #. type: verbatim
1936 #: ../src/guestfs.pod:969
1937 #, no-wrap
1938 msgid ""
1939 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1940 "\n"
1941 msgstr ""
1942
1943 #. type: textblock
1944 #: ../src/guestfs.pod:971
1945 msgid ""
1946 "Note that libguestfs also calls qemu with the -help and -version options in "
1947 "order to determine features."
1948 msgstr ""
1949
1950 #. type: =head2
1951 #: ../src/guestfs.pod:974
1952 msgid "ATTACHING TO RUNNING DAEMONS"
1953 msgstr ""
1954
1955 #. type: textblock
1956 #: ../src/guestfs.pod:976
1957 msgid ""
1958 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1959 "babies.  Use with caution."
1960 msgstr ""
1961
1962 #. type: textblock
1963 #: ../src/guestfs.pod:979
1964 msgid ""
1965 "I<Note (2):> This section explains how to attach to a running daemon from a "
1966 "low level perspective.  For most users, simply using virt tools such as "
1967 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1968 msgstr ""
1969
1970 #. type: =head3
1971 #: ../src/guestfs.pod:983
1972 msgid "Using guestfs_set_attach_method"
1973 msgstr ""
1974
1975 #. type: textblock
1976 #: ../src/guestfs.pod:985
1977 msgid ""
1978 "By calling L</guestfs_set_attach_method> you can change how the library "
1979 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1980 "L</ARCHITECTURE> for some background)."
1981 msgstr ""
1982
1983 #. type: textblock
1984 #: ../src/guestfs.pod:989
1985 msgid ""
1986 "The normal attach method is C<appliance>, where a small appliance is created "
1987 "containing the daemon, and then the library connects to this."
1988 msgstr ""
1989
1990 #. type: textblock
1991 #: ../src/guestfs.pod:992
1992 msgid ""
1993 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1994 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1995 "daemon over the Unix domain socket."
1996 msgstr ""
1997
1998 #. type: textblock
1999 #: ../src/guestfs.pod:996
2000 msgid ""
2001 "The normal use for this is to connect to a running virtual machine that "
2002 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2003 "files inside the live virtual machine."
2004 msgstr ""
2005
2006 #. type: =head3
2007 #: ../src/guestfs.pod:1000
2008 msgid "Using guestfs_add_domain with live flag"
2009 msgstr ""
2010
2011 #. type: textblock
2012 #: ../src/guestfs.pod:1002
2013 msgid ""
2014 "L</guestfs_add_domain> provides some help for getting the correct attach "
2015 "method.  If you pass the C<live> option to this function, then (if the "
2016 "virtual machine is running) it will examine the libvirt XML looking for a "
2017 "virtio-serial channel to connect to:"
2018 msgstr ""
2019
2020 #. type: verbatim
2021 #: ../src/guestfs.pod:1008
2022 #, no-wrap
2023 msgid ""
2024 " <domain>\n"
2025 "   ...\n"
2026 "   <devices>\n"
2027 "     ...\n"
2028 "     <channel type='unix'>\n"
2029 "       <source mode='bind' path='/path/to/socket'/>\n"
2030 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2031 "     </channel>\n"
2032 "     ...\n"
2033 "   </devices>\n"
2034 " </domain>\n"
2035 "\n"
2036 msgstr ""
2037
2038 #. type: textblock
2039 #: ../src/guestfs.pod:1020
2040 msgid ""
2041 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2042 "method to C<unix:/path/to/socket>."
2043 msgstr ""
2044
2045 #. type: textblock
2046 #: ../src/guestfs.pod:1023
2047 msgid ""
2048 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2049 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2050 "to attach to and modify live virtual machines."
2051 msgstr ""
2052
2053 #. type: textblock
2054 #: ../src/guestfs.pod:1027
2055 msgid ""
2056 "The virtual machine needs to have been set up beforehand so that it has the "
2057 "virtio-serial channel and so that guestfsd is running inside it."
2058 msgstr ""
2059
2060 #. type: =head2
2061 #: ../src/guestfs.pod:1031
2062 msgid "ABI GUARANTEE"
2063 msgstr ""
2064
2065 #. type: textblock
2066 #: ../src/guestfs.pod:1033
2067 msgid ""
2068 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2069 "actions as outlined in this section.  Although we will deprecate some "
2070 "actions, for example if they get replaced by newer calls, we will keep the "
2071 "old actions forever.  This allows you the developer to program in confidence "
2072 "against the libguestfs API."
2073 msgstr ""
2074
2075 #. type: =head2
2076 #: ../src/guestfs.pod:1039
2077 msgid "BLOCK DEVICE NAMING"
2078 msgstr ""
2079
2080 #. type: textblock
2081 #: ../src/guestfs.pod:1041
2082 msgid ""
2083 "In the kernel there is now quite a profusion of schemata for naming block "
2084 "devices (in this context, by I<block device> I mean a physical or virtual "
2085 "hard drive).  The original Linux IDE driver used names starting with "
2086 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2087 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2088 "replacement for the old IDE driver (particularly for SATA devices) those "
2089 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2090 "machines with paravirtualized drivers.  This has created several different "
2091 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2092 "Xen PV disks."
2093 msgstr ""
2094
2095 #. type: textblock
2096 #: ../src/guestfs.pod:1053
2097 msgid ""
2098 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2099 "Linux kernel to access block devices.  We can run a variety of appliances "
2100 "based on a variety of Linux kernels."
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1057
2105 msgid ""
2106 "This causes a problem for libguestfs because many API calls use device or "
2107 "partition names.  Working scripts and the recipe (example) scripts that we "
2108 "make available over the internet could fail if the naming scheme changes."
2109 msgstr ""
2110
2111 #. type: textblock
2112 #: ../src/guestfs.pod:1062
2113 msgid ""
2114 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2115 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2116 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2117 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2118 msgstr ""
2119
2120 #. type: textblock
2121 #: ../src/guestfs.pod:1068
2122 msgid ""
2123 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2124 "L</guestfs_list_partitions> and similar calls return the true names of the "
2125 "devices and partitions as known to the appliance."
2126 msgstr ""
2127
2128 #. type: =head3
2129 #: ../src/guestfs.pod:1073
2130 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1075
2135 msgid ""
2136 "Usually this translation is transparent.  However in some (very rare)  cases "
2137 "you may need to know the exact algorithm.  Such cases include where you use "
2138 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2139 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2140 "devices."
2141 msgstr ""
2142
2143 #. type: textblock
2144 #: ../src/guestfs.pod:1081
2145 msgid ""
2146 "The algorithm is applied only to I<parameters> which are known to be either "
2147 "device or partition names.  Return values from functions such as "
2148 "L</guestfs_list_devices> are never changed."
2149 msgstr ""
2150
2151 #. type: textblock
2152 #: ../src/guestfs.pod:1089
2153 msgid "Is the string a parameter which is a device or partition name?"
2154 msgstr ""
2155
2156 #. type: textblock
2157 #: ../src/guestfs.pod:1093
2158 msgid "Does the string begin with C</dev/sd>?"
2159 msgstr ""
2160
2161 #. type: textblock
2162 #: ../src/guestfs.pod:1097
2163 msgid ""
2164 "Does the named device exist? If so, we use that device.  However if I<not> "
2165 "then we continue with this algorithm."
2166 msgstr ""
2167
2168 #. type: textblock
2169 #: ../src/guestfs.pod:1102
2170 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2171 msgstr ""
2172
2173 #. type: textblock
2174 #: ../src/guestfs.pod:1104
2175 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2176 msgstr ""
2177
2178 #. type: textblock
2179 #: ../src/guestfs.pod:1106
2180 msgid "If that named device exists, use it.  If not, continue."
2181 msgstr ""
2182
2183 #. type: textblock
2184 #: ../src/guestfs.pod:1110
2185 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2186 msgstr ""
2187
2188 #. type: textblock
2189 #: ../src/guestfs.pod:1112
2190 msgid "If that named device exists, use it.  If not, return an error."
2191 msgstr ""
2192
2193 #. type: =head3
2194 #: ../src/guestfs.pod:1116
2195 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2196 msgstr ""
2197
2198 #. type: textblock
2199 #: ../src/guestfs.pod:1118
2200 msgid ""
2201 "Although the standard naming scheme and automatic translation is useful for "
2202 "simple programs and guestfish scripts, for larger programs it is best not to "
2203 "rely on this mechanism."
2204 msgstr ""
2205
2206 #. type: textblock
2207 #: ../src/guestfs.pod:1122
2208 msgid ""
2209 "Where possible for maximum future portability programs using libguestfs "
2210 "should use these future-proof techniques:"
2211 msgstr ""
2212
2213 #. type: textblock
2214 #: ../src/guestfs.pod:1129
2215 msgid ""
2216 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2217 "device names, and then use those names directly."
2218 msgstr ""
2219
2220 #. type: textblock
2221 #: ../src/guestfs.pod:1132
2222 msgid "Since those device names exist by definition, they will never be translated."
2223 msgstr ""
2224
2225 #. type: textblock
2226 #: ../src/guestfs.pod:1137
2227 msgid ""
2228 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2229 "filesystem labels."
2230 msgstr ""
2231
2232 #. type: =head1
2233 #: ../src/guestfs.pod:1142
2234 msgid "SECURITY"
2235 msgstr ""
2236
2237 #. type: textblock
2238 #: ../src/guestfs.pod:1144
2239 msgid ""
2240 "This section discusses security implications of using libguestfs, "
2241 "particularly with untrusted or malicious guests or disk images."
2242 msgstr ""
2243
2244 #. type: =head2
2245 #: ../src/guestfs.pod:1147
2246 msgid "GENERAL SECURITY CONSIDERATIONS"
2247 msgstr ""
2248
2249 #. type: textblock
2250 #: ../src/guestfs.pod:1149
2251 msgid ""
2252 "Be careful with any files or data that you download from a guest (by "
2253 "\"download\" we mean not just the L</guestfs_download> command but any "
2254 "command that reads files, filenames, directories or anything else from a "
2255 "disk image).  An attacker could manipulate the data to fool your program "
2256 "into doing the wrong thing.  Consider cases such as:"
2257 msgstr ""
2258
2259 #. type: textblock
2260 #: ../src/guestfs.pod:1159
2261 msgid "the data (file etc) not being present"
2262 msgstr ""
2263
2264 #. type: textblock
2265 #: ../src/guestfs.pod:1163
2266 msgid "being present but empty"
2267 msgstr ""
2268
2269 #. type: textblock
2270 #: ../src/guestfs.pod:1167
2271 msgid "being much larger than normal"
2272 msgstr ""
2273
2274 #. type: textblock
2275 #: ../src/guestfs.pod:1171
2276 msgid "containing arbitrary 8 bit data"
2277 msgstr ""
2278
2279 #. type: textblock
2280 #: ../src/guestfs.pod:1175
2281 msgid "being in an unexpected character encoding"
2282 msgstr ""
2283
2284 #. type: textblock
2285 #: ../src/guestfs.pod:1179
2286 msgid "containing homoglyphs."
2287 msgstr ""
2288
2289 #. type: =head2
2290 #: ../src/guestfs.pod:1183
2291 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2292 msgstr ""
2293
2294 #. type: textblock
2295 #: ../src/guestfs.pod:1185
2296 msgid ""
2297 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2298 "(VFS) module can sometimes be escalated into exploits by deliberately "
2299 "creating a malicious, malformed filesystem.  These exploits are very severe "
2300 "for two reasons.  Firstly there are very many filesystem drivers in the "
2301 "kernel, and many of them are infrequently used and not much developer "
2302 "attention has been paid to the code.  Linux userspace helps potential "
2303 "crackers by detecting the filesystem type and automatically choosing the "
2304 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2305 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2306 "exploit (worse in some ways), giving immediate and total access to the "
2307 "system right down to the hardware level."
2308 msgstr ""
2309
2310 #. type: textblock
2311 #: ../src/guestfs.pod:1198
2312 msgid ""
2313 "That explains why you should never mount a filesystem from an untrusted "
2314 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2315 "inside a qemu virtual machine, usually running as a non-root user.  The "
2316 "attacker would need to write a filesystem which first exploited the kernel, "
2317 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2318 "the libguestfs protocol, and finally to be as serious as the host kernel "
2319 "exploit it would need to escalate its privileges to root.  This multi-step "
2320 "escalation, performed by a static piece of data, is thought to be extremely "
2321 "hard to do, although we never say 'never' about security issues."
2322 msgstr ""
2323
2324 #. type: textblock
2325 #: ../src/guestfs.pod:1209
2326 msgid ""
2327 "In any case callers can reduce the attack surface by forcing the filesystem "
2328 "type when mounting (use L</guestfs_mount_vfs>)."
2329 msgstr ""
2330
2331 #. type: =head2
2332 #: ../src/guestfs.pod:1212
2333 msgid "PROTOCOL SECURITY"
2334 msgstr ""
2335
2336 #. type: textblock
2337 #: ../src/guestfs.pod:1214
2338 msgid ""
2339 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2340 "defined upper message size.  However a program that uses libguestfs must "
2341 "also take care - for example you can write a program that downloads a binary "
2342 "from a disk image and executes it locally, and no amount of protocol "
2343 "security will save you from the consequences."
2344 msgstr ""
2345
2346 #. type: =head2
2347 #: ../src/guestfs.pod:1220
2348 msgid "INSPECTION SECURITY"
2349 msgstr ""
2350
2351 #. type: textblock
2352 #: ../src/guestfs.pod:1222
2353 msgid ""
2354 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2355 "directly from the guest, and these could contain any 8 bit data.  Callers "
2356 "should be careful to escape these before printing them to a structured file "
2357 "(for example, use HTML escaping if creating a web page)."
2358 msgstr ""
2359
2360 #. type: textblock
2361 #: ../src/guestfs.pod:1228
2362 msgid ""
2363 "Guest configuration may be altered in unusual ways by the administrator of "
2364 "the virtual machine, and may not reflect reality (particularly for untrusted "
2365 "or actively malicious guests).  For example we parse the hostname from "
2366 "configuration files like C</etc/sysconfig/network> that we find in the "
2367 "guest, but the guest administrator can easily manipulate these files to "
2368 "provide the wrong hostname."
2369 msgstr ""
2370
2371 #. type: textblock
2372 #: ../src/guestfs.pod:1236
2373 msgid ""
2374 "The inspection API parses guest configuration using two external libraries: "
2375 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2376 "designed to be robust in the face of malicious data, although denial of "
2377 "service attacks are still possible, for example with oversized configuration "
2378 "files."
2379 msgstr ""
2380
2381 #. type: =head2
2382 #: ../src/guestfs.pod:1242
2383 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2384 msgstr ""
2385
2386 #. type: textblock
2387 #: ../src/guestfs.pod:1244
2388 msgid ""
2389 "Be very cautious about running commands from the guest.  By running a "
2390 "command in the guest, you are giving CPU time to a binary that you do not "
2391 "control, under the same user account as the library, albeit wrapped in qemu "
2392 "virtualization.  More information and alternatives can be found in the "
2393 "section L</RUNNING COMMANDS>."
2394 msgstr ""
2395
2396 #. type: =head2
2397 #: ../src/guestfs.pod:1250
2398 msgid "CVE-2010-3851"
2399 msgstr ""
2400
2401 #. type: textblock
2402 #: ../src/guestfs.pod:1252
2403 msgid "https://bugzilla.redhat.com/642934"
2404 msgstr ""
2405
2406 #. type: textblock
2407 #: ../src/guestfs.pod:1254
2408 msgid ""
2409 "This security bug concerns the automatic disk format detection that qemu "
2410 "does on disk images."
2411 msgstr ""
2412
2413 #. type: textblock
2414 #: ../src/guestfs.pod:1257
2415 msgid ""
2416 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2417 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2418 "for one of the known headers, and if none is found then assuming the disk "
2419 "image must be raw."
2420 msgstr ""
2421
2422 #. type: textblock
2423 #: ../src/guestfs.pod:1262
2424 msgid ""
2425 "This allows a guest which has been given a raw disk image to write some "
2426 "other header.  At next boot (or when the disk image is accessed by "
2427 "libguestfs) qemu would do autodetection and think the disk image format was, "
2428 "say, qcow2 based on the header written by the guest."
2429 msgstr ""
2430
2431 #. type: textblock
2432 #: ../src/guestfs.pod:1267
2433 msgid ""
2434 "This in itself would not be a problem, but qcow2 offers many features, one "
2435 "of which is to allow a disk image to refer to another image (called the "
2436 "\"backing disk\").  It does this by placing the path to the backing disk "
2437 "into the qcow2 header.  This path is not validated and could point to any "
2438 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2439 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2440 "control of the attacker."
2441 msgstr ""
2442
2443 #. type: textblock
2444 #: ../src/guestfs.pod:1275
2445 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2446 msgstr ""
2447
2448 #. type: textblock
2449 #: ../src/guestfs.pod:1282
2450 msgid "You have enabled the network or have opened the disk in write mode."
2451 msgstr ""
2452
2453 #. type: textblock
2454 #: ../src/guestfs.pod:1286
2455 msgid ""
2456 "You are also running untrusted code from the guest (see L</RUNNING "
2457 "COMMANDS>)."
2458 msgstr ""
2459
2460 #. type: textblock
2461 #: ../src/guestfs.pod:1291
2462 msgid ""
2463 "The way to avoid this is to specify the expected disk format when adding "
2464 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2465 "should always do this if the disk is raw format, and it's a good idea for "
2466 "other cases too."
2467 msgstr ""
2468
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1296
2471 msgid ""
2472 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2473 "format is fetched from libvirt and passed through."
2474 msgstr ""
2475
2476 #. type: textblock
2477 #: ../src/guestfs.pod:1299
2478 msgid ""
2479 "For libguestfs tools, use the I<--format> command line parameter as "
2480 "appropriate."
2481 msgstr ""
2482
2483 #. type: =head1
2484 #: ../src/guestfs.pod:1302
2485 msgid "CONNECTION MANAGEMENT"
2486 msgstr ""
2487
2488 #. type: =head2
2489 #: ../src/guestfs.pod:1304
2490 msgid "guestfs_h *"
2491 msgstr ""
2492
2493 #. type: textblock
2494 #: ../src/guestfs.pod:1306
2495 msgid ""
2496 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2497 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2498 "handle and release all resources used."
2499 msgstr ""
2500
2501 #. type: textblock
2502 #: ../src/guestfs.pod:1310
2503 msgid ""
2504 "For information on using multiple handles and threads, see the section "
2505 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2506 msgstr ""
2507
2508 #. type: =head2
2509 #: ../src/guestfs.pod:1313
2510 msgid "guestfs_create"
2511 msgstr ""
2512
2513 #. type: verbatim
2514 #: ../src/guestfs.pod:1315
2515 #, no-wrap
2516 msgid ""
2517 " guestfs_h *guestfs_create (void);\n"
2518 "\n"
2519 msgstr ""
2520
2521 #. type: textblock
2522 #: ../src/guestfs.pod:1317
2523 msgid "Create a connection handle."
2524 msgstr ""
2525
2526 #. type: textblock
2527 #: ../src/guestfs.pod:1319
2528 msgid ""
2529 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2530 "on the handle at least once."
2531 msgstr ""
2532
2533 #. type: textblock
2534 #: ../src/guestfs.pod:1322
2535 msgid ""
2536 "This function returns a non-NULL pointer to a handle on success or NULL on "
2537 "error."
2538 msgstr ""
2539
2540 #. type: textblock
2541 #: ../src/guestfs.pod:1325
2542 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2543 msgstr ""
2544
2545 #. type: textblock
2546 #: ../src/guestfs.pod:1327
2547 msgid ""
2548 "You may also want to configure error handling for the handle.  See L</ERROR "
2549 "HANDLING> section below."
2550 msgstr ""
2551
2552 #. type: =head2
2553 #: ../src/guestfs.pod:1330
2554 msgid "guestfs_close"
2555 msgstr ""
2556
2557 #. type: verbatim
2558 #: ../src/guestfs.pod:1332
2559 #, no-wrap
2560 msgid ""
2561 " void guestfs_close (guestfs_h *g);\n"
2562 "\n"
2563 msgstr ""
2564
2565 #. type: textblock
2566 #: ../src/guestfs.pod:1334
2567 msgid "This closes the connection handle and frees up all resources used."
2568 msgstr ""
2569
2570 #. type: =head1
2571 #: ../src/guestfs.pod:1336
2572 msgid "ERROR HANDLING"
2573 msgstr ""
2574
2575 #. type: textblock
2576 #: ../src/guestfs.pod:1338
2577 msgid ""
2578 "API functions can return errors.  For example, almost all functions that "
2579 "return C<int> will return C<-1> to indicate an error."
2580 msgstr ""
2581
2582 #. type: textblock
2583 #: ../src/guestfs.pod:1341
2584 msgid ""
2585 "Additional information is available for errors: an error message string and "
2586 "optionally an error number (errno) if the thing that failed was a system "
2587 "call."
2588 msgstr ""
2589
2590 #. type: textblock
2591 #: ../src/guestfs.pod:1345
2592 msgid ""
2593 "You can get at the additional information about the last error on the handle "
2594 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2595 "up an error handler with L</guestfs_set_error_handler>."
2596 msgstr ""
2597
2598 #. type: textblock
2599 #: ../src/guestfs.pod:1350
2600 msgid ""
2601 "When the handle is created, a default error handler is installed which "
2602 "prints the error message string to C<stderr>.  For small short-running "
2603 "command line programs it is sufficient to do:"
2604 msgstr ""
2605
2606 #. type: verbatim
2607 #: ../src/guestfs.pod:1354
2608 #, no-wrap
2609 msgid ""
2610 " if (guestfs_launch (g) == -1)\n"
2611 "   exit (EXIT_FAILURE);\n"
2612 "\n"
2613 msgstr ""
2614
2615 #. type: textblock
2616 #: ../src/guestfs.pod:1357
2617 msgid ""
2618 "since the default error handler will ensure that an error message has been "
2619 "printed to C<stderr> before the program exits."
2620 msgstr ""
2621
2622 #. type: textblock
2623 #: ../src/guestfs.pod:1360
2624 msgid ""
2625 "For other programs the caller will almost certainly want to install an "
2626 "alternate error handler or do error handling in-line like this:"
2627 msgstr ""
2628
2629 #. type: verbatim
2630 #: ../src/guestfs.pod:1363
2631 #, no-wrap
2632 msgid ""
2633 " g = guestfs_create ();\n"
2634 " \n"
2635 msgstr ""
2636
2637 #. type: verbatim
2638 #: ../src/guestfs.pod:1365
2639 #, no-wrap
2640 msgid ""
2641 " /* This disables the default behaviour of printing errors\n"
2642 "    on stderr. */\n"
2643 " guestfs_set_error_handler (g, NULL, NULL);\n"
2644 " \n"
2645 msgstr ""
2646
2647 #. type: verbatim
2648 #: ../src/guestfs.pod:1369
2649 #, no-wrap
2650 msgid ""
2651 " if (guestfs_launch (g) == -1) {\n"
2652 "   /* Examine the error message and print it etc. */\n"
2653 "   char *msg = guestfs_last_error (g);\n"
2654 "   int errnum = guestfs_last_errno (g);\n"
2655 "   fprintf (stderr, \"%s\\n\", msg);\n"
2656 "   /* ... */\n"
2657 "  }\n"
2658 "\n"
2659 msgstr ""
2660
2661 #. type: textblock
2662 #: ../src/guestfs.pod:1377
2663 msgid ""
2664 "Out of memory errors are handled differently.  The default action is to call "
2665 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2666 "L</guestfs_set_out_of_memory_handler>."
2667 msgstr ""
2668
2669 #. type: textblock
2670 #: ../src/guestfs.pod:1381
2671 msgid ""
2672 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2673 "because there is no handle if this happens there is no way to get additional "
2674 "error information.  However L</guestfs_create> is supposed to be a "
2675 "lightweight operation which can only fail because of insufficient memory (it "
2676 "returns NULL in this case)."
2677 msgstr ""
2678
2679 #. type: =head2
2680 #: ../src/guestfs.pod:1387
2681 msgid "guestfs_last_error"
2682 msgstr ""
2683
2684 #. type: verbatim
2685 #: ../src/guestfs.pod:1389
2686 #, no-wrap
2687 msgid ""
2688 " const char *guestfs_last_error (guestfs_h *g);\n"
2689 "\n"
2690 msgstr ""
2691
2692 #. type: textblock
2693 #: ../src/guestfs.pod:1391
2694 msgid ""
2695 "This returns the last error message that happened on C<g>.  If there has not "
2696 "been an error since the handle was created, then this returns C<NULL>."
2697 msgstr ""
2698
2699 #. type: textblock
2700 #: ../src/guestfs.pod:1395
2701 msgid ""
2702 "The lifetime of the returned string is until the next error occurs, or "
2703 "L</guestfs_close> is called."
2704 msgstr ""
2705
2706 #. type: =head2
2707 #: ../src/guestfs.pod:1398
2708 msgid "guestfs_last_errno"
2709 msgstr ""
2710
2711 #. type: verbatim
2712 #: ../src/guestfs.pod:1400
2713 #, no-wrap
2714 msgid ""
2715 " int guestfs_last_errno (guestfs_h *g);\n"
2716 "\n"
2717 msgstr ""
2718
2719 #. type: textblock
2720 #: ../src/guestfs.pod:1402
2721 msgid "This returns the last error number (errno) that happened on C<g>."
2722 msgstr ""
2723
2724 #. type: textblock
2725 #: ../src/guestfs.pod:1404
2726 msgid "If successful, an errno integer not equal to zero is returned."
2727 msgstr ""
2728
2729 #. type: textblock
2730 #: ../src/guestfs.pod:1406
2731 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2732 msgstr ""
2733
2734 #. type: textblock
2735 #: ../src/guestfs.pod:1413
2736 msgid "There has not been any error on the handle."
2737 msgstr ""
2738
2739 #. type: textblock
2740 #: ../src/guestfs.pod:1417
2741 msgid ""
2742 "There has been an error but the errno was meaningless.  This corresponds to "
2743 "the case where the error did not come from a failed system call, but for "
2744 "some other reason."
2745 msgstr ""
2746
2747 #. type: textblock
2748 #: ../src/guestfs.pod:1423
2749 msgid ""
2750 "There was an error from a failed system call, but for some reason the errno "
2751 "was not captured and returned.  This usually indicates a bug in libguestfs."
2752 msgstr ""
2753
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1429
2756 msgid ""
2757 "Libguestfs tries to convert the errno from inside the applicance into a "
2758 "corresponding errno for the caller (not entirely trivial: the appliance "
2759 "might be running a completely different operating system from the library "
2760 "and error numbers are not standardized across Un*xen).  If this could not be "
2761 "done, then the error is translated to C<EINVAL>.  In practice this should "
2762 "only happen in very rare circumstances."
2763 msgstr ""
2764
2765 #. type: =head2
2766 #: ../src/guestfs.pod:1437
2767 msgid "guestfs_set_error_handler"
2768 msgstr ""
2769
2770 #. type: verbatim
2771 #: ../src/guestfs.pod:1439
2772 #, no-wrap
2773 msgid ""
2774 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2775 "                                           void *opaque,\n"
2776 "                                           const char *msg);\n"
2777 " void guestfs_set_error_handler (guestfs_h *g,\n"
2778 "                                 guestfs_error_handler_cb cb,\n"
2779 "                                 void *opaque);\n"
2780 "\n"
2781 msgstr ""
2782
2783 #. type: textblock
2784 #: ../src/guestfs.pod:1446
2785 msgid ""
2786 "The callback C<cb> will be called if there is an error.  The parameters "
2787 "passed to the callback are an opaque data pointer and the error message "
2788 "string."
2789 msgstr ""
2790
2791 #. type: textblock
2792 #: ../src/guestfs.pod:1450
2793 msgid ""
2794 "C<errno> is not passed to the callback.  To get that the callback must call "
2795 "L</guestfs_last_errno>."
2796 msgstr ""
2797
2798 #. type: textblock
2799 #: ../src/guestfs.pod:1453
2800 msgid ""
2801 "Note that the message string C<msg> is freed as soon as the callback "
2802 "function returns, so if you want to stash it somewhere you must make your "
2803 "own copy."
2804 msgstr ""
2805
2806 #. type: textblock
2807 #: ../src/guestfs.pod:1457
2808 msgid "The default handler prints messages on C<stderr>."
2809 msgstr ""
2810
2811 #. type: textblock
2812 #: ../src/guestfs.pod:1459
2813 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2814 msgstr ""
2815
2816 #. type: =head2
2817 #: ../src/guestfs.pod:1461
2818 msgid "guestfs_get_error_handler"
2819 msgstr ""
2820
2821 #. type: verbatim
2822 #: ../src/guestfs.pod:1463
2823 #, no-wrap
2824 msgid ""
2825 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2826 "                                                     void **opaque_rtn);\n"
2827 "\n"
2828 msgstr ""
2829
2830 #. type: textblock
2831 #: ../src/guestfs.pod:1466
2832 msgid "Returns the current error handler callback."
2833 msgstr ""
2834
2835 #. type: =head2
2836 #: ../src/guestfs.pod:1468
2837 msgid "guestfs_set_out_of_memory_handler"
2838 msgstr ""
2839
2840 #. type: verbatim
2841 #: ../src/guestfs.pod:1470
2842 #, no-wrap
2843 msgid ""
2844 " typedef void (*guestfs_abort_cb) (void);\n"
2845 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2846 "                                        guestfs_abort_cb);\n"
2847 "\n"
2848 msgstr ""
2849
2850 #. type: textblock
2851 #: ../src/guestfs.pod:1474
2852 msgid ""
2853 "The callback C<cb> will be called if there is an out of memory situation.  "
2854 "I<Note this callback must not return>."
2855 msgstr ""
2856
2857 #. type: textblock
2858 #: ../src/guestfs.pod:1477
2859 msgid "The default is to call L<abort(3)>."
2860 msgstr ""
2861
2862 #. type: textblock
2863 #: ../src/guestfs.pod:1479
2864 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2865 msgstr ""
2866
2867 #. type: =head2
2868 #: ../src/guestfs.pod:1482
2869 msgid "guestfs_get_out_of_memory_handler"
2870 msgstr ""
2871
2872 #. type: verbatim
2873 #: ../src/guestfs.pod:1484
2874 #, no-wrap
2875 msgid ""
2876 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2877 "\n"
2878 msgstr ""
2879
2880 #. type: textblock
2881 #: ../src/guestfs.pod:1486
2882 msgid "This returns the current out of memory handler."
2883 msgstr ""
2884
2885 #. type: =head1
2886 #: ../src/guestfs.pod:1488
2887 msgid "API CALLS"
2888 msgstr ""
2889
2890 #. type: textblock
2891 #: ../src/guestfs.pod:1490 ../fish/guestfish.pod:1008
2892 msgid "@ACTIONS@"
2893 msgstr ""
2894
2895 #. type: =head1
2896 #: ../src/guestfs.pod:1492
2897 msgid "STRUCTURES"
2898 msgstr ""
2899
2900 #. type: textblock
2901 #: ../src/guestfs.pod:1494
2902 msgid "@STRUCTS@"
2903 msgstr ""
2904
2905 #. type: =head1
2906 #: ../src/guestfs.pod:1496
2907 msgid "AVAILABILITY"
2908 msgstr ""
2909
2910 #. type: =head2
2911 #: ../src/guestfs.pod:1498
2912 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2913 msgstr ""
2914
2915 #. type: textblock
2916 #: ../src/guestfs.pod:1500
2917 msgid ""
2918 "Using L</guestfs_available> you can test availability of the following "
2919 "groups of functions.  This test queries the appliance to see if the "
2920 "appliance you are currently using supports the functionality."
2921 msgstr ""
2922
2923 #. type: textblock
2924 #: ../src/guestfs.pod:1505
2925 msgid "@AVAILABILITY@"
2926 msgstr ""
2927
2928 #. type: =head2
2929 #: ../src/guestfs.pod:1507
2930 msgid "GUESTFISH supported COMMAND"
2931 msgstr ""
2932
2933 #. type: textblock
2934 #: ../src/guestfs.pod:1509
2935 msgid ""
2936 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2937 "prints out the available groups and whether they are supported by this build "
2938 "of libguestfs.  Note however that you have to do C<run> first."
2939 msgstr ""
2940
2941 #. type: =head2
2942 #: ../src/guestfs.pod:1514
2943 msgid "SINGLE CALLS AT COMPILE TIME"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1516
2948 msgid ""
2949 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2950 "function, such as:"
2951 msgstr ""
2952
2953 #. type: verbatim
2954 #: ../src/guestfs.pod:1519
2955 #, no-wrap
2956 msgid ""
2957 " #define LIBGUESTFS_HAVE_DD 1\n"
2958 "\n"
2959 msgstr ""
2960
2961 #. type: textblock
2962 #: ../src/guestfs.pod:1521
2963 msgid "if L</guestfs_dd> is available."
2964 msgstr ""
2965
2966 #. type: textblock
2967 #: ../src/guestfs.pod:1523
2968 msgid ""
2969 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2970 "function is available at compile time, we recommended using build tools such "
2971 "as autoconf or cmake.  For example in autotools you could use:"
2972 msgstr ""
2973
2974 #. type: verbatim
2975 #: ../src/guestfs.pod:1528
2976 #, no-wrap
2977 msgid ""
2978 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2979 " AC_CHECK_FUNCS([guestfs_dd])\n"
2980 "\n"
2981 msgstr ""
2982
2983 #. type: textblock
2984 #: ../src/guestfs.pod:1531
2985 msgid ""
2986 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2987 "in your program."
2988 msgstr ""
2989
2990 #. type: =head2
2991 #: ../src/guestfs.pod:1534
2992 msgid "SINGLE CALLS AT RUN TIME"
2993 msgstr ""
2994
2995 #. type: textblock
2996 #: ../src/guestfs.pod:1536
2997 msgid ""
2998 "Testing at compile time doesn't guarantee that a function really exists in "
2999 "the library.  The reason is that you might be dynamically linked against a "
3000 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3001 "This situation unfortunately results in a segmentation fault, which is a "
3002 "shortcoming of the C dynamic linking system itself."
3003 msgstr ""
3004
3005 #. type: textblock
3006 #: ../src/guestfs.pod:1543
3007 msgid ""
3008 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3009 "in this example program (note that you still need the compile time check as "
3010 "well):"
3011 msgstr ""
3012
3013 #. type: verbatim
3014 #: ../src/guestfs.pod:1547
3015 #, no-wrap
3016 msgid ""
3017 " #include <stdio.h>\n"
3018 " #include <stdlib.h>\n"
3019 " #include <unistd.h>\n"
3020 " #include <dlfcn.h>\n"
3021 " #include <guestfs.h>\n"
3022 " \n"
3023 msgstr ""
3024
3025 #. type: verbatim
3026 #: ../src/guestfs.pod:1553
3027 #, no-wrap
3028 msgid ""
3029 " main ()\n"
3030 " {\n"
3031 " #ifdef LIBGUESTFS_HAVE_DD\n"
3032 "   void *dl;\n"
3033 "   int has_function;\n"
3034 " \n"
3035 msgstr ""
3036
3037 #. type: verbatim
3038 #: ../src/guestfs.pod:1559
3039 #, no-wrap
3040 msgid ""
3041 "   /* Test if the function guestfs_dd is really available. */\n"
3042 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3043 "   if (!dl) {\n"
3044 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3045 "     exit (EXIT_FAILURE);\n"
3046 "   }\n"
3047 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3048 "   dlclose (dl);\n"
3049 " \n"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1568
3054 #, no-wrap
3055 msgid ""
3056 "   if (!has_function)\n"
3057 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3058 "   else {\n"
3059 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3060 "     /* Now it's safe to call\n"
3061 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3062 "     */\n"
3063 "   }\n"
3064 " #else\n"
3065 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3066 " #endif\n"
3067 "  }\n"
3068 "\n"
3069 msgstr ""
3070
3071 #. type: textblock
3072 #: ../src/guestfs.pod:1581
3073 msgid ""
3074 "You may think the above is an awful lot of hassle, and it is.  There are "
3075 "other ways outside of the C linking system to ensure that this kind of "
3076 "incompatibility never arises, such as using package versioning:"
3077 msgstr ""
3078
3079 #. type: verbatim
3080 #: ../src/guestfs.pod:1586
3081 #, no-wrap
3082 msgid ""
3083 " Requires: libguestfs >= 1.0.80\n"
3084 "\n"
3085 msgstr ""
3086
3087 #. type: =head1
3088 #: ../src/guestfs.pod:1588
3089 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3090 msgstr ""
3091
3092 #. type: textblock
3093 #: ../src/guestfs.pod:1590
3094 msgid ""
3095 "A recent feature of the API is the introduction of calls which take optional "
3096 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3097 "takes variable arguments (ie. C<...>), as in this example:"
3098 msgstr ""
3099
3100 #. type: verbatim
3101 #: ../src/guestfs.pod:1595
3102 #, no-wrap
3103 msgid ""
3104 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3105 "\n"
3106 msgstr ""
3107
3108 #. type: textblock
3109 #: ../src/guestfs.pod:1597
3110 msgid ""
3111 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3112 "call with no optional arguments specified:"
3113 msgstr ""
3114
3115 #. type: verbatim
3116 #: ../src/guestfs.pod:1600
3117 #, no-wrap
3118 msgid ""
3119 " guestfs_add_drive_opts (g, filename, -1);\n"
3120 "\n"
3121 msgstr ""
3122
3123 #. type: textblock
3124 #: ../src/guestfs.pod:1602
3125 msgid "With a single optional argument:"
3126 msgstr ""
3127
3128 #. type: verbatim
3129 #: ../src/guestfs.pod:1604
3130 #, no-wrap
3131 msgid ""
3132 " guestfs_add_drive_opts (g, filename,\n"
3133 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3134 "                         -1);\n"
3135 "\n"
3136 msgstr ""
3137
3138 #. type: textblock
3139 #: ../src/guestfs.pod:1608
3140 msgid "With two:"
3141 msgstr ""
3142
3143 #. type: verbatim
3144 #: ../src/guestfs.pod:1610
3145 #, no-wrap
3146 msgid ""
3147 " guestfs_add_drive_opts (g, filename,\n"
3148 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3149 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3150 "                         -1);\n"
3151 "\n"
3152 msgstr ""
3153
3154 #. type: textblock
3155 #: ../src/guestfs.pod:1615
3156 msgid ""
3157 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3158 "happen!"
3159 msgstr ""
3160
3161 #. type: =head2
3162 #: ../src/guestfs.pod:1618
3163 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3164 msgstr ""
3165
3166 #. type: textblock
3167 #: ../src/guestfs.pod:1620
3168 msgid ""
3169 "The second variant has the same name with the suffix C<_va>, which works the "
3170 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3171 "example function, this is declared:"
3172 msgstr ""
3173
3174 #. type: verbatim
3175 #: ../src/guestfs.pod:1624
3176 #, no-wrap
3177 msgid ""
3178 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3179 "                                va_list args);\n"
3180 "\n"
3181 msgstr ""
3182
3183 #. type: =head2
3184 #: ../src/guestfs.pod:1627
3185 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3186 msgstr ""
3187
3188 #. type: textblock
3189 #: ../src/guestfs.pod:1629
3190 msgid ""
3191 "The third variant is useful where you need to construct these calls.  You "
3192 "pass in a structure where you fill in the optional fields.  The structure "
3193 "has a bitmask as the first element which you must set to indicate which "
3194 "fields you have filled in.  For our example function the structure and call "
3195 "are declared:"
3196 msgstr ""
3197
3198 #. type: verbatim
3199 #: ../src/guestfs.pod:1635
3200 #, no-wrap
3201 msgid ""
3202 " struct guestfs_add_drive_opts_argv {\n"
3203 "   uint64_t bitmask;\n"
3204 "   int readonly;\n"
3205 "   const char *format;\n"
3206 "   /* ... */\n"
3207 " };\n"
3208 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3209 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1644
3215 msgid "You could call it like this:"
3216 msgstr ""
3217
3218 #. type: verbatim
3219 #: ../src/guestfs.pod:1646
3220 #, no-wrap
3221 msgid ""
3222 " struct guestfs_add_drive_opts_argv optargs = {\n"
3223 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3224 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3225 "   .readonly = 1,\n"
3226 "   .format = \"qcow2\"\n"
3227 " };\n"
3228 " \n"
3229 msgstr ""
3230
3231 #. type: verbatim
3232 #: ../src/guestfs.pod:1653
3233 #, no-wrap
3234 msgid ""
3235 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3236 "\n"
3237 msgstr ""
3238
3239 #. type: textblock
3240 #: ../src/guestfs.pod:1655 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3241 msgid "Notes:"
3242 msgstr ""
3243
3244 #. type: textblock
3245 #: ../src/guestfs.pod:1661
3246 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3247 msgstr ""
3248
3249 #. type: textblock
3250 #: ../src/guestfs.pod:1666
3251 msgid "You do not need to fill in all fields of the structure."
3252 msgstr ""
3253
3254 #. type: textblock
3255 #: ../src/guestfs.pod:1670
3256 msgid ""
3257 "There must be a one-to-one correspondence between fields of the structure "
3258 "that are filled in, and bits set in the bitmask."
3259 msgstr ""
3260
3261 #. type: =head2
3262 #: ../src/guestfs.pod:1675
3263 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3264 msgstr ""
3265
3266 #. type: textblock
3267 #: ../src/guestfs.pod:1677
3268 msgid ""
3269 "In other languages, optional arguments are expressed in the way that is "
3270 "natural for that language.  We refer you to the language-specific "
3271 "documentation for more details on that."
3272 msgstr ""
3273
3274 #. type: textblock
3275 #: ../src/guestfs.pod:1681
3276 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3277 msgstr ""
3278
3279 #. type: =head2
3280 #: ../src/guestfs.pod:1683
3281 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3282 msgstr ""
3283
3284 #. type: textblock
3285 #: ../src/guestfs.pod:1685
3286 msgid ""
3287 "B<Note:> This section documents the generic event mechanism introduced in "
3288 "libguestfs 1.10, which you should use in new code if possible.  The old "
3289 "functions C<guestfs_set_log_message_callback>, "
3290 "C<guestfs_set_subprocess_quit_callback>, "
3291 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3292 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3293 "page."
3294 msgstr ""
3295
3296 #. type: textblock
3297 #: ../src/guestfs.pod:1693
3298 msgid ""
3299 "Handles generate events when certain things happen, such as log messages "
3300 "being generated, progress messages during long-running operations, or the "
3301 "handle being closed.  The API calls described below let you register a "
3302 "callback to be called when events happen.  You can register multiple "
3303 "callbacks (for the same, different or overlapping sets of events), and "
3304 "individually remove callbacks.  If callbacks are not removed, then they "
3305 "remain in force until the handle is closed."
3306 msgstr ""
3307
3308 #. type: textblock
3309 #: ../src/guestfs.pod:1701
3310 msgid ""
3311 "In the current implementation, events are only generated synchronously: that "
3312 "means that events (and hence callbacks) can only happen while you are in the "
3313 "middle of making another libguestfs call.  The callback is called in the "
3314 "same thread."
3315 msgstr ""
3316
3317 #. type: textblock
3318 #: ../src/guestfs.pod:1706
3319 msgid ""
3320 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3321 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3322 msgstr ""
3323
3324 #. type: =head3
3325 #: ../src/guestfs.pod:1710
3326 msgid "CLASSES OF EVENTS"
3327 msgstr ""
3328
3329 #. type: =item
3330 #: ../src/guestfs.pod:1714
3331 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3332 msgstr ""
3333
3334 #. type: textblock
3335 #: ../src/guestfs.pod:1717
3336 msgid ""
3337 "The callback function will be called while the handle is being closed "
3338 "(synchronously from L</guestfs_close>)."
3339 msgstr ""
3340
3341 #. type: textblock
3342 #: ../src/guestfs.pod:1720
3343 msgid ""
3344 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3345 "handles that are open when the program exits.  This means that this callback "
3346 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3347 "problems in higher-level languages (eg. if your HLL interpreter has already "
3348 "been cleaned up by the time this is called, and if your callback then jumps "
3349 "into some HLL function)."
3350 msgstr ""
3351
3352 #. type: textblock
3353 #: ../src/guestfs.pod:1727
3354 msgid ""
3355 "If no callback is registered: the handle is closed without any callback "
3356 "being invoked."
3357 msgstr ""
3358
3359 #. type: =item
3360 #: ../src/guestfs.pod:1730
3361 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3362 msgstr ""
3363
3364 #. type: textblock
3365 #: ../src/guestfs.pod:1733
3366 msgid ""
3367 "The callback function will be called when the child process quits, either "
3368 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3369 "corresponds to a transition from any state to the CONFIG state)."
3370 msgstr ""
3371
3372 #. type: textblock
3373 #: ../src/guestfs.pod:1737 ../src/guestfs.pod:1746
3374 msgid "If no callback is registered: the event is ignored."
3375 msgstr ""
3376
3377 #. type: =item
3378 #: ../src/guestfs.pod:1739
3379 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3380 msgstr ""
3381
3382 #. type: textblock
3383 #: ../src/guestfs.pod:1742
3384 msgid ""
3385 "The callback function will be called when the child process becomes ready "
3386 "first time after it has been launched.  (This corresponds to a transition "
3387 "from LAUNCHING to the READY state)."
3388 msgstr ""
3389
3390 #. type: =item
3391 #: ../src/guestfs.pod:1748
3392 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3393 msgstr ""
3394
3395 #. type: textblock
3396 #: ../src/guestfs.pod:1751
3397 msgid ""
3398 "Some long-running operations can generate progress messages.  If this "
3399 "callback is registered, then it will be called each time a progress message "
3400 "is generated (usually two seconds after the operation started, and three "
3401 "times per second thereafter until it completes, although the frequency may "
3402 "change in future versions)."
3403 msgstr ""
3404
3405 #. type: textblock
3406 #: ../src/guestfs.pod:1757
3407 msgid ""
3408 "The callback receives in the payload four unsigned 64 bit numbers which are "
3409 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3410 msgstr ""
3411
3412 #. type: textblock
3413 #: ../src/guestfs.pod:1760
3414 msgid ""
3415 "The units of C<total> are not defined, although for some operations C<total> "
3416 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3417 "or megabytes), and C<position> may be the portion which has been "
3418 "transferred."
3419 msgstr ""
3420
3421 #. type: textblock
3422 #: ../src/guestfs.pod:1765
3423 msgid "The only defined and stable parts of the API are:"
3424 msgstr ""
3425
3426 #. type: textblock
3427 #: ../src/guestfs.pod:1771
3428 msgid ""
3429 "The callback can display to the user some type of progress bar or indicator "
3430 "which shows the ratio of C<position>:C<total>."
3431 msgstr ""
3432
3433 #. type: textblock
3434 #: ../src/guestfs.pod:1776
3435 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3436 msgstr ""
3437
3438 #. type: textblock
3439 #: ../src/guestfs.pod:1780
3440 msgid ""
3441 "If any progress notification is sent during a call, then a final progress "
3442 "notification is always sent when C<position> = C<total> (I<unless> the call "
3443 "fails with an error)."
3444 msgstr ""
3445
3446 #. type: textblock
3447 #: ../src/guestfs.pod:1784
3448 msgid ""
3449 "This is to simplify caller code, so callers can easily set the progress "
3450 "indicator to \"100%\" at the end of the operation, without requiring special "
3451 "code to detect this case."
3452 msgstr ""
3453
3454 #. type: textblock
3455 #: ../src/guestfs.pod:1790
3456 msgid ""
3457 "For some calls we are unable to estimate the progress of the call, but we "
3458 "can still generate progress messages to indicate activity.  This is known as "
3459 "\"pulse mode\", and is directly supported by certain progress bar "
3460 "implementations (eg. GtkProgressBar)."
3461 msgstr ""
3462
3463 #. type: textblock
3464 #: ../src/guestfs.pod:1795
3465 msgid ""
3466 "For these calls, zero or more progress messages are generated with "
3467 "C<position = 0> and C<total = 1>, followed by a final message with "
3468 "C<position = total = 1>."
3469 msgstr ""
3470
3471 #. type: textblock
3472 #: ../src/guestfs.pod:1799
3473 msgid ""
3474 "As noted above, if the call fails with an error then the final message may "
3475 "not be generated."
3476 msgstr ""
3477
3478 #. type: textblock
3479 #: ../src/guestfs.pod:1804
3480 msgid ""
3481 "The callback also receives the procedure number (C<proc_nr>) and serial "
3482 "number (C<serial>) of the call.  These are only useful for debugging "
3483 "protocol issues, and the callback can normally ignore them.  The callback "
3484 "may want to print these numbers in error messages or debugging messages."
3485 msgstr ""
3486
3487 #. type: textblock
3488 #: ../src/guestfs.pod:1810
3489 msgid "If no callback is registered: progress messages are discarded."
3490 msgstr ""
3491
3492 #. type: =item
3493 #: ../src/guestfs.pod:1812
3494 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3495 msgstr ""
3496
3497 #. type: textblock
3498 #: ../src/guestfs.pod:1815
3499 msgid ""
3500 "The callback function is called whenever a log message is generated by qemu, "
3501 "the appliance kernel, guestfsd (daemon), or utility programs."
3502 msgstr ""
3503
3504 #. type: textblock
3505 #: ../src/guestfs.pod:1818
3506 msgid ""
3507 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3508 "(L</guestfs_launch>) then additional debug messages are generated."
3509 msgstr ""
3510
3511 #. type: textblock
3512 #: ../src/guestfs.pod:1821 ../src/guestfs.pod:1835
3513 msgid ""
3514 "If no callback is registered: the messages are discarded unless the verbose "
3515 "flag is set in which case they are sent to stderr.  You can override the "
3516 "printing of verbose messages to stderr by setting up a callback."
3517 msgstr ""
3518
3519 #. type: =item
3520 #: ../src/guestfs.pod:1826
3521 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3522 msgstr ""
3523
3524 #. type: textblock
3525 #: ../src/guestfs.pod:1829
3526 msgid ""
3527 "The callback function is called whenever a log message is generated by the "
3528 "library part of libguestfs."
3529 msgstr ""
3530
3531 #. type: textblock
3532 #: ../src/guestfs.pod:1832
3533 msgid ""
3534 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3535 "messages are generated."
3536 msgstr ""
3537
3538 #. type: =item
3539 #: ../src/guestfs.pod:1840
3540 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3541 msgstr ""
3542
3543 #. type: textblock
3544 #: ../src/guestfs.pod:1843
3545 msgid ""
3546 "The callback function is called whenever a trace message is generated.  This "
3547 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3548 msgstr ""
3549
3550 #. type: textblock
3551 #: ../src/guestfs.pod:1846
3552 msgid ""
3553 "If no callback is registered: the messages are sent to stderr.  You can "
3554 "override the printing of trace messages to stderr by setting up a callback."
3555 msgstr ""
3556
3557 #. type: =head3
3558 #: ../src/guestfs.pod:1852
3559 msgid "guestfs_set_event_callback"
3560 msgstr ""
3561
3562 #. type: verbatim
3563 #: ../src/guestfs.pod:1854
3564 #, no-wrap
3565 msgid ""
3566 " int guestfs_set_event_callback (guestfs_h *g,\n"
3567 "                                 guestfs_event_callback cb,\n"
3568 "                                 uint64_t event_bitmask,\n"
3569 "                                 int flags,\n"
3570 "                                 void *opaque);\n"
3571 "\n"
3572 msgstr ""
3573
3574 #. type: textblock
3575 #: ../src/guestfs.pod:1860
3576 msgid ""
3577 "This function registers a callback (C<cb>) for all event classes in the "
3578 "C<event_bitmask>."
3579 msgstr ""
3580
3581 #. type: textblock
3582 #: ../src/guestfs.pod:1863
3583 msgid ""
3584 "For example, to register for all log message events, you could call this "
3585 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3586 "To register a single callback for all possible classes of events, use "
3587 "C<GUESTFS_EVENT_ALL>."
3588 msgstr ""
3589
3590 #. type: textblock
3591 #: ../src/guestfs.pod:1869
3592 msgid "C<flags> should always be passed as 0."
3593 msgstr ""
3594
3595 #. type: textblock
3596 #: ../src/guestfs.pod:1871
3597 msgid ""
3598 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3599 "it for any purpose."
3600 msgstr ""
3601
3602 #. type: textblock
3603 #: ../src/guestfs.pod:1874
3604 msgid ""
3605 "The return value is the event handle (an integer) which you can use to "
3606 "delete the callback (see below)."
3607 msgstr ""
3608
3609 #. type: textblock
3610 #: ../src/guestfs.pod:1877
3611 msgid ""
3612 "If there is an error, this function returns C<-1>, and sets the error in the "
3613 "handle in the usual way (see L</guestfs_last_error> etc.)"
3614 msgstr ""
3615
3616 #. type: textblock
3617 #: ../src/guestfs.pod:1880
3618 msgid ""
3619 "Callbacks remain in effect until they are deleted, or until the handle is "
3620 "closed."
3621 msgstr ""
3622
3623 #. type: textblock
3624 #: ../src/guestfs.pod:1883
3625 msgid ""
3626 "In the case where multiple callbacks are registered for a particular event "
3627 "class, all of the callbacks are called.  The order in which multiple "
3628 "callbacks are called is not defined."
3629 msgstr ""
3630
3631 #. type: =head3
3632 #: ../src/guestfs.pod:1887
3633 msgid "guestfs_delete_event_callback"
3634 msgstr ""
3635
3636 #. type: verbatim
3637 #: ../src/guestfs.pod:1889
3638 #, no-wrap
3639 msgid ""
3640 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3641 "\n"
3642 msgstr ""
3643
3644 #. type: textblock
3645 #: ../src/guestfs.pod:1891
3646 msgid ""
3647 "Delete a callback that was previously registered.  C<event_handle> should be "
3648 "the integer that was returned by a previous call to "
3649 "C<guestfs_set_event_callback> on the same handle."
3650 msgstr ""
3651
3652 #. type: =head3
3653 #: ../src/guestfs.pod:1895
3654 msgid "guestfs_event_callback"
3655 msgstr ""
3656
3657 #. type: verbatim
3658 #: ../src/guestfs.pod:1897
3659 #, no-wrap
3660 msgid ""
3661 " typedef void (*guestfs_event_callback) (\n"
3662 "                  guestfs_h *g,\n"
3663 "                  void *opaque,\n"
3664 "                  uint64_t event,\n"
3665 "                  int event_handle,\n"
3666 "                  int flags,\n"
3667 "                  const char *buf, size_t buf_len,\n"
3668 "                  const uint64_t *array, size_t array_len);\n"
3669 "\n"
3670 msgstr ""
3671
3672 #. type: textblock
3673 #: ../src/guestfs.pod:1906
3674 msgid "This is the type of the event callback function that you have to provide."
3675 msgstr ""
3676
3677 #. type: textblock
3678 #: ../src/guestfs.pod:1909
3679 msgid ""
3680 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3681 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3682 "handle, and C<flags> which in the current API you should ignore."
3683 msgstr ""
3684
3685 #. type: textblock
3686 #: ../src/guestfs.pod:1913
3687 msgid ""
3688 "The remaining parameters contain the event payload (if any).  Each event may "
3689 "contain a payload, which usually relates to the event class, but for future "
3690 "proofing your code should be written to handle any payload for any event "
3691 "class."
3692 msgstr ""
3693
3694 #. type: textblock
3695 #: ../src/guestfs.pod:1918
3696 msgid ""
3697 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3698 "there is no message buffer).  Note that this message buffer can contain "
3699 "arbitrary 8 bit data, including NUL bytes."
3700 msgstr ""
3701
3702 #. type: textblock
3703 #: ../src/guestfs.pod:1922
3704 msgid ""
3705 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3706 "moment this is only used for progress messages."
3707 msgstr ""
3708
3709 #. type: =head3
3710 #: ../src/guestfs.pod:1925
3711 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3712 msgstr ""
3713
3714 #. type: textblock
3715 #: ../src/guestfs.pod:1927
3716 msgid ""
3717 "One motivation for the generic event API was to allow GUI programs to "
3718 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3719 "unconditionally to C<stderr>."
3720 msgstr ""
3721
3722 #. type: textblock
3723 #: ../src/guestfs.pod:1931
3724 msgid ""
3725 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3726 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3727 "messages are not events; you must capture error messages separately)."
3728 msgstr ""
3729
3730 #. type: textblock
3731 #: ../src/guestfs.pod:1936
3732 msgid ""
3733 "Programs have to set up a callback to capture the classes of events of "
3734 "interest:"
3735 msgstr ""
3736
3737 #. type: verbatim
3738 #: ../src/guestfs.pod:1939
3739 #, no-wrap
3740 msgid ""
3741 " int eh =\n"
3742 "   guestfs_set_event_callback\n"
3743 "     (g, message_callback,\n"
3744 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3745 "      GUESTFS_EVENT_TRACE,\n"
3746 "      0, NULL) == -1)\n"
3747 " if (eh == -1) {\n"
3748 "   // handle error in the usual way\n"
3749 " }\n"
3750 "\n"
3751 msgstr ""
3752
3753 #. type: textblock
3754 #: ../src/guestfs.pod:1949
3755 msgid ""
3756 "The callback can then direct messages to the appropriate place.  In this "
3757 "example, messages are directed to syslog:"
3758 msgstr ""
3759
3760 #. type: verbatim
3761 #: ../src/guestfs.pod:1952
3762 #, no-wrap
3763 msgid ""
3764 " static void\n"
3765 " message_callback (\n"
3766 "         guestfs_h *g,\n"
3767 "         void *opaque,\n"
3768 "         uint64_t event,\n"
3769 "         int event_handle,\n"
3770 "         int flags,\n"
3771 "         const char *buf, size_t buf_len,\n"
3772 "         const uint64_t *array, size_t array_len)\n"
3773 " {\n"
3774 "   const int priority = LOG_USER|LOG_INFO;\n"
3775 "   if (buf_len > 0)\n"
3776 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3777 " }\n"
3778 "\n"
3779 msgstr ""
3780
3781 #. type: =head1
3782 #: ../src/guestfs.pod:1967
3783 msgid "PRIVATE DATA AREA"
3784 msgstr ""
3785
3786 #. type: textblock
3787 #: ../src/guestfs.pod:1969
3788 msgid ""
3789 "You can attach named pieces of private data to the libguestfs handle, fetch "
3790 "them by name, and walk over them, for the lifetime of the handle.  This is "
3791 "called the private data area and is only available from the C API."
3792 msgstr ""
3793
3794 #. type: textblock
3795 #: ../src/guestfs.pod:1974
3796 msgid "To attach a named piece of data, use the following call:"
3797 msgstr ""
3798
3799 #. type: verbatim
3800 #: ../src/guestfs.pod:1976
3801 #, no-wrap
3802 msgid ""
3803 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3804 "\n"
3805 msgstr ""
3806
3807 #. type: textblock
3808 #: ../src/guestfs.pod:1978
3809 msgid ""
3810 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3811 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3812 "overwritten."
3813 msgstr ""
3814
3815 #. type: textblock
3816 #: ../src/guestfs.pod:1982
3817 msgid ""
3818 "You can use any C<key> you want, but names beginning with an underscore "
3819 "character are reserved for internal libguestfs purposes (for implementing "
3820 "language bindings).  It is recommended to prefix the name with some unique "
3821 "string to avoid collisions with other users."
3822 msgstr ""
3823
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1987
3826 msgid "To retrieve the pointer, use:"
3827 msgstr ""
3828
3829 #. type: verbatim
3830 #: ../src/guestfs.pod:1989
3831 #, no-wrap
3832 msgid ""
3833 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3834 "\n"
3835 msgstr ""
3836
3837 #. type: textblock
3838 #: ../src/guestfs.pod:1991
3839 msgid ""
3840 "This function returns C<NULL> if either no data is found associated with "
3841 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3842 "C<NULL>."
3843 msgstr ""
3844
3845 #. type: textblock
3846 #: ../src/guestfs.pod:1995
3847 msgid ""
3848 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3849 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3850 "all.  In particular, libguestfs does I<not> try to free the data when the "
3851 "handle is closed.  If the data must be freed, then the caller must either "
3852 "free it before calling L</guestfs_close> or must set up a close callback to "
3853 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3854 msgstr ""
3855
3856 #. type: textblock
3857 #: ../src/guestfs.pod:2002
3858 msgid "To walk over all entries, use these two functions:"
3859 msgstr ""
3860
3861 #. type: verbatim
3862 #: ../src/guestfs.pod:2004
3863 #, no-wrap
3864 msgid ""
3865 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3866 "\n"
3867 msgstr ""
3868
3869 #. type: verbatim
3870 #: ../src/guestfs.pod:2006
3871 #, no-wrap
3872 msgid ""
3873 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3874 "\n"
3875 msgstr ""
3876
3877 #. type: textblock
3878 #: ../src/guestfs.pod:2008
3879 msgid ""
3880 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3881 "not have any particular meaning -- keys are not returned in any defined "
3882 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3883 "corresponding data pointer is returned from the function.  C<NULL> is "
3884 "returned if there are no keys stored in the handle."
3885 msgstr ""
3886
3887 #. type: textblock
3888 #: ../src/guestfs.pod:2014
3889 msgid ""
3890 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3891 "value of this function is also C<NULL> is there are no further entries to "
3892 "return."
3893 msgstr ""
3894
3895 #. type: textblock
3896 #: ../src/guestfs.pod:2018
3897 msgid "Notes about walking over entries:"
3898 msgstr ""
3899
3900 #. type: textblock
3901 #: ../src/guestfs.pod:2024
3902 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3903 msgstr ""
3904
3905 #. type: textblock
3906 #: ../src/guestfs.pod:2029
3907 msgid ""
3908 "The handle maintains an internal iterator which is reset when you call "
3909 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3910 "call C<guestfs_set_private>."
3911 msgstr ""
3912
3913 #. type: textblock
3914 #: ../src/guestfs.pod:2035
3915 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3916 msgstr ""
3917
3918 #. type: verbatim
3919 #: ../src/guestfs.pod:2037
3920 #, no-wrap
3921 msgid ""
3922 " guestfs_set_private (g, key, NULL);\n"
3923 "\n"
3924 msgstr ""
3925
3926 #. type: textblock
3927 #: ../src/guestfs.pod:2039
3928 msgid "then that C<key> is not returned when walking."
3929 msgstr ""
3930
3931 #. type: textblock
3932 #: ../src/guestfs.pod:2043
3933 msgid ""
3934 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3935 "C<guestfs_next_private> or C<guestfs_set_private>."
3936 msgstr ""
3937
3938 #. type: textblock
3939 #: ../src/guestfs.pod:2049
3940 msgid ""
3941 "The following example code shows how to print all keys and data pointers "
3942 "that are associated with the handle C<g>:"
3943 msgstr ""
3944
3945 #. type: verbatim
3946 #: ../src/guestfs.pod:2052
3947 #, no-wrap
3948 msgid ""
3949 " const char *key;\n"
3950 " void *data = guestfs_first_private (g, &key);\n"
3951 " while (data != NULL)\n"
3952 "   {\n"
3953 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3954 "     data = guestfs_next_private (g, &key);\n"
3955 "   }\n"
3956 "\n"
3957 msgstr ""
3958
3959 #. type: textblock
3960 #: ../src/guestfs.pod:2060
3961 msgid ""
3962 "More commonly you are only interested in keys that begin with an "
3963 "application-specific prefix C<foo_>.  Modify the loop like so:"
3964 msgstr ""
3965
3966 #. type: verbatim
3967 #: ../src/guestfs.pod:2063
3968 #, no-wrap
3969 msgid ""
3970 " const char *key;\n"
3971 " void *data = guestfs_first_private (g, &key);\n"
3972 " while (data != NULL)\n"
3973 "   {\n"
3974 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3975 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3976 "     data = guestfs_next_private (g, &key);\n"
3977 "   }\n"
3978 "\n"
3979 msgstr ""
3980
3981 #. type: textblock
3982 #: ../src/guestfs.pod:2072
3983 msgid ""
3984 "If you need to modify keys while walking, then you have to jump back to the "
3985 "beginning of the loop.  For example, to delete all keys prefixed with "
3986 "C<foo_>:"
3987 msgstr ""
3988
3989 #. type: verbatim
3990 #: ../src/guestfs.pod:2076
3991 #, no-wrap
3992 msgid ""
3993 "  const char *key;\n"
3994 "  void *data;\n"
3995 " again:\n"
3996 "  data = guestfs_first_private (g, &key);\n"
3997 "  while (data != NULL)\n"
3998 "    {\n"
3999 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4000 "        {\n"
4001 "          guestfs_set_private (g, key, NULL);\n"
4002 "          /* note that 'key' pointer is now invalid, and so is\n"
4003 "             the internal iterator */\n"
4004 "          goto again;\n"
4005 "        }\n"
4006 "      data = guestfs_next_private (g, &key);\n"
4007 "    }\n"
4008 "\n"
4009 msgstr ""
4010
4011 #. type: textblock
4012 #: ../src/guestfs.pod:2092
4013 msgid ""
4014 "Note that the above loop is guaranteed to terminate because the keys are "
4015 "being deleted, but other manipulations of keys within the loop might not "
4016 "terminate unless you also maintain an indication of which keys have been "
4017 "visited."
4018 msgstr ""
4019
4020 #. type: =end
4021 #: ../src/guestfs.pod:2097 ../src/guestfs.pod:2102
4022 msgid "html"
4023 msgstr ""
4024
4025 #. type: textblock
4026 #: ../src/guestfs.pod:2099
4027 msgid ""
4028 "<!-- old anchor for the next section --> <a "
4029 "name=\"state_machine_and_low_level_event_api\"/>"
4030 msgstr ""
4031
4032 #. type: =head1
4033 #: ../src/guestfs.pod:2104
4034 msgid "ARCHITECTURE"
4035 msgstr ""
4036
4037 #. type: textblock
4038 #: ../src/guestfs.pod:2106
4039 msgid ""
4040 "Internally, libguestfs is implemented by running an appliance (a special "
4041 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4042 "process of the main program."
4043 msgstr ""
4044
4045 #. type: verbatim
4046 #: ../src/guestfs.pod:2110
4047 #, no-wrap
4048 msgid ""
4049 "  ___________________\n"
4050 " /                   \\\n"
4051 " | main program      |\n"
4052 " |                   |\n"
4053 " |                   |           child process / appliance\n"
4054 " |                   |           __________________________\n"
4055 " |                   |          / qemu                     \\\n"
4056 " +-------------------+   RPC    |      +-----------------+ |\n"
4057 " | libguestfs     <--------------------> guestfsd        | |\n"
4058 " |                   |          |      +-----------------+ |\n"
4059 " \\___________________/          |      | Linux kernel    | |\n"
4060 "                                |      +--^--------------+ |\n"
4061 "                                \\_________|________________/\n"
4062 "                                          |\n"
4063 "                                   _______v______\n"
4064 "                                  /              \\\n"
4065 "                                  | Device or    |\n"
4066 "                                  | disk image   |\n"
4067 "                                  \\______________/\n"
4068 "\n"
4069 msgstr ""
4070
4071 #. type: textblock
4072 #: ../src/guestfs.pod:2130
4073 msgid ""
4074 "The library, linked to the main program, creates the child process and hence "
4075 "the appliance in the L</guestfs_launch> function."
4076 msgstr ""
4077
4078 #. type: textblock
4079 #: ../src/guestfs.pod:2133
4080 msgid ""
4081 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4082 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4083 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4084 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4085 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4086 "attached to the qemu process which translates device access by the "
4087 "appliance's Linux kernel into accesses to the image."
4088 msgstr ""
4089
4090 #. type: textblock
4091 #: ../src/guestfs.pod:2142
4092 msgid ""
4093 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4094 "Although the disk image you are attached to might also be used by some "
4095 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4096 "care if both libguestfs's qemu process and your virtual machine are trying "
4097 "to update the disk image at the same time, since these usually results in "
4098 "massive disk corruption)."
4099 msgstr ""
4100
4101 #. type: =head1
4102 #: ../src/guestfs.pod:2149
4103 msgid "STATE MACHINE"
4104 msgstr ""
4105
4106 #. type: textblock
4107 #: ../src/guestfs.pod:2151
4108 msgid "libguestfs uses a state machine to model the child process:"
4109 msgstr ""
4110
4111 #. type: verbatim
4112 #: ../src/guestfs.pod:2153
4113 #, no-wrap
4114 msgid ""
4115 "                         |\n"
4116 "                    guestfs_create\n"
4117 "                         |\n"
4118 "                         |\n"
4119 "                     ____V_____\n"
4120 "                    /          \\\n"
4121 "                    |  CONFIG  |\n"
4122 "                    \\__________/\n"
4123 "                     ^ ^   ^  \\\n"
4124 "                    /  |    \\  \\ guestfs_launch\n"
4125 "                   /   |    _\\__V______\n"
4126 "                  /    |   /           \\\n"
4127 "                 /     |   | LAUNCHING |\n"
4128 "                /      |   \\___________/\n"
4129 "               /       |       /\n"
4130 "              /        |  guestfs_launch\n"
4131 "             /         |     /\n"
4132 "    ______  /        __|____V\n"
4133 "   /      \\ ------> /        \\\n"
4134 "   | BUSY |         | READY  |\n"
4135 "   \\______/ <------ \\________/\n"
4136 "\n"
4137 msgstr ""
4138
4139 #. type: textblock
4140 #: ../src/guestfs.pod:2175
4141 msgid ""
4142 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4143 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4144 "(3) alternating between READY and BUSY as commands are issued to, and "
4145 "carried out by, the child process."
4146 msgstr ""
4147
4148 #. type: textblock
4149 #: ../src/guestfs.pod:2180
4150 msgid ""
4151 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4152 "asynchronously at any time (eg. due to some internal error), and that causes "
4153 "the state to transition back to CONFIG."
4154 msgstr ""
4155
4156 #. type: textblock
4157 #: ../src/guestfs.pod:2184
4158 msgid ""
4159 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4160 "issued when in the CONFIG state."
4161 msgstr ""
4162
4163 #. type: textblock
4164 #: ../src/guestfs.pod:2187
4165 msgid ""
4166 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4167 "L</guestfs_launch> blocks until the child process is READY to accept "
4168 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4169 "moves the state from CONFIG to LAUNCHING while it is running."
4170 msgstr ""
4171
4172 #. type: textblock
4173 #: ../src/guestfs.pod:2193
4174 msgid ""
4175 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4176 "state.  These API calls block waiting for the command to be carried out "
4177 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4178 "non-blocking versions, and no way to issue more than one command per handle "
4179 "at the same time."
4180 msgstr ""
4181
4182 #. type: textblock
4183 #: ../src/guestfs.pod:2199
4184 msgid ""
4185 "Finally, the child process sends asynchronous messages back to the main "
4186 "program, such as kernel log messages.  You can register a callback to "
4187 "receive these messages."
4188 msgstr ""
4189
4190 #. type: =head1
4191 #: ../src/guestfs.pod:2203
4192 msgid "INTERNALS"
4193 msgstr ""
4194
4195 #. type: =head2
4196 #: ../src/guestfs.pod:2205
4197 msgid "COMMUNICATION PROTOCOL"
4198 msgstr ""
4199
4200 #. type: textblock
4201 #: ../src/guestfs.pod:2207
4202 msgid ""
4203 "Don't rely on using this protocol directly.  This section documents how it "
4204 "currently works, but it may change at any time."
4205 msgstr ""
4206
4207 #. type: textblock
4208 #: ../src/guestfs.pod:2210
4209 msgid ""
4210 "The protocol used to talk between the library and the daemon running inside "
4211 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4212 "1014, RFC 1832, RFC 4506)."
4213 msgstr ""
4214
4215 #. type: textblock
4216 #: ../src/guestfs.pod:2214
4217 msgid ""
4218 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4219 "this file is automatically generated)."
4220 msgstr ""
4221
4222 #. type: textblock
4223 #: ../src/guestfs.pod:2217
4224 msgid ""
4225 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4226 "and C<FileOut> parameters, which are handled with very simple request/reply "
4227 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4228 "parameters, which use the same request and reply messages, but they may also "
4229 "be followed by files sent using a chunked encoding."
4230 msgstr ""
4231
4232 #. type: =head3
4233 #: ../src/guestfs.pod:2224
4234 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4235 msgstr ""
4236
4237 #. type: textblock
4238 #: ../src/guestfs.pod:2226
4239 msgid "For ordinary functions, the request message is:"
4240 msgstr ""
4241
4242 #. type: verbatim
4243 #: ../src/guestfs.pod:2228
4244 #, no-wrap
4245 msgid ""
4246 " total length (header + arguments,\n"
4247 "      but not including the length word itself)\n"
4248 " struct guestfs_message_header (encoded as XDR)\n"
4249 " struct guestfs_<foo>_args (encoded as XDR)\n"
4250 "\n"
4251 msgstr ""
4252
4253 #. type: textblock
4254 #: ../src/guestfs.pod:2233
4255 msgid ""
4256 "The total length field allows the daemon to allocate a fixed size buffer "
4257 "into which it slurps the rest of the message.  As a result, the total length "
4258 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4259 "effective size of any request is limited to somewhere under this size."
4260 msgstr ""
4261
4262 #. type: textblock
4263 #: ../src/guestfs.pod:2239
4264 msgid ""
4265 "Note also that many functions don't take any arguments, in which case the "
4266 "C<guestfs_I<foo>_args> is completely omitted."
4267 msgstr ""
4268
4269 #. type: textblock
4270 #: ../src/guestfs.pod:2242
4271 msgid ""
4272 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4273 "receiver knows what type of args structure to expect, or none at all."
4274 msgstr ""
4275
4276 #. type: textblock
4277 #: ../src/guestfs.pod:2246
4278 msgid ""
4279 "For functions that take optional arguments, the optional arguments are "
4280 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4281 "arguments.  A bitmask in the header indicates which optional arguments are "
4282 "meaningful.  The bitmask is also checked to see if it contains bits set "
4283 "which the daemon does not know about (eg. if more optional arguments were "
4284 "added in a later version of the library), and this causes the call to be "
4285 "rejected."
4286 msgstr ""
4287
4288 #. type: textblock
4289 #: ../src/guestfs.pod:2254
4290 msgid "The reply message for ordinary functions is:"
4291 msgstr ""
4292
4293 #. type: verbatim
4294 #: ../src/guestfs.pod:2256
4295 #, no-wrap
4296 msgid ""
4297 " total length (header + ret,\n"
4298 "      but not including the length word itself)\n"
4299 " struct guestfs_message_header (encoded as XDR)\n"
4300 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4301 "\n"
4302 msgstr ""
4303
4304 #. type: textblock
4305 #: ../src/guestfs.pod:2261
4306 msgid ""
4307 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4308 "functions that return no formal return values."
4309 msgstr ""
4310
4311 #. type: textblock
4312 #: ../src/guestfs.pod:2264
4313 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4314 msgstr ""
4315
4316 #. type: textblock
4317 #: ../src/guestfs.pod:2267
4318 msgid ""
4319 "In the case of an error, a flag is set in the header, and the reply message "
4320 "is slightly changed:"
4321 msgstr ""
4322
4323 #. type: verbatim
4324 #: ../src/guestfs.pod:2270
4325 #, no-wrap
4326 msgid ""
4327 " total length (header + error,\n"
4328 "      but not including the length word itself)\n"
4329 " struct guestfs_message_header (encoded as XDR)\n"
4330 " struct guestfs_message_error (encoded as XDR)\n"
4331 "\n"
4332 msgstr ""
4333
4334 #. type: textblock
4335 #: ../src/guestfs.pod:2275
4336 msgid ""
4337 "The C<guestfs_message_error> structure contains the error message as a "
4338 "string."
4339 msgstr ""
4340
4341 #. type: =head3
4342 #: ../src/guestfs.pod:2278
4343 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4344 msgstr ""
4345
4346 #. type: textblock
4347 #: ../src/guestfs.pod:2280
4348 msgid ""
4349 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4350 "The normal request message is sent (see above).  However this is followed by "
4351 "a sequence of file chunks."
4352 msgstr ""
4353
4354 #. type: verbatim
4355 #: ../src/guestfs.pod:2284
4356 #, no-wrap
4357 msgid ""
4358 " total length (header + arguments,\n"
4359 "      but not including the length word itself,\n"
4360 "      and not including the chunks)\n"
4361 " struct guestfs_message_header (encoded as XDR)\n"
4362 " struct guestfs_<foo>_args (encoded as XDR)\n"
4363 " sequence of chunks for FileIn param #0\n"
4364 " sequence of chunks for FileIn param #1 etc.\n"
4365 "\n"
4366 msgstr ""
4367
4368 #. type: textblock
4369 #: ../src/guestfs.pod:2292
4370 msgid "The \"sequence of chunks\" is:"
4371 msgstr ""
4372
4373 #. type: verbatim
4374 #: ../src/guestfs.pod:2294
4375 #, no-wrap
4376 msgid ""
4377 " length of chunk (not including length word itself)\n"
4378 " struct guestfs_chunk (encoded as XDR)\n"
4379 " length of chunk\n"
4380 " struct guestfs_chunk (encoded as XDR)\n"
4381 "   ...\n"
4382 " length of chunk\n"
4383 " struct guestfs_chunk (with data.data_len == 0)\n"
4384 "\n"
4385 msgstr ""
4386
4387 #. type: textblock
4388 #: ../src/guestfs.pod:2302
4389 msgid ""
4390 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4391 "is set in the final chunk to indicate either successful completion or early "
4392 "cancellation."
4393 msgstr ""
4394
4395 #. type: textblock
4396 #: ../src/guestfs.pod:2306
4397 msgid ""
4398 "At time of writing there are no functions that have more than one FileIn "
4399 "parameter.  However this is (theoretically) supported, by sending the "
4400 "sequence of chunks for each FileIn parameter one after another (from left to "
4401 "right)."
4402 msgstr ""
4403
4404 #. type: textblock
4405 #: ../src/guestfs.pod:2311
4406 msgid ""
4407 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4408 "transfer.  The library does this by sending a chunk with a special flag set "
4409 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4410 "RPC, does I<not> send any reply, and goes back to reading the next request."
4411 msgstr ""
4412
4413 #. type: textblock
4414 #: ../src/guestfs.pod:2317
4415 msgid ""
4416 "The daemon may also cancel.  It does this by writing a special word "
4417 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4418 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4419 "cancel chunk).  The special word is chosen so that even if cancellation "
4420 "happens right at the end of the transfer (after the library has finished "
4421 "writing and has started listening for the reply), the \"spurious\" cancel "
4422 "flag will not be confused with the reply message."
4423 msgstr ""
4424
4425 #. type: textblock
4426 #: ../src/guestfs.pod:2326
4427 msgid ""
4428 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4429 "limit), and also files where the size is not known in advance (eg. from "
4430 "pipes or sockets).  However the chunks are rather small "
4431 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4432 "to keep much in memory."
4433 msgstr ""
4434
4435 #. type: =head3
4436 #: ../src/guestfs.pod:2332
4437 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4438 msgstr ""
4439
4440 #. type: textblock
4441 #: ../src/guestfs.pod:2334
4442 msgid ""
4443 "The protocol for FileOut parameters is exactly the same as for FileIn "
4444 "parameters, but with the roles of daemon and library reversed."
4445 msgstr ""
4446
4447 #. type: verbatim
4448 #: ../src/guestfs.pod:2337
4449 #, no-wrap
4450 msgid ""
4451 " total length (header + ret,\n"
4452 "      but not including the length word itself,\n"
4453 "      and not including the chunks)\n"
4454 " struct guestfs_message_header (encoded as XDR)\n"
4455 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4456 " sequence of chunks for FileOut param #0\n"
4457 " sequence of chunks for FileOut param #1 etc.\n"
4458 "\n"
4459 msgstr ""
4460
4461 #. type: =head3
4462 #: ../src/guestfs.pod:2345
4463 msgid "INITIAL MESSAGE"
4464 msgstr ""
4465
4466 #. type: textblock
4467 #: ../src/guestfs.pod:2347
4468 msgid ""
4469 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4470 "which indicates that the guest and daemon is alive.  This is what "
4471 "L</guestfs_launch> waits for."
4472 msgstr ""
4473
4474 #. type: =head3
4475 #: ../src/guestfs.pod:2351
4476 msgid "PROGRESS NOTIFICATION MESSAGES"
4477 msgstr ""
4478
4479 #. type: textblock
4480 #: ../src/guestfs.pod:2353
4481 msgid ""
4482 "The daemon may send progress notification messages at any time.  These are "
4483 "distinguished by the normal length word being replaced by "
4484 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4485 msgstr ""
4486
4487 #. type: textblock
4488 #: ../src/guestfs.pod:2357
4489 msgid ""
4490 "The library turns them into progress callbacks (see "
4491 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4492 "them if not."
4493 msgstr ""
4494
4495 #. type: textblock
4496 #: ../src/guestfs.pod:2361
4497 msgid ""
4498 "The daemon self-limits the frequency of progress messages it sends (see "
4499 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4500 "messages."
4501 msgstr ""
4502
4503 #. type: =head1
4504 #: ../src/guestfs.pod:2365
4505 msgid "LIBGUESTFS VERSION NUMBERS"
4506 msgstr ""
4507
4508 #. type: textblock
4509 #: ../src/guestfs.pod:2367
4510 msgid ""
4511 "Since April 2010, libguestfs has started to make separate development and "
4512 "stable releases, along with corresponding branches in our git repository.  "
4513 "These separate releases can be identified by version number:"
4514 msgstr ""
4515
4516 #. type: verbatim
4517 #: ../src/guestfs.pod:2372
4518 #, no-wrap
4519 msgid ""
4520 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4521 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4522 "       |\n"
4523 "       v\n"
4524 " 1  .  3  .  5\n"
4525 " ^           ^\n"
4526 " |           |\n"
4527 " |           `-------- sub-version\n"
4528 " |\n"
4529 " `------ always '1' because we don't change the ABI\n"
4530 "\n"
4531 msgstr ""
4532
4533 #. type: textblock
4534 #: ../src/guestfs.pod:2383
4535 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4536 msgstr ""
4537
4538 #. type: textblock
4539 #: ../src/guestfs.pod:2385
4540 msgid ""
4541 "As time passes we cherry pick fixes from the development branch and backport "
4542 "those into the stable branch, the effect being that the stable branch should "
4543 "get more stable and less buggy over time.  So the stable releases are ideal "
4544 "for people who don't need new features but would just like the software to "
4545 "work."
4546 msgstr ""
4547
4548 #. type: textblock
4549 #: ../src/guestfs.pod:2391
4550 msgid "Our criteria for backporting changes are:"
4551 msgstr ""
4552
4553 #. type: textblock
4554 #: ../src/guestfs.pod:2397
4555 msgid ""
4556 "Documentation changes which don't affect any code are backported unless the "
4557 "documentation refers to a future feature which is not in stable."
4558 msgstr ""
4559
4560 #. type: textblock
4561 #: ../src/guestfs.pod:2403
4562 msgid ""
4563 "Bug fixes which are not controversial, fix obvious problems, and have been "
4564 "well tested are backported."
4565 msgstr ""
4566
4567 #. type: textblock
4568 #: ../src/guestfs.pod:2408
4569 msgid ""
4570 "Simple rearrangements of code which shouldn't affect how it works get "
4571 "backported.  This is so that the code in the two branches doesn't get too "
4572 "far out of step, allowing us to backport future fixes more easily."
4573 msgstr ""
4574
4575 #. type: textblock
4576 #: ../src/guestfs.pod:2414
4577 msgid ""
4578 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4579 "exceptional case: the new feature is required in order to implement an "
4580 "important bug fix."
4581 msgstr ""
4582
4583 #. type: textblock
4584 #: ../src/guestfs.pod:2420
4585 msgid ""
4586 "A new stable branch starts when we think the new features in development are "
4587 "substantial and compelling enough over the current stable branch to warrant "
4588 "it.  When that happens we create new stable and development versions 1.N.0 "
4589 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4590 "stable at this point, but by backporting fixes from development, that branch "
4591 "will stabilize over time."
4592 msgstr ""
4593
4594 #. type: =head1
4595 #: ../src/guestfs.pod:2428
4596 msgid "EXTENDING LIBGUESTFS"
4597 msgstr ""
4598
4599 #. type: =head2
4600 #: ../src/guestfs.pod:2430
4601 msgid "ADDING A NEW API ACTION"
4602 msgstr ""
4603
4604 #. type: textblock
4605 #: ../src/guestfs.pod:2432
4606 msgid ""
4607 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4608 "documentation) are generated, and this makes it easy to extend the "
4609 "libguestfs API."
4610 msgstr ""
4611
4612 #. type: textblock
4613 #: ../src/guestfs.pod:2436
4614 msgid "To add a new API action there are two changes:"
4615 msgstr ""
4616
4617 #. type: textblock
4618 #: ../src/guestfs.pod:2442
4619 msgid ""
4620 "You need to add a description of the call (name, parameters, return type, "
4621 "tests, documentation) to C<generator/generator_actions.ml>."
4622 msgstr ""
4623
4624 #. type: textblock
4625 #: ../src/guestfs.pod:2445
4626 msgid ""
4627 "There are two sorts of API action, depending on whether the call goes "
4628 "through to the daemon in the appliance, or is serviced entirely by the "
4629 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4630 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4631 "an example of the latter, since a trace flag is maintained in the handle and "
4632 "all tracing is done on the library side."
4633 msgstr ""
4634
4635 #. type: textblock
4636 #: ../src/guestfs.pod:2453
4637 msgid ""
4638 "Most new actions are of the first type, and get added to the "
4639 "C<daemon_functions> list.  Each function has a unique procedure number used "
4640 "in the RPC protocol which is assigned to that action when we publish "
4641 "libguestfs and cannot be reused.  Take the latest procedure number and "
4642 "increment it."
4643 msgstr ""
4644
4645 #. type: textblock
4646 #: ../src/guestfs.pod:2459
4647 msgid ""
4648 "For library-only actions of the second type, add to the "
4649 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4650 "library and do not travel over the RPC mechanism to the daemon, these "
4651 "functions do not need a procedure number, and so the procedure number is set "
4652 "to C<-1>."
4653 msgstr ""
4654
4655 #. type: textblock
4656 #: ../src/guestfs.pod:2467
4657 msgid "Implement the action (in C):"
4658 msgstr ""
4659
4660 #. type: textblock
4661 #: ../src/guestfs.pod:2469
4662 msgid ""
4663 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4664 "C<daemon/> directory."
4665 msgstr ""
4666
4667 #. type: textblock
4668 #: ../src/guestfs.pod:2472
4669 msgid ""
4670 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4671 "(note: double underscore) in the C<src/> directory."
4672 msgstr ""
4673
4674 #. type: textblock
4675 #: ../src/guestfs.pod:2475
4676 msgid "In either case, use another function as an example of what to do."
4677 msgstr ""
4678
4679 #. type: textblock
4680 #: ../src/guestfs.pod:2479
4681 msgid "After making these changes, use C<make> to compile."
4682 msgstr ""
4683
4684 #. type: textblock
4685 #: ../src/guestfs.pod:2481
4686 msgid ""
4687 "Note that you don't need to implement the RPC, language bindings, manual "
4688 "pages or anything else.  It's all automatically generated from the OCaml "
4689 "description."
4690 msgstr ""
4691
4692 #. type: =head2
4693 #: ../src/guestfs.pod:2485
4694 msgid "ADDING TESTS FOR AN API ACTION"
4695 msgstr ""
4696
4697 #. type: textblock
4698 #: ../src/guestfs.pod:2487
4699 msgid ""
4700 "You can supply zero or as many tests as you want per API call.  The tests "
4701 "can either be added as part of the API description "
4702 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4703 "drop a script into C<regressions/>.  Note that adding a script to "
4704 "C<regressions/> is slower, so if possible use the first method."
4705 msgstr ""
4706
4707 #. type: textblock
4708 #: ../src/guestfs.pod:2493
4709 msgid ""
4710 "The following describes the test environment used when you add an API test "
4711 "in C<generator_actions.ml>."
4712 msgstr ""
4713
4714 #. type: textblock
4715 #: ../src/guestfs.pod:2496
4716 msgid "The test environment has 4 block devices:"
4717 msgstr ""
4718
4719 #. type: =item
4720 #: ../src/guestfs.pod:2500
4721 msgid "C</dev/sda> 500MB"
4722 msgstr ""
4723
4724 #. type: textblock
4725 #: ../src/guestfs.pod:2502
4726 msgid "General block device for testing."
4727 msgstr ""
4728
4729 #. type: =item
4730 #: ../src/guestfs.pod:2504
4731 msgid "C</dev/sdb> 50MB"
4732 msgstr ""
4733
4734 #. type: textblock
4735 #: ../src/guestfs.pod:2506
4736 msgid ""
4737 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4738 "operations."
4739 msgstr ""
4740
4741 #. type: =item
4742 #: ../src/guestfs.pod:2509
4743 msgid "C</dev/sdc> 10MB"
4744 msgstr ""
4745
4746 #. type: textblock
4747 #: ../src/guestfs.pod:2511
4748 msgid "Used in a few tests where two block devices are needed."
4749 msgstr ""
4750
4751 #. type: =item
4752 #: ../src/guestfs.pod:2513
4753 msgid "C</dev/sdd>"
4754 msgstr ""
4755
4756 #. type: textblock
4757 #: ../src/guestfs.pod:2515
4758 msgid "ISO with fixed content (see C<images/test.iso>)."
4759 msgstr ""
4760
4761 #. type: textblock
4762 #: ../src/guestfs.pod:2519
4763 msgid ""
4764 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4765 "appliance and block devices are reused between tests.  So don't try testing "
4766 "L</guestfs_kill_subprocess> :-x"
4767 msgstr ""
4768
4769 #. type: textblock
4770 #: ../src/guestfs.pod:2523
4771 msgid ""
4772 "Each test starts with an initial scenario, selected using one of the "
4773 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4774 "initialize the disks mentioned above in a particular way as documented in "
4775 "C<generator_types.ml>.  You should not assume anything about the previous "
4776 "contents of other disks that are not initialized."
4777 msgstr ""
4778
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2529
4781 msgid ""
4782 "You can add a prerequisite clause to any individual test.  This is a "
4783 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4784 "if testing a command which might not work on all variations of libguestfs "
4785 "builds.  A test that has prerequisite of C<Always> means to run "
4786 "unconditionally."
4787 msgstr ""
4788
4789 #. type: textblock
4790 #: ../src/guestfs.pod:2535
4791 msgid ""
4792 "In addition, packagers can skip individual tests by setting environment "
4793 "variables before running C<make check>."
4794 msgstr ""
4795
4796 #. type: verbatim
4797 #: ../src/guestfs.pod:2538
4798 #, no-wrap
4799 msgid ""
4800 " SKIP_TEST_<CMD>_<NUM>=1\n"
4801 "\n"
4802 msgstr ""
4803
4804 #. type: textblock
4805 #: ../src/guestfs.pod:2540
4806 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4807 msgstr ""
4808
4809 #. type: textblock
4810 #: ../src/guestfs.pod:2542
4811 msgid "or:"
4812 msgstr ""
4813
4814 #. type: verbatim
4815 #: ../src/guestfs.pod:2544
4816 #, no-wrap
4817 msgid ""
4818 " SKIP_TEST_<CMD>=1\n"
4819 "\n"
4820 msgstr ""
4821
4822 #. type: textblock
4823 #: ../src/guestfs.pod:2546
4824 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4825 msgstr ""
4826
4827 #. type: textblock
4828 #: ../src/guestfs.pod:2548
4829 msgid "Packagers can run only certain tests by setting for example:"
4830 msgstr ""
4831
4832 #. type: verbatim
4833 #: ../src/guestfs.pod:2550
4834 #, no-wrap
4835 msgid ""
4836 " TEST_ONLY=\"vfs_type zerofree\"\n"
4837 "\n"
4838 msgstr ""
4839
4840 #. type: textblock
4841 #: ../src/guestfs.pod:2552
4842 msgid ""
4843 "See C<capitests/tests.c> for more details of how these environment variables "
4844 "work."
4845 msgstr ""
4846
4847 #. type: =head2
4848 #: ../src/guestfs.pod:2555
4849 msgid "DEBUGGING NEW API ACTIONS"
4850 msgstr ""
4851
4852 #. type: textblock
4853 #: ../src/guestfs.pod:2557
4854 msgid "Test new actions work before submitting them."
4855 msgstr ""
4856
4857 #. type: textblock
4858 #: ../src/guestfs.pod:2559
4859 msgid "You can use guestfish to try out new commands."
4860 msgstr ""
4861
4862 #. type: textblock
4863 #: ../src/guestfs.pod:2561
4864 msgid ""
4865 "Debugging the daemon is a problem because it runs inside a minimal "
4866 "environment.  However you can fprintf messages in the daemon to stderr, and "
4867 "they will show up if you use C<guestfish -v>."
4868 msgstr ""
4869
4870 #. type: =head2
4871 #: ../src/guestfs.pod:2565
4872 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4873 msgstr ""
4874
4875 #. type: textblock
4876 #: ../src/guestfs.pod:2567
4877 msgid ""
4878 "Our C source code generally adheres to some basic code-formatting "
4879 "conventions.  The existing code base is not totally consistent on this "
4880 "front, but we do prefer that contributed code be formatted similarly.  In "
4881 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4882 "indentation level, and other than that, follow the K&R style."
4883 msgstr ""
4884
4885 #. type: textblock
4886 #: ../src/guestfs.pod:2573
4887 msgid ""
4888 "If you use Emacs, add the following to one of one of your start-up files "
4889 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4890 msgstr ""
4891
4892 #. type: verbatim
4893 #: ../src/guestfs.pod:2576
4894 #, no-wrap
4895 msgid ""
4896 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4897 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4898 " (add-hook 'find-file-hook\n"
4899 "     '(lambda () (if (and buffer-file-name\n"
4900 "                          (string-match \"/libguestfs\\\\>\"\n"
4901 "                              (buffer-file-name))\n"
4902 "                          (not (string-equal mode-name \"Change Log\"))\n"
4903 "                          (not (string-equal mode-name \"Makefile\")))\n"
4904 "                     (setq indent-tabs-mode nil))))\n"
4905 " \n"
4906 msgstr ""
4907
4908 #. type: verbatim
4909 #: ../src/guestfs.pod:2586
4910 #, no-wrap
4911 msgid ""
4912 " ;;; When editing C sources in libguestfs, use this style.\n"
4913 " (defun libguestfs-c-mode ()\n"
4914 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4915 "   (interactive)\n"
4916 "   (c-set-style \"K&R\")\n"
4917 "   (setq c-indent-level 2)\n"
4918 "   (setq c-basic-offset 2))\n"
4919 " (add-hook 'c-mode-hook\n"
4920 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4921 "                               (buffer-file-name))\n"
4922 "                           (libguestfs-c-mode))))\n"
4923 "\n"
4924 msgstr ""
4925
4926 #. type: textblock
4927 #: ../src/guestfs.pod:2598
4928 msgid "Enable warnings when compiling (and fix any problems this finds):"
4929 msgstr ""
4930
4931 #. type: verbatim
4932 #: ../src/guestfs.pod:2601
4933 #, no-wrap
4934 msgid ""
4935 " ./configure --enable-gcc-warnings\n"
4936 "\n"
4937 msgstr ""
4938
4939 #. type: textblock
4940 #: ../src/guestfs.pod:2603
4941 msgid "Useful targets are:"
4942 msgstr ""
4943
4944 #. type: verbatim
4945 #: ../src/guestfs.pod:2605
4946 #, no-wrap
4947 msgid ""
4948 " make syntax-check  # checks the syntax of the C code\n"
4949 " make check         # runs the test suite\n"
4950 "\n"
4951 msgstr ""
4952
4953 #. type: =head2
4954 #: ../src/guestfs.pod:2608
4955 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4956 msgstr ""
4957
4958 #. type: textblock
4959 #: ../src/guestfs.pod:2610
4960 msgid ""
4961 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4962 "which are used to do shell quoting."
4963 msgstr ""
4964
4965 #. type: =item
4966 #: ../src/guestfs.pod:2615
4967 msgid "%Q"
4968 msgstr ""
4969
4970 #. type: textblock
4971 #: ../src/guestfs.pod:2617
4972 msgid ""
4973 "Simple shell quoted string.  Any spaces or other shell characters are "
4974 "escaped for you."
4975 msgstr ""
4976
4977 #. type: =item
4978 #: ../src/guestfs.pod:2620
4979 msgid "%R"
4980 msgstr ""
4981
4982 #. type: textblock
4983 #: ../src/guestfs.pod:2622
4984 msgid ""
4985 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4986 "the sysroot."
4987 msgstr ""
4988
4989 #. type: textblock
4990 #: ../src/guestfs.pod:2627 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
4991 msgid "For example:"
4992 msgstr ""
4993
4994 #. type: verbatim
4995 #: ../src/guestfs.pod:2629
4996 #, no-wrap
4997 msgid ""
4998 " asprintf (&cmd, \"cat %R\", path);\n"
4999 "\n"
5000 msgstr ""
5001
5002 #. type: textblock
5003 #: ../src/guestfs.pod:2631
5004 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5005 msgstr ""
5006
5007 #. type: textblock
5008 #: ../src/guestfs.pod:2633
5009 msgid ""
5010 "I<Note:> Do I<not> use these when you are passing parameters to the "
5011 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
5012 "because they are not passed via the shell (instead, straight to exec).  You "
5013 "probably want to use the C<sysroot_path()> function however."
5014 msgstr ""
5015
5016 #. type: =head2
5017 #: ../src/guestfs.pod:2639
5018 msgid "SUBMITTING YOUR NEW API ACTIONS"
5019 msgstr ""
5020
5021 #. type: textblock
5022 #: ../src/guestfs.pod:2641
5023 msgid ""
5024 "Submit patches to the mailing list: "
5025 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5026 "L<rjones@redhat.com>."
5027 msgstr ""
5028
5029 #. type: =head2
5030 #: ../src/guestfs.pod:2645
5031 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5032 msgstr ""
5033
5034 #. type: textblock
5035 #: ../src/guestfs.pod:2647
5036 msgid "We support i18n (gettext anyhow) in the library."
5037 msgstr ""
5038
5039 #. type: textblock
5040 #: ../src/guestfs.pod:2649
5041 msgid ""
5042 "However many messages come from the daemon, and we don't translate those at "
5043 "the moment.  One reason is that the appliance generally has all locale files "
5044 "removed from it, because they take up a lot of space.  So we'd have to readd "
5045 "some of those, as well as copying our PO files into the appliance."
5046 msgstr ""
5047
5048 #. type: textblock
5049 #: ../src/guestfs.pod:2655
5050 msgid ""
5051 "Debugging messages are never translated, since they are intended for the "
5052 "programmers."
5053 msgstr ""
5054
5055 #. type: =head2
5056 #: ../src/guestfs.pod:2658
5057 msgid "SOURCE CODE SUBDIRECTORIES"
5058 msgstr ""
5059
5060 #. type: =item
5061 #: ../src/guestfs.pod:2662 ../src/guestfs-actions.pod:5806 ../fish/guestfish-actions.pod:3900
5062 msgid "C<appliance>"
5063 msgstr ""
5064
5065 #. type: textblock
5066 #: ../src/guestfs.pod:2664
5067 msgid "The libguestfs appliance, build scripts and so on."
5068 msgstr ""
5069
5070 #. type: =item
5071 #: ../src/guestfs.pod:2666
5072 msgid "C<capitests>"
5073 msgstr ""
5074
5075 #. type: textblock
5076 #: ../src/guestfs.pod:2668
5077 msgid "Automated tests of the C API."
5078 msgstr ""
5079
5080 #. type: =item
5081 #: ../src/guestfs.pod:2670
5082 msgid "C<cat>"
5083 msgstr ""
5084
5085 #. type: textblock
5086 #: ../src/guestfs.pod:2672
5087 msgid ""
5088 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5089 "documentation."
5090 msgstr ""
5091
5092 #. type: =item
5093 #: ../src/guestfs.pod:2675
5094 msgid "C<contrib>"
5095 msgstr ""
5096
5097 #. type: textblock
5098 #: ../src/guestfs.pod:2677
5099 msgid "Outside contributions, experimental parts."
5100 msgstr ""
5101
5102 #. type: =item
5103 #: ../src/guestfs.pod:2679
5104 msgid "C<daemon>"
5105 msgstr ""
5106
5107 #. type: textblock
5108 #: ../src/guestfs.pod:2681
5109 msgid ""
5110 "The daemon that runs inside the libguestfs appliance and carries out "
5111 "actions."
5112 msgstr ""
5113
5114 #. type: =item
5115 #: ../src/guestfs.pod:2684
5116 msgid "C<df>"
5117 msgstr ""
5118
5119 #. type: textblock
5120 #: ../src/guestfs.pod:2686
5121 msgid "L<virt-df(1)> command and documentation."
5122 msgstr ""
5123
5124 #. type: =item
5125 #: ../src/guestfs.pod:2688
5126 msgid "C<examples>"
5127 msgstr ""
5128
5129 #. type: textblock
5130 #: ../src/guestfs.pod:2690
5131 msgid "C API example code."
5132 msgstr ""
5133
5134 #. type: =item
5135 #: ../src/guestfs.pod:2692
5136 msgid "C<fish>"
5137 msgstr ""
5138
5139 #. type: textblock
5140 #: ../src/guestfs.pod:2694
5141 msgid ""
5142 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5143 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5144 "L<virt-tar-out(1)>."
5145 msgstr ""
5146
5147 #. type: =item
5148 #: ../src/guestfs.pod:2698
5149 msgid "C<fuse>"
5150 msgstr ""
5151
5152 #. type: textblock
5153 #: ../src/guestfs.pod:2700
5154 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5155 msgstr ""
5156
5157 #. type: =item
5158 #: ../src/guestfs.pod:2702
5159 msgid "C<generator>"
5160 msgstr ""
5161
5162 #. type: textblock
5163 #: ../src/guestfs.pod:2704
5164 msgid ""
5165 "The crucially important generator, used to automatically generate large "
5166 "amounts of boilerplate C code for things like RPC and bindings."
5167 msgstr ""
5168
5169 #. type: =item
5170 #: ../src/guestfs.pod:2707
5171 msgid "C<images>"
5172 msgstr ""
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2709
5176 msgid "Files used by the test suite."
5177 msgstr ""
5178
5179 #. type: textblock
5180 #: ../src/guestfs.pod:2711
5181 msgid "Some \"phony\" guest images which we test against."
5182 msgstr ""
5183
5184 #. type: =item
5185 #: ../src/guestfs.pod:2713
5186 msgid "C<inspector>"
5187 msgstr ""
5188
5189 #. type: textblock
5190 #: ../src/guestfs.pod:2715
5191 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5192 msgstr ""
5193
5194 #. type: =item
5195 #: ../src/guestfs.pod:2717
5196 msgid "C<logo>"
5197 msgstr ""
5198
5199 #. type: textblock
5200 #: ../src/guestfs.pod:2719
5201 msgid "Logo used on the website.  The fish is called Arthur by the way."
5202 msgstr ""
5203
5204 #. type: =item
5205 #: ../src/guestfs.pod:2721
5206 msgid "C<m4>"
5207 msgstr ""
5208
5209 #. type: textblock
5210 #: ../src/guestfs.pod:2723
5211 msgid "M4 macros used by autoconf."
5212 msgstr ""
5213
5214 #. type: =item
5215 #: ../src/guestfs.pod:2725
5216 msgid "C<po>"
5217 msgstr ""
5218
5219 #. type: textblock
5220 #: ../src/guestfs.pod:2727
5221 msgid "Translations of simple gettext strings."
5222 msgstr ""
5223
5224 #. type: =item
5225 #: ../src/guestfs.pod:2729
5226 msgid "C<po-docs>"
5227 msgstr ""
5228
5229 #. type: textblock
5230 #: ../src/guestfs.pod:2731
5231 msgid ""
5232 "The build infrastructure and PO files for translations of manpages and POD "
5233 "files.  Eventually this will be combined with the C<po> directory, but that "
5234 "is rather complicated."
5235 msgstr ""
5236
5237 #. type: =item
5238 #: ../src/guestfs.pod:2735
5239 msgid "C<regressions>"
5240 msgstr ""
5241
5242 #. type: textblock
5243 #: ../src/guestfs.pod:2737
5244 msgid "Regression tests."
5245 msgstr ""
5246
5247 #. type: =item
5248 #: ../src/guestfs.pod:2739
5249 msgid "C<rescue>"
5250 msgstr ""
5251
5252 #. type: textblock
5253 #: ../src/guestfs.pod:2741
5254 msgid "L<virt-rescue(1)> command and documentation."
5255 msgstr ""
5256
5257 #. type: =item
5258 #: ../src/guestfs.pod:2743
5259 msgid "C<src>"
5260 msgstr ""
5261
5262 #. type: textblock
5263 #: ../src/guestfs.pod:2745
5264 msgid "Source code to the C library."
5265 msgstr ""
5266
5267 #. type: =item
5268 #: ../src/guestfs.pod:2747
5269 msgid "C<tools>"
5270 msgstr ""
5271
5272 #. type: textblock
5273 #: ../src/guestfs.pod:2749
5274 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5275 msgstr ""
5276
5277 #. type: =item
5278 #: ../src/guestfs.pod:2751
5279 msgid "C<test-tool>"
5280 msgstr ""
5281
5282 #. type: textblock
5283 #: ../src/guestfs.pod:2753
5284 msgid ""
5285 "Test tool for end users to test if their qemu/kernel combination will work "
5286 "with libguestfs."
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2756
5291 msgid "C<csharp>"
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs.pod:2758
5296 msgid "C<haskell>"
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2760
5301 msgid "C<java>"
5302 msgstr ""
5303
5304 #. type: =item
5305 #: ../src/guestfs.pod:2762
5306 msgid "C<ocaml>"
5307 msgstr ""
5308
5309 #. type: =item
5310 #: ../src/guestfs.pod:2764
5311 msgid "C<php>"
5312 msgstr ""
5313
5314 #. type: =item
5315 #: ../src/guestfs.pod:2766
5316 msgid "C<perl>"
5317 msgstr ""
5318
5319 #. type: =item
5320 #: ../src/guestfs.pod:2768
5321 msgid "C<python>"
5322 msgstr ""
5323
5324 #. type: =item
5325 #: ../src/guestfs.pod:2770
5326 msgid "C<ruby>"
5327 msgstr ""
5328
5329 #. type: textblock
5330 #: ../src/guestfs.pod:2772
5331 msgid "Language bindings."
5332 msgstr ""
5333
5334 #. type: =head1
5335 #: ../src/guestfs.pod:2776 ../fish/guestfish.pod:1015 ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5336 msgid "ENVIRONMENT VARIABLES"
5337 msgstr ""
5338
5339 #. type: =item
5340 #: ../src/guestfs.pod:2780 ../fish/guestfish.pod:1041
5341 msgid "LIBGUESTFS_APPEND"
5342 msgstr ""
5343
5344 #. type: textblock
5345 #: ../src/guestfs.pod:2782 ../fish/guestfish.pod:1043
5346 msgid "Pass additional options to the guest kernel."
5347 msgstr ""
5348
5349 #. type: =item
5350 #: ../src/guestfs.pod:2784 ../fish/guestfish.pod:1045
5351 msgid "LIBGUESTFS_DEBUG"
5352 msgstr ""
5353
5354 #. type: textblock
5355 #: ../src/guestfs.pod:2786
5356 msgid ""
5357 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5358 "effect as calling C<guestfs_set_verbose (g, 1)>."
5359 msgstr ""
5360
5361 #. type: =item
5362 #: ../src/guestfs.pod:2789 ../fish/guestfish.pod:1050
5363 msgid "LIBGUESTFS_MEMSIZE"
5364 msgstr ""
5365
5366 #. type: textblock
5367 #: ../src/guestfs.pod:2791 ../fish/guestfish.pod:1052
5368 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5369 msgstr ""
5370
5371 #. type: verbatim
5372 #: ../src/guestfs.pod:2794 ../fish/guestfish.pod:1055
5373 #, no-wrap
5374 msgid ""
5375 " LIBGUESTFS_MEMSIZE=700\n"
5376 "\n"
5377 msgstr ""
5378
5379 #. type: =item
5380 #: ../src/guestfs.pod:2796 ../fish/guestfish.pod:1057
5381 msgid "LIBGUESTFS_PATH"
5382 msgstr ""
5383
5384 #. type: textblock
5385 #: ../src/guestfs.pod:2798
5386 msgid ""
5387 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5388 "the discussion of paths in section L</PATH> above."
5389 msgstr ""
5390
5391 #. type: =item
5392 #: ../src/guestfs.pod:2801 ../fish/guestfish.pod:1062
5393 msgid "LIBGUESTFS_QEMU"
5394 msgstr ""
5395
5396 #. type: textblock
5397 #: ../src/guestfs.pod:2803 ../fish/guestfish.pod:1064
5398 msgid ""
5399 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5400 "which was found at compile time by the configure script is used."
5401 msgstr ""
5402
5403 #. type: textblock
5404 #: ../src/guestfs.pod:2807
5405 msgid "See also L</QEMU WRAPPERS> above."
5406 msgstr ""
5407
5408 #. type: =item
5409 #: ../src/guestfs.pod:2809 ../fish/guestfish.pod:1068
5410 msgid "LIBGUESTFS_TRACE"
5411 msgstr ""
5412
5413 #. type: textblock
5414 #: ../src/guestfs.pod:2811
5415 msgid ""
5416 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5417 "effect as calling C<guestfs_set_trace (g, 1)>."
5418 msgstr ""
5419
5420 #. type: =item
5421 #: ../src/guestfs.pod:2814 ../fish/guestfish.pod:1077
5422 msgid "TMPDIR"
5423 msgstr ""
5424
5425 #. type: textblock
5426 #: ../src/guestfs.pod:2816 ../fish/guestfish.pod:1079
5427 msgid ""
5428 "Location of temporary directory, defaults to C</tmp> except for the cached "
5429 "supermin appliance which defaults to C</var/tmp>."
5430 msgstr ""
5431
5432 #. type: textblock
5433 #: ../src/guestfs.pod:2819 ../fish/guestfish.pod:1082
5434 msgid ""
5435 "If libguestfs was compiled to use the supermin appliance then the real "
5436 "appliance is cached in this directory, shared between all handles belonging "
5437 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5438 "use in case C</var/tmp> is not large enough."
5439 msgstr ""
5440
5441 #. type: =head1
5442 #: ../src/guestfs.pod:2827 ../fish/guestfish.pod:1149 ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:267 ../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
5443 msgid "SEE ALSO"
5444 msgstr ""
5445
5446 #. type: textblock
5447 #: ../src/guestfs.pod:2829
5448 msgid ""
5449 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5450 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5451 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5452 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5453 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5454 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5455 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5456 "L<http://libguestfs.org/>."
5457 msgstr ""
5458
5459 #. type: textblock
5460 #: ../src/guestfs.pod:2856
5461 msgid ""
5462 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5463 "L<lvm(8)>, L<disktype(1)>."
5464 msgstr ""
5465
5466 #. type: =head1
5467 #: ../src/guestfs.pod:2863 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5468 msgid "BUGS"
5469 msgstr ""
5470
5471 #. type: textblock
5472 #: ../src/guestfs.pod:2865
5473 msgid "To get a list of bugs against libguestfs use this link:"
5474 msgstr ""
5475
5476 #. type: textblock
5477 #: ../src/guestfs.pod:2867
5478 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5479 msgstr ""
5480
5481 #. type: textblock
5482 #: ../src/guestfs.pod:2869
5483 msgid "To report a new bug against libguestfs use this link:"
5484 msgstr ""
5485
5486 #. type: textblock
5487 #: ../src/guestfs.pod:2871
5488 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5489 msgstr ""
5490
5491 #. type: textblock
5492 #: ../src/guestfs.pod:2873
5493 msgid "When reporting a bug, please check:"
5494 msgstr ""
5495
5496 #. type: textblock
5497 #: ../src/guestfs.pod:2879
5498 msgid "That the bug hasn't been reported already."
5499 msgstr ""
5500
5501 #. type: textblock
5502 #: ../src/guestfs.pod:2883
5503 msgid "That you are testing a recent version."
5504 msgstr ""
5505
5506 #. type: textblock
5507 #: ../src/guestfs.pod:2887
5508 msgid "Describe the bug accurately, and give a way to reproduce it."
5509 msgstr ""
5510
5511 #. type: textblock
5512 #: ../src/guestfs.pod:2891
5513 msgid ""
5514 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5515 "bug report."
5516 msgstr ""
5517
5518 #. type: =head1
5519 #: ../src/guestfs.pod:2896 ../fish/guestfish.pod:1172 ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:278
5520 msgid "AUTHORS"
5521 msgstr ""
5522
5523 #. type: textblock
5524 #: ../src/guestfs.pod:2898 ../fish/guestfish.pod:1174 ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:280
5525 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5526 msgstr ""
5527
5528 #. type: =head1
5529 #: ../src/guestfs.pod:2900 ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:282 ../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
5530 msgid "COPYRIGHT"
5531 msgstr ""
5532
5533 #. type: textblock
5534 #: ../src/guestfs.pod:2902 ../fish/guestfish.pod:1178 ../test-tool/libguestfs-test-tool.pod:99
5535 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5536 msgstr ""
5537
5538 #. type: textblock
5539 #: ../src/guestfs.pod:2905
5540 msgid ""
5541 "This library is free software; you can redistribute it and/or modify it "
5542 "under the terms of the GNU Lesser General Public License as published by the "
5543 "Free Software Foundation; either version 2 of the License, or (at your "
5544 "option) any later version."
5545 msgstr ""
5546
5547 #. type: textblock
5548 #: ../src/guestfs.pod:2910
5549 msgid ""
5550 "This library is distributed in the hope that it will be useful, but WITHOUT "
5551 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5552 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5553 "for more details."
5554 msgstr ""
5555
5556 #. type: textblock
5557 #: ../src/guestfs.pod:2915
5558 msgid ""
5559 "You should have received a copy of the GNU Lesser General Public License "
5560 "along with this library; if not, write to the Free Software Foundation, "
5561 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5562 msgstr ""
5563
5564 #. type: =head2
5565 #: ../src/guestfs-actions.pod:1
5566 msgid "guestfs_add_cdrom"
5567 msgstr ""
5568
5569 #. type: verbatim
5570 #: ../src/guestfs-actions.pod:3
5571 #, no-wrap
5572 msgid ""
5573 " int\n"
5574 " guestfs_add_cdrom (guestfs_h *g,\n"
5575 "                    const char *filename);\n"
5576 "\n"
5577 msgstr ""
5578
5579 #. type: textblock
5580 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5581 msgid "This function adds a virtual CD-ROM disk image to the guest."
5582 msgstr ""
5583
5584 #. type: textblock
5585 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5586 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5587 msgstr ""
5588
5589 #. type: textblock
5590 #: ../src/guestfs-actions.pod:17
5591 msgid ""
5592 "This call checks for the existence of C<filename>.  This stops you from "
5593 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5594 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5595 "instead."
5596 msgstr ""
5597
5598 #. type: textblock
5599 #: ../src/guestfs-actions.pod:24
5600 msgid ""
5601 "If you just want to add an ISO file (often you use this as an efficient way "
5602 "to transfer large files into the guest), then you should probably use "
5603 "C<guestfs_add_drive_ro> instead."
5604 msgstr ""
5605
5606 #. type: textblock
5607 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477 ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717 ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266 ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471 ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3451 ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3491 ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3660 ../src/guestfs-actions.pod:3673 ../src/guestfs-actions.pod:3687 ../src/guestfs-actions.pod:3702 ../src/guestfs-actions.pod:3738 ../src/guestfs-actions.pod:3810 ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3870 ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3925 ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:3963 ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4010 ../src/guestfs-actions.pod:4046 ../src/guestfs-actions.pod:4062 ../src/guestfs-actions.pod:4075 ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4200 ../src/guestfs-actions.pod:4220 ../src/guestfs-actions.pod:4233 ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:4302 ../src/guestfs-actions.pod:4320 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4364 ../src/guestfs-actions.pod:4381 ../src/guestfs-actions.pod:4396 ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4474 ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4578 ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4616 ../src/guestfs-actions.pod:4628 ../src/guestfs-actions.pod:4645 ../src/guestfs-actions.pod:4658 ../src/guestfs-actions.pod:4673 ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:4738 ../src/guestfs-actions.pod:4758 ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4789 ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4875 ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4934 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:5143 ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5183 ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:5281 ../src/guestfs-actions.pod:5298 ../src/guestfs-actions.pod:5311 ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5652 ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:5690 ../src/guestfs-actions.pod:5702 ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5732 ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5772 ../src/guestfs-actions.pod:5791 ../src/guestfs-actions.pod:5821 ../src/guestfs-actions.pod:5837 ../src/guestfs-actions.pod:5860 ../src/guestfs-actions.pod:5878 ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5937 ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:5982 ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6025 ../src/guestfs-actions.pod:6049 ../src/guestfs-actions.pod:6068 ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102 ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6296 ../src/guestfs-actions.pod:6417 ../src/guestfs-actions.pod:6429 ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6455 ../src/guestfs-actions.pod:6477 ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:6503 ../src/guestfs-actions.pod:6516 ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6623 ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6689 ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6739 ../src/guestfs-actions.pod:6780 ../src/guestfs-actions.pod:6793 ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6845 ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7000 ../src/guestfs-actions.pod:7018 ../src/guestfs-actions.pod:7032 ../src/guestfs-actions.pod:7087 ../src/guestfs-actions.pod:7100 ../src/guestfs-actions.pod:7145 ../src/guestfs-actions.pod:7178 ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7258 ../src/guestfs-actions.pod:7324 ../src/guestfs-actions.pod:7343 ../src/guestfs-actions.pod:7372
5608 msgid "This function returns 0 on success or -1 on error."
5609 msgstr ""
5610
5611 #. type: textblock
5612 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5613 msgid ""
5614 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5615 "instead."
5616 msgstr ""
5617
5618 #. type: textblock
5619 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448 ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:7266 ../src/guestfs-actions.pod:7435 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319 ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:3000 ../fish/guestfish-actions.pod:4858 ../fish/guestfish-actions.pod:4955
5620 msgid ""
5621 "Deprecated functions will not be removed from the API, but the fact that "
5622 "they are deprecated indicates that there are problems with correct use of "
5623 "these functions."
5624 msgstr ""
5625
5626 #. type: textblock
5627 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916 ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117 ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3473 ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:5839 ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:7180
5628 msgid "(Added in 0.3)"
5629 msgstr ""
5630
5631 #. type: =head2
5632 #: ../src/guestfs-actions.pod:41
5633 msgid "guestfs_add_domain"
5634 msgstr ""
5635
5636 #. type: verbatim
5637 #: ../src/guestfs-actions.pod:43
5638 #, no-wrap
5639 msgid ""
5640 " int\n"
5641 " guestfs_add_domain (guestfs_h *g,\n"
5642 "                     const char *dom,\n"
5643 "                     ...);\n"
5644 "\n"
5645 msgstr ""
5646
5647 #. type: textblock
5648 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4435
5649 msgid ""
5650 "You may supply a list of optional arguments to this call.  Use zero or more "
5651 "of the following pairs of parameters, and terminate the list with C<-1> on "
5652 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5653 msgstr ""
5654
5655 #. type: verbatim
5656 #: ../src/guestfs-actions.pod:53
5657 #, no-wrap
5658 msgid ""
5659 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5660 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5661 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5662 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5663 "\n"
5664 msgstr ""
5665
5666 #. type: textblock
5667 #: ../src/guestfs-actions.pod:58
5668 msgid ""
5669 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5670 "It works by connecting to libvirt, requesting the domain and domain XML from "
5671 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5672 "one."
5673 msgstr ""
5674
5675 #. type: textblock
5676 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5677 msgid ""
5678 "The number of disks added is returned.  This operation is atomic: if an "
5679 "error is returned, then no disks are added."
5680 msgstr ""
5681
5682 #. type: textblock
5683 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5684 msgid ""
5685 "This function does some minimal checks to make sure the libvirt domain is "
5686 "not running (unless C<readonly> is true).  In a future version we will try "
5687 "to acquire the libvirt lock on each disk."
5688 msgstr ""
5689
5690 #. type: textblock
5691 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5692 msgid ""
5693 "Disks must be accessible locally.  This often means that adding disks from a "
5694 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5695 "unless those disks are accessible via the same device path locally too."
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5700 msgid ""
5701 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5702 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5703 "default libvirt URI (or one set through an environment variable, see the "
5704 "libvirt documentation for full details)."
5705 msgstr ""
5706
5707 #. type: textblock
5708 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5709 msgid ""
5710 "The optional C<live> flag controls whether this call will try to connect to "
5711 "a running virtual machine C<guestfsd> process if it sees a suitable "
5712 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5713 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5714 "DAEMONS> for more information."
5715 msgstr ""
5716
5717 #. type: textblock
5718 #: ../src/guestfs-actions.pod:88
5719 msgid ""
5720 "The other optional parameters are passed directly through to "
5721 "C<guestfs_add_drive_opts>."
5722 msgstr ""
5723
5724 #. type: textblock
5725 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877 ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026 ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104 ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2772 ../src/guestfs-actions.pod:2793 ../src/guestfs-actions.pod:4861 ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5395 ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:6766 ../src/guestfs-actions.pod:7191 ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7217
5726 msgid "On error this function returns -1."
5727 msgstr ""
5728
5729 #. type: textblock
5730 #: ../src/guestfs-actions.pod:93
5731 msgid "(Added in 1.7.4)"
5732 msgstr ""
5733
5734 #. type: =head2
5735 #: ../src/guestfs-actions.pod:95
5736 msgid "guestfs_add_domain_va"
5737 msgstr ""
5738
5739 #. type: verbatim
5740 #: ../src/guestfs-actions.pod:97
5741 #, no-wrap
5742 msgid ""
5743 " int\n"
5744 " guestfs_add_domain_va (guestfs_h *g,\n"
5745 "                        const char *dom,\n"
5746 "                        va_list args);\n"
5747 "\n"
5748 msgstr ""
5749
5750 #. type: textblock
5751 #: ../src/guestfs-actions.pod:102
5752 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5753 msgstr ""
5754
5755 #. type: textblock
5756 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4488 ../src/guestfs-actions.pod:4500
5757 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5758 msgstr ""
5759
5760 #. type: =head2
5761 #: ../src/guestfs-actions.pod:106
5762 msgid "guestfs_add_domain_argv"
5763 msgstr ""
5764
5765 #. type: verbatim
5766 #: ../src/guestfs-actions.pod:108
5767 #, no-wrap
5768 msgid ""
5769 " int\n"
5770 " guestfs_add_domain_argv (guestfs_h *g,\n"
5771 "                          const char *dom,\n"
5772 "                          const struct guestfs_add_domain_argv *optargs);\n"
5773 "\n"
5774 msgstr ""
5775
5776 #. type: textblock
5777 #: ../src/guestfs-actions.pod:113
5778 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5779 msgstr ""
5780
5781 #. type: =head2
5782 #: ../src/guestfs-actions.pod:117
5783 msgid "guestfs_add_drive"
5784 msgstr ""
5785
5786 #. type: verbatim
5787 #: ../src/guestfs-actions.pod:119
5788 #, no-wrap
5789 msgid ""
5790 " int\n"
5791 " guestfs_add_drive (guestfs_h *g,\n"
5792 "                    const char *filename);\n"
5793 "\n"
5794 msgstr ""
5795
5796 #. type: textblock
5797 #: ../src/guestfs-actions.pod:123
5798 msgid ""
5799 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5800 "optional parameters, so the disk is added writable, with the format being "
5801 "detected automatically."
5802 msgstr ""
5803
5804 #. type: textblock
5805 #: ../src/guestfs-actions.pod:127
5806 msgid ""
5807 "Automatic detection of the format opens you up to a potential security hole "
5808 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5809 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5810 "you should think about replacing calls to this function with calls to "
5811 "C<guestfs_add_drive_opts>, and specifying the format."
5812 msgstr ""
5813
5814 #. type: =head2
5815 #: ../src/guestfs-actions.pod:138
5816 msgid "guestfs_add_drive_opts"
5817 msgstr ""
5818
5819 #. type: verbatim
5820 #: ../src/guestfs-actions.pod:140
5821 #, no-wrap
5822 msgid ""
5823 " int\n"
5824 " guestfs_add_drive_opts (guestfs_h *g,\n"
5825 "                         const char *filename,\n"
5826 "                         ...);\n"
5827 "\n"
5828 msgstr ""
5829
5830 #. type: verbatim
5831 #: ../src/guestfs-actions.pod:150
5832 #, no-wrap
5833 msgid ""
5834 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5835 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5836 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5837 "\n"
5838 msgstr ""
5839
5840 #. type: textblock
5841 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
5842 msgid ""
5843 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5844 "The first time you call this function, the disk appears as C</dev/sda>, the "
5845 "second time as C</dev/sdb>, and so on."
5846 msgstr ""
5847
5848 #. type: textblock
5849 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
5850 msgid ""
5851 "You don't necessarily need to be root when using libguestfs.  However you "
5852 "obviously do need sufficient permissions to access the filename for whatever "
5853 "operations you want to perform (ie. read access if you just want to read the "
5854 "image or write access if you want to modify the image)."
5855 msgstr ""
5856
5857 #. type: textblock
5858 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
5859 msgid "This call checks that C<filename> exists."
5860 msgstr ""
5861
5862 #. type: textblock
5863 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4446 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3011
5864 msgid "The optional arguments are:"
5865 msgstr ""
5866
5867 #. type: =item
5868 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
5869 msgid "C<readonly>"
5870 msgstr ""
5871
5872 #. type: textblock
5873 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
5874 msgid ""
5875 "If true then the image is treated as read-only.  Writes are still allowed, "
5876 "but they are stored in a temporary snapshot overlay which is discarded at "
5877 "the end.  The disk that you add is not modified."
5878 msgstr ""
5879
5880 #. type: =item
5881 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
5882 msgid "C<format>"
5883 msgstr ""
5884
5885 #. type: textblock
5886 #: ../src/guestfs-actions.pod:179
5887 msgid ""
5888 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5889 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5890 "Possible formats include C<raw> and C<qcow2>."
5891 msgstr ""
5892
5893 #. type: textblock
5894 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
5895 msgid ""
5896 "Automatic detection of the format opens you up to a potential security hole "
5897 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5898 "RHBZ#642934.  Specifying the format closes this security hole."
5899 msgstr ""
5900
5901 #. type: =item
5902 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
5903 msgid "C<iface>"
5904 msgstr ""
5905
5906 #. type: textblock
5907 #: ../src/guestfs-actions.pod:190
5908 msgid ""
5909 "This rarely-used option lets you emulate the behaviour of the deprecated "
5910 "C<guestfs_add_drive_with_if> call (q.v.)"
5911 msgstr ""
5912
5913 #. type: textblock
5914 #: ../src/guestfs-actions.pod:197
5915 msgid "(Added in 1.5.23)"
5916 msgstr ""
5917
5918 #. type: =head2
5919 #: ../src/guestfs-actions.pod:199
5920 msgid "guestfs_add_drive_opts_va"
5921 msgstr ""
5922
5923 #. type: verbatim
5924 #: ../src/guestfs-actions.pod:201
5925 #, no-wrap
5926 msgid ""
5927 " int\n"
5928 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5929 "                            const char *filename,\n"
5930 "                            va_list args);\n"
5931 "\n"
5932 msgstr ""
5933
5934 #. type: textblock
5935 #: ../src/guestfs-actions.pod:206
5936 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5937 msgstr ""
5938
5939 #. type: =head2
5940 #: ../src/guestfs-actions.pod:210
5941 msgid "guestfs_add_drive_opts_argv"
5942 msgstr ""
5943
5944 #. type: verbatim
5945 #: ../src/guestfs-actions.pod:212
5946 #, no-wrap
5947 msgid ""
5948 " int\n"
5949 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5950 "                              const char *filename,\n"
5951 "                              const struct guestfs_add_drive_opts_argv "
5952 "*optargs);\n"
5953 "\n"
5954 msgstr ""
5955
5956 #. type: textblock
5957 #: ../src/guestfs-actions.pod:217
5958 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5959 msgstr ""
5960
5961 #. type: =head2
5962 #: ../src/guestfs-actions.pod:221
5963 msgid "guestfs_add_drive_ro"
5964 msgstr ""
5965
5966 #. type: verbatim
5967 #: ../src/guestfs-actions.pod:223
5968 #, no-wrap
5969 msgid ""
5970 " int\n"
5971 " guestfs_add_drive_ro (guestfs_h *g,\n"
5972 "                       const char *filename);\n"
5973 "\n"
5974 msgstr ""
5975
5976 #. type: textblock
5977 #: ../src/guestfs-actions.pod:227
5978 msgid ""
5979 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5980 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5981 "disk is added read-only, with the format being detected automatically."
5982 msgstr ""
5983
5984 #. type: textblock
5985 #: ../src/guestfs-actions.pod:234
5986 msgid "(Added in 1.0.38)"
5987 msgstr ""
5988
5989 #. type: =head2
5990 #: ../src/guestfs-actions.pod:236
5991 msgid "guestfs_add_drive_ro_with_if"
5992 msgstr ""
5993
5994 #. type: verbatim
5995 #: ../src/guestfs-actions.pod:238
5996 #, no-wrap
5997 msgid ""
5998 " int\n"
5999 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6000 "                               const char *filename,\n"
6001 "                               const char *iface);\n"
6002 "\n"
6003 msgstr ""
6004
6005 #. type: textblock
6006 #: ../src/guestfs-actions.pod:243
6007 msgid ""
6008 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6009 "QEMU interface emulation to use at run time."
6010 msgstr ""
6011
6012 #. type: textblock
6013 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2356
6014 msgid "(Added in 1.0.84)"
6015 msgstr ""
6016
6017 #. type: =head2
6018 #: ../src/guestfs-actions.pod:257
6019 msgid "guestfs_add_drive_with_if"
6020 msgstr ""
6021
6022 #. type: verbatim
6023 #: ../src/guestfs-actions.pod:259
6024 #, no-wrap
6025 msgid ""
6026 " int\n"
6027 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6028 "                            const char *filename,\n"
6029 "                            const char *iface);\n"
6030 "\n"
6031 msgstr ""
6032
6033 #. type: textblock
6034 #: ../src/guestfs-actions.pod:264
6035 msgid ""
6036 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6037 "QEMU interface emulation to use at run time."
6038 msgstr ""
6039
6040 #. type: =head2
6041 #: ../src/guestfs-actions.pod:278
6042 msgid "guestfs_aug_clear"
6043 msgstr ""
6044
6045 #. type: verbatim
6046 #: ../src/guestfs-actions.pod:280
6047 #, no-wrap
6048 msgid ""
6049 " int\n"
6050 " guestfs_aug_clear (guestfs_h *g,\n"
6051 "                    const char *augpath);\n"
6052 "\n"
6053 msgstr ""
6054
6055 #. type: textblock
6056 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6057 msgid ""
6058 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6059 "L<augtool(1)> C<clear> command."
6060 msgstr ""
6061
6062 #. type: textblock
6063 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6064 msgid "(Added in 1.3.4)"
6065 msgstr ""
6066
6067 #. type: =head2
6068 #: ../src/guestfs-actions.pod:291
6069 msgid "guestfs_aug_close"
6070 msgstr ""
6071
6072 #. type: verbatim
6073 #: ../src/guestfs-actions.pod:293
6074 #, no-wrap
6075 msgid ""
6076 " int\n"
6077 " guestfs_aug_close (guestfs_h *g);\n"
6078 "\n"
6079 msgstr ""
6080
6081 #. type: textblock
6082 #: ../src/guestfs-actions.pod:296
6083 msgid ""
6084 "Close the current Augeas handle and free up any resources used by it.  After "
6085 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6086 "any other Augeas functions."
6087 msgstr ""
6088
6089 #. type: textblock
6090 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:5472
6091 msgid "(Added in 0.7)"
6092 msgstr ""
6093
6094 #. type: =head2
6095 #: ../src/guestfs-actions.pod:305
6096 msgid "guestfs_aug_defnode"
6097 msgstr ""
6098
6099 #. type: verbatim
6100 #: ../src/guestfs-actions.pod:307
6101 #, no-wrap
6102 msgid ""
6103 " struct guestfs_int_bool *\n"
6104 " guestfs_aug_defnode (guestfs_h *g,\n"
6105 "                      const char *name,\n"
6106 "                      const char *expr,\n"
6107 "                      const char *val);\n"
6108 "\n"
6109 msgstr ""
6110
6111 #. type: textblock
6112 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6113 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6114 msgstr ""
6115
6116 #. type: textblock
6117 #: ../src/guestfs-actions.pod:316
6118 msgid ""
6119 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6120 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6121 "containing that single node."
6122 msgstr ""
6123
6124 #. type: textblock
6125 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6126 msgid ""
6127 "On success this returns a pair containing the number of nodes in the "
6128 "nodeset, and a boolean flag if a node was created."
6129 msgstr ""
6130
6131 #. type: textblock
6132 #: ../src/guestfs-actions.pod:324
6133 msgid ""
6134 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6135 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6136 msgstr ""
6137
6138 #. type: =head2
6139 #: ../src/guestfs-actions.pod:330
6140 msgid "guestfs_aug_defvar"
6141 msgstr ""
6142
6143 #. type: verbatim
6144 #: ../src/guestfs-actions.pod:332
6145 #, no-wrap
6146 msgid ""
6147 " int\n"
6148 " guestfs_aug_defvar (guestfs_h *g,\n"
6149 "                     const char *name,\n"
6150 "                     const char *expr);\n"
6151 "\n"
6152 msgstr ""
6153
6154 #. type: textblock
6155 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6156 msgid ""
6157 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6158 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6159 msgstr ""
6160
6161 #. type: textblock
6162 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6163 msgid ""
6164 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6165 "evaluates to something which is not a nodeset."
6166 msgstr ""
6167
6168 #. type: =head2
6169 #: ../src/guestfs-actions.pod:348
6170 msgid "guestfs_aug_get"
6171 msgstr ""
6172
6173 #. type: verbatim
6174 #: ../src/guestfs-actions.pod:350
6175 #, no-wrap
6176 msgid ""
6177 " char *\n"
6178 " guestfs_aug_get (guestfs_h *g,\n"
6179 "                  const char *augpath);\n"
6180 "\n"
6181 msgstr ""
6182
6183 #. type: textblock
6184 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6185 msgid ""
6186 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6187 "node, the C<value> is returned."
6188 msgstr ""
6189
6190 #. type: textblock
6191 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354 ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837 ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938 ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:2744 ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:2895 ../src/guestfs-actions.pod:2919 ../src/guestfs-actions.pod:2956 ../src/guestfs-actions.pod:3016 ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3060 ../src/guestfs-actions.pod:3632 ../src/guestfs-actions.pod:3982 ../src/guestfs-actions.pod:4152 ../src/guestfs-actions.pod:4262 ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5200 ../src/guestfs-actions.pod:5370 ../src/guestfs-actions.pod:5548 ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:6209 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6940 ../src/guestfs-actions.pod:6959 ../src/guestfs-actions.pod:6977 ../src/guestfs-actions.pod:7157 ../src/guestfs-actions.pod:7429
6192 msgid ""
6193 "This function returns a string, or NULL on error.  I<The caller must free "
6194 "the returned string after use>."
6195 msgstr ""
6196
6197 #. type: =head2
6198 #: ../src/guestfs-actions.pod:362
6199 msgid "guestfs_aug_init"
6200 msgstr ""
6201
6202 #. type: verbatim
6203 #: ../src/guestfs-actions.pod:364
6204 #, no-wrap
6205 msgid ""
6206 " int\n"
6207 " guestfs_aug_init (guestfs_h *g,\n"
6208 "                   const char *root,\n"
6209 "                   int flags);\n"
6210 "\n"
6211 msgstr ""
6212
6213 #. type: textblock
6214 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6215 msgid ""
6216 "Create a new Augeas handle for editing configuration files.  If there was "
6217 "any previous Augeas handle associated with this guestfs session, then it is "
6218 "closed."
6219 msgstr ""
6220
6221 #. type: textblock
6222 #: ../src/guestfs-actions.pod:373
6223 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6224 msgstr ""
6225
6226 #. type: textblock
6227 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6228 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6229 msgstr ""
6230
6231 #. type: textblock
6232 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6233 msgid ""
6234 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6235 "logical I<or> of the following integers:"
6236 msgstr ""
6237
6238 #. type: =item
6239 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6240 msgid "C<AUG_SAVE_BACKUP> = 1"
6241 msgstr ""
6242
6243 #. type: textblock
6244 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6245 msgid "Keep the original file with a C<.augsave> extension."
6246 msgstr ""
6247
6248 #. type: =item
6249 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6250 msgid "C<AUG_SAVE_NEWFILE> = 2"
6251 msgstr ""
6252
6253 #. type: textblock
6254 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6255 msgid ""
6256 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6257 "original.  Overrides C<AUG_SAVE_BACKUP>."
6258 msgstr ""
6259
6260 #. type: =item
6261 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6262 msgid "C<AUG_TYPE_CHECK> = 4"
6263 msgstr ""
6264
6265 #. type: textblock
6266 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6267 msgid "Typecheck lenses (can be expensive)."
6268 msgstr ""
6269
6270 #. type: =item
6271 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6272 msgid "C<AUG_NO_STDINC> = 8"
6273 msgstr ""
6274
6275 #. type: textblock
6276 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6277 msgid "Do not use standard load path for modules."
6278 msgstr ""
6279
6280 #. type: =item
6281 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6282 msgid "C<AUG_SAVE_NOOP> = 16"
6283 msgstr ""
6284
6285 #. type: textblock
6286 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6287 msgid "Make save a no-op, just record what would have been changed."
6288 msgstr ""
6289
6290 #. type: =item
6291 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6292 msgid "C<AUG_NO_LOAD> = 32"
6293 msgstr ""
6294
6295 #. type: textblock
6296 #: ../src/guestfs-actions.pod:408
6297 msgid "Do not load the tree in C<guestfs_aug_init>."
6298 msgstr ""
6299
6300 #. type: textblock
6301 #: ../src/guestfs-actions.pod:412
6302 msgid "To close the handle, you can call C<guestfs_aug_close>."
6303 msgstr ""
6304
6305 #. type: textblock
6306 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6307 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6308 msgstr ""
6309
6310 #. type: =head2
6311 #: ../src/guestfs-actions.pod:420
6312 msgid "guestfs_aug_insert"
6313 msgstr ""
6314
6315 #. type: verbatim
6316 #: ../src/guestfs-actions.pod:422
6317 #, no-wrap
6318 msgid ""
6319 " int\n"
6320 " guestfs_aug_insert (guestfs_h *g,\n"
6321 "                     const char *augpath,\n"
6322 "                     const char *label,\n"
6323 "                     int before);\n"
6324 "\n"
6325 msgstr ""
6326
6327 #. type: textblock
6328 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6329 msgid ""
6330 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6331 "or after C<path> (depending on the boolean flag C<before>)."
6332 msgstr ""
6333
6334 #. type: textblock
6335 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6336 msgid ""
6337 "C<path> must match exactly one existing node in the tree, and C<label> must "
6338 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6339 msgstr ""
6340
6341 #. type: =head2
6342 #: ../src/guestfs-actions.pod:440
6343 msgid "guestfs_aug_load"
6344 msgstr ""
6345
6346 #. type: verbatim
6347 #: ../src/guestfs-actions.pod:442
6348 #, no-wrap
6349 msgid ""
6350 " int\n"
6351 " guestfs_aug_load (guestfs_h *g);\n"
6352 "\n"
6353 msgstr ""
6354
6355 #. type: textblock
6356 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6357 msgid "Load files into the tree."
6358 msgstr ""
6359
6360 #. type: textblock
6361 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6362 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6363 msgstr ""
6364
6365 #. type: =head2
6366 #: ../src/guestfs-actions.pod:454
6367 msgid "guestfs_aug_ls"
6368 msgstr ""
6369
6370 #. type: verbatim
6371 #: ../src/guestfs-actions.pod:456
6372 #, no-wrap
6373 msgid ""
6374 " char **\n"
6375 " guestfs_aug_ls (guestfs_h *g,\n"
6376 "                 const char *augpath);\n"
6377 "\n"
6378 msgstr ""
6379
6380 #. type: textblock
6381 #: ../src/guestfs-actions.pod:460
6382 msgid ""
6383 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6384 "sorting the resulting nodes into alphabetical order."
6385 msgstr ""
6386
6387 #. type: textblock
6388 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388 ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510 ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236 ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303 ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423 ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:2973 ../src/guestfs-actions.pod:3262 ../src/guestfs-actions.pod:3552 ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4822 ../src/guestfs-actions.pod:5342 ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:5582 ../src/guestfs-actions.pod:6282 ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6398 ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6568 ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7070 ../src/guestfs-actions.pod:7117 ../src/guestfs-actions.pod:7282 ../src/guestfs-actions.pod:7301 ../src/guestfs-actions.pod:7386 ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:7470
6389 msgid ""
6390 "This function returns a NULL-terminated array of strings (like "
6391 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6392 "strings and the array after use>."
6393 msgstr ""
6394
6395 #. type: textblock
6396 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426 ../src/guestfs-actions.pod:3340 ../src/guestfs-actions.pod:3371 ../src/guestfs-actions.pod:3965 ../src/guestfs-actions.pod:4015 ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:4235 ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4826 ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5678 ../src/guestfs-actions.pod:5692 ../src/guestfs-actions.pod:5704 ../src/guestfs-actions.pod:6144 ../src/guestfs-actions.pod:6782 ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7034 ../src/guestfs-actions.pod:7270
6397 msgid "(Added in 0.8)"
6398 msgstr ""
6399
6400 #. type: =head2
6401 #: ../src/guestfs-actions.pod:469
6402 msgid "guestfs_aug_match"
6403 msgstr ""
6404
6405 #. type: verbatim
6406 #: ../src/guestfs-actions.pod:471
6407 #, no-wrap
6408 msgid ""
6409 " char **\n"
6410 " guestfs_aug_match (guestfs_h *g,\n"
6411 "                    const char *augpath);\n"
6412 "\n"
6413 msgstr ""
6414
6415 #. type: textblock
6416 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6417 msgid ""
6418 "Returns a list of paths which match the path expression C<path>.  The "
6419 "returned paths are sufficiently qualified so that they match exactly one "
6420 "node in the current tree."
6421 msgstr ""
6422
6423 #. type: =head2
6424 #: ../src/guestfs-actions.pod:485
6425 msgid "guestfs_aug_mv"
6426 msgstr ""
6427
6428 #. type: verbatim
6429 #: ../src/guestfs-actions.pod:487
6430 #, no-wrap
6431 msgid ""
6432 " int\n"
6433 " guestfs_aug_mv (guestfs_h *g,\n"
6434 "                 const char *src,\n"
6435 "                 const char *dest);\n"
6436 "\n"
6437 msgstr ""
6438
6439 #. type: textblock
6440 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6441 msgid ""
6442 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6443 "C<dest> is overwritten if it exists."
6444 msgstr ""
6445
6446 #. type: =head2
6447 #: ../src/guestfs-actions.pod:499
6448 msgid "guestfs_aug_rm"
6449 msgstr ""
6450
6451 #. type: verbatim
6452 #: ../src/guestfs-actions.pod:501
6453 #, no-wrap
6454 msgid ""
6455 " int\n"
6456 " guestfs_aug_rm (guestfs_h *g,\n"
6457 "                 const char *augpath);\n"
6458 "\n"
6459 msgstr ""
6460
6461 #. type: textblock
6462 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6463 msgid "Remove C<path> and all of its children."
6464 msgstr ""
6465
6466 #. type: textblock
6467 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6468 msgid "On success this returns the number of entries which were removed."
6469 msgstr ""
6470
6471 #. type: =head2
6472 #: ../src/guestfs-actions.pod:513
6473 msgid "guestfs_aug_save"
6474 msgstr ""
6475
6476 #. type: verbatim
6477 #: ../src/guestfs-actions.pod:515
6478 #, no-wrap
6479 msgid ""
6480 " int\n"
6481 " guestfs_aug_save (guestfs_h *g);\n"
6482 "\n"
6483 msgstr ""
6484
6485 #. type: textblock
6486 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6487 msgid "This writes all pending changes to disk."
6488 msgstr ""
6489
6490 #. type: textblock
6491 #: ../src/guestfs-actions.pod:520
6492 msgid ""
6493 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6494 "are saved."
6495 msgstr ""
6496
6497 #. type: =head2
6498 #: ../src/guestfs-actions.pod:527
6499 msgid "guestfs_aug_set"
6500 msgstr ""
6501
6502 #. type: verbatim
6503 #: ../src/guestfs-actions.pod:529
6504 #, no-wrap
6505 msgid ""
6506 " int\n"
6507 " guestfs_aug_set (guestfs_h *g,\n"
6508 "                  const char *augpath,\n"
6509 "                  const char *val);\n"
6510 "\n"
6511 msgstr ""
6512
6513 #. type: textblock
6514 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6515 msgid "Set the value associated with C<path> to C<val>."
6516 msgstr ""
6517
6518 #. type: textblock
6519 #: ../src/guestfs-actions.pod:536
6520 msgid ""
6521 "In the Augeas API, it is possible to clear a node by setting the value to "
6522 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6523 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6524 msgstr ""
6525
6526 #. type: =head2
6527 #: ../src/guestfs-actions.pod:545
6528 msgid "guestfs_available"
6529 msgstr ""
6530
6531 #. type: verbatim
6532 #: ../src/guestfs-actions.pod:547
6533 #, no-wrap
6534 msgid ""
6535 " int\n"
6536 " guestfs_available (guestfs_h *g,\n"
6537 "                    char *const *groups);\n"
6538 "\n"
6539 msgstr ""
6540
6541 #. type: textblock
6542 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6543 msgid ""
6544 "This command is used to check the availability of some groups of "
6545 "functionality in the appliance, which not all builds of the libguestfs "
6546 "appliance will be able to provide."
6547 msgstr ""
6548
6549 #. type: textblock
6550 #: ../src/guestfs-actions.pod:555
6551 msgid ""
6552 "The libguestfs groups, and the functions that those groups correspond to, "
6553 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6554 "runtime by calling C<guestfs_available_all_groups>."
6555 msgstr ""
6556
6557 #. type: textblock
6558 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6559 msgid ""
6560 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6561 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6562 "and Augeas (configuration file editing) functions."
6563 msgstr ""
6564
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6567 msgid "The command returns no error if I<all> requested groups are available."
6568 msgstr ""
6569
6570 #. type: textblock
6571 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6572 msgid ""
6573 "It fails with an error if one or more of the requested groups is unavailable "
6574 "in the appliance."
6575 msgstr ""
6576
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6579 msgid ""
6580 "If an unknown group name is included in the list of groups then an error is "
6581 "always returned."
6582 msgstr ""
6583
6584 #. type: textblock
6585 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6586 msgid "I<Notes:>"
6587 msgstr ""
6588
6589 #. type: textblock
6590 #: ../src/guestfs-actions.pod:579
6591 msgid "You must call C<guestfs_launch> before calling this function."
6592 msgstr ""
6593
6594 #. type: textblock
6595 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6596 msgid ""
6597 "The reason is because we don't know what groups are supported by the "
6598 "appliance/daemon until it is running and can be queried."
6599 msgstr ""
6600
6601 #. type: textblock
6602 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6603 msgid ""
6604 "If a group of functions is available, this does not necessarily mean that "
6605 "they will work.  You still have to check for errors when calling individual "
6606 "API functions even if they are available."
6607 msgstr ""
6608
6609 #. type: textblock
6610 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6611 msgid ""
6612 "It is usually the job of distro packagers to build complete functionality "
6613 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6614 "with all requirements satisfied, will support everything."
6615 msgstr ""
6616
6617 #. type: textblock
6618 #: ../src/guestfs-actions.pod:601
6619 msgid ""
6620 "This call was added in version C<1.0.80>.  In previous versions of "
6621 "libguestfs all you could do would be to speculatively execute a command to "
6622 "find out if the daemon implemented it.  See also C<guestfs_version>."
6623 msgstr ""
6624
6625 #. type: textblock
6626 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6627 msgid "(Added in 1.0.80)"
6628 msgstr ""
6629
6630 #. type: =head2
6631 #: ../src/guestfs-actions.pod:612
6632 msgid "guestfs_available_all_groups"
6633 msgstr ""
6634
6635 #. type: verbatim
6636 #: ../src/guestfs-actions.pod:614
6637 #, no-wrap
6638 msgid ""
6639 " char **\n"
6640 " guestfs_available_all_groups (guestfs_h *g);\n"
6641 "\n"
6642 msgstr ""
6643
6644 #. type: textblock
6645 #: ../src/guestfs-actions.pod:617
6646 msgid ""
6647 "This command returns a list of all optional groups that this daemon knows "
6648 "about.  Note this returns both supported and unsupported groups.  To find "
6649 "out which ones the daemon can actually support you have to call "
6650 "C<guestfs_available> on each member of the returned list."
6651 msgstr ""
6652
6653 #. type: textblock
6654 #: ../src/guestfs-actions.pod:623
6655 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6656 msgstr ""
6657
6658 #. type: textblock
6659 #: ../src/guestfs-actions.pod:629
6660 msgid "(Added in 1.3.15)"
6661 msgstr ""
6662
6663 #. type: =head2
6664 #: ../src/guestfs-actions.pod:631
6665 msgid "guestfs_base64_in"
6666 msgstr ""
6667
6668 #. type: verbatim
6669 #: ../src/guestfs-actions.pod:633
6670 #, no-wrap
6671 msgid ""
6672 " int\n"
6673 " guestfs_base64_in (guestfs_h *g,\n"
6674 "                    const char *base64file,\n"
6675 "                    const char *filename);\n"
6676 "\n"
6677 msgstr ""
6678
6679 #. type: textblock
6680 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6681 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6682 msgstr ""
6683
6684 #. type: textblock
6685 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6686 msgid "(Added in 1.3.5)"
6687 msgstr ""
6688
6689 #. type: =head2
6690 #: ../src/guestfs-actions.pod:645
6691 msgid "guestfs_base64_out"
6692 msgstr ""
6693
6694 #. type: verbatim
6695 #: ../src/guestfs-actions.pod:647
6696 #, no-wrap
6697 msgid ""
6698 " int\n"
6699 " guestfs_base64_out (guestfs_h *g,\n"
6700 "                     const char *filename,\n"
6701 "                     const char *base64file);\n"
6702 "\n"
6703 msgstr ""
6704
6705 #. type: textblock
6706 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6707 msgid ""
6708 "This command downloads the contents of C<filename>, writing it out to local "
6709 "file C<base64file> encoded as base64."
6710 msgstr ""
6711
6712 #. type: =head2
6713 #: ../src/guestfs-actions.pod:659
6714 msgid "guestfs_blockdev_flushbufs"
6715 msgstr ""
6716
6717 #. type: verbatim
6718 #: ../src/guestfs-actions.pod:661
6719 #, no-wrap
6720 msgid ""
6721 " int\n"
6722 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6723 "                             const char *device);\n"
6724 "\n"
6725 msgstr ""
6726
6727 #. type: textblock
6728 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6729 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6730 msgstr ""
6731
6732 #. type: textblock
6733 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685 ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753 ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813 ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478 ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522 ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
6734 msgid "This uses the L<blockdev(8)> command."
6735 msgstr ""
6736
6737 #. type: textblock
6738 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720 ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757 ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789 ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
6739 msgid "(Added in 0.9.3)"
6740 msgstr ""
6741
6742 #. type: =head2
6743 #: ../src/guestfs-actions.pod:674
6744 msgid "guestfs_blockdev_getbsz"
6745 msgstr ""
6746
6747 #. type: verbatim
6748 #: ../src/guestfs-actions.pod:676
6749 #, no-wrap
6750 msgid ""
6751 " int\n"
6752 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6753 "                          const char *device);\n"
6754 "\n"
6755 msgstr ""
6756
6757 #. type: textblock
6758 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6759 msgid "This returns the block size of a device."
6760 msgstr ""
6761
6762 #. type: textblock
6763 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6764 msgid ""
6765 "(Note this is different from both I<size in blocks> and I<filesystem block "
6766 "size>)."
6767 msgstr ""
6768
6769 #. type: =head2
6770 #: ../src/guestfs-actions.pod:691
6771 msgid "guestfs_blockdev_getro"
6772 msgstr ""
6773
6774 #. type: verbatim
6775 #: ../src/guestfs-actions.pod:693
6776 #, no-wrap
6777 msgid ""
6778 " int\n"
6779 " guestfs_blockdev_getro (guestfs_h *g,\n"
6780 "                         const char *device);\n"
6781 "\n"
6782 msgstr ""
6783
6784 #. type: textblock
6785 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6786 msgid ""
6787 "Returns a boolean indicating if the block device is read-only (true if "
6788 "read-only, false if not)."
6789 msgstr ""
6790
6791 #. type: textblock
6792 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409 ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914 ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997 ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067 ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115 ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:3116 ../src/guestfs-actions.pod:3279 ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3308 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3338 ../src/guestfs-actions.pod:3353 ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3396 ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3425 ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:4971
6793 msgid "This function returns a C truth value on success or -1 on error."
6794 msgstr ""
6795
6796 #. type: =head2
6797 #: ../src/guestfs-actions.pod:706
6798 msgid "guestfs_blockdev_getsize64"
6799 msgstr ""
6800
6801 #. type: verbatim
6802 #: ../src/guestfs-actions.pod:708
6803 #, no-wrap
6804 msgid ""
6805 " int64_t\n"
6806 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6807 "                             const char *device);\n"
6808 "\n"
6809 msgstr ""
6810
6811 #. type: textblock
6812 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
6813 msgid "This returns the size of the device in bytes."
6814 msgstr ""
6815
6816 #. type: textblock
6817 #: ../src/guestfs-actions.pod:714
6818 msgid "See also C<guestfs_blockdev_getsz>."
6819 msgstr ""
6820
6821 #. type: =head2
6822 #: ../src/guestfs-actions.pod:722
6823 msgid "guestfs_blockdev_getss"
6824 msgstr ""
6825
6826 #. type: verbatim
6827 #: ../src/guestfs-actions.pod:724
6828 #, no-wrap
6829 msgid ""
6830 " int\n"
6831 " guestfs_blockdev_getss (guestfs_h *g,\n"
6832 "                         const char *device);\n"
6833 "\n"
6834 msgstr ""
6835
6836 #. type: textblock
6837 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
6838 msgid ""
6839 "This returns the size of sectors on a block device.  Usually 512, but can be "
6840 "larger for modern devices."
6841 msgstr ""
6842
6843 #. type: textblock
6844 #: ../src/guestfs-actions.pod:731
6845 msgid ""
6846 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6847 "that)."
6848 msgstr ""
6849
6850 #. type: =head2
6851 #: ../src/guestfs-actions.pod:740
6852 msgid "guestfs_blockdev_getsz"
6853 msgstr ""
6854
6855 #. type: verbatim
6856 #: ../src/guestfs-actions.pod:742
6857 #, no-wrap
6858 msgid ""
6859 " int64_t\n"
6860 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6861 "                         const char *device);\n"
6862 "\n"
6863 msgstr ""
6864
6865 #. type: textblock
6866 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
6867 msgid ""
6868 "This returns the size of the device in units of 512-byte sectors (even if "
6869 "the sectorsize isn't 512 bytes ... weird)."
6870 msgstr ""
6871
6872 #. type: textblock
6873 #: ../src/guestfs-actions.pod:749
6874 msgid ""
6875 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6876 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6877 msgstr ""
6878
6879 #. type: =head2
6880 #: ../src/guestfs-actions.pod:759
6881 msgid "guestfs_blockdev_rereadpt"
6882 msgstr ""
6883
6884 #. type: verbatim
6885 #: ../src/guestfs-actions.pod:761
6886 #, no-wrap
6887 msgid ""
6888 " int\n"
6889 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6890 "                            const char *device);\n"
6891 "\n"
6892 msgstr ""
6893
6894 #. type: textblock
6895 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
6896 msgid "Reread the partition table on C<device>."
6897 msgstr ""
6898
6899 #. type: =head2
6900 #: ../src/guestfs-actions.pod:773
6901 msgid "guestfs_blockdev_setbsz"
6902 msgstr ""
6903
6904 #. type: verbatim
6905 #: ../src/guestfs-actions.pod:775
6906 #, no-wrap
6907 msgid ""
6908 " int\n"
6909 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6910 "                          const char *device,\n"
6911 "                          int blocksize);\n"
6912 "\n"
6913 msgstr ""
6914
6915 #. type: textblock
6916 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
6917 msgid "This sets the block size of a device."
6918 msgstr ""
6919
6920 #. type: =head2
6921 #: ../src/guestfs-actions.pod:791
6922 msgid "guestfs_blockdev_setro"
6923 msgstr ""
6924
6925 #. type: verbatim
6926 #: ../src/guestfs-actions.pod:793
6927 #, no-wrap
6928 msgid ""
6929 " int\n"
6930 " guestfs_blockdev_setro (guestfs_h *g,\n"
6931 "                         const char *device);\n"
6932 "\n"
6933 msgstr ""
6934
6935 #. type: textblock
6936 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
6937 msgid "Sets the block device named C<device> to read-only."
6938 msgstr ""
6939
6940 #. type: =head2
6941 #: ../src/guestfs-actions.pod:805
6942 msgid "guestfs_blockdev_setrw"
6943 msgstr ""
6944
6945 #. type: verbatim
6946 #: ../src/guestfs-actions.pod:807
6947 #, no-wrap
6948 msgid ""
6949 " int\n"
6950 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6951 "                         const char *device);\n"
6952 "\n"
6953 msgstr ""
6954
6955 #. type: textblock
6956 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
6957 msgid "Sets the block device named C<device> to read-write."
6958 msgstr ""
6959
6960 #. type: =head2
6961 #: ../src/guestfs-actions.pod:819
6962 msgid "guestfs_case_sensitive_path"
6963 msgstr ""
6964
6965 #. type: verbatim
6966 #: ../src/guestfs-actions.pod:821
6967 #, no-wrap
6968 msgid ""
6969 " char *\n"
6970 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6971 "                              const char *path);\n"
6972 "\n"
6973 msgstr ""
6974
6975 #. type: textblock
6976 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
6977 msgid ""
6978 "This can be used to resolve case insensitive paths on a filesystem which is "
6979 "case sensitive.  The use case is to resolve paths which you have read from "
6980 "Windows configuration files or the Windows Registry, to the true path."
6981 msgstr ""
6982
6983 #. type: textblock
6984 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
6985 msgid ""
6986 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6987 "(and probably others), which is that although the underlying filesystem is "
6988 "case-insensitive, the driver exports the filesystem to Linux as "
6989 "case-sensitive."
6990 msgstr ""
6991
6992 #. type: textblock
6993 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
6994 msgid ""
6995 "One consequence of this is that special directories such as C<c:\\windows> "
6996 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6997 "precise details of how they were created.  In Windows itself this would not "
6998 "be a problem."
6999 msgstr ""
7000
7001 #. type: textblock
7002 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7003 msgid ""
7004 "Bug or feature? You decide: "
7005 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7006 msgstr ""
7007
7008 #. type: textblock
7009 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7010 msgid ""
7011 "This function resolves the true case of each element in the path and returns "
7012 "the case-sensitive path."
7013 msgstr ""
7014
7015 #. type: textblock
7016 #: ../src/guestfs-actions.pod:847
7017 msgid ""
7018 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7019 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7020 "how the directories were originally created under Windows)."
7021 msgstr ""
7022
7023 #. type: textblock
7024 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7025 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7026 msgstr ""
7027
7028 #. type: textblock
7029 #: ../src/guestfs-actions.pod:855
7030 msgid "See also C<guestfs_realpath>."
7031 msgstr ""
7032
7033 #. type: textblock
7034 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6962
7035 msgid "(Added in 1.0.75)"
7036 msgstr ""
7037
7038 #. type: =head2
7039 #: ../src/guestfs-actions.pod:862
7040 msgid "guestfs_cat"
7041 msgstr ""
7042
7043 #. type: verbatim
7044 #: ../src/guestfs-actions.pod:864
7045 #, no-wrap
7046 msgid ""
7047 " char *\n"
7048 " guestfs_cat (guestfs_h *g,\n"
7049 "              const char *path);\n"
7050 "\n"
7051 msgstr ""
7052
7053 #. type: textblock
7054 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5458 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3659
7055 msgid "Return the contents of the file named C<path>."
7056 msgstr ""
7057
7058 #. type: textblock
7059 #: ../src/guestfs-actions.pod:870
7060 msgid ""
7061 "Note that this function cannot correctly handle binary files (specifically, "
7062 "files containing C<\\0> character which is treated as end of string).  For "
7063 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7064 "functions which have a more complex interface."
7065 msgstr ""
7066
7067 #. type: textblock
7068 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373 ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495 ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5266 ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5447 ../src/guestfs-actions.pod:6347 ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6548 ../src/guestfs-actions.pod:6572 ../src/guestfs-actions.pod:7234 ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:7286 ../src/guestfs-actions.pod:7305 ../src/guestfs-actions.pod:7390 ../src/guestfs-actions.pod:7409 ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:7474 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734 ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997 ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493 ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556 ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3529 ../fish/guestfish-actions.pod:3544 ../fish/guestfish-actions.pod:3620 ../fish/guestfish-actions.pod:3637 ../fish/guestfish-actions.pod:3652 ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:4324 ../fish/guestfish-actions.pod:4409 ../fish/guestfish-actions.pod:4424 ../fish/guestfish-actions.pod:4834 ../fish/guestfish-actions.pod:4852 ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:4879 ../fish/guestfish-actions.pod:4927 ../fish/guestfish-actions.pod:4937 ../fish/guestfish-actions.pod:4966 ../fish/guestfish-actions.pod:4976
7069 msgid ""
7070 "Because of the message protocol, there is a transfer limit of somewhere "
7071 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7072 msgstr ""
7073
7074 #. type: textblock
7075 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3556 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3635 ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:4128 ../src/guestfs-actions.pod:4142 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5360 ../src/guestfs-actions.pod:7121 ../src/guestfs-actions.pod:7135
7076 msgid "(Added in 0.4)"
7077 msgstr ""
7078
7079 #. type: =head2
7080 #: ../src/guestfs-actions.pod:883
7081 msgid "guestfs_checksum"
7082 msgstr ""
7083
7084 #. type: verbatim
7085 #: ../src/guestfs-actions.pod:885
7086 #, no-wrap
7087 msgid ""
7088 " char *\n"
7089 " guestfs_checksum (guestfs_h *g,\n"
7090 "                   const char *csumtype,\n"
7091 "                   const char *path);\n"
7092 "\n"
7093 msgstr ""
7094
7095 #. type: textblock
7096 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7097 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7098 msgstr ""
7099
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7102 msgid ""
7103 "The type of checksum to compute is given by the C<csumtype> parameter which "
7104 "must have one of the following values:"
7105 msgstr ""
7106
7107 #. type: =item
7108 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7109 msgid "C<crc>"
7110 msgstr ""
7111
7112 #. type: textblock
7113 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7114 msgid ""
7115 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7116 "C<cksum> command."
7117 msgstr ""
7118
7119 #. type: =item
7120 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7121 msgid "C<md5>"
7122 msgstr ""
7123
7124 #. type: textblock
7125 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7126 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7127 msgstr ""
7128
7129 #. type: =item
7130 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7131 msgid "C<sha1>"
7132 msgstr ""
7133
7134 #. type: textblock
7135 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7136 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7137 msgstr ""
7138
7139 #. type: =item
7140 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7141 msgid "C<sha224>"
7142 msgstr ""
7143
7144 #. type: textblock
7145 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7146 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7147 msgstr ""
7148
7149 #. type: =item
7150 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7151 msgid "C<sha256>"
7152 msgstr ""
7153
7154 #. type: textblock
7155 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7156 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7157 msgstr ""
7158
7159 #. type: =item
7160 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7161 msgid "C<sha384>"
7162 msgstr ""
7163
7164 #. type: textblock
7165 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7166 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7167 msgstr ""
7168
7169 #. type: =item
7170 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7171 msgid "C<sha512>"
7172 msgstr ""
7173
7174 #. type: textblock
7175 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7176 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7177 msgstr ""
7178
7179 #. type: textblock
7180 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7181 msgid "The checksum is returned as a printable string."
7182 msgstr ""
7183
7184 #. type: textblock
7185 #: ../src/guestfs-actions.pod:931
7186 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7187 msgstr ""
7188
7189 #. type: textblock
7190 #: ../src/guestfs-actions.pod:933
7191 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7192 msgstr ""
7193
7194 #. type: textblock
7195 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3295 ../src/guestfs-actions.pod:3324 ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:6818
7196 msgid "(Added in 1.0.2)"
7197 msgstr ""
7198
7199 #. type: =head2
7200 #: ../src/guestfs-actions.pod:940
7201 msgid "guestfs_checksum_device"
7202 msgstr ""
7203
7204 #. type: verbatim
7205 #: ../src/guestfs-actions.pod:942
7206 #, no-wrap
7207 msgid ""
7208 " char *\n"
7209 " guestfs_checksum_device (guestfs_h *g,\n"
7210 "                          const char *csumtype,\n"
7211 "                          const char *device);\n"
7212 "\n"
7213 msgstr ""
7214
7215 #. type: textblock
7216 #: ../src/guestfs-actions.pod:947
7217 msgid ""
7218 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7219 "device named C<device>.  For the types of checksums supported see the "
7220 "C<guestfs_checksum> command."
7221 msgstr ""
7222
7223 #. type: textblock
7224 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4877 ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:4991 ../src/guestfs-actions.pod:5167 ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741 ../src/guestfs-actions.pod:7147
7225 msgid "(Added in 1.3.2)"
7226 msgstr ""
7227
7228 #. type: =head2
7229 #: ../src/guestfs-actions.pod:956
7230 msgid "guestfs_checksums_out"
7231 msgstr ""
7232
7233 #. type: verbatim
7234 #: ../src/guestfs-actions.pod:958
7235 #, no-wrap
7236 msgid ""
7237 " int\n"
7238 " guestfs_checksums_out (guestfs_h *g,\n"
7239 "                        const char *csumtype,\n"
7240 "                        const char *directory,\n"
7241 "                        const char *sumsfile);\n"
7242 "\n"
7243 msgstr ""
7244
7245 #. type: textblock
7246 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7247 msgid ""
7248 "This command computes the checksums of all regular files in C<directory> and "
7249 "then emits a list of those checksums to the local output file C<sumsfile>."
7250 msgstr ""
7251
7252 #. type: textblock
7253 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7254 msgid ""
7255 "This can be used for verifying the integrity of a virtual machine.  However "
7256 "to be properly secure you should pay attention to the output of the checksum "
7257 "command (it uses the ones from GNU coreutils).  In particular when the "
7258 "filename is not printable, coreutils uses a special backslash syntax.  For "
7259 "more information, see the GNU coreutils info file."
7260 msgstr ""
7261
7262 #. type: textblock
7263 #: ../src/guestfs-actions.pod:978
7264 msgid "(Added in 1.3.7)"
7265 msgstr ""
7266
7267 #. type: =head2
7268 #: ../src/guestfs-actions.pod:980
7269 msgid "guestfs_chmod"
7270 msgstr ""
7271
7272 #. type: verbatim
7273 #: ../src/guestfs-actions.pod:982
7274 #, no-wrap
7275 msgid ""
7276 " int\n"
7277 " guestfs_chmod (guestfs_h *g,\n"
7278 "                int mode,\n"
7279 "                const char *path);\n"
7280 "\n"
7281 msgstr ""
7282
7283 #. type: textblock
7284 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7285 msgid ""
7286 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7287 "supported."
7288 msgstr ""
7289
7290 #. type: textblock
7291 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7292 msgid ""
7293 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7294 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7295 "C<700>."
7296 msgstr ""
7297
7298 #. type: textblock
7299 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4379 ../src/guestfs-actions.pod:4576 ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2975 ../fish/guestfish-actions.pod:3104 ../fish/guestfish-actions.pod:3114 ../fish/guestfish-actions.pod:3124
7300 msgid "The mode actually set is affected by the umask."
7301 msgstr ""
7302
7303 #. type: =head2
7304 #: ../src/guestfs-actions.pod:1000
7305 msgid "guestfs_chown"
7306 msgstr ""
7307
7308 #. type: verbatim
7309 #: ../src/guestfs-actions.pod:1002
7310 #, no-wrap
7311 msgid ""
7312 " int\n"
7313 " guestfs_chown (guestfs_h *g,\n"
7314 "                int owner,\n"
7315 "                int group,\n"
7316 "                const char *path);\n"
7317 "\n"
7318 msgstr ""
7319
7320 #. type: textblock
7321 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7322 msgid "Change the file owner to C<owner> and group to C<group>."
7323 msgstr ""
7324
7325 #. type: textblock
7326 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3487 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2433
7327 msgid ""
7328 "Only numeric uid and gid are supported.  If you want to use names, you will "
7329 "need to locate and parse the password file yourself (Augeas support makes "
7330 "this relatively easy)."
7331 msgstr ""
7332
7333 #. type: =head2
7334 #: ../src/guestfs-actions.pod:1018
7335 msgid "guestfs_command"
7336 msgstr ""
7337
7338 #. type: verbatim
7339 #: ../src/guestfs-actions.pod:1020
7340 #, no-wrap
7341 msgid ""
7342 " char *\n"
7343 " guestfs_command (guestfs_h *g,\n"
7344 "                  char *const *arguments);\n"
7345 "\n"
7346 msgstr ""
7347
7348 #. type: textblock
7349 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7350 msgid ""
7351 "This call runs a command from the guest filesystem.  The filesystem must be "
7352 "mounted, and must contain a compatible operating system (ie. something "
7353 "Linux, with the same or compatible processor architecture)."
7354 msgstr ""
7355
7356 #. type: textblock
7357 #: ../src/guestfs-actions.pod:1029
7358 msgid ""
7359 "The single parameter is an argv-style list of arguments.  The first element "
7360 "is the name of the program to run.  Subsequent elements are parameters.  The "
7361 "list must be non-empty (ie. must contain a program name).  Note that the "
7362 "command runs directly, and is I<not> invoked via the shell (see "
7363 "C<guestfs_sh>)."
7364 msgstr ""
7365
7366 #. type: textblock
7367 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7368 msgid "The return value is anything printed to I<stdout> by the command."
7369 msgstr ""
7370
7371 #. type: textblock
7372 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7373 msgid ""
7374 "If the command returns a non-zero exit status, then this function returns an "
7375 "error message.  The error message string is the content of I<stderr> from "
7376 "the command."
7377 msgstr ""
7378
7379 #. type: textblock
7380 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7381 msgid ""
7382 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7383 "C</bin>.  If you require a program from another location, you should provide "
7384 "the full path in the first parameter."
7385 msgstr ""
7386
7387 #. type: textblock
7388 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7389 msgid ""
7390 "Shared libraries and data files required by the program must be available on "
7391 "filesystems which are mounted in the correct places.  It is the caller's "
7392 "responsibility to ensure all filesystems that are needed are mounted at the "
7393 "right locations."
7394 msgstr ""
7395
7396 #. type: textblock
7397 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1548
7398 msgid "(Added in 0.9.1)"
7399 msgstr ""
7400
7401 #. type: =head2
7402 #: ../src/guestfs-actions.pod:1062
7403 msgid "guestfs_command_lines"
7404 msgstr ""
7405
7406 #. type: verbatim
7407 #: ../src/guestfs-actions.pod:1064
7408 #, no-wrap
7409 msgid ""
7410 " char **\n"
7411 " guestfs_command_lines (guestfs_h *g,\n"
7412 "                        char *const *arguments);\n"
7413 "\n"
7414 msgstr ""
7415
7416 #. type: textblock
7417 #: ../src/guestfs-actions.pod:1068
7418 msgid ""
7419 "This is the same as C<guestfs_command>, but splits the result into a list of "
7420 "lines."
7421 msgstr ""
7422
7423 #. type: textblock
7424 #: ../src/guestfs-actions.pod:1071
7425 msgid "See also: C<guestfs_sh_lines>"
7426 msgstr ""
7427
7428 #. type: =head2
7429 #: ../src/guestfs-actions.pod:1082
7430 msgid "guestfs_config"
7431 msgstr ""
7432
7433 #. type: verbatim
7434 #: ../src/guestfs-actions.pod:1084
7435 #, no-wrap
7436 msgid ""
7437 " int\n"
7438 " guestfs_config (guestfs_h *g,\n"
7439 "                 const char *qemuparam,\n"
7440 "                 const char *qemuvalue);\n"
7441 "\n"
7442 msgstr ""
7443
7444 #. type: textblock
7445 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7446 msgid ""
7447 "This can be used to add arbitrary qemu command line parameters of the form "
7448 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7449 "setting some parameters which would interfere with parameters that we use."
7450 msgstr ""
7451
7452 #. type: textblock
7453 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7454 msgid "The first character of C<param> string must be a C<-> (dash)."
7455 msgstr ""
7456
7457 #. type: textblock
7458 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7459 msgid "C<value> can be NULL."
7460 msgstr ""
7461
7462 #. type: =head2
7463 #: ../src/guestfs-actions.pod:1102
7464 msgid "guestfs_copy_size"
7465 msgstr ""
7466
7467 #. type: verbatim
7468 #: ../src/guestfs-actions.pod:1104
7469 #, no-wrap
7470 msgid ""
7471 " int\n"
7472 " guestfs_copy_size (guestfs_h *g,\n"
7473 "                    const char *src,\n"
7474 "                    const char *dest,\n"
7475 "                    int64_t size);\n"
7476 "\n"
7477 msgstr ""
7478
7479 #. type: textblock
7480 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7481 msgid ""
7482 "This command copies exactly C<size> bytes from one source device or file "
7483 "C<src> to another destination device or file C<dest>."
7484 msgstr ""
7485
7486 #. type: textblock
7487 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7488 msgid ""
7489 "Note this will fail if the source is too short or if the destination is not "
7490 "large enough."
7491 msgstr ""
7492
7493 #. type: textblock
7494 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719 ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6847 ../src/guestfs-actions.pod:7326 ../src/guestfs-actions.pod:7345
7495 msgid ""
7496 "This long-running command can generate progress notification messages so "
7497 "that the caller can display a progress bar or indicator.  To receive these "
7498 "messages, the caller must register a progress event callback.  See "
7499 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7500 msgstr ""
7501
7502 #. type: textblock
7503 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4155 ../src/guestfs-actions.pod:5373 ../src/guestfs-actions.pod:7054 ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7160
7504 msgid "(Added in 1.0.87)"
7505 msgstr ""
7506
7507 #. type: =head2
7508 #: ../src/guestfs-actions.pod:1125
7509 msgid "guestfs_cp"
7510 msgstr ""
7511
7512 #. type: verbatim
7513 #: ../src/guestfs-actions.pod:1127
7514 #, no-wrap
7515 msgid ""
7516 " int\n"
7517 " guestfs_cp (guestfs_h *g,\n"
7518 "             const char *src,\n"
7519 "             const char *dest);\n"
7520 "\n"
7521 msgstr ""
7522
7523 #. type: textblock
7524 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7525 msgid ""
7526 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7527 "destination filename or destination directory."
7528 msgstr ""
7529
7530 #. type: textblock
7531 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:5217
7532 msgid "(Added in 1.0.18)"
7533 msgstr ""
7534
7535 #. type: =head2
7536 #: ../src/guestfs-actions.pod:1139
7537 msgid "guestfs_cp_a"
7538 msgstr ""
7539
7540 #. type: verbatim
7541 #: ../src/guestfs-actions.pod:1141
7542 #, no-wrap
7543 msgid ""
7544 " int\n"
7545 " guestfs_cp_a (guestfs_h *g,\n"
7546 "               const char *src,\n"
7547 "               const char *dest);\n"
7548 "\n"
7549 msgstr ""
7550
7551 #. type: textblock
7552 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7553 msgid ""
7554 "This copies a file or directory from C<src> to C<dest> recursively using the "
7555 "C<cp -a> command."
7556 msgstr ""
7557
7558 #. type: =head2
7559 #: ../src/guestfs-actions.pod:1153
7560 msgid "guestfs_dd"
7561 msgstr ""
7562
7563 #. type: verbatim
7564 #: ../src/guestfs-actions.pod:1155
7565 #, no-wrap
7566 msgid ""
7567 " int\n"
7568 " guestfs_dd (guestfs_h *g,\n"
7569 "             const char *src,\n"
7570 "             const char *dest);\n"
7571 "\n"
7572 msgstr ""
7573
7574 #. type: textblock
7575 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7576 msgid ""
7577 "This command copies from one source device or file C<src> to another "
7578 "destination device or file C<dest>.  Normally you would use this to copy to "
7579 "or from a device or partition, for example to duplicate a filesystem."
7580 msgstr ""
7581
7582 #. type: textblock
7583 #: ../src/guestfs-actions.pod:1165
7584 msgid ""
7585 "If the destination is a device, it must be as large or larger than the "
7586 "source file or device, otherwise the copy will fail.  This command cannot do "
7587 "partial copies (see C<guestfs_copy_size>)."
7588 msgstr ""
7589
7590 #. type: =head2
7591 #: ../src/guestfs-actions.pod:1173
7592 msgid "guestfs_df"
7593 msgstr ""
7594
7595 #. type: verbatim
7596 #: ../src/guestfs-actions.pod:1175
7597 #, no-wrap
7598 msgid ""
7599 " char *\n"
7600 " guestfs_df (guestfs_h *g);\n"
7601 "\n"
7602 msgstr ""
7603
7604 #. type: textblock
7605 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7606 msgid "This command runs the C<df> command to report disk space used."
7607 msgstr ""
7608
7609 #. type: textblock
7610 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7611 msgid ""
7612 "This command is mostly useful for interactive sessions.  It is I<not> "
7613 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7614 "from programs."
7615 msgstr ""
7616
7617 #. type: textblock
7618 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286 ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378 ../src/guestfs-actions.pod:4265 ../src/guestfs-actions.pod:4740 ../src/guestfs-actions.pod:6551 ../src/guestfs-actions.pod:6575 ../src/guestfs-actions.pod:7193 ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7219
7619 msgid "(Added in 1.0.54)"
7620 msgstr ""
7621
7622 #. type: =head2
7623 #: ../src/guestfs-actions.pod:1189
7624 msgid "guestfs_df_h"
7625 msgstr ""
7626
7627 #. type: verbatim
7628 #: ../src/guestfs-actions.pod:1191
7629 #, no-wrap
7630 msgid ""
7631 " char *\n"
7632 " guestfs_df_h (guestfs_h *g);\n"
7633 "\n"
7634 msgstr ""
7635
7636 #. type: textblock
7637 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7638 msgid ""
7639 "This command runs the C<df -h> command to report disk space used in "
7640 "human-readable format."
7641 msgstr ""
7642
7643 #. type: =head2
7644 #: ../src/guestfs-actions.pod:1206
7645 msgid "guestfs_dmesg"
7646 msgstr ""
7647
7648 #. type: verbatim
7649 #: ../src/guestfs-actions.pod:1208
7650 #, no-wrap
7651 msgid ""
7652 " char *\n"
7653 " guestfs_dmesg (guestfs_h *g);\n"
7654 "\n"
7655 msgstr ""
7656
7657 #. type: textblock
7658 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7659 msgid ""
7660 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7661 "This is sometimes useful for extended debugging of problems."
7662 msgstr ""
7663
7664 #. type: textblock
7665 #: ../src/guestfs-actions.pod:1215
7666 msgid ""
7667 "Another way to get the same information is to enable verbose messages with "
7668 "C<guestfs_set_verbose> or by setting the environment variable "
7669 "C<LIBGUESTFS_DEBUG=1> before running the program."
7670 msgstr ""
7671
7672 #. type: =head2
7673 #: ../src/guestfs-actions.pod:1225
7674 msgid "guestfs_download"
7675 msgstr ""
7676
7677 #. type: verbatim
7678 #: ../src/guestfs-actions.pod:1227
7679 #, no-wrap
7680 msgid ""
7681 " int\n"
7682 " guestfs_download (guestfs_h *g,\n"
7683 "                   const char *remotefilename,\n"
7684 "                   const char *filename);\n"
7685 "\n"
7686 msgstr ""
7687
7688 #. type: textblock
7689 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7690 msgid ""
7691 "Download file C<remotefilename> and save it as C<filename> on the local "
7692 "machine."
7693 msgstr ""
7694
7695 #. type: textblock
7696 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4582
7697 msgid "C<filename> can also be a named pipe."
7698 msgstr ""
7699
7700 #. type: textblock
7701 #: ../src/guestfs-actions.pod:1237
7702 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7703 msgstr ""
7704
7705 #. type: =head2
7706 #: ../src/guestfs-actions.pod:1248
7707 msgid "guestfs_download_offset"
7708 msgstr ""
7709
7710 #. type: verbatim
7711 #: ../src/guestfs-actions.pod:1250
7712 #, no-wrap
7713 msgid ""
7714 " int\n"
7715 " guestfs_download_offset (guestfs_h *g,\n"
7716 "                          const char *remotefilename,\n"
7717 "                          const char *filename,\n"
7718 "                          int64_t offset,\n"
7719 "                          int64_t size);\n"
7720 "\n"
7721 msgstr ""
7722
7723 #. type: textblock
7724 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7725 msgid ""
7726 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7727 "region must be within the file or device)."
7728 msgstr ""
7729
7730 #. type: textblock
7731 #: ../src/guestfs-actions.pod:1263
7732 msgid ""
7733 "Note that there is no limit on the amount of data that can be downloaded "
7734 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7735 "full amount unless an error occurs."
7736 msgstr ""
7737
7738 #. type: textblock
7739 #: ../src/guestfs-actions.pod:1268
7740 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7741 msgstr ""
7742
7743 #. type: textblock
7744 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6852
7745 msgid "(Added in 1.5.17)"
7746 msgstr ""
7747
7748 #. type: =head2
7749 #: ../src/guestfs-actions.pod:1279
7750 msgid "guestfs_drop_caches"
7751 msgstr ""
7752
7753 #. type: verbatim
7754 #: ../src/guestfs-actions.pod:1281
7755 #, no-wrap
7756 msgid ""
7757 " int\n"
7758 " guestfs_drop_caches (guestfs_h *g,\n"
7759 "                      int whattodrop);\n"
7760 "\n"
7761 msgstr ""
7762
7763 #. type: textblock
7764 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7765 msgid ""
7766 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7767 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7768 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7769 msgstr ""
7770
7771 #. type: textblock
7772 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7773 msgid "Setting C<whattodrop> to 3 should drop everything."
7774 msgstr ""
7775
7776 #. type: textblock
7777 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7778 msgid ""
7779 "This automatically calls L<sync(2)> before the operation, so that the "
7780 "maximum guest memory is freed."
7781 msgstr ""
7782
7783 #. type: =head2
7784 #: ../src/guestfs-actions.pod:1299
7785 msgid "guestfs_du"
7786 msgstr ""
7787
7788 #. type: verbatim
7789 #: ../src/guestfs-actions.pod:1301
7790 #, no-wrap
7791 msgid ""
7792 " int64_t\n"
7793 " guestfs_du (guestfs_h *g,\n"
7794 "             const char *path);\n"
7795 "\n"
7796 msgstr ""
7797
7798 #. type: textblock
7799 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7800 msgid ""
7801 "This command runs the C<du -s> command to estimate file space usage for "
7802 "C<path>."
7803 msgstr ""
7804
7805 #. type: textblock
7806 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7807 msgid ""
7808 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7809 "estimate includes the contents of the directory and all subdirectories "
7810 "(recursively)."
7811 msgstr ""
7812
7813 #. type: textblock
7814 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
7815 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7816 msgstr ""
7817
7818 #. type: =head2
7819 #: ../src/guestfs-actions.pod:1324
7820 msgid "guestfs_e2fsck_f"
7821 msgstr ""
7822
7823 #. type: verbatim
7824 #: ../src/guestfs-actions.pod:1326
7825 #, no-wrap
7826 msgid ""
7827 " int\n"
7828 " guestfs_e2fsck_f (guestfs_h *g,\n"
7829 "                   const char *device);\n"
7830 "\n"
7831 msgstr ""
7832
7833 #. type: textblock
7834 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
7835 msgid ""
7836 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7837 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7838 "clean (C<-f>)."
7839 msgstr ""
7840
7841 #. type: textblock
7842 #: ../src/guestfs-actions.pod:1334
7843 msgid ""
7844 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7845 "Normally you should use C<guestfs_fsck>."
7846 msgstr ""
7847
7848 #. type: textblock
7849 #: ../src/guestfs-actions.pod:1339
7850 msgid "(Added in 1.0.29)"
7851 msgstr ""
7852
7853 #. type: =head2
7854 #: ../src/guestfs-actions.pod:1341
7855 msgid "guestfs_echo_daemon"
7856 msgstr ""
7857
7858 #. type: verbatim
7859 #: ../src/guestfs-actions.pod:1343
7860 #, no-wrap
7861 msgid ""
7862 " char *\n"
7863 " guestfs_echo_daemon (guestfs_h *g,\n"
7864 "                      char *const *words);\n"
7865 "\n"
7866 msgstr ""
7867
7868 #. type: textblock
7869 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
7870 msgid ""
7871 "This command concatenates the list of C<words> passed with single spaces "
7872 "between them and returns the resulting string."
7873 msgstr ""
7874
7875 #. type: textblock
7876 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
7877 msgid "You can use this command to test the connection through to the daemon."
7878 msgstr ""
7879
7880 #. type: textblock
7881 #: ../src/guestfs-actions.pod:1352
7882 msgid "See also C<guestfs_ping_daemon>."
7883 msgstr ""
7884
7885 #. type: textblock
7886 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:6051
7887 msgid "(Added in 1.0.69)"
7888 msgstr ""
7889
7890 #. type: =head2
7891 #: ../src/guestfs-actions.pod:1359
7892 msgid "guestfs_egrep"
7893 msgstr ""
7894
7895 #. type: verbatim
7896 #: ../src/guestfs-actions.pod:1361
7897 #, no-wrap
7898 msgid ""
7899 " char **\n"
7900 " guestfs_egrep (guestfs_h *g,\n"
7901 "                const char *regex,\n"
7902 "                const char *path);\n"
7903 "\n"
7904 msgstr ""
7905
7906 #. type: textblock
7907 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
7908 msgid "This calls the external C<egrep> program and returns the matching lines."
7909 msgstr ""
7910
7911 #. type: textblock
7912 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395 ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498 ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224 ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427 ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495 ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3648 ../src/guestfs-actions.pod:3662 ../src/guestfs-actions.pod:3675 ../src/guestfs-actions.pod:3689 ../src/guestfs-actions.pod:4675 ../src/guestfs-actions.pod:5551 ../src/guestfs-actions.pod:5600 ../src/guestfs-actions.pod:6419 ../src/guestfs-actions.pod:6431 ../src/guestfs-actions.pod:6444 ../src/guestfs-actions.pod:6457 ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:6492 ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6518 ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7308 ../src/guestfs-actions.pod:7393 ../src/guestfs-actions.pod:7412 ../src/guestfs-actions.pod:7458 ../src/guestfs-actions.pod:7477
7913 msgid "(Added in 1.0.66)"
7914 msgstr ""
7915
7916 #. type: =head2
7917 #: ../src/guestfs-actions.pod:1378
7918 msgid "guestfs_egrepi"
7919 msgstr ""
7920
7921 #. type: verbatim
7922 #: ../src/guestfs-actions.pod:1380
7923 #, no-wrap
7924 msgid ""
7925 " char **\n"
7926 " guestfs_egrepi (guestfs_h *g,\n"
7927 "                 const char *regex,\n"
7928 "                 const char *path);\n"
7929 "\n"
7930 msgstr ""
7931
7932 #. type: textblock
7933 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
7934 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7935 msgstr ""
7936
7937 #. type: =head2
7938 #: ../src/guestfs-actions.pod:1397
7939 msgid "guestfs_equal"
7940 msgstr ""
7941
7942 #. type: verbatim
7943 #: ../src/guestfs-actions.pod:1399
7944 #, no-wrap
7945 msgid ""
7946 " int\n"
7947 " guestfs_equal (guestfs_h *g,\n"
7948 "                const char *file1,\n"
7949 "                const char *file2);\n"
7950 "\n"
7951 msgstr ""
7952
7953 #. type: textblock
7954 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
7955 msgid ""
7956 "This compares the two files C<file1> and C<file2> and returns true if their "
7957 "content is exactly equal, or false otherwise."
7958 msgstr ""
7959
7960 #. type: textblock
7961 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
7962 msgid "The external L<cmp(1)> program is used for the comparison."
7963 msgstr ""
7964
7965 #. type: =head2
7966 #: ../src/guestfs-actions.pod:1413
7967 msgid "guestfs_exists"
7968 msgstr ""
7969
7970 #. type: verbatim
7971 #: ../src/guestfs-actions.pod:1415
7972 #, no-wrap
7973 msgid ""
7974 " int\n"
7975 " guestfs_exists (guestfs_h *g,\n"
7976 "                 const char *path);\n"
7977 "\n"
7978 msgstr ""
7979
7980 #. type: textblock
7981 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
7982 msgid ""
7983 "This returns C<true> if and only if there is a file, directory (or anything) "
7984 "with the given C<path> name."
7985 msgstr ""
7986
7987 #. type: textblock
7988 #: ../src/guestfs-actions.pod:1422
7989 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7990 msgstr ""
7991
7992 #. type: =head2
7993 #: ../src/guestfs-actions.pod:1428
7994 msgid "guestfs_fallocate"
7995 msgstr ""
7996
7997 #. type: verbatim
7998 #: ../src/guestfs-actions.pod:1430
7999 #, no-wrap
8000 msgid ""
8001 " int\n"
8002 " guestfs_fallocate (guestfs_h *g,\n"
8003 "                    const char *path,\n"
8004 "                    int len);\n"
8005 "\n"
8006 msgstr ""
8007
8008 #. type: textblock
8009 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8010 msgid ""
8011 "This command preallocates a file (containing zero bytes) named C<path> of "
8012 "size C<len> bytes.  If the file exists already, it is overwritten."
8013 msgstr ""
8014
8015 #. type: textblock
8016 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8017 msgid ""
8018 "Do not confuse this with the guestfish-specific C<alloc> command which "
8019 "allocates a file in the host and attaches it as a device."
8020 msgstr ""
8021
8022 #. type: textblock
8023 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8024 msgid ""
8025 "This function is deprecated.  In new code, use the C<fallocate64> call "
8026 "instead."
8027 msgstr ""
8028
8029 #. type: =head2
8030 #: ../src/guestfs-actions.pod:1454
8031 msgid "guestfs_fallocate64"
8032 msgstr ""
8033
8034 #. type: verbatim
8035 #: ../src/guestfs-actions.pod:1456
8036 #, no-wrap
8037 msgid ""
8038 " int\n"
8039 " guestfs_fallocate64 (guestfs_h *g,\n"
8040 "                      const char *path,\n"
8041 "                      int64_t len);\n"
8042 "\n"
8043 msgstr ""
8044
8045 #. type: textblock
8046 #: ../src/guestfs-actions.pod:1465
8047 msgid ""
8048 "Note that this call allocates disk blocks for the file.  To create a sparse "
8049 "file use C<guestfs_truncate_size> instead."
8050 msgstr ""
8051
8052 #. type: textblock
8053 #: ../src/guestfs-actions.pod:1468
8054 msgid ""
8055 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8056 "oversight it only allowed 30 bit lengths to be specified, effectively "
8057 "limiting the maximum size of files created through that call to 1GB."
8058 msgstr ""
8059
8060 #. type: textblock
8061 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8062 msgid ""
8063 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8064 "commands which create a file in the host and attach it as a device."
8065 msgstr ""
8066
8067 #. type: textblock
8068 #: ../src/guestfs-actions.pod:1479
8069 msgid "(Added in 1.3.17)"
8070 msgstr ""
8071
8072 #. type: =head2
8073 #: ../src/guestfs-actions.pod:1481
8074 msgid "guestfs_fgrep"
8075 msgstr ""
8076
8077 #. type: verbatim
8078 #: ../src/guestfs-actions.pod:1483
8079 #, no-wrap
8080 msgid ""
8081 " char **\n"
8082 " guestfs_fgrep (guestfs_h *g,\n"
8083 "                const char *pattern,\n"
8084 "                const char *path);\n"
8085 "\n"
8086 msgstr ""
8087
8088 #. type: textblock
8089 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8090 msgid "This calls the external C<fgrep> program and returns the matching lines."
8091 msgstr ""
8092
8093 #. type: =head2
8094 #: ../src/guestfs-actions.pod:1500
8095 msgid "guestfs_fgrepi"
8096 msgstr ""
8097
8098 #. type: verbatim
8099 #: ../src/guestfs-actions.pod:1502
8100 #, no-wrap
8101 msgid ""
8102 " char **\n"
8103 " guestfs_fgrepi (guestfs_h *g,\n"
8104 "                 const char *pattern,\n"
8105 "                 const char *path);\n"
8106 "\n"
8107 msgstr ""
8108
8109 #. type: textblock
8110 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8111 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8112 msgstr ""
8113
8114 #. type: =head2
8115 #: ../src/guestfs-actions.pod:1519
8116 msgid "guestfs_file"
8117 msgstr ""
8118
8119 #. type: verbatim
8120 #: ../src/guestfs-actions.pod:1521
8121 #, no-wrap
8122 msgid ""
8123 " char *\n"
8124 " guestfs_file (guestfs_h *g,\n"
8125 "               const char *path);\n"
8126 "\n"
8127 msgstr ""
8128
8129 #. type: textblock
8130 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8131 msgid ""
8132 "This call uses the standard L<file(1)> command to determine the type or "
8133 "contents of the file."
8134 msgstr ""
8135
8136 #. type: textblock
8137 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8138 msgid ""
8139 "This call will also transparently look inside various types of compressed "
8140 "file."
8141 msgstr ""
8142
8143 #. type: textblock
8144 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8145 msgid ""
8146 "The exact command which runs is C<file -zb path>.  Note in particular that "
8147 "the filename is not prepended to the output (the C<-b> option)."
8148 msgstr ""
8149
8150 #. type: textblock
8151 #: ../src/guestfs-actions.pod:1535
8152 msgid ""
8153 "This command can also be used on C</dev/> devices (and partitions, LV "
8154 "names).  You can for example use this to determine if a device contains a "
8155 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8156 msgstr ""
8157
8158 #. type: textblock
8159 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8160 msgid ""
8161 "If the C<path> does not begin with C</dev/> then this command only works for "
8162 "the content of regular files.  For other file types (directory, symbolic "
8163 "link etc) it will just return the string C<directory> etc."
8164 msgstr ""
8165
8166 #. type: =head2
8167 #: ../src/guestfs-actions.pod:1550
8168 msgid "guestfs_file_architecture"
8169 msgstr ""
8170
8171 #. type: verbatim
8172 #: ../src/guestfs-actions.pod:1552
8173 #, no-wrap
8174 msgid ""
8175 " char *\n"
8176 " guestfs_file_architecture (guestfs_h *g,\n"
8177 "                            const char *filename);\n"
8178 "\n"
8179 msgstr ""
8180
8181 #. type: textblock
8182 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8183 msgid ""
8184 "This detects the architecture of the binary C<filename>, and returns it if "
8185 "known."
8186 msgstr ""
8187
8188 #. type: textblock
8189 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
8190 msgid "Currently defined architectures are:"
8191 msgstr ""
8192
8193 #. type: =item
8194 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
8195 msgid "\"i386\""
8196 msgstr ""
8197
8198 #. type: textblock
8199 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8200 msgid ""
8201 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8202 "irrespective of the precise processor requirements of the binary."
8203 msgstr ""
8204
8205 #. type: =item
8206 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
8207 msgid "\"x86_64\""
8208 msgstr ""
8209
8210 #. type: textblock
8211 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8212 msgid "64 bit x86-64."
8213 msgstr ""
8214
8215 #. type: =item
8216 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8217 msgid "\"sparc\""
8218 msgstr ""
8219
8220 #. type: textblock
8221 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8222 msgid "32 bit SPARC."
8223 msgstr ""
8224
8225 #. type: =item
8226 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8227 msgid "\"sparc64\""
8228 msgstr ""
8229
8230 #. type: textblock
8231 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8232 msgid "64 bit SPARC V9 and above."
8233 msgstr ""
8234
8235 #. type: =item
8236 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8237 msgid "\"ia64\""
8238 msgstr ""
8239
8240 #. type: textblock
8241 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8242 msgid "Intel Itanium."
8243 msgstr ""
8244
8245 #. type: =item
8246 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8247 msgid "\"ppc\""
8248 msgstr ""
8249
8250 #. type: textblock
8251 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8252 msgid "32 bit Power PC."
8253 msgstr ""
8254
8255 #. type: =item
8256 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8257 msgid "\"ppc64\""
8258 msgstr ""
8259
8260 #. type: textblock
8261 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8262 msgid "64 bit Power PC."
8263 msgstr ""
8264
8265 #. type: textblock
8266 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
8267 msgid "Libguestfs may return other architecture strings in future."
8268 msgstr ""
8269
8270 #. type: textblock
8271 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8272 msgid "The function works on at least the following types of files:"
8273 msgstr ""
8274
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
8277 msgid "many types of Un*x and Linux binary"
8278 msgstr ""
8279
8280 #. type: textblock
8281 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
8282 msgid "many types of Un*x and Linux shared library"
8283 msgstr ""
8284
8285 #. type: textblock
8286 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
8287 msgid "Windows Win32 and Win64 binaries"
8288 msgstr ""
8289
8290 #. type: textblock
8291 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
8292 msgid "Windows Win32 and Win64 DLLs"
8293 msgstr ""
8294
8295 #. type: textblock
8296 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8297 msgid "Win32 binaries and DLLs return C<i386>."
8298 msgstr ""
8299
8300 #. type: textblock
8301 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8302 msgid "Win64 binaries and DLLs return C<x86_64>."
8303 msgstr ""
8304
8305 #. type: textblock
8306 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
8307 msgid "Linux kernel modules"
8308 msgstr ""
8309
8310 #. type: textblock
8311 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
8312 msgid "Linux new-style initrd images"
8313 msgstr ""
8314
8315 #. type: textblock
8316 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
8317 msgid "some non-x86 Linux vmlinuz kernels"
8318 msgstr ""
8319
8320 #. type: textblock
8321 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
8322 msgid "What it can't do currently:"
8323 msgstr ""
8324
8325 #. type: textblock
8326 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
8327 msgid "static libraries (libfoo.a)"
8328 msgstr ""
8329
8330 #. type: textblock
8331 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
8332 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8333 msgstr ""
8334
8335 #. type: textblock
8336 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
8337 msgid "x86 Linux vmlinuz kernels"
8338 msgstr ""
8339
8340 #. type: textblock
8341 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8342 msgid ""
8343 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8344 "compressed code, and are horribly hard to unpack.  If you want to find the "
8345 "architecture of a kernel, use the architecture of the associated initrd or "
8346 "kernel module(s) instead."
8347 msgstr ""
8348
8349 #. type: textblock
8350 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823 ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531 ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2686 ../src/guestfs-actions.pod:2774 ../src/guestfs-actions.pod:2795 ../src/guestfs-actions.pod:2838 ../src/guestfs-actions.pod:2922 ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3266 ../src/guestfs-actions.pod:3398
8351 msgid "(Added in 1.5.3)"
8352 msgstr ""
8353
8354 #. type: =head2
8355 #: ../src/guestfs-actions.pod:1662
8356 msgid "guestfs_filesize"
8357 msgstr ""
8358
8359 #. type: verbatim
8360 #: ../src/guestfs-actions.pod:1664
8361 #, no-wrap
8362 msgid ""
8363 " int64_t\n"
8364 " guestfs_filesize (guestfs_h *g,\n"
8365 "                   const char *file);\n"
8366 "\n"
8367 msgstr ""
8368
8369 #. type: textblock
8370 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
8371 msgid "This command returns the size of C<file> in bytes."
8372 msgstr ""
8373
8374 #. type: textblock
8375 #: ../src/guestfs-actions.pod:1670
8376 msgid ""
8377 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8378 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8379 "devices, use C<guestfs_blockdev_getsize64>."
8380 msgstr ""
8381
8382 #. type: textblock
8383 #: ../src/guestfs-actions.pod:1676
8384 msgid "(Added in 1.0.82)"
8385 msgstr ""
8386
8387 #. type: =head2
8388 #: ../src/guestfs-actions.pod:1678
8389 msgid "guestfs_fill"
8390 msgstr ""
8391
8392 #. type: verbatim
8393 #: ../src/guestfs-actions.pod:1680
8394 #, no-wrap
8395 msgid ""
8396 " int\n"
8397 " guestfs_fill (guestfs_h *g,\n"
8398 "               int c,\n"
8399 "               int len,\n"
8400 "               const char *path);\n"
8401 "\n"
8402 msgstr ""
8403
8404 #. type: textblock
8405 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
8406 msgid ""
8407 "This command creates a new file called C<path>.  The initial content of the "
8408 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8409 "C<[0..255]>."
8410 msgstr ""
8411
8412 #. type: textblock
8413 #: ../src/guestfs-actions.pod:1690
8414 msgid ""
8415 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8416 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8417 "bytes use C<guestfs_fill_pattern>."
8418 msgstr ""
8419
8420 #. type: textblock
8421 #: ../src/guestfs-actions.pod:1702
8422 msgid "(Added in 1.0.79)"
8423 msgstr ""
8424
8425 #. type: =head2
8426 #: ../src/guestfs-actions.pod:1704
8427 msgid "guestfs_fill_pattern"
8428 msgstr ""
8429
8430 #. type: verbatim
8431 #: ../src/guestfs-actions.pod:1706
8432 #, no-wrap
8433 msgid ""
8434 " int\n"
8435 " guestfs_fill_pattern (guestfs_h *g,\n"
8436 "                       const char *pattern,\n"
8437 "                       int len,\n"
8438 "                       const char *path);\n"
8439 "\n"
8440 msgstr ""
8441
8442 #. type: textblock
8443 #: ../src/guestfs-actions.pod:1712
8444 msgid ""
8445 "This function is like C<guestfs_fill> except that it creates a new file of "
8446 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8447 "pattern is truncated if necessary to ensure the length of the file is "
8448 "exactly C<len> bytes."
8449 msgstr ""
8450
8451 #. type: textblock
8452 #: ../src/guestfs-actions.pod:1724
8453 msgid "(Added in 1.3.12)"
8454 msgstr ""
8455
8456 #. type: =head2
8457 #: ../src/guestfs-actions.pod:1726
8458 msgid "guestfs_find"
8459 msgstr ""
8460
8461 #. type: verbatim
8462 #: ../src/guestfs-actions.pod:1728
8463 #, no-wrap
8464 msgid ""
8465 " char **\n"
8466 " guestfs_find (guestfs_h *g,\n"
8467 "               const char *directory);\n"
8468 "\n"
8469 msgstr ""
8470
8471 #. type: textblock
8472 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
8473 msgid ""
8474 "This command lists out all files and directories, recursively, starting at "
8475 "C<directory>.  It is essentially equivalent to running the shell command "
8476 "C<find directory -print> but some post-processing happens on the output, "
8477 "described below."
8478 msgstr ""
8479
8480 #. type: textblock
8481 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8482 msgid ""
8483 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8484 "structure was:"
8485 msgstr ""
8486
8487 #. type: verbatim
8488 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
8489 #, no-wrap
8490 msgid ""
8491 " /tmp/a\n"
8492 " /tmp/b\n"
8493 " /tmp/c/d\n"
8494 "\n"
8495 msgstr ""
8496
8497 #. type: textblock
8498 #: ../src/guestfs-actions.pod:1744
8499 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8500 msgstr ""
8501
8502 #. type: verbatim
8503 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
8504 #, no-wrap
8505 msgid ""
8506 " a\n"
8507 " b\n"
8508 " c\n"
8509 " c/d\n"
8510 "\n"
8511 msgstr ""
8512
8513 #. type: textblock
8514 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8515 msgid "If C<directory> is not a directory, then this command returns an error."
8516 msgstr ""
8517
8518 #. type: textblock
8519 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
8520 msgid "The returned list is sorted."
8521 msgstr ""
8522
8523 #. type: textblock
8524 #: ../src/guestfs-actions.pod:1757
8525 msgid "See also C<guestfs_find0>."
8526 msgstr ""
8527
8528 #. type: textblock
8529 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:5635
8530 msgid "(Added in 1.0.27)"
8531 msgstr ""
8532
8533 #. type: =head2
8534 #: ../src/guestfs-actions.pod:1768
8535 msgid "guestfs_find0"
8536 msgstr ""
8537
8538 #. type: verbatim
8539 #: ../src/guestfs-actions.pod:1770
8540 #, no-wrap
8541 msgid ""
8542 " int\n"
8543 " guestfs_find0 (guestfs_h *g,\n"
8544 "                const char *directory,\n"
8545 "                const char *files);\n"
8546 "\n"
8547 msgstr ""
8548
8549 #. type: textblock
8550 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
8551 msgid ""
8552 "This command lists out all files and directories, recursively, starting at "
8553 "C<directory>, placing the resulting list in the external file called "
8554 "C<files>."
8555 msgstr ""
8556
8557 #. type: textblock
8558 #: ../src/guestfs-actions.pod:1779
8559 msgid ""
8560 "This command works the same way as C<guestfs_find> with the following "
8561 "exceptions:"
8562 msgstr ""
8563
8564 #. type: textblock
8565 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
8566 msgid "The resulting list is written to an external file."
8567 msgstr ""
8568
8569 #. type: textblock
8570 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
8571 msgid ""
8572 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8573 "L<find(1)> option I<-print0>."
8574 msgstr ""
8575
8576 #. type: textblock
8577 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
8578 msgid "This command is not limited in the number of names that it can return."
8579 msgstr ""
8580
8581 #. type: textblock
8582 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
8583 msgid "The result list is not sorted."
8584 msgstr ""
8585
8586 #. type: textblock
8587 #: ../src/guestfs-actions.pod:1806
8588 msgid "(Added in 1.0.74)"
8589 msgstr ""
8590
8591 #. type: =head2
8592 #: ../src/guestfs-actions.pod:1808
8593 msgid "guestfs_findfs_label"
8594 msgstr ""
8595
8596 #. type: verbatim
8597 #: ../src/guestfs-actions.pod:1810
8598 #, no-wrap
8599 msgid ""
8600 " char *\n"
8601 " guestfs_findfs_label (guestfs_h *g,\n"
8602 "                       const char *label);\n"
8603 "\n"
8604 msgstr ""
8605
8606 #. type: textblock
8607 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
8608 msgid ""
8609 "This command searches the filesystems and returns the one which has the "
8610 "given label.  An error is returned if no such filesystem can be found."
8611 msgstr ""
8612
8613 #. type: textblock
8614 #: ../src/guestfs-actions.pod:1818
8615 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8616 msgstr ""
8617
8618 #. type: =head2
8619 #: ../src/guestfs-actions.pod:1825
8620 msgid "guestfs_findfs_uuid"
8621 msgstr ""
8622
8623 #. type: verbatim
8624 #: ../src/guestfs-actions.pod:1827
8625 #, no-wrap
8626 msgid ""
8627 " char *\n"
8628 " guestfs_findfs_uuid (guestfs_h *g,\n"
8629 "                      const char *uuid);\n"
8630 "\n"
8631 msgstr ""
8632
8633 #. type: textblock
8634 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
8635 msgid ""
8636 "This command searches the filesystems and returns the one which has the "
8637 "given UUID.  An error is returned if no such filesystem can be found."
8638 msgstr ""
8639
8640 #. type: textblock
8641 #: ../src/guestfs-actions.pod:1835
8642 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8643 msgstr ""
8644
8645 #. type: =head2
8646 #: ../src/guestfs-actions.pod:1842
8647 msgid "guestfs_fsck"
8648 msgstr ""
8649
8650 #. type: verbatim
8651 #: ../src/guestfs-actions.pod:1844
8652 #, no-wrap
8653 msgid ""
8654 " int\n"
8655 " guestfs_fsck (guestfs_h *g,\n"
8656 "               const char *fstype,\n"
8657 "               const char *device);\n"
8658 "\n"
8659 msgstr ""
8660
8661 #. type: textblock
8662 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
8663 msgid ""
8664 "This runs the filesystem checker (fsck) on C<device> which should have "
8665 "filesystem type C<fstype>."
8666 msgstr ""
8667
8668 #. type: textblock
8669 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
8670 msgid ""
8671 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8672 "codes from C<fsck>."
8673 msgstr ""
8674
8675 #. type: textblock
8676 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
8677 msgid "Multiple status codes can be summed together."
8678 msgstr ""
8679
8680 #. type: textblock
8681 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
8682 msgid ""
8683 "A non-zero return code can mean \"success\", for example if errors have been "
8684 "corrected on the filesystem."
8685 msgstr ""
8686
8687 #. type: textblock
8688 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
8689 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
8694 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8695 msgstr ""
8696
8697 #. type: textblock
8698 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7331
8699 msgid "(Added in 1.0.16)"
8700 msgstr ""
8701
8702 #. type: =head2
8703 #: ../src/guestfs-actions.pod:1881
8704 msgid "guestfs_get_append"
8705 msgstr ""
8706
8707 #. type: verbatim
8708 #: ../src/guestfs-actions.pod:1883
8709 #, no-wrap
8710 msgid ""
8711 " const char *\n"
8712 " guestfs_get_append (guestfs_h *g);\n"
8713 "\n"
8714 msgstr ""
8715
8716 #. type: textblock
8717 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
8718 msgid ""
8719 "Return the additional kernel options which are added to the guest kernel "
8720 "command line."
8721 msgstr ""
8722
8723 #. type: textblock
8724 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
8725 msgid "If C<NULL> then no options are added."
8726 msgstr ""
8727
8728 #. type: textblock
8729 #: ../src/guestfs-actions.pod:1891
8730 msgid ""
8731 "This function returns a string which may be NULL.  There is no way to return "
8732 "an error from this function.  The string is owned by the guest handle and "
8733 "must I<not> be freed."
8734 msgstr ""
8735
8736 #. type: textblock
8737 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:6193 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6228 ../src/guestfs-actions.pod:6245 ../src/guestfs-actions.pod:7002 ../src/guestfs-actions.pod:7020 ../src/guestfs-actions.pod:7374
8738 msgid "(Added in 1.0.26)"
8739 msgstr ""
8740
8741 #. type: =head2
8742 #: ../src/guestfs-actions.pod:1897
8743 msgid "guestfs_get_attach_method"
8744 msgstr ""
8745
8746 #. type: verbatim
8747 #: ../src/guestfs-actions.pod:1899
8748 #, no-wrap
8749 msgid ""
8750 " char *\n"
8751 " guestfs_get_attach_method (guestfs_h *g);\n"
8752 "\n"
8753 msgstr ""
8754
8755 #. type: textblock
8756 #: ../src/guestfs-actions.pod:1902
8757 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8758 msgstr ""
8759
8760 #. type: =head2
8761 #: ../src/guestfs-actions.pod:1907
8762 msgid "guestfs_get_autosync"
8763 msgstr ""
8764
8765 #. type: verbatim
8766 #: ../src/guestfs-actions.pod:1909
8767 #, no-wrap
8768 msgid ""
8769 " int\n"
8770 " guestfs_get_autosync (guestfs_h *g);\n"
8771 "\n"
8772 msgstr ""
8773
8774 #. type: textblock
8775 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
8776 msgid "Get the autosync flag."
8777 msgstr ""
8778
8779 #. type: =head2
8780 #: ../src/guestfs-actions.pod:1918
8781 msgid "guestfs_get_direct"
8782 msgstr ""
8783
8784 #. type: verbatim
8785 #: ../src/guestfs-actions.pod:1920
8786 #, no-wrap
8787 msgid ""
8788 " int\n"
8789 " guestfs_get_direct (guestfs_h *g);\n"
8790 "\n"
8791 msgstr ""
8792
8793 #. type: textblock
8794 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
8795 msgid "Return the direct appliance mode flag."
8796 msgstr ""
8797
8798 #. type: textblock
8799 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5862
8800 msgid "(Added in 1.0.72)"
8801 msgstr ""
8802
8803 #. type: =head2
8804 #: ../src/guestfs-actions.pod:1929
8805 msgid "guestfs_get_e2label"
8806 msgstr ""
8807
8808 #. type: verbatim
8809 #: ../src/guestfs-actions.pod:1931
8810 #, no-wrap
8811 msgid ""
8812 " char *\n"
8813 " guestfs_get_e2label (guestfs_h *g,\n"
8814 "                      const char *device);\n"
8815 "\n"
8816 msgstr ""
8817
8818 #. type: textblock
8819 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
8820 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8821 msgstr ""
8822
8823 #. type: textblock
8824 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
8825 msgid ""
8826 "This function is deprecated.  In new code, use the C<vfs_label> call "
8827 "instead."
8828 msgstr ""
8829
8830 #. type: textblock
8831 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969 ../src/guestfs-actions.pod:5880 ../src/guestfs-actions.pod:5899
8832 msgid "(Added in 1.0.15)"
8833 msgstr ""
8834
8835 #. type: =head2
8836 #: ../src/guestfs-actions.pod:1950
8837 msgid "guestfs_get_e2uuid"
8838 msgstr ""
8839
8840 #. type: verbatim
8841 #: ../src/guestfs-actions.pod:1952
8842 #, no-wrap
8843 msgid ""
8844 " char *\n"
8845 " guestfs_get_e2uuid (guestfs_h *g,\n"
8846 "                     const char *device);\n"
8847 "\n"
8848 msgstr ""
8849
8850 #. type: textblock
8851 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
8852 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8853 msgstr ""
8854
8855 #. type: textblock
8856 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
8857 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8858 msgstr ""
8859
8860 #. type: =head2
8861 #: ../src/guestfs-actions.pod:1971
8862 msgid "guestfs_get_memsize"
8863 msgstr ""
8864
8865 #. type: verbatim
8866 #: ../src/guestfs-actions.pod:1973
8867 #, no-wrap
8868 msgid ""
8869 " int\n"
8870 " guestfs_get_memsize (guestfs_h *g);\n"
8871 "\n"
8872 msgstr ""
8873
8874 #. type: textblock
8875 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
8876 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8877 msgstr ""
8878
8879 #. type: textblock
8880 #: ../src/guestfs-actions.pod:1979
8881 msgid ""
8882 "If C<guestfs_set_memsize> was not called on this handle, and if "
8883 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8884 "value for memsize."
8885 msgstr ""
8886
8887 #. type: textblock
8888 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:6022 ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399 ../fish/guestfish-actions.pod:3985 ../fish/guestfish-actions.pod:4072
8889 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8890 msgstr ""
8891
8892 #. type: textblock
8893 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4383 ../src/guestfs-actions.pod:4580 ../src/guestfs-actions.pod:4599 ../src/guestfs-actions.pod:4618 ../src/guestfs-actions.pod:4630 ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4660 ../src/guestfs-actions.pod:5538 ../src/guestfs-actions.pod:5920 ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6768
8894 msgid "(Added in 1.0.55)"
8895 msgstr ""
8896
8897 #. type: =head2
8898 #: ../src/guestfs-actions.pod:1990
8899 msgid "guestfs_get_network"
8900 msgstr ""
8901
8902 #. type: verbatim
8903 #: ../src/guestfs-actions.pod:1992
8904 #, no-wrap
8905 msgid ""
8906 " int\n"
8907 " guestfs_get_network (guestfs_h *g);\n"
8908 "\n"
8909 msgstr ""
8910
8911 #. type: textblock
8912 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
8913 msgid "This returns the enable network flag."
8914 msgstr ""
8915
8916 #. type: textblock
8917 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5939
8918 msgid "(Added in 1.5.4)"
8919 msgstr ""
8920
8921 #. type: =head2
8922 #: ../src/guestfs-actions.pod:2001
8923 msgid "guestfs_get_path"
8924 msgstr ""
8925
8926 #. type: verbatim
8927 #: ../src/guestfs-actions.pod:2003
8928 #, no-wrap
8929 msgid ""
8930 " const char *\n"
8931 " guestfs_get_path (guestfs_h *g);\n"
8932 "\n"
8933 msgstr ""
8934
8935 #. type: textblock
8936 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
8937 msgid "Return the current search path."
8938 msgstr ""
8939
8940 #. type: textblock
8941 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
8942 msgid ""
8943 "This is always non-NULL.  If it wasn't set already, then this will return "
8944 "the default path."
8945 msgstr ""
8946
8947 #. type: textblock
8948 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
8949 msgid ""
8950 "This function returns a string, or NULL on error.  The string is owned by "
8951 "the guest handle and must I<not> be freed."
8952 msgstr ""
8953
8954 #. type: =head2
8955 #: ../src/guestfs-actions.pod:2016
8956 msgid "guestfs_get_pid"
8957 msgstr ""
8958
8959 #. type: verbatim
8960 #: ../src/guestfs-actions.pod:2018
8961 #, no-wrap
8962 msgid ""
8963 " int\n"
8964 " guestfs_get_pid (guestfs_h *g);\n"
8965 "\n"
8966 msgstr ""
8967
8968 #. type: textblock
8969 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
8970 msgid ""
8971 "Return the process ID of the qemu subprocess.  If there is no qemu "
8972 "subprocess, then this will return an error."
8973 msgstr ""
8974
8975 #. type: textblock
8976 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
8977 msgid "This is an internal call used for debugging and testing."
8978 msgstr ""
8979
8980 #. type: textblock
8981 #: ../src/guestfs-actions.pod:2028
8982 msgid "(Added in 1.0.56)"
8983 msgstr ""
8984
8985 #. type: =head2
8986 #: ../src/guestfs-actions.pod:2030
8987 msgid "guestfs_get_qemu"
8988 msgstr ""
8989
8990 #. type: verbatim
8991 #: ../src/guestfs-actions.pod:2032
8992 #, no-wrap
8993 msgid ""
8994 " const char *\n"
8995 " guestfs_get_qemu (guestfs_h *g);\n"
8996 "\n"
8997 msgstr ""
8998
8999 #. type: textblock
9000 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
9001 msgid "Return the current qemu binary."
9002 msgstr ""
9003
9004 #. type: textblock
9005 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9006 msgid ""
9007 "This is always non-NULL.  If it wasn't set already, then this will return "
9008 "the default qemu binary name."
9009 msgstr ""
9010
9011 #. type: textblock
9012 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5984
9013 msgid "(Added in 1.0.6)"
9014 msgstr ""
9015
9016 #. type: =head2
9017 #: ../src/guestfs-actions.pod:2045
9018 msgid "guestfs_get_recovery_proc"
9019 msgstr ""
9020
9021 #. type: verbatim
9022 #: ../src/guestfs-actions.pod:2047
9023 #, no-wrap
9024 msgid ""
9025 " int\n"
9026 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9027 "\n"
9028 msgstr ""
9029
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9032 msgid "Return the recovery process enabled flag."
9033 msgstr ""
9034
9035 #. type: textblock
9036 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:4190 ../src/guestfs-actions.pod:4222 ../src/guestfs-actions.pod:5243 ../src/guestfs-actions.pod:5586 ../src/guestfs-actions.pod:6008 ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6691 ../src/guestfs-actions.pod:6883
9037 msgid "(Added in 1.0.77)"
9038 msgstr ""
9039
9040 #. type: =head2
9041 #: ../src/guestfs-actions.pod:2056
9042 msgid "guestfs_get_selinux"
9043 msgstr ""
9044
9045 #. type: verbatim
9046 #: ../src/guestfs-actions.pod:2058
9047 #, no-wrap
9048 msgid ""
9049 " int\n"
9050 " guestfs_get_selinux (guestfs_h *g);\n"
9051 "\n"
9052 msgstr ""
9053
9054 #. type: textblock
9055 #: ../src/guestfs-actions.pod:2061
9056 msgid ""
9057 "This returns the current setting of the selinux flag which is passed to the "
9058 "appliance at boot time.  See C<guestfs_set_selinux>."
9059 msgstr ""
9060
9061 #. type: textblock
9062 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6085
9063 msgid "(Added in 1.0.67)"
9064 msgstr ""
9065
9066 #. type: =head2
9067 #: ../src/guestfs-actions.pod:2071
9068 msgid "guestfs_get_state"
9069 msgstr ""
9070
9071 #. type: verbatim
9072 #: ../src/guestfs-actions.pod:2073
9073 #, no-wrap
9074 msgid ""
9075 " int\n"
9076 " guestfs_get_state (guestfs_h *g);\n"
9077 "\n"
9078 msgstr ""
9079
9080 #. type: textblock
9081 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
9082 msgid ""
9083 "This returns the current state as an opaque integer.  This is only useful "
9084 "for printing debug and internal error messages."
9085 msgstr ""
9086
9087 #. type: textblock
9088 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3408 ../fish/guestfish-actions.pod:1409 ../fish/guestfish-actions.pod:2315 ../fish/guestfish-actions.pod:2333 ../fish/guestfish-actions.pod:2371 ../fish/guestfish-actions.pod:2387
9089 msgid "For more information on states, see L<guestfs(3)>."
9090 msgstr ""
9091
9092 #. type: =head2
9093 #: ../src/guestfs-actions.pod:2085
9094 msgid "guestfs_get_trace"
9095 msgstr ""
9096
9097 #. type: verbatim
9098 #: ../src/guestfs-actions.pod:2087
9099 #, no-wrap
9100 msgid ""
9101 " int\n"
9102 " guestfs_get_trace (guestfs_h *g);\n"
9103 "\n"
9104 msgstr ""
9105
9106 #. type: textblock
9107 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
9108 msgid "Return the command trace flag."
9109 msgstr ""
9110
9111 #. type: =head2
9112 #: ../src/guestfs-actions.pod:2096
9113 msgid "guestfs_get_umask"
9114 msgstr ""
9115
9116 #. type: verbatim
9117 #: ../src/guestfs-actions.pod:2098
9118 #, no-wrap
9119 msgid ""
9120 " int\n"
9121 " guestfs_get_umask (guestfs_h *g);\n"
9122 "\n"
9123 msgstr ""
9124
9125 #. type: textblock
9126 #: ../src/guestfs-actions.pod:2101
9127 msgid ""
9128 "Return the current umask.  By default the umask is C<022> unless it has been "
9129 "set by calling C<guestfs_umask>."
9130 msgstr ""
9131
9132 #. type: =head2
9133 #: ../src/guestfs-actions.pod:2108
9134 msgid "guestfs_get_verbose"
9135 msgstr ""
9136
9137 #. type: verbatim
9138 #: ../src/guestfs-actions.pod:2110
9139 #, no-wrap
9140 msgid ""
9141 " int\n"
9142 " guestfs_get_verbose (guestfs_h *g);\n"
9143 "\n"
9144 msgstr ""
9145
9146 #. type: textblock
9147 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
9148 msgid "This returns the verbose messages flag."
9149 msgstr ""
9150
9151 #. type: =head2
9152 #: ../src/guestfs-actions.pod:2119
9153 msgid "guestfs_getcon"
9154 msgstr ""
9155
9156 #. type: verbatim
9157 #: ../src/guestfs-actions.pod:2121
9158 #, no-wrap
9159 msgid ""
9160 " char *\n"
9161 " guestfs_getcon (guestfs_h *g);\n"
9162 "\n"
9163 msgstr ""
9164
9165 #. type: textblock
9166 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
9167 msgid "This gets the SELinux security context of the daemon."
9168 msgstr ""
9169
9170 #. type: textblock
9171 #: ../src/guestfs-actions.pod:2126
9172 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9173 msgstr ""
9174
9175 #. type: =head2
9176 #: ../src/guestfs-actions.pod:2134
9177 msgid "guestfs_getxattr"
9178 msgstr ""
9179
9180 #. type: verbatim
9181 #: ../src/guestfs-actions.pod:2136
9182 #, no-wrap
9183 msgid ""
9184 " char *\n"
9185 " guestfs_getxattr (guestfs_h *g,\n"
9186 "                   const char *path,\n"
9187 "                   const char *name,\n"
9188 "                   size_t *size_r);\n"
9189 "\n"
9190 msgstr ""
9191
9192 #. type: textblock
9193 #: ../src/guestfs-actions.pod:2142
9194 msgid ""
9195 "Get a single extended attribute from file C<path> named C<name>.  This call "
9196 "follows symlinks.  If you want to lookup an extended attribute for the "
9197 "symlink itself, use C<guestfs_lgetxattr>."
9198 msgstr ""
9199
9200 #. type: textblock
9201 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3507
9202 msgid ""
9203 "Normally it is better to get all extended attributes from a file in one go "
9204 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9205 "implementations are buggy and do not provide a way to list out attributes.  "
9206 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9207 "extended attributes you want in advance and call this function."
9208 msgstr ""
9209
9210 #. type: textblock
9211 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3514 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2452
9212 msgid ""
9213 "Extended attribute values are blobs of binary data.  If there is no extended "
9214 "attribute named C<name>, this returns an error."
9215 msgstr ""
9216
9217 #. type: textblock
9218 #: ../src/guestfs-actions.pod:2156
9219 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9220 msgstr ""
9221
9222 #. type: textblock
9223 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349 ../src/guestfs-actions.pod:3519 ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5262 ../src/guestfs-actions.pod:5443
9224 msgid ""
9225 "This function returns a buffer, or NULL on error.  The size of the returned "
9226 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9227 "after use>."
9228 msgstr ""
9229
9230 #. type: textblock
9231 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3523
9232 msgid "(Added in 1.7.24)"
9233 msgstr ""
9234
9235 #. type: =head2
9236 #: ../src/guestfs-actions.pod:2164
9237 msgid "guestfs_getxattrs"
9238 msgstr ""
9239
9240 #. type: verbatim
9241 #: ../src/guestfs-actions.pod:2166
9242 #, no-wrap
9243 msgid ""
9244 " struct guestfs_xattr_list *\n"
9245 " guestfs_getxattrs (guestfs_h *g,\n"
9246 "                    const char *path);\n"
9247 "\n"
9248 msgstr ""
9249
9250 #. type: textblock
9251 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9252 msgid "This call lists the extended attributes of the file or directory C<path>."
9253 msgstr ""
9254
9255 #. type: textblock
9256 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
9257 msgid ""
9258 "At the system call level, this is a combination of the L<listxattr(2)> and "
9259 "L<getxattr(2)> calls."
9260 msgstr ""
9261
9262 #. type: textblock
9263 #: ../src/guestfs-actions.pod:2176
9264 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9265 msgstr ""
9266
9267 #. type: textblock
9268 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3535 ../src/guestfs-actions.pod:4186
9269 msgid ""
9270 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9271 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9272 msgstr ""
9273
9274 #. type: textblock
9275 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3539 ../src/guestfs-actions.pod:3704 ../src/guestfs-actions.pod:3740 ../src/guestfs-actions.pod:5616 ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:7439
9276 msgid "(Added in 1.0.59)"
9277 msgstr ""
9278
9279 #. type: =head2
9280 #: ../src/guestfs-actions.pod:2184
9281 msgid "guestfs_glob_expand"
9282 msgstr ""
9283
9284 #. type: verbatim
9285 #: ../src/guestfs-actions.pod:2186
9286 #, no-wrap
9287 msgid ""
9288 " char **\n"
9289 " guestfs_glob_expand (guestfs_h *g,\n"
9290 "                      const char *pattern);\n"
9291 "\n"
9292 msgstr ""
9293
9294 #. type: textblock
9295 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
9296 msgid ""
9297 "This command searches for all the pathnames matching C<pattern> according to "
9298 "the wildcard expansion rules used by the shell."
9299 msgstr ""
9300
9301 #. type: textblock
9302 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9303 msgid "If no paths match, then this returns an empty list (note: not an error)."
9304 msgstr ""
9305
9306 #. type: textblock
9307 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
9308 msgid ""
9309 "It is just a wrapper around the C L<glob(3)> function with flags "
9310 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9311 msgstr ""
9312
9313 #. type: textblock
9314 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6269 ../src/guestfs-actions.pod:6286
9315 msgid "(Added in 1.0.50)"
9316 msgstr ""
9317
9318 #. type: =head2
9319 #: ../src/guestfs-actions.pod:2207
9320 msgid "guestfs_grep"
9321 msgstr ""
9322
9323 #. type: verbatim
9324 #: ../src/guestfs-actions.pod:2209
9325 #, no-wrap
9326 msgid ""
9327 " char **\n"
9328 " guestfs_grep (guestfs_h *g,\n"
9329 "               const char *regex,\n"
9330 "               const char *path);\n"
9331 "\n"
9332 msgstr ""
9333
9334 #. type: textblock
9335 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
9336 msgid "This calls the external C<grep> program and returns the matching lines."
9337 msgstr ""
9338
9339 #. type: =head2
9340 #: ../src/guestfs-actions.pod:2226
9341 msgid "guestfs_grepi"
9342 msgstr ""
9343
9344 #. type: verbatim
9345 #: ../src/guestfs-actions.pod:2228
9346 #, no-wrap
9347 msgid ""
9348 " char **\n"
9349 " guestfs_grepi (guestfs_h *g,\n"
9350 "                const char *regex,\n"
9351 "                const char *path);\n"
9352 "\n"
9353 msgstr ""
9354
9355 #. type: textblock
9356 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
9357 msgid "This calls the external C<grep -i> program and returns the matching lines."
9358 msgstr ""
9359
9360 #. type: =head2
9361 #: ../src/guestfs-actions.pod:2245
9362 msgid "guestfs_grub_install"
9363 msgstr ""
9364
9365 #. type: verbatim
9366 #: ../src/guestfs-actions.pod:2247
9367 #, no-wrap
9368 msgid ""
9369 " int\n"
9370 " guestfs_grub_install (guestfs_h *g,\n"
9371 "                       const char *root,\n"
9372 "                       const char *device);\n"
9373 "\n"
9374 msgstr ""
9375
9376 #. type: textblock
9377 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9378 msgid ""
9379 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9380 "the root directory being C<root>."
9381 msgstr ""
9382
9383 #. type: textblock
9384 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
9385 msgid ""
9386 "Note: If grub-install reports the error \"No suitable drive was found in the "
9387 "generated device map.\" it may be that you need to create a "
9388 "C</boot/grub/device.map> file first that contains the mapping between grub "
9389 "device names and Linux device names.  It is usually sufficient to create a "
9390 "file containing:"
9391 msgstr ""
9392
9393 #. type: verbatim
9394 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
9395 #, no-wrap
9396 msgid ""
9397 " (hd0) /dev/vda\n"
9398 "\n"
9399 msgstr ""
9400
9401 #. type: textblock
9402 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
9403 msgid "replacing C</dev/vda> with the name of the installation device."
9404 msgstr ""
9405
9406 #. type: textblock
9407 #: ../src/guestfs-actions.pod:2268
9408 msgid "(Added in 1.0.17)"
9409 msgstr ""
9410
9411 #. type: =head2
9412 #: ../src/guestfs-actions.pod:2270
9413 msgid "guestfs_head"
9414 msgstr ""
9415
9416 #. type: verbatim
9417 #: ../src/guestfs-actions.pod:2272
9418 #, no-wrap
9419 msgid ""
9420 " char **\n"
9421 " guestfs_head (guestfs_h *g,\n"
9422 "               const char *path);\n"
9423 "\n"
9424 msgstr ""
9425
9426 #. type: textblock
9427 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
9428 msgid ""
9429 "This command returns up to the first 10 lines of a file as a list of "
9430 "strings."
9431 msgstr ""
9432
9433 #. type: =head2
9434 #: ../src/guestfs-actions.pod:2288
9435 msgid "guestfs_head_n"
9436 msgstr ""
9437
9438 #. type: verbatim
9439 #: ../src/guestfs-actions.pod:2290
9440 #, no-wrap
9441 msgid ""
9442 " char **\n"
9443 " guestfs_head_n (guestfs_h *g,\n"
9444 "                 int nrlines,\n"
9445 "                 const char *path);\n"
9446 "\n"
9447 msgstr ""
9448
9449 #. type: textblock
9450 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9451 msgid ""
9452 "If the parameter C<nrlines> is a positive number, this returns the first "
9453 "C<nrlines> lines of the file C<path>."
9454 msgstr ""
9455
9456 #. type: textblock
9457 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
9458 msgid ""
9459 "If the parameter C<nrlines> is a negative number, this returns lines from "
9460 "the file C<path>, excluding the last C<nrlines> lines."
9461 msgstr ""
9462
9463 #. type: textblock
9464 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6566 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4422
9465 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9466 msgstr ""
9467
9468 #. type: =head2
9469 #: ../src/guestfs-actions.pod:2312
9470 msgid "guestfs_hexdump"
9471 msgstr ""
9472
9473 #. type: verbatim
9474 #: ../src/guestfs-actions.pod:2314
9475 #, no-wrap
9476 msgid ""
9477 " char *\n"
9478 " guestfs_hexdump (guestfs_h *g,\n"
9479 "                  const char *path);\n"
9480 "\n"
9481 msgstr ""
9482
9483 #. type: textblock
9484 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
9485 msgid ""
9486 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9487 "human-readable, canonical hex dump of the file."
9488 msgstr ""
9489
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:6405
9492 msgid "(Added in 1.0.22)"
9493 msgstr ""
9494
9495 #. type: =head2
9496 #: ../src/guestfs-actions.pod:2329
9497 msgid "guestfs_initrd_cat"
9498 msgstr ""
9499
9500 #. type: verbatim
9501 #: ../src/guestfs-actions.pod:2331
9502 #, no-wrap
9503 msgid ""
9504 " char *\n"
9505 " guestfs_initrd_cat (guestfs_h *g,\n"
9506 "                     const char *initrdpath,\n"
9507 "                     const char *filename,\n"
9508 "                     size_t *size_r);\n"
9509 "\n"
9510 msgstr ""
9511
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
9514 msgid ""
9515 "This command unpacks the file C<filename> from the initrd file called "
9516 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9517 "character."
9518 msgstr ""
9519
9520 #. type: textblock
9521 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
9522 msgid ""
9523 "For example, in guestfish you could use the following command to examine the "
9524 "boot script (usually called C</init>)  contained in a Linux initrd or "
9525 "initramfs image:"
9526 msgstr ""
9527
9528 #. type: verbatim
9529 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
9530 #, no-wrap
9531 msgid ""
9532 " initrd-cat /boot/initrd-<version>.img init\n"
9533 "\n"
9534 msgstr ""
9535
9536 #. type: textblock
9537 #: ../src/guestfs-actions.pod:2347
9538 msgid "See also C<guestfs_initrd_list>."
9539 msgstr ""
9540
9541 #. type: =head2
9542 #: ../src/guestfs-actions.pod:2358
9543 msgid "guestfs_initrd_list"
9544 msgstr ""
9545
9546 #. type: verbatim
9547 #: ../src/guestfs-actions.pod:2360
9548 #, no-wrap
9549 msgid ""
9550 " char **\n"
9551 " guestfs_initrd_list (guestfs_h *g,\n"
9552 "                      const char *path);\n"
9553 "\n"
9554 msgstr ""
9555
9556 #. type: textblock
9557 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
9558 msgid "This command lists out files contained in an initrd."
9559 msgstr ""
9560
9561 #. type: textblock
9562 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
9563 msgid ""
9564 "The files are listed without any initial C</> character.  The files are "
9565 "listed in the order they appear (not necessarily alphabetical).  Directory "
9566 "names are listed as separate items."
9567 msgstr ""
9568
9569 #. type: textblock
9570 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
9571 msgid ""
9572 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9573 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9574 "files)."
9575 msgstr ""
9576
9577 #. type: =head2
9578 #: ../src/guestfs-actions.pod:2380
9579 msgid "guestfs_inotify_add_watch"
9580 msgstr ""
9581
9582 #. type: verbatim
9583 #: ../src/guestfs-actions.pod:2382
9584 #, no-wrap
9585 msgid ""
9586 " int64_t\n"
9587 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9588 "                            const char *path,\n"
9589 "                            int mask);\n"
9590 "\n"
9591 msgstr ""
9592
9593 #. type: textblock
9594 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
9595 msgid "Watch C<path> for the events listed in C<mask>."
9596 msgstr ""
9597
9598 #. type: textblock
9599 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
9600 msgid ""
9601 "Note that if C<path> is a directory then events within that directory are "
9602 "watched, but this does I<not> happen recursively (in subdirectories)."
9603 msgstr ""
9604
9605 #. type: textblock
9606 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
9607 msgid ""
9608 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9609 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9610 msgstr ""
9611
9612 #. type: =head2
9613 #: ../src/guestfs-actions.pod:2401
9614 msgid "guestfs_inotify_close"
9615 msgstr ""
9616
9617 #. type: verbatim
9618 #: ../src/guestfs-actions.pod:2403
9619 #, no-wrap
9620 msgid ""
9621 " int\n"
9622 " guestfs_inotify_close (guestfs_h *g);\n"
9623 "\n"
9624 msgstr ""
9625
9626 #. type: textblock
9627 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
9628 msgid ""
9629 "This closes the inotify handle which was previously opened by inotify_init.  "
9630 "It removes all watches, throws away any pending events, and deallocates all "
9631 "resources."
9632 msgstr ""
9633
9634 #. type: =head2
9635 #: ../src/guestfs-actions.pod:2414
9636 msgid "guestfs_inotify_files"
9637 msgstr ""
9638
9639 #. type: verbatim
9640 #: ../src/guestfs-actions.pod:2416
9641 #, no-wrap
9642 msgid ""
9643 " char **\n"
9644 " guestfs_inotify_files (guestfs_h *g);\n"
9645 "\n"
9646 msgstr ""
9647
9648 #. type: textblock
9649 #: ../src/guestfs-actions.pod:2419
9650 msgid ""
9651 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9652 "returns a list of pathnames of objects that were touched.  The returned "
9653 "pathnames are sorted and deduplicated."
9654 msgstr ""
9655
9656 #. type: =head2
9657 #: ../src/guestfs-actions.pod:2429
9658 msgid "guestfs_inotify_init"
9659 msgstr ""
9660
9661 #. type: verbatim
9662 #: ../src/guestfs-actions.pod:2431
9663 #, no-wrap
9664 msgid ""
9665 " int\n"
9666 " guestfs_inotify_init (guestfs_h *g,\n"
9667 "                       int maxevents);\n"
9668 "\n"
9669 msgstr ""
9670
9671 #. type: textblock
9672 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
9673 msgid ""
9674 "This command creates a new inotify handle.  The inotify subsystem can be "
9675 "used to notify events which happen to objects in the guest filesystem."
9676 msgstr ""
9677
9678 #. type: textblock
9679 #: ../src/guestfs-actions.pod:2439
9680 msgid ""
9681 "C<maxevents> is the maximum number of events which will be queued up between "
9682 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9683 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9684 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9685 "throws away events, but records the fact that it threw them away by setting "
9686 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9687 "C<guestfs_inotify_read>)."
9688 msgstr ""
9689
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:2449
9692 msgid ""
9693 "Before any events are generated, you have to add some watches to the "
9694 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9695 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9696 msgstr ""
9697
9698 #. type: textblock
9699 #: ../src/guestfs-actions.pod:2455
9700 msgid ""
9701 "Queued up events should be read periodically by calling "
9702 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9703 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9704 "often enough then you risk the internal queue overflowing."
9705 msgstr ""
9706
9707 #. type: textblock
9708 #: ../src/guestfs-actions.pod:2462
9709 msgid ""
9710 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9711 "This also removes any watches automatically."
9712 msgstr ""
9713
9714 #. type: textblock
9715 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
9716 msgid ""
9717 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9718 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9719 "that there is one global inotify handle per libguestfs instance."
9720 msgstr ""
9721
9722 #. type: =head2
9723 #: ../src/guestfs-actions.pod:2475
9724 msgid "guestfs_inotify_read"
9725 msgstr ""
9726
9727 #. type: verbatim
9728 #: ../src/guestfs-actions.pod:2477
9729 #, no-wrap
9730 msgid ""
9731 " struct guestfs_inotify_event_list *\n"
9732 " guestfs_inotify_read (guestfs_h *g);\n"
9733 "\n"
9734 msgstr ""
9735
9736 #. type: textblock
9737 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
9738 msgid ""
9739 "Return the complete queue of events that have happened since the previous "
9740 "read call."
9741 msgstr ""
9742
9743 #. type: textblock
9744 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
9745 msgid "If no events have happened, this returns an empty list."
9746 msgstr ""
9747
9748 #. type: textblock
9749 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
9750 msgid ""
9751 "I<Note>: In order to make sure that all events have been read, you must call "
9752 "this function repeatedly until it returns an empty list.  The reason is that "
9753 "the call will read events up to the maximum appliance-to-host message size "
9754 "and leave remaining events in the queue."
9755 msgstr ""
9756
9757 #. type: textblock
9758 #: ../src/guestfs-actions.pod:2491
9759 msgid ""
9760 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9761 "there was an error.  I<The caller must call "
9762 "C<guestfs_free_inotify_event_list> after use>."
9763 msgstr ""
9764
9765 #. type: =head2
9766 #: ../src/guestfs-actions.pod:2497
9767 msgid "guestfs_inotify_rm_watch"
9768 msgstr ""
9769
9770 #. type: verbatim
9771 #: ../src/guestfs-actions.pod:2499
9772 #, no-wrap
9773 msgid ""
9774 " int\n"
9775 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9776 "                           int wd);\n"
9777 "\n"
9778 msgstr ""
9779
9780 #. type: textblock
9781 #: ../src/guestfs-actions.pod:2503
9782 msgid ""
9783 "Remove a previously defined inotify watch.  See "
9784 "C<guestfs_inotify_add_watch>."
9785 msgstr ""
9786
9787 #. type: =head2
9788 #: ../src/guestfs-actions.pod:2510
9789 msgid "guestfs_inspect_get_arch"
9790 msgstr ""
9791
9792 #. type: verbatim
9793 #: ../src/guestfs-actions.pod:2512
9794 #, no-wrap
9795 msgid ""
9796 " char *\n"
9797 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9798 "                           const char *root);\n"
9799 "\n"
9800 msgstr ""
9801
9802 #. type: textblock
9803 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539 ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2668 ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:2733 ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2906 ../src/guestfs-actions.pod:2930 ../src/guestfs-actions.pod:2985 ../src/guestfs-actions.pod:3027 ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3071 ../src/guestfs-actions.pod:3088 ../src/guestfs-actions.pod:3105 ../src/guestfs-actions.pod:3124
9804 msgid ""
9805 "This function should only be called with a root device string as returned by "
9806 "C<guestfs_inspect_os>."
9807 msgstr ""
9808
9809 #. type: textblock
9810 #: ../src/guestfs-actions.pod:2519
9811 msgid ""
9812 "This returns the architecture of the inspected operating system.  The "
9813 "possible return values are listed under C<guestfs_file_architecture>."
9814 msgstr ""
9815
9816 #. type: textblock
9817 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
9818 msgid ""
9819 "If the architecture could not be determined, then the string C<unknown> is "
9820 "returned."
9821 msgstr ""
9822
9823 #. type: textblock
9824 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2770 ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2893 ../src/guestfs-actions.pod:2917 ../src/guestfs-actions.pod:2971 ../src/guestfs-actions.pod:3014 ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3058 ../src/guestfs-actions.pod:3078 ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:3217 ../src/guestfs-actions.pod:3258 ../fish/guestfish-actions.pod:1698 ../fish/guestfish-actions.pod:1776 ../fish/guestfish-actions.pod:1864 ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1900 ../fish/guestfish-actions.pod:1970 ../fish/guestfish-actions.pod:1994 ../fish/guestfish-actions.pod:2011 ../fish/guestfish-actions.pod:2054 ../fish/guestfish-actions.pod:2089 ../fish/guestfish-actions.pod:2105 ../fish/guestfish-actions.pod:2121 ../fish/guestfish-actions.pod:2134 ../fish/guestfish-actions.pod:2147 ../fish/guestfish-actions.pod:2162 ../fish/guestfish-actions.pod:2261 ../fish/guestfish-actions.pod:2295
9825 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9826 msgstr ""
9827
9828 #. type: =head2
9829 #: ../src/guestfs-actions.pod:2533
9830 msgid "guestfs_inspect_get_distro"
9831 msgstr ""
9832
9833 #. type: verbatim
9834 #: ../src/guestfs-actions.pod:2535
9835 #, no-wrap
9836 msgid ""
9837 " char *\n"
9838 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9839 "                             const char *root);\n"
9840 "\n"
9841 msgstr ""
9842
9843 #. type: textblock
9844 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
9845 msgid "This returns the distro (distribution) of the inspected operating system."
9846 msgstr ""
9847
9848 #. type: textblock
9849 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
9850 msgid "Currently defined distros are:"
9851 msgstr ""
9852
9853 #. type: =item
9854 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
9855 msgid "\"archlinux\""
9856 msgstr ""
9857
9858 #. type: textblock
9859 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
9860 msgid "Arch Linux."
9861 msgstr ""
9862
9863 #. type: =item
9864 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
9865 msgid "\"debian\""
9866 msgstr ""
9867
9868 #. type: textblock
9869 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
9870 msgid "Debian."
9871 msgstr ""
9872
9873 #. type: =item
9874 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
9875 msgid "\"fedora\""
9876 msgstr ""
9877
9878 #. type: textblock
9879 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
9880 msgid "Fedora."
9881 msgstr ""
9882
9883 #. type: =item
9884 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
9885 msgid "\"gentoo\""
9886 msgstr ""
9887
9888 #. type: textblock
9889 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
9890 msgid "Gentoo."
9891 msgstr ""
9892
9893 #. type: =item
9894 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
9895 msgid "\"linuxmint\""
9896 msgstr ""
9897
9898 #. type: textblock
9899 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
9900 msgid "Linux Mint."
9901 msgstr ""
9902
9903 #. type: =item
9904 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
9905 msgid "\"mandriva\""
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
9910 msgid "Mandriva."
9911 msgstr ""
9912
9913 #. type: =item
9914 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
9915 msgid "\"meego\""
9916 msgstr ""
9917
9918 #. type: textblock
9919 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
9920 msgid "MeeGo."
9921 msgstr ""
9922
9923 #. type: =item
9924 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
9925 msgid "\"pardus\""
9926 msgstr ""
9927
9928 #. type: textblock
9929 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
9930 msgid "Pardus."
9931 msgstr ""
9932
9933 #. type: =item
9934 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
9935 msgid "\"redhat-based\""
9936 msgstr ""
9937
9938 #. type: textblock
9939 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
9940 msgid "Some Red Hat-derived distro."
9941 msgstr ""
9942
9943 #. type: =item
9944 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
9945 msgid "\"rhel\""
9946 msgstr ""
9947
9948 #. type: textblock
9949 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
9950 msgid "Red Hat Enterprise Linux and some derivatives."
9951 msgstr ""
9952
9953 #. type: =item
9954 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
9955 msgid "\"slackware\""
9956 msgstr ""
9957
9958 #. type: textblock
9959 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
9960 msgid "Slackware."
9961 msgstr ""
9962
9963 #. type: =item
9964 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
9965 msgid "\"ubuntu\""
9966 msgstr ""
9967
9968 #. type: textblock
9969 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
9970 msgid "Ubuntu."
9971 msgstr ""
9972
9973 #. type: =item
9974 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2713 ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1855 ../fish/guestfish-actions.pod:2080
9975 msgid "\"unknown\""
9976 msgstr ""
9977
9978 #. type: textblock
9979 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
9980 msgid "The distro could not be determined."
9981 msgstr ""
9982
9983 #. type: =item
9984 #: ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:2997 ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2072
9985 msgid "\"windows\""
9986 msgstr ""
9987
9988 #. type: textblock
9989 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
9990 msgid ""
9991 "Windows does not have distributions.  This string is returned if the OS type "
9992 "is Windows."
9993 msgstr ""
9994
9995 #. type: textblock
9996 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:1773 ../fish/guestfish-actions.pod:1861 ../fish/guestfish-actions.pod:2086
9997 msgid ""
9998 "Future versions of libguestfs may return other strings here.  The caller "
9999 "should be prepared to handle any string."
10000 msgstr ""
10001
10002 #. type: =head2
10003 #: ../src/guestfs-actions.pod:2618
10004 msgid "guestfs_inspect_get_drive_mappings"
10005 msgstr ""
10006
10007 #. type: verbatim
10008 #: ../src/guestfs-actions.pod:2620
10009 #, no-wrap
10010 msgid ""
10011 " char **\n"
10012 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10013 "                                     const char *root);\n"
10014 "\n"
10015 msgstr ""
10016
10017 #. type: textblock
10018 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1785
10019 msgid ""
10020 "This call is useful for Windows which uses a primitive system of assigning "
10021 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10022 "Windows Registry to find out how disks/partitions are mapped to drive "
10023 "letters, and returns a hash table as in the example below:"
10024 msgstr ""
10025
10026 #. type: verbatim
10027 #: ../src/guestfs-actions.pod:2633 ../fish/guestfish-actions.pod:1791
10028 #, no-wrap
10029 msgid ""
10030 " C      =>     /dev/vda2\n"
10031 " E      =>     /dev/vdb1\n"
10032 " F      =>     /dev/vdc1\n"
10033 "\n"
10034 msgstr ""
10035
10036 #. type: textblock
10037 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1795
10038 msgid ""
10039 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10040 "and just contains the drive letter, without the customary colon separator "
10041 "character."
10042 msgstr ""
10043
10044 #. type: textblock
10045 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1799
10046 msgid ""
10047 "In future we may support other operating systems that also used drive "
10048 "letters, but the keys for those might not be case insensitive and might be "
10049 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10050 "C<h1> etc."
10051 msgstr ""
10052
10053 #. type: textblock
10054 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10055 msgid ""
10056 "For Windows guests, currently only hard drive mappings are returned.  "
10057 "Removable disks (eg. DVD-ROMs) are ignored."
10058 msgstr ""
10059
10060 #. type: textblock
10061 #: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1807
10062 msgid ""
10063 "For guests that do not use drive mappings, or if the drive mappings could "
10064 "not be determined, this returns an empty hash table."
10065 msgstr ""
10066
10067 #. type: textblock
10068 #: ../src/guestfs-actions.pod:2652
10069 msgid ""
10070 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10071 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10072 msgstr ""
10073
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:2656 ../src/guestfs-actions.pod:2832 ../src/guestfs-actions.pod:3592 ../src/guestfs-actions.pod:4802 ../src/guestfs-actions.pod:6707
10076 msgid ""
10077 "This function returns a NULL-terminated array of strings, or NULL if there "
10078 "was an error.  The array of strings will always have length C<2n+1>, where "
10079 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10080 "caller must free the strings and the array after use>."
10081 msgstr ""
10082
10083 #. type: =head2
10084 #: ../src/guestfs-actions.pod:2662
10085 msgid "guestfs_inspect_get_filesystems"
10086 msgstr ""
10087
10088 #. type: verbatim
10089 #: ../src/guestfs-actions.pod:2664
10090 #, no-wrap
10091 msgid ""
10092 " char **\n"
10093 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10094 "                                  const char *root);\n"
10095 "\n"
10096 msgstr ""
10097
10098 #. type: textblock
10099 #: ../src/guestfs-actions.pod:2671 ../fish/guestfish-actions.pod:1821
10100 msgid ""
10101 "This returns a list of all the filesystems that we think are associated with "
10102 "this operating system.  This includes the root filesystem, other ordinary "
10103 "filesystems, and non-mounted devices like swap partitions."
10104 msgstr ""
10105
10106 #. type: textblock
10107 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10108 msgid ""
10109 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10110 "to be shared between operating systems."
10111 msgstr ""
10112
10113 #. type: textblock
10114 #: ../src/guestfs-actions.pod:2679
10115 msgid ""
10116 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10117 "C<guestfs_inspect_get_mountpoints>."
10118 msgstr ""
10119
10120 #. type: =head2
10121 #: ../src/guestfs-actions.pod:2688
10122 msgid "guestfs_inspect_get_format"
10123 msgstr ""
10124
10125 #. type: verbatim
10126 #: ../src/guestfs-actions.pod:2690
10127 #, no-wrap
10128 msgid ""
10129 " char *\n"
10130 " guestfs_inspect_get_format (guestfs_h *g,\n"
10131 "                             const char *root);\n"
10132 "\n"
10133 msgstr ""
10134
10135 #. type: textblock
10136 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1839
10137 msgid ""
10138 "This returns the format of the inspected operating system.  You can use it "
10139 "to detect install images, live CDs and similar."
10140 msgstr ""
10141
10142 #. type: textblock
10143 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1842
10144 msgid "Currently defined formats are:"
10145 msgstr ""
10146
10147 #. type: =item
10148 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1846
10149 msgid "\"installed\""
10150 msgstr ""
10151
10152 #. type: textblock
10153 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1848
10154 msgid "This is an installed operating system."
10155 msgstr ""
10156
10157 #. type: =item
10158 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1850
10159 msgid "\"installer\""
10160 msgstr ""
10161
10162 #. type: textblock
10163 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1852
10164 msgid ""
10165 "The disk image being inspected is not an installed operating system, but a "
10166 "I<bootable> install disk, live CD, or similar."
10167 msgstr ""
10168
10169 #. type: textblock
10170 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10171 msgid "The format of this disk image is not known."
10172 msgstr ""
10173
10174 #. type: =head2
10175 #: ../src/guestfs-actions.pod:2727
10176 msgid "guestfs_inspect_get_hostname"
10177 msgstr ""
10178
10179 #. type: verbatim
10180 #: ../src/guestfs-actions.pod:2729
10181 #, no-wrap
10182 msgid ""
10183 " char *\n"
10184 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10185 "                               const char *root);\n"
10186 "\n"
10187 msgstr ""
10188
10189 #. type: textblock
10190 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1873
10191 msgid ""
10192 "This function returns the hostname of the operating system as found by "
10193 "inspection of the guest's configuration files."
10194 msgstr ""
10195
10196 #. type: textblock
10197 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1876
10198 msgid ""
10199 "If the hostname could not be determined, then the string C<unknown> is "
10200 "returned."
10201 msgstr ""
10202
10203 #. type: textblock
10204 #: ../src/guestfs-actions.pod:2747
10205 msgid "(Added in 1.7.9)"
10206 msgstr ""
10207
10208 #. type: =head2
10209 #: ../src/guestfs-actions.pod:2749
10210 msgid "guestfs_inspect_get_major_version"
10211 msgstr ""
10212
10213 #. type: verbatim
10214 #: ../src/guestfs-actions.pod:2751
10215 #, no-wrap
10216 msgid ""
10217 " int\n"
10218 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10219 "                                    const char *root);\n"
10220 "\n"
10221 msgstr ""
10222
10223 #. type: textblock
10224 #: ../src/guestfs-actions.pod:2758 ../fish/guestfish-actions.pod:1888
10225 msgid "This returns the major version number of the inspected operating system."
10226 msgstr ""
10227
10228 #. type: textblock
10229 #: ../src/guestfs-actions.pod:2761 ../fish/guestfish-actions.pod:1891
10230 msgid ""
10231 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10232 "popular public names used by the operating system.  Notably the operating "
10233 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10234 "1).  You can find out the real versions corresponding to releases of Windows "
10235 "by consulting Wikipedia or MSDN."
10236 msgstr ""
10237
10238 #. type: textblock
10239 #: ../src/guestfs-actions.pod:2768 ../src/guestfs-actions.pod:2788 ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1912
10240 msgid "If the version could not be determined, then C<0> is returned."
10241 msgstr ""
10242
10243 #. type: =head2
10244 #: ../src/guestfs-actions.pod:2776
10245 msgid "guestfs_inspect_get_minor_version"
10246 msgstr ""
10247
10248 #. type: verbatim
10249 #: ../src/guestfs-actions.pod:2778
10250 #, no-wrap
10251 msgid ""
10252 " int\n"
10253 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10254 "                                    const char *root);\n"
10255 "\n"
10256 msgstr ""
10257
10258 #. type: textblock
10259 #: ../src/guestfs-actions.pod:2785 ../fish/guestfish-actions.pod:1909
10260 msgid "This returns the minor version number of the inspected operating system."
10261 msgstr ""
10262
10263 #. type: textblock
10264 #: ../src/guestfs-actions.pod:2790
10265 msgid ""
10266 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10267 "C<guestfs_inspect_get_major_version>."
10268 msgstr ""
10269
10270 #. type: =head2
10271 #: ../src/guestfs-actions.pod:2797
10272 msgid "guestfs_inspect_get_mountpoints"
10273 msgstr ""
10274
10275 #. type: verbatim
10276 #: ../src/guestfs-actions.pod:2799
10277 #, no-wrap
10278 msgid ""
10279 " char **\n"
10280 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10281 "                                  const char *root);\n"
10282 "\n"
10283 msgstr ""
10284
10285 #. type: textblock
10286 #: ../src/guestfs-actions.pod:2806 ../fish/guestfish-actions.pod:1924
10287 msgid ""
10288 "This returns a hash of where we think the filesystems associated with this "
10289 "operating system should be mounted.  Callers should note that this is at "
10290 "best an educated guess made by reading configuration files such as "
10291 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10292 "are non-existent or not mountable and callers should be prepared to handle "
10293 "or ignore failures if they try to mount them."
10294 msgstr ""
10295
10296 #. type: textblock
10297 #: ../src/guestfs-actions.pod:2815 ../fish/guestfish-actions.pod:1933
10298 msgid ""
10299 "Each element in the returned hashtable has a key which is the path of the "
10300 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10301 "mounted there (eg. C</dev/sda1>)."
10302 msgstr ""
10303
10304 #. type: textblock
10305 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
10306 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10307 msgstr ""
10308
10309 #. type: textblock
10310 #: ../src/guestfs-actions.pod:2823
10311 msgid ""
10312 "For operating systems like Windows which still use drive letters, this call "
10313 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10314 "information about the mapping of drive letters to partitions, see "
10315 "C<guestfs_inspect_get_drive_mappings>."
10316 msgstr ""
10317
10318 #. type: textblock
10319 #: ../src/guestfs-actions.pod:2829
10320 msgid ""
10321 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10322 "C<guestfs_inspect_get_filesystems>."
10323 msgstr ""
10324
10325 #. type: =head2
10326 #: ../src/guestfs-actions.pod:2840
10327 msgid "guestfs_inspect_get_package_format"
10328 msgstr ""
10329
10330 #. type: verbatim
10331 #: ../src/guestfs-actions.pod:2842
10332 #, no-wrap
10333 msgid ""
10334 " char *\n"
10335 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10336 "                                     const char *root);\n"
10337 "\n"
10338 msgstr ""
10339
10340 #. type: textblock
10341 #: ../src/guestfs-actions.pod:2849
10342 msgid ""
10343 "This function and C<guestfs_inspect_get_package_management> return the "
10344 "package format and package management tool used by the inspected operating "
10345 "system.  For example for Fedora these functions would return C<rpm> (package "
10346 "format) and C<yum> (package management)."
10347 msgstr ""
10348
10349 #. type: textblock
10350 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1963
10351 msgid ""
10352 "This returns the string C<unknown> if we could not determine the package "
10353 "format I<or> if the operating system does not have a real packaging system "
10354 "(eg. Windows)."
10355 msgstr ""
10356
10357 #. type: textblock
10358 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1967
10359 msgid ""
10360 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10361 "Future versions of libguestfs may return other strings."
10362 msgstr ""
10363
10364 #. type: textblock
10365 #: ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2898
10366 msgid "(Added in 1.7.5)"
10367 msgstr ""
10368
10369 #. type: =head2
10370 #: ../src/guestfs-actions.pod:2869
10371 msgid "guestfs_inspect_get_package_management"
10372 msgstr ""
10373
10374 #. type: verbatim
10375 #: ../src/guestfs-actions.pod:2871
10376 #, no-wrap
10377 msgid ""
10378 " char *\n"
10379 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10380 "                                         const char *root);\n"
10381 "\n"
10382 msgstr ""
10383
10384 #. type: textblock
10385 #: ../src/guestfs-actions.pod:2878
10386 msgid ""
10387 "C<guestfs_inspect_get_package_format> and this function return the package "
10388 "format and package management tool used by the inspected operating system.  "
10389 "For example for Fedora these functions would return C<rpm> (package format) "
10390 "and C<yum> (package management)."
10391 msgstr ""
10392
10393 #. type: textblock
10394 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1985
10395 msgid ""
10396 "This returns the string C<unknown> if we could not determine the package "
10397 "management tool I<or> if the operating system does not have a real packaging "
10398 "system (eg. Windows)."
10399 msgstr ""
10400
10401 #. type: textblock
10402 #: ../src/guestfs-actions.pod:2888 ../fish/guestfish-actions.pod:1989
10403 msgid ""
10404 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10405 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10406 "libguestfs may return other strings."
10407 msgstr ""
10408
10409 #. type: =head2
10410 #: ../src/guestfs-actions.pod:2900
10411 msgid "guestfs_inspect_get_product_name"
10412 msgstr ""
10413
10414 #. type: verbatim
10415 #: ../src/guestfs-actions.pod:2902
10416 #, no-wrap
10417 msgid ""
10418 " char *\n"
10419 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10420 "                                   const char *root);\n"
10421 "\n"
10422 msgstr ""
10423
10424 #. type: textblock
10425 #: ../src/guestfs-actions.pod:2909 ../fish/guestfish-actions.pod:2003
10426 msgid ""
10427 "This returns the product name of the inspected operating system.  The "
10428 "product name is generally some freeform string which can be displayed to the "
10429 "user, but should not be parsed by programs."
10430 msgstr ""
10431
10432 #. type: textblock
10433 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
10434 msgid ""
10435 "If the product name could not be determined, then the string C<unknown> is "
10436 "returned."
10437 msgstr ""
10438
10439 #. type: =head2
10440 #: ../src/guestfs-actions.pod:2924
10441 msgid "guestfs_inspect_get_product_variant"
10442 msgstr ""
10443
10444 #. type: verbatim
10445 #: ../src/guestfs-actions.pod:2926
10446 #, no-wrap
10447 msgid ""
10448 " char *\n"
10449 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10450 "                                      const char *root);\n"
10451 "\n"
10452 msgstr ""
10453
10454 #. type: textblock
10455 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2020
10456 msgid "This returns the product variant of the inspected operating system."
10457 msgstr ""
10458
10459 #. type: textblock
10460 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2023
10461 msgid ""
10462 "For Windows guests, this returns the contents of the Registry key "
10463 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10464 "which is usually a string such as C<Client> or C<Server> (other values are "
10465 "possible).  This can be used to distinguish consumer and enterprise versions "
10466 "of Windows that have the same version number (for example, Windows 7 and "
10467 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10468 "the latter is C<Server>)."
10469 msgstr ""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2032
10473 msgid ""
10474 "For enterprise Linux guests, in future we intend this to return the product "
10475 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10476 "implemented at present."
10477 msgstr ""
10478
10479 #. type: textblock
10480 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2036
10481 msgid ""
10482 "If the product variant could not be determined, then the string C<unknown> "
10483 "is returned."
10484 msgstr ""
10485
10486 #. type: textblock
10487 #: ../src/guestfs-actions.pod:2952
10488 msgid ""
10489 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10490 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10491 msgstr ""
10492
10493 #. type: =head2
10494 #: ../src/guestfs-actions.pod:2959
10495 msgid "guestfs_inspect_get_roots"
10496 msgstr ""
10497
10498 #. type: verbatim
10499 #: ../src/guestfs-actions.pod:2961
10500 #, no-wrap
10501 msgid ""
10502 " char **\n"
10503 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10504 "\n"
10505 msgstr ""
10506
10507 #. type: textblock
10508 #: ../src/guestfs-actions.pod:2964
10509 msgid ""
10510 "This function is a convenient way to get the list of root devices, as "
10511 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10512 "the whole inspection process."
10513 msgstr ""
10514
10515 #. type: textblock
10516 #: ../src/guestfs-actions.pod:2968
10517 msgid ""
10518 "This returns an empty list if either no root devices were found or the "
10519 "caller has not called C<guestfs_inspect_os>."
10520 msgstr ""
10521
10522 #. type: textblock
10523 #: ../src/guestfs-actions.pod:2977
10524 msgid "(Added in 1.7.3)"
10525 msgstr ""
10526
10527 #. type: =head2
10528 #: ../src/guestfs-actions.pod:2979
10529 msgid "guestfs_inspect_get_type"
10530 msgstr ""
10531
10532 #. type: verbatim
10533 #: ../src/guestfs-actions.pod:2981
10534 #, no-wrap
10535 msgid ""
10536 " char *\n"
10537 " guestfs_inspect_get_type (guestfs_h *g,\n"
10538 "                           const char *root);\n"
10539 "\n"
10540 msgstr ""
10541
10542 #. type: textblock
10543 #: ../src/guestfs-actions.pod:2988 ../fish/guestfish-actions.pod:2063
10544 msgid ""
10545 "This returns the type of the inspected operating system.  Currently defined "
10546 "types are:"
10547 msgstr ""
10548
10549 #. type: =item
10550 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
10551 msgid "\"linux\""
10552 msgstr ""
10553
10554 #. type: textblock
10555 #: ../src/guestfs-actions.pod:2995 ../fish/guestfish-actions.pod:2070
10556 msgid "Any Linux-based operating system."
10557 msgstr ""
10558
10559 #. type: textblock
10560 #: ../src/guestfs-actions.pod:2999 ../fish/guestfish-actions.pod:2074
10561 msgid "Any Microsoft Windows operating system."
10562 msgstr ""
10563
10564 #. type: =item
10565 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2076
10566 msgid "\"freebsd\""
10567 msgstr ""
10568
10569 #. type: textblock
10570 #: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2078
10571 msgid "FreeBSD."
10572 msgstr ""
10573
10574 #. type: textblock
10575 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2082
10576 msgid "The operating system type could not be determined."
10577 msgstr ""
10578
10579 #. type: =head2
10580 #: ../src/guestfs-actions.pod:3021
10581 msgid "guestfs_inspect_get_windows_current_control_set"
10582 msgstr ""
10583
10584 #. type: verbatim
10585 #: ../src/guestfs-actions.pod:3023
10586 #, no-wrap
10587 msgid ""
10588 " char *\n"
10589 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
10590 "                                                  const char *root);\n"
10591 "\n"
10592 msgstr ""
10593
10594 #. type: textblock
10595 #: ../src/guestfs-actions.pod:3030 ../fish/guestfish-actions.pod:2098
10596 msgid ""
10597 "This returns the Windows CurrentControlSet of the inspected guest.  The "
10598 "CurrentControlSet is a registry key name such as C<ControlSet001>."
10599 msgstr ""
10600
10601 #. type: textblock
10602 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2101
10603 msgid ""
10604 "This call assumes that the guest is Windows and that the Registry could be "
10605 "examined by inspection.  If this is not the case then an error is returned."
10606 msgstr ""
10607
10608 #. type: =head2
10609 #: ../src/guestfs-actions.pod:3042
10610 msgid "guestfs_inspect_get_windows_systemroot"
10611 msgstr ""
10612
10613 #. type: verbatim
10614 #: ../src/guestfs-actions.pod:3044
10615 #, no-wrap
10616 msgid ""
10617 " char *\n"
10618 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10619 "                                         const char *root);\n"
10620 "\n"
10621 msgstr ""
10622
10623 #. type: textblock
10624 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2114
10625 msgid ""
10626 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10627 "is a directory path such as C</WINDOWS>."
10628 msgstr ""
10629
10630 #. type: textblock
10631 #: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2117
10632 msgid ""
10633 "This call assumes that the guest is Windows and that the systemroot could be "
10634 "determined by inspection.  If this is not the case then an error is "
10635 "returned."
10636 msgstr ""
10637
10638 #. type: textblock
10639 #: ../src/guestfs-actions.pod:3063
10640 msgid "(Added in 1.5.25)"
10641 msgstr ""
10642
10643 #. type: =head2
10644 #: ../src/guestfs-actions.pod:3065
10645 msgid "guestfs_inspect_is_live"
10646 msgstr ""
10647
10648 #. type: verbatim
10649 #: ../src/guestfs-actions.pod:3067
10650 #, no-wrap
10651 msgid ""
10652 " int\n"
10653 " guestfs_inspect_is_live (guestfs_h *g,\n"
10654 "                          const char *root);\n"
10655 "\n"
10656 msgstr ""
10657
10658 #. type: textblock
10659 #: ../src/guestfs-actions.pod:3074
10660 msgid ""
10661 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10662 "disk), then this returns true if a live image was detected on the disk."
10663 msgstr ""
10664
10665 #. type: =head2
10666 #: ../src/guestfs-actions.pod:3082
10667 msgid "guestfs_inspect_is_multipart"
10668 msgstr ""
10669
10670 #. type: verbatim
10671 #: ../src/guestfs-actions.pod:3084
10672 #, no-wrap
10673 msgid ""
10674 " int\n"
10675 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10676 "                               const char *root);\n"
10677 "\n"
10678 msgstr ""
10679
10680 #. type: textblock
10681 #: ../src/guestfs-actions.pod:3091
10682 msgid ""
10683 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10684 "disk), then this returns true if the disk is part of a set."
10685 msgstr ""
10686
10687 #. type: =head2
10688 #: ../src/guestfs-actions.pod:3099
10689 msgid "guestfs_inspect_is_netinst"
10690 msgstr ""
10691
10692 #. type: verbatim
10693 #: ../src/guestfs-actions.pod:3101
10694 #, no-wrap
10695 msgid ""
10696 " int\n"
10697 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10698 "                             const char *root);\n"
10699 "\n"
10700 msgstr ""
10701
10702 #. type: textblock
10703 #: ../src/guestfs-actions.pod:3108
10704 msgid ""
10705 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10706 "disk), then this returns true if the disk is a network installer, ie. not a "
10707 "self-contained install CD but one which is likely to require network access "
10708 "to complete the install."
10709 msgstr ""
10710
10711 #. type: =head2
10712 #: ../src/guestfs-actions.pod:3118
10713 msgid "guestfs_inspect_list_applications"
10714 msgstr ""
10715
10716 #. type: verbatim
10717 #: ../src/guestfs-actions.pod:3120
10718 #, no-wrap
10719 msgid ""
10720 " struct guestfs_application_list *\n"
10721 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10722 "                                    const char *root);\n"
10723 "\n"
10724 msgstr ""
10725
10726 #. type: textblock
10727 #: ../src/guestfs-actions.pod:3127 ../fish/guestfish-actions.pod:2171
10728 msgid "Return the list of applications installed in the operating system."
10729 msgstr ""
10730
10731 #. type: textblock
10732 #: ../src/guestfs-actions.pod:3129
10733 msgid ""
10734 "I<Note:> This call works differently from other parts of the inspection "
10735 "API.  You have to call C<guestfs_inspect_os>, then "
10736 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10737 "this.  Listing applications is a significantly more difficult operation "
10738 "which requires access to the full filesystem.  Also note that unlike the "
10739 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10740 "the libguestfs handle, this call actually reads parts of the mounted "
10741 "filesystems during the call."
10742 msgstr ""
10743
10744 #. type: textblock
10745 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2183
10746 msgid ""
10747 "This returns an empty list if the inspection code was not able to determine "
10748 "the list of applications."
10749 msgstr ""
10750
10751 #. type: textblock
10752 #: ../src/guestfs-actions.pod:3142 ../fish/guestfish-actions.pod:2186
10753 msgid "The application structure contains the following fields:"
10754 msgstr ""
10755
10756 #. type: =item
10757 #: ../src/guestfs-actions.pod:3146 ../fish/guestfish-actions.pod:2190
10758 msgid "C<app_name>"
10759 msgstr ""
10760
10761 #. type: textblock
10762 #: ../src/guestfs-actions.pod:3148 ../fish/guestfish-actions.pod:2192
10763 msgid ""
10764 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10765 "guests, this is the package name."
10766 msgstr ""
10767
10768 #. type: =item
10769 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
10770 msgid "C<app_display_name>"
10771 msgstr ""
10772
10773 #. type: textblock
10774 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
10775 msgid ""
10776 "The display name of the application, sometimes localized to the install "
10777 "language of the guest operating system."
10778 msgstr ""
10779
10780 #. type: textblock
10781 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
10782 msgid ""
10783 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10784 "to display something can use C<app_name> instead."
10785 msgstr ""
10786
10787 #. type: =item
10788 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
10789 msgid "C<app_epoch>"
10790 msgstr ""
10791
10792 #. type: textblock
10793 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
10794 msgid ""
10795 "For package managers which use epochs, this contains the epoch of the "
10796 "package (an integer).  If unavailable, this is returned as C<0>."
10797 msgstr ""
10798
10799 #. type: =item
10800 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
10801 msgid "C<app_version>"
10802 msgstr ""
10803
10804 #. type: textblock
10805 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
10806 msgid ""
10807 "The version string of the application or package.  If unavailable this is "
10808 "returned as an empty string C<\"\">."
10809 msgstr ""
10810
10811 #. type: =item
10812 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
10813 msgid "C<app_release>"
10814 msgstr ""
10815
10816 #. type: textblock
10817 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
10818 msgid ""
10819 "The release string of the application or package, for package managers that "
10820 "use this.  If unavailable this is returned as an empty string C<\"\">."
10821 msgstr ""
10822
10823 #. type: =item
10824 #: ../src/guestfs-actions.pod:3175 ../fish/guestfish-actions.pod:2219
10825 msgid "C<app_install_path>"
10826 msgstr ""
10827
10828 #. type: textblock
10829 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2221
10830 msgid ""
10831 "The installation path of the application (on operating systems such as "
10832 "Windows which use installation paths).  This path is in the format used by "
10833 "the guest operating system, it is not a libguestfs path."
10834 msgstr ""
10835
10836 #. type: textblock
10837 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
10838 msgid "If unavailable this is returned as an empty string C<\"\">."
10839 msgstr ""
10840
10841 #. type: =item
10842 #: ../src/guestfs-actions.pod:3184 ../fish/guestfish-actions.pod:2228
10843 msgid "C<app_trans_path>"
10844 msgstr ""
10845
10846 #. type: textblock
10847 #: ../src/guestfs-actions.pod:3186 ../fish/guestfish-actions.pod:2230
10848 msgid ""
10849 "The install path translated into a libguestfs path.  If unavailable this is "
10850 "returned as an empty string C<\"\">."
10851 msgstr ""
10852
10853 #. type: =item
10854 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
10855 msgid "C<app_publisher>"
10856 msgstr ""
10857
10858 #. type: textblock
10859 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
10860 msgid ""
10861 "The name of the publisher of the application, for package managers that use "
10862 "this.  If unavailable this is returned as an empty string C<\"\">."
10863 msgstr ""
10864
10865 #. type: =item
10866 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2239
10867 msgid "C<app_url>"
10868 msgstr ""
10869
10870 #. type: textblock
10871 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2241
10872 msgid ""
10873 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10874 "returned as an empty string C<\"\">."
10875 msgstr ""
10876
10877 #. type: =item
10878 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
10879 msgid "C<app_source_package>"
10880 msgstr ""
10881
10882 #. type: textblock
10883 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
10884 msgid ""
10885 "For packaging systems which support this, the name of the source package.  "
10886 "If unavailable this is returned as an empty string C<\"\">."
10887 msgstr ""
10888
10889 #. type: =item
10890 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
10891 msgid "C<app_summary>"
10892 msgstr ""
10893
10894 #. type: textblock
10895 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
10896 msgid ""
10897 "A short (usually one line) description of the application or package.  If "
10898 "unavailable this is returned as an empty string C<\"\">."
10899 msgstr ""
10900
10901 #. type: =item
10902 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
10903 msgid "C<app_description>"
10904 msgstr ""
10905
10906 #. type: textblock
10907 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
10908 msgid ""
10909 "A longer description of the application or package.  If unavailable this is "
10910 "returned as an empty string C<\"\">."
10911 msgstr ""
10912
10913 #. type: textblock
10914 #: ../src/guestfs-actions.pod:3219
10915 msgid ""
10916 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10917 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10918 "after use>."
10919 msgstr ""
10920
10921 #. type: textblock
10922 #: ../src/guestfs-actions.pod:3223
10923 msgid "(Added in 1.7.8)"
10924 msgstr ""
10925
10926 #. type: =head2
10927 #: ../src/guestfs-actions.pod:3225
10928 msgid "guestfs_inspect_os"
10929 msgstr ""
10930
10931 #. type: verbatim
10932 #: ../src/guestfs-actions.pod:3227
10933 #, no-wrap
10934 msgid ""
10935 " char **\n"
10936 " guestfs_inspect_os (guestfs_h *g);\n"
10937 "\n"
10938 msgstr ""
10939
10940 #. type: textblock
10941 #: ../src/guestfs-actions.pod:3230 ../fish/guestfish-actions.pod:2267
10942 msgid ""
10943 "This function uses other libguestfs functions and certain heuristics to "
10944 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10945 "for operating systems."
10946 msgstr ""
10947
10948 #. type: textblock
10949 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2271
10950 msgid "The list returned is empty if no operating systems were found."
10951 msgstr ""
10952
10953 #. type: textblock
10954 #: ../src/guestfs-actions.pod:3236 ../fish/guestfish-actions.pod:2273
10955 msgid ""
10956 "If one operating system was found, then this returns a list with a single "
10957 "element, which is the name of the root filesystem of this operating system.  "
10958 "It is also possible for this function to return a list containing more than "
10959 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10960 "element being the root filesystem of one of the operating systems."
10961 msgstr ""
10962
10963 #. type: textblock
10964 #: ../src/guestfs-actions.pod:3243
10965 msgid ""
10966 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10967 "functions in order to query further information about each operating system, "
10968 "such as the name and version."
10969 msgstr ""
10970
10971 #. type: textblock
10972 #: ../src/guestfs-actions.pod:3248
10973 msgid ""
10974 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10975 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10976 "the contents.  This should be called with no disks currently mounted.  The "
10977 "function may also use Augeas, so any existing Augeas handle will be closed."
10978 msgstr ""
10979
10980 #. type: textblock
10981 #: ../src/guestfs-actions.pod:3254 ../fish/guestfish-actions.pod:2291
10982 msgid ""
10983 "This function cannot decrypt encrypted disks.  The caller must do that first "
10984 "(supplying the necessary keys) if the disk is encrypted."
10985 msgstr ""
10986
10987 #. type: textblock
10988 #: ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3550 ../src/guestfs-actions.pod:3612
10989 msgid "See also C<guestfs_list_filesystems>."
10990 msgstr ""
10991
10992 #. type: =head2
10993 #: ../src/guestfs-actions.pod:3268
10994 msgid "guestfs_is_blockdev"
10995 msgstr ""
10996
10997 #. type: verbatim
10998 #: ../src/guestfs-actions.pod:3270
10999 #, no-wrap
11000 msgid ""
11001 " int\n"
11002 " guestfs_is_blockdev (guestfs_h *g,\n"
11003 "                      const char *path);\n"
11004 "\n"
11005 msgstr ""
11006
11007 #. type: textblock
11008 #: ../src/guestfs-actions.pod:3274 ../fish/guestfish-actions.pod:2303
11009 msgid ""
11010 "This returns C<true> if and only if there is a block device with the given "
11011 "C<path> name."
11012 msgstr ""
11013
11014 #. type: textblock
11015 #: ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:3306 ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:3351 ../src/guestfs-actions.pod:3367 ../src/guestfs-actions.pod:3423 ../src/guestfs-actions.pod:3438
11016 msgid "See also C<guestfs_stat>."
11017 msgstr ""
11018
11019 #. type: textblock
11020 #: ../src/guestfs-actions.pod:3281 ../src/guestfs-actions.pod:3310 ../src/guestfs-actions.pod:3355 ../src/guestfs-actions.pod:3427 ../src/guestfs-actions.pod:3442
11021 msgid "(Added in 1.5.10)"
11022 msgstr ""
11023
11024 #. type: =head2
11025 #: ../src/guestfs-actions.pod:3283
11026 msgid "guestfs_is_busy"
11027 msgstr ""
11028
11029 #. type: verbatim
11030 #: ../src/guestfs-actions.pod:3285
11031 #, no-wrap
11032 msgid ""
11033 " int\n"
11034 " guestfs_is_busy (guestfs_h *g);\n"
11035 "\n"
11036 msgstr ""
11037
11038 #. type: textblock
11039 #: ../src/guestfs-actions.pod:3288 ../fish/guestfish-actions.pod:2312
11040 msgid ""
11041 "This returns true iff this handle is busy processing a command (in the "
11042 "C<BUSY> state)."
11043 msgstr ""
11044
11045 #. type: =head2
11046 #: ../src/guestfs-actions.pod:3297
11047 msgid "guestfs_is_chardev"
11048 msgstr ""
11049
11050 #. type: verbatim
11051 #: ../src/guestfs-actions.pod:3299
11052 #, no-wrap
11053 msgid ""
11054 " int\n"
11055 " guestfs_is_chardev (guestfs_h *g,\n"
11056 "                     const char *path);\n"
11057 "\n"
11058 msgstr ""
11059
11060 #. type: textblock
11061 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2321
11062 msgid ""
11063 "This returns C<true> if and only if there is a character device with the "
11064 "given C<path> name."
11065 msgstr ""
11066
11067 #. type: =head2
11068 #: ../src/guestfs-actions.pod:3312
11069 msgid "guestfs_is_config"
11070 msgstr ""
11071
11072 #. type: verbatim
11073 #: ../src/guestfs-actions.pod:3314
11074 #, no-wrap
11075 msgid ""
11076 " int\n"
11077 " guestfs_is_config (guestfs_h *g);\n"
11078 "\n"
11079 msgstr ""
11080
11081 #. type: textblock
11082 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2330
11083 msgid ""
11084 "This returns true iff this handle is being configured (in the C<CONFIG> "
11085 "state)."
11086 msgstr ""
11087
11088 #. type: =head2
11089 #: ../src/guestfs-actions.pod:3326
11090 msgid "guestfs_is_dir"
11091 msgstr ""
11092
11093 #. type: verbatim
11094 #: ../src/guestfs-actions.pod:3328
11095 #, no-wrap
11096 msgid ""
11097 " int\n"
11098 " guestfs_is_dir (guestfs_h *g,\n"
11099 "                 const char *path);\n"
11100 "\n"
11101 msgstr ""
11102
11103 #. type: textblock
11104 #: ../src/guestfs-actions.pod:3332 ../fish/guestfish-actions.pod:2339
11105 msgid ""
11106 "This returns C<true> if and only if there is a directory with the given "
11107 "C<path> name.  Note that it returns false for other objects like files."
11108 msgstr ""
11109
11110 #. type: =head2
11111 #: ../src/guestfs-actions.pod:3342
11112 msgid "guestfs_is_fifo"
11113 msgstr ""
11114
11115 #. type: verbatim
11116 #: ../src/guestfs-actions.pod:3344
11117 #, no-wrap
11118 msgid ""
11119 " int\n"
11120 " guestfs_is_fifo (guestfs_h *g,\n"
11121 "                  const char *path);\n"
11122 "\n"
11123 msgstr ""
11124
11125 #. type: textblock
11126 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2349
11127 msgid ""
11128 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11129 "given C<path> name."
11130 msgstr ""
11131
11132 #. type: =head2
11133 #: ../src/guestfs-actions.pod:3357
11134 msgid "guestfs_is_file"
11135 msgstr ""
11136
11137 #. type: verbatim
11138 #: ../src/guestfs-actions.pod:3359
11139 #, no-wrap
11140 msgid ""
11141 " int\n"
11142 " guestfs_is_file (guestfs_h *g,\n"
11143 "                  const char *path);\n"
11144 "\n"
11145 msgstr ""
11146
11147 #. type: textblock
11148 #: ../src/guestfs-actions.pod:3363 ../fish/guestfish-actions.pod:2358
11149 msgid ""
11150 "This returns C<true> if and only if there is a regular file with the given "
11151 "C<path> name.  Note that it returns false for other objects like "
11152 "directories."
11153 msgstr ""
11154
11155 #. type: =head2
11156 #: ../src/guestfs-actions.pod:3373
11157 msgid "guestfs_is_launching"
11158 msgstr ""
11159
11160 #. type: verbatim
11161 #: ../src/guestfs-actions.pod:3375
11162 #, no-wrap
11163 msgid ""
11164 " int\n"
11165 " guestfs_is_launching (guestfs_h *g);\n"
11166 "\n"
11167 msgstr ""
11168
11169 #. type: textblock
11170 #: ../src/guestfs-actions.pod:3378 ../fish/guestfish-actions.pod:2368
11171 msgid ""
11172 "This returns true iff this handle is launching the subprocess (in the "
11173 "C<LAUNCHING> state)."
11174 msgstr ""
11175
11176 #. type: =head2
11177 #: ../src/guestfs-actions.pod:3387
11178 msgid "guestfs_is_lv"
11179 msgstr ""
11180
11181 #. type: verbatim
11182 #: ../src/guestfs-actions.pod:3389
11183 #, no-wrap
11184 msgid ""
11185 " int\n"
11186 " guestfs_is_lv (guestfs_h *g,\n"
11187 "                const char *device);\n"
11188 "\n"
11189 msgstr ""
11190
11191 #. type: textblock
11192 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2377
11193 msgid ""
11194 "This command tests whether C<device> is a logical volume, and returns true "
11195 "iff this is the case."
11196 msgstr ""
11197
11198 #. type: =head2
11199 #: ../src/guestfs-actions.pod:3400
11200 msgid "guestfs_is_ready"
11201 msgstr ""
11202
11203 #. type: verbatim
11204 #: ../src/guestfs-actions.pod:3402
11205 #, no-wrap
11206 msgid ""
11207 " int\n"
11208 " guestfs_is_ready (guestfs_h *g);\n"
11209 "\n"
11210 msgstr ""
11211
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2384
11214 msgid ""
11215 "This returns true iff this handle is ready to accept commands (in the "
11216 "C<READY> state)."
11217 msgstr ""
11218
11219 #. type: =head2
11220 #: ../src/guestfs-actions.pod:3414
11221 msgid "guestfs_is_socket"
11222 msgstr ""
11223
11224 #. type: verbatim
11225 #: ../src/guestfs-actions.pod:3416
11226 #, no-wrap
11227 msgid ""
11228 " int\n"
11229 " guestfs_is_socket (guestfs_h *g,\n"
11230 "                    const char *path);\n"
11231 "\n"
11232 msgstr ""
11233
11234 #. type: textblock
11235 #: ../src/guestfs-actions.pod:3420 ../fish/guestfish-actions.pod:2393
11236 msgid ""
11237 "This returns C<true> if and only if there is a Unix domain socket with the "
11238 "given C<path> name."
11239 msgstr ""
11240
11241 #. type: =head2
11242 #: ../src/guestfs-actions.pod:3429
11243 msgid "guestfs_is_symlink"
11244 msgstr ""
11245
11246 #. type: verbatim
11247 #: ../src/guestfs-actions.pod:3431
11248 #, no-wrap
11249 msgid ""
11250 " int\n"
11251 " guestfs_is_symlink (guestfs_h *g,\n"
11252 "                     const char *path);\n"
11253 "\n"
11254 msgstr ""
11255
11256 #. type: textblock
11257 #: ../src/guestfs-actions.pod:3435 ../fish/guestfish-actions.pod:2402
11258 msgid ""
11259 "This returns C<true> if and only if there is a symbolic link with the given "
11260 "C<path> name."
11261 msgstr ""
11262
11263 #. type: =head2
11264 #: ../src/guestfs-actions.pod:3444
11265 msgid "guestfs_kill_subprocess"
11266 msgstr ""
11267
11268 #. type: verbatim
11269 #: ../src/guestfs-actions.pod:3446
11270 #, no-wrap
11271 msgid ""
11272 " int\n"
11273 " guestfs_kill_subprocess (guestfs_h *g);\n"
11274 "\n"
11275 msgstr ""
11276
11277 #. type: textblock
11278 #: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2411
11279 msgid "This kills the qemu subprocess.  You should never need to call this."
11280 msgstr ""
11281
11282 #. type: =head2
11283 #: ../src/guestfs-actions.pod:3455
11284 msgid "guestfs_launch"
11285 msgstr ""
11286
11287 #. type: verbatim
11288 #: ../src/guestfs-actions.pod:3457
11289 #, no-wrap
11290 msgid ""
11291 " int\n"
11292 " guestfs_launch (guestfs_h *g);\n"
11293 "\n"
11294 msgstr ""
11295
11296 #. type: textblock
11297 #: ../src/guestfs-actions.pod:3460 ../fish/guestfish-actions.pod:2419
11298 msgid ""
11299 "Internally libguestfs is implemented by running a virtual machine using "
11300 "L<qemu(1)>."
11301 msgstr ""
11302
11303 #. type: textblock
11304 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2422
11305 msgid ""
11306 "You should call this after configuring the handle (eg. adding drives) but "
11307 "before performing any actions."
11308 msgstr ""
11309
11310 #. type: =head2
11311 #: ../src/guestfs-actions.pod:3475
11312 msgid "guestfs_lchown"
11313 msgstr ""
11314
11315 #. type: verbatim
11316 #: ../src/guestfs-actions.pod:3477
11317 #, no-wrap
11318 msgid ""
11319 " int\n"
11320 " guestfs_lchown (guestfs_h *g,\n"
11321 "                 int owner,\n"
11322 "                 int group,\n"
11323 "                 const char *path);\n"
11324 "\n"
11325 msgstr ""
11326
11327 #. type: textblock
11328 #: ../src/guestfs-actions.pod:3483
11329 msgid ""
11330 "Change the file owner to C<owner> and group to C<group>.  This is like "
11331 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11332 "changed, not the target."
11333 msgstr ""
11334
11335 #. type: =head2
11336 #: ../src/guestfs-actions.pod:3495
11337 msgid "guestfs_lgetxattr"
11338 msgstr ""
11339
11340 #. type: verbatim
11341 #: ../src/guestfs-actions.pod:3497
11342 #, no-wrap
11343 msgid ""
11344 " char *\n"
11345 " guestfs_lgetxattr (guestfs_h *g,\n"
11346 "                    const char *path,\n"
11347 "                    const char *name,\n"
11348 "                    size_t *size_r);\n"
11349 "\n"
11350 msgstr ""
11351
11352 #. type: textblock
11353 #: ../src/guestfs-actions.pod:3503 ../fish/guestfish-actions.pod:2441
11354 msgid ""
11355 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11356 "is a symlink, then this call returns an extended attribute from the symlink."
11357 msgstr ""
11358
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:3517
11361 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11362 msgstr ""
11363
11364 #. type: =head2
11365 #: ../src/guestfs-actions.pod:3525
11366 msgid "guestfs_lgetxattrs"
11367 msgstr ""
11368
11369 #. type: verbatim
11370 #: ../src/guestfs-actions.pod:3527
11371 #, no-wrap
11372 msgid ""
11373 " struct guestfs_xattr_list *\n"
11374 " guestfs_lgetxattrs (guestfs_h *g,\n"
11375 "                     const char *path);\n"
11376 "\n"
11377 msgstr ""
11378
11379 #. type: textblock
11380 #: ../src/guestfs-actions.pod:3531
11381 msgid ""
11382 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11383 "then it returns the extended attributes of the link itself."
11384 msgstr ""
11385
11386 #. type: =head2
11387 #: ../src/guestfs-actions.pod:3541
11388 msgid "guestfs_list_devices"
11389 msgstr ""
11390
11391 #. type: verbatim
11392 #: ../src/guestfs-actions.pod:3543
11393 #, no-wrap
11394 msgid ""
11395 " char **\n"
11396 " guestfs_list_devices (guestfs_h *g);\n"
11397 "\n"
11398 msgstr ""
11399
11400 #. type: textblock
11401 #: ../src/guestfs-actions.pod:3546 ../fish/guestfish-actions.pod:2469
11402 msgid "List all the block devices."
11403 msgstr ""
11404
11405 #. type: textblock
11406 #: ../src/guestfs-actions.pod:3548 ../fish/guestfish-actions.pod:2471
11407 msgid "The full block device names are returned, eg. C</dev/sda>."
11408 msgstr ""
11409
11410 #. type: =head2
11411 #: ../src/guestfs-actions.pod:3558
11412 msgid "guestfs_list_filesystems"
11413 msgstr ""
11414
11415 #. type: verbatim
11416 #: ../src/guestfs-actions.pod:3560
11417 #, no-wrap
11418 msgid ""
11419 " char **\n"
11420 " guestfs_list_filesystems (guestfs_h *g);\n"
11421 "\n"
11422 msgstr ""
11423
11424 #. type: textblock
11425 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2479
11426 msgid ""
11427 "This inspection command looks for filesystems on partitions, block devices "
11428 "and logical volumes, returning a list of devices containing filesystems and "
11429 "their type."
11430 msgstr ""
11431
11432 #. type: textblock
11433 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2483
11434 msgid ""
11435 "The return value is a hash, where the keys are the devices containing "
11436 "filesystems, and the values are the filesystem types.  For example:"
11437 msgstr ""
11438
11439 #. type: verbatim
11440 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2487
11441 #, no-wrap
11442 msgid ""
11443 " \"/dev/sda1\" => \"ntfs\"\n"
11444 " \"/dev/sda2\" => \"ext2\"\n"
11445 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11446 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11447 "\n"
11448 msgstr ""
11449
11450 #. type: textblock
11451 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
11452 msgid ""
11453 "The value can have the special value \"unknown\", meaning the content of the "
11454 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11455 msgstr ""
11456
11457 #. type: textblock
11458 #: ../src/guestfs-actions.pod:3580
11459 msgid ""
11460 "This command runs other libguestfs commands, which might include "
11461 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11462 "soon after launch and only when nothing is mounted."
11463 msgstr ""
11464
11465 #. type: textblock
11466 #: ../src/guestfs-actions.pod:3584
11467 msgid ""
11468 "Not all of the filesystems returned will be mountable.  In particular, swap "
11469 "partitions are returned in the list.  Also this command does not check that "
11470 "each filesystem found is valid and mountable, and some filesystems might be "
11471 "mountable but require special options.  Filesystems may not all belong to a "
11472 "single logical operating system (use C<guestfs_inspect_os> to look for "
11473 "OSes)."
11474 msgstr ""
11475
11476 #. type: textblock
11477 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:5203
11478 msgid "(Added in 1.5.15)"
11479 msgstr ""
11480
11481 #. type: =head2
11482 #: ../src/guestfs-actions.pod:3600
11483 msgid "guestfs_list_partitions"
11484 msgstr ""
11485
11486 #. type: verbatim
11487 #: ../src/guestfs-actions.pod:3602
11488 #, no-wrap
11489 msgid ""
11490 " char **\n"
11491 " guestfs_list_partitions (guestfs_h *g);\n"
11492 "\n"
11493 msgstr ""
11494
11495 #. type: textblock
11496 #: ../src/guestfs-actions.pod:3605 ../fish/guestfish-actions.pod:2512
11497 msgid "List all the partitions detected on all block devices."
11498 msgstr ""
11499
11500 #. type: textblock
11501 #: ../src/guestfs-actions.pod:3607 ../fish/guestfish-actions.pod:2514
11502 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11503 msgstr ""
11504
11505 #. type: textblock
11506 #: ../src/guestfs-actions.pod:3609
11507 msgid ""
11508 "This does not return logical volumes.  For that you will need to call "
11509 "C<guestfs_lvs>."
11510 msgstr ""
11511
11512 #. type: =head2
11513 #: ../src/guestfs-actions.pod:3620
11514 msgid "guestfs_ll"
11515 msgstr ""
11516
11517 #. type: verbatim
11518 #: ../src/guestfs-actions.pod:3622
11519 #, no-wrap
11520 msgid ""
11521 " char *\n"
11522 " guestfs_ll (guestfs_h *g,\n"
11523 "             const char *directory);\n"
11524 "\n"
11525 msgstr ""
11526
11527 #. type: textblock
11528 #: ../src/guestfs-actions.pod:3626 ../fish/guestfish-actions.pod:2525
11529 msgid ""
11530 "List the files in C<directory> (relative to the root directory, there is no "
11531 "cwd) in the format of 'ls -la'."
11532 msgstr ""
11533
11534 #. type: textblock
11535 #: ../src/guestfs-actions.pod:3629 ../fish/guestfish-actions.pod:2528
11536 msgid ""
11537 "This command is mostly useful for interactive sessions.  It is I<not> "
11538 "intended that you try to parse the output string."
11539 msgstr ""
11540
11541 #. type: =head2
11542 #: ../src/guestfs-actions.pod:3637
11543 msgid "guestfs_ln"
11544 msgstr ""
11545
11546 #. type: verbatim
11547 #: ../src/guestfs-actions.pod:3639
11548 #, no-wrap
11549 msgid ""
11550 " int\n"
11551 " guestfs_ln (guestfs_h *g,\n"
11552 "             const char *target,\n"
11553 "             const char *linkname);\n"
11554 "\n"
11555 msgstr ""
11556
11557 #. type: textblock
11558 #: ../src/guestfs-actions.pod:3644 ../fish/guestfish-actions.pod:2535
11559 msgid "This command creates a hard link using the C<ln> command."
11560 msgstr ""
11561
11562 #. type: =head2
11563 #: ../src/guestfs-actions.pod:3650
11564 msgid "guestfs_ln_f"
11565 msgstr ""
11566
11567 #. type: verbatim
11568 #: ../src/guestfs-actions.pod:3652
11569 #, no-wrap
11570 msgid ""
11571 " int\n"
11572 " guestfs_ln_f (guestfs_h *g,\n"
11573 "               const char *target,\n"
11574 "               const char *linkname);\n"
11575 "\n"
11576 msgstr ""
11577
11578 #. type: textblock
11579 #: ../src/guestfs-actions.pod:3657 ../fish/guestfish-actions.pod:2541
11580 msgid ""
11581 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11582 "option removes the link (C<linkname>) if it exists already."
11583 msgstr ""
11584
11585 #. type: =head2
11586 #: ../src/guestfs-actions.pod:3664
11587 msgid "guestfs_ln_s"
11588 msgstr ""
11589
11590 #. type: verbatim
11591 #: ../src/guestfs-actions.pod:3666
11592 #, no-wrap
11593 msgid ""
11594 " int\n"
11595 " guestfs_ln_s (guestfs_h *g,\n"
11596 "               const char *target,\n"
11597 "               const char *linkname);\n"
11598 "\n"
11599 msgstr ""
11600
11601 #. type: textblock
11602 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2548
11603 msgid "This command creates a symbolic link using the C<ln -s> command."
11604 msgstr ""
11605
11606 #. type: =head2
11607 #: ../src/guestfs-actions.pod:3677
11608 msgid "guestfs_ln_sf"
11609 msgstr ""
11610
11611 #. type: verbatim
11612 #: ../src/guestfs-actions.pod:3679
11613 #, no-wrap
11614 msgid ""
11615 " int\n"
11616 " guestfs_ln_sf (guestfs_h *g,\n"
11617 "                const char *target,\n"
11618 "                const char *linkname);\n"
11619 "\n"
11620 msgstr ""
11621
11622 #. type: textblock
11623 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2554
11624 msgid ""
11625 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11626 "option removes the link (C<linkname>) if it exists already."
11627 msgstr ""
11628
11629 #. type: =head2
11630 #: ../src/guestfs-actions.pod:3691
11631 msgid "guestfs_lremovexattr"
11632 msgstr ""
11633
11634 #. type: verbatim
11635 #: ../src/guestfs-actions.pod:3693
11636 #, no-wrap
11637 msgid ""
11638 " int\n"
11639 " guestfs_lremovexattr (guestfs_h *g,\n"
11640 "                       const char *xattr,\n"
11641 "                       const char *path);\n"
11642 "\n"
11643 msgstr ""
11644
11645 #. type: textblock
11646 #: ../src/guestfs-actions.pod:3698
11647 msgid ""
11648 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11649 "link, then it removes an extended attribute of the link itself."
11650 msgstr ""
11651
11652 #. type: =head2
11653 #: ../src/guestfs-actions.pod:3706
11654 msgid "guestfs_ls"
11655 msgstr ""
11656
11657 #. type: verbatim
11658 #: ../src/guestfs-actions.pod:3708
11659 #, no-wrap
11660 msgid ""
11661 " char **\n"
11662 " guestfs_ls (guestfs_h *g,\n"
11663 "             const char *directory);\n"
11664 "\n"
11665 msgstr ""
11666
11667 #. type: textblock
11668 #: ../src/guestfs-actions.pod:3712 ../fish/guestfish-actions.pod:2569
11669 msgid ""
11670 "List the files in C<directory> (relative to the root directory, there is no "
11671 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11672 "shown."
11673 msgstr ""
11674
11675 #. type: textblock
11676 #: ../src/guestfs-actions.pod:3716
11677 msgid ""
11678 "This command is mostly useful for interactive sessions.  Programs should "
11679 "probably use C<guestfs_readdir> instead."
11680 msgstr ""
11681
11682 #. type: =head2
11683 #: ../src/guestfs-actions.pod:3725
11684 msgid "guestfs_lsetxattr"
11685 msgstr ""
11686
11687 #. type: verbatim
11688 #: ../src/guestfs-actions.pod:3727
11689 #, no-wrap
11690 msgid ""
11691 " int\n"
11692 " guestfs_lsetxattr (guestfs_h *g,\n"
11693 "                    const char *xattr,\n"
11694 "                    const char *val,\n"
11695 "                    int vallen,\n"
11696 "                    const char *path);\n"
11697 "\n"
11698 msgstr ""
11699
11700 #. type: textblock
11701 #: ../src/guestfs-actions.pod:3734
11702 msgid ""
11703 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11704 "then it sets an extended attribute of the link itself."
11705 msgstr ""
11706
11707 #. type: =head2
11708 #: ../src/guestfs-actions.pod:3742
11709 msgid "guestfs_lstat"
11710 msgstr ""
11711
11712 #. type: verbatim
11713 #: ../src/guestfs-actions.pod:3744
11714 #, no-wrap
11715 msgid ""
11716 " struct guestfs_stat *\n"
11717 " guestfs_lstat (guestfs_h *g,\n"
11718 "                const char *path);\n"
11719 "\n"
11720 msgstr ""
11721
11722 #. type: textblock
11723 #: ../src/guestfs-actions.pod:3748 ../src/guestfs-actions.pod:6306 ../fish/guestfish-actions.pod:2588 ../fish/guestfish-actions.pod:4257
11724 msgid "Returns file information for the given C<path>."
11725 msgstr ""
11726
11727 #. type: textblock
11728 #: ../src/guestfs-actions.pod:3750
11729 msgid ""
11730 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11731 "link, then the link is stat-ed, not the file it refers to."
11732 msgstr ""
11733
11734 #. type: textblock
11735 #: ../src/guestfs-actions.pod:3754 ../fish/guestfish-actions.pod:2594
11736 msgid "This is the same as the C<lstat(2)> system call."
11737 msgstr ""
11738
11739 #. type: textblock
11740 #: ../src/guestfs-actions.pod:3756 ../src/guestfs-actions.pod:6310
11741 msgid ""
11742 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11743 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11744 msgstr ""
11745
11746 #. type: textblock
11747 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:6314 ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6713
11748 msgid "(Added in 0.9.2)"
11749 msgstr ""
11750
11751 #. type: =head2
11752 #: ../src/guestfs-actions.pod:3762
11753 msgid "guestfs_lstatlist"
11754 msgstr ""
11755
11756 #. type: verbatim
11757 #: ../src/guestfs-actions.pod:3764
11758 #, no-wrap
11759 msgid ""
11760 " struct guestfs_stat_list *\n"
11761 " guestfs_lstatlist (guestfs_h *g,\n"
11762 "                    const char *path,\n"
11763 "                    char *const *names);\n"
11764 "\n"
11765 msgstr ""
11766
11767 #. type: textblock
11768 #: ../src/guestfs-actions.pod:3769
11769 msgid ""
11770 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11771 "files, where all files are in the directory C<path>.  C<names> is the list "
11772 "of files from this directory."
11773 msgstr ""
11774
11775 #. type: textblock
11776 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2604
11777 msgid ""
11778 "On return you get a list of stat structs, with a one-to-one correspondence "
11779 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11780 "then the C<ino> field of that structure is set to C<-1>."
11781 msgstr ""
11782
11783 #. type: textblock
11784 #: ../src/guestfs-actions.pod:3778
11785 msgid ""
11786 "This call is intended for programs that want to efficiently list a directory "
11787 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11788 "for a similarly efficient call for getting extended attributes.  Very long "
11789 "directory listings might cause the protocol message size to be exceeded, "
11790 "causing this call to fail.  The caller must split up such requests into "
11791 "smaller groups of names."
11792 msgstr ""
11793
11794 #. type: textblock
11795 #: ../src/guestfs-actions.pod:3786
11796 msgid ""
11797 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11798 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11799 msgstr ""
11800
11801 #. type: =head2
11802 #: ../src/guestfs-actions.pod:3792
11803 msgid "guestfs_luks_add_key"
11804 msgstr ""
11805
11806 #. type: verbatim
11807 #: ../src/guestfs-actions.pod:3794
11808 #, no-wrap
11809 msgid ""
11810 " int\n"
11811 " guestfs_luks_add_key (guestfs_h *g,\n"
11812 "                       const char *device,\n"
11813 "                       const char *key,\n"
11814 "                       const char *newkey,\n"
11815 "                       int keyslot);\n"
11816 "\n"
11817 msgstr ""
11818
11819 #. type: textblock
11820 #: ../src/guestfs-actions.pod:3801 ../fish/guestfish-actions.pod:2621
11821 msgid ""
11822 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11823 "existing key, and is used to access the device.  C<newkey> is the new key to "
11824 "add.  C<keyslot> is the key slot that will be replaced."
11825 msgstr ""
11826
11827 #. type: textblock
11828 #: ../src/guestfs-actions.pod:3806
11829 msgid ""
11830 "Note that if C<keyslot> already contains a key, then this command will "
11831 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11832 msgstr ""
11833
11834 #. type: textblock
11835 #: ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3852 ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3895 ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:3946
11836 msgid ""
11837 "This function takes a key or passphrase parameter which could contain "
11838 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11839 "information."
11840 msgstr ""
11841
11842 #. type: textblock
11843 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3856 ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3899
11844 msgid "(Added in 1.5.2)"
11845 msgstr ""
11846
11847 #. type: =head2
11848 #: ../src/guestfs-actions.pod:3818
11849 msgid "guestfs_luks_close"
11850 msgstr ""
11851
11852 #. type: verbatim
11853 #: ../src/guestfs-actions.pod:3820
11854 #, no-wrap
11855 msgid ""
11856 " int\n"
11857 " guestfs_luks_close (guestfs_h *g,\n"
11858 "                     const char *device);\n"
11859 "\n"
11860 msgstr ""
11861
11862 #. type: textblock
11863 #: ../src/guestfs-actions.pod:3824
11864 msgid ""
11865 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11866 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11867 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11868 "underlying block device."
11869 msgstr ""
11870
11871 #. type: textblock
11872 #: ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3931 ../src/guestfs-actions.pod:3950 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4048
11873 msgid "(Added in 1.5.1)"
11874 msgstr ""
11875
11876 #. type: =head2
11877 #: ../src/guestfs-actions.pod:3834
11878 msgid "guestfs_luks_format"
11879 msgstr ""
11880
11881 #. type: verbatim
11882 #: ../src/guestfs-actions.pod:3836
11883 #, no-wrap
11884 msgid ""
11885 " int\n"
11886 " guestfs_luks_format (guestfs_h *g,\n"
11887 "                      const char *device,\n"
11888 "                      const char *key,\n"
11889 "                      int keyslot);\n"
11890 "\n"
11891 msgstr ""
11892
11893 #. type: textblock
11894 #: ../src/guestfs-actions.pod:3842 ../fish/guestfish-actions.pod:2647
11895 msgid ""
11896 "This command erases existing data on C<device> and formats the device as a "
11897 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11898 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11899 msgstr ""
11900
11901 #. type: textblock
11902 #: ../src/guestfs-actions.pod:3849 ../src/guestfs-actions.pod:3872 ../src/guestfs-actions.pod:4012 ../src/guestfs-actions.pod:4954 ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:6141 ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6190 ../src/guestfs-actions.pod:7350 ../fish/guestfish-actions.pod:2655 ../fish/guestfish-actions.pod:2668 ../fish/guestfish-actions.pod:2752 ../fish/guestfish-actions.pod:3326 ../fish/guestfish-actions.pod:3846 ../fish/guestfish-actions.pod:4156 ../fish/guestfish-actions.pod:4172 ../fish/guestfish-actions.pod:4187 ../fish/guestfish-actions.pod:4902
11903 msgid ""
11904 "B<This command is dangerous.  Without careful use you can easily destroy all "
11905 "your data>."
11906 msgstr ""
11907
11908 #. type: =head2
11909 #: ../src/guestfs-actions.pod:3858
11910 msgid "guestfs_luks_format_cipher"
11911 msgstr ""
11912
11913 #. type: verbatim
11914 #: ../src/guestfs-actions.pod:3860
11915 #, no-wrap
11916 msgid ""
11917 " int\n"
11918 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11919 "                             const char *device,\n"
11920 "                             const char *key,\n"
11921 "                             int keyslot,\n"
11922 "                             const char *cipher);\n"
11923 "\n"
11924 msgstr ""
11925
11926 #. type: textblock
11927 #: ../src/guestfs-actions.pod:3867
11928 msgid ""
11929 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11930 "set the C<cipher> used."
11931 msgstr ""
11932
11933 #. type: =head2
11934 #: ../src/guestfs-actions.pod:3881
11935 msgid "guestfs_luks_kill_slot"
11936 msgstr ""
11937
11938 #. type: verbatim
11939 #: ../src/guestfs-actions.pod:3883
11940 #, no-wrap
11941 msgid ""
11942 " int\n"
11943 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11944 "                         const char *device,\n"
11945 "                         const char *key,\n"
11946 "                         int keyslot);\n"
11947 "\n"
11948 msgstr ""
11949
11950 #. type: textblock
11951 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2675
11952 msgid ""
11953 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11954 "device C<device>.  C<key> must be one of the I<other> keys."
11955 msgstr ""
11956
11957 #. type: =head2
11958 #: ../src/guestfs-actions.pod:3901
11959 msgid "guestfs_luks_open"
11960 msgstr ""
11961
11962 #. type: verbatim
11963 #: ../src/guestfs-actions.pod:3903
11964 #, no-wrap
11965 msgid ""
11966 " int\n"
11967 " guestfs_luks_open (guestfs_h *g,\n"
11968 "                    const char *device,\n"
11969 "                    const char *key,\n"
11970 "                    const char *mapname);\n"
11971 "\n"
11972 msgstr ""
11973
11974 #. type: textblock
11975 #: ../src/guestfs-actions.pod:3909 ../fish/guestfish-actions.pod:2686
11976 msgid ""
11977 "This command opens a block device which has been encrypted according to the "
11978 "Linux Unified Key Setup (LUKS) standard."
11979 msgstr ""
11980
11981 #. type: textblock
11982 #: ../src/guestfs-actions.pod:3912 ../fish/guestfish-actions.pod:2689
11983 msgid "C<device> is the encrypted block device or partition."
11984 msgstr ""
11985
11986 #. type: textblock
11987 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
11988 msgid ""
11989 "The caller must supply one of the keys associated with the LUKS block "
11990 "device, in the C<key> parameter."
11991 msgstr ""
11992
11993 #. type: textblock
11994 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
11995 msgid ""
11996 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11997 "writes to this block device are decrypted from and encrypted to the "
11998 "underlying C<device> respectively."
11999 msgstr ""
12000
12001 #. type: textblock
12002 #: ../src/guestfs-actions.pod:3921
12003 msgid ""
12004 "If this block device contains LVM volume groups, then calling "
12005 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12006 "visible."
12007 msgstr ""
12008
12009 #. type: =head2
12010 #: ../src/guestfs-actions.pod:3933
12011 msgid "guestfs_luks_open_ro"
12012 msgstr ""
12013
12014 #. type: verbatim
12015 #: ../src/guestfs-actions.pod:3935
12016 #, no-wrap
12017 msgid ""
12018 " int\n"
12019 " guestfs_luks_open_ro (guestfs_h *g,\n"
12020 "                       const char *device,\n"
12021 "                       const char *key,\n"
12022 "                       const char *mapname);\n"
12023 "\n"
12024 msgstr ""
12025
12026 #. type: textblock
12027 #: ../src/guestfs-actions.pod:3941
12028 msgid ""
12029 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12030 "created."
12031 msgstr ""
12032
12033 #. type: =head2
12034 #: ../src/guestfs-actions.pod:3952
12035 msgid "guestfs_lvcreate"
12036 msgstr ""
12037
12038 #. type: verbatim
12039 #: ../src/guestfs-actions.pod:3954
12040 #, no-wrap
12041 msgid ""
12042 " int\n"
12043 " guestfs_lvcreate (guestfs_h *g,\n"
12044 "                   const char *logvol,\n"
12045 "                   const char *volgroup,\n"
12046 "                   int mbytes);\n"
12047 "\n"
12048 msgstr ""
12049
12050 #. type: textblock
12051 #: ../src/guestfs-actions.pod:3960 ../fish/guestfish-actions.pod:2719
12052 msgid ""
12053 "This creates an LVM logical volume called C<logvol> on the volume group "
12054 "C<volgroup>, with C<size> megabytes."
12055 msgstr ""
12056
12057 #. type: =head2
12058 #: ../src/guestfs-actions.pod:3967
12059 msgid "guestfs_lvm_canonical_lv_name"
12060 msgstr ""
12061
12062 #. type: verbatim
12063 #: ../src/guestfs-actions.pod:3969
12064 #, no-wrap
12065 msgid ""
12066 " char *\n"
12067 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12068 "                                const char *lvname);\n"
12069 "\n"
12070 msgstr ""
12071
12072 #. type: textblock
12073 #: ../src/guestfs-actions.pod:3973 ../fish/guestfish-actions.pod:2726
12074 msgid ""
12075 "This converts alternative naming schemes for LVs that you might find to the "
12076 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
12077 "C</dev/VG/LV>."
12078 msgstr ""
12079
12080 #. type: textblock
12081 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2730
12082 msgid ""
12083 "This command returns an error if the C<lvname> parameter does not refer to a "
12084 "logical volume."
12085 msgstr ""
12086
12087 #. type: textblock
12088 #: ../src/guestfs-actions.pod:3980
12089 msgid "See also C<guestfs_is_lv>."
12090 msgstr ""
12091
12092 #. type: textblock
12093 #: ../src/guestfs-actions.pod:3985
12094 msgid "(Added in 1.5.24)"
12095 msgstr ""
12096
12097 #. type: =head2
12098 #: ../src/guestfs-actions.pod:3987
12099 msgid "guestfs_lvm_clear_filter"
12100 msgstr ""
12101
12102 #. type: verbatim
12103 #: ../src/guestfs-actions.pod:3989
12104 #, no-wrap
12105 msgid ""
12106 " int\n"
12107 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12108 "\n"
12109 msgstr ""
12110
12111 #. type: textblock
12112 #: ../src/guestfs-actions.pod:3992
12113 msgid ""
12114 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12115 "see every block device."
12116 msgstr ""
12117
12118 #. type: textblock
12119 #: ../src/guestfs-actions.pod:3995 ../src/guestfs-actions.pod:4037 ../fish/guestfish-actions.pod:2742 ../fish/guestfish-actions.pod:2773
12120 msgid "This command also clears the LVM cache and performs a volume group scan."
12121 msgstr ""
12122
12123 #. type: =head2
12124 #: ../src/guestfs-actions.pod:4002
12125 msgid "guestfs_lvm_remove_all"
12126 msgstr ""
12127
12128 #. type: verbatim
12129 #: ../src/guestfs-actions.pod:4004
12130 #, no-wrap
12131 msgid ""
12132 " int\n"
12133 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12134 "\n"
12135 msgstr ""
12136
12137 #. type: textblock
12138 #: ../src/guestfs-actions.pod:4007 ../fish/guestfish-actions.pod:2749
12139 msgid ""
12140 "This command removes all LVM logical volumes, volume groups and physical "
12141 "volumes."
12142 msgstr ""
12143
12144 #. type: =head2
12145 #: ../src/guestfs-actions.pod:4017
12146 msgid "guestfs_lvm_set_filter"
12147 msgstr ""
12148
12149 #. type: verbatim
12150 #: ../src/guestfs-actions.pod:4019
12151 #, no-wrap
12152 msgid ""
12153 " int\n"
12154 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12155 "                         char *const *devices);\n"
12156 "\n"
12157 msgstr ""
12158
12159 #. type: textblock
12160 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2759
12161 msgid ""
12162 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12163 "block devices in the list C<devices>, and will ignore all other attached "
12164 "block devices."
12165 msgstr ""
12166
12167 #. type: textblock
12168 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2763
12169 msgid ""
12170 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12171 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12172 "there are two types of duplication possible: either cloned PVs/VGs which "
12173 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12174 "same name.  In normal operation you cannot create this situation, but you "
12175 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12176 "inside the LVM metadata."
12177 msgstr ""
12178
12179 #. type: textblock
12180 #: ../src/guestfs-actions.pod:4040 ../fish/guestfish-actions.pod:2776
12181 msgid "You can filter whole block devices or individual partitions."
12182 msgstr ""
12183
12184 #. type: textblock
12185 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2778
12186 msgid ""
12187 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12188 "filesystem), even if you are not filtering out that VG."
12189 msgstr ""
12190
12191 #. type: =head2
12192 #: ../src/guestfs-actions.pod:4050
12193 msgid "guestfs_lvremove"
12194 msgstr ""
12195
12196 #. type: verbatim
12197 #: ../src/guestfs-actions.pod:4052
12198 #, no-wrap
12199 msgid ""
12200 " int\n"
12201 " guestfs_lvremove (guestfs_h *g,\n"
12202 "                   const char *device);\n"
12203 "\n"
12204 msgstr ""
12205
12206 #. type: textblock
12207 #: ../src/guestfs-actions.pod:4056 ../fish/guestfish-actions.pod:2786
12208 msgid ""
12209 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12210 "LV, such as C</dev/VG/LV>."
12211 msgstr ""
12212
12213 #. type: textblock
12214 #: ../src/guestfs-actions.pod:4059 ../fish/guestfish-actions.pod:2789
12215 msgid ""
12216 "You can also remove all LVs in a volume group by specifying the VG name, "
12217 "C</dev/VG>."
12218 msgstr ""
12219
12220 #. type: textblock
12221 #: ../src/guestfs-actions.pod:4064 ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:7089
12222 msgid "(Added in 1.0.13)"
12223 msgstr ""
12224
12225 #. type: =head2
12226 #: ../src/guestfs-actions.pod:4066
12227 msgid "guestfs_lvrename"
12228 msgstr ""
12229
12230 #. type: verbatim
12231 #: ../src/guestfs-actions.pod:4068
12232 #, no-wrap
12233 msgid ""
12234 " int\n"
12235 " guestfs_lvrename (guestfs_h *g,\n"
12236 "                   const char *logvol,\n"
12237 "                   const char *newlogvol);\n"
12238 "\n"
12239 msgstr ""
12240
12241 #. type: textblock
12242 #: ../src/guestfs-actions.pod:4073 ../fish/guestfish-actions.pod:2796
12243 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12244 msgstr ""
12245
12246 #. type: textblock
12247 #: ../src/guestfs-actions.pod:4077 ../src/guestfs-actions.pod:7102
12248 msgid "(Added in 1.0.83)"
12249 msgstr ""
12250
12251 #. type: =head2
12252 #: ../src/guestfs-actions.pod:4079
12253 msgid "guestfs_lvresize"
12254 msgstr ""
12255
12256 #. type: verbatim
12257 #: ../src/guestfs-actions.pod:4081
12258 #, no-wrap
12259 msgid ""
12260 " int\n"
12261 " guestfs_lvresize (guestfs_h *g,\n"
12262 "                   const char *device,\n"
12263 "                   int mbytes);\n"
12264 "\n"
12265 msgstr ""
12266
12267 #. type: textblock
12268 #: ../src/guestfs-actions.pod:4086 ../fish/guestfish-actions.pod:2802
12269 msgid ""
12270 "This resizes (expands or shrinks) an existing LVM logical volume to "
12271 "C<mbytes>.  When reducing, data in the reduced part is lost."
12272 msgstr ""
12273
12274 #. type: =head2
12275 #: ../src/guestfs-actions.pod:4094
12276 msgid "guestfs_lvresize_free"
12277 msgstr ""
12278
12279 #. type: verbatim
12280 #: ../src/guestfs-actions.pod:4096
12281 #, no-wrap
12282 msgid ""
12283 " int\n"
12284 " guestfs_lvresize_free (guestfs_h *g,\n"
12285 "                        const char *lv,\n"
12286 "                        int percent);\n"
12287 "\n"
12288 msgstr ""
12289
12290 #. type: textblock
12291 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2810
12292 msgid ""
12293 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12294 "remaining free space in the volume group.  Commonly you would call this with "
12295 "pc = 100 which expands the logical volume as much as possible, using all "
12296 "remaining free space in the volume group."
12297 msgstr ""
12298
12299 #. type: textblock
12300 #: ../src/guestfs-actions.pod:4109
12301 msgid "(Added in 1.3.3)"
12302 msgstr ""
12303
12304 #. type: =head2
12305 #: ../src/guestfs-actions.pod:4111
12306 msgid "guestfs_lvs"
12307 msgstr ""
12308
12309 #. type: verbatim
12310 #: ../src/guestfs-actions.pod:4113
12311 #, no-wrap
12312 msgid ""
12313 " char **\n"
12314 " guestfs_lvs (guestfs_h *g);\n"
12315 "\n"
12316 msgstr ""
12317
12318 #. type: textblock
12319 #: ../src/guestfs-actions.pod:4116 ../fish/guestfish-actions.pod:2820
12320 msgid ""
12321 "List all the logical volumes detected.  This is the equivalent of the "
12322 "L<lvs(8)> command."
12323 msgstr ""
12324
12325 #. type: textblock
12326 #: ../src/guestfs-actions.pod:4119 ../fish/guestfish-actions.pod:2823
12327 msgid ""
12328 "This returns a list of the logical volume device names "
12329 "(eg. C</dev/VolGroup00/LogVol00>)."
12330 msgstr ""
12331
12332 #. type: textblock
12333 #: ../src/guestfs-actions.pod:4122
12334 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12335 msgstr ""
12336
12337 #. type: =head2
12338 #: ../src/guestfs-actions.pod:4130
12339 msgid "guestfs_lvs_full"
12340 msgstr ""
12341
12342 #. type: verbatim
12343 #: ../src/guestfs-actions.pod:4132
12344 #, no-wrap
12345 msgid ""
12346 " struct guestfs_lvm_lv_list *\n"
12347 " guestfs_lvs_full (guestfs_h *g);\n"
12348 "\n"
12349 msgstr ""
12350
12351 #. type: textblock
12352 #: ../src/guestfs-actions.pod:4135 ../fish/guestfish-actions.pod:2832
12353 msgid ""
12354 "List all the logical volumes detected.  This is the equivalent of the "
12355 "L<lvs(8)> command.  The \"full\" version includes all fields."
12356 msgstr ""
12357
12358 #. type: textblock
12359 #: ../src/guestfs-actions.pod:4138
12360 msgid ""
12361 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12362 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12363 "use>."
12364 msgstr ""
12365
12366 #. type: =head2
12367 #: ../src/guestfs-actions.pod:4144
12368 msgid "guestfs_lvuuid"
12369 msgstr ""
12370
12371 #. type: verbatim
12372 #: ../src/guestfs-actions.pod:4146
12373 #, no-wrap
12374 msgid ""
12375 " char *\n"
12376 " guestfs_lvuuid (guestfs_h *g,\n"
12377 "                 const char *device);\n"
12378 "\n"
12379 msgstr ""
12380
12381 #. type: textblock
12382 #: ../src/guestfs-actions.pod:4150 ../fish/guestfish-actions.pod:2839
12383 msgid "This command returns the UUID of the LVM LV C<device>."
12384 msgstr ""
12385
12386 #. type: =head2
12387 #: ../src/guestfs-actions.pod:4157
12388 msgid "guestfs_lxattrlist"
12389 msgstr ""
12390
12391 #. type: verbatim
12392 #: ../src/guestfs-actions.pod:4159
12393 #, no-wrap
12394 msgid ""
12395 " struct guestfs_xattr_list *\n"
12396 " guestfs_lxattrlist (guestfs_h *g,\n"
12397 "                     const char *path,\n"
12398 "                     char *const *names);\n"
12399 "\n"
12400 msgstr ""
12401
12402 #. type: textblock
12403 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2845
12404 msgid ""
12405 "This call allows you to get the extended attributes of multiple files, where "
12406 "all files are in the directory C<path>.  C<names> is the list of files from "
12407 "this directory."
12408 msgstr ""
12409
12410 #. type: textblock
12411 #: ../src/guestfs-actions.pod:4168 ../fish/guestfish-actions.pod:2849
12412 msgid ""
12413 "On return you get a flat list of xattr structs which must be interpreted "
12414 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12415 "C<attrval> in this struct is zero-length to indicate there was an error "
12416 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12417 "number (the number of following attributes for this file, which could be "
12418 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12419 "attributes for the first named file.  This repeats for the second and "
12420 "subsequent files."
12421 msgstr ""
12422
12423 #. type: textblock
12424 #: ../src/guestfs-actions.pod:4178
12425 msgid ""
12426 "This call is intended for programs that want to efficiently list a directory "
12427 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12428 "a similarly efficient call for getting standard stats.  Very long directory "
12429 "listings might cause the protocol message size to be exceeded, causing this "
12430 "call to fail.  The caller must split up such requests into smaller groups of "
12431 "names."
12432 msgstr ""
12433
12434 #. type: =head2
12435 #: ../src/guestfs-actions.pod:4192
12436 msgid "guestfs_mkdir"
12437 msgstr ""
12438
12439 #. type: verbatim
12440 #: ../src/guestfs-actions.pod:4194
12441 #, no-wrap
12442 msgid ""
12443 " int\n"
12444 " guestfs_mkdir (guestfs_h *g,\n"
12445 "                const char *path);\n"
12446 "\n"
12447 msgstr ""
12448
12449 #. type: textblock
12450 #: ../src/guestfs-actions.pod:4198 ../fish/guestfish-actions.pod:2871
12451 msgid "Create a directory named C<path>."
12452 msgstr ""
12453
12454 #. type: =head2
12455 #: ../src/guestfs-actions.pod:4204
12456 msgid "guestfs_mkdir_mode"
12457 msgstr ""
12458
12459 #. type: verbatim
12460 #: ../src/guestfs-actions.pod:4206
12461 #, no-wrap
12462 msgid ""
12463 " int\n"
12464 " guestfs_mkdir_mode (guestfs_h *g,\n"
12465 "                     const char *path,\n"
12466 "                     int mode);\n"
12467 "\n"
12468 msgstr ""
12469
12470 #. type: textblock
12471 #: ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:2877
12472 msgid ""
12473 "This command creates a directory, setting the initial permissions of the "
12474 "directory to C<mode>."
12475 msgstr ""
12476
12477 #. type: textblock
12478 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2880
12479 msgid ""
12480 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12481 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12482 "other ways."
12483 msgstr ""
12484
12485 #. type: textblock
12486 #: ../src/guestfs-actions.pod:4218
12487 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12488 msgstr ""
12489
12490 #. type: =head2
12491 #: ../src/guestfs-actions.pod:4224
12492 msgid "guestfs_mkdir_p"
12493 msgstr ""
12494
12495 #. type: verbatim
12496 #: ../src/guestfs-actions.pod:4226
12497 #, no-wrap
12498 msgid ""
12499 " int\n"
12500 " guestfs_mkdir_p (guestfs_h *g,\n"
12501 "                  const char *path);\n"
12502 "\n"
12503 msgstr ""
12504
12505 #. type: textblock
12506 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2890
12507 msgid ""
12508 "Create a directory named C<path>, creating any parent directories as "
12509 "necessary.  This is like the C<mkdir -p> shell command."
12510 msgstr ""
12511
12512 #. type: =head2
12513 #: ../src/guestfs-actions.pod:4237
12514 msgid "guestfs_mkdtemp"
12515 msgstr ""
12516
12517 #. type: verbatim
12518 #: ../src/guestfs-actions.pod:4239
12519 #, no-wrap
12520 msgid ""
12521 " char *\n"
12522 " guestfs_mkdtemp (guestfs_h *g,\n"
12523 "                  const char *template);\n"
12524 "\n"
12525 msgstr ""
12526
12527 #. type: textblock
12528 #: ../src/guestfs-actions.pod:4243 ../fish/guestfish-actions.pod:2897
12529 msgid ""
12530 "This command creates a temporary directory.  The C<template> parameter "
12531 "should be a full pathname for the temporary directory name with the final "
12532 "six characters being \"XXXXXX\"."
12533 msgstr ""
12534
12535 #. type: textblock
12536 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
12537 msgid ""
12538 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12539 "being suitable for Windows filesystems."
12540 msgstr ""
12541
12542 #. type: textblock
12543 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2905
12544 msgid "The name of the temporary directory that was created is returned."
12545 msgstr ""
12546
12547 #. type: textblock
12548 #: ../src/guestfs-actions.pod:4254 ../fish/guestfish-actions.pod:2908
12549 msgid "The temporary directory is created with mode 0700 and is owned by root."
12550 msgstr ""
12551
12552 #. type: textblock
12553 #: ../src/guestfs-actions.pod:4257 ../fish/guestfish-actions.pod:2911
12554 msgid ""
12555 "The caller is responsible for deleting the temporary directory and its "
12556 "contents after use."
12557 msgstr ""
12558
12559 #. type: textblock
12560 #: ../src/guestfs-actions.pod:4260 ../fish/guestfish-actions.pod:2914
12561 msgid "See also: L<mkdtemp(3)>"
12562 msgstr ""
12563
12564 #. type: =head2
12565 #: ../src/guestfs-actions.pod:4267
12566 msgid "guestfs_mke2fs_J"
12567 msgstr ""
12568
12569 #. type: verbatim
12570 #: ../src/guestfs-actions.pod:4269
12571 #, no-wrap
12572 msgid ""
12573 " int\n"
12574 " guestfs_mke2fs_J (guestfs_h *g,\n"
12575 "                   const char *fstype,\n"
12576 "                   int blocksize,\n"
12577 "                   const char *device,\n"
12578 "                   const char *journal);\n"
12579 "\n"
12580 msgstr ""
12581
12582 #. type: textblock
12583 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2920
12584 msgid ""
12585 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12586 "C<journal>.  It is equivalent to the command:"
12587 msgstr ""
12588
12589 #. type: verbatim
12590 #: ../src/guestfs-actions.pod:4280 ../fish/guestfish-actions.pod:2924
12591 #, no-wrap
12592 msgid ""
12593 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12594 "\n"
12595 msgstr ""
12596
12597 #. type: textblock
12598 #: ../src/guestfs-actions.pod:4282
12599 msgid "See also C<guestfs_mke2journal>."
12600 msgstr ""
12601
12602 #. type: textblock
12603 #: ../src/guestfs-actions.pod:4286 ../src/guestfs-actions.pod:4304 ../src/guestfs-actions.pod:4322 ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4366 ../src/guestfs-actions.pod:4425 ../src/guestfs-actions.pod:4690
12604 msgid "(Added in 1.0.68)"
12605 msgstr ""
12606
12607 #. type: =head2
12608 #: ../src/guestfs-actions.pod:4288
12609 msgid "guestfs_mke2fs_JL"
12610 msgstr ""
12611
12612 #. type: verbatim
12613 #: ../src/guestfs-actions.pod:4290
12614 #, no-wrap
12615 msgid ""
12616 " int\n"
12617 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12618 "                    const char *fstype,\n"
12619 "                    int blocksize,\n"
12620 "                    const char *device,\n"
12621 "                    const char *label);\n"
12622 "\n"
12623 msgstr ""
12624
12625 #. type: textblock
12626 #: ../src/guestfs-actions.pod:4297 ../fish/guestfish-actions.pod:2932
12627 msgid ""
12628 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12629 "the journal labeled C<label>."
12630 msgstr ""
12631
12632 #. type: textblock
12633 #: ../src/guestfs-actions.pod:4300
12634 msgid "See also C<guestfs_mke2journal_L>."
12635 msgstr ""
12636
12637 #. type: =head2
12638 #: ../src/guestfs-actions.pod:4306
12639 msgid "guestfs_mke2fs_JU"
12640 msgstr ""
12641
12642 #. type: verbatim
12643 #: ../src/guestfs-actions.pod:4308
12644 #, no-wrap
12645 msgid ""
12646 " int\n"
12647 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12648 "                    const char *fstype,\n"
12649 "                    int blocksize,\n"
12650 "                    const char *device,\n"
12651 "                    const char *uuid);\n"
12652 "\n"
12653 msgstr ""
12654
12655 #. type: textblock
12656 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2941
12657 msgid ""
12658 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12659 "the journal with UUID C<uuid>."
12660 msgstr ""
12661
12662 #. type: textblock
12663 #: ../src/guestfs-actions.pod:4318
12664 msgid "See also C<guestfs_mke2journal_U>."
12665 msgstr ""
12666
12667 #. type: =head2
12668 #: ../src/guestfs-actions.pod:4324
12669 msgid "guestfs_mke2journal"
12670 msgstr ""
12671
12672 #. type: verbatim
12673 #: ../src/guestfs-actions.pod:4326
12674 #, no-wrap
12675 msgid ""
12676 " int\n"
12677 " guestfs_mke2journal (guestfs_h *g,\n"
12678 "                      int blocksize,\n"
12679 "                      const char *device);\n"
12680 "\n"
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:4331 ../fish/guestfish-actions.pod:2950
12685 msgid ""
12686 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12687 "command:"
12688 msgstr ""
12689
12690 #. type: verbatim
12691 #: ../src/guestfs-actions.pod:4334 ../fish/guestfish-actions.pod:2953
12692 #, no-wrap
12693 msgid ""
12694 " mke2fs -O journal_dev -b blocksize device\n"
12695 "\n"
12696 msgstr ""
12697
12698 #. type: =head2
12699 #: ../src/guestfs-actions.pod:4340
12700 msgid "guestfs_mke2journal_L"
12701 msgstr ""
12702
12703 #. type: verbatim
12704 #: ../src/guestfs-actions.pod:4342
12705 #, no-wrap
12706 msgid ""
12707 " int\n"
12708 " guestfs_mke2journal_L (guestfs_h *g,\n"
12709 "                        int blocksize,\n"
12710 "                        const char *label,\n"
12711 "                        const char *device);\n"
12712 "\n"
12713 msgstr ""
12714
12715 #. type: textblock
12716 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2959
12717 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12718 msgstr ""
12719
12720 #. type: =head2
12721 #: ../src/guestfs-actions.pod:4354
12722 msgid "guestfs_mke2journal_U"
12723 msgstr ""
12724
12725 #. type: verbatim
12726 #: ../src/guestfs-actions.pod:4356
12727 #, no-wrap
12728 msgid ""
12729 " int\n"
12730 " guestfs_mke2journal_U (guestfs_h *g,\n"
12731 "                        int blocksize,\n"
12732 "                        const char *uuid,\n"
12733 "                        const char *device);\n"
12734 "\n"
12735 msgstr ""
12736
12737 #. type: textblock
12738 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2965
12739 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12740 msgstr ""
12741
12742 #. type: =head2
12743 #: ../src/guestfs-actions.pod:4368
12744 msgid "guestfs_mkfifo"
12745 msgstr ""
12746
12747 #. type: verbatim
12748 #: ../src/guestfs-actions.pod:4370
12749 #, no-wrap
12750 msgid ""
12751 " int\n"
12752 " guestfs_mkfifo (guestfs_h *g,\n"
12753 "                 int mode,\n"
12754 "                 const char *path);\n"
12755 "\n"
12756 msgstr ""
12757
12758 #. type: textblock
12759 #: ../src/guestfs-actions.pod:4375
12760 msgid ""
12761 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12762 "is just a convenient wrapper around C<guestfs_mknod>."
12763 msgstr ""
12764
12765 #. type: =head2
12766 #: ../src/guestfs-actions.pod:4385
12767 msgid "guestfs_mkfs"
12768 msgstr ""
12769
12770 #. type: verbatim
12771 #: ../src/guestfs-actions.pod:4387
12772 #, no-wrap
12773 msgid ""
12774 " int\n"
12775 " guestfs_mkfs (guestfs_h *g,\n"
12776 "               const char *fstype,\n"
12777 "               const char *device);\n"
12778 "\n"
12779 msgstr ""
12780
12781 #. type: textblock
12782 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2981
12783 msgid ""
12784 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12785 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12786 msgstr ""
12787
12788 #. type: =head2
12789 #: ../src/guestfs-actions.pod:4400
12790 msgid "guestfs_mkfs_b"
12791 msgstr ""
12792
12793 #. type: verbatim
12794 #: ../src/guestfs-actions.pod:4402
12795 #, no-wrap
12796 msgid ""
12797 " int\n"
12798 " guestfs_mkfs_b (guestfs_h *g,\n"
12799 "                 const char *fstype,\n"
12800 "                 int blocksize,\n"
12801 "                 const char *device);\n"
12802 "\n"
12803 msgstr ""
12804
12805 #. type: textblock
12806 #: ../src/guestfs-actions.pod:4408
12807 msgid ""
12808 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12809 "block size of the resulting filesystem.  Supported block sizes depend on the "
12810 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12811 msgstr ""
12812
12813 #. type: textblock
12814 #: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4456 ../fish/guestfish-actions.pod:2994 ../fish/guestfish-actions.pod:3021
12815 msgid ""
12816 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12817 "cluster size."
12818 msgstr ""
12819
12820 #. type: textblock
12821 #: ../src/guestfs-actions.pod:4418 ../fish/guestfish-actions.pod:2997
12822 msgid ""
12823 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12824 "instead."
12825 msgstr ""
12826
12827 #. type: =head2
12828 #: ../src/guestfs-actions.pod:4427
12829 msgid "guestfs_mkfs_opts"
12830 msgstr ""
12831
12832 #. type: verbatim
12833 #: ../src/guestfs-actions.pod:4429
12834 #, no-wrap
12835 msgid ""
12836 " int\n"
12837 " guestfs_mkfs_opts (guestfs_h *g,\n"
12838 "                    const char *fstype,\n"
12839 "                    const char *device,\n"
12840 "                    ...);\n"
12841 "\n"
12842 msgstr ""
12843
12844 #. type: verbatim
12845 #: ../src/guestfs-actions.pod:4440
12846 #, no-wrap
12847 msgid ""
12848 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12849 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12850 "\n"
12851 msgstr ""
12852
12853 #. type: textblock
12854 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:3008
12855 msgid ""
12856 "This function creates a filesystem on C<device>.  The filesystem type is "
12857 "C<fstype>, for example C<ext3>."
12858 msgstr ""
12859
12860 #. type: =item
12861 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:3015
12862 msgid "C<blocksize>"
12863 msgstr ""
12864
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:4452 ../fish/guestfish-actions.pod:3017
12867 msgid ""
12868 "The filesystem block size.  Supported block sizes depend on the filesystem "
12869 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12870 "filesystems."
12871 msgstr ""
12872
12873 #. type: textblock
12874 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:3024
12875 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12876 msgstr ""
12877
12878 #. type: =item
12879 #: ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:3026
12880 msgid "C<features>"
12881 msgstr ""
12882
12883 #. type: textblock
12884 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:3028
12885 msgid "This passes the C<-O> parameter to the external mkfs program."
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:3030
12890 msgid ""
12891 "For certain filesystem types, this allows extra filesystem features to be "
12892 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12893 msgstr ""
12894
12895 #. type: textblock
12896 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3034
12897 msgid ""
12898 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12899 "type."
12900 msgstr ""
12901
12902 #. type: textblock
12903 #: ../src/guestfs-actions.pod:4476
12904 msgid "(Added in 1.7.19)"
12905 msgstr ""
12906
12907 #. type: =head2
12908 #: ../src/guestfs-actions.pod:4478
12909 msgid "guestfs_mkfs_opts_va"
12910 msgstr ""
12911
12912 #. type: verbatim
12913 #: ../src/guestfs-actions.pod:4480
12914 #, no-wrap
12915 msgid ""
12916 " int\n"
12917 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12918 "                       const char *fstype,\n"
12919 "                       const char *device,\n"
12920 "                       va_list args);\n"
12921 "\n"
12922 msgstr ""
12923
12924 #. type: textblock
12925 #: ../src/guestfs-actions.pod:4486
12926 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12927 msgstr ""
12928
12929 #. type: =head2
12930 #: ../src/guestfs-actions.pod:4490
12931 msgid "guestfs_mkfs_opts_argv"
12932 msgstr ""
12933
12934 #. type: verbatim
12935 #: ../src/guestfs-actions.pod:4492
12936 #, no-wrap
12937 msgid ""
12938 " int\n"
12939 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12940 "                         const char *fstype,\n"
12941 "                         const char *device,\n"
12942 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12943 "\n"
12944 msgstr ""
12945
12946 #. type: textblock
12947 #: ../src/guestfs-actions.pod:4498
12948 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12949 msgstr ""
12950
12951 #. type: =head2
12952 #: ../src/guestfs-actions.pod:4502
12953 msgid "guestfs_mkmountpoint"
12954 msgstr ""
12955
12956 #. type: verbatim
12957 #: ../src/guestfs-actions.pod:4504
12958 #, no-wrap
12959 msgid ""
12960 " int\n"
12961 " guestfs_mkmountpoint (guestfs_h *g,\n"
12962 "                       const char *exemptpath);\n"
12963 "\n"
12964 msgstr ""
12965
12966 #. type: textblock
12967 #: ../src/guestfs-actions.pod:4508
12968 msgid ""
12969 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12970 "that can be used to create extra mountpoints before mounting the first "
12971 "filesystem."
12972 msgstr ""
12973
12974 #. type: textblock
12975 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3049
12976 msgid ""
12977 "These calls are I<only> necessary in some very limited circumstances, mainly "
12978 "the case where you want to mount a mix of unrelated and/or read-only "
12979 "filesystems together."
12980 msgstr ""
12981
12982 #. type: textblock
12983 #: ../src/guestfs-actions.pod:4516 ../fish/guestfish-actions.pod:3053
12984 msgid ""
12985 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12986 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12987 "inside that.  You can unpack this as follows in guestfish:"
12988 msgstr ""
12989
12990 #. type: verbatim
12991 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
12992 #, no-wrap
12993 msgid ""
12994 " add-ro Fedora-11-i686-Live.iso\n"
12995 " run\n"
12996 " mkmountpoint /cd\n"
12997 " mkmountpoint /sqsh\n"
12998 " mkmountpoint /ext3fs\n"
12999 " mount /dev/sda /cd\n"
13000 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13001 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13002 "\n"
13003 msgstr ""
13004
13005 #. type: textblock
13006 #: ../src/guestfs-actions.pod:4530 ../fish/guestfish-actions.pod:3067
13007 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13008 msgstr ""
13009
13010 #. type: textblock
13011 #: ../src/guestfs-actions.pod:4532
13012 msgid ""
13013 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13014 "may get unexpected errors if you try to mix these calls.  It is safest to "
13015 "manually unmount filesystems and remove mountpoints after use."
13016 msgstr ""
13017
13018 #. type: textblock
13019 #: ../src/guestfs-actions.pod:4536
13020 msgid ""
13021 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13022 "first, so for this to work for manual mountpoints, you must ensure that the "
13023 "innermost mountpoints have the longest pathnames, as in the example code "
13024 "above."
13025 msgstr ""
13026
13027 #. type: textblock
13028 #: ../src/guestfs-actions.pod:4541 ../fish/guestfish-actions.pod:3078
13029 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13030 msgstr ""
13031
13032 #. type: textblock
13033 #: ../src/guestfs-actions.pod:4543
13034 msgid ""
13035 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13036 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13037 "can also trigger these issues."
13038 msgstr ""
13039
13040 #. type: textblock
13041 #: ../src/guestfs-actions.pod:4549 ../src/guestfs-actions.pod:4808 ../src/guestfs-actions.pod:5718
13042 msgid "(Added in 1.0.62)"
13043 msgstr ""
13044
13045 #. type: =head2
13046 #: ../src/guestfs-actions.pod:4551
13047 msgid "guestfs_mknod"
13048 msgstr ""
13049
13050 #. type: verbatim
13051 #: ../src/guestfs-actions.pod:4553
13052 #, no-wrap
13053 msgid ""
13054 " int\n"
13055 " guestfs_mknod (guestfs_h *g,\n"
13056 "                int mode,\n"
13057 "                int devmajor,\n"
13058 "                int devminor,\n"
13059 "                const char *path);\n"
13060 "\n"
13061 msgstr ""
13062
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:4560 ../fish/guestfish-actions.pod:3088
13065 msgid ""
13066 "This call creates block or character special devices, or named pipes "
13067 "(FIFOs)."
13068 msgstr ""
13069
13070 #. type: textblock
13071 #: ../src/guestfs-actions.pod:4563 ../fish/guestfish-actions.pod:3091
13072 msgid ""
13073 "The C<mode> parameter should be the mode, using the standard constants.  "
13074 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13075 "used when creating block and character special devices."
13076 msgstr ""
13077
13078 #. type: textblock
13079 #: ../src/guestfs-actions.pod:4568
13080 msgid ""
13081 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13082 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13083 "regular file).  These constants are available in the standard Linux header "
13084 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13085 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13086 "the appropriate constant for you."
13087 msgstr ""
13088
13089 #. type: =head2
13090 #: ../src/guestfs-actions.pod:4582
13091 msgid "guestfs_mknod_b"
13092 msgstr ""
13093
13094 #. type: verbatim
13095 #: ../src/guestfs-actions.pod:4584
13096 #, no-wrap
13097 msgid ""
13098 " int\n"
13099 " guestfs_mknod_b (guestfs_h *g,\n"
13100 "                  int mode,\n"
13101 "                  int devmajor,\n"
13102 "                  int devminor,\n"
13103 "                  const char *path);\n"
13104 "\n"
13105 msgstr ""
13106
13107 #. type: textblock
13108 #: ../src/guestfs-actions.pod:4591
13109 msgid ""
13110 "This call creates a block device node called C<path> with mode C<mode> and "
13111 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13112 "wrapper around C<guestfs_mknod>."
13113 msgstr ""
13114
13115 #. type: =head2
13116 #: ../src/guestfs-actions.pod:4601
13117 msgid "guestfs_mknod_c"
13118 msgstr ""
13119
13120 #. type: verbatim
13121 #: ../src/guestfs-actions.pod:4603
13122 #, no-wrap
13123 msgid ""
13124 " int\n"
13125 " guestfs_mknod_c (guestfs_h *g,\n"
13126 "                  int mode,\n"
13127 "                  int devmajor,\n"
13128 "                  int devminor,\n"
13129 "                  const char *path);\n"
13130 "\n"
13131 msgstr ""
13132
13133 #. type: textblock
13134 #: ../src/guestfs-actions.pod:4610
13135 msgid ""
13136 "This call creates a char device node called C<path> with mode C<mode> and "
13137 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13138 "wrapper around C<guestfs_mknod>."
13139 msgstr ""
13140
13141 #. type: =head2
13142 #: ../src/guestfs-actions.pod:4620
13143 msgid "guestfs_mkswap"
13144 msgstr ""
13145
13146 #. type: verbatim
13147 #: ../src/guestfs-actions.pod:4622
13148 #, no-wrap
13149 msgid ""
13150 " int\n"
13151 " guestfs_mkswap (guestfs_h *g,\n"
13152 "                 const char *device);\n"
13153 "\n"
13154 msgstr ""
13155
13156 #. type: textblock
13157 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3130
13158 msgid "Create a swap partition on C<device>."
13159 msgstr ""
13160
13161 #. type: =head2
13162 #: ../src/guestfs-actions.pod:4632
13163 msgid "guestfs_mkswap_L"
13164 msgstr ""
13165
13166 #. type: verbatim
13167 #: ../src/guestfs-actions.pod:4634
13168 #, no-wrap
13169 msgid ""
13170 " int\n"
13171 " guestfs_mkswap_L (guestfs_h *g,\n"
13172 "                   const char *label,\n"
13173 "                   const char *device);\n"
13174 "\n"
13175 msgstr ""
13176
13177 #. type: textblock
13178 #: ../src/guestfs-actions.pod:4639 ../fish/guestfish-actions.pod:3136
13179 msgid "Create a swap partition on C<device> with label C<label>."
13180 msgstr ""
13181
13182 #. type: textblock
13183 #: ../src/guestfs-actions.pod:4641 ../fish/guestfish-actions.pod:3138
13184 msgid ""
13185 "Note that you cannot attach a swap label to a block device "
13186 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13187 "the kernel or swap tools."
13188 msgstr ""
13189
13190 #. type: =head2
13191 #: ../src/guestfs-actions.pod:4649
13192 msgid "guestfs_mkswap_U"
13193 msgstr ""
13194
13195 #. type: verbatim
13196 #: ../src/guestfs-actions.pod:4651
13197 #, no-wrap
13198 msgid ""
13199 " int\n"
13200 " guestfs_mkswap_U (guestfs_h *g,\n"
13201 "                   const char *uuid,\n"
13202 "                   const char *device);\n"
13203 "\n"
13204 msgstr ""
13205
13206 #. type: textblock
13207 #: ../src/guestfs-actions.pod:4656 ../fish/guestfish-actions.pod:3146
13208 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13209 msgstr ""
13210
13211 #. type: =head2
13212 #: ../src/guestfs-actions.pod:4662
13213 msgid "guestfs_mkswap_file"
13214 msgstr ""
13215
13216 #. type: verbatim
13217 #: ../src/guestfs-actions.pod:4664
13218 #, no-wrap
13219 msgid ""
13220 " int\n"
13221 " guestfs_mkswap_file (guestfs_h *g,\n"
13222 "                      const char *path);\n"
13223 "\n"
13224 msgstr ""
13225
13226 #. type: textblock
13227 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3152
13228 msgid "Create a swap file."
13229 msgstr ""
13230
13231 #. type: textblock
13232 #: ../src/guestfs-actions.pod:4670
13233 msgid ""
13234 "This command just writes a swap file signature to an existing file.  To "
13235 "create the file itself, use something like C<guestfs_fallocate>."
13236 msgstr ""
13237
13238 #. type: =head2
13239 #: ../src/guestfs-actions.pod:4677
13240 msgid "guestfs_modprobe"
13241 msgstr ""
13242
13243 #. type: verbatim
13244 #: ../src/guestfs-actions.pod:4679
13245 #, no-wrap
13246 msgid ""
13247 " int\n"
13248 " guestfs_modprobe (guestfs_h *g,\n"
13249 "                   const char *modulename);\n"
13250 "\n"
13251 msgstr ""
13252
13253 #. type: textblock
13254 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3161
13255 msgid "This loads a kernel module in the appliance."
13256 msgstr ""
13257
13258 #. type: textblock
13259 #: ../src/guestfs-actions.pod:4685 ../fish/guestfish-actions.pod:3163
13260 msgid ""
13261 "The kernel module must have been whitelisted when libguestfs was built (see "
13262 "C<appliance/kmod.whitelist.in> in the source)."
13263 msgstr ""
13264
13265 #. type: =head2
13266 #: ../src/guestfs-actions.pod:4692
13267 msgid "guestfs_mount"
13268 msgstr ""
13269
13270 #. type: verbatim
13271 #: ../src/guestfs-actions.pod:4694
13272 #, no-wrap
13273 msgid ""
13274 " int\n"
13275 " guestfs_mount (guestfs_h *g,\n"
13276 "                const char *device,\n"
13277 "                const char *mountpoint);\n"
13278 "\n"
13279 msgstr ""
13280
13281 #. type: textblock
13282 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3170
13283 msgid ""
13284 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13285 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13286 "those block devices contain partitions, they will have the usual names "
13287 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13288 msgstr ""
13289
13290 #. type: textblock
13291 #: ../src/guestfs-actions.pod:4705 ../fish/guestfish-actions.pod:3176
13292 msgid ""
13293 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13294 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13295 "mounted on directories which already exist."
13296 msgstr ""
13297
13298 #. type: textblock
13299 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
13300 msgid ""
13301 "The mounted filesystem is writable, if we have sufficient permissions on the "
13302 "underlying device."
13303 msgstr ""
13304
13305 #. type: textblock
13306 #: ../src/guestfs-actions.pod:4713
13307 msgid ""
13308 "B<Important note:> When you use this call, the filesystem options C<sync> "
13309 "and C<noatime> are set implicitly.  This was originally done because we "
13310 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13311 "very large negative performance impact and negligible effect on "
13312 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13313 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13314 "(use an empty string for the first parameter if you don't want any options)."
13315 msgstr ""
13316
13317 #. type: =head2
13318 #: ../src/guestfs-actions.pod:4727
13319 msgid "guestfs_mount_loop"
13320 msgstr ""
13321
13322 #. type: verbatim
13323 #: ../src/guestfs-actions.pod:4729
13324 #, no-wrap
13325 msgid ""
13326 " int\n"
13327 " guestfs_mount_loop (guestfs_h *g,\n"
13328 "                     const char *file,\n"
13329 "                     const char *mountpoint);\n"
13330 "\n"
13331 msgstr ""
13332
13333 #. type: textblock
13334 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3198
13335 msgid ""
13336 "This command lets you mount C<file> (a filesystem image in a file) on a "
13337 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13338 "mountpoint>."
13339 msgstr ""
13340
13341 #. type: =head2
13342 #: ../src/guestfs-actions.pod:4742
13343 msgid "guestfs_mount_options"
13344 msgstr ""
13345
13346 #. type: verbatim
13347 #: ../src/guestfs-actions.pod:4744
13348 #, no-wrap
13349 msgid ""
13350 " int\n"
13351 " guestfs_mount_options (guestfs_h *g,\n"
13352 "                        const char *options,\n"
13353 "                        const char *device,\n"
13354 "                        const char *mountpoint);\n"
13355 "\n"
13356 msgstr ""
13357
13358 #. type: textblock
13359 #: ../src/guestfs-actions.pod:4750
13360 msgid ""
13361 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13362 "the mount options as for the L<mount(8)> I<-o> flag."
13363 msgstr ""
13364
13365 #. type: textblock
13366 #: ../src/guestfs-actions.pod:4754 ../fish/guestfish-actions.pod:3210
13367 msgid ""
13368 "If the C<options> parameter is an empty string, then no options are passed "
13369 "(all options default to whatever the filesystem uses)."
13370 msgstr ""
13371
13372 #. type: textblock
13373 #: ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:4791
13374 msgid "(Added in 1.0.10)"
13375 msgstr ""
13376
13377 #. type: =head2
13378 #: ../src/guestfs-actions.pod:4762
13379 msgid "guestfs_mount_ro"
13380 msgstr ""
13381
13382 #. type: verbatim
13383 #: ../src/guestfs-actions.pod:4764
13384 #, no-wrap
13385 msgid ""
13386 " int\n"
13387 " guestfs_mount_ro (guestfs_h *g,\n"
13388 "                   const char *device,\n"
13389 "                   const char *mountpoint);\n"
13390 "\n"
13391 msgstr ""
13392
13393 #. type: textblock
13394 #: ../src/guestfs-actions.pod:4769
13395 msgid ""
13396 "This is the same as the C<guestfs_mount> command, but it mounts the "
13397 "filesystem with the read-only (I<-o ro>) flag."
13398 msgstr ""
13399
13400 #. type: =head2
13401 #: ../src/guestfs-actions.pod:4776
13402 msgid "guestfs_mount_vfs"
13403 msgstr ""
13404
13405 #. type: verbatim
13406 #: ../src/guestfs-actions.pod:4778
13407 #, no-wrap
13408 msgid ""
13409 " int\n"
13410 " guestfs_mount_vfs (guestfs_h *g,\n"
13411 "                    const char *options,\n"
13412 "                    const char *vfstype,\n"
13413 "                    const char *device,\n"
13414 "                    const char *mountpoint);\n"
13415 "\n"
13416 msgstr ""
13417
13418 #. type: textblock
13419 #: ../src/guestfs-actions.pod:4785
13420 msgid ""
13421 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13422 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13423 "I<-t> flags."
13424 msgstr ""
13425
13426 #. type: =head2
13427 #: ../src/guestfs-actions.pod:4793
13428 msgid "guestfs_mountpoints"
13429 msgstr ""
13430
13431 #. type: verbatim
13432 #: ../src/guestfs-actions.pod:4795
13433 #, no-wrap
13434 msgid ""
13435 " char **\n"
13436 " guestfs_mountpoints (guestfs_h *g);\n"
13437 "\n"
13438 msgstr ""
13439
13440 #. type: textblock
13441 #: ../src/guestfs-actions.pod:4798
13442 msgid ""
13443 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13444 "devices.  This one returns a hash table (map) of device name to directory "
13445 "where the device is mounted."
13446 msgstr ""
13447
13448 #. type: =head2
13449 #: ../src/guestfs-actions.pod:4810
13450 msgid "guestfs_mounts"
13451 msgstr ""
13452
13453 #. type: verbatim
13454 #: ../src/guestfs-actions.pod:4812
13455 #, no-wrap
13456 msgid ""
13457 " char **\n"
13458 " guestfs_mounts (guestfs_h *g);\n"
13459 "\n"
13460 msgstr ""
13461
13462 #. type: textblock
13463 #: ../src/guestfs-actions.pod:4815 ../fish/guestfish-actions.pod:3241
13464 msgid ""
13465 "This returns the list of currently mounted filesystems.  It returns the list "
13466 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13467 msgstr ""
13468
13469 #. type: textblock
13470 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3244
13471 msgid "Some internal mounts are not shown."
13472 msgstr ""
13473
13474 #. type: textblock
13475 #: ../src/guestfs-actions.pod:4820
13476 msgid "See also: C<guestfs_mountpoints>"
13477 msgstr ""
13478
13479 #. type: =head2
13480 #: ../src/guestfs-actions.pod:4828
13481 msgid "guestfs_mv"
13482 msgstr ""
13483
13484 #. type: verbatim
13485 #: ../src/guestfs-actions.pod:4830
13486 #, no-wrap
13487 msgid ""
13488 " int\n"
13489 " guestfs_mv (guestfs_h *g,\n"
13490 "             const char *src,\n"
13491 "             const char *dest);\n"
13492 "\n"
13493 msgstr ""
13494
13495 #. type: textblock
13496 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3252
13497 msgid ""
13498 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13499 "destination filename or destination directory."
13500 msgstr ""
13501
13502 #. type: =head2
13503 #: ../src/guestfs-actions.pod:4842
13504 msgid "guestfs_ntfs_3g_probe"
13505 msgstr ""
13506
13507 #. type: verbatim
13508 #: ../src/guestfs-actions.pod:4844
13509 #, no-wrap
13510 msgid ""
13511 " int\n"
13512 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13513 "                        int rw,\n"
13514 "                        const char *device);\n"
13515 "\n"
13516 msgstr ""
13517
13518 #. type: textblock
13519 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3259
13520 msgid ""
13521 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13522 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13523 "read-write, and some cannot be mounted at all)."
13524 msgstr ""
13525
13526 #. type: textblock
13527 #: ../src/guestfs-actions.pod:4853 ../fish/guestfish-actions.pod:3263
13528 msgid ""
13529 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13530 "can be mounted read-write.  Set it to false if you want to test if the "
13531 "volume can be mounted read-only."
13532 msgstr ""
13533
13534 #. type: textblock
13535 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3267
13536 msgid ""
13537 "The return value is an integer which C<0> if the operation would succeed, or "
13538 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13539 msgstr ""
13540
13541 #. type: textblock
13542 #: ../src/guestfs-actions.pod:4863
13543 msgid "(Added in 1.0.43)"
13544 msgstr ""
13545
13546 #. type: =head2
13547 #: ../src/guestfs-actions.pod:4865
13548 msgid "guestfs_ntfsresize"
13549 msgstr ""
13550
13551 #. type: verbatim
13552 #: ../src/guestfs-actions.pod:4867
13553 #, no-wrap
13554 msgid ""
13555 " int\n"
13556 " guestfs_ntfsresize (guestfs_h *g,\n"
13557 "                     const char *device);\n"
13558 "\n"
13559 msgstr ""
13560
13561 #. type: textblock
13562 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3275
13563 msgid ""
13564 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13565 "size of the underlying device.  See also L<ntfsresize(8)>."
13566 msgstr ""
13567
13568 #. type: =head2
13569 #: ../src/guestfs-actions.pod:4879
13570 msgid "guestfs_ntfsresize_size"
13571 msgstr ""
13572
13573 #. type: verbatim
13574 #: ../src/guestfs-actions.pod:4881
13575 #, no-wrap
13576 msgid ""
13577 " int\n"
13578 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13579 "                          const char *device,\n"
13580 "                          int64_t size);\n"
13581 "\n"
13582 msgstr ""
13583
13584 #. type: textblock
13585 #: ../src/guestfs-actions.pod:4886
13586 msgid ""
13587 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13588 "to specify the new size (in bytes) explicitly."
13589 msgstr ""
13590
13591 #. type: textblock
13592 #: ../src/guestfs-actions.pod:4891 ../src/guestfs-actions.pod:5327 ../src/guestfs-actions.pod:5400 ../src/guestfs-actions.pod:5666 ../src/guestfs-actions.pod:7237
13593 msgid "(Added in 1.3.14)"
13594 msgstr ""
13595
13596 #. type: =head2
13597 #: ../src/guestfs-actions.pod:4893
13598 msgid "guestfs_part_add"
13599 msgstr ""
13600
13601 #. type: verbatim
13602 #: ../src/guestfs-actions.pod:4895
13603 #, no-wrap
13604 msgid ""
13605 " int\n"
13606 " guestfs_part_add (guestfs_h *g,\n"
13607 "                   const char *device,\n"
13608 "                   const char *prlogex,\n"
13609 "                   int64_t startsect,\n"
13610 "                   int64_t endsect);\n"
13611 "\n"
13612 msgstr ""
13613
13614 #. type: textblock
13615 #: ../src/guestfs-actions.pod:4902
13616 msgid ""
13617 "This command adds a partition to C<device>.  If there is no partition table "
13618 "on the device, call C<guestfs_part_init> first."
13619 msgstr ""
13620
13621 #. type: textblock
13622 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3293
13623 msgid ""
13624 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13625 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13626 "C<logical>) and C<e> (or C<extended>) partition types."
13627 msgstr ""
13628
13629 #. type: textblock
13630 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3298
13631 msgid ""
13632 "C<startsect> and C<endsect> are the start and end of the partition in "
13633 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13634 "from the end of the disk (C<-1> is the last sector)."
13635 msgstr ""
13636
13637 #. type: textblock
13638 #: ../src/guestfs-actions.pod:4914
13639 msgid ""
13640 "Creating a partition which covers the whole disk is not so easy.  Use "
13641 "C<guestfs_part_disk> to do that."
13642 msgstr ""
13643
13644 #. type: textblock
13645 #: ../src/guestfs-actions.pod:4919 ../src/guestfs-actions.pod:4957 ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5088 ../src/guestfs-actions.pod:5126 ../src/guestfs-actions.pod:5145 ../src/guestfs-actions.pod:5185
13646 msgid "(Added in 1.0.78)"
13647 msgstr ""
13648
13649 #. type: =head2
13650 #: ../src/guestfs-actions.pod:4921
13651 msgid "guestfs_part_del"
13652 msgstr ""
13653
13654 #. type: verbatim
13655 #: ../src/guestfs-actions.pod:4923
13656 #, no-wrap
13657 msgid ""
13658 " int\n"
13659 " guestfs_part_del (guestfs_h *g,\n"
13660 "                   const char *device,\n"
13661 "                   int partnum);\n"
13662 "\n"
13663 msgstr ""
13664
13665 #. type: textblock
13666 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3309
13667 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13668 msgstr ""
13669
13670 #. type: textblock
13671 #: ../src/guestfs-actions.pod:4930 ../fish/guestfish-actions.pod:3311
13672 msgid ""
13673 "Note that in the case of MBR partitioning, deleting an extended partition "
13674 "also deletes any logical partitions it contains."
13675 msgstr ""
13676
13677 #. type: =head2
13678 #: ../src/guestfs-actions.pod:4938
13679 msgid "guestfs_part_disk"
13680 msgstr ""
13681
13682 #. type: verbatim
13683 #: ../src/guestfs-actions.pod:4940
13684 #, no-wrap
13685 msgid ""
13686 " int\n"
13687 " guestfs_part_disk (guestfs_h *g,\n"
13688 "                    const char *device,\n"
13689 "                    const char *parttype);\n"
13690 "\n"
13691 msgstr ""
13692
13693 #. type: textblock
13694 #: ../src/guestfs-actions.pod:4945
13695 msgid ""
13696 "This command is simply a combination of C<guestfs_part_init> followed by "
13697 "C<guestfs_part_add> to create a single primary partition covering the whole "
13698 "disk."
13699 msgstr ""
13700
13701 #. type: textblock
13702 #: ../src/guestfs-actions.pod:4949
13703 msgid ""
13704 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13705 "possible values are described in C<guestfs_part_init>."
13706 msgstr ""
13707
13708 #. type: =head2
13709 #: ../src/guestfs-actions.pod:4959
13710 msgid "guestfs_part_get_bootable"
13711 msgstr ""
13712
13713 #. type: verbatim
13714 #: ../src/guestfs-actions.pod:4961
13715 #, no-wrap
13716 msgid ""
13717 " int\n"
13718 " guestfs_part_get_bootable (guestfs_h *g,\n"
13719 "                            const char *device,\n"
13720 "                            int partnum);\n"
13721 "\n"
13722 msgstr ""
13723
13724 #. type: textblock
13725 #: ../src/guestfs-actions.pod:4966 ../fish/guestfish-actions.pod:3333
13726 msgid ""
13727 "This command returns true if the partition C<partnum> on C<device> has the "
13728 "bootable flag set."
13729 msgstr ""
13730
13731 #. type: textblock
13732 #: ../src/guestfs-actions.pod:4969
13733 msgid "See also C<guestfs_part_set_bootable>."
13734 msgstr ""
13735
13736 #. type: =head2
13737 #: ../src/guestfs-actions.pod:4975
13738 msgid "guestfs_part_get_mbr_id"
13739 msgstr ""
13740
13741 #. type: verbatim
13742 #: ../src/guestfs-actions.pod:4977
13743 #, no-wrap
13744 msgid ""
13745 " int\n"
13746 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13747 "                          const char *device,\n"
13748 "                          int partnum);\n"
13749 "\n"
13750 msgstr ""
13751
13752 #. type: textblock
13753 #: ../src/guestfs-actions.pod:4982 ../fish/guestfish-actions.pod:3342
13754 msgid ""
13755 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13756 "partition C<partnum>."
13757 msgstr ""
13758
13759 #. type: textblock
13760 #: ../src/guestfs-actions.pod:4985 ../src/guestfs-actions.pod:5161
13761 msgid ""
13762 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13763 "undefined results for other partition table types (see "
13764 "C<guestfs_part_get_parttype>)."
13765 msgstr ""
13766
13767 #. type: =head2
13768 #: ../src/guestfs-actions.pod:4993
13769 msgid "guestfs_part_get_parttype"
13770 msgstr ""
13771
13772 #. type: verbatim
13773 #: ../src/guestfs-actions.pod:4995
13774 #, no-wrap
13775 msgid ""
13776 " char *\n"
13777 " guestfs_part_get_parttype (guestfs_h *g,\n"
13778 "                            const char *device);\n"
13779 "\n"
13780 msgstr ""
13781
13782 #. type: textblock
13783 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3353
13784 msgid ""
13785 "This command examines the partition table on C<device> and returns the "
13786 "partition table type (format) being used."
13787 msgstr ""
13788
13789 #. type: textblock
13790 #: ../src/guestfs-actions.pod:5002
13791 msgid ""
13792 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13793 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13794 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13795 msgstr ""
13796
13797 #. type: =head2
13798 #: ../src/guestfs-actions.pod:5012
13799 msgid "guestfs_part_init"
13800 msgstr ""
13801
13802 #. type: verbatim
13803 #: ../src/guestfs-actions.pod:5014
13804 #, no-wrap
13805 msgid ""
13806 " int\n"
13807 " guestfs_part_init (guestfs_h *g,\n"
13808 "                    const char *device,\n"
13809 "                    const char *parttype);\n"
13810 "\n"
13811 msgstr ""
13812
13813 #. type: textblock
13814 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3365
13815 msgid ""
13816 "This creates an empty partition table on C<device> of one of the partition "
13817 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13818 "(for large disks)."
13819 msgstr ""
13820
13821 #. type: textblock
13822 #: ../src/guestfs-actions.pod:5023
13823 msgid ""
13824 "Initially there are no partitions.  Following this, you should call "
13825 "C<guestfs_part_add> for each partition required."
13826 msgstr ""
13827
13828 #. type: textblock
13829 #: ../src/guestfs-actions.pod:5026 ../fish/guestfish-actions.pod:3372
13830 msgid "Possible values for C<parttype> are:"
13831 msgstr ""
13832
13833 #. type: =item
13834 #: ../src/guestfs-actions.pod:5030 ../fish/guestfish-actions.pod:3376
13835 msgid "B<efi> | B<gpt>"
13836 msgstr ""
13837
13838 #. type: textblock
13839 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3378
13840 msgid "Intel EFI / GPT partition table."
13841 msgstr ""
13842
13843 #. type: textblock
13844 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3380
13845 msgid ""
13846 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13847 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13848 "the C<mbr> format."
13849 msgstr ""
13850
13851 #. type: =item
13852 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
13853 msgid "B<mbr> | B<msdos>"
13854 msgstr ""
13855
13856 #. type: textblock
13857 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
13858 msgid ""
13859 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13860 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13861 "TB.  For large disks we recommend using C<gpt>."
13862 msgstr ""
13863
13864 #. type: textblock
13865 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
13866 msgid "Other partition table types that may work but are not supported include:"
13867 msgstr ""
13868
13869 #. type: =item
13870 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3398
13871 msgid "B<aix>"
13872 msgstr ""
13873
13874 #. type: textblock
13875 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3400
13876 msgid "AIX disk labels."
13877 msgstr ""
13878
13879 #. type: =item
13880 #: ../src/guestfs-actions.pod:5056 ../fish/guestfish-actions.pod:3402
13881 msgid "B<amiga> | B<rdb>"
13882 msgstr ""
13883
13884 #. type: textblock
13885 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3404
13886 msgid "Amiga \"Rigid Disk Block\" format."
13887 msgstr ""
13888
13889 #. type: =item
13890 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3406
13891 msgid "B<bsd>"
13892 msgstr ""
13893
13894 #. type: textblock
13895 #: ../src/guestfs-actions.pod:5062 ../fish/guestfish-actions.pod:3408
13896 msgid "BSD disk labels."
13897 msgstr ""
13898
13899 #. type: =item
13900 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
13901 msgid "B<dasd>"
13902 msgstr ""
13903
13904 #. type: textblock
13905 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
13906 msgid "DASD, used on IBM mainframes."
13907 msgstr ""
13908
13909 #. type: =item
13910 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
13911 msgid "B<dvh>"
13912 msgstr ""
13913
13914 #. type: textblock
13915 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
13916 msgid "MIPS/SGI volumes."
13917 msgstr ""
13918
13919 #. type: =item
13920 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
13921 msgid "B<mac>"
13922 msgstr ""
13923
13924 #. type: textblock
13925 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
13926 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13927 msgstr ""
13928
13929 #. type: =item
13930 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
13931 msgid "B<pc98>"
13932 msgstr ""
13933
13934 #. type: textblock
13935 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
13936 msgid "NEC PC-98 format, common in Japan apparently."
13937 msgstr ""
13938
13939 #. type: =item
13940 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
13941 msgid "B<sun>"
13942 msgstr ""
13943
13944 #. type: textblock
13945 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
13946 msgid "Sun disk labels."
13947 msgstr ""
13948
13949 #. type: =head2
13950 #: ../src/guestfs-actions.pod:5090
13951 msgid "guestfs_part_list"
13952 msgstr ""
13953
13954 #. type: verbatim
13955 #: ../src/guestfs-actions.pod:5092
13956 #, no-wrap
13957 msgid ""
13958 " struct guestfs_partition_list *\n"
13959 " guestfs_part_list (guestfs_h *g,\n"
13960 "                    const char *device);\n"
13961 "\n"
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3436
13966 msgid ""
13967 "This command parses the partition table on C<device> and returns the list of "
13968 "partitions found."
13969 msgstr ""
13970
13971 #. type: textblock
13972 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3439
13973 msgid "The fields in the returned structure are:"
13974 msgstr ""
13975
13976 #. type: =item
13977 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3443
13978 msgid "B<part_num>"
13979 msgstr ""
13980
13981 #. type: textblock
13982 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3445
13983 msgid "Partition number, counting from 1."
13984 msgstr ""
13985
13986 #. type: =item
13987 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3447
13988 msgid "B<part_start>"
13989 msgstr ""
13990
13991 #. type: textblock
13992 #: ../src/guestfs-actions.pod:5109
13993 msgid ""
13994 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13995 "the device's sector size, see C<guestfs_blockdev_getss>."
13996 msgstr ""
13997
13998 #. type: =item
13999 #: ../src/guestfs-actions.pod:5112 ../fish/guestfish-actions.pod:3452
14000 msgid "B<part_end>"
14001 msgstr ""
14002
14003 #. type: textblock
14004 #: ../src/guestfs-actions.pod:5114 ../fish/guestfish-actions.pod:3454
14005 msgid "End of the partition in bytes."
14006 msgstr ""
14007
14008 #. type: =item
14009 #: ../src/guestfs-actions.pod:5116 ../fish/guestfish-actions.pod:3456
14010 msgid "B<part_size>"
14011 msgstr ""
14012
14013 #. type: textblock
14014 #: ../src/guestfs-actions.pod:5118 ../fish/guestfish-actions.pod:3458
14015 msgid "Size of the partition in bytes."
14016 msgstr ""
14017
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:5122
14020 msgid ""
14021 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14022 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14023 "use>."
14024 msgstr ""
14025
14026 #. type: =head2
14027 #: ../src/guestfs-actions.pod:5128
14028 msgid "guestfs_part_set_bootable"
14029 msgstr ""
14030
14031 #. type: verbatim
14032 #: ../src/guestfs-actions.pod:5130
14033 #, no-wrap
14034 msgid ""
14035 " int\n"
14036 " guestfs_part_set_bootable (guestfs_h *g,\n"
14037 "                            const char *device,\n"
14038 "                            int partnum,\n"
14039 "                            int bootable);\n"
14040 "\n"
14041 msgstr ""
14042
14043 #. type: textblock
14044 #: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3466
14045 msgid ""
14046 "This sets the bootable flag on partition numbered C<partnum> on device "
14047 "C<device>.  Note that partitions are numbered from 1."
14048 msgstr ""
14049
14050 #. type: textblock
14051 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3469
14052 msgid ""
14053 "The bootable flag is used by some operating systems (notably Windows) to "
14054 "determine which partition to boot from.  It is by no means universally "
14055 "recognized."
14056 msgstr ""
14057
14058 #. type: =head2
14059 #: ../src/guestfs-actions.pod:5147
14060 msgid "guestfs_part_set_mbr_id"
14061 msgstr ""
14062
14063 #. type: verbatim
14064 #: ../src/guestfs-actions.pod:5149
14065 #, no-wrap
14066 msgid ""
14067 " int\n"
14068 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14069 "                          const char *device,\n"
14070 "                          int partnum,\n"
14071 "                          int idbyte);\n"
14072 "\n"
14073 msgstr ""
14074
14075 #. type: textblock
14076 #: ../src/guestfs-actions.pod:5155 ../fish/guestfish-actions.pod:3477
14077 msgid ""
14078 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14079 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14080 "documentation are in fact hexadecimal numbers, but usually documented "
14081 "without any leading \"0x\" which might be confusing."
14082 msgstr ""
14083
14084 #. type: =head2
14085 #: ../src/guestfs-actions.pod:5169
14086 msgid "guestfs_part_set_name"
14087 msgstr ""
14088
14089 #. type: verbatim
14090 #: ../src/guestfs-actions.pod:5171
14091 #, no-wrap
14092 msgid ""
14093 " int\n"
14094 " guestfs_part_set_name (guestfs_h *g,\n"
14095 "                        const char *device,\n"
14096 "                        int partnum,\n"
14097 "                        const char *name);\n"
14098 "\n"
14099 msgstr ""
14100
14101 #. type: textblock
14102 #: ../src/guestfs-actions.pod:5177 ../fish/guestfish-actions.pod:3491
14103 msgid ""
14104 "This sets the partition name on partition numbered C<partnum> on device "
14105 "C<device>.  Note that partitions are numbered from 1."
14106 msgstr ""
14107
14108 #. type: textblock
14109 #: ../src/guestfs-actions.pod:5180 ../fish/guestfish-actions.pod:3494
14110 msgid ""
14111 "The partition name can only be set on certain types of partition table.  "
14112 "This works on C<gpt> but not on C<mbr> partitions."
14113 msgstr ""
14114
14115 #. type: =head2
14116 #: ../src/guestfs-actions.pod:5187
14117 msgid "guestfs_part_to_dev"
14118 msgstr ""
14119
14120 #. type: verbatim
14121 #: ../src/guestfs-actions.pod:5189
14122 #, no-wrap
14123 msgid ""
14124 " char *\n"
14125 " guestfs_part_to_dev (guestfs_h *g,\n"
14126 "                      const char *partition);\n"
14127 "\n"
14128 msgstr ""
14129
14130 #. type: textblock
14131 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3501
14132 msgid ""
14133 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14134 "partition number, returning the device name (eg. \"/dev/sdb\")."
14135 msgstr ""
14136
14137 #. type: textblock
14138 #: ../src/guestfs-actions.pod:5197
14139 msgid ""
14140 "The named partition must exist, for example as a string returned from "
14141 "C<guestfs_list_partitions>."
14142 msgstr ""
14143
14144 #. type: =head2
14145 #: ../src/guestfs-actions.pod:5205
14146 msgid "guestfs_ping_daemon"
14147 msgstr ""
14148
14149 #. type: verbatim
14150 #: ../src/guestfs-actions.pod:5207
14151 #, no-wrap
14152 msgid ""
14153 " int\n"
14154 " guestfs_ping_daemon (guestfs_h *g);\n"
14155 "\n"
14156 msgstr ""
14157
14158 #. type: textblock
14159 #: ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:3512
14160 msgid ""
14161 "This is a test probe into the guestfs daemon running inside the qemu "
14162 "subprocess.  Calling this function checks that the daemon responds to the "
14163 "ping message, without affecting the daemon or attached block device(s) in "
14164 "any other way."
14165 msgstr ""
14166
14167 #. type: =head2
14168 #: ../src/guestfs-actions.pod:5219
14169 msgid "guestfs_pread"
14170 msgstr ""
14171
14172 #. type: verbatim
14173 #: ../src/guestfs-actions.pod:5221
14174 #, no-wrap
14175 msgid ""
14176 " char *\n"
14177 " guestfs_pread (guestfs_h *g,\n"
14178 "                const char *path,\n"
14179 "                int count,\n"
14180 "                int64_t offset,\n"
14181 "                size_t *size_r);\n"
14182 "\n"
14183 msgstr ""
14184
14185 #. type: textblock
14186 #: ../src/guestfs-actions.pod:5228 ../fish/guestfish-actions.pod:3521
14187 msgid ""
14188 "This command lets you read part of a file.  It reads C<count> bytes of the "
14189 "file, starting at C<offset>, from file C<path>."
14190 msgstr ""
14191
14192 #. type: textblock
14193 #: ../src/guestfs-actions.pod:5231 ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3524 ../fish/guestfish-actions.pod:3539
14194 msgid ""
14195 "This may read fewer bytes than requested.  For further details see the "
14196 "L<pread(2)> system call."
14197 msgstr ""
14198
14199 #. type: textblock
14200 #: ../src/guestfs-actions.pod:5234
14201 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14202 msgstr ""
14203
14204 #. type: =head2
14205 #: ../src/guestfs-actions.pod:5245
14206 msgid "guestfs_pread_device"
14207 msgstr ""
14208
14209 #. type: verbatim
14210 #: ../src/guestfs-actions.pod:5247
14211 #, no-wrap
14212 msgid ""
14213 " char *\n"
14214 " guestfs_pread_device (guestfs_h *g,\n"
14215 "                       const char *device,\n"
14216 "                       int count,\n"
14217 "                       int64_t offset,\n"
14218 "                       size_t *size_r);\n"
14219 "\n"
14220 msgstr ""
14221
14222 #. type: textblock
14223 #: ../src/guestfs-actions.pod:5254 ../fish/guestfish-actions.pod:3536
14224 msgid ""
14225 "This command lets you read part of a file.  It reads C<count> bytes of "
14226 "C<device>, starting at C<offset>."
14227 msgstr ""
14228
14229 #. type: textblock
14230 #: ../src/guestfs-actions.pod:5260
14231 msgid "See also C<guestfs_pread>."
14232 msgstr ""
14233
14234 #. type: textblock
14235 #: ../src/guestfs-actions.pod:5269
14236 msgid "(Added in 1.5.21)"
14237 msgstr ""
14238
14239 #. type: =head2
14240 #: ../src/guestfs-actions.pod:5271
14241 msgid "guestfs_pvcreate"
14242 msgstr ""
14243
14244 #. type: verbatim
14245 #: ../src/guestfs-actions.pod:5273
14246 #, no-wrap
14247 msgid ""
14248 " int\n"
14249 " guestfs_pvcreate (guestfs_h *g,\n"
14250 "                   const char *device);\n"
14251 "\n"
14252 msgstr ""
14253
14254 #. type: textblock
14255 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3551
14256 msgid ""
14257 "This creates an LVM physical volume on the named C<device>, where C<device> "
14258 "should usually be a partition name such as C</dev/sda1>."
14259 msgstr ""
14260
14261 #. type: =head2
14262 #: ../src/guestfs-actions.pod:5285
14263 msgid "guestfs_pvremove"
14264 msgstr ""
14265
14266 #. type: verbatim
14267 #: ../src/guestfs-actions.pod:5287
14268 #, no-wrap
14269 msgid ""
14270 " int\n"
14271 " guestfs_pvremove (guestfs_h *g,\n"
14272 "                   const char *device);\n"
14273 "\n"
14274 msgstr ""
14275
14276 #. type: textblock
14277 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3559
14278 msgid ""
14279 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14280 "it."
14281 msgstr ""
14282
14283 #. type: textblock
14284 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3562
14285 msgid ""
14286 "The implementation uses the C<pvremove> command which refuses to wipe "
14287 "physical volumes that contain any volume groups, so you have to remove those "
14288 "first."
14289 msgstr ""
14290
14291 #. type: =head2
14292 #: ../src/guestfs-actions.pod:5302
14293 msgid "guestfs_pvresize"
14294 msgstr ""
14295
14296 #. type: verbatim
14297 #: ../src/guestfs-actions.pod:5304
14298 #, no-wrap
14299 msgid ""
14300 " int\n"
14301 " guestfs_pvresize (guestfs_h *g,\n"
14302 "                   const char *device);\n"
14303 "\n"
14304 msgstr ""
14305
14306 #. type: textblock
14307 #: ../src/guestfs-actions.pod:5308 ../fish/guestfish-actions.pod:3570
14308 msgid ""
14309 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14310 "the new size of the underlying device."
14311 msgstr ""
14312
14313 #. type: =head2
14314 #: ../src/guestfs-actions.pod:5315
14315 msgid "guestfs_pvresize_size"
14316 msgstr ""
14317
14318 #. type: verbatim
14319 #: ../src/guestfs-actions.pod:5317
14320 #, no-wrap
14321 msgid ""
14322 " int\n"
14323 " guestfs_pvresize_size (guestfs_h *g,\n"
14324 "                        const char *device,\n"
14325 "                        int64_t size);\n"
14326 "\n"
14327 msgstr ""
14328
14329 #. type: textblock
14330 #: ../src/guestfs-actions.pod:5322
14331 msgid ""
14332 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14333 "specify the new size (in bytes) explicitly."
14334 msgstr ""
14335
14336 #. type: =head2
14337 #: ../src/guestfs-actions.pod:5329
14338 msgid "guestfs_pvs"
14339 msgstr ""
14340
14341 #. type: verbatim
14342 #: ../src/guestfs-actions.pod:5331
14343 #, no-wrap
14344 msgid ""
14345 " char **\n"
14346 " guestfs_pvs (guestfs_h *g);\n"
14347 "\n"
14348 msgstr ""
14349
14350 #. type: textblock
14351 #: ../src/guestfs-actions.pod:5334 ../fish/guestfish-actions.pod:3584
14352 msgid ""
14353 "List all the physical volumes detected.  This is the equivalent of the "
14354 "L<pvs(8)> command."
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:5337 ../fish/guestfish-actions.pod:3587
14359 msgid ""
14360 "This returns a list of just the device names that contain PVs "
14361 "(eg. C</dev/sda2>)."
14362 msgstr ""
14363
14364 #. type: textblock
14365 #: ../src/guestfs-actions.pod:5340
14366 msgid "See also C<guestfs_pvs_full>."
14367 msgstr ""
14368
14369 #. type: =head2
14370 #: ../src/guestfs-actions.pod:5348
14371 msgid "guestfs_pvs_full"
14372 msgstr ""
14373
14374 #. type: verbatim
14375 #: ../src/guestfs-actions.pod:5350
14376 #, no-wrap
14377 msgid ""
14378 " struct guestfs_lvm_pv_list *\n"
14379 " guestfs_pvs_full (guestfs_h *g);\n"
14380 "\n"
14381 msgstr ""
14382
14383 #. type: textblock
14384 #: ../src/guestfs-actions.pod:5353 ../fish/guestfish-actions.pod:3596
14385 msgid ""
14386 "List all the physical volumes detected.  This is the equivalent of the "
14387 "L<pvs(8)> command.  The \"full\" version includes all fields."
14388 msgstr ""
14389
14390 #. type: textblock
14391 #: ../src/guestfs-actions.pod:5356
14392 msgid ""
14393 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14394 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14395 "use>."
14396 msgstr ""
14397
14398 #. type: =head2
14399 #: ../src/guestfs-actions.pod:5362
14400 msgid "guestfs_pvuuid"
14401 msgstr ""
14402
14403 #. type: verbatim
14404 #: ../src/guestfs-actions.pod:5364
14405 #, no-wrap
14406 msgid ""
14407 " char *\n"
14408 " guestfs_pvuuid (guestfs_h *g,\n"
14409 "                 const char *device);\n"
14410 "\n"
14411 msgstr ""
14412
14413 #. type: textblock
14414 #: ../src/guestfs-actions.pod:5368 ../fish/guestfish-actions.pod:3603
14415 msgid "This command returns the UUID of the LVM PV C<device>."
14416 msgstr ""
14417
14418 #. type: =head2
14419 #: ../src/guestfs-actions.pod:5375
14420 msgid "guestfs_pwrite"
14421 msgstr ""
14422
14423 #. type: verbatim
14424 #: ../src/guestfs-actions.pod:5377
14425 #, no-wrap
14426 msgid ""
14427 " int\n"
14428 " guestfs_pwrite (guestfs_h *g,\n"
14429 "                 const char *path,\n"
14430 "                 const char *content,\n"
14431 "                 size_t content_size,\n"
14432 "                 int64_t offset);\n"
14433 "\n"
14434 msgstr ""
14435
14436 #. type: textblock
14437 #: ../src/guestfs-actions.pod:5384 ../fish/guestfish-actions.pod:3609
14438 msgid ""
14439 "This command writes to part of a file.  It writes the data buffer C<content> "
14440 "to the file C<path> starting at offset C<offset>."
14441 msgstr ""
14442
14443 #. type: textblock
14444 #: ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:3612
14445 msgid ""
14446 "This command implements the L<pwrite(2)> system call, and like that system "
14447 "call it may not write the full data requested.  The return value is the "
14448 "number of bytes that were actually written to the file.  This could even be "
14449 "0, although short writes are unlikely for regular files in ordinary "
14450 "circumstances."
14451 msgstr ""
14452
14453 #. type: textblock
14454 #: ../src/guestfs-actions.pod:5393
14455 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14456 msgstr ""
14457
14458 #. type: =head2
14459 #: ../src/guestfs-actions.pod:5402
14460 msgid "guestfs_pwrite_device"
14461 msgstr ""
14462
14463 #. type: verbatim
14464 #: ../src/guestfs-actions.pod:5404
14465 #, no-wrap
14466 msgid ""
14467 " int\n"
14468 " guestfs_pwrite_device (guestfs_h *g,\n"
14469 "                        const char *device,\n"
14470 "                        const char *content,\n"
14471 "                        size_t content_size,\n"
14472 "                        int64_t offset);\n"
14473 "\n"
14474 msgstr ""
14475
14476 #. type: textblock
14477 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3627
14478 msgid ""
14479 "This command writes to part of a device.  It writes the data buffer "
14480 "C<content> to C<device> starting at offset C<offset>."
14481 msgstr ""
14482
14483 #. type: textblock
14484 #: ../src/guestfs-actions.pod:5414 ../fish/guestfish-actions.pod:3630
14485 msgid ""
14486 "This command implements the L<pwrite(2)> system call, and like that system "
14487 "call it may not write the full data requested (although short writes to disk "
14488 "devices and partitions are probably impossible with standard Linux kernels)."
14489 msgstr ""
14490
14491 #. type: textblock
14492 #: ../src/guestfs-actions.pod:5419
14493 msgid "See also C<guestfs_pwrite>."
14494 msgstr ""
14495
14496 #. type: textblock
14497 #: ../src/guestfs-actions.pod:5426
14498 msgid "(Added in 1.5.20)"
14499 msgstr ""
14500
14501 #. type: =head2
14502 #: ../src/guestfs-actions.pod:5428
14503 msgid "guestfs_read_file"
14504 msgstr ""
14505
14506 #. type: verbatim
14507 #: ../src/guestfs-actions.pod:5430
14508 #, no-wrap
14509 msgid ""
14510 " char *\n"
14511 " guestfs_read_file (guestfs_h *g,\n"
14512 "                    const char *path,\n"
14513 "                    size_t *size_r);\n"
14514 "\n"
14515 msgstr ""
14516
14517 #. type: textblock
14518 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3644
14519 msgid "This calls returns the contents of the file C<path> as a buffer."
14520 msgstr ""
14521
14522 #. type: textblock
14523 #: ../src/guestfs-actions.pod:5438
14524 msgid ""
14525 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14526 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14527 "function is limited in the total size of file that can be handled."
14528 msgstr ""
14529
14530 #. type: textblock
14531 #: ../src/guestfs-actions.pod:5450
14532 msgid "(Added in 1.0.63)"
14533 msgstr ""
14534
14535 #. type: =head2
14536 #: ../src/guestfs-actions.pod:5452
14537 msgid "guestfs_read_lines"
14538 msgstr ""
14539
14540 #. type: verbatim
14541 #: ../src/guestfs-actions.pod:5454
14542 #, no-wrap
14543 msgid ""
14544 " char **\n"
14545 " guestfs_read_lines (guestfs_h *g,\n"
14546 "                     const char *path);\n"
14547 "\n"
14548 msgstr ""
14549
14550 #. type: textblock
14551 #: ../src/guestfs-actions.pod:5460 ../fish/guestfish-actions.pod:3661
14552 msgid ""
14553 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14554 "C<CRLF> character sequences are I<not> returned."
14555 msgstr ""
14556
14557 #. type: textblock
14558 #: ../src/guestfs-actions.pod:5463
14559 msgid ""
14560 "Note that this function cannot correctly handle binary files (specifically, "
14561 "files containing C<\\0> character which is treated as end of line).  For "
14562 "those you need to use the C<guestfs_read_file> function which has a more "
14563 "complex interface."
14564 msgstr ""
14565
14566 #. type: =head2
14567 #: ../src/guestfs-actions.pod:5474
14568 msgid "guestfs_readdir"
14569 msgstr ""
14570
14571 #. type: verbatim
14572 #: ../src/guestfs-actions.pod:5476
14573 #, no-wrap
14574 msgid ""
14575 " struct guestfs_dirent_list *\n"
14576 " guestfs_readdir (guestfs_h *g,\n"
14577 "                  const char *dir);\n"
14578 "\n"
14579 msgstr ""
14580
14581 #. type: textblock
14582 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3673
14583 msgid "This returns the list of directory entries in directory C<dir>."
14584 msgstr ""
14585
14586 #. type: textblock
14587 #: ../src/guestfs-actions.pod:5482 ../fish/guestfish-actions.pod:3675
14588 msgid ""
14589 "All entries in the directory are returned, including C<.> and C<..>.  The "
14590 "entries are I<not> sorted, but returned in the same order as the underlying "
14591 "filesystem."
14592 msgstr ""
14593
14594 #. type: textblock
14595 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3679
14596 msgid ""
14597 "Also this call returns basic file type information about each file.  The "
14598 "C<ftyp> field will contain one of the following characters:"
14599 msgstr ""
14600
14601 #. type: =item
14602 #: ../src/guestfs-actions.pod:5491 ../fish/guestfish-actions.pod:3684
14603 msgid "'b'"
14604 msgstr ""
14605
14606 #. type: textblock
14607 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3686
14608 msgid "Block special"
14609 msgstr ""
14610
14611 #. type: =item
14612 #: ../src/guestfs-actions.pod:5495 ../fish/guestfish-actions.pod:3688
14613 msgid "'c'"
14614 msgstr ""
14615
14616 #. type: textblock
14617 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3690
14618 msgid "Char special"
14619 msgstr ""
14620
14621 #. type: =item
14622 #: ../src/guestfs-actions.pod:5499 ../fish/guestfish-actions.pod:3692
14623 msgid "'d'"
14624 msgstr ""
14625
14626 #. type: textblock
14627 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
14628 msgid "Directory"
14629 msgstr ""
14630
14631 #. type: =item
14632 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
14633 msgid "'f'"
14634 msgstr ""
14635
14636 #. type: textblock
14637 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
14638 msgid "FIFO (named pipe)"
14639 msgstr ""
14640
14641 #. type: =item
14642 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
14643 msgid "'l'"
14644 msgstr ""
14645
14646 #. type: textblock
14647 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
14648 msgid "Symbolic link"
14649 msgstr ""
14650
14651 #. type: =item
14652 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
14653 msgid "'r'"
14654 msgstr ""
14655
14656 #. type: textblock
14657 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
14658 msgid "Regular file"
14659 msgstr ""
14660
14661 #. type: =item
14662 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
14663 msgid "'s'"
14664 msgstr ""
14665
14666 #. type: textblock
14667 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
14668 msgid "Socket"
14669 msgstr ""
14670
14671 #. type: =item
14672 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
14673 msgid "'u'"
14674 msgstr ""
14675
14676 #. type: textblock
14677 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
14678 msgid "Unknown file type"
14679 msgstr ""
14680
14681 #. type: =item
14682 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
14683 msgid "'?'"
14684 msgstr ""
14685
14686 #. type: textblock
14687 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
14688 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14689 msgstr ""
14690
14691 #. type: textblock
14692 #: ../src/guestfs-actions.pod:5530
14693 msgid ""
14694 "This function is primarily intended for use by programs.  To get a simple "
14695 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14696 "consumption, use C<guestfs_ll>."
14697 msgstr ""
14698
14699 #. type: textblock
14700 #: ../src/guestfs-actions.pod:5534
14701 msgid ""
14702 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14703 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14704 "use>."
14705 msgstr ""
14706
14707 #. type: =head2
14708 #: ../src/guestfs-actions.pod:5540
14709 msgid "guestfs_readlink"
14710 msgstr ""
14711
14712 #. type: verbatim
14713 #: ../src/guestfs-actions.pod:5542
14714 #, no-wrap
14715 msgid ""
14716 " char *\n"
14717 " guestfs_readlink (guestfs_h *g,\n"
14718 "                   const char *path);\n"
14719 "\n"
14720 msgstr ""
14721
14722 #. type: textblock
14723 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3731
14724 msgid "This command reads the target of a symbolic link."
14725 msgstr ""
14726
14727 #. type: =head2
14728 #: ../src/guestfs-actions.pod:5553
14729 msgid "guestfs_readlinklist"
14730 msgstr ""
14731
14732 #. type: verbatim
14733 #: ../src/guestfs-actions.pod:5555
14734 #, no-wrap
14735 msgid ""
14736 " char **\n"
14737 " guestfs_readlinklist (guestfs_h *g,\n"
14738 "                       const char *path,\n"
14739 "                       char *const *names);\n"
14740 "\n"
14741 msgstr ""
14742
14743 #. type: textblock
14744 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3737
14745 msgid ""
14746 "This call allows you to do a C<readlink> operation on multiple files, where "
14747 "all files are in the directory C<path>.  C<names> is the list of files from "
14748 "this directory."
14749 msgstr ""
14750
14751 #. type: textblock
14752 #: ../src/guestfs-actions.pod:5564 ../fish/guestfish-actions.pod:3741
14753 msgid ""
14754 "On return you get a list of strings, with a one-to-one correspondence to the "
14755 "C<names> list.  Each string is the value of the symbolic link."
14756 msgstr ""
14757
14758 #. type: textblock
14759 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3745
14760 msgid ""
14761 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14762 "result string is the empty string C<\"\">.  However the whole operation is "
14763 "completed even if there were C<readlink(2)> errors, and so you can call this "
14764 "function with names where you don't know if they are symbolic links already "
14765 "(albeit slightly less efficient)."
14766 msgstr ""
14767
14768 #. type: textblock
14769 #: ../src/guestfs-actions.pod:5575 ../fish/guestfish-actions.pod:3752
14770 msgid ""
14771 "This call is intended for programs that want to efficiently list a directory "
14772 "contents without making many round-trips.  Very long directory listings "
14773 "might cause the protocol message size to be exceeded, causing this call to "
14774 "fail.  The caller must split up such requests into smaller groups of names."
14775 msgstr ""
14776
14777 #. type: =head2
14778 #: ../src/guestfs-actions.pod:5588
14779 msgid "guestfs_realpath"
14780 msgstr ""
14781
14782 #. type: verbatim
14783 #: ../src/guestfs-actions.pod:5590
14784 #, no-wrap
14785 msgid ""
14786 " char *\n"
14787 " guestfs_realpath (guestfs_h *g,\n"
14788 "                   const char *path);\n"
14789 "\n"
14790 msgstr ""
14791
14792 #. type: textblock
14793 #: ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3763
14794 msgid ""
14795 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14796 "has no C<.>, C<..> or symbolic link path elements."
14797 msgstr ""
14798
14799 #. type: =head2
14800 #: ../src/guestfs-actions.pod:5602
14801 msgid "guestfs_removexattr"
14802 msgstr ""
14803
14804 #. type: verbatim
14805 #: ../src/guestfs-actions.pod:5604
14806 #, no-wrap
14807 msgid ""
14808 " int\n"
14809 " guestfs_removexattr (guestfs_h *g,\n"
14810 "                      const char *xattr,\n"
14811 "                      const char *path);\n"
14812 "\n"
14813 msgstr ""
14814
14815 #. type: textblock
14816 #: ../src/guestfs-actions.pod:5609 ../fish/guestfish-actions.pod:3770
14817 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14818 msgstr ""
14819
14820 #. type: textblock
14821 #: ../src/guestfs-actions.pod:5612
14822 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14823 msgstr ""
14824
14825 #. type: =head2
14826 #: ../src/guestfs-actions.pod:5618
14827 msgid "guestfs_resize2fs"
14828 msgstr ""
14829
14830 #. type: verbatim
14831 #: ../src/guestfs-actions.pod:5620
14832 #, no-wrap
14833 msgid ""
14834 " int\n"
14835 " guestfs_resize2fs (guestfs_h *g,\n"
14836 "                    const char *device);\n"
14837 "\n"
14838 msgstr ""
14839
14840 #. type: textblock
14841 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3779
14842 msgid ""
14843 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14844 "underlying device."
14845 msgstr ""
14846
14847 #. type: textblock
14848 #: ../src/guestfs-actions.pod:5627
14849 msgid ""
14850 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14851 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14852 "sometimes gives an error about this and sometimes not.  In any case, it is "
14853 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14854 msgstr ""
14855
14856 #. type: =head2
14857 #: ../src/guestfs-actions.pod:5637
14858 msgid "guestfs_resize2fs_M"
14859 msgstr ""
14860
14861 #. type: verbatim
14862 #: ../src/guestfs-actions.pod:5639
14863 #, no-wrap
14864 msgid ""
14865 " int\n"
14866 " guestfs_resize2fs_M (guestfs_h *g,\n"
14867 "                      const char *device);\n"
14868 "\n"
14869 msgstr ""
14870
14871 #. type: textblock
14872 #: ../src/guestfs-actions.pod:5643
14873 msgid ""
14874 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14875 "resized to its minimum size.  This works like the C<-M> option to the "
14876 "C<resize2fs> command."
14877 msgstr ""
14878
14879 #. type: textblock
14880 #: ../src/guestfs-actions.pod:5647
14881 msgid ""
14882 "To get the resulting size of the filesystem you should call "
14883 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14884 "These two numbers, multiplied together, give the resulting size of the "
14885 "minimal filesystem in bytes."
14886 msgstr ""
14887
14888 #. type: =head2
14889 #: ../src/guestfs-actions.pod:5654
14890 msgid "guestfs_resize2fs_size"
14891 msgstr ""
14892
14893 #. type: verbatim
14894 #: ../src/guestfs-actions.pod:5656
14895 #, no-wrap
14896 msgid ""
14897 " int\n"
14898 " guestfs_resize2fs_size (guestfs_h *g,\n"
14899 "                         const char *device,\n"
14900 "                         int64_t size);\n"
14901 "\n"
14902 msgstr ""
14903
14904 #. type: textblock
14905 #: ../src/guestfs-actions.pod:5661
14906 msgid ""
14907 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14908 "to specify the new size (in bytes) explicitly."
14909 msgstr ""
14910
14911 #. type: =head2
14912 #: ../src/guestfs-actions.pod:5668
14913 msgid "guestfs_rm"
14914 msgstr ""
14915
14916 #. type: verbatim
14917 #: ../src/guestfs-actions.pod:5670
14918 #, no-wrap
14919 msgid ""
14920 " int\n"
14921 " guestfs_rm (guestfs_h *g,\n"
14922 "             const char *path);\n"
14923 "\n"
14924 msgstr ""
14925
14926 #. type: textblock
14927 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3812
14928 msgid "Remove the single file C<path>."
14929 msgstr ""
14930
14931 #. type: =head2
14932 #: ../src/guestfs-actions.pod:5680
14933 msgid "guestfs_rm_rf"
14934 msgstr ""
14935
14936 #. type: verbatim
14937 #: ../src/guestfs-actions.pod:5682
14938 #, no-wrap
14939 msgid ""
14940 " int\n"
14941 " guestfs_rm_rf (guestfs_h *g,\n"
14942 "                const char *path);\n"
14943 "\n"
14944 msgstr ""
14945
14946 #. type: textblock
14947 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3818
14948 msgid ""
14949 "Remove the file or directory C<path>, recursively removing the contents if "
14950 "its a directory.  This is like the C<rm -rf> shell command."
14951 msgstr ""
14952
14953 #. type: =head2
14954 #: ../src/guestfs-actions.pod:5694
14955 msgid "guestfs_rmdir"
14956 msgstr ""
14957
14958 #. type: verbatim
14959 #: ../src/guestfs-actions.pod:5696
14960 #, no-wrap
14961 msgid ""
14962 " int\n"
14963 " guestfs_rmdir (guestfs_h *g,\n"
14964 "                const char *path);\n"
14965 "\n"
14966 msgstr ""
14967
14968 #. type: textblock
14969 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3826
14970 msgid "Remove the single directory C<path>."
14971 msgstr ""
14972
14973 #. type: =head2
14974 #: ../src/guestfs-actions.pod:5706
14975 msgid "guestfs_rmmountpoint"
14976 msgstr ""
14977
14978 #. type: verbatim
14979 #: ../src/guestfs-actions.pod:5708
14980 #, no-wrap
14981 msgid ""
14982 " int\n"
14983 " guestfs_rmmountpoint (guestfs_h *g,\n"
14984 "                       const char *exemptpath);\n"
14985 "\n"
14986 msgstr ""
14987
14988 #. type: textblock
14989 #: ../src/guestfs-actions.pod:5712
14990 msgid ""
14991 "This calls removes a mountpoint that was previously created with "
14992 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14993 msgstr ""
14994
14995 #. type: =head2
14996 #: ../src/guestfs-actions.pod:5720
14997 msgid "guestfs_scrub_device"
14998 msgstr ""
14999
15000 #. type: verbatim
15001 #: ../src/guestfs-actions.pod:5722
15002 #, no-wrap
15003 msgid ""
15004 " int\n"
15005 " guestfs_scrub_device (guestfs_h *g,\n"
15006 "                       const char *device);\n"
15007 "\n"
15008 msgstr ""
15009
15010 #. type: textblock
15011 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3840
15012 msgid ""
15013 "This command writes patterns over C<device> to make data retrieval more "
15014 "difficult."
15015 msgstr ""
15016
15017 #. type: textblock
15018 #: ../src/guestfs-actions.pod:5729 ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3843 ../fish/guestfish-actions.pod:3858 ../fish/guestfish-actions.pod:3871
15019 msgid ""
15020 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15021 "more details."
15022 msgstr ""
15023
15024 #. type: textblock
15025 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:5774
15026 msgid "(Added in 1.0.52)"
15027 msgstr ""
15028
15029 #. type: =head2
15030 #: ../src/guestfs-actions.pod:5739
15031 msgid "guestfs_scrub_file"
15032 msgstr ""
15033
15034 #. type: verbatim
15035 #: ../src/guestfs-actions.pod:5741
15036 #, no-wrap
15037 msgid ""
15038 " int\n"
15039 " guestfs_scrub_file (guestfs_h *g,\n"
15040 "                     const char *file);\n"
15041 "\n"
15042 msgstr ""
15043
15044 #. type: textblock
15045 #: ../src/guestfs-actions.pod:5745 ../fish/guestfish-actions.pod:3853
15046 msgid ""
15047 "This command writes patterns over a file to make data retrieval more "
15048 "difficult."
15049 msgstr ""
15050
15051 #. type: textblock
15052 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3856
15053 msgid "The file is I<removed> after scrubbing."
15054 msgstr ""
15055
15056 #. type: =head2
15057 #: ../src/guestfs-actions.pod:5757
15058 msgid "guestfs_scrub_freespace"
15059 msgstr ""
15060
15061 #. type: verbatim
15062 #: ../src/guestfs-actions.pod:5759
15063 #, no-wrap
15064 msgid ""
15065 " int\n"
15066 " guestfs_scrub_freespace (guestfs_h *g,\n"
15067 "                          const char *dir);\n"
15068 "\n"
15069 msgstr ""
15070
15071 #. type: textblock
15072 #: ../src/guestfs-actions.pod:5763
15073 msgid ""
15074 "This command creates the directory C<dir> and then fills it with files until "
15075 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15076 "and deletes them.  The intention is to scrub any free space on the partition "
15077 "containing C<dir>."
15078 msgstr ""
15079
15080 #. type: =head2
15081 #: ../src/guestfs-actions.pod:5776
15082 msgid "guestfs_set_append"
15083 msgstr ""
15084
15085 #. type: verbatim
15086 #: ../src/guestfs-actions.pod:5778
15087 #, no-wrap
15088 msgid ""
15089 " int\n"
15090 " guestfs_set_append (guestfs_h *g,\n"
15091 "                     const char *append);\n"
15092 "\n"
15093 msgstr ""
15094
15095 #. type: textblock
15096 #: ../src/guestfs-actions.pod:5782 ../fish/guestfish-actions.pod:3880
15097 msgid ""
15098 "This function is used to add additional options to the guest kernel command "
15099 "line."
15100 msgstr ""
15101
15102 #. type: textblock
15103 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3883
15104 msgid ""
15105 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15106 "environment variable."
15107 msgstr ""
15108
15109 #. type: textblock
15110 #: ../src/guestfs-actions.pod:5788 ../fish/guestfish-actions.pod:3886
15111 msgid ""
15112 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15113 "(libguestfs always adds a few of its own)."
15114 msgstr ""
15115
15116 #. type: =head2
15117 #: ../src/guestfs-actions.pod:5795
15118 msgid "guestfs_set_attach_method"
15119 msgstr ""
15120
15121 #. type: verbatim
15122 #: ../src/guestfs-actions.pod:5797
15123 #, no-wrap
15124 msgid ""
15125 " int\n"
15126 " guestfs_set_attach_method (guestfs_h *g,\n"
15127 "                            const char *attachmethod);\n"
15128 "\n"
15129 msgstr ""
15130
15131 #. type: textblock
15132 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3895
15133 msgid ""
15134 "Set the method that libguestfs uses to connect to the back end guestfsd "
15135 "daemon.  Possible methods are:"
15136 msgstr ""
15137
15138 #. type: textblock
15139 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3902
15140 msgid ""
15141 "Launch an appliance and connect to it.  This is the ordinary method and the "
15142 "default."
15143 msgstr ""
15144
15145 #. type: =item
15146 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3905
15147 msgid "C<unix:I<path>>"
15148 msgstr ""
15149
15150 #. type: textblock
15151 #: ../src/guestfs-actions.pod:5813 ../fish/guestfish-actions.pod:3907
15152 msgid "Connect to the Unix domain socket I<path>."
15153 msgstr ""
15154
15155 #. type: textblock
15156 #: ../src/guestfs-actions.pod:5815 ../fish/guestfish-actions.pod:3909
15157 msgid ""
15158 "This method lets you connect to an existing daemon or (using virtio-serial) "
15159 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15160 "RUNNING DAEMONS>."
15161 msgstr ""
15162
15163 #. type: =head2
15164 #: ../src/guestfs-actions.pod:5823
15165 msgid "guestfs_set_autosync"
15166 msgstr ""
15167
15168 #. type: verbatim
15169 #: ../src/guestfs-actions.pod:5825
15170 #, no-wrap
15171 msgid ""
15172 " int\n"
15173 " guestfs_set_autosync (guestfs_h *g,\n"
15174 "                       int autosync);\n"
15175 "\n"
15176 msgstr ""
15177
15178 #. type: textblock
15179 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3921
15180 msgid ""
15181 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15182 "effort attempt to make filesystems consistent and synchronized when the "
15183 "handle is closed (also if the program exits without closing handles)."
15184 msgstr ""
15185
15186 #. type: textblock
15187 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3926
15188 msgid ""
15189 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15190 "disabled by default)."
15191 msgstr ""
15192
15193 #. type: =head2
15194 #: ../src/guestfs-actions.pod:5841
15195 msgid "guestfs_set_direct"
15196 msgstr ""
15197
15198 #. type: verbatim
15199 #: ../src/guestfs-actions.pod:5843
15200 #, no-wrap
15201 msgid ""
15202 " int\n"
15203 " guestfs_set_direct (guestfs_h *g,\n"
15204 "                     int direct);\n"
15205 "\n"
15206 msgstr ""
15207
15208 #. type: textblock
15209 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3935
15210 msgid ""
15211 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15212 "passed directly through to the appliance once it is launched."
15213 msgstr ""
15214
15215 #. type: textblock
15216 #: ../src/guestfs-actions.pod:5851
15217 msgid ""
15218 "One consequence of this is that log messages aren't caught by the library "
15219 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15220 "stdout."
15221 msgstr ""
15222
15223 #. type: textblock
15224 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3943
15225 msgid "You probably don't want to use this unless you know what you are doing."
15226 msgstr ""
15227
15228 #. type: textblock
15229 #: ../src/guestfs-actions.pod:5858 ../fish/guestfish-actions.pod:3946
15230 msgid "The default is disabled."
15231 msgstr ""
15232
15233 #. type: =head2
15234 #: ../src/guestfs-actions.pod:5864
15235 msgid "guestfs_set_e2label"
15236 msgstr ""
15237
15238 #. type: verbatim
15239 #: ../src/guestfs-actions.pod:5866
15240 #, no-wrap
15241 msgid ""
15242 " int\n"
15243 " guestfs_set_e2label (guestfs_h *g,\n"
15244 "                      const char *device,\n"
15245 "                      const char *label);\n"
15246 "\n"
15247 msgstr ""
15248
15249 #. type: textblock
15250 #: ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:3952
15251 msgid ""
15252 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15253 "C<label>.  Filesystem labels are limited to 16 characters."
15254 msgstr ""
15255
15256 #. type: textblock
15257 #: ../src/guestfs-actions.pod:5875
15258 msgid ""
15259 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15260 "the existing label on a filesystem."
15261 msgstr ""
15262
15263 #. type: =head2
15264 #: ../src/guestfs-actions.pod:5882
15265 msgid "guestfs_set_e2uuid"
15266 msgstr ""
15267
15268 #. type: verbatim
15269 #: ../src/guestfs-actions.pod:5884
15270 #, no-wrap
15271 msgid ""
15272 " int\n"
15273 " guestfs_set_e2uuid (guestfs_h *g,\n"
15274 "                     const char *device,\n"
15275 "                     const char *uuid);\n"
15276 "\n"
15277 msgstr ""
15278
15279 #. type: textblock
15280 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3963
15281 msgid ""
15282 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15283 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15284 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15285 msgstr ""
15286
15287 #. type: textblock
15288 #: ../src/guestfs-actions.pod:5894
15289 msgid ""
15290 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15291 "the existing UUID of a filesystem."
15292 msgstr ""
15293
15294 #. type: =head2
15295 #: ../src/guestfs-actions.pod:5901
15296 msgid "guestfs_set_memsize"
15297 msgstr ""
15298
15299 #. type: verbatim
15300 #: ../src/guestfs-actions.pod:5903
15301 #, no-wrap
15302 msgid ""
15303 " int\n"
15304 " guestfs_set_memsize (guestfs_h *g,\n"
15305 "                      int memsize);\n"
15306 "\n"
15307 msgstr ""
15308
15309 #. type: textblock
15310 #: ../src/guestfs-actions.pod:5907
15311 msgid ""
15312 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15313 "This only has any effect if called before C<guestfs_launch>."
15314 msgstr ""
15315
15316 #. type: textblock
15317 #: ../src/guestfs-actions.pod:5911 ../fish/guestfish-actions.pod:3981
15318 msgid ""
15319 "You can also change this by setting the environment variable "
15320 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15321 msgstr ""
15322
15323 #. type: =head2
15324 #: ../src/guestfs-actions.pod:5922
15325 msgid "guestfs_set_network"
15326 msgstr ""
15327
15328 #. type: verbatim
15329 #: ../src/guestfs-actions.pod:5924
15330 #, no-wrap
15331 msgid ""
15332 " int\n"
15333 " guestfs_set_network (guestfs_h *g,\n"
15334 "                      int network);\n"
15335 "\n"
15336 msgstr ""
15337
15338 #. type: textblock
15339 #: ../src/guestfs-actions.pod:5928 ../fish/guestfish-actions.pod:3994
15340 msgid ""
15341 "If C<network> is true, then the network is enabled in the libguestfs "
15342 "appliance.  The default is false."
15343 msgstr ""
15344
15345 #. type: textblock
15346 #: ../src/guestfs-actions.pod:5931 ../fish/guestfish-actions.pod:3997
15347 msgid ""
15348 "This affects whether commands are able to access the network (see "
15349 "L<guestfs(3)/RUNNING COMMANDS>)."
15350 msgstr ""
15351
15352 #. type: textblock
15353 #: ../src/guestfs-actions.pod:5934
15354 msgid ""
15355 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15356 "effect."
15357 msgstr ""
15358
15359 #. type: =head2
15360 #: ../src/guestfs-actions.pod:5941
15361 msgid "guestfs_set_path"
15362 msgstr ""
15363
15364 #. type: verbatim
15365 #: ../src/guestfs-actions.pod:5943
15366 #, no-wrap
15367 msgid ""
15368 " int\n"
15369 " guestfs_set_path (guestfs_h *g,\n"
15370 "                   const char *searchpath);\n"
15371 "\n"
15372 msgstr ""
15373
15374 #. type: textblock
15375 #: ../src/guestfs-actions.pod:5947 ../fish/guestfish-actions.pod:4009
15376 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15377 msgstr ""
15378
15379 #. type: textblock
15380 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4011
15381 msgid ""
15382 "The default is C<$libdir/guestfs> unless overridden by setting "
15383 "C<LIBGUESTFS_PATH> environment variable."
15384 msgstr ""
15385
15386 #. type: textblock
15387 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4014
15388 msgid "Setting C<path> to C<NULL> restores the default path."
15389 msgstr ""
15390
15391 #. type: =head2
15392 #: ../src/guestfs-actions.pod:5958
15393 msgid "guestfs_set_qemu"
15394 msgstr ""
15395
15396 #. type: verbatim
15397 #: ../src/guestfs-actions.pod:5960
15398 #, no-wrap
15399 msgid ""
15400 " int\n"
15401 " guestfs_set_qemu (guestfs_h *g,\n"
15402 "                   const char *qemu);\n"
15403 "\n"
15404 msgstr ""
15405
15406 #. type: textblock
15407 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4022
15408 msgid "Set the qemu binary that we will use."
15409 msgstr ""
15410
15411 #. type: textblock
15412 #: ../src/guestfs-actions.pod:5966 ../fish/guestfish-actions.pod:4024
15413 msgid "The default is chosen when the library was compiled by the configure script."
15414 msgstr ""
15415
15416 #. type: textblock
15417 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:4027
15418 msgid ""
15419 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15420 "variable."
15421 msgstr ""
15422
15423 #. type: textblock
15424 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4030
15425 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15426 msgstr ""
15427
15428 #. type: textblock
15429 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4032
15430 msgid ""
15431 "Note that you should call this function as early as possible after creating "
15432 "the handle.  This is because some pre-launch operations depend on testing "
15433 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15434 "don't retest features, and so you might see inconsistent results.  Using the "
15435 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15436 "the qemu binary at the same time as the handle is created."
15437 msgstr ""
15438
15439 #. type: =head2
15440 #: ../src/guestfs-actions.pod:5986
15441 msgid "guestfs_set_recovery_proc"
15442 msgstr ""
15443
15444 #. type: verbatim
15445 #: ../src/guestfs-actions.pod:5988
15446 #, no-wrap
15447 msgid ""
15448 " int\n"
15449 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15450 "                            int recoveryproc);\n"
15451 "\n"
15452 msgstr ""
15453
15454 #. type: textblock
15455 #: ../src/guestfs-actions.pod:5992
15456 msgid ""
15457 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15458 "not create a recovery process.  The purpose of the recovery process is to "
15459 "stop runaway qemu processes in the case where the main program aborts "
15460 "abruptly."
15461 msgstr ""
15462
15463 #. type: textblock
15464 #: ../src/guestfs-actions.pod:5997
15465 msgid ""
15466 "This only has any effect if called before C<guestfs_launch>, and the default "
15467 "is true."
15468 msgstr ""
15469
15470 #. type: textblock
15471 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4054
15472 msgid ""
15473 "About the only time when you would want to disable this is if the main "
15474 "process will fork itself into the background (\"daemonize\" itself).  In "
15475 "this case the recovery process thinks that the main program has disappeared "
15476 "and so kills qemu, which is not very helpful."
15477 msgstr ""
15478
15479 #. type: =head2
15480 #: ../src/guestfs-actions.pod:6010
15481 msgid "guestfs_set_selinux"
15482 msgstr ""
15483
15484 #. type: verbatim
15485 #: ../src/guestfs-actions.pod:6012
15486 #, no-wrap
15487 msgid ""
15488 " int\n"
15489 " guestfs_set_selinux (guestfs_h *g,\n"
15490 "                      int selinux);\n"
15491 "\n"
15492 msgstr ""
15493
15494 #. type: textblock
15495 #: ../src/guestfs-actions.pod:6016 ../fish/guestfish-actions.pod:4066
15496 msgid ""
15497 "This sets the selinux flag that is passed to the appliance at boot time.  "
15498 "The default is C<selinux=0> (disabled)."
15499 msgstr ""
15500
15501 #. type: textblock
15502 #: ../src/guestfs-actions.pod:6019 ../fish/guestfish-actions.pod:4069
15503 msgid ""
15504 "Note that if SELinux is enabled, it is always in Permissive mode "
15505 "(C<enforcing=0>)."
15506 msgstr ""
15507
15508 #. type: =head2
15509 #: ../src/guestfs-actions.pod:6029
15510 msgid "guestfs_set_trace"
15511 msgstr ""
15512
15513 #. type: verbatim
15514 #: ../src/guestfs-actions.pod:6031
15515 #, no-wrap
15516 msgid ""
15517 " int\n"
15518 " guestfs_set_trace (guestfs_h *g,\n"
15519 "                    int trace);\n"
15520 "\n"
15521 msgstr ""
15522
15523 #. type: textblock
15524 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4081
15525 msgid ""
15526 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15527 "return values are traced."
15528 msgstr ""
15529
15530 #. type: textblock
15531 #: ../src/guestfs-actions.pod:6038 ../fish/guestfish-actions.pod:4084
15532 msgid ""
15533 "If you want to trace C API calls into libguestfs (and other libraries) then "
15534 "possibly a better way is to use the external ltrace(1) command."
15535 msgstr ""
15536
15537 #. type: textblock
15538 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4088
15539 msgid ""
15540 "Command traces are disabled unless the environment variable "
15541 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15542 msgstr ""
15543
15544 #. type: textblock
15545 #: ../src/guestfs-actions.pod:6045
15546 msgid ""
15547 "Trace messages are normally sent to C<stderr>, unless you register a "
15548 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15549 msgstr ""
15550
15551 #. type: =head2
15552 #: ../src/guestfs-actions.pod:6053
15553 msgid "guestfs_set_verbose"
15554 msgstr ""
15555
15556 #. type: verbatim
15557 #: ../src/guestfs-actions.pod:6055
15558 #, no-wrap
15559 msgid ""
15560 " int\n"
15561 " guestfs_set_verbose (guestfs_h *g,\n"
15562 "                      int verbose);\n"
15563 "\n"
15564 msgstr ""
15565
15566 #. type: textblock
15567 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4101
15568 msgid "If C<verbose> is true, this turns on verbose messages."
15569 msgstr ""
15570
15571 #. type: textblock
15572 #: ../src/guestfs-actions.pod:6061 ../fish/guestfish-actions.pod:4103
15573 msgid ""
15574 "Verbose messages are disabled unless the environment variable "
15575 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15576 msgstr ""
15577
15578 #. type: textblock
15579 #: ../src/guestfs-actions.pod:6064
15580 msgid ""
15581 "Verbose messages are normally sent to C<stderr>, unless you register a "
15582 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15583 msgstr ""
15584
15585 #. type: =head2
15586 #: ../src/guestfs-actions.pod:6072
15587 msgid "guestfs_setcon"
15588 msgstr ""
15589
15590 #. type: verbatim
15591 #: ../src/guestfs-actions.pod:6074
15592 #, no-wrap
15593 msgid ""
15594 " int\n"
15595 " guestfs_setcon (guestfs_h *g,\n"
15596 "                 const char *context);\n"
15597 "\n"
15598 msgstr ""
15599
15600 #. type: textblock
15601 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4114
15602 msgid ""
15603 "This sets the SELinux security context of the daemon to the string "
15604 "C<context>."
15605 msgstr ""
15606
15607 #. type: textblock
15608 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4117
15609 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15610 msgstr ""
15611
15612 #. type: =head2
15613 #: ../src/guestfs-actions.pod:6087
15614 msgid "guestfs_setxattr"
15615 msgstr ""
15616
15617 #. type: verbatim
15618 #: ../src/guestfs-actions.pod:6089
15619 #, no-wrap
15620 msgid ""
15621 " int\n"
15622 " guestfs_setxattr (guestfs_h *g,\n"
15623 "                   const char *xattr,\n"
15624 "                   const char *val,\n"
15625 "                   int vallen,\n"
15626 "                   const char *path);\n"
15627 "\n"
15628 msgstr ""
15629
15630 #. type: textblock
15631 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4123
15632 msgid ""
15633 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15634 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15635 msgstr ""
15636
15637 #. type: textblock
15638 #: ../src/guestfs-actions.pod:6100
15639 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15640 msgstr ""
15641
15642 #. type: =head2
15643 #: ../src/guestfs-actions.pod:6106
15644 msgid "guestfs_sfdisk"
15645 msgstr ""
15646
15647 #. type: verbatim
15648 #: ../src/guestfs-actions.pod:6108
15649 #, no-wrap
15650 msgid ""
15651 " int\n"
15652 " guestfs_sfdisk (guestfs_h *g,\n"
15653 "                 const char *device,\n"
15654 "                 int cyls,\n"
15655 "                 int heads,\n"
15656 "                 int sectors,\n"
15657 "                 char *const *lines);\n"
15658 "\n"
15659 msgstr ""
15660
15661 #. type: textblock
15662 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4133
15663 msgid ""
15664 "This is a direct interface to the L<sfdisk(8)> program for creating "
15665 "partitions on block devices."
15666 msgstr ""
15667
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:6119 ../fish/guestfish-actions.pod:4136
15670 msgid "C<device> should be a block device, for example C</dev/sda>."
15671 msgstr ""
15672
15673 #. type: textblock
15674 #: ../src/guestfs-actions.pod:6121 ../fish/guestfish-actions.pod:4138
15675 msgid ""
15676 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15677 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15678 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15679 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15680 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15681 "the kernel) cannot work out the right geometry and you will need to tell it."
15682 msgstr ""
15683
15684 #. type: textblock
15685 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4146
15686 msgid ""
15687 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15688 "refer to the L<sfdisk(8)> manpage."
15689 msgstr ""
15690
15691 #. type: textblock
15692 #: ../src/guestfs-actions.pod:6132 ../fish/guestfish-actions.pod:4149
15693 msgid ""
15694 "To create a single partition occupying the whole disk, you would pass "
15695 "C<lines> as a single element list, when the single element being the string "
15696 "C<,> (comma)."
15697 msgstr ""
15698
15699 #. type: textblock
15700 #: ../src/guestfs-actions.pod:6136
15701 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15702 msgstr ""
15703
15704 #. type: =head2
15705 #: ../src/guestfs-actions.pod:6146
15706 msgid "guestfs_sfdiskM"
15707 msgstr ""
15708
15709 #. type: verbatim
15710 #: ../src/guestfs-actions.pod:6148
15711 #, no-wrap
15712 msgid ""
15713 " int\n"
15714 " guestfs_sfdiskM (guestfs_h *g,\n"
15715 "                  const char *device,\n"
15716 "                  char *const *lines);\n"
15717 "\n"
15718 msgstr ""
15719
15720 #. type: textblock
15721 #: ../src/guestfs-actions.pod:6153
15722 msgid ""
15723 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15724 "partition sizes are specified in megabytes only (rounded to the nearest "
15725 "cylinder) and you don't need to specify the cyls, heads and sectors "
15726 "parameters which were rarely if ever used anyway."
15727 msgstr ""
15728
15729 #. type: textblock
15730 #: ../src/guestfs-actions.pod:6159
15731 msgid ""
15732 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15733 "C<guestfs_part_disk>"
15734 msgstr ""
15735
15736 #. type: =head2
15737 #: ../src/guestfs-actions.pod:6169
15738 msgid "guestfs_sfdisk_N"
15739 msgstr ""
15740
15741 #. type: verbatim
15742 #: ../src/guestfs-actions.pod:6171
15743 #, no-wrap
15744 msgid ""
15745 " int\n"
15746 " guestfs_sfdisk_N (guestfs_h *g,\n"
15747 "                   const char *device,\n"
15748 "                   int partnum,\n"
15749 "                   int cyls,\n"
15750 "                   int heads,\n"
15751 "                   int sectors,\n"
15752 "                   const char *line);\n"
15753 "\n"
15754 msgstr ""
15755
15756 #. type: textblock
15757 #: ../src/guestfs-actions.pod:6180 ../fish/guestfish-actions.pod:4179
15758 msgid ""
15759 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15760 "(note: C<n> counts from 1)."
15761 msgstr ""
15762
15763 #. type: textblock
15764 #: ../src/guestfs-actions.pod:6183
15765 msgid ""
15766 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15767 "for the cyls/heads/sectors parameters."
15768 msgstr ""
15769
15770 #. type: textblock
15771 #: ../src/guestfs-actions.pod:6186
15772 msgid "See also: C<guestfs_part_add>"
15773 msgstr ""
15774
15775 #. type: =head2
15776 #: ../src/guestfs-actions.pod:6195
15777 msgid "guestfs_sfdisk_disk_geometry"
15778 msgstr ""
15779
15780 #. type: verbatim
15781 #: ../src/guestfs-actions.pod:6197
15782 #, no-wrap
15783 msgid ""
15784 " char *\n"
15785 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15786 "                               const char *device);\n"
15787 "\n"
15788 msgstr ""
15789
15790 #. type: textblock
15791 #: ../src/guestfs-actions.pod:6201
15792 msgid ""
15793 "This displays the disk geometry of C<device> read from the partition table.  "
15794 "Especially in the case where the underlying block device has been resized, "
15795 "this can be different from the kernel's idea of the geometry (see "
15796 "C<guestfs_sfdisk_kernel_geometry>)."
15797 msgstr ""
15798
15799 #. type: textblock
15800 #: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6222 ../fish/guestfish-actions.pod:4199 ../fish/guestfish-actions.pod:4208
15801 msgid "The result is in human-readable format, and not designed to be parsed."
15802 msgstr ""
15803
15804 #. type: =head2
15805 #: ../src/guestfs-actions.pod:6214
15806 msgid "guestfs_sfdisk_kernel_geometry"
15807 msgstr ""
15808
15809 #. type: verbatim
15810 #: ../src/guestfs-actions.pod:6216
15811 #, no-wrap
15812 msgid ""
15813 " char *\n"
15814 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15815 "                                 const char *device);\n"
15816 "\n"
15817 msgstr ""
15818
15819 #. type: textblock
15820 #: ../src/guestfs-actions.pod:6220 ../fish/guestfish-actions.pod:4206
15821 msgid "This displays the kernel's idea of the geometry of C<device>."
15822 msgstr ""
15823
15824 #. type: =head2
15825 #: ../src/guestfs-actions.pod:6230
15826 msgid "guestfs_sfdisk_l"
15827 msgstr ""
15828
15829 #. type: verbatim
15830 #: ../src/guestfs-actions.pod:6232
15831 #, no-wrap
15832 msgid ""
15833 " char *\n"
15834 " guestfs_sfdisk_l (guestfs_h *g,\n"
15835 "                   const char *device);\n"
15836 "\n"
15837 msgstr ""
15838
15839 #. type: textblock
15840 #: ../src/guestfs-actions.pod:6236 ../fish/guestfish-actions.pod:4215
15841 msgid ""
15842 "This displays the partition table on C<device>, in the human-readable output "
15843 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15844 msgstr ""
15845
15846 #. type: textblock
15847 #: ../src/guestfs-actions.pod:6240
15848 msgid "See also: C<guestfs_part_list>"
15849 msgstr ""
15850
15851 #. type: =head2
15852 #: ../src/guestfs-actions.pod:6247
15853 msgid "guestfs_sh"
15854 msgstr ""
15855
15856 #. type: verbatim
15857 #: ../src/guestfs-actions.pod:6249
15858 #, no-wrap
15859 msgid ""
15860 " char *\n"
15861 " guestfs_sh (guestfs_h *g,\n"
15862 "             const char *command);\n"
15863 "\n"
15864 msgstr ""
15865
15866 #. type: textblock
15867 #: ../src/guestfs-actions.pod:6253 ../fish/guestfish-actions.pod:4225
15868 msgid ""
15869 "This call runs a command from the guest filesystem via the guest's "
15870 "C</bin/sh>."
15871 msgstr ""
15872
15873 #. type: textblock
15874 #: ../src/guestfs-actions.pod:6256
15875 msgid "This is like C<guestfs_command>, but passes the command to:"
15876 msgstr ""
15877
15878 #. type: verbatim
15879 #: ../src/guestfs-actions.pod:6258 ../fish/guestfish-actions.pod:4230
15880 #, no-wrap
15881 msgid ""
15882 " /bin/sh -c \"command\"\n"
15883 "\n"
15884 msgstr ""
15885
15886 #. type: textblock
15887 #: ../src/guestfs-actions.pod:6260 ../fish/guestfish-actions.pod:4232
15888 msgid ""
15889 "Depending on the guest's shell, this usually results in wildcards being "
15890 "expanded, shell expressions being interpolated and so on."
15891 msgstr ""
15892
15893 #. type: textblock
15894 #: ../src/guestfs-actions.pod:6264
15895 msgid "All the provisos about C<guestfs_command> apply to this call."
15896 msgstr ""
15897
15898 #. type: =head2
15899 #: ../src/guestfs-actions.pod:6271
15900 msgid "guestfs_sh_lines"
15901 msgstr ""
15902
15903 #. type: verbatim
15904 #: ../src/guestfs-actions.pod:6273
15905 #, no-wrap
15906 msgid ""
15907 " char **\n"
15908 " guestfs_sh_lines (guestfs_h *g,\n"
15909 "                   const char *command);\n"
15910 "\n"
15911 msgstr ""
15912
15913 #. type: textblock
15914 #: ../src/guestfs-actions.pod:6277
15915 msgid ""
15916 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15917 "lines."
15918 msgstr ""
15919
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:6280
15922 msgid "See also: C<guestfs_command_lines>"
15923 msgstr ""
15924
15925 #. type: =head2
15926 #: ../src/guestfs-actions.pod:6288
15927 msgid "guestfs_sleep"
15928 msgstr ""
15929
15930 #. type: verbatim
15931 #: ../src/guestfs-actions.pod:6290
15932 #, no-wrap
15933 msgid ""
15934 " int\n"
15935 " guestfs_sleep (guestfs_h *g,\n"
15936 "                int secs);\n"
15937 "\n"
15938 msgstr ""
15939
15940 #. type: textblock
15941 #: ../src/guestfs-actions.pod:6294 ../fish/guestfish-actions.pod:4251
15942 msgid "Sleep for C<secs> seconds."
15943 msgstr ""
15944
15945 #. type: textblock
15946 #: ../src/guestfs-actions.pod:6298
15947 msgid "(Added in 1.0.41)"
15948 msgstr ""
15949
15950 #. type: =head2
15951 #: ../src/guestfs-actions.pod:6300 ../src/guestfs-structs.pod:109
15952 msgid "guestfs_stat"
15953 msgstr ""
15954
15955 #. type: verbatim
15956 #: ../src/guestfs-actions.pod:6302
15957 #, no-wrap
15958 msgid ""
15959 " struct guestfs_stat *\n"
15960 " guestfs_stat (guestfs_h *g,\n"
15961 "               const char *path);\n"
15962 "\n"
15963 msgstr ""
15964
15965 #. type: textblock
15966 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4259
15967 msgid "This is the same as the C<stat(2)> system call."
15968 msgstr ""
15969
15970 #. type: =head2
15971 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-structs.pod:135
15972 msgid "guestfs_statvfs"
15973 msgstr ""
15974
15975 #. type: verbatim
15976 #: ../src/guestfs-actions.pod:6318
15977 #, no-wrap
15978 msgid ""
15979 " struct guestfs_statvfs *\n"
15980 " guestfs_statvfs (guestfs_h *g,\n"
15981 "                  const char *path);\n"
15982 "\n"
15983 msgstr ""
15984
15985 #. type: textblock
15986 #: ../src/guestfs-actions.pod:6322 ../fish/guestfish-actions.pod:4265
15987 msgid ""
15988 "Returns file system statistics for any mounted file system.  C<path> should "
15989 "be a file or directory in the mounted file system (typically it is the mount "
15990 "point itself, but it doesn't need to be)."
15991 msgstr ""
15992
15993 #. type: textblock
15994 #: ../src/guestfs-actions.pod:6326 ../fish/guestfish-actions.pod:4269
15995 msgid "This is the same as the C<statvfs(2)> system call."
15996 msgstr ""
15997
15998 #. type: textblock
15999 #: ../src/guestfs-actions.pod:6328
16000 msgid ""
16001 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16002 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16003 msgstr ""
16004
16005 #. type: =head2
16006 #: ../src/guestfs-actions.pod:6334
16007 msgid "guestfs_strings"
16008 msgstr ""
16009
16010 #. type: verbatim
16011 #: ../src/guestfs-actions.pod:6336
16012 #, no-wrap
16013 msgid ""
16014 " char **\n"
16015 " guestfs_strings (guestfs_h *g,\n"
16016 "                  const char *path);\n"
16017 "\n"
16018 msgstr ""
16019
16020 #. type: textblock
16021 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4275
16022 msgid ""
16023 "This runs the L<strings(1)> command on a file and returns the list of "
16024 "printable strings found."
16025 msgstr ""
16026
16027 #. type: =head2
16028 #: ../src/guestfs-actions.pod:6352
16029 msgid "guestfs_strings_e"
16030 msgstr ""
16031
16032 #. type: verbatim
16033 #: ../src/guestfs-actions.pod:6354
16034 #, no-wrap
16035 msgid ""
16036 " char **\n"
16037 " guestfs_strings_e (guestfs_h *g,\n"
16038 "                    const char *encoding,\n"
16039 "                    const char *path);\n"
16040 "\n"
16041 msgstr ""
16042
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:6359
16045 msgid ""
16046 "This is like the C<guestfs_strings> command, but allows you to specify the "
16047 "encoding of strings that are looked for in the source file C<path>."
16048 msgstr ""
16049
16050 #. type: textblock
16051 #: ../src/guestfs-actions.pod:6363 ../fish/guestfish-actions.pod:4289
16052 msgid "Allowed encodings are:"
16053 msgstr ""
16054
16055 #. type: =item
16056 #: ../src/guestfs-actions.pod:6367 ../fish/guestfish-actions.pod:4293
16057 msgid "s"
16058 msgstr ""
16059
16060 #. type: textblock
16061 #: ../src/guestfs-actions.pod:6369
16062 msgid ""
16063 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16064 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16065 msgstr ""
16066
16067 #. type: =item
16068 #: ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:4298
16069 msgid "S"
16070 msgstr ""
16071
16072 #. type: textblock
16073 #: ../src/guestfs-actions.pod:6374 ../fish/guestfish-actions.pod:4300
16074 msgid "Single 8-bit-byte characters."
16075 msgstr ""
16076
16077 #. type: =item
16078 #: ../src/guestfs-actions.pod:6376 ../fish/guestfish-actions.pod:4302
16079 msgid "b"
16080 msgstr ""
16081
16082 #. type: textblock
16083 #: ../src/guestfs-actions.pod:6378 ../fish/guestfish-actions.pod:4304
16084 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16085 msgstr ""
16086
16087 #. type: =item
16088 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4307
16089 msgid "l (lower case letter L)"
16090 msgstr ""
16091
16092 #. type: textblock
16093 #: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4309
16094 msgid ""
16095 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16096 "examining binaries in Windows guests."
16097 msgstr ""
16098
16099 #. type: =item
16100 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4312
16101 msgid "B"
16102 msgstr ""
16103
16104 #. type: textblock
16105 #: ../src/guestfs-actions.pod:6388 ../fish/guestfish-actions.pod:4314
16106 msgid "32-bit big endian such as UCS-4BE."
16107 msgstr ""
16108
16109 #. type: =item
16110 #: ../src/guestfs-actions.pod:6390 ../fish/guestfish-actions.pod:4316
16111 msgid "L"
16112 msgstr ""
16113
16114 #. type: textblock
16115 #: ../src/guestfs-actions.pod:6392 ../fish/guestfish-actions.pod:4318
16116 msgid "32-bit little endian such as UCS-4LE."
16117 msgstr ""
16118
16119 #. type: textblock
16120 #: ../src/guestfs-actions.pod:6396 ../fish/guestfish-actions.pod:4322
16121 msgid "The returned strings are transcoded to UTF-8."
16122 msgstr ""
16123
16124 #. type: =head2
16125 #: ../src/guestfs-actions.pod:6407
16126 msgid "guestfs_swapoff_device"
16127 msgstr ""
16128
16129 #. type: verbatim
16130 #: ../src/guestfs-actions.pod:6409
16131 #, no-wrap
16132 msgid ""
16133 " int\n"
16134 " guestfs_swapoff_device (guestfs_h *g,\n"
16135 "                         const char *device);\n"
16136 "\n"
16137 msgstr ""
16138
16139 #. type: textblock
16140 #: ../src/guestfs-actions.pod:6413
16141 msgid ""
16142 "This command disables the libguestfs appliance swap device or partition "
16143 "named C<device>.  See C<guestfs_swapon_device>."
16144 msgstr ""
16145
16146 #. type: =head2
16147 #: ../src/guestfs-actions.pod:6421
16148 msgid "guestfs_swapoff_file"
16149 msgstr ""
16150
16151 #. type: verbatim
16152 #: ../src/guestfs-actions.pod:6423
16153 #, no-wrap
16154 msgid ""
16155 " int\n"
16156 " guestfs_swapoff_file (guestfs_h *g,\n"
16157 "                       const char *file);\n"
16158 "\n"
16159 msgstr ""
16160
16161 #. type: textblock
16162 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4339
16163 msgid "This command disables the libguestfs appliance swap on file."
16164 msgstr ""
16165
16166 #. type: =head2
16167 #: ../src/guestfs-actions.pod:6433
16168 msgid "guestfs_swapoff_label"
16169 msgstr ""
16170
16171 #. type: verbatim
16172 #: ../src/guestfs-actions.pod:6435
16173 #, no-wrap
16174 msgid ""
16175 " int\n"
16176 " guestfs_swapoff_label (guestfs_h *g,\n"
16177 "                        const char *label);\n"
16178 "\n"
16179 msgstr ""
16180
16181 #. type: textblock
16182 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4345
16183 msgid ""
16184 "This command disables the libguestfs appliance swap on labeled swap "
16185 "partition."
16186 msgstr ""
16187
16188 #. type: =head2
16189 #: ../src/guestfs-actions.pod:6446
16190 msgid "guestfs_swapoff_uuid"
16191 msgstr ""
16192
16193 #. type: verbatim
16194 #: ../src/guestfs-actions.pod:6448
16195 #, no-wrap
16196 msgid ""
16197 " int\n"
16198 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16199 "                       const char *uuid);\n"
16200 "\n"
16201 msgstr ""
16202
16203 #. type: textblock
16204 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4352
16205 msgid ""
16206 "This command disables the libguestfs appliance swap partition with the given "
16207 "UUID."
16208 msgstr ""
16209
16210 #. type: =head2
16211 #: ../src/guestfs-actions.pod:6459
16212 msgid "guestfs_swapon_device"
16213 msgstr ""
16214
16215 #. type: verbatim
16216 #: ../src/guestfs-actions.pod:6461
16217 #, no-wrap
16218 msgid ""
16219 " int\n"
16220 " guestfs_swapon_device (guestfs_h *g,\n"
16221 "                        const char *device);\n"
16222 "\n"
16223 msgstr ""
16224
16225 #. type: textblock
16226 #: ../src/guestfs-actions.pod:6465
16227 msgid ""
16228 "This command enables the libguestfs appliance to use the swap device or "
16229 "partition named C<device>.  The increased memory is made available for all "
16230 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16231 msgstr ""
16232
16233 #. type: textblock
16234 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4364
16235 msgid ""
16236 "Note that you should not swap to existing guest swap partitions unless you "
16237 "know what you are doing.  They may contain hibernation information, or other "
16238 "information that the guest doesn't want you to trash.  You also risk leaking "
16239 "information about the host to the guest this way.  Instead, attach a new "
16240 "host device to the guest and swap on that."
16241 msgstr ""
16242
16243 #. type: =head2
16244 #: ../src/guestfs-actions.pod:6481
16245 msgid "guestfs_swapon_file"
16246 msgstr ""
16247
16248 #. type: verbatim
16249 #: ../src/guestfs-actions.pod:6483
16250 #, no-wrap
16251 msgid ""
16252 " int\n"
16253 " guestfs_swapon_file (guestfs_h *g,\n"
16254 "                      const char *file);\n"
16255 "\n"
16256 msgstr ""
16257
16258 #. type: textblock
16259 #: ../src/guestfs-actions.pod:6487
16260 msgid ""
16261 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16262 "notes."
16263 msgstr ""
16264
16265 #. type: =head2
16266 #: ../src/guestfs-actions.pod:6494
16267 msgid "guestfs_swapon_label"
16268 msgstr ""
16269
16270 #. type: verbatim
16271 #: ../src/guestfs-actions.pod:6496
16272 #, no-wrap
16273 msgid ""
16274 " int\n"
16275 " guestfs_swapon_label (guestfs_h *g,\n"
16276 "                       const char *label);\n"
16277 "\n"
16278 msgstr ""
16279
16280 #. type: textblock
16281 #: ../src/guestfs-actions.pod:6500
16282 msgid ""
16283 "This command enables swap to a labeled swap partition.  See "
16284 "C<guestfs_swapon_device> for other notes."
16285 msgstr ""
16286
16287 #. type: =head2
16288 #: ../src/guestfs-actions.pod:6507
16289 msgid "guestfs_swapon_uuid"
16290 msgstr ""
16291
16292 #. type: verbatim
16293 #: ../src/guestfs-actions.pod:6509
16294 #, no-wrap
16295 msgid ""
16296 " int\n"
16297 " guestfs_swapon_uuid (guestfs_h *g,\n"
16298 "                      const char *uuid);\n"
16299 "\n"
16300 msgstr ""
16301
16302 #. type: textblock
16303 #: ../src/guestfs-actions.pod:6513
16304 msgid ""
16305 "This command enables swap to a swap partition with the given UUID.  See "
16306 "C<guestfs_swapon_device> for other notes."
16307 msgstr ""
16308
16309 #. type: =head2
16310 #: ../src/guestfs-actions.pod:6520
16311 msgid "guestfs_sync"
16312 msgstr ""
16313
16314 #. type: verbatim
16315 #: ../src/guestfs-actions.pod:6522
16316 #, no-wrap
16317 msgid ""
16318 " int\n"
16319 " guestfs_sync (guestfs_h *g);\n"
16320 "\n"
16321 msgstr ""
16322
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4396
16325 msgid ""
16326 "This syncs the disk, so that any writes are flushed through to the "
16327 "underlying disk image."
16328 msgstr ""
16329
16330 #. type: textblock
16331 #: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4399
16332 msgid ""
16333 "You should always call this if you have modified a disk image, before "
16334 "closing the handle."
16335 msgstr ""
16336
16337 #. type: =head2
16338 #: ../src/guestfs-actions.pod:6535
16339 msgid "guestfs_tail"
16340 msgstr ""
16341
16342 #. type: verbatim
16343 #: ../src/guestfs-actions.pod:6537
16344 #, no-wrap
16345 msgid ""
16346 " char **\n"
16347 " guestfs_tail (guestfs_h *g,\n"
16348 "               const char *path);\n"
16349 "\n"
16350 msgstr ""
16351
16352 #. type: textblock
16353 #: ../src/guestfs-actions.pod:6541 ../fish/guestfish-actions.pod:4406
16354 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16355 msgstr ""
16356
16357 #. type: =head2
16358 #: ../src/guestfs-actions.pod:6553
16359 msgid "guestfs_tail_n"
16360 msgstr ""
16361
16362 #. type: verbatim
16363 #: ../src/guestfs-actions.pod:6555
16364 #, no-wrap
16365 msgid ""
16366 " char **\n"
16367 " guestfs_tail_n (guestfs_h *g,\n"
16368 "                 int nrlines,\n"
16369 "                 const char *path);\n"
16370 "\n"
16371 msgstr ""
16372
16373 #. type: textblock
16374 #: ../src/guestfs-actions.pod:6560 ../fish/guestfish-actions.pod:4416
16375 msgid ""
16376 "If the parameter C<nrlines> is a positive number, this returns the last "
16377 "C<nrlines> lines of the file C<path>."
16378 msgstr ""
16379
16380 #. type: textblock
16381 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4419
16382 msgid ""
16383 "If the parameter C<nrlines> is a negative number, this returns lines from "
16384 "the file C<path>, starting with the C<-nrlines>th line."
16385 msgstr ""
16386
16387 #. type: =head2
16388 #: ../src/guestfs-actions.pod:6577
16389 msgid "guestfs_tar_in"
16390 msgstr ""
16391
16392 #. type: verbatim
16393 #: ../src/guestfs-actions.pod:6579
16394 #, no-wrap
16395 msgid ""
16396 " int\n"
16397 " guestfs_tar_in (guestfs_h *g,\n"
16398 "                 const char *tarfile,\n"
16399 "                 const char *directory);\n"
16400 "\n"
16401 msgstr ""
16402
16403 #. type: textblock
16404 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4431
16405 msgid ""
16406 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16407 "tar file) into C<directory>."
16408 msgstr ""
16409
16410 #. type: textblock
16411 #: ../src/guestfs-actions.pod:6587
16412 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16413 msgstr ""
16414
16415 #. type: textblock
16416 #: ../src/guestfs-actions.pod:6592 ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6625 ../src/guestfs-actions.pod:6641
16417 msgid "(Added in 1.0.3)"
16418 msgstr ""
16419
16420 #. type: =head2
16421 #: ../src/guestfs-actions.pod:6594
16422 msgid "guestfs_tar_out"
16423 msgstr ""
16424
16425 #. type: verbatim
16426 #: ../src/guestfs-actions.pod:6596
16427 #, no-wrap
16428 msgid ""
16429 " int\n"
16430 " guestfs_tar_out (guestfs_h *g,\n"
16431 "                  const char *directory,\n"
16432 "                  const char *tarfile);\n"
16433 "\n"
16434 msgstr ""
16435
16436 #. type: textblock
16437 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4443
16438 msgid ""
16439 "This command packs the contents of C<directory> and downloads it to local "
16440 "file C<tarfile>."
16441 msgstr ""
16442
16443 #. type: textblock
16444 #: ../src/guestfs-actions.pod:6604
16445 msgid ""
16446 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16447 "C<guestfs_txz_out>."
16448 msgstr ""
16449
16450 #. type: =head2
16451 #: ../src/guestfs-actions.pod:6611
16452 msgid "guestfs_tgz_in"
16453 msgstr ""
16454
16455 #. type: verbatim
16456 #: ../src/guestfs-actions.pod:6613
16457 #, no-wrap
16458 msgid ""
16459 " int\n"
16460 " guestfs_tgz_in (guestfs_h *g,\n"
16461 "                 const char *tarball,\n"
16462 "                 const char *directory);\n"
16463 "\n"
16464 msgstr ""
16465
16466 #. type: textblock
16467 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4455
16468 msgid ""
16469 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16470 "tar file) into C<directory>."
16471 msgstr ""
16472
16473 #. type: textblock
16474 #: ../src/guestfs-actions.pod:6621
16475 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16476 msgstr ""
16477
16478 #. type: =head2
16479 #: ../src/guestfs-actions.pod:6627
16480 msgid "guestfs_tgz_out"
16481 msgstr ""
16482
16483 #. type: verbatim
16484 #: ../src/guestfs-actions.pod:6629
16485 #, no-wrap
16486 msgid ""
16487 " int\n"
16488 " guestfs_tgz_out (guestfs_h *g,\n"
16489 "                  const char *directory,\n"
16490 "                  const char *tarball);\n"
16491 "\n"
16492 msgstr ""
16493
16494 #. type: textblock
16495 #: ../src/guestfs-actions.pod:6634 ../fish/guestfish-actions.pod:4466
16496 msgid ""
16497 "This command packs the contents of C<directory> and downloads it to local "
16498 "file C<tarball>."
16499 msgstr ""
16500
16501 #. type: textblock
16502 #: ../src/guestfs-actions.pod:6637
16503 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16504 msgstr ""
16505
16506 #. type: =head2
16507 #: ../src/guestfs-actions.pod:6643
16508 msgid "guestfs_touch"
16509 msgstr ""
16510
16511 #. type: verbatim
16512 #: ../src/guestfs-actions.pod:6645
16513 #, no-wrap
16514 msgid ""
16515 " int\n"
16516 " guestfs_touch (guestfs_h *g,\n"
16517 "                const char *path);\n"
16518 "\n"
16519 msgstr ""
16520
16521 #. type: textblock
16522 #: ../src/guestfs-actions.pod:6649 ../fish/guestfish-actions.pod:4477
16523 msgid ""
16524 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16525 "timestamps on a file, or, if the file does not exist, to create a new "
16526 "zero-length file."
16527 msgstr ""
16528
16529 #. type: textblock
16530 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4481
16531 msgid ""
16532 "This command only works on regular files, and will fail on other file types "
16533 "such as directories, symbolic links, block special etc."
16534 msgstr ""
16535
16536 #. type: =head2
16537 #: ../src/guestfs-actions.pod:6660
16538 msgid "guestfs_truncate"
16539 msgstr ""
16540
16541 #. type: verbatim
16542 #: ../src/guestfs-actions.pod:6662
16543 #, no-wrap
16544 msgid ""
16545 " int\n"
16546 " guestfs_truncate (guestfs_h *g,\n"
16547 "                   const char *path);\n"
16548 "\n"
16549 msgstr ""
16550
16551 #. type: textblock
16552 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4488
16553 msgid ""
16554 "This command truncates C<path> to a zero-length file.  The file must exist "
16555 "already."
16556 msgstr ""
16557
16558 #. type: =head2
16559 #: ../src/guestfs-actions.pod:6673
16560 msgid "guestfs_truncate_size"
16561 msgstr ""
16562
16563 #. type: verbatim
16564 #: ../src/guestfs-actions.pod:6675
16565 #, no-wrap
16566 msgid ""
16567 " int\n"
16568 " guestfs_truncate_size (guestfs_h *g,\n"
16569 "                        const char *path,\n"
16570 "                        int64_t size);\n"
16571 "\n"
16572 msgstr ""
16573
16574 #. type: textblock
16575 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4495
16576 msgid ""
16577 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16578 "already."
16579 msgstr ""
16580
16581 #. type: textblock
16582 #: ../src/guestfs-actions.pod:6683
16583 msgid ""
16584 "If the current file size is less than C<size> then the file is extended to "
16585 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16586 "blocks are not allocated for the file until you write to it).  To create a "
16587 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16588 msgstr ""
16589
16590 #. type: =head2
16591 #: ../src/guestfs-actions.pod:6693
16592 msgid "guestfs_tune2fs_l"
16593 msgstr ""
16594
16595 #. type: verbatim
16596 #: ../src/guestfs-actions.pod:6695
16597 #, no-wrap
16598 msgid ""
16599 " char **\n"
16600 " guestfs_tune2fs_l (guestfs_h *g,\n"
16601 "                    const char *device);\n"
16602 "\n"
16603 msgstr ""
16604
16605 #. type: textblock
16606 #: ../src/guestfs-actions.pod:6699 ../fish/guestfish-actions.pod:4508
16607 msgid ""
16608 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16609 "C<device>."
16610 msgstr ""
16611
16612 #. type: textblock
16613 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4511
16614 msgid ""
16615 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16616 "for more details.  The list of fields returned isn't clearly defined, and "
16617 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16618 "and the filesystem itself."
16619 msgstr ""
16620
16621 #. type: =head2
16622 #: ../src/guestfs-actions.pod:6715
16623 msgid "guestfs_txz_in"
16624 msgstr ""
16625
16626 #. type: verbatim
16627 #: ../src/guestfs-actions.pod:6717
16628 #, no-wrap
16629 msgid ""
16630 " int\n"
16631 " guestfs_txz_in (guestfs_h *g,\n"
16632 "                 const char *tarball,\n"
16633 "                 const char *directory);\n"
16634 "\n"
16635 msgstr ""
16636
16637 #. type: textblock
16638 #: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4520
16639 msgid ""
16640 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16641 "tar file) into C<directory>."
16642 msgstr ""
16643
16644 #. type: =head2
16645 #: ../src/guestfs-actions.pod:6729
16646 msgid "guestfs_txz_out"
16647 msgstr ""
16648
16649 #. type: verbatim
16650 #: ../src/guestfs-actions.pod:6731
16651 #, no-wrap
16652 msgid ""
16653 " int\n"
16654 " guestfs_txz_out (guestfs_h *g,\n"
16655 "                  const char *directory,\n"
16656 "                  const char *tarball);\n"
16657 "\n"
16658 msgstr ""
16659
16660 #. type: textblock
16661 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4529
16662 msgid ""
16663 "This command packs the contents of C<directory> and downloads it to local "
16664 "file C<tarball> (as an xz compressed tar archive)."
16665 msgstr ""
16666
16667 #. type: =head2
16668 #: ../src/guestfs-actions.pod:6743
16669 msgid "guestfs_umask"
16670 msgstr ""
16671
16672 #. type: verbatim
16673 #: ../src/guestfs-actions.pod:6745
16674 #, no-wrap
16675 msgid ""
16676 " int\n"
16677 " guestfs_umask (guestfs_h *g,\n"
16678 "                int mask);\n"
16679 "\n"
16680 msgstr ""
16681
16682 #. type: textblock
16683 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4538
16684 msgid ""
16685 "This function sets the mask used for creating new files and device nodes to "
16686 "C<mask & 0777>."
16687 msgstr ""
16688
16689 #. type: textblock
16690 #: ../src/guestfs-actions.pod:6752 ../fish/guestfish-actions.pod:4541
16691 msgid ""
16692 "Typical umask values would be C<022> which creates new files with "
16693 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16694 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16695 msgstr ""
16696
16697 #. type: textblock
16698 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4546
16699 msgid ""
16700 "The default umask is C<022>.  This is important because it means that "
16701 "directories and device nodes will be created with C<0644> or C<0755> mode "
16702 "even if you specify C<0777>."
16703 msgstr ""
16704
16705 #. type: textblock
16706 #: ../src/guestfs-actions.pod:6761
16707 msgid ""
16708 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16709 "C<guestfs_mkdir>."
16710 msgstr ""
16711
16712 #. type: textblock
16713 #: ../src/guestfs-actions.pod:6764 ../fish/guestfish-actions.pod:4553
16714 msgid "This call returns the previous umask."
16715 msgstr ""
16716
16717 #. type: =head2
16718 #: ../src/guestfs-actions.pod:6770
16719 msgid "guestfs_umount"
16720 msgstr ""
16721
16722 #. type: verbatim
16723 #: ../src/guestfs-actions.pod:6772
16724 #, no-wrap
16725 msgid ""
16726 " int\n"
16727 " guestfs_umount (guestfs_h *g,\n"
16728 "                 const char *pathordevice);\n"
16729 "\n"
16730 msgstr ""
16731
16732 #. type: textblock
16733 #: ../src/guestfs-actions.pod:6776 ../fish/guestfish-actions.pod:4561
16734 msgid ""
16735 "This unmounts the given filesystem.  The filesystem may be specified either "
16736 "by its mountpoint (path) or the device which contains the filesystem."
16737 msgstr ""
16738
16739 #. type: =head2
16740 #: ../src/guestfs-actions.pod:6784
16741 msgid "guestfs_umount_all"
16742 msgstr ""
16743
16744 #. type: verbatim
16745 #: ../src/guestfs-actions.pod:6786
16746 #, no-wrap
16747 msgid ""
16748 " int\n"
16749 " guestfs_umount_all (guestfs_h *g);\n"
16750 "\n"
16751 msgstr ""
16752
16753 #. type: textblock
16754 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4571
16755 msgid "This unmounts all mounted filesystems."
16756 msgstr ""
16757
16758 #. type: textblock
16759 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4573
16760 msgid "Some internal mounts are not unmounted by this call."
16761 msgstr ""
16762
16763 #. type: =head2
16764 #: ../src/guestfs-actions.pod:6797
16765 msgid "guestfs_upload"
16766 msgstr ""
16767
16768 #. type: verbatim
16769 #: ../src/guestfs-actions.pod:6799
16770 #, no-wrap
16771 msgid ""
16772 " int\n"
16773 " guestfs_upload (guestfs_h *g,\n"
16774 "                 const char *filename,\n"
16775 "                 const char *remotefilename);\n"
16776 "\n"
16777 msgstr ""
16778
16779 #. type: textblock
16780 #: ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6828 ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4592
16781 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16782 msgstr ""
16783
16784 #. type: textblock
16785 #: ../src/guestfs-actions.pod:6809
16786 msgid "See also C<guestfs_download>."
16787 msgstr ""
16788
16789 #. type: =head2
16790 #: ../src/guestfs-actions.pod:6820
16791 msgid "guestfs_upload_offset"
16792 msgstr ""
16793
16794 #. type: verbatim
16795 #: ../src/guestfs-actions.pod:6822
16796 #, no-wrap
16797 msgid ""
16798 " int\n"
16799 " guestfs_upload_offset (guestfs_h *g,\n"
16800 "                        const char *filename,\n"
16801 "                        const char *remotefilename,\n"
16802 "                        int64_t offset);\n"
16803 "\n"
16804 msgstr ""
16805
16806 #. type: textblock
16807 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4595
16808 msgid ""
16809 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16810 "The intention is to overwrite parts of existing files or devices, although "
16811 "if a non-existant file is specified then it is created with a \"hole\" "
16812 "before C<offset>.  The size of the data written is implicit in the size of "
16813 "the source C<filename>."
16814 msgstr ""
16815
16816 #. type: textblock
16817 #: ../src/guestfs-actions.pod:6838
16818 msgid ""
16819 "Note that there is no limit on the amount of data that can be uploaded with "
16820 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16821 "full amount unless an error occurs."
16822 msgstr ""
16823
16824 #. type: textblock
16825 #: ../src/guestfs-actions.pod:6843
16826 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16827 msgstr ""
16828
16829 #. type: =head2
16830 #: ../src/guestfs-actions.pod:6854
16831 msgid "guestfs_utimens"
16832 msgstr ""
16833
16834 #. type: verbatim
16835 #: ../src/guestfs-actions.pod:6856
16836 #, no-wrap
16837 msgid ""
16838 " int\n"
16839 " guestfs_utimens (guestfs_h *g,\n"
16840 "                  const char *path,\n"
16841 "                  int64_t atsecs,\n"
16842 "                  int64_t atnsecs,\n"
16843 "                  int64_t mtsecs,\n"
16844 "                  int64_t mtnsecs);\n"
16845 "\n"
16846 msgstr ""
16847
16848 #. type: textblock
16849 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4615
16850 msgid "This command sets the timestamps of a file with nanosecond precision."
16851 msgstr ""
16852
16853 #. type: textblock
16854 #: ../src/guestfs-actions.pod:6867 ../fish/guestfish-actions.pod:4618
16855 msgid ""
16856 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16857 "from the epoch."
16858 msgstr ""
16859
16860 #. type: textblock
16861 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4621
16862 msgid ""
16863 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16864 "nanoseconds from the epoch."
16865 msgstr ""
16866
16867 #. type: textblock
16868 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4624
16869 msgid ""
16870 "If the C<*nsecs> field contains the special value C<-1> then the "
16871 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16872 "ignored in this case)."
16873 msgstr ""
16874
16875 #. type: textblock
16876 #: ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4628
16877 msgid ""
16878 "If the C<*nsecs> field contains the special value C<-2> then the "
16879 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16880 "in this case)."
16881 msgstr ""
16882
16883 #. type: =head2
16884 #: ../src/guestfs-actions.pod:6885 ../src/guestfs-structs.pod:175
16885 msgid "guestfs_version"
16886 msgstr ""
16887
16888 #. type: verbatim
16889 #: ../src/guestfs-actions.pod:6887
16890 #, no-wrap
16891 msgid ""
16892 " struct guestfs_version *\n"
16893 " guestfs_version (guestfs_h *g);\n"
16894 "\n"
16895 msgstr ""
16896
16897 #. type: textblock
16898 #: ../src/guestfs-actions.pod:6890 ../fish/guestfish-actions.pod:4636
16899 msgid "Return the libguestfs version number that the program is linked against."
16900 msgstr ""
16901
16902 #. type: textblock
16903 #: ../src/guestfs-actions.pod:6893 ../fish/guestfish-actions.pod:4639
16904 msgid ""
16905 "Note that because of dynamic linking this is not necessarily the version of "
16906 "libguestfs that you compiled against.  You can compile the program, and then "
16907 "at runtime dynamically link against a completely different C<libguestfs.so> "
16908 "library."
16909 msgstr ""
16910
16911 #. type: textblock
16912 #: ../src/guestfs-actions.pod:6898 ../fish/guestfish-actions.pod:4644
16913 msgid ""
16914 "This call was added in version C<1.0.58>.  In previous versions of "
16915 "libguestfs there was no way to get the version number.  From C code you can "
16916 "use dynamic linker functions to find out if this symbol exists (if it "
16917 "doesn't, then it's an earlier version)."
16918 msgstr ""
16919
16920 #. type: textblock
16921 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4650
16922 msgid ""
16923 "The call returns a structure with four elements.  The first three (C<major>, "
16924 "C<minor> and C<release>) are numbers and correspond to the usual version "
16925 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16926 "but may be used for distro-specific information."
16927 msgstr ""
16928
16929 #. type: textblock
16930 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4656
16931 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16932 msgstr ""
16933
16934 #. type: textblock
16935 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4659
16936 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16937 msgstr ""
16938
16939 #. type: textblock
16940 #: ../src/guestfs-actions.pod:6915
16941 msgid ""
16942 "I<Note:> Don't use this call to test for availability of features.  In "
16943 "enterprise distributions we backport features from later versions into "
16944 "earlier versions, making this an unreliable way to test for features.  Use "
16945 "C<guestfs_available> instead."
16946 msgstr ""
16947
16948 #. type: textblock
16949 #: ../src/guestfs-actions.pod:6921
16950 msgid ""
16951 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16952 "error.  I<The caller must call C<guestfs_free_version> after use>."
16953 msgstr ""
16954
16955 #. type: textblock
16956 #: ../src/guestfs-actions.pod:6925
16957 msgid "(Added in 1.0.58)"
16958 msgstr ""
16959
16960 #. type: =head2
16961 #: ../src/guestfs-actions.pod:6927
16962 msgid "guestfs_vfs_label"
16963 msgstr ""
16964
16965 #. type: verbatim
16966 #: ../src/guestfs-actions.pod:6929
16967 #, no-wrap
16968 msgid ""
16969 " char *\n"
16970 " guestfs_vfs_label (guestfs_h *g,\n"
16971 "                    const char *device);\n"
16972 "\n"
16973 msgstr ""
16974
16975 #. type: textblock
16976 #: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4671
16977 msgid "This returns the filesystem label of the filesystem on C<device>."
16978 msgstr ""
16979
16980 #. type: textblock
16981 #: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4674
16982 msgid "If the filesystem is unlabeled, this returns the empty string."
16983 msgstr ""
16984
16985 #. type: textblock
16986 #: ../src/guestfs-actions.pod:6938
16987 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16988 msgstr ""
16989
16990 #. type: textblock
16991 #: ../src/guestfs-actions.pod:6943 ../src/guestfs-actions.pod:6980
16992 msgid "(Added in 1.3.18)"
16993 msgstr ""
16994
16995 #. type: =head2
16996 #: ../src/guestfs-actions.pod:6945
16997 msgid "guestfs_vfs_type"
16998 msgstr ""
16999
17000 #. type: verbatim
17001 #: ../src/guestfs-actions.pod:6947
17002 #, no-wrap
17003 msgid ""
17004 " char *\n"
17005 " guestfs_vfs_type (guestfs_h *g,\n"
17006 "                   const char *device);\n"
17007 "\n"
17008 msgstr ""
17009
17010 #. type: textblock
17011 #: ../src/guestfs-actions.pod:6951 ../fish/guestfish-actions.pod:4682
17012 msgid ""
17013 "This command gets the filesystem type corresponding to the filesystem on "
17014 "C<device>."
17015 msgstr ""
17016
17017 #. type: textblock
17018 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4685
17019 msgid ""
17020 "For most filesystems, the result is the name of the Linux VFS module which "
17021 "would be used to mount this filesystem if you mounted it without specifying "
17022 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17023 msgstr ""
17024
17025 #. type: =head2
17026 #: ../src/guestfs-actions.pod:6964
17027 msgid "guestfs_vfs_uuid"
17028 msgstr ""
17029
17030 #. type: verbatim
17031 #: ../src/guestfs-actions.pod:6966
17032 #, no-wrap
17033 msgid ""
17034 " char *\n"
17035 " guestfs_vfs_uuid (guestfs_h *g,\n"
17036 "                   const char *device);\n"
17037 "\n"
17038 msgstr ""
17039
17040 #. type: textblock
17041 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4694
17042 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17043 msgstr ""
17044
17045 #. type: textblock
17046 #: ../src/guestfs-actions.pod:6973 ../fish/guestfish-actions.pod:4697
17047 msgid "If the filesystem does not have a UUID, this returns the empty string."
17048 msgstr ""
17049
17050 #. type: textblock
17051 #: ../src/guestfs-actions.pod:6975
17052 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17053 msgstr ""
17054
17055 #. type: =head2
17056 #: ../src/guestfs-actions.pod:6982
17057 msgid "guestfs_vg_activate"
17058 msgstr ""
17059
17060 #. type: verbatim
17061 #: ../src/guestfs-actions.pod:6984
17062 #, no-wrap
17063 msgid ""
17064 " int\n"
17065 " guestfs_vg_activate (guestfs_h *g,\n"
17066 "                      int activate,\n"
17067 "                      char *const *volgroups);\n"
17068 "\n"
17069 msgstr ""
17070
17071 #. type: textblock
17072 #: ../src/guestfs-actions.pod:6989 ../fish/guestfish-actions.pod:4705
17073 msgid ""
17074 "This command activates or (if C<activate> is false) deactivates all logical "
17075 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17076 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17077 "deactivated, then those devices disappear."
17078 msgstr ""
17079
17080 #. type: textblock
17081 #: ../src/guestfs-actions.pod:6995 ../fish/guestfish-actions.pod:4711
17082 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17083 msgstr ""
17084
17085 #. type: textblock
17086 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4713
17087 msgid ""
17088 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17089 "activated or deactivated."
17090 msgstr ""
17091
17092 #. type: =head2
17093 #: ../src/guestfs-actions.pod:7004
17094 msgid "guestfs_vg_activate_all"
17095 msgstr ""
17096
17097 #. type: verbatim
17098 #: ../src/guestfs-actions.pod:7006
17099 #, no-wrap
17100 msgid ""
17101 " int\n"
17102 " guestfs_vg_activate_all (guestfs_h *g,\n"
17103 "                          int activate);\n"
17104 "\n"
17105 msgstr ""
17106
17107 #. type: textblock
17108 #: ../src/guestfs-actions.pod:7010 ../fish/guestfish-actions.pod:4720
17109 msgid ""
17110 "This command activates or (if C<activate> is false) deactivates all logical "
17111 "volumes in all volume groups.  If activated, then they are made known to the "
17112 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17113 "those devices disappear."
17114 msgstr ""
17115
17116 #. type: textblock
17117 #: ../src/guestfs-actions.pod:7016 ../fish/guestfish-actions.pod:4726
17118 msgid "This command is the same as running C<vgchange -a y|n>"
17119 msgstr ""
17120
17121 #. type: =head2
17122 #: ../src/guestfs-actions.pod:7022
17123 msgid "guestfs_vgcreate"
17124 msgstr ""
17125
17126 #. type: verbatim
17127 #: ../src/guestfs-actions.pod:7024
17128 #, no-wrap
17129 msgid ""
17130 " int\n"
17131 " guestfs_vgcreate (guestfs_h *g,\n"
17132 "                   const char *volgroup,\n"
17133 "                   char *const *physvols);\n"
17134 "\n"
17135 msgstr ""
17136
17137 #. type: textblock
17138 #: ../src/guestfs-actions.pod:7029 ../fish/guestfish-actions.pod:4732
17139 msgid ""
17140 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17141 "of physical volumes C<physvols>."
17142 msgstr ""
17143
17144 #. type: =head2
17145 #: ../src/guestfs-actions.pod:7036
17146 msgid "guestfs_vglvuuids"
17147 msgstr ""
17148
17149 #. type: verbatim
17150 #: ../src/guestfs-actions.pod:7038
17151 #, no-wrap
17152 msgid ""
17153 " char **\n"
17154 " guestfs_vglvuuids (guestfs_h *g,\n"
17155 "                    const char *vgname);\n"
17156 "\n"
17157 msgstr ""
17158
17159 #. type: textblock
17160 #: ../src/guestfs-actions.pod:7042 ../fish/guestfish-actions.pod:4739
17161 msgid ""
17162 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17163 "volumes created in this volume group."
17164 msgstr ""
17165
17166 #. type: textblock
17167 #: ../src/guestfs-actions.pod:7045
17168 msgid ""
17169 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17170 "associate logical volumes and volume groups."
17171 msgstr ""
17172
17173 #. type: textblock
17174 #: ../src/guestfs-actions.pod:7048
17175 msgid "See also C<guestfs_vgpvuuids>."
17176 msgstr ""
17177
17178 #. type: =head2
17179 #: ../src/guestfs-actions.pod:7056
17180 msgid "guestfs_vgpvuuids"
17181 msgstr ""
17182
17183 #. type: verbatim
17184 #: ../src/guestfs-actions.pod:7058
17185 #, no-wrap
17186 msgid ""
17187 " char **\n"
17188 " guestfs_vgpvuuids (guestfs_h *g,\n"
17189 "                    const char *vgname);\n"
17190 "\n"
17191 msgstr ""
17192
17193 #. type: textblock
17194 #: ../src/guestfs-actions.pod:7062 ../fish/guestfish-actions.pod:4751
17195 msgid ""
17196 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17197 "volumes that this volume group resides on."
17198 msgstr ""
17199
17200 #. type: textblock
17201 #: ../src/guestfs-actions.pod:7065
17202 msgid ""
17203 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17204 "associate physical volumes and volume groups."
17205 msgstr ""
17206
17207 #. type: textblock
17208 #: ../src/guestfs-actions.pod:7068
17209 msgid "See also C<guestfs_vglvuuids>."
17210 msgstr ""
17211
17212 #. type: =head2
17213 #: ../src/guestfs-actions.pod:7076
17214 msgid "guestfs_vgremove"
17215 msgstr ""
17216
17217 #. type: verbatim
17218 #: ../src/guestfs-actions.pod:7078
17219 #, no-wrap
17220 msgid ""
17221 " int\n"
17222 " guestfs_vgremove (guestfs_h *g,\n"
17223 "                   const char *vgname);\n"
17224 "\n"
17225 msgstr ""
17226
17227 #. type: textblock
17228 #: ../src/guestfs-actions.pod:7082 ../fish/guestfish-actions.pod:4763
17229 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17230 msgstr ""
17231
17232 #. type: textblock
17233 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4765
17234 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17235 msgstr ""
17236
17237 #. type: =head2
17238 #: ../src/guestfs-actions.pod:7091
17239 msgid "guestfs_vgrename"
17240 msgstr ""
17241
17242 #. type: verbatim
17243 #: ../src/guestfs-actions.pod:7093
17244 #, no-wrap
17245 msgid ""
17246 " int\n"
17247 " guestfs_vgrename (guestfs_h *g,\n"
17248 "                   const char *volgroup,\n"
17249 "                   const char *newvolgroup);\n"
17250 "\n"
17251 msgstr ""
17252
17253 #. type: textblock
17254 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4772
17255 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17256 msgstr ""
17257
17258 #. type: =head2
17259 #: ../src/guestfs-actions.pod:7104
17260 msgid "guestfs_vgs"
17261 msgstr ""
17262
17263 #. type: verbatim
17264 #: ../src/guestfs-actions.pod:7106
17265 #, no-wrap
17266 msgid ""
17267 " char **\n"
17268 " guestfs_vgs (guestfs_h *g);\n"
17269 "\n"
17270 msgstr ""
17271
17272 #. type: textblock
17273 #: ../src/guestfs-actions.pod:7109 ../fish/guestfish-actions.pod:4778
17274 msgid ""
17275 "List all the volumes groups detected.  This is the equivalent of the "
17276 "L<vgs(8)> command."
17277 msgstr ""
17278
17279 #. type: textblock
17280 #: ../src/guestfs-actions.pod:7112 ../fish/guestfish-actions.pod:4781
17281 msgid ""
17282 "This returns a list of just the volume group names that were detected "
17283 "(eg. C<VolGroup00>)."
17284 msgstr ""
17285
17286 #. type: textblock
17287 #: ../src/guestfs-actions.pod:7115
17288 msgid "See also C<guestfs_vgs_full>."
17289 msgstr ""
17290
17291 #. type: =head2
17292 #: ../src/guestfs-actions.pod:7123
17293 msgid "guestfs_vgs_full"
17294 msgstr ""
17295
17296 #. type: verbatim
17297 #: ../src/guestfs-actions.pod:7125
17298 #, no-wrap
17299 msgid ""
17300 " struct guestfs_lvm_vg_list *\n"
17301 " guestfs_vgs_full (guestfs_h *g);\n"
17302 "\n"
17303 msgstr ""
17304
17305 #. type: textblock
17306 #: ../src/guestfs-actions.pod:7128 ../fish/guestfish-actions.pod:4790
17307 msgid ""
17308 "List all the volumes groups detected.  This is the equivalent of the "
17309 "L<vgs(8)> command.  The \"full\" version includes all fields."
17310 msgstr ""
17311
17312 #. type: textblock
17313 #: ../src/guestfs-actions.pod:7131
17314 msgid ""
17315 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17316 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17317 "use>."
17318 msgstr ""
17319
17320 #. type: =head2
17321 #: ../src/guestfs-actions.pod:7137
17322 msgid "guestfs_vgscan"
17323 msgstr ""
17324
17325 #. type: verbatim
17326 #: ../src/guestfs-actions.pod:7139
17327 #, no-wrap
17328 msgid ""
17329 " int\n"
17330 " guestfs_vgscan (guestfs_h *g);\n"
17331 "\n"
17332 msgstr ""
17333
17334 #. type: textblock
17335 #: ../src/guestfs-actions.pod:7142 ../fish/guestfish-actions.pod:4797
17336 msgid ""
17337 "This rescans all block devices and rebuilds the list of LVM physical "
17338 "volumes, volume groups and logical volumes."
17339 msgstr ""
17340
17341 #. type: =head2
17342 #: ../src/guestfs-actions.pod:7149
17343 msgid "guestfs_vguuid"
17344 msgstr ""
17345
17346 #. type: verbatim
17347 #: ../src/guestfs-actions.pod:7151
17348 #, no-wrap
17349 msgid ""
17350 " char *\n"
17351 " guestfs_vguuid (guestfs_h *g,\n"
17352 "                 const char *vgname);\n"
17353 "\n"
17354 msgstr ""
17355
17356 #. type: textblock
17357 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:4804
17358 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17359 msgstr ""
17360
17361 #. type: =head2
17362 #: ../src/guestfs-actions.pod:7162
17363 msgid "guestfs_wait_ready"
17364 msgstr ""
17365
17366 #. type: verbatim
17367 #: ../src/guestfs-actions.pod:7164
17368 #, no-wrap
17369 msgid ""
17370 " int\n"
17371 " guestfs_wait_ready (guestfs_h *g);\n"
17372 "\n"
17373 msgstr ""
17374
17375 #. type: textblock
17376 #: ../src/guestfs-actions.pod:7167
17377 msgid "This function is a no op."
17378 msgstr ""
17379
17380 #. type: textblock
17381 #: ../src/guestfs-actions.pod:7169
17382 msgid ""
17383 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17384 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17385 "is no longer necessary because C<guestfs_launch> now does the waiting."
17386 msgstr ""
17387
17388 #. type: textblock
17389 #: ../src/guestfs-actions.pod:7174
17390 msgid ""
17391 "If you see any calls to this function in code then you can just remove them, "
17392 "unless you want to retain compatibility with older versions of the API."
17393 msgstr ""
17394
17395 #. type: =head2
17396 #: ../src/guestfs-actions.pod:7182
17397 msgid "guestfs_wc_c"
17398 msgstr ""
17399
17400 #. type: verbatim
17401 #: ../src/guestfs-actions.pod:7184
17402 #, no-wrap
17403 msgid ""
17404 " int\n"
17405 " guestfs_wc_c (guestfs_h *g,\n"
17406 "               const char *path);\n"
17407 "\n"
17408 msgstr ""
17409
17410 #. type: textblock
17411 #: ../src/guestfs-actions.pod:7188 ../fish/guestfish-actions.pod:4810
17412 msgid ""
17413 "This command counts the characters in a file, using the C<wc -c> external "
17414 "command."
17415 msgstr ""
17416
17417 #. type: =head2
17418 #: ../src/guestfs-actions.pod:7195
17419 msgid "guestfs_wc_l"
17420 msgstr ""
17421
17422 #. type: verbatim
17423 #: ../src/guestfs-actions.pod:7197
17424 #, no-wrap
17425 msgid ""
17426 " int\n"
17427 " guestfs_wc_l (guestfs_h *g,\n"
17428 "               const char *path);\n"
17429 "\n"
17430 msgstr ""
17431
17432 #. type: textblock
17433 #: ../src/guestfs-actions.pod:7201 ../fish/guestfish-actions.pod:4817
17434 msgid ""
17435 "This command counts the lines in a file, using the C<wc -l> external "
17436 "command."
17437 msgstr ""
17438
17439 #. type: =head2
17440 #: ../src/guestfs-actions.pod:7208
17441 msgid "guestfs_wc_w"
17442 msgstr ""
17443
17444 #. type: verbatim
17445 #: ../src/guestfs-actions.pod:7210
17446 #, no-wrap
17447 msgid ""
17448 " int\n"
17449 " guestfs_wc_w (guestfs_h *g,\n"
17450 "               const char *path);\n"
17451 "\n"
17452 msgstr ""
17453
17454 #. type: textblock
17455 #: ../src/guestfs-actions.pod:7214 ../fish/guestfish-actions.pod:4824
17456 msgid ""
17457 "This command counts the words in a file, using the C<wc -w> external "
17458 "command."
17459 msgstr ""
17460
17461 #. type: =head2
17462 #: ../src/guestfs-actions.pod:7221
17463 msgid "guestfs_write"
17464 msgstr ""
17465
17466 #. type: verbatim
17467 #: ../src/guestfs-actions.pod:7223
17468 #, no-wrap
17469 msgid ""
17470 " int\n"
17471 " guestfs_write (guestfs_h *g,\n"
17472 "                const char *path,\n"
17473 "                const char *content,\n"
17474 "                size_t content_size);\n"
17475 "\n"
17476 msgstr ""
17477
17478 #. type: textblock
17479 #: ../src/guestfs-actions.pod:7229 ../fish/guestfish-actions.pod:4831
17480 msgid ""
17481 "This call creates a file called C<path>.  The content of the file is the "
17482 "string C<content> (which can contain any 8 bit data)."
17483 msgstr ""
17484
17485 #. type: =head2
17486 #: ../src/guestfs-actions.pod:7239
17487 msgid "guestfs_write_file"
17488 msgstr ""
17489
17490 #. type: verbatim
17491 #: ../src/guestfs-actions.pod:7241
17492 #, no-wrap
17493 msgid ""
17494 " int\n"
17495 " guestfs_write_file (guestfs_h *g,\n"
17496 "                     const char *path,\n"
17497 "                     const char *content,\n"
17498 "                     int size);\n"
17499 "\n"
17500 msgstr ""
17501
17502 #. type: textblock
17503 #: ../src/guestfs-actions.pod:7247 ../fish/guestfish-actions.pod:4841
17504 msgid ""
17505 "This call creates a file called C<path>.  The contents of the file is the "
17506 "string C<content> (which can contain any 8 bit data), with length C<size>."
17507 msgstr ""
17508
17509 #. type: textblock
17510 #: ../src/guestfs-actions.pod:7251 ../fish/guestfish-actions.pod:4845
17511 msgid ""
17512 "As a special case, if C<size> is C<0> then the length is calculated using "
17513 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17514 msgstr ""
17515
17516 #. type: textblock
17517 #: ../src/guestfs-actions.pod:7255 ../fish/guestfish-actions.pod:4849
17518 msgid ""
17519 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17520 "I<not> work, even if the length is specified."
17521 msgstr ""
17522
17523 #. type: textblock
17524 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4855
17525 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17526 msgstr ""
17527
17528 #. type: =head2
17529 #: ../src/guestfs-actions.pod:7272
17530 msgid "guestfs_zegrep"
17531 msgstr ""
17532
17533 #. type: verbatim
17534 #: ../src/guestfs-actions.pod:7274
17535 #, no-wrap
17536 msgid ""
17537 " char **\n"
17538 " guestfs_zegrep (guestfs_h *g,\n"
17539 "                 const char *regex,\n"
17540 "                 const char *path);\n"
17541 "\n"
17542 msgstr ""
17543
17544 #. type: textblock
17545 #: ../src/guestfs-actions.pod:7279 ../fish/guestfish-actions.pod:4866
17546 msgid "This calls the external C<zegrep> program and returns the matching lines."
17547 msgstr ""
17548
17549 #. type: =head2
17550 #: ../src/guestfs-actions.pod:7291
17551 msgid "guestfs_zegrepi"
17552 msgstr ""
17553
17554 #. type: verbatim
17555 #: ../src/guestfs-actions.pod:7293
17556 #, no-wrap
17557 msgid ""
17558 " char **\n"
17559 " guestfs_zegrepi (guestfs_h *g,\n"
17560 "                  const char *regex,\n"
17561 "                  const char *path);\n"
17562 "\n"
17563 msgstr ""
17564
17565 #. type: textblock
17566 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4876
17567 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17568 msgstr ""
17569
17570 #. type: =head2
17571 #: ../src/guestfs-actions.pod:7310
17572 msgid "guestfs_zero"
17573 msgstr ""
17574
17575 #. type: verbatim
17576 #: ../src/guestfs-actions.pod:7312
17577 #, no-wrap
17578 msgid ""
17579 " int\n"
17580 " guestfs_zero (guestfs_h *g,\n"
17581 "               const char *device);\n"
17582 "\n"
17583 msgstr ""
17584
17585 #. type: textblock
17586 #: ../src/guestfs-actions.pod:7316 ../fish/guestfish-actions.pod:4886
17587 msgid "This command writes zeroes over the first few blocks of C<device>."
17588 msgstr ""
17589
17590 #. type: textblock
17591 #: ../src/guestfs-actions.pod:7318 ../fish/guestfish-actions.pod:4888
17592 msgid ""
17593 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17594 "securely wipe the device).  It should be sufficient to remove any partition "
17595 "tables, filesystem superblocks and so on."
17596 msgstr ""
17597
17598 #. type: textblock
17599 #: ../src/guestfs-actions.pod:7322
17600 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17601 msgstr ""
17602
17603 #. type: =head2
17604 #: ../src/guestfs-actions.pod:7333
17605 msgid "guestfs_zero_device"
17606 msgstr ""
17607
17608 #. type: verbatim
17609 #: ../src/guestfs-actions.pod:7335
17610 #, no-wrap
17611 msgid ""
17612 " int\n"
17613 " guestfs_zero_device (guestfs_h *g,\n"
17614 "                      const char *device);\n"
17615 "\n"
17616 msgstr ""
17617
17618 #. type: textblock
17619 #: ../src/guestfs-actions.pod:7339
17620 msgid ""
17621 "This command writes zeroes over the entire C<device>.  Compare with "
17622 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17623 msgstr ""
17624
17625 #. type: textblock
17626 #: ../src/guestfs-actions.pod:7353
17627 msgid "(Added in 1.3.1)"
17628 msgstr ""
17629
17630 #. type: =head2
17631 #: ../src/guestfs-actions.pod:7355
17632 msgid "guestfs_zerofree"
17633 msgstr ""
17634
17635 #. type: verbatim
17636 #: ../src/guestfs-actions.pod:7357
17637 #, no-wrap
17638 msgid ""
17639 " int\n"
17640 " guestfs_zerofree (guestfs_h *g,\n"
17641 "                   const char *device);\n"
17642 "\n"
17643 msgstr ""
17644
17645 #. type: textblock
17646 #: ../src/guestfs-actions.pod:7361 ../fish/guestfish-actions.pod:4909
17647 msgid ""
17648 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17649 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17650 "possible to compress the filesystem more effectively."
17651 msgstr ""
17652
17653 #. type: textblock
17654 #: ../src/guestfs-actions.pod:7366 ../fish/guestfish-actions.pod:4914
17655 msgid "You should B<not> run this program if the filesystem is mounted."
17656 msgstr ""
17657
17658 #. type: textblock
17659 #: ../src/guestfs-actions.pod:7369 ../fish/guestfish-actions.pod:4917
17660 msgid ""
17661 "It is possible that using this program can damage the filesystem or data on "
17662 "the filesystem."
17663 msgstr ""
17664
17665 #. type: =head2
17666 #: ../src/guestfs-actions.pod:7376
17667 msgid "guestfs_zfgrep"
17668 msgstr ""
17669
17670 #. type: verbatim
17671 #: ../src/guestfs-actions.pod:7378
17672 #, no-wrap
17673 msgid ""
17674 " char **\n"
17675 " guestfs_zfgrep (guestfs_h *g,\n"
17676 "                 const char *pattern,\n"
17677 "                 const char *path);\n"
17678 "\n"
17679 msgstr ""
17680
17681 #. type: textblock
17682 #: ../src/guestfs-actions.pod:7383 ../fish/guestfish-actions.pod:4924
17683 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17684 msgstr ""
17685
17686 #. type: =head2
17687 #: ../src/guestfs-actions.pod:7395
17688 msgid "guestfs_zfgrepi"
17689 msgstr ""
17690
17691 #. type: verbatim
17692 #: ../src/guestfs-actions.pod:7397
17693 #, no-wrap
17694 msgid ""
17695 " char **\n"
17696 " guestfs_zfgrepi (guestfs_h *g,\n"
17697 "                  const char *pattern,\n"
17698 "                  const char *path);\n"
17699 "\n"
17700 msgstr ""
17701
17702 #. type: textblock
17703 #: ../src/guestfs-actions.pod:7402 ../fish/guestfish-actions.pod:4934
17704 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17705 msgstr ""
17706
17707 #. type: =head2
17708 #: ../src/guestfs-actions.pod:7414
17709 msgid "guestfs_zfile"
17710 msgstr ""
17711
17712 #. type: verbatim
17713 #: ../src/guestfs-actions.pod:7416
17714 #, no-wrap
17715 msgid ""
17716 " char *\n"
17717 " guestfs_zfile (guestfs_h *g,\n"
17718 "                const char *meth,\n"
17719 "                const char *path);\n"
17720 "\n"
17721 msgstr ""
17722
17723 #. type: textblock
17724 #: ../src/guestfs-actions.pod:7421 ../fish/guestfish-actions.pod:4944
17725 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17726 msgstr ""
17727
17728 #. type: textblock
17729 #: ../src/guestfs-actions.pod:7424 ../fish/guestfish-actions.pod:4947
17730 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17731 msgstr ""
17732
17733 #. type: textblock
17734 #: ../src/guestfs-actions.pod:7426
17735 msgid ""
17736 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17737 "files."
17738 msgstr ""
17739
17740 #. type: textblock
17741 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4952
17742 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17743 msgstr ""
17744
17745 #. type: =head2
17746 #: ../src/guestfs-actions.pod:7441
17747 msgid "guestfs_zgrep"
17748 msgstr ""
17749
17750 #. type: verbatim
17751 #: ../src/guestfs-actions.pod:7443
17752 #, no-wrap
17753 msgid ""
17754 " char **\n"
17755 " guestfs_zgrep (guestfs_h *g,\n"
17756 "                const char *regex,\n"
17757 "                const char *path);\n"
17758 "\n"
17759 msgstr ""
17760
17761 #. type: textblock
17762 #: ../src/guestfs-actions.pod:7448 ../fish/guestfish-actions.pod:4963
17763 msgid "This calls the external C<zgrep> program and returns the matching lines."
17764 msgstr ""
17765
17766 #. type: =head2
17767 #: ../src/guestfs-actions.pod:7460
17768 msgid "guestfs_zgrepi"
17769 msgstr ""
17770
17771 #. type: verbatim
17772 #: ../src/guestfs-actions.pod:7462
17773 #, no-wrap
17774 msgid ""
17775 " char **\n"
17776 " guestfs_zgrepi (guestfs_h *g,\n"
17777 "                 const char *regex,\n"
17778 "                 const char *path);\n"
17779 "\n"
17780 msgstr ""
17781
17782 #. type: textblock
17783 #: ../src/guestfs-actions.pod:7467 ../fish/guestfish-actions.pod:4973
17784 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17785 msgstr ""
17786
17787 #. type: =item
17788 #: ../src/guestfs-availability.pod:3
17789 msgid "B<augeas>"
17790 msgstr ""
17791
17792 #. type: textblock
17793 #: ../src/guestfs-availability.pod:5
17794 msgid ""
17795 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17796 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17797 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17798 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17799 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17800 msgstr ""
17801
17802 #. type: =item
17803 #: ../src/guestfs-availability.pod:21
17804 msgid "B<inotify>"
17805 msgstr ""
17806
17807 #. type: textblock
17808 #: ../src/guestfs-availability.pod:23
17809 msgid ""
17810 "The following functions: L</guestfs_inotify_add_watch> "
17811 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17812 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17813 msgstr ""
17814
17815 #. type: =item
17816 #: ../src/guestfs-availability.pod:31
17817 msgid "B<linuxfsuuid>"
17818 msgstr ""
17819
17820 #. type: textblock
17821 #: ../src/guestfs-availability.pod:33
17822 msgid ""
17823 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17824 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17825 msgstr ""
17826
17827 #. type: =item
17828 #: ../src/guestfs-availability.pod:40
17829 msgid "B<linuxmodules>"
17830 msgstr ""
17831
17832 #. type: textblock
17833 #: ../src/guestfs-availability.pod:42
17834 msgid "The following functions: L</guestfs_modprobe>"
17835 msgstr ""
17836
17837 #. type: =item
17838 #: ../src/guestfs-availability.pod:45
17839 msgid "B<linuxxattrs>"
17840 msgstr ""
17841
17842 #. type: textblock
17843 #: ../src/guestfs-availability.pod:47
17844 msgid ""
17845 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17846 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17847 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17848 "L</guestfs_setxattr>"
17849 msgstr ""
17850
17851 #. type: =item
17852 #: ../src/guestfs-availability.pod:58
17853 msgid "B<luks>"
17854 msgstr ""
17855
17856 #. type: textblock
17857 #: ../src/guestfs-availability.pod:60
17858 msgid ""
17859 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17860 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17861 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17862 msgstr ""
17863
17864 #. type: =item
17865 #: ../src/guestfs-availability.pod:69
17866 msgid "B<lvm2>"
17867 msgstr ""
17868
17869 #. type: textblock
17870 #: ../src/guestfs-availability.pod:71
17871 msgid ""
17872 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17873 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17874 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17875 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17876 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17877 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17878 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17879 "L</guestfs_vgs_full>"
17880 msgstr ""
17881
17882 #. type: =item
17883 #: ../src/guestfs-availability.pod:94
17884 msgid "B<mknod>"
17885 msgstr ""
17886
17887 #. type: textblock
17888 #: ../src/guestfs-availability.pod:96
17889 msgid ""
17890 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17891 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17892 msgstr ""
17893
17894 #. type: =item
17895 #: ../src/guestfs-availability.pod:102
17896 msgid "B<ntfs3g>"
17897 msgstr ""
17898
17899 #. type: textblock
17900 #: ../src/guestfs-availability.pod:104
17901 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17902 msgstr ""
17903
17904 #. type: =item
17905 #: ../src/guestfs-availability.pod:107
17906 msgid "B<ntfsprogs>"
17907 msgstr ""
17908
17909 #. type: textblock
17910 #: ../src/guestfs-availability.pod:109
17911 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17912 msgstr ""
17913
17914 #. type: =item
17915 #: ../src/guestfs-availability.pod:113
17916 msgid "B<realpath>"
17917 msgstr ""
17918
17919 #. type: textblock
17920 #: ../src/guestfs-availability.pod:115
17921 msgid "The following functions: L</guestfs_realpath>"
17922 msgstr ""
17923
17924 #. type: =item
17925 #: ../src/guestfs-availability.pod:118
17926 msgid "B<scrub>"
17927 msgstr ""
17928
17929 #. type: textblock
17930 #: ../src/guestfs-availability.pod:120
17931 msgid ""
17932 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17933 "L</guestfs_scrub_freespace>"
17934 msgstr ""
17935
17936 #. type: =item
17937 #: ../src/guestfs-availability.pod:125
17938 msgid "B<selinux>"
17939 msgstr ""
17940
17941 #. type: textblock
17942 #: ../src/guestfs-availability.pod:127
17943 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17944 msgstr ""
17945
17946 #. type: =item
17947 #: ../src/guestfs-availability.pod:131
17948 msgid "B<xz>"
17949 msgstr ""
17950
17951 #. type: textblock
17952 #: ../src/guestfs-availability.pod:133
17953 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17954 msgstr ""
17955
17956 #. type: =item
17957 #: ../src/guestfs-availability.pod:137
17958 msgid "B<zerofree>"
17959 msgstr ""
17960
17961 #. type: textblock
17962 #: ../src/guestfs-availability.pod:139
17963 msgid "The following functions: L</guestfs_zerofree>"
17964 msgstr ""
17965
17966 #. type: =head2
17967 #: ../src/guestfs-structs.pod:1
17968 msgid "guestfs_int_bool"
17969 msgstr ""
17970
17971 #. type: verbatim
17972 #: ../src/guestfs-structs.pod:3
17973 #, no-wrap
17974 msgid ""
17975 " struct guestfs_int_bool {\n"
17976 "   int32_t i;\n"
17977 "   int32_t b;\n"
17978 " };\n"
17979 " \n"
17980 msgstr ""
17981
17982 #. type: verbatim
17983 #: ../src/guestfs-structs.pod:8
17984 #, no-wrap
17985 msgid ""
17986 " struct guestfs_int_bool_list {\n"
17987 "   uint32_t len; /* Number of elements in list. */\n"
17988 "   struct guestfs_int_bool *val; /* Elements. */\n"
17989 " };\n"
17990 " \n"
17991 msgstr ""
17992
17993 #. type: verbatim
17994 #: ../src/guestfs-structs.pod:13
17995 #, no-wrap
17996 msgid ""
17997 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17998 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17999 "\n"
18000 msgstr ""
18001
18002 #. type: =head2
18003 #: ../src/guestfs-structs.pod:16
18004 msgid "guestfs_lvm_pv"
18005 msgstr ""
18006
18007 #. type: verbatim
18008 #: ../src/guestfs-structs.pod:18
18009 #, no-wrap
18010 msgid ""
18011 " struct guestfs_lvm_pv {\n"
18012 "   char *pv_name;\n"
18013 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18014 "*/\n"
18015 "   char pv_uuid[32];\n"
18016 "   char *pv_fmt;\n"
18017 "   uint64_t pv_size;\n"
18018 "   uint64_t dev_size;\n"
18019 "   uint64_t pv_free;\n"
18020 "   uint64_t pv_used;\n"
18021 "   char *pv_attr;\n"
18022 "   int64_t pv_pe_count;\n"
18023 "   int64_t pv_pe_alloc_count;\n"
18024 "   char *pv_tags;\n"
18025 "   uint64_t pe_start;\n"
18026 "   int64_t pv_mda_count;\n"
18027 "   uint64_t pv_mda_free;\n"
18028 " };\n"
18029 " \n"
18030 msgstr ""
18031
18032 #. type: verbatim
18033 #: ../src/guestfs-structs.pod:36
18034 #, no-wrap
18035 msgid ""
18036 " struct guestfs_lvm_pv_list {\n"
18037 "   uint32_t len; /* Number of elements in list. */\n"
18038 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18039 " };\n"
18040 " \n"
18041 msgstr ""
18042
18043 #. type: verbatim
18044 #: ../src/guestfs-structs.pod:41
18045 #, no-wrap
18046 msgid ""
18047 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18048 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18049 "\n"
18050 msgstr ""
18051
18052 #. type: =head2
18053 #: ../src/guestfs-structs.pod:44
18054 msgid "guestfs_lvm_vg"
18055 msgstr ""
18056
18057 #. type: verbatim
18058 #: ../src/guestfs-structs.pod:46
18059 #, no-wrap
18060 msgid ""
18061 " struct guestfs_lvm_vg {\n"
18062 "   char *vg_name;\n"
18063 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18064 "*/\n"
18065 "   char vg_uuid[32];\n"
18066 "   char *vg_fmt;\n"
18067 "   char *vg_attr;\n"
18068 "   uint64_t vg_size;\n"
18069 "   uint64_t vg_free;\n"
18070 "   char *vg_sysid;\n"
18071 "   uint64_t vg_extent_size;\n"
18072 "   int64_t vg_extent_count;\n"
18073 "   int64_t vg_free_count;\n"
18074 "   int64_t max_lv;\n"
18075 "   int64_t max_pv;\n"
18076 "   int64_t pv_count;\n"
18077 "   int64_t lv_count;\n"
18078 "   int64_t snap_count;\n"
18079 "   int64_t vg_seqno;\n"
18080 "   char *vg_tags;\n"
18081 "   int64_t vg_mda_count;\n"
18082 "   uint64_t vg_mda_free;\n"
18083 " };\n"
18084 " \n"
18085 msgstr ""
18086
18087 #. type: verbatim
18088 #: ../src/guestfs-structs.pod:69
18089 #, no-wrap
18090 msgid ""
18091 " struct guestfs_lvm_vg_list {\n"
18092 "   uint32_t len; /* Number of elements in list. */\n"
18093 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18094 " };\n"
18095 " \n"
18096 msgstr ""
18097
18098 #. type: verbatim
18099 #: ../src/guestfs-structs.pod:74
18100 #, no-wrap
18101 msgid ""
18102 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18103 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18104 "\n"
18105 msgstr ""
18106
18107 #. type: =head2
18108 #: ../src/guestfs-structs.pod:77
18109 msgid "guestfs_lvm_lv"
18110 msgstr ""
18111
18112 #. type: verbatim
18113 #: ../src/guestfs-structs.pod:79
18114 #, no-wrap
18115 msgid ""
18116 " struct guestfs_lvm_lv {\n"
18117 "   char *lv_name;\n"
18118 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18119 "*/\n"
18120 "   char lv_uuid[32];\n"
18121 "   char *lv_attr;\n"
18122 "   int64_t lv_major;\n"
18123 "   int64_t lv_minor;\n"
18124 "   int64_t lv_kernel_major;\n"
18125 "   int64_t lv_kernel_minor;\n"
18126 "   uint64_t lv_size;\n"
18127 "   int64_t seg_count;\n"
18128 "   char *origin;\n"
18129 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18130 "   float snap_percent;\n"
18131 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18132 "   float copy_percent;\n"
18133 "   char *move_pv;\n"
18134 "   char *lv_tags;\n"
18135 "   char *mirror_log;\n"
18136 "   char *modules;\n"
18137 " };\n"
18138 " \n"
18139 msgstr ""
18140
18141 #. type: verbatim
18142 #: ../src/guestfs-structs.pod:101
18143 #, no-wrap
18144 msgid ""
18145 " struct guestfs_lvm_lv_list {\n"
18146 "   uint32_t len; /* Number of elements in list. */\n"
18147 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18148 " };\n"
18149 " \n"
18150 msgstr ""
18151
18152 #. type: verbatim
18153 #: ../src/guestfs-structs.pod:106
18154 #, no-wrap
18155 msgid ""
18156 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18157 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18158 "\n"
18159 msgstr ""
18160
18161 #. type: verbatim
18162 #: ../src/guestfs-structs.pod:111
18163 #, no-wrap
18164 msgid ""
18165 " struct guestfs_stat {\n"
18166 "   int64_t dev;\n"
18167 "   int64_t ino;\n"
18168 "   int64_t mode;\n"
18169 "   int64_t nlink;\n"
18170 "   int64_t uid;\n"
18171 "   int64_t gid;\n"
18172 "   int64_t rdev;\n"
18173 "   int64_t size;\n"
18174 "   int64_t blksize;\n"
18175 "   int64_t blocks;\n"
18176 "   int64_t atime;\n"
18177 "   int64_t mtime;\n"
18178 "   int64_t ctime;\n"
18179 " };\n"
18180 " \n"
18181 msgstr ""
18182
18183 #. type: verbatim
18184 #: ../src/guestfs-structs.pod:127
18185 #, no-wrap
18186 msgid ""
18187 " struct guestfs_stat_list {\n"
18188 "   uint32_t len; /* Number of elements in list. */\n"
18189 "   struct guestfs_stat *val; /* Elements. */\n"
18190 " };\n"
18191 " \n"
18192 msgstr ""
18193
18194 #. type: verbatim
18195 #: ../src/guestfs-structs.pod:132
18196 #, no-wrap
18197 msgid ""
18198 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18199 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18200 "\n"
18201 msgstr ""
18202
18203 #. type: verbatim
18204 #: ../src/guestfs-structs.pod:137
18205 #, no-wrap
18206 msgid ""
18207 " struct guestfs_statvfs {\n"
18208 "   int64_t bsize;\n"
18209 "   int64_t frsize;\n"
18210 "   int64_t blocks;\n"
18211 "   int64_t bfree;\n"
18212 "   int64_t bavail;\n"
18213 "   int64_t files;\n"
18214 "   int64_t ffree;\n"
18215 "   int64_t favail;\n"
18216 "   int64_t fsid;\n"
18217 "   int64_t flag;\n"
18218 "   int64_t namemax;\n"
18219 " };\n"
18220 " \n"
18221 msgstr ""
18222
18223 #. type: verbatim
18224 #: ../src/guestfs-structs.pod:151
18225 #, no-wrap
18226 msgid ""
18227 " struct guestfs_statvfs_list {\n"
18228 "   uint32_t len; /* Number of elements in list. */\n"
18229 "   struct guestfs_statvfs *val; /* Elements. */\n"
18230 " };\n"
18231 " \n"
18232 msgstr ""
18233
18234 #. type: verbatim
18235 #: ../src/guestfs-structs.pod:156
18236 #, no-wrap
18237 msgid ""
18238 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18239 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18240 "\n"
18241 msgstr ""
18242
18243 #. type: =head2
18244 #: ../src/guestfs-structs.pod:159
18245 msgid "guestfs_dirent"
18246 msgstr ""
18247
18248 #. type: verbatim
18249 #: ../src/guestfs-structs.pod:161
18250 #, no-wrap
18251 msgid ""
18252 " struct guestfs_dirent {\n"
18253 "   int64_t ino;\n"
18254 "   char ftyp;\n"
18255 "   char *name;\n"
18256 " };\n"
18257 " \n"
18258 msgstr ""
18259
18260 #. type: verbatim
18261 #: ../src/guestfs-structs.pod:167
18262 #, no-wrap
18263 msgid ""
18264 " struct guestfs_dirent_list {\n"
18265 "   uint32_t len; /* Number of elements in list. */\n"
18266 "   struct guestfs_dirent *val; /* Elements. */\n"
18267 " };\n"
18268 " \n"
18269 msgstr ""
18270
18271 #. type: verbatim
18272 #: ../src/guestfs-structs.pod:172
18273 #, no-wrap
18274 msgid ""
18275 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18276 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18277 "\n"
18278 msgstr ""
18279
18280 #. type: verbatim
18281 #: ../src/guestfs-structs.pod:177
18282 #, no-wrap
18283 msgid ""
18284 " struct guestfs_version {\n"
18285 "   int64_t major;\n"
18286 "   int64_t minor;\n"
18287 "   int64_t release;\n"
18288 "   char *extra;\n"
18289 " };\n"
18290 " \n"
18291 msgstr ""
18292
18293 #. type: verbatim
18294 #: ../src/guestfs-structs.pod:184
18295 #, no-wrap
18296 msgid ""
18297 " struct guestfs_version_list {\n"
18298 "   uint32_t len; /* Number of elements in list. */\n"
18299 "   struct guestfs_version *val; /* Elements. */\n"
18300 " };\n"
18301 " \n"
18302 msgstr ""
18303
18304 #. type: verbatim
18305 #: ../src/guestfs-structs.pod:189
18306 #, no-wrap
18307 msgid ""
18308 " void guestfs_free_version (struct guestfs_free_version *);\n"
18309 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18310 "\n"
18311 msgstr ""
18312
18313 #. type: =head2
18314 #: ../src/guestfs-structs.pod:192
18315 msgid "guestfs_xattr"
18316 msgstr ""
18317
18318 #. type: verbatim
18319 #: ../src/guestfs-structs.pod:194
18320 #, no-wrap
18321 msgid ""
18322 " struct guestfs_xattr {\n"
18323 "   char *attrname;\n"
18324 "   /* The next two fields describe a byte array. */\n"
18325 "   uint32_t attrval_len;\n"
18326 "   char *attrval;\n"
18327 " };\n"
18328 " \n"
18329 msgstr ""
18330
18331 #. type: verbatim
18332 #: ../src/guestfs-structs.pod:201
18333 #, no-wrap
18334 msgid ""
18335 " struct guestfs_xattr_list {\n"
18336 "   uint32_t len; /* Number of elements in list. */\n"
18337 "   struct guestfs_xattr *val; /* Elements. */\n"
18338 " };\n"
18339 " \n"
18340 msgstr ""
18341
18342 #. type: verbatim
18343 #: ../src/guestfs-structs.pod:206
18344 #, no-wrap
18345 msgid ""
18346 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18347 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18348 "\n"
18349 msgstr ""
18350
18351 #. type: =head2
18352 #: ../src/guestfs-structs.pod:209
18353 msgid "guestfs_inotify_event"
18354 msgstr ""
18355
18356 #. type: verbatim
18357 #: ../src/guestfs-structs.pod:211
18358 #, no-wrap
18359 msgid ""
18360 " struct guestfs_inotify_event {\n"
18361 "   int64_t in_wd;\n"
18362 "   uint32_t in_mask;\n"
18363 "   uint32_t in_cookie;\n"
18364 "   char *in_name;\n"
18365 " };\n"
18366 " \n"
18367 msgstr ""
18368
18369 #. type: verbatim
18370 #: ../src/guestfs-structs.pod:218
18371 #, no-wrap
18372 msgid ""
18373 " struct guestfs_inotify_event_list {\n"
18374 "   uint32_t len; /* Number of elements in list. */\n"
18375 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18376 " };\n"
18377 " \n"
18378 msgstr ""
18379
18380 #. type: verbatim
18381 #: ../src/guestfs-structs.pod:223
18382 #, no-wrap
18383 msgid ""
18384 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18385 " void guestfs_free_inotify_event_list (struct "
18386 "guestfs_free_inotify_event_list *);\n"
18387 "\n"
18388 msgstr ""
18389
18390 #. type: =head2
18391 #: ../src/guestfs-structs.pod:226
18392 msgid "guestfs_partition"
18393 msgstr ""
18394
18395 #. type: verbatim
18396 #: ../src/guestfs-structs.pod:228
18397 #, no-wrap
18398 msgid ""
18399 " struct guestfs_partition {\n"
18400 "   int32_t part_num;\n"
18401 "   uint64_t part_start;\n"
18402 "   uint64_t part_end;\n"
18403 "   uint64_t part_size;\n"
18404 " };\n"
18405 " \n"
18406 msgstr ""
18407
18408 #. type: verbatim
18409 #: ../src/guestfs-structs.pod:235
18410 #, no-wrap
18411 msgid ""
18412 " struct guestfs_partition_list {\n"
18413 "   uint32_t len; /* Number of elements in list. */\n"
18414 "   struct guestfs_partition *val; /* Elements. */\n"
18415 " };\n"
18416 " \n"
18417 msgstr ""
18418
18419 #. type: verbatim
18420 #: ../src/guestfs-structs.pod:240
18421 #, no-wrap
18422 msgid ""
18423 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18424 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18425 "\n"
18426 msgstr ""
18427
18428 #. type: =head2
18429 #: ../src/guestfs-structs.pod:243
18430 msgid "guestfs_application"
18431 msgstr ""
18432
18433 #. type: verbatim
18434 #: ../src/guestfs-structs.pod:245
18435 #, no-wrap
18436 msgid ""
18437 " struct guestfs_application {\n"
18438 "   char *app_name;\n"
18439 "   char *app_display_name;\n"
18440 "   int32_t app_epoch;\n"
18441 "   char *app_version;\n"
18442 "   char *app_release;\n"
18443 "   char *app_install_path;\n"
18444 "   char *app_trans_path;\n"
18445 "   char *app_publisher;\n"
18446 "   char *app_url;\n"
18447 "   char *app_source_package;\n"
18448 "   char *app_summary;\n"
18449 "   char *app_description;\n"
18450 " };\n"
18451 " \n"
18452 msgstr ""
18453
18454 #. type: verbatim
18455 #: ../src/guestfs-structs.pod:260
18456 #, no-wrap
18457 msgid ""
18458 " struct guestfs_application_list {\n"
18459 "   uint32_t len; /* Number of elements in list. */\n"
18460 "   struct guestfs_application *val; /* Elements. */\n"
18461 " };\n"
18462 " \n"
18463 msgstr ""
18464
18465 #. type: verbatim
18466 #: ../src/guestfs-structs.pod:265
18467 #, no-wrap
18468 msgid ""
18469 " void guestfs_free_application (struct guestfs_free_application *);\n"
18470 " void guestfs_free_application_list (struct guestfs_free_application_list "
18471 "*);\n"
18472 "\n"
18473 msgstr ""
18474
18475 #. type: textblock
18476 #: ../fish/guestfish.pod:5
18477 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18478 msgstr ""
18479
18480 #. type: verbatim
18481 #: ../fish/guestfish.pod:9
18482 #, no-wrap
18483 msgid ""
18484 " guestfish [--options] [commands]\n"
18485 "\n"
18486 msgstr ""
18487
18488 #. type: verbatim
18489 #: ../fish/guestfish.pod:11
18490 #, no-wrap
18491 msgid ""
18492 " guestfish\n"
18493 "\n"
18494 msgstr ""
18495
18496 #. type: verbatim
18497 #: ../fish/guestfish.pod:13
18498 #, no-wrap
18499 msgid ""
18500 " guestfish [--ro|--rw] -a disk.img\n"
18501 "\n"
18502 msgstr ""
18503
18504 #. type: verbatim
18505 #: ../fish/guestfish.pod:15
18506 #, no-wrap
18507 msgid ""
18508 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18509 "\n"
18510 msgstr ""
18511
18512 #. type: verbatim
18513 #: ../fish/guestfish.pod:17
18514 #, no-wrap
18515 msgid ""
18516 " guestfish -d libvirt-domain\n"
18517 "\n"
18518 msgstr ""
18519
18520 #. type: verbatim
18521 #: ../fish/guestfish.pod:19
18522 #, no-wrap
18523 msgid ""
18524 " guestfish [--ro|--rw] -a disk.img -i\n"
18525 "\n"
18526 msgstr ""
18527
18528 #. type: verbatim
18529 #: ../fish/guestfish.pod:21
18530 #, no-wrap
18531 msgid ""
18532 " guestfish -d libvirt-domain -i\n"
18533 "\n"
18534 msgstr ""
18535
18536 #. type: =head1
18537 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18538 msgid "WARNING"
18539 msgstr ""
18540
18541 #. type: textblock
18542 #: ../fish/guestfish.pod:25
18543 msgid ""
18544 "Using guestfish in read/write mode on live virtual machines can be "
18545 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18546 "option to use guestfish safely if the disk image or virtual machine might be "
18547 "live."
18548 msgstr ""
18549
18550 #. type: textblock
18551 #: ../fish/guestfish.pod:32
18552 msgid ""
18553 "Guestfish is a shell and command-line tool for examining and modifying "
18554 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18555 "functionality of the guestfs API, see L<guestfs(3)>."
18556 msgstr ""
18557
18558 #. type: textblock
18559 #: ../fish/guestfish.pod:36
18560 msgid ""
18561 "Guestfish gives you structured access to the libguestfs API, from shell "
18562 "scripts or the command line or interactively.  If you want to rescue a "
18563 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18564 "command."
18565 msgstr ""
18566
18567 #. type: =head1
18568 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
18569 msgid "EXAMPLES"
18570 msgstr ""
18571
18572 #. type: =head2
18573 #: ../fish/guestfish.pod:43
18574 msgid "As an interactive shell"
18575 msgstr ""
18576
18577 #. type: verbatim
18578 #: ../fish/guestfish.pod:45
18579 #, no-wrap
18580 msgid ""
18581 " $ guestfish\n"
18582 " \n"
18583 msgstr ""
18584
18585 #. type: verbatim
18586 #: ../fish/guestfish.pod:47
18587 #, no-wrap
18588 msgid ""
18589 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18590 " editing virtual machine filesystems.\n"
18591 " \n"
18592 msgstr ""
18593
18594 #. type: verbatim
18595 #: ../fish/guestfish.pod:50
18596 #, no-wrap
18597 msgid ""
18598 " Type: 'help' for a list of commands\n"
18599 "       'man' to read the manual\n"
18600 "       'quit' to quit the shell\n"
18601 " \n"
18602 msgstr ""
18603
18604 #. type: verbatim
18605 #: ../fish/guestfish.pod:54
18606 #, no-wrap
18607 msgid ""
18608 " ><fs> add-ro disk.img\n"
18609 " ><fs> run\n"
18610 " ><fs> list-filesystems\n"
18611 " /dev/sda1: ext4\n"
18612 " /dev/vg_guest/lv_root: ext4\n"
18613 " /dev/vg_guest/lv_swap: swap\n"
18614 " ><fs> mount /dev/vg_guest/lv_root /\n"
18615 " ><fs> cat /etc/fstab\n"
18616 " # /etc/fstab\n"
18617 " # Created by anaconda\n"
18618 " [...]\n"
18619 " ><fs> exit\n"
18620 "\n"
18621 msgstr ""
18622
18623 #. type: =head2
18624 #: ../fish/guestfish.pod:67
18625 msgid "From shell scripts"
18626 msgstr ""
18627
18628 #. type: textblock
18629 #: ../fish/guestfish.pod:69
18630 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18631 msgstr ""
18632
18633 #. type: verbatim
18634 #: ../fish/guestfish.pod:71
18635 #, no-wrap
18636 msgid ""
18637 " guestfish <<_EOF_\n"
18638 " add disk.img\n"
18639 " run\n"
18640 " mount /dev/vg_guest/lv_root /\n"
18641 " write /etc/motd \"Welcome, new users\"\n"
18642 " _EOF_\n"
18643 "\n"
18644 msgstr ""
18645
18646 #. type: textblock
18647 #: ../fish/guestfish.pod:78
18648 msgid "List the LVM logical volumes in a disk image:"
18649 msgstr ""
18650
18651 #. type: verbatim
18652 #: ../fish/guestfish.pod:80
18653 #, no-wrap
18654 msgid ""
18655 " guestfish -a disk.img --ro <<_EOF_\n"
18656 " run\n"
18657 " lvs\n"
18658 " _EOF_\n"
18659 "\n"
18660 msgstr ""
18661
18662 #. type: textblock
18663 #: ../fish/guestfish.pod:85
18664 msgid "List all the filesystems in a disk image:"
18665 msgstr ""
18666
18667 #. type: verbatim
18668 #: ../fish/guestfish.pod:87
18669 #, no-wrap
18670 msgid ""
18671 " guestfish -a disk.img --ro <<_EOF_\n"
18672 " run\n"
18673 " list-filesystems\n"
18674 " _EOF_\n"
18675 "\n"
18676 msgstr ""
18677
18678 #. type: =head2
18679 #: ../fish/guestfish.pod:92
18680 msgid "On one command line"
18681 msgstr ""
18682
18683 #. type: textblock
18684 #: ../fish/guestfish.pod:94
18685 msgid "Update C</etc/resolv.conf> in a guest:"
18686 msgstr ""
18687
18688 #. type: verbatim
18689 #: ../fish/guestfish.pod:96
18690 #, no-wrap
18691 msgid ""
18692 " guestfish \\\n"
18693 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18694 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18695 "\n"
18696 msgstr ""
18697
18698 #. type: textblock
18699 #: ../fish/guestfish.pod:100
18700 msgid "Edit C</boot/grub/grub.conf> interactively:"
18701 msgstr ""
18702
18703 #. type: verbatim
18704 #: ../fish/guestfish.pod:102
18705 #, no-wrap
18706 msgid ""
18707 " guestfish --rw --add disk.img \\\n"
18708 "   --mount /dev/vg_guest/lv_root \\\n"
18709 "   --mount /dev/sda1:/boot \\\n"
18710 "   edit /boot/grub/grub.conf\n"
18711 "\n"
18712 msgstr ""
18713
18714 #. type: =head2
18715 #: ../fish/guestfish.pod:107
18716 msgid "Mount disks automatically"
18717 msgstr ""
18718
18719 #. type: textblock
18720 #: ../fish/guestfish.pod:109
18721 msgid ""
18722 "Use the I<-i> option to automatically mount the disks from a virtual "
18723 "machine:"
18724 msgstr ""
18725
18726 #. type: verbatim
18727 #: ../fish/guestfish.pod:112
18728 #, no-wrap
18729 msgid ""
18730 " guestfish --ro -a disk.img -i cat /etc/group\n"
18731 "\n"
18732 msgstr ""
18733
18734 #. type: verbatim
18735 #: ../fish/guestfish.pod:114
18736 #, no-wrap
18737 msgid ""
18738 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18739 "\n"
18740 msgstr ""
18741
18742 #. type: textblock
18743 #: ../fish/guestfish.pod:116
18744 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18745 msgstr ""
18746
18747 #. type: verbatim
18748 #: ../fish/guestfish.pod:118
18749 #, no-wrap
18750 msgid ""
18751 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18752 "\n"
18753 msgstr ""
18754
18755 #. type: =head2
18756 #: ../fish/guestfish.pod:120
18757 msgid "As a script interpreter"
18758 msgstr ""
18759
18760 #. type: textblock
18761 #: ../fish/guestfish.pod:122
18762 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18763 msgstr ""
18764
18765 #. type: verbatim
18766 #: ../fish/guestfish.pod:124
18767 #, no-wrap
18768 msgid ""
18769 " #!/usr/bin/guestfish -f\n"
18770 " sparse test1.img 100M\n"
18771 " run\n"
18772 " part-disk /dev/sda mbr\n"
18773 " mkfs ext2 /dev/sda1\n"
18774 "\n"
18775 msgstr ""
18776
18777 #. type: =head2
18778 #: ../fish/guestfish.pod:130
18779 msgid "Start with a prepared disk"
18780 msgstr ""
18781
18782 #. type: textblock
18783 #: ../fish/guestfish.pod:132
18784 msgid ""
18785 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18786 "single ext2-formatted partition:"
18787 msgstr ""
18788
18789 #. type: verbatim
18790 #: ../fish/guestfish.pod:135
18791 #, no-wrap
18792 msgid ""
18793 " guestfish -N fs\n"
18794 "\n"
18795 msgstr ""
18796
18797 #. type: textblock
18798 #: ../fish/guestfish.pod:137
18799 msgid "To list what is available do:"
18800 msgstr ""
18801
18802 #. type: verbatim
18803 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
18804 #, no-wrap
18805 msgid ""
18806 " guestfish -N help | less\n"
18807 "\n"
18808 msgstr ""
18809
18810 #. type: =head2
18811 #: ../fish/guestfish.pod:141
18812 msgid "Remote control"
18813 msgstr ""
18814
18815 #. type: verbatim
18816 #: ../fish/guestfish.pod:143
18817 #, no-wrap
18818 msgid ""
18819 " eval \"`guestfish --listen`\"\n"
18820 " guestfish --remote add-ro disk.img\n"
18821 " guestfish --remote run\n"
18822 " guestfish --remote lvs\n"
18823 "\n"
18824 msgstr ""
18825
18826 #. type: =head1
18827 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:81 ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
18828 msgid "OPTIONS"
18829 msgstr ""
18830
18831 #. type: =item
18832 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../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
18833 msgid "B<--help>"
18834 msgstr ""
18835
18836 #. type: textblock
18837 #: ../fish/guestfish.pod:154
18838 msgid "Displays general help on options."
18839 msgstr ""
18840
18841 #. type: =item
18842 #: ../fish/guestfish.pod:156
18843 msgid "B<-h>"
18844 msgstr ""
18845
18846 #. type: =item
18847 #: ../fish/guestfish.pod:158
18848 msgid "B<--cmd-help>"
18849 msgstr ""
18850
18851 #. type: textblock
18852 #: ../fish/guestfish.pod:160
18853 msgid "Lists all available guestfish commands."
18854 msgstr ""
18855
18856 #. type: =item
18857 #: ../fish/guestfish.pod:162
18858 msgid "B<-h cmd>"
18859 msgstr ""
18860
18861 #. type: =item
18862 #: ../fish/guestfish.pod:164
18863 msgid "B<--cmd-help cmd>"
18864 msgstr ""
18865
18866 #. type: textblock
18867 #: ../fish/guestfish.pod:166
18868 msgid "Displays detailed help on a single command C<cmd>."
18869 msgstr ""
18870
18871 #. type: =item
18872 #: ../fish/guestfish.pod:168
18873 msgid "B<-a image>"
18874 msgstr ""
18875
18876 #. type: =item
18877 #: ../fish/guestfish.pod:170
18878 msgid "B<--add image>"
18879 msgstr ""
18880
18881 #. type: textblock
18882 #: ../fish/guestfish.pod:172
18883 msgid "Add a block device or virtual machine image to the shell."
18884 msgstr ""
18885
18886 #. type: textblock
18887 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18888 msgid ""
18889 "The format of the disk image is auto-detected.  To override this and force a "
18890 "particular format use the I<--format=..> option."
18891 msgstr ""
18892
18893 #. type: textblock
18894 #: ../fish/guestfish.pod:177
18895 msgid ""
18896 "Using this flag is mostly equivalent to using the C<add> command, with "
18897 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18898 "the I<--format:...> flag was given."
18899 msgstr ""
18900
18901 #. type: =item
18902 #: ../fish/guestfish.pod:181
18903 msgid "B<-c URI>"
18904 msgstr ""
18905
18906 #. type: =item
18907 #: ../fish/guestfish.pod:183
18908 msgid "B<--connect URI>"
18909 msgstr ""
18910
18911 #. type: textblock
18912 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18913 msgid ""
18914 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18915 "URI to use.  The default is to use the default libvirt connection."
18916 msgstr ""
18917
18918 #. type: =item
18919 #: ../fish/guestfish.pod:189
18920 msgid "B<--csh>"
18921 msgstr ""
18922
18923 #. type: textblock
18924 #: ../fish/guestfish.pod:191
18925 msgid ""
18926 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18927 "section L</REMOTE CONTROL AND CSH> below."
18928 msgstr ""
18929
18930 #. type: =item
18931 #: ../fish/guestfish.pod:194
18932 msgid "B<-d libvirt-domain>"
18933 msgstr ""
18934
18935 #. type: =item
18936 #: ../fish/guestfish.pod:196
18937 msgid "B<--domain libvirt-domain>"
18938 msgstr ""
18939
18940 #. type: textblock
18941 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18942 msgid ""
18943 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18944 "used, then any libvirt domain can be used.  However in write mode, only "
18945 "libvirt domains which are shut down can be named here."
18946 msgstr ""
18947
18948 #. type: textblock
18949 #: ../fish/guestfish.pod:202
18950 msgid ""
18951 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18952 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18953 "if the I<--format:...> flag was given."
18954 msgstr ""
18955
18956 #. type: =item
18957 #: ../fish/guestfish.pod:206
18958 msgid "B<-D>"
18959 msgstr ""
18960
18961 #. type: =item
18962 #: ../fish/guestfish.pod:208
18963 msgid "B<--no-dest-paths>"
18964 msgstr ""
18965
18966 #. type: textblock
18967 #: ../fish/guestfish.pod:210
18968 msgid ""
18969 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18970 "to hit the tab key to complete paths on the guest filesystem, but this "
18971 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18972 "allow this feature to be disabled."
18973 msgstr ""
18974
18975 #. type: =item
18976 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18977 msgid "B<--echo-keys>"
18978 msgstr ""
18979
18980 #. type: textblock
18981 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18982 msgid ""
18983 "When prompting for keys and passphrases, guestfish normally turns echoing "
18984 "off so you cannot see what you are typing.  If you are not worried about "
18985 "Tempest attacks and there is no one else in the room you can specify this "
18986 "flag to see what you are typing."
18987 msgstr ""
18988
18989 #. type: =item
18990 #: ../fish/guestfish.pod:222
18991 msgid "B<-f file>"
18992 msgstr ""
18993
18994 #. type: =item
18995 #: ../fish/guestfish.pod:224
18996 msgid "B<--file file>"
18997 msgstr ""
18998
18999 #. type: textblock
19000 #: ../fish/guestfish.pod:226
19001 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19002 msgstr ""
19003
19004 #. type: verbatim
19005 #: ../fish/guestfish.pod:229
19006 #, no-wrap
19007 msgid ""
19008 " #!/usr/bin/guestfish -f\n"
19009 "\n"
19010 msgstr ""
19011
19012 #. type: =item
19013 #: ../fish/guestfish.pod:231
19014 msgid "B<--format=raw|qcow2|..>"
19015 msgstr ""
19016
19017 #. type: =item
19018 #: ../fish/guestfish.pod:233
19019 msgid "B<--format>"
19020 msgstr ""
19021
19022 #. type: textblock
19023 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
19024 msgid ""
19025 "The default for the I<-a> option is to auto-detect the format of the disk "
19026 "image.  Using this forces the disk format for I<-a> options which follow on "
19027 "the command line.  Using I<--format> with no argument switches back to "
19028 "auto-detection for subsequent I<-a> options."
19029 msgstr ""
19030
19031 #. type: verbatim
19032 #: ../fish/guestfish.pod:242
19033 #, no-wrap
19034 msgid ""
19035 " guestfish --format=raw -a disk.img\n"
19036 "\n"
19037 msgstr ""
19038
19039 #. type: textblock
19040 #: ../fish/guestfish.pod:244
19041 msgid "forces raw format (no auto-detection) for C<disk.img>."
19042 msgstr ""
19043
19044 #. type: verbatim
19045 #: ../fish/guestfish.pod:246
19046 #, no-wrap
19047 msgid ""
19048 " guestfish --format=raw -a disk.img --format -a another.img\n"
19049 "\n"
19050 msgstr ""
19051
19052 #. type: textblock
19053 #: ../fish/guestfish.pod:248
19054 msgid ""
19055 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
19056 "auto-detection for C<another.img>."
19057 msgstr ""
19058
19059 #. type: textblock
19060 #: ../fish/guestfish.pod:251
19061 msgid ""
19062 "If you have untrusted raw-format guest disk images, you should use this "
19063 "option to specify the disk format.  This avoids a possible security problem "
19064 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19065 msgstr ""
19066
19067 #. type: =item
19068 #: ../fish/guestfish.pod:256
19069 msgid "B<-i>"
19070 msgstr ""
19071
19072 #. type: =item
19073 #: ../fish/guestfish.pod:258
19074 msgid "B<--inspector>"
19075 msgstr ""
19076
19077 #. type: textblock
19078 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
19079 msgid ""
19080 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19081 "system and mount filesystems as they would be mounted on the real virtual "
19082 "machine."
19083 msgstr ""
19084
19085 #. type: textblock
19086 #: ../fish/guestfish.pod:264
19087 msgid "Typical usage is either:"
19088 msgstr ""
19089
19090 #. type: verbatim
19091 #: ../fish/guestfish.pod:266
19092 #, no-wrap
19093 msgid ""
19094 " guestfish -d myguest -i\n"
19095 "\n"
19096 msgstr ""
19097
19098 #. type: textblock
19099 #: ../fish/guestfish.pod:268
19100 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19101 msgstr ""
19102
19103 #. type: verbatim
19104 #: ../fish/guestfish.pod:270
19105 #, no-wrap
19106 msgid ""
19107 " guestfish --ro -d myguest -i\n"
19108 "\n"
19109 msgstr ""
19110
19111 #. type: textblock
19112 #: ../fish/guestfish.pod:272
19113 msgid "(for active domains, readonly), or specify the block device directly:"
19114 msgstr ""
19115
19116 #. type: verbatim
19117 #: ../fish/guestfish.pod:274
19118 #, no-wrap
19119 msgid ""
19120 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19121 "\n"
19122 msgstr ""
19123
19124 #. type: textblock
19125 #: ../fish/guestfish.pod:276
19126 msgid ""
19127 "Note that the command line syntax changed slightly over older versions of "
19128 "guestfish.  You can still use the old syntax:"
19129 msgstr ""
19130
19131 #. type: verbatim
19132 #: ../fish/guestfish.pod:279
19133 #, no-wrap
19134 msgid ""
19135 " guestfish [--ro] -i disk.img\n"
19136 "\n"
19137 msgstr ""
19138
19139 #. type: verbatim
19140 #: ../fish/guestfish.pod:281
19141 #, no-wrap
19142 msgid ""
19143 " guestfish [--ro] -i libvirt-domain\n"
19144 "\n"
19145 msgstr ""
19146
19147 #. type: textblock
19148 #: ../fish/guestfish.pod:283
19149 msgid ""
19150 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19151 "then using other commands to mount the filesystems that were found."
19152 msgstr ""
19153
19154 #. type: =item
19155 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19156 msgid "B<--keys-from-stdin>"
19157 msgstr ""
19158
19159 #. type: textblock
19160 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19161 msgid ""
19162 "Read key or passphrase parameters from stdin.  The default is to try to read "
19163 "passphrases from the user by opening C</dev/tty>."
19164 msgstr ""
19165
19166 #. type: =item
19167 #: ../fish/guestfish.pod:292
19168 msgid "B<--listen>"
19169 msgstr ""
19170
19171 #. type: textblock
19172 #: ../fish/guestfish.pod:294
19173 msgid ""
19174 "Fork into the background and listen for remote commands.  See section "
19175 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19176 msgstr ""
19177
19178 #. type: =item
19179 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19180 msgid "B<--live>"
19181 msgstr ""
19182
19183 #. type: textblock
19184 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19185 msgid ""
19186 "Connect to a live virtual machine.  (Experimental, see "
19187 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19188 msgstr ""
19189
19190 #. type: =item
19191 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19192 msgid "B<-m dev[:mountpoint[:options]]>"
19193 msgstr ""
19194
19195 #. type: =item
19196 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19197 msgid "B<--mount dev[:mountpoint[:options]]>"
19198 msgstr ""
19199
19200 #. type: textblock
19201 #: ../fish/guestfish.pod:306
19202 msgid "Mount the named partition or logical volume on the given mountpoint."
19203 msgstr ""
19204
19205 #. type: textblock
19206 #: ../fish/guestfish.pod:308
19207 msgid "If the mountpoint is omitted, it defaults to C</>."
19208 msgstr ""
19209
19210 #. type: textblock
19211 #: ../fish/guestfish.pod:310
19212 msgid "You have to mount something on C</> before most commands will work."
19213 msgstr ""
19214
19215 #. type: textblock
19216 #: ../fish/guestfish.pod:312
19217 msgid ""
19218 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19219 "launched."
19220 msgstr ""
19221
19222 #. type: textblock
19223 #: ../fish/guestfish.pod:315
19224 msgid ""
19225 "If you don't know what filesystems a disk image contains, you can either run "
19226 "guestfish without this option, then list the partitions, filesystems and LVs "
19227 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19228 "commands), or you can use the L<virt-filesystems(1)> program."
19229 msgstr ""
19230
19231 #. type: textblock
19232 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19233 msgid ""
19234 "The third (and rarely used) part of the mount parameter is the list of mount "
19235 "options used to mount the underlying filesystem.  If this is not given, then "
19236 "the mount options are either the empty string or C<ro> (the latter if the "
19237 "I<--ro> flag is used).  By specifying the mount options, you override this "
19238 "default choice.  Probably the only time you would use this is to enable ACLs "
19239 "and/or extended attributes if the filesystem can support them:"
19240 msgstr ""
19241
19242 #. type: verbatim
19243 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
19244 #, no-wrap
19245 msgid ""
19246 " -m /dev/sda1:/:acl,user_xattr\n"
19247 "\n"
19248 msgstr ""
19249
19250 #. type: textblock
19251 #: ../fish/guestfish.pod:331
19252 msgid "Using this flag is equivalent to using the C<mount-options> command."
19253 msgstr ""
19254
19255 #. type: =item
19256 #: ../fish/guestfish.pod:333
19257 msgid "B<-n>"
19258 msgstr ""
19259
19260 #. type: =item
19261 #: ../fish/guestfish.pod:335
19262 msgid "B<--no-sync>"
19263 msgstr ""
19264
19265 #. type: textblock
19266 #: ../fish/guestfish.pod:337
19267 msgid ""
19268 "Disable autosync.  This is enabled by default.  See the discussion of "
19269 "autosync in the L<guestfs(3)> manpage."
19270 msgstr ""
19271
19272 #. type: =item
19273 #: ../fish/guestfish.pod:340
19274 msgid "B<-N type>"
19275 msgstr ""
19276
19277 #. type: =item
19278 #: ../fish/guestfish.pod:342
19279 msgid "B<--new type>"
19280 msgstr ""
19281
19282 #. type: =item
19283 #: ../fish/guestfish.pod:344
19284 msgid "B<-N help>"
19285 msgstr ""
19286
19287 #. type: textblock
19288 #: ../fish/guestfish.pod:346
19289 msgid ""
19290 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19291 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19292 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19293 "IMAGES> below."
19294 msgstr ""
19295
19296 #. type: =item
19297 #: ../fish/guestfish.pod:351
19298 msgid "B<--progress-bars>"
19299 msgstr ""
19300
19301 #. type: textblock
19302 #: ../fish/guestfish.pod:353
19303 msgid "Enable progress bars, even when guestfish is used non-interactively."
19304 msgstr ""
19305
19306 #. type: textblock
19307 #: ../fish/guestfish.pod:355
19308 msgid ""
19309 "Progress bars are enabled by default when guestfish is used as an "
19310 "interactive shell."
19311 msgstr ""
19312
19313 #. type: =item
19314 #: ../fish/guestfish.pod:358
19315 msgid "B<--no-progress-bars>"
19316 msgstr ""
19317
19318 #. type: textblock
19319 #: ../fish/guestfish.pod:360
19320 msgid "Disable progress bars."
19321 msgstr ""
19322
19323 #. type: =item
19324 #: ../fish/guestfish.pod:362
19325 msgid "B<--remote[=pid]>"
19326 msgstr ""
19327
19328 #. type: textblock
19329 #: ../fish/guestfish.pod:364
19330 msgid ""
19331 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19332 "CONTROL GUESTFISH OVER A SOCKET> below."
19333 msgstr ""
19334
19335 #. type: =item
19336 #: ../fish/guestfish.pod:367
19337 msgid "B<-r>"
19338 msgstr ""
19339
19340 #. type: =item
19341 #: ../fish/guestfish.pod:369
19342 msgid "B<--ro>"
19343 msgstr ""
19344
19345 #. type: textblock
19346 #: ../fish/guestfish.pod:371
19347 msgid ""
19348 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19349 "mounts are done read-only."
19350 msgstr ""
19351
19352 #. type: textblock
19353 #: ../fish/guestfish.pod:374
19354 msgid ""
19355 "The option must always be used if the disk image or virtual machine might be "
19356 "running, and is generally recommended in cases where you don't need write "
19357 "access to the disk."
19358 msgstr ""
19359
19360 #. type: textblock
19361 #: ../fish/guestfish.pod:378
19362 msgid ""
19363 "Note that prepared disk images created with I<-N> are not affected by this "
19364 "option.  Also commands like C<add> are not affected - you have to specify "
19365 "the C<readonly:true> option explicitly if you need it."
19366 msgstr ""
19367
19368 #. type: textblock
19369 #: ../fish/guestfish.pod:382
19370 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19371 msgstr ""
19372
19373 #. type: =item
19374 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
19375 msgid "B<--selinux>"
19376 msgstr ""
19377
19378 #. type: textblock
19379 #: ../fish/guestfish.pod:386
19380 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19381 msgstr ""
19382
19383 #. type: =item
19384 #: ../fish/guestfish.pod:388
19385 msgid "B<-v>"
19386 msgstr ""
19387
19388 #. type: =item
19389 #: ../fish/guestfish.pod:390
19390 msgid "B<--verbose>"
19391 msgstr ""
19392
19393 #. type: textblock
19394 #: ../fish/guestfish.pod:392
19395 msgid ""
19396 "Enable very verbose messages.  This is particularly useful if you find a "
19397 "bug."
19398 msgstr ""
19399
19400 #. type: =item
19401 #: ../fish/guestfish.pod:395
19402 msgid "B<-V>"
19403 msgstr ""
19404
19405 #. type: =item
19406 #: ../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
19407 msgid "B<--version>"
19408 msgstr ""
19409
19410 #. type: textblock
19411 #: ../fish/guestfish.pod:399
19412 msgid "Display the guestfish / libguestfs version number and exit."
19413 msgstr ""
19414
19415 #. type: =item
19416 #: ../fish/guestfish.pod:401
19417 msgid "B<-w>"
19418 msgstr ""
19419
19420 #. type: =item
19421 #: ../fish/guestfish.pod:403
19422 msgid "B<--rw>"
19423 msgstr ""
19424
19425 #. type: textblock
19426 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
19427 msgid ""
19428 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19429 "mounts are done read-write."
19430 msgstr ""
19431
19432 #. type: textblock
19433 #: ../fish/guestfish.pod:408
19434 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19435 msgstr ""
19436
19437 #. type: =item
19438 #: ../fish/guestfish.pod:410
19439 msgid "B<-x>"
19440 msgstr ""
19441
19442 #. type: textblock
19443 #: ../fish/guestfish.pod:412
19444 msgid "Echo each command before executing it."
19445 msgstr ""
19446
19447 #. type: =head1
19448 #: ../fish/guestfish.pod:416
19449 msgid "COMMANDS ON COMMAND LINE"
19450 msgstr ""
19451
19452 #. type: textblock
19453 #: ../fish/guestfish.pod:418
19454 msgid "Any additional (non-option) arguments are treated as commands to execute."
19455 msgstr ""
19456
19457 #. type: textblock
19458 #: ../fish/guestfish.pod:421
19459 msgid ""
19460 "Commands to execute should be separated by a colon (C<:>), where the colon "
19461 "is a separate parameter.  Thus:"
19462 msgstr ""
19463
19464 #. type: verbatim
19465 #: ../fish/guestfish.pod:424
19466 #, no-wrap
19467 msgid ""
19468 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19469 "\n"
19470 msgstr ""
19471
19472 #. type: textblock
19473 #: ../fish/guestfish.pod:426
19474 msgid ""
19475 "If there are no additional arguments, then we enter a shell, either an "
19476 "interactive shell with a prompt (if the input is a terminal) or a "
19477 "non-interactive shell."
19478 msgstr ""
19479
19480 #. type: textblock
19481 #: ../fish/guestfish.pod:430
19482 msgid ""
19483 "In either command line mode or non-interactive shell, the first command that "
19484 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19485 "prompt) if a command fails, you can continue to enter commands."
19486 msgstr ""
19487
19488 #. type: =head1
19489 #: ../fish/guestfish.pod:435
19490 msgid "USING launch (OR run)"
19491 msgstr ""
19492
19493 #. type: textblock
19494 #: ../fish/guestfish.pod:437
19495 msgid ""
19496 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19497 "then launch it, then mount any disks you need, and finally issue "
19498 "actions/commands.  So the general order of the day is:"
19499 msgstr ""
19500
19501 #. type: textblock
19502 #: ../fish/guestfish.pod:445
19503 msgid "add or -a/--add"
19504 msgstr ""
19505
19506 #. type: textblock
19507 #: ../fish/guestfish.pod:449
19508 msgid "launch (aka run)"
19509 msgstr ""
19510
19511 #. type: textblock
19512 #: ../fish/guestfish.pod:453
19513 msgid "mount or -m/--mount"
19514 msgstr ""
19515
19516 #. type: textblock
19517 #: ../fish/guestfish.pod:457
19518 msgid "any other commands"
19519 msgstr ""
19520
19521 #. type: textblock
19522 #: ../fish/guestfish.pod:461
19523 msgid ""
19524 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19525 "guest before mounting or performing any other commands."
19526 msgstr ""
19527
19528 #. type: textblock
19529 #: ../fish/guestfish.pod:464
19530 msgid ""
19531 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19532 "I<--new> options were given then C<run> is done automatically, simply "
19533 "because guestfish can't perform the action you asked for without doing this."
19534 msgstr ""
19535
19536 #. type: =head1
19537 #: ../fish/guestfish.pod:469
19538 msgid "OPENING DISKS FOR READ AND WRITE"
19539 msgstr ""
19540
19541 #. type: textblock
19542 #: ../fish/guestfish.pod:471
19543 msgid ""
19544 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19545 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19546 "I<-i> and I<-m> open disk images read-only or for writing."
19547 msgstr ""
19548
19549 #. type: textblock
19550 #: ../fish/guestfish.pod:476
19551 msgid ""
19552 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
19553 "opening disk images supplied on the command line for write.  To open a disk "
19554 "image read-only you have to do I<-a image --ro>."
19555 msgstr ""
19556
19557 #. type: textblock
19558 #: ../fish/guestfish.pod:480
19559 msgid ""
19560 "This matters: If you accidentally open a live VM disk image writable then "
19561 "you will cause irreversible disk corruption."
19562 msgstr ""
19563
19564 #. type: textblock
19565 #: ../fish/guestfish.pod:483
19566 msgid ""
19567 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
19568 "images will be opened read-only.  You will have to either specify "
19569 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19570 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19571 "access for disk images specified by those other command line options."
19572 msgstr ""
19573
19574 #. type: textblock
19575 #: ../fish/guestfish.pod:490
19576 msgid ""
19577 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19578 "which does nothing (it is already the default).  However it is highly "
19579 "recommended that you use this option to indicate that you need write access, "
19580 "and prepare your scripts for the day when this option will be required for "
19581 "write access."
19582 msgstr ""
19583
19584 #. type: textblock
19585 #: ../fish/guestfish.pod:496
19586 msgid ""
19587 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19588 "other libguestfs program apart from guestfish and guestmount."
19589 msgstr ""
19590
19591 #. type: =head1
19592 #: ../fish/guestfish.pod:499
19593 msgid "QUOTING"
19594 msgstr ""
19595
19596 #. type: textblock
19597 #: ../fish/guestfish.pod:501
19598 msgid ""
19599 "You can quote ordinary parameters using either single or double quotes.  For "
19600 "example:"
19601 msgstr ""
19602
19603 #. type: verbatim
19604 #: ../fish/guestfish.pod:504
19605 #, no-wrap
19606 msgid ""
19607 " add \"file with a space.img\"\n"
19608 "\n"
19609 msgstr ""
19610
19611 #. type: verbatim
19612 #: ../fish/guestfish.pod:506
19613 #, no-wrap
19614 msgid ""
19615 " rm '/file name'\n"
19616 "\n"
19617 msgstr ""
19618
19619 #. type: verbatim
19620 #: ../fish/guestfish.pod:508
19621 #, no-wrap
19622 msgid ""
19623 " rm '/\"'\n"
19624 "\n"
19625 msgstr ""
19626
19627 #. type: textblock
19628 #: ../fish/guestfish.pod:510
19629 msgid ""
19630 "A few commands require a list of strings to be passed.  For these, use a "
19631 "whitespace-separated list, enclosed in quotes.  Strings containing "
19632 "whitespace to be passed through must be enclosed in single quotes.  A "
19633 "literal single quote must be escaped with a backslash."
19634 msgstr ""
19635
19636 #. type: verbatim
19637 #: ../fish/guestfish.pod:515
19638 #, no-wrap
19639 msgid ""
19640 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19641 " command \"/bin/echo 'foo      bar'\"\n"
19642 " command \"/bin/echo \\'foo\\'\"\n"
19643 "\n"
19644 msgstr ""
19645
19646 #. type: =head1
19647 #: ../fish/guestfish.pod:519
19648 msgid "OPTIONAL ARGUMENTS"
19649 msgstr ""
19650
19651 #. type: textblock
19652 #: ../fish/guestfish.pod:521
19653 msgid ""
19654 "Some commands take optional arguments.  These arguments appear in this "
19655 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19656 msgstr ""
19657
19658 #. type: verbatim
19659 #: ../fish/guestfish.pod:525
19660 #, no-wrap
19661 msgid ""
19662 " add-drive-opts filename\n"
19663 "\n"
19664 msgstr ""
19665
19666 #. type: verbatim
19667 #: ../fish/guestfish.pod:527
19668 #, no-wrap
19669 msgid ""
19670 " add-drive-opts filename readonly:true\n"
19671 "\n"
19672 msgstr ""
19673
19674 #. type: verbatim
19675 #: ../fish/guestfish.pod:529
19676 #, no-wrap
19677 msgid ""
19678 " add-drive-opts filename format:qcow2 readonly:false\n"
19679 "\n"
19680 msgstr ""
19681
19682 #. type: textblock
19683 #: ../fish/guestfish.pod:531
19684 msgid ""
19685 "Each optional argument can appear at most once.  All optional arguments must "
19686 "appear after the required ones."
19687 msgstr ""
19688
19689 #. type: =head1
19690 #: ../fish/guestfish.pod:534
19691 msgid "NUMBERS"
19692 msgstr ""
19693
19694 #. type: textblock
19695 #: ../fish/guestfish.pod:536
19696 msgid "This section applies to all commands which can take integers as parameters."
19697 msgstr ""
19698
19699 #. type: =head2
19700 #: ../fish/guestfish.pod:539
19701 msgid "SIZE SUFFIX"
19702 msgstr ""
19703
19704 #. type: textblock
19705 #: ../fish/guestfish.pod:541
19706 msgid ""
19707 "When the command takes a parameter measured in bytes, you can use one of the "
19708 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19709 msgstr ""
19710
19711 #. type: =item
19712 #: ../fish/guestfish.pod:547
19713 msgid "B<k> or B<K> or B<KiB>"
19714 msgstr ""
19715
19716 #. type: textblock
19717 #: ../fish/guestfish.pod:549
19718 msgid "The size in kilobytes (multiplied by 1024)."
19719 msgstr ""
19720
19721 #. type: =item
19722 #: ../fish/guestfish.pod:551
19723 msgid "B<KB>"
19724 msgstr ""
19725
19726 #. type: textblock
19727 #: ../fish/guestfish.pod:553
19728 msgid "The size in SI 1000 byte units."
19729 msgstr ""
19730
19731 #. type: =item
19732 #: ../fish/guestfish.pod:555
19733 msgid "B<M> or B<MiB>"
19734 msgstr ""
19735
19736 #. type: textblock
19737 #: ../fish/guestfish.pod:557
19738 msgid "The size in megabytes (multiplied by 1048576)."
19739 msgstr ""
19740
19741 #. type: =item
19742 #: ../fish/guestfish.pod:559
19743 msgid "B<MB>"
19744 msgstr ""
19745
19746 #. type: textblock
19747 #: ../fish/guestfish.pod:561
19748 msgid "The size in SI 1000000 byte units."
19749 msgstr ""
19750
19751 #. type: =item
19752 #: ../fish/guestfish.pod:563
19753 msgid "B<G> or B<GiB>"
19754 msgstr ""
19755
19756 #. type: textblock
19757 #: ../fish/guestfish.pod:565
19758 msgid "The size in gigabytes (multiplied by 2**30)."
19759 msgstr ""
19760
19761 #. type: =item
19762 #: ../fish/guestfish.pod:567
19763 msgid "B<GB>"
19764 msgstr ""
19765
19766 #. type: textblock
19767 #: ../fish/guestfish.pod:569
19768 msgid "The size in SI 10**9 byte units."
19769 msgstr ""
19770
19771 #. type: =item
19772 #: ../fish/guestfish.pod:571
19773 msgid "B<T> or B<TiB>"
19774 msgstr ""
19775
19776 #. type: textblock
19777 #: ../fish/guestfish.pod:573
19778 msgid "The size in terabytes (multiplied by 2**40)."
19779 msgstr ""
19780
19781 #. type: =item
19782 #: ../fish/guestfish.pod:575
19783 msgid "B<TB>"
19784 msgstr ""
19785
19786 #. type: textblock
19787 #: ../fish/guestfish.pod:577
19788 msgid "The size in SI 10**12 byte units."
19789 msgstr ""
19790
19791 #. type: =item
19792 #: ../fish/guestfish.pod:579
19793 msgid "B<P> or B<PiB>"
19794 msgstr ""
19795
19796 #. type: textblock
19797 #: ../fish/guestfish.pod:581
19798 msgid "The size in petabytes (multiplied by 2**50)."
19799 msgstr ""
19800
19801 #. type: =item
19802 #: ../fish/guestfish.pod:583
19803 msgid "B<PB>"
19804 msgstr ""
19805
19806 #. type: textblock
19807 #: ../fish/guestfish.pod:585
19808 msgid "The size in SI 10**15 byte units."
19809 msgstr ""
19810
19811 #. type: =item
19812 #: ../fish/guestfish.pod:587
19813 msgid "B<E> or B<EiB>"
19814 msgstr ""
19815
19816 #. type: textblock
19817 #: ../fish/guestfish.pod:589
19818 msgid "The size in exabytes (multiplied by 2**60)."
19819 msgstr ""
19820
19821 #. type: =item
19822 #: ../fish/guestfish.pod:591
19823 msgid "B<EB>"
19824 msgstr ""
19825
19826 #. type: textblock
19827 #: ../fish/guestfish.pod:593
19828 msgid "The size in SI 10**18 byte units."
19829 msgstr ""
19830
19831 #. type: =item
19832 #: ../fish/guestfish.pod:595
19833 msgid "B<Z> or B<ZiB>"
19834 msgstr ""
19835
19836 #. type: textblock
19837 #: ../fish/guestfish.pod:597
19838 msgid "The size in zettabytes (multiplied by 2**70)."
19839 msgstr ""
19840
19841 #. type: =item
19842 #: ../fish/guestfish.pod:599
19843 msgid "B<ZB>"
19844 msgstr ""
19845
19846 #. type: textblock
19847 #: ../fish/guestfish.pod:601
19848 msgid "The size in SI 10**21 byte units."
19849 msgstr ""
19850
19851 #. type: =item
19852 #: ../fish/guestfish.pod:603
19853 msgid "B<Y> or B<YiB>"
19854 msgstr ""
19855
19856 #. type: textblock
19857 #: ../fish/guestfish.pod:605
19858 msgid "The size in yottabytes (multiplied by 2**80)."
19859 msgstr ""
19860
19861 #. type: =item
19862 #: ../fish/guestfish.pod:607
19863 msgid "B<YB>"
19864 msgstr ""
19865
19866 #. type: textblock
19867 #: ../fish/guestfish.pod:609
19868 msgid "The size in SI 10**24 byte units."
19869 msgstr ""
19870
19871 #. type: verbatim
19872 #: ../fish/guestfish.pod:615
19873 #, no-wrap
19874 msgid ""
19875 " truncate-size /file 1G\n"
19876 "\n"
19877 msgstr ""
19878
19879 #. type: textblock
19880 #: ../fish/guestfish.pod:617
19881 msgid "would truncate the file to 1 gigabyte."
19882 msgstr ""
19883
19884 #. type: textblock
19885 #: ../fish/guestfish.pod:619
19886 msgid ""
19887 "Be careful because a few commands take sizes in kilobytes or megabytes "
19888 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19889 "Adding a suffix will probably not do what you expect."
19890 msgstr ""
19891
19892 #. type: =head2
19893 #: ../fish/guestfish.pod:623
19894 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19895 msgstr ""
19896
19897 #. type: textblock
19898 #: ../fish/guestfish.pod:625
19899 msgid ""
19900 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19901 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19902 msgstr ""
19903
19904 #. type: verbatim
19905 #: ../fish/guestfish.pod:628
19906 #, no-wrap
19907 msgid ""
19908 " 1234      decimal number 1234\n"
19909 " 02322     octal number, equivalent to decimal 1234\n"
19910 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19911 "\n"
19912 msgstr ""
19913
19914 #. type: textblock
19915 #: ../fish/guestfish.pod:632
19916 msgid ""
19917 "When using the C<chmod> command, you almost always want to specify an octal "
19918 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19919 "L<chmod(1)> program):"
19920 msgstr ""
19921
19922 #. type: verbatim
19923 #: ../fish/guestfish.pod:636
19924 #, no-wrap
19925 msgid ""
19926 " chmod 0777 /public  # OK\n"
19927 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19928 "\n"
19929 msgstr ""
19930
19931 #. type: textblock
19932 #: ../fish/guestfish.pod:639
19933 msgid ""
19934 "Commands that return numbers usually print them in decimal, but some "
19935 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19936 "octal, preceeded by C<0>)."
19937 msgstr ""
19938
19939 #. type: =head1
19940 #: ../fish/guestfish.pod:643
19941 msgid "WILDCARDS AND GLOBBING"
19942 msgstr ""
19943
19944 #. type: textblock
19945 #: ../fish/guestfish.pod:645
19946 msgid ""
19947 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19948 "(globbing) by default.  So for example the following will not do what you "
19949 "expect:"
19950 msgstr ""
19951
19952 #. type: verbatim
19953 #: ../fish/guestfish.pod:649
19954 #, no-wrap
19955 msgid ""
19956 " rm-rf /home/*\n"
19957 "\n"
19958 msgstr ""
19959
19960 #. type: textblock
19961 #: ../fish/guestfish.pod:651
19962 msgid ""
19963 "Assuming you don't have a directory called literally C</home/*> then the "
19964 "above command will return an error."
19965 msgstr ""
19966
19967 #. type: textblock
19968 #: ../fish/guestfish.pod:654
19969 msgid "To perform wildcard expansion, use the C<glob> command."
19970 msgstr ""
19971
19972 #. type: verbatim
19973 #: ../fish/guestfish.pod:656
19974 #, no-wrap
19975 msgid ""
19976 " glob rm-rf /home/*\n"
19977 "\n"
19978 msgstr ""
19979
19980 #. type: textblock
19981 #: ../fish/guestfish.pod:658
19982 msgid ""
19983 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19984 "many times), equivalent to:"
19985 msgstr ""
19986
19987 #. type: verbatim
19988 #: ../fish/guestfish.pod:661
19989 #, no-wrap
19990 msgid ""
19991 " rm-rf /home/jim\n"
19992 " rm-rf /home/joe\n"
19993 " rm-rf /home/mary\n"
19994 "\n"
19995 msgstr ""
19996
19997 #. type: textblock
19998 #: ../fish/guestfish.pod:665
19999 msgid "C<glob> only works on simple guest paths and not on device names."
20000 msgstr ""
20001
20002 #. type: textblock
20003 #: ../fish/guestfish.pod:667
20004 msgid ""
20005 "If you have several parameters, each containing a wildcard, then glob will "
20006 "perform a Cartesian product."
20007 msgstr ""
20008
20009 #. type: =head1
20010 #: ../fish/guestfish.pod:670
20011 msgid "COMMENTS"
20012 msgstr ""
20013
20014 #. type: textblock
20015 #: ../fish/guestfish.pod:672
20016 msgid ""
20017 "Any line which starts with a I<#> character is treated as a comment and "
20018 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20019 "a command.  For example:"
20020 msgstr ""
20021
20022 #. type: verbatim
20023 #: ../fish/guestfish.pod:676
20024 #, no-wrap
20025 msgid ""
20026 " # this is a comment\n"
20027 "         # this is a comment\n"
20028 " foo # NOT a comment\n"
20029 "\n"
20030 msgstr ""
20031
20032 #. type: textblock
20033 #: ../fish/guestfish.pod:680
20034 msgid "Blank lines are also ignored."
20035 msgstr ""
20036
20037 #. type: =head1
20038 #: ../fish/guestfish.pod:682
20039 msgid "RUNNING COMMANDS LOCALLY"
20040 msgstr ""
20041
20042 #. type: textblock
20043 #: ../fish/guestfish.pod:684
20044 msgid ""
20045 "Any line which starts with a I<!> character is treated as a command sent to "
20046 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20047 msgstr ""
20048
20049 #. type: verbatim
20050 #: ../fish/guestfish.pod:688
20051 #, no-wrap
20052 msgid ""
20053 " !mkdir local\n"
20054 " tgz-out /remote local/remote-data.tar.gz\n"
20055 "\n"
20056 msgstr ""
20057
20058 #. type: textblock
20059 #: ../fish/guestfish.pod:691
20060 msgid ""
20061 "will create a directory C<local> on the host, and then export the contents "
20062 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20063 "(See C<tgz-out>)."
20064 msgstr ""
20065
20066 #. type: textblock
20067 #: ../fish/guestfish.pod:695
20068 msgid ""
20069 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20070 "effect, due to the way that subprocesses work in Unix."
20071 msgstr ""
20072
20073 #. type: =head2
20074 #: ../fish/guestfish.pod:698
20075 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20076 msgstr ""
20077
20078 #. type: textblock
20079 #: ../fish/guestfish.pod:700
20080 msgid ""
20081 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20082 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20083 "and executed as guestfish commands."
20084 msgstr ""
20085
20086 #. type: textblock
20087 #: ../fish/guestfish.pod:704
20088 msgid ""
20089 "Thus you can use shell script to construct arbitrary guestfish commands "
20090 "which are then parsed by guestfish."
20091 msgstr ""
20092
20093 #. type: textblock
20094 #: ../fish/guestfish.pod:707
20095 msgid ""
20096 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20097 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20098 "if we use a shell script to create the guestfish commands for us:"
20099 msgstr ""
20100
20101 #. type: verbatim
20102 #: ../fish/guestfish.pod:712
20103 #, no-wrap
20104 msgid ""
20105 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20106 "\n"
20107 msgstr ""
20108
20109 #. type: textblock
20110 #: ../fish/guestfish.pod:714
20111 msgid "or with names like C</foo.001>:"
20112 msgstr ""
20113
20114 #. type: verbatim
20115 #: ../fish/guestfish.pod:716
20116 #, no-wrap
20117 msgid ""
20118 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20119 "\n"
20120 msgstr ""
20121
20122 #. type: textblock
20123 #: ../fish/guestfish.pod:718
20124 msgid ""
20125 "When using guestfish interactively it can be helpful to just run the shell "
20126 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20127 "ordinary I<!> local command), see what guestfish commands it would run, and "
20128 "when you are happy with those prepend the C<E<lt>> character to run the "
20129 "guestfish commands for real."
20130 msgstr ""
20131
20132 #. type: =head1
20133 #: ../fish/guestfish.pod:724
20134 msgid "PIPES"
20135 msgstr ""
20136
20137 #. type: textblock
20138 #: ../fish/guestfish.pod:726
20139 msgid ""
20140 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20141 "command (a guestfish command) to the second command (any host command).  For "
20142 "example:"
20143 msgstr ""
20144
20145 #. type: verbatim
20146 #: ../fish/guestfish.pod:730
20147 #, no-wrap
20148 msgid ""
20149 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20150 "\n"
20151 msgstr ""
20152
20153 #. type: textblock
20154 #: ../fish/guestfish.pod:732
20155 msgid ""
20156 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20157 "program).  The above command would list all accounts in the guest filesystem "
20158 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20159 msgstr ""
20160
20161 #. type: verbatim
20162 #: ../fish/guestfish.pod:737
20163 #, no-wrap
20164 msgid ""
20165 " hexdump /bin/ls | head\n"
20166 " list-devices | tail -1\n"
20167 " tgz-out / - | tar ztf -\n"
20168 "\n"
20169 msgstr ""
20170
20171 #. type: textblock
20172 #: ../fish/guestfish.pod:741
20173 msgid ""
20174 "The space before the pipe symbol is required, any space after the pipe "
20175 "symbol is optional.  Everything after the pipe symbol is just passed "
20176 "straight to the host shell, so it can contain redirections, globs and "
20177 "anything else that makes sense on the host side."
20178 msgstr ""
20179
20180 #. type: textblock
20181 #: ../fish/guestfish.pod:746
20182 msgid ""
20183 "To use a literal argument which begins with a pipe symbol, you have to quote "
20184 "it, eg:"
20185 msgstr ""
20186
20187 #. type: verbatim
20188 #: ../fish/guestfish.pod:749
20189 #, no-wrap
20190 msgid ""
20191 " echo \"|\"\n"
20192 "\n"
20193 msgstr ""
20194
20195 #. type: =head1
20196 #: ../fish/guestfish.pod:751
20197 msgid "HOME DIRECTORIES"
20198 msgstr ""
20199
20200 #. type: textblock
20201 #: ../fish/guestfish.pod:753
20202 msgid ""
20203 "If a parameter starts with the character C<~> then the tilde may be expanded "
20204 "as a home directory path (either C<~> for the current user's home directory, "
20205 "or C<~user> for another user)."
20206 msgstr ""
20207
20208 #. type: textblock
20209 #: ../fish/guestfish.pod:757
20210 msgid ""
20211 "Note that home directory expansion happens for users known I<on the host>, "
20212 "not in the guest filesystem."
20213 msgstr ""
20214
20215 #. type: textblock
20216 #: ../fish/guestfish.pod:760
20217 msgid ""
20218 "To use a literal argument which begins with a tilde, you have to quote it, "
20219 "eg:"
20220 msgstr ""
20221
20222 #. type: verbatim
20223 #: ../fish/guestfish.pod:763
20224 #, no-wrap
20225 msgid ""
20226 " echo \"~\"\n"
20227 "\n"
20228 msgstr ""
20229
20230 #. type: textblock
20231 #: ../fish/guestfish.pod:767
20232 msgid ""
20233 "Libguestfs has some support for Linux guests encrypted according to the "
20234 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20235 "disk encryption systems used by modern Linux guests.  Currently only "
20236 "LVM-on-LUKS is supported."
20237 msgstr ""
20238
20239 #. type: textblock
20240 #: ../fish/guestfish.pod:772
20241 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20242 msgstr ""
20243
20244 #. type: verbatim
20245 #: ../fish/guestfish.pod:774
20246 #, no-wrap
20247 msgid ""
20248 " ><fs> vfs-type /dev/sda2\n"
20249 " crypto_LUKS\n"
20250 "\n"
20251 msgstr ""
20252
20253 #. type: textblock
20254 #: ../fish/guestfish.pod:777
20255 msgid ""
20256 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20257 "device called C</dev/mapper/luksdev>."
20258 msgstr ""
20259
20260 #. type: verbatim
20261 #: ../fish/guestfish.pod:780
20262 #, no-wrap
20263 msgid ""
20264 " ><fs> luks-open /dev/sda2 luksdev\n"
20265 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20266 "\n"
20267 msgstr ""
20268
20269 #. type: textblock
20270 #: ../fish/guestfish.pod:783
20271 msgid ""
20272 "Finally you have to tell LVM to scan for volume groups on the newly created "
20273 "mapper device:"
20274 msgstr ""
20275
20276 #. type: verbatim
20277 #: ../fish/guestfish.pod:786
20278 #, no-wrap
20279 msgid ""
20280 " vgscan\n"
20281 " vg-activate-all true\n"
20282 "\n"
20283 msgstr ""
20284
20285 #. type: textblock
20286 #: ../fish/guestfish.pod:789
20287 msgid "The logical volume(s) can now be mounted in the usual way."
20288 msgstr ""
20289
20290 #. type: textblock
20291 #: ../fish/guestfish.pod:791
20292 msgid ""
20293 "Before closing a LUKS device you must unmount any logical volumes on it and "
20294 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20295 "one.  Then you can close the mapper device:"
20296 msgstr ""
20297
20298 #. type: verbatim
20299 #: ../fish/guestfish.pod:795
20300 #, no-wrap
20301 msgid ""
20302 " vg-activate false /dev/VG\n"
20303 " luks-close /dev/mapper/luksdev\n"
20304 "\n"
20305 msgstr ""
20306
20307 #. type: =head1
20308 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
20309 msgid "WINDOWS PATHS"
20310 msgstr ""
20311
20312 #. type: textblock
20313 #: ../fish/guestfish.pod:800
20314 msgid ""
20315 "If a path is prefixed with C<win:> then you can use Windows-style drive "
20316 "letters and paths (with some limitations).  The following commands are "
20317 "equivalent:"
20318 msgstr ""
20319
20320 #. type: verbatim
20321 #: ../fish/guestfish.pod:804
20322 #, no-wrap
20323 msgid ""
20324 " file /WINDOWS/system32/config/system.LOG\n"
20325 "\n"
20326 msgstr ""
20327
20328 #. type: verbatim
20329 #: ../fish/guestfish.pod:806
20330 #, no-wrap
20331 msgid ""
20332 " file win:\\windows\\system32\\config\\system.log\n"
20333 "\n"
20334 msgstr ""
20335
20336 #. type: verbatim
20337 #: ../fish/guestfish.pod:808
20338 #, no-wrap
20339 msgid ""
20340 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
20341 "\n"
20342 msgstr ""
20343
20344 #. type: textblock
20345 #: ../fish/guestfish.pod:810
20346 msgid ""
20347 "The parameter is rewritten \"behind the scenes\" by looking up the position "
20348 "where the drive is mounted, prepending that to the path, changing all "
20349 "backslash characters to forward slash, then resolving the result using "
20350 "L</case-sensitive-path>.  For example if the E: drive was mounted on C</e> "
20351 "then the parameter might be rewritten like this:"
20352 msgstr ""
20353
20354 #. type: verbatim
20355 #: ../fish/guestfish.pod:816
20356 #, no-wrap
20357 msgid ""
20358 " win:e:\\foo\\bar => /e/FOO/bar\n"
20359 "\n"
20360 msgstr ""
20361
20362 #. type: textblock
20363 #: ../fish/guestfish.pod:818
20364 msgid "This only works in argument positions that expect a path."
20365 msgstr ""
20366
20367 #. type: =head1
20368 #: ../fish/guestfish.pod:820
20369 msgid "UPLOADING AND DOWNLOADING FILES"
20370 msgstr ""
20371
20372 #. type: textblock
20373 #: ../fish/guestfish.pod:822
20374 msgid ""
20375 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20376 "others which upload from or download to a local file, you can use the "
20377 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20378 msgstr ""
20379
20380 #. type: verbatim
20381 #: ../fish/guestfish.pod:826
20382 #, no-wrap
20383 msgid ""
20384 " upload - /foo\n"
20385 "\n"
20386 msgstr ""
20387
20388 #. type: textblock
20389 #: ../fish/guestfish.pod:828
20390 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20391 msgstr ""
20392
20393 #. type: verbatim
20394 #: ../fish/guestfish.pod:831
20395 #, no-wrap
20396 msgid ""
20397 " tar-out /etc - | tar tf -\n"
20398 "\n"
20399 msgstr ""
20400
20401 #. type: textblock
20402 #: ../fish/guestfish.pod:833
20403 msgid ""
20404 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20405 "command (see L</PIPES>)."
20406 msgstr ""
20407
20408 #. type: textblock
20409 #: ../fish/guestfish.pod:836
20410 msgid ""
20411 "When using C<-> to read from stdin, the input is read up to the end of "
20412 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20413 "some arbitrary end marker:"
20414 msgstr ""
20415
20416 #. type: verbatim
20417 #: ../fish/guestfish.pod:840
20418 #, no-wrap
20419 msgid ""
20420 " upload -<<END /foo\n"
20421 " input line 1\n"
20422 " input line 2\n"
20423 " input line 3\n"
20424 " END\n"
20425 "\n"
20426 msgstr ""
20427
20428 #. type: textblock
20429 #: ../fish/guestfish.pod:846
20430 msgid ""
20431 "Any string of characters can be used instead of C<END>.  The end marker must "
20432 "appear on a line of its own, without any preceeding or following characters "
20433 "(not even spaces)."
20434 msgstr ""
20435
20436 #. type: textblock
20437 #: ../fish/guestfish.pod:850
20438 msgid ""
20439 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20440 "upload local files (so-called \"FileIn\" parameters in the generator)."
20441 msgstr ""
20442
20443 #. type: =head1
20444 #: ../fish/guestfish.pod:853
20445 msgid "EXIT ON ERROR BEHAVIOUR"
20446 msgstr ""
20447
20448 #. type: textblock
20449 #: ../fish/guestfish.pod:855
20450 msgid ""
20451 "By default, guestfish will ignore any errors when in interactive mode "
20452 "(ie. taking commands from a human over a tty), and will exit on the first "
20453 "error in non-interactive mode (scripts, commands given on the command line)."
20454 msgstr ""
20455
20456 #. type: textblock
20457 #: ../fish/guestfish.pod:860
20458 msgid ""
20459 "If you prefix a command with a I<-> character, then that command will not "
20460 "cause guestfish to exit, even if that (one) command returns an error."
20461 msgstr ""
20462
20463 #. type: =head1
20464 #: ../fish/guestfish.pod:864
20465 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20466 msgstr ""
20467
20468 #. type: textblock
20469 #: ../fish/guestfish.pod:866
20470 msgid ""
20471 "Guestfish can be remote-controlled over a socket.  This is useful "
20472 "particularly in shell scripts where you want to make several different "
20473 "changes to a filesystem, but you don't want the overhead of starting up a "
20474 "guestfish process each time."
20475 msgstr ""
20476
20477 #. type: textblock
20478 #: ../fish/guestfish.pod:871
20479 msgid "Start a guestfish server process using:"
20480 msgstr ""
20481
20482 #. type: verbatim
20483 #: ../fish/guestfish.pod:873
20484 #, no-wrap
20485 msgid ""
20486 " eval \"`guestfish --listen`\"\n"
20487 "\n"
20488 msgstr ""
20489
20490 #. type: textblock
20491 #: ../fish/guestfish.pod:875
20492 msgid "and then send it commands by doing:"
20493 msgstr ""
20494
20495 #. type: verbatim
20496 #: ../fish/guestfish.pod:877
20497 #, no-wrap
20498 msgid ""
20499 " guestfish --remote cmd [...]\n"
20500 "\n"
20501 msgstr ""
20502
20503 #. type: textblock
20504 #: ../fish/guestfish.pod:879
20505 msgid "To cause the server to exit, send it the exit command:"
20506 msgstr ""
20507
20508 #. type: verbatim
20509 #: ../fish/guestfish.pod:881
20510 #, no-wrap
20511 msgid ""
20512 " guestfish --remote exit\n"
20513 "\n"
20514 msgstr ""
20515
20516 #. type: textblock
20517 #: ../fish/guestfish.pod:883
20518 msgid ""
20519 "Note that the server will normally exit if there is an error in a command.  "
20520 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20521 "BEHAVIOUR>."
20522 msgstr ""
20523
20524 #. type: =head2
20525 #: ../fish/guestfish.pod:887
20526 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20527 msgstr ""
20528
20529 #. type: textblock
20530 #: ../fish/guestfish.pod:889
20531 msgid ""
20532 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20533 "is how the I<--remote> option knows where to send the commands.  You can "
20534 "have several guestfish listener processes running using:"
20535 msgstr ""
20536
20537 #. type: verbatim
20538 #: ../fish/guestfish.pod:893
20539 #, no-wrap
20540 msgid ""
20541 " eval \"`guestfish --listen`\"\n"
20542 " pid1=$GUESTFISH_PID\n"
20543 " eval \"`guestfish --listen`\"\n"
20544 " pid2=$GUESTFISH_PID\n"
20545 " ...\n"
20546 " guestfish --remote=$pid1 cmd\n"
20547 " guestfish --remote=$pid2 cmd\n"
20548 "\n"
20549 msgstr ""
20550
20551 #. type: =head2
20552 #: ../fish/guestfish.pod:901
20553 msgid "REMOTE CONTROL AND CSH"
20554 msgstr ""
20555
20556 #. type: textblock
20557 #: ../fish/guestfish.pod:903
20558 msgid ""
20559 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20560 "option:"
20561 msgstr ""
20562
20563 #. type: verbatim
20564 #: ../fish/guestfish.pod:906
20565 #, no-wrap
20566 msgid ""
20567 " eval \"`guestfish --listen --csh`\"\n"
20568 "\n"
20569 msgstr ""
20570
20571 #. type: =head2
20572 #: ../fish/guestfish.pod:908
20573 msgid "REMOTE CONTROL DETAILS"
20574 msgstr ""
20575
20576 #. type: textblock
20577 #: ../fish/guestfish.pod:910
20578 msgid ""
20579 "Remote control happens over a Unix domain socket called "
20580 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20581 "of the process, and C<$PID> is the process ID of the server."
20582 msgstr ""
20583
20584 #. type: textblock
20585 #: ../fish/guestfish.pod:914
20586 msgid "Guestfish client and server versions must match exactly."
20587 msgstr ""
20588
20589 #. type: =head1
20590 #: ../fish/guestfish.pod:916
20591 msgid "PREPARED DISK IMAGES"
20592 msgstr ""
20593
20594 #. type: textblock
20595 #: ../fish/guestfish.pod:918
20596 msgid ""
20597 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20598 "preformatted disk images that guestfish can make for you to save typing.  "
20599 "This is particularly useful for testing purposes.  This option is used "
20600 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20601 "can be mixed with I<-a>)."
20602 msgstr ""
20603
20604 #. type: textblock
20605 #: ../fish/guestfish.pod:924
20606 msgid ""
20607 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20608 "the second and so on.  Existing files in the current directory are "
20609 "I<overwritten>."
20610 msgstr ""
20611
20612 #. type: textblock
20613 #: ../fish/guestfish.pod:928
20614 msgid ""
20615 "The type briefly describes how the disk should be sized, partitioned, how "
20616 "filesystem(s) should be created, and how content should be added.  "
20617 "Optionally the type can be followed by extra parameters, separated by C<:> "
20618 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20619 "sparsely-allocated disk, containing a single partition, with the partition "
20620 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20621 "on a 1GB disk instead."
20622 msgstr ""
20623
20624 #. type: textblock
20625 #: ../fish/guestfish.pod:936
20626 msgid "To list the available types and any extra parameters they take, run:"
20627 msgstr ""
20628
20629 #. type: textblock
20630 #: ../fish/guestfish.pod:940
20631 msgid ""
20632 "Note that the prepared filesystem is not mounted.  You would usually have to "
20633 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20634 msgstr ""
20635
20636 #. type: textblock
20637 #: ../fish/guestfish.pod:944
20638 msgid ""
20639 "If any I<-N> or I<--new> options are given, the guest is automatically "
20640 "launched."
20641 msgstr ""
20642
20643 #. type: textblock
20644 #: ../fish/guestfish.pod:949
20645 msgid "Create a 100MB disk with an ext4-formatted partition:"
20646 msgstr ""
20647
20648 #. type: verbatim
20649 #: ../fish/guestfish.pod:951
20650 #, no-wrap
20651 msgid ""
20652 " guestfish -N fs:ext4\n"
20653 "\n"
20654 msgstr ""
20655
20656 #. type: textblock
20657 #: ../fish/guestfish.pod:953
20658 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20659 msgstr ""
20660
20661 #. type: verbatim
20662 #: ../fish/guestfish.pod:955
20663 #, no-wrap
20664 msgid ""
20665 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20666 "\n"
20667 msgstr ""
20668
20669 #. type: textblock
20670 #: ../fish/guestfish.pod:957
20671 msgid "Create a blank 200MB disk:"
20672 msgstr ""
20673
20674 #. type: verbatim
20675 #: ../fish/guestfish.pod:959
20676 #, no-wrap
20677 msgid ""
20678 " guestfish -N disk:200M\n"
20679 "\n"
20680 msgstr ""
20681
20682 #. type: =head1
20683 #: ../fish/guestfish.pod:961
20684 msgid "PROGRESS BARS"
20685 msgstr ""
20686
20687 #. type: textblock
20688 #: ../fish/guestfish.pod:963
20689 msgid ""
20690 "Some (not all) long-running commands send progress notification messages as "
20691 "they are running.  Guestfish turns these messages into progress bars."
20692 msgstr ""
20693
20694 #. type: textblock
20695 #: ../fish/guestfish.pod:967
20696 msgid ""
20697 "When a command that supports progress bars takes longer than two seconds to "
20698 "run, and if progress bars are enabled, then you will see one appearing below "
20699 "the command:"
20700 msgstr ""
20701
20702 #. type: verbatim
20703 #: ../fish/guestfish.pod:971
20704 #, no-wrap
20705 msgid ""
20706 " ><fs> copy-size /large-file /another-file 2048M\n"
20707 " / 10% [#####-----------------------------------------] 00:30\n"
20708 "\n"
20709 msgstr ""
20710
20711 #. type: textblock
20712 #: ../fish/guestfish.pod:974
20713 msgid ""
20714 "The spinner on the left hand side moves round once for every progress "
20715 "notification received from the backend.  This is a (reasonably) golden "
20716 "assurance that the command is \"doing something\" even if the progress bar "
20717 "is not moving, because the command is able to send the progress "
20718 "notifications.  When the bar reaches 100% and the command finishes, the "
20719 "spinner disappears."
20720 msgstr ""
20721
20722 #. type: textblock
20723 #: ../fish/guestfish.pod:981
20724 msgid ""
20725 "Progress bars are enabled by default when guestfish is used interactively.  "
20726 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20727 "and you can disable them completely using I<--no-progress-bars>."
20728 msgstr ""
20729
20730 #. type: =head1
20731 #: ../fish/guestfish.pod:986
20732 msgid "GUESTFISH COMMANDS"
20733 msgstr ""
20734
20735 #. type: textblock
20736 #: ../fish/guestfish.pod:988
20737 msgid ""
20738 "The commands in this section are guestfish convenience commands, in other "
20739 "words, they are not part of the L<guestfs(3)> API."
20740 msgstr ""
20741
20742 #. type: =head2
20743 #: ../fish/guestfish.pod:991
20744 msgid "help"
20745 msgstr ""
20746
20747 #. type: verbatim
20748 #: ../fish/guestfish.pod:993
20749 #, no-wrap
20750 msgid ""
20751 " help\n"
20752 " help cmd\n"
20753 "\n"
20754 msgstr ""
20755
20756 #. type: textblock
20757 #: ../fish/guestfish.pod:996
20758 msgid "Without any parameter, this provides general help."
20759 msgstr ""
20760
20761 #. type: textblock
20762 #: ../fish/guestfish.pod:998
20763 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20764 msgstr ""
20765
20766 #. type: =head2
20767 #: ../fish/guestfish.pod:1000
20768 msgid "quit | exit"
20769 msgstr ""
20770
20771 #. type: textblock
20772 #: ../fish/guestfish.pod:1002
20773 msgid "This exits guestfish.  You can also use C<^D> key."
20774 msgstr ""
20775
20776 #. type: textblock
20777 #: ../fish/guestfish.pod:1004
20778 msgid "@FISH_COMMANDS@"
20779 msgstr ""
20780
20781 #. type: =head1
20782 #: ../fish/guestfish.pod:1006
20783 msgid "COMMANDS"
20784 msgstr ""
20785
20786 #. type: =head1
20787 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
20788 msgid "EXIT CODE"
20789 msgstr ""
20790
20791 #. type: textblock
20792 #: ../fish/guestfish.pod:1012
20793 msgid ""
20794 "guestfish returns 0 if the commands completed without error, or 1 if there "
20795 "was an error."
20796 msgstr ""
20797
20798 #. type: =item
20799 #: ../fish/guestfish.pod:1019
20800 msgid "EDITOR"
20801 msgstr ""
20802
20803 #. type: textblock
20804 #: ../fish/guestfish.pod:1021
20805 msgid ""
20806 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20807 "C<vi>."
20808 msgstr ""
20809
20810 #. type: =item
20811 #: ../fish/guestfish.pod:1024
20812 msgid "GUESTFISH_PID"
20813 msgstr ""
20814
20815 #. type: textblock
20816 #: ../fish/guestfish.pod:1026
20817 msgid ""
20818 "Used with the I<--remote> option to specify the remote guestfish process to "
20819 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20820 msgstr ""
20821
20822 #. type: =item
20823 #: ../fish/guestfish.pod:1030
20824 msgid "HEXEDITOR"
20825 msgstr ""
20826
20827 #. type: textblock
20828 #: ../fish/guestfish.pod:1032
20829 msgid ""
20830 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20831 "not specified, the external L<hexedit(1)> program is used."
20832 msgstr ""
20833
20834 #. type: =item
20835 #: ../fish/guestfish.pod:1036
20836 msgid "HOME"
20837 msgstr ""
20838
20839 #. type: textblock
20840 #: ../fish/guestfish.pod:1038
20841 msgid ""
20842 "If compiled with GNU readline support, various files in the home directory "
20843 "can be used.  See L</FILES>."
20844 msgstr ""
20845
20846 #. type: textblock
20847 #: ../fish/guestfish.pod:1047
20848 msgid ""
20849 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20850 "effect as using the B<-v> option."
20851 msgstr ""
20852
20853 #. type: textblock
20854 #: ../fish/guestfish.pod:1059
20855 msgid ""
20856 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20857 "the discussion of paths in L<guestfs(3)>."
20858 msgstr ""
20859
20860 #. type: textblock
20861 #: ../fish/guestfish.pod:1070
20862 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20863 msgstr ""
20864
20865 #. type: =item
20866 #: ../fish/guestfish.pod:1072
20867 msgid "PAGER"
20868 msgstr ""
20869
20870 #. type: textblock
20871 #: ../fish/guestfish.pod:1074
20872 msgid ""
20873 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20874 "C<more>."
20875 msgstr ""
20876
20877 #. type: =head1
20878 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:252
20879 msgid "FILES"
20880 msgstr ""
20881
20882 #. type: =item
20883 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:256
20884 msgid "$HOME/.libguestfs-tools.rc"
20885 msgstr ""
20886
20887 #. type: =item
20888 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:258
20889 msgid "/etc/libguestfs-tools.conf"
20890 msgstr ""
20891
20892 #. type: textblock
20893 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:260
20894 msgid ""
20895 "This configuration file controls the default read-only or read-write mode "
20896 "(I<--ro> or I<--rw>)."
20897 msgstr ""
20898
20899 #. type: textblock
20900 #: ../fish/guestfish.pod:1101
20901 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
20902 msgstr ""
20903
20904 #. type: =item
20905 #: ../fish/guestfish.pod:1103
20906 msgid "$HOME/.guestfish"
20907 msgstr ""
20908
20909 #. type: textblock
20910 #: ../fish/guestfish.pod:1105
20911 msgid ""
20912 "If compiled with GNU readline support, then the command history is saved in "
20913 "this file."
20914 msgstr ""
20915
20916 #. type: =item
20917 #: ../fish/guestfish.pod:1108
20918 msgid "$HOME/.inputrc"
20919 msgstr ""
20920
20921 #. type: =item
20922 #: ../fish/guestfish.pod:1110
20923 msgid "/etc/inputrc"
20924 msgstr ""
20925
20926 #. type: textblock
20927 #: ../fish/guestfish.pod:1112
20928 msgid ""
20929 "If compiled with GNU readline support, then these files can be used to "
20930 "configure readline.  For further information, please see "
20931 "L<readline(3)/INITIALIZATION FILE>."
20932 msgstr ""
20933
20934 #. type: textblock
20935 #: ../fish/guestfish.pod:1116
20936 msgid "To write rules which only apply to guestfish, use:"
20937 msgstr ""
20938
20939 #. type: verbatim
20940 #: ../fish/guestfish.pod:1118
20941 #, no-wrap
20942 msgid ""
20943 " $if guestfish\n"
20944 " ...\n"
20945 " $endif\n"
20946 "\n"
20947 msgstr ""
20948
20949 #. type: textblock
20950 #: ../fish/guestfish.pod:1122
20951 msgid ""
20952 "Variables that you can set in inputrc that change the behaviour of guestfish "
20953 "in useful ways include:"
20954 msgstr ""
20955
20956 #. type: =item
20957 #: ../fish/guestfish.pod:1127
20958 msgid "completion-ignore-case (default: on)"
20959 msgstr ""
20960
20961 #. type: textblock
20962 #: ../fish/guestfish.pod:1129
20963 msgid ""
20964 "By default, guestfish will ignore case when tab-completing paths on the "
20965 "disk.  Use:"
20966 msgstr ""
20967
20968 #. type: verbatim
20969 #: ../fish/guestfish.pod:1132
20970 #, no-wrap
20971 msgid ""
20972 " set completion-ignore-case off\n"
20973 "\n"
20974 msgstr ""
20975
20976 #. type: textblock
20977 #: ../fish/guestfish.pod:1134
20978 msgid "to make guestfish case sensitive."
20979 msgstr ""
20980
20981 #. type: =item
20982 #: ../fish/guestfish.pod:1138
20983 msgid "test1.img"
20984 msgstr ""
20985
20986 #. type: =item
20987 #: ../fish/guestfish.pod:1140
20988 msgid "test2.img (etc)"
20989 msgstr ""
20990
20991 #. type: textblock
20992 #: ../fish/guestfish.pod:1142
20993 msgid ""
20994 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20995 "will be created in the file C<test1.img> in the current directory.  The "
20996 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20997 "the same name will be overwritten."
20998 msgstr ""
20999
21000 #. type: textblock
21001 #: ../fish/guestfish.pod:1151
21002 msgid ""
21003 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
21004 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
21005 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
21006 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
21007 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
21008 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
21009 msgstr ""
21010
21011 #. type: textblock
21012 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102 ../fuse/guestmount.pod:287 ../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
21013 msgid ""
21014 "This program is free software; you can redistribute it and/or modify it "
21015 "under the terms of the GNU General Public License as published by the Free "
21016 "Software Foundation; either version 2 of the License, or (at your option) "
21017 "any later version."
21018 msgstr ""
21019
21020 #. type: textblock
21021 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107 ../fuse/guestmount.pod:292 ../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
21022 msgid ""
21023 "This program is distributed in the hope that it will be useful, but WITHOUT "
21024 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21025 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21026 "more details."
21027 msgstr ""
21028
21029 #. type: textblock
21030 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112 ../fuse/guestmount.pod:297 ../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
21031 msgid ""
21032 "You should have received a copy of the GNU General Public License along with "
21033 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21034 "Ave, Cambridge, MA 02139, USA."
21035 msgstr ""
21036
21037 #. type: =head2
21038 #: ../fish/guestfish-actions.pod:1
21039 msgid "add-cdrom"
21040 msgstr ""
21041
21042 #. type: verbatim
21043 #: ../fish/guestfish-actions.pod:3
21044 #, no-wrap
21045 msgid ""
21046 " add-cdrom filename\n"
21047 "\n"
21048 msgstr ""
21049
21050 #. type: textblock
21051 #: ../fish/guestfish-actions.pod:15
21052 msgid ""
21053 "This call checks for the existence of C<filename>.  This stops you from "
21054 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21055 "and C<http:> URLs.  To specify those, use the general L</config> call "
21056 "instead."
21057 msgstr ""
21058
21059 #. type: textblock
21060 #: ../fish/guestfish-actions.pod:22
21061 msgid ""
21062 "If you just want to add an ISO file (often you use this as an efficient way "
21063 "to transfer large files into the guest), then you should probably use "
21064 "L</add-drive-ro> instead."
21065 msgstr ""
21066
21067 #. type: =head2
21068 #: ../fish/guestfish-actions.pod:35
21069 msgid "add-domain"
21070 msgstr ""
21071
21072 #. type: =head2
21073 #: ../fish/guestfish-actions.pod:37
21074 msgid "domain"
21075 msgstr ""
21076
21077 #. type: verbatim
21078 #: ../fish/guestfish-actions.pod:39
21079 #, no-wrap
21080 msgid ""
21081 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21082 "\n"
21083 msgstr ""
21084
21085 #. type: textblock
21086 #: ../fish/guestfish-actions.pod:41
21087 msgid ""
21088 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21089 "It works by connecting to libvirt, requesting the domain and domain XML from "
21090 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21091 msgstr ""
21092
21093 #. type: textblock
21094 #: ../fish/guestfish-actions.pod:71
21095 msgid ""
21096 "The other optional parameters are passed directly through to "
21097 "L</add-drive-opts>."
21098 msgstr ""
21099
21100 #. type: textblock
21101 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:3039
21102 msgid ""
21103 "This command has one or more optional arguments.  See L</OPTIONAL "
21104 "ARGUMENTS>."
21105 msgstr ""
21106
21107 #. type: =head2
21108 #: ../fish/guestfish-actions.pod:76
21109 msgid "add-drive"
21110 msgstr ""
21111
21112 #. type: verbatim
21113 #: ../fish/guestfish-actions.pod:78
21114 #, no-wrap
21115 msgid ""
21116 " add-drive filename\n"
21117 "\n"
21118 msgstr ""
21119
21120 #. type: textblock
21121 #: ../fish/guestfish-actions.pod:80
21122 msgid ""
21123 "This function is the equivalent of calling L</add-drive-opts> with no "
21124 "optional parameters, so the disk is added writable, with the format being "
21125 "detected automatically."
21126 msgstr ""
21127
21128 #. type: textblock
21129 #: ../fish/guestfish-actions.pod:84
21130 msgid ""
21131 "Automatic detection of the format opens you up to a potential security hole "
21132 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21133 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21134 "you should think about replacing calls to this function with calls to "
21135 "L</add-drive-opts>, and specifying the format."
21136 msgstr ""
21137
21138 #. type: =head2
21139 #: ../fish/guestfish-actions.pod:91
21140 msgid "add-drive-opts"
21141 msgstr ""
21142
21143 #. type: =head2
21144 #: ../fish/guestfish-actions.pod:93
21145 msgid "add"
21146 msgstr ""
21147
21148 #. type: verbatim
21149 #: ../fish/guestfish-actions.pod:95
21150 #, no-wrap
21151 msgid ""
21152 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21153 "\n"
21154 msgstr ""
21155
21156 #. type: textblock
21157 #: ../fish/guestfish-actions.pod:122
21158 msgid ""
21159 "This forces the image format.  If you omit this (or use L</add-drive> or "
21160 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21161 "formats include C<raw> and C<qcow2>."
21162 msgstr ""
21163
21164 #. type: textblock
21165 #: ../fish/guestfish-actions.pod:133
21166 msgid ""
21167 "This rarely-used option lets you emulate the behaviour of the deprecated "
21168 "L</add-drive-with-if> call (q.v.)"
21169 msgstr ""
21170
21171 #. type: =head2
21172 #: ../fish/guestfish-actions.pod:140
21173 msgid "add-drive-ro"
21174 msgstr ""
21175
21176 #. type: =head2
21177 #: ../fish/guestfish-actions.pod:142
21178 msgid "add-ro"
21179 msgstr ""
21180
21181 #. type: verbatim
21182 #: ../fish/guestfish-actions.pod:144
21183 #, no-wrap
21184 msgid ""
21185 " add-drive-ro filename\n"
21186 "\n"
21187 msgstr ""
21188
21189 #. type: textblock
21190 #: ../fish/guestfish-actions.pod:146
21191 msgid ""
21192 "This function is the equivalent of calling L</add-drive-opts> with the "
21193 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21194 "is added read-only, with the format being detected automatically."
21195 msgstr ""
21196
21197 #. type: =head2
21198 #: ../fish/guestfish-actions.pod:151
21199 msgid "add-drive-ro-with-if"
21200 msgstr ""
21201
21202 #. type: verbatim
21203 #: ../fish/guestfish-actions.pod:153
21204 #, no-wrap
21205 msgid ""
21206 " add-drive-ro-with-if filename iface\n"
21207 "\n"
21208 msgstr ""
21209
21210 #. type: textblock
21211 #: ../fish/guestfish-actions.pod:155
21212 msgid ""
21213 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21214 "interface emulation to use at run time."
21215 msgstr ""
21216
21217 #. type: =head2
21218 #: ../fish/guestfish-actions.pod:165
21219 msgid "add-drive-with-if"
21220 msgstr ""
21221
21222 #. type: verbatim
21223 #: ../fish/guestfish-actions.pod:167
21224 #, no-wrap
21225 msgid ""
21226 " add-drive-with-if filename iface\n"
21227 "\n"
21228 msgstr ""
21229
21230 #. type: textblock
21231 #: ../fish/guestfish-actions.pod:169
21232 msgid ""
21233 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21234 "interface emulation to use at run time."
21235 msgstr ""
21236
21237 #. type: =head2
21238 #: ../fish/guestfish-actions.pod:179
21239 msgid "aug-clear"
21240 msgstr ""
21241
21242 #. type: verbatim
21243 #: ../fish/guestfish-actions.pod:181
21244 #, no-wrap
21245 msgid ""
21246 " aug-clear augpath\n"
21247 "\n"
21248 msgstr ""
21249
21250 #. type: =head2
21251 #: ../fish/guestfish-actions.pod:186
21252 msgid "aug-close"
21253 msgstr ""
21254
21255 #. type: verbatim
21256 #: ../fish/guestfish-actions.pod:188
21257 #, no-wrap
21258 msgid ""
21259 " aug-close\n"
21260 "\n"
21261 msgstr ""
21262
21263 #. type: textblock
21264 #: ../fish/guestfish-actions.pod:190
21265 msgid ""
21266 "Close the current Augeas handle and free up any resources used by it.  After "
21267 "calling this, you have to call L</aug-init> again before you can use any "
21268 "other Augeas functions."
21269 msgstr ""
21270
21271 #. type: =head2
21272 #: ../fish/guestfish-actions.pod:195
21273 msgid "aug-defnode"
21274 msgstr ""
21275
21276 #. type: verbatim
21277 #: ../fish/guestfish-actions.pod:197
21278 #, no-wrap
21279 msgid ""
21280 " aug-defnode name expr val\n"
21281 "\n"
21282 msgstr ""
21283
21284 #. type: textblock
21285 #: ../fish/guestfish-actions.pod:202
21286 msgid ""
21287 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21288 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21289 "containing that single node."
21290 msgstr ""
21291
21292 #. type: =head2
21293 #: ../fish/guestfish-actions.pod:210
21294 msgid "aug-defvar"
21295 msgstr ""
21296
21297 #. type: verbatim
21298 #: ../fish/guestfish-actions.pod:212
21299 #, no-wrap
21300 msgid ""
21301 " aug-defvar name expr\n"
21302 "\n"
21303 msgstr ""
21304
21305 #. type: =head2
21306 #: ../fish/guestfish-actions.pod:221
21307 msgid "aug-get"
21308 msgstr ""
21309
21310 #. type: verbatim
21311 #: ../fish/guestfish-actions.pod:223
21312 #, no-wrap
21313 msgid ""
21314 " aug-get augpath\n"
21315 "\n"
21316 msgstr ""
21317
21318 #. type: =head2
21319 #: ../fish/guestfish-actions.pod:228
21320 msgid "aug-init"
21321 msgstr ""
21322
21323 #. type: verbatim
21324 #: ../fish/guestfish-actions.pod:230
21325 #, no-wrap
21326 msgid ""
21327 " aug-init root flags\n"
21328 "\n"
21329 msgstr ""
21330
21331 #. type: textblock
21332 #: ../fish/guestfish-actions.pod:236
21333 msgid "You must call this before using any other L</aug-*> commands."
21334 msgstr ""
21335
21336 #. type: textblock
21337 #: ../fish/guestfish-actions.pod:271
21338 msgid "Do not load the tree in L</aug-init>."
21339 msgstr ""
21340
21341 #. type: textblock
21342 #: ../fish/guestfish-actions.pod:275
21343 msgid "To close the handle, you can call L</aug-close>."
21344 msgstr ""
21345
21346 #. type: =head2
21347 #: ../fish/guestfish-actions.pod:279
21348 msgid "aug-insert"
21349 msgstr ""
21350
21351 #. type: verbatim
21352 #: ../fish/guestfish-actions.pod:281
21353 #, no-wrap
21354 msgid ""
21355 " aug-insert augpath label true|false\n"
21356 "\n"
21357 msgstr ""
21358
21359 #. type: =head2
21360 #: ../fish/guestfish-actions.pod:291
21361 msgid "aug-load"
21362 msgstr ""
21363
21364 #. type: verbatim
21365 #: ../fish/guestfish-actions.pod:293
21366 #, no-wrap
21367 msgid ""
21368 " aug-load\n"
21369 "\n"
21370 msgstr ""
21371
21372 #. type: =head2
21373 #: ../fish/guestfish-actions.pod:300
21374 msgid "aug-ls"
21375 msgstr ""
21376
21377 #. type: verbatim
21378 #: ../fish/guestfish-actions.pod:302
21379 #, no-wrap
21380 msgid ""
21381 " aug-ls augpath\n"
21382 "\n"
21383 msgstr ""
21384
21385 #. type: textblock
21386 #: ../fish/guestfish-actions.pod:304
21387 msgid ""
21388 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21389 "resulting nodes into alphabetical order."
21390 msgstr ""
21391
21392 #. type: =head2
21393 #: ../fish/guestfish-actions.pod:307
21394 msgid "aug-match"
21395 msgstr ""
21396
21397 #. type: verbatim
21398 #: ../fish/guestfish-actions.pod:309
21399 #, no-wrap
21400 msgid ""
21401 " aug-match augpath\n"
21402 "\n"
21403 msgstr ""
21404
21405 #. type: =head2
21406 #: ../fish/guestfish-actions.pod:315
21407 msgid "aug-mv"
21408 msgstr ""
21409
21410 #. type: verbatim
21411 #: ../fish/guestfish-actions.pod:317
21412 #, no-wrap
21413 msgid ""
21414 " aug-mv src dest\n"
21415 "\n"
21416 msgstr ""
21417
21418 #. type: =head2
21419 #: ../fish/guestfish-actions.pod:322
21420 msgid "aug-rm"
21421 msgstr ""
21422
21423 #. type: verbatim
21424 #: ../fish/guestfish-actions.pod:324
21425 #, no-wrap
21426 msgid ""
21427 " aug-rm augpath\n"
21428 "\n"
21429 msgstr ""
21430
21431 #. type: =head2
21432 #: ../fish/guestfish-actions.pod:330
21433 msgid "aug-save"
21434 msgstr ""
21435
21436 #. type: verbatim
21437 #: ../fish/guestfish-actions.pod:332
21438 #, no-wrap
21439 msgid ""
21440 " aug-save\n"
21441 "\n"
21442 msgstr ""
21443
21444 #. type: textblock
21445 #: ../fish/guestfish-actions.pod:336
21446 msgid ""
21447 "The flags which were passed to L</aug-init> affect exactly how files are "
21448 "saved."
21449 msgstr ""
21450
21451 #. type: =head2
21452 #: ../fish/guestfish-actions.pod:339
21453 msgid "aug-set"
21454 msgstr ""
21455
21456 #. type: verbatim
21457 #: ../fish/guestfish-actions.pod:341
21458 #, no-wrap
21459 msgid ""
21460 " aug-set augpath val\n"
21461 "\n"
21462 msgstr ""
21463
21464 #. type: textblock
21465 #: ../fish/guestfish-actions.pod:345
21466 msgid ""
21467 "In the Augeas API, it is possible to clear a node by setting the value to "
21468 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21469 "this call.  Instead you must use the L</aug-clear> call."
21470 msgstr ""
21471
21472 #. type: =head2
21473 #: ../fish/guestfish-actions.pod:350
21474 msgid "available"
21475 msgstr ""
21476
21477 #. type: verbatim
21478 #: ../fish/guestfish-actions.pod:352
21479 #, no-wrap
21480 msgid ""
21481 " available 'groups ...'\n"
21482 "\n"
21483 msgstr ""
21484
21485 #. type: textblock
21486 #: ../fish/guestfish-actions.pod:358
21487 msgid ""
21488 "The libguestfs groups, and the functions that those groups correspond to, "
21489 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21490 "runtime by calling L</available-all-groups>."
21491 msgstr ""
21492
21493 #. type: textblock
21494 #: ../fish/guestfish-actions.pod:382
21495 msgid "You must call L</launch> before calling this function."
21496 msgstr ""
21497
21498 #. type: textblock
21499 #: ../fish/guestfish-actions.pod:404
21500 msgid ""
21501 "This call was added in version C<1.0.80>.  In previous versions of "
21502 "libguestfs all you could do would be to speculatively execute a command to "
21503 "find out if the daemon implemented it.  See also L</version>."
21504 msgstr ""
21505
21506 #. type: =head2
21507 #: ../fish/guestfish-actions.pod:411
21508 msgid "available-all-groups"
21509 msgstr ""
21510
21511 #. type: verbatim
21512 #: ../fish/guestfish-actions.pod:413
21513 #, no-wrap
21514 msgid ""
21515 " available-all-groups\n"
21516 "\n"
21517 msgstr ""
21518
21519 #. type: textblock
21520 #: ../fish/guestfish-actions.pod:415
21521 msgid ""
21522 "This command returns a list of all optional groups that this daemon knows "
21523 "about.  Note this returns both supported and unsupported groups.  To find "
21524 "out which ones the daemon can actually support you have to call "
21525 "L</available> on each member of the returned list."
21526 msgstr ""
21527
21528 #. type: textblock
21529 #: ../fish/guestfish-actions.pod:421
21530 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21531 msgstr ""
21532
21533 #. type: =head2
21534 #: ../fish/guestfish-actions.pod:423
21535 msgid "base64-in"
21536 msgstr ""
21537
21538 #. type: verbatim
21539 #: ../fish/guestfish-actions.pod:425
21540 #, no-wrap
21541 msgid ""
21542 " base64-in (base64file|-) filename\n"
21543 "\n"
21544 msgstr ""
21545
21546 #. type: textblock
21547 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439 ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832 ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228 ../fish/guestfish-actions.pod:4437 ../fish/guestfish-actions.pod:4449 ../fish/guestfish-actions.pod:4460 ../fish/guestfish-actions.pod:4471 ../fish/guestfish-actions.pod:4523 ../fish/guestfish-actions.pod:4532 ../fish/guestfish-actions.pod:4586 ../fish/guestfish-actions.pod:4609
21548 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21549 msgstr ""
21550
21551 #. type: =head2
21552 #: ../fish/guestfish-actions.pod:432
21553 msgid "base64-out"
21554 msgstr ""
21555
21556 #. type: verbatim
21557 #: ../fish/guestfish-actions.pod:434
21558 #, no-wrap
21559 msgid ""
21560 " base64-out filename (base64file|-)\n"
21561 "\n"
21562 msgstr ""
21563
21564 #. type: =head2
21565 #: ../fish/guestfish-actions.pod:441
21566 msgid "blockdev-flushbufs"
21567 msgstr ""
21568
21569 #. type: verbatim
21570 #: ../fish/guestfish-actions.pod:443
21571 #, no-wrap
21572 msgid ""
21573 " blockdev-flushbufs device\n"
21574 "\n"
21575 msgstr ""
21576
21577 #. type: =head2
21578 #: ../fish/guestfish-actions.pod:450
21579 msgid "blockdev-getbsz"
21580 msgstr ""
21581
21582 #. type: verbatim
21583 #: ../fish/guestfish-actions.pod:452
21584 #, no-wrap
21585 msgid ""
21586 " blockdev-getbsz device\n"
21587 "\n"
21588 msgstr ""
21589
21590 #. type: =head2
21591 #: ../fish/guestfish-actions.pod:461
21592 msgid "blockdev-getro"
21593 msgstr ""
21594
21595 #. type: verbatim
21596 #: ../fish/guestfish-actions.pod:463
21597 #, no-wrap
21598 msgid ""
21599 " blockdev-getro device\n"
21600 "\n"
21601 msgstr ""
21602
21603 #. type: =head2
21604 #: ../fish/guestfish-actions.pod:470
21605 msgid "blockdev-getsize64"
21606 msgstr ""
21607
21608 #. type: verbatim
21609 #: ../fish/guestfish-actions.pod:472
21610 #, no-wrap
21611 msgid ""
21612 " blockdev-getsize64 device\n"
21613 "\n"
21614 msgstr ""
21615
21616 #. type: textblock
21617 #: ../fish/guestfish-actions.pod:476
21618 msgid "See also L</blockdev-getsz>."
21619 msgstr ""
21620
21621 #. type: =head2
21622 #: ../fish/guestfish-actions.pod:480
21623 msgid "blockdev-getss"
21624 msgstr ""
21625
21626 #. type: verbatim
21627 #: ../fish/guestfish-actions.pod:482
21628 #, no-wrap
21629 msgid ""
21630 " blockdev-getss device\n"
21631 "\n"
21632 msgstr ""
21633
21634 #. type: textblock
21635 #: ../fish/guestfish-actions.pod:487
21636 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21637 msgstr ""
21638
21639 #. type: =head2
21640 #: ../fish/guestfish-actions.pod:492
21641 msgid "blockdev-getsz"
21642 msgstr ""
21643
21644 #. type: verbatim
21645 #: ../fish/guestfish-actions.pod:494
21646 #, no-wrap
21647 msgid ""
21648 " blockdev-getsz device\n"
21649 "\n"
21650 msgstr ""
21651
21652 #. type: textblock
21653 #: ../fish/guestfish-actions.pod:499
21654 msgid ""
21655 "See also L</blockdev-getss> for the real sector size of the device, and "
21656 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21657 msgstr ""
21658
21659 #. type: =head2
21660 #: ../fish/guestfish-actions.pod:505
21661 msgid "blockdev-rereadpt"
21662 msgstr ""
21663
21664 #. type: verbatim
21665 #: ../fish/guestfish-actions.pod:507
21666 #, no-wrap
21667 msgid ""
21668 " blockdev-rereadpt device\n"
21669 "\n"
21670 msgstr ""
21671
21672 #. type: =head2
21673 #: ../fish/guestfish-actions.pod:513
21674 msgid "blockdev-setbsz"
21675 msgstr ""
21676
21677 #. type: verbatim
21678 #: ../fish/guestfish-actions.pod:515
21679 #, no-wrap
21680 msgid ""
21681 " blockdev-setbsz device blocksize\n"
21682 "\n"
21683 msgstr ""
21684
21685 #. type: =head2
21686 #: ../fish/guestfish-actions.pod:524
21687 msgid "blockdev-setro"
21688 msgstr ""
21689
21690 #. type: verbatim
21691 #: ../fish/guestfish-actions.pod:526
21692 #, no-wrap
21693 msgid ""
21694 " blockdev-setro device\n"
21695 "\n"
21696 msgstr ""
21697
21698 #. type: =head2
21699 #: ../fish/guestfish-actions.pod:532
21700 msgid "blockdev-setrw"
21701 msgstr ""
21702
21703 #. type: verbatim
21704 #: ../fish/guestfish-actions.pod:534
21705 #, no-wrap
21706 msgid ""
21707 " blockdev-setrw device\n"
21708 "\n"
21709 msgstr ""
21710
21711 #. type: =head2
21712 #: ../fish/guestfish-actions.pod:540
21713 msgid "case-sensitive-path"
21714 msgstr ""
21715
21716 #. type: verbatim
21717 #: ../fish/guestfish-actions.pod:542
21718 #, no-wrap
21719 msgid ""
21720 " case-sensitive-path path\n"
21721 "\n"
21722 msgstr ""
21723
21724 #. type: textblock
21725 #: ../fish/guestfish-actions.pod:566
21726 msgid ""
21727 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21728 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21729 "how the directories were originally created under Windows)."
21730 msgstr ""
21731
21732 #. type: textblock
21733 #: ../fish/guestfish-actions.pod:574
21734 msgid "See also L</realpath>."
21735 msgstr ""
21736
21737 #. type: =head2
21738 #: ../fish/guestfish-actions.pod:576
21739 msgid "cat"
21740 msgstr ""
21741
21742 #. type: verbatim
21743 #: ../fish/guestfish-actions.pod:578
21744 #, no-wrap
21745 msgid ""
21746 " cat path\n"
21747 "\n"
21748 msgstr ""
21749
21750 #. type: textblock
21751 #: ../fish/guestfish-actions.pod:582
21752 msgid ""
21753 "Note that this function cannot correctly handle binary files (specifically, "
21754 "files containing C<\\0> character which is treated as end of string).  For "
21755 "those you need to use the L</read-file> or L</download> functions which have "
21756 "a more complex interface."
21757 msgstr ""
21758
21759 #. type: =head2
21760 #: ../fish/guestfish-actions.pod:590
21761 msgid "checksum"
21762 msgstr ""
21763
21764 #. type: verbatim
21765 #: ../fish/guestfish-actions.pod:592
21766 #, no-wrap
21767 msgid ""
21768 " checksum csumtype path\n"
21769 "\n"
21770 msgstr ""
21771
21772 #. type: textblock
21773 #: ../fish/guestfish-actions.pod:635
21774 msgid "To get the checksum for a device, use L</checksum-device>."
21775 msgstr ""
21776
21777 #. type: textblock
21778 #: ../fish/guestfish-actions.pod:637
21779 msgid "To get the checksums for many files, use L</checksums-out>."
21780 msgstr ""
21781
21782 #. type: =head2
21783 #: ../fish/guestfish-actions.pod:639
21784 msgid "checksum-device"
21785 msgstr ""
21786
21787 #. type: verbatim
21788 #: ../fish/guestfish-actions.pod:641
21789 #, no-wrap
21790 msgid ""
21791 " checksum-device csumtype device\n"
21792 "\n"
21793 msgstr ""
21794
21795 #. type: textblock
21796 #: ../fish/guestfish-actions.pod:643
21797 msgid ""
21798 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21799 "device named C<device>.  For the types of checksums supported see the "
21800 "L</checksum> command."
21801 msgstr ""
21802
21803 #. type: =head2
21804 #: ../fish/guestfish-actions.pod:647
21805 msgid "checksums-out"
21806 msgstr ""
21807
21808 #. type: verbatim
21809 #: ../fish/guestfish-actions.pod:649
21810 #, no-wrap
21811 msgid ""
21812 " checksums-out csumtype directory (sumsfile|-)\n"
21813 "\n"
21814 msgstr ""
21815
21816 #. type: =head2
21817 #: ../fish/guestfish-actions.pod:665
21818 msgid "chmod"
21819 msgstr ""
21820
21821 #. type: verbatim
21822 #: ../fish/guestfish-actions.pod:667
21823 #, no-wrap
21824 msgid ""
21825 " chmod mode path\n"
21826 "\n"
21827 msgstr ""
21828
21829 #. type: =head2
21830 #: ../fish/guestfish-actions.pod:678
21831 msgid "chown"
21832 msgstr ""
21833
21834 #. type: verbatim
21835 #: ../fish/guestfish-actions.pod:680
21836 #, no-wrap
21837 msgid ""
21838 " chown owner group path\n"
21839 "\n"
21840 msgstr ""
21841
21842 #. type: =head2
21843 #: ../fish/guestfish-actions.pod:688
21844 msgid "command"
21845 msgstr ""
21846
21847 #. type: verbatim
21848 #: ../fish/guestfish-actions.pod:690
21849 #, no-wrap
21850 msgid ""
21851 " command 'arguments ...'\n"
21852 "\n"
21853 msgstr ""
21854
21855 #. type: textblock
21856 #: ../fish/guestfish-actions.pod:697
21857 msgid ""
21858 "The single parameter is an argv-style list of arguments.  The first element "
21859 "is the name of the program to run.  Subsequent elements are parameters.  The "
21860 "list must be non-empty (ie. must contain a program name).  Note that the "
21861 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21862 msgstr ""
21863
21864 #. type: =head2
21865 #: ../fish/guestfish-actions.pod:725
21866 msgid "command-lines"
21867 msgstr ""
21868
21869 #. type: verbatim
21870 #: ../fish/guestfish-actions.pod:727
21871 #, no-wrap
21872 msgid ""
21873 " command-lines 'arguments ...'\n"
21874 "\n"
21875 msgstr ""
21876
21877 #. type: textblock
21878 #: ../fish/guestfish-actions.pod:729
21879 msgid "This is the same as L</command>, but splits the result into a list of lines."
21880 msgstr ""
21881
21882 #. type: textblock
21883 #: ../fish/guestfish-actions.pod:732
21884 msgid "See also: L</sh-lines>"
21885 msgstr ""
21886
21887 #. type: =head2
21888 #: ../fish/guestfish-actions.pod:737
21889 msgid "config"
21890 msgstr ""
21891
21892 #. type: verbatim
21893 #: ../fish/guestfish-actions.pod:739
21894 #, no-wrap
21895 msgid ""
21896 " config qemuparam qemuvalue\n"
21897 "\n"
21898 msgstr ""
21899
21900 #. type: =head2
21901 #: ../fish/guestfish-actions.pod:750
21902 msgid "copy-size"
21903 msgstr ""
21904
21905 #. type: verbatim
21906 #: ../fish/guestfish-actions.pod:752
21907 #, no-wrap
21908 msgid ""
21909 " copy-size src dest size\n"
21910 "\n"
21911 msgstr ""
21912
21913 #. type: =head2
21914 #: ../fish/guestfish-actions.pod:760
21915 msgid "cp"
21916 msgstr ""
21917
21918 #. type: verbatim
21919 #: ../fish/guestfish-actions.pod:762
21920 #, no-wrap
21921 msgid ""
21922 " cp src dest\n"
21923 "\n"
21924 msgstr ""
21925
21926 #. type: =head2
21927 #: ../fish/guestfish-actions.pod:767
21928 msgid "cp-a"
21929 msgstr ""
21930
21931 #. type: verbatim
21932 #: ../fish/guestfish-actions.pod:769
21933 #, no-wrap
21934 msgid ""
21935 " cp-a src dest\n"
21936 "\n"
21937 msgstr ""
21938
21939 #. type: =head2
21940 #: ../fish/guestfish-actions.pod:774
21941 msgid "dd"
21942 msgstr ""
21943
21944 #. type: verbatim
21945 #: ../fish/guestfish-actions.pod:776
21946 #, no-wrap
21947 msgid ""
21948 " dd src dest\n"
21949 "\n"
21950 msgstr ""
21951
21952 #. type: textblock
21953 #: ../fish/guestfish-actions.pod:783
21954 msgid ""
21955 "If the destination is a device, it must be as large or larger than the "
21956 "source file or device, otherwise the copy will fail.  This command cannot do "
21957 "partial copies (see L</copy-size>)."
21958 msgstr ""
21959
21960 #. type: =head2
21961 #: ../fish/guestfish-actions.pod:787
21962 msgid "df"
21963 msgstr ""
21964
21965 #. type: verbatim
21966 #: ../fish/guestfish-actions.pod:789
21967 #, no-wrap
21968 msgid ""
21969 " df\n"
21970 "\n"
21971 msgstr ""
21972
21973 #. type: textblock
21974 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21975 msgid ""
21976 "This command is mostly useful for interactive sessions.  It is I<not> "
21977 "intended that you try to parse the output string.  Use L</statvfs> from "
21978 "programs."
21979 msgstr ""
21980
21981 #. type: =head2
21982 #: ../fish/guestfish-actions.pod:797
21983 msgid "df-h"
21984 msgstr ""
21985
21986 #. type: verbatim
21987 #: ../fish/guestfish-actions.pod:799
21988 #, no-wrap
21989 msgid ""
21990 " df-h\n"
21991 "\n"
21992 msgstr ""
21993
21994 #. type: =head2
21995 #: ../fish/guestfish-actions.pod:808
21996 msgid "dmesg"
21997 msgstr ""
21998
21999 #. type: verbatim
22000 #: ../fish/guestfish-actions.pod:810
22001 #, no-wrap
22002 msgid ""
22003 " dmesg\n"
22004 "\n"
22005 msgstr ""
22006
22007 #. type: textblock
22008 #: ../fish/guestfish-actions.pod:816
22009 msgid ""
22010 "Another way to get the same information is to enable verbose messages with "
22011 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22012 "before running the program."
22013 msgstr ""
22014
22015 #. type: =head2
22016 #: ../fish/guestfish-actions.pod:821
22017 msgid "download"
22018 msgstr ""
22019
22020 #. type: verbatim
22021 #: ../fish/guestfish-actions.pod:823
22022 #, no-wrap
22023 msgid ""
22024 " download remotefilename (filename|-)\n"
22025 "\n"
22026 msgstr ""
22027
22028 #. type: textblock
22029 #: ../fish/guestfish-actions.pod:830
22030 msgid "See also L</upload>, L</cat>."
22031 msgstr ""
22032
22033 #. type: =head2
22034 #: ../fish/guestfish-actions.pod:834
22035 msgid "download-offset"
22036 msgstr ""
22037
22038 #. type: verbatim
22039 #: ../fish/guestfish-actions.pod:836
22040 #, no-wrap
22041 msgid ""
22042 " download-offset remotefilename (filename|-) offset size\n"
22043 "\n"
22044 msgstr ""
22045
22046 #. type: textblock
22047 #: ../fish/guestfish-actions.pod:844
22048 msgid ""
22049 "Note that there is no limit on the amount of data that can be downloaded "
22050 "with this call, unlike with L</pread>, and this call always reads the full "
22051 "amount unless an error occurs."
22052 msgstr ""
22053
22054 #. type: textblock
22055 #: ../fish/guestfish-actions.pod:849
22056 msgid "See also L</download>, L</pread>."
22057 msgstr ""
22058
22059 #. type: =head2
22060 #: ../fish/guestfish-actions.pod:853
22061 msgid "drop-caches"
22062 msgstr ""
22063
22064 #. type: verbatim
22065 #: ../fish/guestfish-actions.pod:855
22066 #, no-wrap
22067 msgid ""
22068 " drop-caches whattodrop\n"
22069 "\n"
22070 msgstr ""
22071
22072 #. type: =head2
22073 #: ../fish/guestfish-actions.pod:867
22074 msgid "du"
22075 msgstr ""
22076
22077 #. type: verbatim
22078 #: ../fish/guestfish-actions.pod:869
22079 #, no-wrap
22080 msgid ""
22081 " du path\n"
22082 "\n"
22083 msgstr ""
22084
22085 #. type: =head2
22086 #: ../fish/guestfish-actions.pod:881
22087 msgid "e2fsck-f"
22088 msgstr ""
22089
22090 #. type: verbatim
22091 #: ../fish/guestfish-actions.pod:883
22092 #, no-wrap
22093 msgid ""
22094 " e2fsck-f device\n"
22095 "\n"
22096 msgstr ""
22097
22098 #. type: textblock
22099 #: ../fish/guestfish-actions.pod:889
22100 msgid ""
22101 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22102 "should use L</fsck>."
22103 msgstr ""
22104
22105 #. type: =head2
22106 #: ../fish/guestfish-actions.pod:892
22107 msgid "echo-daemon"
22108 msgstr ""
22109
22110 #. type: verbatim
22111 #: ../fish/guestfish-actions.pod:894
22112 #, no-wrap
22113 msgid ""
22114 " echo-daemon 'words ...'\n"
22115 "\n"
22116 msgstr ""
22117
22118 #. type: textblock
22119 #: ../fish/guestfish-actions.pod:901
22120 msgid "See also L</ping-daemon>."
22121 msgstr ""
22122
22123 #. type: =head2
22124 #: ../fish/guestfish-actions.pod:903
22125 msgid "egrep"
22126 msgstr ""
22127
22128 #. type: verbatim
22129 #: ../fish/guestfish-actions.pod:905
22130 #, no-wrap
22131 msgid ""
22132 " egrep regex path\n"
22133 "\n"
22134 msgstr ""
22135
22136 #. type: =head2
22137 #: ../fish/guestfish-actions.pod:913
22138 msgid "egrepi"
22139 msgstr ""
22140
22141 #. type: verbatim
22142 #: ../fish/guestfish-actions.pod:915
22143 #, no-wrap
22144 msgid ""
22145 " egrepi regex path\n"
22146 "\n"
22147 msgstr ""
22148
22149 #. type: =head2
22150 #: ../fish/guestfish-actions.pod:923
22151 msgid "equal"
22152 msgstr ""
22153
22154 #. type: verbatim
22155 #: ../fish/guestfish-actions.pod:925
22156 #, no-wrap
22157 msgid ""
22158 " equal file1 file2\n"
22159 "\n"
22160 msgstr ""
22161
22162 #. type: =head2
22163 #: ../fish/guestfish-actions.pod:932
22164 msgid "exists"
22165 msgstr ""
22166
22167 #. type: verbatim
22168 #: ../fish/guestfish-actions.pod:934
22169 #, no-wrap
22170 msgid ""
22171 " exists path\n"
22172 "\n"
22173 msgstr ""
22174
22175 #. type: textblock
22176 #: ../fish/guestfish-actions.pod:939
22177 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22178 msgstr ""
22179
22180 #. type: =head2
22181 #: ../fish/guestfish-actions.pod:941
22182 msgid "fallocate"
22183 msgstr ""
22184
22185 #. type: verbatim
22186 #: ../fish/guestfish-actions.pod:943
22187 #, no-wrap
22188 msgid ""
22189 " fallocate path len\n"
22190 "\n"
22191 msgstr ""
22192
22193 #. type: =head2
22194 #: ../fish/guestfish-actions.pod:960
22195 msgid "fallocate64"
22196 msgstr ""
22197
22198 #. type: verbatim
22199 #: ../fish/guestfish-actions.pod:962
22200 #, no-wrap
22201 msgid ""
22202 " fallocate64 path len\n"
22203 "\n"
22204 msgstr ""
22205
22206 #. type: textblock
22207 #: ../fish/guestfish-actions.pod:968
22208 msgid ""
22209 "Note that this call allocates disk blocks for the file.  To create a sparse "
22210 "file use L</truncate-size> instead."
22211 msgstr ""
22212
22213 #. type: textblock
22214 #: ../fish/guestfish-actions.pod:971
22215 msgid ""
22216 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22217 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22218 "maximum size of files created through that call to 1GB."
22219 msgstr ""
22220
22221 #. type: =head2
22222 #: ../fish/guestfish-actions.pod:980
22223 msgid "fgrep"
22224 msgstr ""
22225
22226 #. type: verbatim
22227 #: ../fish/guestfish-actions.pod:982
22228 #, no-wrap
22229 msgid ""
22230 " fgrep pattern path\n"
22231 "\n"
22232 msgstr ""
22233
22234 #. type: =head2
22235 #: ../fish/guestfish-actions.pod:990
22236 msgid "fgrepi"
22237 msgstr ""
22238
22239 #. type: verbatim
22240 #: ../fish/guestfish-actions.pod:992
22241 #, no-wrap
22242 msgid ""
22243 " fgrepi pattern path\n"
22244 "\n"
22245 msgstr ""
22246
22247 #. type: =head2
22248 #: ../fish/guestfish-actions.pod:1000
22249 msgid "file"
22250 msgstr ""
22251
22252 #. type: verbatim
22253 #: ../fish/guestfish-actions.pod:1002
22254 #, no-wrap
22255 msgid ""
22256 " file path\n"
22257 "\n"
22258 msgstr ""
22259
22260 #. type: textblock
22261 #: ../fish/guestfish-actions.pod:1014
22262 msgid ""
22263 "This command can also be used on C</dev/> devices (and partitions, LV "
22264 "names).  You can for example use this to determine if a device contains a "
22265 "filesystem, although it's usually better to use L</vfs-type>."
22266 msgstr ""
22267
22268 #. type: =head2
22269 #: ../fish/guestfish-actions.pod:1024
22270 msgid "file-architecture"
22271 msgstr ""
22272
22273 #. type: verbatim
22274 #: ../fish/guestfish-actions.pod:1026
22275 #, no-wrap
22276 msgid ""
22277 " file-architecture filename\n"
22278 "\n"
22279 msgstr ""
22280
22281 #. type: =head2
22282 #: ../fish/guestfish-actions.pod:1129
22283 msgid "filesize"
22284 msgstr ""
22285
22286 #. type: verbatim
22287 #: ../fish/guestfish-actions.pod:1131
22288 #, no-wrap
22289 msgid ""
22290 " filesize file\n"
22291 "\n"
22292 msgstr ""
22293
22294 #. type: textblock
22295 #: ../fish/guestfish-actions.pod:1135
22296 msgid ""
22297 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22298 "L</is-file> etc.  To get the size of block devices, use "
22299 "L</blockdev-getsize64>."
22300 msgstr ""
22301
22302 #. type: =head2
22303 #: ../fish/guestfish-actions.pod:1139
22304 msgid "fill"
22305 msgstr ""
22306
22307 #. type: verbatim
22308 #: ../fish/guestfish-actions.pod:1141
22309 #, no-wrap
22310 msgid ""
22311 " fill c len path\n"
22312 "\n"
22313 msgstr ""
22314
22315 #. type: textblock
22316 #: ../fish/guestfish-actions.pod:1147
22317 msgid ""
22318 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22319 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22320 "L</fill-pattern>."
22321 msgstr ""
22322
22323 #. type: =head2
22324 #: ../fish/guestfish-actions.pod:1152
22325 msgid "fill-pattern"
22326 msgstr ""
22327
22328 #. type: verbatim
22329 #: ../fish/guestfish-actions.pod:1154
22330 #, no-wrap
22331 msgid ""
22332 " fill-pattern pattern len path\n"
22333 "\n"
22334 msgstr ""
22335
22336 #. type: textblock
22337 #: ../fish/guestfish-actions.pod:1156
22338 msgid ""
22339 "This function is like L</fill> except that it creates a new file of length "
22340 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22341 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22342 "bytes."
22343 msgstr ""
22344
22345 #. type: =head2
22346 #: ../fish/guestfish-actions.pod:1161
22347 msgid "find"
22348 msgstr ""
22349
22350 #. type: verbatim
22351 #: ../fish/guestfish-actions.pod:1163
22352 #, no-wrap
22353 msgid ""
22354 " find directory\n"
22355 "\n"
22356 msgstr ""
22357
22358 #. type: textblock
22359 #: ../fish/guestfish-actions.pod:1177
22360 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22361 msgstr ""
22362
22363 #. type: textblock
22364 #: ../fish/guestfish-actions.pod:1190
22365 msgid "See also L</find0>."
22366 msgstr ""
22367
22368 #. type: =head2
22369 #: ../fish/guestfish-actions.pod:1195
22370 msgid "find0"
22371 msgstr ""
22372
22373 #. type: verbatim
22374 #: ../fish/guestfish-actions.pod:1197
22375 #, no-wrap
22376 msgid ""
22377 " find0 directory (files|-)\n"
22378 "\n"
22379 msgstr ""
22380
22381 #. type: textblock
22382 #: ../fish/guestfish-actions.pod:1203
22383 msgid "This command works the same way as L</find> with the following exceptions:"
22384 msgstr ""
22385
22386 #. type: =head2
22387 #: ../fish/guestfish-actions.pod:1230
22388 msgid "findfs-label"
22389 msgstr ""
22390
22391 #. type: verbatim
22392 #: ../fish/guestfish-actions.pod:1232
22393 #, no-wrap
22394 msgid ""
22395 " findfs-label label\n"
22396 "\n"
22397 msgstr ""
22398
22399 #. type: textblock
22400 #: ../fish/guestfish-actions.pod:1238
22401 msgid "To find the label of a filesystem, use L</vfs-label>."
22402 msgstr ""
22403
22404 #. type: =head2
22405 #: ../fish/guestfish-actions.pod:1240
22406 msgid "findfs-uuid"
22407 msgstr ""
22408
22409 #. type: verbatim
22410 #: ../fish/guestfish-actions.pod:1242
22411 #, no-wrap
22412 msgid ""
22413 " findfs-uuid uuid\n"
22414 "\n"
22415 msgstr ""
22416
22417 #. type: textblock
22418 #: ../fish/guestfish-actions.pod:1248
22419 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22420 msgstr ""
22421
22422 #. type: =head2
22423 #: ../fish/guestfish-actions.pod:1250
22424 msgid "fsck"
22425 msgstr ""
22426
22427 #. type: verbatim
22428 #: ../fish/guestfish-actions.pod:1252
22429 #, no-wrap
22430 msgid ""
22431 " fsck fstype device\n"
22432 "\n"
22433 msgstr ""
22434
22435 #. type: =head2
22436 #: ../fish/guestfish-actions.pod:1282
22437 msgid "get-append"
22438 msgstr ""
22439
22440 #. type: verbatim
22441 #: ../fish/guestfish-actions.pod:1284
22442 #, no-wrap
22443 msgid ""
22444 " get-append\n"
22445 "\n"
22446 msgstr ""
22447
22448 #. type: =head2
22449 #: ../fish/guestfish-actions.pod:1291
22450 msgid "get-attach-method"
22451 msgstr ""
22452
22453 #. type: verbatim
22454 #: ../fish/guestfish-actions.pod:1293
22455 #, no-wrap
22456 msgid ""
22457 " get-attach-method\n"
22458 "\n"
22459 msgstr ""
22460
22461 #. type: textblock
22462 #: ../fish/guestfish-actions.pod:1295
22463 msgid "Return the current attach method.  See L</set-attach-method>."
22464 msgstr ""
22465
22466 #. type: =head2
22467 #: ../fish/guestfish-actions.pod:1297
22468 msgid "get-autosync"
22469 msgstr ""
22470
22471 #. type: verbatim
22472 #: ../fish/guestfish-actions.pod:1299
22473 #, no-wrap
22474 msgid ""
22475 " get-autosync\n"
22476 "\n"
22477 msgstr ""
22478
22479 #. type: =head2
22480 #: ../fish/guestfish-actions.pod:1303
22481 msgid "get-direct"
22482 msgstr ""
22483
22484 #. type: verbatim
22485 #: ../fish/guestfish-actions.pod:1305
22486 #, no-wrap
22487 msgid ""
22488 " get-direct\n"
22489 "\n"
22490 msgstr ""
22491
22492 #. type: =head2
22493 #: ../fish/guestfish-actions.pod:1309
22494 msgid "get-e2label"
22495 msgstr ""
22496
22497 #. type: verbatim
22498 #: ../fish/guestfish-actions.pod:1311
22499 #, no-wrap
22500 msgid ""
22501 " get-e2label device\n"
22502 "\n"
22503 msgstr ""
22504
22505 #. type: =head2
22506 #: ../fish/guestfish-actions.pod:1323
22507 msgid "get-e2uuid"
22508 msgstr ""
22509
22510 #. type: verbatim
22511 #: ../fish/guestfish-actions.pod:1325
22512 #, no-wrap
22513 msgid ""
22514 " get-e2uuid device\n"
22515 "\n"
22516 msgstr ""
22517
22518 #. type: =head2
22519 #: ../fish/guestfish-actions.pod:1337
22520 msgid "get-memsize"
22521 msgstr ""
22522
22523 #. type: verbatim
22524 #: ../fish/guestfish-actions.pod:1339
22525 #, no-wrap
22526 msgid ""
22527 " get-memsize\n"
22528 "\n"
22529 msgstr ""
22530
22531 #. type: textblock
22532 #: ../fish/guestfish-actions.pod:1344
22533 msgid ""
22534 "If L</set-memsize> was not called on this handle, and if "
22535 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22536 "value for memsize."
22537 msgstr ""
22538
22539 #. type: =head2
22540 #: ../fish/guestfish-actions.pod:1351
22541 msgid "get-network"
22542 msgstr ""
22543
22544 #. type: verbatim
22545 #: ../fish/guestfish-actions.pod:1353
22546 #, no-wrap
22547 msgid ""
22548 " get-network\n"
22549 "\n"
22550 msgstr ""
22551
22552 #. type: =head2
22553 #: ../fish/guestfish-actions.pod:1357
22554 msgid "get-path"
22555 msgstr ""
22556
22557 #. type: verbatim
22558 #: ../fish/guestfish-actions.pod:1359
22559 #, no-wrap
22560 msgid ""
22561 " get-path\n"
22562 "\n"
22563 msgstr ""
22564
22565 #. type: =head2
22566 #: ../fish/guestfish-actions.pod:1366
22567 msgid "get-pid"
22568 msgstr ""
22569
22570 #. type: =head2
22571 #: ../fish/guestfish-actions.pod:1368
22572 msgid "pid"
22573 msgstr ""
22574
22575 #. type: verbatim
22576 #: ../fish/guestfish-actions.pod:1370
22577 #, no-wrap
22578 msgid ""
22579 " get-pid\n"
22580 "\n"
22581 msgstr ""
22582
22583 #. type: =head2
22584 #: ../fish/guestfish-actions.pod:1377
22585 msgid "get-qemu"
22586 msgstr ""
22587
22588 #. type: verbatim
22589 #: ../fish/guestfish-actions.pod:1379
22590 #, no-wrap
22591 msgid ""
22592 " get-qemu\n"
22593 "\n"
22594 msgstr ""
22595
22596 #. type: =head2
22597 #: ../fish/guestfish-actions.pod:1386
22598 msgid "get-recovery-proc"
22599 msgstr ""
22600
22601 #. type: verbatim
22602 #: ../fish/guestfish-actions.pod:1388
22603 #, no-wrap
22604 msgid ""
22605 " get-recovery-proc\n"
22606 "\n"
22607 msgstr ""
22608
22609 #. type: =head2
22610 #: ../fish/guestfish-actions.pod:1392
22611 msgid "get-selinux"
22612 msgstr ""
22613
22614 #. type: verbatim
22615 #: ../fish/guestfish-actions.pod:1394
22616 #, no-wrap
22617 msgid ""
22618 " get-selinux\n"
22619 "\n"
22620 msgstr ""
22621
22622 #. type: textblock
22623 #: ../fish/guestfish-actions.pod:1396
22624 msgid ""
22625 "This returns the current setting of the selinux flag which is passed to the "
22626 "appliance at boot time.  See L</set-selinux>."
22627 msgstr ""
22628
22629 #. type: =head2
22630 #: ../fish/guestfish-actions.pod:1402
22631 msgid "get-state"
22632 msgstr ""
22633
22634 #. type: verbatim
22635 #: ../fish/guestfish-actions.pod:1404
22636 #, no-wrap
22637 msgid ""
22638 " get-state\n"
22639 "\n"
22640 msgstr ""
22641
22642 #. type: =head2
22643 #: ../fish/guestfish-actions.pod:1411
22644 msgid "get-trace"
22645 msgstr ""
22646
22647 #. type: verbatim
22648 #: ../fish/guestfish-actions.pod:1413
22649 #, no-wrap
22650 msgid ""
22651 " get-trace\n"
22652 "\n"
22653 msgstr ""
22654
22655 #. type: =head2
22656 #: ../fish/guestfish-actions.pod:1417
22657 msgid "get-umask"
22658 msgstr ""
22659
22660 #. type: verbatim
22661 #: ../fish/guestfish-actions.pod:1419
22662 #, no-wrap
22663 msgid ""
22664 " get-umask\n"
22665 "\n"
22666 msgstr ""
22667
22668 #. type: textblock
22669 #: ../fish/guestfish-actions.pod:1421
22670 msgid ""
22671 "Return the current umask.  By default the umask is C<022> unless it has been "
22672 "set by calling L</umask>."
22673 msgstr ""
22674
22675 #. type: =head2
22676 #: ../fish/guestfish-actions.pod:1424
22677 msgid "get-verbose"
22678 msgstr ""
22679
22680 #. type: verbatim
22681 #: ../fish/guestfish-actions.pod:1426
22682 #, no-wrap
22683 msgid ""
22684 " get-verbose\n"
22685 "\n"
22686 msgstr ""
22687
22688 #. type: =head2
22689 #: ../fish/guestfish-actions.pod:1430
22690 msgid "getcon"
22691 msgstr ""
22692
22693 #. type: verbatim
22694 #: ../fish/guestfish-actions.pod:1432
22695 #, no-wrap
22696 msgid ""
22697 " getcon\n"
22698 "\n"
22699 msgstr ""
22700
22701 #. type: textblock
22702 #: ../fish/guestfish-actions.pod:1436
22703 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22704 msgstr ""
22705
22706 #. type: =head2
22707 #: ../fish/guestfish-actions.pod:1439
22708 msgid "getxattr"
22709 msgstr ""
22710
22711 #. type: verbatim
22712 #: ../fish/guestfish-actions.pod:1441
22713 #, no-wrap
22714 msgid ""
22715 " getxattr path name\n"
22716 "\n"
22717 msgstr ""
22718
22719 #. type: textblock
22720 #: ../fish/guestfish-actions.pod:1443
22721 msgid ""
22722 "Get a single extended attribute from file C<path> named C<name>.  This call "
22723 "follows symlinks.  If you want to lookup an extended attribute for the "
22724 "symlink itself, use L</lgetxattr>."
22725 msgstr ""
22726
22727 #. type: textblock
22728 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2445
22729 msgid ""
22730 "Normally it is better to get all extended attributes from a file in one go "
22731 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22732 "buggy and do not provide a way to list out attributes.  For these "
22733 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22734 "attributes you want in advance and call this function."
22735 msgstr ""
22736
22737 #. type: textblock
22738 #: ../fish/guestfish-actions.pod:1457
22739 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22740 msgstr ""
22741
22742 #. type: =head2
22743 #: ../fish/guestfish-actions.pod:1459
22744 msgid "getxattrs"
22745 msgstr ""
22746
22747 #. type: verbatim
22748 #: ../fish/guestfish-actions.pod:1461
22749 #, no-wrap
22750 msgid ""
22751 " getxattrs path\n"
22752 "\n"
22753 msgstr ""
22754
22755 #. type: textblock
22756 #: ../fish/guestfish-actions.pod:1469
22757 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22758 msgstr ""
22759
22760 #. type: =head2
22761 #: ../fish/guestfish-actions.pod:1471
22762 msgid "glob-expand"
22763 msgstr ""
22764
22765 #. type: verbatim
22766 #: ../fish/guestfish-actions.pod:1473
22767 #, no-wrap
22768 msgid ""
22769 " glob-expand pattern\n"
22770 "\n"
22771 msgstr ""
22772
22773 #. type: =head2
22774 #: ../fish/guestfish-actions.pod:1486
22775 msgid "grep"
22776 msgstr ""
22777
22778 #. type: verbatim
22779 #: ../fish/guestfish-actions.pod:1488
22780 #, no-wrap
22781 msgid ""
22782 " grep regex path\n"
22783 "\n"
22784 msgstr ""
22785
22786 #. type: =head2
22787 #: ../fish/guestfish-actions.pod:1496
22788 msgid "grepi"
22789 msgstr ""
22790
22791 #. type: verbatim
22792 #: ../fish/guestfish-actions.pod:1498
22793 #, no-wrap
22794 msgid ""
22795 " grepi regex path\n"
22796 "\n"
22797 msgstr ""
22798
22799 #. type: =head2
22800 #: ../fish/guestfish-actions.pod:1506
22801 msgid "grub-install"
22802 msgstr ""
22803
22804 #. type: verbatim
22805 #: ../fish/guestfish-actions.pod:1508
22806 #, no-wrap
22807 msgid ""
22808 " grub-install root device\n"
22809 "\n"
22810 msgstr ""
22811
22812 #. type: =head2
22813 #: ../fish/guestfish-actions.pod:1524
22814 msgid "head"
22815 msgstr ""
22816
22817 #. type: verbatim
22818 #: ../fish/guestfish-actions.pod:1526
22819 #, no-wrap
22820 msgid ""
22821 " head path\n"
22822 "\n"
22823 msgstr ""
22824
22825 #. type: =head2
22826 #: ../fish/guestfish-actions.pod:1534
22827 msgid "head-n"
22828 msgstr ""
22829
22830 #. type: verbatim
22831 #: ../fish/guestfish-actions.pod:1536
22832 #, no-wrap
22833 msgid ""
22834 " head-n nrlines path\n"
22835 "\n"
22836 msgstr ""
22837
22838 #. type: =head2
22839 #: ../fish/guestfish-actions.pod:1549
22840 msgid "hexdump"
22841 msgstr ""
22842
22843 #. type: verbatim
22844 #: ../fish/guestfish-actions.pod:1551
22845 #, no-wrap
22846 msgid ""
22847 " hexdump path\n"
22848 "\n"
22849 msgstr ""
22850
22851 #. type: =head2
22852 #: ../fish/guestfish-actions.pod:1559
22853 msgid "initrd-cat"
22854 msgstr ""
22855
22856 #. type: verbatim
22857 #: ../fish/guestfish-actions.pod:1561
22858 #, no-wrap
22859 msgid ""
22860 " initrd-cat initrdpath filename\n"
22861 "\n"
22862 msgstr ""
22863
22864 #. type: textblock
22865 #: ../fish/guestfish-actions.pod:1573
22866 msgid "See also L</initrd-list>."
22867 msgstr ""
22868
22869 #. type: =head2
22870 #: ../fish/guestfish-actions.pod:1578
22871 msgid "initrd-list"
22872 msgstr ""
22873
22874 #. type: verbatim
22875 #: ../fish/guestfish-actions.pod:1580
22876 #, no-wrap
22877 msgid ""
22878 " initrd-list path\n"
22879 "\n"
22880 msgstr ""
22881
22882 #. type: =head2
22883 #: ../fish/guestfish-actions.pod:1592
22884 msgid "inotify-add-watch"
22885 msgstr ""
22886
22887 #. type: verbatim
22888 #: ../fish/guestfish-actions.pod:1594
22889 #, no-wrap
22890 msgid ""
22891 " inotify-add-watch path mask\n"
22892 "\n"
22893 msgstr ""
22894
22895 #. type: =head2
22896 #: ../fish/guestfish-actions.pod:1606
22897 msgid "inotify-close"
22898 msgstr ""
22899
22900 #. type: verbatim
22901 #: ../fish/guestfish-actions.pod:1608
22902 #, no-wrap
22903 msgid ""
22904 " inotify-close\n"
22905 "\n"
22906 msgstr ""
22907
22908 #. type: =head2
22909 #: ../fish/guestfish-actions.pod:1614
22910 msgid "inotify-files"
22911 msgstr ""
22912
22913 #. type: verbatim
22914 #: ../fish/guestfish-actions.pod:1616
22915 #, no-wrap
22916 msgid ""
22917 " inotify-files\n"
22918 "\n"
22919 msgstr ""
22920
22921 #. type: textblock
22922 #: ../fish/guestfish-actions.pod:1618
22923 msgid ""
22924 "This function is a helpful wrapper around L</inotify-read> which just "
22925 "returns a list of pathnames of objects that were touched.  The returned "
22926 "pathnames are sorted and deduplicated."
22927 msgstr ""
22928
22929 #. type: =head2
22930 #: ../fish/guestfish-actions.pod:1622
22931 msgid "inotify-init"
22932 msgstr ""
22933
22934 #. type: verbatim
22935 #: ../fish/guestfish-actions.pod:1624
22936 #, no-wrap
22937 msgid ""
22938 " inotify-init maxevents\n"
22939 "\n"
22940 msgstr ""
22941
22942 #. type: textblock
22943 #: ../fish/guestfish-actions.pod:1630
22944 msgid ""
22945 "C<maxevents> is the maximum number of events which will be queued up between "
22946 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22947 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22948 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22949 "but records the fact that it threw them away by setting a flag "
22950 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22951 msgstr ""
22952
22953 #. type: textblock
22954 #: ../fish/guestfish-actions.pod:1640
22955 msgid ""
22956 "Before any events are generated, you have to add some watches to the "
22957 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22958 "L</inotify-watch-all>."
22959 msgstr ""
22960
22961 #. type: textblock
22962 #: ../fish/guestfish-actions.pod:1646
22963 msgid ""
22964 "Queued up events should be read periodically by calling L</inotify-read> (or "
22965 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22966 "If you don't read the events out often enough then you risk the internal "
22967 "queue overflowing."
22968 msgstr ""
22969
22970 #. type: textblock
22971 #: ../fish/guestfish-actions.pod:1653
22972 msgid ""
22973 "The handle should be closed after use by calling L</inotify-close>.  This "
22974 "also removes any watches automatically."
22975 msgstr ""
22976
22977 #. type: =head2
22978 #: ../fish/guestfish-actions.pod:1662
22979 msgid "inotify-read"
22980 msgstr ""
22981
22982 #. type: verbatim
22983 #: ../fish/guestfish-actions.pod:1664
22984 #, no-wrap
22985 msgid ""
22986 " inotify-read\n"
22987 "\n"
22988 msgstr ""
22989
22990 #. type: =head2
22991 #: ../fish/guestfish-actions.pod:1677
22992 msgid "inotify-rm-watch"
22993 msgstr ""
22994
22995 #. type: verbatim
22996 #: ../fish/guestfish-actions.pod:1679
22997 #, no-wrap
22998 msgid ""
22999 " inotify-rm-watch wd\n"
23000 "\n"
23001 msgstr ""
23002
23003 #. type: textblock
23004 #: ../fish/guestfish-actions.pod:1681
23005 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23006 msgstr ""
23007
23008 #. type: =head2
23009 #: ../fish/guestfish-actions.pod:1684
23010 msgid "inspect-get-arch"
23011 msgstr ""
23012
23013 #. type: verbatim
23014 #: ../fish/guestfish-actions.pod:1686
23015 #, no-wrap
23016 msgid ""
23017 " inspect-get-arch root\n"
23018 "\n"
23019 msgstr ""
23020
23021 #. type: textblock
23022 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704 ../fish/guestfish-actions.pod:1782 ../fish/guestfish-actions.pod:1818 ../fish/guestfish-actions.pod:1836 ../fish/guestfish-actions.pod:1870 ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1906 ../fish/guestfish-actions.pod:1921 ../fish/guestfish-actions.pod:1954 ../fish/guestfish-actions.pod:1976 ../fish/guestfish-actions.pod:2000 ../fish/guestfish-actions.pod:2017 ../fish/guestfish-actions.pod:2060 ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2111 ../fish/guestfish-actions.pod:2127 ../fish/guestfish-actions.pod:2140 ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2168
23023 msgid ""
23024 "This function should only be called with a root device string as returned by "
23025 "L</inspect-os>."
23026 msgstr ""
23027
23028 #. type: textblock
23029 #: ../fish/guestfish-actions.pod:1691
23030 msgid ""
23031 "This returns the architecture of the inspected operating system.  The "
23032 "possible return values are listed under L</file-architecture>."
23033 msgstr ""
23034
23035 #. type: =head2
23036 #: ../fish/guestfish-actions.pod:1700
23037 msgid "inspect-get-distro"
23038 msgstr ""
23039
23040 #. type: verbatim
23041 #: ../fish/guestfish-actions.pod:1702
23042 #, no-wrap
23043 msgid ""
23044 " inspect-get-distro root\n"
23045 "\n"
23046 msgstr ""
23047
23048 #. type: =head2
23049 #: ../fish/guestfish-actions.pod:1778
23050 msgid "inspect-get-drive-mappings"
23051 msgstr ""
23052
23053 #. type: verbatim
23054 #: ../fish/guestfish-actions.pod:1780
23055 #, no-wrap
23056 msgid ""
23057 " inspect-get-drive-mappings root\n"
23058 "\n"
23059 msgstr ""
23060
23061 #. type: textblock
23062 #: ../fish/guestfish-actions.pod:1810
23063 msgid ""
23064 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23065 "L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
23066 msgstr ""
23067
23068 #. type: =head2
23069 #: ../fish/guestfish-actions.pod:1814
23070 msgid "inspect-get-filesystems"
23071 msgstr ""
23072
23073 #. type: verbatim
23074 #: ../fish/guestfish-actions.pod:1816
23075 #, no-wrap
23076 msgid ""
23077 " inspect-get-filesystems root\n"
23078 "\n"
23079 msgstr ""
23080
23081 #. type: textblock
23082 #: ../fish/guestfish-actions.pod:1829
23083 msgid ""
23084 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23085 "L</inspect-get-mountpoints>."
23086 msgstr ""
23087
23088 #. type: =head2
23089 #: ../fish/guestfish-actions.pod:1832
23090 msgid "inspect-get-format"
23091 msgstr ""
23092
23093 #. type: verbatim
23094 #: ../fish/guestfish-actions.pod:1834
23095 #, no-wrap
23096 msgid ""
23097 " inspect-get-format root\n"
23098 "\n"
23099 msgstr ""
23100
23101 #. type: =head2
23102 #: ../fish/guestfish-actions.pod:1866
23103 msgid "inspect-get-hostname"
23104 msgstr ""
23105
23106 #. type: verbatim
23107 #: ../fish/guestfish-actions.pod:1868
23108 #, no-wrap
23109 msgid ""
23110 " inspect-get-hostname root\n"
23111 "\n"
23112 msgstr ""
23113
23114 #. type: =head2
23115 #: ../fish/guestfish-actions.pod:1881
23116 msgid "inspect-get-major-version"
23117 msgstr ""
23118
23119 #. type: verbatim
23120 #: ../fish/guestfish-actions.pod:1883
23121 #, no-wrap
23122 msgid ""
23123 " inspect-get-major-version root\n"
23124 "\n"
23125 msgstr ""
23126
23127 #. type: =head2
23128 #: ../fish/guestfish-actions.pod:1902
23129 msgid "inspect-get-minor-version"
23130 msgstr ""
23131
23132 #. type: verbatim
23133 #: ../fish/guestfish-actions.pod:1904
23134 #, no-wrap
23135 msgid ""
23136 " inspect-get-minor-version root\n"
23137 "\n"
23138 msgstr ""
23139
23140 #. type: textblock
23141 #: ../fish/guestfish-actions.pod:1914
23142 msgid ""
23143 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23144 "L</inspect-get-major-version>."
23145 msgstr ""
23146
23147 #. type: =head2
23148 #: ../fish/guestfish-actions.pod:1917
23149 msgid "inspect-get-mountpoints"
23150 msgstr ""
23151
23152 #. type: verbatim
23153 #: ../fish/guestfish-actions.pod:1919
23154 #, no-wrap
23155 msgid ""
23156 " inspect-get-mountpoints root\n"
23157 "\n"
23158 msgstr ""
23159
23160 #. type: textblock
23161 #: ../fish/guestfish-actions.pod:1941
23162 msgid ""
23163 "For operating systems like Windows which still use drive letters, this call "
23164 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23165 "information about the mapping of drive letters to partitions, see "
23166 "L</inspect-get-drive-mappings>."
23167 msgstr ""
23168
23169 #. type: textblock
23170 #: ../fish/guestfish-actions.pod:1947
23171 msgid ""
23172 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23173 "L</inspect-get-filesystems>."
23174 msgstr ""
23175
23176 #. type: =head2
23177 #: ../fish/guestfish-actions.pod:1950
23178 msgid "inspect-get-package-format"
23179 msgstr ""
23180
23181 #. type: verbatim
23182 #: ../fish/guestfish-actions.pod:1952
23183 #, no-wrap
23184 msgid ""
23185 " inspect-get-package-format root\n"
23186 "\n"
23187 msgstr ""
23188
23189 #. type: textblock
23190 #: ../fish/guestfish-actions.pod:1957
23191 msgid ""
23192 "This function and L</inspect-get-package-management> return the package "
23193 "format and package management tool used by the inspected operating system.  "
23194 "For example for Fedora these functions would return C<rpm> (package format) "
23195 "and C<yum> (package management)."
23196 msgstr ""
23197
23198 #. type: =head2
23199 #: ../fish/guestfish-actions.pod:1972
23200 msgid "inspect-get-package-management"
23201 msgstr ""
23202
23203 #. type: verbatim
23204 #: ../fish/guestfish-actions.pod:1974
23205 #, no-wrap
23206 msgid ""
23207 " inspect-get-package-management root\n"
23208 "\n"
23209 msgstr ""
23210
23211 #. type: textblock
23212 #: ../fish/guestfish-actions.pod:1979
23213 msgid ""
23214 "L</inspect-get-package-format> and this function return the package format "
23215 "and package management tool used by the inspected operating system.  For "
23216 "example for Fedora these functions would return C<rpm> (package format) and "
23217 "C<yum> (package management)."
23218 msgstr ""
23219
23220 #. type: =head2
23221 #: ../fish/guestfish-actions.pod:1996
23222 msgid "inspect-get-product-name"
23223 msgstr ""
23224
23225 #. type: verbatim
23226 #: ../fish/guestfish-actions.pod:1998
23227 #, no-wrap
23228 msgid ""
23229 " inspect-get-product-name root\n"
23230 "\n"
23231 msgstr ""
23232
23233 #. type: =head2
23234 #: ../fish/guestfish-actions.pod:2013
23235 msgid "inspect-get-product-variant"
23236 msgstr ""
23237
23238 #. type: verbatim
23239 #: ../fish/guestfish-actions.pod:2015
23240 #, no-wrap
23241 msgid ""
23242 " inspect-get-product-variant root\n"
23243 "\n"
23244 msgstr ""
23245
23246 #. type: textblock
23247 #: ../fish/guestfish-actions.pod:2039
23248 msgid ""
23249 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23250 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23251 msgstr ""
23252
23253 #. type: =head2
23254 #: ../fish/guestfish-actions.pod:2043
23255 msgid "inspect-get-roots"
23256 msgstr ""
23257
23258 #. type: verbatim
23259 #: ../fish/guestfish-actions.pod:2045
23260 #, no-wrap
23261 msgid ""
23262 " inspect-get-roots\n"
23263 "\n"
23264 msgstr ""
23265
23266 #. type: textblock
23267 #: ../fish/guestfish-actions.pod:2047
23268 msgid ""
23269 "This function is a convenient way to get the list of root devices, as "
23270 "returned from a previous call to L</inspect-os>, but without redoing the "
23271 "whole inspection process."
23272 msgstr ""
23273
23274 #. type: textblock
23275 #: ../fish/guestfish-actions.pod:2051
23276 msgid ""
23277 "This returns an empty list if either no root devices were found or the "
23278 "caller has not called L</inspect-os>."
23279 msgstr ""
23280
23281 #. type: =head2
23282 #: ../fish/guestfish-actions.pod:2056
23283 msgid "inspect-get-type"
23284 msgstr ""
23285
23286 #. type: verbatim
23287 #: ../fish/guestfish-actions.pod:2058
23288 #, no-wrap
23289 msgid ""
23290 " inspect-get-type root\n"
23291 "\n"
23292 msgstr ""
23293
23294 #. type: =head2
23295 #: ../fish/guestfish-actions.pod:2091
23296 msgid "inspect-get-windows-current-control-set"
23297 msgstr ""
23298
23299 #. type: verbatim
23300 #: ../fish/guestfish-actions.pod:2093
23301 #, no-wrap
23302 msgid ""
23303 " inspect-get-windows-current-control-set root\n"
23304 "\n"
23305 msgstr ""
23306
23307 #. type: =head2
23308 #: ../fish/guestfish-actions.pod:2107
23309 msgid "inspect-get-windows-systemroot"
23310 msgstr ""
23311
23312 #. type: verbatim
23313 #: ../fish/guestfish-actions.pod:2109
23314 #, no-wrap
23315 msgid ""
23316 " inspect-get-windows-systemroot root\n"
23317 "\n"
23318 msgstr ""
23319
23320 #. type: =head2
23321 #: ../fish/guestfish-actions.pod:2123
23322 msgid "inspect-is-live"
23323 msgstr ""
23324
23325 #. type: verbatim
23326 #: ../fish/guestfish-actions.pod:2125
23327 #, no-wrap
23328 msgid ""
23329 " inspect-is-live root\n"
23330 "\n"
23331 msgstr ""
23332
23333 #. type: textblock
23334 #: ../fish/guestfish-actions.pod:2130
23335 msgid ""
23336 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23337 "then this returns true if a live image was detected on the disk."
23338 msgstr ""
23339
23340 #. type: =head2
23341 #: ../fish/guestfish-actions.pod:2136
23342 msgid "inspect-is-multipart"
23343 msgstr ""
23344
23345 #. type: verbatim
23346 #: ../fish/guestfish-actions.pod:2138
23347 #, no-wrap
23348 msgid ""
23349 " inspect-is-multipart root\n"
23350 "\n"
23351 msgstr ""
23352
23353 #. type: textblock
23354 #: ../fish/guestfish-actions.pod:2143
23355 msgid ""
23356 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23357 "then this returns true if the disk is part of a set."
23358 msgstr ""
23359
23360 #. type: =head2
23361 #: ../fish/guestfish-actions.pod:2149
23362 msgid "inspect-is-netinst"
23363 msgstr ""
23364
23365 #. type: verbatim
23366 #: ../fish/guestfish-actions.pod:2151
23367 #, no-wrap
23368 msgid ""
23369 " inspect-is-netinst root\n"
23370 "\n"
23371 msgstr ""
23372
23373 #. type: textblock
23374 #: ../fish/guestfish-actions.pod:2156
23375 msgid ""
23376 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23377 "then this returns true if the disk is a network installer, ie. not a "
23378 "self-contained install CD but one which is likely to require network access "
23379 "to complete the install."
23380 msgstr ""
23381
23382 #. type: =head2
23383 #: ../fish/guestfish-actions.pod:2164
23384 msgid "inspect-list-applications"
23385 msgstr ""
23386
23387 #. type: verbatim
23388 #: ../fish/guestfish-actions.pod:2166
23389 #, no-wrap
23390 msgid ""
23391 " inspect-list-applications root\n"
23392 "\n"
23393 msgstr ""
23394
23395 #. type: textblock
23396 #: ../fish/guestfish-actions.pod:2173
23397 msgid ""
23398 "I<Note:> This call works differently from other parts of the inspection "
23399 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23400 "then mount up the disks, before calling this.  Listing applications is a "
23401 "significantly more difficult operation which requires access to the full "
23402 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23403 "are just returning data cached in the libguestfs handle, this call actually "
23404 "reads parts of the mounted filesystems during the call."
23405 msgstr ""
23406
23407 #. type: =head2
23408 #: ../fish/guestfish-actions.pod:2263
23409 msgid "inspect-os"
23410 msgstr ""
23411
23412 #. type: verbatim
23413 #: ../fish/guestfish-actions.pod:2265
23414 #, no-wrap
23415 msgid ""
23416 " inspect-os\n"
23417 "\n"
23418 msgstr ""
23419
23420 #. type: textblock
23421 #: ../fish/guestfish-actions.pod:2280
23422 msgid ""
23423 "You can pass the root string(s) returned to other L</inspect-get-*> "
23424 "functions in order to query further information about each operating system, "
23425 "such as the name and version."
23426 msgstr ""
23427
23428 #. type: textblock
23429 #: ../fish/guestfish-actions.pod:2285
23430 msgid ""
23431 "This function uses other libguestfs features such as L</mount-ro> and "
23432 "L</umount-all> in order to mount and unmount filesystems and look at the "
23433 "contents.  This should be called with no disks currently mounted.  The "
23434 "function may also use Augeas, so any existing Augeas handle will be closed."
23435 msgstr ""
23436
23437 #. type: textblock
23438 #: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2473 ../fish/guestfish-actions.pod:2519
23439 msgid "See also L</list-filesystems>."
23440 msgstr ""
23441
23442 #. type: =head2
23443 #: ../fish/guestfish-actions.pod:2299
23444 msgid "is-blockdev"
23445 msgstr ""
23446
23447 #. type: verbatim
23448 #: ../fish/guestfish-actions.pod:2301
23449 #, no-wrap
23450 msgid ""
23451 " is-blockdev path\n"
23452 "\n"
23453 msgstr ""
23454
23455 #. type: textblock
23456 #: ../fish/guestfish-actions.pod:2306 ../fish/guestfish-actions.pod:2324 ../fish/guestfish-actions.pod:2343 ../fish/guestfish-actions.pod:2352 ../fish/guestfish-actions.pod:2362 ../fish/guestfish-actions.pod:2396 ../fish/guestfish-actions.pod:2405
23457 msgid "See also L</stat>."
23458 msgstr ""
23459
23460 #. type: =head2
23461 #: ../fish/guestfish-actions.pod:2308
23462 msgid "is-busy"
23463 msgstr ""
23464
23465 #. type: verbatim
23466 #: ../fish/guestfish-actions.pod:2310
23467 #, no-wrap
23468 msgid ""
23469 " is-busy\n"
23470 "\n"
23471 msgstr ""
23472
23473 #. type: =head2
23474 #: ../fish/guestfish-actions.pod:2317
23475 msgid "is-chardev"
23476 msgstr ""
23477
23478 #. type: verbatim
23479 #: ../fish/guestfish-actions.pod:2319
23480 #, no-wrap
23481 msgid ""
23482 " is-chardev path\n"
23483 "\n"
23484 msgstr ""
23485
23486 #. type: =head2
23487 #: ../fish/guestfish-actions.pod:2326
23488 msgid "is-config"
23489 msgstr ""
23490
23491 #. type: verbatim
23492 #: ../fish/guestfish-actions.pod:2328
23493 #, no-wrap
23494 msgid ""
23495 " is-config\n"
23496 "\n"
23497 msgstr ""
23498
23499 #. type: =head2
23500 #: ../fish/guestfish-actions.pod:2335
23501 msgid "is-dir"
23502 msgstr ""
23503
23504 #. type: verbatim
23505 #: ../fish/guestfish-actions.pod:2337
23506 #, no-wrap
23507 msgid ""
23508 " is-dir path\n"
23509 "\n"
23510 msgstr ""
23511
23512 #. type: =head2
23513 #: ../fish/guestfish-actions.pod:2345
23514 msgid "is-fifo"
23515 msgstr ""
23516
23517 #. type: verbatim
23518 #: ../fish/guestfish-actions.pod:2347
23519 #, no-wrap
23520 msgid ""
23521 " is-fifo path\n"
23522 "\n"
23523 msgstr ""
23524
23525 #. type: =head2
23526 #: ../fish/guestfish-actions.pod:2354
23527 msgid "is-file"
23528 msgstr ""
23529
23530 #. type: verbatim
23531 #: ../fish/guestfish-actions.pod:2356
23532 #, no-wrap
23533 msgid ""
23534 " is-file path\n"
23535 "\n"
23536 msgstr ""
23537
23538 #. type: =head2
23539 #: ../fish/guestfish-actions.pod:2364
23540 msgid "is-launching"
23541 msgstr ""
23542
23543 #. type: verbatim
23544 #: ../fish/guestfish-actions.pod:2366
23545 #, no-wrap
23546 msgid ""
23547 " is-launching\n"
23548 "\n"
23549 msgstr ""
23550
23551 #. type: =head2
23552 #: ../fish/guestfish-actions.pod:2373
23553 msgid "is-lv"
23554 msgstr ""
23555
23556 #. type: verbatim
23557 #: ../fish/guestfish-actions.pod:2375
23558 #, no-wrap
23559 msgid ""
23560 " is-lv device\n"
23561 "\n"
23562 msgstr ""
23563
23564 #. type: =head2
23565 #: ../fish/guestfish-actions.pod:2380
23566 msgid "is-ready"
23567 msgstr ""
23568
23569 #. type: verbatim
23570 #: ../fish/guestfish-actions.pod:2382
23571 #, no-wrap
23572 msgid ""
23573 " is-ready\n"
23574 "\n"
23575 msgstr ""
23576
23577 #. type: =head2
23578 #: ../fish/guestfish-actions.pod:2389
23579 msgid "is-socket"
23580 msgstr ""
23581
23582 #. type: verbatim
23583 #: ../fish/guestfish-actions.pod:2391
23584 #, no-wrap
23585 msgid ""
23586 " is-socket path\n"
23587 "\n"
23588 msgstr ""
23589
23590 #. type: =head2
23591 #: ../fish/guestfish-actions.pod:2398
23592 msgid "is-symlink"
23593 msgstr ""
23594
23595 #. type: verbatim
23596 #: ../fish/guestfish-actions.pod:2400
23597 #, no-wrap
23598 msgid ""
23599 " is-symlink path\n"
23600 "\n"
23601 msgstr ""
23602
23603 #. type: =head2
23604 #: ../fish/guestfish-actions.pod:2407
23605 msgid "kill-subprocess"
23606 msgstr ""
23607
23608 #. type: verbatim
23609 #: ../fish/guestfish-actions.pod:2409
23610 #, no-wrap
23611 msgid ""
23612 " kill-subprocess\n"
23613 "\n"
23614 msgstr ""
23615
23616 #. type: =head2
23617 #: ../fish/guestfish-actions.pod:2413
23618 msgid "launch"
23619 msgstr ""
23620
23621 #. type: =head2
23622 #: ../fish/guestfish-actions.pod:2415
23623 msgid "run"
23624 msgstr ""
23625
23626 #. type: verbatim
23627 #: ../fish/guestfish-actions.pod:2417
23628 #, no-wrap
23629 msgid ""
23630 " launch\n"
23631 "\n"
23632 msgstr ""
23633
23634 #. type: =head2
23635 #: ../fish/guestfish-actions.pod:2425
23636 msgid "lchown"
23637 msgstr ""
23638
23639 #. type: verbatim
23640 #: ../fish/guestfish-actions.pod:2427
23641 #, no-wrap
23642 msgid ""
23643 " lchown owner group path\n"
23644 "\n"
23645 msgstr ""
23646
23647 #. type: textblock
23648 #: ../fish/guestfish-actions.pod:2429
23649 msgid ""
23650 "Change the file owner to C<owner> and group to C<group>.  This is like "
23651 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23652 "the target."
23653 msgstr ""
23654
23655 #. type: =head2
23656 #: ../fish/guestfish-actions.pod:2437
23657 msgid "lgetxattr"
23658 msgstr ""
23659
23660 #. type: verbatim
23661 #: ../fish/guestfish-actions.pod:2439
23662 #, no-wrap
23663 msgid ""
23664 " lgetxattr path name\n"
23665 "\n"
23666 msgstr ""
23667
23668 #. type: textblock
23669 #: ../fish/guestfish-actions.pod:2455
23670 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23671 msgstr ""
23672
23673 #. type: =head2
23674 #: ../fish/guestfish-actions.pod:2457
23675 msgid "lgetxattrs"
23676 msgstr ""
23677
23678 #. type: verbatim
23679 #: ../fish/guestfish-actions.pod:2459
23680 #, no-wrap
23681 msgid ""
23682 " lgetxattrs path\n"
23683 "\n"
23684 msgstr ""
23685
23686 #. type: textblock
23687 #: ../fish/guestfish-actions.pod:2461
23688 msgid ""
23689 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23690 "it returns the extended attributes of the link itself."
23691 msgstr ""
23692
23693 #. type: =head2
23694 #: ../fish/guestfish-actions.pod:2465
23695 msgid "list-devices"
23696 msgstr ""
23697
23698 #. type: verbatim
23699 #: ../fish/guestfish-actions.pod:2467
23700 #, no-wrap
23701 msgid ""
23702 " list-devices\n"
23703 "\n"
23704 msgstr ""
23705
23706 #. type: =head2
23707 #: ../fish/guestfish-actions.pod:2475
23708 msgid "list-filesystems"
23709 msgstr ""
23710
23711 #. type: verbatim
23712 #: ../fish/guestfish-actions.pod:2477
23713 #, no-wrap
23714 msgid ""
23715 " list-filesystems\n"
23716 "\n"
23717 msgstr ""
23718
23719 #. type: textblock
23720 #: ../fish/guestfish-actions.pod:2496
23721 msgid ""
23722 "This command runs other libguestfs commands, which might include L</mount> "
23723 "and L</umount>, and therefore you should use this soon after launch and only "
23724 "when nothing is mounted."
23725 msgstr ""
23726
23727 #. type: textblock
23728 #: ../fish/guestfish-actions.pod:2500
23729 msgid ""
23730 "Not all of the filesystems returned will be mountable.  In particular, swap "
23731 "partitions are returned in the list.  Also this command does not check that "
23732 "each filesystem found is valid and mountable, and some filesystems might be "
23733 "mountable but require special options.  Filesystems may not all belong to a "
23734 "single logical operating system (use L</inspect-os> to look for OSes)."
23735 msgstr ""
23736
23737 #. type: =head2
23738 #: ../fish/guestfish-actions.pod:2508
23739 msgid "list-partitions"
23740 msgstr ""
23741
23742 #. type: verbatim
23743 #: ../fish/guestfish-actions.pod:2510
23744 #, no-wrap
23745 msgid ""
23746 " list-partitions\n"
23747 "\n"
23748 msgstr ""
23749
23750 #. type: textblock
23751 #: ../fish/guestfish-actions.pod:2516
23752 msgid ""
23753 "This does not return logical volumes.  For that you will need to call "
23754 "L</lvs>."
23755 msgstr ""
23756
23757 #. type: =head2
23758 #: ../fish/guestfish-actions.pod:2521
23759 msgid "ll"
23760 msgstr ""
23761
23762 #. type: verbatim
23763 #: ../fish/guestfish-actions.pod:2523
23764 #, no-wrap
23765 msgid ""
23766 " ll directory\n"
23767 "\n"
23768 msgstr ""
23769
23770 #. type: =head2
23771 #: ../fish/guestfish-actions.pod:2531
23772 msgid "ln"
23773 msgstr ""
23774
23775 #. type: verbatim
23776 #: ../fish/guestfish-actions.pod:2533
23777 #, no-wrap
23778 msgid ""
23779 " ln target linkname\n"
23780 "\n"
23781 msgstr ""
23782
23783 #. type: =head2
23784 #: ../fish/guestfish-actions.pod:2537
23785 msgid "ln-f"
23786 msgstr ""
23787
23788 #. type: verbatim
23789 #: ../fish/guestfish-actions.pod:2539
23790 #, no-wrap
23791 msgid ""
23792 " ln-f target linkname\n"
23793 "\n"
23794 msgstr ""
23795
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:2544
23798 msgid "ln-s"
23799 msgstr ""
23800
23801 #. type: verbatim
23802 #: ../fish/guestfish-actions.pod:2546
23803 #, no-wrap
23804 msgid ""
23805 " ln-s target linkname\n"
23806 "\n"
23807 msgstr ""
23808
23809 #. type: =head2
23810 #: ../fish/guestfish-actions.pod:2550
23811 msgid "ln-sf"
23812 msgstr ""
23813
23814 #. type: verbatim
23815 #: ../fish/guestfish-actions.pod:2552
23816 #, no-wrap
23817 msgid ""
23818 " ln-sf target linkname\n"
23819 "\n"
23820 msgstr ""
23821
23822 #. type: =head2
23823 #: ../fish/guestfish-actions.pod:2557
23824 msgid "lremovexattr"
23825 msgstr ""
23826
23827 #. type: verbatim
23828 #: ../fish/guestfish-actions.pod:2559
23829 #, no-wrap
23830 msgid ""
23831 " lremovexattr xattr path\n"
23832 "\n"
23833 msgstr ""
23834
23835 #. type: textblock
23836 #: ../fish/guestfish-actions.pod:2561
23837 msgid ""
23838 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23839 "it removes an extended attribute of the link itself."
23840 msgstr ""
23841
23842 #. type: =head2
23843 #: ../fish/guestfish-actions.pod:2565
23844 msgid "ls"
23845 msgstr ""
23846
23847 #. type: verbatim
23848 #: ../fish/guestfish-actions.pod:2567
23849 #, no-wrap
23850 msgid ""
23851 " ls directory\n"
23852 "\n"
23853 msgstr ""
23854
23855 #. type: textblock
23856 #: ../fish/guestfish-actions.pod:2573
23857 msgid ""
23858 "This command is mostly useful for interactive sessions.  Programs should "
23859 "probably use L</readdir> instead."
23860 msgstr ""
23861
23862 #. type: =head2
23863 #: ../fish/guestfish-actions.pod:2576
23864 msgid "lsetxattr"
23865 msgstr ""
23866
23867 #. type: verbatim
23868 #: ../fish/guestfish-actions.pod:2578
23869 #, no-wrap
23870 msgid ""
23871 " lsetxattr xattr val vallen path\n"
23872 "\n"
23873 msgstr ""
23874
23875 #. type: textblock
23876 #: ../fish/guestfish-actions.pod:2580
23877 msgid ""
23878 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23879 "sets an extended attribute of the link itself."
23880 msgstr ""
23881
23882 #. type: =head2
23883 #: ../fish/guestfish-actions.pod:2584
23884 msgid "lstat"
23885 msgstr ""
23886
23887 #. type: verbatim
23888 #: ../fish/guestfish-actions.pod:2586
23889 #, no-wrap
23890 msgid ""
23891 " lstat path\n"
23892 "\n"
23893 msgstr ""
23894
23895 #. type: textblock
23896 #: ../fish/guestfish-actions.pod:2590
23897 msgid ""
23898 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23899 "the link is stat-ed, not the file it refers to."
23900 msgstr ""
23901
23902 #. type: =head2
23903 #: ../fish/guestfish-actions.pod:2596
23904 msgid "lstatlist"
23905 msgstr ""
23906
23907 #. type: verbatim
23908 #: ../fish/guestfish-actions.pod:2598
23909 #, no-wrap
23910 msgid ""
23911 " lstatlist path 'names ...'\n"
23912 "\n"
23913 msgstr ""
23914
23915 #. type: textblock
23916 #: ../fish/guestfish-actions.pod:2600
23917 msgid ""
23918 "This call allows you to perform the L</lstat> operation on multiple files, "
23919 "where all files are in the directory C<path>.  C<names> is the list of files "
23920 "from this directory."
23921 msgstr ""
23922
23923 #. type: textblock
23924 #: ../fish/guestfish-actions.pod:2609
23925 msgid ""
23926 "This call is intended for programs that want to efficiently list a directory "
23927 "contents without making many round-trips.  See also L</lxattrlist> for a "
23928 "similarly efficient call for getting extended attributes.  Very long "
23929 "directory listings might cause the protocol message size to be exceeded, "
23930 "causing this call to fail.  The caller must split up such requests into "
23931 "smaller groups of names."
23932 msgstr ""
23933
23934 #. type: =head2
23935 #: ../fish/guestfish-actions.pod:2617
23936 msgid "luks-add-key"
23937 msgstr ""
23938
23939 #. type: verbatim
23940 #: ../fish/guestfish-actions.pod:2619
23941 #, no-wrap
23942 msgid ""
23943 " luks-add-key device keyslot\n"
23944 "\n"
23945 msgstr ""
23946
23947 #. type: textblock
23948 #: ../fish/guestfish-actions.pod:2626
23949 msgid ""
23950 "Note that if C<keyslot> already contains a key, then this command will "
23951 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23952 msgstr ""
23953
23954 #. type: textblock
23955 #: ../fish/guestfish-actions.pod:2630 ../fish/guestfish-actions.pod:2652 ../fish/guestfish-actions.pod:2665 ../fish/guestfish-actions.pod:2679 ../fish/guestfish-actions.pod:2702 ../fish/guestfish-actions.pod:2712
23956 msgid ""
23957 "This command has one or more key or passphrase parameters.  Guestfish will "
23958 "prompt for these separately."
23959 msgstr ""
23960
23961 #. type: =head2
23962 #: ../fish/guestfish-actions.pod:2633
23963 msgid "luks-close"
23964 msgstr ""
23965
23966 #. type: verbatim
23967 #: ../fish/guestfish-actions.pod:2635
23968 #, no-wrap
23969 msgid ""
23970 " luks-close device\n"
23971 "\n"
23972 msgstr ""
23973
23974 #. type: textblock
23975 #: ../fish/guestfish-actions.pod:2637
23976 msgid ""
23977 "This closes a LUKS device that was created earlier by L</luks-open> or "
23978 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23979 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23980 "underlying block device."
23981 msgstr ""
23982
23983 #. type: =head2
23984 #: ../fish/guestfish-actions.pod:2643
23985 msgid "luks-format"
23986 msgstr ""
23987
23988 #. type: verbatim
23989 #: ../fish/guestfish-actions.pod:2645
23990 #, no-wrap
23991 msgid ""
23992 " luks-format device keyslot\n"
23993 "\n"
23994 msgstr ""
23995
23996 #. type: =head2
23997 #: ../fish/guestfish-actions.pod:2658
23998 msgid "luks-format-cipher"
23999 msgstr ""
24000
24001 #. type: verbatim
24002 #: ../fish/guestfish-actions.pod:2660
24003 #, no-wrap
24004 msgid ""
24005 " luks-format-cipher device keyslot cipher\n"
24006 "\n"
24007 msgstr ""
24008
24009 #. type: textblock
24010 #: ../fish/guestfish-actions.pod:2662
24011 msgid ""
24012 "This command is the same as L</luks-format> but it also allows you to set "
24013 "the C<cipher> used."
24014 msgstr ""
24015
24016 #. type: =head2
24017 #: ../fish/guestfish-actions.pod:2671
24018 msgid "luks-kill-slot"
24019 msgstr ""
24020
24021 #. type: verbatim
24022 #: ../fish/guestfish-actions.pod:2673
24023 #, no-wrap
24024 msgid ""
24025 " luks-kill-slot device keyslot\n"
24026 "\n"
24027 msgstr ""
24028
24029 #. type: =head2
24030 #: ../fish/guestfish-actions.pod:2682
24031 msgid "luks-open"
24032 msgstr ""
24033
24034 #. type: verbatim
24035 #: ../fish/guestfish-actions.pod:2684
24036 #, no-wrap
24037 msgid ""
24038 " luks-open device mapname\n"
24039 "\n"
24040 msgstr ""
24041
24042 #. type: textblock
24043 #: ../fish/guestfish-actions.pod:2698
24044 msgid ""
24045 "If this block device contains LVM volume groups, then calling L</vgscan> "
24046 "followed by L</vg-activate-all> will make them visible."
24047 msgstr ""
24048
24049 #. type: =head2
24050 #: ../fish/guestfish-actions.pod:2705
24051 msgid "luks-open-ro"
24052 msgstr ""
24053
24054 #. type: verbatim
24055 #: ../fish/guestfish-actions.pod:2707
24056 #, no-wrap
24057 msgid ""
24058 " luks-open-ro device mapname\n"
24059 "\n"
24060 msgstr ""
24061
24062 #. type: textblock
24063 #: ../fish/guestfish-actions.pod:2709
24064 msgid ""
24065 "This is the same as L</luks-open> except that a read-only mapping is "
24066 "created."
24067 msgstr ""
24068
24069 #. type: =head2
24070 #: ../fish/guestfish-actions.pod:2715
24071 msgid "lvcreate"
24072 msgstr ""
24073
24074 #. type: verbatim
24075 #: ../fish/guestfish-actions.pod:2717
24076 #, no-wrap
24077 msgid ""
24078 " lvcreate logvol volgroup mbytes\n"
24079 "\n"
24080 msgstr ""
24081
24082 #. type: =head2
24083 #: ../fish/guestfish-actions.pod:2722
24084 msgid "lvm-canonical-lv-name"
24085 msgstr ""
24086
24087 #. type: verbatim
24088 #: ../fish/guestfish-actions.pod:2724
24089 #, no-wrap
24090 msgid ""
24091 " lvm-canonical-lv-name lvname\n"
24092 "\n"
24093 msgstr ""
24094
24095 #. type: textblock
24096 #: ../fish/guestfish-actions.pod:2733
24097 msgid "See also L</is-lv>."
24098 msgstr ""
24099
24100 #. type: =head2
24101 #: ../fish/guestfish-actions.pod:2735
24102 msgid "lvm-clear-filter"
24103 msgstr ""
24104
24105 #. type: verbatim
24106 #: ../fish/guestfish-actions.pod:2737
24107 #, no-wrap
24108 msgid ""
24109 " lvm-clear-filter\n"
24110 "\n"
24111 msgstr ""
24112
24113 #. type: textblock
24114 #: ../fish/guestfish-actions.pod:2739
24115 msgid ""
24116 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24117 "block device."
24118 msgstr ""
24119
24120 #. type: =head2
24121 #: ../fish/guestfish-actions.pod:2745
24122 msgid "lvm-remove-all"
24123 msgstr ""
24124
24125 #. type: verbatim
24126 #: ../fish/guestfish-actions.pod:2747
24127 #, no-wrap
24128 msgid ""
24129 " lvm-remove-all\n"
24130 "\n"
24131 msgstr ""
24132
24133 #. type: =head2
24134 #: ../fish/guestfish-actions.pod:2755
24135 msgid "lvm-set-filter"
24136 msgstr ""
24137
24138 #. type: verbatim
24139 #: ../fish/guestfish-actions.pod:2757
24140 #, no-wrap
24141 msgid ""
24142 " lvm-set-filter 'devices ...'\n"
24143 "\n"
24144 msgstr ""
24145
24146 #. type: =head2
24147 #: ../fish/guestfish-actions.pod:2782
24148 msgid "lvremove"
24149 msgstr ""
24150
24151 #. type: verbatim
24152 #: ../fish/guestfish-actions.pod:2784
24153 #, no-wrap
24154 msgid ""
24155 " lvremove device\n"
24156 "\n"
24157 msgstr ""
24158
24159 #. type: =head2
24160 #: ../fish/guestfish-actions.pod:2792
24161 msgid "lvrename"
24162 msgstr ""
24163
24164 #. type: verbatim
24165 #: ../fish/guestfish-actions.pod:2794
24166 #, no-wrap
24167 msgid ""
24168 " lvrename logvol newlogvol\n"
24169 "\n"
24170 msgstr ""
24171
24172 #. type: =head2
24173 #: ../fish/guestfish-actions.pod:2798
24174 msgid "lvresize"
24175 msgstr ""
24176
24177 #. type: verbatim
24178 #: ../fish/guestfish-actions.pod:2800
24179 #, no-wrap
24180 msgid ""
24181 " lvresize device mbytes\n"
24182 "\n"
24183 msgstr ""
24184
24185 #. type: =head2
24186 #: ../fish/guestfish-actions.pod:2806
24187 msgid "lvresize-free"
24188 msgstr ""
24189
24190 #. type: verbatim
24191 #: ../fish/guestfish-actions.pod:2808
24192 #, no-wrap
24193 msgid ""
24194 " lvresize-free lv percent\n"
24195 "\n"
24196 msgstr ""
24197
24198 #. type: =head2
24199 #: ../fish/guestfish-actions.pod:2816
24200 msgid "lvs"
24201 msgstr ""
24202
24203 #. type: verbatim
24204 #: ../fish/guestfish-actions.pod:2818
24205 #, no-wrap
24206 msgid ""
24207 " lvs\n"
24208 "\n"
24209 msgstr ""
24210
24211 #. type: textblock
24212 #: ../fish/guestfish-actions.pod:2826
24213 msgid "See also L</lvs-full>, L</list-filesystems>."
24214 msgstr ""
24215
24216 #. type: =head2
24217 #: ../fish/guestfish-actions.pod:2828
24218 msgid "lvs-full"
24219 msgstr ""
24220
24221 #. type: verbatim
24222 #: ../fish/guestfish-actions.pod:2830
24223 #, no-wrap
24224 msgid ""
24225 " lvs-full\n"
24226 "\n"
24227 msgstr ""
24228
24229 #. type: =head2
24230 #: ../fish/guestfish-actions.pod:2835
24231 msgid "lvuuid"
24232 msgstr ""
24233
24234 #. type: verbatim
24235 #: ../fish/guestfish-actions.pod:2837
24236 #, no-wrap
24237 msgid ""
24238 " lvuuid device\n"
24239 "\n"
24240 msgstr ""
24241
24242 #. type: =head2
24243 #: ../fish/guestfish-actions.pod:2841
24244 msgid "lxattrlist"
24245 msgstr ""
24246
24247 #. type: verbatim
24248 #: ../fish/guestfish-actions.pod:2843
24249 #, no-wrap
24250 msgid ""
24251 " lxattrlist path 'names ...'\n"
24252 "\n"
24253 msgstr ""
24254
24255 #. type: textblock
24256 #: ../fish/guestfish-actions.pod:2859
24257 msgid ""
24258 "This call is intended for programs that want to efficiently list a directory "
24259 "contents without making many round-trips.  See also L</lstatlist> for a "
24260 "similarly efficient call for getting standard stats.  Very long directory "
24261 "listings might cause the protocol message size to be exceeded, causing this "
24262 "call to fail.  The caller must split up such requests into smaller groups of "
24263 "names."
24264 msgstr ""
24265
24266 #. type: =head2
24267 #: ../fish/guestfish-actions.pod:2867
24268 msgid "mkdir"
24269 msgstr ""
24270
24271 #. type: verbatim
24272 #: ../fish/guestfish-actions.pod:2869
24273 #, no-wrap
24274 msgid ""
24275 " mkdir path\n"
24276 "\n"
24277 msgstr ""
24278
24279 #. type: =head2
24280 #: ../fish/guestfish-actions.pod:2873
24281 msgid "mkdir-mode"
24282 msgstr ""
24283
24284 #. type: verbatim
24285 #: ../fish/guestfish-actions.pod:2875
24286 #, no-wrap
24287 msgid ""
24288 " mkdir-mode path mode\n"
24289 "\n"
24290 msgstr ""
24291
24292 #. type: textblock
24293 #: ../fish/guestfish-actions.pod:2884
24294 msgid "See also L</mkdir>, L</umask>"
24295 msgstr ""
24296
24297 #. type: =head2
24298 #: ../fish/guestfish-actions.pod:2886
24299 msgid "mkdir-p"
24300 msgstr ""
24301
24302 #. type: verbatim
24303 #: ../fish/guestfish-actions.pod:2888
24304 #, no-wrap
24305 msgid ""
24306 " mkdir-p path\n"
24307 "\n"
24308 msgstr ""
24309
24310 #. type: =head2
24311 #: ../fish/guestfish-actions.pod:2893
24312 msgid "mkdtemp"
24313 msgstr ""
24314
24315 #. type: verbatim
24316 #: ../fish/guestfish-actions.pod:2895
24317 #, no-wrap
24318 msgid ""
24319 " mkdtemp template\n"
24320 "\n"
24321 msgstr ""
24322
24323 #. type: =head2
24324 #: ../fish/guestfish-actions.pod:2916
24325 msgid "mke2fs-J"
24326 msgstr ""
24327
24328 #. type: verbatim
24329 #: ../fish/guestfish-actions.pod:2918
24330 #, no-wrap
24331 msgid ""
24332 " mke2fs-J fstype blocksize device journal\n"
24333 "\n"
24334 msgstr ""
24335
24336 #. type: textblock
24337 #: ../fish/guestfish-actions.pod:2926
24338 msgid "See also L</mke2journal>."
24339 msgstr ""
24340
24341 #. type: =head2
24342 #: ../fish/guestfish-actions.pod:2928
24343 msgid "mke2fs-JL"
24344 msgstr ""
24345
24346 #. type: verbatim
24347 #: ../fish/guestfish-actions.pod:2930
24348 #, no-wrap
24349 msgid ""
24350 " mke2fs-JL fstype blocksize device label\n"
24351 "\n"
24352 msgstr ""
24353
24354 #. type: textblock
24355 #: ../fish/guestfish-actions.pod:2935
24356 msgid "See also L</mke2journal-L>."
24357 msgstr ""
24358
24359 #. type: =head2
24360 #: ../fish/guestfish-actions.pod:2937
24361 msgid "mke2fs-JU"
24362 msgstr ""
24363
24364 #. type: verbatim
24365 #: ../fish/guestfish-actions.pod:2939
24366 #, no-wrap
24367 msgid ""
24368 " mke2fs-JU fstype blocksize device uuid\n"
24369 "\n"
24370 msgstr ""
24371
24372 #. type: textblock
24373 #: ../fish/guestfish-actions.pod:2944
24374 msgid "See also L</mke2journal-U>."
24375 msgstr ""
24376
24377 #. type: =head2
24378 #: ../fish/guestfish-actions.pod:2946
24379 msgid "mke2journal"
24380 msgstr ""
24381
24382 #. type: verbatim
24383 #: ../fish/guestfish-actions.pod:2948
24384 #, no-wrap
24385 msgid ""
24386 " mke2journal blocksize device\n"
24387 "\n"
24388 msgstr ""
24389
24390 #. type: =head2
24391 #: ../fish/guestfish-actions.pod:2955
24392 msgid "mke2journal-L"
24393 msgstr ""
24394
24395 #. type: verbatim
24396 #: ../fish/guestfish-actions.pod:2957
24397 #, no-wrap
24398 msgid ""
24399 " mke2journal-L blocksize label device\n"
24400 "\n"
24401 msgstr ""
24402
24403 #. type: =head2
24404 #: ../fish/guestfish-actions.pod:2961
24405 msgid "mke2journal-U"
24406 msgstr ""
24407
24408 #. type: verbatim
24409 #: ../fish/guestfish-actions.pod:2963
24410 #, no-wrap
24411 msgid ""
24412 " mke2journal-U blocksize uuid device\n"
24413 "\n"
24414 msgstr ""
24415
24416 #. type: =head2
24417 #: ../fish/guestfish-actions.pod:2967
24418 msgid "mkfifo"
24419 msgstr ""
24420
24421 #. type: verbatim
24422 #: ../fish/guestfish-actions.pod:2969
24423 #, no-wrap
24424 msgid ""
24425 " mkfifo mode path\n"
24426 "\n"
24427 msgstr ""
24428
24429 #. type: textblock
24430 #: ../fish/guestfish-actions.pod:2971
24431 msgid ""
24432 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24433 "is just a convenient wrapper around L</mknod>."
24434 msgstr ""
24435
24436 #. type: =head2
24437 #: ../fish/guestfish-actions.pod:2977
24438 msgid "mkfs"
24439 msgstr ""
24440
24441 #. type: verbatim
24442 #: ../fish/guestfish-actions.pod:2979
24443 #, no-wrap
24444 msgid ""
24445 " mkfs fstype device\n"
24446 "\n"
24447 msgstr ""
24448
24449 #. type: =head2
24450 #: ../fish/guestfish-actions.pod:2985
24451 msgid "mkfs-b"
24452 msgstr ""
24453
24454 #. type: verbatim
24455 #: ../fish/guestfish-actions.pod:2987
24456 #, no-wrap
24457 msgid ""
24458 " mkfs-b fstype blocksize device\n"
24459 "\n"
24460 msgstr ""
24461
24462 #. type: textblock
24463 #: ../fish/guestfish-actions.pod:2989
24464 msgid ""
24465 "This call is similar to L</mkfs>, but it allows you to control the block "
24466 "size of the resulting filesystem.  Supported block sizes depend on the "
24467 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24468 msgstr ""
24469
24470 #. type: =head2
24471 #: ../fish/guestfish-actions.pod:3004
24472 msgid "mkfs-opts"
24473 msgstr ""
24474
24475 #. type: verbatim
24476 #: ../fish/guestfish-actions.pod:3006
24477 #, no-wrap
24478 msgid ""
24479 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24480 "\n"
24481 msgstr ""
24482
24483 #. type: =head2
24484 #: ../fish/guestfish-actions.pod:3041
24485 msgid "mkmountpoint"
24486 msgstr ""
24487
24488 #. type: verbatim
24489 #: ../fish/guestfish-actions.pod:3043
24490 #, no-wrap
24491 msgid ""
24492 " mkmountpoint exemptpath\n"
24493 "\n"
24494 msgstr ""
24495
24496 #. type: textblock
24497 #: ../fish/guestfish-actions.pod:3045
24498 msgid ""
24499 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24500 "to create extra mountpoints before mounting the first filesystem."
24501 msgstr ""
24502
24503 #. type: textblock
24504 #: ../fish/guestfish-actions.pod:3069
24505 msgid ""
24506 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24507 "unexpected errors if you try to mix these calls.  It is safest to manually "
24508 "unmount filesystems and remove mountpoints after use."
24509 msgstr ""
24510
24511 #. type: textblock
24512 #: ../fish/guestfish-actions.pod:3073
24513 msgid ""
24514 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24515 "for this to work for manual mountpoints, you must ensure that the innermost "
24516 "mountpoints have the longest pathnames, as in the example code above."
24517 msgstr ""
24518
24519 #. type: textblock
24520 #: ../fish/guestfish-actions.pod:3080
24521 msgid ""
24522 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24523 "L</umount-all> to be called when the handle is closed which can also trigger "
24524 "these issues."
24525 msgstr ""
24526
24527 #. type: =head2
24528 #: ../fish/guestfish-actions.pod:3084
24529 msgid "mknod"
24530 msgstr ""
24531
24532 #. type: verbatim
24533 #: ../fish/guestfish-actions.pod:3086
24534 #, no-wrap
24535 msgid ""
24536 " mknod mode devmajor devminor path\n"
24537 "\n"
24538 msgstr ""
24539
24540 #. type: textblock
24541 #: ../fish/guestfish-actions.pod:3096
24542 msgid ""
24543 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24544 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24545 "regular file).  These constants are available in the standard Linux header "
24546 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24547 "wrappers around this command which bitwise OR in the appropriate constant "
24548 "for you."
24549 msgstr ""
24550
24551 #. type: =head2
24552 #: ../fish/guestfish-actions.pod:3106
24553 msgid "mknod-b"
24554 msgstr ""
24555
24556 #. type: verbatim
24557 #: ../fish/guestfish-actions.pod:3108
24558 #, no-wrap
24559 msgid ""
24560 " mknod-b mode devmajor devminor path\n"
24561 "\n"
24562 msgstr ""
24563
24564 #. type: textblock
24565 #: ../fish/guestfish-actions.pod:3110
24566 msgid ""
24567 "This call creates a block device node called C<path> with mode C<mode> and "
24568 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24569 "wrapper around L</mknod>."
24570 msgstr ""
24571
24572 #. type: =head2
24573 #: ../fish/guestfish-actions.pod:3116
24574 msgid "mknod-c"
24575 msgstr ""
24576
24577 #. type: verbatim
24578 #: ../fish/guestfish-actions.pod:3118
24579 #, no-wrap
24580 msgid ""
24581 " mknod-c mode devmajor devminor path\n"
24582 "\n"
24583 msgstr ""
24584
24585 #. type: textblock
24586 #: ../fish/guestfish-actions.pod:3120
24587 msgid ""
24588 "This call creates a char device node called C<path> with mode C<mode> and "
24589 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24590 "wrapper around L</mknod>."
24591 msgstr ""
24592
24593 #. type: =head2
24594 #: ../fish/guestfish-actions.pod:3126
24595 msgid "mkswap"
24596 msgstr ""
24597
24598 #. type: verbatim
24599 #: ../fish/guestfish-actions.pod:3128
24600 #, no-wrap
24601 msgid ""
24602 " mkswap device\n"
24603 "\n"
24604 msgstr ""
24605
24606 #. type: =head2
24607 #: ../fish/guestfish-actions.pod:3132
24608 msgid "mkswap-L"
24609 msgstr ""
24610
24611 #. type: verbatim
24612 #: ../fish/guestfish-actions.pod:3134
24613 #, no-wrap
24614 msgid ""
24615 " mkswap-L label device\n"
24616 "\n"
24617 msgstr ""
24618
24619 #. type: =head2
24620 #: ../fish/guestfish-actions.pod:3142
24621 msgid "mkswap-U"
24622 msgstr ""
24623
24624 #. type: verbatim
24625 #: ../fish/guestfish-actions.pod:3144
24626 #, no-wrap
24627 msgid ""
24628 " mkswap-U uuid device\n"
24629 "\n"
24630 msgstr ""
24631
24632 #. type: =head2
24633 #: ../fish/guestfish-actions.pod:3148
24634 msgid "mkswap-file"
24635 msgstr ""
24636
24637 #. type: verbatim
24638 #: ../fish/guestfish-actions.pod:3150
24639 #, no-wrap
24640 msgid ""
24641 " mkswap-file path\n"
24642 "\n"
24643 msgstr ""
24644
24645 #. type: textblock
24646 #: ../fish/guestfish-actions.pod:3154
24647 msgid ""
24648 "This command just writes a swap file signature to an existing file.  To "
24649 "create the file itself, use something like L</fallocate>."
24650 msgstr ""
24651
24652 #. type: =head2
24653 #: ../fish/guestfish-actions.pod:3157
24654 msgid "modprobe"
24655 msgstr ""
24656
24657 #. type: verbatim
24658 #: ../fish/guestfish-actions.pod:3159
24659 #, no-wrap
24660 msgid ""
24661 " modprobe modulename\n"
24662 "\n"
24663 msgstr ""
24664
24665 #. type: =head2
24666 #: ../fish/guestfish-actions.pod:3166
24667 msgid "mount"
24668 msgstr ""
24669
24670 #. type: verbatim
24671 #: ../fish/guestfish-actions.pod:3168
24672 #, no-wrap
24673 msgid ""
24674 " mount device mountpoint\n"
24675 "\n"
24676 msgstr ""
24677
24678 #. type: textblock
24679 #: ../fish/guestfish-actions.pod:3184
24680 msgid ""
24681 "B<Important note:> When you use this call, the filesystem options C<sync> "
24682 "and C<noatime> are set implicitly.  This was originally done because we "
24683 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24684 "very large negative performance impact and negligible effect on "
24685 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24686 "code that needs performance, and instead use L</mount-options> (use an empty "
24687 "string for the first parameter if you don't want any options)."
24688 msgstr ""
24689
24690 #. type: =head2
24691 #: ../fish/guestfish-actions.pod:3194
24692 msgid "mount-loop"
24693 msgstr ""
24694
24695 #. type: verbatim
24696 #: ../fish/guestfish-actions.pod:3196
24697 #, no-wrap
24698 msgid ""
24699 " mount-loop file mountpoint\n"
24700 "\n"
24701 msgstr ""
24702
24703 #. type: =head2
24704 #: ../fish/guestfish-actions.pod:3202
24705 msgid "mount-options"
24706 msgstr ""
24707
24708 #. type: verbatim
24709 #: ../fish/guestfish-actions.pod:3204
24710 #, no-wrap
24711 msgid ""
24712 " mount-options options device mountpoint\n"
24713 "\n"
24714 msgstr ""
24715
24716 #. type: textblock
24717 #: ../fish/guestfish-actions.pod:3206
24718 msgid ""
24719 "This is the same as the L</mount> command, but it allows you to set the "
24720 "mount options as for the L<mount(8)> I<-o> flag."
24721 msgstr ""
24722
24723 #. type: =head2
24724 #: ../fish/guestfish-actions.pod:3214
24725 msgid "mount-ro"
24726 msgstr ""
24727
24728 #. type: verbatim
24729 #: ../fish/guestfish-actions.pod:3216
24730 #, no-wrap
24731 msgid ""
24732 " mount-ro device mountpoint\n"
24733 "\n"
24734 msgstr ""
24735
24736 #. type: textblock
24737 #: ../fish/guestfish-actions.pod:3218
24738 msgid ""
24739 "This is the same as the L</mount> command, but it mounts the filesystem with "
24740 "the read-only (I<-o ro>) flag."
24741 msgstr ""
24742
24743 #. type: =head2
24744 #: ../fish/guestfish-actions.pod:3221
24745 msgid "mount-vfs"
24746 msgstr ""
24747
24748 #. type: verbatim
24749 #: ../fish/guestfish-actions.pod:3223
24750 #, no-wrap
24751 msgid ""
24752 " mount-vfs options vfstype device mountpoint\n"
24753 "\n"
24754 msgstr ""
24755
24756 #. type: textblock
24757 #: ../fish/guestfish-actions.pod:3225
24758 msgid ""
24759 "This is the same as the L</mount> command, but it allows you to set both the "
24760 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24761 msgstr ""
24762
24763 #. type: =head2
24764 #: ../fish/guestfish-actions.pod:3229
24765 msgid "mountpoints"
24766 msgstr ""
24767
24768 #. type: verbatim
24769 #: ../fish/guestfish-actions.pod:3231
24770 #, no-wrap
24771 msgid ""
24772 " mountpoints\n"
24773 "\n"
24774 msgstr ""
24775
24776 #. type: textblock
24777 #: ../fish/guestfish-actions.pod:3233
24778 msgid ""
24779 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24780 "This one returns a hash table (map) of device name to directory where the "
24781 "device is mounted."
24782 msgstr ""
24783
24784 #. type: =head2
24785 #: ../fish/guestfish-actions.pod:3237
24786 msgid "mounts"
24787 msgstr ""
24788
24789 #. type: verbatim
24790 #: ../fish/guestfish-actions.pod:3239
24791 #, no-wrap
24792 msgid ""
24793 " mounts\n"
24794 "\n"
24795 msgstr ""
24796
24797 #. type: textblock
24798 #: ../fish/guestfish-actions.pod:3246
24799 msgid "See also: L</mountpoints>"
24800 msgstr ""
24801
24802 #. type: =head2
24803 #: ../fish/guestfish-actions.pod:3248
24804 msgid "mv"
24805 msgstr ""
24806
24807 #. type: verbatim
24808 #: ../fish/guestfish-actions.pod:3250
24809 #, no-wrap
24810 msgid ""
24811 " mv src dest\n"
24812 "\n"
24813 msgstr ""
24814
24815 #. type: =head2
24816 #: ../fish/guestfish-actions.pod:3255
24817 msgid "ntfs-3g-probe"
24818 msgstr ""
24819
24820 #. type: verbatim
24821 #: ../fish/guestfish-actions.pod:3257
24822 #, no-wrap
24823 msgid ""
24824 " ntfs-3g-probe true|false device\n"
24825 "\n"
24826 msgstr ""
24827
24828 #. type: =head2
24829 #: ../fish/guestfish-actions.pod:3271
24830 msgid "ntfsresize"
24831 msgstr ""
24832
24833 #. type: verbatim
24834 #: ../fish/guestfish-actions.pod:3273
24835 #, no-wrap
24836 msgid ""
24837 " ntfsresize device\n"
24838 "\n"
24839 msgstr ""
24840
24841 #. type: =head2
24842 #: ../fish/guestfish-actions.pod:3279
24843 msgid "ntfsresize-size"
24844 msgstr ""
24845
24846 #. type: verbatim
24847 #: ../fish/guestfish-actions.pod:3281
24848 #, no-wrap
24849 msgid ""
24850 " ntfsresize-size device size\n"
24851 "\n"
24852 msgstr ""
24853
24854 #. type: textblock
24855 #: ../fish/guestfish-actions.pod:3283
24856 msgid ""
24857 "This command is the same as L</ntfsresize> except that it allows you to "
24858 "specify the new size (in bytes) explicitly."
24859 msgstr ""
24860
24861 #. type: =head2
24862 #: ../fish/guestfish-actions.pod:3286
24863 msgid "part-add"
24864 msgstr ""
24865
24866 #. type: verbatim
24867 #: ../fish/guestfish-actions.pod:3288
24868 #, no-wrap
24869 msgid ""
24870 " part-add device prlogex startsect endsect\n"
24871 "\n"
24872 msgstr ""
24873
24874 #. type: textblock
24875 #: ../fish/guestfish-actions.pod:3290
24876 msgid ""
24877 "This command adds a partition to C<device>.  If there is no partition table "
24878 "on the device, call L</part-init> first."
24879 msgstr ""
24880
24881 #. type: textblock
24882 #: ../fish/guestfish-actions.pod:3302
24883 msgid ""
24884 "Creating a partition which covers the whole disk is not so easy.  Use "
24885 "L</part-disk> to do that."
24886 msgstr ""
24887
24888 #. type: =head2
24889 #: ../fish/guestfish-actions.pod:3305
24890 msgid "part-del"
24891 msgstr ""
24892
24893 #. type: verbatim
24894 #: ../fish/guestfish-actions.pod:3307
24895 #, no-wrap
24896 msgid ""
24897 " part-del device partnum\n"
24898 "\n"
24899 msgstr ""
24900
24901 #. type: =head2
24902 #: ../fish/guestfish-actions.pod:3315
24903 msgid "part-disk"
24904 msgstr ""
24905
24906 #. type: verbatim
24907 #: ../fish/guestfish-actions.pod:3317
24908 #, no-wrap
24909 msgid ""
24910 " part-disk device parttype\n"
24911 "\n"
24912 msgstr ""
24913
24914 #. type: textblock
24915 #: ../fish/guestfish-actions.pod:3319
24916 msgid ""
24917 "This command is simply a combination of L</part-init> followed by "
24918 "L</part-add> to create a single primary partition covering the whole disk."
24919 msgstr ""
24920
24921 #. type: textblock
24922 #: ../fish/guestfish-actions.pod:3323
24923 msgid ""
24924 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24925 "possible values are described in L</part-init>."
24926 msgstr ""
24927
24928 #. type: =head2
24929 #: ../fish/guestfish-actions.pod:3329
24930 msgid "part-get-bootable"
24931 msgstr ""
24932
24933 #. type: verbatim
24934 #: ../fish/guestfish-actions.pod:3331
24935 #, no-wrap
24936 msgid ""
24937 " part-get-bootable device partnum\n"
24938 "\n"
24939 msgstr ""
24940
24941 #. type: textblock
24942 #: ../fish/guestfish-actions.pod:3336
24943 msgid "See also L</part-set-bootable>."
24944 msgstr ""
24945
24946 #. type: =head2
24947 #: ../fish/guestfish-actions.pod:3338
24948 msgid "part-get-mbr-id"
24949 msgstr ""
24950
24951 #. type: verbatim
24952 #: ../fish/guestfish-actions.pod:3340
24953 #, no-wrap
24954 msgid ""
24955 " part-get-mbr-id device partnum\n"
24956 "\n"
24957 msgstr ""
24958
24959 #. type: textblock
24960 #: ../fish/guestfish-actions.pod:3345 ../fish/guestfish-actions.pod:3483
24961 msgid ""
24962 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24963 "undefined results for other partition table types (see "
24964 "L</part-get-parttype>)."
24965 msgstr ""
24966
24967 #. type: =head2
24968 #: ../fish/guestfish-actions.pod:3349
24969 msgid "part-get-parttype"
24970 msgstr ""
24971
24972 #. type: verbatim
24973 #: ../fish/guestfish-actions.pod:3351
24974 #, no-wrap
24975 msgid ""
24976 " part-get-parttype device\n"
24977 "\n"
24978 msgstr ""
24979
24980 #. type: textblock
24981 #: ../fish/guestfish-actions.pod:3356
24982 msgid ""
24983 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24984 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24985 "possible, although unusual.  See L</part-init> for a full list."
24986 msgstr ""
24987
24988 #. type: =head2
24989 #: ../fish/guestfish-actions.pod:3361
24990 msgid "part-init"
24991 msgstr ""
24992
24993 #. type: verbatim
24994 #: ../fish/guestfish-actions.pod:3363
24995 #, no-wrap
24996 msgid ""
24997 " part-init device parttype\n"
24998 "\n"
24999 msgstr ""
25000
25001 #. type: textblock
25002 #: ../fish/guestfish-actions.pod:3369
25003 msgid ""
25004 "Initially there are no partitions.  Following this, you should call "
25005 "L</part-add> for each partition required."
25006 msgstr ""
25007
25008 #. type: =head2
25009 #: ../fish/guestfish-actions.pod:3432
25010 msgid "part-list"
25011 msgstr ""
25012
25013 #. type: verbatim
25014 #: ../fish/guestfish-actions.pod:3434
25015 #, no-wrap
25016 msgid ""
25017 " part-list device\n"
25018 "\n"
25019 msgstr ""
25020
25021 #. type: textblock
25022 #: ../fish/guestfish-actions.pod:3449
25023 msgid ""
25024 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25025 "the device's sector size, see L</blockdev-getss>."
25026 msgstr ""
25027
25028 #. type: =head2
25029 #: ../fish/guestfish-actions.pod:3462
25030 msgid "part-set-bootable"
25031 msgstr ""
25032
25033 #. type: verbatim
25034 #: ../fish/guestfish-actions.pod:3464
25035 #, no-wrap
25036 msgid ""
25037 " part-set-bootable device partnum true|false\n"
25038 "\n"
25039 msgstr ""
25040
25041 #. type: =head2
25042 #: ../fish/guestfish-actions.pod:3473
25043 msgid "part-set-mbr-id"
25044 msgstr ""
25045
25046 #. type: verbatim
25047 #: ../fish/guestfish-actions.pod:3475
25048 #, no-wrap
25049 msgid ""
25050 " part-set-mbr-id device partnum idbyte\n"
25051 "\n"
25052 msgstr ""
25053
25054 #. type: =head2
25055 #: ../fish/guestfish-actions.pod:3487
25056 msgid "part-set-name"
25057 msgstr ""
25058
25059 #. type: verbatim
25060 #: ../fish/guestfish-actions.pod:3489
25061 #, no-wrap
25062 msgid ""
25063 " part-set-name device partnum name\n"
25064 "\n"
25065 msgstr ""
25066
25067 #. type: =head2
25068 #: ../fish/guestfish-actions.pod:3497
25069 msgid "part-to-dev"
25070 msgstr ""
25071
25072 #. type: verbatim
25073 #: ../fish/guestfish-actions.pod:3499
25074 #, no-wrap
25075 msgid ""
25076 " part-to-dev partition\n"
25077 "\n"
25078 msgstr ""
25079
25080 #. type: textblock
25081 #: ../fish/guestfish-actions.pod:3505
25082 msgid ""
25083 "The named partition must exist, for example as a string returned from "
25084 "L</list-partitions>."
25085 msgstr ""
25086
25087 #. type: =head2
25088 #: ../fish/guestfish-actions.pod:3508
25089 msgid "ping-daemon"
25090 msgstr ""
25091
25092 #. type: verbatim
25093 #: ../fish/guestfish-actions.pod:3510
25094 #, no-wrap
25095 msgid ""
25096 " ping-daemon\n"
25097 "\n"
25098 msgstr ""
25099
25100 #. type: =head2
25101 #: ../fish/guestfish-actions.pod:3517
25102 msgid "pread"
25103 msgstr ""
25104
25105 #. type: verbatim
25106 #: ../fish/guestfish-actions.pod:3519
25107 #, no-wrap
25108 msgid ""
25109 " pread path count offset\n"
25110 "\n"
25111 msgstr ""
25112
25113 #. type: textblock
25114 #: ../fish/guestfish-actions.pod:3527
25115 msgid "See also L</pwrite>, L</pread-device>."
25116 msgstr ""
25117
25118 #. type: =head2
25119 #: ../fish/guestfish-actions.pod:3532
25120 msgid "pread-device"
25121 msgstr ""
25122
25123 #. type: verbatim
25124 #: ../fish/guestfish-actions.pod:3534
25125 #, no-wrap
25126 msgid ""
25127 " pread-device device count offset\n"
25128 "\n"
25129 msgstr ""
25130
25131 #. type: textblock
25132 #: ../fish/guestfish-actions.pod:3542
25133 msgid "See also L</pread>."
25134 msgstr ""
25135
25136 #. type: =head2
25137 #: ../fish/guestfish-actions.pod:3547
25138 msgid "pvcreate"
25139 msgstr ""
25140
25141 #. type: verbatim
25142 #: ../fish/guestfish-actions.pod:3549
25143 #, no-wrap
25144 msgid ""
25145 " pvcreate device\n"
25146 "\n"
25147 msgstr ""
25148
25149 #. type: =head2
25150 #: ../fish/guestfish-actions.pod:3555
25151 msgid "pvremove"
25152 msgstr ""
25153
25154 #. type: verbatim
25155 #: ../fish/guestfish-actions.pod:3557
25156 #, no-wrap
25157 msgid ""
25158 " pvremove device\n"
25159 "\n"
25160 msgstr ""
25161
25162 #. type: =head2
25163 #: ../fish/guestfish-actions.pod:3566
25164 msgid "pvresize"
25165 msgstr ""
25166
25167 #. type: verbatim
25168 #: ../fish/guestfish-actions.pod:3568
25169 #, no-wrap
25170 msgid ""
25171 " pvresize device\n"
25172 "\n"
25173 msgstr ""
25174
25175 #. type: =head2
25176 #: ../fish/guestfish-actions.pod:3573
25177 msgid "pvresize-size"
25178 msgstr ""
25179
25180 #. type: verbatim
25181 #: ../fish/guestfish-actions.pod:3575
25182 #, no-wrap
25183 msgid ""
25184 " pvresize-size device size\n"
25185 "\n"
25186 msgstr ""
25187
25188 #. type: textblock
25189 #: ../fish/guestfish-actions.pod:3577
25190 msgid ""
25191 "This command is the same as L</pvresize> except that it allows you to "
25192 "specify the new size (in bytes) explicitly."
25193 msgstr ""
25194
25195 #. type: =head2
25196 #: ../fish/guestfish-actions.pod:3580
25197 msgid "pvs"
25198 msgstr ""
25199
25200 #. type: verbatim
25201 #: ../fish/guestfish-actions.pod:3582
25202 #, no-wrap
25203 msgid ""
25204 " pvs\n"
25205 "\n"
25206 msgstr ""
25207
25208 #. type: textblock
25209 #: ../fish/guestfish-actions.pod:3590
25210 msgid "See also L</pvs-full>."
25211 msgstr ""
25212
25213 #. type: =head2
25214 #: ../fish/guestfish-actions.pod:3592
25215 msgid "pvs-full"
25216 msgstr ""
25217
25218 #. type: verbatim
25219 #: ../fish/guestfish-actions.pod:3594
25220 #, no-wrap
25221 msgid ""
25222 " pvs-full\n"
25223 "\n"
25224 msgstr ""
25225
25226 #. type: =head2
25227 #: ../fish/guestfish-actions.pod:3599
25228 msgid "pvuuid"
25229 msgstr ""
25230
25231 #. type: verbatim
25232 #: ../fish/guestfish-actions.pod:3601
25233 #, no-wrap
25234 msgid ""
25235 " pvuuid device\n"
25236 "\n"
25237 msgstr ""
25238
25239 #. type: =head2
25240 #: ../fish/guestfish-actions.pod:3605
25241 msgid "pwrite"
25242 msgstr ""
25243
25244 #. type: verbatim
25245 #: ../fish/guestfish-actions.pod:3607
25246 #, no-wrap
25247 msgid ""
25248 " pwrite path content offset\n"
25249 "\n"
25250 msgstr ""
25251
25252 #. type: textblock
25253 #: ../fish/guestfish-actions.pod:3618
25254 msgid "See also L</pread>, L</pwrite-device>."
25255 msgstr ""
25256
25257 #. type: =head2
25258 #: ../fish/guestfish-actions.pod:3623
25259 msgid "pwrite-device"
25260 msgstr ""
25261
25262 #. type: verbatim
25263 #: ../fish/guestfish-actions.pod:3625
25264 #, no-wrap
25265 msgid ""
25266 " pwrite-device device content offset\n"
25267 "\n"
25268 msgstr ""
25269
25270 #. type: textblock
25271 #: ../fish/guestfish-actions.pod:3635
25272 msgid "See also L</pwrite>."
25273 msgstr ""
25274
25275 #. type: =head2
25276 #: ../fish/guestfish-actions.pod:3640
25277 msgid "read-file"
25278 msgstr ""
25279
25280 #. type: verbatim
25281 #: ../fish/guestfish-actions.pod:3642
25282 #, no-wrap
25283 msgid ""
25284 " read-file path\n"
25285 "\n"
25286 msgstr ""
25287
25288 #. type: textblock
25289 #: ../fish/guestfish-actions.pod:3647
25290 msgid ""
25291 "Unlike L</cat>, this function can correctly handle files that contain "
25292 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25293 "is limited in the total size of file that can be handled."
25294 msgstr ""
25295
25296 #. type: =head2
25297 #: ../fish/guestfish-actions.pod:3655
25298 msgid "read-lines"
25299 msgstr ""
25300
25301 #. type: verbatim
25302 #: ../fish/guestfish-actions.pod:3657
25303 #, no-wrap
25304 msgid ""
25305 " read-lines path\n"
25306 "\n"
25307 msgstr ""
25308
25309 #. type: textblock
25310 #: ../fish/guestfish-actions.pod:3664
25311 msgid ""
25312 "Note that this function cannot correctly handle binary files (specifically, "
25313 "files containing C<\\0> character which is treated as end of line).  For "
25314 "those you need to use the L</read-file> function which has a more complex "
25315 "interface."
25316 msgstr ""
25317
25318 #. type: =head2
25319 #: ../fish/guestfish-actions.pod:3669
25320 msgid "readdir"
25321 msgstr ""
25322
25323 #. type: verbatim
25324 #: ../fish/guestfish-actions.pod:3671
25325 #, no-wrap
25326 msgid ""
25327 " readdir dir\n"
25328 "\n"
25329 msgstr ""
25330
25331 #. type: textblock
25332 #: ../fish/guestfish-actions.pod:3723
25333 msgid ""
25334 "This function is primarily intended for use by programs.  To get a simple "
25335 "list of names, use L</ls>.  To get a printable directory for human "
25336 "consumption, use L</ll>."
25337 msgstr ""
25338
25339 #. type: =head2
25340 #: ../fish/guestfish-actions.pod:3727
25341 msgid "readlink"
25342 msgstr ""
25343
25344 #. type: verbatim
25345 #: ../fish/guestfish-actions.pod:3729
25346 #, no-wrap
25347 msgid ""
25348 " readlink path\n"
25349 "\n"
25350 msgstr ""
25351
25352 #. type: =head2
25353 #: ../fish/guestfish-actions.pod:3733
25354 msgid "readlinklist"
25355 msgstr ""
25356
25357 #. type: verbatim
25358 #: ../fish/guestfish-actions.pod:3735
25359 #, no-wrap
25360 msgid ""
25361 " readlinklist path 'names ...'\n"
25362 "\n"
25363 msgstr ""
25364
25365 #. type: =head2
25366 #: ../fish/guestfish-actions.pod:3759
25367 msgid "realpath"
25368 msgstr ""
25369
25370 #. type: verbatim
25371 #: ../fish/guestfish-actions.pod:3761
25372 #, no-wrap
25373 msgid ""
25374 " realpath path\n"
25375 "\n"
25376 msgstr ""
25377
25378 #. type: =head2
25379 #: ../fish/guestfish-actions.pod:3766
25380 msgid "removexattr"
25381 msgstr ""
25382
25383 #. type: verbatim
25384 #: ../fish/guestfish-actions.pod:3768
25385 #, no-wrap
25386 msgid ""
25387 " removexattr xattr path\n"
25388 "\n"
25389 msgstr ""
25390
25391 #. type: textblock
25392 #: ../fish/guestfish-actions.pod:3773
25393 msgid "See also: L</lremovexattr>, L<attr(5)>."
25394 msgstr ""
25395
25396 #. type: =head2
25397 #: ../fish/guestfish-actions.pod:3775
25398 msgid "resize2fs"
25399 msgstr ""
25400
25401 #. type: verbatim
25402 #: ../fish/guestfish-actions.pod:3777
25403 #, no-wrap
25404 msgid ""
25405 " resize2fs device\n"
25406 "\n"
25407 msgstr ""
25408
25409 #. type: textblock
25410 #: ../fish/guestfish-actions.pod:3782
25411 msgid ""
25412 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25413 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25414 "gives an error about this and sometimes not.  In any case, it is always safe "
25415 "to call L</e2fsck-f> before calling this function."
25416 msgstr ""
25417
25418 #. type: =head2
25419 #: ../fish/guestfish-actions.pod:3788
25420 msgid "resize2fs-M"
25421 msgstr ""
25422
25423 #. type: verbatim
25424 #: ../fish/guestfish-actions.pod:3790
25425 #, no-wrap
25426 msgid ""
25427 " resize2fs-M device\n"
25428 "\n"
25429 msgstr ""
25430
25431 #. type: textblock
25432 #: ../fish/guestfish-actions.pod:3792
25433 msgid ""
25434 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25435 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25436 "command."
25437 msgstr ""
25438
25439 #. type: textblock
25440 #: ../fish/guestfish-actions.pod:3796
25441 msgid ""
25442 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25443 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25444 "multiplied together, give the resulting size of the minimal filesystem in "
25445 "bytes."
25446 msgstr ""
25447
25448 #. type: =head2
25449 #: ../fish/guestfish-actions.pod:3801
25450 msgid "resize2fs-size"
25451 msgstr ""
25452
25453 #. type: verbatim
25454 #: ../fish/guestfish-actions.pod:3803
25455 #, no-wrap
25456 msgid ""
25457 " resize2fs-size device size\n"
25458 "\n"
25459 msgstr ""
25460
25461 #. type: textblock
25462 #: ../fish/guestfish-actions.pod:3805
25463 msgid ""
25464 "This command is the same as L</resize2fs> except that it allows you to "
25465 "specify the new size (in bytes) explicitly."
25466 msgstr ""
25467
25468 #. type: =head2
25469 #: ../fish/guestfish-actions.pod:3808
25470 msgid "rm"
25471 msgstr ""
25472
25473 #. type: verbatim
25474 #: ../fish/guestfish-actions.pod:3810
25475 #, no-wrap
25476 msgid ""
25477 " rm path\n"
25478 "\n"
25479 msgstr ""
25480
25481 #. type: =head2
25482 #: ../fish/guestfish-actions.pod:3814
25483 msgid "rm-rf"
25484 msgstr ""
25485
25486 #. type: verbatim
25487 #: ../fish/guestfish-actions.pod:3816
25488 #, no-wrap
25489 msgid ""
25490 " rm-rf path\n"
25491 "\n"
25492 msgstr ""
25493
25494 #. type: =head2
25495 #: ../fish/guestfish-actions.pod:3822
25496 msgid "rmdir"
25497 msgstr ""
25498
25499 #. type: verbatim
25500 #: ../fish/guestfish-actions.pod:3824
25501 #, no-wrap
25502 msgid ""
25503 " rmdir path\n"
25504 "\n"
25505 msgstr ""
25506
25507 #. type: =head2
25508 #: ../fish/guestfish-actions.pod:3828
25509 msgid "rmmountpoint"
25510 msgstr ""
25511
25512 #. type: verbatim
25513 #: ../fish/guestfish-actions.pod:3830
25514 #, no-wrap
25515 msgid ""
25516 " rmmountpoint exemptpath\n"
25517 "\n"
25518 msgstr ""
25519
25520 #. type: textblock
25521 #: ../fish/guestfish-actions.pod:3832
25522 msgid ""
25523 "This calls removes a mountpoint that was previously created with "
25524 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25525 msgstr ""
25526
25527 #. type: =head2
25528 #: ../fish/guestfish-actions.pod:3836
25529 msgid "scrub-device"
25530 msgstr ""
25531
25532 #. type: verbatim
25533 #: ../fish/guestfish-actions.pod:3838
25534 #, no-wrap
25535 msgid ""
25536 " scrub-device device\n"
25537 "\n"
25538 msgstr ""
25539
25540 #. type: =head2
25541 #: ../fish/guestfish-actions.pod:3849
25542 msgid "scrub-file"
25543 msgstr ""
25544
25545 #. type: verbatim
25546 #: ../fish/guestfish-actions.pod:3851
25547 #, no-wrap
25548 msgid ""
25549 " scrub-file file\n"
25550 "\n"
25551 msgstr ""
25552
25553 #. type: =head2
25554 #: ../fish/guestfish-actions.pod:3861
25555 msgid "scrub-freespace"
25556 msgstr ""
25557
25558 #. type: verbatim
25559 #: ../fish/guestfish-actions.pod:3863
25560 #, no-wrap
25561 msgid ""
25562 " scrub-freespace dir\n"
25563 "\n"
25564 msgstr ""
25565
25566 #. type: textblock
25567 #: ../fish/guestfish-actions.pod:3865
25568 msgid ""
25569 "This command creates the directory C<dir> and then fills it with files until "
25570 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25571 "deletes them.  The intention is to scrub any free space on the partition "
25572 "containing C<dir>."
25573 msgstr ""
25574
25575 #. type: =head2
25576 #: ../fish/guestfish-actions.pod:3874
25577 msgid "set-append"
25578 msgstr ""
25579
25580 #. type: =head2
25581 #: ../fish/guestfish-actions.pod:3876
25582 msgid "append"
25583 msgstr ""
25584
25585 #. type: verbatim
25586 #: ../fish/guestfish-actions.pod:3878
25587 #, no-wrap
25588 msgid ""
25589 " set-append append\n"
25590 "\n"
25591 msgstr ""
25592
25593 #. type: =head2
25594 #: ../fish/guestfish-actions.pod:3889
25595 msgid "set-attach-method"
25596 msgstr ""
25597
25598 #. type: =head2
25599 #: ../fish/guestfish-actions.pod:3891
25600 msgid "attach-method"
25601 msgstr ""
25602
25603 #. type: verbatim
25604 #: ../fish/guestfish-actions.pod:3893
25605 #, no-wrap
25606 msgid ""
25607 " set-attach-method attachmethod\n"
25608 "\n"
25609 msgstr ""
25610
25611 #. type: =head2
25612 #: ../fish/guestfish-actions.pod:3915
25613 msgid "set-autosync"
25614 msgstr ""
25615
25616 #. type: =head2
25617 #: ../fish/guestfish-actions.pod:3917
25618 msgid "autosync"
25619 msgstr ""
25620
25621 #. type: verbatim
25622 #: ../fish/guestfish-actions.pod:3919
25623 #, no-wrap
25624 msgid ""
25625 " set-autosync true|false\n"
25626 "\n"
25627 msgstr ""
25628
25629 #. type: =head2
25630 #: ../fish/guestfish-actions.pod:3929
25631 msgid "set-direct"
25632 msgstr ""
25633
25634 #. type: =head2
25635 #: ../fish/guestfish-actions.pod:3931
25636 msgid "direct"
25637 msgstr ""
25638
25639 #. type: verbatim
25640 #: ../fish/guestfish-actions.pod:3933
25641 #, no-wrap
25642 msgid ""
25643 " set-direct true|false\n"
25644 "\n"
25645 msgstr ""
25646
25647 #. type: textblock
25648 #: ../fish/guestfish-actions.pod:3939
25649 msgid ""
25650 "One consequence of this is that log messages aren't caught by the library "
25651 "and handled by L</set-log-message-callback>, but go straight to stdout."
25652 msgstr ""
25653
25654 #. type: =head2
25655 #: ../fish/guestfish-actions.pod:3948
25656 msgid "set-e2label"
25657 msgstr ""
25658
25659 #. type: verbatim
25660 #: ../fish/guestfish-actions.pod:3950
25661 #, no-wrap
25662 msgid ""
25663 " set-e2label device label\n"
25664 "\n"
25665 msgstr ""
25666
25667 #. type: textblock
25668 #: ../fish/guestfish-actions.pod:3956
25669 msgid ""
25670 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25671 "label on a filesystem."
25672 msgstr ""
25673
25674 #. type: =head2
25675 #: ../fish/guestfish-actions.pod:3959
25676 msgid "set-e2uuid"
25677 msgstr ""
25678
25679 #. type: verbatim
25680 #: ../fish/guestfish-actions.pod:3961
25681 #, no-wrap
25682 msgid ""
25683 " set-e2uuid device uuid\n"
25684 "\n"
25685 msgstr ""
25686
25687 #. type: textblock
25688 #: ../fish/guestfish-actions.pod:3968
25689 msgid ""
25690 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25691 "UUID of a filesystem."
25692 msgstr ""
25693
25694 #. type: =head2
25695 #: ../fish/guestfish-actions.pod:3971
25696 msgid "set-memsize"
25697 msgstr ""
25698
25699 #. type: =head2
25700 #: ../fish/guestfish-actions.pod:3973
25701 msgid "memsize"
25702 msgstr ""
25703
25704 #. type: verbatim
25705 #: ../fish/guestfish-actions.pod:3975
25706 #, no-wrap
25707 msgid ""
25708 " set-memsize memsize\n"
25709 "\n"
25710 msgstr ""
25711
25712 #. type: textblock
25713 #: ../fish/guestfish-actions.pod:3977
25714 msgid ""
25715 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25716 "This only has any effect if called before L</launch>."
25717 msgstr ""
25718
25719 #. type: =head2
25720 #: ../fish/guestfish-actions.pod:3988
25721 msgid "set-network"
25722 msgstr ""
25723
25724 #. type: =head2
25725 #: ../fish/guestfish-actions.pod:3990
25726 msgid "network"
25727 msgstr ""
25728
25729 #. type: verbatim
25730 #: ../fish/guestfish-actions.pod:3992
25731 #, no-wrap
25732 msgid ""
25733 " set-network true|false\n"
25734 "\n"
25735 msgstr ""
25736
25737 #. type: textblock
25738 #: ../fish/guestfish-actions.pod:4000
25739 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25740 msgstr ""
25741
25742 #. type: =head2
25743 #: ../fish/guestfish-actions.pod:4003
25744 msgid "set-path"
25745 msgstr ""
25746
25747 #. type: =head2
25748 #: ../fish/guestfish-actions.pod:4005
25749 msgid "path"
25750 msgstr ""
25751
25752 #. type: verbatim
25753 #: ../fish/guestfish-actions.pod:4007
25754 #, no-wrap
25755 msgid ""
25756 " set-path searchpath\n"
25757 "\n"
25758 msgstr ""
25759
25760 #. type: =head2
25761 #: ../fish/guestfish-actions.pod:4016
25762 msgid "set-qemu"
25763 msgstr ""
25764
25765 #. type: =head2
25766 #: ../fish/guestfish-actions.pod:4018
25767 msgid "qemu"
25768 msgstr ""
25769
25770 #. type: verbatim
25771 #: ../fish/guestfish-actions.pod:4020
25772 #, no-wrap
25773 msgid ""
25774 " set-qemu qemu\n"
25775 "\n"
25776 msgstr ""
25777
25778 #. type: =head2
25779 #: ../fish/guestfish-actions.pod:4040
25780 msgid "set-recovery-proc"
25781 msgstr ""
25782
25783 #. type: =head2
25784 #: ../fish/guestfish-actions.pod:4042
25785 msgid "recovery-proc"
25786 msgstr ""
25787
25788 #. type: verbatim
25789 #: ../fish/guestfish-actions.pod:4044
25790 #, no-wrap
25791 msgid ""
25792 " set-recovery-proc true|false\n"
25793 "\n"
25794 msgstr ""
25795
25796 #. type: textblock
25797 #: ../fish/guestfish-actions.pod:4046
25798 msgid ""
25799 "If this is called with the parameter C<false> then L</launch> does not "
25800 "create a recovery process.  The purpose of the recovery process is to stop "
25801 "runaway qemu processes in the case where the main program aborts abruptly."
25802 msgstr ""
25803
25804 #. type: textblock
25805 #: ../fish/guestfish-actions.pod:4051
25806 msgid ""
25807 "This only has any effect if called before L</launch>, and the default is "
25808 "true."
25809 msgstr ""
25810
25811 #. type: =head2
25812 #: ../fish/guestfish-actions.pod:4060
25813 msgid "set-selinux"
25814 msgstr ""
25815
25816 #. type: =head2
25817 #: ../fish/guestfish-actions.pod:4062
25818 msgid "selinux"
25819 msgstr ""
25820
25821 #. type: verbatim
25822 #: ../fish/guestfish-actions.pod:4064
25823 #, no-wrap
25824 msgid ""
25825 " set-selinux true|false\n"
25826 "\n"
25827 msgstr ""
25828
25829 #. type: =head2
25830 #: ../fish/guestfish-actions.pod:4075
25831 msgid "set-trace"
25832 msgstr ""
25833
25834 #. type: =head2
25835 #: ../fish/guestfish-actions.pod:4077
25836 msgid "trace"
25837 msgstr ""
25838
25839 #. type: verbatim
25840 #: ../fish/guestfish-actions.pod:4079
25841 #, no-wrap
25842 msgid ""
25843 " set-trace true|false\n"
25844 "\n"
25845 msgstr ""
25846
25847 #. type: textblock
25848 #: ../fish/guestfish-actions.pod:4091
25849 msgid ""
25850 "Trace messages are normally sent to C<stderr>, unless you register a "
25851 "callback to send them somewhere else (see L</set-event-callback>)."
25852 msgstr ""
25853
25854 #. type: =head2
25855 #: ../fish/guestfish-actions.pod:4095
25856 msgid "set-verbose"
25857 msgstr ""
25858
25859 #. type: =head2
25860 #: ../fish/guestfish-actions.pod:4097
25861 msgid "verbose"
25862 msgstr ""
25863
25864 #. type: verbatim
25865 #: ../fish/guestfish-actions.pod:4099
25866 #, no-wrap
25867 msgid ""
25868 " set-verbose true|false\n"
25869 "\n"
25870 msgstr ""
25871
25872 #. type: textblock
25873 #: ../fish/guestfish-actions.pod:4106
25874 msgid ""
25875 "Verbose messages are normally sent to C<stderr>, unless you register a "
25876 "callback to send them somewhere else (see L</set-event-callback>)."
25877 msgstr ""
25878
25879 #. type: =head2
25880 #: ../fish/guestfish-actions.pod:4110
25881 msgid "setcon"
25882 msgstr ""
25883
25884 #. type: verbatim
25885 #: ../fish/guestfish-actions.pod:4112
25886 #, no-wrap
25887 msgid ""
25888 " setcon context\n"
25889 "\n"
25890 msgstr ""
25891
25892 #. type: =head2
25893 #: ../fish/guestfish-actions.pod:4119
25894 msgid "setxattr"
25895 msgstr ""
25896
25897 #. type: verbatim
25898 #: ../fish/guestfish-actions.pod:4121
25899 #, no-wrap
25900 msgid ""
25901 " setxattr xattr val vallen path\n"
25902 "\n"
25903 msgstr ""
25904
25905 #. type: textblock
25906 #: ../fish/guestfish-actions.pod:4127
25907 msgid "See also: L</lsetxattr>, L<attr(5)>."
25908 msgstr ""
25909
25910 #. type: =head2
25911 #: ../fish/guestfish-actions.pod:4129
25912 msgid "sfdisk"
25913 msgstr ""
25914
25915 #. type: verbatim
25916 #: ../fish/guestfish-actions.pod:4131
25917 #, no-wrap
25918 msgid ""
25919 " sfdisk device cyls heads sectors 'lines ...'\n"
25920 "\n"
25921 msgstr ""
25922
25923 #. type: textblock
25924 #: ../fish/guestfish-actions.pod:4153
25925 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25926 msgstr ""
25927
25928 #. type: =head2
25929 #: ../fish/guestfish-actions.pod:4159
25930 msgid "sfdiskM"
25931 msgstr ""
25932
25933 #. type: verbatim
25934 #: ../fish/guestfish-actions.pod:4161
25935 #, no-wrap
25936 msgid ""
25937 " sfdiskM device 'lines ...'\n"
25938 "\n"
25939 msgstr ""
25940
25941 #. type: textblock
25942 #: ../fish/guestfish-actions.pod:4163
25943 msgid ""
25944 "This is a simplified interface to the L</sfdisk> command, where partition "
25945 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25946 "you don't need to specify the cyls, heads and sectors parameters which were "
25947 "rarely if ever used anyway."
25948 msgstr ""
25949
25950 #. type: textblock
25951 #: ../fish/guestfish-actions.pod:4169
25952 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25953 msgstr ""
25954
25955 #. type: =head2
25956 #: ../fish/guestfish-actions.pod:4175
25957 msgid "sfdisk-N"
25958 msgstr ""
25959
25960 #. type: verbatim
25961 #: ../fish/guestfish-actions.pod:4177
25962 #, no-wrap
25963 msgid ""
25964 " sfdisk-N device partnum cyls heads sectors line\n"
25965 "\n"
25966 msgstr ""
25967
25968 #. type: textblock
25969 #: ../fish/guestfish-actions.pod:4182
25970 msgid ""
25971 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25972 "cyls/heads/sectors parameters."
25973 msgstr ""
25974
25975 #. type: textblock
25976 #: ../fish/guestfish-actions.pod:4185
25977 msgid "See also: L</part-add>"
25978 msgstr ""
25979
25980 #. type: =head2
25981 #: ../fish/guestfish-actions.pod:4190
25982 msgid "sfdisk-disk-geometry"
25983 msgstr ""
25984
25985 #. type: verbatim
25986 #: ../fish/guestfish-actions.pod:4192
25987 #, no-wrap
25988 msgid ""
25989 " sfdisk-disk-geometry device\n"
25990 "\n"
25991 msgstr ""
25992
25993 #. type: textblock
25994 #: ../fish/guestfish-actions.pod:4194
25995 msgid ""
25996 "This displays the disk geometry of C<device> read from the partition table.  "
25997 "Especially in the case where the underlying block device has been resized, "
25998 "this can be different from the kernel's idea of the geometry (see "
25999 "L</sfdisk-kernel-geometry>)."
26000 msgstr ""
26001
26002 #. type: =head2
26003 #: ../fish/guestfish-actions.pod:4202
26004 msgid "sfdisk-kernel-geometry"
26005 msgstr ""
26006
26007 #. type: verbatim
26008 #: ../fish/guestfish-actions.pod:4204
26009 #, no-wrap
26010 msgid ""
26011 " sfdisk-kernel-geometry device\n"
26012 "\n"
26013 msgstr ""
26014
26015 #. type: =head2
26016 #: ../fish/guestfish-actions.pod:4211
26017 msgid "sfdisk-l"
26018 msgstr ""
26019
26020 #. type: verbatim
26021 #: ../fish/guestfish-actions.pod:4213
26022 #, no-wrap
26023 msgid ""
26024 " sfdisk-l device\n"
26025 "\n"
26026 msgstr ""
26027
26028 #. type: textblock
26029 #: ../fish/guestfish-actions.pod:4219
26030 msgid "See also: L</part-list>"
26031 msgstr ""
26032
26033 #. type: =head2
26034 #: ../fish/guestfish-actions.pod:4221
26035 msgid "sh"
26036 msgstr ""
26037
26038 #. type: verbatim
26039 #: ../fish/guestfish-actions.pod:4223
26040 #, no-wrap
26041 msgid ""
26042 " sh command\n"
26043 "\n"
26044 msgstr ""
26045
26046 #. type: textblock
26047 #: ../fish/guestfish-actions.pod:4228
26048 msgid "This is like L</command>, but passes the command to:"
26049 msgstr ""
26050
26051 #. type: textblock
26052 #: ../fish/guestfish-actions.pod:4236
26053 msgid "All the provisos about L</command> apply to this call."
26054 msgstr ""
26055
26056 #. type: =head2
26057 #: ../fish/guestfish-actions.pod:4238
26058 msgid "sh-lines"
26059 msgstr ""
26060
26061 #. type: verbatim
26062 #: ../fish/guestfish-actions.pod:4240
26063 #, no-wrap
26064 msgid ""
26065 " sh-lines command\n"
26066 "\n"
26067 msgstr ""
26068
26069 #. type: textblock
26070 #: ../fish/guestfish-actions.pod:4242
26071 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26072 msgstr ""
26073
26074 #. type: textblock
26075 #: ../fish/guestfish-actions.pod:4245
26076 msgid "See also: L</command-lines>"
26077 msgstr ""
26078
26079 #. type: =head2
26080 #: ../fish/guestfish-actions.pod:4247
26081 msgid "sleep"
26082 msgstr ""
26083
26084 #. type: verbatim
26085 #: ../fish/guestfish-actions.pod:4249
26086 #, no-wrap
26087 msgid ""
26088 " sleep secs\n"
26089 "\n"
26090 msgstr ""
26091
26092 #. type: =head2
26093 #: ../fish/guestfish-actions.pod:4253
26094 msgid "stat"
26095 msgstr ""
26096
26097 #. type: verbatim
26098 #: ../fish/guestfish-actions.pod:4255
26099 #, no-wrap
26100 msgid ""
26101 " stat path\n"
26102 "\n"
26103 msgstr ""
26104
26105 #. type: =head2
26106 #: ../fish/guestfish-actions.pod:4261
26107 msgid "statvfs"
26108 msgstr ""
26109
26110 #. type: verbatim
26111 #: ../fish/guestfish-actions.pod:4263
26112 #, no-wrap
26113 msgid ""
26114 " statvfs path\n"
26115 "\n"
26116 msgstr ""
26117
26118 #. type: =head2
26119 #: ../fish/guestfish-actions.pod:4271
26120 msgid "strings"
26121 msgstr ""
26122
26123 #. type: verbatim
26124 #: ../fish/guestfish-actions.pod:4273
26125 #, no-wrap
26126 msgid ""
26127 " strings path\n"
26128 "\n"
26129 msgstr ""
26130
26131 #. type: =head2
26132 #: ../fish/guestfish-actions.pod:4281
26133 msgid "strings-e"
26134 msgstr ""
26135
26136 #. type: verbatim
26137 #: ../fish/guestfish-actions.pod:4283
26138 #, no-wrap
26139 msgid ""
26140 " strings-e encoding path\n"
26141 "\n"
26142 msgstr ""
26143
26144 #. type: textblock
26145 #: ../fish/guestfish-actions.pod:4285
26146 msgid ""
26147 "This is like the L</strings> command, but allows you to specify the encoding "
26148 "of strings that are looked for in the source file C<path>."
26149 msgstr ""
26150
26151 #. type: textblock
26152 #: ../fish/guestfish-actions.pod:4295
26153 msgid ""
26154 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26155 "ISO-8859-X (this is what L</strings> uses)."
26156 msgstr ""
26157
26158 #. type: =head2
26159 #: ../fish/guestfish-actions.pod:4327
26160 msgid "swapoff-device"
26161 msgstr ""
26162
26163 #. type: verbatim
26164 #: ../fish/guestfish-actions.pod:4329
26165 #, no-wrap
26166 msgid ""
26167 " swapoff-device device\n"
26168 "\n"
26169 msgstr ""
26170
26171 #. type: textblock
26172 #: ../fish/guestfish-actions.pod:4331
26173 msgid ""
26174 "This command disables the libguestfs appliance swap device or partition "
26175 "named C<device>.  See L</swapon-device>."
26176 msgstr ""
26177
26178 #. type: =head2
26179 #: ../fish/guestfish-actions.pod:4335
26180 msgid "swapoff-file"
26181 msgstr ""
26182
26183 #. type: verbatim
26184 #: ../fish/guestfish-actions.pod:4337
26185 #, no-wrap
26186 msgid ""
26187 " swapoff-file file\n"
26188 "\n"
26189 msgstr ""
26190
26191 #. type: =head2
26192 #: ../fish/guestfish-actions.pod:4341
26193 msgid "swapoff-label"
26194 msgstr ""
26195
26196 #. type: verbatim
26197 #: ../fish/guestfish-actions.pod:4343
26198 #, no-wrap
26199 msgid ""
26200 " swapoff-label label\n"
26201 "\n"
26202 msgstr ""
26203
26204 #. type: =head2
26205 #: ../fish/guestfish-actions.pod:4348
26206 msgid "swapoff-uuid"
26207 msgstr ""
26208
26209 #. type: verbatim
26210 #: ../fish/guestfish-actions.pod:4350
26211 #, no-wrap
26212 msgid ""
26213 " swapoff-uuid uuid\n"
26214 "\n"
26215 msgstr ""
26216
26217 #. type: =head2
26218 #: ../fish/guestfish-actions.pod:4355
26219 msgid "swapon-device"
26220 msgstr ""
26221
26222 #. type: verbatim
26223 #: ../fish/guestfish-actions.pod:4357
26224 #, no-wrap
26225 msgid ""
26226 " swapon-device device\n"
26227 "\n"
26228 msgstr ""
26229
26230 #. type: textblock
26231 #: ../fish/guestfish-actions.pod:4359
26232 msgid ""
26233 "This command enables the libguestfs appliance to use the swap device or "
26234 "partition named C<device>.  The increased memory is made available for all "
26235 "commands, for example those run using L</command> or L</sh>."
26236 msgstr ""
26237
26238 #. type: =head2
26239 #: ../fish/guestfish-actions.pod:4371
26240 msgid "swapon-file"
26241 msgstr ""
26242
26243 #. type: verbatim
26244 #: ../fish/guestfish-actions.pod:4373
26245 #, no-wrap
26246 msgid ""
26247 " swapon-file file\n"
26248 "\n"
26249 msgstr ""
26250
26251 #. type: textblock
26252 #: ../fish/guestfish-actions.pod:4375
26253 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26254 msgstr ""
26255
26256 #. type: =head2
26257 #: ../fish/guestfish-actions.pod:4378
26258 msgid "swapon-label"
26259 msgstr ""
26260
26261 #. type: verbatim
26262 #: ../fish/guestfish-actions.pod:4380
26263 #, no-wrap
26264 msgid ""
26265 " swapon-label label\n"
26266 "\n"
26267 msgstr ""
26268
26269 #. type: textblock
26270 #: ../fish/guestfish-actions.pod:4382
26271 msgid ""
26272 "This command enables swap to a labeled swap partition.  See "
26273 "L</swapon-device> for other notes."
26274 msgstr ""
26275
26276 #. type: =head2
26277 #: ../fish/guestfish-actions.pod:4385
26278 msgid "swapon-uuid"
26279 msgstr ""
26280
26281 #. type: verbatim
26282 #: ../fish/guestfish-actions.pod:4387
26283 #, no-wrap
26284 msgid ""
26285 " swapon-uuid uuid\n"
26286 "\n"
26287 msgstr ""
26288
26289 #. type: textblock
26290 #: ../fish/guestfish-actions.pod:4389
26291 msgid ""
26292 "This command enables swap to a swap partition with the given UUID.  See "
26293 "L</swapon-device> for other notes."
26294 msgstr ""
26295
26296 #. type: =head2
26297 #: ../fish/guestfish-actions.pod:4392
26298 msgid "sync"
26299 msgstr ""
26300
26301 #. type: verbatim
26302 #: ../fish/guestfish-actions.pod:4394
26303 #, no-wrap
26304 msgid ""
26305 " sync\n"
26306 "\n"
26307 msgstr ""
26308
26309 #. type: =head2
26310 #: ../fish/guestfish-actions.pod:4402
26311 msgid "tail"
26312 msgstr ""
26313
26314 #. type: verbatim
26315 #: ../fish/guestfish-actions.pod:4404
26316 #, no-wrap
26317 msgid ""
26318 " tail path\n"
26319 "\n"
26320 msgstr ""
26321
26322 #. type: =head2
26323 #: ../fish/guestfish-actions.pod:4412
26324 msgid "tail-n"
26325 msgstr ""
26326
26327 #. type: verbatim
26328 #: ../fish/guestfish-actions.pod:4414
26329 #, no-wrap
26330 msgid ""
26331 " tail-n nrlines path\n"
26332 "\n"
26333 msgstr ""
26334
26335 #. type: =head2
26336 #: ../fish/guestfish-actions.pod:4427
26337 msgid "tar-in"
26338 msgstr ""
26339
26340 #. type: verbatim
26341 #: ../fish/guestfish-actions.pod:4429
26342 #, no-wrap
26343 msgid ""
26344 " tar-in (tarfile|-) directory\n"
26345 "\n"
26346 msgstr ""
26347
26348 #. type: textblock
26349 #: ../fish/guestfish-actions.pod:4434
26350 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26351 msgstr ""
26352
26353 #. type: =head2
26354 #: ../fish/guestfish-actions.pod:4439
26355 msgid "tar-out"
26356 msgstr ""
26357
26358 #. type: verbatim
26359 #: ../fish/guestfish-actions.pod:4441
26360 #, no-wrap
26361 msgid ""
26362 " tar-out directory (tarfile|-)\n"
26363 "\n"
26364 msgstr ""
26365
26366 #. type: textblock
26367 #: ../fish/guestfish-actions.pod:4446
26368 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26369 msgstr ""
26370
26371 #. type: =head2
26372 #: ../fish/guestfish-actions.pod:4451
26373 msgid "tgz-in"
26374 msgstr ""
26375
26376 #. type: verbatim
26377 #: ../fish/guestfish-actions.pod:4453
26378 #, no-wrap
26379 msgid ""
26380 " tgz-in (tarball|-) directory\n"
26381 "\n"
26382 msgstr ""
26383
26384 #. type: textblock
26385 #: ../fish/guestfish-actions.pod:4458
26386 msgid "To upload an uncompressed tarball, use L</tar-in>."
26387 msgstr ""
26388
26389 #. type: =head2
26390 #: ../fish/guestfish-actions.pod:4462
26391 msgid "tgz-out"
26392 msgstr ""
26393
26394 #. type: verbatim
26395 #: ../fish/guestfish-actions.pod:4464
26396 #, no-wrap
26397 msgid ""
26398 " tgz-out directory (tarball|-)\n"
26399 "\n"
26400 msgstr ""
26401
26402 #. type: textblock
26403 #: ../fish/guestfish-actions.pod:4469
26404 msgid "To download an uncompressed tarball, use L</tar-out>."
26405 msgstr ""
26406
26407 #. type: =head2
26408 #: ../fish/guestfish-actions.pod:4473
26409 msgid "touch"
26410 msgstr ""
26411
26412 #. type: verbatim
26413 #: ../fish/guestfish-actions.pod:4475
26414 #, no-wrap
26415 msgid ""
26416 " touch path\n"
26417 "\n"
26418 msgstr ""
26419
26420 #. type: =head2
26421 #: ../fish/guestfish-actions.pod:4484
26422 msgid "truncate"
26423 msgstr ""
26424
26425 #. type: verbatim
26426 #: ../fish/guestfish-actions.pod:4486
26427 #, no-wrap
26428 msgid ""
26429 " truncate path\n"
26430 "\n"
26431 msgstr ""
26432
26433 #. type: =head2
26434 #: ../fish/guestfish-actions.pod:4491
26435 msgid "truncate-size"
26436 msgstr ""
26437
26438 #. type: verbatim
26439 #: ../fish/guestfish-actions.pod:4493
26440 #, no-wrap
26441 msgid ""
26442 " truncate-size path size\n"
26443 "\n"
26444 msgstr ""
26445
26446 #. type: textblock
26447 #: ../fish/guestfish-actions.pod:4498
26448 msgid ""
26449 "If the current file size is less than C<size> then the file is extended to "
26450 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26451 "blocks are not allocated for the file until you write to it).  To create a "
26452 "non-sparse file of zeroes, use L</fallocate64> instead."
26453 msgstr ""
26454
26455 #. type: =head2
26456 #: ../fish/guestfish-actions.pod:4504
26457 msgid "tune2fs-l"
26458 msgstr ""
26459
26460 #. type: verbatim
26461 #: ../fish/guestfish-actions.pod:4506
26462 #, no-wrap
26463 msgid ""
26464 " tune2fs-l device\n"
26465 "\n"
26466 msgstr ""
26467
26468 #. type: =head2
26469 #: ../fish/guestfish-actions.pod:4516
26470 msgid "txz-in"
26471 msgstr ""
26472
26473 #. type: verbatim
26474 #: ../fish/guestfish-actions.pod:4518
26475 #, no-wrap
26476 msgid ""
26477 " txz-in (tarball|-) directory\n"
26478 "\n"
26479 msgstr ""
26480
26481 #. type: =head2
26482 #: ../fish/guestfish-actions.pod:4525
26483 msgid "txz-out"
26484 msgstr ""
26485
26486 #. type: verbatim
26487 #: ../fish/guestfish-actions.pod:4527
26488 #, no-wrap
26489 msgid ""
26490 " txz-out directory (tarball|-)\n"
26491 "\n"
26492 msgstr ""
26493
26494 #. type: =head2
26495 #: ../fish/guestfish-actions.pod:4534
26496 msgid "umask"
26497 msgstr ""
26498
26499 #. type: verbatim
26500 #: ../fish/guestfish-actions.pod:4536
26501 #, no-wrap
26502 msgid ""
26503 " umask mask\n"
26504 "\n"
26505 msgstr ""
26506
26507 #. type: textblock
26508 #: ../fish/guestfish-actions.pod:4550
26509 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26510 msgstr ""
26511
26512 #. type: =head2
26513 #: ../fish/guestfish-actions.pod:4555
26514 msgid "umount"
26515 msgstr ""
26516
26517 #. type: =head2
26518 #: ../fish/guestfish-actions.pod:4557
26519 msgid "unmount"
26520 msgstr ""
26521
26522 #. type: verbatim
26523 #: ../fish/guestfish-actions.pod:4559
26524 #, no-wrap
26525 msgid ""
26526 " umount pathordevice\n"
26527 "\n"
26528 msgstr ""
26529
26530 #. type: =head2
26531 #: ../fish/guestfish-actions.pod:4565
26532 msgid "umount-all"
26533 msgstr ""
26534
26535 #. type: =head2
26536 #: ../fish/guestfish-actions.pod:4567
26537 msgid "unmount-all"
26538 msgstr ""
26539
26540 #. type: verbatim
26541 #: ../fish/guestfish-actions.pod:4569
26542 #, no-wrap
26543 msgid ""
26544 " umount-all\n"
26545 "\n"
26546 msgstr ""
26547
26548 #. type: =head2
26549 #: ../fish/guestfish-actions.pod:4575
26550 msgid "upload"
26551 msgstr ""
26552
26553 #. type: verbatim
26554 #: ../fish/guestfish-actions.pod:4577
26555 #, no-wrap
26556 msgid ""
26557 " upload (filename|-) remotefilename\n"
26558 "\n"
26559 msgstr ""
26560
26561 #. type: textblock
26562 #: ../fish/guestfish-actions.pod:4584
26563 msgid "See also L</download>."
26564 msgstr ""
26565
26566 #. type: =head2
26567 #: ../fish/guestfish-actions.pod:4588
26568 msgid "upload-offset"
26569 msgstr ""
26570
26571 #. type: verbatim
26572 #: ../fish/guestfish-actions.pod:4590
26573 #, no-wrap
26574 msgid ""
26575 " upload-offset (filename|-) remotefilename offset\n"
26576 "\n"
26577 msgstr ""
26578
26579 #. type: textblock
26580 #: ../fish/guestfish-actions.pod:4602
26581 msgid ""
26582 "Note that there is no limit on the amount of data that can be uploaded with "
26583 "this call, unlike with L</pwrite>, and this call always writes the full "
26584 "amount unless an error occurs."
26585 msgstr ""
26586
26587 #. type: textblock
26588 #: ../fish/guestfish-actions.pod:4607
26589 msgid "See also L</upload>, L</pwrite>."
26590 msgstr ""
26591
26592 #. type: =head2
26593 #: ../fish/guestfish-actions.pod:4611
26594 msgid "utimens"
26595 msgstr ""
26596
26597 #. type: verbatim
26598 #: ../fish/guestfish-actions.pod:4613
26599 #, no-wrap
26600 msgid ""
26601 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26602 "\n"
26603 msgstr ""
26604
26605 #. type: =head2
26606 #: ../fish/guestfish-actions.pod:4632
26607 msgid "version"
26608 msgstr ""
26609
26610 #. type: verbatim
26611 #: ../fish/guestfish-actions.pod:4634
26612 #, no-wrap
26613 msgid ""
26614 " version\n"
26615 "\n"
26616 msgstr ""
26617
26618 #. type: textblock
26619 #: ../fish/guestfish-actions.pod:4661
26620 msgid ""
26621 "I<Note:> Don't use this call to test for availability of features.  In "
26622 "enterprise distributions we backport features from later versions into "
26623 "earlier versions, making this an unreliable way to test for features.  Use "
26624 "L</available> instead."
26625 msgstr ""
26626
26627 #. type: =head2
26628 #: ../fish/guestfish-actions.pod:4667
26629 msgid "vfs-label"
26630 msgstr ""
26631
26632 #. type: verbatim
26633 #: ../fish/guestfish-actions.pod:4669
26634 #, no-wrap
26635 msgid ""
26636 " vfs-label device\n"
26637 "\n"
26638 msgstr ""
26639
26640 #. type: textblock
26641 #: ../fish/guestfish-actions.pod:4676
26642 msgid "To find a filesystem from the label, use L</findfs-label>."
26643 msgstr ""
26644
26645 #. type: =head2
26646 #: ../fish/guestfish-actions.pod:4678
26647 msgid "vfs-type"
26648 msgstr ""
26649
26650 #. type: verbatim
26651 #: ../fish/guestfish-actions.pod:4680
26652 #, no-wrap
26653 msgid ""
26654 " vfs-type device\n"
26655 "\n"
26656 msgstr ""
26657
26658 #. type: =head2
26659 #: ../fish/guestfish-actions.pod:4690
26660 msgid "vfs-uuid"
26661 msgstr ""
26662
26663 #. type: verbatim
26664 #: ../fish/guestfish-actions.pod:4692
26665 #, no-wrap
26666 msgid ""
26667 " vfs-uuid device\n"
26668 "\n"
26669 msgstr ""
26670
26671 #. type: textblock
26672 #: ../fish/guestfish-actions.pod:4699
26673 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26674 msgstr ""
26675
26676 #. type: =head2
26677 #: ../fish/guestfish-actions.pod:4701
26678 msgid "vg-activate"
26679 msgstr ""
26680
26681 #. type: verbatim
26682 #: ../fish/guestfish-actions.pod:4703
26683 #, no-wrap
26684 msgid ""
26685 " vg-activate true|false 'volgroups ...'\n"
26686 "\n"
26687 msgstr ""
26688
26689 #. type: =head2
26690 #: ../fish/guestfish-actions.pod:4716
26691 msgid "vg-activate-all"
26692 msgstr ""
26693
26694 #. type: verbatim
26695 #: ../fish/guestfish-actions.pod:4718
26696 #, no-wrap
26697 msgid ""
26698 " vg-activate-all true|false\n"
26699 "\n"
26700 msgstr ""
26701
26702 #. type: =head2
26703 #: ../fish/guestfish-actions.pod:4728
26704 msgid "vgcreate"
26705 msgstr ""
26706
26707 #. type: verbatim
26708 #: ../fish/guestfish-actions.pod:4730
26709 #, no-wrap
26710 msgid ""
26711 " vgcreate volgroup 'physvols ...'\n"
26712 "\n"
26713 msgstr ""
26714
26715 #. type: =head2
26716 #: ../fish/guestfish-actions.pod:4735
26717 msgid "vglvuuids"
26718 msgstr ""
26719
26720 #. type: verbatim
26721 #: ../fish/guestfish-actions.pod:4737
26722 #, no-wrap
26723 msgid ""
26724 " vglvuuids vgname\n"
26725 "\n"
26726 msgstr ""
26727
26728 #. type: textblock
26729 #: ../fish/guestfish-actions.pod:4742
26730 msgid ""
26731 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26732 "logical volumes and volume groups."
26733 msgstr ""
26734
26735 #. type: textblock
26736 #: ../fish/guestfish-actions.pod:4745
26737 msgid "See also L</vgpvuuids>."
26738 msgstr ""
26739
26740 #. type: =head2
26741 #: ../fish/guestfish-actions.pod:4747
26742 msgid "vgpvuuids"
26743 msgstr ""
26744
26745 #. type: verbatim
26746 #: ../fish/guestfish-actions.pod:4749
26747 #, no-wrap
26748 msgid ""
26749 " vgpvuuids vgname\n"
26750 "\n"
26751 msgstr ""
26752
26753 #. type: textblock
26754 #: ../fish/guestfish-actions.pod:4754
26755 msgid ""
26756 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26757 "physical volumes and volume groups."
26758 msgstr ""
26759
26760 #. type: textblock
26761 #: ../fish/guestfish-actions.pod:4757
26762 msgid "See also L</vglvuuids>."
26763 msgstr ""
26764
26765 #. type: =head2
26766 #: ../fish/guestfish-actions.pod:4759
26767 msgid "vgremove"
26768 msgstr ""
26769
26770 #. type: verbatim
26771 #: ../fish/guestfish-actions.pod:4761
26772 #, no-wrap
26773 msgid ""
26774 " vgremove vgname\n"
26775 "\n"
26776 msgstr ""
26777
26778 #. type: =head2
26779 #: ../fish/guestfish-actions.pod:4768
26780 msgid "vgrename"
26781 msgstr ""
26782
26783 #. type: verbatim
26784 #: ../fish/guestfish-actions.pod:4770
26785 #, no-wrap
26786 msgid ""
26787 " vgrename volgroup newvolgroup\n"
26788 "\n"
26789 msgstr ""
26790
26791 #. type: =head2
26792 #: ../fish/guestfish-actions.pod:4774
26793 msgid "vgs"
26794 msgstr ""
26795
26796 #. type: verbatim
26797 #: ../fish/guestfish-actions.pod:4776
26798 #, no-wrap
26799 msgid ""
26800 " vgs\n"
26801 "\n"
26802 msgstr ""
26803
26804 #. type: textblock
26805 #: ../fish/guestfish-actions.pod:4784
26806 msgid "See also L</vgs-full>."
26807 msgstr ""
26808
26809 #. type: =head2
26810 #: ../fish/guestfish-actions.pod:4786
26811 msgid "vgs-full"
26812 msgstr ""
26813
26814 #. type: verbatim
26815 #: ../fish/guestfish-actions.pod:4788
26816 #, no-wrap
26817 msgid ""
26818 " vgs-full\n"
26819 "\n"
26820 msgstr ""
26821
26822 #. type: =head2
26823 #: ../fish/guestfish-actions.pod:4793
26824 msgid "vgscan"
26825 msgstr ""
26826
26827 #. type: verbatim
26828 #: ../fish/guestfish-actions.pod:4795
26829 #, no-wrap
26830 msgid ""
26831 " vgscan\n"
26832 "\n"
26833 msgstr ""
26834
26835 #. type: =head2
26836 #: ../fish/guestfish-actions.pod:4800
26837 msgid "vguuid"
26838 msgstr ""
26839
26840 #. type: verbatim
26841 #: ../fish/guestfish-actions.pod:4802
26842 #, no-wrap
26843 msgid ""
26844 " vguuid vgname\n"
26845 "\n"
26846 msgstr ""
26847
26848 #. type: =head2
26849 #: ../fish/guestfish-actions.pod:4806
26850 msgid "wc-c"
26851 msgstr ""
26852
26853 #. type: verbatim
26854 #: ../fish/guestfish-actions.pod:4808
26855 #, no-wrap
26856 msgid ""
26857 " wc-c path\n"
26858 "\n"
26859 msgstr ""
26860
26861 #. type: =head2
26862 #: ../fish/guestfish-actions.pod:4813
26863 msgid "wc-l"
26864 msgstr ""
26865
26866 #. type: verbatim
26867 #: ../fish/guestfish-actions.pod:4815
26868 #, no-wrap
26869 msgid ""
26870 " wc-l path\n"
26871 "\n"
26872 msgstr ""
26873
26874 #. type: =head2
26875 #: ../fish/guestfish-actions.pod:4820
26876 msgid "wc-w"
26877 msgstr ""
26878
26879 #. type: verbatim
26880 #: ../fish/guestfish-actions.pod:4822
26881 #, no-wrap
26882 msgid ""
26883 " wc-w path\n"
26884 "\n"
26885 msgstr ""
26886
26887 #. type: =head2
26888 #: ../fish/guestfish-actions.pod:4827
26889 msgid "write"
26890 msgstr ""
26891
26892 #. type: verbatim
26893 #: ../fish/guestfish-actions.pod:4829
26894 #, no-wrap
26895 msgid ""
26896 " write path content\n"
26897 "\n"
26898 msgstr ""
26899
26900 #. type: =head2
26901 #: ../fish/guestfish-actions.pod:4837
26902 msgid "write-file"
26903 msgstr ""
26904
26905 #. type: verbatim
26906 #: ../fish/guestfish-actions.pod:4839
26907 #, no-wrap
26908 msgid ""
26909 " write-file path content size\n"
26910 "\n"
26911 msgstr ""
26912
26913 #. type: =head2
26914 #: ../fish/guestfish-actions.pod:4862
26915 msgid "zegrep"
26916 msgstr ""
26917
26918 #. type: verbatim
26919 #: ../fish/guestfish-actions.pod:4864
26920 #, no-wrap
26921 msgid ""
26922 " zegrep regex path\n"
26923 "\n"
26924 msgstr ""
26925
26926 #. type: =head2
26927 #: ../fish/guestfish-actions.pod:4872
26928 msgid "zegrepi"
26929 msgstr ""
26930
26931 #. type: verbatim
26932 #: ../fish/guestfish-actions.pod:4874
26933 #, no-wrap
26934 msgid ""
26935 " zegrepi regex path\n"
26936 "\n"
26937 msgstr ""
26938
26939 #. type: =head2
26940 #: ../fish/guestfish-actions.pod:4882
26941 msgid "zero"
26942 msgstr ""
26943
26944 #. type: verbatim
26945 #: ../fish/guestfish-actions.pod:4884
26946 #, no-wrap
26947 msgid ""
26948 " zero device\n"
26949 "\n"
26950 msgstr ""
26951
26952 #. type: textblock
26953 #: ../fish/guestfish-actions.pod:4892
26954 msgid "See also: L</zero-device>, L</scrub-device>."
26955 msgstr ""
26956
26957 #. type: =head2
26958 #: ../fish/guestfish-actions.pod:4894
26959 msgid "zero-device"
26960 msgstr ""
26961
26962 #. type: verbatim
26963 #: ../fish/guestfish-actions.pod:4896
26964 #, no-wrap
26965 msgid ""
26966 " zero-device device\n"
26967 "\n"
26968 msgstr ""
26969
26970 #. type: textblock
26971 #: ../fish/guestfish-actions.pod:4898
26972 msgid ""
26973 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26974 "which just zeroes the first few blocks of a device."
26975 msgstr ""
26976
26977 #. type: =head2
26978 #: ../fish/guestfish-actions.pod:4905
26979 msgid "zerofree"
26980 msgstr ""
26981
26982 #. type: verbatim
26983 #: ../fish/guestfish-actions.pod:4907
26984 #, no-wrap
26985 msgid ""
26986 " zerofree device\n"
26987 "\n"
26988 msgstr ""
26989
26990 #. type: =head2
26991 #: ../fish/guestfish-actions.pod:4920
26992 msgid "zfgrep"
26993 msgstr ""
26994
26995 #. type: verbatim
26996 #: ../fish/guestfish-actions.pod:4922
26997 #, no-wrap
26998 msgid ""
26999 " zfgrep pattern path\n"
27000 "\n"
27001 msgstr ""
27002
27003 #. type: =head2
27004 #: ../fish/guestfish-actions.pod:4930
27005 msgid "zfgrepi"
27006 msgstr ""
27007
27008 #. type: verbatim
27009 #: ../fish/guestfish-actions.pod:4932
27010 #, no-wrap
27011 msgid ""
27012 " zfgrepi pattern path\n"
27013 "\n"
27014 msgstr ""
27015
27016 #. type: =head2
27017 #: ../fish/guestfish-actions.pod:4940
27018 msgid "zfile"
27019 msgstr ""
27020
27021 #. type: verbatim
27022 #: ../fish/guestfish-actions.pod:4942
27023 #, no-wrap
27024 msgid ""
27025 " zfile meth path\n"
27026 "\n"
27027 msgstr ""
27028
27029 #. type: textblock
27030 #: ../fish/guestfish-actions.pod:4949
27031 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
27032 msgstr ""
27033
27034 #. type: =head2
27035 #: ../fish/guestfish-actions.pod:4959
27036 msgid "zgrep"
27037 msgstr ""
27038
27039 #. type: verbatim
27040 #: ../fish/guestfish-actions.pod:4961
27041 #, no-wrap
27042 msgid ""
27043 " zgrep regex path\n"
27044 "\n"
27045 msgstr ""
27046
27047 #. type: =head2
27048 #: ../fish/guestfish-actions.pod:4969
27049 msgid "zgrepi"
27050 msgstr ""
27051
27052 #. type: verbatim
27053 #: ../fish/guestfish-actions.pod:4971
27054 #, no-wrap
27055 msgid ""
27056 " zgrepi regex path\n"
27057 "\n"
27058 msgstr ""
27059
27060 #. type: =head2
27061 #: ../fish/guestfish-commands.pod:1
27062 msgid "alloc"
27063 msgstr ""
27064
27065 #. type: =head2
27066 #: ../fish/guestfish-commands.pod:3
27067 msgid "allocate"
27068 msgstr ""
27069
27070 #. type: verbatim
27071 #: ../fish/guestfish-commands.pod:5
27072 #, no-wrap
27073 msgid ""
27074 " alloc filename size\n"
27075 "\n"
27076 msgstr ""
27077
27078 #. type: textblock
27079 #: ../fish/guestfish-commands.pod:7
27080 msgid ""
27081 "This creates an empty (zeroed) file of the given size, and then adds so it "
27082 "can be further examined."
27083 msgstr ""
27084
27085 #. type: textblock
27086 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27087 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27088 msgstr ""
27089
27090 #. type: textblock
27091 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27092 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27093 msgstr ""
27094
27095 #. type: textblock
27096 #: ../fish/guestfish-commands.pod:14
27097 msgid ""
27098 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27099 "image, see L</PREPARED DISK IMAGES>."
27100 msgstr ""
27101
27102 #. type: =head2
27103 #: ../fish/guestfish-commands.pod:17
27104 msgid "copy-in"
27105 msgstr ""
27106
27107 #. type: verbatim
27108 #: ../fish/guestfish-commands.pod:19
27109 #, no-wrap
27110 msgid ""
27111 " copy-in local [local ...] /remotedir\n"
27112 "\n"
27113 msgstr ""
27114
27115 #. type: textblock
27116 #: ../fish/guestfish-commands.pod:21
27117 msgid ""
27118 "C<copy-in> copies local files or directories recursively into the disk "
27119 "image, placing them in the directory called C</remotedir> (which must "
27120 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27121 "other commands as necessary."
27122 msgstr ""
27123
27124 #. type: textblock
27125 #: ../fish/guestfish-commands.pod:26
27126 msgid ""
27127 "Multiple local files and directories can be specified, but the last "
27128 "parameter must always be a remote directory.  Wildcards cannot be used."
27129 msgstr ""
27130
27131 #. type: =head2
27132 #: ../fish/guestfish-commands.pod:30
27133 msgid "copy-out"
27134 msgstr ""
27135
27136 #. type: verbatim
27137 #: ../fish/guestfish-commands.pod:32
27138 #, no-wrap
27139 msgid ""
27140 " copy-out remote [remote ...] localdir\n"
27141 "\n"
27142 msgstr ""
27143
27144 #. type: textblock
27145 #: ../fish/guestfish-commands.pod:34
27146 msgid ""
27147 "C<copy-out> copies remote files or directories recursively out of the disk "
27148 "image, placing them on the host disk in a local directory called C<localdir> "
27149 "(which must exist).  This guestfish meta-command turns into a sequence of "
27150 "L</download>, L</tar-out> and other commands as necessary."
27151 msgstr ""
27152
27153 #. type: textblock
27154 #: ../fish/guestfish-commands.pod:40
27155 msgid ""
27156 "Multiple remote files and directories can be specified, but the last "
27157 "parameter must always be a local directory.  To download to the current "
27158 "directory, use C<.> as in:"
27159 msgstr ""
27160
27161 #. type: verbatim
27162 #: ../fish/guestfish-commands.pod:44
27163 #, no-wrap
27164 msgid ""
27165 " copy-out /home .\n"
27166 "\n"
27167 msgstr ""
27168
27169 #. type: textblock
27170 #: ../fish/guestfish-commands.pod:46
27171 msgid ""
27172 "Wildcards cannot be used in the ordinary command, but you can use them with "
27173 "the help of L</glob> like this:"
27174 msgstr ""
27175
27176 #. type: verbatim
27177 #: ../fish/guestfish-commands.pod:49
27178 #, no-wrap
27179 msgid ""
27180 " glob copy-out /home/* .\n"
27181 "\n"
27182 msgstr ""
27183
27184 #. type: =head2
27185 #: ../fish/guestfish-commands.pod:51
27186 msgid "echo"
27187 msgstr ""
27188
27189 #. type: verbatim
27190 #: ../fish/guestfish-commands.pod:53
27191 #, no-wrap
27192 msgid ""
27193 " echo [params ...]\n"
27194 "\n"
27195 msgstr ""
27196
27197 #. type: textblock
27198 #: ../fish/guestfish-commands.pod:55
27199 msgid "This echos the parameters to the terminal."
27200 msgstr ""
27201
27202 #. type: =head2
27203 #: ../fish/guestfish-commands.pod:57
27204 msgid "edit"
27205 msgstr ""
27206
27207 #. type: =head2
27208 #: ../fish/guestfish-commands.pod:59
27209 msgid "vi"
27210 msgstr ""
27211
27212 #. type: =head2
27213 #: ../fish/guestfish-commands.pod:61
27214 msgid "emacs"
27215 msgstr ""
27216
27217 #. type: verbatim
27218 #: ../fish/guestfish-commands.pod:63
27219 #, no-wrap
27220 msgid ""
27221 " edit filename\n"
27222 "\n"
27223 msgstr ""
27224
27225 #. type: textblock
27226 #: ../fish/guestfish-commands.pod:65
27227 msgid ""
27228 "This is used to edit a file.  It downloads the file, edits it locally using "
27229 "your editor, then uploads the result."
27230 msgstr ""
27231
27232 #. type: textblock
27233 #: ../fish/guestfish-commands.pod:68
27234 msgid ""
27235 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27236 "or C<emacs> you will get those corresponding editors."
27237 msgstr ""
27238
27239 #. type: =head2
27240 #: ../fish/guestfish-commands.pod:72
27241 msgid "glob"
27242 msgstr ""
27243
27244 #. type: verbatim
27245 #: ../fish/guestfish-commands.pod:74
27246 #, no-wrap
27247 msgid ""
27248 " glob command args...\n"
27249 "\n"
27250 msgstr ""
27251
27252 #. type: textblock
27253 #: ../fish/guestfish-commands.pod:76
27254 msgid ""
27255 "Expand wildcards in any paths in the args list, and run C<command> "
27256 "repeatedly on each matching path."
27257 msgstr ""
27258
27259 #. type: textblock
27260 #: ../fish/guestfish-commands.pod:79
27261 msgid "See L</WILDCARDS AND GLOBBING>."
27262 msgstr ""
27263
27264 #. type: =head2
27265 #: ../fish/guestfish-commands.pod:81
27266 msgid "hexedit"
27267 msgstr ""
27268
27269 #. type: verbatim
27270 #: ../fish/guestfish-commands.pod:83
27271 #, no-wrap
27272 msgid ""
27273 " hexedit <filename|device>\n"
27274 " hexedit <filename|device> <max>\n"
27275 " hexedit <filename|device> <start> <max>\n"
27276 "\n"
27277 msgstr ""
27278
27279 #. type: textblock
27280 #: ../fish/guestfish-commands.pod:87
27281 msgid ""
27282 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27283 "device."
27284 msgstr ""
27285
27286 #. type: textblock
27287 #: ../fish/guestfish-commands.pod:90
27288 msgid ""
27289 "This command works by downloading potentially the whole file or device, "
27290 "editing it locally, then uploading it.  If the file or device is large, you "
27291 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27292 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27293 "usual modifiers allowed such as C<1M> (1 megabyte)."
27294 msgstr ""
27295
27296 #. type: textblock
27297 #: ../fish/guestfish-commands.pod:97
27298 msgid "For example to edit the first few sectors of a disk you might do:"
27299 msgstr ""
27300
27301 #. type: verbatim
27302 #: ../fish/guestfish-commands.pod:100
27303 #, no-wrap
27304 msgid ""
27305 " hexedit /dev/sda 1M\n"
27306 "\n"
27307 msgstr ""
27308
27309 #. type: textblock
27310 #: ../fish/guestfish-commands.pod:102
27311 msgid ""
27312 "which would allow you to edit anywhere within the first megabyte of the "
27313 "disk."
27314 msgstr ""
27315
27316 #. type: textblock
27317 #: ../fish/guestfish-commands.pod:105
27318 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27319 msgstr ""
27320
27321 #. type: verbatim
27322 #: ../fish/guestfish-commands.pod:107
27323 #, no-wrap
27324 msgid ""
27325 " hexedit /dev/sda1 0x400 0x400\n"
27326 "\n"
27327 msgstr ""
27328
27329 #. type: textblock
27330 #: ../fish/guestfish-commands.pod:109
27331 msgid "(assuming the superblock is in the standard location)."
27332 msgstr ""
27333
27334 #. type: textblock
27335 #: ../fish/guestfish-commands.pod:111
27336 msgid ""
27337 "This command requires the external L<hexedit(1)> program.  You can specify "
27338 "another program to use by setting the C<HEXEDITOR> environment variable."
27339 msgstr ""
27340
27341 #. type: textblock
27342 #: ../fish/guestfish-commands.pod:115
27343 msgid "See also L</hexdump>."
27344 msgstr ""
27345
27346 #. type: =head2
27347 #: ../fish/guestfish-commands.pod:117
27348 msgid "lcd"
27349 msgstr ""
27350
27351 #. type: verbatim
27352 #: ../fish/guestfish-commands.pod:119
27353 #, no-wrap
27354 msgid ""
27355 " lcd directory\n"
27356 "\n"
27357 msgstr ""
27358
27359 #. type: textblock
27360 #: ../fish/guestfish-commands.pod:121
27361 msgid "Change the local directory, ie. the current directory of guestfish itself."
27362 msgstr ""
27363
27364 #. type: textblock
27365 #: ../fish/guestfish-commands.pod:124
27366 msgid "Note that C<!cd> won't do what you might expect."
27367 msgstr ""
27368
27369 #. type: =head2
27370 #: ../fish/guestfish-commands.pod:126
27371 msgid "man"
27372 msgstr ""
27373
27374 #. type: =head2
27375 #: ../fish/guestfish-commands.pod:128
27376 msgid "manual"
27377 msgstr ""
27378
27379 #. type: verbatim
27380 #: ../fish/guestfish-commands.pod:130
27381 #, no-wrap
27382 msgid ""
27383 "  man\n"
27384 "\n"
27385 msgstr ""
27386
27387 #. type: textblock
27388 #: ../fish/guestfish-commands.pod:132
27389 msgid "Opens the manual page for guestfish."
27390 msgstr ""
27391
27392 #. type: =head2
27393 #: ../fish/guestfish-commands.pod:134
27394 msgid "more"
27395 msgstr ""
27396
27397 #. type: =head2
27398 #: ../fish/guestfish-commands.pod:136
27399 msgid "less"
27400 msgstr ""
27401
27402 #. type: verbatim
27403 #: ../fish/guestfish-commands.pod:138
27404 #, no-wrap
27405 msgid ""
27406 " more filename\n"
27407 "\n"
27408 msgstr ""
27409
27410 #. type: verbatim
27411 #: ../fish/guestfish-commands.pod:140
27412 #, no-wrap
27413 msgid ""
27414 " less filename\n"
27415 "\n"
27416 msgstr ""
27417
27418 #. type: textblock
27419 #: ../fish/guestfish-commands.pod:142
27420 msgid "This is used to view a file."
27421 msgstr ""
27422
27423 #. type: textblock
27424 #: ../fish/guestfish-commands.pod:144
27425 msgid ""
27426 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27427 "C<less> you will get the C<less> command specifically."
27428 msgstr ""
27429
27430 #. type: =head2
27431 #: ../fish/guestfish-commands.pod:147
27432 msgid "reopen"
27433 msgstr ""
27434
27435 #. type: verbatim
27436 #: ../fish/guestfish-commands.pod:149
27437 #, no-wrap
27438 msgid ""
27439 "  reopen\n"
27440 "\n"
27441 msgstr ""
27442
27443 #. type: textblock
27444 #: ../fish/guestfish-commands.pod:151
27445 msgid ""
27446 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27447 "normally, because the handle is closed properly when guestfish exits.  "
27448 "However this is occasionally useful for testing."
27449 msgstr ""
27450
27451 #. type: =head2
27452 #: ../fish/guestfish-commands.pod:155
27453 msgid "sparse"
27454 msgstr ""
27455
27456 #. type: verbatim
27457 #: ../fish/guestfish-commands.pod:157
27458 #, no-wrap
27459 msgid ""
27460 " sparse filename size\n"
27461 "\n"
27462 msgstr ""
27463
27464 #. type: textblock
27465 #: ../fish/guestfish-commands.pod:159
27466 msgid ""
27467 "This creates an empty sparse file of the given size, and then adds so it can "
27468 "be further examined."
27469 msgstr ""
27470
27471 #. type: textblock
27472 #: ../fish/guestfish-commands.pod:162
27473 msgid ""
27474 "In all respects it works the same as the L</alloc> command, except that the "
27475 "image file is allocated sparsely, which means that disk blocks are not "
27476 "assigned to the file until they are needed.  Sparse disk files only use "
27477 "space when written to, but they are slower and there is a danger you could "
27478 "run out of real disk space during a write operation."
27479 msgstr ""
27480
27481 #. type: =head2
27482 #: ../fish/guestfish-commands.pod:172
27483 msgid "supported"
27484 msgstr ""
27485
27486 #. type: verbatim
27487 #: ../fish/guestfish-commands.pod:174
27488 #, no-wrap
27489 msgid ""
27490 " supported\n"
27491 "\n"
27492 msgstr ""
27493
27494 #. type: textblock
27495 #: ../fish/guestfish-commands.pod:176
27496 msgid ""
27497 "This command returns a list of the optional groups known to the daemon, and "
27498 "indicates which ones are supported by this build of the libguestfs "
27499 "appliance."
27500 msgstr ""
27501
27502 #. type: textblock
27503 #: ../fish/guestfish-commands.pod:180
27504 msgid "See also L<guestfs(3)/AVAILABILITY>."
27505 msgstr ""
27506
27507 #. type: =head2
27508 #: ../fish/guestfish-commands.pod:182
27509 msgid "time"
27510 msgstr ""
27511
27512 #. type: verbatim
27513 #: ../fish/guestfish-commands.pod:184
27514 #, no-wrap
27515 msgid ""
27516 " time command args...\n"
27517 "\n"
27518 msgstr ""
27519
27520 #. type: textblock
27521 #: ../fish/guestfish-commands.pod:186
27522 msgid ""
27523 "Run the command as usual, but print the elapsed time afterwards.  This can "
27524 "be useful for benchmarking operations."
27525 msgstr ""
27526
27527 #. type: textblock
27528 #: ../test-tool/libguestfs-test-tool.pod:5
27529 msgid "libguestfs-test-tool - End user tests for libguestfs"
27530 msgstr ""
27531
27532 #. type: verbatim
27533 #: ../test-tool/libguestfs-test-tool.pod:9
27534 #, no-wrap
27535 msgid ""
27536 " libguestfs-test-tool [--options]\n"
27537 "\n"
27538 msgstr ""
27539
27540 #. type: textblock
27541 #: ../test-tool/libguestfs-test-tool.pod:13
27542 msgid ""
27543 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27544 "and developers, to allow them to check basic libguestfs functionality is "
27545 "working.  This is needed because libguestfs occasionally breaks for reasons "
27546 "beyond our control: usually because of changes in the underlying qemu or "
27547 "kernel packages, or the host environment."
27548 msgstr ""
27549
27550 #. type: textblock
27551 #: ../test-tool/libguestfs-test-tool.pod:20
27552 msgid "If you suspect a problem in libguestfs, then just run:"
27553 msgstr ""
27554
27555 #. type: verbatim
27556 #: ../test-tool/libguestfs-test-tool.pod:22
27557 #, no-wrap
27558 msgid ""
27559 " libguestfs-test-tool\n"
27560 "\n"
27561 msgstr ""
27562
27563 #. type: textblock
27564 #: ../test-tool/libguestfs-test-tool.pod:24
27565 msgid "It will print lots of diagnostic messages."
27566 msgstr ""
27567
27568 #. type: textblock
27569 #: ../test-tool/libguestfs-test-tool.pod:26
27570 msgid "If it runs to completion successfully, you will see this near the end:"
27571 msgstr ""
27572
27573 #. type: verbatim
27574 #: ../test-tool/libguestfs-test-tool.pod:28
27575 #, no-wrap
27576 msgid ""
27577 " ===== TEST FINISHED OK =====\n"
27578 "\n"
27579 msgstr ""
27580
27581 #. type: textblock
27582 #: ../test-tool/libguestfs-test-tool.pod:30
27583 msgid "and the test tool will exit with code 0."
27584 msgstr ""
27585
27586 #. type: textblock
27587 #: ../test-tool/libguestfs-test-tool.pod:32
27588 msgid ""
27589 "If it fails (and/or exits with non-zero error code), please paste the "
27590 "B<complete, unedited> output of the test tool into a bug report.  More "
27591 "information about reporting bugs can be found on the "
27592 "L<http://libguestfs.org/> website."
27593 msgstr ""
27594
27595 #. type: =item
27596 #: ../test-tool/libguestfs-test-tool.pod:41
27597 msgid "I<--help>"
27598 msgstr ""
27599
27600 #. type: textblock
27601 #: ../test-tool/libguestfs-test-tool.pod:43
27602 msgid "Display short usage information and exit."
27603 msgstr ""
27604
27605 #. type: =item
27606 #: ../test-tool/libguestfs-test-tool.pod:45
27607 msgid "I<--qemu qemu_binary>"
27608 msgstr ""
27609
27610 #. type: textblock
27611 #: ../test-tool/libguestfs-test-tool.pod:47
27612 msgid ""
27613 "If you have downloaded another qemu binary, point this option at the full "
27614 "path of the binary to try it."
27615 msgstr ""
27616
27617 #. type: =item
27618 #: ../test-tool/libguestfs-test-tool.pod:50
27619 msgid "I<--qemudir qemu_source_dir>"
27620 msgstr ""
27621
27622 #. type: textblock
27623 #: ../test-tool/libguestfs-test-tool.pod:52
27624 msgid ""
27625 "If you have compiled qemu from source, point this option at the source "
27626 "directory to try it."
27627 msgstr ""
27628
27629 #. type: =item
27630 #: ../test-tool/libguestfs-test-tool.pod:55
27631 msgid "I<--timeout N>"
27632 msgstr ""
27633
27634 #. type: textblock
27635 #: ../test-tool/libguestfs-test-tool.pod:57
27636 msgid ""
27637 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27638 "does not usually need to be adjusted unless your machine is very slow."
27639 msgstr ""
27640
27641 #. type: =head1
27642 #: ../test-tool/libguestfs-test-tool.pod:63
27643 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27644 msgstr ""
27645
27646 #. type: textblock
27647 #: ../test-tool/libguestfs-test-tool.pod:65
27648 msgid ""
27649 "If you have compiled another version of qemu from source and would like to "
27650 "try that, then you can use the I<--qemudir> option to point to the qemu "
27651 "source directory."
27652 msgstr ""
27653
27654 #. type: textblock
27655 #: ../test-tool/libguestfs-test-tool.pod:69
27656 msgid ""
27657 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27658 "option to point to the binary."
27659 msgstr ""
27660
27661 #. type: textblock
27662 #: ../test-tool/libguestfs-test-tool.pod:72
27663 msgid ""
27664 "When using an alternate qemu with libguestfs, usually you would need to "
27665 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27666 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27667 "when you use either of the I<--qemudir> or I<--qemu> options."
27668 msgstr ""
27669
27670 #. type: textblock
27671 #: ../test-tool/libguestfs-test-tool.pod:79
27672 msgid ""
27673 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27674 "I<1> if there was an error."
27675 msgstr ""
27676
27677 #. type: textblock
27678 #: ../test-tool/libguestfs-test-tool.pod:84
27679 msgid ""
27680 "For the full list of environment variables which may affect libguestfs, "
27681 "please see the L<guestfs(3)> manual page."
27682 msgstr ""
27683
27684 #. type: textblock
27685 #: ../test-tool/libguestfs-test-tool.pod:89
27686 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27687 msgstr ""
27688
27689 #. type: textblock
27690 #: ../fuse/guestmount.pod:5
27691 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27692 msgstr ""
27693
27694 #. type: verbatim
27695 #: ../fuse/guestmount.pod:9
27696 #, no-wrap
27697 msgid ""
27698 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27699 "\n"
27700 msgstr ""
27701
27702 #. type: verbatim
27703 #: ../fuse/guestmount.pod:11
27704 #, no-wrap
27705 msgid ""
27706 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27707 "\n"
27708 msgstr ""
27709
27710 #. type: verbatim
27711 #: ../fuse/guestmount.pod:13
27712 #, no-wrap
27713 msgid ""
27714 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27715 "\n"
27716 msgstr ""
27717
27718 #. type: textblock
27719 #: ../fuse/guestmount.pod:17
27720 msgid ""
27721 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27722 "machines.  If you do this, you risk disk corruption in the VM."
27723 msgstr ""
27724
27725 #. type: textblock
27726 #: ../fuse/guestmount.pod:22
27727 msgid ""
27728 "The guestmount program can be used to mount virtual machine filesystems and "
27729 "other disk images on the host.  It uses libguestfs for access to the guest "
27730 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27731 "a mountable device."
27732 msgstr ""
27733
27734 #. type: textblock
27735 #: ../fuse/guestmount.pod:27
27736 msgid ""
27737 "Along with other options, you have to give at least one device (I<-a> "
27738 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27739 "option) or use the I<-i> inspection option.  How this works is better "
27740 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27741 "below."
27742 msgstr ""
27743
27744 #. type: textblock
27745 #: ../fuse/guestmount.pod:33
27746 msgid ""
27747 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27748 "by you, and the filesystem will not be visible to any other users unless you "
27749 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27750 "the filesystem, use the C<fusermount -u> command."
27751 msgstr ""
27752
27753 #. type: textblock
27754 #: ../fuse/guestmount.pod:41
27755 msgid ""
27756 "For a typical Windows guest which has its main filesystem on the first "
27757 "partition:"
27758 msgstr ""
27759
27760 #. type: verbatim
27761 #: ../fuse/guestmount.pod:44
27762 #, no-wrap
27763 msgid ""
27764 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27765 "\n"
27766 msgstr ""
27767
27768 #. type: textblock
27769 #: ../fuse/guestmount.pod:46
27770 msgid ""
27771 "For a typical Linux guest which has a /boot filesystem on the first "
27772 "partition, and the root filesystem on a logical volume:"
27773 msgstr ""
27774
27775 #. type: verbatim
27776 #: ../fuse/guestmount.pod:49
27777 #, no-wrap
27778 msgid ""
27779 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27780 "\n"
27781 msgstr ""
27782
27783 #. type: textblock
27784 #: ../fuse/guestmount.pod:51
27785 msgid "To get libguestfs to detect guest mountpoints for you:"
27786 msgstr ""
27787
27788 #. type: verbatim
27789 #: ../fuse/guestmount.pod:53
27790 #, no-wrap
27791 msgid ""
27792 " guestmount -a guest.img -i --ro /mnt\n"
27793 "\n"
27794 msgstr ""
27795
27796 #. type: textblock
27797 #: ../fuse/guestmount.pod:55
27798 msgid "For a libvirt guest called \"Guest\" you could do:"
27799 msgstr ""
27800
27801 #. type: verbatim
27802 #: ../fuse/guestmount.pod:57
27803 #, no-wrap
27804 msgid ""
27805 " guestmount -d Guest -i --ro /mnt\n"
27806 "\n"
27807 msgstr ""
27808
27809 #. type: textblock
27810 #: ../fuse/guestmount.pod:59
27811 msgid ""
27812 "If you don't know what filesystems are contained in a guest or disk image, "
27813 "use L<virt-filesystems(1)> first:"
27814 msgstr ""
27815
27816 #. type: verbatim
27817 #: ../fuse/guestmount.pod:62
27818 #, no-wrap
27819 msgid ""
27820 " virt-filesystems MyGuest\n"
27821 "\n"
27822 msgstr ""
27823
27824 #. type: textblock
27825 #: ../fuse/guestmount.pod:64
27826 msgid ""
27827 "If you want to trace the libguestfs calls but without excessive debugging "
27828 "information, we recommend:"
27829 msgstr ""
27830
27831 #. type: verbatim
27832 #: ../fuse/guestmount.pod:67
27833 #, no-wrap
27834 msgid ""
27835 " guestmount [...] --trace /mnt\n"
27836 "\n"
27837 msgstr ""
27838
27839 #. type: textblock
27840 #: ../fuse/guestmount.pod:69
27841 msgid "If you want to debug the program, we recommend:"
27842 msgstr ""
27843
27844 #. type: verbatim
27845 #: ../fuse/guestmount.pod:71
27846 #, no-wrap
27847 msgid ""
27848 " guestmount [...] --trace --verbose /mnt\n"
27849 "\n"
27850 msgstr ""
27851
27852 #. type: =item
27853 #: ../fuse/guestmount.pod:77
27854 msgid "B<-a image> | B<--add image>"
27855 msgstr ""
27856
27857 #. type: textblock
27858 #: ../fuse/guestmount.pod:79
27859 msgid "Add a block device or virtual machine image."
27860 msgstr ""
27861
27862 #. type: =item
27863 #: ../fuse/guestmount.pod:84
27864 msgid "B<-c URI> | B<--connect URI>"
27865 msgstr ""
27866
27867 #. type: =item
27868 #: ../fuse/guestmount.pod:90
27869 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27870 msgstr ""
27871
27872 #. type: =item
27873 #: ../fuse/guestmount.pod:96
27874 msgid "B<--dir-cache-timeout N>"
27875 msgstr ""
27876
27877 #. type: textblock
27878 #: ../fuse/guestmount.pod:98
27879 msgid ""
27880 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27881 "seconds.  The readdir cache [actually, there are several semi-independent "
27882 "caches] is populated after a readdir(2) call with the stat and extended "
27883 "attributes of the files in the directory, in anticipation that they will be "
27884 "requested soon after."
27885 msgstr ""
27886
27887 #. type: textblock
27888 #: ../fuse/guestmount.pod:104
27889 msgid ""
27890 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27891 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27892 "requests, only cache existing ones."
27893 msgstr ""
27894
27895 #. type: =item
27896 #: ../fuse/guestmount.pod:115
27897 msgid "B<--format=raw|qcow2|..> | B<--format>"
27898 msgstr ""
27899
27900 #. type: textblock
27901 #: ../fuse/guestmount.pod:122
27902 msgid ""
27903 "If you have untrusted raw-format guest disk images, you should use this "
27904 "option to specify the disk format.  This avoids a possible security problem "
27905 "with malicious guests (CVE-2010-3851).  See also "
27906 "L<guestfs(3)/guestfs_add_drive_opts>."
27907 msgstr ""
27908
27909 #. type: =item
27910 #: ../fuse/guestmount.pod:127
27911 msgid "B<--fuse-help>"
27912 msgstr ""
27913
27914 #. type: textblock
27915 #: ../fuse/guestmount.pod:129
27916 msgid "Display help on special FUSE options (see I<-o> below)."
27917 msgstr ""
27918
27919 #. type: textblock
27920 #: ../fuse/guestmount.pod:133
27921 msgid "Display brief help and exit."
27922 msgstr ""
27923
27924 #. type: =item
27925 #: ../fuse/guestmount.pod:135
27926 msgid "B<-i> | B<--inspector>"
27927 msgstr ""
27928
27929 #. type: textblock
27930 #: ../fuse/guestmount.pod:155
27931 msgid ""
27932 "Mount the named partition or logical volume on the given mountpoint B<in the "
27933 "guest> (this has nothing to do with mountpoints in the host)."
27934 msgstr ""
27935
27936 #. type: textblock
27937 #: ../fuse/guestmount.pod:158
27938 msgid ""
27939 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27940 "something on C</>."
27941 msgstr ""
27942
27943 #. type: =item
27944 #: ../fuse/guestmount.pod:171
27945 msgid "B<-n> | B<--no-sync>"
27946 msgstr ""
27947
27948 #. type: textblock
27949 #: ../fuse/guestmount.pod:173
27950 msgid ""
27951 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27952 "unmounted.  If you specify this option, then we don't attempt to sync the "
27953 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27954 msgstr ""
27955
27956 #. type: =item
27957 #: ../fuse/guestmount.pod:178
27958 msgid "B<-o option> | B<--option option>"
27959 msgstr ""
27960
27961 #. type: textblock
27962 #: ../fuse/guestmount.pod:180
27963 msgid "Pass extra options to FUSE."
27964 msgstr ""
27965
27966 #. type: textblock
27967 #: ../fuse/guestmount.pod:182
27968 msgid ""
27969 "To get a list of all the extra options supported by FUSE, use the command "
27970 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27971 "of them are a good idea."
27972 msgstr ""
27973
27974 #. type: verbatim
27975 #: ../fuse/guestmount.pod:186
27976 #, no-wrap
27977 msgid ""
27978 " guestmount --fuse-help\n"
27979 "\n"
27980 msgstr ""
27981
27982 #. type: textblock
27983 #: ../fuse/guestmount.pod:188
27984 msgid "Some potentially useful FUSE options:"
27985 msgstr ""
27986
27987 #. type: =item
27988 #: ../fuse/guestmount.pod:192
27989 msgid "B<-o allow_other>"
27990 msgstr ""
27991
27992 #. type: textblock
27993 #: ../fuse/guestmount.pod:194
27994 msgid "Allow other users to see the filesystem."
27995 msgstr ""
27996
27997 #. type: =item
27998 #: ../fuse/guestmount.pod:196
27999 msgid "B<-o attr_timeout=N>"
28000 msgstr ""
28001
28002 #. type: textblock
28003 #: ../fuse/guestmount.pod:198
28004 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28005 msgstr ""
28006
28007 #. type: =item
28008 #: ../fuse/guestmount.pod:200
28009 msgid "B<-o kernel_cache>"
28010 msgstr ""
28011
28012 #. type: textblock
28013 #: ../fuse/guestmount.pod:202
28014 msgid ""
28015 "Allow the kernel to cache files (reduces the number of reads that have to go "
28016 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28017 "afford the extra memory usage."
28018 msgstr ""
28019
28020 #. type: =item
28021 #: ../fuse/guestmount.pod:206
28022 msgid "B<-o uid=N> B<-o gid=N>"
28023 msgstr ""
28024
28025 #. type: textblock
28026 #: ../fuse/guestmount.pod:208
28027 msgid ""
28028 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28029 "the chosen values."
28030 msgstr ""
28031
28032 #. type: =item
28033 #: ../fuse/guestmount.pod:213
28034 msgid "B<-r> | B<--ro>"
28035 msgstr ""
28036
28037 #. type: textblock
28038 #: ../fuse/guestmount.pod:215
28039 msgid ""
28040 "Add devices and mount everything read-only.  Also disallow writes and make "
28041 "the disk appear read-only to FUSE."
28042 msgstr ""
28043
28044 #. type: textblock
28045 #: ../fuse/guestmount.pod:218
28046 msgid ""
28047 "This is highly recommended if you are not going to edit the guest disk.  If "
28048 "the guest is running and this option is I<not> supplied, then there is a "
28049 "strong risk of disk corruption in the guest.  We try to prevent this from "
28050 "happening, but it is not always possible."
28051 msgstr ""
28052
28053 #. type: textblock
28054 #: ../fuse/guestmount.pod:223
28055 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28056 msgstr ""
28057
28058 #. type: textblock
28059 #: ../fuse/guestmount.pod:227
28060 msgid "Enable SELinux support for the guest."
28061 msgstr ""
28062
28063 #. type: =item
28064 #: ../fuse/guestmount.pod:229
28065 msgid "B<-v> | B<--verbose>"
28066 msgstr ""
28067
28068 #. type: textblock
28069 #: ../fuse/guestmount.pod:231
28070 msgid "Enable verbose messages from underlying libguestfs."
28071 msgstr ""
28072
28073 #. type: =item
28074 #: ../fuse/guestmount.pod:233
28075 msgid "B<-V> | B<--version>"
28076 msgstr ""
28077
28078 #. type: textblock
28079 #: ../fuse/guestmount.pod:235
28080 msgid "Display the program version and exit."
28081 msgstr ""
28082
28083 #. type: =item
28084 #: ../fuse/guestmount.pod:237
28085 msgid "B<-w> | B<--rw>"
28086 msgstr ""
28087
28088 #. type: textblock
28089 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
28090 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28091 msgstr ""
28092
28093 #. type: =item
28094 #: ../fuse/guestmount.pod:244
28095 msgid "B<-x> | B<--trace>"
28096 msgstr ""
28097
28098 #. type: textblock
28099 #: ../fuse/guestmount.pod:246
28100 msgid "Trace libguestfs calls and entry into each FUSE function."
28101 msgstr ""
28102
28103 #. type: textblock
28104 #: ../fuse/guestmount.pod:248
28105 msgid "This also stops the daemon from forking into the background."
28106 msgstr ""
28107
28108 #. type: textblock
28109 #: ../fuse/guestmount.pod:269
28110 msgid ""
28111 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28112 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
28113 "L<http://fuse.sf.net/>."
28114 msgstr ""
28115
28116 #. type: textblock
28117 #: ../fuse/guestmount.pod:284
28118 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28119 msgstr ""
28120
28121 #. type: textblock
28122 #: ../tools/virt-edit.pl:34
28123 msgid "virt-edit - Edit a file in a virtual machine"
28124 msgstr ""
28125
28126 #. type: verbatim
28127 #: ../tools/virt-edit.pl:38
28128 #, no-wrap
28129 msgid ""
28130 " virt-edit [--options] domname file\n"
28131 "\n"
28132 msgstr ""
28133
28134 #. type: verbatim
28135 #: ../tools/virt-edit.pl:40
28136 #, no-wrap
28137 msgid ""
28138 " virt-edit [--options] disk.img [disk.img ...] file\n"
28139 "\n"
28140 msgstr ""
28141
28142 #. type: verbatim
28143 #: ../tools/virt-edit.pl:42
28144 #, no-wrap
28145 msgid ""
28146 " virt-edit [domname|disk.img] file -e 'expr'\n"
28147 "\n"
28148 msgstr ""
28149
28150 #. type: textblock
28151 #: ../tools/virt-edit.pl:46
28152 msgid ""
28153 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28154 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28155 "doing this, but doesn't catch all cases."
28156 msgstr ""
28157
28158 #. type: textblock
28159 #: ../tools/virt-edit.pl:52
28160 msgid ""
28161 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28162 "the named virtual machine (or disk image)."
28163 msgstr ""
28164
28165 #. type: textblock
28166 #: ../tools/virt-edit.pl:55
28167 msgid "If you want to just view a file, use L<virt-cat(1)>."
28168 msgstr ""
28169
28170 #. type: textblock
28171 #: ../tools/virt-edit.pl:57
28172 msgid ""
28173 "For more complex cases you should look at the L<guestfish(1)> tool (see "
28174 "L</USING GUESTFISH> below)."
28175 msgstr ""
28176
28177 #. type: textblock
28178 #: ../tools/virt-edit.pl:60
28179 msgid ""
28180 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28181 "files.  L<guestfish(1)> can do that and much more."
28182 msgstr ""
28183
28184 #. type: textblock
28185 #: ../tools/virt-edit.pl:65
28186 msgid "Edit the named files interactively:"
28187 msgstr ""
28188
28189 #. type: verbatim
28190 #: ../tools/virt-edit.pl:67
28191 #, no-wrap
28192 msgid ""
28193 " virt-edit mydomain /boot/grub/grub.conf\n"
28194 "\n"
28195 msgstr ""
28196
28197 #. type: verbatim
28198 #: ../tools/virt-edit.pl:69
28199 #, no-wrap
28200 msgid ""
28201 " virt-edit mydomain /etc/passwd\n"
28202 "\n"
28203 msgstr ""
28204
28205 #. type: textblock
28206 #: ../tools/virt-edit.pl:71
28207 msgid "For Windows guests, some Windows paths are understood:"
28208 msgstr ""
28209
28210 #. type: verbatim
28211 #: ../tools/virt-edit.pl:73
28212 #, no-wrap
28213 msgid ""
28214 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28215 "\n"
28216 msgstr ""
28217
28218 #. type: textblock
28219 #: ../tools/virt-edit.pl:75
28220 msgid ""
28221 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28222 "below).  To change the init default level to 5:"
28223 msgstr ""
28224
28225 #. type: verbatim
28226 #: ../tools/virt-edit.pl:79
28227 #, no-wrap
28228 msgid ""
28229 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28230 "\n"
28231 msgstr ""
28232
28233 #. type: textblock
28234 #: ../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
28235 msgid "Display brief help."
28236 msgstr ""
28237
28238 #. type: textblock
28239 #: ../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
28240 msgid "Display version number and exit."
28241 msgstr ""
28242
28243 #. type: =item
28244 #: ../tools/virt-edit.pl:105
28245 msgid "B<--backup extension> | B<-b extension>"
28246 msgstr ""
28247
28248 #. type: textblock
28249 #: ../tools/virt-edit.pl:107
28250 msgid ""
28251 "Create a backup of the original file I<in the guest disk image>.  The backup "
28252 "has the original filename with C<extension> added."
28253 msgstr ""
28254
28255 #. type: textblock
28256 #: ../tools/virt-edit.pl:110
28257 msgid ""
28258 "Usually the first character of C<extension> would be a dot C<.> so you would "
28259 "write:"
28260 msgstr ""
28261
28262 #. type: verbatim
28263 #: ../tools/virt-edit.pl:113
28264 #, no-wrap
28265 msgid ""
28266 " virt-edit -b .orig [etc]\n"
28267 "\n"
28268 msgstr ""
28269
28270 #. type: textblock
28271 #: ../tools/virt-edit.pl:115
28272 msgid "By default, no backup file is made."
28273 msgstr ""
28274
28275 #. type: =item
28276 #: ../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
28277 msgid "B<--connect URI> | B<-c URI>"
28278 msgstr ""
28279
28280 #. type: textblock
28281 #: ../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
28282 msgid ""
28283 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28284 "to the default libvirt hypervisor."
28285 msgstr ""
28286
28287 #. type: textblock
28288 #: ../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
28289 msgid ""
28290 "If you specify guest block devices directly, then libvirt is not used at "
28291 "all."
28292 msgstr ""
28293
28294 #. type: =item
28295 #: ../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
28296 msgid "B<--format> raw"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../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
28301 msgid ""
28302 "Specify the format of disk images given on the command line.  If this is "
28303 "omitted then the format is autodetected from the content of the disk image."
28304 msgstr ""
28305
28306 #. type: textblock
28307 #: ../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
28308 msgid ""
28309 "If disk images are requested from libvirt, then this program asks libvirt "
28310 "for this information.  In this case, the value of the format parameter is "
28311 "ignored."
28312 msgstr ""
28313
28314 #. type: textblock
28315 #: ../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
28316 msgid ""
28317 "If working with untrusted raw-format guest disk images, you should ensure "
28318 "the format is always specified."
28319 msgstr ""
28320
28321 #. type: =item
28322 #: ../tools/virt-edit.pl:150
28323 msgid "B<--expr EXPR> | B<-e EXPR>"
28324 msgstr ""
28325
28326 #. type: textblock
28327 #: ../tools/virt-edit.pl:152
28328 msgid ""
28329 "Instead of launching the external editor, non-interactively apply the Perl "
28330 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28331 "EDITING> below."
28332 msgstr ""
28333
28334 #. type: textblock
28335 #: ../tools/virt-edit.pl:156
28336 msgid ""
28337 "Be careful to properly quote the expression to prevent it from being altered "
28338 "by the shell."
28339 msgstr ""
28340
28341 #. type: =head1
28342 #: ../tools/virt-edit.pl:280
28343 msgid "NON-INTERACTIVE EDITING"
28344 msgstr ""
28345
28346 #. type: textblock
28347 #: ../tools/virt-edit.pl:282
28348 msgid ""
28349 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28350 "administrator can interactively edit the file."
28351 msgstr ""
28352
28353 #. type: textblock
28354 #: ../tools/virt-edit.pl:285
28355 msgid ""
28356 "There are two ways also to use C<virt-edit> from scripts in order to make "
28357 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28358 "like this, it's less error-prone to write scripts directly using the "
28359 "libguestfs API and Augeas for configuration file editing.)"
28360 msgstr ""
28361
28362 #. type: textblock
28363 #: ../tools/virt-edit.pl:291
28364 msgid ""
28365 "The first method is to temporarily set C<$EDITOR> to any script or program "
28366 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28367 "update C<tmpfile> in place however it likes."
28368 msgstr ""
28369
28370 #. type: textblock
28371 #: ../tools/virt-edit.pl:295
28372 msgid ""
28373 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28374 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28375 "instances of C<foo> with C<bar> in a file:"
28376 msgstr ""
28377
28378 #. type: verbatim
28379 #: ../tools/virt-edit.pl:299
28380 #, no-wrap
28381 msgid ""
28382 " virt-edit domname filename -e 's/foo/bar/'\n"
28383 "\n"
28384 msgstr ""
28385
28386 #. type: textblock
28387 #: ../tools/virt-edit.pl:301
28388 msgid ""
28389 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28390 "For example to delete root's password you could do:"
28391 msgstr ""
28392
28393 #. type: verbatim
28394 #: ../tools/virt-edit.pl:304
28395 #, no-wrap
28396 msgid ""
28397 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28398 "\n"
28399 msgstr ""
28400
28401 #. type: textblock
28402 #: ../tools/virt-edit.pl:306
28403 msgid ""
28404 "What really happens is that the snippet is evaluated as a Perl expression "
28405 "for each line of the file.  The line, including the final C<\\n>, is passed "
28406 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28407 msgstr ""
28408
28409 #. type: textblock
28410 #: ../tools/virt-edit.pl:311
28411 msgid ""
28412 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28413 "C<apache> user account from the password file you can do:"
28414 msgstr ""
28415
28416 #. type: verbatim
28417 #: ../tools/virt-edit.pl:314
28418 #, no-wrap
28419 msgid ""
28420 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28421 "\n"
28422 msgstr ""
28423
28424 #. type: textblock
28425 #: ../tools/virt-edit.pl:316
28426 msgid ""
28427 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28428 "the end of the file is rather difficult this way since there is no concept "
28429 "of \"last line of the file\" - your expression just doesn't get called "
28430 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28431 "want to do this."
28432 msgstr ""
28433
28434 #. type: textblock
28435 #: ../tools/virt-edit.pl:322
28436 msgid ""
28437 "The variable C<$lineno> contains the current line number.  As is "
28438 "traditional, the first line in the file is number C<1>."
28439 msgstr ""
28440
28441 #. type: textblock
28442 #: ../tools/virt-edit.pl:325
28443 msgid ""
28444 "The return value from the expression is ignored, but the expression may call "
28445 "C<die> in order to abort the whole program, leaving the original file "
28446 "untouched."
28447 msgstr ""
28448
28449 #. type: textblock
28450 #: ../tools/virt-edit.pl:329
28451 msgid ""
28452 "Remember when matching the end of a line that C<$_> may contain the final "
28453 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28454 "newline then neither of these.  Thus to match or substitute some text at the "
28455 "end of a line, use this regular expression:"
28456 msgstr ""
28457
28458 #. type: verbatim
28459 #: ../tools/virt-edit.pl:334
28460 #, no-wrap
28461 msgid ""
28462 " /some text(\\r?\\n)?$/\n"
28463 "\n"
28464 msgstr ""
28465
28466 #. type: textblock
28467 #: ../tools/virt-edit.pl:336
28468 msgid ""
28469 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28470 "C<$_> itself (since that would remove all newlines from the file):"
28471 msgstr ""
28472
28473 #. type: verbatim
28474 #: ../tools/virt-edit.pl:340
28475 #, no-wrap
28476 msgid ""
28477 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28478 "\n"
28479 msgstr ""
28480
28481 #. type: textblock
28482 #: ../tools/virt-edit.pl:344
28483 msgid ""
28484 "C<virt-edit> has a limited ability to understand Windows drive letters and "
28485 "paths (eg. C<E:\\foo\\bar.txt>)."
28486 msgstr ""
28487
28488 #. type: textblock
28489 #: ../tools/virt-edit.pl:347
28490 msgid "If and only if the guest is running Windows then:"
28491 msgstr ""
28492
28493 #. type: textblock
28494 #: ../tools/virt-edit.pl:353
28495 msgid ""
28496 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
28497 "to the correct filesystem."
28498 msgstr ""
28499
28500 #. type: textblock
28501 #: ../tools/virt-edit.pl:358
28502 msgid ""
28503 "Any backslash (C<\\>) characters in the path are replaced with forward "
28504 "slashes so that libguestfs can process it."
28505 msgstr ""
28506
28507 #. type: textblock
28508 #: ../tools/virt-edit.pl:363
28509 msgid ""
28510 "The path is resolved case insensitively to locate the file that should be "
28511 "edited."
28512 msgstr ""
28513
28514 #. type: textblock
28515 #: ../tools/virt-edit.pl:368
28516 msgid "There are some known shortcomings:"
28517 msgstr ""
28518
28519 #. type: textblock
28520 #: ../tools/virt-edit.pl:374
28521 msgid "Some NTFS symbolic links may not be followed correctly."
28522 msgstr ""
28523
28524 #. type: textblock
28525 #: ../tools/virt-edit.pl:378
28526 msgid "NTFS junction points that cross filesystems are not followed."
28527 msgstr ""
28528
28529 #. type: =head1
28530 #: ../tools/virt-edit.pl:435
28531 msgid "USING GUESTFISH"
28532 msgstr ""
28533
28534 #. type: textblock
28535 #: ../tools/virt-edit.pl:437
28536 msgid ""
28537 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
28538 "C<virt-edit> doesn't work."
28539 msgstr ""
28540
28541 #. type: textblock
28542 #: ../tools/virt-edit.pl:440
28543 msgid "Using C<virt-edit> is approximately equivalent to doing:"
28544 msgstr ""
28545
28546 #. type: verbatim
28547 #: ../tools/virt-edit.pl:442
28548 #, no-wrap
28549 msgid ""
28550 " guestfish --rw -i -d domname edit /file\n"
28551 "\n"
28552 msgstr ""
28553
28554 #. type: textblock
28555 #: ../tools/virt-edit.pl:444
28556 msgid ""
28557 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
28558 "path to the file."
28559 msgstr ""
28560
28561 #. type: textblock
28562 #: ../tools/virt-edit.pl:447
28563 msgid ""
28564 "The command above uses libguestfs's guest inspection feature and so does not "
28565 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
28566 "disk images that don't contain guests.  To edit a file on a disk image "
28567 "directly, use:"
28568 msgstr ""
28569
28570 #. type: verbatim
28571 #: ../tools/virt-edit.pl:452
28572 #, no-wrap
28573 msgid ""
28574 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
28575 "\n"
28576 msgstr ""
28577
28578 #. type: textblock
28579 #: ../tools/virt-edit.pl:454
28580 msgid ""
28581 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
28582 "the disk image to edit, and C</file> is the full path to the file."
28583 msgstr ""
28584
28585 #. type: textblock
28586 #: ../tools/virt-edit.pl:458
28587 msgid ""
28588 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
28589 "C<write> or C<upload> instead:"
28590 msgstr ""
28591
28592 #. type: verbatim
28593 #: ../tools/virt-edit.pl:461
28594 #, no-wrap
28595 msgid ""
28596 " guestfish --rw -i -d domname touch /newfile\n"
28597 "\n"
28598 msgstr ""
28599
28600 #. type: verbatim
28601 #: ../tools/virt-edit.pl:463
28602 #, no-wrap
28603 msgid ""
28604 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
28605 "\n"
28606 msgstr ""
28607
28608 #. type: verbatim
28609 #: ../tools/virt-edit.pl:465
28610 #, no-wrap
28611 msgid ""
28612 " guestfish --rw -i -d domname upload localfile /newfile\n"
28613 "\n"
28614 msgstr ""
28615
28616 #. type: textblock
28617 #: ../tools/virt-edit.pl:467
28618 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
28619 msgstr ""
28620
28621 #. type: verbatim
28622 #: ../tools/virt-edit.pl:470
28623 #, no-wrap
28624 msgid ""
28625 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
28626 "\n"
28627 msgstr ""
28628
28629 #. type: =item
28630 #: ../tools/virt-edit.pl:480
28631 msgid "C<EDITOR>"
28632 msgstr ""
28633
28634 #. type: textblock
28635 #: ../tools/virt-edit.pl:482
28636 msgid ""
28637 "If set, this string is used as the editor.  It may contain arguments, "
28638 "eg. C<\"emacs -nw\">"
28639 msgstr ""
28640
28641 #. type: textblock
28642 #: ../tools/virt-edit.pl:485
28643 msgid "If not set, C<vi> is used."
28644 msgstr ""
28645
28646 #. type: =head1
28647 #: ../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
28648 msgid "SHELL QUOTING"
28649 msgstr ""
28650
28651 #. type: textblock
28652 #: ../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
28653 msgid ""
28654 "Libvirt guest names can contain arbitrary characters, some of which have "
28655 "meaning to the shell such as C<#> and space.  You may need to quote or "
28656 "escape these characters on the command line.  See the shell manual page "
28657 "L<sh(1)> for details."
28658 msgstr ""
28659
28660 #. type: textblock
28661 #: ../tools/virt-edit.pl:498
28662 msgid ""
28663 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28664 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28665 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28666 msgstr ""
28667
28668 #. type: =head1
28669 #: ../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
28670 msgid "AUTHOR"
28671 msgstr ""
28672
28673 #. type: textblock
28674 #: ../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
28675 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28676 msgstr ""
28677
28678 #. type: textblock
28679 #: ../tools/virt-edit.pl:516
28680 msgid "Copyright (C) 2009-2011 Red Hat Inc."
28681 msgstr ""
28682
28683 #. type: textblock
28684 #: ../tools/virt-win-reg.pl:37
28685 msgid ""
28686 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28687 "guest"
28688 msgstr ""
28689
28690 #. type: verbatim
28691 #: ../tools/virt-win-reg.pl:41
28692 #, no-wrap
28693 msgid ""
28694 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28695 "\n"
28696 msgstr ""
28697
28698 #. type: verbatim
28699 #: ../tools/virt-win-reg.pl:43
28700 #, no-wrap
28701 msgid ""
28702 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28703 "\n"
28704 msgstr ""
28705
28706 #. type: verbatim
28707 #: ../tools/virt-win-reg.pl:45
28708 #, no-wrap
28709 msgid ""
28710 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28711 "\n"
28712 msgstr ""
28713
28714 #. type: verbatim
28715 #: ../tools/virt-win-reg.pl:47
28716 #, no-wrap
28717 msgid ""
28718 " virt-win-reg --merge domname [input.reg ...]\n"
28719 "\n"
28720 msgstr ""
28721
28722 #. type: verbatim
28723 #: ../tools/virt-win-reg.pl:49
28724 #, no-wrap
28725 msgid ""
28726 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28727 "\n"
28728 msgstr ""
28729
28730 #. type: textblock
28731 #: ../tools/virt-win-reg.pl:53
28732 msgid ""
28733 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
28734 "virtual machines.  If you do this, you I<will> get irreversible disk "
28735 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28736 "but doesn't catch all cases."
28737 msgstr ""
28738
28739 #. type: textblock
28740 #: ../tools/virt-win-reg.pl:58
28741 msgid ""
28742 "Modifying the Windows Registry is an inherently risky operation.  The format "
28743 "is deliberately obscure and undocumented, and Registry changes can leave the "
28744 "system unbootable.  Therefore when using the C<--merge> option, make sure "
28745 "you have a reliable backup first."
28746 msgstr ""
28747
28748 #. type: textblock
28749 #: ../tools/virt-win-reg.pl:65
28750 msgid ""
28751 "This program can export and merge Windows Registry entries from a Windows "
28752 "guest."
28753 msgstr ""
28754
28755 #. type: textblock
28756 #: ../tools/virt-win-reg.pl:68
28757 msgid ""
28758 "The first parameter is the libvirt guest name or the raw disk image of a "
28759 "Windows guest."
28760 msgstr ""
28761
28762 #. type: textblock
28763 #: ../tools/virt-win-reg.pl:71
28764 msgid ""
28765 "If C<--merge> is I<not> specified, then the chosen registry key is "
28766 "displayed/exported (recursively).  For example:"
28767 msgstr ""
28768
28769 #. type: verbatim
28770 #: ../tools/virt-win-reg.pl:74
28771 #, no-wrap
28772 msgid ""
28773 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28774 "\n"
28775 msgstr ""
28776
28777 #. type: textblock
28778 #: ../tools/virt-win-reg.pl:76
28779 msgid "You can also display single values from within registry keys, for example:"
28780 msgstr ""
28781
28782 #. type: verbatim
28783 #: ../tools/virt-win-reg.pl:79
28784 #, no-wrap
28785 msgid ""
28786 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28787 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28788 " Windows 7 Enterprise\n"
28789 "\n"
28790 msgstr ""
28791
28792 #. type: textblock
28793 #: ../tools/virt-win-reg.pl:83
28794 msgid ""
28795 "With C<--merge>, you can merge a textual regedit file into the Windows "
28796 "Registry:"
28797 msgstr ""
28798
28799 #. type: verbatim
28800 #: ../tools/virt-win-reg.pl:86
28801 #, no-wrap
28802 msgid ""
28803 " $ virt-win-reg --merge Windows7 changes.reg\n"
28804 "\n"
28805 msgstr ""
28806
28807 #. type: =head1
28808 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
28809 msgid "NOTE"
28810 msgstr ""
28811
28812 #. type: textblock
28813 #: ../tools/virt-win-reg.pl:90
28814 msgid ""
28815 "This program is only meant for simple access to the registry.  If you want "
28816 "to do complicated things with the registry, we suggest you download the "
28817 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
28818 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
28819 "L<hivexregedit(1)>."
28820 msgstr ""
28821
28822 #. type: =item
28823 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
28824 msgid "B<--debug>"
28825 msgstr ""
28826
28827 #. type: textblock
28828 #: ../tools/virt-win-reg.pl:122
28829 msgid "Enable debugging messages."
28830 msgstr ""
28831
28832 #. type: =item
28833 #: ../tools/virt-win-reg.pl:157
28834 msgid "B<--merge>"
28835 msgstr ""
28836
28837 #. type: textblock
28838 #: ../tools/virt-win-reg.pl:159
28839 msgid ""
28840 "In merge mode, this merges a textual regedit file into the Windows Registry "
28841 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
28842 "displays or exports Registry entries instead."
28843 msgstr ""
28844
28845 #. type: textblock
28846 #: ../tools/virt-win-reg.pl:163
28847 msgid ""
28848 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
28849 "result in disk corruption.  However exporting (without this flag)  is always "
28850 "safe."
28851 msgstr ""
28852
28853 #. type: =item
28854 #: ../tools/virt-win-reg.pl:171
28855 msgid "B<--encoding> UTF-16LE|ASCII"
28856 msgstr ""
28857
28858 #. type: textblock
28859 #: ../tools/virt-win-reg.pl:173
28860 msgid ""
28861 "When merging (only), you may need to specify the encoding for strings to be "
28862 "used in the hive file.  This is explained in detail in "
28863 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
28864 msgstr ""
28865
28866 #. type: textblock
28867 #: ../tools/virt-win-reg.pl:177
28868 msgid ""
28869 "The default is to use UTF-16LE, which should work with recent versions of "
28870 "Windows."
28871 msgstr ""
28872
28873 #. type: =head1
28874 #: ../tools/virt-win-reg.pl:402
28875 msgid "SUPPORTED SYSTEMS"
28876 msgstr ""
28877
28878 #. type: textblock
28879 #: ../tools/virt-win-reg.pl:404
28880 msgid ""
28881 "The program currently supports Windows NT-derived guests starting with "
28882 "Windows XP through to at least Windows 7."
28883 msgstr ""
28884
28885 #. type: textblock
28886 #: ../tools/virt-win-reg.pl:407
28887 msgid ""
28888 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28889 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28890 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28891 msgstr ""
28892
28893 #. type: textblock
28894 #: ../tools/virt-win-reg.pl:411
28895 msgid ""
28896 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28897 "C<HKEY_USERS>."
28898 msgstr ""
28899
28900 #. type: textblock
28901 #: ../tools/virt-win-reg.pl:414
28902 msgid ""
28903 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28904 "time."
28905 msgstr ""
28906
28907 #. type: =head1
28908 #: ../tools/virt-win-reg.pl:417
28909 msgid "ENCODING"
28910 msgstr ""
28911
28912 #. type: textblock
28913 #: ../tools/virt-win-reg.pl:419
28914 msgid ""
28915 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28916 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28917 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28918 "with Windows-style line endings, you may need to reencode the whole file "
28919 "before or after processing."
28920 msgstr ""
28921
28922 #. type: textblock
28923 #: ../tools/virt-win-reg.pl:425
28924 msgid ""
28925 "To reencode a file from Windows format to Linux (before processing it with "
28926 "the C<--merge> option), you would do something like this:"
28927 msgstr ""
28928
28929 #. type: verbatim
28930 #: ../tools/virt-win-reg.pl:428
28931 #, no-wrap
28932 msgid ""
28933 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28934 "\n"
28935 msgstr ""
28936
28937 #. type: textblock
28938 #: ../tools/virt-win-reg.pl:430
28939 msgid ""
28940 "To go in the opposite direction, after exporting and before sending the file "
28941 "to a Windows user, do something like this:"
28942 msgstr ""
28943
28944 #. type: verbatim
28945 #: ../tools/virt-win-reg.pl:433
28946 #, no-wrap
28947 msgid ""
28948 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28949 "\n"
28950 msgstr ""
28951
28952 #. type: textblock
28953 #: ../tools/virt-win-reg.pl:435
28954 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28955 msgstr ""
28956
28957 #. type: textblock
28958 #: ../tools/virt-win-reg.pl:437
28959 msgid ""
28960 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28961 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28962 "Windows-style (CRLF) line endings, like this:"
28963 msgstr ""
28964
28965 #. type: verbatim
28966 #: ../tools/virt-win-reg.pl:441
28967 #, no-wrap
28968 msgid ""
28969 " $ file software.reg\n"
28970 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28971 " with CRLF line terminators\n"
28972 "\n"
28973 msgstr ""
28974
28975 #. type: textblock
28976 #: ../tools/virt-win-reg.pl:445
28977 msgid "This file would need conversion before you could C<--merge> it."
28978 msgstr ""
28979
28980 #. type: =head1
28981 #: ../tools/virt-win-reg.pl:447
28982 msgid "CurrentControlSet etc."
28983 msgstr ""
28984
28985 #. type: textblock
28986 #: ../tools/virt-win-reg.pl:449
28987 msgid ""
28988 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28989 "Registry at the level of the hive file, and therefore you cannot modify "
28990 "these."
28991 msgstr ""
28992
28993 #. type: textblock
28994 #: ../tools/virt-win-reg.pl:453
28995 msgid ""
28996 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28997 "circumstances it might refer to another control set.  The way to find out is "
28998 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28999 msgstr ""
29000
29001 #. type: verbatim
29002 #: ../tools/virt-win-reg.pl:457
29003 #, no-wrap
29004 msgid ""
29005 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29006 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29007 " \"Current\"=dword:00000001\n"
29008 " \"Default\"=dword:00000001\n"
29009 " \"Failed\"=dword:00000000\n"
29010 " \"LastKnownGood\"=dword:00000002\n"
29011 "\n"
29012 msgstr ""
29013
29014 #. type: textblock
29015 #: ../tools/virt-win-reg.pl:464
29016 msgid "\"Current\" is the one which Windows will choose when it boots."
29017 msgstr ""
29018
29019 #. type: textblock
29020 #: ../tools/virt-win-reg.pl:466
29021 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
29022 msgstr ""
29023
29024 #. type: =head1
29025 #: ../tools/virt-win-reg.pl:469
29026 msgid "WINDOWS TIPS"
29027 msgstr ""
29028
29029 #. type: textblock
29030 #: ../tools/virt-win-reg.pl:471
29031 msgid ""
29032 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29033 "be shut off, else you will get disk corruption."
29034 msgstr ""
29035
29036 #. type: =head2
29037 #: ../tools/virt-win-reg.pl:474
29038 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29039 msgstr ""
29040
29041 #. type: textblock
29042 #: ../tools/virt-win-reg.pl:476
29043 msgid ""
29044 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29045 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29046 "is uploaded into C<C:\\>:"
29047 msgstr ""
29048
29049 #. type: verbatim
29050 #: ../tools/virt-win-reg.pl:480
29051 #, no-wrap
29052 msgid ""
29053 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29054 "\n"
29055 msgstr ""
29056
29057 #. type: textblock
29058 #: ../tools/virt-win-reg.pl:482
29059 msgid "Prepare a regedit file containing the registry change:"
29060 msgstr ""
29061
29062 #. type: verbatim
29063 #: ../tools/virt-win-reg.pl:484
29064 #, no-wrap
29065 msgid ""
29066 " cat > test.reg <<'EOF'\n"
29067 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29068 " \"Test\"=\"c:\\\\test.bat\"\n"
29069 " EOF\n"
29070 "\n"
29071 msgstr ""
29072
29073 #. type: textblock
29074 #: ../tools/virt-win-reg.pl:489
29075 msgid ""
29076 "In this example we use the key C<RunOnce> which means that the script will "
29077 "run precisely once when the first user logs in.  If you want it to run every "
29078 "time a user logs in, replace C<RunOnce> with C<Run>."
29079 msgstr ""
29080
29081 #. type: textblock
29082 #: ../tools/virt-win-reg.pl:493
29083 msgid "Now update the registry:"
29084 msgstr ""
29085
29086 #. type: verbatim
29087 #: ../tools/virt-win-reg.pl:495
29088 #, no-wrap
29089 msgid ""
29090 " virt-win-reg --merge WindowsGuest test.reg\n"
29091 "\n"
29092 msgstr ""
29093
29094 #. type: =head2
29095 #: ../tools/virt-win-reg.pl:497
29096 msgid "INSTALLING A SERVICE"
29097 msgstr ""
29098
29099 #. type: textblock
29100 #: ../tools/virt-win-reg.pl:499
29101 msgid ""
29102 "This section assumes you are familiar with Windows services, and you either "
29103 "have a program which handles the Windows Service Control Protocol directly "
29104 "or you want to run any program using a service wrapper like SrvAny or the "
29105 "free RHSrvAny."
29106 msgstr ""
29107
29108 #. type: textblock
29109 #: ../tools/virt-win-reg.pl:504
29110 msgid ""
29111 "First upload the program and optionally the service wrapper.  In this case "
29112 "the test program is called C<test.exe> and we are using the RHSrvAny "
29113 "wrapper:"
29114 msgstr ""
29115
29116 #. type: verbatim
29117 #: ../tools/virt-win-reg.pl:508
29118 #, no-wrap
29119 msgid ""
29120 " guestfish -i -d WindowsGuest <<EOF\n"
29121 "   upload rhsrvany.exe /rhsrvany.exe\n"
29122 "   upload test.exe /test.exe\n"
29123 " EOF\n"
29124 "\n"
29125 msgstr ""
29126
29127 #. type: textblock
29128 #: ../tools/virt-win-reg.pl:513
29129 msgid ""
29130 "Prepare a regedit file containing the registry changes.  In this example, "
29131 "the first registry change is needed for the service itself or the service "
29132 "wrapper (if used).  The second registry change is only needed because I am "
29133 "using the RHSrvAny service wrapper."
29134 msgstr ""
29135
29136 #. type: verbatim
29137 #: ../tools/virt-win-reg.pl:518
29138 #, no-wrap
29139 msgid ""
29140 " cat > service.reg <<'EOF'\n"
29141 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29142 " \"Type\"=dword:00000010\n"
29143 " \"Start\"=dword:00000002\n"
29144 " \"ErrorControl\"=dword:00000001\n"
29145 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29146 " \"DisplayName\"=\"RHSrvAny\"\n"
29147 " \"ObjectName\"=\"NetworkService\"\n"
29148 " \n"
29149 msgstr ""
29150
29151 #. type: verbatim
29152 #: ../tools/virt-win-reg.pl:527
29153 #, no-wrap
29154 msgid ""
29155 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29156 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29157 " \"PWD\"=\"c:\\\\Temp\"\n"
29158 " EOF\n"
29159 "\n"
29160 msgstr ""
29161
29162 #. type: textblock
29163 #: ../tools/virt-win-reg.pl:538
29164 msgid ""
29165 "For use of C<ControlSet001> see the section above in this manual page.  You "
29166 "may need to adjust this according to the control set that is in use by the "
29167 "guest."
29168 msgstr ""
29169
29170 #. type: textblock
29171 #: ../tools/virt-win-reg.pl:544
29172 msgid ""
29173 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29174 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29175 "privileged account."
29176 msgstr ""
29177
29178 #. type: textblock
29179 #: ../tools/virt-win-reg.pl:550
29180 msgid ""
29181 "For the meaning of the magic numbers, see this Microsoft KB article: "
29182 "L<http://support.microsoft.com/kb/103000>."
29183 msgstr ""
29184
29185 #. type: textblock
29186 #: ../tools/virt-win-reg.pl:555
29187 msgid "Update the registry:"
29188 msgstr ""
29189
29190 #. type: verbatim
29191 #: ../tools/virt-win-reg.pl:557
29192 #, no-wrap
29193 msgid ""
29194 " virt-win-reg --merge WindowsGuest service.reg\n"
29195 "\n"
29196 msgstr ""
29197
29198 #. type: textblock
29199 #: ../tools/virt-win-reg.pl:561
29200 msgid ""
29201 "Be careful when passing parameters containing C<\\> (backslash) in the "
29202 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29203 "(but not both) to protect them from the shell."
29204 msgstr ""
29205
29206 #. type: textblock
29207 #: ../tools/virt-win-reg.pl:565
29208 msgid "Paths and value names are case-insensitive."
29209 msgstr ""
29210
29211 #. type: textblock
29212 #: ../tools/virt-win-reg.pl:574
29213 msgid ""
29214 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
29215 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
29216 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
29217 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29218 msgstr ""
29219
29220 #. type: textblock
29221 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29222 msgid ""
29223 "When reporting bugs, please enable debugging and capture the I<complete> "
29224 "output:"
29225 msgstr ""
29226
29227 #. type: verbatim
29228 #: ../tools/virt-win-reg.pl:592
29229 #, no-wrap
29230 msgid ""
29231 " export LIBGUESTFS_DEBUG=1\n"
29232 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29233 "\n"
29234 msgstr ""
29235
29236 #. type: textblock
29237 #: ../tools/virt-win-reg.pl:595
29238 msgid ""
29239 "Attach /tmp/virt-win-reg.log to a new bug report at "
29240 "L<https://bugzilla.redhat.com/>"
29241 msgstr ""
29242
29243 #. type: textblock
29244 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
29245 msgid "Copyright (C) 2010 Red Hat Inc."
29246 msgstr ""
29247
29248 #. type: textblock
29249 #: ../tools/virt-list-filesystems.pl:32
29250 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29251 msgstr ""
29252
29253 #. type: verbatim
29254 #: ../tools/virt-list-filesystems.pl:36
29255 #, no-wrap
29256 msgid ""
29257 " virt-list-filesystems [--options] domname\n"
29258 "\n"
29259 msgstr ""
29260
29261 #. type: verbatim
29262 #: ../tools/virt-list-filesystems.pl:38
29263 #, no-wrap
29264 msgid ""
29265 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29266 "\n"
29267 msgstr ""
29268
29269 #. type: textblock
29270 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29271 msgid ""
29272 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29273 "replacement."
29274 msgstr ""
29275
29276 #. type: textblock
29277 #: ../tools/virt-list-filesystems.pl:45
29278 msgid ""
29279 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29280 "are contained in a virtual machine or disk image."
29281 msgstr ""
29282
29283 #. type: textblock
29284 #: ../tools/virt-list-filesystems.pl:49
29285 msgid ""
29286 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29287 "functionality.  For more complex cases you should look at the "
29288 "L<guestfish(1)> tool."
29289 msgstr ""
29290
29291 #. type: =item
29292 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29293 msgid "B<-l> | B<--long>"
29294 msgstr ""
29295
29296 #. type: textblock
29297 #: ../tools/virt-list-filesystems.pl:108
29298 msgid ""
29299 "With this option, C<virt-list-filesystems> displays the type of each "
29300 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29301 msgstr ""
29302
29303 #. type: =item
29304 #: ../tools/virt-list-filesystems.pl:115
29305 msgid "B<-a> | B<--all>"
29306 msgstr ""
29307
29308 #. type: textblock
29309 #: ../tools/virt-list-filesystems.pl:117
29310 msgid ""
29311 "Normally we only show mountable filesystems.  If this option is given then "
29312 "swap devices are shown too."
29313 msgstr ""
29314
29315 #. type: textblock
29316 #: ../tools/virt-list-filesystems.pl:191
29317 msgid ""
29318 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29319 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29320 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29321 msgstr ""
29322
29323 #. type: textblock
29324 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29325 msgid "Copyright (C) 2009 Red Hat Inc."
29326 msgstr ""
29327
29328 #. type: textblock
29329 #: ../tools/virt-tar.pl:33
29330 msgid "virt-tar - Extract or upload files to a virtual machine"
29331 msgstr ""
29332
29333 #. type: verbatim
29334 #: ../tools/virt-tar.pl:37
29335 #, no-wrap
29336 msgid ""
29337 " virt-tar [--options] -x domname directory tarball\n"
29338 "\n"
29339 msgstr ""
29340
29341 #. type: verbatim
29342 #: ../tools/virt-tar.pl:39
29343 #, no-wrap
29344 msgid ""
29345 " virt-tar [--options] -u domname tarball directory\n"
29346 "\n"
29347 msgstr ""
29348
29349 #. type: verbatim
29350 #: ../tools/virt-tar.pl:41
29351 #, no-wrap
29352 msgid ""
29353 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29354 "\n"
29355 msgstr ""
29356
29357 #. type: verbatim
29358 #: ../tools/virt-tar.pl:43
29359 #, no-wrap
29360 msgid ""
29361 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29362 "\n"
29363 msgstr ""
29364
29365 #. type: textblock
29366 #: ../tools/virt-tar.pl:47
29367 msgid ""
29368 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29369 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29370 msgstr ""
29371
29372 #. type: textblock
29373 #: ../tools/virt-tar.pl:52
29374 msgid "Download C</home> from the VM into a local tarball:"
29375 msgstr ""
29376
29377 #. type: verbatim
29378 #: ../tools/virt-tar.pl:54
29379 #, no-wrap
29380 msgid ""
29381 " virt-tar -x domname /home home.tar\n"
29382 "\n"
29383 msgstr ""
29384
29385 #. type: verbatim
29386 #: ../tools/virt-tar.pl:56
29387 #, no-wrap
29388 msgid ""
29389 " virt-tar -zx domname /home home.tar.gz\n"
29390 "\n"
29391 msgstr ""
29392
29393 #. type: textblock
29394 #: ../tools/virt-tar.pl:58
29395 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29396 msgstr ""
29397
29398 #. type: verbatim
29399 #: ../tools/virt-tar.pl:60
29400 #, no-wrap
29401 msgid ""
29402 " virt-tar -u domname uploadstuff.tar /tmp\n"
29403 "\n"
29404 msgstr ""
29405
29406 #. type: verbatim
29407 #: ../tools/virt-tar.pl:62
29408 #, no-wrap
29409 msgid ""
29410 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29411 "\n"
29412 msgstr ""
29413
29414 #. type: textblock
29415 #: ../tools/virt-tar.pl:66
29416 msgid ""
29417 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
29418 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29419 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29420 msgstr ""
29421
29422 #. type: textblock
29423 #: ../tools/virt-tar.pl:71
29424 msgid ""
29425 "You can use C<-x> (extract) on live virtual machines, but you might get "
29426 "inconsistent results or errors if there is filesystem activity inside the "
29427 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29428 "work, but the only way to guarantee consistent results is if the virtual "
29429 "machine is shut down."
29430 msgstr ""
29431
29432 #. type: textblock
29433 #: ../tools/virt-tar.pl:79
29434 msgid ""
29435 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29436 "parts of a guest filesystem.  There are many possibilities: making backups, "
29437 "uploading data files, snooping on guest activity, fixing or customizing "
29438 "guests, etc."
29439 msgstr ""
29440
29441 #. type: textblock
29442 #: ../tools/virt-tar.pl:84
29443 msgid ""
29444 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29445 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29446 "should look at the L<guestfish(1)> tool."
29447 msgstr ""
29448
29449 #. type: textblock
29450 #: ../tools/virt-tar.pl:88
29451 msgid ""
29452 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
29453 "its contents (recursively) from the virtual machine into a local tarball.  "
29454 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
29455 "virtual machine.  You cannot use these two options together."
29456 msgstr ""
29457
29458 #. type: textblock
29459 #: ../tools/virt-tar.pl:94
29460 msgid ""
29461 "In addition, you may need to use the C<-z> (gZip) option to enable "
29462 "compression.  When uploading, you have to specify C<-z> if the upload file "
29463 "is compressed because virt-tar won't detect this on its own."
29464 msgstr ""
29465
29466 #. type: textblock
29467 #: ../tools/virt-tar.pl:98
29468 msgid ""
29469 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29470 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29471 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29472 "the L<libguestfs(3)> API)."
29473 msgstr ""
29474
29475 #. type: =item
29476 #: ../tools/virt-tar.pl:156
29477 msgid "B<-x> | B<--extract> | B<--download>"
29478 msgstr ""
29479
29480 #. type: =item
29481 #: ../tools/virt-tar.pl:158
29482 msgid "B<-u> | B<--upload>"
29483 msgstr ""
29484
29485 #. type: textblock
29486 #: ../tools/virt-tar.pl:160
29487 msgid ""
29488 "Use C<-x> to extract (download) a directory from a virtual machine to a "
29489 "local tarball."
29490 msgstr ""
29491
29492 #. type: textblock
29493 #: ../tools/virt-tar.pl:163
29494 msgid ""
29495 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
29496 "Please read the L</WARNING> section above before using this option."
29497 msgstr ""
29498
29499 #. type: textblock
29500 #: ../tools/virt-tar.pl:167
29501 msgid "You must specify exactly one of these options."
29502 msgstr ""
29503
29504 #. type: =item
29505 #: ../tools/virt-tar.pl:173
29506 msgid "B<-z> | B<--gzip>"
29507 msgstr ""
29508
29509 #. type: textblock
29510 #: ../tools/virt-tar.pl:175
29511 msgid "Specify that the input or output tarball is gzip-compressed."
29512 msgstr ""
29513
29514 #. type: textblock
29515 #: ../tools/virt-tar.pl:288
29516 msgid ""
29517 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29518 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29519 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29520 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29521 msgstr ""
29522
29523 #. type: textblock
29524 #: ../tools/virt-make-fs.pl:37
29525 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29526 msgstr ""
29527
29528 #. type: verbatim
29529 #: ../tools/virt-make-fs.pl:41
29530 #, no-wrap
29531 msgid ""
29532 " virt-make-fs [--options] input.tar output.img\n"
29533 "\n"
29534 msgstr ""
29535
29536 #. type: verbatim
29537 #: ../tools/virt-make-fs.pl:43
29538 #, no-wrap
29539 msgid ""
29540 " virt-make-fs [--options] input.tar.gz output.img\n"
29541 "\n"
29542 msgstr ""
29543
29544 #. type: verbatim
29545 #: ../tools/virt-make-fs.pl:45
29546 #, no-wrap
29547 msgid ""
29548 " virt-make-fs [--options] directory output.img\n"
29549 "\n"
29550 msgstr ""
29551
29552 #. type: textblock
29553 #: ../tools/virt-make-fs.pl:49
29554 msgid ""
29555 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29556 "archive or some files in a directory.  It is similar to tools like "
29557 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29558 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29559 "useful if you want to attach these filesystems to existing virtual machines "
29560 "(eg. to import large amounts of read-only data to a VM)."
29561 msgstr ""
29562
29563 #. type: textblock
29564 #: ../tools/virt-make-fs.pl:57
29565 msgid "Basic usage is:"
29566 msgstr ""
29567
29568 #. type: verbatim
29569 #: ../tools/virt-make-fs.pl:59
29570 #, no-wrap
29571 msgid ""
29572 " virt-make-fs input output\n"
29573 "\n"
29574 msgstr ""
29575
29576 #. type: textblock
29577 #: ../tools/virt-make-fs.pl:61
29578 msgid ""
29579 "where C<input> is either a directory containing files that you want to add, "
29580 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29581 "C<output> is a disk image.  The input type is detected automatically.  The "
29582 "output disk image defaults to a raw ext2 image unless you specify extra "
29583 "flags (see L</OPTIONS> below)."
29584 msgstr ""
29585
29586 #. type: =head2
29587 #: ../tools/virt-make-fs.pl:67
29588 msgid "EXTRA SPACE"
29589 msgstr ""
29590
29591 #. type: textblock
29592 #: ../tools/virt-make-fs.pl:69
29593 msgid ""
29594 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29595 "the files that it contains, but might have extra space.  Depending on how "
29596 "you are going to use the output, you might think this extra space is wasted "
29597 "and want to minimize it, or you might want to leave space so that more files "
29598 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29599 "but you can use the C<--size> flag to leave space in the filesystem if you "
29600 "want it."
29601 msgstr ""
29602
29603 #. type: textblock
29604 #: ../tools/virt-make-fs.pl:77
29605 msgid ""
29606 "An alternative way to leave extra space but not make the output image any "
29607 "bigger is to use an alternative disk image format (instead of the default "
29608 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29609 "image format (check your hypervisor supports this before using it).  This "
29610 "allows you to choose a large C<--size> but the extra space won't actually be "
29611 "allocated in the image until you try to store something in it."
29612 msgstr ""
29613
29614 #. type: textblock
29615 #: ../tools/virt-make-fs.pl:85
29616 msgid ""
29617 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29618 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29619 "to build another image from scratch."
29620 msgstr ""
29621
29622 #. type: =head3
29623 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29624 msgid "EXAMPLE"
29625 msgstr ""
29626
29627 #. type: verbatim
29628 #: ../tools/virt-make-fs.pl:91
29629 #, no-wrap
29630 msgid ""
29631 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29632 "\n"
29633 msgstr ""
29634
29635 #. type: =head2
29636 #: ../tools/virt-make-fs.pl:93
29637 msgid "FILESYSTEM TYPE"
29638 msgstr ""
29639
29640 #. type: textblock
29641 #: ../tools/virt-make-fs.pl:95
29642 msgid ""
29643 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29644 "libguestfs supports can be used (but I<not> read-only formats like "
29645 "ISO9660).  Here are some of the more common choices:"
29646 msgstr ""
29647
29648 #. type: =item
29649 #: ../tools/virt-make-fs.pl:101
29650 msgid "I<ext3>"
29651 msgstr ""
29652
29653 #. type: textblock
29654 #: ../tools/virt-make-fs.pl:103
29655 msgid ""
29656 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29657 "you are not going to use the filesystem in a way that requires the journal, "
29658 "then this is just wasted overhead."
29659 msgstr ""
29660
29661 #. type: =item
29662 #: ../tools/virt-make-fs.pl:107
29663 msgid "I<ntfs> or I<vfat>"
29664 msgstr ""
29665
29666 #. type: textblock
29667 #: ../tools/virt-make-fs.pl:109
29668 msgid "Useful if exporting data to a Windows guest."
29669 msgstr ""
29670
29671 #. type: textblock
29672 #: ../tools/virt-make-fs.pl:111
29673 msgid ""
29674 "I<Note for vfat>: The tar archive or local directory must only contain files "
29675 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29676 "program running within libguestfs is unable to change the ownership of "
29677 "non-root files, since vfat itself does not support this."
29678 msgstr ""
29679
29680 #. type: =item
29681 #: ../tools/virt-make-fs.pl:116
29682 msgid "I<minix>"
29683 msgstr ""
29684
29685 #. type: textblock
29686 #: ../tools/virt-make-fs.pl:118
29687 msgid ""
29688 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29689 "total filesystem size."
29690 msgstr ""
29691
29692 #. type: verbatim
29693 #: ../tools/virt-make-fs.pl:125
29694 #, no-wrap
29695 msgid ""
29696 " virt-make-fs --type=minix input minixfs.img\n"
29697 "\n"
29698 msgstr ""
29699
29700 #. type: =head2
29701 #: ../tools/virt-make-fs.pl:127
29702 msgid "TO PARTITION OR NOT TO PARTITION"
29703 msgstr ""
29704
29705 #. type: textblock
29706 #: ../tools/virt-make-fs.pl:129
29707 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29708 msgstr ""
29709
29710 #. type: textblock
29711 #: ../tools/virt-make-fs.pl:131
29712 msgid ""
29713 "Adding a partition can make the disk image more compatible with certain "
29714 "virtualized operating systems which don't expect to see a filesystem "
29715 "directly located on a block device (Linux doesn't care and will happily "
29716 "handle both types)."
29717 msgstr ""
29718
29719 #. type: textblock
29720 #: ../tools/virt-make-fs.pl:136
29721 msgid ""
29722 "On the other hand, if you have a partition table then the output image is no "
29723 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29724 "directly on a partitioned disk image.  (However libguestfs tools such as "
29725 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29726 msgstr ""
29727
29728 #. type: textblock
29729 #: ../tools/virt-make-fs.pl:144
29730 msgid "Add an MBR partition:"
29731 msgstr ""
29732
29733 #. type: verbatim
29734 #: ../tools/virt-make-fs.pl:146
29735 #, no-wrap
29736 msgid ""
29737 " virt-make-fs --partition -- input disk.img\n"
29738 "\n"
29739 msgstr ""
29740
29741 #. type: textblock
29742 #: ../tools/virt-make-fs.pl:148
29743 msgid ""
29744 "If the output disk image could be terabyte-sized or larger, it's better to "
29745 "use an EFI/GPT-compatible partition table:"
29746 msgstr ""
29747
29748 #. type: verbatim
29749 #: ../tools/virt-make-fs.pl:151
29750 #, no-wrap
29751 msgid ""
29752 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29753 "\n"
29754 msgstr ""
29755
29756 #. type: textblock
29757 #: ../tools/virt-make-fs.pl:179
29758 msgid "Enable debugging information."
29759 msgstr ""
29760
29761 #. type: =item
29762 #: ../tools/virt-make-fs.pl:185
29763 msgid "B<--size=E<lt>NE<gt>>"
29764 msgstr ""
29765
29766 #. type: =item
29767 #: ../tools/virt-make-fs.pl:187
29768 msgid "B<--size=+E<lt>NE<gt>>"
29769 msgstr ""
29770
29771 #. type: =item
29772 #: ../tools/virt-make-fs.pl:189
29773 msgid "B<-s E<lt>NE<gt>>"
29774 msgstr ""
29775
29776 #. type: =item
29777 #: ../tools/virt-make-fs.pl:191
29778 msgid "B<-s +E<lt>NE<gt>>"
29779 msgstr ""
29780
29781 #. type: textblock
29782 #: ../tools/virt-make-fs.pl:193
29783 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29784 msgstr ""
29785
29786 #. type: textblock
29787 #: ../tools/virt-make-fs.pl:196
29788 msgid ""
29789 "If this option is I<not> given, then the output image will be just large "
29790 "enough to contain all the files, with not much wasted space."
29791 msgstr ""
29792
29793 #. type: textblock
29794 #: ../tools/virt-make-fs.pl:199
29795 msgid ""
29796 "To choose a fixed size output disk, specify an absolute number followed by "
29797 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29798 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29799 "files, else you will get an error."
29800 msgstr ""
29801
29802 #. type: textblock
29803 #: ../tools/virt-make-fs.pl:204
29804 msgid ""
29805 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29806 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29807 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29808 "the input files, and (approximately) an extra 200 MB free space."
29809 msgstr ""
29810
29811 #. type: textblock
29812 #: ../tools/virt-make-fs.pl:210
29813 msgid ""
29814 "Note that virt-make-fs estimates free space, and therefore will not produce "
29815 "filesystems containing precisely the free space requested.  (It is much more "
29816 "expensive and time-consuming to produce a filesystem which has precisely the "
29817 "desired free space)."
29818 msgstr ""
29819
29820 #. type: =item
29821 #: ../tools/virt-make-fs.pl:219
29822 msgid "B<--format=E<lt>fmtE<gt>>"
29823 msgstr ""
29824
29825 #. type: =item
29826 #: ../tools/virt-make-fs.pl:221
29827 msgid "B<-F E<lt>fmtE<gt>>"
29828 msgstr ""
29829
29830 #. type: textblock
29831 #: ../tools/virt-make-fs.pl:223
29832 msgid "Choose the output disk image format."
29833 msgstr ""
29834
29835 #. type: textblock
29836 #: ../tools/virt-make-fs.pl:225
29837 msgid "The default is C<raw> (raw disk image)."
29838 msgstr ""
29839
29840 #. type: textblock
29841 #: ../tools/virt-make-fs.pl:227
29842 msgid ""
29843 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29844 "that would really make sense here is C<qcow2>."
29845 msgstr ""
29846
29847 #. type: =item
29848 #: ../tools/virt-make-fs.pl:234
29849 msgid "B<--type=E<lt>fsE<gt>>"
29850 msgstr ""
29851
29852 #. type: =item
29853 #: ../tools/virt-make-fs.pl:236
29854 msgid "B<-t E<lt>fsE<gt>>"
29855 msgstr ""
29856
29857 #. type: textblock
29858 #: ../tools/virt-make-fs.pl:238
29859 msgid "Choose the output filesystem type."
29860 msgstr ""
29861
29862 #. type: textblock
29863 #: ../tools/virt-make-fs.pl:240
29864 msgid "The default is C<ext2>."
29865 msgstr ""
29866
29867 #. type: textblock
29868 #: ../tools/virt-make-fs.pl:242
29869 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29870 msgstr ""
29871
29872 #. type: =item
29873 #: ../tools/virt-make-fs.pl:249
29874 msgid "B<--partition>"
29875 msgstr ""
29876
29877 #. type: =item
29878 #: ../tools/virt-make-fs.pl:251
29879 msgid "B<--partition=E<lt>parttypeE<gt>>"
29880 msgstr ""
29881
29882 #. type: textblock
29883 #: ../tools/virt-make-fs.pl:253
29884 msgid ""
29885 "If specified, this flag adds an MBR partition table to the output disk "
29886 "image."
29887 msgstr ""
29888
29889 #. type: textblock
29890 #: ../tools/virt-make-fs.pl:256
29891 msgid ""
29892 "You can change the partition table type, eg. C<--partition=gpt> for large "
29893 "disks."
29894 msgstr ""
29895
29896 #. type: textblock
29897 #: ../tools/virt-make-fs.pl:259
29898 msgid ""
29899 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29900 "might consider the next parameter to be the partition type.  For example:"
29901 msgstr ""
29902
29903 #. type: verbatim
29904 #: ../tools/virt-make-fs.pl:263
29905 #, no-wrap
29906 msgid ""
29907 " virt-make-fs --partition input.tar ...\n"
29908 "\n"
29909 msgstr ""
29910
29911 #. type: textblock
29912 #: ../tools/virt-make-fs.pl:265
29913 msgid ""
29914 "would cause virt-make-fs to think you wanted to use a partition type of "
29915 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29916 "dash) between options and the input file argument:"
29917 msgstr ""
29918
29919 #. type: verbatim
29920 #: ../tools/virt-make-fs.pl:269
29921 #, no-wrap
29922 msgid ""
29923 " virt-make-fs --partition -- input.tar ...\n"
29924 "\n"
29925 msgstr ""
29926
29927 #. type: textblock
29928 #: ../tools/virt-make-fs.pl:541
29929 msgid ""
29930 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
29931 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29932 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29933 msgstr ""
29934
29935 #. type: verbatim
29936 #: ../tools/virt-make-fs.pl:558
29937 #, no-wrap
29938 msgid ""
29939 " export LIBGUESTFS_DEBUG=1\n"
29940 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29941 "\n"
29942 msgstr ""
29943
29944 #. type: textblock
29945 #: ../tools/virt-make-fs.pl:561
29946 msgid ""
29947 "Attach /tmp/virt-make-fs.log to a new bug report at "
29948 "L<https://bugzilla.redhat.com/>"
29949 msgstr ""
29950
29951 #. type: textblock
29952 #: ../tools/virt-list-partitions.pl:32
29953 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29954 msgstr ""
29955
29956 #. type: verbatim
29957 #: ../tools/virt-list-partitions.pl:36
29958 #, no-wrap
29959 msgid ""
29960 " virt-list-partitions [--options] domname\n"
29961 "\n"
29962 msgstr ""
29963
29964 #. type: verbatim
29965 #: ../tools/virt-list-partitions.pl:38
29966 #, no-wrap
29967 msgid ""
29968 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29969 "\n"
29970 msgstr ""
29971
29972 #. type: textblock
29973 #: ../tools/virt-list-partitions.pl:45
29974 msgid ""
29975 "C<virt-list-partitions> is a command line tool to list the partitions that "
29976 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29977 "first step to using L<virt-resize(1)>."
29978 msgstr ""
29979
29980 #. type: textblock
29981 #: ../tools/virt-list-partitions.pl:50
29982 msgid ""
29983 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29984 "functionality.  For more complex cases you should look at the "
29985 "L<guestfish(1)> tool."
29986 msgstr ""
29987
29988 #. type: =item
29989 #: ../tools/virt-list-partitions.pl:107
29990 msgid "B<-h> | B<--human-readable>"
29991 msgstr ""
29992
29993 #. type: textblock
29994 #: ../tools/virt-list-partitions.pl:109
29995 msgid "Show sizes in human-readable form (eg. \"1G\")."
29996 msgstr ""
29997
29998 #. type: textblock
29999 #: ../tools/virt-list-partitions.pl:117
30000 msgid ""
30001 "With this option, C<virt-list-partitions> displays the type and size of each "
30002 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30003 msgstr ""
30004
30005 #. type: =item
30006 #: ../tools/virt-list-partitions.pl:124
30007 msgid "B<-t> | B<--total>"
30008 msgstr ""
30009
30010 #. type: textblock
30011 #: ../tools/virt-list-partitions.pl:126
30012 msgid "Display the total size of each block device (as a separate row or rows)."
30013 msgstr ""
30014
30015 #. type: textblock
30016 #: ../tools/virt-list-partitions.pl:259
30017 msgid ""
30018 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30019 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30020 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30021 msgstr ""
30022
30023 #. type: textblock
30024 #: ../tools/virt-list-partitions.pl:275
30025 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30026 msgstr ""