Version 1.9.13.
[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.13\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-03-24 12:04+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../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-resize.pl:44 ../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-resize.pl:50 ../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:2008 ../src/guestfs.pod:2013 ../src/guestfs.pod:2019 ../src/guestfs.pod:2027 ../src/guestfs.pod:2381 ../src/guestfs.pod:2387 ../src/guestfs.pod:2392 ../src/guestfs.pod:2398 ../src/guestfs.pod:2863 ../src/guestfs.pod:2867 ../src/guestfs.pod:2871 ../src/guestfs.pod:2875 ../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:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1603 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1619 ../src/guestfs-actions.pod:1623 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1637 ../src/guestfs-actions.pod:1641 ../src/guestfs-actions.pod:1779 ../src/guestfs-actions.pod:1783 ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1854 ../src/guestfs-actions.pod:1858 ../src/guestfs-actions.pod:1863 ../fish/guestfish.pod:432 ../fish/guestfish.pod:436 ../fish/guestfish.pod:440 ../fish/guestfish.pod:444 ../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-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
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:2426
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416 ../src/guestfs.pod:2451
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod: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:751
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:989
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:1850 ../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>."
3444 msgstr ""
3445
3446 #. type: textblock
3447 #: ../src/guestfs.pod:1784
3448 msgid ""
3449 "This is to simplify caller code, so callers can easily set the progress "
3450 "indicator to \"100%\" at the end of the operation, without requiring special "
3451 "code to detect this case."
3452 msgstr ""
3453
3454 #. type: textblock
3455 #: ../src/guestfs.pod:1790
3456 msgid ""
3457 "The callback also receives the procedure number (C<proc_nr>) and serial "
3458 "number (C<serial>) of the call.  These are only useful for debugging "
3459 "protocol issues, and the callback can normally ignore them.  The callback "
3460 "may want to print these numbers in error messages or debugging messages."
3461 msgstr ""
3462
3463 #. type: textblock
3464 #: ../src/guestfs.pod:1796
3465 msgid "If no callback is registered: progress messages are discarded."
3466 msgstr ""
3467
3468 #. type: =item
3469 #: ../src/guestfs.pod:1798
3470 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3471 msgstr ""
3472
3473 #. type: textblock
3474 #: ../src/guestfs.pod:1801
3475 msgid ""
3476 "The callback function is called whenever a log message is generated by qemu, "
3477 "the appliance kernel, guestfsd (daemon), or utility programs."
3478 msgstr ""
3479
3480 #. type: textblock
3481 #: ../src/guestfs.pod:1804
3482 msgid ""
3483 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3484 "(L</guestfs_launch>) then additional debug messages are generated."
3485 msgstr ""
3486
3487 #. type: textblock
3488 #: ../src/guestfs.pod:1807 ../src/guestfs.pod:1821
3489 msgid ""
3490 "If no callback is registered: the messages are discarded unless the verbose "
3491 "flag is set in which case they are sent to stderr.  You can override the "
3492 "printing of verbose messages to stderr by setting up a callback."
3493 msgstr ""
3494
3495 #. type: =item
3496 #: ../src/guestfs.pod:1812
3497 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3498 msgstr ""
3499
3500 #. type: textblock
3501 #: ../src/guestfs.pod:1815
3502 msgid ""
3503 "The callback function is called whenever a log message is generated by the "
3504 "library part of libguestfs."
3505 msgstr ""
3506
3507 #. type: textblock
3508 #: ../src/guestfs.pod:1818
3509 msgid ""
3510 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3511 "messages are generated."
3512 msgstr ""
3513
3514 #. type: =item
3515 #: ../src/guestfs.pod:1826
3516 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3517 msgstr ""
3518
3519 #. type: textblock
3520 #: ../src/guestfs.pod:1829
3521 msgid ""
3522 "The callback function is called whenever a trace message is generated.  This "
3523 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3524 msgstr ""
3525
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1832
3528 msgid ""
3529 "If no callback is registered: the messages are sent to stderr.  You can "
3530 "override the printing of trace messages to stderr by setting up a callback."
3531 msgstr ""
3532
3533 #. type: =head3
3534 #: ../src/guestfs.pod:1838
3535 msgid "guestfs_set_event_callback"
3536 msgstr ""
3537
3538 #. type: verbatim
3539 #: ../src/guestfs.pod:1840
3540 #, no-wrap
3541 msgid ""
3542 " int guestfs_set_event_callback (guestfs_h *g,\n"
3543 "                                 guestfs_event_callback cb,\n"
3544 "                                 uint64_t event_bitmask,\n"
3545 "                                 int flags,\n"
3546 "                                 void *opaque);\n"
3547 "\n"
3548 msgstr ""
3549
3550 #. type: textblock
3551 #: ../src/guestfs.pod:1846
3552 msgid ""
3553 "This function registers a callback (C<cb>) for all event classes in the "
3554 "C<event_bitmask>."
3555 msgstr ""
3556
3557 #. type: textblock
3558 #: ../src/guestfs.pod:1849
3559 msgid ""
3560 "For example, to register for all log message events, you could call this "
3561 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3562 "To register a single callback for all possible classes of events, use "
3563 "C<GUESTFS_EVENT_ALL>."
3564 msgstr ""
3565
3566 #. type: textblock
3567 #: ../src/guestfs.pod:1855
3568 msgid "C<flags> should always be passed as 0."
3569 msgstr ""
3570
3571 #. type: textblock
3572 #: ../src/guestfs.pod:1857
3573 msgid ""
3574 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3575 "it for any purpose."
3576 msgstr ""
3577
3578 #. type: textblock
3579 #: ../src/guestfs.pod:1860
3580 msgid ""
3581 "The return value is the event handle (an integer) which you can use to "
3582 "delete the callback (see below)."
3583 msgstr ""
3584
3585 #. type: textblock
3586 #: ../src/guestfs.pod:1863
3587 msgid ""
3588 "If there is an error, this function returns C<-1>, and sets the error in the "
3589 "handle in the usual way (see L</guestfs_last_error> etc.)"
3590 msgstr ""
3591
3592 #. type: textblock
3593 #: ../src/guestfs.pod:1866
3594 msgid ""
3595 "Callbacks remain in effect until they are deleted, or until the handle is "
3596 "closed."
3597 msgstr ""
3598
3599 #. type: textblock
3600 #: ../src/guestfs.pod:1869
3601 msgid ""
3602 "In the case where multiple callbacks are registered for a particular event "
3603 "class, all of the callbacks are called.  The order in which multiple "
3604 "callbacks are called is not defined."
3605 msgstr ""
3606
3607 #. type: =head3
3608 #: ../src/guestfs.pod:1873
3609 msgid "guestfs_delete_event_callback"
3610 msgstr ""
3611
3612 #. type: verbatim
3613 #: ../src/guestfs.pod:1875
3614 #, no-wrap
3615 msgid ""
3616 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3617 "\n"
3618 msgstr ""
3619
3620 #. type: textblock
3621 #: ../src/guestfs.pod:1877
3622 msgid ""
3623 "Delete a callback that was previously registered.  C<event_handle> should be "
3624 "the integer that was returned by a previous call to "
3625 "C<guestfs_set_event_callback> on the same handle."
3626 msgstr ""
3627
3628 #. type: =head3
3629 #: ../src/guestfs.pod:1881
3630 msgid "guestfs_event_callback"
3631 msgstr ""
3632
3633 #. type: verbatim
3634 #: ../src/guestfs.pod:1883
3635 #, no-wrap
3636 msgid ""
3637 " typedef void (*guestfs_event_callback) (\n"
3638 "                  guestfs_h *g,\n"
3639 "                  void *opaque,\n"
3640 "                  uint64_t event,\n"
3641 "                  int event_handle,\n"
3642 "                  int flags,\n"
3643 "                  const char *buf, size_t buf_len,\n"
3644 "                  const uint64_t *array, size_t array_len);\n"
3645 "\n"
3646 msgstr ""
3647
3648 #. type: textblock
3649 #: ../src/guestfs.pod:1892
3650 msgid "This is the type of the event callback function that you have to provide."
3651 msgstr ""
3652
3653 #. type: textblock
3654 #: ../src/guestfs.pod:1895
3655 msgid ""
3656 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3657 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3658 "handle, and C<flags> which in the current API you should ignore."
3659 msgstr ""
3660
3661 #. type: textblock
3662 #: ../src/guestfs.pod:1899
3663 msgid ""
3664 "The remaining parameters contain the event payload (if any).  Each event may "
3665 "contain a payload, which usually relates to the event class, but for future "
3666 "proofing your code should be written to handle any payload for any event "
3667 "class."
3668 msgstr ""
3669
3670 #. type: textblock
3671 #: ../src/guestfs.pod:1904
3672 msgid ""
3673 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3674 "there is no message buffer).  Note that this message buffer can contain "
3675 "arbitrary 8 bit data, including NUL bytes."
3676 msgstr ""
3677
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1908
3680 msgid ""
3681 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3682 "moment this is only used for progress messages."
3683 msgstr ""
3684
3685 #. type: =head3
3686 #: ../src/guestfs.pod:1911
3687 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3688 msgstr ""
3689
3690 #. type: textblock
3691 #: ../src/guestfs.pod:1913
3692 msgid ""
3693 "One motivation for the generic event API was to allow GUI programs to "
3694 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3695 "unconditionally to C<stderr>."
3696 msgstr ""
3697
3698 #. type: textblock
3699 #: ../src/guestfs.pod:1917
3700 msgid ""
3701 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3702 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3703 "messages are not events; you must capture error messages separately)."
3704 msgstr ""
3705
3706 #. type: textblock
3707 #: ../src/guestfs.pod:1922
3708 msgid ""
3709 "Programs have to set up a callback to capture the classes of events of "
3710 "interest:"
3711 msgstr ""
3712
3713 #. type: verbatim
3714 #: ../src/guestfs.pod:1925
3715 #, no-wrap
3716 msgid ""
3717 " int eh =\n"
3718 "   guestfs_set_event_callback\n"
3719 "     (g, message_callback,\n"
3720 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3721 "      GUESTFS_EVENT_TRACE,\n"
3722 "      0, NULL) == -1)\n"
3723 " if (eh == -1) {\n"
3724 "   // handle error in the usual way\n"
3725 " }\n"
3726 "\n"
3727 msgstr ""
3728
3729 #. type: textblock
3730 #: ../src/guestfs.pod:1935
3731 msgid ""
3732 "The callback can then direct messages to the appropriate place.  In this "
3733 "example, messages are directed to syslog:"
3734 msgstr ""
3735
3736 #. type: verbatim
3737 #: ../src/guestfs.pod:1938
3738 #, no-wrap
3739 msgid ""
3740 " static void\n"
3741 " message_callback (\n"
3742 "         guestfs_h *g,\n"
3743 "         void *opaque,\n"
3744 "         uint64_t event,\n"
3745 "         int event_handle,\n"
3746 "         int flags,\n"
3747 "         const char *buf, size_t buf_len,\n"
3748 "         const uint64_t *array, size_t array_len)\n"
3749 " {\n"
3750 "   const int priority = LOG_USER|LOG_INFO;\n"
3751 "   if (buf_len > 0)\n"
3752 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3753 " }\n"
3754 "\n"
3755 msgstr ""
3756
3757 #. type: =head1
3758 #: ../src/guestfs.pod:1953
3759 msgid "PRIVATE DATA AREA"
3760 msgstr ""
3761
3762 #. type: textblock
3763 #: ../src/guestfs.pod:1955
3764 msgid ""
3765 "You can attach named pieces of private data to the libguestfs handle, fetch "
3766 "them by name, and walk over them, for the lifetime of the handle.  This is "
3767 "called the private data area and is only available from the C API."
3768 msgstr ""
3769
3770 #. type: textblock
3771 #: ../src/guestfs.pod:1960
3772 msgid "To attach a named piece of data, use the following call:"
3773 msgstr ""
3774
3775 #. type: verbatim
3776 #: ../src/guestfs.pod:1962
3777 #, no-wrap
3778 msgid ""
3779 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3780 "\n"
3781 msgstr ""
3782
3783 #. type: textblock
3784 #: ../src/guestfs.pod:1964
3785 msgid ""
3786 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3787 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3788 "overwritten."
3789 msgstr ""
3790
3791 #. type: textblock
3792 #: ../src/guestfs.pod:1968
3793 msgid ""
3794 "You can use any C<key> you want, but names beginning with an underscore "
3795 "character are reserved for internal libguestfs purposes (for implementing "
3796 "language bindings).  It is recommended to prefix the name with some unique "
3797 "string to avoid collisions with other users."
3798 msgstr ""
3799
3800 #. type: textblock
3801 #: ../src/guestfs.pod:1973
3802 msgid "To retrieve the pointer, use:"
3803 msgstr ""
3804
3805 #. type: verbatim
3806 #: ../src/guestfs.pod:1975
3807 #, no-wrap
3808 msgid ""
3809 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3810 "\n"
3811 msgstr ""
3812
3813 #. type: textblock
3814 #: ../src/guestfs.pod:1977
3815 msgid ""
3816 "This function returns C<NULL> if either no data is found associated with "
3817 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3818 "C<NULL>."
3819 msgstr ""
3820
3821 #. type: textblock
3822 #: ../src/guestfs.pod:1981
3823 msgid ""
3824 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3825 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3826 "all.  In particular, libguestfs does I<not> try to free the data when the "
3827 "handle is closed.  If the data must be freed, then the caller must either "
3828 "free it before calling L</guestfs_close> or must set up a close callback to "
3829 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3830 msgstr ""
3831
3832 #. type: textblock
3833 #: ../src/guestfs.pod:1988
3834 msgid "To walk over all entries, use these two functions:"
3835 msgstr ""
3836
3837 #. type: verbatim
3838 #: ../src/guestfs.pod:1990
3839 #, no-wrap
3840 msgid ""
3841 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3842 "\n"
3843 msgstr ""
3844
3845 #. type: verbatim
3846 #: ../src/guestfs.pod:1992
3847 #, no-wrap
3848 msgid ""
3849 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3850 "\n"
3851 msgstr ""
3852
3853 #. type: textblock
3854 #: ../src/guestfs.pod:1994
3855 msgid ""
3856 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3857 "not have any particular meaning -- keys are not returned in any defined "
3858 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3859 "corresponding data pointer is returned from the function.  C<NULL> is "
3860 "returned if there are no keys stored in the handle."
3861 msgstr ""
3862
3863 #. type: textblock
3864 #: ../src/guestfs.pod:2000
3865 msgid ""
3866 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3867 "value of this function is also C<NULL> is there are no further entries to "
3868 "return."
3869 msgstr ""
3870
3871 #. type: textblock
3872 #: ../src/guestfs.pod:2004
3873 msgid "Notes about walking over entries:"
3874 msgstr ""
3875
3876 #. type: textblock
3877 #: ../src/guestfs.pod:2010
3878 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3879 msgstr ""
3880
3881 #. type: textblock
3882 #: ../src/guestfs.pod:2015
3883 msgid ""
3884 "The handle maintains an internal iterator which is reset when you call "
3885 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3886 "call C<guestfs_set_private>."
3887 msgstr ""
3888
3889 #. type: textblock
3890 #: ../src/guestfs.pod:2021
3891 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3892 msgstr ""
3893
3894 #. type: verbatim
3895 #: ../src/guestfs.pod:2023
3896 #, no-wrap
3897 msgid ""
3898 " guestfs_set_private (g, key, NULL);\n"
3899 "\n"
3900 msgstr ""
3901
3902 #. type: textblock
3903 #: ../src/guestfs.pod:2025
3904 msgid "then that C<key> is not returned when walking."
3905 msgstr ""
3906
3907 #. type: textblock
3908 #: ../src/guestfs.pod:2029
3909 msgid ""
3910 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3911 "C<guestfs_next_private> or C<guestfs_set_private>."
3912 msgstr ""
3913
3914 #. type: textblock
3915 #: ../src/guestfs.pod:2035
3916 msgid ""
3917 "The following example code shows how to print all keys and data pointers "
3918 "that are associated with the handle C<g>:"
3919 msgstr ""
3920
3921 #. type: verbatim
3922 #: ../src/guestfs.pod:2038
3923 #, no-wrap
3924 msgid ""
3925 " const char *key;\n"
3926 " void *data = guestfs_first_private (g, &key);\n"
3927 " while (data != NULL)\n"
3928 "   {\n"
3929 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3930 "     data = guestfs_next_private (g, &key);\n"
3931 "   }\n"
3932 "\n"
3933 msgstr ""
3934
3935 #. type: textblock
3936 #: ../src/guestfs.pod:2046
3937 msgid ""
3938 "More commonly you are only interested in keys that begin with an "
3939 "application-specific prefix C<foo_>.  Modify the loop like so:"
3940 msgstr ""
3941
3942 #. type: verbatim
3943 #: ../src/guestfs.pod:2049
3944 #, no-wrap
3945 msgid ""
3946 " const char *key;\n"
3947 " void *data = guestfs_first_private (g, &key);\n"
3948 " while (data != NULL)\n"
3949 "   {\n"
3950 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3951 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3952 "     data = guestfs_next_private (g, &key);\n"
3953 "   }\n"
3954 "\n"
3955 msgstr ""
3956
3957 #. type: textblock
3958 #: ../src/guestfs.pod:2058
3959 msgid ""
3960 "If you need to modify keys while walking, then you have to jump back to the "
3961 "beginning of the loop.  For example, to delete all keys prefixed with "
3962 "C<foo_>:"
3963 msgstr ""
3964
3965 #. type: verbatim
3966 #: ../src/guestfs.pod:2062
3967 #, no-wrap
3968 msgid ""
3969 "  const char *key;\n"
3970 "  void *data;\n"
3971 " again:\n"
3972 "  data = guestfs_first_private (g, &key);\n"
3973 "  while (data != NULL)\n"
3974 "    {\n"
3975 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3976 "        {\n"
3977 "          guestfs_set_private (g, key, NULL);\n"
3978 "          /* note that 'key' pointer is now invalid, and so is\n"
3979 "             the internal iterator */\n"
3980 "          goto again;\n"
3981 "        }\n"
3982 "      data = guestfs_next_private (g, &key);\n"
3983 "    }\n"
3984 "\n"
3985 msgstr ""
3986
3987 #. type: textblock
3988 #: ../src/guestfs.pod:2078
3989 msgid ""
3990 "Note that the above loop is guaranteed to terminate because the keys are "
3991 "being deleted, but other manipulations of keys within the loop might not "
3992 "terminate unless you also maintain an indication of which keys have been "
3993 "visited."
3994 msgstr ""
3995
3996 #. type: =end
3997 #: ../src/guestfs.pod:2083 ../src/guestfs.pod:2088
3998 msgid "html"
3999 msgstr ""
4000
4001 #. type: textblock
4002 #: ../src/guestfs.pod:2085
4003 msgid ""
4004 "<!-- old anchor for the next section --> <a "
4005 "name=\"state_machine_and_low_level_event_api\"/>"
4006 msgstr ""
4007
4008 #. type: =head1
4009 #: ../src/guestfs.pod:2090
4010 msgid "ARCHITECTURE"
4011 msgstr ""
4012
4013 #. type: textblock
4014 #: ../src/guestfs.pod:2092
4015 msgid ""
4016 "Internally, libguestfs is implemented by running an appliance (a special "
4017 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4018 "process of the main program."
4019 msgstr ""
4020
4021 #. type: verbatim
4022 #: ../src/guestfs.pod:2096
4023 #, no-wrap
4024 msgid ""
4025 "  ___________________\n"
4026 " /                   \\\n"
4027 " | main program      |\n"
4028 " |                   |\n"
4029 " |                   |           child process / appliance\n"
4030 " |                   |           __________________________\n"
4031 " |                   |          / qemu                     \\\n"
4032 " +-------------------+   RPC    |      +-----------------+ |\n"
4033 " | libguestfs     <--------------------> guestfsd        | |\n"
4034 " |                   |          |      +-----------------+ |\n"
4035 " \\___________________/          |      | Linux kernel    | |\n"
4036 "                                |      +--^--------------+ |\n"
4037 "                                \\_________|________________/\n"
4038 "                                          |\n"
4039 "                                   _______v______\n"
4040 "                                  /              \\\n"
4041 "                                  | Device or    |\n"
4042 "                                  | disk image   |\n"
4043 "                                  \\______________/\n"
4044 "\n"
4045 msgstr ""
4046
4047 #. type: textblock
4048 #: ../src/guestfs.pod:2116
4049 msgid ""
4050 "The library, linked to the main program, creates the child process and hence "
4051 "the appliance in the L</guestfs_launch> function."
4052 msgstr ""
4053
4054 #. type: textblock
4055 #: ../src/guestfs.pod:2119
4056 msgid ""
4057 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4058 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4059 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4060 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4061 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4062 "attached to the qemu process which translates device access by the "
4063 "appliance's Linux kernel into accesses to the image."
4064 msgstr ""
4065
4066 #. type: textblock
4067 #: ../src/guestfs.pod:2128
4068 msgid ""
4069 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4070 "Although the disk image you are attached to might also be used by some "
4071 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4072 "care if both libguestfs's qemu process and your virtual machine are trying "
4073 "to update the disk image at the same time, since these usually results in "
4074 "massive disk corruption)."
4075 msgstr ""
4076
4077 #. type: =head1
4078 #: ../src/guestfs.pod:2135
4079 msgid "STATE MACHINE"
4080 msgstr ""
4081
4082 #. type: textblock
4083 #: ../src/guestfs.pod:2137
4084 msgid "libguestfs uses a state machine to model the child process:"
4085 msgstr ""
4086
4087 #. type: verbatim
4088 #: ../src/guestfs.pod:2139
4089 #, no-wrap
4090 msgid ""
4091 "                         |\n"
4092 "                    guestfs_create\n"
4093 "                         |\n"
4094 "                         |\n"
4095 "                     ____V_____\n"
4096 "                    /          \\\n"
4097 "                    |  CONFIG  |\n"
4098 "                    \\__________/\n"
4099 "                     ^ ^   ^  \\\n"
4100 "                    /  |    \\  \\ guestfs_launch\n"
4101 "                   /   |    _\\__V______\n"
4102 "                  /    |   /           \\\n"
4103 "                 /     |   | LAUNCHING |\n"
4104 "                /      |   \\___________/\n"
4105 "               /       |       /\n"
4106 "              /        |  guestfs_launch\n"
4107 "             /         |     /\n"
4108 "    ______  /        __|____V\n"
4109 "   /      \\ ------> /        \\\n"
4110 "   | BUSY |         | READY  |\n"
4111 "   \\______/ <------ \\________/\n"
4112 "\n"
4113 msgstr ""
4114
4115 #. type: textblock
4116 #: ../src/guestfs.pod:2161
4117 msgid ""
4118 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4119 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4120 "(3) alternating between READY and BUSY as commands are issued to, and "
4121 "carried out by, the child process."
4122 msgstr ""
4123
4124 #. type: textblock
4125 #: ../src/guestfs.pod:2166
4126 msgid ""
4127 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4128 "asynchronously at any time (eg. due to some internal error), and that causes "
4129 "the state to transition back to CONFIG."
4130 msgstr ""
4131
4132 #. type: textblock
4133 #: ../src/guestfs.pod:2170
4134 msgid ""
4135 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4136 "issued when in the CONFIG state."
4137 msgstr ""
4138
4139 #. type: textblock
4140 #: ../src/guestfs.pod:2173
4141 msgid ""
4142 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4143 "L</guestfs_launch> blocks until the child process is READY to accept "
4144 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4145 "moves the state from CONFIG to LAUNCHING while it is running."
4146 msgstr ""
4147
4148 #. type: textblock
4149 #: ../src/guestfs.pod:2179
4150 msgid ""
4151 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4152 "state.  These API calls block waiting for the command to be carried out "
4153 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4154 "non-blocking versions, and no way to issue more than one command per handle "
4155 "at the same time."
4156 msgstr ""
4157
4158 #. type: textblock
4159 #: ../src/guestfs.pod:2185
4160 msgid ""
4161 "Finally, the child process sends asynchronous messages back to the main "
4162 "program, such as kernel log messages.  You can register a callback to "
4163 "receive these messages."
4164 msgstr ""
4165
4166 #. type: =head1
4167 #: ../src/guestfs.pod:2189
4168 msgid "INTERNALS"
4169 msgstr ""
4170
4171 #. type: =head2
4172 #: ../src/guestfs.pod:2191
4173 msgid "COMMUNICATION PROTOCOL"
4174 msgstr ""
4175
4176 #. type: textblock
4177 #: ../src/guestfs.pod:2193
4178 msgid ""
4179 "Don't rely on using this protocol directly.  This section documents how it "
4180 "currently works, but it may change at any time."
4181 msgstr ""
4182
4183 #. type: textblock
4184 #: ../src/guestfs.pod:2196
4185 msgid ""
4186 "The protocol used to talk between the library and the daemon running inside "
4187 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4188 "1014, RFC 1832, RFC 4506)."
4189 msgstr ""
4190
4191 #. type: textblock
4192 #: ../src/guestfs.pod:2200
4193 msgid ""
4194 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4195 "this file is automatically generated)."
4196 msgstr ""
4197
4198 #. type: textblock
4199 #: ../src/guestfs.pod:2203
4200 msgid ""
4201 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4202 "and C<FileOut> parameters, which are handled with very simple request/reply "
4203 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4204 "parameters, which use the same request and reply messages, but they may also "
4205 "be followed by files sent using a chunked encoding."
4206 msgstr ""
4207
4208 #. type: =head3
4209 #: ../src/guestfs.pod:2210
4210 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4211 msgstr ""
4212
4213 #. type: textblock
4214 #: ../src/guestfs.pod:2212
4215 msgid "For ordinary functions, the request message is:"
4216 msgstr ""
4217
4218 #. type: verbatim
4219 #: ../src/guestfs.pod:2214
4220 #, no-wrap
4221 msgid ""
4222 " total length (header + arguments,\n"
4223 "      but not including the length word itself)\n"
4224 " struct guestfs_message_header (encoded as XDR)\n"
4225 " struct guestfs_<foo>_args (encoded as XDR)\n"
4226 "\n"
4227 msgstr ""
4228
4229 #. type: textblock
4230 #: ../src/guestfs.pod:2219
4231 msgid ""
4232 "The total length field allows the daemon to allocate a fixed size buffer "
4233 "into which it slurps the rest of the message.  As a result, the total length "
4234 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4235 "effective size of any request is limited to somewhere under this size."
4236 msgstr ""
4237
4238 #. type: textblock
4239 #: ../src/guestfs.pod:2225
4240 msgid ""
4241 "Note also that many functions don't take any arguments, in which case the "
4242 "C<guestfs_I<foo>_args> is completely omitted."
4243 msgstr ""
4244
4245 #. type: textblock
4246 #: ../src/guestfs.pod:2228
4247 msgid ""
4248 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4249 "receiver knows what type of args structure to expect, or none at all."
4250 msgstr ""
4251
4252 #. type: textblock
4253 #: ../src/guestfs.pod:2232
4254 msgid ""
4255 "For functions that take optional arguments, the optional arguments are "
4256 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4257 "arguments.  A bitmask in the header indicates which optional arguments are "
4258 "meaningful.  The bitmask is also checked to see if it contains bits set "
4259 "which the daemon does not know about (eg. if more optional arguments were "
4260 "added in a later version of the library), and this causes the call to be "
4261 "rejected."
4262 msgstr ""
4263
4264 #. type: textblock
4265 #: ../src/guestfs.pod:2240
4266 msgid "The reply message for ordinary functions is:"
4267 msgstr ""
4268
4269 #. type: verbatim
4270 #: ../src/guestfs.pod:2242
4271 #, no-wrap
4272 msgid ""
4273 " total length (header + ret,\n"
4274 "      but not including the length word itself)\n"
4275 " struct guestfs_message_header (encoded as XDR)\n"
4276 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4277 "\n"
4278 msgstr ""
4279
4280 #. type: textblock
4281 #: ../src/guestfs.pod:2247
4282 msgid ""
4283 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4284 "functions that return no formal return values."
4285 msgstr ""
4286
4287 #. type: textblock
4288 #: ../src/guestfs.pod:2250
4289 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4290 msgstr ""
4291
4292 #. type: textblock
4293 #: ../src/guestfs.pod:2253
4294 msgid ""
4295 "In the case of an error, a flag is set in the header, and the reply message "
4296 "is slightly changed:"
4297 msgstr ""
4298
4299 #. type: verbatim
4300 #: ../src/guestfs.pod:2256
4301 #, no-wrap
4302 msgid ""
4303 " total length (header + error,\n"
4304 "      but not including the length word itself)\n"
4305 " struct guestfs_message_header (encoded as XDR)\n"
4306 " struct guestfs_message_error (encoded as XDR)\n"
4307 "\n"
4308 msgstr ""
4309
4310 #. type: textblock
4311 #: ../src/guestfs.pod:2261
4312 msgid ""
4313 "The C<guestfs_message_error> structure contains the error message as a "
4314 "string."
4315 msgstr ""
4316
4317 #. type: =head3
4318 #: ../src/guestfs.pod:2264
4319 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4320 msgstr ""
4321
4322 #. type: textblock
4323 #: ../src/guestfs.pod:2266
4324 msgid ""
4325 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4326 "The normal request message is sent (see above).  However this is followed by "
4327 "a sequence of file chunks."
4328 msgstr ""
4329
4330 #. type: verbatim
4331 #: ../src/guestfs.pod:2270
4332 #, no-wrap
4333 msgid ""
4334 " total length (header + arguments,\n"
4335 "      but not including the length word itself,\n"
4336 "      and not including the chunks)\n"
4337 " struct guestfs_message_header (encoded as XDR)\n"
4338 " struct guestfs_<foo>_args (encoded as XDR)\n"
4339 " sequence of chunks for FileIn param #0\n"
4340 " sequence of chunks for FileIn param #1 etc.\n"
4341 "\n"
4342 msgstr ""
4343
4344 #. type: textblock
4345 #: ../src/guestfs.pod:2278
4346 msgid "The \"sequence of chunks\" is:"
4347 msgstr ""
4348
4349 #. type: verbatim
4350 #: ../src/guestfs.pod:2280
4351 #, no-wrap
4352 msgid ""
4353 " length of chunk (not including length word itself)\n"
4354 " struct guestfs_chunk (encoded as XDR)\n"
4355 " length of chunk\n"
4356 " struct guestfs_chunk (encoded as XDR)\n"
4357 "   ...\n"
4358 " length of chunk\n"
4359 " struct guestfs_chunk (with data.data_len == 0)\n"
4360 "\n"
4361 msgstr ""
4362
4363 #. type: textblock
4364 #: ../src/guestfs.pod:2288
4365 msgid ""
4366 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4367 "is set in the final chunk to indicate either successful completion or early "
4368 "cancellation."
4369 msgstr ""
4370
4371 #. type: textblock
4372 #: ../src/guestfs.pod:2292
4373 msgid ""
4374 "At time of writing there are no functions that have more than one FileIn "
4375 "parameter.  However this is (theoretically) supported, by sending the "
4376 "sequence of chunks for each FileIn parameter one after another (from left to "
4377 "right)."
4378 msgstr ""
4379
4380 #. type: textblock
4381 #: ../src/guestfs.pod:2297
4382 msgid ""
4383 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4384 "transfer.  The library does this by sending a chunk with a special flag set "
4385 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4386 "RPC, does I<not> send any reply, and goes back to reading the next request."
4387 msgstr ""
4388
4389 #. type: textblock
4390 #: ../src/guestfs.pod:2303
4391 msgid ""
4392 "The daemon may also cancel.  It does this by writing a special word "
4393 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4394 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4395 "cancel chunk).  The special word is chosen so that even if cancellation "
4396 "happens right at the end of the transfer (after the library has finished "
4397 "writing and has started listening for the reply), the \"spurious\" cancel "
4398 "flag will not be confused with the reply message."
4399 msgstr ""
4400
4401 #. type: textblock
4402 #: ../src/guestfs.pod:2312
4403 msgid ""
4404 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4405 "limit), and also files where the size is not known in advance (eg. from "
4406 "pipes or sockets).  However the chunks are rather small "
4407 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4408 "to keep much in memory."
4409 msgstr ""
4410
4411 #. type: =head3
4412 #: ../src/guestfs.pod:2318
4413 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4414 msgstr ""
4415
4416 #. type: textblock
4417 #: ../src/guestfs.pod:2320
4418 msgid ""
4419 "The protocol for FileOut parameters is exactly the same as for FileIn "
4420 "parameters, but with the roles of daemon and library reversed."
4421 msgstr ""
4422
4423 #. type: verbatim
4424 #: ../src/guestfs.pod:2323
4425 #, no-wrap
4426 msgid ""
4427 " total length (header + ret,\n"
4428 "      but not including the length word itself,\n"
4429 "      and not including the chunks)\n"
4430 " struct guestfs_message_header (encoded as XDR)\n"
4431 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4432 " sequence of chunks for FileOut param #0\n"
4433 " sequence of chunks for FileOut param #1 etc.\n"
4434 "\n"
4435 msgstr ""
4436
4437 #. type: =head3
4438 #: ../src/guestfs.pod:2331
4439 msgid "INITIAL MESSAGE"
4440 msgstr ""
4441
4442 #. type: textblock
4443 #: ../src/guestfs.pod:2333
4444 msgid ""
4445 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4446 "which indicates that the guest and daemon is alive.  This is what "
4447 "L</guestfs_launch> waits for."
4448 msgstr ""
4449
4450 #. type: =head3
4451 #: ../src/guestfs.pod:2337
4452 msgid "PROGRESS NOTIFICATION MESSAGES"
4453 msgstr ""
4454
4455 #. type: textblock
4456 #: ../src/guestfs.pod:2339
4457 msgid ""
4458 "The daemon may send progress notification messages at any time.  These are "
4459 "distinguished by the normal length word being replaced by "
4460 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4461 msgstr ""
4462
4463 #. type: textblock
4464 #: ../src/guestfs.pod:2343
4465 msgid ""
4466 "The library turns them into progress callbacks (see "
4467 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4468 "them if not."
4469 msgstr ""
4470
4471 #. type: textblock
4472 #: ../src/guestfs.pod:2347
4473 msgid ""
4474 "The daemon self-limits the frequency of progress messages it sends (see "
4475 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4476 "messages."
4477 msgstr ""
4478
4479 #. type: =head1
4480 #: ../src/guestfs.pod:2351
4481 msgid "LIBGUESTFS VERSION NUMBERS"
4482 msgstr ""
4483
4484 #. type: textblock
4485 #: ../src/guestfs.pod:2353
4486 msgid ""
4487 "Since April 2010, libguestfs has started to make separate development and "
4488 "stable releases, along with corresponding branches in our git repository.  "
4489 "These separate releases can be identified by version number:"
4490 msgstr ""
4491
4492 #. type: verbatim
4493 #: ../src/guestfs.pod:2358
4494 #, no-wrap
4495 msgid ""
4496 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4497 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4498 "       |\n"
4499 "       v\n"
4500 " 1  .  3  .  5\n"
4501 " ^           ^\n"
4502 " |           |\n"
4503 " |           `-------- sub-version\n"
4504 " |\n"
4505 " `------ always '1' because we don't change the ABI\n"
4506 "\n"
4507 msgstr ""
4508
4509 #. type: textblock
4510 #: ../src/guestfs.pod:2369
4511 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4512 msgstr ""
4513
4514 #. type: textblock
4515 #: ../src/guestfs.pod:2371
4516 msgid ""
4517 "As time passes we cherry pick fixes from the development branch and backport "
4518 "those into the stable branch, the effect being that the stable branch should "
4519 "get more stable and less buggy over time.  So the stable releases are ideal "
4520 "for people who don't need new features but would just like the software to "
4521 "work."
4522 msgstr ""
4523
4524 #. type: textblock
4525 #: ../src/guestfs.pod:2377
4526 msgid "Our criteria for backporting changes are:"
4527 msgstr ""
4528
4529 #. type: textblock
4530 #: ../src/guestfs.pod:2383
4531 msgid ""
4532 "Documentation changes which don't affect any code are backported unless the "
4533 "documentation refers to a future feature which is not in stable."
4534 msgstr ""
4535
4536 #. type: textblock
4537 #: ../src/guestfs.pod:2389
4538 msgid ""
4539 "Bug fixes which are not controversial, fix obvious problems, and have been "
4540 "well tested are backported."
4541 msgstr ""
4542
4543 #. type: textblock
4544 #: ../src/guestfs.pod:2394
4545 msgid ""
4546 "Simple rearrangements of code which shouldn't affect how it works get "
4547 "backported.  This is so that the code in the two branches doesn't get too "
4548 "far out of step, allowing us to backport future fixes more easily."
4549 msgstr ""
4550
4551 #. type: textblock
4552 #: ../src/guestfs.pod:2400
4553 msgid ""
4554 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4555 "exceptional case: the new feature is required in order to implement an "
4556 "important bug fix."
4557 msgstr ""
4558
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2406
4561 msgid ""
4562 "A new stable branch starts when we think the new features in development are "
4563 "substantial and compelling enough over the current stable branch to warrant "
4564 "it.  When that happens we create new stable and development versions 1.N.0 "
4565 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4566 "stable at this point, but by backporting fixes from development, that branch "
4567 "will stabilize over time."
4568 msgstr ""
4569
4570 #. type: =head1
4571 #: ../src/guestfs.pod:2414
4572 msgid "EXTENDING LIBGUESTFS"
4573 msgstr ""
4574
4575 #. type: =head2
4576 #: ../src/guestfs.pod:2416
4577 msgid "ADDING A NEW API ACTION"
4578 msgstr ""
4579
4580 #. type: textblock
4581 #: ../src/guestfs.pod:2418
4582 msgid ""
4583 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4584 "documentation) are generated, and this makes it easy to extend the "
4585 "libguestfs API."
4586 msgstr ""
4587
4588 #. type: textblock
4589 #: ../src/guestfs.pod:2422
4590 msgid "To add a new API action there are two changes:"
4591 msgstr ""
4592
4593 #. type: textblock
4594 #: ../src/guestfs.pod:2428
4595 msgid ""
4596 "You need to add a description of the call (name, parameters, return type, "
4597 "tests, documentation) to C<generator/generator_actions.ml>."
4598 msgstr ""
4599
4600 #. type: textblock
4601 #: ../src/guestfs.pod:2431
4602 msgid ""
4603 "There are two sorts of API action, depending on whether the call goes "
4604 "through to the daemon in the appliance, or is serviced entirely by the "
4605 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4606 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4607 "an example of the latter, since a trace flag is maintained in the handle and "
4608 "all tracing is done on the library side."
4609 msgstr ""
4610
4611 #. type: textblock
4612 #: ../src/guestfs.pod:2439
4613 msgid ""
4614 "Most new actions are of the first type, and get added to the "
4615 "C<daemon_functions> list.  Each function has a unique procedure number used "
4616 "in the RPC protocol which is assigned to that action when we publish "
4617 "libguestfs and cannot be reused.  Take the latest procedure number and "
4618 "increment it."
4619 msgstr ""
4620
4621 #. type: textblock
4622 #: ../src/guestfs.pod:2445
4623 msgid ""
4624 "For library-only actions of the second type, add to the "
4625 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4626 "library and do not travel over the RPC mechanism to the daemon, these "
4627 "functions do not need a procedure number, and so the procedure number is set "
4628 "to C<-1>."
4629 msgstr ""
4630
4631 #. type: textblock
4632 #: ../src/guestfs.pod:2453
4633 msgid "Implement the action (in C):"
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2455
4638 msgid ""
4639 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4640 "C<daemon/> directory."
4641 msgstr ""
4642
4643 #. type: textblock
4644 #: ../src/guestfs.pod:2458
4645 msgid ""
4646 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4647 "(note: double underscore) in the C<src/> directory."
4648 msgstr ""
4649
4650 #. type: textblock
4651 #: ../src/guestfs.pod:2461
4652 msgid "In either case, use another function as an example of what to do."
4653 msgstr ""
4654
4655 #. type: textblock
4656 #: ../src/guestfs.pod:2465
4657 msgid "After making these changes, use C<make> to compile."
4658 msgstr ""
4659
4660 #. type: textblock
4661 #: ../src/guestfs.pod:2467
4662 msgid ""
4663 "Note that you don't need to implement the RPC, language bindings, manual "
4664 "pages or anything else.  It's all automatically generated from the OCaml "
4665 "description."
4666 msgstr ""
4667
4668 #. type: =head2
4669 #: ../src/guestfs.pod:2471
4670 msgid "ADDING TESTS FOR AN API ACTION"
4671 msgstr ""
4672
4673 #. type: textblock
4674 #: ../src/guestfs.pod:2473
4675 msgid ""
4676 "You can supply zero or as many tests as you want per API call.  The tests "
4677 "can either be added as part of the API description "
4678 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4679 "drop a script into C<regressions/>.  Note that adding a script to "
4680 "C<regressions/> is slower, so if possible use the first method."
4681 msgstr ""
4682
4683 #. type: textblock
4684 #: ../src/guestfs.pod:2479
4685 msgid ""
4686 "The following describes the test environment used when you add an API test "
4687 "in C<generator_actions.ml>."
4688 msgstr ""
4689
4690 #. type: textblock
4691 #: ../src/guestfs.pod:2482
4692 msgid "The test environment has 4 block devices:"
4693 msgstr ""
4694
4695 #. type: =item
4696 #: ../src/guestfs.pod:2486
4697 msgid "C</dev/sda> 500MB"
4698 msgstr ""
4699
4700 #. type: textblock
4701 #: ../src/guestfs.pod:2488
4702 msgid "General block device for testing."
4703 msgstr ""
4704
4705 #. type: =item
4706 #: ../src/guestfs.pod:2490
4707 msgid "C</dev/sdb> 50MB"
4708 msgstr ""
4709
4710 #. type: textblock
4711 #: ../src/guestfs.pod:2492
4712 msgid ""
4713 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4714 "operations."
4715 msgstr ""
4716
4717 #. type: =item
4718 #: ../src/guestfs.pod:2495
4719 msgid "C</dev/sdc> 10MB"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2497
4724 msgid "Used in a few tests where two block devices are needed."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../src/guestfs.pod:2499
4729 msgid "C</dev/sdd>"
4730 msgstr ""
4731
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2501
4734 msgid "ISO with fixed content (see C<images/test.iso>)."
4735 msgstr ""
4736
4737 #. type: textblock
4738 #: ../src/guestfs.pod:2505
4739 msgid ""
4740 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4741 "appliance and block devices are reused between tests.  So don't try testing "
4742 "L</guestfs_kill_subprocess> :-x"
4743 msgstr ""
4744
4745 #. type: textblock
4746 #: ../src/guestfs.pod:2509
4747 msgid ""
4748 "Each test starts with an initial scenario, selected using one of the "
4749 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4750 "initialize the disks mentioned above in a particular way as documented in "
4751 "C<generator_types.ml>.  You should not assume anything about the previous "
4752 "contents of other disks that are not initialized."
4753 msgstr ""
4754
4755 #. type: textblock
4756 #: ../src/guestfs.pod:2515
4757 msgid ""
4758 "You can add a prerequisite clause to any individual test.  This is a "
4759 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4760 "if testing a command which might not work on all variations of libguestfs "
4761 "builds.  A test that has prerequisite of C<Always> means to run "
4762 "unconditionally."
4763 msgstr ""
4764
4765 #. type: textblock
4766 #: ../src/guestfs.pod:2521
4767 msgid ""
4768 "In addition, packagers can skip individual tests by setting environment "
4769 "variables before running C<make check>."
4770 msgstr ""
4771
4772 #. type: verbatim
4773 #: ../src/guestfs.pod:2524
4774 #, no-wrap
4775 msgid ""
4776 " SKIP_TEST_<CMD>_<NUM>=1\n"
4777 "\n"
4778 msgstr ""
4779
4780 #. type: textblock
4781 #: ../src/guestfs.pod:2526
4782 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4783 msgstr ""
4784
4785 #. type: textblock
4786 #: ../src/guestfs.pod:2528
4787 msgid "or:"
4788 msgstr ""
4789
4790 #. type: verbatim
4791 #: ../src/guestfs.pod:2530
4792 #, no-wrap
4793 msgid ""
4794 " SKIP_TEST_<CMD>=1\n"
4795 "\n"
4796 msgstr ""
4797
4798 #. type: textblock
4799 #: ../src/guestfs.pod:2532
4800 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4801 msgstr ""
4802
4803 #. type: textblock
4804 #: ../src/guestfs.pod:2534
4805 msgid "Packagers can run only certain tests by setting for example:"
4806 msgstr ""
4807
4808 #. type: verbatim
4809 #: ../src/guestfs.pod:2536
4810 #, no-wrap
4811 msgid ""
4812 " TEST_ONLY=\"vfs_type zerofree\"\n"
4813 "\n"
4814 msgstr ""
4815
4816 #. type: textblock
4817 #: ../src/guestfs.pod:2538
4818 msgid ""
4819 "See C<capitests/tests.c> for more details of how these environment variables "
4820 "work."
4821 msgstr ""
4822
4823 #. type: =head2
4824 #: ../src/guestfs.pod:2541
4825 msgid "DEBUGGING NEW API ACTIONS"
4826 msgstr ""
4827
4828 #. type: textblock
4829 #: ../src/guestfs.pod:2543
4830 msgid "Test new actions work before submitting them."
4831 msgstr ""
4832
4833 #. type: textblock
4834 #: ../src/guestfs.pod:2545
4835 msgid "You can use guestfish to try out new commands."
4836 msgstr ""
4837
4838 #. type: textblock
4839 #: ../src/guestfs.pod:2547
4840 msgid ""
4841 "Debugging the daemon is a problem because it runs inside a minimal "
4842 "environment.  However you can fprintf messages in the daemon to stderr, and "
4843 "they will show up if you use C<guestfish -v>."
4844 msgstr ""
4845
4846 #. type: =head2
4847 #: ../src/guestfs.pod:2551
4848 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4849 msgstr ""
4850
4851 #. type: textblock
4852 #: ../src/guestfs.pod:2553
4853 msgid ""
4854 "Our C source code generally adheres to some basic code-formatting "
4855 "conventions.  The existing code base is not totally consistent on this "
4856 "front, but we do prefer that contributed code be formatted similarly.  In "
4857 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4858 "indentation level, and other than that, follow the K&R style."
4859 msgstr ""
4860
4861 #. type: textblock
4862 #: ../src/guestfs.pod:2559
4863 msgid ""
4864 "If you use Emacs, add the following to one of one of your start-up files "
4865 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4866 msgstr ""
4867
4868 #. type: verbatim
4869 #: ../src/guestfs.pod:2562
4870 #, no-wrap
4871 msgid ""
4872 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4873 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4874 " (add-hook 'find-file-hook\n"
4875 "     '(lambda () (if (and buffer-file-name\n"
4876 "                          (string-match \"/libguestfs\\\\>\"\n"
4877 "                              (buffer-file-name))\n"
4878 "                          (not (string-equal mode-name \"Change Log\"))\n"
4879 "                          (not (string-equal mode-name \"Makefile\")))\n"
4880 "                     (setq indent-tabs-mode nil))))\n"
4881 " \n"
4882 msgstr ""
4883
4884 #. type: verbatim
4885 #: ../src/guestfs.pod:2572
4886 #, no-wrap
4887 msgid ""
4888 " ;;; When editing C sources in libguestfs, use this style.\n"
4889 " (defun libguestfs-c-mode ()\n"
4890 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4891 "   (interactive)\n"
4892 "   (c-set-style \"K&R\")\n"
4893 "   (setq c-indent-level 2)\n"
4894 "   (setq c-basic-offset 2))\n"
4895 " (add-hook 'c-mode-hook\n"
4896 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4897 "                               (buffer-file-name))\n"
4898 "                           (libguestfs-c-mode))))\n"
4899 "\n"
4900 msgstr ""
4901
4902 #. type: textblock
4903 #: ../src/guestfs.pod:2584
4904 msgid "Enable warnings when compiling (and fix any problems this finds):"
4905 msgstr ""
4906
4907 #. type: verbatim
4908 #: ../src/guestfs.pod:2587
4909 #, no-wrap
4910 msgid ""
4911 " ./configure --enable-gcc-warnings\n"
4912 "\n"
4913 msgstr ""
4914
4915 #. type: textblock
4916 #: ../src/guestfs.pod:2589
4917 msgid "Useful targets are:"
4918 msgstr ""
4919
4920 #. type: verbatim
4921 #: ../src/guestfs.pod:2591
4922 #, no-wrap
4923 msgid ""
4924 " make syntax-check  # checks the syntax of the C code\n"
4925 " make check         # runs the test suite\n"
4926 "\n"
4927 msgstr ""
4928
4929 #. type: =head2
4930 #: ../src/guestfs.pod:2594
4931 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4932 msgstr ""
4933
4934 #. type: textblock
4935 #: ../src/guestfs.pod:2596
4936 msgid ""
4937 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4938 "which are used to do shell quoting."
4939 msgstr ""
4940
4941 #. type: =item
4942 #: ../src/guestfs.pod:2601
4943 msgid "%Q"
4944 msgstr ""
4945
4946 #. type: textblock
4947 #: ../src/guestfs.pod:2603
4948 msgid ""
4949 "Simple shell quoted string.  Any spaces or other shell characters are "
4950 "escaped for you."
4951 msgstr ""
4952
4953 #. type: =item
4954 #: ../src/guestfs.pod:2606
4955 msgid "%R"
4956 msgstr ""
4957
4958 #. type: textblock
4959 #: ../src/guestfs.pod:2608
4960 msgid ""
4961 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4962 "the sysroot."
4963 msgstr ""
4964
4965 #. type: textblock
4966 #: ../src/guestfs.pod:2613 ../fish/guestfish.pod:240 ../fish/guestfish.pod:599
4967 msgid "For example:"
4968 msgstr ""
4969
4970 #. type: verbatim
4971 #: ../src/guestfs.pod:2615
4972 #, no-wrap
4973 msgid ""
4974 " asprintf (&cmd, \"cat %R\", path);\n"
4975 "\n"
4976 msgstr ""
4977
4978 #. type: textblock
4979 #: ../src/guestfs.pod:2617
4980 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4981 msgstr ""
4982
4983 #. type: textblock
4984 #: ../src/guestfs.pod:2619
4985 msgid ""
4986 "I<Note:> Do I<not> use these when you are passing parameters to the "
4987 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4988 "because they are not passed via the shell (instead, straight to exec).  You "
4989 "probably want to use the C<sysroot_path()> function however."
4990 msgstr ""
4991
4992 #. type: =head2
4993 #: ../src/guestfs.pod:2625
4994 msgid "SUBMITTING YOUR NEW API ACTIONS"
4995 msgstr ""
4996
4997 #. type: textblock
4998 #: ../src/guestfs.pod:2627
4999 msgid ""
5000 "Submit patches to the mailing list: "
5001 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5002 "L<rjones@redhat.com>."
5003 msgstr ""
5004
5005 #. type: =head2
5006 #: ../src/guestfs.pod:2631
5007 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5008 msgstr ""
5009
5010 #. type: textblock
5011 #: ../src/guestfs.pod:2633
5012 msgid "We support i18n (gettext anyhow) in the library."
5013 msgstr ""
5014
5015 #. type: textblock
5016 #: ../src/guestfs.pod:2635
5017 msgid ""
5018 "However many messages come from the daemon, and we don't translate those at "
5019 "the moment.  One reason is that the appliance generally has all locale files "
5020 "removed from it, because they take up a lot of space.  So we'd have to readd "
5021 "some of those, as well as copying our PO files into the appliance."
5022 msgstr ""
5023
5024 #. type: textblock
5025 #: ../src/guestfs.pod:2641
5026 msgid ""
5027 "Debugging messages are never translated, since they are intended for the "
5028 "programmers."
5029 msgstr ""
5030
5031 #. type: =head2
5032 #: ../src/guestfs.pod:2644
5033 msgid "SOURCE CODE SUBDIRECTORIES"
5034 msgstr ""
5035
5036 #. type: =item
5037 #: ../src/guestfs.pod:2648 ../src/guestfs-actions.pod:5721 ../fish/guestfish-actions.pod:3838
5038 msgid "C<appliance>"
5039 msgstr ""
5040
5041 #. type: textblock
5042 #: ../src/guestfs.pod:2650
5043 msgid "The libguestfs appliance, build scripts and so on."
5044 msgstr ""
5045
5046 #. type: =item
5047 #: ../src/guestfs.pod:2652
5048 msgid "C<capitests>"
5049 msgstr ""
5050
5051 #. type: textblock
5052 #: ../src/guestfs.pod:2654
5053 msgid "Automated tests of the C API."
5054 msgstr ""
5055
5056 #. type: =item
5057 #: ../src/guestfs.pod:2656
5058 msgid "C<cat>"
5059 msgstr ""
5060
5061 #. type: textblock
5062 #: ../src/guestfs.pod:2658
5063 msgid ""
5064 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5065 "documentation."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2661
5070 msgid "C<contrib>"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2663
5075 msgid "Outside contributions, experimental parts."
5076 msgstr ""
5077
5078 #. type: =item
5079 #: ../src/guestfs.pod:2665
5080 msgid "C<daemon>"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2667
5085 msgid ""
5086 "The daemon that runs inside the libguestfs appliance and carries out "
5087 "actions."
5088 msgstr ""
5089
5090 #. type: =item
5091 #: ../src/guestfs.pod:2670
5092 msgid "C<df>"
5093 msgstr ""
5094
5095 #. type: textblock
5096 #: ../src/guestfs.pod:2672
5097 msgid "L<virt-df(1)> command and documentation."
5098 msgstr ""
5099
5100 #. type: =item
5101 #: ../src/guestfs.pod:2674
5102 msgid "C<examples>"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2676
5107 msgid "C API example code."
5108 msgstr ""
5109
5110 #. type: =item
5111 #: ../src/guestfs.pod:2678
5112 msgid "C<fish>"
5113 msgstr ""
5114
5115 #. type: textblock
5116 #: ../src/guestfs.pod:2680
5117 msgid ""
5118 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5119 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5120 "L<virt-tar-out(1)>."
5121 msgstr ""
5122
5123 #. type: =item
5124 #: ../src/guestfs.pod:2684
5125 msgid "C<fuse>"
5126 msgstr ""
5127
5128 #. type: textblock
5129 #: ../src/guestfs.pod:2686
5130 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5131 msgstr ""
5132
5133 #. type: =item
5134 #: ../src/guestfs.pod:2688
5135 msgid "C<generator>"
5136 msgstr ""
5137
5138 #. type: textblock
5139 #: ../src/guestfs.pod:2690
5140 msgid ""
5141 "The crucially important generator, used to automatically generate large "
5142 "amounts of boilerplate C code for things like RPC and bindings."
5143 msgstr ""
5144
5145 #. type: =item
5146 #: ../src/guestfs.pod:2693
5147 msgid "C<images>"
5148 msgstr ""
5149
5150 #. type: textblock
5151 #: ../src/guestfs.pod:2695
5152 msgid "Files used by the test suite."
5153 msgstr ""
5154
5155 #. type: textblock
5156 #: ../src/guestfs.pod:2697
5157 msgid "Some \"phony\" guest images which we test against."
5158 msgstr ""
5159
5160 #. type: =item
5161 #: ../src/guestfs.pod:2699
5162 msgid "C<inspector>"
5163 msgstr ""
5164
5165 #. type: textblock
5166 #: ../src/guestfs.pod:2701
5167 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5168 msgstr ""
5169
5170 #. type: =item
5171 #: ../src/guestfs.pod:2703
5172 msgid "C<logo>"
5173 msgstr ""
5174
5175 #. type: textblock
5176 #: ../src/guestfs.pod:2705
5177 msgid "Logo used on the website.  The fish is called Arthur by the way."
5178 msgstr ""
5179
5180 #. type: =item
5181 #: ../src/guestfs.pod:2707
5182 msgid "C<m4>"
5183 msgstr ""
5184
5185 #. type: textblock
5186 #: ../src/guestfs.pod:2709
5187 msgid "M4 macros used by autoconf."
5188 msgstr ""
5189
5190 #. type: =item
5191 #: ../src/guestfs.pod:2711
5192 msgid "C<po>"
5193 msgstr ""
5194
5195 #. type: textblock
5196 #: ../src/guestfs.pod:2713
5197 msgid "Translations of simple gettext strings."
5198 msgstr ""
5199
5200 #. type: =item
5201 #: ../src/guestfs.pod:2715
5202 msgid "C<po-docs>"
5203 msgstr ""
5204
5205 #. type: textblock
5206 #: ../src/guestfs.pod:2717
5207 msgid ""
5208 "The build infrastructure and PO files for translations of manpages and POD "
5209 "files.  Eventually this will be combined with the C<po> directory, but that "
5210 "is rather complicated."
5211 msgstr ""
5212
5213 #. type: =item
5214 #: ../src/guestfs.pod:2721
5215 msgid "C<regressions>"
5216 msgstr ""
5217
5218 #. type: textblock
5219 #: ../src/guestfs.pod:2723
5220 msgid "Regression tests."
5221 msgstr ""
5222
5223 #. type: =item
5224 #: ../src/guestfs.pod:2725
5225 msgid "C<rescue>"
5226 msgstr ""
5227
5228 #. type: textblock
5229 #: ../src/guestfs.pod:2727
5230 msgid "L<virt-rescue(1)> command and documentation."
5231 msgstr ""
5232
5233 #. type: =item
5234 #: ../src/guestfs.pod:2729
5235 msgid "C<src>"
5236 msgstr ""
5237
5238 #. type: textblock
5239 #: ../src/guestfs.pod:2731
5240 msgid "Source code to the C library."
5241 msgstr ""
5242
5243 #. type: =item
5244 #: ../src/guestfs.pod:2733
5245 msgid "C<tools>"
5246 msgstr ""
5247
5248 #. type: textblock
5249 #: ../src/guestfs.pod:2735
5250 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5251 msgstr ""
5252
5253 #. type: =item
5254 #: ../src/guestfs.pod:2737
5255 msgid "C<test-tool>"
5256 msgstr ""
5257
5258 #. type: textblock
5259 #: ../src/guestfs.pod:2739
5260 msgid ""
5261 "Test tool for end users to test if their qemu/kernel combination will work "
5262 "with libguestfs."
5263 msgstr ""
5264
5265 #. type: =item
5266 #: ../src/guestfs.pod:2742
5267 msgid "C<csharp>"
5268 msgstr ""
5269
5270 #. type: =item
5271 #: ../src/guestfs.pod:2744
5272 msgid "C<haskell>"
5273 msgstr ""
5274
5275 #. type: =item
5276 #: ../src/guestfs.pod:2746
5277 msgid "C<java>"
5278 msgstr ""
5279
5280 #. type: =item
5281 #: ../src/guestfs.pod:2748
5282 msgid "C<ocaml>"
5283 msgstr ""
5284
5285 #. type: =item
5286 #: ../src/guestfs.pod:2750
5287 msgid "C<php>"
5288 msgstr ""
5289
5290 #. type: =item
5291 #: ../src/guestfs.pod:2752
5292 msgid "C<perl>"
5293 msgstr ""
5294
5295 #. type: =item
5296 #: ../src/guestfs.pod:2754
5297 msgid "C<python>"
5298 msgstr ""
5299
5300 #. type: =item
5301 #: ../src/guestfs.pod:2756
5302 msgid "C<ruby>"
5303 msgstr ""
5304
5305 #. type: textblock
5306 #: ../src/guestfs.pod:2758
5307 msgid "Language bindings."
5308 msgstr ""
5309
5310 #. type: =head1
5311 #: ../src/guestfs.pod:2762 ../fish/guestfish.pod:996 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5312 msgid "ENVIRONMENT VARIABLES"
5313 msgstr ""
5314
5315 #. type: =item
5316 #: ../src/guestfs.pod:2766 ../fish/guestfish.pod:1022
5317 msgid "LIBGUESTFS_APPEND"
5318 msgstr ""
5319
5320 #. type: textblock
5321 #: ../src/guestfs.pod:2768 ../fish/guestfish.pod:1024
5322 msgid "Pass additional options to the guest kernel."
5323 msgstr ""
5324
5325 #. type: =item
5326 #: ../src/guestfs.pod:2770 ../fish/guestfish.pod:1026
5327 msgid "LIBGUESTFS_DEBUG"
5328 msgstr ""
5329
5330 #. type: textblock
5331 #: ../src/guestfs.pod:2772
5332 msgid ""
5333 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5334 "effect as calling C<guestfs_set_verbose (g, 1)>."
5335 msgstr ""
5336
5337 #. type: =item
5338 #: ../src/guestfs.pod:2775 ../fish/guestfish.pod:1031
5339 msgid "LIBGUESTFS_MEMSIZE"
5340 msgstr ""
5341
5342 #. type: textblock
5343 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1033
5344 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5345 msgstr ""
5346
5347 #. type: verbatim
5348 #: ../src/guestfs.pod:2780 ../fish/guestfish.pod:1036
5349 #, no-wrap
5350 msgid ""
5351 " LIBGUESTFS_MEMSIZE=700\n"
5352 "\n"
5353 msgstr ""
5354
5355 #. type: =item
5356 #: ../src/guestfs.pod:2782 ../fish/guestfish.pod:1038
5357 msgid "LIBGUESTFS_PATH"
5358 msgstr ""
5359
5360 #. type: textblock
5361 #: ../src/guestfs.pod:2784
5362 msgid ""
5363 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5364 "the discussion of paths in section L</PATH> above."
5365 msgstr ""
5366
5367 #. type: =item
5368 #: ../src/guestfs.pod:2787 ../fish/guestfish.pod:1043
5369 msgid "LIBGUESTFS_QEMU"
5370 msgstr ""
5371
5372 #. type: textblock
5373 #: ../src/guestfs.pod:2789 ../fish/guestfish.pod:1045
5374 msgid ""
5375 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5376 "which was found at compile time by the configure script is used."
5377 msgstr ""
5378
5379 #. type: textblock
5380 #: ../src/guestfs.pod:2793
5381 msgid "See also L</QEMU WRAPPERS> above."
5382 msgstr ""
5383
5384 #. type: =item
5385 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1049
5386 msgid "LIBGUESTFS_TRACE"
5387 msgstr ""
5388
5389 #. type: textblock
5390 #: ../src/guestfs.pod:2797
5391 msgid ""
5392 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5393 "effect as calling C<guestfs_set_trace (g, 1)>."
5394 msgstr ""
5395
5396 #. type: =item
5397 #: ../src/guestfs.pod:2800 ../fish/guestfish.pod:1058
5398 msgid "TMPDIR"
5399 msgstr ""
5400
5401 #. type: textblock
5402 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1060
5403 msgid ""
5404 "Location of temporary directory, defaults to C</tmp> except for the cached "
5405 "supermin appliance which defaults to C</var/tmp>."
5406 msgstr ""
5407
5408 #. type: textblock
5409 #: ../src/guestfs.pod:2805 ../fish/guestfish.pod:1063
5410 msgid ""
5411 "If libguestfs was compiled to use the supermin appliance then the real "
5412 "appliance is cached in this directory, shared between all handles belonging "
5413 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5414 "use in case C</var/tmp> is not large enough."
5415 msgstr ""
5416
5417 #. type: =head1
5418 #: ../src/guestfs.pod:2813 ../fish/guestfish.pod:1121 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:238 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1489 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5419 msgid "SEE ALSO"
5420 msgstr ""
5421
5422 #. type: textblock
5423 #: ../src/guestfs.pod:2815
5424 msgid ""
5425 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5426 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5427 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5428 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5429 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5430 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5431 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5432 "L<http://libguestfs.org/>."
5433 msgstr ""
5434
5435 #. type: textblock
5436 #: ../src/guestfs.pod:2842
5437 msgid ""
5438 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5439 "L<lvm(8)>, L<disktype(1)>."
5440 msgstr ""
5441
5442 #. type: =head1
5443 #: ../src/guestfs.pod:2849 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5444 msgid "BUGS"
5445 msgstr ""
5446
5447 #. type: textblock
5448 #: ../src/guestfs.pod:2851
5449 msgid "To get a list of bugs against libguestfs use this link:"
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs.pod:2853
5454 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5455 msgstr ""
5456
5457 #. type: textblock
5458 #: ../src/guestfs.pod:2855
5459 msgid "To report a new bug against libguestfs use this link:"
5460 msgstr ""
5461
5462 #. type: textblock
5463 #: ../src/guestfs.pod:2857
5464 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5465 msgstr ""
5466
5467 #. type: textblock
5468 #: ../src/guestfs.pod:2859
5469 msgid "When reporting a bug, please check:"
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2865
5474 msgid "That the bug hasn't been reported already."
5475 msgstr ""
5476
5477 #. type: textblock
5478 #: ../src/guestfs.pod:2869
5479 msgid "That you are testing a recent version."
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2873
5484 msgid "Describe the bug accurately, and give a way to reproduce it."
5485 msgstr ""
5486
5487 #. type: textblock
5488 #: ../src/guestfs.pod:2877
5489 msgid ""
5490 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5491 "bug report."
5492 msgstr ""
5493
5494 #. type: =head1
5495 #: ../src/guestfs.pod:2882 ../fish/guestfish.pod:1144 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:249
5496 msgid "AUTHORS"
5497 msgstr ""
5498
5499 #. type: textblock
5500 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1146 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:251
5501 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5502 msgstr ""
5503
5504 #. type: =head1
5505 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1148 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5506 msgid "COPYRIGHT"
5507 msgstr ""
5508
5509 #. type: textblock
5510 #: ../src/guestfs.pod:2888 ../fish/guestfish.pod:1150 ../fuse/guestmount.pod:255
5511 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5512 msgstr ""
5513
5514 #. type: textblock
5515 #: ../src/guestfs.pod:2891
5516 msgid ""
5517 "This library is free software; you can redistribute it and/or modify it "
5518 "under the terms of the GNU Lesser General Public License as published by the "
5519 "Free Software Foundation; either version 2 of the License, or (at your "
5520 "option) any later version."
5521 msgstr ""
5522
5523 #. type: textblock
5524 #: ../src/guestfs.pod:2896
5525 msgid ""
5526 "This library is distributed in the hope that it will be useful, but WITHOUT "
5527 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5528 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5529 "for more details."
5530 msgstr ""
5531
5532 #. type: textblock
5533 #: ../src/guestfs.pod:2901
5534 msgid ""
5535 "You should have received a copy of the GNU Lesser General Public License "
5536 "along with this library; if not, write to the Free Software Foundation, "
5537 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5538 msgstr ""
5539
5540 #. type: =head2
5541 #: ../src/guestfs-actions.pod:1
5542 msgid "guestfs_add_cdrom"
5543 msgstr ""
5544
5545 #. type: verbatim
5546 #: ../src/guestfs-actions.pod:3
5547 #, no-wrap
5548 msgid ""
5549 " int\n"
5550 " guestfs_add_cdrom (guestfs_h *g,\n"
5551 "                    const char *filename);\n"
5552 "\n"
5553 msgstr ""
5554
5555 #. type: textblock
5556 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5557 msgid "This function adds a virtual CD-ROM disk image to the guest."
5558 msgstr ""
5559
5560 #. type: textblock
5561 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5562 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5563 msgstr ""
5564
5565 #. type: textblock
5566 #: ../src/guestfs-actions.pod:17
5567 msgid ""
5568 "This call checks for the existence of C<filename>.  This stops you from "
5569 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5570 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5571 "instead."
5572 msgstr ""
5573
5574 #. type: textblock
5575 #: ../src/guestfs-actions.pod:24
5576 msgid ""
5577 "If you just want to add an ISO file (often you use this as an efficient way "
5578 "to transfer large files into the guest), then you should probably use "
5579 "C<guestfs_add_drive_ro> instead."
5580 msgstr ""
5581
5582 #. type: textblock
5583 #: ../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:1332 ../src/guestfs-actions.pod:1438 ../src/guestfs-actions.pod:1472 ../src/guestfs-actions.pod:1690 ../src/guestfs-actions.pod:1712 ../src/guestfs-actions.pod:1799 ../src/guestfs-actions.pod:2261 ../src/guestfs-actions.pod:2405 ../src/guestfs-actions.pod:2466 ../src/guestfs-actions.pod:2501 ../src/guestfs-actions.pod:3371 ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3406 ../src/guestfs-actions.pod:3561 ../src/guestfs-actions.pod:3575 ../src/guestfs-actions.pod:3588 ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3653 ../src/guestfs-actions.pod:3725 ../src/guestfs-actions.pod:3745 ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:3808 ../src/guestfs-actions.pod:3840 ../src/guestfs-actions.pod:3859 ../src/guestfs-actions.pod:3878 ../src/guestfs-actions.pod:3913 ../src/guestfs-actions.pod:3925 ../src/guestfs-actions.pod:3961 ../src/guestfs-actions.pod:3977 ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4022 ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4135 ../src/guestfs-actions.pod:4148 ../src/guestfs-actions.pod:4199 ../src/guestfs-actions.pod:4217 ../src/guestfs-actions.pod:4235 ../src/guestfs-actions.pod:4251 ../src/guestfs-actions.pod:4265 ../src/guestfs-actions.pod:4279 ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4311 ../src/guestfs-actions.pod:4331 ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4462 ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4512 ../src/guestfs-actions.pod:4531 ../src/guestfs-actions.pod:4543 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:4573 ../src/guestfs-actions.pod:4588 ../src/guestfs-actions.pod:4603 ../src/guestfs-actions.pod:4638 ../src/guestfs-actions.pod:4653 ../src/guestfs-actions.pod:4673 ../src/guestfs-actions.pod:4687 ../src/guestfs-actions.pod:4704 ../src/guestfs-actions.pod:4753 ../src/guestfs-actions.pod:4790 ../src/guestfs-actions.pod:4804 ../src/guestfs-actions.pod:4832 ../src/guestfs-actions.pod:4849 ../src/guestfs-actions.pod:4867 ../src/guestfs-actions.pod:5001 ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:5098 ../src/guestfs-actions.pod:5130 ../src/guestfs-actions.pod:5196 ../src/guestfs-actions.pod:5213 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5529 ../src/guestfs-actions.pod:5548 ../src/guestfs-actions.pod:5567 ../src/guestfs-actions.pod:5579 ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5605 ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5647 ../src/guestfs-actions.pod:5668 ../src/guestfs-actions.pod:5687 ../src/guestfs-actions.pod:5706 ../src/guestfs-actions.pod:5736 ../src/guestfs-actions.pod:5752 ../src/guestfs-actions.pod:5775 ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5812 ../src/guestfs-actions.pod:5833 ../src/guestfs-actions.pod:5852 ../src/guestfs-actions.pod:5869 ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5940 ../src/guestfs-actions.pod:5964 ../src/guestfs-actions.pod:5983 ../src/guestfs-actions.pod:5998 ../src/guestfs-actions.pod:6017 ../src/guestfs-actions.pod:6054 ../src/guestfs-actions.pod:6077 ../src/guestfs-actions.pod:6103 ../src/guestfs-actions.pod:6211 ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6344 ../src/guestfs-actions.pod:6357 ../src/guestfs-actions.pod:6370 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6405 ../src/guestfs-actions.pod:6418 ../src/guestfs-actions.pod:6431 ../src/guestfs-actions.pod:6446 ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6522 ../src/guestfs-actions.pod:6538 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6604 ../src/guestfs-actions.pod:6640 ../src/guestfs-actions.pod:6654 ../src/guestfs-actions.pod:6695 ../src/guestfs-actions.pod:6708 ../src/guestfs-actions.pod:6726 ../src/guestfs-actions.pod:6760 ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6915 ../src/guestfs-actions.pod:6933 ../src/guestfs-actions.pod:6947 ../src/guestfs-actions.pod:7002 ../src/guestfs-actions.pod:7015 ../src/guestfs-actions.pod:7060 ../src/guestfs-actions.pod:7093 ../src/guestfs-actions.pod:7147 ../src/guestfs-actions.pod:7173 ../src/guestfs-actions.pod:7239 ../src/guestfs-actions.pod:7258 ../src/guestfs-actions.pod:7287
5584 msgid "This function returns 0 on success or -1 on error."
5585 msgstr ""
5586
5587 #. type: textblock
5588 #: ../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
5589 msgid ""
5590 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5591 "instead."
5592 msgstr ""
5593
5594 #. type: textblock
5595 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1939 ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:7181 ../src/guestfs-actions.pod:7350 ../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:2938 ../fish/guestfish-actions.pod:4796 ../fish/guestfish-actions.pod:4893
5596 msgid ""
5597 "Deprecated functions will not be removed from the API, but the fact that "
5598 "they are deprecated indicates that there are problems with correct use of "
5599 "these functions."
5600 msgstr ""
5601
5602 #. type: textblock
5603 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1911 ../src/guestfs-actions.pod:2009 ../src/guestfs-actions.pod:2112 ../src/guestfs-actions.pod:3373 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:4640 ../src/guestfs-actions.pod:5754 ../src/guestfs-actions.pod:5871 ../src/guestfs-actions.pod:5985 ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:6573 ../src/guestfs-actions.pod:7095
5604 msgid "(Added in 0.3)"
5605 msgstr ""
5606
5607 #. type: =head2
5608 #: ../src/guestfs-actions.pod:41
5609 msgid "guestfs_add_domain"
5610 msgstr ""
5611
5612 #. type: verbatim
5613 #: ../src/guestfs-actions.pod:43
5614 #, no-wrap
5615 msgid ""
5616 " int\n"
5617 " guestfs_add_domain (guestfs_h *g,\n"
5618 "                     const char *dom,\n"
5619 "                     ...);\n"
5620 "\n"
5621 msgstr ""
5622
5623 #. type: textblock
5624 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4350
5625 msgid ""
5626 "You may supply a list of optional arguments to this call.  Use zero or more "
5627 "of the following pairs of parameters, and terminate the list with C<-1> on "
5628 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5629 msgstr ""
5630
5631 #. type: verbatim
5632 #: ../src/guestfs-actions.pod:53
5633 #, no-wrap
5634 msgid ""
5635 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5636 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5637 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5638 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5639 "\n"
5640 msgstr ""
5641
5642 #. type: textblock
5643 #: ../src/guestfs-actions.pod:58
5644 msgid ""
5645 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5646 "It works by connecting to libvirt, requesting the domain and domain XML from "
5647 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5648 "one."
5649 msgstr ""
5650
5651 #. type: textblock
5652 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5653 msgid ""
5654 "The number of disks added is returned.  This operation is atomic: if an "
5655 "error is returned, then no disks are added."
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5660 msgid ""
5661 "This function does some minimal checks to make sure the libvirt domain is "
5662 "not running (unless C<readonly> is true).  In a future version we will try "
5663 "to acquire the libvirt lock on each disk."
5664 msgstr ""
5665
5666 #. type: textblock
5667 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5668 msgid ""
5669 "Disks must be accessible locally.  This often means that adding disks from a "
5670 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5671 "unless those disks are accessible via the same device path locally too."
5672 msgstr ""
5673
5674 #. type: textblock
5675 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5676 msgid ""
5677 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5678 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5679 "default libvirt URI (or one set through an environment variable, see the "
5680 "libvirt documentation for full details)."
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5685 msgid ""
5686 "The optional C<live> flag controls whether this call will try to connect to "
5687 "a running virtual machine C<guestfsd> process if it sees a suitable "
5688 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5689 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5690 "DAEMONS> for more information."
5691 msgstr ""
5692
5693 #. type: textblock
5694 #: ../src/guestfs-actions.pod:88
5695 msgid ""
5696 "The other optional parameters are passed directly through to "
5697 "C<guestfs_add_drive_opts>."
5698 msgstr ""
5699
5700 #. type: textblock
5701 #: ../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:1669 ../src/guestfs-actions.pod:1872 ../src/guestfs-actions.pod:1981 ../src/guestfs-actions.pod:2021 ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2392 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2740 ../src/guestfs-actions.pod:4776 ../src/guestfs-actions.pod:4904 ../src/guestfs-actions.pod:5310 ../src/guestfs-actions.pod:5336 ../src/guestfs-actions.pod:6681 ../src/guestfs-actions.pod:7106 ../src/guestfs-actions.pod:7119 ../src/guestfs-actions.pod:7132
5702 msgid "On error this function returns -1."
5703 msgstr ""
5704
5705 #. type: textblock
5706 #: ../src/guestfs-actions.pod:93
5707 msgid "(Added in 1.7.4)"
5708 msgstr ""
5709
5710 #. type: =head2
5711 #: ../src/guestfs-actions.pod:95
5712 msgid "guestfs_add_domain_va"
5713 msgstr ""
5714
5715 #. type: verbatim
5716 #: ../src/guestfs-actions.pod:97
5717 #, no-wrap
5718 msgid ""
5719 " int\n"
5720 " guestfs_add_domain_va (guestfs_h *g,\n"
5721 "                        const char *dom,\n"
5722 "                        va_list args);\n"
5723 "\n"
5724 msgstr ""
5725
5726 #. type: textblock
5727 #: ../src/guestfs-actions.pod:102
5728 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5729 msgstr ""
5730
5731 #. type: textblock
5732 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4415
5733 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5734 msgstr ""
5735
5736 #. type: =head2
5737 #: ../src/guestfs-actions.pod:106
5738 msgid "guestfs_add_domain_argv"
5739 msgstr ""
5740
5741 #. type: verbatim
5742 #: ../src/guestfs-actions.pod:108
5743 #, no-wrap
5744 msgid ""
5745 " int\n"
5746 " guestfs_add_domain_argv (guestfs_h *g,\n"
5747 "                          const char *dom,\n"
5748 "                          const struct guestfs_add_domain_argv *optargs);\n"
5749 "\n"
5750 msgstr ""
5751
5752 #. type: textblock
5753 #: ../src/guestfs-actions.pod:113
5754 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5755 msgstr ""
5756
5757 #. type: =head2
5758 #: ../src/guestfs-actions.pod:117
5759 msgid "guestfs_add_drive"
5760 msgstr ""
5761
5762 #. type: verbatim
5763 #: ../src/guestfs-actions.pod:119
5764 #, no-wrap
5765 msgid ""
5766 " int\n"
5767 " guestfs_add_drive (guestfs_h *g,\n"
5768 "                    const char *filename);\n"
5769 "\n"
5770 msgstr ""
5771
5772 #. type: textblock
5773 #: ../src/guestfs-actions.pod:123
5774 msgid ""
5775 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5776 "optional parameters, so the disk is added writable, with the format being "
5777 "detected automatically."
5778 msgstr ""
5779
5780 #. type: textblock
5781 #: ../src/guestfs-actions.pod:127
5782 msgid ""
5783 "Automatic detection of the format opens you up to a potential security hole "
5784 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5785 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5786 "you should think about replacing calls to this function with calls to "
5787 "C<guestfs_add_drive_opts>, and specifying the format."
5788 msgstr ""
5789
5790 #. type: =head2
5791 #: ../src/guestfs-actions.pod:138
5792 msgid "guestfs_add_drive_opts"
5793 msgstr ""
5794
5795 #. type: verbatim
5796 #: ../src/guestfs-actions.pod:140
5797 #, no-wrap
5798 msgid ""
5799 " int\n"
5800 " guestfs_add_drive_opts (guestfs_h *g,\n"
5801 "                         const char *filename,\n"
5802 "                         ...);\n"
5803 "\n"
5804 msgstr ""
5805
5806 #. type: verbatim
5807 #: ../src/guestfs-actions.pod:150
5808 #, no-wrap
5809 msgid ""
5810 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5811 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5812 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5813 "\n"
5814 msgstr ""
5815
5816 #. type: textblock
5817 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
5818 msgid ""
5819 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5820 "The first time you call this function, the disk appears as C</dev/sda>, the "
5821 "second time as C</dev/sdb>, and so on."
5822 msgstr ""
5823
5824 #. type: textblock
5825 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
5826 msgid ""
5827 "You don't necessarily need to be root when using libguestfs.  However you "
5828 "obviously do need sufficient permissions to access the filename for whatever "
5829 "operations you want to perform (ie. read access if you just want to read the "
5830 "image or write access if you want to modify the image)."
5831 msgstr ""
5832
5833 #. type: textblock
5834 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
5835 msgid "This call checks that C<filename> exists."
5836 msgstr ""
5837
5838 #. type: textblock
5839 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4361 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:2949
5840 msgid "The optional arguments are:"
5841 msgstr ""
5842
5843 #. type: =item
5844 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
5845 msgid "C<readonly>"
5846 msgstr ""
5847
5848 #. type: textblock
5849 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
5850 msgid ""
5851 "If true then the image is treated as read-only.  Writes are still allowed, "
5852 "but they are stored in a temporary snapshot overlay which is discarded at "
5853 "the end.  The disk that you add is not modified."
5854 msgstr ""
5855
5856 #. type: =item
5857 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
5858 msgid "C<format>"
5859 msgstr ""
5860
5861 #. type: textblock
5862 #: ../src/guestfs-actions.pod:179
5863 msgid ""
5864 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5865 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5866 "Possible formats include C<raw> and C<qcow2>."
5867 msgstr ""
5868
5869 #. type: textblock
5870 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
5871 msgid ""
5872 "Automatic detection of the format opens you up to a potential security hole "
5873 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5874 "RHBZ#642934.  Specifying the format closes this security hole."
5875 msgstr ""
5876
5877 #. type: =item
5878 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
5879 msgid "C<iface>"
5880 msgstr ""
5881
5882 #. type: textblock
5883 #: ../src/guestfs-actions.pod:190
5884 msgid ""
5885 "This rarely-used option lets you emulate the behaviour of the deprecated "
5886 "C<guestfs_add_drive_with_if> call (q.v.)"
5887 msgstr ""
5888
5889 #. type: textblock
5890 #: ../src/guestfs-actions.pod:197
5891 msgid "(Added in 1.5.23)"
5892 msgstr ""
5893
5894 #. type: =head2
5895 #: ../src/guestfs-actions.pod:199
5896 msgid "guestfs_add_drive_opts_va"
5897 msgstr ""
5898
5899 #. type: verbatim
5900 #: ../src/guestfs-actions.pod:201
5901 #, no-wrap
5902 msgid ""
5903 " int\n"
5904 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5905 "                            const char *filename,\n"
5906 "                            va_list args);\n"
5907 "\n"
5908 msgstr ""
5909
5910 #. type: textblock
5911 #: ../src/guestfs-actions.pod:206
5912 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5913 msgstr ""
5914
5915 #. type: =head2
5916 #: ../src/guestfs-actions.pod:210
5917 msgid "guestfs_add_drive_opts_argv"
5918 msgstr ""
5919
5920 #. type: verbatim
5921 #: ../src/guestfs-actions.pod:212
5922 #, no-wrap
5923 msgid ""
5924 " int\n"
5925 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5926 "                              const char *filename,\n"
5927 "                              const struct guestfs_add_drive_opts_argv "
5928 "*optargs);\n"
5929 "\n"
5930 msgstr ""
5931
5932 #. type: textblock
5933 #: ../src/guestfs-actions.pod:217
5934 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5935 msgstr ""
5936
5937 #. type: =head2
5938 #: ../src/guestfs-actions.pod:221
5939 msgid "guestfs_add_drive_ro"
5940 msgstr ""
5941
5942 #. type: verbatim
5943 #: ../src/guestfs-actions.pod:223
5944 #, no-wrap
5945 msgid ""
5946 " int\n"
5947 " guestfs_add_drive_ro (guestfs_h *g,\n"
5948 "                       const char *filename);\n"
5949 "\n"
5950 msgstr ""
5951
5952 #. type: textblock
5953 #: ../src/guestfs-actions.pod:227
5954 msgid ""
5955 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5956 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5957 "disk is added read-only, with the format being detected automatically."
5958 msgstr ""
5959
5960 #. type: textblock
5961 #: ../src/guestfs-actions.pod:234
5962 msgid "(Added in 1.0.38)"
5963 msgstr ""
5964
5965 #. type: =head2
5966 #: ../src/guestfs-actions.pod:236
5967 msgid "guestfs_add_drive_ro_with_if"
5968 msgstr ""
5969
5970 #. type: verbatim
5971 #: ../src/guestfs-actions.pod:238
5972 #, no-wrap
5973 msgid ""
5974 " int\n"
5975 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5976 "                               const char *filename,\n"
5977 "                               const char *iface);\n"
5978 "\n"
5979 msgstr ""
5980
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:243
5983 msgid ""
5984 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5985 "QEMU interface emulation to use at run time."
5986 msgstr ""
5987
5988 #. type: textblock
5989 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2351
5990 msgid "(Added in 1.0.84)"
5991 msgstr ""
5992
5993 #. type: =head2
5994 #: ../src/guestfs-actions.pod:257
5995 msgid "guestfs_add_drive_with_if"
5996 msgstr ""
5997
5998 #. type: verbatim
5999 #: ../src/guestfs-actions.pod:259
6000 #, no-wrap
6001 msgid ""
6002 " int\n"
6003 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6004 "                            const char *filename,\n"
6005 "                            const char *iface);\n"
6006 "\n"
6007 msgstr ""
6008
6009 #. type: textblock
6010 #: ../src/guestfs-actions.pod:264
6011 msgid ""
6012 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6013 "QEMU interface emulation to use at run time."
6014 msgstr ""
6015
6016 #. type: =head2
6017 #: ../src/guestfs-actions.pod:278
6018 msgid "guestfs_aug_clear"
6019 msgstr ""
6020
6021 #. type: verbatim
6022 #: ../src/guestfs-actions.pod:280
6023 #, no-wrap
6024 msgid ""
6025 " int\n"
6026 " guestfs_aug_clear (guestfs_h *g,\n"
6027 "                    const char *augpath);\n"
6028 "\n"
6029 msgstr ""
6030
6031 #. type: textblock
6032 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6033 msgid ""
6034 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6035 "L<augtool(1)> C<clear> command."
6036 msgstr ""
6037
6038 #. type: textblock
6039 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2101
6040 msgid "(Added in 1.3.4)"
6041 msgstr ""
6042
6043 #. type: =head2
6044 #: ../src/guestfs-actions.pod:291
6045 msgid "guestfs_aug_close"
6046 msgstr ""
6047
6048 #. type: verbatim
6049 #: ../src/guestfs-actions.pod:293
6050 #, no-wrap
6051 msgid ""
6052 " int\n"
6053 " guestfs_aug_close (guestfs_h *g);\n"
6054 "\n"
6055 msgstr ""
6056
6057 #. type: textblock
6058 #: ../src/guestfs-actions.pod:296
6059 msgid ""
6060 "Close the current Augeas handle and free up any resources used by it.  After "
6061 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6062 "any other Augeas functions."
6063 msgstr ""
6064
6065 #. type: textblock
6066 #: ../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:5387
6067 msgid "(Added in 0.7)"
6068 msgstr ""
6069
6070 #. type: =head2
6071 #: ../src/guestfs-actions.pod:305
6072 msgid "guestfs_aug_defnode"
6073 msgstr ""
6074
6075 #. type: verbatim
6076 #: ../src/guestfs-actions.pod:307
6077 #, no-wrap
6078 msgid ""
6079 " struct guestfs_int_bool *\n"
6080 " guestfs_aug_defnode (guestfs_h *g,\n"
6081 "                      const char *name,\n"
6082 "                      const char *expr,\n"
6083 "                      const char *val);\n"
6084 "\n"
6085 msgstr ""
6086
6087 #. type: textblock
6088 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6089 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6090 msgstr ""
6091
6092 #. type: textblock
6093 #: ../src/guestfs-actions.pod:316
6094 msgid ""
6095 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6096 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6097 "containing that single node."
6098 msgstr ""
6099
6100 #. type: textblock
6101 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6102 msgid ""
6103 "On success this returns a pair containing the number of nodes in the "
6104 "nodeset, and a boolean flag if a node was created."
6105 msgstr ""
6106
6107 #. type: textblock
6108 #: ../src/guestfs-actions.pod:324
6109 msgid ""
6110 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6111 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6112 msgstr ""
6113
6114 #. type: =head2
6115 #: ../src/guestfs-actions.pod:330
6116 msgid "guestfs_aug_defvar"
6117 msgstr ""
6118
6119 #. type: verbatim
6120 #: ../src/guestfs-actions.pod:332
6121 #, no-wrap
6122 msgid ""
6123 " int\n"
6124 " guestfs_aug_defvar (guestfs_h *g,\n"
6125 "                     const char *name,\n"
6126 "                     const char *expr);\n"
6127 "\n"
6128 msgstr ""
6129
6130 #. type: textblock
6131 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6132 msgid ""
6133 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6134 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6135 msgstr ""
6136
6137 #. type: textblock
6138 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6139 msgid ""
6140 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6141 "evaluates to something which is not a nodeset."
6142 msgstr ""
6143
6144 #. type: =head2
6145 #: ../src/guestfs-actions.pod:348
6146 msgid "guestfs_aug_get"
6147 msgstr ""
6148
6149 #. type: verbatim
6150 #: ../src/guestfs-actions.pod:350
6151 #, no-wrap
6152 msgid ""
6153 " char *\n"
6154 " guestfs_aug_get (guestfs_h *g,\n"
6155 "                  const char *augpath);\n"
6156 "\n"
6157 msgstr ""
6158
6159 #. type: textblock
6160 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6161 msgid ""
6162 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6163 "node, the C<value> is returned."
6164 msgstr ""
6165
6166 #. type: textblock
6167 #: ../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:1349 ../src/guestfs-actions.pod:1540 ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1815 ../src/guestfs-actions.pod:1832 ../src/guestfs-actions.pod:1899 ../src/guestfs-actions.pod:1933 ../src/guestfs-actions.pod:1954 ../src/guestfs-actions.pod:2124 ../src/guestfs-actions.pod:2316 ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2671 ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2805 ../src/guestfs-actions.pod:2836 ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2897 ../src/guestfs-actions.pod:2957 ../src/guestfs-actions.pod:2980 ../src/guestfs-actions.pod:3547 ../src/guestfs-actions.pod:3897 ../src/guestfs-actions.pod:4067 ../src/guestfs-actions.pod:4177 ../src/guestfs-actions.pod:4922 ../src/guestfs-actions.pod:5115 ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5463 ../src/guestfs-actions.pod:5512 ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6140 ../src/guestfs-actions.pod:6157 ../src/guestfs-actions.pod:6181 ../src/guestfs-actions.pod:6855 ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:6892 ../src/guestfs-actions.pod:7072 ../src/guestfs-actions.pod:7344
6168 msgid ""
6169 "This function returns a string, or NULL on error.  I<The caller must free "
6170 "the returned string after use>."
6171 msgstr ""
6172
6173 #. type: =head2
6174 #: ../src/guestfs-actions.pod:362
6175 msgid "guestfs_aug_init"
6176 msgstr ""
6177
6178 #. type: verbatim
6179 #: ../src/guestfs-actions.pod:364
6180 #, no-wrap
6181 msgid ""
6182 " int\n"
6183 " guestfs_aug_init (guestfs_h *g,\n"
6184 "                   const char *root,\n"
6185 "                   int flags);\n"
6186 "\n"
6187 msgstr ""
6188
6189 #. type: textblock
6190 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6191 msgid ""
6192 "Create a new Augeas handle for editing configuration files.  If there was "
6193 "any previous Augeas handle associated with this guestfs session, then it is "
6194 "closed."
6195 msgstr ""
6196
6197 #. type: textblock
6198 #: ../src/guestfs-actions.pod:373
6199 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6200 msgstr ""
6201
6202 #. type: textblock
6203 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6204 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6205 msgstr ""
6206
6207 #. type: textblock
6208 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6209 msgid ""
6210 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6211 "logical I<or> of the following integers:"
6212 msgstr ""
6213
6214 #. type: =item
6215 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6216 msgid "C<AUG_SAVE_BACKUP> = 1"
6217 msgstr ""
6218
6219 #. type: textblock
6220 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6221 msgid "Keep the original file with a C<.augsave> extension."
6222 msgstr ""
6223
6224 #. type: =item
6225 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6226 msgid "C<AUG_SAVE_NEWFILE> = 2"
6227 msgstr ""
6228
6229 #. type: textblock
6230 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6231 msgid ""
6232 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6233 "original.  Overrides C<AUG_SAVE_BACKUP>."
6234 msgstr ""
6235
6236 #. type: =item
6237 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6238 msgid "C<AUG_TYPE_CHECK> = 4"
6239 msgstr ""
6240
6241 #. type: textblock
6242 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6243 msgid "Typecheck lenses (can be expensive)."
6244 msgstr ""
6245
6246 #. type: =item
6247 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6248 msgid "C<AUG_NO_STDINC> = 8"
6249 msgstr ""
6250
6251 #. type: textblock
6252 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6253 msgid "Do not use standard load path for modules."
6254 msgstr ""
6255
6256 #. type: =item
6257 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6258 msgid "C<AUG_SAVE_NOOP> = 16"
6259 msgstr ""
6260
6261 #. type: textblock
6262 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6263 msgid "Make save a no-op, just record what would have been changed."
6264 msgstr ""
6265
6266 #. type: =item
6267 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6268 msgid "C<AUG_NO_LOAD> = 32"
6269 msgstr ""
6270
6271 #. type: textblock
6272 #: ../src/guestfs-actions.pod:408
6273 msgid "Do not load the tree in C<guestfs_aug_init>."
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:412
6278 msgid "To close the handle, you can call C<guestfs_aug_close>."
6279 msgstr ""
6280
6281 #. type: textblock
6282 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6283 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6284 msgstr ""
6285
6286 #. type: =head2
6287 #: ../src/guestfs-actions.pod:420
6288 msgid "guestfs_aug_insert"
6289 msgstr ""
6290
6291 #. type: verbatim
6292 #: ../src/guestfs-actions.pod:422
6293 #, no-wrap
6294 msgid ""
6295 " int\n"
6296 " guestfs_aug_insert (guestfs_h *g,\n"
6297 "                     const char *augpath,\n"
6298 "                     const char *label,\n"
6299 "                     int before);\n"
6300 "\n"
6301 msgstr ""
6302
6303 #. type: textblock
6304 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6305 msgid ""
6306 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6307 "or after C<path> (depending on the boolean flag C<before>)."
6308 msgstr ""
6309
6310 #. type: textblock
6311 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6312 msgid ""
6313 "C<path> must match exactly one existing node in the tree, and C<label> must "
6314 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6315 msgstr ""
6316
6317 #. type: =head2
6318 #: ../src/guestfs-actions.pod:440
6319 msgid "guestfs_aug_load"
6320 msgstr ""
6321
6322 #. type: verbatim
6323 #: ../src/guestfs-actions.pod:442
6324 #, no-wrap
6325 msgid ""
6326 " int\n"
6327 " guestfs_aug_load (guestfs_h *g);\n"
6328 "\n"
6329 msgstr ""
6330
6331 #. type: textblock
6332 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6333 msgid "Load files into the tree."
6334 msgstr ""
6335
6336 #. type: textblock
6337 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6338 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6339 msgstr ""
6340
6341 #. type: =head2
6342 #: ../src/guestfs-actions.pod:454
6343 msgid "guestfs_aug_ls"
6344 msgstr ""
6345
6346 #. type: verbatim
6347 #: ../src/guestfs-actions.pod:456
6348 #, no-wrap
6349 msgid ""
6350 " char **\n"
6351 " guestfs_aug_ls (guestfs_h *g,\n"
6352 "                 const char *augpath);\n"
6353 "\n"
6354 msgstr ""
6355
6356 #. type: textblock
6357 #: ../src/guestfs-actions.pod:460
6358 msgid ""
6359 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6360 "sorting the resulting nodes into alphabetical order."
6361 msgstr ""
6362
6363 #. type: textblock
6364 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:1383 ../src/guestfs-actions.pod:1486 ../src/guestfs-actions.pod:1505 ../src/guestfs-actions.pod:1754 ../src/guestfs-actions.pod:2196 ../src/guestfs-actions.pod:2212 ../src/guestfs-actions.pod:2231 ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2369 ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2914 ../src/guestfs-actions.pod:3182 ../src/guestfs-actions.pod:3467 ../src/guestfs-actions.pod:3529 ../src/guestfs-actions.pod:3634 ../src/guestfs-actions.pod:4039 ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5257 ../src/guestfs-actions.pod:5383 ../src/guestfs-actions.pod:5497 ../src/guestfs-actions.pod:6197 ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6313 ../src/guestfs-actions.pod:6459 ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6965 ../src/guestfs-actions.pod:6985 ../src/guestfs-actions.pod:7032 ../src/guestfs-actions.pod:7197 ../src/guestfs-actions.pod:7216 ../src/guestfs-actions.pod:7301 ../src/guestfs-actions.pod:7320 ../src/guestfs-actions.pod:7366 ../src/guestfs-actions.pod:7385
6365 msgid ""
6366 "This function returns a NULL-terminated array of strings (like "
6367 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6368 "strings and the array after use>."
6369 msgstr ""
6370
6371 #. type: textblock
6372 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1421 ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:4117 ../src/guestfs-actions.pod:4150 ../src/guestfs-actions.pod:4313 ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5198 ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5607 ../src/guestfs-actions.pod:5619 ../src/guestfs-actions.pod:6059 ../src/guestfs-actions.pod:6697 ../src/guestfs-actions.pod:6710 ../src/guestfs-actions.pod:6949 ../src/guestfs-actions.pod:7185
6373 msgid "(Added in 0.8)"
6374 msgstr ""
6375
6376 #. type: =head2
6377 #: ../src/guestfs-actions.pod:469
6378 msgid "guestfs_aug_match"
6379 msgstr ""
6380
6381 #. type: verbatim
6382 #: ../src/guestfs-actions.pod:471
6383 #, no-wrap
6384 msgid ""
6385 " char **\n"
6386 " guestfs_aug_match (guestfs_h *g,\n"
6387 "                    const char *augpath);\n"
6388 "\n"
6389 msgstr ""
6390
6391 #. type: textblock
6392 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6393 msgid ""
6394 "Returns a list of paths which match the path expression C<path>.  The "
6395 "returned paths are sufficiently qualified so that they match exactly one "
6396 "node in the current tree."
6397 msgstr ""
6398
6399 #. type: =head2
6400 #: ../src/guestfs-actions.pod:485
6401 msgid "guestfs_aug_mv"
6402 msgstr ""
6403
6404 #. type: verbatim
6405 #: ../src/guestfs-actions.pod:487
6406 #, no-wrap
6407 msgid ""
6408 " int\n"
6409 " guestfs_aug_mv (guestfs_h *g,\n"
6410 "                 const char *src,\n"
6411 "                 const char *dest);\n"
6412 "\n"
6413 msgstr ""
6414
6415 #. type: textblock
6416 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6417 msgid ""
6418 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6419 "C<dest> is overwritten if it exists."
6420 msgstr ""
6421
6422 #. type: =head2
6423 #: ../src/guestfs-actions.pod:499
6424 msgid "guestfs_aug_rm"
6425 msgstr ""
6426
6427 #. type: verbatim
6428 #: ../src/guestfs-actions.pod:501
6429 #, no-wrap
6430 msgid ""
6431 " int\n"
6432 " guestfs_aug_rm (guestfs_h *g,\n"
6433 "                 const char *augpath);\n"
6434 "\n"
6435 msgstr ""
6436
6437 #. type: textblock
6438 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6439 msgid "Remove C<path> and all of its children."
6440 msgstr ""
6441
6442 #. type: textblock
6443 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6444 msgid "On success this returns the number of entries which were removed."
6445 msgstr ""
6446
6447 #. type: =head2
6448 #: ../src/guestfs-actions.pod:513
6449 msgid "guestfs_aug_save"
6450 msgstr ""
6451
6452 #. type: verbatim
6453 #: ../src/guestfs-actions.pod:515
6454 #, no-wrap
6455 msgid ""
6456 " int\n"
6457 " guestfs_aug_save (guestfs_h *g);\n"
6458 "\n"
6459 msgstr ""
6460
6461 #. type: textblock
6462 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6463 msgid "This writes all pending changes to disk."
6464 msgstr ""
6465
6466 #. type: textblock
6467 #: ../src/guestfs-actions.pod:520
6468 msgid ""
6469 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6470 "are saved."
6471 msgstr ""
6472
6473 #. type: =head2
6474 #: ../src/guestfs-actions.pod:527
6475 msgid "guestfs_aug_set"
6476 msgstr ""
6477
6478 #. type: verbatim
6479 #: ../src/guestfs-actions.pod:529
6480 #, no-wrap
6481 msgid ""
6482 " int\n"
6483 " guestfs_aug_set (guestfs_h *g,\n"
6484 "                  const char *augpath,\n"
6485 "                  const char *val);\n"
6486 "\n"
6487 msgstr ""
6488
6489 #. type: textblock
6490 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6491 msgid "Set the value associated with C<path> to C<val>."
6492 msgstr ""
6493
6494 #. type: textblock
6495 #: ../src/guestfs-actions.pod:536
6496 msgid ""
6497 "In the Augeas API, it is possible to clear a node by setting the value to "
6498 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6499 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6500 msgstr ""
6501
6502 #. type: =head2
6503 #: ../src/guestfs-actions.pod:545
6504 msgid "guestfs_available"
6505 msgstr ""
6506
6507 #. type: verbatim
6508 #: ../src/guestfs-actions.pod:547
6509 #, no-wrap
6510 msgid ""
6511 " int\n"
6512 " guestfs_available (guestfs_h *g,\n"
6513 "                    char *const *groups);\n"
6514 "\n"
6515 msgstr ""
6516
6517 #. type: textblock
6518 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6519 msgid ""
6520 "This command is used to check the availability of some groups of "
6521 "functionality in the appliance, which not all builds of the libguestfs "
6522 "appliance will be able to provide."
6523 msgstr ""
6524
6525 #. type: textblock
6526 #: ../src/guestfs-actions.pod:555
6527 msgid ""
6528 "The libguestfs groups, and the functions that those groups correspond to, "
6529 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6530 "runtime by calling C<guestfs_available_all_groups>."
6531 msgstr ""
6532
6533 #. type: textblock
6534 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6535 msgid ""
6536 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6537 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6538 "and Augeas (configuration file editing) functions."
6539 msgstr ""
6540
6541 #. type: textblock
6542 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6543 msgid "The command returns no error if I<all> requested groups are available."
6544 msgstr ""
6545
6546 #. type: textblock
6547 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6548 msgid ""
6549 "It fails with an error if one or more of the requested groups is unavailable "
6550 "in the appliance."
6551 msgstr ""
6552
6553 #. type: textblock
6554 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6555 msgid ""
6556 "If an unknown group name is included in the list of groups then an error is "
6557 "always returned."
6558 msgstr ""
6559
6560 #. type: textblock
6561 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6562 msgid "I<Notes:>"
6563 msgstr ""
6564
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:579
6567 msgid "You must call C<guestfs_launch> before calling this function."
6568 msgstr ""
6569
6570 #. type: textblock
6571 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6572 msgid ""
6573 "The reason is because we don't know what groups are supported by the "
6574 "appliance/daemon until it is running and can be queried."
6575 msgstr ""
6576
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6579 msgid ""
6580 "If a group of functions is available, this does not necessarily mean that "
6581 "they will work.  You still have to check for errors when calling individual "
6582 "API functions even if they are available."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6587 msgid ""
6588 "It is usually the job of distro packagers to build complete functionality "
6589 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6590 "with all requirements satisfied, will support everything."
6591 msgstr ""
6592
6593 #. type: textblock
6594 #: ../src/guestfs-actions.pod:601
6595 msgid ""
6596 "This call was added in version C<1.0.80>.  In previous versions of "
6597 "libguestfs all you could do would be to speculatively execute a command to "
6598 "find out if the daemon implemented it.  See also C<guestfs_version>."
6599 msgstr ""
6600
6601 #. type: textblock
6602 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6603 msgid "(Added in 1.0.80)"
6604 msgstr ""
6605
6606 #. type: =head2
6607 #: ../src/guestfs-actions.pod:612
6608 msgid "guestfs_available_all_groups"
6609 msgstr ""
6610
6611 #. type: verbatim
6612 #: ../src/guestfs-actions.pod:614
6613 #, no-wrap
6614 msgid ""
6615 " char **\n"
6616 " guestfs_available_all_groups (guestfs_h *g);\n"
6617 "\n"
6618 msgstr ""
6619
6620 #. type: textblock
6621 #: ../src/guestfs-actions.pod:617
6622 msgid ""
6623 "This command returns a list of all optional groups that this daemon knows "
6624 "about.  Note this returns both supported and unsupported groups.  To find "
6625 "out which ones the daemon can actually support you have to call "
6626 "C<guestfs_available> on each member of the returned list."
6627 msgstr ""
6628
6629 #. type: textblock
6630 #: ../src/guestfs-actions.pod:623
6631 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6632 msgstr ""
6633
6634 #. type: textblock
6635 #: ../src/guestfs-actions.pod:629
6636 msgid "(Added in 1.3.15)"
6637 msgstr ""
6638
6639 #. type: =head2
6640 #: ../src/guestfs-actions.pod:631
6641 msgid "guestfs_base64_in"
6642 msgstr ""
6643
6644 #. type: verbatim
6645 #: ../src/guestfs-actions.pod:633
6646 #, no-wrap
6647 msgid ""
6648 " int\n"
6649 " guestfs_base64_in (guestfs_h *g,\n"
6650 "                    const char *base64file,\n"
6651 "                    const char *filename);\n"
6652 "\n"
6653 msgstr ""
6654
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6657 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6658 msgstr ""
6659
6660 #. type: textblock
6661 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6662 msgid "(Added in 1.3.5)"
6663 msgstr ""
6664
6665 #. type: =head2
6666 #: ../src/guestfs-actions.pod:645
6667 msgid "guestfs_base64_out"
6668 msgstr ""
6669
6670 #. type: verbatim
6671 #: ../src/guestfs-actions.pod:647
6672 #, no-wrap
6673 msgid ""
6674 " int\n"
6675 " guestfs_base64_out (guestfs_h *g,\n"
6676 "                     const char *filename,\n"
6677 "                     const char *base64file);\n"
6678 "\n"
6679 msgstr ""
6680
6681 #. type: textblock
6682 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6683 msgid ""
6684 "This command downloads the contents of C<filename>, writing it out to local "
6685 "file C<base64file> encoded as base64."
6686 msgstr ""
6687
6688 #. type: =head2
6689 #: ../src/guestfs-actions.pod:659
6690 msgid "guestfs_blockdev_flushbufs"
6691 msgstr ""
6692
6693 #. type: verbatim
6694 #: ../src/guestfs-actions.pod:661
6695 #, no-wrap
6696 msgid ""
6697 " int\n"
6698 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6699 "                             const char *device);\n"
6700 "\n"
6701 msgstr ""
6702
6703 #. type: textblock
6704 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6705 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6706 msgstr ""
6707
6708 #. type: textblock
6709 #: ../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
6710 msgid "This uses the L<blockdev(8)> command."
6711 msgstr ""
6712
6713 #. type: textblock
6714 #: ../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
6715 msgid "(Added in 0.9.3)"
6716 msgstr ""
6717
6718 #. type: =head2
6719 #: ../src/guestfs-actions.pod:674
6720 msgid "guestfs_blockdev_getbsz"
6721 msgstr ""
6722
6723 #. type: verbatim
6724 #: ../src/guestfs-actions.pod:676
6725 #, no-wrap
6726 msgid ""
6727 " int\n"
6728 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6729 "                          const char *device);\n"
6730 "\n"
6731 msgstr ""
6732
6733 #. type: textblock
6734 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6735 msgid "This returns the block size of a device."
6736 msgstr ""
6737
6738 #. type: textblock
6739 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6740 msgid ""
6741 "(Note this is different from both I<size in blocks> and I<filesystem block "
6742 "size>)."
6743 msgstr ""
6744
6745 #. type: =head2
6746 #: ../src/guestfs-actions.pod:691
6747 msgid "guestfs_blockdev_getro"
6748 msgstr ""
6749
6750 #. type: verbatim
6751 #: ../src/guestfs-actions.pod:693
6752 #, no-wrap
6753 msgid ""
6754 " int\n"
6755 " guestfs_blockdev_getro (guestfs_h *g,\n"
6756 "                         const char *device);\n"
6757 "\n"
6758 msgstr ""
6759
6760 #. type: textblock
6761 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6762 msgid ""
6763 "Returns a boolean indicating if the block device is read-only (true if "
6764 "read-only, false if not)."
6765 msgstr ""
6766
6767 #. type: textblock
6768 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1404 ../src/guestfs-actions.pod:1419 ../src/guestfs-actions.pod:1909 ../src/guestfs-actions.pod:1920 ../src/guestfs-actions.pod:1992 ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2110 ../src/guestfs-actions.pod:3000 ../src/guestfs-actions.pod:3017 ../src/guestfs-actions.pod:3036 ../src/guestfs-actions.pod:3199 ../src/guestfs-actions.pod:3213 ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3242 ../src/guestfs-actions.pod:3258 ../src/guestfs-actions.pod:3273 ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:3303 ../src/guestfs-actions.pod:3316 ../src/guestfs-actions.pod:3330 ../src/guestfs-actions.pod:3345 ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:4886
6769 msgid "This function returns a C truth value on success or -1 on error."
6770 msgstr ""
6771
6772 #. type: =head2
6773 #: ../src/guestfs-actions.pod:706
6774 msgid "guestfs_blockdev_getsize64"
6775 msgstr ""
6776
6777 #. type: verbatim
6778 #: ../src/guestfs-actions.pod:708
6779 #, no-wrap
6780 msgid ""
6781 " int64_t\n"
6782 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6783 "                             const char *device);\n"
6784 "\n"
6785 msgstr ""
6786
6787 #. type: textblock
6788 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
6789 msgid "This returns the size of the device in bytes."
6790 msgstr ""
6791
6792 #. type: textblock
6793 #: ../src/guestfs-actions.pod:714
6794 msgid "See also C<guestfs_blockdev_getsz>."
6795 msgstr ""
6796
6797 #. type: =head2
6798 #: ../src/guestfs-actions.pod:722
6799 msgid "guestfs_blockdev_getss"
6800 msgstr ""
6801
6802 #. type: verbatim
6803 #: ../src/guestfs-actions.pod:724
6804 #, no-wrap
6805 msgid ""
6806 " int\n"
6807 " guestfs_blockdev_getss (guestfs_h *g,\n"
6808 "                         const char *device);\n"
6809 "\n"
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
6814 msgid ""
6815 "This returns the size of sectors on a block device.  Usually 512, but can be "
6816 "larger for modern devices."
6817 msgstr ""
6818
6819 #. type: textblock
6820 #: ../src/guestfs-actions.pod:731
6821 msgid ""
6822 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6823 "that)."
6824 msgstr ""
6825
6826 #. type: =head2
6827 #: ../src/guestfs-actions.pod:740
6828 msgid "guestfs_blockdev_getsz"
6829 msgstr ""
6830
6831 #. type: verbatim
6832 #: ../src/guestfs-actions.pod:742
6833 #, no-wrap
6834 msgid ""
6835 " int64_t\n"
6836 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6837 "                         const char *device);\n"
6838 "\n"
6839 msgstr ""
6840
6841 #. type: textblock
6842 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
6843 msgid ""
6844 "This returns the size of the device in units of 512-byte sectors (even if "
6845 "the sectorsize isn't 512 bytes ... weird)."
6846 msgstr ""
6847
6848 #. type: textblock
6849 #: ../src/guestfs-actions.pod:749
6850 msgid ""
6851 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6852 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6853 msgstr ""
6854
6855 #. type: =head2
6856 #: ../src/guestfs-actions.pod:759
6857 msgid "guestfs_blockdev_rereadpt"
6858 msgstr ""
6859
6860 #. type: verbatim
6861 #: ../src/guestfs-actions.pod:761
6862 #, no-wrap
6863 msgid ""
6864 " int\n"
6865 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6866 "                            const char *device);\n"
6867 "\n"
6868 msgstr ""
6869
6870 #. type: textblock
6871 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
6872 msgid "Reread the partition table on C<device>."
6873 msgstr ""
6874
6875 #. type: =head2
6876 #: ../src/guestfs-actions.pod:773
6877 msgid "guestfs_blockdev_setbsz"
6878 msgstr ""
6879
6880 #. type: verbatim
6881 #: ../src/guestfs-actions.pod:775
6882 #, no-wrap
6883 msgid ""
6884 " int\n"
6885 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6886 "                          const char *device,\n"
6887 "                          int blocksize);\n"
6888 "\n"
6889 msgstr ""
6890
6891 #. type: textblock
6892 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
6893 msgid "This sets the block size of a device."
6894 msgstr ""
6895
6896 #. type: =head2
6897 #: ../src/guestfs-actions.pod:791
6898 msgid "guestfs_blockdev_setro"
6899 msgstr ""
6900
6901 #. type: verbatim
6902 #: ../src/guestfs-actions.pod:793
6903 #, no-wrap
6904 msgid ""
6905 " int\n"
6906 " guestfs_blockdev_setro (guestfs_h *g,\n"
6907 "                         const char *device);\n"
6908 "\n"
6909 msgstr ""
6910
6911 #. type: textblock
6912 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
6913 msgid "Sets the block device named C<device> to read-only."
6914 msgstr ""
6915
6916 #. type: =head2
6917 #: ../src/guestfs-actions.pod:805
6918 msgid "guestfs_blockdev_setrw"
6919 msgstr ""
6920
6921 #. type: verbatim
6922 #: ../src/guestfs-actions.pod:807
6923 #, no-wrap
6924 msgid ""
6925 " int\n"
6926 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6927 "                         const char *device);\n"
6928 "\n"
6929 msgstr ""
6930
6931 #. type: textblock
6932 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
6933 msgid "Sets the block device named C<device> to read-write."
6934 msgstr ""
6935
6936 #. type: =head2
6937 #: ../src/guestfs-actions.pod:819
6938 msgid "guestfs_case_sensitive_path"
6939 msgstr ""
6940
6941 #. type: verbatim
6942 #: ../src/guestfs-actions.pod:821
6943 #, no-wrap
6944 msgid ""
6945 " char *\n"
6946 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6947 "                              const char *path);\n"
6948 "\n"
6949 msgstr ""
6950
6951 #. type: textblock
6952 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
6953 msgid ""
6954 "This can be used to resolve case insensitive paths on a filesystem which is "
6955 "case sensitive.  The use case is to resolve paths which you have read from "
6956 "Windows configuration files or the Windows Registry, to the true path."
6957 msgstr ""
6958
6959 #. type: textblock
6960 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
6961 msgid ""
6962 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6963 "(and probably others), which is that although the underlying filesystem is "
6964 "case-insensitive, the driver exports the filesystem to Linux as "
6965 "case-sensitive."
6966 msgstr ""
6967
6968 #. type: textblock
6969 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
6970 msgid ""
6971 "One consequence of this is that special directories such as C<c:\\windows> "
6972 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6973 "precise details of how they were created.  In Windows itself this would not "
6974 "be a problem."
6975 msgstr ""
6976
6977 #. type: textblock
6978 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
6979 msgid ""
6980 "Bug or feature? You decide: "
6981 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6982 msgstr ""
6983
6984 #. type: textblock
6985 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
6986 msgid ""
6987 "This function resolves the true case of each element in the path and returns "
6988 "the case-sensitive path."
6989 msgstr ""
6990
6991 #. type: textblock
6992 #: ../src/guestfs-actions.pod:847
6993 msgid ""
6994 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6995 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6996 "how the directories were originally created under Windows)."
6997 msgstr ""
6998
6999 #. type: textblock
7000 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7001 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7002 msgstr ""
7003
7004 #. type: textblock
7005 #: ../src/guestfs-actions.pod:855
7006 msgid "See also C<guestfs_realpath>."
7007 msgstr ""
7008
7009 #. type: textblock
7010 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6877
7011 msgid "(Added in 1.0.75)"
7012 msgstr ""
7013
7014 #. type: =head2
7015 #: ../src/guestfs-actions.pod:862
7016 msgid "guestfs_cat"
7017 msgstr ""
7018
7019 #. type: verbatim
7020 #: ../src/guestfs-actions.pod:864
7021 #, no-wrap
7022 msgid ""
7023 " char *\n"
7024 " guestfs_cat (guestfs_h *g,\n"
7025 "              const char *path);\n"
7026 "\n"
7027 msgstr ""
7028
7029 #. type: textblock
7030 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5373 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3597
7031 msgid "Return the contents of the file named C<path>."
7032 msgstr ""
7033
7034 #. type: textblock
7035 #: ../src/guestfs-actions.pod:870
7036 msgid ""
7037 "Note that this function cannot correctly handle binary files (specifically, "
7038 "files containing C<\\0> character which is treated as end of string).  For "
7039 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7040 "functions which have a more complex interface."
7041 msgstr ""
7042
7043 #. type: textblock
7044 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1368 ../src/guestfs-actions.pod:1387 ../src/guestfs-actions.pod:1490 ../src/guestfs-actions.pod:1509 ../src/guestfs-actions.pod:1758 ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:2235 ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:2319 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181 ../src/guestfs-actions.pod:5312 ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5362 ../src/guestfs-actions.pod:6262 ../src/guestfs-actions.pod:6317 ../src/guestfs-actions.pod:6463 ../src/guestfs-actions.pod:6487 ../src/guestfs-actions.pod:7149 ../src/guestfs-actions.pod:7175 ../src/guestfs-actions.pod:7201 ../src/guestfs-actions.pod:7220 ../src/guestfs-actions.pod:7305 ../src/guestfs-actions.pod:7324 ../src/guestfs-actions.pod:7370 ../src/guestfs-actions.pod:7389 ../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:3467 ../fish/guestfish-actions.pod:3482 ../fish/guestfish-actions.pod:3558 ../fish/guestfish-actions.pod:3575 ../fish/guestfish-actions.pod:3590 ../fish/guestfish-actions.pod:4216 ../fish/guestfish-actions.pod:4262 ../fish/guestfish-actions.pod:4347 ../fish/guestfish-actions.pod:4362 ../fish/guestfish-actions.pod:4772 ../fish/guestfish-actions.pod:4790 ../fish/guestfish-actions.pod:4807 ../fish/guestfish-actions.pod:4817 ../fish/guestfish-actions.pod:4865 ../fish/guestfish-actions.pod:4875 ../fish/guestfish-actions.pod:4904 ../fish/guestfish-actions.pod:4914
7045 msgid ""
7046 "Because of the message protocol, there is a transfer limit of somewhere "
7047 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7048 msgstr ""
7049
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3533 ../src/guestfs-actions.pod:3550 ../src/guestfs-actions.pod:3638 ../src/guestfs-actions.pod:4043 ../src/guestfs-actions.pod:4057 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5275 ../src/guestfs-actions.pod:7036 ../src/guestfs-actions.pod:7050
7052 msgid "(Added in 0.4)"
7053 msgstr ""
7054
7055 #. type: =head2
7056 #: ../src/guestfs-actions.pod:883
7057 msgid "guestfs_checksum"
7058 msgstr ""
7059
7060 #. type: verbatim
7061 #: ../src/guestfs-actions.pod:885
7062 #, no-wrap
7063 msgid ""
7064 " char *\n"
7065 " guestfs_checksum (guestfs_h *g,\n"
7066 "                   const char *csumtype,\n"
7067 "                   const char *path);\n"
7068 "\n"
7069 msgstr ""
7070
7071 #. type: textblock
7072 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7073 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7074 msgstr ""
7075
7076 #. type: textblock
7077 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7078 msgid ""
7079 "The type of checksum to compute is given by the C<csumtype> parameter which "
7080 "must have one of the following values:"
7081 msgstr ""
7082
7083 #. type: =item
7084 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7085 msgid "C<crc>"
7086 msgstr ""
7087
7088 #. type: textblock
7089 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7090 msgid ""
7091 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7092 "C<cksum> command."
7093 msgstr ""
7094
7095 #. type: =item
7096 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7097 msgid "C<md5>"
7098 msgstr ""
7099
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7102 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7103 msgstr ""
7104
7105 #. type: =item
7106 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7107 msgid "C<sha1>"
7108 msgstr ""
7109
7110 #. type: textblock
7111 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7112 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7113 msgstr ""
7114
7115 #. type: =item
7116 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7117 msgid "C<sha224>"
7118 msgstr ""
7119
7120 #. type: textblock
7121 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7122 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7123 msgstr ""
7124
7125 #. type: =item
7126 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7127 msgid "C<sha256>"
7128 msgstr ""
7129
7130 #. type: textblock
7131 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7132 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7133 msgstr ""
7134
7135 #. type: =item
7136 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7137 msgid "C<sha384>"
7138 msgstr ""
7139
7140 #. type: textblock
7141 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7142 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7143 msgstr ""
7144
7145 #. type: =item
7146 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7147 msgid "C<sha512>"
7148 msgstr ""
7149
7150 #. type: textblock
7151 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7152 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7153 msgstr ""
7154
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7157 msgid "The checksum is returned as a printable string."
7158 msgstr ""
7159
7160 #. type: textblock
7161 #: ../src/guestfs-actions.pod:931
7162 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7163 msgstr ""
7164
7165 #. type: textblock
7166 #: ../src/guestfs-actions.pod:933
7167 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7168 msgstr ""
7169
7170 #. type: textblock
7171 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:3244 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3332 ../src/guestfs-actions.pod:6733
7172 msgid "(Added in 1.0.2)"
7173 msgstr ""
7174
7175 #. type: =head2
7176 #: ../src/guestfs-actions.pod:940
7177 msgid "guestfs_checksum_device"
7178 msgstr ""
7179
7180 #. type: verbatim
7181 #: ../src/guestfs-actions.pod:942
7182 #, no-wrap
7183 msgid ""
7184 " char *\n"
7185 " guestfs_checksum_device (guestfs_h *g,\n"
7186 "                          const char *csumtype,\n"
7187 "                          const char *device);\n"
7188 "\n"
7189 msgstr ""
7190
7191 #. type: textblock
7192 #: ../src/guestfs-actions.pod:947
7193 msgid ""
7194 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7195 "device named C<device>.  For the types of checksums supported see the "
7196 "C<guestfs_checksum> command."
7197 msgstr ""
7198
7199 #. type: textblock
7200 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4792 ../src/guestfs-actions.pod:4851 ../src/guestfs-actions.pod:4888 ../src/guestfs-actions.pod:4906 ../src/guestfs-actions.pod:5082 ../src/guestfs-actions.pod:6642 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:7062
7201 msgid "(Added in 1.3.2)"
7202 msgstr ""
7203
7204 #. type: =head2
7205 #: ../src/guestfs-actions.pod:956
7206 msgid "guestfs_checksums_out"
7207 msgstr ""
7208
7209 #. type: verbatim
7210 #: ../src/guestfs-actions.pod:958
7211 #, no-wrap
7212 msgid ""
7213 " int\n"
7214 " guestfs_checksums_out (guestfs_h *g,\n"
7215 "                        const char *csumtype,\n"
7216 "                        const char *directory,\n"
7217 "                        const char *sumsfile);\n"
7218 "\n"
7219 msgstr ""
7220
7221 #. type: textblock
7222 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7223 msgid ""
7224 "This command computes the checksums of all regular files in C<directory> and "
7225 "then emits a list of those checksums to the local output file C<sumsfile>."
7226 msgstr ""
7227
7228 #. type: textblock
7229 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7230 msgid ""
7231 "This can be used for verifying the integrity of a virtual machine.  However "
7232 "to be properly secure you should pay attention to the output of the checksum "
7233 "command (it uses the ones from GNU coreutils).  In particular when the "
7234 "filename is not printable, coreutils uses a special backslash syntax.  For "
7235 "more information, see the GNU coreutils info file."
7236 msgstr ""
7237
7238 #. type: textblock
7239 #: ../src/guestfs-actions.pod:978
7240 msgid "(Added in 1.3.7)"
7241 msgstr ""
7242
7243 #. type: =head2
7244 #: ../src/guestfs-actions.pod:980
7245 msgid "guestfs_chmod"
7246 msgstr ""
7247
7248 #. type: verbatim
7249 #: ../src/guestfs-actions.pod:982
7250 #, no-wrap
7251 msgid ""
7252 " int\n"
7253 " guestfs_chmod (guestfs_h *g,\n"
7254 "                int mode,\n"
7255 "                const char *path);\n"
7256 "\n"
7257 msgstr ""
7258
7259 #. type: textblock
7260 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7261 msgid ""
7262 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7263 "supported."
7264 msgstr ""
7265
7266 #. type: textblock
7267 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7268 msgid ""
7269 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7270 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7271 "C<700>."
7272 msgstr ""
7273
7274 #. type: textblock
7275 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4294 ../src/guestfs-actions.pod:4491 ../src/guestfs-actions.pod:4510 ../src/guestfs-actions.pod:4529 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2913 ../fish/guestfish-actions.pod:3042 ../fish/guestfish-actions.pod:3052 ../fish/guestfish-actions.pod:3062
7276 msgid "The mode actually set is affected by the umask."
7277 msgstr ""
7278
7279 #. type: =head2
7280 #: ../src/guestfs-actions.pod:1000
7281 msgid "guestfs_chown"
7282 msgstr ""
7283
7284 #. type: verbatim
7285 #: ../src/guestfs-actions.pod:1002
7286 #, no-wrap
7287 msgid ""
7288 " int\n"
7289 " guestfs_chown (guestfs_h *g,\n"
7290 "                int owner,\n"
7291 "                int group,\n"
7292 "                const char *path);\n"
7293 "\n"
7294 msgstr ""
7295
7296 #. type: textblock
7297 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7298 msgid "Change the file owner to C<owner> and group to C<group>."
7299 msgstr ""
7300
7301 #. type: textblock
7302 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3402 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2371
7303 msgid ""
7304 "Only numeric uid and gid are supported.  If you want to use names, you will "
7305 "need to locate and parse the password file yourself (Augeas support makes "
7306 "this relatively easy)."
7307 msgstr ""
7308
7309 #. type: =head2
7310 #: ../src/guestfs-actions.pod:1018
7311 msgid "guestfs_command"
7312 msgstr ""
7313
7314 #. type: verbatim
7315 #: ../src/guestfs-actions.pod:1020
7316 #, no-wrap
7317 msgid ""
7318 " char *\n"
7319 " guestfs_command (guestfs_h *g,\n"
7320 "                  char *const *arguments);\n"
7321 "\n"
7322 msgstr ""
7323
7324 #. type: textblock
7325 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7326 msgid ""
7327 "This call runs a command from the guest filesystem.  The filesystem must be "
7328 "mounted, and must contain a compatible operating system (ie. something "
7329 "Linux, with the same or compatible processor architecture)."
7330 msgstr ""
7331
7332 #. type: textblock
7333 #: ../src/guestfs-actions.pod:1029
7334 msgid ""
7335 "The single parameter is an argv-style list of arguments.  The first element "
7336 "is the name of the program to run.  Subsequent elements are parameters.  The "
7337 "list must be non-empty (ie. must contain a program name).  Note that the "
7338 "command runs directly, and is I<not> invoked via the shell (see "
7339 "C<guestfs_sh>)."
7340 msgstr ""
7341
7342 #. type: textblock
7343 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7344 msgid "The return value is anything printed to I<stdout> by the command."
7345 msgstr ""
7346
7347 #. type: textblock
7348 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7349 msgid ""
7350 "If the command returns a non-zero exit status, then this function returns an "
7351 "error message.  The error message string is the content of I<stderr> from "
7352 "the command."
7353 msgstr ""
7354
7355 #. type: textblock
7356 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7357 msgid ""
7358 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7359 "C</bin>.  If you require a program from another location, you should provide "
7360 "the full path in the first parameter."
7361 msgstr ""
7362
7363 #. type: textblock
7364 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7365 msgid ""
7366 "Shared libraries and data files required by the program must be available on "
7367 "filesystems which are mounted in the correct places.  It is the caller's "
7368 "responsibility to ensure all filesystems that are needed are mounted at the "
7369 "right locations."
7370 msgstr ""
7371
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1543
7374 msgid "(Added in 0.9.1)"
7375 msgstr ""
7376
7377 #. type: =head2
7378 #: ../src/guestfs-actions.pod:1062
7379 msgid "guestfs_command_lines"
7380 msgstr ""
7381
7382 #. type: verbatim
7383 #: ../src/guestfs-actions.pod:1064
7384 #, no-wrap
7385 msgid ""
7386 " char **\n"
7387 " guestfs_command_lines (guestfs_h *g,\n"
7388 "                        char *const *arguments);\n"
7389 "\n"
7390 msgstr ""
7391
7392 #. type: textblock
7393 #: ../src/guestfs-actions.pod:1068
7394 msgid ""
7395 "This is the same as C<guestfs_command>, but splits the result into a list of "
7396 "lines."
7397 msgstr ""
7398
7399 #. type: textblock
7400 #: ../src/guestfs-actions.pod:1071
7401 msgid "See also: C<guestfs_sh_lines>"
7402 msgstr ""
7403
7404 #. type: =head2
7405 #: ../src/guestfs-actions.pod:1082
7406 msgid "guestfs_config"
7407 msgstr ""
7408
7409 #. type: verbatim
7410 #: ../src/guestfs-actions.pod:1084
7411 #, no-wrap
7412 msgid ""
7413 " int\n"
7414 " guestfs_config (guestfs_h *g,\n"
7415 "                 const char *qemuparam,\n"
7416 "                 const char *qemuvalue);\n"
7417 "\n"
7418 msgstr ""
7419
7420 #. type: textblock
7421 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7422 msgid ""
7423 "This can be used to add arbitrary qemu command line parameters of the form "
7424 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7425 "setting some parameters which would interfere with parameters that we use."
7426 msgstr ""
7427
7428 #. type: textblock
7429 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7430 msgid "The first character of C<param> string must be a C<-> (dash)."
7431 msgstr ""
7432
7433 #. type: textblock
7434 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7435 msgid "C<value> can be NULL."
7436 msgstr ""
7437
7438 #. type: =head2
7439 #: ../src/guestfs-actions.pod:1102
7440 msgid "guestfs_copy_size"
7441 msgstr ""
7442
7443 #. type: verbatim
7444 #: ../src/guestfs-actions.pod:1104
7445 #, no-wrap
7446 msgid ""
7447 " int\n"
7448 " guestfs_copy_size (guestfs_h *g,\n"
7449 "                    const char *src,\n"
7450 "                    const char *dest,\n"
7451 "                    int64_t size);\n"
7452 "\n"
7453 msgstr ""
7454
7455 #. type: textblock
7456 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7457 msgid ""
7458 "This command copies exactly C<size> bytes from one source device or file "
7459 "C<src> to another destination device or file C<dest>."
7460 msgstr ""
7461
7462 #. type: textblock
7463 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7464 msgid ""
7465 "Note this will fail if the source is too short or if the destination is not "
7466 "large enough."
7467 msgstr ""
7468
7469 #. type: textblock
7470 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1692 ../src/guestfs-actions.pod:1714 ../src/guestfs-actions.pod:6728 ../src/guestfs-actions.pod:6762 ../src/guestfs-actions.pod:7241 ../src/guestfs-actions.pod:7260
7471 msgid ""
7472 "This long-running command can generate progress notification messages so "
7473 "that the caller can display a progress bar or indicator.  To receive these "
7474 "messages, the caller must register a progress callback.  See "
7475 "L<guestfs(3)/guestfs_set_progress_callback>."
7476 msgstr ""
7477
7478 #. type: textblock
7479 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4070 ../src/guestfs-actions.pod:5288 ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7075
7480 msgid "(Added in 1.0.87)"
7481 msgstr ""
7482
7483 #. type: =head2
7484 #: ../src/guestfs-actions.pod:1125
7485 msgid "guestfs_cp"
7486 msgstr ""
7487
7488 #. type: verbatim
7489 #: ../src/guestfs-actions.pod:1127
7490 #, no-wrap
7491 msgid ""
7492 " int\n"
7493 " guestfs_cp (guestfs_h *g,\n"
7494 "             const char *src,\n"
7495 "             const char *dest);\n"
7496 "\n"
7497 msgstr ""
7498
7499 #. type: textblock
7500 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7501 msgid ""
7502 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7503 "destination filename or destination directory."
7504 msgstr ""
7505
7506 #. type: textblock
7507 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1406 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:5132
7508 msgid "(Added in 1.0.18)"
7509 msgstr ""
7510
7511 #. type: =head2
7512 #: ../src/guestfs-actions.pod:1139
7513 msgid "guestfs_cp_a"
7514 msgstr ""
7515
7516 #. type: verbatim
7517 #: ../src/guestfs-actions.pod:1141
7518 #, no-wrap
7519 msgid ""
7520 " int\n"
7521 " guestfs_cp_a (guestfs_h *g,\n"
7522 "               const char *src,\n"
7523 "               const char *dest);\n"
7524 "\n"
7525 msgstr ""
7526
7527 #. type: textblock
7528 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7529 msgid ""
7530 "This copies a file or directory from C<src> to C<dest> recursively using the "
7531 "C<cp -a> command."
7532 msgstr ""
7533
7534 #. type: =head2
7535 #: ../src/guestfs-actions.pod:1153
7536 msgid "guestfs_dd"
7537 msgstr ""
7538
7539 #. type: verbatim
7540 #: ../src/guestfs-actions.pod:1155
7541 #, no-wrap
7542 msgid ""
7543 " int\n"
7544 " guestfs_dd (guestfs_h *g,\n"
7545 "             const char *src,\n"
7546 "             const char *dest);\n"
7547 "\n"
7548 msgstr ""
7549
7550 #. type: textblock
7551 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7552 msgid ""
7553 "This command copies from one source device or file C<src> to another "
7554 "destination device or file C<dest>.  Normally you would use this to copy to "
7555 "or from a device or partition, for example to duplicate a filesystem."
7556 msgstr ""
7557
7558 #. type: textblock
7559 #: ../src/guestfs-actions.pod:1165
7560 msgid ""
7561 "If the destination is a device, it must be as large or larger than the "
7562 "source file or device, otherwise the copy will fail.  This command cannot do "
7563 "partial copies (see C<guestfs_copy_size>)."
7564 msgstr ""
7565
7566 #. type: =head2
7567 #: ../src/guestfs-actions.pod:1173
7568 msgid "guestfs_df"
7569 msgstr ""
7570
7571 #. type: verbatim
7572 #: ../src/guestfs-actions.pod:1175
7573 #, no-wrap
7574 msgid ""
7575 " char *\n"
7576 " guestfs_df (guestfs_h *g);\n"
7577 "\n"
7578 msgstr ""
7579
7580 #. type: textblock
7581 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7582 msgid "This command runs the C<df> command to report disk space used."
7583 msgstr ""
7584
7585 #. type: textblock
7586 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7587 msgid ""
7588 "This command is mostly useful for interactive sessions.  It is I<not> "
7589 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7590 "from programs."
7591 msgstr ""
7592
7593 #. type: textblock
7594 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2305 ../src/guestfs-actions.pod:2373 ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4655 ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7121 ../src/guestfs-actions.pod:7134
7595 msgid "(Added in 1.0.54)"
7596 msgstr ""
7597
7598 #. type: =head2
7599 #: ../src/guestfs-actions.pod:1189
7600 msgid "guestfs_df_h"
7601 msgstr ""
7602
7603 #. type: verbatim
7604 #: ../src/guestfs-actions.pod:1191
7605 #, no-wrap
7606 msgid ""
7607 " char *\n"
7608 " guestfs_df_h (guestfs_h *g);\n"
7609 "\n"
7610 msgstr ""
7611
7612 #. type: textblock
7613 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7614 msgid ""
7615 "This command runs the C<df -h> command to report disk space used in "
7616 "human-readable format."
7617 msgstr ""
7618
7619 #. type: =head2
7620 #: ../src/guestfs-actions.pod:1206
7621 msgid "guestfs_dmesg"
7622 msgstr ""
7623
7624 #. type: verbatim
7625 #: ../src/guestfs-actions.pod:1208
7626 #, no-wrap
7627 msgid ""
7628 " char *\n"
7629 " guestfs_dmesg (guestfs_h *g);\n"
7630 "\n"
7631 msgstr ""
7632
7633 #. type: textblock
7634 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7635 msgid ""
7636 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7637 "This is sometimes useful for extended debugging of problems."
7638 msgstr ""
7639
7640 #. type: textblock
7641 #: ../src/guestfs-actions.pod:1215
7642 msgid ""
7643 "Another way to get the same information is to enable verbose messages with "
7644 "C<guestfs_set_verbose> or by setting the environment variable "
7645 "C<LIBGUESTFS_DEBUG=1> before running the program."
7646 msgstr ""
7647
7648 #. type: =head2
7649 #: ../src/guestfs-actions.pod:1225
7650 msgid "guestfs_download"
7651 msgstr ""
7652
7653 #. type: verbatim
7654 #: ../src/guestfs-actions.pod:1227
7655 #, no-wrap
7656 msgid ""
7657 " int\n"
7658 " guestfs_download (guestfs_h *g,\n"
7659 "                   const char *remotefilename,\n"
7660 "                   const char *filename);\n"
7661 "\n"
7662 msgstr ""
7663
7664 #. type: textblock
7665 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7666 msgid ""
7667 "Download file C<remotefilename> and save it as C<filename> on the local "
7668 "machine."
7669 msgstr ""
7670
7671 #. type: textblock
7672 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4520
7673 msgid "C<filename> can also be a named pipe."
7674 msgstr ""
7675
7676 #. type: textblock
7677 #: ../src/guestfs-actions.pod:1237
7678 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7679 msgstr ""
7680
7681 #. type: =head2
7682 #: ../src/guestfs-actions.pod:1248
7683 msgid "guestfs_download_offset"
7684 msgstr ""
7685
7686 #. type: verbatim
7687 #: ../src/guestfs-actions.pod:1250
7688 #, no-wrap
7689 msgid ""
7690 " int\n"
7691 " guestfs_download_offset (guestfs_h *g,\n"
7692 "                          const char *remotefilename,\n"
7693 "                          const char *filename,\n"
7694 "                          int64_t offset,\n"
7695 "                          int64_t size);\n"
7696 "\n"
7697 msgstr ""
7698
7699 #. type: textblock
7700 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7701 msgid ""
7702 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7703 "region must be within the file or device)."
7704 msgstr ""
7705
7706 #. type: textblock
7707 #: ../src/guestfs-actions.pod:1263
7708 msgid ""
7709 "Note that there is no limit on the amount of data that can be downloaded "
7710 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7711 "full amount unless an error occurs."
7712 msgstr ""
7713
7714 #. type: textblock
7715 #: ../src/guestfs-actions.pod:1268
7716 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7717 msgstr ""
7718
7719 #. type: textblock
7720 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6767
7721 msgid "(Added in 1.5.17)"
7722 msgstr ""
7723
7724 #. type: =head2
7725 #: ../src/guestfs-actions.pod:1279
7726 msgid "guestfs_drop_caches"
7727 msgstr ""
7728
7729 #. type: verbatim
7730 #: ../src/guestfs-actions.pod:1281
7731 #, no-wrap
7732 msgid ""
7733 " int\n"
7734 " guestfs_drop_caches (guestfs_h *g,\n"
7735 "                      int whattodrop);\n"
7736 "\n"
7737 msgstr ""
7738
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7741 msgid ""
7742 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7743 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7744 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7745 msgstr ""
7746
7747 #. type: textblock
7748 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7749 msgid "Setting C<whattodrop> to 3 should drop everything."
7750 msgstr ""
7751
7752 #. type: textblock
7753 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7754 msgid ""
7755 "This automatically calls L<sync(2)> before the operation, so that the "
7756 "maximum guest memory is freed."
7757 msgstr ""
7758
7759 #. type: =head2
7760 #: ../src/guestfs-actions.pod:1299
7761 msgid "guestfs_du"
7762 msgstr ""
7763
7764 #. type: verbatim
7765 #: ../src/guestfs-actions.pod:1301
7766 #, no-wrap
7767 msgid ""
7768 " int64_t\n"
7769 " guestfs_du (guestfs_h *g,\n"
7770 "             const char *path);\n"
7771 "\n"
7772 msgstr ""
7773
7774 #. type: textblock
7775 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7776 msgid ""
7777 "This command runs the C<du -s> command to estimate file space usage for "
7778 "C<path>."
7779 msgstr ""
7780
7781 #. type: textblock
7782 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7783 msgid ""
7784 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7785 "estimate includes the contents of the directory and all subdirectories "
7786 "(recursively)."
7787 msgstr ""
7788
7789 #. type: textblock
7790 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
7791 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7792 msgstr ""
7793
7794 #. type: =head2
7795 #: ../src/guestfs-actions.pod:1319
7796 msgid "guestfs_e2fsck_f"
7797 msgstr ""
7798
7799 #. type: verbatim
7800 #: ../src/guestfs-actions.pod:1321
7801 #, no-wrap
7802 msgid ""
7803 " int\n"
7804 " guestfs_e2fsck_f (guestfs_h *g,\n"
7805 "                   const char *device);\n"
7806 "\n"
7807 msgstr ""
7808
7809 #. type: textblock
7810 #: ../src/guestfs-actions.pod:1325 ../fish/guestfish-actions.pod:885
7811 msgid ""
7812 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7813 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7814 "clean (C<-f>)."
7815 msgstr ""
7816
7817 #. type: textblock
7818 #: ../src/guestfs-actions.pod:1329
7819 msgid ""
7820 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7821 "Normally you should use C<guestfs_fsck>."
7822 msgstr ""
7823
7824 #. type: textblock
7825 #: ../src/guestfs-actions.pod:1334
7826 msgid "(Added in 1.0.29)"
7827 msgstr ""
7828
7829 #. type: =head2
7830 #: ../src/guestfs-actions.pod:1336
7831 msgid "guestfs_echo_daemon"
7832 msgstr ""
7833
7834 #. type: verbatim
7835 #: ../src/guestfs-actions.pod:1338
7836 #, no-wrap
7837 msgid ""
7838 " char *\n"
7839 " guestfs_echo_daemon (guestfs_h *g,\n"
7840 "                      char *const *words);\n"
7841 "\n"
7842 msgstr ""
7843
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:1342 ../fish/guestfish-actions.pod:896
7846 msgid ""
7847 "This command concatenates the list of C<words> passed with single spaces "
7848 "between them and returns the resulting string."
7849 msgstr ""
7850
7851 #. type: textblock
7852 #: ../src/guestfs-actions.pod:1345 ../fish/guestfish-actions.pod:899
7853 msgid "You can use this command to test the connection through to the daemon."
7854 msgstr ""
7855
7856 #. type: textblock
7857 #: ../src/guestfs-actions.pod:1347
7858 msgid "See also C<guestfs_ping_daemon>."
7859 msgstr ""
7860
7861 #. type: textblock
7862 #: ../src/guestfs-actions.pod:1352 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:5966
7863 msgid "(Added in 1.0.69)"
7864 msgstr ""
7865
7866 #. type: =head2
7867 #: ../src/guestfs-actions.pod:1354
7868 msgid "guestfs_egrep"
7869 msgstr ""
7870
7871 #. type: verbatim
7872 #: ../src/guestfs-actions.pod:1356
7873 #, no-wrap
7874 msgid ""
7875 " char **\n"
7876 " guestfs_egrep (guestfs_h *g,\n"
7877 "                const char *regex,\n"
7878 "                const char *path);\n"
7879 "\n"
7880 msgstr ""
7881
7882 #. type: textblock
7883 #: ../src/guestfs-actions.pod:1361 ../fish/guestfish-actions.pod:907
7884 msgid "This calls the external C<egrep> program and returns the matching lines."
7885 msgstr ""
7886
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:1371 ../src/guestfs-actions.pod:1390 ../src/guestfs-actions.pod:1447 ../src/guestfs-actions.pod:1493 ../src/guestfs-actions.pod:1512 ../src/guestfs-actions.pod:2219 ../src/guestfs-actions.pod:2238 ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2422 ../src/guestfs-actions.pod:2468 ../src/guestfs-actions.pod:2490 ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3563 ../src/guestfs-actions.pod:3577 ../src/guestfs-actions.pod:3590 ../src/guestfs-actions.pod:3604 ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:5466 ../src/guestfs-actions.pod:5515 ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6346 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6394 ../src/guestfs-actions.pod:6407 ../src/guestfs-actions.pod:6420 ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7223 ../src/guestfs-actions.pod:7308 ../src/guestfs-actions.pod:7327 ../src/guestfs-actions.pod:7373 ../src/guestfs-actions.pod:7392
7889 msgid "(Added in 1.0.66)"
7890 msgstr ""
7891
7892 #. type: =head2
7893 #: ../src/guestfs-actions.pod:1373
7894 msgid "guestfs_egrepi"
7895 msgstr ""
7896
7897 #. type: verbatim
7898 #: ../src/guestfs-actions.pod:1375
7899 #, no-wrap
7900 msgid ""
7901 " char **\n"
7902 " guestfs_egrepi (guestfs_h *g,\n"
7903 "                 const char *regex,\n"
7904 "                 const char *path);\n"
7905 "\n"
7906 msgstr ""
7907
7908 #. type: textblock
7909 #: ../src/guestfs-actions.pod:1380 ../fish/guestfish-actions.pod:917
7910 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7911 msgstr ""
7912
7913 #. type: =head2
7914 #: ../src/guestfs-actions.pod:1392
7915 msgid "guestfs_equal"
7916 msgstr ""
7917
7918 #. type: verbatim
7919 #: ../src/guestfs-actions.pod:1394
7920 #, no-wrap
7921 msgid ""
7922 " int\n"
7923 " guestfs_equal (guestfs_h *g,\n"
7924 "                const char *file1,\n"
7925 "                const char *file2);\n"
7926 "\n"
7927 msgstr ""
7928
7929 #. type: textblock
7930 #: ../src/guestfs-actions.pod:1399 ../fish/guestfish-actions.pod:927
7931 msgid ""
7932 "This compares the two files C<file1> and C<file2> and returns true if their "
7933 "content is exactly equal, or false otherwise."
7934 msgstr ""
7935
7936 #. type: textblock
7937 #: ../src/guestfs-actions.pod:1402 ../fish/guestfish-actions.pod:930
7938 msgid "The external L<cmp(1)> program is used for the comparison."
7939 msgstr ""
7940
7941 #. type: =head2
7942 #: ../src/guestfs-actions.pod:1408
7943 msgid "guestfs_exists"
7944 msgstr ""
7945
7946 #. type: verbatim
7947 #: ../src/guestfs-actions.pod:1410
7948 #, no-wrap
7949 msgid ""
7950 " int\n"
7951 " guestfs_exists (guestfs_h *g,\n"
7952 "                 const char *path);\n"
7953 "\n"
7954 msgstr ""
7955
7956 #. type: textblock
7957 #: ../src/guestfs-actions.pod:1414 ../fish/guestfish-actions.pod:936
7958 msgid ""
7959 "This returns C<true> if and only if there is a file, directory (or anything) "
7960 "with the given C<path> name."
7961 msgstr ""
7962
7963 #. type: textblock
7964 #: ../src/guestfs-actions.pod:1417
7965 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7966 msgstr ""
7967
7968 #. type: =head2
7969 #: ../src/guestfs-actions.pod:1423
7970 msgid "guestfs_fallocate"
7971 msgstr ""
7972
7973 #. type: verbatim
7974 #: ../src/guestfs-actions.pod:1425
7975 #, no-wrap
7976 msgid ""
7977 " int\n"
7978 " guestfs_fallocate (guestfs_h *g,\n"
7979 "                    const char *path,\n"
7980 "                    int len);\n"
7981 "\n"
7982 msgstr ""
7983
7984 #. type: textblock
7985 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1456 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
7986 msgid ""
7987 "This command preallocates a file (containing zero bytes) named C<path> of "
7988 "size C<len> bytes.  If the file exists already, it is overwritten."
7989 msgstr ""
7990
7991 #. type: textblock
7992 #: ../src/guestfs-actions.pod:1434 ../fish/guestfish-actions.pod:949
7993 msgid ""
7994 "Do not confuse this with the guestfish-specific C<alloc> command which "
7995 "allocates a file in the host and attaches it as a device."
7996 msgstr ""
7997
7998 #. type: textblock
7999 #: ../src/guestfs-actions.pod:1440 ../fish/guestfish-actions.pod:953
8000 msgid ""
8001 "This function is deprecated.  In new code, use the C<fallocate64> call "
8002 "instead."
8003 msgstr ""
8004
8005 #. type: =head2
8006 #: ../src/guestfs-actions.pod:1449
8007 msgid "guestfs_fallocate64"
8008 msgstr ""
8009
8010 #. type: verbatim
8011 #: ../src/guestfs-actions.pod:1451
8012 #, no-wrap
8013 msgid ""
8014 " int\n"
8015 " guestfs_fallocate64 (guestfs_h *g,\n"
8016 "                      const char *path,\n"
8017 "                      int64_t len);\n"
8018 "\n"
8019 msgstr ""
8020
8021 #. type: textblock
8022 #: ../src/guestfs-actions.pod:1460
8023 msgid ""
8024 "Note that this call allocates disk blocks for the file.  To create a sparse "
8025 "file use C<guestfs_truncate_size> instead."
8026 msgstr ""
8027
8028 #. type: textblock
8029 #: ../src/guestfs-actions.pod:1463
8030 msgid ""
8031 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8032 "oversight it only allowed 30 bit lengths to be specified, effectively "
8033 "limiting the maximum size of files created through that call to 1GB."
8034 msgstr ""
8035
8036 #. type: textblock
8037 #: ../src/guestfs-actions.pod:1468 ../fish/guestfish-actions.pod:976
8038 msgid ""
8039 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8040 "commands which create a file in the host and attach it as a device."
8041 msgstr ""
8042
8043 #. type: textblock
8044 #: ../src/guestfs-actions.pod:1474
8045 msgid "(Added in 1.3.17)"
8046 msgstr ""
8047
8048 #. type: =head2
8049 #: ../src/guestfs-actions.pod:1476
8050 msgid "guestfs_fgrep"
8051 msgstr ""
8052
8053 #. type: verbatim
8054 #: ../src/guestfs-actions.pod:1478
8055 #, no-wrap
8056 msgid ""
8057 " char **\n"
8058 " guestfs_fgrep (guestfs_h *g,\n"
8059 "                const char *pattern,\n"
8060 "                const char *path);\n"
8061 "\n"
8062 msgstr ""
8063
8064 #. type: textblock
8065 #: ../src/guestfs-actions.pod:1483 ../fish/guestfish-actions.pod:984
8066 msgid "This calls the external C<fgrep> program and returns the matching lines."
8067 msgstr ""
8068
8069 #. type: =head2
8070 #: ../src/guestfs-actions.pod:1495
8071 msgid "guestfs_fgrepi"
8072 msgstr ""
8073
8074 #. type: verbatim
8075 #: ../src/guestfs-actions.pod:1497
8076 #, no-wrap
8077 msgid ""
8078 " char **\n"
8079 " guestfs_fgrepi (guestfs_h *g,\n"
8080 "                 const char *pattern,\n"
8081 "                 const char *path);\n"
8082 "\n"
8083 msgstr ""
8084
8085 #. type: textblock
8086 #: ../src/guestfs-actions.pod:1502 ../fish/guestfish-actions.pod:994
8087 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8088 msgstr ""
8089
8090 #. type: =head2
8091 #: ../src/guestfs-actions.pod:1514
8092 msgid "guestfs_file"
8093 msgstr ""
8094
8095 #. type: verbatim
8096 #: ../src/guestfs-actions.pod:1516
8097 #, no-wrap
8098 msgid ""
8099 " char *\n"
8100 " guestfs_file (guestfs_h *g,\n"
8101 "               const char *path);\n"
8102 "\n"
8103 msgstr ""
8104
8105 #. type: textblock
8106 #: ../src/guestfs-actions.pod:1520 ../fish/guestfish-actions.pod:1004
8107 msgid ""
8108 "This call uses the standard L<file(1)> command to determine the type or "
8109 "contents of the file."
8110 msgstr ""
8111
8112 #. type: textblock
8113 #: ../src/guestfs-actions.pod:1523 ../fish/guestfish-actions.pod:1007
8114 msgid ""
8115 "This call will also transparently look inside various types of compressed "
8116 "file."
8117 msgstr ""
8118
8119 #. type: textblock
8120 #: ../src/guestfs-actions.pod:1526 ../fish/guestfish-actions.pod:1010
8121 msgid ""
8122 "The exact command which runs is C<file -zb path>.  Note in particular that "
8123 "the filename is not prepended to the output (the C<-b> option)."
8124 msgstr ""
8125
8126 #. type: textblock
8127 #: ../src/guestfs-actions.pod:1530
8128 msgid ""
8129 "This command can also be used on C</dev/> devices (and partitions, LV "
8130 "names).  You can for example use this to determine if a device contains a "
8131 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8132 msgstr ""
8133
8134 #. type: textblock
8135 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1019
8136 msgid ""
8137 "If the C<path> does not begin with C</dev/> then this command only works for "
8138 "the content of regular files.  For other file types (directory, symbolic "
8139 "link etc) it will just return the string C<directory> etc."
8140 msgstr ""
8141
8142 #. type: =head2
8143 #: ../src/guestfs-actions.pod:1545
8144 msgid "guestfs_file_architecture"
8145 msgstr ""
8146
8147 #. type: verbatim
8148 #: ../src/guestfs-actions.pod:1547
8149 #, no-wrap
8150 msgid ""
8151 " char *\n"
8152 " guestfs_file_architecture (guestfs_h *g,\n"
8153 "                            const char *filename);\n"
8154 "\n"
8155 msgstr ""
8156
8157 #. type: textblock
8158 #: ../src/guestfs-actions.pod:1551 ../fish/guestfish-actions.pod:1028
8159 msgid ""
8160 "This detects the architecture of the binary C<filename>, and returns it if "
8161 "known."
8162 msgstr ""
8163
8164 #. type: textblock
8165 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1031
8166 msgid "Currently defined architectures are:"
8167 msgstr ""
8168
8169 #. type: =item
8170 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1035
8171 msgid "\"i386\""
8172 msgstr ""
8173
8174 #. type: textblock
8175 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1037
8176 msgid ""
8177 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8178 "irrespective of the precise processor requirements of the binary."
8179 msgstr ""
8180
8181 #. type: =item
8182 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1040
8183 msgid "\"x86_64\""
8184 msgstr ""
8185
8186 #. type: textblock
8187 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1042
8188 msgid "64 bit x86-64."
8189 msgstr ""
8190
8191 #. type: =item
8192 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1044
8193 msgid "\"sparc\""
8194 msgstr ""
8195
8196 #. type: textblock
8197 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1046
8198 msgid "32 bit SPARC."
8199 msgstr ""
8200
8201 #. type: =item
8202 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1048
8203 msgid "\"sparc64\""
8204 msgstr ""
8205
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1050
8208 msgid "64 bit SPARC V9 and above."
8209 msgstr ""
8210
8211 #. type: =item
8212 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1052
8213 msgid "\"ia64\""
8214 msgstr ""
8215
8216 #. type: textblock
8217 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1054
8218 msgid "Intel Itanium."
8219 msgstr ""
8220
8221 #. type: =item
8222 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1056
8223 msgid "\"ppc\""
8224 msgstr ""
8225
8226 #. type: textblock
8227 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1058
8228 msgid "32 bit Power PC."
8229 msgstr ""
8230
8231 #. type: =item
8232 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1060
8233 msgid "\"ppc64\""
8234 msgstr ""
8235
8236 #. type: textblock
8237 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1062
8238 msgid "64 bit Power PC."
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1066
8243 msgid "Libguestfs may return other architecture strings in future."
8244 msgstr ""
8245
8246 #. type: textblock
8247 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1068
8248 msgid "The function works on at least the following types of files:"
8249 msgstr ""
8250
8251 #. type: textblock
8252 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1074
8253 msgid "many types of Un*x and Linux binary"
8254 msgstr ""
8255
8256 #. type: textblock
8257 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1078
8258 msgid "many types of Un*x and Linux shared library"
8259 msgstr ""
8260
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1082
8263 msgid "Windows Win32 and Win64 binaries"
8264 msgstr ""
8265
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1086
8268 msgid "Windows Win32 and Win64 DLLs"
8269 msgstr ""
8270
8271 #. type: textblock
8272 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1088
8273 msgid "Win32 binaries and DLLs return C<i386>."
8274 msgstr ""
8275
8276 #. type: textblock
8277 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1090
8278 msgid "Win64 binaries and DLLs return C<x86_64>."
8279 msgstr ""
8280
8281 #. type: textblock
8282 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1094
8283 msgid "Linux kernel modules"
8284 msgstr ""
8285
8286 #. type: textblock
8287 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1098
8288 msgid "Linux new-style initrd images"
8289 msgstr ""
8290
8291 #. type: textblock
8292 #: ../src/guestfs-actions.pod:1625 ../fish/guestfish-actions.pod:1102
8293 msgid "some non-x86 Linux vmlinuz kernels"
8294 msgstr ""
8295
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1106
8298 msgid "What it can't do currently:"
8299 msgstr ""
8300
8301 #. type: textblock
8302 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1112
8303 msgid "static libraries (libfoo.a)"
8304 msgstr ""
8305
8306 #. type: textblock
8307 #: ../src/guestfs-actions.pod:1639 ../fish/guestfish-actions.pod:1116
8308 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8309 msgstr ""
8310
8311 #. type: textblock
8312 #: ../src/guestfs-actions.pod:1643 ../fish/guestfish-actions.pod:1120
8313 msgid "x86 Linux vmlinuz kernels"
8314 msgstr ""
8315
8316 #. type: textblock
8317 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1122
8318 msgid ""
8319 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8320 "compressed code, and are horribly hard to unpack.  If you want to find the "
8321 "architecture of a kernel, use the architecture of the associated initrd or "
8322 "kernel module(s) instead."
8323 msgstr ""
8324
8325 #. type: textblock
8326 #: ../src/guestfs-actions.pod:1655 ../src/guestfs-actions.pod:1818 ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2607 ../src/guestfs-actions.pod:2633 ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2960 ../src/guestfs-actions.pod:3186 ../src/guestfs-actions.pod:3318
8327 msgid "(Added in 1.5.3)"
8328 msgstr ""
8329
8330 #. type: =head2
8331 #: ../src/guestfs-actions.pod:1657
8332 msgid "guestfs_filesize"
8333 msgstr ""
8334
8335 #. type: verbatim
8336 #: ../src/guestfs-actions.pod:1659
8337 #, no-wrap
8338 msgid ""
8339 " int64_t\n"
8340 " guestfs_filesize (guestfs_h *g,\n"
8341 "                   const char *file);\n"
8342 "\n"
8343 msgstr ""
8344
8345 #. type: textblock
8346 #: ../src/guestfs-actions.pod:1663 ../fish/guestfish-actions.pod:1133
8347 msgid "This command returns the size of C<file> in bytes."
8348 msgstr ""
8349
8350 #. type: textblock
8351 #: ../src/guestfs-actions.pod:1665
8352 msgid ""
8353 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8354 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8355 "devices, use C<guestfs_blockdev_getsize64>."
8356 msgstr ""
8357
8358 #. type: textblock
8359 #: ../src/guestfs-actions.pod:1671
8360 msgid "(Added in 1.0.82)"
8361 msgstr ""
8362
8363 #. type: =head2
8364 #: ../src/guestfs-actions.pod:1673
8365 msgid "guestfs_fill"
8366 msgstr ""
8367
8368 #. type: verbatim
8369 #: ../src/guestfs-actions.pod:1675
8370 #, no-wrap
8371 msgid ""
8372 " int\n"
8373 " guestfs_fill (guestfs_h *g,\n"
8374 "               int c,\n"
8375 "               int len,\n"
8376 "               const char *path);\n"
8377 "\n"
8378 msgstr ""
8379
8380 #. type: textblock
8381 #: ../src/guestfs-actions.pod:1681 ../fish/guestfish-actions.pod:1143
8382 msgid ""
8383 "This command creates a new file called C<path>.  The initial content of the "
8384 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8385 "C<[0..255]>."
8386 msgstr ""
8387
8388 #. type: textblock
8389 #: ../src/guestfs-actions.pod:1685
8390 msgid ""
8391 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8392 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8393 "bytes use C<guestfs_fill_pattern>."
8394 msgstr ""
8395
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1697
8398 msgid "(Added in 1.0.79)"
8399 msgstr ""
8400
8401 #. type: =head2
8402 #: ../src/guestfs-actions.pod:1699
8403 msgid "guestfs_fill_pattern"
8404 msgstr ""
8405
8406 #. type: verbatim
8407 #: ../src/guestfs-actions.pod:1701
8408 #, no-wrap
8409 msgid ""
8410 " int\n"
8411 " guestfs_fill_pattern (guestfs_h *g,\n"
8412 "                       const char *pattern,\n"
8413 "                       int len,\n"
8414 "                       const char *path);\n"
8415 "\n"
8416 msgstr ""
8417
8418 #. type: textblock
8419 #: ../src/guestfs-actions.pod:1707
8420 msgid ""
8421 "This function is like C<guestfs_fill> except that it creates a new file of "
8422 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8423 "pattern is truncated if necessary to ensure the length of the file is "
8424 "exactly C<len> bytes."
8425 msgstr ""
8426
8427 #. type: textblock
8428 #: ../src/guestfs-actions.pod:1719
8429 msgid "(Added in 1.3.12)"
8430 msgstr ""
8431
8432 #. type: =head2
8433 #: ../src/guestfs-actions.pod:1721
8434 msgid "guestfs_find"
8435 msgstr ""
8436
8437 #. type: verbatim
8438 #: ../src/guestfs-actions.pod:1723
8439 #, no-wrap
8440 msgid ""
8441 " char **\n"
8442 " guestfs_find (guestfs_h *g,\n"
8443 "               const char *directory);\n"
8444 "\n"
8445 msgstr ""
8446
8447 #. type: textblock
8448 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1165
8449 msgid ""
8450 "This command lists out all files and directories, recursively, starting at "
8451 "C<directory>.  It is essentially equivalent to running the shell command "
8452 "C<find directory -print> but some post-processing happens on the output, "
8453 "described below."
8454 msgstr ""
8455
8456 #. type: textblock
8457 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1170
8458 msgid ""
8459 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8460 "structure was:"
8461 msgstr ""
8462
8463 #. type: verbatim
8464 #: ../src/guestfs-actions.pod:1735 ../fish/guestfish-actions.pod:1173
8465 #, no-wrap
8466 msgid ""
8467 " /tmp/a\n"
8468 " /tmp/b\n"
8469 " /tmp/c/d\n"
8470 "\n"
8471 msgstr ""
8472
8473 #. type: textblock
8474 #: ../src/guestfs-actions.pod:1739
8475 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8476 msgstr ""
8477
8478 #. type: verbatim
8479 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1180
8480 #, no-wrap
8481 msgid ""
8482 " a\n"
8483 " b\n"
8484 " c\n"
8485 " c/d\n"
8486 "\n"
8487 msgstr ""
8488
8489 #. type: textblock
8490 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1185
8491 msgid "If C<directory> is not a directory, then this command returns an error."
8492 msgstr ""
8493
8494 #. type: textblock
8495 #: ../src/guestfs-actions.pod:1750 ../fish/guestfish-actions.pod:1188
8496 msgid "The returned list is sorted."
8497 msgstr ""
8498
8499 #. type: textblock
8500 #: ../src/guestfs-actions.pod:1752
8501 msgid "See also C<guestfs_find0>."
8502 msgstr ""
8503
8504 #. type: textblock
8505 #: ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:4007 ../src/guestfs-actions.pod:5550
8506 msgid "(Added in 1.0.27)"
8507 msgstr ""
8508
8509 #. type: =head2
8510 #: ../src/guestfs-actions.pod:1763
8511 msgid "guestfs_find0"
8512 msgstr ""
8513
8514 #. type: verbatim
8515 #: ../src/guestfs-actions.pod:1765
8516 #, no-wrap
8517 msgid ""
8518 " int\n"
8519 " guestfs_find0 (guestfs_h *g,\n"
8520 "                const char *directory,\n"
8521 "                const char *files);\n"
8522 "\n"
8523 msgstr ""
8524
8525 #. type: textblock
8526 #: ../src/guestfs-actions.pod:1770 ../fish/guestfish-actions.pod:1199
8527 msgid ""
8528 "This command lists out all files and directories, recursively, starting at "
8529 "C<directory>, placing the resulting list in the external file called "
8530 "C<files>."
8531 msgstr ""
8532
8533 #. type: textblock
8534 #: ../src/guestfs-actions.pod:1774
8535 msgid ""
8536 "This command works the same way as C<guestfs_find> with the following "
8537 "exceptions:"
8538 msgstr ""
8539
8540 #. type: textblock
8541 #: ../src/guestfs-actions.pod:1781 ../fish/guestfish-actions.pod:1210
8542 msgid "The resulting list is written to an external file."
8543 msgstr ""
8544
8545 #. type: textblock
8546 #: ../src/guestfs-actions.pod:1785 ../fish/guestfish-actions.pod:1214
8547 msgid ""
8548 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8549 "L<find(1)> option I<-print0>."
8550 msgstr ""
8551
8552 #. type: textblock
8553 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1219
8554 msgid "This command is not limited in the number of names that it can return."
8555 msgstr ""
8556
8557 #. type: textblock
8558 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1224
8559 msgid "The result list is not sorted."
8560 msgstr ""
8561
8562 #. type: textblock
8563 #: ../src/guestfs-actions.pod:1801
8564 msgid "(Added in 1.0.74)"
8565 msgstr ""
8566
8567 #. type: =head2
8568 #: ../src/guestfs-actions.pod:1803
8569 msgid "guestfs_findfs_label"
8570 msgstr ""
8571
8572 #. type: verbatim
8573 #: ../src/guestfs-actions.pod:1805
8574 #, no-wrap
8575 msgid ""
8576 " char *\n"
8577 " guestfs_findfs_label (guestfs_h *g,\n"
8578 "                       const char *label);\n"
8579 "\n"
8580 msgstr ""
8581
8582 #. type: textblock
8583 #: ../src/guestfs-actions.pod:1809 ../fish/guestfish-actions.pod:1234
8584 msgid ""
8585 "This command searches the filesystems and returns the one which has the "
8586 "given label.  An error is returned if no such filesystem can be found."
8587 msgstr ""
8588
8589 #. type: textblock
8590 #: ../src/guestfs-actions.pod:1813
8591 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8592 msgstr ""
8593
8594 #. type: =head2
8595 #: ../src/guestfs-actions.pod:1820
8596 msgid "guestfs_findfs_uuid"
8597 msgstr ""
8598
8599 #. type: verbatim
8600 #: ../src/guestfs-actions.pod:1822
8601 #, no-wrap
8602 msgid ""
8603 " char *\n"
8604 " guestfs_findfs_uuid (guestfs_h *g,\n"
8605 "                      const char *uuid);\n"
8606 "\n"
8607 msgstr ""
8608
8609 #. type: textblock
8610 #: ../src/guestfs-actions.pod:1826 ../fish/guestfish-actions.pod:1244
8611 msgid ""
8612 "This command searches the filesystems and returns the one which has the "
8613 "given UUID.  An error is returned if no such filesystem can be found."
8614 msgstr ""
8615
8616 #. type: textblock
8617 #: ../src/guestfs-actions.pod:1830
8618 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8619 msgstr ""
8620
8621 #. type: =head2
8622 #: ../src/guestfs-actions.pod:1837
8623 msgid "guestfs_fsck"
8624 msgstr ""
8625
8626 #. type: verbatim
8627 #: ../src/guestfs-actions.pod:1839
8628 #, no-wrap
8629 msgid ""
8630 " int\n"
8631 " guestfs_fsck (guestfs_h *g,\n"
8632 "               const char *fstype,\n"
8633 "               const char *device);\n"
8634 "\n"
8635 msgstr ""
8636
8637 #. type: textblock
8638 #: ../src/guestfs-actions.pod:1844 ../fish/guestfish-actions.pod:1254
8639 msgid ""
8640 "This runs the filesystem checker (fsck) on C<device> which should have "
8641 "filesystem type C<fstype>."
8642 msgstr ""
8643
8644 #. type: textblock
8645 #: ../src/guestfs-actions.pod:1847 ../fish/guestfish-actions.pod:1257
8646 msgid ""
8647 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8648 "codes from C<fsck>."
8649 msgstr ""
8650
8651 #. type: textblock
8652 #: ../src/guestfs-actions.pod:1856 ../fish/guestfish-actions.pod:1266
8653 msgid "Multiple status codes can be summed together."
8654 msgstr ""
8655
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1860 ../fish/guestfish-actions.pod:1270
8658 msgid ""
8659 "A non-zero return code can mean \"success\", for example if errors have been "
8660 "corrected on the filesystem."
8661 msgstr ""
8662
8663 #. type: textblock
8664 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1275
8665 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8666 msgstr ""
8667
8668 #. type: textblock
8669 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1280
8670 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8671 msgstr ""
8672
8673 #. type: textblock
8674 #: ../src/guestfs-actions.pod:1874 ../src/guestfs-actions.pod:7246
8675 msgid "(Added in 1.0.16)"
8676 msgstr ""
8677
8678 #. type: =head2
8679 #: ../src/guestfs-actions.pod:1876
8680 msgid "guestfs_get_append"
8681 msgstr ""
8682
8683 #. type: verbatim
8684 #: ../src/guestfs-actions.pod:1878
8685 #, no-wrap
8686 msgid ""
8687 " const char *\n"
8688 " guestfs_get_append (guestfs_h *g);\n"
8689 "\n"
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1881 ../fish/guestfish-actions.pod:1286
8694 msgid ""
8695 "Return the additional kernel options which are added to the guest kernel "
8696 "command line."
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1884 ../fish/guestfish-actions.pod:1289
8701 msgid "If C<NULL> then no options are added."
8702 msgstr ""
8703
8704 #. type: textblock
8705 #: ../src/guestfs-actions.pod:1886
8706 msgid ""
8707 "This function returns a string which may be NULL.  There is no way to return "
8708 "an error from this function.  The string is owned by the guest handle and "
8709 "must I<not> be freed."
8710 msgstr ""
8711
8712 #. type: textblock
8713 #: ../src/guestfs-actions.pod:1890 ../src/guestfs-actions.pod:5228 ../src/guestfs-actions.pod:5708 ../src/guestfs-actions.pod:6108 ../src/guestfs-actions.pod:6127 ../src/guestfs-actions.pod:6143 ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6917 ../src/guestfs-actions.pod:6935 ../src/guestfs-actions.pod:7289
8714 msgid "(Added in 1.0.26)"
8715 msgstr ""
8716
8717 #. type: =head2
8718 #: ../src/guestfs-actions.pod:1892
8719 msgid "guestfs_get_attach_method"
8720 msgstr ""
8721
8722 #. type: verbatim
8723 #: ../src/guestfs-actions.pod:1894
8724 #, no-wrap
8725 msgid ""
8726 " char *\n"
8727 " guestfs_get_attach_method (guestfs_h *g);\n"
8728 "\n"
8729 msgstr ""
8730
8731 #. type: textblock
8732 #: ../src/guestfs-actions.pod:1897
8733 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8734 msgstr ""
8735
8736 #. type: =head2
8737 #: ../src/guestfs-actions.pod:1902
8738 msgid "guestfs_get_autosync"
8739 msgstr ""
8740
8741 #. type: verbatim
8742 #: ../src/guestfs-actions.pod:1904
8743 #, no-wrap
8744 msgid ""
8745 " int\n"
8746 " guestfs_get_autosync (guestfs_h *g);\n"
8747 "\n"
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1907 ../fish/guestfish-actions.pod:1301
8752 msgid "Get the autosync flag."
8753 msgstr ""
8754
8755 #. type: =head2
8756 #: ../src/guestfs-actions.pod:1913
8757 msgid "guestfs_get_direct"
8758 msgstr ""
8759
8760 #. type: verbatim
8761 #: ../src/guestfs-actions.pod:1915
8762 #, no-wrap
8763 msgid ""
8764 " int\n"
8765 " guestfs_get_direct (guestfs_h *g);\n"
8766 "\n"
8767 msgstr ""
8768
8769 #. type: textblock
8770 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1307
8771 msgid "Return the direct appliance mode flag."
8772 msgstr ""
8773
8774 #. type: textblock
8775 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:5777
8776 msgid "(Added in 1.0.72)"
8777 msgstr ""
8778
8779 #. type: =head2
8780 #: ../src/guestfs-actions.pod:1924
8781 msgid "guestfs_get_e2label"
8782 msgstr ""
8783
8784 #. type: verbatim
8785 #: ../src/guestfs-actions.pod:1926
8786 #, no-wrap
8787 msgid ""
8788 " char *\n"
8789 " guestfs_get_e2label (guestfs_h *g,\n"
8790 "                      const char *device);\n"
8791 "\n"
8792 msgstr ""
8793
8794 #. type: textblock
8795 #: ../src/guestfs-actions.pod:1930 ../fish/guestfish-actions.pod:1313
8796 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1316
8801 msgid ""
8802 "This function is deprecated.  In new code, use the C<vfs_label> call "
8803 "instead."
8804 msgstr ""
8805
8806 #. type: textblock
8807 #: ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:5795 ../src/guestfs-actions.pod:5814
8808 msgid "(Added in 1.0.15)"
8809 msgstr ""
8810
8811 #. type: =head2
8812 #: ../src/guestfs-actions.pod:1945
8813 msgid "guestfs_get_e2uuid"
8814 msgstr ""
8815
8816 #. type: verbatim
8817 #: ../src/guestfs-actions.pod:1947
8818 #, no-wrap
8819 msgid ""
8820 " char *\n"
8821 " guestfs_get_e2uuid (guestfs_h *g,\n"
8822 "                     const char *device);\n"
8823 "\n"
8824 msgstr ""
8825
8826 #. type: textblock
8827 #: ../src/guestfs-actions.pod:1951 ../fish/guestfish-actions.pod:1327
8828 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8829 msgstr ""
8830
8831 #. type: textblock
8832 #: ../src/guestfs-actions.pod:1957 ../fish/guestfish-actions.pod:1330
8833 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8834 msgstr ""
8835
8836 #. type: =head2
8837 #: ../src/guestfs-actions.pod:1966
8838 msgid "guestfs_get_memsize"
8839 msgstr ""
8840
8841 #. type: verbatim
8842 #: ../src/guestfs-actions.pod:1968
8843 #, no-wrap
8844 msgid ""
8845 " int\n"
8846 " guestfs_get_memsize (guestfs_h *g);\n"
8847 "\n"
8848 msgstr ""
8849
8850 #. type: textblock
8851 #: ../src/guestfs-actions.pod:1971 ../fish/guestfish-actions.pod:1341
8852 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8853 msgstr ""
8854
8855 #. type: textblock
8856 #: ../src/guestfs-actions.pod:1974
8857 msgid ""
8858 "If C<guestfs_set_memsize> was not called on this handle, and if "
8859 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8860 "value for memsize."
8861 msgstr ""
8862
8863 #. type: textblock
8864 #: ../src/guestfs-actions.pod:1978 ../src/guestfs-actions.pod:2059 ../src/guestfs-actions.pod:5830 ../src/guestfs-actions.pod:5937 ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399 ../fish/guestfish-actions.pod:3923 ../fish/guestfish-actions.pod:4010
8865 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8866 msgstr ""
8867
8868 #. type: textblock
8869 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4495 ../src/guestfs-actions.pod:4514 ../src/guestfs-actions.pod:4533 ../src/guestfs-actions.pod:4545 ../src/guestfs-actions.pod:4562 ../src/guestfs-actions.pod:4575 ../src/guestfs-actions.pod:5453 ../src/guestfs-actions.pod:5835 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6683
8870 msgid "(Added in 1.0.55)"
8871 msgstr ""
8872
8873 #. type: =head2
8874 #: ../src/guestfs-actions.pod:1985
8875 msgid "guestfs_get_network"
8876 msgstr ""
8877
8878 #. type: verbatim
8879 #: ../src/guestfs-actions.pod:1987
8880 #, no-wrap
8881 msgid ""
8882 " int\n"
8883 " guestfs_get_network (guestfs_h *g);\n"
8884 "\n"
8885 msgstr ""
8886
8887 #. type: textblock
8888 #: ../src/guestfs-actions.pod:1990 ../fish/guestfish-actions.pod:1355
8889 msgid "This returns the enable network flag."
8890 msgstr ""
8891
8892 #. type: textblock
8893 #: ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:5854
8894 msgid "(Added in 1.5.4)"
8895 msgstr ""
8896
8897 #. type: =head2
8898 #: ../src/guestfs-actions.pod:1996
8899 msgid "guestfs_get_path"
8900 msgstr ""
8901
8902 #. type: verbatim
8903 #: ../src/guestfs-actions.pod:1998
8904 #, no-wrap
8905 msgid ""
8906 " const char *\n"
8907 " guestfs_get_path (guestfs_h *g);\n"
8908 "\n"
8909 msgstr ""
8910
8911 #. type: textblock
8912 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1361
8913 msgid "Return the current search path."
8914 msgstr ""
8915
8916 #. type: textblock
8917 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1363
8918 msgid ""
8919 "This is always non-NULL.  If it wasn't set already, then this will return "
8920 "the default path."
8921 msgstr ""
8922
8923 #. type: textblock
8924 #: ../src/guestfs-actions.pod:2006 ../src/guestfs-actions.pod:2035
8925 msgid ""
8926 "This function returns a string, or NULL on error.  The string is owned by "
8927 "the guest handle and must I<not> be freed."
8928 msgstr ""
8929
8930 #. type: =head2
8931 #: ../src/guestfs-actions.pod:2011
8932 msgid "guestfs_get_pid"
8933 msgstr ""
8934
8935 #. type: verbatim
8936 #: ../src/guestfs-actions.pod:2013
8937 #, no-wrap
8938 msgid ""
8939 " int\n"
8940 " guestfs_get_pid (guestfs_h *g);\n"
8941 "\n"
8942 msgstr ""
8943
8944 #. type: textblock
8945 #: ../src/guestfs-actions.pod:2016 ../fish/guestfish-actions.pod:1372
8946 msgid ""
8947 "Return the process ID of the qemu subprocess.  If there is no qemu "
8948 "subprocess, then this will return an error."
8949 msgstr ""
8950
8951 #. type: textblock
8952 #: ../src/guestfs-actions.pod:2019 ../fish/guestfish-actions.pod:1375
8953 msgid "This is an internal call used for debugging and testing."
8954 msgstr ""
8955
8956 #. type: textblock
8957 #: ../src/guestfs-actions.pod:2023
8958 msgid "(Added in 1.0.56)"
8959 msgstr ""
8960
8961 #. type: =head2
8962 #: ../src/guestfs-actions.pod:2025
8963 msgid "guestfs_get_qemu"
8964 msgstr ""
8965
8966 #. type: verbatim
8967 #: ../src/guestfs-actions.pod:2027
8968 #, no-wrap
8969 msgid ""
8970 " const char *\n"
8971 " guestfs_get_qemu (guestfs_h *g);\n"
8972 "\n"
8973 msgstr ""
8974
8975 #. type: textblock
8976 #: ../src/guestfs-actions.pod:2030 ../fish/guestfish-actions.pod:1381
8977 msgid "Return the current qemu binary."
8978 msgstr ""
8979
8980 #. type: textblock
8981 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1383
8982 msgid ""
8983 "This is always non-NULL.  If it wasn't set already, then this will return "
8984 "the default qemu binary name."
8985 msgstr ""
8986
8987 #. type: textblock
8988 #: ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:5899
8989 msgid "(Added in 1.0.6)"
8990 msgstr ""
8991
8992 #. type: =head2
8993 #: ../src/guestfs-actions.pod:2040
8994 msgid "guestfs_get_recovery_proc"
8995 msgstr ""
8996
8997 #. type: verbatim
8998 #: ../src/guestfs-actions.pod:2042
8999 #, no-wrap
9000 msgid ""
9001 " int\n"
9002 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9003 "\n"
9004 msgstr ""
9005
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:2045 ../fish/guestfish-actions.pod:1390
9008 msgid "Return the recovery process enabled flag."
9009 msgstr ""
9010
9011 #. type: textblock
9012 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:3408 ../src/guestfs-actions.pod:3705 ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4137 ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5501 ../src/guestfs-actions.pod:5923 ../src/guestfs-actions.pod:6586 ../src/guestfs-actions.pod:6606 ../src/guestfs-actions.pod:6798
9013 msgid "(Added in 1.0.77)"
9014 msgstr ""
9015
9016 #. type: =head2
9017 #: ../src/guestfs-actions.pod:2051
9018 msgid "guestfs_get_selinux"
9019 msgstr ""
9020
9021 #. type: verbatim
9022 #: ../src/guestfs-actions.pod:2053
9023 #, no-wrap
9024 msgid ""
9025 " int\n"
9026 " guestfs_get_selinux (guestfs_h *g);\n"
9027 "\n"
9028 msgstr ""
9029
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:2056
9032 msgid ""
9033 "This returns the current setting of the selinux flag which is passed to the "
9034 "appliance at boot time.  See C<guestfs_set_selinux>."
9035 msgstr ""
9036
9037 #. type: textblock
9038 #: ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:5942 ../src/guestfs-actions.pod:6000
9039 msgid "(Added in 1.0.67)"
9040 msgstr ""
9041
9042 #. type: =head2
9043 #: ../src/guestfs-actions.pod:2066
9044 msgid "guestfs_get_state"
9045 msgstr ""
9046
9047 #. type: verbatim
9048 #: ../src/guestfs-actions.pod:2068
9049 #, no-wrap
9050 msgid ""
9051 " int\n"
9052 " guestfs_get_state (guestfs_h *g);\n"
9053 "\n"
9054 msgstr ""
9055
9056 #. type: textblock
9057 #: ../src/guestfs-actions.pod:2071 ../fish/guestfish-actions.pod:1406
9058 msgid ""
9059 "This returns the current state as an opaque integer.  This is only useful "
9060 "for printing debug and internal error messages."
9061 msgstr ""
9062
9063 #. type: textblock
9064 #: ../src/guestfs-actions.pod:2074 ../src/guestfs-actions.pod:3211 ../src/guestfs-actions.pod:3240 ../src/guestfs-actions.pod:3301 ../src/guestfs-actions.pod:3328 ../fish/guestfish-actions.pod:1409 ../fish/guestfish-actions.pod:2253 ../fish/guestfish-actions.pod:2271 ../fish/guestfish-actions.pod:2309 ../fish/guestfish-actions.pod:2325
9065 msgid "For more information on states, see L<guestfs(3)>."
9066 msgstr ""
9067
9068 #. type: =head2
9069 #: ../src/guestfs-actions.pod:2080
9070 msgid "guestfs_get_trace"
9071 msgstr ""
9072
9073 #. type: verbatim
9074 #: ../src/guestfs-actions.pod:2082
9075 #, no-wrap
9076 msgid ""
9077 " int\n"
9078 " guestfs_get_trace (guestfs_h *g);\n"
9079 "\n"
9080 msgstr ""
9081
9082 #. type: textblock
9083 #: ../src/guestfs-actions.pod:2085 ../fish/guestfish-actions.pod:1415
9084 msgid "Return the command trace flag."
9085 msgstr ""
9086
9087 #. type: =head2
9088 #: ../src/guestfs-actions.pod:2091
9089 msgid "guestfs_get_umask"
9090 msgstr ""
9091
9092 #. type: verbatim
9093 #: ../src/guestfs-actions.pod:2093
9094 #, no-wrap
9095 msgid ""
9096 " int\n"
9097 " guestfs_get_umask (guestfs_h *g);\n"
9098 "\n"
9099 msgstr ""
9100
9101 #. type: textblock
9102 #: ../src/guestfs-actions.pod:2096
9103 msgid ""
9104 "Return the current umask.  By default the umask is C<022> unless it has been "
9105 "set by calling C<guestfs_umask>."
9106 msgstr ""
9107
9108 #. type: =head2
9109 #: ../src/guestfs-actions.pod:2103
9110 msgid "guestfs_get_verbose"
9111 msgstr ""
9112
9113 #. type: verbatim
9114 #: ../src/guestfs-actions.pod:2105
9115 #, no-wrap
9116 msgid ""
9117 " int\n"
9118 " guestfs_get_verbose (guestfs_h *g);\n"
9119 "\n"
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:2108 ../fish/guestfish-actions.pod:1428
9124 msgid "This returns the verbose messages flag."
9125 msgstr ""
9126
9127 #. type: =head2
9128 #: ../src/guestfs-actions.pod:2114
9129 msgid "guestfs_getcon"
9130 msgstr ""
9131
9132 #. type: verbatim
9133 #: ../src/guestfs-actions.pod:2116
9134 #, no-wrap
9135 msgid ""
9136 " char *\n"
9137 " guestfs_getcon (guestfs_h *g);\n"
9138 "\n"
9139 msgstr ""
9140
9141 #. type: textblock
9142 #: ../src/guestfs-actions.pod:2119 ../fish/guestfish-actions.pod:1434
9143 msgid "This gets the SELinux security context of the daemon."
9144 msgstr ""
9145
9146 #. type: textblock
9147 #: ../src/guestfs-actions.pod:2121
9148 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9149 msgstr ""
9150
9151 #. type: =head2
9152 #: ../src/guestfs-actions.pod:2129
9153 msgid "guestfs_getxattr"
9154 msgstr ""
9155
9156 #. type: verbatim
9157 #: ../src/guestfs-actions.pod:2131
9158 #, no-wrap
9159 msgid ""
9160 " char *\n"
9161 " guestfs_getxattr (guestfs_h *g,\n"
9162 "                   const char *path,\n"
9163 "                   const char *name,\n"
9164 "                   size_t *size_r);\n"
9165 "\n"
9166 msgstr ""
9167
9168 #. type: textblock
9169 #: ../src/guestfs-actions.pod:2137
9170 msgid ""
9171 "Get a single extended attribute from file C<path> named C<name>.  This call "
9172 "follows symlinks.  If you want to lookup an extended attribute for the "
9173 "symlink itself, use C<guestfs_lgetxattr>."
9174 msgstr ""
9175
9176 #. type: textblock
9177 #: ../src/guestfs-actions.pod:2141 ../src/guestfs-actions.pod:3422
9178 msgid ""
9179 "Normally it is better to get all extended attributes from a file in one go "
9180 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9181 "implementations are buggy and do not provide a way to list out attributes.  "
9182 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9183 "extended attributes you want in advance and call this function."
9184 msgstr ""
9185
9186 #. type: textblock
9187 #: ../src/guestfs-actions.pod:2148 ../src/guestfs-actions.pod:3429 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2390
9188 msgid ""
9189 "Extended attribute values are blobs of binary data.  If there is no extended "
9190 "attribute named C<name>, this returns an error."
9191 msgstr ""
9192
9193 #. type: textblock
9194 #: ../src/guestfs-actions.pod:2151
9195 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9196 msgstr ""
9197
9198 #. type: textblock
9199 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:2344 ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:5151 ../src/guestfs-actions.pod:5177 ../src/guestfs-actions.pod:5358
9200 msgid ""
9201 "This function returns a buffer, or NULL on error.  The size of the returned "
9202 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9203 "after use>."
9204 msgstr ""
9205
9206 #. type: textblock
9207 #: ../src/guestfs-actions.pod:2157 ../src/guestfs-actions.pod:3438
9208 msgid "(Added in 1.7.24)"
9209 msgstr ""
9210
9211 #. type: =head2
9212 #: ../src/guestfs-actions.pod:2159
9213 msgid "guestfs_getxattrs"
9214 msgstr ""
9215
9216 #. type: verbatim
9217 #: ../src/guestfs-actions.pod:2161
9218 #, no-wrap
9219 msgid ""
9220 " struct guestfs_xattr_list *\n"
9221 " guestfs_getxattrs (guestfs_h *g,\n"
9222 "                    const char *path);\n"
9223 "\n"
9224 msgstr ""
9225
9226 #. type: textblock
9227 #: ../src/guestfs-actions.pod:2165 ../fish/guestfish-actions.pod:1463
9228 msgid "This call lists the extended attributes of the file or directory C<path>."
9229 msgstr ""
9230
9231 #. type: textblock
9232 #: ../src/guestfs-actions.pod:2168 ../fish/guestfish-actions.pod:1466
9233 msgid ""
9234 "At the system call level, this is a combination of the L<listxattr(2)> and "
9235 "L<getxattr(2)> calls."
9236 msgstr ""
9237
9238 #. type: textblock
9239 #: ../src/guestfs-actions.pod:2171
9240 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9241 msgstr ""
9242
9243 #. type: textblock
9244 #: ../src/guestfs-actions.pod:2173 ../src/guestfs-actions.pod:3450 ../src/guestfs-actions.pod:4101
9245 msgid ""
9246 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9247 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9248 msgstr ""
9249
9250 #. type: textblock
9251 #: ../src/guestfs-actions.pod:2177 ../src/guestfs-actions.pod:3454 ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3655 ../src/guestfs-actions.pod:5531 ../src/guestfs-actions.pod:6019 ../src/guestfs-actions.pod:7354
9252 msgid "(Added in 1.0.59)"
9253 msgstr ""
9254
9255 #. type: =head2
9256 #: ../src/guestfs-actions.pod:2179
9257 msgid "guestfs_glob_expand"
9258 msgstr ""
9259
9260 #. type: verbatim
9261 #: ../src/guestfs-actions.pod:2181
9262 #, no-wrap
9263 msgid ""
9264 " char **\n"
9265 " guestfs_glob_expand (guestfs_h *g,\n"
9266 "                      const char *pattern);\n"
9267 "\n"
9268 msgstr ""
9269
9270 #. type: textblock
9271 #: ../src/guestfs-actions.pod:2185 ../fish/guestfish-actions.pod:1475
9272 msgid ""
9273 "This command searches for all the pathnames matching C<pattern> according to "
9274 "the wildcard expansion rules used by the shell."
9275 msgstr ""
9276
9277 #. type: textblock
9278 #: ../src/guestfs-actions.pod:2189 ../fish/guestfish-actions.pod:1479
9279 msgid "If no paths match, then this returns an empty list (note: not an error)."
9280 msgstr ""
9281
9282 #. type: textblock
9283 #: ../src/guestfs-actions.pod:2192 ../fish/guestfish-actions.pod:1482
9284 msgid ""
9285 "It is just a wrapper around the C L<glob(3)> function with flags "
9286 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9287 msgstr ""
9288
9289 #. type: textblock
9290 #: ../src/guestfs-actions.pod:2200 ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6201
9291 msgid "(Added in 1.0.50)"
9292 msgstr ""
9293
9294 #. type: =head2
9295 #: ../src/guestfs-actions.pod:2202
9296 msgid "guestfs_grep"
9297 msgstr ""
9298
9299 #. type: verbatim
9300 #: ../src/guestfs-actions.pod:2204
9301 #, no-wrap
9302 msgid ""
9303 " char **\n"
9304 " guestfs_grep (guestfs_h *g,\n"
9305 "               const char *regex,\n"
9306 "               const char *path);\n"
9307 "\n"
9308 msgstr ""
9309
9310 #. type: textblock
9311 #: ../src/guestfs-actions.pod:2209 ../fish/guestfish-actions.pod:1490
9312 msgid "This calls the external C<grep> program and returns the matching lines."
9313 msgstr ""
9314
9315 #. type: =head2
9316 #: ../src/guestfs-actions.pod:2221
9317 msgid "guestfs_grepi"
9318 msgstr ""
9319
9320 #. type: verbatim
9321 #: ../src/guestfs-actions.pod:2223
9322 #, no-wrap
9323 msgid ""
9324 " char **\n"
9325 " guestfs_grepi (guestfs_h *g,\n"
9326 "                const char *regex,\n"
9327 "                const char *path);\n"
9328 "\n"
9329 msgstr ""
9330
9331 #. type: textblock
9332 #: ../src/guestfs-actions.pod:2228 ../fish/guestfish-actions.pod:1500
9333 msgid "This calls the external C<grep -i> program and returns the matching lines."
9334 msgstr ""
9335
9336 #. type: =head2
9337 #: ../src/guestfs-actions.pod:2240
9338 msgid "guestfs_grub_install"
9339 msgstr ""
9340
9341 #. type: verbatim
9342 #: ../src/guestfs-actions.pod:2242
9343 #, no-wrap
9344 msgid ""
9345 " int\n"
9346 " guestfs_grub_install (guestfs_h *g,\n"
9347 "                       const char *root,\n"
9348 "                       const char *device);\n"
9349 "\n"
9350 msgstr ""
9351
9352 #. type: textblock
9353 #: ../src/guestfs-actions.pod:2247 ../fish/guestfish-actions.pod:1510
9354 msgid ""
9355 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9356 "the root directory being C<root>."
9357 msgstr ""
9358
9359 #. type: textblock
9360 #: ../src/guestfs-actions.pod:2250 ../fish/guestfish-actions.pod:1513
9361 msgid ""
9362 "Note: If grub-install reports the error \"No suitable drive was found in the "
9363 "generated device map.\" it may be that you need to create a "
9364 "C</boot/grub/device.map> file first that contains the mapping between grub "
9365 "device names and Linux device names.  It is usually sufficient to create a "
9366 "file containing:"
9367 msgstr ""
9368
9369 #. type: verbatim
9370 #: ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:1520
9371 #, no-wrap
9372 msgid ""
9373 " (hd0) /dev/vda\n"
9374 "\n"
9375 msgstr ""
9376
9377 #. type: textblock
9378 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1522
9379 msgid "replacing C</dev/vda> with the name of the installation device."
9380 msgstr ""
9381
9382 #. type: textblock
9383 #: ../src/guestfs-actions.pod:2263
9384 msgid "(Added in 1.0.17)"
9385 msgstr ""
9386
9387 #. type: =head2
9388 #: ../src/guestfs-actions.pod:2265
9389 msgid "guestfs_head"
9390 msgstr ""
9391
9392 #. type: verbatim
9393 #: ../src/guestfs-actions.pod:2267
9394 #, no-wrap
9395 msgid ""
9396 " char **\n"
9397 " guestfs_head (guestfs_h *g,\n"
9398 "               const char *path);\n"
9399 "\n"
9400 msgstr ""
9401
9402 #. type: textblock
9403 #: ../src/guestfs-actions.pod:2271 ../fish/guestfish-actions.pod:1528
9404 msgid ""
9405 "This command returns up to the first 10 lines of a file as a list of "
9406 "strings."
9407 msgstr ""
9408
9409 #. type: =head2
9410 #: ../src/guestfs-actions.pod:2283
9411 msgid "guestfs_head_n"
9412 msgstr ""
9413
9414 #. type: verbatim
9415 #: ../src/guestfs-actions.pod:2285
9416 #, no-wrap
9417 msgid ""
9418 " char **\n"
9419 " guestfs_head_n (guestfs_h *g,\n"
9420 "                 int nrlines,\n"
9421 "                 const char *path);\n"
9422 "\n"
9423 msgstr ""
9424
9425 #. type: textblock
9426 #: ../src/guestfs-actions.pod:2290 ../fish/guestfish-actions.pod:1538
9427 msgid ""
9428 "If the parameter C<nrlines> is a positive number, this returns the first "
9429 "C<nrlines> lines of the file C<path>."
9430 msgstr ""
9431
9432 #. type: textblock
9433 #: ../src/guestfs-actions.pod:2293 ../fish/guestfish-actions.pod:1541
9434 msgid ""
9435 "If the parameter C<nrlines> is a negative number, this returns lines from "
9436 "the file C<path>, excluding the last C<nrlines> lines."
9437 msgstr ""
9438
9439 #. type: textblock
9440 #: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:6481 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4360
9441 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9442 msgstr ""
9443
9444 #. type: =head2
9445 #: ../src/guestfs-actions.pod:2307
9446 msgid "guestfs_hexdump"
9447 msgstr ""
9448
9449 #. type: verbatim
9450 #: ../src/guestfs-actions.pod:2309
9451 #, no-wrap
9452 msgid ""
9453 " char *\n"
9454 " guestfs_hexdump (guestfs_h *g,\n"
9455 "                  const char *path);\n"
9456 "\n"
9457 msgstr ""
9458
9459 #. type: textblock
9460 #: ../src/guestfs-actions.pod:2313 ../fish/guestfish-actions.pod:1553
9461 msgid ""
9462 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9463 "human-readable, canonical hex dump of the file."
9464 msgstr ""
9465
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:2322 ../src/guestfs-actions.pod:6265 ../src/guestfs-actions.pod:6320
9468 msgid "(Added in 1.0.22)"
9469 msgstr ""
9470
9471 #. type: =head2
9472 #: ../src/guestfs-actions.pod:2324
9473 msgid "guestfs_initrd_cat"
9474 msgstr ""
9475
9476 #. type: verbatim
9477 #: ../src/guestfs-actions.pod:2326
9478 #, no-wrap
9479 msgid ""
9480 " char *\n"
9481 " guestfs_initrd_cat (guestfs_h *g,\n"
9482 "                     const char *initrdpath,\n"
9483 "                     const char *filename,\n"
9484 "                     size_t *size_r);\n"
9485 "\n"
9486 msgstr ""
9487
9488 #. type: textblock
9489 #: ../src/guestfs-actions.pod:2332 ../fish/guestfish-actions.pod:1563
9490 msgid ""
9491 "This command unpacks the file C<filename> from the initrd file called "
9492 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9493 "character."
9494 msgstr ""
9495
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:2336 ../fish/guestfish-actions.pod:1567
9498 msgid ""
9499 "For example, in guestfish you could use the following command to examine the "
9500 "boot script (usually called C</init>)  contained in a Linux initrd or "
9501 "initramfs image:"
9502 msgstr ""
9503
9504 #. type: verbatim
9505 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1571
9506 #, no-wrap
9507 msgid ""
9508 " initrd-cat /boot/initrd-<version>.img init\n"
9509 "\n"
9510 msgstr ""
9511
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:2342
9514 msgid "See also C<guestfs_initrd_list>."
9515 msgstr ""
9516
9517 #. type: =head2
9518 #: ../src/guestfs-actions.pod:2353
9519 msgid "guestfs_initrd_list"
9520 msgstr ""
9521
9522 #. type: verbatim
9523 #: ../src/guestfs-actions.pod:2355
9524 #, no-wrap
9525 msgid ""
9526 " char **\n"
9527 " guestfs_initrd_list (guestfs_h *g,\n"
9528 "                      const char *path);\n"
9529 "\n"
9530 msgstr ""
9531
9532 #. type: textblock
9533 #: ../src/guestfs-actions.pod:2359 ../fish/guestfish-actions.pod:1582
9534 msgid "This command lists out files contained in an initrd."
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1584
9539 msgid ""
9540 "The files are listed without any initial C</> character.  The files are "
9541 "listed in the order they appear (not necessarily alphabetical).  Directory "
9542 "names are listed as separate items."
9543 msgstr ""
9544
9545 #. type: textblock
9546 #: ../src/guestfs-actions.pod:2365 ../fish/guestfish-actions.pod:1588
9547 msgid ""
9548 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9549 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9550 "files)."
9551 msgstr ""
9552
9553 #. type: =head2
9554 #: ../src/guestfs-actions.pod:2375
9555 msgid "guestfs_inotify_add_watch"
9556 msgstr ""
9557
9558 #. type: verbatim
9559 #: ../src/guestfs-actions.pod:2377
9560 #, no-wrap
9561 msgid ""
9562 " int64_t\n"
9563 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9564 "                            const char *path,\n"
9565 "                            int mask);\n"
9566 "\n"
9567 msgstr ""
9568
9569 #. type: textblock
9570 #: ../src/guestfs-actions.pod:2382 ../fish/guestfish-actions.pod:1596
9571 msgid "Watch C<path> for the events listed in C<mask>."
9572 msgstr ""
9573
9574 #. type: textblock
9575 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1598
9576 msgid ""
9577 "Note that if C<path> is a directory then events within that directory are "
9578 "watched, but this does I<not> happen recursively (in subdirectories)."
9579 msgstr ""
9580
9581 #. type: textblock
9582 #: ../src/guestfs-actions.pod:2388 ../fish/guestfish-actions.pod:1602
9583 msgid ""
9584 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9585 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9586 msgstr ""
9587
9588 #. type: =head2
9589 #: ../src/guestfs-actions.pod:2396
9590 msgid "guestfs_inotify_close"
9591 msgstr ""
9592
9593 #. type: verbatim
9594 #: ../src/guestfs-actions.pod:2398
9595 #, no-wrap
9596 msgid ""
9597 " int\n"
9598 " guestfs_inotify_close (guestfs_h *g);\n"
9599 "\n"
9600 msgstr ""
9601
9602 #. type: textblock
9603 #: ../src/guestfs-actions.pod:2401 ../fish/guestfish-actions.pod:1610
9604 msgid ""
9605 "This closes the inotify handle which was previously opened by inotify_init.  "
9606 "It removes all watches, throws away any pending events, and deallocates all "
9607 "resources."
9608 msgstr ""
9609
9610 #. type: =head2
9611 #: ../src/guestfs-actions.pod:2409
9612 msgid "guestfs_inotify_files"
9613 msgstr ""
9614
9615 #. type: verbatim
9616 #: ../src/guestfs-actions.pod:2411
9617 #, no-wrap
9618 msgid ""
9619 " char **\n"
9620 " guestfs_inotify_files (guestfs_h *g);\n"
9621 "\n"
9622 msgstr ""
9623
9624 #. type: textblock
9625 #: ../src/guestfs-actions.pod:2414
9626 msgid ""
9627 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9628 "returns a list of pathnames of objects that were touched.  The returned "
9629 "pathnames are sorted and deduplicated."
9630 msgstr ""
9631
9632 #. type: =head2
9633 #: ../src/guestfs-actions.pod:2424
9634 msgid "guestfs_inotify_init"
9635 msgstr ""
9636
9637 #. type: verbatim
9638 #: ../src/guestfs-actions.pod:2426
9639 #, no-wrap
9640 msgid ""
9641 " int\n"
9642 " guestfs_inotify_init (guestfs_h *g,\n"
9643 "                       int maxevents);\n"
9644 "\n"
9645 msgstr ""
9646
9647 #. type: textblock
9648 #: ../src/guestfs-actions.pod:2430 ../fish/guestfish-actions.pod:1626
9649 msgid ""
9650 "This command creates a new inotify handle.  The inotify subsystem can be "
9651 "used to notify events which happen to objects in the guest filesystem."
9652 msgstr ""
9653
9654 #. type: textblock
9655 #: ../src/guestfs-actions.pod:2434
9656 msgid ""
9657 "C<maxevents> is the maximum number of events which will be queued up between "
9658 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9659 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9660 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9661 "throws away events, but records the fact that it threw them away by setting "
9662 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9663 "C<guestfs_inotify_read>)."
9664 msgstr ""
9665
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:2444
9668 msgid ""
9669 "Before any events are generated, you have to add some watches to the "
9670 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9671 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9672 msgstr ""
9673
9674 #. type: textblock
9675 #: ../src/guestfs-actions.pod:2450
9676 msgid ""
9677 "Queued up events should be read periodically by calling "
9678 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9679 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9680 "often enough then you risk the internal queue overflowing."
9681 msgstr ""
9682
9683 #. type: textblock
9684 #: ../src/guestfs-actions.pod:2457
9685 msgid ""
9686 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9687 "This also removes any watches automatically."
9688 msgstr ""
9689
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:2461 ../fish/guestfish-actions.pod:1657
9692 msgid ""
9693 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9694 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9695 "that there is one global inotify handle per libguestfs instance."
9696 msgstr ""
9697
9698 #. type: =head2
9699 #: ../src/guestfs-actions.pod:2470
9700 msgid "guestfs_inotify_read"
9701 msgstr ""
9702
9703 #. type: verbatim
9704 #: ../src/guestfs-actions.pod:2472
9705 #, no-wrap
9706 msgid ""
9707 " struct guestfs_inotify_event_list *\n"
9708 " guestfs_inotify_read (guestfs_h *g);\n"
9709 "\n"
9710 msgstr ""
9711
9712 #. type: textblock
9713 #: ../src/guestfs-actions.pod:2475 ../fish/guestfish-actions.pod:1666
9714 msgid ""
9715 "Return the complete queue of events that have happened since the previous "
9716 "read call."
9717 msgstr ""
9718
9719 #. type: textblock
9720 #: ../src/guestfs-actions.pod:2478 ../fish/guestfish-actions.pod:1669
9721 msgid "If no events have happened, this returns an empty list."
9722 msgstr ""
9723
9724 #. type: textblock
9725 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1671
9726 msgid ""
9727 "I<Note>: In order to make sure that all events have been read, you must call "
9728 "this function repeatedly until it returns an empty list.  The reason is that "
9729 "the call will read events up to the maximum appliance-to-host message size "
9730 "and leave remaining events in the queue."
9731 msgstr ""
9732
9733 #. type: textblock
9734 #: ../src/guestfs-actions.pod:2486
9735 msgid ""
9736 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9737 "there was an error.  I<The caller must call "
9738 "C<guestfs_free_inotify_event_list> after use>."
9739 msgstr ""
9740
9741 #. type: =head2
9742 #: ../src/guestfs-actions.pod:2492
9743 msgid "guestfs_inotify_rm_watch"
9744 msgstr ""
9745
9746 #. type: verbatim
9747 #: ../src/guestfs-actions.pod:2494
9748 #, no-wrap
9749 msgid ""
9750 " int\n"
9751 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9752 "                           int wd);\n"
9753 "\n"
9754 msgstr ""
9755
9756 #. type: textblock
9757 #: ../src/guestfs-actions.pod:2498
9758 msgid ""
9759 "Remove a previously defined inotify watch.  See "
9760 "C<guestfs_inotify_add_watch>."
9761 msgstr ""
9762
9763 #. type: =head2
9764 #: ../src/guestfs-actions.pod:2505
9765 msgid "guestfs_inspect_get_arch"
9766 msgstr ""
9767
9768 #. type: verbatim
9769 #: ../src/guestfs-actions.pod:2507
9770 #, no-wrap
9771 msgid ""
9772 " char *\n"
9773 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9774 "                           const char *root);\n"
9775 "\n"
9776 msgstr ""
9777
9778 #. type: textblock
9779 #: ../src/guestfs-actions.pod:2511 ../src/guestfs-actions.pod:2534 ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2641 ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:2702 ../src/guestfs-actions.pod:2729 ../src/guestfs-actions.pod:2750 ../src/guestfs-actions.pod:2787 ../src/guestfs-actions.pod:2816 ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:2871 ../src/guestfs-actions.pod:2926 ../src/guestfs-actions.pod:2968 ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3025 ../src/guestfs-actions.pod:3044
9780 msgid ""
9781 "This function should only be called with a root device string as returned by "
9782 "C<guestfs_inspect_os>."
9783 msgstr ""
9784
9785 #. type: textblock
9786 #: ../src/guestfs-actions.pod:2514
9787 msgid ""
9788 "This returns the architecture of the inspected operating system.  The "
9789 "possible return values are listed under C<guestfs_file_architecture>."
9790 msgstr ""
9791
9792 #. type: textblock
9793 #: ../src/guestfs-actions.pod:2518 ../fish/guestfish-actions.pod:1695
9794 msgid ""
9795 "If the architecture could not be determined, then the string C<unknown> is "
9796 "returned."
9797 msgstr ""
9798
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:2521 ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2669 ../src/guestfs-actions.pod:2689 ../src/guestfs-actions.pod:2717 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2858 ../src/guestfs-actions.pod:2912 ../src/guestfs-actions.pod:2955 ../src/guestfs-actions.pod:2978 ../src/guestfs-actions.pod:2998 ../src/guestfs-actions.pod:3015 ../src/guestfs-actions.pod:3034 ../src/guestfs-actions.pod:3137 ../src/guestfs-actions.pod:3178 ../fish/guestfish-actions.pod:1698 ../fish/guestfish-actions.pod:1772 ../fish/guestfish-actions.pod:1824 ../fish/guestfish-actions.pod:1839 ../fish/guestfish-actions.pod:1860 ../fish/guestfish-actions.pod:1924 ../fish/guestfish-actions.pod:1948 ../fish/guestfish-actions.pod:1965 ../fish/guestfish-actions.pod:2008 ../fish/guestfish-actions.pod:2043 ../fish/guestfish-actions.pod:2059 ../fish/guestfish-actions.pod:2072 ../fish/guestfish-actions.pod:2085 ../fish/guestfish-actions.pod:2100 ../fish/guestfish-actions.pod:2199 ../fish/guestfish-actions.pod:2233
9801 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9802 msgstr ""
9803
9804 #. type: =head2
9805 #: ../src/guestfs-actions.pod:2528
9806 msgid "guestfs_inspect_get_distro"
9807 msgstr ""
9808
9809 #. type: verbatim
9810 #: ../src/guestfs-actions.pod:2530
9811 #, no-wrap
9812 msgid ""
9813 " char *\n"
9814 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9815 "                             const char *root);\n"
9816 "\n"
9817 msgstr ""
9818
9819 #. type: textblock
9820 #: ../src/guestfs-actions.pod:2537 ../fish/guestfish-actions.pod:1707
9821 msgid "This returns the distro (distribution) of the inspected operating system."
9822 msgstr ""
9823
9824 #. type: textblock
9825 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1710
9826 msgid "Currently defined distros are:"
9827 msgstr ""
9828
9829 #. type: =item
9830 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1714
9831 msgid "\"archlinux\""
9832 msgstr ""
9833
9834 #. type: textblock
9835 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1716
9836 msgid "Arch Linux."
9837 msgstr ""
9838
9839 #. type: =item
9840 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1718
9841 msgid "\"debian\""
9842 msgstr ""
9843
9844 #. type: textblock
9845 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1720
9846 msgid "Debian."
9847 msgstr ""
9848
9849 #. type: =item
9850 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1722
9851 msgid "\"fedora\""
9852 msgstr ""
9853
9854 #. type: textblock
9855 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1724
9856 msgid "Fedora."
9857 msgstr ""
9858
9859 #. type: =item
9860 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1726
9861 msgid "\"gentoo\""
9862 msgstr ""
9863
9864 #. type: textblock
9865 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1728
9866 msgid "Gentoo."
9867 msgstr ""
9868
9869 #. type: =item
9870 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1730
9871 msgid "\"linuxmint\""
9872 msgstr ""
9873
9874 #. type: textblock
9875 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1732
9876 msgid "Linux Mint."
9877 msgstr ""
9878
9879 #. type: =item
9880 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1734
9881 msgid "\"mandriva\""
9882 msgstr ""
9883
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1736
9886 msgid "Mandriva."
9887 msgstr ""
9888
9889 #. type: =item
9890 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1738
9891 msgid "\"meego\""
9892 msgstr ""
9893
9894 #. type: textblock
9895 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1740
9896 msgid "MeeGo."
9897 msgstr ""
9898
9899 #. type: =item
9900 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1742
9901 msgid "\"pardus\""
9902 msgstr ""
9903
9904 #. type: textblock
9905 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1744
9906 msgid "Pardus."
9907 msgstr ""
9908
9909 #. type: =item
9910 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1746
9911 msgid "\"redhat-based\""
9912 msgstr ""
9913
9914 #. type: textblock
9915 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1748
9916 msgid "Some Red Hat-derived distro."
9917 msgstr ""
9918
9919 #. type: =item
9920 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1750
9921 msgid "\"rhel\""
9922 msgstr ""
9923
9924 #. type: textblock
9925 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1752
9926 msgid "Red Hat Enterprise Linux and some derivatives."
9927 msgstr ""
9928
9929 #. type: =item
9930 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1754
9931 msgid "\"ubuntu\""
9932 msgstr ""
9933
9934 #. type: textblock
9935 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1756
9936 msgid "Ubuntu."
9937 msgstr ""
9938
9939 #. type: =item
9940 #: ../src/guestfs-actions.pod:2588 ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:1758 ../fish/guestfish-actions.pod:1815 ../fish/guestfish-actions.pod:2034
9941 msgid "\"unknown\""
9942 msgstr ""
9943
9944 #. type: textblock
9945 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1760
9946 msgid "The distro could not be determined."
9947 msgstr ""
9948
9949 #. type: =item
9950 #: ../src/guestfs-actions.pod:2592 ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:2026
9951 msgid "\"windows\""
9952 msgstr ""
9953
9954 #. type: textblock
9955 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1764
9956 msgid ""
9957 "Windows does not have distributions.  This string is returned if the OS type "
9958 "is Windows."
9959 msgstr ""
9960
9961 #. type: textblock
9962 #: ../src/guestfs-actions.pod:2599 ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:1769 ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:2040
9963 msgid ""
9964 "Future versions of libguestfs may return other strings here.  The caller "
9965 "should be prepared to handle any string."
9966 msgstr ""
9967
9968 #. type: =head2
9969 #: ../src/guestfs-actions.pod:2609
9970 msgid "guestfs_inspect_get_filesystems"
9971 msgstr ""
9972
9973 #. type: verbatim
9974 #: ../src/guestfs-actions.pod:2611
9975 #, no-wrap
9976 msgid ""
9977 " char **\n"
9978 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9979 "                                  const char *root);\n"
9980 "\n"
9981 msgstr ""
9982
9983 #. type: textblock
9984 #: ../src/guestfs-actions.pod:2618 ../fish/guestfish-actions.pod:1781
9985 msgid ""
9986 "This returns a list of all the filesystems that we think are associated with "
9987 "this operating system.  This includes the root filesystem, other ordinary "
9988 "filesystems, and non-mounted devices like swap partitions."
9989 msgstr ""
9990
9991 #. type: textblock
9992 #: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1786
9993 msgid ""
9994 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9995 "to be shared between operating systems."
9996 msgstr ""
9997
9998 #. type: textblock
9999 #: ../src/guestfs-actions.pod:2626
10000 msgid ""
10001 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10002 "C<guestfs_inspect_get_mountpoints>."
10003 msgstr ""
10004
10005 #. type: =head2
10006 #: ../src/guestfs-actions.pod:2635
10007 msgid "guestfs_inspect_get_format"
10008 msgstr ""
10009
10010 #. type: verbatim
10011 #: ../src/guestfs-actions.pod:2637
10012 #, no-wrap
10013 msgid ""
10014 " char *\n"
10015 " guestfs_inspect_get_format (guestfs_h *g,\n"
10016 "                             const char *root);\n"
10017 "\n"
10018 msgstr ""
10019
10020 #. type: textblock
10021 #: ../src/guestfs-actions.pod:2644 ../fish/guestfish-actions.pod:1799
10022 msgid ""
10023 "This returns the format of the inspected operating system.  You can use it "
10024 "to detect install images, live CDs and similar."
10025 msgstr ""
10026
10027 #. type: textblock
10028 #: ../src/guestfs-actions.pod:2647 ../fish/guestfish-actions.pod:1802
10029 msgid "Currently defined formats are:"
10030 msgstr ""
10031
10032 #. type: =item
10033 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1806
10034 msgid "\"installed\""
10035 msgstr ""
10036
10037 #. type: textblock
10038 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1808
10039 msgid "This is an installed operating system."
10040 msgstr ""
10041
10042 #. type: =item
10043 #: ../src/guestfs-actions.pod:2655 ../fish/guestfish-actions.pod:1810
10044 msgid "\"installer\""
10045 msgstr ""
10046
10047 #. type: textblock
10048 #: ../src/guestfs-actions.pod:2657 ../fish/guestfish-actions.pod:1812
10049 msgid ""
10050 "The disk image being inspected is not an installed operating system, but a "
10051 "I<bootable> install disk, live CD, or similar."
10052 msgstr ""
10053
10054 #. type: textblock
10055 #: ../src/guestfs-actions.pod:2662 ../fish/guestfish-actions.pod:1817
10056 msgid "The format of this disk image is not known."
10057 msgstr ""
10058
10059 #. type: =head2
10060 #: ../src/guestfs-actions.pod:2674
10061 msgid "guestfs_inspect_get_hostname"
10062 msgstr ""
10063
10064 #. type: verbatim
10065 #: ../src/guestfs-actions.pod:2676
10066 #, no-wrap
10067 msgid ""
10068 " char *\n"
10069 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10070 "                               const char *root);\n"
10071 "\n"
10072 msgstr ""
10073
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:2683 ../fish/guestfish-actions.pod:1833
10076 msgid ""
10077 "This function returns the hostname of the operating system as found by "
10078 "inspection of the guest's configuration files."
10079 msgstr ""
10080
10081 #. type: textblock
10082 #: ../src/guestfs-actions.pod:2686 ../fish/guestfish-actions.pod:1836
10083 msgid ""
10084 "If the hostname could not be determined, then the string C<unknown> is "
10085 "returned."
10086 msgstr ""
10087
10088 #. type: textblock
10089 #: ../src/guestfs-actions.pod:2694
10090 msgid "(Added in 1.7.9)"
10091 msgstr ""
10092
10093 #. type: =head2
10094 #: ../src/guestfs-actions.pod:2696
10095 msgid "guestfs_inspect_get_major_version"
10096 msgstr ""
10097
10098 #. type: verbatim
10099 #: ../src/guestfs-actions.pod:2698
10100 #, no-wrap
10101 msgid ""
10102 " int\n"
10103 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10104 "                                    const char *root);\n"
10105 "\n"
10106 msgstr ""
10107
10108 #. type: textblock
10109 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1848
10110 msgid "This returns the major version number of the inspected operating system."
10111 msgstr ""
10112
10113 #. type: textblock
10114 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1851
10115 msgid ""
10116 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10117 "popular public names used by the operating system.  Notably the operating "
10118 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10119 "1).  You can find out the real versions corresponding to releases of Windows "
10120 "by consulting Wikipedia or MSDN."
10121 msgstr ""
10122
10123 #. type: textblock
10124 #: ../src/guestfs-actions.pod:2715 ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1858 ../fish/guestfish-actions.pod:1872
10125 msgid "If the version could not be determined, then C<0> is returned."
10126 msgstr ""
10127
10128 #. type: =head2
10129 #: ../src/guestfs-actions.pod:2723
10130 msgid "guestfs_inspect_get_minor_version"
10131 msgstr ""
10132
10133 #. type: verbatim
10134 #: ../src/guestfs-actions.pod:2725
10135 #, no-wrap
10136 msgid ""
10137 " int\n"
10138 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10139 "                                    const char *root);\n"
10140 "\n"
10141 msgstr ""
10142
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:2732 ../fish/guestfish-actions.pod:1869
10145 msgid "This returns the minor version number of the inspected operating system."
10146 msgstr ""
10147
10148 #. type: textblock
10149 #: ../src/guestfs-actions.pod:2737
10150 msgid ""
10151 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10152 "C<guestfs_inspect_get_major_version>."
10153 msgstr ""
10154
10155 #. type: =head2
10156 #: ../src/guestfs-actions.pod:2744
10157 msgid "guestfs_inspect_get_mountpoints"
10158 msgstr ""
10159
10160 #. type: verbatim
10161 #: ../src/guestfs-actions.pod:2746
10162 #, no-wrap
10163 msgid ""
10164 " char **\n"
10165 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10166 "                                  const char *root);\n"
10167 "\n"
10168 msgstr ""
10169
10170 #. type: textblock
10171 #: ../src/guestfs-actions.pod:2753 ../fish/guestfish-actions.pod:1884
10172 msgid ""
10173 "This returns a hash of where we think the filesystems associated with this "
10174 "operating system should be mounted.  Callers should note that this is at "
10175 "best an educated guess made by reading configuration files such as "
10176 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10177 "are non-existent or not mountable and callers should be prepared to handle "
10178 "or ignore failures if they try to mount them."
10179 msgstr ""
10180
10181 #. type: textblock
10182 #: ../src/guestfs-actions.pod:2762 ../fish/guestfish-actions.pod:1893
10183 msgid ""
10184 "Each element in the returned hashtable has a key which is the path of the "
10185 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10186 "mounted there (eg. C</dev/sda1>)."
10187 msgstr ""
10188
10189 #. type: textblock
10190 #: ../src/guestfs-actions.pod:2767 ../fish/guestfish-actions.pod:1898
10191 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10192 msgstr ""
10193
10194 #. type: textblock
10195 #: ../src/guestfs-actions.pod:2770
10196 msgid ""
10197 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10198 "C<guestfs_inspect_get_filesystems>."
10199 msgstr ""
10200
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:3507 ../src/guestfs-actions.pod:4717 ../src/guestfs-actions.pod:6622
10203 msgid ""
10204 "This function returns a NULL-terminated array of strings, or NULL if there "
10205 "was an error.  The array of strings will always have length C<2n+1>, where "
10206 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10207 "caller must free the strings and the array after use>."
10208 msgstr ""
10209
10210 #. type: =head2
10211 #: ../src/guestfs-actions.pod:2781
10212 msgid "guestfs_inspect_get_package_format"
10213 msgstr ""
10214
10215 #. type: verbatim
10216 #: ../src/guestfs-actions.pod:2783
10217 #, no-wrap
10218 msgid ""
10219 " char *\n"
10220 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10221 "                                     const char *root);\n"
10222 "\n"
10223 msgstr ""
10224
10225 #. type: textblock
10226 #: ../src/guestfs-actions.pod:2790
10227 msgid ""
10228 "This function and C<guestfs_inspect_get_package_management> return the "
10229 "package format and package management tool used by the inspected operating "
10230 "system.  For example for Fedora these functions would return C<rpm> (package "
10231 "format) and C<yum> (package management)."
10232 msgstr ""
10233
10234 #. type: textblock
10235 #: ../src/guestfs-actions.pod:2796 ../fish/guestfish-actions.pod:1917
10236 msgid ""
10237 "This returns the string C<unknown> if we could not determine the package "
10238 "format I<or> if the operating system does not have a real packaging system "
10239 "(eg. Windows)."
10240 msgstr ""
10241
10242 #. type: textblock
10243 #: ../src/guestfs-actions.pod:2800 ../fish/guestfish-actions.pod:1921
10244 msgid ""
10245 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10246 "Future versions of libguestfs may return other strings."
10247 msgstr ""
10248
10249 #. type: textblock
10250 #: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2839
10251 msgid "(Added in 1.7.5)"
10252 msgstr ""
10253
10254 #. type: =head2
10255 #: ../src/guestfs-actions.pod:2810
10256 msgid "guestfs_inspect_get_package_management"
10257 msgstr ""
10258
10259 #. type: verbatim
10260 #: ../src/guestfs-actions.pod:2812
10261 #, no-wrap
10262 msgid ""
10263 " char *\n"
10264 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10265 "                                         const char *root);\n"
10266 "\n"
10267 msgstr ""
10268
10269 #. type: textblock
10270 #: ../src/guestfs-actions.pod:2819
10271 msgid ""
10272 "C<guestfs_inspect_get_package_format> and this function return the package "
10273 "format and package management tool used by the inspected operating system.  "
10274 "For example for Fedora these functions would return C<rpm> (package format) "
10275 "and C<yum> (package management)."
10276 msgstr ""
10277
10278 #. type: textblock
10279 #: ../src/guestfs-actions.pod:2825 ../fish/guestfish-actions.pod:1939
10280 msgid ""
10281 "This returns the string C<unknown> if we could not determine the package "
10282 "management tool I<or> if the operating system does not have a real packaging "
10283 "system (eg. Windows)."
10284 msgstr ""
10285
10286 #. type: textblock
10287 #: ../src/guestfs-actions.pod:2829 ../fish/guestfish-actions.pod:1943
10288 msgid ""
10289 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10290 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10291 "libguestfs may return other strings."
10292 msgstr ""
10293
10294 #. type: =head2
10295 #: ../src/guestfs-actions.pod:2841
10296 msgid "guestfs_inspect_get_product_name"
10297 msgstr ""
10298
10299 #. type: verbatim
10300 #: ../src/guestfs-actions.pod:2843
10301 #, no-wrap
10302 msgid ""
10303 " char *\n"
10304 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10305 "                                   const char *root);\n"
10306 "\n"
10307 msgstr ""
10308
10309 #. type: textblock
10310 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1957
10311 msgid ""
10312 "This returns the product name of the inspected operating system.  The "
10313 "product name is generally some freeform string which can be displayed to the "
10314 "user, but should not be parsed by programs."
10315 msgstr ""
10316
10317 #. type: textblock
10318 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1962
10319 msgid ""
10320 "If the product name could not be determined, then the string C<unknown> is "
10321 "returned."
10322 msgstr ""
10323
10324 #. type: =head2
10325 #: ../src/guestfs-actions.pod:2865
10326 msgid "guestfs_inspect_get_product_variant"
10327 msgstr ""
10328
10329 #. type: verbatim
10330 #: ../src/guestfs-actions.pod:2867
10331 #, no-wrap
10332 msgid ""
10333 " char *\n"
10334 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10335 "                                      const char *root);\n"
10336 "\n"
10337 msgstr ""
10338
10339 #. type: textblock
10340 #: ../src/guestfs-actions.pod:2874 ../fish/guestfish-actions.pod:1974
10341 msgid "This returns the product variant of the inspected operating system."
10342 msgstr ""
10343
10344 #. type: textblock
10345 #: ../src/guestfs-actions.pod:2877 ../fish/guestfish-actions.pod:1977
10346 msgid ""
10347 "For Windows guests, this returns the contents of the Registry key "
10348 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10349 "which is usually a string such as C<Client> or C<Server> (other values are "
10350 "possible).  This can be used to distinguish consumer and enterprise versions "
10351 "of Windows that have the same version number (for example, Windows 7 and "
10352 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10353 "the latter is C<Server>)."
10354 msgstr ""
10355
10356 #. type: textblock
10357 #: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1986
10358 msgid ""
10359 "For enterprise Linux guests, in future we intend this to return the product "
10360 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10361 "implemented at present."
10362 msgstr ""
10363
10364 #. type: textblock
10365 #: ../src/guestfs-actions.pod:2890 ../fish/guestfish-actions.pod:1990
10366 msgid ""
10367 "If the product variant could not be determined, then the string C<unknown> "
10368 "is returned."
10369 msgstr ""
10370
10371 #. type: textblock
10372 #: ../src/guestfs-actions.pod:2893
10373 msgid ""
10374 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10375 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10376 msgstr ""
10377
10378 #. type: =head2
10379 #: ../src/guestfs-actions.pod:2900
10380 msgid "guestfs_inspect_get_roots"
10381 msgstr ""
10382
10383 #. type: verbatim
10384 #: ../src/guestfs-actions.pod:2902
10385 #, no-wrap
10386 msgid ""
10387 " char **\n"
10388 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10389 "\n"
10390 msgstr ""
10391
10392 #. type: textblock
10393 #: ../src/guestfs-actions.pod:2905
10394 msgid ""
10395 "This function is a convenient way to get the list of root devices, as "
10396 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10397 "the whole inspection process."
10398 msgstr ""
10399
10400 #. type: textblock
10401 #: ../src/guestfs-actions.pod:2909
10402 msgid ""
10403 "This returns an empty list if either no root devices were found or the "
10404 "caller has not called C<guestfs_inspect_os>."
10405 msgstr ""
10406
10407 #. type: textblock
10408 #: ../src/guestfs-actions.pod:2918
10409 msgid "(Added in 1.7.3)"
10410 msgstr ""
10411
10412 #. type: =head2
10413 #: ../src/guestfs-actions.pod:2920
10414 msgid "guestfs_inspect_get_type"
10415 msgstr ""
10416
10417 #. type: verbatim
10418 #: ../src/guestfs-actions.pod:2922
10419 #, no-wrap
10420 msgid ""
10421 " char *\n"
10422 " guestfs_inspect_get_type (guestfs_h *g,\n"
10423 "                           const char *root);\n"
10424 "\n"
10425 msgstr ""
10426
10427 #. type: textblock
10428 #: ../src/guestfs-actions.pod:2929 ../fish/guestfish-actions.pod:2017
10429 msgid ""
10430 "This returns the type of the inspected operating system.  Currently defined "
10431 "types are:"
10432 msgstr ""
10433
10434 #. type: =item
10435 #: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2022
10436 msgid "\"linux\""
10437 msgstr ""
10438
10439 #. type: textblock
10440 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2024
10441 msgid "Any Linux-based operating system."
10442 msgstr ""
10443
10444 #. type: textblock
10445 #: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2028
10446 msgid "Any Microsoft Windows operating system."
10447 msgstr ""
10448
10449 #. type: =item
10450 #: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2030
10451 msgid "\"freebsd\""
10452 msgstr ""
10453
10454 #. type: textblock
10455 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2032
10456 msgid "FreeBSD."
10457 msgstr ""
10458
10459 #. type: textblock
10460 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2036
10461 msgid "The operating system type could not be determined."
10462 msgstr ""
10463
10464 #. type: =head2
10465 #: ../src/guestfs-actions.pod:2962
10466 msgid "guestfs_inspect_get_windows_systemroot"
10467 msgstr ""
10468
10469 #. type: verbatim
10470 #: ../src/guestfs-actions.pod:2964
10471 #, no-wrap
10472 msgid ""
10473 " char *\n"
10474 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10475 "                                         const char *root);\n"
10476 "\n"
10477 msgstr ""
10478
10479 #. type: textblock
10480 #: ../src/guestfs-actions.pod:2971 ../fish/guestfish-actions.pod:2052
10481 msgid ""
10482 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10483 "is a directory path such as C</WINDOWS>."
10484 msgstr ""
10485
10486 #. type: textblock
10487 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2055
10488 msgid ""
10489 "This call assumes that the guest is Windows and that the systemroot could be "
10490 "determined by inspection.  If this is not the case then an error is "
10491 "returned."
10492 msgstr ""
10493
10494 #. type: textblock
10495 #: ../src/guestfs-actions.pod:2983
10496 msgid "(Added in 1.5.25)"
10497 msgstr ""
10498
10499 #. type: =head2
10500 #: ../src/guestfs-actions.pod:2985
10501 msgid "guestfs_inspect_is_live"
10502 msgstr ""
10503
10504 #. type: verbatim
10505 #: ../src/guestfs-actions.pod:2987
10506 #, no-wrap
10507 msgid ""
10508 " int\n"
10509 " guestfs_inspect_is_live (guestfs_h *g,\n"
10510 "                          const char *root);\n"
10511 "\n"
10512 msgstr ""
10513
10514 #. type: textblock
10515 #: ../src/guestfs-actions.pod:2994
10516 msgid ""
10517 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10518 "disk), then this returns true if a live image was detected on the disk."
10519 msgstr ""
10520
10521 #. type: =head2
10522 #: ../src/guestfs-actions.pod:3002
10523 msgid "guestfs_inspect_is_multipart"
10524 msgstr ""
10525
10526 #. type: verbatim
10527 #: ../src/guestfs-actions.pod:3004
10528 #, no-wrap
10529 msgid ""
10530 " int\n"
10531 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10532 "                               const char *root);\n"
10533 "\n"
10534 msgstr ""
10535
10536 #. type: textblock
10537 #: ../src/guestfs-actions.pod:3011
10538 msgid ""
10539 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10540 "disk), then this returns true if the disk is part of a set."
10541 msgstr ""
10542
10543 #. type: =head2
10544 #: ../src/guestfs-actions.pod:3019
10545 msgid "guestfs_inspect_is_netinst"
10546 msgstr ""
10547
10548 #. type: verbatim
10549 #: ../src/guestfs-actions.pod:3021
10550 #, no-wrap
10551 msgid ""
10552 " int\n"
10553 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10554 "                             const char *root);\n"
10555 "\n"
10556 msgstr ""
10557
10558 #. type: textblock
10559 #: ../src/guestfs-actions.pod:3028
10560 msgid ""
10561 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10562 "disk), then this returns true if the disk is a network installer, ie. not a "
10563 "self-contained install CD but one which is likely to require network access "
10564 "to complete the install."
10565 msgstr ""
10566
10567 #. type: =head2
10568 #: ../src/guestfs-actions.pod:3038
10569 msgid "guestfs_inspect_list_applications"
10570 msgstr ""
10571
10572 #. type: verbatim
10573 #: ../src/guestfs-actions.pod:3040
10574 #, no-wrap
10575 msgid ""
10576 " struct guestfs_application_list *\n"
10577 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10578 "                                    const char *root);\n"
10579 "\n"
10580 msgstr ""
10581
10582 #. type: textblock
10583 #: ../src/guestfs-actions.pod:3047 ../fish/guestfish-actions.pod:2109
10584 msgid "Return the list of applications installed in the operating system."
10585 msgstr ""
10586
10587 #. type: textblock
10588 #: ../src/guestfs-actions.pod:3049
10589 msgid ""
10590 "I<Note:> This call works differently from other parts of the inspection "
10591 "API.  You have to call C<guestfs_inspect_os>, then "
10592 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10593 "this.  Listing applications is a significantly more difficult operation "
10594 "which requires access to the full filesystem.  Also note that unlike the "
10595 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10596 "the libguestfs handle, this call actually reads parts of the mounted "
10597 "filesystems during the call."
10598 msgstr ""
10599
10600 #. type: textblock
10601 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2121
10602 msgid ""
10603 "This returns an empty list if the inspection code was not able to determine "
10604 "the list of applications."
10605 msgstr ""
10606
10607 #. type: textblock
10608 #: ../src/guestfs-actions.pod:3062 ../fish/guestfish-actions.pod:2124
10609 msgid "The application structure contains the following fields:"
10610 msgstr ""
10611
10612 #. type: =item
10613 #: ../src/guestfs-actions.pod:3066 ../fish/guestfish-actions.pod:2128
10614 msgid "C<app_name>"
10615 msgstr ""
10616
10617 #. type: textblock
10618 #: ../src/guestfs-actions.pod:3068 ../fish/guestfish-actions.pod:2130
10619 msgid ""
10620 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10621 "guests, this is the package name."
10622 msgstr ""
10623
10624 #. type: =item
10625 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2133
10626 msgid "C<app_display_name>"
10627 msgstr ""
10628
10629 #. type: textblock
10630 #: ../src/guestfs-actions.pod:3073 ../fish/guestfish-actions.pod:2135
10631 msgid ""
10632 "The display name of the application, sometimes localized to the install "
10633 "language of the guest operating system."
10634 msgstr ""
10635
10636 #. type: textblock
10637 #: ../src/guestfs-actions.pod:3076 ../fish/guestfish-actions.pod:2138
10638 msgid ""
10639 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10640 "to display something can use C<app_name> instead."
10641 msgstr ""
10642
10643 #. type: =item
10644 #: ../src/guestfs-actions.pod:3079 ../fish/guestfish-actions.pod:2141
10645 msgid "C<app_epoch>"
10646 msgstr ""
10647
10648 #. type: textblock
10649 #: ../src/guestfs-actions.pod:3081 ../fish/guestfish-actions.pod:2143
10650 msgid ""
10651 "For package managers which use epochs, this contains the epoch of the "
10652 "package (an integer).  If unavailable, this is returned as C<0>."
10653 msgstr ""
10654
10655 #. type: =item
10656 #: ../src/guestfs-actions.pod:3084 ../fish/guestfish-actions.pod:2146
10657 msgid "C<app_version>"
10658 msgstr ""
10659
10660 #. type: textblock
10661 #: ../src/guestfs-actions.pod:3086 ../fish/guestfish-actions.pod:2148
10662 msgid ""
10663 "The version string of the application or package.  If unavailable this is "
10664 "returned as an empty string C<\"\">."
10665 msgstr ""
10666
10667 #. type: =item
10668 #: ../src/guestfs-actions.pod:3089 ../fish/guestfish-actions.pod:2151
10669 msgid "C<app_release>"
10670 msgstr ""
10671
10672 #. type: textblock
10673 #: ../src/guestfs-actions.pod:3091 ../fish/guestfish-actions.pod:2153
10674 msgid ""
10675 "The release string of the application or package, for package managers that "
10676 "use this.  If unavailable this is returned as an empty string C<\"\">."
10677 msgstr ""
10678
10679 #. type: =item
10680 #: ../src/guestfs-actions.pod:3095 ../fish/guestfish-actions.pod:2157
10681 msgid "C<app_install_path>"
10682 msgstr ""
10683
10684 #. type: textblock
10685 #: ../src/guestfs-actions.pod:3097 ../fish/guestfish-actions.pod:2159
10686 msgid ""
10687 "The installation path of the application (on operating systems such as "
10688 "Windows which use installation paths).  This path is in the format used by "
10689 "the guest operating system, it is not a libguestfs path."
10690 msgstr ""
10691
10692 #. type: textblock
10693 #: ../src/guestfs-actions.pod:3102 ../fish/guestfish-actions.pod:2164
10694 msgid "If unavailable this is returned as an empty string C<\"\">."
10695 msgstr ""
10696
10697 #. type: =item
10698 #: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2166
10699 msgid "C<app_trans_path>"
10700 msgstr ""
10701
10702 #. type: textblock
10703 #: ../src/guestfs-actions.pod:3106 ../fish/guestfish-actions.pod:2168
10704 msgid ""
10705 "The install path translated into a libguestfs path.  If unavailable this is "
10706 "returned as an empty string C<\"\">."
10707 msgstr ""
10708
10709 #. type: =item
10710 #: ../src/guestfs-actions.pod:3109 ../fish/guestfish-actions.pod:2171
10711 msgid "C<app_publisher>"
10712 msgstr ""
10713
10714 #. type: textblock
10715 #: ../src/guestfs-actions.pod:3111 ../fish/guestfish-actions.pod:2173
10716 msgid ""
10717 "The name of the publisher of the application, for package managers that use "
10718 "this.  If unavailable this is returned as an empty string C<\"\">."
10719 msgstr ""
10720
10721 #. type: =item
10722 #: ../src/guestfs-actions.pod:3115 ../fish/guestfish-actions.pod:2177
10723 msgid "C<app_url>"
10724 msgstr ""
10725
10726 #. type: textblock
10727 #: ../src/guestfs-actions.pod:3117 ../fish/guestfish-actions.pod:2179
10728 msgid ""
10729 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10730 "returned as an empty string C<\"\">."
10731 msgstr ""
10732
10733 #. type: =item
10734 #: ../src/guestfs-actions.pod:3120 ../fish/guestfish-actions.pod:2182
10735 msgid "C<app_source_package>"
10736 msgstr ""
10737
10738 #. type: textblock
10739 #: ../src/guestfs-actions.pod:3122 ../fish/guestfish-actions.pod:2184
10740 msgid ""
10741 "For packaging systems which support this, the name of the source package.  "
10742 "If unavailable this is returned as an empty string C<\"\">."
10743 msgstr ""
10744
10745 #. type: =item
10746 #: ../src/guestfs-actions.pod:3125 ../fish/guestfish-actions.pod:2187
10747 msgid "C<app_summary>"
10748 msgstr ""
10749
10750 #. type: textblock
10751 #: ../src/guestfs-actions.pod:3127 ../fish/guestfish-actions.pod:2189
10752 msgid ""
10753 "A short (usually one line) description of the application or package.  If "
10754 "unavailable this is returned as an empty string C<\"\">."
10755 msgstr ""
10756
10757 #. type: =item
10758 #: ../src/guestfs-actions.pod:3130 ../fish/guestfish-actions.pod:2192
10759 msgid "C<app_description>"
10760 msgstr ""
10761
10762 #. type: textblock
10763 #: ../src/guestfs-actions.pod:3132 ../fish/guestfish-actions.pod:2194
10764 msgid ""
10765 "A longer description of the application or package.  If unavailable this is "
10766 "returned as an empty string C<\"\">."
10767 msgstr ""
10768
10769 #. type: textblock
10770 #: ../src/guestfs-actions.pod:3139
10771 msgid ""
10772 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10773 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10774 "after use>."
10775 msgstr ""
10776
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:3143
10779 msgid "(Added in 1.7.8)"
10780 msgstr ""
10781
10782 #. type: =head2
10783 #: ../src/guestfs-actions.pod:3145
10784 msgid "guestfs_inspect_os"
10785 msgstr ""
10786
10787 #. type: verbatim
10788 #: ../src/guestfs-actions.pod:3147
10789 #, no-wrap
10790 msgid ""
10791 " char **\n"
10792 " guestfs_inspect_os (guestfs_h *g);\n"
10793 "\n"
10794 msgstr ""
10795
10796 #. type: textblock
10797 #: ../src/guestfs-actions.pod:3150 ../fish/guestfish-actions.pod:2205
10798 msgid ""
10799 "This function uses other libguestfs functions and certain heuristics to "
10800 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10801 "for operating systems."
10802 msgstr ""
10803
10804 #. type: textblock
10805 #: ../src/guestfs-actions.pod:3154 ../fish/guestfish-actions.pod:2209
10806 msgid "The list returned is empty if no operating systems were found."
10807 msgstr ""
10808
10809 #. type: textblock
10810 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2211
10811 msgid ""
10812 "If one operating system was found, then this returns a list with a single "
10813 "element, which is the name of the root filesystem of this operating system.  "
10814 "It is also possible for this function to return a list containing more than "
10815 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10816 "element being the root filesystem of one of the operating systems."
10817 msgstr ""
10818
10819 #. type: textblock
10820 #: ../src/guestfs-actions.pod:3163
10821 msgid ""
10822 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10823 "functions in order to query further information about each operating system, "
10824 "such as the name and version."
10825 msgstr ""
10826
10827 #. type: textblock
10828 #: ../src/guestfs-actions.pod:3168
10829 msgid ""
10830 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10831 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10832 "the contents.  This should be called with no disks currently mounted.  The "
10833 "function may also use Augeas, so any existing Augeas handle will be closed."
10834 msgstr ""
10835
10836 #. type: textblock
10837 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2229
10838 msgid ""
10839 "This function cannot decrypt encrypted disks.  The caller must do that first "
10840 "(supplying the necessary keys) if the disk is encrypted."
10841 msgstr ""
10842
10843 #. type: textblock
10844 #: ../src/guestfs-actions.pod:3180 ../src/guestfs-actions.pod:3465 ../src/guestfs-actions.pod:3527
10845 msgid "See also C<guestfs_list_filesystems>."
10846 msgstr ""
10847
10848 #. type: =head2
10849 #: ../src/guestfs-actions.pod:3188
10850 msgid "guestfs_is_blockdev"
10851 msgstr ""
10852
10853 #. type: verbatim
10854 #: ../src/guestfs-actions.pod:3190
10855 #, no-wrap
10856 msgid ""
10857 " int\n"
10858 " guestfs_is_blockdev (guestfs_h *g,\n"
10859 "                      const char *path);\n"
10860 "\n"
10861 msgstr ""
10862
10863 #. type: textblock
10864 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2241
10865 msgid ""
10866 "This returns C<true> if and only if there is a block device with the given "
10867 "C<path> name."
10868 msgstr ""
10869
10870 #. type: textblock
10871 #: ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3226 ../src/guestfs-actions.pod:3256 ../src/guestfs-actions.pod:3271 ../src/guestfs-actions.pod:3287 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3358
10872 msgid "See also C<guestfs_stat>."
10873 msgstr ""
10874
10875 #. type: textblock
10876 #: ../src/guestfs-actions.pod:3201 ../src/guestfs-actions.pod:3230 ../src/guestfs-actions.pod:3275 ../src/guestfs-actions.pod:3347 ../src/guestfs-actions.pod:3362
10877 msgid "(Added in 1.5.10)"
10878 msgstr ""
10879
10880 #. type: =head2
10881 #: ../src/guestfs-actions.pod:3203
10882 msgid "guestfs_is_busy"
10883 msgstr ""
10884
10885 #. type: verbatim
10886 #: ../src/guestfs-actions.pod:3205
10887 #, no-wrap
10888 msgid ""
10889 " int\n"
10890 " guestfs_is_busy (guestfs_h *g);\n"
10891 "\n"
10892 msgstr ""
10893
10894 #. type: textblock
10895 #: ../src/guestfs-actions.pod:3208 ../fish/guestfish-actions.pod:2250
10896 msgid ""
10897 "This returns true iff this handle is busy processing a command (in the "
10898 "C<BUSY> state)."
10899 msgstr ""
10900
10901 #. type: =head2
10902 #: ../src/guestfs-actions.pod:3217
10903 msgid "guestfs_is_chardev"
10904 msgstr ""
10905
10906 #. type: verbatim
10907 #: ../src/guestfs-actions.pod:3219
10908 #, no-wrap
10909 msgid ""
10910 " int\n"
10911 " guestfs_is_chardev (guestfs_h *g,\n"
10912 "                     const char *path);\n"
10913 "\n"
10914 msgstr ""
10915
10916 #. type: textblock
10917 #: ../src/guestfs-actions.pod:3223 ../fish/guestfish-actions.pod:2259
10918 msgid ""
10919 "This returns C<true> if and only if there is a character device with the "
10920 "given C<path> name."
10921 msgstr ""
10922
10923 #. type: =head2
10924 #: ../src/guestfs-actions.pod:3232
10925 msgid "guestfs_is_config"
10926 msgstr ""
10927
10928 #. type: verbatim
10929 #: ../src/guestfs-actions.pod:3234
10930 #, no-wrap
10931 msgid ""
10932 " int\n"
10933 " guestfs_is_config (guestfs_h *g);\n"
10934 "\n"
10935 msgstr ""
10936
10937 #. type: textblock
10938 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2268
10939 msgid ""
10940 "This returns true iff this handle is being configured (in the C<CONFIG> "
10941 "state)."
10942 msgstr ""
10943
10944 #. type: =head2
10945 #: ../src/guestfs-actions.pod:3246
10946 msgid "guestfs_is_dir"
10947 msgstr ""
10948
10949 #. type: verbatim
10950 #: ../src/guestfs-actions.pod:3248
10951 #, no-wrap
10952 msgid ""
10953 " int\n"
10954 " guestfs_is_dir (guestfs_h *g,\n"
10955 "                 const char *path);\n"
10956 "\n"
10957 msgstr ""
10958
10959 #. type: textblock
10960 #: ../src/guestfs-actions.pod:3252 ../fish/guestfish-actions.pod:2277
10961 msgid ""
10962 "This returns C<true> if and only if there is a directory with the given "
10963 "C<path> name.  Note that it returns false for other objects like files."
10964 msgstr ""
10965
10966 #. type: =head2
10967 #: ../src/guestfs-actions.pod:3262
10968 msgid "guestfs_is_fifo"
10969 msgstr ""
10970
10971 #. type: verbatim
10972 #: ../src/guestfs-actions.pod:3264
10973 #, no-wrap
10974 msgid ""
10975 " int\n"
10976 " guestfs_is_fifo (guestfs_h *g,\n"
10977 "                  const char *path);\n"
10978 "\n"
10979 msgstr ""
10980
10981 #. type: textblock
10982 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2287
10983 msgid ""
10984 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10985 "given C<path> name."
10986 msgstr ""
10987
10988 #. type: =head2
10989 #: ../src/guestfs-actions.pod:3277
10990 msgid "guestfs_is_file"
10991 msgstr ""
10992
10993 #. type: verbatim
10994 #: ../src/guestfs-actions.pod:3279
10995 #, no-wrap
10996 msgid ""
10997 " int\n"
10998 " guestfs_is_file (guestfs_h *g,\n"
10999 "                  const char *path);\n"
11000 "\n"
11001 msgstr ""
11002
11003 #. type: textblock
11004 #: ../src/guestfs-actions.pod:3283 ../fish/guestfish-actions.pod:2296
11005 msgid ""
11006 "This returns C<true> if and only if there is a regular file with the given "
11007 "C<path> name.  Note that it returns false for other objects like "
11008 "directories."
11009 msgstr ""
11010
11011 #. type: =head2
11012 #: ../src/guestfs-actions.pod:3293
11013 msgid "guestfs_is_launching"
11014 msgstr ""
11015
11016 #. type: verbatim
11017 #: ../src/guestfs-actions.pod:3295
11018 #, no-wrap
11019 msgid ""
11020 " int\n"
11021 " guestfs_is_launching (guestfs_h *g);\n"
11022 "\n"
11023 msgstr ""
11024
11025 #. type: textblock
11026 #: ../src/guestfs-actions.pod:3298 ../fish/guestfish-actions.pod:2306
11027 msgid ""
11028 "This returns true iff this handle is launching the subprocess (in the "
11029 "C<LAUNCHING> state)."
11030 msgstr ""
11031
11032 #. type: =head2
11033 #: ../src/guestfs-actions.pod:3307
11034 msgid "guestfs_is_lv"
11035 msgstr ""
11036
11037 #. type: verbatim
11038 #: ../src/guestfs-actions.pod:3309
11039 #, no-wrap
11040 msgid ""
11041 " int\n"
11042 " guestfs_is_lv (guestfs_h *g,\n"
11043 "                const char *device);\n"
11044 "\n"
11045 msgstr ""
11046
11047 #. type: textblock
11048 #: ../src/guestfs-actions.pod:3313 ../fish/guestfish-actions.pod:2315
11049 msgid ""
11050 "This command tests whether C<device> is a logical volume, and returns true "
11051 "iff this is the case."
11052 msgstr ""
11053
11054 #. type: =head2
11055 #: ../src/guestfs-actions.pod:3320
11056 msgid "guestfs_is_ready"
11057 msgstr ""
11058
11059 #. type: verbatim
11060 #: ../src/guestfs-actions.pod:3322
11061 #, no-wrap
11062 msgid ""
11063 " int\n"
11064 " guestfs_is_ready (guestfs_h *g);\n"
11065 "\n"
11066 msgstr ""
11067
11068 #. type: textblock
11069 #: ../src/guestfs-actions.pod:3325 ../fish/guestfish-actions.pod:2322
11070 msgid ""
11071 "This returns true iff this handle is ready to accept commands (in the "
11072 "C<READY> state)."
11073 msgstr ""
11074
11075 #. type: =head2
11076 #: ../src/guestfs-actions.pod:3334
11077 msgid "guestfs_is_socket"
11078 msgstr ""
11079
11080 #. type: verbatim
11081 #: ../src/guestfs-actions.pod:3336
11082 #, no-wrap
11083 msgid ""
11084 " int\n"
11085 " guestfs_is_socket (guestfs_h *g,\n"
11086 "                    const char *path);\n"
11087 "\n"
11088 msgstr ""
11089
11090 #. type: textblock
11091 #: ../src/guestfs-actions.pod:3340 ../fish/guestfish-actions.pod:2331
11092 msgid ""
11093 "This returns C<true> if and only if there is a Unix domain socket with the "
11094 "given C<path> name."
11095 msgstr ""
11096
11097 #. type: =head2
11098 #: ../src/guestfs-actions.pod:3349
11099 msgid "guestfs_is_symlink"
11100 msgstr ""
11101
11102 #. type: verbatim
11103 #: ../src/guestfs-actions.pod:3351
11104 #, no-wrap
11105 msgid ""
11106 " int\n"
11107 " guestfs_is_symlink (guestfs_h *g,\n"
11108 "                     const char *path);\n"
11109 "\n"
11110 msgstr ""
11111
11112 #. type: textblock
11113 #: ../src/guestfs-actions.pod:3355 ../fish/guestfish-actions.pod:2340
11114 msgid ""
11115 "This returns C<true> if and only if there is a symbolic link with the given "
11116 "C<path> name."
11117 msgstr ""
11118
11119 #. type: =head2
11120 #: ../src/guestfs-actions.pod:3364
11121 msgid "guestfs_kill_subprocess"
11122 msgstr ""
11123
11124 #. type: verbatim
11125 #: ../src/guestfs-actions.pod:3366
11126 #, no-wrap
11127 msgid ""
11128 " int\n"
11129 " guestfs_kill_subprocess (guestfs_h *g);\n"
11130 "\n"
11131 msgstr ""
11132
11133 #. type: textblock
11134 #: ../src/guestfs-actions.pod:3369 ../fish/guestfish-actions.pod:2349
11135 msgid "This kills the qemu subprocess.  You should never need to call this."
11136 msgstr ""
11137
11138 #. type: =head2
11139 #: ../src/guestfs-actions.pod:3375
11140 msgid "guestfs_launch"
11141 msgstr ""
11142
11143 #. type: verbatim
11144 #: ../src/guestfs-actions.pod:3377
11145 #, no-wrap
11146 msgid ""
11147 " int\n"
11148 " guestfs_launch (guestfs_h *g);\n"
11149 "\n"
11150 msgstr ""
11151
11152 #. type: textblock
11153 #: ../src/guestfs-actions.pod:3380 ../fish/guestfish-actions.pod:2357
11154 msgid ""
11155 "Internally libguestfs is implemented by running a virtual machine using "
11156 "L<qemu(1)>."
11157 msgstr ""
11158
11159 #. type: textblock
11160 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2360
11161 msgid ""
11162 "You should call this after configuring the handle (eg. adding drives) but "
11163 "before performing any actions."
11164 msgstr ""
11165
11166 #. type: =head2
11167 #: ../src/guestfs-actions.pod:3390
11168 msgid "guestfs_lchown"
11169 msgstr ""
11170
11171 #. type: verbatim
11172 #: ../src/guestfs-actions.pod:3392
11173 #, no-wrap
11174 msgid ""
11175 " int\n"
11176 " guestfs_lchown (guestfs_h *g,\n"
11177 "                 int owner,\n"
11178 "                 int group,\n"
11179 "                 const char *path);\n"
11180 "\n"
11181 msgstr ""
11182
11183 #. type: textblock
11184 #: ../src/guestfs-actions.pod:3398
11185 msgid ""
11186 "Change the file owner to C<owner> and group to C<group>.  This is like "
11187 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11188 "changed, not the target."
11189 msgstr ""
11190
11191 #. type: =head2
11192 #: ../src/guestfs-actions.pod:3410
11193 msgid "guestfs_lgetxattr"
11194 msgstr ""
11195
11196 #. type: verbatim
11197 #: ../src/guestfs-actions.pod:3412
11198 #, no-wrap
11199 msgid ""
11200 " char *\n"
11201 " guestfs_lgetxattr (guestfs_h *g,\n"
11202 "                    const char *path,\n"
11203 "                    const char *name,\n"
11204 "                    size_t *size_r);\n"
11205 "\n"
11206 msgstr ""
11207
11208 #. type: textblock
11209 #: ../src/guestfs-actions.pod:3418 ../fish/guestfish-actions.pod:2379
11210 msgid ""
11211 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11212 "is a symlink, then this call returns an extended attribute from the symlink."
11213 msgstr ""
11214
11215 #. type: textblock
11216 #: ../src/guestfs-actions.pod:3432
11217 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11218 msgstr ""
11219
11220 #. type: =head2
11221 #: ../src/guestfs-actions.pod:3440
11222 msgid "guestfs_lgetxattrs"
11223 msgstr ""
11224
11225 #. type: verbatim
11226 #: ../src/guestfs-actions.pod:3442
11227 #, no-wrap
11228 msgid ""
11229 " struct guestfs_xattr_list *\n"
11230 " guestfs_lgetxattrs (guestfs_h *g,\n"
11231 "                     const char *path);\n"
11232 "\n"
11233 msgstr ""
11234
11235 #. type: textblock
11236 #: ../src/guestfs-actions.pod:3446
11237 msgid ""
11238 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11239 "then it returns the extended attributes of the link itself."
11240 msgstr ""
11241
11242 #. type: =head2
11243 #: ../src/guestfs-actions.pod:3456
11244 msgid "guestfs_list_devices"
11245 msgstr ""
11246
11247 #. type: verbatim
11248 #: ../src/guestfs-actions.pod:3458
11249 #, no-wrap
11250 msgid ""
11251 " char **\n"
11252 " guestfs_list_devices (guestfs_h *g);\n"
11253 "\n"
11254 msgstr ""
11255
11256 #. type: textblock
11257 #: ../src/guestfs-actions.pod:3461 ../fish/guestfish-actions.pod:2407
11258 msgid "List all the block devices."
11259 msgstr ""
11260
11261 #. type: textblock
11262 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2409
11263 msgid "The full block device names are returned, eg. C</dev/sda>."
11264 msgstr ""
11265
11266 #. type: =head2
11267 #: ../src/guestfs-actions.pod:3473
11268 msgid "guestfs_list_filesystems"
11269 msgstr ""
11270
11271 #. type: verbatim
11272 #: ../src/guestfs-actions.pod:3475
11273 #, no-wrap
11274 msgid ""
11275 " char **\n"
11276 " guestfs_list_filesystems (guestfs_h *g);\n"
11277 "\n"
11278 msgstr ""
11279
11280 #. type: textblock
11281 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2417
11282 msgid ""
11283 "This inspection command looks for filesystems on partitions, block devices "
11284 "and logical volumes, returning a list of devices containing filesystems and "
11285 "their type."
11286 msgstr ""
11287
11288 #. type: textblock
11289 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2421
11290 msgid ""
11291 "The return value is a hash, where the keys are the devices containing "
11292 "filesystems, and the values are the filesystem types.  For example:"
11293 msgstr ""
11294
11295 #. type: verbatim
11296 #: ../src/guestfs-actions.pod:3486 ../fish/guestfish-actions.pod:2425
11297 #, no-wrap
11298 msgid ""
11299 " \"/dev/sda1\" => \"ntfs\"\n"
11300 " \"/dev/sda2\" => \"ext2\"\n"
11301 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11302 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11303 "\n"
11304 msgstr ""
11305
11306 #. type: textblock
11307 #: ../src/guestfs-actions.pod:3491 ../fish/guestfish-actions.pod:2430
11308 msgid ""
11309 "The value can have the special value \"unknown\", meaning the content of the "
11310 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11311 msgstr ""
11312
11313 #. type: textblock
11314 #: ../src/guestfs-actions.pod:3495
11315 msgid ""
11316 "This command runs other libguestfs commands, which might include "
11317 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11318 "soon after launch and only when nothing is mounted."
11319 msgstr ""
11320
11321 #. type: textblock
11322 #: ../src/guestfs-actions.pod:3499
11323 msgid ""
11324 "Not all of the filesystems returned will be mountable.  In particular, swap "
11325 "partitions are returned in the list.  Also this command does not check that "
11326 "each filesystem found is valid and mountable, and some filesystems might be "
11327 "mountable but require special options.  Filesystems may not all belong to a "
11328 "single logical operating system (use C<guestfs_inspect_os> to look for "
11329 "OSes)."
11330 msgstr ""
11331
11332 #. type: textblock
11333 #: ../src/guestfs-actions.pod:3513 ../src/guestfs-actions.pod:5118
11334 msgid "(Added in 1.5.15)"
11335 msgstr ""
11336
11337 #. type: =head2
11338 #: ../src/guestfs-actions.pod:3515
11339 msgid "guestfs_list_partitions"
11340 msgstr ""
11341
11342 #. type: verbatim
11343 #: ../src/guestfs-actions.pod:3517
11344 #, no-wrap
11345 msgid ""
11346 " char **\n"
11347 " guestfs_list_partitions (guestfs_h *g);\n"
11348 "\n"
11349 msgstr ""
11350
11351 #. type: textblock
11352 #: ../src/guestfs-actions.pod:3520 ../fish/guestfish-actions.pod:2450
11353 msgid "List all the partitions detected on all block devices."
11354 msgstr ""
11355
11356 #. type: textblock
11357 #: ../src/guestfs-actions.pod:3522 ../fish/guestfish-actions.pod:2452
11358 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11359 msgstr ""
11360
11361 #. type: textblock
11362 #: ../src/guestfs-actions.pod:3524
11363 msgid ""
11364 "This does not return logical volumes.  For that you will need to call "
11365 "C<guestfs_lvs>."
11366 msgstr ""
11367
11368 #. type: =head2
11369 #: ../src/guestfs-actions.pod:3535
11370 msgid "guestfs_ll"
11371 msgstr ""
11372
11373 #. type: verbatim
11374 #: ../src/guestfs-actions.pod:3537
11375 #, no-wrap
11376 msgid ""
11377 " char *\n"
11378 " guestfs_ll (guestfs_h *g,\n"
11379 "             const char *directory);\n"
11380 "\n"
11381 msgstr ""
11382
11383 #. type: textblock
11384 #: ../src/guestfs-actions.pod:3541 ../fish/guestfish-actions.pod:2463
11385 msgid ""
11386 "List the files in C<directory> (relative to the root directory, there is no "
11387 "cwd) in the format of 'ls -la'."
11388 msgstr ""
11389
11390 #. type: textblock
11391 #: ../src/guestfs-actions.pod:3544 ../fish/guestfish-actions.pod:2466
11392 msgid ""
11393 "This command is mostly useful for interactive sessions.  It is I<not> "
11394 "intended that you try to parse the output string."
11395 msgstr ""
11396
11397 #. type: =head2
11398 #: ../src/guestfs-actions.pod:3552
11399 msgid "guestfs_ln"
11400 msgstr ""
11401
11402 #. type: verbatim
11403 #: ../src/guestfs-actions.pod:3554
11404 #, no-wrap
11405 msgid ""
11406 " int\n"
11407 " guestfs_ln (guestfs_h *g,\n"
11408 "             const char *target,\n"
11409 "             const char *linkname);\n"
11410 "\n"
11411 msgstr ""
11412
11413 #. type: textblock
11414 #: ../src/guestfs-actions.pod:3559 ../fish/guestfish-actions.pod:2473
11415 msgid "This command creates a hard link using the C<ln> command."
11416 msgstr ""
11417
11418 #. type: =head2
11419 #: ../src/guestfs-actions.pod:3565
11420 msgid "guestfs_ln_f"
11421 msgstr ""
11422
11423 #. type: verbatim
11424 #: ../src/guestfs-actions.pod:3567
11425 #, no-wrap
11426 msgid ""
11427 " int\n"
11428 " guestfs_ln_f (guestfs_h *g,\n"
11429 "               const char *target,\n"
11430 "               const char *linkname);\n"
11431 "\n"
11432 msgstr ""
11433
11434 #. type: textblock
11435 #: ../src/guestfs-actions.pod:3572 ../fish/guestfish-actions.pod:2479
11436 msgid ""
11437 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11438 "option removes the link (C<linkname>) if it exists already."
11439 msgstr ""
11440
11441 #. type: =head2
11442 #: ../src/guestfs-actions.pod:3579
11443 msgid "guestfs_ln_s"
11444 msgstr ""
11445
11446 #. type: verbatim
11447 #: ../src/guestfs-actions.pod:3581
11448 #, no-wrap
11449 msgid ""
11450 " int\n"
11451 " guestfs_ln_s (guestfs_h *g,\n"
11452 "               const char *target,\n"
11453 "               const char *linkname);\n"
11454 "\n"
11455 msgstr ""
11456
11457 #. type: textblock
11458 #: ../src/guestfs-actions.pod:3586 ../fish/guestfish-actions.pod:2486
11459 msgid "This command creates a symbolic link using the C<ln -s> command."
11460 msgstr ""
11461
11462 #. type: =head2
11463 #: ../src/guestfs-actions.pod:3592
11464 msgid "guestfs_ln_sf"
11465 msgstr ""
11466
11467 #. type: verbatim
11468 #: ../src/guestfs-actions.pod:3594
11469 #, no-wrap
11470 msgid ""
11471 " int\n"
11472 " guestfs_ln_sf (guestfs_h *g,\n"
11473 "                const char *target,\n"
11474 "                const char *linkname);\n"
11475 "\n"
11476 msgstr ""
11477
11478 #. type: textblock
11479 #: ../src/guestfs-actions.pod:3599 ../fish/guestfish-actions.pod:2492
11480 msgid ""
11481 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11482 "option removes the link (C<linkname>) if it exists already."
11483 msgstr ""
11484
11485 #. type: =head2
11486 #: ../src/guestfs-actions.pod:3606
11487 msgid "guestfs_lremovexattr"
11488 msgstr ""
11489
11490 #. type: verbatim
11491 #: ../src/guestfs-actions.pod:3608
11492 #, no-wrap
11493 msgid ""
11494 " int\n"
11495 " guestfs_lremovexattr (guestfs_h *g,\n"
11496 "                       const char *xattr,\n"
11497 "                       const char *path);\n"
11498 "\n"
11499 msgstr ""
11500
11501 #. type: textblock
11502 #: ../src/guestfs-actions.pod:3613
11503 msgid ""
11504 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11505 "link, then it removes an extended attribute of the link itself."
11506 msgstr ""
11507
11508 #. type: =head2
11509 #: ../src/guestfs-actions.pod:3621
11510 msgid "guestfs_ls"
11511 msgstr ""
11512
11513 #. type: verbatim
11514 #: ../src/guestfs-actions.pod:3623
11515 #, no-wrap
11516 msgid ""
11517 " char **\n"
11518 " guestfs_ls (guestfs_h *g,\n"
11519 "             const char *directory);\n"
11520 "\n"
11521 msgstr ""
11522
11523 #. type: textblock
11524 #: ../src/guestfs-actions.pod:3627 ../fish/guestfish-actions.pod:2507
11525 msgid ""
11526 "List the files in C<directory> (relative to the root directory, there is no "
11527 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11528 "shown."
11529 msgstr ""
11530
11531 #. type: textblock
11532 #: ../src/guestfs-actions.pod:3631
11533 msgid ""
11534 "This command is mostly useful for interactive sessions.  Programs should "
11535 "probably use C<guestfs_readdir> instead."
11536 msgstr ""
11537
11538 #. type: =head2
11539 #: ../src/guestfs-actions.pod:3640
11540 msgid "guestfs_lsetxattr"
11541 msgstr ""
11542
11543 #. type: verbatim
11544 #: ../src/guestfs-actions.pod:3642
11545 #, no-wrap
11546 msgid ""
11547 " int\n"
11548 " guestfs_lsetxattr (guestfs_h *g,\n"
11549 "                    const char *xattr,\n"
11550 "                    const char *val,\n"
11551 "                    int vallen,\n"
11552 "                    const char *path);\n"
11553 "\n"
11554 msgstr ""
11555
11556 #. type: textblock
11557 #: ../src/guestfs-actions.pod:3649
11558 msgid ""
11559 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11560 "then it sets an extended attribute of the link itself."
11561 msgstr ""
11562
11563 #. type: =head2
11564 #: ../src/guestfs-actions.pod:3657
11565 msgid "guestfs_lstat"
11566 msgstr ""
11567
11568 #. type: verbatim
11569 #: ../src/guestfs-actions.pod:3659
11570 #, no-wrap
11571 msgid ""
11572 " struct guestfs_stat *\n"
11573 " guestfs_lstat (guestfs_h *g,\n"
11574 "                const char *path);\n"
11575 "\n"
11576 msgstr ""
11577
11578 #. type: textblock
11579 #: ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:6221 ../fish/guestfish-actions.pod:2526 ../fish/guestfish-actions.pod:4195
11580 msgid "Returns file information for the given C<path>."
11581 msgstr ""
11582
11583 #. type: textblock
11584 #: ../src/guestfs-actions.pod:3665
11585 msgid ""
11586 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11587 "link, then the link is stat-ed, not the file it refers to."
11588 msgstr ""
11589
11590 #. type: textblock
11591 #: ../src/guestfs-actions.pod:3669 ../fish/guestfish-actions.pod:2532
11592 msgid "This is the same as the C<lstat(2)> system call."
11593 msgstr ""
11594
11595 #. type: textblock
11596 #: ../src/guestfs-actions.pod:3671 ../src/guestfs-actions.pod:6225
11597 msgid ""
11598 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11599 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11600 msgstr ""
11601
11602 #. type: textblock
11603 #: ../src/guestfs-actions.pod:3675 ../src/guestfs-actions.pod:6229 ../src/guestfs-actions.pod:6247 ../src/guestfs-actions.pod:6628
11604 msgid "(Added in 0.9.2)"
11605 msgstr ""
11606
11607 #. type: =head2
11608 #: ../src/guestfs-actions.pod:3677
11609 msgid "guestfs_lstatlist"
11610 msgstr ""
11611
11612 #. type: verbatim
11613 #: ../src/guestfs-actions.pod:3679
11614 #, no-wrap
11615 msgid ""
11616 " struct guestfs_stat_list *\n"
11617 " guestfs_lstatlist (guestfs_h *g,\n"
11618 "                    const char *path,\n"
11619 "                    char *const *names);\n"
11620 "\n"
11621 msgstr ""
11622
11623 #. type: textblock
11624 #: ../src/guestfs-actions.pod:3684
11625 msgid ""
11626 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11627 "files, where all files are in the directory C<path>.  C<names> is the list "
11628 "of files from this directory."
11629 msgstr ""
11630
11631 #. type: textblock
11632 #: ../src/guestfs-actions.pod:3688 ../fish/guestfish-actions.pod:2542
11633 msgid ""
11634 "On return you get a list of stat structs, with a one-to-one correspondence "
11635 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11636 "then the C<ino> field of that structure is set to C<-1>."
11637 msgstr ""
11638
11639 #. type: textblock
11640 #: ../src/guestfs-actions.pod:3693
11641 msgid ""
11642 "This call is intended for programs that want to efficiently list a directory "
11643 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11644 "for a similarly efficient call for getting extended attributes.  Very long "
11645 "directory listings might cause the protocol message size to be exceeded, "
11646 "causing this call to fail.  The caller must split up such requests into "
11647 "smaller groups of names."
11648 msgstr ""
11649
11650 #. type: textblock
11651 #: ../src/guestfs-actions.pod:3701
11652 msgid ""
11653 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11654 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11655 msgstr ""
11656
11657 #. type: =head2
11658 #: ../src/guestfs-actions.pod:3707
11659 msgid "guestfs_luks_add_key"
11660 msgstr ""
11661
11662 #. type: verbatim
11663 #: ../src/guestfs-actions.pod:3709
11664 #, no-wrap
11665 msgid ""
11666 " int\n"
11667 " guestfs_luks_add_key (guestfs_h *g,\n"
11668 "                       const char *device,\n"
11669 "                       const char *key,\n"
11670 "                       const char *newkey,\n"
11671 "                       int keyslot);\n"
11672 "\n"
11673 msgstr ""
11674
11675 #. type: textblock
11676 #: ../src/guestfs-actions.pod:3716 ../fish/guestfish-actions.pod:2559
11677 msgid ""
11678 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11679 "existing key, and is used to access the device.  C<newkey> is the new key to "
11680 "add.  C<keyslot> is the key slot that will be replaced."
11681 msgstr ""
11682
11683 #. type: textblock
11684 #: ../src/guestfs-actions.pod:3721
11685 msgid ""
11686 "Note that if C<keyslot> already contains a key, then this command will "
11687 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11688 msgstr ""
11689
11690 #. type: textblock
11691 #: ../src/guestfs-actions.pod:3727 ../src/guestfs-actions.pod:3767 ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:3810 ../src/guestfs-actions.pod:3842 ../src/guestfs-actions.pod:3861
11692 msgid ""
11693 "This function takes a key or passphrase parameter which could contain "
11694 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11695 "information."
11696 msgstr ""
11697
11698 #. type: textblock
11699 #: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3771 ../src/guestfs-actions.pod:3794 ../src/guestfs-actions.pod:3814
11700 msgid "(Added in 1.5.2)"
11701 msgstr ""
11702
11703 #. type: =head2
11704 #: ../src/guestfs-actions.pod:3733
11705 msgid "guestfs_luks_close"
11706 msgstr ""
11707
11708 #. type: verbatim
11709 #: ../src/guestfs-actions.pod:3735
11710 #, no-wrap
11711 msgid ""
11712 " int\n"
11713 " guestfs_luks_close (guestfs_h *g,\n"
11714 "                     const char *device);\n"
11715 "\n"
11716 msgstr ""
11717
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:3739
11720 msgid ""
11721 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11722 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11723 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11724 "underlying block device."
11725 msgstr ""
11726
11727 #. type: textblock
11728 #: ../src/guestfs-actions.pod:3747 ../src/guestfs-actions.pod:3846 ../src/guestfs-actions.pod:3865 ../src/guestfs-actions.pod:3915 ../src/guestfs-actions.pod:3963
11729 msgid "(Added in 1.5.1)"
11730 msgstr ""
11731
11732 #. type: =head2
11733 #: ../src/guestfs-actions.pod:3749
11734 msgid "guestfs_luks_format"
11735 msgstr ""
11736
11737 #. type: verbatim
11738 #: ../src/guestfs-actions.pod:3751
11739 #, no-wrap
11740 msgid ""
11741 " int\n"
11742 " guestfs_luks_format (guestfs_h *g,\n"
11743 "                      const char *device,\n"
11744 "                      const char *key,\n"
11745 "                      int keyslot);\n"
11746 "\n"
11747 msgstr ""
11748
11749 #. type: textblock
11750 #: ../src/guestfs-actions.pod:3757 ../fish/guestfish-actions.pod:2585
11751 msgid ""
11752 "This command erases existing data on C<device> and formats the device as a "
11753 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11754 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11755 msgstr ""
11756
11757 #. type: textblock
11758 #: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:3787 ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:4869 ../src/guestfs-actions.pod:5649 ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6079 ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:7265 ../fish/guestfish-actions.pod:2593 ../fish/guestfish-actions.pod:2606 ../fish/guestfish-actions.pod:2690 ../fish/guestfish-actions.pod:3264 ../fish/guestfish-actions.pod:3784 ../fish/guestfish-actions.pod:4094 ../fish/guestfish-actions.pod:4110 ../fish/guestfish-actions.pod:4125 ../fish/guestfish-actions.pod:4840
11759 msgid ""
11760 "B<This command is dangerous.  Without careful use you can easily destroy all "
11761 "your data>."
11762 msgstr ""
11763
11764 #. type: =head2
11765 #: ../src/guestfs-actions.pod:3773
11766 msgid "guestfs_luks_format_cipher"
11767 msgstr ""
11768
11769 #. type: verbatim
11770 #: ../src/guestfs-actions.pod:3775
11771 #, no-wrap
11772 msgid ""
11773 " int\n"
11774 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11775 "                             const char *device,\n"
11776 "                             const char *key,\n"
11777 "                             int keyslot,\n"
11778 "                             const char *cipher);\n"
11779 "\n"
11780 msgstr ""
11781
11782 #. type: textblock
11783 #: ../src/guestfs-actions.pod:3782
11784 msgid ""
11785 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11786 "set the C<cipher> used."
11787 msgstr ""
11788
11789 #. type: =head2
11790 #: ../src/guestfs-actions.pod:3796
11791 msgid "guestfs_luks_kill_slot"
11792 msgstr ""
11793
11794 #. type: verbatim
11795 #: ../src/guestfs-actions.pod:3798
11796 #, no-wrap
11797 msgid ""
11798 " int\n"
11799 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11800 "                         const char *device,\n"
11801 "                         const char *key,\n"
11802 "                         int keyslot);\n"
11803 "\n"
11804 msgstr ""
11805
11806 #. type: textblock
11807 #: ../src/guestfs-actions.pod:3804 ../fish/guestfish-actions.pod:2613
11808 msgid ""
11809 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11810 "device C<device>.  C<key> must be one of the I<other> keys."
11811 msgstr ""
11812
11813 #. type: =head2
11814 #: ../src/guestfs-actions.pod:3816
11815 msgid "guestfs_luks_open"
11816 msgstr ""
11817
11818 #. type: verbatim
11819 #: ../src/guestfs-actions.pod:3818
11820 #, no-wrap
11821 msgid ""
11822 " int\n"
11823 " guestfs_luks_open (guestfs_h *g,\n"
11824 "                    const char *device,\n"
11825 "                    const char *key,\n"
11826 "                    const char *mapname);\n"
11827 "\n"
11828 msgstr ""
11829
11830 #. type: textblock
11831 #: ../src/guestfs-actions.pod:3824 ../fish/guestfish-actions.pod:2624
11832 msgid ""
11833 "This command opens a block device which has been encrypted according to the "
11834 "Linux Unified Key Setup (LUKS) standard."
11835 msgstr ""
11836
11837 #. type: textblock
11838 #: ../src/guestfs-actions.pod:3827 ../fish/guestfish-actions.pod:2627
11839 msgid "C<device> is the encrypted block device or partition."
11840 msgstr ""
11841
11842 #. type: textblock
11843 #: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2629
11844 msgid ""
11845 "The caller must supply one of the keys associated with the LUKS block "
11846 "device, in the C<key> parameter."
11847 msgstr ""
11848
11849 #. type: textblock
11850 #: ../src/guestfs-actions.pod:3832 ../fish/guestfish-actions.pod:2632
11851 msgid ""
11852 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11853 "writes to this block device are decrypted from and encrypted to the "
11854 "underlying C<device> respectively."
11855 msgstr ""
11856
11857 #. type: textblock
11858 #: ../src/guestfs-actions.pod:3836
11859 msgid ""
11860 "If this block device contains LVM volume groups, then calling "
11861 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11862 "visible."
11863 msgstr ""
11864
11865 #. type: =head2
11866 #: ../src/guestfs-actions.pod:3848
11867 msgid "guestfs_luks_open_ro"
11868 msgstr ""
11869
11870 #. type: verbatim
11871 #: ../src/guestfs-actions.pod:3850
11872 #, no-wrap
11873 msgid ""
11874 " int\n"
11875 " guestfs_luks_open_ro (guestfs_h *g,\n"
11876 "                       const char *device,\n"
11877 "                       const char *key,\n"
11878 "                       const char *mapname);\n"
11879 "\n"
11880 msgstr ""
11881
11882 #. type: textblock
11883 #: ../src/guestfs-actions.pod:3856
11884 msgid ""
11885 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11886 "created."
11887 msgstr ""
11888
11889 #. type: =head2
11890 #: ../src/guestfs-actions.pod:3867
11891 msgid "guestfs_lvcreate"
11892 msgstr ""
11893
11894 #. type: verbatim
11895 #: ../src/guestfs-actions.pod:3869
11896 #, no-wrap
11897 msgid ""
11898 " int\n"
11899 " guestfs_lvcreate (guestfs_h *g,\n"
11900 "                   const char *logvol,\n"
11901 "                   const char *volgroup,\n"
11902 "                   int mbytes);\n"
11903 "\n"
11904 msgstr ""
11905
11906 #. type: textblock
11907 #: ../src/guestfs-actions.pod:3875 ../fish/guestfish-actions.pod:2657
11908 msgid ""
11909 "This creates an LVM logical volume called C<logvol> on the volume group "
11910 "C<volgroup>, with C<size> megabytes."
11911 msgstr ""
11912
11913 #. type: =head2
11914 #: ../src/guestfs-actions.pod:3882
11915 msgid "guestfs_lvm_canonical_lv_name"
11916 msgstr ""
11917
11918 #. type: verbatim
11919 #: ../src/guestfs-actions.pod:3884
11920 #, no-wrap
11921 msgid ""
11922 " char *\n"
11923 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11924 "                                const char *lvname);\n"
11925 "\n"
11926 msgstr ""
11927
11928 #. type: textblock
11929 #: ../src/guestfs-actions.pod:3888 ../fish/guestfish-actions.pod:2664
11930 msgid ""
11931 "This converts alternative naming schemes for LVs that you might find to the "
11932 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11933 "C</dev/VG/LV>."
11934 msgstr ""
11935
11936 #. type: textblock
11937 #: ../src/guestfs-actions.pod:3892 ../fish/guestfish-actions.pod:2668
11938 msgid ""
11939 "This command returns an error if the C<lvname> parameter does not refer to a "
11940 "logical volume."
11941 msgstr ""
11942
11943 #. type: textblock
11944 #: ../src/guestfs-actions.pod:3895
11945 msgid "See also C<guestfs_is_lv>."
11946 msgstr ""
11947
11948 #. type: textblock
11949 #: ../src/guestfs-actions.pod:3900
11950 msgid "(Added in 1.5.24)"
11951 msgstr ""
11952
11953 #. type: =head2
11954 #: ../src/guestfs-actions.pod:3902
11955 msgid "guestfs_lvm_clear_filter"
11956 msgstr ""
11957
11958 #. type: verbatim
11959 #: ../src/guestfs-actions.pod:3904
11960 #, no-wrap
11961 msgid ""
11962 " int\n"
11963 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11964 "\n"
11965 msgstr ""
11966
11967 #. type: textblock
11968 #: ../src/guestfs-actions.pod:3907
11969 msgid ""
11970 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11971 "see every block device."
11972 msgstr ""
11973
11974 #. type: textblock
11975 #: ../src/guestfs-actions.pod:3910 ../src/guestfs-actions.pod:3952 ../fish/guestfish-actions.pod:2680 ../fish/guestfish-actions.pod:2711
11976 msgid "This command also clears the LVM cache and performs a volume group scan."
11977 msgstr ""
11978
11979 #. type: =head2
11980 #: ../src/guestfs-actions.pod:3917
11981 msgid "guestfs_lvm_remove_all"
11982 msgstr ""
11983
11984 #. type: verbatim
11985 #: ../src/guestfs-actions.pod:3919
11986 #, no-wrap
11987 msgid ""
11988 " int\n"
11989 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11990 "\n"
11991 msgstr ""
11992
11993 #. type: textblock
11994 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2687
11995 msgid ""
11996 "This command removes all LVM logical volumes, volume groups and physical "
11997 "volumes."
11998 msgstr ""
11999
12000 #. type: =head2
12001 #: ../src/guestfs-actions.pod:3932
12002 msgid "guestfs_lvm_set_filter"
12003 msgstr ""
12004
12005 #. type: verbatim
12006 #: ../src/guestfs-actions.pod:3934
12007 #, no-wrap
12008 msgid ""
12009 " int\n"
12010 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12011 "                         char *const *devices);\n"
12012 "\n"
12013 msgstr ""
12014
12015 #. type: textblock
12016 #: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2697
12017 msgid ""
12018 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12019 "block devices in the list C<devices>, and will ignore all other attached "
12020 "block devices."
12021 msgstr ""
12022
12023 #. type: textblock
12024 #: ../src/guestfs-actions.pod:3942 ../fish/guestfish-actions.pod:2701
12025 msgid ""
12026 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12027 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12028 "there are two types of duplication possible: either cloned PVs/VGs which "
12029 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12030 "same name.  In normal operation you cannot create this situation, but you "
12031 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12032 "inside the LVM metadata."
12033 msgstr ""
12034
12035 #. type: textblock
12036 #: ../src/guestfs-actions.pod:3955 ../fish/guestfish-actions.pod:2714
12037 msgid "You can filter whole block devices or individual partitions."
12038 msgstr ""
12039
12040 #. type: textblock
12041 #: ../src/guestfs-actions.pod:3957 ../fish/guestfish-actions.pod:2716
12042 msgid ""
12043 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12044 "filesystem), even if you are not filtering out that VG."
12045 msgstr ""
12046
12047 #. type: =head2
12048 #: ../src/guestfs-actions.pod:3965
12049 msgid "guestfs_lvremove"
12050 msgstr ""
12051
12052 #. type: verbatim
12053 #: ../src/guestfs-actions.pod:3967
12054 #, no-wrap
12055 msgid ""
12056 " int\n"
12057 " guestfs_lvremove (guestfs_h *g,\n"
12058 "                   const char *device);\n"
12059 "\n"
12060 msgstr ""
12061
12062 #. type: textblock
12063 #: ../src/guestfs-actions.pod:3971 ../fish/guestfish-actions.pod:2724
12064 msgid ""
12065 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12066 "LV, such as C</dev/VG/LV>."
12067 msgstr ""
12068
12069 #. type: textblock
12070 #: ../src/guestfs-actions.pod:3974 ../fish/guestfish-actions.pod:2727
12071 msgid ""
12072 "You can also remove all LVs in a volume group by specifying the VG name, "
12073 "C</dev/VG>."
12074 msgstr ""
12075
12076 #. type: textblock
12077 #: ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:7004
12078 msgid "(Added in 1.0.13)"
12079 msgstr ""
12080
12081 #. type: =head2
12082 #: ../src/guestfs-actions.pod:3981
12083 msgid "guestfs_lvrename"
12084 msgstr ""
12085
12086 #. type: verbatim
12087 #: ../src/guestfs-actions.pod:3983
12088 #, no-wrap
12089 msgid ""
12090 " int\n"
12091 " guestfs_lvrename (guestfs_h *g,\n"
12092 "                   const char *logvol,\n"
12093 "                   const char *newlogvol);\n"
12094 "\n"
12095 msgstr ""
12096
12097 #. type: textblock
12098 #: ../src/guestfs-actions.pod:3988 ../fish/guestfish-actions.pod:2734
12099 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12100 msgstr ""
12101
12102 #. type: textblock
12103 #: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:7017
12104 msgid "(Added in 1.0.83)"
12105 msgstr ""
12106
12107 #. type: =head2
12108 #: ../src/guestfs-actions.pod:3994
12109 msgid "guestfs_lvresize"
12110 msgstr ""
12111
12112 #. type: verbatim
12113 #: ../src/guestfs-actions.pod:3996
12114 #, no-wrap
12115 msgid ""
12116 " int\n"
12117 " guestfs_lvresize (guestfs_h *g,\n"
12118 "                   const char *device,\n"
12119 "                   int mbytes);\n"
12120 "\n"
12121 msgstr ""
12122
12123 #. type: textblock
12124 #: ../src/guestfs-actions.pod:4001 ../fish/guestfish-actions.pod:2740
12125 msgid ""
12126 "This resizes (expands or shrinks) an existing LVM logical volume to "
12127 "C<mbytes>.  When reducing, data in the reduced part is lost."
12128 msgstr ""
12129
12130 #. type: =head2
12131 #: ../src/guestfs-actions.pod:4009
12132 msgid "guestfs_lvresize_free"
12133 msgstr ""
12134
12135 #. type: verbatim
12136 #: ../src/guestfs-actions.pod:4011
12137 #, no-wrap
12138 msgid ""
12139 " int\n"
12140 " guestfs_lvresize_free (guestfs_h *g,\n"
12141 "                        const char *lv,\n"
12142 "                        int percent);\n"
12143 "\n"
12144 msgstr ""
12145
12146 #. type: textblock
12147 #: ../src/guestfs-actions.pod:4016 ../fish/guestfish-actions.pod:2748
12148 msgid ""
12149 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12150 "remaining free space in the volume group.  Commonly you would call this with "
12151 "pc = 100 which expands the logical volume as much as possible, using all "
12152 "remaining free space in the volume group."
12153 msgstr ""
12154
12155 #. type: textblock
12156 #: ../src/guestfs-actions.pod:4024
12157 msgid "(Added in 1.3.3)"
12158 msgstr ""
12159
12160 #. type: =head2
12161 #: ../src/guestfs-actions.pod:4026
12162 msgid "guestfs_lvs"
12163 msgstr ""
12164
12165 #. type: verbatim
12166 #: ../src/guestfs-actions.pod:4028
12167 #, no-wrap
12168 msgid ""
12169 " char **\n"
12170 " guestfs_lvs (guestfs_h *g);\n"
12171 "\n"
12172 msgstr ""
12173
12174 #. type: textblock
12175 #: ../src/guestfs-actions.pod:4031 ../fish/guestfish-actions.pod:2758
12176 msgid ""
12177 "List all the logical volumes detected.  This is the equivalent of the "
12178 "L<lvs(8)> command."
12179 msgstr ""
12180
12181 #. type: textblock
12182 #: ../src/guestfs-actions.pod:4034 ../fish/guestfish-actions.pod:2761
12183 msgid ""
12184 "This returns a list of the logical volume device names "
12185 "(eg. C</dev/VolGroup00/LogVol00>)."
12186 msgstr ""
12187
12188 #. type: textblock
12189 #: ../src/guestfs-actions.pod:4037
12190 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12191 msgstr ""
12192
12193 #. type: =head2
12194 #: ../src/guestfs-actions.pod:4045
12195 msgid "guestfs_lvs_full"
12196 msgstr ""
12197
12198 #. type: verbatim
12199 #: ../src/guestfs-actions.pod:4047
12200 #, no-wrap
12201 msgid ""
12202 " struct guestfs_lvm_lv_list *\n"
12203 " guestfs_lvs_full (guestfs_h *g);\n"
12204 "\n"
12205 msgstr ""
12206
12207 #. type: textblock
12208 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2770
12209 msgid ""
12210 "List all the logical volumes detected.  This is the equivalent of the "
12211 "L<lvs(8)> command.  The \"full\" version includes all fields."
12212 msgstr ""
12213
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:4053
12216 msgid ""
12217 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12218 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12219 "use>."
12220 msgstr ""
12221
12222 #. type: =head2
12223 #: ../src/guestfs-actions.pod:4059
12224 msgid "guestfs_lvuuid"
12225 msgstr ""
12226
12227 #. type: verbatim
12228 #: ../src/guestfs-actions.pod:4061
12229 #, no-wrap
12230 msgid ""
12231 " char *\n"
12232 " guestfs_lvuuid (guestfs_h *g,\n"
12233 "                 const char *device);\n"
12234 "\n"
12235 msgstr ""
12236
12237 #. type: textblock
12238 #: ../src/guestfs-actions.pod:4065 ../fish/guestfish-actions.pod:2777
12239 msgid "This command returns the UUID of the LVM LV C<device>."
12240 msgstr ""
12241
12242 #. type: =head2
12243 #: ../src/guestfs-actions.pod:4072
12244 msgid "guestfs_lxattrlist"
12245 msgstr ""
12246
12247 #. type: verbatim
12248 #: ../src/guestfs-actions.pod:4074
12249 #, no-wrap
12250 msgid ""
12251 " struct guestfs_xattr_list *\n"
12252 " guestfs_lxattrlist (guestfs_h *g,\n"
12253 "                     const char *path,\n"
12254 "                     char *const *names);\n"
12255 "\n"
12256 msgstr ""
12257
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:4079 ../fish/guestfish-actions.pod:2783
12260 msgid ""
12261 "This call allows you to get the extended attributes of multiple files, where "
12262 "all files are in the directory C<path>.  C<names> is the list of files from "
12263 "this directory."
12264 msgstr ""
12265
12266 #. type: textblock
12267 #: ../src/guestfs-actions.pod:4083 ../fish/guestfish-actions.pod:2787
12268 msgid ""
12269 "On return you get a flat list of xattr structs which must be interpreted "
12270 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12271 "C<attrval> in this struct is zero-length to indicate there was an error "
12272 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12273 "number (the number of following attributes for this file, which could be "
12274 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12275 "attributes for the first named file.  This repeats for the second and "
12276 "subsequent files."
12277 msgstr ""
12278
12279 #. type: textblock
12280 #: ../src/guestfs-actions.pod:4093
12281 msgid ""
12282 "This call is intended for programs that want to efficiently list a directory "
12283 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12284 "a similarly efficient call for getting standard stats.  Very long directory "
12285 "listings might cause the protocol message size to be exceeded, causing this "
12286 "call to fail.  The caller must split up such requests into smaller groups of "
12287 "names."
12288 msgstr ""
12289
12290 #. type: =head2
12291 #: ../src/guestfs-actions.pod:4107
12292 msgid "guestfs_mkdir"
12293 msgstr ""
12294
12295 #. type: verbatim
12296 #: ../src/guestfs-actions.pod:4109
12297 #, no-wrap
12298 msgid ""
12299 " int\n"
12300 " guestfs_mkdir (guestfs_h *g,\n"
12301 "                const char *path);\n"
12302 "\n"
12303 msgstr ""
12304
12305 #. type: textblock
12306 #: ../src/guestfs-actions.pod:4113 ../fish/guestfish-actions.pod:2809
12307 msgid "Create a directory named C<path>."
12308 msgstr ""
12309
12310 #. type: =head2
12311 #: ../src/guestfs-actions.pod:4119
12312 msgid "guestfs_mkdir_mode"
12313 msgstr ""
12314
12315 #. type: verbatim
12316 #: ../src/guestfs-actions.pod:4121
12317 #, no-wrap
12318 msgid ""
12319 " int\n"
12320 " guestfs_mkdir_mode (guestfs_h *g,\n"
12321 "                     const char *path,\n"
12322 "                     int mode);\n"
12323 "\n"
12324 msgstr ""
12325
12326 #. type: textblock
12327 #: ../src/guestfs-actions.pod:4126 ../fish/guestfish-actions.pod:2815
12328 msgid ""
12329 "This command creates a directory, setting the initial permissions of the "
12330 "directory to C<mode>."
12331 msgstr ""
12332
12333 #. type: textblock
12334 #: ../src/guestfs-actions.pod:4129 ../fish/guestfish-actions.pod:2818
12335 msgid ""
12336 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12337 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12338 "other ways."
12339 msgstr ""
12340
12341 #. type: textblock
12342 #: ../src/guestfs-actions.pod:4133
12343 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12344 msgstr ""
12345
12346 #. type: =head2
12347 #: ../src/guestfs-actions.pod:4139
12348 msgid "guestfs_mkdir_p"
12349 msgstr ""
12350
12351 #. type: verbatim
12352 #: ../src/guestfs-actions.pod:4141
12353 #, no-wrap
12354 msgid ""
12355 " int\n"
12356 " guestfs_mkdir_p (guestfs_h *g,\n"
12357 "                  const char *path);\n"
12358 "\n"
12359 msgstr ""
12360
12361 #. type: textblock
12362 #: ../src/guestfs-actions.pod:4145 ../fish/guestfish-actions.pod:2828
12363 msgid ""
12364 "Create a directory named C<path>, creating any parent directories as "
12365 "necessary.  This is like the C<mkdir -p> shell command."
12366 msgstr ""
12367
12368 #. type: =head2
12369 #: ../src/guestfs-actions.pod:4152
12370 msgid "guestfs_mkdtemp"
12371 msgstr ""
12372
12373 #. type: verbatim
12374 #: ../src/guestfs-actions.pod:4154
12375 #, no-wrap
12376 msgid ""
12377 " char *\n"
12378 " guestfs_mkdtemp (guestfs_h *g,\n"
12379 "                  const char *template);\n"
12380 "\n"
12381 msgstr ""
12382
12383 #. type: textblock
12384 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2835
12385 msgid ""
12386 "This command creates a temporary directory.  The C<template> parameter "
12387 "should be a full pathname for the temporary directory name with the final "
12388 "six characters being \"XXXXXX\"."
12389 msgstr ""
12390
12391 #. type: textblock
12392 #: ../src/guestfs-actions.pod:4163 ../fish/guestfish-actions.pod:2840
12393 msgid ""
12394 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12395 "being suitable for Windows filesystems."
12396 msgstr ""
12397
12398 #. type: textblock
12399 #: ../src/guestfs-actions.pod:4166 ../fish/guestfish-actions.pod:2843
12400 msgid "The name of the temporary directory that was created is returned."
12401 msgstr ""
12402
12403 #. type: textblock
12404 #: ../src/guestfs-actions.pod:4169 ../fish/guestfish-actions.pod:2846
12405 msgid "The temporary directory is created with mode 0700 and is owned by root."
12406 msgstr ""
12407
12408 #. type: textblock
12409 #: ../src/guestfs-actions.pod:4172 ../fish/guestfish-actions.pod:2849
12410 msgid ""
12411 "The caller is responsible for deleting the temporary directory and its "
12412 "contents after use."
12413 msgstr ""
12414
12415 #. type: textblock
12416 #: ../src/guestfs-actions.pod:4175 ../fish/guestfish-actions.pod:2852
12417 msgid "See also: L<mkdtemp(3)>"
12418 msgstr ""
12419
12420 #. type: =head2
12421 #: ../src/guestfs-actions.pod:4182
12422 msgid "guestfs_mke2fs_J"
12423 msgstr ""
12424
12425 #. type: verbatim
12426 #: ../src/guestfs-actions.pod:4184
12427 #, no-wrap
12428 msgid ""
12429 " int\n"
12430 " guestfs_mke2fs_J (guestfs_h *g,\n"
12431 "                   const char *fstype,\n"
12432 "                   int blocksize,\n"
12433 "                   const char *device,\n"
12434 "                   const char *journal);\n"
12435 "\n"
12436 msgstr ""
12437
12438 #. type: textblock
12439 #: ../src/guestfs-actions.pod:4191 ../fish/guestfish-actions.pod:2858
12440 msgid ""
12441 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12442 "C<journal>.  It is equivalent to the command:"
12443 msgstr ""
12444
12445 #. type: verbatim
12446 #: ../src/guestfs-actions.pod:4195 ../fish/guestfish-actions.pod:2862
12447 #, no-wrap
12448 msgid ""
12449 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12450 "\n"
12451 msgstr ""
12452
12453 #. type: textblock
12454 #: ../src/guestfs-actions.pod:4197
12455 msgid "See also C<guestfs_mke2journal>."
12456 msgstr ""
12457
12458 #. type: textblock
12459 #: ../src/guestfs-actions.pod:4201 ../src/guestfs-actions.pod:4219 ../src/guestfs-actions.pod:4237 ../src/guestfs-actions.pod:4253 ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:4281 ../src/guestfs-actions.pod:4340 ../src/guestfs-actions.pod:4605
12460 msgid "(Added in 1.0.68)"
12461 msgstr ""
12462
12463 #. type: =head2
12464 #: ../src/guestfs-actions.pod:4203
12465 msgid "guestfs_mke2fs_JL"
12466 msgstr ""
12467
12468 #. type: verbatim
12469 #: ../src/guestfs-actions.pod:4205
12470 #, no-wrap
12471 msgid ""
12472 " int\n"
12473 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12474 "                    const char *fstype,\n"
12475 "                    int blocksize,\n"
12476 "                    const char *device,\n"
12477 "                    const char *label);\n"
12478 "\n"
12479 msgstr ""
12480
12481 #. type: textblock
12482 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2870
12483 msgid ""
12484 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12485 "the journal labeled C<label>."
12486 msgstr ""
12487
12488 #. type: textblock
12489 #: ../src/guestfs-actions.pod:4215
12490 msgid "See also C<guestfs_mke2journal_L>."
12491 msgstr ""
12492
12493 #. type: =head2
12494 #: ../src/guestfs-actions.pod:4221
12495 msgid "guestfs_mke2fs_JU"
12496 msgstr ""
12497
12498 #. type: verbatim
12499 #: ../src/guestfs-actions.pod:4223
12500 #, no-wrap
12501 msgid ""
12502 " int\n"
12503 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12504 "                    const char *fstype,\n"
12505 "                    int blocksize,\n"
12506 "                    const char *device,\n"
12507 "                    const char *uuid);\n"
12508 "\n"
12509 msgstr ""
12510
12511 #. type: textblock
12512 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2879
12513 msgid ""
12514 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12515 "the journal with UUID C<uuid>."
12516 msgstr ""
12517
12518 #. type: textblock
12519 #: ../src/guestfs-actions.pod:4233
12520 msgid "See also C<guestfs_mke2journal_U>."
12521 msgstr ""
12522
12523 #. type: =head2
12524 #: ../src/guestfs-actions.pod:4239
12525 msgid "guestfs_mke2journal"
12526 msgstr ""
12527
12528 #. type: verbatim
12529 #: ../src/guestfs-actions.pod:4241
12530 #, no-wrap
12531 msgid ""
12532 " int\n"
12533 " guestfs_mke2journal (guestfs_h *g,\n"
12534 "                      int blocksize,\n"
12535 "                      const char *device);\n"
12536 "\n"
12537 msgstr ""
12538
12539 #. type: textblock
12540 #: ../src/guestfs-actions.pod:4246 ../fish/guestfish-actions.pod:2888
12541 msgid ""
12542 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12543 "command:"
12544 msgstr ""
12545
12546 #. type: verbatim
12547 #: ../src/guestfs-actions.pod:4249 ../fish/guestfish-actions.pod:2891
12548 #, no-wrap
12549 msgid ""
12550 " mke2fs -O journal_dev -b blocksize device\n"
12551 "\n"
12552 msgstr ""
12553
12554 #. type: =head2
12555 #: ../src/guestfs-actions.pod:4255
12556 msgid "guestfs_mke2journal_L"
12557 msgstr ""
12558
12559 #. type: verbatim
12560 #: ../src/guestfs-actions.pod:4257
12561 #, no-wrap
12562 msgid ""
12563 " int\n"
12564 " guestfs_mke2journal_L (guestfs_h *g,\n"
12565 "                        int blocksize,\n"
12566 "                        const char *label,\n"
12567 "                        const char *device);\n"
12568 "\n"
12569 msgstr ""
12570
12571 #. type: textblock
12572 #: ../src/guestfs-actions.pod:4263 ../fish/guestfish-actions.pod:2897
12573 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12574 msgstr ""
12575
12576 #. type: =head2
12577 #: ../src/guestfs-actions.pod:4269
12578 msgid "guestfs_mke2journal_U"
12579 msgstr ""
12580
12581 #. type: verbatim
12582 #: ../src/guestfs-actions.pod:4271
12583 #, no-wrap
12584 msgid ""
12585 " int\n"
12586 " guestfs_mke2journal_U (guestfs_h *g,\n"
12587 "                        int blocksize,\n"
12588 "                        const char *uuid,\n"
12589 "                        const char *device);\n"
12590 "\n"
12591 msgstr ""
12592
12593 #. type: textblock
12594 #: ../src/guestfs-actions.pod:4277 ../fish/guestfish-actions.pod:2903
12595 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12596 msgstr ""
12597
12598 #. type: =head2
12599 #: ../src/guestfs-actions.pod:4283
12600 msgid "guestfs_mkfifo"
12601 msgstr ""
12602
12603 #. type: verbatim
12604 #: ../src/guestfs-actions.pod:4285
12605 #, no-wrap
12606 msgid ""
12607 " int\n"
12608 " guestfs_mkfifo (guestfs_h *g,\n"
12609 "                 int mode,\n"
12610 "                 const char *path);\n"
12611 "\n"
12612 msgstr ""
12613
12614 #. type: textblock
12615 #: ../src/guestfs-actions.pod:4290
12616 msgid ""
12617 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12618 "is just a convenient wrapper around C<guestfs_mknod>."
12619 msgstr ""
12620
12621 #. type: =head2
12622 #: ../src/guestfs-actions.pod:4300
12623 msgid "guestfs_mkfs"
12624 msgstr ""
12625
12626 #. type: verbatim
12627 #: ../src/guestfs-actions.pod:4302
12628 #, no-wrap
12629 msgid ""
12630 " int\n"
12631 " guestfs_mkfs (guestfs_h *g,\n"
12632 "               const char *fstype,\n"
12633 "               const char *device);\n"
12634 "\n"
12635 msgstr ""
12636
12637 #. type: textblock
12638 #: ../src/guestfs-actions.pod:4307 ../fish/guestfish-actions.pod:2919
12639 msgid ""
12640 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12641 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12642 msgstr ""
12643
12644 #. type: =head2
12645 #: ../src/guestfs-actions.pod:4315
12646 msgid "guestfs_mkfs_b"
12647 msgstr ""
12648
12649 #. type: verbatim
12650 #: ../src/guestfs-actions.pod:4317
12651 #, no-wrap
12652 msgid ""
12653 " int\n"
12654 " guestfs_mkfs_b (guestfs_h *g,\n"
12655 "                 const char *fstype,\n"
12656 "                 int blocksize,\n"
12657 "                 const char *device);\n"
12658 "\n"
12659 msgstr ""
12660
12661 #. type: textblock
12662 #: ../src/guestfs-actions.pod:4323
12663 msgid ""
12664 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12665 "block size of the resulting filesystem.  Supported block sizes depend on the "
12666 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12667 msgstr ""
12668
12669 #. type: textblock
12670 #: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4371 ../fish/guestfish-actions.pod:2932 ../fish/guestfish-actions.pod:2959
12671 msgid ""
12672 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12673 "cluster size."
12674 msgstr ""
12675
12676 #. type: textblock
12677 #: ../src/guestfs-actions.pod:4333 ../fish/guestfish-actions.pod:2935
12678 msgid ""
12679 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12680 "instead."
12681 msgstr ""
12682
12683 #. type: =head2
12684 #: ../src/guestfs-actions.pod:4342
12685 msgid "guestfs_mkfs_opts"
12686 msgstr ""
12687
12688 #. type: verbatim
12689 #: ../src/guestfs-actions.pod:4344
12690 #, no-wrap
12691 msgid ""
12692 " int\n"
12693 " guestfs_mkfs_opts (guestfs_h *g,\n"
12694 "                    const char *fstype,\n"
12695 "                    const char *device,\n"
12696 "                    ...);\n"
12697 "\n"
12698 msgstr ""
12699
12700 #. type: verbatim
12701 #: ../src/guestfs-actions.pod:4355
12702 #, no-wrap
12703 msgid ""
12704 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12705 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12706 "\n"
12707 msgstr ""
12708
12709 #. type: textblock
12710 #: ../src/guestfs-actions.pod:4358 ../fish/guestfish-actions.pod:2946
12711 msgid ""
12712 "This function creates a filesystem on C<device>.  The filesystem type is "
12713 "C<fstype>, for example C<ext3>."
12714 msgstr ""
12715
12716 #. type: =item
12717 #: ../src/guestfs-actions.pod:4365 ../fish/guestfish-actions.pod:2953
12718 msgid "C<blocksize>"
12719 msgstr ""
12720
12721 #. type: textblock
12722 #: ../src/guestfs-actions.pod:4367 ../fish/guestfish-actions.pod:2955
12723 msgid ""
12724 "The filesystem block size.  Supported block sizes depend on the filesystem "
12725 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12726 "filesystems."
12727 msgstr ""
12728
12729 #. type: textblock
12730 #: ../src/guestfs-actions.pod:4374 ../fish/guestfish-actions.pod:2962
12731 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12732 msgstr ""
12733
12734 #. type: =item
12735 #: ../src/guestfs-actions.pod:4376 ../fish/guestfish-actions.pod:2964
12736 msgid "C<features>"
12737 msgstr ""
12738
12739 #. type: textblock
12740 #: ../src/guestfs-actions.pod:4378 ../fish/guestfish-actions.pod:2966
12741 msgid "This passes the C<-O> parameter to the external mkfs program."
12742 msgstr ""
12743
12744 #. type: textblock
12745 #: ../src/guestfs-actions.pod:4380 ../fish/guestfish-actions.pod:2968
12746 msgid ""
12747 "For certain filesystem types, this allows extra filesystem features to be "
12748 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12749 msgstr ""
12750
12751 #. type: textblock
12752 #: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2972
12753 msgid ""
12754 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12755 "type."
12756 msgstr ""
12757
12758 #. type: textblock
12759 #: ../src/guestfs-actions.pod:4391
12760 msgid "(Added in 1.7.19)"
12761 msgstr ""
12762
12763 #. type: =head2
12764 #: ../src/guestfs-actions.pod:4393
12765 msgid "guestfs_mkfs_opts_va"
12766 msgstr ""
12767
12768 #. type: verbatim
12769 #: ../src/guestfs-actions.pod:4395
12770 #, no-wrap
12771 msgid ""
12772 " int\n"
12773 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12774 "                       const char *fstype,\n"
12775 "                       const char *device,\n"
12776 "                       va_list args);\n"
12777 "\n"
12778 msgstr ""
12779
12780 #. type: textblock
12781 #: ../src/guestfs-actions.pod:4401
12782 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12783 msgstr ""
12784
12785 #. type: =head2
12786 #: ../src/guestfs-actions.pod:4405
12787 msgid "guestfs_mkfs_opts_argv"
12788 msgstr ""
12789
12790 #. type: verbatim
12791 #: ../src/guestfs-actions.pod:4407
12792 #, no-wrap
12793 msgid ""
12794 " int\n"
12795 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12796 "                         const char *fstype,\n"
12797 "                         const char *device,\n"
12798 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12799 "\n"
12800 msgstr ""
12801
12802 #. type: textblock
12803 #: ../src/guestfs-actions.pod:4413
12804 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12805 msgstr ""
12806
12807 #. type: =head2
12808 #: ../src/guestfs-actions.pod:4417
12809 msgid "guestfs_mkmountpoint"
12810 msgstr ""
12811
12812 #. type: verbatim
12813 #: ../src/guestfs-actions.pod:4419
12814 #, no-wrap
12815 msgid ""
12816 " int\n"
12817 " guestfs_mkmountpoint (guestfs_h *g,\n"
12818 "                       const char *exemptpath);\n"
12819 "\n"
12820 msgstr ""
12821
12822 #. type: textblock
12823 #: ../src/guestfs-actions.pod:4423
12824 msgid ""
12825 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12826 "that can be used to create extra mountpoints before mounting the first "
12827 "filesystem."
12828 msgstr ""
12829
12830 #. type: textblock
12831 #: ../src/guestfs-actions.pod:4427 ../fish/guestfish-actions.pod:2987
12832 msgid ""
12833 "These calls are I<only> necessary in some very limited circumstances, mainly "
12834 "the case where you want to mount a mix of unrelated and/or read-only "
12835 "filesystems together."
12836 msgstr ""
12837
12838 #. type: textblock
12839 #: ../src/guestfs-actions.pod:4431 ../fish/guestfish-actions.pod:2991
12840 msgid ""
12841 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12842 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12843 "inside that.  You can unpack this as follows in guestfish:"
12844 msgstr ""
12845
12846 #. type: verbatim
12847 #: ../src/guestfs-actions.pod:4436 ../fish/guestfish-actions.pod:2996
12848 #, no-wrap
12849 msgid ""
12850 " add-ro Fedora-11-i686-Live.iso\n"
12851 " run\n"
12852 " mkmountpoint /cd\n"
12853 " mkmountpoint /sqsh\n"
12854 " mkmountpoint /ext3fs\n"
12855 " mount /dev/sda /cd\n"
12856 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12857 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12858 "\n"
12859 msgstr ""
12860
12861 #. type: textblock
12862 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:3005
12863 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12864 msgstr ""
12865
12866 #. type: textblock
12867 #: ../src/guestfs-actions.pod:4447
12868 msgid ""
12869 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12870 "may get unexpected errors if you try to mix these calls.  It is safest to "
12871 "manually unmount filesystems and remove mountpoints after use."
12872 msgstr ""
12873
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:4451
12876 msgid ""
12877 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12878 "first, so for this to work for manual mountpoints, you must ensure that the "
12879 "innermost mountpoints have the longest pathnames, as in the example code "
12880 "above."
12881 msgstr ""
12882
12883 #. type: textblock
12884 #: ../src/guestfs-actions.pod:4456 ../fish/guestfish-actions.pod:3016
12885 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4458
12890 msgid ""
12891 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12892 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
12893 "can also trigger these issues."
12894 msgstr ""
12895
12896 #. type: textblock
12897 #: ../src/guestfs-actions.pod:4464 ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:5633
12898 msgid "(Added in 1.0.62)"
12899 msgstr ""
12900
12901 #. type: =head2
12902 #: ../src/guestfs-actions.pod:4466
12903 msgid "guestfs_mknod"
12904 msgstr ""
12905
12906 #. type: verbatim
12907 #: ../src/guestfs-actions.pod:4468
12908 #, no-wrap
12909 msgid ""
12910 " int\n"
12911 " guestfs_mknod (guestfs_h *g,\n"
12912 "                int mode,\n"
12913 "                int devmajor,\n"
12914 "                int devminor,\n"
12915 "                const char *path);\n"
12916 "\n"
12917 msgstr ""
12918
12919 #. type: textblock
12920 #: ../src/guestfs-actions.pod:4475 ../fish/guestfish-actions.pod:3026
12921 msgid ""
12922 "This call creates block or character special devices, or named pipes "
12923 "(FIFOs)."
12924 msgstr ""
12925
12926 #. type: textblock
12927 #: ../src/guestfs-actions.pod:4478 ../fish/guestfish-actions.pod:3029
12928 msgid ""
12929 "The C<mode> parameter should be the mode, using the standard constants.  "
12930 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12931 "used when creating block and character special devices."
12932 msgstr ""
12933
12934 #. type: textblock
12935 #: ../src/guestfs-actions.pod:4483
12936 msgid ""
12937 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12938 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12939 "regular file).  These constants are available in the standard Linux header "
12940 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12941 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12942 "the appropriate constant for you."
12943 msgstr ""
12944
12945 #. type: =head2
12946 #: ../src/guestfs-actions.pod:4497
12947 msgid "guestfs_mknod_b"
12948 msgstr ""
12949
12950 #. type: verbatim
12951 #: ../src/guestfs-actions.pod:4499
12952 #, no-wrap
12953 msgid ""
12954 " int\n"
12955 " guestfs_mknod_b (guestfs_h *g,\n"
12956 "                  int mode,\n"
12957 "                  int devmajor,\n"
12958 "                  int devminor,\n"
12959 "                  const char *path);\n"
12960 "\n"
12961 msgstr ""
12962
12963 #. type: textblock
12964 #: ../src/guestfs-actions.pod:4506
12965 msgid ""
12966 "This call creates a block device node called C<path> with mode C<mode> and "
12967 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12968 "wrapper around C<guestfs_mknod>."
12969 msgstr ""
12970
12971 #. type: =head2
12972 #: ../src/guestfs-actions.pod:4516
12973 msgid "guestfs_mknod_c"
12974 msgstr ""
12975
12976 #. type: verbatim
12977 #: ../src/guestfs-actions.pod:4518
12978 #, no-wrap
12979 msgid ""
12980 " int\n"
12981 " guestfs_mknod_c (guestfs_h *g,\n"
12982 "                  int mode,\n"
12983 "                  int devmajor,\n"
12984 "                  int devminor,\n"
12985 "                  const char *path);\n"
12986 "\n"
12987 msgstr ""
12988
12989 #. type: textblock
12990 #: ../src/guestfs-actions.pod:4525
12991 msgid ""
12992 "This call creates a char device node called C<path> with mode C<mode> and "
12993 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12994 "wrapper around C<guestfs_mknod>."
12995 msgstr ""
12996
12997 #. type: =head2
12998 #: ../src/guestfs-actions.pod:4535
12999 msgid "guestfs_mkswap"
13000 msgstr ""
13001
13002 #. type: verbatim
13003 #: ../src/guestfs-actions.pod:4537
13004 #, no-wrap
13005 msgid ""
13006 " int\n"
13007 " guestfs_mkswap (guestfs_h *g,\n"
13008 "                 const char *device);\n"
13009 "\n"
13010 msgstr ""
13011
13012 #. type: textblock
13013 #: ../src/guestfs-actions.pod:4541 ../fish/guestfish-actions.pod:3068
13014 msgid "Create a swap partition on C<device>."
13015 msgstr ""
13016
13017 #. type: =head2
13018 #: ../src/guestfs-actions.pod:4547
13019 msgid "guestfs_mkswap_L"
13020 msgstr ""
13021
13022 #. type: verbatim
13023 #: ../src/guestfs-actions.pod:4549
13024 #, no-wrap
13025 msgid ""
13026 " int\n"
13027 " guestfs_mkswap_L (guestfs_h *g,\n"
13028 "                   const char *label,\n"
13029 "                   const char *device);\n"
13030 "\n"
13031 msgstr ""
13032
13033 #. type: textblock
13034 #: ../src/guestfs-actions.pod:4554 ../fish/guestfish-actions.pod:3074
13035 msgid "Create a swap partition on C<device> with label C<label>."
13036 msgstr ""
13037
13038 #. type: textblock
13039 #: ../src/guestfs-actions.pod:4556 ../fish/guestfish-actions.pod:3076
13040 msgid ""
13041 "Note that you cannot attach a swap label to a block device "
13042 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13043 "the kernel or swap tools."
13044 msgstr ""
13045
13046 #. type: =head2
13047 #: ../src/guestfs-actions.pod:4564
13048 msgid "guestfs_mkswap_U"
13049 msgstr ""
13050
13051 #. type: verbatim
13052 #: ../src/guestfs-actions.pod:4566
13053 #, no-wrap
13054 msgid ""
13055 " int\n"
13056 " guestfs_mkswap_U (guestfs_h *g,\n"
13057 "                   const char *uuid,\n"
13058 "                   const char *device);\n"
13059 "\n"
13060 msgstr ""
13061
13062 #. type: textblock
13063 #: ../src/guestfs-actions.pod:4571 ../fish/guestfish-actions.pod:3084
13064 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13065 msgstr ""
13066
13067 #. type: =head2
13068 #: ../src/guestfs-actions.pod:4577
13069 msgid "guestfs_mkswap_file"
13070 msgstr ""
13071
13072 #. type: verbatim
13073 #: ../src/guestfs-actions.pod:4579
13074 #, no-wrap
13075 msgid ""
13076 " int\n"
13077 " guestfs_mkswap_file (guestfs_h *g,\n"
13078 "                      const char *path);\n"
13079 "\n"
13080 msgstr ""
13081
13082 #. type: textblock
13083 #: ../src/guestfs-actions.pod:4583 ../fish/guestfish-actions.pod:3090
13084 msgid "Create a swap file."
13085 msgstr ""
13086
13087 #. type: textblock
13088 #: ../src/guestfs-actions.pod:4585
13089 msgid ""
13090 "This command just writes a swap file signature to an existing file.  To "
13091 "create the file itself, use something like C<guestfs_fallocate>."
13092 msgstr ""
13093
13094 #. type: =head2
13095 #: ../src/guestfs-actions.pod:4592
13096 msgid "guestfs_modprobe"
13097 msgstr ""
13098
13099 #. type: verbatim
13100 #: ../src/guestfs-actions.pod:4594
13101 #, no-wrap
13102 msgid ""
13103 " int\n"
13104 " guestfs_modprobe (guestfs_h *g,\n"
13105 "                   const char *modulename);\n"
13106 "\n"
13107 msgstr ""
13108
13109 #. type: textblock
13110 #: ../src/guestfs-actions.pod:4598 ../fish/guestfish-actions.pod:3099
13111 msgid "This loads a kernel module in the appliance."
13112 msgstr ""
13113
13114 #. type: textblock
13115 #: ../src/guestfs-actions.pod:4600 ../fish/guestfish-actions.pod:3101
13116 msgid ""
13117 "The kernel module must have been whitelisted when libguestfs was built (see "
13118 "C<appliance/kmod.whitelist.in> in the source)."
13119 msgstr ""
13120
13121 #. type: =head2
13122 #: ../src/guestfs-actions.pod:4607
13123 msgid "guestfs_mount"
13124 msgstr ""
13125
13126 #. type: verbatim
13127 #: ../src/guestfs-actions.pod:4609
13128 #, no-wrap
13129 msgid ""
13130 " int\n"
13131 " guestfs_mount (guestfs_h *g,\n"
13132 "                const char *device,\n"
13133 "                const char *mountpoint);\n"
13134 "\n"
13135 msgstr ""
13136
13137 #. type: textblock
13138 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3108
13139 msgid ""
13140 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13141 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13142 "those block devices contain partitions, they will have the usual names "
13143 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13144 msgstr ""
13145
13146 #. type: textblock
13147 #: ../src/guestfs-actions.pod:4620 ../fish/guestfish-actions.pod:3114
13148 msgid ""
13149 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13150 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13151 "mounted on directories which already exist."
13152 msgstr ""
13153
13154 #. type: textblock
13155 #: ../src/guestfs-actions.pod:4625 ../fish/guestfish-actions.pod:3119
13156 msgid ""
13157 "The mounted filesystem is writable, if we have sufficient permissions on the "
13158 "underlying device."
13159 msgstr ""
13160
13161 #. type: textblock
13162 #: ../src/guestfs-actions.pod:4628
13163 msgid ""
13164 "B<Important note:> When you use this call, the filesystem options C<sync> "
13165 "and C<noatime> are set implicitly.  This was originally done because we "
13166 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13167 "very large negative performance impact and negligible effect on "
13168 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13169 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13170 "(use an empty string for the first parameter if you don't want any options)."
13171 msgstr ""
13172
13173 #. type: =head2
13174 #: ../src/guestfs-actions.pod:4642
13175 msgid "guestfs_mount_loop"
13176 msgstr ""
13177
13178 #. type: verbatim
13179 #: ../src/guestfs-actions.pod:4644
13180 #, no-wrap
13181 msgid ""
13182 " int\n"
13183 " guestfs_mount_loop (guestfs_h *g,\n"
13184 "                     const char *file,\n"
13185 "                     const char *mountpoint);\n"
13186 "\n"
13187 msgstr ""
13188
13189 #. type: textblock
13190 #: ../src/guestfs-actions.pod:4649 ../fish/guestfish-actions.pod:3136
13191 msgid ""
13192 "This command lets you mount C<file> (a filesystem image in a file) on a "
13193 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13194 "mountpoint>."
13195 msgstr ""
13196
13197 #. type: =head2
13198 #: ../src/guestfs-actions.pod:4657
13199 msgid "guestfs_mount_options"
13200 msgstr ""
13201
13202 #. type: verbatim
13203 #: ../src/guestfs-actions.pod:4659
13204 #, no-wrap
13205 msgid ""
13206 " int\n"
13207 " guestfs_mount_options (guestfs_h *g,\n"
13208 "                        const char *options,\n"
13209 "                        const char *device,\n"
13210 "                        const char *mountpoint);\n"
13211 "\n"
13212 msgstr ""
13213
13214 #. type: textblock
13215 #: ../src/guestfs-actions.pod:4665
13216 msgid ""
13217 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13218 "the mount options as for the L<mount(8)> I<-o> flag."
13219 msgstr ""
13220
13221 #. type: textblock
13222 #: ../src/guestfs-actions.pod:4669 ../fish/guestfish-actions.pod:3148
13223 msgid ""
13224 "If the C<options> parameter is an empty string, then no options are passed "
13225 "(all options default to whatever the filesystem uses)."
13226 msgstr ""
13227
13228 #. type: textblock
13229 #: ../src/guestfs-actions.pod:4675 ../src/guestfs-actions.pod:4689 ../src/guestfs-actions.pod:4706
13230 msgid "(Added in 1.0.10)"
13231 msgstr ""
13232
13233 #. type: =head2
13234 #: ../src/guestfs-actions.pod:4677
13235 msgid "guestfs_mount_ro"
13236 msgstr ""
13237
13238 #. type: verbatim
13239 #: ../src/guestfs-actions.pod:4679
13240 #, no-wrap
13241 msgid ""
13242 " int\n"
13243 " guestfs_mount_ro (guestfs_h *g,\n"
13244 "                   const char *device,\n"
13245 "                   const char *mountpoint);\n"
13246 "\n"
13247 msgstr ""
13248
13249 #. type: textblock
13250 #: ../src/guestfs-actions.pod:4684
13251 msgid ""
13252 "This is the same as the C<guestfs_mount> command, but it mounts the "
13253 "filesystem with the read-only (I<-o ro>) flag."
13254 msgstr ""
13255
13256 #. type: =head2
13257 #: ../src/guestfs-actions.pod:4691
13258 msgid "guestfs_mount_vfs"
13259 msgstr ""
13260
13261 #. type: verbatim
13262 #: ../src/guestfs-actions.pod:4693
13263 #, no-wrap
13264 msgid ""
13265 " int\n"
13266 " guestfs_mount_vfs (guestfs_h *g,\n"
13267 "                    const char *options,\n"
13268 "                    const char *vfstype,\n"
13269 "                    const char *device,\n"
13270 "                    const char *mountpoint);\n"
13271 "\n"
13272 msgstr ""
13273
13274 #. type: textblock
13275 #: ../src/guestfs-actions.pod:4700
13276 msgid ""
13277 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13278 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13279 "I<-t> flags."
13280 msgstr ""
13281
13282 #. type: =head2
13283 #: ../src/guestfs-actions.pod:4708
13284 msgid "guestfs_mountpoints"
13285 msgstr ""
13286
13287 #. type: verbatim
13288 #: ../src/guestfs-actions.pod:4710
13289 #, no-wrap
13290 msgid ""
13291 " char **\n"
13292 " guestfs_mountpoints (guestfs_h *g);\n"
13293 "\n"
13294 msgstr ""
13295
13296 #. type: textblock
13297 #: ../src/guestfs-actions.pod:4713
13298 msgid ""
13299 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13300 "devices.  This one returns a hash table (map) of device name to directory "
13301 "where the device is mounted."
13302 msgstr ""
13303
13304 #. type: =head2
13305 #: ../src/guestfs-actions.pod:4725
13306 msgid "guestfs_mounts"
13307 msgstr ""
13308
13309 #. type: verbatim
13310 #: ../src/guestfs-actions.pod:4727
13311 #, no-wrap
13312 msgid ""
13313 " char **\n"
13314 " guestfs_mounts (guestfs_h *g);\n"
13315 "\n"
13316 msgstr ""
13317
13318 #. type: textblock
13319 #: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3179
13320 msgid ""
13321 "This returns the list of currently mounted filesystems.  It returns the list "
13322 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13323 msgstr ""
13324
13325 #. type: textblock
13326 #: ../src/guestfs-actions.pod:4733 ../fish/guestfish-actions.pod:3182
13327 msgid "Some internal mounts are not shown."
13328 msgstr ""
13329
13330 #. type: textblock
13331 #: ../src/guestfs-actions.pod:4735
13332 msgid "See also: C<guestfs_mountpoints>"
13333 msgstr ""
13334
13335 #. type: =head2
13336 #: ../src/guestfs-actions.pod:4743
13337 msgid "guestfs_mv"
13338 msgstr ""
13339
13340 #. type: verbatim
13341 #: ../src/guestfs-actions.pod:4745
13342 #, no-wrap
13343 msgid ""
13344 " int\n"
13345 " guestfs_mv (guestfs_h *g,\n"
13346 "             const char *src,\n"
13347 "             const char *dest);\n"
13348 "\n"
13349 msgstr ""
13350
13351 #. type: textblock
13352 #: ../src/guestfs-actions.pod:4750 ../fish/guestfish-actions.pod:3190
13353 msgid ""
13354 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13355 "destination filename or destination directory."
13356 msgstr ""
13357
13358 #. type: =head2
13359 #: ../src/guestfs-actions.pod:4757
13360 msgid "guestfs_ntfs_3g_probe"
13361 msgstr ""
13362
13363 #. type: verbatim
13364 #: ../src/guestfs-actions.pod:4759
13365 #, no-wrap
13366 msgid ""
13367 " int\n"
13368 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13369 "                        int rw,\n"
13370 "                        const char *device);\n"
13371 "\n"
13372 msgstr ""
13373
13374 #. type: textblock
13375 #: ../src/guestfs-actions.pod:4764 ../fish/guestfish-actions.pod:3197
13376 msgid ""
13377 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13378 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13379 "read-write, and some cannot be mounted at all)."
13380 msgstr ""
13381
13382 #. type: textblock
13383 #: ../src/guestfs-actions.pod:4768 ../fish/guestfish-actions.pod:3201
13384 msgid ""
13385 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13386 "can be mounted read-write.  Set it to false if you want to test if the "
13387 "volume can be mounted read-only."
13388 msgstr ""
13389
13390 #. type: textblock
13391 #: ../src/guestfs-actions.pod:4772 ../fish/guestfish-actions.pod:3205
13392 msgid ""
13393 "The return value is an integer which C<0> if the operation would succeed, or "
13394 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13395 msgstr ""
13396
13397 #. type: textblock
13398 #: ../src/guestfs-actions.pod:4778
13399 msgid "(Added in 1.0.43)"
13400 msgstr ""
13401
13402 #. type: =head2
13403 #: ../src/guestfs-actions.pod:4780
13404 msgid "guestfs_ntfsresize"
13405 msgstr ""
13406
13407 #. type: verbatim
13408 #: ../src/guestfs-actions.pod:4782
13409 #, no-wrap
13410 msgid ""
13411 " int\n"
13412 " guestfs_ntfsresize (guestfs_h *g,\n"
13413 "                     const char *device);\n"
13414 "\n"
13415 msgstr ""
13416
13417 #. type: textblock
13418 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3213
13419 msgid ""
13420 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13421 "size of the underlying device.  See also L<ntfsresize(8)>."
13422 msgstr ""
13423
13424 #. type: =head2
13425 #: ../src/guestfs-actions.pod:4794
13426 msgid "guestfs_ntfsresize_size"
13427 msgstr ""
13428
13429 #. type: verbatim
13430 #: ../src/guestfs-actions.pod:4796
13431 #, no-wrap
13432 msgid ""
13433 " int\n"
13434 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13435 "                          const char *device,\n"
13436 "                          int64_t size);\n"
13437 "\n"
13438 msgstr ""
13439
13440 #. type: textblock
13441 #: ../src/guestfs-actions.pod:4801
13442 msgid ""
13443 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13444 "to specify the new size (in bytes) explicitly."
13445 msgstr ""
13446
13447 #. type: textblock
13448 #: ../src/guestfs-actions.pod:4806 ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5315 ../src/guestfs-actions.pod:5581 ../src/guestfs-actions.pod:7152
13449 msgid "(Added in 1.3.14)"
13450 msgstr ""
13451
13452 #. type: =head2
13453 #: ../src/guestfs-actions.pod:4808
13454 msgid "guestfs_part_add"
13455 msgstr ""
13456
13457 #. type: verbatim
13458 #: ../src/guestfs-actions.pod:4810
13459 #, no-wrap
13460 msgid ""
13461 " int\n"
13462 " guestfs_part_add (guestfs_h *g,\n"
13463 "                   const char *device,\n"
13464 "                   const char *prlogex,\n"
13465 "                   int64_t startsect,\n"
13466 "                   int64_t endsect);\n"
13467 "\n"
13468 msgstr ""
13469
13470 #. type: textblock
13471 #: ../src/guestfs-actions.pod:4817
13472 msgid ""
13473 "This command adds a partition to C<device>.  If there is no partition table "
13474 "on the device, call C<guestfs_part_init> first."
13475 msgstr ""
13476
13477 #. type: textblock
13478 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3231
13479 msgid ""
13480 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13481 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13482 "C<logical>) and C<e> (or C<extended>) partition types."
13483 msgstr ""
13484
13485 #. type: textblock
13486 #: ../src/guestfs-actions.pod:4825 ../fish/guestfish-actions.pod:3236
13487 msgid ""
13488 "C<startsect> and C<endsect> are the start and end of the partition in "
13489 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13490 "from the end of the disk (C<-1> is the last sector)."
13491 msgstr ""
13492
13493 #. type: textblock
13494 #: ../src/guestfs-actions.pod:4829
13495 msgid ""
13496 "Creating a partition which covers the whole disk is not so easy.  Use "
13497 "C<guestfs_part_disk> to do that."
13498 msgstr ""
13499
13500 #. type: textblock
13501 #: ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:4872 ../src/guestfs-actions.pod:4925 ../src/guestfs-actions.pod:5003 ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5060 ../src/guestfs-actions.pod:5100
13502 msgid "(Added in 1.0.78)"
13503 msgstr ""
13504
13505 #. type: =head2
13506 #: ../src/guestfs-actions.pod:4836
13507 msgid "guestfs_part_del"
13508 msgstr ""
13509
13510 #. type: verbatim
13511 #: ../src/guestfs-actions.pod:4838
13512 #, no-wrap
13513 msgid ""
13514 " int\n"
13515 " guestfs_part_del (guestfs_h *g,\n"
13516 "                   const char *device,\n"
13517 "                   int partnum);\n"
13518 "\n"
13519 msgstr ""
13520
13521 #. type: textblock
13522 #: ../src/guestfs-actions.pod:4843 ../fish/guestfish-actions.pod:3247
13523 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13524 msgstr ""
13525
13526 #. type: textblock
13527 #: ../src/guestfs-actions.pod:4845 ../fish/guestfish-actions.pod:3249
13528 msgid ""
13529 "Note that in the case of MBR partitioning, deleting an extended partition "
13530 "also deletes any logical partitions it contains."
13531 msgstr ""
13532
13533 #. type: =head2
13534 #: ../src/guestfs-actions.pod:4853
13535 msgid "guestfs_part_disk"
13536 msgstr ""
13537
13538 #. type: verbatim
13539 #: ../src/guestfs-actions.pod:4855
13540 #, no-wrap
13541 msgid ""
13542 " int\n"
13543 " guestfs_part_disk (guestfs_h *g,\n"
13544 "                    const char *device,\n"
13545 "                    const char *parttype);\n"
13546 "\n"
13547 msgstr ""
13548
13549 #. type: textblock
13550 #: ../src/guestfs-actions.pod:4860
13551 msgid ""
13552 "This command is simply a combination of C<guestfs_part_init> followed by "
13553 "C<guestfs_part_add> to create a single primary partition covering the whole "
13554 "disk."
13555 msgstr ""
13556
13557 #. type: textblock
13558 #: ../src/guestfs-actions.pod:4864
13559 msgid ""
13560 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13561 "possible values are described in C<guestfs_part_init>."
13562 msgstr ""
13563
13564 #. type: =head2
13565 #: ../src/guestfs-actions.pod:4874
13566 msgid "guestfs_part_get_bootable"
13567 msgstr ""
13568
13569 #. type: verbatim
13570 #: ../src/guestfs-actions.pod:4876
13571 #, no-wrap
13572 msgid ""
13573 " int\n"
13574 " guestfs_part_get_bootable (guestfs_h *g,\n"
13575 "                            const char *device,\n"
13576 "                            int partnum);\n"
13577 "\n"
13578 msgstr ""
13579
13580 #. type: textblock
13581 #: ../src/guestfs-actions.pod:4881 ../fish/guestfish-actions.pod:3271
13582 msgid ""
13583 "This command returns true if the partition C<partnum> on C<device> has the "
13584 "bootable flag set."
13585 msgstr ""
13586
13587 #. type: textblock
13588 #: ../src/guestfs-actions.pod:4884
13589 msgid "See also C<guestfs_part_set_bootable>."
13590 msgstr ""
13591
13592 #. type: =head2
13593 #: ../src/guestfs-actions.pod:4890
13594 msgid "guestfs_part_get_mbr_id"
13595 msgstr ""
13596
13597 #. type: verbatim
13598 #: ../src/guestfs-actions.pod:4892
13599 #, no-wrap
13600 msgid ""
13601 " int\n"
13602 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13603 "                          const char *device,\n"
13604 "                          int partnum);\n"
13605 "\n"
13606 msgstr ""
13607
13608 #. type: textblock
13609 #: ../src/guestfs-actions.pod:4897 ../fish/guestfish-actions.pod:3280
13610 msgid ""
13611 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13612 "partition C<partnum>."
13613 msgstr ""
13614
13615 #. type: textblock
13616 #: ../src/guestfs-actions.pod:4900 ../src/guestfs-actions.pod:5076
13617 msgid ""
13618 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13619 "undefined results for other partition table types (see "
13620 "C<guestfs_part_get_parttype>)."
13621 msgstr ""
13622
13623 #. type: =head2
13624 #: ../src/guestfs-actions.pod:4908
13625 msgid "guestfs_part_get_parttype"
13626 msgstr ""
13627
13628 #. type: verbatim
13629 #: ../src/guestfs-actions.pod:4910
13630 #, no-wrap
13631 msgid ""
13632 " char *\n"
13633 " guestfs_part_get_parttype (guestfs_h *g,\n"
13634 "                            const char *device);\n"
13635 "\n"
13636 msgstr ""
13637
13638 #. type: textblock
13639 #: ../src/guestfs-actions.pod:4914 ../fish/guestfish-actions.pod:3291
13640 msgid ""
13641 "This command examines the partition table on C<device> and returns the "
13642 "partition table type (format) being used."
13643 msgstr ""
13644
13645 #. type: textblock
13646 #: ../src/guestfs-actions.pod:4917
13647 msgid ""
13648 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13649 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13650 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13651 msgstr ""
13652
13653 #. type: =head2
13654 #: ../src/guestfs-actions.pod:4927
13655 msgid "guestfs_part_init"
13656 msgstr ""
13657
13658 #. type: verbatim
13659 #: ../src/guestfs-actions.pod:4929
13660 #, no-wrap
13661 msgid ""
13662 " int\n"
13663 " guestfs_part_init (guestfs_h *g,\n"
13664 "                    const char *device,\n"
13665 "                    const char *parttype);\n"
13666 "\n"
13667 msgstr ""
13668
13669 #. type: textblock
13670 #: ../src/guestfs-actions.pod:4934 ../fish/guestfish-actions.pod:3303
13671 msgid ""
13672 "This creates an empty partition table on C<device> of one of the partition "
13673 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13674 "(for large disks)."
13675 msgstr ""
13676
13677 #. type: textblock
13678 #: ../src/guestfs-actions.pod:4938
13679 msgid ""
13680 "Initially there are no partitions.  Following this, you should call "
13681 "C<guestfs_part_add> for each partition required."
13682 msgstr ""
13683
13684 #. type: textblock
13685 #: ../src/guestfs-actions.pod:4941 ../fish/guestfish-actions.pod:3310
13686 msgid "Possible values for C<parttype> are:"
13687 msgstr ""
13688
13689 #. type: =item
13690 #: ../src/guestfs-actions.pod:4945 ../fish/guestfish-actions.pod:3314
13691 msgid "B<efi> | B<gpt>"
13692 msgstr ""
13693
13694 #. type: textblock
13695 #: ../src/guestfs-actions.pod:4947 ../fish/guestfish-actions.pod:3316
13696 msgid "Intel EFI / GPT partition table."
13697 msgstr ""
13698
13699 #. type: textblock
13700 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3318
13701 msgid ""
13702 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13703 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13704 "the C<mbr> format."
13705 msgstr ""
13706
13707 #. type: =item
13708 #: ../src/guestfs-actions.pod:4953 ../fish/guestfish-actions.pod:3322
13709 msgid "B<mbr> | B<msdos>"
13710 msgstr ""
13711
13712 #. type: textblock
13713 #: ../src/guestfs-actions.pod:4955 ../fish/guestfish-actions.pod:3324
13714 msgid ""
13715 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13716 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13717 "TB.  For large disks we recommend using C<gpt>."
13718 msgstr ""
13719
13720 #. type: textblock
13721 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3331
13722 msgid "Other partition table types that may work but are not supported include:"
13723 msgstr ""
13724
13725 #. type: =item
13726 #: ../src/guestfs-actions.pod:4967 ../fish/guestfish-actions.pod:3336
13727 msgid "B<aix>"
13728 msgstr ""
13729
13730 #. type: textblock
13731 #: ../src/guestfs-actions.pod:4969 ../fish/guestfish-actions.pod:3338
13732 msgid "AIX disk labels."
13733 msgstr ""
13734
13735 #. type: =item
13736 #: ../src/guestfs-actions.pod:4971 ../fish/guestfish-actions.pod:3340
13737 msgid "B<amiga> | B<rdb>"
13738 msgstr ""
13739
13740 #. type: textblock
13741 #: ../src/guestfs-actions.pod:4973 ../fish/guestfish-actions.pod:3342
13742 msgid "Amiga \"Rigid Disk Block\" format."
13743 msgstr ""
13744
13745 #. type: =item
13746 #: ../src/guestfs-actions.pod:4975 ../fish/guestfish-actions.pod:3344
13747 msgid "B<bsd>"
13748 msgstr ""
13749
13750 #. type: textblock
13751 #: ../src/guestfs-actions.pod:4977 ../fish/guestfish-actions.pod:3346
13752 msgid "BSD disk labels."
13753 msgstr ""
13754
13755 #. type: =item
13756 #: ../src/guestfs-actions.pod:4979 ../fish/guestfish-actions.pod:3348
13757 msgid "B<dasd>"
13758 msgstr ""
13759
13760 #. type: textblock
13761 #: ../src/guestfs-actions.pod:4981 ../fish/guestfish-actions.pod:3350
13762 msgid "DASD, used on IBM mainframes."
13763 msgstr ""
13764
13765 #. type: =item
13766 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3352
13767 msgid "B<dvh>"
13768 msgstr ""
13769
13770 #. type: textblock
13771 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3354
13772 msgid "MIPS/SGI volumes."
13773 msgstr ""
13774
13775 #. type: =item
13776 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3356
13777 msgid "B<mac>"
13778 msgstr ""
13779
13780 #. type: textblock
13781 #: ../src/guestfs-actions.pod:4989 ../fish/guestfish-actions.pod:3358
13782 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13783 msgstr ""
13784
13785 #. type: =item
13786 #: ../src/guestfs-actions.pod:4991 ../fish/guestfish-actions.pod:3360
13787 msgid "B<pc98>"
13788 msgstr ""
13789
13790 #. type: textblock
13791 #: ../src/guestfs-actions.pod:4993 ../fish/guestfish-actions.pod:3362
13792 msgid "NEC PC-98 format, common in Japan apparently."
13793 msgstr ""
13794
13795 #. type: =item
13796 #: ../src/guestfs-actions.pod:4995 ../fish/guestfish-actions.pod:3364
13797 msgid "B<sun>"
13798 msgstr ""
13799
13800 #. type: textblock
13801 #: ../src/guestfs-actions.pod:4997 ../fish/guestfish-actions.pod:3366
13802 msgid "Sun disk labels."
13803 msgstr ""
13804
13805 #. type: =head2
13806 #: ../src/guestfs-actions.pod:5005
13807 msgid "guestfs_part_list"
13808 msgstr ""
13809
13810 #. type: verbatim
13811 #: ../src/guestfs-actions.pod:5007
13812 #, no-wrap
13813 msgid ""
13814 " struct guestfs_partition_list *\n"
13815 " guestfs_part_list (guestfs_h *g,\n"
13816 "                    const char *device);\n"
13817 "\n"
13818 msgstr ""
13819
13820 #. type: textblock
13821 #: ../src/guestfs-actions.pod:5011 ../fish/guestfish-actions.pod:3374
13822 msgid ""
13823 "This command parses the partition table on C<device> and returns the list of "
13824 "partitions found."
13825 msgstr ""
13826
13827 #. type: textblock
13828 #: ../src/guestfs-actions.pod:5014 ../fish/guestfish-actions.pod:3377
13829 msgid "The fields in the returned structure are:"
13830 msgstr ""
13831
13832 #. type: =item
13833 #: ../src/guestfs-actions.pod:5018 ../fish/guestfish-actions.pod:3381
13834 msgid "B<part_num>"
13835 msgstr ""
13836
13837 #. type: textblock
13838 #: ../src/guestfs-actions.pod:5020 ../fish/guestfish-actions.pod:3383
13839 msgid "Partition number, counting from 1."
13840 msgstr ""
13841
13842 #. type: =item
13843 #: ../src/guestfs-actions.pod:5022 ../fish/guestfish-actions.pod:3385
13844 msgid "B<part_start>"
13845 msgstr ""
13846
13847 #. type: textblock
13848 #: ../src/guestfs-actions.pod:5024
13849 msgid ""
13850 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13851 "the device's sector size, see C<guestfs_blockdev_getss>."
13852 msgstr ""
13853
13854 #. type: =item
13855 #: ../src/guestfs-actions.pod:5027 ../fish/guestfish-actions.pod:3390
13856 msgid "B<part_end>"
13857 msgstr ""
13858
13859 #. type: textblock
13860 #: ../src/guestfs-actions.pod:5029 ../fish/guestfish-actions.pod:3392
13861 msgid "End of the partition in bytes."
13862 msgstr ""
13863
13864 #. type: =item
13865 #: ../src/guestfs-actions.pod:5031 ../fish/guestfish-actions.pod:3394
13866 msgid "B<part_size>"
13867 msgstr ""
13868
13869 #. type: textblock
13870 #: ../src/guestfs-actions.pod:5033 ../fish/guestfish-actions.pod:3396
13871 msgid "Size of the partition in bytes."
13872 msgstr ""
13873
13874 #. type: textblock
13875 #: ../src/guestfs-actions.pod:5037
13876 msgid ""
13877 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13878 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13879 "use>."
13880 msgstr ""
13881
13882 #. type: =head2
13883 #: ../src/guestfs-actions.pod:5043
13884 msgid "guestfs_part_set_bootable"
13885 msgstr ""
13886
13887 #. type: verbatim
13888 #: ../src/guestfs-actions.pod:5045
13889 #, no-wrap
13890 msgid ""
13891 " int\n"
13892 " guestfs_part_set_bootable (guestfs_h *g,\n"
13893 "                            const char *device,\n"
13894 "                            int partnum,\n"
13895 "                            int bootable);\n"
13896 "\n"
13897 msgstr ""
13898
13899 #. type: textblock
13900 #: ../src/guestfs-actions.pod:5051 ../fish/guestfish-actions.pod:3404
13901 msgid ""
13902 "This sets the bootable flag on partition numbered C<partnum> on device "
13903 "C<device>.  Note that partitions are numbered from 1."
13904 msgstr ""
13905
13906 #. type: textblock
13907 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3407
13908 msgid ""
13909 "The bootable flag is used by some operating systems (notably Windows) to "
13910 "determine which partition to boot from.  It is by no means universally "
13911 "recognized."
13912 msgstr ""
13913
13914 #. type: =head2
13915 #: ../src/guestfs-actions.pod:5062
13916 msgid "guestfs_part_set_mbr_id"
13917 msgstr ""
13918
13919 #. type: verbatim
13920 #: ../src/guestfs-actions.pod:5064
13921 #, no-wrap
13922 msgid ""
13923 " int\n"
13924 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13925 "                          const char *device,\n"
13926 "                          int partnum,\n"
13927 "                          int idbyte);\n"
13928 "\n"
13929 msgstr ""
13930
13931 #. type: textblock
13932 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3415
13933 msgid ""
13934 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13935 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13936 "documentation are in fact hexadecimal numbers, but usually documented "
13937 "without any leading \"0x\" which might be confusing."
13938 msgstr ""
13939
13940 #. type: =head2
13941 #: ../src/guestfs-actions.pod:5084
13942 msgid "guestfs_part_set_name"
13943 msgstr ""
13944
13945 #. type: verbatim
13946 #: ../src/guestfs-actions.pod:5086
13947 #, no-wrap
13948 msgid ""
13949 " int\n"
13950 " guestfs_part_set_name (guestfs_h *g,\n"
13951 "                        const char *device,\n"
13952 "                        int partnum,\n"
13953 "                        const char *name);\n"
13954 "\n"
13955 msgstr ""
13956
13957 #. type: textblock
13958 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3429
13959 msgid ""
13960 "This sets the partition name on partition numbered C<partnum> on device "
13961 "C<device>.  Note that partitions are numbered from 1."
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3432
13966 msgid ""
13967 "The partition name can only be set on certain types of partition table.  "
13968 "This works on C<gpt> but not on C<mbr> partitions."
13969 msgstr ""
13970
13971 #. type: =head2
13972 #: ../src/guestfs-actions.pod:5102
13973 msgid "guestfs_part_to_dev"
13974 msgstr ""
13975
13976 #. type: verbatim
13977 #: ../src/guestfs-actions.pod:5104
13978 #, no-wrap
13979 msgid ""
13980 " char *\n"
13981 " guestfs_part_to_dev (guestfs_h *g,\n"
13982 "                      const char *partition);\n"
13983 "\n"
13984 msgstr ""
13985
13986 #. type: textblock
13987 #: ../src/guestfs-actions.pod:5108 ../fish/guestfish-actions.pod:3439
13988 msgid ""
13989 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13990 "partition number, returning the device name (eg. \"/dev/sdb\")."
13991 msgstr ""
13992
13993 #. type: textblock
13994 #: ../src/guestfs-actions.pod:5112
13995 msgid ""
13996 "The named partition must exist, for example as a string returned from "
13997 "C<guestfs_list_partitions>."
13998 msgstr ""
13999
14000 #. type: =head2
14001 #: ../src/guestfs-actions.pod:5120
14002 msgid "guestfs_ping_daemon"
14003 msgstr ""
14004
14005 #. type: verbatim
14006 #: ../src/guestfs-actions.pod:5122
14007 #, no-wrap
14008 msgid ""
14009 " int\n"
14010 " guestfs_ping_daemon (guestfs_h *g);\n"
14011 "\n"
14012 msgstr ""
14013
14014 #. type: textblock
14015 #: ../src/guestfs-actions.pod:5125 ../fish/guestfish-actions.pod:3450
14016 msgid ""
14017 "This is a test probe into the guestfs daemon running inside the qemu "
14018 "subprocess.  Calling this function checks that the daemon responds to the "
14019 "ping message, without affecting the daemon or attached block device(s) in "
14020 "any other way."
14021 msgstr ""
14022
14023 #. type: =head2
14024 #: ../src/guestfs-actions.pod:5134
14025 msgid "guestfs_pread"
14026 msgstr ""
14027
14028 #. type: verbatim
14029 #: ../src/guestfs-actions.pod:5136
14030 #, no-wrap
14031 msgid ""
14032 " char *\n"
14033 " guestfs_pread (guestfs_h *g,\n"
14034 "                const char *path,\n"
14035 "                int count,\n"
14036 "                int64_t offset,\n"
14037 "                size_t *size_r);\n"
14038 "\n"
14039 msgstr ""
14040
14041 #. type: textblock
14042 #: ../src/guestfs-actions.pod:5143 ../fish/guestfish-actions.pod:3459
14043 msgid ""
14044 "This command lets you read part of a file.  It reads C<count> bytes of the "
14045 "file, starting at C<offset>, from file C<path>."
14046 msgstr ""
14047
14048 #. type: textblock
14049 #: ../src/guestfs-actions.pod:5146 ../src/guestfs-actions.pod:5172 ../fish/guestfish-actions.pod:3462 ../fish/guestfish-actions.pod:3477
14050 msgid ""
14051 "This may read fewer bytes than requested.  For further details see the "
14052 "L<pread(2)> system call."
14053 msgstr ""
14054
14055 #. type: textblock
14056 #: ../src/guestfs-actions.pod:5149
14057 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14058 msgstr ""
14059
14060 #. type: =head2
14061 #: ../src/guestfs-actions.pod:5160
14062 msgid "guestfs_pread_device"
14063 msgstr ""
14064
14065 #. type: verbatim
14066 #: ../src/guestfs-actions.pod:5162
14067 #, no-wrap
14068 msgid ""
14069 " char *\n"
14070 " guestfs_pread_device (guestfs_h *g,\n"
14071 "                       const char *device,\n"
14072 "                       int count,\n"
14073 "                       int64_t offset,\n"
14074 "                       size_t *size_r);\n"
14075 "\n"
14076 msgstr ""
14077
14078 #. type: textblock
14079 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3474
14080 msgid ""
14081 "This command lets you read part of a file.  It reads C<count> bytes of "
14082 "C<device>, starting at C<offset>."
14083 msgstr ""
14084
14085 #. type: textblock
14086 #: ../src/guestfs-actions.pod:5175
14087 msgid "See also C<guestfs_pread>."
14088 msgstr ""
14089
14090 #. type: textblock
14091 #: ../src/guestfs-actions.pod:5184
14092 msgid "(Added in 1.5.21)"
14093 msgstr ""
14094
14095 #. type: =head2
14096 #: ../src/guestfs-actions.pod:5186
14097 msgid "guestfs_pvcreate"
14098 msgstr ""
14099
14100 #. type: verbatim
14101 #: ../src/guestfs-actions.pod:5188
14102 #, no-wrap
14103 msgid ""
14104 " int\n"
14105 " guestfs_pvcreate (guestfs_h *g,\n"
14106 "                   const char *device);\n"
14107 "\n"
14108 msgstr ""
14109
14110 #. type: textblock
14111 #: ../src/guestfs-actions.pod:5192 ../fish/guestfish-actions.pod:3489
14112 msgid ""
14113 "This creates an LVM physical volume on the named C<device>, where C<device> "
14114 "should usually be a partition name such as C</dev/sda1>."
14115 msgstr ""
14116
14117 #. type: =head2
14118 #: ../src/guestfs-actions.pod:5200
14119 msgid "guestfs_pvremove"
14120 msgstr ""
14121
14122 #. type: verbatim
14123 #: ../src/guestfs-actions.pod:5202
14124 #, no-wrap
14125 msgid ""
14126 " int\n"
14127 " guestfs_pvremove (guestfs_h *g,\n"
14128 "                   const char *device);\n"
14129 "\n"
14130 msgstr ""
14131
14132 #. type: textblock
14133 #: ../src/guestfs-actions.pod:5206 ../fish/guestfish-actions.pod:3497
14134 msgid ""
14135 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14136 "it."
14137 msgstr ""
14138
14139 #. type: textblock
14140 #: ../src/guestfs-actions.pod:5209 ../fish/guestfish-actions.pod:3500
14141 msgid ""
14142 "The implementation uses the C<pvremove> command which refuses to wipe "
14143 "physical volumes that contain any volume groups, so you have to remove those "
14144 "first."
14145 msgstr ""
14146
14147 #. type: =head2
14148 #: ../src/guestfs-actions.pod:5217
14149 msgid "guestfs_pvresize"
14150 msgstr ""
14151
14152 #. type: verbatim
14153 #: ../src/guestfs-actions.pod:5219
14154 #, no-wrap
14155 msgid ""
14156 " int\n"
14157 " guestfs_pvresize (guestfs_h *g,\n"
14158 "                   const char *device);\n"
14159 "\n"
14160 msgstr ""
14161
14162 #. type: textblock
14163 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3508
14164 msgid ""
14165 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14166 "the new size of the underlying device."
14167 msgstr ""
14168
14169 #. type: =head2
14170 #: ../src/guestfs-actions.pod:5230
14171 msgid "guestfs_pvresize_size"
14172 msgstr ""
14173
14174 #. type: verbatim
14175 #: ../src/guestfs-actions.pod:5232
14176 #, no-wrap
14177 msgid ""
14178 " int\n"
14179 " guestfs_pvresize_size (guestfs_h *g,\n"
14180 "                        const char *device,\n"
14181 "                        int64_t size);\n"
14182 "\n"
14183 msgstr ""
14184
14185 #. type: textblock
14186 #: ../src/guestfs-actions.pod:5237
14187 msgid ""
14188 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14189 "specify the new size (in bytes) explicitly."
14190 msgstr ""
14191
14192 #. type: =head2
14193 #: ../src/guestfs-actions.pod:5244
14194 msgid "guestfs_pvs"
14195 msgstr ""
14196
14197 #. type: verbatim
14198 #: ../src/guestfs-actions.pod:5246
14199 #, no-wrap
14200 msgid ""
14201 " char **\n"
14202 " guestfs_pvs (guestfs_h *g);\n"
14203 "\n"
14204 msgstr ""
14205
14206 #. type: textblock
14207 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3522
14208 msgid ""
14209 "List all the physical volumes detected.  This is the equivalent of the "
14210 "L<pvs(8)> command."
14211 msgstr ""
14212
14213 #. type: textblock
14214 #: ../src/guestfs-actions.pod:5252 ../fish/guestfish-actions.pod:3525
14215 msgid ""
14216 "This returns a list of just the device names that contain PVs "
14217 "(eg. C</dev/sda2>)."
14218 msgstr ""
14219
14220 #. type: textblock
14221 #: ../src/guestfs-actions.pod:5255
14222 msgid "See also C<guestfs_pvs_full>."
14223 msgstr ""
14224
14225 #. type: =head2
14226 #: ../src/guestfs-actions.pod:5263
14227 msgid "guestfs_pvs_full"
14228 msgstr ""
14229
14230 #. type: verbatim
14231 #: ../src/guestfs-actions.pod:5265
14232 #, no-wrap
14233 msgid ""
14234 " struct guestfs_lvm_pv_list *\n"
14235 " guestfs_pvs_full (guestfs_h *g);\n"
14236 "\n"
14237 msgstr ""
14238
14239 #. type: textblock
14240 #: ../src/guestfs-actions.pod:5268 ../fish/guestfish-actions.pod:3534
14241 msgid ""
14242 "List all the physical volumes detected.  This is the equivalent of the "
14243 "L<pvs(8)> command.  The \"full\" version includes all fields."
14244 msgstr ""
14245
14246 #. type: textblock
14247 #: ../src/guestfs-actions.pod:5271
14248 msgid ""
14249 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14250 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14251 "use>."
14252 msgstr ""
14253
14254 #. type: =head2
14255 #: ../src/guestfs-actions.pod:5277
14256 msgid "guestfs_pvuuid"
14257 msgstr ""
14258
14259 #. type: verbatim
14260 #: ../src/guestfs-actions.pod:5279
14261 #, no-wrap
14262 msgid ""
14263 " char *\n"
14264 " guestfs_pvuuid (guestfs_h *g,\n"
14265 "                 const char *device);\n"
14266 "\n"
14267 msgstr ""
14268
14269 #. type: textblock
14270 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3541
14271 msgid "This command returns the UUID of the LVM PV C<device>."
14272 msgstr ""
14273
14274 #. type: =head2
14275 #: ../src/guestfs-actions.pod:5290
14276 msgid "guestfs_pwrite"
14277 msgstr ""
14278
14279 #. type: verbatim
14280 #: ../src/guestfs-actions.pod:5292
14281 #, no-wrap
14282 msgid ""
14283 " int\n"
14284 " guestfs_pwrite (guestfs_h *g,\n"
14285 "                 const char *path,\n"
14286 "                 const char *content,\n"
14287 "                 size_t content_size,\n"
14288 "                 int64_t offset);\n"
14289 "\n"
14290 msgstr ""
14291
14292 #. type: textblock
14293 #: ../src/guestfs-actions.pod:5299 ../fish/guestfish-actions.pod:3547
14294 msgid ""
14295 "This command writes to part of a file.  It writes the data buffer C<content> "
14296 "to the file C<path> starting at offset C<offset>."
14297 msgstr ""
14298
14299 #. type: textblock
14300 #: ../src/guestfs-actions.pod:5302 ../fish/guestfish-actions.pod:3550
14301 msgid ""
14302 "This command implements the L<pwrite(2)> system call, and like that system "
14303 "call it may not write the full data requested.  The return value is the "
14304 "number of bytes that were actually written to the file.  This could even be "
14305 "0, although short writes are unlikely for regular files in ordinary "
14306 "circumstances."
14307 msgstr ""
14308
14309 #. type: textblock
14310 #: ../src/guestfs-actions.pod:5308
14311 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14312 msgstr ""
14313
14314 #. type: =head2
14315 #: ../src/guestfs-actions.pod:5317
14316 msgid "guestfs_pwrite_device"
14317 msgstr ""
14318
14319 #. type: verbatim
14320 #: ../src/guestfs-actions.pod:5319
14321 #, no-wrap
14322 msgid ""
14323 " int\n"
14324 " guestfs_pwrite_device (guestfs_h *g,\n"
14325 "                        const char *device,\n"
14326 "                        const char *content,\n"
14327 "                        size_t content_size,\n"
14328 "                        int64_t offset);\n"
14329 "\n"
14330 msgstr ""
14331
14332 #. type: textblock
14333 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3565
14334 msgid ""
14335 "This command writes to part of a device.  It writes the data buffer "
14336 "C<content> to C<device> starting at offset C<offset>."
14337 msgstr ""
14338
14339 #. type: textblock
14340 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3568
14341 msgid ""
14342 "This command implements the L<pwrite(2)> system call, and like that system "
14343 "call it may not write the full data requested (although short writes to disk "
14344 "devices and partitions are probably impossible with standard Linux kernels)."
14345 msgstr ""
14346
14347 #. type: textblock
14348 #: ../src/guestfs-actions.pod:5334
14349 msgid "See also C<guestfs_pwrite>."
14350 msgstr ""
14351
14352 #. type: textblock
14353 #: ../src/guestfs-actions.pod:5341
14354 msgid "(Added in 1.5.20)"
14355 msgstr ""
14356
14357 #. type: =head2
14358 #: ../src/guestfs-actions.pod:5343
14359 msgid "guestfs_read_file"
14360 msgstr ""
14361
14362 #. type: verbatim
14363 #: ../src/guestfs-actions.pod:5345
14364 #, no-wrap
14365 msgid ""
14366 " char *\n"
14367 " guestfs_read_file (guestfs_h *g,\n"
14368 "                    const char *path,\n"
14369 "                    size_t *size_r);\n"
14370 "\n"
14371 msgstr ""
14372
14373 #. type: textblock
14374 #: ../src/guestfs-actions.pod:5350 ../fish/guestfish-actions.pod:3582
14375 msgid "This calls returns the contents of the file C<path> as a buffer."
14376 msgstr ""
14377
14378 #. type: textblock
14379 #: ../src/guestfs-actions.pod:5353
14380 msgid ""
14381 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14382 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14383 "function is limited in the total size of file that can be handled."
14384 msgstr ""
14385
14386 #. type: textblock
14387 #: ../src/guestfs-actions.pod:5365
14388 msgid "(Added in 1.0.63)"
14389 msgstr ""
14390
14391 #. type: =head2
14392 #: ../src/guestfs-actions.pod:5367
14393 msgid "guestfs_read_lines"
14394 msgstr ""
14395
14396 #. type: verbatim
14397 #: ../src/guestfs-actions.pod:5369
14398 #, no-wrap
14399 msgid ""
14400 " char **\n"
14401 " guestfs_read_lines (guestfs_h *g,\n"
14402 "                     const char *path);\n"
14403 "\n"
14404 msgstr ""
14405
14406 #. type: textblock
14407 #: ../src/guestfs-actions.pod:5375 ../fish/guestfish-actions.pod:3599
14408 msgid ""
14409 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14410 "C<CRLF> character sequences are I<not> returned."
14411 msgstr ""
14412
14413 #. type: textblock
14414 #: ../src/guestfs-actions.pod:5378
14415 msgid ""
14416 "Note that this function cannot correctly handle binary files (specifically, "
14417 "files containing C<\\0> character which is treated as end of line).  For "
14418 "those you need to use the C<guestfs_read_file> function which has a more "
14419 "complex interface."
14420 msgstr ""
14421
14422 #. type: =head2
14423 #: ../src/guestfs-actions.pod:5389
14424 msgid "guestfs_readdir"
14425 msgstr ""
14426
14427 #. type: verbatim
14428 #: ../src/guestfs-actions.pod:5391
14429 #, no-wrap
14430 msgid ""
14431 " struct guestfs_dirent_list *\n"
14432 " guestfs_readdir (guestfs_h *g,\n"
14433 "                  const char *dir);\n"
14434 "\n"
14435 msgstr ""
14436
14437 #. type: textblock
14438 #: ../src/guestfs-actions.pod:5395 ../fish/guestfish-actions.pod:3611
14439 msgid "This returns the list of directory entries in directory C<dir>."
14440 msgstr ""
14441
14442 #. type: textblock
14443 #: ../src/guestfs-actions.pod:5397 ../fish/guestfish-actions.pod:3613
14444 msgid ""
14445 "All entries in the directory are returned, including C<.> and C<..>.  The "
14446 "entries are I<not> sorted, but returned in the same order as the underlying "
14447 "filesystem."
14448 msgstr ""
14449
14450 #. type: textblock
14451 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3617
14452 msgid ""
14453 "Also this call returns basic file type information about each file.  The "
14454 "C<ftyp> field will contain one of the following characters:"
14455 msgstr ""
14456
14457 #. type: =item
14458 #: ../src/guestfs-actions.pod:5406 ../fish/guestfish-actions.pod:3622
14459 msgid "'b'"
14460 msgstr ""
14461
14462 #. type: textblock
14463 #: ../src/guestfs-actions.pod:5408 ../fish/guestfish-actions.pod:3624
14464 msgid "Block special"
14465 msgstr ""
14466
14467 #. type: =item
14468 #: ../src/guestfs-actions.pod:5410 ../fish/guestfish-actions.pod:3626
14469 msgid "'c'"
14470 msgstr ""
14471
14472 #. type: textblock
14473 #: ../src/guestfs-actions.pod:5412 ../fish/guestfish-actions.pod:3628
14474 msgid "Char special"
14475 msgstr ""
14476
14477 #. type: =item
14478 #: ../src/guestfs-actions.pod:5414 ../fish/guestfish-actions.pod:3630
14479 msgid "'d'"
14480 msgstr ""
14481
14482 #. type: textblock
14483 #: ../src/guestfs-actions.pod:5416 ../fish/guestfish-actions.pod:3632
14484 msgid "Directory"
14485 msgstr ""
14486
14487 #. type: =item
14488 #: ../src/guestfs-actions.pod:5418 ../fish/guestfish-actions.pod:3634
14489 msgid "'f'"
14490 msgstr ""
14491
14492 #. type: textblock
14493 #: ../src/guestfs-actions.pod:5420 ../fish/guestfish-actions.pod:3636
14494 msgid "FIFO (named pipe)"
14495 msgstr ""
14496
14497 #. type: =item
14498 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3638
14499 msgid "'l'"
14500 msgstr ""
14501
14502 #. type: textblock
14503 #: ../src/guestfs-actions.pod:5424 ../fish/guestfish-actions.pod:3640
14504 msgid "Symbolic link"
14505 msgstr ""
14506
14507 #. type: =item
14508 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3642
14509 msgid "'r'"
14510 msgstr ""
14511
14512 #. type: textblock
14513 #: ../src/guestfs-actions.pod:5428 ../fish/guestfish-actions.pod:3644
14514 msgid "Regular file"
14515 msgstr ""
14516
14517 #. type: =item
14518 #: ../src/guestfs-actions.pod:5430 ../fish/guestfish-actions.pod:3646
14519 msgid "'s'"
14520 msgstr ""
14521
14522 #. type: textblock
14523 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3648
14524 msgid "Socket"
14525 msgstr ""
14526
14527 #. type: =item
14528 #: ../src/guestfs-actions.pod:5434 ../fish/guestfish-actions.pod:3650
14529 msgid "'u'"
14530 msgstr ""
14531
14532 #. type: textblock
14533 #: ../src/guestfs-actions.pod:5436 ../fish/guestfish-actions.pod:3652
14534 msgid "Unknown file type"
14535 msgstr ""
14536
14537 #. type: =item
14538 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3654
14539 msgid "'?'"
14540 msgstr ""
14541
14542 #. type: textblock
14543 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3656
14544 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14545 msgstr ""
14546
14547 #. type: textblock
14548 #: ../src/guestfs-actions.pod:5445
14549 msgid ""
14550 "This function is primarily intended for use by programs.  To get a simple "
14551 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14552 "consumption, use C<guestfs_ll>."
14553 msgstr ""
14554
14555 #. type: textblock
14556 #: ../src/guestfs-actions.pod:5449
14557 msgid ""
14558 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14559 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14560 "use>."
14561 msgstr ""
14562
14563 #. type: =head2
14564 #: ../src/guestfs-actions.pod:5455
14565 msgid "guestfs_readlink"
14566 msgstr ""
14567
14568 #. type: verbatim
14569 #: ../src/guestfs-actions.pod:5457
14570 #, no-wrap
14571 msgid ""
14572 " char *\n"
14573 " guestfs_readlink (guestfs_h *g,\n"
14574 "                   const char *path);\n"
14575 "\n"
14576 msgstr ""
14577
14578 #. type: textblock
14579 #: ../src/guestfs-actions.pod:5461 ../fish/guestfish-actions.pod:3669
14580 msgid "This command reads the target of a symbolic link."
14581 msgstr ""
14582
14583 #. type: =head2
14584 #: ../src/guestfs-actions.pod:5468
14585 msgid "guestfs_readlinklist"
14586 msgstr ""
14587
14588 #. type: verbatim
14589 #: ../src/guestfs-actions.pod:5470
14590 #, no-wrap
14591 msgid ""
14592 " char **\n"
14593 " guestfs_readlinklist (guestfs_h *g,\n"
14594 "                       const char *path,\n"
14595 "                       char *const *names);\n"
14596 "\n"
14597 msgstr ""
14598
14599 #. type: textblock
14600 #: ../src/guestfs-actions.pod:5475 ../fish/guestfish-actions.pod:3675
14601 msgid ""
14602 "This call allows you to do a C<readlink> operation on multiple files, where "
14603 "all files are in the directory C<path>.  C<names> is the list of files from "
14604 "this directory."
14605 msgstr ""
14606
14607 #. type: textblock
14608 #: ../src/guestfs-actions.pod:5479 ../fish/guestfish-actions.pod:3679
14609 msgid ""
14610 "On return you get a list of strings, with a one-to-one correspondence to the "
14611 "C<names> list.  Each string is the value of the symbolic link."
14612 msgstr ""
14613
14614 #. type: textblock
14615 #: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3683
14616 msgid ""
14617 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14618 "result string is the empty string C<\"\">.  However the whole operation is "
14619 "completed even if there were C<readlink(2)> errors, and so you can call this "
14620 "function with names where you don't know if they are symbolic links already "
14621 "(albeit slightly less efficient)."
14622 msgstr ""
14623
14624 #. type: textblock
14625 #: ../src/guestfs-actions.pod:5490 ../fish/guestfish-actions.pod:3690
14626 msgid ""
14627 "This call is intended for programs that want to efficiently list a directory "
14628 "contents without making many round-trips.  Very long directory listings "
14629 "might cause the protocol message size to be exceeded, causing this call to "
14630 "fail.  The caller must split up such requests into smaller groups of names."
14631 msgstr ""
14632
14633 #. type: =head2
14634 #: ../src/guestfs-actions.pod:5503
14635 msgid "guestfs_realpath"
14636 msgstr ""
14637
14638 #. type: verbatim
14639 #: ../src/guestfs-actions.pod:5505
14640 #, no-wrap
14641 msgid ""
14642 " char *\n"
14643 " guestfs_realpath (guestfs_h *g,\n"
14644 "                   const char *path);\n"
14645 "\n"
14646 msgstr ""
14647
14648 #. type: textblock
14649 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3701
14650 msgid ""
14651 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14652 "has no C<.>, C<..> or symbolic link path elements."
14653 msgstr ""
14654
14655 #. type: =head2
14656 #: ../src/guestfs-actions.pod:5517
14657 msgid "guestfs_removexattr"
14658 msgstr ""
14659
14660 #. type: verbatim
14661 #: ../src/guestfs-actions.pod:5519
14662 #, no-wrap
14663 msgid ""
14664 " int\n"
14665 " guestfs_removexattr (guestfs_h *g,\n"
14666 "                      const char *xattr,\n"
14667 "                      const char *path);\n"
14668 "\n"
14669 msgstr ""
14670
14671 #. type: textblock
14672 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3708
14673 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14674 msgstr ""
14675
14676 #. type: textblock
14677 #: ../src/guestfs-actions.pod:5527
14678 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14679 msgstr ""
14680
14681 #. type: =head2
14682 #: ../src/guestfs-actions.pod:5533
14683 msgid "guestfs_resize2fs"
14684 msgstr ""
14685
14686 #. type: verbatim
14687 #: ../src/guestfs-actions.pod:5535
14688 #, no-wrap
14689 msgid ""
14690 " int\n"
14691 " guestfs_resize2fs (guestfs_h *g,\n"
14692 "                    const char *device);\n"
14693 "\n"
14694 msgstr ""
14695
14696 #. type: textblock
14697 #: ../src/guestfs-actions.pod:5539 ../fish/guestfish-actions.pod:3717
14698 msgid ""
14699 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14700 "underlying device."
14701 msgstr ""
14702
14703 #. type: textblock
14704 #: ../src/guestfs-actions.pod:5542
14705 msgid ""
14706 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14707 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14708 "sometimes gives an error about this and sometimes not.  In any case, it is "
14709 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14710 msgstr ""
14711
14712 #. type: =head2
14713 #: ../src/guestfs-actions.pod:5552
14714 msgid "guestfs_resize2fs_M"
14715 msgstr ""
14716
14717 #. type: verbatim
14718 #: ../src/guestfs-actions.pod:5554
14719 #, no-wrap
14720 msgid ""
14721 " int\n"
14722 " guestfs_resize2fs_M (guestfs_h *g,\n"
14723 "                      const char *device);\n"
14724 "\n"
14725 msgstr ""
14726
14727 #. type: textblock
14728 #: ../src/guestfs-actions.pod:5558
14729 msgid ""
14730 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14731 "resized to its minimum size.  This works like the C<-M> option to the "
14732 "C<resize2fs> command."
14733 msgstr ""
14734
14735 #. type: textblock
14736 #: ../src/guestfs-actions.pod:5562
14737 msgid ""
14738 "To get the resulting size of the filesystem you should call "
14739 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14740 "These two numbers, multiplied together, give the resulting size of the "
14741 "minimal filesystem in bytes."
14742 msgstr ""
14743
14744 #. type: =head2
14745 #: ../src/guestfs-actions.pod:5569
14746 msgid "guestfs_resize2fs_size"
14747 msgstr ""
14748
14749 #. type: verbatim
14750 #: ../src/guestfs-actions.pod:5571
14751 #, no-wrap
14752 msgid ""
14753 " int\n"
14754 " guestfs_resize2fs_size (guestfs_h *g,\n"
14755 "                         const char *device,\n"
14756 "                         int64_t size);\n"
14757 "\n"
14758 msgstr ""
14759
14760 #. type: textblock
14761 #: ../src/guestfs-actions.pod:5576
14762 msgid ""
14763 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14764 "to specify the new size (in bytes) explicitly."
14765 msgstr ""
14766
14767 #. type: =head2
14768 #: ../src/guestfs-actions.pod:5583
14769 msgid "guestfs_rm"
14770 msgstr ""
14771
14772 #. type: verbatim
14773 #: ../src/guestfs-actions.pod:5585
14774 #, no-wrap
14775 msgid ""
14776 " int\n"
14777 " guestfs_rm (guestfs_h *g,\n"
14778 "             const char *path);\n"
14779 "\n"
14780 msgstr ""
14781
14782 #. type: textblock
14783 #: ../src/guestfs-actions.pod:5589 ../fish/guestfish-actions.pod:3750
14784 msgid "Remove the single file C<path>."
14785 msgstr ""
14786
14787 #. type: =head2
14788 #: ../src/guestfs-actions.pod:5595
14789 msgid "guestfs_rm_rf"
14790 msgstr ""
14791
14792 #. type: verbatim
14793 #: ../src/guestfs-actions.pod:5597
14794 #, no-wrap
14795 msgid ""
14796 " int\n"
14797 " guestfs_rm_rf (guestfs_h *g,\n"
14798 "                const char *path);\n"
14799 "\n"
14800 msgstr ""
14801
14802 #. type: textblock
14803 #: ../src/guestfs-actions.pod:5601 ../fish/guestfish-actions.pod:3756
14804 msgid ""
14805 "Remove the file or directory C<path>, recursively removing the contents if "
14806 "its a directory.  This is like the C<rm -rf> shell command."
14807 msgstr ""
14808
14809 #. type: =head2
14810 #: ../src/guestfs-actions.pod:5609
14811 msgid "guestfs_rmdir"
14812 msgstr ""
14813
14814 #. type: verbatim
14815 #: ../src/guestfs-actions.pod:5611
14816 #, no-wrap
14817 msgid ""
14818 " int\n"
14819 " guestfs_rmdir (guestfs_h *g,\n"
14820 "                const char *path);\n"
14821 "\n"
14822 msgstr ""
14823
14824 #. type: textblock
14825 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3764
14826 msgid "Remove the single directory C<path>."
14827 msgstr ""
14828
14829 #. type: =head2
14830 #: ../src/guestfs-actions.pod:5621
14831 msgid "guestfs_rmmountpoint"
14832 msgstr ""
14833
14834 #. type: verbatim
14835 #: ../src/guestfs-actions.pod:5623
14836 #, no-wrap
14837 msgid ""
14838 " int\n"
14839 " guestfs_rmmountpoint (guestfs_h *g,\n"
14840 "                       const char *exemptpath);\n"
14841 "\n"
14842 msgstr ""
14843
14844 #. type: textblock
14845 #: ../src/guestfs-actions.pod:5627
14846 msgid ""
14847 "This calls removes a mountpoint that was previously created with "
14848 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14849 msgstr ""
14850
14851 #. type: =head2
14852 #: ../src/guestfs-actions.pod:5635
14853 msgid "guestfs_scrub_device"
14854 msgstr ""
14855
14856 #. type: verbatim
14857 #: ../src/guestfs-actions.pod:5637
14858 #, no-wrap
14859 msgid ""
14860 " int\n"
14861 " guestfs_scrub_device (guestfs_h *g,\n"
14862 "                       const char *device);\n"
14863 "\n"
14864 msgstr ""
14865
14866 #. type: textblock
14867 #: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3778
14868 msgid ""
14869 "This command writes patterns over C<device> to make data retrieval more "
14870 "difficult."
14871 msgstr ""
14872
14873 #. type: textblock
14874 #: ../src/guestfs-actions.pod:5644 ../src/guestfs-actions.pod:5665 ../src/guestfs-actions.pod:5684 ../fish/guestfish-actions.pod:3781 ../fish/guestfish-actions.pod:3796 ../fish/guestfish-actions.pod:3809
14875 msgid ""
14876 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14877 "more details."
14878 msgstr ""
14879
14880 #. type: textblock
14881 #: ../src/guestfs-actions.pod:5652 ../src/guestfs-actions.pod:5670 ../src/guestfs-actions.pod:5689
14882 msgid "(Added in 1.0.52)"
14883 msgstr ""
14884
14885 #. type: =head2
14886 #: ../src/guestfs-actions.pod:5654
14887 msgid "guestfs_scrub_file"
14888 msgstr ""
14889
14890 #. type: verbatim
14891 #: ../src/guestfs-actions.pod:5656
14892 #, no-wrap
14893 msgid ""
14894 " int\n"
14895 " guestfs_scrub_file (guestfs_h *g,\n"
14896 "                     const char *file);\n"
14897 "\n"
14898 msgstr ""
14899
14900 #. type: textblock
14901 #: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3791
14902 msgid ""
14903 "This command writes patterns over a file to make data retrieval more "
14904 "difficult."
14905 msgstr ""
14906
14907 #. type: textblock
14908 #: ../src/guestfs-actions.pod:5663 ../fish/guestfish-actions.pod:3794
14909 msgid "The file is I<removed> after scrubbing."
14910 msgstr ""
14911
14912 #. type: =head2
14913 #: ../src/guestfs-actions.pod:5672
14914 msgid "guestfs_scrub_freespace"
14915 msgstr ""
14916
14917 #. type: verbatim
14918 #: ../src/guestfs-actions.pod:5674
14919 #, no-wrap
14920 msgid ""
14921 " int\n"
14922 " guestfs_scrub_freespace (guestfs_h *g,\n"
14923 "                          const char *dir);\n"
14924 "\n"
14925 msgstr ""
14926
14927 #. type: textblock
14928 #: ../src/guestfs-actions.pod:5678
14929 msgid ""
14930 "This command creates the directory C<dir> and then fills it with files until "
14931 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14932 "and deletes them.  The intention is to scrub any free space on the partition "
14933 "containing C<dir>."
14934 msgstr ""
14935
14936 #. type: =head2
14937 #: ../src/guestfs-actions.pod:5691
14938 msgid "guestfs_set_append"
14939 msgstr ""
14940
14941 #. type: verbatim
14942 #: ../src/guestfs-actions.pod:5693
14943 #, no-wrap
14944 msgid ""
14945 " int\n"
14946 " guestfs_set_append (guestfs_h *g,\n"
14947 "                     const char *append);\n"
14948 "\n"
14949 msgstr ""
14950
14951 #. type: textblock
14952 #: ../src/guestfs-actions.pod:5697 ../fish/guestfish-actions.pod:3818
14953 msgid ""
14954 "This function is used to add additional options to the guest kernel command "
14955 "line."
14956 msgstr ""
14957
14958 #. type: textblock
14959 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3821
14960 msgid ""
14961 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14962 "environment variable."
14963 msgstr ""
14964
14965 #. type: textblock
14966 #: ../src/guestfs-actions.pod:5703 ../fish/guestfish-actions.pod:3824
14967 msgid ""
14968 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14969 "(libguestfs always adds a few of its own)."
14970 msgstr ""
14971
14972 #. type: =head2
14973 #: ../src/guestfs-actions.pod:5710
14974 msgid "guestfs_set_attach_method"
14975 msgstr ""
14976
14977 #. type: verbatim
14978 #: ../src/guestfs-actions.pod:5712
14979 #, no-wrap
14980 msgid ""
14981 " int\n"
14982 " guestfs_set_attach_method (guestfs_h *g,\n"
14983 "                            const char *attachmethod);\n"
14984 "\n"
14985 msgstr ""
14986
14987 #. type: textblock
14988 #: ../src/guestfs-actions.pod:5716 ../fish/guestfish-actions.pod:3833
14989 msgid ""
14990 "Set the method that libguestfs uses to connect to the back end guestfsd "
14991 "daemon.  Possible methods are:"
14992 msgstr ""
14993
14994 #. type: textblock
14995 #: ../src/guestfs-actions.pod:5723 ../fish/guestfish-actions.pod:3840
14996 msgid ""
14997 "Launch an appliance and connect to it.  This is the ordinary method and the "
14998 "default."
14999 msgstr ""
15000
15001 #. type: =item
15002 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3843
15003 msgid "C<unix:I<path>>"
15004 msgstr ""
15005
15006 #. type: textblock
15007 #: ../src/guestfs-actions.pod:5728 ../fish/guestfish-actions.pod:3845
15008 msgid "Connect to the Unix domain socket I<path>."
15009 msgstr ""
15010
15011 #. type: textblock
15012 #: ../src/guestfs-actions.pod:5730 ../fish/guestfish-actions.pod:3847
15013 msgid ""
15014 "This method lets you connect to an existing daemon or (using virtio-serial) "
15015 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15016 "RUNNING DAEMONS>."
15017 msgstr ""
15018
15019 #. type: =head2
15020 #: ../src/guestfs-actions.pod:5738
15021 msgid "guestfs_set_autosync"
15022 msgstr ""
15023
15024 #. type: verbatim
15025 #: ../src/guestfs-actions.pod:5740
15026 #, no-wrap
15027 msgid ""
15028 " int\n"
15029 " guestfs_set_autosync (guestfs_h *g,\n"
15030 "                       int autosync);\n"
15031 "\n"
15032 msgstr ""
15033
15034 #. type: textblock
15035 #: ../src/guestfs-actions.pod:5744 ../fish/guestfish-actions.pod:3859
15036 msgid ""
15037 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15038 "effort attempt to make filesystems consistent and synchronized when the "
15039 "handle is closed (also if the program exits without closing handles)."
15040 msgstr ""
15041
15042 #. type: textblock
15043 #: ../src/guestfs-actions.pod:5749 ../fish/guestfish-actions.pod:3864
15044 msgid ""
15045 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15046 "disabled by default)."
15047 msgstr ""
15048
15049 #. type: =head2
15050 #: ../src/guestfs-actions.pod:5756
15051 msgid "guestfs_set_direct"
15052 msgstr ""
15053
15054 #. type: verbatim
15055 #: ../src/guestfs-actions.pod:5758
15056 #, no-wrap
15057 msgid ""
15058 " int\n"
15059 " guestfs_set_direct (guestfs_h *g,\n"
15060 "                     int direct);\n"
15061 "\n"
15062 msgstr ""
15063
15064 #. type: textblock
15065 #: ../src/guestfs-actions.pod:5762 ../fish/guestfish-actions.pod:3873
15066 msgid ""
15067 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15068 "passed directly through to the appliance once it is launched."
15069 msgstr ""
15070
15071 #. type: textblock
15072 #: ../src/guestfs-actions.pod:5766
15073 msgid ""
15074 "One consequence of this is that log messages aren't caught by the library "
15075 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15076 "stdout."
15077 msgstr ""
15078
15079 #. type: textblock
15080 #: ../src/guestfs-actions.pod:5770 ../fish/guestfish-actions.pod:3881
15081 msgid "You probably don't want to use this unless you know what you are doing."
15082 msgstr ""
15083
15084 #. type: textblock
15085 #: ../src/guestfs-actions.pod:5773 ../fish/guestfish-actions.pod:3884
15086 msgid "The default is disabled."
15087 msgstr ""
15088
15089 #. type: =head2
15090 #: ../src/guestfs-actions.pod:5779
15091 msgid "guestfs_set_e2label"
15092 msgstr ""
15093
15094 #. type: verbatim
15095 #: ../src/guestfs-actions.pod:5781
15096 #, no-wrap
15097 msgid ""
15098 " int\n"
15099 " guestfs_set_e2label (guestfs_h *g,\n"
15100 "                      const char *device,\n"
15101 "                      const char *label);\n"
15102 "\n"
15103 msgstr ""
15104
15105 #. type: textblock
15106 #: ../src/guestfs-actions.pod:5786 ../fish/guestfish-actions.pod:3890
15107 msgid ""
15108 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15109 "C<label>.  Filesystem labels are limited to 16 characters."
15110 msgstr ""
15111
15112 #. type: textblock
15113 #: ../src/guestfs-actions.pod:5790
15114 msgid ""
15115 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15116 "the existing label on a filesystem."
15117 msgstr ""
15118
15119 #. type: =head2
15120 #: ../src/guestfs-actions.pod:5797
15121 msgid "guestfs_set_e2uuid"
15122 msgstr ""
15123
15124 #. type: verbatim
15125 #: ../src/guestfs-actions.pod:5799
15126 #, no-wrap
15127 msgid ""
15128 " int\n"
15129 " guestfs_set_e2uuid (guestfs_h *g,\n"
15130 "                     const char *device,\n"
15131 "                     const char *uuid);\n"
15132 "\n"
15133 msgstr ""
15134
15135 #. type: textblock
15136 #: ../src/guestfs-actions.pod:5804 ../fish/guestfish-actions.pod:3901
15137 msgid ""
15138 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15139 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15140 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15141 msgstr ""
15142
15143 #. type: textblock
15144 #: ../src/guestfs-actions.pod:5809
15145 msgid ""
15146 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15147 "the existing UUID of a filesystem."
15148 msgstr ""
15149
15150 #. type: =head2
15151 #: ../src/guestfs-actions.pod:5816
15152 msgid "guestfs_set_memsize"
15153 msgstr ""
15154
15155 #. type: verbatim
15156 #: ../src/guestfs-actions.pod:5818
15157 #, no-wrap
15158 msgid ""
15159 " int\n"
15160 " guestfs_set_memsize (guestfs_h *g,\n"
15161 "                      int memsize);\n"
15162 "\n"
15163 msgstr ""
15164
15165 #. type: textblock
15166 #: ../src/guestfs-actions.pod:5822
15167 msgid ""
15168 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15169 "This only has any effect if called before C<guestfs_launch>."
15170 msgstr ""
15171
15172 #. type: textblock
15173 #: ../src/guestfs-actions.pod:5826 ../fish/guestfish-actions.pod:3919
15174 msgid ""
15175 "You can also change this by setting the environment variable "
15176 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15177 msgstr ""
15178
15179 #. type: =head2
15180 #: ../src/guestfs-actions.pod:5837
15181 msgid "guestfs_set_network"
15182 msgstr ""
15183
15184 #. type: verbatim
15185 #: ../src/guestfs-actions.pod:5839
15186 #, no-wrap
15187 msgid ""
15188 " int\n"
15189 " guestfs_set_network (guestfs_h *g,\n"
15190 "                      int network);\n"
15191 "\n"
15192 msgstr ""
15193
15194 #. type: textblock
15195 #: ../src/guestfs-actions.pod:5843 ../fish/guestfish-actions.pod:3932
15196 msgid ""
15197 "If C<network> is true, then the network is enabled in the libguestfs "
15198 "appliance.  The default is false."
15199 msgstr ""
15200
15201 #. type: textblock
15202 #: ../src/guestfs-actions.pod:5846 ../fish/guestfish-actions.pod:3935
15203 msgid ""
15204 "This affects whether commands are able to access the network (see "
15205 "L<guestfs(3)/RUNNING COMMANDS>)."
15206 msgstr ""
15207
15208 #. type: textblock
15209 #: ../src/guestfs-actions.pod:5849
15210 msgid ""
15211 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15212 "effect."
15213 msgstr ""
15214
15215 #. type: =head2
15216 #: ../src/guestfs-actions.pod:5856
15217 msgid "guestfs_set_path"
15218 msgstr ""
15219
15220 #. type: verbatim
15221 #: ../src/guestfs-actions.pod:5858
15222 #, no-wrap
15223 msgid ""
15224 " int\n"
15225 " guestfs_set_path (guestfs_h *g,\n"
15226 "                   const char *searchpath);\n"
15227 "\n"
15228 msgstr ""
15229
15230 #. type: textblock
15231 #: ../src/guestfs-actions.pod:5862 ../fish/guestfish-actions.pod:3947
15232 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15233 msgstr ""
15234
15235 #. type: textblock
15236 #: ../src/guestfs-actions.pod:5864 ../fish/guestfish-actions.pod:3949
15237 msgid ""
15238 "The default is C<$libdir/guestfs> unless overridden by setting "
15239 "C<LIBGUESTFS_PATH> environment variable."
15240 msgstr ""
15241
15242 #. type: textblock
15243 #: ../src/guestfs-actions.pod:5867 ../fish/guestfish-actions.pod:3952
15244 msgid "Setting C<path> to C<NULL> restores the default path."
15245 msgstr ""
15246
15247 #. type: =head2
15248 #: ../src/guestfs-actions.pod:5873
15249 msgid "guestfs_set_qemu"
15250 msgstr ""
15251
15252 #. type: verbatim
15253 #: ../src/guestfs-actions.pod:5875
15254 #, no-wrap
15255 msgid ""
15256 " int\n"
15257 " guestfs_set_qemu (guestfs_h *g,\n"
15258 "                   const char *qemu);\n"
15259 "\n"
15260 msgstr ""
15261
15262 #. type: textblock
15263 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3960
15264 msgid "Set the qemu binary that we will use."
15265 msgstr ""
15266
15267 #. type: textblock
15268 #: ../src/guestfs-actions.pod:5881 ../fish/guestfish-actions.pod:3962
15269 msgid "The default is chosen when the library was compiled by the configure script."
15270 msgstr ""
15271
15272 #. type: textblock
15273 #: ../src/guestfs-actions.pod:5884 ../fish/guestfish-actions.pod:3965
15274 msgid ""
15275 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15276 "variable."
15277 msgstr ""
15278
15279 #. type: textblock
15280 #: ../src/guestfs-actions.pod:5887 ../fish/guestfish-actions.pod:3968
15281 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15282 msgstr ""
15283
15284 #. type: textblock
15285 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3970
15286 msgid ""
15287 "Note that you should call this function as early as possible after creating "
15288 "the handle.  This is because some pre-launch operations depend on testing "
15289 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15290 "don't retest features, and so you might see inconsistent results.  Using the "
15291 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15292 "the qemu binary at the same time as the handle is created."
15293 msgstr ""
15294
15295 #. type: =head2
15296 #: ../src/guestfs-actions.pod:5901
15297 msgid "guestfs_set_recovery_proc"
15298 msgstr ""
15299
15300 #. type: verbatim
15301 #: ../src/guestfs-actions.pod:5903
15302 #, no-wrap
15303 msgid ""
15304 " int\n"
15305 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15306 "                            int recoveryproc);\n"
15307 "\n"
15308 msgstr ""
15309
15310 #. type: textblock
15311 #: ../src/guestfs-actions.pod:5907
15312 msgid ""
15313 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15314 "not create a recovery process.  The purpose of the recovery process is to "
15315 "stop runaway qemu processes in the case where the main program aborts "
15316 "abruptly."
15317 msgstr ""
15318
15319 #. type: textblock
15320 #: ../src/guestfs-actions.pod:5912
15321 msgid ""
15322 "This only has any effect if called before C<guestfs_launch>, and the default "
15323 "is true."
15324 msgstr ""
15325
15326 #. type: textblock
15327 #: ../src/guestfs-actions.pod:5915 ../fish/guestfish-actions.pod:3992
15328 msgid ""
15329 "About the only time when you would want to disable this is if the main "
15330 "process will fork itself into the background (\"daemonize\" itself).  In "
15331 "this case the recovery process thinks that the main program has disappeared "
15332 "and so kills qemu, which is not very helpful."
15333 msgstr ""
15334
15335 #. type: =head2
15336 #: ../src/guestfs-actions.pod:5925
15337 msgid "guestfs_set_selinux"
15338 msgstr ""
15339
15340 #. type: verbatim
15341 #: ../src/guestfs-actions.pod:5927
15342 #, no-wrap
15343 msgid ""
15344 " int\n"
15345 " guestfs_set_selinux (guestfs_h *g,\n"
15346 "                      int selinux);\n"
15347 "\n"
15348 msgstr ""
15349
15350 #. type: textblock
15351 #: ../src/guestfs-actions.pod:5931 ../fish/guestfish-actions.pod:4004
15352 msgid ""
15353 "This sets the selinux flag that is passed to the appliance at boot time.  "
15354 "The default is C<selinux=0> (disabled)."
15355 msgstr ""
15356
15357 #. type: textblock
15358 #: ../src/guestfs-actions.pod:5934 ../fish/guestfish-actions.pod:4007
15359 msgid ""
15360 "Note that if SELinux is enabled, it is always in Permissive mode "
15361 "(C<enforcing=0>)."
15362 msgstr ""
15363
15364 #. type: =head2
15365 #: ../src/guestfs-actions.pod:5944
15366 msgid "guestfs_set_trace"
15367 msgstr ""
15368
15369 #. type: verbatim
15370 #: ../src/guestfs-actions.pod:5946
15371 #, no-wrap
15372 msgid ""
15373 " int\n"
15374 " guestfs_set_trace (guestfs_h *g,\n"
15375 "                    int trace);\n"
15376 "\n"
15377 msgstr ""
15378
15379 #. type: textblock
15380 #: ../src/guestfs-actions.pod:5950 ../fish/guestfish-actions.pod:4019
15381 msgid ""
15382 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15383 "return values are traced."
15384 msgstr ""
15385
15386 #. type: textblock
15387 #: ../src/guestfs-actions.pod:5953 ../fish/guestfish-actions.pod:4022
15388 msgid ""
15389 "If you want to trace C API calls into libguestfs (and other libraries) then "
15390 "possibly a better way is to use the external ltrace(1) command."
15391 msgstr ""
15392
15393 #. type: textblock
15394 #: ../src/guestfs-actions.pod:5957 ../fish/guestfish-actions.pod:4026
15395 msgid ""
15396 "Command traces are disabled unless the environment variable "
15397 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15398 msgstr ""
15399
15400 #. type: textblock
15401 #: ../src/guestfs-actions.pod:5960
15402 msgid ""
15403 "Trace messages are normally sent to C<stderr>, unless you register a "
15404 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15405 msgstr ""
15406
15407 #. type: =head2
15408 #: ../src/guestfs-actions.pod:5968
15409 msgid "guestfs_set_verbose"
15410 msgstr ""
15411
15412 #. type: verbatim
15413 #: ../src/guestfs-actions.pod:5970
15414 #, no-wrap
15415 msgid ""
15416 " int\n"
15417 " guestfs_set_verbose (guestfs_h *g,\n"
15418 "                      int verbose);\n"
15419 "\n"
15420 msgstr ""
15421
15422 #. type: textblock
15423 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4039
15424 msgid "If C<verbose> is true, this turns on verbose messages."
15425 msgstr ""
15426
15427 #. type: textblock
15428 #: ../src/guestfs-actions.pod:5976 ../fish/guestfish-actions.pod:4041
15429 msgid ""
15430 "Verbose messages are disabled unless the environment variable "
15431 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15432 msgstr ""
15433
15434 #. type: textblock
15435 #: ../src/guestfs-actions.pod:5979
15436 msgid ""
15437 "Verbose messages are normally sent to C<stderr>, unless you register a "
15438 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15439 msgstr ""
15440
15441 #. type: =head2
15442 #: ../src/guestfs-actions.pod:5987
15443 msgid "guestfs_setcon"
15444 msgstr ""
15445
15446 #. type: verbatim
15447 #: ../src/guestfs-actions.pod:5989
15448 #, no-wrap
15449 msgid ""
15450 " int\n"
15451 " guestfs_setcon (guestfs_h *g,\n"
15452 "                 const char *context);\n"
15453 "\n"
15454 msgstr ""
15455
15456 #. type: textblock
15457 #: ../src/guestfs-actions.pod:5993 ../fish/guestfish-actions.pod:4052
15458 msgid ""
15459 "This sets the SELinux security context of the daemon to the string "
15460 "C<context>."
15461 msgstr ""
15462
15463 #. type: textblock
15464 #: ../src/guestfs-actions.pod:5996 ../fish/guestfish-actions.pod:4055
15465 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15466 msgstr ""
15467
15468 #. type: =head2
15469 #: ../src/guestfs-actions.pod:6002
15470 msgid "guestfs_setxattr"
15471 msgstr ""
15472
15473 #. type: verbatim
15474 #: ../src/guestfs-actions.pod:6004
15475 #, no-wrap
15476 msgid ""
15477 " int\n"
15478 " guestfs_setxattr (guestfs_h *g,\n"
15479 "                   const char *xattr,\n"
15480 "                   const char *val,\n"
15481 "                   int vallen,\n"
15482 "                   const char *path);\n"
15483 "\n"
15484 msgstr ""
15485
15486 #. type: textblock
15487 #: ../src/guestfs-actions.pod:6011 ../fish/guestfish-actions.pod:4061
15488 msgid ""
15489 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15490 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15491 msgstr ""
15492
15493 #. type: textblock
15494 #: ../src/guestfs-actions.pod:6015
15495 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15496 msgstr ""
15497
15498 #. type: =head2
15499 #: ../src/guestfs-actions.pod:6021
15500 msgid "guestfs_sfdisk"
15501 msgstr ""
15502
15503 #. type: verbatim
15504 #: ../src/guestfs-actions.pod:6023
15505 #, no-wrap
15506 msgid ""
15507 " int\n"
15508 " guestfs_sfdisk (guestfs_h *g,\n"
15509 "                 const char *device,\n"
15510 "                 int cyls,\n"
15511 "                 int heads,\n"
15512 "                 int sectors,\n"
15513 "                 char *const *lines);\n"
15514 "\n"
15515 msgstr ""
15516
15517 #. type: textblock
15518 #: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4071
15519 msgid ""
15520 "This is a direct interface to the L<sfdisk(8)> program for creating "
15521 "partitions on block devices."
15522 msgstr ""
15523
15524 #. type: textblock
15525 #: ../src/guestfs-actions.pod:6034 ../fish/guestfish-actions.pod:4074
15526 msgid "C<device> should be a block device, for example C</dev/sda>."
15527 msgstr ""
15528
15529 #. type: textblock
15530 #: ../src/guestfs-actions.pod:6036 ../fish/guestfish-actions.pod:4076
15531 msgid ""
15532 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15533 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15534 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15535 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15536 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15537 "the kernel) cannot work out the right geometry and you will need to tell it."
15538 msgstr ""
15539
15540 #. type: textblock
15541 #: ../src/guestfs-actions.pod:6044 ../fish/guestfish-actions.pod:4084
15542 msgid ""
15543 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15544 "refer to the L<sfdisk(8)> manpage."
15545 msgstr ""
15546
15547 #. type: textblock
15548 #: ../src/guestfs-actions.pod:6047 ../fish/guestfish-actions.pod:4087
15549 msgid ""
15550 "To create a single partition occupying the whole disk, you would pass "
15551 "C<lines> as a single element list, when the single element being the string "
15552 "C<,> (comma)."
15553 msgstr ""
15554
15555 #. type: textblock
15556 #: ../src/guestfs-actions.pod:6051
15557 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15558 msgstr ""
15559
15560 #. type: =head2
15561 #: ../src/guestfs-actions.pod:6061
15562 msgid "guestfs_sfdiskM"
15563 msgstr ""
15564
15565 #. type: verbatim
15566 #: ../src/guestfs-actions.pod:6063
15567 #, no-wrap
15568 msgid ""
15569 " int\n"
15570 " guestfs_sfdiskM (guestfs_h *g,\n"
15571 "                  const char *device,\n"
15572 "                  char *const *lines);\n"
15573 "\n"
15574 msgstr ""
15575
15576 #. type: textblock
15577 #: ../src/guestfs-actions.pod:6068
15578 msgid ""
15579 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15580 "partition sizes are specified in megabytes only (rounded to the nearest "
15581 "cylinder) and you don't need to specify the cyls, heads and sectors "
15582 "parameters which were rarely if ever used anyway."
15583 msgstr ""
15584
15585 #. type: textblock
15586 #: ../src/guestfs-actions.pod:6074
15587 msgid ""
15588 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15589 "C<guestfs_part_disk>"
15590 msgstr ""
15591
15592 #. type: =head2
15593 #: ../src/guestfs-actions.pod:6084
15594 msgid "guestfs_sfdisk_N"
15595 msgstr ""
15596
15597 #. type: verbatim
15598 #: ../src/guestfs-actions.pod:6086
15599 #, no-wrap
15600 msgid ""
15601 " int\n"
15602 " guestfs_sfdisk_N (guestfs_h *g,\n"
15603 "                   const char *device,\n"
15604 "                   int partnum,\n"
15605 "                   int cyls,\n"
15606 "                   int heads,\n"
15607 "                   int sectors,\n"
15608 "                   const char *line);\n"
15609 "\n"
15610 msgstr ""
15611
15612 #. type: textblock
15613 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4117
15614 msgid ""
15615 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15616 "(note: C<n> counts from 1)."
15617 msgstr ""
15618
15619 #. type: textblock
15620 #: ../src/guestfs-actions.pod:6098
15621 msgid ""
15622 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15623 "for the cyls/heads/sectors parameters."
15624 msgstr ""
15625
15626 #. type: textblock
15627 #: ../src/guestfs-actions.pod:6101
15628 msgid "See also: C<guestfs_part_add>"
15629 msgstr ""
15630
15631 #. type: =head2
15632 #: ../src/guestfs-actions.pod:6110
15633 msgid "guestfs_sfdisk_disk_geometry"
15634 msgstr ""
15635
15636 #. type: verbatim
15637 #: ../src/guestfs-actions.pod:6112
15638 #, no-wrap
15639 msgid ""
15640 " char *\n"
15641 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15642 "                               const char *device);\n"
15643 "\n"
15644 msgstr ""
15645
15646 #. type: textblock
15647 #: ../src/guestfs-actions.pod:6116
15648 msgid ""
15649 "This displays the disk geometry of C<device> read from the partition table.  "
15650 "Especially in the case where the underlying block device has been resized, "
15651 "this can be different from the kernel's idea of the geometry (see "
15652 "C<guestfs_sfdisk_kernel_geometry>)."
15653 msgstr ""
15654
15655 #. type: textblock
15656 #: ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4137 ../fish/guestfish-actions.pod:4146
15657 msgid "The result is in human-readable format, and not designed to be parsed."
15658 msgstr ""
15659
15660 #. type: =head2
15661 #: ../src/guestfs-actions.pod:6129
15662 msgid "guestfs_sfdisk_kernel_geometry"
15663 msgstr ""
15664
15665 #. type: verbatim
15666 #: ../src/guestfs-actions.pod:6131
15667 #, no-wrap
15668 msgid ""
15669 " char *\n"
15670 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15671 "                                 const char *device);\n"
15672 "\n"
15673 msgstr ""
15674
15675 #. type: textblock
15676 #: ../src/guestfs-actions.pod:6135 ../fish/guestfish-actions.pod:4144
15677 msgid "This displays the kernel's idea of the geometry of C<device>."
15678 msgstr ""
15679
15680 #. type: =head2
15681 #: ../src/guestfs-actions.pod:6145
15682 msgid "guestfs_sfdisk_l"
15683 msgstr ""
15684
15685 #. type: verbatim
15686 #: ../src/guestfs-actions.pod:6147
15687 #, no-wrap
15688 msgid ""
15689 " char *\n"
15690 " guestfs_sfdisk_l (guestfs_h *g,\n"
15691 "                   const char *device);\n"
15692 "\n"
15693 msgstr ""
15694
15695 #. type: textblock
15696 #: ../src/guestfs-actions.pod:6151 ../fish/guestfish-actions.pod:4153
15697 msgid ""
15698 "This displays the partition table on C<device>, in the human-readable output "
15699 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15700 msgstr ""
15701
15702 #. type: textblock
15703 #: ../src/guestfs-actions.pod:6155
15704 msgid "See also: C<guestfs_part_list>"
15705 msgstr ""
15706
15707 #. type: =head2
15708 #: ../src/guestfs-actions.pod:6162
15709 msgid "guestfs_sh"
15710 msgstr ""
15711
15712 #. type: verbatim
15713 #: ../src/guestfs-actions.pod:6164
15714 #, no-wrap
15715 msgid ""
15716 " char *\n"
15717 " guestfs_sh (guestfs_h *g,\n"
15718 "             const char *command);\n"
15719 "\n"
15720 msgstr ""
15721
15722 #. type: textblock
15723 #: ../src/guestfs-actions.pod:6168 ../fish/guestfish-actions.pod:4163
15724 msgid ""
15725 "This call runs a command from the guest filesystem via the guest's "
15726 "C</bin/sh>."
15727 msgstr ""
15728
15729 #. type: textblock
15730 #: ../src/guestfs-actions.pod:6171
15731 msgid "This is like C<guestfs_command>, but passes the command to:"
15732 msgstr ""
15733
15734 #. type: verbatim
15735 #: ../src/guestfs-actions.pod:6173 ../fish/guestfish-actions.pod:4168
15736 #, no-wrap
15737 msgid ""
15738 " /bin/sh -c \"command\"\n"
15739 "\n"
15740 msgstr ""
15741
15742 #. type: textblock
15743 #: ../src/guestfs-actions.pod:6175 ../fish/guestfish-actions.pod:4170
15744 msgid ""
15745 "Depending on the guest's shell, this usually results in wildcards being "
15746 "expanded, shell expressions being interpolated and so on."
15747 msgstr ""
15748
15749 #. type: textblock
15750 #: ../src/guestfs-actions.pod:6179
15751 msgid "All the provisos about C<guestfs_command> apply to this call."
15752 msgstr ""
15753
15754 #. type: =head2
15755 #: ../src/guestfs-actions.pod:6186
15756 msgid "guestfs_sh_lines"
15757 msgstr ""
15758
15759 #. type: verbatim
15760 #: ../src/guestfs-actions.pod:6188
15761 #, no-wrap
15762 msgid ""
15763 " char **\n"
15764 " guestfs_sh_lines (guestfs_h *g,\n"
15765 "                   const char *command);\n"
15766 "\n"
15767 msgstr ""
15768
15769 #. type: textblock
15770 #: ../src/guestfs-actions.pod:6192
15771 msgid ""
15772 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15773 "lines."
15774 msgstr ""
15775
15776 #. type: textblock
15777 #: ../src/guestfs-actions.pod:6195
15778 msgid "See also: C<guestfs_command_lines>"
15779 msgstr ""
15780
15781 #. type: =head2
15782 #: ../src/guestfs-actions.pod:6203
15783 msgid "guestfs_sleep"
15784 msgstr ""
15785
15786 #. type: verbatim
15787 #: ../src/guestfs-actions.pod:6205
15788 #, no-wrap
15789 msgid ""
15790 " int\n"
15791 " guestfs_sleep (guestfs_h *g,\n"
15792 "                int secs);\n"
15793 "\n"
15794 msgstr ""
15795
15796 #. type: textblock
15797 #: ../src/guestfs-actions.pod:6209 ../fish/guestfish-actions.pod:4189
15798 msgid "Sleep for C<secs> seconds."
15799 msgstr ""
15800
15801 #. type: textblock
15802 #: ../src/guestfs-actions.pod:6213
15803 msgid "(Added in 1.0.41)"
15804 msgstr ""
15805
15806 #. type: =head2
15807 #: ../src/guestfs-actions.pod:6215 ../src/guestfs-structs.pod:109
15808 msgid "guestfs_stat"
15809 msgstr ""
15810
15811 #. type: verbatim
15812 #: ../src/guestfs-actions.pod:6217
15813 #, no-wrap
15814 msgid ""
15815 " struct guestfs_stat *\n"
15816 " guestfs_stat (guestfs_h *g,\n"
15817 "               const char *path);\n"
15818 "\n"
15819 msgstr ""
15820
15821 #. type: textblock
15822 #: ../src/guestfs-actions.pod:6223 ../fish/guestfish-actions.pod:4197
15823 msgid "This is the same as the C<stat(2)> system call."
15824 msgstr ""
15825
15826 #. type: =head2
15827 #: ../src/guestfs-actions.pod:6231 ../src/guestfs-structs.pod:135
15828 msgid "guestfs_statvfs"
15829 msgstr ""
15830
15831 #. type: verbatim
15832 #: ../src/guestfs-actions.pod:6233
15833 #, no-wrap
15834 msgid ""
15835 " struct guestfs_statvfs *\n"
15836 " guestfs_statvfs (guestfs_h *g,\n"
15837 "                  const char *path);\n"
15838 "\n"
15839 msgstr ""
15840
15841 #. type: textblock
15842 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4203
15843 msgid ""
15844 "Returns file system statistics for any mounted file system.  C<path> should "
15845 "be a file or directory in the mounted file system (typically it is the mount "
15846 "point itself, but it doesn't need to be)."
15847 msgstr ""
15848
15849 #. type: textblock
15850 #: ../src/guestfs-actions.pod:6241 ../fish/guestfish-actions.pod:4207
15851 msgid "This is the same as the C<statvfs(2)> system call."
15852 msgstr ""
15853
15854 #. type: textblock
15855 #: ../src/guestfs-actions.pod:6243
15856 msgid ""
15857 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
15858 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
15859 msgstr ""
15860
15861 #. type: =head2
15862 #: ../src/guestfs-actions.pod:6249
15863 msgid "guestfs_strings"
15864 msgstr ""
15865
15866 #. type: verbatim
15867 #: ../src/guestfs-actions.pod:6251
15868 #, no-wrap
15869 msgid ""
15870 " char **\n"
15871 " guestfs_strings (guestfs_h *g,\n"
15872 "                  const char *path);\n"
15873 "\n"
15874 msgstr ""
15875
15876 #. type: textblock
15877 #: ../src/guestfs-actions.pod:6255 ../fish/guestfish-actions.pod:4213
15878 msgid ""
15879 "This runs the L<strings(1)> command on a file and returns the list of "
15880 "printable strings found."
15881 msgstr ""
15882
15883 #. type: =head2
15884 #: ../src/guestfs-actions.pod:6267
15885 msgid "guestfs_strings_e"
15886 msgstr ""
15887
15888 #. type: verbatim
15889 #: ../src/guestfs-actions.pod:6269
15890 #, no-wrap
15891 msgid ""
15892 " char **\n"
15893 " guestfs_strings_e (guestfs_h *g,\n"
15894 "                    const char *encoding,\n"
15895 "                    const char *path);\n"
15896 "\n"
15897 msgstr ""
15898
15899 #. type: textblock
15900 #: ../src/guestfs-actions.pod:6274
15901 msgid ""
15902 "This is like the C<guestfs_strings> command, but allows you to specify the "
15903 "encoding of strings that are looked for in the source file C<path>."
15904 msgstr ""
15905
15906 #. type: textblock
15907 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4227
15908 msgid "Allowed encodings are:"
15909 msgstr ""
15910
15911 #. type: =item
15912 #: ../src/guestfs-actions.pod:6282 ../fish/guestfish-actions.pod:4231
15913 msgid "s"
15914 msgstr ""
15915
15916 #. type: textblock
15917 #: ../src/guestfs-actions.pod:6284
15918 msgid ""
15919 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15920 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15921 msgstr ""
15922
15923 #. type: =item
15924 #: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4236
15925 msgid "S"
15926 msgstr ""
15927
15928 #. type: textblock
15929 #: ../src/guestfs-actions.pod:6289 ../fish/guestfish-actions.pod:4238
15930 msgid "Single 8-bit-byte characters."
15931 msgstr ""
15932
15933 #. type: =item
15934 #: ../src/guestfs-actions.pod:6291 ../fish/guestfish-actions.pod:4240
15935 msgid "b"
15936 msgstr ""
15937
15938 #. type: textblock
15939 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4242
15940 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15941 msgstr ""
15942
15943 #. type: =item
15944 #: ../src/guestfs-actions.pod:6296 ../fish/guestfish-actions.pod:4245
15945 msgid "l (lower case letter L)"
15946 msgstr ""
15947
15948 #. type: textblock
15949 #: ../src/guestfs-actions.pod:6298 ../fish/guestfish-actions.pod:4247
15950 msgid ""
15951 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15952 "examining binaries in Windows guests."
15953 msgstr ""
15954
15955 #. type: =item
15956 #: ../src/guestfs-actions.pod:6301 ../fish/guestfish-actions.pod:4250
15957 msgid "B"
15958 msgstr ""
15959
15960 #. type: textblock
15961 #: ../src/guestfs-actions.pod:6303 ../fish/guestfish-actions.pod:4252
15962 msgid "32-bit big endian such as UCS-4BE."
15963 msgstr ""
15964
15965 #. type: =item
15966 #: ../src/guestfs-actions.pod:6305 ../fish/guestfish-actions.pod:4254
15967 msgid "L"
15968 msgstr ""
15969
15970 #. type: textblock
15971 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4256
15972 msgid "32-bit little endian such as UCS-4LE."
15973 msgstr ""
15974
15975 #. type: textblock
15976 #: ../src/guestfs-actions.pod:6311 ../fish/guestfish-actions.pod:4260
15977 msgid "The returned strings are transcoded to UTF-8."
15978 msgstr ""
15979
15980 #. type: =head2
15981 #: ../src/guestfs-actions.pod:6322
15982 msgid "guestfs_swapoff_device"
15983 msgstr ""
15984
15985 #. type: verbatim
15986 #: ../src/guestfs-actions.pod:6324
15987 #, no-wrap
15988 msgid ""
15989 " int\n"
15990 " guestfs_swapoff_device (guestfs_h *g,\n"
15991 "                         const char *device);\n"
15992 "\n"
15993 msgstr ""
15994
15995 #. type: textblock
15996 #: ../src/guestfs-actions.pod:6328
15997 msgid ""
15998 "This command disables the libguestfs appliance swap device or partition "
15999 "named C<device>.  See C<guestfs_swapon_device>."
16000 msgstr ""
16001
16002 #. type: =head2
16003 #: ../src/guestfs-actions.pod:6336
16004 msgid "guestfs_swapoff_file"
16005 msgstr ""
16006
16007 #. type: verbatim
16008 #: ../src/guestfs-actions.pod:6338
16009 #, no-wrap
16010 msgid ""
16011 " int\n"
16012 " guestfs_swapoff_file (guestfs_h *g,\n"
16013 "                       const char *file);\n"
16014 "\n"
16015 msgstr ""
16016
16017 #. type: textblock
16018 #: ../src/guestfs-actions.pod:6342 ../fish/guestfish-actions.pod:4277
16019 msgid "This command disables the libguestfs appliance swap on file."
16020 msgstr ""
16021
16022 #. type: =head2
16023 #: ../src/guestfs-actions.pod:6348
16024 msgid "guestfs_swapoff_label"
16025 msgstr ""
16026
16027 #. type: verbatim
16028 #: ../src/guestfs-actions.pod:6350
16029 #, no-wrap
16030 msgid ""
16031 " int\n"
16032 " guestfs_swapoff_label (guestfs_h *g,\n"
16033 "                        const char *label);\n"
16034 "\n"
16035 msgstr ""
16036
16037 #. type: textblock
16038 #: ../src/guestfs-actions.pod:6354 ../fish/guestfish-actions.pod:4283
16039 msgid ""
16040 "This command disables the libguestfs appliance swap on labeled swap "
16041 "partition."
16042 msgstr ""
16043
16044 #. type: =head2
16045 #: ../src/guestfs-actions.pod:6361
16046 msgid "guestfs_swapoff_uuid"
16047 msgstr ""
16048
16049 #. type: verbatim
16050 #: ../src/guestfs-actions.pod:6363
16051 #, no-wrap
16052 msgid ""
16053 " int\n"
16054 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16055 "                       const char *uuid);\n"
16056 "\n"
16057 msgstr ""
16058
16059 #. type: textblock
16060 #: ../src/guestfs-actions.pod:6367 ../fish/guestfish-actions.pod:4290
16061 msgid ""
16062 "This command disables the libguestfs appliance swap partition with the given "
16063 "UUID."
16064 msgstr ""
16065
16066 #. type: =head2
16067 #: ../src/guestfs-actions.pod:6374
16068 msgid "guestfs_swapon_device"
16069 msgstr ""
16070
16071 #. type: verbatim
16072 #: ../src/guestfs-actions.pod:6376
16073 #, no-wrap
16074 msgid ""
16075 " int\n"
16076 " guestfs_swapon_device (guestfs_h *g,\n"
16077 "                        const char *device);\n"
16078 "\n"
16079 msgstr ""
16080
16081 #. type: textblock
16082 #: ../src/guestfs-actions.pod:6380
16083 msgid ""
16084 "This command enables the libguestfs appliance to use the swap device or "
16085 "partition named C<device>.  The increased memory is made available for all "
16086 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16087 msgstr ""
16088
16089 #. type: textblock
16090 #: ../src/guestfs-actions.pod:6385 ../fish/guestfish-actions.pod:4302
16091 msgid ""
16092 "Note that you should not swap to existing guest swap partitions unless you "
16093 "know what you are doing.  They may contain hibernation information, or other "
16094 "information that the guest doesn't want you to trash.  You also risk leaking "
16095 "information about the host to the guest this way.  Instead, attach a new "
16096 "host device to the guest and swap on that."
16097 msgstr ""
16098
16099 #. type: =head2
16100 #: ../src/guestfs-actions.pod:6396
16101 msgid "guestfs_swapon_file"
16102 msgstr ""
16103
16104 #. type: verbatim
16105 #: ../src/guestfs-actions.pod:6398
16106 #, no-wrap
16107 msgid ""
16108 " int\n"
16109 " guestfs_swapon_file (guestfs_h *g,\n"
16110 "                      const char *file);\n"
16111 "\n"
16112 msgstr ""
16113
16114 #. type: textblock
16115 #: ../src/guestfs-actions.pod:6402
16116 msgid ""
16117 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16118 "notes."
16119 msgstr ""
16120
16121 #. type: =head2
16122 #: ../src/guestfs-actions.pod:6409
16123 msgid "guestfs_swapon_label"
16124 msgstr ""
16125
16126 #. type: verbatim
16127 #: ../src/guestfs-actions.pod:6411
16128 #, no-wrap
16129 msgid ""
16130 " int\n"
16131 " guestfs_swapon_label (guestfs_h *g,\n"
16132 "                       const char *label);\n"
16133 "\n"
16134 msgstr ""
16135
16136 #. type: textblock
16137 #: ../src/guestfs-actions.pod:6415
16138 msgid ""
16139 "This command enables swap to a labeled swap partition.  See "
16140 "C<guestfs_swapon_device> for other notes."
16141 msgstr ""
16142
16143 #. type: =head2
16144 #: ../src/guestfs-actions.pod:6422
16145 msgid "guestfs_swapon_uuid"
16146 msgstr ""
16147
16148 #. type: verbatim
16149 #: ../src/guestfs-actions.pod:6424
16150 #, no-wrap
16151 msgid ""
16152 " int\n"
16153 " guestfs_swapon_uuid (guestfs_h *g,\n"
16154 "                      const char *uuid);\n"
16155 "\n"
16156 msgstr ""
16157
16158 #. type: textblock
16159 #: ../src/guestfs-actions.pod:6428
16160 msgid ""
16161 "This command enables swap to a swap partition with the given UUID.  See "
16162 "C<guestfs_swapon_device> for other notes."
16163 msgstr ""
16164
16165 #. type: =head2
16166 #: ../src/guestfs-actions.pod:6435
16167 msgid "guestfs_sync"
16168 msgstr ""
16169
16170 #. type: verbatim
16171 #: ../src/guestfs-actions.pod:6437
16172 #, no-wrap
16173 msgid ""
16174 " int\n"
16175 " guestfs_sync (guestfs_h *g);\n"
16176 "\n"
16177 msgstr ""
16178
16179 #. type: textblock
16180 #: ../src/guestfs-actions.pod:6440 ../fish/guestfish-actions.pod:4334
16181 msgid ""
16182 "This syncs the disk, so that any writes are flushed through to the "
16183 "underlying disk image."
16184 msgstr ""
16185
16186 #. type: textblock
16187 #: ../src/guestfs-actions.pod:6443 ../fish/guestfish-actions.pod:4337
16188 msgid ""
16189 "You should always call this if you have modified a disk image, before "
16190 "closing the handle."
16191 msgstr ""
16192
16193 #. type: =head2
16194 #: ../src/guestfs-actions.pod:6450
16195 msgid "guestfs_tail"
16196 msgstr ""
16197
16198 #. type: verbatim
16199 #: ../src/guestfs-actions.pod:6452
16200 #, no-wrap
16201 msgid ""
16202 " char **\n"
16203 " guestfs_tail (guestfs_h *g,\n"
16204 "               const char *path);\n"
16205 "\n"
16206 msgstr ""
16207
16208 #. type: textblock
16209 #: ../src/guestfs-actions.pod:6456 ../fish/guestfish-actions.pod:4344
16210 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16211 msgstr ""
16212
16213 #. type: =head2
16214 #: ../src/guestfs-actions.pod:6468
16215 msgid "guestfs_tail_n"
16216 msgstr ""
16217
16218 #. type: verbatim
16219 #: ../src/guestfs-actions.pod:6470
16220 #, no-wrap
16221 msgid ""
16222 " char **\n"
16223 " guestfs_tail_n (guestfs_h *g,\n"
16224 "                 int nrlines,\n"
16225 "                 const char *path);\n"
16226 "\n"
16227 msgstr ""
16228
16229 #. type: textblock
16230 #: ../src/guestfs-actions.pod:6475 ../fish/guestfish-actions.pod:4354
16231 msgid ""
16232 "If the parameter C<nrlines> is a positive number, this returns the last "
16233 "C<nrlines> lines of the file C<path>."
16234 msgstr ""
16235
16236 #. type: textblock
16237 #: ../src/guestfs-actions.pod:6478 ../fish/guestfish-actions.pod:4357
16238 msgid ""
16239 "If the parameter C<nrlines> is a negative number, this returns lines from "
16240 "the file C<path>, starting with the C<-nrlines>th line."
16241 msgstr ""
16242
16243 #. type: =head2
16244 #: ../src/guestfs-actions.pod:6492
16245 msgid "guestfs_tar_in"
16246 msgstr ""
16247
16248 #. type: verbatim
16249 #: ../src/guestfs-actions.pod:6494
16250 #, no-wrap
16251 msgid ""
16252 " int\n"
16253 " guestfs_tar_in (guestfs_h *g,\n"
16254 "                 const char *tarfile,\n"
16255 "                 const char *directory);\n"
16256 "\n"
16257 msgstr ""
16258
16259 #. type: textblock
16260 #: ../src/guestfs-actions.pod:6499 ../fish/guestfish-actions.pod:4369
16261 msgid ""
16262 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16263 "tar file) into C<directory>."
16264 msgstr ""
16265
16266 #. type: textblock
16267 #: ../src/guestfs-actions.pod:6502
16268 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16269 msgstr ""
16270
16271 #. type: textblock
16272 #: ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6524 ../src/guestfs-actions.pod:6540 ../src/guestfs-actions.pod:6556
16273 msgid "(Added in 1.0.3)"
16274 msgstr ""
16275
16276 #. type: =head2
16277 #: ../src/guestfs-actions.pod:6509
16278 msgid "guestfs_tar_out"
16279 msgstr ""
16280
16281 #. type: verbatim
16282 #: ../src/guestfs-actions.pod:6511
16283 #, no-wrap
16284 msgid ""
16285 " int\n"
16286 " guestfs_tar_out (guestfs_h *g,\n"
16287 "                  const char *directory,\n"
16288 "                  const char *tarfile);\n"
16289 "\n"
16290 msgstr ""
16291
16292 #. type: textblock
16293 #: ../src/guestfs-actions.pod:6516 ../fish/guestfish-actions.pod:4381
16294 msgid ""
16295 "This command packs the contents of C<directory> and downloads it to local "
16296 "file C<tarfile>."
16297 msgstr ""
16298
16299 #. type: textblock
16300 #: ../src/guestfs-actions.pod:6519
16301 msgid ""
16302 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16303 "C<guestfs_txz_out>."
16304 msgstr ""
16305
16306 #. type: =head2
16307 #: ../src/guestfs-actions.pod:6526
16308 msgid "guestfs_tgz_in"
16309 msgstr ""
16310
16311 #. type: verbatim
16312 #: ../src/guestfs-actions.pod:6528
16313 #, no-wrap
16314 msgid ""
16315 " int\n"
16316 " guestfs_tgz_in (guestfs_h *g,\n"
16317 "                 const char *tarball,\n"
16318 "                 const char *directory);\n"
16319 "\n"
16320 msgstr ""
16321
16322 #. type: textblock
16323 #: ../src/guestfs-actions.pod:6533 ../fish/guestfish-actions.pod:4393
16324 msgid ""
16325 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16326 "tar file) into C<directory>."
16327 msgstr ""
16328
16329 #. type: textblock
16330 #: ../src/guestfs-actions.pod:6536
16331 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16332 msgstr ""
16333
16334 #. type: =head2
16335 #: ../src/guestfs-actions.pod:6542
16336 msgid "guestfs_tgz_out"
16337 msgstr ""
16338
16339 #. type: verbatim
16340 #: ../src/guestfs-actions.pod:6544
16341 #, no-wrap
16342 msgid ""
16343 " int\n"
16344 " guestfs_tgz_out (guestfs_h *g,\n"
16345 "                  const char *directory,\n"
16346 "                  const char *tarball);\n"
16347 "\n"
16348 msgstr ""
16349
16350 #. type: textblock
16351 #: ../src/guestfs-actions.pod:6549 ../fish/guestfish-actions.pod:4404
16352 msgid ""
16353 "This command packs the contents of C<directory> and downloads it to local "
16354 "file C<tarball>."
16355 msgstr ""
16356
16357 #. type: textblock
16358 #: ../src/guestfs-actions.pod:6552
16359 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16360 msgstr ""
16361
16362 #. type: =head2
16363 #: ../src/guestfs-actions.pod:6558
16364 msgid "guestfs_touch"
16365 msgstr ""
16366
16367 #. type: verbatim
16368 #: ../src/guestfs-actions.pod:6560
16369 #, no-wrap
16370 msgid ""
16371 " int\n"
16372 " guestfs_touch (guestfs_h *g,\n"
16373 "                const char *path);\n"
16374 "\n"
16375 msgstr ""
16376
16377 #. type: textblock
16378 #: ../src/guestfs-actions.pod:6564 ../fish/guestfish-actions.pod:4415
16379 msgid ""
16380 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16381 "timestamps on a file, or, if the file does not exist, to create a new "
16382 "zero-length file."
16383 msgstr ""
16384
16385 #. type: textblock
16386 #: ../src/guestfs-actions.pod:6568 ../fish/guestfish-actions.pod:4419
16387 msgid ""
16388 "This command only works on regular files, and will fail on other file types "
16389 "such as directories, symbolic links, block special etc."
16390 msgstr ""
16391
16392 #. type: =head2
16393 #: ../src/guestfs-actions.pod:6575
16394 msgid "guestfs_truncate"
16395 msgstr ""
16396
16397 #. type: verbatim
16398 #: ../src/guestfs-actions.pod:6577
16399 #, no-wrap
16400 msgid ""
16401 " int\n"
16402 " guestfs_truncate (guestfs_h *g,\n"
16403 "                   const char *path);\n"
16404 "\n"
16405 msgstr ""
16406
16407 #. type: textblock
16408 #: ../src/guestfs-actions.pod:6581 ../fish/guestfish-actions.pod:4426
16409 msgid ""
16410 "This command truncates C<path> to a zero-length file.  The file must exist "
16411 "already."
16412 msgstr ""
16413
16414 #. type: =head2
16415 #: ../src/guestfs-actions.pod:6588
16416 msgid "guestfs_truncate_size"
16417 msgstr ""
16418
16419 #. type: verbatim
16420 #: ../src/guestfs-actions.pod:6590
16421 #, no-wrap
16422 msgid ""
16423 " int\n"
16424 " guestfs_truncate_size (guestfs_h *g,\n"
16425 "                        const char *path,\n"
16426 "                        int64_t size);\n"
16427 "\n"
16428 msgstr ""
16429
16430 #. type: textblock
16431 #: ../src/guestfs-actions.pod:6595 ../fish/guestfish-actions.pod:4433
16432 msgid ""
16433 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16434 "already."
16435 msgstr ""
16436
16437 #. type: textblock
16438 #: ../src/guestfs-actions.pod:6598
16439 msgid ""
16440 "If the current file size is less than C<size> then the file is extended to "
16441 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16442 "blocks are not allocated for the file until you write to it).  To create a "
16443 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16444 msgstr ""
16445
16446 #. type: =head2
16447 #: ../src/guestfs-actions.pod:6608
16448 msgid "guestfs_tune2fs_l"
16449 msgstr ""
16450
16451 #. type: verbatim
16452 #: ../src/guestfs-actions.pod:6610
16453 #, no-wrap
16454 msgid ""
16455 " char **\n"
16456 " guestfs_tune2fs_l (guestfs_h *g,\n"
16457 "                    const char *device);\n"
16458 "\n"
16459 msgstr ""
16460
16461 #. type: textblock
16462 #: ../src/guestfs-actions.pod:6614 ../fish/guestfish-actions.pod:4446
16463 msgid ""
16464 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16465 "C<device>."
16466 msgstr ""
16467
16468 #. type: textblock
16469 #: ../src/guestfs-actions.pod:6617 ../fish/guestfish-actions.pod:4449
16470 msgid ""
16471 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16472 "for more details.  The list of fields returned isn't clearly defined, and "
16473 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16474 "and the filesystem itself."
16475 msgstr ""
16476
16477 #. type: =head2
16478 #: ../src/guestfs-actions.pod:6630
16479 msgid "guestfs_txz_in"
16480 msgstr ""
16481
16482 #. type: verbatim
16483 #: ../src/guestfs-actions.pod:6632
16484 #, no-wrap
16485 msgid ""
16486 " int\n"
16487 " guestfs_txz_in (guestfs_h *g,\n"
16488 "                 const char *tarball,\n"
16489 "                 const char *directory);\n"
16490 "\n"
16491 msgstr ""
16492
16493 #. type: textblock
16494 #: ../src/guestfs-actions.pod:6637 ../fish/guestfish-actions.pod:4458
16495 msgid ""
16496 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16497 "tar file) into C<directory>."
16498 msgstr ""
16499
16500 #. type: =head2
16501 #: ../src/guestfs-actions.pod:6644
16502 msgid "guestfs_txz_out"
16503 msgstr ""
16504
16505 #. type: verbatim
16506 #: ../src/guestfs-actions.pod:6646
16507 #, no-wrap
16508 msgid ""
16509 " int\n"
16510 " guestfs_txz_out (guestfs_h *g,\n"
16511 "                  const char *directory,\n"
16512 "                  const char *tarball);\n"
16513 "\n"
16514 msgstr ""
16515
16516 #. type: textblock
16517 #: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4467
16518 msgid ""
16519 "This command packs the contents of C<directory> and downloads it to local "
16520 "file C<tarball> (as an xz compressed tar archive)."
16521 msgstr ""
16522
16523 #. type: =head2
16524 #: ../src/guestfs-actions.pod:6658
16525 msgid "guestfs_umask"
16526 msgstr ""
16527
16528 #. type: verbatim
16529 #: ../src/guestfs-actions.pod:6660
16530 #, no-wrap
16531 msgid ""
16532 " int\n"
16533 " guestfs_umask (guestfs_h *g,\n"
16534 "                int mask);\n"
16535 "\n"
16536 msgstr ""
16537
16538 #. type: textblock
16539 #: ../src/guestfs-actions.pod:6664 ../fish/guestfish-actions.pod:4476
16540 msgid ""
16541 "This function sets the mask used for creating new files and device nodes to "
16542 "C<mask & 0777>."
16543 msgstr ""
16544
16545 #. type: textblock
16546 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4479
16547 msgid ""
16548 "Typical umask values would be C<022> which creates new files with "
16549 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16550 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16551 msgstr ""
16552
16553 #. type: textblock
16554 #: ../src/guestfs-actions.pod:6672 ../fish/guestfish-actions.pod:4484
16555 msgid ""
16556 "The default umask is C<022>.  This is important because it means that "
16557 "directories and device nodes will be created with C<0644> or C<0755> mode "
16558 "even if you specify C<0777>."
16559 msgstr ""
16560
16561 #. type: textblock
16562 #: ../src/guestfs-actions.pod:6676
16563 msgid ""
16564 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16565 "C<guestfs_mkdir>."
16566 msgstr ""
16567
16568 #. type: textblock
16569 #: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4491
16570 msgid "This call returns the previous umask."
16571 msgstr ""
16572
16573 #. type: =head2
16574 #: ../src/guestfs-actions.pod:6685
16575 msgid "guestfs_umount"
16576 msgstr ""
16577
16578 #. type: verbatim
16579 #: ../src/guestfs-actions.pod:6687
16580 #, no-wrap
16581 msgid ""
16582 " int\n"
16583 " guestfs_umount (guestfs_h *g,\n"
16584 "                 const char *pathordevice);\n"
16585 "\n"
16586 msgstr ""
16587
16588 #. type: textblock
16589 #: ../src/guestfs-actions.pod:6691 ../fish/guestfish-actions.pod:4499
16590 msgid ""
16591 "This unmounts the given filesystem.  The filesystem may be specified either "
16592 "by its mountpoint (path) or the device which contains the filesystem."
16593 msgstr ""
16594
16595 #. type: =head2
16596 #: ../src/guestfs-actions.pod:6699
16597 msgid "guestfs_umount_all"
16598 msgstr ""
16599
16600 #. type: verbatim
16601 #: ../src/guestfs-actions.pod:6701
16602 #, no-wrap
16603 msgid ""
16604 " int\n"
16605 " guestfs_umount_all (guestfs_h *g);\n"
16606 "\n"
16607 msgstr ""
16608
16609 #. type: textblock
16610 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4509
16611 msgid "This unmounts all mounted filesystems."
16612 msgstr ""
16613
16614 #. type: textblock
16615 #: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4511
16616 msgid "Some internal mounts are not unmounted by this call."
16617 msgstr ""
16618
16619 #. type: =head2
16620 #: ../src/guestfs-actions.pod:6712
16621 msgid "guestfs_upload"
16622 msgstr ""
16623
16624 #. type: verbatim
16625 #: ../src/guestfs-actions.pod:6714
16626 #, no-wrap
16627 msgid ""
16628 " int\n"
16629 " guestfs_upload (guestfs_h *g,\n"
16630 "                 const char *filename,\n"
16631 "                 const char *remotefilename);\n"
16632 "\n"
16633 msgstr ""
16634
16635 #. type: textblock
16636 #: ../src/guestfs-actions.pod:6719 ../src/guestfs-actions.pod:6743 ../fish/guestfish-actions.pod:4517 ../fish/guestfish-actions.pod:4530
16637 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16638 msgstr ""
16639
16640 #. type: textblock
16641 #: ../src/guestfs-actions.pod:6724
16642 msgid "See also C<guestfs_download>."
16643 msgstr ""
16644
16645 #. type: =head2
16646 #: ../src/guestfs-actions.pod:6735
16647 msgid "guestfs_upload_offset"
16648 msgstr ""
16649
16650 #. type: verbatim
16651 #: ../src/guestfs-actions.pod:6737
16652 #, no-wrap
16653 msgid ""
16654 " int\n"
16655 " guestfs_upload_offset (guestfs_h *g,\n"
16656 "                        const char *filename,\n"
16657 "                        const char *remotefilename,\n"
16658 "                        int64_t offset);\n"
16659 "\n"
16660 msgstr ""
16661
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:6746 ../fish/guestfish-actions.pod:4533
16664 msgid ""
16665 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16666 "The intention is to overwrite parts of existing files or devices, although "
16667 "if a non-existant file is specified then it is created with a \"hole\" "
16668 "before C<offset>.  The size of the data written is implicit in the size of "
16669 "the source C<filename>."
16670 msgstr ""
16671
16672 #. type: textblock
16673 #: ../src/guestfs-actions.pod:6753
16674 msgid ""
16675 "Note that there is no limit on the amount of data that can be uploaded with "
16676 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16677 "full amount unless an error occurs."
16678 msgstr ""
16679
16680 #. type: textblock
16681 #: ../src/guestfs-actions.pod:6758
16682 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16683 msgstr ""
16684
16685 #. type: =head2
16686 #: ../src/guestfs-actions.pod:6769
16687 msgid "guestfs_utimens"
16688 msgstr ""
16689
16690 #. type: verbatim
16691 #: ../src/guestfs-actions.pod:6771
16692 #, no-wrap
16693 msgid ""
16694 " int\n"
16695 " guestfs_utimens (guestfs_h *g,\n"
16696 "                  const char *path,\n"
16697 "                  int64_t atsecs,\n"
16698 "                  int64_t atnsecs,\n"
16699 "                  int64_t mtsecs,\n"
16700 "                  int64_t mtnsecs);\n"
16701 "\n"
16702 msgstr ""
16703
16704 #. type: textblock
16705 #: ../src/guestfs-actions.pod:6779 ../fish/guestfish-actions.pod:4553
16706 msgid "This command sets the timestamps of a file with nanosecond precision."
16707 msgstr ""
16708
16709 #. type: textblock
16710 #: ../src/guestfs-actions.pod:6782 ../fish/guestfish-actions.pod:4556
16711 msgid ""
16712 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16713 "from the epoch."
16714 msgstr ""
16715
16716 #. type: textblock
16717 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4559
16718 msgid ""
16719 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16720 "nanoseconds from the epoch."
16721 msgstr ""
16722
16723 #. type: textblock
16724 #: ../src/guestfs-actions.pod:6788 ../fish/guestfish-actions.pod:4562
16725 msgid ""
16726 "If the C<*nsecs> field contains the special value C<-1> then the "
16727 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16728 "ignored in this case)."
16729 msgstr ""
16730
16731 #. type: textblock
16732 #: ../src/guestfs-actions.pod:6792 ../fish/guestfish-actions.pod:4566
16733 msgid ""
16734 "If the C<*nsecs> field contains the special value C<-2> then the "
16735 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16736 "in this case)."
16737 msgstr ""
16738
16739 #. type: =head2
16740 #: ../src/guestfs-actions.pod:6800 ../src/guestfs-structs.pod:175
16741 msgid "guestfs_version"
16742 msgstr ""
16743
16744 #. type: verbatim
16745 #: ../src/guestfs-actions.pod:6802
16746 #, no-wrap
16747 msgid ""
16748 " struct guestfs_version *\n"
16749 " guestfs_version (guestfs_h *g);\n"
16750 "\n"
16751 msgstr ""
16752
16753 #. type: textblock
16754 #: ../src/guestfs-actions.pod:6805 ../fish/guestfish-actions.pod:4574
16755 msgid "Return the libguestfs version number that the program is linked against."
16756 msgstr ""
16757
16758 #. type: textblock
16759 #: ../src/guestfs-actions.pod:6808 ../fish/guestfish-actions.pod:4577
16760 msgid ""
16761 "Note that because of dynamic linking this is not necessarily the version of "
16762 "libguestfs that you compiled against.  You can compile the program, and then "
16763 "at runtime dynamically link against a completely different C<libguestfs.so> "
16764 "library."
16765 msgstr ""
16766
16767 #. type: textblock
16768 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4582
16769 msgid ""
16770 "This call was added in version C<1.0.58>.  In previous versions of "
16771 "libguestfs there was no way to get the version number.  From C code you can "
16772 "use dynamic linker functions to find out if this symbol exists (if it "
16773 "doesn't, then it's an earlier version)."
16774 msgstr ""
16775
16776 #. type: textblock
16777 #: ../src/guestfs-actions.pod:6819 ../fish/guestfish-actions.pod:4588
16778 msgid ""
16779 "The call returns a structure with four elements.  The first three (C<major>, "
16780 "C<minor> and C<release>) are numbers and correspond to the usual version "
16781 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16782 "but may be used for distro-specific information."
16783 msgstr ""
16784
16785 #. type: textblock
16786 #: ../src/guestfs-actions.pod:6825 ../fish/guestfish-actions.pod:4594
16787 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16788 msgstr ""
16789
16790 #. type: textblock
16791 #: ../src/guestfs-actions.pod:6828 ../fish/guestfish-actions.pod:4597
16792 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16793 msgstr ""
16794
16795 #. type: textblock
16796 #: ../src/guestfs-actions.pod:6830
16797 msgid ""
16798 "I<Note:> Don't use this call to test for availability of features.  In "
16799 "enterprise distributions we backport features from later versions into "
16800 "earlier versions, making this an unreliable way to test for features.  Use "
16801 "C<guestfs_available> instead."
16802 msgstr ""
16803
16804 #. type: textblock
16805 #: ../src/guestfs-actions.pod:6836
16806 msgid ""
16807 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16808 "error.  I<The caller must call C<guestfs_free_version> after use>."
16809 msgstr ""
16810
16811 #. type: textblock
16812 #: ../src/guestfs-actions.pod:6840
16813 msgid "(Added in 1.0.58)"
16814 msgstr ""
16815
16816 #. type: =head2
16817 #: ../src/guestfs-actions.pod:6842
16818 msgid "guestfs_vfs_label"
16819 msgstr ""
16820
16821 #. type: verbatim
16822 #: ../src/guestfs-actions.pod:6844
16823 #, no-wrap
16824 msgid ""
16825 " char *\n"
16826 " guestfs_vfs_label (guestfs_h *g,\n"
16827 "                    const char *device);\n"
16828 "\n"
16829 msgstr ""
16830
16831 #. type: textblock
16832 #: ../src/guestfs-actions.pod:6848 ../fish/guestfish-actions.pod:4609
16833 msgid "This returns the filesystem label of the filesystem on C<device>."
16834 msgstr ""
16835
16836 #. type: textblock
16837 #: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4612
16838 msgid "If the filesystem is unlabeled, this returns the empty string."
16839 msgstr ""
16840
16841 #. type: textblock
16842 #: ../src/guestfs-actions.pod:6853
16843 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16844 msgstr ""
16845
16846 #. type: textblock
16847 #: ../src/guestfs-actions.pod:6858 ../src/guestfs-actions.pod:6895
16848 msgid "(Added in 1.3.18)"
16849 msgstr ""
16850
16851 #. type: =head2
16852 #: ../src/guestfs-actions.pod:6860
16853 msgid "guestfs_vfs_type"
16854 msgstr ""
16855
16856 #. type: verbatim
16857 #: ../src/guestfs-actions.pod:6862
16858 #, no-wrap
16859 msgid ""
16860 " char *\n"
16861 " guestfs_vfs_type (guestfs_h *g,\n"
16862 "                   const char *device);\n"
16863 "\n"
16864 msgstr ""
16865
16866 #. type: textblock
16867 #: ../src/guestfs-actions.pod:6866 ../fish/guestfish-actions.pod:4620
16868 msgid ""
16869 "This command gets the filesystem type corresponding to the filesystem on "
16870 "C<device>."
16871 msgstr ""
16872
16873 #. type: textblock
16874 #: ../src/guestfs-actions.pod:6869 ../fish/guestfish-actions.pod:4623
16875 msgid ""
16876 "For most filesystems, the result is the name of the Linux VFS module which "
16877 "would be used to mount this filesystem if you mounted it without specifying "
16878 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16879 msgstr ""
16880
16881 #. type: =head2
16882 #: ../src/guestfs-actions.pod:6879
16883 msgid "guestfs_vfs_uuid"
16884 msgstr ""
16885
16886 #. type: verbatim
16887 #: ../src/guestfs-actions.pod:6881
16888 #, no-wrap
16889 msgid ""
16890 " char *\n"
16891 " guestfs_vfs_uuid (guestfs_h *g,\n"
16892 "                   const char *device);\n"
16893 "\n"
16894 msgstr ""
16895
16896 #. type: textblock
16897 #: ../src/guestfs-actions.pod:6885 ../fish/guestfish-actions.pod:4632
16898 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16899 msgstr ""
16900
16901 #. type: textblock
16902 #: ../src/guestfs-actions.pod:6888 ../fish/guestfish-actions.pod:4635
16903 msgid "If the filesystem does not have a UUID, this returns the empty string."
16904 msgstr ""
16905
16906 #. type: textblock
16907 #: ../src/guestfs-actions.pod:6890
16908 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16909 msgstr ""
16910
16911 #. type: =head2
16912 #: ../src/guestfs-actions.pod:6897
16913 msgid "guestfs_vg_activate"
16914 msgstr ""
16915
16916 #. type: verbatim
16917 #: ../src/guestfs-actions.pod:6899
16918 #, no-wrap
16919 msgid ""
16920 " int\n"
16921 " guestfs_vg_activate (guestfs_h *g,\n"
16922 "                      int activate,\n"
16923 "                      char *const *volgroups);\n"
16924 "\n"
16925 msgstr ""
16926
16927 #. type: textblock
16928 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4643
16929 msgid ""
16930 "This command activates or (if C<activate> is false) deactivates all logical "
16931 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16932 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16933 "deactivated, then those devices disappear."
16934 msgstr ""
16935
16936 #. type: textblock
16937 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4649
16938 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16939 msgstr ""
16940
16941 #. type: textblock
16942 #: ../src/guestfs-actions.pod:6912 ../fish/guestfish-actions.pod:4651
16943 msgid ""
16944 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16945 "activated or deactivated."
16946 msgstr ""
16947
16948 #. type: =head2
16949 #: ../src/guestfs-actions.pod:6919
16950 msgid "guestfs_vg_activate_all"
16951 msgstr ""
16952
16953 #. type: verbatim
16954 #: ../src/guestfs-actions.pod:6921
16955 #, no-wrap
16956 msgid ""
16957 " int\n"
16958 " guestfs_vg_activate_all (guestfs_h *g,\n"
16959 "                          int activate);\n"
16960 "\n"
16961 msgstr ""
16962
16963 #. type: textblock
16964 #: ../src/guestfs-actions.pod:6925 ../fish/guestfish-actions.pod:4658
16965 msgid ""
16966 "This command activates or (if C<activate> is false) deactivates all logical "
16967 "volumes in all volume groups.  If activated, then they are made known to the "
16968 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16969 "those devices disappear."
16970 msgstr ""
16971
16972 #. type: textblock
16973 #: ../src/guestfs-actions.pod:6931 ../fish/guestfish-actions.pod:4664
16974 msgid "This command is the same as running C<vgchange -a y|n>"
16975 msgstr ""
16976
16977 #. type: =head2
16978 #: ../src/guestfs-actions.pod:6937
16979 msgid "guestfs_vgcreate"
16980 msgstr ""
16981
16982 #. type: verbatim
16983 #: ../src/guestfs-actions.pod:6939
16984 #, no-wrap
16985 msgid ""
16986 " int\n"
16987 " guestfs_vgcreate (guestfs_h *g,\n"
16988 "                   const char *volgroup,\n"
16989 "                   char *const *physvols);\n"
16990 "\n"
16991 msgstr ""
16992
16993 #. type: textblock
16994 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4670
16995 msgid ""
16996 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16997 "of physical volumes C<physvols>."
16998 msgstr ""
16999
17000 #. type: =head2
17001 #: ../src/guestfs-actions.pod:6951
17002 msgid "guestfs_vglvuuids"
17003 msgstr ""
17004
17005 #. type: verbatim
17006 #: ../src/guestfs-actions.pod:6953
17007 #, no-wrap
17008 msgid ""
17009 " char **\n"
17010 " guestfs_vglvuuids (guestfs_h *g,\n"
17011 "                    const char *vgname);\n"
17012 "\n"
17013 msgstr ""
17014
17015 #. type: textblock
17016 #: ../src/guestfs-actions.pod:6957 ../fish/guestfish-actions.pod:4677
17017 msgid ""
17018 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17019 "volumes created in this volume group."
17020 msgstr ""
17021
17022 #. type: textblock
17023 #: ../src/guestfs-actions.pod:6960
17024 msgid ""
17025 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17026 "associate logical volumes and volume groups."
17027 msgstr ""
17028
17029 #. type: textblock
17030 #: ../src/guestfs-actions.pod:6963
17031 msgid "See also C<guestfs_vgpvuuids>."
17032 msgstr ""
17033
17034 #. type: =head2
17035 #: ../src/guestfs-actions.pod:6971
17036 msgid "guestfs_vgpvuuids"
17037 msgstr ""
17038
17039 #. type: verbatim
17040 #: ../src/guestfs-actions.pod:6973
17041 #, no-wrap
17042 msgid ""
17043 " char **\n"
17044 " guestfs_vgpvuuids (guestfs_h *g,\n"
17045 "                    const char *vgname);\n"
17046 "\n"
17047 msgstr ""
17048
17049 #. type: textblock
17050 #: ../src/guestfs-actions.pod:6977 ../fish/guestfish-actions.pod:4689
17051 msgid ""
17052 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17053 "volumes that this volume group resides on."
17054 msgstr ""
17055
17056 #. type: textblock
17057 #: ../src/guestfs-actions.pod:6980
17058 msgid ""
17059 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17060 "associate physical volumes and volume groups."
17061 msgstr ""
17062
17063 #. type: textblock
17064 #: ../src/guestfs-actions.pod:6983
17065 msgid "See also C<guestfs_vglvuuids>."
17066 msgstr ""
17067
17068 #. type: =head2
17069 #: ../src/guestfs-actions.pod:6991
17070 msgid "guestfs_vgremove"
17071 msgstr ""
17072
17073 #. type: verbatim
17074 #: ../src/guestfs-actions.pod:6993
17075 #, no-wrap
17076 msgid ""
17077 " int\n"
17078 " guestfs_vgremove (guestfs_h *g,\n"
17079 "                   const char *vgname);\n"
17080 "\n"
17081 msgstr ""
17082
17083 #. type: textblock
17084 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4701
17085 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17086 msgstr ""
17087
17088 #. type: textblock
17089 #: ../src/guestfs-actions.pod:6999 ../fish/guestfish-actions.pod:4703
17090 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17091 msgstr ""
17092
17093 #. type: =head2
17094 #: ../src/guestfs-actions.pod:7006
17095 msgid "guestfs_vgrename"
17096 msgstr ""
17097
17098 #. type: verbatim
17099 #: ../src/guestfs-actions.pod:7008
17100 #, no-wrap
17101 msgid ""
17102 " int\n"
17103 " guestfs_vgrename (guestfs_h *g,\n"
17104 "                   const char *volgroup,\n"
17105 "                   const char *newvolgroup);\n"
17106 "\n"
17107 msgstr ""
17108
17109 #. type: textblock
17110 #: ../src/guestfs-actions.pod:7013 ../fish/guestfish-actions.pod:4710
17111 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17112 msgstr ""
17113
17114 #. type: =head2
17115 #: ../src/guestfs-actions.pod:7019
17116 msgid "guestfs_vgs"
17117 msgstr ""
17118
17119 #. type: verbatim
17120 #: ../src/guestfs-actions.pod:7021
17121 #, no-wrap
17122 msgid ""
17123 " char **\n"
17124 " guestfs_vgs (guestfs_h *g);\n"
17125 "\n"
17126 msgstr ""
17127
17128 #. type: textblock
17129 #: ../src/guestfs-actions.pod:7024 ../fish/guestfish-actions.pod:4716
17130 msgid ""
17131 "List all the volumes groups detected.  This is the equivalent of the "
17132 "L<vgs(8)> command."
17133 msgstr ""
17134
17135 #. type: textblock
17136 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4719
17137 msgid ""
17138 "This returns a list of just the volume group names that were detected "
17139 "(eg. C<VolGroup00>)."
17140 msgstr ""
17141
17142 #. type: textblock
17143 #: ../src/guestfs-actions.pod:7030
17144 msgid "See also C<guestfs_vgs_full>."
17145 msgstr ""
17146
17147 #. type: =head2
17148 #: ../src/guestfs-actions.pod:7038
17149 msgid "guestfs_vgs_full"
17150 msgstr ""
17151
17152 #. type: verbatim
17153 #: ../src/guestfs-actions.pod:7040
17154 #, no-wrap
17155 msgid ""
17156 " struct guestfs_lvm_vg_list *\n"
17157 " guestfs_vgs_full (guestfs_h *g);\n"
17158 "\n"
17159 msgstr ""
17160
17161 #. type: textblock
17162 #: ../src/guestfs-actions.pod:7043 ../fish/guestfish-actions.pod:4728
17163 msgid ""
17164 "List all the volumes groups detected.  This is the equivalent of the "
17165 "L<vgs(8)> command.  The \"full\" version includes all fields."
17166 msgstr ""
17167
17168 #. type: textblock
17169 #: ../src/guestfs-actions.pod:7046
17170 msgid ""
17171 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17172 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17173 "use>."
17174 msgstr ""
17175
17176 #. type: =head2
17177 #: ../src/guestfs-actions.pod:7052
17178 msgid "guestfs_vgscan"
17179 msgstr ""
17180
17181 #. type: verbatim
17182 #: ../src/guestfs-actions.pod:7054
17183 #, no-wrap
17184 msgid ""
17185 " int\n"
17186 " guestfs_vgscan (guestfs_h *g);\n"
17187 "\n"
17188 msgstr ""
17189
17190 #. type: textblock
17191 #: ../src/guestfs-actions.pod:7057 ../fish/guestfish-actions.pod:4735
17192 msgid ""
17193 "This rescans all block devices and rebuilds the list of LVM physical "
17194 "volumes, volume groups and logical volumes."
17195 msgstr ""
17196
17197 #. type: =head2
17198 #: ../src/guestfs-actions.pod:7064
17199 msgid "guestfs_vguuid"
17200 msgstr ""
17201
17202 #. type: verbatim
17203 #: ../src/guestfs-actions.pod:7066
17204 #, no-wrap
17205 msgid ""
17206 " char *\n"
17207 " guestfs_vguuid (guestfs_h *g,\n"
17208 "                 const char *vgname);\n"
17209 "\n"
17210 msgstr ""
17211
17212 #. type: textblock
17213 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4742
17214 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17215 msgstr ""
17216
17217 #. type: =head2
17218 #: ../src/guestfs-actions.pod:7077
17219 msgid "guestfs_wait_ready"
17220 msgstr ""
17221
17222 #. type: verbatim
17223 #: ../src/guestfs-actions.pod:7079
17224 #, no-wrap
17225 msgid ""
17226 " int\n"
17227 " guestfs_wait_ready (guestfs_h *g);\n"
17228 "\n"
17229 msgstr ""
17230
17231 #. type: textblock
17232 #: ../src/guestfs-actions.pod:7082
17233 msgid "This function is a no op."
17234 msgstr ""
17235
17236 #. type: textblock
17237 #: ../src/guestfs-actions.pod:7084
17238 msgid ""
17239 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17240 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17241 "is no longer necessary because C<guestfs_launch> now does the waiting."
17242 msgstr ""
17243
17244 #. type: textblock
17245 #: ../src/guestfs-actions.pod:7089
17246 msgid ""
17247 "If you see any calls to this function in code then you can just remove them, "
17248 "unless you want to retain compatibility with older versions of the API."
17249 msgstr ""
17250
17251 #. type: =head2
17252 #: ../src/guestfs-actions.pod:7097
17253 msgid "guestfs_wc_c"
17254 msgstr ""
17255
17256 #. type: verbatim
17257 #: ../src/guestfs-actions.pod:7099
17258 #, no-wrap
17259 msgid ""
17260 " int\n"
17261 " guestfs_wc_c (guestfs_h *g,\n"
17262 "               const char *path);\n"
17263 "\n"
17264 msgstr ""
17265
17266 #. type: textblock
17267 #: ../src/guestfs-actions.pod:7103 ../fish/guestfish-actions.pod:4748
17268 msgid ""
17269 "This command counts the characters in a file, using the C<wc -c> external "
17270 "command."
17271 msgstr ""
17272
17273 #. type: =head2
17274 #: ../src/guestfs-actions.pod:7110
17275 msgid "guestfs_wc_l"
17276 msgstr ""
17277
17278 #. type: verbatim
17279 #: ../src/guestfs-actions.pod:7112
17280 #, no-wrap
17281 msgid ""
17282 " int\n"
17283 " guestfs_wc_l (guestfs_h *g,\n"
17284 "               const char *path);\n"
17285 "\n"
17286 msgstr ""
17287
17288 #. type: textblock
17289 #: ../src/guestfs-actions.pod:7116 ../fish/guestfish-actions.pod:4755
17290 msgid ""
17291 "This command counts the lines in a file, using the C<wc -l> external "
17292 "command."
17293 msgstr ""
17294
17295 #. type: =head2
17296 #: ../src/guestfs-actions.pod:7123
17297 msgid "guestfs_wc_w"
17298 msgstr ""
17299
17300 #. type: verbatim
17301 #: ../src/guestfs-actions.pod:7125
17302 #, no-wrap
17303 msgid ""
17304 " int\n"
17305 " guestfs_wc_w (guestfs_h *g,\n"
17306 "               const char *path);\n"
17307 "\n"
17308 msgstr ""
17309
17310 #. type: textblock
17311 #: ../src/guestfs-actions.pod:7129 ../fish/guestfish-actions.pod:4762
17312 msgid ""
17313 "This command counts the words in a file, using the C<wc -w> external "
17314 "command."
17315 msgstr ""
17316
17317 #. type: =head2
17318 #: ../src/guestfs-actions.pod:7136
17319 msgid "guestfs_write"
17320 msgstr ""
17321
17322 #. type: verbatim
17323 #: ../src/guestfs-actions.pod:7138
17324 #, no-wrap
17325 msgid ""
17326 " int\n"
17327 " guestfs_write (guestfs_h *g,\n"
17328 "                const char *path,\n"
17329 "                const char *content,\n"
17330 "                size_t content_size);\n"
17331 "\n"
17332 msgstr ""
17333
17334 #. type: textblock
17335 #: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:4769
17336 msgid ""
17337 "This call creates a file called C<path>.  The content of the file is the "
17338 "string C<content> (which can contain any 8 bit data)."
17339 msgstr ""
17340
17341 #. type: =head2
17342 #: ../src/guestfs-actions.pod:7154
17343 msgid "guestfs_write_file"
17344 msgstr ""
17345
17346 #. type: verbatim
17347 #: ../src/guestfs-actions.pod:7156
17348 #, no-wrap
17349 msgid ""
17350 " int\n"
17351 " guestfs_write_file (guestfs_h *g,\n"
17352 "                     const char *path,\n"
17353 "                     const char *content,\n"
17354 "                     int size);\n"
17355 "\n"
17356 msgstr ""
17357
17358 #. type: textblock
17359 #: ../src/guestfs-actions.pod:7162 ../fish/guestfish-actions.pod:4779
17360 msgid ""
17361 "This call creates a file called C<path>.  The contents of the file is the "
17362 "string C<content> (which can contain any 8 bit data), with length C<size>."
17363 msgstr ""
17364
17365 #. type: textblock
17366 #: ../src/guestfs-actions.pod:7166 ../fish/guestfish-actions.pod:4783
17367 msgid ""
17368 "As a special case, if C<size> is C<0> then the length is calculated using "
17369 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17370 msgstr ""
17371
17372 #. type: textblock
17373 #: ../src/guestfs-actions.pod:7170 ../fish/guestfish-actions.pod:4787
17374 msgid ""
17375 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17376 "I<not> work, even if the length is specified."
17377 msgstr ""
17378
17379 #. type: textblock
17380 #: ../src/guestfs-actions.pod:7178 ../fish/guestfish-actions.pod:4793
17381 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17382 msgstr ""
17383
17384 #. type: =head2
17385 #: ../src/guestfs-actions.pod:7187
17386 msgid "guestfs_zegrep"
17387 msgstr ""
17388
17389 #. type: verbatim
17390 #: ../src/guestfs-actions.pod:7189
17391 #, no-wrap
17392 msgid ""
17393 " char **\n"
17394 " guestfs_zegrep (guestfs_h *g,\n"
17395 "                 const char *regex,\n"
17396 "                 const char *path);\n"
17397 "\n"
17398 msgstr ""
17399
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:7194 ../fish/guestfish-actions.pod:4804
17402 msgid "This calls the external C<zegrep> program and returns the matching lines."
17403 msgstr ""
17404
17405 #. type: =head2
17406 #: ../src/guestfs-actions.pod:7206
17407 msgid "guestfs_zegrepi"
17408 msgstr ""
17409
17410 #. type: verbatim
17411 #: ../src/guestfs-actions.pod:7208
17412 #, no-wrap
17413 msgid ""
17414 " char **\n"
17415 " guestfs_zegrepi (guestfs_h *g,\n"
17416 "                  const char *regex,\n"
17417 "                  const char *path);\n"
17418 "\n"
17419 msgstr ""
17420
17421 #. type: textblock
17422 #: ../src/guestfs-actions.pod:7213 ../fish/guestfish-actions.pod:4814
17423 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17424 msgstr ""
17425
17426 #. type: =head2
17427 #: ../src/guestfs-actions.pod:7225
17428 msgid "guestfs_zero"
17429 msgstr ""
17430
17431 #. type: verbatim
17432 #: ../src/guestfs-actions.pod:7227
17433 #, no-wrap
17434 msgid ""
17435 " int\n"
17436 " guestfs_zero (guestfs_h *g,\n"
17437 "               const char *device);\n"
17438 "\n"
17439 msgstr ""
17440
17441 #. type: textblock
17442 #: ../src/guestfs-actions.pod:7231 ../fish/guestfish-actions.pod:4824
17443 msgid "This command writes zeroes over the first few blocks of C<device>."
17444 msgstr ""
17445
17446 #. type: textblock
17447 #: ../src/guestfs-actions.pod:7233 ../fish/guestfish-actions.pod:4826
17448 msgid ""
17449 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17450 "securely wipe the device).  It should be sufficient to remove any partition "
17451 "tables, filesystem superblocks and so on."
17452 msgstr ""
17453
17454 #. type: textblock
17455 #: ../src/guestfs-actions.pod:7237
17456 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17457 msgstr ""
17458
17459 #. type: =head2
17460 #: ../src/guestfs-actions.pod:7248
17461 msgid "guestfs_zero_device"
17462 msgstr ""
17463
17464 #. type: verbatim
17465 #: ../src/guestfs-actions.pod:7250
17466 #, no-wrap
17467 msgid ""
17468 " int\n"
17469 " guestfs_zero_device (guestfs_h *g,\n"
17470 "                      const char *device);\n"
17471 "\n"
17472 msgstr ""
17473
17474 #. type: textblock
17475 #: ../src/guestfs-actions.pod:7254
17476 msgid ""
17477 "This command writes zeroes over the entire C<device>.  Compare with "
17478 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17479 msgstr ""
17480
17481 #. type: textblock
17482 #: ../src/guestfs-actions.pod:7268
17483 msgid "(Added in 1.3.1)"
17484 msgstr ""
17485
17486 #. type: =head2
17487 #: ../src/guestfs-actions.pod:7270
17488 msgid "guestfs_zerofree"
17489 msgstr ""
17490
17491 #. type: verbatim
17492 #: ../src/guestfs-actions.pod:7272
17493 #, no-wrap
17494 msgid ""
17495 " int\n"
17496 " guestfs_zerofree (guestfs_h *g,\n"
17497 "                   const char *device);\n"
17498 "\n"
17499 msgstr ""
17500
17501 #. type: textblock
17502 #: ../src/guestfs-actions.pod:7276 ../fish/guestfish-actions.pod:4847
17503 msgid ""
17504 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17505 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17506 "possible to compress the filesystem more effectively."
17507 msgstr ""
17508
17509 #. type: textblock
17510 #: ../src/guestfs-actions.pod:7281 ../fish/guestfish-actions.pod:4852
17511 msgid "You should B<not> run this program if the filesystem is mounted."
17512 msgstr ""
17513
17514 #. type: textblock
17515 #: ../src/guestfs-actions.pod:7284 ../fish/guestfish-actions.pod:4855
17516 msgid ""
17517 "It is possible that using this program can damage the filesystem or data on "
17518 "the filesystem."
17519 msgstr ""
17520
17521 #. type: =head2
17522 #: ../src/guestfs-actions.pod:7291
17523 msgid "guestfs_zfgrep"
17524 msgstr ""
17525
17526 #. type: verbatim
17527 #: ../src/guestfs-actions.pod:7293
17528 #, no-wrap
17529 msgid ""
17530 " char **\n"
17531 " guestfs_zfgrep (guestfs_h *g,\n"
17532 "                 const char *pattern,\n"
17533 "                 const char *path);\n"
17534 "\n"
17535 msgstr ""
17536
17537 #. type: textblock
17538 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4862
17539 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17540 msgstr ""
17541
17542 #. type: =head2
17543 #: ../src/guestfs-actions.pod:7310
17544 msgid "guestfs_zfgrepi"
17545 msgstr ""
17546
17547 #. type: verbatim
17548 #: ../src/guestfs-actions.pod:7312
17549 #, no-wrap
17550 msgid ""
17551 " char **\n"
17552 " guestfs_zfgrepi (guestfs_h *g,\n"
17553 "                  const char *pattern,\n"
17554 "                  const char *path);\n"
17555 "\n"
17556 msgstr ""
17557
17558 #. type: textblock
17559 #: ../src/guestfs-actions.pod:7317 ../fish/guestfish-actions.pod:4872
17560 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17561 msgstr ""
17562
17563 #. type: =head2
17564 #: ../src/guestfs-actions.pod:7329
17565 msgid "guestfs_zfile"
17566 msgstr ""
17567
17568 #. type: verbatim
17569 #: ../src/guestfs-actions.pod:7331
17570 #, no-wrap
17571 msgid ""
17572 " char *\n"
17573 " guestfs_zfile (guestfs_h *g,\n"
17574 "                const char *meth,\n"
17575 "                const char *path);\n"
17576 "\n"
17577 msgstr ""
17578
17579 #. type: textblock
17580 #: ../src/guestfs-actions.pod:7336 ../fish/guestfish-actions.pod:4882
17581 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17582 msgstr ""
17583
17584 #. type: textblock
17585 #: ../src/guestfs-actions.pod:7339 ../fish/guestfish-actions.pod:4885
17586 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17587 msgstr ""
17588
17589 #. type: textblock
17590 #: ../src/guestfs-actions.pod:7341
17591 msgid ""
17592 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17593 "files."
17594 msgstr ""
17595
17596 #. type: textblock
17597 #: ../src/guestfs-actions.pod:7347 ../fish/guestfish-actions.pod:4890
17598 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17599 msgstr ""
17600
17601 #. type: =head2
17602 #: ../src/guestfs-actions.pod:7356
17603 msgid "guestfs_zgrep"
17604 msgstr ""
17605
17606 #. type: verbatim
17607 #: ../src/guestfs-actions.pod:7358
17608 #, no-wrap
17609 msgid ""
17610 " char **\n"
17611 " guestfs_zgrep (guestfs_h *g,\n"
17612 "                const char *regex,\n"
17613 "                const char *path);\n"
17614 "\n"
17615 msgstr ""
17616
17617 #. type: textblock
17618 #: ../src/guestfs-actions.pod:7363 ../fish/guestfish-actions.pod:4901
17619 msgid "This calls the external C<zgrep> program and returns the matching lines."
17620 msgstr ""
17621
17622 #. type: =head2
17623 #: ../src/guestfs-actions.pod:7375
17624 msgid "guestfs_zgrepi"
17625 msgstr ""
17626
17627 #. type: verbatim
17628 #: ../src/guestfs-actions.pod:7377
17629 #, no-wrap
17630 msgid ""
17631 " char **\n"
17632 " guestfs_zgrepi (guestfs_h *g,\n"
17633 "                 const char *regex,\n"
17634 "                 const char *path);\n"
17635 "\n"
17636 msgstr ""
17637
17638 #. type: textblock
17639 #: ../src/guestfs-actions.pod:7382 ../fish/guestfish-actions.pod:4911
17640 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17641 msgstr ""
17642
17643 #. type: =item
17644 #: ../src/guestfs-availability.pod:3
17645 msgid "B<augeas>"
17646 msgstr ""
17647
17648 #. type: textblock
17649 #: ../src/guestfs-availability.pod:5
17650 msgid ""
17651 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17652 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17653 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17654 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17655 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17656 msgstr ""
17657
17658 #. type: =item
17659 #: ../src/guestfs-availability.pod:21
17660 msgid "B<inotify>"
17661 msgstr ""
17662
17663 #. type: textblock
17664 #: ../src/guestfs-availability.pod:23
17665 msgid ""
17666 "The following functions: L</guestfs_inotify_add_watch> "
17667 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17668 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17669 msgstr ""
17670
17671 #. type: =item
17672 #: ../src/guestfs-availability.pod:31
17673 msgid "B<linuxfsuuid>"
17674 msgstr ""
17675
17676 #. type: textblock
17677 #: ../src/guestfs-availability.pod:33
17678 msgid ""
17679 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17680 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17681 msgstr ""
17682
17683 #. type: =item
17684 #: ../src/guestfs-availability.pod:40
17685 msgid "B<linuxmodules>"
17686 msgstr ""
17687
17688 #. type: textblock
17689 #: ../src/guestfs-availability.pod:42
17690 msgid "The following functions: L</guestfs_modprobe>"
17691 msgstr ""
17692
17693 #. type: =item
17694 #: ../src/guestfs-availability.pod:45
17695 msgid "B<linuxxattrs>"
17696 msgstr ""
17697
17698 #. type: textblock
17699 #: ../src/guestfs-availability.pod:47
17700 msgid ""
17701 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17702 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17703 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17704 "L</guestfs_setxattr>"
17705 msgstr ""
17706
17707 #. type: =item
17708 #: ../src/guestfs-availability.pod:58
17709 msgid "B<luks>"
17710 msgstr ""
17711
17712 #. type: textblock
17713 #: ../src/guestfs-availability.pod:60
17714 msgid ""
17715 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17716 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17717 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17718 msgstr ""
17719
17720 #. type: =item
17721 #: ../src/guestfs-availability.pod:69
17722 msgid "B<lvm2>"
17723 msgstr ""
17724
17725 #. type: textblock
17726 #: ../src/guestfs-availability.pod:71
17727 msgid ""
17728 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17729 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17730 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17731 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17732 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17733 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17734 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17735 "L</guestfs_vgs_full>"
17736 msgstr ""
17737
17738 #. type: =item
17739 #: ../src/guestfs-availability.pod:94
17740 msgid "B<mknod>"
17741 msgstr ""
17742
17743 #. type: textblock
17744 #: ../src/guestfs-availability.pod:96
17745 msgid ""
17746 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17747 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17748 msgstr ""
17749
17750 #. type: =item
17751 #: ../src/guestfs-availability.pod:102
17752 msgid "B<ntfs3g>"
17753 msgstr ""
17754
17755 #. type: textblock
17756 #: ../src/guestfs-availability.pod:104
17757 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17758 msgstr ""
17759
17760 #. type: =item
17761 #: ../src/guestfs-availability.pod:107
17762 msgid "B<ntfsprogs>"
17763 msgstr ""
17764
17765 #. type: textblock
17766 #: ../src/guestfs-availability.pod:109
17767 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17768 msgstr ""
17769
17770 #. type: =item
17771 #: ../src/guestfs-availability.pod:113
17772 msgid "B<realpath>"
17773 msgstr ""
17774
17775 #. type: textblock
17776 #: ../src/guestfs-availability.pod:115
17777 msgid "The following functions: L</guestfs_realpath>"
17778 msgstr ""
17779
17780 #. type: =item
17781 #: ../src/guestfs-availability.pod:118
17782 msgid "B<scrub>"
17783 msgstr ""
17784
17785 #. type: textblock
17786 #: ../src/guestfs-availability.pod:120
17787 msgid ""
17788 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17789 "L</guestfs_scrub_freespace>"
17790 msgstr ""
17791
17792 #. type: =item
17793 #: ../src/guestfs-availability.pod:125
17794 msgid "B<selinux>"
17795 msgstr ""
17796
17797 #. type: textblock
17798 #: ../src/guestfs-availability.pod:127
17799 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17800 msgstr ""
17801
17802 #. type: =item
17803 #: ../src/guestfs-availability.pod:131
17804 msgid "B<xz>"
17805 msgstr ""
17806
17807 #. type: textblock
17808 #: ../src/guestfs-availability.pod:133
17809 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17810 msgstr ""
17811
17812 #. type: =item
17813 #: ../src/guestfs-availability.pod:137
17814 msgid "B<zerofree>"
17815 msgstr ""
17816
17817 #. type: textblock
17818 #: ../src/guestfs-availability.pod:139
17819 msgid "The following functions: L</guestfs_zerofree>"
17820 msgstr ""
17821
17822 #. type: =head2
17823 #: ../src/guestfs-structs.pod:1
17824 msgid "guestfs_int_bool"
17825 msgstr ""
17826
17827 #. type: verbatim
17828 #: ../src/guestfs-structs.pod:3
17829 #, no-wrap
17830 msgid ""
17831 " struct guestfs_int_bool {\n"
17832 "   int32_t i;\n"
17833 "   int32_t b;\n"
17834 " };\n"
17835 " \n"
17836 msgstr ""
17837
17838 #. type: verbatim
17839 #: ../src/guestfs-structs.pod:8
17840 #, no-wrap
17841 msgid ""
17842 " struct guestfs_int_bool_list {\n"
17843 "   uint32_t len; /* Number of elements in list. */\n"
17844 "   struct guestfs_int_bool *val; /* Elements. */\n"
17845 " };\n"
17846 " \n"
17847 msgstr ""
17848
17849 #. type: verbatim
17850 #: ../src/guestfs-structs.pod:13
17851 #, no-wrap
17852 msgid ""
17853 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17854 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17855 "\n"
17856 msgstr ""
17857
17858 #. type: =head2
17859 #: ../src/guestfs-structs.pod:16
17860 msgid "guestfs_lvm_pv"
17861 msgstr ""
17862
17863 #. type: verbatim
17864 #: ../src/guestfs-structs.pod:18
17865 #, no-wrap
17866 msgid ""
17867 " struct guestfs_lvm_pv {\n"
17868 "   char *pv_name;\n"
17869 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17870 "*/\n"
17871 "   char pv_uuid[32];\n"
17872 "   char *pv_fmt;\n"
17873 "   uint64_t pv_size;\n"
17874 "   uint64_t dev_size;\n"
17875 "   uint64_t pv_free;\n"
17876 "   uint64_t pv_used;\n"
17877 "   char *pv_attr;\n"
17878 "   int64_t pv_pe_count;\n"
17879 "   int64_t pv_pe_alloc_count;\n"
17880 "   char *pv_tags;\n"
17881 "   uint64_t pe_start;\n"
17882 "   int64_t pv_mda_count;\n"
17883 "   uint64_t pv_mda_free;\n"
17884 " };\n"
17885 " \n"
17886 msgstr ""
17887
17888 #. type: verbatim
17889 #: ../src/guestfs-structs.pod:36
17890 #, no-wrap
17891 msgid ""
17892 " struct guestfs_lvm_pv_list {\n"
17893 "   uint32_t len; /* Number of elements in list. */\n"
17894 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17895 " };\n"
17896 " \n"
17897 msgstr ""
17898
17899 #. type: verbatim
17900 #: ../src/guestfs-structs.pod:41
17901 #, no-wrap
17902 msgid ""
17903 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17904 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17905 "\n"
17906 msgstr ""
17907
17908 #. type: =head2
17909 #: ../src/guestfs-structs.pod:44
17910 msgid "guestfs_lvm_vg"
17911 msgstr ""
17912
17913 #. type: verbatim
17914 #: ../src/guestfs-structs.pod:46
17915 #, no-wrap
17916 msgid ""
17917 " struct guestfs_lvm_vg {\n"
17918 "   char *vg_name;\n"
17919 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17920 "*/\n"
17921 "   char vg_uuid[32];\n"
17922 "   char *vg_fmt;\n"
17923 "   char *vg_attr;\n"
17924 "   uint64_t vg_size;\n"
17925 "   uint64_t vg_free;\n"
17926 "   char *vg_sysid;\n"
17927 "   uint64_t vg_extent_size;\n"
17928 "   int64_t vg_extent_count;\n"
17929 "   int64_t vg_free_count;\n"
17930 "   int64_t max_lv;\n"
17931 "   int64_t max_pv;\n"
17932 "   int64_t pv_count;\n"
17933 "   int64_t lv_count;\n"
17934 "   int64_t snap_count;\n"
17935 "   int64_t vg_seqno;\n"
17936 "   char *vg_tags;\n"
17937 "   int64_t vg_mda_count;\n"
17938 "   uint64_t vg_mda_free;\n"
17939 " };\n"
17940 " \n"
17941 msgstr ""
17942
17943 #. type: verbatim
17944 #: ../src/guestfs-structs.pod:69
17945 #, no-wrap
17946 msgid ""
17947 " struct guestfs_lvm_vg_list {\n"
17948 "   uint32_t len; /* Number of elements in list. */\n"
17949 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17950 " };\n"
17951 " \n"
17952 msgstr ""
17953
17954 #. type: verbatim
17955 #: ../src/guestfs-structs.pod:74
17956 #, no-wrap
17957 msgid ""
17958 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17959 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17960 "\n"
17961 msgstr ""
17962
17963 #. type: =head2
17964 #: ../src/guestfs-structs.pod:77
17965 msgid "guestfs_lvm_lv"
17966 msgstr ""
17967
17968 #. type: verbatim
17969 #: ../src/guestfs-structs.pod:79
17970 #, no-wrap
17971 msgid ""
17972 " struct guestfs_lvm_lv {\n"
17973 "   char *lv_name;\n"
17974 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17975 "*/\n"
17976 "   char lv_uuid[32];\n"
17977 "   char *lv_attr;\n"
17978 "   int64_t lv_major;\n"
17979 "   int64_t lv_minor;\n"
17980 "   int64_t lv_kernel_major;\n"
17981 "   int64_t lv_kernel_minor;\n"
17982 "   uint64_t lv_size;\n"
17983 "   int64_t seg_count;\n"
17984 "   char *origin;\n"
17985 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17986 "   float snap_percent;\n"
17987 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17988 "   float copy_percent;\n"
17989 "   char *move_pv;\n"
17990 "   char *lv_tags;\n"
17991 "   char *mirror_log;\n"
17992 "   char *modules;\n"
17993 " };\n"
17994 " \n"
17995 msgstr ""
17996
17997 #. type: verbatim
17998 #: ../src/guestfs-structs.pod:101
17999 #, no-wrap
18000 msgid ""
18001 " struct guestfs_lvm_lv_list {\n"
18002 "   uint32_t len; /* Number of elements in list. */\n"
18003 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18004 " };\n"
18005 " \n"
18006 msgstr ""
18007
18008 #. type: verbatim
18009 #: ../src/guestfs-structs.pod:106
18010 #, no-wrap
18011 msgid ""
18012 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18013 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18014 "\n"
18015 msgstr ""
18016
18017 #. type: verbatim
18018 #: ../src/guestfs-structs.pod:111
18019 #, no-wrap
18020 msgid ""
18021 " struct guestfs_stat {\n"
18022 "   int64_t dev;\n"
18023 "   int64_t ino;\n"
18024 "   int64_t mode;\n"
18025 "   int64_t nlink;\n"
18026 "   int64_t uid;\n"
18027 "   int64_t gid;\n"
18028 "   int64_t rdev;\n"
18029 "   int64_t size;\n"
18030 "   int64_t blksize;\n"
18031 "   int64_t blocks;\n"
18032 "   int64_t atime;\n"
18033 "   int64_t mtime;\n"
18034 "   int64_t ctime;\n"
18035 " };\n"
18036 " \n"
18037 msgstr ""
18038
18039 #. type: verbatim
18040 #: ../src/guestfs-structs.pod:127
18041 #, no-wrap
18042 msgid ""
18043 " struct guestfs_stat_list {\n"
18044 "   uint32_t len; /* Number of elements in list. */\n"
18045 "   struct guestfs_stat *val; /* Elements. */\n"
18046 " };\n"
18047 " \n"
18048 msgstr ""
18049
18050 #. type: verbatim
18051 #: ../src/guestfs-structs.pod:132
18052 #, no-wrap
18053 msgid ""
18054 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18055 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18056 "\n"
18057 msgstr ""
18058
18059 #. type: verbatim
18060 #: ../src/guestfs-structs.pod:137
18061 #, no-wrap
18062 msgid ""
18063 " struct guestfs_statvfs {\n"
18064 "   int64_t bsize;\n"
18065 "   int64_t frsize;\n"
18066 "   int64_t blocks;\n"
18067 "   int64_t bfree;\n"
18068 "   int64_t bavail;\n"
18069 "   int64_t files;\n"
18070 "   int64_t ffree;\n"
18071 "   int64_t favail;\n"
18072 "   int64_t fsid;\n"
18073 "   int64_t flag;\n"
18074 "   int64_t namemax;\n"
18075 " };\n"
18076 " \n"
18077 msgstr ""
18078
18079 #. type: verbatim
18080 #: ../src/guestfs-structs.pod:151
18081 #, no-wrap
18082 msgid ""
18083 " struct guestfs_statvfs_list {\n"
18084 "   uint32_t len; /* Number of elements in list. */\n"
18085 "   struct guestfs_statvfs *val; /* Elements. */\n"
18086 " };\n"
18087 " \n"
18088 msgstr ""
18089
18090 #. type: verbatim
18091 #: ../src/guestfs-structs.pod:156
18092 #, no-wrap
18093 msgid ""
18094 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18095 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18096 "\n"
18097 msgstr ""
18098
18099 #. type: =head2
18100 #: ../src/guestfs-structs.pod:159
18101 msgid "guestfs_dirent"
18102 msgstr ""
18103
18104 #. type: verbatim
18105 #: ../src/guestfs-structs.pod:161
18106 #, no-wrap
18107 msgid ""
18108 " struct guestfs_dirent {\n"
18109 "   int64_t ino;\n"
18110 "   char ftyp;\n"
18111 "   char *name;\n"
18112 " };\n"
18113 " \n"
18114 msgstr ""
18115
18116 #. type: verbatim
18117 #: ../src/guestfs-structs.pod:167
18118 #, no-wrap
18119 msgid ""
18120 " struct guestfs_dirent_list {\n"
18121 "   uint32_t len; /* Number of elements in list. */\n"
18122 "   struct guestfs_dirent *val; /* Elements. */\n"
18123 " };\n"
18124 " \n"
18125 msgstr ""
18126
18127 #. type: verbatim
18128 #: ../src/guestfs-structs.pod:172
18129 #, no-wrap
18130 msgid ""
18131 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18132 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18133 "\n"
18134 msgstr ""
18135
18136 #. type: verbatim
18137 #: ../src/guestfs-structs.pod:177
18138 #, no-wrap
18139 msgid ""
18140 " struct guestfs_version {\n"
18141 "   int64_t major;\n"
18142 "   int64_t minor;\n"
18143 "   int64_t release;\n"
18144 "   char *extra;\n"
18145 " };\n"
18146 " \n"
18147 msgstr ""
18148
18149 #. type: verbatim
18150 #: ../src/guestfs-structs.pod:184
18151 #, no-wrap
18152 msgid ""
18153 " struct guestfs_version_list {\n"
18154 "   uint32_t len; /* Number of elements in list. */\n"
18155 "   struct guestfs_version *val; /* Elements. */\n"
18156 " };\n"
18157 " \n"
18158 msgstr ""
18159
18160 #. type: verbatim
18161 #: ../src/guestfs-structs.pod:189
18162 #, no-wrap
18163 msgid ""
18164 " void guestfs_free_version (struct guestfs_free_version *);\n"
18165 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18166 "\n"
18167 msgstr ""
18168
18169 #. type: =head2
18170 #: ../src/guestfs-structs.pod:192
18171 msgid "guestfs_xattr"
18172 msgstr ""
18173
18174 #. type: verbatim
18175 #: ../src/guestfs-structs.pod:194
18176 #, no-wrap
18177 msgid ""
18178 " struct guestfs_xattr {\n"
18179 "   char *attrname;\n"
18180 "   /* The next two fields describe a byte array. */\n"
18181 "   uint32_t attrval_len;\n"
18182 "   char *attrval;\n"
18183 " };\n"
18184 " \n"
18185 msgstr ""
18186
18187 #. type: verbatim
18188 #: ../src/guestfs-structs.pod:201
18189 #, no-wrap
18190 msgid ""
18191 " struct guestfs_xattr_list {\n"
18192 "   uint32_t len; /* Number of elements in list. */\n"
18193 "   struct guestfs_xattr *val; /* Elements. */\n"
18194 " };\n"
18195 " \n"
18196 msgstr ""
18197
18198 #. type: verbatim
18199 #: ../src/guestfs-structs.pod:206
18200 #, no-wrap
18201 msgid ""
18202 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18203 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18204 "\n"
18205 msgstr ""
18206
18207 #. type: =head2
18208 #: ../src/guestfs-structs.pod:209
18209 msgid "guestfs_inotify_event"
18210 msgstr ""
18211
18212 #. type: verbatim
18213 #: ../src/guestfs-structs.pod:211
18214 #, no-wrap
18215 msgid ""
18216 " struct guestfs_inotify_event {\n"
18217 "   int64_t in_wd;\n"
18218 "   uint32_t in_mask;\n"
18219 "   uint32_t in_cookie;\n"
18220 "   char *in_name;\n"
18221 " };\n"
18222 " \n"
18223 msgstr ""
18224
18225 #. type: verbatim
18226 #: ../src/guestfs-structs.pod:218
18227 #, no-wrap
18228 msgid ""
18229 " struct guestfs_inotify_event_list {\n"
18230 "   uint32_t len; /* Number of elements in list. */\n"
18231 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18232 " };\n"
18233 " \n"
18234 msgstr ""
18235
18236 #. type: verbatim
18237 #: ../src/guestfs-structs.pod:223
18238 #, no-wrap
18239 msgid ""
18240 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18241 " void guestfs_free_inotify_event_list (struct "
18242 "guestfs_free_inotify_event_list *);\n"
18243 "\n"
18244 msgstr ""
18245
18246 #. type: =head2
18247 #: ../src/guestfs-structs.pod:226
18248 msgid "guestfs_partition"
18249 msgstr ""
18250
18251 #. type: verbatim
18252 #: ../src/guestfs-structs.pod:228
18253 #, no-wrap
18254 msgid ""
18255 " struct guestfs_partition {\n"
18256 "   int32_t part_num;\n"
18257 "   uint64_t part_start;\n"
18258 "   uint64_t part_end;\n"
18259 "   uint64_t part_size;\n"
18260 " };\n"
18261 " \n"
18262 msgstr ""
18263
18264 #. type: verbatim
18265 #: ../src/guestfs-structs.pod:235
18266 #, no-wrap
18267 msgid ""
18268 " struct guestfs_partition_list {\n"
18269 "   uint32_t len; /* Number of elements in list. */\n"
18270 "   struct guestfs_partition *val; /* Elements. */\n"
18271 " };\n"
18272 " \n"
18273 msgstr ""
18274
18275 #. type: verbatim
18276 #: ../src/guestfs-structs.pod:240
18277 #, no-wrap
18278 msgid ""
18279 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18280 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18281 "\n"
18282 msgstr ""
18283
18284 #. type: =head2
18285 #: ../src/guestfs-structs.pod:243
18286 msgid "guestfs_application"
18287 msgstr ""
18288
18289 #. type: verbatim
18290 #: ../src/guestfs-structs.pod:245
18291 #, no-wrap
18292 msgid ""
18293 " struct guestfs_application {\n"
18294 "   char *app_name;\n"
18295 "   char *app_display_name;\n"
18296 "   int32_t app_epoch;\n"
18297 "   char *app_version;\n"
18298 "   char *app_release;\n"
18299 "   char *app_install_path;\n"
18300 "   char *app_trans_path;\n"
18301 "   char *app_publisher;\n"
18302 "   char *app_url;\n"
18303 "   char *app_source_package;\n"
18304 "   char *app_summary;\n"
18305 "   char *app_description;\n"
18306 " };\n"
18307 " \n"
18308 msgstr ""
18309
18310 #. type: verbatim
18311 #: ../src/guestfs-structs.pod:260
18312 #, no-wrap
18313 msgid ""
18314 " struct guestfs_application_list {\n"
18315 "   uint32_t len; /* Number of elements in list. */\n"
18316 "   struct guestfs_application *val; /* Elements. */\n"
18317 " };\n"
18318 " \n"
18319 msgstr ""
18320
18321 #. type: verbatim
18322 #: ../src/guestfs-structs.pod:265
18323 #, no-wrap
18324 msgid ""
18325 " void guestfs_free_application (struct guestfs_free_application *);\n"
18326 " void guestfs_free_application_list (struct guestfs_free_application_list "
18327 "*);\n"
18328 "\n"
18329 msgstr ""
18330
18331 #. type: textblock
18332 #: ../fish/guestfish.pod:5
18333 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18334 msgstr ""
18335
18336 #. type: verbatim
18337 #: ../fish/guestfish.pod:9
18338 #, no-wrap
18339 msgid ""
18340 " guestfish [--options] [commands]\n"
18341 "\n"
18342 msgstr ""
18343
18344 #. type: verbatim
18345 #: ../fish/guestfish.pod:11
18346 #, no-wrap
18347 msgid ""
18348 " guestfish\n"
18349 "\n"
18350 msgstr ""
18351
18352 #. type: verbatim
18353 #: ../fish/guestfish.pod:13
18354 #, no-wrap
18355 msgid ""
18356 " guestfish [--ro|--rw] -a disk.img\n"
18357 "\n"
18358 msgstr ""
18359
18360 #. type: verbatim
18361 #: ../fish/guestfish.pod:15
18362 #, no-wrap
18363 msgid ""
18364 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18365 "\n"
18366 msgstr ""
18367
18368 #. type: verbatim
18369 #: ../fish/guestfish.pod:17
18370 #, no-wrap
18371 msgid ""
18372 " guestfish -d libvirt-domain\n"
18373 "\n"
18374 msgstr ""
18375
18376 #. type: verbatim
18377 #: ../fish/guestfish.pod:19
18378 #, no-wrap
18379 msgid ""
18380 " guestfish [--ro|--rw] -a disk.img -i\n"
18381 "\n"
18382 msgstr ""
18383
18384 #. type: verbatim
18385 #: ../fish/guestfish.pod:21
18386 #, no-wrap
18387 msgid ""
18388 " guestfish -d libvirt-domain -i\n"
18389 "\n"
18390 msgstr ""
18391
18392 #. type: =head1
18393 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18394 msgid "WARNING"
18395 msgstr ""
18396
18397 #. type: textblock
18398 #: ../fish/guestfish.pod:25
18399 msgid ""
18400 "Using guestfish in read/write mode on live virtual machines can be "
18401 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18402 "option to use guestfish safely if the disk image or virtual machine might be "
18403 "live."
18404 msgstr ""
18405
18406 #. type: textblock
18407 #: ../fish/guestfish.pod:32
18408 msgid ""
18409 "Guestfish is a shell and command-line tool for examining and modifying "
18410 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18411 "functionality of the guestfs API, see L<guestfs(3)>."
18412 msgstr ""
18413
18414 #. type: textblock
18415 #: ../fish/guestfish.pod:36
18416 msgid ""
18417 "Guestfish gives you structured access to the libguestfs API, from shell "
18418 "scripts or the command line or interactively.  If you want to rescue a "
18419 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18420 "command."
18421 msgstr ""
18422
18423 #. type: =head1
18424 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:928 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
18425 msgid "EXAMPLES"
18426 msgstr ""
18427
18428 #. type: =head2
18429 #: ../fish/guestfish.pod:43
18430 msgid "As an interactive shell"
18431 msgstr ""
18432
18433 #. type: verbatim
18434 #: ../fish/guestfish.pod:45
18435 #, no-wrap
18436 msgid ""
18437 " $ guestfish\n"
18438 " \n"
18439 msgstr ""
18440
18441 #. type: verbatim
18442 #: ../fish/guestfish.pod:47
18443 #, no-wrap
18444 msgid ""
18445 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18446 " editing virtual machine filesystems.\n"
18447 " \n"
18448 msgstr ""
18449
18450 #. type: verbatim
18451 #: ../fish/guestfish.pod:50
18452 #, no-wrap
18453 msgid ""
18454 " Type: 'help' for a list of commands\n"
18455 "       'man' to read the manual\n"
18456 "       'quit' to quit the shell\n"
18457 " \n"
18458 msgstr ""
18459
18460 #. type: verbatim
18461 #: ../fish/guestfish.pod:54
18462 #, no-wrap
18463 msgid ""
18464 " ><fs> add-ro disk.img\n"
18465 " ><fs> run\n"
18466 " ><fs> list-filesystems\n"
18467 " /dev/sda1: ext4\n"
18468 " /dev/vg_guest/lv_root: ext4\n"
18469 " /dev/vg_guest/lv_swap: swap\n"
18470 " ><fs> mount /dev/vg_guest/lv_root /\n"
18471 " ><fs> cat /etc/fstab\n"
18472 " # /etc/fstab\n"
18473 " # Created by anaconda\n"
18474 " [...]\n"
18475 " ><fs> exit\n"
18476 "\n"
18477 msgstr ""
18478
18479 #. type: =head2
18480 #: ../fish/guestfish.pod:67
18481 msgid "From shell scripts"
18482 msgstr ""
18483
18484 #. type: textblock
18485 #: ../fish/guestfish.pod:69
18486 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18487 msgstr ""
18488
18489 #. type: verbatim
18490 #: ../fish/guestfish.pod:71
18491 #, no-wrap
18492 msgid ""
18493 " guestfish <<_EOF_\n"
18494 " add disk.img\n"
18495 " run\n"
18496 " mount /dev/vg_guest/lv_root /\n"
18497 " write /etc/motd \"Welcome, new users\"\n"
18498 " _EOF_\n"
18499 "\n"
18500 msgstr ""
18501
18502 #. type: textblock
18503 #: ../fish/guestfish.pod:78
18504 msgid "List the LVM logical volumes in a disk image:"
18505 msgstr ""
18506
18507 #. type: verbatim
18508 #: ../fish/guestfish.pod:80
18509 #, no-wrap
18510 msgid ""
18511 " guestfish -a disk.img --ro <<_EOF_\n"
18512 " run\n"
18513 " lvs\n"
18514 " _EOF_\n"
18515 "\n"
18516 msgstr ""
18517
18518 #. type: textblock
18519 #: ../fish/guestfish.pod:85
18520 msgid "List all the filesystems in a disk image:"
18521 msgstr ""
18522
18523 #. type: verbatim
18524 #: ../fish/guestfish.pod:87
18525 #, no-wrap
18526 msgid ""
18527 " guestfish -a disk.img --ro <<_EOF_\n"
18528 " run\n"
18529 " list-filesystems\n"
18530 " _EOF_\n"
18531 "\n"
18532 msgstr ""
18533
18534 #. type: =head2
18535 #: ../fish/guestfish.pod:92
18536 msgid "On one command line"
18537 msgstr ""
18538
18539 #. type: textblock
18540 #: ../fish/guestfish.pod:94
18541 msgid "Update C</etc/resolv.conf> in a guest:"
18542 msgstr ""
18543
18544 #. type: verbatim
18545 #: ../fish/guestfish.pod:96
18546 #, no-wrap
18547 msgid ""
18548 " guestfish \\\n"
18549 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18550 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18551 "\n"
18552 msgstr ""
18553
18554 #. type: textblock
18555 #: ../fish/guestfish.pod:100
18556 msgid "Edit C</boot/grub/grub.conf> interactively:"
18557 msgstr ""
18558
18559 #. type: verbatim
18560 #: ../fish/guestfish.pod:102
18561 #, no-wrap
18562 msgid ""
18563 " guestfish --rw --add disk.img \\\n"
18564 "   --mount /dev/vg_guest/lv_root \\\n"
18565 "   --mount /dev/sda1:/boot \\\n"
18566 "   edit /boot/grub/grub.conf\n"
18567 "\n"
18568 msgstr ""
18569
18570 #. type: =head2
18571 #: ../fish/guestfish.pod:107
18572 msgid "Mount disks automatically"
18573 msgstr ""
18574
18575 #. type: textblock
18576 #: ../fish/guestfish.pod:109
18577 msgid ""
18578 "Use the I<-i> option to automatically mount the disks from a virtual "
18579 "machine:"
18580 msgstr ""
18581
18582 #. type: verbatim
18583 #: ../fish/guestfish.pod:112
18584 #, no-wrap
18585 msgid ""
18586 " guestfish --ro -a disk.img -i cat /etc/group\n"
18587 "\n"
18588 msgstr ""
18589
18590 #. type: verbatim
18591 #: ../fish/guestfish.pod:114
18592 #, no-wrap
18593 msgid ""
18594 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18595 "\n"
18596 msgstr ""
18597
18598 #. type: textblock
18599 #: ../fish/guestfish.pod:116
18600 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18601 msgstr ""
18602
18603 #. type: verbatim
18604 #: ../fish/guestfish.pod:118
18605 #, no-wrap
18606 msgid ""
18607 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18608 "\n"
18609 msgstr ""
18610
18611 #. type: =head2
18612 #: ../fish/guestfish.pod:120
18613 msgid "As a script interpreter"
18614 msgstr ""
18615
18616 #. type: textblock
18617 #: ../fish/guestfish.pod:122
18618 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18619 msgstr ""
18620
18621 #. type: verbatim
18622 #: ../fish/guestfish.pod:124
18623 #, no-wrap
18624 msgid ""
18625 " #!/usr/bin/guestfish -f\n"
18626 " sparse test1.img 100M\n"
18627 " run\n"
18628 " part-disk /dev/sda mbr\n"
18629 " mkfs ext2 /dev/sda1\n"
18630 "\n"
18631 msgstr ""
18632
18633 #. type: =head2
18634 #: ../fish/guestfish.pod:130
18635 msgid "Start with a prepared disk"
18636 msgstr ""
18637
18638 #. type: textblock
18639 #: ../fish/guestfish.pod:132
18640 msgid ""
18641 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18642 "single ext2-formatted partition:"
18643 msgstr ""
18644
18645 #. type: verbatim
18646 #: ../fish/guestfish.pod:135
18647 #, no-wrap
18648 msgid ""
18649 " guestfish -N fs\n"
18650 "\n"
18651 msgstr ""
18652
18653 #. type: textblock
18654 #: ../fish/guestfish.pod:137
18655 msgid "To list what is available do:"
18656 msgstr ""
18657
18658 #. type: verbatim
18659 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:919
18660 #, no-wrap
18661 msgid ""
18662 " guestfish -N help | less\n"
18663 "\n"
18664 msgstr ""
18665
18666 #. type: =head2
18667 #: ../fish/guestfish.pod:141
18668 msgid "Remote control"
18669 msgstr ""
18670
18671 #. type: verbatim
18672 #: ../fish/guestfish.pod:143
18673 #, no-wrap
18674 msgid ""
18675 " eval \"`guestfish --listen`\"\n"
18676 " guestfish --remote add-ro disk.img\n"
18677 " guestfish --remote run\n"
18678 " guestfish --remote lvs\n"
18679 "\n"
18680 msgstr ""
18681
18682 #. type: =head1
18683 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
18684 msgid "OPTIONS"
18685 msgstr ""
18686
18687 #. type: =item
18688 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104 ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
18689 msgid "B<--help>"
18690 msgstr ""
18691
18692 #. type: textblock
18693 #: ../fish/guestfish.pod:154
18694 msgid "Displays general help on options."
18695 msgstr ""
18696
18697 #. type: =item
18698 #: ../fish/guestfish.pod:156
18699 msgid "B<-h>"
18700 msgstr ""
18701
18702 #. type: =item
18703 #: ../fish/guestfish.pod:158
18704 msgid "B<--cmd-help>"
18705 msgstr ""
18706
18707 #. type: textblock
18708 #: ../fish/guestfish.pod:160
18709 msgid "Lists all available guestfish commands."
18710 msgstr ""
18711
18712 #. type: =item
18713 #: ../fish/guestfish.pod:162
18714 msgid "B<-h cmd>"
18715 msgstr ""
18716
18717 #. type: =item
18718 #: ../fish/guestfish.pod:164
18719 msgid "B<--cmd-help cmd>"
18720 msgstr ""
18721
18722 #. type: textblock
18723 #: ../fish/guestfish.pod:166
18724 msgid "Displays detailed help on a single command C<cmd>."
18725 msgstr ""
18726
18727 #. type: =item
18728 #: ../fish/guestfish.pod:168
18729 msgid "B<-a image>"
18730 msgstr ""
18731
18732 #. type: =item
18733 #: ../fish/guestfish.pod:170
18734 msgid "B<--add image>"
18735 msgstr ""
18736
18737 #. type: textblock
18738 #: ../fish/guestfish.pod:172
18739 msgid "Add a block device or virtual machine image to the shell."
18740 msgstr ""
18741
18742 #. type: textblock
18743 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18744 msgid ""
18745 "The format of the disk image is auto-detected.  To override this and force a "
18746 "particular format use the I<--format=..> option."
18747 msgstr ""
18748
18749 #. type: textblock
18750 #: ../fish/guestfish.pod:177
18751 msgid ""
18752 "Using this flag is mostly equivalent to using the C<add> command, with "
18753 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18754 "the I<--format:...> flag was given."
18755 msgstr ""
18756
18757 #. type: =item
18758 #: ../fish/guestfish.pod:181
18759 msgid "B<-c URI>"
18760 msgstr ""
18761
18762 #. type: =item
18763 #: ../fish/guestfish.pod:183
18764 msgid "B<--connect URI>"
18765 msgstr ""
18766
18767 #. type: textblock
18768 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18769 msgid ""
18770 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18771 "URI to use.  The default is to use the default libvirt connection."
18772 msgstr ""
18773
18774 #. type: =item
18775 #: ../fish/guestfish.pod:189
18776 msgid "B<--csh>"
18777 msgstr ""
18778
18779 #. type: textblock
18780 #: ../fish/guestfish.pod:191
18781 msgid ""
18782 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18783 "section L</REMOTE CONTROL AND CSH> below."
18784 msgstr ""
18785
18786 #. type: =item
18787 #: ../fish/guestfish.pod:194
18788 msgid "B<-d libvirt-domain>"
18789 msgstr ""
18790
18791 #. type: =item
18792 #: ../fish/guestfish.pod:196
18793 msgid "B<--domain libvirt-domain>"
18794 msgstr ""
18795
18796 #. type: textblock
18797 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18798 msgid ""
18799 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18800 "used, then any libvirt domain can be used.  However in write mode, only "
18801 "libvirt domains which are shut down can be named here."
18802 msgstr ""
18803
18804 #. type: textblock
18805 #: ../fish/guestfish.pod:202
18806 msgid ""
18807 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18808 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18809 "if the I<--format:...> flag was given."
18810 msgstr ""
18811
18812 #. type: =item
18813 #: ../fish/guestfish.pod:206
18814 msgid "B<-D>"
18815 msgstr ""
18816
18817 #. type: =item
18818 #: ../fish/guestfish.pod:208
18819 msgid "B<--no-dest-paths>"
18820 msgstr ""
18821
18822 #. type: textblock
18823 #: ../fish/guestfish.pod:210
18824 msgid ""
18825 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18826 "to hit the tab key to complete paths on the guest filesystem, but this "
18827 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18828 "allow this feature to be disabled."
18829 msgstr ""
18830
18831 #. type: =item
18832 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18833 msgid "B<--echo-keys>"
18834 msgstr ""
18835
18836 #. type: textblock
18837 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18838 msgid ""
18839 "When prompting for keys and passphrases, guestfish normally turns echoing "
18840 "off so you cannot see what you are typing.  If you are not worried about "
18841 "Tempest attacks and there is no one else in the room you can specify this "
18842 "flag to see what you are typing."
18843 msgstr ""
18844
18845 #. type: =item
18846 #: ../fish/guestfish.pod:222
18847 msgid "B<-f file>"
18848 msgstr ""
18849
18850 #. type: =item
18851 #: ../fish/guestfish.pod:224
18852 msgid "B<--file file>"
18853 msgstr ""
18854
18855 #. type: textblock
18856 #: ../fish/guestfish.pod:226
18857 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
18858 msgstr ""
18859
18860 #. type: verbatim
18861 #: ../fish/guestfish.pod:229
18862 #, no-wrap
18863 msgid ""
18864 " #!/usr/bin/guestfish -f\n"
18865 "\n"
18866 msgstr ""
18867
18868 #. type: =item
18869 #: ../fish/guestfish.pod:231
18870 msgid "B<--format=raw|qcow2|..>"
18871 msgstr ""
18872
18873 #. type: =item
18874 #: ../fish/guestfish.pod:233
18875 msgid "B<--format>"
18876 msgstr ""
18877
18878 #. type: textblock
18879 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18880 msgid ""
18881 "The default for the I<-a> option is to auto-detect the format of the disk "
18882 "image.  Using this forces the disk format for I<-a> options which follow on "
18883 "the command line.  Using I<--format> with no argument switches back to "
18884 "auto-detection for subsequent I<-a> options."
18885 msgstr ""
18886
18887 #. type: verbatim
18888 #: ../fish/guestfish.pod:242
18889 #, no-wrap
18890 msgid ""
18891 " guestfish --format=raw -a disk.img\n"
18892 "\n"
18893 msgstr ""
18894
18895 #. type: textblock
18896 #: ../fish/guestfish.pod:244
18897 msgid "forces raw format (no auto-detection) for C<disk.img>."
18898 msgstr ""
18899
18900 #. type: verbatim
18901 #: ../fish/guestfish.pod:246
18902 #, no-wrap
18903 msgid ""
18904 " guestfish --format=raw -a disk.img --format -a another.img\n"
18905 "\n"
18906 msgstr ""
18907
18908 #. type: textblock
18909 #: ../fish/guestfish.pod:248
18910 msgid ""
18911 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18912 "auto-detection for C<another.img>."
18913 msgstr ""
18914
18915 #. type: textblock
18916 #: ../fish/guestfish.pod:251
18917 msgid ""
18918 "If you have untrusted raw-format guest disk images, you should use this "
18919 "option to specify the disk format.  This avoids a possible security problem "
18920 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18921 msgstr ""
18922
18923 #. type: =item
18924 #: ../fish/guestfish.pod:256
18925 msgid "B<-i>"
18926 msgstr ""
18927
18928 #. type: =item
18929 #: ../fish/guestfish.pod:258
18930 msgid "B<--inspector>"
18931 msgstr ""
18932
18933 #. type: textblock
18934 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18935 msgid ""
18936 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18937 "system and mount filesystems as they would be mounted on the real virtual "
18938 "machine."
18939 msgstr ""
18940
18941 #. type: textblock
18942 #: ../fish/guestfish.pod:264
18943 msgid "Typical usage is either:"
18944 msgstr ""
18945
18946 #. type: verbatim
18947 #: ../fish/guestfish.pod:266
18948 #, no-wrap
18949 msgid ""
18950 " guestfish -d myguest -i\n"
18951 "\n"
18952 msgstr ""
18953
18954 #. type: textblock
18955 #: ../fish/guestfish.pod:268
18956 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18957 msgstr ""
18958
18959 #. type: verbatim
18960 #: ../fish/guestfish.pod:270
18961 #, no-wrap
18962 msgid ""
18963 " guestfish --ro -d myguest -i\n"
18964 "\n"
18965 msgstr ""
18966
18967 #. type: textblock
18968 #: ../fish/guestfish.pod:272
18969 msgid "(for active domains, readonly), or specify the block device directly:"
18970 msgstr ""
18971
18972 #. type: verbatim
18973 #: ../fish/guestfish.pod:274
18974 #, no-wrap
18975 msgid ""
18976 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18977 "\n"
18978 msgstr ""
18979
18980 #. type: textblock
18981 #: ../fish/guestfish.pod:276
18982 msgid ""
18983 "Note that the command line syntax changed slightly over older versions of "
18984 "guestfish.  You can still use the old syntax:"
18985 msgstr ""
18986
18987 #. type: verbatim
18988 #: ../fish/guestfish.pod:279
18989 #, no-wrap
18990 msgid ""
18991 " guestfish [--ro] -i disk.img\n"
18992 "\n"
18993 msgstr ""
18994
18995 #. type: verbatim
18996 #: ../fish/guestfish.pod:281
18997 #, no-wrap
18998 msgid ""
18999 " guestfish [--ro] -i libvirt-domain\n"
19000 "\n"
19001 msgstr ""
19002
19003 #. type: textblock
19004 #: ../fish/guestfish.pod:283
19005 msgid ""
19006 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19007 "then using other commands to mount the filesystems that were found."
19008 msgstr ""
19009
19010 #. type: =item
19011 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19012 msgid "B<--keys-from-stdin>"
19013 msgstr ""
19014
19015 #. type: textblock
19016 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19017 msgid ""
19018 "Read key or passphrase parameters from stdin.  The default is to try to read "
19019 "passphrases from the user by opening C</dev/tty>."
19020 msgstr ""
19021
19022 #. type: =item
19023 #: ../fish/guestfish.pod:292
19024 msgid "B<--listen>"
19025 msgstr ""
19026
19027 #. type: textblock
19028 #: ../fish/guestfish.pod:294
19029 msgid ""
19030 "Fork into the background and listen for remote commands.  See section "
19031 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19032 msgstr ""
19033
19034 #. type: =item
19035 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19036 msgid "B<--live>"
19037 msgstr ""
19038
19039 #. type: textblock
19040 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19041 msgid ""
19042 "Connect to a live virtual machine.  (Experimental, see "
19043 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19044 msgstr ""
19045
19046 #. type: =item
19047 #: ../fish/guestfish.pod:302
19048 msgid "B<-m dev[:mountpoint]>"
19049 msgstr ""
19050
19051 #. type: =item
19052 #: ../fish/guestfish.pod:304
19053 msgid "B<--mount dev[:mountpoint]>"
19054 msgstr ""
19055
19056 #. type: textblock
19057 #: ../fish/guestfish.pod:306
19058 msgid "Mount the named partition or logical volume on the given mountpoint."
19059 msgstr ""
19060
19061 #. type: textblock
19062 #: ../fish/guestfish.pod:308
19063 msgid "If the mountpoint is omitted, it defaults to C</>."
19064 msgstr ""
19065
19066 #. type: textblock
19067 #: ../fish/guestfish.pod:310
19068 msgid "You have to mount something on C</> before most commands will work."
19069 msgstr ""
19070
19071 #. type: textblock
19072 #: ../fish/guestfish.pod:312
19073 msgid ""
19074 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19075 "launched."
19076 msgstr ""
19077
19078 #. type: textblock
19079 #: ../fish/guestfish.pod:315
19080 msgid ""
19081 "If you don't know what filesystems a disk image contains, you can either run "
19082 "guestfish without this option, then list the partitions, filesystems and LVs "
19083 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19084 "commands), or you can use the L<virt-filesystems(1)> program."
19085 msgstr ""
19086
19087 #. type: textblock
19088 #: ../fish/guestfish.pod:321
19089 msgid ""
19090 "Using this flag is mostly equivalent to using the C<mount-options> command "
19091 "or the C<mount-ro> command if the I<--ro> flag was given."
19092 msgstr ""
19093
19094 #. type: =item
19095 #: ../fish/guestfish.pod:324
19096 msgid "B<-n>"
19097 msgstr ""
19098
19099 #. type: =item
19100 #: ../fish/guestfish.pod:326
19101 msgid "B<--no-sync>"
19102 msgstr ""
19103
19104 #. type: textblock
19105 #: ../fish/guestfish.pod:328
19106 msgid ""
19107 "Disable autosync.  This is enabled by default.  See the discussion of "
19108 "autosync in the L<guestfs(3)> manpage."
19109 msgstr ""
19110
19111 #. type: =item
19112 #: ../fish/guestfish.pod:331
19113 msgid "B<-N type>"
19114 msgstr ""
19115
19116 #. type: =item
19117 #: ../fish/guestfish.pod:333
19118 msgid "B<--new type>"
19119 msgstr ""
19120
19121 #. type: =item
19122 #: ../fish/guestfish.pod:335
19123 msgid "B<-N help>"
19124 msgstr ""
19125
19126 #. type: textblock
19127 #: ../fish/guestfish.pod:337
19128 msgid ""
19129 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19130 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19131 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19132 "IMAGES> below."
19133 msgstr ""
19134
19135 #. type: =item
19136 #: ../fish/guestfish.pod:342
19137 msgid "B<--progress-bars>"
19138 msgstr ""
19139
19140 #. type: textblock
19141 #: ../fish/guestfish.pod:344
19142 msgid "Enable progress bars, even when guestfish is used non-interactively."
19143 msgstr ""
19144
19145 #. type: textblock
19146 #: ../fish/guestfish.pod:346
19147 msgid ""
19148 "Progress bars are enabled by default when guestfish is used as an "
19149 "interactive shell."
19150 msgstr ""
19151
19152 #. type: =item
19153 #: ../fish/guestfish.pod:349
19154 msgid "B<--no-progress-bars>"
19155 msgstr ""
19156
19157 #. type: textblock
19158 #: ../fish/guestfish.pod:351
19159 msgid "Disable progress bars."
19160 msgstr ""
19161
19162 #. type: =item
19163 #: ../fish/guestfish.pod:353
19164 msgid "B<--remote[=pid]>"
19165 msgstr ""
19166
19167 #. type: textblock
19168 #: ../fish/guestfish.pod:355
19169 msgid ""
19170 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19171 "CONTROL GUESTFISH OVER A SOCKET> below."
19172 msgstr ""
19173
19174 #. type: =item
19175 #: ../fish/guestfish.pod:358
19176 msgid "B<-r>"
19177 msgstr ""
19178
19179 #. type: =item
19180 #: ../fish/guestfish.pod:360
19181 msgid "B<--ro>"
19182 msgstr ""
19183
19184 #. type: textblock
19185 #: ../fish/guestfish.pod:362
19186 msgid ""
19187 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19188 "mounts are done read-only."
19189 msgstr ""
19190
19191 #. type: textblock
19192 #: ../fish/guestfish.pod:365
19193 msgid ""
19194 "The option must always be used if the disk image or virtual machine might be "
19195 "running, and is generally recommended in cases where you don't need write "
19196 "access to the disk."
19197 msgstr ""
19198
19199 #. type: textblock
19200 #: ../fish/guestfish.pod:369
19201 msgid ""
19202 "Note that prepared disk images created with I<-N> are not affected by this "
19203 "option.  Also commands like C<add> are not affected - you have to specify "
19204 "the C<readonly:true> option explicitly if you need it."
19205 msgstr ""
19206
19207 #. type: textblock
19208 #: ../fish/guestfish.pod:373
19209 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19210 msgstr ""
19211
19212 #. type: =item
19213 #: ../fish/guestfish.pod:375 ../fuse/guestmount.pod:213
19214 msgid "B<--selinux>"
19215 msgstr ""
19216
19217 #. type: textblock
19218 #: ../fish/guestfish.pod:377
19219 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19220 msgstr ""
19221
19222 #. type: =item
19223 #: ../fish/guestfish.pod:379
19224 msgid "B<-v>"
19225 msgstr ""
19226
19227 #. type: =item
19228 #: ../fish/guestfish.pod:381
19229 msgid "B<--verbose>"
19230 msgstr ""
19231
19232 #. type: textblock
19233 #: ../fish/guestfish.pod:383
19234 msgid ""
19235 "Enable very verbose messages.  This is particularly useful if you find a "
19236 "bug."
19237 msgstr ""
19238
19239 #. type: =item
19240 #: ../fish/guestfish.pod:386
19241 msgid "B<-V>"
19242 msgstr ""
19243
19244 #. type: =item
19245 #: ../fish/guestfish.pod:388 ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
19246 msgid "B<--version>"
19247 msgstr ""
19248
19249 #. type: textblock
19250 #: ../fish/guestfish.pod:390
19251 msgid "Display the guestfish / libguestfs version number and exit."
19252 msgstr ""
19253
19254 #. type: =item
19255 #: ../fish/guestfish.pod:392
19256 msgid "B<-w>"
19257 msgstr ""
19258
19259 #. type: =item
19260 #: ../fish/guestfish.pod:394
19261 msgid "B<--rw>"
19262 msgstr ""
19263
19264 #. type: textblock
19265 #: ../fish/guestfish.pod:396
19266 msgid ""
19267 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
19268 "WRITE> below."
19269 msgstr ""
19270
19271 #. type: =item
19272 #: ../fish/guestfish.pod:399
19273 msgid "B<-x>"
19274 msgstr ""
19275
19276 #. type: textblock
19277 #: ../fish/guestfish.pod:401
19278 msgid "Echo each command before executing it."
19279 msgstr ""
19280
19281 #. type: =head1
19282 #: ../fish/guestfish.pod:405
19283 msgid "COMMANDS ON COMMAND LINE"
19284 msgstr ""
19285
19286 #. type: textblock
19287 #: ../fish/guestfish.pod:407
19288 msgid "Any additional (non-option) arguments are treated as commands to execute."
19289 msgstr ""
19290
19291 #. type: textblock
19292 #: ../fish/guestfish.pod:410
19293 msgid ""
19294 "Commands to execute should be separated by a colon (C<:>), where the colon "
19295 "is a separate parameter.  Thus:"
19296 msgstr ""
19297
19298 #. type: verbatim
19299 #: ../fish/guestfish.pod:413
19300 #, no-wrap
19301 msgid ""
19302 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19303 "\n"
19304 msgstr ""
19305
19306 #. type: textblock
19307 #: ../fish/guestfish.pod:415
19308 msgid ""
19309 "If there are no additional arguments, then we enter a shell, either an "
19310 "interactive shell with a prompt (if the input is a terminal) or a "
19311 "non-interactive shell."
19312 msgstr ""
19313
19314 #. type: textblock
19315 #: ../fish/guestfish.pod:419
19316 msgid ""
19317 "In either command line mode or non-interactive shell, the first command that "
19318 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19319 "prompt) if a command fails, you can continue to enter commands."
19320 msgstr ""
19321
19322 #. type: =head1
19323 #: ../fish/guestfish.pod:424
19324 msgid "USING launch (OR run)"
19325 msgstr ""
19326
19327 #. type: textblock
19328 #: ../fish/guestfish.pod:426
19329 msgid ""
19330 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19331 "then launch it, then mount any disks you need, and finally issue "
19332 "actions/commands.  So the general order of the day is:"
19333 msgstr ""
19334
19335 #. type: textblock
19336 #: ../fish/guestfish.pod:434
19337 msgid "add or -a/--add"
19338 msgstr ""
19339
19340 #. type: textblock
19341 #: ../fish/guestfish.pod:438
19342 msgid "launch (aka run)"
19343 msgstr ""
19344
19345 #. type: textblock
19346 #: ../fish/guestfish.pod:442
19347 msgid "mount or -m/--mount"
19348 msgstr ""
19349
19350 #. type: textblock
19351 #: ../fish/guestfish.pod:446
19352 msgid "any other commands"
19353 msgstr ""
19354
19355 #. type: textblock
19356 #: ../fish/guestfish.pod:450
19357 msgid ""
19358 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19359 "guest before mounting or performing any other commands."
19360 msgstr ""
19361
19362 #. type: textblock
19363 #: ../fish/guestfish.pod:453
19364 msgid ""
19365 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19366 "I<--new> options were given then C<run> is done automatically, simply "
19367 "because guestfish can't perform the action you asked for without doing this."
19368 msgstr ""
19369
19370 #. type: =head1
19371 #: ../fish/guestfish.pod:458
19372 msgid "OPENING DISKS FOR READ AND WRITE"
19373 msgstr ""
19374
19375 #. type: textblock
19376 #: ../fish/guestfish.pod:460
19377 msgid ""
19378 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
19379 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
19380 "open disk images read-only or for writing."
19381 msgstr ""
19382
19383 #. type: textblock
19384 #: ../fish/guestfish.pod:464
19385 msgid ""
19386 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
19387 "disk images supplied on the command line for write.  To open a disk image "
19388 "read-only you have to do I<-a image --ro>."
19389 msgstr ""
19390
19391 #. type: textblock
19392 #: ../fish/guestfish.pod:468
19393 msgid ""
19394 "This matters: If you accidentally open a live VM disk image writable then "
19395 "you will cause irreversible disk corruption."
19396 msgstr ""
19397
19398 #. type: textblock
19399 #: ../fish/guestfish.pod:471
19400 msgid ""
19401 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
19402 "images will be opened read-only.  You will have to either specify "
19403 "I<guestfish --rw> or change a configuration file in order to get write "
19404 "access for disk images specified by those other command line options."
19405 msgstr ""
19406
19407 #. type: textblock
19408 #: ../fish/guestfish.pod:476
19409 msgid ""
19410 "This version of guestfish has a I<--rw> option which does nothing (it is "
19411 "already the default).  However it is highly recommended that you use this "
19412 "option to indicate that guestfish needs write access, and to prepare your "
19413 "scripts for the day when this option will be required for write access."
19414 msgstr ""
19415
19416 #. type: textblock
19417 #: ../fish/guestfish.pod:482
19418 msgid ""
19419 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19420 "other libguestfs program apart from guestfish and guestmount."
19421 msgstr ""
19422
19423 #. type: =head1
19424 #: ../fish/guestfish.pod:485
19425 msgid "QUOTING"
19426 msgstr ""
19427
19428 #. type: textblock
19429 #: ../fish/guestfish.pod:487
19430 msgid ""
19431 "You can quote ordinary parameters using either single or double quotes.  For "
19432 "example:"
19433 msgstr ""
19434
19435 #. type: verbatim
19436 #: ../fish/guestfish.pod:490
19437 #, no-wrap
19438 msgid ""
19439 " add \"file with a space.img\"\n"
19440 "\n"
19441 msgstr ""
19442
19443 #. type: verbatim
19444 #: ../fish/guestfish.pod:492
19445 #, no-wrap
19446 msgid ""
19447 " rm '/file name'\n"
19448 "\n"
19449 msgstr ""
19450
19451 #. type: verbatim
19452 #: ../fish/guestfish.pod:494
19453 #, no-wrap
19454 msgid ""
19455 " rm '/\"'\n"
19456 "\n"
19457 msgstr ""
19458
19459 #. type: textblock
19460 #: ../fish/guestfish.pod:496
19461 msgid ""
19462 "A few commands require a list of strings to be passed.  For these, use a "
19463 "whitespace-separated list, enclosed in quotes.  Strings containing "
19464 "whitespace to be passed through must be enclosed in single quotes.  A "
19465 "literal single quote must be escaped with a backslash."
19466 msgstr ""
19467
19468 #. type: verbatim
19469 #: ../fish/guestfish.pod:501
19470 #, no-wrap
19471 msgid ""
19472 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19473 " command \"/bin/echo 'foo      bar'\"\n"
19474 " command \"/bin/echo \\'foo\\'\"\n"
19475 "\n"
19476 msgstr ""
19477
19478 #. type: =head1
19479 #: ../fish/guestfish.pod:505
19480 msgid "OPTIONAL ARGUMENTS"
19481 msgstr ""
19482
19483 #. type: textblock
19484 #: ../fish/guestfish.pod:507
19485 msgid ""
19486 "Some commands take optional arguments.  These arguments appear in this "
19487 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19488 msgstr ""
19489
19490 #. type: verbatim
19491 #: ../fish/guestfish.pod:511
19492 #, no-wrap
19493 msgid ""
19494 " add-drive-opts filename\n"
19495 "\n"
19496 msgstr ""
19497
19498 #. type: verbatim
19499 #: ../fish/guestfish.pod:513
19500 #, no-wrap
19501 msgid ""
19502 " add-drive-opts filename readonly:true\n"
19503 "\n"
19504 msgstr ""
19505
19506 #. type: verbatim
19507 #: ../fish/guestfish.pod:515
19508 #, no-wrap
19509 msgid ""
19510 " add-drive-opts filename format:qcow2 readonly:false\n"
19511 "\n"
19512 msgstr ""
19513
19514 #. type: textblock
19515 #: ../fish/guestfish.pod:517
19516 msgid ""
19517 "Each optional argument can appear at most once.  All optional arguments must "
19518 "appear after the required ones."
19519 msgstr ""
19520
19521 #. type: =head1
19522 #: ../fish/guestfish.pod:520
19523 msgid "NUMBERS"
19524 msgstr ""
19525
19526 #. type: textblock
19527 #: ../fish/guestfish.pod:522
19528 msgid "This section applies to all commands which can take integers as parameters."
19529 msgstr ""
19530
19531 #. type: =head2
19532 #: ../fish/guestfish.pod:525
19533 msgid "SIZE SUFFIX"
19534 msgstr ""
19535
19536 #. type: textblock
19537 #: ../fish/guestfish.pod:527
19538 msgid ""
19539 "When the command takes a parameter measured in bytes, you can use one of the "
19540 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19541 msgstr ""
19542
19543 #. type: =item
19544 #: ../fish/guestfish.pod:533
19545 msgid "B<k> or B<K> or B<KiB>"
19546 msgstr ""
19547
19548 #. type: textblock
19549 #: ../fish/guestfish.pod:535
19550 msgid "The size in kilobytes (multiplied by 1024)."
19551 msgstr ""
19552
19553 #. type: =item
19554 #: ../fish/guestfish.pod:537
19555 msgid "B<KB>"
19556 msgstr ""
19557
19558 #. type: textblock
19559 #: ../fish/guestfish.pod:539
19560 msgid "The size in SI 1000 byte units."
19561 msgstr ""
19562
19563 #. type: =item
19564 #: ../fish/guestfish.pod:541
19565 msgid "B<M> or B<MiB>"
19566 msgstr ""
19567
19568 #. type: textblock
19569 #: ../fish/guestfish.pod:543
19570 msgid "The size in megabytes (multiplied by 1048576)."
19571 msgstr ""
19572
19573 #. type: =item
19574 #: ../fish/guestfish.pod:545
19575 msgid "B<MB>"
19576 msgstr ""
19577
19578 #. type: textblock
19579 #: ../fish/guestfish.pod:547
19580 msgid "The size in SI 1000000 byte units."
19581 msgstr ""
19582
19583 #. type: =item
19584 #: ../fish/guestfish.pod:549
19585 msgid "B<G> or B<GiB>"
19586 msgstr ""
19587
19588 #. type: textblock
19589 #: ../fish/guestfish.pod:551
19590 msgid "The size in gigabytes (multiplied by 2**30)."
19591 msgstr ""
19592
19593 #. type: =item
19594 #: ../fish/guestfish.pod:553
19595 msgid "B<GB>"
19596 msgstr ""
19597
19598 #. type: textblock
19599 #: ../fish/guestfish.pod:555
19600 msgid "The size in SI 10**9 byte units."
19601 msgstr ""
19602
19603 #. type: =item
19604 #: ../fish/guestfish.pod:557
19605 msgid "B<T> or B<TiB>"
19606 msgstr ""
19607
19608 #. type: textblock
19609 #: ../fish/guestfish.pod:559
19610 msgid "The size in terabytes (multiplied by 2**40)."
19611 msgstr ""
19612
19613 #. type: =item
19614 #: ../fish/guestfish.pod:561
19615 msgid "B<TB>"
19616 msgstr ""
19617
19618 #. type: textblock
19619 #: ../fish/guestfish.pod:563
19620 msgid "The size in SI 10**12 byte units."
19621 msgstr ""
19622
19623 #. type: =item
19624 #: ../fish/guestfish.pod:565
19625 msgid "B<P> or B<PiB>"
19626 msgstr ""
19627
19628 #. type: textblock
19629 #: ../fish/guestfish.pod:567
19630 msgid "The size in petabytes (multiplied by 2**50)."
19631 msgstr ""
19632
19633 #. type: =item
19634 #: ../fish/guestfish.pod:569
19635 msgid "B<PB>"
19636 msgstr ""
19637
19638 #. type: textblock
19639 #: ../fish/guestfish.pod:571
19640 msgid "The size in SI 10**15 byte units."
19641 msgstr ""
19642
19643 #. type: =item
19644 #: ../fish/guestfish.pod:573
19645 msgid "B<E> or B<EiB>"
19646 msgstr ""
19647
19648 #. type: textblock
19649 #: ../fish/guestfish.pod:575
19650 msgid "The size in exabytes (multiplied by 2**60)."
19651 msgstr ""
19652
19653 #. type: =item
19654 #: ../fish/guestfish.pod:577
19655 msgid "B<EB>"
19656 msgstr ""
19657
19658 #. type: textblock
19659 #: ../fish/guestfish.pod:579
19660 msgid "The size in SI 10**18 byte units."
19661 msgstr ""
19662
19663 #. type: =item
19664 #: ../fish/guestfish.pod:581
19665 msgid "B<Z> or B<ZiB>"
19666 msgstr ""
19667
19668 #. type: textblock
19669 #: ../fish/guestfish.pod:583
19670 msgid "The size in zettabytes (multiplied by 2**70)."
19671 msgstr ""
19672
19673 #. type: =item
19674 #: ../fish/guestfish.pod:585
19675 msgid "B<ZB>"
19676 msgstr ""
19677
19678 #. type: textblock
19679 #: ../fish/guestfish.pod:587
19680 msgid "The size in SI 10**21 byte units."
19681 msgstr ""
19682
19683 #. type: =item
19684 #: ../fish/guestfish.pod:589
19685 msgid "B<Y> or B<YiB>"
19686 msgstr ""
19687
19688 #. type: textblock
19689 #: ../fish/guestfish.pod:591
19690 msgid "The size in yottabytes (multiplied by 2**80)."
19691 msgstr ""
19692
19693 #. type: =item
19694 #: ../fish/guestfish.pod:593
19695 msgid "B<YB>"
19696 msgstr ""
19697
19698 #. type: textblock
19699 #: ../fish/guestfish.pod:595
19700 msgid "The size in SI 10**24 byte units."
19701 msgstr ""
19702
19703 #. type: verbatim
19704 #: ../fish/guestfish.pod:601
19705 #, no-wrap
19706 msgid ""
19707 " truncate-size /file 1G\n"
19708 "\n"
19709 msgstr ""
19710
19711 #. type: textblock
19712 #: ../fish/guestfish.pod:603
19713 msgid "would truncate the file to 1 gigabyte."
19714 msgstr ""
19715
19716 #. type: textblock
19717 #: ../fish/guestfish.pod:605
19718 msgid ""
19719 "Be careful because a few commands take sizes in kilobytes or megabytes "
19720 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19721 "Adding a suffix will probably not do what you expect."
19722 msgstr ""
19723
19724 #. type: =head2
19725 #: ../fish/guestfish.pod:609
19726 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19727 msgstr ""
19728
19729 #. type: textblock
19730 #: ../fish/guestfish.pod:611
19731 msgid ""
19732 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19733 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19734 msgstr ""
19735
19736 #. type: verbatim
19737 #: ../fish/guestfish.pod:614
19738 #, no-wrap
19739 msgid ""
19740 " 1234      decimal number 1234\n"
19741 " 02322     octal number, equivalent to decimal 1234\n"
19742 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19743 "\n"
19744 msgstr ""
19745
19746 #. type: textblock
19747 #: ../fish/guestfish.pod:618
19748 msgid ""
19749 "When using the C<chmod> command, you almost always want to specify an octal "
19750 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19751 "L<chmod(1)> program):"
19752 msgstr ""
19753
19754 #. type: verbatim
19755 #: ../fish/guestfish.pod:622
19756 #, no-wrap
19757 msgid ""
19758 " chmod 0777 /public  # OK\n"
19759 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19760 "\n"
19761 msgstr ""
19762
19763 #. type: textblock
19764 #: ../fish/guestfish.pod:625
19765 msgid ""
19766 "Commands that return numbers usually print them in decimal, but some "
19767 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19768 "octal, preceeded by C<0>)."
19769 msgstr ""
19770
19771 #. type: =head1
19772 #: ../fish/guestfish.pod:629
19773 msgid "WILDCARDS AND GLOBBING"
19774 msgstr ""
19775
19776 #. type: textblock
19777 #: ../fish/guestfish.pod:631
19778 msgid ""
19779 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19780 "(globbing) by default.  So for example the following will not do what you "
19781 "expect:"
19782 msgstr ""
19783
19784 #. type: verbatim
19785 #: ../fish/guestfish.pod:635
19786 #, no-wrap
19787 msgid ""
19788 " rm-rf /home/*\n"
19789 "\n"
19790 msgstr ""
19791
19792 #. type: textblock
19793 #: ../fish/guestfish.pod:637
19794 msgid ""
19795 "Assuming you don't have a directory called literally C</home/*> then the "
19796 "above command will return an error."
19797 msgstr ""
19798
19799 #. type: textblock
19800 #: ../fish/guestfish.pod:640
19801 msgid "To perform wildcard expansion, use the C<glob> command."
19802 msgstr ""
19803
19804 #. type: verbatim
19805 #: ../fish/guestfish.pod:642
19806 #, no-wrap
19807 msgid ""
19808 " glob rm-rf /home/*\n"
19809 "\n"
19810 msgstr ""
19811
19812 #. type: textblock
19813 #: ../fish/guestfish.pod:644
19814 msgid ""
19815 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19816 "many times), equivalent to:"
19817 msgstr ""
19818
19819 #. type: verbatim
19820 #: ../fish/guestfish.pod:647
19821 #, no-wrap
19822 msgid ""
19823 " rm-rf /home/jim\n"
19824 " rm-rf /home/joe\n"
19825 " rm-rf /home/mary\n"
19826 "\n"
19827 msgstr ""
19828
19829 #. type: textblock
19830 #: ../fish/guestfish.pod:651
19831 msgid "C<glob> only works on simple guest paths and not on device names."
19832 msgstr ""
19833
19834 #. type: textblock
19835 #: ../fish/guestfish.pod:653
19836 msgid ""
19837 "If you have several parameters, each containing a wildcard, then glob will "
19838 "perform a Cartesian product."
19839 msgstr ""
19840
19841 #. type: =head1
19842 #: ../fish/guestfish.pod:656
19843 msgid "COMMENTS"
19844 msgstr ""
19845
19846 #. type: textblock
19847 #: ../fish/guestfish.pod:658
19848 msgid ""
19849 "Any line which starts with a I<#> character is treated as a comment and "
19850 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
19851 "a command.  For example:"
19852 msgstr ""
19853
19854 #. type: verbatim
19855 #: ../fish/guestfish.pod:662
19856 #, no-wrap
19857 msgid ""
19858 " # this is a comment\n"
19859 "         # this is a comment\n"
19860 " foo # NOT a comment\n"
19861 "\n"
19862 msgstr ""
19863
19864 #. type: textblock
19865 #: ../fish/guestfish.pod:666
19866 msgid "Blank lines are also ignored."
19867 msgstr ""
19868
19869 #. type: =head1
19870 #: ../fish/guestfish.pod:668
19871 msgid "RUNNING COMMANDS LOCALLY"
19872 msgstr ""
19873
19874 #. type: textblock
19875 #: ../fish/guestfish.pod:670
19876 msgid ""
19877 "Any line which starts with a I<!> character is treated as a command sent to "
19878 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19879 msgstr ""
19880
19881 #. type: verbatim
19882 #: ../fish/guestfish.pod:674
19883 #, no-wrap
19884 msgid ""
19885 " !mkdir local\n"
19886 " tgz-out /remote local/remote-data.tar.gz\n"
19887 "\n"
19888 msgstr ""
19889
19890 #. type: textblock
19891 #: ../fish/guestfish.pod:677
19892 msgid ""
19893 "will create a directory C<local> on the host, and then export the contents "
19894 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19895 "(See C<tgz-out>)."
19896 msgstr ""
19897
19898 #. type: textblock
19899 #: ../fish/guestfish.pod:681
19900 msgid ""
19901 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19902 "effect, due to the way that subprocesses work in Unix."
19903 msgstr ""
19904
19905 #. type: =head2
19906 #: ../fish/guestfish.pod:684
19907 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
19908 msgstr ""
19909
19910 #. type: textblock
19911 #: ../fish/guestfish.pod:686
19912 msgid ""
19913 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
19914 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
19915 "and executed as guestfish commands."
19916 msgstr ""
19917
19918 #. type: textblock
19919 #: ../fish/guestfish.pod:690
19920 msgid ""
19921 "Thus you can use shell script to construct arbitrary guestfish commands "
19922 "which are then parsed by guestfish."
19923 msgstr ""
19924
19925 #. type: textblock
19926 #: ../fish/guestfish.pod:693
19927 msgid ""
19928 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
19929 "through C</foo.100>) using guestfish commands alone.  However this is simple "
19930 "if we use a shell script to create the guestfish commands for us:"
19931 msgstr ""
19932
19933 #. type: verbatim
19934 #: ../fish/guestfish.pod:698
19935 #, no-wrap
19936 msgid ""
19937 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
19938 "\n"
19939 msgstr ""
19940
19941 #. type: textblock
19942 #: ../fish/guestfish.pod:700
19943 msgid "or with names like C</foo.001>:"
19944 msgstr ""
19945
19946 #. type: verbatim
19947 #: ../fish/guestfish.pod:702
19948 #, no-wrap
19949 msgid ""
19950 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
19951 "\n"
19952 msgstr ""
19953
19954 #. type: textblock
19955 #: ../fish/guestfish.pod:704
19956 msgid ""
19957 "When using guestfish interactively it can be helpful to just run the shell "
19958 "script first (ie. remove the initial C<E<lt>> character so it is just an "
19959 "ordinary I<!> local command), see what guestfish commands it would run, and "
19960 "when you are happy with those prepend the C<E<lt>> character to run the "
19961 "guestfish commands for real."
19962 msgstr ""
19963
19964 #. type: =head1
19965 #: ../fish/guestfish.pod:710
19966 msgid "PIPES"
19967 msgstr ""
19968
19969 #. type: textblock
19970 #: ../fish/guestfish.pod:712
19971 msgid ""
19972 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19973 "command (a guestfish command) to the second command (any host command).  For "
19974 "example:"
19975 msgstr ""
19976
19977 #. type: verbatim
19978 #: ../fish/guestfish.pod:716
19979 #, no-wrap
19980 msgid ""
19981 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19982 "\n"
19983 msgstr ""
19984
19985 #. type: textblock
19986 #: ../fish/guestfish.pod:718
19987 msgid ""
19988 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19989 "program).  The above command would list all accounts in the guest filesystem "
19990 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19991 msgstr ""
19992
19993 #. type: verbatim
19994 #: ../fish/guestfish.pod:723
19995 #, no-wrap
19996 msgid ""
19997 " hexdump /bin/ls | head\n"
19998 " list-devices | tail -1\n"
19999 " tgz-out / - | tar ztf -\n"
20000 "\n"
20001 msgstr ""
20002
20003 #. type: textblock
20004 #: ../fish/guestfish.pod:727
20005 msgid ""
20006 "The space before the pipe symbol is required, any space after the pipe "
20007 "symbol is optional.  Everything after the pipe symbol is just passed "
20008 "straight to the host shell, so it can contain redirections, globs and "
20009 "anything else that makes sense on the host side."
20010 msgstr ""
20011
20012 #. type: textblock
20013 #: ../fish/guestfish.pod:732
20014 msgid ""
20015 "To use a literal argument which begins with a pipe symbol, you have to quote "
20016 "it, eg:"
20017 msgstr ""
20018
20019 #. type: verbatim
20020 #: ../fish/guestfish.pod:735
20021 #, no-wrap
20022 msgid ""
20023 " echo \"|\"\n"
20024 "\n"
20025 msgstr ""
20026
20027 #. type: =head1
20028 #: ../fish/guestfish.pod:737
20029 msgid "HOME DIRECTORIES"
20030 msgstr ""
20031
20032 #. type: textblock
20033 #: ../fish/guestfish.pod:739
20034 msgid ""
20035 "If a parameter starts with the character C<~> then the tilde may be expanded "
20036 "as a home directory path (either C<~> for the current user's home directory, "
20037 "or C<~user> for another user)."
20038 msgstr ""
20039
20040 #. type: textblock
20041 #: ../fish/guestfish.pod:743
20042 msgid ""
20043 "Note that home directory expansion happens for users known I<on the host>, "
20044 "not in the guest filesystem."
20045 msgstr ""
20046
20047 #. type: textblock
20048 #: ../fish/guestfish.pod:746
20049 msgid ""
20050 "To use a literal argument which begins with a tilde, you have to quote it, "
20051 "eg:"
20052 msgstr ""
20053
20054 #. type: verbatim
20055 #: ../fish/guestfish.pod:749
20056 #, no-wrap
20057 msgid ""
20058 " echo \"~\"\n"
20059 "\n"
20060 msgstr ""
20061
20062 #. type: textblock
20063 #: ../fish/guestfish.pod:753
20064 msgid ""
20065 "Libguestfs has some support for Linux guests encrypted according to the "
20066 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20067 "disk encryption systems used by modern Linux guests.  Currently only "
20068 "LVM-on-LUKS is supported."
20069 msgstr ""
20070
20071 #. type: textblock
20072 #: ../fish/guestfish.pod:758
20073 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20074 msgstr ""
20075
20076 #. type: verbatim
20077 #: ../fish/guestfish.pod:760
20078 #, no-wrap
20079 msgid ""
20080 " ><fs> vfs-type /dev/sda2\n"
20081 " crypto_LUKS\n"
20082 "\n"
20083 msgstr ""
20084
20085 #. type: textblock
20086 #: ../fish/guestfish.pod:763
20087 msgid ""
20088 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20089 "device called C</dev/mapper/luksdev>."
20090 msgstr ""
20091
20092 #. type: verbatim
20093 #: ../fish/guestfish.pod:766
20094 #, no-wrap
20095 msgid ""
20096 " ><fs> luks-open /dev/sda2 luksdev\n"
20097 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20098 "\n"
20099 msgstr ""
20100
20101 #. type: textblock
20102 #: ../fish/guestfish.pod:769
20103 msgid ""
20104 "Finally you have to tell LVM to scan for volume groups on the newly created "
20105 "mapper device:"
20106 msgstr ""
20107
20108 #. type: verbatim
20109 #: ../fish/guestfish.pod:772
20110 #, no-wrap
20111 msgid ""
20112 " vgscan\n"
20113 " vg-activate-all true\n"
20114 "\n"
20115 msgstr ""
20116
20117 #. type: textblock
20118 #: ../fish/guestfish.pod:775
20119 msgid "The logical volume(s) can now be mounted in the usual way."
20120 msgstr ""
20121
20122 #. type: textblock
20123 #: ../fish/guestfish.pod:777
20124 msgid ""
20125 "Before closing a LUKS device you must unmount any logical volumes on it and "
20126 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20127 "one.  Then you can close the mapper device:"
20128 msgstr ""
20129
20130 #. type: verbatim
20131 #: ../fish/guestfish.pod:781
20132 #, no-wrap
20133 msgid ""
20134 " vg-activate false /dev/VG\n"
20135 " luks-close /dev/mapper/luksdev\n"
20136 "\n"
20137 msgstr ""
20138
20139 #. type: =head1
20140 #: ../fish/guestfish.pod:784
20141 msgid "WINDOWS PATHS"
20142 msgstr ""
20143
20144 #. type: textblock
20145 #: ../fish/guestfish.pod:786
20146 msgid ""
20147 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20148 "(with some limitations).  The following commands are equivalent:"
20149 msgstr ""
20150
20151 #. type: verbatim
20152 #: ../fish/guestfish.pod:789
20153 #, no-wrap
20154 msgid ""
20155 " file /WINDOWS/system32/config/system.LOG\n"
20156 "\n"
20157 msgstr ""
20158
20159 #. type: verbatim
20160 #: ../fish/guestfish.pod:791
20161 #, no-wrap
20162 msgid ""
20163 " file win:/windows/system32/config/system.log\n"
20164 "\n"
20165 msgstr ""
20166
20167 #. type: verbatim
20168 #: ../fish/guestfish.pod:793
20169 #, no-wrap
20170 msgid ""
20171 " file win:\\windows\\system32\\config\\system.log\n"
20172 "\n"
20173 msgstr ""
20174
20175 #. type: verbatim
20176 #: ../fish/guestfish.pod:795
20177 #, no-wrap
20178 msgid ""
20179 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20180 "\n"
20181 msgstr ""
20182
20183 #. type: textblock
20184 #: ../fish/guestfish.pod:797
20185 msgid ""
20186 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20187 "handles case insensitivity like Windows would.  This only works in argument "
20188 "positions that expect a path."
20189 msgstr ""
20190
20191 #. type: =head1
20192 #: ../fish/guestfish.pod:801
20193 msgid "UPLOADING AND DOWNLOADING FILES"
20194 msgstr ""
20195
20196 #. type: textblock
20197 #: ../fish/guestfish.pod:803
20198 msgid ""
20199 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20200 "others which upload from or download to a local file, you can use the "
20201 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20202 msgstr ""
20203
20204 #. type: verbatim
20205 #: ../fish/guestfish.pod:807
20206 #, no-wrap
20207 msgid ""
20208 " upload - /foo\n"
20209 "\n"
20210 msgstr ""
20211
20212 #. type: textblock
20213 #: ../fish/guestfish.pod:809
20214 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20215 msgstr ""
20216
20217 #. type: verbatim
20218 #: ../fish/guestfish.pod:812
20219 #, no-wrap
20220 msgid ""
20221 " tar-out /etc - | tar tf -\n"
20222 "\n"
20223 msgstr ""
20224
20225 #. type: textblock
20226 #: ../fish/guestfish.pod:814
20227 msgid ""
20228 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20229 "command (see L</PIPES>)."
20230 msgstr ""
20231
20232 #. type: textblock
20233 #: ../fish/guestfish.pod:817
20234 msgid ""
20235 "When using C<-> to read from stdin, the input is read up to the end of "
20236 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20237 "some arbitrary end marker:"
20238 msgstr ""
20239
20240 #. type: verbatim
20241 #: ../fish/guestfish.pod:821
20242 #, no-wrap
20243 msgid ""
20244 " upload -<<END /foo\n"
20245 " input line 1\n"
20246 " input line 2\n"
20247 " input line 3\n"
20248 " END\n"
20249 "\n"
20250 msgstr ""
20251
20252 #. type: textblock
20253 #: ../fish/guestfish.pod:827
20254 msgid ""
20255 "Any string of characters can be used instead of C<END>.  The end marker must "
20256 "appear on a line of its own, without any preceeding or following characters "
20257 "(not even spaces)."
20258 msgstr ""
20259
20260 #. type: textblock
20261 #: ../fish/guestfish.pod:831
20262 msgid ""
20263 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20264 "upload local files (so-called \"FileIn\" parameters in the generator)."
20265 msgstr ""
20266
20267 #. type: =head1
20268 #: ../fish/guestfish.pod:834
20269 msgid "EXIT ON ERROR BEHAVIOUR"
20270 msgstr ""
20271
20272 #. type: textblock
20273 #: ../fish/guestfish.pod:836
20274 msgid ""
20275 "By default, guestfish will ignore any errors when in interactive mode "
20276 "(ie. taking commands from a human over a tty), and will exit on the first "
20277 "error in non-interactive mode (scripts, commands given on the command line)."
20278 msgstr ""
20279
20280 #. type: textblock
20281 #: ../fish/guestfish.pod:841
20282 msgid ""
20283 "If you prefix a command with a I<-> character, then that command will not "
20284 "cause guestfish to exit, even if that (one) command returns an error."
20285 msgstr ""
20286
20287 #. type: =head1
20288 #: ../fish/guestfish.pod:845
20289 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20290 msgstr ""
20291
20292 #. type: textblock
20293 #: ../fish/guestfish.pod:847
20294 msgid ""
20295 "Guestfish can be remote-controlled over a socket.  This is useful "
20296 "particularly in shell scripts where you want to make several different "
20297 "changes to a filesystem, but you don't want the overhead of starting up a "
20298 "guestfish process each time."
20299 msgstr ""
20300
20301 #. type: textblock
20302 #: ../fish/guestfish.pod:852
20303 msgid "Start a guestfish server process using:"
20304 msgstr ""
20305
20306 #. type: verbatim
20307 #: ../fish/guestfish.pod:854
20308 #, no-wrap
20309 msgid ""
20310 " eval \"`guestfish --listen`\"\n"
20311 "\n"
20312 msgstr ""
20313
20314 #. type: textblock
20315 #: ../fish/guestfish.pod:856
20316 msgid "and then send it commands by doing:"
20317 msgstr ""
20318
20319 #. type: verbatim
20320 #: ../fish/guestfish.pod:858
20321 #, no-wrap
20322 msgid ""
20323 " guestfish --remote cmd [...]\n"
20324 "\n"
20325 msgstr ""
20326
20327 #. type: textblock
20328 #: ../fish/guestfish.pod:860
20329 msgid "To cause the server to exit, send it the exit command:"
20330 msgstr ""
20331
20332 #. type: verbatim
20333 #: ../fish/guestfish.pod:862
20334 #, no-wrap
20335 msgid ""
20336 " guestfish --remote exit\n"
20337 "\n"
20338 msgstr ""
20339
20340 #. type: textblock
20341 #: ../fish/guestfish.pod:864
20342 msgid ""
20343 "Note that the server will normally exit if there is an error in a command.  "
20344 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20345 "BEHAVIOUR>."
20346 msgstr ""
20347
20348 #. type: =head2
20349 #: ../fish/guestfish.pod:868
20350 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20351 msgstr ""
20352
20353 #. type: textblock
20354 #: ../fish/guestfish.pod:870
20355 msgid ""
20356 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20357 "is how the I<--remote> option knows where to send the commands.  You can "
20358 "have several guestfish listener processes running using:"
20359 msgstr ""
20360
20361 #. type: verbatim
20362 #: ../fish/guestfish.pod:874
20363 #, no-wrap
20364 msgid ""
20365 " eval \"`guestfish --listen`\"\n"
20366 " pid1=$GUESTFISH_PID\n"
20367 " eval \"`guestfish --listen`\"\n"
20368 " pid2=$GUESTFISH_PID\n"
20369 " ...\n"
20370 " guestfish --remote=$pid1 cmd\n"
20371 " guestfish --remote=$pid2 cmd\n"
20372 "\n"
20373 msgstr ""
20374
20375 #. type: =head2
20376 #: ../fish/guestfish.pod:882
20377 msgid "REMOTE CONTROL AND CSH"
20378 msgstr ""
20379
20380 #. type: textblock
20381 #: ../fish/guestfish.pod:884
20382 msgid ""
20383 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20384 "option:"
20385 msgstr ""
20386
20387 #. type: verbatim
20388 #: ../fish/guestfish.pod:887
20389 #, no-wrap
20390 msgid ""
20391 " eval \"`guestfish --listen --csh`\"\n"
20392 "\n"
20393 msgstr ""
20394
20395 #. type: =head2
20396 #: ../fish/guestfish.pod:889
20397 msgid "REMOTE CONTROL DETAILS"
20398 msgstr ""
20399
20400 #. type: textblock
20401 #: ../fish/guestfish.pod:891
20402 msgid ""
20403 "Remote control happens over a Unix domain socket called "
20404 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20405 "of the process, and C<$PID> is the process ID of the server."
20406 msgstr ""
20407
20408 #. type: textblock
20409 #: ../fish/guestfish.pod:895
20410 msgid "Guestfish client and server versions must match exactly."
20411 msgstr ""
20412
20413 #. type: =head1
20414 #: ../fish/guestfish.pod:897
20415 msgid "PREPARED DISK IMAGES"
20416 msgstr ""
20417
20418 #. type: textblock
20419 #: ../fish/guestfish.pod:899
20420 msgid ""
20421 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20422 "preformatted disk images that guestfish can make for you to save typing.  "
20423 "This is particularly useful for testing purposes.  This option is used "
20424 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20425 "can be mixed with I<-a>)."
20426 msgstr ""
20427
20428 #. type: textblock
20429 #: ../fish/guestfish.pod:905
20430 msgid ""
20431 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20432 "the second and so on.  Existing files in the current directory are "
20433 "I<overwritten>."
20434 msgstr ""
20435
20436 #. type: textblock
20437 #: ../fish/guestfish.pod:909
20438 msgid ""
20439 "The type briefly describes how the disk should be sized, partitioned, how "
20440 "filesystem(s) should be created, and how content should be added.  "
20441 "Optionally the type can be followed by extra parameters, separated by C<:> "
20442 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20443 "sparsely-allocated disk, containing a single partition, with the partition "
20444 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20445 "on a 1GB disk instead."
20446 msgstr ""
20447
20448 #. type: textblock
20449 #: ../fish/guestfish.pod:917
20450 msgid "To list the available types and any extra parameters they take, run:"
20451 msgstr ""
20452
20453 #. type: textblock
20454 #: ../fish/guestfish.pod:921
20455 msgid ""
20456 "Note that the prepared filesystem is not mounted.  You would usually have to "
20457 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20458 msgstr ""
20459
20460 #. type: textblock
20461 #: ../fish/guestfish.pod:925
20462 msgid ""
20463 "If any I<-N> or I<--new> options are given, the guest is automatically "
20464 "launched."
20465 msgstr ""
20466
20467 #. type: textblock
20468 #: ../fish/guestfish.pod:930
20469 msgid "Create a 100MB disk with an ext4-formatted partition:"
20470 msgstr ""
20471
20472 #. type: verbatim
20473 #: ../fish/guestfish.pod:932
20474 #, no-wrap
20475 msgid ""
20476 " guestfish -N fs:ext4\n"
20477 "\n"
20478 msgstr ""
20479
20480 #. type: textblock
20481 #: ../fish/guestfish.pod:934
20482 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20483 msgstr ""
20484
20485 #. type: verbatim
20486 #: ../fish/guestfish.pod:936
20487 #, no-wrap
20488 msgid ""
20489 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20490 "\n"
20491 msgstr ""
20492
20493 #. type: textblock
20494 #: ../fish/guestfish.pod:938
20495 msgid "Create a blank 200MB disk:"
20496 msgstr ""
20497
20498 #. type: verbatim
20499 #: ../fish/guestfish.pod:940
20500 #, no-wrap
20501 msgid ""
20502 " guestfish -N disk:200M\n"
20503 "\n"
20504 msgstr ""
20505
20506 #. type: =head1
20507 #: ../fish/guestfish.pod:942
20508 msgid "PROGRESS BARS"
20509 msgstr ""
20510
20511 #. type: textblock
20512 #: ../fish/guestfish.pod:944
20513 msgid ""
20514 "Some (not all) long-running commands send progress notification messages as "
20515 "they are running.  Guestfish turns these messages into progress bars."
20516 msgstr ""
20517
20518 #. type: textblock
20519 #: ../fish/guestfish.pod:948
20520 msgid ""
20521 "When a command that supports progress bars takes longer than two seconds to "
20522 "run, and if progress bars are enabled, then you will see one appearing below "
20523 "the command:"
20524 msgstr ""
20525
20526 #. type: verbatim
20527 #: ../fish/guestfish.pod:952
20528 #, no-wrap
20529 msgid ""
20530 " ><fs> copy-size /large-file /another-file 2048M\n"
20531 " / 10% [#####-----------------------------------------] 00:30\n"
20532 "\n"
20533 msgstr ""
20534
20535 #. type: textblock
20536 #: ../fish/guestfish.pod:955
20537 msgid ""
20538 "The spinner on the left hand side moves round once for every progress "
20539 "notification received from the backend.  This is a (reasonably) golden "
20540 "assurance that the command is \"doing something\" even if the progress bar "
20541 "is not moving, because the command is able to send the progress "
20542 "notifications.  When the bar reaches 100% and the command finishes, the "
20543 "spinner disappears."
20544 msgstr ""
20545
20546 #. type: textblock
20547 #: ../fish/guestfish.pod:962
20548 msgid ""
20549 "Progress bars are enabled by default when guestfish is used interactively.  "
20550 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20551 "and you can disable them completely using I<--no-progress-bars>."
20552 msgstr ""
20553
20554 #. type: =head1
20555 #: ../fish/guestfish.pod:967
20556 msgid "GUESTFISH COMMANDS"
20557 msgstr ""
20558
20559 #. type: textblock
20560 #: ../fish/guestfish.pod:969
20561 msgid ""
20562 "The commands in this section are guestfish convenience commands, in other "
20563 "words, they are not part of the L<guestfs(3)> API."
20564 msgstr ""
20565
20566 #. type: =head2
20567 #: ../fish/guestfish.pod:972
20568 msgid "help"
20569 msgstr ""
20570
20571 #. type: verbatim
20572 #: ../fish/guestfish.pod:974
20573 #, no-wrap
20574 msgid ""
20575 " help\n"
20576 " help cmd\n"
20577 "\n"
20578 msgstr ""
20579
20580 #. type: textblock
20581 #: ../fish/guestfish.pod:977
20582 msgid "Without any parameter, this provides general help."
20583 msgstr ""
20584
20585 #. type: textblock
20586 #: ../fish/guestfish.pod:979
20587 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20588 msgstr ""
20589
20590 #. type: =head2
20591 #: ../fish/guestfish.pod:981
20592 msgid "quit | exit"
20593 msgstr ""
20594
20595 #. type: textblock
20596 #: ../fish/guestfish.pod:983
20597 msgid "This exits guestfish.  You can also use C<^D> key."
20598 msgstr ""
20599
20600 #. type: textblock
20601 #: ../fish/guestfish.pod:985
20602 msgid "@FISH_COMMANDS@"
20603 msgstr ""
20604
20605 #. type: =head1
20606 #: ../fish/guestfish.pod:987
20607 msgid "COMMANDS"
20608 msgstr ""
20609
20610 #. type: =head1
20611 #: ../fish/guestfish.pod:991 ../test-tool/libguestfs-test-tool.pod:83
20612 msgid "EXIT CODE"
20613 msgstr ""
20614
20615 #. type: textblock
20616 #: ../fish/guestfish.pod:993
20617 msgid ""
20618 "guestfish returns 0 if the commands completed without error, or 1 if there "
20619 "was an error."
20620 msgstr ""
20621
20622 #. type: =item
20623 #: ../fish/guestfish.pod:1000
20624 msgid "EDITOR"
20625 msgstr ""
20626
20627 #. type: textblock
20628 #: ../fish/guestfish.pod:1002
20629 msgid ""
20630 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20631 "C<vi>."
20632 msgstr ""
20633
20634 #. type: =item
20635 #: ../fish/guestfish.pod:1005
20636 msgid "GUESTFISH_PID"
20637 msgstr ""
20638
20639 #. type: textblock
20640 #: ../fish/guestfish.pod:1007
20641 msgid ""
20642 "Used with the I<--remote> option to specify the remote guestfish process to "
20643 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20644 msgstr ""
20645
20646 #. type: =item
20647 #: ../fish/guestfish.pod:1011
20648 msgid "HEXEDITOR"
20649 msgstr ""
20650
20651 #. type: textblock
20652 #: ../fish/guestfish.pod:1013
20653 msgid ""
20654 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20655 "not specified, the external L<hexedit(1)> program is used."
20656 msgstr ""
20657
20658 #. type: =item
20659 #: ../fish/guestfish.pod:1017
20660 msgid "HOME"
20661 msgstr ""
20662
20663 #. type: textblock
20664 #: ../fish/guestfish.pod:1019
20665 msgid ""
20666 "If compiled with GNU readline support, various files in the home directory "
20667 "can be used.  See L</FILES>."
20668 msgstr ""
20669
20670 #. type: textblock
20671 #: ../fish/guestfish.pod:1028
20672 msgid ""
20673 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20674 "effect as using the B<-v> option."
20675 msgstr ""
20676
20677 #. type: textblock
20678 #: ../fish/guestfish.pod:1040
20679 msgid ""
20680 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20681 "the discussion of paths in L<guestfs(3)>."
20682 msgstr ""
20683
20684 #. type: textblock
20685 #: ../fish/guestfish.pod:1051
20686 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20687 msgstr ""
20688
20689 #. type: =item
20690 #: ../fish/guestfish.pod:1053
20691 msgid "PAGER"
20692 msgstr ""
20693
20694 #. type: textblock
20695 #: ../fish/guestfish.pod:1055
20696 msgid ""
20697 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20698 "C<more>."
20699 msgstr ""
20700
20701 #. type: =head1
20702 #: ../fish/guestfish.pod:1071 ../test-tool/libguestfs-test-tool.pod:88
20703 msgid "FILES"
20704 msgstr ""
20705
20706 #. type: =item
20707 #: ../fish/guestfish.pod:1075
20708 msgid "$HOME/.guestfish"
20709 msgstr ""
20710
20711 #. type: textblock
20712 #: ../fish/guestfish.pod:1077
20713 msgid ""
20714 "If compiled with GNU readline support, then the command history is saved in "
20715 "this file."
20716 msgstr ""
20717
20718 #. type: =item
20719 #: ../fish/guestfish.pod:1080
20720 msgid "$HOME/.inputrc"
20721 msgstr ""
20722
20723 #. type: =item
20724 #: ../fish/guestfish.pod:1082
20725 msgid "/etc/inputrc"
20726 msgstr ""
20727
20728 #. type: textblock
20729 #: ../fish/guestfish.pod:1084
20730 msgid ""
20731 "If compiled with GNU readline support, then these files can be used to "
20732 "configure readline.  For further information, please see "
20733 "L<readline(3)/INITIALIZATION FILE>."
20734 msgstr ""
20735
20736 #. type: textblock
20737 #: ../fish/guestfish.pod:1088
20738 msgid "To write rules which only apply to guestfish, use:"
20739 msgstr ""
20740
20741 #. type: verbatim
20742 #: ../fish/guestfish.pod:1090
20743 #, no-wrap
20744 msgid ""
20745 " $if guestfish\n"
20746 " ...\n"
20747 " $endif\n"
20748 "\n"
20749 msgstr ""
20750
20751 #. type: textblock
20752 #: ../fish/guestfish.pod:1094
20753 msgid ""
20754 "Variables that you can set in inputrc that change the behaviour of guestfish "
20755 "in useful ways include:"
20756 msgstr ""
20757
20758 #. type: =item
20759 #: ../fish/guestfish.pod:1099
20760 msgid "completion-ignore-case (default: on)"
20761 msgstr ""
20762
20763 #. type: textblock
20764 #: ../fish/guestfish.pod:1101
20765 msgid ""
20766 "By default, guestfish will ignore case when tab-completing paths on the "
20767 "disk.  Use:"
20768 msgstr ""
20769
20770 #. type: verbatim
20771 #: ../fish/guestfish.pod:1104
20772 #, no-wrap
20773 msgid ""
20774 " set completion-ignore-case off\n"
20775 "\n"
20776 msgstr ""
20777
20778 #. type: textblock
20779 #: ../fish/guestfish.pod:1106
20780 msgid "to make guestfish case sensitive."
20781 msgstr ""
20782
20783 #. type: =item
20784 #: ../fish/guestfish.pod:1110
20785 msgid "test1.img"
20786 msgstr ""
20787
20788 #. type: =item
20789 #: ../fish/guestfish.pod:1112
20790 msgid "test2.img (etc)"
20791 msgstr ""
20792
20793 #. type: textblock
20794 #: ../fish/guestfish.pod:1114
20795 msgid ""
20796 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20797 "will be created in the file C<test1.img> in the current directory.  The "
20798 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20799 "the same name will be overwritten."
20800 msgstr ""
20801
20802 #. type: textblock
20803 #: ../fish/guestfish.pod:1123
20804 msgid ""
20805 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
20806 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
20807 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
20808 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
20809 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
20810 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
20811 msgstr ""
20812
20813 #. type: textblock
20814 #: ../fish/guestfish.pod:1153 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:372 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1518 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
20815 msgid ""
20816 "This program is free software; you can redistribute it and/or modify it "
20817 "under the terms of the GNU General Public License as published by the Free "
20818 "Software Foundation; either version 2 of the License, or (at your option) "
20819 "any later version."
20820 msgstr ""
20821
20822 #. type: textblock
20823 #: ../fish/guestfish.pod:1158 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:377 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1523 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
20824 msgid ""
20825 "This program is distributed in the hope that it will be useful, but WITHOUT "
20826 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
20827 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
20828 "more details."
20829 msgstr ""
20830
20831 #. type: textblock
20832 #: ../fish/guestfish.pod:1163 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:268 ../tools/virt-edit.pl:382 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1528 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
20833 msgid ""
20834 "You should have received a copy of the GNU General Public License along with "
20835 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
20836 "Ave, Cambridge, MA 02139, USA."
20837 msgstr ""
20838
20839 #. type: =head2
20840 #: ../fish/guestfish-actions.pod:1
20841 msgid "add-cdrom"
20842 msgstr ""
20843
20844 #. type: verbatim
20845 #: ../fish/guestfish-actions.pod:3
20846 #, no-wrap
20847 msgid ""
20848 " add-cdrom filename\n"
20849 "\n"
20850 msgstr ""
20851
20852 #. type: textblock
20853 #: ../fish/guestfish-actions.pod:15
20854 msgid ""
20855 "This call checks for the existence of C<filename>.  This stops you from "
20856 "specifying other types of drive which are supported by qemu such as C<nbd:> "
20857 "and C<http:> URLs.  To specify those, use the general L</config> call "
20858 "instead."
20859 msgstr ""
20860
20861 #. type: textblock
20862 #: ../fish/guestfish-actions.pod:22
20863 msgid ""
20864 "If you just want to add an ISO file (often you use this as an efficient way "
20865 "to transfer large files into the guest), then you should probably use "
20866 "L</add-drive-ro> instead."
20867 msgstr ""
20868
20869 #. type: =head2
20870 #: ../fish/guestfish-actions.pod:35
20871 msgid "add-domain"
20872 msgstr ""
20873
20874 #. type: =head2
20875 #: ../fish/guestfish-actions.pod:37
20876 msgid "domain"
20877 msgstr ""
20878
20879 #. type: verbatim
20880 #: ../fish/guestfish-actions.pod:39
20881 #, no-wrap
20882 msgid ""
20883 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
20884 "\n"
20885 msgstr ""
20886
20887 #. type: textblock
20888 #: ../fish/guestfish-actions.pod:41
20889 msgid ""
20890 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
20891 "It works by connecting to libvirt, requesting the domain and domain XML from "
20892 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
20893 msgstr ""
20894
20895 #. type: textblock
20896 #: ../fish/guestfish-actions.pod:71
20897 msgid ""
20898 "The other optional parameters are passed directly through to "
20899 "L</add-drive-opts>."
20900 msgstr ""
20901
20902 #. type: textblock
20903 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:2977
20904 msgid ""
20905 "This command has one or more optional arguments.  See L</OPTIONAL "
20906 "ARGUMENTS>."
20907 msgstr ""
20908
20909 #. type: =head2
20910 #: ../fish/guestfish-actions.pod:76
20911 msgid "add-drive"
20912 msgstr ""
20913
20914 #. type: verbatim
20915 #: ../fish/guestfish-actions.pod:78
20916 #, no-wrap
20917 msgid ""
20918 " add-drive filename\n"
20919 "\n"
20920 msgstr ""
20921
20922 #. type: textblock
20923 #: ../fish/guestfish-actions.pod:80
20924 msgid ""
20925 "This function is the equivalent of calling L</add-drive-opts> with no "
20926 "optional parameters, so the disk is added writable, with the format being "
20927 "detected automatically."
20928 msgstr ""
20929
20930 #. type: textblock
20931 #: ../fish/guestfish-actions.pod:84
20932 msgid ""
20933 "Automatic detection of the format opens you up to a potential security hole "
20934 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
20935 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
20936 "you should think about replacing calls to this function with calls to "
20937 "L</add-drive-opts>, and specifying the format."
20938 msgstr ""
20939
20940 #. type: =head2
20941 #: ../fish/guestfish-actions.pod:91
20942 msgid "add-drive-opts"
20943 msgstr ""
20944
20945 #. type: =head2
20946 #: ../fish/guestfish-actions.pod:93
20947 msgid "add"
20948 msgstr ""
20949
20950 #. type: verbatim
20951 #: ../fish/guestfish-actions.pod:95
20952 #, no-wrap
20953 msgid ""
20954 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
20955 "\n"
20956 msgstr ""
20957
20958 #. type: textblock
20959 #: ../fish/guestfish-actions.pod:122
20960 msgid ""
20961 "This forces the image format.  If you omit this (or use L</add-drive> or "
20962 "L</add-drive-ro>) then the format is automatically detected.  Possible "
20963 "formats include C<raw> and C<qcow2>."
20964 msgstr ""
20965
20966 #. type: textblock
20967 #: ../fish/guestfish-actions.pod:133
20968 msgid ""
20969 "This rarely-used option lets you emulate the behaviour of the deprecated "
20970 "L</add-drive-with-if> call (q.v.)"
20971 msgstr ""
20972
20973 #. type: =head2
20974 #: ../fish/guestfish-actions.pod:140
20975 msgid "add-drive-ro"
20976 msgstr ""
20977
20978 #. type: =head2
20979 #: ../fish/guestfish-actions.pod:142
20980 msgid "add-ro"
20981 msgstr ""
20982
20983 #. type: verbatim
20984 #: ../fish/guestfish-actions.pod:144
20985 #, no-wrap
20986 msgid ""
20987 " add-drive-ro filename\n"
20988 "\n"
20989 msgstr ""
20990
20991 #. type: textblock
20992 #: ../fish/guestfish-actions.pod:146
20993 msgid ""
20994 "This function is the equivalent of calling L</add-drive-opts> with the "
20995 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20996 "is added read-only, with the format being detected automatically."
20997 msgstr ""
20998
20999 #. type: =head2
21000 #: ../fish/guestfish-actions.pod:151
21001 msgid "add-drive-ro-with-if"
21002 msgstr ""
21003
21004 #. type: verbatim
21005 #: ../fish/guestfish-actions.pod:153
21006 #, no-wrap
21007 msgid ""
21008 " add-drive-ro-with-if filename iface\n"
21009 "\n"
21010 msgstr ""
21011
21012 #. type: textblock
21013 #: ../fish/guestfish-actions.pod:155
21014 msgid ""
21015 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21016 "interface emulation to use at run time."
21017 msgstr ""
21018
21019 #. type: =head2
21020 #: ../fish/guestfish-actions.pod:165
21021 msgid "add-drive-with-if"
21022 msgstr ""
21023
21024 #. type: verbatim
21025 #: ../fish/guestfish-actions.pod:167
21026 #, no-wrap
21027 msgid ""
21028 " add-drive-with-if filename iface\n"
21029 "\n"
21030 msgstr ""
21031
21032 #. type: textblock
21033 #: ../fish/guestfish-actions.pod:169
21034 msgid ""
21035 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21036 "interface emulation to use at run time."
21037 msgstr ""
21038
21039 #. type: =head2
21040 #: ../fish/guestfish-actions.pod:179
21041 msgid "aug-clear"
21042 msgstr ""
21043
21044 #. type: verbatim
21045 #: ../fish/guestfish-actions.pod:181
21046 #, no-wrap
21047 msgid ""
21048 " aug-clear augpath\n"
21049 "\n"
21050 msgstr ""
21051
21052 #. type: =head2
21053 #: ../fish/guestfish-actions.pod:186
21054 msgid "aug-close"
21055 msgstr ""
21056
21057 #. type: verbatim
21058 #: ../fish/guestfish-actions.pod:188
21059 #, no-wrap
21060 msgid ""
21061 " aug-close\n"
21062 "\n"
21063 msgstr ""
21064
21065 #. type: textblock
21066 #: ../fish/guestfish-actions.pod:190
21067 msgid ""
21068 "Close the current Augeas handle and free up any resources used by it.  After "
21069 "calling this, you have to call L</aug-init> again before you can use any "
21070 "other Augeas functions."
21071 msgstr ""
21072
21073 #. type: =head2
21074 #: ../fish/guestfish-actions.pod:195
21075 msgid "aug-defnode"
21076 msgstr ""
21077
21078 #. type: verbatim
21079 #: ../fish/guestfish-actions.pod:197
21080 #, no-wrap
21081 msgid ""
21082 " aug-defnode name expr val\n"
21083 "\n"
21084 msgstr ""
21085
21086 #. type: textblock
21087 #: ../fish/guestfish-actions.pod:202
21088 msgid ""
21089 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21090 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21091 "containing that single node."
21092 msgstr ""
21093
21094 #. type: =head2
21095 #: ../fish/guestfish-actions.pod:210
21096 msgid "aug-defvar"
21097 msgstr ""
21098
21099 #. type: verbatim
21100 #: ../fish/guestfish-actions.pod:212
21101 #, no-wrap
21102 msgid ""
21103 " aug-defvar name expr\n"
21104 "\n"
21105 msgstr ""
21106
21107 #. type: =head2
21108 #: ../fish/guestfish-actions.pod:221
21109 msgid "aug-get"
21110 msgstr ""
21111
21112 #. type: verbatim
21113 #: ../fish/guestfish-actions.pod:223
21114 #, no-wrap
21115 msgid ""
21116 " aug-get augpath\n"
21117 "\n"
21118 msgstr ""
21119
21120 #. type: =head2
21121 #: ../fish/guestfish-actions.pod:228
21122 msgid "aug-init"
21123 msgstr ""
21124
21125 #. type: verbatim
21126 #: ../fish/guestfish-actions.pod:230
21127 #, no-wrap
21128 msgid ""
21129 " aug-init root flags\n"
21130 "\n"
21131 msgstr ""
21132
21133 #. type: textblock
21134 #: ../fish/guestfish-actions.pod:236
21135 msgid "You must call this before using any other L</aug-*> commands."
21136 msgstr ""
21137
21138 #. type: textblock
21139 #: ../fish/guestfish-actions.pod:271
21140 msgid "Do not load the tree in L</aug-init>."
21141 msgstr ""
21142
21143 #. type: textblock
21144 #: ../fish/guestfish-actions.pod:275
21145 msgid "To close the handle, you can call L</aug-close>."
21146 msgstr ""
21147
21148 #. type: =head2
21149 #: ../fish/guestfish-actions.pod:279
21150 msgid "aug-insert"
21151 msgstr ""
21152
21153 #. type: verbatim
21154 #: ../fish/guestfish-actions.pod:281
21155 #, no-wrap
21156 msgid ""
21157 " aug-insert augpath label true|false\n"
21158 "\n"
21159 msgstr ""
21160
21161 #. type: =head2
21162 #: ../fish/guestfish-actions.pod:291
21163 msgid "aug-load"
21164 msgstr ""
21165
21166 #. type: verbatim
21167 #: ../fish/guestfish-actions.pod:293
21168 #, no-wrap
21169 msgid ""
21170 " aug-load\n"
21171 "\n"
21172 msgstr ""
21173
21174 #. type: =head2
21175 #: ../fish/guestfish-actions.pod:300
21176 msgid "aug-ls"
21177 msgstr ""
21178
21179 #. type: verbatim
21180 #: ../fish/guestfish-actions.pod:302
21181 #, no-wrap
21182 msgid ""
21183 " aug-ls augpath\n"
21184 "\n"
21185 msgstr ""
21186
21187 #. type: textblock
21188 #: ../fish/guestfish-actions.pod:304
21189 msgid ""
21190 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21191 "resulting nodes into alphabetical order."
21192 msgstr ""
21193
21194 #. type: =head2
21195 #: ../fish/guestfish-actions.pod:307
21196 msgid "aug-match"
21197 msgstr ""
21198
21199 #. type: verbatim
21200 #: ../fish/guestfish-actions.pod:309
21201 #, no-wrap
21202 msgid ""
21203 " aug-match augpath\n"
21204 "\n"
21205 msgstr ""
21206
21207 #. type: =head2
21208 #: ../fish/guestfish-actions.pod:315
21209 msgid "aug-mv"
21210 msgstr ""
21211
21212 #. type: verbatim
21213 #: ../fish/guestfish-actions.pod:317
21214 #, no-wrap
21215 msgid ""
21216 " aug-mv src dest\n"
21217 "\n"
21218 msgstr ""
21219
21220 #. type: =head2
21221 #: ../fish/guestfish-actions.pod:322
21222 msgid "aug-rm"
21223 msgstr ""
21224
21225 #. type: verbatim
21226 #: ../fish/guestfish-actions.pod:324
21227 #, no-wrap
21228 msgid ""
21229 " aug-rm augpath\n"
21230 "\n"
21231 msgstr ""
21232
21233 #. type: =head2
21234 #: ../fish/guestfish-actions.pod:330
21235 msgid "aug-save"
21236 msgstr ""
21237
21238 #. type: verbatim
21239 #: ../fish/guestfish-actions.pod:332
21240 #, no-wrap
21241 msgid ""
21242 " aug-save\n"
21243 "\n"
21244 msgstr ""
21245
21246 #. type: textblock
21247 #: ../fish/guestfish-actions.pod:336
21248 msgid ""
21249 "The flags which were passed to L</aug-init> affect exactly how files are "
21250 "saved."
21251 msgstr ""
21252
21253 #. type: =head2
21254 #: ../fish/guestfish-actions.pod:339
21255 msgid "aug-set"
21256 msgstr ""
21257
21258 #. type: verbatim
21259 #: ../fish/guestfish-actions.pod:341
21260 #, no-wrap
21261 msgid ""
21262 " aug-set augpath val\n"
21263 "\n"
21264 msgstr ""
21265
21266 #. type: textblock
21267 #: ../fish/guestfish-actions.pod:345
21268 msgid ""
21269 "In the Augeas API, it is possible to clear a node by setting the value to "
21270 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21271 "this call.  Instead you must use the L</aug-clear> call."
21272 msgstr ""
21273
21274 #. type: =head2
21275 #: ../fish/guestfish-actions.pod:350
21276 msgid "available"
21277 msgstr ""
21278
21279 #. type: verbatim
21280 #: ../fish/guestfish-actions.pod:352
21281 #, no-wrap
21282 msgid ""
21283 " available 'groups ...'\n"
21284 "\n"
21285 msgstr ""
21286
21287 #. type: textblock
21288 #: ../fish/guestfish-actions.pod:358
21289 msgid ""
21290 "The libguestfs groups, and the functions that those groups correspond to, "
21291 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21292 "runtime by calling L</available-all-groups>."
21293 msgstr ""
21294
21295 #. type: textblock
21296 #: ../fish/guestfish-actions.pod:382
21297 msgid "You must call L</launch> before calling this function."
21298 msgstr ""
21299
21300 #. type: textblock
21301 #: ../fish/guestfish-actions.pod:404
21302 msgid ""
21303 "This call was added in version C<1.0.80>.  In previous versions of "
21304 "libguestfs all you could do would be to speculatively execute a command to "
21305 "find out if the daemon implemented it.  See also L</version>."
21306 msgstr ""
21307
21308 #. type: =head2
21309 #: ../fish/guestfish-actions.pod:411
21310 msgid "available-all-groups"
21311 msgstr ""
21312
21313 #. type: verbatim
21314 #: ../fish/guestfish-actions.pod:413
21315 #, no-wrap
21316 msgid ""
21317 " available-all-groups\n"
21318 "\n"
21319 msgstr ""
21320
21321 #. type: textblock
21322 #: ../fish/guestfish-actions.pod:415
21323 msgid ""
21324 "This command returns a list of all optional groups that this daemon knows "
21325 "about.  Note this returns both supported and unsupported groups.  To find "
21326 "out which ones the daemon can actually support you have to call "
21327 "L</available> on each member of the returned list."
21328 msgstr ""
21329
21330 #. type: textblock
21331 #: ../fish/guestfish-actions.pod:421
21332 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21333 msgstr ""
21334
21335 #. type: =head2
21336 #: ../fish/guestfish-actions.pod:423
21337 msgid "base64-in"
21338 msgstr ""
21339
21340 #. type: verbatim
21341 #: ../fish/guestfish-actions.pod:425
21342 #, no-wrap
21343 msgid ""
21344 " base64-in (base64file|-) filename\n"
21345 "\n"
21346 msgstr ""
21347
21348 #. type: textblock
21349 #: ../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:4375 ../fish/guestfish-actions.pod:4387 ../fish/guestfish-actions.pod:4398 ../fish/guestfish-actions.pod:4409 ../fish/guestfish-actions.pod:4461 ../fish/guestfish-actions.pod:4470 ../fish/guestfish-actions.pod:4524 ../fish/guestfish-actions.pod:4547
21350 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21351 msgstr ""
21352
21353 #. type: =head2
21354 #: ../fish/guestfish-actions.pod:432
21355 msgid "base64-out"
21356 msgstr ""
21357
21358 #. type: verbatim
21359 #: ../fish/guestfish-actions.pod:434
21360 #, no-wrap
21361 msgid ""
21362 " base64-out filename (base64file|-)\n"
21363 "\n"
21364 msgstr ""
21365
21366 #. type: =head2
21367 #: ../fish/guestfish-actions.pod:441
21368 msgid "blockdev-flushbufs"
21369 msgstr ""
21370
21371 #. type: verbatim
21372 #: ../fish/guestfish-actions.pod:443
21373 #, no-wrap
21374 msgid ""
21375 " blockdev-flushbufs device\n"
21376 "\n"
21377 msgstr ""
21378
21379 #. type: =head2
21380 #: ../fish/guestfish-actions.pod:450
21381 msgid "blockdev-getbsz"
21382 msgstr ""
21383
21384 #. type: verbatim
21385 #: ../fish/guestfish-actions.pod:452
21386 #, no-wrap
21387 msgid ""
21388 " blockdev-getbsz device\n"
21389 "\n"
21390 msgstr ""
21391
21392 #. type: =head2
21393 #: ../fish/guestfish-actions.pod:461
21394 msgid "blockdev-getro"
21395 msgstr ""
21396
21397 #. type: verbatim
21398 #: ../fish/guestfish-actions.pod:463
21399 #, no-wrap
21400 msgid ""
21401 " blockdev-getro device\n"
21402 "\n"
21403 msgstr ""
21404
21405 #. type: =head2
21406 #: ../fish/guestfish-actions.pod:470
21407 msgid "blockdev-getsize64"
21408 msgstr ""
21409
21410 #. type: verbatim
21411 #: ../fish/guestfish-actions.pod:472
21412 #, no-wrap
21413 msgid ""
21414 " blockdev-getsize64 device\n"
21415 "\n"
21416 msgstr ""
21417
21418 #. type: textblock
21419 #: ../fish/guestfish-actions.pod:476
21420 msgid "See also L</blockdev-getsz>."
21421 msgstr ""
21422
21423 #. type: =head2
21424 #: ../fish/guestfish-actions.pod:480
21425 msgid "blockdev-getss"
21426 msgstr ""
21427
21428 #. type: verbatim
21429 #: ../fish/guestfish-actions.pod:482
21430 #, no-wrap
21431 msgid ""
21432 " blockdev-getss device\n"
21433 "\n"
21434 msgstr ""
21435
21436 #. type: textblock
21437 #: ../fish/guestfish-actions.pod:487
21438 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21439 msgstr ""
21440
21441 #. type: =head2
21442 #: ../fish/guestfish-actions.pod:492
21443 msgid "blockdev-getsz"
21444 msgstr ""
21445
21446 #. type: verbatim
21447 #: ../fish/guestfish-actions.pod:494
21448 #, no-wrap
21449 msgid ""
21450 " blockdev-getsz device\n"
21451 "\n"
21452 msgstr ""
21453
21454 #. type: textblock
21455 #: ../fish/guestfish-actions.pod:499
21456 msgid ""
21457 "See also L</blockdev-getss> for the real sector size of the device, and "
21458 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21459 msgstr ""
21460
21461 #. type: =head2
21462 #: ../fish/guestfish-actions.pod:505
21463 msgid "blockdev-rereadpt"
21464 msgstr ""
21465
21466 #. type: verbatim
21467 #: ../fish/guestfish-actions.pod:507
21468 #, no-wrap
21469 msgid ""
21470 " blockdev-rereadpt device\n"
21471 "\n"
21472 msgstr ""
21473
21474 #. type: =head2
21475 #: ../fish/guestfish-actions.pod:513
21476 msgid "blockdev-setbsz"
21477 msgstr ""
21478
21479 #. type: verbatim
21480 #: ../fish/guestfish-actions.pod:515
21481 #, no-wrap
21482 msgid ""
21483 " blockdev-setbsz device blocksize\n"
21484 "\n"
21485 msgstr ""
21486
21487 #. type: =head2
21488 #: ../fish/guestfish-actions.pod:524
21489 msgid "blockdev-setro"
21490 msgstr ""
21491
21492 #. type: verbatim
21493 #: ../fish/guestfish-actions.pod:526
21494 #, no-wrap
21495 msgid ""
21496 " blockdev-setro device\n"
21497 "\n"
21498 msgstr ""
21499
21500 #. type: =head2
21501 #: ../fish/guestfish-actions.pod:532
21502 msgid "blockdev-setrw"
21503 msgstr ""
21504
21505 #. type: verbatim
21506 #: ../fish/guestfish-actions.pod:534
21507 #, no-wrap
21508 msgid ""
21509 " blockdev-setrw device\n"
21510 "\n"
21511 msgstr ""
21512
21513 #. type: =head2
21514 #: ../fish/guestfish-actions.pod:540
21515 msgid "case-sensitive-path"
21516 msgstr ""
21517
21518 #. type: verbatim
21519 #: ../fish/guestfish-actions.pod:542
21520 #, no-wrap
21521 msgid ""
21522 " case-sensitive-path path\n"
21523 "\n"
21524 msgstr ""
21525
21526 #. type: textblock
21527 #: ../fish/guestfish-actions.pod:566
21528 msgid ""
21529 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21530 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21531 "how the directories were originally created under Windows)."
21532 msgstr ""
21533
21534 #. type: textblock
21535 #: ../fish/guestfish-actions.pod:574
21536 msgid "See also L</realpath>."
21537 msgstr ""
21538
21539 #. type: =head2
21540 #: ../fish/guestfish-actions.pod:576
21541 msgid "cat"
21542 msgstr ""
21543
21544 #. type: verbatim
21545 #: ../fish/guestfish-actions.pod:578
21546 #, no-wrap
21547 msgid ""
21548 " cat path\n"
21549 "\n"
21550 msgstr ""
21551
21552 #. type: textblock
21553 #: ../fish/guestfish-actions.pod:582
21554 msgid ""
21555 "Note that this function cannot correctly handle binary files (specifically, "
21556 "files containing C<\\0> character which is treated as end of string).  For "
21557 "those you need to use the L</read-file> or L</download> functions which have "
21558 "a more complex interface."
21559 msgstr ""
21560
21561 #. type: =head2
21562 #: ../fish/guestfish-actions.pod:590
21563 msgid "checksum"
21564 msgstr ""
21565
21566 #. type: verbatim
21567 #: ../fish/guestfish-actions.pod:592
21568 #, no-wrap
21569 msgid ""
21570 " checksum csumtype path\n"
21571 "\n"
21572 msgstr ""
21573
21574 #. type: textblock
21575 #: ../fish/guestfish-actions.pod:635
21576 msgid "To get the checksum for a device, use L</checksum-device>."
21577 msgstr ""
21578
21579 #. type: textblock
21580 #: ../fish/guestfish-actions.pod:637
21581 msgid "To get the checksums for many files, use L</checksums-out>."
21582 msgstr ""
21583
21584 #. type: =head2
21585 #: ../fish/guestfish-actions.pod:639
21586 msgid "checksum-device"
21587 msgstr ""
21588
21589 #. type: verbatim
21590 #: ../fish/guestfish-actions.pod:641
21591 #, no-wrap
21592 msgid ""
21593 " checksum-device csumtype device\n"
21594 "\n"
21595 msgstr ""
21596
21597 #. type: textblock
21598 #: ../fish/guestfish-actions.pod:643
21599 msgid ""
21600 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21601 "device named C<device>.  For the types of checksums supported see the "
21602 "L</checksum> command."
21603 msgstr ""
21604
21605 #. type: =head2
21606 #: ../fish/guestfish-actions.pod:647
21607 msgid "checksums-out"
21608 msgstr ""
21609
21610 #. type: verbatim
21611 #: ../fish/guestfish-actions.pod:649
21612 #, no-wrap
21613 msgid ""
21614 " checksums-out csumtype directory (sumsfile|-)\n"
21615 "\n"
21616 msgstr ""
21617
21618 #. type: =head2
21619 #: ../fish/guestfish-actions.pod:665
21620 msgid "chmod"
21621 msgstr ""
21622
21623 #. type: verbatim
21624 #: ../fish/guestfish-actions.pod:667
21625 #, no-wrap
21626 msgid ""
21627 " chmod mode path\n"
21628 "\n"
21629 msgstr ""
21630
21631 #. type: =head2
21632 #: ../fish/guestfish-actions.pod:678
21633 msgid "chown"
21634 msgstr ""
21635
21636 #. type: verbatim
21637 #: ../fish/guestfish-actions.pod:680
21638 #, no-wrap
21639 msgid ""
21640 " chown owner group path\n"
21641 "\n"
21642 msgstr ""
21643
21644 #. type: =head2
21645 #: ../fish/guestfish-actions.pod:688
21646 msgid "command"
21647 msgstr ""
21648
21649 #. type: verbatim
21650 #: ../fish/guestfish-actions.pod:690
21651 #, no-wrap
21652 msgid ""
21653 " command 'arguments ...'\n"
21654 "\n"
21655 msgstr ""
21656
21657 #. type: textblock
21658 #: ../fish/guestfish-actions.pod:697
21659 msgid ""
21660 "The single parameter is an argv-style list of arguments.  The first element "
21661 "is the name of the program to run.  Subsequent elements are parameters.  The "
21662 "list must be non-empty (ie. must contain a program name).  Note that the "
21663 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21664 msgstr ""
21665
21666 #. type: =head2
21667 #: ../fish/guestfish-actions.pod:725
21668 msgid "command-lines"
21669 msgstr ""
21670
21671 #. type: verbatim
21672 #: ../fish/guestfish-actions.pod:727
21673 #, no-wrap
21674 msgid ""
21675 " command-lines 'arguments ...'\n"
21676 "\n"
21677 msgstr ""
21678
21679 #. type: textblock
21680 #: ../fish/guestfish-actions.pod:729
21681 msgid "This is the same as L</command>, but splits the result into a list of lines."
21682 msgstr ""
21683
21684 #. type: textblock
21685 #: ../fish/guestfish-actions.pod:732
21686 msgid "See also: L</sh-lines>"
21687 msgstr ""
21688
21689 #. type: =head2
21690 #: ../fish/guestfish-actions.pod:737
21691 msgid "config"
21692 msgstr ""
21693
21694 #. type: verbatim
21695 #: ../fish/guestfish-actions.pod:739
21696 #, no-wrap
21697 msgid ""
21698 " config qemuparam qemuvalue\n"
21699 "\n"
21700 msgstr ""
21701
21702 #. type: =head2
21703 #: ../fish/guestfish-actions.pod:750
21704 msgid "copy-size"
21705 msgstr ""
21706
21707 #. type: verbatim
21708 #: ../fish/guestfish-actions.pod:752
21709 #, no-wrap
21710 msgid ""
21711 " copy-size src dest size\n"
21712 "\n"
21713 msgstr ""
21714
21715 #. type: =head2
21716 #: ../fish/guestfish-actions.pod:760
21717 msgid "cp"
21718 msgstr ""
21719
21720 #. type: verbatim
21721 #: ../fish/guestfish-actions.pod:762
21722 #, no-wrap
21723 msgid ""
21724 " cp src dest\n"
21725 "\n"
21726 msgstr ""
21727
21728 #. type: =head2
21729 #: ../fish/guestfish-actions.pod:767
21730 msgid "cp-a"
21731 msgstr ""
21732
21733 #. type: verbatim
21734 #: ../fish/guestfish-actions.pod:769
21735 #, no-wrap
21736 msgid ""
21737 " cp-a src dest\n"
21738 "\n"
21739 msgstr ""
21740
21741 #. type: =head2
21742 #: ../fish/guestfish-actions.pod:774
21743 msgid "dd"
21744 msgstr ""
21745
21746 #. type: verbatim
21747 #: ../fish/guestfish-actions.pod:776
21748 #, no-wrap
21749 msgid ""
21750 " dd src dest\n"
21751 "\n"
21752 msgstr ""
21753
21754 #. type: textblock
21755 #: ../fish/guestfish-actions.pod:783
21756 msgid ""
21757 "If the destination is a device, it must be as large or larger than the "
21758 "source file or device, otherwise the copy will fail.  This command cannot do "
21759 "partial copies (see L</copy-size>)."
21760 msgstr ""
21761
21762 #. type: =head2
21763 #: ../fish/guestfish-actions.pod:787
21764 msgid "df"
21765 msgstr ""
21766
21767 #. type: verbatim
21768 #: ../fish/guestfish-actions.pod:789
21769 #, no-wrap
21770 msgid ""
21771 " df\n"
21772 "\n"
21773 msgstr ""
21774
21775 #. type: textblock
21776 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21777 msgid ""
21778 "This command is mostly useful for interactive sessions.  It is I<not> "
21779 "intended that you try to parse the output string.  Use L</statvfs> from "
21780 "programs."
21781 msgstr ""
21782
21783 #. type: =head2
21784 #: ../fish/guestfish-actions.pod:797
21785 msgid "df-h"
21786 msgstr ""
21787
21788 #. type: verbatim
21789 #: ../fish/guestfish-actions.pod:799
21790 #, no-wrap
21791 msgid ""
21792 " df-h\n"
21793 "\n"
21794 msgstr ""
21795
21796 #. type: =head2
21797 #: ../fish/guestfish-actions.pod:808
21798 msgid "dmesg"
21799 msgstr ""
21800
21801 #. type: verbatim
21802 #: ../fish/guestfish-actions.pod:810
21803 #, no-wrap
21804 msgid ""
21805 " dmesg\n"
21806 "\n"
21807 msgstr ""
21808
21809 #. type: textblock
21810 #: ../fish/guestfish-actions.pod:816
21811 msgid ""
21812 "Another way to get the same information is to enable verbose messages with "
21813 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
21814 "before running the program."
21815 msgstr ""
21816
21817 #. type: =head2
21818 #: ../fish/guestfish-actions.pod:821
21819 msgid "download"
21820 msgstr ""
21821
21822 #. type: verbatim
21823 #: ../fish/guestfish-actions.pod:823
21824 #, no-wrap
21825 msgid ""
21826 " download remotefilename (filename|-)\n"
21827 "\n"
21828 msgstr ""
21829
21830 #. type: textblock
21831 #: ../fish/guestfish-actions.pod:830
21832 msgid "See also L</upload>, L</cat>."
21833 msgstr ""
21834
21835 #. type: =head2
21836 #: ../fish/guestfish-actions.pod:834
21837 msgid "download-offset"
21838 msgstr ""
21839
21840 #. type: verbatim
21841 #: ../fish/guestfish-actions.pod:836
21842 #, no-wrap
21843 msgid ""
21844 " download-offset remotefilename (filename|-) offset size\n"
21845 "\n"
21846 msgstr ""
21847
21848 #. type: textblock
21849 #: ../fish/guestfish-actions.pod:844
21850 msgid ""
21851 "Note that there is no limit on the amount of data that can be downloaded "
21852 "with this call, unlike with L</pread>, and this call always reads the full "
21853 "amount unless an error occurs."
21854 msgstr ""
21855
21856 #. type: textblock
21857 #: ../fish/guestfish-actions.pod:849
21858 msgid "See also L</download>, L</pread>."
21859 msgstr ""
21860
21861 #. type: =head2
21862 #: ../fish/guestfish-actions.pod:853
21863 msgid "drop-caches"
21864 msgstr ""
21865
21866 #. type: verbatim
21867 #: ../fish/guestfish-actions.pod:855
21868 #, no-wrap
21869 msgid ""
21870 " drop-caches whattodrop\n"
21871 "\n"
21872 msgstr ""
21873
21874 #. type: =head2
21875 #: ../fish/guestfish-actions.pod:867
21876 msgid "du"
21877 msgstr ""
21878
21879 #. type: verbatim
21880 #: ../fish/guestfish-actions.pod:869
21881 #, no-wrap
21882 msgid ""
21883 " du path\n"
21884 "\n"
21885 msgstr ""
21886
21887 #. type: =head2
21888 #: ../fish/guestfish-actions.pod:881
21889 msgid "e2fsck-f"
21890 msgstr ""
21891
21892 #. type: verbatim
21893 #: ../fish/guestfish-actions.pod:883
21894 #, no-wrap
21895 msgid ""
21896 " e2fsck-f device\n"
21897 "\n"
21898 msgstr ""
21899
21900 #. type: textblock
21901 #: ../fish/guestfish-actions.pod:889
21902 msgid ""
21903 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
21904 "should use L</fsck>."
21905 msgstr ""
21906
21907 #. type: =head2
21908 #: ../fish/guestfish-actions.pod:892
21909 msgid "echo-daemon"
21910 msgstr ""
21911
21912 #. type: verbatim
21913 #: ../fish/guestfish-actions.pod:894
21914 #, no-wrap
21915 msgid ""
21916 " echo-daemon 'words ...'\n"
21917 "\n"
21918 msgstr ""
21919
21920 #. type: textblock
21921 #: ../fish/guestfish-actions.pod:901
21922 msgid "See also L</ping-daemon>."
21923 msgstr ""
21924
21925 #. type: =head2
21926 #: ../fish/guestfish-actions.pod:903
21927 msgid "egrep"
21928 msgstr ""
21929
21930 #. type: verbatim
21931 #: ../fish/guestfish-actions.pod:905
21932 #, no-wrap
21933 msgid ""
21934 " egrep regex path\n"
21935 "\n"
21936 msgstr ""
21937
21938 #. type: =head2
21939 #: ../fish/guestfish-actions.pod:913
21940 msgid "egrepi"
21941 msgstr ""
21942
21943 #. type: verbatim
21944 #: ../fish/guestfish-actions.pod:915
21945 #, no-wrap
21946 msgid ""
21947 " egrepi regex path\n"
21948 "\n"
21949 msgstr ""
21950
21951 #. type: =head2
21952 #: ../fish/guestfish-actions.pod:923
21953 msgid "equal"
21954 msgstr ""
21955
21956 #. type: verbatim
21957 #: ../fish/guestfish-actions.pod:925
21958 #, no-wrap
21959 msgid ""
21960 " equal file1 file2\n"
21961 "\n"
21962 msgstr ""
21963
21964 #. type: =head2
21965 #: ../fish/guestfish-actions.pod:932
21966 msgid "exists"
21967 msgstr ""
21968
21969 #. type: verbatim
21970 #: ../fish/guestfish-actions.pod:934
21971 #, no-wrap
21972 msgid ""
21973 " exists path\n"
21974 "\n"
21975 msgstr ""
21976
21977 #. type: textblock
21978 #: ../fish/guestfish-actions.pod:939
21979 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21980 msgstr ""
21981
21982 #. type: =head2
21983 #: ../fish/guestfish-actions.pod:941
21984 msgid "fallocate"
21985 msgstr ""
21986
21987 #. type: verbatim
21988 #: ../fish/guestfish-actions.pod:943
21989 #, no-wrap
21990 msgid ""
21991 " fallocate path len\n"
21992 "\n"
21993 msgstr ""
21994
21995 #. type: =head2
21996 #: ../fish/guestfish-actions.pod:960
21997 msgid "fallocate64"
21998 msgstr ""
21999
22000 #. type: verbatim
22001 #: ../fish/guestfish-actions.pod:962
22002 #, no-wrap
22003 msgid ""
22004 " fallocate64 path len\n"
22005 "\n"
22006 msgstr ""
22007
22008 #. type: textblock
22009 #: ../fish/guestfish-actions.pod:968
22010 msgid ""
22011 "Note that this call allocates disk blocks for the file.  To create a sparse "
22012 "file use L</truncate-size> instead."
22013 msgstr ""
22014
22015 #. type: textblock
22016 #: ../fish/guestfish-actions.pod:971
22017 msgid ""
22018 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22019 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22020 "maximum size of files created through that call to 1GB."
22021 msgstr ""
22022
22023 #. type: =head2
22024 #: ../fish/guestfish-actions.pod:980
22025 msgid "fgrep"
22026 msgstr ""
22027
22028 #. type: verbatim
22029 #: ../fish/guestfish-actions.pod:982
22030 #, no-wrap
22031 msgid ""
22032 " fgrep pattern path\n"
22033 "\n"
22034 msgstr ""
22035
22036 #. type: =head2
22037 #: ../fish/guestfish-actions.pod:990
22038 msgid "fgrepi"
22039 msgstr ""
22040
22041 #. type: verbatim
22042 #: ../fish/guestfish-actions.pod:992
22043 #, no-wrap
22044 msgid ""
22045 " fgrepi pattern path\n"
22046 "\n"
22047 msgstr ""
22048
22049 #. type: =head2
22050 #: ../fish/guestfish-actions.pod:1000
22051 msgid "file"
22052 msgstr ""
22053
22054 #. type: verbatim
22055 #: ../fish/guestfish-actions.pod:1002
22056 #, no-wrap
22057 msgid ""
22058 " file path\n"
22059 "\n"
22060 msgstr ""
22061
22062 #. type: textblock
22063 #: ../fish/guestfish-actions.pod:1014
22064 msgid ""
22065 "This command can also be used on C</dev/> devices (and partitions, LV "
22066 "names).  You can for example use this to determine if a device contains a "
22067 "filesystem, although it's usually better to use L</vfs-type>."
22068 msgstr ""
22069
22070 #. type: =head2
22071 #: ../fish/guestfish-actions.pod:1024
22072 msgid "file-architecture"
22073 msgstr ""
22074
22075 #. type: verbatim
22076 #: ../fish/guestfish-actions.pod:1026
22077 #, no-wrap
22078 msgid ""
22079 " file-architecture filename\n"
22080 "\n"
22081 msgstr ""
22082
22083 #. type: =head2
22084 #: ../fish/guestfish-actions.pod:1129
22085 msgid "filesize"
22086 msgstr ""
22087
22088 #. type: verbatim
22089 #: ../fish/guestfish-actions.pod:1131
22090 #, no-wrap
22091 msgid ""
22092 " filesize file\n"
22093 "\n"
22094 msgstr ""
22095
22096 #. type: textblock
22097 #: ../fish/guestfish-actions.pod:1135
22098 msgid ""
22099 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22100 "L</is-file> etc.  To get the size of block devices, use "
22101 "L</blockdev-getsize64>."
22102 msgstr ""
22103
22104 #. type: =head2
22105 #: ../fish/guestfish-actions.pod:1139
22106 msgid "fill"
22107 msgstr ""
22108
22109 #. type: verbatim
22110 #: ../fish/guestfish-actions.pod:1141
22111 #, no-wrap
22112 msgid ""
22113 " fill c len path\n"
22114 "\n"
22115 msgstr ""
22116
22117 #. type: textblock
22118 #: ../fish/guestfish-actions.pod:1147
22119 msgid ""
22120 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22121 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22122 "L</fill-pattern>."
22123 msgstr ""
22124
22125 #. type: =head2
22126 #: ../fish/guestfish-actions.pod:1152
22127 msgid "fill-pattern"
22128 msgstr ""
22129
22130 #. type: verbatim
22131 #: ../fish/guestfish-actions.pod:1154
22132 #, no-wrap
22133 msgid ""
22134 " fill-pattern pattern len path\n"
22135 "\n"
22136 msgstr ""
22137
22138 #. type: textblock
22139 #: ../fish/guestfish-actions.pod:1156
22140 msgid ""
22141 "This function is like L</fill> except that it creates a new file of length "
22142 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22143 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22144 "bytes."
22145 msgstr ""
22146
22147 #. type: =head2
22148 #: ../fish/guestfish-actions.pod:1161
22149 msgid "find"
22150 msgstr ""
22151
22152 #. type: verbatim
22153 #: ../fish/guestfish-actions.pod:1163
22154 #, no-wrap
22155 msgid ""
22156 " find directory\n"
22157 "\n"
22158 msgstr ""
22159
22160 #. type: textblock
22161 #: ../fish/guestfish-actions.pod:1177
22162 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22163 msgstr ""
22164
22165 #. type: textblock
22166 #: ../fish/guestfish-actions.pod:1190
22167 msgid "See also L</find0>."
22168 msgstr ""
22169
22170 #. type: =head2
22171 #: ../fish/guestfish-actions.pod:1195
22172 msgid "find0"
22173 msgstr ""
22174
22175 #. type: verbatim
22176 #: ../fish/guestfish-actions.pod:1197
22177 #, no-wrap
22178 msgid ""
22179 " find0 directory (files|-)\n"
22180 "\n"
22181 msgstr ""
22182
22183 #. type: textblock
22184 #: ../fish/guestfish-actions.pod:1203
22185 msgid "This command works the same way as L</find> with the following exceptions:"
22186 msgstr ""
22187
22188 #. type: =head2
22189 #: ../fish/guestfish-actions.pod:1230
22190 msgid "findfs-label"
22191 msgstr ""
22192
22193 #. type: verbatim
22194 #: ../fish/guestfish-actions.pod:1232
22195 #, no-wrap
22196 msgid ""
22197 " findfs-label label\n"
22198 "\n"
22199 msgstr ""
22200
22201 #. type: textblock
22202 #: ../fish/guestfish-actions.pod:1238
22203 msgid "To find the label of a filesystem, use L</vfs-label>."
22204 msgstr ""
22205
22206 #. type: =head2
22207 #: ../fish/guestfish-actions.pod:1240
22208 msgid "findfs-uuid"
22209 msgstr ""
22210
22211 #. type: verbatim
22212 #: ../fish/guestfish-actions.pod:1242
22213 #, no-wrap
22214 msgid ""
22215 " findfs-uuid uuid\n"
22216 "\n"
22217 msgstr ""
22218
22219 #. type: textblock
22220 #: ../fish/guestfish-actions.pod:1248
22221 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22222 msgstr ""
22223
22224 #. type: =head2
22225 #: ../fish/guestfish-actions.pod:1250
22226 msgid "fsck"
22227 msgstr ""
22228
22229 #. type: verbatim
22230 #: ../fish/guestfish-actions.pod:1252
22231 #, no-wrap
22232 msgid ""
22233 " fsck fstype device\n"
22234 "\n"
22235 msgstr ""
22236
22237 #. type: =head2
22238 #: ../fish/guestfish-actions.pod:1282
22239 msgid "get-append"
22240 msgstr ""
22241
22242 #. type: verbatim
22243 #: ../fish/guestfish-actions.pod:1284
22244 #, no-wrap
22245 msgid ""
22246 " get-append\n"
22247 "\n"
22248 msgstr ""
22249
22250 #. type: =head2
22251 #: ../fish/guestfish-actions.pod:1291
22252 msgid "get-attach-method"
22253 msgstr ""
22254
22255 #. type: verbatim
22256 #: ../fish/guestfish-actions.pod:1293
22257 #, no-wrap
22258 msgid ""
22259 " get-attach-method\n"
22260 "\n"
22261 msgstr ""
22262
22263 #. type: textblock
22264 #: ../fish/guestfish-actions.pod:1295
22265 msgid "Return the current attach method.  See L</set-attach-method>."
22266 msgstr ""
22267
22268 #. type: =head2
22269 #: ../fish/guestfish-actions.pod:1297
22270 msgid "get-autosync"
22271 msgstr ""
22272
22273 #. type: verbatim
22274 #: ../fish/guestfish-actions.pod:1299
22275 #, no-wrap
22276 msgid ""
22277 " get-autosync\n"
22278 "\n"
22279 msgstr ""
22280
22281 #. type: =head2
22282 #: ../fish/guestfish-actions.pod:1303
22283 msgid "get-direct"
22284 msgstr ""
22285
22286 #. type: verbatim
22287 #: ../fish/guestfish-actions.pod:1305
22288 #, no-wrap
22289 msgid ""
22290 " get-direct\n"
22291 "\n"
22292 msgstr ""
22293
22294 #. type: =head2
22295 #: ../fish/guestfish-actions.pod:1309
22296 msgid "get-e2label"
22297 msgstr ""
22298
22299 #. type: verbatim
22300 #: ../fish/guestfish-actions.pod:1311
22301 #, no-wrap
22302 msgid ""
22303 " get-e2label device\n"
22304 "\n"
22305 msgstr ""
22306
22307 #. type: =head2
22308 #: ../fish/guestfish-actions.pod:1323
22309 msgid "get-e2uuid"
22310 msgstr ""
22311
22312 #. type: verbatim
22313 #: ../fish/guestfish-actions.pod:1325
22314 #, no-wrap
22315 msgid ""
22316 " get-e2uuid device\n"
22317 "\n"
22318 msgstr ""
22319
22320 #. type: =head2
22321 #: ../fish/guestfish-actions.pod:1337
22322 msgid "get-memsize"
22323 msgstr ""
22324
22325 #. type: verbatim
22326 #: ../fish/guestfish-actions.pod:1339
22327 #, no-wrap
22328 msgid ""
22329 " get-memsize\n"
22330 "\n"
22331 msgstr ""
22332
22333 #. type: textblock
22334 #: ../fish/guestfish-actions.pod:1344
22335 msgid ""
22336 "If L</set-memsize> was not called on this handle, and if "
22337 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22338 "value for memsize."
22339 msgstr ""
22340
22341 #. type: =head2
22342 #: ../fish/guestfish-actions.pod:1351
22343 msgid "get-network"
22344 msgstr ""
22345
22346 #. type: verbatim
22347 #: ../fish/guestfish-actions.pod:1353
22348 #, no-wrap
22349 msgid ""
22350 " get-network\n"
22351 "\n"
22352 msgstr ""
22353
22354 #. type: =head2
22355 #: ../fish/guestfish-actions.pod:1357
22356 msgid "get-path"
22357 msgstr ""
22358
22359 #. type: verbatim
22360 #: ../fish/guestfish-actions.pod:1359
22361 #, no-wrap
22362 msgid ""
22363 " get-path\n"
22364 "\n"
22365 msgstr ""
22366
22367 #. type: =head2
22368 #: ../fish/guestfish-actions.pod:1366
22369 msgid "get-pid"
22370 msgstr ""
22371
22372 #. type: =head2
22373 #: ../fish/guestfish-actions.pod:1368
22374 msgid "pid"
22375 msgstr ""
22376
22377 #. type: verbatim
22378 #: ../fish/guestfish-actions.pod:1370
22379 #, no-wrap
22380 msgid ""
22381 " get-pid\n"
22382 "\n"
22383 msgstr ""
22384
22385 #. type: =head2
22386 #: ../fish/guestfish-actions.pod:1377
22387 msgid "get-qemu"
22388 msgstr ""
22389
22390 #. type: verbatim
22391 #: ../fish/guestfish-actions.pod:1379
22392 #, no-wrap
22393 msgid ""
22394 " get-qemu\n"
22395 "\n"
22396 msgstr ""
22397
22398 #. type: =head2
22399 #: ../fish/guestfish-actions.pod:1386
22400 msgid "get-recovery-proc"
22401 msgstr ""
22402
22403 #. type: verbatim
22404 #: ../fish/guestfish-actions.pod:1388
22405 #, no-wrap
22406 msgid ""
22407 " get-recovery-proc\n"
22408 "\n"
22409 msgstr ""
22410
22411 #. type: =head2
22412 #: ../fish/guestfish-actions.pod:1392
22413 msgid "get-selinux"
22414 msgstr ""
22415
22416 #. type: verbatim
22417 #: ../fish/guestfish-actions.pod:1394
22418 #, no-wrap
22419 msgid ""
22420 " get-selinux\n"
22421 "\n"
22422 msgstr ""
22423
22424 #. type: textblock
22425 #: ../fish/guestfish-actions.pod:1396
22426 msgid ""
22427 "This returns the current setting of the selinux flag which is passed to the "
22428 "appliance at boot time.  See L</set-selinux>."
22429 msgstr ""
22430
22431 #. type: =head2
22432 #: ../fish/guestfish-actions.pod:1402
22433 msgid "get-state"
22434 msgstr ""
22435
22436 #. type: verbatim
22437 #: ../fish/guestfish-actions.pod:1404
22438 #, no-wrap
22439 msgid ""
22440 " get-state\n"
22441 "\n"
22442 msgstr ""
22443
22444 #. type: =head2
22445 #: ../fish/guestfish-actions.pod:1411
22446 msgid "get-trace"
22447 msgstr ""
22448
22449 #. type: verbatim
22450 #: ../fish/guestfish-actions.pod:1413
22451 #, no-wrap
22452 msgid ""
22453 " get-trace\n"
22454 "\n"
22455 msgstr ""
22456
22457 #. type: =head2
22458 #: ../fish/guestfish-actions.pod:1417
22459 msgid "get-umask"
22460 msgstr ""
22461
22462 #. type: verbatim
22463 #: ../fish/guestfish-actions.pod:1419
22464 #, no-wrap
22465 msgid ""
22466 " get-umask\n"
22467 "\n"
22468 msgstr ""
22469
22470 #. type: textblock
22471 #: ../fish/guestfish-actions.pod:1421
22472 msgid ""
22473 "Return the current umask.  By default the umask is C<022> unless it has been "
22474 "set by calling L</umask>."
22475 msgstr ""
22476
22477 #. type: =head2
22478 #: ../fish/guestfish-actions.pod:1424
22479 msgid "get-verbose"
22480 msgstr ""
22481
22482 #. type: verbatim
22483 #: ../fish/guestfish-actions.pod:1426
22484 #, no-wrap
22485 msgid ""
22486 " get-verbose\n"
22487 "\n"
22488 msgstr ""
22489
22490 #. type: =head2
22491 #: ../fish/guestfish-actions.pod:1430
22492 msgid "getcon"
22493 msgstr ""
22494
22495 #. type: verbatim
22496 #: ../fish/guestfish-actions.pod:1432
22497 #, no-wrap
22498 msgid ""
22499 " getcon\n"
22500 "\n"
22501 msgstr ""
22502
22503 #. type: textblock
22504 #: ../fish/guestfish-actions.pod:1436
22505 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22506 msgstr ""
22507
22508 #. type: =head2
22509 #: ../fish/guestfish-actions.pod:1439
22510 msgid "getxattr"
22511 msgstr ""
22512
22513 #. type: verbatim
22514 #: ../fish/guestfish-actions.pod:1441
22515 #, no-wrap
22516 msgid ""
22517 " getxattr path name\n"
22518 "\n"
22519 msgstr ""
22520
22521 #. type: textblock
22522 #: ../fish/guestfish-actions.pod:1443
22523 msgid ""
22524 "Get a single extended attribute from file C<path> named C<name>.  This call "
22525 "follows symlinks.  If you want to lookup an extended attribute for the "
22526 "symlink itself, use L</lgetxattr>."
22527 msgstr ""
22528
22529 #. type: textblock
22530 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2383
22531 msgid ""
22532 "Normally it is better to get all extended attributes from a file in one go "
22533 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22534 "buggy and do not provide a way to list out attributes.  For these "
22535 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22536 "attributes you want in advance and call this function."
22537 msgstr ""
22538
22539 #. type: textblock
22540 #: ../fish/guestfish-actions.pod:1457
22541 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22542 msgstr ""
22543
22544 #. type: =head2
22545 #: ../fish/guestfish-actions.pod:1459
22546 msgid "getxattrs"
22547 msgstr ""
22548
22549 #. type: verbatim
22550 #: ../fish/guestfish-actions.pod:1461
22551 #, no-wrap
22552 msgid ""
22553 " getxattrs path\n"
22554 "\n"
22555 msgstr ""
22556
22557 #. type: textblock
22558 #: ../fish/guestfish-actions.pod:1469
22559 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22560 msgstr ""
22561
22562 #. type: =head2
22563 #: ../fish/guestfish-actions.pod:1471
22564 msgid "glob-expand"
22565 msgstr ""
22566
22567 #. type: verbatim
22568 #: ../fish/guestfish-actions.pod:1473
22569 #, no-wrap
22570 msgid ""
22571 " glob-expand pattern\n"
22572 "\n"
22573 msgstr ""
22574
22575 #. type: =head2
22576 #: ../fish/guestfish-actions.pod:1486
22577 msgid "grep"
22578 msgstr ""
22579
22580 #. type: verbatim
22581 #: ../fish/guestfish-actions.pod:1488
22582 #, no-wrap
22583 msgid ""
22584 " grep regex path\n"
22585 "\n"
22586 msgstr ""
22587
22588 #. type: =head2
22589 #: ../fish/guestfish-actions.pod:1496
22590 msgid "grepi"
22591 msgstr ""
22592
22593 #. type: verbatim
22594 #: ../fish/guestfish-actions.pod:1498
22595 #, no-wrap
22596 msgid ""
22597 " grepi regex path\n"
22598 "\n"
22599 msgstr ""
22600
22601 #. type: =head2
22602 #: ../fish/guestfish-actions.pod:1506
22603 msgid "grub-install"
22604 msgstr ""
22605
22606 #. type: verbatim
22607 #: ../fish/guestfish-actions.pod:1508
22608 #, no-wrap
22609 msgid ""
22610 " grub-install root device\n"
22611 "\n"
22612 msgstr ""
22613
22614 #. type: =head2
22615 #: ../fish/guestfish-actions.pod:1524
22616 msgid "head"
22617 msgstr ""
22618
22619 #. type: verbatim
22620 #: ../fish/guestfish-actions.pod:1526
22621 #, no-wrap
22622 msgid ""
22623 " head path\n"
22624 "\n"
22625 msgstr ""
22626
22627 #. type: =head2
22628 #: ../fish/guestfish-actions.pod:1534
22629 msgid "head-n"
22630 msgstr ""
22631
22632 #. type: verbatim
22633 #: ../fish/guestfish-actions.pod:1536
22634 #, no-wrap
22635 msgid ""
22636 " head-n nrlines path\n"
22637 "\n"
22638 msgstr ""
22639
22640 #. type: =head2
22641 #: ../fish/guestfish-actions.pod:1549
22642 msgid "hexdump"
22643 msgstr ""
22644
22645 #. type: verbatim
22646 #: ../fish/guestfish-actions.pod:1551
22647 #, no-wrap
22648 msgid ""
22649 " hexdump path\n"
22650 "\n"
22651 msgstr ""
22652
22653 #. type: =head2
22654 #: ../fish/guestfish-actions.pod:1559
22655 msgid "initrd-cat"
22656 msgstr ""
22657
22658 #. type: verbatim
22659 #: ../fish/guestfish-actions.pod:1561
22660 #, no-wrap
22661 msgid ""
22662 " initrd-cat initrdpath filename\n"
22663 "\n"
22664 msgstr ""
22665
22666 #. type: textblock
22667 #: ../fish/guestfish-actions.pod:1573
22668 msgid "See also L</initrd-list>."
22669 msgstr ""
22670
22671 #. type: =head2
22672 #: ../fish/guestfish-actions.pod:1578
22673 msgid "initrd-list"
22674 msgstr ""
22675
22676 #. type: verbatim
22677 #: ../fish/guestfish-actions.pod:1580
22678 #, no-wrap
22679 msgid ""
22680 " initrd-list path\n"
22681 "\n"
22682 msgstr ""
22683
22684 #. type: =head2
22685 #: ../fish/guestfish-actions.pod:1592
22686 msgid "inotify-add-watch"
22687 msgstr ""
22688
22689 #. type: verbatim
22690 #: ../fish/guestfish-actions.pod:1594
22691 #, no-wrap
22692 msgid ""
22693 " inotify-add-watch path mask\n"
22694 "\n"
22695 msgstr ""
22696
22697 #. type: =head2
22698 #: ../fish/guestfish-actions.pod:1606
22699 msgid "inotify-close"
22700 msgstr ""
22701
22702 #. type: verbatim
22703 #: ../fish/guestfish-actions.pod:1608
22704 #, no-wrap
22705 msgid ""
22706 " inotify-close\n"
22707 "\n"
22708 msgstr ""
22709
22710 #. type: =head2
22711 #: ../fish/guestfish-actions.pod:1614
22712 msgid "inotify-files"
22713 msgstr ""
22714
22715 #. type: verbatim
22716 #: ../fish/guestfish-actions.pod:1616
22717 #, no-wrap
22718 msgid ""
22719 " inotify-files\n"
22720 "\n"
22721 msgstr ""
22722
22723 #. type: textblock
22724 #: ../fish/guestfish-actions.pod:1618
22725 msgid ""
22726 "This function is a helpful wrapper around L</inotify-read> which just "
22727 "returns a list of pathnames of objects that were touched.  The returned "
22728 "pathnames are sorted and deduplicated."
22729 msgstr ""
22730
22731 #. type: =head2
22732 #: ../fish/guestfish-actions.pod:1622
22733 msgid "inotify-init"
22734 msgstr ""
22735
22736 #. type: verbatim
22737 #: ../fish/guestfish-actions.pod:1624
22738 #, no-wrap
22739 msgid ""
22740 " inotify-init maxevents\n"
22741 "\n"
22742 msgstr ""
22743
22744 #. type: textblock
22745 #: ../fish/guestfish-actions.pod:1630
22746 msgid ""
22747 "C<maxevents> is the maximum number of events which will be queued up between "
22748 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22749 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22750 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22751 "but records the fact that it threw them away by setting a flag "
22752 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22753 msgstr ""
22754
22755 #. type: textblock
22756 #: ../fish/guestfish-actions.pod:1640
22757 msgid ""
22758 "Before any events are generated, you have to add some watches to the "
22759 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22760 "L</inotify-watch-all>."
22761 msgstr ""
22762
22763 #. type: textblock
22764 #: ../fish/guestfish-actions.pod:1646
22765 msgid ""
22766 "Queued up events should be read periodically by calling L</inotify-read> (or "
22767 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22768 "If you don't read the events out often enough then you risk the internal "
22769 "queue overflowing."
22770 msgstr ""
22771
22772 #. type: textblock
22773 #: ../fish/guestfish-actions.pod:1653
22774 msgid ""
22775 "The handle should be closed after use by calling L</inotify-close>.  This "
22776 "also removes any watches automatically."
22777 msgstr ""
22778
22779 #. type: =head2
22780 #: ../fish/guestfish-actions.pod:1662
22781 msgid "inotify-read"
22782 msgstr ""
22783
22784 #. type: verbatim
22785 #: ../fish/guestfish-actions.pod:1664
22786 #, no-wrap
22787 msgid ""
22788 " inotify-read\n"
22789 "\n"
22790 msgstr ""
22791
22792 #. type: =head2
22793 #: ../fish/guestfish-actions.pod:1677
22794 msgid "inotify-rm-watch"
22795 msgstr ""
22796
22797 #. type: verbatim
22798 #: ../fish/guestfish-actions.pod:1679
22799 #, no-wrap
22800 msgid ""
22801 " inotify-rm-watch wd\n"
22802 "\n"
22803 msgstr ""
22804
22805 #. type: textblock
22806 #: ../fish/guestfish-actions.pod:1681
22807 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
22808 msgstr ""
22809
22810 #. type: =head2
22811 #: ../fish/guestfish-actions.pod:1684
22812 msgid "inspect-get-arch"
22813 msgstr ""
22814
22815 #. type: verbatim
22816 #: ../fish/guestfish-actions.pod:1686
22817 #, no-wrap
22818 msgid ""
22819 " inspect-get-arch root\n"
22820 "\n"
22821 msgstr ""
22822
22823 #. type: textblock
22824 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704 ../fish/guestfish-actions.pod:1778 ../fish/guestfish-actions.pod:1796 ../fish/guestfish-actions.pod:1830 ../fish/guestfish-actions.pod:1845 ../fish/guestfish-actions.pod:1866 ../fish/guestfish-actions.pod:1881 ../fish/guestfish-actions.pod:1908 ../fish/guestfish-actions.pod:1930 ../fish/guestfish-actions.pod:1954 ../fish/guestfish-actions.pod:1971 ../fish/guestfish-actions.pod:2014 ../fish/guestfish-actions.pod:2049 ../fish/guestfish-actions.pod:2065 ../fish/guestfish-actions.pod:2078 ../fish/guestfish-actions.pod:2091 ../fish/guestfish-actions.pod:2106
22825 msgid ""
22826 "This function should only be called with a root device string as returned by "
22827 "L</inspect-os>."
22828 msgstr ""
22829
22830 #. type: textblock
22831 #: ../fish/guestfish-actions.pod:1691
22832 msgid ""
22833 "This returns the architecture of the inspected operating system.  The "
22834 "possible return values are listed under L</file-architecture>."
22835 msgstr ""
22836
22837 #. type: =head2
22838 #: ../fish/guestfish-actions.pod:1700
22839 msgid "inspect-get-distro"
22840 msgstr ""
22841
22842 #. type: verbatim
22843 #: ../fish/guestfish-actions.pod:1702
22844 #, no-wrap
22845 msgid ""
22846 " inspect-get-distro root\n"
22847 "\n"
22848 msgstr ""
22849
22850 #. type: =head2
22851 #: ../fish/guestfish-actions.pod:1774
22852 msgid "inspect-get-filesystems"
22853 msgstr ""
22854
22855 #. type: verbatim
22856 #: ../fish/guestfish-actions.pod:1776
22857 #, no-wrap
22858 msgid ""
22859 " inspect-get-filesystems root\n"
22860 "\n"
22861 msgstr ""
22862
22863 #. type: textblock
22864 #: ../fish/guestfish-actions.pod:1789
22865 msgid ""
22866 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22867 "L</inspect-get-mountpoints>."
22868 msgstr ""
22869
22870 #. type: =head2
22871 #: ../fish/guestfish-actions.pod:1792
22872 msgid "inspect-get-format"
22873 msgstr ""
22874
22875 #. type: verbatim
22876 #: ../fish/guestfish-actions.pod:1794
22877 #, no-wrap
22878 msgid ""
22879 " inspect-get-format root\n"
22880 "\n"
22881 msgstr ""
22882
22883 #. type: =head2
22884 #: ../fish/guestfish-actions.pod:1826
22885 msgid "inspect-get-hostname"
22886 msgstr ""
22887
22888 #. type: verbatim
22889 #: ../fish/guestfish-actions.pod:1828
22890 #, no-wrap
22891 msgid ""
22892 " inspect-get-hostname root\n"
22893 "\n"
22894 msgstr ""
22895
22896 #. type: =head2
22897 #: ../fish/guestfish-actions.pod:1841
22898 msgid "inspect-get-major-version"
22899 msgstr ""
22900
22901 #. type: verbatim
22902 #: ../fish/guestfish-actions.pod:1843
22903 #, no-wrap
22904 msgid ""
22905 " inspect-get-major-version root\n"
22906 "\n"
22907 msgstr ""
22908
22909 #. type: =head2
22910 #: ../fish/guestfish-actions.pod:1862
22911 msgid "inspect-get-minor-version"
22912 msgstr ""
22913
22914 #. type: verbatim
22915 #: ../fish/guestfish-actions.pod:1864
22916 #, no-wrap
22917 msgid ""
22918 " inspect-get-minor-version root\n"
22919 "\n"
22920 msgstr ""
22921
22922 #. type: textblock
22923 #: ../fish/guestfish-actions.pod:1874
22924 msgid ""
22925 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22926 "L</inspect-get-major-version>."
22927 msgstr ""
22928
22929 #. type: =head2
22930 #: ../fish/guestfish-actions.pod:1877
22931 msgid "inspect-get-mountpoints"
22932 msgstr ""
22933
22934 #. type: verbatim
22935 #: ../fish/guestfish-actions.pod:1879
22936 #, no-wrap
22937 msgid ""
22938 " inspect-get-mountpoints root\n"
22939 "\n"
22940 msgstr ""
22941
22942 #. type: textblock
22943 #: ../fish/guestfish-actions.pod:1901
22944 msgid ""
22945 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22946 "L</inspect-get-filesystems>."
22947 msgstr ""
22948
22949 #. type: =head2
22950 #: ../fish/guestfish-actions.pod:1904
22951 msgid "inspect-get-package-format"
22952 msgstr ""
22953
22954 #. type: verbatim
22955 #: ../fish/guestfish-actions.pod:1906
22956 #, no-wrap
22957 msgid ""
22958 " inspect-get-package-format root\n"
22959 "\n"
22960 msgstr ""
22961
22962 #. type: textblock
22963 #: ../fish/guestfish-actions.pod:1911
22964 msgid ""
22965 "This function and L</inspect-get-package-management> return the package "
22966 "format and package management tool used by the inspected operating system.  "
22967 "For example for Fedora these functions would return C<rpm> (package format) "
22968 "and C<yum> (package management)."
22969 msgstr ""
22970
22971 #. type: =head2
22972 #: ../fish/guestfish-actions.pod:1926
22973 msgid "inspect-get-package-management"
22974 msgstr ""
22975
22976 #. type: verbatim
22977 #: ../fish/guestfish-actions.pod:1928
22978 #, no-wrap
22979 msgid ""
22980 " inspect-get-package-management root\n"
22981 "\n"
22982 msgstr ""
22983
22984 #. type: textblock
22985 #: ../fish/guestfish-actions.pod:1933
22986 msgid ""
22987 "L</inspect-get-package-format> and this function return the package format "
22988 "and package management tool used by the inspected operating system.  For "
22989 "example for Fedora these functions would return C<rpm> (package format) and "
22990 "C<yum> (package management)."
22991 msgstr ""
22992
22993 #. type: =head2
22994 #: ../fish/guestfish-actions.pod:1950
22995 msgid "inspect-get-product-name"
22996 msgstr ""
22997
22998 #. type: verbatim
22999 #: ../fish/guestfish-actions.pod:1952
23000 #, no-wrap
23001 msgid ""
23002 " inspect-get-product-name root\n"
23003 "\n"
23004 msgstr ""
23005
23006 #. type: =head2
23007 #: ../fish/guestfish-actions.pod:1967
23008 msgid "inspect-get-product-variant"
23009 msgstr ""
23010
23011 #. type: verbatim
23012 #: ../fish/guestfish-actions.pod:1969
23013 #, no-wrap
23014 msgid ""
23015 " inspect-get-product-variant root\n"
23016 "\n"
23017 msgstr ""
23018
23019 #. type: textblock
23020 #: ../fish/guestfish-actions.pod:1993
23021 msgid ""
23022 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23023 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23024 msgstr ""
23025
23026 #. type: =head2
23027 #: ../fish/guestfish-actions.pod:1997
23028 msgid "inspect-get-roots"
23029 msgstr ""
23030
23031 #. type: verbatim
23032 #: ../fish/guestfish-actions.pod:1999
23033 #, no-wrap
23034 msgid ""
23035 " inspect-get-roots\n"
23036 "\n"
23037 msgstr ""
23038
23039 #. type: textblock
23040 #: ../fish/guestfish-actions.pod:2001
23041 msgid ""
23042 "This function is a convenient way to get the list of root devices, as "
23043 "returned from a previous call to L</inspect-os>, but without redoing the "
23044 "whole inspection process."
23045 msgstr ""
23046
23047 #. type: textblock
23048 #: ../fish/guestfish-actions.pod:2005
23049 msgid ""
23050 "This returns an empty list if either no root devices were found or the "
23051 "caller has not called L</inspect-os>."
23052 msgstr ""
23053
23054 #. type: =head2
23055 #: ../fish/guestfish-actions.pod:2010
23056 msgid "inspect-get-type"
23057 msgstr ""
23058
23059 #. type: verbatim
23060 #: ../fish/guestfish-actions.pod:2012
23061 #, no-wrap
23062 msgid ""
23063 " inspect-get-type root\n"
23064 "\n"
23065 msgstr ""
23066
23067 #. type: =head2
23068 #: ../fish/guestfish-actions.pod:2045
23069 msgid "inspect-get-windows-systemroot"
23070 msgstr ""
23071
23072 #. type: verbatim
23073 #: ../fish/guestfish-actions.pod:2047
23074 #, no-wrap
23075 msgid ""
23076 " inspect-get-windows-systemroot root\n"
23077 "\n"
23078 msgstr ""
23079
23080 #. type: =head2
23081 #: ../fish/guestfish-actions.pod:2061
23082 msgid "inspect-is-live"
23083 msgstr ""
23084
23085 #. type: verbatim
23086 #: ../fish/guestfish-actions.pod:2063
23087 #, no-wrap
23088 msgid ""
23089 " inspect-is-live root\n"
23090 "\n"
23091 msgstr ""
23092
23093 #. type: textblock
23094 #: ../fish/guestfish-actions.pod:2068
23095 msgid ""
23096 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23097 "then this returns true if a live image was detected on the disk."
23098 msgstr ""
23099
23100 #. type: =head2
23101 #: ../fish/guestfish-actions.pod:2074
23102 msgid "inspect-is-multipart"
23103 msgstr ""
23104
23105 #. type: verbatim
23106 #: ../fish/guestfish-actions.pod:2076
23107 #, no-wrap
23108 msgid ""
23109 " inspect-is-multipart root\n"
23110 "\n"
23111 msgstr ""
23112
23113 #. type: textblock
23114 #: ../fish/guestfish-actions.pod:2081
23115 msgid ""
23116 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23117 "then this returns true if the disk is part of a set."
23118 msgstr ""
23119
23120 #. type: =head2
23121 #: ../fish/guestfish-actions.pod:2087
23122 msgid "inspect-is-netinst"
23123 msgstr ""
23124
23125 #. type: verbatim
23126 #: ../fish/guestfish-actions.pod:2089
23127 #, no-wrap
23128 msgid ""
23129 " inspect-is-netinst root\n"
23130 "\n"
23131 msgstr ""
23132
23133 #. type: textblock
23134 #: ../fish/guestfish-actions.pod:2094
23135 msgid ""
23136 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23137 "then this returns true if the disk is a network installer, ie. not a "
23138 "self-contained install CD but one which is likely to require network access "
23139 "to complete the install."
23140 msgstr ""
23141
23142 #. type: =head2
23143 #: ../fish/guestfish-actions.pod:2102
23144 msgid "inspect-list-applications"
23145 msgstr ""
23146
23147 #. type: verbatim
23148 #: ../fish/guestfish-actions.pod:2104
23149 #, no-wrap
23150 msgid ""
23151 " inspect-list-applications root\n"
23152 "\n"
23153 msgstr ""
23154
23155 #. type: textblock
23156 #: ../fish/guestfish-actions.pod:2111
23157 msgid ""
23158 "I<Note:> This call works differently from other parts of the inspection "
23159 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23160 "then mount up the disks, before calling this.  Listing applications is a "
23161 "significantly more difficult operation which requires access to the full "
23162 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23163 "are just returning data cached in the libguestfs handle, this call actually "
23164 "reads parts of the mounted filesystems during the call."
23165 msgstr ""
23166
23167 #. type: =head2
23168 #: ../fish/guestfish-actions.pod:2201
23169 msgid "inspect-os"
23170 msgstr ""
23171
23172 #. type: verbatim
23173 #: ../fish/guestfish-actions.pod:2203
23174 #, no-wrap
23175 msgid ""
23176 " inspect-os\n"
23177 "\n"
23178 msgstr ""
23179
23180 #. type: textblock
23181 #: ../fish/guestfish-actions.pod:2218
23182 msgid ""
23183 "You can pass the root string(s) returned to other L</inspect-get-*> "
23184 "functions in order to query further information about each operating system, "
23185 "such as the name and version."
23186 msgstr ""
23187
23188 #. type: textblock
23189 #: ../fish/guestfish-actions.pod:2223
23190 msgid ""
23191 "This function uses other libguestfs features such as L</mount-ro> and "
23192 "L</umount-all> in order to mount and unmount filesystems and look at the "
23193 "contents.  This should be called with no disks currently mounted.  The "
23194 "function may also use Augeas, so any existing Augeas handle will be closed."
23195 msgstr ""
23196
23197 #. type: textblock
23198 #: ../fish/guestfish-actions.pod:2235 ../fish/guestfish-actions.pod:2411 ../fish/guestfish-actions.pod:2457
23199 msgid "See also L</list-filesystems>."
23200 msgstr ""
23201
23202 #. type: =head2
23203 #: ../fish/guestfish-actions.pod:2237
23204 msgid "is-blockdev"
23205 msgstr ""
23206
23207 #. type: verbatim
23208 #: ../fish/guestfish-actions.pod:2239
23209 #, no-wrap
23210 msgid ""
23211 " is-blockdev path\n"
23212 "\n"
23213 msgstr ""
23214
23215 #. type: textblock
23216 #: ../fish/guestfish-actions.pod:2244 ../fish/guestfish-actions.pod:2262 ../fish/guestfish-actions.pod:2281 ../fish/guestfish-actions.pod:2290 ../fish/guestfish-actions.pod:2300 ../fish/guestfish-actions.pod:2334 ../fish/guestfish-actions.pod:2343
23217 msgid "See also L</stat>."
23218 msgstr ""
23219
23220 #. type: =head2
23221 #: ../fish/guestfish-actions.pod:2246
23222 msgid "is-busy"
23223 msgstr ""
23224
23225 #. type: verbatim
23226 #: ../fish/guestfish-actions.pod:2248
23227 #, no-wrap
23228 msgid ""
23229 " is-busy\n"
23230 "\n"
23231 msgstr ""
23232
23233 #. type: =head2
23234 #: ../fish/guestfish-actions.pod:2255
23235 msgid "is-chardev"
23236 msgstr ""
23237
23238 #. type: verbatim
23239 #: ../fish/guestfish-actions.pod:2257
23240 #, no-wrap
23241 msgid ""
23242 " is-chardev path\n"
23243 "\n"
23244 msgstr ""
23245
23246 #. type: =head2
23247 #: ../fish/guestfish-actions.pod:2264
23248 msgid "is-config"
23249 msgstr ""
23250
23251 #. type: verbatim
23252 #: ../fish/guestfish-actions.pod:2266
23253 #, no-wrap
23254 msgid ""
23255 " is-config\n"
23256 "\n"
23257 msgstr ""
23258
23259 #. type: =head2
23260 #: ../fish/guestfish-actions.pod:2273
23261 msgid "is-dir"
23262 msgstr ""
23263
23264 #. type: verbatim
23265 #: ../fish/guestfish-actions.pod:2275
23266 #, no-wrap
23267 msgid ""
23268 " is-dir path\n"
23269 "\n"
23270 msgstr ""
23271
23272 #. type: =head2
23273 #: ../fish/guestfish-actions.pod:2283
23274 msgid "is-fifo"
23275 msgstr ""
23276
23277 #. type: verbatim
23278 #: ../fish/guestfish-actions.pod:2285
23279 #, no-wrap
23280 msgid ""
23281 " is-fifo path\n"
23282 "\n"
23283 msgstr ""
23284
23285 #. type: =head2
23286 #: ../fish/guestfish-actions.pod:2292
23287 msgid "is-file"
23288 msgstr ""
23289
23290 #. type: verbatim
23291 #: ../fish/guestfish-actions.pod:2294
23292 #, no-wrap
23293 msgid ""
23294 " is-file path\n"
23295 "\n"
23296 msgstr ""
23297
23298 #. type: =head2
23299 #: ../fish/guestfish-actions.pod:2302
23300 msgid "is-launching"
23301 msgstr ""
23302
23303 #. type: verbatim
23304 #: ../fish/guestfish-actions.pod:2304
23305 #, no-wrap
23306 msgid ""
23307 " is-launching\n"
23308 "\n"
23309 msgstr ""
23310
23311 #. type: =head2
23312 #: ../fish/guestfish-actions.pod:2311
23313 msgid "is-lv"
23314 msgstr ""
23315
23316 #. type: verbatim
23317 #: ../fish/guestfish-actions.pod:2313
23318 #, no-wrap
23319 msgid ""
23320 " is-lv device\n"
23321 "\n"
23322 msgstr ""
23323
23324 #. type: =head2
23325 #: ../fish/guestfish-actions.pod:2318
23326 msgid "is-ready"
23327 msgstr ""
23328
23329 #. type: verbatim
23330 #: ../fish/guestfish-actions.pod:2320
23331 #, no-wrap
23332 msgid ""
23333 " is-ready\n"
23334 "\n"
23335 msgstr ""
23336
23337 #. type: =head2
23338 #: ../fish/guestfish-actions.pod:2327
23339 msgid "is-socket"
23340 msgstr ""
23341
23342 #. type: verbatim
23343 #: ../fish/guestfish-actions.pod:2329
23344 #, no-wrap
23345 msgid ""
23346 " is-socket path\n"
23347 "\n"
23348 msgstr ""
23349
23350 #. type: =head2
23351 #: ../fish/guestfish-actions.pod:2336
23352 msgid "is-symlink"
23353 msgstr ""
23354
23355 #. type: verbatim
23356 #: ../fish/guestfish-actions.pod:2338
23357 #, no-wrap
23358 msgid ""
23359 " is-symlink path\n"
23360 "\n"
23361 msgstr ""
23362
23363 #. type: =head2
23364 #: ../fish/guestfish-actions.pod:2345
23365 msgid "kill-subprocess"
23366 msgstr ""
23367
23368 #. type: verbatim
23369 #: ../fish/guestfish-actions.pod:2347
23370 #, no-wrap
23371 msgid ""
23372 " kill-subprocess\n"
23373 "\n"
23374 msgstr ""
23375
23376 #. type: =head2
23377 #: ../fish/guestfish-actions.pod:2351
23378 msgid "launch"
23379 msgstr ""
23380
23381 #. type: =head2
23382 #: ../fish/guestfish-actions.pod:2353
23383 msgid "run"
23384 msgstr ""
23385
23386 #. type: verbatim
23387 #: ../fish/guestfish-actions.pod:2355
23388 #, no-wrap
23389 msgid ""
23390 " launch\n"
23391 "\n"
23392 msgstr ""
23393
23394 #. type: =head2
23395 #: ../fish/guestfish-actions.pod:2363
23396 msgid "lchown"
23397 msgstr ""
23398
23399 #. type: verbatim
23400 #: ../fish/guestfish-actions.pod:2365
23401 #, no-wrap
23402 msgid ""
23403 " lchown owner group path\n"
23404 "\n"
23405 msgstr ""
23406
23407 #. type: textblock
23408 #: ../fish/guestfish-actions.pod:2367
23409 msgid ""
23410 "Change the file owner to C<owner> and group to C<group>.  This is like "
23411 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23412 "the target."
23413 msgstr ""
23414
23415 #. type: =head2
23416 #: ../fish/guestfish-actions.pod:2375
23417 msgid "lgetxattr"
23418 msgstr ""
23419
23420 #. type: verbatim
23421 #: ../fish/guestfish-actions.pod:2377
23422 #, no-wrap
23423 msgid ""
23424 " lgetxattr path name\n"
23425 "\n"
23426 msgstr ""
23427
23428 #. type: textblock
23429 #: ../fish/guestfish-actions.pod:2393
23430 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23431 msgstr ""
23432
23433 #. type: =head2
23434 #: ../fish/guestfish-actions.pod:2395
23435 msgid "lgetxattrs"
23436 msgstr ""
23437
23438 #. type: verbatim
23439 #: ../fish/guestfish-actions.pod:2397
23440 #, no-wrap
23441 msgid ""
23442 " lgetxattrs path\n"
23443 "\n"
23444 msgstr ""
23445
23446 #. type: textblock
23447 #: ../fish/guestfish-actions.pod:2399
23448 msgid ""
23449 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23450 "it returns the extended attributes of the link itself."
23451 msgstr ""
23452
23453 #. type: =head2
23454 #: ../fish/guestfish-actions.pod:2403
23455 msgid "list-devices"
23456 msgstr ""
23457
23458 #. type: verbatim
23459 #: ../fish/guestfish-actions.pod:2405
23460 #, no-wrap
23461 msgid ""
23462 " list-devices\n"
23463 "\n"
23464 msgstr ""
23465
23466 #. type: =head2
23467 #: ../fish/guestfish-actions.pod:2413
23468 msgid "list-filesystems"
23469 msgstr ""
23470
23471 #. type: verbatim
23472 #: ../fish/guestfish-actions.pod:2415
23473 #, no-wrap
23474 msgid ""
23475 " list-filesystems\n"
23476 "\n"
23477 msgstr ""
23478
23479 #. type: textblock
23480 #: ../fish/guestfish-actions.pod:2434
23481 msgid ""
23482 "This command runs other libguestfs commands, which might include L</mount> "
23483 "and L</umount>, and therefore you should use this soon after launch and only "
23484 "when nothing is mounted."
23485 msgstr ""
23486
23487 #. type: textblock
23488 #: ../fish/guestfish-actions.pod:2438
23489 msgid ""
23490 "Not all of the filesystems returned will be mountable.  In particular, swap "
23491 "partitions are returned in the list.  Also this command does not check that "
23492 "each filesystem found is valid and mountable, and some filesystems might be "
23493 "mountable but require special options.  Filesystems may not all belong to a "
23494 "single logical operating system (use L</inspect-os> to look for OSes)."
23495 msgstr ""
23496
23497 #. type: =head2
23498 #: ../fish/guestfish-actions.pod:2446
23499 msgid "list-partitions"
23500 msgstr ""
23501
23502 #. type: verbatim
23503 #: ../fish/guestfish-actions.pod:2448
23504 #, no-wrap
23505 msgid ""
23506 " list-partitions\n"
23507 "\n"
23508 msgstr ""
23509
23510 #. type: textblock
23511 #: ../fish/guestfish-actions.pod:2454
23512 msgid ""
23513 "This does not return logical volumes.  For that you will need to call "
23514 "L</lvs>."
23515 msgstr ""
23516
23517 #. type: =head2
23518 #: ../fish/guestfish-actions.pod:2459
23519 msgid "ll"
23520 msgstr ""
23521
23522 #. type: verbatim
23523 #: ../fish/guestfish-actions.pod:2461
23524 #, no-wrap
23525 msgid ""
23526 " ll directory\n"
23527 "\n"
23528 msgstr ""
23529
23530 #. type: =head2
23531 #: ../fish/guestfish-actions.pod:2469
23532 msgid "ln"
23533 msgstr ""
23534
23535 #. type: verbatim
23536 #: ../fish/guestfish-actions.pod:2471
23537 #, no-wrap
23538 msgid ""
23539 " ln target linkname\n"
23540 "\n"
23541 msgstr ""
23542
23543 #. type: =head2
23544 #: ../fish/guestfish-actions.pod:2475
23545 msgid "ln-f"
23546 msgstr ""
23547
23548 #. type: verbatim
23549 #: ../fish/guestfish-actions.pod:2477
23550 #, no-wrap
23551 msgid ""
23552 " ln-f target linkname\n"
23553 "\n"
23554 msgstr ""
23555
23556 #. type: =head2
23557 #: ../fish/guestfish-actions.pod:2482
23558 msgid "ln-s"
23559 msgstr ""
23560
23561 #. type: verbatim
23562 #: ../fish/guestfish-actions.pod:2484
23563 #, no-wrap
23564 msgid ""
23565 " ln-s target linkname\n"
23566 "\n"
23567 msgstr ""
23568
23569 #. type: =head2
23570 #: ../fish/guestfish-actions.pod:2488
23571 msgid "ln-sf"
23572 msgstr ""
23573
23574 #. type: verbatim
23575 #: ../fish/guestfish-actions.pod:2490
23576 #, no-wrap
23577 msgid ""
23578 " ln-sf target linkname\n"
23579 "\n"
23580 msgstr ""
23581
23582 #. type: =head2
23583 #: ../fish/guestfish-actions.pod:2495
23584 msgid "lremovexattr"
23585 msgstr ""
23586
23587 #. type: verbatim
23588 #: ../fish/guestfish-actions.pod:2497
23589 #, no-wrap
23590 msgid ""
23591 " lremovexattr xattr path\n"
23592 "\n"
23593 msgstr ""
23594
23595 #. type: textblock
23596 #: ../fish/guestfish-actions.pod:2499
23597 msgid ""
23598 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23599 "it removes an extended attribute of the link itself."
23600 msgstr ""
23601
23602 #. type: =head2
23603 #: ../fish/guestfish-actions.pod:2503
23604 msgid "ls"
23605 msgstr ""
23606
23607 #. type: verbatim
23608 #: ../fish/guestfish-actions.pod:2505
23609 #, no-wrap
23610 msgid ""
23611 " ls directory\n"
23612 "\n"
23613 msgstr ""
23614
23615 #. type: textblock
23616 #: ../fish/guestfish-actions.pod:2511
23617 msgid ""
23618 "This command is mostly useful for interactive sessions.  Programs should "
23619 "probably use L</readdir> instead."
23620 msgstr ""
23621
23622 #. type: =head2
23623 #: ../fish/guestfish-actions.pod:2514
23624 msgid "lsetxattr"
23625 msgstr ""
23626
23627 #. type: verbatim
23628 #: ../fish/guestfish-actions.pod:2516
23629 #, no-wrap
23630 msgid ""
23631 " lsetxattr xattr val vallen path\n"
23632 "\n"
23633 msgstr ""
23634
23635 #. type: textblock
23636 #: ../fish/guestfish-actions.pod:2518
23637 msgid ""
23638 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23639 "sets an extended attribute of the link itself."
23640 msgstr ""
23641
23642 #. type: =head2
23643 #: ../fish/guestfish-actions.pod:2522
23644 msgid "lstat"
23645 msgstr ""
23646
23647 #. type: verbatim
23648 #: ../fish/guestfish-actions.pod:2524
23649 #, no-wrap
23650 msgid ""
23651 " lstat path\n"
23652 "\n"
23653 msgstr ""
23654
23655 #. type: textblock
23656 #: ../fish/guestfish-actions.pod:2528
23657 msgid ""
23658 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23659 "the link is stat-ed, not the file it refers to."
23660 msgstr ""
23661
23662 #. type: =head2
23663 #: ../fish/guestfish-actions.pod:2534
23664 msgid "lstatlist"
23665 msgstr ""
23666
23667 #. type: verbatim
23668 #: ../fish/guestfish-actions.pod:2536
23669 #, no-wrap
23670 msgid ""
23671 " lstatlist path 'names ...'\n"
23672 "\n"
23673 msgstr ""
23674
23675 #. type: textblock
23676 #: ../fish/guestfish-actions.pod:2538
23677 msgid ""
23678 "This call allows you to perform the L</lstat> operation on multiple files, "
23679 "where all files are in the directory C<path>.  C<names> is the list of files "
23680 "from this directory."
23681 msgstr ""
23682
23683 #. type: textblock
23684 #: ../fish/guestfish-actions.pod:2547
23685 msgid ""
23686 "This call is intended for programs that want to efficiently list a directory "
23687 "contents without making many round-trips.  See also L</lxattrlist> for a "
23688 "similarly efficient call for getting extended attributes.  Very long "
23689 "directory listings might cause the protocol message size to be exceeded, "
23690 "causing this call to fail.  The caller must split up such requests into "
23691 "smaller groups of names."
23692 msgstr ""
23693
23694 #. type: =head2
23695 #: ../fish/guestfish-actions.pod:2555
23696 msgid "luks-add-key"
23697 msgstr ""
23698
23699 #. type: verbatim
23700 #: ../fish/guestfish-actions.pod:2557
23701 #, no-wrap
23702 msgid ""
23703 " luks-add-key device keyslot\n"
23704 "\n"
23705 msgstr ""
23706
23707 #. type: textblock
23708 #: ../fish/guestfish-actions.pod:2564
23709 msgid ""
23710 "Note that if C<keyslot> already contains a key, then this command will "
23711 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23712 msgstr ""
23713
23714 #. type: textblock
23715 #: ../fish/guestfish-actions.pod:2568 ../fish/guestfish-actions.pod:2590 ../fish/guestfish-actions.pod:2603 ../fish/guestfish-actions.pod:2617 ../fish/guestfish-actions.pod:2640 ../fish/guestfish-actions.pod:2650
23716 msgid ""
23717 "This command has one or more key or passphrase parameters.  Guestfish will "
23718 "prompt for these separately."
23719 msgstr ""
23720
23721 #. type: =head2
23722 #: ../fish/guestfish-actions.pod:2571
23723 msgid "luks-close"
23724 msgstr ""
23725
23726 #. type: verbatim
23727 #: ../fish/guestfish-actions.pod:2573
23728 #, no-wrap
23729 msgid ""
23730 " luks-close device\n"
23731 "\n"
23732 msgstr ""
23733
23734 #. type: textblock
23735 #: ../fish/guestfish-actions.pod:2575
23736 msgid ""
23737 "This closes a LUKS device that was created earlier by L</luks-open> or "
23738 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23739 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23740 "underlying block device."
23741 msgstr ""
23742
23743 #. type: =head2
23744 #: ../fish/guestfish-actions.pod:2581
23745 msgid "luks-format"
23746 msgstr ""
23747
23748 #. type: verbatim
23749 #: ../fish/guestfish-actions.pod:2583
23750 #, no-wrap
23751 msgid ""
23752 " luks-format device keyslot\n"
23753 "\n"
23754 msgstr ""
23755
23756 #. type: =head2
23757 #: ../fish/guestfish-actions.pod:2596
23758 msgid "luks-format-cipher"
23759 msgstr ""
23760
23761 #. type: verbatim
23762 #: ../fish/guestfish-actions.pod:2598
23763 #, no-wrap
23764 msgid ""
23765 " luks-format-cipher device keyslot cipher\n"
23766 "\n"
23767 msgstr ""
23768
23769 #. type: textblock
23770 #: ../fish/guestfish-actions.pod:2600
23771 msgid ""
23772 "This command is the same as L</luks-format> but it also allows you to set "
23773 "the C<cipher> used."
23774 msgstr ""
23775
23776 #. type: =head2
23777 #: ../fish/guestfish-actions.pod:2609
23778 msgid "luks-kill-slot"
23779 msgstr ""
23780
23781 #. type: verbatim
23782 #: ../fish/guestfish-actions.pod:2611
23783 #, no-wrap
23784 msgid ""
23785 " luks-kill-slot device keyslot\n"
23786 "\n"
23787 msgstr ""
23788
23789 #. type: =head2
23790 #: ../fish/guestfish-actions.pod:2620
23791 msgid "luks-open"
23792 msgstr ""
23793
23794 #. type: verbatim
23795 #: ../fish/guestfish-actions.pod:2622
23796 #, no-wrap
23797 msgid ""
23798 " luks-open device mapname\n"
23799 "\n"
23800 msgstr ""
23801
23802 #. type: textblock
23803 #: ../fish/guestfish-actions.pod:2636
23804 msgid ""
23805 "If this block device contains LVM volume groups, then calling L</vgscan> "
23806 "followed by L</vg-activate-all> will make them visible."
23807 msgstr ""
23808
23809 #. type: =head2
23810 #: ../fish/guestfish-actions.pod:2643
23811 msgid "luks-open-ro"
23812 msgstr ""
23813
23814 #. type: verbatim
23815 #: ../fish/guestfish-actions.pod:2645
23816 #, no-wrap
23817 msgid ""
23818 " luks-open-ro device mapname\n"
23819 "\n"
23820 msgstr ""
23821
23822 #. type: textblock
23823 #: ../fish/guestfish-actions.pod:2647
23824 msgid ""
23825 "This is the same as L</luks-open> except that a read-only mapping is "
23826 "created."
23827 msgstr ""
23828
23829 #. type: =head2
23830 #: ../fish/guestfish-actions.pod:2653
23831 msgid "lvcreate"
23832 msgstr ""
23833
23834 #. type: verbatim
23835 #: ../fish/guestfish-actions.pod:2655
23836 #, no-wrap
23837 msgid ""
23838 " lvcreate logvol volgroup mbytes\n"
23839 "\n"
23840 msgstr ""
23841
23842 #. type: =head2
23843 #: ../fish/guestfish-actions.pod:2660
23844 msgid "lvm-canonical-lv-name"
23845 msgstr ""
23846
23847 #. type: verbatim
23848 #: ../fish/guestfish-actions.pod:2662
23849 #, no-wrap
23850 msgid ""
23851 " lvm-canonical-lv-name lvname\n"
23852 "\n"
23853 msgstr ""
23854
23855 #. type: textblock
23856 #: ../fish/guestfish-actions.pod:2671
23857 msgid "See also L</is-lv>."
23858 msgstr ""
23859
23860 #. type: =head2
23861 #: ../fish/guestfish-actions.pod:2673
23862 msgid "lvm-clear-filter"
23863 msgstr ""
23864
23865 #. type: verbatim
23866 #: ../fish/guestfish-actions.pod:2675
23867 #, no-wrap
23868 msgid ""
23869 " lvm-clear-filter\n"
23870 "\n"
23871 msgstr ""
23872
23873 #. type: textblock
23874 #: ../fish/guestfish-actions.pod:2677
23875 msgid ""
23876 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
23877 "block device."
23878 msgstr ""
23879
23880 #. type: =head2
23881 #: ../fish/guestfish-actions.pod:2683
23882 msgid "lvm-remove-all"
23883 msgstr ""
23884
23885 #. type: verbatim
23886 #: ../fish/guestfish-actions.pod:2685
23887 #, no-wrap
23888 msgid ""
23889 " lvm-remove-all\n"
23890 "\n"
23891 msgstr ""
23892
23893 #. type: =head2
23894 #: ../fish/guestfish-actions.pod:2693
23895 msgid "lvm-set-filter"
23896 msgstr ""
23897
23898 #. type: verbatim
23899 #: ../fish/guestfish-actions.pod:2695
23900 #, no-wrap
23901 msgid ""
23902 " lvm-set-filter 'devices ...'\n"
23903 "\n"
23904 msgstr ""
23905
23906 #. type: =head2
23907 #: ../fish/guestfish-actions.pod:2720
23908 msgid "lvremove"
23909 msgstr ""
23910
23911 #. type: verbatim
23912 #: ../fish/guestfish-actions.pod:2722
23913 #, no-wrap
23914 msgid ""
23915 " lvremove device\n"
23916 "\n"
23917 msgstr ""
23918
23919 #. type: =head2
23920 #: ../fish/guestfish-actions.pod:2730
23921 msgid "lvrename"
23922 msgstr ""
23923
23924 #. type: verbatim
23925 #: ../fish/guestfish-actions.pod:2732
23926 #, no-wrap
23927 msgid ""
23928 " lvrename logvol newlogvol\n"
23929 "\n"
23930 msgstr ""
23931
23932 #. type: =head2
23933 #: ../fish/guestfish-actions.pod:2736
23934 msgid "lvresize"
23935 msgstr ""
23936
23937 #. type: verbatim
23938 #: ../fish/guestfish-actions.pod:2738
23939 #, no-wrap
23940 msgid ""
23941 " lvresize device mbytes\n"
23942 "\n"
23943 msgstr ""
23944
23945 #. type: =head2
23946 #: ../fish/guestfish-actions.pod:2744
23947 msgid "lvresize-free"
23948 msgstr ""
23949
23950 #. type: verbatim
23951 #: ../fish/guestfish-actions.pod:2746
23952 #, no-wrap
23953 msgid ""
23954 " lvresize-free lv percent\n"
23955 "\n"
23956 msgstr ""
23957
23958 #. type: =head2
23959 #: ../fish/guestfish-actions.pod:2754
23960 msgid "lvs"
23961 msgstr ""
23962
23963 #. type: verbatim
23964 #: ../fish/guestfish-actions.pod:2756
23965 #, no-wrap
23966 msgid ""
23967 " lvs\n"
23968 "\n"
23969 msgstr ""
23970
23971 #. type: textblock
23972 #: ../fish/guestfish-actions.pod:2764
23973 msgid "See also L</lvs-full>, L</list-filesystems>."
23974 msgstr ""
23975
23976 #. type: =head2
23977 #: ../fish/guestfish-actions.pod:2766
23978 msgid "lvs-full"
23979 msgstr ""
23980
23981 #. type: verbatim
23982 #: ../fish/guestfish-actions.pod:2768
23983 #, no-wrap
23984 msgid ""
23985 " lvs-full\n"
23986 "\n"
23987 msgstr ""
23988
23989 #. type: =head2
23990 #: ../fish/guestfish-actions.pod:2773
23991 msgid "lvuuid"
23992 msgstr ""
23993
23994 #. type: verbatim
23995 #: ../fish/guestfish-actions.pod:2775
23996 #, no-wrap
23997 msgid ""
23998 " lvuuid device\n"
23999 "\n"
24000 msgstr ""
24001
24002 #. type: =head2
24003 #: ../fish/guestfish-actions.pod:2779
24004 msgid "lxattrlist"
24005 msgstr ""
24006
24007 #. type: verbatim
24008 #: ../fish/guestfish-actions.pod:2781
24009 #, no-wrap
24010 msgid ""
24011 " lxattrlist path 'names ...'\n"
24012 "\n"
24013 msgstr ""
24014
24015 #. type: textblock
24016 #: ../fish/guestfish-actions.pod:2797
24017 msgid ""
24018 "This call is intended for programs that want to efficiently list a directory "
24019 "contents without making many round-trips.  See also L</lstatlist> for a "
24020 "similarly efficient call for getting standard stats.  Very long directory "
24021 "listings might cause the protocol message size to be exceeded, causing this "
24022 "call to fail.  The caller must split up such requests into smaller groups of "
24023 "names."
24024 msgstr ""
24025
24026 #. type: =head2
24027 #: ../fish/guestfish-actions.pod:2805
24028 msgid "mkdir"
24029 msgstr ""
24030
24031 #. type: verbatim
24032 #: ../fish/guestfish-actions.pod:2807
24033 #, no-wrap
24034 msgid ""
24035 " mkdir path\n"
24036 "\n"
24037 msgstr ""
24038
24039 #. type: =head2
24040 #: ../fish/guestfish-actions.pod:2811
24041 msgid "mkdir-mode"
24042 msgstr ""
24043
24044 #. type: verbatim
24045 #: ../fish/guestfish-actions.pod:2813
24046 #, no-wrap
24047 msgid ""
24048 " mkdir-mode path mode\n"
24049 "\n"
24050 msgstr ""
24051
24052 #. type: textblock
24053 #: ../fish/guestfish-actions.pod:2822
24054 msgid "See also L</mkdir>, L</umask>"
24055 msgstr ""
24056
24057 #. type: =head2
24058 #: ../fish/guestfish-actions.pod:2824
24059 msgid "mkdir-p"
24060 msgstr ""
24061
24062 #. type: verbatim
24063 #: ../fish/guestfish-actions.pod:2826
24064 #, no-wrap
24065 msgid ""
24066 " mkdir-p path\n"
24067 "\n"
24068 msgstr ""
24069
24070 #. type: =head2
24071 #: ../fish/guestfish-actions.pod:2831
24072 msgid "mkdtemp"
24073 msgstr ""
24074
24075 #. type: verbatim
24076 #: ../fish/guestfish-actions.pod:2833
24077 #, no-wrap
24078 msgid ""
24079 " mkdtemp template\n"
24080 "\n"
24081 msgstr ""
24082
24083 #. type: =head2
24084 #: ../fish/guestfish-actions.pod:2854
24085 msgid "mke2fs-J"
24086 msgstr ""
24087
24088 #. type: verbatim
24089 #: ../fish/guestfish-actions.pod:2856
24090 #, no-wrap
24091 msgid ""
24092 " mke2fs-J fstype blocksize device journal\n"
24093 "\n"
24094 msgstr ""
24095
24096 #. type: textblock
24097 #: ../fish/guestfish-actions.pod:2864
24098 msgid "See also L</mke2journal>."
24099 msgstr ""
24100
24101 #. type: =head2
24102 #: ../fish/guestfish-actions.pod:2866
24103 msgid "mke2fs-JL"
24104 msgstr ""
24105
24106 #. type: verbatim
24107 #: ../fish/guestfish-actions.pod:2868
24108 #, no-wrap
24109 msgid ""
24110 " mke2fs-JL fstype blocksize device label\n"
24111 "\n"
24112 msgstr ""
24113
24114 #. type: textblock
24115 #: ../fish/guestfish-actions.pod:2873
24116 msgid "See also L</mke2journal-L>."
24117 msgstr ""
24118
24119 #. type: =head2
24120 #: ../fish/guestfish-actions.pod:2875
24121 msgid "mke2fs-JU"
24122 msgstr ""
24123
24124 #. type: verbatim
24125 #: ../fish/guestfish-actions.pod:2877
24126 #, no-wrap
24127 msgid ""
24128 " mke2fs-JU fstype blocksize device uuid\n"
24129 "\n"
24130 msgstr ""
24131
24132 #. type: textblock
24133 #: ../fish/guestfish-actions.pod:2882
24134 msgid "See also L</mke2journal-U>."
24135 msgstr ""
24136
24137 #. type: =head2
24138 #: ../fish/guestfish-actions.pod:2884
24139 msgid "mke2journal"
24140 msgstr ""
24141
24142 #. type: verbatim
24143 #: ../fish/guestfish-actions.pod:2886
24144 #, no-wrap
24145 msgid ""
24146 " mke2journal blocksize device\n"
24147 "\n"
24148 msgstr ""
24149
24150 #. type: =head2
24151 #: ../fish/guestfish-actions.pod:2893
24152 msgid "mke2journal-L"
24153 msgstr ""
24154
24155 #. type: verbatim
24156 #: ../fish/guestfish-actions.pod:2895
24157 #, no-wrap
24158 msgid ""
24159 " mke2journal-L blocksize label device\n"
24160 "\n"
24161 msgstr ""
24162
24163 #. type: =head2
24164 #: ../fish/guestfish-actions.pod:2899
24165 msgid "mke2journal-U"
24166 msgstr ""
24167
24168 #. type: verbatim
24169 #: ../fish/guestfish-actions.pod:2901
24170 #, no-wrap
24171 msgid ""
24172 " mke2journal-U blocksize uuid device\n"
24173 "\n"
24174 msgstr ""
24175
24176 #. type: =head2
24177 #: ../fish/guestfish-actions.pod:2905
24178 msgid "mkfifo"
24179 msgstr ""
24180
24181 #. type: verbatim
24182 #: ../fish/guestfish-actions.pod:2907
24183 #, no-wrap
24184 msgid ""
24185 " mkfifo mode path\n"
24186 "\n"
24187 msgstr ""
24188
24189 #. type: textblock
24190 #: ../fish/guestfish-actions.pod:2909
24191 msgid ""
24192 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24193 "is just a convenient wrapper around L</mknod>."
24194 msgstr ""
24195
24196 #. type: =head2
24197 #: ../fish/guestfish-actions.pod:2915
24198 msgid "mkfs"
24199 msgstr ""
24200
24201 #. type: verbatim
24202 #: ../fish/guestfish-actions.pod:2917
24203 #, no-wrap
24204 msgid ""
24205 " mkfs fstype device\n"
24206 "\n"
24207 msgstr ""
24208
24209 #. type: =head2
24210 #: ../fish/guestfish-actions.pod:2923
24211 msgid "mkfs-b"
24212 msgstr ""
24213
24214 #. type: verbatim
24215 #: ../fish/guestfish-actions.pod:2925
24216 #, no-wrap
24217 msgid ""
24218 " mkfs-b fstype blocksize device\n"
24219 "\n"
24220 msgstr ""
24221
24222 #. type: textblock
24223 #: ../fish/guestfish-actions.pod:2927
24224 msgid ""
24225 "This call is similar to L</mkfs>, but it allows you to control the block "
24226 "size of the resulting filesystem.  Supported block sizes depend on the "
24227 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24228 msgstr ""
24229
24230 #. type: =head2
24231 #: ../fish/guestfish-actions.pod:2942
24232 msgid "mkfs-opts"
24233 msgstr ""
24234
24235 #. type: verbatim
24236 #: ../fish/guestfish-actions.pod:2944
24237 #, no-wrap
24238 msgid ""
24239 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24240 "\n"
24241 msgstr ""
24242
24243 #. type: =head2
24244 #: ../fish/guestfish-actions.pod:2979
24245 msgid "mkmountpoint"
24246 msgstr ""
24247
24248 #. type: verbatim
24249 #: ../fish/guestfish-actions.pod:2981
24250 #, no-wrap
24251 msgid ""
24252 " mkmountpoint exemptpath\n"
24253 "\n"
24254 msgstr ""
24255
24256 #. type: textblock
24257 #: ../fish/guestfish-actions.pod:2983
24258 msgid ""
24259 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24260 "to create extra mountpoints before mounting the first filesystem."
24261 msgstr ""
24262
24263 #. type: textblock
24264 #: ../fish/guestfish-actions.pod:3007
24265 msgid ""
24266 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24267 "unexpected errors if you try to mix these calls.  It is safest to manually "
24268 "unmount filesystems and remove mountpoints after use."
24269 msgstr ""
24270
24271 #. type: textblock
24272 #: ../fish/guestfish-actions.pod:3011
24273 msgid ""
24274 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24275 "for this to work for manual mountpoints, you must ensure that the innermost "
24276 "mountpoints have the longest pathnames, as in the example code above."
24277 msgstr ""
24278
24279 #. type: textblock
24280 #: ../fish/guestfish-actions.pod:3018
24281 msgid ""
24282 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24283 "L</umount-all> to be called when the handle is closed which can also trigger "
24284 "these issues."
24285 msgstr ""
24286
24287 #. type: =head2
24288 #: ../fish/guestfish-actions.pod:3022
24289 msgid "mknod"
24290 msgstr ""
24291
24292 #. type: verbatim
24293 #: ../fish/guestfish-actions.pod:3024
24294 #, no-wrap
24295 msgid ""
24296 " mknod mode devmajor devminor path\n"
24297 "\n"
24298 msgstr ""
24299
24300 #. type: textblock
24301 #: ../fish/guestfish-actions.pod:3034
24302 msgid ""
24303 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24304 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24305 "regular file).  These constants are available in the standard Linux header "
24306 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24307 "wrappers around this command which bitwise OR in the appropriate constant "
24308 "for you."
24309 msgstr ""
24310
24311 #. type: =head2
24312 #: ../fish/guestfish-actions.pod:3044
24313 msgid "mknod-b"
24314 msgstr ""
24315
24316 #. type: verbatim
24317 #: ../fish/guestfish-actions.pod:3046
24318 #, no-wrap
24319 msgid ""
24320 " mknod-b mode devmajor devminor path\n"
24321 "\n"
24322 msgstr ""
24323
24324 #. type: textblock
24325 #: ../fish/guestfish-actions.pod:3048
24326 msgid ""
24327 "This call creates a block device node called C<path> with mode C<mode> and "
24328 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24329 "wrapper around L</mknod>."
24330 msgstr ""
24331
24332 #. type: =head2
24333 #: ../fish/guestfish-actions.pod:3054
24334 msgid "mknod-c"
24335 msgstr ""
24336
24337 #. type: verbatim
24338 #: ../fish/guestfish-actions.pod:3056
24339 #, no-wrap
24340 msgid ""
24341 " mknod-c mode devmajor devminor path\n"
24342 "\n"
24343 msgstr ""
24344
24345 #. type: textblock
24346 #: ../fish/guestfish-actions.pod:3058
24347 msgid ""
24348 "This call creates a char device node called C<path> with mode C<mode> and "
24349 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24350 "wrapper around L</mknod>."
24351 msgstr ""
24352
24353 #. type: =head2
24354 #: ../fish/guestfish-actions.pod:3064
24355 msgid "mkswap"
24356 msgstr ""
24357
24358 #. type: verbatim
24359 #: ../fish/guestfish-actions.pod:3066
24360 #, no-wrap
24361 msgid ""
24362 " mkswap device\n"
24363 "\n"
24364 msgstr ""
24365
24366 #. type: =head2
24367 #: ../fish/guestfish-actions.pod:3070
24368 msgid "mkswap-L"
24369 msgstr ""
24370
24371 #. type: verbatim
24372 #: ../fish/guestfish-actions.pod:3072
24373 #, no-wrap
24374 msgid ""
24375 " mkswap-L label device\n"
24376 "\n"
24377 msgstr ""
24378
24379 #. type: =head2
24380 #: ../fish/guestfish-actions.pod:3080
24381 msgid "mkswap-U"
24382 msgstr ""
24383
24384 #. type: verbatim
24385 #: ../fish/guestfish-actions.pod:3082
24386 #, no-wrap
24387 msgid ""
24388 " mkswap-U uuid device\n"
24389 "\n"
24390 msgstr ""
24391
24392 #. type: =head2
24393 #: ../fish/guestfish-actions.pod:3086
24394 msgid "mkswap-file"
24395 msgstr ""
24396
24397 #. type: verbatim
24398 #: ../fish/guestfish-actions.pod:3088
24399 #, no-wrap
24400 msgid ""
24401 " mkswap-file path\n"
24402 "\n"
24403 msgstr ""
24404
24405 #. type: textblock
24406 #: ../fish/guestfish-actions.pod:3092
24407 msgid ""
24408 "This command just writes a swap file signature to an existing file.  To "
24409 "create the file itself, use something like L</fallocate>."
24410 msgstr ""
24411
24412 #. type: =head2
24413 #: ../fish/guestfish-actions.pod:3095
24414 msgid "modprobe"
24415 msgstr ""
24416
24417 #. type: verbatim
24418 #: ../fish/guestfish-actions.pod:3097
24419 #, no-wrap
24420 msgid ""
24421 " modprobe modulename\n"
24422 "\n"
24423 msgstr ""
24424
24425 #. type: =head2
24426 #: ../fish/guestfish-actions.pod:3104
24427 msgid "mount"
24428 msgstr ""
24429
24430 #. type: verbatim
24431 #: ../fish/guestfish-actions.pod:3106
24432 #, no-wrap
24433 msgid ""
24434 " mount device mountpoint\n"
24435 "\n"
24436 msgstr ""
24437
24438 #. type: textblock
24439 #: ../fish/guestfish-actions.pod:3122
24440 msgid ""
24441 "B<Important note:> When you use this call, the filesystem options C<sync> "
24442 "and C<noatime> are set implicitly.  This was originally done because we "
24443 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24444 "very large negative performance impact and negligible effect on "
24445 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24446 "code that needs performance, and instead use L</mount-options> (use an empty "
24447 "string for the first parameter if you don't want any options)."
24448 msgstr ""
24449
24450 #. type: =head2
24451 #: ../fish/guestfish-actions.pod:3132
24452 msgid "mount-loop"
24453 msgstr ""
24454
24455 #. type: verbatim
24456 #: ../fish/guestfish-actions.pod:3134
24457 #, no-wrap
24458 msgid ""
24459 " mount-loop file mountpoint\n"
24460 "\n"
24461 msgstr ""
24462
24463 #. type: =head2
24464 #: ../fish/guestfish-actions.pod:3140
24465 msgid "mount-options"
24466 msgstr ""
24467
24468 #. type: verbatim
24469 #: ../fish/guestfish-actions.pod:3142
24470 #, no-wrap
24471 msgid ""
24472 " mount-options options device mountpoint\n"
24473 "\n"
24474 msgstr ""
24475
24476 #. type: textblock
24477 #: ../fish/guestfish-actions.pod:3144
24478 msgid ""
24479 "This is the same as the L</mount> command, but it allows you to set the "
24480 "mount options as for the L<mount(8)> I<-o> flag."
24481 msgstr ""
24482
24483 #. type: =head2
24484 #: ../fish/guestfish-actions.pod:3152
24485 msgid "mount-ro"
24486 msgstr ""
24487
24488 #. type: verbatim
24489 #: ../fish/guestfish-actions.pod:3154
24490 #, no-wrap
24491 msgid ""
24492 " mount-ro device mountpoint\n"
24493 "\n"
24494 msgstr ""
24495
24496 #. type: textblock
24497 #: ../fish/guestfish-actions.pod:3156
24498 msgid ""
24499 "This is the same as the L</mount> command, but it mounts the filesystem with "
24500 "the read-only (I<-o ro>) flag."
24501 msgstr ""
24502
24503 #. type: =head2
24504 #: ../fish/guestfish-actions.pod:3159
24505 msgid "mount-vfs"
24506 msgstr ""
24507
24508 #. type: verbatim
24509 #: ../fish/guestfish-actions.pod:3161
24510 #, no-wrap
24511 msgid ""
24512 " mount-vfs options vfstype device mountpoint\n"
24513 "\n"
24514 msgstr ""
24515
24516 #. type: textblock
24517 #: ../fish/guestfish-actions.pod:3163
24518 msgid ""
24519 "This is the same as the L</mount> command, but it allows you to set both the "
24520 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24521 msgstr ""
24522
24523 #. type: =head2
24524 #: ../fish/guestfish-actions.pod:3167
24525 msgid "mountpoints"
24526 msgstr ""
24527
24528 #. type: verbatim
24529 #: ../fish/guestfish-actions.pod:3169
24530 #, no-wrap
24531 msgid ""
24532 " mountpoints\n"
24533 "\n"
24534 msgstr ""
24535
24536 #. type: textblock
24537 #: ../fish/guestfish-actions.pod:3171
24538 msgid ""
24539 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24540 "This one returns a hash table (map) of device name to directory where the "
24541 "device is mounted."
24542 msgstr ""
24543
24544 #. type: =head2
24545 #: ../fish/guestfish-actions.pod:3175
24546 msgid "mounts"
24547 msgstr ""
24548
24549 #. type: verbatim
24550 #: ../fish/guestfish-actions.pod:3177
24551 #, no-wrap
24552 msgid ""
24553 " mounts\n"
24554 "\n"
24555 msgstr ""
24556
24557 #. type: textblock
24558 #: ../fish/guestfish-actions.pod:3184
24559 msgid "See also: L</mountpoints>"
24560 msgstr ""
24561
24562 #. type: =head2
24563 #: ../fish/guestfish-actions.pod:3186
24564 msgid "mv"
24565 msgstr ""
24566
24567 #. type: verbatim
24568 #: ../fish/guestfish-actions.pod:3188
24569 #, no-wrap
24570 msgid ""
24571 " mv src dest\n"
24572 "\n"
24573 msgstr ""
24574
24575 #. type: =head2
24576 #: ../fish/guestfish-actions.pod:3193
24577 msgid "ntfs-3g-probe"
24578 msgstr ""
24579
24580 #. type: verbatim
24581 #: ../fish/guestfish-actions.pod:3195
24582 #, no-wrap
24583 msgid ""
24584 " ntfs-3g-probe true|false device\n"
24585 "\n"
24586 msgstr ""
24587
24588 #. type: =head2
24589 #: ../fish/guestfish-actions.pod:3209
24590 msgid "ntfsresize"
24591 msgstr ""
24592
24593 #. type: verbatim
24594 #: ../fish/guestfish-actions.pod:3211
24595 #, no-wrap
24596 msgid ""
24597 " ntfsresize device\n"
24598 "\n"
24599 msgstr ""
24600
24601 #. type: =head2
24602 #: ../fish/guestfish-actions.pod:3217
24603 msgid "ntfsresize-size"
24604 msgstr ""
24605
24606 #. type: verbatim
24607 #: ../fish/guestfish-actions.pod:3219
24608 #, no-wrap
24609 msgid ""
24610 " ntfsresize-size device size\n"
24611 "\n"
24612 msgstr ""
24613
24614 #. type: textblock
24615 #: ../fish/guestfish-actions.pod:3221
24616 msgid ""
24617 "This command is the same as L</ntfsresize> except that it allows you to "
24618 "specify the new size (in bytes) explicitly."
24619 msgstr ""
24620
24621 #. type: =head2
24622 #: ../fish/guestfish-actions.pod:3224
24623 msgid "part-add"
24624 msgstr ""
24625
24626 #. type: verbatim
24627 #: ../fish/guestfish-actions.pod:3226
24628 #, no-wrap
24629 msgid ""
24630 " part-add device prlogex startsect endsect\n"
24631 "\n"
24632 msgstr ""
24633
24634 #. type: textblock
24635 #: ../fish/guestfish-actions.pod:3228
24636 msgid ""
24637 "This command adds a partition to C<device>.  If there is no partition table "
24638 "on the device, call L</part-init> first."
24639 msgstr ""
24640
24641 #. type: textblock
24642 #: ../fish/guestfish-actions.pod:3240
24643 msgid ""
24644 "Creating a partition which covers the whole disk is not so easy.  Use "
24645 "L</part-disk> to do that."
24646 msgstr ""
24647
24648 #. type: =head2
24649 #: ../fish/guestfish-actions.pod:3243
24650 msgid "part-del"
24651 msgstr ""
24652
24653 #. type: verbatim
24654 #: ../fish/guestfish-actions.pod:3245
24655 #, no-wrap
24656 msgid ""
24657 " part-del device partnum\n"
24658 "\n"
24659 msgstr ""
24660
24661 #. type: =head2
24662 #: ../fish/guestfish-actions.pod:3253
24663 msgid "part-disk"
24664 msgstr ""
24665
24666 #. type: verbatim
24667 #: ../fish/guestfish-actions.pod:3255
24668 #, no-wrap
24669 msgid ""
24670 " part-disk device parttype\n"
24671 "\n"
24672 msgstr ""
24673
24674 #. type: textblock
24675 #: ../fish/guestfish-actions.pod:3257
24676 msgid ""
24677 "This command is simply a combination of L</part-init> followed by "
24678 "L</part-add> to create a single primary partition covering the whole disk."
24679 msgstr ""
24680
24681 #. type: textblock
24682 #: ../fish/guestfish-actions.pod:3261
24683 msgid ""
24684 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24685 "possible values are described in L</part-init>."
24686 msgstr ""
24687
24688 #. type: =head2
24689 #: ../fish/guestfish-actions.pod:3267
24690 msgid "part-get-bootable"
24691 msgstr ""
24692
24693 #. type: verbatim
24694 #: ../fish/guestfish-actions.pod:3269
24695 #, no-wrap
24696 msgid ""
24697 " part-get-bootable device partnum\n"
24698 "\n"
24699 msgstr ""
24700
24701 #. type: textblock
24702 #: ../fish/guestfish-actions.pod:3274
24703 msgid "See also L</part-set-bootable>."
24704 msgstr ""
24705
24706 #. type: =head2
24707 #: ../fish/guestfish-actions.pod:3276
24708 msgid "part-get-mbr-id"
24709 msgstr ""
24710
24711 #. type: verbatim
24712 #: ../fish/guestfish-actions.pod:3278
24713 #, no-wrap
24714 msgid ""
24715 " part-get-mbr-id device partnum\n"
24716 "\n"
24717 msgstr ""
24718
24719 #. type: textblock
24720 #: ../fish/guestfish-actions.pod:3283 ../fish/guestfish-actions.pod:3421
24721 msgid ""
24722 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24723 "undefined results for other partition table types (see "
24724 "L</part-get-parttype>)."
24725 msgstr ""
24726
24727 #. type: =head2
24728 #: ../fish/guestfish-actions.pod:3287
24729 msgid "part-get-parttype"
24730 msgstr ""
24731
24732 #. type: verbatim
24733 #: ../fish/guestfish-actions.pod:3289
24734 #, no-wrap
24735 msgid ""
24736 " part-get-parttype device\n"
24737 "\n"
24738 msgstr ""
24739
24740 #. type: textblock
24741 #: ../fish/guestfish-actions.pod:3294
24742 msgid ""
24743 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24744 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24745 "possible, although unusual.  See L</part-init> for a full list."
24746 msgstr ""
24747
24748 #. type: =head2
24749 #: ../fish/guestfish-actions.pod:3299
24750 msgid "part-init"
24751 msgstr ""
24752
24753 #. type: verbatim
24754 #: ../fish/guestfish-actions.pod:3301
24755 #, no-wrap
24756 msgid ""
24757 " part-init device parttype\n"
24758 "\n"
24759 msgstr ""
24760
24761 #. type: textblock
24762 #: ../fish/guestfish-actions.pod:3307
24763 msgid ""
24764 "Initially there are no partitions.  Following this, you should call "
24765 "L</part-add> for each partition required."
24766 msgstr ""
24767
24768 #. type: =head2
24769 #: ../fish/guestfish-actions.pod:3370
24770 msgid "part-list"
24771 msgstr ""
24772
24773 #. type: verbatim
24774 #: ../fish/guestfish-actions.pod:3372
24775 #, no-wrap
24776 msgid ""
24777 " part-list device\n"
24778 "\n"
24779 msgstr ""
24780
24781 #. type: textblock
24782 #: ../fish/guestfish-actions.pod:3387
24783 msgid ""
24784 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
24785 "the device's sector size, see L</blockdev-getss>."
24786 msgstr ""
24787
24788 #. type: =head2
24789 #: ../fish/guestfish-actions.pod:3400
24790 msgid "part-set-bootable"
24791 msgstr ""
24792
24793 #. type: verbatim
24794 #: ../fish/guestfish-actions.pod:3402
24795 #, no-wrap
24796 msgid ""
24797 " part-set-bootable device partnum true|false\n"
24798 "\n"
24799 msgstr ""
24800
24801 #. type: =head2
24802 #: ../fish/guestfish-actions.pod:3411
24803 msgid "part-set-mbr-id"
24804 msgstr ""
24805
24806 #. type: verbatim
24807 #: ../fish/guestfish-actions.pod:3413
24808 #, no-wrap
24809 msgid ""
24810 " part-set-mbr-id device partnum idbyte\n"
24811 "\n"
24812 msgstr ""
24813
24814 #. type: =head2
24815 #: ../fish/guestfish-actions.pod:3425
24816 msgid "part-set-name"
24817 msgstr ""
24818
24819 #. type: verbatim
24820 #: ../fish/guestfish-actions.pod:3427
24821 #, no-wrap
24822 msgid ""
24823 " part-set-name device partnum name\n"
24824 "\n"
24825 msgstr ""
24826
24827 #. type: =head2
24828 #: ../fish/guestfish-actions.pod:3435
24829 msgid "part-to-dev"
24830 msgstr ""
24831
24832 #. type: verbatim
24833 #: ../fish/guestfish-actions.pod:3437
24834 #, no-wrap
24835 msgid ""
24836 " part-to-dev partition\n"
24837 "\n"
24838 msgstr ""
24839
24840 #. type: textblock
24841 #: ../fish/guestfish-actions.pod:3443
24842 msgid ""
24843 "The named partition must exist, for example as a string returned from "
24844 "L</list-partitions>."
24845 msgstr ""
24846
24847 #. type: =head2
24848 #: ../fish/guestfish-actions.pod:3446
24849 msgid "ping-daemon"
24850 msgstr ""
24851
24852 #. type: verbatim
24853 #: ../fish/guestfish-actions.pod:3448
24854 #, no-wrap
24855 msgid ""
24856 " ping-daemon\n"
24857 "\n"
24858 msgstr ""
24859
24860 #. type: =head2
24861 #: ../fish/guestfish-actions.pod:3455
24862 msgid "pread"
24863 msgstr ""
24864
24865 #. type: verbatim
24866 #: ../fish/guestfish-actions.pod:3457
24867 #, no-wrap
24868 msgid ""
24869 " pread path count offset\n"
24870 "\n"
24871 msgstr ""
24872
24873 #. type: textblock
24874 #: ../fish/guestfish-actions.pod:3465
24875 msgid "See also L</pwrite>, L</pread-device>."
24876 msgstr ""
24877
24878 #. type: =head2
24879 #: ../fish/guestfish-actions.pod:3470
24880 msgid "pread-device"
24881 msgstr ""
24882
24883 #. type: verbatim
24884 #: ../fish/guestfish-actions.pod:3472
24885 #, no-wrap
24886 msgid ""
24887 " pread-device device count offset\n"
24888 "\n"
24889 msgstr ""
24890
24891 #. type: textblock
24892 #: ../fish/guestfish-actions.pod:3480
24893 msgid "See also L</pread>."
24894 msgstr ""
24895
24896 #. type: =head2
24897 #: ../fish/guestfish-actions.pod:3485
24898 msgid "pvcreate"
24899 msgstr ""
24900
24901 #. type: verbatim
24902 #: ../fish/guestfish-actions.pod:3487
24903 #, no-wrap
24904 msgid ""
24905 " pvcreate device\n"
24906 "\n"
24907 msgstr ""
24908
24909 #. type: =head2
24910 #: ../fish/guestfish-actions.pod:3493
24911 msgid "pvremove"
24912 msgstr ""
24913
24914 #. type: verbatim
24915 #: ../fish/guestfish-actions.pod:3495
24916 #, no-wrap
24917 msgid ""
24918 " pvremove device\n"
24919 "\n"
24920 msgstr ""
24921
24922 #. type: =head2
24923 #: ../fish/guestfish-actions.pod:3504
24924 msgid "pvresize"
24925 msgstr ""
24926
24927 #. type: verbatim
24928 #: ../fish/guestfish-actions.pod:3506
24929 #, no-wrap
24930 msgid ""
24931 " pvresize device\n"
24932 "\n"
24933 msgstr ""
24934
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:3511
24937 msgid "pvresize-size"
24938 msgstr ""
24939
24940 #. type: verbatim
24941 #: ../fish/guestfish-actions.pod:3513
24942 #, no-wrap
24943 msgid ""
24944 " pvresize-size device size\n"
24945 "\n"
24946 msgstr ""
24947
24948 #. type: textblock
24949 #: ../fish/guestfish-actions.pod:3515
24950 msgid ""
24951 "This command is the same as L</pvresize> except that it allows you to "
24952 "specify the new size (in bytes) explicitly."
24953 msgstr ""
24954
24955 #. type: =head2
24956 #: ../fish/guestfish-actions.pod:3518
24957 msgid "pvs"
24958 msgstr ""
24959
24960 #. type: verbatim
24961 #: ../fish/guestfish-actions.pod:3520
24962 #, no-wrap
24963 msgid ""
24964 " pvs\n"
24965 "\n"
24966 msgstr ""
24967
24968 #. type: textblock
24969 #: ../fish/guestfish-actions.pod:3528
24970 msgid "See also L</pvs-full>."
24971 msgstr ""
24972
24973 #. type: =head2
24974 #: ../fish/guestfish-actions.pod:3530
24975 msgid "pvs-full"
24976 msgstr ""
24977
24978 #. type: verbatim
24979 #: ../fish/guestfish-actions.pod:3532
24980 #, no-wrap
24981 msgid ""
24982 " pvs-full\n"
24983 "\n"
24984 msgstr ""
24985
24986 #. type: =head2
24987 #: ../fish/guestfish-actions.pod:3537
24988 msgid "pvuuid"
24989 msgstr ""
24990
24991 #. type: verbatim
24992 #: ../fish/guestfish-actions.pod:3539
24993 #, no-wrap
24994 msgid ""
24995 " pvuuid device\n"
24996 "\n"
24997 msgstr ""
24998
24999 #. type: =head2
25000 #: ../fish/guestfish-actions.pod:3543
25001 msgid "pwrite"
25002 msgstr ""
25003
25004 #. type: verbatim
25005 #: ../fish/guestfish-actions.pod:3545
25006 #, no-wrap
25007 msgid ""
25008 " pwrite path content offset\n"
25009 "\n"
25010 msgstr ""
25011
25012 #. type: textblock
25013 #: ../fish/guestfish-actions.pod:3556
25014 msgid "See also L</pread>, L</pwrite-device>."
25015 msgstr ""
25016
25017 #. type: =head2
25018 #: ../fish/guestfish-actions.pod:3561
25019 msgid "pwrite-device"
25020 msgstr ""
25021
25022 #. type: verbatim
25023 #: ../fish/guestfish-actions.pod:3563
25024 #, no-wrap
25025 msgid ""
25026 " pwrite-device device content offset\n"
25027 "\n"
25028 msgstr ""
25029
25030 #. type: textblock
25031 #: ../fish/guestfish-actions.pod:3573
25032 msgid "See also L</pwrite>."
25033 msgstr ""
25034
25035 #. type: =head2
25036 #: ../fish/guestfish-actions.pod:3578
25037 msgid "read-file"
25038 msgstr ""
25039
25040 #. type: verbatim
25041 #: ../fish/guestfish-actions.pod:3580
25042 #, no-wrap
25043 msgid ""
25044 " read-file path\n"
25045 "\n"
25046 msgstr ""
25047
25048 #. type: textblock
25049 #: ../fish/guestfish-actions.pod:3585
25050 msgid ""
25051 "Unlike L</cat>, this function can correctly handle files that contain "
25052 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25053 "is limited in the total size of file that can be handled."
25054 msgstr ""
25055
25056 #. type: =head2
25057 #: ../fish/guestfish-actions.pod:3593
25058 msgid "read-lines"
25059 msgstr ""
25060
25061 #. type: verbatim
25062 #: ../fish/guestfish-actions.pod:3595
25063 #, no-wrap
25064 msgid ""
25065 " read-lines path\n"
25066 "\n"
25067 msgstr ""
25068
25069 #. type: textblock
25070 #: ../fish/guestfish-actions.pod:3602
25071 msgid ""
25072 "Note that this function cannot correctly handle binary files (specifically, "
25073 "files containing C<\\0> character which is treated as end of line).  For "
25074 "those you need to use the L</read-file> function which has a more complex "
25075 "interface."
25076 msgstr ""
25077
25078 #. type: =head2
25079 #: ../fish/guestfish-actions.pod:3607
25080 msgid "readdir"
25081 msgstr ""
25082
25083 #. type: verbatim
25084 #: ../fish/guestfish-actions.pod:3609
25085 #, no-wrap
25086 msgid ""
25087 " readdir dir\n"
25088 "\n"
25089 msgstr ""
25090
25091 #. type: textblock
25092 #: ../fish/guestfish-actions.pod:3661
25093 msgid ""
25094 "This function is primarily intended for use by programs.  To get a simple "
25095 "list of names, use L</ls>.  To get a printable directory for human "
25096 "consumption, use L</ll>."
25097 msgstr ""
25098
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:3665
25101 msgid "readlink"
25102 msgstr ""
25103
25104 #. type: verbatim
25105 #: ../fish/guestfish-actions.pod:3667
25106 #, no-wrap
25107 msgid ""
25108 " readlink path\n"
25109 "\n"
25110 msgstr ""
25111
25112 #. type: =head2
25113 #: ../fish/guestfish-actions.pod:3671
25114 msgid "readlinklist"
25115 msgstr ""
25116
25117 #. type: verbatim
25118 #: ../fish/guestfish-actions.pod:3673
25119 #, no-wrap
25120 msgid ""
25121 " readlinklist path 'names ...'\n"
25122 "\n"
25123 msgstr ""
25124
25125 #. type: =head2
25126 #: ../fish/guestfish-actions.pod:3697
25127 msgid "realpath"
25128 msgstr ""
25129
25130 #. type: verbatim
25131 #: ../fish/guestfish-actions.pod:3699
25132 #, no-wrap
25133 msgid ""
25134 " realpath path\n"
25135 "\n"
25136 msgstr ""
25137
25138 #. type: =head2
25139 #: ../fish/guestfish-actions.pod:3704
25140 msgid "removexattr"
25141 msgstr ""
25142
25143 #. type: verbatim
25144 #: ../fish/guestfish-actions.pod:3706
25145 #, no-wrap
25146 msgid ""
25147 " removexattr xattr path\n"
25148 "\n"
25149 msgstr ""
25150
25151 #. type: textblock
25152 #: ../fish/guestfish-actions.pod:3711
25153 msgid "See also: L</lremovexattr>, L<attr(5)>."
25154 msgstr ""
25155
25156 #. type: =head2
25157 #: ../fish/guestfish-actions.pod:3713
25158 msgid "resize2fs"
25159 msgstr ""
25160
25161 #. type: verbatim
25162 #: ../fish/guestfish-actions.pod:3715
25163 #, no-wrap
25164 msgid ""
25165 " resize2fs device\n"
25166 "\n"
25167 msgstr ""
25168
25169 #. type: textblock
25170 #: ../fish/guestfish-actions.pod:3720
25171 msgid ""
25172 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25173 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25174 "gives an error about this and sometimes not.  In any case, it is always safe "
25175 "to call L</e2fsck-f> before calling this function."
25176 msgstr ""
25177
25178 #. type: =head2
25179 #: ../fish/guestfish-actions.pod:3726
25180 msgid "resize2fs-M"
25181 msgstr ""
25182
25183 #. type: verbatim
25184 #: ../fish/guestfish-actions.pod:3728
25185 #, no-wrap
25186 msgid ""
25187 " resize2fs-M device\n"
25188 "\n"
25189 msgstr ""
25190
25191 #. type: textblock
25192 #: ../fish/guestfish-actions.pod:3730
25193 msgid ""
25194 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25195 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25196 "command."
25197 msgstr ""
25198
25199 #. type: textblock
25200 #: ../fish/guestfish-actions.pod:3734
25201 msgid ""
25202 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25203 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25204 "multiplied together, give the resulting size of the minimal filesystem in "
25205 "bytes."
25206 msgstr ""
25207
25208 #. type: =head2
25209 #: ../fish/guestfish-actions.pod:3739
25210 msgid "resize2fs-size"
25211 msgstr ""
25212
25213 #. type: verbatim
25214 #: ../fish/guestfish-actions.pod:3741
25215 #, no-wrap
25216 msgid ""
25217 " resize2fs-size device size\n"
25218 "\n"
25219 msgstr ""
25220
25221 #. type: textblock
25222 #: ../fish/guestfish-actions.pod:3743
25223 msgid ""
25224 "This command is the same as L</resize2fs> except that it allows you to "
25225 "specify the new size (in bytes) explicitly."
25226 msgstr ""
25227
25228 #. type: =head2
25229 #: ../fish/guestfish-actions.pod:3746
25230 msgid "rm"
25231 msgstr ""
25232
25233 #. type: verbatim
25234 #: ../fish/guestfish-actions.pod:3748
25235 #, no-wrap
25236 msgid ""
25237 " rm path\n"
25238 "\n"
25239 msgstr ""
25240
25241 #. type: =head2
25242 #: ../fish/guestfish-actions.pod:3752
25243 msgid "rm-rf"
25244 msgstr ""
25245
25246 #. type: verbatim
25247 #: ../fish/guestfish-actions.pod:3754
25248 #, no-wrap
25249 msgid ""
25250 " rm-rf path\n"
25251 "\n"
25252 msgstr ""
25253
25254 #. type: =head2
25255 #: ../fish/guestfish-actions.pod:3760
25256 msgid "rmdir"
25257 msgstr ""
25258
25259 #. type: verbatim
25260 #: ../fish/guestfish-actions.pod:3762
25261 #, no-wrap
25262 msgid ""
25263 " rmdir path\n"
25264 "\n"
25265 msgstr ""
25266
25267 #. type: =head2
25268 #: ../fish/guestfish-actions.pod:3766
25269 msgid "rmmountpoint"
25270 msgstr ""
25271
25272 #. type: verbatim
25273 #: ../fish/guestfish-actions.pod:3768
25274 #, no-wrap
25275 msgid ""
25276 " rmmountpoint exemptpath\n"
25277 "\n"
25278 msgstr ""
25279
25280 #. type: textblock
25281 #: ../fish/guestfish-actions.pod:3770
25282 msgid ""
25283 "This calls removes a mountpoint that was previously created with "
25284 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25285 msgstr ""
25286
25287 #. type: =head2
25288 #: ../fish/guestfish-actions.pod:3774
25289 msgid "scrub-device"
25290 msgstr ""
25291
25292 #. type: verbatim
25293 #: ../fish/guestfish-actions.pod:3776
25294 #, no-wrap
25295 msgid ""
25296 " scrub-device device\n"
25297 "\n"
25298 msgstr ""
25299
25300 #. type: =head2
25301 #: ../fish/guestfish-actions.pod:3787
25302 msgid "scrub-file"
25303 msgstr ""
25304
25305 #. type: verbatim
25306 #: ../fish/guestfish-actions.pod:3789
25307 #, no-wrap
25308 msgid ""
25309 " scrub-file file\n"
25310 "\n"
25311 msgstr ""
25312
25313 #. type: =head2
25314 #: ../fish/guestfish-actions.pod:3799
25315 msgid "scrub-freespace"
25316 msgstr ""
25317
25318 #. type: verbatim
25319 #: ../fish/guestfish-actions.pod:3801
25320 #, no-wrap
25321 msgid ""
25322 " scrub-freespace dir\n"
25323 "\n"
25324 msgstr ""
25325
25326 #. type: textblock
25327 #: ../fish/guestfish-actions.pod:3803
25328 msgid ""
25329 "This command creates the directory C<dir> and then fills it with files until "
25330 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25331 "deletes them.  The intention is to scrub any free space on the partition "
25332 "containing C<dir>."
25333 msgstr ""
25334
25335 #. type: =head2
25336 #: ../fish/guestfish-actions.pod:3812
25337 msgid "set-append"
25338 msgstr ""
25339
25340 #. type: =head2
25341 #: ../fish/guestfish-actions.pod:3814
25342 msgid "append"
25343 msgstr ""
25344
25345 #. type: verbatim
25346 #: ../fish/guestfish-actions.pod:3816
25347 #, no-wrap
25348 msgid ""
25349 " set-append append\n"
25350 "\n"
25351 msgstr ""
25352
25353 #. type: =head2
25354 #: ../fish/guestfish-actions.pod:3827
25355 msgid "set-attach-method"
25356 msgstr ""
25357
25358 #. type: =head2
25359 #: ../fish/guestfish-actions.pod:3829
25360 msgid "attach-method"
25361 msgstr ""
25362
25363 #. type: verbatim
25364 #: ../fish/guestfish-actions.pod:3831
25365 #, no-wrap
25366 msgid ""
25367 " set-attach-method attachmethod\n"
25368 "\n"
25369 msgstr ""
25370
25371 #. type: =head2
25372 #: ../fish/guestfish-actions.pod:3853
25373 msgid "set-autosync"
25374 msgstr ""
25375
25376 #. type: =head2
25377 #: ../fish/guestfish-actions.pod:3855
25378 msgid "autosync"
25379 msgstr ""
25380
25381 #. type: verbatim
25382 #: ../fish/guestfish-actions.pod:3857
25383 #, no-wrap
25384 msgid ""
25385 " set-autosync true|false\n"
25386 "\n"
25387 msgstr ""
25388
25389 #. type: =head2
25390 #: ../fish/guestfish-actions.pod:3867
25391 msgid "set-direct"
25392 msgstr ""
25393
25394 #. type: =head2
25395 #: ../fish/guestfish-actions.pod:3869
25396 msgid "direct"
25397 msgstr ""
25398
25399 #. type: verbatim
25400 #: ../fish/guestfish-actions.pod:3871
25401 #, no-wrap
25402 msgid ""
25403 " set-direct true|false\n"
25404 "\n"
25405 msgstr ""
25406
25407 #. type: textblock
25408 #: ../fish/guestfish-actions.pod:3877
25409 msgid ""
25410 "One consequence of this is that log messages aren't caught by the library "
25411 "and handled by L</set-log-message-callback>, but go straight to stdout."
25412 msgstr ""
25413
25414 #. type: =head2
25415 #: ../fish/guestfish-actions.pod:3886
25416 msgid "set-e2label"
25417 msgstr ""
25418
25419 #. type: verbatim
25420 #: ../fish/guestfish-actions.pod:3888
25421 #, no-wrap
25422 msgid ""
25423 " set-e2label device label\n"
25424 "\n"
25425 msgstr ""
25426
25427 #. type: textblock
25428 #: ../fish/guestfish-actions.pod:3894
25429 msgid ""
25430 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25431 "label on a filesystem."
25432 msgstr ""
25433
25434 #. type: =head2
25435 #: ../fish/guestfish-actions.pod:3897
25436 msgid "set-e2uuid"
25437 msgstr ""
25438
25439 #. type: verbatim
25440 #: ../fish/guestfish-actions.pod:3899
25441 #, no-wrap
25442 msgid ""
25443 " set-e2uuid device uuid\n"
25444 "\n"
25445 msgstr ""
25446
25447 #. type: textblock
25448 #: ../fish/guestfish-actions.pod:3906
25449 msgid ""
25450 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25451 "UUID of a filesystem."
25452 msgstr ""
25453
25454 #. type: =head2
25455 #: ../fish/guestfish-actions.pod:3909
25456 msgid "set-memsize"
25457 msgstr ""
25458
25459 #. type: =head2
25460 #: ../fish/guestfish-actions.pod:3911
25461 msgid "memsize"
25462 msgstr ""
25463
25464 #. type: verbatim
25465 #: ../fish/guestfish-actions.pod:3913
25466 #, no-wrap
25467 msgid ""
25468 " set-memsize memsize\n"
25469 "\n"
25470 msgstr ""
25471
25472 #. type: textblock
25473 #: ../fish/guestfish-actions.pod:3915
25474 msgid ""
25475 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25476 "This only has any effect if called before L</launch>."
25477 msgstr ""
25478
25479 #. type: =head2
25480 #: ../fish/guestfish-actions.pod:3926
25481 msgid "set-network"
25482 msgstr ""
25483
25484 #. type: =head2
25485 #: ../fish/guestfish-actions.pod:3928
25486 msgid "network"
25487 msgstr ""
25488
25489 #. type: verbatim
25490 #: ../fish/guestfish-actions.pod:3930
25491 #, no-wrap
25492 msgid ""
25493 " set-network true|false\n"
25494 "\n"
25495 msgstr ""
25496
25497 #. type: textblock
25498 #: ../fish/guestfish-actions.pod:3938
25499 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25500 msgstr ""
25501
25502 #. type: =head2
25503 #: ../fish/guestfish-actions.pod:3941
25504 msgid "set-path"
25505 msgstr ""
25506
25507 #. type: =head2
25508 #: ../fish/guestfish-actions.pod:3943
25509 msgid "path"
25510 msgstr ""
25511
25512 #. type: verbatim
25513 #: ../fish/guestfish-actions.pod:3945
25514 #, no-wrap
25515 msgid ""
25516 " set-path searchpath\n"
25517 "\n"
25518 msgstr ""
25519
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:3954
25522 msgid "set-qemu"
25523 msgstr ""
25524
25525 #. type: =head2
25526 #: ../fish/guestfish-actions.pod:3956
25527 msgid "qemu"
25528 msgstr ""
25529
25530 #. type: verbatim
25531 #: ../fish/guestfish-actions.pod:3958
25532 #, no-wrap
25533 msgid ""
25534 " set-qemu qemu\n"
25535 "\n"
25536 msgstr ""
25537
25538 #. type: =head2
25539 #: ../fish/guestfish-actions.pod:3978
25540 msgid "set-recovery-proc"
25541 msgstr ""
25542
25543 #. type: =head2
25544 #: ../fish/guestfish-actions.pod:3980
25545 msgid "recovery-proc"
25546 msgstr ""
25547
25548 #. type: verbatim
25549 #: ../fish/guestfish-actions.pod:3982
25550 #, no-wrap
25551 msgid ""
25552 " set-recovery-proc true|false\n"
25553 "\n"
25554 msgstr ""
25555
25556 #. type: textblock
25557 #: ../fish/guestfish-actions.pod:3984
25558 msgid ""
25559 "If this is called with the parameter C<false> then L</launch> does not "
25560 "create a recovery process.  The purpose of the recovery process is to stop "
25561 "runaway qemu processes in the case where the main program aborts abruptly."
25562 msgstr ""
25563
25564 #. type: textblock
25565 #: ../fish/guestfish-actions.pod:3989
25566 msgid ""
25567 "This only has any effect if called before L</launch>, and the default is "
25568 "true."
25569 msgstr ""
25570
25571 #. type: =head2
25572 #: ../fish/guestfish-actions.pod:3998
25573 msgid "set-selinux"
25574 msgstr ""
25575
25576 #. type: =head2
25577 #: ../fish/guestfish-actions.pod:4000
25578 msgid "selinux"
25579 msgstr ""
25580
25581 #. type: verbatim
25582 #: ../fish/guestfish-actions.pod:4002
25583 #, no-wrap
25584 msgid ""
25585 " set-selinux true|false\n"
25586 "\n"
25587 msgstr ""
25588
25589 #. type: =head2
25590 #: ../fish/guestfish-actions.pod:4013
25591 msgid "set-trace"
25592 msgstr ""
25593
25594 #. type: =head2
25595 #: ../fish/guestfish-actions.pod:4015
25596 msgid "trace"
25597 msgstr ""
25598
25599 #. type: verbatim
25600 #: ../fish/guestfish-actions.pod:4017
25601 #, no-wrap
25602 msgid ""
25603 " set-trace true|false\n"
25604 "\n"
25605 msgstr ""
25606
25607 #. type: textblock
25608 #: ../fish/guestfish-actions.pod:4029
25609 msgid ""
25610 "Trace messages are normally sent to C<stderr>, unless you register a "
25611 "callback to send them somewhere else (see L</set-event-callback>)."
25612 msgstr ""
25613
25614 #. type: =head2
25615 #: ../fish/guestfish-actions.pod:4033
25616 msgid "set-verbose"
25617 msgstr ""
25618
25619 #. type: =head2
25620 #: ../fish/guestfish-actions.pod:4035
25621 msgid "verbose"
25622 msgstr ""
25623
25624 #. type: verbatim
25625 #: ../fish/guestfish-actions.pod:4037
25626 #, no-wrap
25627 msgid ""
25628 " set-verbose true|false\n"
25629 "\n"
25630 msgstr ""
25631
25632 #. type: textblock
25633 #: ../fish/guestfish-actions.pod:4044
25634 msgid ""
25635 "Verbose messages are normally sent to C<stderr>, unless you register a "
25636 "callback to send them somewhere else (see L</set-event-callback>)."
25637 msgstr ""
25638
25639 #. type: =head2
25640 #: ../fish/guestfish-actions.pod:4048
25641 msgid "setcon"
25642 msgstr ""
25643
25644 #. type: verbatim
25645 #: ../fish/guestfish-actions.pod:4050
25646 #, no-wrap
25647 msgid ""
25648 " setcon context\n"
25649 "\n"
25650 msgstr ""
25651
25652 #. type: =head2
25653 #: ../fish/guestfish-actions.pod:4057
25654 msgid "setxattr"
25655 msgstr ""
25656
25657 #. type: verbatim
25658 #: ../fish/guestfish-actions.pod:4059
25659 #, no-wrap
25660 msgid ""
25661 " setxattr xattr val vallen path\n"
25662 "\n"
25663 msgstr ""
25664
25665 #. type: textblock
25666 #: ../fish/guestfish-actions.pod:4065
25667 msgid "See also: L</lsetxattr>, L<attr(5)>."
25668 msgstr ""
25669
25670 #. type: =head2
25671 #: ../fish/guestfish-actions.pod:4067
25672 msgid "sfdisk"
25673 msgstr ""
25674
25675 #. type: verbatim
25676 #: ../fish/guestfish-actions.pod:4069
25677 #, no-wrap
25678 msgid ""
25679 " sfdisk device cyls heads sectors 'lines ...'\n"
25680 "\n"
25681 msgstr ""
25682
25683 #. type: textblock
25684 #: ../fish/guestfish-actions.pod:4091
25685 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25686 msgstr ""
25687
25688 #. type: =head2
25689 #: ../fish/guestfish-actions.pod:4097
25690 msgid "sfdiskM"
25691 msgstr ""
25692
25693 #. type: verbatim
25694 #: ../fish/guestfish-actions.pod:4099
25695 #, no-wrap
25696 msgid ""
25697 " sfdiskM device 'lines ...'\n"
25698 "\n"
25699 msgstr ""
25700
25701 #. type: textblock
25702 #: ../fish/guestfish-actions.pod:4101
25703 msgid ""
25704 "This is a simplified interface to the L</sfdisk> command, where partition "
25705 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25706 "you don't need to specify the cyls, heads and sectors parameters which were "
25707 "rarely if ever used anyway."
25708 msgstr ""
25709
25710 #. type: textblock
25711 #: ../fish/guestfish-actions.pod:4107
25712 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25713 msgstr ""
25714
25715 #. type: =head2
25716 #: ../fish/guestfish-actions.pod:4113
25717 msgid "sfdisk-N"
25718 msgstr ""
25719
25720 #. type: verbatim
25721 #: ../fish/guestfish-actions.pod:4115
25722 #, no-wrap
25723 msgid ""
25724 " sfdisk-N device partnum cyls heads sectors line\n"
25725 "\n"
25726 msgstr ""
25727
25728 #. type: textblock
25729 #: ../fish/guestfish-actions.pod:4120
25730 msgid ""
25731 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25732 "cyls/heads/sectors parameters."
25733 msgstr ""
25734
25735 #. type: textblock
25736 #: ../fish/guestfish-actions.pod:4123
25737 msgid "See also: L</part-add>"
25738 msgstr ""
25739
25740 #. type: =head2
25741 #: ../fish/guestfish-actions.pod:4128
25742 msgid "sfdisk-disk-geometry"
25743 msgstr ""
25744
25745 #. type: verbatim
25746 #: ../fish/guestfish-actions.pod:4130
25747 #, no-wrap
25748 msgid ""
25749 " sfdisk-disk-geometry device\n"
25750 "\n"
25751 msgstr ""
25752
25753 #. type: textblock
25754 #: ../fish/guestfish-actions.pod:4132
25755 msgid ""
25756 "This displays the disk geometry of C<device> read from the partition table.  "
25757 "Especially in the case where the underlying block device has been resized, "
25758 "this can be different from the kernel's idea of the geometry (see "
25759 "L</sfdisk-kernel-geometry>)."
25760 msgstr ""
25761
25762 #. type: =head2
25763 #: ../fish/guestfish-actions.pod:4140
25764 msgid "sfdisk-kernel-geometry"
25765 msgstr ""
25766
25767 #. type: verbatim
25768 #: ../fish/guestfish-actions.pod:4142
25769 #, no-wrap
25770 msgid ""
25771 " sfdisk-kernel-geometry device\n"
25772 "\n"
25773 msgstr ""
25774
25775 #. type: =head2
25776 #: ../fish/guestfish-actions.pod:4149
25777 msgid "sfdisk-l"
25778 msgstr ""
25779
25780 #. type: verbatim
25781 #: ../fish/guestfish-actions.pod:4151
25782 #, no-wrap
25783 msgid ""
25784 " sfdisk-l device\n"
25785 "\n"
25786 msgstr ""
25787
25788 #. type: textblock
25789 #: ../fish/guestfish-actions.pod:4157
25790 msgid "See also: L</part-list>"
25791 msgstr ""
25792
25793 #. type: =head2
25794 #: ../fish/guestfish-actions.pod:4159
25795 msgid "sh"
25796 msgstr ""
25797
25798 #. type: verbatim
25799 #: ../fish/guestfish-actions.pod:4161
25800 #, no-wrap
25801 msgid ""
25802 " sh command\n"
25803 "\n"
25804 msgstr ""
25805
25806 #. type: textblock
25807 #: ../fish/guestfish-actions.pod:4166
25808 msgid "This is like L</command>, but passes the command to:"
25809 msgstr ""
25810
25811 #. type: textblock
25812 #: ../fish/guestfish-actions.pod:4174
25813 msgid "All the provisos about L</command> apply to this call."
25814 msgstr ""
25815
25816 #. type: =head2
25817 #: ../fish/guestfish-actions.pod:4176
25818 msgid "sh-lines"
25819 msgstr ""
25820
25821 #. type: verbatim
25822 #: ../fish/guestfish-actions.pod:4178
25823 #, no-wrap
25824 msgid ""
25825 " sh-lines command\n"
25826 "\n"
25827 msgstr ""
25828
25829 #. type: textblock
25830 #: ../fish/guestfish-actions.pod:4180
25831 msgid "This is the same as L</sh>, but splits the result into a list of lines."
25832 msgstr ""
25833
25834 #. type: textblock
25835 #: ../fish/guestfish-actions.pod:4183
25836 msgid "See also: L</command-lines>"
25837 msgstr ""
25838
25839 #. type: =head2
25840 #: ../fish/guestfish-actions.pod:4185
25841 msgid "sleep"
25842 msgstr ""
25843
25844 #. type: verbatim
25845 #: ../fish/guestfish-actions.pod:4187
25846 #, no-wrap
25847 msgid ""
25848 " sleep secs\n"
25849 "\n"
25850 msgstr ""
25851
25852 #. type: =head2
25853 #: ../fish/guestfish-actions.pod:4191
25854 msgid "stat"
25855 msgstr ""
25856
25857 #. type: verbatim
25858 #: ../fish/guestfish-actions.pod:4193
25859 #, no-wrap
25860 msgid ""
25861 " stat path\n"
25862 "\n"
25863 msgstr ""
25864
25865 #. type: =head2
25866 #: ../fish/guestfish-actions.pod:4199
25867 msgid "statvfs"
25868 msgstr ""
25869
25870 #. type: verbatim
25871 #: ../fish/guestfish-actions.pod:4201
25872 #, no-wrap
25873 msgid ""
25874 " statvfs path\n"
25875 "\n"
25876 msgstr ""
25877
25878 #. type: =head2
25879 #: ../fish/guestfish-actions.pod:4209
25880 msgid "strings"
25881 msgstr ""
25882
25883 #. type: verbatim
25884 #: ../fish/guestfish-actions.pod:4211
25885 #, no-wrap
25886 msgid ""
25887 " strings path\n"
25888 "\n"
25889 msgstr ""
25890
25891 #. type: =head2
25892 #: ../fish/guestfish-actions.pod:4219
25893 msgid "strings-e"
25894 msgstr ""
25895
25896 #. type: verbatim
25897 #: ../fish/guestfish-actions.pod:4221
25898 #, no-wrap
25899 msgid ""
25900 " strings-e encoding path\n"
25901 "\n"
25902 msgstr ""
25903
25904 #. type: textblock
25905 #: ../fish/guestfish-actions.pod:4223
25906 msgid ""
25907 "This is like the L</strings> command, but allows you to specify the encoding "
25908 "of strings that are looked for in the source file C<path>."
25909 msgstr ""
25910
25911 #. type: textblock
25912 #: ../fish/guestfish-actions.pod:4233
25913 msgid ""
25914 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
25915 "ISO-8859-X (this is what L</strings> uses)."
25916 msgstr ""
25917
25918 #. type: =head2
25919 #: ../fish/guestfish-actions.pod:4265
25920 msgid "swapoff-device"
25921 msgstr ""
25922
25923 #. type: verbatim
25924 #: ../fish/guestfish-actions.pod:4267
25925 #, no-wrap
25926 msgid ""
25927 " swapoff-device device\n"
25928 "\n"
25929 msgstr ""
25930
25931 #. type: textblock
25932 #: ../fish/guestfish-actions.pod:4269
25933 msgid ""
25934 "This command disables the libguestfs appliance swap device or partition "
25935 "named C<device>.  See L</swapon-device>."
25936 msgstr ""
25937
25938 #. type: =head2
25939 #: ../fish/guestfish-actions.pod:4273
25940 msgid "swapoff-file"
25941 msgstr ""
25942
25943 #. type: verbatim
25944 #: ../fish/guestfish-actions.pod:4275
25945 #, no-wrap
25946 msgid ""
25947 " swapoff-file file\n"
25948 "\n"
25949 msgstr ""
25950
25951 #. type: =head2
25952 #: ../fish/guestfish-actions.pod:4279
25953 msgid "swapoff-label"
25954 msgstr ""
25955
25956 #. type: verbatim
25957 #: ../fish/guestfish-actions.pod:4281
25958 #, no-wrap
25959 msgid ""
25960 " swapoff-label label\n"
25961 "\n"
25962 msgstr ""
25963
25964 #. type: =head2
25965 #: ../fish/guestfish-actions.pod:4286
25966 msgid "swapoff-uuid"
25967 msgstr ""
25968
25969 #. type: verbatim
25970 #: ../fish/guestfish-actions.pod:4288
25971 #, no-wrap
25972 msgid ""
25973 " swapoff-uuid uuid\n"
25974 "\n"
25975 msgstr ""
25976
25977 #. type: =head2
25978 #: ../fish/guestfish-actions.pod:4293
25979 msgid "swapon-device"
25980 msgstr ""
25981
25982 #. type: verbatim
25983 #: ../fish/guestfish-actions.pod:4295
25984 #, no-wrap
25985 msgid ""
25986 " swapon-device device\n"
25987 "\n"
25988 msgstr ""
25989
25990 #. type: textblock
25991 #: ../fish/guestfish-actions.pod:4297
25992 msgid ""
25993 "This command enables the libguestfs appliance to use the swap device or "
25994 "partition named C<device>.  The increased memory is made available for all "
25995 "commands, for example those run using L</command> or L</sh>."
25996 msgstr ""
25997
25998 #. type: =head2
25999 #: ../fish/guestfish-actions.pod:4309
26000 msgid "swapon-file"
26001 msgstr ""
26002
26003 #. type: verbatim
26004 #: ../fish/guestfish-actions.pod:4311
26005 #, no-wrap
26006 msgid ""
26007 " swapon-file file\n"
26008 "\n"
26009 msgstr ""
26010
26011 #. type: textblock
26012 #: ../fish/guestfish-actions.pod:4313
26013 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26014 msgstr ""
26015
26016 #. type: =head2
26017 #: ../fish/guestfish-actions.pod:4316
26018 msgid "swapon-label"
26019 msgstr ""
26020
26021 #. type: verbatim
26022 #: ../fish/guestfish-actions.pod:4318
26023 #, no-wrap
26024 msgid ""
26025 " swapon-label label\n"
26026 "\n"
26027 msgstr ""
26028
26029 #. type: textblock
26030 #: ../fish/guestfish-actions.pod:4320
26031 msgid ""
26032 "This command enables swap to a labeled swap partition.  See "
26033 "L</swapon-device> for other notes."
26034 msgstr ""
26035
26036 #. type: =head2
26037 #: ../fish/guestfish-actions.pod:4323
26038 msgid "swapon-uuid"
26039 msgstr ""
26040
26041 #. type: verbatim
26042 #: ../fish/guestfish-actions.pod:4325
26043 #, no-wrap
26044 msgid ""
26045 " swapon-uuid uuid\n"
26046 "\n"
26047 msgstr ""
26048
26049 #. type: textblock
26050 #: ../fish/guestfish-actions.pod:4327
26051 msgid ""
26052 "This command enables swap to a swap partition with the given UUID.  See "
26053 "L</swapon-device> for other notes."
26054 msgstr ""
26055
26056 #. type: =head2
26057 #: ../fish/guestfish-actions.pod:4330
26058 msgid "sync"
26059 msgstr ""
26060
26061 #. type: verbatim
26062 #: ../fish/guestfish-actions.pod:4332
26063 #, no-wrap
26064 msgid ""
26065 " sync\n"
26066 "\n"
26067 msgstr ""
26068
26069 #. type: =head2
26070 #: ../fish/guestfish-actions.pod:4340
26071 msgid "tail"
26072 msgstr ""
26073
26074 #. type: verbatim
26075 #: ../fish/guestfish-actions.pod:4342
26076 #, no-wrap
26077 msgid ""
26078 " tail path\n"
26079 "\n"
26080 msgstr ""
26081
26082 #. type: =head2
26083 #: ../fish/guestfish-actions.pod:4350
26084 msgid "tail-n"
26085 msgstr ""
26086
26087 #. type: verbatim
26088 #: ../fish/guestfish-actions.pod:4352
26089 #, no-wrap
26090 msgid ""
26091 " tail-n nrlines path\n"
26092 "\n"
26093 msgstr ""
26094
26095 #. type: =head2
26096 #: ../fish/guestfish-actions.pod:4365
26097 msgid "tar-in"
26098 msgstr ""
26099
26100 #. type: verbatim
26101 #: ../fish/guestfish-actions.pod:4367
26102 #, no-wrap
26103 msgid ""
26104 " tar-in (tarfile|-) directory\n"
26105 "\n"
26106 msgstr ""
26107
26108 #. type: textblock
26109 #: ../fish/guestfish-actions.pod:4372
26110 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26111 msgstr ""
26112
26113 #. type: =head2
26114 #: ../fish/guestfish-actions.pod:4377
26115 msgid "tar-out"
26116 msgstr ""
26117
26118 #. type: verbatim
26119 #: ../fish/guestfish-actions.pod:4379
26120 #, no-wrap
26121 msgid ""
26122 " tar-out directory (tarfile|-)\n"
26123 "\n"
26124 msgstr ""
26125
26126 #. type: textblock
26127 #: ../fish/guestfish-actions.pod:4384
26128 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26129 msgstr ""
26130
26131 #. type: =head2
26132 #: ../fish/guestfish-actions.pod:4389
26133 msgid "tgz-in"
26134 msgstr ""
26135
26136 #. type: verbatim
26137 #: ../fish/guestfish-actions.pod:4391
26138 #, no-wrap
26139 msgid ""
26140 " tgz-in (tarball|-) directory\n"
26141 "\n"
26142 msgstr ""
26143
26144 #. type: textblock
26145 #: ../fish/guestfish-actions.pod:4396
26146 msgid "To upload an uncompressed tarball, use L</tar-in>."
26147 msgstr ""
26148
26149 #. type: =head2
26150 #: ../fish/guestfish-actions.pod:4400
26151 msgid "tgz-out"
26152 msgstr ""
26153
26154 #. type: verbatim
26155 #: ../fish/guestfish-actions.pod:4402
26156 #, no-wrap
26157 msgid ""
26158 " tgz-out directory (tarball|-)\n"
26159 "\n"
26160 msgstr ""
26161
26162 #. type: textblock
26163 #: ../fish/guestfish-actions.pod:4407
26164 msgid "To download an uncompressed tarball, use L</tar-out>."
26165 msgstr ""
26166
26167 #. type: =head2
26168 #: ../fish/guestfish-actions.pod:4411
26169 msgid "touch"
26170 msgstr ""
26171
26172 #. type: verbatim
26173 #: ../fish/guestfish-actions.pod:4413
26174 #, no-wrap
26175 msgid ""
26176 " touch path\n"
26177 "\n"
26178 msgstr ""
26179
26180 #. type: =head2
26181 #: ../fish/guestfish-actions.pod:4422
26182 msgid "truncate"
26183 msgstr ""
26184
26185 #. type: verbatim
26186 #: ../fish/guestfish-actions.pod:4424
26187 #, no-wrap
26188 msgid ""
26189 " truncate path\n"
26190 "\n"
26191 msgstr ""
26192
26193 #. type: =head2
26194 #: ../fish/guestfish-actions.pod:4429
26195 msgid "truncate-size"
26196 msgstr ""
26197
26198 #. type: verbatim
26199 #: ../fish/guestfish-actions.pod:4431
26200 #, no-wrap
26201 msgid ""
26202 " truncate-size path size\n"
26203 "\n"
26204 msgstr ""
26205
26206 #. type: textblock
26207 #: ../fish/guestfish-actions.pod:4436
26208 msgid ""
26209 "If the current file size is less than C<size> then the file is extended to "
26210 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26211 "blocks are not allocated for the file until you write to it).  To create a "
26212 "non-sparse file of zeroes, use L</fallocate64> instead."
26213 msgstr ""
26214
26215 #. type: =head2
26216 #: ../fish/guestfish-actions.pod:4442
26217 msgid "tune2fs-l"
26218 msgstr ""
26219
26220 #. type: verbatim
26221 #: ../fish/guestfish-actions.pod:4444
26222 #, no-wrap
26223 msgid ""
26224 " tune2fs-l device\n"
26225 "\n"
26226 msgstr ""
26227
26228 #. type: =head2
26229 #: ../fish/guestfish-actions.pod:4454
26230 msgid "txz-in"
26231 msgstr ""
26232
26233 #. type: verbatim
26234 #: ../fish/guestfish-actions.pod:4456
26235 #, no-wrap
26236 msgid ""
26237 " txz-in (tarball|-) directory\n"
26238 "\n"
26239 msgstr ""
26240
26241 #. type: =head2
26242 #: ../fish/guestfish-actions.pod:4463
26243 msgid "txz-out"
26244 msgstr ""
26245
26246 #. type: verbatim
26247 #: ../fish/guestfish-actions.pod:4465
26248 #, no-wrap
26249 msgid ""
26250 " txz-out directory (tarball|-)\n"
26251 "\n"
26252 msgstr ""
26253
26254 #. type: =head2
26255 #: ../fish/guestfish-actions.pod:4472
26256 msgid "umask"
26257 msgstr ""
26258
26259 #. type: verbatim
26260 #: ../fish/guestfish-actions.pod:4474
26261 #, no-wrap
26262 msgid ""
26263 " umask mask\n"
26264 "\n"
26265 msgstr ""
26266
26267 #. type: textblock
26268 #: ../fish/guestfish-actions.pod:4488
26269 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26270 msgstr ""
26271
26272 #. type: =head2
26273 #: ../fish/guestfish-actions.pod:4493
26274 msgid "umount"
26275 msgstr ""
26276
26277 #. type: =head2
26278 #: ../fish/guestfish-actions.pod:4495
26279 msgid "unmount"
26280 msgstr ""
26281
26282 #. type: verbatim
26283 #: ../fish/guestfish-actions.pod:4497
26284 #, no-wrap
26285 msgid ""
26286 " umount pathordevice\n"
26287 "\n"
26288 msgstr ""
26289
26290 #. type: =head2
26291 #: ../fish/guestfish-actions.pod:4503
26292 msgid "umount-all"
26293 msgstr ""
26294
26295 #. type: =head2
26296 #: ../fish/guestfish-actions.pod:4505
26297 msgid "unmount-all"
26298 msgstr ""
26299
26300 #. type: verbatim
26301 #: ../fish/guestfish-actions.pod:4507
26302 #, no-wrap
26303 msgid ""
26304 " umount-all\n"
26305 "\n"
26306 msgstr ""
26307
26308 #. type: =head2
26309 #: ../fish/guestfish-actions.pod:4513
26310 msgid "upload"
26311 msgstr ""
26312
26313 #. type: verbatim
26314 #: ../fish/guestfish-actions.pod:4515
26315 #, no-wrap
26316 msgid ""
26317 " upload (filename|-) remotefilename\n"
26318 "\n"
26319 msgstr ""
26320
26321 #. type: textblock
26322 #: ../fish/guestfish-actions.pod:4522
26323 msgid "See also L</download>."
26324 msgstr ""
26325
26326 #. type: =head2
26327 #: ../fish/guestfish-actions.pod:4526
26328 msgid "upload-offset"
26329 msgstr ""
26330
26331 #. type: verbatim
26332 #: ../fish/guestfish-actions.pod:4528
26333 #, no-wrap
26334 msgid ""
26335 " upload-offset (filename|-) remotefilename offset\n"
26336 "\n"
26337 msgstr ""
26338
26339 #. type: textblock
26340 #: ../fish/guestfish-actions.pod:4540
26341 msgid ""
26342 "Note that there is no limit on the amount of data that can be uploaded with "
26343 "this call, unlike with L</pwrite>, and this call always writes the full "
26344 "amount unless an error occurs."
26345 msgstr ""
26346
26347 #. type: textblock
26348 #: ../fish/guestfish-actions.pod:4545
26349 msgid "See also L</upload>, L</pwrite>."
26350 msgstr ""
26351
26352 #. type: =head2
26353 #: ../fish/guestfish-actions.pod:4549
26354 msgid "utimens"
26355 msgstr ""
26356
26357 #. type: verbatim
26358 #: ../fish/guestfish-actions.pod:4551
26359 #, no-wrap
26360 msgid ""
26361 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26362 "\n"
26363 msgstr ""
26364
26365 #. type: =head2
26366 #: ../fish/guestfish-actions.pod:4570
26367 msgid "version"
26368 msgstr ""
26369
26370 #. type: verbatim
26371 #: ../fish/guestfish-actions.pod:4572
26372 #, no-wrap
26373 msgid ""
26374 " version\n"
26375 "\n"
26376 msgstr ""
26377
26378 #. type: textblock
26379 #: ../fish/guestfish-actions.pod:4599
26380 msgid ""
26381 "I<Note:> Don't use this call to test for availability of features.  In "
26382 "enterprise distributions we backport features from later versions into "
26383 "earlier versions, making this an unreliable way to test for features.  Use "
26384 "L</available> instead."
26385 msgstr ""
26386
26387 #. type: =head2
26388 #: ../fish/guestfish-actions.pod:4605
26389 msgid "vfs-label"
26390 msgstr ""
26391
26392 #. type: verbatim
26393 #: ../fish/guestfish-actions.pod:4607
26394 #, no-wrap
26395 msgid ""
26396 " vfs-label device\n"
26397 "\n"
26398 msgstr ""
26399
26400 #. type: textblock
26401 #: ../fish/guestfish-actions.pod:4614
26402 msgid "To find a filesystem from the label, use L</findfs-label>."
26403 msgstr ""
26404
26405 #. type: =head2
26406 #: ../fish/guestfish-actions.pod:4616
26407 msgid "vfs-type"
26408 msgstr ""
26409
26410 #. type: verbatim
26411 #: ../fish/guestfish-actions.pod:4618
26412 #, no-wrap
26413 msgid ""
26414 " vfs-type device\n"
26415 "\n"
26416 msgstr ""
26417
26418 #. type: =head2
26419 #: ../fish/guestfish-actions.pod:4628
26420 msgid "vfs-uuid"
26421 msgstr ""
26422
26423 #. type: verbatim
26424 #: ../fish/guestfish-actions.pod:4630
26425 #, no-wrap
26426 msgid ""
26427 " vfs-uuid device\n"
26428 "\n"
26429 msgstr ""
26430
26431 #. type: textblock
26432 #: ../fish/guestfish-actions.pod:4637
26433 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26434 msgstr ""
26435
26436 #. type: =head2
26437 #: ../fish/guestfish-actions.pod:4639
26438 msgid "vg-activate"
26439 msgstr ""
26440
26441 #. type: verbatim
26442 #: ../fish/guestfish-actions.pod:4641
26443 #, no-wrap
26444 msgid ""
26445 " vg-activate true|false 'volgroups ...'\n"
26446 "\n"
26447 msgstr ""
26448
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:4654
26451 msgid "vg-activate-all"
26452 msgstr ""
26453
26454 #. type: verbatim
26455 #: ../fish/guestfish-actions.pod:4656
26456 #, no-wrap
26457 msgid ""
26458 " vg-activate-all true|false\n"
26459 "\n"
26460 msgstr ""
26461
26462 #. type: =head2
26463 #: ../fish/guestfish-actions.pod:4666
26464 msgid "vgcreate"
26465 msgstr ""
26466
26467 #. type: verbatim
26468 #: ../fish/guestfish-actions.pod:4668
26469 #, no-wrap
26470 msgid ""
26471 " vgcreate volgroup 'physvols ...'\n"
26472 "\n"
26473 msgstr ""
26474
26475 #. type: =head2
26476 #: ../fish/guestfish-actions.pod:4673
26477 msgid "vglvuuids"
26478 msgstr ""
26479
26480 #. type: verbatim
26481 #: ../fish/guestfish-actions.pod:4675
26482 #, no-wrap
26483 msgid ""
26484 " vglvuuids vgname\n"
26485 "\n"
26486 msgstr ""
26487
26488 #. type: textblock
26489 #: ../fish/guestfish-actions.pod:4680
26490 msgid ""
26491 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26492 "logical volumes and volume groups."
26493 msgstr ""
26494
26495 #. type: textblock
26496 #: ../fish/guestfish-actions.pod:4683
26497 msgid "See also L</vgpvuuids>."
26498 msgstr ""
26499
26500 #. type: =head2
26501 #: ../fish/guestfish-actions.pod:4685
26502 msgid "vgpvuuids"
26503 msgstr ""
26504
26505 #. type: verbatim
26506 #: ../fish/guestfish-actions.pod:4687
26507 #, no-wrap
26508 msgid ""
26509 " vgpvuuids vgname\n"
26510 "\n"
26511 msgstr ""
26512
26513 #. type: textblock
26514 #: ../fish/guestfish-actions.pod:4692
26515 msgid ""
26516 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26517 "physical volumes and volume groups."
26518 msgstr ""
26519
26520 #. type: textblock
26521 #: ../fish/guestfish-actions.pod:4695
26522 msgid "See also L</vglvuuids>."
26523 msgstr ""
26524
26525 #. type: =head2
26526 #: ../fish/guestfish-actions.pod:4697
26527 msgid "vgremove"
26528 msgstr ""
26529
26530 #. type: verbatim
26531 #: ../fish/guestfish-actions.pod:4699
26532 #, no-wrap
26533 msgid ""
26534 " vgremove vgname\n"
26535 "\n"
26536 msgstr ""
26537
26538 #. type: =head2
26539 #: ../fish/guestfish-actions.pod:4706
26540 msgid "vgrename"
26541 msgstr ""
26542
26543 #. type: verbatim
26544 #: ../fish/guestfish-actions.pod:4708
26545 #, no-wrap
26546 msgid ""
26547 " vgrename volgroup newvolgroup\n"
26548 "\n"
26549 msgstr ""
26550
26551 #. type: =head2
26552 #: ../fish/guestfish-actions.pod:4712
26553 msgid "vgs"
26554 msgstr ""
26555
26556 #. type: verbatim
26557 #: ../fish/guestfish-actions.pod:4714
26558 #, no-wrap
26559 msgid ""
26560 " vgs\n"
26561 "\n"
26562 msgstr ""
26563
26564 #. type: textblock
26565 #: ../fish/guestfish-actions.pod:4722
26566 msgid "See also L</vgs-full>."
26567 msgstr ""
26568
26569 #. type: =head2
26570 #: ../fish/guestfish-actions.pod:4724
26571 msgid "vgs-full"
26572 msgstr ""
26573
26574 #. type: verbatim
26575 #: ../fish/guestfish-actions.pod:4726
26576 #, no-wrap
26577 msgid ""
26578 " vgs-full\n"
26579 "\n"
26580 msgstr ""
26581
26582 #. type: =head2
26583 #: ../fish/guestfish-actions.pod:4731
26584 msgid "vgscan"
26585 msgstr ""
26586
26587 #. type: verbatim
26588 #: ../fish/guestfish-actions.pod:4733
26589 #, no-wrap
26590 msgid ""
26591 " vgscan\n"
26592 "\n"
26593 msgstr ""
26594
26595 #. type: =head2
26596 #: ../fish/guestfish-actions.pod:4738
26597 msgid "vguuid"
26598 msgstr ""
26599
26600 #. type: verbatim
26601 #: ../fish/guestfish-actions.pod:4740
26602 #, no-wrap
26603 msgid ""
26604 " vguuid vgname\n"
26605 "\n"
26606 msgstr ""
26607
26608 #. type: =head2
26609 #: ../fish/guestfish-actions.pod:4744
26610 msgid "wc-c"
26611 msgstr ""
26612
26613 #. type: verbatim
26614 #: ../fish/guestfish-actions.pod:4746
26615 #, no-wrap
26616 msgid ""
26617 " wc-c path\n"
26618 "\n"
26619 msgstr ""
26620
26621 #. type: =head2
26622 #: ../fish/guestfish-actions.pod:4751
26623 msgid "wc-l"
26624 msgstr ""
26625
26626 #. type: verbatim
26627 #: ../fish/guestfish-actions.pod:4753
26628 #, no-wrap
26629 msgid ""
26630 " wc-l path\n"
26631 "\n"
26632 msgstr ""
26633
26634 #. type: =head2
26635 #: ../fish/guestfish-actions.pod:4758
26636 msgid "wc-w"
26637 msgstr ""
26638
26639 #. type: verbatim
26640 #: ../fish/guestfish-actions.pod:4760
26641 #, no-wrap
26642 msgid ""
26643 " wc-w path\n"
26644 "\n"
26645 msgstr ""
26646
26647 #. type: =head2
26648 #: ../fish/guestfish-actions.pod:4765
26649 msgid "write"
26650 msgstr ""
26651
26652 #. type: verbatim
26653 #: ../fish/guestfish-actions.pod:4767
26654 #, no-wrap
26655 msgid ""
26656 " write path content\n"
26657 "\n"
26658 msgstr ""
26659
26660 #. type: =head2
26661 #: ../fish/guestfish-actions.pod:4775
26662 msgid "write-file"
26663 msgstr ""
26664
26665 #. type: verbatim
26666 #: ../fish/guestfish-actions.pod:4777
26667 #, no-wrap
26668 msgid ""
26669 " write-file path content size\n"
26670 "\n"
26671 msgstr ""
26672
26673 #. type: =head2
26674 #: ../fish/guestfish-actions.pod:4800
26675 msgid "zegrep"
26676 msgstr ""
26677
26678 #. type: verbatim
26679 #: ../fish/guestfish-actions.pod:4802
26680 #, no-wrap
26681 msgid ""
26682 " zegrep regex path\n"
26683 "\n"
26684 msgstr ""
26685
26686 #. type: =head2
26687 #: ../fish/guestfish-actions.pod:4810
26688 msgid "zegrepi"
26689 msgstr ""
26690
26691 #. type: verbatim
26692 #: ../fish/guestfish-actions.pod:4812
26693 #, no-wrap
26694 msgid ""
26695 " zegrepi regex path\n"
26696 "\n"
26697 msgstr ""
26698
26699 #. type: =head2
26700 #: ../fish/guestfish-actions.pod:4820
26701 msgid "zero"
26702 msgstr ""
26703
26704 #. type: verbatim
26705 #: ../fish/guestfish-actions.pod:4822
26706 #, no-wrap
26707 msgid ""
26708 " zero device\n"
26709 "\n"
26710 msgstr ""
26711
26712 #. type: textblock
26713 #: ../fish/guestfish-actions.pod:4830
26714 msgid "See also: L</zero-device>, L</scrub-device>."
26715 msgstr ""
26716
26717 #. type: =head2
26718 #: ../fish/guestfish-actions.pod:4832
26719 msgid "zero-device"
26720 msgstr ""
26721
26722 #. type: verbatim
26723 #: ../fish/guestfish-actions.pod:4834
26724 #, no-wrap
26725 msgid ""
26726 " zero-device device\n"
26727 "\n"
26728 msgstr ""
26729
26730 #. type: textblock
26731 #: ../fish/guestfish-actions.pod:4836
26732 msgid ""
26733 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26734 "which just zeroes the first few blocks of a device."
26735 msgstr ""
26736
26737 #. type: =head2
26738 #: ../fish/guestfish-actions.pod:4843
26739 msgid "zerofree"
26740 msgstr ""
26741
26742 #. type: verbatim
26743 #: ../fish/guestfish-actions.pod:4845
26744 #, no-wrap
26745 msgid ""
26746 " zerofree device\n"
26747 "\n"
26748 msgstr ""
26749
26750 #. type: =head2
26751 #: ../fish/guestfish-actions.pod:4858
26752 msgid "zfgrep"
26753 msgstr ""
26754
26755 #. type: verbatim
26756 #: ../fish/guestfish-actions.pod:4860
26757 #, no-wrap
26758 msgid ""
26759 " zfgrep pattern path\n"
26760 "\n"
26761 msgstr ""
26762
26763 #. type: =head2
26764 #: ../fish/guestfish-actions.pod:4868
26765 msgid "zfgrepi"
26766 msgstr ""
26767
26768 #. type: verbatim
26769 #: ../fish/guestfish-actions.pod:4870
26770 #, no-wrap
26771 msgid ""
26772 " zfgrepi pattern path\n"
26773 "\n"
26774 msgstr ""
26775
26776 #. type: =head2
26777 #: ../fish/guestfish-actions.pod:4878
26778 msgid "zfile"
26779 msgstr ""
26780
26781 #. type: verbatim
26782 #: ../fish/guestfish-actions.pod:4880
26783 #, no-wrap
26784 msgid ""
26785 " zfile meth path\n"
26786 "\n"
26787 msgstr ""
26788
26789 #. type: textblock
26790 #: ../fish/guestfish-actions.pod:4887
26791 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
26792 msgstr ""
26793
26794 #. type: =head2
26795 #: ../fish/guestfish-actions.pod:4897
26796 msgid "zgrep"
26797 msgstr ""
26798
26799 #. type: verbatim
26800 #: ../fish/guestfish-actions.pod:4899
26801 #, no-wrap
26802 msgid ""
26803 " zgrep regex path\n"
26804 "\n"
26805 msgstr ""
26806
26807 #. type: =head2
26808 #: ../fish/guestfish-actions.pod:4907
26809 msgid "zgrepi"
26810 msgstr ""
26811
26812 #. type: verbatim
26813 #: ../fish/guestfish-actions.pod:4909
26814 #, no-wrap
26815 msgid ""
26816 " zgrepi regex path\n"
26817 "\n"
26818 msgstr ""
26819
26820 #. type: =head2
26821 #: ../fish/guestfish-commands.pod:1
26822 msgid "alloc"
26823 msgstr ""
26824
26825 #. type: =head2
26826 #: ../fish/guestfish-commands.pod:3
26827 msgid "allocate"
26828 msgstr ""
26829
26830 #. type: verbatim
26831 #: ../fish/guestfish-commands.pod:5
26832 #, no-wrap
26833 msgid ""
26834 " alloc filename size\n"
26835 "\n"
26836 msgstr ""
26837
26838 #. type: textblock
26839 #: ../fish/guestfish-commands.pod:7
26840 msgid ""
26841 "This creates an empty (zeroed) file of the given size, and then adds so it "
26842 "can be further examined."
26843 msgstr ""
26844
26845 #. type: textblock
26846 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
26847 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
26848 msgstr ""
26849
26850 #. type: textblock
26851 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
26852 msgid "Size can be specified using standard suffixes, eg. C<1M>."
26853 msgstr ""
26854
26855 #. type: textblock
26856 #: ../fish/guestfish-commands.pod:14
26857 msgid ""
26858 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
26859 "image, see L</PREPARED DISK IMAGES>."
26860 msgstr ""
26861
26862 #. type: =head2
26863 #: ../fish/guestfish-commands.pod:17
26864 msgid "copy-in"
26865 msgstr ""
26866
26867 #. type: verbatim
26868 #: ../fish/guestfish-commands.pod:19
26869 #, no-wrap
26870 msgid ""
26871 " copy-in local [local ...] /remotedir\n"
26872 "\n"
26873 msgstr ""
26874
26875 #. type: textblock
26876 #: ../fish/guestfish-commands.pod:21
26877 msgid ""
26878 "C<copy-in> copies local files or directories recursively into the disk "
26879 "image, placing them in the directory called C</remotedir> (which must "
26880 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
26881 "other commands as necessary."
26882 msgstr ""
26883
26884 #. type: textblock
26885 #: ../fish/guestfish-commands.pod:26
26886 msgid ""
26887 "Multiple local files and directories can be specified, but the last "
26888 "parameter must always be a remote directory.  Wildcards cannot be used."
26889 msgstr ""
26890
26891 #. type: =head2
26892 #: ../fish/guestfish-commands.pod:30
26893 msgid "copy-out"
26894 msgstr ""
26895
26896 #. type: verbatim
26897 #: ../fish/guestfish-commands.pod:32
26898 #, no-wrap
26899 msgid ""
26900 " copy-out remote [remote ...] localdir\n"
26901 "\n"
26902 msgstr ""
26903
26904 #. type: textblock
26905 #: ../fish/guestfish-commands.pod:34
26906 msgid ""
26907 "C<copy-out> copies remote files or directories recursively out of the disk "
26908 "image, placing them on the host disk in a local directory called C<localdir> "
26909 "(which must exist).  This guestfish meta-command turns into a sequence of "
26910 "L</download>, L</tar-out> and other commands as necessary."
26911 msgstr ""
26912
26913 #. type: textblock
26914 #: ../fish/guestfish-commands.pod:40
26915 msgid ""
26916 "Multiple remote files and directories can be specified, but the last "
26917 "parameter must always be a local directory.  To download to the current "
26918 "directory, use C<.> as in:"
26919 msgstr ""
26920
26921 #. type: verbatim
26922 #: ../fish/guestfish-commands.pod:44
26923 #, no-wrap
26924 msgid ""
26925 " copy-out /home .\n"
26926 "\n"
26927 msgstr ""
26928
26929 #. type: textblock
26930 #: ../fish/guestfish-commands.pod:46
26931 msgid ""
26932 "Wildcards cannot be used in the ordinary command, but you can use them with "
26933 "the help of L</glob> like this:"
26934 msgstr ""
26935
26936 #. type: verbatim
26937 #: ../fish/guestfish-commands.pod:49
26938 #, no-wrap
26939 msgid ""
26940 " glob copy-out /home/* .\n"
26941 "\n"
26942 msgstr ""
26943
26944 #. type: =head2
26945 #: ../fish/guestfish-commands.pod:51
26946 msgid "echo"
26947 msgstr ""
26948
26949 #. type: verbatim
26950 #: ../fish/guestfish-commands.pod:53
26951 #, no-wrap
26952 msgid ""
26953 " echo [params ...]\n"
26954 "\n"
26955 msgstr ""
26956
26957 #. type: textblock
26958 #: ../fish/guestfish-commands.pod:55
26959 msgid "This echos the parameters to the terminal."
26960 msgstr ""
26961
26962 #. type: =head2
26963 #: ../fish/guestfish-commands.pod:57
26964 msgid "edit"
26965 msgstr ""
26966
26967 #. type: =head2
26968 #: ../fish/guestfish-commands.pod:59
26969 msgid "vi"
26970 msgstr ""
26971
26972 #. type: =head2
26973 #: ../fish/guestfish-commands.pod:61
26974 msgid "emacs"
26975 msgstr ""
26976
26977 #. type: verbatim
26978 #: ../fish/guestfish-commands.pod:63
26979 #, no-wrap
26980 msgid ""
26981 " edit filename\n"
26982 "\n"
26983 msgstr ""
26984
26985 #. type: textblock
26986 #: ../fish/guestfish-commands.pod:65
26987 msgid ""
26988 "This is used to edit a file.  It downloads the file, edits it locally using "
26989 "your editor, then uploads the result."
26990 msgstr ""
26991
26992 #. type: textblock
26993 #: ../fish/guestfish-commands.pod:68
26994 msgid ""
26995 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
26996 "or C<emacs> you will get those corresponding editors."
26997 msgstr ""
26998
26999 #. type: =head2
27000 #: ../fish/guestfish-commands.pod:72
27001 msgid "glob"
27002 msgstr ""
27003
27004 #. type: verbatim
27005 #: ../fish/guestfish-commands.pod:74
27006 #, no-wrap
27007 msgid ""
27008 " glob command args...\n"
27009 "\n"
27010 msgstr ""
27011
27012 #. type: textblock
27013 #: ../fish/guestfish-commands.pod:76
27014 msgid ""
27015 "Expand wildcards in any paths in the args list, and run C<command> "
27016 "repeatedly on each matching path."
27017 msgstr ""
27018
27019 #. type: textblock
27020 #: ../fish/guestfish-commands.pod:79
27021 msgid "See L</WILDCARDS AND GLOBBING>."
27022 msgstr ""
27023
27024 #. type: =head2
27025 #: ../fish/guestfish-commands.pod:81
27026 msgid "hexedit"
27027 msgstr ""
27028
27029 #. type: verbatim
27030 #: ../fish/guestfish-commands.pod:83
27031 #, no-wrap
27032 msgid ""
27033 " hexedit <filename|device>\n"
27034 " hexedit <filename|device> <max>\n"
27035 " hexedit <filename|device> <start> <max>\n"
27036 "\n"
27037 msgstr ""
27038
27039 #. type: textblock
27040 #: ../fish/guestfish-commands.pod:87
27041 msgid ""
27042 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27043 "device."
27044 msgstr ""
27045
27046 #. type: textblock
27047 #: ../fish/guestfish-commands.pod:90
27048 msgid ""
27049 "This command works by downloading potentially the whole file or device, "
27050 "editing it locally, then uploading it.  If the file or device is large, you "
27051 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27052 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27053 "usual modifiers allowed such as C<1M> (1 megabyte)."
27054 msgstr ""
27055
27056 #. type: textblock
27057 #: ../fish/guestfish-commands.pod:97
27058 msgid "For example to edit the first few sectors of a disk you might do:"
27059 msgstr ""
27060
27061 #. type: verbatim
27062 #: ../fish/guestfish-commands.pod:100
27063 #, no-wrap
27064 msgid ""
27065 " hexedit /dev/sda 1M\n"
27066 "\n"
27067 msgstr ""
27068
27069 #. type: textblock
27070 #: ../fish/guestfish-commands.pod:102
27071 msgid ""
27072 "which would allow you to edit anywhere within the first megabyte of the "
27073 "disk."
27074 msgstr ""
27075
27076 #. type: textblock
27077 #: ../fish/guestfish-commands.pod:105
27078 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27079 msgstr ""
27080
27081 #. type: verbatim
27082 #: ../fish/guestfish-commands.pod:107
27083 #, no-wrap
27084 msgid ""
27085 " hexedit /dev/sda1 0x400 0x400\n"
27086 "\n"
27087 msgstr ""
27088
27089 #. type: textblock
27090 #: ../fish/guestfish-commands.pod:109
27091 msgid "(assuming the superblock is in the standard location)."
27092 msgstr ""
27093
27094 #. type: textblock
27095 #: ../fish/guestfish-commands.pod:111
27096 msgid ""
27097 "This command requires the external L<hexedit(1)> program.  You can specify "
27098 "another program to use by setting the C<HEXEDITOR> environment variable."
27099 msgstr ""
27100
27101 #. type: textblock
27102 #: ../fish/guestfish-commands.pod:115
27103 msgid "See also L</hexdump>."
27104 msgstr ""
27105
27106 #. type: =head2
27107 #: ../fish/guestfish-commands.pod:117
27108 msgid "lcd"
27109 msgstr ""
27110
27111 #. type: verbatim
27112 #: ../fish/guestfish-commands.pod:119
27113 #, no-wrap
27114 msgid ""
27115 " lcd directory\n"
27116 "\n"
27117 msgstr ""
27118
27119 #. type: textblock
27120 #: ../fish/guestfish-commands.pod:121
27121 msgid "Change the local directory, ie. the current directory of guestfish itself."
27122 msgstr ""
27123
27124 #. type: textblock
27125 #: ../fish/guestfish-commands.pod:124
27126 msgid "Note that C<!cd> won't do what you might expect."
27127 msgstr ""
27128
27129 #. type: =head2
27130 #: ../fish/guestfish-commands.pod:126
27131 msgid "man"
27132 msgstr ""
27133
27134 #. type: =head2
27135 #: ../fish/guestfish-commands.pod:128
27136 msgid "manual"
27137 msgstr ""
27138
27139 #. type: verbatim
27140 #: ../fish/guestfish-commands.pod:130
27141 #, no-wrap
27142 msgid ""
27143 "  man\n"
27144 "\n"
27145 msgstr ""
27146
27147 #. type: textblock
27148 #: ../fish/guestfish-commands.pod:132
27149 msgid "Opens the manual page for guestfish."
27150 msgstr ""
27151
27152 #. type: =head2
27153 #: ../fish/guestfish-commands.pod:134
27154 msgid "more"
27155 msgstr ""
27156
27157 #. type: =head2
27158 #: ../fish/guestfish-commands.pod:136
27159 msgid "less"
27160 msgstr ""
27161
27162 #. type: verbatim
27163 #: ../fish/guestfish-commands.pod:138
27164 #, no-wrap
27165 msgid ""
27166 " more filename\n"
27167 "\n"
27168 msgstr ""
27169
27170 #. type: verbatim
27171 #: ../fish/guestfish-commands.pod:140
27172 #, no-wrap
27173 msgid ""
27174 " less filename\n"
27175 "\n"
27176 msgstr ""
27177
27178 #. type: textblock
27179 #: ../fish/guestfish-commands.pod:142
27180 msgid "This is used to view a file."
27181 msgstr ""
27182
27183 #. type: textblock
27184 #: ../fish/guestfish-commands.pod:144
27185 msgid ""
27186 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27187 "C<less> you will get the C<less> command specifically."
27188 msgstr ""
27189
27190 #. type: =head2
27191 #: ../fish/guestfish-commands.pod:147
27192 msgid "reopen"
27193 msgstr ""
27194
27195 #. type: verbatim
27196 #: ../fish/guestfish-commands.pod:149
27197 #, no-wrap
27198 msgid ""
27199 "  reopen\n"
27200 "\n"
27201 msgstr ""
27202
27203 #. type: textblock
27204 #: ../fish/guestfish-commands.pod:151
27205 msgid ""
27206 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27207 "normally, because the handle is closed properly when guestfish exits.  "
27208 "However this is occasionally useful for testing."
27209 msgstr ""
27210
27211 #. type: =head2
27212 #: ../fish/guestfish-commands.pod:155
27213 msgid "sparse"
27214 msgstr ""
27215
27216 #. type: verbatim
27217 #: ../fish/guestfish-commands.pod:157
27218 #, no-wrap
27219 msgid ""
27220 " sparse filename size\n"
27221 "\n"
27222 msgstr ""
27223
27224 #. type: textblock
27225 #: ../fish/guestfish-commands.pod:159
27226 msgid ""
27227 "This creates an empty sparse file of the given size, and then adds so it can "
27228 "be further examined."
27229 msgstr ""
27230
27231 #. type: textblock
27232 #: ../fish/guestfish-commands.pod:162
27233 msgid ""
27234 "In all respects it works the same as the L</alloc> command, except that the "
27235 "image file is allocated sparsely, which means that disk blocks are not "
27236 "assigned to the file until they are needed.  Sparse disk files only use "
27237 "space when written to, but they are slower and there is a danger you could "
27238 "run out of real disk space during a write operation."
27239 msgstr ""
27240
27241 #. type: =head2
27242 #: ../fish/guestfish-commands.pod:172
27243 msgid "supported"
27244 msgstr ""
27245
27246 #. type: verbatim
27247 #: ../fish/guestfish-commands.pod:174
27248 #, no-wrap
27249 msgid ""
27250 " supported\n"
27251 "\n"
27252 msgstr ""
27253
27254 #. type: textblock
27255 #: ../fish/guestfish-commands.pod:176
27256 msgid ""
27257 "This command returns a list of the optional groups known to the daemon, and "
27258 "indicates which ones are supported by this build of the libguestfs "
27259 "appliance."
27260 msgstr ""
27261
27262 #. type: textblock
27263 #: ../fish/guestfish-commands.pod:180
27264 msgid "See also L<guestfs(3)/AVAILABILITY>."
27265 msgstr ""
27266
27267 #. type: =head2
27268 #: ../fish/guestfish-commands.pod:182
27269 msgid "time"
27270 msgstr ""
27271
27272 #. type: verbatim
27273 #: ../fish/guestfish-commands.pod:184
27274 #, no-wrap
27275 msgid ""
27276 " time command args...\n"
27277 "\n"
27278 msgstr ""
27279
27280 #. type: textblock
27281 #: ../fish/guestfish-commands.pod:186
27282 msgid ""
27283 "Run the command as usual, but print the elapsed time afterwards.  This can "
27284 "be useful for benchmarking operations."
27285 msgstr ""
27286
27287 #. type: textblock
27288 #: ../test-tool/libguestfs-test-tool.pod:5
27289 msgid "libguestfs-test-tool - End user tests for libguestfs"
27290 msgstr ""
27291
27292 #. type: verbatim
27293 #: ../test-tool/libguestfs-test-tool.pod:9
27294 #, no-wrap
27295 msgid ""
27296 " libguestfs-test-tool [--options]\n"
27297 "\n"
27298 msgstr ""
27299
27300 #. type: textblock
27301 #: ../test-tool/libguestfs-test-tool.pod:13
27302 msgid ""
27303 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27304 "and developers, to allow them to check basic libguestfs functionality is "
27305 "working.  This is needed because libguestfs occasionally breaks for reasons "
27306 "beyond our control: usually because of changes in the underlying qemu or "
27307 "kernel packages, or the host environment."
27308 msgstr ""
27309
27310 #. type: textblock
27311 #: ../test-tool/libguestfs-test-tool.pod:20
27312 msgid "If you suspect a problem in libguestfs, then just run:"
27313 msgstr ""
27314
27315 #. type: verbatim
27316 #: ../test-tool/libguestfs-test-tool.pod:22
27317 #, no-wrap
27318 msgid ""
27319 " libguestfs-test-tool\n"
27320 "\n"
27321 msgstr ""
27322
27323 #. type: textblock
27324 #: ../test-tool/libguestfs-test-tool.pod:24
27325 msgid "It will print lots of diagnostic messages."
27326 msgstr ""
27327
27328 #. type: textblock
27329 #: ../test-tool/libguestfs-test-tool.pod:26
27330 msgid "If it runs to completion successfully, you will see this near the end:"
27331 msgstr ""
27332
27333 #. type: verbatim
27334 #: ../test-tool/libguestfs-test-tool.pod:28
27335 #, no-wrap
27336 msgid ""
27337 " ===== TEST FINISHED OK =====\n"
27338 "\n"
27339 msgstr ""
27340
27341 #. type: textblock
27342 #: ../test-tool/libguestfs-test-tool.pod:30
27343 msgid "and the test tool will exit with code 0."
27344 msgstr ""
27345
27346 #. type: textblock
27347 #: ../test-tool/libguestfs-test-tool.pod:32
27348 msgid ""
27349 "If it fails (and/or exits with non-zero error code), please paste the "
27350 "B<complete, unedited> output of the test tool into a bug report.  More "
27351 "information about reporting bugs can be found on the "
27352 "L<http://libguestfs.org/> website."
27353 msgstr ""
27354
27355 #. type: =item
27356 #: ../test-tool/libguestfs-test-tool.pod:41
27357 msgid "I<--help>"
27358 msgstr ""
27359
27360 #. type: textblock
27361 #: ../test-tool/libguestfs-test-tool.pod:43
27362 msgid "Display short usage information and exit."
27363 msgstr ""
27364
27365 #. type: =item
27366 #: ../test-tool/libguestfs-test-tool.pod:45
27367 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
27368 msgstr ""
27369
27370 #. type: textblock
27371 #: ../test-tool/libguestfs-test-tool.pod:47
27372 msgid ""
27373 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
27374 "normally look in the C<$libexec> directory that was configured when the tool "
27375 "was built."
27376 msgstr ""
27377
27378 #. type: =item
27379 #: ../test-tool/libguestfs-test-tool.pod:51
27380 msgid "I<--qemu qemu_binary>"
27381 msgstr ""
27382
27383 #. type: textblock
27384 #: ../test-tool/libguestfs-test-tool.pod:53
27385 msgid ""
27386 "If you have downloaded another qemu binary, point this option at the full "
27387 "path of the binary to try it."
27388 msgstr ""
27389
27390 #. type: =item
27391 #: ../test-tool/libguestfs-test-tool.pod:56
27392 msgid "I<--qemudir qemu_source_dir>"
27393 msgstr ""
27394
27395 #. type: textblock
27396 #: ../test-tool/libguestfs-test-tool.pod:58
27397 msgid ""
27398 "If you have compiled qemu from source, point this option at the source "
27399 "directory to try it."
27400 msgstr ""
27401
27402 #. type: =item
27403 #: ../test-tool/libguestfs-test-tool.pod:61
27404 msgid "I<--timeout N>"
27405 msgstr ""
27406
27407 #. type: textblock
27408 #: ../test-tool/libguestfs-test-tool.pod:63
27409 msgid ""
27410 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27411 "does not usually need to be adjusted unless your machine is very slow."
27412 msgstr ""
27413
27414 #. type: =head1
27415 #: ../test-tool/libguestfs-test-tool.pod:69
27416 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27417 msgstr ""
27418
27419 #. type: textblock
27420 #: ../test-tool/libguestfs-test-tool.pod:71
27421 msgid ""
27422 "If you have compiled another version of qemu from source and would like to "
27423 "try that, then you can use the I<--qemudir> option to point to the qemu "
27424 "source directory."
27425 msgstr ""
27426
27427 #. type: textblock
27428 #: ../test-tool/libguestfs-test-tool.pod:75
27429 msgid ""
27430 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27431 "option to point to the binary."
27432 msgstr ""
27433
27434 #. type: textblock
27435 #: ../test-tool/libguestfs-test-tool.pod:78
27436 msgid ""
27437 "When using an alternate qemu with libguestfs, usually you would need to "
27438 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27439 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27440 "when you use either of the I<--qemudir> or I<--qemu> options."
27441 msgstr ""
27442
27443 #. type: textblock
27444 #: ../test-tool/libguestfs-test-tool.pod:85
27445 msgid ""
27446 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27447 "I<1> if there was an error."
27448 msgstr ""
27449
27450 #. type: =item
27451 #: ../test-tool/libguestfs-test-tool.pod:92
27452 msgid "/usr/libexec/libguestfs-test-tool-helper"
27453 msgstr ""
27454
27455 #. type: textblock
27456 #: ../test-tool/libguestfs-test-tool.pod:94
27457 msgid ""
27458 "This helper program is run inside the appliance and provides additional "
27459 "tests."
27460 msgstr ""
27461
27462 #. type: =item
27463 #: ../test-tool/libguestfs-test-tool.pod:97
27464 msgid "/usr/bin/mkisofs"
27465 msgstr ""
27466
27467 #. type: textblock
27468 #: ../test-tool/libguestfs-test-tool.pod:99
27469 msgid ""
27470 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
27471 "which is used as part of the tests."
27472 msgstr ""
27473
27474 #. type: textblock
27475 #: ../test-tool/libguestfs-test-tool.pod:106
27476 msgid ""
27477 "For the full list of environment variables which may affect libguestfs, "
27478 "please see the L<guestfs(3)> manual page."
27479 msgstr ""
27480
27481 #. type: textblock
27482 #: ../test-tool/libguestfs-test-tool.pod:111
27483 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27484 msgstr ""
27485
27486 #. type: textblock
27487 #: ../test-tool/libguestfs-test-tool.pod:121
27488 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
27489 msgstr ""
27490
27491 #. type: textblock
27492 #: ../fuse/guestmount.pod:5
27493 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27494 msgstr ""
27495
27496 #. type: verbatim
27497 #: ../fuse/guestmount.pod:9
27498 #, no-wrap
27499 msgid ""
27500 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27501 "\n"
27502 msgstr ""
27503
27504 #. type: verbatim
27505 #: ../fuse/guestmount.pod:11
27506 #, no-wrap
27507 msgid ""
27508 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27509 "\n"
27510 msgstr ""
27511
27512 #. type: verbatim
27513 #: ../fuse/guestmount.pod:13
27514 #, no-wrap
27515 msgid ""
27516 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27517 "\n"
27518 msgstr ""
27519
27520 #. type: textblock
27521 #: ../fuse/guestmount.pod:17
27522 msgid ""
27523 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27524 "machines.  If you do this, you risk disk corruption in the VM."
27525 msgstr ""
27526
27527 #. type: textblock
27528 #: ../fuse/guestmount.pod:22
27529 msgid ""
27530 "The guestmount program can be used to mount virtual machine filesystems and "
27531 "other disk images on the host.  It uses libguestfs for access to the guest "
27532 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27533 "a mountable device."
27534 msgstr ""
27535
27536 #. type: textblock
27537 #: ../fuse/guestmount.pod:27
27538 msgid ""
27539 "Along with other options, you have to give at least one device (I<-a> "
27540 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27541 "option) or use the I<-i> inspection option.  How this works is better "
27542 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27543 "below."
27544 msgstr ""
27545
27546 #. type: textblock
27547 #: ../fuse/guestmount.pod:33
27548 msgid ""
27549 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27550 "by you, and the filesystem will not be visible to any other users unless you "
27551 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27552 "the filesystem, use the C<fusermount -u> command."
27553 msgstr ""
27554
27555 #. type: textblock
27556 #: ../fuse/guestmount.pod:41
27557 msgid ""
27558 "For a typical Windows guest which has its main filesystem on the first "
27559 "partition:"
27560 msgstr ""
27561
27562 #. type: verbatim
27563 #: ../fuse/guestmount.pod:44
27564 #, no-wrap
27565 msgid ""
27566 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27567 "\n"
27568 msgstr ""
27569
27570 #. type: textblock
27571 #: ../fuse/guestmount.pod:46
27572 msgid ""
27573 "For a typical Linux guest which has a /boot filesystem on the first "
27574 "partition, and the root filesystem on a logical volume:"
27575 msgstr ""
27576
27577 #. type: verbatim
27578 #: ../fuse/guestmount.pod:49
27579 #, no-wrap
27580 msgid ""
27581 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27582 "\n"
27583 msgstr ""
27584
27585 #. type: textblock
27586 #: ../fuse/guestmount.pod:51
27587 msgid "To get libguestfs to detect guest mountpoints for you:"
27588 msgstr ""
27589
27590 #. type: verbatim
27591 #: ../fuse/guestmount.pod:53
27592 #, no-wrap
27593 msgid ""
27594 " guestmount -a guest.img -i --ro /mnt\n"
27595 "\n"
27596 msgstr ""
27597
27598 #. type: textblock
27599 #: ../fuse/guestmount.pod:55
27600 msgid "For a libvirt guest called \"Guest\" you could do:"
27601 msgstr ""
27602
27603 #. type: verbatim
27604 #: ../fuse/guestmount.pod:57
27605 #, no-wrap
27606 msgid ""
27607 " guestmount -d Guest -i --ro /mnt\n"
27608 "\n"
27609 msgstr ""
27610
27611 #. type: textblock
27612 #: ../fuse/guestmount.pod:59
27613 msgid ""
27614 "If you don't know what filesystems are contained in a guest or disk image, "
27615 "use L<virt-filesystems(1)> first:"
27616 msgstr ""
27617
27618 #. type: verbatim
27619 #: ../fuse/guestmount.pod:62
27620 #, no-wrap
27621 msgid ""
27622 " virt-filesystems MyGuest\n"
27623 "\n"
27624 msgstr ""
27625
27626 #. type: textblock
27627 #: ../fuse/guestmount.pod:64
27628 msgid ""
27629 "If you want to trace the libguestfs calls but without excessive debugging "
27630 "information, we recommend:"
27631 msgstr ""
27632
27633 #. type: verbatim
27634 #: ../fuse/guestmount.pod:67
27635 #, no-wrap
27636 msgid ""
27637 " guestmount [...] --trace /mnt\n"
27638 "\n"
27639 msgstr ""
27640
27641 #. type: textblock
27642 #: ../fuse/guestmount.pod:69
27643 msgid "If you want to debug the program, we recommend:"
27644 msgstr ""
27645
27646 #. type: verbatim
27647 #: ../fuse/guestmount.pod:71
27648 #, no-wrap
27649 msgid ""
27650 " guestmount [...] --trace --verbose /mnt\n"
27651 "\n"
27652 msgstr ""
27653
27654 #. type: =item
27655 #: ../fuse/guestmount.pod:77
27656 msgid "B<-a image> | B<--add image>"
27657 msgstr ""
27658
27659 #. type: textblock
27660 #: ../fuse/guestmount.pod:79
27661 msgid "Add a block device or virtual machine image."
27662 msgstr ""
27663
27664 #. type: =item
27665 #: ../fuse/guestmount.pod:84
27666 msgid "B<-c URI> | B<--connect URI>"
27667 msgstr ""
27668
27669 #. type: =item
27670 #: ../fuse/guestmount.pod:90
27671 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27672 msgstr ""
27673
27674 #. type: =item
27675 #: ../fuse/guestmount.pod:96
27676 msgid "B<--dir-cache-timeout N>"
27677 msgstr ""
27678
27679 #. type: textblock
27680 #: ../fuse/guestmount.pod:98
27681 msgid ""
27682 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27683 "seconds.  The readdir cache [actually, there are several semi-independent "
27684 "caches] is populated after a readdir(2) call with the stat and extended "
27685 "attributes of the files in the directory, in anticipation that they will be "
27686 "requested soon after."
27687 msgstr ""
27688
27689 #. type: textblock
27690 #: ../fuse/guestmount.pod:104
27691 msgid ""
27692 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27693 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27694 "requests, only cache existing ones."
27695 msgstr ""
27696
27697 #. type: =item
27698 #: ../fuse/guestmount.pod:115
27699 msgid "B<--format=raw|qcow2|..> | B<--format>"
27700 msgstr ""
27701
27702 #. type: textblock
27703 #: ../fuse/guestmount.pod:122
27704 msgid ""
27705 "If you have untrusted raw-format guest disk images, you should use this "
27706 "option to specify the disk format.  This avoids a possible security problem "
27707 "with malicious guests (CVE-2010-3851).  See also "
27708 "L<guestfs(3)/guestfs_add_drive_opts>."
27709 msgstr ""
27710
27711 #. type: =item
27712 #: ../fuse/guestmount.pod:127
27713 msgid "B<--fuse-help>"
27714 msgstr ""
27715
27716 #. type: textblock
27717 #: ../fuse/guestmount.pod:129
27718 msgid "Display help on special FUSE options (see I<-o> below)."
27719 msgstr ""
27720
27721 #. type: textblock
27722 #: ../fuse/guestmount.pod:133
27723 msgid "Display brief help and exit."
27724 msgstr ""
27725
27726 #. type: =item
27727 #: ../fuse/guestmount.pod:135
27728 msgid "B<-i> | B<--inspector>"
27729 msgstr ""
27730
27731 #. type: =item
27732 #: ../fuse/guestmount.pod:151
27733 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
27734 msgstr ""
27735
27736 #. type: textblock
27737 #: ../fuse/guestmount.pod:153
27738 msgid ""
27739 "Mount the named partition or logical volume on the given mountpoint B<in the "
27740 "guest> (this has nothing to do with mountpoints in the host)."
27741 msgstr ""
27742
27743 #. type: textblock
27744 #: ../fuse/guestmount.pod:156
27745 msgid ""
27746 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27747 "something on C</>."
27748 msgstr ""
27749
27750 #. type: =item
27751 #: ../fuse/guestmount.pod:159
27752 msgid "B<-n> | B<--no-sync>"
27753 msgstr ""
27754
27755 #. type: textblock
27756 #: ../fuse/guestmount.pod:161
27757 msgid ""
27758 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27759 "unmounted.  If you specify this option, then we don't attempt to sync the "
27760 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27761 msgstr ""
27762
27763 #. type: =item
27764 #: ../fuse/guestmount.pod:166
27765 msgid "B<-o option> | B<--option option>"
27766 msgstr ""
27767
27768 #. type: textblock
27769 #: ../fuse/guestmount.pod:168
27770 msgid "Pass extra options to FUSE."
27771 msgstr ""
27772
27773 #. type: textblock
27774 #: ../fuse/guestmount.pod:170
27775 msgid ""
27776 "To get a list of all the extra options supported by FUSE, use the command "
27777 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27778 "of them are a good idea."
27779 msgstr ""
27780
27781 #. type: verbatim
27782 #: ../fuse/guestmount.pod:174
27783 #, no-wrap
27784 msgid ""
27785 " guestmount --fuse-help\n"
27786 "\n"
27787 msgstr ""
27788
27789 #. type: textblock
27790 #: ../fuse/guestmount.pod:176
27791 msgid "Some potentially useful FUSE options:"
27792 msgstr ""
27793
27794 #. type: =item
27795 #: ../fuse/guestmount.pod:180
27796 msgid "B<-o allow_other>"
27797 msgstr ""
27798
27799 #. type: textblock
27800 #: ../fuse/guestmount.pod:182
27801 msgid "Allow other users to see the filesystem."
27802 msgstr ""
27803
27804 #. type: =item
27805 #: ../fuse/guestmount.pod:184
27806 msgid "B<-o attr_timeout=N>"
27807 msgstr ""
27808
27809 #. type: textblock
27810 #: ../fuse/guestmount.pod:186
27811 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
27812 msgstr ""
27813
27814 #. type: =item
27815 #: ../fuse/guestmount.pod:188
27816 msgid "B<-o kernel_cache>"
27817 msgstr ""
27818
27819 #. type: textblock
27820 #: ../fuse/guestmount.pod:190
27821 msgid ""
27822 "Allow the kernel to cache files (reduces the number of reads that have to go "
27823 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
27824 "afford the extra memory usage."
27825 msgstr ""
27826
27827 #. type: =item
27828 #: ../fuse/guestmount.pod:194
27829 msgid "B<-o uid=N> B<-o gid=N>"
27830 msgstr ""
27831
27832 #. type: textblock
27833 #: ../fuse/guestmount.pod:196
27834 msgid ""
27835 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
27836 "the chosen values."
27837 msgstr ""
27838
27839 #. type: =item
27840 #: ../fuse/guestmount.pod:201
27841 msgid "B<-r> | B<--ro>"
27842 msgstr ""
27843
27844 #. type: textblock
27845 #: ../fuse/guestmount.pod:203
27846 msgid ""
27847 "Add devices and mount everything read-only.  Also disallow writes and make "
27848 "the disk appear read-only to FUSE."
27849 msgstr ""
27850
27851 #. type: textblock
27852 #: ../fuse/guestmount.pod:206
27853 msgid ""
27854 "This is highly recommended if you are not going to edit the guest disk.  If "
27855 "the guest is running and this option is I<not> supplied, then there is a "
27856 "strong risk of disk corruption in the guest.  We try to prevent this from "
27857 "happening, but it is not always possible."
27858 msgstr ""
27859
27860 #. type: textblock
27861 #: ../fuse/guestmount.pod:211
27862 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27863 msgstr ""
27864
27865 #. type: textblock
27866 #: ../fuse/guestmount.pod:215
27867 msgid "Enable SELinux support for the guest."
27868 msgstr ""
27869
27870 #. type: =item
27871 #: ../fuse/guestmount.pod:217
27872 msgid "B<-v> | B<--verbose>"
27873 msgstr ""
27874
27875 #. type: textblock
27876 #: ../fuse/guestmount.pod:219
27877 msgid "Enable verbose messages from underlying libguestfs."
27878 msgstr ""
27879
27880 #. type: =item
27881 #: ../fuse/guestmount.pod:221
27882 msgid "B<-V> | B<--version>"
27883 msgstr ""
27884
27885 #. type: textblock
27886 #: ../fuse/guestmount.pod:223
27887 msgid "Display the program version and exit."
27888 msgstr ""
27889
27890 #. type: =item
27891 #: ../fuse/guestmount.pod:225
27892 msgid "B<-w> | B<--rw>"
27893 msgstr ""
27894
27895 #. type: textblock
27896 #: ../fuse/guestmount.pod:227
27897 msgid ""
27898 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
27899 "FOR READ AND WRITE>."
27900 msgstr ""
27901
27902 #. type: =item
27903 #: ../fuse/guestmount.pod:230
27904 msgid "B<-x> | B<--trace>"
27905 msgstr ""
27906
27907 #. type: textblock
27908 #: ../fuse/guestmount.pod:232
27909 msgid "Trace libguestfs calls and entry into each FUSE function."
27910 msgstr ""
27911
27912 #. type: textblock
27913 #: ../fuse/guestmount.pod:234
27914 msgid "This also stops the daemon from forking into the background."
27915 msgstr ""
27916
27917 #. type: textblock
27918 #: ../fuse/guestmount.pod:240
27919 msgid ""
27920 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27921 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
27922 "L<http://fuse.sf.net/>."
27923 msgstr ""
27924
27925 #. type: textblock
27926 #: ../tools/virt-edit.pl:34
27927 msgid "virt-edit - Edit a file in a virtual machine"
27928 msgstr ""
27929
27930 #. type: verbatim
27931 #: ../tools/virt-edit.pl:38
27932 #, no-wrap
27933 msgid ""
27934 " virt-edit [--options] domname file\n"
27935 "\n"
27936 msgstr ""
27937
27938 #. type: verbatim
27939 #: ../tools/virt-edit.pl:40
27940 #, no-wrap
27941 msgid ""
27942 " virt-edit [--options] disk.img [disk.img ...] file\n"
27943 "\n"
27944 msgstr ""
27945
27946 #. type: verbatim
27947 #: ../tools/virt-edit.pl:42
27948 #, no-wrap
27949 msgid ""
27950 " virt-edit [domname|disk.img] file -e 'expr'\n"
27951 "\n"
27952 msgstr ""
27953
27954 #. type: textblock
27955 #: ../tools/virt-edit.pl:46
27956 msgid ""
27957 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
27958 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
27959 "doing this, but doesn't catch all cases."
27960 msgstr ""
27961
27962 #. type: textblock
27963 #: ../tools/virt-edit.pl:52
27964 msgid ""
27965 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
27966 "the named virtual machine (or disk image)."
27967 msgstr ""
27968
27969 #. type: textblock
27970 #: ../tools/virt-edit.pl:55
27971 msgid ""
27972 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
27973 "you should look at the L<guestfish(1)> tool."
27974 msgstr ""
27975
27976 #. type: textblock
27977 #: ../tools/virt-edit.pl:60
27978 msgid "Edit the named files interactively:"
27979 msgstr ""
27980
27981 #. type: verbatim
27982 #: ../tools/virt-edit.pl:62
27983 #, no-wrap
27984 msgid ""
27985 " virt-edit mydomain /boot/grub/grub.conf\n"
27986 "\n"
27987 msgstr ""
27988
27989 #. type: verbatim
27990 #: ../tools/virt-edit.pl:64
27991 #, no-wrap
27992 msgid ""
27993 " virt-edit mydomain /etc/passwd\n"
27994 "\n"
27995 msgstr ""
27996
27997 #. type: textblock
27998 #: ../tools/virt-edit.pl:66
27999 msgid ""
28000 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28001 "below).  To change the init default level to 5:"
28002 msgstr ""
28003
28004 #. type: verbatim
28005 #: ../tools/virt-edit.pl:70
28006 #, no-wrap
28007 msgid ""
28008 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28009 "\n"
28010 msgstr ""
28011
28012 #. type: textblock
28013 #: ../tools/virt-edit.pl:82 ../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
28014 msgid "Display brief help."
28015 msgstr ""
28016
28017 #. type: textblock
28018 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
28019 msgid "Display version number and exit."
28020 msgstr ""
28021
28022 #. type: =item
28023 #: ../tools/virt-edit.pl:96
28024 msgid "B<--backup extension> | B<-b extension>"
28025 msgstr ""
28026
28027 #. type: textblock
28028 #: ../tools/virt-edit.pl:98
28029 msgid ""
28030 "Create a backup of the original file I<in the guest disk image>.  The backup "
28031 "has the original filename with C<extension> added."
28032 msgstr ""
28033
28034 #. type: textblock
28035 #: ../tools/virt-edit.pl:101
28036 msgid ""
28037 "Usually the first character of C<extension> would be a dot C<.> so you would "
28038 "write:"
28039 msgstr ""
28040
28041 #. type: verbatim
28042 #: ../tools/virt-edit.pl:104
28043 #, no-wrap
28044 msgid ""
28045 " virt-edit -b .orig [etc]\n"
28046 "\n"
28047 msgstr ""
28048
28049 #. type: textblock
28050 #: ../tools/virt-edit.pl:106
28051 msgid "By default, no backup file is made."
28052 msgstr ""
28053
28054 #. type: =item
28055 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
28056 msgid "B<--connect URI> | B<-c URI>"
28057 msgstr ""
28058
28059 #. type: textblock
28060 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
28061 msgid ""
28062 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28063 "to the default libvirt hypervisor."
28064 msgstr ""
28065
28066 #. type: textblock
28067 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
28068 msgid ""
28069 "If you specify guest block devices directly, then libvirt is not used at "
28070 "all."
28071 msgstr ""
28072
28073 #. type: =item
28074 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140 ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
28075 msgid "B<--format> raw"
28076 msgstr ""
28077
28078 #. type: textblock
28079 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
28080 msgid ""
28081 "Specify the format of disk images given on the command line.  If this is "
28082 "omitted then the format is autodetected from the content of the disk image."
28083 msgstr ""
28084
28085 #. type: textblock
28086 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
28087 msgid ""
28088 "If disk images are requested from libvirt, then this program asks libvirt "
28089 "for this information.  In this case, the value of the format parameter is "
28090 "ignored."
28091 msgstr ""
28092
28093 #. type: textblock
28094 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150 ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
28095 msgid ""
28096 "If working with untrusted raw-format guest disk images, you should ensure "
28097 "the format is always specified."
28098 msgstr ""
28099
28100 #. type: =item
28101 #: ../tools/virt-edit.pl:141
28102 msgid "B<--expr EXPR> | B<-e EXPR>"
28103 msgstr ""
28104
28105 #. type: textblock
28106 #: ../tools/virt-edit.pl:143
28107 msgid ""
28108 "Instead of launching the external editor, non-interactively apply the Perl "
28109 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28110 "EDITING> below."
28111 msgstr ""
28112
28113 #. type: textblock
28114 #: ../tools/virt-edit.pl:147
28115 msgid ""
28116 "Be careful to properly quote the expression to prevent it from being altered "
28117 "by the shell."
28118 msgstr ""
28119
28120 #. type: =head1
28121 #: ../tools/virt-edit.pl:268
28122 msgid "NON-INTERACTIVE EDITING"
28123 msgstr ""
28124
28125 #. type: textblock
28126 #: ../tools/virt-edit.pl:270
28127 msgid ""
28128 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28129 "administrator can interactively edit the file."
28130 msgstr ""
28131
28132 #. type: textblock
28133 #: ../tools/virt-edit.pl:273
28134 msgid ""
28135 "There are two ways also to use C<virt-edit> from scripts in order to make "
28136 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28137 "like this, it's less error-prone to write scripts directly using the "
28138 "libguestfs API and Augeas for configuration file editing.)"
28139 msgstr ""
28140
28141 #. type: textblock
28142 #: ../tools/virt-edit.pl:279
28143 msgid ""
28144 "The first method is to temporarily set C<$EDITOR> to any script or program "
28145 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28146 "update C<tmpfile> in place however it likes."
28147 msgstr ""
28148
28149 #. type: textblock
28150 #: ../tools/virt-edit.pl:283
28151 msgid ""
28152 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28153 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28154 "instances of C<foo> with C<bar> in a file:"
28155 msgstr ""
28156
28157 #. type: verbatim
28158 #: ../tools/virt-edit.pl:287
28159 #, no-wrap
28160 msgid ""
28161 " virt-edit domname filename -e 's/foo/bar/'\n"
28162 "\n"
28163 msgstr ""
28164
28165 #. type: textblock
28166 #: ../tools/virt-edit.pl:289
28167 msgid ""
28168 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28169 "For example to delete root's password you could do:"
28170 msgstr ""
28171
28172 #. type: verbatim
28173 #: ../tools/virt-edit.pl:292
28174 #, no-wrap
28175 msgid ""
28176 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28177 "\n"
28178 msgstr ""
28179
28180 #. type: textblock
28181 #: ../tools/virt-edit.pl:294
28182 msgid ""
28183 "What really happens is that the snippet is evaluated as a Perl expression "
28184 "for each line of the file.  The line, including the final C<\\n>, is passed "
28185 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28186 msgstr ""
28187
28188 #. type: textblock
28189 #: ../tools/virt-edit.pl:299
28190 msgid ""
28191 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28192 "C<apache> user account from the password file you can do:"
28193 msgstr ""
28194
28195 #. type: verbatim
28196 #: ../tools/virt-edit.pl:302
28197 #, no-wrap
28198 msgid ""
28199 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28200 "\n"
28201 msgstr ""
28202
28203 #. type: textblock
28204 #: ../tools/virt-edit.pl:304
28205 msgid ""
28206 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28207 "the end of the file is rather difficult this way since there is no concept "
28208 "of \"last line of the file\" - your expression just doesn't get called "
28209 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28210 "want to do this."
28211 msgstr ""
28212
28213 #. type: textblock
28214 #: ../tools/virt-edit.pl:310
28215 msgid ""
28216 "The variable C<$lineno> contains the current line number.  As is "
28217 "traditional, the first line in the file is number C<1>."
28218 msgstr ""
28219
28220 #. type: textblock
28221 #: ../tools/virt-edit.pl:313
28222 msgid ""
28223 "The return value from the expression is ignored, but the expression may call "
28224 "C<die> in order to abort the whole program, leaving the original file "
28225 "untouched."
28226 msgstr ""
28227
28228 #. type: textblock
28229 #: ../tools/virt-edit.pl:317
28230 msgid ""
28231 "Remember when matching the end of a line that C<$_> may contain the final "
28232 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28233 "newline then neither of these.  Thus to match or substitute some text at the "
28234 "end of a line, use this regular expression:"
28235 msgstr ""
28236
28237 #. type: verbatim
28238 #: ../tools/virt-edit.pl:322
28239 #, no-wrap
28240 msgid ""
28241 " /some text(\\r?\\n)?$/\n"
28242 "\n"
28243 msgstr ""
28244
28245 #. type: textblock
28246 #: ../tools/virt-edit.pl:324
28247 msgid ""
28248 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28249 "C<$_> itself (since that would remove all newlines from the file):"
28250 msgstr ""
28251
28252 #. type: verbatim
28253 #: ../tools/virt-edit.pl:328
28254 #, no-wrap
28255 msgid ""
28256 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28257 "\n"
28258 msgstr ""
28259
28260 #. type: =item
28261 #: ../tools/virt-edit.pl:334
28262 msgid "C<EDITOR>"
28263 msgstr ""
28264
28265 #. type: textblock
28266 #: ../tools/virt-edit.pl:336
28267 msgid ""
28268 "If set, this string is used as the editor.  It may contain arguments, "
28269 "eg. C<\"emacs -nw\">"
28270 msgstr ""
28271
28272 #. type: textblock
28273 #: ../tools/virt-edit.pl:339
28274 msgid "If not set, C<vi> is used."
28275 msgstr ""
28276
28277 #. type: =head1
28278 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1482 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
28279 msgid "SHELL QUOTING"
28280 msgstr ""
28281
28282 #. type: textblock
28283 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1484 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
28284 msgid ""
28285 "Libvirt guest names can contain arbitrary characters, some of which have "
28286 "meaning to the shell such as C<#> and space.  You may need to quote or "
28287 "escape these characters on the command line.  See the shell manual page "
28288 "L<sh(1)> for details."
28289 msgstr ""
28290
28291 #. type: textblock
28292 #: ../tools/virt-edit.pl:352
28293 msgid ""
28294 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28295 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28296 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28297 msgstr ""
28298
28299 #. type: =head1
28300 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
28301 msgid "AUTHOR"
28302 msgstr ""
28303
28304 #. type: textblock
28305 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
28306 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28307 msgstr ""
28308
28309 #. type: textblock
28310 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
28311 msgid "Copyright (C) 2009-2010 Red Hat Inc."
28312 msgstr ""
28313
28314 #. type: textblock
28315 #: ../tools/virt-win-reg.pl:37
28316 msgid ""
28317 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28318 "guest"
28319 msgstr ""
28320
28321 #. type: verbatim
28322 #: ../tools/virt-win-reg.pl:41
28323 #, no-wrap
28324 msgid ""
28325 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28326 "\n"
28327 msgstr ""
28328
28329 #. type: verbatim
28330 #: ../tools/virt-win-reg.pl:43
28331 #, no-wrap
28332 msgid ""
28333 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28334 "\n"
28335 msgstr ""
28336
28337 #. type: verbatim
28338 #: ../tools/virt-win-reg.pl:45
28339 #, no-wrap
28340 msgid ""
28341 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28342 "\n"
28343 msgstr ""
28344
28345 #. type: verbatim
28346 #: ../tools/virt-win-reg.pl:47
28347 #, no-wrap
28348 msgid ""
28349 " virt-win-reg --merge domname [input.reg ...]\n"
28350 "\n"
28351 msgstr ""
28352
28353 #. type: verbatim
28354 #: ../tools/virt-win-reg.pl:49
28355 #, no-wrap
28356 msgid ""
28357 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28358 "\n"
28359 msgstr ""
28360
28361 #. type: textblock
28362 #: ../tools/virt-win-reg.pl:53
28363 msgid ""
28364 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
28365 "virtual machines.  If you do this, you I<will> get irreversible disk "
28366 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28367 "but doesn't catch all cases."
28368 msgstr ""
28369
28370 #. type: textblock
28371 #: ../tools/virt-win-reg.pl:58
28372 msgid ""
28373 "Modifying the Windows Registry is an inherently risky operation.  The format "
28374 "is deliberately obscure and undocumented, and Registry changes can leave the "
28375 "system unbootable.  Therefore when using the C<--merge> option, make sure "
28376 "you have a reliable backup first."
28377 msgstr ""
28378
28379 #. type: textblock
28380 #: ../tools/virt-win-reg.pl:65
28381 msgid ""
28382 "This program can export and merge Windows Registry entries from a Windows "
28383 "guest."
28384 msgstr ""
28385
28386 #. type: textblock
28387 #: ../tools/virt-win-reg.pl:68
28388 msgid ""
28389 "The first parameter is the libvirt guest name or the raw disk image of a "
28390 "Windows guest."
28391 msgstr ""
28392
28393 #. type: textblock
28394 #: ../tools/virt-win-reg.pl:71
28395 msgid ""
28396 "If C<--merge> is I<not> specified, then the chosen registry key is "
28397 "displayed/exported (recursively).  For example:"
28398 msgstr ""
28399
28400 #. type: verbatim
28401 #: ../tools/virt-win-reg.pl:74
28402 #, no-wrap
28403 msgid ""
28404 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28405 "\n"
28406 msgstr ""
28407
28408 #. type: textblock
28409 #: ../tools/virt-win-reg.pl:76
28410 msgid "You can also display single values from within registry keys, for example:"
28411 msgstr ""
28412
28413 #. type: verbatim
28414 #: ../tools/virt-win-reg.pl:79
28415 #, no-wrap
28416 msgid ""
28417 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28418 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28419 " Windows 7 Enterprise\n"
28420 "\n"
28421 msgstr ""
28422
28423 #. type: textblock
28424 #: ../tools/virt-win-reg.pl:83
28425 msgid ""
28426 "With C<--merge>, you can merge a textual regedit file into the Windows "
28427 "Registry:"
28428 msgstr ""
28429
28430 #. type: verbatim
28431 #: ../tools/virt-win-reg.pl:86
28432 #, no-wrap
28433 msgid ""
28434 " $ virt-win-reg --merge Windows7 changes.reg\n"
28435 "\n"
28436 msgstr ""
28437
28438 #. type: =head1
28439 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
28440 msgid "NOTE"
28441 msgstr ""
28442
28443 #. type: textblock
28444 #: ../tools/virt-win-reg.pl:90
28445 msgid ""
28446 "This program is only meant for simple access to the registry.  If you want "
28447 "to do complicated things with the registry, we suggest you download the "
28448 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
28449 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
28450 "L<hivexregedit(1)>."
28451 msgstr ""
28452
28453 #. type: =item
28454 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
28455 msgid "B<--debug>"
28456 msgstr ""
28457
28458 #. type: textblock
28459 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
28460 msgid "Enable debugging messages."
28461 msgstr ""
28462
28463 #. type: =item
28464 #: ../tools/virt-win-reg.pl:157
28465 msgid "B<--merge>"
28466 msgstr ""
28467
28468 #. type: textblock
28469 #: ../tools/virt-win-reg.pl:159
28470 msgid ""
28471 "In merge mode, this merges a textual regedit file into the Windows Registry "
28472 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
28473 "displays or exports Registry entries instead."
28474 msgstr ""
28475
28476 #. type: textblock
28477 #: ../tools/virt-win-reg.pl:163
28478 msgid ""
28479 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
28480 "result in disk corruption.  However exporting (without this flag)  is always "
28481 "safe."
28482 msgstr ""
28483
28484 #. type: =item
28485 #: ../tools/virt-win-reg.pl:171
28486 msgid "B<--encoding> UTF-16LE|ASCII"
28487 msgstr ""
28488
28489 #. type: textblock
28490 #: ../tools/virt-win-reg.pl:173
28491 msgid ""
28492 "When merging (only), you may need to specify the encoding for strings to be "
28493 "used in the hive file.  This is explained in detail in "
28494 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
28495 msgstr ""
28496
28497 #. type: textblock
28498 #: ../tools/virt-win-reg.pl:177
28499 msgid ""
28500 "The default is to use UTF-16LE, which should work with recent versions of "
28501 "Windows."
28502 msgstr ""
28503
28504 #. type: =head1
28505 #: ../tools/virt-win-reg.pl:402
28506 msgid "SUPPORTED SYSTEMS"
28507 msgstr ""
28508
28509 #. type: textblock
28510 #: ../tools/virt-win-reg.pl:404
28511 msgid ""
28512 "The program currently supports Windows NT-derived guests starting with "
28513 "Windows XP through to at least Windows 7."
28514 msgstr ""
28515
28516 #. type: textblock
28517 #: ../tools/virt-win-reg.pl:407
28518 msgid ""
28519 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28520 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28521 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28522 msgstr ""
28523
28524 #. type: textblock
28525 #: ../tools/virt-win-reg.pl:411
28526 msgid ""
28527 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28528 "C<HKEY_USERS>."
28529 msgstr ""
28530
28531 #. type: textblock
28532 #: ../tools/virt-win-reg.pl:414
28533 msgid ""
28534 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28535 "time."
28536 msgstr ""
28537
28538 #. type: =head1
28539 #: ../tools/virt-win-reg.pl:417
28540 msgid "ENCODING"
28541 msgstr ""
28542
28543 #. type: textblock
28544 #: ../tools/virt-win-reg.pl:419
28545 msgid ""
28546 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28547 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28548 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28549 "with Windows-style line endings, you may need to reencode the whole file "
28550 "before or after processing."
28551 msgstr ""
28552
28553 #. type: textblock
28554 #: ../tools/virt-win-reg.pl:425
28555 msgid ""
28556 "To reencode a file from Windows format to Linux (before processing it with "
28557 "the C<--merge> option), you would do something like this:"
28558 msgstr ""
28559
28560 #. type: verbatim
28561 #: ../tools/virt-win-reg.pl:428
28562 #, no-wrap
28563 msgid ""
28564 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28565 "\n"
28566 msgstr ""
28567
28568 #. type: textblock
28569 #: ../tools/virt-win-reg.pl:430
28570 msgid ""
28571 "To go in the opposite direction, after exporting and before sending the file "
28572 "to a Windows user, do something like this:"
28573 msgstr ""
28574
28575 #. type: verbatim
28576 #: ../tools/virt-win-reg.pl:433
28577 #, no-wrap
28578 msgid ""
28579 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28580 "\n"
28581 msgstr ""
28582
28583 #. type: textblock
28584 #: ../tools/virt-win-reg.pl:435
28585 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28586 msgstr ""
28587
28588 #. type: textblock
28589 #: ../tools/virt-win-reg.pl:437
28590 msgid ""
28591 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28592 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28593 "Windows-style (CRLF) line endings, like this:"
28594 msgstr ""
28595
28596 #. type: verbatim
28597 #: ../tools/virt-win-reg.pl:441
28598 #, no-wrap
28599 msgid ""
28600 " $ file software.reg\n"
28601 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28602 " with CRLF line terminators\n"
28603 "\n"
28604 msgstr ""
28605
28606 #. type: textblock
28607 #: ../tools/virt-win-reg.pl:445
28608 msgid "This file would need conversion before you could C<--merge> it."
28609 msgstr ""
28610
28611 #. type: =head1
28612 #: ../tools/virt-win-reg.pl:447
28613 msgid "CurrentControlSet etc."
28614 msgstr ""
28615
28616 #. type: textblock
28617 #: ../tools/virt-win-reg.pl:449
28618 msgid ""
28619 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28620 "Registry at the level of the hive file, and therefore you cannot modify "
28621 "these."
28622 msgstr ""
28623
28624 #. type: textblock
28625 #: ../tools/virt-win-reg.pl:453
28626 msgid ""
28627 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28628 "circumstances it might refer to another control set.  The way to find out is "
28629 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28630 msgstr ""
28631
28632 #. type: verbatim
28633 #: ../tools/virt-win-reg.pl:457
28634 #, no-wrap
28635 msgid ""
28636 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
28637 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
28638 " \"Current\"=dword:00000001\n"
28639 " \"Default\"=dword:00000001\n"
28640 " \"Failed\"=dword:00000000\n"
28641 " \"LastKnownGood\"=dword:00000002\n"
28642 "\n"
28643 msgstr ""
28644
28645 #. type: textblock
28646 #: ../tools/virt-win-reg.pl:464
28647 msgid "\"Current\" is the one which Windows will choose when it boots."
28648 msgstr ""
28649
28650 #. type: textblock
28651 #: ../tools/virt-win-reg.pl:466
28652 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
28653 msgstr ""
28654
28655 #. type: =head1
28656 #: ../tools/virt-win-reg.pl:469
28657 msgid "WINDOWS TIPS"
28658 msgstr ""
28659
28660 #. type: textblock
28661 #: ../tools/virt-win-reg.pl:471
28662 msgid ""
28663 "Note that some of these tips modify the guest disk image.  The guest I<must> "
28664 "be shut off, else you will get disk corruption."
28665 msgstr ""
28666
28667 #. type: =head2
28668 #: ../tools/virt-win-reg.pl:474
28669 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
28670 msgstr ""
28671
28672 #. type: textblock
28673 #: ../tools/virt-win-reg.pl:476
28674 msgid ""
28675 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
28676 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
28677 "is uploaded into C<C:\\>:"
28678 msgstr ""
28679
28680 #. type: verbatim
28681 #: ../tools/virt-win-reg.pl:480
28682 #, no-wrap
28683 msgid ""
28684 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
28685 "\n"
28686 msgstr ""
28687
28688 #. type: textblock
28689 #: ../tools/virt-win-reg.pl:482
28690 msgid "Prepare a regedit file containing the registry change:"
28691 msgstr ""
28692
28693 #. type: verbatim
28694 #: ../tools/virt-win-reg.pl:484
28695 #, no-wrap
28696 msgid ""
28697 " cat > test.reg <<'EOF'\n"
28698 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
28699 " \"Test\"=\"c:\\\\test.bat\"\n"
28700 " EOF\n"
28701 "\n"
28702 msgstr ""
28703
28704 #. type: textblock
28705 #: ../tools/virt-win-reg.pl:489
28706 msgid ""
28707 "In this example we use the key C<RunOnce> which means that the script will "
28708 "run precisely once when the first user logs in.  If you want it to run every "
28709 "time a user logs in, replace C<RunOnce> with C<Run>."
28710 msgstr ""
28711
28712 #. type: textblock
28713 #: ../tools/virt-win-reg.pl:493
28714 msgid "Now update the registry:"
28715 msgstr ""
28716
28717 #. type: verbatim
28718 #: ../tools/virt-win-reg.pl:495
28719 #, no-wrap
28720 msgid ""
28721 " virt-win-reg --merge WindowsGuest test.reg\n"
28722 "\n"
28723 msgstr ""
28724
28725 #. type: =head2
28726 #: ../tools/virt-win-reg.pl:497
28727 msgid "INSTALLING A SERVICE"
28728 msgstr ""
28729
28730 #. type: textblock
28731 #: ../tools/virt-win-reg.pl:499
28732 msgid ""
28733 "This section assumes you are familiar with Windows services, and you either "
28734 "have a program which handles the Windows Service Control Protocol directly "
28735 "or you want to run any program using a service wrapper like SrvAny or the "
28736 "free RHSrvAny."
28737 msgstr ""
28738
28739 #. type: textblock
28740 #: ../tools/virt-win-reg.pl:504
28741 msgid ""
28742 "First upload the program and optionally the service wrapper.  In this case "
28743 "the test program is called C<test.exe> and we are using the RHSrvAny "
28744 "wrapper:"
28745 msgstr ""
28746
28747 #. type: verbatim
28748 #: ../tools/virt-win-reg.pl:508
28749 #, no-wrap
28750 msgid ""
28751 " guestfish -i -d WindowsGuest <<EOF\n"
28752 "   upload rhsrvany.exe /rhsrvany.exe\n"
28753 "   upload test.exe /test.exe\n"
28754 " EOF\n"
28755 "\n"
28756 msgstr ""
28757
28758 #. type: textblock
28759 #: ../tools/virt-win-reg.pl:513
28760 msgid ""
28761 "Prepare a regedit file containing the registry changes.  In this example, "
28762 "the first registry change is needed for the service itself or the service "
28763 "wrapper (if used).  The second registry change is only needed because I am "
28764 "using the RHSrvAny service wrapper."
28765 msgstr ""
28766
28767 #. type: verbatim
28768 #: ../tools/virt-win-reg.pl:518
28769 #, no-wrap
28770 msgid ""
28771 " cat > service.reg <<'EOF'\n"
28772 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
28773 " \"Type\"=dword:00000010\n"
28774 " \"Start\"=dword:00000002\n"
28775 " \"ErrorControl\"=dword:00000001\n"
28776 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
28777 " \"DisplayName\"=\"RHSrvAny\"\n"
28778 " \"ObjectName\"=\"NetworkService\"\n"
28779 " \n"
28780 msgstr ""
28781
28782 #. type: verbatim
28783 #: ../tools/virt-win-reg.pl:527
28784 #, no-wrap
28785 msgid ""
28786 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
28787 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
28788 " \"PWD\"=\"c:\\\\Temp\"\n"
28789 " EOF\n"
28790 "\n"
28791 msgstr ""
28792
28793 #. type: textblock
28794 #: ../tools/virt-win-reg.pl:538
28795 msgid ""
28796 "For use of C<ControlSet001> see the section above in this manual page.  You "
28797 "may need to adjust this according to the control set that is in use by the "
28798 "guest."
28799 msgstr ""
28800
28801 #. type: textblock
28802 #: ../tools/virt-win-reg.pl:544
28803 msgid ""
28804 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
28805 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
28806 "privileged account."
28807 msgstr ""
28808
28809 #. type: textblock
28810 #: ../tools/virt-win-reg.pl:550
28811 msgid ""
28812 "For the meaning of the magic numbers, see this Microsoft KB article: "
28813 "L<http://support.microsoft.com/kb/103000>."
28814 msgstr ""
28815
28816 #. type: textblock
28817 #: ../tools/virt-win-reg.pl:555
28818 msgid "Update the registry:"
28819 msgstr ""
28820
28821 #. type: verbatim
28822 #: ../tools/virt-win-reg.pl:557
28823 #, no-wrap
28824 msgid ""
28825 " virt-win-reg --merge WindowsGuest service.reg\n"
28826 "\n"
28827 msgstr ""
28828
28829 #. type: textblock
28830 #: ../tools/virt-win-reg.pl:561
28831 msgid ""
28832 "Be careful when passing parameters containing C<\\> (backslash) in the "
28833 "shell.  Usually you will have to use 'single quotes' or double backslashes "
28834 "(but not both) to protect them from the shell."
28835 msgstr ""
28836
28837 #. type: textblock
28838 #: ../tools/virt-win-reg.pl:565
28839 msgid "Paths and value names are case-insensitive."
28840 msgstr ""
28841
28842 #. type: textblock
28843 #: ../tools/virt-win-reg.pl:574
28844 msgid ""
28845 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
28846 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
28847 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
28848 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28849 msgstr ""
28850
28851 #. type: textblock
28852 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
28853 msgid ""
28854 "When reporting bugs, please enable debugging and capture the I<complete> "
28855 "output:"
28856 msgstr ""
28857
28858 #. type: verbatim
28859 #: ../tools/virt-win-reg.pl:592
28860 #, no-wrap
28861 msgid ""
28862 " export LIBGUESTFS_DEBUG=1\n"
28863 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
28864 "\n"
28865 msgstr ""
28866
28867 #. type: textblock
28868 #: ../tools/virt-win-reg.pl:595
28869 msgid ""
28870 "Attach /tmp/virt-win-reg.log to a new bug report at "
28871 "L<https://bugzilla.redhat.com/>"
28872 msgstr ""
28873
28874 #. type: textblock
28875 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516 ../tools/virt-make-fs.pl:570
28876 msgid "Copyright (C) 2010 Red Hat Inc."
28877 msgstr ""
28878
28879 #. type: textblock
28880 #: ../tools/virt-resize.pl:42
28881 msgid "virt-resize - Resize a virtual machine disk"
28882 msgstr ""
28883
28884 #. type: verbatim
28885 #: ../tools/virt-resize.pl:46
28886 #, no-wrap
28887 msgid ""
28888 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
28889 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
28890 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
28891 "\n"
28892 msgstr ""
28893
28894 #. type: textblock
28895 #: ../tools/virt-resize.pl:52
28896 msgid ""
28897 "Virt-resize is a tool which can resize a virtual machine disk, making it "
28898 "larger or smaller overall, and resizing or deleting any partitions contained "
28899 "within."
28900 msgstr ""
28901
28902 #. type: textblock
28903 #: ../tools/virt-resize.pl:56
28904 msgid ""
28905 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
28906 "not> be used on live virtual machines - for consistent results, shut the "
28907 "virtual machine down before resizing it."
28908 msgstr ""
28909
28910 #. type: textblock
28911 #: ../tools/virt-resize.pl:60
28912 msgid ""
28913 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
28914 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
28915 msgstr ""
28916
28917 #. type: textblock
28918 #: ../tools/virt-resize.pl:66
28919 msgid ""
28920 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
28921 "fill the extra 5GB of space."
28922 msgstr ""
28923
28924 #. type: verbatim
28925 #: ../tools/virt-resize.pl:69
28926 #, no-wrap
28927 msgid ""
28928 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
28929 " virt-filesystems --long -h --all -a olddisk\n"
28930 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
28931 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
28932 "\n"
28933 msgstr ""
28934
28935 #. type: textblock
28936 #: ../tools/virt-resize.pl:74
28937 msgid ""
28938 "As above, but make the /boot partition 200MB bigger, while giving the "
28939 "remaining space to /dev/sda2:"
28940 msgstr ""
28941
28942 #. type: verbatim
28943 #: ../tools/virt-resize.pl:77
28944 #, no-wrap
28945 msgid ""
28946 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
28947 "\n"
28948 msgstr ""
28949
28950 #. type: textblock
28951 #: ../tools/virt-resize.pl:79
28952 msgid "As above, but the output format will be uncompressed qcow2:"
28953 msgstr ""
28954
28955 #. type: verbatim
28956 #: ../tools/virt-resize.pl:81
28957 #, no-wrap
28958 msgid ""
28959 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
28960 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
28961 "\n"
28962 msgstr ""
28963
28964 #. type: =head1
28965 #: ../tools/virt-resize.pl:84
28966 msgid "DETAILED USAGE"
28967 msgstr ""
28968
28969 #. type: =head2
28970 #: ../tools/virt-resize.pl:86
28971 msgid "EXPANDING A VIRTUAL MACHINE DISK"
28972 msgstr ""
28973
28974 #. type: =item
28975 #: ../tools/virt-resize.pl:90
28976 msgid "1. Shut down the virtual machine"
28977 msgstr ""
28978
28979 #. type: =item
28980 #: ../tools/virt-resize.pl:92
28981 msgid "2. Locate input disk image"
28982 msgstr ""
28983
28984 #. type: textblock
28985 #: ../tools/virt-resize.pl:94
28986 msgid ""
28987 "Locate the input disk image (ie. the file or device on the host containing "
28988 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
28989 "dumpxml> like this to find the disk image name:"
28990 msgstr ""
28991
28992 #. type: verbatim
28993 #: ../tools/virt-resize.pl:98
28994 #, no-wrap
28995 msgid ""
28996 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
28997 " Found 1 nodes:\n"
28998 " -- NODE --\n"
28999 " <source dev=\"/dev/vg/lv_guest\" />\n"
29000 "\n"
29001 msgstr ""
29002
29003 #. type: =item
29004 #: ../tools/virt-resize.pl:103
29005 msgid "3. Look at current sizing"
29006 msgstr ""
29007
29008 #. type: textblock
29009 #: ../tools/virt-resize.pl:105
29010 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
29011 msgstr ""
29012
29013 #. type: verbatim
29014 #: ../tools/virt-resize.pl:108
29015 #, no-wrap
29016 msgid ""
29017 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
29018 " Name       Type       Size  Parent\n"
29019 " /dev/sda1  partition  101M  /dev/sda\n"
29020 " /dev/sda2  partition  7.9G  /dev/sda\n"
29021 " /dev/sda   device     8.0G  -\n"
29022 "\n"
29023 msgstr ""
29024
29025 #. type: textblock
29026 #: ../tools/virt-resize.pl:114
29027 msgid ""
29028 "(This example is a virtual machine with an 8 GB disk which we would like to "
29029 "expand up to 10 GB)."
29030 msgstr ""
29031
29032 #. type: =item
29033 #: ../tools/virt-resize.pl:117
29034 msgid "4. Create output disk"
29035 msgstr ""
29036
29037 #. type: textblock
29038 #: ../tools/virt-resize.pl:119
29039 msgid ""
29040 "Virt-resize cannot do in-place disk modifications.  You have to have space "
29041 "to store the resized output disk."
29042 msgstr ""
29043
29044 #. type: textblock
29045 #: ../tools/virt-resize.pl:122
29046 msgid "To store the resized disk image in a file, create a file of a suitable size:"
29047 msgstr ""
29048
29049 #. type: verbatim
29050 #: ../tools/virt-resize.pl:125
29051 #, no-wrap
29052 msgid ""
29053 " # rm -f outdisk\n"
29054 " # truncate -s 10G outdisk\n"
29055 "\n"
29056 msgstr ""
29057
29058 #. type: textblock
29059 #: ../tools/virt-resize.pl:128
29060 msgid "Or use L<lvcreate(1)> to create a logical volume:"
29061 msgstr ""
29062
29063 #. type: verbatim
29064 #: ../tools/virt-resize.pl:130
29065 #, no-wrap
29066 msgid ""
29067 " # lvcreate -L 10G -n lv_name vg_name\n"
29068 "\n"
29069 msgstr ""
29070
29071 #. type: textblock
29072 #: ../tools/virt-resize.pl:132
29073 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
29074 msgstr ""
29075
29076 #. type: verbatim
29077 #: ../tools/virt-resize.pl:134
29078 #, no-wrap
29079 msgid ""
29080 " # virsh pool-list\n"
29081 " # virsh vol-create-as poolname newvol 10G\n"
29082 "\n"
29083 msgstr ""
29084
29085 #. type: =item
29086 #: ../tools/virt-resize.pl:137
29087 msgid "5. Resize"
29088 msgstr ""
29089
29090 #. type: textblock
29091 #: ../tools/virt-resize.pl:139
29092 msgid ""
29093 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
29094 "file) and the output disk.  The output disk is the one created in the "
29095 "previous step."
29096 msgstr ""
29097
29098 #. type: verbatim
29099 #: ../tools/virt-resize.pl:143
29100 #, no-wrap
29101 msgid ""
29102 " # virt-resize indisk outdisk\n"
29103 "\n"
29104 msgstr ""
29105
29106 #. type: textblock
29107 #: ../tools/virt-resize.pl:145
29108 msgid ""
29109 "This command just copies disk image C<indisk> to disk image C<outdisk> "
29110 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
29111 "larger, then an extra, empty partition is created at the end of the disk "
29112 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
29113 "error."
29114 msgstr ""
29115
29116 #. type: textblock
29117 #: ../tools/virt-resize.pl:151
29118 msgid ""
29119 "More realistically you'd want to expand existing partitions in the disk "
29120 "image by passing extra options (for the full list see the L</OPTIONS> "
29121 "section below)."
29122 msgstr ""
29123
29124 #. type: textblock
29125 #: ../tools/virt-resize.pl:155
29126 msgid ""
29127 "L</--expand> is the most useful option.  It expands the named partition "
29128 "within the disk to fill any extra space:"
29129 msgstr ""
29130
29131 #. type: verbatim
29132 #: ../tools/virt-resize.pl:158
29133 #, no-wrap
29134 msgid ""
29135 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
29136 "\n"
29137 msgstr ""
29138
29139 #. type: textblock
29140 #: ../tools/virt-resize.pl:160
29141 msgid ""
29142 "(In this case, an extra partition is I<not> created at the end of the disk, "
29143 "because there will be no unused space)."
29144 msgstr ""
29145
29146 #. type: textblock
29147 #: ../tools/virt-resize.pl:163
29148 msgid ""
29149 "L</--resize> is the other commonly used option.  The following would "
29150 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
29151 "rest of the available space:"
29152 msgstr ""
29153
29154 #. type: verbatim
29155 #: ../tools/virt-resize.pl:167
29156 #, no-wrap
29157 msgid ""
29158 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
29159 "     indisk outdisk\n"
29160 "\n"
29161 msgstr ""
29162
29163 #. type: textblock
29164 #: ../tools/virt-resize.pl:170
29165 msgid ""
29166 "If the expanded partition in the image contains a filesystem or LVM PV, then "
29167 "if virt-resize knows how, it will resize the contents, the equivalent of "
29168 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
29169 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
29170 "filesystems, so you would have to online resize them after booting the "
29171 "guest."
29172 msgstr ""
29173
29174 #. type: textblock
29175 #: ../tools/virt-resize.pl:177
29176 msgid "Other options are covered below."
29177 msgstr ""
29178
29179 #. type: =item
29180 #: ../tools/virt-resize.pl:179
29181 msgid "6. Test"
29182 msgstr ""
29183
29184 #. type: textblock
29185 #: ../tools/virt-resize.pl:181
29186 msgid "Thoroughly test the new disk image I<before> discarding the old one."
29187 msgstr ""
29188
29189 #. type: textblock
29190 #: ../tools/virt-resize.pl:183
29191 msgid "If you are using libvirt, edit the XML to point at the new disk:"
29192 msgstr ""
29193
29194 #. type: verbatim
29195 #: ../tools/virt-resize.pl:185
29196 #, no-wrap
29197 msgid ""
29198 " # virsh edit guestname\n"
29199 "\n"
29200 msgstr ""
29201
29202 #. type: textblock
29203 #: ../tools/virt-resize.pl:187
29204 msgid ""
29205 "Change E<lt>source ...E<gt>, see "
29206 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
29207 msgstr ""
29208
29209 #. type: textblock
29210 #: ../tools/virt-resize.pl:190
29211 msgid "Then start up the domain with the new, resized disk:"
29212 msgstr ""
29213
29214 #. type: verbatim
29215 #: ../tools/virt-resize.pl:192
29216 #, no-wrap
29217 msgid ""
29218 " # virsh start guestname\n"
29219 "\n"
29220 msgstr ""
29221
29222 #. type: textblock
29223 #: ../tools/virt-resize.pl:194
29224 msgid ""
29225 "and check that it still works.  See also the L</NOTES> section below for "
29226 "additional information."
29227 msgstr ""
29228
29229 #. type: =item
29230 #: ../tools/virt-resize.pl:197
29231 msgid "7. Resize LVs etc inside the guest"
29232 msgstr ""
29233
29234 #. type: textblock
29235 #: ../tools/virt-resize.pl:199
29236 msgid "(This can also be done offline using L<guestfish(1)>)"
29237 msgstr ""
29238
29239 #. type: textblock
29240 #: ../tools/virt-resize.pl:201
29241 msgid ""
29242 "Once the guest has booted you should see the new space available, at least "
29243 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
29244 "may need to resize LVs inside PVs, and also resize filesystem types that "
29245 "virt-resize does not know how to expand."
29246 msgstr ""
29247
29248 #. type: =head2
29249 #: ../tools/virt-resize.pl:208
29250 msgid "SHRINKING A VIRTUAL MACHINE DISK"
29251 msgstr ""
29252
29253 #. type: textblock
29254 #: ../tools/virt-resize.pl:210
29255 msgid ""
29256 "Shrinking is somewhat more complex than expanding, and only an overview is "
29257 "given here."
29258 msgstr ""
29259
29260 #. type: textblock
29261 #: ../tools/virt-resize.pl:213
29262 msgid ""
29263 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
29264 "filesystems).  The user has to shrink content before passing the disk image "
29265 "to virt-resize, and virt-resize will check that the content has been shrunk "
29266 "properly."
29267 msgstr ""
29268
29269 #. type: textblock
29270 #: ../tools/virt-resize.pl:218
29271 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
29272 msgstr ""
29273
29274 #. type: textblock
29275 #: ../tools/virt-resize.pl:220
29276 msgid ""
29277 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
29278 "steps 3 and 4 above to allocate a new disk image."
29279 msgstr ""
29280
29281 #. type: textblock
29282 #: ../tools/virt-resize.pl:223
29283 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
29284 msgstr ""
29285
29286 #. type: =head2
29287 #: ../tools/virt-resize.pl:226
29288 msgid "IGNORING OR DELETING PARTITIONS"
29289 msgstr ""
29290
29291 #. type: textblock
29292 #: ../tools/virt-resize.pl:228
29293 msgid ""
29294 "virt-resize also gives a convenient way to ignore or delete partitions when "
29295 "copying from the input disk to the output disk.  Ignoring a partition speeds "
29296 "up the copy where you don't care about the existing contents of a "
29297 "partition.  Deleting a partition removes it completely, but note that it "
29298 "also renumbers any partitions after the one which is deleted, which can "
29299 "leave some guests unbootable."
29300 msgstr ""
29301
29302 #. type: =head2
29303 #: ../tools/virt-resize.pl:235
29304 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
29305 msgstr ""
29306
29307 #. type: textblock
29308 #: ../tools/virt-resize.pl:237
29309 msgid ""
29310 "If the input disk is in qcow2 format, then you may prefer that the output is "
29311 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
29312 "the fly.  The output format is simply determined by the format of the empty "
29313 "output container that you provide.  Thus to create qcow2 output, use:"
29314 msgstr ""
29315
29316 #. type: verbatim
29317 #: ../tools/virt-resize.pl:243
29318 #, no-wrap
29319 msgid ""
29320 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
29321 "\n"
29322 msgstr ""
29323
29324 #. type: textblock
29325 #: ../tools/virt-resize.pl:245
29326 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
29327 msgstr ""
29328
29329 #. type: textblock
29330 #: ../tools/virt-resize.pl:247
29331 msgid "Similarly, to get non-sparse raw output use:"
29332 msgstr ""
29333
29334 #. type: verbatim
29335 #: ../tools/virt-resize.pl:249
29336 #, no-wrap
29337 msgid ""
29338 " fallocate -l size outdisk\n"
29339 "\n"
29340 msgstr ""
29341
29342 #. type: textblock
29343 #: ../tools/virt-resize.pl:251
29344 msgid ""
29345 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
29346 "if=/dev/zero of=outdisk bs=1M count=..>)"
29347 msgstr ""
29348
29349 #. type: textblock
29350 #: ../tools/virt-resize.pl:264
29351 msgid "Display help."
29352 msgstr ""
29353
29354 #. type: =item
29355 #: ../tools/virt-resize.pl:278
29356 msgid "B<--resize part=size>"
29357 msgstr ""
29358
29359 #. type: textblock
29360 #: ../tools/virt-resize.pl:280
29361 msgid ""
29362 "Resize the named partition (expanding or shrinking it) so that it has the "
29363 "given size."
29364 msgstr ""
29365
29366 #. type: textblock
29367 #: ../tools/virt-resize.pl:283
29368 msgid ""
29369 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
29370 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
29371 "Exabytes; or as a percentage of the current size; or as a relative number or "
29372 "percentage.  For example:"
29373 msgstr ""
29374
29375 #. type: verbatim
29376 #: ../tools/virt-resize.pl:288
29377 #, no-wrap
29378 msgid ""
29379 " --resize /dev/sda2=10G\n"
29380 "\n"
29381 msgstr ""
29382
29383 #. type: verbatim
29384 #: ../tools/virt-resize.pl:290
29385 #, no-wrap
29386 msgid ""
29387 " --resize /dev/sda4=90%\n"
29388 "\n"
29389 msgstr ""
29390
29391 #. type: verbatim
29392 #: ../tools/virt-resize.pl:292
29393 #, no-wrap
29394 msgid ""
29395 " --resize /dev/sda2=+1G\n"
29396 "\n"
29397 msgstr ""
29398
29399 #. type: verbatim
29400 #: ../tools/virt-resize.pl:294
29401 #, no-wrap
29402 msgid ""
29403 " --resize /dev/sda2=-200M\n"
29404 "\n"
29405 msgstr ""
29406
29407 #. type: verbatim
29408 #: ../tools/virt-resize.pl:296
29409 #, no-wrap
29410 msgid ""
29411 " --resize /dev/sda1=+128K\n"
29412 "\n"
29413 msgstr ""
29414
29415 #. type: verbatim
29416 #: ../tools/virt-resize.pl:298
29417 #, no-wrap
29418 msgid ""
29419 " --resize /dev/sda1=+10%\n"
29420 "\n"
29421 msgstr ""
29422
29423 #. type: verbatim
29424 #: ../tools/virt-resize.pl:300
29425 #, no-wrap
29426 msgid ""
29427 " --resize /dev/sda1=-10%\n"
29428 "\n"
29429 msgstr ""
29430
29431 #. type: textblock
29432 #: ../tools/virt-resize.pl:302
29433 msgid ""
29434 "You can increase the size of any partition.  Virt-resize will expand the "
29435 "direct content of the partition if it knows how (see C<--expand> below)."
29436 msgstr ""
29437
29438 #. type: textblock
29439 #: ../tools/virt-resize.pl:306
29440 msgid ""
29441 "You can only I<decrease> the size of partitions that contain filesystems or "
29442 "PVs which have already been shrunk.  Virt-resize will check this has been "
29443 "done before proceeding, or else will print an error (see also "
29444 "C<--resize-force>)."
29445 msgstr ""
29446
29447 #. type: textblock
29448 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
29449 msgid "You can give this option multiple times."
29450 msgstr ""
29451
29452 #. type: =item
29453 #: ../tools/virt-resize.pl:317
29454 msgid "B<--resize-force part=size>"
29455 msgstr ""
29456
29457 #. type: textblock
29458 #: ../tools/virt-resize.pl:319
29459 msgid ""
29460 "This is the same as C<--resize> except that it will let you decrease the "
29461 "size of any partition.  Generally this means you will lose any data which "
29462 "was at the end of the partition you shrink, but you may not care about that "
29463 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
29464 "as a swap partition)."
29465 msgstr ""
29466
29467 #. type: textblock
29468 #: ../tools/virt-resize.pl:325
29469 msgid "See also the C<--ignore> option."
29470 msgstr ""
29471
29472 #. type: =item
29473 #: ../tools/virt-resize.pl:331
29474 msgid "B<--expand part>"
29475 msgstr ""
29476
29477 #. type: textblock
29478 #: ../tools/virt-resize.pl:333
29479 msgid ""
29480 "Expand the named partition so it uses up all extra space (space left over "
29481 "after any other resize changes that you request have been done)."
29482 msgstr ""
29483
29484 #. type: textblock
29485 #: ../tools/virt-resize.pl:336
29486 msgid ""
29487 "If virt-resize knows how, it will expand the direct content of the "
29488 "partition.  For example, if the partition is an LVM PV, it will expand the "
29489 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
29490 "content it doesn't know about alone."
29491 msgstr ""
29492
29493 #. type: textblock
29494 #: ../tools/virt-resize.pl:341
29495 msgid "Currently virt-resize can resize:"
29496 msgstr ""
29497
29498 #. type: textblock
29499 #: ../tools/virt-resize.pl:347
29500 msgid ""
29501 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
29502 "partition."
29503 msgstr ""
29504
29505 #. type: textblock
29506 #: ../tools/virt-resize.pl:352
29507 msgid ""
29508 "NTFS filesystems contained directly in a partition, if libguestfs was "
29509 "compiled with support for NTFS."
29510 msgstr ""
29511
29512 #. type: textblock
29513 #: ../tools/virt-resize.pl:355
29514 msgid ""
29515 "The filesystem must have been shut down consistently last time it was used.  "
29516 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
29517 "consistency check, so at the first boot after resizing Windows will check "
29518 "the disk."
29519 msgstr ""
29520
29521 #. type: textblock
29522 #: ../tools/virt-resize.pl:362
29523 msgid ""
29524 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
29525 "inside the PV, but see the C<--LV-expand> option.  The user could also "
29526 "resize LVs as desired after boot."
29527 msgstr ""
29528
29529 #. type: textblock
29530 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
29531 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
29532 msgstr ""
29533
29534 #. type: =item
29535 #: ../tools/virt-resize.pl:374
29536 msgid "B<--shrink part>"
29537 msgstr ""
29538
29539 #. type: textblock
29540 #: ../tools/virt-resize.pl:376
29541 msgid ""
29542 "Shrink the named partition until the overall disk image fits in the "
29543 "destination.  The named partition B<must> contain a filesystem or PV which "
29544 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
29545 "online tools).  Virt-resize will check this and give an error if it has not "
29546 "been done."
29547 msgstr ""
29548
29549 #. type: textblock
29550 #: ../tools/virt-resize.pl:382
29551 msgid ""
29552 "The amount by which the overall disk must be shrunk (after carrying out all "
29553 "other operations requested by the user) is called the \"deficit\".  For "
29554 "example, a straight copy (assume no other operations)  from a 5GB disk image "
29555 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
29556 "would give an error unless the user specified a partition to shrink and that "
29557 "partition had more than a gigabyte of free space."
29558 msgstr ""
29559
29560 #. type: =item
29561 #: ../tools/virt-resize.pl:396
29562 msgid "B<--ignore part>"
29563 msgstr ""
29564
29565 #. type: textblock
29566 #: ../tools/virt-resize.pl:398
29567 msgid ""
29568 "Ignore the named partition.  Effectively this means the partition is "
29569 "allocated on the destination disk, but the content is not copied across from "
29570 "the source disk.  The content of the partition will be blank (all zero "
29571 "bytes)."
29572 msgstr ""
29573
29574 #. type: =item
29575 #: ../tools/virt-resize.pl:409
29576 msgid "B<--delete part>"
29577 msgstr ""
29578
29579 #. type: textblock
29580 #: ../tools/virt-resize.pl:411
29581 msgid ""
29582 "Delete the named partition.  It would be more accurate to describe this as "
29583 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
29584 "the original disk image is left intact."
29585 msgstr ""
29586
29587 #. type: textblock
29588 #: ../tools/virt-resize.pl:415
29589 msgid ""
29590 "Note that when you delete a partition, then anything contained in the "
29591 "partition is also deleted.  Furthermore, this causes any partitions that "
29592 "come after to be I<renumbered>, which can easily make your guest unbootable."
29593 msgstr ""
29594
29595 #. type: =item
29596 #: ../tools/virt-resize.pl:426
29597 msgid "B<--LV-expand logvol>"
29598 msgstr ""
29599
29600 #. type: textblock
29601 #: ../tools/virt-resize.pl:428
29602 msgid ""
29603 "This takes the logical volume and, as a final step, expands it to fill all "
29604 "the space available in its volume group.  A typical usage, assuming a Linux "
29605 "guest with a single PV C</dev/sda2> and a root device called "
29606 "C</dev/vg_guest/lv_root> would be:"
29607 msgstr ""
29608
29609 #. type: verbatim
29610 #: ../tools/virt-resize.pl:433
29611 #, no-wrap
29612 msgid ""
29613 " virt-resize indisk outdisk \\\n"
29614 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
29615 "\n"
29616 msgstr ""
29617
29618 #. type: textblock
29619 #: ../tools/virt-resize.pl:436
29620 msgid ""
29621 "This would first expand the partition (and PV), and then expand the root "
29622 "device to fill the extra space in the PV."
29623 msgstr ""
29624
29625 #. type: textblock
29626 #: ../tools/virt-resize.pl:439
29627 msgid ""
29628 "The contents of the LV are also resized if virt-resize knows how to do "
29629 "that.  You can stop virt-resize from trying to expand the content by using "
29630 "the option C<--no-expand-content>."
29631 msgstr ""
29632
29633 #. type: textblock
29634 #: ../tools/virt-resize.pl:443
29635 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
29636 msgstr ""
29637
29638 #. type: textblock
29639 #: ../tools/virt-resize.pl:446
29640 msgid ""
29641 "You can give this option multiple times, I<but> it doesn't make sense to do "
29642 "this unless the logical volumes you specify are all in different volume "
29643 "groups."
29644 msgstr ""
29645
29646 #. type: =item
29647 #: ../tools/virt-resize.pl:454
29648 msgid "B<--no-copy-boot-loader>"
29649 msgstr ""
29650
29651 #. type: textblock
29652 #: ../tools/virt-resize.pl:456
29653 msgid ""
29654 "By default, virt-resize copies over some sectors at the start of the disk "
29655 "(up to the beginning of the first partition).  Commonly these sectors "
29656 "contain the Master Boot Record (MBR) and the boot loader, and are required "
29657 "in order for the guest to boot correctly."
29658 msgstr ""
29659
29660 #. type: textblock
29661 #: ../tools/virt-resize.pl:461
29662 msgid ""
29663 "If you specify this flag, then this initial copy is not done.  You may need "
29664 "to reinstall the boot loader in this case."
29665 msgstr ""
29666
29667 #. type: =item
29668 #: ../tools/virt-resize.pl:469
29669 msgid "B<--no-extra-partition>"
29670 msgstr ""
29671
29672 #. type: textblock
29673 #: ../tools/virt-resize.pl:471
29674 msgid ""
29675 "By default, virt-resize creates an extra partition if there is any extra, "
29676 "unused space after all resizing has happened.  Use this option to prevent "
29677 "the extra partition from being created.  If you do this then the extra space "
29678 "will be inaccessible until you run fdisk, parted, or some other partitioning "
29679 "tool in the guest."
29680 msgstr ""
29681
29682 #. type: textblock
29683 #: ../tools/virt-resize.pl:477
29684 msgid ""
29685 "Note that if the surplus space is smaller than 10 MB, no extra partition "
29686 "will be created."
29687 msgstr ""
29688
29689 #. type: =item
29690 #: ../tools/virt-resize.pl:484
29691 msgid "B<--no-expand-content>"
29692 msgstr ""
29693
29694 #. type: textblock
29695 #: ../tools/virt-resize.pl:486
29696 msgid ""
29697 "By default, virt-resize will try to expand the direct contents of "
29698 "partitions, if it knows how (see C<--expand> option above)."
29699 msgstr ""
29700
29701 #. type: textblock
29702 #: ../tools/virt-resize.pl:489
29703 msgid ""
29704 "If you give the C<--no-expand-content> option then virt-resize will not "
29705 "attempt this."
29706 msgstr ""
29707
29708 #. type: =item
29709 #: ../tools/virt-resize.pl:496
29710 msgid "B<-d> | B<--debug>"
29711 msgstr ""
29712
29713 #. type: =item
29714 #: ../tools/virt-resize.pl:504
29715 msgid "B<-n> | B<--dryrun>"
29716 msgstr ""
29717
29718 #. type: textblock
29719 #: ../tools/virt-resize.pl:506
29720 msgid "Print a summary of what would be done, but don't do anything."
29721 msgstr ""
29722
29723 #. type: =item
29724 #: ../tools/virt-resize.pl:512
29725 msgid "B<-q> | B<--quiet>"
29726 msgstr ""
29727
29728 #. type: textblock
29729 #: ../tools/virt-resize.pl:514
29730 msgid "Don't print the summary."
29731 msgstr ""
29732
29733 #. type: textblock
29734 #: ../tools/virt-resize.pl:522
29735 msgid ""
29736 "Specify the format of the input disk image.  If this flag is not given then "
29737 "it is auto-detected from the image itself."
29738 msgstr ""
29739
29740 #. type: textblock
29741 #: ../tools/virt-resize.pl:528
29742 msgid ""
29743 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
29744 "AND NON-SPARSE RAW FORMATS>."
29745 msgstr ""
29746
29747 #. type: =item
29748 #: ../tools/virt-resize.pl:535
29749 msgid "B<--output-format> raw"
29750 msgstr ""
29751
29752 #. type: textblock
29753 #: ../tools/virt-resize.pl:537
29754 msgid ""
29755 "Specify the format of the output disk image.  If this flag is not given then "
29756 "it is auto-detected from the image itself."
29757 msgstr ""
29758
29759 #. type: textblock
29760 #: ../tools/virt-resize.pl:543
29761 msgid ""
29762 "Note that you still need to create the output disk with the right format.  "
29763 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
29764 msgstr ""
29765
29766 #. type: =head1
29767 #: ../tools/virt-resize.pl:1425
29768 msgid "NOTES"
29769 msgstr ""
29770
29771 #. type: =head2
29772 #: ../tools/virt-resize.pl:1427
29773 msgid "\"Partition 1 does not end on cylinder boundary.\""
29774 msgstr ""
29775
29776 #. type: textblock
29777 #: ../tools/virt-resize.pl:1429
29778 msgid ""
29779 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
29780 "means the partitions will not be aligned to the ancient CHS geometry.  "
29781 "However CHS geometry is meaningless for disks manufactured since the early "
29782 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
29783 "cylinders is not required by any modern operating system."
29784 msgstr ""
29785
29786 #. type: =head2
29787 #: ../tools/virt-resize.pl:1436
29788 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
29789 msgstr ""
29790
29791 #. type: textblock
29792 #: ../tools/virt-resize.pl:1438
29793 msgid ""
29794 "In Windows Vista and later versions, Microsoft switched to using a separate "
29795 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
29796 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
29797 "the boot partition.  Doing so seems to break the guest completely.  However "
29798 "expanding the second partition (ie. C: drive) should work."
29799 msgstr ""
29800
29801 #. type: textblock
29802 #: ../tools/virt-resize.pl:1445
29803 msgid ""
29804 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
29805 "NTFS partitions have been expanded.  This is just a safety check and (unless "
29806 "it find errors) is nothing to worry about."
29807 msgstr ""
29808
29809 #. type: =head2
29810 #: ../tools/virt-resize.pl:1449
29811 msgid "GUEST BOOT STUCK AT \"GRUB\""
29812 msgstr ""
29813
29814 #. type: textblock
29815 #: ../tools/virt-resize.pl:1451
29816 msgid ""
29817 "If a Linux guest does not boot after resizing, and the boot is stuck after "
29818 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
29819 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
29820 "although we think is to do with partition alignment."
29821 msgstr ""
29822
29823 #. type: verbatim
29824 #: ../tools/virt-resize.pl:1456
29825 #, no-wrap
29826 msgid ""
29827 " guestfish -i -a newdisk\n"
29828 " ><fs> cat /boot/grub/device.map\n"
29829 " # check the contents of this file are sensible or\n"
29830 " # edit the file if necessary\n"
29831 " ><fs> grub-install / /dev/vda\n"
29832 " ><fs> exit\n"
29833 "\n"
29834 msgstr ""
29835
29836 #. type: textblock
29837 #: ../tools/virt-resize.pl:1463
29838 msgid ""
29839 "For more flexible guest reconfiguration, including if you need to specify "
29840 "other parameters to grub-install, use L<virt-rescue(1)>."
29841 msgstr ""
29842
29843 #. type: =head1
29844 #: ../tools/virt-resize.pl:1466
29845 msgid "ALTERNATIVE TOOLS"
29846 msgstr ""
29847
29848 #. type: textblock
29849 #: ../tools/virt-resize.pl:1468
29850 msgid ""
29851 "There are several proprietary tools for resizing partitions.  We won't "
29852 "mention any here."
29853 msgstr ""
29854
29855 #. type: textblock
29856 #: ../tools/virt-resize.pl:1471
29857 msgid ""
29858 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
29859 "operations on disk images.  They can resize and move partitions, but I don't "
29860 "think they can do anything with the contents, and they certainly don't "
29861 "understand LVM."
29862 msgstr ""
29863
29864 #. type: textblock
29865 #: ../tools/virt-resize.pl:1476
29866 msgid ""
29867 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
29868 "but at a much lower level.  You will probably end up hand-calculating sector "
29869 "offsets, which is something that virt-resize was designed to avoid.  If you "
29870 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
29871 "C<--debug> flag."
29872 msgstr ""
29873
29874 #. type: textblock
29875 #: ../tools/virt-resize.pl:1491
29876 msgid ""
29877 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
29878 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
29879 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
29880 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
29881 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29882 msgstr ""
29883
29884 #. type: textblock
29885 #: ../tools/virt-list-filesystems.pl:32
29886 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29887 msgstr ""
29888
29889 #. type: verbatim
29890 #: ../tools/virt-list-filesystems.pl:36
29891 #, no-wrap
29892 msgid ""
29893 " virt-list-filesystems [--options] domname\n"
29894 "\n"
29895 msgstr ""
29896
29897 #. type: verbatim
29898 #: ../tools/virt-list-filesystems.pl:38
29899 #, no-wrap
29900 msgid ""
29901 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29902 "\n"
29903 msgstr ""
29904
29905 #. type: textblock
29906 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29907 msgid ""
29908 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29909 "replacement."
29910 msgstr ""
29911
29912 #. type: textblock
29913 #: ../tools/virt-list-filesystems.pl:45
29914 msgid ""
29915 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29916 "are contained in a virtual machine or disk image."
29917 msgstr ""
29918
29919 #. type: textblock
29920 #: ../tools/virt-list-filesystems.pl:49
29921 msgid ""
29922 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29923 "functionality.  For more complex cases you should look at the "
29924 "L<guestfish(1)> tool."
29925 msgstr ""
29926
29927 #. type: =item
29928 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29929 msgid "B<-l> | B<--long>"
29930 msgstr ""
29931
29932 #. type: textblock
29933 #: ../tools/virt-list-filesystems.pl:108
29934 msgid ""
29935 "With this option, C<virt-list-filesystems> displays the type of each "
29936 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29937 msgstr ""
29938
29939 #. type: =item
29940 #: ../tools/virt-list-filesystems.pl:115
29941 msgid "B<-a> | B<--all>"
29942 msgstr ""
29943
29944 #. type: textblock
29945 #: ../tools/virt-list-filesystems.pl:117
29946 msgid ""
29947 "Normally we only show mountable filesystems.  If this option is given then "
29948 "swap devices are shown too."
29949 msgstr ""
29950
29951 #. type: textblock
29952 #: ../tools/virt-list-filesystems.pl:191
29953 msgid ""
29954 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29955 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29956 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29957 msgstr ""
29958
29959 #. type: textblock
29960 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29961 msgid "Copyright (C) 2009 Red Hat Inc."
29962 msgstr ""
29963
29964 #. type: textblock
29965 #: ../tools/virt-tar.pl:33
29966 msgid "virt-tar - Extract or upload files to a virtual machine"
29967 msgstr ""
29968
29969 #. type: verbatim
29970 #: ../tools/virt-tar.pl:37
29971 #, no-wrap
29972 msgid ""
29973 " virt-tar [--options] -x domname directory tarball\n"
29974 "\n"
29975 msgstr ""
29976
29977 #. type: verbatim
29978 #: ../tools/virt-tar.pl:39
29979 #, no-wrap
29980 msgid ""
29981 " virt-tar [--options] -u domname tarball directory\n"
29982 "\n"
29983 msgstr ""
29984
29985 #. type: verbatim
29986 #: ../tools/virt-tar.pl:41
29987 #, no-wrap
29988 msgid ""
29989 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29990 "\n"
29991 msgstr ""
29992
29993 #. type: verbatim
29994 #: ../tools/virt-tar.pl:43
29995 #, no-wrap
29996 msgid ""
29997 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29998 "\n"
29999 msgstr ""
30000
30001 #. type: textblock
30002 #: ../tools/virt-tar.pl:47
30003 msgid ""
30004 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
30005 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
30006 msgstr ""
30007
30008 #. type: textblock
30009 #: ../tools/virt-tar.pl:52
30010 msgid "Download C</home> from the VM into a local tarball:"
30011 msgstr ""
30012
30013 #. type: verbatim
30014 #: ../tools/virt-tar.pl:54
30015 #, no-wrap
30016 msgid ""
30017 " virt-tar -x domname /home home.tar\n"
30018 "\n"
30019 msgstr ""
30020
30021 #. type: verbatim
30022 #: ../tools/virt-tar.pl:56
30023 #, no-wrap
30024 msgid ""
30025 " virt-tar -zx domname /home home.tar.gz\n"
30026 "\n"
30027 msgstr ""
30028
30029 #. type: textblock
30030 #: ../tools/virt-tar.pl:58
30031 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30032 msgstr ""
30033
30034 #. type: verbatim
30035 #: ../tools/virt-tar.pl:60
30036 #, no-wrap
30037 msgid ""
30038 " virt-tar -u domname uploadstuff.tar /tmp\n"
30039 "\n"
30040 msgstr ""
30041
30042 #. type: verbatim
30043 #: ../tools/virt-tar.pl:62
30044 #, no-wrap
30045 msgid ""
30046 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30047 "\n"
30048 msgstr ""
30049
30050 #. type: textblock
30051 #: ../tools/virt-tar.pl:66
30052 msgid ""
30053 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
30054 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30055 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30056 msgstr ""
30057
30058 #. type: textblock
30059 #: ../tools/virt-tar.pl:71
30060 msgid ""
30061 "You can use C<-x> (extract) on live virtual machines, but you might get "
30062 "inconsistent results or errors if there is filesystem activity inside the "
30063 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30064 "work, but the only way to guarantee consistent results is if the virtual "
30065 "machine is shut down."
30066 msgstr ""
30067
30068 #. type: textblock
30069 #: ../tools/virt-tar.pl:79
30070 msgid ""
30071 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30072 "parts of a guest filesystem.  There are many possibilities: making backups, "
30073 "uploading data files, snooping on guest activity, fixing or customizing "
30074 "guests, etc."
30075 msgstr ""
30076
30077 #. type: textblock
30078 #: ../tools/virt-tar.pl:84
30079 msgid ""
30080 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30081 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30082 "should look at the L<guestfish(1)> tool."
30083 msgstr ""
30084
30085 #. type: textblock
30086 #: ../tools/virt-tar.pl:88
30087 msgid ""
30088 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
30089 "its contents (recursively) from the virtual machine into a local tarball.  "
30090 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
30091 "virtual machine.  You cannot use these two options together."
30092 msgstr ""
30093
30094 #. type: textblock
30095 #: ../tools/virt-tar.pl:94
30096 msgid ""
30097 "In addition, you may need to use the C<-z> (gZip) option to enable "
30098 "compression.  When uploading, you have to specify C<-z> if the upload file "
30099 "is compressed because virt-tar won't detect this on its own."
30100 msgstr ""
30101
30102 #. type: textblock
30103 #: ../tools/virt-tar.pl:98
30104 msgid ""
30105 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30106 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30107 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30108 "the L<libguestfs(3)> API)."
30109 msgstr ""
30110
30111 #. type: =item
30112 #: ../tools/virt-tar.pl:156
30113 msgid "B<-x> | B<--extract> | B<--download>"
30114 msgstr ""
30115
30116 #. type: =item
30117 #: ../tools/virt-tar.pl:158
30118 msgid "B<-u> | B<--upload>"
30119 msgstr ""
30120
30121 #. type: textblock
30122 #: ../tools/virt-tar.pl:160
30123 msgid ""
30124 "Use C<-x> to extract (download) a directory from a virtual machine to a "
30125 "local tarball."
30126 msgstr ""
30127
30128 #. type: textblock
30129 #: ../tools/virt-tar.pl:163
30130 msgid ""
30131 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
30132 "Please read the L</WARNING> section above before using this option."
30133 msgstr ""
30134
30135 #. type: textblock
30136 #: ../tools/virt-tar.pl:167
30137 msgid "You must specify exactly one of these options."
30138 msgstr ""
30139
30140 #. type: =item
30141 #: ../tools/virt-tar.pl:173
30142 msgid "B<-z> | B<--gzip>"
30143 msgstr ""
30144
30145 #. type: textblock
30146 #: ../tools/virt-tar.pl:175
30147 msgid "Specify that the input or output tarball is gzip-compressed."
30148 msgstr ""
30149
30150 #. type: textblock
30151 #: ../tools/virt-tar.pl:288
30152 msgid ""
30153 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
30154 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
30155 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
30156 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30157 msgstr ""
30158
30159 #. type: textblock
30160 #: ../tools/virt-make-fs.pl:37
30161 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30162 msgstr ""
30163
30164 #. type: verbatim
30165 #: ../tools/virt-make-fs.pl:41
30166 #, no-wrap
30167 msgid ""
30168 " virt-make-fs [--options] input.tar output.img\n"
30169 "\n"
30170 msgstr ""
30171
30172 #. type: verbatim
30173 #: ../tools/virt-make-fs.pl:43
30174 #, no-wrap
30175 msgid ""
30176 " virt-make-fs [--options] input.tar.gz output.img\n"
30177 "\n"
30178 msgstr ""
30179
30180 #. type: verbatim
30181 #: ../tools/virt-make-fs.pl:45
30182 #, no-wrap
30183 msgid ""
30184 " virt-make-fs [--options] directory output.img\n"
30185 "\n"
30186 msgstr ""
30187
30188 #. type: textblock
30189 #: ../tools/virt-make-fs.pl:49
30190 msgid ""
30191 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30192 "archive or some files in a directory.  It is similar to tools like "
30193 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
30194 "it can create common filesystem types like ext2/3 or NTFS, which can be "
30195 "useful if you want to attach these filesystems to existing virtual machines "
30196 "(eg. to import large amounts of read-only data to a VM)."
30197 msgstr ""
30198
30199 #. type: textblock
30200 #: ../tools/virt-make-fs.pl:57
30201 msgid "Basic usage is:"
30202 msgstr ""
30203
30204 #. type: verbatim
30205 #: ../tools/virt-make-fs.pl:59
30206 #, no-wrap
30207 msgid ""
30208 " virt-make-fs input output\n"
30209 "\n"
30210 msgstr ""
30211
30212 #. type: textblock
30213 #: ../tools/virt-make-fs.pl:61
30214 msgid ""
30215 "where C<input> is either a directory containing files that you want to add, "
30216 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30217 "C<output> is a disk image.  The input type is detected automatically.  The "
30218 "output disk image defaults to a raw ext2 image unless you specify extra "
30219 "flags (see L</OPTIONS> below)."
30220 msgstr ""
30221
30222 #. type: =head2
30223 #: ../tools/virt-make-fs.pl:67
30224 msgid "EXTRA SPACE"
30225 msgstr ""
30226
30227 #. type: textblock
30228 #: ../tools/virt-make-fs.pl:69
30229 msgid ""
30230 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30231 "the files that it contains, but might have extra space.  Depending on how "
30232 "you are going to use the output, you might think this extra space is wasted "
30233 "and want to minimize it, or you might want to leave space so that more files "
30234 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30235 "but you can use the C<--size> flag to leave space in the filesystem if you "
30236 "want it."
30237 msgstr ""
30238
30239 #. type: textblock
30240 #: ../tools/virt-make-fs.pl:77
30241 msgid ""
30242 "An alternative way to leave extra space but not make the output image any "
30243 "bigger is to use an alternative disk image format (instead of the default "
30244 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
30245 "image format (check your hypervisor supports this before using it).  This "
30246 "allows you to choose a large C<--size> but the extra space won't actually be "
30247 "allocated in the image until you try to store something in it."
30248 msgstr ""
30249
30250 #. type: textblock
30251 #: ../tools/virt-make-fs.pl:85
30252 msgid ""
30253 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30254 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30255 "to build another image from scratch."
30256 msgstr ""
30257
30258 #. type: =head3
30259 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
30260 msgid "EXAMPLE"
30261 msgstr ""
30262
30263 #. type: verbatim
30264 #: ../tools/virt-make-fs.pl:91
30265 #, no-wrap
30266 msgid ""
30267 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30268 "\n"
30269 msgstr ""
30270
30271 #. type: =head2
30272 #: ../tools/virt-make-fs.pl:93
30273 msgid "FILESYSTEM TYPE"
30274 msgstr ""
30275
30276 #. type: textblock
30277 #: ../tools/virt-make-fs.pl:95
30278 msgid ""
30279 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30280 "libguestfs supports can be used (but I<not> read-only formats like "
30281 "ISO9660).  Here are some of the more common choices:"
30282 msgstr ""
30283
30284 #. type: =item
30285 #: ../tools/virt-make-fs.pl:101
30286 msgid "I<ext3>"
30287 msgstr ""
30288
30289 #. type: textblock
30290 #: ../tools/virt-make-fs.pl:103
30291 msgid ""
30292 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30293 "you are not going to use the filesystem in a way that requires the journal, "
30294 "then this is just wasted overhead."
30295 msgstr ""
30296
30297 #. type: =item
30298 #: ../tools/virt-make-fs.pl:107
30299 msgid "I<ntfs> or I<vfat>"
30300 msgstr ""
30301
30302 #. type: textblock
30303 #: ../tools/virt-make-fs.pl:109
30304 msgid "Useful if exporting data to a Windows guest."
30305 msgstr ""
30306
30307 #. type: textblock
30308 #: ../tools/virt-make-fs.pl:111
30309 msgid ""
30310 "I<Note for vfat>: The tar archive or local directory must only contain files "
30311 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30312 "program running within libguestfs is unable to change the ownership of "
30313 "non-root files, since vfat itself does not support this."
30314 msgstr ""
30315
30316 #. type: =item
30317 #: ../tools/virt-make-fs.pl:116
30318 msgid "I<minix>"
30319 msgstr ""
30320
30321 #. type: textblock
30322 #: ../tools/virt-make-fs.pl:118
30323 msgid ""
30324 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30325 "total filesystem size."
30326 msgstr ""
30327
30328 #. type: verbatim
30329 #: ../tools/virt-make-fs.pl:125
30330 #, no-wrap
30331 msgid ""
30332 " virt-make-fs --type=minix input minixfs.img\n"
30333 "\n"
30334 msgstr ""
30335
30336 #. type: =head2
30337 #: ../tools/virt-make-fs.pl:127
30338 msgid "TO PARTITION OR NOT TO PARTITION"
30339 msgstr ""
30340
30341 #. type: textblock
30342 #: ../tools/virt-make-fs.pl:129
30343 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30344 msgstr ""
30345
30346 #. type: textblock
30347 #: ../tools/virt-make-fs.pl:131
30348 msgid ""
30349 "Adding a partition can make the disk image more compatible with certain "
30350 "virtualized operating systems which don't expect to see a filesystem "
30351 "directly located on a block device (Linux doesn't care and will happily "
30352 "handle both types)."
30353 msgstr ""
30354
30355 #. type: textblock
30356 #: ../tools/virt-make-fs.pl:136
30357 msgid ""
30358 "On the other hand, if you have a partition table then the output image is no "
30359 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30360 "directly on a partitioned disk image.  (However libguestfs tools such as "
30361 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30362 msgstr ""
30363
30364 #. type: textblock
30365 #: ../tools/virt-make-fs.pl:144
30366 msgid "Add an MBR partition:"
30367 msgstr ""
30368
30369 #. type: verbatim
30370 #: ../tools/virt-make-fs.pl:146
30371 #, no-wrap
30372 msgid ""
30373 " virt-make-fs --partition -- input disk.img\n"
30374 "\n"
30375 msgstr ""
30376
30377 #. type: textblock
30378 #: ../tools/virt-make-fs.pl:148
30379 msgid ""
30380 "If the output disk image could be terabyte-sized or larger, it's better to "
30381 "use an EFI/GPT-compatible partition table:"
30382 msgstr ""
30383
30384 #. type: verbatim
30385 #: ../tools/virt-make-fs.pl:151
30386 #, no-wrap
30387 msgid ""
30388 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30389 "\n"
30390 msgstr ""
30391
30392 #. type: textblock
30393 #: ../tools/virt-make-fs.pl:179
30394 msgid "Enable debugging information."
30395 msgstr ""
30396
30397 #. type: =item
30398 #: ../tools/virt-make-fs.pl:185
30399 msgid "B<--size=E<lt>NE<gt>>"
30400 msgstr ""
30401
30402 #. type: =item
30403 #: ../tools/virt-make-fs.pl:187
30404 msgid "B<--size=+E<lt>NE<gt>>"
30405 msgstr ""
30406
30407 #. type: =item
30408 #: ../tools/virt-make-fs.pl:189
30409 msgid "B<-s E<lt>NE<gt>>"
30410 msgstr ""
30411
30412 #. type: =item
30413 #: ../tools/virt-make-fs.pl:191
30414 msgid "B<-s +E<lt>NE<gt>>"
30415 msgstr ""
30416
30417 #. type: textblock
30418 #: ../tools/virt-make-fs.pl:193
30419 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
30420 msgstr ""
30421
30422 #. type: textblock
30423 #: ../tools/virt-make-fs.pl:196
30424 msgid ""
30425 "If this option is I<not> given, then the output image will be just large "
30426 "enough to contain all the files, with not much wasted space."
30427 msgstr ""
30428
30429 #. type: textblock
30430 #: ../tools/virt-make-fs.pl:199
30431 msgid ""
30432 "To choose a fixed size output disk, specify an absolute number followed by "
30433 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30434 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30435 "files, else you will get an error."
30436 msgstr ""
30437
30438 #. type: textblock
30439 #: ../tools/virt-make-fs.pl:204
30440 msgid ""
30441 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30442 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30443 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
30444 "the input files, and (approximately) an extra 200 MB free space."
30445 msgstr ""
30446
30447 #. type: textblock
30448 #: ../tools/virt-make-fs.pl:210
30449 msgid ""
30450 "Note that virt-make-fs estimates free space, and therefore will not produce "
30451 "filesystems containing precisely the free space requested.  (It is much more "
30452 "expensive and time-consuming to produce a filesystem which has precisely the "
30453 "desired free space)."
30454 msgstr ""
30455
30456 #. type: =item
30457 #: ../tools/virt-make-fs.pl:219
30458 msgid "B<--format=E<lt>fmtE<gt>>"
30459 msgstr ""
30460
30461 #. type: =item
30462 #: ../tools/virt-make-fs.pl:221
30463 msgid "B<-F E<lt>fmtE<gt>>"
30464 msgstr ""
30465
30466 #. type: textblock
30467 #: ../tools/virt-make-fs.pl:223
30468 msgid "Choose the output disk image format."
30469 msgstr ""
30470
30471 #. type: textblock
30472 #: ../tools/virt-make-fs.pl:225
30473 msgid "The default is C<raw> (raw disk image)."
30474 msgstr ""
30475
30476 #. type: textblock
30477 #: ../tools/virt-make-fs.pl:227
30478 msgid ""
30479 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30480 "that would really make sense here is C<qcow2>."
30481 msgstr ""
30482
30483 #. type: =item
30484 #: ../tools/virt-make-fs.pl:234
30485 msgid "B<--type=E<lt>fsE<gt>>"
30486 msgstr ""
30487
30488 #. type: =item
30489 #: ../tools/virt-make-fs.pl:236
30490 msgid "B<-t E<lt>fsE<gt>>"
30491 msgstr ""
30492
30493 #. type: textblock
30494 #: ../tools/virt-make-fs.pl:238
30495 msgid "Choose the output filesystem type."
30496 msgstr ""
30497
30498 #. type: textblock
30499 #: ../tools/virt-make-fs.pl:240
30500 msgid "The default is C<ext2>."
30501 msgstr ""
30502
30503 #. type: textblock
30504 #: ../tools/virt-make-fs.pl:242
30505 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30506 msgstr ""
30507
30508 #. type: =item
30509 #: ../tools/virt-make-fs.pl:249
30510 msgid "B<--partition>"
30511 msgstr ""
30512
30513 #. type: =item
30514 #: ../tools/virt-make-fs.pl:251
30515 msgid "B<--partition=E<lt>parttypeE<gt>>"
30516 msgstr ""
30517
30518 #. type: textblock
30519 #: ../tools/virt-make-fs.pl:253
30520 msgid ""
30521 "If specified, this flag adds an MBR partition table to the output disk "
30522 "image."
30523 msgstr ""
30524
30525 #. type: textblock
30526 #: ../tools/virt-make-fs.pl:256
30527 msgid ""
30528 "You can change the partition table type, eg. C<--partition=gpt> for large "
30529 "disks."
30530 msgstr ""
30531
30532 #. type: textblock
30533 #: ../tools/virt-make-fs.pl:259
30534 msgid ""
30535 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
30536 "might consider the next parameter to be the partition type.  For example:"
30537 msgstr ""
30538
30539 #. type: verbatim
30540 #: ../tools/virt-make-fs.pl:263
30541 #, no-wrap
30542 msgid ""
30543 " virt-make-fs --partition input.tar ...\n"
30544 "\n"
30545 msgstr ""
30546
30547 #. type: textblock
30548 #: ../tools/virt-make-fs.pl:265
30549 msgid ""
30550 "would cause virt-make-fs to think you wanted to use a partition type of "
30551 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
30552 "dash) between options and the input file argument:"
30553 msgstr ""
30554
30555 #. type: verbatim
30556 #: ../tools/virt-make-fs.pl:269
30557 #, no-wrap
30558 msgid ""
30559 " virt-make-fs --partition -- input.tar ...\n"
30560 "\n"
30561 msgstr ""
30562
30563 #. type: textblock
30564 #: ../tools/virt-make-fs.pl:541
30565 msgid ""
30566 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30567 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30568 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30569 msgstr ""
30570
30571 #. type: verbatim
30572 #: ../tools/virt-make-fs.pl:558
30573 #, no-wrap
30574 msgid ""
30575 " export LIBGUESTFS_DEBUG=1\n"
30576 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30577 "\n"
30578 msgstr ""
30579
30580 #. type: textblock
30581 #: ../tools/virt-make-fs.pl:561
30582 msgid ""
30583 "Attach /tmp/virt-make-fs.log to a new bug report at "
30584 "L<https://bugzilla.redhat.com/>"
30585 msgstr ""
30586
30587 #. type: textblock
30588 #: ../tools/virt-list-partitions.pl:32
30589 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30590 msgstr ""
30591
30592 #. type: verbatim
30593 #: ../tools/virt-list-partitions.pl:36
30594 #, no-wrap
30595 msgid ""
30596 " virt-list-partitions [--options] domname\n"
30597 "\n"
30598 msgstr ""
30599
30600 #. type: verbatim
30601 #: ../tools/virt-list-partitions.pl:38
30602 #, no-wrap
30603 msgid ""
30604 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30605 "\n"
30606 msgstr ""
30607
30608 #. type: textblock
30609 #: ../tools/virt-list-partitions.pl:45
30610 msgid ""
30611 "C<virt-list-partitions> is a command line tool to list the partitions that "
30612 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30613 "first step to using L<virt-resize(1)>."
30614 msgstr ""
30615
30616 #. type: textblock
30617 #: ../tools/virt-list-partitions.pl:50
30618 msgid ""
30619 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30620 "functionality.  For more complex cases you should look at the "
30621 "L<guestfish(1)> tool."
30622 msgstr ""
30623
30624 #. type: =item
30625 #: ../tools/virt-list-partitions.pl:107
30626 msgid "B<-h> | B<--human-readable>"
30627 msgstr ""
30628
30629 #. type: textblock
30630 #: ../tools/virt-list-partitions.pl:109
30631 msgid "Show sizes in human-readable form (eg. \"1G\")."
30632 msgstr ""
30633
30634 #. type: textblock
30635 #: ../tools/virt-list-partitions.pl:117
30636 msgid ""
30637 "With this option, C<virt-list-partitions> displays the type and size of each "
30638 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30639 msgstr ""
30640
30641 #. type: =item
30642 #: ../tools/virt-list-partitions.pl:124
30643 msgid "B<-t> | B<--total>"
30644 msgstr ""
30645
30646 #. type: textblock
30647 #: ../tools/virt-list-partitions.pl:126
30648 msgid "Display the total size of each block device (as a separate row or rows)."
30649 msgstr ""
30650
30651 #. type: textblock
30652 #: ../tools/virt-list-partitions.pl:259
30653 msgid ""
30654 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30655 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30656 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30657 msgstr ""