Update POT file.
[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.9.18\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-04-09 18:35+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:1088 ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101 ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136 ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166 ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178 ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669 ../src/guestfs.pod:1770 ../src/guestfs.pod:1775 ../src/guestfs.pod:1779 ../src/guestfs.pod:1789 ../src/guestfs.pod:2023 ../src/guestfs.pod:2028 ../src/guestfs.pod:2034 ../src/guestfs.pod:2042 ../src/guestfs.pod:2396 ../src/guestfs.pod:2402 ../src/guestfs.pod:2407 ../src/guestfs.pod:2413 ../src/guestfs.pod:2878 ../src/guestfs.pod:2882 ../src/guestfs.pod:2886 ../src/guestfs.pod:2890 ../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:1281 ../src/guestfs.pod:1412 ../src/guestfs.pod:2441
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:1285 ../src/guestfs.pod:1416 ../src/guestfs.pod:2466
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:1422
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 are outside the scope of libguestfs.  You have to use "
1279 "libguestfs to read the appropriate Windows Registry and configuration files, "
1280 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1281 "L<virt-inspector(1)>)."
1282 msgstr ""
1283
1284 #. type: textblock
1285 #: ../src/guestfs.pod:649
1286 msgid ""
1287 "Replacing backslash characters with forward slash characters is also outside "
1288 "the scope of libguestfs, but something that you can easily do."
1289 msgstr ""
1290
1291 #. type: textblock
1292 #: ../src/guestfs.pod:652
1293 msgid ""
1294 "Where we can help is in resolving the case insensitivity of paths.  For "
1295 "this, call L</guestfs_case_sensitive_path>."
1296 msgstr ""
1297
1298 #. type: =head3
1299 #: ../src/guestfs.pod:655
1300 msgid "ACCESSING THE WINDOWS REGISTRY"
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: ../src/guestfs.pod:657
1305 msgid ""
1306 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1307 "files, through the library C<hivex> which is part of the libguestfs project "
1308 "although ships as a separate tarball.  You have to locate and download the "
1309 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1310 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1311 "L<virt-win-reg(1)> for more help on this issue."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1323 "provide something which looks like a Linux symlink.  The way it tries to do "
1324 "the rewriting is described here:"
1325 msgstr ""
1326
1327 #. type: textblock
1328 #: ../src/guestfs.pod:671
1329 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1330 msgstr ""
1331
1332 #. type: textblock
1333 #: ../src/guestfs.pod:673
1334 msgid ""
1335 "The essential problem is that ntfs-3g simply does not have enough "
1336 "information to do a correct job.  NTFS links can contain drive letters and "
1337 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1338 "It is almost certainly the case that libguestfs callers should ignore what "
1339 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1340 msgstr ""
1341
1342 #. type: textblock
1343 #: ../src/guestfs.pod:680
1344 msgid ""
1345 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1346 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1347 "attribute, and read the raw reparse data from that (you can find the format "
1348 "documented in various places around the web)."
1349 msgstr ""
1350
1351 #. type: =head3
1352 #: ../src/guestfs.pod:685
1353 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1354 msgstr ""
1355
1356 #. type: textblock
1357 #: ../src/guestfs.pod:687
1358 msgid ""
1359 "There are other useful extended attributes that can be read from ntfs-3g "
1360 "filesystems (using L</guestfs_getxattr>).  See:"
1361 msgstr ""
1362
1363 #. type: textblock
1364 #: ../src/guestfs.pod:690
1365 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1366 msgstr ""
1367
1368 #. type: =head2
1369 #: ../src/guestfs.pod:692
1370 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "Although we don't want to discourage you from using the C API, we will "
1377 "mention here that the same API is also available in other languages."
1378 msgstr ""
1379
1380 #. type: textblock
1381 #: ../src/guestfs.pod:697
1382 msgid ""
1383 "The API is broadly identical in all supported languages.  This means that "
1384 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1385 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1386 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1387 "each language."
1388 msgstr ""
1389
1390 #. type: textblock
1391 #: ../src/guestfs.pod:703
1392 msgid ""
1393 "Error messages are automatically transformed into exceptions if the language "
1394 "supports it."
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:706
1399 msgid ""
1400 "We don't try to \"object orientify\" parts of the API in OO languages, "
1401 "although contributors are welcome to write higher level APIs above what we "
1402 "provide in their favourite languages if they wish."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:712
1407 msgid "B<C++>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:714
1412 msgid ""
1413 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1414 "identical to the C API.  C++ classes and exceptions are not used."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:718
1419 msgid "B<C#>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:720
1424 msgid ""
1425 "The C# bindings are highly experimental.  Please read the warnings at the "
1426 "top of C<csharp/Libguestfs.cs>."
1427 msgstr ""
1428
1429 #. type: =item
1430 #: ../src/guestfs.pod:723
1431 msgid "B<Haskell>"
1432 msgstr ""
1433
1434 #. type: textblock
1435 #: ../src/guestfs.pod:725
1436 msgid ""
1437 "This is the only language binding that is working but incomplete.  Only "
1438 "calls which return simple integers have been bound in Haskell, and we are "
1439 "looking for help to complete this binding."
1440 msgstr ""
1441
1442 #. type: =item
1443 #: ../src/guestfs.pod:729
1444 msgid "B<Java>"
1445 msgstr ""
1446
1447 #. type: textblock
1448 #: ../src/guestfs.pod:731
1449 msgid ""
1450 "Full documentation is contained in the Javadoc which is distributed with "
1451 "libguestfs."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:734
1456 msgid "B<OCaml>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:736
1461 msgid "See L<guestfs-ocaml(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:738
1466 msgid "B<Perl>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:740
1471 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:742
1476 msgid "B<PHP>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:744
1481 msgid ""
1482 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1483 "the php-libguestfs package for your distribution."
1484 msgstr ""
1485
1486 #. type: textblock
1487 #: ../src/guestfs.pod:747
1488 msgid "The PHP binding only works correctly on 64 bit machines."
1489 msgstr ""
1490
1491 #. type: =item
1492 #: ../src/guestfs.pod:749
1493 msgid "B<Python>"
1494 msgstr ""
1495
1496 #. type: textblock
1497 #: ../src/guestfs.pod:751
1498 msgid "See L<guestfs-python(3)>."
1499 msgstr ""
1500
1501 #. type: =item
1502 #: ../src/guestfs.pod:753
1503 msgid "B<Ruby>"
1504 msgstr ""
1505
1506 #. type: textblock
1507 #: ../src/guestfs.pod:755
1508 msgid "See L<guestfs-ruby(3)>."
1509 msgstr ""
1510
1511 #. type: =item
1512 #: ../src/guestfs.pod:757
1513 msgid "B<shell scripts>"
1514 msgstr ""
1515
1516 #. type: textblock
1517 #: ../src/guestfs.pod:759
1518 msgid "See L<guestfish(1)>."
1519 msgstr ""
1520
1521 #. type: =head2
1522 #: ../src/guestfs.pod:763
1523 msgid "LIBGUESTFS GOTCHAS"
1524 msgstr ""
1525
1526 #. type: textblock
1527 #: ../src/guestfs.pod:765
1528 msgid ""
1529 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1530 "system [...] that works in the way it is documented but is counterintuitive "
1531 "and almost invites mistakes.\""
1532 msgstr ""
1533
1534 #. type: textblock
1535 #: ../src/guestfs.pod:769
1536 msgid ""
1537 "Since we developed libguestfs and the associated tools, there are several "
1538 "things we would have designed differently, but are now stuck with for "
1539 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1540 "release, you can expect these to change.  Beware of them."
1541 msgstr ""
1542
1543 #. type: =item
1544 #: ../src/guestfs.pod:777
1545 msgid "Autosync / forgetting to sync."
1546 msgstr ""
1547
1548 #. type: textblock
1549 #: ../src/guestfs.pod:779
1550 msgid ""
1551 "When modifying a filesystem from C or another language, you B<must> unmount "
1552 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1553 "libguestfs handle.  You can also call:"
1554 msgstr ""
1555
1556 #. type: verbatim
1557 #: ../src/guestfs.pod:783
1558 #, no-wrap
1559 msgid ""
1560 " guestfs_set_autosync (g, 1);\n"
1561 "\n"
1562 msgstr ""
1563
1564 #. type: textblock
1565 #: ../src/guestfs.pod:785
1566 msgid ""
1567 "to have the unmount/sync done automatically for you when the handle 'g' is "
1568 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1569 "q.v.)"
1570 msgstr ""
1571
1572 #. type: textblock
1573 #: ../src/guestfs.pod:789
1574 msgid ""
1575 "If you forget to do this, then it is entirely possible that your changes "
1576 "won't be written out, or will be partially written, or (very rarely) that "
1577 "you'll get disk corruption."
1578 msgstr ""
1579
1580 #. type: textblock
1581 #: ../src/guestfs.pod:793
1582 msgid ""
1583 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1584 "guestfish scripts that forget to sync will work just fine, which can make "
1585 "this very puzzling if you are trying to debug a problem."
1586 msgstr ""
1587
1588 #. type: textblock
1589 #: ../src/guestfs.pod:797
1590 msgid ""
1591 "Update: Autosync is enabled by default for all API users starting from "
1592 "libguestfs 1.5.24."
1593 msgstr ""
1594
1595 #. type: =item
1596 #: ../src/guestfs.pod:800
1597 msgid "Mount option C<-o sync> should not be the default."
1598 msgstr ""
1599
1600 #. type: textblock
1601 #: ../src/guestfs.pod:802
1602 msgid ""
1603 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1604 "However C<-o sync> does not add any reliability benefit, but does have a "
1605 "very large performance impact."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:806
1610 msgid ""
1611 "The work around is to use L</guestfs_mount_options> and set the mount "
1612 "options that you actually want to use."
1613 msgstr ""
1614
1615 #. type: =item
1616 #: ../src/guestfs.pod:809
1617 msgid "Read-only should be the default."
1618 msgstr ""
1619
1620 #. type: textblock
1621 #: ../src/guestfs.pod:811
1622 msgid ""
1623 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1624 "specify I<--rw> if you want to make changes to the image."
1625 msgstr ""
1626
1627 #. type: textblock
1628 #: ../src/guestfs.pod:814
1629 msgid "This would reduce the potential to corrupt live VM images."
1630 msgstr ""
1631
1632 #. type: textblock
1633 #: ../src/guestfs.pod:816
1634 msgid ""
1635 "Note that many filesystems change the disk when you just mount and unmount, "
1636 "even if you didn't perform any writes.  You need to use "
1637 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1638 msgstr ""
1639
1640 #. type: =item
1641 #: ../src/guestfs.pod:820
1642 msgid "guestfish command line is hard to use."
1643 msgstr ""
1644
1645 #. type: textblock
1646 #: ../src/guestfs.pod:822
1647 msgid ""
1648 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1649 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1650 "exist, so it fails.  In earlier versions of guestfish the error message was "
1651 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1652 "we should have used C<guestfish -c command> to run commands."
1653 msgstr ""
1654
1655 #. type: =item
1656 #: ../src/guestfs.pod:829
1657 msgid "guestfish megabyte modifiers don't work right on all commands"
1658 msgstr ""
1659
1660 #. type: textblock
1661 #: ../src/guestfs.pod:831
1662 msgid ""
1663 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1664 "other modifiers).  What guestfish actually does is to multiply the number "
1665 "part by the modifier part and pass the result to the C API.  However this "
1666 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1667 "expecting some other unit (eg. megabytes)."
1668 msgstr ""
1669
1670 #. type: textblock
1671 #: ../src/guestfs.pod:838
1672 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1673 msgstr ""
1674
1675 #. type: verbatim
1676 #: ../src/guestfs.pod:840
1677 #, no-wrap
1678 msgid ""
1679 " lvcreate LV VG 100M\n"
1680 "\n"
1681 msgstr ""
1682
1683 #. type: textblock
1684 #: ../src/guestfs.pod:842
1685 msgid ""
1686 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1687 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1688 "megabytes * megabytes) logical volume.  The error message you get from this "
1689 "is also a little obscure."
1690 msgstr ""
1691
1692 #. type: textblock
1693 #: ../src/guestfs.pod:847
1694 msgid ""
1695 "This could be fixed in the generator by specially marking parameters and "
1696 "return values which take bytes or other units."
1697 msgstr ""
1698
1699 #. type: =item
1700 #: ../src/guestfs.pod:850
1701 msgid "Ambiguity between devices and paths"
1702 msgstr ""
1703
1704 #. type: textblock
1705 #: ../src/guestfs.pod:852
1706 msgid ""
1707 "There is a subtle ambiguity in the API between a device name "
1708 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1709 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: ../src/guestfs.pod:857
1714 msgid ""
1715 "In the current API we usually resolve this ambiguity by having two separate "
1716 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1717 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1718 "detecting if the path supplied begins with C</dev/>."
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:863
1723 msgid ""
1724 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1725 "make paths/devices into structured names.  One way to do this would be to "
1726 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1727 "aspect of grub.  Another way would be to use a structured type, equivalent "
1728 "to this OCaml type:"
1729 msgstr ""
1730
1731 #. type: verbatim
1732 #: ../src/guestfs.pod:869
1733 #, no-wrap
1734 msgid ""
1735 " type path = Path of string | Device of int | Partition of int * int\n"
1736 "\n"
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: ../src/guestfs.pod:871
1741 msgid "which would allow you to pass arguments like:"
1742 msgstr ""
1743
1744 #. type: verbatim
1745 #: ../src/guestfs.pod:873
1746 #, no-wrap
1747 msgid ""
1748 " Path \"/foo/bar\"\n"
1749 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1750 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1751 " Path \"/dev/sdb2\"    (* not a device *)\n"
1752 "\n"
1753 msgstr ""
1754
1755 #. type: textblock
1756 #: ../src/guestfs.pod:878
1757 msgid ""
1758 "As you can see there are still problems to resolve even with this "
1759 "representation.  Also consider how it might work in guestfish."
1760 msgstr ""
1761
1762 #. type: =head2
1763 #: ../src/guestfs.pod:883
1764 msgid "PROTOCOL LIMITS"
1765 msgstr ""
1766
1767 #. type: textblock
1768 #: ../src/guestfs.pod:885
1769 msgid ""
1770 "Internally libguestfs uses a message-based protocol to pass API calls and "
1771 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1772 "plenty more detail about this).  The maximum message size used by the "
1773 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1774 "aware of this limit.  The API calls which may be affected are individually "
1775 "documented, with a link back to this section of the documentation."
1776 msgstr ""
1777
1778 #. type: textblock
1779 #: ../src/guestfs.pod:893
1780 msgid ""
1781 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1782 "a simple string.  Because this string is at some point internally encoded as "
1783 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1784 "the requested file is larger than this then you will get an error."
1785 msgstr ""
1786
1787 #. type: textblock
1788 #: ../src/guestfs.pod:899
1789 msgid ""
1790 "In order to transfer large files into and out of the guest filesystem, you "
1791 "need to use particular calls that support this.  The sections L</UPLOADING> "
1792 "and L</DOWNLOADING> document how to do this."
1793 msgstr ""
1794
1795 #. type: textblock
1796 #: ../src/guestfs.pod:903
1797 msgid ""
1798 "You might also consider mounting the disk image using our FUSE filesystem "
1799 "support (L<guestmount(1)>)."
1800 msgstr ""
1801
1802 #. type: =head2
1803 #: ../src/guestfs.pod:906
1804 msgid "KEYS AND PASSPHRASES"
1805 msgstr ""
1806
1807 #. type: textblock
1808 #: ../src/guestfs.pod:908
1809 msgid ""
1810 "Certain libguestfs calls take a parameter that contains sensitive key "
1811 "material, passed in as a C string."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:911
1816 msgid ""
1817 "In the future we would hope to change the libguestfs implementation so that "
1818 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1819 "swap.  However this is I<not> done at the moment, because of the complexity "
1820 "of such an implementation."
1821 msgstr ""
1822
1823 #. type: textblock
1824 #: ../src/guestfs.pod:916
1825 msgid ""
1826 "Therefore you should be aware that any key parameter you pass to libguestfs "
1827 "might end up being written out to the swap partition.  If this is a concern, "
1828 "scrub the swap partition or don't use libguestfs on encrypted devices."
1829 msgstr ""
1830
1831 #. type: =head2
1832 #: ../src/guestfs.pod:921
1833 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:923
1838 msgid ""
1839 "All high-level libguestfs actions are synchronous.  If you want to use "
1840 "libguestfs asynchronously then you must create a thread."
1841 msgstr ""
1842
1843 #. type: textblock
1844 #: ../src/guestfs.pod:926
1845 msgid ""
1846 "Only use the handle from a single thread.  Either use the handle exclusively "
1847 "from one thread, or provide your own mutex so that two threads cannot issue "
1848 "calls on the same handle at the same time."
1849 msgstr ""
1850
1851 #. type: textblock
1852 #: ../src/guestfs.pod:930
1853 msgid ""
1854 "See the graphical program guestfs-browser for one possible architecture for "
1855 "multithreaded programs using libvirt and libguestfs."
1856 msgstr ""
1857
1858 #. type: =head2
1859 #: ../src/guestfs.pod:933
1860 msgid "PATH"
1861 msgstr ""
1862
1863 #. type: textblock
1864 #: ../src/guestfs.pod:935
1865 msgid ""
1866 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1867 "internal path."
1868 msgstr ""
1869
1870 #. type: textblock
1871 #: ../src/guestfs.pod:938
1872 msgid ""
1873 "By default it looks for these in the directory C<$libdir/guestfs> "
1874 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1875 msgstr ""
1876
1877 #. type: textblock
1878 #: ../src/guestfs.pod:941
1879 msgid ""
1880 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1881 "to change the directories that libguestfs will search in.  The value is a "
1882 "colon-separated list of paths.  The current directory is I<not> searched "
1883 "unless the path contains an empty element or C<.>.  For example "
1884 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1885 "then C</usr/lib/guestfs>."
1886 msgstr ""
1887
1888 #. type: =head2
1889 #: ../src/guestfs.pod:948
1890 msgid "QEMU WRAPPERS"
1891 msgstr ""
1892
1893 #. type: textblock
1894 #: ../src/guestfs.pod:950
1895 msgid ""
1896 "If you want to compile your own qemu, run qemu from a non-standard location, "
1897 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1898 "around qemu."
1899 msgstr ""
1900
1901 #. type: textblock
1902 #: ../src/guestfs.pod:954
1903 msgid ""
1904 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1905 "last command in the shell script (so that qemu replaces the shell and "
1906 "becomes the direct child of the libguestfs-using program).  If you don't do "
1907 "this, then the qemu process won't be cleaned up correctly."
1908 msgstr ""
1909
1910 #. type: textblock
1911 #: ../src/guestfs.pod:959
1912 msgid ""
1913 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1914 "source:"
1915 msgstr ""
1916
1917 #. type: verbatim
1918 #: ../src/guestfs.pod:962
1919 #, no-wrap
1920 msgid ""
1921 " #!/bin/sh -\n"
1922 " qemudir=/home/rjones/d/qemu\n"
1923 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1924 "\"$@\"\n"
1925 "\n"
1926 msgstr ""
1927
1928 #. type: textblock
1929 #: ../src/guestfs.pod:966
1930 msgid ""
1931 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1932 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1933 "example:"
1934 msgstr ""
1935
1936 #. type: verbatim
1937 #: ../src/guestfs.pod:970
1938 #, no-wrap
1939 msgid ""
1940 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1941 "\n"
1942 msgstr ""
1943
1944 #. type: textblock
1945 #: ../src/guestfs.pod:972
1946 msgid ""
1947 "Note that libguestfs also calls qemu with the -help and -version options in "
1948 "order to determine features."
1949 msgstr ""
1950
1951 #. type: =head2
1952 #: ../src/guestfs.pod:975
1953 msgid "ATTACHING TO RUNNING DAEMONS"
1954 msgstr ""
1955
1956 #. type: textblock
1957 #: ../src/guestfs.pod:977
1958 msgid ""
1959 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1960 "babies.  Use with caution."
1961 msgstr ""
1962
1963 #. type: textblock
1964 #: ../src/guestfs.pod:980
1965 msgid ""
1966 "I<Note (2):> This section explains how to attach to a running daemon from a "
1967 "low level perspective.  For most users, simply using virt tools such as "
1968 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1969 msgstr ""
1970
1971 #. type: =head3
1972 #: ../src/guestfs.pod:984
1973 msgid "Using guestfs_set_attach_method"
1974 msgstr ""
1975
1976 #. type: textblock
1977 #: ../src/guestfs.pod:986
1978 msgid ""
1979 "By calling L</guestfs_set_attach_method> you can change how the library "
1980 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1981 "L</ARCHITECTURE> for some background)."
1982 msgstr ""
1983
1984 #. type: textblock
1985 #: ../src/guestfs.pod:990
1986 msgid ""
1987 "The normal attach method is C<appliance>, where a small appliance is created "
1988 "containing the daemon, and then the library connects to this."
1989 msgstr ""
1990
1991 #. type: textblock
1992 #: ../src/guestfs.pod:993
1993 msgid ""
1994 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1995 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1996 "daemon over the Unix domain socket."
1997 msgstr ""
1998
1999 #. type: textblock
2000 #: ../src/guestfs.pod:997
2001 msgid ""
2002 "The normal use for this is to connect to a running virtual machine that "
2003 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2004 "files inside the live virtual machine."
2005 msgstr ""
2006
2007 #. type: =head3
2008 #: ../src/guestfs.pod:1001
2009 msgid "Using guestfs_add_domain with live flag"
2010 msgstr ""
2011
2012 #. type: textblock
2013 #: ../src/guestfs.pod:1003
2014 msgid ""
2015 "L</guestfs_add_domain> provides some help for getting the correct attach "
2016 "method.  If you pass the C<live> option to this function, then (if the "
2017 "virtual machine is running) it will examine the libvirt XML looking for a "
2018 "virtio-serial channel to connect to:"
2019 msgstr ""
2020
2021 #. type: verbatim
2022 #: ../src/guestfs.pod:1009
2023 #, no-wrap
2024 msgid ""
2025 " <domain>\n"
2026 "   ...\n"
2027 "   <devices>\n"
2028 "     ...\n"
2029 "     <channel type='unix'>\n"
2030 "       <source mode='bind' path='/path/to/socket'/>\n"
2031 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2032 "     </channel>\n"
2033 "     ...\n"
2034 "   </devices>\n"
2035 " </domain>\n"
2036 "\n"
2037 msgstr ""
2038
2039 #. type: textblock
2040 #: ../src/guestfs.pod:1021
2041 msgid ""
2042 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2043 "method to C<unix:/path/to/socket>."
2044 msgstr ""
2045
2046 #. type: textblock
2047 #: ../src/guestfs.pod:1024
2048 msgid ""
2049 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2050 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2051 "to attach to and modify live virtual machines."
2052 msgstr ""
2053
2054 #. type: textblock
2055 #: ../src/guestfs.pod:1028
2056 msgid ""
2057 "The virtual machine needs to have been set up beforehand so that it has the "
2058 "virtio-serial channel and so that guestfsd is running inside it."
2059 msgstr ""
2060
2061 #. type: =head2
2062 #: ../src/guestfs.pod:1032
2063 msgid "ABI GUARANTEE"
2064 msgstr ""
2065
2066 #. type: textblock
2067 #: ../src/guestfs.pod:1034
2068 msgid ""
2069 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2070 "actions as outlined in this section.  Although we will deprecate some "
2071 "actions, for example if they get replaced by newer calls, we will keep the "
2072 "old actions forever.  This allows you the developer to program in confidence "
2073 "against the libguestfs API."
2074 msgstr ""
2075
2076 #. type: =head2
2077 #: ../src/guestfs.pod:1040
2078 msgid "BLOCK DEVICE NAMING"
2079 msgstr ""
2080
2081 #. type: textblock
2082 #: ../src/guestfs.pod:1042
2083 msgid ""
2084 "In the kernel there is now quite a profusion of schemata for naming block "
2085 "devices (in this context, by I<block device> I mean a physical or virtual "
2086 "hard drive).  The original Linux IDE driver used names starting with "
2087 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2088 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2089 "replacement for the old IDE driver (particularly for SATA devices) those "
2090 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2091 "machines with paravirtualized drivers.  This has created several different "
2092 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2093 "Xen PV disks."
2094 msgstr ""
2095
2096 #. type: textblock
2097 #: ../src/guestfs.pod:1054
2098 msgid ""
2099 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2100 "Linux kernel to access block devices.  We can run a variety of appliances "
2101 "based on a variety of Linux kernels."
2102 msgstr ""
2103
2104 #. type: textblock
2105 #: ../src/guestfs.pod:1058
2106 msgid ""
2107 "This causes a problem for libguestfs because many API calls use device or "
2108 "partition names.  Working scripts and the recipe (example) scripts that we "
2109 "make available over the internet could fail if the naming scheme changes."
2110 msgstr ""
2111
2112 #. type: textblock
2113 #: ../src/guestfs.pod:1063
2114 msgid ""
2115 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2116 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2117 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2118 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1069
2123 msgid ""
2124 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2125 "L</guestfs_list_partitions> and similar calls return the true names of the "
2126 "devices and partitions as known to the appliance."
2127 msgstr ""
2128
2129 #. type: =head3
2130 #: ../src/guestfs.pod:1074
2131 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2132 msgstr ""
2133
2134 #. type: textblock
2135 #: ../src/guestfs.pod:1076
2136 msgid ""
2137 "Usually this translation is transparent.  However in some (very rare)  cases "
2138 "you may need to know the exact algorithm.  Such cases include where you use "
2139 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2140 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2141 "devices."
2142 msgstr ""
2143
2144 #. type: textblock
2145 #: ../src/guestfs.pod:1082
2146 msgid ""
2147 "The algorithm is applied only to I<parameters> which are known to be either "
2148 "device or partition names.  Return values from functions such as "
2149 "L</guestfs_list_devices> are never changed."
2150 msgstr ""
2151
2152 #. type: textblock
2153 #: ../src/guestfs.pod:1090
2154 msgid "Is the string a parameter which is a device or partition name?"
2155 msgstr ""
2156
2157 #. type: textblock
2158 #: ../src/guestfs.pod:1094
2159 msgid "Does the string begin with C</dev/sd>?"
2160 msgstr ""
2161
2162 #. type: textblock
2163 #: ../src/guestfs.pod:1098
2164 msgid ""
2165 "Does the named device exist? If so, we use that device.  However if I<not> "
2166 "then we continue with this algorithm."
2167 msgstr ""
2168
2169 #. type: textblock
2170 #: ../src/guestfs.pod:1103
2171 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2172 msgstr ""
2173
2174 #. type: textblock
2175 #: ../src/guestfs.pod:1105
2176 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2177 msgstr ""
2178
2179 #. type: textblock
2180 #: ../src/guestfs.pod:1107
2181 msgid "If that named device exists, use it.  If not, continue."
2182 msgstr ""
2183
2184 #. type: textblock
2185 #: ../src/guestfs.pod:1111
2186 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2187 msgstr ""
2188
2189 #. type: textblock
2190 #: ../src/guestfs.pod:1113
2191 msgid "If that named device exists, use it.  If not, return an error."
2192 msgstr ""
2193
2194 #. type: =head3
2195 #: ../src/guestfs.pod:1117
2196 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2197 msgstr ""
2198
2199 #. type: textblock
2200 #: ../src/guestfs.pod:1119
2201 msgid ""
2202 "Although the standard naming scheme and automatic translation is useful for "
2203 "simple programs and guestfish scripts, for larger programs it is best not to "
2204 "rely on this mechanism."
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: ../src/guestfs.pod:1123
2209 msgid ""
2210 "Where possible for maximum future portability programs using libguestfs "
2211 "should use these future-proof techniques:"
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1130
2216 msgid ""
2217 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2218 "device names, and then use those names directly."
2219 msgstr ""
2220
2221 #. type: textblock
2222 #: ../src/guestfs.pod:1133
2223 msgid "Since those device names exist by definition, they will never be translated."
2224 msgstr ""
2225
2226 #. type: textblock
2227 #: ../src/guestfs.pod:1138
2228 msgid ""
2229 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2230 "filesystem labels."
2231 msgstr ""
2232
2233 #. type: =head1
2234 #: ../src/guestfs.pod:1143
2235 msgid "SECURITY"
2236 msgstr ""
2237
2238 #. type: textblock
2239 #: ../src/guestfs.pod:1145
2240 msgid ""
2241 "This section discusses security implications of using libguestfs, "
2242 "particularly with untrusted or malicious guests or disk images."
2243 msgstr ""
2244
2245 #. type: =head2
2246 #: ../src/guestfs.pod:1148
2247 msgid "GENERAL SECURITY CONSIDERATIONS"
2248 msgstr ""
2249
2250 #. type: textblock
2251 #: ../src/guestfs.pod:1150
2252 msgid ""
2253 "Be careful with any files or data that you download from a guest (by "
2254 "\"download\" we mean not just the L</guestfs_download> command but any "
2255 "command that reads files, filenames, directories or anything else from a "
2256 "disk image).  An attacker could manipulate the data to fool your program "
2257 "into doing the wrong thing.  Consider cases such as:"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1160
2262 msgid "the data (file etc) not being present"
2263 msgstr ""
2264
2265 #. type: textblock
2266 #: ../src/guestfs.pod:1164
2267 msgid "being present but empty"
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1168
2272 msgid "being much larger than normal"
2273 msgstr ""
2274
2275 #. type: textblock
2276 #: ../src/guestfs.pod:1172
2277 msgid "containing arbitrary 8 bit data"
2278 msgstr ""
2279
2280 #. type: textblock
2281 #: ../src/guestfs.pod:1176
2282 msgid "being in an unexpected character encoding"
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1180
2287 msgid "containing homoglyphs."
2288 msgstr ""
2289
2290 #. type: =head2
2291 #: ../src/guestfs.pod:1184
2292 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2293 msgstr ""
2294
2295 #. type: textblock
2296 #: ../src/guestfs.pod:1186
2297 msgid ""
2298 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2299 "(VFS) module can sometimes be escalated into exploits by deliberately "
2300 "creating a malicious, malformed filesystem.  These exploits are very severe "
2301 "for two reasons.  Firstly there are very many filesystem drivers in the "
2302 "kernel, and many of them are infrequently used and not much developer "
2303 "attention has been paid to the code.  Linux userspace helps potential "
2304 "crackers by detecting the filesystem type and automatically choosing the "
2305 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2306 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2307 "exploit (worse in some ways), giving immediate and total access to the "
2308 "system right down to the hardware level."
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1199
2313 msgid ""
2314 "That explains why you should never mount a filesystem from an untrusted "
2315 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2316 "inside a qemu virtual machine, usually running as a non-root user.  The "
2317 "attacker would need to write a filesystem which first exploited the kernel, "
2318 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2319 "the libguestfs protocol, and finally to be as serious as the host kernel "
2320 "exploit it would need to escalate its privileges to root.  This multi-step "
2321 "escalation, performed by a static piece of data, is thought to be extremely "
2322 "hard to do, although we never say 'never' about security issues."
2323 msgstr ""
2324
2325 #. type: textblock
2326 #: ../src/guestfs.pod:1210
2327 msgid ""
2328 "In any case callers can reduce the attack surface by forcing the filesystem "
2329 "type when mounting (use L</guestfs_mount_vfs>)."
2330 msgstr ""
2331
2332 #. type: =head2
2333 #: ../src/guestfs.pod:1213
2334 msgid "PROTOCOL SECURITY"
2335 msgstr ""
2336
2337 #. type: textblock
2338 #: ../src/guestfs.pod:1215
2339 msgid ""
2340 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2341 "defined upper message size.  However a program that uses libguestfs must "
2342 "also take care - for example you can write a program that downloads a binary "
2343 "from a disk image and executes it locally, and no amount of protocol "
2344 "security will save you from the consequences."
2345 msgstr ""
2346
2347 #. type: =head2
2348 #: ../src/guestfs.pod:1221
2349 msgid "INSPECTION SECURITY"
2350 msgstr ""
2351
2352 #. type: textblock
2353 #: ../src/guestfs.pod:1223
2354 msgid ""
2355 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2356 "directly from the guest, and these could contain any 8 bit data.  Callers "
2357 "should be careful to escape these before printing them to a structured file "
2358 "(for example, use HTML escaping if creating a web page)."
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1229
2363 msgid ""
2364 "Guest configuration may be altered in unusual ways by the administrator of "
2365 "the virtual machine, and may not reflect reality (particularly for untrusted "
2366 "or actively malicious guests).  For example we parse the hostname from "
2367 "configuration files like C</etc/sysconfig/network> that we find in the "
2368 "guest, but the guest administrator can easily manipulate these files to "
2369 "provide the wrong hostname."
2370 msgstr ""
2371
2372 #. type: textblock
2373 #: ../src/guestfs.pod:1237
2374 msgid ""
2375 "The inspection API parses guest configuration using two external libraries: "
2376 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2377 "designed to be robust in the face of malicious data, although denial of "
2378 "service attacks are still possible, for example with oversized configuration "
2379 "files."
2380 msgstr ""
2381
2382 #. type: =head2
2383 #: ../src/guestfs.pod:1243
2384 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1245
2389 msgid ""
2390 "Be very cautious about running commands from the guest.  By running a "
2391 "command in the guest, you are giving CPU time to a binary that you do not "
2392 "control, under the same user account as the library, albeit wrapped in qemu "
2393 "virtualization.  More information and alternatives can be found in the "
2394 "section L</RUNNING COMMANDS>."
2395 msgstr ""
2396
2397 #. type: =head2
2398 #: ../src/guestfs.pod:1251
2399 msgid "CVE-2010-3851"
2400 msgstr ""
2401
2402 #. type: textblock
2403 #: ../src/guestfs.pod:1253
2404 msgid "https://bugzilla.redhat.com/642934"
2405 msgstr ""
2406
2407 #. type: textblock
2408 #: ../src/guestfs.pod:1255
2409 msgid ""
2410 "This security bug concerns the automatic disk format detection that qemu "
2411 "does on disk images."
2412 msgstr ""
2413
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1258
2416 msgid ""
2417 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2418 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2419 "for one of the known headers, and if none is found then assuming the disk "
2420 "image must be raw."
2421 msgstr ""
2422
2423 #. type: textblock
2424 #: ../src/guestfs.pod:1263
2425 msgid ""
2426 "This allows a guest which has been given a raw disk image to write some "
2427 "other header.  At next boot (or when the disk image is accessed by "
2428 "libguestfs) qemu would do autodetection and think the disk image format was, "
2429 "say, qcow2 based on the header written by the guest."
2430 msgstr ""
2431
2432 #. type: textblock
2433 #: ../src/guestfs.pod:1268
2434 msgid ""
2435 "This in itself would not be a problem, but qcow2 offers many features, one "
2436 "of which is to allow a disk image to refer to another image (called the "
2437 "\"backing disk\").  It does this by placing the path to the backing disk "
2438 "into the qcow2 header.  This path is not validated and could point to any "
2439 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2440 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2441 "control of the attacker."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1276
2446 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2447 msgstr ""
2448
2449 #. type: textblock
2450 #: ../src/guestfs.pod:1283
2451 msgid "You have enabled the network or have opened the disk in write mode."
2452 msgstr ""
2453
2454 #. type: textblock
2455 #: ../src/guestfs.pod:1287
2456 msgid ""
2457 "You are also running untrusted code from the guest (see L</RUNNING "
2458 "COMMANDS>)."
2459 msgstr ""
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1292
2463 msgid ""
2464 "The way to avoid this is to specify the expected disk format when adding "
2465 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2466 "should always do this if the disk is raw format, and it's a good idea for "
2467 "other cases too."
2468 msgstr ""
2469
2470 #. type: textblock
2471 #: ../src/guestfs.pod:1297
2472 msgid ""
2473 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2474 "format is fetched from libvirt and passed through."
2475 msgstr ""
2476
2477 #. type: textblock
2478 #: ../src/guestfs.pod:1300
2479 msgid ""
2480 "For libguestfs tools, use the I<--format> command line parameter as "
2481 "appropriate."
2482 msgstr ""
2483
2484 #. type: =head1
2485 #: ../src/guestfs.pod:1303
2486 msgid "CONNECTION MANAGEMENT"
2487 msgstr ""
2488
2489 #. type: =head2
2490 #: ../src/guestfs.pod:1305
2491 msgid "guestfs_h *"
2492 msgstr ""
2493
2494 #. type: textblock
2495 #: ../src/guestfs.pod:1307
2496 msgid ""
2497 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2498 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2499 "handle and release all resources used."
2500 msgstr ""
2501
2502 #. type: textblock
2503 #: ../src/guestfs.pod:1311
2504 msgid ""
2505 "For information on using multiple handles and threads, see the section "
2506 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2507 msgstr ""
2508
2509 #. type: =head2
2510 #: ../src/guestfs.pod:1314
2511 msgid "guestfs_create"
2512 msgstr ""
2513
2514 #. type: verbatim
2515 #: ../src/guestfs.pod:1316
2516 #, no-wrap
2517 msgid ""
2518 " guestfs_h *guestfs_create (void);\n"
2519 "\n"
2520 msgstr ""
2521
2522 #. type: textblock
2523 #: ../src/guestfs.pod:1318
2524 msgid "Create a connection handle."
2525 msgstr ""
2526
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1320
2529 msgid ""
2530 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2531 "on the handle at least once."
2532 msgstr ""
2533
2534 #. type: textblock
2535 #: ../src/guestfs.pod:1323
2536 msgid ""
2537 "This function returns a non-NULL pointer to a handle on success or NULL on "
2538 "error."
2539 msgstr ""
2540
2541 #. type: textblock
2542 #: ../src/guestfs.pod:1326
2543 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1328
2548 msgid ""
2549 "You may also want to configure error handling for the handle.  See L</ERROR "
2550 "HANDLING> section below."
2551 msgstr ""
2552
2553 #. type: =head2
2554 #: ../src/guestfs.pod:1331
2555 msgid "guestfs_close"
2556 msgstr ""
2557
2558 #. type: verbatim
2559 #: ../src/guestfs.pod:1333
2560 #, no-wrap
2561 msgid ""
2562 " void guestfs_close (guestfs_h *g);\n"
2563 "\n"
2564 msgstr ""
2565
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1335
2568 msgid "This closes the connection handle and frees up all resources used."
2569 msgstr ""
2570
2571 #. type: =head1
2572 #: ../src/guestfs.pod:1337
2573 msgid "ERROR HANDLING"
2574 msgstr ""
2575
2576 #. type: textblock
2577 #: ../src/guestfs.pod:1339
2578 msgid ""
2579 "API functions can return errors.  For example, almost all functions that "
2580 "return C<int> will return C<-1> to indicate an error."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1342
2585 msgid ""
2586 "Additional information is available for errors: an error message string and "
2587 "optionally an error number (errno) if the thing that failed was a system "
2588 "call."
2589 msgstr ""
2590
2591 #. type: textblock
2592 #: ../src/guestfs.pod:1346
2593 msgid ""
2594 "You can get at the additional information about the last error on the handle "
2595 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2596 "up an error handler with L</guestfs_set_error_handler>."
2597 msgstr ""
2598
2599 #. type: textblock
2600 #: ../src/guestfs.pod:1351
2601 msgid ""
2602 "When the handle is created, a default error handler is installed which "
2603 "prints the error message string to C<stderr>.  For small short-running "
2604 "command line programs it is sufficient to do:"
2605 msgstr ""
2606
2607 #. type: verbatim
2608 #: ../src/guestfs.pod:1355
2609 #, no-wrap
2610 msgid ""
2611 " if (guestfs_launch (g) == -1)\n"
2612 "   exit (EXIT_FAILURE);\n"
2613 "\n"
2614 msgstr ""
2615
2616 #. type: textblock
2617 #: ../src/guestfs.pod:1358
2618 msgid ""
2619 "since the default error handler will ensure that an error message has been "
2620 "printed to C<stderr> before the program exits."
2621 msgstr ""
2622
2623 #. type: textblock
2624 #: ../src/guestfs.pod:1361
2625 msgid ""
2626 "For other programs the caller will almost certainly want to install an "
2627 "alternate error handler or do error handling in-line like this:"
2628 msgstr ""
2629
2630 #. type: verbatim
2631 #: ../src/guestfs.pod:1364
2632 #, no-wrap
2633 msgid ""
2634 " g = guestfs_create ();\n"
2635 " \n"
2636 msgstr ""
2637
2638 #. type: verbatim
2639 #: ../src/guestfs.pod:1366
2640 #, no-wrap
2641 msgid ""
2642 " /* This disables the default behaviour of printing errors\n"
2643 "    on stderr. */\n"
2644 " guestfs_set_error_handler (g, NULL, NULL);\n"
2645 " \n"
2646 msgstr ""
2647
2648 #. type: verbatim
2649 #: ../src/guestfs.pod:1370
2650 #, no-wrap
2651 msgid ""
2652 " if (guestfs_launch (g) == -1) {\n"
2653 "   /* Examine the error message and print it etc. */\n"
2654 "   char *msg = guestfs_last_error (g);\n"
2655 "   int errnum = guestfs_last_errno (g);\n"
2656 "   fprintf (stderr, \"%s\\n\", msg);\n"
2657 "   /* ... */\n"
2658 "  }\n"
2659 "\n"
2660 msgstr ""
2661
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1378
2664 msgid ""
2665 "Out of memory errors are handled differently.  The default action is to call "
2666 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2667 "L</guestfs_set_out_of_memory_handler>."
2668 msgstr ""
2669
2670 #. type: textblock
2671 #: ../src/guestfs.pod:1382
2672 msgid ""
2673 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2674 "because there is no handle if this happens there is no way to get additional "
2675 "error information.  However L</guestfs_create> is supposed to be a "
2676 "lightweight operation which can only fail because of insufficient memory (it "
2677 "returns NULL in this case)."
2678 msgstr ""
2679
2680 #. type: =head2
2681 #: ../src/guestfs.pod:1388
2682 msgid "guestfs_last_error"
2683 msgstr ""
2684
2685 #. type: verbatim
2686 #: ../src/guestfs.pod:1390
2687 #, no-wrap
2688 msgid ""
2689 " const char *guestfs_last_error (guestfs_h *g);\n"
2690 "\n"
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1392
2695 msgid ""
2696 "This returns the last error message that happened on C<g>.  If there has not "
2697 "been an error since the handle was created, then this returns C<NULL>."
2698 msgstr ""
2699
2700 #. type: textblock
2701 #: ../src/guestfs.pod:1396
2702 msgid ""
2703 "The lifetime of the returned string is until the next error occurs, or "
2704 "L</guestfs_close> is called."
2705 msgstr ""
2706
2707 #. type: =head2
2708 #: ../src/guestfs.pod:1399
2709 msgid "guestfs_last_errno"
2710 msgstr ""
2711
2712 #. type: verbatim
2713 #: ../src/guestfs.pod:1401
2714 #, no-wrap
2715 msgid ""
2716 " int guestfs_last_errno (guestfs_h *g);\n"
2717 "\n"
2718 msgstr ""
2719
2720 #. type: textblock
2721 #: ../src/guestfs.pod:1403
2722 msgid "This returns the last error number (errno) that happened on C<g>."
2723 msgstr ""
2724
2725 #. type: textblock
2726 #: ../src/guestfs.pod:1405
2727 msgid "If successful, an errno integer not equal to zero is returned."
2728 msgstr ""
2729
2730 #. type: textblock
2731 #: ../src/guestfs.pod:1407
2732 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2733 msgstr ""
2734
2735 #. type: textblock
2736 #: ../src/guestfs.pod:1414
2737 msgid "There has not been any error on the handle."
2738 msgstr ""
2739
2740 #. type: textblock
2741 #: ../src/guestfs.pod:1418
2742 msgid ""
2743 "There has been an error but the errno was meaningless.  This corresponds to "
2744 "the case where the error did not come from a failed system call, but for "
2745 "some other reason."
2746 msgstr ""
2747
2748 #. type: textblock
2749 #: ../src/guestfs.pod:1424
2750 msgid ""
2751 "There was an error from a failed system call, but for some reason the errno "
2752 "was not captured and returned.  This usually indicates a bug in libguestfs."
2753 msgstr ""
2754
2755 #. type: textblock
2756 #: ../src/guestfs.pod:1430
2757 msgid ""
2758 "Libguestfs tries to convert the errno from inside the applicance into a "
2759 "corresponding errno for the caller (not entirely trivial: the appliance "
2760 "might be running a completely different operating system from the library "
2761 "and error numbers are not standardized across Un*xen).  If this could not be "
2762 "done, then the error is translated to C<EINVAL>.  In practice this should "
2763 "only happen in very rare circumstances."
2764 msgstr ""
2765
2766 #. type: =head2
2767 #: ../src/guestfs.pod:1438
2768 msgid "guestfs_set_error_handler"
2769 msgstr ""
2770
2771 #. type: verbatim
2772 #: ../src/guestfs.pod:1440
2773 #, no-wrap
2774 msgid ""
2775 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2776 "                                           void *opaque,\n"
2777 "                                           const char *msg);\n"
2778 " void guestfs_set_error_handler (guestfs_h *g,\n"
2779 "                                 guestfs_error_handler_cb cb,\n"
2780 "                                 void *opaque);\n"
2781 "\n"
2782 msgstr ""
2783
2784 #. type: textblock
2785 #: ../src/guestfs.pod:1447
2786 msgid ""
2787 "The callback C<cb> will be called if there is an error.  The parameters "
2788 "passed to the callback are an opaque data pointer and the error message "
2789 "string."
2790 msgstr ""
2791
2792 #. type: textblock
2793 #: ../src/guestfs.pod:1451
2794 msgid ""
2795 "C<errno> is not passed to the callback.  To get that the callback must call "
2796 "L</guestfs_last_errno>."
2797 msgstr ""
2798
2799 #. type: textblock
2800 #: ../src/guestfs.pod:1454
2801 msgid ""
2802 "Note that the message string C<msg> is freed as soon as the callback "
2803 "function returns, so if you want to stash it somewhere you must make your "
2804 "own copy."
2805 msgstr ""
2806
2807 #. type: textblock
2808 #: ../src/guestfs.pod:1458
2809 msgid "The default handler prints messages on C<stderr>."
2810 msgstr ""
2811
2812 #. type: textblock
2813 #: ../src/guestfs.pod:1460
2814 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2815 msgstr ""
2816
2817 #. type: =head2
2818 #: ../src/guestfs.pod:1462
2819 msgid "guestfs_get_error_handler"
2820 msgstr ""
2821
2822 #. type: verbatim
2823 #: ../src/guestfs.pod:1464
2824 #, no-wrap
2825 msgid ""
2826 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2827 "                                                     void **opaque_rtn);\n"
2828 "\n"
2829 msgstr ""
2830
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1467
2833 msgid "Returns the current error handler callback."
2834 msgstr ""
2835
2836 #. type: =head2
2837 #: ../src/guestfs.pod:1469
2838 msgid "guestfs_set_out_of_memory_handler"
2839 msgstr ""
2840
2841 #. type: verbatim
2842 #: ../src/guestfs.pod:1471
2843 #, no-wrap
2844 msgid ""
2845 " typedef void (*guestfs_abort_cb) (void);\n"
2846 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2847 "                                        guestfs_abort_cb);\n"
2848 "\n"
2849 msgstr ""
2850
2851 #. type: textblock
2852 #: ../src/guestfs.pod:1475
2853 msgid ""
2854 "The callback C<cb> will be called if there is an out of memory situation.  "
2855 "I<Note this callback must not return>."
2856 msgstr ""
2857
2858 #. type: textblock
2859 #: ../src/guestfs.pod:1478
2860 msgid "The default is to call L<abort(3)>."
2861 msgstr ""
2862
2863 #. type: textblock
2864 #: ../src/guestfs.pod:1480
2865 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2866 msgstr ""
2867
2868 #. type: =head2
2869 #: ../src/guestfs.pod:1483
2870 msgid "guestfs_get_out_of_memory_handler"
2871 msgstr ""
2872
2873 #. type: verbatim
2874 #: ../src/guestfs.pod:1485
2875 #, no-wrap
2876 msgid ""
2877 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2878 "\n"
2879 msgstr ""
2880
2881 #. type: textblock
2882 #: ../src/guestfs.pod:1487
2883 msgid "This returns the current out of memory handler."
2884 msgstr ""
2885
2886 #. type: =head1
2887 #: ../src/guestfs.pod:1489
2888 msgid "API CALLS"
2889 msgstr ""
2890
2891 #. type: textblock
2892 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:1003
2893 msgid "@ACTIONS@"
2894 msgstr ""
2895
2896 #. type: =head1
2897 #: ../src/guestfs.pod:1493
2898 msgid "STRUCTURES"
2899 msgstr ""
2900
2901 #. type: textblock
2902 #: ../src/guestfs.pod:1495
2903 msgid "@STRUCTS@"
2904 msgstr ""
2905
2906 #. type: =head1
2907 #: ../src/guestfs.pod:1497
2908 msgid "AVAILABILITY"
2909 msgstr ""
2910
2911 #. type: =head2
2912 #: ../src/guestfs.pod:1499
2913 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2914 msgstr ""
2915
2916 #. type: textblock
2917 #: ../src/guestfs.pod:1501
2918 msgid ""
2919 "Using L</guestfs_available> you can test availability of the following "
2920 "groups of functions.  This test queries the appliance to see if the "
2921 "appliance you are currently using supports the functionality."
2922 msgstr ""
2923
2924 #. type: textblock
2925 #: ../src/guestfs.pod:1506
2926 msgid "@AVAILABILITY@"
2927 msgstr ""
2928
2929 #. type: =head2
2930 #: ../src/guestfs.pod:1508
2931 msgid "GUESTFISH supported COMMAND"
2932 msgstr ""
2933
2934 #. type: textblock
2935 #: ../src/guestfs.pod:1510
2936 msgid ""
2937 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2938 "prints out the available groups and whether they are supported by this build "
2939 "of libguestfs.  Note however that you have to do C<run> first."
2940 msgstr ""
2941
2942 #. type: =head2
2943 #: ../src/guestfs.pod:1515
2944 msgid "SINGLE CALLS AT COMPILE TIME"
2945 msgstr ""
2946
2947 #. type: textblock
2948 #: ../src/guestfs.pod:1517
2949 msgid ""
2950 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2951 "function, such as:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1520
2956 #, no-wrap
2957 msgid ""
2958 " #define LIBGUESTFS_HAVE_DD 1\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1522
2964 msgid "if L</guestfs_dd> is available."
2965 msgstr ""
2966
2967 #. type: textblock
2968 #: ../src/guestfs.pod:1524
2969 msgid ""
2970 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2971 "function is available at compile time, we recommended using build tools such "
2972 "as autoconf or cmake.  For example in autotools you could use:"
2973 msgstr ""
2974
2975 #. type: verbatim
2976 #: ../src/guestfs.pod:1529
2977 #, no-wrap
2978 msgid ""
2979 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2980 " AC_CHECK_FUNCS([guestfs_dd])\n"
2981 "\n"
2982 msgstr ""
2983
2984 #. type: textblock
2985 #: ../src/guestfs.pod:1532
2986 msgid ""
2987 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2988 "in your program."
2989 msgstr ""
2990
2991 #. type: =head2
2992 #: ../src/guestfs.pod:1535
2993 msgid "SINGLE CALLS AT RUN TIME"
2994 msgstr ""
2995
2996 #. type: textblock
2997 #: ../src/guestfs.pod:1537
2998 msgid ""
2999 "Testing at compile time doesn't guarantee that a function really exists in "
3000 "the library.  The reason is that you might be dynamically linked against a "
3001 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3002 "This situation unfortunately results in a segmentation fault, which is a "
3003 "shortcoming of the C dynamic linking system itself."
3004 msgstr ""
3005
3006 #. type: textblock
3007 #: ../src/guestfs.pod:1544
3008 msgid ""
3009 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3010 "in this example program (note that you still need the compile time check as "
3011 "well):"
3012 msgstr ""
3013
3014 #. type: verbatim
3015 #: ../src/guestfs.pod:1548
3016 #, no-wrap
3017 msgid ""
3018 " #include <stdio.h>\n"
3019 " #include <stdlib.h>\n"
3020 " #include <unistd.h>\n"
3021 " #include <dlfcn.h>\n"
3022 " #include <guestfs.h>\n"
3023 " \n"
3024 msgstr ""
3025
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1554
3028 #, no-wrap
3029 msgid ""
3030 " main ()\n"
3031 " {\n"
3032 " #ifdef LIBGUESTFS_HAVE_DD\n"
3033 "   void *dl;\n"
3034 "   int has_function;\n"
3035 " \n"
3036 msgstr ""
3037
3038 #. type: verbatim
3039 #: ../src/guestfs.pod:1560
3040 #, no-wrap
3041 msgid ""
3042 "   /* Test if the function guestfs_dd is really available. */\n"
3043 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3044 "   if (!dl) {\n"
3045 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3046 "     exit (EXIT_FAILURE);\n"
3047 "   }\n"
3048 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3049 "   dlclose (dl);\n"
3050 " \n"
3051 msgstr ""
3052
3053 #. type: verbatim
3054 #: ../src/guestfs.pod:1569
3055 #, no-wrap
3056 msgid ""
3057 "   if (!has_function)\n"
3058 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3059 "   else {\n"
3060 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3061 "     /* Now it's safe to call\n"
3062 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3063 "     */\n"
3064 "   }\n"
3065 " #else\n"
3066 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3067 " #endif\n"
3068 "  }\n"
3069 "\n"
3070 msgstr ""
3071
3072 #. type: textblock
3073 #: ../src/guestfs.pod:1582
3074 msgid ""
3075 "You may think the above is an awful lot of hassle, and it is.  There are "
3076 "other ways outside of the C linking system to ensure that this kind of "
3077 "incompatibility never arises, such as using package versioning:"
3078 msgstr ""
3079
3080 #. type: verbatim
3081 #: ../src/guestfs.pod:1587
3082 #, no-wrap
3083 msgid ""
3084 " Requires: libguestfs >= 1.0.80\n"
3085 "\n"
3086 msgstr ""
3087
3088 #. type: =head1
3089 #: ../src/guestfs.pod:1589
3090 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1591
3095 msgid ""
3096 "A recent feature of the API is the introduction of calls which take optional "
3097 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3098 "takes variable arguments (ie. C<...>), as in this example:"
3099 msgstr ""
3100
3101 #. type: verbatim
3102 #: ../src/guestfs.pod:1596
3103 #, no-wrap
3104 msgid ""
3105 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3106 "\n"
3107 msgstr ""
3108
3109 #. type: textblock
3110 #: ../src/guestfs.pod:1598
3111 msgid ""
3112 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3113 "call with no optional arguments specified:"
3114 msgstr ""
3115
3116 #. type: verbatim
3117 #: ../src/guestfs.pod:1601
3118 #, no-wrap
3119 msgid ""
3120 " guestfs_add_drive_opts (g, filename, -1);\n"
3121 "\n"
3122 msgstr ""
3123
3124 #. type: textblock
3125 #: ../src/guestfs.pod:1603
3126 msgid "With a single optional argument:"
3127 msgstr ""
3128
3129 #. type: verbatim
3130 #: ../src/guestfs.pod:1605
3131 #, no-wrap
3132 msgid ""
3133 " guestfs_add_drive_opts (g, filename,\n"
3134 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3135 "                         -1);\n"
3136 "\n"
3137 msgstr ""
3138
3139 #. type: textblock
3140 #: ../src/guestfs.pod:1609
3141 msgid "With two:"
3142 msgstr ""
3143
3144 #. type: verbatim
3145 #: ../src/guestfs.pod:1611
3146 #, no-wrap
3147 msgid ""
3148 " guestfs_add_drive_opts (g, filename,\n"
3149 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3150 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3151 "                         -1);\n"
3152 "\n"
3153 msgstr ""
3154
3155 #. type: textblock
3156 #: ../src/guestfs.pod:1616
3157 msgid ""
3158 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3159 "happen!"
3160 msgstr ""
3161
3162 #. type: =head2
3163 #: ../src/guestfs.pod:1619
3164 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3165 msgstr ""
3166
3167 #. type: textblock
3168 #: ../src/guestfs.pod:1621
3169 msgid ""
3170 "The second variant has the same name with the suffix C<_va>, which works the "
3171 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3172 "example function, this is declared:"
3173 msgstr ""
3174
3175 #. type: verbatim
3176 #: ../src/guestfs.pod:1625
3177 #, no-wrap
3178 msgid ""
3179 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3180 "                                va_list args);\n"
3181 "\n"
3182 msgstr ""
3183
3184 #. type: =head2
3185 #: ../src/guestfs.pod:1628
3186 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3187 msgstr ""
3188
3189 #. type: textblock
3190 #: ../src/guestfs.pod:1630
3191 msgid ""
3192 "The third variant is useful where you need to construct these calls.  You "
3193 "pass in a structure where you fill in the optional fields.  The structure "
3194 "has a bitmask as the first element which you must set to indicate which "
3195 "fields you have filled in.  For our example function the structure and call "
3196 "are declared:"
3197 msgstr ""
3198
3199 #. type: verbatim
3200 #: ../src/guestfs.pod:1636
3201 #, no-wrap
3202 msgid ""
3203 " struct guestfs_add_drive_opts_argv {\n"
3204 "   uint64_t bitmask;\n"
3205 "   int readonly;\n"
3206 "   const char *format;\n"
3207 "   /* ... */\n"
3208 " };\n"
3209 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3210 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3211 "\n"
3212 msgstr ""
3213
3214 #. type: textblock
3215 #: ../src/guestfs.pod:1645
3216 msgid "You could call it like this:"
3217 msgstr ""
3218
3219 #. type: verbatim
3220 #: ../src/guestfs.pod:1647
3221 #, no-wrap
3222 msgid ""
3223 " struct guestfs_add_drive_opts_argv optargs = {\n"
3224 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3225 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3226 "   .readonly = 1,\n"
3227 "   .format = \"qcow2\"\n"
3228 " };\n"
3229 " \n"
3230 msgstr ""
3231
3232 #. type: verbatim
3233 #: ../src/guestfs.pod:1654
3234 #, no-wrap
3235 msgid ""
3236 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3237 "\n"
3238 msgstr ""
3239
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1656 ../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
3242 msgid "Notes:"
3243 msgstr ""
3244
3245 #. type: textblock
3246 #: ../src/guestfs.pod:1662
3247 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3248 msgstr ""
3249
3250 #. type: textblock
3251 #: ../src/guestfs.pod:1667
3252 msgid "You do not need to fill in all fields of the structure."
3253 msgstr ""
3254
3255 #. type: textblock
3256 #: ../src/guestfs.pod:1671
3257 msgid ""
3258 "There must be a one-to-one correspondence between fields of the structure "
3259 "that are filled in, and bits set in the bitmask."
3260 msgstr ""
3261
3262 #. type: =head2
3263 #: ../src/guestfs.pod:1676
3264 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3265 msgstr ""
3266
3267 #. type: textblock
3268 #: ../src/guestfs.pod:1678
3269 msgid ""
3270 "In other languages, optional arguments are expressed in the way that is "
3271 "natural for that language.  We refer you to the language-specific "
3272 "documentation for more details on that."
3273 msgstr ""
3274
3275 #. type: textblock
3276 #: ../src/guestfs.pod:1682
3277 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3278 msgstr ""
3279
3280 #. type: =head2
3281 #: ../src/guestfs.pod:1684
3282 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3283 msgstr ""
3284
3285 #. type: textblock
3286 #: ../src/guestfs.pod:1686
3287 msgid ""
3288 "B<Note:> This section documents the generic event mechanism introduced in "
3289 "libguestfs 1.10, which you should use in new code if possible.  The old "
3290 "functions C<guestfs_set_log_message_callback>, "
3291 "C<guestfs_set_subprocess_quit_callback>, "
3292 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3293 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3294 "page."
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1694
3299 msgid ""
3300 "Handles generate events when certain things happen, such as log messages "
3301 "being generated, progress messages during long-running operations, or the "
3302 "handle being closed.  The API calls described below let you register a "
3303 "callback to be called when events happen.  You can register multiple "
3304 "callbacks (for the same, different or overlapping sets of events), and "
3305 "individually remove callbacks.  If callbacks are not removed, then they "
3306 "remain in force until the handle is closed."
3307 msgstr ""
3308
3309 #. type: textblock
3310 #: ../src/guestfs.pod:1702
3311 msgid ""
3312 "In the current implementation, events are only generated synchronously: that "
3313 "means that events (and hence callbacks) can only happen while you are in the "
3314 "middle of making another libguestfs call.  The callback is called in the "
3315 "same thread."
3316 msgstr ""
3317
3318 #. type: textblock
3319 #: ../src/guestfs.pod:1707
3320 msgid ""
3321 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3322 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3323 msgstr ""
3324
3325 #. type: =head3
3326 #: ../src/guestfs.pod:1711
3327 msgid "CLASSES OF EVENTS"
3328 msgstr ""
3329
3330 #. type: =item
3331 #: ../src/guestfs.pod:1715
3332 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3333 msgstr ""
3334
3335 #. type: textblock
3336 #: ../src/guestfs.pod:1718
3337 msgid ""
3338 "The callback function will be called while the handle is being closed "
3339 "(synchronously from L</guestfs_close>)."
3340 msgstr ""
3341
3342 #. type: textblock
3343 #: ../src/guestfs.pod:1721
3344 msgid ""
3345 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3346 "handles that are open when the program exits.  This means that this callback "
3347 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3348 "problems in higher-level languages (eg. if your HLL interpreter has already "
3349 "been cleaned up by the time this is called, and if your callback then jumps "
3350 "into some HLL function)."
3351 msgstr ""
3352
3353 #. type: textblock
3354 #: ../src/guestfs.pod:1728
3355 msgid ""
3356 "If no callback is registered: the handle is closed without any callback "
3357 "being invoked."
3358 msgstr ""
3359
3360 #. type: =item
3361 #: ../src/guestfs.pod:1731
3362 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3363 msgstr ""
3364
3365 #. type: textblock
3366 #: ../src/guestfs.pod:1734
3367 msgid ""
3368 "The callback function will be called when the child process quits, either "
3369 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3370 "corresponds to a transition from any state to the CONFIG state)."
3371 msgstr ""
3372
3373 #. type: textblock
3374 #: ../src/guestfs.pod:1738 ../src/guestfs.pod:1747
3375 msgid "If no callback is registered: the event is ignored."
3376 msgstr ""
3377
3378 #. type: =item
3379 #: ../src/guestfs.pod:1740
3380 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1743
3385 msgid ""
3386 "The callback function will be called when the child process becomes ready "
3387 "first time after it has been launched.  (This corresponds to a transition "
3388 "from LAUNCHING to the READY state)."
3389 msgstr ""
3390
3391 #. type: =item
3392 #: ../src/guestfs.pod:1749
3393 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3394 msgstr ""
3395
3396 #. type: textblock
3397 #: ../src/guestfs.pod:1752
3398 msgid ""
3399 "Some long-running operations can generate progress messages.  If this "
3400 "callback is registered, then it will be called each time a progress message "
3401 "is generated (usually two seconds after the operation started, and three "
3402 "times per second thereafter until it completes, although the frequency may "
3403 "change in future versions)."
3404 msgstr ""
3405
3406 #. type: textblock
3407 #: ../src/guestfs.pod:1758
3408 msgid ""
3409 "The callback receives in the payload four unsigned 64 bit numbers which are "
3410 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: ../src/guestfs.pod:1761
3415 msgid ""
3416 "The units of C<total> are not defined, although for some operations C<total> "
3417 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3418 "or megabytes), and C<position> may be the portion which has been "
3419 "transferred."
3420 msgstr ""
3421
3422 #. type: textblock
3423 #: ../src/guestfs.pod:1766
3424 msgid "The only defined and stable parts of the API are:"
3425 msgstr ""
3426
3427 #. type: textblock
3428 #: ../src/guestfs.pod:1772
3429 msgid ""
3430 "The callback can display to the user some type of progress bar or indicator "
3431 "which shows the ratio of C<position>:C<total>."
3432 msgstr ""
3433
3434 #. type: textblock
3435 #: ../src/guestfs.pod:1777
3436 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3437 msgstr ""
3438
3439 #. type: textblock
3440 #: ../src/guestfs.pod:1781
3441 msgid ""
3442 "If any progress notification is sent during a call, then a final progress "
3443 "notification is always sent when C<position> = C<total> (I<unless> the call "
3444 "fails with an error)."
3445 msgstr ""
3446
3447 #. type: textblock
3448 #: ../src/guestfs.pod:1785
3449 msgid ""
3450 "This is to simplify caller code, so callers can easily set the progress "
3451 "indicator to \"100%\" at the end of the operation, without requiring special "
3452 "code to detect this case."
3453 msgstr ""
3454
3455 #. type: textblock
3456 #: ../src/guestfs.pod:1791
3457 msgid ""
3458 "For some calls we are unable to estimate the progress of the call, but we "
3459 "can still generate progress messages to indicate activity.  This is known as "
3460 "\"pulse mode\", and is directly supported by certain progress bar "
3461 "implementations (eg. GtkProgressBar)."
3462 msgstr ""
3463
3464 #. type: textblock
3465 #: ../src/guestfs.pod:1796
3466 msgid ""
3467 "For these calls, zero or more progress messages are generated with "
3468 "C<position = 0> and C<total = 1>, followed by a final message with "
3469 "C<position = total = 1>."
3470 msgstr ""
3471
3472 #. type: textblock
3473 #: ../src/guestfs.pod:1800
3474 msgid ""
3475 "As noted above, if the call fails with an error then the final message may "
3476 "not be generated."
3477 msgstr ""
3478
3479 #. type: textblock
3480 #: ../src/guestfs.pod:1805
3481 msgid ""
3482 "The callback also receives the procedure number (C<proc_nr>) and serial "
3483 "number (C<serial>) of the call.  These are only useful for debugging "
3484 "protocol issues, and the callback can normally ignore them.  The callback "
3485 "may want to print these numbers in error messages or debugging messages."
3486 msgstr ""
3487
3488 #. type: textblock
3489 #: ../src/guestfs.pod:1811
3490 msgid "If no callback is registered: progress messages are discarded."
3491 msgstr ""
3492
3493 #. type: =item
3494 #: ../src/guestfs.pod:1813
3495 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1816
3500 msgid ""
3501 "The callback function is called whenever a log message is generated by qemu, "
3502 "the appliance kernel, guestfsd (daemon), or utility programs."
3503 msgstr ""
3504
3505 #. type: textblock
3506 #: ../src/guestfs.pod:1819
3507 msgid ""
3508 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3509 "(L</guestfs_launch>) then additional debug messages are generated."
3510 msgstr ""
3511
3512 #. type: textblock
3513 #: ../src/guestfs.pod:1822 ../src/guestfs.pod:1836
3514 msgid ""
3515 "If no callback is registered: the messages are discarded unless the verbose "
3516 "flag is set in which case they are sent to stderr.  You can override the "
3517 "printing of verbose messages to stderr by setting up a callback."
3518 msgstr ""
3519
3520 #. type: =item
3521 #: ../src/guestfs.pod:1827
3522 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3523 msgstr ""
3524
3525 #. type: textblock
3526 #: ../src/guestfs.pod:1830
3527 msgid ""
3528 "The callback function is called whenever a log message is generated by the "
3529 "library part of libguestfs."
3530 msgstr ""
3531
3532 #. type: textblock
3533 #: ../src/guestfs.pod:1833
3534 msgid ""
3535 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3536 "messages are generated."
3537 msgstr ""
3538
3539 #. type: =item
3540 #: ../src/guestfs.pod:1841
3541 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3542 msgstr ""
3543
3544 #. type: textblock
3545 #: ../src/guestfs.pod:1844
3546 msgid ""
3547 "The callback function is called whenever a trace message is generated.  This "
3548 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3549 msgstr ""
3550
3551 #. type: textblock
3552 #: ../src/guestfs.pod:1847
3553 msgid ""
3554 "If no callback is registered: the messages are sent to stderr.  You can "
3555 "override the printing of trace messages to stderr by setting up a callback."
3556 msgstr ""
3557
3558 #. type: =head3
3559 #: ../src/guestfs.pod:1853
3560 msgid "guestfs_set_event_callback"
3561 msgstr ""
3562
3563 #. type: verbatim
3564 #: ../src/guestfs.pod:1855
3565 #, no-wrap
3566 msgid ""
3567 " int guestfs_set_event_callback (guestfs_h *g,\n"
3568 "                                 guestfs_event_callback cb,\n"
3569 "                                 uint64_t event_bitmask,\n"
3570 "                                 int flags,\n"
3571 "                                 void *opaque);\n"
3572 "\n"
3573 msgstr ""
3574
3575 #. type: textblock
3576 #: ../src/guestfs.pod:1861
3577 msgid ""
3578 "This function registers a callback (C<cb>) for all event classes in the "
3579 "C<event_bitmask>."
3580 msgstr ""
3581
3582 #. type: textblock
3583 #: ../src/guestfs.pod:1864
3584 msgid ""
3585 "For example, to register for all log message events, you could call this "
3586 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3587 "To register a single callback for all possible classes of events, use "
3588 "C<GUESTFS_EVENT_ALL>."
3589 msgstr ""
3590
3591 #. type: textblock
3592 #: ../src/guestfs.pod:1870
3593 msgid "C<flags> should always be passed as 0."
3594 msgstr ""
3595
3596 #. type: textblock
3597 #: ../src/guestfs.pod:1872
3598 msgid ""
3599 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3600 "it for any purpose."
3601 msgstr ""
3602
3603 #. type: textblock
3604 #: ../src/guestfs.pod:1875
3605 msgid ""
3606 "The return value is the event handle (an integer) which you can use to "
3607 "delete the callback (see below)."
3608 msgstr ""
3609
3610 #. type: textblock
3611 #: ../src/guestfs.pod:1878
3612 msgid ""
3613 "If there is an error, this function returns C<-1>, and sets the error in the "
3614 "handle in the usual way (see L</guestfs_last_error> etc.)"
3615 msgstr ""
3616
3617 #. type: textblock
3618 #: ../src/guestfs.pod:1881
3619 msgid ""
3620 "Callbacks remain in effect until they are deleted, or until the handle is "
3621 "closed."
3622 msgstr ""
3623
3624 #. type: textblock
3625 #: ../src/guestfs.pod:1884
3626 msgid ""
3627 "In the case where multiple callbacks are registered for a particular event "
3628 "class, all of the callbacks are called.  The order in which multiple "
3629 "callbacks are called is not defined."
3630 msgstr ""
3631
3632 #. type: =head3
3633 #: ../src/guestfs.pod:1888
3634 msgid "guestfs_delete_event_callback"
3635 msgstr ""
3636
3637 #. type: verbatim
3638 #: ../src/guestfs.pod:1890
3639 #, no-wrap
3640 msgid ""
3641 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3642 "\n"
3643 msgstr ""
3644
3645 #. type: textblock
3646 #: ../src/guestfs.pod:1892
3647 msgid ""
3648 "Delete a callback that was previously registered.  C<event_handle> should be "
3649 "the integer that was returned by a previous call to "
3650 "C<guestfs_set_event_callback> on the same handle."
3651 msgstr ""
3652
3653 #. type: =head3
3654 #: ../src/guestfs.pod:1896
3655 msgid "guestfs_event_callback"
3656 msgstr ""
3657
3658 #. type: verbatim
3659 #: ../src/guestfs.pod:1898
3660 #, no-wrap
3661 msgid ""
3662 " typedef void (*guestfs_event_callback) (\n"
3663 "                  guestfs_h *g,\n"
3664 "                  void *opaque,\n"
3665 "                  uint64_t event,\n"
3666 "                  int event_handle,\n"
3667 "                  int flags,\n"
3668 "                  const char *buf, size_t buf_len,\n"
3669 "                  const uint64_t *array, size_t array_len);\n"
3670 "\n"
3671 msgstr ""
3672
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1907
3675 msgid "This is the type of the event callback function that you have to provide."
3676 msgstr ""
3677
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1910
3680 msgid ""
3681 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3682 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3683 "handle, and C<flags> which in the current API you should ignore."
3684 msgstr ""
3685
3686 #. type: textblock
3687 #: ../src/guestfs.pod:1914
3688 msgid ""
3689 "The remaining parameters contain the event payload (if any).  Each event may "
3690 "contain a payload, which usually relates to the event class, but for future "
3691 "proofing your code should be written to handle any payload for any event "
3692 "class."
3693 msgstr ""
3694
3695 #. type: textblock
3696 #: ../src/guestfs.pod:1919
3697 msgid ""
3698 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3699 "there is no message buffer).  Note that this message buffer can contain "
3700 "arbitrary 8 bit data, including NUL bytes."
3701 msgstr ""
3702
3703 #. type: textblock
3704 #: ../src/guestfs.pod:1923
3705 msgid ""
3706 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3707 "moment this is only used for progress messages."
3708 msgstr ""
3709
3710 #. type: =head3
3711 #: ../src/guestfs.pod:1926
3712 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3713 msgstr ""
3714
3715 #. type: textblock
3716 #: ../src/guestfs.pod:1928
3717 msgid ""
3718 "One motivation for the generic event API was to allow GUI programs to "
3719 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3720 "unconditionally to C<stderr>."
3721 msgstr ""
3722
3723 #. type: textblock
3724 #: ../src/guestfs.pod:1932
3725 msgid ""
3726 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3727 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3728 "messages are not events; you must capture error messages separately)."
3729 msgstr ""
3730
3731 #. type: textblock
3732 #: ../src/guestfs.pod:1937
3733 msgid ""
3734 "Programs have to set up a callback to capture the classes of events of "
3735 "interest:"
3736 msgstr ""
3737
3738 #. type: verbatim
3739 #: ../src/guestfs.pod:1940
3740 #, no-wrap
3741 msgid ""
3742 " int eh =\n"
3743 "   guestfs_set_event_callback\n"
3744 "     (g, message_callback,\n"
3745 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3746 "      GUESTFS_EVENT_TRACE,\n"
3747 "      0, NULL) == -1)\n"
3748 " if (eh == -1) {\n"
3749 "   // handle error in the usual way\n"
3750 " }\n"
3751 "\n"
3752 msgstr ""
3753
3754 #. type: textblock
3755 #: ../src/guestfs.pod:1950
3756 msgid ""
3757 "The callback can then direct messages to the appropriate place.  In this "
3758 "example, messages are directed to syslog:"
3759 msgstr ""
3760
3761 #. type: verbatim
3762 #: ../src/guestfs.pod:1953
3763 #, no-wrap
3764 msgid ""
3765 " static void\n"
3766 " message_callback (\n"
3767 "         guestfs_h *g,\n"
3768 "         void *opaque,\n"
3769 "         uint64_t event,\n"
3770 "         int event_handle,\n"
3771 "         int flags,\n"
3772 "         const char *buf, size_t buf_len,\n"
3773 "         const uint64_t *array, size_t array_len)\n"
3774 " {\n"
3775 "   const int priority = LOG_USER|LOG_INFO;\n"
3776 "   if (buf_len > 0)\n"
3777 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3778 " }\n"
3779 "\n"
3780 msgstr ""
3781
3782 #. type: =head1
3783 #: ../src/guestfs.pod:1968
3784 msgid "PRIVATE DATA AREA"
3785 msgstr ""
3786
3787 #. type: textblock
3788 #: ../src/guestfs.pod:1970
3789 msgid ""
3790 "You can attach named pieces of private data to the libguestfs handle, fetch "
3791 "them by name, and walk over them, for the lifetime of the handle.  This is "
3792 "called the private data area and is only available from the C API."
3793 msgstr ""
3794
3795 #. type: textblock
3796 #: ../src/guestfs.pod:1975
3797 msgid "To attach a named piece of data, use the following call:"
3798 msgstr ""
3799
3800 #. type: verbatim
3801 #: ../src/guestfs.pod:1977
3802 #, no-wrap
3803 msgid ""
3804 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3805 "\n"
3806 msgstr ""
3807
3808 #. type: textblock
3809 #: ../src/guestfs.pod:1979
3810 msgid ""
3811 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3812 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3813 "overwritten."
3814 msgstr ""
3815
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1983
3818 msgid ""
3819 "You can use any C<key> you want, but names beginning with an underscore "
3820 "character are reserved for internal libguestfs purposes (for implementing "
3821 "language bindings).  It is recommended to prefix the name with some unique "
3822 "string to avoid collisions with other users."
3823 msgstr ""
3824
3825 #. type: textblock
3826 #: ../src/guestfs.pod:1988
3827 msgid "To retrieve the pointer, use:"
3828 msgstr ""
3829
3830 #. type: verbatim
3831 #: ../src/guestfs.pod:1990
3832 #, no-wrap
3833 msgid ""
3834 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3835 "\n"
3836 msgstr ""
3837
3838 #. type: textblock
3839 #: ../src/guestfs.pod:1992
3840 msgid ""
3841 "This function returns C<NULL> if either no data is found associated with "
3842 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3843 "C<NULL>."
3844 msgstr ""
3845
3846 #. type: textblock
3847 #: ../src/guestfs.pod:1996
3848 msgid ""
3849 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3850 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3851 "all.  In particular, libguestfs does I<not> try to free the data when the "
3852 "handle is closed.  If the data must be freed, then the caller must either "
3853 "free it before calling L</guestfs_close> or must set up a close callback to "
3854 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3855 msgstr ""
3856
3857 #. type: textblock
3858 #: ../src/guestfs.pod:2003
3859 msgid "To walk over all entries, use these two functions:"
3860 msgstr ""
3861
3862 #. type: verbatim
3863 #: ../src/guestfs.pod:2005
3864 #, no-wrap
3865 msgid ""
3866 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3867 "\n"
3868 msgstr ""
3869
3870 #. type: verbatim
3871 #: ../src/guestfs.pod:2007
3872 #, no-wrap
3873 msgid ""
3874 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3875 "\n"
3876 msgstr ""
3877
3878 #. type: textblock
3879 #: ../src/guestfs.pod:2009
3880 msgid ""
3881 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3882 "not have any particular meaning -- keys are not returned in any defined "
3883 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3884 "corresponding data pointer is returned from the function.  C<NULL> is "
3885 "returned if there are no keys stored in the handle."
3886 msgstr ""
3887
3888 #. type: textblock
3889 #: ../src/guestfs.pod:2015
3890 msgid ""
3891 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3892 "value of this function is also C<NULL> is there are no further entries to "
3893 "return."
3894 msgstr ""
3895
3896 #. type: textblock
3897 #: ../src/guestfs.pod:2019
3898 msgid "Notes about walking over entries:"
3899 msgstr ""
3900
3901 #. type: textblock
3902 #: ../src/guestfs.pod:2025
3903 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: ../src/guestfs.pod:2030
3908 msgid ""
3909 "The handle maintains an internal iterator which is reset when you call "
3910 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3911 "call C<guestfs_set_private>."
3912 msgstr ""
3913
3914 #. type: textblock
3915 #: ../src/guestfs.pod:2036
3916 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3917 msgstr ""
3918
3919 #. type: verbatim
3920 #: ../src/guestfs.pod:2038
3921 #, no-wrap
3922 msgid ""
3923 " guestfs_set_private (g, key, NULL);\n"
3924 "\n"
3925 msgstr ""
3926
3927 #. type: textblock
3928 #: ../src/guestfs.pod:2040
3929 msgid "then that C<key> is not returned when walking."
3930 msgstr ""
3931
3932 #. type: textblock
3933 #: ../src/guestfs.pod:2044
3934 msgid ""
3935 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3936 "C<guestfs_next_private> or C<guestfs_set_private>."
3937 msgstr ""
3938
3939 #. type: textblock
3940 #: ../src/guestfs.pod:2050
3941 msgid ""
3942 "The following example code shows how to print all keys and data pointers "
3943 "that are associated with the handle C<g>:"
3944 msgstr ""
3945
3946 #. type: verbatim
3947 #: ../src/guestfs.pod:2053
3948 #, no-wrap
3949 msgid ""
3950 " const char *key;\n"
3951 " void *data = guestfs_first_private (g, &key);\n"
3952 " while (data != NULL)\n"
3953 "   {\n"
3954 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3955 "     data = guestfs_next_private (g, &key);\n"
3956 "   }\n"
3957 "\n"
3958 msgstr ""
3959
3960 #. type: textblock
3961 #: ../src/guestfs.pod:2061
3962 msgid ""
3963 "More commonly you are only interested in keys that begin with an "
3964 "application-specific prefix C<foo_>.  Modify the loop like so:"
3965 msgstr ""
3966
3967 #. type: verbatim
3968 #: ../src/guestfs.pod:2064
3969 #, no-wrap
3970 msgid ""
3971 " const char *key;\n"
3972 " void *data = guestfs_first_private (g, &key);\n"
3973 " while (data != NULL)\n"
3974 "   {\n"
3975 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3976 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3977 "     data = guestfs_next_private (g, &key);\n"
3978 "   }\n"
3979 "\n"
3980 msgstr ""
3981
3982 #. type: textblock
3983 #: ../src/guestfs.pod:2073
3984 msgid ""
3985 "If you need to modify keys while walking, then you have to jump back to the "
3986 "beginning of the loop.  For example, to delete all keys prefixed with "
3987 "C<foo_>:"
3988 msgstr ""
3989
3990 #. type: verbatim
3991 #: ../src/guestfs.pod:2077
3992 #, no-wrap
3993 msgid ""
3994 "  const char *key;\n"
3995 "  void *data;\n"
3996 " again:\n"
3997 "  data = guestfs_first_private (g, &key);\n"
3998 "  while (data != NULL)\n"
3999 "    {\n"
4000 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4001 "        {\n"
4002 "          guestfs_set_private (g, key, NULL);\n"
4003 "          /* note that 'key' pointer is now invalid, and so is\n"
4004 "             the internal iterator */\n"
4005 "          goto again;\n"
4006 "        }\n"
4007 "      data = guestfs_next_private (g, &key);\n"
4008 "    }\n"
4009 "\n"
4010 msgstr ""
4011
4012 #. type: textblock
4013 #: ../src/guestfs.pod:2093
4014 msgid ""
4015 "Note that the above loop is guaranteed to terminate because the keys are "
4016 "being deleted, but other manipulations of keys within the loop might not "
4017 "terminate unless you also maintain an indication of which keys have been "
4018 "visited."
4019 msgstr ""
4020
4021 #. type: =end
4022 #: ../src/guestfs.pod:2098 ../src/guestfs.pod:2103
4023 msgid "html"
4024 msgstr ""
4025
4026 #. type: textblock
4027 #: ../src/guestfs.pod:2100
4028 msgid ""
4029 "<!-- old anchor for the next section --> <a "
4030 "name=\"state_machine_and_low_level_event_api\"/>"
4031 msgstr ""
4032
4033 #. type: =head1
4034 #: ../src/guestfs.pod:2105
4035 msgid "ARCHITECTURE"
4036 msgstr ""
4037
4038 #. type: textblock
4039 #: ../src/guestfs.pod:2107
4040 msgid ""
4041 "Internally, libguestfs is implemented by running an appliance (a special "
4042 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4043 "process of the main program."
4044 msgstr ""
4045
4046 #. type: verbatim
4047 #: ../src/guestfs.pod:2111
4048 #, no-wrap
4049 msgid ""
4050 "  ___________________\n"
4051 " /                   \\\n"
4052 " | main program      |\n"
4053 " |                   |\n"
4054 " |                   |           child process / appliance\n"
4055 " |                   |           __________________________\n"
4056 " |                   |          / qemu                     \\\n"
4057 " +-------------------+   RPC    |      +-----------------+ |\n"
4058 " | libguestfs     <--------------------> guestfsd        | |\n"
4059 " |                   |          |      +-----------------+ |\n"
4060 " \\___________________/          |      | Linux kernel    | |\n"
4061 "                                |      +--^--------------+ |\n"
4062 "                                \\_________|________________/\n"
4063 "                                          |\n"
4064 "                                   _______v______\n"
4065 "                                  /              \\\n"
4066 "                                  | Device or    |\n"
4067 "                                  | disk image   |\n"
4068 "                                  \\______________/\n"
4069 "\n"
4070 msgstr ""
4071
4072 #. type: textblock
4073 #: ../src/guestfs.pod:2131
4074 msgid ""
4075 "The library, linked to the main program, creates the child process and hence "
4076 "the appliance in the L</guestfs_launch> function."
4077 msgstr ""
4078
4079 #. type: textblock
4080 #: ../src/guestfs.pod:2134
4081 msgid ""
4082 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4083 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4084 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4085 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4086 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4087 "attached to the qemu process which translates device access by the "
4088 "appliance's Linux kernel into accesses to the image."
4089 msgstr ""
4090
4091 #. type: textblock
4092 #: ../src/guestfs.pod:2143
4093 msgid ""
4094 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4095 "Although the disk image you are attached to might also be used by some "
4096 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4097 "care if both libguestfs's qemu process and your virtual machine are trying "
4098 "to update the disk image at the same time, since these usually results in "
4099 "massive disk corruption)."
4100 msgstr ""
4101
4102 #. type: =head1
4103 #: ../src/guestfs.pod:2150
4104 msgid "STATE MACHINE"
4105 msgstr ""
4106
4107 #. type: textblock
4108 #: ../src/guestfs.pod:2152
4109 msgid "libguestfs uses a state machine to model the child process:"
4110 msgstr ""
4111
4112 #. type: verbatim
4113 #: ../src/guestfs.pod:2154
4114 #, no-wrap
4115 msgid ""
4116 "                         |\n"
4117 "                    guestfs_create\n"
4118 "                         |\n"
4119 "                         |\n"
4120 "                     ____V_____\n"
4121 "                    /          \\\n"
4122 "                    |  CONFIG  |\n"
4123 "                    \\__________/\n"
4124 "                     ^ ^   ^  \\\n"
4125 "                    /  |    \\  \\ guestfs_launch\n"
4126 "                   /   |    _\\__V______\n"
4127 "                  /    |   /           \\\n"
4128 "                 /     |   | LAUNCHING |\n"
4129 "                /      |   \\___________/\n"
4130 "               /       |       /\n"
4131 "              /        |  guestfs_launch\n"
4132 "             /         |     /\n"
4133 "    ______  /        __|____V\n"
4134 "   /      \\ ------> /        \\\n"
4135 "   | BUSY |         | READY  |\n"
4136 "   \\______/ <------ \\________/\n"
4137 "\n"
4138 msgstr ""
4139
4140 #. type: textblock
4141 #: ../src/guestfs.pod:2176
4142 msgid ""
4143 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4144 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4145 "(3) alternating between READY and BUSY as commands are issued to, and "
4146 "carried out by, the child process."
4147 msgstr ""
4148
4149 #. type: textblock
4150 #: ../src/guestfs.pod:2181
4151 msgid ""
4152 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4153 "asynchronously at any time (eg. due to some internal error), and that causes "
4154 "the state to transition back to CONFIG."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:2185
4159 msgid ""
4160 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4161 "issued when in the CONFIG state."
4162 msgstr ""
4163
4164 #. type: textblock
4165 #: ../src/guestfs.pod:2188
4166 msgid ""
4167 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4168 "L</guestfs_launch> blocks until the child process is READY to accept "
4169 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4170 "moves the state from CONFIG to LAUNCHING while it is running."
4171 msgstr ""
4172
4173 #. type: textblock
4174 #: ../src/guestfs.pod:2194
4175 msgid ""
4176 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4177 "state.  These API calls block waiting for the command to be carried out "
4178 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4179 "non-blocking versions, and no way to issue more than one command per handle "
4180 "at the same time."
4181 msgstr ""
4182
4183 #. type: textblock
4184 #: ../src/guestfs.pod:2200
4185 msgid ""
4186 "Finally, the child process sends asynchronous messages back to the main "
4187 "program, such as kernel log messages.  You can register a callback to "
4188 "receive these messages."
4189 msgstr ""
4190
4191 #. type: =head1
4192 #: ../src/guestfs.pod:2204
4193 msgid "INTERNALS"
4194 msgstr ""
4195
4196 #. type: =head2
4197 #: ../src/guestfs.pod:2206
4198 msgid "COMMUNICATION PROTOCOL"
4199 msgstr ""
4200
4201 #. type: textblock
4202 #: ../src/guestfs.pod:2208
4203 msgid ""
4204 "Don't rely on using this protocol directly.  This section documents how it "
4205 "currently works, but it may change at any time."
4206 msgstr ""
4207
4208 #. type: textblock
4209 #: ../src/guestfs.pod:2211
4210 msgid ""
4211 "The protocol used to talk between the library and the daemon running inside "
4212 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4213 "1014, RFC 1832, RFC 4506)."
4214 msgstr ""
4215
4216 #. type: textblock
4217 #: ../src/guestfs.pod:2215
4218 msgid ""
4219 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4220 "this file is automatically generated)."
4221 msgstr ""
4222
4223 #. type: textblock
4224 #: ../src/guestfs.pod:2218
4225 msgid ""
4226 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4227 "and C<FileOut> parameters, which are handled with very simple request/reply "
4228 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4229 "parameters, which use the same request and reply messages, but they may also "
4230 "be followed by files sent using a chunked encoding."
4231 msgstr ""
4232
4233 #. type: =head3
4234 #: ../src/guestfs.pod:2225
4235 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4236 msgstr ""
4237
4238 #. type: textblock
4239 #: ../src/guestfs.pod:2227
4240 msgid "For ordinary functions, the request message is:"
4241 msgstr ""
4242
4243 #. type: verbatim
4244 #: ../src/guestfs.pod:2229
4245 #, no-wrap
4246 msgid ""
4247 " total length (header + arguments,\n"
4248 "      but not including the length word itself)\n"
4249 " struct guestfs_message_header (encoded as XDR)\n"
4250 " struct guestfs_<foo>_args (encoded as XDR)\n"
4251 "\n"
4252 msgstr ""
4253
4254 #. type: textblock
4255 #: ../src/guestfs.pod:2234
4256 msgid ""
4257 "The total length field allows the daemon to allocate a fixed size buffer "
4258 "into which it slurps the rest of the message.  As a result, the total length "
4259 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4260 "effective size of any request is limited to somewhere under this size."
4261 msgstr ""
4262
4263 #. type: textblock
4264 #: ../src/guestfs.pod:2240
4265 msgid ""
4266 "Note also that many functions don't take any arguments, in which case the "
4267 "C<guestfs_I<foo>_args> is completely omitted."
4268 msgstr ""
4269
4270 #. type: textblock
4271 #: ../src/guestfs.pod:2243
4272 msgid ""
4273 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4274 "receiver knows what type of args structure to expect, or none at all."
4275 msgstr ""
4276
4277 #. type: textblock
4278 #: ../src/guestfs.pod:2247
4279 msgid ""
4280 "For functions that take optional arguments, the optional arguments are "
4281 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4282 "arguments.  A bitmask in the header indicates which optional arguments are "
4283 "meaningful.  The bitmask is also checked to see if it contains bits set "
4284 "which the daemon does not know about (eg. if more optional arguments were "
4285 "added in a later version of the library), and this causes the call to be "
4286 "rejected."
4287 msgstr ""
4288
4289 #. type: textblock
4290 #: ../src/guestfs.pod:2255
4291 msgid "The reply message for ordinary functions is:"
4292 msgstr ""
4293
4294 #. type: verbatim
4295 #: ../src/guestfs.pod:2257
4296 #, no-wrap
4297 msgid ""
4298 " total length (header + ret,\n"
4299 "      but not including the length word itself)\n"
4300 " struct guestfs_message_header (encoded as XDR)\n"
4301 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4302 "\n"
4303 msgstr ""
4304
4305 #. type: textblock
4306 #: ../src/guestfs.pod:2262
4307 msgid ""
4308 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4309 "functions that return no formal return values."
4310 msgstr ""
4311
4312 #. type: textblock
4313 #: ../src/guestfs.pod:2265
4314 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4315 msgstr ""
4316
4317 #. type: textblock
4318 #: ../src/guestfs.pod:2268
4319 msgid ""
4320 "In the case of an error, a flag is set in the header, and the reply message "
4321 "is slightly changed:"
4322 msgstr ""
4323
4324 #. type: verbatim
4325 #: ../src/guestfs.pod:2271
4326 #, no-wrap
4327 msgid ""
4328 " total length (header + error,\n"
4329 "      but not including the length word itself)\n"
4330 " struct guestfs_message_header (encoded as XDR)\n"
4331 " struct guestfs_message_error (encoded as XDR)\n"
4332 "\n"
4333 msgstr ""
4334
4335 #. type: textblock
4336 #: ../src/guestfs.pod:2276
4337 msgid ""
4338 "The C<guestfs_message_error> structure contains the error message as a "
4339 "string."
4340 msgstr ""
4341
4342 #. type: =head3
4343 #: ../src/guestfs.pod:2279
4344 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4345 msgstr ""
4346
4347 #. type: textblock
4348 #: ../src/guestfs.pod:2281
4349 msgid ""
4350 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4351 "The normal request message is sent (see above).  However this is followed by "
4352 "a sequence of file chunks."
4353 msgstr ""
4354
4355 #. type: verbatim
4356 #: ../src/guestfs.pod:2285
4357 #, no-wrap
4358 msgid ""
4359 " total length (header + arguments,\n"
4360 "      but not including the length word itself,\n"
4361 "      and not including the chunks)\n"
4362 " struct guestfs_message_header (encoded as XDR)\n"
4363 " struct guestfs_<foo>_args (encoded as XDR)\n"
4364 " sequence of chunks for FileIn param #0\n"
4365 " sequence of chunks for FileIn param #1 etc.\n"
4366 "\n"
4367 msgstr ""
4368
4369 #. type: textblock
4370 #: ../src/guestfs.pod:2293
4371 msgid "The \"sequence of chunks\" is:"
4372 msgstr ""
4373
4374 #. type: verbatim
4375 #: ../src/guestfs.pod:2295
4376 #, no-wrap
4377 msgid ""
4378 " length of chunk (not including length word itself)\n"
4379 " struct guestfs_chunk (encoded as XDR)\n"
4380 " length of chunk\n"
4381 " struct guestfs_chunk (encoded as XDR)\n"
4382 "   ...\n"
4383 " length of chunk\n"
4384 " struct guestfs_chunk (with data.data_len == 0)\n"
4385 "\n"
4386 msgstr ""
4387
4388 #. type: textblock
4389 #: ../src/guestfs.pod:2303
4390 msgid ""
4391 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4392 "is set in the final chunk to indicate either successful completion or early "
4393 "cancellation."
4394 msgstr ""
4395
4396 #. type: textblock
4397 #: ../src/guestfs.pod:2307
4398 msgid ""
4399 "At time of writing there are no functions that have more than one FileIn "
4400 "parameter.  However this is (theoretically) supported, by sending the "
4401 "sequence of chunks for each FileIn parameter one after another (from left to "
4402 "right)."
4403 msgstr ""
4404
4405 #. type: textblock
4406 #: ../src/guestfs.pod:2312
4407 msgid ""
4408 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4409 "transfer.  The library does this by sending a chunk with a special flag set "
4410 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4411 "RPC, does I<not> send any reply, and goes back to reading the next request."
4412 msgstr ""
4413
4414 #. type: textblock
4415 #: ../src/guestfs.pod:2318
4416 msgid ""
4417 "The daemon may also cancel.  It does this by writing a special word "
4418 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4419 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4420 "cancel chunk).  The special word is chosen so that even if cancellation "
4421 "happens right at the end of the transfer (after the library has finished "
4422 "writing and has started listening for the reply), the \"spurious\" cancel "
4423 "flag will not be confused with the reply message."
4424 msgstr ""
4425
4426 #. type: textblock
4427 #: ../src/guestfs.pod:2327
4428 msgid ""
4429 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4430 "limit), and also files where the size is not known in advance (eg. from "
4431 "pipes or sockets).  However the chunks are rather small "
4432 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4433 "to keep much in memory."
4434 msgstr ""
4435
4436 #. type: =head3
4437 #: ../src/guestfs.pod:2333
4438 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2335
4443 msgid ""
4444 "The protocol for FileOut parameters is exactly the same as for FileIn "
4445 "parameters, but with the roles of daemon and library reversed."
4446 msgstr ""
4447
4448 #. type: verbatim
4449 #: ../src/guestfs.pod:2338
4450 #, no-wrap
4451 msgid ""
4452 " total length (header + ret,\n"
4453 "      but not including the length word itself,\n"
4454 "      and not including the chunks)\n"
4455 " struct guestfs_message_header (encoded as XDR)\n"
4456 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4457 " sequence of chunks for FileOut param #0\n"
4458 " sequence of chunks for FileOut param #1 etc.\n"
4459 "\n"
4460 msgstr ""
4461
4462 #. type: =head3
4463 #: ../src/guestfs.pod:2346
4464 msgid "INITIAL MESSAGE"
4465 msgstr ""
4466
4467 #. type: textblock
4468 #: ../src/guestfs.pod:2348
4469 msgid ""
4470 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4471 "which indicates that the guest and daemon is alive.  This is what "
4472 "L</guestfs_launch> waits for."
4473 msgstr ""
4474
4475 #. type: =head3
4476 #: ../src/guestfs.pod:2352
4477 msgid "PROGRESS NOTIFICATION MESSAGES"
4478 msgstr ""
4479
4480 #. type: textblock
4481 #: ../src/guestfs.pod:2354
4482 msgid ""
4483 "The daemon may send progress notification messages at any time.  These are "
4484 "distinguished by the normal length word being replaced by "
4485 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4486 msgstr ""
4487
4488 #. type: textblock
4489 #: ../src/guestfs.pod:2358
4490 msgid ""
4491 "The library turns them into progress callbacks (see "
4492 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4493 "them if not."
4494 msgstr ""
4495
4496 #. type: textblock
4497 #: ../src/guestfs.pod:2362
4498 msgid ""
4499 "The daemon self-limits the frequency of progress messages it sends (see "
4500 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4501 "messages."
4502 msgstr ""
4503
4504 #. type: =head1
4505 #: ../src/guestfs.pod:2366
4506 msgid "LIBGUESTFS VERSION NUMBERS"
4507 msgstr ""
4508
4509 #. type: textblock
4510 #: ../src/guestfs.pod:2368
4511 msgid ""
4512 "Since April 2010, libguestfs has started to make separate development and "
4513 "stable releases, along with corresponding branches in our git repository.  "
4514 "These separate releases can be identified by version number:"
4515 msgstr ""
4516
4517 #. type: verbatim
4518 #: ../src/guestfs.pod:2373
4519 #, no-wrap
4520 msgid ""
4521 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4522 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4523 "       |\n"
4524 "       v\n"
4525 " 1  .  3  .  5\n"
4526 " ^           ^\n"
4527 " |           |\n"
4528 " |           `-------- sub-version\n"
4529 " |\n"
4530 " `------ always '1' because we don't change the ABI\n"
4531 "\n"
4532 msgstr ""
4533
4534 #. type: textblock
4535 #: ../src/guestfs.pod:2384
4536 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4537 msgstr ""
4538
4539 #. type: textblock
4540 #: ../src/guestfs.pod:2386
4541 msgid ""
4542 "As time passes we cherry pick fixes from the development branch and backport "
4543 "those into the stable branch, the effect being that the stable branch should "
4544 "get more stable and less buggy over time.  So the stable releases are ideal "
4545 "for people who don't need new features but would just like the software to "
4546 "work."
4547 msgstr ""
4548
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2392
4551 msgid "Our criteria for backporting changes are:"
4552 msgstr ""
4553
4554 #. type: textblock
4555 #: ../src/guestfs.pod:2398
4556 msgid ""
4557 "Documentation changes which don't affect any code are backported unless the "
4558 "documentation refers to a future feature which is not in stable."
4559 msgstr ""
4560
4561 #. type: textblock
4562 #: ../src/guestfs.pod:2404
4563 msgid ""
4564 "Bug fixes which are not controversial, fix obvious problems, and have been "
4565 "well tested are backported."
4566 msgstr ""
4567
4568 #. type: textblock
4569 #: ../src/guestfs.pod:2409
4570 msgid ""
4571 "Simple rearrangements of code which shouldn't affect how it works get "
4572 "backported.  This is so that the code in the two branches doesn't get too "
4573 "far out of step, allowing us to backport future fixes more easily."
4574 msgstr ""
4575
4576 #. type: textblock
4577 #: ../src/guestfs.pod:2415
4578 msgid ""
4579 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4580 "exceptional case: the new feature is required in order to implement an "
4581 "important bug fix."
4582 msgstr ""
4583
4584 #. type: textblock
4585 #: ../src/guestfs.pod:2421
4586 msgid ""
4587 "A new stable branch starts when we think the new features in development are "
4588 "substantial and compelling enough over the current stable branch to warrant "
4589 "it.  When that happens we create new stable and development versions 1.N.0 "
4590 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4591 "stable at this point, but by backporting fixes from development, that branch "
4592 "will stabilize over time."
4593 msgstr ""
4594
4595 #. type: =head1
4596 #: ../src/guestfs.pod:2429
4597 msgid "EXTENDING LIBGUESTFS"
4598 msgstr ""
4599
4600 #. type: =head2
4601 #: ../src/guestfs.pod:2431
4602 msgid "ADDING A NEW API ACTION"
4603 msgstr ""
4604
4605 #. type: textblock
4606 #: ../src/guestfs.pod:2433
4607 msgid ""
4608 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4609 "documentation) are generated, and this makes it easy to extend the "
4610 "libguestfs API."
4611 msgstr ""
4612
4613 #. type: textblock
4614 #: ../src/guestfs.pod:2437
4615 msgid "To add a new API action there are two changes:"
4616 msgstr ""
4617
4618 #. type: textblock
4619 #: ../src/guestfs.pod:2443
4620 msgid ""
4621 "You need to add a description of the call (name, parameters, return type, "
4622 "tests, documentation) to C<generator/generator_actions.ml>."
4623 msgstr ""
4624
4625 #. type: textblock
4626 #: ../src/guestfs.pod:2446
4627 msgid ""
4628 "There are two sorts of API action, depending on whether the call goes "
4629 "through to the daemon in the appliance, or is serviced entirely by the "
4630 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4631 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4632 "an example of the latter, since a trace flag is maintained in the handle and "
4633 "all tracing is done on the library side."
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2454
4638 msgid ""
4639 "Most new actions are of the first type, and get added to the "
4640 "C<daemon_functions> list.  Each function has a unique procedure number used "
4641 "in the RPC protocol which is assigned to that action when we publish "
4642 "libguestfs and cannot be reused.  Take the latest procedure number and "
4643 "increment it."
4644 msgstr ""
4645
4646 #. type: textblock
4647 #: ../src/guestfs.pod:2460
4648 msgid ""
4649 "For library-only actions of the second type, add to the "
4650 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4651 "library and do not travel over the RPC mechanism to the daemon, these "
4652 "functions do not need a procedure number, and so the procedure number is set "
4653 "to C<-1>."
4654 msgstr ""
4655
4656 #. type: textblock
4657 #: ../src/guestfs.pod:2468
4658 msgid "Implement the action (in C):"
4659 msgstr ""
4660
4661 #. type: textblock
4662 #: ../src/guestfs.pod:2470
4663 msgid ""
4664 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4665 "C<daemon/> directory."
4666 msgstr ""
4667
4668 #. type: textblock
4669 #: ../src/guestfs.pod:2473
4670 msgid ""
4671 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4672 "(note: double underscore) in the C<src/> directory."
4673 msgstr ""
4674
4675 #. type: textblock
4676 #: ../src/guestfs.pod:2476
4677 msgid "In either case, use another function as an example of what to do."
4678 msgstr ""
4679
4680 #. type: textblock
4681 #: ../src/guestfs.pod:2480
4682 msgid "After making these changes, use C<make> to compile."
4683 msgstr ""
4684
4685 #. type: textblock
4686 #: ../src/guestfs.pod:2482
4687 msgid ""
4688 "Note that you don't need to implement the RPC, language bindings, manual "
4689 "pages or anything else.  It's all automatically generated from the OCaml "
4690 "description."
4691 msgstr ""
4692
4693 #. type: =head2
4694 #: ../src/guestfs.pod:2486
4695 msgid "ADDING TESTS FOR AN API ACTION"
4696 msgstr ""
4697
4698 #. type: textblock
4699 #: ../src/guestfs.pod:2488
4700 msgid ""
4701 "You can supply zero or as many tests as you want per API call.  The tests "
4702 "can either be added as part of the API description "
4703 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4704 "drop a script into C<regressions/>.  Note that adding a script to "
4705 "C<regressions/> is slower, so if possible use the first method."
4706 msgstr ""
4707
4708 #. type: textblock
4709 #: ../src/guestfs.pod:2494
4710 msgid ""
4711 "The following describes the test environment used when you add an API test "
4712 "in C<generator_actions.ml>."
4713 msgstr ""
4714
4715 #. type: textblock
4716 #: ../src/guestfs.pod:2497
4717 msgid "The test environment has 4 block devices:"
4718 msgstr ""
4719
4720 #. type: =item
4721 #: ../src/guestfs.pod:2501
4722 msgid "C</dev/sda> 500MB"
4723 msgstr ""
4724
4725 #. type: textblock
4726 #: ../src/guestfs.pod:2503
4727 msgid "General block device for testing."
4728 msgstr ""
4729
4730 #. type: =item
4731 #: ../src/guestfs.pod:2505
4732 msgid "C</dev/sdb> 50MB"
4733 msgstr ""
4734
4735 #. type: textblock
4736 #: ../src/guestfs.pod:2507
4737 msgid ""
4738 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4739 "operations."
4740 msgstr ""
4741
4742 #. type: =item
4743 #: ../src/guestfs.pod:2510
4744 msgid "C</dev/sdc> 10MB"
4745 msgstr ""
4746
4747 #. type: textblock
4748 #: ../src/guestfs.pod:2512
4749 msgid "Used in a few tests where two block devices are needed."
4750 msgstr ""
4751
4752 #. type: =item
4753 #: ../src/guestfs.pod:2514
4754 msgid "C</dev/sdd>"
4755 msgstr ""
4756
4757 #. type: textblock
4758 #: ../src/guestfs.pod:2516
4759 msgid "ISO with fixed content (see C<images/test.iso>)."
4760 msgstr ""
4761
4762 #. type: textblock
4763 #: ../src/guestfs.pod:2520
4764 msgid ""
4765 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4766 "appliance and block devices are reused between tests.  So don't try testing "
4767 "L</guestfs_kill_subprocess> :-x"
4768 msgstr ""
4769
4770 #. type: textblock
4771 #: ../src/guestfs.pod:2524
4772 msgid ""
4773 "Each test starts with an initial scenario, selected using one of the "
4774 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4775 "initialize the disks mentioned above in a particular way as documented in "
4776 "C<generator_types.ml>.  You should not assume anything about the previous "
4777 "contents of other disks that are not initialized."
4778 msgstr ""
4779
4780 #. type: textblock
4781 #: ../src/guestfs.pod:2530
4782 msgid ""
4783 "You can add a prerequisite clause to any individual test.  This is a "
4784 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4785 "if testing a command which might not work on all variations of libguestfs "
4786 "builds.  A test that has prerequisite of C<Always> means to run "
4787 "unconditionally."
4788 msgstr ""
4789
4790 #. type: textblock
4791 #: ../src/guestfs.pod:2536
4792 msgid ""
4793 "In addition, packagers can skip individual tests by setting environment "
4794 "variables before running C<make check>."
4795 msgstr ""
4796
4797 #. type: verbatim
4798 #: ../src/guestfs.pod:2539
4799 #, no-wrap
4800 msgid ""
4801 " SKIP_TEST_<CMD>_<NUM>=1\n"
4802 "\n"
4803 msgstr ""
4804
4805 #. type: textblock
4806 #: ../src/guestfs.pod:2541
4807 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4808 msgstr ""
4809
4810 #. type: textblock
4811 #: ../src/guestfs.pod:2543
4812 msgid "or:"
4813 msgstr ""
4814
4815 #. type: verbatim
4816 #: ../src/guestfs.pod:2545
4817 #, no-wrap
4818 msgid ""
4819 " SKIP_TEST_<CMD>=1\n"
4820 "\n"
4821 msgstr ""
4822
4823 #. type: textblock
4824 #: ../src/guestfs.pod:2547
4825 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4826 msgstr ""
4827
4828 #. type: textblock
4829 #: ../src/guestfs.pod:2549
4830 msgid "Packagers can run only certain tests by setting for example:"
4831 msgstr ""
4832
4833 #. type: verbatim
4834 #: ../src/guestfs.pod:2551
4835 #, no-wrap
4836 msgid ""
4837 " TEST_ONLY=\"vfs_type zerofree\"\n"
4838 "\n"
4839 msgstr ""
4840
4841 #. type: textblock
4842 #: ../src/guestfs.pod:2553
4843 msgid ""
4844 "See C<capitests/tests.c> for more details of how these environment variables "
4845 "work."
4846 msgstr ""
4847
4848 #. type: =head2
4849 #: ../src/guestfs.pod:2556
4850 msgid "DEBUGGING NEW API ACTIONS"
4851 msgstr ""
4852
4853 #. type: textblock
4854 #: ../src/guestfs.pod:2558
4855 msgid "Test new actions work before submitting them."
4856 msgstr ""
4857
4858 #. type: textblock
4859 #: ../src/guestfs.pod:2560
4860 msgid "You can use guestfish to try out new commands."
4861 msgstr ""
4862
4863 #. type: textblock
4864 #: ../src/guestfs.pod:2562
4865 msgid ""
4866 "Debugging the daemon is a problem because it runs inside a minimal "
4867 "environment.  However you can fprintf messages in the daemon to stderr, and "
4868 "they will show up if you use C<guestfish -v>."
4869 msgstr ""
4870
4871 #. type: =head2
4872 #: ../src/guestfs.pod:2566
4873 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4874 msgstr ""
4875
4876 #. type: textblock
4877 #: ../src/guestfs.pod:2568
4878 msgid ""
4879 "Our C source code generally adheres to some basic code-formatting "
4880 "conventions.  The existing code base is not totally consistent on this "
4881 "front, but we do prefer that contributed code be formatted similarly.  In "
4882 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4883 "indentation level, and other than that, follow the K&R style."
4884 msgstr ""
4885
4886 #. type: textblock
4887 #: ../src/guestfs.pod:2574
4888 msgid ""
4889 "If you use Emacs, add the following to one of one of your start-up files "
4890 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4891 msgstr ""
4892
4893 #. type: verbatim
4894 #: ../src/guestfs.pod:2577
4895 #, no-wrap
4896 msgid ""
4897 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4898 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4899 " (add-hook 'find-file-hook\n"
4900 "     '(lambda () (if (and buffer-file-name\n"
4901 "                          (string-match \"/libguestfs\\\\>\"\n"
4902 "                              (buffer-file-name))\n"
4903 "                          (not (string-equal mode-name \"Change Log\"))\n"
4904 "                          (not (string-equal mode-name \"Makefile\")))\n"
4905 "                     (setq indent-tabs-mode nil))))\n"
4906 " \n"
4907 msgstr ""
4908
4909 #. type: verbatim
4910 #: ../src/guestfs.pod:2587
4911 #, no-wrap
4912 msgid ""
4913 " ;;; When editing C sources in libguestfs, use this style.\n"
4914 " (defun libguestfs-c-mode ()\n"
4915 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4916 "   (interactive)\n"
4917 "   (c-set-style \"K&R\")\n"
4918 "   (setq c-indent-level 2)\n"
4919 "   (setq c-basic-offset 2))\n"
4920 " (add-hook 'c-mode-hook\n"
4921 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4922 "                               (buffer-file-name))\n"
4923 "                           (libguestfs-c-mode))))\n"
4924 "\n"
4925 msgstr ""
4926
4927 #. type: textblock
4928 #: ../src/guestfs.pod:2599
4929 msgid "Enable warnings when compiling (and fix any problems this finds):"
4930 msgstr ""
4931
4932 #. type: verbatim
4933 #: ../src/guestfs.pod:2602
4934 #, no-wrap
4935 msgid ""
4936 " ./configure --enable-gcc-warnings\n"
4937 "\n"
4938 msgstr ""
4939
4940 #. type: textblock
4941 #: ../src/guestfs.pod:2604
4942 msgid "Useful targets are:"
4943 msgstr ""
4944
4945 #. type: verbatim
4946 #: ../src/guestfs.pod:2606
4947 #, no-wrap
4948 msgid ""
4949 " make syntax-check  # checks the syntax of the C code\n"
4950 " make check         # runs the test suite\n"
4951 "\n"
4952 msgstr ""
4953
4954 #. type: =head2
4955 #: ../src/guestfs.pod:2609
4956 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4957 msgstr ""
4958
4959 #. type: textblock
4960 #: ../src/guestfs.pod:2611
4961 msgid ""
4962 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4963 "which are used to do shell quoting."
4964 msgstr ""
4965
4966 #. type: =item
4967 #: ../src/guestfs.pod:2616
4968 msgid "%Q"
4969 msgstr ""
4970
4971 #. type: textblock
4972 #: ../src/guestfs.pod:2618
4973 msgid ""
4974 "Simple shell quoted string.  Any spaces or other shell characters are "
4975 "escaped for you."
4976 msgstr ""
4977
4978 #. type: =item
4979 #: ../src/guestfs.pod:2621
4980 msgid "%R"
4981 msgstr ""
4982
4983 #. type: textblock
4984 #: ../src/guestfs.pod:2623
4985 msgid ""
4986 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4987 "the sysroot."
4988 msgstr ""
4989
4990 #. type: textblock
4991 #: ../src/guestfs.pod:2628 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
4992 msgid "For example:"
4993 msgstr ""
4994
4995 #. type: verbatim
4996 #: ../src/guestfs.pod:2630
4997 #, no-wrap
4998 msgid ""
4999 " asprintf (&cmd, \"cat %R\", path);\n"
5000 "\n"
5001 msgstr ""
5002
5003 #. type: textblock
5004 #: ../src/guestfs.pod:2632
5005 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5006 msgstr ""
5007
5008 #. type: textblock
5009 #: ../src/guestfs.pod:2634
5010 msgid ""
5011 "I<Note:> Do I<not> use these when you are passing parameters to the "
5012 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
5013 "because they are not passed via the shell (instead, straight to exec).  You "
5014 "probably want to use the C<sysroot_path()> function however."
5015 msgstr ""
5016
5017 #. type: =head2
5018 #: ../src/guestfs.pod:2640
5019 msgid "SUBMITTING YOUR NEW API ACTIONS"
5020 msgstr ""
5021
5022 #. type: textblock
5023 #: ../src/guestfs.pod:2642
5024 msgid ""
5025 "Submit patches to the mailing list: "
5026 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5027 "L<rjones@redhat.com>."
5028 msgstr ""
5029
5030 #. type: =head2
5031 #: ../src/guestfs.pod:2646
5032 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5033 msgstr ""
5034
5035 #. type: textblock
5036 #: ../src/guestfs.pod:2648
5037 msgid "We support i18n (gettext anyhow) in the library."
5038 msgstr ""
5039
5040 #. type: textblock
5041 #: ../src/guestfs.pod:2650
5042 msgid ""
5043 "However many messages come from the daemon, and we don't translate those at "
5044 "the moment.  One reason is that the appliance generally has all locale files "
5045 "removed from it, because they take up a lot of space.  So we'd have to readd "
5046 "some of those, as well as copying our PO files into the appliance."
5047 msgstr ""
5048
5049 #. type: textblock
5050 #: ../src/guestfs.pod:2656
5051 msgid ""
5052 "Debugging messages are never translated, since they are intended for the "
5053 "programmers."
5054 msgstr ""
5055
5056 #. type: =head2
5057 #: ../src/guestfs.pod:2659
5058 msgid "SOURCE CODE SUBDIRECTORIES"
5059 msgstr ""
5060
5061 #. type: =item
5062 #: ../src/guestfs.pod:2663 ../src/guestfs-actions.pod:5806 ../fish/guestfish-actions.pod:3900
5063 msgid "C<appliance>"
5064 msgstr ""
5065
5066 #. type: textblock
5067 #: ../src/guestfs.pod:2665
5068 msgid "The libguestfs appliance, build scripts and so on."
5069 msgstr ""
5070
5071 #. type: =item
5072 #: ../src/guestfs.pod:2667
5073 msgid "C<capitests>"
5074 msgstr ""
5075
5076 #. type: textblock
5077 #: ../src/guestfs.pod:2669
5078 msgid "Automated tests of the C API."
5079 msgstr ""
5080
5081 #. type: =item
5082 #: ../src/guestfs.pod:2671
5083 msgid "C<cat>"
5084 msgstr ""
5085
5086 #. type: textblock
5087 #: ../src/guestfs.pod:2673
5088 msgid ""
5089 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5090 "documentation."
5091 msgstr ""
5092
5093 #. type: =item
5094 #: ../src/guestfs.pod:2676
5095 msgid "C<contrib>"
5096 msgstr ""
5097
5098 #. type: textblock
5099 #: ../src/guestfs.pod:2678
5100 msgid "Outside contributions, experimental parts."
5101 msgstr ""
5102
5103 #. type: =item
5104 #: ../src/guestfs.pod:2680
5105 msgid "C<daemon>"
5106 msgstr ""
5107
5108 #. type: textblock
5109 #: ../src/guestfs.pod:2682
5110 msgid ""
5111 "The daemon that runs inside the libguestfs appliance and carries out "
5112 "actions."
5113 msgstr ""
5114
5115 #. type: =item
5116 #: ../src/guestfs.pod:2685
5117 msgid "C<df>"
5118 msgstr ""
5119
5120 #. type: textblock
5121 #: ../src/guestfs.pod:2687
5122 msgid "L<virt-df(1)> command and documentation."
5123 msgstr ""
5124
5125 #. type: =item
5126 #: ../src/guestfs.pod:2689
5127 msgid "C<examples>"
5128 msgstr ""
5129
5130 #. type: textblock
5131 #: ../src/guestfs.pod:2691
5132 msgid "C API example code."
5133 msgstr ""
5134
5135 #. type: =item
5136 #: ../src/guestfs.pod:2693
5137 msgid "C<fish>"
5138 msgstr ""
5139
5140 #. type: textblock
5141 #: ../src/guestfs.pod:2695
5142 msgid ""
5143 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5144 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5145 "L<virt-tar-out(1)>."
5146 msgstr ""
5147
5148 #. type: =item
5149 #: ../src/guestfs.pod:2699
5150 msgid "C<fuse>"
5151 msgstr ""
5152
5153 #. type: textblock
5154 #: ../src/guestfs.pod:2701
5155 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5156 msgstr ""
5157
5158 #. type: =item
5159 #: ../src/guestfs.pod:2703
5160 msgid "C<generator>"
5161 msgstr ""
5162
5163 #. type: textblock
5164 #: ../src/guestfs.pod:2705
5165 msgid ""
5166 "The crucially important generator, used to automatically generate large "
5167 "amounts of boilerplate C code for things like RPC and bindings."
5168 msgstr ""
5169
5170 #. type: =item
5171 #: ../src/guestfs.pod:2708
5172 msgid "C<images>"
5173 msgstr ""
5174
5175 #. type: textblock
5176 #: ../src/guestfs.pod:2710
5177 msgid "Files used by the test suite."
5178 msgstr ""
5179
5180 #. type: textblock
5181 #: ../src/guestfs.pod:2712
5182 msgid "Some \"phony\" guest images which we test against."
5183 msgstr ""
5184
5185 #. type: =item
5186 #: ../src/guestfs.pod:2714
5187 msgid "C<inspector>"
5188 msgstr ""
5189
5190 #. type: textblock
5191 #: ../src/guestfs.pod:2716
5192 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5193 msgstr ""
5194
5195 #. type: =item
5196 #: ../src/guestfs.pod:2718
5197 msgid "C<logo>"
5198 msgstr ""
5199
5200 #. type: textblock
5201 #: ../src/guestfs.pod:2720
5202 msgid "Logo used on the website.  The fish is called Arthur by the way."
5203 msgstr ""
5204
5205 #. type: =item
5206 #: ../src/guestfs.pod:2722
5207 msgid "C<m4>"
5208 msgstr ""
5209
5210 #. type: textblock
5211 #: ../src/guestfs.pod:2724
5212 msgid "M4 macros used by autoconf."
5213 msgstr ""
5214
5215 #. type: =item
5216 #: ../src/guestfs.pod:2726
5217 msgid "C<po>"
5218 msgstr ""
5219
5220 #. type: textblock
5221 #: ../src/guestfs.pod:2728
5222 msgid "Translations of simple gettext strings."
5223 msgstr ""
5224
5225 #. type: =item
5226 #: ../src/guestfs.pod:2730
5227 msgid "C<po-docs>"
5228 msgstr ""
5229
5230 #. type: textblock
5231 #: ../src/guestfs.pod:2732
5232 msgid ""
5233 "The build infrastructure and PO files for translations of manpages and POD "
5234 "files.  Eventually this will be combined with the C<po> directory, but that "
5235 "is rather complicated."
5236 msgstr ""
5237
5238 #. type: =item
5239 #: ../src/guestfs.pod:2736
5240 msgid "C<regressions>"
5241 msgstr ""
5242
5243 #. type: textblock
5244 #: ../src/guestfs.pod:2738
5245 msgid "Regression tests."
5246 msgstr ""
5247
5248 #. type: =item
5249 #: ../src/guestfs.pod:2740
5250 msgid "C<rescue>"
5251 msgstr ""
5252
5253 #. type: textblock
5254 #: ../src/guestfs.pod:2742
5255 msgid "L<virt-rescue(1)> command and documentation."
5256 msgstr ""
5257
5258 #. type: =item
5259 #: ../src/guestfs.pod:2744
5260 msgid "C<src>"
5261 msgstr ""
5262
5263 #. type: textblock
5264 #: ../src/guestfs.pod:2746
5265 msgid "Source code to the C library."
5266 msgstr ""
5267
5268 #. type: =item
5269 #: ../src/guestfs.pod:2748
5270 msgid "C<tools>"
5271 msgstr ""
5272
5273 #. type: textblock
5274 #: ../src/guestfs.pod:2750
5275 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5276 msgstr ""
5277
5278 #. type: =item
5279 #: ../src/guestfs.pod:2752
5280 msgid "C<test-tool>"
5281 msgstr ""
5282
5283 #. type: textblock
5284 #: ../src/guestfs.pod:2754
5285 msgid ""
5286 "Test tool for end users to test if their qemu/kernel combination will work "
5287 "with libguestfs."
5288 msgstr ""
5289
5290 #. type: =item
5291 #: ../src/guestfs.pod:2757
5292 msgid "C<csharp>"
5293 msgstr ""
5294
5295 #. type: =item
5296 #: ../src/guestfs.pod:2759
5297 msgid "C<haskell>"
5298 msgstr ""
5299
5300 #. type: =item
5301 #: ../src/guestfs.pod:2761
5302 msgid "C<java>"
5303 msgstr ""
5304
5305 #. type: =item
5306 #: ../src/guestfs.pod:2763
5307 msgid "C<ocaml>"
5308 msgstr ""
5309
5310 #. type: =item
5311 #: ../src/guestfs.pod:2765
5312 msgid "C<php>"
5313 msgstr ""
5314
5315 #. type: =item
5316 #: ../src/guestfs.pod:2767
5317 msgid "C<perl>"
5318 msgstr ""
5319
5320 #. type: =item
5321 #: ../src/guestfs.pod:2769
5322 msgid "C<python>"
5323 msgstr ""
5324
5325 #. type: =item
5326 #: ../src/guestfs.pod:2771
5327 msgid "C<ruby>"
5328 msgstr ""
5329
5330 #. type: textblock
5331 #: ../src/guestfs.pod:2773
5332 msgid "Language bindings."
5333 msgstr ""
5334
5335 #. type: =head1
5336 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5337 msgid "ENVIRONMENT VARIABLES"
5338 msgstr ""
5339
5340 #. type: =item
5341 #: ../src/guestfs.pod:2781 ../fish/guestfish.pod:1036
5342 msgid "LIBGUESTFS_APPEND"
5343 msgstr ""
5344
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2783 ../fish/guestfish.pod:1038
5347 msgid "Pass additional options to the guest kernel."
5348 msgstr ""
5349
5350 #. type: =item
5351 #: ../src/guestfs.pod:2785 ../fish/guestfish.pod:1040
5352 msgid "LIBGUESTFS_DEBUG"
5353 msgstr ""
5354
5355 #. type: textblock
5356 #: ../src/guestfs.pod:2787
5357 msgid ""
5358 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5359 "effect as calling C<guestfs_set_verbose (g, 1)>."
5360 msgstr ""
5361
5362 #. type: =item
5363 #: ../src/guestfs.pod:2790 ../fish/guestfish.pod:1045
5364 msgid "LIBGUESTFS_MEMSIZE"
5365 msgstr ""
5366
5367 #. type: textblock
5368 #: ../src/guestfs.pod:2792 ../fish/guestfish.pod:1047
5369 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5370 msgstr ""
5371
5372 #. type: verbatim
5373 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1050
5374 #, no-wrap
5375 msgid ""
5376 " LIBGUESTFS_MEMSIZE=700\n"
5377 "\n"
5378 msgstr ""
5379
5380 #. type: =item
5381 #: ../src/guestfs.pod:2797 ../fish/guestfish.pod:1052
5382 msgid "LIBGUESTFS_PATH"
5383 msgstr ""
5384
5385 #. type: textblock
5386 #: ../src/guestfs.pod:2799
5387 msgid ""
5388 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5389 "the discussion of paths in section L</PATH> above."
5390 msgstr ""
5391
5392 #. type: =item
5393 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1057
5394 msgid "LIBGUESTFS_QEMU"
5395 msgstr ""
5396
5397 #. type: textblock
5398 #: ../src/guestfs.pod:2804 ../fish/guestfish.pod:1059
5399 msgid ""
5400 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5401 "which was found at compile time by the configure script is used."
5402 msgstr ""
5403
5404 #. type: textblock
5405 #: ../src/guestfs.pod:2808
5406 msgid "See also L</QEMU WRAPPERS> above."
5407 msgstr ""
5408
5409 #. type: =item
5410 #: ../src/guestfs.pod:2810 ../fish/guestfish.pod:1063
5411 msgid "LIBGUESTFS_TRACE"
5412 msgstr ""
5413
5414 #. type: textblock
5415 #: ../src/guestfs.pod:2812
5416 msgid ""
5417 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5418 "effect as calling C<guestfs_set_trace (g, 1)>."
5419 msgstr ""
5420
5421 #. type: =item
5422 #: ../src/guestfs.pod:2815 ../fish/guestfish.pod:1072
5423 msgid "TMPDIR"
5424 msgstr ""
5425
5426 #. type: textblock
5427 #: ../src/guestfs.pod:2817 ../fish/guestfish.pod:1074
5428 msgid ""
5429 "Location of temporary directory, defaults to C</tmp> except for the cached "
5430 "supermin appliance which defaults to C</var/tmp>."
5431 msgstr ""
5432
5433 #. type: textblock
5434 #: ../src/guestfs.pod:2820 ../fish/guestfish.pod:1077
5435 msgid ""
5436 "If libguestfs was compiled to use the supermin appliance then the real "
5437 "appliance is cached in this directory, shared between all handles belonging "
5438 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5439 "use in case C</var/tmp> is not large enough."
5440 msgstr ""
5441
5442 #. type: =head1
5443 #: ../src/guestfs.pod:2828 ../fish/guestfish.pod:1144 ../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
5444 msgid "SEE ALSO"
5445 msgstr ""
5446
5447 #. type: textblock
5448 #: ../src/guestfs.pod:2830
5449 msgid ""
5450 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5451 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5452 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5453 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5454 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5455 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5456 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5457 "L<http://libguestfs.org/>."
5458 msgstr ""
5459
5460 #. type: textblock
5461 #: ../src/guestfs.pod:2857
5462 msgid ""
5463 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5464 "L<lvm(8)>, L<disktype(1)>."
5465 msgstr ""
5466
5467 #. type: =head1
5468 #: ../src/guestfs.pod:2864 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5469 msgid "BUGS"
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2866
5474 msgid "To get a list of bugs against libguestfs use this link:"
5475 msgstr ""
5476
5477 #. type: textblock
5478 #: ../src/guestfs.pod:2868
5479 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2870
5484 msgid "To report a new bug against libguestfs use this link:"
5485 msgstr ""
5486
5487 #. type: textblock
5488 #: ../src/guestfs.pod:2872
5489 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5490 msgstr ""
5491
5492 #. type: textblock
5493 #: ../src/guestfs.pod:2874
5494 msgid "When reporting a bug, please check:"
5495 msgstr ""
5496
5497 #. type: textblock
5498 #: ../src/guestfs.pod:2880
5499 msgid "That the bug hasn't been reported already."
5500 msgstr ""
5501
5502 #. type: textblock
5503 #: ../src/guestfs.pod:2884
5504 msgid "That you are testing a recent version."
5505 msgstr ""
5506
5507 #. type: textblock
5508 #: ../src/guestfs.pod:2888
5509 msgid "Describe the bug accurately, and give a way to reproduce it."
5510 msgstr ""
5511
5512 #. type: textblock
5513 #: ../src/guestfs.pod:2892
5514 msgid ""
5515 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5516 "bug report."
5517 msgstr ""
5518
5519 #. type: =head1
5520 #: ../src/guestfs.pod:2897 ../fish/guestfish.pod:1167 ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:278
5521 msgid "AUTHORS"
5522 msgstr ""
5523
5524 #. type: textblock
5525 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1169 ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:280
5526 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5527 msgstr ""
5528
5529 #. type: =head1
5530 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1171 ../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
5531 msgid "COPYRIGHT"
5532 msgstr ""
5533
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2903 ../fish/guestfish.pod:1173 ../test-tool/libguestfs-test-tool.pod:99
5536 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5537 msgstr ""
5538
5539 #. type: textblock
5540 #: ../src/guestfs.pod:2906
5541 msgid ""
5542 "This library is free software; you can redistribute it and/or modify it "
5543 "under the terms of the GNU Lesser General Public License as published by the "
5544 "Free Software Foundation; either version 2 of the License, or (at your "
5545 "option) any later version."
5546 msgstr ""
5547
5548 #. type: textblock
5549 #: ../src/guestfs.pod:2911
5550 msgid ""
5551 "This library is distributed in the hope that it will be useful, but WITHOUT "
5552 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5553 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5554 "for more details."
5555 msgstr ""
5556
5557 #. type: textblock
5558 #: ../src/guestfs.pod:2916
5559 msgid ""
5560 "You should have received a copy of the GNU Lesser General Public License "
5561 "along with this library; if not, write to the Free Software Foundation, "
5562 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5563 msgstr ""
5564
5565 #. type: =head2
5566 #: ../src/guestfs-actions.pod:1
5567 msgid "guestfs_add_cdrom"
5568 msgstr ""
5569
5570 #. type: verbatim
5571 #: ../src/guestfs-actions.pod:3
5572 #, no-wrap
5573 msgid ""
5574 " int\n"
5575 " guestfs_add_cdrom (guestfs_h *g,\n"
5576 "                    const char *filename);\n"
5577 "\n"
5578 msgstr ""
5579
5580 #. type: textblock
5581 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5582 msgid "This function adds a virtual CD-ROM disk image to the guest."
5583 msgstr ""
5584
5585 #. type: textblock
5586 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5587 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5588 msgstr ""
5589
5590 #. type: textblock
5591 #: ../src/guestfs-actions.pod:17
5592 msgid ""
5593 "This call checks for the existence of C<filename>.  This stops you from "
5594 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5595 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5596 "instead."
5597 msgstr ""
5598
5599 #. type: textblock
5600 #: ../src/guestfs-actions.pod:24
5601 msgid ""
5602 "If you just want to add an ISO file (often you use this as an efficient way "
5603 "to transfer large files into the guest), then you should probably use "
5604 "C<guestfs_add_drive_ro> instead."
5605 msgstr ""
5606
5607 #. type: textblock
5608 #: ../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
5609 msgid "This function returns 0 on success or -1 on error."
5610 msgstr ""
5611
5612 #. type: textblock
5613 #: ../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
5614 msgid ""
5615 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5616 "instead."
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../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
5621 msgid ""
5622 "Deprecated functions will not be removed from the API, but the fact that "
5623 "they are deprecated indicates that there are problems with correct use of "
5624 "these functions."
5625 msgstr ""
5626
5627 #. type: textblock
5628 #: ../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
5629 msgid "(Added in 0.3)"
5630 msgstr ""
5631
5632 #. type: =head2
5633 #: ../src/guestfs-actions.pod:41
5634 msgid "guestfs_add_domain"
5635 msgstr ""
5636
5637 #. type: verbatim
5638 #: ../src/guestfs-actions.pod:43
5639 #, no-wrap
5640 msgid ""
5641 " int\n"
5642 " guestfs_add_domain (guestfs_h *g,\n"
5643 "                     const char *dom,\n"
5644 "                     ...);\n"
5645 "\n"
5646 msgstr ""
5647
5648 #. type: textblock
5649 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4435
5650 msgid ""
5651 "You may supply a list of optional arguments to this call.  Use zero or more "
5652 "of the following pairs of parameters, and terminate the list with C<-1> on "
5653 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5654 msgstr ""
5655
5656 #. type: verbatim
5657 #: ../src/guestfs-actions.pod:53
5658 #, no-wrap
5659 msgid ""
5660 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5661 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5662 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5663 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5664 "\n"
5665 msgstr ""
5666
5667 #. type: textblock
5668 #: ../src/guestfs-actions.pod:58
5669 msgid ""
5670 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5671 "It works by connecting to libvirt, requesting the domain and domain XML from "
5672 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5673 "one."
5674 msgstr ""
5675
5676 #. type: textblock
5677 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5678 msgid ""
5679 "The number of disks added is returned.  This operation is atomic: if an "
5680 "error is returned, then no disks are added."
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5685 msgid ""
5686 "This function does some minimal checks to make sure the libvirt domain is "
5687 "not running (unless C<readonly> is true).  In a future version we will try "
5688 "to acquire the libvirt lock on each disk."
5689 msgstr ""
5690
5691 #. type: textblock
5692 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5693 msgid ""
5694 "Disks must be accessible locally.  This often means that adding disks from a "
5695 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5696 "unless those disks are accessible via the same device path locally too."
5697 msgstr ""
5698
5699 #. type: textblock
5700 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5701 msgid ""
5702 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5703 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5704 "default libvirt URI (or one set through an environment variable, see the "
5705 "libvirt documentation for full details)."
5706 msgstr ""
5707
5708 #. type: textblock
5709 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5710 msgid ""
5711 "The optional C<live> flag controls whether this call will try to connect to "
5712 "a running virtual machine C<guestfsd> process if it sees a suitable "
5713 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5714 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5715 "DAEMONS> for more information."
5716 msgstr ""
5717
5718 #. type: textblock
5719 #: ../src/guestfs-actions.pod:88
5720 msgid ""
5721 "The other optional parameters are passed directly through to "
5722 "C<guestfs_add_drive_opts>."
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../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
5727 msgid "On error this function returns -1."
5728 msgstr ""
5729
5730 #. type: textblock
5731 #: ../src/guestfs-actions.pod:93
5732 msgid "(Added in 1.7.4)"
5733 msgstr ""
5734
5735 #. type: =head2
5736 #: ../src/guestfs-actions.pod:95
5737 msgid "guestfs_add_domain_va"
5738 msgstr ""
5739
5740 #. type: verbatim
5741 #: ../src/guestfs-actions.pod:97
5742 #, no-wrap
5743 msgid ""
5744 " int\n"
5745 " guestfs_add_domain_va (guestfs_h *g,\n"
5746 "                        const char *dom,\n"
5747 "                        va_list args);\n"
5748 "\n"
5749 msgstr ""
5750
5751 #. type: textblock
5752 #: ../src/guestfs-actions.pod:102
5753 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5754 msgstr ""
5755
5756 #. type: textblock
5757 #: ../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
5758 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5759 msgstr ""
5760
5761 #. type: =head2
5762 #: ../src/guestfs-actions.pod:106
5763 msgid "guestfs_add_domain_argv"
5764 msgstr ""
5765
5766 #. type: verbatim
5767 #: ../src/guestfs-actions.pod:108
5768 #, no-wrap
5769 msgid ""
5770 " int\n"
5771 " guestfs_add_domain_argv (guestfs_h *g,\n"
5772 "                          const char *dom,\n"
5773 "                          const struct guestfs_add_domain_argv *optargs);\n"
5774 "\n"
5775 msgstr ""
5776
5777 #. type: textblock
5778 #: ../src/guestfs-actions.pod:113
5779 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5780 msgstr ""
5781
5782 #. type: =head2
5783 #: ../src/guestfs-actions.pod:117
5784 msgid "guestfs_add_drive"
5785 msgstr ""
5786
5787 #. type: verbatim
5788 #: ../src/guestfs-actions.pod:119
5789 #, no-wrap
5790 msgid ""
5791 " int\n"
5792 " guestfs_add_drive (guestfs_h *g,\n"
5793 "                    const char *filename);\n"
5794 "\n"
5795 msgstr ""
5796
5797 #. type: textblock
5798 #: ../src/guestfs-actions.pod:123
5799 msgid ""
5800 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5801 "optional parameters, so the disk is added writable, with the format being "
5802 "detected automatically."
5803 msgstr ""
5804
5805 #. type: textblock
5806 #: ../src/guestfs-actions.pod:127
5807 msgid ""
5808 "Automatic detection of the format opens you up to a potential security hole "
5809 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5810 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5811 "you should think about replacing calls to this function with calls to "
5812 "C<guestfs_add_drive_opts>, and specifying the format."
5813 msgstr ""
5814
5815 #. type: =head2
5816 #: ../src/guestfs-actions.pod:138
5817 msgid "guestfs_add_drive_opts"
5818 msgstr ""
5819
5820 #. type: verbatim
5821 #: ../src/guestfs-actions.pod:140
5822 #, no-wrap
5823 msgid ""
5824 " int\n"
5825 " guestfs_add_drive_opts (guestfs_h *g,\n"
5826 "                         const char *filename,\n"
5827 "                         ...);\n"
5828 "\n"
5829 msgstr ""
5830
5831 #. type: verbatim
5832 #: ../src/guestfs-actions.pod:150
5833 #, no-wrap
5834 msgid ""
5835 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5836 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5837 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5838 "\n"
5839 msgstr ""
5840
5841 #. type: textblock
5842 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
5843 msgid ""
5844 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5845 "The first time you call this function, the disk appears as C</dev/sda>, the "
5846 "second time as C</dev/sdb>, and so on."
5847 msgstr ""
5848
5849 #. type: textblock
5850 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
5851 msgid ""
5852 "You don't necessarily need to be root when using libguestfs.  However you "
5853 "obviously do need sufficient permissions to access the filename for whatever "
5854 "operations you want to perform (ie. read access if you just want to read the "
5855 "image or write access if you want to modify the image)."
5856 msgstr ""
5857
5858 #. type: textblock
5859 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
5860 msgid "This call checks that C<filename> exists."
5861 msgstr ""
5862
5863 #. type: textblock
5864 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4446 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3011
5865 msgid "The optional arguments are:"
5866 msgstr ""
5867
5868 #. type: =item
5869 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
5870 msgid "C<readonly>"
5871 msgstr ""
5872
5873 #. type: textblock
5874 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
5875 msgid ""
5876 "If true then the image is treated as read-only.  Writes are still allowed, "
5877 "but they are stored in a temporary snapshot overlay which is discarded at "
5878 "the end.  The disk that you add is not modified."
5879 msgstr ""
5880
5881 #. type: =item
5882 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
5883 msgid "C<format>"
5884 msgstr ""
5885
5886 #. type: textblock
5887 #: ../src/guestfs-actions.pod:179
5888 msgid ""
5889 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5890 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5891 "Possible formats include C<raw> and C<qcow2>."
5892 msgstr ""
5893
5894 #. type: textblock
5895 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
5896 msgid ""
5897 "Automatic detection of the format opens you up to a potential security hole "
5898 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5899 "RHBZ#642934.  Specifying the format closes this security hole."
5900 msgstr ""
5901
5902 #. type: =item
5903 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
5904 msgid "C<iface>"
5905 msgstr ""
5906
5907 #. type: textblock
5908 #: ../src/guestfs-actions.pod:190
5909 msgid ""
5910 "This rarely-used option lets you emulate the behaviour of the deprecated "
5911 "C<guestfs_add_drive_with_if> call (q.v.)"
5912 msgstr ""
5913
5914 #. type: textblock
5915 #: ../src/guestfs-actions.pod:197
5916 msgid "(Added in 1.5.23)"
5917 msgstr ""
5918
5919 #. type: =head2
5920 #: ../src/guestfs-actions.pod:199
5921 msgid "guestfs_add_drive_opts_va"
5922 msgstr ""
5923
5924 #. type: verbatim
5925 #: ../src/guestfs-actions.pod:201
5926 #, no-wrap
5927 msgid ""
5928 " int\n"
5929 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5930 "                            const char *filename,\n"
5931 "                            va_list args);\n"
5932 "\n"
5933 msgstr ""
5934
5935 #. type: textblock
5936 #: ../src/guestfs-actions.pod:206
5937 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5938 msgstr ""
5939
5940 #. type: =head2
5941 #: ../src/guestfs-actions.pod:210
5942 msgid "guestfs_add_drive_opts_argv"
5943 msgstr ""
5944
5945 #. type: verbatim
5946 #: ../src/guestfs-actions.pod:212
5947 #, no-wrap
5948 msgid ""
5949 " int\n"
5950 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5951 "                              const char *filename,\n"
5952 "                              const struct guestfs_add_drive_opts_argv "
5953 "*optargs);\n"
5954 "\n"
5955 msgstr ""
5956
5957 #. type: textblock
5958 #: ../src/guestfs-actions.pod:217
5959 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5960 msgstr ""
5961
5962 #. type: =head2
5963 #: ../src/guestfs-actions.pod:221
5964 msgid "guestfs_add_drive_ro"
5965 msgstr ""
5966
5967 #. type: verbatim
5968 #: ../src/guestfs-actions.pod:223
5969 #, no-wrap
5970 msgid ""
5971 " int\n"
5972 " guestfs_add_drive_ro (guestfs_h *g,\n"
5973 "                       const char *filename);\n"
5974 "\n"
5975 msgstr ""
5976
5977 #. type: textblock
5978 #: ../src/guestfs-actions.pod:227
5979 msgid ""
5980 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5981 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5982 "disk is added read-only, with the format being detected automatically."
5983 msgstr ""
5984
5985 #. type: textblock
5986 #: ../src/guestfs-actions.pod:234
5987 msgid "(Added in 1.0.38)"
5988 msgstr ""
5989
5990 #. type: =head2
5991 #: ../src/guestfs-actions.pod:236
5992 msgid "guestfs_add_drive_ro_with_if"
5993 msgstr ""
5994
5995 #. type: verbatim
5996 #: ../src/guestfs-actions.pod:238
5997 #, no-wrap
5998 msgid ""
5999 " int\n"
6000 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6001 "                               const char *filename,\n"
6002 "                               const char *iface);\n"
6003 "\n"
6004 msgstr ""
6005
6006 #. type: textblock
6007 #: ../src/guestfs-actions.pod:243
6008 msgid ""
6009 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6010 "QEMU interface emulation to use at run time."
6011 msgstr ""
6012
6013 #. type: textblock
6014 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2356
6015 msgid "(Added in 1.0.84)"
6016 msgstr ""
6017
6018 #. type: =head2
6019 #: ../src/guestfs-actions.pod:257
6020 msgid "guestfs_add_drive_with_if"
6021 msgstr ""
6022
6023 #. type: verbatim
6024 #: ../src/guestfs-actions.pod:259
6025 #, no-wrap
6026 msgid ""
6027 " int\n"
6028 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6029 "                            const char *filename,\n"
6030 "                            const char *iface);\n"
6031 "\n"
6032 msgstr ""
6033
6034 #. type: textblock
6035 #: ../src/guestfs-actions.pod:264
6036 msgid ""
6037 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6038 "QEMU interface emulation to use at run time."
6039 msgstr ""
6040
6041 #. type: =head2
6042 #: ../src/guestfs-actions.pod:278
6043 msgid "guestfs_aug_clear"
6044 msgstr ""
6045
6046 #. type: verbatim
6047 #: ../src/guestfs-actions.pod:280
6048 #, no-wrap
6049 msgid ""
6050 " int\n"
6051 " guestfs_aug_clear (guestfs_h *g,\n"
6052 "                    const char *augpath);\n"
6053 "\n"
6054 msgstr ""
6055
6056 #. type: textblock
6057 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6058 msgid ""
6059 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6060 "L<augtool(1)> C<clear> command."
6061 msgstr ""
6062
6063 #. type: textblock
6064 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6065 msgid "(Added in 1.3.4)"
6066 msgstr ""
6067
6068 #. type: =head2
6069 #: ../src/guestfs-actions.pod:291
6070 msgid "guestfs_aug_close"
6071 msgstr ""
6072
6073 #. type: verbatim
6074 #: ../src/guestfs-actions.pod:293
6075 #, no-wrap
6076 msgid ""
6077 " int\n"
6078 " guestfs_aug_close (guestfs_h *g);\n"
6079 "\n"
6080 msgstr ""
6081
6082 #. type: textblock
6083 #: ../src/guestfs-actions.pod:296
6084 msgid ""
6085 "Close the current Augeas handle and free up any resources used by it.  After "
6086 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6087 "any other Augeas functions."
6088 msgstr ""
6089
6090 #. type: textblock
6091 #: ../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
6092 msgid "(Added in 0.7)"
6093 msgstr ""
6094
6095 #. type: =head2
6096 #: ../src/guestfs-actions.pod:305
6097 msgid "guestfs_aug_defnode"
6098 msgstr ""
6099
6100 #. type: verbatim
6101 #: ../src/guestfs-actions.pod:307
6102 #, no-wrap
6103 msgid ""
6104 " struct guestfs_int_bool *\n"
6105 " guestfs_aug_defnode (guestfs_h *g,\n"
6106 "                      const char *name,\n"
6107 "                      const char *expr,\n"
6108 "                      const char *val);\n"
6109 "\n"
6110 msgstr ""
6111
6112 #. type: textblock
6113 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6114 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6115 msgstr ""
6116
6117 #. type: textblock
6118 #: ../src/guestfs-actions.pod:316
6119 msgid ""
6120 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6121 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6122 "containing that single node."
6123 msgstr ""
6124
6125 #. type: textblock
6126 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6127 msgid ""
6128 "On success this returns a pair containing the number of nodes in the "
6129 "nodeset, and a boolean flag if a node was created."
6130 msgstr ""
6131
6132 #. type: textblock
6133 #: ../src/guestfs-actions.pod:324
6134 msgid ""
6135 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6136 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6137 msgstr ""
6138
6139 #. type: =head2
6140 #: ../src/guestfs-actions.pod:330
6141 msgid "guestfs_aug_defvar"
6142 msgstr ""
6143
6144 #. type: verbatim
6145 #: ../src/guestfs-actions.pod:332
6146 #, no-wrap
6147 msgid ""
6148 " int\n"
6149 " guestfs_aug_defvar (guestfs_h *g,\n"
6150 "                     const char *name,\n"
6151 "                     const char *expr);\n"
6152 "\n"
6153 msgstr ""
6154
6155 #. type: textblock
6156 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6157 msgid ""
6158 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6159 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6160 msgstr ""
6161
6162 #. type: textblock
6163 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6164 msgid ""
6165 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6166 "evaluates to something which is not a nodeset."
6167 msgstr ""
6168
6169 #. type: =head2
6170 #: ../src/guestfs-actions.pod:348
6171 msgid "guestfs_aug_get"
6172 msgstr ""
6173
6174 #. type: verbatim
6175 #: ../src/guestfs-actions.pod:350
6176 #, no-wrap
6177 msgid ""
6178 " char *\n"
6179 " guestfs_aug_get (guestfs_h *g,\n"
6180 "                  const char *augpath);\n"
6181 "\n"
6182 msgstr ""
6183
6184 #. type: textblock
6185 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6186 msgid ""
6187 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6188 "node, the C<value> is returned."
6189 msgstr ""
6190
6191 #. type: textblock
6192 #: ../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
6193 msgid ""
6194 "This function returns a string, or NULL on error.  I<The caller must free "
6195 "the returned string after use>."
6196 msgstr ""
6197
6198 #. type: =head2
6199 #: ../src/guestfs-actions.pod:362
6200 msgid "guestfs_aug_init"
6201 msgstr ""
6202
6203 #. type: verbatim
6204 #: ../src/guestfs-actions.pod:364
6205 #, no-wrap
6206 msgid ""
6207 " int\n"
6208 " guestfs_aug_init (guestfs_h *g,\n"
6209 "                   const char *root,\n"
6210 "                   int flags);\n"
6211 "\n"
6212 msgstr ""
6213
6214 #. type: textblock
6215 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6216 msgid ""
6217 "Create a new Augeas handle for editing configuration files.  If there was "
6218 "any previous Augeas handle associated with this guestfs session, then it is "
6219 "closed."
6220 msgstr ""
6221
6222 #. type: textblock
6223 #: ../src/guestfs-actions.pod:373
6224 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6225 msgstr ""
6226
6227 #. type: textblock
6228 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6229 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6230 msgstr ""
6231
6232 #. type: textblock
6233 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6234 msgid ""
6235 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6236 "logical I<or> of the following integers:"
6237 msgstr ""
6238
6239 #. type: =item
6240 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6241 msgid "C<AUG_SAVE_BACKUP> = 1"
6242 msgstr ""
6243
6244 #. type: textblock
6245 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6246 msgid "Keep the original file with a C<.augsave> extension."
6247 msgstr ""
6248
6249 #. type: =item
6250 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6251 msgid "C<AUG_SAVE_NEWFILE> = 2"
6252 msgstr ""
6253
6254 #. type: textblock
6255 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6256 msgid ""
6257 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6258 "original.  Overrides C<AUG_SAVE_BACKUP>."
6259 msgstr ""
6260
6261 #. type: =item
6262 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6263 msgid "C<AUG_TYPE_CHECK> = 4"
6264 msgstr ""
6265
6266 #. type: textblock
6267 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6268 msgid "Typecheck lenses (can be expensive)."
6269 msgstr ""
6270
6271 #. type: =item
6272 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6273 msgid "C<AUG_NO_STDINC> = 8"
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6278 msgid "Do not use standard load path for modules."
6279 msgstr ""
6280
6281 #. type: =item
6282 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6283 msgid "C<AUG_SAVE_NOOP> = 16"
6284 msgstr ""
6285
6286 #. type: textblock
6287 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6288 msgid "Make save a no-op, just record what would have been changed."
6289 msgstr ""
6290
6291 #. type: =item
6292 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6293 msgid "C<AUG_NO_LOAD> = 32"
6294 msgstr ""
6295
6296 #. type: textblock
6297 #: ../src/guestfs-actions.pod:408
6298 msgid "Do not load the tree in C<guestfs_aug_init>."
6299 msgstr ""
6300
6301 #. type: textblock
6302 #: ../src/guestfs-actions.pod:412
6303 msgid "To close the handle, you can call C<guestfs_aug_close>."
6304 msgstr ""
6305
6306 #. type: textblock
6307 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6308 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6309 msgstr ""
6310
6311 #. type: =head2
6312 #: ../src/guestfs-actions.pod:420
6313 msgid "guestfs_aug_insert"
6314 msgstr ""
6315
6316 #. type: verbatim
6317 #: ../src/guestfs-actions.pod:422
6318 #, no-wrap
6319 msgid ""
6320 " int\n"
6321 " guestfs_aug_insert (guestfs_h *g,\n"
6322 "                     const char *augpath,\n"
6323 "                     const char *label,\n"
6324 "                     int before);\n"
6325 "\n"
6326 msgstr ""
6327
6328 #. type: textblock
6329 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6330 msgid ""
6331 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6332 "or after C<path> (depending on the boolean flag C<before>)."
6333 msgstr ""
6334
6335 #. type: textblock
6336 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6337 msgid ""
6338 "C<path> must match exactly one existing node in the tree, and C<label> must "
6339 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6340 msgstr ""
6341
6342 #. type: =head2
6343 #: ../src/guestfs-actions.pod:440
6344 msgid "guestfs_aug_load"
6345 msgstr ""
6346
6347 #. type: verbatim
6348 #: ../src/guestfs-actions.pod:442
6349 #, no-wrap
6350 msgid ""
6351 " int\n"
6352 " guestfs_aug_load (guestfs_h *g);\n"
6353 "\n"
6354 msgstr ""
6355
6356 #. type: textblock
6357 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6358 msgid "Load files into the tree."
6359 msgstr ""
6360
6361 #. type: textblock
6362 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6363 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6364 msgstr ""
6365
6366 #. type: =head2
6367 #: ../src/guestfs-actions.pod:454
6368 msgid "guestfs_aug_ls"
6369 msgstr ""
6370
6371 #. type: verbatim
6372 #: ../src/guestfs-actions.pod:456
6373 #, no-wrap
6374 msgid ""
6375 " char **\n"
6376 " guestfs_aug_ls (guestfs_h *g,\n"
6377 "                 const char *augpath);\n"
6378 "\n"
6379 msgstr ""
6380
6381 #. type: textblock
6382 #: ../src/guestfs-actions.pod:460
6383 msgid ""
6384 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6385 "sorting the resulting nodes into alphabetical order."
6386 msgstr ""
6387
6388 #. type: textblock
6389 #: ../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
6390 msgid ""
6391 "This function returns a NULL-terminated array of strings (like "
6392 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6393 "strings and the array after use>."
6394 msgstr ""
6395
6396 #. type: textblock
6397 #: ../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
6398 msgid "(Added in 0.8)"
6399 msgstr ""
6400
6401 #. type: =head2
6402 #: ../src/guestfs-actions.pod:469
6403 msgid "guestfs_aug_match"
6404 msgstr ""
6405
6406 #. type: verbatim
6407 #: ../src/guestfs-actions.pod:471
6408 #, no-wrap
6409 msgid ""
6410 " char **\n"
6411 " guestfs_aug_match (guestfs_h *g,\n"
6412 "                    const char *augpath);\n"
6413 "\n"
6414 msgstr ""
6415
6416 #. type: textblock
6417 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6418 msgid ""
6419 "Returns a list of paths which match the path expression C<path>.  The "
6420 "returned paths are sufficiently qualified so that they match exactly one "
6421 "node in the current tree."
6422 msgstr ""
6423
6424 #. type: =head2
6425 #: ../src/guestfs-actions.pod:485
6426 msgid "guestfs_aug_mv"
6427 msgstr ""
6428
6429 #. type: verbatim
6430 #: ../src/guestfs-actions.pod:487
6431 #, no-wrap
6432 msgid ""
6433 " int\n"
6434 " guestfs_aug_mv (guestfs_h *g,\n"
6435 "                 const char *src,\n"
6436 "                 const char *dest);\n"
6437 "\n"
6438 msgstr ""
6439
6440 #. type: textblock
6441 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6442 msgid ""
6443 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6444 "C<dest> is overwritten if it exists."
6445 msgstr ""
6446
6447 #. type: =head2
6448 #: ../src/guestfs-actions.pod:499
6449 msgid "guestfs_aug_rm"
6450 msgstr ""
6451
6452 #. type: verbatim
6453 #: ../src/guestfs-actions.pod:501
6454 #, no-wrap
6455 msgid ""
6456 " int\n"
6457 " guestfs_aug_rm (guestfs_h *g,\n"
6458 "                 const char *augpath);\n"
6459 "\n"
6460 msgstr ""
6461
6462 #. type: textblock
6463 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6464 msgid "Remove C<path> and all of its children."
6465 msgstr ""
6466
6467 #. type: textblock
6468 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6469 msgid "On success this returns the number of entries which were removed."
6470 msgstr ""
6471
6472 #. type: =head2
6473 #: ../src/guestfs-actions.pod:513
6474 msgid "guestfs_aug_save"
6475 msgstr ""
6476
6477 #. type: verbatim
6478 #: ../src/guestfs-actions.pod:515
6479 #, no-wrap
6480 msgid ""
6481 " int\n"
6482 " guestfs_aug_save (guestfs_h *g);\n"
6483 "\n"
6484 msgstr ""
6485
6486 #. type: textblock
6487 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6488 msgid "This writes all pending changes to disk."
6489 msgstr ""
6490
6491 #. type: textblock
6492 #: ../src/guestfs-actions.pod:520
6493 msgid ""
6494 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6495 "are saved."
6496 msgstr ""
6497
6498 #. type: =head2
6499 #: ../src/guestfs-actions.pod:527
6500 msgid "guestfs_aug_set"
6501 msgstr ""
6502
6503 #. type: verbatim
6504 #: ../src/guestfs-actions.pod:529
6505 #, no-wrap
6506 msgid ""
6507 " int\n"
6508 " guestfs_aug_set (guestfs_h *g,\n"
6509 "                  const char *augpath,\n"
6510 "                  const char *val);\n"
6511 "\n"
6512 msgstr ""
6513
6514 #. type: textblock
6515 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6516 msgid "Set the value associated with C<path> to C<val>."
6517 msgstr ""
6518
6519 #. type: textblock
6520 #: ../src/guestfs-actions.pod:536
6521 msgid ""
6522 "In the Augeas API, it is possible to clear a node by setting the value to "
6523 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6524 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6525 msgstr ""
6526
6527 #. type: =head2
6528 #: ../src/guestfs-actions.pod:545
6529 msgid "guestfs_available"
6530 msgstr ""
6531
6532 #. type: verbatim
6533 #: ../src/guestfs-actions.pod:547
6534 #, no-wrap
6535 msgid ""
6536 " int\n"
6537 " guestfs_available (guestfs_h *g,\n"
6538 "                    char *const *groups);\n"
6539 "\n"
6540 msgstr ""
6541
6542 #. type: textblock
6543 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6544 msgid ""
6545 "This command is used to check the availability of some groups of "
6546 "functionality in the appliance, which not all builds of the libguestfs "
6547 "appliance will be able to provide."
6548 msgstr ""
6549
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:555
6552 msgid ""
6553 "The libguestfs groups, and the functions that those groups correspond to, "
6554 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6555 "runtime by calling C<guestfs_available_all_groups>."
6556 msgstr ""
6557
6558 #. type: textblock
6559 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6560 msgid ""
6561 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6562 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6563 "and Augeas (configuration file editing) functions."
6564 msgstr ""
6565
6566 #. type: textblock
6567 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6568 msgid "The command returns no error if I<all> requested groups are available."
6569 msgstr ""
6570
6571 #. type: textblock
6572 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6573 msgid ""
6574 "It fails with an error if one or more of the requested groups is unavailable "
6575 "in the appliance."
6576 msgstr ""
6577
6578 #. type: textblock
6579 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6580 msgid ""
6581 "If an unknown group name is included in the list of groups then an error is "
6582 "always returned."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6587 msgid "I<Notes:>"
6588 msgstr ""
6589
6590 #. type: textblock
6591 #: ../src/guestfs-actions.pod:579
6592 msgid "You must call C<guestfs_launch> before calling this function."
6593 msgstr ""
6594
6595 #. type: textblock
6596 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6597 msgid ""
6598 "The reason is because we don't know what groups are supported by the "
6599 "appliance/daemon until it is running and can be queried."
6600 msgstr ""
6601
6602 #. type: textblock
6603 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6604 msgid ""
6605 "If a group of functions is available, this does not necessarily mean that "
6606 "they will work.  You still have to check for errors when calling individual "
6607 "API functions even if they are available."
6608 msgstr ""
6609
6610 #. type: textblock
6611 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6612 msgid ""
6613 "It is usually the job of distro packagers to build complete functionality "
6614 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6615 "with all requirements satisfied, will support everything."
6616 msgstr ""
6617
6618 #. type: textblock
6619 #: ../src/guestfs-actions.pod:601
6620 msgid ""
6621 "This call was added in version C<1.0.80>.  In previous versions of "
6622 "libguestfs all you could do would be to speculatively execute a command to "
6623 "find out if the daemon implemented it.  See also C<guestfs_version>."
6624 msgstr ""
6625
6626 #. type: textblock
6627 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6628 msgid "(Added in 1.0.80)"
6629 msgstr ""
6630
6631 #. type: =head2
6632 #: ../src/guestfs-actions.pod:612
6633 msgid "guestfs_available_all_groups"
6634 msgstr ""
6635
6636 #. type: verbatim
6637 #: ../src/guestfs-actions.pod:614
6638 #, no-wrap
6639 msgid ""
6640 " char **\n"
6641 " guestfs_available_all_groups (guestfs_h *g);\n"
6642 "\n"
6643 msgstr ""
6644
6645 #. type: textblock
6646 #: ../src/guestfs-actions.pod:617
6647 msgid ""
6648 "This command returns a list of all optional groups that this daemon knows "
6649 "about.  Note this returns both supported and unsupported groups.  To find "
6650 "out which ones the daemon can actually support you have to call "
6651 "C<guestfs_available> on each member of the returned list."
6652 msgstr ""
6653
6654 #. type: textblock
6655 #: ../src/guestfs-actions.pod:623
6656 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6657 msgstr ""
6658
6659 #. type: textblock
6660 #: ../src/guestfs-actions.pod:629
6661 msgid "(Added in 1.3.15)"
6662 msgstr ""
6663
6664 #. type: =head2
6665 #: ../src/guestfs-actions.pod:631
6666 msgid "guestfs_base64_in"
6667 msgstr ""
6668
6669 #. type: verbatim
6670 #: ../src/guestfs-actions.pod:633
6671 #, no-wrap
6672 msgid ""
6673 " int\n"
6674 " guestfs_base64_in (guestfs_h *g,\n"
6675 "                    const char *base64file,\n"
6676 "                    const char *filename);\n"
6677 "\n"
6678 msgstr ""
6679
6680 #. type: textblock
6681 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6682 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6683 msgstr ""
6684
6685 #. type: textblock
6686 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6687 msgid "(Added in 1.3.5)"
6688 msgstr ""
6689
6690 #. type: =head2
6691 #: ../src/guestfs-actions.pod:645
6692 msgid "guestfs_base64_out"
6693 msgstr ""
6694
6695 #. type: verbatim
6696 #: ../src/guestfs-actions.pod:647
6697 #, no-wrap
6698 msgid ""
6699 " int\n"
6700 " guestfs_base64_out (guestfs_h *g,\n"
6701 "                     const char *filename,\n"
6702 "                     const char *base64file);\n"
6703 "\n"
6704 msgstr ""
6705
6706 #. type: textblock
6707 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6708 msgid ""
6709 "This command downloads the contents of C<filename>, writing it out to local "
6710 "file C<base64file> encoded as base64."
6711 msgstr ""
6712
6713 #. type: =head2
6714 #: ../src/guestfs-actions.pod:659
6715 msgid "guestfs_blockdev_flushbufs"
6716 msgstr ""
6717
6718 #. type: verbatim
6719 #: ../src/guestfs-actions.pod:661
6720 #, no-wrap
6721 msgid ""
6722 " int\n"
6723 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6724 "                             const char *device);\n"
6725 "\n"
6726 msgstr ""
6727
6728 #. type: textblock
6729 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6730 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6731 msgstr ""
6732
6733 #. type: textblock
6734 #: ../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
6735 msgid "This uses the L<blockdev(8)> command."
6736 msgstr ""
6737
6738 #. type: textblock
6739 #: ../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
6740 msgid "(Added in 0.9.3)"
6741 msgstr ""
6742
6743 #. type: =head2
6744 #: ../src/guestfs-actions.pod:674
6745 msgid "guestfs_blockdev_getbsz"
6746 msgstr ""
6747
6748 #. type: verbatim
6749 #: ../src/guestfs-actions.pod:676
6750 #, no-wrap
6751 msgid ""
6752 " int\n"
6753 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6754 "                          const char *device);\n"
6755 "\n"
6756 msgstr ""
6757
6758 #. type: textblock
6759 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6760 msgid "This returns the block size of a device."
6761 msgstr ""
6762
6763 #. type: textblock
6764 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6765 msgid ""
6766 "(Note this is different from both I<size in blocks> and I<filesystem block "
6767 "size>)."
6768 msgstr ""
6769
6770 #. type: =head2
6771 #: ../src/guestfs-actions.pod:691
6772 msgid "guestfs_blockdev_getro"
6773 msgstr ""
6774
6775 #. type: verbatim
6776 #: ../src/guestfs-actions.pod:693
6777 #, no-wrap
6778 msgid ""
6779 " int\n"
6780 " guestfs_blockdev_getro (guestfs_h *g,\n"
6781 "                         const char *device);\n"
6782 "\n"
6783 msgstr ""
6784
6785 #. type: textblock
6786 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6787 msgid ""
6788 "Returns a boolean indicating if the block device is read-only (true if "
6789 "read-only, false if not)."
6790 msgstr ""
6791
6792 #. type: textblock
6793 #: ../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
6794 msgid "This function returns a C truth value on success or -1 on error."
6795 msgstr ""
6796
6797 #. type: =head2
6798 #: ../src/guestfs-actions.pod:706
6799 msgid "guestfs_blockdev_getsize64"
6800 msgstr ""
6801
6802 #. type: verbatim
6803 #: ../src/guestfs-actions.pod:708
6804 #, no-wrap
6805 msgid ""
6806 " int64_t\n"
6807 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6808 "                             const char *device);\n"
6809 "\n"
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
6814 msgid "This returns the size of the device in bytes."
6815 msgstr ""
6816
6817 #. type: textblock
6818 #: ../src/guestfs-actions.pod:714
6819 msgid "See also C<guestfs_blockdev_getsz>."
6820 msgstr ""
6821
6822 #. type: =head2
6823 #: ../src/guestfs-actions.pod:722
6824 msgid "guestfs_blockdev_getss"
6825 msgstr ""
6826
6827 #. type: verbatim
6828 #: ../src/guestfs-actions.pod:724
6829 #, no-wrap
6830 msgid ""
6831 " int\n"
6832 " guestfs_blockdev_getss (guestfs_h *g,\n"
6833 "                         const char *device);\n"
6834 "\n"
6835 msgstr ""
6836
6837 #. type: textblock
6838 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
6839 msgid ""
6840 "This returns the size of sectors on a block device.  Usually 512, but can be "
6841 "larger for modern devices."
6842 msgstr ""
6843
6844 #. type: textblock
6845 #: ../src/guestfs-actions.pod:731
6846 msgid ""
6847 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6848 "that)."
6849 msgstr ""
6850
6851 #. type: =head2
6852 #: ../src/guestfs-actions.pod:740
6853 msgid "guestfs_blockdev_getsz"
6854 msgstr ""
6855
6856 #. type: verbatim
6857 #: ../src/guestfs-actions.pod:742
6858 #, no-wrap
6859 msgid ""
6860 " int64_t\n"
6861 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6862 "                         const char *device);\n"
6863 "\n"
6864 msgstr ""
6865
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
6868 msgid ""
6869 "This returns the size of the device in units of 512-byte sectors (even if "
6870 "the sectorsize isn't 512 bytes ... weird)."
6871 msgstr ""
6872
6873 #. type: textblock
6874 #: ../src/guestfs-actions.pod:749
6875 msgid ""
6876 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6877 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6878 msgstr ""
6879
6880 #. type: =head2
6881 #: ../src/guestfs-actions.pod:759
6882 msgid "guestfs_blockdev_rereadpt"
6883 msgstr ""
6884
6885 #. type: verbatim
6886 #: ../src/guestfs-actions.pod:761
6887 #, no-wrap
6888 msgid ""
6889 " int\n"
6890 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6891 "                            const char *device);\n"
6892 "\n"
6893 msgstr ""
6894
6895 #. type: textblock
6896 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
6897 msgid "Reread the partition table on C<device>."
6898 msgstr ""
6899
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:773
6902 msgid "guestfs_blockdev_setbsz"
6903 msgstr ""
6904
6905 #. type: verbatim
6906 #: ../src/guestfs-actions.pod:775
6907 #, no-wrap
6908 msgid ""
6909 " int\n"
6910 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6911 "                          const char *device,\n"
6912 "                          int blocksize);\n"
6913 "\n"
6914 msgstr ""
6915
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
6918 msgid "This sets the block size of a device."
6919 msgstr ""
6920
6921 #. type: =head2
6922 #: ../src/guestfs-actions.pod:791
6923 msgid "guestfs_blockdev_setro"
6924 msgstr ""
6925
6926 #. type: verbatim
6927 #: ../src/guestfs-actions.pod:793
6928 #, no-wrap
6929 msgid ""
6930 " int\n"
6931 " guestfs_blockdev_setro (guestfs_h *g,\n"
6932 "                         const char *device);\n"
6933 "\n"
6934 msgstr ""
6935
6936 #. type: textblock
6937 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
6938 msgid "Sets the block device named C<device> to read-only."
6939 msgstr ""
6940
6941 #. type: =head2
6942 #: ../src/guestfs-actions.pod:805
6943 msgid "guestfs_blockdev_setrw"
6944 msgstr ""
6945
6946 #. type: verbatim
6947 #: ../src/guestfs-actions.pod:807
6948 #, no-wrap
6949 msgid ""
6950 " int\n"
6951 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6952 "                         const char *device);\n"
6953 "\n"
6954 msgstr ""
6955
6956 #. type: textblock
6957 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
6958 msgid "Sets the block device named C<device> to read-write."
6959 msgstr ""
6960
6961 #. type: =head2
6962 #: ../src/guestfs-actions.pod:819
6963 msgid "guestfs_case_sensitive_path"
6964 msgstr ""
6965
6966 #. type: verbatim
6967 #: ../src/guestfs-actions.pod:821
6968 #, no-wrap
6969 msgid ""
6970 " char *\n"
6971 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6972 "                              const char *path);\n"
6973 "\n"
6974 msgstr ""
6975
6976 #. type: textblock
6977 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
6978 msgid ""
6979 "This can be used to resolve case insensitive paths on a filesystem which is "
6980 "case sensitive.  The use case is to resolve paths which you have read from "
6981 "Windows configuration files or the Windows Registry, to the true path."
6982 msgstr ""
6983
6984 #. type: textblock
6985 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
6986 msgid ""
6987 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6988 "(and probably others), which is that although the underlying filesystem is "
6989 "case-insensitive, the driver exports the filesystem to Linux as "
6990 "case-sensitive."
6991 msgstr ""
6992
6993 #. type: textblock
6994 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
6995 msgid ""
6996 "One consequence of this is that special directories such as C<c:\\windows> "
6997 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6998 "precise details of how they were created.  In Windows itself this would not "
6999 "be a problem."
7000 msgstr ""
7001
7002 #. type: textblock
7003 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7004 msgid ""
7005 "Bug or feature? You decide: "
7006 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7007 msgstr ""
7008
7009 #. type: textblock
7010 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7011 msgid ""
7012 "This function resolves the true case of each element in the path and returns "
7013 "the case-sensitive path."
7014 msgstr ""
7015
7016 #. type: textblock
7017 #: ../src/guestfs-actions.pod:847
7018 msgid ""
7019 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7020 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7021 "how the directories were originally created under Windows)."
7022 msgstr ""
7023
7024 #. type: textblock
7025 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7026 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7027 msgstr ""
7028
7029 #. type: textblock
7030 #: ../src/guestfs-actions.pod:855
7031 msgid "See also C<guestfs_realpath>."
7032 msgstr ""
7033
7034 #. type: textblock
7035 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6962
7036 msgid "(Added in 1.0.75)"
7037 msgstr ""
7038
7039 #. type: =head2
7040 #: ../src/guestfs-actions.pod:862
7041 msgid "guestfs_cat"
7042 msgstr ""
7043
7044 #. type: verbatim
7045 #: ../src/guestfs-actions.pod:864
7046 #, no-wrap
7047 msgid ""
7048 " char *\n"
7049 " guestfs_cat (guestfs_h *g,\n"
7050 "              const char *path);\n"
7051 "\n"
7052 msgstr ""
7053
7054 #. type: textblock
7055 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5458 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3659
7056 msgid "Return the contents of the file named C<path>."
7057 msgstr ""
7058
7059 #. type: textblock
7060 #: ../src/guestfs-actions.pod:870
7061 msgid ""
7062 "Note that this function cannot correctly handle binary files (specifically, "
7063 "files containing C<\\0> character which is treated as end of string).  For "
7064 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7065 "functions which have a more complex interface."
7066 msgstr ""
7067
7068 #. type: textblock
7069 #: ../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
7070 msgid ""
7071 "Because of the message protocol, there is a transfer limit of somewhere "
7072 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7073 msgstr ""
7074
7075 #. type: textblock
7076 #: ../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
7077 msgid "(Added in 0.4)"
7078 msgstr ""
7079
7080 #. type: =head2
7081 #: ../src/guestfs-actions.pod:883
7082 msgid "guestfs_checksum"
7083 msgstr ""
7084
7085 #. type: verbatim
7086 #: ../src/guestfs-actions.pod:885
7087 #, no-wrap
7088 msgid ""
7089 " char *\n"
7090 " guestfs_checksum (guestfs_h *g,\n"
7091 "                   const char *csumtype,\n"
7092 "                   const char *path);\n"
7093 "\n"
7094 msgstr ""
7095
7096 #. type: textblock
7097 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7098 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7099 msgstr ""
7100
7101 #. type: textblock
7102 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7103 msgid ""
7104 "The type of checksum to compute is given by the C<csumtype> parameter which "
7105 "must have one of the following values:"
7106 msgstr ""
7107
7108 #. type: =item
7109 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7110 msgid "C<crc>"
7111 msgstr ""
7112
7113 #. type: textblock
7114 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7115 msgid ""
7116 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7117 "C<cksum> command."
7118 msgstr ""
7119
7120 #. type: =item
7121 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7122 msgid "C<md5>"
7123 msgstr ""
7124
7125 #. type: textblock
7126 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7127 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7128 msgstr ""
7129
7130 #. type: =item
7131 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7132 msgid "C<sha1>"
7133 msgstr ""
7134
7135 #. type: textblock
7136 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7137 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7138 msgstr ""
7139
7140 #. type: =item
7141 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7142 msgid "C<sha224>"
7143 msgstr ""
7144
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7147 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7148 msgstr ""
7149
7150 #. type: =item
7151 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7152 msgid "C<sha256>"
7153 msgstr ""
7154
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7157 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7158 msgstr ""
7159
7160 #. type: =item
7161 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7162 msgid "C<sha384>"
7163 msgstr ""
7164
7165 #. type: textblock
7166 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7167 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7168 msgstr ""
7169
7170 #. type: =item
7171 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7172 msgid "C<sha512>"
7173 msgstr ""
7174
7175 #. type: textblock
7176 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7177 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7178 msgstr ""
7179
7180 #. type: textblock
7181 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7182 msgid "The checksum is returned as a printable string."
7183 msgstr ""
7184
7185 #. type: textblock
7186 #: ../src/guestfs-actions.pod:931
7187 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7188 msgstr ""
7189
7190 #. type: textblock
7191 #: ../src/guestfs-actions.pod:933
7192 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7193 msgstr ""
7194
7195 #. type: textblock
7196 #: ../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
7197 msgid "(Added in 1.0.2)"
7198 msgstr ""
7199
7200 #. type: =head2
7201 #: ../src/guestfs-actions.pod:940
7202 msgid "guestfs_checksum_device"
7203 msgstr ""
7204
7205 #. type: verbatim
7206 #: ../src/guestfs-actions.pod:942
7207 #, no-wrap
7208 msgid ""
7209 " char *\n"
7210 " guestfs_checksum_device (guestfs_h *g,\n"
7211 "                          const char *csumtype,\n"
7212 "                          const char *device);\n"
7213 "\n"
7214 msgstr ""
7215
7216 #. type: textblock
7217 #: ../src/guestfs-actions.pod:947
7218 msgid ""
7219 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7220 "device named C<device>.  For the types of checksums supported see the "
7221 "C<guestfs_checksum> command."
7222 msgstr ""
7223
7224 #. type: textblock
7225 #: ../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
7226 msgid "(Added in 1.3.2)"
7227 msgstr ""
7228
7229 #. type: =head2
7230 #: ../src/guestfs-actions.pod:956
7231 msgid "guestfs_checksums_out"
7232 msgstr ""
7233
7234 #. type: verbatim
7235 #: ../src/guestfs-actions.pod:958
7236 #, no-wrap
7237 msgid ""
7238 " int\n"
7239 " guestfs_checksums_out (guestfs_h *g,\n"
7240 "                        const char *csumtype,\n"
7241 "                        const char *directory,\n"
7242 "                        const char *sumsfile);\n"
7243 "\n"
7244 msgstr ""
7245
7246 #. type: textblock
7247 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7248 msgid ""
7249 "This command computes the checksums of all regular files in C<directory> and "
7250 "then emits a list of those checksums to the local output file C<sumsfile>."
7251 msgstr ""
7252
7253 #. type: textblock
7254 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7255 msgid ""
7256 "This can be used for verifying the integrity of a virtual machine.  However "
7257 "to be properly secure you should pay attention to the output of the checksum "
7258 "command (it uses the ones from GNU coreutils).  In particular when the "
7259 "filename is not printable, coreutils uses a special backslash syntax.  For "
7260 "more information, see the GNU coreutils info file."
7261 msgstr ""
7262
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:978
7265 msgid "(Added in 1.3.7)"
7266 msgstr ""
7267
7268 #. type: =head2
7269 #: ../src/guestfs-actions.pod:980
7270 msgid "guestfs_chmod"
7271 msgstr ""
7272
7273 #. type: verbatim
7274 #: ../src/guestfs-actions.pod:982
7275 #, no-wrap
7276 msgid ""
7277 " int\n"
7278 " guestfs_chmod (guestfs_h *g,\n"
7279 "                int mode,\n"
7280 "                const char *path);\n"
7281 "\n"
7282 msgstr ""
7283
7284 #. type: textblock
7285 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7286 msgid ""
7287 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7288 "supported."
7289 msgstr ""
7290
7291 #. type: textblock
7292 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7293 msgid ""
7294 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7295 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7296 "C<700>."
7297 msgstr ""
7298
7299 #. type: textblock
7300 #: ../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
7301 msgid "The mode actually set is affected by the umask."
7302 msgstr ""
7303
7304 #. type: =head2
7305 #: ../src/guestfs-actions.pod:1000
7306 msgid "guestfs_chown"
7307 msgstr ""
7308
7309 #. type: verbatim
7310 #: ../src/guestfs-actions.pod:1002
7311 #, no-wrap
7312 msgid ""
7313 " int\n"
7314 " guestfs_chown (guestfs_h *g,\n"
7315 "                int owner,\n"
7316 "                int group,\n"
7317 "                const char *path);\n"
7318 "\n"
7319 msgstr ""
7320
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7323 msgid "Change the file owner to C<owner> and group to C<group>."
7324 msgstr ""
7325
7326 #. type: textblock
7327 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3487 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2433
7328 msgid ""
7329 "Only numeric uid and gid are supported.  If you want to use names, you will "
7330 "need to locate and parse the password file yourself (Augeas support makes "
7331 "this relatively easy)."
7332 msgstr ""
7333
7334 #. type: =head2
7335 #: ../src/guestfs-actions.pod:1018
7336 msgid "guestfs_command"
7337 msgstr ""
7338
7339 #. type: verbatim
7340 #: ../src/guestfs-actions.pod:1020
7341 #, no-wrap
7342 msgid ""
7343 " char *\n"
7344 " guestfs_command (guestfs_h *g,\n"
7345 "                  char *const *arguments);\n"
7346 "\n"
7347 msgstr ""
7348
7349 #. type: textblock
7350 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7351 msgid ""
7352 "This call runs a command from the guest filesystem.  The filesystem must be "
7353 "mounted, and must contain a compatible operating system (ie. something "
7354 "Linux, with the same or compatible processor architecture)."
7355 msgstr ""
7356
7357 #. type: textblock
7358 #: ../src/guestfs-actions.pod:1029
7359 msgid ""
7360 "The single parameter is an argv-style list of arguments.  The first element "
7361 "is the name of the program to run.  Subsequent elements are parameters.  The "
7362 "list must be non-empty (ie. must contain a program name).  Note that the "
7363 "command runs directly, and is I<not> invoked via the shell (see "
7364 "C<guestfs_sh>)."
7365 msgstr ""
7366
7367 #. type: textblock
7368 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7369 msgid "The return value is anything printed to I<stdout> by the command."
7370 msgstr ""
7371
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7374 msgid ""
7375 "If the command returns a non-zero exit status, then this function returns an "
7376 "error message.  The error message string is the content of I<stderr> from "
7377 "the command."
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7382 msgid ""
7383 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7384 "C</bin>.  If you require a program from another location, you should provide "
7385 "the full path in the first parameter."
7386 msgstr ""
7387
7388 #. type: textblock
7389 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7390 msgid ""
7391 "Shared libraries and data files required by the program must be available on "
7392 "filesystems which are mounted in the correct places.  It is the caller's "
7393 "responsibility to ensure all filesystems that are needed are mounted at the "
7394 "right locations."
7395 msgstr ""
7396
7397 #. type: textblock
7398 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1548
7399 msgid "(Added in 0.9.1)"
7400 msgstr ""
7401
7402 #. type: =head2
7403 #: ../src/guestfs-actions.pod:1062
7404 msgid "guestfs_command_lines"
7405 msgstr ""
7406
7407 #. type: verbatim
7408 #: ../src/guestfs-actions.pod:1064
7409 #, no-wrap
7410 msgid ""
7411 " char **\n"
7412 " guestfs_command_lines (guestfs_h *g,\n"
7413 "                        char *const *arguments);\n"
7414 "\n"
7415 msgstr ""
7416
7417 #. type: textblock
7418 #: ../src/guestfs-actions.pod:1068
7419 msgid ""
7420 "This is the same as C<guestfs_command>, but splits the result into a list of "
7421 "lines."
7422 msgstr ""
7423
7424 #. type: textblock
7425 #: ../src/guestfs-actions.pod:1071
7426 msgid "See also: C<guestfs_sh_lines>"
7427 msgstr ""
7428
7429 #. type: =head2
7430 #: ../src/guestfs-actions.pod:1082
7431 msgid "guestfs_config"
7432 msgstr ""
7433
7434 #. type: verbatim
7435 #: ../src/guestfs-actions.pod:1084
7436 #, no-wrap
7437 msgid ""
7438 " int\n"
7439 " guestfs_config (guestfs_h *g,\n"
7440 "                 const char *qemuparam,\n"
7441 "                 const char *qemuvalue);\n"
7442 "\n"
7443 msgstr ""
7444
7445 #. type: textblock
7446 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7447 msgid ""
7448 "This can be used to add arbitrary qemu command line parameters of the form "
7449 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7450 "setting some parameters which would interfere with parameters that we use."
7451 msgstr ""
7452
7453 #. type: textblock
7454 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7455 msgid "The first character of C<param> string must be a C<-> (dash)."
7456 msgstr ""
7457
7458 #. type: textblock
7459 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7460 msgid "C<value> can be NULL."
7461 msgstr ""
7462
7463 #. type: =head2
7464 #: ../src/guestfs-actions.pod:1102
7465 msgid "guestfs_copy_size"
7466 msgstr ""
7467
7468 #. type: verbatim
7469 #: ../src/guestfs-actions.pod:1104
7470 #, no-wrap
7471 msgid ""
7472 " int\n"
7473 " guestfs_copy_size (guestfs_h *g,\n"
7474 "                    const char *src,\n"
7475 "                    const char *dest,\n"
7476 "                    int64_t size);\n"
7477 "\n"
7478 msgstr ""
7479
7480 #. type: textblock
7481 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7482 msgid ""
7483 "This command copies exactly C<size> bytes from one source device or file "
7484 "C<src> to another destination device or file C<dest>."
7485 msgstr ""
7486
7487 #. type: textblock
7488 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7489 msgid ""
7490 "Note this will fail if the source is too short or if the destination is not "
7491 "large enough."
7492 msgstr ""
7493
7494 #. type: textblock
7495 #: ../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
7496 msgid ""
7497 "This long-running command can generate progress notification messages so "
7498 "that the caller can display a progress bar or indicator.  To receive these "
7499 "messages, the caller must register a progress event callback.  See "
7500 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7501 msgstr ""
7502
7503 #. type: textblock
7504 #: ../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
7505 msgid "(Added in 1.0.87)"
7506 msgstr ""
7507
7508 #. type: =head2
7509 #: ../src/guestfs-actions.pod:1125
7510 msgid "guestfs_cp"
7511 msgstr ""
7512
7513 #. type: verbatim
7514 #: ../src/guestfs-actions.pod:1127
7515 #, no-wrap
7516 msgid ""
7517 " int\n"
7518 " guestfs_cp (guestfs_h *g,\n"
7519 "             const char *src,\n"
7520 "             const char *dest);\n"
7521 "\n"
7522 msgstr ""
7523
7524 #. type: textblock
7525 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7526 msgid ""
7527 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7528 "destination filename or destination directory."
7529 msgstr ""
7530
7531 #. type: textblock
7532 #: ../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
7533 msgid "(Added in 1.0.18)"
7534 msgstr ""
7535
7536 #. type: =head2
7537 #: ../src/guestfs-actions.pod:1139
7538 msgid "guestfs_cp_a"
7539 msgstr ""
7540
7541 #. type: verbatim
7542 #: ../src/guestfs-actions.pod:1141
7543 #, no-wrap
7544 msgid ""
7545 " int\n"
7546 " guestfs_cp_a (guestfs_h *g,\n"
7547 "               const char *src,\n"
7548 "               const char *dest);\n"
7549 "\n"
7550 msgstr ""
7551
7552 #. type: textblock
7553 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7554 msgid ""
7555 "This copies a file or directory from C<src> to C<dest> recursively using the "
7556 "C<cp -a> command."
7557 msgstr ""
7558
7559 #. type: =head2
7560 #: ../src/guestfs-actions.pod:1153
7561 msgid "guestfs_dd"
7562 msgstr ""
7563
7564 #. type: verbatim
7565 #: ../src/guestfs-actions.pod:1155
7566 #, no-wrap
7567 msgid ""
7568 " int\n"
7569 " guestfs_dd (guestfs_h *g,\n"
7570 "             const char *src,\n"
7571 "             const char *dest);\n"
7572 "\n"
7573 msgstr ""
7574
7575 #. type: textblock
7576 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7577 msgid ""
7578 "This command copies from one source device or file C<src> to another "
7579 "destination device or file C<dest>.  Normally you would use this to copy to "
7580 "or from a device or partition, for example to duplicate a filesystem."
7581 msgstr ""
7582
7583 #. type: textblock
7584 #: ../src/guestfs-actions.pod:1165
7585 msgid ""
7586 "If the destination is a device, it must be as large or larger than the "
7587 "source file or device, otherwise the copy will fail.  This command cannot do "
7588 "partial copies (see C<guestfs_copy_size>)."
7589 msgstr ""
7590
7591 #. type: =head2
7592 #: ../src/guestfs-actions.pod:1173
7593 msgid "guestfs_df"
7594 msgstr ""
7595
7596 #. type: verbatim
7597 #: ../src/guestfs-actions.pod:1175
7598 #, no-wrap
7599 msgid ""
7600 " char *\n"
7601 " guestfs_df (guestfs_h *g);\n"
7602 "\n"
7603 msgstr ""
7604
7605 #. type: textblock
7606 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7607 msgid "This command runs the C<df> command to report disk space used."
7608 msgstr ""
7609
7610 #. type: textblock
7611 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7612 msgid ""
7613 "This command is mostly useful for interactive sessions.  It is I<not> "
7614 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7615 "from programs."
7616 msgstr ""
7617
7618 #. type: textblock
7619 #: ../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
7620 msgid "(Added in 1.0.54)"
7621 msgstr ""
7622
7623 #. type: =head2
7624 #: ../src/guestfs-actions.pod:1189
7625 msgid "guestfs_df_h"
7626 msgstr ""
7627
7628 #. type: verbatim
7629 #: ../src/guestfs-actions.pod:1191
7630 #, no-wrap
7631 msgid ""
7632 " char *\n"
7633 " guestfs_df_h (guestfs_h *g);\n"
7634 "\n"
7635 msgstr ""
7636
7637 #. type: textblock
7638 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7639 msgid ""
7640 "This command runs the C<df -h> command to report disk space used in "
7641 "human-readable format."
7642 msgstr ""
7643
7644 #. type: =head2
7645 #: ../src/guestfs-actions.pod:1206
7646 msgid "guestfs_dmesg"
7647 msgstr ""
7648
7649 #. type: verbatim
7650 #: ../src/guestfs-actions.pod:1208
7651 #, no-wrap
7652 msgid ""
7653 " char *\n"
7654 " guestfs_dmesg (guestfs_h *g);\n"
7655 "\n"
7656 msgstr ""
7657
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7660 msgid ""
7661 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7662 "This is sometimes useful for extended debugging of problems."
7663 msgstr ""
7664
7665 #. type: textblock
7666 #: ../src/guestfs-actions.pod:1215
7667 msgid ""
7668 "Another way to get the same information is to enable verbose messages with "
7669 "C<guestfs_set_verbose> or by setting the environment variable "
7670 "C<LIBGUESTFS_DEBUG=1> before running the program."
7671 msgstr ""
7672
7673 #. type: =head2
7674 #: ../src/guestfs-actions.pod:1225
7675 msgid "guestfs_download"
7676 msgstr ""
7677
7678 #. type: verbatim
7679 #: ../src/guestfs-actions.pod:1227
7680 #, no-wrap
7681 msgid ""
7682 " int\n"
7683 " guestfs_download (guestfs_h *g,\n"
7684 "                   const char *remotefilename,\n"
7685 "                   const char *filename);\n"
7686 "\n"
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7691 msgid ""
7692 "Download file C<remotefilename> and save it as C<filename> on the local "
7693 "machine."
7694 msgstr ""
7695
7696 #. type: textblock
7697 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4582
7698 msgid "C<filename> can also be a named pipe."
7699 msgstr ""
7700
7701 #. type: textblock
7702 #: ../src/guestfs-actions.pod:1237
7703 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7704 msgstr ""
7705
7706 #. type: =head2
7707 #: ../src/guestfs-actions.pod:1248
7708 msgid "guestfs_download_offset"
7709 msgstr ""
7710
7711 #. type: verbatim
7712 #: ../src/guestfs-actions.pod:1250
7713 #, no-wrap
7714 msgid ""
7715 " int\n"
7716 " guestfs_download_offset (guestfs_h *g,\n"
7717 "                          const char *remotefilename,\n"
7718 "                          const char *filename,\n"
7719 "                          int64_t offset,\n"
7720 "                          int64_t size);\n"
7721 "\n"
7722 msgstr ""
7723
7724 #. type: textblock
7725 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7726 msgid ""
7727 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7728 "region must be within the file or device)."
7729 msgstr ""
7730
7731 #. type: textblock
7732 #: ../src/guestfs-actions.pod:1263
7733 msgid ""
7734 "Note that there is no limit on the amount of data that can be downloaded "
7735 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7736 "full amount unless an error occurs."
7737 msgstr ""
7738
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:1268
7741 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7742 msgstr ""
7743
7744 #. type: textblock
7745 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6852
7746 msgid "(Added in 1.5.17)"
7747 msgstr ""
7748
7749 #. type: =head2
7750 #: ../src/guestfs-actions.pod:1279
7751 msgid "guestfs_drop_caches"
7752 msgstr ""
7753
7754 #. type: verbatim
7755 #: ../src/guestfs-actions.pod:1281
7756 #, no-wrap
7757 msgid ""
7758 " int\n"
7759 " guestfs_drop_caches (guestfs_h *g,\n"
7760 "                      int whattodrop);\n"
7761 "\n"
7762 msgstr ""
7763
7764 #. type: textblock
7765 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7766 msgid ""
7767 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7768 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7769 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7770 msgstr ""
7771
7772 #. type: textblock
7773 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7774 msgid "Setting C<whattodrop> to 3 should drop everything."
7775 msgstr ""
7776
7777 #. type: textblock
7778 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7779 msgid ""
7780 "This automatically calls L<sync(2)> before the operation, so that the "
7781 "maximum guest memory is freed."
7782 msgstr ""
7783
7784 #. type: =head2
7785 #: ../src/guestfs-actions.pod:1299
7786 msgid "guestfs_du"
7787 msgstr ""
7788
7789 #. type: verbatim
7790 #: ../src/guestfs-actions.pod:1301
7791 #, no-wrap
7792 msgid ""
7793 " int64_t\n"
7794 " guestfs_du (guestfs_h *g,\n"
7795 "             const char *path);\n"
7796 "\n"
7797 msgstr ""
7798
7799 #. type: textblock
7800 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7801 msgid ""
7802 "This command runs the C<du -s> command to estimate file space usage for "
7803 "C<path>."
7804 msgstr ""
7805
7806 #. type: textblock
7807 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7808 msgid ""
7809 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7810 "estimate includes the contents of the directory and all subdirectories "
7811 "(recursively)."
7812 msgstr ""
7813
7814 #. type: textblock
7815 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
7816 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7817 msgstr ""
7818
7819 #. type: =head2
7820 #: ../src/guestfs-actions.pod:1324
7821 msgid "guestfs_e2fsck_f"
7822 msgstr ""
7823
7824 #. type: verbatim
7825 #: ../src/guestfs-actions.pod:1326
7826 #, no-wrap
7827 msgid ""
7828 " int\n"
7829 " guestfs_e2fsck_f (guestfs_h *g,\n"
7830 "                   const char *device);\n"
7831 "\n"
7832 msgstr ""
7833
7834 #. type: textblock
7835 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
7836 msgid ""
7837 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7838 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7839 "clean (C<-f>)."
7840 msgstr ""
7841
7842 #. type: textblock
7843 #: ../src/guestfs-actions.pod:1334
7844 msgid ""
7845 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7846 "Normally you should use C<guestfs_fsck>."
7847 msgstr ""
7848
7849 #. type: textblock
7850 #: ../src/guestfs-actions.pod:1339
7851 msgid "(Added in 1.0.29)"
7852 msgstr ""
7853
7854 #. type: =head2
7855 #: ../src/guestfs-actions.pod:1341
7856 msgid "guestfs_echo_daemon"
7857 msgstr ""
7858
7859 #. type: verbatim
7860 #: ../src/guestfs-actions.pod:1343
7861 #, no-wrap
7862 msgid ""
7863 " char *\n"
7864 " guestfs_echo_daemon (guestfs_h *g,\n"
7865 "                      char *const *words);\n"
7866 "\n"
7867 msgstr ""
7868
7869 #. type: textblock
7870 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
7871 msgid ""
7872 "This command concatenates the list of C<words> passed with single spaces "
7873 "between them and returns the resulting string."
7874 msgstr ""
7875
7876 #. type: textblock
7877 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
7878 msgid "You can use this command to test the connection through to the daemon."
7879 msgstr ""
7880
7881 #. type: textblock
7882 #: ../src/guestfs-actions.pod:1352
7883 msgid "See also C<guestfs_ping_daemon>."
7884 msgstr ""
7885
7886 #. type: textblock
7887 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:6051
7888 msgid "(Added in 1.0.69)"
7889 msgstr ""
7890
7891 #. type: =head2
7892 #: ../src/guestfs-actions.pod:1359
7893 msgid "guestfs_egrep"
7894 msgstr ""
7895
7896 #. type: verbatim
7897 #: ../src/guestfs-actions.pod:1361
7898 #, no-wrap
7899 msgid ""
7900 " char **\n"
7901 " guestfs_egrep (guestfs_h *g,\n"
7902 "                const char *regex,\n"
7903 "                const char *path);\n"
7904 "\n"
7905 msgstr ""
7906
7907 #. type: textblock
7908 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
7909 msgid "This calls the external C<egrep> program and returns the matching lines."
7910 msgstr ""
7911
7912 #. type: textblock
7913 #: ../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
7914 msgid "(Added in 1.0.66)"
7915 msgstr ""
7916
7917 #. type: =head2
7918 #: ../src/guestfs-actions.pod:1378
7919 msgid "guestfs_egrepi"
7920 msgstr ""
7921
7922 #. type: verbatim
7923 #: ../src/guestfs-actions.pod:1380
7924 #, no-wrap
7925 msgid ""
7926 " char **\n"
7927 " guestfs_egrepi (guestfs_h *g,\n"
7928 "                 const char *regex,\n"
7929 "                 const char *path);\n"
7930 "\n"
7931 msgstr ""
7932
7933 #. type: textblock
7934 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
7935 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7936 msgstr ""
7937
7938 #. type: =head2
7939 #: ../src/guestfs-actions.pod:1397
7940 msgid "guestfs_equal"
7941 msgstr ""
7942
7943 #. type: verbatim
7944 #: ../src/guestfs-actions.pod:1399
7945 #, no-wrap
7946 msgid ""
7947 " int\n"
7948 " guestfs_equal (guestfs_h *g,\n"
7949 "                const char *file1,\n"
7950 "                const char *file2);\n"
7951 "\n"
7952 msgstr ""
7953
7954 #. type: textblock
7955 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
7956 msgid ""
7957 "This compares the two files C<file1> and C<file2> and returns true if their "
7958 "content is exactly equal, or false otherwise."
7959 msgstr ""
7960
7961 #. type: textblock
7962 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
7963 msgid "The external L<cmp(1)> program is used for the comparison."
7964 msgstr ""
7965
7966 #. type: =head2
7967 #: ../src/guestfs-actions.pod:1413
7968 msgid "guestfs_exists"
7969 msgstr ""
7970
7971 #. type: verbatim
7972 #: ../src/guestfs-actions.pod:1415
7973 #, no-wrap
7974 msgid ""
7975 " int\n"
7976 " guestfs_exists (guestfs_h *g,\n"
7977 "                 const char *path);\n"
7978 "\n"
7979 msgstr ""
7980
7981 #. type: textblock
7982 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
7983 msgid ""
7984 "This returns C<true> if and only if there is a file, directory (or anything) "
7985 "with the given C<path> name."
7986 msgstr ""
7987
7988 #. type: textblock
7989 #: ../src/guestfs-actions.pod:1422
7990 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7991 msgstr ""
7992
7993 #. type: =head2
7994 #: ../src/guestfs-actions.pod:1428
7995 msgid "guestfs_fallocate"
7996 msgstr ""
7997
7998 #. type: verbatim
7999 #: ../src/guestfs-actions.pod:1430
8000 #, no-wrap
8001 msgid ""
8002 " int\n"
8003 " guestfs_fallocate (guestfs_h *g,\n"
8004 "                    const char *path,\n"
8005 "                    int len);\n"
8006 "\n"
8007 msgstr ""
8008
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8011 msgid ""
8012 "This command preallocates a file (containing zero bytes) named C<path> of "
8013 "size C<len> bytes.  If the file exists already, it is overwritten."
8014 msgstr ""
8015
8016 #. type: textblock
8017 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8018 msgid ""
8019 "Do not confuse this with the guestfish-specific C<alloc> command which "
8020 "allocates a file in the host and attaches it as a device."
8021 msgstr ""
8022
8023 #. type: textblock
8024 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8025 msgid ""
8026 "This function is deprecated.  In new code, use the C<fallocate64> call "
8027 "instead."
8028 msgstr ""
8029
8030 #. type: =head2
8031 #: ../src/guestfs-actions.pod:1454
8032 msgid "guestfs_fallocate64"
8033 msgstr ""
8034
8035 #. type: verbatim
8036 #: ../src/guestfs-actions.pod:1456
8037 #, no-wrap
8038 msgid ""
8039 " int\n"
8040 " guestfs_fallocate64 (guestfs_h *g,\n"
8041 "                      const char *path,\n"
8042 "                      int64_t len);\n"
8043 "\n"
8044 msgstr ""
8045
8046 #. type: textblock
8047 #: ../src/guestfs-actions.pod:1465
8048 msgid ""
8049 "Note that this call allocates disk blocks for the file.  To create a sparse "
8050 "file use C<guestfs_truncate_size> instead."
8051 msgstr ""
8052
8053 #. type: textblock
8054 #: ../src/guestfs-actions.pod:1468
8055 msgid ""
8056 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8057 "oversight it only allowed 30 bit lengths to be specified, effectively "
8058 "limiting the maximum size of files created through that call to 1GB."
8059 msgstr ""
8060
8061 #. type: textblock
8062 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8063 msgid ""
8064 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8065 "commands which create a file in the host and attach it as a device."
8066 msgstr ""
8067
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1479
8070 msgid "(Added in 1.3.17)"
8071 msgstr ""
8072
8073 #. type: =head2
8074 #: ../src/guestfs-actions.pod:1481
8075 msgid "guestfs_fgrep"
8076 msgstr ""
8077
8078 #. type: verbatim
8079 #: ../src/guestfs-actions.pod:1483
8080 #, no-wrap
8081 msgid ""
8082 " char **\n"
8083 " guestfs_fgrep (guestfs_h *g,\n"
8084 "                const char *pattern,\n"
8085 "                const char *path);\n"
8086 "\n"
8087 msgstr ""
8088
8089 #. type: textblock
8090 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8091 msgid "This calls the external C<fgrep> program and returns the matching lines."
8092 msgstr ""
8093
8094 #. type: =head2
8095 #: ../src/guestfs-actions.pod:1500
8096 msgid "guestfs_fgrepi"
8097 msgstr ""
8098
8099 #. type: verbatim
8100 #: ../src/guestfs-actions.pod:1502
8101 #, no-wrap
8102 msgid ""
8103 " char **\n"
8104 " guestfs_fgrepi (guestfs_h *g,\n"
8105 "                 const char *pattern,\n"
8106 "                 const char *path);\n"
8107 "\n"
8108 msgstr ""
8109
8110 #. type: textblock
8111 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8112 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8113 msgstr ""
8114
8115 #. type: =head2
8116 #: ../src/guestfs-actions.pod:1519
8117 msgid "guestfs_file"
8118 msgstr ""
8119
8120 #. type: verbatim
8121 #: ../src/guestfs-actions.pod:1521
8122 #, no-wrap
8123 msgid ""
8124 " char *\n"
8125 " guestfs_file (guestfs_h *g,\n"
8126 "               const char *path);\n"
8127 "\n"
8128 msgstr ""
8129
8130 #. type: textblock
8131 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8132 msgid ""
8133 "This call uses the standard L<file(1)> command to determine the type or "
8134 "contents of the file."
8135 msgstr ""
8136
8137 #. type: textblock
8138 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8139 msgid ""
8140 "This call will also transparently look inside various types of compressed "
8141 "file."
8142 msgstr ""
8143
8144 #. type: textblock
8145 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8146 msgid ""
8147 "The exact command which runs is C<file -zb path>.  Note in particular that "
8148 "the filename is not prepended to the output (the C<-b> option)."
8149 msgstr ""
8150
8151 #. type: textblock
8152 #: ../src/guestfs-actions.pod:1535
8153 msgid ""
8154 "This command can also be used on C</dev/> devices (and partitions, LV "
8155 "names).  You can for example use this to determine if a device contains a "
8156 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8157 msgstr ""
8158
8159 #. type: textblock
8160 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8161 msgid ""
8162 "If the C<path> does not begin with C</dev/> then this command only works for "
8163 "the content of regular files.  For other file types (directory, symbolic "
8164 "link etc) it will just return the string C<directory> etc."
8165 msgstr ""
8166
8167 #. type: =head2
8168 #: ../src/guestfs-actions.pod:1550
8169 msgid "guestfs_file_architecture"
8170 msgstr ""
8171
8172 #. type: verbatim
8173 #: ../src/guestfs-actions.pod:1552
8174 #, no-wrap
8175 msgid ""
8176 " char *\n"
8177 " guestfs_file_architecture (guestfs_h *g,\n"
8178 "                            const char *filename);\n"
8179 "\n"
8180 msgstr ""
8181
8182 #. type: textblock
8183 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8184 msgid ""
8185 "This detects the architecture of the binary C<filename>, and returns it if "
8186 "known."
8187 msgstr ""
8188
8189 #. type: textblock
8190 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
8191 msgid "Currently defined architectures are:"
8192 msgstr ""
8193
8194 #. type: =item
8195 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
8196 msgid "\"i386\""
8197 msgstr ""
8198
8199 #. type: textblock
8200 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8201 msgid ""
8202 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8203 "irrespective of the precise processor requirements of the binary."
8204 msgstr ""
8205
8206 #. type: =item
8207 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
8208 msgid "\"x86_64\""
8209 msgstr ""
8210
8211 #. type: textblock
8212 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8213 msgid "64 bit x86-64."
8214 msgstr ""
8215
8216 #. type: =item
8217 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8218 msgid "\"sparc\""
8219 msgstr ""
8220
8221 #. type: textblock
8222 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8223 msgid "32 bit SPARC."
8224 msgstr ""
8225
8226 #. type: =item
8227 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8228 msgid "\"sparc64\""
8229 msgstr ""
8230
8231 #. type: textblock
8232 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8233 msgid "64 bit SPARC V9 and above."
8234 msgstr ""
8235
8236 #. type: =item
8237 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8238 msgid "\"ia64\""
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8243 msgid "Intel Itanium."
8244 msgstr ""
8245
8246 #. type: =item
8247 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8248 msgid "\"ppc\""
8249 msgstr ""
8250
8251 #. type: textblock
8252 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8253 msgid "32 bit Power PC."
8254 msgstr ""
8255
8256 #. type: =item
8257 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8258 msgid "\"ppc64\""
8259 msgstr ""
8260
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8263 msgid "64 bit Power PC."
8264 msgstr ""
8265
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
8268 msgid "Libguestfs may return other architecture strings in future."
8269 msgstr ""
8270
8271 #. type: textblock
8272 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8273 msgid "The function works on at least the following types of files:"
8274 msgstr ""
8275
8276 #. type: textblock
8277 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
8278 msgid "many types of Un*x and Linux binary"
8279 msgstr ""
8280
8281 #. type: textblock
8282 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
8283 msgid "many types of Un*x and Linux shared library"
8284 msgstr ""
8285
8286 #. type: textblock
8287 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
8288 msgid "Windows Win32 and Win64 binaries"
8289 msgstr ""
8290
8291 #. type: textblock
8292 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
8293 msgid "Windows Win32 and Win64 DLLs"
8294 msgstr ""
8295
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8298 msgid "Win32 binaries and DLLs return C<i386>."
8299 msgstr ""
8300
8301 #. type: textblock
8302 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8303 msgid "Win64 binaries and DLLs return C<x86_64>."
8304 msgstr ""
8305
8306 #. type: textblock
8307 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
8308 msgid "Linux kernel modules"
8309 msgstr ""
8310
8311 #. type: textblock
8312 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
8313 msgid "Linux new-style initrd images"
8314 msgstr ""
8315
8316 #. type: textblock
8317 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
8318 msgid "some non-x86 Linux vmlinuz kernels"
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
8323 msgid "What it can't do currently:"
8324 msgstr ""
8325
8326 #. type: textblock
8327 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
8328 msgid "static libraries (libfoo.a)"
8329 msgstr ""
8330
8331 #. type: textblock
8332 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
8333 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8334 msgstr ""
8335
8336 #. type: textblock
8337 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
8338 msgid "x86 Linux vmlinuz kernels"
8339 msgstr ""
8340
8341 #. type: textblock
8342 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8343 msgid ""
8344 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8345 "compressed code, and are horribly hard to unpack.  If you want to find the "
8346 "architecture of a kernel, use the architecture of the associated initrd or "
8347 "kernel module(s) instead."
8348 msgstr ""
8349
8350 #. type: textblock
8351 #: ../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
8352 msgid "(Added in 1.5.3)"
8353 msgstr ""
8354
8355 #. type: =head2
8356 #: ../src/guestfs-actions.pod:1662
8357 msgid "guestfs_filesize"
8358 msgstr ""
8359
8360 #. type: verbatim
8361 #: ../src/guestfs-actions.pod:1664
8362 #, no-wrap
8363 msgid ""
8364 " int64_t\n"
8365 " guestfs_filesize (guestfs_h *g,\n"
8366 "                   const char *file);\n"
8367 "\n"
8368 msgstr ""
8369
8370 #. type: textblock
8371 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
8372 msgid "This command returns the size of C<file> in bytes."
8373 msgstr ""
8374
8375 #. type: textblock
8376 #: ../src/guestfs-actions.pod:1670
8377 msgid ""
8378 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8379 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8380 "devices, use C<guestfs_blockdev_getsize64>."
8381 msgstr ""
8382
8383 #. type: textblock
8384 #: ../src/guestfs-actions.pod:1676
8385 msgid "(Added in 1.0.82)"
8386 msgstr ""
8387
8388 #. type: =head2
8389 #: ../src/guestfs-actions.pod:1678
8390 msgid "guestfs_fill"
8391 msgstr ""
8392
8393 #. type: verbatim
8394 #: ../src/guestfs-actions.pod:1680
8395 #, no-wrap
8396 msgid ""
8397 " int\n"
8398 " guestfs_fill (guestfs_h *g,\n"
8399 "               int c,\n"
8400 "               int len,\n"
8401 "               const char *path);\n"
8402 "\n"
8403 msgstr ""
8404
8405 #. type: textblock
8406 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
8407 msgid ""
8408 "This command creates a new file called C<path>.  The initial content of the "
8409 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8410 "C<[0..255]>."
8411 msgstr ""
8412
8413 #. type: textblock
8414 #: ../src/guestfs-actions.pod:1690
8415 msgid ""
8416 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8417 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8418 "bytes use C<guestfs_fill_pattern>."
8419 msgstr ""
8420
8421 #. type: textblock
8422 #: ../src/guestfs-actions.pod:1702
8423 msgid "(Added in 1.0.79)"
8424 msgstr ""
8425
8426 #. type: =head2
8427 #: ../src/guestfs-actions.pod:1704
8428 msgid "guestfs_fill_pattern"
8429 msgstr ""
8430
8431 #. type: verbatim
8432 #: ../src/guestfs-actions.pod:1706
8433 #, no-wrap
8434 msgid ""
8435 " int\n"
8436 " guestfs_fill_pattern (guestfs_h *g,\n"
8437 "                       const char *pattern,\n"
8438 "                       int len,\n"
8439 "                       const char *path);\n"
8440 "\n"
8441 msgstr ""
8442
8443 #. type: textblock
8444 #: ../src/guestfs-actions.pod:1712
8445 msgid ""
8446 "This function is like C<guestfs_fill> except that it creates a new file of "
8447 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8448 "pattern is truncated if necessary to ensure the length of the file is "
8449 "exactly C<len> bytes."
8450 msgstr ""
8451
8452 #. type: textblock
8453 #: ../src/guestfs-actions.pod:1724
8454 msgid "(Added in 1.3.12)"
8455 msgstr ""
8456
8457 #. type: =head2
8458 #: ../src/guestfs-actions.pod:1726
8459 msgid "guestfs_find"
8460 msgstr ""
8461
8462 #. type: verbatim
8463 #: ../src/guestfs-actions.pod:1728
8464 #, no-wrap
8465 msgid ""
8466 " char **\n"
8467 " guestfs_find (guestfs_h *g,\n"
8468 "               const char *directory);\n"
8469 "\n"
8470 msgstr ""
8471
8472 #. type: textblock
8473 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
8474 msgid ""
8475 "This command lists out all files and directories, recursively, starting at "
8476 "C<directory>.  It is essentially equivalent to running the shell command "
8477 "C<find directory -print> but some post-processing happens on the output, "
8478 "described below."
8479 msgstr ""
8480
8481 #. type: textblock
8482 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8483 msgid ""
8484 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8485 "structure was:"
8486 msgstr ""
8487
8488 #. type: verbatim
8489 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
8490 #, no-wrap
8491 msgid ""
8492 " /tmp/a\n"
8493 " /tmp/b\n"
8494 " /tmp/c/d\n"
8495 "\n"
8496 msgstr ""
8497
8498 #. type: textblock
8499 #: ../src/guestfs-actions.pod:1744
8500 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8501 msgstr ""
8502
8503 #. type: verbatim
8504 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
8505 #, no-wrap
8506 msgid ""
8507 " a\n"
8508 " b\n"
8509 " c\n"
8510 " c/d\n"
8511 "\n"
8512 msgstr ""
8513
8514 #. type: textblock
8515 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8516 msgid "If C<directory> is not a directory, then this command returns an error."
8517 msgstr ""
8518
8519 #. type: textblock
8520 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
8521 msgid "The returned list is sorted."
8522 msgstr ""
8523
8524 #. type: textblock
8525 #: ../src/guestfs-actions.pod:1757
8526 msgid "See also C<guestfs_find0>."
8527 msgstr ""
8528
8529 #. type: textblock
8530 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:5635
8531 msgid "(Added in 1.0.27)"
8532 msgstr ""
8533
8534 #. type: =head2
8535 #: ../src/guestfs-actions.pod:1768
8536 msgid "guestfs_find0"
8537 msgstr ""
8538
8539 #. type: verbatim
8540 #: ../src/guestfs-actions.pod:1770
8541 #, no-wrap
8542 msgid ""
8543 " int\n"
8544 " guestfs_find0 (guestfs_h *g,\n"
8545 "                const char *directory,\n"
8546 "                const char *files);\n"
8547 "\n"
8548 msgstr ""
8549
8550 #. type: textblock
8551 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
8552 msgid ""
8553 "This command lists out all files and directories, recursively, starting at "
8554 "C<directory>, placing the resulting list in the external file called "
8555 "C<files>."
8556 msgstr ""
8557
8558 #. type: textblock
8559 #: ../src/guestfs-actions.pod:1779
8560 msgid ""
8561 "This command works the same way as C<guestfs_find> with the following "
8562 "exceptions:"
8563 msgstr ""
8564
8565 #. type: textblock
8566 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
8567 msgid "The resulting list is written to an external file."
8568 msgstr ""
8569
8570 #. type: textblock
8571 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
8572 msgid ""
8573 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8574 "L<find(1)> option I<-print0>."
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
8579 msgid "This command is not limited in the number of names that it can return."
8580 msgstr ""
8581
8582 #. type: textblock
8583 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
8584 msgid "The result list is not sorted."
8585 msgstr ""
8586
8587 #. type: textblock
8588 #: ../src/guestfs-actions.pod:1806
8589 msgid "(Added in 1.0.74)"
8590 msgstr ""
8591
8592 #. type: =head2
8593 #: ../src/guestfs-actions.pod:1808
8594 msgid "guestfs_findfs_label"
8595 msgstr ""
8596
8597 #. type: verbatim
8598 #: ../src/guestfs-actions.pod:1810
8599 #, no-wrap
8600 msgid ""
8601 " char *\n"
8602 " guestfs_findfs_label (guestfs_h *g,\n"
8603 "                       const char *label);\n"
8604 "\n"
8605 msgstr ""
8606
8607 #. type: textblock
8608 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
8609 msgid ""
8610 "This command searches the filesystems and returns the one which has the "
8611 "given label.  An error is returned if no such filesystem can be found."
8612 msgstr ""
8613
8614 #. type: textblock
8615 #: ../src/guestfs-actions.pod:1818
8616 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8617 msgstr ""
8618
8619 #. type: =head2
8620 #: ../src/guestfs-actions.pod:1825
8621 msgid "guestfs_findfs_uuid"
8622 msgstr ""
8623
8624 #. type: verbatim
8625 #: ../src/guestfs-actions.pod:1827
8626 #, no-wrap
8627 msgid ""
8628 " char *\n"
8629 " guestfs_findfs_uuid (guestfs_h *g,\n"
8630 "                      const char *uuid);\n"
8631 "\n"
8632 msgstr ""
8633
8634 #. type: textblock
8635 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
8636 msgid ""
8637 "This command searches the filesystems and returns the one which has the "
8638 "given UUID.  An error is returned if no such filesystem can be found."
8639 msgstr ""
8640
8641 #. type: textblock
8642 #: ../src/guestfs-actions.pod:1835
8643 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8644 msgstr ""
8645
8646 #. type: =head2
8647 #: ../src/guestfs-actions.pod:1842
8648 msgid "guestfs_fsck"
8649 msgstr ""
8650
8651 #. type: verbatim
8652 #: ../src/guestfs-actions.pod:1844
8653 #, no-wrap
8654 msgid ""
8655 " int\n"
8656 " guestfs_fsck (guestfs_h *g,\n"
8657 "               const char *fstype,\n"
8658 "               const char *device);\n"
8659 "\n"
8660 msgstr ""
8661
8662 #. type: textblock
8663 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
8664 msgid ""
8665 "This runs the filesystem checker (fsck) on C<device> which should have "
8666 "filesystem type C<fstype>."
8667 msgstr ""
8668
8669 #. type: textblock
8670 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
8671 msgid ""
8672 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8673 "codes from C<fsck>."
8674 msgstr ""
8675
8676 #. type: textblock
8677 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
8678 msgid "Multiple status codes can be summed together."
8679 msgstr ""
8680
8681 #. type: textblock
8682 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
8683 msgid ""
8684 "A non-zero return code can mean \"success\", for example if errors have been "
8685 "corrected on the filesystem."
8686 msgstr ""
8687
8688 #. type: textblock
8689 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
8690 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8691 msgstr ""
8692
8693 #. type: textblock
8694 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
8695 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8696 msgstr ""
8697
8698 #. type: textblock
8699 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7331
8700 msgid "(Added in 1.0.16)"
8701 msgstr ""
8702
8703 #. type: =head2
8704 #: ../src/guestfs-actions.pod:1881
8705 msgid "guestfs_get_append"
8706 msgstr ""
8707
8708 #. type: verbatim
8709 #: ../src/guestfs-actions.pod:1883
8710 #, no-wrap
8711 msgid ""
8712 " const char *\n"
8713 " guestfs_get_append (guestfs_h *g);\n"
8714 "\n"
8715 msgstr ""
8716
8717 #. type: textblock
8718 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
8719 msgid ""
8720 "Return the additional kernel options which are added to the guest kernel "
8721 "command line."
8722 msgstr ""
8723
8724 #. type: textblock
8725 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
8726 msgid "If C<NULL> then no options are added."
8727 msgstr ""
8728
8729 #. type: textblock
8730 #: ../src/guestfs-actions.pod:1891
8731 msgid ""
8732 "This function returns a string which may be NULL.  There is no way to return "
8733 "an error from this function.  The string is owned by the guest handle and "
8734 "must I<not> be freed."
8735 msgstr ""
8736
8737 #. type: textblock
8738 #: ../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
8739 msgid "(Added in 1.0.26)"
8740 msgstr ""
8741
8742 #. type: =head2
8743 #: ../src/guestfs-actions.pod:1897
8744 msgid "guestfs_get_attach_method"
8745 msgstr ""
8746
8747 #. type: verbatim
8748 #: ../src/guestfs-actions.pod:1899
8749 #, no-wrap
8750 msgid ""
8751 " char *\n"
8752 " guestfs_get_attach_method (guestfs_h *g);\n"
8753 "\n"
8754 msgstr ""
8755
8756 #. type: textblock
8757 #: ../src/guestfs-actions.pod:1902
8758 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8759 msgstr ""
8760
8761 #. type: =head2
8762 #: ../src/guestfs-actions.pod:1907
8763 msgid "guestfs_get_autosync"
8764 msgstr ""
8765
8766 #. type: verbatim
8767 #: ../src/guestfs-actions.pod:1909
8768 #, no-wrap
8769 msgid ""
8770 " int\n"
8771 " guestfs_get_autosync (guestfs_h *g);\n"
8772 "\n"
8773 msgstr ""
8774
8775 #. type: textblock
8776 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
8777 msgid "Get the autosync flag."
8778 msgstr ""
8779
8780 #. type: =head2
8781 #: ../src/guestfs-actions.pod:1918
8782 msgid "guestfs_get_direct"
8783 msgstr ""
8784
8785 #. type: verbatim
8786 #: ../src/guestfs-actions.pod:1920
8787 #, no-wrap
8788 msgid ""
8789 " int\n"
8790 " guestfs_get_direct (guestfs_h *g);\n"
8791 "\n"
8792 msgstr ""
8793
8794 #. type: textblock
8795 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
8796 msgid "Return the direct appliance mode flag."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5862
8801 msgid "(Added in 1.0.72)"
8802 msgstr ""
8803
8804 #. type: =head2
8805 #: ../src/guestfs-actions.pod:1929
8806 msgid "guestfs_get_e2label"
8807 msgstr ""
8808
8809 #. type: verbatim
8810 #: ../src/guestfs-actions.pod:1931
8811 #, no-wrap
8812 msgid ""
8813 " char *\n"
8814 " guestfs_get_e2label (guestfs_h *g,\n"
8815 "                      const char *device);\n"
8816 "\n"
8817 msgstr ""
8818
8819 #. type: textblock
8820 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
8821 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8822 msgstr ""
8823
8824 #. type: textblock
8825 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
8826 msgid ""
8827 "This function is deprecated.  In new code, use the C<vfs_label> call "
8828 "instead."
8829 msgstr ""
8830
8831 #. type: textblock
8832 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969 ../src/guestfs-actions.pod:5880 ../src/guestfs-actions.pod:5899
8833 msgid "(Added in 1.0.15)"
8834 msgstr ""
8835
8836 #. type: =head2
8837 #: ../src/guestfs-actions.pod:1950
8838 msgid "guestfs_get_e2uuid"
8839 msgstr ""
8840
8841 #. type: verbatim
8842 #: ../src/guestfs-actions.pod:1952
8843 #, no-wrap
8844 msgid ""
8845 " char *\n"
8846 " guestfs_get_e2uuid (guestfs_h *g,\n"
8847 "                     const char *device);\n"
8848 "\n"
8849 msgstr ""
8850
8851 #. type: textblock
8852 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
8853 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8854 msgstr ""
8855
8856 #. type: textblock
8857 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
8858 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8859 msgstr ""
8860
8861 #. type: =head2
8862 #: ../src/guestfs-actions.pod:1971
8863 msgid "guestfs_get_memsize"
8864 msgstr ""
8865
8866 #. type: verbatim
8867 #: ../src/guestfs-actions.pod:1973
8868 #, no-wrap
8869 msgid ""
8870 " int\n"
8871 " guestfs_get_memsize (guestfs_h *g);\n"
8872 "\n"
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
8877 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8878 msgstr ""
8879
8880 #. type: textblock
8881 #: ../src/guestfs-actions.pod:1979
8882 msgid ""
8883 "If C<guestfs_set_memsize> was not called on this handle, and if "
8884 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8885 "value for memsize."
8886 msgstr ""
8887
8888 #. type: textblock
8889 #: ../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
8890 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8891 msgstr ""
8892
8893 #. type: textblock
8894 #: ../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
8895 msgid "(Added in 1.0.55)"
8896 msgstr ""
8897
8898 #. type: =head2
8899 #: ../src/guestfs-actions.pod:1990
8900 msgid "guestfs_get_network"
8901 msgstr ""
8902
8903 #. type: verbatim
8904 #: ../src/guestfs-actions.pod:1992
8905 #, no-wrap
8906 msgid ""
8907 " int\n"
8908 " guestfs_get_network (guestfs_h *g);\n"
8909 "\n"
8910 msgstr ""
8911
8912 #. type: textblock
8913 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
8914 msgid "This returns the enable network flag."
8915 msgstr ""
8916
8917 #. type: textblock
8918 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5939
8919 msgid "(Added in 1.5.4)"
8920 msgstr ""
8921
8922 #. type: =head2
8923 #: ../src/guestfs-actions.pod:2001
8924 msgid "guestfs_get_path"
8925 msgstr ""
8926
8927 #. type: verbatim
8928 #: ../src/guestfs-actions.pod:2003
8929 #, no-wrap
8930 msgid ""
8931 " const char *\n"
8932 " guestfs_get_path (guestfs_h *g);\n"
8933 "\n"
8934 msgstr ""
8935
8936 #. type: textblock
8937 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
8938 msgid "Return the current search path."
8939 msgstr ""
8940
8941 #. type: textblock
8942 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
8943 msgid ""
8944 "This is always non-NULL.  If it wasn't set already, then this will return "
8945 "the default path."
8946 msgstr ""
8947
8948 #. type: textblock
8949 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
8950 msgid ""
8951 "This function returns a string, or NULL on error.  The string is owned by "
8952 "the guest handle and must I<not> be freed."
8953 msgstr ""
8954
8955 #. type: =head2
8956 #: ../src/guestfs-actions.pod:2016
8957 msgid "guestfs_get_pid"
8958 msgstr ""
8959
8960 #. type: verbatim
8961 #: ../src/guestfs-actions.pod:2018
8962 #, no-wrap
8963 msgid ""
8964 " int\n"
8965 " guestfs_get_pid (guestfs_h *g);\n"
8966 "\n"
8967 msgstr ""
8968
8969 #. type: textblock
8970 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
8971 msgid ""
8972 "Return the process ID of the qemu subprocess.  If there is no qemu "
8973 "subprocess, then this will return an error."
8974 msgstr ""
8975
8976 #. type: textblock
8977 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
8978 msgid "This is an internal call used for debugging and testing."
8979 msgstr ""
8980
8981 #. type: textblock
8982 #: ../src/guestfs-actions.pod:2028
8983 msgid "(Added in 1.0.56)"
8984 msgstr ""
8985
8986 #. type: =head2
8987 #: ../src/guestfs-actions.pod:2030
8988 msgid "guestfs_get_qemu"
8989 msgstr ""
8990
8991 #. type: verbatim
8992 #: ../src/guestfs-actions.pod:2032
8993 #, no-wrap
8994 msgid ""
8995 " const char *\n"
8996 " guestfs_get_qemu (guestfs_h *g);\n"
8997 "\n"
8998 msgstr ""
8999
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
9002 msgid "Return the current qemu binary."
9003 msgstr ""
9004
9005 #. type: textblock
9006 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9007 msgid ""
9008 "This is always non-NULL.  If it wasn't set already, then this will return "
9009 "the default qemu binary name."
9010 msgstr ""
9011
9012 #. type: textblock
9013 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5984
9014 msgid "(Added in 1.0.6)"
9015 msgstr ""
9016
9017 #. type: =head2
9018 #: ../src/guestfs-actions.pod:2045
9019 msgid "guestfs_get_recovery_proc"
9020 msgstr ""
9021
9022 #. type: verbatim
9023 #: ../src/guestfs-actions.pod:2047
9024 #, no-wrap
9025 msgid ""
9026 " int\n"
9027 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9028 "\n"
9029 msgstr ""
9030
9031 #. type: textblock
9032 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9033 msgid "Return the recovery process enabled flag."
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../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
9038 msgid "(Added in 1.0.77)"
9039 msgstr ""
9040
9041 #. type: =head2
9042 #: ../src/guestfs-actions.pod:2056
9043 msgid "guestfs_get_selinux"
9044 msgstr ""
9045
9046 #. type: verbatim
9047 #: ../src/guestfs-actions.pod:2058
9048 #, no-wrap
9049 msgid ""
9050 " int\n"
9051 " guestfs_get_selinux (guestfs_h *g);\n"
9052 "\n"
9053 msgstr ""
9054
9055 #. type: textblock
9056 #: ../src/guestfs-actions.pod:2061
9057 msgid ""
9058 "This returns the current setting of the selinux flag which is passed to the "
9059 "appliance at boot time.  See C<guestfs_set_selinux>."
9060 msgstr ""
9061
9062 #. type: textblock
9063 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6085
9064 msgid "(Added in 1.0.67)"
9065 msgstr ""
9066
9067 #. type: =head2
9068 #: ../src/guestfs-actions.pod:2071
9069 msgid "guestfs_get_state"
9070 msgstr ""
9071
9072 #. type: verbatim
9073 #: ../src/guestfs-actions.pod:2073
9074 #, no-wrap
9075 msgid ""
9076 " int\n"
9077 " guestfs_get_state (guestfs_h *g);\n"
9078 "\n"
9079 msgstr ""
9080
9081 #. type: textblock
9082 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
9083 msgid ""
9084 "This returns the current state as an opaque integer.  This is only useful "
9085 "for printing debug and internal error messages."
9086 msgstr ""
9087
9088 #. type: textblock
9089 #: ../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
9090 msgid "For more information on states, see L<guestfs(3)>."
9091 msgstr ""
9092
9093 #. type: =head2
9094 #: ../src/guestfs-actions.pod:2085
9095 msgid "guestfs_get_trace"
9096 msgstr ""
9097
9098 #. type: verbatim
9099 #: ../src/guestfs-actions.pod:2087
9100 #, no-wrap
9101 msgid ""
9102 " int\n"
9103 " guestfs_get_trace (guestfs_h *g);\n"
9104 "\n"
9105 msgstr ""
9106
9107 #. type: textblock
9108 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
9109 msgid "Return the command trace flag."
9110 msgstr ""
9111
9112 #. type: =head2
9113 #: ../src/guestfs-actions.pod:2096
9114 msgid "guestfs_get_umask"
9115 msgstr ""
9116
9117 #. type: verbatim
9118 #: ../src/guestfs-actions.pod:2098
9119 #, no-wrap
9120 msgid ""
9121 " int\n"
9122 " guestfs_get_umask (guestfs_h *g);\n"
9123 "\n"
9124 msgstr ""
9125
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:2101
9128 msgid ""
9129 "Return the current umask.  By default the umask is C<022> unless it has been "
9130 "set by calling C<guestfs_umask>."
9131 msgstr ""
9132
9133 #. type: =head2
9134 #: ../src/guestfs-actions.pod:2108
9135 msgid "guestfs_get_verbose"
9136 msgstr ""
9137
9138 #. type: verbatim
9139 #: ../src/guestfs-actions.pod:2110
9140 #, no-wrap
9141 msgid ""
9142 " int\n"
9143 " guestfs_get_verbose (guestfs_h *g);\n"
9144 "\n"
9145 msgstr ""
9146
9147 #. type: textblock
9148 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
9149 msgid "This returns the verbose messages flag."
9150 msgstr ""
9151
9152 #. type: =head2
9153 #: ../src/guestfs-actions.pod:2119
9154 msgid "guestfs_getcon"
9155 msgstr ""
9156
9157 #. type: verbatim
9158 #: ../src/guestfs-actions.pod:2121
9159 #, no-wrap
9160 msgid ""
9161 " char *\n"
9162 " guestfs_getcon (guestfs_h *g);\n"
9163 "\n"
9164 msgstr ""
9165
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
9168 msgid "This gets the SELinux security context of the daemon."
9169 msgstr ""
9170
9171 #. type: textblock
9172 #: ../src/guestfs-actions.pod:2126
9173 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9174 msgstr ""
9175
9176 #. type: =head2
9177 #: ../src/guestfs-actions.pod:2134
9178 msgid "guestfs_getxattr"
9179 msgstr ""
9180
9181 #. type: verbatim
9182 #: ../src/guestfs-actions.pod:2136
9183 #, no-wrap
9184 msgid ""
9185 " char *\n"
9186 " guestfs_getxattr (guestfs_h *g,\n"
9187 "                   const char *path,\n"
9188 "                   const char *name,\n"
9189 "                   size_t *size_r);\n"
9190 "\n"
9191 msgstr ""
9192
9193 #. type: textblock
9194 #: ../src/guestfs-actions.pod:2142
9195 msgid ""
9196 "Get a single extended attribute from file C<path> named C<name>.  This call "
9197 "follows symlinks.  If you want to lookup an extended attribute for the "
9198 "symlink itself, use C<guestfs_lgetxattr>."
9199 msgstr ""
9200
9201 #. type: textblock
9202 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3507
9203 msgid ""
9204 "Normally it is better to get all extended attributes from a file in one go "
9205 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9206 "implementations are buggy and do not provide a way to list out attributes.  "
9207 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9208 "extended attributes you want in advance and call this function."
9209 msgstr ""
9210
9211 #. type: textblock
9212 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3514 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2452
9213 msgid ""
9214 "Extended attribute values are blobs of binary data.  If there is no extended "
9215 "attribute named C<name>, this returns an error."
9216 msgstr ""
9217
9218 #. type: textblock
9219 #: ../src/guestfs-actions.pod:2156
9220 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9221 msgstr ""
9222
9223 #. type: textblock
9224 #: ../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
9225 msgid ""
9226 "This function returns a buffer, or NULL on error.  The size of the returned "
9227 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9228 "after use>."
9229 msgstr ""
9230
9231 #. type: textblock
9232 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3523
9233 msgid "(Added in 1.7.24)"
9234 msgstr ""
9235
9236 #. type: =head2
9237 #: ../src/guestfs-actions.pod:2164
9238 msgid "guestfs_getxattrs"
9239 msgstr ""
9240
9241 #. type: verbatim
9242 #: ../src/guestfs-actions.pod:2166
9243 #, no-wrap
9244 msgid ""
9245 " struct guestfs_xattr_list *\n"
9246 " guestfs_getxattrs (guestfs_h *g,\n"
9247 "                    const char *path);\n"
9248 "\n"
9249 msgstr ""
9250
9251 #. type: textblock
9252 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9253 msgid "This call lists the extended attributes of the file or directory C<path>."
9254 msgstr ""
9255
9256 #. type: textblock
9257 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
9258 msgid ""
9259 "At the system call level, this is a combination of the L<listxattr(2)> and "
9260 "L<getxattr(2)> calls."
9261 msgstr ""
9262
9263 #. type: textblock
9264 #: ../src/guestfs-actions.pod:2176
9265 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9266 msgstr ""
9267
9268 #. type: textblock
9269 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3535 ../src/guestfs-actions.pod:4186
9270 msgid ""
9271 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9272 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9273 msgstr ""
9274
9275 #. type: textblock
9276 #: ../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
9277 msgid "(Added in 1.0.59)"
9278 msgstr ""
9279
9280 #. type: =head2
9281 #: ../src/guestfs-actions.pod:2184
9282 msgid "guestfs_glob_expand"
9283 msgstr ""
9284
9285 #. type: verbatim
9286 #: ../src/guestfs-actions.pod:2186
9287 #, no-wrap
9288 msgid ""
9289 " char **\n"
9290 " guestfs_glob_expand (guestfs_h *g,\n"
9291 "                      const char *pattern);\n"
9292 "\n"
9293 msgstr ""
9294
9295 #. type: textblock
9296 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
9297 msgid ""
9298 "This command searches for all the pathnames matching C<pattern> according to "
9299 "the wildcard expansion rules used by the shell."
9300 msgstr ""
9301
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9304 msgid "If no paths match, then this returns an empty list (note: not an error)."
9305 msgstr ""
9306
9307 #. type: textblock
9308 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
9309 msgid ""
9310 "It is just a wrapper around the C L<glob(3)> function with flags "
9311 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9312 msgstr ""
9313
9314 #. type: textblock
9315 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6269 ../src/guestfs-actions.pod:6286
9316 msgid "(Added in 1.0.50)"
9317 msgstr ""
9318
9319 #. type: =head2
9320 #: ../src/guestfs-actions.pod:2207
9321 msgid "guestfs_grep"
9322 msgstr ""
9323
9324 #. type: verbatim
9325 #: ../src/guestfs-actions.pod:2209
9326 #, no-wrap
9327 msgid ""
9328 " char **\n"
9329 " guestfs_grep (guestfs_h *g,\n"
9330 "               const char *regex,\n"
9331 "               const char *path);\n"
9332 "\n"
9333 msgstr ""
9334
9335 #. type: textblock
9336 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
9337 msgid "This calls the external C<grep> program and returns the matching lines."
9338 msgstr ""
9339
9340 #. type: =head2
9341 #: ../src/guestfs-actions.pod:2226
9342 msgid "guestfs_grepi"
9343 msgstr ""
9344
9345 #. type: verbatim
9346 #: ../src/guestfs-actions.pod:2228
9347 #, no-wrap
9348 msgid ""
9349 " char **\n"
9350 " guestfs_grepi (guestfs_h *g,\n"
9351 "                const char *regex,\n"
9352 "                const char *path);\n"
9353 "\n"
9354 msgstr ""
9355
9356 #. type: textblock
9357 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
9358 msgid "This calls the external C<grep -i> program and returns the matching lines."
9359 msgstr ""
9360
9361 #. type: =head2
9362 #: ../src/guestfs-actions.pod:2245
9363 msgid "guestfs_grub_install"
9364 msgstr ""
9365
9366 #. type: verbatim
9367 #: ../src/guestfs-actions.pod:2247
9368 #, no-wrap
9369 msgid ""
9370 " int\n"
9371 " guestfs_grub_install (guestfs_h *g,\n"
9372 "                       const char *root,\n"
9373 "                       const char *device);\n"
9374 "\n"
9375 msgstr ""
9376
9377 #. type: textblock
9378 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9379 msgid ""
9380 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9381 "the root directory being C<root>."
9382 msgstr ""
9383
9384 #. type: textblock
9385 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
9386 msgid ""
9387 "Note: If grub-install reports the error \"No suitable drive was found in the "
9388 "generated device map.\" it may be that you need to create a "
9389 "C</boot/grub/device.map> file first that contains the mapping between grub "
9390 "device names and Linux device names.  It is usually sufficient to create a "
9391 "file containing:"
9392 msgstr ""
9393
9394 #. type: verbatim
9395 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
9396 #, no-wrap
9397 msgid ""
9398 " (hd0) /dev/vda\n"
9399 "\n"
9400 msgstr ""
9401
9402 #. type: textblock
9403 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
9404 msgid "replacing C</dev/vda> with the name of the installation device."
9405 msgstr ""
9406
9407 #. type: textblock
9408 #: ../src/guestfs-actions.pod:2268
9409 msgid "(Added in 1.0.17)"
9410 msgstr ""
9411
9412 #. type: =head2
9413 #: ../src/guestfs-actions.pod:2270
9414 msgid "guestfs_head"
9415 msgstr ""
9416
9417 #. type: verbatim
9418 #: ../src/guestfs-actions.pod:2272
9419 #, no-wrap
9420 msgid ""
9421 " char **\n"
9422 " guestfs_head (guestfs_h *g,\n"
9423 "               const char *path);\n"
9424 "\n"
9425 msgstr ""
9426
9427 #. type: textblock
9428 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
9429 msgid ""
9430 "This command returns up to the first 10 lines of a file as a list of "
9431 "strings."
9432 msgstr ""
9433
9434 #. type: =head2
9435 #: ../src/guestfs-actions.pod:2288
9436 msgid "guestfs_head_n"
9437 msgstr ""
9438
9439 #. type: verbatim
9440 #: ../src/guestfs-actions.pod:2290
9441 #, no-wrap
9442 msgid ""
9443 " char **\n"
9444 " guestfs_head_n (guestfs_h *g,\n"
9445 "                 int nrlines,\n"
9446 "                 const char *path);\n"
9447 "\n"
9448 msgstr ""
9449
9450 #. type: textblock
9451 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9452 msgid ""
9453 "If the parameter C<nrlines> is a positive number, this returns the first "
9454 "C<nrlines> lines of the file C<path>."
9455 msgstr ""
9456
9457 #. type: textblock
9458 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
9459 msgid ""
9460 "If the parameter C<nrlines> is a negative number, this returns lines from "
9461 "the file C<path>, excluding the last C<nrlines> lines."
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6566 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4422
9466 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9467 msgstr ""
9468
9469 #. type: =head2
9470 #: ../src/guestfs-actions.pod:2312
9471 msgid "guestfs_hexdump"
9472 msgstr ""
9473
9474 #. type: verbatim
9475 #: ../src/guestfs-actions.pod:2314
9476 #, no-wrap
9477 msgid ""
9478 " char *\n"
9479 " guestfs_hexdump (guestfs_h *g,\n"
9480 "                  const char *path);\n"
9481 "\n"
9482 msgstr ""
9483
9484 #. type: textblock
9485 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
9486 msgid ""
9487 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9488 "human-readable, canonical hex dump of the file."
9489 msgstr ""
9490
9491 #. type: textblock
9492 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:6405
9493 msgid "(Added in 1.0.22)"
9494 msgstr ""
9495
9496 #. type: =head2
9497 #: ../src/guestfs-actions.pod:2329
9498 msgid "guestfs_initrd_cat"
9499 msgstr ""
9500
9501 #. type: verbatim
9502 #: ../src/guestfs-actions.pod:2331
9503 #, no-wrap
9504 msgid ""
9505 " char *\n"
9506 " guestfs_initrd_cat (guestfs_h *g,\n"
9507 "                     const char *initrdpath,\n"
9508 "                     const char *filename,\n"
9509 "                     size_t *size_r);\n"
9510 "\n"
9511 msgstr ""
9512
9513 #. type: textblock
9514 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
9515 msgid ""
9516 "This command unpacks the file C<filename> from the initrd file called "
9517 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9518 "character."
9519 msgstr ""
9520
9521 #. type: textblock
9522 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
9523 msgid ""
9524 "For example, in guestfish you could use the following command to examine the "
9525 "boot script (usually called C</init>)  contained in a Linux initrd or "
9526 "initramfs image:"
9527 msgstr ""
9528
9529 #. type: verbatim
9530 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
9531 #, no-wrap
9532 msgid ""
9533 " initrd-cat /boot/initrd-<version>.img init\n"
9534 "\n"
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:2347
9539 msgid "See also C<guestfs_initrd_list>."
9540 msgstr ""
9541
9542 #. type: =head2
9543 #: ../src/guestfs-actions.pod:2358
9544 msgid "guestfs_initrd_list"
9545 msgstr ""
9546
9547 #. type: verbatim
9548 #: ../src/guestfs-actions.pod:2360
9549 #, no-wrap
9550 msgid ""
9551 " char **\n"
9552 " guestfs_initrd_list (guestfs_h *g,\n"
9553 "                      const char *path);\n"
9554 "\n"
9555 msgstr ""
9556
9557 #. type: textblock
9558 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
9559 msgid "This command lists out files contained in an initrd."
9560 msgstr ""
9561
9562 #. type: textblock
9563 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
9564 msgid ""
9565 "The files are listed without any initial C</> character.  The files are "
9566 "listed in the order they appear (not necessarily alphabetical).  Directory "
9567 "names are listed as separate items."
9568 msgstr ""
9569
9570 #. type: textblock
9571 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
9572 msgid ""
9573 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9574 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9575 "files)."
9576 msgstr ""
9577
9578 #. type: =head2
9579 #: ../src/guestfs-actions.pod:2380
9580 msgid "guestfs_inotify_add_watch"
9581 msgstr ""
9582
9583 #. type: verbatim
9584 #: ../src/guestfs-actions.pod:2382
9585 #, no-wrap
9586 msgid ""
9587 " int64_t\n"
9588 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9589 "                            const char *path,\n"
9590 "                            int mask);\n"
9591 "\n"
9592 msgstr ""
9593
9594 #. type: textblock
9595 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
9596 msgid "Watch C<path> for the events listed in C<mask>."
9597 msgstr ""
9598
9599 #. type: textblock
9600 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
9601 msgid ""
9602 "Note that if C<path> is a directory then events within that directory are "
9603 "watched, but this does I<not> happen recursively (in subdirectories)."
9604 msgstr ""
9605
9606 #. type: textblock
9607 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
9608 msgid ""
9609 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9610 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9611 msgstr ""
9612
9613 #. type: =head2
9614 #: ../src/guestfs-actions.pod:2401
9615 msgid "guestfs_inotify_close"
9616 msgstr ""
9617
9618 #. type: verbatim
9619 #: ../src/guestfs-actions.pod:2403
9620 #, no-wrap
9621 msgid ""
9622 " int\n"
9623 " guestfs_inotify_close (guestfs_h *g);\n"
9624 "\n"
9625 msgstr ""
9626
9627 #. type: textblock
9628 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
9629 msgid ""
9630 "This closes the inotify handle which was previously opened by inotify_init.  "
9631 "It removes all watches, throws away any pending events, and deallocates all "
9632 "resources."
9633 msgstr ""
9634
9635 #. type: =head2
9636 #: ../src/guestfs-actions.pod:2414
9637 msgid "guestfs_inotify_files"
9638 msgstr ""
9639
9640 #. type: verbatim
9641 #: ../src/guestfs-actions.pod:2416
9642 #, no-wrap
9643 msgid ""
9644 " char **\n"
9645 " guestfs_inotify_files (guestfs_h *g);\n"
9646 "\n"
9647 msgstr ""
9648
9649 #. type: textblock
9650 #: ../src/guestfs-actions.pod:2419
9651 msgid ""
9652 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9653 "returns a list of pathnames of objects that were touched.  The returned "
9654 "pathnames are sorted and deduplicated."
9655 msgstr ""
9656
9657 #. type: =head2
9658 #: ../src/guestfs-actions.pod:2429
9659 msgid "guestfs_inotify_init"
9660 msgstr ""
9661
9662 #. type: verbatim
9663 #: ../src/guestfs-actions.pod:2431
9664 #, no-wrap
9665 msgid ""
9666 " int\n"
9667 " guestfs_inotify_init (guestfs_h *g,\n"
9668 "                       int maxevents);\n"
9669 "\n"
9670 msgstr ""
9671
9672 #. type: textblock
9673 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
9674 msgid ""
9675 "This command creates a new inotify handle.  The inotify subsystem can be "
9676 "used to notify events which happen to objects in the guest filesystem."
9677 msgstr ""
9678
9679 #. type: textblock
9680 #: ../src/guestfs-actions.pod:2439
9681 msgid ""
9682 "C<maxevents> is the maximum number of events which will be queued up between "
9683 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9684 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9685 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9686 "throws away events, but records the fact that it threw them away by setting "
9687 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9688 "C<guestfs_inotify_read>)."
9689 msgstr ""
9690
9691 #. type: textblock
9692 #: ../src/guestfs-actions.pod:2449
9693 msgid ""
9694 "Before any events are generated, you have to add some watches to the "
9695 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9696 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9697 msgstr ""
9698
9699 #. type: textblock
9700 #: ../src/guestfs-actions.pod:2455
9701 msgid ""
9702 "Queued up events should be read periodically by calling "
9703 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9704 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9705 "often enough then you risk the internal queue overflowing."
9706 msgstr ""
9707
9708 #. type: textblock
9709 #: ../src/guestfs-actions.pod:2462
9710 msgid ""
9711 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9712 "This also removes any watches automatically."
9713 msgstr ""
9714
9715 #. type: textblock
9716 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
9717 msgid ""
9718 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9719 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9720 "that there is one global inotify handle per libguestfs instance."
9721 msgstr ""
9722
9723 #. type: =head2
9724 #: ../src/guestfs-actions.pod:2475
9725 msgid "guestfs_inotify_read"
9726 msgstr ""
9727
9728 #. type: verbatim
9729 #: ../src/guestfs-actions.pod:2477
9730 #, no-wrap
9731 msgid ""
9732 " struct guestfs_inotify_event_list *\n"
9733 " guestfs_inotify_read (guestfs_h *g);\n"
9734 "\n"
9735 msgstr ""
9736
9737 #. type: textblock
9738 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
9739 msgid ""
9740 "Return the complete queue of events that have happened since the previous "
9741 "read call."
9742 msgstr ""
9743
9744 #. type: textblock
9745 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
9746 msgid "If no events have happened, this returns an empty list."
9747 msgstr ""
9748
9749 #. type: textblock
9750 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
9751 msgid ""
9752 "I<Note>: In order to make sure that all events have been read, you must call "
9753 "this function repeatedly until it returns an empty list.  The reason is that "
9754 "the call will read events up to the maximum appliance-to-host message size "
9755 "and leave remaining events in the queue."
9756 msgstr ""
9757
9758 #. type: textblock
9759 #: ../src/guestfs-actions.pod:2491
9760 msgid ""
9761 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9762 "there was an error.  I<The caller must call "
9763 "C<guestfs_free_inotify_event_list> after use>."
9764 msgstr ""
9765
9766 #. type: =head2
9767 #: ../src/guestfs-actions.pod:2497
9768 msgid "guestfs_inotify_rm_watch"
9769 msgstr ""
9770
9771 #. type: verbatim
9772 #: ../src/guestfs-actions.pod:2499
9773 #, no-wrap
9774 msgid ""
9775 " int\n"
9776 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9777 "                           int wd);\n"
9778 "\n"
9779 msgstr ""
9780
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:2503
9783 msgid ""
9784 "Remove a previously defined inotify watch.  See "
9785 "C<guestfs_inotify_add_watch>."
9786 msgstr ""
9787
9788 #. type: =head2
9789 #: ../src/guestfs-actions.pod:2510
9790 msgid "guestfs_inspect_get_arch"
9791 msgstr ""
9792
9793 #. type: verbatim
9794 #: ../src/guestfs-actions.pod:2512
9795 #, no-wrap
9796 msgid ""
9797 " char *\n"
9798 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9799 "                           const char *root);\n"
9800 "\n"
9801 msgstr ""
9802
9803 #. type: textblock
9804 #: ../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
9805 msgid ""
9806 "This function should only be called with a root device string as returned by "
9807 "C<guestfs_inspect_os>."
9808 msgstr ""
9809
9810 #. type: textblock
9811 #: ../src/guestfs-actions.pod:2519
9812 msgid ""
9813 "This returns the architecture of the inspected operating system.  The "
9814 "possible return values are listed under C<guestfs_file_architecture>."
9815 msgstr ""
9816
9817 #. type: textblock
9818 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
9819 msgid ""
9820 "If the architecture could not be determined, then the string C<unknown> is "
9821 "returned."
9822 msgstr ""
9823
9824 #. type: textblock
9825 #: ../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
9826 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9827 msgstr ""
9828
9829 #. type: =head2
9830 #: ../src/guestfs-actions.pod:2533
9831 msgid "guestfs_inspect_get_distro"
9832 msgstr ""
9833
9834 #. type: verbatim
9835 #: ../src/guestfs-actions.pod:2535
9836 #, no-wrap
9837 msgid ""
9838 " char *\n"
9839 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9840 "                             const char *root);\n"
9841 "\n"
9842 msgstr ""
9843
9844 #. type: textblock
9845 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
9846 msgid "This returns the distro (distribution) of the inspected operating system."
9847 msgstr ""
9848
9849 #. type: textblock
9850 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
9851 msgid "Currently defined distros are:"
9852 msgstr ""
9853
9854 #. type: =item
9855 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
9856 msgid "\"archlinux\""
9857 msgstr ""
9858
9859 #. type: textblock
9860 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
9861 msgid "Arch Linux."
9862 msgstr ""
9863
9864 #. type: =item
9865 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
9866 msgid "\"debian\""
9867 msgstr ""
9868
9869 #. type: textblock
9870 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
9871 msgid "Debian."
9872 msgstr ""
9873
9874 #. type: =item
9875 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
9876 msgid "\"fedora\""
9877 msgstr ""
9878
9879 #. type: textblock
9880 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
9881 msgid "Fedora."
9882 msgstr ""
9883
9884 #. type: =item
9885 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
9886 msgid "\"gentoo\""
9887 msgstr ""
9888
9889 #. type: textblock
9890 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
9891 msgid "Gentoo."
9892 msgstr ""
9893
9894 #. type: =item
9895 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
9896 msgid "\"linuxmint\""
9897 msgstr ""
9898
9899 #. type: textblock
9900 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
9901 msgid "Linux Mint."
9902 msgstr ""
9903
9904 #. type: =item
9905 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
9906 msgid "\"mandriva\""
9907 msgstr ""
9908
9909 #. type: textblock
9910 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
9911 msgid "Mandriva."
9912 msgstr ""
9913
9914 #. type: =item
9915 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
9916 msgid "\"meego\""
9917 msgstr ""
9918
9919 #. type: textblock
9920 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
9921 msgid "MeeGo."
9922 msgstr ""
9923
9924 #. type: =item
9925 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
9926 msgid "\"pardus\""
9927 msgstr ""
9928
9929 #. type: textblock
9930 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
9931 msgid "Pardus."
9932 msgstr ""
9933
9934 #. type: =item
9935 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
9936 msgid "\"redhat-based\""
9937 msgstr ""
9938
9939 #. type: textblock
9940 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
9941 msgid "Some Red Hat-derived distro."
9942 msgstr ""
9943
9944 #. type: =item
9945 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
9946 msgid "\"rhel\""
9947 msgstr ""
9948
9949 #. type: textblock
9950 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
9951 msgid "Red Hat Enterprise Linux and some derivatives."
9952 msgstr ""
9953
9954 #. type: =item
9955 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
9956 msgid "\"slackware\""
9957 msgstr ""
9958
9959 #. type: textblock
9960 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
9961 msgid "Slackware."
9962 msgstr ""
9963
9964 #. type: =item
9965 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
9966 msgid "\"ubuntu\""
9967 msgstr ""
9968
9969 #. type: textblock
9970 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
9971 msgid "Ubuntu."
9972 msgstr ""
9973
9974 #. type: =item
9975 #: ../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
9976 msgid "\"unknown\""
9977 msgstr ""
9978
9979 #. type: textblock
9980 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
9981 msgid "The distro could not be determined."
9982 msgstr ""
9983
9984 #. type: =item
9985 #: ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:2997 ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2072
9986 msgid "\"windows\""
9987 msgstr ""
9988
9989 #. type: textblock
9990 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
9991 msgid ""
9992 "Windows does not have distributions.  This string is returned if the OS type "
9993 "is Windows."
9994 msgstr ""
9995
9996 #. type: textblock
9997 #: ../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
9998 msgid ""
9999 "Future versions of libguestfs may return other strings here.  The caller "
10000 "should be prepared to handle any string."
10001 msgstr ""
10002
10003 #. type: =head2
10004 #: ../src/guestfs-actions.pod:2618
10005 msgid "guestfs_inspect_get_drive_mappings"
10006 msgstr ""
10007
10008 #. type: verbatim
10009 #: ../src/guestfs-actions.pod:2620
10010 #, no-wrap
10011 msgid ""
10012 " char **\n"
10013 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10014 "                                     const char *root);\n"
10015 "\n"
10016 msgstr ""
10017
10018 #. type: textblock
10019 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1785
10020 msgid ""
10021 "This call is useful for Windows which uses a primitive system of assigning "
10022 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10023 "Windows Registry to find out how disks/partitions are mapped to drive "
10024 "letters, and returns a hash table as in the example below:"
10025 msgstr ""
10026
10027 #. type: verbatim
10028 #: ../src/guestfs-actions.pod:2633 ../fish/guestfish-actions.pod:1791
10029 #, no-wrap
10030 msgid ""
10031 " C      =>     /dev/vda2\n"
10032 " E      =>     /dev/vdb1\n"
10033 " F      =>     /dev/vdc1\n"
10034 "\n"
10035 msgstr ""
10036
10037 #. type: textblock
10038 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1795
10039 msgid ""
10040 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10041 "and just contains the drive letter, without the customary colon separator "
10042 "character."
10043 msgstr ""
10044
10045 #. type: textblock
10046 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1799
10047 msgid ""
10048 "In future we may support other operating systems that also used drive "
10049 "letters, but the keys for those might not be case insensitive and might be "
10050 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10051 "C<h1> etc."
10052 msgstr ""
10053
10054 #. type: textblock
10055 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10056 msgid ""
10057 "For Windows guests, currently only hard drive mappings are returned.  "
10058 "Removable disks (eg. DVD-ROMs) are ignored."
10059 msgstr ""
10060
10061 #. type: textblock
10062 #: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1807
10063 msgid ""
10064 "For guests that do not use drive mappings, or if the drive mappings could "
10065 "not be determined, this returns an empty hash table."
10066 msgstr ""
10067
10068 #. type: textblock
10069 #: ../src/guestfs-actions.pod:2652
10070 msgid ""
10071 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10072 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10073 msgstr ""
10074
10075 #. type: textblock
10076 #: ../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
10077 msgid ""
10078 "This function returns a NULL-terminated array of strings, or NULL if there "
10079 "was an error.  The array of strings will always have length C<2n+1>, where "
10080 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10081 "caller must free the strings and the array after use>."
10082 msgstr ""
10083
10084 #. type: =head2
10085 #: ../src/guestfs-actions.pod:2662
10086 msgid "guestfs_inspect_get_filesystems"
10087 msgstr ""
10088
10089 #. type: verbatim
10090 #: ../src/guestfs-actions.pod:2664
10091 #, no-wrap
10092 msgid ""
10093 " char **\n"
10094 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10095 "                                  const char *root);\n"
10096 "\n"
10097 msgstr ""
10098
10099 #. type: textblock
10100 #: ../src/guestfs-actions.pod:2671 ../fish/guestfish-actions.pod:1821
10101 msgid ""
10102 "This returns a list of all the filesystems that we think are associated with "
10103 "this operating system.  This includes the root filesystem, other ordinary "
10104 "filesystems, and non-mounted devices like swap partitions."
10105 msgstr ""
10106
10107 #. type: textblock
10108 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10109 msgid ""
10110 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10111 "to be shared between operating systems."
10112 msgstr ""
10113
10114 #. type: textblock
10115 #: ../src/guestfs-actions.pod:2679
10116 msgid ""
10117 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10118 "C<guestfs_inspect_get_mountpoints>."
10119 msgstr ""
10120
10121 #. type: =head2
10122 #: ../src/guestfs-actions.pod:2688
10123 msgid "guestfs_inspect_get_format"
10124 msgstr ""
10125
10126 #. type: verbatim
10127 #: ../src/guestfs-actions.pod:2690
10128 #, no-wrap
10129 msgid ""
10130 " char *\n"
10131 " guestfs_inspect_get_format (guestfs_h *g,\n"
10132 "                             const char *root);\n"
10133 "\n"
10134 msgstr ""
10135
10136 #. type: textblock
10137 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1839
10138 msgid ""
10139 "This returns the format of the inspected operating system.  You can use it "
10140 "to detect install images, live CDs and similar."
10141 msgstr ""
10142
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1842
10145 msgid "Currently defined formats are:"
10146 msgstr ""
10147
10148 #. type: =item
10149 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1846
10150 msgid "\"installed\""
10151 msgstr ""
10152
10153 #. type: textblock
10154 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1848
10155 msgid "This is an installed operating system."
10156 msgstr ""
10157
10158 #. type: =item
10159 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1850
10160 msgid "\"installer\""
10161 msgstr ""
10162
10163 #. type: textblock
10164 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1852
10165 msgid ""
10166 "The disk image being inspected is not an installed operating system, but a "
10167 "I<bootable> install disk, live CD, or similar."
10168 msgstr ""
10169
10170 #. type: textblock
10171 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10172 msgid "The format of this disk image is not known."
10173 msgstr ""
10174
10175 #. type: =head2
10176 #: ../src/guestfs-actions.pod:2727
10177 msgid "guestfs_inspect_get_hostname"
10178 msgstr ""
10179
10180 #. type: verbatim
10181 #: ../src/guestfs-actions.pod:2729
10182 #, no-wrap
10183 msgid ""
10184 " char *\n"
10185 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10186 "                               const char *root);\n"
10187 "\n"
10188 msgstr ""
10189
10190 #. type: textblock
10191 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1873
10192 msgid ""
10193 "This function returns the hostname of the operating system as found by "
10194 "inspection of the guest's configuration files."
10195 msgstr ""
10196
10197 #. type: textblock
10198 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1876
10199 msgid ""
10200 "If the hostname could not be determined, then the string C<unknown> is "
10201 "returned."
10202 msgstr ""
10203
10204 #. type: textblock
10205 #: ../src/guestfs-actions.pod:2747
10206 msgid "(Added in 1.7.9)"
10207 msgstr ""
10208
10209 #. type: =head2
10210 #: ../src/guestfs-actions.pod:2749
10211 msgid "guestfs_inspect_get_major_version"
10212 msgstr ""
10213
10214 #. type: verbatim
10215 #: ../src/guestfs-actions.pod:2751
10216 #, no-wrap
10217 msgid ""
10218 " int\n"
10219 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10220 "                                    const char *root);\n"
10221 "\n"
10222 msgstr ""
10223
10224 #. type: textblock
10225 #: ../src/guestfs-actions.pod:2758 ../fish/guestfish-actions.pod:1888
10226 msgid "This returns the major version number of the inspected operating system."
10227 msgstr ""
10228
10229 #. type: textblock
10230 #: ../src/guestfs-actions.pod:2761 ../fish/guestfish-actions.pod:1891
10231 msgid ""
10232 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10233 "popular public names used by the operating system.  Notably the operating "
10234 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10235 "1).  You can find out the real versions corresponding to releases of Windows "
10236 "by consulting Wikipedia or MSDN."
10237 msgstr ""
10238
10239 #. type: textblock
10240 #: ../src/guestfs-actions.pod:2768 ../src/guestfs-actions.pod:2788 ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1912
10241 msgid "If the version could not be determined, then C<0> is returned."
10242 msgstr ""
10243
10244 #. type: =head2
10245 #: ../src/guestfs-actions.pod:2776
10246 msgid "guestfs_inspect_get_minor_version"
10247 msgstr ""
10248
10249 #. type: verbatim
10250 #: ../src/guestfs-actions.pod:2778
10251 #, no-wrap
10252 msgid ""
10253 " int\n"
10254 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10255 "                                    const char *root);\n"
10256 "\n"
10257 msgstr ""
10258
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:2785 ../fish/guestfish-actions.pod:1909
10261 msgid "This returns the minor version number of the inspected operating system."
10262 msgstr ""
10263
10264 #. type: textblock
10265 #: ../src/guestfs-actions.pod:2790
10266 msgid ""
10267 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10268 "C<guestfs_inspect_get_major_version>."
10269 msgstr ""
10270
10271 #. type: =head2
10272 #: ../src/guestfs-actions.pod:2797
10273 msgid "guestfs_inspect_get_mountpoints"
10274 msgstr ""
10275
10276 #. type: verbatim
10277 #: ../src/guestfs-actions.pod:2799
10278 #, no-wrap
10279 msgid ""
10280 " char **\n"
10281 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10282 "                                  const char *root);\n"
10283 "\n"
10284 msgstr ""
10285
10286 #. type: textblock
10287 #: ../src/guestfs-actions.pod:2806 ../fish/guestfish-actions.pod:1924
10288 msgid ""
10289 "This returns a hash of where we think the filesystems associated with this "
10290 "operating system should be mounted.  Callers should note that this is at "
10291 "best an educated guess made by reading configuration files such as "
10292 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10293 "are non-existent or not mountable and callers should be prepared to handle "
10294 "or ignore failures if they try to mount them."
10295 msgstr ""
10296
10297 #. type: textblock
10298 #: ../src/guestfs-actions.pod:2815 ../fish/guestfish-actions.pod:1933
10299 msgid ""
10300 "Each element in the returned hashtable has a key which is the path of the "
10301 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10302 "mounted there (eg. C</dev/sda1>)."
10303 msgstr ""
10304
10305 #. type: textblock
10306 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
10307 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10308 msgstr ""
10309
10310 #. type: textblock
10311 #: ../src/guestfs-actions.pod:2823
10312 msgid ""
10313 "For operating systems like Windows which still use drive letters, this call "
10314 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10315 "information about the mapping of drive letters to partitions, see "
10316 "C<guestfs_inspect_get_drive_mappings>."
10317 msgstr ""
10318
10319 #. type: textblock
10320 #: ../src/guestfs-actions.pod:2829
10321 msgid ""
10322 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10323 "C<guestfs_inspect_get_filesystems>."
10324 msgstr ""
10325
10326 #. type: =head2
10327 #: ../src/guestfs-actions.pod:2840
10328 msgid "guestfs_inspect_get_package_format"
10329 msgstr ""
10330
10331 #. type: verbatim
10332 #: ../src/guestfs-actions.pod:2842
10333 #, no-wrap
10334 msgid ""
10335 " char *\n"
10336 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10337 "                                     const char *root);\n"
10338 "\n"
10339 msgstr ""
10340
10341 #. type: textblock
10342 #: ../src/guestfs-actions.pod:2849
10343 msgid ""
10344 "This function and C<guestfs_inspect_get_package_management> return the "
10345 "package format and package management tool used by the inspected operating "
10346 "system.  For example for Fedora these functions would return C<rpm> (package "
10347 "format) and C<yum> (package management)."
10348 msgstr ""
10349
10350 #. type: textblock
10351 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1963
10352 msgid ""
10353 "This returns the string C<unknown> if we could not determine the package "
10354 "format I<or> if the operating system does not have a real packaging system "
10355 "(eg. Windows)."
10356 msgstr ""
10357
10358 #. type: textblock
10359 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1967
10360 msgid ""
10361 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10362 "Future versions of libguestfs may return other strings."
10363 msgstr ""
10364
10365 #. type: textblock
10366 #: ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2898
10367 msgid "(Added in 1.7.5)"
10368 msgstr ""
10369
10370 #. type: =head2
10371 #: ../src/guestfs-actions.pod:2869
10372 msgid "guestfs_inspect_get_package_management"
10373 msgstr ""
10374
10375 #. type: verbatim
10376 #: ../src/guestfs-actions.pod:2871
10377 #, no-wrap
10378 msgid ""
10379 " char *\n"
10380 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10381 "                                         const char *root);\n"
10382 "\n"
10383 msgstr ""
10384
10385 #. type: textblock
10386 #: ../src/guestfs-actions.pod:2878
10387 msgid ""
10388 "C<guestfs_inspect_get_package_format> and this function return the package "
10389 "format and package management tool used by the inspected operating system.  "
10390 "For example for Fedora these functions would return C<rpm> (package format) "
10391 "and C<yum> (package management)."
10392 msgstr ""
10393
10394 #. type: textblock
10395 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1985
10396 msgid ""
10397 "This returns the string C<unknown> if we could not determine the package "
10398 "management tool I<or> if the operating system does not have a real packaging "
10399 "system (eg. Windows)."
10400 msgstr ""
10401
10402 #. type: textblock
10403 #: ../src/guestfs-actions.pod:2888 ../fish/guestfish-actions.pod:1989
10404 msgid ""
10405 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10406 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10407 "libguestfs may return other strings."
10408 msgstr ""
10409
10410 #. type: =head2
10411 #: ../src/guestfs-actions.pod:2900
10412 msgid "guestfs_inspect_get_product_name"
10413 msgstr ""
10414
10415 #. type: verbatim
10416 #: ../src/guestfs-actions.pod:2902
10417 #, no-wrap
10418 msgid ""
10419 " char *\n"
10420 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10421 "                                   const char *root);\n"
10422 "\n"
10423 msgstr ""
10424
10425 #. type: textblock
10426 #: ../src/guestfs-actions.pod:2909 ../fish/guestfish-actions.pod:2003
10427 msgid ""
10428 "This returns the product name of the inspected operating system.  The "
10429 "product name is generally some freeform string which can be displayed to the "
10430 "user, but should not be parsed by programs."
10431 msgstr ""
10432
10433 #. type: textblock
10434 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
10435 msgid ""
10436 "If the product name could not be determined, then the string C<unknown> is "
10437 "returned."
10438 msgstr ""
10439
10440 #. type: =head2
10441 #: ../src/guestfs-actions.pod:2924
10442 msgid "guestfs_inspect_get_product_variant"
10443 msgstr ""
10444
10445 #. type: verbatim
10446 #: ../src/guestfs-actions.pod:2926
10447 #, no-wrap
10448 msgid ""
10449 " char *\n"
10450 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10451 "                                      const char *root);\n"
10452 "\n"
10453 msgstr ""
10454
10455 #. type: textblock
10456 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2020
10457 msgid "This returns the product variant of the inspected operating system."
10458 msgstr ""
10459
10460 #. type: textblock
10461 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2023
10462 msgid ""
10463 "For Windows guests, this returns the contents of the Registry key "
10464 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10465 "which is usually a string such as C<Client> or C<Server> (other values are "
10466 "possible).  This can be used to distinguish consumer and enterprise versions "
10467 "of Windows that have the same version number (for example, Windows 7 and "
10468 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10469 "the latter is C<Server>)."
10470 msgstr ""
10471
10472 #. type: textblock
10473 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2032
10474 msgid ""
10475 "For enterprise Linux guests, in future we intend this to return the product "
10476 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10477 "implemented at present."
10478 msgstr ""
10479
10480 #. type: textblock
10481 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2036
10482 msgid ""
10483 "If the product variant could not be determined, then the string C<unknown> "
10484 "is returned."
10485 msgstr ""
10486
10487 #. type: textblock
10488 #: ../src/guestfs-actions.pod:2952
10489 msgid ""
10490 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10491 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10492 msgstr ""
10493
10494 #. type: =head2
10495 #: ../src/guestfs-actions.pod:2959
10496 msgid "guestfs_inspect_get_roots"
10497 msgstr ""
10498
10499 #. type: verbatim
10500 #: ../src/guestfs-actions.pod:2961
10501 #, no-wrap
10502 msgid ""
10503 " char **\n"
10504 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10505 "\n"
10506 msgstr ""
10507
10508 #. type: textblock
10509 #: ../src/guestfs-actions.pod:2964
10510 msgid ""
10511 "This function is a convenient way to get the list of root devices, as "
10512 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10513 "the whole inspection process."
10514 msgstr ""
10515
10516 #. type: textblock
10517 #: ../src/guestfs-actions.pod:2968
10518 msgid ""
10519 "This returns an empty list if either no root devices were found or the "
10520 "caller has not called C<guestfs_inspect_os>."
10521 msgstr ""
10522
10523 #. type: textblock
10524 #: ../src/guestfs-actions.pod:2977
10525 msgid "(Added in 1.7.3)"
10526 msgstr ""
10527
10528 #. type: =head2
10529 #: ../src/guestfs-actions.pod:2979
10530 msgid "guestfs_inspect_get_type"
10531 msgstr ""
10532
10533 #. type: verbatim
10534 #: ../src/guestfs-actions.pod:2981
10535 #, no-wrap
10536 msgid ""
10537 " char *\n"
10538 " guestfs_inspect_get_type (guestfs_h *g,\n"
10539 "                           const char *root);\n"
10540 "\n"
10541 msgstr ""
10542
10543 #. type: textblock
10544 #: ../src/guestfs-actions.pod:2988 ../fish/guestfish-actions.pod:2063
10545 msgid ""
10546 "This returns the type of the inspected operating system.  Currently defined "
10547 "types are:"
10548 msgstr ""
10549
10550 #. type: =item
10551 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
10552 msgid "\"linux\""
10553 msgstr ""
10554
10555 #. type: textblock
10556 #: ../src/guestfs-actions.pod:2995 ../fish/guestfish-actions.pod:2070
10557 msgid "Any Linux-based operating system."
10558 msgstr ""
10559
10560 #. type: textblock
10561 #: ../src/guestfs-actions.pod:2999 ../fish/guestfish-actions.pod:2074
10562 msgid "Any Microsoft Windows operating system."
10563 msgstr ""
10564
10565 #. type: =item
10566 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2076
10567 msgid "\"freebsd\""
10568 msgstr ""
10569
10570 #. type: textblock
10571 #: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2078
10572 msgid "FreeBSD."
10573 msgstr ""
10574
10575 #. type: textblock
10576 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2082
10577 msgid "The operating system type could not be determined."
10578 msgstr ""
10579
10580 #. type: =head2
10581 #: ../src/guestfs-actions.pod:3021
10582 msgid "guestfs_inspect_get_windows_current_control_set"
10583 msgstr ""
10584
10585 #. type: verbatim
10586 #: ../src/guestfs-actions.pod:3023
10587 #, no-wrap
10588 msgid ""
10589 " char *\n"
10590 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
10591 "                                                  const char *root);\n"
10592 "\n"
10593 msgstr ""
10594
10595 #. type: textblock
10596 #: ../src/guestfs-actions.pod:3030 ../fish/guestfish-actions.pod:2098
10597 msgid ""
10598 "This returns the Windows CurrentControlSet of the inspected guest.  The "
10599 "CurrentControlSet is a registry key name such as C<ControlSet001>."
10600 msgstr ""
10601
10602 #. type: textblock
10603 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2101
10604 msgid ""
10605 "This call assumes that the guest is Windows and that the Registry could be "
10606 "examined by inspection.  If this is not the case then an error is returned."
10607 msgstr ""
10608
10609 #. type: =head2
10610 #: ../src/guestfs-actions.pod:3042
10611 msgid "guestfs_inspect_get_windows_systemroot"
10612 msgstr ""
10613
10614 #. type: verbatim
10615 #: ../src/guestfs-actions.pod:3044
10616 #, no-wrap
10617 msgid ""
10618 " char *\n"
10619 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10620 "                                         const char *root);\n"
10621 "\n"
10622 msgstr ""
10623
10624 #. type: textblock
10625 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2114
10626 msgid ""
10627 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10628 "is a directory path such as C</WINDOWS>."
10629 msgstr ""
10630
10631 #. type: textblock
10632 #: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2117
10633 msgid ""
10634 "This call assumes that the guest is Windows and that the systemroot could be "
10635 "determined by inspection.  If this is not the case then an error is "
10636 "returned."
10637 msgstr ""
10638
10639 #. type: textblock
10640 #: ../src/guestfs-actions.pod:3063
10641 msgid "(Added in 1.5.25)"
10642 msgstr ""
10643
10644 #. type: =head2
10645 #: ../src/guestfs-actions.pod:3065
10646 msgid "guestfs_inspect_is_live"
10647 msgstr ""
10648
10649 #. type: verbatim
10650 #: ../src/guestfs-actions.pod:3067
10651 #, no-wrap
10652 msgid ""
10653 " int\n"
10654 " guestfs_inspect_is_live (guestfs_h *g,\n"
10655 "                          const char *root);\n"
10656 "\n"
10657 msgstr ""
10658
10659 #. type: textblock
10660 #: ../src/guestfs-actions.pod:3074
10661 msgid ""
10662 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10663 "disk), then this returns true if a live image was detected on the disk."
10664 msgstr ""
10665
10666 #. type: =head2
10667 #: ../src/guestfs-actions.pod:3082
10668 msgid "guestfs_inspect_is_multipart"
10669 msgstr ""
10670
10671 #. type: verbatim
10672 #: ../src/guestfs-actions.pod:3084
10673 #, no-wrap
10674 msgid ""
10675 " int\n"
10676 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10677 "                               const char *root);\n"
10678 "\n"
10679 msgstr ""
10680
10681 #. type: textblock
10682 #: ../src/guestfs-actions.pod:3091
10683 msgid ""
10684 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10685 "disk), then this returns true if the disk is part of a set."
10686 msgstr ""
10687
10688 #. type: =head2
10689 #: ../src/guestfs-actions.pod:3099
10690 msgid "guestfs_inspect_is_netinst"
10691 msgstr ""
10692
10693 #. type: verbatim
10694 #: ../src/guestfs-actions.pod:3101
10695 #, no-wrap
10696 msgid ""
10697 " int\n"
10698 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10699 "                             const char *root);\n"
10700 "\n"
10701 msgstr ""
10702
10703 #. type: textblock
10704 #: ../src/guestfs-actions.pod:3108
10705 msgid ""
10706 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10707 "disk), then this returns true if the disk is a network installer, ie. not a "
10708 "self-contained install CD but one which is likely to require network access "
10709 "to complete the install."
10710 msgstr ""
10711
10712 #. type: =head2
10713 #: ../src/guestfs-actions.pod:3118
10714 msgid "guestfs_inspect_list_applications"
10715 msgstr ""
10716
10717 #. type: verbatim
10718 #: ../src/guestfs-actions.pod:3120
10719 #, no-wrap
10720 msgid ""
10721 " struct guestfs_application_list *\n"
10722 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10723 "                                    const char *root);\n"
10724 "\n"
10725 msgstr ""
10726
10727 #. type: textblock
10728 #: ../src/guestfs-actions.pod:3127 ../fish/guestfish-actions.pod:2171
10729 msgid "Return the list of applications installed in the operating system."
10730 msgstr ""
10731
10732 #. type: textblock
10733 #: ../src/guestfs-actions.pod:3129
10734 msgid ""
10735 "I<Note:> This call works differently from other parts of the inspection "
10736 "API.  You have to call C<guestfs_inspect_os>, then "
10737 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10738 "this.  Listing applications is a significantly more difficult operation "
10739 "which requires access to the full filesystem.  Also note that unlike the "
10740 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10741 "the libguestfs handle, this call actually reads parts of the mounted "
10742 "filesystems during the call."
10743 msgstr ""
10744
10745 #. type: textblock
10746 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2183
10747 msgid ""
10748 "This returns an empty list if the inspection code was not able to determine "
10749 "the list of applications."
10750 msgstr ""
10751
10752 #. type: textblock
10753 #: ../src/guestfs-actions.pod:3142 ../fish/guestfish-actions.pod:2186
10754 msgid "The application structure contains the following fields:"
10755 msgstr ""
10756
10757 #. type: =item
10758 #: ../src/guestfs-actions.pod:3146 ../fish/guestfish-actions.pod:2190
10759 msgid "C<app_name>"
10760 msgstr ""
10761
10762 #. type: textblock
10763 #: ../src/guestfs-actions.pod:3148 ../fish/guestfish-actions.pod:2192
10764 msgid ""
10765 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10766 "guests, this is the package name."
10767 msgstr ""
10768
10769 #. type: =item
10770 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
10771 msgid "C<app_display_name>"
10772 msgstr ""
10773
10774 #. type: textblock
10775 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
10776 msgid ""
10777 "The display name of the application, sometimes localized to the install "
10778 "language of the guest operating system."
10779 msgstr ""
10780
10781 #. type: textblock
10782 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
10783 msgid ""
10784 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10785 "to display something can use C<app_name> instead."
10786 msgstr ""
10787
10788 #. type: =item
10789 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
10790 msgid "C<app_epoch>"
10791 msgstr ""
10792
10793 #. type: textblock
10794 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
10795 msgid ""
10796 "For package managers which use epochs, this contains the epoch of the "
10797 "package (an integer).  If unavailable, this is returned as C<0>."
10798 msgstr ""
10799
10800 #. type: =item
10801 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
10802 msgid "C<app_version>"
10803 msgstr ""
10804
10805 #. type: textblock
10806 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
10807 msgid ""
10808 "The version string of the application or package.  If unavailable this is "
10809 "returned as an empty string C<\"\">."
10810 msgstr ""
10811
10812 #. type: =item
10813 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
10814 msgid "C<app_release>"
10815 msgstr ""
10816
10817 #. type: textblock
10818 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
10819 msgid ""
10820 "The release string of the application or package, for package managers that "
10821 "use this.  If unavailable this is returned as an empty string C<\"\">."
10822 msgstr ""
10823
10824 #. type: =item
10825 #: ../src/guestfs-actions.pod:3175 ../fish/guestfish-actions.pod:2219
10826 msgid "C<app_install_path>"
10827 msgstr ""
10828
10829 #. type: textblock
10830 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2221
10831 msgid ""
10832 "The installation path of the application (on operating systems such as "
10833 "Windows which use installation paths).  This path is in the format used by "
10834 "the guest operating system, it is not a libguestfs path."
10835 msgstr ""
10836
10837 #. type: textblock
10838 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
10839 msgid "If unavailable this is returned as an empty string C<\"\">."
10840 msgstr ""
10841
10842 #. type: =item
10843 #: ../src/guestfs-actions.pod:3184 ../fish/guestfish-actions.pod:2228
10844 msgid "C<app_trans_path>"
10845 msgstr ""
10846
10847 #. type: textblock
10848 #: ../src/guestfs-actions.pod:3186 ../fish/guestfish-actions.pod:2230
10849 msgid ""
10850 "The install path translated into a libguestfs path.  If unavailable this is "
10851 "returned as an empty string C<\"\">."
10852 msgstr ""
10853
10854 #. type: =item
10855 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
10856 msgid "C<app_publisher>"
10857 msgstr ""
10858
10859 #. type: textblock
10860 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
10861 msgid ""
10862 "The name of the publisher of the application, for package managers that use "
10863 "this.  If unavailable this is returned as an empty string C<\"\">."
10864 msgstr ""
10865
10866 #. type: =item
10867 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2239
10868 msgid "C<app_url>"
10869 msgstr ""
10870
10871 #. type: textblock
10872 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2241
10873 msgid ""
10874 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10875 "returned as an empty string C<\"\">."
10876 msgstr ""
10877
10878 #. type: =item
10879 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
10880 msgid "C<app_source_package>"
10881 msgstr ""
10882
10883 #. type: textblock
10884 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
10885 msgid ""
10886 "For packaging systems which support this, the name of the source package.  "
10887 "If unavailable this is returned as an empty string C<\"\">."
10888 msgstr ""
10889
10890 #. type: =item
10891 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
10892 msgid "C<app_summary>"
10893 msgstr ""
10894
10895 #. type: textblock
10896 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
10897 msgid ""
10898 "A short (usually one line) description of the application or package.  If "
10899 "unavailable this is returned as an empty string C<\"\">."
10900 msgstr ""
10901
10902 #. type: =item
10903 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
10904 msgid "C<app_description>"
10905 msgstr ""
10906
10907 #. type: textblock
10908 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
10909 msgid ""
10910 "A longer description of the application or package.  If unavailable this is "
10911 "returned as an empty string C<\"\">."
10912 msgstr ""
10913
10914 #. type: textblock
10915 #: ../src/guestfs-actions.pod:3219
10916 msgid ""
10917 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10918 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10919 "after use>."
10920 msgstr ""
10921
10922 #. type: textblock
10923 #: ../src/guestfs-actions.pod:3223
10924 msgid "(Added in 1.7.8)"
10925 msgstr ""
10926
10927 #. type: =head2
10928 #: ../src/guestfs-actions.pod:3225
10929 msgid "guestfs_inspect_os"
10930 msgstr ""
10931
10932 #. type: verbatim
10933 #: ../src/guestfs-actions.pod:3227
10934 #, no-wrap
10935 msgid ""
10936 " char **\n"
10937 " guestfs_inspect_os (guestfs_h *g);\n"
10938 "\n"
10939 msgstr ""
10940
10941 #. type: textblock
10942 #: ../src/guestfs-actions.pod:3230 ../fish/guestfish-actions.pod:2267
10943 msgid ""
10944 "This function uses other libguestfs functions and certain heuristics to "
10945 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10946 "for operating systems."
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2271
10951 msgid "The list returned is empty if no operating systems were found."
10952 msgstr ""
10953
10954 #. type: textblock
10955 #: ../src/guestfs-actions.pod:3236 ../fish/guestfish-actions.pod:2273
10956 msgid ""
10957 "If one operating system was found, then this returns a list with a single "
10958 "element, which is the name of the root filesystem of this operating system.  "
10959 "It is also possible for this function to return a list containing more than "
10960 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10961 "element being the root filesystem of one of the operating systems."
10962 msgstr ""
10963
10964 #. type: textblock
10965 #: ../src/guestfs-actions.pod:3243
10966 msgid ""
10967 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10968 "functions in order to query further information about each operating system, "
10969 "such as the name and version."
10970 msgstr ""
10971
10972 #. type: textblock
10973 #: ../src/guestfs-actions.pod:3248
10974 msgid ""
10975 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10976 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10977 "the contents.  This should be called with no disks currently mounted.  The "
10978 "function may also use Augeas, so any existing Augeas handle will be closed."
10979 msgstr ""
10980
10981 #. type: textblock
10982 #: ../src/guestfs-actions.pod:3254 ../fish/guestfish-actions.pod:2291
10983 msgid ""
10984 "This function cannot decrypt encrypted disks.  The caller must do that first "
10985 "(supplying the necessary keys) if the disk is encrypted."
10986 msgstr ""
10987
10988 #. type: textblock
10989 #: ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3550 ../src/guestfs-actions.pod:3612
10990 msgid "See also C<guestfs_list_filesystems>."
10991 msgstr ""
10992
10993 #. type: =head2
10994 #: ../src/guestfs-actions.pod:3268
10995 msgid "guestfs_is_blockdev"
10996 msgstr ""
10997
10998 #. type: verbatim
10999 #: ../src/guestfs-actions.pod:3270
11000 #, no-wrap
11001 msgid ""
11002 " int\n"
11003 " guestfs_is_blockdev (guestfs_h *g,\n"
11004 "                      const char *path);\n"
11005 "\n"
11006 msgstr ""
11007
11008 #. type: textblock
11009 #: ../src/guestfs-actions.pod:3274 ../fish/guestfish-actions.pod:2303
11010 msgid ""
11011 "This returns C<true> if and only if there is a block device with the given "
11012 "C<path> name."
11013 msgstr ""
11014
11015 #. type: textblock
11016 #: ../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
11017 msgid "See also C<guestfs_stat>."
11018 msgstr ""
11019
11020 #. type: textblock
11021 #: ../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
11022 msgid "(Added in 1.5.10)"
11023 msgstr ""
11024
11025 #. type: =head2
11026 #: ../src/guestfs-actions.pod:3283
11027 msgid "guestfs_is_busy"
11028 msgstr ""
11029
11030 #. type: verbatim
11031 #: ../src/guestfs-actions.pod:3285
11032 #, no-wrap
11033 msgid ""
11034 " int\n"
11035 " guestfs_is_busy (guestfs_h *g);\n"
11036 "\n"
11037 msgstr ""
11038
11039 #. type: textblock
11040 #: ../src/guestfs-actions.pod:3288 ../fish/guestfish-actions.pod:2312
11041 msgid ""
11042 "This returns true iff this handle is busy processing a command (in the "
11043 "C<BUSY> state)."
11044 msgstr ""
11045
11046 #. type: =head2
11047 #: ../src/guestfs-actions.pod:3297
11048 msgid "guestfs_is_chardev"
11049 msgstr ""
11050
11051 #. type: verbatim
11052 #: ../src/guestfs-actions.pod:3299
11053 #, no-wrap
11054 msgid ""
11055 " int\n"
11056 " guestfs_is_chardev (guestfs_h *g,\n"
11057 "                     const char *path);\n"
11058 "\n"
11059 msgstr ""
11060
11061 #. type: textblock
11062 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2321
11063 msgid ""
11064 "This returns C<true> if and only if there is a character device with the "
11065 "given C<path> name."
11066 msgstr ""
11067
11068 #. type: =head2
11069 #: ../src/guestfs-actions.pod:3312
11070 msgid "guestfs_is_config"
11071 msgstr ""
11072
11073 #. type: verbatim
11074 #: ../src/guestfs-actions.pod:3314
11075 #, no-wrap
11076 msgid ""
11077 " int\n"
11078 " guestfs_is_config (guestfs_h *g);\n"
11079 "\n"
11080 msgstr ""
11081
11082 #. type: textblock
11083 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2330
11084 msgid ""
11085 "This returns true iff this handle is being configured (in the C<CONFIG> "
11086 "state)."
11087 msgstr ""
11088
11089 #. type: =head2
11090 #: ../src/guestfs-actions.pod:3326
11091 msgid "guestfs_is_dir"
11092 msgstr ""
11093
11094 #. type: verbatim
11095 #: ../src/guestfs-actions.pod:3328
11096 #, no-wrap
11097 msgid ""
11098 " int\n"
11099 " guestfs_is_dir (guestfs_h *g,\n"
11100 "                 const char *path);\n"
11101 "\n"
11102 msgstr ""
11103
11104 #. type: textblock
11105 #: ../src/guestfs-actions.pod:3332 ../fish/guestfish-actions.pod:2339
11106 msgid ""
11107 "This returns C<true> if and only if there is a directory with the given "
11108 "C<path> name.  Note that it returns false for other objects like files."
11109 msgstr ""
11110
11111 #. type: =head2
11112 #: ../src/guestfs-actions.pod:3342
11113 msgid "guestfs_is_fifo"
11114 msgstr ""
11115
11116 #. type: verbatim
11117 #: ../src/guestfs-actions.pod:3344
11118 #, no-wrap
11119 msgid ""
11120 " int\n"
11121 " guestfs_is_fifo (guestfs_h *g,\n"
11122 "                  const char *path);\n"
11123 "\n"
11124 msgstr ""
11125
11126 #. type: textblock
11127 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2349
11128 msgid ""
11129 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11130 "given C<path> name."
11131 msgstr ""
11132
11133 #. type: =head2
11134 #: ../src/guestfs-actions.pod:3357
11135 msgid "guestfs_is_file"
11136 msgstr ""
11137
11138 #. type: verbatim
11139 #: ../src/guestfs-actions.pod:3359
11140 #, no-wrap
11141 msgid ""
11142 " int\n"
11143 " guestfs_is_file (guestfs_h *g,\n"
11144 "                  const char *path);\n"
11145 "\n"
11146 msgstr ""
11147
11148 #. type: textblock
11149 #: ../src/guestfs-actions.pod:3363 ../fish/guestfish-actions.pod:2358
11150 msgid ""
11151 "This returns C<true> if and only if there is a regular file with the given "
11152 "C<path> name.  Note that it returns false for other objects like "
11153 "directories."
11154 msgstr ""
11155
11156 #. type: =head2
11157 #: ../src/guestfs-actions.pod:3373
11158 msgid "guestfs_is_launching"
11159 msgstr ""
11160
11161 #. type: verbatim
11162 #: ../src/guestfs-actions.pod:3375
11163 #, no-wrap
11164 msgid ""
11165 " int\n"
11166 " guestfs_is_launching (guestfs_h *g);\n"
11167 "\n"
11168 msgstr ""
11169
11170 #. type: textblock
11171 #: ../src/guestfs-actions.pod:3378 ../fish/guestfish-actions.pod:2368
11172 msgid ""
11173 "This returns true iff this handle is launching the subprocess (in the "
11174 "C<LAUNCHING> state)."
11175 msgstr ""
11176
11177 #. type: =head2
11178 #: ../src/guestfs-actions.pod:3387
11179 msgid "guestfs_is_lv"
11180 msgstr ""
11181
11182 #. type: verbatim
11183 #: ../src/guestfs-actions.pod:3389
11184 #, no-wrap
11185 msgid ""
11186 " int\n"
11187 " guestfs_is_lv (guestfs_h *g,\n"
11188 "                const char *device);\n"
11189 "\n"
11190 msgstr ""
11191
11192 #. type: textblock
11193 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2377
11194 msgid ""
11195 "This command tests whether C<device> is a logical volume, and returns true "
11196 "iff this is the case."
11197 msgstr ""
11198
11199 #. type: =head2
11200 #: ../src/guestfs-actions.pod:3400
11201 msgid "guestfs_is_ready"
11202 msgstr ""
11203
11204 #. type: verbatim
11205 #: ../src/guestfs-actions.pod:3402
11206 #, no-wrap
11207 msgid ""
11208 " int\n"
11209 " guestfs_is_ready (guestfs_h *g);\n"
11210 "\n"
11211 msgstr ""
11212
11213 #. type: textblock
11214 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2384
11215 msgid ""
11216 "This returns true iff this handle is ready to accept commands (in the "
11217 "C<READY> state)."
11218 msgstr ""
11219
11220 #. type: =head2
11221 #: ../src/guestfs-actions.pod:3414
11222 msgid "guestfs_is_socket"
11223 msgstr ""
11224
11225 #. type: verbatim
11226 #: ../src/guestfs-actions.pod:3416
11227 #, no-wrap
11228 msgid ""
11229 " int\n"
11230 " guestfs_is_socket (guestfs_h *g,\n"
11231 "                    const char *path);\n"
11232 "\n"
11233 msgstr ""
11234
11235 #. type: textblock
11236 #: ../src/guestfs-actions.pod:3420 ../fish/guestfish-actions.pod:2393
11237 msgid ""
11238 "This returns C<true> if and only if there is a Unix domain socket with the "
11239 "given C<path> name."
11240 msgstr ""
11241
11242 #. type: =head2
11243 #: ../src/guestfs-actions.pod:3429
11244 msgid "guestfs_is_symlink"
11245 msgstr ""
11246
11247 #. type: verbatim
11248 #: ../src/guestfs-actions.pod:3431
11249 #, no-wrap
11250 msgid ""
11251 " int\n"
11252 " guestfs_is_symlink (guestfs_h *g,\n"
11253 "                     const char *path);\n"
11254 "\n"
11255 msgstr ""
11256
11257 #. type: textblock
11258 #: ../src/guestfs-actions.pod:3435 ../fish/guestfish-actions.pod:2402
11259 msgid ""
11260 "This returns C<true> if and only if there is a symbolic link with the given "
11261 "C<path> name."
11262 msgstr ""
11263
11264 #. type: =head2
11265 #: ../src/guestfs-actions.pod:3444
11266 msgid "guestfs_kill_subprocess"
11267 msgstr ""
11268
11269 #. type: verbatim
11270 #: ../src/guestfs-actions.pod:3446
11271 #, no-wrap
11272 msgid ""
11273 " int\n"
11274 " guestfs_kill_subprocess (guestfs_h *g);\n"
11275 "\n"
11276 msgstr ""
11277
11278 #. type: textblock
11279 #: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2411
11280 msgid "This kills the qemu subprocess.  You should never need to call this."
11281 msgstr ""
11282
11283 #. type: =head2
11284 #: ../src/guestfs-actions.pod:3455
11285 msgid "guestfs_launch"
11286 msgstr ""
11287
11288 #. type: verbatim
11289 #: ../src/guestfs-actions.pod:3457
11290 #, no-wrap
11291 msgid ""
11292 " int\n"
11293 " guestfs_launch (guestfs_h *g);\n"
11294 "\n"
11295 msgstr ""
11296
11297 #. type: textblock
11298 #: ../src/guestfs-actions.pod:3460 ../fish/guestfish-actions.pod:2419
11299 msgid ""
11300 "Internally libguestfs is implemented by running a virtual machine using "
11301 "L<qemu(1)>."
11302 msgstr ""
11303
11304 #. type: textblock
11305 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2422
11306 msgid ""
11307 "You should call this after configuring the handle (eg. adding drives) but "
11308 "before performing any actions."
11309 msgstr ""
11310
11311 #. type: =head2
11312 #: ../src/guestfs-actions.pod:3475
11313 msgid "guestfs_lchown"
11314 msgstr ""
11315
11316 #. type: verbatim
11317 #: ../src/guestfs-actions.pod:3477
11318 #, no-wrap
11319 msgid ""
11320 " int\n"
11321 " guestfs_lchown (guestfs_h *g,\n"
11322 "                 int owner,\n"
11323 "                 int group,\n"
11324 "                 const char *path);\n"
11325 "\n"
11326 msgstr ""
11327
11328 #. type: textblock
11329 #: ../src/guestfs-actions.pod:3483
11330 msgid ""
11331 "Change the file owner to C<owner> and group to C<group>.  This is like "
11332 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11333 "changed, not the target."
11334 msgstr ""
11335
11336 #. type: =head2
11337 #: ../src/guestfs-actions.pod:3495
11338 msgid "guestfs_lgetxattr"
11339 msgstr ""
11340
11341 #. type: verbatim
11342 #: ../src/guestfs-actions.pod:3497
11343 #, no-wrap
11344 msgid ""
11345 " char *\n"
11346 " guestfs_lgetxattr (guestfs_h *g,\n"
11347 "                    const char *path,\n"
11348 "                    const char *name,\n"
11349 "                    size_t *size_r);\n"
11350 "\n"
11351 msgstr ""
11352
11353 #. type: textblock
11354 #: ../src/guestfs-actions.pod:3503 ../fish/guestfish-actions.pod:2441
11355 msgid ""
11356 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11357 "is a symlink, then this call returns an extended attribute from the symlink."
11358 msgstr ""
11359
11360 #. type: textblock
11361 #: ../src/guestfs-actions.pod:3517
11362 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11363 msgstr ""
11364
11365 #. type: =head2
11366 #: ../src/guestfs-actions.pod:3525
11367 msgid "guestfs_lgetxattrs"
11368 msgstr ""
11369
11370 #. type: verbatim
11371 #: ../src/guestfs-actions.pod:3527
11372 #, no-wrap
11373 msgid ""
11374 " struct guestfs_xattr_list *\n"
11375 " guestfs_lgetxattrs (guestfs_h *g,\n"
11376 "                     const char *path);\n"
11377 "\n"
11378 msgstr ""
11379
11380 #. type: textblock
11381 #: ../src/guestfs-actions.pod:3531
11382 msgid ""
11383 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11384 "then it returns the extended attributes of the link itself."
11385 msgstr ""
11386
11387 #. type: =head2
11388 #: ../src/guestfs-actions.pod:3541
11389 msgid "guestfs_list_devices"
11390 msgstr ""
11391
11392 #. type: verbatim
11393 #: ../src/guestfs-actions.pod:3543
11394 #, no-wrap
11395 msgid ""
11396 " char **\n"
11397 " guestfs_list_devices (guestfs_h *g);\n"
11398 "\n"
11399 msgstr ""
11400
11401 #. type: textblock
11402 #: ../src/guestfs-actions.pod:3546 ../fish/guestfish-actions.pod:2469
11403 msgid "List all the block devices."
11404 msgstr ""
11405
11406 #. type: textblock
11407 #: ../src/guestfs-actions.pod:3548 ../fish/guestfish-actions.pod:2471
11408 msgid "The full block device names are returned, eg. C</dev/sda>."
11409 msgstr ""
11410
11411 #. type: =head2
11412 #: ../src/guestfs-actions.pod:3558
11413 msgid "guestfs_list_filesystems"
11414 msgstr ""
11415
11416 #. type: verbatim
11417 #: ../src/guestfs-actions.pod:3560
11418 #, no-wrap
11419 msgid ""
11420 " char **\n"
11421 " guestfs_list_filesystems (guestfs_h *g);\n"
11422 "\n"
11423 msgstr ""
11424
11425 #. type: textblock
11426 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2479
11427 msgid ""
11428 "This inspection command looks for filesystems on partitions, block devices "
11429 "and logical volumes, returning a list of devices containing filesystems and "
11430 "their type."
11431 msgstr ""
11432
11433 #. type: textblock
11434 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2483
11435 msgid ""
11436 "The return value is a hash, where the keys are the devices containing "
11437 "filesystems, and the values are the filesystem types.  For example:"
11438 msgstr ""
11439
11440 #. type: verbatim
11441 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2487
11442 #, no-wrap
11443 msgid ""
11444 " \"/dev/sda1\" => \"ntfs\"\n"
11445 " \"/dev/sda2\" => \"ext2\"\n"
11446 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11447 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11448 "\n"
11449 msgstr ""
11450
11451 #. type: textblock
11452 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
11453 msgid ""
11454 "The value can have the special value \"unknown\", meaning the content of the "
11455 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11456 msgstr ""
11457
11458 #. type: textblock
11459 #: ../src/guestfs-actions.pod:3580
11460 msgid ""
11461 "This command runs other libguestfs commands, which might include "
11462 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11463 "soon after launch and only when nothing is mounted."
11464 msgstr ""
11465
11466 #. type: textblock
11467 #: ../src/guestfs-actions.pod:3584
11468 msgid ""
11469 "Not all of the filesystems returned will be mountable.  In particular, swap "
11470 "partitions are returned in the list.  Also this command does not check that "
11471 "each filesystem found is valid and mountable, and some filesystems might be "
11472 "mountable but require special options.  Filesystems may not all belong to a "
11473 "single logical operating system (use C<guestfs_inspect_os> to look for "
11474 "OSes)."
11475 msgstr ""
11476
11477 #. type: textblock
11478 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:5203
11479 msgid "(Added in 1.5.15)"
11480 msgstr ""
11481
11482 #. type: =head2
11483 #: ../src/guestfs-actions.pod:3600
11484 msgid "guestfs_list_partitions"
11485 msgstr ""
11486
11487 #. type: verbatim
11488 #: ../src/guestfs-actions.pod:3602
11489 #, no-wrap
11490 msgid ""
11491 " char **\n"
11492 " guestfs_list_partitions (guestfs_h *g);\n"
11493 "\n"
11494 msgstr ""
11495
11496 #. type: textblock
11497 #: ../src/guestfs-actions.pod:3605 ../fish/guestfish-actions.pod:2512
11498 msgid "List all the partitions detected on all block devices."
11499 msgstr ""
11500
11501 #. type: textblock
11502 #: ../src/guestfs-actions.pod:3607 ../fish/guestfish-actions.pod:2514
11503 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11504 msgstr ""
11505
11506 #. type: textblock
11507 #: ../src/guestfs-actions.pod:3609
11508 msgid ""
11509 "This does not return logical volumes.  For that you will need to call "
11510 "C<guestfs_lvs>."
11511 msgstr ""
11512
11513 #. type: =head2
11514 #: ../src/guestfs-actions.pod:3620
11515 msgid "guestfs_ll"
11516 msgstr ""
11517
11518 #. type: verbatim
11519 #: ../src/guestfs-actions.pod:3622
11520 #, no-wrap
11521 msgid ""
11522 " char *\n"
11523 " guestfs_ll (guestfs_h *g,\n"
11524 "             const char *directory);\n"
11525 "\n"
11526 msgstr ""
11527
11528 #. type: textblock
11529 #: ../src/guestfs-actions.pod:3626 ../fish/guestfish-actions.pod:2525
11530 msgid ""
11531 "List the files in C<directory> (relative to the root directory, there is no "
11532 "cwd) in the format of 'ls -la'."
11533 msgstr ""
11534
11535 #. type: textblock
11536 #: ../src/guestfs-actions.pod:3629 ../fish/guestfish-actions.pod:2528
11537 msgid ""
11538 "This command is mostly useful for interactive sessions.  It is I<not> "
11539 "intended that you try to parse the output string."
11540 msgstr ""
11541
11542 #. type: =head2
11543 #: ../src/guestfs-actions.pod:3637
11544 msgid "guestfs_ln"
11545 msgstr ""
11546
11547 #. type: verbatim
11548 #: ../src/guestfs-actions.pod:3639
11549 #, no-wrap
11550 msgid ""
11551 " int\n"
11552 " guestfs_ln (guestfs_h *g,\n"
11553 "             const char *target,\n"
11554 "             const char *linkname);\n"
11555 "\n"
11556 msgstr ""
11557
11558 #. type: textblock
11559 #: ../src/guestfs-actions.pod:3644 ../fish/guestfish-actions.pod:2535
11560 msgid "This command creates a hard link using the C<ln> command."
11561 msgstr ""
11562
11563 #. type: =head2
11564 #: ../src/guestfs-actions.pod:3650
11565 msgid "guestfs_ln_f"
11566 msgstr ""
11567
11568 #. type: verbatim
11569 #: ../src/guestfs-actions.pod:3652
11570 #, no-wrap
11571 msgid ""
11572 " int\n"
11573 " guestfs_ln_f (guestfs_h *g,\n"
11574 "               const char *target,\n"
11575 "               const char *linkname);\n"
11576 "\n"
11577 msgstr ""
11578
11579 #. type: textblock
11580 #: ../src/guestfs-actions.pod:3657 ../fish/guestfish-actions.pod:2541
11581 msgid ""
11582 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11583 "option removes the link (C<linkname>) if it exists already."
11584 msgstr ""
11585
11586 #. type: =head2
11587 #: ../src/guestfs-actions.pod:3664
11588 msgid "guestfs_ln_s"
11589 msgstr ""
11590
11591 #. type: verbatim
11592 #: ../src/guestfs-actions.pod:3666
11593 #, no-wrap
11594 msgid ""
11595 " int\n"
11596 " guestfs_ln_s (guestfs_h *g,\n"
11597 "               const char *target,\n"
11598 "               const char *linkname);\n"
11599 "\n"
11600 msgstr ""
11601
11602 #. type: textblock
11603 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2548
11604 msgid "This command creates a symbolic link using the C<ln -s> command."
11605 msgstr ""
11606
11607 #. type: =head2
11608 #: ../src/guestfs-actions.pod:3677
11609 msgid "guestfs_ln_sf"
11610 msgstr ""
11611
11612 #. type: verbatim
11613 #: ../src/guestfs-actions.pod:3679
11614 #, no-wrap
11615 msgid ""
11616 " int\n"
11617 " guestfs_ln_sf (guestfs_h *g,\n"
11618 "                const char *target,\n"
11619 "                const char *linkname);\n"
11620 "\n"
11621 msgstr ""
11622
11623 #. type: textblock
11624 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2554
11625 msgid ""
11626 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11627 "option removes the link (C<linkname>) if it exists already."
11628 msgstr ""
11629
11630 #. type: =head2
11631 #: ../src/guestfs-actions.pod:3691
11632 msgid "guestfs_lremovexattr"
11633 msgstr ""
11634
11635 #. type: verbatim
11636 #: ../src/guestfs-actions.pod:3693
11637 #, no-wrap
11638 msgid ""
11639 " int\n"
11640 " guestfs_lremovexattr (guestfs_h *g,\n"
11641 "                       const char *xattr,\n"
11642 "                       const char *path);\n"
11643 "\n"
11644 msgstr ""
11645
11646 #. type: textblock
11647 #: ../src/guestfs-actions.pod:3698
11648 msgid ""
11649 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11650 "link, then it removes an extended attribute of the link itself."
11651 msgstr ""
11652
11653 #. type: =head2
11654 #: ../src/guestfs-actions.pod:3706
11655 msgid "guestfs_ls"
11656 msgstr ""
11657
11658 #. type: verbatim
11659 #: ../src/guestfs-actions.pod:3708
11660 #, no-wrap
11661 msgid ""
11662 " char **\n"
11663 " guestfs_ls (guestfs_h *g,\n"
11664 "             const char *directory);\n"
11665 "\n"
11666 msgstr ""
11667
11668 #. type: textblock
11669 #: ../src/guestfs-actions.pod:3712 ../fish/guestfish-actions.pod:2569
11670 msgid ""
11671 "List the files in C<directory> (relative to the root directory, there is no "
11672 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11673 "shown."
11674 msgstr ""
11675
11676 #. type: textblock
11677 #: ../src/guestfs-actions.pod:3716
11678 msgid ""
11679 "This command is mostly useful for interactive sessions.  Programs should "
11680 "probably use C<guestfs_readdir> instead."
11681 msgstr ""
11682
11683 #. type: =head2
11684 #: ../src/guestfs-actions.pod:3725
11685 msgid "guestfs_lsetxattr"
11686 msgstr ""
11687
11688 #. type: verbatim
11689 #: ../src/guestfs-actions.pod:3727
11690 #, no-wrap
11691 msgid ""
11692 " int\n"
11693 " guestfs_lsetxattr (guestfs_h *g,\n"
11694 "                    const char *xattr,\n"
11695 "                    const char *val,\n"
11696 "                    int vallen,\n"
11697 "                    const char *path);\n"
11698 "\n"
11699 msgstr ""
11700
11701 #. type: textblock
11702 #: ../src/guestfs-actions.pod:3734
11703 msgid ""
11704 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11705 "then it sets an extended attribute of the link itself."
11706 msgstr ""
11707
11708 #. type: =head2
11709 #: ../src/guestfs-actions.pod:3742
11710 msgid "guestfs_lstat"
11711 msgstr ""
11712
11713 #. type: verbatim
11714 #: ../src/guestfs-actions.pod:3744
11715 #, no-wrap
11716 msgid ""
11717 " struct guestfs_stat *\n"
11718 " guestfs_lstat (guestfs_h *g,\n"
11719 "                const char *path);\n"
11720 "\n"
11721 msgstr ""
11722
11723 #. type: textblock
11724 #: ../src/guestfs-actions.pod:3748 ../src/guestfs-actions.pod:6306 ../fish/guestfish-actions.pod:2588 ../fish/guestfish-actions.pod:4257
11725 msgid "Returns file information for the given C<path>."
11726 msgstr ""
11727
11728 #. type: textblock
11729 #: ../src/guestfs-actions.pod:3750
11730 msgid ""
11731 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11732 "link, then the link is stat-ed, not the file it refers to."
11733 msgstr ""
11734
11735 #. type: textblock
11736 #: ../src/guestfs-actions.pod:3754 ../fish/guestfish-actions.pod:2594
11737 msgid "This is the same as the C<lstat(2)> system call."
11738 msgstr ""
11739
11740 #. type: textblock
11741 #: ../src/guestfs-actions.pod:3756 ../src/guestfs-actions.pod:6310
11742 msgid ""
11743 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11744 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11745 msgstr ""
11746
11747 #. type: textblock
11748 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:6314 ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6713
11749 msgid "(Added in 0.9.2)"
11750 msgstr ""
11751
11752 #. type: =head2
11753 #: ../src/guestfs-actions.pod:3762
11754 msgid "guestfs_lstatlist"
11755 msgstr ""
11756
11757 #. type: verbatim
11758 #: ../src/guestfs-actions.pod:3764
11759 #, no-wrap
11760 msgid ""
11761 " struct guestfs_stat_list *\n"
11762 " guestfs_lstatlist (guestfs_h *g,\n"
11763 "                    const char *path,\n"
11764 "                    char *const *names);\n"
11765 "\n"
11766 msgstr ""
11767
11768 #. type: textblock
11769 #: ../src/guestfs-actions.pod:3769
11770 msgid ""
11771 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11772 "files, where all files are in the directory C<path>.  C<names> is the list "
11773 "of files from this directory."
11774 msgstr ""
11775
11776 #. type: textblock
11777 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2604
11778 msgid ""
11779 "On return you get a list of stat structs, with a one-to-one correspondence "
11780 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11781 "then the C<ino> field of that structure is set to C<-1>."
11782 msgstr ""
11783
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:3778
11786 msgid ""
11787 "This call is intended for programs that want to efficiently list a directory "
11788 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11789 "for a similarly efficient call for getting extended attributes.  Very long "
11790 "directory listings might cause the protocol message size to be exceeded, "
11791 "causing this call to fail.  The caller must split up such requests into "
11792 "smaller groups of names."
11793 msgstr ""
11794
11795 #. type: textblock
11796 #: ../src/guestfs-actions.pod:3786
11797 msgid ""
11798 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11799 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11800 msgstr ""
11801
11802 #. type: =head2
11803 #: ../src/guestfs-actions.pod:3792
11804 msgid "guestfs_luks_add_key"
11805 msgstr ""
11806
11807 #. type: verbatim
11808 #: ../src/guestfs-actions.pod:3794
11809 #, no-wrap
11810 msgid ""
11811 " int\n"
11812 " guestfs_luks_add_key (guestfs_h *g,\n"
11813 "                       const char *device,\n"
11814 "                       const char *key,\n"
11815 "                       const char *newkey,\n"
11816 "                       int keyslot);\n"
11817 "\n"
11818 msgstr ""
11819
11820 #. type: textblock
11821 #: ../src/guestfs-actions.pod:3801 ../fish/guestfish-actions.pod:2621
11822 msgid ""
11823 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11824 "existing key, and is used to access the device.  C<newkey> is the new key to "
11825 "add.  C<keyslot> is the key slot that will be replaced."
11826 msgstr ""
11827
11828 #. type: textblock
11829 #: ../src/guestfs-actions.pod:3806
11830 msgid ""
11831 "Note that if C<keyslot> already contains a key, then this command will "
11832 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11833 msgstr ""
11834
11835 #. type: textblock
11836 #: ../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
11837 msgid ""
11838 "This function takes a key or passphrase parameter which could contain "
11839 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11840 "information."
11841 msgstr ""
11842
11843 #. type: textblock
11844 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3856 ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3899
11845 msgid "(Added in 1.5.2)"
11846 msgstr ""
11847
11848 #. type: =head2
11849 #: ../src/guestfs-actions.pod:3818
11850 msgid "guestfs_luks_close"
11851 msgstr ""
11852
11853 #. type: verbatim
11854 #: ../src/guestfs-actions.pod:3820
11855 #, no-wrap
11856 msgid ""
11857 " int\n"
11858 " guestfs_luks_close (guestfs_h *g,\n"
11859 "                     const char *device);\n"
11860 "\n"
11861 msgstr ""
11862
11863 #. type: textblock
11864 #: ../src/guestfs-actions.pod:3824
11865 msgid ""
11866 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11867 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11868 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11869 "underlying block device."
11870 msgstr ""
11871
11872 #. type: textblock
11873 #: ../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
11874 msgid "(Added in 1.5.1)"
11875 msgstr ""
11876
11877 #. type: =head2
11878 #: ../src/guestfs-actions.pod:3834
11879 msgid "guestfs_luks_format"
11880 msgstr ""
11881
11882 #. type: verbatim
11883 #: ../src/guestfs-actions.pod:3836
11884 #, no-wrap
11885 msgid ""
11886 " int\n"
11887 " guestfs_luks_format (guestfs_h *g,\n"
11888 "                      const char *device,\n"
11889 "                      const char *key,\n"
11890 "                      int keyslot);\n"
11891 "\n"
11892 msgstr ""
11893
11894 #. type: textblock
11895 #: ../src/guestfs-actions.pod:3842 ../fish/guestfish-actions.pod:2647
11896 msgid ""
11897 "This command erases existing data on C<device> and formats the device as a "
11898 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11899 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11900 msgstr ""
11901
11902 #. type: textblock
11903 #: ../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
11904 msgid ""
11905 "B<This command is dangerous.  Without careful use you can easily destroy all "
11906 "your data>."
11907 msgstr ""
11908
11909 #. type: =head2
11910 #: ../src/guestfs-actions.pod:3858
11911 msgid "guestfs_luks_format_cipher"
11912 msgstr ""
11913
11914 #. type: verbatim
11915 #: ../src/guestfs-actions.pod:3860
11916 #, no-wrap
11917 msgid ""
11918 " int\n"
11919 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11920 "                             const char *device,\n"
11921 "                             const char *key,\n"
11922 "                             int keyslot,\n"
11923 "                             const char *cipher);\n"
11924 "\n"
11925 msgstr ""
11926
11927 #. type: textblock
11928 #: ../src/guestfs-actions.pod:3867
11929 msgid ""
11930 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11931 "set the C<cipher> used."
11932 msgstr ""
11933
11934 #. type: =head2
11935 #: ../src/guestfs-actions.pod:3881
11936 msgid "guestfs_luks_kill_slot"
11937 msgstr ""
11938
11939 #. type: verbatim
11940 #: ../src/guestfs-actions.pod:3883
11941 #, no-wrap
11942 msgid ""
11943 " int\n"
11944 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11945 "                         const char *device,\n"
11946 "                         const char *key,\n"
11947 "                         int keyslot);\n"
11948 "\n"
11949 msgstr ""
11950
11951 #. type: textblock
11952 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2675
11953 msgid ""
11954 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11955 "device C<device>.  C<key> must be one of the I<other> keys."
11956 msgstr ""
11957
11958 #. type: =head2
11959 #: ../src/guestfs-actions.pod:3901
11960 msgid "guestfs_luks_open"
11961 msgstr ""
11962
11963 #. type: verbatim
11964 #: ../src/guestfs-actions.pod:3903
11965 #, no-wrap
11966 msgid ""
11967 " int\n"
11968 " guestfs_luks_open (guestfs_h *g,\n"
11969 "                    const char *device,\n"
11970 "                    const char *key,\n"
11971 "                    const char *mapname);\n"
11972 "\n"
11973 msgstr ""
11974
11975 #. type: textblock
11976 #: ../src/guestfs-actions.pod:3909 ../fish/guestfish-actions.pod:2686
11977 msgid ""
11978 "This command opens a block device which has been encrypted according to the "
11979 "Linux Unified Key Setup (LUKS) standard."
11980 msgstr ""
11981
11982 #. type: textblock
11983 #: ../src/guestfs-actions.pod:3912 ../fish/guestfish-actions.pod:2689
11984 msgid "C<device> is the encrypted block device or partition."
11985 msgstr ""
11986
11987 #. type: textblock
11988 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
11989 msgid ""
11990 "The caller must supply one of the keys associated with the LUKS block "
11991 "device, in the C<key> parameter."
11992 msgstr ""
11993
11994 #. type: textblock
11995 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
11996 msgid ""
11997 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11998 "writes to this block device are decrypted from and encrypted to the "
11999 "underlying C<device> respectively."
12000 msgstr ""
12001
12002 #. type: textblock
12003 #: ../src/guestfs-actions.pod:3921
12004 msgid ""
12005 "If this block device contains LVM volume groups, then calling "
12006 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12007 "visible."
12008 msgstr ""
12009
12010 #. type: =head2
12011 #: ../src/guestfs-actions.pod:3933
12012 msgid "guestfs_luks_open_ro"
12013 msgstr ""
12014
12015 #. type: verbatim
12016 #: ../src/guestfs-actions.pod:3935
12017 #, no-wrap
12018 msgid ""
12019 " int\n"
12020 " guestfs_luks_open_ro (guestfs_h *g,\n"
12021 "                       const char *device,\n"
12022 "                       const char *key,\n"
12023 "                       const char *mapname);\n"
12024 "\n"
12025 msgstr ""
12026
12027 #. type: textblock
12028 #: ../src/guestfs-actions.pod:3941
12029 msgid ""
12030 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12031 "created."
12032 msgstr ""
12033
12034 #. type: =head2
12035 #: ../src/guestfs-actions.pod:3952
12036 msgid "guestfs_lvcreate"
12037 msgstr ""
12038
12039 #. type: verbatim
12040 #: ../src/guestfs-actions.pod:3954
12041 #, no-wrap
12042 msgid ""
12043 " int\n"
12044 " guestfs_lvcreate (guestfs_h *g,\n"
12045 "                   const char *logvol,\n"
12046 "                   const char *volgroup,\n"
12047 "                   int mbytes);\n"
12048 "\n"
12049 msgstr ""
12050
12051 #. type: textblock
12052 #: ../src/guestfs-actions.pod:3960 ../fish/guestfish-actions.pod:2719
12053 msgid ""
12054 "This creates an LVM logical volume called C<logvol> on the volume group "
12055 "C<volgroup>, with C<size> megabytes."
12056 msgstr ""
12057
12058 #. type: =head2
12059 #: ../src/guestfs-actions.pod:3967
12060 msgid "guestfs_lvm_canonical_lv_name"
12061 msgstr ""
12062
12063 #. type: verbatim
12064 #: ../src/guestfs-actions.pod:3969
12065 #, no-wrap
12066 msgid ""
12067 " char *\n"
12068 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12069 "                                const char *lvname);\n"
12070 "\n"
12071 msgstr ""
12072
12073 #. type: textblock
12074 #: ../src/guestfs-actions.pod:3973 ../fish/guestfish-actions.pod:2726
12075 msgid ""
12076 "This converts alternative naming schemes for LVs that you might find to the "
12077 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
12078 "C</dev/VG/LV>."
12079 msgstr ""
12080
12081 #. type: textblock
12082 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2730
12083 msgid ""
12084 "This command returns an error if the C<lvname> parameter does not refer to a "
12085 "logical volume."
12086 msgstr ""
12087
12088 #. type: textblock
12089 #: ../src/guestfs-actions.pod:3980
12090 msgid "See also C<guestfs_is_lv>."
12091 msgstr ""
12092
12093 #. type: textblock
12094 #: ../src/guestfs-actions.pod:3985
12095 msgid "(Added in 1.5.24)"
12096 msgstr ""
12097
12098 #. type: =head2
12099 #: ../src/guestfs-actions.pod:3987
12100 msgid "guestfs_lvm_clear_filter"
12101 msgstr ""
12102
12103 #. type: verbatim
12104 #: ../src/guestfs-actions.pod:3989
12105 #, no-wrap
12106 msgid ""
12107 " int\n"
12108 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12109 "\n"
12110 msgstr ""
12111
12112 #. type: textblock
12113 #: ../src/guestfs-actions.pod:3992
12114 msgid ""
12115 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12116 "see every block device."
12117 msgstr ""
12118
12119 #. type: textblock
12120 #: ../src/guestfs-actions.pod:3995 ../src/guestfs-actions.pod:4037 ../fish/guestfish-actions.pod:2742 ../fish/guestfish-actions.pod:2773
12121 msgid "This command also clears the LVM cache and performs a volume group scan."
12122 msgstr ""
12123
12124 #. type: =head2
12125 #: ../src/guestfs-actions.pod:4002
12126 msgid "guestfs_lvm_remove_all"
12127 msgstr ""
12128
12129 #. type: verbatim
12130 #: ../src/guestfs-actions.pod:4004
12131 #, no-wrap
12132 msgid ""
12133 " int\n"
12134 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12135 "\n"
12136 msgstr ""
12137
12138 #. type: textblock
12139 #: ../src/guestfs-actions.pod:4007 ../fish/guestfish-actions.pod:2749
12140 msgid ""
12141 "This command removes all LVM logical volumes, volume groups and physical "
12142 "volumes."
12143 msgstr ""
12144
12145 #. type: =head2
12146 #: ../src/guestfs-actions.pod:4017
12147 msgid "guestfs_lvm_set_filter"
12148 msgstr ""
12149
12150 #. type: verbatim
12151 #: ../src/guestfs-actions.pod:4019
12152 #, no-wrap
12153 msgid ""
12154 " int\n"
12155 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12156 "                         char *const *devices);\n"
12157 "\n"
12158 msgstr ""
12159
12160 #. type: textblock
12161 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2759
12162 msgid ""
12163 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12164 "block devices in the list C<devices>, and will ignore all other attached "
12165 "block devices."
12166 msgstr ""
12167
12168 #. type: textblock
12169 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2763
12170 msgid ""
12171 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12172 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12173 "there are two types of duplication possible: either cloned PVs/VGs which "
12174 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12175 "same name.  In normal operation you cannot create this situation, but you "
12176 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12177 "inside the LVM metadata."
12178 msgstr ""
12179
12180 #. type: textblock
12181 #: ../src/guestfs-actions.pod:4040 ../fish/guestfish-actions.pod:2776
12182 msgid "You can filter whole block devices or individual partitions."
12183 msgstr ""
12184
12185 #. type: textblock
12186 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2778
12187 msgid ""
12188 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12189 "filesystem), even if you are not filtering out that VG."
12190 msgstr ""
12191
12192 #. type: =head2
12193 #: ../src/guestfs-actions.pod:4050
12194 msgid "guestfs_lvremove"
12195 msgstr ""
12196
12197 #. type: verbatim
12198 #: ../src/guestfs-actions.pod:4052
12199 #, no-wrap
12200 msgid ""
12201 " int\n"
12202 " guestfs_lvremove (guestfs_h *g,\n"
12203 "                   const char *device);\n"
12204 "\n"
12205 msgstr ""
12206
12207 #. type: textblock
12208 #: ../src/guestfs-actions.pod:4056 ../fish/guestfish-actions.pod:2786
12209 msgid ""
12210 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12211 "LV, such as C</dev/VG/LV>."
12212 msgstr ""
12213
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:4059 ../fish/guestfish-actions.pod:2789
12216 msgid ""
12217 "You can also remove all LVs in a volume group by specifying the VG name, "
12218 "C</dev/VG>."
12219 msgstr ""
12220
12221 #. type: textblock
12222 #: ../src/guestfs-actions.pod:4064 ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:7089
12223 msgid "(Added in 1.0.13)"
12224 msgstr ""
12225
12226 #. type: =head2
12227 #: ../src/guestfs-actions.pod:4066
12228 msgid "guestfs_lvrename"
12229 msgstr ""
12230
12231 #. type: verbatim
12232 #: ../src/guestfs-actions.pod:4068
12233 #, no-wrap
12234 msgid ""
12235 " int\n"
12236 " guestfs_lvrename (guestfs_h *g,\n"
12237 "                   const char *logvol,\n"
12238 "                   const char *newlogvol);\n"
12239 "\n"
12240 msgstr ""
12241
12242 #. type: textblock
12243 #: ../src/guestfs-actions.pod:4073 ../fish/guestfish-actions.pod:2796
12244 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12245 msgstr ""
12246
12247 #. type: textblock
12248 #: ../src/guestfs-actions.pod:4077 ../src/guestfs-actions.pod:7102
12249 msgid "(Added in 1.0.83)"
12250 msgstr ""
12251
12252 #. type: =head2
12253 #: ../src/guestfs-actions.pod:4079
12254 msgid "guestfs_lvresize"
12255 msgstr ""
12256
12257 #. type: verbatim
12258 #: ../src/guestfs-actions.pod:4081
12259 #, no-wrap
12260 msgid ""
12261 " int\n"
12262 " guestfs_lvresize (guestfs_h *g,\n"
12263 "                   const char *device,\n"
12264 "                   int mbytes);\n"
12265 "\n"
12266 msgstr ""
12267
12268 #. type: textblock
12269 #: ../src/guestfs-actions.pod:4086 ../fish/guestfish-actions.pod:2802
12270 msgid ""
12271 "This resizes (expands or shrinks) an existing LVM logical volume to "
12272 "C<mbytes>.  When reducing, data in the reduced part is lost."
12273 msgstr ""
12274
12275 #. type: =head2
12276 #: ../src/guestfs-actions.pod:4094
12277 msgid "guestfs_lvresize_free"
12278 msgstr ""
12279
12280 #. type: verbatim
12281 #: ../src/guestfs-actions.pod:4096
12282 #, no-wrap
12283 msgid ""
12284 " int\n"
12285 " guestfs_lvresize_free (guestfs_h *g,\n"
12286 "                        const char *lv,\n"
12287 "                        int percent);\n"
12288 "\n"
12289 msgstr ""
12290
12291 #. type: textblock
12292 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2810
12293 msgid ""
12294 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12295 "remaining free space in the volume group.  Commonly you would call this with "
12296 "pc = 100 which expands the logical volume as much as possible, using all "
12297 "remaining free space in the volume group."
12298 msgstr ""
12299
12300 #. type: textblock
12301 #: ../src/guestfs-actions.pod:4109
12302 msgid "(Added in 1.3.3)"
12303 msgstr ""
12304
12305 #. type: =head2
12306 #: ../src/guestfs-actions.pod:4111
12307 msgid "guestfs_lvs"
12308 msgstr ""
12309
12310 #. type: verbatim
12311 #: ../src/guestfs-actions.pod:4113
12312 #, no-wrap
12313 msgid ""
12314 " char **\n"
12315 " guestfs_lvs (guestfs_h *g);\n"
12316 "\n"
12317 msgstr ""
12318
12319 #. type: textblock
12320 #: ../src/guestfs-actions.pod:4116 ../fish/guestfish-actions.pod:2820
12321 msgid ""
12322 "List all the logical volumes detected.  This is the equivalent of the "
12323 "L<lvs(8)> command."
12324 msgstr ""
12325
12326 #. type: textblock
12327 #: ../src/guestfs-actions.pod:4119 ../fish/guestfish-actions.pod:2823
12328 msgid ""
12329 "This returns a list of the logical volume device names "
12330 "(eg. C</dev/VolGroup00/LogVol00>)."
12331 msgstr ""
12332
12333 #. type: textblock
12334 #: ../src/guestfs-actions.pod:4122
12335 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12336 msgstr ""
12337
12338 #. type: =head2
12339 #: ../src/guestfs-actions.pod:4130
12340 msgid "guestfs_lvs_full"
12341 msgstr ""
12342
12343 #. type: verbatim
12344 #: ../src/guestfs-actions.pod:4132
12345 #, no-wrap
12346 msgid ""
12347 " struct guestfs_lvm_lv_list *\n"
12348 " guestfs_lvs_full (guestfs_h *g);\n"
12349 "\n"
12350 msgstr ""
12351
12352 #. type: textblock
12353 #: ../src/guestfs-actions.pod:4135 ../fish/guestfish-actions.pod:2832
12354 msgid ""
12355 "List all the logical volumes detected.  This is the equivalent of the "
12356 "L<lvs(8)> command.  The \"full\" version includes all fields."
12357 msgstr ""
12358
12359 #. type: textblock
12360 #: ../src/guestfs-actions.pod:4138
12361 msgid ""
12362 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12363 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12364 "use>."
12365 msgstr ""
12366
12367 #. type: =head2
12368 #: ../src/guestfs-actions.pod:4144
12369 msgid "guestfs_lvuuid"
12370 msgstr ""
12371
12372 #. type: verbatim
12373 #: ../src/guestfs-actions.pod:4146
12374 #, no-wrap
12375 msgid ""
12376 " char *\n"
12377 " guestfs_lvuuid (guestfs_h *g,\n"
12378 "                 const char *device);\n"
12379 "\n"
12380 msgstr ""
12381
12382 #. type: textblock
12383 #: ../src/guestfs-actions.pod:4150 ../fish/guestfish-actions.pod:2839
12384 msgid "This command returns the UUID of the LVM LV C<device>."
12385 msgstr ""
12386
12387 #. type: =head2
12388 #: ../src/guestfs-actions.pod:4157
12389 msgid "guestfs_lxattrlist"
12390 msgstr ""
12391
12392 #. type: verbatim
12393 #: ../src/guestfs-actions.pod:4159
12394 #, no-wrap
12395 msgid ""
12396 " struct guestfs_xattr_list *\n"
12397 " guestfs_lxattrlist (guestfs_h *g,\n"
12398 "                     const char *path,\n"
12399 "                     char *const *names);\n"
12400 "\n"
12401 msgstr ""
12402
12403 #. type: textblock
12404 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2845
12405 msgid ""
12406 "This call allows you to get the extended attributes of multiple files, where "
12407 "all files are in the directory C<path>.  C<names> is the list of files from "
12408 "this directory."
12409 msgstr ""
12410
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:4168 ../fish/guestfish-actions.pod:2849
12413 msgid ""
12414 "On return you get a flat list of xattr structs which must be interpreted "
12415 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12416 "C<attrval> in this struct is zero-length to indicate there was an error "
12417 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12418 "number (the number of following attributes for this file, which could be "
12419 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12420 "attributes for the first named file.  This repeats for the second and "
12421 "subsequent files."
12422 msgstr ""
12423
12424 #. type: textblock
12425 #: ../src/guestfs-actions.pod:4178
12426 msgid ""
12427 "This call is intended for programs that want to efficiently list a directory "
12428 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12429 "a similarly efficient call for getting standard stats.  Very long directory "
12430 "listings might cause the protocol message size to be exceeded, causing this "
12431 "call to fail.  The caller must split up such requests into smaller groups of "
12432 "names."
12433 msgstr ""
12434
12435 #. type: =head2
12436 #: ../src/guestfs-actions.pod:4192
12437 msgid "guestfs_mkdir"
12438 msgstr ""
12439
12440 #. type: verbatim
12441 #: ../src/guestfs-actions.pod:4194
12442 #, no-wrap
12443 msgid ""
12444 " int\n"
12445 " guestfs_mkdir (guestfs_h *g,\n"
12446 "                const char *path);\n"
12447 "\n"
12448 msgstr ""
12449
12450 #. type: textblock
12451 #: ../src/guestfs-actions.pod:4198 ../fish/guestfish-actions.pod:2871
12452 msgid "Create a directory named C<path>."
12453 msgstr ""
12454
12455 #. type: =head2
12456 #: ../src/guestfs-actions.pod:4204
12457 msgid "guestfs_mkdir_mode"
12458 msgstr ""
12459
12460 #. type: verbatim
12461 #: ../src/guestfs-actions.pod:4206
12462 #, no-wrap
12463 msgid ""
12464 " int\n"
12465 " guestfs_mkdir_mode (guestfs_h *g,\n"
12466 "                     const char *path,\n"
12467 "                     int mode);\n"
12468 "\n"
12469 msgstr ""
12470
12471 #. type: textblock
12472 #: ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:2877
12473 msgid ""
12474 "This command creates a directory, setting the initial permissions of the "
12475 "directory to C<mode>."
12476 msgstr ""
12477
12478 #. type: textblock
12479 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2880
12480 msgid ""
12481 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12482 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12483 "other ways."
12484 msgstr ""
12485
12486 #. type: textblock
12487 #: ../src/guestfs-actions.pod:4218
12488 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12489 msgstr ""
12490
12491 #. type: =head2
12492 #: ../src/guestfs-actions.pod:4224
12493 msgid "guestfs_mkdir_p"
12494 msgstr ""
12495
12496 #. type: verbatim
12497 #: ../src/guestfs-actions.pod:4226
12498 #, no-wrap
12499 msgid ""
12500 " int\n"
12501 " guestfs_mkdir_p (guestfs_h *g,\n"
12502 "                  const char *path);\n"
12503 "\n"
12504 msgstr ""
12505
12506 #. type: textblock
12507 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2890
12508 msgid ""
12509 "Create a directory named C<path>, creating any parent directories as "
12510 "necessary.  This is like the C<mkdir -p> shell command."
12511 msgstr ""
12512
12513 #. type: =head2
12514 #: ../src/guestfs-actions.pod:4237
12515 msgid "guestfs_mkdtemp"
12516 msgstr ""
12517
12518 #. type: verbatim
12519 #: ../src/guestfs-actions.pod:4239
12520 #, no-wrap
12521 msgid ""
12522 " char *\n"
12523 " guestfs_mkdtemp (guestfs_h *g,\n"
12524 "                  const char *template);\n"
12525 "\n"
12526 msgstr ""
12527
12528 #. type: textblock
12529 #: ../src/guestfs-actions.pod:4243 ../fish/guestfish-actions.pod:2897
12530 msgid ""
12531 "This command creates a temporary directory.  The C<template> parameter "
12532 "should be a full pathname for the temporary directory name with the final "
12533 "six characters being \"XXXXXX\"."
12534 msgstr ""
12535
12536 #. type: textblock
12537 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
12538 msgid ""
12539 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12540 "being suitable for Windows filesystems."
12541 msgstr ""
12542
12543 #. type: textblock
12544 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2905
12545 msgid "The name of the temporary directory that was created is returned."
12546 msgstr ""
12547
12548 #. type: textblock
12549 #: ../src/guestfs-actions.pod:4254 ../fish/guestfish-actions.pod:2908
12550 msgid "The temporary directory is created with mode 0700 and is owned by root."
12551 msgstr ""
12552
12553 #. type: textblock
12554 #: ../src/guestfs-actions.pod:4257 ../fish/guestfish-actions.pod:2911
12555 msgid ""
12556 "The caller is responsible for deleting the temporary directory and its "
12557 "contents after use."
12558 msgstr ""
12559
12560 #. type: textblock
12561 #: ../src/guestfs-actions.pod:4260 ../fish/guestfish-actions.pod:2914
12562 msgid "See also: L<mkdtemp(3)>"
12563 msgstr ""
12564
12565 #. type: =head2
12566 #: ../src/guestfs-actions.pod:4267
12567 msgid "guestfs_mke2fs_J"
12568 msgstr ""
12569
12570 #. type: verbatim
12571 #: ../src/guestfs-actions.pod:4269
12572 #, no-wrap
12573 msgid ""
12574 " int\n"
12575 " guestfs_mke2fs_J (guestfs_h *g,\n"
12576 "                   const char *fstype,\n"
12577 "                   int blocksize,\n"
12578 "                   const char *device,\n"
12579 "                   const char *journal);\n"
12580 "\n"
12581 msgstr ""
12582
12583 #. type: textblock
12584 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2920
12585 msgid ""
12586 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12587 "C<journal>.  It is equivalent to the command:"
12588 msgstr ""
12589
12590 #. type: verbatim
12591 #: ../src/guestfs-actions.pod:4280 ../fish/guestfish-actions.pod:2924
12592 #, no-wrap
12593 msgid ""
12594 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12595 "\n"
12596 msgstr ""
12597
12598 #. type: textblock
12599 #: ../src/guestfs-actions.pod:4282
12600 msgid "See also C<guestfs_mke2journal>."
12601 msgstr ""
12602
12603 #. type: textblock
12604 #: ../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
12605 msgid "(Added in 1.0.68)"
12606 msgstr ""
12607
12608 #. type: =head2
12609 #: ../src/guestfs-actions.pod:4288
12610 msgid "guestfs_mke2fs_JL"
12611 msgstr ""
12612
12613 #. type: verbatim
12614 #: ../src/guestfs-actions.pod:4290
12615 #, no-wrap
12616 msgid ""
12617 " int\n"
12618 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12619 "                    const char *fstype,\n"
12620 "                    int blocksize,\n"
12621 "                    const char *device,\n"
12622 "                    const char *label);\n"
12623 "\n"
12624 msgstr ""
12625
12626 #. type: textblock
12627 #: ../src/guestfs-actions.pod:4297 ../fish/guestfish-actions.pod:2932
12628 msgid ""
12629 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12630 "the journal labeled C<label>."
12631 msgstr ""
12632
12633 #. type: textblock
12634 #: ../src/guestfs-actions.pod:4300
12635 msgid "See also C<guestfs_mke2journal_L>."
12636 msgstr ""
12637
12638 #. type: =head2
12639 #: ../src/guestfs-actions.pod:4306
12640 msgid "guestfs_mke2fs_JU"
12641 msgstr ""
12642
12643 #. type: verbatim
12644 #: ../src/guestfs-actions.pod:4308
12645 #, no-wrap
12646 msgid ""
12647 " int\n"
12648 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12649 "                    const char *fstype,\n"
12650 "                    int blocksize,\n"
12651 "                    const char *device,\n"
12652 "                    const char *uuid);\n"
12653 "\n"
12654 msgstr ""
12655
12656 #. type: textblock
12657 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2941
12658 msgid ""
12659 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12660 "the journal with UUID C<uuid>."
12661 msgstr ""
12662
12663 #. type: textblock
12664 #: ../src/guestfs-actions.pod:4318
12665 msgid "See also C<guestfs_mke2journal_U>."
12666 msgstr ""
12667
12668 #. type: =head2
12669 #: ../src/guestfs-actions.pod:4324
12670 msgid "guestfs_mke2journal"
12671 msgstr ""
12672
12673 #. type: verbatim
12674 #: ../src/guestfs-actions.pod:4326
12675 #, no-wrap
12676 msgid ""
12677 " int\n"
12678 " guestfs_mke2journal (guestfs_h *g,\n"
12679 "                      int blocksize,\n"
12680 "                      const char *device);\n"
12681 "\n"
12682 msgstr ""
12683
12684 #. type: textblock
12685 #: ../src/guestfs-actions.pod:4331 ../fish/guestfish-actions.pod:2950
12686 msgid ""
12687 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12688 "command:"
12689 msgstr ""
12690
12691 #. type: verbatim
12692 #: ../src/guestfs-actions.pod:4334 ../fish/guestfish-actions.pod:2953
12693 #, no-wrap
12694 msgid ""
12695 " mke2fs -O journal_dev -b blocksize device\n"
12696 "\n"
12697 msgstr ""
12698
12699 #. type: =head2
12700 #: ../src/guestfs-actions.pod:4340
12701 msgid "guestfs_mke2journal_L"
12702 msgstr ""
12703
12704 #. type: verbatim
12705 #: ../src/guestfs-actions.pod:4342
12706 #, no-wrap
12707 msgid ""
12708 " int\n"
12709 " guestfs_mke2journal_L (guestfs_h *g,\n"
12710 "                        int blocksize,\n"
12711 "                        const char *label,\n"
12712 "                        const char *device);\n"
12713 "\n"
12714 msgstr ""
12715
12716 #. type: textblock
12717 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2959
12718 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12719 msgstr ""
12720
12721 #. type: =head2
12722 #: ../src/guestfs-actions.pod:4354
12723 msgid "guestfs_mke2journal_U"
12724 msgstr ""
12725
12726 #. type: verbatim
12727 #: ../src/guestfs-actions.pod:4356
12728 #, no-wrap
12729 msgid ""
12730 " int\n"
12731 " guestfs_mke2journal_U (guestfs_h *g,\n"
12732 "                        int blocksize,\n"
12733 "                        const char *uuid,\n"
12734 "                        const char *device);\n"
12735 "\n"
12736 msgstr ""
12737
12738 #. type: textblock
12739 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2965
12740 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12741 msgstr ""
12742
12743 #. type: =head2
12744 #: ../src/guestfs-actions.pod:4368
12745 msgid "guestfs_mkfifo"
12746 msgstr ""
12747
12748 #. type: verbatim
12749 #: ../src/guestfs-actions.pod:4370
12750 #, no-wrap
12751 msgid ""
12752 " int\n"
12753 " guestfs_mkfifo (guestfs_h *g,\n"
12754 "                 int mode,\n"
12755 "                 const char *path);\n"
12756 "\n"
12757 msgstr ""
12758
12759 #. type: textblock
12760 #: ../src/guestfs-actions.pod:4375
12761 msgid ""
12762 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12763 "is just a convenient wrapper around C<guestfs_mknod>."
12764 msgstr ""
12765
12766 #. type: =head2
12767 #: ../src/guestfs-actions.pod:4385
12768 msgid "guestfs_mkfs"
12769 msgstr ""
12770
12771 #. type: verbatim
12772 #: ../src/guestfs-actions.pod:4387
12773 #, no-wrap
12774 msgid ""
12775 " int\n"
12776 " guestfs_mkfs (guestfs_h *g,\n"
12777 "               const char *fstype,\n"
12778 "               const char *device);\n"
12779 "\n"
12780 msgstr ""
12781
12782 #. type: textblock
12783 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2981
12784 msgid ""
12785 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12786 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12787 msgstr ""
12788
12789 #. type: =head2
12790 #: ../src/guestfs-actions.pod:4400
12791 msgid "guestfs_mkfs_b"
12792 msgstr ""
12793
12794 #. type: verbatim
12795 #: ../src/guestfs-actions.pod:4402
12796 #, no-wrap
12797 msgid ""
12798 " int\n"
12799 " guestfs_mkfs_b (guestfs_h *g,\n"
12800 "                 const char *fstype,\n"
12801 "                 int blocksize,\n"
12802 "                 const char *device);\n"
12803 "\n"
12804 msgstr ""
12805
12806 #. type: textblock
12807 #: ../src/guestfs-actions.pod:4408
12808 msgid ""
12809 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12810 "block size of the resulting filesystem.  Supported block sizes depend on the "
12811 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12812 msgstr ""
12813
12814 #. type: textblock
12815 #: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4456 ../fish/guestfish-actions.pod:2994 ../fish/guestfish-actions.pod:3021
12816 msgid ""
12817 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12818 "cluster size."
12819 msgstr ""
12820
12821 #. type: textblock
12822 #: ../src/guestfs-actions.pod:4418 ../fish/guestfish-actions.pod:2997
12823 msgid ""
12824 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12825 "instead."
12826 msgstr ""
12827
12828 #. type: =head2
12829 #: ../src/guestfs-actions.pod:4427
12830 msgid "guestfs_mkfs_opts"
12831 msgstr ""
12832
12833 #. type: verbatim
12834 #: ../src/guestfs-actions.pod:4429
12835 #, no-wrap
12836 msgid ""
12837 " int\n"
12838 " guestfs_mkfs_opts (guestfs_h *g,\n"
12839 "                    const char *fstype,\n"
12840 "                    const char *device,\n"
12841 "                    ...);\n"
12842 "\n"
12843 msgstr ""
12844
12845 #. type: verbatim
12846 #: ../src/guestfs-actions.pod:4440
12847 #, no-wrap
12848 msgid ""
12849 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12850 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12851 "\n"
12852 msgstr ""
12853
12854 #. type: textblock
12855 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:3008
12856 msgid ""
12857 "This function creates a filesystem on C<device>.  The filesystem type is "
12858 "C<fstype>, for example C<ext3>."
12859 msgstr ""
12860
12861 #. type: =item
12862 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:3015
12863 msgid "C<blocksize>"
12864 msgstr ""
12865
12866 #. type: textblock
12867 #: ../src/guestfs-actions.pod:4452 ../fish/guestfish-actions.pod:3017
12868 msgid ""
12869 "The filesystem block size.  Supported block sizes depend on the filesystem "
12870 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12871 "filesystems."
12872 msgstr ""
12873
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:3024
12876 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12877 msgstr ""
12878
12879 #. type: =item
12880 #: ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:3026
12881 msgid "C<features>"
12882 msgstr ""
12883
12884 #. type: textblock
12885 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:3028
12886 msgid "This passes the C<-O> parameter to the external mkfs program."
12887 msgstr ""
12888
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:3030
12891 msgid ""
12892 "For certain filesystem types, this allows extra filesystem features to be "
12893 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12894 msgstr ""
12895
12896 #. type: textblock
12897 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3034
12898 msgid ""
12899 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12900 "type."
12901 msgstr ""
12902
12903 #. type: textblock
12904 #: ../src/guestfs-actions.pod:4476
12905 msgid "(Added in 1.7.19)"
12906 msgstr ""
12907
12908 #. type: =head2
12909 #: ../src/guestfs-actions.pod:4478
12910 msgid "guestfs_mkfs_opts_va"
12911 msgstr ""
12912
12913 #. type: verbatim
12914 #: ../src/guestfs-actions.pod:4480
12915 #, no-wrap
12916 msgid ""
12917 " int\n"
12918 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12919 "                       const char *fstype,\n"
12920 "                       const char *device,\n"
12921 "                       va_list args);\n"
12922 "\n"
12923 msgstr ""
12924
12925 #. type: textblock
12926 #: ../src/guestfs-actions.pod:4486
12927 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12928 msgstr ""
12929
12930 #. type: =head2
12931 #: ../src/guestfs-actions.pod:4490
12932 msgid "guestfs_mkfs_opts_argv"
12933 msgstr ""
12934
12935 #. type: verbatim
12936 #: ../src/guestfs-actions.pod:4492
12937 #, no-wrap
12938 msgid ""
12939 " int\n"
12940 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12941 "                         const char *fstype,\n"
12942 "                         const char *device,\n"
12943 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12944 "\n"
12945 msgstr ""
12946
12947 #. type: textblock
12948 #: ../src/guestfs-actions.pod:4498
12949 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12950 msgstr ""
12951
12952 #. type: =head2
12953 #: ../src/guestfs-actions.pod:4502
12954 msgid "guestfs_mkmountpoint"
12955 msgstr ""
12956
12957 #. type: verbatim
12958 #: ../src/guestfs-actions.pod:4504
12959 #, no-wrap
12960 msgid ""
12961 " int\n"
12962 " guestfs_mkmountpoint (guestfs_h *g,\n"
12963 "                       const char *exemptpath);\n"
12964 "\n"
12965 msgstr ""
12966
12967 #. type: textblock
12968 #: ../src/guestfs-actions.pod:4508
12969 msgid ""
12970 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12971 "that can be used to create extra mountpoints before mounting the first "
12972 "filesystem."
12973 msgstr ""
12974
12975 #. type: textblock
12976 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3049
12977 msgid ""
12978 "These calls are I<only> necessary in some very limited circumstances, mainly "
12979 "the case where you want to mount a mix of unrelated and/or read-only "
12980 "filesystems together."
12981 msgstr ""
12982
12983 #. type: textblock
12984 #: ../src/guestfs-actions.pod:4516 ../fish/guestfish-actions.pod:3053
12985 msgid ""
12986 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12987 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12988 "inside that.  You can unpack this as follows in guestfish:"
12989 msgstr ""
12990
12991 #. type: verbatim
12992 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
12993 #, no-wrap
12994 msgid ""
12995 " add-ro Fedora-11-i686-Live.iso\n"
12996 " run\n"
12997 " mkmountpoint /cd\n"
12998 " mkmountpoint /sqsh\n"
12999 " mkmountpoint /ext3fs\n"
13000 " mount /dev/sda /cd\n"
13001 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13002 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13003 "\n"
13004 msgstr ""
13005
13006 #. type: textblock
13007 #: ../src/guestfs-actions.pod:4530 ../fish/guestfish-actions.pod:3067
13008 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13009 msgstr ""
13010
13011 #. type: textblock
13012 #: ../src/guestfs-actions.pod:4532
13013 msgid ""
13014 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13015 "may get unexpected errors if you try to mix these calls.  It is safest to "
13016 "manually unmount filesystems and remove mountpoints after use."
13017 msgstr ""
13018
13019 #. type: textblock
13020 #: ../src/guestfs-actions.pod:4536
13021 msgid ""
13022 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13023 "first, so for this to work for manual mountpoints, you must ensure that the "
13024 "innermost mountpoints have the longest pathnames, as in the example code "
13025 "above."
13026 msgstr ""
13027
13028 #. type: textblock
13029 #: ../src/guestfs-actions.pod:4541 ../fish/guestfish-actions.pod:3078
13030 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13031 msgstr ""
13032
13033 #. type: textblock
13034 #: ../src/guestfs-actions.pod:4543
13035 msgid ""
13036 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13037 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13038 "can also trigger these issues."
13039 msgstr ""
13040
13041 #. type: textblock
13042 #: ../src/guestfs-actions.pod:4549 ../src/guestfs-actions.pod:4808 ../src/guestfs-actions.pod:5718
13043 msgid "(Added in 1.0.62)"
13044 msgstr ""
13045
13046 #. type: =head2
13047 #: ../src/guestfs-actions.pod:4551
13048 msgid "guestfs_mknod"
13049 msgstr ""
13050
13051 #. type: verbatim
13052 #: ../src/guestfs-actions.pod:4553
13053 #, no-wrap
13054 msgid ""
13055 " int\n"
13056 " guestfs_mknod (guestfs_h *g,\n"
13057 "                int mode,\n"
13058 "                int devmajor,\n"
13059 "                int devminor,\n"
13060 "                const char *path);\n"
13061 "\n"
13062 msgstr ""
13063
13064 #. type: textblock
13065 #: ../src/guestfs-actions.pod:4560 ../fish/guestfish-actions.pod:3088
13066 msgid ""
13067 "This call creates block or character special devices, or named pipes "
13068 "(FIFOs)."
13069 msgstr ""
13070
13071 #. type: textblock
13072 #: ../src/guestfs-actions.pod:4563 ../fish/guestfish-actions.pod:3091
13073 msgid ""
13074 "The C<mode> parameter should be the mode, using the standard constants.  "
13075 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13076 "used when creating block and character special devices."
13077 msgstr ""
13078
13079 #. type: textblock
13080 #: ../src/guestfs-actions.pod:4568
13081 msgid ""
13082 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13083 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13084 "regular file).  These constants are available in the standard Linux header "
13085 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13086 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13087 "the appropriate constant for you."
13088 msgstr ""
13089
13090 #. type: =head2
13091 #: ../src/guestfs-actions.pod:4582
13092 msgid "guestfs_mknod_b"
13093 msgstr ""
13094
13095 #. type: verbatim
13096 #: ../src/guestfs-actions.pod:4584
13097 #, no-wrap
13098 msgid ""
13099 " int\n"
13100 " guestfs_mknod_b (guestfs_h *g,\n"
13101 "                  int mode,\n"
13102 "                  int devmajor,\n"
13103 "                  int devminor,\n"
13104 "                  const char *path);\n"
13105 "\n"
13106 msgstr ""
13107
13108 #. type: textblock
13109 #: ../src/guestfs-actions.pod:4591
13110 msgid ""
13111 "This call creates a block device node called C<path> with mode C<mode> and "
13112 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13113 "wrapper around C<guestfs_mknod>."
13114 msgstr ""
13115
13116 #. type: =head2
13117 #: ../src/guestfs-actions.pod:4601
13118 msgid "guestfs_mknod_c"
13119 msgstr ""
13120
13121 #. type: verbatim
13122 #: ../src/guestfs-actions.pod:4603
13123 #, no-wrap
13124 msgid ""
13125 " int\n"
13126 " guestfs_mknod_c (guestfs_h *g,\n"
13127 "                  int mode,\n"
13128 "                  int devmajor,\n"
13129 "                  int devminor,\n"
13130 "                  const char *path);\n"
13131 "\n"
13132 msgstr ""
13133
13134 #. type: textblock
13135 #: ../src/guestfs-actions.pod:4610
13136 msgid ""
13137 "This call creates a char device node called C<path> with mode C<mode> and "
13138 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13139 "wrapper around C<guestfs_mknod>."
13140 msgstr ""
13141
13142 #. type: =head2
13143 #: ../src/guestfs-actions.pod:4620
13144 msgid "guestfs_mkswap"
13145 msgstr ""
13146
13147 #. type: verbatim
13148 #: ../src/guestfs-actions.pod:4622
13149 #, no-wrap
13150 msgid ""
13151 " int\n"
13152 " guestfs_mkswap (guestfs_h *g,\n"
13153 "                 const char *device);\n"
13154 "\n"
13155 msgstr ""
13156
13157 #. type: textblock
13158 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3130
13159 msgid "Create a swap partition on C<device>."
13160 msgstr ""
13161
13162 #. type: =head2
13163 #: ../src/guestfs-actions.pod:4632
13164 msgid "guestfs_mkswap_L"
13165 msgstr ""
13166
13167 #. type: verbatim
13168 #: ../src/guestfs-actions.pod:4634
13169 #, no-wrap
13170 msgid ""
13171 " int\n"
13172 " guestfs_mkswap_L (guestfs_h *g,\n"
13173 "                   const char *label,\n"
13174 "                   const char *device);\n"
13175 "\n"
13176 msgstr ""
13177
13178 #. type: textblock
13179 #: ../src/guestfs-actions.pod:4639 ../fish/guestfish-actions.pod:3136
13180 msgid "Create a swap partition on C<device> with label C<label>."
13181 msgstr ""
13182
13183 #. type: textblock
13184 #: ../src/guestfs-actions.pod:4641 ../fish/guestfish-actions.pod:3138
13185 msgid ""
13186 "Note that you cannot attach a swap label to a block device "
13187 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13188 "the kernel or swap tools."
13189 msgstr ""
13190
13191 #. type: =head2
13192 #: ../src/guestfs-actions.pod:4649
13193 msgid "guestfs_mkswap_U"
13194 msgstr ""
13195
13196 #. type: verbatim
13197 #: ../src/guestfs-actions.pod:4651
13198 #, no-wrap
13199 msgid ""
13200 " int\n"
13201 " guestfs_mkswap_U (guestfs_h *g,\n"
13202 "                   const char *uuid,\n"
13203 "                   const char *device);\n"
13204 "\n"
13205 msgstr ""
13206
13207 #. type: textblock
13208 #: ../src/guestfs-actions.pod:4656 ../fish/guestfish-actions.pod:3146
13209 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13210 msgstr ""
13211
13212 #. type: =head2
13213 #: ../src/guestfs-actions.pod:4662
13214 msgid "guestfs_mkswap_file"
13215 msgstr ""
13216
13217 #. type: verbatim
13218 #: ../src/guestfs-actions.pod:4664
13219 #, no-wrap
13220 msgid ""
13221 " int\n"
13222 " guestfs_mkswap_file (guestfs_h *g,\n"
13223 "                      const char *path);\n"
13224 "\n"
13225 msgstr ""
13226
13227 #. type: textblock
13228 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3152
13229 msgid "Create a swap file."
13230 msgstr ""
13231
13232 #. type: textblock
13233 #: ../src/guestfs-actions.pod:4670
13234 msgid ""
13235 "This command just writes a swap file signature to an existing file.  To "
13236 "create the file itself, use something like C<guestfs_fallocate>."
13237 msgstr ""
13238
13239 #. type: =head2
13240 #: ../src/guestfs-actions.pod:4677
13241 msgid "guestfs_modprobe"
13242 msgstr ""
13243
13244 #. type: verbatim
13245 #: ../src/guestfs-actions.pod:4679
13246 #, no-wrap
13247 msgid ""
13248 " int\n"
13249 " guestfs_modprobe (guestfs_h *g,\n"
13250 "                   const char *modulename);\n"
13251 "\n"
13252 msgstr ""
13253
13254 #. type: textblock
13255 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3161
13256 msgid "This loads a kernel module in the appliance."
13257 msgstr ""
13258
13259 #. type: textblock
13260 #: ../src/guestfs-actions.pod:4685 ../fish/guestfish-actions.pod:3163
13261 msgid ""
13262 "The kernel module must have been whitelisted when libguestfs was built (see "
13263 "C<appliance/kmod.whitelist.in> in the source)."
13264 msgstr ""
13265
13266 #. type: =head2
13267 #: ../src/guestfs-actions.pod:4692
13268 msgid "guestfs_mount"
13269 msgstr ""
13270
13271 #. type: verbatim
13272 #: ../src/guestfs-actions.pod:4694
13273 #, no-wrap
13274 msgid ""
13275 " int\n"
13276 " guestfs_mount (guestfs_h *g,\n"
13277 "                const char *device,\n"
13278 "                const char *mountpoint);\n"
13279 "\n"
13280 msgstr ""
13281
13282 #. type: textblock
13283 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3170
13284 msgid ""
13285 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13286 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13287 "those block devices contain partitions, they will have the usual names "
13288 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13289 msgstr ""
13290
13291 #. type: textblock
13292 #: ../src/guestfs-actions.pod:4705 ../fish/guestfish-actions.pod:3176
13293 msgid ""
13294 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13295 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13296 "mounted on directories which already exist."
13297 msgstr ""
13298
13299 #. type: textblock
13300 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
13301 msgid ""
13302 "The mounted filesystem is writable, if we have sufficient permissions on the "
13303 "underlying device."
13304 msgstr ""
13305
13306 #. type: textblock
13307 #: ../src/guestfs-actions.pod:4713
13308 msgid ""
13309 "B<Important note:> When you use this call, the filesystem options C<sync> "
13310 "and C<noatime> are set implicitly.  This was originally done because we "
13311 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13312 "very large negative performance impact and negligible effect on "
13313 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13314 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13315 "(use an empty string for the first parameter if you don't want any options)."
13316 msgstr ""
13317
13318 #. type: =head2
13319 #: ../src/guestfs-actions.pod:4727
13320 msgid "guestfs_mount_loop"
13321 msgstr ""
13322
13323 #. type: verbatim
13324 #: ../src/guestfs-actions.pod:4729
13325 #, no-wrap
13326 msgid ""
13327 " int\n"
13328 " guestfs_mount_loop (guestfs_h *g,\n"
13329 "                     const char *file,\n"
13330 "                     const char *mountpoint);\n"
13331 "\n"
13332 msgstr ""
13333
13334 #. type: textblock
13335 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3198
13336 msgid ""
13337 "This command lets you mount C<file> (a filesystem image in a file) on a "
13338 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13339 "mountpoint>."
13340 msgstr ""
13341
13342 #. type: =head2
13343 #: ../src/guestfs-actions.pod:4742
13344 msgid "guestfs_mount_options"
13345 msgstr ""
13346
13347 #. type: verbatim
13348 #: ../src/guestfs-actions.pod:4744
13349 #, no-wrap
13350 msgid ""
13351 " int\n"
13352 " guestfs_mount_options (guestfs_h *g,\n"
13353 "                        const char *options,\n"
13354 "                        const char *device,\n"
13355 "                        const char *mountpoint);\n"
13356 "\n"
13357 msgstr ""
13358
13359 #. type: textblock
13360 #: ../src/guestfs-actions.pod:4750
13361 msgid ""
13362 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13363 "the mount options as for the L<mount(8)> I<-o> flag."
13364 msgstr ""
13365
13366 #. type: textblock
13367 #: ../src/guestfs-actions.pod:4754 ../fish/guestfish-actions.pod:3210
13368 msgid ""
13369 "If the C<options> parameter is an empty string, then no options are passed "
13370 "(all options default to whatever the filesystem uses)."
13371 msgstr ""
13372
13373 #. type: textblock
13374 #: ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:4791
13375 msgid "(Added in 1.0.10)"
13376 msgstr ""
13377
13378 #. type: =head2
13379 #: ../src/guestfs-actions.pod:4762
13380 msgid "guestfs_mount_ro"
13381 msgstr ""
13382
13383 #. type: verbatim
13384 #: ../src/guestfs-actions.pod:4764
13385 #, no-wrap
13386 msgid ""
13387 " int\n"
13388 " guestfs_mount_ro (guestfs_h *g,\n"
13389 "                   const char *device,\n"
13390 "                   const char *mountpoint);\n"
13391 "\n"
13392 msgstr ""
13393
13394 #. type: textblock
13395 #: ../src/guestfs-actions.pod:4769
13396 msgid ""
13397 "This is the same as the C<guestfs_mount> command, but it mounts the "
13398 "filesystem with the read-only (I<-o ro>) flag."
13399 msgstr ""
13400
13401 #. type: =head2
13402 #: ../src/guestfs-actions.pod:4776
13403 msgid "guestfs_mount_vfs"
13404 msgstr ""
13405
13406 #. type: verbatim
13407 #: ../src/guestfs-actions.pod:4778
13408 #, no-wrap
13409 msgid ""
13410 " int\n"
13411 " guestfs_mount_vfs (guestfs_h *g,\n"
13412 "                    const char *options,\n"
13413 "                    const char *vfstype,\n"
13414 "                    const char *device,\n"
13415 "                    const char *mountpoint);\n"
13416 "\n"
13417 msgstr ""
13418
13419 #. type: textblock
13420 #: ../src/guestfs-actions.pod:4785
13421 msgid ""
13422 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13423 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13424 "I<-t> flags."
13425 msgstr ""
13426
13427 #. type: =head2
13428 #: ../src/guestfs-actions.pod:4793
13429 msgid "guestfs_mountpoints"
13430 msgstr ""
13431
13432 #. type: verbatim
13433 #: ../src/guestfs-actions.pod:4795
13434 #, no-wrap
13435 msgid ""
13436 " char **\n"
13437 " guestfs_mountpoints (guestfs_h *g);\n"
13438 "\n"
13439 msgstr ""
13440
13441 #. type: textblock
13442 #: ../src/guestfs-actions.pod:4798
13443 msgid ""
13444 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13445 "devices.  This one returns a hash table (map) of device name to directory "
13446 "where the device is mounted."
13447 msgstr ""
13448
13449 #. type: =head2
13450 #: ../src/guestfs-actions.pod:4810
13451 msgid "guestfs_mounts"
13452 msgstr ""
13453
13454 #. type: verbatim
13455 #: ../src/guestfs-actions.pod:4812
13456 #, no-wrap
13457 msgid ""
13458 " char **\n"
13459 " guestfs_mounts (guestfs_h *g);\n"
13460 "\n"
13461 msgstr ""
13462
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:4815 ../fish/guestfish-actions.pod:3241
13465 msgid ""
13466 "This returns the list of currently mounted filesystems.  It returns the list "
13467 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13468 msgstr ""
13469
13470 #. type: textblock
13471 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3244
13472 msgid "Some internal mounts are not shown."
13473 msgstr ""
13474
13475 #. type: textblock
13476 #: ../src/guestfs-actions.pod:4820
13477 msgid "See also: C<guestfs_mountpoints>"
13478 msgstr ""
13479
13480 #. type: =head2
13481 #: ../src/guestfs-actions.pod:4828
13482 msgid "guestfs_mv"
13483 msgstr ""
13484
13485 #. type: verbatim
13486 #: ../src/guestfs-actions.pod:4830
13487 #, no-wrap
13488 msgid ""
13489 " int\n"
13490 " guestfs_mv (guestfs_h *g,\n"
13491 "             const char *src,\n"
13492 "             const char *dest);\n"
13493 "\n"
13494 msgstr ""
13495
13496 #. type: textblock
13497 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3252
13498 msgid ""
13499 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13500 "destination filename or destination directory."
13501 msgstr ""
13502
13503 #. type: =head2
13504 #: ../src/guestfs-actions.pod:4842
13505 msgid "guestfs_ntfs_3g_probe"
13506 msgstr ""
13507
13508 #. type: verbatim
13509 #: ../src/guestfs-actions.pod:4844
13510 #, no-wrap
13511 msgid ""
13512 " int\n"
13513 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13514 "                        int rw,\n"
13515 "                        const char *device);\n"
13516 "\n"
13517 msgstr ""
13518
13519 #. type: textblock
13520 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3259
13521 msgid ""
13522 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13523 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13524 "read-write, and some cannot be mounted at all)."
13525 msgstr ""
13526
13527 #. type: textblock
13528 #: ../src/guestfs-actions.pod:4853 ../fish/guestfish-actions.pod:3263
13529 msgid ""
13530 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13531 "can be mounted read-write.  Set it to false if you want to test if the "
13532 "volume can be mounted read-only."
13533 msgstr ""
13534
13535 #. type: textblock
13536 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3267
13537 msgid ""
13538 "The return value is an integer which C<0> if the operation would succeed, or "
13539 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13540 msgstr ""
13541
13542 #. type: textblock
13543 #: ../src/guestfs-actions.pod:4863
13544 msgid "(Added in 1.0.43)"
13545 msgstr ""
13546
13547 #. type: =head2
13548 #: ../src/guestfs-actions.pod:4865
13549 msgid "guestfs_ntfsresize"
13550 msgstr ""
13551
13552 #. type: verbatim
13553 #: ../src/guestfs-actions.pod:4867
13554 #, no-wrap
13555 msgid ""
13556 " int\n"
13557 " guestfs_ntfsresize (guestfs_h *g,\n"
13558 "                     const char *device);\n"
13559 "\n"
13560 msgstr ""
13561
13562 #. type: textblock
13563 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3275
13564 msgid ""
13565 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13566 "size of the underlying device.  See also L<ntfsresize(8)>."
13567 msgstr ""
13568
13569 #. type: =head2
13570 #: ../src/guestfs-actions.pod:4879
13571 msgid "guestfs_ntfsresize_size"
13572 msgstr ""
13573
13574 #. type: verbatim
13575 #: ../src/guestfs-actions.pod:4881
13576 #, no-wrap
13577 msgid ""
13578 " int\n"
13579 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13580 "                          const char *device,\n"
13581 "                          int64_t size);\n"
13582 "\n"
13583 msgstr ""
13584
13585 #. type: textblock
13586 #: ../src/guestfs-actions.pod:4886
13587 msgid ""
13588 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13589 "to specify the new size (in bytes) explicitly."
13590 msgstr ""
13591
13592 #. type: textblock
13593 #: ../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
13594 msgid "(Added in 1.3.14)"
13595 msgstr ""
13596
13597 #. type: =head2
13598 #: ../src/guestfs-actions.pod:4893
13599 msgid "guestfs_part_add"
13600 msgstr ""
13601
13602 #. type: verbatim
13603 #: ../src/guestfs-actions.pod:4895
13604 #, no-wrap
13605 msgid ""
13606 " int\n"
13607 " guestfs_part_add (guestfs_h *g,\n"
13608 "                   const char *device,\n"
13609 "                   const char *prlogex,\n"
13610 "                   int64_t startsect,\n"
13611 "                   int64_t endsect);\n"
13612 "\n"
13613 msgstr ""
13614
13615 #. type: textblock
13616 #: ../src/guestfs-actions.pod:4902
13617 msgid ""
13618 "This command adds a partition to C<device>.  If there is no partition table "
13619 "on the device, call C<guestfs_part_init> first."
13620 msgstr ""
13621
13622 #. type: textblock
13623 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3293
13624 msgid ""
13625 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13626 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13627 "C<logical>) and C<e> (or C<extended>) partition types."
13628 msgstr ""
13629
13630 #. type: textblock
13631 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3298
13632 msgid ""
13633 "C<startsect> and C<endsect> are the start and end of the partition in "
13634 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13635 "from the end of the disk (C<-1> is the last sector)."
13636 msgstr ""
13637
13638 #. type: textblock
13639 #: ../src/guestfs-actions.pod:4914
13640 msgid ""
13641 "Creating a partition which covers the whole disk is not so easy.  Use "
13642 "C<guestfs_part_disk> to do that."
13643 msgstr ""
13644
13645 #. type: textblock
13646 #: ../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
13647 msgid "(Added in 1.0.78)"
13648 msgstr ""
13649
13650 #. type: =head2
13651 #: ../src/guestfs-actions.pod:4921
13652 msgid "guestfs_part_del"
13653 msgstr ""
13654
13655 #. type: verbatim
13656 #: ../src/guestfs-actions.pod:4923
13657 #, no-wrap
13658 msgid ""
13659 " int\n"
13660 " guestfs_part_del (guestfs_h *g,\n"
13661 "                   const char *device,\n"
13662 "                   int partnum);\n"
13663 "\n"
13664 msgstr ""
13665
13666 #. type: textblock
13667 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3309
13668 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13669 msgstr ""
13670
13671 #. type: textblock
13672 #: ../src/guestfs-actions.pod:4930 ../fish/guestfish-actions.pod:3311
13673 msgid ""
13674 "Note that in the case of MBR partitioning, deleting an extended partition "
13675 "also deletes any logical partitions it contains."
13676 msgstr ""
13677
13678 #. type: =head2
13679 #: ../src/guestfs-actions.pod:4938
13680 msgid "guestfs_part_disk"
13681 msgstr ""
13682
13683 #. type: verbatim
13684 #: ../src/guestfs-actions.pod:4940
13685 #, no-wrap
13686 msgid ""
13687 " int\n"
13688 " guestfs_part_disk (guestfs_h *g,\n"
13689 "                    const char *device,\n"
13690 "                    const char *parttype);\n"
13691 "\n"
13692 msgstr ""
13693
13694 #. type: textblock
13695 #: ../src/guestfs-actions.pod:4945
13696 msgid ""
13697 "This command is simply a combination of C<guestfs_part_init> followed by "
13698 "C<guestfs_part_add> to create a single primary partition covering the whole "
13699 "disk."
13700 msgstr ""
13701
13702 #. type: textblock
13703 #: ../src/guestfs-actions.pod:4949
13704 msgid ""
13705 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13706 "possible values are described in C<guestfs_part_init>."
13707 msgstr ""
13708
13709 #. type: =head2
13710 #: ../src/guestfs-actions.pod:4959
13711 msgid "guestfs_part_get_bootable"
13712 msgstr ""
13713
13714 #. type: verbatim
13715 #: ../src/guestfs-actions.pod:4961
13716 #, no-wrap
13717 msgid ""
13718 " int\n"
13719 " guestfs_part_get_bootable (guestfs_h *g,\n"
13720 "                            const char *device,\n"
13721 "                            int partnum);\n"
13722 "\n"
13723 msgstr ""
13724
13725 #. type: textblock
13726 #: ../src/guestfs-actions.pod:4966 ../fish/guestfish-actions.pod:3333
13727 msgid ""
13728 "This command returns true if the partition C<partnum> on C<device> has the "
13729 "bootable flag set."
13730 msgstr ""
13731
13732 #. type: textblock
13733 #: ../src/guestfs-actions.pod:4969
13734 msgid "See also C<guestfs_part_set_bootable>."
13735 msgstr ""
13736
13737 #. type: =head2
13738 #: ../src/guestfs-actions.pod:4975
13739 msgid "guestfs_part_get_mbr_id"
13740 msgstr ""
13741
13742 #. type: verbatim
13743 #: ../src/guestfs-actions.pod:4977
13744 #, no-wrap
13745 msgid ""
13746 " int\n"
13747 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13748 "                          const char *device,\n"
13749 "                          int partnum);\n"
13750 "\n"
13751 msgstr ""
13752
13753 #. type: textblock
13754 #: ../src/guestfs-actions.pod:4982 ../fish/guestfish-actions.pod:3342
13755 msgid ""
13756 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13757 "partition C<partnum>."
13758 msgstr ""
13759
13760 #. type: textblock
13761 #: ../src/guestfs-actions.pod:4985 ../src/guestfs-actions.pod:5161
13762 msgid ""
13763 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13764 "undefined results for other partition table types (see "
13765 "C<guestfs_part_get_parttype>)."
13766 msgstr ""
13767
13768 #. type: =head2
13769 #: ../src/guestfs-actions.pod:4993
13770 msgid "guestfs_part_get_parttype"
13771 msgstr ""
13772
13773 #. type: verbatim
13774 #: ../src/guestfs-actions.pod:4995
13775 #, no-wrap
13776 msgid ""
13777 " char *\n"
13778 " guestfs_part_get_parttype (guestfs_h *g,\n"
13779 "                            const char *device);\n"
13780 "\n"
13781 msgstr ""
13782
13783 #. type: textblock
13784 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3353
13785 msgid ""
13786 "This command examines the partition table on C<device> and returns the "
13787 "partition table type (format) being used."
13788 msgstr ""
13789
13790 #. type: textblock
13791 #: ../src/guestfs-actions.pod:5002
13792 msgid ""
13793 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13794 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13795 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13796 msgstr ""
13797
13798 #. type: =head2
13799 #: ../src/guestfs-actions.pod:5012
13800 msgid "guestfs_part_init"
13801 msgstr ""
13802
13803 #. type: verbatim
13804 #: ../src/guestfs-actions.pod:5014
13805 #, no-wrap
13806 msgid ""
13807 " int\n"
13808 " guestfs_part_init (guestfs_h *g,\n"
13809 "                    const char *device,\n"
13810 "                    const char *parttype);\n"
13811 "\n"
13812 msgstr ""
13813
13814 #. type: textblock
13815 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3365
13816 msgid ""
13817 "This creates an empty partition table on C<device> of one of the partition "
13818 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13819 "(for large disks)."
13820 msgstr ""
13821
13822 #. type: textblock
13823 #: ../src/guestfs-actions.pod:5023
13824 msgid ""
13825 "Initially there are no partitions.  Following this, you should call "
13826 "C<guestfs_part_add> for each partition required."
13827 msgstr ""
13828
13829 #. type: textblock
13830 #: ../src/guestfs-actions.pod:5026 ../fish/guestfish-actions.pod:3372
13831 msgid "Possible values for C<parttype> are:"
13832 msgstr ""
13833
13834 #. type: =item
13835 #: ../src/guestfs-actions.pod:5030 ../fish/guestfish-actions.pod:3376
13836 msgid "B<efi> | B<gpt>"
13837 msgstr ""
13838
13839 #. type: textblock
13840 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3378
13841 msgid "Intel EFI / GPT partition table."
13842 msgstr ""
13843
13844 #. type: textblock
13845 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3380
13846 msgid ""
13847 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13848 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13849 "the C<mbr> format."
13850 msgstr ""
13851
13852 #. type: =item
13853 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
13854 msgid "B<mbr> | B<msdos>"
13855 msgstr ""
13856
13857 #. type: textblock
13858 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
13859 msgid ""
13860 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13861 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13862 "TB.  For large disks we recommend using C<gpt>."
13863 msgstr ""
13864
13865 #. type: textblock
13866 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
13867 msgid "Other partition table types that may work but are not supported include:"
13868 msgstr ""
13869
13870 #. type: =item
13871 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3398
13872 msgid "B<aix>"
13873 msgstr ""
13874
13875 #. type: textblock
13876 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3400
13877 msgid "AIX disk labels."
13878 msgstr ""
13879
13880 #. type: =item
13881 #: ../src/guestfs-actions.pod:5056 ../fish/guestfish-actions.pod:3402
13882 msgid "B<amiga> | B<rdb>"
13883 msgstr ""
13884
13885 #. type: textblock
13886 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3404
13887 msgid "Amiga \"Rigid Disk Block\" format."
13888 msgstr ""
13889
13890 #. type: =item
13891 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3406
13892 msgid "B<bsd>"
13893 msgstr ""
13894
13895 #. type: textblock
13896 #: ../src/guestfs-actions.pod:5062 ../fish/guestfish-actions.pod:3408
13897 msgid "BSD disk labels."
13898 msgstr ""
13899
13900 #. type: =item
13901 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
13902 msgid "B<dasd>"
13903 msgstr ""
13904
13905 #. type: textblock
13906 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
13907 msgid "DASD, used on IBM mainframes."
13908 msgstr ""
13909
13910 #. type: =item
13911 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
13912 msgid "B<dvh>"
13913 msgstr ""
13914
13915 #. type: textblock
13916 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
13917 msgid "MIPS/SGI volumes."
13918 msgstr ""
13919
13920 #. type: =item
13921 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
13922 msgid "B<mac>"
13923 msgstr ""
13924
13925 #. type: textblock
13926 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
13927 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13928 msgstr ""
13929
13930 #. type: =item
13931 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
13932 msgid "B<pc98>"
13933 msgstr ""
13934
13935 #. type: textblock
13936 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
13937 msgid "NEC PC-98 format, common in Japan apparently."
13938 msgstr ""
13939
13940 #. type: =item
13941 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
13942 msgid "B<sun>"
13943 msgstr ""
13944
13945 #. type: textblock
13946 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
13947 msgid "Sun disk labels."
13948 msgstr ""
13949
13950 #. type: =head2
13951 #: ../src/guestfs-actions.pod:5090
13952 msgid "guestfs_part_list"
13953 msgstr ""
13954
13955 #. type: verbatim
13956 #: ../src/guestfs-actions.pod:5092
13957 #, no-wrap
13958 msgid ""
13959 " struct guestfs_partition_list *\n"
13960 " guestfs_part_list (guestfs_h *g,\n"
13961 "                    const char *device);\n"
13962 "\n"
13963 msgstr ""
13964
13965 #. type: textblock
13966 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3436
13967 msgid ""
13968 "This command parses the partition table on C<device> and returns the list of "
13969 "partitions found."
13970 msgstr ""
13971
13972 #. type: textblock
13973 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3439
13974 msgid "The fields in the returned structure are:"
13975 msgstr ""
13976
13977 #. type: =item
13978 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3443
13979 msgid "B<part_num>"
13980 msgstr ""
13981
13982 #. type: textblock
13983 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3445
13984 msgid "Partition number, counting from 1."
13985 msgstr ""
13986
13987 #. type: =item
13988 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3447
13989 msgid "B<part_start>"
13990 msgstr ""
13991
13992 #. type: textblock
13993 #: ../src/guestfs-actions.pod:5109
13994 msgid ""
13995 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13996 "the device's sector size, see C<guestfs_blockdev_getss>."
13997 msgstr ""
13998
13999 #. type: =item
14000 #: ../src/guestfs-actions.pod:5112 ../fish/guestfish-actions.pod:3452
14001 msgid "B<part_end>"
14002 msgstr ""
14003
14004 #. type: textblock
14005 #: ../src/guestfs-actions.pod:5114 ../fish/guestfish-actions.pod:3454
14006 msgid "End of the partition in bytes."
14007 msgstr ""
14008
14009 #. type: =item
14010 #: ../src/guestfs-actions.pod:5116 ../fish/guestfish-actions.pod:3456
14011 msgid "B<part_size>"
14012 msgstr ""
14013
14014 #. type: textblock
14015 #: ../src/guestfs-actions.pod:5118 ../fish/guestfish-actions.pod:3458
14016 msgid "Size of the partition in bytes."
14017 msgstr ""
14018
14019 #. type: textblock
14020 #: ../src/guestfs-actions.pod:5122
14021 msgid ""
14022 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14023 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14024 "use>."
14025 msgstr ""
14026
14027 #. type: =head2
14028 #: ../src/guestfs-actions.pod:5128
14029 msgid "guestfs_part_set_bootable"
14030 msgstr ""
14031
14032 #. type: verbatim
14033 #: ../src/guestfs-actions.pod:5130
14034 #, no-wrap
14035 msgid ""
14036 " int\n"
14037 " guestfs_part_set_bootable (guestfs_h *g,\n"
14038 "                            const char *device,\n"
14039 "                            int partnum,\n"
14040 "                            int bootable);\n"
14041 "\n"
14042 msgstr ""
14043
14044 #. type: textblock
14045 #: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3466
14046 msgid ""
14047 "This sets the bootable flag on partition numbered C<partnum> on device "
14048 "C<device>.  Note that partitions are numbered from 1."
14049 msgstr ""
14050
14051 #. type: textblock
14052 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3469
14053 msgid ""
14054 "The bootable flag is used by some operating systems (notably Windows) to "
14055 "determine which partition to boot from.  It is by no means universally "
14056 "recognized."
14057 msgstr ""
14058
14059 #. type: =head2
14060 #: ../src/guestfs-actions.pod:5147
14061 msgid "guestfs_part_set_mbr_id"
14062 msgstr ""
14063
14064 #. type: verbatim
14065 #: ../src/guestfs-actions.pod:5149
14066 #, no-wrap
14067 msgid ""
14068 " int\n"
14069 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14070 "                          const char *device,\n"
14071 "                          int partnum,\n"
14072 "                          int idbyte);\n"
14073 "\n"
14074 msgstr ""
14075
14076 #. type: textblock
14077 #: ../src/guestfs-actions.pod:5155 ../fish/guestfish-actions.pod:3477
14078 msgid ""
14079 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14080 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14081 "documentation are in fact hexadecimal numbers, but usually documented "
14082 "without any leading \"0x\" which might be confusing."
14083 msgstr ""
14084
14085 #. type: =head2
14086 #: ../src/guestfs-actions.pod:5169
14087 msgid "guestfs_part_set_name"
14088 msgstr ""
14089
14090 #. type: verbatim
14091 #: ../src/guestfs-actions.pod:5171
14092 #, no-wrap
14093 msgid ""
14094 " int\n"
14095 " guestfs_part_set_name (guestfs_h *g,\n"
14096 "                        const char *device,\n"
14097 "                        int partnum,\n"
14098 "                        const char *name);\n"
14099 "\n"
14100 msgstr ""
14101
14102 #. type: textblock
14103 #: ../src/guestfs-actions.pod:5177 ../fish/guestfish-actions.pod:3491
14104 msgid ""
14105 "This sets the partition name on partition numbered C<partnum> on device "
14106 "C<device>.  Note that partitions are numbered from 1."
14107 msgstr ""
14108
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:5180 ../fish/guestfish-actions.pod:3494
14111 msgid ""
14112 "The partition name can only be set on certain types of partition table.  "
14113 "This works on C<gpt> but not on C<mbr> partitions."
14114 msgstr ""
14115
14116 #. type: =head2
14117 #: ../src/guestfs-actions.pod:5187
14118 msgid "guestfs_part_to_dev"
14119 msgstr ""
14120
14121 #. type: verbatim
14122 #: ../src/guestfs-actions.pod:5189
14123 #, no-wrap
14124 msgid ""
14125 " char *\n"
14126 " guestfs_part_to_dev (guestfs_h *g,\n"
14127 "                      const char *partition);\n"
14128 "\n"
14129 msgstr ""
14130
14131 #. type: textblock
14132 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3501
14133 msgid ""
14134 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14135 "partition number, returning the device name (eg. \"/dev/sdb\")."
14136 msgstr ""
14137
14138 #. type: textblock
14139 #: ../src/guestfs-actions.pod:5197
14140 msgid ""
14141 "The named partition must exist, for example as a string returned from "
14142 "C<guestfs_list_partitions>."
14143 msgstr ""
14144
14145 #. type: =head2
14146 #: ../src/guestfs-actions.pod:5205
14147 msgid "guestfs_ping_daemon"
14148 msgstr ""
14149
14150 #. type: verbatim
14151 #: ../src/guestfs-actions.pod:5207
14152 #, no-wrap
14153 msgid ""
14154 " int\n"
14155 " guestfs_ping_daemon (guestfs_h *g);\n"
14156 "\n"
14157 msgstr ""
14158
14159 #. type: textblock
14160 #: ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:3512
14161 msgid ""
14162 "This is a test probe into the guestfs daemon running inside the qemu "
14163 "subprocess.  Calling this function checks that the daemon responds to the "
14164 "ping message, without affecting the daemon or attached block device(s) in "
14165 "any other way."
14166 msgstr ""
14167
14168 #. type: =head2
14169 #: ../src/guestfs-actions.pod:5219
14170 msgid "guestfs_pread"
14171 msgstr ""
14172
14173 #. type: verbatim
14174 #: ../src/guestfs-actions.pod:5221
14175 #, no-wrap
14176 msgid ""
14177 " char *\n"
14178 " guestfs_pread (guestfs_h *g,\n"
14179 "                const char *path,\n"
14180 "                int count,\n"
14181 "                int64_t offset,\n"
14182 "                size_t *size_r);\n"
14183 "\n"
14184 msgstr ""
14185
14186 #. type: textblock
14187 #: ../src/guestfs-actions.pod:5228 ../fish/guestfish-actions.pod:3521
14188 msgid ""
14189 "This command lets you read part of a file.  It reads C<count> bytes of the "
14190 "file, starting at C<offset>, from file C<path>."
14191 msgstr ""
14192
14193 #. type: textblock
14194 #: ../src/guestfs-actions.pod:5231 ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3524 ../fish/guestfish-actions.pod:3539
14195 msgid ""
14196 "This may read fewer bytes than requested.  For further details see the "
14197 "L<pread(2)> system call."
14198 msgstr ""
14199
14200 #. type: textblock
14201 #: ../src/guestfs-actions.pod:5234
14202 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14203 msgstr ""
14204
14205 #. type: =head2
14206 #: ../src/guestfs-actions.pod:5245
14207 msgid "guestfs_pread_device"
14208 msgstr ""
14209
14210 #. type: verbatim
14211 #: ../src/guestfs-actions.pod:5247
14212 #, no-wrap
14213 msgid ""
14214 " char *\n"
14215 " guestfs_pread_device (guestfs_h *g,\n"
14216 "                       const char *device,\n"
14217 "                       int count,\n"
14218 "                       int64_t offset,\n"
14219 "                       size_t *size_r);\n"
14220 "\n"
14221 msgstr ""
14222
14223 #. type: textblock
14224 #: ../src/guestfs-actions.pod:5254 ../fish/guestfish-actions.pod:3536
14225 msgid ""
14226 "This command lets you read part of a file.  It reads C<count> bytes of "
14227 "C<device>, starting at C<offset>."
14228 msgstr ""
14229
14230 #. type: textblock
14231 #: ../src/guestfs-actions.pod:5260
14232 msgid "See also C<guestfs_pread>."
14233 msgstr ""
14234
14235 #. type: textblock
14236 #: ../src/guestfs-actions.pod:5269
14237 msgid "(Added in 1.5.21)"
14238 msgstr ""
14239
14240 #. type: =head2
14241 #: ../src/guestfs-actions.pod:5271
14242 msgid "guestfs_pvcreate"
14243 msgstr ""
14244
14245 #. type: verbatim
14246 #: ../src/guestfs-actions.pod:5273
14247 #, no-wrap
14248 msgid ""
14249 " int\n"
14250 " guestfs_pvcreate (guestfs_h *g,\n"
14251 "                   const char *device);\n"
14252 "\n"
14253 msgstr ""
14254
14255 #. type: textblock
14256 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3551
14257 msgid ""
14258 "This creates an LVM physical volume on the named C<device>, where C<device> "
14259 "should usually be a partition name such as C</dev/sda1>."
14260 msgstr ""
14261
14262 #. type: =head2
14263 #: ../src/guestfs-actions.pod:5285
14264 msgid "guestfs_pvremove"
14265 msgstr ""
14266
14267 #. type: verbatim
14268 #: ../src/guestfs-actions.pod:5287
14269 #, no-wrap
14270 msgid ""
14271 " int\n"
14272 " guestfs_pvremove (guestfs_h *g,\n"
14273 "                   const char *device);\n"
14274 "\n"
14275 msgstr ""
14276
14277 #. type: textblock
14278 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3559
14279 msgid ""
14280 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14281 "it."
14282 msgstr ""
14283
14284 #. type: textblock
14285 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3562
14286 msgid ""
14287 "The implementation uses the C<pvremove> command which refuses to wipe "
14288 "physical volumes that contain any volume groups, so you have to remove those "
14289 "first."
14290 msgstr ""
14291
14292 #. type: =head2
14293 #: ../src/guestfs-actions.pod:5302
14294 msgid "guestfs_pvresize"
14295 msgstr ""
14296
14297 #. type: verbatim
14298 #: ../src/guestfs-actions.pod:5304
14299 #, no-wrap
14300 msgid ""
14301 " int\n"
14302 " guestfs_pvresize (guestfs_h *g,\n"
14303 "                   const char *device);\n"
14304 "\n"
14305 msgstr ""
14306
14307 #. type: textblock
14308 #: ../src/guestfs-actions.pod:5308 ../fish/guestfish-actions.pod:3570
14309 msgid ""
14310 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14311 "the new size of the underlying device."
14312 msgstr ""
14313
14314 #. type: =head2
14315 #: ../src/guestfs-actions.pod:5315
14316 msgid "guestfs_pvresize_size"
14317 msgstr ""
14318
14319 #. type: verbatim
14320 #: ../src/guestfs-actions.pod:5317
14321 #, no-wrap
14322 msgid ""
14323 " int\n"
14324 " guestfs_pvresize_size (guestfs_h *g,\n"
14325 "                        const char *device,\n"
14326 "                        int64_t size);\n"
14327 "\n"
14328 msgstr ""
14329
14330 #. type: textblock
14331 #: ../src/guestfs-actions.pod:5322
14332 msgid ""
14333 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14334 "specify the new size (in bytes) explicitly."
14335 msgstr ""
14336
14337 #. type: =head2
14338 #: ../src/guestfs-actions.pod:5329
14339 msgid "guestfs_pvs"
14340 msgstr ""
14341
14342 #. type: verbatim
14343 #: ../src/guestfs-actions.pod:5331
14344 #, no-wrap
14345 msgid ""
14346 " char **\n"
14347 " guestfs_pvs (guestfs_h *g);\n"
14348 "\n"
14349 msgstr ""
14350
14351 #. type: textblock
14352 #: ../src/guestfs-actions.pod:5334 ../fish/guestfish-actions.pod:3584
14353 msgid ""
14354 "List all the physical volumes detected.  This is the equivalent of the "
14355 "L<pvs(8)> command."
14356 msgstr ""
14357
14358 #. type: textblock
14359 #: ../src/guestfs-actions.pod:5337 ../fish/guestfish-actions.pod:3587
14360 msgid ""
14361 "This returns a list of just the device names that contain PVs "
14362 "(eg. C</dev/sda2>)."
14363 msgstr ""
14364
14365 #. type: textblock
14366 #: ../src/guestfs-actions.pod:5340
14367 msgid "See also C<guestfs_pvs_full>."
14368 msgstr ""
14369
14370 #. type: =head2
14371 #: ../src/guestfs-actions.pod:5348
14372 msgid "guestfs_pvs_full"
14373 msgstr ""
14374
14375 #. type: verbatim
14376 #: ../src/guestfs-actions.pod:5350
14377 #, no-wrap
14378 msgid ""
14379 " struct guestfs_lvm_pv_list *\n"
14380 " guestfs_pvs_full (guestfs_h *g);\n"
14381 "\n"
14382 msgstr ""
14383
14384 #. type: textblock
14385 #: ../src/guestfs-actions.pod:5353 ../fish/guestfish-actions.pod:3596
14386 msgid ""
14387 "List all the physical volumes detected.  This is the equivalent of the "
14388 "L<pvs(8)> command.  The \"full\" version includes all fields."
14389 msgstr ""
14390
14391 #. type: textblock
14392 #: ../src/guestfs-actions.pod:5356
14393 msgid ""
14394 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14395 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14396 "use>."
14397 msgstr ""
14398
14399 #. type: =head2
14400 #: ../src/guestfs-actions.pod:5362
14401 msgid "guestfs_pvuuid"
14402 msgstr ""
14403
14404 #. type: verbatim
14405 #: ../src/guestfs-actions.pod:5364
14406 #, no-wrap
14407 msgid ""
14408 " char *\n"
14409 " guestfs_pvuuid (guestfs_h *g,\n"
14410 "                 const char *device);\n"
14411 "\n"
14412 msgstr ""
14413
14414 #. type: textblock
14415 #: ../src/guestfs-actions.pod:5368 ../fish/guestfish-actions.pod:3603
14416 msgid "This command returns the UUID of the LVM PV C<device>."
14417 msgstr ""
14418
14419 #. type: =head2
14420 #: ../src/guestfs-actions.pod:5375
14421 msgid "guestfs_pwrite"
14422 msgstr ""
14423
14424 #. type: verbatim
14425 #: ../src/guestfs-actions.pod:5377
14426 #, no-wrap
14427 msgid ""
14428 " int\n"
14429 " guestfs_pwrite (guestfs_h *g,\n"
14430 "                 const char *path,\n"
14431 "                 const char *content,\n"
14432 "                 size_t content_size,\n"
14433 "                 int64_t offset);\n"
14434 "\n"
14435 msgstr ""
14436
14437 #. type: textblock
14438 #: ../src/guestfs-actions.pod:5384 ../fish/guestfish-actions.pod:3609
14439 msgid ""
14440 "This command writes to part of a file.  It writes the data buffer C<content> "
14441 "to the file C<path> starting at offset C<offset>."
14442 msgstr ""
14443
14444 #. type: textblock
14445 #: ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:3612
14446 msgid ""
14447 "This command implements the L<pwrite(2)> system call, and like that system "
14448 "call it may not write the full data requested.  The return value is the "
14449 "number of bytes that were actually written to the file.  This could even be "
14450 "0, although short writes are unlikely for regular files in ordinary "
14451 "circumstances."
14452 msgstr ""
14453
14454 #. type: textblock
14455 #: ../src/guestfs-actions.pod:5393
14456 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14457 msgstr ""
14458
14459 #. type: =head2
14460 #: ../src/guestfs-actions.pod:5402
14461 msgid "guestfs_pwrite_device"
14462 msgstr ""
14463
14464 #. type: verbatim
14465 #: ../src/guestfs-actions.pod:5404
14466 #, no-wrap
14467 msgid ""
14468 " int\n"
14469 " guestfs_pwrite_device (guestfs_h *g,\n"
14470 "                        const char *device,\n"
14471 "                        const char *content,\n"
14472 "                        size_t content_size,\n"
14473 "                        int64_t offset);\n"
14474 "\n"
14475 msgstr ""
14476
14477 #. type: textblock
14478 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3627
14479 msgid ""
14480 "This command writes to part of a device.  It writes the data buffer "
14481 "C<content> to C<device> starting at offset C<offset>."
14482 msgstr ""
14483
14484 #. type: textblock
14485 #: ../src/guestfs-actions.pod:5414 ../fish/guestfish-actions.pod:3630
14486 msgid ""
14487 "This command implements the L<pwrite(2)> system call, and like that system "
14488 "call it may not write the full data requested (although short writes to disk "
14489 "devices and partitions are probably impossible with standard Linux kernels)."
14490 msgstr ""
14491
14492 #. type: textblock
14493 #: ../src/guestfs-actions.pod:5419
14494 msgid "See also C<guestfs_pwrite>."
14495 msgstr ""
14496
14497 #. type: textblock
14498 #: ../src/guestfs-actions.pod:5426
14499 msgid "(Added in 1.5.20)"
14500 msgstr ""
14501
14502 #. type: =head2
14503 #: ../src/guestfs-actions.pod:5428
14504 msgid "guestfs_read_file"
14505 msgstr ""
14506
14507 #. type: verbatim
14508 #: ../src/guestfs-actions.pod:5430
14509 #, no-wrap
14510 msgid ""
14511 " char *\n"
14512 " guestfs_read_file (guestfs_h *g,\n"
14513 "                    const char *path,\n"
14514 "                    size_t *size_r);\n"
14515 "\n"
14516 msgstr ""
14517
14518 #. type: textblock
14519 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3644
14520 msgid "This calls returns the contents of the file C<path> as a buffer."
14521 msgstr ""
14522
14523 #. type: textblock
14524 #: ../src/guestfs-actions.pod:5438
14525 msgid ""
14526 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14527 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14528 "function is limited in the total size of file that can be handled."
14529 msgstr ""
14530
14531 #. type: textblock
14532 #: ../src/guestfs-actions.pod:5450
14533 msgid "(Added in 1.0.63)"
14534 msgstr ""
14535
14536 #. type: =head2
14537 #: ../src/guestfs-actions.pod:5452
14538 msgid "guestfs_read_lines"
14539 msgstr ""
14540
14541 #. type: verbatim
14542 #: ../src/guestfs-actions.pod:5454
14543 #, no-wrap
14544 msgid ""
14545 " char **\n"
14546 " guestfs_read_lines (guestfs_h *g,\n"
14547 "                     const char *path);\n"
14548 "\n"
14549 msgstr ""
14550
14551 #. type: textblock
14552 #: ../src/guestfs-actions.pod:5460 ../fish/guestfish-actions.pod:3661
14553 msgid ""
14554 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14555 "C<CRLF> character sequences are I<not> returned."
14556 msgstr ""
14557
14558 #. type: textblock
14559 #: ../src/guestfs-actions.pod:5463
14560 msgid ""
14561 "Note that this function cannot correctly handle binary files (specifically, "
14562 "files containing C<\\0> character which is treated as end of line).  For "
14563 "those you need to use the C<guestfs_read_file> function which has a more "
14564 "complex interface."
14565 msgstr ""
14566
14567 #. type: =head2
14568 #: ../src/guestfs-actions.pod:5474
14569 msgid "guestfs_readdir"
14570 msgstr ""
14571
14572 #. type: verbatim
14573 #: ../src/guestfs-actions.pod:5476
14574 #, no-wrap
14575 msgid ""
14576 " struct guestfs_dirent_list *\n"
14577 " guestfs_readdir (guestfs_h *g,\n"
14578 "                  const char *dir);\n"
14579 "\n"
14580 msgstr ""
14581
14582 #. type: textblock
14583 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3673
14584 msgid "This returns the list of directory entries in directory C<dir>."
14585 msgstr ""
14586
14587 #. type: textblock
14588 #: ../src/guestfs-actions.pod:5482 ../fish/guestfish-actions.pod:3675
14589 msgid ""
14590 "All entries in the directory are returned, including C<.> and C<..>.  The "
14591 "entries are I<not> sorted, but returned in the same order as the underlying "
14592 "filesystem."
14593 msgstr ""
14594
14595 #. type: textblock
14596 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3679
14597 msgid ""
14598 "Also this call returns basic file type information about each file.  The "
14599 "C<ftyp> field will contain one of the following characters:"
14600 msgstr ""
14601
14602 #. type: =item
14603 #: ../src/guestfs-actions.pod:5491 ../fish/guestfish-actions.pod:3684
14604 msgid "'b'"
14605 msgstr ""
14606
14607 #. type: textblock
14608 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3686
14609 msgid "Block special"
14610 msgstr ""
14611
14612 #. type: =item
14613 #: ../src/guestfs-actions.pod:5495 ../fish/guestfish-actions.pod:3688
14614 msgid "'c'"
14615 msgstr ""
14616
14617 #. type: textblock
14618 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3690
14619 msgid "Char special"
14620 msgstr ""
14621
14622 #. type: =item
14623 #: ../src/guestfs-actions.pod:5499 ../fish/guestfish-actions.pod:3692
14624 msgid "'d'"
14625 msgstr ""
14626
14627 #. type: textblock
14628 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
14629 msgid "Directory"
14630 msgstr ""
14631
14632 #. type: =item
14633 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
14634 msgid "'f'"
14635 msgstr ""
14636
14637 #. type: textblock
14638 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
14639 msgid "FIFO (named pipe)"
14640 msgstr ""
14641
14642 #. type: =item
14643 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
14644 msgid "'l'"
14645 msgstr ""
14646
14647 #. type: textblock
14648 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
14649 msgid "Symbolic link"
14650 msgstr ""
14651
14652 #. type: =item
14653 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
14654 msgid "'r'"
14655 msgstr ""
14656
14657 #. type: textblock
14658 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
14659 msgid "Regular file"
14660 msgstr ""
14661
14662 #. type: =item
14663 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
14664 msgid "'s'"
14665 msgstr ""
14666
14667 #. type: textblock
14668 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
14669 msgid "Socket"
14670 msgstr ""
14671
14672 #. type: =item
14673 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
14674 msgid "'u'"
14675 msgstr ""
14676
14677 #. type: textblock
14678 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
14679 msgid "Unknown file type"
14680 msgstr ""
14681
14682 #. type: =item
14683 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
14684 msgid "'?'"
14685 msgstr ""
14686
14687 #. type: textblock
14688 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
14689 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14690 msgstr ""
14691
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:5530
14694 msgid ""
14695 "This function is primarily intended for use by programs.  To get a simple "
14696 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14697 "consumption, use C<guestfs_ll>."
14698 msgstr ""
14699
14700 #. type: textblock
14701 #: ../src/guestfs-actions.pod:5534
14702 msgid ""
14703 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14704 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14705 "use>."
14706 msgstr ""
14707
14708 #. type: =head2
14709 #: ../src/guestfs-actions.pod:5540
14710 msgid "guestfs_readlink"
14711 msgstr ""
14712
14713 #. type: verbatim
14714 #: ../src/guestfs-actions.pod:5542
14715 #, no-wrap
14716 msgid ""
14717 " char *\n"
14718 " guestfs_readlink (guestfs_h *g,\n"
14719 "                   const char *path);\n"
14720 "\n"
14721 msgstr ""
14722
14723 #. type: textblock
14724 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3731
14725 msgid "This command reads the target of a symbolic link."
14726 msgstr ""
14727
14728 #. type: =head2
14729 #: ../src/guestfs-actions.pod:5553
14730 msgid "guestfs_readlinklist"
14731 msgstr ""
14732
14733 #. type: verbatim
14734 #: ../src/guestfs-actions.pod:5555
14735 #, no-wrap
14736 msgid ""
14737 " char **\n"
14738 " guestfs_readlinklist (guestfs_h *g,\n"
14739 "                       const char *path,\n"
14740 "                       char *const *names);\n"
14741 "\n"
14742 msgstr ""
14743
14744 #. type: textblock
14745 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3737
14746 msgid ""
14747 "This call allows you to do a C<readlink> operation on multiple files, where "
14748 "all files are in the directory C<path>.  C<names> is the list of files from "
14749 "this directory."
14750 msgstr ""
14751
14752 #. type: textblock
14753 #: ../src/guestfs-actions.pod:5564 ../fish/guestfish-actions.pod:3741
14754 msgid ""
14755 "On return you get a list of strings, with a one-to-one correspondence to the "
14756 "C<names> list.  Each string is the value of the symbolic link."
14757 msgstr ""
14758
14759 #. type: textblock
14760 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3745
14761 msgid ""
14762 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14763 "result string is the empty string C<\"\">.  However the whole operation is "
14764 "completed even if there were C<readlink(2)> errors, and so you can call this "
14765 "function with names where you don't know if they are symbolic links already "
14766 "(albeit slightly less efficient)."
14767 msgstr ""
14768
14769 #. type: textblock
14770 #: ../src/guestfs-actions.pod:5575 ../fish/guestfish-actions.pod:3752
14771 msgid ""
14772 "This call is intended for programs that want to efficiently list a directory "
14773 "contents without making many round-trips.  Very long directory listings "
14774 "might cause the protocol message size to be exceeded, causing this call to "
14775 "fail.  The caller must split up such requests into smaller groups of names."
14776 msgstr ""
14777
14778 #. type: =head2
14779 #: ../src/guestfs-actions.pod:5588
14780 msgid "guestfs_realpath"
14781 msgstr ""
14782
14783 #. type: verbatim
14784 #: ../src/guestfs-actions.pod:5590
14785 #, no-wrap
14786 msgid ""
14787 " char *\n"
14788 " guestfs_realpath (guestfs_h *g,\n"
14789 "                   const char *path);\n"
14790 "\n"
14791 msgstr ""
14792
14793 #. type: textblock
14794 #: ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3763
14795 msgid ""
14796 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14797 "has no C<.>, C<..> or symbolic link path elements."
14798 msgstr ""
14799
14800 #. type: =head2
14801 #: ../src/guestfs-actions.pod:5602
14802 msgid "guestfs_removexattr"
14803 msgstr ""
14804
14805 #. type: verbatim
14806 #: ../src/guestfs-actions.pod:5604
14807 #, no-wrap
14808 msgid ""
14809 " int\n"
14810 " guestfs_removexattr (guestfs_h *g,\n"
14811 "                      const char *xattr,\n"
14812 "                      const char *path);\n"
14813 "\n"
14814 msgstr ""
14815
14816 #. type: textblock
14817 #: ../src/guestfs-actions.pod:5609 ../fish/guestfish-actions.pod:3770
14818 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14819 msgstr ""
14820
14821 #. type: textblock
14822 #: ../src/guestfs-actions.pod:5612
14823 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14824 msgstr ""
14825
14826 #. type: =head2
14827 #: ../src/guestfs-actions.pod:5618
14828 msgid "guestfs_resize2fs"
14829 msgstr ""
14830
14831 #. type: verbatim
14832 #: ../src/guestfs-actions.pod:5620
14833 #, no-wrap
14834 msgid ""
14835 " int\n"
14836 " guestfs_resize2fs (guestfs_h *g,\n"
14837 "                    const char *device);\n"
14838 "\n"
14839 msgstr ""
14840
14841 #. type: textblock
14842 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3779
14843 msgid ""
14844 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14845 "underlying device."
14846 msgstr ""
14847
14848 #. type: textblock
14849 #: ../src/guestfs-actions.pod:5627
14850 msgid ""
14851 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14852 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14853 "sometimes gives an error about this and sometimes not.  In any case, it is "
14854 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14855 msgstr ""
14856
14857 #. type: =head2
14858 #: ../src/guestfs-actions.pod:5637
14859 msgid "guestfs_resize2fs_M"
14860 msgstr ""
14861
14862 #. type: verbatim
14863 #: ../src/guestfs-actions.pod:5639
14864 #, no-wrap
14865 msgid ""
14866 " int\n"
14867 " guestfs_resize2fs_M (guestfs_h *g,\n"
14868 "                      const char *device);\n"
14869 "\n"
14870 msgstr ""
14871
14872 #. type: textblock
14873 #: ../src/guestfs-actions.pod:5643
14874 msgid ""
14875 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14876 "resized to its minimum size.  This works like the C<-M> option to the "
14877 "C<resize2fs> command."
14878 msgstr ""
14879
14880 #. type: textblock
14881 #: ../src/guestfs-actions.pod:5647
14882 msgid ""
14883 "To get the resulting size of the filesystem you should call "
14884 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14885 "These two numbers, multiplied together, give the resulting size of the "
14886 "minimal filesystem in bytes."
14887 msgstr ""
14888
14889 #. type: =head2
14890 #: ../src/guestfs-actions.pod:5654
14891 msgid "guestfs_resize2fs_size"
14892 msgstr ""
14893
14894 #. type: verbatim
14895 #: ../src/guestfs-actions.pod:5656
14896 #, no-wrap
14897 msgid ""
14898 " int\n"
14899 " guestfs_resize2fs_size (guestfs_h *g,\n"
14900 "                         const char *device,\n"
14901 "                         int64_t size);\n"
14902 "\n"
14903 msgstr ""
14904
14905 #. type: textblock
14906 #: ../src/guestfs-actions.pod:5661
14907 msgid ""
14908 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14909 "to specify the new size (in bytes) explicitly."
14910 msgstr ""
14911
14912 #. type: =head2
14913 #: ../src/guestfs-actions.pod:5668
14914 msgid "guestfs_rm"
14915 msgstr ""
14916
14917 #. type: verbatim
14918 #: ../src/guestfs-actions.pod:5670
14919 #, no-wrap
14920 msgid ""
14921 " int\n"
14922 " guestfs_rm (guestfs_h *g,\n"
14923 "             const char *path);\n"
14924 "\n"
14925 msgstr ""
14926
14927 #. type: textblock
14928 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3812
14929 msgid "Remove the single file C<path>."
14930 msgstr ""
14931
14932 #. type: =head2
14933 #: ../src/guestfs-actions.pod:5680
14934 msgid "guestfs_rm_rf"
14935 msgstr ""
14936
14937 #. type: verbatim
14938 #: ../src/guestfs-actions.pod:5682
14939 #, no-wrap
14940 msgid ""
14941 " int\n"
14942 " guestfs_rm_rf (guestfs_h *g,\n"
14943 "                const char *path);\n"
14944 "\n"
14945 msgstr ""
14946
14947 #. type: textblock
14948 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3818
14949 msgid ""
14950 "Remove the file or directory C<path>, recursively removing the contents if "
14951 "its a directory.  This is like the C<rm -rf> shell command."
14952 msgstr ""
14953
14954 #. type: =head2
14955 #: ../src/guestfs-actions.pod:5694
14956 msgid "guestfs_rmdir"
14957 msgstr ""
14958
14959 #. type: verbatim
14960 #: ../src/guestfs-actions.pod:5696
14961 #, no-wrap
14962 msgid ""
14963 " int\n"
14964 " guestfs_rmdir (guestfs_h *g,\n"
14965 "                const char *path);\n"
14966 "\n"
14967 msgstr ""
14968
14969 #. type: textblock
14970 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3826
14971 msgid "Remove the single directory C<path>."
14972 msgstr ""
14973
14974 #. type: =head2
14975 #: ../src/guestfs-actions.pod:5706
14976 msgid "guestfs_rmmountpoint"
14977 msgstr ""
14978
14979 #. type: verbatim
14980 #: ../src/guestfs-actions.pod:5708
14981 #, no-wrap
14982 msgid ""
14983 " int\n"
14984 " guestfs_rmmountpoint (guestfs_h *g,\n"
14985 "                       const char *exemptpath);\n"
14986 "\n"
14987 msgstr ""
14988
14989 #. type: textblock
14990 #: ../src/guestfs-actions.pod:5712
14991 msgid ""
14992 "This calls removes a mountpoint that was previously created with "
14993 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14994 msgstr ""
14995
14996 #. type: =head2
14997 #: ../src/guestfs-actions.pod:5720
14998 msgid "guestfs_scrub_device"
14999 msgstr ""
15000
15001 #. type: verbatim
15002 #: ../src/guestfs-actions.pod:5722
15003 #, no-wrap
15004 msgid ""
15005 " int\n"
15006 " guestfs_scrub_device (guestfs_h *g,\n"
15007 "                       const char *device);\n"
15008 "\n"
15009 msgstr ""
15010
15011 #. type: textblock
15012 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3840
15013 msgid ""
15014 "This command writes patterns over C<device> to make data retrieval more "
15015 "difficult."
15016 msgstr ""
15017
15018 #. type: textblock
15019 #: ../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
15020 msgid ""
15021 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15022 "more details."
15023 msgstr ""
15024
15025 #. type: textblock
15026 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:5774
15027 msgid "(Added in 1.0.52)"
15028 msgstr ""
15029
15030 #. type: =head2
15031 #: ../src/guestfs-actions.pod:5739
15032 msgid "guestfs_scrub_file"
15033 msgstr ""
15034
15035 #. type: verbatim
15036 #: ../src/guestfs-actions.pod:5741
15037 #, no-wrap
15038 msgid ""
15039 " int\n"
15040 " guestfs_scrub_file (guestfs_h *g,\n"
15041 "                     const char *file);\n"
15042 "\n"
15043 msgstr ""
15044
15045 #. type: textblock
15046 #: ../src/guestfs-actions.pod:5745 ../fish/guestfish-actions.pod:3853
15047 msgid ""
15048 "This command writes patterns over a file to make data retrieval more "
15049 "difficult."
15050 msgstr ""
15051
15052 #. type: textblock
15053 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3856
15054 msgid "The file is I<removed> after scrubbing."
15055 msgstr ""
15056
15057 #. type: =head2
15058 #: ../src/guestfs-actions.pod:5757
15059 msgid "guestfs_scrub_freespace"
15060 msgstr ""
15061
15062 #. type: verbatim
15063 #: ../src/guestfs-actions.pod:5759
15064 #, no-wrap
15065 msgid ""
15066 " int\n"
15067 " guestfs_scrub_freespace (guestfs_h *g,\n"
15068 "                          const char *dir);\n"
15069 "\n"
15070 msgstr ""
15071
15072 #. type: textblock
15073 #: ../src/guestfs-actions.pod:5763
15074 msgid ""
15075 "This command creates the directory C<dir> and then fills it with files until "
15076 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15077 "and deletes them.  The intention is to scrub any free space on the partition "
15078 "containing C<dir>."
15079 msgstr ""
15080
15081 #. type: =head2
15082 #: ../src/guestfs-actions.pod:5776
15083 msgid "guestfs_set_append"
15084 msgstr ""
15085
15086 #. type: verbatim
15087 #: ../src/guestfs-actions.pod:5778
15088 #, no-wrap
15089 msgid ""
15090 " int\n"
15091 " guestfs_set_append (guestfs_h *g,\n"
15092 "                     const char *append);\n"
15093 "\n"
15094 msgstr ""
15095
15096 #. type: textblock
15097 #: ../src/guestfs-actions.pod:5782 ../fish/guestfish-actions.pod:3880
15098 msgid ""
15099 "This function is used to add additional options to the guest kernel command "
15100 "line."
15101 msgstr ""
15102
15103 #. type: textblock
15104 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3883
15105 msgid ""
15106 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15107 "environment variable."
15108 msgstr ""
15109
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:5788 ../fish/guestfish-actions.pod:3886
15112 msgid ""
15113 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15114 "(libguestfs always adds a few of its own)."
15115 msgstr ""
15116
15117 #. type: =head2
15118 #: ../src/guestfs-actions.pod:5795
15119 msgid "guestfs_set_attach_method"
15120 msgstr ""
15121
15122 #. type: verbatim
15123 #: ../src/guestfs-actions.pod:5797
15124 #, no-wrap
15125 msgid ""
15126 " int\n"
15127 " guestfs_set_attach_method (guestfs_h *g,\n"
15128 "                            const char *attachmethod);\n"
15129 "\n"
15130 msgstr ""
15131
15132 #. type: textblock
15133 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3895
15134 msgid ""
15135 "Set the method that libguestfs uses to connect to the back end guestfsd "
15136 "daemon.  Possible methods are:"
15137 msgstr ""
15138
15139 #. type: textblock
15140 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3902
15141 msgid ""
15142 "Launch an appliance and connect to it.  This is the ordinary method and the "
15143 "default."
15144 msgstr ""
15145
15146 #. type: =item
15147 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3905
15148 msgid "C<unix:I<path>>"
15149 msgstr ""
15150
15151 #. type: textblock
15152 #: ../src/guestfs-actions.pod:5813 ../fish/guestfish-actions.pod:3907
15153 msgid "Connect to the Unix domain socket I<path>."
15154 msgstr ""
15155
15156 #. type: textblock
15157 #: ../src/guestfs-actions.pod:5815 ../fish/guestfish-actions.pod:3909
15158 msgid ""
15159 "This method lets you connect to an existing daemon or (using virtio-serial) "
15160 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15161 "RUNNING DAEMONS>."
15162 msgstr ""
15163
15164 #. type: =head2
15165 #: ../src/guestfs-actions.pod:5823
15166 msgid "guestfs_set_autosync"
15167 msgstr ""
15168
15169 #. type: verbatim
15170 #: ../src/guestfs-actions.pod:5825
15171 #, no-wrap
15172 msgid ""
15173 " int\n"
15174 " guestfs_set_autosync (guestfs_h *g,\n"
15175 "                       int autosync);\n"
15176 "\n"
15177 msgstr ""
15178
15179 #. type: textblock
15180 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3921
15181 msgid ""
15182 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15183 "effort attempt to make filesystems consistent and synchronized when the "
15184 "handle is closed (also if the program exits without closing handles)."
15185 msgstr ""
15186
15187 #. type: textblock
15188 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3926
15189 msgid ""
15190 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15191 "disabled by default)."
15192 msgstr ""
15193
15194 #. type: =head2
15195 #: ../src/guestfs-actions.pod:5841
15196 msgid "guestfs_set_direct"
15197 msgstr ""
15198
15199 #. type: verbatim
15200 #: ../src/guestfs-actions.pod:5843
15201 #, no-wrap
15202 msgid ""
15203 " int\n"
15204 " guestfs_set_direct (guestfs_h *g,\n"
15205 "                     int direct);\n"
15206 "\n"
15207 msgstr ""
15208
15209 #. type: textblock
15210 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3935
15211 msgid ""
15212 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15213 "passed directly through to the appliance once it is launched."
15214 msgstr ""
15215
15216 #. type: textblock
15217 #: ../src/guestfs-actions.pod:5851
15218 msgid ""
15219 "One consequence of this is that log messages aren't caught by the library "
15220 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15221 "stdout."
15222 msgstr ""
15223
15224 #. type: textblock
15225 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3943
15226 msgid "You probably don't want to use this unless you know what you are doing."
15227 msgstr ""
15228
15229 #. type: textblock
15230 #: ../src/guestfs-actions.pod:5858 ../fish/guestfish-actions.pod:3946
15231 msgid "The default is disabled."
15232 msgstr ""
15233
15234 #. type: =head2
15235 #: ../src/guestfs-actions.pod:5864
15236 msgid "guestfs_set_e2label"
15237 msgstr ""
15238
15239 #. type: verbatim
15240 #: ../src/guestfs-actions.pod:5866
15241 #, no-wrap
15242 msgid ""
15243 " int\n"
15244 " guestfs_set_e2label (guestfs_h *g,\n"
15245 "                      const char *device,\n"
15246 "                      const char *label);\n"
15247 "\n"
15248 msgstr ""
15249
15250 #. type: textblock
15251 #: ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:3952
15252 msgid ""
15253 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15254 "C<label>.  Filesystem labels are limited to 16 characters."
15255 msgstr ""
15256
15257 #. type: textblock
15258 #: ../src/guestfs-actions.pod:5875
15259 msgid ""
15260 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15261 "the existing label on a filesystem."
15262 msgstr ""
15263
15264 #. type: =head2
15265 #: ../src/guestfs-actions.pod:5882
15266 msgid "guestfs_set_e2uuid"
15267 msgstr ""
15268
15269 #. type: verbatim
15270 #: ../src/guestfs-actions.pod:5884
15271 #, no-wrap
15272 msgid ""
15273 " int\n"
15274 " guestfs_set_e2uuid (guestfs_h *g,\n"
15275 "                     const char *device,\n"
15276 "                     const char *uuid);\n"
15277 "\n"
15278 msgstr ""
15279
15280 #. type: textblock
15281 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3963
15282 msgid ""
15283 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15284 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15285 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15286 msgstr ""
15287
15288 #. type: textblock
15289 #: ../src/guestfs-actions.pod:5894
15290 msgid ""
15291 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15292 "the existing UUID of a filesystem."
15293 msgstr ""
15294
15295 #. type: =head2
15296 #: ../src/guestfs-actions.pod:5901
15297 msgid "guestfs_set_memsize"
15298 msgstr ""
15299
15300 #. type: verbatim
15301 #: ../src/guestfs-actions.pod:5903
15302 #, no-wrap
15303 msgid ""
15304 " int\n"
15305 " guestfs_set_memsize (guestfs_h *g,\n"
15306 "                      int memsize);\n"
15307 "\n"
15308 msgstr ""
15309
15310 #. type: textblock
15311 #: ../src/guestfs-actions.pod:5907
15312 msgid ""
15313 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15314 "This only has any effect if called before C<guestfs_launch>."
15315 msgstr ""
15316
15317 #. type: textblock
15318 #: ../src/guestfs-actions.pod:5911 ../fish/guestfish-actions.pod:3981
15319 msgid ""
15320 "You can also change this by setting the environment variable "
15321 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15322 msgstr ""
15323
15324 #. type: =head2
15325 #: ../src/guestfs-actions.pod:5922
15326 msgid "guestfs_set_network"
15327 msgstr ""
15328
15329 #. type: verbatim
15330 #: ../src/guestfs-actions.pod:5924
15331 #, no-wrap
15332 msgid ""
15333 " int\n"
15334 " guestfs_set_network (guestfs_h *g,\n"
15335 "                      int network);\n"
15336 "\n"
15337 msgstr ""
15338
15339 #. type: textblock
15340 #: ../src/guestfs-actions.pod:5928 ../fish/guestfish-actions.pod:3994
15341 msgid ""
15342 "If C<network> is true, then the network is enabled in the libguestfs "
15343 "appliance.  The default is false."
15344 msgstr ""
15345
15346 #. type: textblock
15347 #: ../src/guestfs-actions.pod:5931 ../fish/guestfish-actions.pod:3997
15348 msgid ""
15349 "This affects whether commands are able to access the network (see "
15350 "L<guestfs(3)/RUNNING COMMANDS>)."
15351 msgstr ""
15352
15353 #. type: textblock
15354 #: ../src/guestfs-actions.pod:5934
15355 msgid ""
15356 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15357 "effect."
15358 msgstr ""
15359
15360 #. type: =head2
15361 #: ../src/guestfs-actions.pod:5941
15362 msgid "guestfs_set_path"
15363 msgstr ""
15364
15365 #. type: verbatim
15366 #: ../src/guestfs-actions.pod:5943
15367 #, no-wrap
15368 msgid ""
15369 " int\n"
15370 " guestfs_set_path (guestfs_h *g,\n"
15371 "                   const char *searchpath);\n"
15372 "\n"
15373 msgstr ""
15374
15375 #. type: textblock
15376 #: ../src/guestfs-actions.pod:5947 ../fish/guestfish-actions.pod:4009
15377 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15378 msgstr ""
15379
15380 #. type: textblock
15381 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4011
15382 msgid ""
15383 "The default is C<$libdir/guestfs> unless overridden by setting "
15384 "C<LIBGUESTFS_PATH> environment variable."
15385 msgstr ""
15386
15387 #. type: textblock
15388 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4014
15389 msgid "Setting C<path> to C<NULL> restores the default path."
15390 msgstr ""
15391
15392 #. type: =head2
15393 #: ../src/guestfs-actions.pod:5958
15394 msgid "guestfs_set_qemu"
15395 msgstr ""
15396
15397 #. type: verbatim
15398 #: ../src/guestfs-actions.pod:5960
15399 #, no-wrap
15400 msgid ""
15401 " int\n"
15402 " guestfs_set_qemu (guestfs_h *g,\n"
15403 "                   const char *qemu);\n"
15404 "\n"
15405 msgstr ""
15406
15407 #. type: textblock
15408 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4022
15409 msgid "Set the qemu binary that we will use."
15410 msgstr ""
15411
15412 #. type: textblock
15413 #: ../src/guestfs-actions.pod:5966 ../fish/guestfish-actions.pod:4024
15414 msgid "The default is chosen when the library was compiled by the configure script."
15415 msgstr ""
15416
15417 #. type: textblock
15418 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:4027
15419 msgid ""
15420 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15421 "variable."
15422 msgstr ""
15423
15424 #. type: textblock
15425 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4030
15426 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15427 msgstr ""
15428
15429 #. type: textblock
15430 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4032
15431 msgid ""
15432 "Note that you should call this function as early as possible after creating "
15433 "the handle.  This is because some pre-launch operations depend on testing "
15434 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15435 "don't retest features, and so you might see inconsistent results.  Using the "
15436 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15437 "the qemu binary at the same time as the handle is created."
15438 msgstr ""
15439
15440 #. type: =head2
15441 #: ../src/guestfs-actions.pod:5986
15442 msgid "guestfs_set_recovery_proc"
15443 msgstr ""
15444
15445 #. type: verbatim
15446 #: ../src/guestfs-actions.pod:5988
15447 #, no-wrap
15448 msgid ""
15449 " int\n"
15450 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15451 "                            int recoveryproc);\n"
15452 "\n"
15453 msgstr ""
15454
15455 #. type: textblock
15456 #: ../src/guestfs-actions.pod:5992
15457 msgid ""
15458 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15459 "not create a recovery process.  The purpose of the recovery process is to "
15460 "stop runaway qemu processes in the case where the main program aborts "
15461 "abruptly."
15462 msgstr ""
15463
15464 #. type: textblock
15465 #: ../src/guestfs-actions.pod:5997
15466 msgid ""
15467 "This only has any effect if called before C<guestfs_launch>, and the default "
15468 "is true."
15469 msgstr ""
15470
15471 #. type: textblock
15472 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4054
15473 msgid ""
15474 "About the only time when you would want to disable this is if the main "
15475 "process will fork itself into the background (\"daemonize\" itself).  In "
15476 "this case the recovery process thinks that the main program has disappeared "
15477 "and so kills qemu, which is not very helpful."
15478 msgstr ""
15479
15480 #. type: =head2
15481 #: ../src/guestfs-actions.pod:6010
15482 msgid "guestfs_set_selinux"
15483 msgstr ""
15484
15485 #. type: verbatim
15486 #: ../src/guestfs-actions.pod:6012
15487 #, no-wrap
15488 msgid ""
15489 " int\n"
15490 " guestfs_set_selinux (guestfs_h *g,\n"
15491 "                      int selinux);\n"
15492 "\n"
15493 msgstr ""
15494
15495 #. type: textblock
15496 #: ../src/guestfs-actions.pod:6016 ../fish/guestfish-actions.pod:4066
15497 msgid ""
15498 "This sets the selinux flag that is passed to the appliance at boot time.  "
15499 "The default is C<selinux=0> (disabled)."
15500 msgstr ""
15501
15502 #. type: textblock
15503 #: ../src/guestfs-actions.pod:6019 ../fish/guestfish-actions.pod:4069
15504 msgid ""
15505 "Note that if SELinux is enabled, it is always in Permissive mode "
15506 "(C<enforcing=0>)."
15507 msgstr ""
15508
15509 #. type: =head2
15510 #: ../src/guestfs-actions.pod:6029
15511 msgid "guestfs_set_trace"
15512 msgstr ""
15513
15514 #. type: verbatim
15515 #: ../src/guestfs-actions.pod:6031
15516 #, no-wrap
15517 msgid ""
15518 " int\n"
15519 " guestfs_set_trace (guestfs_h *g,\n"
15520 "                    int trace);\n"
15521 "\n"
15522 msgstr ""
15523
15524 #. type: textblock
15525 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4081
15526 msgid ""
15527 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15528 "return values are traced."
15529 msgstr ""
15530
15531 #. type: textblock
15532 #: ../src/guestfs-actions.pod:6038 ../fish/guestfish-actions.pod:4084
15533 msgid ""
15534 "If you want to trace C API calls into libguestfs (and other libraries) then "
15535 "possibly a better way is to use the external ltrace(1) command."
15536 msgstr ""
15537
15538 #. type: textblock
15539 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4088
15540 msgid ""
15541 "Command traces are disabled unless the environment variable "
15542 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15543 msgstr ""
15544
15545 #. type: textblock
15546 #: ../src/guestfs-actions.pod:6045
15547 msgid ""
15548 "Trace messages are normally sent to C<stderr>, unless you register a "
15549 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15550 msgstr ""
15551
15552 #. type: =head2
15553 #: ../src/guestfs-actions.pod:6053
15554 msgid "guestfs_set_verbose"
15555 msgstr ""
15556
15557 #. type: verbatim
15558 #: ../src/guestfs-actions.pod:6055
15559 #, no-wrap
15560 msgid ""
15561 " int\n"
15562 " guestfs_set_verbose (guestfs_h *g,\n"
15563 "                      int verbose);\n"
15564 "\n"
15565 msgstr ""
15566
15567 #. type: textblock
15568 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4101
15569 msgid "If C<verbose> is true, this turns on verbose messages."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:6061 ../fish/guestfish-actions.pod:4103
15574 msgid ""
15575 "Verbose messages are disabled unless the environment variable "
15576 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15577 msgstr ""
15578
15579 #. type: textblock
15580 #: ../src/guestfs-actions.pod:6064
15581 msgid ""
15582 "Verbose messages are normally sent to C<stderr>, unless you register a "
15583 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15584 msgstr ""
15585
15586 #. type: =head2
15587 #: ../src/guestfs-actions.pod:6072
15588 msgid "guestfs_setcon"
15589 msgstr ""
15590
15591 #. type: verbatim
15592 #: ../src/guestfs-actions.pod:6074
15593 #, no-wrap
15594 msgid ""
15595 " int\n"
15596 " guestfs_setcon (guestfs_h *g,\n"
15597 "                 const char *context);\n"
15598 "\n"
15599 msgstr ""
15600
15601 #. type: textblock
15602 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4114
15603 msgid ""
15604 "This sets the SELinux security context of the daemon to the string "
15605 "C<context>."
15606 msgstr ""
15607
15608 #. type: textblock
15609 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4117
15610 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15611 msgstr ""
15612
15613 #. type: =head2
15614 #: ../src/guestfs-actions.pod:6087
15615 msgid "guestfs_setxattr"
15616 msgstr ""
15617
15618 #. type: verbatim
15619 #: ../src/guestfs-actions.pod:6089
15620 #, no-wrap
15621 msgid ""
15622 " int\n"
15623 " guestfs_setxattr (guestfs_h *g,\n"
15624 "                   const char *xattr,\n"
15625 "                   const char *val,\n"
15626 "                   int vallen,\n"
15627 "                   const char *path);\n"
15628 "\n"
15629 msgstr ""
15630
15631 #. type: textblock
15632 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4123
15633 msgid ""
15634 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15635 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15636 msgstr ""
15637
15638 #. type: textblock
15639 #: ../src/guestfs-actions.pod:6100
15640 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15641 msgstr ""
15642
15643 #. type: =head2
15644 #: ../src/guestfs-actions.pod:6106
15645 msgid "guestfs_sfdisk"
15646 msgstr ""
15647
15648 #. type: verbatim
15649 #: ../src/guestfs-actions.pod:6108
15650 #, no-wrap
15651 msgid ""
15652 " int\n"
15653 " guestfs_sfdisk (guestfs_h *g,\n"
15654 "                 const char *device,\n"
15655 "                 int cyls,\n"
15656 "                 int heads,\n"
15657 "                 int sectors,\n"
15658 "                 char *const *lines);\n"
15659 "\n"
15660 msgstr ""
15661
15662 #. type: textblock
15663 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4133
15664 msgid ""
15665 "This is a direct interface to the L<sfdisk(8)> program for creating "
15666 "partitions on block devices."
15667 msgstr ""
15668
15669 #. type: textblock
15670 #: ../src/guestfs-actions.pod:6119 ../fish/guestfish-actions.pod:4136
15671 msgid "C<device> should be a block device, for example C</dev/sda>."
15672 msgstr ""
15673
15674 #. type: textblock
15675 #: ../src/guestfs-actions.pod:6121 ../fish/guestfish-actions.pod:4138
15676 msgid ""
15677 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15678 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15679 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15680 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15681 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15682 "the kernel) cannot work out the right geometry and you will need to tell it."
15683 msgstr ""
15684
15685 #. type: textblock
15686 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4146
15687 msgid ""
15688 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15689 "refer to the L<sfdisk(8)> manpage."
15690 msgstr ""
15691
15692 #. type: textblock
15693 #: ../src/guestfs-actions.pod:6132 ../fish/guestfish-actions.pod:4149
15694 msgid ""
15695 "To create a single partition occupying the whole disk, you would pass "
15696 "C<lines> as a single element list, when the single element being the string "
15697 "C<,> (comma)."
15698 msgstr ""
15699
15700 #. type: textblock
15701 #: ../src/guestfs-actions.pod:6136
15702 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15703 msgstr ""
15704
15705 #. type: =head2
15706 #: ../src/guestfs-actions.pod:6146
15707 msgid "guestfs_sfdiskM"
15708 msgstr ""
15709
15710 #. type: verbatim
15711 #: ../src/guestfs-actions.pod:6148
15712 #, no-wrap
15713 msgid ""
15714 " int\n"
15715 " guestfs_sfdiskM (guestfs_h *g,\n"
15716 "                  const char *device,\n"
15717 "                  char *const *lines);\n"
15718 "\n"
15719 msgstr ""
15720
15721 #. type: textblock
15722 #: ../src/guestfs-actions.pod:6153
15723 msgid ""
15724 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15725 "partition sizes are specified in megabytes only (rounded to the nearest "
15726 "cylinder) and you don't need to specify the cyls, heads and sectors "
15727 "parameters which were rarely if ever used anyway."
15728 msgstr ""
15729
15730 #. type: textblock
15731 #: ../src/guestfs-actions.pod:6159
15732 msgid ""
15733 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15734 "C<guestfs_part_disk>"
15735 msgstr ""
15736
15737 #. type: =head2
15738 #: ../src/guestfs-actions.pod:6169
15739 msgid "guestfs_sfdisk_N"
15740 msgstr ""
15741
15742 #. type: verbatim
15743 #: ../src/guestfs-actions.pod:6171
15744 #, no-wrap
15745 msgid ""
15746 " int\n"
15747 " guestfs_sfdisk_N (guestfs_h *g,\n"
15748 "                   const char *device,\n"
15749 "                   int partnum,\n"
15750 "                   int cyls,\n"
15751 "                   int heads,\n"
15752 "                   int sectors,\n"
15753 "                   const char *line);\n"
15754 "\n"
15755 msgstr ""
15756
15757 #. type: textblock
15758 #: ../src/guestfs-actions.pod:6180 ../fish/guestfish-actions.pod:4179
15759 msgid ""
15760 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15761 "(note: C<n> counts from 1)."
15762 msgstr ""
15763
15764 #. type: textblock
15765 #: ../src/guestfs-actions.pod:6183
15766 msgid ""
15767 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15768 "for the cyls/heads/sectors parameters."
15769 msgstr ""
15770
15771 #. type: textblock
15772 #: ../src/guestfs-actions.pod:6186
15773 msgid "See also: C<guestfs_part_add>"
15774 msgstr ""
15775
15776 #. type: =head2
15777 #: ../src/guestfs-actions.pod:6195
15778 msgid "guestfs_sfdisk_disk_geometry"
15779 msgstr ""
15780
15781 #. type: verbatim
15782 #: ../src/guestfs-actions.pod:6197
15783 #, no-wrap
15784 msgid ""
15785 " char *\n"
15786 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15787 "                               const char *device);\n"
15788 "\n"
15789 msgstr ""
15790
15791 #. type: textblock
15792 #: ../src/guestfs-actions.pod:6201
15793 msgid ""
15794 "This displays the disk geometry of C<device> read from the partition table.  "
15795 "Especially in the case where the underlying block device has been resized, "
15796 "this can be different from the kernel's idea of the geometry (see "
15797 "C<guestfs_sfdisk_kernel_geometry>)."
15798 msgstr ""
15799
15800 #. type: textblock
15801 #: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6222 ../fish/guestfish-actions.pod:4199 ../fish/guestfish-actions.pod:4208
15802 msgid "The result is in human-readable format, and not designed to be parsed."
15803 msgstr ""
15804
15805 #. type: =head2
15806 #: ../src/guestfs-actions.pod:6214
15807 msgid "guestfs_sfdisk_kernel_geometry"
15808 msgstr ""
15809
15810 #. type: verbatim
15811 #: ../src/guestfs-actions.pod:6216
15812 #, no-wrap
15813 msgid ""
15814 " char *\n"
15815 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15816 "                                 const char *device);\n"
15817 "\n"
15818 msgstr ""
15819
15820 #. type: textblock
15821 #: ../src/guestfs-actions.pod:6220 ../fish/guestfish-actions.pod:4206
15822 msgid "This displays the kernel's idea of the geometry of C<device>."
15823 msgstr ""
15824
15825 #. type: =head2
15826 #: ../src/guestfs-actions.pod:6230
15827 msgid "guestfs_sfdisk_l"
15828 msgstr ""
15829
15830 #. type: verbatim
15831 #: ../src/guestfs-actions.pod:6232
15832 #, no-wrap
15833 msgid ""
15834 " char *\n"
15835 " guestfs_sfdisk_l (guestfs_h *g,\n"
15836 "                   const char *device);\n"
15837 "\n"
15838 msgstr ""
15839
15840 #. type: textblock
15841 #: ../src/guestfs-actions.pod:6236 ../fish/guestfish-actions.pod:4215
15842 msgid ""
15843 "This displays the partition table on C<device>, in the human-readable output "
15844 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15845 msgstr ""
15846
15847 #. type: textblock
15848 #: ../src/guestfs-actions.pod:6240
15849 msgid "See also: C<guestfs_part_list>"
15850 msgstr ""
15851
15852 #. type: =head2
15853 #: ../src/guestfs-actions.pod:6247
15854 msgid "guestfs_sh"
15855 msgstr ""
15856
15857 #. type: verbatim
15858 #: ../src/guestfs-actions.pod:6249
15859 #, no-wrap
15860 msgid ""
15861 " char *\n"
15862 " guestfs_sh (guestfs_h *g,\n"
15863 "             const char *command);\n"
15864 "\n"
15865 msgstr ""
15866
15867 #. type: textblock
15868 #: ../src/guestfs-actions.pod:6253 ../fish/guestfish-actions.pod:4225
15869 msgid ""
15870 "This call runs a command from the guest filesystem via the guest's "
15871 "C</bin/sh>."
15872 msgstr ""
15873
15874 #. type: textblock
15875 #: ../src/guestfs-actions.pod:6256
15876 msgid "This is like C<guestfs_command>, but passes the command to:"
15877 msgstr ""
15878
15879 #. type: verbatim
15880 #: ../src/guestfs-actions.pod:6258 ../fish/guestfish-actions.pod:4230
15881 #, no-wrap
15882 msgid ""
15883 " /bin/sh -c \"command\"\n"
15884 "\n"
15885 msgstr ""
15886
15887 #. type: textblock
15888 #: ../src/guestfs-actions.pod:6260 ../fish/guestfish-actions.pod:4232
15889 msgid ""
15890 "Depending on the guest's shell, this usually results in wildcards being "
15891 "expanded, shell expressions being interpolated and so on."
15892 msgstr ""
15893
15894 #. type: textblock
15895 #: ../src/guestfs-actions.pod:6264
15896 msgid "All the provisos about C<guestfs_command> apply to this call."
15897 msgstr ""
15898
15899 #. type: =head2
15900 #: ../src/guestfs-actions.pod:6271
15901 msgid "guestfs_sh_lines"
15902 msgstr ""
15903
15904 #. type: verbatim
15905 #: ../src/guestfs-actions.pod:6273
15906 #, no-wrap
15907 msgid ""
15908 " char **\n"
15909 " guestfs_sh_lines (guestfs_h *g,\n"
15910 "                   const char *command);\n"
15911 "\n"
15912 msgstr ""
15913
15914 #. type: textblock
15915 #: ../src/guestfs-actions.pod:6277
15916 msgid ""
15917 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15918 "lines."
15919 msgstr ""
15920
15921 #. type: textblock
15922 #: ../src/guestfs-actions.pod:6280
15923 msgid "See also: C<guestfs_command_lines>"
15924 msgstr ""
15925
15926 #. type: =head2
15927 #: ../src/guestfs-actions.pod:6288
15928 msgid "guestfs_sleep"
15929 msgstr ""
15930
15931 #. type: verbatim
15932 #: ../src/guestfs-actions.pod:6290
15933 #, no-wrap
15934 msgid ""
15935 " int\n"
15936 " guestfs_sleep (guestfs_h *g,\n"
15937 "                int secs);\n"
15938 "\n"
15939 msgstr ""
15940
15941 #. type: textblock
15942 #: ../src/guestfs-actions.pod:6294 ../fish/guestfish-actions.pod:4251
15943 msgid "Sleep for C<secs> seconds."
15944 msgstr ""
15945
15946 #. type: textblock
15947 #: ../src/guestfs-actions.pod:6298
15948 msgid "(Added in 1.0.41)"
15949 msgstr ""
15950
15951 #. type: =head2
15952 #: ../src/guestfs-actions.pod:6300 ../src/guestfs-structs.pod:109
15953 msgid "guestfs_stat"
15954 msgstr ""
15955
15956 #. type: verbatim
15957 #: ../src/guestfs-actions.pod:6302
15958 #, no-wrap
15959 msgid ""
15960 " struct guestfs_stat *\n"
15961 " guestfs_stat (guestfs_h *g,\n"
15962 "               const char *path);\n"
15963 "\n"
15964 msgstr ""
15965
15966 #. type: textblock
15967 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4259
15968 msgid "This is the same as the C<stat(2)> system call."
15969 msgstr ""
15970
15971 #. type: =head2
15972 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-structs.pod:135
15973 msgid "guestfs_statvfs"
15974 msgstr ""
15975
15976 #. type: verbatim
15977 #: ../src/guestfs-actions.pod:6318
15978 #, no-wrap
15979 msgid ""
15980 " struct guestfs_statvfs *\n"
15981 " guestfs_statvfs (guestfs_h *g,\n"
15982 "                  const char *path);\n"
15983 "\n"
15984 msgstr ""
15985
15986 #. type: textblock
15987 #: ../src/guestfs-actions.pod:6322 ../fish/guestfish-actions.pod:4265
15988 msgid ""
15989 "Returns file system statistics for any mounted file system.  C<path> should "
15990 "be a file or directory in the mounted file system (typically it is the mount "
15991 "point itself, but it doesn't need to be)."
15992 msgstr ""
15993
15994 #. type: textblock
15995 #: ../src/guestfs-actions.pod:6326 ../fish/guestfish-actions.pod:4269
15996 msgid "This is the same as the C<statvfs(2)> system call."
15997 msgstr ""
15998
15999 #. type: textblock
16000 #: ../src/guestfs-actions.pod:6328
16001 msgid ""
16002 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16003 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16004 msgstr ""
16005
16006 #. type: =head2
16007 #: ../src/guestfs-actions.pod:6334
16008 msgid "guestfs_strings"
16009 msgstr ""
16010
16011 #. type: verbatim
16012 #: ../src/guestfs-actions.pod:6336
16013 #, no-wrap
16014 msgid ""
16015 " char **\n"
16016 " guestfs_strings (guestfs_h *g,\n"
16017 "                  const char *path);\n"
16018 "\n"
16019 msgstr ""
16020
16021 #. type: textblock
16022 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4275
16023 msgid ""
16024 "This runs the L<strings(1)> command on a file and returns the list of "
16025 "printable strings found."
16026 msgstr ""
16027
16028 #. type: =head2
16029 #: ../src/guestfs-actions.pod:6352
16030 msgid "guestfs_strings_e"
16031 msgstr ""
16032
16033 #. type: verbatim
16034 #: ../src/guestfs-actions.pod:6354
16035 #, no-wrap
16036 msgid ""
16037 " char **\n"
16038 " guestfs_strings_e (guestfs_h *g,\n"
16039 "                    const char *encoding,\n"
16040 "                    const char *path);\n"
16041 "\n"
16042 msgstr ""
16043
16044 #. type: textblock
16045 #: ../src/guestfs-actions.pod:6359
16046 msgid ""
16047 "This is like the C<guestfs_strings> command, but allows you to specify the "
16048 "encoding of strings that are looked for in the source file C<path>."
16049 msgstr ""
16050
16051 #. type: textblock
16052 #: ../src/guestfs-actions.pod:6363 ../fish/guestfish-actions.pod:4289
16053 msgid "Allowed encodings are:"
16054 msgstr ""
16055
16056 #. type: =item
16057 #: ../src/guestfs-actions.pod:6367 ../fish/guestfish-actions.pod:4293
16058 msgid "s"
16059 msgstr ""
16060
16061 #. type: textblock
16062 #: ../src/guestfs-actions.pod:6369
16063 msgid ""
16064 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16065 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16066 msgstr ""
16067
16068 #. type: =item
16069 #: ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:4298
16070 msgid "S"
16071 msgstr ""
16072
16073 #. type: textblock
16074 #: ../src/guestfs-actions.pod:6374 ../fish/guestfish-actions.pod:4300
16075 msgid "Single 8-bit-byte characters."
16076 msgstr ""
16077
16078 #. type: =item
16079 #: ../src/guestfs-actions.pod:6376 ../fish/guestfish-actions.pod:4302
16080 msgid "b"
16081 msgstr ""
16082
16083 #. type: textblock
16084 #: ../src/guestfs-actions.pod:6378 ../fish/guestfish-actions.pod:4304
16085 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16086 msgstr ""
16087
16088 #. type: =item
16089 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4307
16090 msgid "l (lower case letter L)"
16091 msgstr ""
16092
16093 #. type: textblock
16094 #: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4309
16095 msgid ""
16096 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16097 "examining binaries in Windows guests."
16098 msgstr ""
16099
16100 #. type: =item
16101 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4312
16102 msgid "B"
16103 msgstr ""
16104
16105 #. type: textblock
16106 #: ../src/guestfs-actions.pod:6388 ../fish/guestfish-actions.pod:4314
16107 msgid "32-bit big endian such as UCS-4BE."
16108 msgstr ""
16109
16110 #. type: =item
16111 #: ../src/guestfs-actions.pod:6390 ../fish/guestfish-actions.pod:4316
16112 msgid "L"
16113 msgstr ""
16114
16115 #. type: textblock
16116 #: ../src/guestfs-actions.pod:6392 ../fish/guestfish-actions.pod:4318
16117 msgid "32-bit little endian such as UCS-4LE."
16118 msgstr ""
16119
16120 #. type: textblock
16121 #: ../src/guestfs-actions.pod:6396 ../fish/guestfish-actions.pod:4322
16122 msgid "The returned strings are transcoded to UTF-8."
16123 msgstr ""
16124
16125 #. type: =head2
16126 #: ../src/guestfs-actions.pod:6407
16127 msgid "guestfs_swapoff_device"
16128 msgstr ""
16129
16130 #. type: verbatim
16131 #: ../src/guestfs-actions.pod:6409
16132 #, no-wrap
16133 msgid ""
16134 " int\n"
16135 " guestfs_swapoff_device (guestfs_h *g,\n"
16136 "                         const char *device);\n"
16137 "\n"
16138 msgstr ""
16139
16140 #. type: textblock
16141 #: ../src/guestfs-actions.pod:6413
16142 msgid ""
16143 "This command disables the libguestfs appliance swap device or partition "
16144 "named C<device>.  See C<guestfs_swapon_device>."
16145 msgstr ""
16146
16147 #. type: =head2
16148 #: ../src/guestfs-actions.pod:6421
16149 msgid "guestfs_swapoff_file"
16150 msgstr ""
16151
16152 #. type: verbatim
16153 #: ../src/guestfs-actions.pod:6423
16154 #, no-wrap
16155 msgid ""
16156 " int\n"
16157 " guestfs_swapoff_file (guestfs_h *g,\n"
16158 "                       const char *file);\n"
16159 "\n"
16160 msgstr ""
16161
16162 #. type: textblock
16163 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4339
16164 msgid "This command disables the libguestfs appliance swap on file."
16165 msgstr ""
16166
16167 #. type: =head2
16168 #: ../src/guestfs-actions.pod:6433
16169 msgid "guestfs_swapoff_label"
16170 msgstr ""
16171
16172 #. type: verbatim
16173 #: ../src/guestfs-actions.pod:6435
16174 #, no-wrap
16175 msgid ""
16176 " int\n"
16177 " guestfs_swapoff_label (guestfs_h *g,\n"
16178 "                        const char *label);\n"
16179 "\n"
16180 msgstr ""
16181
16182 #. type: textblock
16183 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4345
16184 msgid ""
16185 "This command disables the libguestfs appliance swap on labeled swap "
16186 "partition."
16187 msgstr ""
16188
16189 #. type: =head2
16190 #: ../src/guestfs-actions.pod:6446
16191 msgid "guestfs_swapoff_uuid"
16192 msgstr ""
16193
16194 #. type: verbatim
16195 #: ../src/guestfs-actions.pod:6448
16196 #, no-wrap
16197 msgid ""
16198 " int\n"
16199 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16200 "                       const char *uuid);\n"
16201 "\n"
16202 msgstr ""
16203
16204 #. type: textblock
16205 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4352
16206 msgid ""
16207 "This command disables the libguestfs appliance swap partition with the given "
16208 "UUID."
16209 msgstr ""
16210
16211 #. type: =head2
16212 #: ../src/guestfs-actions.pod:6459
16213 msgid "guestfs_swapon_device"
16214 msgstr ""
16215
16216 #. type: verbatim
16217 #: ../src/guestfs-actions.pod:6461
16218 #, no-wrap
16219 msgid ""
16220 " int\n"
16221 " guestfs_swapon_device (guestfs_h *g,\n"
16222 "                        const char *device);\n"
16223 "\n"
16224 msgstr ""
16225
16226 #. type: textblock
16227 #: ../src/guestfs-actions.pod:6465
16228 msgid ""
16229 "This command enables the libguestfs appliance to use the swap device or "
16230 "partition named C<device>.  The increased memory is made available for all "
16231 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16232 msgstr ""
16233
16234 #. type: textblock
16235 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4364
16236 msgid ""
16237 "Note that you should not swap to existing guest swap partitions unless you "
16238 "know what you are doing.  They may contain hibernation information, or other "
16239 "information that the guest doesn't want you to trash.  You also risk leaking "
16240 "information about the host to the guest this way.  Instead, attach a new "
16241 "host device to the guest and swap on that."
16242 msgstr ""
16243
16244 #. type: =head2
16245 #: ../src/guestfs-actions.pod:6481
16246 msgid "guestfs_swapon_file"
16247 msgstr ""
16248
16249 #. type: verbatim
16250 #: ../src/guestfs-actions.pod:6483
16251 #, no-wrap
16252 msgid ""
16253 " int\n"
16254 " guestfs_swapon_file (guestfs_h *g,\n"
16255 "                      const char *file);\n"
16256 "\n"
16257 msgstr ""
16258
16259 #. type: textblock
16260 #: ../src/guestfs-actions.pod:6487
16261 msgid ""
16262 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16263 "notes."
16264 msgstr ""
16265
16266 #. type: =head2
16267 #: ../src/guestfs-actions.pod:6494
16268 msgid "guestfs_swapon_label"
16269 msgstr ""
16270
16271 #. type: verbatim
16272 #: ../src/guestfs-actions.pod:6496
16273 #, no-wrap
16274 msgid ""
16275 " int\n"
16276 " guestfs_swapon_label (guestfs_h *g,\n"
16277 "                       const char *label);\n"
16278 "\n"
16279 msgstr ""
16280
16281 #. type: textblock
16282 #: ../src/guestfs-actions.pod:6500
16283 msgid ""
16284 "This command enables swap to a labeled swap partition.  See "
16285 "C<guestfs_swapon_device> for other notes."
16286 msgstr ""
16287
16288 #. type: =head2
16289 #: ../src/guestfs-actions.pod:6507
16290 msgid "guestfs_swapon_uuid"
16291 msgstr ""
16292
16293 #. type: verbatim
16294 #: ../src/guestfs-actions.pod:6509
16295 #, no-wrap
16296 msgid ""
16297 " int\n"
16298 " guestfs_swapon_uuid (guestfs_h *g,\n"
16299 "                      const char *uuid);\n"
16300 "\n"
16301 msgstr ""
16302
16303 #. type: textblock
16304 #: ../src/guestfs-actions.pod:6513
16305 msgid ""
16306 "This command enables swap to a swap partition with the given UUID.  See "
16307 "C<guestfs_swapon_device> for other notes."
16308 msgstr ""
16309
16310 #. type: =head2
16311 #: ../src/guestfs-actions.pod:6520
16312 msgid "guestfs_sync"
16313 msgstr ""
16314
16315 #. type: verbatim
16316 #: ../src/guestfs-actions.pod:6522
16317 #, no-wrap
16318 msgid ""
16319 " int\n"
16320 " guestfs_sync (guestfs_h *g);\n"
16321 "\n"
16322 msgstr ""
16323
16324 #. type: textblock
16325 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4396
16326 msgid ""
16327 "This syncs the disk, so that any writes are flushed through to the "
16328 "underlying disk image."
16329 msgstr ""
16330
16331 #. type: textblock
16332 #: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4399
16333 msgid ""
16334 "You should always call this if you have modified a disk image, before "
16335 "closing the handle."
16336 msgstr ""
16337
16338 #. type: =head2
16339 #: ../src/guestfs-actions.pod:6535
16340 msgid "guestfs_tail"
16341 msgstr ""
16342
16343 #. type: verbatim
16344 #: ../src/guestfs-actions.pod:6537
16345 #, no-wrap
16346 msgid ""
16347 " char **\n"
16348 " guestfs_tail (guestfs_h *g,\n"
16349 "               const char *path);\n"
16350 "\n"
16351 msgstr ""
16352
16353 #. type: textblock
16354 #: ../src/guestfs-actions.pod:6541 ../fish/guestfish-actions.pod:4406
16355 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16356 msgstr ""
16357
16358 #. type: =head2
16359 #: ../src/guestfs-actions.pod:6553
16360 msgid "guestfs_tail_n"
16361 msgstr ""
16362
16363 #. type: verbatim
16364 #: ../src/guestfs-actions.pod:6555
16365 #, no-wrap
16366 msgid ""
16367 " char **\n"
16368 " guestfs_tail_n (guestfs_h *g,\n"
16369 "                 int nrlines,\n"
16370 "                 const char *path);\n"
16371 "\n"
16372 msgstr ""
16373
16374 #. type: textblock
16375 #: ../src/guestfs-actions.pod:6560 ../fish/guestfish-actions.pod:4416
16376 msgid ""
16377 "If the parameter C<nrlines> is a positive number, this returns the last "
16378 "C<nrlines> lines of the file C<path>."
16379 msgstr ""
16380
16381 #. type: textblock
16382 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4419
16383 msgid ""
16384 "If the parameter C<nrlines> is a negative number, this returns lines from "
16385 "the file C<path>, starting with the C<-nrlines>th line."
16386 msgstr ""
16387
16388 #. type: =head2
16389 #: ../src/guestfs-actions.pod:6577
16390 msgid "guestfs_tar_in"
16391 msgstr ""
16392
16393 #. type: verbatim
16394 #: ../src/guestfs-actions.pod:6579
16395 #, no-wrap
16396 msgid ""
16397 " int\n"
16398 " guestfs_tar_in (guestfs_h *g,\n"
16399 "                 const char *tarfile,\n"
16400 "                 const char *directory);\n"
16401 "\n"
16402 msgstr ""
16403
16404 #. type: textblock
16405 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4431
16406 msgid ""
16407 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16408 "tar file) into C<directory>."
16409 msgstr ""
16410
16411 #. type: textblock
16412 #: ../src/guestfs-actions.pod:6587
16413 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16414 msgstr ""
16415
16416 #. type: textblock
16417 #: ../src/guestfs-actions.pod:6592 ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6625 ../src/guestfs-actions.pod:6641
16418 msgid "(Added in 1.0.3)"
16419 msgstr ""
16420
16421 #. type: =head2
16422 #: ../src/guestfs-actions.pod:6594
16423 msgid "guestfs_tar_out"
16424 msgstr ""
16425
16426 #. type: verbatim
16427 #: ../src/guestfs-actions.pod:6596
16428 #, no-wrap
16429 msgid ""
16430 " int\n"
16431 " guestfs_tar_out (guestfs_h *g,\n"
16432 "                  const char *directory,\n"
16433 "                  const char *tarfile);\n"
16434 "\n"
16435 msgstr ""
16436
16437 #. type: textblock
16438 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4443
16439 msgid ""
16440 "This command packs the contents of C<directory> and downloads it to local "
16441 "file C<tarfile>."
16442 msgstr ""
16443
16444 #. type: textblock
16445 #: ../src/guestfs-actions.pod:6604
16446 msgid ""
16447 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16448 "C<guestfs_txz_out>."
16449 msgstr ""
16450
16451 #. type: =head2
16452 #: ../src/guestfs-actions.pod:6611
16453 msgid "guestfs_tgz_in"
16454 msgstr ""
16455
16456 #. type: verbatim
16457 #: ../src/guestfs-actions.pod:6613
16458 #, no-wrap
16459 msgid ""
16460 " int\n"
16461 " guestfs_tgz_in (guestfs_h *g,\n"
16462 "                 const char *tarball,\n"
16463 "                 const char *directory);\n"
16464 "\n"
16465 msgstr ""
16466
16467 #. type: textblock
16468 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4455
16469 msgid ""
16470 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16471 "tar file) into C<directory>."
16472 msgstr ""
16473
16474 #. type: textblock
16475 #: ../src/guestfs-actions.pod:6621
16476 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16477 msgstr ""
16478
16479 #. type: =head2
16480 #: ../src/guestfs-actions.pod:6627
16481 msgid "guestfs_tgz_out"
16482 msgstr ""
16483
16484 #. type: verbatim
16485 #: ../src/guestfs-actions.pod:6629
16486 #, no-wrap
16487 msgid ""
16488 " int\n"
16489 " guestfs_tgz_out (guestfs_h *g,\n"
16490 "                  const char *directory,\n"
16491 "                  const char *tarball);\n"
16492 "\n"
16493 msgstr ""
16494
16495 #. type: textblock
16496 #: ../src/guestfs-actions.pod:6634 ../fish/guestfish-actions.pod:4466
16497 msgid ""
16498 "This command packs the contents of C<directory> and downloads it to local "
16499 "file C<tarball>."
16500 msgstr ""
16501
16502 #. type: textblock
16503 #: ../src/guestfs-actions.pod:6637
16504 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16505 msgstr ""
16506
16507 #. type: =head2
16508 #: ../src/guestfs-actions.pod:6643
16509 msgid "guestfs_touch"
16510 msgstr ""
16511
16512 #. type: verbatim
16513 #: ../src/guestfs-actions.pod:6645
16514 #, no-wrap
16515 msgid ""
16516 " int\n"
16517 " guestfs_touch (guestfs_h *g,\n"
16518 "                const char *path);\n"
16519 "\n"
16520 msgstr ""
16521
16522 #. type: textblock
16523 #: ../src/guestfs-actions.pod:6649 ../fish/guestfish-actions.pod:4477
16524 msgid ""
16525 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16526 "timestamps on a file, or, if the file does not exist, to create a new "
16527 "zero-length file."
16528 msgstr ""
16529
16530 #. type: textblock
16531 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4481
16532 msgid ""
16533 "This command only works on regular files, and will fail on other file types "
16534 "such as directories, symbolic links, block special etc."
16535 msgstr ""
16536
16537 #. type: =head2
16538 #: ../src/guestfs-actions.pod:6660
16539 msgid "guestfs_truncate"
16540 msgstr ""
16541
16542 #. type: verbatim
16543 #: ../src/guestfs-actions.pod:6662
16544 #, no-wrap
16545 msgid ""
16546 " int\n"
16547 " guestfs_truncate (guestfs_h *g,\n"
16548 "                   const char *path);\n"
16549 "\n"
16550 msgstr ""
16551
16552 #. type: textblock
16553 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4488
16554 msgid ""
16555 "This command truncates C<path> to a zero-length file.  The file must exist "
16556 "already."
16557 msgstr ""
16558
16559 #. type: =head2
16560 #: ../src/guestfs-actions.pod:6673
16561 msgid "guestfs_truncate_size"
16562 msgstr ""
16563
16564 #. type: verbatim
16565 #: ../src/guestfs-actions.pod:6675
16566 #, no-wrap
16567 msgid ""
16568 " int\n"
16569 " guestfs_truncate_size (guestfs_h *g,\n"
16570 "                        const char *path,\n"
16571 "                        int64_t size);\n"
16572 "\n"
16573 msgstr ""
16574
16575 #. type: textblock
16576 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4495
16577 msgid ""
16578 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16579 "already."
16580 msgstr ""
16581
16582 #. type: textblock
16583 #: ../src/guestfs-actions.pod:6683
16584 msgid ""
16585 "If the current file size is less than C<size> then the file is extended to "
16586 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16587 "blocks are not allocated for the file until you write to it).  To create a "
16588 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16589 msgstr ""
16590
16591 #. type: =head2
16592 #: ../src/guestfs-actions.pod:6693
16593 msgid "guestfs_tune2fs_l"
16594 msgstr ""
16595
16596 #. type: verbatim
16597 #: ../src/guestfs-actions.pod:6695
16598 #, no-wrap
16599 msgid ""
16600 " char **\n"
16601 " guestfs_tune2fs_l (guestfs_h *g,\n"
16602 "                    const char *device);\n"
16603 "\n"
16604 msgstr ""
16605
16606 #. type: textblock
16607 #: ../src/guestfs-actions.pod:6699 ../fish/guestfish-actions.pod:4508
16608 msgid ""
16609 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16610 "C<device>."
16611 msgstr ""
16612
16613 #. type: textblock
16614 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4511
16615 msgid ""
16616 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16617 "for more details.  The list of fields returned isn't clearly defined, and "
16618 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16619 "and the filesystem itself."
16620 msgstr ""
16621
16622 #. type: =head2
16623 #: ../src/guestfs-actions.pod:6715
16624 msgid "guestfs_txz_in"
16625 msgstr ""
16626
16627 #. type: verbatim
16628 #: ../src/guestfs-actions.pod:6717
16629 #, no-wrap
16630 msgid ""
16631 " int\n"
16632 " guestfs_txz_in (guestfs_h *g,\n"
16633 "                 const char *tarball,\n"
16634 "                 const char *directory);\n"
16635 "\n"
16636 msgstr ""
16637
16638 #. type: textblock
16639 #: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4520
16640 msgid ""
16641 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16642 "tar file) into C<directory>."
16643 msgstr ""
16644
16645 #. type: =head2
16646 #: ../src/guestfs-actions.pod:6729
16647 msgid "guestfs_txz_out"
16648 msgstr ""
16649
16650 #. type: verbatim
16651 #: ../src/guestfs-actions.pod:6731
16652 #, no-wrap
16653 msgid ""
16654 " int\n"
16655 " guestfs_txz_out (guestfs_h *g,\n"
16656 "                  const char *directory,\n"
16657 "                  const char *tarball);\n"
16658 "\n"
16659 msgstr ""
16660
16661 #. type: textblock
16662 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4529
16663 msgid ""
16664 "This command packs the contents of C<directory> and downloads it to local "
16665 "file C<tarball> (as an xz compressed tar archive)."
16666 msgstr ""
16667
16668 #. type: =head2
16669 #: ../src/guestfs-actions.pod:6743
16670 msgid "guestfs_umask"
16671 msgstr ""
16672
16673 #. type: verbatim
16674 #: ../src/guestfs-actions.pod:6745
16675 #, no-wrap
16676 msgid ""
16677 " int\n"
16678 " guestfs_umask (guestfs_h *g,\n"
16679 "                int mask);\n"
16680 "\n"
16681 msgstr ""
16682
16683 #. type: textblock
16684 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4538
16685 msgid ""
16686 "This function sets the mask used for creating new files and device nodes to "
16687 "C<mask & 0777>."
16688 msgstr ""
16689
16690 #. type: textblock
16691 #: ../src/guestfs-actions.pod:6752 ../fish/guestfish-actions.pod:4541
16692 msgid ""
16693 "Typical umask values would be C<022> which creates new files with "
16694 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16695 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16696 msgstr ""
16697
16698 #. type: textblock
16699 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4546
16700 msgid ""
16701 "The default umask is C<022>.  This is important because it means that "
16702 "directories and device nodes will be created with C<0644> or C<0755> mode "
16703 "even if you specify C<0777>."
16704 msgstr ""
16705
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:6761
16708 msgid ""
16709 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16710 "C<guestfs_mkdir>."
16711 msgstr ""
16712
16713 #. type: textblock
16714 #: ../src/guestfs-actions.pod:6764 ../fish/guestfish-actions.pod:4553
16715 msgid "This call returns the previous umask."
16716 msgstr ""
16717
16718 #. type: =head2
16719 #: ../src/guestfs-actions.pod:6770
16720 msgid "guestfs_umount"
16721 msgstr ""
16722
16723 #. type: verbatim
16724 #: ../src/guestfs-actions.pod:6772
16725 #, no-wrap
16726 msgid ""
16727 " int\n"
16728 " guestfs_umount (guestfs_h *g,\n"
16729 "                 const char *pathordevice);\n"
16730 "\n"
16731 msgstr ""
16732
16733 #. type: textblock
16734 #: ../src/guestfs-actions.pod:6776 ../fish/guestfish-actions.pod:4561
16735 msgid ""
16736 "This unmounts the given filesystem.  The filesystem may be specified either "
16737 "by its mountpoint (path) or the device which contains the filesystem."
16738 msgstr ""
16739
16740 #. type: =head2
16741 #: ../src/guestfs-actions.pod:6784
16742 msgid "guestfs_umount_all"
16743 msgstr ""
16744
16745 #. type: verbatim
16746 #: ../src/guestfs-actions.pod:6786
16747 #, no-wrap
16748 msgid ""
16749 " int\n"
16750 " guestfs_umount_all (guestfs_h *g);\n"
16751 "\n"
16752 msgstr ""
16753
16754 #. type: textblock
16755 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4571
16756 msgid "This unmounts all mounted filesystems."
16757 msgstr ""
16758
16759 #. type: textblock
16760 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4573
16761 msgid "Some internal mounts are not unmounted by this call."
16762 msgstr ""
16763
16764 #. type: =head2
16765 #: ../src/guestfs-actions.pod:6797
16766 msgid "guestfs_upload"
16767 msgstr ""
16768
16769 #. type: verbatim
16770 #: ../src/guestfs-actions.pod:6799
16771 #, no-wrap
16772 msgid ""
16773 " int\n"
16774 " guestfs_upload (guestfs_h *g,\n"
16775 "                 const char *filename,\n"
16776 "                 const char *remotefilename);\n"
16777 "\n"
16778 msgstr ""
16779
16780 #. type: textblock
16781 #: ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6828 ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4592
16782 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16783 msgstr ""
16784
16785 #. type: textblock
16786 #: ../src/guestfs-actions.pod:6809
16787 msgid "See also C<guestfs_download>."
16788 msgstr ""
16789
16790 #. type: =head2
16791 #: ../src/guestfs-actions.pod:6820
16792 msgid "guestfs_upload_offset"
16793 msgstr ""
16794
16795 #. type: verbatim
16796 #: ../src/guestfs-actions.pod:6822
16797 #, no-wrap
16798 msgid ""
16799 " int\n"
16800 " guestfs_upload_offset (guestfs_h *g,\n"
16801 "                        const char *filename,\n"
16802 "                        const char *remotefilename,\n"
16803 "                        int64_t offset);\n"
16804 "\n"
16805 msgstr ""
16806
16807 #. type: textblock
16808 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4595
16809 msgid ""
16810 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16811 "The intention is to overwrite parts of existing files or devices, although "
16812 "if a non-existant file is specified then it is created with a \"hole\" "
16813 "before C<offset>.  The size of the data written is implicit in the size of "
16814 "the source C<filename>."
16815 msgstr ""
16816
16817 #. type: textblock
16818 #: ../src/guestfs-actions.pod:6838
16819 msgid ""
16820 "Note that there is no limit on the amount of data that can be uploaded with "
16821 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16822 "full amount unless an error occurs."
16823 msgstr ""
16824
16825 #. type: textblock
16826 #: ../src/guestfs-actions.pod:6843
16827 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16828 msgstr ""
16829
16830 #. type: =head2
16831 #: ../src/guestfs-actions.pod:6854
16832 msgid "guestfs_utimens"
16833 msgstr ""
16834
16835 #. type: verbatim
16836 #: ../src/guestfs-actions.pod:6856
16837 #, no-wrap
16838 msgid ""
16839 " int\n"
16840 " guestfs_utimens (guestfs_h *g,\n"
16841 "                  const char *path,\n"
16842 "                  int64_t atsecs,\n"
16843 "                  int64_t atnsecs,\n"
16844 "                  int64_t mtsecs,\n"
16845 "                  int64_t mtnsecs);\n"
16846 "\n"
16847 msgstr ""
16848
16849 #. type: textblock
16850 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4615
16851 msgid "This command sets the timestamps of a file with nanosecond precision."
16852 msgstr ""
16853
16854 #. type: textblock
16855 #: ../src/guestfs-actions.pod:6867 ../fish/guestfish-actions.pod:4618
16856 msgid ""
16857 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16858 "from the epoch."
16859 msgstr ""
16860
16861 #. type: textblock
16862 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4621
16863 msgid ""
16864 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16865 "nanoseconds from the epoch."
16866 msgstr ""
16867
16868 #. type: textblock
16869 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4624
16870 msgid ""
16871 "If the C<*nsecs> field contains the special value C<-1> then the "
16872 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16873 "ignored in this case)."
16874 msgstr ""
16875
16876 #. type: textblock
16877 #: ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4628
16878 msgid ""
16879 "If the C<*nsecs> field contains the special value C<-2> then the "
16880 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16881 "in this case)."
16882 msgstr ""
16883
16884 #. type: =head2
16885 #: ../src/guestfs-actions.pod:6885 ../src/guestfs-structs.pod:175
16886 msgid "guestfs_version"
16887 msgstr ""
16888
16889 #. type: verbatim
16890 #: ../src/guestfs-actions.pod:6887
16891 #, no-wrap
16892 msgid ""
16893 " struct guestfs_version *\n"
16894 " guestfs_version (guestfs_h *g);\n"
16895 "\n"
16896 msgstr ""
16897
16898 #. type: textblock
16899 #: ../src/guestfs-actions.pod:6890 ../fish/guestfish-actions.pod:4636
16900 msgid "Return the libguestfs version number that the program is linked against."
16901 msgstr ""
16902
16903 #. type: textblock
16904 #: ../src/guestfs-actions.pod:6893 ../fish/guestfish-actions.pod:4639
16905 msgid ""
16906 "Note that because of dynamic linking this is not necessarily the version of "
16907 "libguestfs that you compiled against.  You can compile the program, and then "
16908 "at runtime dynamically link against a completely different C<libguestfs.so> "
16909 "library."
16910 msgstr ""
16911
16912 #. type: textblock
16913 #: ../src/guestfs-actions.pod:6898 ../fish/guestfish-actions.pod:4644
16914 msgid ""
16915 "This call was added in version C<1.0.58>.  In previous versions of "
16916 "libguestfs there was no way to get the version number.  From C code you can "
16917 "use dynamic linker functions to find out if this symbol exists (if it "
16918 "doesn't, then it's an earlier version)."
16919 msgstr ""
16920
16921 #. type: textblock
16922 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4650
16923 msgid ""
16924 "The call returns a structure with four elements.  The first three (C<major>, "
16925 "C<minor> and C<release>) are numbers and correspond to the usual version "
16926 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16927 "but may be used for distro-specific information."
16928 msgstr ""
16929
16930 #. type: textblock
16931 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4656
16932 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16933 msgstr ""
16934
16935 #. type: textblock
16936 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4659
16937 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16938 msgstr ""
16939
16940 #. type: textblock
16941 #: ../src/guestfs-actions.pod:6915
16942 msgid ""
16943 "I<Note:> Don't use this call to test for availability of features.  In "
16944 "enterprise distributions we backport features from later versions into "
16945 "earlier versions, making this an unreliable way to test for features.  Use "
16946 "C<guestfs_available> instead."
16947 msgstr ""
16948
16949 #. type: textblock
16950 #: ../src/guestfs-actions.pod:6921
16951 msgid ""
16952 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16953 "error.  I<The caller must call C<guestfs_free_version> after use>."
16954 msgstr ""
16955
16956 #. type: textblock
16957 #: ../src/guestfs-actions.pod:6925
16958 msgid "(Added in 1.0.58)"
16959 msgstr ""
16960
16961 #. type: =head2
16962 #: ../src/guestfs-actions.pod:6927
16963 msgid "guestfs_vfs_label"
16964 msgstr ""
16965
16966 #. type: verbatim
16967 #: ../src/guestfs-actions.pod:6929
16968 #, no-wrap
16969 msgid ""
16970 " char *\n"
16971 " guestfs_vfs_label (guestfs_h *g,\n"
16972 "                    const char *device);\n"
16973 "\n"
16974 msgstr ""
16975
16976 #. type: textblock
16977 #: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4671
16978 msgid "This returns the filesystem label of the filesystem on C<device>."
16979 msgstr ""
16980
16981 #. type: textblock
16982 #: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4674
16983 msgid "If the filesystem is unlabeled, this returns the empty string."
16984 msgstr ""
16985
16986 #. type: textblock
16987 #: ../src/guestfs-actions.pod:6938
16988 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16989 msgstr ""
16990
16991 #. type: textblock
16992 #: ../src/guestfs-actions.pod:6943 ../src/guestfs-actions.pod:6980
16993 msgid "(Added in 1.3.18)"
16994 msgstr ""
16995
16996 #. type: =head2
16997 #: ../src/guestfs-actions.pod:6945
16998 msgid "guestfs_vfs_type"
16999 msgstr ""
17000
17001 #. type: verbatim
17002 #: ../src/guestfs-actions.pod:6947
17003 #, no-wrap
17004 msgid ""
17005 " char *\n"
17006 " guestfs_vfs_type (guestfs_h *g,\n"
17007 "                   const char *device);\n"
17008 "\n"
17009 msgstr ""
17010
17011 #. type: textblock
17012 #: ../src/guestfs-actions.pod:6951 ../fish/guestfish-actions.pod:4682
17013 msgid ""
17014 "This command gets the filesystem type corresponding to the filesystem on "
17015 "C<device>."
17016 msgstr ""
17017
17018 #. type: textblock
17019 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4685
17020 msgid ""
17021 "For most filesystems, the result is the name of the Linux VFS module which "
17022 "would be used to mount this filesystem if you mounted it without specifying "
17023 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17024 msgstr ""
17025
17026 #. type: =head2
17027 #: ../src/guestfs-actions.pod:6964
17028 msgid "guestfs_vfs_uuid"
17029 msgstr ""
17030
17031 #. type: verbatim
17032 #: ../src/guestfs-actions.pod:6966
17033 #, no-wrap
17034 msgid ""
17035 " char *\n"
17036 " guestfs_vfs_uuid (guestfs_h *g,\n"
17037 "                   const char *device);\n"
17038 "\n"
17039 msgstr ""
17040
17041 #. type: textblock
17042 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4694
17043 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17044 msgstr ""
17045
17046 #. type: textblock
17047 #: ../src/guestfs-actions.pod:6973 ../fish/guestfish-actions.pod:4697
17048 msgid "If the filesystem does not have a UUID, this returns the empty string."
17049 msgstr ""
17050
17051 #. type: textblock
17052 #: ../src/guestfs-actions.pod:6975
17053 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17054 msgstr ""
17055
17056 #. type: =head2
17057 #: ../src/guestfs-actions.pod:6982
17058 msgid "guestfs_vg_activate"
17059 msgstr ""
17060
17061 #. type: verbatim
17062 #: ../src/guestfs-actions.pod:6984
17063 #, no-wrap
17064 msgid ""
17065 " int\n"
17066 " guestfs_vg_activate (guestfs_h *g,\n"
17067 "                      int activate,\n"
17068 "                      char *const *volgroups);\n"
17069 "\n"
17070 msgstr ""
17071
17072 #. type: textblock
17073 #: ../src/guestfs-actions.pod:6989 ../fish/guestfish-actions.pod:4705
17074 msgid ""
17075 "This command activates or (if C<activate> is false) deactivates all logical "
17076 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17077 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17078 "deactivated, then those devices disappear."
17079 msgstr ""
17080
17081 #. type: textblock
17082 #: ../src/guestfs-actions.pod:6995 ../fish/guestfish-actions.pod:4711
17083 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17084 msgstr ""
17085
17086 #. type: textblock
17087 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4713
17088 msgid ""
17089 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17090 "activated or deactivated."
17091 msgstr ""
17092
17093 #. type: =head2
17094 #: ../src/guestfs-actions.pod:7004
17095 msgid "guestfs_vg_activate_all"
17096 msgstr ""
17097
17098 #. type: verbatim
17099 #: ../src/guestfs-actions.pod:7006
17100 #, no-wrap
17101 msgid ""
17102 " int\n"
17103 " guestfs_vg_activate_all (guestfs_h *g,\n"
17104 "                          int activate);\n"
17105 "\n"
17106 msgstr ""
17107
17108 #. type: textblock
17109 #: ../src/guestfs-actions.pod:7010 ../fish/guestfish-actions.pod:4720
17110 msgid ""
17111 "This command activates or (if C<activate> is false) deactivates all logical "
17112 "volumes in all volume groups.  If activated, then they are made known to the "
17113 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17114 "those devices disappear."
17115 msgstr ""
17116
17117 #. type: textblock
17118 #: ../src/guestfs-actions.pod:7016 ../fish/guestfish-actions.pod:4726
17119 msgid "This command is the same as running C<vgchange -a y|n>"
17120 msgstr ""
17121
17122 #. type: =head2
17123 #: ../src/guestfs-actions.pod:7022
17124 msgid "guestfs_vgcreate"
17125 msgstr ""
17126
17127 #. type: verbatim
17128 #: ../src/guestfs-actions.pod:7024
17129 #, no-wrap
17130 msgid ""
17131 " int\n"
17132 " guestfs_vgcreate (guestfs_h *g,\n"
17133 "                   const char *volgroup,\n"
17134 "                   char *const *physvols);\n"
17135 "\n"
17136 msgstr ""
17137
17138 #. type: textblock
17139 #: ../src/guestfs-actions.pod:7029 ../fish/guestfish-actions.pod:4732
17140 msgid ""
17141 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17142 "of physical volumes C<physvols>."
17143 msgstr ""
17144
17145 #. type: =head2
17146 #: ../src/guestfs-actions.pod:7036
17147 msgid "guestfs_vglvuuids"
17148 msgstr ""
17149
17150 #. type: verbatim
17151 #: ../src/guestfs-actions.pod:7038
17152 #, no-wrap
17153 msgid ""
17154 " char **\n"
17155 " guestfs_vglvuuids (guestfs_h *g,\n"
17156 "                    const char *vgname);\n"
17157 "\n"
17158 msgstr ""
17159
17160 #. type: textblock
17161 #: ../src/guestfs-actions.pod:7042 ../fish/guestfish-actions.pod:4739
17162 msgid ""
17163 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17164 "volumes created in this volume group."
17165 msgstr ""
17166
17167 #. type: textblock
17168 #: ../src/guestfs-actions.pod:7045
17169 msgid ""
17170 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17171 "associate logical volumes and volume groups."
17172 msgstr ""
17173
17174 #. type: textblock
17175 #: ../src/guestfs-actions.pod:7048
17176 msgid "See also C<guestfs_vgpvuuids>."
17177 msgstr ""
17178
17179 #. type: =head2
17180 #: ../src/guestfs-actions.pod:7056
17181 msgid "guestfs_vgpvuuids"
17182 msgstr ""
17183
17184 #. type: verbatim
17185 #: ../src/guestfs-actions.pod:7058
17186 #, no-wrap
17187 msgid ""
17188 " char **\n"
17189 " guestfs_vgpvuuids (guestfs_h *g,\n"
17190 "                    const char *vgname);\n"
17191 "\n"
17192 msgstr ""
17193
17194 #. type: textblock
17195 #: ../src/guestfs-actions.pod:7062 ../fish/guestfish-actions.pod:4751
17196 msgid ""
17197 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17198 "volumes that this volume group resides on."
17199 msgstr ""
17200
17201 #. type: textblock
17202 #: ../src/guestfs-actions.pod:7065
17203 msgid ""
17204 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17205 "associate physical volumes and volume groups."
17206 msgstr ""
17207
17208 #. type: textblock
17209 #: ../src/guestfs-actions.pod:7068
17210 msgid "See also C<guestfs_vglvuuids>."
17211 msgstr ""
17212
17213 #. type: =head2
17214 #: ../src/guestfs-actions.pod:7076
17215 msgid "guestfs_vgremove"
17216 msgstr ""
17217
17218 #. type: verbatim
17219 #: ../src/guestfs-actions.pod:7078
17220 #, no-wrap
17221 msgid ""
17222 " int\n"
17223 " guestfs_vgremove (guestfs_h *g,\n"
17224 "                   const char *vgname);\n"
17225 "\n"
17226 msgstr ""
17227
17228 #. type: textblock
17229 #: ../src/guestfs-actions.pod:7082 ../fish/guestfish-actions.pod:4763
17230 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17231 msgstr ""
17232
17233 #. type: textblock
17234 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4765
17235 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17236 msgstr ""
17237
17238 #. type: =head2
17239 #: ../src/guestfs-actions.pod:7091
17240 msgid "guestfs_vgrename"
17241 msgstr ""
17242
17243 #. type: verbatim
17244 #: ../src/guestfs-actions.pod:7093
17245 #, no-wrap
17246 msgid ""
17247 " int\n"
17248 " guestfs_vgrename (guestfs_h *g,\n"
17249 "                   const char *volgroup,\n"
17250 "                   const char *newvolgroup);\n"
17251 "\n"
17252 msgstr ""
17253
17254 #. type: textblock
17255 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4772
17256 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17257 msgstr ""
17258
17259 #. type: =head2
17260 #: ../src/guestfs-actions.pod:7104
17261 msgid "guestfs_vgs"
17262 msgstr ""
17263
17264 #. type: verbatim
17265 #: ../src/guestfs-actions.pod:7106
17266 #, no-wrap
17267 msgid ""
17268 " char **\n"
17269 " guestfs_vgs (guestfs_h *g);\n"
17270 "\n"
17271 msgstr ""
17272
17273 #. type: textblock
17274 #: ../src/guestfs-actions.pod:7109 ../fish/guestfish-actions.pod:4778
17275 msgid ""
17276 "List all the volumes groups detected.  This is the equivalent of the "
17277 "L<vgs(8)> command."
17278 msgstr ""
17279
17280 #. type: textblock
17281 #: ../src/guestfs-actions.pod:7112 ../fish/guestfish-actions.pod:4781
17282 msgid ""
17283 "This returns a list of just the volume group names that were detected "
17284 "(eg. C<VolGroup00>)."
17285 msgstr ""
17286
17287 #. type: textblock
17288 #: ../src/guestfs-actions.pod:7115
17289 msgid "See also C<guestfs_vgs_full>."
17290 msgstr ""
17291
17292 #. type: =head2
17293 #: ../src/guestfs-actions.pod:7123
17294 msgid "guestfs_vgs_full"
17295 msgstr ""
17296
17297 #. type: verbatim
17298 #: ../src/guestfs-actions.pod:7125
17299 #, no-wrap
17300 msgid ""
17301 " struct guestfs_lvm_vg_list *\n"
17302 " guestfs_vgs_full (guestfs_h *g);\n"
17303 "\n"
17304 msgstr ""
17305
17306 #. type: textblock
17307 #: ../src/guestfs-actions.pod:7128 ../fish/guestfish-actions.pod:4790
17308 msgid ""
17309 "List all the volumes groups detected.  This is the equivalent of the "
17310 "L<vgs(8)> command.  The \"full\" version includes all fields."
17311 msgstr ""
17312
17313 #. type: textblock
17314 #: ../src/guestfs-actions.pod:7131
17315 msgid ""
17316 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17317 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17318 "use>."
17319 msgstr ""
17320
17321 #. type: =head2
17322 #: ../src/guestfs-actions.pod:7137
17323 msgid "guestfs_vgscan"
17324 msgstr ""
17325
17326 #. type: verbatim
17327 #: ../src/guestfs-actions.pod:7139
17328 #, no-wrap
17329 msgid ""
17330 " int\n"
17331 " guestfs_vgscan (guestfs_h *g);\n"
17332 "\n"
17333 msgstr ""
17334
17335 #. type: textblock
17336 #: ../src/guestfs-actions.pod:7142 ../fish/guestfish-actions.pod:4797
17337 msgid ""
17338 "This rescans all block devices and rebuilds the list of LVM physical "
17339 "volumes, volume groups and logical volumes."
17340 msgstr ""
17341
17342 #. type: =head2
17343 #: ../src/guestfs-actions.pod:7149
17344 msgid "guestfs_vguuid"
17345 msgstr ""
17346
17347 #. type: verbatim
17348 #: ../src/guestfs-actions.pod:7151
17349 #, no-wrap
17350 msgid ""
17351 " char *\n"
17352 " guestfs_vguuid (guestfs_h *g,\n"
17353 "                 const char *vgname);\n"
17354 "\n"
17355 msgstr ""
17356
17357 #. type: textblock
17358 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:4804
17359 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17360 msgstr ""
17361
17362 #. type: =head2
17363 #: ../src/guestfs-actions.pod:7162
17364 msgid "guestfs_wait_ready"
17365 msgstr ""
17366
17367 #. type: verbatim
17368 #: ../src/guestfs-actions.pod:7164
17369 #, no-wrap
17370 msgid ""
17371 " int\n"
17372 " guestfs_wait_ready (guestfs_h *g);\n"
17373 "\n"
17374 msgstr ""
17375
17376 #. type: textblock
17377 #: ../src/guestfs-actions.pod:7167
17378 msgid "This function is a no op."
17379 msgstr ""
17380
17381 #. type: textblock
17382 #: ../src/guestfs-actions.pod:7169
17383 msgid ""
17384 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17385 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17386 "is no longer necessary because C<guestfs_launch> now does the waiting."
17387 msgstr ""
17388
17389 #. type: textblock
17390 #: ../src/guestfs-actions.pod:7174
17391 msgid ""
17392 "If you see any calls to this function in code then you can just remove them, "
17393 "unless you want to retain compatibility with older versions of the API."
17394 msgstr ""
17395
17396 #. type: =head2
17397 #: ../src/guestfs-actions.pod:7182
17398 msgid "guestfs_wc_c"
17399 msgstr ""
17400
17401 #. type: verbatim
17402 #: ../src/guestfs-actions.pod:7184
17403 #, no-wrap
17404 msgid ""
17405 " int\n"
17406 " guestfs_wc_c (guestfs_h *g,\n"
17407 "               const char *path);\n"
17408 "\n"
17409 msgstr ""
17410
17411 #. type: textblock
17412 #: ../src/guestfs-actions.pod:7188 ../fish/guestfish-actions.pod:4810
17413 msgid ""
17414 "This command counts the characters in a file, using the C<wc -c> external "
17415 "command."
17416 msgstr ""
17417
17418 #. type: =head2
17419 #: ../src/guestfs-actions.pod:7195
17420 msgid "guestfs_wc_l"
17421 msgstr ""
17422
17423 #. type: verbatim
17424 #: ../src/guestfs-actions.pod:7197
17425 #, no-wrap
17426 msgid ""
17427 " int\n"
17428 " guestfs_wc_l (guestfs_h *g,\n"
17429 "               const char *path);\n"
17430 "\n"
17431 msgstr ""
17432
17433 #. type: textblock
17434 #: ../src/guestfs-actions.pod:7201 ../fish/guestfish-actions.pod:4817
17435 msgid ""
17436 "This command counts the lines in a file, using the C<wc -l> external "
17437 "command."
17438 msgstr ""
17439
17440 #. type: =head2
17441 #: ../src/guestfs-actions.pod:7208
17442 msgid "guestfs_wc_w"
17443 msgstr ""
17444
17445 #. type: verbatim
17446 #: ../src/guestfs-actions.pod:7210
17447 #, no-wrap
17448 msgid ""
17449 " int\n"
17450 " guestfs_wc_w (guestfs_h *g,\n"
17451 "               const char *path);\n"
17452 "\n"
17453 msgstr ""
17454
17455 #. type: textblock
17456 #: ../src/guestfs-actions.pod:7214 ../fish/guestfish-actions.pod:4824
17457 msgid ""
17458 "This command counts the words in a file, using the C<wc -w> external "
17459 "command."
17460 msgstr ""
17461
17462 #. type: =head2
17463 #: ../src/guestfs-actions.pod:7221
17464 msgid "guestfs_write"
17465 msgstr ""
17466
17467 #. type: verbatim
17468 #: ../src/guestfs-actions.pod:7223
17469 #, no-wrap
17470 msgid ""
17471 " int\n"
17472 " guestfs_write (guestfs_h *g,\n"
17473 "                const char *path,\n"
17474 "                const char *content,\n"
17475 "                size_t content_size);\n"
17476 "\n"
17477 msgstr ""
17478
17479 #. type: textblock
17480 #: ../src/guestfs-actions.pod:7229 ../fish/guestfish-actions.pod:4831
17481 msgid ""
17482 "This call creates a file called C<path>.  The content of the file is the "
17483 "string C<content> (which can contain any 8 bit data)."
17484 msgstr ""
17485
17486 #. type: =head2
17487 #: ../src/guestfs-actions.pod:7239
17488 msgid "guestfs_write_file"
17489 msgstr ""
17490
17491 #. type: verbatim
17492 #: ../src/guestfs-actions.pod:7241
17493 #, no-wrap
17494 msgid ""
17495 " int\n"
17496 " guestfs_write_file (guestfs_h *g,\n"
17497 "                     const char *path,\n"
17498 "                     const char *content,\n"
17499 "                     int size);\n"
17500 "\n"
17501 msgstr ""
17502
17503 #. type: textblock
17504 #: ../src/guestfs-actions.pod:7247 ../fish/guestfish-actions.pod:4841
17505 msgid ""
17506 "This call creates a file called C<path>.  The contents of the file is the "
17507 "string C<content> (which can contain any 8 bit data), with length C<size>."
17508 msgstr ""
17509
17510 #. type: textblock
17511 #: ../src/guestfs-actions.pod:7251 ../fish/guestfish-actions.pod:4845
17512 msgid ""
17513 "As a special case, if C<size> is C<0> then the length is calculated using "
17514 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17515 msgstr ""
17516
17517 #. type: textblock
17518 #: ../src/guestfs-actions.pod:7255 ../fish/guestfish-actions.pod:4849
17519 msgid ""
17520 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17521 "I<not> work, even if the length is specified."
17522 msgstr ""
17523
17524 #. type: textblock
17525 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4855
17526 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17527 msgstr ""
17528
17529 #. type: =head2
17530 #: ../src/guestfs-actions.pod:7272
17531 msgid "guestfs_zegrep"
17532 msgstr ""
17533
17534 #. type: verbatim
17535 #: ../src/guestfs-actions.pod:7274
17536 #, no-wrap
17537 msgid ""
17538 " char **\n"
17539 " guestfs_zegrep (guestfs_h *g,\n"
17540 "                 const char *regex,\n"
17541 "                 const char *path);\n"
17542 "\n"
17543 msgstr ""
17544
17545 #. type: textblock
17546 #: ../src/guestfs-actions.pod:7279 ../fish/guestfish-actions.pod:4866
17547 msgid "This calls the external C<zegrep> program and returns the matching lines."
17548 msgstr ""
17549
17550 #. type: =head2
17551 #: ../src/guestfs-actions.pod:7291
17552 msgid "guestfs_zegrepi"
17553 msgstr ""
17554
17555 #. type: verbatim
17556 #: ../src/guestfs-actions.pod:7293
17557 #, no-wrap
17558 msgid ""
17559 " char **\n"
17560 " guestfs_zegrepi (guestfs_h *g,\n"
17561 "                  const char *regex,\n"
17562 "                  const char *path);\n"
17563 "\n"
17564 msgstr ""
17565
17566 #. type: textblock
17567 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4876
17568 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17569 msgstr ""
17570
17571 #. type: =head2
17572 #: ../src/guestfs-actions.pod:7310
17573 msgid "guestfs_zero"
17574 msgstr ""
17575
17576 #. type: verbatim
17577 #: ../src/guestfs-actions.pod:7312
17578 #, no-wrap
17579 msgid ""
17580 " int\n"
17581 " guestfs_zero (guestfs_h *g,\n"
17582 "               const char *device);\n"
17583 "\n"
17584 msgstr ""
17585
17586 #. type: textblock
17587 #: ../src/guestfs-actions.pod:7316 ../fish/guestfish-actions.pod:4886
17588 msgid "This command writes zeroes over the first few blocks of C<device>."
17589 msgstr ""
17590
17591 #. type: textblock
17592 #: ../src/guestfs-actions.pod:7318 ../fish/guestfish-actions.pod:4888
17593 msgid ""
17594 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17595 "securely wipe the device).  It should be sufficient to remove any partition "
17596 "tables, filesystem superblocks and so on."
17597 msgstr ""
17598
17599 #. type: textblock
17600 #: ../src/guestfs-actions.pod:7322
17601 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17602 msgstr ""
17603
17604 #. type: =head2
17605 #: ../src/guestfs-actions.pod:7333
17606 msgid "guestfs_zero_device"
17607 msgstr ""
17608
17609 #. type: verbatim
17610 #: ../src/guestfs-actions.pod:7335
17611 #, no-wrap
17612 msgid ""
17613 " int\n"
17614 " guestfs_zero_device (guestfs_h *g,\n"
17615 "                      const char *device);\n"
17616 "\n"
17617 msgstr ""
17618
17619 #. type: textblock
17620 #: ../src/guestfs-actions.pod:7339
17621 msgid ""
17622 "This command writes zeroes over the entire C<device>.  Compare with "
17623 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17624 msgstr ""
17625
17626 #. type: textblock
17627 #: ../src/guestfs-actions.pod:7353
17628 msgid "(Added in 1.3.1)"
17629 msgstr ""
17630
17631 #. type: =head2
17632 #: ../src/guestfs-actions.pod:7355
17633 msgid "guestfs_zerofree"
17634 msgstr ""
17635
17636 #. type: verbatim
17637 #: ../src/guestfs-actions.pod:7357
17638 #, no-wrap
17639 msgid ""
17640 " int\n"
17641 " guestfs_zerofree (guestfs_h *g,\n"
17642 "                   const char *device);\n"
17643 "\n"
17644 msgstr ""
17645
17646 #. type: textblock
17647 #: ../src/guestfs-actions.pod:7361 ../fish/guestfish-actions.pod:4909
17648 msgid ""
17649 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17650 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17651 "possible to compress the filesystem more effectively."
17652 msgstr ""
17653
17654 #. type: textblock
17655 #: ../src/guestfs-actions.pod:7366 ../fish/guestfish-actions.pod:4914
17656 msgid "You should B<not> run this program if the filesystem is mounted."
17657 msgstr ""
17658
17659 #. type: textblock
17660 #: ../src/guestfs-actions.pod:7369 ../fish/guestfish-actions.pod:4917
17661 msgid ""
17662 "It is possible that using this program can damage the filesystem or data on "
17663 "the filesystem."
17664 msgstr ""
17665
17666 #. type: =head2
17667 #: ../src/guestfs-actions.pod:7376
17668 msgid "guestfs_zfgrep"
17669 msgstr ""
17670
17671 #. type: verbatim
17672 #: ../src/guestfs-actions.pod:7378
17673 #, no-wrap
17674 msgid ""
17675 " char **\n"
17676 " guestfs_zfgrep (guestfs_h *g,\n"
17677 "                 const char *pattern,\n"
17678 "                 const char *path);\n"
17679 "\n"
17680 msgstr ""
17681
17682 #. type: textblock
17683 #: ../src/guestfs-actions.pod:7383 ../fish/guestfish-actions.pod:4924
17684 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17685 msgstr ""
17686
17687 #. type: =head2
17688 #: ../src/guestfs-actions.pod:7395
17689 msgid "guestfs_zfgrepi"
17690 msgstr ""
17691
17692 #. type: verbatim
17693 #: ../src/guestfs-actions.pod:7397
17694 #, no-wrap
17695 msgid ""
17696 " char **\n"
17697 " guestfs_zfgrepi (guestfs_h *g,\n"
17698 "                  const char *pattern,\n"
17699 "                  const char *path);\n"
17700 "\n"
17701 msgstr ""
17702
17703 #. type: textblock
17704 #: ../src/guestfs-actions.pod:7402 ../fish/guestfish-actions.pod:4934
17705 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17706 msgstr ""
17707
17708 #. type: =head2
17709 #: ../src/guestfs-actions.pod:7414
17710 msgid "guestfs_zfile"
17711 msgstr ""
17712
17713 #. type: verbatim
17714 #: ../src/guestfs-actions.pod:7416
17715 #, no-wrap
17716 msgid ""
17717 " char *\n"
17718 " guestfs_zfile (guestfs_h *g,\n"
17719 "                const char *meth,\n"
17720 "                const char *path);\n"
17721 "\n"
17722 msgstr ""
17723
17724 #. type: textblock
17725 #: ../src/guestfs-actions.pod:7421 ../fish/guestfish-actions.pod:4944
17726 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17727 msgstr ""
17728
17729 #. type: textblock
17730 #: ../src/guestfs-actions.pod:7424 ../fish/guestfish-actions.pod:4947
17731 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17732 msgstr ""
17733
17734 #. type: textblock
17735 #: ../src/guestfs-actions.pod:7426
17736 msgid ""
17737 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17738 "files."
17739 msgstr ""
17740
17741 #. type: textblock
17742 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4952
17743 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17744 msgstr ""
17745
17746 #. type: =head2
17747 #: ../src/guestfs-actions.pod:7441
17748 msgid "guestfs_zgrep"
17749 msgstr ""
17750
17751 #. type: verbatim
17752 #: ../src/guestfs-actions.pod:7443
17753 #, no-wrap
17754 msgid ""
17755 " char **\n"
17756 " guestfs_zgrep (guestfs_h *g,\n"
17757 "                const char *regex,\n"
17758 "                const char *path);\n"
17759 "\n"
17760 msgstr ""
17761
17762 #. type: textblock
17763 #: ../src/guestfs-actions.pod:7448 ../fish/guestfish-actions.pod:4963
17764 msgid "This calls the external C<zgrep> program and returns the matching lines."
17765 msgstr ""
17766
17767 #. type: =head2
17768 #: ../src/guestfs-actions.pod:7460
17769 msgid "guestfs_zgrepi"
17770 msgstr ""
17771
17772 #. type: verbatim
17773 #: ../src/guestfs-actions.pod:7462
17774 #, no-wrap
17775 msgid ""
17776 " char **\n"
17777 " guestfs_zgrepi (guestfs_h *g,\n"
17778 "                 const char *regex,\n"
17779 "                 const char *path);\n"
17780 "\n"
17781 msgstr ""
17782
17783 #. type: textblock
17784 #: ../src/guestfs-actions.pod:7467 ../fish/guestfish-actions.pod:4973
17785 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17786 msgstr ""
17787
17788 #. type: =item
17789 #: ../src/guestfs-availability.pod:3
17790 msgid "B<augeas>"
17791 msgstr ""
17792
17793 #. type: textblock
17794 #: ../src/guestfs-availability.pod:5
17795 msgid ""
17796 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17797 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17798 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17799 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17800 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17801 msgstr ""
17802
17803 #. type: =item
17804 #: ../src/guestfs-availability.pod:21
17805 msgid "B<inotify>"
17806 msgstr ""
17807
17808 #. type: textblock
17809 #: ../src/guestfs-availability.pod:23
17810 msgid ""
17811 "The following functions: L</guestfs_inotify_add_watch> "
17812 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17813 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17814 msgstr ""
17815
17816 #. type: =item
17817 #: ../src/guestfs-availability.pod:31
17818 msgid "B<linuxfsuuid>"
17819 msgstr ""
17820
17821 #. type: textblock
17822 #: ../src/guestfs-availability.pod:33
17823 msgid ""
17824 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17825 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17826 msgstr ""
17827
17828 #. type: =item
17829 #: ../src/guestfs-availability.pod:40
17830 msgid "B<linuxmodules>"
17831 msgstr ""
17832
17833 #. type: textblock
17834 #: ../src/guestfs-availability.pod:42
17835 msgid "The following functions: L</guestfs_modprobe>"
17836 msgstr ""
17837
17838 #. type: =item
17839 #: ../src/guestfs-availability.pod:45
17840 msgid "B<linuxxattrs>"
17841 msgstr ""
17842
17843 #. type: textblock
17844 #: ../src/guestfs-availability.pod:47
17845 msgid ""
17846 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17847 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17848 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17849 "L</guestfs_setxattr>"
17850 msgstr ""
17851
17852 #. type: =item
17853 #: ../src/guestfs-availability.pod:58
17854 msgid "B<luks>"
17855 msgstr ""
17856
17857 #. type: textblock
17858 #: ../src/guestfs-availability.pod:60
17859 msgid ""
17860 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17861 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17862 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17863 msgstr ""
17864
17865 #. type: =item
17866 #: ../src/guestfs-availability.pod:69
17867 msgid "B<lvm2>"
17868 msgstr ""
17869
17870 #. type: textblock
17871 #: ../src/guestfs-availability.pod:71
17872 msgid ""
17873 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17874 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17875 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17876 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17877 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17878 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17879 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17880 "L</guestfs_vgs_full>"
17881 msgstr ""
17882
17883 #. type: =item
17884 #: ../src/guestfs-availability.pod:94
17885 msgid "B<mknod>"
17886 msgstr ""
17887
17888 #. type: textblock
17889 #: ../src/guestfs-availability.pod:96
17890 msgid ""
17891 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17892 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17893 msgstr ""
17894
17895 #. type: =item
17896 #: ../src/guestfs-availability.pod:102
17897 msgid "B<ntfs3g>"
17898 msgstr ""
17899
17900 #. type: textblock
17901 #: ../src/guestfs-availability.pod:104
17902 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17903 msgstr ""
17904
17905 #. type: =item
17906 #: ../src/guestfs-availability.pod:107
17907 msgid "B<ntfsprogs>"
17908 msgstr ""
17909
17910 #. type: textblock
17911 #: ../src/guestfs-availability.pod:109
17912 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17913 msgstr ""
17914
17915 #. type: =item
17916 #: ../src/guestfs-availability.pod:113
17917 msgid "B<realpath>"
17918 msgstr ""
17919
17920 #. type: textblock
17921 #: ../src/guestfs-availability.pod:115
17922 msgid "The following functions: L</guestfs_realpath>"
17923 msgstr ""
17924
17925 #. type: =item
17926 #: ../src/guestfs-availability.pod:118
17927 msgid "B<scrub>"
17928 msgstr ""
17929
17930 #. type: textblock
17931 #: ../src/guestfs-availability.pod:120
17932 msgid ""
17933 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17934 "L</guestfs_scrub_freespace>"
17935 msgstr ""
17936
17937 #. type: =item
17938 #: ../src/guestfs-availability.pod:125
17939 msgid "B<selinux>"
17940 msgstr ""
17941
17942 #. type: textblock
17943 #: ../src/guestfs-availability.pod:127
17944 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17945 msgstr ""
17946
17947 #. type: =item
17948 #: ../src/guestfs-availability.pod:131
17949 msgid "B<xz>"
17950 msgstr ""
17951
17952 #. type: textblock
17953 #: ../src/guestfs-availability.pod:133
17954 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17955 msgstr ""
17956
17957 #. type: =item
17958 #: ../src/guestfs-availability.pod:137
17959 msgid "B<zerofree>"
17960 msgstr ""
17961
17962 #. type: textblock
17963 #: ../src/guestfs-availability.pod:139
17964 msgid "The following functions: L</guestfs_zerofree>"
17965 msgstr ""
17966
17967 #. type: =head2
17968 #: ../src/guestfs-structs.pod:1
17969 msgid "guestfs_int_bool"
17970 msgstr ""
17971
17972 #. type: verbatim
17973 #: ../src/guestfs-structs.pod:3
17974 #, no-wrap
17975 msgid ""
17976 " struct guestfs_int_bool {\n"
17977 "   int32_t i;\n"
17978 "   int32_t b;\n"
17979 " };\n"
17980 " \n"
17981 msgstr ""
17982
17983 #. type: verbatim
17984 #: ../src/guestfs-structs.pod:8
17985 #, no-wrap
17986 msgid ""
17987 " struct guestfs_int_bool_list {\n"
17988 "   uint32_t len; /* Number of elements in list. */\n"
17989 "   struct guestfs_int_bool *val; /* Elements. */\n"
17990 " };\n"
17991 " \n"
17992 msgstr ""
17993
17994 #. type: verbatim
17995 #: ../src/guestfs-structs.pod:13
17996 #, no-wrap
17997 msgid ""
17998 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17999 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18000 "\n"
18001 msgstr ""
18002
18003 #. type: =head2
18004 #: ../src/guestfs-structs.pod:16
18005 msgid "guestfs_lvm_pv"
18006 msgstr ""
18007
18008 #. type: verbatim
18009 #: ../src/guestfs-structs.pod:18
18010 #, no-wrap
18011 msgid ""
18012 " struct guestfs_lvm_pv {\n"
18013 "   char *pv_name;\n"
18014 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18015 "*/\n"
18016 "   char pv_uuid[32];\n"
18017 "   char *pv_fmt;\n"
18018 "   uint64_t pv_size;\n"
18019 "   uint64_t dev_size;\n"
18020 "   uint64_t pv_free;\n"
18021 "   uint64_t pv_used;\n"
18022 "   char *pv_attr;\n"
18023 "   int64_t pv_pe_count;\n"
18024 "   int64_t pv_pe_alloc_count;\n"
18025 "   char *pv_tags;\n"
18026 "   uint64_t pe_start;\n"
18027 "   int64_t pv_mda_count;\n"
18028 "   uint64_t pv_mda_free;\n"
18029 " };\n"
18030 " \n"
18031 msgstr ""
18032
18033 #. type: verbatim
18034 #: ../src/guestfs-structs.pod:36
18035 #, no-wrap
18036 msgid ""
18037 " struct guestfs_lvm_pv_list {\n"
18038 "   uint32_t len; /* Number of elements in list. */\n"
18039 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18040 " };\n"
18041 " \n"
18042 msgstr ""
18043
18044 #. type: verbatim
18045 #: ../src/guestfs-structs.pod:41
18046 #, no-wrap
18047 msgid ""
18048 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18049 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18050 "\n"
18051 msgstr ""
18052
18053 #. type: =head2
18054 #: ../src/guestfs-structs.pod:44
18055 msgid "guestfs_lvm_vg"
18056 msgstr ""
18057
18058 #. type: verbatim
18059 #: ../src/guestfs-structs.pod:46
18060 #, no-wrap
18061 msgid ""
18062 " struct guestfs_lvm_vg {\n"
18063 "   char *vg_name;\n"
18064 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18065 "*/\n"
18066 "   char vg_uuid[32];\n"
18067 "   char *vg_fmt;\n"
18068 "   char *vg_attr;\n"
18069 "   uint64_t vg_size;\n"
18070 "   uint64_t vg_free;\n"
18071 "   char *vg_sysid;\n"
18072 "   uint64_t vg_extent_size;\n"
18073 "   int64_t vg_extent_count;\n"
18074 "   int64_t vg_free_count;\n"
18075 "   int64_t max_lv;\n"
18076 "   int64_t max_pv;\n"
18077 "   int64_t pv_count;\n"
18078 "   int64_t lv_count;\n"
18079 "   int64_t snap_count;\n"
18080 "   int64_t vg_seqno;\n"
18081 "   char *vg_tags;\n"
18082 "   int64_t vg_mda_count;\n"
18083 "   uint64_t vg_mda_free;\n"
18084 " };\n"
18085 " \n"
18086 msgstr ""
18087
18088 #. type: verbatim
18089 #: ../src/guestfs-structs.pod:69
18090 #, no-wrap
18091 msgid ""
18092 " struct guestfs_lvm_vg_list {\n"
18093 "   uint32_t len; /* Number of elements in list. */\n"
18094 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18095 " };\n"
18096 " \n"
18097 msgstr ""
18098
18099 #. type: verbatim
18100 #: ../src/guestfs-structs.pod:74
18101 #, no-wrap
18102 msgid ""
18103 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18104 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18105 "\n"
18106 msgstr ""
18107
18108 #. type: =head2
18109 #: ../src/guestfs-structs.pod:77
18110 msgid "guestfs_lvm_lv"
18111 msgstr ""
18112
18113 #. type: verbatim
18114 #: ../src/guestfs-structs.pod:79
18115 #, no-wrap
18116 msgid ""
18117 " struct guestfs_lvm_lv {\n"
18118 "   char *lv_name;\n"
18119 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18120 "*/\n"
18121 "   char lv_uuid[32];\n"
18122 "   char *lv_attr;\n"
18123 "   int64_t lv_major;\n"
18124 "   int64_t lv_minor;\n"
18125 "   int64_t lv_kernel_major;\n"
18126 "   int64_t lv_kernel_minor;\n"
18127 "   uint64_t lv_size;\n"
18128 "   int64_t seg_count;\n"
18129 "   char *origin;\n"
18130 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18131 "   float snap_percent;\n"
18132 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18133 "   float copy_percent;\n"
18134 "   char *move_pv;\n"
18135 "   char *lv_tags;\n"
18136 "   char *mirror_log;\n"
18137 "   char *modules;\n"
18138 " };\n"
18139 " \n"
18140 msgstr ""
18141
18142 #. type: verbatim
18143 #: ../src/guestfs-structs.pod:101
18144 #, no-wrap
18145 msgid ""
18146 " struct guestfs_lvm_lv_list {\n"
18147 "   uint32_t len; /* Number of elements in list. */\n"
18148 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18149 " };\n"
18150 " \n"
18151 msgstr ""
18152
18153 #. type: verbatim
18154 #: ../src/guestfs-structs.pod:106
18155 #, no-wrap
18156 msgid ""
18157 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18158 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18159 "\n"
18160 msgstr ""
18161
18162 #. type: verbatim
18163 #: ../src/guestfs-structs.pod:111
18164 #, no-wrap
18165 msgid ""
18166 " struct guestfs_stat {\n"
18167 "   int64_t dev;\n"
18168 "   int64_t ino;\n"
18169 "   int64_t mode;\n"
18170 "   int64_t nlink;\n"
18171 "   int64_t uid;\n"
18172 "   int64_t gid;\n"
18173 "   int64_t rdev;\n"
18174 "   int64_t size;\n"
18175 "   int64_t blksize;\n"
18176 "   int64_t blocks;\n"
18177 "   int64_t atime;\n"
18178 "   int64_t mtime;\n"
18179 "   int64_t ctime;\n"
18180 " };\n"
18181 " \n"
18182 msgstr ""
18183
18184 #. type: verbatim
18185 #: ../src/guestfs-structs.pod:127
18186 #, no-wrap
18187 msgid ""
18188 " struct guestfs_stat_list {\n"
18189 "   uint32_t len; /* Number of elements in list. */\n"
18190 "   struct guestfs_stat *val; /* Elements. */\n"
18191 " };\n"
18192 " \n"
18193 msgstr ""
18194
18195 #. type: verbatim
18196 #: ../src/guestfs-structs.pod:132
18197 #, no-wrap
18198 msgid ""
18199 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18200 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18201 "\n"
18202 msgstr ""
18203
18204 #. type: verbatim
18205 #: ../src/guestfs-structs.pod:137
18206 #, no-wrap
18207 msgid ""
18208 " struct guestfs_statvfs {\n"
18209 "   int64_t bsize;\n"
18210 "   int64_t frsize;\n"
18211 "   int64_t blocks;\n"
18212 "   int64_t bfree;\n"
18213 "   int64_t bavail;\n"
18214 "   int64_t files;\n"
18215 "   int64_t ffree;\n"
18216 "   int64_t favail;\n"
18217 "   int64_t fsid;\n"
18218 "   int64_t flag;\n"
18219 "   int64_t namemax;\n"
18220 " };\n"
18221 " \n"
18222 msgstr ""
18223
18224 #. type: verbatim
18225 #: ../src/guestfs-structs.pod:151
18226 #, no-wrap
18227 msgid ""
18228 " struct guestfs_statvfs_list {\n"
18229 "   uint32_t len; /* Number of elements in list. */\n"
18230 "   struct guestfs_statvfs *val; /* Elements. */\n"
18231 " };\n"
18232 " \n"
18233 msgstr ""
18234
18235 #. type: verbatim
18236 #: ../src/guestfs-structs.pod:156
18237 #, no-wrap
18238 msgid ""
18239 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18240 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18241 "\n"
18242 msgstr ""
18243
18244 #. type: =head2
18245 #: ../src/guestfs-structs.pod:159
18246 msgid "guestfs_dirent"
18247 msgstr ""
18248
18249 #. type: verbatim
18250 #: ../src/guestfs-structs.pod:161
18251 #, no-wrap
18252 msgid ""
18253 " struct guestfs_dirent {\n"
18254 "   int64_t ino;\n"
18255 "   char ftyp;\n"
18256 "   char *name;\n"
18257 " };\n"
18258 " \n"
18259 msgstr ""
18260
18261 #. type: verbatim
18262 #: ../src/guestfs-structs.pod:167
18263 #, no-wrap
18264 msgid ""
18265 " struct guestfs_dirent_list {\n"
18266 "   uint32_t len; /* Number of elements in list. */\n"
18267 "   struct guestfs_dirent *val; /* Elements. */\n"
18268 " };\n"
18269 " \n"
18270 msgstr ""
18271
18272 #. type: verbatim
18273 #: ../src/guestfs-structs.pod:172
18274 #, no-wrap
18275 msgid ""
18276 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18277 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18278 "\n"
18279 msgstr ""
18280
18281 #. type: verbatim
18282 #: ../src/guestfs-structs.pod:177
18283 #, no-wrap
18284 msgid ""
18285 " struct guestfs_version {\n"
18286 "   int64_t major;\n"
18287 "   int64_t minor;\n"
18288 "   int64_t release;\n"
18289 "   char *extra;\n"
18290 " };\n"
18291 " \n"
18292 msgstr ""
18293
18294 #. type: verbatim
18295 #: ../src/guestfs-structs.pod:184
18296 #, no-wrap
18297 msgid ""
18298 " struct guestfs_version_list {\n"
18299 "   uint32_t len; /* Number of elements in list. */\n"
18300 "   struct guestfs_version *val; /* Elements. */\n"
18301 " };\n"
18302 " \n"
18303 msgstr ""
18304
18305 #. type: verbatim
18306 #: ../src/guestfs-structs.pod:189
18307 #, no-wrap
18308 msgid ""
18309 " void guestfs_free_version (struct guestfs_free_version *);\n"
18310 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18311 "\n"
18312 msgstr ""
18313
18314 #. type: =head2
18315 #: ../src/guestfs-structs.pod:192
18316 msgid "guestfs_xattr"
18317 msgstr ""
18318
18319 #. type: verbatim
18320 #: ../src/guestfs-structs.pod:194
18321 #, no-wrap
18322 msgid ""
18323 " struct guestfs_xattr {\n"
18324 "   char *attrname;\n"
18325 "   /* The next two fields describe a byte array. */\n"
18326 "   uint32_t attrval_len;\n"
18327 "   char *attrval;\n"
18328 " };\n"
18329 " \n"
18330 msgstr ""
18331
18332 #. type: verbatim
18333 #: ../src/guestfs-structs.pod:201
18334 #, no-wrap
18335 msgid ""
18336 " struct guestfs_xattr_list {\n"
18337 "   uint32_t len; /* Number of elements in list. */\n"
18338 "   struct guestfs_xattr *val; /* Elements. */\n"
18339 " };\n"
18340 " \n"
18341 msgstr ""
18342
18343 #. type: verbatim
18344 #: ../src/guestfs-structs.pod:206
18345 #, no-wrap
18346 msgid ""
18347 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18348 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18349 "\n"
18350 msgstr ""
18351
18352 #. type: =head2
18353 #: ../src/guestfs-structs.pod:209
18354 msgid "guestfs_inotify_event"
18355 msgstr ""
18356
18357 #. type: verbatim
18358 #: ../src/guestfs-structs.pod:211
18359 #, no-wrap
18360 msgid ""
18361 " struct guestfs_inotify_event {\n"
18362 "   int64_t in_wd;\n"
18363 "   uint32_t in_mask;\n"
18364 "   uint32_t in_cookie;\n"
18365 "   char *in_name;\n"
18366 " };\n"
18367 " \n"
18368 msgstr ""
18369
18370 #. type: verbatim
18371 #: ../src/guestfs-structs.pod:218
18372 #, no-wrap
18373 msgid ""
18374 " struct guestfs_inotify_event_list {\n"
18375 "   uint32_t len; /* Number of elements in list. */\n"
18376 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18377 " };\n"
18378 " \n"
18379 msgstr ""
18380
18381 #. type: verbatim
18382 #: ../src/guestfs-structs.pod:223
18383 #, no-wrap
18384 msgid ""
18385 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18386 " void guestfs_free_inotify_event_list (struct "
18387 "guestfs_free_inotify_event_list *);\n"
18388 "\n"
18389 msgstr ""
18390
18391 #. type: =head2
18392 #: ../src/guestfs-structs.pod:226
18393 msgid "guestfs_partition"
18394 msgstr ""
18395
18396 #. type: verbatim
18397 #: ../src/guestfs-structs.pod:228
18398 #, no-wrap
18399 msgid ""
18400 " struct guestfs_partition {\n"
18401 "   int32_t part_num;\n"
18402 "   uint64_t part_start;\n"
18403 "   uint64_t part_end;\n"
18404 "   uint64_t part_size;\n"
18405 " };\n"
18406 " \n"
18407 msgstr ""
18408
18409 #. type: verbatim
18410 #: ../src/guestfs-structs.pod:235
18411 #, no-wrap
18412 msgid ""
18413 " struct guestfs_partition_list {\n"
18414 "   uint32_t len; /* Number of elements in list. */\n"
18415 "   struct guestfs_partition *val; /* Elements. */\n"
18416 " };\n"
18417 " \n"
18418 msgstr ""
18419
18420 #. type: verbatim
18421 #: ../src/guestfs-structs.pod:240
18422 #, no-wrap
18423 msgid ""
18424 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18425 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18426 "\n"
18427 msgstr ""
18428
18429 #. type: =head2
18430 #: ../src/guestfs-structs.pod:243
18431 msgid "guestfs_application"
18432 msgstr ""
18433
18434 #. type: verbatim
18435 #: ../src/guestfs-structs.pod:245
18436 #, no-wrap
18437 msgid ""
18438 " struct guestfs_application {\n"
18439 "   char *app_name;\n"
18440 "   char *app_display_name;\n"
18441 "   int32_t app_epoch;\n"
18442 "   char *app_version;\n"
18443 "   char *app_release;\n"
18444 "   char *app_install_path;\n"
18445 "   char *app_trans_path;\n"
18446 "   char *app_publisher;\n"
18447 "   char *app_url;\n"
18448 "   char *app_source_package;\n"
18449 "   char *app_summary;\n"
18450 "   char *app_description;\n"
18451 " };\n"
18452 " \n"
18453 msgstr ""
18454
18455 #. type: verbatim
18456 #: ../src/guestfs-structs.pod:260
18457 #, no-wrap
18458 msgid ""
18459 " struct guestfs_application_list {\n"
18460 "   uint32_t len; /* Number of elements in list. */\n"
18461 "   struct guestfs_application *val; /* Elements. */\n"
18462 " };\n"
18463 " \n"
18464 msgstr ""
18465
18466 #. type: verbatim
18467 #: ../src/guestfs-structs.pod:265
18468 #, no-wrap
18469 msgid ""
18470 " void guestfs_free_application (struct guestfs_free_application *);\n"
18471 " void guestfs_free_application_list (struct guestfs_free_application_list "
18472 "*);\n"
18473 "\n"
18474 msgstr ""
18475
18476 #. type: textblock
18477 #: ../fish/guestfish.pod:5
18478 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18479 msgstr ""
18480
18481 #. type: verbatim
18482 #: ../fish/guestfish.pod:9
18483 #, no-wrap
18484 msgid ""
18485 " guestfish [--options] [commands]\n"
18486 "\n"
18487 msgstr ""
18488
18489 #. type: verbatim
18490 #: ../fish/guestfish.pod:11
18491 #, no-wrap
18492 msgid ""
18493 " guestfish\n"
18494 "\n"
18495 msgstr ""
18496
18497 #. type: verbatim
18498 #: ../fish/guestfish.pod:13
18499 #, no-wrap
18500 msgid ""
18501 " guestfish [--ro|--rw] -a disk.img\n"
18502 "\n"
18503 msgstr ""
18504
18505 #. type: verbatim
18506 #: ../fish/guestfish.pod:15
18507 #, no-wrap
18508 msgid ""
18509 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18510 "\n"
18511 msgstr ""
18512
18513 #. type: verbatim
18514 #: ../fish/guestfish.pod:17
18515 #, no-wrap
18516 msgid ""
18517 " guestfish -d libvirt-domain\n"
18518 "\n"
18519 msgstr ""
18520
18521 #. type: verbatim
18522 #: ../fish/guestfish.pod:19
18523 #, no-wrap
18524 msgid ""
18525 " guestfish [--ro|--rw] -a disk.img -i\n"
18526 "\n"
18527 msgstr ""
18528
18529 #. type: verbatim
18530 #: ../fish/guestfish.pod:21
18531 #, no-wrap
18532 msgid ""
18533 " guestfish -d libvirt-domain -i\n"
18534 "\n"
18535 msgstr ""
18536
18537 #. type: =head1
18538 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18539 msgid "WARNING"
18540 msgstr ""
18541
18542 #. type: textblock
18543 #: ../fish/guestfish.pod:25
18544 msgid ""
18545 "Using guestfish in read/write mode on live virtual machines can be "
18546 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18547 "option to use guestfish safely if the disk image or virtual machine might be "
18548 "live."
18549 msgstr ""
18550
18551 #. type: textblock
18552 #: ../fish/guestfish.pod:32
18553 msgid ""
18554 "Guestfish is a shell and command-line tool for examining and modifying "
18555 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18556 "functionality of the guestfs API, see L<guestfs(3)>."
18557 msgstr ""
18558
18559 #. type: textblock
18560 #: ../fish/guestfish.pod:36
18561 msgid ""
18562 "Guestfish gives you structured access to the libguestfs API, from shell "
18563 "scripts or the command line or interactively.  If you want to rescue a "
18564 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18565 "command."
18566 msgstr ""
18567
18568 #. type: =head1
18569 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:942 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
18570 msgid "EXAMPLES"
18571 msgstr ""
18572
18573 #. type: =head2
18574 #: ../fish/guestfish.pod:43
18575 msgid "As an interactive shell"
18576 msgstr ""
18577
18578 #. type: verbatim
18579 #: ../fish/guestfish.pod:45
18580 #, no-wrap
18581 msgid ""
18582 " $ guestfish\n"
18583 " \n"
18584 msgstr ""
18585
18586 #. type: verbatim
18587 #: ../fish/guestfish.pod:47
18588 #, no-wrap
18589 msgid ""
18590 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18591 " editing virtual machine filesystems.\n"
18592 " \n"
18593 msgstr ""
18594
18595 #. type: verbatim
18596 #: ../fish/guestfish.pod:50
18597 #, no-wrap
18598 msgid ""
18599 " Type: 'help' for a list of commands\n"
18600 "       'man' to read the manual\n"
18601 "       'quit' to quit the shell\n"
18602 " \n"
18603 msgstr ""
18604
18605 #. type: verbatim
18606 #: ../fish/guestfish.pod:54
18607 #, no-wrap
18608 msgid ""
18609 " ><fs> add-ro disk.img\n"
18610 " ><fs> run\n"
18611 " ><fs> list-filesystems\n"
18612 " /dev/sda1: ext4\n"
18613 " /dev/vg_guest/lv_root: ext4\n"
18614 " /dev/vg_guest/lv_swap: swap\n"
18615 " ><fs> mount /dev/vg_guest/lv_root /\n"
18616 " ><fs> cat /etc/fstab\n"
18617 " # /etc/fstab\n"
18618 " # Created by anaconda\n"
18619 " [...]\n"
18620 " ><fs> exit\n"
18621 "\n"
18622 msgstr ""
18623
18624 #. type: =head2
18625 #: ../fish/guestfish.pod:67
18626 msgid "From shell scripts"
18627 msgstr ""
18628
18629 #. type: textblock
18630 #: ../fish/guestfish.pod:69
18631 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18632 msgstr ""
18633
18634 #. type: verbatim
18635 #: ../fish/guestfish.pod:71
18636 #, no-wrap
18637 msgid ""
18638 " guestfish <<_EOF_\n"
18639 " add disk.img\n"
18640 " run\n"
18641 " mount /dev/vg_guest/lv_root /\n"
18642 " write /etc/motd \"Welcome, new users\"\n"
18643 " _EOF_\n"
18644 "\n"
18645 msgstr ""
18646
18647 #. type: textblock
18648 #: ../fish/guestfish.pod:78
18649 msgid "List the LVM logical volumes in a disk image:"
18650 msgstr ""
18651
18652 #. type: verbatim
18653 #: ../fish/guestfish.pod:80
18654 #, no-wrap
18655 msgid ""
18656 " guestfish -a disk.img --ro <<_EOF_\n"
18657 " run\n"
18658 " lvs\n"
18659 " _EOF_\n"
18660 "\n"
18661 msgstr ""
18662
18663 #. type: textblock
18664 #: ../fish/guestfish.pod:85
18665 msgid "List all the filesystems in a disk image:"
18666 msgstr ""
18667
18668 #. type: verbatim
18669 #: ../fish/guestfish.pod:87
18670 #, no-wrap
18671 msgid ""
18672 " guestfish -a disk.img --ro <<_EOF_\n"
18673 " run\n"
18674 " list-filesystems\n"
18675 " _EOF_\n"
18676 "\n"
18677 msgstr ""
18678
18679 #. type: =head2
18680 #: ../fish/guestfish.pod:92
18681 msgid "On one command line"
18682 msgstr ""
18683
18684 #. type: textblock
18685 #: ../fish/guestfish.pod:94
18686 msgid "Update C</etc/resolv.conf> in a guest:"
18687 msgstr ""
18688
18689 #. type: verbatim
18690 #: ../fish/guestfish.pod:96
18691 #, no-wrap
18692 msgid ""
18693 " guestfish \\\n"
18694 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18695 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18696 "\n"
18697 msgstr ""
18698
18699 #. type: textblock
18700 #: ../fish/guestfish.pod:100
18701 msgid "Edit C</boot/grub/grub.conf> interactively:"
18702 msgstr ""
18703
18704 #. type: verbatim
18705 #: ../fish/guestfish.pod:102
18706 #, no-wrap
18707 msgid ""
18708 " guestfish --rw --add disk.img \\\n"
18709 "   --mount /dev/vg_guest/lv_root \\\n"
18710 "   --mount /dev/sda1:/boot \\\n"
18711 "   edit /boot/grub/grub.conf\n"
18712 "\n"
18713 msgstr ""
18714
18715 #. type: =head2
18716 #: ../fish/guestfish.pod:107
18717 msgid "Mount disks automatically"
18718 msgstr ""
18719
18720 #. type: textblock
18721 #: ../fish/guestfish.pod:109
18722 msgid ""
18723 "Use the I<-i> option to automatically mount the disks from a virtual "
18724 "machine:"
18725 msgstr ""
18726
18727 #. type: verbatim
18728 #: ../fish/guestfish.pod:112
18729 #, no-wrap
18730 msgid ""
18731 " guestfish --ro -a disk.img -i cat /etc/group\n"
18732 "\n"
18733 msgstr ""
18734
18735 #. type: verbatim
18736 #: ../fish/guestfish.pod:114
18737 #, no-wrap
18738 msgid ""
18739 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18740 "\n"
18741 msgstr ""
18742
18743 #. type: textblock
18744 #: ../fish/guestfish.pod:116
18745 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18746 msgstr ""
18747
18748 #. type: verbatim
18749 #: ../fish/guestfish.pod:118
18750 #, no-wrap
18751 msgid ""
18752 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18753 "\n"
18754 msgstr ""
18755
18756 #. type: =head2
18757 #: ../fish/guestfish.pod:120
18758 msgid "As a script interpreter"
18759 msgstr ""
18760
18761 #. type: textblock
18762 #: ../fish/guestfish.pod:122
18763 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18764 msgstr ""
18765
18766 #. type: verbatim
18767 #: ../fish/guestfish.pod:124
18768 #, no-wrap
18769 msgid ""
18770 " #!/usr/bin/guestfish -f\n"
18771 " sparse test1.img 100M\n"
18772 " run\n"
18773 " part-disk /dev/sda mbr\n"
18774 " mkfs ext2 /dev/sda1\n"
18775 "\n"
18776 msgstr ""
18777
18778 #. type: =head2
18779 #: ../fish/guestfish.pod:130
18780 msgid "Start with a prepared disk"
18781 msgstr ""
18782
18783 #. type: textblock
18784 #: ../fish/guestfish.pod:132
18785 msgid ""
18786 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18787 "single ext2-formatted partition:"
18788 msgstr ""
18789
18790 #. type: verbatim
18791 #: ../fish/guestfish.pod:135
18792 #, no-wrap
18793 msgid ""
18794 " guestfish -N fs\n"
18795 "\n"
18796 msgstr ""
18797
18798 #. type: textblock
18799 #: ../fish/guestfish.pod:137
18800 msgid "To list what is available do:"
18801 msgstr ""
18802
18803 #. type: verbatim
18804 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:933
18805 #, no-wrap
18806 msgid ""
18807 " guestfish -N help | less\n"
18808 "\n"
18809 msgstr ""
18810
18811 #. type: =head2
18812 #: ../fish/guestfish.pod:141
18813 msgid "Remote control"
18814 msgstr ""
18815
18816 #. type: verbatim
18817 #: ../fish/guestfish.pod:143
18818 #, no-wrap
18819 msgid ""
18820 " eval \"`guestfish --listen`\"\n"
18821 " guestfish --remote add-ro disk.img\n"
18822 " guestfish --remote run\n"
18823 " guestfish --remote lvs\n"
18824 "\n"
18825 msgstr ""
18826
18827 #. type: =head1
18828 #: ../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
18829 msgid "OPTIONS"
18830 msgstr ""
18831
18832 #. type: =item
18833 #: ../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
18834 msgid "B<--help>"
18835 msgstr ""
18836
18837 #. type: textblock
18838 #: ../fish/guestfish.pod:154
18839 msgid "Displays general help on options."
18840 msgstr ""
18841
18842 #. type: =item
18843 #: ../fish/guestfish.pod:156
18844 msgid "B<-h>"
18845 msgstr ""
18846
18847 #. type: =item
18848 #: ../fish/guestfish.pod:158
18849 msgid "B<--cmd-help>"
18850 msgstr ""
18851
18852 #. type: textblock
18853 #: ../fish/guestfish.pod:160
18854 msgid "Lists all available guestfish commands."
18855 msgstr ""
18856
18857 #. type: =item
18858 #: ../fish/guestfish.pod:162
18859 msgid "B<-h cmd>"
18860 msgstr ""
18861
18862 #. type: =item
18863 #: ../fish/guestfish.pod:164
18864 msgid "B<--cmd-help cmd>"
18865 msgstr ""
18866
18867 #. type: textblock
18868 #: ../fish/guestfish.pod:166
18869 msgid "Displays detailed help on a single command C<cmd>."
18870 msgstr ""
18871
18872 #. type: =item
18873 #: ../fish/guestfish.pod:168
18874 msgid "B<-a image>"
18875 msgstr ""
18876
18877 #. type: =item
18878 #: ../fish/guestfish.pod:170
18879 msgid "B<--add image>"
18880 msgstr ""
18881
18882 #. type: textblock
18883 #: ../fish/guestfish.pod:172
18884 msgid "Add a block device or virtual machine image to the shell."
18885 msgstr ""
18886
18887 #. type: textblock
18888 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18889 msgid ""
18890 "The format of the disk image is auto-detected.  To override this and force a "
18891 "particular format use the I<--format=..> option."
18892 msgstr ""
18893
18894 #. type: textblock
18895 #: ../fish/guestfish.pod:177
18896 msgid ""
18897 "Using this flag is mostly equivalent to using the C<add> command, with "
18898 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18899 "the I<--format:...> flag was given."
18900 msgstr ""
18901
18902 #. type: =item
18903 #: ../fish/guestfish.pod:181
18904 msgid "B<-c URI>"
18905 msgstr ""
18906
18907 #. type: =item
18908 #: ../fish/guestfish.pod:183
18909 msgid "B<--connect URI>"
18910 msgstr ""
18911
18912 #. type: textblock
18913 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18914 msgid ""
18915 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18916 "URI to use.  The default is to use the default libvirt connection."
18917 msgstr ""
18918
18919 #. type: =item
18920 #: ../fish/guestfish.pod:189
18921 msgid "B<--csh>"
18922 msgstr ""
18923
18924 #. type: textblock
18925 #: ../fish/guestfish.pod:191
18926 msgid ""
18927 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18928 "section L</REMOTE CONTROL AND CSH> below."
18929 msgstr ""
18930
18931 #. type: =item
18932 #: ../fish/guestfish.pod:194
18933 msgid "B<-d libvirt-domain>"
18934 msgstr ""
18935
18936 #. type: =item
18937 #: ../fish/guestfish.pod:196
18938 msgid "B<--domain libvirt-domain>"
18939 msgstr ""
18940
18941 #. type: textblock
18942 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18943 msgid ""
18944 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18945 "used, then any libvirt domain can be used.  However in write mode, only "
18946 "libvirt domains which are shut down can be named here."
18947 msgstr ""
18948
18949 #. type: textblock
18950 #: ../fish/guestfish.pod:202
18951 msgid ""
18952 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18953 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18954 "if the I<--format:...> flag was given."
18955 msgstr ""
18956
18957 #. type: =item
18958 #: ../fish/guestfish.pod:206
18959 msgid "B<-D>"
18960 msgstr ""
18961
18962 #. type: =item
18963 #: ../fish/guestfish.pod:208
18964 msgid "B<--no-dest-paths>"
18965 msgstr ""
18966
18967 #. type: textblock
18968 #: ../fish/guestfish.pod:210
18969 msgid ""
18970 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18971 "to hit the tab key to complete paths on the guest filesystem, but this "
18972 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18973 "allow this feature to be disabled."
18974 msgstr ""
18975
18976 #. type: =item
18977 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18978 msgid "B<--echo-keys>"
18979 msgstr ""
18980
18981 #. type: textblock
18982 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18983 msgid ""
18984 "When prompting for keys and passphrases, guestfish normally turns echoing "
18985 "off so you cannot see what you are typing.  If you are not worried about "
18986 "Tempest attacks and there is no one else in the room you can specify this "
18987 "flag to see what you are typing."
18988 msgstr ""
18989
18990 #. type: =item
18991 #: ../fish/guestfish.pod:222
18992 msgid "B<-f file>"
18993 msgstr ""
18994
18995 #. type: =item
18996 #: ../fish/guestfish.pod:224
18997 msgid "B<--file file>"
18998 msgstr ""
18999
19000 #. type: textblock
19001 #: ../fish/guestfish.pod:226
19002 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19003 msgstr ""
19004
19005 #. type: verbatim
19006 #: ../fish/guestfish.pod:229
19007 #, no-wrap
19008 msgid ""
19009 " #!/usr/bin/guestfish -f\n"
19010 "\n"
19011 msgstr ""
19012
19013 #. type: =item
19014 #: ../fish/guestfish.pod:231
19015 msgid "B<--format=raw|qcow2|..>"
19016 msgstr ""
19017
19018 #. type: =item
19019 #: ../fish/guestfish.pod:233
19020 msgid "B<--format>"
19021 msgstr ""
19022
19023 #. type: textblock
19024 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
19025 msgid ""
19026 "The default for the I<-a> option is to auto-detect the format of the disk "
19027 "image.  Using this forces the disk format for I<-a> options which follow on "
19028 "the command line.  Using I<--format> with no argument switches back to "
19029 "auto-detection for subsequent I<-a> options."
19030 msgstr ""
19031
19032 #. type: verbatim
19033 #: ../fish/guestfish.pod:242
19034 #, no-wrap
19035 msgid ""
19036 " guestfish --format=raw -a disk.img\n"
19037 "\n"
19038 msgstr ""
19039
19040 #. type: textblock
19041 #: ../fish/guestfish.pod:244
19042 msgid "forces raw format (no auto-detection) for C<disk.img>."
19043 msgstr ""
19044
19045 #. type: verbatim
19046 #: ../fish/guestfish.pod:246
19047 #, no-wrap
19048 msgid ""
19049 " guestfish --format=raw -a disk.img --format -a another.img\n"
19050 "\n"
19051 msgstr ""
19052
19053 #. type: textblock
19054 #: ../fish/guestfish.pod:248
19055 msgid ""
19056 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
19057 "auto-detection for C<another.img>."
19058 msgstr ""
19059
19060 #. type: textblock
19061 #: ../fish/guestfish.pod:251
19062 msgid ""
19063 "If you have untrusted raw-format guest disk images, you should use this "
19064 "option to specify the disk format.  This avoids a possible security problem "
19065 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19066 msgstr ""
19067
19068 #. type: =item
19069 #: ../fish/guestfish.pod:256
19070 msgid "B<-i>"
19071 msgstr ""
19072
19073 #. type: =item
19074 #: ../fish/guestfish.pod:258
19075 msgid "B<--inspector>"
19076 msgstr ""
19077
19078 #. type: textblock
19079 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
19080 msgid ""
19081 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19082 "system and mount filesystems as they would be mounted on the real virtual "
19083 "machine."
19084 msgstr ""
19085
19086 #. type: textblock
19087 #: ../fish/guestfish.pod:264
19088 msgid "Typical usage is either:"
19089 msgstr ""
19090
19091 #. type: verbatim
19092 #: ../fish/guestfish.pod:266
19093 #, no-wrap
19094 msgid ""
19095 " guestfish -d myguest -i\n"
19096 "\n"
19097 msgstr ""
19098
19099 #. type: textblock
19100 #: ../fish/guestfish.pod:268
19101 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19102 msgstr ""
19103
19104 #. type: verbatim
19105 #: ../fish/guestfish.pod:270
19106 #, no-wrap
19107 msgid ""
19108 " guestfish --ro -d myguest -i\n"
19109 "\n"
19110 msgstr ""
19111
19112 #. type: textblock
19113 #: ../fish/guestfish.pod:272
19114 msgid "(for active domains, readonly), or specify the block device directly:"
19115 msgstr ""
19116
19117 #. type: verbatim
19118 #: ../fish/guestfish.pod:274
19119 #, no-wrap
19120 msgid ""
19121 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19122 "\n"
19123 msgstr ""
19124
19125 #. type: textblock
19126 #: ../fish/guestfish.pod:276
19127 msgid ""
19128 "Note that the command line syntax changed slightly over older versions of "
19129 "guestfish.  You can still use the old syntax:"
19130 msgstr ""
19131
19132 #. type: verbatim
19133 #: ../fish/guestfish.pod:279
19134 #, no-wrap
19135 msgid ""
19136 " guestfish [--ro] -i disk.img\n"
19137 "\n"
19138 msgstr ""
19139
19140 #. type: verbatim
19141 #: ../fish/guestfish.pod:281
19142 #, no-wrap
19143 msgid ""
19144 " guestfish [--ro] -i libvirt-domain\n"
19145 "\n"
19146 msgstr ""
19147
19148 #. type: textblock
19149 #: ../fish/guestfish.pod:283
19150 msgid ""
19151 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19152 "then using other commands to mount the filesystems that were found."
19153 msgstr ""
19154
19155 #. type: =item
19156 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19157 msgid "B<--keys-from-stdin>"
19158 msgstr ""
19159
19160 #. type: textblock
19161 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19162 msgid ""
19163 "Read key or passphrase parameters from stdin.  The default is to try to read "
19164 "passphrases from the user by opening C</dev/tty>."
19165 msgstr ""
19166
19167 #. type: =item
19168 #: ../fish/guestfish.pod:292
19169 msgid "B<--listen>"
19170 msgstr ""
19171
19172 #. type: textblock
19173 #: ../fish/guestfish.pod:294
19174 msgid ""
19175 "Fork into the background and listen for remote commands.  See section "
19176 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19177 msgstr ""
19178
19179 #. type: =item
19180 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19181 msgid "B<--live>"
19182 msgstr ""
19183
19184 #. type: textblock
19185 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19186 msgid ""
19187 "Connect to a live virtual machine.  (Experimental, see "
19188 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19189 msgstr ""
19190
19191 #. type: =item
19192 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19193 msgid "B<-m dev[:mountpoint[:options]]>"
19194 msgstr ""
19195
19196 #. type: =item
19197 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19198 msgid "B<--mount dev[:mountpoint[:options]]>"
19199 msgstr ""
19200
19201 #. type: textblock
19202 #: ../fish/guestfish.pod:306
19203 msgid "Mount the named partition or logical volume on the given mountpoint."
19204 msgstr ""
19205
19206 #. type: textblock
19207 #: ../fish/guestfish.pod:308
19208 msgid "If the mountpoint is omitted, it defaults to C</>."
19209 msgstr ""
19210
19211 #. type: textblock
19212 #: ../fish/guestfish.pod:310
19213 msgid "You have to mount something on C</> before most commands will work."
19214 msgstr ""
19215
19216 #. type: textblock
19217 #: ../fish/guestfish.pod:312
19218 msgid ""
19219 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19220 "launched."
19221 msgstr ""
19222
19223 #. type: textblock
19224 #: ../fish/guestfish.pod:315
19225 msgid ""
19226 "If you don't know what filesystems a disk image contains, you can either run "
19227 "guestfish without this option, then list the partitions, filesystems and LVs "
19228 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19229 "commands), or you can use the L<virt-filesystems(1)> program."
19230 msgstr ""
19231
19232 #. type: textblock
19233 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19234 msgid ""
19235 "The third (and rarely used) part of the mount parameter is the list of mount "
19236 "options used to mount the underlying filesystem.  If this is not given, then "
19237 "the mount options are either the empty string or C<ro> (the latter if the "
19238 "I<--ro> flag is used).  By specifying the mount options, you override this "
19239 "default choice.  Probably the only time you would use this is to enable ACLs "
19240 "and/or extended attributes if the filesystem can support them:"
19241 msgstr ""
19242
19243 #. type: verbatim
19244 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
19245 #, no-wrap
19246 msgid ""
19247 " -m /dev/sda1:/:acl,user_xattr\n"
19248 "\n"
19249 msgstr ""
19250
19251 #. type: textblock
19252 #: ../fish/guestfish.pod:331
19253 msgid "Using this flag is equivalent to using the C<mount-options> command."
19254 msgstr ""
19255
19256 #. type: =item
19257 #: ../fish/guestfish.pod:333
19258 msgid "B<-n>"
19259 msgstr ""
19260
19261 #. type: =item
19262 #: ../fish/guestfish.pod:335
19263 msgid "B<--no-sync>"
19264 msgstr ""
19265
19266 #. type: textblock
19267 #: ../fish/guestfish.pod:337
19268 msgid ""
19269 "Disable autosync.  This is enabled by default.  See the discussion of "
19270 "autosync in the L<guestfs(3)> manpage."
19271 msgstr ""
19272
19273 #. type: =item
19274 #: ../fish/guestfish.pod:340
19275 msgid "B<-N type>"
19276 msgstr ""
19277
19278 #. type: =item
19279 #: ../fish/guestfish.pod:342
19280 msgid "B<--new type>"
19281 msgstr ""
19282
19283 #. type: =item
19284 #: ../fish/guestfish.pod:344
19285 msgid "B<-N help>"
19286 msgstr ""
19287
19288 #. type: textblock
19289 #: ../fish/guestfish.pod:346
19290 msgid ""
19291 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19292 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19293 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19294 "IMAGES> below."
19295 msgstr ""
19296
19297 #. type: =item
19298 #: ../fish/guestfish.pod:351
19299 msgid "B<--progress-bars>"
19300 msgstr ""
19301
19302 #. type: textblock
19303 #: ../fish/guestfish.pod:353
19304 msgid "Enable progress bars, even when guestfish is used non-interactively."
19305 msgstr ""
19306
19307 #. type: textblock
19308 #: ../fish/guestfish.pod:355
19309 msgid ""
19310 "Progress bars are enabled by default when guestfish is used as an "
19311 "interactive shell."
19312 msgstr ""
19313
19314 #. type: =item
19315 #: ../fish/guestfish.pod:358
19316 msgid "B<--no-progress-bars>"
19317 msgstr ""
19318
19319 #. type: textblock
19320 #: ../fish/guestfish.pod:360
19321 msgid "Disable progress bars."
19322 msgstr ""
19323
19324 #. type: =item
19325 #: ../fish/guestfish.pod:362
19326 msgid "B<--remote[=pid]>"
19327 msgstr ""
19328
19329 #. type: textblock
19330 #: ../fish/guestfish.pod:364
19331 msgid ""
19332 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19333 "CONTROL GUESTFISH OVER A SOCKET> below."
19334 msgstr ""
19335
19336 #. type: =item
19337 #: ../fish/guestfish.pod:367
19338 msgid "B<-r>"
19339 msgstr ""
19340
19341 #. type: =item
19342 #: ../fish/guestfish.pod:369
19343 msgid "B<--ro>"
19344 msgstr ""
19345
19346 #. type: textblock
19347 #: ../fish/guestfish.pod:371
19348 msgid ""
19349 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19350 "mounts are done read-only."
19351 msgstr ""
19352
19353 #. type: textblock
19354 #: ../fish/guestfish.pod:374
19355 msgid ""
19356 "The option must always be used if the disk image or virtual machine might be "
19357 "running, and is generally recommended in cases where you don't need write "
19358 "access to the disk."
19359 msgstr ""
19360
19361 #. type: textblock
19362 #: ../fish/guestfish.pod:378
19363 msgid ""
19364 "Note that prepared disk images created with I<-N> are not affected by this "
19365 "option.  Also commands like C<add> are not affected - you have to specify "
19366 "the C<readonly:true> option explicitly if you need it."
19367 msgstr ""
19368
19369 #. type: textblock
19370 #: ../fish/guestfish.pod:382
19371 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19372 msgstr ""
19373
19374 #. type: =item
19375 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
19376 msgid "B<--selinux>"
19377 msgstr ""
19378
19379 #. type: textblock
19380 #: ../fish/guestfish.pod:386
19381 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19382 msgstr ""
19383
19384 #. type: =item
19385 #: ../fish/guestfish.pod:388
19386 msgid "B<-v>"
19387 msgstr ""
19388
19389 #. type: =item
19390 #: ../fish/guestfish.pod:390
19391 msgid "B<--verbose>"
19392 msgstr ""
19393
19394 #. type: textblock
19395 #: ../fish/guestfish.pod:392
19396 msgid ""
19397 "Enable very verbose messages.  This is particularly useful if you find a "
19398 "bug."
19399 msgstr ""
19400
19401 #. type: =item
19402 #: ../fish/guestfish.pod:395
19403 msgid "B<-V>"
19404 msgstr ""
19405
19406 #. type: =item
19407 #: ../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
19408 msgid "B<--version>"
19409 msgstr ""
19410
19411 #. type: textblock
19412 #: ../fish/guestfish.pod:399
19413 msgid "Display the guestfish / libguestfs version number and exit."
19414 msgstr ""
19415
19416 #. type: =item
19417 #: ../fish/guestfish.pod:401
19418 msgid "B<-w>"
19419 msgstr ""
19420
19421 #. type: =item
19422 #: ../fish/guestfish.pod:403
19423 msgid "B<--rw>"
19424 msgstr ""
19425
19426 #. type: textblock
19427 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
19428 msgid ""
19429 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19430 "mounts are done read-write."
19431 msgstr ""
19432
19433 #. type: textblock
19434 #: ../fish/guestfish.pod:408
19435 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19436 msgstr ""
19437
19438 #. type: =item
19439 #: ../fish/guestfish.pod:410
19440 msgid "B<-x>"
19441 msgstr ""
19442
19443 #. type: textblock
19444 #: ../fish/guestfish.pod:412
19445 msgid "Echo each command before executing it."
19446 msgstr ""
19447
19448 #. type: =head1
19449 #: ../fish/guestfish.pod:416
19450 msgid "COMMANDS ON COMMAND LINE"
19451 msgstr ""
19452
19453 #. type: textblock
19454 #: ../fish/guestfish.pod:418
19455 msgid "Any additional (non-option) arguments are treated as commands to execute."
19456 msgstr ""
19457
19458 #. type: textblock
19459 #: ../fish/guestfish.pod:421
19460 msgid ""
19461 "Commands to execute should be separated by a colon (C<:>), where the colon "
19462 "is a separate parameter.  Thus:"
19463 msgstr ""
19464
19465 #. type: verbatim
19466 #: ../fish/guestfish.pod:424
19467 #, no-wrap
19468 msgid ""
19469 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19470 "\n"
19471 msgstr ""
19472
19473 #. type: textblock
19474 #: ../fish/guestfish.pod:426
19475 msgid ""
19476 "If there are no additional arguments, then we enter a shell, either an "
19477 "interactive shell with a prompt (if the input is a terminal) or a "
19478 "non-interactive shell."
19479 msgstr ""
19480
19481 #. type: textblock
19482 #: ../fish/guestfish.pod:430
19483 msgid ""
19484 "In either command line mode or non-interactive shell, the first command that "
19485 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19486 "prompt) if a command fails, you can continue to enter commands."
19487 msgstr ""
19488
19489 #. type: =head1
19490 #: ../fish/guestfish.pod:435
19491 msgid "USING launch (OR run)"
19492 msgstr ""
19493
19494 #. type: textblock
19495 #: ../fish/guestfish.pod:437
19496 msgid ""
19497 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19498 "then launch it, then mount any disks you need, and finally issue "
19499 "actions/commands.  So the general order of the day is:"
19500 msgstr ""
19501
19502 #. type: textblock
19503 #: ../fish/guestfish.pod:445
19504 msgid "add or -a/--add"
19505 msgstr ""
19506
19507 #. type: textblock
19508 #: ../fish/guestfish.pod:449
19509 msgid "launch (aka run)"
19510 msgstr ""
19511
19512 #. type: textblock
19513 #: ../fish/guestfish.pod:453
19514 msgid "mount or -m/--mount"
19515 msgstr ""
19516
19517 #. type: textblock
19518 #: ../fish/guestfish.pod:457
19519 msgid "any other commands"
19520 msgstr ""
19521
19522 #. type: textblock
19523 #: ../fish/guestfish.pod:461
19524 msgid ""
19525 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19526 "guest before mounting or performing any other commands."
19527 msgstr ""
19528
19529 #. type: textblock
19530 #: ../fish/guestfish.pod:464
19531 msgid ""
19532 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19533 "I<--new> options were given then C<run> is done automatically, simply "
19534 "because guestfish can't perform the action you asked for without doing this."
19535 msgstr ""
19536
19537 #. type: =head1
19538 #: ../fish/guestfish.pod:469
19539 msgid "OPENING DISKS FOR READ AND WRITE"
19540 msgstr ""
19541
19542 #. type: textblock
19543 #: ../fish/guestfish.pod:471
19544 msgid ""
19545 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19546 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19547 "I<-i> and I<-m> open disk images read-only or for writing."
19548 msgstr ""
19549
19550 #. type: textblock
19551 #: ../fish/guestfish.pod:476
19552 msgid ""
19553 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
19554 "opening disk images supplied on the command line for write.  To open a disk "
19555 "image read-only you have to do I<-a image --ro>."
19556 msgstr ""
19557
19558 #. type: textblock
19559 #: ../fish/guestfish.pod:480
19560 msgid ""
19561 "This matters: If you accidentally open a live VM disk image writable then "
19562 "you will cause irreversible disk corruption."
19563 msgstr ""
19564
19565 #. type: textblock
19566 #: ../fish/guestfish.pod:483
19567 msgid ""
19568 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
19569 "images will be opened read-only.  You will have to either specify "
19570 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19571 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19572 "access for disk images specified by those other command line options."
19573 msgstr ""
19574
19575 #. type: textblock
19576 #: ../fish/guestfish.pod:490
19577 msgid ""
19578 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19579 "which does nothing (it is already the default).  However it is highly "
19580 "recommended that you use this option to indicate that you need write access, "
19581 "and prepare your scripts for the day when this option will be required for "
19582 "write access."
19583 msgstr ""
19584
19585 #. type: textblock
19586 #: ../fish/guestfish.pod:496
19587 msgid ""
19588 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19589 "other libguestfs program apart from guestfish and guestmount."
19590 msgstr ""
19591
19592 #. type: =head1
19593 #: ../fish/guestfish.pod:499
19594 msgid "QUOTING"
19595 msgstr ""
19596
19597 #. type: textblock
19598 #: ../fish/guestfish.pod:501
19599 msgid ""
19600 "You can quote ordinary parameters using either single or double quotes.  For "
19601 "example:"
19602 msgstr ""
19603
19604 #. type: verbatim
19605 #: ../fish/guestfish.pod:504
19606 #, no-wrap
19607 msgid ""
19608 " add \"file with a space.img\"\n"
19609 "\n"
19610 msgstr ""
19611
19612 #. type: verbatim
19613 #: ../fish/guestfish.pod:506
19614 #, no-wrap
19615 msgid ""
19616 " rm '/file name'\n"
19617 "\n"
19618 msgstr ""
19619
19620 #. type: verbatim
19621 #: ../fish/guestfish.pod:508
19622 #, no-wrap
19623 msgid ""
19624 " rm '/\"'\n"
19625 "\n"
19626 msgstr ""
19627
19628 #. type: textblock
19629 #: ../fish/guestfish.pod:510
19630 msgid ""
19631 "A few commands require a list of strings to be passed.  For these, use a "
19632 "whitespace-separated list, enclosed in quotes.  Strings containing "
19633 "whitespace to be passed through must be enclosed in single quotes.  A "
19634 "literal single quote must be escaped with a backslash."
19635 msgstr ""
19636
19637 #. type: verbatim
19638 #: ../fish/guestfish.pod:515
19639 #, no-wrap
19640 msgid ""
19641 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19642 " command \"/bin/echo 'foo      bar'\"\n"
19643 " command \"/bin/echo \\'foo\\'\"\n"
19644 "\n"
19645 msgstr ""
19646
19647 #. type: =head1
19648 #: ../fish/guestfish.pod:519
19649 msgid "OPTIONAL ARGUMENTS"
19650 msgstr ""
19651
19652 #. type: textblock
19653 #: ../fish/guestfish.pod:521
19654 msgid ""
19655 "Some commands take optional arguments.  These arguments appear in this "
19656 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19657 msgstr ""
19658
19659 #. type: verbatim
19660 #: ../fish/guestfish.pod:525
19661 #, no-wrap
19662 msgid ""
19663 " add-drive-opts filename\n"
19664 "\n"
19665 msgstr ""
19666
19667 #. type: verbatim
19668 #: ../fish/guestfish.pod:527
19669 #, no-wrap
19670 msgid ""
19671 " add-drive-opts filename readonly:true\n"
19672 "\n"
19673 msgstr ""
19674
19675 #. type: verbatim
19676 #: ../fish/guestfish.pod:529
19677 #, no-wrap
19678 msgid ""
19679 " add-drive-opts filename format:qcow2 readonly:false\n"
19680 "\n"
19681 msgstr ""
19682
19683 #. type: textblock
19684 #: ../fish/guestfish.pod:531
19685 msgid ""
19686 "Each optional argument can appear at most once.  All optional arguments must "
19687 "appear after the required ones."
19688 msgstr ""
19689
19690 #. type: =head1
19691 #: ../fish/guestfish.pod:534
19692 msgid "NUMBERS"
19693 msgstr ""
19694
19695 #. type: textblock
19696 #: ../fish/guestfish.pod:536
19697 msgid "This section applies to all commands which can take integers as parameters."
19698 msgstr ""
19699
19700 #. type: =head2
19701 #: ../fish/guestfish.pod:539
19702 msgid "SIZE SUFFIX"
19703 msgstr ""
19704
19705 #. type: textblock
19706 #: ../fish/guestfish.pod:541
19707 msgid ""
19708 "When the command takes a parameter measured in bytes, you can use one of the "
19709 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19710 msgstr ""
19711
19712 #. type: =item
19713 #: ../fish/guestfish.pod:547
19714 msgid "B<k> or B<K> or B<KiB>"
19715 msgstr ""
19716
19717 #. type: textblock
19718 #: ../fish/guestfish.pod:549
19719 msgid "The size in kilobytes (multiplied by 1024)."
19720 msgstr ""
19721
19722 #. type: =item
19723 #: ../fish/guestfish.pod:551
19724 msgid "B<KB>"
19725 msgstr ""
19726
19727 #. type: textblock
19728 #: ../fish/guestfish.pod:553
19729 msgid "The size in SI 1000 byte units."
19730 msgstr ""
19731
19732 #. type: =item
19733 #: ../fish/guestfish.pod:555
19734 msgid "B<M> or B<MiB>"
19735 msgstr ""
19736
19737 #. type: textblock
19738 #: ../fish/guestfish.pod:557
19739 msgid "The size in megabytes (multiplied by 1048576)."
19740 msgstr ""
19741
19742 #. type: =item
19743 #: ../fish/guestfish.pod:559
19744 msgid "B<MB>"
19745 msgstr ""
19746
19747 #. type: textblock
19748 #: ../fish/guestfish.pod:561
19749 msgid "The size in SI 1000000 byte units."
19750 msgstr ""
19751
19752 #. type: =item
19753 #: ../fish/guestfish.pod:563
19754 msgid "B<G> or B<GiB>"
19755 msgstr ""
19756
19757 #. type: textblock
19758 #: ../fish/guestfish.pod:565
19759 msgid "The size in gigabytes (multiplied by 2**30)."
19760 msgstr ""
19761
19762 #. type: =item
19763 #: ../fish/guestfish.pod:567
19764 msgid "B<GB>"
19765 msgstr ""
19766
19767 #. type: textblock
19768 #: ../fish/guestfish.pod:569
19769 msgid "The size in SI 10**9 byte units."
19770 msgstr ""
19771
19772 #. type: =item
19773 #: ../fish/guestfish.pod:571
19774 msgid "B<T> or B<TiB>"
19775 msgstr ""
19776
19777 #. type: textblock
19778 #: ../fish/guestfish.pod:573
19779 msgid "The size in terabytes (multiplied by 2**40)."
19780 msgstr ""
19781
19782 #. type: =item
19783 #: ../fish/guestfish.pod:575
19784 msgid "B<TB>"
19785 msgstr ""
19786
19787 #. type: textblock
19788 #: ../fish/guestfish.pod:577
19789 msgid "The size in SI 10**12 byte units."
19790 msgstr ""
19791
19792 #. type: =item
19793 #: ../fish/guestfish.pod:579
19794 msgid "B<P> or B<PiB>"
19795 msgstr ""
19796
19797 #. type: textblock
19798 #: ../fish/guestfish.pod:581
19799 msgid "The size in petabytes (multiplied by 2**50)."
19800 msgstr ""
19801
19802 #. type: =item
19803 #: ../fish/guestfish.pod:583
19804 msgid "B<PB>"
19805 msgstr ""
19806
19807 #. type: textblock
19808 #: ../fish/guestfish.pod:585
19809 msgid "The size in SI 10**15 byte units."
19810 msgstr ""
19811
19812 #. type: =item
19813 #: ../fish/guestfish.pod:587
19814 msgid "B<E> or B<EiB>"
19815 msgstr ""
19816
19817 #. type: textblock
19818 #: ../fish/guestfish.pod:589
19819 msgid "The size in exabytes (multiplied by 2**60)."
19820 msgstr ""
19821
19822 #. type: =item
19823 #: ../fish/guestfish.pod:591
19824 msgid "B<EB>"
19825 msgstr ""
19826
19827 #. type: textblock
19828 #: ../fish/guestfish.pod:593
19829 msgid "The size in SI 10**18 byte units."
19830 msgstr ""
19831
19832 #. type: =item
19833 #: ../fish/guestfish.pod:595
19834 msgid "B<Z> or B<ZiB>"
19835 msgstr ""
19836
19837 #. type: textblock
19838 #: ../fish/guestfish.pod:597
19839 msgid "The size in zettabytes (multiplied by 2**70)."
19840 msgstr ""
19841
19842 #. type: =item
19843 #: ../fish/guestfish.pod:599
19844 msgid "B<ZB>"
19845 msgstr ""
19846
19847 #. type: textblock
19848 #: ../fish/guestfish.pod:601
19849 msgid "The size in SI 10**21 byte units."
19850 msgstr ""
19851
19852 #. type: =item
19853 #: ../fish/guestfish.pod:603
19854 msgid "B<Y> or B<YiB>"
19855 msgstr ""
19856
19857 #. type: textblock
19858 #: ../fish/guestfish.pod:605
19859 msgid "The size in yottabytes (multiplied by 2**80)."
19860 msgstr ""
19861
19862 #. type: =item
19863 #: ../fish/guestfish.pod:607
19864 msgid "B<YB>"
19865 msgstr ""
19866
19867 #. type: textblock
19868 #: ../fish/guestfish.pod:609
19869 msgid "The size in SI 10**24 byte units."
19870 msgstr ""
19871
19872 #. type: verbatim
19873 #: ../fish/guestfish.pod:615
19874 #, no-wrap
19875 msgid ""
19876 " truncate-size /file 1G\n"
19877 "\n"
19878 msgstr ""
19879
19880 #. type: textblock
19881 #: ../fish/guestfish.pod:617
19882 msgid "would truncate the file to 1 gigabyte."
19883 msgstr ""
19884
19885 #. type: textblock
19886 #: ../fish/guestfish.pod:619
19887 msgid ""
19888 "Be careful because a few commands take sizes in kilobytes or megabytes "
19889 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19890 "Adding a suffix will probably not do what you expect."
19891 msgstr ""
19892
19893 #. type: =head2
19894 #: ../fish/guestfish.pod:623
19895 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19896 msgstr ""
19897
19898 #. type: textblock
19899 #: ../fish/guestfish.pod:625
19900 msgid ""
19901 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19902 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19903 msgstr ""
19904
19905 #. type: verbatim
19906 #: ../fish/guestfish.pod:628
19907 #, no-wrap
19908 msgid ""
19909 " 1234      decimal number 1234\n"
19910 " 02322     octal number, equivalent to decimal 1234\n"
19911 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19912 "\n"
19913 msgstr ""
19914
19915 #. type: textblock
19916 #: ../fish/guestfish.pod:632
19917 msgid ""
19918 "When using the C<chmod> command, you almost always want to specify an octal "
19919 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19920 "L<chmod(1)> program):"
19921 msgstr ""
19922
19923 #. type: verbatim
19924 #: ../fish/guestfish.pod:636
19925 #, no-wrap
19926 msgid ""
19927 " chmod 0777 /public  # OK\n"
19928 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19929 "\n"
19930 msgstr ""
19931
19932 #. type: textblock
19933 #: ../fish/guestfish.pod:639
19934 msgid ""
19935 "Commands that return numbers usually print them in decimal, but some "
19936 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19937 "octal, preceeded by C<0>)."
19938 msgstr ""
19939
19940 #. type: =head1
19941 #: ../fish/guestfish.pod:643
19942 msgid "WILDCARDS AND GLOBBING"
19943 msgstr ""
19944
19945 #. type: textblock
19946 #: ../fish/guestfish.pod:645
19947 msgid ""
19948 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19949 "(globbing) by default.  So for example the following will not do what you "
19950 "expect:"
19951 msgstr ""
19952
19953 #. type: verbatim
19954 #: ../fish/guestfish.pod:649
19955 #, no-wrap
19956 msgid ""
19957 " rm-rf /home/*\n"
19958 "\n"
19959 msgstr ""
19960
19961 #. type: textblock
19962 #: ../fish/guestfish.pod:651
19963 msgid ""
19964 "Assuming you don't have a directory called literally C</home/*> then the "
19965 "above command will return an error."
19966 msgstr ""
19967
19968 #. type: textblock
19969 #: ../fish/guestfish.pod:654
19970 msgid "To perform wildcard expansion, use the C<glob> command."
19971 msgstr ""
19972
19973 #. type: verbatim
19974 #: ../fish/guestfish.pod:656
19975 #, no-wrap
19976 msgid ""
19977 " glob rm-rf /home/*\n"
19978 "\n"
19979 msgstr ""
19980
19981 #. type: textblock
19982 #: ../fish/guestfish.pod:658
19983 msgid ""
19984 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19985 "many times), equivalent to:"
19986 msgstr ""
19987
19988 #. type: verbatim
19989 #: ../fish/guestfish.pod:661
19990 #, no-wrap
19991 msgid ""
19992 " rm-rf /home/jim\n"
19993 " rm-rf /home/joe\n"
19994 " rm-rf /home/mary\n"
19995 "\n"
19996 msgstr ""
19997
19998 #. type: textblock
19999 #: ../fish/guestfish.pod:665
20000 msgid "C<glob> only works on simple guest paths and not on device names."
20001 msgstr ""
20002
20003 #. type: textblock
20004 #: ../fish/guestfish.pod:667
20005 msgid ""
20006 "If you have several parameters, each containing a wildcard, then glob will "
20007 "perform a Cartesian product."
20008 msgstr ""
20009
20010 #. type: =head1
20011 #: ../fish/guestfish.pod:670
20012 msgid "COMMENTS"
20013 msgstr ""
20014
20015 #. type: textblock
20016 #: ../fish/guestfish.pod:672
20017 msgid ""
20018 "Any line which starts with a I<#> character is treated as a comment and "
20019 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20020 "a command.  For example:"
20021 msgstr ""
20022
20023 #. type: verbatim
20024 #: ../fish/guestfish.pod:676
20025 #, no-wrap
20026 msgid ""
20027 " # this is a comment\n"
20028 "         # this is a comment\n"
20029 " foo # NOT a comment\n"
20030 "\n"
20031 msgstr ""
20032
20033 #. type: textblock
20034 #: ../fish/guestfish.pod:680
20035 msgid "Blank lines are also ignored."
20036 msgstr ""
20037
20038 #. type: =head1
20039 #: ../fish/guestfish.pod:682
20040 msgid "RUNNING COMMANDS LOCALLY"
20041 msgstr ""
20042
20043 #. type: textblock
20044 #: ../fish/guestfish.pod:684
20045 msgid ""
20046 "Any line which starts with a I<!> character is treated as a command sent to "
20047 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20048 msgstr ""
20049
20050 #. type: verbatim
20051 #: ../fish/guestfish.pod:688
20052 #, no-wrap
20053 msgid ""
20054 " !mkdir local\n"
20055 " tgz-out /remote local/remote-data.tar.gz\n"
20056 "\n"
20057 msgstr ""
20058
20059 #. type: textblock
20060 #: ../fish/guestfish.pod:691
20061 msgid ""
20062 "will create a directory C<local> on the host, and then export the contents "
20063 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20064 "(See C<tgz-out>)."
20065 msgstr ""
20066
20067 #. type: textblock
20068 #: ../fish/guestfish.pod:695
20069 msgid ""
20070 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20071 "effect, due to the way that subprocesses work in Unix."
20072 msgstr ""
20073
20074 #. type: =head2
20075 #: ../fish/guestfish.pod:698
20076 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20077 msgstr ""
20078
20079 #. type: textblock
20080 #: ../fish/guestfish.pod:700
20081 msgid ""
20082 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20083 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20084 "and executed as guestfish commands."
20085 msgstr ""
20086
20087 #. type: textblock
20088 #: ../fish/guestfish.pod:704
20089 msgid ""
20090 "Thus you can use shell script to construct arbitrary guestfish commands "
20091 "which are then parsed by guestfish."
20092 msgstr ""
20093
20094 #. type: textblock
20095 #: ../fish/guestfish.pod:707
20096 msgid ""
20097 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20098 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20099 "if we use a shell script to create the guestfish commands for us:"
20100 msgstr ""
20101
20102 #. type: verbatim
20103 #: ../fish/guestfish.pod:712
20104 #, no-wrap
20105 msgid ""
20106 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20107 "\n"
20108 msgstr ""
20109
20110 #. type: textblock
20111 #: ../fish/guestfish.pod:714
20112 msgid "or with names like C</foo.001>:"
20113 msgstr ""
20114
20115 #. type: verbatim
20116 #: ../fish/guestfish.pod:716
20117 #, no-wrap
20118 msgid ""
20119 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20120 "\n"
20121 msgstr ""
20122
20123 #. type: textblock
20124 #: ../fish/guestfish.pod:718
20125 msgid ""
20126 "When using guestfish interactively it can be helpful to just run the shell "
20127 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20128 "ordinary I<!> local command), see what guestfish commands it would run, and "
20129 "when you are happy with those prepend the C<E<lt>> character to run the "
20130 "guestfish commands for real."
20131 msgstr ""
20132
20133 #. type: =head1
20134 #: ../fish/guestfish.pod:724
20135 msgid "PIPES"
20136 msgstr ""
20137
20138 #. type: textblock
20139 #: ../fish/guestfish.pod:726
20140 msgid ""
20141 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20142 "command (a guestfish command) to the second command (any host command).  For "
20143 "example:"
20144 msgstr ""
20145
20146 #. type: verbatim
20147 #: ../fish/guestfish.pod:730
20148 #, no-wrap
20149 msgid ""
20150 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20151 "\n"
20152 msgstr ""
20153
20154 #. type: textblock
20155 #: ../fish/guestfish.pod:732
20156 msgid ""
20157 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20158 "program).  The above command would list all accounts in the guest filesystem "
20159 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20160 msgstr ""
20161
20162 #. type: verbatim
20163 #: ../fish/guestfish.pod:737
20164 #, no-wrap
20165 msgid ""
20166 " hexdump /bin/ls | head\n"
20167 " list-devices | tail -1\n"
20168 " tgz-out / - | tar ztf -\n"
20169 "\n"
20170 msgstr ""
20171
20172 #. type: textblock
20173 #: ../fish/guestfish.pod:741
20174 msgid ""
20175 "The space before the pipe symbol is required, any space after the pipe "
20176 "symbol is optional.  Everything after the pipe symbol is just passed "
20177 "straight to the host shell, so it can contain redirections, globs and "
20178 "anything else that makes sense on the host side."
20179 msgstr ""
20180
20181 #. type: textblock
20182 #: ../fish/guestfish.pod:746
20183 msgid ""
20184 "To use a literal argument which begins with a pipe symbol, you have to quote "
20185 "it, eg:"
20186 msgstr ""
20187
20188 #. type: verbatim
20189 #: ../fish/guestfish.pod:749
20190 #, no-wrap
20191 msgid ""
20192 " echo \"|\"\n"
20193 "\n"
20194 msgstr ""
20195
20196 #. type: =head1
20197 #: ../fish/guestfish.pod:751
20198 msgid "HOME DIRECTORIES"
20199 msgstr ""
20200
20201 #. type: textblock
20202 #: ../fish/guestfish.pod:753
20203 msgid ""
20204 "If a parameter starts with the character C<~> then the tilde may be expanded "
20205 "as a home directory path (either C<~> for the current user's home directory, "
20206 "or C<~user> for another user)."
20207 msgstr ""
20208
20209 #. type: textblock
20210 #: ../fish/guestfish.pod:757
20211 msgid ""
20212 "Note that home directory expansion happens for users known I<on the host>, "
20213 "not in the guest filesystem."
20214 msgstr ""
20215
20216 #. type: textblock
20217 #: ../fish/guestfish.pod:760
20218 msgid ""
20219 "To use a literal argument which begins with a tilde, you have to quote it, "
20220 "eg:"
20221 msgstr ""
20222
20223 #. type: verbatim
20224 #: ../fish/guestfish.pod:763
20225 #, no-wrap
20226 msgid ""
20227 " echo \"~\"\n"
20228 "\n"
20229 msgstr ""
20230
20231 #. type: textblock
20232 #: ../fish/guestfish.pod:767
20233 msgid ""
20234 "Libguestfs has some support for Linux guests encrypted according to the "
20235 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20236 "disk encryption systems used by modern Linux guests.  Currently only "
20237 "LVM-on-LUKS is supported."
20238 msgstr ""
20239
20240 #. type: textblock
20241 #: ../fish/guestfish.pod:772
20242 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20243 msgstr ""
20244
20245 #. type: verbatim
20246 #: ../fish/guestfish.pod:774
20247 #, no-wrap
20248 msgid ""
20249 " ><fs> vfs-type /dev/sda2\n"
20250 " crypto_LUKS\n"
20251 "\n"
20252 msgstr ""
20253
20254 #. type: textblock
20255 #: ../fish/guestfish.pod:777
20256 msgid ""
20257 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20258 "device called C</dev/mapper/luksdev>."
20259 msgstr ""
20260
20261 #. type: verbatim
20262 #: ../fish/guestfish.pod:780
20263 #, no-wrap
20264 msgid ""
20265 " ><fs> luks-open /dev/sda2 luksdev\n"
20266 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20267 "\n"
20268 msgstr ""
20269
20270 #. type: textblock
20271 #: ../fish/guestfish.pod:783
20272 msgid ""
20273 "Finally you have to tell LVM to scan for volume groups on the newly created "
20274 "mapper device:"
20275 msgstr ""
20276
20277 #. type: verbatim
20278 #: ../fish/guestfish.pod:786
20279 #, no-wrap
20280 msgid ""
20281 " vgscan\n"
20282 " vg-activate-all true\n"
20283 "\n"
20284 msgstr ""
20285
20286 #. type: textblock
20287 #: ../fish/guestfish.pod:789
20288 msgid "The logical volume(s) can now be mounted in the usual way."
20289 msgstr ""
20290
20291 #. type: textblock
20292 #: ../fish/guestfish.pod:791
20293 msgid ""
20294 "Before closing a LUKS device you must unmount any logical volumes on it and "
20295 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20296 "one.  Then you can close the mapper device:"
20297 msgstr ""
20298
20299 #. type: verbatim
20300 #: ../fish/guestfish.pod:795
20301 #, no-wrap
20302 msgid ""
20303 " vg-activate false /dev/VG\n"
20304 " luks-close /dev/mapper/luksdev\n"
20305 "\n"
20306 msgstr ""
20307
20308 #. type: =head1
20309 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
20310 msgid "WINDOWS PATHS"
20311 msgstr ""
20312
20313 #. type: textblock
20314 #: ../fish/guestfish.pod:800
20315 msgid ""
20316 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20317 "(with some limitations).  The following commands are equivalent:"
20318 msgstr ""
20319
20320 #. type: verbatim
20321 #: ../fish/guestfish.pod:803
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:805
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:807
20338 #, no-wrap
20339 msgid ""
20340 " file win:\\windows\\system32\\config\\system.log\n"
20341 "\n"
20342 msgstr ""
20343
20344 #. type: verbatim
20345 #: ../fish/guestfish.pod:809
20346 #, no-wrap
20347 msgid ""
20348 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20349 "\n"
20350 msgstr ""
20351
20352 #. type: textblock
20353 #: ../fish/guestfish.pod:811
20354 msgid ""
20355 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20356 "handles case insensitivity like Windows would.  This only works in argument "
20357 "positions that expect a path."
20358 msgstr ""
20359
20360 #. type: =head1
20361 #: ../fish/guestfish.pod:815
20362 msgid "UPLOADING AND DOWNLOADING FILES"
20363 msgstr ""
20364
20365 #. type: textblock
20366 #: ../fish/guestfish.pod:817
20367 msgid ""
20368 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20369 "others which upload from or download to a local file, you can use the "
20370 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20371 msgstr ""
20372
20373 #. type: verbatim
20374 #: ../fish/guestfish.pod:821
20375 #, no-wrap
20376 msgid ""
20377 " upload - /foo\n"
20378 "\n"
20379 msgstr ""
20380
20381 #. type: textblock
20382 #: ../fish/guestfish.pod:823
20383 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20384 msgstr ""
20385
20386 #. type: verbatim
20387 #: ../fish/guestfish.pod:826
20388 #, no-wrap
20389 msgid ""
20390 " tar-out /etc - | tar tf -\n"
20391 "\n"
20392 msgstr ""
20393
20394 #. type: textblock
20395 #: ../fish/guestfish.pod:828
20396 msgid ""
20397 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20398 "command (see L</PIPES>)."
20399 msgstr ""
20400
20401 #. type: textblock
20402 #: ../fish/guestfish.pod:831
20403 msgid ""
20404 "When using C<-> to read from stdin, the input is read up to the end of "
20405 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20406 "some arbitrary end marker:"
20407 msgstr ""
20408
20409 #. type: verbatim
20410 #: ../fish/guestfish.pod:835
20411 #, no-wrap
20412 msgid ""
20413 " upload -<<END /foo\n"
20414 " input line 1\n"
20415 " input line 2\n"
20416 " input line 3\n"
20417 " END\n"
20418 "\n"
20419 msgstr ""
20420
20421 #. type: textblock
20422 #: ../fish/guestfish.pod:841
20423 msgid ""
20424 "Any string of characters can be used instead of C<END>.  The end marker must "
20425 "appear on a line of its own, without any preceeding or following characters "
20426 "(not even spaces)."
20427 msgstr ""
20428
20429 #. type: textblock
20430 #: ../fish/guestfish.pod:845
20431 msgid ""
20432 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20433 "upload local files (so-called \"FileIn\" parameters in the generator)."
20434 msgstr ""
20435
20436 #. type: =head1
20437 #: ../fish/guestfish.pod:848
20438 msgid "EXIT ON ERROR BEHAVIOUR"
20439 msgstr ""
20440
20441 #. type: textblock
20442 #: ../fish/guestfish.pod:850
20443 msgid ""
20444 "By default, guestfish will ignore any errors when in interactive mode "
20445 "(ie. taking commands from a human over a tty), and will exit on the first "
20446 "error in non-interactive mode (scripts, commands given on the command line)."
20447 msgstr ""
20448
20449 #. type: textblock
20450 #: ../fish/guestfish.pod:855
20451 msgid ""
20452 "If you prefix a command with a I<-> character, then that command will not "
20453 "cause guestfish to exit, even if that (one) command returns an error."
20454 msgstr ""
20455
20456 #. type: =head1
20457 #: ../fish/guestfish.pod:859
20458 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20459 msgstr ""
20460
20461 #. type: textblock
20462 #: ../fish/guestfish.pod:861
20463 msgid ""
20464 "Guestfish can be remote-controlled over a socket.  This is useful "
20465 "particularly in shell scripts where you want to make several different "
20466 "changes to a filesystem, but you don't want the overhead of starting up a "
20467 "guestfish process each time."
20468 msgstr ""
20469
20470 #. type: textblock
20471 #: ../fish/guestfish.pod:866
20472 msgid "Start a guestfish server process using:"
20473 msgstr ""
20474
20475 #. type: verbatim
20476 #: ../fish/guestfish.pod:868
20477 #, no-wrap
20478 msgid ""
20479 " eval \"`guestfish --listen`\"\n"
20480 "\n"
20481 msgstr ""
20482
20483 #. type: textblock
20484 #: ../fish/guestfish.pod:870
20485 msgid "and then send it commands by doing:"
20486 msgstr ""
20487
20488 #. type: verbatim
20489 #: ../fish/guestfish.pod:872
20490 #, no-wrap
20491 msgid ""
20492 " guestfish --remote cmd [...]\n"
20493 "\n"
20494 msgstr ""
20495
20496 #. type: textblock
20497 #: ../fish/guestfish.pod:874
20498 msgid "To cause the server to exit, send it the exit command:"
20499 msgstr ""
20500
20501 #. type: verbatim
20502 #: ../fish/guestfish.pod:876
20503 #, no-wrap
20504 msgid ""
20505 " guestfish --remote exit\n"
20506 "\n"
20507 msgstr ""
20508
20509 #. type: textblock
20510 #: ../fish/guestfish.pod:878
20511 msgid ""
20512 "Note that the server will normally exit if there is an error in a command.  "
20513 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20514 "BEHAVIOUR>."
20515 msgstr ""
20516
20517 #. type: =head2
20518 #: ../fish/guestfish.pod:882
20519 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20520 msgstr ""
20521
20522 #. type: textblock
20523 #: ../fish/guestfish.pod:884
20524 msgid ""
20525 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20526 "is how the I<--remote> option knows where to send the commands.  You can "
20527 "have several guestfish listener processes running using:"
20528 msgstr ""
20529
20530 #. type: verbatim
20531 #: ../fish/guestfish.pod:888
20532 #, no-wrap
20533 msgid ""
20534 " eval \"`guestfish --listen`\"\n"
20535 " pid1=$GUESTFISH_PID\n"
20536 " eval \"`guestfish --listen`\"\n"
20537 " pid2=$GUESTFISH_PID\n"
20538 " ...\n"
20539 " guestfish --remote=$pid1 cmd\n"
20540 " guestfish --remote=$pid2 cmd\n"
20541 "\n"
20542 msgstr ""
20543
20544 #. type: =head2
20545 #: ../fish/guestfish.pod:896
20546 msgid "REMOTE CONTROL AND CSH"
20547 msgstr ""
20548
20549 #. type: textblock
20550 #: ../fish/guestfish.pod:898
20551 msgid ""
20552 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20553 "option:"
20554 msgstr ""
20555
20556 #. type: verbatim
20557 #: ../fish/guestfish.pod:901
20558 #, no-wrap
20559 msgid ""
20560 " eval \"`guestfish --listen --csh`\"\n"
20561 "\n"
20562 msgstr ""
20563
20564 #. type: =head2
20565 #: ../fish/guestfish.pod:903
20566 msgid "REMOTE CONTROL DETAILS"
20567 msgstr ""
20568
20569 #. type: textblock
20570 #: ../fish/guestfish.pod:905
20571 msgid ""
20572 "Remote control happens over a Unix domain socket called "
20573 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20574 "of the process, and C<$PID> is the process ID of the server."
20575 msgstr ""
20576
20577 #. type: textblock
20578 #: ../fish/guestfish.pod:909
20579 msgid "Guestfish client and server versions must match exactly."
20580 msgstr ""
20581
20582 #. type: =head1
20583 #: ../fish/guestfish.pod:911
20584 msgid "PREPARED DISK IMAGES"
20585 msgstr ""
20586
20587 #. type: textblock
20588 #: ../fish/guestfish.pod:913
20589 msgid ""
20590 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20591 "preformatted disk images that guestfish can make for you to save typing.  "
20592 "This is particularly useful for testing purposes.  This option is used "
20593 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20594 "can be mixed with I<-a>)."
20595 msgstr ""
20596
20597 #. type: textblock
20598 #: ../fish/guestfish.pod:919
20599 msgid ""
20600 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20601 "the second and so on.  Existing files in the current directory are "
20602 "I<overwritten>."
20603 msgstr ""
20604
20605 #. type: textblock
20606 #: ../fish/guestfish.pod:923
20607 msgid ""
20608 "The type briefly describes how the disk should be sized, partitioned, how "
20609 "filesystem(s) should be created, and how content should be added.  "
20610 "Optionally the type can be followed by extra parameters, separated by C<:> "
20611 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20612 "sparsely-allocated disk, containing a single partition, with the partition "
20613 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20614 "on a 1GB disk instead."
20615 msgstr ""
20616
20617 #. type: textblock
20618 #: ../fish/guestfish.pod:931
20619 msgid "To list the available types and any extra parameters they take, run:"
20620 msgstr ""
20621
20622 #. type: textblock
20623 #: ../fish/guestfish.pod:935
20624 msgid ""
20625 "Note that the prepared filesystem is not mounted.  You would usually have to "
20626 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20627 msgstr ""
20628
20629 #. type: textblock
20630 #: ../fish/guestfish.pod:939
20631 msgid ""
20632 "If any I<-N> or I<--new> options are given, the guest is automatically "
20633 "launched."
20634 msgstr ""
20635
20636 #. type: textblock
20637 #: ../fish/guestfish.pod:944
20638 msgid "Create a 100MB disk with an ext4-formatted partition:"
20639 msgstr ""
20640
20641 #. type: verbatim
20642 #: ../fish/guestfish.pod:946
20643 #, no-wrap
20644 msgid ""
20645 " guestfish -N fs:ext4\n"
20646 "\n"
20647 msgstr ""
20648
20649 #. type: textblock
20650 #: ../fish/guestfish.pod:948
20651 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20652 msgstr ""
20653
20654 #. type: verbatim
20655 #: ../fish/guestfish.pod:950
20656 #, no-wrap
20657 msgid ""
20658 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20659 "\n"
20660 msgstr ""
20661
20662 #. type: textblock
20663 #: ../fish/guestfish.pod:952
20664 msgid "Create a blank 200MB disk:"
20665 msgstr ""
20666
20667 #. type: verbatim
20668 #: ../fish/guestfish.pod:954
20669 #, no-wrap
20670 msgid ""
20671 " guestfish -N disk:200M\n"
20672 "\n"
20673 msgstr ""
20674
20675 #. type: =head1
20676 #: ../fish/guestfish.pod:956
20677 msgid "PROGRESS BARS"
20678 msgstr ""
20679
20680 #. type: textblock
20681 #: ../fish/guestfish.pod:958
20682 msgid ""
20683 "Some (not all) long-running commands send progress notification messages as "
20684 "they are running.  Guestfish turns these messages into progress bars."
20685 msgstr ""
20686
20687 #. type: textblock
20688 #: ../fish/guestfish.pod:962
20689 msgid ""
20690 "When a command that supports progress bars takes longer than two seconds to "
20691 "run, and if progress bars are enabled, then you will see one appearing below "
20692 "the command:"
20693 msgstr ""
20694
20695 #. type: verbatim
20696 #: ../fish/guestfish.pod:966
20697 #, no-wrap
20698 msgid ""
20699 " ><fs> copy-size /large-file /another-file 2048M\n"
20700 " / 10% [#####-----------------------------------------] 00:30\n"
20701 "\n"
20702 msgstr ""
20703
20704 #. type: textblock
20705 #: ../fish/guestfish.pod:969
20706 msgid ""
20707 "The spinner on the left hand side moves round once for every progress "
20708 "notification received from the backend.  This is a (reasonably) golden "
20709 "assurance that the command is \"doing something\" even if the progress bar "
20710 "is not moving, because the command is able to send the progress "
20711 "notifications.  When the bar reaches 100% and the command finishes, the "
20712 "spinner disappears."
20713 msgstr ""
20714
20715 #. type: textblock
20716 #: ../fish/guestfish.pod:976
20717 msgid ""
20718 "Progress bars are enabled by default when guestfish is used interactively.  "
20719 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20720 "and you can disable them completely using I<--no-progress-bars>."
20721 msgstr ""
20722
20723 #. type: =head1
20724 #: ../fish/guestfish.pod:981
20725 msgid "GUESTFISH COMMANDS"
20726 msgstr ""
20727
20728 #. type: textblock
20729 #: ../fish/guestfish.pod:983
20730 msgid ""
20731 "The commands in this section are guestfish convenience commands, in other "
20732 "words, they are not part of the L<guestfs(3)> API."
20733 msgstr ""
20734
20735 #. type: =head2
20736 #: ../fish/guestfish.pod:986
20737 msgid "help"
20738 msgstr ""
20739
20740 #. type: verbatim
20741 #: ../fish/guestfish.pod:988
20742 #, no-wrap
20743 msgid ""
20744 " help\n"
20745 " help cmd\n"
20746 "\n"
20747 msgstr ""
20748
20749 #. type: textblock
20750 #: ../fish/guestfish.pod:991
20751 msgid "Without any parameter, this provides general help."
20752 msgstr ""
20753
20754 #. type: textblock
20755 #: ../fish/guestfish.pod:993
20756 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20757 msgstr ""
20758
20759 #. type: =head2
20760 #: ../fish/guestfish.pod:995
20761 msgid "quit | exit"
20762 msgstr ""
20763
20764 #. type: textblock
20765 #: ../fish/guestfish.pod:997
20766 msgid "This exits guestfish.  You can also use C<^D> key."
20767 msgstr ""
20768
20769 #. type: textblock
20770 #: ../fish/guestfish.pod:999
20771 msgid "@FISH_COMMANDS@"
20772 msgstr ""
20773
20774 #. type: =head1
20775 #: ../fish/guestfish.pod:1001
20776 msgid "COMMANDS"
20777 msgstr ""
20778
20779 #. type: =head1
20780 #: ../fish/guestfish.pod:1005 ../test-tool/libguestfs-test-tool.pod:77
20781 msgid "EXIT CODE"
20782 msgstr ""
20783
20784 #. type: textblock
20785 #: ../fish/guestfish.pod:1007
20786 msgid ""
20787 "guestfish returns 0 if the commands completed without error, or 1 if there "
20788 "was an error."
20789 msgstr ""
20790
20791 #. type: =item
20792 #: ../fish/guestfish.pod:1014
20793 msgid "EDITOR"
20794 msgstr ""
20795
20796 #. type: textblock
20797 #: ../fish/guestfish.pod:1016
20798 msgid ""
20799 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20800 "C<vi>."
20801 msgstr ""
20802
20803 #. type: =item
20804 #: ../fish/guestfish.pod:1019
20805 msgid "GUESTFISH_PID"
20806 msgstr ""
20807
20808 #. type: textblock
20809 #: ../fish/guestfish.pod:1021
20810 msgid ""
20811 "Used with the I<--remote> option to specify the remote guestfish process to "
20812 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20813 msgstr ""
20814
20815 #. type: =item
20816 #: ../fish/guestfish.pod:1025
20817 msgid "HEXEDITOR"
20818 msgstr ""
20819
20820 #. type: textblock
20821 #: ../fish/guestfish.pod:1027
20822 msgid ""
20823 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20824 "not specified, the external L<hexedit(1)> program is used."
20825 msgstr ""
20826
20827 #. type: =item
20828 #: ../fish/guestfish.pod:1031
20829 msgid "HOME"
20830 msgstr ""
20831
20832 #. type: textblock
20833 #: ../fish/guestfish.pod:1033
20834 msgid ""
20835 "If compiled with GNU readline support, various files in the home directory "
20836 "can be used.  See L</FILES>."
20837 msgstr ""
20838
20839 #. type: textblock
20840 #: ../fish/guestfish.pod:1042
20841 msgid ""
20842 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20843 "effect as using the B<-v> option."
20844 msgstr ""
20845
20846 #. type: textblock
20847 #: ../fish/guestfish.pod:1054
20848 msgid ""
20849 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20850 "the discussion of paths in L<guestfs(3)>."
20851 msgstr ""
20852
20853 #. type: textblock
20854 #: ../fish/guestfish.pod:1065
20855 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20856 msgstr ""
20857
20858 #. type: =item
20859 #: ../fish/guestfish.pod:1067
20860 msgid "PAGER"
20861 msgstr ""
20862
20863 #. type: textblock
20864 #: ../fish/guestfish.pod:1069
20865 msgid ""
20866 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20867 "C<more>."
20868 msgstr ""
20869
20870 #. type: =head1
20871 #: ../fish/guestfish.pod:1085 ../fuse/guestmount.pod:252
20872 msgid "FILES"
20873 msgstr ""
20874
20875 #. type: =item
20876 #: ../fish/guestfish.pod:1089 ../fuse/guestmount.pod:256
20877 msgid "$HOME/.libguestfs-tools.rc"
20878 msgstr ""
20879
20880 #. type: =item
20881 #: ../fish/guestfish.pod:1091 ../fuse/guestmount.pod:258
20882 msgid "/etc/libguestfs-tools.conf"
20883 msgstr ""
20884
20885 #. type: textblock
20886 #: ../fish/guestfish.pod:1093 ../fuse/guestmount.pod:260
20887 msgid ""
20888 "This configuration file controls the default read-only or read-write mode "
20889 "(I<--ro> or I<--rw>)."
20890 msgstr ""
20891
20892 #. type: textblock
20893 #: ../fish/guestfish.pod:1096
20894 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
20895 msgstr ""
20896
20897 #. type: =item
20898 #: ../fish/guestfish.pod:1098
20899 msgid "$HOME/.guestfish"
20900 msgstr ""
20901
20902 #. type: textblock
20903 #: ../fish/guestfish.pod:1100
20904 msgid ""
20905 "If compiled with GNU readline support, then the command history is saved in "
20906 "this file."
20907 msgstr ""
20908
20909 #. type: =item
20910 #: ../fish/guestfish.pod:1103
20911 msgid "$HOME/.inputrc"
20912 msgstr ""
20913
20914 #. type: =item
20915 #: ../fish/guestfish.pod:1105
20916 msgid "/etc/inputrc"
20917 msgstr ""
20918
20919 #. type: textblock
20920 #: ../fish/guestfish.pod:1107
20921 msgid ""
20922 "If compiled with GNU readline support, then these files can be used to "
20923 "configure readline.  For further information, please see "
20924 "L<readline(3)/INITIALIZATION FILE>."
20925 msgstr ""
20926
20927 #. type: textblock
20928 #: ../fish/guestfish.pod:1111
20929 msgid "To write rules which only apply to guestfish, use:"
20930 msgstr ""
20931
20932 #. type: verbatim
20933 #: ../fish/guestfish.pod:1113
20934 #, no-wrap
20935 msgid ""
20936 " $if guestfish\n"
20937 " ...\n"
20938 " $endif\n"
20939 "\n"
20940 msgstr ""
20941
20942 #. type: textblock
20943 #: ../fish/guestfish.pod:1117
20944 msgid ""
20945 "Variables that you can set in inputrc that change the behaviour of guestfish "
20946 "in useful ways include:"
20947 msgstr ""
20948
20949 #. type: =item
20950 #: ../fish/guestfish.pod:1122
20951 msgid "completion-ignore-case (default: on)"
20952 msgstr ""
20953
20954 #. type: textblock
20955 #: ../fish/guestfish.pod:1124
20956 msgid ""
20957 "By default, guestfish will ignore case when tab-completing paths on the "
20958 "disk.  Use:"
20959 msgstr ""
20960
20961 #. type: verbatim
20962 #: ../fish/guestfish.pod:1127
20963 #, no-wrap
20964 msgid ""
20965 " set completion-ignore-case off\n"
20966 "\n"
20967 msgstr ""
20968
20969 #. type: textblock
20970 #: ../fish/guestfish.pod:1129
20971 msgid "to make guestfish case sensitive."
20972 msgstr ""
20973
20974 #. type: =item
20975 #: ../fish/guestfish.pod:1133
20976 msgid "test1.img"
20977 msgstr ""
20978
20979 #. type: =item
20980 #: ../fish/guestfish.pod:1135
20981 msgid "test2.img (etc)"
20982 msgstr ""
20983
20984 #. type: textblock
20985 #: ../fish/guestfish.pod:1137
20986 msgid ""
20987 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20988 "will be created in the file C<test1.img> in the current directory.  The "
20989 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20990 "the same name will be overwritten."
20991 msgstr ""
20992
20993 #. type: textblock
20994 #: ../fish/guestfish.pod:1146
20995 msgid ""
20996 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
20997 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
20998 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
20999 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
21000 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
21001 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
21002 msgstr ""
21003
21004 #. type: textblock
21005 #: ../fish/guestfish.pod:1176 ../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
21006 msgid ""
21007 "This program is free software; you can redistribute it and/or modify it "
21008 "under the terms of the GNU General Public License as published by the Free "
21009 "Software Foundation; either version 2 of the License, or (at your option) "
21010 "any later version."
21011 msgstr ""
21012
21013 #. type: textblock
21014 #: ../fish/guestfish.pod:1181 ../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
21015 msgid ""
21016 "This program is distributed in the hope that it will be useful, but WITHOUT "
21017 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21018 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21019 "more details."
21020 msgstr ""
21021
21022 #. type: textblock
21023 #: ../fish/guestfish.pod:1186 ../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
21024 msgid ""
21025 "You should have received a copy of the GNU General Public License along with "
21026 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21027 "Ave, Cambridge, MA 02139, USA."
21028 msgstr ""
21029
21030 #. type: =head2
21031 #: ../fish/guestfish-actions.pod:1
21032 msgid "add-cdrom"
21033 msgstr ""
21034
21035 #. type: verbatim
21036 #: ../fish/guestfish-actions.pod:3
21037 #, no-wrap
21038 msgid ""
21039 " add-cdrom filename\n"
21040 "\n"
21041 msgstr ""
21042
21043 #. type: textblock
21044 #: ../fish/guestfish-actions.pod:15
21045 msgid ""
21046 "This call checks for the existence of C<filename>.  This stops you from "
21047 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21048 "and C<http:> URLs.  To specify those, use the general L</config> call "
21049 "instead."
21050 msgstr ""
21051
21052 #. type: textblock
21053 #: ../fish/guestfish-actions.pod:22
21054 msgid ""
21055 "If you just want to add an ISO file (often you use this as an efficient way "
21056 "to transfer large files into the guest), then you should probably use "
21057 "L</add-drive-ro> instead."
21058 msgstr ""
21059
21060 #. type: =head2
21061 #: ../fish/guestfish-actions.pod:35
21062 msgid "add-domain"
21063 msgstr ""
21064
21065 #. type: =head2
21066 #: ../fish/guestfish-actions.pod:37
21067 msgid "domain"
21068 msgstr ""
21069
21070 #. type: verbatim
21071 #: ../fish/guestfish-actions.pod:39
21072 #, no-wrap
21073 msgid ""
21074 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21075 "\n"
21076 msgstr ""
21077
21078 #. type: textblock
21079 #: ../fish/guestfish-actions.pod:41
21080 msgid ""
21081 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21082 "It works by connecting to libvirt, requesting the domain and domain XML from "
21083 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21084 msgstr ""
21085
21086 #. type: textblock
21087 #: ../fish/guestfish-actions.pod:71
21088 msgid ""
21089 "The other optional parameters are passed directly through to "
21090 "L</add-drive-opts>."
21091 msgstr ""
21092
21093 #. type: textblock
21094 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:3039
21095 msgid ""
21096 "This command has one or more optional arguments.  See L</OPTIONAL "
21097 "ARGUMENTS>."
21098 msgstr ""
21099
21100 #. type: =head2
21101 #: ../fish/guestfish-actions.pod:76
21102 msgid "add-drive"
21103 msgstr ""
21104
21105 #. type: verbatim
21106 #: ../fish/guestfish-actions.pod:78
21107 #, no-wrap
21108 msgid ""
21109 " add-drive filename\n"
21110 "\n"
21111 msgstr ""
21112
21113 #. type: textblock
21114 #: ../fish/guestfish-actions.pod:80
21115 msgid ""
21116 "This function is the equivalent of calling L</add-drive-opts> with no "
21117 "optional parameters, so the disk is added writable, with the format being "
21118 "detected automatically."
21119 msgstr ""
21120
21121 #. type: textblock
21122 #: ../fish/guestfish-actions.pod:84
21123 msgid ""
21124 "Automatic detection of the format opens you up to a potential security hole "
21125 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21126 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21127 "you should think about replacing calls to this function with calls to "
21128 "L</add-drive-opts>, and specifying the format."
21129 msgstr ""
21130
21131 #. type: =head2
21132 #: ../fish/guestfish-actions.pod:91
21133 msgid "add-drive-opts"
21134 msgstr ""
21135
21136 #. type: =head2
21137 #: ../fish/guestfish-actions.pod:93
21138 msgid "add"
21139 msgstr ""
21140
21141 #. type: verbatim
21142 #: ../fish/guestfish-actions.pod:95
21143 #, no-wrap
21144 msgid ""
21145 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21146 "\n"
21147 msgstr ""
21148
21149 #. type: textblock
21150 #: ../fish/guestfish-actions.pod:122
21151 msgid ""
21152 "This forces the image format.  If you omit this (or use L</add-drive> or "
21153 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21154 "formats include C<raw> and C<qcow2>."
21155 msgstr ""
21156
21157 #. type: textblock
21158 #: ../fish/guestfish-actions.pod:133
21159 msgid ""
21160 "This rarely-used option lets you emulate the behaviour of the deprecated "
21161 "L</add-drive-with-if> call (q.v.)"
21162 msgstr ""
21163
21164 #. type: =head2
21165 #: ../fish/guestfish-actions.pod:140
21166 msgid "add-drive-ro"
21167 msgstr ""
21168
21169 #. type: =head2
21170 #: ../fish/guestfish-actions.pod:142
21171 msgid "add-ro"
21172 msgstr ""
21173
21174 #. type: verbatim
21175 #: ../fish/guestfish-actions.pod:144
21176 #, no-wrap
21177 msgid ""
21178 " add-drive-ro filename\n"
21179 "\n"
21180 msgstr ""
21181
21182 #. type: textblock
21183 #: ../fish/guestfish-actions.pod:146
21184 msgid ""
21185 "This function is the equivalent of calling L</add-drive-opts> with the "
21186 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21187 "is added read-only, with the format being detected automatically."
21188 msgstr ""
21189
21190 #. type: =head2
21191 #: ../fish/guestfish-actions.pod:151
21192 msgid "add-drive-ro-with-if"
21193 msgstr ""
21194
21195 #. type: verbatim
21196 #: ../fish/guestfish-actions.pod:153
21197 #, no-wrap
21198 msgid ""
21199 " add-drive-ro-with-if filename iface\n"
21200 "\n"
21201 msgstr ""
21202
21203 #. type: textblock
21204 #: ../fish/guestfish-actions.pod:155
21205 msgid ""
21206 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21207 "interface emulation to use at run time."
21208 msgstr ""
21209
21210 #. type: =head2
21211 #: ../fish/guestfish-actions.pod:165
21212 msgid "add-drive-with-if"
21213 msgstr ""
21214
21215 #. type: verbatim
21216 #: ../fish/guestfish-actions.pod:167
21217 #, no-wrap
21218 msgid ""
21219 " add-drive-with-if filename iface\n"
21220 "\n"
21221 msgstr ""
21222
21223 #. type: textblock
21224 #: ../fish/guestfish-actions.pod:169
21225 msgid ""
21226 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21227 "interface emulation to use at run time."
21228 msgstr ""
21229
21230 #. type: =head2
21231 #: ../fish/guestfish-actions.pod:179
21232 msgid "aug-clear"
21233 msgstr ""
21234
21235 #. type: verbatim
21236 #: ../fish/guestfish-actions.pod:181
21237 #, no-wrap
21238 msgid ""
21239 " aug-clear augpath\n"
21240 "\n"
21241 msgstr ""
21242
21243 #. type: =head2
21244 #: ../fish/guestfish-actions.pod:186
21245 msgid "aug-close"
21246 msgstr ""
21247
21248 #. type: verbatim
21249 #: ../fish/guestfish-actions.pod:188
21250 #, no-wrap
21251 msgid ""
21252 " aug-close\n"
21253 "\n"
21254 msgstr ""
21255
21256 #. type: textblock
21257 #: ../fish/guestfish-actions.pod:190
21258 msgid ""
21259 "Close the current Augeas handle and free up any resources used by it.  After "
21260 "calling this, you have to call L</aug-init> again before you can use any "
21261 "other Augeas functions."
21262 msgstr ""
21263
21264 #. type: =head2
21265 #: ../fish/guestfish-actions.pod:195
21266 msgid "aug-defnode"
21267 msgstr ""
21268
21269 #. type: verbatim
21270 #: ../fish/guestfish-actions.pod:197
21271 #, no-wrap
21272 msgid ""
21273 " aug-defnode name expr val\n"
21274 "\n"
21275 msgstr ""
21276
21277 #. type: textblock
21278 #: ../fish/guestfish-actions.pod:202
21279 msgid ""
21280 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21281 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21282 "containing that single node."
21283 msgstr ""
21284
21285 #. type: =head2
21286 #: ../fish/guestfish-actions.pod:210
21287 msgid "aug-defvar"
21288 msgstr ""
21289
21290 #. type: verbatim
21291 #: ../fish/guestfish-actions.pod:212
21292 #, no-wrap
21293 msgid ""
21294 " aug-defvar name expr\n"
21295 "\n"
21296 msgstr ""
21297
21298 #. type: =head2
21299 #: ../fish/guestfish-actions.pod:221
21300 msgid "aug-get"
21301 msgstr ""
21302
21303 #. type: verbatim
21304 #: ../fish/guestfish-actions.pod:223
21305 #, no-wrap
21306 msgid ""
21307 " aug-get augpath\n"
21308 "\n"
21309 msgstr ""
21310
21311 #. type: =head2
21312 #: ../fish/guestfish-actions.pod:228
21313 msgid "aug-init"
21314 msgstr ""
21315
21316 #. type: verbatim
21317 #: ../fish/guestfish-actions.pod:230
21318 #, no-wrap
21319 msgid ""
21320 " aug-init root flags\n"
21321 "\n"
21322 msgstr ""
21323
21324 #. type: textblock
21325 #: ../fish/guestfish-actions.pod:236
21326 msgid "You must call this before using any other L</aug-*> commands."
21327 msgstr ""
21328
21329 #. type: textblock
21330 #: ../fish/guestfish-actions.pod:271
21331 msgid "Do not load the tree in L</aug-init>."
21332 msgstr ""
21333
21334 #. type: textblock
21335 #: ../fish/guestfish-actions.pod:275
21336 msgid "To close the handle, you can call L</aug-close>."
21337 msgstr ""
21338
21339 #. type: =head2
21340 #: ../fish/guestfish-actions.pod:279
21341 msgid "aug-insert"
21342 msgstr ""
21343
21344 #. type: verbatim
21345 #: ../fish/guestfish-actions.pod:281
21346 #, no-wrap
21347 msgid ""
21348 " aug-insert augpath label true|false\n"
21349 "\n"
21350 msgstr ""
21351
21352 #. type: =head2
21353 #: ../fish/guestfish-actions.pod:291
21354 msgid "aug-load"
21355 msgstr ""
21356
21357 #. type: verbatim
21358 #: ../fish/guestfish-actions.pod:293
21359 #, no-wrap
21360 msgid ""
21361 " aug-load\n"
21362 "\n"
21363 msgstr ""
21364
21365 #. type: =head2
21366 #: ../fish/guestfish-actions.pod:300
21367 msgid "aug-ls"
21368 msgstr ""
21369
21370 #. type: verbatim
21371 #: ../fish/guestfish-actions.pod:302
21372 #, no-wrap
21373 msgid ""
21374 " aug-ls augpath\n"
21375 "\n"
21376 msgstr ""
21377
21378 #. type: textblock
21379 #: ../fish/guestfish-actions.pod:304
21380 msgid ""
21381 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21382 "resulting nodes into alphabetical order."
21383 msgstr ""
21384
21385 #. type: =head2
21386 #: ../fish/guestfish-actions.pod:307
21387 msgid "aug-match"
21388 msgstr ""
21389
21390 #. type: verbatim
21391 #: ../fish/guestfish-actions.pod:309
21392 #, no-wrap
21393 msgid ""
21394 " aug-match augpath\n"
21395 "\n"
21396 msgstr ""
21397
21398 #. type: =head2
21399 #: ../fish/guestfish-actions.pod:315
21400 msgid "aug-mv"
21401 msgstr ""
21402
21403 #. type: verbatim
21404 #: ../fish/guestfish-actions.pod:317
21405 #, no-wrap
21406 msgid ""
21407 " aug-mv src dest\n"
21408 "\n"
21409 msgstr ""
21410
21411 #. type: =head2
21412 #: ../fish/guestfish-actions.pod:322
21413 msgid "aug-rm"
21414 msgstr ""
21415
21416 #. type: verbatim
21417 #: ../fish/guestfish-actions.pod:324
21418 #, no-wrap
21419 msgid ""
21420 " aug-rm augpath\n"
21421 "\n"
21422 msgstr ""
21423
21424 #. type: =head2
21425 #: ../fish/guestfish-actions.pod:330
21426 msgid "aug-save"
21427 msgstr ""
21428
21429 #. type: verbatim
21430 #: ../fish/guestfish-actions.pod:332
21431 #, no-wrap
21432 msgid ""
21433 " aug-save\n"
21434 "\n"
21435 msgstr ""
21436
21437 #. type: textblock
21438 #: ../fish/guestfish-actions.pod:336
21439 msgid ""
21440 "The flags which were passed to L</aug-init> affect exactly how files are "
21441 "saved."
21442 msgstr ""
21443
21444 #. type: =head2
21445 #: ../fish/guestfish-actions.pod:339
21446 msgid "aug-set"
21447 msgstr ""
21448
21449 #. type: verbatim
21450 #: ../fish/guestfish-actions.pod:341
21451 #, no-wrap
21452 msgid ""
21453 " aug-set augpath val\n"
21454 "\n"
21455 msgstr ""
21456
21457 #. type: textblock
21458 #: ../fish/guestfish-actions.pod:345
21459 msgid ""
21460 "In the Augeas API, it is possible to clear a node by setting the value to "
21461 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21462 "this call.  Instead you must use the L</aug-clear> call."
21463 msgstr ""
21464
21465 #. type: =head2
21466 #: ../fish/guestfish-actions.pod:350
21467 msgid "available"
21468 msgstr ""
21469
21470 #. type: verbatim
21471 #: ../fish/guestfish-actions.pod:352
21472 #, no-wrap
21473 msgid ""
21474 " available 'groups ...'\n"
21475 "\n"
21476 msgstr ""
21477
21478 #. type: textblock
21479 #: ../fish/guestfish-actions.pod:358
21480 msgid ""
21481 "The libguestfs groups, and the functions that those groups correspond to, "
21482 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21483 "runtime by calling L</available-all-groups>."
21484 msgstr ""
21485
21486 #. type: textblock
21487 #: ../fish/guestfish-actions.pod:382
21488 msgid "You must call L</launch> before calling this function."
21489 msgstr ""
21490
21491 #. type: textblock
21492 #: ../fish/guestfish-actions.pod:404
21493 msgid ""
21494 "This call was added in version C<1.0.80>.  In previous versions of "
21495 "libguestfs all you could do would be to speculatively execute a command to "
21496 "find out if the daemon implemented it.  See also L</version>."
21497 msgstr ""
21498
21499 #. type: =head2
21500 #: ../fish/guestfish-actions.pod:411
21501 msgid "available-all-groups"
21502 msgstr ""
21503
21504 #. type: verbatim
21505 #: ../fish/guestfish-actions.pod:413
21506 #, no-wrap
21507 msgid ""
21508 " available-all-groups\n"
21509 "\n"
21510 msgstr ""
21511
21512 #. type: textblock
21513 #: ../fish/guestfish-actions.pod:415
21514 msgid ""
21515 "This command returns a list of all optional groups that this daemon knows "
21516 "about.  Note this returns both supported and unsupported groups.  To find "
21517 "out which ones the daemon can actually support you have to call "
21518 "L</available> on each member of the returned list."
21519 msgstr ""
21520
21521 #. type: textblock
21522 #: ../fish/guestfish-actions.pod:421
21523 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21524 msgstr ""
21525
21526 #. type: =head2
21527 #: ../fish/guestfish-actions.pod:423
21528 msgid "base64-in"
21529 msgstr ""
21530
21531 #. type: verbatim
21532 #: ../fish/guestfish-actions.pod:425
21533 #, no-wrap
21534 msgid ""
21535 " base64-in (base64file|-) filename\n"
21536 "\n"
21537 msgstr ""
21538
21539 #. type: textblock
21540 #: ../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
21541 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21542 msgstr ""
21543
21544 #. type: =head2
21545 #: ../fish/guestfish-actions.pod:432
21546 msgid "base64-out"
21547 msgstr ""
21548
21549 #. type: verbatim
21550 #: ../fish/guestfish-actions.pod:434
21551 #, no-wrap
21552 msgid ""
21553 " base64-out filename (base64file|-)\n"
21554 "\n"
21555 msgstr ""
21556
21557 #. type: =head2
21558 #: ../fish/guestfish-actions.pod:441
21559 msgid "blockdev-flushbufs"
21560 msgstr ""
21561
21562 #. type: verbatim
21563 #: ../fish/guestfish-actions.pod:443
21564 #, no-wrap
21565 msgid ""
21566 " blockdev-flushbufs device\n"
21567 "\n"
21568 msgstr ""
21569
21570 #. type: =head2
21571 #: ../fish/guestfish-actions.pod:450
21572 msgid "blockdev-getbsz"
21573 msgstr ""
21574
21575 #. type: verbatim
21576 #: ../fish/guestfish-actions.pod:452
21577 #, no-wrap
21578 msgid ""
21579 " blockdev-getbsz device\n"
21580 "\n"
21581 msgstr ""
21582
21583 #. type: =head2
21584 #: ../fish/guestfish-actions.pod:461
21585 msgid "blockdev-getro"
21586 msgstr ""
21587
21588 #. type: verbatim
21589 #: ../fish/guestfish-actions.pod:463
21590 #, no-wrap
21591 msgid ""
21592 " blockdev-getro device\n"
21593 "\n"
21594 msgstr ""
21595
21596 #. type: =head2
21597 #: ../fish/guestfish-actions.pod:470
21598 msgid "blockdev-getsize64"
21599 msgstr ""
21600
21601 #. type: verbatim
21602 #: ../fish/guestfish-actions.pod:472
21603 #, no-wrap
21604 msgid ""
21605 " blockdev-getsize64 device\n"
21606 "\n"
21607 msgstr ""
21608
21609 #. type: textblock
21610 #: ../fish/guestfish-actions.pod:476
21611 msgid "See also L</blockdev-getsz>."
21612 msgstr ""
21613
21614 #. type: =head2
21615 #: ../fish/guestfish-actions.pod:480
21616 msgid "blockdev-getss"
21617 msgstr ""
21618
21619 #. type: verbatim
21620 #: ../fish/guestfish-actions.pod:482
21621 #, no-wrap
21622 msgid ""
21623 " blockdev-getss device\n"
21624 "\n"
21625 msgstr ""
21626
21627 #. type: textblock
21628 #: ../fish/guestfish-actions.pod:487
21629 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21630 msgstr ""
21631
21632 #. type: =head2
21633 #: ../fish/guestfish-actions.pod:492
21634 msgid "blockdev-getsz"
21635 msgstr ""
21636
21637 #. type: verbatim
21638 #: ../fish/guestfish-actions.pod:494
21639 #, no-wrap
21640 msgid ""
21641 " blockdev-getsz device\n"
21642 "\n"
21643 msgstr ""
21644
21645 #. type: textblock
21646 #: ../fish/guestfish-actions.pod:499
21647 msgid ""
21648 "See also L</blockdev-getss> for the real sector size of the device, and "
21649 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21650 msgstr ""
21651
21652 #. type: =head2
21653 #: ../fish/guestfish-actions.pod:505
21654 msgid "blockdev-rereadpt"
21655 msgstr ""
21656
21657 #. type: verbatim
21658 #: ../fish/guestfish-actions.pod:507
21659 #, no-wrap
21660 msgid ""
21661 " blockdev-rereadpt device\n"
21662 "\n"
21663 msgstr ""
21664
21665 #. type: =head2
21666 #: ../fish/guestfish-actions.pod:513
21667 msgid "blockdev-setbsz"
21668 msgstr ""
21669
21670 #. type: verbatim
21671 #: ../fish/guestfish-actions.pod:515
21672 #, no-wrap
21673 msgid ""
21674 " blockdev-setbsz device blocksize\n"
21675 "\n"
21676 msgstr ""
21677
21678 #. type: =head2
21679 #: ../fish/guestfish-actions.pod:524
21680 msgid "blockdev-setro"
21681 msgstr ""
21682
21683 #. type: verbatim
21684 #: ../fish/guestfish-actions.pod:526
21685 #, no-wrap
21686 msgid ""
21687 " blockdev-setro device\n"
21688 "\n"
21689 msgstr ""
21690
21691 #. type: =head2
21692 #: ../fish/guestfish-actions.pod:532
21693 msgid "blockdev-setrw"
21694 msgstr ""
21695
21696 #. type: verbatim
21697 #: ../fish/guestfish-actions.pod:534
21698 #, no-wrap
21699 msgid ""
21700 " blockdev-setrw device\n"
21701 "\n"
21702 msgstr ""
21703
21704 #. type: =head2
21705 #: ../fish/guestfish-actions.pod:540
21706 msgid "case-sensitive-path"
21707 msgstr ""
21708
21709 #. type: verbatim
21710 #: ../fish/guestfish-actions.pod:542
21711 #, no-wrap
21712 msgid ""
21713 " case-sensitive-path path\n"
21714 "\n"
21715 msgstr ""
21716
21717 #. type: textblock
21718 #: ../fish/guestfish-actions.pod:566
21719 msgid ""
21720 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21721 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21722 "how the directories were originally created under Windows)."
21723 msgstr ""
21724
21725 #. type: textblock
21726 #: ../fish/guestfish-actions.pod:574
21727 msgid "See also L</realpath>."
21728 msgstr ""
21729
21730 #. type: =head2
21731 #: ../fish/guestfish-actions.pod:576
21732 msgid "cat"
21733 msgstr ""
21734
21735 #. type: verbatim
21736 #: ../fish/guestfish-actions.pod:578
21737 #, no-wrap
21738 msgid ""
21739 " cat path\n"
21740 "\n"
21741 msgstr ""
21742
21743 #. type: textblock
21744 #: ../fish/guestfish-actions.pod:582
21745 msgid ""
21746 "Note that this function cannot correctly handle binary files (specifically, "
21747 "files containing C<\\0> character which is treated as end of string).  For "
21748 "those you need to use the L</read-file> or L</download> functions which have "
21749 "a more complex interface."
21750 msgstr ""
21751
21752 #. type: =head2
21753 #: ../fish/guestfish-actions.pod:590
21754 msgid "checksum"
21755 msgstr ""
21756
21757 #. type: verbatim
21758 #: ../fish/guestfish-actions.pod:592
21759 #, no-wrap
21760 msgid ""
21761 " checksum csumtype path\n"
21762 "\n"
21763 msgstr ""
21764
21765 #. type: textblock
21766 #: ../fish/guestfish-actions.pod:635
21767 msgid "To get the checksum for a device, use L</checksum-device>."
21768 msgstr ""
21769
21770 #. type: textblock
21771 #: ../fish/guestfish-actions.pod:637
21772 msgid "To get the checksums for many files, use L</checksums-out>."
21773 msgstr ""
21774
21775 #. type: =head2
21776 #: ../fish/guestfish-actions.pod:639
21777 msgid "checksum-device"
21778 msgstr ""
21779
21780 #. type: verbatim
21781 #: ../fish/guestfish-actions.pod:641
21782 #, no-wrap
21783 msgid ""
21784 " checksum-device csumtype device\n"
21785 "\n"
21786 msgstr ""
21787
21788 #. type: textblock
21789 #: ../fish/guestfish-actions.pod:643
21790 msgid ""
21791 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21792 "device named C<device>.  For the types of checksums supported see the "
21793 "L</checksum> command."
21794 msgstr ""
21795
21796 #. type: =head2
21797 #: ../fish/guestfish-actions.pod:647
21798 msgid "checksums-out"
21799 msgstr ""
21800
21801 #. type: verbatim
21802 #: ../fish/guestfish-actions.pod:649
21803 #, no-wrap
21804 msgid ""
21805 " checksums-out csumtype directory (sumsfile|-)\n"
21806 "\n"
21807 msgstr ""
21808
21809 #. type: =head2
21810 #: ../fish/guestfish-actions.pod:665
21811 msgid "chmod"
21812 msgstr ""
21813
21814 #. type: verbatim
21815 #: ../fish/guestfish-actions.pod:667
21816 #, no-wrap
21817 msgid ""
21818 " chmod mode path\n"
21819 "\n"
21820 msgstr ""
21821
21822 #. type: =head2
21823 #: ../fish/guestfish-actions.pod:678
21824 msgid "chown"
21825 msgstr ""
21826
21827 #. type: verbatim
21828 #: ../fish/guestfish-actions.pod:680
21829 #, no-wrap
21830 msgid ""
21831 " chown owner group path\n"
21832 "\n"
21833 msgstr ""
21834
21835 #. type: =head2
21836 #: ../fish/guestfish-actions.pod:688
21837 msgid "command"
21838 msgstr ""
21839
21840 #. type: verbatim
21841 #: ../fish/guestfish-actions.pod:690
21842 #, no-wrap
21843 msgid ""
21844 " command 'arguments ...'\n"
21845 "\n"
21846 msgstr ""
21847
21848 #. type: textblock
21849 #: ../fish/guestfish-actions.pod:697
21850 msgid ""
21851 "The single parameter is an argv-style list of arguments.  The first element "
21852 "is the name of the program to run.  Subsequent elements are parameters.  The "
21853 "list must be non-empty (ie. must contain a program name).  Note that the "
21854 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21855 msgstr ""
21856
21857 #. type: =head2
21858 #: ../fish/guestfish-actions.pod:725
21859 msgid "command-lines"
21860 msgstr ""
21861
21862 #. type: verbatim
21863 #: ../fish/guestfish-actions.pod:727
21864 #, no-wrap
21865 msgid ""
21866 " command-lines 'arguments ...'\n"
21867 "\n"
21868 msgstr ""
21869
21870 #. type: textblock
21871 #: ../fish/guestfish-actions.pod:729
21872 msgid "This is the same as L</command>, but splits the result into a list of lines."
21873 msgstr ""
21874
21875 #. type: textblock
21876 #: ../fish/guestfish-actions.pod:732
21877 msgid "See also: L</sh-lines>"
21878 msgstr ""
21879
21880 #. type: =head2
21881 #: ../fish/guestfish-actions.pod:737
21882 msgid "config"
21883 msgstr ""
21884
21885 #. type: verbatim
21886 #: ../fish/guestfish-actions.pod:739
21887 #, no-wrap
21888 msgid ""
21889 " config qemuparam qemuvalue\n"
21890 "\n"
21891 msgstr ""
21892
21893 #. type: =head2
21894 #: ../fish/guestfish-actions.pod:750
21895 msgid "copy-size"
21896 msgstr ""
21897
21898 #. type: verbatim
21899 #: ../fish/guestfish-actions.pod:752
21900 #, no-wrap
21901 msgid ""
21902 " copy-size src dest size\n"
21903 "\n"
21904 msgstr ""
21905
21906 #. type: =head2
21907 #: ../fish/guestfish-actions.pod:760
21908 msgid "cp"
21909 msgstr ""
21910
21911 #. type: verbatim
21912 #: ../fish/guestfish-actions.pod:762
21913 #, no-wrap
21914 msgid ""
21915 " cp src dest\n"
21916 "\n"
21917 msgstr ""
21918
21919 #. type: =head2
21920 #: ../fish/guestfish-actions.pod:767
21921 msgid "cp-a"
21922 msgstr ""
21923
21924 #. type: verbatim
21925 #: ../fish/guestfish-actions.pod:769
21926 #, no-wrap
21927 msgid ""
21928 " cp-a src dest\n"
21929 "\n"
21930 msgstr ""
21931
21932 #. type: =head2
21933 #: ../fish/guestfish-actions.pod:774
21934 msgid "dd"
21935 msgstr ""
21936
21937 #. type: verbatim
21938 #: ../fish/guestfish-actions.pod:776
21939 #, no-wrap
21940 msgid ""
21941 " dd src dest\n"
21942 "\n"
21943 msgstr ""
21944
21945 #. type: textblock
21946 #: ../fish/guestfish-actions.pod:783
21947 msgid ""
21948 "If the destination is a device, it must be as large or larger than the "
21949 "source file or device, otherwise the copy will fail.  This command cannot do "
21950 "partial copies (see L</copy-size>)."
21951 msgstr ""
21952
21953 #. type: =head2
21954 #: ../fish/guestfish-actions.pod:787
21955 msgid "df"
21956 msgstr ""
21957
21958 #. type: verbatim
21959 #: ../fish/guestfish-actions.pod:789
21960 #, no-wrap
21961 msgid ""
21962 " df\n"
21963 "\n"
21964 msgstr ""
21965
21966 #. type: textblock
21967 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21968 msgid ""
21969 "This command is mostly useful for interactive sessions.  It is I<not> "
21970 "intended that you try to parse the output string.  Use L</statvfs> from "
21971 "programs."
21972 msgstr ""
21973
21974 #. type: =head2
21975 #: ../fish/guestfish-actions.pod:797
21976 msgid "df-h"
21977 msgstr ""
21978
21979 #. type: verbatim
21980 #: ../fish/guestfish-actions.pod:799
21981 #, no-wrap
21982 msgid ""
21983 " df-h\n"
21984 "\n"
21985 msgstr ""
21986
21987 #. type: =head2
21988 #: ../fish/guestfish-actions.pod:808
21989 msgid "dmesg"
21990 msgstr ""
21991
21992 #. type: verbatim
21993 #: ../fish/guestfish-actions.pod:810
21994 #, no-wrap
21995 msgid ""
21996 " dmesg\n"
21997 "\n"
21998 msgstr ""
21999
22000 #. type: textblock
22001 #: ../fish/guestfish-actions.pod:816
22002 msgid ""
22003 "Another way to get the same information is to enable verbose messages with "
22004 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22005 "before running the program."
22006 msgstr ""
22007
22008 #. type: =head2
22009 #: ../fish/guestfish-actions.pod:821
22010 msgid "download"
22011 msgstr ""
22012
22013 #. type: verbatim
22014 #: ../fish/guestfish-actions.pod:823
22015 #, no-wrap
22016 msgid ""
22017 " download remotefilename (filename|-)\n"
22018 "\n"
22019 msgstr ""
22020
22021 #. type: textblock
22022 #: ../fish/guestfish-actions.pod:830
22023 msgid "See also L</upload>, L</cat>."
22024 msgstr ""
22025
22026 #. type: =head2
22027 #: ../fish/guestfish-actions.pod:834
22028 msgid "download-offset"
22029 msgstr ""
22030
22031 #. type: verbatim
22032 #: ../fish/guestfish-actions.pod:836
22033 #, no-wrap
22034 msgid ""
22035 " download-offset remotefilename (filename|-) offset size\n"
22036 "\n"
22037 msgstr ""
22038
22039 #. type: textblock
22040 #: ../fish/guestfish-actions.pod:844
22041 msgid ""
22042 "Note that there is no limit on the amount of data that can be downloaded "
22043 "with this call, unlike with L</pread>, and this call always reads the full "
22044 "amount unless an error occurs."
22045 msgstr ""
22046
22047 #. type: textblock
22048 #: ../fish/guestfish-actions.pod:849
22049 msgid "See also L</download>, L</pread>."
22050 msgstr ""
22051
22052 #. type: =head2
22053 #: ../fish/guestfish-actions.pod:853
22054 msgid "drop-caches"
22055 msgstr ""
22056
22057 #. type: verbatim
22058 #: ../fish/guestfish-actions.pod:855
22059 #, no-wrap
22060 msgid ""
22061 " drop-caches whattodrop\n"
22062 "\n"
22063 msgstr ""
22064
22065 #. type: =head2
22066 #: ../fish/guestfish-actions.pod:867
22067 msgid "du"
22068 msgstr ""
22069
22070 #. type: verbatim
22071 #: ../fish/guestfish-actions.pod:869
22072 #, no-wrap
22073 msgid ""
22074 " du path\n"
22075 "\n"
22076 msgstr ""
22077
22078 #. type: =head2
22079 #: ../fish/guestfish-actions.pod:881
22080 msgid "e2fsck-f"
22081 msgstr ""
22082
22083 #. type: verbatim
22084 #: ../fish/guestfish-actions.pod:883
22085 #, no-wrap
22086 msgid ""
22087 " e2fsck-f device\n"
22088 "\n"
22089 msgstr ""
22090
22091 #. type: textblock
22092 #: ../fish/guestfish-actions.pod:889
22093 msgid ""
22094 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22095 "should use L</fsck>."
22096 msgstr ""
22097
22098 #. type: =head2
22099 #: ../fish/guestfish-actions.pod:892
22100 msgid "echo-daemon"
22101 msgstr ""
22102
22103 #. type: verbatim
22104 #: ../fish/guestfish-actions.pod:894
22105 #, no-wrap
22106 msgid ""
22107 " echo-daemon 'words ...'\n"
22108 "\n"
22109 msgstr ""
22110
22111 #. type: textblock
22112 #: ../fish/guestfish-actions.pod:901
22113 msgid "See also L</ping-daemon>."
22114 msgstr ""
22115
22116 #. type: =head2
22117 #: ../fish/guestfish-actions.pod:903
22118 msgid "egrep"
22119 msgstr ""
22120
22121 #. type: verbatim
22122 #: ../fish/guestfish-actions.pod:905
22123 #, no-wrap
22124 msgid ""
22125 " egrep regex path\n"
22126 "\n"
22127 msgstr ""
22128
22129 #. type: =head2
22130 #: ../fish/guestfish-actions.pod:913
22131 msgid "egrepi"
22132 msgstr ""
22133
22134 #. type: verbatim
22135 #: ../fish/guestfish-actions.pod:915
22136 #, no-wrap
22137 msgid ""
22138 " egrepi regex path\n"
22139 "\n"
22140 msgstr ""
22141
22142 #. type: =head2
22143 #: ../fish/guestfish-actions.pod:923
22144 msgid "equal"
22145 msgstr ""
22146
22147 #. type: verbatim
22148 #: ../fish/guestfish-actions.pod:925
22149 #, no-wrap
22150 msgid ""
22151 " equal file1 file2\n"
22152 "\n"
22153 msgstr ""
22154
22155 #. type: =head2
22156 #: ../fish/guestfish-actions.pod:932
22157 msgid "exists"
22158 msgstr ""
22159
22160 #. type: verbatim
22161 #: ../fish/guestfish-actions.pod:934
22162 #, no-wrap
22163 msgid ""
22164 " exists path\n"
22165 "\n"
22166 msgstr ""
22167
22168 #. type: textblock
22169 #: ../fish/guestfish-actions.pod:939
22170 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22171 msgstr ""
22172
22173 #. type: =head2
22174 #: ../fish/guestfish-actions.pod:941
22175 msgid "fallocate"
22176 msgstr ""
22177
22178 #. type: verbatim
22179 #: ../fish/guestfish-actions.pod:943
22180 #, no-wrap
22181 msgid ""
22182 " fallocate path len\n"
22183 "\n"
22184 msgstr ""
22185
22186 #. type: =head2
22187 #: ../fish/guestfish-actions.pod:960
22188 msgid "fallocate64"
22189 msgstr ""
22190
22191 #. type: verbatim
22192 #: ../fish/guestfish-actions.pod:962
22193 #, no-wrap
22194 msgid ""
22195 " fallocate64 path len\n"
22196 "\n"
22197 msgstr ""
22198
22199 #. type: textblock
22200 #: ../fish/guestfish-actions.pod:968
22201 msgid ""
22202 "Note that this call allocates disk blocks for the file.  To create a sparse "
22203 "file use L</truncate-size> instead."
22204 msgstr ""
22205
22206 #. type: textblock
22207 #: ../fish/guestfish-actions.pod:971
22208 msgid ""
22209 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22210 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22211 "maximum size of files created through that call to 1GB."
22212 msgstr ""
22213
22214 #. type: =head2
22215 #: ../fish/guestfish-actions.pod:980
22216 msgid "fgrep"
22217 msgstr ""
22218
22219 #. type: verbatim
22220 #: ../fish/guestfish-actions.pod:982
22221 #, no-wrap
22222 msgid ""
22223 " fgrep pattern path\n"
22224 "\n"
22225 msgstr ""
22226
22227 #. type: =head2
22228 #: ../fish/guestfish-actions.pod:990
22229 msgid "fgrepi"
22230 msgstr ""
22231
22232 #. type: verbatim
22233 #: ../fish/guestfish-actions.pod:992
22234 #, no-wrap
22235 msgid ""
22236 " fgrepi pattern path\n"
22237 "\n"
22238 msgstr ""
22239
22240 #. type: =head2
22241 #: ../fish/guestfish-actions.pod:1000
22242 msgid "file"
22243 msgstr ""
22244
22245 #. type: verbatim
22246 #: ../fish/guestfish-actions.pod:1002
22247 #, no-wrap
22248 msgid ""
22249 " file path\n"
22250 "\n"
22251 msgstr ""
22252
22253 #. type: textblock
22254 #: ../fish/guestfish-actions.pod:1014
22255 msgid ""
22256 "This command can also be used on C</dev/> devices (and partitions, LV "
22257 "names).  You can for example use this to determine if a device contains a "
22258 "filesystem, although it's usually better to use L</vfs-type>."
22259 msgstr ""
22260
22261 #. type: =head2
22262 #: ../fish/guestfish-actions.pod:1024
22263 msgid "file-architecture"
22264 msgstr ""
22265
22266 #. type: verbatim
22267 #: ../fish/guestfish-actions.pod:1026
22268 #, no-wrap
22269 msgid ""
22270 " file-architecture filename\n"
22271 "\n"
22272 msgstr ""
22273
22274 #. type: =head2
22275 #: ../fish/guestfish-actions.pod:1129
22276 msgid "filesize"
22277 msgstr ""
22278
22279 #. type: verbatim
22280 #: ../fish/guestfish-actions.pod:1131
22281 #, no-wrap
22282 msgid ""
22283 " filesize file\n"
22284 "\n"
22285 msgstr ""
22286
22287 #. type: textblock
22288 #: ../fish/guestfish-actions.pod:1135
22289 msgid ""
22290 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22291 "L</is-file> etc.  To get the size of block devices, use "
22292 "L</blockdev-getsize64>."
22293 msgstr ""
22294
22295 #. type: =head2
22296 #: ../fish/guestfish-actions.pod:1139
22297 msgid "fill"
22298 msgstr ""
22299
22300 #. type: verbatim
22301 #: ../fish/guestfish-actions.pod:1141
22302 #, no-wrap
22303 msgid ""
22304 " fill c len path\n"
22305 "\n"
22306 msgstr ""
22307
22308 #. type: textblock
22309 #: ../fish/guestfish-actions.pod:1147
22310 msgid ""
22311 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22312 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22313 "L</fill-pattern>."
22314 msgstr ""
22315
22316 #. type: =head2
22317 #: ../fish/guestfish-actions.pod:1152
22318 msgid "fill-pattern"
22319 msgstr ""
22320
22321 #. type: verbatim
22322 #: ../fish/guestfish-actions.pod:1154
22323 #, no-wrap
22324 msgid ""
22325 " fill-pattern pattern len path\n"
22326 "\n"
22327 msgstr ""
22328
22329 #. type: textblock
22330 #: ../fish/guestfish-actions.pod:1156
22331 msgid ""
22332 "This function is like L</fill> except that it creates a new file of length "
22333 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22334 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22335 "bytes."
22336 msgstr ""
22337
22338 #. type: =head2
22339 #: ../fish/guestfish-actions.pod:1161
22340 msgid "find"
22341 msgstr ""
22342
22343 #. type: verbatim
22344 #: ../fish/guestfish-actions.pod:1163
22345 #, no-wrap
22346 msgid ""
22347 " find directory\n"
22348 "\n"
22349 msgstr ""
22350
22351 #. type: textblock
22352 #: ../fish/guestfish-actions.pod:1177
22353 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22354 msgstr ""
22355
22356 #. type: textblock
22357 #: ../fish/guestfish-actions.pod:1190
22358 msgid "See also L</find0>."
22359 msgstr ""
22360
22361 #. type: =head2
22362 #: ../fish/guestfish-actions.pod:1195
22363 msgid "find0"
22364 msgstr ""
22365
22366 #. type: verbatim
22367 #: ../fish/guestfish-actions.pod:1197
22368 #, no-wrap
22369 msgid ""
22370 " find0 directory (files|-)\n"
22371 "\n"
22372 msgstr ""
22373
22374 #. type: textblock
22375 #: ../fish/guestfish-actions.pod:1203
22376 msgid "This command works the same way as L</find> with the following exceptions:"
22377 msgstr ""
22378
22379 #. type: =head2
22380 #: ../fish/guestfish-actions.pod:1230
22381 msgid "findfs-label"
22382 msgstr ""
22383
22384 #. type: verbatim
22385 #: ../fish/guestfish-actions.pod:1232
22386 #, no-wrap
22387 msgid ""
22388 " findfs-label label\n"
22389 "\n"
22390 msgstr ""
22391
22392 #. type: textblock
22393 #: ../fish/guestfish-actions.pod:1238
22394 msgid "To find the label of a filesystem, use L</vfs-label>."
22395 msgstr ""
22396
22397 #. type: =head2
22398 #: ../fish/guestfish-actions.pod:1240
22399 msgid "findfs-uuid"
22400 msgstr ""
22401
22402 #. type: verbatim
22403 #: ../fish/guestfish-actions.pod:1242
22404 #, no-wrap
22405 msgid ""
22406 " findfs-uuid uuid\n"
22407 "\n"
22408 msgstr ""
22409
22410 #. type: textblock
22411 #: ../fish/guestfish-actions.pod:1248
22412 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22413 msgstr ""
22414
22415 #. type: =head2
22416 #: ../fish/guestfish-actions.pod:1250
22417 msgid "fsck"
22418 msgstr ""
22419
22420 #. type: verbatim
22421 #: ../fish/guestfish-actions.pod:1252
22422 #, no-wrap
22423 msgid ""
22424 " fsck fstype device\n"
22425 "\n"
22426 msgstr ""
22427
22428 #. type: =head2
22429 #: ../fish/guestfish-actions.pod:1282
22430 msgid "get-append"
22431 msgstr ""
22432
22433 #. type: verbatim
22434 #: ../fish/guestfish-actions.pod:1284
22435 #, no-wrap
22436 msgid ""
22437 " get-append\n"
22438 "\n"
22439 msgstr ""
22440
22441 #. type: =head2
22442 #: ../fish/guestfish-actions.pod:1291
22443 msgid "get-attach-method"
22444 msgstr ""
22445
22446 #. type: verbatim
22447 #: ../fish/guestfish-actions.pod:1293
22448 #, no-wrap
22449 msgid ""
22450 " get-attach-method\n"
22451 "\n"
22452 msgstr ""
22453
22454 #. type: textblock
22455 #: ../fish/guestfish-actions.pod:1295
22456 msgid "Return the current attach method.  See L</set-attach-method>."
22457 msgstr ""
22458
22459 #. type: =head2
22460 #: ../fish/guestfish-actions.pod:1297
22461 msgid "get-autosync"
22462 msgstr ""
22463
22464 #. type: verbatim
22465 #: ../fish/guestfish-actions.pod:1299
22466 #, no-wrap
22467 msgid ""
22468 " get-autosync\n"
22469 "\n"
22470 msgstr ""
22471
22472 #. type: =head2
22473 #: ../fish/guestfish-actions.pod:1303
22474 msgid "get-direct"
22475 msgstr ""
22476
22477 #. type: verbatim
22478 #: ../fish/guestfish-actions.pod:1305
22479 #, no-wrap
22480 msgid ""
22481 " get-direct\n"
22482 "\n"
22483 msgstr ""
22484
22485 #. type: =head2
22486 #: ../fish/guestfish-actions.pod:1309
22487 msgid "get-e2label"
22488 msgstr ""
22489
22490 #. type: verbatim
22491 #: ../fish/guestfish-actions.pod:1311
22492 #, no-wrap
22493 msgid ""
22494 " get-e2label device\n"
22495 "\n"
22496 msgstr ""
22497
22498 #. type: =head2
22499 #: ../fish/guestfish-actions.pod:1323
22500 msgid "get-e2uuid"
22501 msgstr ""
22502
22503 #. type: verbatim
22504 #: ../fish/guestfish-actions.pod:1325
22505 #, no-wrap
22506 msgid ""
22507 " get-e2uuid device\n"
22508 "\n"
22509 msgstr ""
22510
22511 #. type: =head2
22512 #: ../fish/guestfish-actions.pod:1337
22513 msgid "get-memsize"
22514 msgstr ""
22515
22516 #. type: verbatim
22517 #: ../fish/guestfish-actions.pod:1339
22518 #, no-wrap
22519 msgid ""
22520 " get-memsize\n"
22521 "\n"
22522 msgstr ""
22523
22524 #. type: textblock
22525 #: ../fish/guestfish-actions.pod:1344
22526 msgid ""
22527 "If L</set-memsize> was not called on this handle, and if "
22528 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22529 "value for memsize."
22530 msgstr ""
22531
22532 #. type: =head2
22533 #: ../fish/guestfish-actions.pod:1351
22534 msgid "get-network"
22535 msgstr ""
22536
22537 #. type: verbatim
22538 #: ../fish/guestfish-actions.pod:1353
22539 #, no-wrap
22540 msgid ""
22541 " get-network\n"
22542 "\n"
22543 msgstr ""
22544
22545 #. type: =head2
22546 #: ../fish/guestfish-actions.pod:1357
22547 msgid "get-path"
22548 msgstr ""
22549
22550 #. type: verbatim
22551 #: ../fish/guestfish-actions.pod:1359
22552 #, no-wrap
22553 msgid ""
22554 " get-path\n"
22555 "\n"
22556 msgstr ""
22557
22558 #. type: =head2
22559 #: ../fish/guestfish-actions.pod:1366
22560 msgid "get-pid"
22561 msgstr ""
22562
22563 #. type: =head2
22564 #: ../fish/guestfish-actions.pod:1368
22565 msgid "pid"
22566 msgstr ""
22567
22568 #. type: verbatim
22569 #: ../fish/guestfish-actions.pod:1370
22570 #, no-wrap
22571 msgid ""
22572 " get-pid\n"
22573 "\n"
22574 msgstr ""
22575
22576 #. type: =head2
22577 #: ../fish/guestfish-actions.pod:1377
22578 msgid "get-qemu"
22579 msgstr ""
22580
22581 #. type: verbatim
22582 #: ../fish/guestfish-actions.pod:1379
22583 #, no-wrap
22584 msgid ""
22585 " get-qemu\n"
22586 "\n"
22587 msgstr ""
22588
22589 #. type: =head2
22590 #: ../fish/guestfish-actions.pod:1386
22591 msgid "get-recovery-proc"
22592 msgstr ""
22593
22594 #. type: verbatim
22595 #: ../fish/guestfish-actions.pod:1388
22596 #, no-wrap
22597 msgid ""
22598 " get-recovery-proc\n"
22599 "\n"
22600 msgstr ""
22601
22602 #. type: =head2
22603 #: ../fish/guestfish-actions.pod:1392
22604 msgid "get-selinux"
22605 msgstr ""
22606
22607 #. type: verbatim
22608 #: ../fish/guestfish-actions.pod:1394
22609 #, no-wrap
22610 msgid ""
22611 " get-selinux\n"
22612 "\n"
22613 msgstr ""
22614
22615 #. type: textblock
22616 #: ../fish/guestfish-actions.pod:1396
22617 msgid ""
22618 "This returns the current setting of the selinux flag which is passed to the "
22619 "appliance at boot time.  See L</set-selinux>."
22620 msgstr ""
22621
22622 #. type: =head2
22623 #: ../fish/guestfish-actions.pod:1402
22624 msgid "get-state"
22625 msgstr ""
22626
22627 #. type: verbatim
22628 #: ../fish/guestfish-actions.pod:1404
22629 #, no-wrap
22630 msgid ""
22631 " get-state\n"
22632 "\n"
22633 msgstr ""
22634
22635 #. type: =head2
22636 #: ../fish/guestfish-actions.pod:1411
22637 msgid "get-trace"
22638 msgstr ""
22639
22640 #. type: verbatim
22641 #: ../fish/guestfish-actions.pod:1413
22642 #, no-wrap
22643 msgid ""
22644 " get-trace\n"
22645 "\n"
22646 msgstr ""
22647
22648 #. type: =head2
22649 #: ../fish/guestfish-actions.pod:1417
22650 msgid "get-umask"
22651 msgstr ""
22652
22653 #. type: verbatim
22654 #: ../fish/guestfish-actions.pod:1419
22655 #, no-wrap
22656 msgid ""
22657 " get-umask\n"
22658 "\n"
22659 msgstr ""
22660
22661 #. type: textblock
22662 #: ../fish/guestfish-actions.pod:1421
22663 msgid ""
22664 "Return the current umask.  By default the umask is C<022> unless it has been "
22665 "set by calling L</umask>."
22666 msgstr ""
22667
22668 #. type: =head2
22669 #: ../fish/guestfish-actions.pod:1424
22670 msgid "get-verbose"
22671 msgstr ""
22672
22673 #. type: verbatim
22674 #: ../fish/guestfish-actions.pod:1426
22675 #, no-wrap
22676 msgid ""
22677 " get-verbose\n"
22678 "\n"
22679 msgstr ""
22680
22681 #. type: =head2
22682 #: ../fish/guestfish-actions.pod:1430
22683 msgid "getcon"
22684 msgstr ""
22685
22686 #. type: verbatim
22687 #: ../fish/guestfish-actions.pod:1432
22688 #, no-wrap
22689 msgid ""
22690 " getcon\n"
22691 "\n"
22692 msgstr ""
22693
22694 #. type: textblock
22695 #: ../fish/guestfish-actions.pod:1436
22696 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22697 msgstr ""
22698
22699 #. type: =head2
22700 #: ../fish/guestfish-actions.pod:1439
22701 msgid "getxattr"
22702 msgstr ""
22703
22704 #. type: verbatim
22705 #: ../fish/guestfish-actions.pod:1441
22706 #, no-wrap
22707 msgid ""
22708 " getxattr path name\n"
22709 "\n"
22710 msgstr ""
22711
22712 #. type: textblock
22713 #: ../fish/guestfish-actions.pod:1443
22714 msgid ""
22715 "Get a single extended attribute from file C<path> named C<name>.  This call "
22716 "follows symlinks.  If you want to lookup an extended attribute for the "
22717 "symlink itself, use L</lgetxattr>."
22718 msgstr ""
22719
22720 #. type: textblock
22721 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2445
22722 msgid ""
22723 "Normally it is better to get all extended attributes from a file in one go "
22724 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22725 "buggy and do not provide a way to list out attributes.  For these "
22726 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22727 "attributes you want in advance and call this function."
22728 msgstr ""
22729
22730 #. type: textblock
22731 #: ../fish/guestfish-actions.pod:1457
22732 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22733 msgstr ""
22734
22735 #. type: =head2
22736 #: ../fish/guestfish-actions.pod:1459
22737 msgid "getxattrs"
22738 msgstr ""
22739
22740 #. type: verbatim
22741 #: ../fish/guestfish-actions.pod:1461
22742 #, no-wrap
22743 msgid ""
22744 " getxattrs path\n"
22745 "\n"
22746 msgstr ""
22747
22748 #. type: textblock
22749 #: ../fish/guestfish-actions.pod:1469
22750 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22751 msgstr ""
22752
22753 #. type: =head2
22754 #: ../fish/guestfish-actions.pod:1471
22755 msgid "glob-expand"
22756 msgstr ""
22757
22758 #. type: verbatim
22759 #: ../fish/guestfish-actions.pod:1473
22760 #, no-wrap
22761 msgid ""
22762 " glob-expand pattern\n"
22763 "\n"
22764 msgstr ""
22765
22766 #. type: =head2
22767 #: ../fish/guestfish-actions.pod:1486
22768 msgid "grep"
22769 msgstr ""
22770
22771 #. type: verbatim
22772 #: ../fish/guestfish-actions.pod:1488
22773 #, no-wrap
22774 msgid ""
22775 " grep regex path\n"
22776 "\n"
22777 msgstr ""
22778
22779 #. type: =head2
22780 #: ../fish/guestfish-actions.pod:1496
22781 msgid "grepi"
22782 msgstr ""
22783
22784 #. type: verbatim
22785 #: ../fish/guestfish-actions.pod:1498
22786 #, no-wrap
22787 msgid ""
22788 " grepi regex path\n"
22789 "\n"
22790 msgstr ""
22791
22792 #. type: =head2
22793 #: ../fish/guestfish-actions.pod:1506
22794 msgid "grub-install"
22795 msgstr ""
22796
22797 #. type: verbatim
22798 #: ../fish/guestfish-actions.pod:1508
22799 #, no-wrap
22800 msgid ""
22801 " grub-install root device\n"
22802 "\n"
22803 msgstr ""
22804
22805 #. type: =head2
22806 #: ../fish/guestfish-actions.pod:1524
22807 msgid "head"
22808 msgstr ""
22809
22810 #. type: verbatim
22811 #: ../fish/guestfish-actions.pod:1526
22812 #, no-wrap
22813 msgid ""
22814 " head path\n"
22815 "\n"
22816 msgstr ""
22817
22818 #. type: =head2
22819 #: ../fish/guestfish-actions.pod:1534
22820 msgid "head-n"
22821 msgstr ""
22822
22823 #. type: verbatim
22824 #: ../fish/guestfish-actions.pod:1536
22825 #, no-wrap
22826 msgid ""
22827 " head-n nrlines path\n"
22828 "\n"
22829 msgstr ""
22830
22831 #. type: =head2
22832 #: ../fish/guestfish-actions.pod:1549
22833 msgid "hexdump"
22834 msgstr ""
22835
22836 #. type: verbatim
22837 #: ../fish/guestfish-actions.pod:1551
22838 #, no-wrap
22839 msgid ""
22840 " hexdump path\n"
22841 "\n"
22842 msgstr ""
22843
22844 #. type: =head2
22845 #: ../fish/guestfish-actions.pod:1559
22846 msgid "initrd-cat"
22847 msgstr ""
22848
22849 #. type: verbatim
22850 #: ../fish/guestfish-actions.pod:1561
22851 #, no-wrap
22852 msgid ""
22853 " initrd-cat initrdpath filename\n"
22854 "\n"
22855 msgstr ""
22856
22857 #. type: textblock
22858 #: ../fish/guestfish-actions.pod:1573
22859 msgid "See also L</initrd-list>."
22860 msgstr ""
22861
22862 #. type: =head2
22863 #: ../fish/guestfish-actions.pod:1578
22864 msgid "initrd-list"
22865 msgstr ""
22866
22867 #. type: verbatim
22868 #: ../fish/guestfish-actions.pod:1580
22869 #, no-wrap
22870 msgid ""
22871 " initrd-list path\n"
22872 "\n"
22873 msgstr ""
22874
22875 #. type: =head2
22876 #: ../fish/guestfish-actions.pod:1592
22877 msgid "inotify-add-watch"
22878 msgstr ""
22879
22880 #. type: verbatim
22881 #: ../fish/guestfish-actions.pod:1594
22882 #, no-wrap
22883 msgid ""
22884 " inotify-add-watch path mask\n"
22885 "\n"
22886 msgstr ""
22887
22888 #. type: =head2
22889 #: ../fish/guestfish-actions.pod:1606
22890 msgid "inotify-close"
22891 msgstr ""
22892
22893 #. type: verbatim
22894 #: ../fish/guestfish-actions.pod:1608
22895 #, no-wrap
22896 msgid ""
22897 " inotify-close\n"
22898 "\n"
22899 msgstr ""
22900
22901 #. type: =head2
22902 #: ../fish/guestfish-actions.pod:1614
22903 msgid "inotify-files"
22904 msgstr ""
22905
22906 #. type: verbatim
22907 #: ../fish/guestfish-actions.pod:1616
22908 #, no-wrap
22909 msgid ""
22910 " inotify-files\n"
22911 "\n"
22912 msgstr ""
22913
22914 #. type: textblock
22915 #: ../fish/guestfish-actions.pod:1618
22916 msgid ""
22917 "This function is a helpful wrapper around L</inotify-read> which just "
22918 "returns a list of pathnames of objects that were touched.  The returned "
22919 "pathnames are sorted and deduplicated."
22920 msgstr ""
22921
22922 #. type: =head2
22923 #: ../fish/guestfish-actions.pod:1622
22924 msgid "inotify-init"
22925 msgstr ""
22926
22927 #. type: verbatim
22928 #: ../fish/guestfish-actions.pod:1624
22929 #, no-wrap
22930 msgid ""
22931 " inotify-init maxevents\n"
22932 "\n"
22933 msgstr ""
22934
22935 #. type: textblock
22936 #: ../fish/guestfish-actions.pod:1630
22937 msgid ""
22938 "C<maxevents> is the maximum number of events which will be queued up between "
22939 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22940 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22941 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22942 "but records the fact that it threw them away by setting a flag "
22943 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22944 msgstr ""
22945
22946 #. type: textblock
22947 #: ../fish/guestfish-actions.pod:1640
22948 msgid ""
22949 "Before any events are generated, you have to add some watches to the "
22950 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22951 "L</inotify-watch-all>."
22952 msgstr ""
22953
22954 #. type: textblock
22955 #: ../fish/guestfish-actions.pod:1646
22956 msgid ""
22957 "Queued up events should be read periodically by calling L</inotify-read> (or "
22958 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22959 "If you don't read the events out often enough then you risk the internal "
22960 "queue overflowing."
22961 msgstr ""
22962
22963 #. type: textblock
22964 #: ../fish/guestfish-actions.pod:1653
22965 msgid ""
22966 "The handle should be closed after use by calling L</inotify-close>.  This "
22967 "also removes any watches automatically."
22968 msgstr ""
22969
22970 #. type: =head2
22971 #: ../fish/guestfish-actions.pod:1662
22972 msgid "inotify-read"
22973 msgstr ""
22974
22975 #. type: verbatim
22976 #: ../fish/guestfish-actions.pod:1664
22977 #, no-wrap
22978 msgid ""
22979 " inotify-read\n"
22980 "\n"
22981 msgstr ""
22982
22983 #. type: =head2
22984 #: ../fish/guestfish-actions.pod:1677
22985 msgid "inotify-rm-watch"
22986 msgstr ""
22987
22988 #. type: verbatim
22989 #: ../fish/guestfish-actions.pod:1679
22990 #, no-wrap
22991 msgid ""
22992 " inotify-rm-watch wd\n"
22993 "\n"
22994 msgstr ""
22995
22996 #. type: textblock
22997 #: ../fish/guestfish-actions.pod:1681
22998 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
22999 msgstr ""
23000
23001 #. type: =head2
23002 #: ../fish/guestfish-actions.pod:1684
23003 msgid "inspect-get-arch"
23004 msgstr ""
23005
23006 #. type: verbatim
23007 #: ../fish/guestfish-actions.pod:1686
23008 #, no-wrap
23009 msgid ""
23010 " inspect-get-arch root\n"
23011 "\n"
23012 msgstr ""
23013
23014 #. type: textblock
23015 #: ../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
23016 msgid ""
23017 "This function should only be called with a root device string as returned by "
23018 "L</inspect-os>."
23019 msgstr ""
23020
23021 #. type: textblock
23022 #: ../fish/guestfish-actions.pod:1691
23023 msgid ""
23024 "This returns the architecture of the inspected operating system.  The "
23025 "possible return values are listed under L</file-architecture>."
23026 msgstr ""
23027
23028 #. type: =head2
23029 #: ../fish/guestfish-actions.pod:1700
23030 msgid "inspect-get-distro"
23031 msgstr ""
23032
23033 #. type: verbatim
23034 #: ../fish/guestfish-actions.pod:1702
23035 #, no-wrap
23036 msgid ""
23037 " inspect-get-distro root\n"
23038 "\n"
23039 msgstr ""
23040
23041 #. type: =head2
23042 #: ../fish/guestfish-actions.pod:1778
23043 msgid "inspect-get-drive-mappings"
23044 msgstr ""
23045
23046 #. type: verbatim
23047 #: ../fish/guestfish-actions.pod:1780
23048 #, no-wrap
23049 msgid ""
23050 " inspect-get-drive-mappings root\n"
23051 "\n"
23052 msgstr ""
23053
23054 #. type: textblock
23055 #: ../fish/guestfish-actions.pod:1810
23056 msgid ""
23057 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23058 "L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
23059 msgstr ""
23060
23061 #. type: =head2
23062 #: ../fish/guestfish-actions.pod:1814
23063 msgid "inspect-get-filesystems"
23064 msgstr ""
23065
23066 #. type: verbatim
23067 #: ../fish/guestfish-actions.pod:1816
23068 #, no-wrap
23069 msgid ""
23070 " inspect-get-filesystems root\n"
23071 "\n"
23072 msgstr ""
23073
23074 #. type: textblock
23075 #: ../fish/guestfish-actions.pod:1829
23076 msgid ""
23077 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23078 "L</inspect-get-mountpoints>."
23079 msgstr ""
23080
23081 #. type: =head2
23082 #: ../fish/guestfish-actions.pod:1832
23083 msgid "inspect-get-format"
23084 msgstr ""
23085
23086 #. type: verbatim
23087 #: ../fish/guestfish-actions.pod:1834
23088 #, no-wrap
23089 msgid ""
23090 " inspect-get-format root\n"
23091 "\n"
23092 msgstr ""
23093
23094 #. type: =head2
23095 #: ../fish/guestfish-actions.pod:1866
23096 msgid "inspect-get-hostname"
23097 msgstr ""
23098
23099 #. type: verbatim
23100 #: ../fish/guestfish-actions.pod:1868
23101 #, no-wrap
23102 msgid ""
23103 " inspect-get-hostname root\n"
23104 "\n"
23105 msgstr ""
23106
23107 #. type: =head2
23108 #: ../fish/guestfish-actions.pod:1881
23109 msgid "inspect-get-major-version"
23110 msgstr ""
23111
23112 #. type: verbatim
23113 #: ../fish/guestfish-actions.pod:1883
23114 #, no-wrap
23115 msgid ""
23116 " inspect-get-major-version root\n"
23117 "\n"
23118 msgstr ""
23119
23120 #. type: =head2
23121 #: ../fish/guestfish-actions.pod:1902
23122 msgid "inspect-get-minor-version"
23123 msgstr ""
23124
23125 #. type: verbatim
23126 #: ../fish/guestfish-actions.pod:1904
23127 #, no-wrap
23128 msgid ""
23129 " inspect-get-minor-version root\n"
23130 "\n"
23131 msgstr ""
23132
23133 #. type: textblock
23134 #: ../fish/guestfish-actions.pod:1914
23135 msgid ""
23136 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23137 "L</inspect-get-major-version>."
23138 msgstr ""
23139
23140 #. type: =head2
23141 #: ../fish/guestfish-actions.pod:1917
23142 msgid "inspect-get-mountpoints"
23143 msgstr ""
23144
23145 #. type: verbatim
23146 #: ../fish/guestfish-actions.pod:1919
23147 #, no-wrap
23148 msgid ""
23149 " inspect-get-mountpoints root\n"
23150 "\n"
23151 msgstr ""
23152
23153 #. type: textblock
23154 #: ../fish/guestfish-actions.pod:1941
23155 msgid ""
23156 "For operating systems like Windows which still use drive letters, this call "
23157 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23158 "information about the mapping of drive letters to partitions, see "
23159 "L</inspect-get-drive-mappings>."
23160 msgstr ""
23161
23162 #. type: textblock
23163 #: ../fish/guestfish-actions.pod:1947
23164 msgid ""
23165 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23166 "L</inspect-get-filesystems>."
23167 msgstr ""
23168
23169 #. type: =head2
23170 #: ../fish/guestfish-actions.pod:1950
23171 msgid "inspect-get-package-format"
23172 msgstr ""
23173
23174 #. type: verbatim
23175 #: ../fish/guestfish-actions.pod:1952
23176 #, no-wrap
23177 msgid ""
23178 " inspect-get-package-format root\n"
23179 "\n"
23180 msgstr ""
23181
23182 #. type: textblock
23183 #: ../fish/guestfish-actions.pod:1957
23184 msgid ""
23185 "This function and L</inspect-get-package-management> return the package "
23186 "format and package management tool used by the inspected operating system.  "
23187 "For example for Fedora these functions would return C<rpm> (package format) "
23188 "and C<yum> (package management)."
23189 msgstr ""
23190
23191 #. type: =head2
23192 #: ../fish/guestfish-actions.pod:1972
23193 msgid "inspect-get-package-management"
23194 msgstr ""
23195
23196 #. type: verbatim
23197 #: ../fish/guestfish-actions.pod:1974
23198 #, no-wrap
23199 msgid ""
23200 " inspect-get-package-management root\n"
23201 "\n"
23202 msgstr ""
23203
23204 #. type: textblock
23205 #: ../fish/guestfish-actions.pod:1979
23206 msgid ""
23207 "L</inspect-get-package-format> and this function return the package format "
23208 "and package management tool used by the inspected operating system.  For "
23209 "example for Fedora these functions would return C<rpm> (package format) and "
23210 "C<yum> (package management)."
23211 msgstr ""
23212
23213 #. type: =head2
23214 #: ../fish/guestfish-actions.pod:1996
23215 msgid "inspect-get-product-name"
23216 msgstr ""
23217
23218 #. type: verbatim
23219 #: ../fish/guestfish-actions.pod:1998
23220 #, no-wrap
23221 msgid ""
23222 " inspect-get-product-name root\n"
23223 "\n"
23224 msgstr ""
23225
23226 #. type: =head2
23227 #: ../fish/guestfish-actions.pod:2013
23228 msgid "inspect-get-product-variant"
23229 msgstr ""
23230
23231 #. type: verbatim
23232 #: ../fish/guestfish-actions.pod:2015
23233 #, no-wrap
23234 msgid ""
23235 " inspect-get-product-variant root\n"
23236 "\n"
23237 msgstr ""
23238
23239 #. type: textblock
23240 #: ../fish/guestfish-actions.pod:2039
23241 msgid ""
23242 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23243 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23244 msgstr ""
23245
23246 #. type: =head2
23247 #: ../fish/guestfish-actions.pod:2043
23248 msgid "inspect-get-roots"
23249 msgstr ""
23250
23251 #. type: verbatim
23252 #: ../fish/guestfish-actions.pod:2045
23253 #, no-wrap
23254 msgid ""
23255 " inspect-get-roots\n"
23256 "\n"
23257 msgstr ""
23258
23259 #. type: textblock
23260 #: ../fish/guestfish-actions.pod:2047
23261 msgid ""
23262 "This function is a convenient way to get the list of root devices, as "
23263 "returned from a previous call to L</inspect-os>, but without redoing the "
23264 "whole inspection process."
23265 msgstr ""
23266
23267 #. type: textblock
23268 #: ../fish/guestfish-actions.pod:2051
23269 msgid ""
23270 "This returns an empty list if either no root devices were found or the "
23271 "caller has not called L</inspect-os>."
23272 msgstr ""
23273
23274 #. type: =head2
23275 #: ../fish/guestfish-actions.pod:2056
23276 msgid "inspect-get-type"
23277 msgstr ""
23278
23279 #. type: verbatim
23280 #: ../fish/guestfish-actions.pod:2058
23281 #, no-wrap
23282 msgid ""
23283 " inspect-get-type root\n"
23284 "\n"
23285 msgstr ""
23286
23287 #. type: =head2
23288 #: ../fish/guestfish-actions.pod:2091
23289 msgid "inspect-get-windows-current-control-set"
23290 msgstr ""
23291
23292 #. type: verbatim
23293 #: ../fish/guestfish-actions.pod:2093
23294 #, no-wrap
23295 msgid ""
23296 " inspect-get-windows-current-control-set root\n"
23297 "\n"
23298 msgstr ""
23299
23300 #. type: =head2
23301 #: ../fish/guestfish-actions.pod:2107
23302 msgid "inspect-get-windows-systemroot"
23303 msgstr ""
23304
23305 #. type: verbatim
23306 #: ../fish/guestfish-actions.pod:2109
23307 #, no-wrap
23308 msgid ""
23309 " inspect-get-windows-systemroot root\n"
23310 "\n"
23311 msgstr ""
23312
23313 #. type: =head2
23314 #: ../fish/guestfish-actions.pod:2123
23315 msgid "inspect-is-live"
23316 msgstr ""
23317
23318 #. type: verbatim
23319 #: ../fish/guestfish-actions.pod:2125
23320 #, no-wrap
23321 msgid ""
23322 " inspect-is-live root\n"
23323 "\n"
23324 msgstr ""
23325
23326 #. type: textblock
23327 #: ../fish/guestfish-actions.pod:2130
23328 msgid ""
23329 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23330 "then this returns true if a live image was detected on the disk."
23331 msgstr ""
23332
23333 #. type: =head2
23334 #: ../fish/guestfish-actions.pod:2136
23335 msgid "inspect-is-multipart"
23336 msgstr ""
23337
23338 #. type: verbatim
23339 #: ../fish/guestfish-actions.pod:2138
23340 #, no-wrap
23341 msgid ""
23342 " inspect-is-multipart root\n"
23343 "\n"
23344 msgstr ""
23345
23346 #. type: textblock
23347 #: ../fish/guestfish-actions.pod:2143
23348 msgid ""
23349 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23350 "then this returns true if the disk is part of a set."
23351 msgstr ""
23352
23353 #. type: =head2
23354 #: ../fish/guestfish-actions.pod:2149
23355 msgid "inspect-is-netinst"
23356 msgstr ""
23357
23358 #. type: verbatim
23359 #: ../fish/guestfish-actions.pod:2151
23360 #, no-wrap
23361 msgid ""
23362 " inspect-is-netinst root\n"
23363 "\n"
23364 msgstr ""
23365
23366 #. type: textblock
23367 #: ../fish/guestfish-actions.pod:2156
23368 msgid ""
23369 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23370 "then this returns true if the disk is a network installer, ie. not a "
23371 "self-contained install CD but one which is likely to require network access "
23372 "to complete the install."
23373 msgstr ""
23374
23375 #. type: =head2
23376 #: ../fish/guestfish-actions.pod:2164
23377 msgid "inspect-list-applications"
23378 msgstr ""
23379
23380 #. type: verbatim
23381 #: ../fish/guestfish-actions.pod:2166
23382 #, no-wrap
23383 msgid ""
23384 " inspect-list-applications root\n"
23385 "\n"
23386 msgstr ""
23387
23388 #. type: textblock
23389 #: ../fish/guestfish-actions.pod:2173
23390 msgid ""
23391 "I<Note:> This call works differently from other parts of the inspection "
23392 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23393 "then mount up the disks, before calling this.  Listing applications is a "
23394 "significantly more difficult operation which requires access to the full "
23395 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23396 "are just returning data cached in the libguestfs handle, this call actually "
23397 "reads parts of the mounted filesystems during the call."
23398 msgstr ""
23399
23400 #. type: =head2
23401 #: ../fish/guestfish-actions.pod:2263
23402 msgid "inspect-os"
23403 msgstr ""
23404
23405 #. type: verbatim
23406 #: ../fish/guestfish-actions.pod:2265
23407 #, no-wrap
23408 msgid ""
23409 " inspect-os\n"
23410 "\n"
23411 msgstr ""
23412
23413 #. type: textblock
23414 #: ../fish/guestfish-actions.pod:2280
23415 msgid ""
23416 "You can pass the root string(s) returned to other L</inspect-get-*> "
23417 "functions in order to query further information about each operating system, "
23418 "such as the name and version."
23419 msgstr ""
23420
23421 #. type: textblock
23422 #: ../fish/guestfish-actions.pod:2285
23423 msgid ""
23424 "This function uses other libguestfs features such as L</mount-ro> and "
23425 "L</umount-all> in order to mount and unmount filesystems and look at the "
23426 "contents.  This should be called with no disks currently mounted.  The "
23427 "function may also use Augeas, so any existing Augeas handle will be closed."
23428 msgstr ""
23429
23430 #. type: textblock
23431 #: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2473 ../fish/guestfish-actions.pod:2519
23432 msgid "See also L</list-filesystems>."
23433 msgstr ""
23434
23435 #. type: =head2
23436 #: ../fish/guestfish-actions.pod:2299
23437 msgid "is-blockdev"
23438 msgstr ""
23439
23440 #. type: verbatim
23441 #: ../fish/guestfish-actions.pod:2301
23442 #, no-wrap
23443 msgid ""
23444 " is-blockdev path\n"
23445 "\n"
23446 msgstr ""
23447
23448 #. type: textblock
23449 #: ../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
23450 msgid "See also L</stat>."
23451 msgstr ""
23452
23453 #. type: =head2
23454 #: ../fish/guestfish-actions.pod:2308
23455 msgid "is-busy"
23456 msgstr ""
23457
23458 #. type: verbatim
23459 #: ../fish/guestfish-actions.pod:2310
23460 #, no-wrap
23461 msgid ""
23462 " is-busy\n"
23463 "\n"
23464 msgstr ""
23465
23466 #. type: =head2
23467 #: ../fish/guestfish-actions.pod:2317
23468 msgid "is-chardev"
23469 msgstr ""
23470
23471 #. type: verbatim
23472 #: ../fish/guestfish-actions.pod:2319
23473 #, no-wrap
23474 msgid ""
23475 " is-chardev path\n"
23476 "\n"
23477 msgstr ""
23478
23479 #. type: =head2
23480 #: ../fish/guestfish-actions.pod:2326
23481 msgid "is-config"
23482 msgstr ""
23483
23484 #. type: verbatim
23485 #: ../fish/guestfish-actions.pod:2328
23486 #, no-wrap
23487 msgid ""
23488 " is-config\n"
23489 "\n"
23490 msgstr ""
23491
23492 #. type: =head2
23493 #: ../fish/guestfish-actions.pod:2335
23494 msgid "is-dir"
23495 msgstr ""
23496
23497 #. type: verbatim
23498 #: ../fish/guestfish-actions.pod:2337
23499 #, no-wrap
23500 msgid ""
23501 " is-dir path\n"
23502 "\n"
23503 msgstr ""
23504
23505 #. type: =head2
23506 #: ../fish/guestfish-actions.pod:2345
23507 msgid "is-fifo"
23508 msgstr ""
23509
23510 #. type: verbatim
23511 #: ../fish/guestfish-actions.pod:2347
23512 #, no-wrap
23513 msgid ""
23514 " is-fifo path\n"
23515 "\n"
23516 msgstr ""
23517
23518 #. type: =head2
23519 #: ../fish/guestfish-actions.pod:2354
23520 msgid "is-file"
23521 msgstr ""
23522
23523 #. type: verbatim
23524 #: ../fish/guestfish-actions.pod:2356
23525 #, no-wrap
23526 msgid ""
23527 " is-file path\n"
23528 "\n"
23529 msgstr ""
23530
23531 #. type: =head2
23532 #: ../fish/guestfish-actions.pod:2364
23533 msgid "is-launching"
23534 msgstr ""
23535
23536 #. type: verbatim
23537 #: ../fish/guestfish-actions.pod:2366
23538 #, no-wrap
23539 msgid ""
23540 " is-launching\n"
23541 "\n"
23542 msgstr ""
23543
23544 #. type: =head2
23545 #: ../fish/guestfish-actions.pod:2373
23546 msgid "is-lv"
23547 msgstr ""
23548
23549 #. type: verbatim
23550 #: ../fish/guestfish-actions.pod:2375
23551 #, no-wrap
23552 msgid ""
23553 " is-lv device\n"
23554 "\n"
23555 msgstr ""
23556
23557 #. type: =head2
23558 #: ../fish/guestfish-actions.pod:2380
23559 msgid "is-ready"
23560 msgstr ""
23561
23562 #. type: verbatim
23563 #: ../fish/guestfish-actions.pod:2382
23564 #, no-wrap
23565 msgid ""
23566 " is-ready\n"
23567 "\n"
23568 msgstr ""
23569
23570 #. type: =head2
23571 #: ../fish/guestfish-actions.pod:2389
23572 msgid "is-socket"
23573 msgstr ""
23574
23575 #. type: verbatim
23576 #: ../fish/guestfish-actions.pod:2391
23577 #, no-wrap
23578 msgid ""
23579 " is-socket path\n"
23580 "\n"
23581 msgstr ""
23582
23583 #. type: =head2
23584 #: ../fish/guestfish-actions.pod:2398
23585 msgid "is-symlink"
23586 msgstr ""
23587
23588 #. type: verbatim
23589 #: ../fish/guestfish-actions.pod:2400
23590 #, no-wrap
23591 msgid ""
23592 " is-symlink path\n"
23593 "\n"
23594 msgstr ""
23595
23596 #. type: =head2
23597 #: ../fish/guestfish-actions.pod:2407
23598 msgid "kill-subprocess"
23599 msgstr ""
23600
23601 #. type: verbatim
23602 #: ../fish/guestfish-actions.pod:2409
23603 #, no-wrap
23604 msgid ""
23605 " kill-subprocess\n"
23606 "\n"
23607 msgstr ""
23608
23609 #. type: =head2
23610 #: ../fish/guestfish-actions.pod:2413
23611 msgid "launch"
23612 msgstr ""
23613
23614 #. type: =head2
23615 #: ../fish/guestfish-actions.pod:2415
23616 msgid "run"
23617 msgstr ""
23618
23619 #. type: verbatim
23620 #: ../fish/guestfish-actions.pod:2417
23621 #, no-wrap
23622 msgid ""
23623 " launch\n"
23624 "\n"
23625 msgstr ""
23626
23627 #. type: =head2
23628 #: ../fish/guestfish-actions.pod:2425
23629 msgid "lchown"
23630 msgstr ""
23631
23632 #. type: verbatim
23633 #: ../fish/guestfish-actions.pod:2427
23634 #, no-wrap
23635 msgid ""
23636 " lchown owner group path\n"
23637 "\n"
23638 msgstr ""
23639
23640 #. type: textblock
23641 #: ../fish/guestfish-actions.pod:2429
23642 msgid ""
23643 "Change the file owner to C<owner> and group to C<group>.  This is like "
23644 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23645 "the target."
23646 msgstr ""
23647
23648 #. type: =head2
23649 #: ../fish/guestfish-actions.pod:2437
23650 msgid "lgetxattr"
23651 msgstr ""
23652
23653 #. type: verbatim
23654 #: ../fish/guestfish-actions.pod:2439
23655 #, no-wrap
23656 msgid ""
23657 " lgetxattr path name\n"
23658 "\n"
23659 msgstr ""
23660
23661 #. type: textblock
23662 #: ../fish/guestfish-actions.pod:2455
23663 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23664 msgstr ""
23665
23666 #. type: =head2
23667 #: ../fish/guestfish-actions.pod:2457
23668 msgid "lgetxattrs"
23669 msgstr ""
23670
23671 #. type: verbatim
23672 #: ../fish/guestfish-actions.pod:2459
23673 #, no-wrap
23674 msgid ""
23675 " lgetxattrs path\n"
23676 "\n"
23677 msgstr ""
23678
23679 #. type: textblock
23680 #: ../fish/guestfish-actions.pod:2461
23681 msgid ""
23682 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23683 "it returns the extended attributes of the link itself."
23684 msgstr ""
23685
23686 #. type: =head2
23687 #: ../fish/guestfish-actions.pod:2465
23688 msgid "list-devices"
23689 msgstr ""
23690
23691 #. type: verbatim
23692 #: ../fish/guestfish-actions.pod:2467
23693 #, no-wrap
23694 msgid ""
23695 " list-devices\n"
23696 "\n"
23697 msgstr ""
23698
23699 #. type: =head2
23700 #: ../fish/guestfish-actions.pod:2475
23701 msgid "list-filesystems"
23702 msgstr ""
23703
23704 #. type: verbatim
23705 #: ../fish/guestfish-actions.pod:2477
23706 #, no-wrap
23707 msgid ""
23708 " list-filesystems\n"
23709 "\n"
23710 msgstr ""
23711
23712 #. type: textblock
23713 #: ../fish/guestfish-actions.pod:2496
23714 msgid ""
23715 "This command runs other libguestfs commands, which might include L</mount> "
23716 "and L</umount>, and therefore you should use this soon after launch and only "
23717 "when nothing is mounted."
23718 msgstr ""
23719
23720 #. type: textblock
23721 #: ../fish/guestfish-actions.pod:2500
23722 msgid ""
23723 "Not all of the filesystems returned will be mountable.  In particular, swap "
23724 "partitions are returned in the list.  Also this command does not check that "
23725 "each filesystem found is valid and mountable, and some filesystems might be "
23726 "mountable but require special options.  Filesystems may not all belong to a "
23727 "single logical operating system (use L</inspect-os> to look for OSes)."
23728 msgstr ""
23729
23730 #. type: =head2
23731 #: ../fish/guestfish-actions.pod:2508
23732 msgid "list-partitions"
23733 msgstr ""
23734
23735 #. type: verbatim
23736 #: ../fish/guestfish-actions.pod:2510
23737 #, no-wrap
23738 msgid ""
23739 " list-partitions\n"
23740 "\n"
23741 msgstr ""
23742
23743 #. type: textblock
23744 #: ../fish/guestfish-actions.pod:2516
23745 msgid ""
23746 "This does not return logical volumes.  For that you will need to call "
23747 "L</lvs>."
23748 msgstr ""
23749
23750 #. type: =head2
23751 #: ../fish/guestfish-actions.pod:2521
23752 msgid "ll"
23753 msgstr ""
23754
23755 #. type: verbatim
23756 #: ../fish/guestfish-actions.pod:2523
23757 #, no-wrap
23758 msgid ""
23759 " ll directory\n"
23760 "\n"
23761 msgstr ""
23762
23763 #. type: =head2
23764 #: ../fish/guestfish-actions.pod:2531
23765 msgid "ln"
23766 msgstr ""
23767
23768 #. type: verbatim
23769 #: ../fish/guestfish-actions.pod:2533
23770 #, no-wrap
23771 msgid ""
23772 " ln target linkname\n"
23773 "\n"
23774 msgstr ""
23775
23776 #. type: =head2
23777 #: ../fish/guestfish-actions.pod:2537
23778 msgid "ln-f"
23779 msgstr ""
23780
23781 #. type: verbatim
23782 #: ../fish/guestfish-actions.pod:2539
23783 #, no-wrap
23784 msgid ""
23785 " ln-f target linkname\n"
23786 "\n"
23787 msgstr ""
23788
23789 #. type: =head2
23790 #: ../fish/guestfish-actions.pod:2544
23791 msgid "ln-s"
23792 msgstr ""
23793
23794 #. type: verbatim
23795 #: ../fish/guestfish-actions.pod:2546
23796 #, no-wrap
23797 msgid ""
23798 " ln-s target linkname\n"
23799 "\n"
23800 msgstr ""
23801
23802 #. type: =head2
23803 #: ../fish/guestfish-actions.pod:2550
23804 msgid "ln-sf"
23805 msgstr ""
23806
23807 #. type: verbatim
23808 #: ../fish/guestfish-actions.pod:2552
23809 #, no-wrap
23810 msgid ""
23811 " ln-sf target linkname\n"
23812 "\n"
23813 msgstr ""
23814
23815 #. type: =head2
23816 #: ../fish/guestfish-actions.pod:2557
23817 msgid "lremovexattr"
23818 msgstr ""
23819
23820 #. type: verbatim
23821 #: ../fish/guestfish-actions.pod:2559
23822 #, no-wrap
23823 msgid ""
23824 " lremovexattr xattr path\n"
23825 "\n"
23826 msgstr ""
23827
23828 #. type: textblock
23829 #: ../fish/guestfish-actions.pod:2561
23830 msgid ""
23831 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23832 "it removes an extended attribute of the link itself."
23833 msgstr ""
23834
23835 #. type: =head2
23836 #: ../fish/guestfish-actions.pod:2565
23837 msgid "ls"
23838 msgstr ""
23839
23840 #. type: verbatim
23841 #: ../fish/guestfish-actions.pod:2567
23842 #, no-wrap
23843 msgid ""
23844 " ls directory\n"
23845 "\n"
23846 msgstr ""
23847
23848 #. type: textblock
23849 #: ../fish/guestfish-actions.pod:2573
23850 msgid ""
23851 "This command is mostly useful for interactive sessions.  Programs should "
23852 "probably use L</readdir> instead."
23853 msgstr ""
23854
23855 #. type: =head2
23856 #: ../fish/guestfish-actions.pod:2576
23857 msgid "lsetxattr"
23858 msgstr ""
23859
23860 #. type: verbatim
23861 #: ../fish/guestfish-actions.pod:2578
23862 #, no-wrap
23863 msgid ""
23864 " lsetxattr xattr val vallen path\n"
23865 "\n"
23866 msgstr ""
23867
23868 #. type: textblock
23869 #: ../fish/guestfish-actions.pod:2580
23870 msgid ""
23871 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23872 "sets an extended attribute of the link itself."
23873 msgstr ""
23874
23875 #. type: =head2
23876 #: ../fish/guestfish-actions.pod:2584
23877 msgid "lstat"
23878 msgstr ""
23879
23880 #. type: verbatim
23881 #: ../fish/guestfish-actions.pod:2586
23882 #, no-wrap
23883 msgid ""
23884 " lstat path\n"
23885 "\n"
23886 msgstr ""
23887
23888 #. type: textblock
23889 #: ../fish/guestfish-actions.pod:2590
23890 msgid ""
23891 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23892 "the link is stat-ed, not the file it refers to."
23893 msgstr ""
23894
23895 #. type: =head2
23896 #: ../fish/guestfish-actions.pod:2596
23897 msgid "lstatlist"
23898 msgstr ""
23899
23900 #. type: verbatim
23901 #: ../fish/guestfish-actions.pod:2598
23902 #, no-wrap
23903 msgid ""
23904 " lstatlist path 'names ...'\n"
23905 "\n"
23906 msgstr ""
23907
23908 #. type: textblock
23909 #: ../fish/guestfish-actions.pod:2600
23910 msgid ""
23911 "This call allows you to perform the L</lstat> operation on multiple files, "
23912 "where all files are in the directory C<path>.  C<names> is the list of files "
23913 "from this directory."
23914 msgstr ""
23915
23916 #. type: textblock
23917 #: ../fish/guestfish-actions.pod:2609
23918 msgid ""
23919 "This call is intended for programs that want to efficiently list a directory "
23920 "contents without making many round-trips.  See also L</lxattrlist> for a "
23921 "similarly efficient call for getting extended attributes.  Very long "
23922 "directory listings might cause the protocol message size to be exceeded, "
23923 "causing this call to fail.  The caller must split up such requests into "
23924 "smaller groups of names."
23925 msgstr ""
23926
23927 #. type: =head2
23928 #: ../fish/guestfish-actions.pod:2617
23929 msgid "luks-add-key"
23930 msgstr ""
23931
23932 #. type: verbatim
23933 #: ../fish/guestfish-actions.pod:2619
23934 #, no-wrap
23935 msgid ""
23936 " luks-add-key device keyslot\n"
23937 "\n"
23938 msgstr ""
23939
23940 #. type: textblock
23941 #: ../fish/guestfish-actions.pod:2626
23942 msgid ""
23943 "Note that if C<keyslot> already contains a key, then this command will "
23944 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23945 msgstr ""
23946
23947 #. type: textblock
23948 #: ../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
23949 msgid ""
23950 "This command has one or more key or passphrase parameters.  Guestfish will "
23951 "prompt for these separately."
23952 msgstr ""
23953
23954 #. type: =head2
23955 #: ../fish/guestfish-actions.pod:2633
23956 msgid "luks-close"
23957 msgstr ""
23958
23959 #. type: verbatim
23960 #: ../fish/guestfish-actions.pod:2635
23961 #, no-wrap
23962 msgid ""
23963 " luks-close device\n"
23964 "\n"
23965 msgstr ""
23966
23967 #. type: textblock
23968 #: ../fish/guestfish-actions.pod:2637
23969 msgid ""
23970 "This closes a LUKS device that was created earlier by L</luks-open> or "
23971 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23972 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23973 "underlying block device."
23974 msgstr ""
23975
23976 #. type: =head2
23977 #: ../fish/guestfish-actions.pod:2643
23978 msgid "luks-format"
23979 msgstr ""
23980
23981 #. type: verbatim
23982 #: ../fish/guestfish-actions.pod:2645
23983 #, no-wrap
23984 msgid ""
23985 " luks-format device keyslot\n"
23986 "\n"
23987 msgstr ""
23988
23989 #. type: =head2
23990 #: ../fish/guestfish-actions.pod:2658
23991 msgid "luks-format-cipher"
23992 msgstr ""
23993
23994 #. type: verbatim
23995 #: ../fish/guestfish-actions.pod:2660
23996 #, no-wrap
23997 msgid ""
23998 " luks-format-cipher device keyslot cipher\n"
23999 "\n"
24000 msgstr ""
24001
24002 #. type: textblock
24003 #: ../fish/guestfish-actions.pod:2662
24004 msgid ""
24005 "This command is the same as L</luks-format> but it also allows you to set "
24006 "the C<cipher> used."
24007 msgstr ""
24008
24009 #. type: =head2
24010 #: ../fish/guestfish-actions.pod:2671
24011 msgid "luks-kill-slot"
24012 msgstr ""
24013
24014 #. type: verbatim
24015 #: ../fish/guestfish-actions.pod:2673
24016 #, no-wrap
24017 msgid ""
24018 " luks-kill-slot device keyslot\n"
24019 "\n"
24020 msgstr ""
24021
24022 #. type: =head2
24023 #: ../fish/guestfish-actions.pod:2682
24024 msgid "luks-open"
24025 msgstr ""
24026
24027 #. type: verbatim
24028 #: ../fish/guestfish-actions.pod:2684
24029 #, no-wrap
24030 msgid ""
24031 " luks-open device mapname\n"
24032 "\n"
24033 msgstr ""
24034
24035 #. type: textblock
24036 #: ../fish/guestfish-actions.pod:2698
24037 msgid ""
24038 "If this block device contains LVM volume groups, then calling L</vgscan> "
24039 "followed by L</vg-activate-all> will make them visible."
24040 msgstr ""
24041
24042 #. type: =head2
24043 #: ../fish/guestfish-actions.pod:2705
24044 msgid "luks-open-ro"
24045 msgstr ""
24046
24047 #. type: verbatim
24048 #: ../fish/guestfish-actions.pod:2707
24049 #, no-wrap
24050 msgid ""
24051 " luks-open-ro device mapname\n"
24052 "\n"
24053 msgstr ""
24054
24055 #. type: textblock
24056 #: ../fish/guestfish-actions.pod:2709
24057 msgid ""
24058 "This is the same as L</luks-open> except that a read-only mapping is "
24059 "created."
24060 msgstr ""
24061
24062 #. type: =head2
24063 #: ../fish/guestfish-actions.pod:2715
24064 msgid "lvcreate"
24065 msgstr ""
24066
24067 #. type: verbatim
24068 #: ../fish/guestfish-actions.pod:2717
24069 #, no-wrap
24070 msgid ""
24071 " lvcreate logvol volgroup mbytes\n"
24072 "\n"
24073 msgstr ""
24074
24075 #. type: =head2
24076 #: ../fish/guestfish-actions.pod:2722
24077 msgid "lvm-canonical-lv-name"
24078 msgstr ""
24079
24080 #. type: verbatim
24081 #: ../fish/guestfish-actions.pod:2724
24082 #, no-wrap
24083 msgid ""
24084 " lvm-canonical-lv-name lvname\n"
24085 "\n"
24086 msgstr ""
24087
24088 #. type: textblock
24089 #: ../fish/guestfish-actions.pod:2733
24090 msgid "See also L</is-lv>."
24091 msgstr ""
24092
24093 #. type: =head2
24094 #: ../fish/guestfish-actions.pod:2735
24095 msgid "lvm-clear-filter"
24096 msgstr ""
24097
24098 #. type: verbatim
24099 #: ../fish/guestfish-actions.pod:2737
24100 #, no-wrap
24101 msgid ""
24102 " lvm-clear-filter\n"
24103 "\n"
24104 msgstr ""
24105
24106 #. type: textblock
24107 #: ../fish/guestfish-actions.pod:2739
24108 msgid ""
24109 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24110 "block device."
24111 msgstr ""
24112
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:2745
24115 msgid "lvm-remove-all"
24116 msgstr ""
24117
24118 #. type: verbatim
24119 #: ../fish/guestfish-actions.pod:2747
24120 #, no-wrap
24121 msgid ""
24122 " lvm-remove-all\n"
24123 "\n"
24124 msgstr ""
24125
24126 #. type: =head2
24127 #: ../fish/guestfish-actions.pod:2755
24128 msgid "lvm-set-filter"
24129 msgstr ""
24130
24131 #. type: verbatim
24132 #: ../fish/guestfish-actions.pod:2757
24133 #, no-wrap
24134 msgid ""
24135 " lvm-set-filter 'devices ...'\n"
24136 "\n"
24137 msgstr ""
24138
24139 #. type: =head2
24140 #: ../fish/guestfish-actions.pod:2782
24141 msgid "lvremove"
24142 msgstr ""
24143
24144 #. type: verbatim
24145 #: ../fish/guestfish-actions.pod:2784
24146 #, no-wrap
24147 msgid ""
24148 " lvremove device\n"
24149 "\n"
24150 msgstr ""
24151
24152 #. type: =head2
24153 #: ../fish/guestfish-actions.pod:2792
24154 msgid "lvrename"
24155 msgstr ""
24156
24157 #. type: verbatim
24158 #: ../fish/guestfish-actions.pod:2794
24159 #, no-wrap
24160 msgid ""
24161 " lvrename logvol newlogvol\n"
24162 "\n"
24163 msgstr ""
24164
24165 #. type: =head2
24166 #: ../fish/guestfish-actions.pod:2798
24167 msgid "lvresize"
24168 msgstr ""
24169
24170 #. type: verbatim
24171 #: ../fish/guestfish-actions.pod:2800
24172 #, no-wrap
24173 msgid ""
24174 " lvresize device mbytes\n"
24175 "\n"
24176 msgstr ""
24177
24178 #. type: =head2
24179 #: ../fish/guestfish-actions.pod:2806
24180 msgid "lvresize-free"
24181 msgstr ""
24182
24183 #. type: verbatim
24184 #: ../fish/guestfish-actions.pod:2808
24185 #, no-wrap
24186 msgid ""
24187 " lvresize-free lv percent\n"
24188 "\n"
24189 msgstr ""
24190
24191 #. type: =head2
24192 #: ../fish/guestfish-actions.pod:2816
24193 msgid "lvs"
24194 msgstr ""
24195
24196 #. type: verbatim
24197 #: ../fish/guestfish-actions.pod:2818
24198 #, no-wrap
24199 msgid ""
24200 " lvs\n"
24201 "\n"
24202 msgstr ""
24203
24204 #. type: textblock
24205 #: ../fish/guestfish-actions.pod:2826
24206 msgid "See also L</lvs-full>, L</list-filesystems>."
24207 msgstr ""
24208
24209 #. type: =head2
24210 #: ../fish/guestfish-actions.pod:2828
24211 msgid "lvs-full"
24212 msgstr ""
24213
24214 #. type: verbatim
24215 #: ../fish/guestfish-actions.pod:2830
24216 #, no-wrap
24217 msgid ""
24218 " lvs-full\n"
24219 "\n"
24220 msgstr ""
24221
24222 #. type: =head2
24223 #: ../fish/guestfish-actions.pod:2835
24224 msgid "lvuuid"
24225 msgstr ""
24226
24227 #. type: verbatim
24228 #: ../fish/guestfish-actions.pod:2837
24229 #, no-wrap
24230 msgid ""
24231 " lvuuid device\n"
24232 "\n"
24233 msgstr ""
24234
24235 #. type: =head2
24236 #: ../fish/guestfish-actions.pod:2841
24237 msgid "lxattrlist"
24238 msgstr ""
24239
24240 #. type: verbatim
24241 #: ../fish/guestfish-actions.pod:2843
24242 #, no-wrap
24243 msgid ""
24244 " lxattrlist path 'names ...'\n"
24245 "\n"
24246 msgstr ""
24247
24248 #. type: textblock
24249 #: ../fish/guestfish-actions.pod:2859
24250 msgid ""
24251 "This call is intended for programs that want to efficiently list a directory "
24252 "contents without making many round-trips.  See also L</lstatlist> for a "
24253 "similarly efficient call for getting standard stats.  Very long directory "
24254 "listings might cause the protocol message size to be exceeded, causing this "
24255 "call to fail.  The caller must split up such requests into smaller groups of "
24256 "names."
24257 msgstr ""
24258
24259 #. type: =head2
24260 #: ../fish/guestfish-actions.pod:2867
24261 msgid "mkdir"
24262 msgstr ""
24263
24264 #. type: verbatim
24265 #: ../fish/guestfish-actions.pod:2869
24266 #, no-wrap
24267 msgid ""
24268 " mkdir path\n"
24269 "\n"
24270 msgstr ""
24271
24272 #. type: =head2
24273 #: ../fish/guestfish-actions.pod:2873
24274 msgid "mkdir-mode"
24275 msgstr ""
24276
24277 #. type: verbatim
24278 #: ../fish/guestfish-actions.pod:2875
24279 #, no-wrap
24280 msgid ""
24281 " mkdir-mode path mode\n"
24282 "\n"
24283 msgstr ""
24284
24285 #. type: textblock
24286 #: ../fish/guestfish-actions.pod:2884
24287 msgid "See also L</mkdir>, L</umask>"
24288 msgstr ""
24289
24290 #. type: =head2
24291 #: ../fish/guestfish-actions.pod:2886
24292 msgid "mkdir-p"
24293 msgstr ""
24294
24295 #. type: verbatim
24296 #: ../fish/guestfish-actions.pod:2888
24297 #, no-wrap
24298 msgid ""
24299 " mkdir-p path\n"
24300 "\n"
24301 msgstr ""
24302
24303 #. type: =head2
24304 #: ../fish/guestfish-actions.pod:2893
24305 msgid "mkdtemp"
24306 msgstr ""
24307
24308 #. type: verbatim
24309 #: ../fish/guestfish-actions.pod:2895
24310 #, no-wrap
24311 msgid ""
24312 " mkdtemp template\n"
24313 "\n"
24314 msgstr ""
24315
24316 #. type: =head2
24317 #: ../fish/guestfish-actions.pod:2916
24318 msgid "mke2fs-J"
24319 msgstr ""
24320
24321 #. type: verbatim
24322 #: ../fish/guestfish-actions.pod:2918
24323 #, no-wrap
24324 msgid ""
24325 " mke2fs-J fstype blocksize device journal\n"
24326 "\n"
24327 msgstr ""
24328
24329 #. type: textblock
24330 #: ../fish/guestfish-actions.pod:2926
24331 msgid "See also L</mke2journal>."
24332 msgstr ""
24333
24334 #. type: =head2
24335 #: ../fish/guestfish-actions.pod:2928
24336 msgid "mke2fs-JL"
24337 msgstr ""
24338
24339 #. type: verbatim
24340 #: ../fish/guestfish-actions.pod:2930
24341 #, no-wrap
24342 msgid ""
24343 " mke2fs-JL fstype blocksize device label\n"
24344 "\n"
24345 msgstr ""
24346
24347 #. type: textblock
24348 #: ../fish/guestfish-actions.pod:2935
24349 msgid "See also L</mke2journal-L>."
24350 msgstr ""
24351
24352 #. type: =head2
24353 #: ../fish/guestfish-actions.pod:2937
24354 msgid "mke2fs-JU"
24355 msgstr ""
24356
24357 #. type: verbatim
24358 #: ../fish/guestfish-actions.pod:2939
24359 #, no-wrap
24360 msgid ""
24361 " mke2fs-JU fstype blocksize device uuid\n"
24362 "\n"
24363 msgstr ""
24364
24365 #. type: textblock
24366 #: ../fish/guestfish-actions.pod:2944
24367 msgid "See also L</mke2journal-U>."
24368 msgstr ""
24369
24370 #. type: =head2
24371 #: ../fish/guestfish-actions.pod:2946
24372 msgid "mke2journal"
24373 msgstr ""
24374
24375 #. type: verbatim
24376 #: ../fish/guestfish-actions.pod:2948
24377 #, no-wrap
24378 msgid ""
24379 " mke2journal blocksize device\n"
24380 "\n"
24381 msgstr ""
24382
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:2955
24385 msgid "mke2journal-L"
24386 msgstr ""
24387
24388 #. type: verbatim
24389 #: ../fish/guestfish-actions.pod:2957
24390 #, no-wrap
24391 msgid ""
24392 " mke2journal-L blocksize label device\n"
24393 "\n"
24394 msgstr ""
24395
24396 #. type: =head2
24397 #: ../fish/guestfish-actions.pod:2961
24398 msgid "mke2journal-U"
24399 msgstr ""
24400
24401 #. type: verbatim
24402 #: ../fish/guestfish-actions.pod:2963
24403 #, no-wrap
24404 msgid ""
24405 " mke2journal-U blocksize uuid device\n"
24406 "\n"
24407 msgstr ""
24408
24409 #. type: =head2
24410 #: ../fish/guestfish-actions.pod:2967
24411 msgid "mkfifo"
24412 msgstr ""
24413
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:2969
24416 #, no-wrap
24417 msgid ""
24418 " mkfifo mode path\n"
24419 "\n"
24420 msgstr ""
24421
24422 #. type: textblock
24423 #: ../fish/guestfish-actions.pod:2971
24424 msgid ""
24425 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24426 "is just a convenient wrapper around L</mknod>."
24427 msgstr ""
24428
24429 #. type: =head2
24430 #: ../fish/guestfish-actions.pod:2977
24431 msgid "mkfs"
24432 msgstr ""
24433
24434 #. type: verbatim
24435 #: ../fish/guestfish-actions.pod:2979
24436 #, no-wrap
24437 msgid ""
24438 " mkfs fstype device\n"
24439 "\n"
24440 msgstr ""
24441
24442 #. type: =head2
24443 #: ../fish/guestfish-actions.pod:2985
24444 msgid "mkfs-b"
24445 msgstr ""
24446
24447 #. type: verbatim
24448 #: ../fish/guestfish-actions.pod:2987
24449 #, no-wrap
24450 msgid ""
24451 " mkfs-b fstype blocksize device\n"
24452 "\n"
24453 msgstr ""
24454
24455 #. type: textblock
24456 #: ../fish/guestfish-actions.pod:2989
24457 msgid ""
24458 "This call is similar to L</mkfs>, but it allows you to control the block "
24459 "size of the resulting filesystem.  Supported block sizes depend on the "
24460 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24461 msgstr ""
24462
24463 #. type: =head2
24464 #: ../fish/guestfish-actions.pod:3004
24465 msgid "mkfs-opts"
24466 msgstr ""
24467
24468 #. type: verbatim
24469 #: ../fish/guestfish-actions.pod:3006
24470 #, no-wrap
24471 msgid ""
24472 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24473 "\n"
24474 msgstr ""
24475
24476 #. type: =head2
24477 #: ../fish/guestfish-actions.pod:3041
24478 msgid "mkmountpoint"
24479 msgstr ""
24480
24481 #. type: verbatim
24482 #: ../fish/guestfish-actions.pod:3043
24483 #, no-wrap
24484 msgid ""
24485 " mkmountpoint exemptpath\n"
24486 "\n"
24487 msgstr ""
24488
24489 #. type: textblock
24490 #: ../fish/guestfish-actions.pod:3045
24491 msgid ""
24492 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24493 "to create extra mountpoints before mounting the first filesystem."
24494 msgstr ""
24495
24496 #. type: textblock
24497 #: ../fish/guestfish-actions.pod:3069
24498 msgid ""
24499 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24500 "unexpected errors if you try to mix these calls.  It is safest to manually "
24501 "unmount filesystems and remove mountpoints after use."
24502 msgstr ""
24503
24504 #. type: textblock
24505 #: ../fish/guestfish-actions.pod:3073
24506 msgid ""
24507 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24508 "for this to work for manual mountpoints, you must ensure that the innermost "
24509 "mountpoints have the longest pathnames, as in the example code above."
24510 msgstr ""
24511
24512 #. type: textblock
24513 #: ../fish/guestfish-actions.pod:3080
24514 msgid ""
24515 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24516 "L</umount-all> to be called when the handle is closed which can also trigger "
24517 "these issues."
24518 msgstr ""
24519
24520 #. type: =head2
24521 #: ../fish/guestfish-actions.pod:3084
24522 msgid "mknod"
24523 msgstr ""
24524
24525 #. type: verbatim
24526 #: ../fish/guestfish-actions.pod:3086
24527 #, no-wrap
24528 msgid ""
24529 " mknod mode devmajor devminor path\n"
24530 "\n"
24531 msgstr ""
24532
24533 #. type: textblock
24534 #: ../fish/guestfish-actions.pod:3096
24535 msgid ""
24536 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24537 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24538 "regular file).  These constants are available in the standard Linux header "
24539 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24540 "wrappers around this command which bitwise OR in the appropriate constant "
24541 "for you."
24542 msgstr ""
24543
24544 #. type: =head2
24545 #: ../fish/guestfish-actions.pod:3106
24546 msgid "mknod-b"
24547 msgstr ""
24548
24549 #. type: verbatim
24550 #: ../fish/guestfish-actions.pod:3108
24551 #, no-wrap
24552 msgid ""
24553 " mknod-b mode devmajor devminor path\n"
24554 "\n"
24555 msgstr ""
24556
24557 #. type: textblock
24558 #: ../fish/guestfish-actions.pod:3110
24559 msgid ""
24560 "This call creates a block device node called C<path> with mode C<mode> and "
24561 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24562 "wrapper around L</mknod>."
24563 msgstr ""
24564
24565 #. type: =head2
24566 #: ../fish/guestfish-actions.pod:3116
24567 msgid "mknod-c"
24568 msgstr ""
24569
24570 #. type: verbatim
24571 #: ../fish/guestfish-actions.pod:3118
24572 #, no-wrap
24573 msgid ""
24574 " mknod-c mode devmajor devminor path\n"
24575 "\n"
24576 msgstr ""
24577
24578 #. type: textblock
24579 #: ../fish/guestfish-actions.pod:3120
24580 msgid ""
24581 "This call creates a char device node called C<path> with mode C<mode> and "
24582 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24583 "wrapper around L</mknod>."
24584 msgstr ""
24585
24586 #. type: =head2
24587 #: ../fish/guestfish-actions.pod:3126
24588 msgid "mkswap"
24589 msgstr ""
24590
24591 #. type: verbatim
24592 #: ../fish/guestfish-actions.pod:3128
24593 #, no-wrap
24594 msgid ""
24595 " mkswap device\n"
24596 "\n"
24597 msgstr ""
24598
24599 #. type: =head2
24600 #: ../fish/guestfish-actions.pod:3132
24601 msgid "mkswap-L"
24602 msgstr ""
24603
24604 #. type: verbatim
24605 #: ../fish/guestfish-actions.pod:3134
24606 #, no-wrap
24607 msgid ""
24608 " mkswap-L label device\n"
24609 "\n"
24610 msgstr ""
24611
24612 #. type: =head2
24613 #: ../fish/guestfish-actions.pod:3142
24614 msgid "mkswap-U"
24615 msgstr ""
24616
24617 #. type: verbatim
24618 #: ../fish/guestfish-actions.pod:3144
24619 #, no-wrap
24620 msgid ""
24621 " mkswap-U uuid device\n"
24622 "\n"
24623 msgstr ""
24624
24625 #. type: =head2
24626 #: ../fish/guestfish-actions.pod:3148
24627 msgid "mkswap-file"
24628 msgstr ""
24629
24630 #. type: verbatim
24631 #: ../fish/guestfish-actions.pod:3150
24632 #, no-wrap
24633 msgid ""
24634 " mkswap-file path\n"
24635 "\n"
24636 msgstr ""
24637
24638 #. type: textblock
24639 #: ../fish/guestfish-actions.pod:3154
24640 msgid ""
24641 "This command just writes a swap file signature to an existing file.  To "
24642 "create the file itself, use something like L</fallocate>."
24643 msgstr ""
24644
24645 #. type: =head2
24646 #: ../fish/guestfish-actions.pod:3157
24647 msgid "modprobe"
24648 msgstr ""
24649
24650 #. type: verbatim
24651 #: ../fish/guestfish-actions.pod:3159
24652 #, no-wrap
24653 msgid ""
24654 " modprobe modulename\n"
24655 "\n"
24656 msgstr ""
24657
24658 #. type: =head2
24659 #: ../fish/guestfish-actions.pod:3166
24660 msgid "mount"
24661 msgstr ""
24662
24663 #. type: verbatim
24664 #: ../fish/guestfish-actions.pod:3168
24665 #, no-wrap
24666 msgid ""
24667 " mount device mountpoint\n"
24668 "\n"
24669 msgstr ""
24670
24671 #. type: textblock
24672 #: ../fish/guestfish-actions.pod:3184
24673 msgid ""
24674 "B<Important note:> When you use this call, the filesystem options C<sync> "
24675 "and C<noatime> are set implicitly.  This was originally done because we "
24676 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24677 "very large negative performance impact and negligible effect on "
24678 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24679 "code that needs performance, and instead use L</mount-options> (use an empty "
24680 "string for the first parameter if you don't want any options)."
24681 msgstr ""
24682
24683 #. type: =head2
24684 #: ../fish/guestfish-actions.pod:3194
24685 msgid "mount-loop"
24686 msgstr ""
24687
24688 #. type: verbatim
24689 #: ../fish/guestfish-actions.pod:3196
24690 #, no-wrap
24691 msgid ""
24692 " mount-loop file mountpoint\n"
24693 "\n"
24694 msgstr ""
24695
24696 #. type: =head2
24697 #: ../fish/guestfish-actions.pod:3202
24698 msgid "mount-options"
24699 msgstr ""
24700
24701 #. type: verbatim
24702 #: ../fish/guestfish-actions.pod:3204
24703 #, no-wrap
24704 msgid ""
24705 " mount-options options device mountpoint\n"
24706 "\n"
24707 msgstr ""
24708
24709 #. type: textblock
24710 #: ../fish/guestfish-actions.pod:3206
24711 msgid ""
24712 "This is the same as the L</mount> command, but it allows you to set the "
24713 "mount options as for the L<mount(8)> I<-o> flag."
24714 msgstr ""
24715
24716 #. type: =head2
24717 #: ../fish/guestfish-actions.pod:3214
24718 msgid "mount-ro"
24719 msgstr ""
24720
24721 #. type: verbatim
24722 #: ../fish/guestfish-actions.pod:3216
24723 #, no-wrap
24724 msgid ""
24725 " mount-ro device mountpoint\n"
24726 "\n"
24727 msgstr ""
24728
24729 #. type: textblock
24730 #: ../fish/guestfish-actions.pod:3218
24731 msgid ""
24732 "This is the same as the L</mount> command, but it mounts the filesystem with "
24733 "the read-only (I<-o ro>) flag."
24734 msgstr ""
24735
24736 #. type: =head2
24737 #: ../fish/guestfish-actions.pod:3221
24738 msgid "mount-vfs"
24739 msgstr ""
24740
24741 #. type: verbatim
24742 #: ../fish/guestfish-actions.pod:3223
24743 #, no-wrap
24744 msgid ""
24745 " mount-vfs options vfstype device mountpoint\n"
24746 "\n"
24747 msgstr ""
24748
24749 #. type: textblock
24750 #: ../fish/guestfish-actions.pod:3225
24751 msgid ""
24752 "This is the same as the L</mount> command, but it allows you to set both the "
24753 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24754 msgstr ""
24755
24756 #. type: =head2
24757 #: ../fish/guestfish-actions.pod:3229
24758 msgid "mountpoints"
24759 msgstr ""
24760
24761 #. type: verbatim
24762 #: ../fish/guestfish-actions.pod:3231
24763 #, no-wrap
24764 msgid ""
24765 " mountpoints\n"
24766 "\n"
24767 msgstr ""
24768
24769 #. type: textblock
24770 #: ../fish/guestfish-actions.pod:3233
24771 msgid ""
24772 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24773 "This one returns a hash table (map) of device name to directory where the "
24774 "device is mounted."
24775 msgstr ""
24776
24777 #. type: =head2
24778 #: ../fish/guestfish-actions.pod:3237
24779 msgid "mounts"
24780 msgstr ""
24781
24782 #. type: verbatim
24783 #: ../fish/guestfish-actions.pod:3239
24784 #, no-wrap
24785 msgid ""
24786 " mounts\n"
24787 "\n"
24788 msgstr ""
24789
24790 #. type: textblock
24791 #: ../fish/guestfish-actions.pod:3246
24792 msgid "See also: L</mountpoints>"
24793 msgstr ""
24794
24795 #. type: =head2
24796 #: ../fish/guestfish-actions.pod:3248
24797 msgid "mv"
24798 msgstr ""
24799
24800 #. type: verbatim
24801 #: ../fish/guestfish-actions.pod:3250
24802 #, no-wrap
24803 msgid ""
24804 " mv src dest\n"
24805 "\n"
24806 msgstr ""
24807
24808 #. type: =head2
24809 #: ../fish/guestfish-actions.pod:3255
24810 msgid "ntfs-3g-probe"
24811 msgstr ""
24812
24813 #. type: verbatim
24814 #: ../fish/guestfish-actions.pod:3257
24815 #, no-wrap
24816 msgid ""
24817 " ntfs-3g-probe true|false device\n"
24818 "\n"
24819 msgstr ""
24820
24821 #. type: =head2
24822 #: ../fish/guestfish-actions.pod:3271
24823 msgid "ntfsresize"
24824 msgstr ""
24825
24826 #. type: verbatim
24827 #: ../fish/guestfish-actions.pod:3273
24828 #, no-wrap
24829 msgid ""
24830 " ntfsresize device\n"
24831 "\n"
24832 msgstr ""
24833
24834 #. type: =head2
24835 #: ../fish/guestfish-actions.pod:3279
24836 msgid "ntfsresize-size"
24837 msgstr ""
24838
24839 #. type: verbatim
24840 #: ../fish/guestfish-actions.pod:3281
24841 #, no-wrap
24842 msgid ""
24843 " ntfsresize-size device size\n"
24844 "\n"
24845 msgstr ""
24846
24847 #. type: textblock
24848 #: ../fish/guestfish-actions.pod:3283
24849 msgid ""
24850 "This command is the same as L</ntfsresize> except that it allows you to "
24851 "specify the new size (in bytes) explicitly."
24852 msgstr ""
24853
24854 #. type: =head2
24855 #: ../fish/guestfish-actions.pod:3286
24856 msgid "part-add"
24857 msgstr ""
24858
24859 #. type: verbatim
24860 #: ../fish/guestfish-actions.pod:3288
24861 #, no-wrap
24862 msgid ""
24863 " part-add device prlogex startsect endsect\n"
24864 "\n"
24865 msgstr ""
24866
24867 #. type: textblock
24868 #: ../fish/guestfish-actions.pod:3290
24869 msgid ""
24870 "This command adds a partition to C<device>.  If there is no partition table "
24871 "on the device, call L</part-init> first."
24872 msgstr ""
24873
24874 #. type: textblock
24875 #: ../fish/guestfish-actions.pod:3302
24876 msgid ""
24877 "Creating a partition which covers the whole disk is not so easy.  Use "
24878 "L</part-disk> to do that."
24879 msgstr ""
24880
24881 #. type: =head2
24882 #: ../fish/guestfish-actions.pod:3305
24883 msgid "part-del"
24884 msgstr ""
24885
24886 #. type: verbatim
24887 #: ../fish/guestfish-actions.pod:3307
24888 #, no-wrap
24889 msgid ""
24890 " part-del device partnum\n"
24891 "\n"
24892 msgstr ""
24893
24894 #. type: =head2
24895 #: ../fish/guestfish-actions.pod:3315
24896 msgid "part-disk"
24897 msgstr ""
24898
24899 #. type: verbatim
24900 #: ../fish/guestfish-actions.pod:3317
24901 #, no-wrap
24902 msgid ""
24903 " part-disk device parttype\n"
24904 "\n"
24905 msgstr ""
24906
24907 #. type: textblock
24908 #: ../fish/guestfish-actions.pod:3319
24909 msgid ""
24910 "This command is simply a combination of L</part-init> followed by "
24911 "L</part-add> to create a single primary partition covering the whole disk."
24912 msgstr ""
24913
24914 #. type: textblock
24915 #: ../fish/guestfish-actions.pod:3323
24916 msgid ""
24917 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24918 "possible values are described in L</part-init>."
24919 msgstr ""
24920
24921 #. type: =head2
24922 #: ../fish/guestfish-actions.pod:3329
24923 msgid "part-get-bootable"
24924 msgstr ""
24925
24926 #. type: verbatim
24927 #: ../fish/guestfish-actions.pod:3331
24928 #, no-wrap
24929 msgid ""
24930 " part-get-bootable device partnum\n"
24931 "\n"
24932 msgstr ""
24933
24934 #. type: textblock
24935 #: ../fish/guestfish-actions.pod:3336
24936 msgid "See also L</part-set-bootable>."
24937 msgstr ""
24938
24939 #. type: =head2
24940 #: ../fish/guestfish-actions.pod:3338
24941 msgid "part-get-mbr-id"
24942 msgstr ""
24943
24944 #. type: verbatim
24945 #: ../fish/guestfish-actions.pod:3340
24946 #, no-wrap
24947 msgid ""
24948 " part-get-mbr-id device partnum\n"
24949 "\n"
24950 msgstr ""
24951
24952 #. type: textblock
24953 #: ../fish/guestfish-actions.pod:3345 ../fish/guestfish-actions.pod:3483
24954 msgid ""
24955 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24956 "undefined results for other partition table types (see "
24957 "L</part-get-parttype>)."
24958 msgstr ""
24959
24960 #. type: =head2
24961 #: ../fish/guestfish-actions.pod:3349
24962 msgid "part-get-parttype"
24963 msgstr ""
24964
24965 #. type: verbatim
24966 #: ../fish/guestfish-actions.pod:3351
24967 #, no-wrap
24968 msgid ""
24969 " part-get-parttype device\n"
24970 "\n"
24971 msgstr ""
24972
24973 #. type: textblock
24974 #: ../fish/guestfish-actions.pod:3356
24975 msgid ""
24976 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24977 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24978 "possible, although unusual.  See L</part-init> for a full list."
24979 msgstr ""
24980
24981 #. type: =head2
24982 #: ../fish/guestfish-actions.pod:3361
24983 msgid "part-init"
24984 msgstr ""
24985
24986 #. type: verbatim
24987 #: ../fish/guestfish-actions.pod:3363
24988 #, no-wrap
24989 msgid ""
24990 " part-init device parttype\n"
24991 "\n"
24992 msgstr ""
24993
24994 #. type: textblock
24995 #: ../fish/guestfish-actions.pod:3369
24996 msgid ""
24997 "Initially there are no partitions.  Following this, you should call "
24998 "L</part-add> for each partition required."
24999 msgstr ""
25000
25001 #. type: =head2
25002 #: ../fish/guestfish-actions.pod:3432
25003 msgid "part-list"
25004 msgstr ""
25005
25006 #. type: verbatim
25007 #: ../fish/guestfish-actions.pod:3434
25008 #, no-wrap
25009 msgid ""
25010 " part-list device\n"
25011 "\n"
25012 msgstr ""
25013
25014 #. type: textblock
25015 #: ../fish/guestfish-actions.pod:3449
25016 msgid ""
25017 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25018 "the device's sector size, see L</blockdev-getss>."
25019 msgstr ""
25020
25021 #. type: =head2
25022 #: ../fish/guestfish-actions.pod:3462
25023 msgid "part-set-bootable"
25024 msgstr ""
25025
25026 #. type: verbatim
25027 #: ../fish/guestfish-actions.pod:3464
25028 #, no-wrap
25029 msgid ""
25030 " part-set-bootable device partnum true|false\n"
25031 "\n"
25032 msgstr ""
25033
25034 #. type: =head2
25035 #: ../fish/guestfish-actions.pod:3473
25036 msgid "part-set-mbr-id"
25037 msgstr ""
25038
25039 #. type: verbatim
25040 #: ../fish/guestfish-actions.pod:3475
25041 #, no-wrap
25042 msgid ""
25043 " part-set-mbr-id device partnum idbyte\n"
25044 "\n"
25045 msgstr ""
25046
25047 #. type: =head2
25048 #: ../fish/guestfish-actions.pod:3487
25049 msgid "part-set-name"
25050 msgstr ""
25051
25052 #. type: verbatim
25053 #: ../fish/guestfish-actions.pod:3489
25054 #, no-wrap
25055 msgid ""
25056 " part-set-name device partnum name\n"
25057 "\n"
25058 msgstr ""
25059
25060 #. type: =head2
25061 #: ../fish/guestfish-actions.pod:3497
25062 msgid "part-to-dev"
25063 msgstr ""
25064
25065 #. type: verbatim
25066 #: ../fish/guestfish-actions.pod:3499
25067 #, no-wrap
25068 msgid ""
25069 " part-to-dev partition\n"
25070 "\n"
25071 msgstr ""
25072
25073 #. type: textblock
25074 #: ../fish/guestfish-actions.pod:3505
25075 msgid ""
25076 "The named partition must exist, for example as a string returned from "
25077 "L</list-partitions>."
25078 msgstr ""
25079
25080 #. type: =head2
25081 #: ../fish/guestfish-actions.pod:3508
25082 msgid "ping-daemon"
25083 msgstr ""
25084
25085 #. type: verbatim
25086 #: ../fish/guestfish-actions.pod:3510
25087 #, no-wrap
25088 msgid ""
25089 " ping-daemon\n"
25090 "\n"
25091 msgstr ""
25092
25093 #. type: =head2
25094 #: ../fish/guestfish-actions.pod:3517
25095 msgid "pread"
25096 msgstr ""
25097
25098 #. type: verbatim
25099 #: ../fish/guestfish-actions.pod:3519
25100 #, no-wrap
25101 msgid ""
25102 " pread path count offset\n"
25103 "\n"
25104 msgstr ""
25105
25106 #. type: textblock
25107 #: ../fish/guestfish-actions.pod:3527
25108 msgid "See also L</pwrite>, L</pread-device>."
25109 msgstr ""
25110
25111 #. type: =head2
25112 #: ../fish/guestfish-actions.pod:3532
25113 msgid "pread-device"
25114 msgstr ""
25115
25116 #. type: verbatim
25117 #: ../fish/guestfish-actions.pod:3534
25118 #, no-wrap
25119 msgid ""
25120 " pread-device device count offset\n"
25121 "\n"
25122 msgstr ""
25123
25124 #. type: textblock
25125 #: ../fish/guestfish-actions.pod:3542
25126 msgid "See also L</pread>."
25127 msgstr ""
25128
25129 #. type: =head2
25130 #: ../fish/guestfish-actions.pod:3547
25131 msgid "pvcreate"
25132 msgstr ""
25133
25134 #. type: verbatim
25135 #: ../fish/guestfish-actions.pod:3549
25136 #, no-wrap
25137 msgid ""
25138 " pvcreate device\n"
25139 "\n"
25140 msgstr ""
25141
25142 #. type: =head2
25143 #: ../fish/guestfish-actions.pod:3555
25144 msgid "pvremove"
25145 msgstr ""
25146
25147 #. type: verbatim
25148 #: ../fish/guestfish-actions.pod:3557
25149 #, no-wrap
25150 msgid ""
25151 " pvremove device\n"
25152 "\n"
25153 msgstr ""
25154
25155 #. type: =head2
25156 #: ../fish/guestfish-actions.pod:3566
25157 msgid "pvresize"
25158 msgstr ""
25159
25160 #. type: verbatim
25161 #: ../fish/guestfish-actions.pod:3568
25162 #, no-wrap
25163 msgid ""
25164 " pvresize device\n"
25165 "\n"
25166 msgstr ""
25167
25168 #. type: =head2
25169 #: ../fish/guestfish-actions.pod:3573
25170 msgid "pvresize-size"
25171 msgstr ""
25172
25173 #. type: verbatim
25174 #: ../fish/guestfish-actions.pod:3575
25175 #, no-wrap
25176 msgid ""
25177 " pvresize-size device size\n"
25178 "\n"
25179 msgstr ""
25180
25181 #. type: textblock
25182 #: ../fish/guestfish-actions.pod:3577
25183 msgid ""
25184 "This command is the same as L</pvresize> except that it allows you to "
25185 "specify the new size (in bytes) explicitly."
25186 msgstr ""
25187
25188 #. type: =head2
25189 #: ../fish/guestfish-actions.pod:3580
25190 msgid "pvs"
25191 msgstr ""
25192
25193 #. type: verbatim
25194 #: ../fish/guestfish-actions.pod:3582
25195 #, no-wrap
25196 msgid ""
25197 " pvs\n"
25198 "\n"
25199 msgstr ""
25200
25201 #. type: textblock
25202 #: ../fish/guestfish-actions.pod:3590
25203 msgid "See also L</pvs-full>."
25204 msgstr ""
25205
25206 #. type: =head2
25207 #: ../fish/guestfish-actions.pod:3592
25208 msgid "pvs-full"
25209 msgstr ""
25210
25211 #. type: verbatim
25212 #: ../fish/guestfish-actions.pod:3594
25213 #, no-wrap
25214 msgid ""
25215 " pvs-full\n"
25216 "\n"
25217 msgstr ""
25218
25219 #. type: =head2
25220 #: ../fish/guestfish-actions.pod:3599
25221 msgid "pvuuid"
25222 msgstr ""
25223
25224 #. type: verbatim
25225 #: ../fish/guestfish-actions.pod:3601
25226 #, no-wrap
25227 msgid ""
25228 " pvuuid device\n"
25229 "\n"
25230 msgstr ""
25231
25232 #. type: =head2
25233 #: ../fish/guestfish-actions.pod:3605
25234 msgid "pwrite"
25235 msgstr ""
25236
25237 #. type: verbatim
25238 #: ../fish/guestfish-actions.pod:3607
25239 #, no-wrap
25240 msgid ""
25241 " pwrite path content offset\n"
25242 "\n"
25243 msgstr ""
25244
25245 #. type: textblock
25246 #: ../fish/guestfish-actions.pod:3618
25247 msgid "See also L</pread>, L</pwrite-device>."
25248 msgstr ""
25249
25250 #. type: =head2
25251 #: ../fish/guestfish-actions.pod:3623
25252 msgid "pwrite-device"
25253 msgstr ""
25254
25255 #. type: verbatim
25256 #: ../fish/guestfish-actions.pod:3625
25257 #, no-wrap
25258 msgid ""
25259 " pwrite-device device content offset\n"
25260 "\n"
25261 msgstr ""
25262
25263 #. type: textblock
25264 #: ../fish/guestfish-actions.pod:3635
25265 msgid "See also L</pwrite>."
25266 msgstr ""
25267
25268 #. type: =head2
25269 #: ../fish/guestfish-actions.pod:3640
25270 msgid "read-file"
25271 msgstr ""
25272
25273 #. type: verbatim
25274 #: ../fish/guestfish-actions.pod:3642
25275 #, no-wrap
25276 msgid ""
25277 " read-file path\n"
25278 "\n"
25279 msgstr ""
25280
25281 #. type: textblock
25282 #: ../fish/guestfish-actions.pod:3647
25283 msgid ""
25284 "Unlike L</cat>, this function can correctly handle files that contain "
25285 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25286 "is limited in the total size of file that can be handled."
25287 msgstr ""
25288
25289 #. type: =head2
25290 #: ../fish/guestfish-actions.pod:3655
25291 msgid "read-lines"
25292 msgstr ""
25293
25294 #. type: verbatim
25295 #: ../fish/guestfish-actions.pod:3657
25296 #, no-wrap
25297 msgid ""
25298 " read-lines path\n"
25299 "\n"
25300 msgstr ""
25301
25302 #. type: textblock
25303 #: ../fish/guestfish-actions.pod:3664
25304 msgid ""
25305 "Note that this function cannot correctly handle binary files (specifically, "
25306 "files containing C<\\0> character which is treated as end of line).  For "
25307 "those you need to use the L</read-file> function which has a more complex "
25308 "interface."
25309 msgstr ""
25310
25311 #. type: =head2
25312 #: ../fish/guestfish-actions.pod:3669
25313 msgid "readdir"
25314 msgstr ""
25315
25316 #. type: verbatim
25317 #: ../fish/guestfish-actions.pod:3671
25318 #, no-wrap
25319 msgid ""
25320 " readdir dir\n"
25321 "\n"
25322 msgstr ""
25323
25324 #. type: textblock
25325 #: ../fish/guestfish-actions.pod:3723
25326 msgid ""
25327 "This function is primarily intended for use by programs.  To get a simple "
25328 "list of names, use L</ls>.  To get a printable directory for human "
25329 "consumption, use L</ll>."
25330 msgstr ""
25331
25332 #. type: =head2
25333 #: ../fish/guestfish-actions.pod:3727
25334 msgid "readlink"
25335 msgstr ""
25336
25337 #. type: verbatim
25338 #: ../fish/guestfish-actions.pod:3729
25339 #, no-wrap
25340 msgid ""
25341 " readlink path\n"
25342 "\n"
25343 msgstr ""
25344
25345 #. type: =head2
25346 #: ../fish/guestfish-actions.pod:3733
25347 msgid "readlinklist"
25348 msgstr ""
25349
25350 #. type: verbatim
25351 #: ../fish/guestfish-actions.pod:3735
25352 #, no-wrap
25353 msgid ""
25354 " readlinklist path 'names ...'\n"
25355 "\n"
25356 msgstr ""
25357
25358 #. type: =head2
25359 #: ../fish/guestfish-actions.pod:3759
25360 msgid "realpath"
25361 msgstr ""
25362
25363 #. type: verbatim
25364 #: ../fish/guestfish-actions.pod:3761
25365 #, no-wrap
25366 msgid ""
25367 " realpath path\n"
25368 "\n"
25369 msgstr ""
25370
25371 #. type: =head2
25372 #: ../fish/guestfish-actions.pod:3766
25373 msgid "removexattr"
25374 msgstr ""
25375
25376 #. type: verbatim
25377 #: ../fish/guestfish-actions.pod:3768
25378 #, no-wrap
25379 msgid ""
25380 " removexattr xattr path\n"
25381 "\n"
25382 msgstr ""
25383
25384 #. type: textblock
25385 #: ../fish/guestfish-actions.pod:3773
25386 msgid "See also: L</lremovexattr>, L<attr(5)>."
25387 msgstr ""
25388
25389 #. type: =head2
25390 #: ../fish/guestfish-actions.pod:3775
25391 msgid "resize2fs"
25392 msgstr ""
25393
25394 #. type: verbatim
25395 #: ../fish/guestfish-actions.pod:3777
25396 #, no-wrap
25397 msgid ""
25398 " resize2fs device\n"
25399 "\n"
25400 msgstr ""
25401
25402 #. type: textblock
25403 #: ../fish/guestfish-actions.pod:3782
25404 msgid ""
25405 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25406 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25407 "gives an error about this and sometimes not.  In any case, it is always safe "
25408 "to call L</e2fsck-f> before calling this function."
25409 msgstr ""
25410
25411 #. type: =head2
25412 #: ../fish/guestfish-actions.pod:3788
25413 msgid "resize2fs-M"
25414 msgstr ""
25415
25416 #. type: verbatim
25417 #: ../fish/guestfish-actions.pod:3790
25418 #, no-wrap
25419 msgid ""
25420 " resize2fs-M device\n"
25421 "\n"
25422 msgstr ""
25423
25424 #. type: textblock
25425 #: ../fish/guestfish-actions.pod:3792
25426 msgid ""
25427 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25428 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25429 "command."
25430 msgstr ""
25431
25432 #. type: textblock
25433 #: ../fish/guestfish-actions.pod:3796
25434 msgid ""
25435 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25436 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25437 "multiplied together, give the resulting size of the minimal filesystem in "
25438 "bytes."
25439 msgstr ""
25440
25441 #. type: =head2
25442 #: ../fish/guestfish-actions.pod:3801
25443 msgid "resize2fs-size"
25444 msgstr ""
25445
25446 #. type: verbatim
25447 #: ../fish/guestfish-actions.pod:3803
25448 #, no-wrap
25449 msgid ""
25450 " resize2fs-size device size\n"
25451 "\n"
25452 msgstr ""
25453
25454 #. type: textblock
25455 #: ../fish/guestfish-actions.pod:3805
25456 msgid ""
25457 "This command is the same as L</resize2fs> except that it allows you to "
25458 "specify the new size (in bytes) explicitly."
25459 msgstr ""
25460
25461 #. type: =head2
25462 #: ../fish/guestfish-actions.pod:3808
25463 msgid "rm"
25464 msgstr ""
25465
25466 #. type: verbatim
25467 #: ../fish/guestfish-actions.pod:3810
25468 #, no-wrap
25469 msgid ""
25470 " rm path\n"
25471 "\n"
25472 msgstr ""
25473
25474 #. type: =head2
25475 #: ../fish/guestfish-actions.pod:3814
25476 msgid "rm-rf"
25477 msgstr ""
25478
25479 #. type: verbatim
25480 #: ../fish/guestfish-actions.pod:3816
25481 #, no-wrap
25482 msgid ""
25483 " rm-rf path\n"
25484 "\n"
25485 msgstr ""
25486
25487 #. type: =head2
25488 #: ../fish/guestfish-actions.pod:3822
25489 msgid "rmdir"
25490 msgstr ""
25491
25492 #. type: verbatim
25493 #: ../fish/guestfish-actions.pod:3824
25494 #, no-wrap
25495 msgid ""
25496 " rmdir path\n"
25497 "\n"
25498 msgstr ""
25499
25500 #. type: =head2
25501 #: ../fish/guestfish-actions.pod:3828
25502 msgid "rmmountpoint"
25503 msgstr ""
25504
25505 #. type: verbatim
25506 #: ../fish/guestfish-actions.pod:3830
25507 #, no-wrap
25508 msgid ""
25509 " rmmountpoint exemptpath\n"
25510 "\n"
25511 msgstr ""
25512
25513 #. type: textblock
25514 #: ../fish/guestfish-actions.pod:3832
25515 msgid ""
25516 "This calls removes a mountpoint that was previously created with "
25517 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25518 msgstr ""
25519
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:3836
25522 msgid "scrub-device"
25523 msgstr ""
25524
25525 #. type: verbatim
25526 #: ../fish/guestfish-actions.pod:3838
25527 #, no-wrap
25528 msgid ""
25529 " scrub-device device\n"
25530 "\n"
25531 msgstr ""
25532
25533 #. type: =head2
25534 #: ../fish/guestfish-actions.pod:3849
25535 msgid "scrub-file"
25536 msgstr ""
25537
25538 #. type: verbatim
25539 #: ../fish/guestfish-actions.pod:3851
25540 #, no-wrap
25541 msgid ""
25542 " scrub-file file\n"
25543 "\n"
25544 msgstr ""
25545
25546 #. type: =head2
25547 #: ../fish/guestfish-actions.pod:3861
25548 msgid "scrub-freespace"
25549 msgstr ""
25550
25551 #. type: verbatim
25552 #: ../fish/guestfish-actions.pod:3863
25553 #, no-wrap
25554 msgid ""
25555 " scrub-freespace dir\n"
25556 "\n"
25557 msgstr ""
25558
25559 #. type: textblock
25560 #: ../fish/guestfish-actions.pod:3865
25561 msgid ""
25562 "This command creates the directory C<dir> and then fills it with files until "
25563 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25564 "deletes them.  The intention is to scrub any free space on the partition "
25565 "containing C<dir>."
25566 msgstr ""
25567
25568 #. type: =head2
25569 #: ../fish/guestfish-actions.pod:3874
25570 msgid "set-append"
25571 msgstr ""
25572
25573 #. type: =head2
25574 #: ../fish/guestfish-actions.pod:3876
25575 msgid "append"
25576 msgstr ""
25577
25578 #. type: verbatim
25579 #: ../fish/guestfish-actions.pod:3878
25580 #, no-wrap
25581 msgid ""
25582 " set-append append\n"
25583 "\n"
25584 msgstr ""
25585
25586 #. type: =head2
25587 #: ../fish/guestfish-actions.pod:3889
25588 msgid "set-attach-method"
25589 msgstr ""
25590
25591 #. type: =head2
25592 #: ../fish/guestfish-actions.pod:3891
25593 msgid "attach-method"
25594 msgstr ""
25595
25596 #. type: verbatim
25597 #: ../fish/guestfish-actions.pod:3893
25598 #, no-wrap
25599 msgid ""
25600 " set-attach-method attachmethod\n"
25601 "\n"
25602 msgstr ""
25603
25604 #. type: =head2
25605 #: ../fish/guestfish-actions.pod:3915
25606 msgid "set-autosync"
25607 msgstr ""
25608
25609 #. type: =head2
25610 #: ../fish/guestfish-actions.pod:3917
25611 msgid "autosync"
25612 msgstr ""
25613
25614 #. type: verbatim
25615 #: ../fish/guestfish-actions.pod:3919
25616 #, no-wrap
25617 msgid ""
25618 " set-autosync true|false\n"
25619 "\n"
25620 msgstr ""
25621
25622 #. type: =head2
25623 #: ../fish/guestfish-actions.pod:3929
25624 msgid "set-direct"
25625 msgstr ""
25626
25627 #. type: =head2
25628 #: ../fish/guestfish-actions.pod:3931
25629 msgid "direct"
25630 msgstr ""
25631
25632 #. type: verbatim
25633 #: ../fish/guestfish-actions.pod:3933
25634 #, no-wrap
25635 msgid ""
25636 " set-direct true|false\n"
25637 "\n"
25638 msgstr ""
25639
25640 #. type: textblock
25641 #: ../fish/guestfish-actions.pod:3939
25642 msgid ""
25643 "One consequence of this is that log messages aren't caught by the library "
25644 "and handled by L</set-log-message-callback>, but go straight to stdout."
25645 msgstr ""
25646
25647 #. type: =head2
25648 #: ../fish/guestfish-actions.pod:3948
25649 msgid "set-e2label"
25650 msgstr ""
25651
25652 #. type: verbatim
25653 #: ../fish/guestfish-actions.pod:3950
25654 #, no-wrap
25655 msgid ""
25656 " set-e2label device label\n"
25657 "\n"
25658 msgstr ""
25659
25660 #. type: textblock
25661 #: ../fish/guestfish-actions.pod:3956
25662 msgid ""
25663 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25664 "label on a filesystem."
25665 msgstr ""
25666
25667 #. type: =head2
25668 #: ../fish/guestfish-actions.pod:3959
25669 msgid "set-e2uuid"
25670 msgstr ""
25671
25672 #. type: verbatim
25673 #: ../fish/guestfish-actions.pod:3961
25674 #, no-wrap
25675 msgid ""
25676 " set-e2uuid device uuid\n"
25677 "\n"
25678 msgstr ""
25679
25680 #. type: textblock
25681 #: ../fish/guestfish-actions.pod:3968
25682 msgid ""
25683 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25684 "UUID of a filesystem."
25685 msgstr ""
25686
25687 #. type: =head2
25688 #: ../fish/guestfish-actions.pod:3971
25689 msgid "set-memsize"
25690 msgstr ""
25691
25692 #. type: =head2
25693 #: ../fish/guestfish-actions.pod:3973
25694 msgid "memsize"
25695 msgstr ""
25696
25697 #. type: verbatim
25698 #: ../fish/guestfish-actions.pod:3975
25699 #, no-wrap
25700 msgid ""
25701 " set-memsize memsize\n"
25702 "\n"
25703 msgstr ""
25704
25705 #. type: textblock
25706 #: ../fish/guestfish-actions.pod:3977
25707 msgid ""
25708 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25709 "This only has any effect if called before L</launch>."
25710 msgstr ""
25711
25712 #. type: =head2
25713 #: ../fish/guestfish-actions.pod:3988
25714 msgid "set-network"
25715 msgstr ""
25716
25717 #. type: =head2
25718 #: ../fish/guestfish-actions.pod:3990
25719 msgid "network"
25720 msgstr ""
25721
25722 #. type: verbatim
25723 #: ../fish/guestfish-actions.pod:3992
25724 #, no-wrap
25725 msgid ""
25726 " set-network true|false\n"
25727 "\n"
25728 msgstr ""
25729
25730 #. type: textblock
25731 #: ../fish/guestfish-actions.pod:4000
25732 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25733 msgstr ""
25734
25735 #. type: =head2
25736 #: ../fish/guestfish-actions.pod:4003
25737 msgid "set-path"
25738 msgstr ""
25739
25740 #. type: =head2
25741 #: ../fish/guestfish-actions.pod:4005
25742 msgid "path"
25743 msgstr ""
25744
25745 #. type: verbatim
25746 #: ../fish/guestfish-actions.pod:4007
25747 #, no-wrap
25748 msgid ""
25749 " set-path searchpath\n"
25750 "\n"
25751 msgstr ""
25752
25753 #. type: =head2
25754 #: ../fish/guestfish-actions.pod:4016
25755 msgid "set-qemu"
25756 msgstr ""
25757
25758 #. type: =head2
25759 #: ../fish/guestfish-actions.pod:4018
25760 msgid "qemu"
25761 msgstr ""
25762
25763 #. type: verbatim
25764 #: ../fish/guestfish-actions.pod:4020
25765 #, no-wrap
25766 msgid ""
25767 " set-qemu qemu\n"
25768 "\n"
25769 msgstr ""
25770
25771 #. type: =head2
25772 #: ../fish/guestfish-actions.pod:4040
25773 msgid "set-recovery-proc"
25774 msgstr ""
25775
25776 #. type: =head2
25777 #: ../fish/guestfish-actions.pod:4042
25778 msgid "recovery-proc"
25779 msgstr ""
25780
25781 #. type: verbatim
25782 #: ../fish/guestfish-actions.pod:4044
25783 #, no-wrap
25784 msgid ""
25785 " set-recovery-proc true|false\n"
25786 "\n"
25787 msgstr ""
25788
25789 #. type: textblock
25790 #: ../fish/guestfish-actions.pod:4046
25791 msgid ""
25792 "If this is called with the parameter C<false> then L</launch> does not "
25793 "create a recovery process.  The purpose of the recovery process is to stop "
25794 "runaway qemu processes in the case where the main program aborts abruptly."
25795 msgstr ""
25796
25797 #. type: textblock
25798 #: ../fish/guestfish-actions.pod:4051
25799 msgid ""
25800 "This only has any effect if called before L</launch>, and the default is "
25801 "true."
25802 msgstr ""
25803
25804 #. type: =head2
25805 #: ../fish/guestfish-actions.pod:4060
25806 msgid "set-selinux"
25807 msgstr ""
25808
25809 #. type: =head2
25810 #: ../fish/guestfish-actions.pod:4062
25811 msgid "selinux"
25812 msgstr ""
25813
25814 #. type: verbatim
25815 #: ../fish/guestfish-actions.pod:4064
25816 #, no-wrap
25817 msgid ""
25818 " set-selinux true|false\n"
25819 "\n"
25820 msgstr ""
25821
25822 #. type: =head2
25823 #: ../fish/guestfish-actions.pod:4075
25824 msgid "set-trace"
25825 msgstr ""
25826
25827 #. type: =head2
25828 #: ../fish/guestfish-actions.pod:4077
25829 msgid "trace"
25830 msgstr ""
25831
25832 #. type: verbatim
25833 #: ../fish/guestfish-actions.pod:4079
25834 #, no-wrap
25835 msgid ""
25836 " set-trace true|false\n"
25837 "\n"
25838 msgstr ""
25839
25840 #. type: textblock
25841 #: ../fish/guestfish-actions.pod:4091
25842 msgid ""
25843 "Trace messages are normally sent to C<stderr>, unless you register a "
25844 "callback to send them somewhere else (see L</set-event-callback>)."
25845 msgstr ""
25846
25847 #. type: =head2
25848 #: ../fish/guestfish-actions.pod:4095
25849 msgid "set-verbose"
25850 msgstr ""
25851
25852 #. type: =head2
25853 #: ../fish/guestfish-actions.pod:4097
25854 msgid "verbose"
25855 msgstr ""
25856
25857 #. type: verbatim
25858 #: ../fish/guestfish-actions.pod:4099
25859 #, no-wrap
25860 msgid ""
25861 " set-verbose true|false\n"
25862 "\n"
25863 msgstr ""
25864
25865 #. type: textblock
25866 #: ../fish/guestfish-actions.pod:4106
25867 msgid ""
25868 "Verbose messages are normally sent to C<stderr>, unless you register a "
25869 "callback to send them somewhere else (see L</set-event-callback>)."
25870 msgstr ""
25871
25872 #. type: =head2
25873 #: ../fish/guestfish-actions.pod:4110
25874 msgid "setcon"
25875 msgstr ""
25876
25877 #. type: verbatim
25878 #: ../fish/guestfish-actions.pod:4112
25879 #, no-wrap
25880 msgid ""
25881 " setcon context\n"
25882 "\n"
25883 msgstr ""
25884
25885 #. type: =head2
25886 #: ../fish/guestfish-actions.pod:4119
25887 msgid "setxattr"
25888 msgstr ""
25889
25890 #. type: verbatim
25891 #: ../fish/guestfish-actions.pod:4121
25892 #, no-wrap
25893 msgid ""
25894 " setxattr xattr val vallen path\n"
25895 "\n"
25896 msgstr ""
25897
25898 #. type: textblock
25899 #: ../fish/guestfish-actions.pod:4127
25900 msgid "See also: L</lsetxattr>, L<attr(5)>."
25901 msgstr ""
25902
25903 #. type: =head2
25904 #: ../fish/guestfish-actions.pod:4129
25905 msgid "sfdisk"
25906 msgstr ""
25907
25908 #. type: verbatim
25909 #: ../fish/guestfish-actions.pod:4131
25910 #, no-wrap
25911 msgid ""
25912 " sfdisk device cyls heads sectors 'lines ...'\n"
25913 "\n"
25914 msgstr ""
25915
25916 #. type: textblock
25917 #: ../fish/guestfish-actions.pod:4153
25918 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25919 msgstr ""
25920
25921 #. type: =head2
25922 #: ../fish/guestfish-actions.pod:4159
25923 msgid "sfdiskM"
25924 msgstr ""
25925
25926 #. type: verbatim
25927 #: ../fish/guestfish-actions.pod:4161
25928 #, no-wrap
25929 msgid ""
25930 " sfdiskM device 'lines ...'\n"
25931 "\n"
25932 msgstr ""
25933
25934 #. type: textblock
25935 #: ../fish/guestfish-actions.pod:4163
25936 msgid ""
25937 "This is a simplified interface to the L</sfdisk> command, where partition "
25938 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25939 "you don't need to specify the cyls, heads and sectors parameters which were "
25940 "rarely if ever used anyway."
25941 msgstr ""
25942
25943 #. type: textblock
25944 #: ../fish/guestfish-actions.pod:4169
25945 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25946 msgstr ""
25947
25948 #. type: =head2
25949 #: ../fish/guestfish-actions.pod:4175
25950 msgid "sfdisk-N"
25951 msgstr ""
25952
25953 #. type: verbatim
25954 #: ../fish/guestfish-actions.pod:4177
25955 #, no-wrap
25956 msgid ""
25957 " sfdisk-N device partnum cyls heads sectors line\n"
25958 "\n"
25959 msgstr ""
25960
25961 #. type: textblock
25962 #: ../fish/guestfish-actions.pod:4182
25963 msgid ""
25964 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25965 "cyls/heads/sectors parameters."
25966 msgstr ""
25967
25968 #. type: textblock
25969 #: ../fish/guestfish-actions.pod:4185
25970 msgid "See also: L</part-add>"
25971 msgstr ""
25972
25973 #. type: =head2
25974 #: ../fish/guestfish-actions.pod:4190
25975 msgid "sfdisk-disk-geometry"
25976 msgstr ""
25977
25978 #. type: verbatim
25979 #: ../fish/guestfish-actions.pod:4192
25980 #, no-wrap
25981 msgid ""
25982 " sfdisk-disk-geometry device\n"
25983 "\n"
25984 msgstr ""
25985
25986 #. type: textblock
25987 #: ../fish/guestfish-actions.pod:4194
25988 msgid ""
25989 "This displays the disk geometry of C<device> read from the partition table.  "
25990 "Especially in the case where the underlying block device has been resized, "
25991 "this can be different from the kernel's idea of the geometry (see "
25992 "L</sfdisk-kernel-geometry>)."
25993 msgstr ""
25994
25995 #. type: =head2
25996 #: ../fish/guestfish-actions.pod:4202
25997 msgid "sfdisk-kernel-geometry"
25998 msgstr ""
25999
26000 #. type: verbatim
26001 #: ../fish/guestfish-actions.pod:4204
26002 #, no-wrap
26003 msgid ""
26004 " sfdisk-kernel-geometry device\n"
26005 "\n"
26006 msgstr ""
26007
26008 #. type: =head2
26009 #: ../fish/guestfish-actions.pod:4211
26010 msgid "sfdisk-l"
26011 msgstr ""
26012
26013 #. type: verbatim
26014 #: ../fish/guestfish-actions.pod:4213
26015 #, no-wrap
26016 msgid ""
26017 " sfdisk-l device\n"
26018 "\n"
26019 msgstr ""
26020
26021 #. type: textblock
26022 #: ../fish/guestfish-actions.pod:4219
26023 msgid "See also: L</part-list>"
26024 msgstr ""
26025
26026 #. type: =head2
26027 #: ../fish/guestfish-actions.pod:4221
26028 msgid "sh"
26029 msgstr ""
26030
26031 #. type: verbatim
26032 #: ../fish/guestfish-actions.pod:4223
26033 #, no-wrap
26034 msgid ""
26035 " sh command\n"
26036 "\n"
26037 msgstr ""
26038
26039 #. type: textblock
26040 #: ../fish/guestfish-actions.pod:4228
26041 msgid "This is like L</command>, but passes the command to:"
26042 msgstr ""
26043
26044 #. type: textblock
26045 #: ../fish/guestfish-actions.pod:4236
26046 msgid "All the provisos about L</command> apply to this call."
26047 msgstr ""
26048
26049 #. type: =head2
26050 #: ../fish/guestfish-actions.pod:4238
26051 msgid "sh-lines"
26052 msgstr ""
26053
26054 #. type: verbatim
26055 #: ../fish/guestfish-actions.pod:4240
26056 #, no-wrap
26057 msgid ""
26058 " sh-lines command\n"
26059 "\n"
26060 msgstr ""
26061
26062 #. type: textblock
26063 #: ../fish/guestfish-actions.pod:4242
26064 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26065 msgstr ""
26066
26067 #. type: textblock
26068 #: ../fish/guestfish-actions.pod:4245
26069 msgid "See also: L</command-lines>"
26070 msgstr ""
26071
26072 #. type: =head2
26073 #: ../fish/guestfish-actions.pod:4247
26074 msgid "sleep"
26075 msgstr ""
26076
26077 #. type: verbatim
26078 #: ../fish/guestfish-actions.pod:4249
26079 #, no-wrap
26080 msgid ""
26081 " sleep secs\n"
26082 "\n"
26083 msgstr ""
26084
26085 #. type: =head2
26086 #: ../fish/guestfish-actions.pod:4253
26087 msgid "stat"
26088 msgstr ""
26089
26090 #. type: verbatim
26091 #: ../fish/guestfish-actions.pod:4255
26092 #, no-wrap
26093 msgid ""
26094 " stat path\n"
26095 "\n"
26096 msgstr ""
26097
26098 #. type: =head2
26099 #: ../fish/guestfish-actions.pod:4261
26100 msgid "statvfs"
26101 msgstr ""
26102
26103 #. type: verbatim
26104 #: ../fish/guestfish-actions.pod:4263
26105 #, no-wrap
26106 msgid ""
26107 " statvfs path\n"
26108 "\n"
26109 msgstr ""
26110
26111 #. type: =head2
26112 #: ../fish/guestfish-actions.pod:4271
26113 msgid "strings"
26114 msgstr ""
26115
26116 #. type: verbatim
26117 #: ../fish/guestfish-actions.pod:4273
26118 #, no-wrap
26119 msgid ""
26120 " strings path\n"
26121 "\n"
26122 msgstr ""
26123
26124 #. type: =head2
26125 #: ../fish/guestfish-actions.pod:4281
26126 msgid "strings-e"
26127 msgstr ""
26128
26129 #. type: verbatim
26130 #: ../fish/guestfish-actions.pod:4283
26131 #, no-wrap
26132 msgid ""
26133 " strings-e encoding path\n"
26134 "\n"
26135 msgstr ""
26136
26137 #. type: textblock
26138 #: ../fish/guestfish-actions.pod:4285
26139 msgid ""
26140 "This is like the L</strings> command, but allows you to specify the encoding "
26141 "of strings that are looked for in the source file C<path>."
26142 msgstr ""
26143
26144 #. type: textblock
26145 #: ../fish/guestfish-actions.pod:4295
26146 msgid ""
26147 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26148 "ISO-8859-X (this is what L</strings> uses)."
26149 msgstr ""
26150
26151 #. type: =head2
26152 #: ../fish/guestfish-actions.pod:4327
26153 msgid "swapoff-device"
26154 msgstr ""
26155
26156 #. type: verbatim
26157 #: ../fish/guestfish-actions.pod:4329
26158 #, no-wrap
26159 msgid ""
26160 " swapoff-device device\n"
26161 "\n"
26162 msgstr ""
26163
26164 #. type: textblock
26165 #: ../fish/guestfish-actions.pod:4331
26166 msgid ""
26167 "This command disables the libguestfs appliance swap device or partition "
26168 "named C<device>.  See L</swapon-device>."
26169 msgstr ""
26170
26171 #. type: =head2
26172 #: ../fish/guestfish-actions.pod:4335
26173 msgid "swapoff-file"
26174 msgstr ""
26175
26176 #. type: verbatim
26177 #: ../fish/guestfish-actions.pod:4337
26178 #, no-wrap
26179 msgid ""
26180 " swapoff-file file\n"
26181 "\n"
26182 msgstr ""
26183
26184 #. type: =head2
26185 #: ../fish/guestfish-actions.pod:4341
26186 msgid "swapoff-label"
26187 msgstr ""
26188
26189 #. type: verbatim
26190 #: ../fish/guestfish-actions.pod:4343
26191 #, no-wrap
26192 msgid ""
26193 " swapoff-label label\n"
26194 "\n"
26195 msgstr ""
26196
26197 #. type: =head2
26198 #: ../fish/guestfish-actions.pod:4348
26199 msgid "swapoff-uuid"
26200 msgstr ""
26201
26202 #. type: verbatim
26203 #: ../fish/guestfish-actions.pod:4350
26204 #, no-wrap
26205 msgid ""
26206 " swapoff-uuid uuid\n"
26207 "\n"
26208 msgstr ""
26209
26210 #. type: =head2
26211 #: ../fish/guestfish-actions.pod:4355
26212 msgid "swapon-device"
26213 msgstr ""
26214
26215 #. type: verbatim
26216 #: ../fish/guestfish-actions.pod:4357
26217 #, no-wrap
26218 msgid ""
26219 " swapon-device device\n"
26220 "\n"
26221 msgstr ""
26222
26223 #. type: textblock
26224 #: ../fish/guestfish-actions.pod:4359
26225 msgid ""
26226 "This command enables the libguestfs appliance to use the swap device or "
26227 "partition named C<device>.  The increased memory is made available for all "
26228 "commands, for example those run using L</command> or L</sh>."
26229 msgstr ""
26230
26231 #. type: =head2
26232 #: ../fish/guestfish-actions.pod:4371
26233 msgid "swapon-file"
26234 msgstr ""
26235
26236 #. type: verbatim
26237 #: ../fish/guestfish-actions.pod:4373
26238 #, no-wrap
26239 msgid ""
26240 " swapon-file file\n"
26241 "\n"
26242 msgstr ""
26243
26244 #. type: textblock
26245 #: ../fish/guestfish-actions.pod:4375
26246 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26247 msgstr ""
26248
26249 #. type: =head2
26250 #: ../fish/guestfish-actions.pod:4378
26251 msgid "swapon-label"
26252 msgstr ""
26253
26254 #. type: verbatim
26255 #: ../fish/guestfish-actions.pod:4380
26256 #, no-wrap
26257 msgid ""
26258 " swapon-label label\n"
26259 "\n"
26260 msgstr ""
26261
26262 #. type: textblock
26263 #: ../fish/guestfish-actions.pod:4382
26264 msgid ""
26265 "This command enables swap to a labeled swap partition.  See "
26266 "L</swapon-device> for other notes."
26267 msgstr ""
26268
26269 #. type: =head2
26270 #: ../fish/guestfish-actions.pod:4385
26271 msgid "swapon-uuid"
26272 msgstr ""
26273
26274 #. type: verbatim
26275 #: ../fish/guestfish-actions.pod:4387
26276 #, no-wrap
26277 msgid ""
26278 " swapon-uuid uuid\n"
26279 "\n"
26280 msgstr ""
26281
26282 #. type: textblock
26283 #: ../fish/guestfish-actions.pod:4389
26284 msgid ""
26285 "This command enables swap to a swap partition with the given UUID.  See "
26286 "L</swapon-device> for other notes."
26287 msgstr ""
26288
26289 #. type: =head2
26290 #: ../fish/guestfish-actions.pod:4392
26291 msgid "sync"
26292 msgstr ""
26293
26294 #. type: verbatim
26295 #: ../fish/guestfish-actions.pod:4394
26296 #, no-wrap
26297 msgid ""
26298 " sync\n"
26299 "\n"
26300 msgstr ""
26301
26302 #. type: =head2
26303 #: ../fish/guestfish-actions.pod:4402
26304 msgid "tail"
26305 msgstr ""
26306
26307 #. type: verbatim
26308 #: ../fish/guestfish-actions.pod:4404
26309 #, no-wrap
26310 msgid ""
26311 " tail path\n"
26312 "\n"
26313 msgstr ""
26314
26315 #. type: =head2
26316 #: ../fish/guestfish-actions.pod:4412
26317 msgid "tail-n"
26318 msgstr ""
26319
26320 #. type: verbatim
26321 #: ../fish/guestfish-actions.pod:4414
26322 #, no-wrap
26323 msgid ""
26324 " tail-n nrlines path\n"
26325 "\n"
26326 msgstr ""
26327
26328 #. type: =head2
26329 #: ../fish/guestfish-actions.pod:4427
26330 msgid "tar-in"
26331 msgstr ""
26332
26333 #. type: verbatim
26334 #: ../fish/guestfish-actions.pod:4429
26335 #, no-wrap
26336 msgid ""
26337 " tar-in (tarfile|-) directory\n"
26338 "\n"
26339 msgstr ""
26340
26341 #. type: textblock
26342 #: ../fish/guestfish-actions.pod:4434
26343 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26344 msgstr ""
26345
26346 #. type: =head2
26347 #: ../fish/guestfish-actions.pod:4439
26348 msgid "tar-out"
26349 msgstr ""
26350
26351 #. type: verbatim
26352 #: ../fish/guestfish-actions.pod:4441
26353 #, no-wrap
26354 msgid ""
26355 " tar-out directory (tarfile|-)\n"
26356 "\n"
26357 msgstr ""
26358
26359 #. type: textblock
26360 #: ../fish/guestfish-actions.pod:4446
26361 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26362 msgstr ""
26363
26364 #. type: =head2
26365 #: ../fish/guestfish-actions.pod:4451
26366 msgid "tgz-in"
26367 msgstr ""
26368
26369 #. type: verbatim
26370 #: ../fish/guestfish-actions.pod:4453
26371 #, no-wrap
26372 msgid ""
26373 " tgz-in (tarball|-) directory\n"
26374 "\n"
26375 msgstr ""
26376
26377 #. type: textblock
26378 #: ../fish/guestfish-actions.pod:4458
26379 msgid "To upload an uncompressed tarball, use L</tar-in>."
26380 msgstr ""
26381
26382 #. type: =head2
26383 #: ../fish/guestfish-actions.pod:4462
26384 msgid "tgz-out"
26385 msgstr ""
26386
26387 #. type: verbatim
26388 #: ../fish/guestfish-actions.pod:4464
26389 #, no-wrap
26390 msgid ""
26391 " tgz-out directory (tarball|-)\n"
26392 "\n"
26393 msgstr ""
26394
26395 #. type: textblock
26396 #: ../fish/guestfish-actions.pod:4469
26397 msgid "To download an uncompressed tarball, use L</tar-out>."
26398 msgstr ""
26399
26400 #. type: =head2
26401 #: ../fish/guestfish-actions.pod:4473
26402 msgid "touch"
26403 msgstr ""
26404
26405 #. type: verbatim
26406 #: ../fish/guestfish-actions.pod:4475
26407 #, no-wrap
26408 msgid ""
26409 " touch path\n"
26410 "\n"
26411 msgstr ""
26412
26413 #. type: =head2
26414 #: ../fish/guestfish-actions.pod:4484
26415 msgid "truncate"
26416 msgstr ""
26417
26418 #. type: verbatim
26419 #: ../fish/guestfish-actions.pod:4486
26420 #, no-wrap
26421 msgid ""
26422 " truncate path\n"
26423 "\n"
26424 msgstr ""
26425
26426 #. type: =head2
26427 #: ../fish/guestfish-actions.pod:4491
26428 msgid "truncate-size"
26429 msgstr ""
26430
26431 #. type: verbatim
26432 #: ../fish/guestfish-actions.pod:4493
26433 #, no-wrap
26434 msgid ""
26435 " truncate-size path size\n"
26436 "\n"
26437 msgstr ""
26438
26439 #. type: textblock
26440 #: ../fish/guestfish-actions.pod:4498
26441 msgid ""
26442 "If the current file size is less than C<size> then the file is extended to "
26443 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26444 "blocks are not allocated for the file until you write to it).  To create a "
26445 "non-sparse file of zeroes, use L</fallocate64> instead."
26446 msgstr ""
26447
26448 #. type: =head2
26449 #: ../fish/guestfish-actions.pod:4504
26450 msgid "tune2fs-l"
26451 msgstr ""
26452
26453 #. type: verbatim
26454 #: ../fish/guestfish-actions.pod:4506
26455 #, no-wrap
26456 msgid ""
26457 " tune2fs-l device\n"
26458 "\n"
26459 msgstr ""
26460
26461 #. type: =head2
26462 #: ../fish/guestfish-actions.pod:4516
26463 msgid "txz-in"
26464 msgstr ""
26465
26466 #. type: verbatim
26467 #: ../fish/guestfish-actions.pod:4518
26468 #, no-wrap
26469 msgid ""
26470 " txz-in (tarball|-) directory\n"
26471 "\n"
26472 msgstr ""
26473
26474 #. type: =head2
26475 #: ../fish/guestfish-actions.pod:4525
26476 msgid "txz-out"
26477 msgstr ""
26478
26479 #. type: verbatim
26480 #: ../fish/guestfish-actions.pod:4527
26481 #, no-wrap
26482 msgid ""
26483 " txz-out directory (tarball|-)\n"
26484 "\n"
26485 msgstr ""
26486
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:4534
26489 msgid "umask"
26490 msgstr ""
26491
26492 #. type: verbatim
26493 #: ../fish/guestfish-actions.pod:4536
26494 #, no-wrap
26495 msgid ""
26496 " umask mask\n"
26497 "\n"
26498 msgstr ""
26499
26500 #. type: textblock
26501 #: ../fish/guestfish-actions.pod:4550
26502 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26503 msgstr ""
26504
26505 #. type: =head2
26506 #: ../fish/guestfish-actions.pod:4555
26507 msgid "umount"
26508 msgstr ""
26509
26510 #. type: =head2
26511 #: ../fish/guestfish-actions.pod:4557
26512 msgid "unmount"
26513 msgstr ""
26514
26515 #. type: verbatim
26516 #: ../fish/guestfish-actions.pod:4559
26517 #, no-wrap
26518 msgid ""
26519 " umount pathordevice\n"
26520 "\n"
26521 msgstr ""
26522
26523 #. type: =head2
26524 #: ../fish/guestfish-actions.pod:4565
26525 msgid "umount-all"
26526 msgstr ""
26527
26528 #. type: =head2
26529 #: ../fish/guestfish-actions.pod:4567
26530 msgid "unmount-all"
26531 msgstr ""
26532
26533 #. type: verbatim
26534 #: ../fish/guestfish-actions.pod:4569
26535 #, no-wrap
26536 msgid ""
26537 " umount-all\n"
26538 "\n"
26539 msgstr ""
26540
26541 #. type: =head2
26542 #: ../fish/guestfish-actions.pod:4575
26543 msgid "upload"
26544 msgstr ""
26545
26546 #. type: verbatim
26547 #: ../fish/guestfish-actions.pod:4577
26548 #, no-wrap
26549 msgid ""
26550 " upload (filename|-) remotefilename\n"
26551 "\n"
26552 msgstr ""
26553
26554 #. type: textblock
26555 #: ../fish/guestfish-actions.pod:4584
26556 msgid "See also L</download>."
26557 msgstr ""
26558
26559 #. type: =head2
26560 #: ../fish/guestfish-actions.pod:4588
26561 msgid "upload-offset"
26562 msgstr ""
26563
26564 #. type: verbatim
26565 #: ../fish/guestfish-actions.pod:4590
26566 #, no-wrap
26567 msgid ""
26568 " upload-offset (filename|-) remotefilename offset\n"
26569 "\n"
26570 msgstr ""
26571
26572 #. type: textblock
26573 #: ../fish/guestfish-actions.pod:4602
26574 msgid ""
26575 "Note that there is no limit on the amount of data that can be uploaded with "
26576 "this call, unlike with L</pwrite>, and this call always writes the full "
26577 "amount unless an error occurs."
26578 msgstr ""
26579
26580 #. type: textblock
26581 #: ../fish/guestfish-actions.pod:4607
26582 msgid "See also L</upload>, L</pwrite>."
26583 msgstr ""
26584
26585 #. type: =head2
26586 #: ../fish/guestfish-actions.pod:4611
26587 msgid "utimens"
26588 msgstr ""
26589
26590 #. type: verbatim
26591 #: ../fish/guestfish-actions.pod:4613
26592 #, no-wrap
26593 msgid ""
26594 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26595 "\n"
26596 msgstr ""
26597
26598 #. type: =head2
26599 #: ../fish/guestfish-actions.pod:4632
26600 msgid "version"
26601 msgstr ""
26602
26603 #. type: verbatim
26604 #: ../fish/guestfish-actions.pod:4634
26605 #, no-wrap
26606 msgid ""
26607 " version\n"
26608 "\n"
26609 msgstr ""
26610
26611 #. type: textblock
26612 #: ../fish/guestfish-actions.pod:4661
26613 msgid ""
26614 "I<Note:> Don't use this call to test for availability of features.  In "
26615 "enterprise distributions we backport features from later versions into "
26616 "earlier versions, making this an unreliable way to test for features.  Use "
26617 "L</available> instead."
26618 msgstr ""
26619
26620 #. type: =head2
26621 #: ../fish/guestfish-actions.pod:4667
26622 msgid "vfs-label"
26623 msgstr ""
26624
26625 #. type: verbatim
26626 #: ../fish/guestfish-actions.pod:4669
26627 #, no-wrap
26628 msgid ""
26629 " vfs-label device\n"
26630 "\n"
26631 msgstr ""
26632
26633 #. type: textblock
26634 #: ../fish/guestfish-actions.pod:4676
26635 msgid "To find a filesystem from the label, use L</findfs-label>."
26636 msgstr ""
26637
26638 #. type: =head2
26639 #: ../fish/guestfish-actions.pod:4678
26640 msgid "vfs-type"
26641 msgstr ""
26642
26643 #. type: verbatim
26644 #: ../fish/guestfish-actions.pod:4680
26645 #, no-wrap
26646 msgid ""
26647 " vfs-type device\n"
26648 "\n"
26649 msgstr ""
26650
26651 #. type: =head2
26652 #: ../fish/guestfish-actions.pod:4690
26653 msgid "vfs-uuid"
26654 msgstr ""
26655
26656 #. type: verbatim
26657 #: ../fish/guestfish-actions.pod:4692
26658 #, no-wrap
26659 msgid ""
26660 " vfs-uuid device\n"
26661 "\n"
26662 msgstr ""
26663
26664 #. type: textblock
26665 #: ../fish/guestfish-actions.pod:4699
26666 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26667 msgstr ""
26668
26669 #. type: =head2
26670 #: ../fish/guestfish-actions.pod:4701
26671 msgid "vg-activate"
26672 msgstr ""
26673
26674 #. type: verbatim
26675 #: ../fish/guestfish-actions.pod:4703
26676 #, no-wrap
26677 msgid ""
26678 " vg-activate true|false 'volgroups ...'\n"
26679 "\n"
26680 msgstr ""
26681
26682 #. type: =head2
26683 #: ../fish/guestfish-actions.pod:4716
26684 msgid "vg-activate-all"
26685 msgstr ""
26686
26687 #. type: verbatim
26688 #: ../fish/guestfish-actions.pod:4718
26689 #, no-wrap
26690 msgid ""
26691 " vg-activate-all true|false\n"
26692 "\n"
26693 msgstr ""
26694
26695 #. type: =head2
26696 #: ../fish/guestfish-actions.pod:4728
26697 msgid "vgcreate"
26698 msgstr ""
26699
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:4730
26702 #, no-wrap
26703 msgid ""
26704 " vgcreate volgroup 'physvols ...'\n"
26705 "\n"
26706 msgstr ""
26707
26708 #. type: =head2
26709 #: ../fish/guestfish-actions.pod:4735
26710 msgid "vglvuuids"
26711 msgstr ""
26712
26713 #. type: verbatim
26714 #: ../fish/guestfish-actions.pod:4737
26715 #, no-wrap
26716 msgid ""
26717 " vglvuuids vgname\n"
26718 "\n"
26719 msgstr ""
26720
26721 #. type: textblock
26722 #: ../fish/guestfish-actions.pod:4742
26723 msgid ""
26724 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26725 "logical volumes and volume groups."
26726 msgstr ""
26727
26728 #. type: textblock
26729 #: ../fish/guestfish-actions.pod:4745
26730 msgid "See also L</vgpvuuids>."
26731 msgstr ""
26732
26733 #. type: =head2
26734 #: ../fish/guestfish-actions.pod:4747
26735 msgid "vgpvuuids"
26736 msgstr ""
26737
26738 #. type: verbatim
26739 #: ../fish/guestfish-actions.pod:4749
26740 #, no-wrap
26741 msgid ""
26742 " vgpvuuids vgname\n"
26743 "\n"
26744 msgstr ""
26745
26746 #. type: textblock
26747 #: ../fish/guestfish-actions.pod:4754
26748 msgid ""
26749 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26750 "physical volumes and volume groups."
26751 msgstr ""
26752
26753 #. type: textblock
26754 #: ../fish/guestfish-actions.pod:4757
26755 msgid "See also L</vglvuuids>."
26756 msgstr ""
26757
26758 #. type: =head2
26759 #: ../fish/guestfish-actions.pod:4759
26760 msgid "vgremove"
26761 msgstr ""
26762
26763 #. type: verbatim
26764 #: ../fish/guestfish-actions.pod:4761
26765 #, no-wrap
26766 msgid ""
26767 " vgremove vgname\n"
26768 "\n"
26769 msgstr ""
26770
26771 #. type: =head2
26772 #: ../fish/guestfish-actions.pod:4768
26773 msgid "vgrename"
26774 msgstr ""
26775
26776 #. type: verbatim
26777 #: ../fish/guestfish-actions.pod:4770
26778 #, no-wrap
26779 msgid ""
26780 " vgrename volgroup newvolgroup\n"
26781 "\n"
26782 msgstr ""
26783
26784 #. type: =head2
26785 #: ../fish/guestfish-actions.pod:4774
26786 msgid "vgs"
26787 msgstr ""
26788
26789 #. type: verbatim
26790 #: ../fish/guestfish-actions.pod:4776
26791 #, no-wrap
26792 msgid ""
26793 " vgs\n"
26794 "\n"
26795 msgstr ""
26796
26797 #. type: textblock
26798 #: ../fish/guestfish-actions.pod:4784
26799 msgid "See also L</vgs-full>."
26800 msgstr ""
26801
26802 #. type: =head2
26803 #: ../fish/guestfish-actions.pod:4786
26804 msgid "vgs-full"
26805 msgstr ""
26806
26807 #. type: verbatim
26808 #: ../fish/guestfish-actions.pod:4788
26809 #, no-wrap
26810 msgid ""
26811 " vgs-full\n"
26812 "\n"
26813 msgstr ""
26814
26815 #. type: =head2
26816 #: ../fish/guestfish-actions.pod:4793
26817 msgid "vgscan"
26818 msgstr ""
26819
26820 #. type: verbatim
26821 #: ../fish/guestfish-actions.pod:4795
26822 #, no-wrap
26823 msgid ""
26824 " vgscan\n"
26825 "\n"
26826 msgstr ""
26827
26828 #. type: =head2
26829 #: ../fish/guestfish-actions.pod:4800
26830 msgid "vguuid"
26831 msgstr ""
26832
26833 #. type: verbatim
26834 #: ../fish/guestfish-actions.pod:4802
26835 #, no-wrap
26836 msgid ""
26837 " vguuid vgname\n"
26838 "\n"
26839 msgstr ""
26840
26841 #. type: =head2
26842 #: ../fish/guestfish-actions.pod:4806
26843 msgid "wc-c"
26844 msgstr ""
26845
26846 #. type: verbatim
26847 #: ../fish/guestfish-actions.pod:4808
26848 #, no-wrap
26849 msgid ""
26850 " wc-c path\n"
26851 "\n"
26852 msgstr ""
26853
26854 #. type: =head2
26855 #: ../fish/guestfish-actions.pod:4813
26856 msgid "wc-l"
26857 msgstr ""
26858
26859 #. type: verbatim
26860 #: ../fish/guestfish-actions.pod:4815
26861 #, no-wrap
26862 msgid ""
26863 " wc-l path\n"
26864 "\n"
26865 msgstr ""
26866
26867 #. type: =head2
26868 #: ../fish/guestfish-actions.pod:4820
26869 msgid "wc-w"
26870 msgstr ""
26871
26872 #. type: verbatim
26873 #: ../fish/guestfish-actions.pod:4822
26874 #, no-wrap
26875 msgid ""
26876 " wc-w path\n"
26877 "\n"
26878 msgstr ""
26879
26880 #. type: =head2
26881 #: ../fish/guestfish-actions.pod:4827
26882 msgid "write"
26883 msgstr ""
26884
26885 #. type: verbatim
26886 #: ../fish/guestfish-actions.pod:4829
26887 #, no-wrap
26888 msgid ""
26889 " write path content\n"
26890 "\n"
26891 msgstr ""
26892
26893 #. type: =head2
26894 #: ../fish/guestfish-actions.pod:4837
26895 msgid "write-file"
26896 msgstr ""
26897
26898 #. type: verbatim
26899 #: ../fish/guestfish-actions.pod:4839
26900 #, no-wrap
26901 msgid ""
26902 " write-file path content size\n"
26903 "\n"
26904 msgstr ""
26905
26906 #. type: =head2
26907 #: ../fish/guestfish-actions.pod:4862
26908 msgid "zegrep"
26909 msgstr ""
26910
26911 #. type: verbatim
26912 #: ../fish/guestfish-actions.pod:4864
26913 #, no-wrap
26914 msgid ""
26915 " zegrep regex path\n"
26916 "\n"
26917 msgstr ""
26918
26919 #. type: =head2
26920 #: ../fish/guestfish-actions.pod:4872
26921 msgid "zegrepi"
26922 msgstr ""
26923
26924 #. type: verbatim
26925 #: ../fish/guestfish-actions.pod:4874
26926 #, no-wrap
26927 msgid ""
26928 " zegrepi regex path\n"
26929 "\n"
26930 msgstr ""
26931
26932 #. type: =head2
26933 #: ../fish/guestfish-actions.pod:4882
26934 msgid "zero"
26935 msgstr ""
26936
26937 #. type: verbatim
26938 #: ../fish/guestfish-actions.pod:4884
26939 #, no-wrap
26940 msgid ""
26941 " zero device\n"
26942 "\n"
26943 msgstr ""
26944
26945 #. type: textblock
26946 #: ../fish/guestfish-actions.pod:4892
26947 msgid "See also: L</zero-device>, L</scrub-device>."
26948 msgstr ""
26949
26950 #. type: =head2
26951 #: ../fish/guestfish-actions.pod:4894
26952 msgid "zero-device"
26953 msgstr ""
26954
26955 #. type: verbatim
26956 #: ../fish/guestfish-actions.pod:4896
26957 #, no-wrap
26958 msgid ""
26959 " zero-device device\n"
26960 "\n"
26961 msgstr ""
26962
26963 #. type: textblock
26964 #: ../fish/guestfish-actions.pod:4898
26965 msgid ""
26966 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26967 "which just zeroes the first few blocks of a device."
26968 msgstr ""
26969
26970 #. type: =head2
26971 #: ../fish/guestfish-actions.pod:4905
26972 msgid "zerofree"
26973 msgstr ""
26974
26975 #. type: verbatim
26976 #: ../fish/guestfish-actions.pod:4907
26977 #, no-wrap
26978 msgid ""
26979 " zerofree device\n"
26980 "\n"
26981 msgstr ""
26982
26983 #. type: =head2
26984 #: ../fish/guestfish-actions.pod:4920
26985 msgid "zfgrep"
26986 msgstr ""
26987
26988 #. type: verbatim
26989 #: ../fish/guestfish-actions.pod:4922
26990 #, no-wrap
26991 msgid ""
26992 " zfgrep pattern path\n"
26993 "\n"
26994 msgstr ""
26995
26996 #. type: =head2
26997 #: ../fish/guestfish-actions.pod:4930
26998 msgid "zfgrepi"
26999 msgstr ""
27000
27001 #. type: verbatim
27002 #: ../fish/guestfish-actions.pod:4932
27003 #, no-wrap
27004 msgid ""
27005 " zfgrepi pattern path\n"
27006 "\n"
27007 msgstr ""
27008
27009 #. type: =head2
27010 #: ../fish/guestfish-actions.pod:4940
27011 msgid "zfile"
27012 msgstr ""
27013
27014 #. type: verbatim
27015 #: ../fish/guestfish-actions.pod:4942
27016 #, no-wrap
27017 msgid ""
27018 " zfile meth path\n"
27019 "\n"
27020 msgstr ""
27021
27022 #. type: textblock
27023 #: ../fish/guestfish-actions.pod:4949
27024 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
27025 msgstr ""
27026
27027 #. type: =head2
27028 #: ../fish/guestfish-actions.pod:4959
27029 msgid "zgrep"
27030 msgstr ""
27031
27032 #. type: verbatim
27033 #: ../fish/guestfish-actions.pod:4961
27034 #, no-wrap
27035 msgid ""
27036 " zgrep regex path\n"
27037 "\n"
27038 msgstr ""
27039
27040 #. type: =head2
27041 #: ../fish/guestfish-actions.pod:4969
27042 msgid "zgrepi"
27043 msgstr ""
27044
27045 #. type: verbatim
27046 #: ../fish/guestfish-actions.pod:4971
27047 #, no-wrap
27048 msgid ""
27049 " zgrepi regex path\n"
27050 "\n"
27051 msgstr ""
27052
27053 #. type: =head2
27054 #: ../fish/guestfish-commands.pod:1
27055 msgid "alloc"
27056 msgstr ""
27057
27058 #. type: =head2
27059 #: ../fish/guestfish-commands.pod:3
27060 msgid "allocate"
27061 msgstr ""
27062
27063 #. type: verbatim
27064 #: ../fish/guestfish-commands.pod:5
27065 #, no-wrap
27066 msgid ""
27067 " alloc filename size\n"
27068 "\n"
27069 msgstr ""
27070
27071 #. type: textblock
27072 #: ../fish/guestfish-commands.pod:7
27073 msgid ""
27074 "This creates an empty (zeroed) file of the given size, and then adds so it "
27075 "can be further examined."
27076 msgstr ""
27077
27078 #. type: textblock
27079 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27080 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27081 msgstr ""
27082
27083 #. type: textblock
27084 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27085 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27086 msgstr ""
27087
27088 #. type: textblock
27089 #: ../fish/guestfish-commands.pod:14
27090 msgid ""
27091 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27092 "image, see L</PREPARED DISK IMAGES>."
27093 msgstr ""
27094
27095 #. type: =head2
27096 #: ../fish/guestfish-commands.pod:17
27097 msgid "copy-in"
27098 msgstr ""
27099
27100 #. type: verbatim
27101 #: ../fish/guestfish-commands.pod:19
27102 #, no-wrap
27103 msgid ""
27104 " copy-in local [local ...] /remotedir\n"
27105 "\n"
27106 msgstr ""
27107
27108 #. type: textblock
27109 #: ../fish/guestfish-commands.pod:21
27110 msgid ""
27111 "C<copy-in> copies local files or directories recursively into the disk "
27112 "image, placing them in the directory called C</remotedir> (which must "
27113 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27114 "other commands as necessary."
27115 msgstr ""
27116
27117 #. type: textblock
27118 #: ../fish/guestfish-commands.pod:26
27119 msgid ""
27120 "Multiple local files and directories can be specified, but the last "
27121 "parameter must always be a remote directory.  Wildcards cannot be used."
27122 msgstr ""
27123
27124 #. type: =head2
27125 #: ../fish/guestfish-commands.pod:30
27126 msgid "copy-out"
27127 msgstr ""
27128
27129 #. type: verbatim
27130 #: ../fish/guestfish-commands.pod:32
27131 #, no-wrap
27132 msgid ""
27133 " copy-out remote [remote ...] localdir\n"
27134 "\n"
27135 msgstr ""
27136
27137 #. type: textblock
27138 #: ../fish/guestfish-commands.pod:34
27139 msgid ""
27140 "C<copy-out> copies remote files or directories recursively out of the disk "
27141 "image, placing them on the host disk in a local directory called C<localdir> "
27142 "(which must exist).  This guestfish meta-command turns into a sequence of "
27143 "L</download>, L</tar-out> and other commands as necessary."
27144 msgstr ""
27145
27146 #. type: textblock
27147 #: ../fish/guestfish-commands.pod:40
27148 msgid ""
27149 "Multiple remote files and directories can be specified, but the last "
27150 "parameter must always be a local directory.  To download to the current "
27151 "directory, use C<.> as in:"
27152 msgstr ""
27153
27154 #. type: verbatim
27155 #: ../fish/guestfish-commands.pod:44
27156 #, no-wrap
27157 msgid ""
27158 " copy-out /home .\n"
27159 "\n"
27160 msgstr ""
27161
27162 #. type: textblock
27163 #: ../fish/guestfish-commands.pod:46
27164 msgid ""
27165 "Wildcards cannot be used in the ordinary command, but you can use them with "
27166 "the help of L</glob> like this:"
27167 msgstr ""
27168
27169 #. type: verbatim
27170 #: ../fish/guestfish-commands.pod:49
27171 #, no-wrap
27172 msgid ""
27173 " glob copy-out /home/* .\n"
27174 "\n"
27175 msgstr ""
27176
27177 #. type: =head2
27178 #: ../fish/guestfish-commands.pod:51
27179 msgid "echo"
27180 msgstr ""
27181
27182 #. type: verbatim
27183 #: ../fish/guestfish-commands.pod:53
27184 #, no-wrap
27185 msgid ""
27186 " echo [params ...]\n"
27187 "\n"
27188 msgstr ""
27189
27190 #. type: textblock
27191 #: ../fish/guestfish-commands.pod:55
27192 msgid "This echos the parameters to the terminal."
27193 msgstr ""
27194
27195 #. type: =head2
27196 #: ../fish/guestfish-commands.pod:57
27197 msgid "edit"
27198 msgstr ""
27199
27200 #. type: =head2
27201 #: ../fish/guestfish-commands.pod:59
27202 msgid "vi"
27203 msgstr ""
27204
27205 #. type: =head2
27206 #: ../fish/guestfish-commands.pod:61
27207 msgid "emacs"
27208 msgstr ""
27209
27210 #. type: verbatim
27211 #: ../fish/guestfish-commands.pod:63
27212 #, no-wrap
27213 msgid ""
27214 " edit filename\n"
27215 "\n"
27216 msgstr ""
27217
27218 #. type: textblock
27219 #: ../fish/guestfish-commands.pod:65
27220 msgid ""
27221 "This is used to edit a file.  It downloads the file, edits it locally using "
27222 "your editor, then uploads the result."
27223 msgstr ""
27224
27225 #. type: textblock
27226 #: ../fish/guestfish-commands.pod:68
27227 msgid ""
27228 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27229 "or C<emacs> you will get those corresponding editors."
27230 msgstr ""
27231
27232 #. type: =head2
27233 #: ../fish/guestfish-commands.pod:72
27234 msgid "glob"
27235 msgstr ""
27236
27237 #. type: verbatim
27238 #: ../fish/guestfish-commands.pod:74
27239 #, no-wrap
27240 msgid ""
27241 " glob command args...\n"
27242 "\n"
27243 msgstr ""
27244
27245 #. type: textblock
27246 #: ../fish/guestfish-commands.pod:76
27247 msgid ""
27248 "Expand wildcards in any paths in the args list, and run C<command> "
27249 "repeatedly on each matching path."
27250 msgstr ""
27251
27252 #. type: textblock
27253 #: ../fish/guestfish-commands.pod:79
27254 msgid "See L</WILDCARDS AND GLOBBING>."
27255 msgstr ""
27256
27257 #. type: =head2
27258 #: ../fish/guestfish-commands.pod:81
27259 msgid "hexedit"
27260 msgstr ""
27261
27262 #. type: verbatim
27263 #: ../fish/guestfish-commands.pod:83
27264 #, no-wrap
27265 msgid ""
27266 " hexedit <filename|device>\n"
27267 " hexedit <filename|device> <max>\n"
27268 " hexedit <filename|device> <start> <max>\n"
27269 "\n"
27270 msgstr ""
27271
27272 #. type: textblock
27273 #: ../fish/guestfish-commands.pod:87
27274 msgid ""
27275 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27276 "device."
27277 msgstr ""
27278
27279 #. type: textblock
27280 #: ../fish/guestfish-commands.pod:90
27281 msgid ""
27282 "This command works by downloading potentially the whole file or device, "
27283 "editing it locally, then uploading it.  If the file or device is large, you "
27284 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27285 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27286 "usual modifiers allowed such as C<1M> (1 megabyte)."
27287 msgstr ""
27288
27289 #. type: textblock
27290 #: ../fish/guestfish-commands.pod:97
27291 msgid "For example to edit the first few sectors of a disk you might do:"
27292 msgstr ""
27293
27294 #. type: verbatim
27295 #: ../fish/guestfish-commands.pod:100
27296 #, no-wrap
27297 msgid ""
27298 " hexedit /dev/sda 1M\n"
27299 "\n"
27300 msgstr ""
27301
27302 #. type: textblock
27303 #: ../fish/guestfish-commands.pod:102
27304 msgid ""
27305 "which would allow you to edit anywhere within the first megabyte of the "
27306 "disk."
27307 msgstr ""
27308
27309 #. type: textblock
27310 #: ../fish/guestfish-commands.pod:105
27311 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27312 msgstr ""
27313
27314 #. type: verbatim
27315 #: ../fish/guestfish-commands.pod:107
27316 #, no-wrap
27317 msgid ""
27318 " hexedit /dev/sda1 0x400 0x400\n"
27319 "\n"
27320 msgstr ""
27321
27322 #. type: textblock
27323 #: ../fish/guestfish-commands.pod:109
27324 msgid "(assuming the superblock is in the standard location)."
27325 msgstr ""
27326
27327 #. type: textblock
27328 #: ../fish/guestfish-commands.pod:111
27329 msgid ""
27330 "This command requires the external L<hexedit(1)> program.  You can specify "
27331 "another program to use by setting the C<HEXEDITOR> environment variable."
27332 msgstr ""
27333
27334 #. type: textblock
27335 #: ../fish/guestfish-commands.pod:115
27336 msgid "See also L</hexdump>."
27337 msgstr ""
27338
27339 #. type: =head2
27340 #: ../fish/guestfish-commands.pod:117
27341 msgid "lcd"
27342 msgstr ""
27343
27344 #. type: verbatim
27345 #: ../fish/guestfish-commands.pod:119
27346 #, no-wrap
27347 msgid ""
27348 " lcd directory\n"
27349 "\n"
27350 msgstr ""
27351
27352 #. type: textblock
27353 #: ../fish/guestfish-commands.pod:121
27354 msgid "Change the local directory, ie. the current directory of guestfish itself."
27355 msgstr ""
27356
27357 #. type: textblock
27358 #: ../fish/guestfish-commands.pod:124
27359 msgid "Note that C<!cd> won't do what you might expect."
27360 msgstr ""
27361
27362 #. type: =head2
27363 #: ../fish/guestfish-commands.pod:126
27364 msgid "man"
27365 msgstr ""
27366
27367 #. type: =head2
27368 #: ../fish/guestfish-commands.pod:128
27369 msgid "manual"
27370 msgstr ""
27371
27372 #. type: verbatim
27373 #: ../fish/guestfish-commands.pod:130
27374 #, no-wrap
27375 msgid ""
27376 "  man\n"
27377 "\n"
27378 msgstr ""
27379
27380 #. type: textblock
27381 #: ../fish/guestfish-commands.pod:132
27382 msgid "Opens the manual page for guestfish."
27383 msgstr ""
27384
27385 #. type: =head2
27386 #: ../fish/guestfish-commands.pod:134
27387 msgid "more"
27388 msgstr ""
27389
27390 #. type: =head2
27391 #: ../fish/guestfish-commands.pod:136
27392 msgid "less"
27393 msgstr ""
27394
27395 #. type: verbatim
27396 #: ../fish/guestfish-commands.pod:138
27397 #, no-wrap
27398 msgid ""
27399 " more filename\n"
27400 "\n"
27401 msgstr ""
27402
27403 #. type: verbatim
27404 #: ../fish/guestfish-commands.pod:140
27405 #, no-wrap
27406 msgid ""
27407 " less filename\n"
27408 "\n"
27409 msgstr ""
27410
27411 #. type: textblock
27412 #: ../fish/guestfish-commands.pod:142
27413 msgid "This is used to view a file."
27414 msgstr ""
27415
27416 #. type: textblock
27417 #: ../fish/guestfish-commands.pod:144
27418 msgid ""
27419 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27420 "C<less> you will get the C<less> command specifically."
27421 msgstr ""
27422
27423 #. type: =head2
27424 #: ../fish/guestfish-commands.pod:147
27425 msgid "reopen"
27426 msgstr ""
27427
27428 #. type: verbatim
27429 #: ../fish/guestfish-commands.pod:149
27430 #, no-wrap
27431 msgid ""
27432 "  reopen\n"
27433 "\n"
27434 msgstr ""
27435
27436 #. type: textblock
27437 #: ../fish/guestfish-commands.pod:151
27438 msgid ""
27439 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27440 "normally, because the handle is closed properly when guestfish exits.  "
27441 "However this is occasionally useful for testing."
27442 msgstr ""
27443
27444 #. type: =head2
27445 #: ../fish/guestfish-commands.pod:155
27446 msgid "sparse"
27447 msgstr ""
27448
27449 #. type: verbatim
27450 #: ../fish/guestfish-commands.pod:157
27451 #, no-wrap
27452 msgid ""
27453 " sparse filename size\n"
27454 "\n"
27455 msgstr ""
27456
27457 #. type: textblock
27458 #: ../fish/guestfish-commands.pod:159
27459 msgid ""
27460 "This creates an empty sparse file of the given size, and then adds so it can "
27461 "be further examined."
27462 msgstr ""
27463
27464 #. type: textblock
27465 #: ../fish/guestfish-commands.pod:162
27466 msgid ""
27467 "In all respects it works the same as the L</alloc> command, except that the "
27468 "image file is allocated sparsely, which means that disk blocks are not "
27469 "assigned to the file until they are needed.  Sparse disk files only use "
27470 "space when written to, but they are slower and there is a danger you could "
27471 "run out of real disk space during a write operation."
27472 msgstr ""
27473
27474 #. type: =head2
27475 #: ../fish/guestfish-commands.pod:172
27476 msgid "supported"
27477 msgstr ""
27478
27479 #. type: verbatim
27480 #: ../fish/guestfish-commands.pod:174
27481 #, no-wrap
27482 msgid ""
27483 " supported\n"
27484 "\n"
27485 msgstr ""
27486
27487 #. type: textblock
27488 #: ../fish/guestfish-commands.pod:176
27489 msgid ""
27490 "This command returns a list of the optional groups known to the daemon, and "
27491 "indicates which ones are supported by this build of the libguestfs "
27492 "appliance."
27493 msgstr ""
27494
27495 #. type: textblock
27496 #: ../fish/guestfish-commands.pod:180
27497 msgid "See also L<guestfs(3)/AVAILABILITY>."
27498 msgstr ""
27499
27500 #. type: =head2
27501 #: ../fish/guestfish-commands.pod:182
27502 msgid "time"
27503 msgstr ""
27504
27505 #. type: verbatim
27506 #: ../fish/guestfish-commands.pod:184
27507 #, no-wrap
27508 msgid ""
27509 " time command args...\n"
27510 "\n"
27511 msgstr ""
27512
27513 #. type: textblock
27514 #: ../fish/guestfish-commands.pod:186
27515 msgid ""
27516 "Run the command as usual, but print the elapsed time afterwards.  This can "
27517 "be useful for benchmarking operations."
27518 msgstr ""
27519
27520 #. type: textblock
27521 #: ../test-tool/libguestfs-test-tool.pod:5
27522 msgid "libguestfs-test-tool - End user tests for libguestfs"
27523 msgstr ""
27524
27525 #. type: verbatim
27526 #: ../test-tool/libguestfs-test-tool.pod:9
27527 #, no-wrap
27528 msgid ""
27529 " libguestfs-test-tool [--options]\n"
27530 "\n"
27531 msgstr ""
27532
27533 #. type: textblock
27534 #: ../test-tool/libguestfs-test-tool.pod:13
27535 msgid ""
27536 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27537 "and developers, to allow them to check basic libguestfs functionality is "
27538 "working.  This is needed because libguestfs occasionally breaks for reasons "
27539 "beyond our control: usually because of changes in the underlying qemu or "
27540 "kernel packages, or the host environment."
27541 msgstr ""
27542
27543 #. type: textblock
27544 #: ../test-tool/libguestfs-test-tool.pod:20
27545 msgid "If you suspect a problem in libguestfs, then just run:"
27546 msgstr ""
27547
27548 #. type: verbatim
27549 #: ../test-tool/libguestfs-test-tool.pod:22
27550 #, no-wrap
27551 msgid ""
27552 " libguestfs-test-tool\n"
27553 "\n"
27554 msgstr ""
27555
27556 #. type: textblock
27557 #: ../test-tool/libguestfs-test-tool.pod:24
27558 msgid "It will print lots of diagnostic messages."
27559 msgstr ""
27560
27561 #. type: textblock
27562 #: ../test-tool/libguestfs-test-tool.pod:26
27563 msgid "If it runs to completion successfully, you will see this near the end:"
27564 msgstr ""
27565
27566 #. type: verbatim
27567 #: ../test-tool/libguestfs-test-tool.pod:28
27568 #, no-wrap
27569 msgid ""
27570 " ===== TEST FINISHED OK =====\n"
27571 "\n"
27572 msgstr ""
27573
27574 #. type: textblock
27575 #: ../test-tool/libguestfs-test-tool.pod:30
27576 msgid "and the test tool will exit with code 0."
27577 msgstr ""
27578
27579 #. type: textblock
27580 #: ../test-tool/libguestfs-test-tool.pod:32
27581 msgid ""
27582 "If it fails (and/or exits with non-zero error code), please paste the "
27583 "B<complete, unedited> output of the test tool into a bug report.  More "
27584 "information about reporting bugs can be found on the "
27585 "L<http://libguestfs.org/> website."
27586 msgstr ""
27587
27588 #. type: =item
27589 #: ../test-tool/libguestfs-test-tool.pod:41
27590 msgid "I<--help>"
27591 msgstr ""
27592
27593 #. type: textblock
27594 #: ../test-tool/libguestfs-test-tool.pod:43
27595 msgid "Display short usage information and exit."
27596 msgstr ""
27597
27598 #. type: =item
27599 #: ../test-tool/libguestfs-test-tool.pod:45
27600 msgid "I<--qemu qemu_binary>"
27601 msgstr ""
27602
27603 #. type: textblock
27604 #: ../test-tool/libguestfs-test-tool.pod:47
27605 msgid ""
27606 "If you have downloaded another qemu binary, point this option at the full "
27607 "path of the binary to try it."
27608 msgstr ""
27609
27610 #. type: =item
27611 #: ../test-tool/libguestfs-test-tool.pod:50
27612 msgid "I<--qemudir qemu_source_dir>"
27613 msgstr ""
27614
27615 #. type: textblock
27616 #: ../test-tool/libguestfs-test-tool.pod:52
27617 msgid ""
27618 "If you have compiled qemu from source, point this option at the source "
27619 "directory to try it."
27620 msgstr ""
27621
27622 #. type: =item
27623 #: ../test-tool/libguestfs-test-tool.pod:55
27624 msgid "I<--timeout N>"
27625 msgstr ""
27626
27627 #. type: textblock
27628 #: ../test-tool/libguestfs-test-tool.pod:57
27629 msgid ""
27630 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27631 "does not usually need to be adjusted unless your machine is very slow."
27632 msgstr ""
27633
27634 #. type: =head1
27635 #: ../test-tool/libguestfs-test-tool.pod:63
27636 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27637 msgstr ""
27638
27639 #. type: textblock
27640 #: ../test-tool/libguestfs-test-tool.pod:65
27641 msgid ""
27642 "If you have compiled another version of qemu from source and would like to "
27643 "try that, then you can use the I<--qemudir> option to point to the qemu "
27644 "source directory."
27645 msgstr ""
27646
27647 #. type: textblock
27648 #: ../test-tool/libguestfs-test-tool.pod:69
27649 msgid ""
27650 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27651 "option to point to the binary."
27652 msgstr ""
27653
27654 #. type: textblock
27655 #: ../test-tool/libguestfs-test-tool.pod:72
27656 msgid ""
27657 "When using an alternate qemu with libguestfs, usually you would need to "
27658 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27659 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27660 "when you use either of the I<--qemudir> or I<--qemu> options."
27661 msgstr ""
27662
27663 #. type: textblock
27664 #: ../test-tool/libguestfs-test-tool.pod:79
27665 msgid ""
27666 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27667 "I<1> if there was an error."
27668 msgstr ""
27669
27670 #. type: textblock
27671 #: ../test-tool/libguestfs-test-tool.pod:84
27672 msgid ""
27673 "For the full list of environment variables which may affect libguestfs, "
27674 "please see the L<guestfs(3)> manual page."
27675 msgstr ""
27676
27677 #. type: textblock
27678 #: ../test-tool/libguestfs-test-tool.pod:89
27679 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27680 msgstr ""
27681
27682 #. type: textblock
27683 #: ../fuse/guestmount.pod:5
27684 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27685 msgstr ""
27686
27687 #. type: verbatim
27688 #: ../fuse/guestmount.pod:9
27689 #, no-wrap
27690 msgid ""
27691 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27692 "\n"
27693 msgstr ""
27694
27695 #. type: verbatim
27696 #: ../fuse/guestmount.pod:11
27697 #, no-wrap
27698 msgid ""
27699 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27700 "\n"
27701 msgstr ""
27702
27703 #. type: verbatim
27704 #: ../fuse/guestmount.pod:13
27705 #, no-wrap
27706 msgid ""
27707 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27708 "\n"
27709 msgstr ""
27710
27711 #. type: textblock
27712 #: ../fuse/guestmount.pod:17
27713 msgid ""
27714 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27715 "machines.  If you do this, you risk disk corruption in the VM."
27716 msgstr ""
27717
27718 #. type: textblock
27719 #: ../fuse/guestmount.pod:22
27720 msgid ""
27721 "The guestmount program can be used to mount virtual machine filesystems and "
27722 "other disk images on the host.  It uses libguestfs for access to the guest "
27723 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27724 "a mountable device."
27725 msgstr ""
27726
27727 #. type: textblock
27728 #: ../fuse/guestmount.pod:27
27729 msgid ""
27730 "Along with other options, you have to give at least one device (I<-a> "
27731 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27732 "option) or use the I<-i> inspection option.  How this works is better "
27733 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27734 "below."
27735 msgstr ""
27736
27737 #. type: textblock
27738 #: ../fuse/guestmount.pod:33
27739 msgid ""
27740 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27741 "by you, and the filesystem will not be visible to any other users unless you "
27742 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27743 "the filesystem, use the C<fusermount -u> command."
27744 msgstr ""
27745
27746 #. type: textblock
27747 #: ../fuse/guestmount.pod:41
27748 msgid ""
27749 "For a typical Windows guest which has its main filesystem on the first "
27750 "partition:"
27751 msgstr ""
27752
27753 #. type: verbatim
27754 #: ../fuse/guestmount.pod:44
27755 #, no-wrap
27756 msgid ""
27757 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27758 "\n"
27759 msgstr ""
27760
27761 #. type: textblock
27762 #: ../fuse/guestmount.pod:46
27763 msgid ""
27764 "For a typical Linux guest which has a /boot filesystem on the first "
27765 "partition, and the root filesystem on a logical volume:"
27766 msgstr ""
27767
27768 #. type: verbatim
27769 #: ../fuse/guestmount.pod:49
27770 #, no-wrap
27771 msgid ""
27772 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27773 "\n"
27774 msgstr ""
27775
27776 #. type: textblock
27777 #: ../fuse/guestmount.pod:51
27778 msgid "To get libguestfs to detect guest mountpoints for you:"
27779 msgstr ""
27780
27781 #. type: verbatim
27782 #: ../fuse/guestmount.pod:53
27783 #, no-wrap
27784 msgid ""
27785 " guestmount -a guest.img -i --ro /mnt\n"
27786 "\n"
27787 msgstr ""
27788
27789 #. type: textblock
27790 #: ../fuse/guestmount.pod:55
27791 msgid "For a libvirt guest called \"Guest\" you could do:"
27792 msgstr ""
27793
27794 #. type: verbatim
27795 #: ../fuse/guestmount.pod:57
27796 #, no-wrap
27797 msgid ""
27798 " guestmount -d Guest -i --ro /mnt\n"
27799 "\n"
27800 msgstr ""
27801
27802 #. type: textblock
27803 #: ../fuse/guestmount.pod:59
27804 msgid ""
27805 "If you don't know what filesystems are contained in a guest or disk image, "
27806 "use L<virt-filesystems(1)> first:"
27807 msgstr ""
27808
27809 #. type: verbatim
27810 #: ../fuse/guestmount.pod:62
27811 #, no-wrap
27812 msgid ""
27813 " virt-filesystems MyGuest\n"
27814 "\n"
27815 msgstr ""
27816
27817 #. type: textblock
27818 #: ../fuse/guestmount.pod:64
27819 msgid ""
27820 "If you want to trace the libguestfs calls but without excessive debugging "
27821 "information, we recommend:"
27822 msgstr ""
27823
27824 #. type: verbatim
27825 #: ../fuse/guestmount.pod:67
27826 #, no-wrap
27827 msgid ""
27828 " guestmount [...] --trace /mnt\n"
27829 "\n"
27830 msgstr ""
27831
27832 #. type: textblock
27833 #: ../fuse/guestmount.pod:69
27834 msgid "If you want to debug the program, we recommend:"
27835 msgstr ""
27836
27837 #. type: verbatim
27838 #: ../fuse/guestmount.pod:71
27839 #, no-wrap
27840 msgid ""
27841 " guestmount [...] --trace --verbose /mnt\n"
27842 "\n"
27843 msgstr ""
27844
27845 #. type: =item
27846 #: ../fuse/guestmount.pod:77
27847 msgid "B<-a image> | B<--add image>"
27848 msgstr ""
27849
27850 #. type: textblock
27851 #: ../fuse/guestmount.pod:79
27852 msgid "Add a block device or virtual machine image."
27853 msgstr ""
27854
27855 #. type: =item
27856 #: ../fuse/guestmount.pod:84
27857 msgid "B<-c URI> | B<--connect URI>"
27858 msgstr ""
27859
27860 #. type: =item
27861 #: ../fuse/guestmount.pod:90
27862 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27863 msgstr ""
27864
27865 #. type: =item
27866 #: ../fuse/guestmount.pod:96
27867 msgid "B<--dir-cache-timeout N>"
27868 msgstr ""
27869
27870 #. type: textblock
27871 #: ../fuse/guestmount.pod:98
27872 msgid ""
27873 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27874 "seconds.  The readdir cache [actually, there are several semi-independent "
27875 "caches] is populated after a readdir(2) call with the stat and extended "
27876 "attributes of the files in the directory, in anticipation that they will be "
27877 "requested soon after."
27878 msgstr ""
27879
27880 #. type: textblock
27881 #: ../fuse/guestmount.pod:104
27882 msgid ""
27883 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27884 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27885 "requests, only cache existing ones."
27886 msgstr ""
27887
27888 #. type: =item
27889 #: ../fuse/guestmount.pod:115
27890 msgid "B<--format=raw|qcow2|..> | B<--format>"
27891 msgstr ""
27892
27893 #. type: textblock
27894 #: ../fuse/guestmount.pod:122
27895 msgid ""
27896 "If you have untrusted raw-format guest disk images, you should use this "
27897 "option to specify the disk format.  This avoids a possible security problem "
27898 "with malicious guests (CVE-2010-3851).  See also "
27899 "L<guestfs(3)/guestfs_add_drive_opts>."
27900 msgstr ""
27901
27902 #. type: =item
27903 #: ../fuse/guestmount.pod:127
27904 msgid "B<--fuse-help>"
27905 msgstr ""
27906
27907 #. type: textblock
27908 #: ../fuse/guestmount.pod:129
27909 msgid "Display help on special FUSE options (see I<-o> below)."
27910 msgstr ""
27911
27912 #. type: textblock
27913 #: ../fuse/guestmount.pod:133
27914 msgid "Display brief help and exit."
27915 msgstr ""
27916
27917 #. type: =item
27918 #: ../fuse/guestmount.pod:135
27919 msgid "B<-i> | B<--inspector>"
27920 msgstr ""
27921
27922 #. type: textblock
27923 #: ../fuse/guestmount.pod:155
27924 msgid ""
27925 "Mount the named partition or logical volume on the given mountpoint B<in the "
27926 "guest> (this has nothing to do with mountpoints in the host)."
27927 msgstr ""
27928
27929 #. type: textblock
27930 #: ../fuse/guestmount.pod:158
27931 msgid ""
27932 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27933 "something on C</>."
27934 msgstr ""
27935
27936 #. type: =item
27937 #: ../fuse/guestmount.pod:171
27938 msgid "B<-n> | B<--no-sync>"
27939 msgstr ""
27940
27941 #. type: textblock
27942 #: ../fuse/guestmount.pod:173
27943 msgid ""
27944 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27945 "unmounted.  If you specify this option, then we don't attempt to sync the "
27946 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27947 msgstr ""
27948
27949 #. type: =item
27950 #: ../fuse/guestmount.pod:178
27951 msgid "B<-o option> | B<--option option>"
27952 msgstr ""
27953
27954 #. type: textblock
27955 #: ../fuse/guestmount.pod:180
27956 msgid "Pass extra options to FUSE."
27957 msgstr ""
27958
27959 #. type: textblock
27960 #: ../fuse/guestmount.pod:182
27961 msgid ""
27962 "To get a list of all the extra options supported by FUSE, use the command "
27963 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27964 "of them are a good idea."
27965 msgstr ""
27966
27967 #. type: verbatim
27968 #: ../fuse/guestmount.pod:186
27969 #, no-wrap
27970 msgid ""
27971 " guestmount --fuse-help\n"
27972 "\n"
27973 msgstr ""
27974
27975 #. type: textblock
27976 #: ../fuse/guestmount.pod:188
27977 msgid "Some potentially useful FUSE options:"
27978 msgstr ""
27979
27980 #. type: =item
27981 #: ../fuse/guestmount.pod:192
27982 msgid "B<-o allow_other>"
27983 msgstr ""
27984
27985 #. type: textblock
27986 #: ../fuse/guestmount.pod:194
27987 msgid "Allow other users to see the filesystem."
27988 msgstr ""
27989
27990 #. type: =item
27991 #: ../fuse/guestmount.pod:196
27992 msgid "B<-o attr_timeout=N>"
27993 msgstr ""
27994
27995 #. type: textblock
27996 #: ../fuse/guestmount.pod:198
27997 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
27998 msgstr ""
27999
28000 #. type: =item
28001 #: ../fuse/guestmount.pod:200
28002 msgid "B<-o kernel_cache>"
28003 msgstr ""
28004
28005 #. type: textblock
28006 #: ../fuse/guestmount.pod:202
28007 msgid ""
28008 "Allow the kernel to cache files (reduces the number of reads that have to go "
28009 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28010 "afford the extra memory usage."
28011 msgstr ""
28012
28013 #. type: =item
28014 #: ../fuse/guestmount.pod:206
28015 msgid "B<-o uid=N> B<-o gid=N>"
28016 msgstr ""
28017
28018 #. type: textblock
28019 #: ../fuse/guestmount.pod:208
28020 msgid ""
28021 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28022 "the chosen values."
28023 msgstr ""
28024
28025 #. type: =item
28026 #: ../fuse/guestmount.pod:213
28027 msgid "B<-r> | B<--ro>"
28028 msgstr ""
28029
28030 #. type: textblock
28031 #: ../fuse/guestmount.pod:215
28032 msgid ""
28033 "Add devices and mount everything read-only.  Also disallow writes and make "
28034 "the disk appear read-only to FUSE."
28035 msgstr ""
28036
28037 #. type: textblock
28038 #: ../fuse/guestmount.pod:218
28039 msgid ""
28040 "This is highly recommended if you are not going to edit the guest disk.  If "
28041 "the guest is running and this option is I<not> supplied, then there is a "
28042 "strong risk of disk corruption in the guest.  We try to prevent this from "
28043 "happening, but it is not always possible."
28044 msgstr ""
28045
28046 #. type: textblock
28047 #: ../fuse/guestmount.pod:223
28048 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28049 msgstr ""
28050
28051 #. type: textblock
28052 #: ../fuse/guestmount.pod:227
28053 msgid "Enable SELinux support for the guest."
28054 msgstr ""
28055
28056 #. type: =item
28057 #: ../fuse/guestmount.pod:229
28058 msgid "B<-v> | B<--verbose>"
28059 msgstr ""
28060
28061 #. type: textblock
28062 #: ../fuse/guestmount.pod:231
28063 msgid "Enable verbose messages from underlying libguestfs."
28064 msgstr ""
28065
28066 #. type: =item
28067 #: ../fuse/guestmount.pod:233
28068 msgid "B<-V> | B<--version>"
28069 msgstr ""
28070
28071 #. type: textblock
28072 #: ../fuse/guestmount.pod:235
28073 msgid "Display the program version and exit."
28074 msgstr ""
28075
28076 #. type: =item
28077 #: ../fuse/guestmount.pod:237
28078 msgid "B<-w> | B<--rw>"
28079 msgstr ""
28080
28081 #. type: textblock
28082 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
28083 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28084 msgstr ""
28085
28086 #. type: =item
28087 #: ../fuse/guestmount.pod:244
28088 msgid "B<-x> | B<--trace>"
28089 msgstr ""
28090
28091 #. type: textblock
28092 #: ../fuse/guestmount.pod:246
28093 msgid "Trace libguestfs calls and entry into each FUSE function."
28094 msgstr ""
28095
28096 #. type: textblock
28097 #: ../fuse/guestmount.pod:248
28098 msgid "This also stops the daemon from forking into the background."
28099 msgstr ""
28100
28101 #. type: textblock
28102 #: ../fuse/guestmount.pod:269
28103 msgid ""
28104 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28105 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
28106 "L<http://fuse.sf.net/>."
28107 msgstr ""
28108
28109 #. type: textblock
28110 #: ../fuse/guestmount.pod:284
28111 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28112 msgstr ""
28113
28114 #. type: textblock
28115 #: ../tools/virt-edit.pl:34
28116 msgid "virt-edit - Edit a file in a virtual machine"
28117 msgstr ""
28118
28119 #. type: verbatim
28120 #: ../tools/virt-edit.pl:38
28121 #, no-wrap
28122 msgid ""
28123 " virt-edit [--options] domname file\n"
28124 "\n"
28125 msgstr ""
28126
28127 #. type: verbatim
28128 #: ../tools/virt-edit.pl:40
28129 #, no-wrap
28130 msgid ""
28131 " virt-edit [--options] disk.img [disk.img ...] file\n"
28132 "\n"
28133 msgstr ""
28134
28135 #. type: verbatim
28136 #: ../tools/virt-edit.pl:42
28137 #, no-wrap
28138 msgid ""
28139 " virt-edit [domname|disk.img] file -e 'expr'\n"
28140 "\n"
28141 msgstr ""
28142
28143 #. type: textblock
28144 #: ../tools/virt-edit.pl:46
28145 msgid ""
28146 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28147 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28148 "doing this, but doesn't catch all cases."
28149 msgstr ""
28150
28151 #. type: textblock
28152 #: ../tools/virt-edit.pl:52
28153 msgid ""
28154 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28155 "the named virtual machine (or disk image)."
28156 msgstr ""
28157
28158 #. type: textblock
28159 #: ../tools/virt-edit.pl:55
28160 msgid "If you want to just view a file, use L<virt-cat(1)>."
28161 msgstr ""
28162
28163 #. type: textblock
28164 #: ../tools/virt-edit.pl:57
28165 msgid ""
28166 "For more complex cases you should look at the L<guestfish(1)> tool (see "
28167 "L</USING GUESTFISH> below)."
28168 msgstr ""
28169
28170 #. type: textblock
28171 #: ../tools/virt-edit.pl:60
28172 msgid ""
28173 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28174 "files.  L<guestfish(1)> can do that and much more."
28175 msgstr ""
28176
28177 #. type: textblock
28178 #: ../tools/virt-edit.pl:65
28179 msgid "Edit the named files interactively:"
28180 msgstr ""
28181
28182 #. type: verbatim
28183 #: ../tools/virt-edit.pl:67
28184 #, no-wrap
28185 msgid ""
28186 " virt-edit mydomain /boot/grub/grub.conf\n"
28187 "\n"
28188 msgstr ""
28189
28190 #. type: verbatim
28191 #: ../tools/virt-edit.pl:69
28192 #, no-wrap
28193 msgid ""
28194 " virt-edit mydomain /etc/passwd\n"
28195 "\n"
28196 msgstr ""
28197
28198 #. type: textblock
28199 #: ../tools/virt-edit.pl:71
28200 msgid "For Windows guests, some Windows paths are understood:"
28201 msgstr ""
28202
28203 #. type: verbatim
28204 #: ../tools/virt-edit.pl:73
28205 #, no-wrap
28206 msgid ""
28207 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28208 "\n"
28209 msgstr ""
28210
28211 #. type: textblock
28212 #: ../tools/virt-edit.pl:75
28213 msgid ""
28214 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28215 "below).  To change the init default level to 5:"
28216 msgstr ""
28217
28218 #. type: verbatim
28219 #: ../tools/virt-edit.pl:79
28220 #, no-wrap
28221 msgid ""
28222 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28223 "\n"
28224 msgstr ""
28225
28226 #. type: textblock
28227 #: ../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
28228 msgid "Display brief help."
28229 msgstr ""
28230
28231 #. type: textblock
28232 #: ../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
28233 msgid "Display version number and exit."
28234 msgstr ""
28235
28236 #. type: =item
28237 #: ../tools/virt-edit.pl:105
28238 msgid "B<--backup extension> | B<-b extension>"
28239 msgstr ""
28240
28241 #. type: textblock
28242 #: ../tools/virt-edit.pl:107
28243 msgid ""
28244 "Create a backup of the original file I<in the guest disk image>.  The backup "
28245 "has the original filename with C<extension> added."
28246 msgstr ""
28247
28248 #. type: textblock
28249 #: ../tools/virt-edit.pl:110
28250 msgid ""
28251 "Usually the first character of C<extension> would be a dot C<.> so you would "
28252 "write:"
28253 msgstr ""
28254
28255 #. type: verbatim
28256 #: ../tools/virt-edit.pl:113
28257 #, no-wrap
28258 msgid ""
28259 " virt-edit -b .orig [etc]\n"
28260 "\n"
28261 msgstr ""
28262
28263 #. type: textblock
28264 #: ../tools/virt-edit.pl:115
28265 msgid "By default, no backup file is made."
28266 msgstr ""
28267
28268 #. type: =item
28269 #: ../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
28270 msgid "B<--connect URI> | B<-c URI>"
28271 msgstr ""
28272
28273 #. type: textblock
28274 #: ../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
28275 msgid ""
28276 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28277 "to the default libvirt hypervisor."
28278 msgstr ""
28279
28280 #. type: textblock
28281 #: ../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
28282 msgid ""
28283 "If you specify guest block devices directly, then libvirt is not used at "
28284 "all."
28285 msgstr ""
28286
28287 #. type: =item
28288 #: ../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
28289 msgid "B<--format> raw"
28290 msgstr ""
28291
28292 #. type: textblock
28293 #: ../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
28294 msgid ""
28295 "Specify the format of disk images given on the command line.  If this is "
28296 "omitted then the format is autodetected from the content of the disk image."
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../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
28301 msgid ""
28302 "If disk images are requested from libvirt, then this program asks libvirt "
28303 "for this information.  In this case, the value of the format parameter is "
28304 "ignored."
28305 msgstr ""
28306
28307 #. type: textblock
28308 #: ../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
28309 msgid ""
28310 "If working with untrusted raw-format guest disk images, you should ensure "
28311 "the format is always specified."
28312 msgstr ""
28313
28314 #. type: =item
28315 #: ../tools/virt-edit.pl:150
28316 msgid "B<--expr EXPR> | B<-e EXPR>"
28317 msgstr ""
28318
28319 #. type: textblock
28320 #: ../tools/virt-edit.pl:152
28321 msgid ""
28322 "Instead of launching the external editor, non-interactively apply the Perl "
28323 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28324 "EDITING> below."
28325 msgstr ""
28326
28327 #. type: textblock
28328 #: ../tools/virt-edit.pl:156
28329 msgid ""
28330 "Be careful to properly quote the expression to prevent it from being altered "
28331 "by the shell."
28332 msgstr ""
28333
28334 #. type: =head1
28335 #: ../tools/virt-edit.pl:280
28336 msgid "NON-INTERACTIVE EDITING"
28337 msgstr ""
28338
28339 #. type: textblock
28340 #: ../tools/virt-edit.pl:282
28341 msgid ""
28342 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28343 "administrator can interactively edit the file."
28344 msgstr ""
28345
28346 #. type: textblock
28347 #: ../tools/virt-edit.pl:285
28348 msgid ""
28349 "There are two ways also to use C<virt-edit> from scripts in order to make "
28350 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28351 "like this, it's less error-prone to write scripts directly using the "
28352 "libguestfs API and Augeas for configuration file editing.)"
28353 msgstr ""
28354
28355 #. type: textblock
28356 #: ../tools/virt-edit.pl:291
28357 msgid ""
28358 "The first method is to temporarily set C<$EDITOR> to any script or program "
28359 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28360 "update C<tmpfile> in place however it likes."
28361 msgstr ""
28362
28363 #. type: textblock
28364 #: ../tools/virt-edit.pl:295
28365 msgid ""
28366 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28367 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28368 "instances of C<foo> with C<bar> in a file:"
28369 msgstr ""
28370
28371 #. type: verbatim
28372 #: ../tools/virt-edit.pl:299
28373 #, no-wrap
28374 msgid ""
28375 " virt-edit domname filename -e 's/foo/bar/'\n"
28376 "\n"
28377 msgstr ""
28378
28379 #. type: textblock
28380 #: ../tools/virt-edit.pl:301
28381 msgid ""
28382 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28383 "For example to delete root's password you could do:"
28384 msgstr ""
28385
28386 #. type: verbatim
28387 #: ../tools/virt-edit.pl:304
28388 #, no-wrap
28389 msgid ""
28390 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28391 "\n"
28392 msgstr ""
28393
28394 #. type: textblock
28395 #: ../tools/virt-edit.pl:306
28396 msgid ""
28397 "What really happens is that the snippet is evaluated as a Perl expression "
28398 "for each line of the file.  The line, including the final C<\\n>, is passed "
28399 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28400 msgstr ""
28401
28402 #. type: textblock
28403 #: ../tools/virt-edit.pl:311
28404 msgid ""
28405 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28406 "C<apache> user account from the password file you can do:"
28407 msgstr ""
28408
28409 #. type: verbatim
28410 #: ../tools/virt-edit.pl:314
28411 #, no-wrap
28412 msgid ""
28413 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28414 "\n"
28415 msgstr ""
28416
28417 #. type: textblock
28418 #: ../tools/virt-edit.pl:316
28419 msgid ""
28420 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28421 "the end of the file is rather difficult this way since there is no concept "
28422 "of \"last line of the file\" - your expression just doesn't get called "
28423 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28424 "want to do this."
28425 msgstr ""
28426
28427 #. type: textblock
28428 #: ../tools/virt-edit.pl:322
28429 msgid ""
28430 "The variable C<$lineno> contains the current line number.  As is "
28431 "traditional, the first line in the file is number C<1>."
28432 msgstr ""
28433
28434 #. type: textblock
28435 #: ../tools/virt-edit.pl:325
28436 msgid ""
28437 "The return value from the expression is ignored, but the expression may call "
28438 "C<die> in order to abort the whole program, leaving the original file "
28439 "untouched."
28440 msgstr ""
28441
28442 #. type: textblock
28443 #: ../tools/virt-edit.pl:329
28444 msgid ""
28445 "Remember when matching the end of a line that C<$_> may contain the final "
28446 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28447 "newline then neither of these.  Thus to match or substitute some text at the "
28448 "end of a line, use this regular expression:"
28449 msgstr ""
28450
28451 #. type: verbatim
28452 #: ../tools/virt-edit.pl:334
28453 #, no-wrap
28454 msgid ""
28455 " /some text(\\r?\\n)?$/\n"
28456 "\n"
28457 msgstr ""
28458
28459 #. type: textblock
28460 #: ../tools/virt-edit.pl:336
28461 msgid ""
28462 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28463 "C<$_> itself (since that would remove all newlines from the file):"
28464 msgstr ""
28465
28466 #. type: verbatim
28467 #: ../tools/virt-edit.pl:340
28468 #, no-wrap
28469 msgid ""
28470 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28471 "\n"
28472 msgstr ""
28473
28474 #. type: textblock
28475 #: ../tools/virt-edit.pl:344
28476 msgid ""
28477 "C<virt-edit> has a limited ability to understand Windows drive letters and "
28478 "paths (eg. C<E:\\foo\\bar.txt>)."
28479 msgstr ""
28480
28481 #. type: textblock
28482 #: ../tools/virt-edit.pl:347
28483 msgid "If and only if the guest is running Windows then:"
28484 msgstr ""
28485
28486 #. type: textblock
28487 #: ../tools/virt-edit.pl:353
28488 msgid ""
28489 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
28490 "to the correct filesystem."
28491 msgstr ""
28492
28493 #. type: textblock
28494 #: ../tools/virt-edit.pl:358
28495 msgid ""
28496 "Any backslash (C<\\>) characters in the path are replaced with forward "
28497 "slashes so that libguestfs can process it."
28498 msgstr ""
28499
28500 #. type: textblock
28501 #: ../tools/virt-edit.pl:363
28502 msgid ""
28503 "The path is resolved case insensitively to locate the file that should be "
28504 "edited."
28505 msgstr ""
28506
28507 #. type: textblock
28508 #: ../tools/virt-edit.pl:368
28509 msgid "There are some known shortcomings:"
28510 msgstr ""
28511
28512 #. type: textblock
28513 #: ../tools/virt-edit.pl:374
28514 msgid "Some NTFS symbolic links may not be followed correctly."
28515 msgstr ""
28516
28517 #. type: textblock
28518 #: ../tools/virt-edit.pl:378
28519 msgid "NTFS junction points that cross filesystems are not followed."
28520 msgstr ""
28521
28522 #. type: =head1
28523 #: ../tools/virt-edit.pl:435
28524 msgid "USING GUESTFISH"
28525 msgstr ""
28526
28527 #. type: textblock
28528 #: ../tools/virt-edit.pl:437
28529 msgid ""
28530 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
28531 "C<virt-edit> doesn't work."
28532 msgstr ""
28533
28534 #. type: textblock
28535 #: ../tools/virt-edit.pl:440
28536 msgid "Using C<virt-edit> is approximately equivalent to doing:"
28537 msgstr ""
28538
28539 #. type: verbatim
28540 #: ../tools/virt-edit.pl:442
28541 #, no-wrap
28542 msgid ""
28543 " guestfish --rw -i -d domname edit /file\n"
28544 "\n"
28545 msgstr ""
28546
28547 #. type: textblock
28548 #: ../tools/virt-edit.pl:444
28549 msgid ""
28550 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
28551 "path to the file."
28552 msgstr ""
28553
28554 #. type: textblock
28555 #: ../tools/virt-edit.pl:447
28556 msgid ""
28557 "The command above uses libguestfs's guest inspection feature and so does not "
28558 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
28559 "disk images that don't contain guests.  To edit a file on a disk image "
28560 "directly, use:"
28561 msgstr ""
28562
28563 #. type: verbatim
28564 #: ../tools/virt-edit.pl:452
28565 #, no-wrap
28566 msgid ""
28567 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
28568 "\n"
28569 msgstr ""
28570
28571 #. type: textblock
28572 #: ../tools/virt-edit.pl:454
28573 msgid ""
28574 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
28575 "the disk image to edit, and C</file> is the full path to the file."
28576 msgstr ""
28577
28578 #. type: textblock
28579 #: ../tools/virt-edit.pl:458
28580 msgid ""
28581 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
28582 "C<write> or C<upload> instead:"
28583 msgstr ""
28584
28585 #. type: verbatim
28586 #: ../tools/virt-edit.pl:461
28587 #, no-wrap
28588 msgid ""
28589 " guestfish --rw -i -d domname touch /newfile\n"
28590 "\n"
28591 msgstr ""
28592
28593 #. type: verbatim
28594 #: ../tools/virt-edit.pl:463
28595 #, no-wrap
28596 msgid ""
28597 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
28598 "\n"
28599 msgstr ""
28600
28601 #. type: verbatim
28602 #: ../tools/virt-edit.pl:465
28603 #, no-wrap
28604 msgid ""
28605 " guestfish --rw -i -d domname upload localfile /newfile\n"
28606 "\n"
28607 msgstr ""
28608
28609 #. type: textblock
28610 #: ../tools/virt-edit.pl:467
28611 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
28612 msgstr ""
28613
28614 #. type: verbatim
28615 #: ../tools/virt-edit.pl:470
28616 #, no-wrap
28617 msgid ""
28618 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
28619 "\n"
28620 msgstr ""
28621
28622 #. type: =item
28623 #: ../tools/virt-edit.pl:480
28624 msgid "C<EDITOR>"
28625 msgstr ""
28626
28627 #. type: textblock
28628 #: ../tools/virt-edit.pl:482
28629 msgid ""
28630 "If set, this string is used as the editor.  It may contain arguments, "
28631 "eg. C<\"emacs -nw\">"
28632 msgstr ""
28633
28634 #. type: textblock
28635 #: ../tools/virt-edit.pl:485
28636 msgid "If not set, C<vi> is used."
28637 msgstr ""
28638
28639 #. type: =head1
28640 #: ../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
28641 msgid "SHELL QUOTING"
28642 msgstr ""
28643
28644 #. type: textblock
28645 #: ../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
28646 msgid ""
28647 "Libvirt guest names can contain arbitrary characters, some of which have "
28648 "meaning to the shell such as C<#> and space.  You may need to quote or "
28649 "escape these characters on the command line.  See the shell manual page "
28650 "L<sh(1)> for details."
28651 msgstr ""
28652
28653 #. type: textblock
28654 #: ../tools/virt-edit.pl:498
28655 msgid ""
28656 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28657 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28658 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28659 msgstr ""
28660
28661 #. type: =head1
28662 #: ../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
28663 msgid "AUTHOR"
28664 msgstr ""
28665
28666 #. type: textblock
28667 #: ../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
28668 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28669 msgstr ""
28670
28671 #. type: textblock
28672 #: ../tools/virt-edit.pl:516
28673 msgid "Copyright (C) 2009-2011 Red Hat Inc."
28674 msgstr ""
28675
28676 #. type: textblock
28677 #: ../tools/virt-win-reg.pl:37
28678 msgid ""
28679 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28680 "guest"
28681 msgstr ""
28682
28683 #. type: verbatim
28684 #: ../tools/virt-win-reg.pl:41
28685 #, no-wrap
28686 msgid ""
28687 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28688 "\n"
28689 msgstr ""
28690
28691 #. type: verbatim
28692 #: ../tools/virt-win-reg.pl:43
28693 #, no-wrap
28694 msgid ""
28695 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28696 "\n"
28697 msgstr ""
28698
28699 #. type: verbatim
28700 #: ../tools/virt-win-reg.pl:45
28701 #, no-wrap
28702 msgid ""
28703 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28704 "\n"
28705 msgstr ""
28706
28707 #. type: verbatim
28708 #: ../tools/virt-win-reg.pl:47
28709 #, no-wrap
28710 msgid ""
28711 " virt-win-reg --merge domname [input.reg ...]\n"
28712 "\n"
28713 msgstr ""
28714
28715 #. type: verbatim
28716 #: ../tools/virt-win-reg.pl:49
28717 #, no-wrap
28718 msgid ""
28719 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28720 "\n"
28721 msgstr ""
28722
28723 #. type: textblock
28724 #: ../tools/virt-win-reg.pl:53
28725 msgid ""
28726 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
28727 "virtual machines.  If you do this, you I<will> get irreversible disk "
28728 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28729 "but doesn't catch all cases."
28730 msgstr ""
28731
28732 #. type: textblock
28733 #: ../tools/virt-win-reg.pl:58
28734 msgid ""
28735 "Modifying the Windows Registry is an inherently risky operation.  The format "
28736 "is deliberately obscure and undocumented, and Registry changes can leave the "
28737 "system unbootable.  Therefore when using the C<--merge> option, make sure "
28738 "you have a reliable backup first."
28739 msgstr ""
28740
28741 #. type: textblock
28742 #: ../tools/virt-win-reg.pl:65
28743 msgid ""
28744 "This program can export and merge Windows Registry entries from a Windows "
28745 "guest."
28746 msgstr ""
28747
28748 #. type: textblock
28749 #: ../tools/virt-win-reg.pl:68
28750 msgid ""
28751 "The first parameter is the libvirt guest name or the raw disk image of a "
28752 "Windows guest."
28753 msgstr ""
28754
28755 #. type: textblock
28756 #: ../tools/virt-win-reg.pl:71
28757 msgid ""
28758 "If C<--merge> is I<not> specified, then the chosen registry key is "
28759 "displayed/exported (recursively).  For example:"
28760 msgstr ""
28761
28762 #. type: verbatim
28763 #: ../tools/virt-win-reg.pl:74
28764 #, no-wrap
28765 msgid ""
28766 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28767 "\n"
28768 msgstr ""
28769
28770 #. type: textblock
28771 #: ../tools/virt-win-reg.pl:76
28772 msgid "You can also display single values from within registry keys, for example:"
28773 msgstr ""
28774
28775 #. type: verbatim
28776 #: ../tools/virt-win-reg.pl:79
28777 #, no-wrap
28778 msgid ""
28779 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28780 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28781 " Windows 7 Enterprise\n"
28782 "\n"
28783 msgstr ""
28784
28785 #. type: textblock
28786 #: ../tools/virt-win-reg.pl:83
28787 msgid ""
28788 "With C<--merge>, you can merge a textual regedit file into the Windows "
28789 "Registry:"
28790 msgstr ""
28791
28792 #. type: verbatim
28793 #: ../tools/virt-win-reg.pl:86
28794 #, no-wrap
28795 msgid ""
28796 " $ virt-win-reg --merge Windows7 changes.reg\n"
28797 "\n"
28798 msgstr ""
28799
28800 #. type: =head1
28801 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
28802 msgid "NOTE"
28803 msgstr ""
28804
28805 #. type: textblock
28806 #: ../tools/virt-win-reg.pl:90
28807 msgid ""
28808 "This program is only meant for simple access to the registry.  If you want "
28809 "to do complicated things with the registry, we suggest you download the "
28810 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
28811 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
28812 "L<hivexregedit(1)>."
28813 msgstr ""
28814
28815 #. type: =item
28816 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
28817 msgid "B<--debug>"
28818 msgstr ""
28819
28820 #. type: textblock
28821 #: ../tools/virt-win-reg.pl:122
28822 msgid "Enable debugging messages."
28823 msgstr ""
28824
28825 #. type: =item
28826 #: ../tools/virt-win-reg.pl:157
28827 msgid "B<--merge>"
28828 msgstr ""
28829
28830 #. type: textblock
28831 #: ../tools/virt-win-reg.pl:159
28832 msgid ""
28833 "In merge mode, this merges a textual regedit file into the Windows Registry "
28834 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
28835 "displays or exports Registry entries instead."
28836 msgstr ""
28837
28838 #. type: textblock
28839 #: ../tools/virt-win-reg.pl:163
28840 msgid ""
28841 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
28842 "result in disk corruption.  However exporting (without this flag)  is always "
28843 "safe."
28844 msgstr ""
28845
28846 #. type: =item
28847 #: ../tools/virt-win-reg.pl:171
28848 msgid "B<--encoding> UTF-16LE|ASCII"
28849 msgstr ""
28850
28851 #. type: textblock
28852 #: ../tools/virt-win-reg.pl:173
28853 msgid ""
28854 "When merging (only), you may need to specify the encoding for strings to be "
28855 "used in the hive file.  This is explained in detail in "
28856 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
28857 msgstr ""
28858
28859 #. type: textblock
28860 #: ../tools/virt-win-reg.pl:177
28861 msgid ""
28862 "The default is to use UTF-16LE, which should work with recent versions of "
28863 "Windows."
28864 msgstr ""
28865
28866 #. type: =head1
28867 #: ../tools/virt-win-reg.pl:402
28868 msgid "SUPPORTED SYSTEMS"
28869 msgstr ""
28870
28871 #. type: textblock
28872 #: ../tools/virt-win-reg.pl:404
28873 msgid ""
28874 "The program currently supports Windows NT-derived guests starting with "
28875 "Windows XP through to at least Windows 7."
28876 msgstr ""
28877
28878 #. type: textblock
28879 #: ../tools/virt-win-reg.pl:407
28880 msgid ""
28881 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28882 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28883 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28884 msgstr ""
28885
28886 #. type: textblock
28887 #: ../tools/virt-win-reg.pl:411
28888 msgid ""
28889 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28890 "C<HKEY_USERS>."
28891 msgstr ""
28892
28893 #. type: textblock
28894 #: ../tools/virt-win-reg.pl:414
28895 msgid ""
28896 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28897 "time."
28898 msgstr ""
28899
28900 #. type: =head1
28901 #: ../tools/virt-win-reg.pl:417
28902 msgid "ENCODING"
28903 msgstr ""
28904
28905 #. type: textblock
28906 #: ../tools/virt-win-reg.pl:419
28907 msgid ""
28908 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28909 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28910 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28911 "with Windows-style line endings, you may need to reencode the whole file "
28912 "before or after processing."
28913 msgstr ""
28914
28915 #. type: textblock
28916 #: ../tools/virt-win-reg.pl:425
28917 msgid ""
28918 "To reencode a file from Windows format to Linux (before processing it with "
28919 "the C<--merge> option), you would do something like this:"
28920 msgstr ""
28921
28922 #. type: verbatim
28923 #: ../tools/virt-win-reg.pl:428
28924 #, no-wrap
28925 msgid ""
28926 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28927 "\n"
28928 msgstr ""
28929
28930 #. type: textblock
28931 #: ../tools/virt-win-reg.pl:430
28932 msgid ""
28933 "To go in the opposite direction, after exporting and before sending the file "
28934 "to a Windows user, do something like this:"
28935 msgstr ""
28936
28937 #. type: verbatim
28938 #: ../tools/virt-win-reg.pl:433
28939 #, no-wrap
28940 msgid ""
28941 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28942 "\n"
28943 msgstr ""
28944
28945 #. type: textblock
28946 #: ../tools/virt-win-reg.pl:435
28947 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28948 msgstr ""
28949
28950 #. type: textblock
28951 #: ../tools/virt-win-reg.pl:437
28952 msgid ""
28953 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28954 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28955 "Windows-style (CRLF) line endings, like this:"
28956 msgstr ""
28957
28958 #. type: verbatim
28959 #: ../tools/virt-win-reg.pl:441
28960 #, no-wrap
28961 msgid ""
28962 " $ file software.reg\n"
28963 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28964 " with CRLF line terminators\n"
28965 "\n"
28966 msgstr ""
28967
28968 #. type: textblock
28969 #: ../tools/virt-win-reg.pl:445
28970 msgid "This file would need conversion before you could C<--merge> it."
28971 msgstr ""
28972
28973 #. type: =head1
28974 #: ../tools/virt-win-reg.pl:447
28975 msgid "CurrentControlSet etc."
28976 msgstr ""
28977
28978 #. type: textblock
28979 #: ../tools/virt-win-reg.pl:449
28980 msgid ""
28981 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28982 "Registry at the level of the hive file, and therefore you cannot modify "
28983 "these."
28984 msgstr ""
28985
28986 #. type: textblock
28987 #: ../tools/virt-win-reg.pl:453
28988 msgid ""
28989 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28990 "circumstances it might refer to another control set.  The way to find out is "
28991 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28992 msgstr ""
28993
28994 #. type: verbatim
28995 #: ../tools/virt-win-reg.pl:457
28996 #, no-wrap
28997 msgid ""
28998 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
28999 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29000 " \"Current\"=dword:00000001\n"
29001 " \"Default\"=dword:00000001\n"
29002 " \"Failed\"=dword:00000000\n"
29003 " \"LastKnownGood\"=dword:00000002\n"
29004 "\n"
29005 msgstr ""
29006
29007 #. type: textblock
29008 #: ../tools/virt-win-reg.pl:464
29009 msgid "\"Current\" is the one which Windows will choose when it boots."
29010 msgstr ""
29011
29012 #. type: textblock
29013 #: ../tools/virt-win-reg.pl:466
29014 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
29015 msgstr ""
29016
29017 #. type: =head1
29018 #: ../tools/virt-win-reg.pl:469
29019 msgid "WINDOWS TIPS"
29020 msgstr ""
29021
29022 #. type: textblock
29023 #: ../tools/virt-win-reg.pl:471
29024 msgid ""
29025 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29026 "be shut off, else you will get disk corruption."
29027 msgstr ""
29028
29029 #. type: =head2
29030 #: ../tools/virt-win-reg.pl:474
29031 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29032 msgstr ""
29033
29034 #. type: textblock
29035 #: ../tools/virt-win-reg.pl:476
29036 msgid ""
29037 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29038 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29039 "is uploaded into C<C:\\>:"
29040 msgstr ""
29041
29042 #. type: verbatim
29043 #: ../tools/virt-win-reg.pl:480
29044 #, no-wrap
29045 msgid ""
29046 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29047 "\n"
29048 msgstr ""
29049
29050 #. type: textblock
29051 #: ../tools/virt-win-reg.pl:482
29052 msgid "Prepare a regedit file containing the registry change:"
29053 msgstr ""
29054
29055 #. type: verbatim
29056 #: ../tools/virt-win-reg.pl:484
29057 #, no-wrap
29058 msgid ""
29059 " cat > test.reg <<'EOF'\n"
29060 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29061 " \"Test\"=\"c:\\\\test.bat\"\n"
29062 " EOF\n"
29063 "\n"
29064 msgstr ""
29065
29066 #. type: textblock
29067 #: ../tools/virt-win-reg.pl:489
29068 msgid ""
29069 "In this example we use the key C<RunOnce> which means that the script will "
29070 "run precisely once when the first user logs in.  If you want it to run every "
29071 "time a user logs in, replace C<RunOnce> with C<Run>."
29072 msgstr ""
29073
29074 #. type: textblock
29075 #: ../tools/virt-win-reg.pl:493
29076 msgid "Now update the registry:"
29077 msgstr ""
29078
29079 #. type: verbatim
29080 #: ../tools/virt-win-reg.pl:495
29081 #, no-wrap
29082 msgid ""
29083 " virt-win-reg --merge WindowsGuest test.reg\n"
29084 "\n"
29085 msgstr ""
29086
29087 #. type: =head2
29088 #: ../tools/virt-win-reg.pl:497
29089 msgid "INSTALLING A SERVICE"
29090 msgstr ""
29091
29092 #. type: textblock
29093 #: ../tools/virt-win-reg.pl:499
29094 msgid ""
29095 "This section assumes you are familiar with Windows services, and you either "
29096 "have a program which handles the Windows Service Control Protocol directly "
29097 "or you want to run any program using a service wrapper like SrvAny or the "
29098 "free RHSrvAny."
29099 msgstr ""
29100
29101 #. type: textblock
29102 #: ../tools/virt-win-reg.pl:504
29103 msgid ""
29104 "First upload the program and optionally the service wrapper.  In this case "
29105 "the test program is called C<test.exe> and we are using the RHSrvAny "
29106 "wrapper:"
29107 msgstr ""
29108
29109 #. type: verbatim
29110 #: ../tools/virt-win-reg.pl:508
29111 #, no-wrap
29112 msgid ""
29113 " guestfish -i -d WindowsGuest <<EOF\n"
29114 "   upload rhsrvany.exe /rhsrvany.exe\n"
29115 "   upload test.exe /test.exe\n"
29116 " EOF\n"
29117 "\n"
29118 msgstr ""
29119
29120 #. type: textblock
29121 #: ../tools/virt-win-reg.pl:513
29122 msgid ""
29123 "Prepare a regedit file containing the registry changes.  In this example, "
29124 "the first registry change is needed for the service itself or the service "
29125 "wrapper (if used).  The second registry change is only needed because I am "
29126 "using the RHSrvAny service wrapper."
29127 msgstr ""
29128
29129 #. type: verbatim
29130 #: ../tools/virt-win-reg.pl:518
29131 #, no-wrap
29132 msgid ""
29133 " cat > service.reg <<'EOF'\n"
29134 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29135 " \"Type\"=dword:00000010\n"
29136 " \"Start\"=dword:00000002\n"
29137 " \"ErrorControl\"=dword:00000001\n"
29138 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29139 " \"DisplayName\"=\"RHSrvAny\"\n"
29140 " \"ObjectName\"=\"NetworkService\"\n"
29141 " \n"
29142 msgstr ""
29143
29144 #. type: verbatim
29145 #: ../tools/virt-win-reg.pl:527
29146 #, no-wrap
29147 msgid ""
29148 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29149 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29150 " \"PWD\"=\"c:\\\\Temp\"\n"
29151 " EOF\n"
29152 "\n"
29153 msgstr ""
29154
29155 #. type: textblock
29156 #: ../tools/virt-win-reg.pl:538
29157 msgid ""
29158 "For use of C<ControlSet001> see the section above in this manual page.  You "
29159 "may need to adjust this according to the control set that is in use by the "
29160 "guest."
29161 msgstr ""
29162
29163 #. type: textblock
29164 #: ../tools/virt-win-reg.pl:544
29165 msgid ""
29166 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29167 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29168 "privileged account."
29169 msgstr ""
29170
29171 #. type: textblock
29172 #: ../tools/virt-win-reg.pl:550
29173 msgid ""
29174 "For the meaning of the magic numbers, see this Microsoft KB article: "
29175 "L<http://support.microsoft.com/kb/103000>."
29176 msgstr ""
29177
29178 #. type: textblock
29179 #: ../tools/virt-win-reg.pl:555
29180 msgid "Update the registry:"
29181 msgstr ""
29182
29183 #. type: verbatim
29184 #: ../tools/virt-win-reg.pl:557
29185 #, no-wrap
29186 msgid ""
29187 " virt-win-reg --merge WindowsGuest service.reg\n"
29188 "\n"
29189 msgstr ""
29190
29191 #. type: textblock
29192 #: ../tools/virt-win-reg.pl:561
29193 msgid ""
29194 "Be careful when passing parameters containing C<\\> (backslash) in the "
29195 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29196 "(but not both) to protect them from the shell."
29197 msgstr ""
29198
29199 #. type: textblock
29200 #: ../tools/virt-win-reg.pl:565
29201 msgid "Paths and value names are case-insensitive."
29202 msgstr ""
29203
29204 #. type: textblock
29205 #: ../tools/virt-win-reg.pl:574
29206 msgid ""
29207 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
29208 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
29209 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
29210 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29211 msgstr ""
29212
29213 #. type: textblock
29214 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29215 msgid ""
29216 "When reporting bugs, please enable debugging and capture the I<complete> "
29217 "output:"
29218 msgstr ""
29219
29220 #. type: verbatim
29221 #: ../tools/virt-win-reg.pl:592
29222 #, no-wrap
29223 msgid ""
29224 " export LIBGUESTFS_DEBUG=1\n"
29225 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29226 "\n"
29227 msgstr ""
29228
29229 #. type: textblock
29230 #: ../tools/virt-win-reg.pl:595
29231 msgid ""
29232 "Attach /tmp/virt-win-reg.log to a new bug report at "
29233 "L<https://bugzilla.redhat.com/>"
29234 msgstr ""
29235
29236 #. type: textblock
29237 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
29238 msgid "Copyright (C) 2010 Red Hat Inc."
29239 msgstr ""
29240
29241 #. type: textblock
29242 #: ../tools/virt-list-filesystems.pl:32
29243 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29244 msgstr ""
29245
29246 #. type: verbatim
29247 #: ../tools/virt-list-filesystems.pl:36
29248 #, no-wrap
29249 msgid ""
29250 " virt-list-filesystems [--options] domname\n"
29251 "\n"
29252 msgstr ""
29253
29254 #. type: verbatim
29255 #: ../tools/virt-list-filesystems.pl:38
29256 #, no-wrap
29257 msgid ""
29258 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29259 "\n"
29260 msgstr ""
29261
29262 #. type: textblock
29263 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29264 msgid ""
29265 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29266 "replacement."
29267 msgstr ""
29268
29269 #. type: textblock
29270 #: ../tools/virt-list-filesystems.pl:45
29271 msgid ""
29272 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29273 "are contained in a virtual machine or disk image."
29274 msgstr ""
29275
29276 #. type: textblock
29277 #: ../tools/virt-list-filesystems.pl:49
29278 msgid ""
29279 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29280 "functionality.  For more complex cases you should look at the "
29281 "L<guestfish(1)> tool."
29282 msgstr ""
29283
29284 #. type: =item
29285 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29286 msgid "B<-l> | B<--long>"
29287 msgstr ""
29288
29289 #. type: textblock
29290 #: ../tools/virt-list-filesystems.pl:108
29291 msgid ""
29292 "With this option, C<virt-list-filesystems> displays the type of each "
29293 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29294 msgstr ""
29295
29296 #. type: =item
29297 #: ../tools/virt-list-filesystems.pl:115
29298 msgid "B<-a> | B<--all>"
29299 msgstr ""
29300
29301 #. type: textblock
29302 #: ../tools/virt-list-filesystems.pl:117
29303 msgid ""
29304 "Normally we only show mountable filesystems.  If this option is given then "
29305 "swap devices are shown too."
29306 msgstr ""
29307
29308 #. type: textblock
29309 #: ../tools/virt-list-filesystems.pl:191
29310 msgid ""
29311 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29312 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29313 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29314 msgstr ""
29315
29316 #. type: textblock
29317 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29318 msgid "Copyright (C) 2009 Red Hat Inc."
29319 msgstr ""
29320
29321 #. type: textblock
29322 #: ../tools/virt-tar.pl:33
29323 msgid "virt-tar - Extract or upload files to a virtual machine"
29324 msgstr ""
29325
29326 #. type: verbatim
29327 #: ../tools/virt-tar.pl:37
29328 #, no-wrap
29329 msgid ""
29330 " virt-tar [--options] -x domname directory tarball\n"
29331 "\n"
29332 msgstr ""
29333
29334 #. type: verbatim
29335 #: ../tools/virt-tar.pl:39
29336 #, no-wrap
29337 msgid ""
29338 " virt-tar [--options] -u domname tarball directory\n"
29339 "\n"
29340 msgstr ""
29341
29342 #. type: verbatim
29343 #: ../tools/virt-tar.pl:41
29344 #, no-wrap
29345 msgid ""
29346 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29347 "\n"
29348 msgstr ""
29349
29350 #. type: verbatim
29351 #: ../tools/virt-tar.pl:43
29352 #, no-wrap
29353 msgid ""
29354 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29355 "\n"
29356 msgstr ""
29357
29358 #. type: textblock
29359 #: ../tools/virt-tar.pl:47
29360 msgid ""
29361 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29362 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29363 msgstr ""
29364
29365 #. type: textblock
29366 #: ../tools/virt-tar.pl:52
29367 msgid "Download C</home> from the VM into a local tarball:"
29368 msgstr ""
29369
29370 #. type: verbatim
29371 #: ../tools/virt-tar.pl:54
29372 #, no-wrap
29373 msgid ""
29374 " virt-tar -x domname /home home.tar\n"
29375 "\n"
29376 msgstr ""
29377
29378 #. type: verbatim
29379 #: ../tools/virt-tar.pl:56
29380 #, no-wrap
29381 msgid ""
29382 " virt-tar -zx domname /home home.tar.gz\n"
29383 "\n"
29384 msgstr ""
29385
29386 #. type: textblock
29387 #: ../tools/virt-tar.pl:58
29388 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29389 msgstr ""
29390
29391 #. type: verbatim
29392 #: ../tools/virt-tar.pl:60
29393 #, no-wrap
29394 msgid ""
29395 " virt-tar -u domname uploadstuff.tar /tmp\n"
29396 "\n"
29397 msgstr ""
29398
29399 #. type: verbatim
29400 #: ../tools/virt-tar.pl:62
29401 #, no-wrap
29402 msgid ""
29403 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29404 "\n"
29405 msgstr ""
29406
29407 #. type: textblock
29408 #: ../tools/virt-tar.pl:66
29409 msgid ""
29410 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
29411 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29412 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29413 msgstr ""
29414
29415 #. type: textblock
29416 #: ../tools/virt-tar.pl:71
29417 msgid ""
29418 "You can use C<-x> (extract) on live virtual machines, but you might get "
29419 "inconsistent results or errors if there is filesystem activity inside the "
29420 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29421 "work, but the only way to guarantee consistent results is if the virtual "
29422 "machine is shut down."
29423 msgstr ""
29424
29425 #. type: textblock
29426 #: ../tools/virt-tar.pl:79
29427 msgid ""
29428 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29429 "parts of a guest filesystem.  There are many possibilities: making backups, "
29430 "uploading data files, snooping on guest activity, fixing or customizing "
29431 "guests, etc."
29432 msgstr ""
29433
29434 #. type: textblock
29435 #: ../tools/virt-tar.pl:84
29436 msgid ""
29437 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29438 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29439 "should look at the L<guestfish(1)> tool."
29440 msgstr ""
29441
29442 #. type: textblock
29443 #: ../tools/virt-tar.pl:88
29444 msgid ""
29445 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
29446 "its contents (recursively) from the virtual machine into a local tarball.  "
29447 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
29448 "virtual machine.  You cannot use these two options together."
29449 msgstr ""
29450
29451 #. type: textblock
29452 #: ../tools/virt-tar.pl:94
29453 msgid ""
29454 "In addition, you may need to use the C<-z> (gZip) option to enable "
29455 "compression.  When uploading, you have to specify C<-z> if the upload file "
29456 "is compressed because virt-tar won't detect this on its own."
29457 msgstr ""
29458
29459 #. type: textblock
29460 #: ../tools/virt-tar.pl:98
29461 msgid ""
29462 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29463 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29464 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29465 "the L<libguestfs(3)> API)."
29466 msgstr ""
29467
29468 #. type: =item
29469 #: ../tools/virt-tar.pl:156
29470 msgid "B<-x> | B<--extract> | B<--download>"
29471 msgstr ""
29472
29473 #. type: =item
29474 #: ../tools/virt-tar.pl:158
29475 msgid "B<-u> | B<--upload>"
29476 msgstr ""
29477
29478 #. type: textblock
29479 #: ../tools/virt-tar.pl:160
29480 msgid ""
29481 "Use C<-x> to extract (download) a directory from a virtual machine to a "
29482 "local tarball."
29483 msgstr ""
29484
29485 #. type: textblock
29486 #: ../tools/virt-tar.pl:163
29487 msgid ""
29488 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
29489 "Please read the L</WARNING> section above before using this option."
29490 msgstr ""
29491
29492 #. type: textblock
29493 #: ../tools/virt-tar.pl:167
29494 msgid "You must specify exactly one of these options."
29495 msgstr ""
29496
29497 #. type: =item
29498 #: ../tools/virt-tar.pl:173
29499 msgid "B<-z> | B<--gzip>"
29500 msgstr ""
29501
29502 #. type: textblock
29503 #: ../tools/virt-tar.pl:175
29504 msgid "Specify that the input or output tarball is gzip-compressed."
29505 msgstr ""
29506
29507 #. type: textblock
29508 #: ../tools/virt-tar.pl:288
29509 msgid ""
29510 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29511 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29512 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29513 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29514 msgstr ""
29515
29516 #. type: textblock
29517 #: ../tools/virt-make-fs.pl:37
29518 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29519 msgstr ""
29520
29521 #. type: verbatim
29522 #: ../tools/virt-make-fs.pl:41
29523 #, no-wrap
29524 msgid ""
29525 " virt-make-fs [--options] input.tar output.img\n"
29526 "\n"
29527 msgstr ""
29528
29529 #. type: verbatim
29530 #: ../tools/virt-make-fs.pl:43
29531 #, no-wrap
29532 msgid ""
29533 " virt-make-fs [--options] input.tar.gz output.img\n"
29534 "\n"
29535 msgstr ""
29536
29537 #. type: verbatim
29538 #: ../tools/virt-make-fs.pl:45
29539 #, no-wrap
29540 msgid ""
29541 " virt-make-fs [--options] directory output.img\n"
29542 "\n"
29543 msgstr ""
29544
29545 #. type: textblock
29546 #: ../tools/virt-make-fs.pl:49
29547 msgid ""
29548 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29549 "archive or some files in a directory.  It is similar to tools like "
29550 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29551 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29552 "useful if you want to attach these filesystems to existing virtual machines "
29553 "(eg. to import large amounts of read-only data to a VM)."
29554 msgstr ""
29555
29556 #. type: textblock
29557 #: ../tools/virt-make-fs.pl:57
29558 msgid "Basic usage is:"
29559 msgstr ""
29560
29561 #. type: verbatim
29562 #: ../tools/virt-make-fs.pl:59
29563 #, no-wrap
29564 msgid ""
29565 " virt-make-fs input output\n"
29566 "\n"
29567 msgstr ""
29568
29569 #. type: textblock
29570 #: ../tools/virt-make-fs.pl:61
29571 msgid ""
29572 "where C<input> is either a directory containing files that you want to add, "
29573 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29574 "C<output> is a disk image.  The input type is detected automatically.  The "
29575 "output disk image defaults to a raw ext2 image unless you specify extra "
29576 "flags (see L</OPTIONS> below)."
29577 msgstr ""
29578
29579 #. type: =head2
29580 #: ../tools/virt-make-fs.pl:67
29581 msgid "EXTRA SPACE"
29582 msgstr ""
29583
29584 #. type: textblock
29585 #: ../tools/virt-make-fs.pl:69
29586 msgid ""
29587 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29588 "the files that it contains, but might have extra space.  Depending on how "
29589 "you are going to use the output, you might think this extra space is wasted "
29590 "and want to minimize it, or you might want to leave space so that more files "
29591 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29592 "but you can use the C<--size> flag to leave space in the filesystem if you "
29593 "want it."
29594 msgstr ""
29595
29596 #. type: textblock
29597 #: ../tools/virt-make-fs.pl:77
29598 msgid ""
29599 "An alternative way to leave extra space but not make the output image any "
29600 "bigger is to use an alternative disk image format (instead of the default "
29601 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29602 "image format (check your hypervisor supports this before using it).  This "
29603 "allows you to choose a large C<--size> but the extra space won't actually be "
29604 "allocated in the image until you try to store something in it."
29605 msgstr ""
29606
29607 #. type: textblock
29608 #: ../tools/virt-make-fs.pl:85
29609 msgid ""
29610 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29611 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29612 "to build another image from scratch."
29613 msgstr ""
29614
29615 #. type: =head3
29616 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29617 msgid "EXAMPLE"
29618 msgstr ""
29619
29620 #. type: verbatim
29621 #: ../tools/virt-make-fs.pl:91
29622 #, no-wrap
29623 msgid ""
29624 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29625 "\n"
29626 msgstr ""
29627
29628 #. type: =head2
29629 #: ../tools/virt-make-fs.pl:93
29630 msgid "FILESYSTEM TYPE"
29631 msgstr ""
29632
29633 #. type: textblock
29634 #: ../tools/virt-make-fs.pl:95
29635 msgid ""
29636 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29637 "libguestfs supports can be used (but I<not> read-only formats like "
29638 "ISO9660).  Here are some of the more common choices:"
29639 msgstr ""
29640
29641 #. type: =item
29642 #: ../tools/virt-make-fs.pl:101
29643 msgid "I<ext3>"
29644 msgstr ""
29645
29646 #. type: textblock
29647 #: ../tools/virt-make-fs.pl:103
29648 msgid ""
29649 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29650 "you are not going to use the filesystem in a way that requires the journal, "
29651 "then this is just wasted overhead."
29652 msgstr ""
29653
29654 #. type: =item
29655 #: ../tools/virt-make-fs.pl:107
29656 msgid "I<ntfs> or I<vfat>"
29657 msgstr ""
29658
29659 #. type: textblock
29660 #: ../tools/virt-make-fs.pl:109
29661 msgid "Useful if exporting data to a Windows guest."
29662 msgstr ""
29663
29664 #. type: textblock
29665 #: ../tools/virt-make-fs.pl:111
29666 msgid ""
29667 "I<Note for vfat>: The tar archive or local directory must only contain files "
29668 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29669 "program running within libguestfs is unable to change the ownership of "
29670 "non-root files, since vfat itself does not support this."
29671 msgstr ""
29672
29673 #. type: =item
29674 #: ../tools/virt-make-fs.pl:116
29675 msgid "I<minix>"
29676 msgstr ""
29677
29678 #. type: textblock
29679 #: ../tools/virt-make-fs.pl:118
29680 msgid ""
29681 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29682 "total filesystem size."
29683 msgstr ""
29684
29685 #. type: verbatim
29686 #: ../tools/virt-make-fs.pl:125
29687 #, no-wrap
29688 msgid ""
29689 " virt-make-fs --type=minix input minixfs.img\n"
29690 "\n"
29691 msgstr ""
29692
29693 #. type: =head2
29694 #: ../tools/virt-make-fs.pl:127
29695 msgid "TO PARTITION OR NOT TO PARTITION"
29696 msgstr ""
29697
29698 #. type: textblock
29699 #: ../tools/virt-make-fs.pl:129
29700 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29701 msgstr ""
29702
29703 #. type: textblock
29704 #: ../tools/virt-make-fs.pl:131
29705 msgid ""
29706 "Adding a partition can make the disk image more compatible with certain "
29707 "virtualized operating systems which don't expect to see a filesystem "
29708 "directly located on a block device (Linux doesn't care and will happily "
29709 "handle both types)."
29710 msgstr ""
29711
29712 #. type: textblock
29713 #: ../tools/virt-make-fs.pl:136
29714 msgid ""
29715 "On the other hand, if you have a partition table then the output image is no "
29716 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29717 "directly on a partitioned disk image.  (However libguestfs tools such as "
29718 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29719 msgstr ""
29720
29721 #. type: textblock
29722 #: ../tools/virt-make-fs.pl:144
29723 msgid "Add an MBR partition:"
29724 msgstr ""
29725
29726 #. type: verbatim
29727 #: ../tools/virt-make-fs.pl:146
29728 #, no-wrap
29729 msgid ""
29730 " virt-make-fs --partition -- input disk.img\n"
29731 "\n"
29732 msgstr ""
29733
29734 #. type: textblock
29735 #: ../tools/virt-make-fs.pl:148
29736 msgid ""
29737 "If the output disk image could be terabyte-sized or larger, it's better to "
29738 "use an EFI/GPT-compatible partition table:"
29739 msgstr ""
29740
29741 #. type: verbatim
29742 #: ../tools/virt-make-fs.pl:151
29743 #, no-wrap
29744 msgid ""
29745 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29746 "\n"
29747 msgstr ""
29748
29749 #. type: textblock
29750 #: ../tools/virt-make-fs.pl:179
29751 msgid "Enable debugging information."
29752 msgstr ""
29753
29754 #. type: =item
29755 #: ../tools/virt-make-fs.pl:185
29756 msgid "B<--size=E<lt>NE<gt>>"
29757 msgstr ""
29758
29759 #. type: =item
29760 #: ../tools/virt-make-fs.pl:187
29761 msgid "B<--size=+E<lt>NE<gt>>"
29762 msgstr ""
29763
29764 #. type: =item
29765 #: ../tools/virt-make-fs.pl:189
29766 msgid "B<-s E<lt>NE<gt>>"
29767 msgstr ""
29768
29769 #. type: =item
29770 #: ../tools/virt-make-fs.pl:191
29771 msgid "B<-s +E<lt>NE<gt>>"
29772 msgstr ""
29773
29774 #. type: textblock
29775 #: ../tools/virt-make-fs.pl:193
29776 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29777 msgstr ""
29778
29779 #. type: textblock
29780 #: ../tools/virt-make-fs.pl:196
29781 msgid ""
29782 "If this option is I<not> given, then the output image will be just large "
29783 "enough to contain all the files, with not much wasted space."
29784 msgstr ""
29785
29786 #. type: textblock
29787 #: ../tools/virt-make-fs.pl:199
29788 msgid ""
29789 "To choose a fixed size output disk, specify an absolute number followed by "
29790 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29791 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29792 "files, else you will get an error."
29793 msgstr ""
29794
29795 #. type: textblock
29796 #: ../tools/virt-make-fs.pl:204
29797 msgid ""
29798 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29799 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29800 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29801 "the input files, and (approximately) an extra 200 MB free space."
29802 msgstr ""
29803
29804 #. type: textblock
29805 #: ../tools/virt-make-fs.pl:210
29806 msgid ""
29807 "Note that virt-make-fs estimates free space, and therefore will not produce "
29808 "filesystems containing precisely the free space requested.  (It is much more "
29809 "expensive and time-consuming to produce a filesystem which has precisely the "
29810 "desired free space)."
29811 msgstr ""
29812
29813 #. type: =item
29814 #: ../tools/virt-make-fs.pl:219
29815 msgid "B<--format=E<lt>fmtE<gt>>"
29816 msgstr ""
29817
29818 #. type: =item
29819 #: ../tools/virt-make-fs.pl:221
29820 msgid "B<-F E<lt>fmtE<gt>>"
29821 msgstr ""
29822
29823 #. type: textblock
29824 #: ../tools/virt-make-fs.pl:223
29825 msgid "Choose the output disk image format."
29826 msgstr ""
29827
29828 #. type: textblock
29829 #: ../tools/virt-make-fs.pl:225
29830 msgid "The default is C<raw> (raw disk image)."
29831 msgstr ""
29832
29833 #. type: textblock
29834 #: ../tools/virt-make-fs.pl:227
29835 msgid ""
29836 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29837 "that would really make sense here is C<qcow2>."
29838 msgstr ""
29839
29840 #. type: =item
29841 #: ../tools/virt-make-fs.pl:234
29842 msgid "B<--type=E<lt>fsE<gt>>"
29843 msgstr ""
29844
29845 #. type: =item
29846 #: ../tools/virt-make-fs.pl:236
29847 msgid "B<-t E<lt>fsE<gt>>"
29848 msgstr ""
29849
29850 #. type: textblock
29851 #: ../tools/virt-make-fs.pl:238
29852 msgid "Choose the output filesystem type."
29853 msgstr ""
29854
29855 #. type: textblock
29856 #: ../tools/virt-make-fs.pl:240
29857 msgid "The default is C<ext2>."
29858 msgstr ""
29859
29860 #. type: textblock
29861 #: ../tools/virt-make-fs.pl:242
29862 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29863 msgstr ""
29864
29865 #. type: =item
29866 #: ../tools/virt-make-fs.pl:249
29867 msgid "B<--partition>"
29868 msgstr ""
29869
29870 #. type: =item
29871 #: ../tools/virt-make-fs.pl:251
29872 msgid "B<--partition=E<lt>parttypeE<gt>>"
29873 msgstr ""
29874
29875 #. type: textblock
29876 #: ../tools/virt-make-fs.pl:253
29877 msgid ""
29878 "If specified, this flag adds an MBR partition table to the output disk "
29879 "image."
29880 msgstr ""
29881
29882 #. type: textblock
29883 #: ../tools/virt-make-fs.pl:256
29884 msgid ""
29885 "You can change the partition table type, eg. C<--partition=gpt> for large "
29886 "disks."
29887 msgstr ""
29888
29889 #. type: textblock
29890 #: ../tools/virt-make-fs.pl:259
29891 msgid ""
29892 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29893 "might consider the next parameter to be the partition type.  For example:"
29894 msgstr ""
29895
29896 #. type: verbatim
29897 #: ../tools/virt-make-fs.pl:263
29898 #, no-wrap
29899 msgid ""
29900 " virt-make-fs --partition input.tar ...\n"
29901 "\n"
29902 msgstr ""
29903
29904 #. type: textblock
29905 #: ../tools/virt-make-fs.pl:265
29906 msgid ""
29907 "would cause virt-make-fs to think you wanted to use a partition type of "
29908 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29909 "dash) between options and the input file argument:"
29910 msgstr ""
29911
29912 #. type: verbatim
29913 #: ../tools/virt-make-fs.pl:269
29914 #, no-wrap
29915 msgid ""
29916 " virt-make-fs --partition -- input.tar ...\n"
29917 "\n"
29918 msgstr ""
29919
29920 #. type: textblock
29921 #: ../tools/virt-make-fs.pl:541
29922 msgid ""
29923 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
29924 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29925 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29926 msgstr ""
29927
29928 #. type: verbatim
29929 #: ../tools/virt-make-fs.pl:558
29930 #, no-wrap
29931 msgid ""
29932 " export LIBGUESTFS_DEBUG=1\n"
29933 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29934 "\n"
29935 msgstr ""
29936
29937 #. type: textblock
29938 #: ../tools/virt-make-fs.pl:561
29939 msgid ""
29940 "Attach /tmp/virt-make-fs.log to a new bug report at "
29941 "L<https://bugzilla.redhat.com/>"
29942 msgstr ""
29943
29944 #. type: textblock
29945 #: ../tools/virt-list-partitions.pl:32
29946 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29947 msgstr ""
29948
29949 #. type: verbatim
29950 #: ../tools/virt-list-partitions.pl:36
29951 #, no-wrap
29952 msgid ""
29953 " virt-list-partitions [--options] domname\n"
29954 "\n"
29955 msgstr ""
29956
29957 #. type: verbatim
29958 #: ../tools/virt-list-partitions.pl:38
29959 #, no-wrap
29960 msgid ""
29961 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29962 "\n"
29963 msgstr ""
29964
29965 #. type: textblock
29966 #: ../tools/virt-list-partitions.pl:45
29967 msgid ""
29968 "C<virt-list-partitions> is a command line tool to list the partitions that "
29969 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29970 "first step to using L<virt-resize(1)>."
29971 msgstr ""
29972
29973 #. type: textblock
29974 #: ../tools/virt-list-partitions.pl:50
29975 msgid ""
29976 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29977 "functionality.  For more complex cases you should look at the "
29978 "L<guestfish(1)> tool."
29979 msgstr ""
29980
29981 #. type: =item
29982 #: ../tools/virt-list-partitions.pl:107
29983 msgid "B<-h> | B<--human-readable>"
29984 msgstr ""
29985
29986 #. type: textblock
29987 #: ../tools/virt-list-partitions.pl:109
29988 msgid "Show sizes in human-readable form (eg. \"1G\")."
29989 msgstr ""
29990
29991 #. type: textblock
29992 #: ../tools/virt-list-partitions.pl:117
29993 msgid ""
29994 "With this option, C<virt-list-partitions> displays the type and size of each "
29995 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29996 msgstr ""
29997
29998 #. type: =item
29999 #: ../tools/virt-list-partitions.pl:124
30000 msgid "B<-t> | B<--total>"
30001 msgstr ""
30002
30003 #. type: textblock
30004 #: ../tools/virt-list-partitions.pl:126
30005 msgid "Display the total size of each block device (as a separate row or rows)."
30006 msgstr ""
30007
30008 #. type: textblock
30009 #: ../tools/virt-list-partitions.pl:259
30010 msgid ""
30011 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30012 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30013 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30014 msgstr ""
30015
30016 #. type: textblock
30017 #: ../tools/virt-list-partitions.pl:275
30018 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30019 msgstr ""