Version 1.9.12.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.9.12\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-03-18 19:28+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 kernel and initrd.img, 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:5686 ../fish/guestfish-actions.pod:3808
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 kernel and initrd.img.  See "
5364 "the discussion of paths in section 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:3336 ../src/guestfs-actions.pod:3351 ../src/guestfs-actions.pod:3371 ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3567 ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3690 ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3727 ../src/guestfs-actions.pod:3750 ../src/guestfs-actions.pod:3773 ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:3878 ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:3926 ../src/guestfs-actions.pod:3942 ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4100 ../src/guestfs-actions.pod:4113 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4200 ../src/guestfs-actions.pod:4216 ../src/guestfs-actions.pod:4230 ../src/guestfs-actions.pod:4244 ../src/guestfs-actions.pod:4261 ../src/guestfs-actions.pod:4276 ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:4458 ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4508 ../src/guestfs-actions.pod:4525 ../src/guestfs-actions.pod:4538 ../src/guestfs-actions.pod:4553 ../src/guestfs-actions.pod:4568 ../src/guestfs-actions.pod:4603 ../src/guestfs-actions.pod:4618 ../src/guestfs-actions.pod:4638 ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4669 ../src/guestfs-actions.pod:4718 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4769 ../src/guestfs-actions.pod:4797 ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4832 ../src/guestfs-actions.pod:4966 ../src/guestfs-actions.pod:5023 ../src/guestfs-actions.pod:5045 ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5095 ../src/guestfs-actions.pod:5161 ../src/guestfs-actions.pod:5178 ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:5494 ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532 ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5556 ../src/guestfs-actions.pod:5570 ../src/guestfs-actions.pod:5582 ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:5612 ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5652 ../src/guestfs-actions.pod:5671 ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:5717 ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5777 ../src/guestfs-actions.pod:5798 ../src/guestfs-actions.pod:5817 ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:5862 ../src/guestfs-actions.pod:5886 ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5929 ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:5963 ../src/guestfs-actions.pod:5982 ../src/guestfs-actions.pod:6019 ../src/guestfs-actions.pod:6042 ../src/guestfs-actions.pod:6068 ../src/guestfs-actions.pod:6176 ../src/guestfs-actions.pod:6297 ../src/guestfs-actions.pod:6309 ../src/guestfs-actions.pod:6322 ../src/guestfs-actions.pod:6335 ../src/guestfs-actions.pod:6357 ../src/guestfs-actions.pod:6370 ../src/guestfs-actions.pod:6383 ../src/guestfs-actions.pod:6396 ../src/guestfs-actions.pod:6411 ../src/guestfs-actions.pod:6470 ../src/guestfs-actions.pod:6487 ../src/guestfs-actions.pod:6503 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6549 ../src/guestfs-actions.pod:6569 ../src/guestfs-actions.pod:6605 ../src/guestfs-actions.pod:6619 ../src/guestfs-actions.pod:6660 ../src/guestfs-actions.pod:6673 ../src/guestfs-actions.pod:6691 ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:6880 ../src/guestfs-actions.pod:6898 ../src/guestfs-actions.pod:6912 ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:6980 ../src/guestfs-actions.pod:7025 ../src/guestfs-actions.pod:7058 ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7138 ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7223 ../src/guestfs-actions.pod:7252
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:4301 ../src/guestfs-actions.pod:7146 ../src/guestfs-actions.pod:7315 ../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:2908 ../fish/guestfish-actions.pod:4766 ../fish/guestfish-actions.pod:4863
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:3338 ../src/guestfs-actions.pod:3353 ../src/guestfs-actions.pod:4605 ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5836 ../src/guestfs-actions.pod:5950 ../src/guestfs-actions.pod:6413 ../src/guestfs-actions.pod:6538 ../src/guestfs-actions.pod:7060
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:4315
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:4741 ../src/guestfs-actions.pod:4869 ../src/guestfs-actions.pod:5275 ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:6646 ../src/guestfs-actions.pod:7071 ../src/guestfs-actions.pod:7084 ../src/guestfs-actions.pod:7097
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:4368 ../src/guestfs-actions.pod:4380
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:4326 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:2919
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:5352
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:2922 ../src/guestfs-actions.pod:2945 ../src/guestfs-actions.pod:3512 ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4142 ../src/guestfs-actions.pod:4887 ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:5250 ../src/guestfs-actions.pod:5428 ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:6089 ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6146 ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6839 ../src/guestfs-actions.pod:6857 ../src/guestfs-actions.pod:7037 ../src/guestfs-actions.pod:7309
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:2879 ../src/guestfs-actions.pod:3147 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3494 ../src/guestfs-actions.pod:3599 ../src/guestfs-actions.pod:4004 ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:5222 ../src/guestfs-actions.pod:5348 ../src/guestfs-actions.pod:5462 ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6278 ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:6950 ../src/guestfs-actions.pod:6997 ../src/guestfs-actions.pod:7162 ../src/guestfs-actions.pod:7181 ../src/guestfs-actions.pod:7266 ../src/guestfs-actions.pod:7285 ../src/guestfs-actions.pod:7331 ../src/guestfs-actions.pod:7350
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:3225 ../src/guestfs-actions.pod:3256 ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3895 ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4278 ../src/guestfs-actions.pod:4706 ../src/guestfs-actions.pod:5163 ../src/guestfs-actions.pod:5558 ../src/guestfs-actions.pod:5572 ../src/guestfs-actions.pod:5584 ../src/guestfs-actions.pod:6024 ../src/guestfs-actions.pod:6662 ../src/guestfs-actions.pod:6675 ../src/guestfs-actions.pod:6914 ../src/guestfs-actions.pod:7150
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:2965 ../src/guestfs-actions.pod:2982 ../src/guestfs-actions.pod:3001 ../src/guestfs-actions.pod:3164 ../src/guestfs-actions.pod:3178 ../src/guestfs-actions.pod:3193 ../src/guestfs-actions.pod:3207 ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3238 ../src/guestfs-actions.pod:3254 ../src/guestfs-actions.pod:3268 ../src/guestfs-actions.pod:3281 ../src/guestfs-actions.pod:3295 ../src/guestfs-actions.pod:3310 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:4851
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:6842
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:5338 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3567
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:5120 ../src/guestfs-actions.pod:5146 ../src/guestfs-actions.pod:5277 ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5327 ../src/guestfs-actions.pod:6227 ../src/guestfs-actions.pod:6282 ../src/guestfs-actions.pod:6428 ../src/guestfs-actions.pod:6452 ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7140 ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7185 ../src/guestfs-actions.pod:7270 ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7335 ../src/guestfs-actions.pod:7354 ../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:3437 ../fish/guestfish-actions.pod:3452 ../fish/guestfish-actions.pod:3528 ../fish/guestfish-actions.pod:3545 ../fish/guestfish-actions.pod:3560 ../fish/guestfish-actions.pod:4186 ../fish/guestfish-actions.pod:4232 ../fish/guestfish-actions.pod:4317 ../fish/guestfish-actions.pod:4332 ../fish/guestfish-actions.pod:4742 ../fish/guestfish-actions.pod:4760 ../fish/guestfish-actions.pod:4777 ../fish/guestfish-actions.pod:4787 ../fish/guestfish-actions.pod:4835 ../fish/guestfish-actions.pod:4845 ../fish/guestfish-actions.pod:4874 ../fish/guestfish-actions.pod:4884
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:3436 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:4008 ../src/guestfs-actions.pod:4022 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:7001 ../src/guestfs-actions.pod:7015
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:3180 ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3270 ../src/guestfs-actions.pod:3297 ../src/guestfs-actions.pod:6698
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:4757 ../src/guestfs-actions.pod:4816 ../src/guestfs-actions.pod:4853 ../src/guestfs-actions.pod:4871 ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:7027
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:4259 ../src/guestfs-actions.pod:4456 ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4494 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2883 ../fish/guestfish-actions.pod:3012 ../fish/guestfish-actions.pod:3022 ../fish/guestfish-actions.pod:3032
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:3367 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2341
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:6693 ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7225
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:4035 ../src/guestfs-actions.pod:5253 ../src/guestfs-actions.pod:6934 ../src/guestfs-actions.pod:6954 ../src/guestfs-actions.pod:7040
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:4720 ../src/guestfs-actions.pod:5097
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:4145 ../src/guestfs-actions.pod:4620 ../src/guestfs-actions.pod:6431 ../src/guestfs-actions.pod:6455 ../src/guestfs-actions.pod:7073 ../src/guestfs-actions.pod:7086 ../src/guestfs-actions.pod:7099
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:6687 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4490
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:6732
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:5931
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:3528 ../src/guestfs-actions.pod:3542 ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3569 ../src/guestfs-actions.pod:4555 ../src/guestfs-actions.pod:5431 ../src/guestfs-actions.pod:5480 ../src/guestfs-actions.pod:6299 ../src/guestfs-actions.pod:6311 ../src/guestfs-actions.pod:6324 ../src/guestfs-actions.pod:6337 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6385 ../src/guestfs-actions.pod:6398 ../src/guestfs-actions.pod:7169 ../src/guestfs-actions.pod:7188 ../src/guestfs-actions.pod:7273 ../src/guestfs-actions.pod:7292 ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7357
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:2925 ../src/guestfs-actions.pod:3151 ../src/guestfs-actions.pod:3283
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:3972 ../src/guestfs-actions.pod:5515
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:7211
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:5193 ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:6073 ../src/guestfs-actions.pod:6092 ../src/guestfs-actions.pod:6108 ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:6882 ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:7254
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:5742
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:5760 ../src/guestfs-actions.pod:5779
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:5795 ../src/guestfs-actions.pod:5902 ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399 ../fish/guestfish-actions.pod:3893 ../fish/guestfish-actions.pod:3980
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:4263 ../src/guestfs-actions.pod:4460 ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:4498 ../src/guestfs-actions.pod:4510 ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4540 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5800 ../src/guestfs-actions.pod:6047 ../src/guestfs-actions.pod:6648
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:5819
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:5864
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:3373 ../src/guestfs-actions.pod:3670 ../src/guestfs-actions.pod:4070 ../src/guestfs-actions.pod:4102 ../src/guestfs-actions.pod:5123 ../src/guestfs-actions.pod:5466 ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:6551 ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:6763
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:5907 ../src/guestfs-actions.pod:5965
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:3176 ../src/guestfs-actions.pod:3205 ../src/guestfs-actions.pod:3266 ../src/guestfs-actions.pod:3293 ../fish/guestfish-actions.pod:1409 ../fish/guestfish-actions.pod:2223 ../fish/guestfish-actions.pod:2241 ../fish/guestfish-actions.pod:2279 ../fish/guestfish-actions.pod:2295
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:3387
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:3394 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2360
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:3399 ../src/guestfs-actions.pod:5116 ../src/guestfs-actions.pod:5142 ../src/guestfs-actions.pod:5323
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:3403
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:3415 ../src/guestfs-actions.pod:4066
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:3419 ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3620 ../src/guestfs-actions.pod:5496 ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:7319
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:6149 ../src/guestfs-actions.pod:6166
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:6446 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4330
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:6230 ../src/guestfs-actions.pod:6285
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:2891 ../src/guestfs-actions.pod:2933 ../src/guestfs-actions.pod:2956 ../src/guestfs-actions.pod:2973 ../src/guestfs-actions.pod:2990 ../src/guestfs-actions.pod:3009
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:2877 ../src/guestfs-actions.pod:2920 ../src/guestfs-actions.pod:2943 ../src/guestfs-actions.pod:2963 ../src/guestfs-actions.pod:2980 ../src/guestfs-actions.pod:2999 ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3143 ../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:1978 ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2029 ../fish/guestfish-actions.pod:2042 ../fish/guestfish-actions.pod:2055 ../fish/guestfish-actions.pod:2070 ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2203
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:2911 ../fish/guestfish-actions.pod:1758 ../fish/guestfish-actions.pod:1815 ../fish/guestfish-actions.pod:2004
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:2903 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1996
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:2917 ../fish/guestfish-actions.pod:1769 ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:2010
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:3472 ../src/guestfs-actions.pod:4682 ../src/guestfs-actions.pod:6587
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_roots"
10327 msgstr ""
10328
10329 #. type: verbatim
10330 #: ../src/guestfs-actions.pod:2867
10331 #, no-wrap
10332 msgid ""
10333 " char **\n"
10334 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10335 "\n"
10336 msgstr ""
10337
10338 #. type: textblock
10339 #: ../src/guestfs-actions.pod:2870
10340 msgid ""
10341 "This function is a convenient way to get the list of root devices, as "
10342 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10343 "the whole inspection process."
10344 msgstr ""
10345
10346 #. type: textblock
10347 #: ../src/guestfs-actions.pod:2874
10348 msgid ""
10349 "This returns an empty list if either no root devices were found or the "
10350 "caller has not called C<guestfs_inspect_os>."
10351 msgstr ""
10352
10353 #. type: textblock
10354 #: ../src/guestfs-actions.pod:2883
10355 msgid "(Added in 1.7.3)"
10356 msgstr ""
10357
10358 #. type: =head2
10359 #: ../src/guestfs-actions.pod:2885
10360 msgid "guestfs_inspect_get_type"
10361 msgstr ""
10362
10363 #. type: verbatim
10364 #: ../src/guestfs-actions.pod:2887
10365 #, no-wrap
10366 msgid ""
10367 " char *\n"
10368 " guestfs_inspect_get_type (guestfs_h *g,\n"
10369 "                           const char *root);\n"
10370 "\n"
10371 msgstr ""
10372
10373 #. type: textblock
10374 #: ../src/guestfs-actions.pod:2894 ../fish/guestfish-actions.pod:1987
10375 msgid ""
10376 "This returns the type of the inspected operating system.  Currently defined "
10377 "types are:"
10378 msgstr ""
10379
10380 #. type: =item
10381 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1992
10382 msgid "\"linux\""
10383 msgstr ""
10384
10385 #. type: textblock
10386 #: ../src/guestfs-actions.pod:2901 ../fish/guestfish-actions.pod:1994
10387 msgid "Any Linux-based operating system."
10388 msgstr ""
10389
10390 #. type: textblock
10391 #: ../src/guestfs-actions.pod:2905 ../fish/guestfish-actions.pod:1998
10392 msgid "Any Microsoft Windows operating system."
10393 msgstr ""
10394
10395 #. type: =item
10396 #: ../src/guestfs-actions.pod:2907 ../fish/guestfish-actions.pod:2000
10397 msgid "\"freebsd\""
10398 msgstr ""
10399
10400 #. type: textblock
10401 #: ../src/guestfs-actions.pod:2909 ../fish/guestfish-actions.pod:2002
10402 msgid "FreeBSD."
10403 msgstr ""
10404
10405 #. type: textblock
10406 #: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2006
10407 msgid "The operating system type could not be determined."
10408 msgstr ""
10409
10410 #. type: =head2
10411 #: ../src/guestfs-actions.pod:2927
10412 msgid "guestfs_inspect_get_windows_systemroot"
10413 msgstr ""
10414
10415 #. type: verbatim
10416 #: ../src/guestfs-actions.pod:2929
10417 #, no-wrap
10418 msgid ""
10419 " char *\n"
10420 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10421 "                                         const char *root);\n"
10422 "\n"
10423 msgstr ""
10424
10425 #. type: textblock
10426 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2022
10427 msgid ""
10428 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10429 "is a directory path such as C</WINDOWS>."
10430 msgstr ""
10431
10432 #. type: textblock
10433 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2025
10434 msgid ""
10435 "This call assumes that the guest is Windows and that the systemroot could be "
10436 "determined by inspection.  If this is not the case then an error is "
10437 "returned."
10438 msgstr ""
10439
10440 #. type: textblock
10441 #: ../src/guestfs-actions.pod:2948
10442 msgid "(Added in 1.5.25)"
10443 msgstr ""
10444
10445 #. type: =head2
10446 #: ../src/guestfs-actions.pod:2950
10447 msgid "guestfs_inspect_is_live"
10448 msgstr ""
10449
10450 #. type: verbatim
10451 #: ../src/guestfs-actions.pod:2952
10452 #, no-wrap
10453 msgid ""
10454 " int\n"
10455 " guestfs_inspect_is_live (guestfs_h *g,\n"
10456 "                          const char *root);\n"
10457 "\n"
10458 msgstr ""
10459
10460 #. type: textblock
10461 #: ../src/guestfs-actions.pod:2959
10462 msgid ""
10463 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10464 "disk), then this returns true if a live image was detected on the disk."
10465 msgstr ""
10466
10467 #. type: =head2
10468 #: ../src/guestfs-actions.pod:2967
10469 msgid "guestfs_inspect_is_multipart"
10470 msgstr ""
10471
10472 #. type: verbatim
10473 #: ../src/guestfs-actions.pod:2969
10474 #, no-wrap
10475 msgid ""
10476 " int\n"
10477 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10478 "                               const char *root);\n"
10479 "\n"
10480 msgstr ""
10481
10482 #. type: textblock
10483 #: ../src/guestfs-actions.pod:2976
10484 msgid ""
10485 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10486 "disk), then this returns true if the disk is part of a set."
10487 msgstr ""
10488
10489 #. type: =head2
10490 #: ../src/guestfs-actions.pod:2984
10491 msgid "guestfs_inspect_is_netinst"
10492 msgstr ""
10493
10494 #. type: verbatim
10495 #: ../src/guestfs-actions.pod:2986
10496 #, no-wrap
10497 msgid ""
10498 " int\n"
10499 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10500 "                             const char *root);\n"
10501 "\n"
10502 msgstr ""
10503
10504 #. type: textblock
10505 #: ../src/guestfs-actions.pod:2993
10506 msgid ""
10507 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10508 "disk), then this returns true if the disk is a network installer, ie. not a "
10509 "self-contained install CD but one which is likely to require network access "
10510 "to complete the install."
10511 msgstr ""
10512
10513 #. type: =head2
10514 #: ../src/guestfs-actions.pod:3003
10515 msgid "guestfs_inspect_list_applications"
10516 msgstr ""
10517
10518 #. type: verbatim
10519 #: ../src/guestfs-actions.pod:3005
10520 #, no-wrap
10521 msgid ""
10522 " struct guestfs_application_list *\n"
10523 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10524 "                                    const char *root);\n"
10525 "\n"
10526 msgstr ""
10527
10528 #. type: textblock
10529 #: ../src/guestfs-actions.pod:3012 ../fish/guestfish-actions.pod:2079
10530 msgid "Return the list of applications installed in the operating system."
10531 msgstr ""
10532
10533 #. type: textblock
10534 #: ../src/guestfs-actions.pod:3014
10535 msgid ""
10536 "I<Note:> This call works differently from other parts of the inspection "
10537 "API.  You have to call C<guestfs_inspect_os>, then "
10538 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10539 "this.  Listing applications is a significantly more difficult operation "
10540 "which requires access to the full filesystem.  Also note that unlike the "
10541 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10542 "the libguestfs handle, this call actually reads parts of the mounted "
10543 "filesystems during the call."
10544 msgstr ""
10545
10546 #. type: textblock
10547 #: ../src/guestfs-actions.pod:3024 ../fish/guestfish-actions.pod:2091
10548 msgid ""
10549 "This returns an empty list if the inspection code was not able to determine "
10550 "the list of applications."
10551 msgstr ""
10552
10553 #. type: textblock
10554 #: ../src/guestfs-actions.pod:3027 ../fish/guestfish-actions.pod:2094
10555 msgid "The application structure contains the following fields:"
10556 msgstr ""
10557
10558 #. type: =item
10559 #: ../src/guestfs-actions.pod:3031 ../fish/guestfish-actions.pod:2098
10560 msgid "C<app_name>"
10561 msgstr ""
10562
10563 #. type: textblock
10564 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2100
10565 msgid ""
10566 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10567 "guests, this is the package name."
10568 msgstr ""
10569
10570 #. type: =item
10571 #: ../src/guestfs-actions.pod:3036 ../fish/guestfish-actions.pod:2103
10572 msgid "C<app_display_name>"
10573 msgstr ""
10574
10575 #. type: textblock
10576 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2105
10577 msgid ""
10578 "The display name of the application, sometimes localized to the install "
10579 "language of the guest operating system."
10580 msgstr ""
10581
10582 #. type: textblock
10583 #: ../src/guestfs-actions.pod:3041 ../fish/guestfish-actions.pod:2108
10584 msgid ""
10585 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10586 "to display something can use C<app_name> instead."
10587 msgstr ""
10588
10589 #. type: =item
10590 #: ../src/guestfs-actions.pod:3044 ../fish/guestfish-actions.pod:2111
10591 msgid "C<app_epoch>"
10592 msgstr ""
10593
10594 #. type: textblock
10595 #: ../src/guestfs-actions.pod:3046 ../fish/guestfish-actions.pod:2113
10596 msgid ""
10597 "For package managers which use epochs, this contains the epoch of the "
10598 "package (an integer).  If unavailable, this is returned as C<0>."
10599 msgstr ""
10600
10601 #. type: =item
10602 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2116
10603 msgid "C<app_version>"
10604 msgstr ""
10605
10606 #. type: textblock
10607 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2118
10608 msgid ""
10609 "The version string of the application or package.  If unavailable this is "
10610 "returned as an empty string C<\"\">."
10611 msgstr ""
10612
10613 #. type: =item
10614 #: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2121
10615 msgid "C<app_release>"
10616 msgstr ""
10617
10618 #. type: textblock
10619 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2123
10620 msgid ""
10621 "The release string of the application or package, for package managers that "
10622 "use this.  If unavailable this is returned as an empty string C<\"\">."
10623 msgstr ""
10624
10625 #. type: =item
10626 #: ../src/guestfs-actions.pod:3060 ../fish/guestfish-actions.pod:2127
10627 msgid "C<app_install_path>"
10628 msgstr ""
10629
10630 #. type: textblock
10631 #: ../src/guestfs-actions.pod:3062 ../fish/guestfish-actions.pod:2129
10632 msgid ""
10633 "The installation path of the application (on operating systems such as "
10634 "Windows which use installation paths).  This path is in the format used by "
10635 "the guest operating system, it is not a libguestfs path."
10636 msgstr ""
10637
10638 #. type: textblock
10639 #: ../src/guestfs-actions.pod:3067 ../fish/guestfish-actions.pod:2134
10640 msgid "If unavailable this is returned as an empty string C<\"\">."
10641 msgstr ""
10642
10643 #. type: =item
10644 #: ../src/guestfs-actions.pod:3069 ../fish/guestfish-actions.pod:2136
10645 msgid "C<app_trans_path>"
10646 msgstr ""
10647
10648 #. type: textblock
10649 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2138
10650 msgid ""
10651 "The install path translated into a libguestfs path.  If unavailable this is "
10652 "returned as an empty string C<\"\">."
10653 msgstr ""
10654
10655 #. type: =item
10656 #: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2141
10657 msgid "C<app_publisher>"
10658 msgstr ""
10659
10660 #. type: textblock
10661 #: ../src/guestfs-actions.pod:3076 ../fish/guestfish-actions.pod:2143
10662 msgid ""
10663 "The name of the publisher of the application, for package managers that use "
10664 "this.  If unavailable this is returned as an empty string C<\"\">."
10665 msgstr ""
10666
10667 #. type: =item
10668 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2147
10669 msgid "C<app_url>"
10670 msgstr ""
10671
10672 #. type: textblock
10673 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2149
10674 msgid ""
10675 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10676 "returned as an empty string C<\"\">."
10677 msgstr ""
10678
10679 #. type: =item
10680 #: ../src/guestfs-actions.pod:3085 ../fish/guestfish-actions.pod:2152
10681 msgid "C<app_source_package>"
10682 msgstr ""
10683
10684 #. type: textblock
10685 #: ../src/guestfs-actions.pod:3087 ../fish/guestfish-actions.pod:2154
10686 msgid ""
10687 "For packaging systems which support this, the name of the source package.  "
10688 "If unavailable this is returned as an empty string C<\"\">."
10689 msgstr ""
10690
10691 #. type: =item
10692 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2157
10693 msgid "C<app_summary>"
10694 msgstr ""
10695
10696 #. type: textblock
10697 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2159
10698 msgid ""
10699 "A short (usually one line) description of the application or package.  If "
10700 "unavailable this is returned as an empty string C<\"\">."
10701 msgstr ""
10702
10703 #. type: =item
10704 #: ../src/guestfs-actions.pod:3095 ../fish/guestfish-actions.pod:2162
10705 msgid "C<app_description>"
10706 msgstr ""
10707
10708 #. type: textblock
10709 #: ../src/guestfs-actions.pod:3097 ../fish/guestfish-actions.pod:2164
10710 msgid ""
10711 "A longer description of the application or package.  If unavailable this is "
10712 "returned as an empty string C<\"\">."
10713 msgstr ""
10714
10715 #. type: textblock
10716 #: ../src/guestfs-actions.pod:3104
10717 msgid ""
10718 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10719 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10720 "after use>."
10721 msgstr ""
10722
10723 #. type: textblock
10724 #: ../src/guestfs-actions.pod:3108
10725 msgid "(Added in 1.7.8)"
10726 msgstr ""
10727
10728 #. type: =head2
10729 #: ../src/guestfs-actions.pod:3110
10730 msgid "guestfs_inspect_os"
10731 msgstr ""
10732
10733 #. type: verbatim
10734 #: ../src/guestfs-actions.pod:3112
10735 #, no-wrap
10736 msgid ""
10737 " char **\n"
10738 " guestfs_inspect_os (guestfs_h *g);\n"
10739 "\n"
10740 msgstr ""
10741
10742 #. type: textblock
10743 #: ../src/guestfs-actions.pod:3115 ../fish/guestfish-actions.pod:2175
10744 msgid ""
10745 "This function uses other libguestfs functions and certain heuristics to "
10746 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10747 "for operating systems."
10748 msgstr ""
10749
10750 #. type: textblock
10751 #: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2179
10752 msgid "The list returned is empty if no operating systems were found."
10753 msgstr ""
10754
10755 #. type: textblock
10756 #: ../src/guestfs-actions.pod:3121 ../fish/guestfish-actions.pod:2181
10757 msgid ""
10758 "If one operating system was found, then this returns a list with a single "
10759 "element, which is the name of the root filesystem of this operating system.  "
10760 "It is also possible for this function to return a list containing more than "
10761 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10762 "element being the root filesystem of one of the operating systems."
10763 msgstr ""
10764
10765 #. type: textblock
10766 #: ../src/guestfs-actions.pod:3128
10767 msgid ""
10768 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10769 "functions in order to query further information about each operating system, "
10770 "such as the name and version."
10771 msgstr ""
10772
10773 #. type: textblock
10774 #: ../src/guestfs-actions.pod:3133
10775 msgid ""
10776 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10777 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10778 "the contents.  This should be called with no disks currently mounted.  The "
10779 "function may also use Augeas, so any existing Augeas handle will be closed."
10780 msgstr ""
10781
10782 #. type: textblock
10783 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2199
10784 msgid ""
10785 "This function cannot decrypt encrypted disks.  The caller must do that first "
10786 "(supplying the necessary keys) if the disk is encrypted."
10787 msgstr ""
10788
10789 #. type: textblock
10790 #: ../src/guestfs-actions.pod:3145 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3492
10791 msgid "See also C<guestfs_list_filesystems>."
10792 msgstr ""
10793
10794 #. type: =head2
10795 #: ../src/guestfs-actions.pod:3153
10796 msgid "guestfs_is_blockdev"
10797 msgstr ""
10798
10799 #. type: verbatim
10800 #: ../src/guestfs-actions.pod:3155
10801 #, no-wrap
10802 msgid ""
10803 " int\n"
10804 " guestfs_is_blockdev (guestfs_h *g,\n"
10805 "                      const char *path);\n"
10806 "\n"
10807 msgstr ""
10808
10809 #. type: textblock
10810 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2211
10811 msgid ""
10812 "This returns C<true> if and only if there is a block device with the given "
10813 "C<path> name."
10814 msgstr ""
10815
10816 #. type: textblock
10817 #: ../src/guestfs-actions.pod:3162 ../src/guestfs-actions.pod:3191 ../src/guestfs-actions.pod:3221 ../src/guestfs-actions.pod:3236 ../src/guestfs-actions.pod:3252 ../src/guestfs-actions.pod:3308 ../src/guestfs-actions.pod:3323
10818 msgid "See also C<guestfs_stat>."
10819 msgstr ""
10820
10821 #. type: textblock
10822 #: ../src/guestfs-actions.pod:3166 ../src/guestfs-actions.pod:3195 ../src/guestfs-actions.pod:3240 ../src/guestfs-actions.pod:3312 ../src/guestfs-actions.pod:3327
10823 msgid "(Added in 1.5.10)"
10824 msgstr ""
10825
10826 #. type: =head2
10827 #: ../src/guestfs-actions.pod:3168
10828 msgid "guestfs_is_busy"
10829 msgstr ""
10830
10831 #. type: verbatim
10832 #: ../src/guestfs-actions.pod:3170
10833 #, no-wrap
10834 msgid ""
10835 " int\n"
10836 " guestfs_is_busy (guestfs_h *g);\n"
10837 "\n"
10838 msgstr ""
10839
10840 #. type: textblock
10841 #: ../src/guestfs-actions.pod:3173 ../fish/guestfish-actions.pod:2220
10842 msgid ""
10843 "This returns true iff this handle is busy processing a command (in the "
10844 "C<BUSY> state)."
10845 msgstr ""
10846
10847 #. type: =head2
10848 #: ../src/guestfs-actions.pod:3182
10849 msgid "guestfs_is_chardev"
10850 msgstr ""
10851
10852 #. type: verbatim
10853 #: ../src/guestfs-actions.pod:3184
10854 #, no-wrap
10855 msgid ""
10856 " int\n"
10857 " guestfs_is_chardev (guestfs_h *g,\n"
10858 "                     const char *path);\n"
10859 "\n"
10860 msgstr ""
10861
10862 #. type: textblock
10863 #: ../src/guestfs-actions.pod:3188 ../fish/guestfish-actions.pod:2229
10864 msgid ""
10865 "This returns C<true> if and only if there is a character device with the "
10866 "given C<path> name."
10867 msgstr ""
10868
10869 #. type: =head2
10870 #: ../src/guestfs-actions.pod:3197
10871 msgid "guestfs_is_config"
10872 msgstr ""
10873
10874 #. type: verbatim
10875 #: ../src/guestfs-actions.pod:3199
10876 #, no-wrap
10877 msgid ""
10878 " int\n"
10879 " guestfs_is_config (guestfs_h *g);\n"
10880 "\n"
10881 msgstr ""
10882
10883 #. type: textblock
10884 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2238
10885 msgid ""
10886 "This returns true iff this handle is being configured (in the C<CONFIG> "
10887 "state)."
10888 msgstr ""
10889
10890 #. type: =head2
10891 #: ../src/guestfs-actions.pod:3211
10892 msgid "guestfs_is_dir"
10893 msgstr ""
10894
10895 #. type: verbatim
10896 #: ../src/guestfs-actions.pod:3213
10897 #, no-wrap
10898 msgid ""
10899 " int\n"
10900 " guestfs_is_dir (guestfs_h *g,\n"
10901 "                 const char *path);\n"
10902 "\n"
10903 msgstr ""
10904
10905 #. type: textblock
10906 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2247
10907 msgid ""
10908 "This returns C<true> if and only if there is a directory with the given "
10909 "C<path> name.  Note that it returns false for other objects like files."
10910 msgstr ""
10911
10912 #. type: =head2
10913 #: ../src/guestfs-actions.pod:3227
10914 msgid "guestfs_is_fifo"
10915 msgstr ""
10916
10917 #. type: verbatim
10918 #: ../src/guestfs-actions.pod:3229
10919 #, no-wrap
10920 msgid ""
10921 " int\n"
10922 " guestfs_is_fifo (guestfs_h *g,\n"
10923 "                  const char *path);\n"
10924 "\n"
10925 msgstr ""
10926
10927 #. type: textblock
10928 #: ../src/guestfs-actions.pod:3233 ../fish/guestfish-actions.pod:2257
10929 msgid ""
10930 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10931 "given C<path> name."
10932 msgstr ""
10933
10934 #. type: =head2
10935 #: ../src/guestfs-actions.pod:3242
10936 msgid "guestfs_is_file"
10937 msgstr ""
10938
10939 #. type: verbatim
10940 #: ../src/guestfs-actions.pod:3244
10941 #, no-wrap
10942 msgid ""
10943 " int\n"
10944 " guestfs_is_file (guestfs_h *g,\n"
10945 "                  const char *path);\n"
10946 "\n"
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2266
10951 msgid ""
10952 "This returns C<true> if and only if there is a regular file with the given "
10953 "C<path> name.  Note that it returns false for other objects like "
10954 "directories."
10955 msgstr ""
10956
10957 #. type: =head2
10958 #: ../src/guestfs-actions.pod:3258
10959 msgid "guestfs_is_launching"
10960 msgstr ""
10961
10962 #. type: verbatim
10963 #: ../src/guestfs-actions.pod:3260
10964 #, no-wrap
10965 msgid ""
10966 " int\n"
10967 " guestfs_is_launching (guestfs_h *g);\n"
10968 "\n"
10969 msgstr ""
10970
10971 #. type: textblock
10972 #: ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:2276
10973 msgid ""
10974 "This returns true iff this handle is launching the subprocess (in the "
10975 "C<LAUNCHING> state)."
10976 msgstr ""
10977
10978 #. type: =head2
10979 #: ../src/guestfs-actions.pod:3272
10980 msgid "guestfs_is_lv"
10981 msgstr ""
10982
10983 #. type: verbatim
10984 #: ../src/guestfs-actions.pod:3274
10985 #, no-wrap
10986 msgid ""
10987 " int\n"
10988 " guestfs_is_lv (guestfs_h *g,\n"
10989 "                const char *device);\n"
10990 "\n"
10991 msgstr ""
10992
10993 #. type: textblock
10994 #: ../src/guestfs-actions.pod:3278 ../fish/guestfish-actions.pod:2285
10995 msgid ""
10996 "This command tests whether C<device> is a logical volume, and returns true "
10997 "iff this is the case."
10998 msgstr ""
10999
11000 #. type: =head2
11001 #: ../src/guestfs-actions.pod:3285
11002 msgid "guestfs_is_ready"
11003 msgstr ""
11004
11005 #. type: verbatim
11006 #: ../src/guestfs-actions.pod:3287
11007 #, no-wrap
11008 msgid ""
11009 " int\n"
11010 " guestfs_is_ready (guestfs_h *g);\n"
11011 "\n"
11012 msgstr ""
11013
11014 #. type: textblock
11015 #: ../src/guestfs-actions.pod:3290 ../fish/guestfish-actions.pod:2292
11016 msgid ""
11017 "This returns true iff this handle is ready to accept commands (in the "
11018 "C<READY> state)."
11019 msgstr ""
11020
11021 #. type: =head2
11022 #: ../src/guestfs-actions.pod:3299
11023 msgid "guestfs_is_socket"
11024 msgstr ""
11025
11026 #. type: verbatim
11027 #: ../src/guestfs-actions.pod:3301
11028 #, no-wrap
11029 msgid ""
11030 " int\n"
11031 " guestfs_is_socket (guestfs_h *g,\n"
11032 "                    const char *path);\n"
11033 "\n"
11034 msgstr ""
11035
11036 #. type: textblock
11037 #: ../src/guestfs-actions.pod:3305 ../fish/guestfish-actions.pod:2301
11038 msgid ""
11039 "This returns C<true> if and only if there is a Unix domain socket with the "
11040 "given C<path> name."
11041 msgstr ""
11042
11043 #. type: =head2
11044 #: ../src/guestfs-actions.pod:3314
11045 msgid "guestfs_is_symlink"
11046 msgstr ""
11047
11048 #. type: verbatim
11049 #: ../src/guestfs-actions.pod:3316
11050 #, no-wrap
11051 msgid ""
11052 " int\n"
11053 " guestfs_is_symlink (guestfs_h *g,\n"
11054 "                     const char *path);\n"
11055 "\n"
11056 msgstr ""
11057
11058 #. type: textblock
11059 #: ../src/guestfs-actions.pod:3320 ../fish/guestfish-actions.pod:2310
11060 msgid ""
11061 "This returns C<true> if and only if there is a symbolic link with the given "
11062 "C<path> name."
11063 msgstr ""
11064
11065 #. type: =head2
11066 #: ../src/guestfs-actions.pod:3329
11067 msgid "guestfs_kill_subprocess"
11068 msgstr ""
11069
11070 #. type: verbatim
11071 #: ../src/guestfs-actions.pod:3331
11072 #, no-wrap
11073 msgid ""
11074 " int\n"
11075 " guestfs_kill_subprocess (guestfs_h *g);\n"
11076 "\n"
11077 msgstr ""
11078
11079 #. type: textblock
11080 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2319
11081 msgid "This kills the qemu subprocess.  You should never need to call this."
11082 msgstr ""
11083
11084 #. type: =head2
11085 #: ../src/guestfs-actions.pod:3340
11086 msgid "guestfs_launch"
11087 msgstr ""
11088
11089 #. type: verbatim
11090 #: ../src/guestfs-actions.pod:3342
11091 #, no-wrap
11092 msgid ""
11093 " int\n"
11094 " guestfs_launch (guestfs_h *g);\n"
11095 "\n"
11096 msgstr ""
11097
11098 #. type: textblock
11099 #: ../src/guestfs-actions.pod:3345 ../fish/guestfish-actions.pod:2327
11100 msgid ""
11101 "Internally libguestfs is implemented by running a virtual machine using "
11102 "L<qemu(1)>."
11103 msgstr ""
11104
11105 #. type: textblock
11106 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2330
11107 msgid ""
11108 "You should call this after configuring the handle (eg. adding drives) but "
11109 "before performing any actions."
11110 msgstr ""
11111
11112 #. type: =head2
11113 #: ../src/guestfs-actions.pod:3355
11114 msgid "guestfs_lchown"
11115 msgstr ""
11116
11117 #. type: verbatim
11118 #: ../src/guestfs-actions.pod:3357
11119 #, no-wrap
11120 msgid ""
11121 " int\n"
11122 " guestfs_lchown (guestfs_h *g,\n"
11123 "                 int owner,\n"
11124 "                 int group,\n"
11125 "                 const char *path);\n"
11126 "\n"
11127 msgstr ""
11128
11129 #. type: textblock
11130 #: ../src/guestfs-actions.pod:3363
11131 msgid ""
11132 "Change the file owner to C<owner> and group to C<group>.  This is like "
11133 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11134 "changed, not the target."
11135 msgstr ""
11136
11137 #. type: =head2
11138 #: ../src/guestfs-actions.pod:3375
11139 msgid "guestfs_lgetxattr"
11140 msgstr ""
11141
11142 #. type: verbatim
11143 #: ../src/guestfs-actions.pod:3377
11144 #, no-wrap
11145 msgid ""
11146 " char *\n"
11147 " guestfs_lgetxattr (guestfs_h *g,\n"
11148 "                    const char *path,\n"
11149 "                    const char *name,\n"
11150 "                    size_t *size_r);\n"
11151 "\n"
11152 msgstr ""
11153
11154 #. type: textblock
11155 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2349
11156 msgid ""
11157 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11158 "is a symlink, then this call returns an extended attribute from the symlink."
11159 msgstr ""
11160
11161 #. type: textblock
11162 #: ../src/guestfs-actions.pod:3397
11163 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11164 msgstr ""
11165
11166 #. type: =head2
11167 #: ../src/guestfs-actions.pod:3405
11168 msgid "guestfs_lgetxattrs"
11169 msgstr ""
11170
11171 #. type: verbatim
11172 #: ../src/guestfs-actions.pod:3407
11173 #, no-wrap
11174 msgid ""
11175 " struct guestfs_xattr_list *\n"
11176 " guestfs_lgetxattrs (guestfs_h *g,\n"
11177 "                     const char *path);\n"
11178 "\n"
11179 msgstr ""
11180
11181 #. type: textblock
11182 #: ../src/guestfs-actions.pod:3411
11183 msgid ""
11184 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11185 "then it returns the extended attributes of the link itself."
11186 msgstr ""
11187
11188 #. type: =head2
11189 #: ../src/guestfs-actions.pod:3421
11190 msgid "guestfs_list_devices"
11191 msgstr ""
11192
11193 #. type: verbatim
11194 #: ../src/guestfs-actions.pod:3423
11195 #, no-wrap
11196 msgid ""
11197 " char **\n"
11198 " guestfs_list_devices (guestfs_h *g);\n"
11199 "\n"
11200 msgstr ""
11201
11202 #. type: textblock
11203 #: ../src/guestfs-actions.pod:3426 ../fish/guestfish-actions.pod:2377
11204 msgid "List all the block devices."
11205 msgstr ""
11206
11207 #. type: textblock
11208 #: ../src/guestfs-actions.pod:3428 ../fish/guestfish-actions.pod:2379
11209 msgid "The full block device names are returned, eg. C</dev/sda>."
11210 msgstr ""
11211
11212 #. type: =head2
11213 #: ../src/guestfs-actions.pod:3438
11214 msgid "guestfs_list_filesystems"
11215 msgstr ""
11216
11217 #. type: verbatim
11218 #: ../src/guestfs-actions.pod:3440
11219 #, no-wrap
11220 msgid ""
11221 " char **\n"
11222 " guestfs_list_filesystems (guestfs_h *g);\n"
11223 "\n"
11224 msgstr ""
11225
11226 #. type: textblock
11227 #: ../src/guestfs-actions.pod:3443 ../fish/guestfish-actions.pod:2387
11228 msgid ""
11229 "This inspection command looks for filesystems on partitions, block devices "
11230 "and logical volumes, returning a list of devices containing filesystems and "
11231 "their type."
11232 msgstr ""
11233
11234 #. type: textblock
11235 #: ../src/guestfs-actions.pod:3447 ../fish/guestfish-actions.pod:2391
11236 msgid ""
11237 "The return value is a hash, where the keys are the devices containing "
11238 "filesystems, and the values are the filesystem types.  For example:"
11239 msgstr ""
11240
11241 #. type: verbatim
11242 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2395
11243 #, no-wrap
11244 msgid ""
11245 " \"/dev/sda1\" => \"ntfs\"\n"
11246 " \"/dev/sda2\" => \"ext2\"\n"
11247 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11248 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11249 "\n"
11250 msgstr ""
11251
11252 #. type: textblock
11253 #: ../src/guestfs-actions.pod:3456 ../fish/guestfish-actions.pod:2400
11254 msgid ""
11255 "The value can have the special value \"unknown\", meaning the content of the "
11256 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11257 msgstr ""
11258
11259 #. type: textblock
11260 #: ../src/guestfs-actions.pod:3460
11261 msgid ""
11262 "This command runs other libguestfs commands, which might include "
11263 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11264 "soon after launch and only when nothing is mounted."
11265 msgstr ""
11266
11267 #. type: textblock
11268 #: ../src/guestfs-actions.pod:3464
11269 msgid ""
11270 "Not all of the filesystems returned will be mountable.  In particular, swap "
11271 "partitions are returned in the list.  Also this command does not check that "
11272 "each filesystem found is valid and mountable, and some filesystems might be "
11273 "mountable but require special options.  Filesystems may not all belong to a "
11274 "single logical operating system (use C<guestfs_inspect_os> to look for "
11275 "OSes)."
11276 msgstr ""
11277
11278 #. type: textblock
11279 #: ../src/guestfs-actions.pod:3478 ../src/guestfs-actions.pod:5083
11280 msgid "(Added in 1.5.15)"
11281 msgstr ""
11282
11283 #. type: =head2
11284 #: ../src/guestfs-actions.pod:3480
11285 msgid "guestfs_list_partitions"
11286 msgstr ""
11287
11288 #. type: verbatim
11289 #: ../src/guestfs-actions.pod:3482
11290 #, no-wrap
11291 msgid ""
11292 " char **\n"
11293 " guestfs_list_partitions (guestfs_h *g);\n"
11294 "\n"
11295 msgstr ""
11296
11297 #. type: textblock
11298 #: ../src/guestfs-actions.pod:3485 ../fish/guestfish-actions.pod:2420
11299 msgid "List all the partitions detected on all block devices."
11300 msgstr ""
11301
11302 #. type: textblock
11303 #: ../src/guestfs-actions.pod:3487 ../fish/guestfish-actions.pod:2422
11304 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11305 msgstr ""
11306
11307 #. type: textblock
11308 #: ../src/guestfs-actions.pod:3489
11309 msgid ""
11310 "This does not return logical volumes.  For that you will need to call "
11311 "C<guestfs_lvs>."
11312 msgstr ""
11313
11314 #. type: =head2
11315 #: ../src/guestfs-actions.pod:3500
11316 msgid "guestfs_ll"
11317 msgstr ""
11318
11319 #. type: verbatim
11320 #: ../src/guestfs-actions.pod:3502
11321 #, no-wrap
11322 msgid ""
11323 " char *\n"
11324 " guestfs_ll (guestfs_h *g,\n"
11325 "             const char *directory);\n"
11326 "\n"
11327 msgstr ""
11328
11329 #. type: textblock
11330 #: ../src/guestfs-actions.pod:3506 ../fish/guestfish-actions.pod:2433
11331 msgid ""
11332 "List the files in C<directory> (relative to the root directory, there is no "
11333 "cwd) in the format of 'ls -la'."
11334 msgstr ""
11335
11336 #. type: textblock
11337 #: ../src/guestfs-actions.pod:3509 ../fish/guestfish-actions.pod:2436
11338 msgid ""
11339 "This command is mostly useful for interactive sessions.  It is I<not> "
11340 "intended that you try to parse the output string."
11341 msgstr ""
11342
11343 #. type: =head2
11344 #: ../src/guestfs-actions.pod:3517
11345 msgid "guestfs_ln"
11346 msgstr ""
11347
11348 #. type: verbatim
11349 #: ../src/guestfs-actions.pod:3519
11350 #, no-wrap
11351 msgid ""
11352 " int\n"
11353 " guestfs_ln (guestfs_h *g,\n"
11354 "             const char *target,\n"
11355 "             const char *linkname);\n"
11356 "\n"
11357 msgstr ""
11358
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2443
11361 msgid "This command creates a hard link using the C<ln> command."
11362 msgstr ""
11363
11364 #. type: =head2
11365 #: ../src/guestfs-actions.pod:3530
11366 msgid "guestfs_ln_f"
11367 msgstr ""
11368
11369 #. type: verbatim
11370 #: ../src/guestfs-actions.pod:3532
11371 #, no-wrap
11372 msgid ""
11373 " int\n"
11374 " guestfs_ln_f (guestfs_h *g,\n"
11375 "               const char *target,\n"
11376 "               const char *linkname);\n"
11377 "\n"
11378 msgstr ""
11379
11380 #. type: textblock
11381 #: ../src/guestfs-actions.pod:3537 ../fish/guestfish-actions.pod:2449
11382 msgid ""
11383 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11384 "option removes the link (C<linkname>) if it exists already."
11385 msgstr ""
11386
11387 #. type: =head2
11388 #: ../src/guestfs-actions.pod:3544
11389 msgid "guestfs_ln_s"
11390 msgstr ""
11391
11392 #. type: verbatim
11393 #: ../src/guestfs-actions.pod:3546
11394 #, no-wrap
11395 msgid ""
11396 " int\n"
11397 " guestfs_ln_s (guestfs_h *g,\n"
11398 "               const char *target,\n"
11399 "               const char *linkname);\n"
11400 "\n"
11401 msgstr ""
11402
11403 #. type: textblock
11404 #: ../src/guestfs-actions.pod:3551 ../fish/guestfish-actions.pod:2456
11405 msgid "This command creates a symbolic link using the C<ln -s> command."
11406 msgstr ""
11407
11408 #. type: =head2
11409 #: ../src/guestfs-actions.pod:3557
11410 msgid "guestfs_ln_sf"
11411 msgstr ""
11412
11413 #. type: verbatim
11414 #: ../src/guestfs-actions.pod:3559
11415 #, no-wrap
11416 msgid ""
11417 " int\n"
11418 " guestfs_ln_sf (guestfs_h *g,\n"
11419 "                const char *target,\n"
11420 "                const char *linkname);\n"
11421 "\n"
11422 msgstr ""
11423
11424 #. type: textblock
11425 #: ../src/guestfs-actions.pod:3564 ../fish/guestfish-actions.pod:2462
11426 msgid ""
11427 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11428 "option removes the link (C<linkname>) if it exists already."
11429 msgstr ""
11430
11431 #. type: =head2
11432 #: ../src/guestfs-actions.pod:3571
11433 msgid "guestfs_lremovexattr"
11434 msgstr ""
11435
11436 #. type: verbatim
11437 #: ../src/guestfs-actions.pod:3573
11438 #, no-wrap
11439 msgid ""
11440 " int\n"
11441 " guestfs_lremovexattr (guestfs_h *g,\n"
11442 "                       const char *xattr,\n"
11443 "                       const char *path);\n"
11444 "\n"
11445 msgstr ""
11446
11447 #. type: textblock
11448 #: ../src/guestfs-actions.pod:3578
11449 msgid ""
11450 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11451 "link, then it removes an extended attribute of the link itself."
11452 msgstr ""
11453
11454 #. type: =head2
11455 #: ../src/guestfs-actions.pod:3586
11456 msgid "guestfs_ls"
11457 msgstr ""
11458
11459 #. type: verbatim
11460 #: ../src/guestfs-actions.pod:3588
11461 #, no-wrap
11462 msgid ""
11463 " char **\n"
11464 " guestfs_ls (guestfs_h *g,\n"
11465 "             const char *directory);\n"
11466 "\n"
11467 msgstr ""
11468
11469 #. type: textblock
11470 #: ../src/guestfs-actions.pod:3592 ../fish/guestfish-actions.pod:2477
11471 msgid ""
11472 "List the files in C<directory> (relative to the root directory, there is no "
11473 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11474 "shown."
11475 msgstr ""
11476
11477 #. type: textblock
11478 #: ../src/guestfs-actions.pod:3596
11479 msgid ""
11480 "This command is mostly useful for interactive sessions.  Programs should "
11481 "probably use C<guestfs_readdir> instead."
11482 msgstr ""
11483
11484 #. type: =head2
11485 #: ../src/guestfs-actions.pod:3605
11486 msgid "guestfs_lsetxattr"
11487 msgstr ""
11488
11489 #. type: verbatim
11490 #: ../src/guestfs-actions.pod:3607
11491 #, no-wrap
11492 msgid ""
11493 " int\n"
11494 " guestfs_lsetxattr (guestfs_h *g,\n"
11495 "                    const char *xattr,\n"
11496 "                    const char *val,\n"
11497 "                    int vallen,\n"
11498 "                    const char *path);\n"
11499 "\n"
11500 msgstr ""
11501
11502 #. type: textblock
11503 #: ../src/guestfs-actions.pod:3614
11504 msgid ""
11505 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11506 "then it sets an extended attribute of the link itself."
11507 msgstr ""
11508
11509 #. type: =head2
11510 #: ../src/guestfs-actions.pod:3622
11511 msgid "guestfs_lstat"
11512 msgstr ""
11513
11514 #. type: verbatim
11515 #: ../src/guestfs-actions.pod:3624
11516 #, no-wrap
11517 msgid ""
11518 " struct guestfs_stat *\n"
11519 " guestfs_lstat (guestfs_h *g,\n"
11520 "                const char *path);\n"
11521 "\n"
11522 msgstr ""
11523
11524 #. type: textblock
11525 #: ../src/guestfs-actions.pod:3628 ../src/guestfs-actions.pod:6186 ../fish/guestfish-actions.pod:2496 ../fish/guestfish-actions.pod:4165
11526 msgid "Returns file information for the given C<path>."
11527 msgstr ""
11528
11529 #. type: textblock
11530 #: ../src/guestfs-actions.pod:3630
11531 msgid ""
11532 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11533 "link, then the link is stat-ed, not the file it refers to."
11534 msgstr ""
11535
11536 #. type: textblock
11537 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2502
11538 msgid "This is the same as the C<lstat(2)> system call."
11539 msgstr ""
11540
11541 #. type: textblock
11542 #: ../src/guestfs-actions.pod:3636 ../src/guestfs-actions.pod:6190
11543 msgid ""
11544 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11545 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11546 msgstr ""
11547
11548 #. type: textblock
11549 #: ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:6194 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6593
11550 msgid "(Added in 0.9.2)"
11551 msgstr ""
11552
11553 #. type: =head2
11554 #: ../src/guestfs-actions.pod:3642
11555 msgid "guestfs_lstatlist"
11556 msgstr ""
11557
11558 #. type: verbatim
11559 #: ../src/guestfs-actions.pod:3644
11560 #, no-wrap
11561 msgid ""
11562 " struct guestfs_stat_list *\n"
11563 " guestfs_lstatlist (guestfs_h *g,\n"
11564 "                    const char *path,\n"
11565 "                    char *const *names);\n"
11566 "\n"
11567 msgstr ""
11568
11569 #. type: textblock
11570 #: ../src/guestfs-actions.pod:3649
11571 msgid ""
11572 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11573 "files, where all files are in the directory C<path>.  C<names> is the list "
11574 "of files from this directory."
11575 msgstr ""
11576
11577 #. type: textblock
11578 #: ../src/guestfs-actions.pod:3653 ../fish/guestfish-actions.pod:2512
11579 msgid ""
11580 "On return you get a list of stat structs, with a one-to-one correspondence "
11581 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11582 "then the C<ino> field of that structure is set to C<-1>."
11583 msgstr ""
11584
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:3658
11587 msgid ""
11588 "This call is intended for programs that want to efficiently list a directory "
11589 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11590 "for a similarly efficient call for getting extended attributes.  Very long "
11591 "directory listings might cause the protocol message size to be exceeded, "
11592 "causing this call to fail.  The caller must split up such requests into "
11593 "smaller groups of names."
11594 msgstr ""
11595
11596 #. type: textblock
11597 #: ../src/guestfs-actions.pod:3666
11598 msgid ""
11599 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11600 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11601 msgstr ""
11602
11603 #. type: =head2
11604 #: ../src/guestfs-actions.pod:3672
11605 msgid "guestfs_luks_add_key"
11606 msgstr ""
11607
11608 #. type: verbatim
11609 #: ../src/guestfs-actions.pod:3674
11610 #, no-wrap
11611 msgid ""
11612 " int\n"
11613 " guestfs_luks_add_key (guestfs_h *g,\n"
11614 "                       const char *device,\n"
11615 "                       const char *key,\n"
11616 "                       const char *newkey,\n"
11617 "                       int keyslot);\n"
11618 "\n"
11619 msgstr ""
11620
11621 #. type: textblock
11622 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2529
11623 msgid ""
11624 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11625 "existing key, and is used to access the device.  C<newkey> is the new key to "
11626 "add.  C<keyslot> is the key slot that will be replaced."
11627 msgstr ""
11628
11629 #. type: textblock
11630 #: ../src/guestfs-actions.pod:3686
11631 msgid ""
11632 "Note that if C<keyslot> already contains a key, then this command will "
11633 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11634 msgstr ""
11635
11636 #. type: textblock
11637 #: ../src/guestfs-actions.pod:3692 ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3755 ../src/guestfs-actions.pod:3775 ../src/guestfs-actions.pod:3807 ../src/guestfs-actions.pod:3826
11638 msgid ""
11639 "This function takes a key or passphrase parameter which could contain "
11640 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11641 "information."
11642 msgstr ""
11643
11644 #. type: textblock
11645 #: ../src/guestfs-actions.pod:3696 ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3759 ../src/guestfs-actions.pod:3779
11646 msgid "(Added in 1.5.2)"
11647 msgstr ""
11648
11649 #. type: =head2
11650 #: ../src/guestfs-actions.pod:3698
11651 msgid "guestfs_luks_close"
11652 msgstr ""
11653
11654 #. type: verbatim
11655 #: ../src/guestfs-actions.pod:3700
11656 #, no-wrap
11657 msgid ""
11658 " int\n"
11659 " guestfs_luks_close (guestfs_h *g,\n"
11660 "                     const char *device);\n"
11661 "\n"
11662 msgstr ""
11663
11664 #. type: textblock
11665 #: ../src/guestfs-actions.pod:3704
11666 msgid ""
11667 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11668 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11669 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11670 "underlying block device."
11671 msgstr ""
11672
11673 #. type: textblock
11674 #: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:3811 ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3928
11675 msgid "(Added in 1.5.1)"
11676 msgstr ""
11677
11678 #. type: =head2
11679 #: ../src/guestfs-actions.pod:3714
11680 msgid "guestfs_luks_format"
11681 msgstr ""
11682
11683 #. type: verbatim
11684 #: ../src/guestfs-actions.pod:3716
11685 #, no-wrap
11686 msgid ""
11687 " int\n"
11688 " guestfs_luks_format (guestfs_h *g,\n"
11689 "                      const char *device,\n"
11690 "                      const char *key,\n"
11691 "                      int keyslot);\n"
11692 "\n"
11693 msgstr ""
11694
11695 #. type: textblock
11696 #: ../src/guestfs-actions.pod:3722 ../fish/guestfish-actions.pod:2555
11697 msgid ""
11698 "This command erases existing data on C<device> and formats the device as a "
11699 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11700 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11701 msgstr ""
11702
11703 #. type: textblock
11704 #: ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:3752 ../src/guestfs-actions.pod:3892 ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6044 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:7230 ../fish/guestfish-actions.pod:2563 ../fish/guestfish-actions.pod:2576 ../fish/guestfish-actions.pod:2660 ../fish/guestfish-actions.pod:3234 ../fish/guestfish-actions.pod:3754 ../fish/guestfish-actions.pod:4064 ../fish/guestfish-actions.pod:4080 ../fish/guestfish-actions.pod:4095 ../fish/guestfish-actions.pod:4810
11705 msgid ""
11706 "B<This command is dangerous.  Without careful use you can easily destroy all "
11707 "your data>."
11708 msgstr ""
11709
11710 #. type: =head2
11711 #: ../src/guestfs-actions.pod:3738
11712 msgid "guestfs_luks_format_cipher"
11713 msgstr ""
11714
11715 #. type: verbatim
11716 #: ../src/guestfs-actions.pod:3740
11717 #, no-wrap
11718 msgid ""
11719 " int\n"
11720 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11721 "                             const char *device,\n"
11722 "                             const char *key,\n"
11723 "                             int keyslot,\n"
11724 "                             const char *cipher);\n"
11725 "\n"
11726 msgstr ""
11727
11728 #. type: textblock
11729 #: ../src/guestfs-actions.pod:3747
11730 msgid ""
11731 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11732 "set the C<cipher> used."
11733 msgstr ""
11734
11735 #. type: =head2
11736 #: ../src/guestfs-actions.pod:3761
11737 msgid "guestfs_luks_kill_slot"
11738 msgstr ""
11739
11740 #. type: verbatim
11741 #: ../src/guestfs-actions.pod:3763
11742 #, no-wrap
11743 msgid ""
11744 " int\n"
11745 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11746 "                         const char *device,\n"
11747 "                         const char *key,\n"
11748 "                         int keyslot);\n"
11749 "\n"
11750 msgstr ""
11751
11752 #. type: textblock
11753 #: ../src/guestfs-actions.pod:3769 ../fish/guestfish-actions.pod:2583
11754 msgid ""
11755 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11756 "device C<device>.  C<key> must be one of the I<other> keys."
11757 msgstr ""
11758
11759 #. type: =head2
11760 #: ../src/guestfs-actions.pod:3781
11761 msgid "guestfs_luks_open"
11762 msgstr ""
11763
11764 #. type: verbatim
11765 #: ../src/guestfs-actions.pod:3783
11766 #, no-wrap
11767 msgid ""
11768 " int\n"
11769 " guestfs_luks_open (guestfs_h *g,\n"
11770 "                    const char *device,\n"
11771 "                    const char *key,\n"
11772 "                    const char *mapname);\n"
11773 "\n"
11774 msgstr ""
11775
11776 #. type: textblock
11777 #: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2594
11778 msgid ""
11779 "This command opens a block device which has been encrypted according to the "
11780 "Linux Unified Key Setup (LUKS) standard."
11781 msgstr ""
11782
11783 #. type: textblock
11784 #: ../src/guestfs-actions.pod:3792 ../fish/guestfish-actions.pod:2597
11785 msgid "C<device> is the encrypted block device or partition."
11786 msgstr ""
11787
11788 #. type: textblock
11789 #: ../src/guestfs-actions.pod:3794 ../fish/guestfish-actions.pod:2599
11790 msgid ""
11791 "The caller must supply one of the keys associated with the LUKS block "
11792 "device, in the C<key> parameter."
11793 msgstr ""
11794
11795 #. type: textblock
11796 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2602
11797 msgid ""
11798 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11799 "writes to this block device are decrypted from and encrypted to the "
11800 "underlying C<device> respectively."
11801 msgstr ""
11802
11803 #. type: textblock
11804 #: ../src/guestfs-actions.pod:3801
11805 msgid ""
11806 "If this block device contains LVM volume groups, then calling "
11807 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11808 "visible."
11809 msgstr ""
11810
11811 #. type: =head2
11812 #: ../src/guestfs-actions.pod:3813
11813 msgid "guestfs_luks_open_ro"
11814 msgstr ""
11815
11816 #. type: verbatim
11817 #: ../src/guestfs-actions.pod:3815
11818 #, no-wrap
11819 msgid ""
11820 " int\n"
11821 " guestfs_luks_open_ro (guestfs_h *g,\n"
11822 "                       const char *device,\n"
11823 "                       const char *key,\n"
11824 "                       const char *mapname);\n"
11825 "\n"
11826 msgstr ""
11827
11828 #. type: textblock
11829 #: ../src/guestfs-actions.pod:3821
11830 msgid ""
11831 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11832 "created."
11833 msgstr ""
11834
11835 #. type: =head2
11836 #: ../src/guestfs-actions.pod:3832
11837 msgid "guestfs_lvcreate"
11838 msgstr ""
11839
11840 #. type: verbatim
11841 #: ../src/guestfs-actions.pod:3834
11842 #, no-wrap
11843 msgid ""
11844 " int\n"
11845 " guestfs_lvcreate (guestfs_h *g,\n"
11846 "                   const char *logvol,\n"
11847 "                   const char *volgroup,\n"
11848 "                   int mbytes);\n"
11849 "\n"
11850 msgstr ""
11851
11852 #. type: textblock
11853 #: ../src/guestfs-actions.pod:3840 ../fish/guestfish-actions.pod:2627
11854 msgid ""
11855 "This creates an LVM logical volume called C<logvol> on the volume group "
11856 "C<volgroup>, with C<size> megabytes."
11857 msgstr ""
11858
11859 #. type: =head2
11860 #: ../src/guestfs-actions.pod:3847
11861 msgid "guestfs_lvm_canonical_lv_name"
11862 msgstr ""
11863
11864 #. type: verbatim
11865 #: ../src/guestfs-actions.pod:3849
11866 #, no-wrap
11867 msgid ""
11868 " char *\n"
11869 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11870 "                                const char *lvname);\n"
11871 "\n"
11872 msgstr ""
11873
11874 #. type: textblock
11875 #: ../src/guestfs-actions.pod:3853 ../fish/guestfish-actions.pod:2634
11876 msgid ""
11877 "This converts alternative naming schemes for LVs that you might find to the "
11878 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11879 "C</dev/VG/LV>."
11880 msgstr ""
11881
11882 #. type: textblock
11883 #: ../src/guestfs-actions.pod:3857 ../fish/guestfish-actions.pod:2638
11884 msgid ""
11885 "This command returns an error if the C<lvname> parameter does not refer to a "
11886 "logical volume."
11887 msgstr ""
11888
11889 #. type: textblock
11890 #: ../src/guestfs-actions.pod:3860
11891 msgid "See also C<guestfs_is_lv>."
11892 msgstr ""
11893
11894 #. type: textblock
11895 #: ../src/guestfs-actions.pod:3865
11896 msgid "(Added in 1.5.24)"
11897 msgstr ""
11898
11899 #. type: =head2
11900 #: ../src/guestfs-actions.pod:3867
11901 msgid "guestfs_lvm_clear_filter"
11902 msgstr ""
11903
11904 #. type: verbatim
11905 #: ../src/guestfs-actions.pod:3869
11906 #, no-wrap
11907 msgid ""
11908 " int\n"
11909 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11910 "\n"
11911 msgstr ""
11912
11913 #. type: textblock
11914 #: ../src/guestfs-actions.pod:3872
11915 msgid ""
11916 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11917 "see every block device."
11918 msgstr ""
11919
11920 #. type: textblock
11921 #: ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2650 ../fish/guestfish-actions.pod:2681
11922 msgid "This command also clears the LVM cache and performs a volume group scan."
11923 msgstr ""
11924
11925 #. type: =head2
11926 #: ../src/guestfs-actions.pod:3882
11927 msgid "guestfs_lvm_remove_all"
11928 msgstr ""
11929
11930 #. type: verbatim
11931 #: ../src/guestfs-actions.pod:3884
11932 #, no-wrap
11933 msgid ""
11934 " int\n"
11935 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11936 "\n"
11937 msgstr ""
11938
11939 #. type: textblock
11940 #: ../src/guestfs-actions.pod:3887 ../fish/guestfish-actions.pod:2657
11941 msgid ""
11942 "This command removes all LVM logical volumes, volume groups and physical "
11943 "volumes."
11944 msgstr ""
11945
11946 #. type: =head2
11947 #: ../src/guestfs-actions.pod:3897
11948 msgid "guestfs_lvm_set_filter"
11949 msgstr ""
11950
11951 #. type: verbatim
11952 #: ../src/guestfs-actions.pod:3899
11953 #, no-wrap
11954 msgid ""
11955 " int\n"
11956 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11957 "                         char *const *devices);\n"
11958 "\n"
11959 msgstr ""
11960
11961 #. type: textblock
11962 #: ../src/guestfs-actions.pod:3903 ../fish/guestfish-actions.pod:2667
11963 msgid ""
11964 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11965 "block devices in the list C<devices>, and will ignore all other attached "
11966 "block devices."
11967 msgstr ""
11968
11969 #. type: textblock
11970 #: ../src/guestfs-actions.pod:3907 ../fish/guestfish-actions.pod:2671
11971 msgid ""
11972 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11973 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11974 "there are two types of duplication possible: either cloned PVs/VGs which "
11975 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11976 "same name.  In normal operation you cannot create this situation, but you "
11977 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11978 "inside the LVM metadata."
11979 msgstr ""
11980
11981 #. type: textblock
11982 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2684
11983 msgid "You can filter whole block devices or individual partitions."
11984 msgstr ""
11985
11986 #. type: textblock
11987 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2686
11988 msgid ""
11989 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11990 "filesystem), even if you are not filtering out that VG."
11991 msgstr ""
11992
11993 #. type: =head2
11994 #: ../src/guestfs-actions.pod:3930
11995 msgid "guestfs_lvremove"
11996 msgstr ""
11997
11998 #. type: verbatim
11999 #: ../src/guestfs-actions.pod:3932
12000 #, no-wrap
12001 msgid ""
12002 " int\n"
12003 " guestfs_lvremove (guestfs_h *g,\n"
12004 "                   const char *device);\n"
12005 "\n"
12006 msgstr ""
12007
12008 #. type: textblock
12009 #: ../src/guestfs-actions.pod:3936 ../fish/guestfish-actions.pod:2694
12010 msgid ""
12011 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12012 "LV, such as C</dev/VG/LV>."
12013 msgstr ""
12014
12015 #. type: textblock
12016 #: ../src/guestfs-actions.pod:3939 ../fish/guestfish-actions.pod:2697
12017 msgid ""
12018 "You can also remove all LVs in a volume group by specifying the VG name, "
12019 "C</dev/VG>."
12020 msgstr ""
12021
12022 #. type: textblock
12023 #: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:5180 ../src/guestfs-actions.pod:6969
12024 msgid "(Added in 1.0.13)"
12025 msgstr ""
12026
12027 #. type: =head2
12028 #: ../src/guestfs-actions.pod:3946
12029 msgid "guestfs_lvrename"
12030 msgstr ""
12031
12032 #. type: verbatim
12033 #: ../src/guestfs-actions.pod:3948
12034 #, no-wrap
12035 msgid ""
12036 " int\n"
12037 " guestfs_lvrename (guestfs_h *g,\n"
12038 "                   const char *logvol,\n"
12039 "                   const char *newlogvol);\n"
12040 "\n"
12041 msgstr ""
12042
12043 #. type: textblock
12044 #: ../src/guestfs-actions.pod:3953 ../fish/guestfish-actions.pod:2704
12045 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12046 msgstr ""
12047
12048 #. type: textblock
12049 #: ../src/guestfs-actions.pod:3957 ../src/guestfs-actions.pod:6982
12050 msgid "(Added in 1.0.83)"
12051 msgstr ""
12052
12053 #. type: =head2
12054 #: ../src/guestfs-actions.pod:3959
12055 msgid "guestfs_lvresize"
12056 msgstr ""
12057
12058 #. type: verbatim
12059 #: ../src/guestfs-actions.pod:3961
12060 #, no-wrap
12061 msgid ""
12062 " int\n"
12063 " guestfs_lvresize (guestfs_h *g,\n"
12064 "                   const char *device,\n"
12065 "                   int mbytes);\n"
12066 "\n"
12067 msgstr ""
12068
12069 #. type: textblock
12070 #: ../src/guestfs-actions.pod:3966 ../fish/guestfish-actions.pod:2710
12071 msgid ""
12072 "This resizes (expands or shrinks) an existing LVM logical volume to "
12073 "C<mbytes>.  When reducing, data in the reduced part is lost."
12074 msgstr ""
12075
12076 #. type: =head2
12077 #: ../src/guestfs-actions.pod:3974
12078 msgid "guestfs_lvresize_free"
12079 msgstr ""
12080
12081 #. type: verbatim
12082 #: ../src/guestfs-actions.pod:3976
12083 #, no-wrap
12084 msgid ""
12085 " int\n"
12086 " guestfs_lvresize_free (guestfs_h *g,\n"
12087 "                        const char *lv,\n"
12088 "                        int percent);\n"
12089 "\n"
12090 msgstr ""
12091
12092 #. type: textblock
12093 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2718
12094 msgid ""
12095 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12096 "remaining free space in the volume group.  Commonly you would call this with "
12097 "pc = 100 which expands the logical volume as much as possible, using all "
12098 "remaining free space in the volume group."
12099 msgstr ""
12100
12101 #. type: textblock
12102 #: ../src/guestfs-actions.pod:3989
12103 msgid "(Added in 1.3.3)"
12104 msgstr ""
12105
12106 #. type: =head2
12107 #: ../src/guestfs-actions.pod:3991
12108 msgid "guestfs_lvs"
12109 msgstr ""
12110
12111 #. type: verbatim
12112 #: ../src/guestfs-actions.pod:3993
12113 #, no-wrap
12114 msgid ""
12115 " char **\n"
12116 " guestfs_lvs (guestfs_h *g);\n"
12117 "\n"
12118 msgstr ""
12119
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2728
12122 msgid ""
12123 "List all the logical volumes detected.  This is the equivalent of the "
12124 "L<lvs(8)> command."
12125 msgstr ""
12126
12127 #. type: textblock
12128 #: ../src/guestfs-actions.pod:3999 ../fish/guestfish-actions.pod:2731
12129 msgid ""
12130 "This returns a list of the logical volume device names "
12131 "(eg. C</dev/VolGroup00/LogVol00>)."
12132 msgstr ""
12133
12134 #. type: textblock
12135 #: ../src/guestfs-actions.pod:4002
12136 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12137 msgstr ""
12138
12139 #. type: =head2
12140 #: ../src/guestfs-actions.pod:4010
12141 msgid "guestfs_lvs_full"
12142 msgstr ""
12143
12144 #. type: verbatim
12145 #: ../src/guestfs-actions.pod:4012
12146 #, no-wrap
12147 msgid ""
12148 " struct guestfs_lvm_lv_list *\n"
12149 " guestfs_lvs_full (guestfs_h *g);\n"
12150 "\n"
12151 msgstr ""
12152
12153 #. type: textblock
12154 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2740
12155 msgid ""
12156 "List all the logical volumes detected.  This is the equivalent of the "
12157 "L<lvs(8)> command.  The \"full\" version includes all fields."
12158 msgstr ""
12159
12160 #. type: textblock
12161 #: ../src/guestfs-actions.pod:4018
12162 msgid ""
12163 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12164 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12165 "use>."
12166 msgstr ""
12167
12168 #. type: =head2
12169 #: ../src/guestfs-actions.pod:4024
12170 msgid "guestfs_lvuuid"
12171 msgstr ""
12172
12173 #. type: verbatim
12174 #: ../src/guestfs-actions.pod:4026
12175 #, no-wrap
12176 msgid ""
12177 " char *\n"
12178 " guestfs_lvuuid (guestfs_h *g,\n"
12179 "                 const char *device);\n"
12180 "\n"
12181 msgstr ""
12182
12183 #. type: textblock
12184 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2747
12185 msgid "This command returns the UUID of the LVM LV C<device>."
12186 msgstr ""
12187
12188 #. type: =head2
12189 #: ../src/guestfs-actions.pod:4037
12190 msgid "guestfs_lxattrlist"
12191 msgstr ""
12192
12193 #. type: verbatim
12194 #: ../src/guestfs-actions.pod:4039
12195 #, no-wrap
12196 msgid ""
12197 " struct guestfs_xattr_list *\n"
12198 " guestfs_lxattrlist (guestfs_h *g,\n"
12199 "                     const char *path,\n"
12200 "                     char *const *names);\n"
12201 "\n"
12202 msgstr ""
12203
12204 #. type: textblock
12205 #: ../src/guestfs-actions.pod:4044 ../fish/guestfish-actions.pod:2753
12206 msgid ""
12207 "This call allows you to get the extended attributes of multiple files, where "
12208 "all files are in the directory C<path>.  C<names> is the list of files from "
12209 "this directory."
12210 msgstr ""
12211
12212 #. type: textblock
12213 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2757
12214 msgid ""
12215 "On return you get a flat list of xattr structs which must be interpreted "
12216 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12217 "C<attrval> in this struct is zero-length to indicate there was an error "
12218 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12219 "number (the number of following attributes for this file, which could be "
12220 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12221 "attributes for the first named file.  This repeats for the second and "
12222 "subsequent files."
12223 msgstr ""
12224
12225 #. type: textblock
12226 #: ../src/guestfs-actions.pod:4058
12227 msgid ""
12228 "This call is intended for programs that want to efficiently list a directory "
12229 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12230 "a similarly efficient call for getting standard stats.  Very long directory "
12231 "listings might cause the protocol message size to be exceeded, causing this "
12232 "call to fail.  The caller must split up such requests into smaller groups of "
12233 "names."
12234 msgstr ""
12235
12236 #. type: =head2
12237 #: ../src/guestfs-actions.pod:4072
12238 msgid "guestfs_mkdir"
12239 msgstr ""
12240
12241 #. type: verbatim
12242 #: ../src/guestfs-actions.pod:4074
12243 #, no-wrap
12244 msgid ""
12245 " int\n"
12246 " guestfs_mkdir (guestfs_h *g,\n"
12247 "                const char *path);\n"
12248 "\n"
12249 msgstr ""
12250
12251 #. type: textblock
12252 #: ../src/guestfs-actions.pod:4078 ../fish/guestfish-actions.pod:2779
12253 msgid "Create a directory named C<path>."
12254 msgstr ""
12255
12256 #. type: =head2
12257 #: ../src/guestfs-actions.pod:4084
12258 msgid "guestfs_mkdir_mode"
12259 msgstr ""
12260
12261 #. type: verbatim
12262 #: ../src/guestfs-actions.pod:4086
12263 #, no-wrap
12264 msgid ""
12265 " int\n"
12266 " guestfs_mkdir_mode (guestfs_h *g,\n"
12267 "                     const char *path,\n"
12268 "                     int mode);\n"
12269 "\n"
12270 msgstr ""
12271
12272 #. type: textblock
12273 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2785
12274 msgid ""
12275 "This command creates a directory, setting the initial permissions of the "
12276 "directory to C<mode>."
12277 msgstr ""
12278
12279 #. type: textblock
12280 #: ../src/guestfs-actions.pod:4094 ../fish/guestfish-actions.pod:2788
12281 msgid ""
12282 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12283 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12284 "other ways."
12285 msgstr ""
12286
12287 #. type: textblock
12288 #: ../src/guestfs-actions.pod:4098
12289 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12290 msgstr ""
12291
12292 #. type: =head2
12293 #: ../src/guestfs-actions.pod:4104
12294 msgid "guestfs_mkdir_p"
12295 msgstr ""
12296
12297 #. type: verbatim
12298 #: ../src/guestfs-actions.pod:4106
12299 #, no-wrap
12300 msgid ""
12301 " int\n"
12302 " guestfs_mkdir_p (guestfs_h *g,\n"
12303 "                  const char *path);\n"
12304 "\n"
12305 msgstr ""
12306
12307 #. type: textblock
12308 #: ../src/guestfs-actions.pod:4110 ../fish/guestfish-actions.pod:2798
12309 msgid ""
12310 "Create a directory named C<path>, creating any parent directories as "
12311 "necessary.  This is like the C<mkdir -p> shell command."
12312 msgstr ""
12313
12314 #. type: =head2
12315 #: ../src/guestfs-actions.pod:4117
12316 msgid "guestfs_mkdtemp"
12317 msgstr ""
12318
12319 #. type: verbatim
12320 #: ../src/guestfs-actions.pod:4119
12321 #, no-wrap
12322 msgid ""
12323 " char *\n"
12324 " guestfs_mkdtemp (guestfs_h *g,\n"
12325 "                  const char *template);\n"
12326 "\n"
12327 msgstr ""
12328
12329 #. type: textblock
12330 #: ../src/guestfs-actions.pod:4123 ../fish/guestfish-actions.pod:2805
12331 msgid ""
12332 "This command creates a temporary directory.  The C<template> parameter "
12333 "should be a full pathname for the temporary directory name with the final "
12334 "six characters being \"XXXXXX\"."
12335 msgstr ""
12336
12337 #. type: textblock
12338 #: ../src/guestfs-actions.pod:4128 ../fish/guestfish-actions.pod:2810
12339 msgid ""
12340 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12341 "being suitable for Windows filesystems."
12342 msgstr ""
12343
12344 #. type: textblock
12345 #: ../src/guestfs-actions.pod:4131 ../fish/guestfish-actions.pod:2813
12346 msgid "The name of the temporary directory that was created is returned."
12347 msgstr ""
12348
12349 #. type: textblock
12350 #: ../src/guestfs-actions.pod:4134 ../fish/guestfish-actions.pod:2816
12351 msgid "The temporary directory is created with mode 0700 and is owned by root."
12352 msgstr ""
12353
12354 #. type: textblock
12355 #: ../src/guestfs-actions.pod:4137 ../fish/guestfish-actions.pod:2819
12356 msgid ""
12357 "The caller is responsible for deleting the temporary directory and its "
12358 "contents after use."
12359 msgstr ""
12360
12361 #. type: textblock
12362 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2822
12363 msgid "See also: L<mkdtemp(3)>"
12364 msgstr ""
12365
12366 #. type: =head2
12367 #: ../src/guestfs-actions.pod:4147
12368 msgid "guestfs_mke2fs_J"
12369 msgstr ""
12370
12371 #. type: verbatim
12372 #: ../src/guestfs-actions.pod:4149
12373 #, no-wrap
12374 msgid ""
12375 " int\n"
12376 " guestfs_mke2fs_J (guestfs_h *g,\n"
12377 "                   const char *fstype,\n"
12378 "                   int blocksize,\n"
12379 "                   const char *device,\n"
12380 "                   const char *journal);\n"
12381 "\n"
12382 msgstr ""
12383
12384 #. type: textblock
12385 #: ../src/guestfs-actions.pod:4156 ../fish/guestfish-actions.pod:2828
12386 msgid ""
12387 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12388 "C<journal>.  It is equivalent to the command:"
12389 msgstr ""
12390
12391 #. type: verbatim
12392 #: ../src/guestfs-actions.pod:4160 ../fish/guestfish-actions.pod:2832
12393 #, no-wrap
12394 msgid ""
12395 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12396 "\n"
12397 msgstr ""
12398
12399 #. type: textblock
12400 #: ../src/guestfs-actions.pod:4162
12401 msgid "See also C<guestfs_mke2journal>."
12402 msgstr ""
12403
12404 #. type: textblock
12405 #: ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4184 ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:4218 ../src/guestfs-actions.pod:4232 ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4570
12406 msgid "(Added in 1.0.68)"
12407 msgstr ""
12408
12409 #. type: =head2
12410 #: ../src/guestfs-actions.pod:4168
12411 msgid "guestfs_mke2fs_JL"
12412 msgstr ""
12413
12414 #. type: verbatim
12415 #: ../src/guestfs-actions.pod:4170
12416 #, no-wrap
12417 msgid ""
12418 " int\n"
12419 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12420 "                    const char *fstype,\n"
12421 "                    int blocksize,\n"
12422 "                    const char *device,\n"
12423 "                    const char *label);\n"
12424 "\n"
12425 msgstr ""
12426
12427 #. type: textblock
12428 #: ../src/guestfs-actions.pod:4177 ../fish/guestfish-actions.pod:2840
12429 msgid ""
12430 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12431 "the journal labeled C<label>."
12432 msgstr ""
12433
12434 #. type: textblock
12435 #: ../src/guestfs-actions.pod:4180
12436 msgid "See also C<guestfs_mke2journal_L>."
12437 msgstr ""
12438
12439 #. type: =head2
12440 #: ../src/guestfs-actions.pod:4186
12441 msgid "guestfs_mke2fs_JU"
12442 msgstr ""
12443
12444 #. type: verbatim
12445 #: ../src/guestfs-actions.pod:4188
12446 #, no-wrap
12447 msgid ""
12448 " int\n"
12449 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12450 "                    const char *fstype,\n"
12451 "                    int blocksize,\n"
12452 "                    const char *device,\n"
12453 "                    const char *uuid);\n"
12454 "\n"
12455 msgstr ""
12456
12457 #. type: textblock
12458 #: ../src/guestfs-actions.pod:4195 ../fish/guestfish-actions.pod:2849
12459 msgid ""
12460 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12461 "the journal with UUID C<uuid>."
12462 msgstr ""
12463
12464 #. type: textblock
12465 #: ../src/guestfs-actions.pod:4198
12466 msgid "See also C<guestfs_mke2journal_U>."
12467 msgstr ""
12468
12469 #. type: =head2
12470 #: ../src/guestfs-actions.pod:4204
12471 msgid "guestfs_mke2journal"
12472 msgstr ""
12473
12474 #. type: verbatim
12475 #: ../src/guestfs-actions.pod:4206
12476 #, no-wrap
12477 msgid ""
12478 " int\n"
12479 " guestfs_mke2journal (guestfs_h *g,\n"
12480 "                      int blocksize,\n"
12481 "                      const char *device);\n"
12482 "\n"
12483 msgstr ""
12484
12485 #. type: textblock
12486 #: ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:2858
12487 msgid ""
12488 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12489 "command:"
12490 msgstr ""
12491
12492 #. type: verbatim
12493 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2861
12494 #, no-wrap
12495 msgid ""
12496 " mke2fs -O journal_dev -b blocksize device\n"
12497 "\n"
12498 msgstr ""
12499
12500 #. type: =head2
12501 #: ../src/guestfs-actions.pod:4220
12502 msgid "guestfs_mke2journal_L"
12503 msgstr ""
12504
12505 #. type: verbatim
12506 #: ../src/guestfs-actions.pod:4222
12507 #, no-wrap
12508 msgid ""
12509 " int\n"
12510 " guestfs_mke2journal_L (guestfs_h *g,\n"
12511 "                        int blocksize,\n"
12512 "                        const char *label,\n"
12513 "                        const char *device);\n"
12514 "\n"
12515 msgstr ""
12516
12517 #. type: textblock
12518 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2867
12519 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12520 msgstr ""
12521
12522 #. type: =head2
12523 #: ../src/guestfs-actions.pod:4234
12524 msgid "guestfs_mke2journal_U"
12525 msgstr ""
12526
12527 #. type: verbatim
12528 #: ../src/guestfs-actions.pod:4236
12529 #, no-wrap
12530 msgid ""
12531 " int\n"
12532 " guestfs_mke2journal_U (guestfs_h *g,\n"
12533 "                        int blocksize,\n"
12534 "                        const char *uuid,\n"
12535 "                        const char *device);\n"
12536 "\n"
12537 msgstr ""
12538
12539 #. type: textblock
12540 #: ../src/guestfs-actions.pod:4242 ../fish/guestfish-actions.pod:2873
12541 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12542 msgstr ""
12543
12544 #. type: =head2
12545 #: ../src/guestfs-actions.pod:4248
12546 msgid "guestfs_mkfifo"
12547 msgstr ""
12548
12549 #. type: verbatim
12550 #: ../src/guestfs-actions.pod:4250
12551 #, no-wrap
12552 msgid ""
12553 " int\n"
12554 " guestfs_mkfifo (guestfs_h *g,\n"
12555 "                 int mode,\n"
12556 "                 const char *path);\n"
12557 "\n"
12558 msgstr ""
12559
12560 #. type: textblock
12561 #: ../src/guestfs-actions.pod:4255
12562 msgid ""
12563 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12564 "is just a convenient wrapper around C<guestfs_mknod>."
12565 msgstr ""
12566
12567 #. type: =head2
12568 #: ../src/guestfs-actions.pod:4265
12569 msgid "guestfs_mkfs"
12570 msgstr ""
12571
12572 #. type: verbatim
12573 #: ../src/guestfs-actions.pod:4267
12574 #, no-wrap
12575 msgid ""
12576 " int\n"
12577 " guestfs_mkfs (guestfs_h *g,\n"
12578 "               const char *fstype,\n"
12579 "               const char *device);\n"
12580 "\n"
12581 msgstr ""
12582
12583 #. type: textblock
12584 #: ../src/guestfs-actions.pod:4272 ../fish/guestfish-actions.pod:2889
12585 msgid ""
12586 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12587 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12588 msgstr ""
12589
12590 #. type: =head2
12591 #: ../src/guestfs-actions.pod:4280
12592 msgid "guestfs_mkfs_b"
12593 msgstr ""
12594
12595 #. type: verbatim
12596 #: ../src/guestfs-actions.pod:4282
12597 #, no-wrap
12598 msgid ""
12599 " int\n"
12600 " guestfs_mkfs_b (guestfs_h *g,\n"
12601 "                 const char *fstype,\n"
12602 "                 int blocksize,\n"
12603 "                 const char *device);\n"
12604 "\n"
12605 msgstr ""
12606
12607 #. type: textblock
12608 #: ../src/guestfs-actions.pod:4288
12609 msgid ""
12610 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12611 "block size of the resulting filesystem.  Supported block sizes depend on the "
12612 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12613 msgstr ""
12614
12615 #. type: textblock
12616 #: ../src/guestfs-actions.pod:4293 ../src/guestfs-actions.pod:4336 ../fish/guestfish-actions.pod:2902 ../fish/guestfish-actions.pod:2929
12617 msgid ""
12618 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12619 "cluster size."
12620 msgstr ""
12621
12622 #. type: textblock
12623 #: ../src/guestfs-actions.pod:4298 ../fish/guestfish-actions.pod:2905
12624 msgid ""
12625 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12626 "instead."
12627 msgstr ""
12628
12629 #. type: =head2
12630 #: ../src/guestfs-actions.pod:4307
12631 msgid "guestfs_mkfs_opts"
12632 msgstr ""
12633
12634 #. type: verbatim
12635 #: ../src/guestfs-actions.pod:4309
12636 #, no-wrap
12637 msgid ""
12638 " int\n"
12639 " guestfs_mkfs_opts (guestfs_h *g,\n"
12640 "                    const char *fstype,\n"
12641 "                    const char *device,\n"
12642 "                    ...);\n"
12643 "\n"
12644 msgstr ""
12645
12646 #. type: verbatim
12647 #: ../src/guestfs-actions.pod:4320
12648 #, no-wrap
12649 msgid ""
12650 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12651 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12652 "\n"
12653 msgstr ""
12654
12655 #. type: textblock
12656 #: ../src/guestfs-actions.pod:4323 ../fish/guestfish-actions.pod:2916
12657 msgid ""
12658 "This function creates a filesystem on C<device>.  The filesystem type is "
12659 "C<fstype>, for example C<ext3>."
12660 msgstr ""
12661
12662 #. type: =item
12663 #: ../src/guestfs-actions.pod:4330 ../fish/guestfish-actions.pod:2923
12664 msgid "C<blocksize>"
12665 msgstr ""
12666
12667 #. type: textblock
12668 #: ../src/guestfs-actions.pod:4332 ../fish/guestfish-actions.pod:2925
12669 msgid ""
12670 "The filesystem block size.  Supported block sizes depend on the filesystem "
12671 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12672 "filesystems."
12673 msgstr ""
12674
12675 #. type: textblock
12676 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2932
12677 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12678 msgstr ""
12679
12680 #. type: =item
12681 #: ../src/guestfs-actions.pod:4341 ../fish/guestfish-actions.pod:2934
12682 msgid "C<features>"
12683 msgstr ""
12684
12685 #. type: textblock
12686 #: ../src/guestfs-actions.pod:4343 ../fish/guestfish-actions.pod:2936
12687 msgid "This passes the C<-O> parameter to the external mkfs program."
12688 msgstr ""
12689
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:4345 ../fish/guestfish-actions.pod:2938
12692 msgid ""
12693 "For certain filesystem types, this allows extra filesystem features to be "
12694 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12695 msgstr ""
12696
12697 #. type: textblock
12698 #: ../src/guestfs-actions.pod:4349 ../fish/guestfish-actions.pod:2942
12699 msgid ""
12700 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12701 "type."
12702 msgstr ""
12703
12704 #. type: textblock
12705 #: ../src/guestfs-actions.pod:4356
12706 msgid "(Added in 1.7.19)"
12707 msgstr ""
12708
12709 #. type: =head2
12710 #: ../src/guestfs-actions.pod:4358
12711 msgid "guestfs_mkfs_opts_va"
12712 msgstr ""
12713
12714 #. type: verbatim
12715 #: ../src/guestfs-actions.pod:4360
12716 #, no-wrap
12717 msgid ""
12718 " int\n"
12719 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12720 "                       const char *fstype,\n"
12721 "                       const char *device,\n"
12722 "                       va_list args);\n"
12723 "\n"
12724 msgstr ""
12725
12726 #. type: textblock
12727 #: ../src/guestfs-actions.pod:4366
12728 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12729 msgstr ""
12730
12731 #. type: =head2
12732 #: ../src/guestfs-actions.pod:4370
12733 msgid "guestfs_mkfs_opts_argv"
12734 msgstr ""
12735
12736 #. type: verbatim
12737 #: ../src/guestfs-actions.pod:4372
12738 #, no-wrap
12739 msgid ""
12740 " int\n"
12741 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12742 "                         const char *fstype,\n"
12743 "                         const char *device,\n"
12744 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12745 "\n"
12746 msgstr ""
12747
12748 #. type: textblock
12749 #: ../src/guestfs-actions.pod:4378
12750 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12751 msgstr ""
12752
12753 #. type: =head2
12754 #: ../src/guestfs-actions.pod:4382
12755 msgid "guestfs_mkmountpoint"
12756 msgstr ""
12757
12758 #. type: verbatim
12759 #: ../src/guestfs-actions.pod:4384
12760 #, no-wrap
12761 msgid ""
12762 " int\n"
12763 " guestfs_mkmountpoint (guestfs_h *g,\n"
12764 "                       const char *exemptpath);\n"
12765 "\n"
12766 msgstr ""
12767
12768 #. type: textblock
12769 #: ../src/guestfs-actions.pod:4388
12770 msgid ""
12771 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12772 "that can be used to create extra mountpoints before mounting the first "
12773 "filesystem."
12774 msgstr ""
12775
12776 #. type: textblock
12777 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2957
12778 msgid ""
12779 "These calls are I<only> necessary in some very limited circumstances, mainly "
12780 "the case where you want to mount a mix of unrelated and/or read-only "
12781 "filesystems together."
12782 msgstr ""
12783
12784 #. type: textblock
12785 #: ../src/guestfs-actions.pod:4396 ../fish/guestfish-actions.pod:2961
12786 msgid ""
12787 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12788 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12789 "inside that.  You can unpack this as follows in guestfish:"
12790 msgstr ""
12791
12792 #. type: verbatim
12793 #: ../src/guestfs-actions.pod:4401 ../fish/guestfish-actions.pod:2966
12794 #, no-wrap
12795 msgid ""
12796 " add-ro Fedora-11-i686-Live.iso\n"
12797 " run\n"
12798 " mkmountpoint /cd\n"
12799 " mkmountpoint /sqsh\n"
12800 " mkmountpoint /ext3fs\n"
12801 " mount /dev/sda /cd\n"
12802 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12803 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12804 "\n"
12805 msgstr ""
12806
12807 #. type: textblock
12808 #: ../src/guestfs-actions.pod:4410 ../fish/guestfish-actions.pod:2975
12809 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12810 msgstr ""
12811
12812 #. type: textblock
12813 #: ../src/guestfs-actions.pod:4412
12814 msgid ""
12815 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12816 "may get unexpected errors if you try to mix these calls.  It is safest to "
12817 "manually unmount filesystems and remove mountpoints after use."
12818 msgstr ""
12819
12820 #. type: textblock
12821 #: ../src/guestfs-actions.pod:4416
12822 msgid ""
12823 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12824 "first, so for this to work for manual mountpoints, you must ensure that the "
12825 "innermost mountpoints have the longest pathnames, as in the example code "
12826 "above."
12827 msgstr ""
12828
12829 #. type: textblock
12830 #: ../src/guestfs-actions.pod:4421 ../fish/guestfish-actions.pod:2986
12831 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12832 msgstr ""
12833
12834 #. type: textblock
12835 #: ../src/guestfs-actions.pod:4423
12836 msgid ""
12837 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12838 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
12839 "can also trigger these issues."
12840 msgstr ""
12841
12842 #. type: textblock
12843 #: ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:5598
12844 msgid "(Added in 1.0.62)"
12845 msgstr ""
12846
12847 #. type: =head2
12848 #: ../src/guestfs-actions.pod:4431
12849 msgid "guestfs_mknod"
12850 msgstr ""
12851
12852 #. type: verbatim
12853 #: ../src/guestfs-actions.pod:4433
12854 #, no-wrap
12855 msgid ""
12856 " int\n"
12857 " guestfs_mknod (guestfs_h *g,\n"
12858 "                int mode,\n"
12859 "                int devmajor,\n"
12860 "                int devminor,\n"
12861 "                const char *path);\n"
12862 "\n"
12863 msgstr ""
12864
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:2996
12867 msgid ""
12868 "This call creates block or character special devices, or named pipes "
12869 "(FIFOs)."
12870 msgstr ""
12871
12872 #. type: textblock
12873 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2999
12874 msgid ""
12875 "The C<mode> parameter should be the mode, using the standard constants.  "
12876 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12877 "used when creating block and character special devices."
12878 msgstr ""
12879
12880 #. type: textblock
12881 #: ../src/guestfs-actions.pod:4448
12882 msgid ""
12883 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12884 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12885 "regular file).  These constants are available in the standard Linux header "
12886 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12887 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12888 "the appropriate constant for you."
12889 msgstr ""
12890
12891 #. type: =head2
12892 #: ../src/guestfs-actions.pod:4462
12893 msgid "guestfs_mknod_b"
12894 msgstr ""
12895
12896 #. type: verbatim
12897 #: ../src/guestfs-actions.pod:4464
12898 #, no-wrap
12899 msgid ""
12900 " int\n"
12901 " guestfs_mknod_b (guestfs_h *g,\n"
12902 "                  int mode,\n"
12903 "                  int devmajor,\n"
12904 "                  int devminor,\n"
12905 "                  const char *path);\n"
12906 "\n"
12907 msgstr ""
12908
12909 #. type: textblock
12910 #: ../src/guestfs-actions.pod:4471
12911 msgid ""
12912 "This call creates a block device node called C<path> with mode C<mode> and "
12913 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12914 "wrapper around C<guestfs_mknod>."
12915 msgstr ""
12916
12917 #. type: =head2
12918 #: ../src/guestfs-actions.pod:4481
12919 msgid "guestfs_mknod_c"
12920 msgstr ""
12921
12922 #. type: verbatim
12923 #: ../src/guestfs-actions.pod:4483
12924 #, no-wrap
12925 msgid ""
12926 " int\n"
12927 " guestfs_mknod_c (guestfs_h *g,\n"
12928 "                  int mode,\n"
12929 "                  int devmajor,\n"
12930 "                  int devminor,\n"
12931 "                  const char *path);\n"
12932 "\n"
12933 msgstr ""
12934
12935 #. type: textblock
12936 #: ../src/guestfs-actions.pod:4490
12937 msgid ""
12938 "This call creates a char device node called C<path> with mode C<mode> and "
12939 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12940 "wrapper around C<guestfs_mknod>."
12941 msgstr ""
12942
12943 #. type: =head2
12944 #: ../src/guestfs-actions.pod:4500
12945 msgid "guestfs_mkswap"
12946 msgstr ""
12947
12948 #. type: verbatim
12949 #: ../src/guestfs-actions.pod:4502
12950 #, no-wrap
12951 msgid ""
12952 " int\n"
12953 " guestfs_mkswap (guestfs_h *g,\n"
12954 "                 const char *device);\n"
12955 "\n"
12956 msgstr ""
12957
12958 #. type: textblock
12959 #: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3038
12960 msgid "Create a swap partition on C<device>."
12961 msgstr ""
12962
12963 #. type: =head2
12964 #: ../src/guestfs-actions.pod:4512
12965 msgid "guestfs_mkswap_L"
12966 msgstr ""
12967
12968 #. type: verbatim
12969 #: ../src/guestfs-actions.pod:4514
12970 #, no-wrap
12971 msgid ""
12972 " int\n"
12973 " guestfs_mkswap_L (guestfs_h *g,\n"
12974 "                   const char *label,\n"
12975 "                   const char *device);\n"
12976 "\n"
12977 msgstr ""
12978
12979 #. type: textblock
12980 #: ../src/guestfs-actions.pod:4519 ../fish/guestfish-actions.pod:3044
12981 msgid "Create a swap partition on C<device> with label C<label>."
12982 msgstr ""
12983
12984 #. type: textblock
12985 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3046
12986 msgid ""
12987 "Note that you cannot attach a swap label to a block device "
12988 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12989 "the kernel or swap tools."
12990 msgstr ""
12991
12992 #. type: =head2
12993 #: ../src/guestfs-actions.pod:4529
12994 msgid "guestfs_mkswap_U"
12995 msgstr ""
12996
12997 #. type: verbatim
12998 #: ../src/guestfs-actions.pod:4531
12999 #, no-wrap
13000 msgid ""
13001 " int\n"
13002 " guestfs_mkswap_U (guestfs_h *g,\n"
13003 "                   const char *uuid,\n"
13004 "                   const char *device);\n"
13005 "\n"
13006 msgstr ""
13007
13008 #. type: textblock
13009 #: ../src/guestfs-actions.pod:4536 ../fish/guestfish-actions.pod:3054
13010 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13011 msgstr ""
13012
13013 #. type: =head2
13014 #: ../src/guestfs-actions.pod:4542
13015 msgid "guestfs_mkswap_file"
13016 msgstr ""
13017
13018 #. type: verbatim
13019 #: ../src/guestfs-actions.pod:4544
13020 #, no-wrap
13021 msgid ""
13022 " int\n"
13023 " guestfs_mkswap_file (guestfs_h *g,\n"
13024 "                      const char *path);\n"
13025 "\n"
13026 msgstr ""
13027
13028 #. type: textblock
13029 #: ../src/guestfs-actions.pod:4548 ../fish/guestfish-actions.pod:3060
13030 msgid "Create a swap file."
13031 msgstr ""
13032
13033 #. type: textblock
13034 #: ../src/guestfs-actions.pod:4550
13035 msgid ""
13036 "This command just writes a swap file signature to an existing file.  To "
13037 "create the file itself, use something like C<guestfs_fallocate>."
13038 msgstr ""
13039
13040 #. type: =head2
13041 #: ../src/guestfs-actions.pod:4557
13042 msgid "guestfs_modprobe"
13043 msgstr ""
13044
13045 #. type: verbatim
13046 #: ../src/guestfs-actions.pod:4559
13047 #, no-wrap
13048 msgid ""
13049 " int\n"
13050 " guestfs_modprobe (guestfs_h *g,\n"
13051 "                   const char *modulename);\n"
13052 "\n"
13053 msgstr ""
13054
13055 #. type: textblock
13056 #: ../src/guestfs-actions.pod:4563 ../fish/guestfish-actions.pod:3069
13057 msgid "This loads a kernel module in the appliance."
13058 msgstr ""
13059
13060 #. type: textblock
13061 #: ../src/guestfs-actions.pod:4565 ../fish/guestfish-actions.pod:3071
13062 msgid ""
13063 "The kernel module must have been whitelisted when libguestfs was built (see "
13064 "C<appliance/kmod.whitelist.in> in the source)."
13065 msgstr ""
13066
13067 #. type: =head2
13068 #: ../src/guestfs-actions.pod:4572
13069 msgid "guestfs_mount"
13070 msgstr ""
13071
13072 #. type: verbatim
13073 #: ../src/guestfs-actions.pod:4574
13074 #, no-wrap
13075 msgid ""
13076 " int\n"
13077 " guestfs_mount (guestfs_h *g,\n"
13078 "                const char *device,\n"
13079 "                const char *mountpoint);\n"
13080 "\n"
13081 msgstr ""
13082
13083 #. type: textblock
13084 #: ../src/guestfs-actions.pod:4579 ../fish/guestfish-actions.pod:3078
13085 msgid ""
13086 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13087 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13088 "those block devices contain partitions, they will have the usual names "
13089 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13090 msgstr ""
13091
13092 #. type: textblock
13093 #: ../src/guestfs-actions.pod:4585 ../fish/guestfish-actions.pod:3084
13094 msgid ""
13095 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13096 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13097 "mounted on directories which already exist."
13098 msgstr ""
13099
13100 #. type: textblock
13101 #: ../src/guestfs-actions.pod:4590 ../fish/guestfish-actions.pod:3089
13102 msgid ""
13103 "The mounted filesystem is writable, if we have sufficient permissions on the "
13104 "underlying device."
13105 msgstr ""
13106
13107 #. type: textblock
13108 #: ../src/guestfs-actions.pod:4593
13109 msgid ""
13110 "B<Important note:> When you use this call, the filesystem options C<sync> "
13111 "and C<noatime> are set implicitly.  This was originally done because we "
13112 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13113 "very large negative performance impact and negligible effect on "
13114 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13115 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13116 "(use an empty string for the first parameter if you don't want any options)."
13117 msgstr ""
13118
13119 #. type: =head2
13120 #: ../src/guestfs-actions.pod:4607
13121 msgid "guestfs_mount_loop"
13122 msgstr ""
13123
13124 #. type: verbatim
13125 #: ../src/guestfs-actions.pod:4609
13126 #, no-wrap
13127 msgid ""
13128 " int\n"
13129 " guestfs_mount_loop (guestfs_h *g,\n"
13130 "                     const char *file,\n"
13131 "                     const char *mountpoint);\n"
13132 "\n"
13133 msgstr ""
13134
13135 #. type: textblock
13136 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3106
13137 msgid ""
13138 "This command lets you mount C<file> (a filesystem image in a file) on a "
13139 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13140 "mountpoint>."
13141 msgstr ""
13142
13143 #. type: =head2
13144 #: ../src/guestfs-actions.pod:4622
13145 msgid "guestfs_mount_options"
13146 msgstr ""
13147
13148 #. type: verbatim
13149 #: ../src/guestfs-actions.pod:4624
13150 #, no-wrap
13151 msgid ""
13152 " int\n"
13153 " guestfs_mount_options (guestfs_h *g,\n"
13154 "                        const char *options,\n"
13155 "                        const char *device,\n"
13156 "                        const char *mountpoint);\n"
13157 "\n"
13158 msgstr ""
13159
13160 #. type: textblock
13161 #: ../src/guestfs-actions.pod:4630
13162 msgid ""
13163 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13164 "the mount options as for the L<mount(8)> I<-o> flag."
13165 msgstr ""
13166
13167 #. type: textblock
13168 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3118
13169 msgid ""
13170 "If the C<options> parameter is an empty string, then no options are passed "
13171 "(all options default to whatever the filesystem uses)."
13172 msgstr ""
13173
13174 #. type: textblock
13175 #: ../src/guestfs-actions.pod:4640 ../src/guestfs-actions.pod:4654 ../src/guestfs-actions.pod:4671
13176 msgid "(Added in 1.0.10)"
13177 msgstr ""
13178
13179 #. type: =head2
13180 #: ../src/guestfs-actions.pod:4642
13181 msgid "guestfs_mount_ro"
13182 msgstr ""
13183
13184 #. type: verbatim
13185 #: ../src/guestfs-actions.pod:4644
13186 #, no-wrap
13187 msgid ""
13188 " int\n"
13189 " guestfs_mount_ro (guestfs_h *g,\n"
13190 "                   const char *device,\n"
13191 "                   const char *mountpoint);\n"
13192 "\n"
13193 msgstr ""
13194
13195 #. type: textblock
13196 #: ../src/guestfs-actions.pod:4649
13197 msgid ""
13198 "This is the same as the C<guestfs_mount> command, but it mounts the "
13199 "filesystem with the read-only (I<-o ro>) flag."
13200 msgstr ""
13201
13202 #. type: =head2
13203 #: ../src/guestfs-actions.pod:4656
13204 msgid "guestfs_mount_vfs"
13205 msgstr ""
13206
13207 #. type: verbatim
13208 #: ../src/guestfs-actions.pod:4658
13209 #, no-wrap
13210 msgid ""
13211 " int\n"
13212 " guestfs_mount_vfs (guestfs_h *g,\n"
13213 "                    const char *options,\n"
13214 "                    const char *vfstype,\n"
13215 "                    const char *device,\n"
13216 "                    const char *mountpoint);\n"
13217 "\n"
13218 msgstr ""
13219
13220 #. type: textblock
13221 #: ../src/guestfs-actions.pod:4665
13222 msgid ""
13223 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13224 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13225 "I<-t> flags."
13226 msgstr ""
13227
13228 #. type: =head2
13229 #: ../src/guestfs-actions.pod:4673
13230 msgid "guestfs_mountpoints"
13231 msgstr ""
13232
13233 #. type: verbatim
13234 #: ../src/guestfs-actions.pod:4675
13235 #, no-wrap
13236 msgid ""
13237 " char **\n"
13238 " guestfs_mountpoints (guestfs_h *g);\n"
13239 "\n"
13240 msgstr ""
13241
13242 #. type: textblock
13243 #: ../src/guestfs-actions.pod:4678
13244 msgid ""
13245 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13246 "devices.  This one returns a hash table (map) of device name to directory "
13247 "where the device is mounted."
13248 msgstr ""
13249
13250 #. type: =head2
13251 #: ../src/guestfs-actions.pod:4690
13252 msgid "guestfs_mounts"
13253 msgstr ""
13254
13255 #. type: verbatim
13256 #: ../src/guestfs-actions.pod:4692
13257 #, no-wrap
13258 msgid ""
13259 " char **\n"
13260 " guestfs_mounts (guestfs_h *g);\n"
13261 "\n"
13262 msgstr ""
13263
13264 #. type: textblock
13265 #: ../src/guestfs-actions.pod:4695 ../fish/guestfish-actions.pod:3149
13266 msgid ""
13267 "This returns the list of currently mounted filesystems.  It returns the list "
13268 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13269 msgstr ""
13270
13271 #. type: textblock
13272 #: ../src/guestfs-actions.pod:4698 ../fish/guestfish-actions.pod:3152
13273 msgid "Some internal mounts are not shown."
13274 msgstr ""
13275
13276 #. type: textblock
13277 #: ../src/guestfs-actions.pod:4700
13278 msgid "See also: C<guestfs_mountpoints>"
13279 msgstr ""
13280
13281 #. type: =head2
13282 #: ../src/guestfs-actions.pod:4708
13283 msgid "guestfs_mv"
13284 msgstr ""
13285
13286 #. type: verbatim
13287 #: ../src/guestfs-actions.pod:4710
13288 #, no-wrap
13289 msgid ""
13290 " int\n"
13291 " guestfs_mv (guestfs_h *g,\n"
13292 "             const char *src,\n"
13293 "             const char *dest);\n"
13294 "\n"
13295 msgstr ""
13296
13297 #. type: textblock
13298 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3160
13299 msgid ""
13300 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13301 "destination filename or destination directory."
13302 msgstr ""
13303
13304 #. type: =head2
13305 #: ../src/guestfs-actions.pod:4722
13306 msgid "guestfs_ntfs_3g_probe"
13307 msgstr ""
13308
13309 #. type: verbatim
13310 #: ../src/guestfs-actions.pod:4724
13311 #, no-wrap
13312 msgid ""
13313 " int\n"
13314 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13315 "                        int rw,\n"
13316 "                        const char *device);\n"
13317 "\n"
13318 msgstr ""
13319
13320 #. type: textblock
13321 #: ../src/guestfs-actions.pod:4729 ../fish/guestfish-actions.pod:3167
13322 msgid ""
13323 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13324 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13325 "read-write, and some cannot be mounted at all)."
13326 msgstr ""
13327
13328 #. type: textblock
13329 #: ../src/guestfs-actions.pod:4733 ../fish/guestfish-actions.pod:3171
13330 msgid ""
13331 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13332 "can be mounted read-write.  Set it to false if you want to test if the "
13333 "volume can be mounted read-only."
13334 msgstr ""
13335
13336 #. type: textblock
13337 #: ../src/guestfs-actions.pod:4737 ../fish/guestfish-actions.pod:3175
13338 msgid ""
13339 "The return value is an integer which C<0> if the operation would succeed, or "
13340 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13341 msgstr ""
13342
13343 #. type: textblock
13344 #: ../src/guestfs-actions.pod:4743
13345 msgid "(Added in 1.0.43)"
13346 msgstr ""
13347
13348 #. type: =head2
13349 #: ../src/guestfs-actions.pod:4745
13350 msgid "guestfs_ntfsresize"
13351 msgstr ""
13352
13353 #. type: verbatim
13354 #: ../src/guestfs-actions.pod:4747
13355 #, no-wrap
13356 msgid ""
13357 " int\n"
13358 " guestfs_ntfsresize (guestfs_h *g,\n"
13359 "                     const char *device);\n"
13360 "\n"
13361 msgstr ""
13362
13363 #. type: textblock
13364 #: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3183
13365 msgid ""
13366 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13367 "size of the underlying device.  See also L<ntfsresize(8)>."
13368 msgstr ""
13369
13370 #. type: =head2
13371 #: ../src/guestfs-actions.pod:4759
13372 msgid "guestfs_ntfsresize_size"
13373 msgstr ""
13374
13375 #. type: verbatim
13376 #: ../src/guestfs-actions.pod:4761
13377 #, no-wrap
13378 msgid ""
13379 " int\n"
13380 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13381 "                          const char *device,\n"
13382 "                          int64_t size);\n"
13383 "\n"
13384 msgstr ""
13385
13386 #. type: textblock
13387 #: ../src/guestfs-actions.pod:4766
13388 msgid ""
13389 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13390 "to specify the new size (in bytes) explicitly."
13391 msgstr ""
13392
13393 #. type: textblock
13394 #: ../src/guestfs-actions.pod:4771 ../src/guestfs-actions.pod:5207 ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:7117
13395 msgid "(Added in 1.3.14)"
13396 msgstr ""
13397
13398 #. type: =head2
13399 #: ../src/guestfs-actions.pod:4773
13400 msgid "guestfs_part_add"
13401 msgstr ""
13402
13403 #. type: verbatim
13404 #: ../src/guestfs-actions.pod:4775
13405 #, no-wrap
13406 msgid ""
13407 " int\n"
13408 " guestfs_part_add (guestfs_h *g,\n"
13409 "                   const char *device,\n"
13410 "                   const char *prlogex,\n"
13411 "                   int64_t startsect,\n"
13412 "                   int64_t endsect);\n"
13413 "\n"
13414 msgstr ""
13415
13416 #. type: textblock
13417 #: ../src/guestfs-actions.pod:4782
13418 msgid ""
13419 "This command adds a partition to C<device>.  If there is no partition table "
13420 "on the device, call C<guestfs_part_init> first."
13421 msgstr ""
13422
13423 #. type: textblock
13424 #: ../src/guestfs-actions.pod:4785 ../fish/guestfish-actions.pod:3201
13425 msgid ""
13426 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13427 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13428 "C<logical>) and C<e> (or C<extended>) partition types."
13429 msgstr ""
13430
13431 #. type: textblock
13432 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3206
13433 msgid ""
13434 "C<startsect> and C<endsect> are the start and end of the partition in "
13435 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13436 "from the end of the disk (C<-1> is the last sector)."
13437 msgstr ""
13438
13439 #. type: textblock
13440 #: ../src/guestfs-actions.pod:4794
13441 msgid ""
13442 "Creating a partition which covers the whole disk is not so easy.  Use "
13443 "C<guestfs_part_disk> to do that."
13444 msgstr ""
13445
13446 #. type: textblock
13447 #: ../src/guestfs-actions.pod:4799 ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:4890 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:5006 ../src/guestfs-actions.pod:5025 ../src/guestfs-actions.pod:5065
13448 msgid "(Added in 1.0.78)"
13449 msgstr ""
13450
13451 #. type: =head2
13452 #: ../src/guestfs-actions.pod:4801
13453 msgid "guestfs_part_del"
13454 msgstr ""
13455
13456 #. type: verbatim
13457 #: ../src/guestfs-actions.pod:4803
13458 #, no-wrap
13459 msgid ""
13460 " int\n"
13461 " guestfs_part_del (guestfs_h *g,\n"
13462 "                   const char *device,\n"
13463 "                   int partnum);\n"
13464 "\n"
13465 msgstr ""
13466
13467 #. type: textblock
13468 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3217
13469 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13470 msgstr ""
13471
13472 #. type: textblock
13473 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3219
13474 msgid ""
13475 "Note that in the case of MBR partitioning, deleting an extended partition "
13476 "also deletes any logical partitions it contains."
13477 msgstr ""
13478
13479 #. type: =head2
13480 #: ../src/guestfs-actions.pod:4818
13481 msgid "guestfs_part_disk"
13482 msgstr ""
13483
13484 #. type: verbatim
13485 #: ../src/guestfs-actions.pod:4820
13486 #, no-wrap
13487 msgid ""
13488 " int\n"
13489 " guestfs_part_disk (guestfs_h *g,\n"
13490 "                    const char *device,\n"
13491 "                    const char *parttype);\n"
13492 "\n"
13493 msgstr ""
13494
13495 #. type: textblock
13496 #: ../src/guestfs-actions.pod:4825
13497 msgid ""
13498 "This command is simply a combination of C<guestfs_part_init> followed by "
13499 "C<guestfs_part_add> to create a single primary partition covering the whole "
13500 "disk."
13501 msgstr ""
13502
13503 #. type: textblock
13504 #: ../src/guestfs-actions.pod:4829
13505 msgid ""
13506 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13507 "possible values are described in C<guestfs_part_init>."
13508 msgstr ""
13509
13510 #. type: =head2
13511 #: ../src/guestfs-actions.pod:4839
13512 msgid "guestfs_part_get_bootable"
13513 msgstr ""
13514
13515 #. type: verbatim
13516 #: ../src/guestfs-actions.pod:4841
13517 #, no-wrap
13518 msgid ""
13519 " int\n"
13520 " guestfs_part_get_bootable (guestfs_h *g,\n"
13521 "                            const char *device,\n"
13522 "                            int partnum);\n"
13523 "\n"
13524 msgstr ""
13525
13526 #. type: textblock
13527 #: ../src/guestfs-actions.pod:4846 ../fish/guestfish-actions.pod:3241
13528 msgid ""
13529 "This command returns true if the partition C<partnum> on C<device> has the "
13530 "bootable flag set."
13531 msgstr ""
13532
13533 #. type: textblock
13534 #: ../src/guestfs-actions.pod:4849
13535 msgid "See also C<guestfs_part_set_bootable>."
13536 msgstr ""
13537
13538 #. type: =head2
13539 #: ../src/guestfs-actions.pod:4855
13540 msgid "guestfs_part_get_mbr_id"
13541 msgstr ""
13542
13543 #. type: verbatim
13544 #: ../src/guestfs-actions.pod:4857
13545 #, no-wrap
13546 msgid ""
13547 " int\n"
13548 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13549 "                          const char *device,\n"
13550 "                          int partnum);\n"
13551 "\n"
13552 msgstr ""
13553
13554 #. type: textblock
13555 #: ../src/guestfs-actions.pod:4862 ../fish/guestfish-actions.pod:3250
13556 msgid ""
13557 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13558 "partition C<partnum>."
13559 msgstr ""
13560
13561 #. type: textblock
13562 #: ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:5041
13563 msgid ""
13564 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13565 "undefined results for other partition table types (see "
13566 "C<guestfs_part_get_parttype>)."
13567 msgstr ""
13568
13569 #. type: =head2
13570 #: ../src/guestfs-actions.pod:4873
13571 msgid "guestfs_part_get_parttype"
13572 msgstr ""
13573
13574 #. type: verbatim
13575 #: ../src/guestfs-actions.pod:4875
13576 #, no-wrap
13577 msgid ""
13578 " char *\n"
13579 " guestfs_part_get_parttype (guestfs_h *g,\n"
13580 "                            const char *device);\n"
13581 "\n"
13582 msgstr ""
13583
13584 #. type: textblock
13585 #: ../src/guestfs-actions.pod:4879 ../fish/guestfish-actions.pod:3261
13586 msgid ""
13587 "This command examines the partition table on C<device> and returns the "
13588 "partition table type (format) being used."
13589 msgstr ""
13590
13591 #. type: textblock
13592 #: ../src/guestfs-actions.pod:4882
13593 msgid ""
13594 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13595 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13596 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13597 msgstr ""
13598
13599 #. type: =head2
13600 #: ../src/guestfs-actions.pod:4892
13601 msgid "guestfs_part_init"
13602 msgstr ""
13603
13604 #. type: verbatim
13605 #: ../src/guestfs-actions.pod:4894
13606 #, no-wrap
13607 msgid ""
13608 " int\n"
13609 " guestfs_part_init (guestfs_h *g,\n"
13610 "                    const char *device,\n"
13611 "                    const char *parttype);\n"
13612 "\n"
13613 msgstr ""
13614
13615 #. type: textblock
13616 #: ../src/guestfs-actions.pod:4899 ../fish/guestfish-actions.pod:3273
13617 msgid ""
13618 "This creates an empty partition table on C<device> of one of the partition "
13619 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13620 "(for large disks)."
13621 msgstr ""
13622
13623 #. type: textblock
13624 #: ../src/guestfs-actions.pod:4903
13625 msgid ""
13626 "Initially there are no partitions.  Following this, you should call "
13627 "C<guestfs_part_add> for each partition required."
13628 msgstr ""
13629
13630 #. type: textblock
13631 #: ../src/guestfs-actions.pod:4906 ../fish/guestfish-actions.pod:3280
13632 msgid "Possible values for C<parttype> are:"
13633 msgstr ""
13634
13635 #. type: =item
13636 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3284
13637 msgid "B<efi> | B<gpt>"
13638 msgstr ""
13639
13640 #. type: textblock
13641 #: ../src/guestfs-actions.pod:4912 ../fish/guestfish-actions.pod:3286
13642 msgid "Intel EFI / GPT partition table."
13643 msgstr ""
13644
13645 #. type: textblock
13646 #: ../src/guestfs-actions.pod:4914 ../fish/guestfish-actions.pod:3288
13647 msgid ""
13648 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13649 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13650 "the C<mbr> format."
13651 msgstr ""
13652
13653 #. type: =item
13654 #: ../src/guestfs-actions.pod:4918 ../fish/guestfish-actions.pod:3292
13655 msgid "B<mbr> | B<msdos>"
13656 msgstr ""
13657
13658 #. type: textblock
13659 #: ../src/guestfs-actions.pod:4920 ../fish/guestfish-actions.pod:3294
13660 msgid ""
13661 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13662 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13663 "TB.  For large disks we recommend using C<gpt>."
13664 msgstr ""
13665
13666 #. type: textblock
13667 #: ../src/guestfs-actions.pod:4927 ../fish/guestfish-actions.pod:3301
13668 msgid "Other partition table types that may work but are not supported include:"
13669 msgstr ""
13670
13671 #. type: =item
13672 #: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3306
13673 msgid "B<aix>"
13674 msgstr ""
13675
13676 #. type: textblock
13677 #: ../src/guestfs-actions.pod:4934 ../fish/guestfish-actions.pod:3308
13678 msgid "AIX disk labels."
13679 msgstr ""
13680
13681 #. type: =item
13682 #: ../src/guestfs-actions.pod:4936 ../fish/guestfish-actions.pod:3310
13683 msgid "B<amiga> | B<rdb>"
13684 msgstr ""
13685
13686 #. type: textblock
13687 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3312
13688 msgid "Amiga \"Rigid Disk Block\" format."
13689 msgstr ""
13690
13691 #. type: =item
13692 #: ../src/guestfs-actions.pod:4940 ../fish/guestfish-actions.pod:3314
13693 msgid "B<bsd>"
13694 msgstr ""
13695
13696 #. type: textblock
13697 #: ../src/guestfs-actions.pod:4942 ../fish/guestfish-actions.pod:3316
13698 msgid "BSD disk labels."
13699 msgstr ""
13700
13701 #. type: =item
13702 #: ../src/guestfs-actions.pod:4944 ../fish/guestfish-actions.pod:3318
13703 msgid "B<dasd>"
13704 msgstr ""
13705
13706 #. type: textblock
13707 #: ../src/guestfs-actions.pod:4946 ../fish/guestfish-actions.pod:3320
13708 msgid "DASD, used on IBM mainframes."
13709 msgstr ""
13710
13711 #. type: =item
13712 #: ../src/guestfs-actions.pod:4948 ../fish/guestfish-actions.pod:3322
13713 msgid "B<dvh>"
13714 msgstr ""
13715
13716 #. type: textblock
13717 #: ../src/guestfs-actions.pod:4950 ../fish/guestfish-actions.pod:3324
13718 msgid "MIPS/SGI volumes."
13719 msgstr ""
13720
13721 #. type: =item
13722 #: ../src/guestfs-actions.pod:4952 ../fish/guestfish-actions.pod:3326
13723 msgid "B<mac>"
13724 msgstr ""
13725
13726 #. type: textblock
13727 #: ../src/guestfs-actions.pod:4954 ../fish/guestfish-actions.pod:3328
13728 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13729 msgstr ""
13730
13731 #. type: =item
13732 #: ../src/guestfs-actions.pod:4956 ../fish/guestfish-actions.pod:3330
13733 msgid "B<pc98>"
13734 msgstr ""
13735
13736 #. type: textblock
13737 #: ../src/guestfs-actions.pod:4958 ../fish/guestfish-actions.pod:3332
13738 msgid "NEC PC-98 format, common in Japan apparently."
13739 msgstr ""
13740
13741 #. type: =item
13742 #: ../src/guestfs-actions.pod:4960 ../fish/guestfish-actions.pod:3334
13743 msgid "B<sun>"
13744 msgstr ""
13745
13746 #. type: textblock
13747 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3336
13748 msgid "Sun disk labels."
13749 msgstr ""
13750
13751 #. type: =head2
13752 #: ../src/guestfs-actions.pod:4970
13753 msgid "guestfs_part_list"
13754 msgstr ""
13755
13756 #. type: verbatim
13757 #: ../src/guestfs-actions.pod:4972
13758 #, no-wrap
13759 msgid ""
13760 " struct guestfs_partition_list *\n"
13761 " guestfs_part_list (guestfs_h *g,\n"
13762 "                    const char *device);\n"
13763 "\n"
13764 msgstr ""
13765
13766 #. type: textblock
13767 #: ../src/guestfs-actions.pod:4976 ../fish/guestfish-actions.pod:3344
13768 msgid ""
13769 "This command parses the partition table on C<device> and returns the list of "
13770 "partitions found."
13771 msgstr ""
13772
13773 #. type: textblock
13774 #: ../src/guestfs-actions.pod:4979 ../fish/guestfish-actions.pod:3347
13775 msgid "The fields in the returned structure are:"
13776 msgstr ""
13777
13778 #. type: =item
13779 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3351
13780 msgid "B<part_num>"
13781 msgstr ""
13782
13783 #. type: textblock
13784 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3353
13785 msgid "Partition number, counting from 1."
13786 msgstr ""
13787
13788 #. type: =item
13789 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3355
13790 msgid "B<part_start>"
13791 msgstr ""
13792
13793 #. type: textblock
13794 #: ../src/guestfs-actions.pod:4989
13795 msgid ""
13796 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13797 "the device's sector size, see C<guestfs_blockdev_getss>."
13798 msgstr ""
13799
13800 #. type: =item
13801 #: ../src/guestfs-actions.pod:4992 ../fish/guestfish-actions.pod:3360
13802 msgid "B<part_end>"
13803 msgstr ""
13804
13805 #. type: textblock
13806 #: ../src/guestfs-actions.pod:4994 ../fish/guestfish-actions.pod:3362
13807 msgid "End of the partition in bytes."
13808 msgstr ""
13809
13810 #. type: =item
13811 #: ../src/guestfs-actions.pod:4996 ../fish/guestfish-actions.pod:3364
13812 msgid "B<part_size>"
13813 msgstr ""
13814
13815 #. type: textblock
13816 #: ../src/guestfs-actions.pod:4998 ../fish/guestfish-actions.pod:3366
13817 msgid "Size of the partition in bytes."
13818 msgstr ""
13819
13820 #. type: textblock
13821 #: ../src/guestfs-actions.pod:5002
13822 msgid ""
13823 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13824 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13825 "use>."
13826 msgstr ""
13827
13828 #. type: =head2
13829 #: ../src/guestfs-actions.pod:5008
13830 msgid "guestfs_part_set_bootable"
13831 msgstr ""
13832
13833 #. type: verbatim
13834 #: ../src/guestfs-actions.pod:5010
13835 #, no-wrap
13836 msgid ""
13837 " int\n"
13838 " guestfs_part_set_bootable (guestfs_h *g,\n"
13839 "                            const char *device,\n"
13840 "                            int partnum,\n"
13841 "                            int bootable);\n"
13842 "\n"
13843 msgstr ""
13844
13845 #. type: textblock
13846 #: ../src/guestfs-actions.pod:5016 ../fish/guestfish-actions.pod:3374
13847 msgid ""
13848 "This sets the bootable flag on partition numbered C<partnum> on device "
13849 "C<device>.  Note that partitions are numbered from 1."
13850 msgstr ""
13851
13852 #. type: textblock
13853 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3377
13854 msgid ""
13855 "The bootable flag is used by some operating systems (notably Windows) to "
13856 "determine which partition to boot from.  It is by no means universally "
13857 "recognized."
13858 msgstr ""
13859
13860 #. type: =head2
13861 #: ../src/guestfs-actions.pod:5027
13862 msgid "guestfs_part_set_mbr_id"
13863 msgstr ""
13864
13865 #. type: verbatim
13866 #: ../src/guestfs-actions.pod:5029
13867 #, no-wrap
13868 msgid ""
13869 " int\n"
13870 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13871 "                          const char *device,\n"
13872 "                          int partnum,\n"
13873 "                          int idbyte);\n"
13874 "\n"
13875 msgstr ""
13876
13877 #. type: textblock
13878 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3385
13879 msgid ""
13880 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13881 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13882 "documentation are in fact hexadecimal numbers, but usually documented "
13883 "without any leading \"0x\" which might be confusing."
13884 msgstr ""
13885
13886 #. type: =head2
13887 #: ../src/guestfs-actions.pod:5049
13888 msgid "guestfs_part_set_name"
13889 msgstr ""
13890
13891 #. type: verbatim
13892 #: ../src/guestfs-actions.pod:5051
13893 #, no-wrap
13894 msgid ""
13895 " int\n"
13896 " guestfs_part_set_name (guestfs_h *g,\n"
13897 "                        const char *device,\n"
13898 "                        int partnum,\n"
13899 "                        const char *name);\n"
13900 "\n"
13901 msgstr ""
13902
13903 #. type: textblock
13904 #: ../src/guestfs-actions.pod:5057 ../fish/guestfish-actions.pod:3399
13905 msgid ""
13906 "This sets the partition name on partition numbered C<partnum> on device "
13907 "C<device>.  Note that partitions are numbered from 1."
13908 msgstr ""
13909
13910 #. type: textblock
13911 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3402
13912 msgid ""
13913 "The partition name can only be set on certain types of partition table.  "
13914 "This works on C<gpt> but not on C<mbr> partitions."
13915 msgstr ""
13916
13917 #. type: =head2
13918 #: ../src/guestfs-actions.pod:5067
13919 msgid "guestfs_part_to_dev"
13920 msgstr ""
13921
13922 #. type: verbatim
13923 #: ../src/guestfs-actions.pod:5069
13924 #, no-wrap
13925 msgid ""
13926 " char *\n"
13927 " guestfs_part_to_dev (guestfs_h *g,\n"
13928 "                      const char *partition);\n"
13929 "\n"
13930 msgstr ""
13931
13932 #. type: textblock
13933 #: ../src/guestfs-actions.pod:5073 ../fish/guestfish-actions.pod:3409
13934 msgid ""
13935 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13936 "partition number, returning the device name (eg. \"/dev/sdb\")."
13937 msgstr ""
13938
13939 #. type: textblock
13940 #: ../src/guestfs-actions.pod:5077
13941 msgid ""
13942 "The named partition must exist, for example as a string returned from "
13943 "C<guestfs_list_partitions>."
13944 msgstr ""
13945
13946 #. type: =head2
13947 #: ../src/guestfs-actions.pod:5085
13948 msgid "guestfs_ping_daemon"
13949 msgstr ""
13950
13951 #. type: verbatim
13952 #: ../src/guestfs-actions.pod:5087
13953 #, no-wrap
13954 msgid ""
13955 " int\n"
13956 " guestfs_ping_daemon (guestfs_h *g);\n"
13957 "\n"
13958 msgstr ""
13959
13960 #. type: textblock
13961 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3420
13962 msgid ""
13963 "This is a test probe into the guestfs daemon running inside the qemu "
13964 "subprocess.  Calling this function checks that the daemon responds to the "
13965 "ping message, without affecting the daemon or attached block device(s) in "
13966 "any other way."
13967 msgstr ""
13968
13969 #. type: =head2
13970 #: ../src/guestfs-actions.pod:5099
13971 msgid "guestfs_pread"
13972 msgstr ""
13973
13974 #. type: verbatim
13975 #: ../src/guestfs-actions.pod:5101
13976 #, no-wrap
13977 msgid ""
13978 " char *\n"
13979 " guestfs_pread (guestfs_h *g,\n"
13980 "                const char *path,\n"
13981 "                int count,\n"
13982 "                int64_t offset,\n"
13983 "                size_t *size_r);\n"
13984 "\n"
13985 msgstr ""
13986
13987 #. type: textblock
13988 #: ../src/guestfs-actions.pod:5108 ../fish/guestfish-actions.pod:3429
13989 msgid ""
13990 "This command lets you read part of a file.  It reads C<count> bytes of the "
13991 "file, starting at C<offset>, from file C<path>."
13992 msgstr ""
13993
13994 #. type: textblock
13995 #: ../src/guestfs-actions.pod:5111 ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3432 ../fish/guestfish-actions.pod:3447
13996 msgid ""
13997 "This may read fewer bytes than requested.  For further details see the "
13998 "L<pread(2)> system call."
13999 msgstr ""
14000
14001 #. type: textblock
14002 #: ../src/guestfs-actions.pod:5114
14003 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14004 msgstr ""
14005
14006 #. type: =head2
14007 #: ../src/guestfs-actions.pod:5125
14008 msgid "guestfs_pread_device"
14009 msgstr ""
14010
14011 #. type: verbatim
14012 #: ../src/guestfs-actions.pod:5127
14013 #, no-wrap
14014 msgid ""
14015 " char *\n"
14016 " guestfs_pread_device (guestfs_h *g,\n"
14017 "                       const char *device,\n"
14018 "                       int count,\n"
14019 "                       int64_t offset,\n"
14020 "                       size_t *size_r);\n"
14021 "\n"
14022 msgstr ""
14023
14024 #. type: textblock
14025 #: ../src/guestfs-actions.pod:5134 ../fish/guestfish-actions.pod:3444
14026 msgid ""
14027 "This command lets you read part of a file.  It reads C<count> bytes of "
14028 "C<device>, starting at C<offset>."
14029 msgstr ""
14030
14031 #. type: textblock
14032 #: ../src/guestfs-actions.pod:5140
14033 msgid "See also C<guestfs_pread>."
14034 msgstr ""
14035
14036 #. type: textblock
14037 #: ../src/guestfs-actions.pod:5149
14038 msgid "(Added in 1.5.21)"
14039 msgstr ""
14040
14041 #. type: =head2
14042 #: ../src/guestfs-actions.pod:5151
14043 msgid "guestfs_pvcreate"
14044 msgstr ""
14045
14046 #. type: verbatim
14047 #: ../src/guestfs-actions.pod:5153
14048 #, no-wrap
14049 msgid ""
14050 " int\n"
14051 " guestfs_pvcreate (guestfs_h *g,\n"
14052 "                   const char *device);\n"
14053 "\n"
14054 msgstr ""
14055
14056 #. type: textblock
14057 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3459
14058 msgid ""
14059 "This creates an LVM physical volume on the named C<device>, where C<device> "
14060 "should usually be a partition name such as C</dev/sda1>."
14061 msgstr ""
14062
14063 #. type: =head2
14064 #: ../src/guestfs-actions.pod:5165
14065 msgid "guestfs_pvremove"
14066 msgstr ""
14067
14068 #. type: verbatim
14069 #: ../src/guestfs-actions.pod:5167
14070 #, no-wrap
14071 msgid ""
14072 " int\n"
14073 " guestfs_pvremove (guestfs_h *g,\n"
14074 "                   const char *device);\n"
14075 "\n"
14076 msgstr ""
14077
14078 #. type: textblock
14079 #: ../src/guestfs-actions.pod:5171 ../fish/guestfish-actions.pod:3467
14080 msgid ""
14081 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14082 "it."
14083 msgstr ""
14084
14085 #. type: textblock
14086 #: ../src/guestfs-actions.pod:5174 ../fish/guestfish-actions.pod:3470
14087 msgid ""
14088 "The implementation uses the C<pvremove> command which refuses to wipe "
14089 "physical volumes that contain any volume groups, so you have to remove those "
14090 "first."
14091 msgstr ""
14092
14093 #. type: =head2
14094 #: ../src/guestfs-actions.pod:5182
14095 msgid "guestfs_pvresize"
14096 msgstr ""
14097
14098 #. type: verbatim
14099 #: ../src/guestfs-actions.pod:5184
14100 #, no-wrap
14101 msgid ""
14102 " int\n"
14103 " guestfs_pvresize (guestfs_h *g,\n"
14104 "                   const char *device);\n"
14105 "\n"
14106 msgstr ""
14107
14108 #. type: textblock
14109 #: ../src/guestfs-actions.pod:5188 ../fish/guestfish-actions.pod:3478
14110 msgid ""
14111 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14112 "the new size of the underlying device."
14113 msgstr ""
14114
14115 #. type: =head2
14116 #: ../src/guestfs-actions.pod:5195
14117 msgid "guestfs_pvresize_size"
14118 msgstr ""
14119
14120 #. type: verbatim
14121 #: ../src/guestfs-actions.pod:5197
14122 #, no-wrap
14123 msgid ""
14124 " int\n"
14125 " guestfs_pvresize_size (guestfs_h *g,\n"
14126 "                        const char *device,\n"
14127 "                        int64_t size);\n"
14128 "\n"
14129 msgstr ""
14130
14131 #. type: textblock
14132 #: ../src/guestfs-actions.pod:5202
14133 msgid ""
14134 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14135 "specify the new size (in bytes) explicitly."
14136 msgstr ""
14137
14138 #. type: =head2
14139 #: ../src/guestfs-actions.pod:5209
14140 msgid "guestfs_pvs"
14141 msgstr ""
14142
14143 #. type: verbatim
14144 #: ../src/guestfs-actions.pod:5211
14145 #, no-wrap
14146 msgid ""
14147 " char **\n"
14148 " guestfs_pvs (guestfs_h *g);\n"
14149 "\n"
14150 msgstr ""
14151
14152 #. type: textblock
14153 #: ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:3492
14154 msgid ""
14155 "List all the physical volumes detected.  This is the equivalent of the "
14156 "L<pvs(8)> command."
14157 msgstr ""
14158
14159 #. type: textblock
14160 #: ../src/guestfs-actions.pod:5217 ../fish/guestfish-actions.pod:3495
14161 msgid ""
14162 "This returns a list of just the device names that contain PVs "
14163 "(eg. C</dev/sda2>)."
14164 msgstr ""
14165
14166 #. type: textblock
14167 #: ../src/guestfs-actions.pod:5220
14168 msgid "See also C<guestfs_pvs_full>."
14169 msgstr ""
14170
14171 #. type: =head2
14172 #: ../src/guestfs-actions.pod:5228
14173 msgid "guestfs_pvs_full"
14174 msgstr ""
14175
14176 #. type: verbatim
14177 #: ../src/guestfs-actions.pod:5230
14178 #, no-wrap
14179 msgid ""
14180 " struct guestfs_lvm_pv_list *\n"
14181 " guestfs_pvs_full (guestfs_h *g);\n"
14182 "\n"
14183 msgstr ""
14184
14185 #. type: textblock
14186 #: ../src/guestfs-actions.pod:5233 ../fish/guestfish-actions.pod:3504
14187 msgid ""
14188 "List all the physical volumes detected.  This is the equivalent of the "
14189 "L<pvs(8)> command.  The \"full\" version includes all fields."
14190 msgstr ""
14191
14192 #. type: textblock
14193 #: ../src/guestfs-actions.pod:5236
14194 msgid ""
14195 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14196 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14197 "use>."
14198 msgstr ""
14199
14200 #. type: =head2
14201 #: ../src/guestfs-actions.pod:5242
14202 msgid "guestfs_pvuuid"
14203 msgstr ""
14204
14205 #. type: verbatim
14206 #: ../src/guestfs-actions.pod:5244
14207 #, no-wrap
14208 msgid ""
14209 " char *\n"
14210 " guestfs_pvuuid (guestfs_h *g,\n"
14211 "                 const char *device);\n"
14212 "\n"
14213 msgstr ""
14214
14215 #. type: textblock
14216 #: ../src/guestfs-actions.pod:5248 ../fish/guestfish-actions.pod:3511
14217 msgid "This command returns the UUID of the LVM PV C<device>."
14218 msgstr ""
14219
14220 #. type: =head2
14221 #: ../src/guestfs-actions.pod:5255
14222 msgid "guestfs_pwrite"
14223 msgstr ""
14224
14225 #. type: verbatim
14226 #: ../src/guestfs-actions.pod:5257
14227 #, no-wrap
14228 msgid ""
14229 " int\n"
14230 " guestfs_pwrite (guestfs_h *g,\n"
14231 "                 const char *path,\n"
14232 "                 const char *content,\n"
14233 "                 size_t content_size,\n"
14234 "                 int64_t offset);\n"
14235 "\n"
14236 msgstr ""
14237
14238 #. type: textblock
14239 #: ../src/guestfs-actions.pod:5264 ../fish/guestfish-actions.pod:3517
14240 msgid ""
14241 "This command writes to part of a file.  It writes the data buffer C<content> "
14242 "to the file C<path> starting at offset C<offset>."
14243 msgstr ""
14244
14245 #. type: textblock
14246 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3520
14247 msgid ""
14248 "This command implements the L<pwrite(2)> system call, and like that system "
14249 "call it may not write the full data requested.  The return value is the "
14250 "number of bytes that were actually written to the file.  This could even be "
14251 "0, although short writes are unlikely for regular files in ordinary "
14252 "circumstances."
14253 msgstr ""
14254
14255 #. type: textblock
14256 #: ../src/guestfs-actions.pod:5273
14257 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14258 msgstr ""
14259
14260 #. type: =head2
14261 #: ../src/guestfs-actions.pod:5282
14262 msgid "guestfs_pwrite_device"
14263 msgstr ""
14264
14265 #. type: verbatim
14266 #: ../src/guestfs-actions.pod:5284
14267 #, no-wrap
14268 msgid ""
14269 " int\n"
14270 " guestfs_pwrite_device (guestfs_h *g,\n"
14271 "                        const char *device,\n"
14272 "                        const char *content,\n"
14273 "                        size_t content_size,\n"
14274 "                        int64_t offset);\n"
14275 "\n"
14276 msgstr ""
14277
14278 #. type: textblock
14279 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3535
14280 msgid ""
14281 "This command writes to part of a device.  It writes the data buffer "
14282 "C<content> to C<device> starting at offset C<offset>."
14283 msgstr ""
14284
14285 #. type: textblock
14286 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3538
14287 msgid ""
14288 "This command implements the L<pwrite(2)> system call, and like that system "
14289 "call it may not write the full data requested (although short writes to disk "
14290 "devices and partitions are probably impossible with standard Linux kernels)."
14291 msgstr ""
14292
14293 #. type: textblock
14294 #: ../src/guestfs-actions.pod:5299
14295 msgid "See also C<guestfs_pwrite>."
14296 msgstr ""
14297
14298 #. type: textblock
14299 #: ../src/guestfs-actions.pod:5306
14300 msgid "(Added in 1.5.20)"
14301 msgstr ""
14302
14303 #. type: =head2
14304 #: ../src/guestfs-actions.pod:5308
14305 msgid "guestfs_read_file"
14306 msgstr ""
14307
14308 #. type: verbatim
14309 #: ../src/guestfs-actions.pod:5310
14310 #, no-wrap
14311 msgid ""
14312 " char *\n"
14313 " guestfs_read_file (guestfs_h *g,\n"
14314 "                    const char *path,\n"
14315 "                    size_t *size_r);\n"
14316 "\n"
14317 msgstr ""
14318
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3552
14321 msgid "This calls returns the contents of the file C<path> as a buffer."
14322 msgstr ""
14323
14324 #. type: textblock
14325 #: ../src/guestfs-actions.pod:5318
14326 msgid ""
14327 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14328 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14329 "function is limited in the total size of file that can be handled."
14330 msgstr ""
14331
14332 #. type: textblock
14333 #: ../src/guestfs-actions.pod:5330
14334 msgid "(Added in 1.0.63)"
14335 msgstr ""
14336
14337 #. type: =head2
14338 #: ../src/guestfs-actions.pod:5332
14339 msgid "guestfs_read_lines"
14340 msgstr ""
14341
14342 #. type: verbatim
14343 #: ../src/guestfs-actions.pod:5334
14344 #, no-wrap
14345 msgid ""
14346 " char **\n"
14347 " guestfs_read_lines (guestfs_h *g,\n"
14348 "                     const char *path);\n"
14349 "\n"
14350 msgstr ""
14351
14352 #. type: textblock
14353 #: ../src/guestfs-actions.pod:5340 ../fish/guestfish-actions.pod:3569
14354 msgid ""
14355 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14356 "C<CRLF> character sequences are I<not> returned."
14357 msgstr ""
14358
14359 #. type: textblock
14360 #: ../src/guestfs-actions.pod:5343
14361 msgid ""
14362 "Note that this function cannot correctly handle binary files (specifically, "
14363 "files containing C<\\0> character which is treated as end of line).  For "
14364 "those you need to use the C<guestfs_read_file> function which has a more "
14365 "complex interface."
14366 msgstr ""
14367
14368 #. type: =head2
14369 #: ../src/guestfs-actions.pod:5354
14370 msgid "guestfs_readdir"
14371 msgstr ""
14372
14373 #. type: verbatim
14374 #: ../src/guestfs-actions.pod:5356
14375 #, no-wrap
14376 msgid ""
14377 " struct guestfs_dirent_list *\n"
14378 " guestfs_readdir (guestfs_h *g,\n"
14379 "                  const char *dir);\n"
14380 "\n"
14381 msgstr ""
14382
14383 #. type: textblock
14384 #: ../src/guestfs-actions.pod:5360 ../fish/guestfish-actions.pod:3581
14385 msgid "This returns the list of directory entries in directory C<dir>."
14386 msgstr ""
14387
14388 #. type: textblock
14389 #: ../src/guestfs-actions.pod:5362 ../fish/guestfish-actions.pod:3583
14390 msgid ""
14391 "All entries in the directory are returned, including C<.> and C<..>.  The "
14392 "entries are I<not> sorted, but returned in the same order as the underlying "
14393 "filesystem."
14394 msgstr ""
14395
14396 #. type: textblock
14397 #: ../src/guestfs-actions.pod:5366 ../fish/guestfish-actions.pod:3587
14398 msgid ""
14399 "Also this call returns basic file type information about each file.  The "
14400 "C<ftyp> field will contain one of the following characters:"
14401 msgstr ""
14402
14403 #. type: =item
14404 #: ../src/guestfs-actions.pod:5371 ../fish/guestfish-actions.pod:3592
14405 msgid "'b'"
14406 msgstr ""
14407
14408 #. type: textblock
14409 #: ../src/guestfs-actions.pod:5373 ../fish/guestfish-actions.pod:3594
14410 msgid "Block special"
14411 msgstr ""
14412
14413 #. type: =item
14414 #: ../src/guestfs-actions.pod:5375 ../fish/guestfish-actions.pod:3596
14415 msgid "'c'"
14416 msgstr ""
14417
14418 #. type: textblock
14419 #: ../src/guestfs-actions.pod:5377 ../fish/guestfish-actions.pod:3598
14420 msgid "Char special"
14421 msgstr ""
14422
14423 #. type: =item
14424 #: ../src/guestfs-actions.pod:5379 ../fish/guestfish-actions.pod:3600
14425 msgid "'d'"
14426 msgstr ""
14427
14428 #. type: textblock
14429 #: ../src/guestfs-actions.pod:5381 ../fish/guestfish-actions.pod:3602
14430 msgid "Directory"
14431 msgstr ""
14432
14433 #. type: =item
14434 #: ../src/guestfs-actions.pod:5383 ../fish/guestfish-actions.pod:3604
14435 msgid "'f'"
14436 msgstr ""
14437
14438 #. type: textblock
14439 #: ../src/guestfs-actions.pod:5385 ../fish/guestfish-actions.pod:3606
14440 msgid "FIFO (named pipe)"
14441 msgstr ""
14442
14443 #. type: =item
14444 #: ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:3608
14445 msgid "'l'"
14446 msgstr ""
14447
14448 #. type: textblock
14449 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3610
14450 msgid "Symbolic link"
14451 msgstr ""
14452
14453 #. type: =item
14454 #: ../src/guestfs-actions.pod:5391 ../fish/guestfish-actions.pod:3612
14455 msgid "'r'"
14456 msgstr ""
14457
14458 #. type: textblock
14459 #: ../src/guestfs-actions.pod:5393 ../fish/guestfish-actions.pod:3614
14460 msgid "Regular file"
14461 msgstr ""
14462
14463 #. type: =item
14464 #: ../src/guestfs-actions.pod:5395 ../fish/guestfish-actions.pod:3616
14465 msgid "'s'"
14466 msgstr ""
14467
14468 #. type: textblock
14469 #: ../src/guestfs-actions.pod:5397 ../fish/guestfish-actions.pod:3618
14470 msgid "Socket"
14471 msgstr ""
14472
14473 #. type: =item
14474 #: ../src/guestfs-actions.pod:5399 ../fish/guestfish-actions.pod:3620
14475 msgid "'u'"
14476 msgstr ""
14477
14478 #. type: textblock
14479 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3622
14480 msgid "Unknown file type"
14481 msgstr ""
14482
14483 #. type: =item
14484 #: ../src/guestfs-actions.pod:5403 ../fish/guestfish-actions.pod:3624
14485 msgid "'?'"
14486 msgstr ""
14487
14488 #. type: textblock
14489 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3626
14490 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14491 msgstr ""
14492
14493 #. type: textblock
14494 #: ../src/guestfs-actions.pod:5410
14495 msgid ""
14496 "This function is primarily intended for use by programs.  To get a simple "
14497 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14498 "consumption, use C<guestfs_ll>."
14499 msgstr ""
14500
14501 #. type: textblock
14502 #: ../src/guestfs-actions.pod:5414
14503 msgid ""
14504 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14505 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14506 "use>."
14507 msgstr ""
14508
14509 #. type: =head2
14510 #: ../src/guestfs-actions.pod:5420
14511 msgid "guestfs_readlink"
14512 msgstr ""
14513
14514 #. type: verbatim
14515 #: ../src/guestfs-actions.pod:5422
14516 #, no-wrap
14517 msgid ""
14518 " char *\n"
14519 " guestfs_readlink (guestfs_h *g,\n"
14520 "                   const char *path);\n"
14521 "\n"
14522 msgstr ""
14523
14524 #. type: textblock
14525 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3639
14526 msgid "This command reads the target of a symbolic link."
14527 msgstr ""
14528
14529 #. type: =head2
14530 #: ../src/guestfs-actions.pod:5433
14531 msgid "guestfs_readlinklist"
14532 msgstr ""
14533
14534 #. type: verbatim
14535 #: ../src/guestfs-actions.pod:5435
14536 #, no-wrap
14537 msgid ""
14538 " char **\n"
14539 " guestfs_readlinklist (guestfs_h *g,\n"
14540 "                       const char *path,\n"
14541 "                       char *const *names);\n"
14542 "\n"
14543 msgstr ""
14544
14545 #. type: textblock
14546 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3645
14547 msgid ""
14548 "This call allows you to do a C<readlink> operation on multiple files, where "
14549 "all files are in the directory C<path>.  C<names> is the list of files from "
14550 "this directory."
14551 msgstr ""
14552
14553 #. type: textblock
14554 #: ../src/guestfs-actions.pod:5444 ../fish/guestfish-actions.pod:3649
14555 msgid ""
14556 "On return you get a list of strings, with a one-to-one correspondence to the "
14557 "C<names> list.  Each string is the value of the symbolic link."
14558 msgstr ""
14559
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:5448 ../fish/guestfish-actions.pod:3653
14562 msgid ""
14563 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14564 "result string is the empty string C<\"\">.  However the whole operation is "
14565 "completed even if there were C<readlink(2)> errors, and so you can call this "
14566 "function with names where you don't know if they are symbolic links already "
14567 "(albeit slightly less efficient)."
14568 msgstr ""
14569
14570 #. type: textblock
14571 #: ../src/guestfs-actions.pod:5455 ../fish/guestfish-actions.pod:3660
14572 msgid ""
14573 "This call is intended for programs that want to efficiently list a directory "
14574 "contents without making many round-trips.  Very long directory listings "
14575 "might cause the protocol message size to be exceeded, causing this call to "
14576 "fail.  The caller must split up such requests into smaller groups of names."
14577 msgstr ""
14578
14579 #. type: =head2
14580 #: ../src/guestfs-actions.pod:5468
14581 msgid "guestfs_realpath"
14582 msgstr ""
14583
14584 #. type: verbatim
14585 #: ../src/guestfs-actions.pod:5470
14586 #, no-wrap
14587 msgid ""
14588 " char *\n"
14589 " guestfs_realpath (guestfs_h *g,\n"
14590 "                   const char *path);\n"
14591 "\n"
14592 msgstr ""
14593
14594 #. type: textblock
14595 #: ../src/guestfs-actions.pod:5474 ../fish/guestfish-actions.pod:3671
14596 msgid ""
14597 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14598 "has no C<.>, C<..> or symbolic link path elements."
14599 msgstr ""
14600
14601 #. type: =head2
14602 #: ../src/guestfs-actions.pod:5482
14603 msgid "guestfs_removexattr"
14604 msgstr ""
14605
14606 #. type: verbatim
14607 #: ../src/guestfs-actions.pod:5484
14608 #, no-wrap
14609 msgid ""
14610 " int\n"
14611 " guestfs_removexattr (guestfs_h *g,\n"
14612 "                      const char *xattr,\n"
14613 "                      const char *path);\n"
14614 "\n"
14615 msgstr ""
14616
14617 #. type: textblock
14618 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3678
14619 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14620 msgstr ""
14621
14622 #. type: textblock
14623 #: ../src/guestfs-actions.pod:5492
14624 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14625 msgstr ""
14626
14627 #. type: =head2
14628 #: ../src/guestfs-actions.pod:5498
14629 msgid "guestfs_resize2fs"
14630 msgstr ""
14631
14632 #. type: verbatim
14633 #: ../src/guestfs-actions.pod:5500
14634 #, no-wrap
14635 msgid ""
14636 " int\n"
14637 " guestfs_resize2fs (guestfs_h *g,\n"
14638 "                    const char *device);\n"
14639 "\n"
14640 msgstr ""
14641
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3687
14644 msgid ""
14645 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14646 "underlying device."
14647 msgstr ""
14648
14649 #. type: textblock
14650 #: ../src/guestfs-actions.pod:5507
14651 msgid ""
14652 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14653 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14654 "sometimes gives an error about this and sometimes not.  In any case, it is "
14655 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14656 msgstr ""
14657
14658 #. type: =head2
14659 #: ../src/guestfs-actions.pod:5517
14660 msgid "guestfs_resize2fs_M"
14661 msgstr ""
14662
14663 #. type: verbatim
14664 #: ../src/guestfs-actions.pod:5519
14665 #, no-wrap
14666 msgid ""
14667 " int\n"
14668 " guestfs_resize2fs_M (guestfs_h *g,\n"
14669 "                      const char *device);\n"
14670 "\n"
14671 msgstr ""
14672
14673 #. type: textblock
14674 #: ../src/guestfs-actions.pod:5523
14675 msgid ""
14676 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14677 "resized to its minimum size.  This works like the C<-M> option to the "
14678 "C<resize2fs> command."
14679 msgstr ""
14680
14681 #. type: textblock
14682 #: ../src/guestfs-actions.pod:5527
14683 msgid ""
14684 "To get the resulting size of the filesystem you should call "
14685 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14686 "These two numbers, multiplied together, give the resulting size of the "
14687 "minimal filesystem in bytes."
14688 msgstr ""
14689
14690 #. type: =head2
14691 #: ../src/guestfs-actions.pod:5534
14692 msgid "guestfs_resize2fs_size"
14693 msgstr ""
14694
14695 #. type: verbatim
14696 #: ../src/guestfs-actions.pod:5536
14697 #, no-wrap
14698 msgid ""
14699 " int\n"
14700 " guestfs_resize2fs_size (guestfs_h *g,\n"
14701 "                         const char *device,\n"
14702 "                         int64_t size);\n"
14703 "\n"
14704 msgstr ""
14705
14706 #. type: textblock
14707 #: ../src/guestfs-actions.pod:5541
14708 msgid ""
14709 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14710 "to specify the new size (in bytes) explicitly."
14711 msgstr ""
14712
14713 #. type: =head2
14714 #: ../src/guestfs-actions.pod:5548
14715 msgid "guestfs_rm"
14716 msgstr ""
14717
14718 #. type: verbatim
14719 #: ../src/guestfs-actions.pod:5550
14720 #, no-wrap
14721 msgid ""
14722 " int\n"
14723 " guestfs_rm (guestfs_h *g,\n"
14724 "             const char *path);\n"
14725 "\n"
14726 msgstr ""
14727
14728 #. type: textblock
14729 #: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3720
14730 msgid "Remove the single file C<path>."
14731 msgstr ""
14732
14733 #. type: =head2
14734 #: ../src/guestfs-actions.pod:5560
14735 msgid "guestfs_rm_rf"
14736 msgstr ""
14737
14738 #. type: verbatim
14739 #: ../src/guestfs-actions.pod:5562
14740 #, no-wrap
14741 msgid ""
14742 " int\n"
14743 " guestfs_rm_rf (guestfs_h *g,\n"
14744 "                const char *path);\n"
14745 "\n"
14746 msgstr ""
14747
14748 #. type: textblock
14749 #: ../src/guestfs-actions.pod:5566 ../fish/guestfish-actions.pod:3726
14750 msgid ""
14751 "Remove the file or directory C<path>, recursively removing the contents if "
14752 "its a directory.  This is like the C<rm -rf> shell command."
14753 msgstr ""
14754
14755 #. type: =head2
14756 #: ../src/guestfs-actions.pod:5574
14757 msgid "guestfs_rmdir"
14758 msgstr ""
14759
14760 #. type: verbatim
14761 #: ../src/guestfs-actions.pod:5576
14762 #, no-wrap
14763 msgid ""
14764 " int\n"
14765 " guestfs_rmdir (guestfs_h *g,\n"
14766 "                const char *path);\n"
14767 "\n"
14768 msgstr ""
14769
14770 #. type: textblock
14771 #: ../src/guestfs-actions.pod:5580 ../fish/guestfish-actions.pod:3734
14772 msgid "Remove the single directory C<path>."
14773 msgstr ""
14774
14775 #. type: =head2
14776 #: ../src/guestfs-actions.pod:5586
14777 msgid "guestfs_rmmountpoint"
14778 msgstr ""
14779
14780 #. type: verbatim
14781 #: ../src/guestfs-actions.pod:5588
14782 #, no-wrap
14783 msgid ""
14784 " int\n"
14785 " guestfs_rmmountpoint (guestfs_h *g,\n"
14786 "                       const char *exemptpath);\n"
14787 "\n"
14788 msgstr ""
14789
14790 #. type: textblock
14791 #: ../src/guestfs-actions.pod:5592
14792 msgid ""
14793 "This calls removes a mountpoint that was previously created with "
14794 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14795 msgstr ""
14796
14797 #. type: =head2
14798 #: ../src/guestfs-actions.pod:5600
14799 msgid "guestfs_scrub_device"
14800 msgstr ""
14801
14802 #. type: verbatim
14803 #: ../src/guestfs-actions.pod:5602
14804 #, no-wrap
14805 msgid ""
14806 " int\n"
14807 " guestfs_scrub_device (guestfs_h *g,\n"
14808 "                       const char *device);\n"
14809 "\n"
14810 msgstr ""
14811
14812 #. type: textblock
14813 #: ../src/guestfs-actions.pod:5606 ../fish/guestfish-actions.pod:3748
14814 msgid ""
14815 "This command writes patterns over C<device> to make data retrieval more "
14816 "difficult."
14817 msgstr ""
14818
14819 #. type: textblock
14820 #: ../src/guestfs-actions.pod:5609 ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:5649 ../fish/guestfish-actions.pod:3751 ../fish/guestfish-actions.pod:3766 ../fish/guestfish-actions.pod:3779
14821 msgid ""
14822 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14823 "more details."
14824 msgstr ""
14825
14826 #. type: textblock
14827 #: ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:5635 ../src/guestfs-actions.pod:5654
14828 msgid "(Added in 1.0.52)"
14829 msgstr ""
14830
14831 #. type: =head2
14832 #: ../src/guestfs-actions.pod:5619
14833 msgid "guestfs_scrub_file"
14834 msgstr ""
14835
14836 #. type: verbatim
14837 #: ../src/guestfs-actions.pod:5621
14838 #, no-wrap
14839 msgid ""
14840 " int\n"
14841 " guestfs_scrub_file (guestfs_h *g,\n"
14842 "                     const char *file);\n"
14843 "\n"
14844 msgstr ""
14845
14846 #. type: textblock
14847 #: ../src/guestfs-actions.pod:5625 ../fish/guestfish-actions.pod:3761
14848 msgid ""
14849 "This command writes patterns over a file to make data retrieval more "
14850 "difficult."
14851 msgstr ""
14852
14853 #. type: textblock
14854 #: ../src/guestfs-actions.pod:5628 ../fish/guestfish-actions.pod:3764
14855 msgid "The file is I<removed> after scrubbing."
14856 msgstr ""
14857
14858 #. type: =head2
14859 #: ../src/guestfs-actions.pod:5637
14860 msgid "guestfs_scrub_freespace"
14861 msgstr ""
14862
14863 #. type: verbatim
14864 #: ../src/guestfs-actions.pod:5639
14865 #, no-wrap
14866 msgid ""
14867 " int\n"
14868 " guestfs_scrub_freespace (guestfs_h *g,\n"
14869 "                          const char *dir);\n"
14870 "\n"
14871 msgstr ""
14872
14873 #. type: textblock
14874 #: ../src/guestfs-actions.pod:5643
14875 msgid ""
14876 "This command creates the directory C<dir> and then fills it with files until "
14877 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14878 "and deletes them.  The intention is to scrub any free space on the partition "
14879 "containing C<dir>."
14880 msgstr ""
14881
14882 #. type: =head2
14883 #: ../src/guestfs-actions.pod:5656
14884 msgid "guestfs_set_append"
14885 msgstr ""
14886
14887 #. type: verbatim
14888 #: ../src/guestfs-actions.pod:5658
14889 #, no-wrap
14890 msgid ""
14891 " int\n"
14892 " guestfs_set_append (guestfs_h *g,\n"
14893 "                     const char *append);\n"
14894 "\n"
14895 msgstr ""
14896
14897 #. type: textblock
14898 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3788
14899 msgid ""
14900 "This function is used to add additional options to the guest kernel command "
14901 "line."
14902 msgstr ""
14903
14904 #. type: textblock
14905 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3791
14906 msgid ""
14907 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14908 "environment variable."
14909 msgstr ""
14910
14911 #. type: textblock
14912 #: ../src/guestfs-actions.pod:5668 ../fish/guestfish-actions.pod:3794
14913 msgid ""
14914 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14915 "(libguestfs always adds a few of its own)."
14916 msgstr ""
14917
14918 #. type: =head2
14919 #: ../src/guestfs-actions.pod:5675
14920 msgid "guestfs_set_attach_method"
14921 msgstr ""
14922
14923 #. type: verbatim
14924 #: ../src/guestfs-actions.pod:5677
14925 #, no-wrap
14926 msgid ""
14927 " int\n"
14928 " guestfs_set_attach_method (guestfs_h *g,\n"
14929 "                            const char *attachmethod);\n"
14930 "\n"
14931 msgstr ""
14932
14933 #. type: textblock
14934 #: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3803
14935 msgid ""
14936 "Set the method that libguestfs uses to connect to the back end guestfsd "
14937 "daemon.  Possible methods are:"
14938 msgstr ""
14939
14940 #. type: textblock
14941 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3810
14942 msgid ""
14943 "Launch an appliance and connect to it.  This is the ordinary method and the "
14944 "default."
14945 msgstr ""
14946
14947 #. type: =item
14948 #: ../src/guestfs-actions.pod:5691 ../fish/guestfish-actions.pod:3813
14949 msgid "C<unix:I<path>>"
14950 msgstr ""
14951
14952 #. type: textblock
14953 #: ../src/guestfs-actions.pod:5693 ../fish/guestfish-actions.pod:3815
14954 msgid "Connect to the Unix domain socket I<path>."
14955 msgstr ""
14956
14957 #. type: textblock
14958 #: ../src/guestfs-actions.pod:5695 ../fish/guestfish-actions.pod:3817
14959 msgid ""
14960 "This method lets you connect to an existing daemon or (using virtio-serial) "
14961 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
14962 "RUNNING DAEMONS>."
14963 msgstr ""
14964
14965 #. type: =head2
14966 #: ../src/guestfs-actions.pod:5703
14967 msgid "guestfs_set_autosync"
14968 msgstr ""
14969
14970 #. type: verbatim
14971 #: ../src/guestfs-actions.pod:5705
14972 #, no-wrap
14973 msgid ""
14974 " int\n"
14975 " guestfs_set_autosync (guestfs_h *g,\n"
14976 "                       int autosync);\n"
14977 "\n"
14978 msgstr ""
14979
14980 #. type: textblock
14981 #: ../src/guestfs-actions.pod:5709 ../fish/guestfish-actions.pod:3829
14982 msgid ""
14983 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14984 "effort attempt to make filesystems consistent and synchronized when the "
14985 "handle is closed (also if the program exits without closing handles)."
14986 msgstr ""
14987
14988 #. type: textblock
14989 #: ../src/guestfs-actions.pod:5714 ../fish/guestfish-actions.pod:3834
14990 msgid ""
14991 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14992 "disabled by default)."
14993 msgstr ""
14994
14995 #. type: =head2
14996 #: ../src/guestfs-actions.pod:5721
14997 msgid "guestfs_set_direct"
14998 msgstr ""
14999
15000 #. type: verbatim
15001 #: ../src/guestfs-actions.pod:5723
15002 #, no-wrap
15003 msgid ""
15004 " int\n"
15005 " guestfs_set_direct (guestfs_h *g,\n"
15006 "                     int direct);\n"
15007 "\n"
15008 msgstr ""
15009
15010 #. type: textblock
15011 #: ../src/guestfs-actions.pod:5727 ../fish/guestfish-actions.pod:3843
15012 msgid ""
15013 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15014 "passed directly through to the appliance once it is launched."
15015 msgstr ""
15016
15017 #. type: textblock
15018 #: ../src/guestfs-actions.pod:5731
15019 msgid ""
15020 "One consequence of this is that log messages aren't caught by the library "
15021 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15022 "stdout."
15023 msgstr ""
15024
15025 #. type: textblock
15026 #: ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3851
15027 msgid "You probably don't want to use this unless you know what you are doing."
15028 msgstr ""
15029
15030 #. type: textblock
15031 #: ../src/guestfs-actions.pod:5738 ../fish/guestfish-actions.pod:3854
15032 msgid "The default is disabled."
15033 msgstr ""
15034
15035 #. type: =head2
15036 #: ../src/guestfs-actions.pod:5744
15037 msgid "guestfs_set_e2label"
15038 msgstr ""
15039
15040 #. type: verbatim
15041 #: ../src/guestfs-actions.pod:5746
15042 #, no-wrap
15043 msgid ""
15044 " int\n"
15045 " guestfs_set_e2label (guestfs_h *g,\n"
15046 "                      const char *device,\n"
15047 "                      const char *label);\n"
15048 "\n"
15049 msgstr ""
15050
15051 #. type: textblock
15052 #: ../src/guestfs-actions.pod:5751 ../fish/guestfish-actions.pod:3860
15053 msgid ""
15054 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15055 "C<label>.  Filesystem labels are limited to 16 characters."
15056 msgstr ""
15057
15058 #. type: textblock
15059 #: ../src/guestfs-actions.pod:5755
15060 msgid ""
15061 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15062 "the existing label on a filesystem."
15063 msgstr ""
15064
15065 #. type: =head2
15066 #: ../src/guestfs-actions.pod:5762
15067 msgid "guestfs_set_e2uuid"
15068 msgstr ""
15069
15070 #. type: verbatim
15071 #: ../src/guestfs-actions.pod:5764
15072 #, no-wrap
15073 msgid ""
15074 " int\n"
15075 " guestfs_set_e2uuid (guestfs_h *g,\n"
15076 "                     const char *device,\n"
15077 "                     const char *uuid);\n"
15078 "\n"
15079 msgstr ""
15080
15081 #. type: textblock
15082 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3871
15083 msgid ""
15084 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15085 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15086 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15087 msgstr ""
15088
15089 #. type: textblock
15090 #: ../src/guestfs-actions.pod:5774
15091 msgid ""
15092 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15093 "the existing UUID of a filesystem."
15094 msgstr ""
15095
15096 #. type: =head2
15097 #: ../src/guestfs-actions.pod:5781
15098 msgid "guestfs_set_memsize"
15099 msgstr ""
15100
15101 #. type: verbatim
15102 #: ../src/guestfs-actions.pod:5783
15103 #, no-wrap
15104 msgid ""
15105 " int\n"
15106 " guestfs_set_memsize (guestfs_h *g,\n"
15107 "                      int memsize);\n"
15108 "\n"
15109 msgstr ""
15110
15111 #. type: textblock
15112 #: ../src/guestfs-actions.pod:5787
15113 msgid ""
15114 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15115 "This only has any effect if called before C<guestfs_launch>."
15116 msgstr ""
15117
15118 #. type: textblock
15119 #: ../src/guestfs-actions.pod:5791 ../fish/guestfish-actions.pod:3889
15120 msgid ""
15121 "You can also change this by setting the environment variable "
15122 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15123 msgstr ""
15124
15125 #. type: =head2
15126 #: ../src/guestfs-actions.pod:5802
15127 msgid "guestfs_set_network"
15128 msgstr ""
15129
15130 #. type: verbatim
15131 #: ../src/guestfs-actions.pod:5804
15132 #, no-wrap
15133 msgid ""
15134 " int\n"
15135 " guestfs_set_network (guestfs_h *g,\n"
15136 "                      int network);\n"
15137 "\n"
15138 msgstr ""
15139
15140 #. type: textblock
15141 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3902
15142 msgid ""
15143 "If C<network> is true, then the network is enabled in the libguestfs "
15144 "appliance.  The default is false."
15145 msgstr ""
15146
15147 #. type: textblock
15148 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3905
15149 msgid ""
15150 "This affects whether commands are able to access the network (see "
15151 "L<guestfs(3)/RUNNING COMMANDS>)."
15152 msgstr ""
15153
15154 #. type: textblock
15155 #: ../src/guestfs-actions.pod:5814
15156 msgid ""
15157 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15158 "effect."
15159 msgstr ""
15160
15161 #. type: =head2
15162 #: ../src/guestfs-actions.pod:5821
15163 msgid "guestfs_set_path"
15164 msgstr ""
15165
15166 #. type: verbatim
15167 #: ../src/guestfs-actions.pod:5823
15168 #, no-wrap
15169 msgid ""
15170 " int\n"
15171 " guestfs_set_path (guestfs_h *g,\n"
15172 "                   const char *searchpath);\n"
15173 "\n"
15174 msgstr ""
15175
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3917
15178 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15179 msgstr ""
15180
15181 #. type: textblock
15182 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3919
15183 msgid ""
15184 "The default is C<$libdir/guestfs> unless overridden by setting "
15185 "C<LIBGUESTFS_PATH> environment variable."
15186 msgstr ""
15187
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3922
15190 msgid "Setting C<path> to C<NULL> restores the default path."
15191 msgstr ""
15192
15193 #. type: =head2
15194 #: ../src/guestfs-actions.pod:5838
15195 msgid "guestfs_set_qemu"
15196 msgstr ""
15197
15198 #. type: verbatim
15199 #: ../src/guestfs-actions.pod:5840
15200 #, no-wrap
15201 msgid ""
15202 " int\n"
15203 " guestfs_set_qemu (guestfs_h *g,\n"
15204 "                   const char *qemu);\n"
15205 "\n"
15206 msgstr ""
15207
15208 #. type: textblock
15209 #: ../src/guestfs-actions.pod:5844 ../fish/guestfish-actions.pod:3930
15210 msgid "Set the qemu binary that we will use."
15211 msgstr ""
15212
15213 #. type: textblock
15214 #: ../src/guestfs-actions.pod:5846 ../fish/guestfish-actions.pod:3932
15215 msgid "The default is chosen when the library was compiled by the configure script."
15216 msgstr ""
15217
15218 #. type: textblock
15219 #: ../src/guestfs-actions.pod:5849 ../fish/guestfish-actions.pod:3935
15220 msgid ""
15221 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15222 "variable."
15223 msgstr ""
15224
15225 #. type: textblock
15226 #: ../src/guestfs-actions.pod:5852 ../fish/guestfish-actions.pod:3938
15227 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15228 msgstr ""
15229
15230 #. type: textblock
15231 #: ../src/guestfs-actions.pod:5854 ../fish/guestfish-actions.pod:3940
15232 msgid ""
15233 "Note that you should call this function as early as possible after creating "
15234 "the handle.  This is because some pre-launch operations depend on testing "
15235 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15236 "don't retest features, and so you might see inconsistent results.  Using the "
15237 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15238 "the qemu binary at the same time as the handle is created."
15239 msgstr ""
15240
15241 #. type: =head2
15242 #: ../src/guestfs-actions.pod:5866
15243 msgid "guestfs_set_recovery_proc"
15244 msgstr ""
15245
15246 #. type: verbatim
15247 #: ../src/guestfs-actions.pod:5868
15248 #, no-wrap
15249 msgid ""
15250 " int\n"
15251 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15252 "                            int recoveryproc);\n"
15253 "\n"
15254 msgstr ""
15255
15256 #. type: textblock
15257 #: ../src/guestfs-actions.pod:5872
15258 msgid ""
15259 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15260 "not create a recovery process.  The purpose of the recovery process is to "
15261 "stop runaway qemu processes in the case where the main program aborts "
15262 "abruptly."
15263 msgstr ""
15264
15265 #. type: textblock
15266 #: ../src/guestfs-actions.pod:5877
15267 msgid ""
15268 "This only has any effect if called before C<guestfs_launch>, and the default "
15269 "is true."
15270 msgstr ""
15271
15272 #. type: textblock
15273 #: ../src/guestfs-actions.pod:5880 ../fish/guestfish-actions.pod:3962
15274 msgid ""
15275 "About the only time when you would want to disable this is if the main "
15276 "process will fork itself into the background (\"daemonize\" itself).  In "
15277 "this case the recovery process thinks that the main program has disappeared "
15278 "and so kills qemu, which is not very helpful."
15279 msgstr ""
15280
15281 #. type: =head2
15282 #: ../src/guestfs-actions.pod:5890
15283 msgid "guestfs_set_selinux"
15284 msgstr ""
15285
15286 #. type: verbatim
15287 #: ../src/guestfs-actions.pod:5892
15288 #, no-wrap
15289 msgid ""
15290 " int\n"
15291 " guestfs_set_selinux (guestfs_h *g,\n"
15292 "                      int selinux);\n"
15293 "\n"
15294 msgstr ""
15295
15296 #. type: textblock
15297 #: ../src/guestfs-actions.pod:5896 ../fish/guestfish-actions.pod:3974
15298 msgid ""
15299 "This sets the selinux flag that is passed to the appliance at boot time.  "
15300 "The default is C<selinux=0> (disabled)."
15301 msgstr ""
15302
15303 #. type: textblock
15304 #: ../src/guestfs-actions.pod:5899 ../fish/guestfish-actions.pod:3977
15305 msgid ""
15306 "Note that if SELinux is enabled, it is always in Permissive mode "
15307 "(C<enforcing=0>)."
15308 msgstr ""
15309
15310 #. type: =head2
15311 #: ../src/guestfs-actions.pod:5909
15312 msgid "guestfs_set_trace"
15313 msgstr ""
15314
15315 #. type: verbatim
15316 #: ../src/guestfs-actions.pod:5911
15317 #, no-wrap
15318 msgid ""
15319 " int\n"
15320 " guestfs_set_trace (guestfs_h *g,\n"
15321 "                    int trace);\n"
15322 "\n"
15323 msgstr ""
15324
15325 #. type: textblock
15326 #: ../src/guestfs-actions.pod:5915 ../fish/guestfish-actions.pod:3989
15327 msgid ""
15328 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15329 "return values are traced."
15330 msgstr ""
15331
15332 #. type: textblock
15333 #: ../src/guestfs-actions.pod:5918 ../fish/guestfish-actions.pod:3992
15334 msgid ""
15335 "If you want to trace C API calls into libguestfs (and other libraries) then "
15336 "possibly a better way is to use the external ltrace(1) command."
15337 msgstr ""
15338
15339 #. type: textblock
15340 #: ../src/guestfs-actions.pod:5922 ../fish/guestfish-actions.pod:3996
15341 msgid ""
15342 "Command traces are disabled unless the environment variable "
15343 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15344 msgstr ""
15345
15346 #. type: textblock
15347 #: ../src/guestfs-actions.pod:5925
15348 msgid ""
15349 "Trace messages are normally sent to C<stderr>, unless you register a "
15350 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15351 msgstr ""
15352
15353 #. type: =head2
15354 #: ../src/guestfs-actions.pod:5933
15355 msgid "guestfs_set_verbose"
15356 msgstr ""
15357
15358 #. type: verbatim
15359 #: ../src/guestfs-actions.pod:5935
15360 #, no-wrap
15361 msgid ""
15362 " int\n"
15363 " guestfs_set_verbose (guestfs_h *g,\n"
15364 "                      int verbose);\n"
15365 "\n"
15366 msgstr ""
15367
15368 #. type: textblock
15369 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:4009
15370 msgid "If C<verbose> is true, this turns on verbose messages."
15371 msgstr ""
15372
15373 #. type: textblock
15374 #: ../src/guestfs-actions.pod:5941 ../fish/guestfish-actions.pod:4011
15375 msgid ""
15376 "Verbose messages are disabled unless the environment variable "
15377 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15378 msgstr ""
15379
15380 #. type: textblock
15381 #: ../src/guestfs-actions.pod:5944
15382 msgid ""
15383 "Verbose messages are normally sent to C<stderr>, unless you register a "
15384 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15385 msgstr ""
15386
15387 #. type: =head2
15388 #: ../src/guestfs-actions.pod:5952
15389 msgid "guestfs_setcon"
15390 msgstr ""
15391
15392 #. type: verbatim
15393 #: ../src/guestfs-actions.pod:5954
15394 #, no-wrap
15395 msgid ""
15396 " int\n"
15397 " guestfs_setcon (guestfs_h *g,\n"
15398 "                 const char *context);\n"
15399 "\n"
15400 msgstr ""
15401
15402 #. type: textblock
15403 #: ../src/guestfs-actions.pod:5958 ../fish/guestfish-actions.pod:4022
15404 msgid ""
15405 "This sets the SELinux security context of the daemon to the string "
15406 "C<context>."
15407 msgstr ""
15408
15409 #. type: textblock
15410 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:4025
15411 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15412 msgstr ""
15413
15414 #. type: =head2
15415 #: ../src/guestfs-actions.pod:5967
15416 msgid "guestfs_setxattr"
15417 msgstr ""
15418
15419 #. type: verbatim
15420 #: ../src/guestfs-actions.pod:5969
15421 #, no-wrap
15422 msgid ""
15423 " int\n"
15424 " guestfs_setxattr (guestfs_h *g,\n"
15425 "                   const char *xattr,\n"
15426 "                   const char *val,\n"
15427 "                   int vallen,\n"
15428 "                   const char *path);\n"
15429 "\n"
15430 msgstr ""
15431
15432 #. type: textblock
15433 #: ../src/guestfs-actions.pod:5976 ../fish/guestfish-actions.pod:4031
15434 msgid ""
15435 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15436 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15437 msgstr ""
15438
15439 #. type: textblock
15440 #: ../src/guestfs-actions.pod:5980
15441 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15442 msgstr ""
15443
15444 #. type: =head2
15445 #: ../src/guestfs-actions.pod:5986
15446 msgid "guestfs_sfdisk"
15447 msgstr ""
15448
15449 #. type: verbatim
15450 #: ../src/guestfs-actions.pod:5988
15451 #, no-wrap
15452 msgid ""
15453 " int\n"
15454 " guestfs_sfdisk (guestfs_h *g,\n"
15455 "                 const char *device,\n"
15456 "                 int cyls,\n"
15457 "                 int heads,\n"
15458 "                 int sectors,\n"
15459 "                 char *const *lines);\n"
15460 "\n"
15461 msgstr ""
15462
15463 #. type: textblock
15464 #: ../src/guestfs-actions.pod:5996 ../fish/guestfish-actions.pod:4041
15465 msgid ""
15466 "This is a direct interface to the L<sfdisk(8)> program for creating "
15467 "partitions on block devices."
15468 msgstr ""
15469
15470 #. type: textblock
15471 #: ../src/guestfs-actions.pod:5999 ../fish/guestfish-actions.pod:4044
15472 msgid "C<device> should be a block device, for example C</dev/sda>."
15473 msgstr ""
15474
15475 #. type: textblock
15476 #: ../src/guestfs-actions.pod:6001 ../fish/guestfish-actions.pod:4046
15477 msgid ""
15478 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15479 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15480 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15481 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15482 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15483 "the kernel) cannot work out the right geometry and you will need to tell it."
15484 msgstr ""
15485
15486 #. type: textblock
15487 #: ../src/guestfs-actions.pod:6009 ../fish/guestfish-actions.pod:4054
15488 msgid ""
15489 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15490 "refer to the L<sfdisk(8)> manpage."
15491 msgstr ""
15492
15493 #. type: textblock
15494 #: ../src/guestfs-actions.pod:6012 ../fish/guestfish-actions.pod:4057
15495 msgid ""
15496 "To create a single partition occupying the whole disk, you would pass "
15497 "C<lines> as a single element list, when the single element being the string "
15498 "C<,> (comma)."
15499 msgstr ""
15500
15501 #. type: textblock
15502 #: ../src/guestfs-actions.pod:6016
15503 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15504 msgstr ""
15505
15506 #. type: =head2
15507 #: ../src/guestfs-actions.pod:6026
15508 msgid "guestfs_sfdiskM"
15509 msgstr ""
15510
15511 #. type: verbatim
15512 #: ../src/guestfs-actions.pod:6028
15513 #, no-wrap
15514 msgid ""
15515 " int\n"
15516 " guestfs_sfdiskM (guestfs_h *g,\n"
15517 "                  const char *device,\n"
15518 "                  char *const *lines);\n"
15519 "\n"
15520 msgstr ""
15521
15522 #. type: textblock
15523 #: ../src/guestfs-actions.pod:6033
15524 msgid ""
15525 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15526 "partition sizes are specified in megabytes only (rounded to the nearest "
15527 "cylinder) and you don't need to specify the cyls, heads and sectors "
15528 "parameters which were rarely if ever used anyway."
15529 msgstr ""
15530
15531 #. type: textblock
15532 #: ../src/guestfs-actions.pod:6039
15533 msgid ""
15534 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15535 "C<guestfs_part_disk>"
15536 msgstr ""
15537
15538 #. type: =head2
15539 #: ../src/guestfs-actions.pod:6049
15540 msgid "guestfs_sfdisk_N"
15541 msgstr ""
15542
15543 #. type: verbatim
15544 #: ../src/guestfs-actions.pod:6051
15545 #, no-wrap
15546 msgid ""
15547 " int\n"
15548 " guestfs_sfdisk_N (guestfs_h *g,\n"
15549 "                   const char *device,\n"
15550 "                   int partnum,\n"
15551 "                   int cyls,\n"
15552 "                   int heads,\n"
15553 "                   int sectors,\n"
15554 "                   const char *line);\n"
15555 "\n"
15556 msgstr ""
15557
15558 #. type: textblock
15559 #: ../src/guestfs-actions.pod:6060 ../fish/guestfish-actions.pod:4087
15560 msgid ""
15561 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15562 "(note: C<n> counts from 1)."
15563 msgstr ""
15564
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:6063
15567 msgid ""
15568 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15569 "for the cyls/heads/sectors parameters."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:6066
15574 msgid "See also: C<guestfs_part_add>"
15575 msgstr ""
15576
15577 #. type: =head2
15578 #: ../src/guestfs-actions.pod:6075
15579 msgid "guestfs_sfdisk_disk_geometry"
15580 msgstr ""
15581
15582 #. type: verbatim
15583 #: ../src/guestfs-actions.pod:6077
15584 #, no-wrap
15585 msgid ""
15586 " char *\n"
15587 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15588 "                               const char *device);\n"
15589 "\n"
15590 msgstr ""
15591
15592 #. type: textblock
15593 #: ../src/guestfs-actions.pod:6081
15594 msgid ""
15595 "This displays the disk geometry of C<device> read from the partition table.  "
15596 "Especially in the case where the underlying block device has been resized, "
15597 "this can be different from the kernel's idea of the geometry (see "
15598 "C<guestfs_sfdisk_kernel_geometry>)."
15599 msgstr ""
15600
15601 #. type: textblock
15602 #: ../src/guestfs-actions.pod:6086 ../src/guestfs-actions.pod:6102 ../fish/guestfish-actions.pod:4107 ../fish/guestfish-actions.pod:4116
15603 msgid "The result is in human-readable format, and not designed to be parsed."
15604 msgstr ""
15605
15606 #. type: =head2
15607 #: ../src/guestfs-actions.pod:6094
15608 msgid "guestfs_sfdisk_kernel_geometry"
15609 msgstr ""
15610
15611 #. type: verbatim
15612 #: ../src/guestfs-actions.pod:6096
15613 #, no-wrap
15614 msgid ""
15615 " char *\n"
15616 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15617 "                                 const char *device);\n"
15618 "\n"
15619 msgstr ""
15620
15621 #. type: textblock
15622 #: ../src/guestfs-actions.pod:6100 ../fish/guestfish-actions.pod:4114
15623 msgid "This displays the kernel's idea of the geometry of C<device>."
15624 msgstr ""
15625
15626 #. type: =head2
15627 #: ../src/guestfs-actions.pod:6110
15628 msgid "guestfs_sfdisk_l"
15629 msgstr ""
15630
15631 #. type: verbatim
15632 #: ../src/guestfs-actions.pod:6112
15633 #, no-wrap
15634 msgid ""
15635 " char *\n"
15636 " guestfs_sfdisk_l (guestfs_h *g,\n"
15637 "                   const char *device);\n"
15638 "\n"
15639 msgstr ""
15640
15641 #. type: textblock
15642 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4123
15643 msgid ""
15644 "This displays the partition table on C<device>, in the human-readable output "
15645 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15646 msgstr ""
15647
15648 #. type: textblock
15649 #: ../src/guestfs-actions.pod:6120
15650 msgid "See also: C<guestfs_part_list>"
15651 msgstr ""
15652
15653 #. type: =head2
15654 #: ../src/guestfs-actions.pod:6127
15655 msgid "guestfs_sh"
15656 msgstr ""
15657
15658 #. type: verbatim
15659 #: ../src/guestfs-actions.pod:6129
15660 #, no-wrap
15661 msgid ""
15662 " char *\n"
15663 " guestfs_sh (guestfs_h *g,\n"
15664 "             const char *command);\n"
15665 "\n"
15666 msgstr ""
15667
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:6133 ../fish/guestfish-actions.pod:4133
15670 msgid ""
15671 "This call runs a command from the guest filesystem via the guest's "
15672 "C</bin/sh>."
15673 msgstr ""
15674
15675 #. type: textblock
15676 #: ../src/guestfs-actions.pod:6136
15677 msgid "This is like C<guestfs_command>, but passes the command to:"
15678 msgstr ""
15679
15680 #. type: verbatim
15681 #: ../src/guestfs-actions.pod:6138 ../fish/guestfish-actions.pod:4138
15682 #, no-wrap
15683 msgid ""
15684 " /bin/sh -c \"command\"\n"
15685 "\n"
15686 msgstr ""
15687
15688 #. type: textblock
15689 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4140
15690 msgid ""
15691 "Depending on the guest's shell, this usually results in wildcards being "
15692 "expanded, shell expressions being interpolated and so on."
15693 msgstr ""
15694
15695 #. type: textblock
15696 #: ../src/guestfs-actions.pod:6144
15697 msgid "All the provisos about C<guestfs_command> apply to this call."
15698 msgstr ""
15699
15700 #. type: =head2
15701 #: ../src/guestfs-actions.pod:6151
15702 msgid "guestfs_sh_lines"
15703 msgstr ""
15704
15705 #. type: verbatim
15706 #: ../src/guestfs-actions.pod:6153
15707 #, no-wrap
15708 msgid ""
15709 " char **\n"
15710 " guestfs_sh_lines (guestfs_h *g,\n"
15711 "                   const char *command);\n"
15712 "\n"
15713 msgstr ""
15714
15715 #. type: textblock
15716 #: ../src/guestfs-actions.pod:6157
15717 msgid ""
15718 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15719 "lines."
15720 msgstr ""
15721
15722 #. type: textblock
15723 #: ../src/guestfs-actions.pod:6160
15724 msgid "See also: C<guestfs_command_lines>"
15725 msgstr ""
15726
15727 #. type: =head2
15728 #: ../src/guestfs-actions.pod:6168
15729 msgid "guestfs_sleep"
15730 msgstr ""
15731
15732 #. type: verbatim
15733 #: ../src/guestfs-actions.pod:6170
15734 #, no-wrap
15735 msgid ""
15736 " int\n"
15737 " guestfs_sleep (guestfs_h *g,\n"
15738 "                int secs);\n"
15739 "\n"
15740 msgstr ""
15741
15742 #. type: textblock
15743 #: ../src/guestfs-actions.pod:6174 ../fish/guestfish-actions.pod:4159
15744 msgid "Sleep for C<secs> seconds."
15745 msgstr ""
15746
15747 #. type: textblock
15748 #: ../src/guestfs-actions.pod:6178
15749 msgid "(Added in 1.0.41)"
15750 msgstr ""
15751
15752 #. type: =head2
15753 #: ../src/guestfs-actions.pod:6180 ../src/guestfs-structs.pod:109
15754 msgid "guestfs_stat"
15755 msgstr ""
15756
15757 #. type: verbatim
15758 #: ../src/guestfs-actions.pod:6182
15759 #, no-wrap
15760 msgid ""
15761 " struct guestfs_stat *\n"
15762 " guestfs_stat (guestfs_h *g,\n"
15763 "               const char *path);\n"
15764 "\n"
15765 msgstr ""
15766
15767 #. type: textblock
15768 #: ../src/guestfs-actions.pod:6188 ../fish/guestfish-actions.pod:4167
15769 msgid "This is the same as the C<stat(2)> system call."
15770 msgstr ""
15771
15772 #. type: =head2
15773 #: ../src/guestfs-actions.pod:6196 ../src/guestfs-structs.pod:135
15774 msgid "guestfs_statvfs"
15775 msgstr ""
15776
15777 #. type: verbatim
15778 #: ../src/guestfs-actions.pod:6198
15779 #, no-wrap
15780 msgid ""
15781 " struct guestfs_statvfs *\n"
15782 " guestfs_statvfs (guestfs_h *g,\n"
15783 "                  const char *path);\n"
15784 "\n"
15785 msgstr ""
15786
15787 #. type: textblock
15788 #: ../src/guestfs-actions.pod:6202 ../fish/guestfish-actions.pod:4173
15789 msgid ""
15790 "Returns file system statistics for any mounted file system.  C<path> should "
15791 "be a file or directory in the mounted file system (typically it is the mount "
15792 "point itself, but it doesn't need to be)."
15793 msgstr ""
15794
15795 #. type: textblock
15796 #: ../src/guestfs-actions.pod:6206 ../fish/guestfish-actions.pod:4177
15797 msgid "This is the same as the C<statvfs(2)> system call."
15798 msgstr ""
15799
15800 #. type: textblock
15801 #: ../src/guestfs-actions.pod:6208
15802 msgid ""
15803 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
15804 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
15805 msgstr ""
15806
15807 #. type: =head2
15808 #: ../src/guestfs-actions.pod:6214
15809 msgid "guestfs_strings"
15810 msgstr ""
15811
15812 #. type: verbatim
15813 #: ../src/guestfs-actions.pod:6216
15814 #, no-wrap
15815 msgid ""
15816 " char **\n"
15817 " guestfs_strings (guestfs_h *g,\n"
15818 "                  const char *path);\n"
15819 "\n"
15820 msgstr ""
15821
15822 #. type: textblock
15823 #: ../src/guestfs-actions.pod:6220 ../fish/guestfish-actions.pod:4183
15824 msgid ""
15825 "This runs the L<strings(1)> command on a file and returns the list of "
15826 "printable strings found."
15827 msgstr ""
15828
15829 #. type: =head2
15830 #: ../src/guestfs-actions.pod:6232
15831 msgid "guestfs_strings_e"
15832 msgstr ""
15833
15834 #. type: verbatim
15835 #: ../src/guestfs-actions.pod:6234
15836 #, no-wrap
15837 msgid ""
15838 " char **\n"
15839 " guestfs_strings_e (guestfs_h *g,\n"
15840 "                    const char *encoding,\n"
15841 "                    const char *path);\n"
15842 "\n"
15843 msgstr ""
15844
15845 #. type: textblock
15846 #: ../src/guestfs-actions.pod:6239
15847 msgid ""
15848 "This is like the C<guestfs_strings> command, but allows you to specify the "
15849 "encoding of strings that are looked for in the source file C<path>."
15850 msgstr ""
15851
15852 #. type: textblock
15853 #: ../src/guestfs-actions.pod:6243 ../fish/guestfish-actions.pod:4197
15854 msgid "Allowed encodings are:"
15855 msgstr ""
15856
15857 #. type: =item
15858 #: ../src/guestfs-actions.pod:6247 ../fish/guestfish-actions.pod:4201
15859 msgid "s"
15860 msgstr ""
15861
15862 #. type: textblock
15863 #: ../src/guestfs-actions.pod:6249
15864 msgid ""
15865 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15866 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15867 msgstr ""
15868
15869 #. type: =item
15870 #: ../src/guestfs-actions.pod:6252 ../fish/guestfish-actions.pod:4206
15871 msgid "S"
15872 msgstr ""
15873
15874 #. type: textblock
15875 #: ../src/guestfs-actions.pod:6254 ../fish/guestfish-actions.pod:4208
15876 msgid "Single 8-bit-byte characters."
15877 msgstr ""
15878
15879 #. type: =item
15880 #: ../src/guestfs-actions.pod:6256 ../fish/guestfish-actions.pod:4210
15881 msgid "b"
15882 msgstr ""
15883
15884 #. type: textblock
15885 #: ../src/guestfs-actions.pod:6258 ../fish/guestfish-actions.pod:4212
15886 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15887 msgstr ""
15888
15889 #. type: =item
15890 #: ../src/guestfs-actions.pod:6261 ../fish/guestfish-actions.pod:4215
15891 msgid "l (lower case letter L)"
15892 msgstr ""
15893
15894 #. type: textblock
15895 #: ../src/guestfs-actions.pod:6263 ../fish/guestfish-actions.pod:4217
15896 msgid ""
15897 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15898 "examining binaries in Windows guests."
15899 msgstr ""
15900
15901 #. type: =item
15902 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4220
15903 msgid "B"
15904 msgstr ""
15905
15906 #. type: textblock
15907 #: ../src/guestfs-actions.pod:6268 ../fish/guestfish-actions.pod:4222
15908 msgid "32-bit big endian such as UCS-4BE."
15909 msgstr ""
15910
15911 #. type: =item
15912 #: ../src/guestfs-actions.pod:6270 ../fish/guestfish-actions.pod:4224
15913 msgid "L"
15914 msgstr ""
15915
15916 #. type: textblock
15917 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4226
15918 msgid "32-bit little endian such as UCS-4LE."
15919 msgstr ""
15920
15921 #. type: textblock
15922 #: ../src/guestfs-actions.pod:6276 ../fish/guestfish-actions.pod:4230
15923 msgid "The returned strings are transcoded to UTF-8."
15924 msgstr ""
15925
15926 #. type: =head2
15927 #: ../src/guestfs-actions.pod:6287
15928 msgid "guestfs_swapoff_device"
15929 msgstr ""
15930
15931 #. type: verbatim
15932 #: ../src/guestfs-actions.pod:6289
15933 #, no-wrap
15934 msgid ""
15935 " int\n"
15936 " guestfs_swapoff_device (guestfs_h *g,\n"
15937 "                         const char *device);\n"
15938 "\n"
15939 msgstr ""
15940
15941 #. type: textblock
15942 #: ../src/guestfs-actions.pod:6293
15943 msgid ""
15944 "This command disables the libguestfs appliance swap device or partition "
15945 "named C<device>.  See C<guestfs_swapon_device>."
15946 msgstr ""
15947
15948 #. type: =head2
15949 #: ../src/guestfs-actions.pod:6301
15950 msgid "guestfs_swapoff_file"
15951 msgstr ""
15952
15953 #. type: verbatim
15954 #: ../src/guestfs-actions.pod:6303
15955 #, no-wrap
15956 msgid ""
15957 " int\n"
15958 " guestfs_swapoff_file (guestfs_h *g,\n"
15959 "                       const char *file);\n"
15960 "\n"
15961 msgstr ""
15962
15963 #. type: textblock
15964 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4247
15965 msgid "This command disables the libguestfs appliance swap on file."
15966 msgstr ""
15967
15968 #. type: =head2
15969 #: ../src/guestfs-actions.pod:6313
15970 msgid "guestfs_swapoff_label"
15971 msgstr ""
15972
15973 #. type: verbatim
15974 #: ../src/guestfs-actions.pod:6315
15975 #, no-wrap
15976 msgid ""
15977 " int\n"
15978 " guestfs_swapoff_label (guestfs_h *g,\n"
15979 "                        const char *label);\n"
15980 "\n"
15981 msgstr ""
15982
15983 #. type: textblock
15984 #: ../src/guestfs-actions.pod:6319 ../fish/guestfish-actions.pod:4253
15985 msgid ""
15986 "This command disables the libguestfs appliance swap on labeled swap "
15987 "partition."
15988 msgstr ""
15989
15990 #. type: =head2
15991 #: ../src/guestfs-actions.pod:6326
15992 msgid "guestfs_swapoff_uuid"
15993 msgstr ""
15994
15995 #. type: verbatim
15996 #: ../src/guestfs-actions.pod:6328
15997 #, no-wrap
15998 msgid ""
15999 " int\n"
16000 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16001 "                       const char *uuid);\n"
16002 "\n"
16003 msgstr ""
16004
16005 #. type: textblock
16006 #: ../src/guestfs-actions.pod:6332 ../fish/guestfish-actions.pod:4260
16007 msgid ""
16008 "This command disables the libguestfs appliance swap partition with the given "
16009 "UUID."
16010 msgstr ""
16011
16012 #. type: =head2
16013 #: ../src/guestfs-actions.pod:6339
16014 msgid "guestfs_swapon_device"
16015 msgstr ""
16016
16017 #. type: verbatim
16018 #: ../src/guestfs-actions.pod:6341
16019 #, no-wrap
16020 msgid ""
16021 " int\n"
16022 " guestfs_swapon_device (guestfs_h *g,\n"
16023 "                        const char *device);\n"
16024 "\n"
16025 msgstr ""
16026
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:6345
16029 msgid ""
16030 "This command enables the libguestfs appliance to use the swap device or "
16031 "partition named C<device>.  The increased memory is made available for all "
16032 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16033 msgstr ""
16034
16035 #. type: textblock
16036 #: ../src/guestfs-actions.pod:6350 ../fish/guestfish-actions.pod:4272
16037 msgid ""
16038 "Note that you should not swap to existing guest swap partitions unless you "
16039 "know what you are doing.  They may contain hibernation information, or other "
16040 "information that the guest doesn't want you to trash.  You also risk leaking "
16041 "information about the host to the guest this way.  Instead, attach a new "
16042 "host device to the guest and swap on that."
16043 msgstr ""
16044
16045 #. type: =head2
16046 #: ../src/guestfs-actions.pod:6361
16047 msgid "guestfs_swapon_file"
16048 msgstr ""
16049
16050 #. type: verbatim
16051 #: ../src/guestfs-actions.pod:6363
16052 #, no-wrap
16053 msgid ""
16054 " int\n"
16055 " guestfs_swapon_file (guestfs_h *g,\n"
16056 "                      const char *file);\n"
16057 "\n"
16058 msgstr ""
16059
16060 #. type: textblock
16061 #: ../src/guestfs-actions.pod:6367
16062 msgid ""
16063 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16064 "notes."
16065 msgstr ""
16066
16067 #. type: =head2
16068 #: ../src/guestfs-actions.pod:6374
16069 msgid "guestfs_swapon_label"
16070 msgstr ""
16071
16072 #. type: verbatim
16073 #: ../src/guestfs-actions.pod:6376
16074 #, no-wrap
16075 msgid ""
16076 " int\n"
16077 " guestfs_swapon_label (guestfs_h *g,\n"
16078 "                       const char *label);\n"
16079 "\n"
16080 msgstr ""
16081
16082 #. type: textblock
16083 #: ../src/guestfs-actions.pod:6380
16084 msgid ""
16085 "This command enables swap to a labeled swap partition.  See "
16086 "C<guestfs_swapon_device> for other notes."
16087 msgstr ""
16088
16089 #. type: =head2
16090 #: ../src/guestfs-actions.pod:6387
16091 msgid "guestfs_swapon_uuid"
16092 msgstr ""
16093
16094 #. type: verbatim
16095 #: ../src/guestfs-actions.pod:6389
16096 #, no-wrap
16097 msgid ""
16098 " int\n"
16099 " guestfs_swapon_uuid (guestfs_h *g,\n"
16100 "                      const char *uuid);\n"
16101 "\n"
16102 msgstr ""
16103
16104 #. type: textblock
16105 #: ../src/guestfs-actions.pod:6393
16106 msgid ""
16107 "This command enables swap to a swap partition with the given UUID.  See "
16108 "C<guestfs_swapon_device> for other notes."
16109 msgstr ""
16110
16111 #. type: =head2
16112 #: ../src/guestfs-actions.pod:6400
16113 msgid "guestfs_sync"
16114 msgstr ""
16115
16116 #. type: verbatim
16117 #: ../src/guestfs-actions.pod:6402
16118 #, no-wrap
16119 msgid ""
16120 " int\n"
16121 " guestfs_sync (guestfs_h *g);\n"
16122 "\n"
16123 msgstr ""
16124
16125 #. type: textblock
16126 #: ../src/guestfs-actions.pod:6405 ../fish/guestfish-actions.pod:4304
16127 msgid ""
16128 "This syncs the disk, so that any writes are flushed through to the "
16129 "underlying disk image."
16130 msgstr ""
16131
16132 #. type: textblock
16133 #: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4307
16134 msgid ""
16135 "You should always call this if you have modified a disk image, before "
16136 "closing the handle."
16137 msgstr ""
16138
16139 #. type: =head2
16140 #: ../src/guestfs-actions.pod:6415
16141 msgid "guestfs_tail"
16142 msgstr ""
16143
16144 #. type: verbatim
16145 #: ../src/guestfs-actions.pod:6417
16146 #, no-wrap
16147 msgid ""
16148 " char **\n"
16149 " guestfs_tail (guestfs_h *g,\n"
16150 "               const char *path);\n"
16151 "\n"
16152 msgstr ""
16153
16154 #. type: textblock
16155 #: ../src/guestfs-actions.pod:6421 ../fish/guestfish-actions.pod:4314
16156 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16157 msgstr ""
16158
16159 #. type: =head2
16160 #: ../src/guestfs-actions.pod:6433
16161 msgid "guestfs_tail_n"
16162 msgstr ""
16163
16164 #. type: verbatim
16165 #: ../src/guestfs-actions.pod:6435
16166 #, no-wrap
16167 msgid ""
16168 " char **\n"
16169 " guestfs_tail_n (guestfs_h *g,\n"
16170 "                 int nrlines,\n"
16171 "                 const char *path);\n"
16172 "\n"
16173 msgstr ""
16174
16175 #. type: textblock
16176 #: ../src/guestfs-actions.pod:6440 ../fish/guestfish-actions.pod:4324
16177 msgid ""
16178 "If the parameter C<nrlines> is a positive number, this returns the last "
16179 "C<nrlines> lines of the file C<path>."
16180 msgstr ""
16181
16182 #. type: textblock
16183 #: ../src/guestfs-actions.pod:6443 ../fish/guestfish-actions.pod:4327
16184 msgid ""
16185 "If the parameter C<nrlines> is a negative number, this returns lines from "
16186 "the file C<path>, starting with the C<-nrlines>th line."
16187 msgstr ""
16188
16189 #. type: =head2
16190 #: ../src/guestfs-actions.pod:6457
16191 msgid "guestfs_tar_in"
16192 msgstr ""
16193
16194 #. type: verbatim
16195 #: ../src/guestfs-actions.pod:6459
16196 #, no-wrap
16197 msgid ""
16198 " int\n"
16199 " guestfs_tar_in (guestfs_h *g,\n"
16200 "                 const char *tarfile,\n"
16201 "                 const char *directory);\n"
16202 "\n"
16203 msgstr ""
16204
16205 #. type: textblock
16206 #: ../src/guestfs-actions.pod:6464 ../fish/guestfish-actions.pod:4339
16207 msgid ""
16208 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16209 "tar file) into C<directory>."
16210 msgstr ""
16211
16212 #. type: textblock
16213 #: ../src/guestfs-actions.pod:6467
16214 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16215 msgstr ""
16216
16217 #. type: textblock
16218 #: ../src/guestfs-actions.pod:6472 ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6521
16219 msgid "(Added in 1.0.3)"
16220 msgstr ""
16221
16222 #. type: =head2
16223 #: ../src/guestfs-actions.pod:6474
16224 msgid "guestfs_tar_out"
16225 msgstr ""
16226
16227 #. type: verbatim
16228 #: ../src/guestfs-actions.pod:6476
16229 #, no-wrap
16230 msgid ""
16231 " int\n"
16232 " guestfs_tar_out (guestfs_h *g,\n"
16233 "                  const char *directory,\n"
16234 "                  const char *tarfile);\n"
16235 "\n"
16236 msgstr ""
16237
16238 #. type: textblock
16239 #: ../src/guestfs-actions.pod:6481 ../fish/guestfish-actions.pod:4351
16240 msgid ""
16241 "This command packs the contents of C<directory> and downloads it to local "
16242 "file C<tarfile>."
16243 msgstr ""
16244
16245 #. type: textblock
16246 #: ../src/guestfs-actions.pod:6484
16247 msgid ""
16248 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16249 "C<guestfs_txz_out>."
16250 msgstr ""
16251
16252 #. type: =head2
16253 #: ../src/guestfs-actions.pod:6491
16254 msgid "guestfs_tgz_in"
16255 msgstr ""
16256
16257 #. type: verbatim
16258 #: ../src/guestfs-actions.pod:6493
16259 #, no-wrap
16260 msgid ""
16261 " int\n"
16262 " guestfs_tgz_in (guestfs_h *g,\n"
16263 "                 const char *tarball,\n"
16264 "                 const char *directory);\n"
16265 "\n"
16266 msgstr ""
16267
16268 #. type: textblock
16269 #: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4363
16270 msgid ""
16271 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16272 "tar file) into C<directory>."
16273 msgstr ""
16274
16275 #. type: textblock
16276 #: ../src/guestfs-actions.pod:6501
16277 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16278 msgstr ""
16279
16280 #. type: =head2
16281 #: ../src/guestfs-actions.pod:6507
16282 msgid "guestfs_tgz_out"
16283 msgstr ""
16284
16285 #. type: verbatim
16286 #: ../src/guestfs-actions.pod:6509
16287 #, no-wrap
16288 msgid ""
16289 " int\n"
16290 " guestfs_tgz_out (guestfs_h *g,\n"
16291 "                  const char *directory,\n"
16292 "                  const char *tarball);\n"
16293 "\n"
16294 msgstr ""
16295
16296 #. type: textblock
16297 #: ../src/guestfs-actions.pod:6514 ../fish/guestfish-actions.pod:4374
16298 msgid ""
16299 "This command packs the contents of C<directory> and downloads it to local "
16300 "file C<tarball>."
16301 msgstr ""
16302
16303 #. type: textblock
16304 #: ../src/guestfs-actions.pod:6517
16305 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16306 msgstr ""
16307
16308 #. type: =head2
16309 #: ../src/guestfs-actions.pod:6523
16310 msgid "guestfs_touch"
16311 msgstr ""
16312
16313 #. type: verbatim
16314 #: ../src/guestfs-actions.pod:6525
16315 #, no-wrap
16316 msgid ""
16317 " int\n"
16318 " guestfs_touch (guestfs_h *g,\n"
16319 "                const char *path);\n"
16320 "\n"
16321 msgstr ""
16322
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:6529 ../fish/guestfish-actions.pod:4385
16325 msgid ""
16326 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16327 "timestamps on a file, or, if the file does not exist, to create a new "
16328 "zero-length file."
16329 msgstr ""
16330
16331 #. type: textblock
16332 #: ../src/guestfs-actions.pod:6533 ../fish/guestfish-actions.pod:4389
16333 msgid ""
16334 "This command only works on regular files, and will fail on other file types "
16335 "such as directories, symbolic links, block special etc."
16336 msgstr ""
16337
16338 #. type: =head2
16339 #: ../src/guestfs-actions.pod:6540
16340 msgid "guestfs_truncate"
16341 msgstr ""
16342
16343 #. type: verbatim
16344 #: ../src/guestfs-actions.pod:6542
16345 #, no-wrap
16346 msgid ""
16347 " int\n"
16348 " guestfs_truncate (guestfs_h *g,\n"
16349 "                   const char *path);\n"
16350 "\n"
16351 msgstr ""
16352
16353 #. type: textblock
16354 #: ../src/guestfs-actions.pod:6546 ../fish/guestfish-actions.pod:4396
16355 msgid ""
16356 "This command truncates C<path> to a zero-length file.  The file must exist "
16357 "already."
16358 msgstr ""
16359
16360 #. type: =head2
16361 #: ../src/guestfs-actions.pod:6553
16362 msgid "guestfs_truncate_size"
16363 msgstr ""
16364
16365 #. type: verbatim
16366 #: ../src/guestfs-actions.pod:6555
16367 #, no-wrap
16368 msgid ""
16369 " int\n"
16370 " guestfs_truncate_size (guestfs_h *g,\n"
16371 "                        const char *path,\n"
16372 "                        int64_t size);\n"
16373 "\n"
16374 msgstr ""
16375
16376 #. type: textblock
16377 #: ../src/guestfs-actions.pod:6560 ../fish/guestfish-actions.pod:4403
16378 msgid ""
16379 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16380 "already."
16381 msgstr ""
16382
16383 #. type: textblock
16384 #: ../src/guestfs-actions.pod:6563
16385 msgid ""
16386 "If the current file size is less than C<size> then the file is extended to "
16387 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16388 "blocks are not allocated for the file until you write to it).  To create a "
16389 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16390 msgstr ""
16391
16392 #. type: =head2
16393 #: ../src/guestfs-actions.pod:6573
16394 msgid "guestfs_tune2fs_l"
16395 msgstr ""
16396
16397 #. type: verbatim
16398 #: ../src/guestfs-actions.pod:6575
16399 #, no-wrap
16400 msgid ""
16401 " char **\n"
16402 " guestfs_tune2fs_l (guestfs_h *g,\n"
16403 "                    const char *device);\n"
16404 "\n"
16405 msgstr ""
16406
16407 #. type: textblock
16408 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4416
16409 msgid ""
16410 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16411 "C<device>."
16412 msgstr ""
16413
16414 #. type: textblock
16415 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4419
16416 msgid ""
16417 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16418 "for more details.  The list of fields returned isn't clearly defined, and "
16419 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16420 "and the filesystem itself."
16421 msgstr ""
16422
16423 #. type: =head2
16424 #: ../src/guestfs-actions.pod:6595
16425 msgid "guestfs_txz_in"
16426 msgstr ""
16427
16428 #. type: verbatim
16429 #: ../src/guestfs-actions.pod:6597
16430 #, no-wrap
16431 msgid ""
16432 " int\n"
16433 " guestfs_txz_in (guestfs_h *g,\n"
16434 "                 const char *tarball,\n"
16435 "                 const char *directory);\n"
16436 "\n"
16437 msgstr ""
16438
16439 #. type: textblock
16440 #: ../src/guestfs-actions.pod:6602 ../fish/guestfish-actions.pod:4428
16441 msgid ""
16442 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16443 "tar file) into C<directory>."
16444 msgstr ""
16445
16446 #. type: =head2
16447 #: ../src/guestfs-actions.pod:6609
16448 msgid "guestfs_txz_out"
16449 msgstr ""
16450
16451 #. type: verbatim
16452 #: ../src/guestfs-actions.pod:6611
16453 #, no-wrap
16454 msgid ""
16455 " int\n"
16456 " guestfs_txz_out (guestfs_h *g,\n"
16457 "                  const char *directory,\n"
16458 "                  const char *tarball);\n"
16459 "\n"
16460 msgstr ""
16461
16462 #. type: textblock
16463 #: ../src/guestfs-actions.pod:6616 ../fish/guestfish-actions.pod:4437
16464 msgid ""
16465 "This command packs the contents of C<directory> and downloads it to local "
16466 "file C<tarball> (as an xz compressed tar archive)."
16467 msgstr ""
16468
16469 #. type: =head2
16470 #: ../src/guestfs-actions.pod:6623
16471 msgid "guestfs_umask"
16472 msgstr ""
16473
16474 #. type: verbatim
16475 #: ../src/guestfs-actions.pod:6625
16476 #, no-wrap
16477 msgid ""
16478 " int\n"
16479 " guestfs_umask (guestfs_h *g,\n"
16480 "                int mask);\n"
16481 "\n"
16482 msgstr ""
16483
16484 #. type: textblock
16485 #: ../src/guestfs-actions.pod:6629 ../fish/guestfish-actions.pod:4446
16486 msgid ""
16487 "This function sets the mask used for creating new files and device nodes to "
16488 "C<mask & 0777>."
16489 msgstr ""
16490
16491 #. type: textblock
16492 #: ../src/guestfs-actions.pod:6632 ../fish/guestfish-actions.pod:4449
16493 msgid ""
16494 "Typical umask values would be C<022> which creates new files with "
16495 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16496 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16497 msgstr ""
16498
16499 #. type: textblock
16500 #: ../src/guestfs-actions.pod:6637 ../fish/guestfish-actions.pod:4454
16501 msgid ""
16502 "The default umask is C<022>.  This is important because it means that "
16503 "directories and device nodes will be created with C<0644> or C<0755> mode "
16504 "even if you specify C<0777>."
16505 msgstr ""
16506
16507 #. type: textblock
16508 #: ../src/guestfs-actions.pod:6641
16509 msgid ""
16510 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16511 "C<guestfs_mkdir>."
16512 msgstr ""
16513
16514 #. type: textblock
16515 #: ../src/guestfs-actions.pod:6644 ../fish/guestfish-actions.pod:4461
16516 msgid "This call returns the previous umask."
16517 msgstr ""
16518
16519 #. type: =head2
16520 #: ../src/guestfs-actions.pod:6650
16521 msgid "guestfs_umount"
16522 msgstr ""
16523
16524 #. type: verbatim
16525 #: ../src/guestfs-actions.pod:6652
16526 #, no-wrap
16527 msgid ""
16528 " int\n"
16529 " guestfs_umount (guestfs_h *g,\n"
16530 "                 const char *pathordevice);\n"
16531 "\n"
16532 msgstr ""
16533
16534 #. type: textblock
16535 #: ../src/guestfs-actions.pod:6656 ../fish/guestfish-actions.pod:4469
16536 msgid ""
16537 "This unmounts the given filesystem.  The filesystem may be specified either "
16538 "by its mountpoint (path) or the device which contains the filesystem."
16539 msgstr ""
16540
16541 #. type: =head2
16542 #: ../src/guestfs-actions.pod:6664
16543 msgid "guestfs_umount_all"
16544 msgstr ""
16545
16546 #. type: verbatim
16547 #: ../src/guestfs-actions.pod:6666
16548 #, no-wrap
16549 msgid ""
16550 " int\n"
16551 " guestfs_umount_all (guestfs_h *g);\n"
16552 "\n"
16553 msgstr ""
16554
16555 #. type: textblock
16556 #: ../src/guestfs-actions.pod:6669 ../fish/guestfish-actions.pod:4479
16557 msgid "This unmounts all mounted filesystems."
16558 msgstr ""
16559
16560 #. type: textblock
16561 #: ../src/guestfs-actions.pod:6671 ../fish/guestfish-actions.pod:4481
16562 msgid "Some internal mounts are not unmounted by this call."
16563 msgstr ""
16564
16565 #. type: =head2
16566 #: ../src/guestfs-actions.pod:6677
16567 msgid "guestfs_upload"
16568 msgstr ""
16569
16570 #. type: verbatim
16571 #: ../src/guestfs-actions.pod:6679
16572 #, no-wrap
16573 msgid ""
16574 " int\n"
16575 " guestfs_upload (guestfs_h *g,\n"
16576 "                 const char *filename,\n"
16577 "                 const char *remotefilename);\n"
16578 "\n"
16579 msgstr ""
16580
16581 #. type: textblock
16582 #: ../src/guestfs-actions.pod:6684 ../src/guestfs-actions.pod:6708 ../fish/guestfish-actions.pod:4487 ../fish/guestfish-actions.pod:4500
16583 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16584 msgstr ""
16585
16586 #. type: textblock
16587 #: ../src/guestfs-actions.pod:6689
16588 msgid "See also C<guestfs_download>."
16589 msgstr ""
16590
16591 #. type: =head2
16592 #: ../src/guestfs-actions.pod:6700
16593 msgid "guestfs_upload_offset"
16594 msgstr ""
16595
16596 #. type: verbatim
16597 #: ../src/guestfs-actions.pod:6702
16598 #, no-wrap
16599 msgid ""
16600 " int\n"
16601 " guestfs_upload_offset (guestfs_h *g,\n"
16602 "                        const char *filename,\n"
16603 "                        const char *remotefilename,\n"
16604 "                        int64_t offset);\n"
16605 "\n"
16606 msgstr ""
16607
16608 #. type: textblock
16609 #: ../src/guestfs-actions.pod:6711 ../fish/guestfish-actions.pod:4503
16610 msgid ""
16611 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16612 "The intention is to overwrite parts of existing files or devices, although "
16613 "if a non-existant file is specified then it is created with a \"hole\" "
16614 "before C<offset>.  The size of the data written is implicit in the size of "
16615 "the source C<filename>."
16616 msgstr ""
16617
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:6718
16620 msgid ""
16621 "Note that there is no limit on the amount of data that can be uploaded with "
16622 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16623 "full amount unless an error occurs."
16624 msgstr ""
16625
16626 #. type: textblock
16627 #: ../src/guestfs-actions.pod:6723
16628 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16629 msgstr ""
16630
16631 #. type: =head2
16632 #: ../src/guestfs-actions.pod:6734
16633 msgid "guestfs_utimens"
16634 msgstr ""
16635
16636 #. type: verbatim
16637 #: ../src/guestfs-actions.pod:6736
16638 #, no-wrap
16639 msgid ""
16640 " int\n"
16641 " guestfs_utimens (guestfs_h *g,\n"
16642 "                  const char *path,\n"
16643 "                  int64_t atsecs,\n"
16644 "                  int64_t atnsecs,\n"
16645 "                  int64_t mtsecs,\n"
16646 "                  int64_t mtnsecs);\n"
16647 "\n"
16648 msgstr ""
16649
16650 #. type: textblock
16651 #: ../src/guestfs-actions.pod:6744 ../fish/guestfish-actions.pod:4523
16652 msgid "This command sets the timestamps of a file with nanosecond precision."
16653 msgstr ""
16654
16655 #. type: textblock
16656 #: ../src/guestfs-actions.pod:6747 ../fish/guestfish-actions.pod:4526
16657 msgid ""
16658 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16659 "from the epoch."
16660 msgstr ""
16661
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:6750 ../fish/guestfish-actions.pod:4529
16664 msgid ""
16665 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16666 "nanoseconds from the epoch."
16667 msgstr ""
16668
16669 #. type: textblock
16670 #: ../src/guestfs-actions.pod:6753 ../fish/guestfish-actions.pod:4532
16671 msgid ""
16672 "If the C<*nsecs> field contains the special value C<-1> then the "
16673 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16674 "ignored in this case)."
16675 msgstr ""
16676
16677 #. type: textblock
16678 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4536
16679 msgid ""
16680 "If the C<*nsecs> field contains the special value C<-2> then the "
16681 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16682 "in this case)."
16683 msgstr ""
16684
16685 #. type: =head2
16686 #: ../src/guestfs-actions.pod:6765 ../src/guestfs-structs.pod:175
16687 msgid "guestfs_version"
16688 msgstr ""
16689
16690 #. type: verbatim
16691 #: ../src/guestfs-actions.pod:6767
16692 #, no-wrap
16693 msgid ""
16694 " struct guestfs_version *\n"
16695 " guestfs_version (guestfs_h *g);\n"
16696 "\n"
16697 msgstr ""
16698
16699 #. type: textblock
16700 #: ../src/guestfs-actions.pod:6770 ../fish/guestfish-actions.pod:4544
16701 msgid "Return the libguestfs version number that the program is linked against."
16702 msgstr ""
16703
16704 #. type: textblock
16705 #: ../src/guestfs-actions.pod:6773 ../fish/guestfish-actions.pod:4547
16706 msgid ""
16707 "Note that because of dynamic linking this is not necessarily the version of "
16708 "libguestfs that you compiled against.  You can compile the program, and then "
16709 "at runtime dynamically link against a completely different C<libguestfs.so> "
16710 "library."
16711 msgstr ""
16712
16713 #. type: textblock
16714 #: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4552
16715 msgid ""
16716 "This call was added in version C<1.0.58>.  In previous versions of "
16717 "libguestfs there was no way to get the version number.  From C code you can "
16718 "use dynamic linker functions to find out if this symbol exists (if it "
16719 "doesn't, then it's an earlier version)."
16720 msgstr ""
16721
16722 #. type: textblock
16723 #: ../src/guestfs-actions.pod:6784 ../fish/guestfish-actions.pod:4558
16724 msgid ""
16725 "The call returns a structure with four elements.  The first three (C<major>, "
16726 "C<minor> and C<release>) are numbers and correspond to the usual version "
16727 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16728 "but may be used for distro-specific information."
16729 msgstr ""
16730
16731 #. type: textblock
16732 #: ../src/guestfs-actions.pod:6790 ../fish/guestfish-actions.pod:4564
16733 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16734 msgstr ""
16735
16736 #. type: textblock
16737 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4567
16738 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16739 msgstr ""
16740
16741 #. type: textblock
16742 #: ../src/guestfs-actions.pod:6795
16743 msgid ""
16744 "I<Note:> Don't use this call to test for availability of features.  In "
16745 "enterprise distributions we backport features from later versions into "
16746 "earlier versions, making this an unreliable way to test for features.  Use "
16747 "C<guestfs_available> instead."
16748 msgstr ""
16749
16750 #. type: textblock
16751 #: ../src/guestfs-actions.pod:6801
16752 msgid ""
16753 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16754 "error.  I<The caller must call C<guestfs_free_version> after use>."
16755 msgstr ""
16756
16757 #. type: textblock
16758 #: ../src/guestfs-actions.pod:6805
16759 msgid "(Added in 1.0.58)"
16760 msgstr ""
16761
16762 #. type: =head2
16763 #: ../src/guestfs-actions.pod:6807
16764 msgid "guestfs_vfs_label"
16765 msgstr ""
16766
16767 #. type: verbatim
16768 #: ../src/guestfs-actions.pod:6809
16769 #, no-wrap
16770 msgid ""
16771 " char *\n"
16772 " guestfs_vfs_label (guestfs_h *g,\n"
16773 "                    const char *device);\n"
16774 "\n"
16775 msgstr ""
16776
16777 #. type: textblock
16778 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4579
16779 msgid "This returns the filesystem label of the filesystem on C<device>."
16780 msgstr ""
16781
16782 #. type: textblock
16783 #: ../src/guestfs-actions.pod:6816 ../fish/guestfish-actions.pod:4582
16784 msgid "If the filesystem is unlabeled, this returns the empty string."
16785 msgstr ""
16786
16787 #. type: textblock
16788 #: ../src/guestfs-actions.pod:6818
16789 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16790 msgstr ""
16791
16792 #. type: textblock
16793 #: ../src/guestfs-actions.pod:6823 ../src/guestfs-actions.pod:6860
16794 msgid "(Added in 1.3.18)"
16795 msgstr ""
16796
16797 #. type: =head2
16798 #: ../src/guestfs-actions.pod:6825
16799 msgid "guestfs_vfs_type"
16800 msgstr ""
16801
16802 #. type: verbatim
16803 #: ../src/guestfs-actions.pod:6827
16804 #, no-wrap
16805 msgid ""
16806 " char *\n"
16807 " guestfs_vfs_type (guestfs_h *g,\n"
16808 "                   const char *device);\n"
16809 "\n"
16810 msgstr ""
16811
16812 #. type: textblock
16813 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4590
16814 msgid ""
16815 "This command gets the filesystem type corresponding to the filesystem on "
16816 "C<device>."
16817 msgstr ""
16818
16819 #. type: textblock
16820 #: ../src/guestfs-actions.pod:6834 ../fish/guestfish-actions.pod:4593
16821 msgid ""
16822 "For most filesystems, the result is the name of the Linux VFS module which "
16823 "would be used to mount this filesystem if you mounted it without specifying "
16824 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16825 msgstr ""
16826
16827 #. type: =head2
16828 #: ../src/guestfs-actions.pod:6844
16829 msgid "guestfs_vfs_uuid"
16830 msgstr ""
16831
16832 #. type: verbatim
16833 #: ../src/guestfs-actions.pod:6846
16834 #, no-wrap
16835 msgid ""
16836 " char *\n"
16837 " guestfs_vfs_uuid (guestfs_h *g,\n"
16838 "                   const char *device);\n"
16839 "\n"
16840 msgstr ""
16841
16842 #. type: textblock
16843 #: ../src/guestfs-actions.pod:6850 ../fish/guestfish-actions.pod:4602
16844 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16845 msgstr ""
16846
16847 #. type: textblock
16848 #: ../src/guestfs-actions.pod:6853 ../fish/guestfish-actions.pod:4605
16849 msgid "If the filesystem does not have a UUID, this returns the empty string."
16850 msgstr ""
16851
16852 #. type: textblock
16853 #: ../src/guestfs-actions.pod:6855
16854 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16855 msgstr ""
16856
16857 #. type: =head2
16858 #: ../src/guestfs-actions.pod:6862
16859 msgid "guestfs_vg_activate"
16860 msgstr ""
16861
16862 #. type: verbatim
16863 #: ../src/guestfs-actions.pod:6864
16864 #, no-wrap
16865 msgid ""
16866 " int\n"
16867 " guestfs_vg_activate (guestfs_h *g,\n"
16868 "                      int activate,\n"
16869 "                      char *const *volgroups);\n"
16870 "\n"
16871 msgstr ""
16872
16873 #. type: textblock
16874 #: ../src/guestfs-actions.pod:6869 ../fish/guestfish-actions.pod:4613
16875 msgid ""
16876 "This command activates or (if C<activate> is false) deactivates all logical "
16877 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16878 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16879 "deactivated, then those devices disappear."
16880 msgstr ""
16881
16882 #. type: textblock
16883 #: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4619
16884 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16885 msgstr ""
16886
16887 #. type: textblock
16888 #: ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4621
16889 msgid ""
16890 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16891 "activated or deactivated."
16892 msgstr ""
16893
16894 #. type: =head2
16895 #: ../src/guestfs-actions.pod:6884
16896 msgid "guestfs_vg_activate_all"
16897 msgstr ""
16898
16899 #. type: verbatim
16900 #: ../src/guestfs-actions.pod:6886
16901 #, no-wrap
16902 msgid ""
16903 " int\n"
16904 " guestfs_vg_activate_all (guestfs_h *g,\n"
16905 "                          int activate);\n"
16906 "\n"
16907 msgstr ""
16908
16909 #. type: textblock
16910 #: ../src/guestfs-actions.pod:6890 ../fish/guestfish-actions.pod:4628
16911 msgid ""
16912 "This command activates or (if C<activate> is false) deactivates all logical "
16913 "volumes in all volume groups.  If activated, then they are made known to the "
16914 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16915 "those devices disappear."
16916 msgstr ""
16917
16918 #. type: textblock
16919 #: ../src/guestfs-actions.pod:6896 ../fish/guestfish-actions.pod:4634
16920 msgid "This command is the same as running C<vgchange -a y|n>"
16921 msgstr ""
16922
16923 #. type: =head2
16924 #: ../src/guestfs-actions.pod:6902
16925 msgid "guestfs_vgcreate"
16926 msgstr ""
16927
16928 #. type: verbatim
16929 #: ../src/guestfs-actions.pod:6904
16930 #, no-wrap
16931 msgid ""
16932 " int\n"
16933 " guestfs_vgcreate (guestfs_h *g,\n"
16934 "                   const char *volgroup,\n"
16935 "                   char *const *physvols);\n"
16936 "\n"
16937 msgstr ""
16938
16939 #. type: textblock
16940 #: ../src/guestfs-actions.pod:6909 ../fish/guestfish-actions.pod:4640
16941 msgid ""
16942 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16943 "of physical volumes C<physvols>."
16944 msgstr ""
16945
16946 #. type: =head2
16947 #: ../src/guestfs-actions.pod:6916
16948 msgid "guestfs_vglvuuids"
16949 msgstr ""
16950
16951 #. type: verbatim
16952 #: ../src/guestfs-actions.pod:6918
16953 #, no-wrap
16954 msgid ""
16955 " char **\n"
16956 " guestfs_vglvuuids (guestfs_h *g,\n"
16957 "                    const char *vgname);\n"
16958 "\n"
16959 msgstr ""
16960
16961 #. type: textblock
16962 #: ../src/guestfs-actions.pod:6922 ../fish/guestfish-actions.pod:4647
16963 msgid ""
16964 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16965 "volumes created in this volume group."
16966 msgstr ""
16967
16968 #. type: textblock
16969 #: ../src/guestfs-actions.pod:6925
16970 msgid ""
16971 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16972 "associate logical volumes and volume groups."
16973 msgstr ""
16974
16975 #. type: textblock
16976 #: ../src/guestfs-actions.pod:6928
16977 msgid "See also C<guestfs_vgpvuuids>."
16978 msgstr ""
16979
16980 #. type: =head2
16981 #: ../src/guestfs-actions.pod:6936
16982 msgid "guestfs_vgpvuuids"
16983 msgstr ""
16984
16985 #. type: verbatim
16986 #: ../src/guestfs-actions.pod:6938
16987 #, no-wrap
16988 msgid ""
16989 " char **\n"
16990 " guestfs_vgpvuuids (guestfs_h *g,\n"
16991 "                    const char *vgname);\n"
16992 "\n"
16993 msgstr ""
16994
16995 #. type: textblock
16996 #: ../src/guestfs-actions.pod:6942 ../fish/guestfish-actions.pod:4659
16997 msgid ""
16998 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16999 "volumes that this volume group resides on."
17000 msgstr ""
17001
17002 #. type: textblock
17003 #: ../src/guestfs-actions.pod:6945
17004 msgid ""
17005 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17006 "associate physical volumes and volume groups."
17007 msgstr ""
17008
17009 #. type: textblock
17010 #: ../src/guestfs-actions.pod:6948
17011 msgid "See also C<guestfs_vglvuuids>."
17012 msgstr ""
17013
17014 #. type: =head2
17015 #: ../src/guestfs-actions.pod:6956
17016 msgid "guestfs_vgremove"
17017 msgstr ""
17018
17019 #. type: verbatim
17020 #: ../src/guestfs-actions.pod:6958
17021 #, no-wrap
17022 msgid ""
17023 " int\n"
17024 " guestfs_vgremove (guestfs_h *g,\n"
17025 "                   const char *vgname);\n"
17026 "\n"
17027 msgstr ""
17028
17029 #. type: textblock
17030 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4671
17031 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17032 msgstr ""
17033
17034 #. type: textblock
17035 #: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4673
17036 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17037 msgstr ""
17038
17039 #. type: =head2
17040 #: ../src/guestfs-actions.pod:6971
17041 msgid "guestfs_vgrename"
17042 msgstr ""
17043
17044 #. type: verbatim
17045 #: ../src/guestfs-actions.pod:6973
17046 #, no-wrap
17047 msgid ""
17048 " int\n"
17049 " guestfs_vgrename (guestfs_h *g,\n"
17050 "                   const char *volgroup,\n"
17051 "                   const char *newvolgroup);\n"
17052 "\n"
17053 msgstr ""
17054
17055 #. type: textblock
17056 #: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4680
17057 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17058 msgstr ""
17059
17060 #. type: =head2
17061 #: ../src/guestfs-actions.pod:6984
17062 msgid "guestfs_vgs"
17063 msgstr ""
17064
17065 #. type: verbatim
17066 #: ../src/guestfs-actions.pod:6986
17067 #, no-wrap
17068 msgid ""
17069 " char **\n"
17070 " guestfs_vgs (guestfs_h *g);\n"
17071 "\n"
17072 msgstr ""
17073
17074 #. type: textblock
17075 #: ../src/guestfs-actions.pod:6989 ../fish/guestfish-actions.pod:4686
17076 msgid ""
17077 "List all the volumes groups detected.  This is the equivalent of the "
17078 "L<vgs(8)> command."
17079 msgstr ""
17080
17081 #. type: textblock
17082 #: ../src/guestfs-actions.pod:6992 ../fish/guestfish-actions.pod:4689
17083 msgid ""
17084 "This returns a list of just the volume group names that were detected "
17085 "(eg. C<VolGroup00>)."
17086 msgstr ""
17087
17088 #. type: textblock
17089 #: ../src/guestfs-actions.pod:6995
17090 msgid "See also C<guestfs_vgs_full>."
17091 msgstr ""
17092
17093 #. type: =head2
17094 #: ../src/guestfs-actions.pod:7003
17095 msgid "guestfs_vgs_full"
17096 msgstr ""
17097
17098 #. type: verbatim
17099 #: ../src/guestfs-actions.pod:7005
17100 #, no-wrap
17101 msgid ""
17102 " struct guestfs_lvm_vg_list *\n"
17103 " guestfs_vgs_full (guestfs_h *g);\n"
17104 "\n"
17105 msgstr ""
17106
17107 #. type: textblock
17108 #: ../src/guestfs-actions.pod:7008 ../fish/guestfish-actions.pod:4698
17109 msgid ""
17110 "List all the volumes groups detected.  This is the equivalent of the "
17111 "L<vgs(8)> command.  The \"full\" version includes all fields."
17112 msgstr ""
17113
17114 #. type: textblock
17115 #: ../src/guestfs-actions.pod:7011
17116 msgid ""
17117 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17118 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17119 "use>."
17120 msgstr ""
17121
17122 #. type: =head2
17123 #: ../src/guestfs-actions.pod:7017
17124 msgid "guestfs_vgscan"
17125 msgstr ""
17126
17127 #. type: verbatim
17128 #: ../src/guestfs-actions.pod:7019
17129 #, no-wrap
17130 msgid ""
17131 " int\n"
17132 " guestfs_vgscan (guestfs_h *g);\n"
17133 "\n"
17134 msgstr ""
17135
17136 #. type: textblock
17137 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4705
17138 msgid ""
17139 "This rescans all block devices and rebuilds the list of LVM physical "
17140 "volumes, volume groups and logical volumes."
17141 msgstr ""
17142
17143 #. type: =head2
17144 #: ../src/guestfs-actions.pod:7029
17145 msgid "guestfs_vguuid"
17146 msgstr ""
17147
17148 #. type: verbatim
17149 #: ../src/guestfs-actions.pod:7031
17150 #, no-wrap
17151 msgid ""
17152 " char *\n"
17153 " guestfs_vguuid (guestfs_h *g,\n"
17154 "                 const char *vgname);\n"
17155 "\n"
17156 msgstr ""
17157
17158 #. type: textblock
17159 #: ../src/guestfs-actions.pod:7035 ../fish/guestfish-actions.pod:4712
17160 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17161 msgstr ""
17162
17163 #. type: =head2
17164 #: ../src/guestfs-actions.pod:7042
17165 msgid "guestfs_wait_ready"
17166 msgstr ""
17167
17168 #. type: verbatim
17169 #: ../src/guestfs-actions.pod:7044
17170 #, no-wrap
17171 msgid ""
17172 " int\n"
17173 " guestfs_wait_ready (guestfs_h *g);\n"
17174 "\n"
17175 msgstr ""
17176
17177 #. type: textblock
17178 #: ../src/guestfs-actions.pod:7047
17179 msgid "This function is a no op."
17180 msgstr ""
17181
17182 #. type: textblock
17183 #: ../src/guestfs-actions.pod:7049
17184 msgid ""
17185 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17186 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17187 "is no longer necessary because C<guestfs_launch> now does the waiting."
17188 msgstr ""
17189
17190 #. type: textblock
17191 #: ../src/guestfs-actions.pod:7054
17192 msgid ""
17193 "If you see any calls to this function in code then you can just remove them, "
17194 "unless you want to retain compatibility with older versions of the API."
17195 msgstr ""
17196
17197 #. type: =head2
17198 #: ../src/guestfs-actions.pod:7062
17199 msgid "guestfs_wc_c"
17200 msgstr ""
17201
17202 #. type: verbatim
17203 #: ../src/guestfs-actions.pod:7064
17204 #, no-wrap
17205 msgid ""
17206 " int\n"
17207 " guestfs_wc_c (guestfs_h *g,\n"
17208 "               const char *path);\n"
17209 "\n"
17210 msgstr ""
17211
17212 #. type: textblock
17213 #: ../src/guestfs-actions.pod:7068 ../fish/guestfish-actions.pod:4718
17214 msgid ""
17215 "This command counts the characters in a file, using the C<wc -c> external "
17216 "command."
17217 msgstr ""
17218
17219 #. type: =head2
17220 #: ../src/guestfs-actions.pod:7075
17221 msgid "guestfs_wc_l"
17222 msgstr ""
17223
17224 #. type: verbatim
17225 #: ../src/guestfs-actions.pod:7077
17226 #, no-wrap
17227 msgid ""
17228 " int\n"
17229 " guestfs_wc_l (guestfs_h *g,\n"
17230 "               const char *path);\n"
17231 "\n"
17232 msgstr ""
17233
17234 #. type: textblock
17235 #: ../src/guestfs-actions.pod:7081 ../fish/guestfish-actions.pod:4725
17236 msgid ""
17237 "This command counts the lines in a file, using the C<wc -l> external "
17238 "command."
17239 msgstr ""
17240
17241 #. type: =head2
17242 #: ../src/guestfs-actions.pod:7088
17243 msgid "guestfs_wc_w"
17244 msgstr ""
17245
17246 #. type: verbatim
17247 #: ../src/guestfs-actions.pod:7090
17248 #, no-wrap
17249 msgid ""
17250 " int\n"
17251 " guestfs_wc_w (guestfs_h *g,\n"
17252 "               const char *path);\n"
17253 "\n"
17254 msgstr ""
17255
17256 #. type: textblock
17257 #: ../src/guestfs-actions.pod:7094 ../fish/guestfish-actions.pod:4732
17258 msgid ""
17259 "This command counts the words in a file, using the C<wc -w> external "
17260 "command."
17261 msgstr ""
17262
17263 #. type: =head2
17264 #: ../src/guestfs-actions.pod:7101
17265 msgid "guestfs_write"
17266 msgstr ""
17267
17268 #. type: verbatim
17269 #: ../src/guestfs-actions.pod:7103
17270 #, no-wrap
17271 msgid ""
17272 " int\n"
17273 " guestfs_write (guestfs_h *g,\n"
17274 "                const char *path,\n"
17275 "                const char *content,\n"
17276 "                size_t content_size);\n"
17277 "\n"
17278 msgstr ""
17279
17280 #. type: textblock
17281 #: ../src/guestfs-actions.pod:7109 ../fish/guestfish-actions.pod:4739
17282 msgid ""
17283 "This call creates a file called C<path>.  The content of the file is the "
17284 "string C<content> (which can contain any 8 bit data)."
17285 msgstr ""
17286
17287 #. type: =head2
17288 #: ../src/guestfs-actions.pod:7119
17289 msgid "guestfs_write_file"
17290 msgstr ""
17291
17292 #. type: verbatim
17293 #: ../src/guestfs-actions.pod:7121
17294 #, no-wrap
17295 msgid ""
17296 " int\n"
17297 " guestfs_write_file (guestfs_h *g,\n"
17298 "                     const char *path,\n"
17299 "                     const char *content,\n"
17300 "                     int size);\n"
17301 "\n"
17302 msgstr ""
17303
17304 #. type: textblock
17305 #: ../src/guestfs-actions.pod:7127 ../fish/guestfish-actions.pod:4749
17306 msgid ""
17307 "This call creates a file called C<path>.  The contents of the file is the "
17308 "string C<content> (which can contain any 8 bit data), with length C<size>."
17309 msgstr ""
17310
17311 #. type: textblock
17312 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4753
17313 msgid ""
17314 "As a special case, if C<size> is C<0> then the length is calculated using "
17315 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17316 msgstr ""
17317
17318 #. type: textblock
17319 #: ../src/guestfs-actions.pod:7135 ../fish/guestfish-actions.pod:4757
17320 msgid ""
17321 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17322 "I<not> work, even if the length is specified."
17323 msgstr ""
17324
17325 #. type: textblock
17326 #: ../src/guestfs-actions.pod:7143 ../fish/guestfish-actions.pod:4763
17327 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17328 msgstr ""
17329
17330 #. type: =head2
17331 #: ../src/guestfs-actions.pod:7152
17332 msgid "guestfs_zegrep"
17333 msgstr ""
17334
17335 #. type: verbatim
17336 #: ../src/guestfs-actions.pod:7154
17337 #, no-wrap
17338 msgid ""
17339 " char **\n"
17340 " guestfs_zegrep (guestfs_h *g,\n"
17341 "                 const char *regex,\n"
17342 "                 const char *path);\n"
17343 "\n"
17344 msgstr ""
17345
17346 #. type: textblock
17347 #: ../src/guestfs-actions.pod:7159 ../fish/guestfish-actions.pod:4774
17348 msgid "This calls the external C<zegrep> program and returns the matching lines."
17349 msgstr ""
17350
17351 #. type: =head2
17352 #: ../src/guestfs-actions.pod:7171
17353 msgid "guestfs_zegrepi"
17354 msgstr ""
17355
17356 #. type: verbatim
17357 #: ../src/guestfs-actions.pod:7173
17358 #, no-wrap
17359 msgid ""
17360 " char **\n"
17361 " guestfs_zegrepi (guestfs_h *g,\n"
17362 "                  const char *regex,\n"
17363 "                  const char *path);\n"
17364 "\n"
17365 msgstr ""
17366
17367 #. type: textblock
17368 #: ../src/guestfs-actions.pod:7178 ../fish/guestfish-actions.pod:4784
17369 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17370 msgstr ""
17371
17372 #. type: =head2
17373 #: ../src/guestfs-actions.pod:7190
17374 msgid "guestfs_zero"
17375 msgstr ""
17376
17377 #. type: verbatim
17378 #: ../src/guestfs-actions.pod:7192
17379 #, no-wrap
17380 msgid ""
17381 " int\n"
17382 " guestfs_zero (guestfs_h *g,\n"
17383 "               const char *device);\n"
17384 "\n"
17385 msgstr ""
17386
17387 #. type: textblock
17388 #: ../src/guestfs-actions.pod:7196 ../fish/guestfish-actions.pod:4794
17389 msgid "This command writes zeroes over the first few blocks of C<device>."
17390 msgstr ""
17391
17392 #. type: textblock
17393 #: ../src/guestfs-actions.pod:7198 ../fish/guestfish-actions.pod:4796
17394 msgid ""
17395 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17396 "securely wipe the device).  It should be sufficient to remove any partition "
17397 "tables, filesystem superblocks and so on."
17398 msgstr ""
17399
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:7202
17402 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17403 msgstr ""
17404
17405 #. type: =head2
17406 #: ../src/guestfs-actions.pod:7213
17407 msgid "guestfs_zero_device"
17408 msgstr ""
17409
17410 #. type: verbatim
17411 #: ../src/guestfs-actions.pod:7215
17412 #, no-wrap
17413 msgid ""
17414 " int\n"
17415 " guestfs_zero_device (guestfs_h *g,\n"
17416 "                      const char *device);\n"
17417 "\n"
17418 msgstr ""
17419
17420 #. type: textblock
17421 #: ../src/guestfs-actions.pod:7219
17422 msgid ""
17423 "This command writes zeroes over the entire C<device>.  Compare with "
17424 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17425 msgstr ""
17426
17427 #. type: textblock
17428 #: ../src/guestfs-actions.pod:7233
17429 msgid "(Added in 1.3.1)"
17430 msgstr ""
17431
17432 #. type: =head2
17433 #: ../src/guestfs-actions.pod:7235
17434 msgid "guestfs_zerofree"
17435 msgstr ""
17436
17437 #. type: verbatim
17438 #: ../src/guestfs-actions.pod:7237
17439 #, no-wrap
17440 msgid ""
17441 " int\n"
17442 " guestfs_zerofree (guestfs_h *g,\n"
17443 "                   const char *device);\n"
17444 "\n"
17445 msgstr ""
17446
17447 #. type: textblock
17448 #: ../src/guestfs-actions.pod:7241 ../fish/guestfish-actions.pod:4817
17449 msgid ""
17450 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17451 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17452 "possible to compress the filesystem more effectively."
17453 msgstr ""
17454
17455 #. type: textblock
17456 #: ../src/guestfs-actions.pod:7246 ../fish/guestfish-actions.pod:4822
17457 msgid "You should B<not> run this program if the filesystem is mounted."
17458 msgstr ""
17459
17460 #. type: textblock
17461 #: ../src/guestfs-actions.pod:7249 ../fish/guestfish-actions.pod:4825
17462 msgid ""
17463 "It is possible that using this program can damage the filesystem or data on "
17464 "the filesystem."
17465 msgstr ""
17466
17467 #. type: =head2
17468 #: ../src/guestfs-actions.pod:7256
17469 msgid "guestfs_zfgrep"
17470 msgstr ""
17471
17472 #. type: verbatim
17473 #: ../src/guestfs-actions.pod:7258
17474 #, no-wrap
17475 msgid ""
17476 " char **\n"
17477 " guestfs_zfgrep (guestfs_h *g,\n"
17478 "                 const char *pattern,\n"
17479 "                 const char *path);\n"
17480 "\n"
17481 msgstr ""
17482
17483 #. type: textblock
17484 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4832
17485 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17486 msgstr ""
17487
17488 #. type: =head2
17489 #: ../src/guestfs-actions.pod:7275
17490 msgid "guestfs_zfgrepi"
17491 msgstr ""
17492
17493 #. type: verbatim
17494 #: ../src/guestfs-actions.pod:7277
17495 #, no-wrap
17496 msgid ""
17497 " char **\n"
17498 " guestfs_zfgrepi (guestfs_h *g,\n"
17499 "                  const char *pattern,\n"
17500 "                  const char *path);\n"
17501 "\n"
17502 msgstr ""
17503
17504 #. type: textblock
17505 #: ../src/guestfs-actions.pod:7282 ../fish/guestfish-actions.pod:4842
17506 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17507 msgstr ""
17508
17509 #. type: =head2
17510 #: ../src/guestfs-actions.pod:7294
17511 msgid "guestfs_zfile"
17512 msgstr ""
17513
17514 #. type: verbatim
17515 #: ../src/guestfs-actions.pod:7296
17516 #, no-wrap
17517 msgid ""
17518 " char *\n"
17519 " guestfs_zfile (guestfs_h *g,\n"
17520 "                const char *meth,\n"
17521 "                const char *path);\n"
17522 "\n"
17523 msgstr ""
17524
17525 #. type: textblock
17526 #: ../src/guestfs-actions.pod:7301 ../fish/guestfish-actions.pod:4852
17527 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17528 msgstr ""
17529
17530 #. type: textblock
17531 #: ../src/guestfs-actions.pod:7304 ../fish/guestfish-actions.pod:4855
17532 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17533 msgstr ""
17534
17535 #. type: textblock
17536 #: ../src/guestfs-actions.pod:7306
17537 msgid ""
17538 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17539 "files."
17540 msgstr ""
17541
17542 #. type: textblock
17543 #: ../src/guestfs-actions.pod:7312 ../fish/guestfish-actions.pod:4860
17544 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17545 msgstr ""
17546
17547 #. type: =head2
17548 #: ../src/guestfs-actions.pod:7321
17549 msgid "guestfs_zgrep"
17550 msgstr ""
17551
17552 #. type: verbatim
17553 #: ../src/guestfs-actions.pod:7323
17554 #, no-wrap
17555 msgid ""
17556 " char **\n"
17557 " guestfs_zgrep (guestfs_h *g,\n"
17558 "                const char *regex,\n"
17559 "                const char *path);\n"
17560 "\n"
17561 msgstr ""
17562
17563 #. type: textblock
17564 #: ../src/guestfs-actions.pod:7328 ../fish/guestfish-actions.pod:4871
17565 msgid "This calls the external C<zgrep> program and returns the matching lines."
17566 msgstr ""
17567
17568 #. type: =head2
17569 #: ../src/guestfs-actions.pod:7340
17570 msgid "guestfs_zgrepi"
17571 msgstr ""
17572
17573 #. type: verbatim
17574 #: ../src/guestfs-actions.pod:7342
17575 #, no-wrap
17576 msgid ""
17577 " char **\n"
17578 " guestfs_zgrepi (guestfs_h *g,\n"
17579 "                 const char *regex,\n"
17580 "                 const char *path);\n"
17581 "\n"
17582 msgstr ""
17583
17584 #. type: textblock
17585 #: ../src/guestfs-actions.pod:7347 ../fish/guestfish-actions.pod:4881
17586 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17587 msgstr ""
17588
17589 #. type: =item
17590 #: ../src/guestfs-availability.pod:3
17591 msgid "B<augeas>"
17592 msgstr ""
17593
17594 #. type: textblock
17595 #: ../src/guestfs-availability.pod:5
17596 msgid ""
17597 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17598 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17599 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17600 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17601 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17602 msgstr ""
17603
17604 #. type: =item
17605 #: ../src/guestfs-availability.pod:21
17606 msgid "B<inotify>"
17607 msgstr ""
17608
17609 #. type: textblock
17610 #: ../src/guestfs-availability.pod:23
17611 msgid ""
17612 "The following functions: L</guestfs_inotify_add_watch> "
17613 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17614 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17615 msgstr ""
17616
17617 #. type: =item
17618 #: ../src/guestfs-availability.pod:31
17619 msgid "B<linuxfsuuid>"
17620 msgstr ""
17621
17622 #. type: textblock
17623 #: ../src/guestfs-availability.pod:33
17624 msgid ""
17625 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17626 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17627 msgstr ""
17628
17629 #. type: =item
17630 #: ../src/guestfs-availability.pod:40
17631 msgid "B<linuxmodules>"
17632 msgstr ""
17633
17634 #. type: textblock
17635 #: ../src/guestfs-availability.pod:42
17636 msgid "The following functions: L</guestfs_modprobe>"
17637 msgstr ""
17638
17639 #. type: =item
17640 #: ../src/guestfs-availability.pod:45
17641 msgid "B<linuxxattrs>"
17642 msgstr ""
17643
17644 #. type: textblock
17645 #: ../src/guestfs-availability.pod:47
17646 msgid ""
17647 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17648 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17649 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17650 "L</guestfs_setxattr>"
17651 msgstr ""
17652
17653 #. type: =item
17654 #: ../src/guestfs-availability.pod:58
17655 msgid "B<luks>"
17656 msgstr ""
17657
17658 #. type: textblock
17659 #: ../src/guestfs-availability.pod:60
17660 msgid ""
17661 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17662 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17663 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17664 msgstr ""
17665
17666 #. type: =item
17667 #: ../src/guestfs-availability.pod:69
17668 msgid "B<lvm2>"
17669 msgstr ""
17670
17671 #. type: textblock
17672 #: ../src/guestfs-availability.pod:71
17673 msgid ""
17674 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17675 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17676 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17677 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17678 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17679 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17680 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17681 "L</guestfs_vgs_full>"
17682 msgstr ""
17683
17684 #. type: =item
17685 #: ../src/guestfs-availability.pod:94
17686 msgid "B<mknod>"
17687 msgstr ""
17688
17689 #. type: textblock
17690 #: ../src/guestfs-availability.pod:96
17691 msgid ""
17692 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17693 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17694 msgstr ""
17695
17696 #. type: =item
17697 #: ../src/guestfs-availability.pod:102
17698 msgid "B<ntfs3g>"
17699 msgstr ""
17700
17701 #. type: textblock
17702 #: ../src/guestfs-availability.pod:104
17703 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17704 msgstr ""
17705
17706 #. type: =item
17707 #: ../src/guestfs-availability.pod:107
17708 msgid "B<ntfsprogs>"
17709 msgstr ""
17710
17711 #. type: textblock
17712 #: ../src/guestfs-availability.pod:109
17713 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17714 msgstr ""
17715
17716 #. type: =item
17717 #: ../src/guestfs-availability.pod:113
17718 msgid "B<realpath>"
17719 msgstr ""
17720
17721 #. type: textblock
17722 #: ../src/guestfs-availability.pod:115
17723 msgid "The following functions: L</guestfs_realpath>"
17724 msgstr ""
17725
17726 #. type: =item
17727 #: ../src/guestfs-availability.pod:118
17728 msgid "B<scrub>"
17729 msgstr ""
17730
17731 #. type: textblock
17732 #: ../src/guestfs-availability.pod:120
17733 msgid ""
17734 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17735 "L</guestfs_scrub_freespace>"
17736 msgstr ""
17737
17738 #. type: =item
17739 #: ../src/guestfs-availability.pod:125
17740 msgid "B<selinux>"
17741 msgstr ""
17742
17743 #. type: textblock
17744 #: ../src/guestfs-availability.pod:127
17745 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17746 msgstr ""
17747
17748 #. type: =item
17749 #: ../src/guestfs-availability.pod:131
17750 msgid "B<xz>"
17751 msgstr ""
17752
17753 #. type: textblock
17754 #: ../src/guestfs-availability.pod:133
17755 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17756 msgstr ""
17757
17758 #. type: =item
17759 #: ../src/guestfs-availability.pod:137
17760 msgid "B<zerofree>"
17761 msgstr ""
17762
17763 #. type: textblock
17764 #: ../src/guestfs-availability.pod:139
17765 msgid "The following functions: L</guestfs_zerofree>"
17766 msgstr ""
17767
17768 #. type: =head2
17769 #: ../src/guestfs-structs.pod:1
17770 msgid "guestfs_int_bool"
17771 msgstr ""
17772
17773 #. type: verbatim
17774 #: ../src/guestfs-structs.pod:3
17775 #, no-wrap
17776 msgid ""
17777 " struct guestfs_int_bool {\n"
17778 "   int32_t i;\n"
17779 "   int32_t b;\n"
17780 " };\n"
17781 " \n"
17782 msgstr ""
17783
17784 #. type: verbatim
17785 #: ../src/guestfs-structs.pod:8
17786 #, no-wrap
17787 msgid ""
17788 " struct guestfs_int_bool_list {\n"
17789 "   uint32_t len; /* Number of elements in list. */\n"
17790 "   struct guestfs_int_bool *val; /* Elements. */\n"
17791 " };\n"
17792 " \n"
17793 msgstr ""
17794
17795 #. type: verbatim
17796 #: ../src/guestfs-structs.pod:13
17797 #, no-wrap
17798 msgid ""
17799 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17800 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17801 "\n"
17802 msgstr ""
17803
17804 #. type: =head2
17805 #: ../src/guestfs-structs.pod:16
17806 msgid "guestfs_lvm_pv"
17807 msgstr ""
17808
17809 #. type: verbatim
17810 #: ../src/guestfs-structs.pod:18
17811 #, no-wrap
17812 msgid ""
17813 " struct guestfs_lvm_pv {\n"
17814 "   char *pv_name;\n"
17815 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17816 "*/\n"
17817 "   char pv_uuid[32];\n"
17818 "   char *pv_fmt;\n"
17819 "   uint64_t pv_size;\n"
17820 "   uint64_t dev_size;\n"
17821 "   uint64_t pv_free;\n"
17822 "   uint64_t pv_used;\n"
17823 "   char *pv_attr;\n"
17824 "   int64_t pv_pe_count;\n"
17825 "   int64_t pv_pe_alloc_count;\n"
17826 "   char *pv_tags;\n"
17827 "   uint64_t pe_start;\n"
17828 "   int64_t pv_mda_count;\n"
17829 "   uint64_t pv_mda_free;\n"
17830 " };\n"
17831 " \n"
17832 msgstr ""
17833
17834 #. type: verbatim
17835 #: ../src/guestfs-structs.pod:36
17836 #, no-wrap
17837 msgid ""
17838 " struct guestfs_lvm_pv_list {\n"
17839 "   uint32_t len; /* Number of elements in list. */\n"
17840 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17841 " };\n"
17842 " \n"
17843 msgstr ""
17844
17845 #. type: verbatim
17846 #: ../src/guestfs-structs.pod:41
17847 #, no-wrap
17848 msgid ""
17849 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17850 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17851 "\n"
17852 msgstr ""
17853
17854 #. type: =head2
17855 #: ../src/guestfs-structs.pod:44
17856 msgid "guestfs_lvm_vg"
17857 msgstr ""
17858
17859 #. type: verbatim
17860 #: ../src/guestfs-structs.pod:46
17861 #, no-wrap
17862 msgid ""
17863 " struct guestfs_lvm_vg {\n"
17864 "   char *vg_name;\n"
17865 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17866 "*/\n"
17867 "   char vg_uuid[32];\n"
17868 "   char *vg_fmt;\n"
17869 "   char *vg_attr;\n"
17870 "   uint64_t vg_size;\n"
17871 "   uint64_t vg_free;\n"
17872 "   char *vg_sysid;\n"
17873 "   uint64_t vg_extent_size;\n"
17874 "   int64_t vg_extent_count;\n"
17875 "   int64_t vg_free_count;\n"
17876 "   int64_t max_lv;\n"
17877 "   int64_t max_pv;\n"
17878 "   int64_t pv_count;\n"
17879 "   int64_t lv_count;\n"
17880 "   int64_t snap_count;\n"
17881 "   int64_t vg_seqno;\n"
17882 "   char *vg_tags;\n"
17883 "   int64_t vg_mda_count;\n"
17884 "   uint64_t vg_mda_free;\n"
17885 " };\n"
17886 " \n"
17887 msgstr ""
17888
17889 #. type: verbatim
17890 #: ../src/guestfs-structs.pod:69
17891 #, no-wrap
17892 msgid ""
17893 " struct guestfs_lvm_vg_list {\n"
17894 "   uint32_t len; /* Number of elements in list. */\n"
17895 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17896 " };\n"
17897 " \n"
17898 msgstr ""
17899
17900 #. type: verbatim
17901 #: ../src/guestfs-structs.pod:74
17902 #, no-wrap
17903 msgid ""
17904 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17905 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17906 "\n"
17907 msgstr ""
17908
17909 #. type: =head2
17910 #: ../src/guestfs-structs.pod:77
17911 msgid "guestfs_lvm_lv"
17912 msgstr ""
17913
17914 #. type: verbatim
17915 #: ../src/guestfs-structs.pod:79
17916 #, no-wrap
17917 msgid ""
17918 " struct guestfs_lvm_lv {\n"
17919 "   char *lv_name;\n"
17920 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17921 "*/\n"
17922 "   char lv_uuid[32];\n"
17923 "   char *lv_attr;\n"
17924 "   int64_t lv_major;\n"
17925 "   int64_t lv_minor;\n"
17926 "   int64_t lv_kernel_major;\n"
17927 "   int64_t lv_kernel_minor;\n"
17928 "   uint64_t lv_size;\n"
17929 "   int64_t seg_count;\n"
17930 "   char *origin;\n"
17931 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17932 "   float snap_percent;\n"
17933 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17934 "   float copy_percent;\n"
17935 "   char *move_pv;\n"
17936 "   char *lv_tags;\n"
17937 "   char *mirror_log;\n"
17938 "   char *modules;\n"
17939 " };\n"
17940 " \n"
17941 msgstr ""
17942
17943 #. type: verbatim
17944 #: ../src/guestfs-structs.pod:101
17945 #, no-wrap
17946 msgid ""
17947 " struct guestfs_lvm_lv_list {\n"
17948 "   uint32_t len; /* Number of elements in list. */\n"
17949 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17950 " };\n"
17951 " \n"
17952 msgstr ""
17953
17954 #. type: verbatim
17955 #: ../src/guestfs-structs.pod:106
17956 #, no-wrap
17957 msgid ""
17958 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17959 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17960 "\n"
17961 msgstr ""
17962
17963 #. type: verbatim
17964 #: ../src/guestfs-structs.pod:111
17965 #, no-wrap
17966 msgid ""
17967 " struct guestfs_stat {\n"
17968 "   int64_t dev;\n"
17969 "   int64_t ino;\n"
17970 "   int64_t mode;\n"
17971 "   int64_t nlink;\n"
17972 "   int64_t uid;\n"
17973 "   int64_t gid;\n"
17974 "   int64_t rdev;\n"
17975 "   int64_t size;\n"
17976 "   int64_t blksize;\n"
17977 "   int64_t blocks;\n"
17978 "   int64_t atime;\n"
17979 "   int64_t mtime;\n"
17980 "   int64_t ctime;\n"
17981 " };\n"
17982 " \n"
17983 msgstr ""
17984
17985 #. type: verbatim
17986 #: ../src/guestfs-structs.pod:127
17987 #, no-wrap
17988 msgid ""
17989 " struct guestfs_stat_list {\n"
17990 "   uint32_t len; /* Number of elements in list. */\n"
17991 "   struct guestfs_stat *val; /* Elements. */\n"
17992 " };\n"
17993 " \n"
17994 msgstr ""
17995
17996 #. type: verbatim
17997 #: ../src/guestfs-structs.pod:132
17998 #, no-wrap
17999 msgid ""
18000 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18001 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18002 "\n"
18003 msgstr ""
18004
18005 #. type: verbatim
18006 #: ../src/guestfs-structs.pod:137
18007 #, no-wrap
18008 msgid ""
18009 " struct guestfs_statvfs {\n"
18010 "   int64_t bsize;\n"
18011 "   int64_t frsize;\n"
18012 "   int64_t blocks;\n"
18013 "   int64_t bfree;\n"
18014 "   int64_t bavail;\n"
18015 "   int64_t files;\n"
18016 "   int64_t ffree;\n"
18017 "   int64_t favail;\n"
18018 "   int64_t fsid;\n"
18019 "   int64_t flag;\n"
18020 "   int64_t namemax;\n"
18021 " };\n"
18022 " \n"
18023 msgstr ""
18024
18025 #. type: verbatim
18026 #: ../src/guestfs-structs.pod:151
18027 #, no-wrap
18028 msgid ""
18029 " struct guestfs_statvfs_list {\n"
18030 "   uint32_t len; /* Number of elements in list. */\n"
18031 "   struct guestfs_statvfs *val; /* Elements. */\n"
18032 " };\n"
18033 " \n"
18034 msgstr ""
18035
18036 #. type: verbatim
18037 #: ../src/guestfs-structs.pod:156
18038 #, no-wrap
18039 msgid ""
18040 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18041 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18042 "\n"
18043 msgstr ""
18044
18045 #. type: =head2
18046 #: ../src/guestfs-structs.pod:159
18047 msgid "guestfs_dirent"
18048 msgstr ""
18049
18050 #. type: verbatim
18051 #: ../src/guestfs-structs.pod:161
18052 #, no-wrap
18053 msgid ""
18054 " struct guestfs_dirent {\n"
18055 "   int64_t ino;\n"
18056 "   char ftyp;\n"
18057 "   char *name;\n"
18058 " };\n"
18059 " \n"
18060 msgstr ""
18061
18062 #. type: verbatim
18063 #: ../src/guestfs-structs.pod:167
18064 #, no-wrap
18065 msgid ""
18066 " struct guestfs_dirent_list {\n"
18067 "   uint32_t len; /* Number of elements in list. */\n"
18068 "   struct guestfs_dirent *val; /* Elements. */\n"
18069 " };\n"
18070 " \n"
18071 msgstr ""
18072
18073 #. type: verbatim
18074 #: ../src/guestfs-structs.pod:172
18075 #, no-wrap
18076 msgid ""
18077 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18078 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18079 "\n"
18080 msgstr ""
18081
18082 #. type: verbatim
18083 #: ../src/guestfs-structs.pod:177
18084 #, no-wrap
18085 msgid ""
18086 " struct guestfs_version {\n"
18087 "   int64_t major;\n"
18088 "   int64_t minor;\n"
18089 "   int64_t release;\n"
18090 "   char *extra;\n"
18091 " };\n"
18092 " \n"
18093 msgstr ""
18094
18095 #. type: verbatim
18096 #: ../src/guestfs-structs.pod:184
18097 #, no-wrap
18098 msgid ""
18099 " struct guestfs_version_list {\n"
18100 "   uint32_t len; /* Number of elements in list. */\n"
18101 "   struct guestfs_version *val; /* Elements. */\n"
18102 " };\n"
18103 " \n"
18104 msgstr ""
18105
18106 #. type: verbatim
18107 #: ../src/guestfs-structs.pod:189
18108 #, no-wrap
18109 msgid ""
18110 " void guestfs_free_version (struct guestfs_free_version *);\n"
18111 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18112 "\n"
18113 msgstr ""
18114
18115 #. type: =head2
18116 #: ../src/guestfs-structs.pod:192
18117 msgid "guestfs_xattr"
18118 msgstr ""
18119
18120 #. type: verbatim
18121 #: ../src/guestfs-structs.pod:194
18122 #, no-wrap
18123 msgid ""
18124 " struct guestfs_xattr {\n"
18125 "   char *attrname;\n"
18126 "   /* The next two fields describe a byte array. */\n"
18127 "   uint32_t attrval_len;\n"
18128 "   char *attrval;\n"
18129 " };\n"
18130 " \n"
18131 msgstr ""
18132
18133 #. type: verbatim
18134 #: ../src/guestfs-structs.pod:201
18135 #, no-wrap
18136 msgid ""
18137 " struct guestfs_xattr_list {\n"
18138 "   uint32_t len; /* Number of elements in list. */\n"
18139 "   struct guestfs_xattr *val; /* Elements. */\n"
18140 " };\n"
18141 " \n"
18142 msgstr ""
18143
18144 #. type: verbatim
18145 #: ../src/guestfs-structs.pod:206
18146 #, no-wrap
18147 msgid ""
18148 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18149 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18150 "\n"
18151 msgstr ""
18152
18153 #. type: =head2
18154 #: ../src/guestfs-structs.pod:209
18155 msgid "guestfs_inotify_event"
18156 msgstr ""
18157
18158 #. type: verbatim
18159 #: ../src/guestfs-structs.pod:211
18160 #, no-wrap
18161 msgid ""
18162 " struct guestfs_inotify_event {\n"
18163 "   int64_t in_wd;\n"
18164 "   uint32_t in_mask;\n"
18165 "   uint32_t in_cookie;\n"
18166 "   char *in_name;\n"
18167 " };\n"
18168 " \n"
18169 msgstr ""
18170
18171 #. type: verbatim
18172 #: ../src/guestfs-structs.pod:218
18173 #, no-wrap
18174 msgid ""
18175 " struct guestfs_inotify_event_list {\n"
18176 "   uint32_t len; /* Number of elements in list. */\n"
18177 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18178 " };\n"
18179 " \n"
18180 msgstr ""
18181
18182 #. type: verbatim
18183 #: ../src/guestfs-structs.pod:223
18184 #, no-wrap
18185 msgid ""
18186 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18187 " void guestfs_free_inotify_event_list (struct "
18188 "guestfs_free_inotify_event_list *);\n"
18189 "\n"
18190 msgstr ""
18191
18192 #. type: =head2
18193 #: ../src/guestfs-structs.pod:226
18194 msgid "guestfs_partition"
18195 msgstr ""
18196
18197 #. type: verbatim
18198 #: ../src/guestfs-structs.pod:228
18199 #, no-wrap
18200 msgid ""
18201 " struct guestfs_partition {\n"
18202 "   int32_t part_num;\n"
18203 "   uint64_t part_start;\n"
18204 "   uint64_t part_end;\n"
18205 "   uint64_t part_size;\n"
18206 " };\n"
18207 " \n"
18208 msgstr ""
18209
18210 #. type: verbatim
18211 #: ../src/guestfs-structs.pod:235
18212 #, no-wrap
18213 msgid ""
18214 " struct guestfs_partition_list {\n"
18215 "   uint32_t len; /* Number of elements in list. */\n"
18216 "   struct guestfs_partition *val; /* Elements. */\n"
18217 " };\n"
18218 " \n"
18219 msgstr ""
18220
18221 #. type: verbatim
18222 #: ../src/guestfs-structs.pod:240
18223 #, no-wrap
18224 msgid ""
18225 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18226 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18227 "\n"
18228 msgstr ""
18229
18230 #. type: =head2
18231 #: ../src/guestfs-structs.pod:243
18232 msgid "guestfs_application"
18233 msgstr ""
18234
18235 #. type: verbatim
18236 #: ../src/guestfs-structs.pod:245
18237 #, no-wrap
18238 msgid ""
18239 " struct guestfs_application {\n"
18240 "   char *app_name;\n"
18241 "   char *app_display_name;\n"
18242 "   int32_t app_epoch;\n"
18243 "   char *app_version;\n"
18244 "   char *app_release;\n"
18245 "   char *app_install_path;\n"
18246 "   char *app_trans_path;\n"
18247 "   char *app_publisher;\n"
18248 "   char *app_url;\n"
18249 "   char *app_source_package;\n"
18250 "   char *app_summary;\n"
18251 "   char *app_description;\n"
18252 " };\n"
18253 " \n"
18254 msgstr ""
18255
18256 #. type: verbatim
18257 #: ../src/guestfs-structs.pod:260
18258 #, no-wrap
18259 msgid ""
18260 " struct guestfs_application_list {\n"
18261 "   uint32_t len; /* Number of elements in list. */\n"
18262 "   struct guestfs_application *val; /* Elements. */\n"
18263 " };\n"
18264 " \n"
18265 msgstr ""
18266
18267 #. type: verbatim
18268 #: ../src/guestfs-structs.pod:265
18269 #, no-wrap
18270 msgid ""
18271 " void guestfs_free_application (struct guestfs_free_application *);\n"
18272 " void guestfs_free_application_list (struct guestfs_free_application_list "
18273 "*);\n"
18274 "\n"
18275 msgstr ""
18276
18277 #. type: textblock
18278 #: ../fish/guestfish.pod:5
18279 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18280 msgstr ""
18281
18282 #. type: verbatim
18283 #: ../fish/guestfish.pod:9
18284 #, no-wrap
18285 msgid ""
18286 " guestfish [--options] [commands]\n"
18287 "\n"
18288 msgstr ""
18289
18290 #. type: verbatim
18291 #: ../fish/guestfish.pod:11
18292 #, no-wrap
18293 msgid ""
18294 " guestfish\n"
18295 "\n"
18296 msgstr ""
18297
18298 #. type: verbatim
18299 #: ../fish/guestfish.pod:13
18300 #, no-wrap
18301 msgid ""
18302 " guestfish [--ro|--rw] -a disk.img\n"
18303 "\n"
18304 msgstr ""
18305
18306 #. type: verbatim
18307 #: ../fish/guestfish.pod:15
18308 #, no-wrap
18309 msgid ""
18310 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18311 "\n"
18312 msgstr ""
18313
18314 #. type: verbatim
18315 #: ../fish/guestfish.pod:17
18316 #, no-wrap
18317 msgid ""
18318 " guestfish -d libvirt-domain\n"
18319 "\n"
18320 msgstr ""
18321
18322 #. type: verbatim
18323 #: ../fish/guestfish.pod:19
18324 #, no-wrap
18325 msgid ""
18326 " guestfish [--ro|--rw] -a disk.img -i\n"
18327 "\n"
18328 msgstr ""
18329
18330 #. type: verbatim
18331 #: ../fish/guestfish.pod:21
18332 #, no-wrap
18333 msgid ""
18334 " guestfish -d libvirt-domain -i\n"
18335 "\n"
18336 msgstr ""
18337
18338 #. type: =head1
18339 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18340 msgid "WARNING"
18341 msgstr ""
18342
18343 #. type: textblock
18344 #: ../fish/guestfish.pod:25
18345 msgid ""
18346 "Using guestfish in read/write mode on live virtual machines can be "
18347 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18348 "option to use guestfish safely if the disk image or virtual machine might be "
18349 "live."
18350 msgstr ""
18351
18352 #. type: textblock
18353 #: ../fish/guestfish.pod:32
18354 msgid ""
18355 "Guestfish is a shell and command-line tool for examining and modifying "
18356 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18357 "functionality of the guestfs API, see L<guestfs(3)>."
18358 msgstr ""
18359
18360 #. type: textblock
18361 #: ../fish/guestfish.pod:36
18362 msgid ""
18363 "Guestfish gives you structured access to the libguestfs API, from shell "
18364 "scripts or the command line or interactively.  If you want to rescue a "
18365 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18366 "command."
18367 msgstr ""
18368
18369 #. type: =head1
18370 #: ../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
18371 msgid "EXAMPLES"
18372 msgstr ""
18373
18374 #. type: =head2
18375 #: ../fish/guestfish.pod:43
18376 msgid "As an interactive shell"
18377 msgstr ""
18378
18379 #. type: verbatim
18380 #: ../fish/guestfish.pod:45
18381 #, no-wrap
18382 msgid ""
18383 " $ guestfish\n"
18384 " \n"
18385 msgstr ""
18386
18387 #. type: verbatim
18388 #: ../fish/guestfish.pod:47
18389 #, no-wrap
18390 msgid ""
18391 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18392 " editing virtual machine filesystems.\n"
18393 " \n"
18394 msgstr ""
18395
18396 #. type: verbatim
18397 #: ../fish/guestfish.pod:50
18398 #, no-wrap
18399 msgid ""
18400 " Type: 'help' for a list of commands\n"
18401 "       'man' to read the manual\n"
18402 "       'quit' to quit the shell\n"
18403 " \n"
18404 msgstr ""
18405
18406 #. type: verbatim
18407 #: ../fish/guestfish.pod:54
18408 #, no-wrap
18409 msgid ""
18410 " ><fs> add-ro disk.img\n"
18411 " ><fs> run\n"
18412 " ><fs> list-filesystems\n"
18413 " /dev/sda1: ext4\n"
18414 " /dev/vg_guest/lv_root: ext4\n"
18415 " /dev/vg_guest/lv_swap: swap\n"
18416 " ><fs> mount /dev/vg_guest/lv_root /\n"
18417 " ><fs> cat /etc/fstab\n"
18418 " # /etc/fstab\n"
18419 " # Created by anaconda\n"
18420 " [...]\n"
18421 " ><fs> exit\n"
18422 "\n"
18423 msgstr ""
18424
18425 #. type: =head2
18426 #: ../fish/guestfish.pod:67
18427 msgid "From shell scripts"
18428 msgstr ""
18429
18430 #. type: textblock
18431 #: ../fish/guestfish.pod:69
18432 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18433 msgstr ""
18434
18435 #. type: verbatim
18436 #: ../fish/guestfish.pod:71
18437 #, no-wrap
18438 msgid ""
18439 " guestfish <<_EOF_\n"
18440 " add disk.img\n"
18441 " run\n"
18442 " mount /dev/vg_guest/lv_root /\n"
18443 " write /etc/motd \"Welcome, new users\"\n"
18444 " _EOF_\n"
18445 "\n"
18446 msgstr ""
18447
18448 #. type: textblock
18449 #: ../fish/guestfish.pod:78
18450 msgid "List the LVM logical volumes in a disk image:"
18451 msgstr ""
18452
18453 #. type: verbatim
18454 #: ../fish/guestfish.pod:80
18455 #, no-wrap
18456 msgid ""
18457 " guestfish -a disk.img --ro <<_EOF_\n"
18458 " run\n"
18459 " lvs\n"
18460 " _EOF_\n"
18461 "\n"
18462 msgstr ""
18463
18464 #. type: textblock
18465 #: ../fish/guestfish.pod:85
18466 msgid "List all the filesystems in a disk image:"
18467 msgstr ""
18468
18469 #. type: verbatim
18470 #: ../fish/guestfish.pod:87
18471 #, no-wrap
18472 msgid ""
18473 " guestfish -a disk.img --ro <<_EOF_\n"
18474 " run\n"
18475 " list-filesystems\n"
18476 " _EOF_\n"
18477 "\n"
18478 msgstr ""
18479
18480 #. type: =head2
18481 #: ../fish/guestfish.pod:92
18482 msgid "On one command line"
18483 msgstr ""
18484
18485 #. type: textblock
18486 #: ../fish/guestfish.pod:94
18487 msgid "Update C</etc/resolv.conf> in a guest:"
18488 msgstr ""
18489
18490 #. type: verbatim
18491 #: ../fish/guestfish.pod:96
18492 #, no-wrap
18493 msgid ""
18494 " guestfish \\\n"
18495 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18496 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18497 "\n"
18498 msgstr ""
18499
18500 #. type: textblock
18501 #: ../fish/guestfish.pod:100
18502 msgid "Edit C</boot/grub/grub.conf> interactively:"
18503 msgstr ""
18504
18505 #. type: verbatim
18506 #: ../fish/guestfish.pod:102
18507 #, no-wrap
18508 msgid ""
18509 " guestfish --rw --add disk.img \\\n"
18510 "   --mount /dev/vg_guest/lv_root \\\n"
18511 "   --mount /dev/sda1:/boot \\\n"
18512 "   edit /boot/grub/grub.conf\n"
18513 "\n"
18514 msgstr ""
18515
18516 #. type: =head2
18517 #: ../fish/guestfish.pod:107
18518 msgid "Mount disks automatically"
18519 msgstr ""
18520
18521 #. type: textblock
18522 #: ../fish/guestfish.pod:109
18523 msgid ""
18524 "Use the I<-i> option to automatically mount the disks from a virtual "
18525 "machine:"
18526 msgstr ""
18527
18528 #. type: verbatim
18529 #: ../fish/guestfish.pod:112
18530 #, no-wrap
18531 msgid ""
18532 " guestfish --ro -a disk.img -i cat /etc/group\n"
18533 "\n"
18534 msgstr ""
18535
18536 #. type: verbatim
18537 #: ../fish/guestfish.pod:114
18538 #, no-wrap
18539 msgid ""
18540 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18541 "\n"
18542 msgstr ""
18543
18544 #. type: textblock
18545 #: ../fish/guestfish.pod:116
18546 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18547 msgstr ""
18548
18549 #. type: verbatim
18550 #: ../fish/guestfish.pod:118
18551 #, no-wrap
18552 msgid ""
18553 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18554 "\n"
18555 msgstr ""
18556
18557 #. type: =head2
18558 #: ../fish/guestfish.pod:120
18559 msgid "As a script interpreter"
18560 msgstr ""
18561
18562 #. type: textblock
18563 #: ../fish/guestfish.pod:122
18564 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18565 msgstr ""
18566
18567 #. type: verbatim
18568 #: ../fish/guestfish.pod:124
18569 #, no-wrap
18570 msgid ""
18571 " #!/usr/bin/guestfish -f\n"
18572 " sparse test1.img 100M\n"
18573 " run\n"
18574 " part-disk /dev/sda mbr\n"
18575 " mkfs ext2 /dev/sda1\n"
18576 "\n"
18577 msgstr ""
18578
18579 #. type: =head2
18580 #: ../fish/guestfish.pod:130
18581 msgid "Start with a prepared disk"
18582 msgstr ""
18583
18584 #. type: textblock
18585 #: ../fish/guestfish.pod:132
18586 msgid ""
18587 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18588 "single ext2-formatted partition:"
18589 msgstr ""
18590
18591 #. type: verbatim
18592 #: ../fish/guestfish.pod:135
18593 #, no-wrap
18594 msgid ""
18595 " guestfish -N fs\n"
18596 "\n"
18597 msgstr ""
18598
18599 #. type: textblock
18600 #: ../fish/guestfish.pod:137
18601 msgid "To list what is available do:"
18602 msgstr ""
18603
18604 #. type: verbatim
18605 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:919
18606 #, no-wrap
18607 msgid ""
18608 " guestfish -N help | less\n"
18609 "\n"
18610 msgstr ""
18611
18612 #. type: =head2
18613 #: ../fish/guestfish.pod:141
18614 msgid "Remote control"
18615 msgstr ""
18616
18617 #. type: verbatim
18618 #: ../fish/guestfish.pod:143
18619 #, no-wrap
18620 msgid ""
18621 " eval \"`guestfish --listen`\"\n"
18622 " guestfish --remote add-ro disk.img\n"
18623 " guestfish --remote run\n"
18624 " guestfish --remote lvs\n"
18625 "\n"
18626 msgstr ""
18627
18628 #. type: =head1
18629 #: ../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
18630 msgid "OPTIONS"
18631 msgstr ""
18632
18633 #. type: =item
18634 #: ../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
18635 msgid "B<--help>"
18636 msgstr ""
18637
18638 #. type: textblock
18639 #: ../fish/guestfish.pod:154
18640 msgid "Displays general help on options."
18641 msgstr ""
18642
18643 #. type: =item
18644 #: ../fish/guestfish.pod:156
18645 msgid "B<-h>"
18646 msgstr ""
18647
18648 #. type: =item
18649 #: ../fish/guestfish.pod:158
18650 msgid "B<--cmd-help>"
18651 msgstr ""
18652
18653 #. type: textblock
18654 #: ../fish/guestfish.pod:160
18655 msgid "Lists all available guestfish commands."
18656 msgstr ""
18657
18658 #. type: =item
18659 #: ../fish/guestfish.pod:162
18660 msgid "B<-h cmd>"
18661 msgstr ""
18662
18663 #. type: =item
18664 #: ../fish/guestfish.pod:164
18665 msgid "B<--cmd-help cmd>"
18666 msgstr ""
18667
18668 #. type: textblock
18669 #: ../fish/guestfish.pod:166
18670 msgid "Displays detailed help on a single command C<cmd>."
18671 msgstr ""
18672
18673 #. type: =item
18674 #: ../fish/guestfish.pod:168
18675 msgid "B<-a image>"
18676 msgstr ""
18677
18678 #. type: =item
18679 #: ../fish/guestfish.pod:170
18680 msgid "B<--add image>"
18681 msgstr ""
18682
18683 #. type: textblock
18684 #: ../fish/guestfish.pod:172
18685 msgid "Add a block device or virtual machine image to the shell."
18686 msgstr ""
18687
18688 #. type: textblock
18689 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18690 msgid ""
18691 "The format of the disk image is auto-detected.  To override this and force a "
18692 "particular format use the I<--format=..> option."
18693 msgstr ""
18694
18695 #. type: textblock
18696 #: ../fish/guestfish.pod:177
18697 msgid ""
18698 "Using this flag is mostly equivalent to using the C<add> command, with "
18699 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18700 "the I<--format:...> flag was given."
18701 msgstr ""
18702
18703 #. type: =item
18704 #: ../fish/guestfish.pod:181
18705 msgid "B<-c URI>"
18706 msgstr ""
18707
18708 #. type: =item
18709 #: ../fish/guestfish.pod:183
18710 msgid "B<--connect URI>"
18711 msgstr ""
18712
18713 #. type: textblock
18714 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18715 msgid ""
18716 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18717 "URI to use.  The default is to use the default libvirt connection."
18718 msgstr ""
18719
18720 #. type: =item
18721 #: ../fish/guestfish.pod:189
18722 msgid "B<--csh>"
18723 msgstr ""
18724
18725 #. type: textblock
18726 #: ../fish/guestfish.pod:191
18727 msgid ""
18728 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18729 "section L</REMOTE CONTROL AND CSH> below."
18730 msgstr ""
18731
18732 #. type: =item
18733 #: ../fish/guestfish.pod:194
18734 msgid "B<-d libvirt-domain>"
18735 msgstr ""
18736
18737 #. type: =item
18738 #: ../fish/guestfish.pod:196
18739 msgid "B<--domain libvirt-domain>"
18740 msgstr ""
18741
18742 #. type: textblock
18743 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18744 msgid ""
18745 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18746 "used, then any libvirt domain can be used.  However in write mode, only "
18747 "libvirt domains which are shut down can be named here."
18748 msgstr ""
18749
18750 #. type: textblock
18751 #: ../fish/guestfish.pod:202
18752 msgid ""
18753 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18754 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18755 "if the I<--format:...> flag was given."
18756 msgstr ""
18757
18758 #. type: =item
18759 #: ../fish/guestfish.pod:206
18760 msgid "B<-D>"
18761 msgstr ""
18762
18763 #. type: =item
18764 #: ../fish/guestfish.pod:208
18765 msgid "B<--no-dest-paths>"
18766 msgstr ""
18767
18768 #. type: textblock
18769 #: ../fish/guestfish.pod:210
18770 msgid ""
18771 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18772 "to hit the tab key to complete paths on the guest filesystem, but this "
18773 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18774 "allow this feature to be disabled."
18775 msgstr ""
18776
18777 #. type: =item
18778 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18779 msgid "B<--echo-keys>"
18780 msgstr ""
18781
18782 #. type: textblock
18783 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18784 msgid ""
18785 "When prompting for keys and passphrases, guestfish normally turns echoing "
18786 "off so you cannot see what you are typing.  If you are not worried about "
18787 "Tempest attacks and there is no one else in the room you can specify this "
18788 "flag to see what you are typing."
18789 msgstr ""
18790
18791 #. type: =item
18792 #: ../fish/guestfish.pod:222
18793 msgid "B<-f file>"
18794 msgstr ""
18795
18796 #. type: =item
18797 #: ../fish/guestfish.pod:224
18798 msgid "B<--file file>"
18799 msgstr ""
18800
18801 #. type: textblock
18802 #: ../fish/guestfish.pod:226
18803 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
18804 msgstr ""
18805
18806 #. type: verbatim
18807 #: ../fish/guestfish.pod:229
18808 #, no-wrap
18809 msgid ""
18810 " #!/usr/bin/guestfish -f\n"
18811 "\n"
18812 msgstr ""
18813
18814 #. type: =item
18815 #: ../fish/guestfish.pod:231
18816 msgid "B<--format=raw|qcow2|..>"
18817 msgstr ""
18818
18819 #. type: =item
18820 #: ../fish/guestfish.pod:233
18821 msgid "B<--format>"
18822 msgstr ""
18823
18824 #. type: textblock
18825 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18826 msgid ""
18827 "The default for the I<-a> option is to auto-detect the format of the disk "
18828 "image.  Using this forces the disk format for I<-a> options which follow on "
18829 "the command line.  Using I<--format> with no argument switches back to "
18830 "auto-detection for subsequent I<-a> options."
18831 msgstr ""
18832
18833 #. type: verbatim
18834 #: ../fish/guestfish.pod:242
18835 #, no-wrap
18836 msgid ""
18837 " guestfish --format=raw -a disk.img\n"
18838 "\n"
18839 msgstr ""
18840
18841 #. type: textblock
18842 #: ../fish/guestfish.pod:244
18843 msgid "forces raw format (no auto-detection) for C<disk.img>."
18844 msgstr ""
18845
18846 #. type: verbatim
18847 #: ../fish/guestfish.pod:246
18848 #, no-wrap
18849 msgid ""
18850 " guestfish --format=raw -a disk.img --format -a another.img\n"
18851 "\n"
18852 msgstr ""
18853
18854 #. type: textblock
18855 #: ../fish/guestfish.pod:248
18856 msgid ""
18857 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18858 "auto-detection for C<another.img>."
18859 msgstr ""
18860
18861 #. type: textblock
18862 #: ../fish/guestfish.pod:251
18863 msgid ""
18864 "If you have untrusted raw-format guest disk images, you should use this "
18865 "option to specify the disk format.  This avoids a possible security problem "
18866 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18867 msgstr ""
18868
18869 #. type: =item
18870 #: ../fish/guestfish.pod:256
18871 msgid "B<-i>"
18872 msgstr ""
18873
18874 #. type: =item
18875 #: ../fish/guestfish.pod:258
18876 msgid "B<--inspector>"
18877 msgstr ""
18878
18879 #. type: textblock
18880 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18881 msgid ""
18882 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18883 "system and mount filesystems as they would be mounted on the real virtual "
18884 "machine."
18885 msgstr ""
18886
18887 #. type: textblock
18888 #: ../fish/guestfish.pod:264
18889 msgid "Typical usage is either:"
18890 msgstr ""
18891
18892 #. type: verbatim
18893 #: ../fish/guestfish.pod:266
18894 #, no-wrap
18895 msgid ""
18896 " guestfish -d myguest -i\n"
18897 "\n"
18898 msgstr ""
18899
18900 #. type: textblock
18901 #: ../fish/guestfish.pod:268
18902 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18903 msgstr ""
18904
18905 #. type: verbatim
18906 #: ../fish/guestfish.pod:270
18907 #, no-wrap
18908 msgid ""
18909 " guestfish --ro -d myguest -i\n"
18910 "\n"
18911 msgstr ""
18912
18913 #. type: textblock
18914 #: ../fish/guestfish.pod:272
18915 msgid "(for active domains, readonly), or specify the block device directly:"
18916 msgstr ""
18917
18918 #. type: verbatim
18919 #: ../fish/guestfish.pod:274
18920 #, no-wrap
18921 msgid ""
18922 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18923 "\n"
18924 msgstr ""
18925
18926 #. type: textblock
18927 #: ../fish/guestfish.pod:276
18928 msgid ""
18929 "Note that the command line syntax changed slightly over older versions of "
18930 "guestfish.  You can still use the old syntax:"
18931 msgstr ""
18932
18933 #. type: verbatim
18934 #: ../fish/guestfish.pod:279
18935 #, no-wrap
18936 msgid ""
18937 " guestfish [--ro] -i disk.img\n"
18938 "\n"
18939 msgstr ""
18940
18941 #. type: verbatim
18942 #: ../fish/guestfish.pod:281
18943 #, no-wrap
18944 msgid ""
18945 " guestfish [--ro] -i libvirt-domain\n"
18946 "\n"
18947 msgstr ""
18948
18949 #. type: textblock
18950 #: ../fish/guestfish.pod:283
18951 msgid ""
18952 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18953 "then using other commands to mount the filesystems that were found."
18954 msgstr ""
18955
18956 #. type: =item
18957 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18958 msgid "B<--keys-from-stdin>"
18959 msgstr ""
18960
18961 #. type: textblock
18962 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18963 msgid ""
18964 "Read key or passphrase parameters from stdin.  The default is to try to read "
18965 "passphrases from the user by opening C</dev/tty>."
18966 msgstr ""
18967
18968 #. type: =item
18969 #: ../fish/guestfish.pod:292
18970 msgid "B<--listen>"
18971 msgstr ""
18972
18973 #. type: textblock
18974 #: ../fish/guestfish.pod:294
18975 msgid ""
18976 "Fork into the background and listen for remote commands.  See section "
18977 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18978 msgstr ""
18979
18980 #. type: =item
18981 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
18982 msgid "B<--live>"
18983 msgstr ""
18984
18985 #. type: textblock
18986 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
18987 msgid ""
18988 "Connect to a live virtual machine.  (Experimental, see "
18989 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
18990 msgstr ""
18991
18992 #. type: =item
18993 #: ../fish/guestfish.pod:302
18994 msgid "B<-m dev[:mountpoint]>"
18995 msgstr ""
18996
18997 #. type: =item
18998 #: ../fish/guestfish.pod:304
18999 msgid "B<--mount dev[:mountpoint]>"
19000 msgstr ""
19001
19002 #. type: textblock
19003 #: ../fish/guestfish.pod:306
19004 msgid "Mount the named partition or logical volume on the given mountpoint."
19005 msgstr ""
19006
19007 #. type: textblock
19008 #: ../fish/guestfish.pod:308
19009 msgid "If the mountpoint is omitted, it defaults to C</>."
19010 msgstr ""
19011
19012 #. type: textblock
19013 #: ../fish/guestfish.pod:310
19014 msgid "You have to mount something on C</> before most commands will work."
19015 msgstr ""
19016
19017 #. type: textblock
19018 #: ../fish/guestfish.pod:312
19019 msgid ""
19020 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19021 "launched."
19022 msgstr ""
19023
19024 #. type: textblock
19025 #: ../fish/guestfish.pod:315
19026 msgid ""
19027 "If you don't know what filesystems a disk image contains, you can either run "
19028 "guestfish without this option, then list the partitions, filesystems and LVs "
19029 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19030 "commands), or you can use the L<virt-filesystems(1)> program."
19031 msgstr ""
19032
19033 #. type: textblock
19034 #: ../fish/guestfish.pod:321
19035 msgid ""
19036 "Using this flag is mostly equivalent to using the C<mount-options> command "
19037 "or the C<mount-ro> command if the I<--ro> flag was given."
19038 msgstr ""
19039
19040 #. type: =item
19041 #: ../fish/guestfish.pod:324
19042 msgid "B<-n>"
19043 msgstr ""
19044
19045 #. type: =item
19046 #: ../fish/guestfish.pod:326
19047 msgid "B<--no-sync>"
19048 msgstr ""
19049
19050 #. type: textblock
19051 #: ../fish/guestfish.pod:328
19052 msgid ""
19053 "Disable autosync.  This is enabled by default.  See the discussion of "
19054 "autosync in the L<guestfs(3)> manpage."
19055 msgstr ""
19056
19057 #. type: =item
19058 #: ../fish/guestfish.pod:331
19059 msgid "B<-N type>"
19060 msgstr ""
19061
19062 #. type: =item
19063 #: ../fish/guestfish.pod:333
19064 msgid "B<--new type>"
19065 msgstr ""
19066
19067 #. type: =item
19068 #: ../fish/guestfish.pod:335
19069 msgid "B<-N help>"
19070 msgstr ""
19071
19072 #. type: textblock
19073 #: ../fish/guestfish.pod:337
19074 msgid ""
19075 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19076 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19077 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19078 "IMAGES> below."
19079 msgstr ""
19080
19081 #. type: =item
19082 #: ../fish/guestfish.pod:342
19083 msgid "B<--progress-bars>"
19084 msgstr ""
19085
19086 #. type: textblock
19087 #: ../fish/guestfish.pod:344
19088 msgid "Enable progress bars, even when guestfish is used non-interactively."
19089 msgstr ""
19090
19091 #. type: textblock
19092 #: ../fish/guestfish.pod:346
19093 msgid ""
19094 "Progress bars are enabled by default when guestfish is used as an "
19095 "interactive shell."
19096 msgstr ""
19097
19098 #. type: =item
19099 #: ../fish/guestfish.pod:349
19100 msgid "B<--no-progress-bars>"
19101 msgstr ""
19102
19103 #. type: textblock
19104 #: ../fish/guestfish.pod:351
19105 msgid "Disable progress bars."
19106 msgstr ""
19107
19108 #. type: =item
19109 #: ../fish/guestfish.pod:353
19110 msgid "B<--remote[=pid]>"
19111 msgstr ""
19112
19113 #. type: textblock
19114 #: ../fish/guestfish.pod:355
19115 msgid ""
19116 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19117 "CONTROL GUESTFISH OVER A SOCKET> below."
19118 msgstr ""
19119
19120 #. type: =item
19121 #: ../fish/guestfish.pod:358
19122 msgid "B<-r>"
19123 msgstr ""
19124
19125 #. type: =item
19126 #: ../fish/guestfish.pod:360
19127 msgid "B<--ro>"
19128 msgstr ""
19129
19130 #. type: textblock
19131 #: ../fish/guestfish.pod:362
19132 msgid ""
19133 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19134 "mounts are done read-only."
19135 msgstr ""
19136
19137 #. type: textblock
19138 #: ../fish/guestfish.pod:365
19139 msgid ""
19140 "The option must always be used if the disk image or virtual machine might be "
19141 "running, and is generally recommended in cases where you don't need write "
19142 "access to the disk."
19143 msgstr ""
19144
19145 #. type: textblock
19146 #: ../fish/guestfish.pod:369
19147 msgid ""
19148 "Note that prepared disk images created with I<-N> are not affected by this "
19149 "option.  Also commands like C<add> are not affected - you have to specify "
19150 "the C<readonly:true> option explicitly if you need it."
19151 msgstr ""
19152
19153 #. type: textblock
19154 #: ../fish/guestfish.pod:373
19155 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19156 msgstr ""
19157
19158 #. type: =item
19159 #: ../fish/guestfish.pod:375 ../fuse/guestmount.pod:213
19160 msgid "B<--selinux>"
19161 msgstr ""
19162
19163 #. type: textblock
19164 #: ../fish/guestfish.pod:377
19165 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19166 msgstr ""
19167
19168 #. type: =item
19169 #: ../fish/guestfish.pod:379
19170 msgid "B<-v>"
19171 msgstr ""
19172
19173 #. type: =item
19174 #: ../fish/guestfish.pod:381
19175 msgid "B<--verbose>"
19176 msgstr ""
19177
19178 #. type: textblock
19179 #: ../fish/guestfish.pod:383
19180 msgid ""
19181 "Enable very verbose messages.  This is particularly useful if you find a "
19182 "bug."
19183 msgstr ""
19184
19185 #. type: =item
19186 #: ../fish/guestfish.pod:386
19187 msgid "B<-V>"
19188 msgstr ""
19189
19190 #. type: =item
19191 #: ../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
19192 msgid "B<--version>"
19193 msgstr ""
19194
19195 #. type: textblock
19196 #: ../fish/guestfish.pod:390
19197 msgid "Display the guestfish / libguestfs version number and exit."
19198 msgstr ""
19199
19200 #. type: =item
19201 #: ../fish/guestfish.pod:392
19202 msgid "B<-w>"
19203 msgstr ""
19204
19205 #. type: =item
19206 #: ../fish/guestfish.pod:394
19207 msgid "B<--rw>"
19208 msgstr ""
19209
19210 #. type: textblock
19211 #: ../fish/guestfish.pod:396
19212 msgid ""
19213 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
19214 "WRITE> below."
19215 msgstr ""
19216
19217 #. type: =item
19218 #: ../fish/guestfish.pod:399
19219 msgid "B<-x>"
19220 msgstr ""
19221
19222 #. type: textblock
19223 #: ../fish/guestfish.pod:401
19224 msgid "Echo each command before executing it."
19225 msgstr ""
19226
19227 #. type: =head1
19228 #: ../fish/guestfish.pod:405
19229 msgid "COMMANDS ON COMMAND LINE"
19230 msgstr ""
19231
19232 #. type: textblock
19233 #: ../fish/guestfish.pod:407
19234 msgid "Any additional (non-option) arguments are treated as commands to execute."
19235 msgstr ""
19236
19237 #. type: textblock
19238 #: ../fish/guestfish.pod:410
19239 msgid ""
19240 "Commands to execute should be separated by a colon (C<:>), where the colon "
19241 "is a separate parameter.  Thus:"
19242 msgstr ""
19243
19244 #. type: verbatim
19245 #: ../fish/guestfish.pod:413
19246 #, no-wrap
19247 msgid ""
19248 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19249 "\n"
19250 msgstr ""
19251
19252 #. type: textblock
19253 #: ../fish/guestfish.pod:415
19254 msgid ""
19255 "If there are no additional arguments, then we enter a shell, either an "
19256 "interactive shell with a prompt (if the input is a terminal) or a "
19257 "non-interactive shell."
19258 msgstr ""
19259
19260 #. type: textblock
19261 #: ../fish/guestfish.pod:419
19262 msgid ""
19263 "In either command line mode or non-interactive shell, the first command that "
19264 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19265 "prompt) if a command fails, you can continue to enter commands."
19266 msgstr ""
19267
19268 #. type: =head1
19269 #: ../fish/guestfish.pod:424
19270 msgid "USING launch (OR run)"
19271 msgstr ""
19272
19273 #. type: textblock
19274 #: ../fish/guestfish.pod:426
19275 msgid ""
19276 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19277 "then launch it, then mount any disks you need, and finally issue "
19278 "actions/commands.  So the general order of the day is:"
19279 msgstr ""
19280
19281 #. type: textblock
19282 #: ../fish/guestfish.pod:434
19283 msgid "add or -a/--add"
19284 msgstr ""
19285
19286 #. type: textblock
19287 #: ../fish/guestfish.pod:438
19288 msgid "launch (aka run)"
19289 msgstr ""
19290
19291 #. type: textblock
19292 #: ../fish/guestfish.pod:442
19293 msgid "mount or -m/--mount"
19294 msgstr ""
19295
19296 #. type: textblock
19297 #: ../fish/guestfish.pod:446
19298 msgid "any other commands"
19299 msgstr ""
19300
19301 #. type: textblock
19302 #: ../fish/guestfish.pod:450
19303 msgid ""
19304 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19305 "guest before mounting or performing any other commands."
19306 msgstr ""
19307
19308 #. type: textblock
19309 #: ../fish/guestfish.pod:453
19310 msgid ""
19311 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19312 "I<--new> options were given then C<run> is done automatically, simply "
19313 "because guestfish can't perform the action you asked for without doing this."
19314 msgstr ""
19315
19316 #. type: =head1
19317 #: ../fish/guestfish.pod:458
19318 msgid "OPENING DISKS FOR READ AND WRITE"
19319 msgstr ""
19320
19321 #. type: textblock
19322 #: ../fish/guestfish.pod:460
19323 msgid ""
19324 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
19325 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
19326 "open disk images read-only or for writing."
19327 msgstr ""
19328
19329 #. type: textblock
19330 #: ../fish/guestfish.pod:464
19331 msgid ""
19332 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
19333 "disk images supplied on the command line for write.  To open a disk image "
19334 "read-only you have to do I<-a image --ro>."
19335 msgstr ""
19336
19337 #. type: textblock
19338 #: ../fish/guestfish.pod:468
19339 msgid ""
19340 "This matters: If you accidentally open a live VM disk image writable then "
19341 "you will cause irreversible disk corruption."
19342 msgstr ""
19343
19344 #. type: textblock
19345 #: ../fish/guestfish.pod:471
19346 msgid ""
19347 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
19348 "images will be opened read-only.  You will have to either specify "
19349 "I<guestfish --rw> or change a configuration file in order to get write "
19350 "access for disk images specified by those other command line options."
19351 msgstr ""
19352
19353 #. type: textblock
19354 #: ../fish/guestfish.pod:476
19355 msgid ""
19356 "This version of guestfish has a I<--rw> option which does nothing (it is "
19357 "already the default).  However it is highly recommended that you use this "
19358 "option to indicate that guestfish needs write access, and to prepare your "
19359 "scripts for the day when this option will be required for write access."
19360 msgstr ""
19361
19362 #. type: textblock
19363 #: ../fish/guestfish.pod:482
19364 msgid ""
19365 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19366 "other libguestfs program apart from guestfish and guestmount."
19367 msgstr ""
19368
19369 #. type: =head1
19370 #: ../fish/guestfish.pod:485
19371 msgid "QUOTING"
19372 msgstr ""
19373
19374 #. type: textblock
19375 #: ../fish/guestfish.pod:487
19376 msgid ""
19377 "You can quote ordinary parameters using either single or double quotes.  For "
19378 "example:"
19379 msgstr ""
19380
19381 #. type: verbatim
19382 #: ../fish/guestfish.pod:490
19383 #, no-wrap
19384 msgid ""
19385 " add \"file with a space.img\"\n"
19386 "\n"
19387 msgstr ""
19388
19389 #. type: verbatim
19390 #: ../fish/guestfish.pod:492
19391 #, no-wrap
19392 msgid ""
19393 " rm '/file name'\n"
19394 "\n"
19395 msgstr ""
19396
19397 #. type: verbatim
19398 #: ../fish/guestfish.pod:494
19399 #, no-wrap
19400 msgid ""
19401 " rm '/\"'\n"
19402 "\n"
19403 msgstr ""
19404
19405 #. type: textblock
19406 #: ../fish/guestfish.pod:496
19407 msgid ""
19408 "A few commands require a list of strings to be passed.  For these, use a "
19409 "whitespace-separated list, enclosed in quotes.  Strings containing "
19410 "whitespace to be passed through must be enclosed in single quotes.  A "
19411 "literal single quote must be escaped with a backslash."
19412 msgstr ""
19413
19414 #. type: verbatim
19415 #: ../fish/guestfish.pod:501
19416 #, no-wrap
19417 msgid ""
19418 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19419 " command \"/bin/echo 'foo      bar'\"\n"
19420 " command \"/bin/echo \\'foo\\'\"\n"
19421 "\n"
19422 msgstr ""
19423
19424 #. type: =head1
19425 #: ../fish/guestfish.pod:505
19426 msgid "OPTIONAL ARGUMENTS"
19427 msgstr ""
19428
19429 #. type: textblock
19430 #: ../fish/guestfish.pod:507
19431 msgid ""
19432 "Some commands take optional arguments.  These arguments appear in this "
19433 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19434 msgstr ""
19435
19436 #. type: verbatim
19437 #: ../fish/guestfish.pod:511
19438 #, no-wrap
19439 msgid ""
19440 " add-drive-opts filename\n"
19441 "\n"
19442 msgstr ""
19443
19444 #. type: verbatim
19445 #: ../fish/guestfish.pod:513
19446 #, no-wrap
19447 msgid ""
19448 " add-drive-opts filename readonly:true\n"
19449 "\n"
19450 msgstr ""
19451
19452 #. type: verbatim
19453 #: ../fish/guestfish.pod:515
19454 #, no-wrap
19455 msgid ""
19456 " add-drive-opts filename format:qcow2 readonly:false\n"
19457 "\n"
19458 msgstr ""
19459
19460 #. type: textblock
19461 #: ../fish/guestfish.pod:517
19462 msgid ""
19463 "Each optional argument can appear at most once.  All optional arguments must "
19464 "appear after the required ones."
19465 msgstr ""
19466
19467 #. type: =head1
19468 #: ../fish/guestfish.pod:520
19469 msgid "NUMBERS"
19470 msgstr ""
19471
19472 #. type: textblock
19473 #: ../fish/guestfish.pod:522
19474 msgid "This section applies to all commands which can take integers as parameters."
19475 msgstr ""
19476
19477 #. type: =head2
19478 #: ../fish/guestfish.pod:525
19479 msgid "SIZE SUFFIX"
19480 msgstr ""
19481
19482 #. type: textblock
19483 #: ../fish/guestfish.pod:527
19484 msgid ""
19485 "When the command takes a parameter measured in bytes, you can use one of the "
19486 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19487 msgstr ""
19488
19489 #. type: =item
19490 #: ../fish/guestfish.pod:533
19491 msgid "B<k> or B<K> or B<KiB>"
19492 msgstr ""
19493
19494 #. type: textblock
19495 #: ../fish/guestfish.pod:535
19496 msgid "The size in kilobytes (multiplied by 1024)."
19497 msgstr ""
19498
19499 #. type: =item
19500 #: ../fish/guestfish.pod:537
19501 msgid "B<KB>"
19502 msgstr ""
19503
19504 #. type: textblock
19505 #: ../fish/guestfish.pod:539
19506 msgid "The size in SI 1000 byte units."
19507 msgstr ""
19508
19509 #. type: =item
19510 #: ../fish/guestfish.pod:541
19511 msgid "B<M> or B<MiB>"
19512 msgstr ""
19513
19514 #. type: textblock
19515 #: ../fish/guestfish.pod:543
19516 msgid "The size in megabytes (multiplied by 1048576)."
19517 msgstr ""
19518
19519 #. type: =item
19520 #: ../fish/guestfish.pod:545
19521 msgid "B<MB>"
19522 msgstr ""
19523
19524 #. type: textblock
19525 #: ../fish/guestfish.pod:547
19526 msgid "The size in SI 1000000 byte units."
19527 msgstr ""
19528
19529 #. type: =item
19530 #: ../fish/guestfish.pod:549
19531 msgid "B<G> or B<GiB>"
19532 msgstr ""
19533
19534 #. type: textblock
19535 #: ../fish/guestfish.pod:551
19536 msgid "The size in gigabytes (multiplied by 2**30)."
19537 msgstr ""
19538
19539 #. type: =item
19540 #: ../fish/guestfish.pod:553
19541 msgid "B<GB>"
19542 msgstr ""
19543
19544 #. type: textblock
19545 #: ../fish/guestfish.pod:555
19546 msgid "The size in SI 10**9 byte units."
19547 msgstr ""
19548
19549 #. type: =item
19550 #: ../fish/guestfish.pod:557
19551 msgid "B<T> or B<TiB>"
19552 msgstr ""
19553
19554 #. type: textblock
19555 #: ../fish/guestfish.pod:559
19556 msgid "The size in terabytes (multiplied by 2**40)."
19557 msgstr ""
19558
19559 #. type: =item
19560 #: ../fish/guestfish.pod:561
19561 msgid "B<TB>"
19562 msgstr ""
19563
19564 #. type: textblock
19565 #: ../fish/guestfish.pod:563
19566 msgid "The size in SI 10**12 byte units."
19567 msgstr ""
19568
19569 #. type: =item
19570 #: ../fish/guestfish.pod:565
19571 msgid "B<P> or B<PiB>"
19572 msgstr ""
19573
19574 #. type: textblock
19575 #: ../fish/guestfish.pod:567
19576 msgid "The size in petabytes (multiplied by 2**50)."
19577 msgstr ""
19578
19579 #. type: =item
19580 #: ../fish/guestfish.pod:569
19581 msgid "B<PB>"
19582 msgstr ""
19583
19584 #. type: textblock
19585 #: ../fish/guestfish.pod:571
19586 msgid "The size in SI 10**15 byte units."
19587 msgstr ""
19588
19589 #. type: =item
19590 #: ../fish/guestfish.pod:573
19591 msgid "B<E> or B<EiB>"
19592 msgstr ""
19593
19594 #. type: textblock
19595 #: ../fish/guestfish.pod:575
19596 msgid "The size in exabytes (multiplied by 2**60)."
19597 msgstr ""
19598
19599 #. type: =item
19600 #: ../fish/guestfish.pod:577
19601 msgid "B<EB>"
19602 msgstr ""
19603
19604 #. type: textblock
19605 #: ../fish/guestfish.pod:579
19606 msgid "The size in SI 10**18 byte units."
19607 msgstr ""
19608
19609 #. type: =item
19610 #: ../fish/guestfish.pod:581
19611 msgid "B<Z> or B<ZiB>"
19612 msgstr ""
19613
19614 #. type: textblock
19615 #: ../fish/guestfish.pod:583
19616 msgid "The size in zettabytes (multiplied by 2**70)."
19617 msgstr ""
19618
19619 #. type: =item
19620 #: ../fish/guestfish.pod:585
19621 msgid "B<ZB>"
19622 msgstr ""
19623
19624 #. type: textblock
19625 #: ../fish/guestfish.pod:587
19626 msgid "The size in SI 10**21 byte units."
19627 msgstr ""
19628
19629 #. type: =item
19630 #: ../fish/guestfish.pod:589
19631 msgid "B<Y> or B<YiB>"
19632 msgstr ""
19633
19634 #. type: textblock
19635 #: ../fish/guestfish.pod:591
19636 msgid "The size in yottabytes (multiplied by 2**80)."
19637 msgstr ""
19638
19639 #. type: =item
19640 #: ../fish/guestfish.pod:593
19641 msgid "B<YB>"
19642 msgstr ""
19643
19644 #. type: textblock
19645 #: ../fish/guestfish.pod:595
19646 msgid "The size in SI 10**24 byte units."
19647 msgstr ""
19648
19649 #. type: verbatim
19650 #: ../fish/guestfish.pod:601
19651 #, no-wrap
19652 msgid ""
19653 " truncate-size /file 1G\n"
19654 "\n"
19655 msgstr ""
19656
19657 #. type: textblock
19658 #: ../fish/guestfish.pod:603
19659 msgid "would truncate the file to 1 gigabyte."
19660 msgstr ""
19661
19662 #. type: textblock
19663 #: ../fish/guestfish.pod:605
19664 msgid ""
19665 "Be careful because a few commands take sizes in kilobytes or megabytes "
19666 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19667 "Adding a suffix will probably not do what you expect."
19668 msgstr ""
19669
19670 #. type: =head2
19671 #: ../fish/guestfish.pod:609
19672 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19673 msgstr ""
19674
19675 #. type: textblock
19676 #: ../fish/guestfish.pod:611
19677 msgid ""
19678 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19679 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19680 msgstr ""
19681
19682 #. type: verbatim
19683 #: ../fish/guestfish.pod:614
19684 #, no-wrap
19685 msgid ""
19686 " 1234      decimal number 1234\n"
19687 " 02322     octal number, equivalent to decimal 1234\n"
19688 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19689 "\n"
19690 msgstr ""
19691
19692 #. type: textblock
19693 #: ../fish/guestfish.pod:618
19694 msgid ""
19695 "When using the C<chmod> command, you almost always want to specify an octal "
19696 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19697 "L<chmod(1)> program):"
19698 msgstr ""
19699
19700 #. type: verbatim
19701 #: ../fish/guestfish.pod:622
19702 #, no-wrap
19703 msgid ""
19704 " chmod 0777 /public  # OK\n"
19705 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19706 "\n"
19707 msgstr ""
19708
19709 #. type: textblock
19710 #: ../fish/guestfish.pod:625
19711 msgid ""
19712 "Commands that return numbers usually print them in decimal, but some "
19713 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19714 "octal, preceeded by C<0>)."
19715 msgstr ""
19716
19717 #. type: =head1
19718 #: ../fish/guestfish.pod:629
19719 msgid "WILDCARDS AND GLOBBING"
19720 msgstr ""
19721
19722 #. type: textblock
19723 #: ../fish/guestfish.pod:631
19724 msgid ""
19725 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19726 "(globbing) by default.  So for example the following will not do what you "
19727 "expect:"
19728 msgstr ""
19729
19730 #. type: verbatim
19731 #: ../fish/guestfish.pod:635
19732 #, no-wrap
19733 msgid ""
19734 " rm-rf /home/*\n"
19735 "\n"
19736 msgstr ""
19737
19738 #. type: textblock
19739 #: ../fish/guestfish.pod:637
19740 msgid ""
19741 "Assuming you don't have a directory called literally C</home/*> then the "
19742 "above command will return an error."
19743 msgstr ""
19744
19745 #. type: textblock
19746 #: ../fish/guestfish.pod:640
19747 msgid "To perform wildcard expansion, use the C<glob> command."
19748 msgstr ""
19749
19750 #. type: verbatim
19751 #: ../fish/guestfish.pod:642
19752 #, no-wrap
19753 msgid ""
19754 " glob rm-rf /home/*\n"
19755 "\n"
19756 msgstr ""
19757
19758 #. type: textblock
19759 #: ../fish/guestfish.pod:644
19760 msgid ""
19761 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19762 "many times), equivalent to:"
19763 msgstr ""
19764
19765 #. type: verbatim
19766 #: ../fish/guestfish.pod:647
19767 #, no-wrap
19768 msgid ""
19769 " rm-rf /home/jim\n"
19770 " rm-rf /home/joe\n"
19771 " rm-rf /home/mary\n"
19772 "\n"
19773 msgstr ""
19774
19775 #. type: textblock
19776 #: ../fish/guestfish.pod:651
19777 msgid "C<glob> only works on simple guest paths and not on device names."
19778 msgstr ""
19779
19780 #. type: textblock
19781 #: ../fish/guestfish.pod:653
19782 msgid ""
19783 "If you have several parameters, each containing a wildcard, then glob will "
19784 "perform a Cartesian product."
19785 msgstr ""
19786
19787 #. type: =head1
19788 #: ../fish/guestfish.pod:656
19789 msgid "COMMENTS"
19790 msgstr ""
19791
19792 #. type: textblock
19793 #: ../fish/guestfish.pod:658
19794 msgid ""
19795 "Any line which starts with a I<#> character is treated as a comment and "
19796 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
19797 "a command.  For example:"
19798 msgstr ""
19799
19800 #. type: verbatim
19801 #: ../fish/guestfish.pod:662
19802 #, no-wrap
19803 msgid ""
19804 " # this is a comment\n"
19805 "         # this is a comment\n"
19806 " foo # NOT a comment\n"
19807 "\n"
19808 msgstr ""
19809
19810 #. type: textblock
19811 #: ../fish/guestfish.pod:666
19812 msgid "Blank lines are also ignored."
19813 msgstr ""
19814
19815 #. type: =head1
19816 #: ../fish/guestfish.pod:668
19817 msgid "RUNNING COMMANDS LOCALLY"
19818 msgstr ""
19819
19820 #. type: textblock
19821 #: ../fish/guestfish.pod:670
19822 msgid ""
19823 "Any line which starts with a I<!> character is treated as a command sent to "
19824 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19825 msgstr ""
19826
19827 #. type: verbatim
19828 #: ../fish/guestfish.pod:674
19829 #, no-wrap
19830 msgid ""
19831 " !mkdir local\n"
19832 " tgz-out /remote local/remote-data.tar.gz\n"
19833 "\n"
19834 msgstr ""
19835
19836 #. type: textblock
19837 #: ../fish/guestfish.pod:677
19838 msgid ""
19839 "will create a directory C<local> on the host, and then export the contents "
19840 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19841 "(See C<tgz-out>)."
19842 msgstr ""
19843
19844 #. type: textblock
19845 #: ../fish/guestfish.pod:681
19846 msgid ""
19847 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19848 "effect, due to the way that subprocesses work in Unix."
19849 msgstr ""
19850
19851 #. type: =head2
19852 #: ../fish/guestfish.pod:684
19853 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
19854 msgstr ""
19855
19856 #. type: textblock
19857 #: ../fish/guestfish.pod:686
19858 msgid ""
19859 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
19860 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
19861 "and executed as guestfish commands."
19862 msgstr ""
19863
19864 #. type: textblock
19865 #: ../fish/guestfish.pod:690
19866 msgid ""
19867 "Thus you can use shell script to construct arbitrary guestfish commands "
19868 "which are then parsed by guestfish."
19869 msgstr ""
19870
19871 #. type: textblock
19872 #: ../fish/guestfish.pod:693
19873 msgid ""
19874 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
19875 "through C</foo.100>) using guestfish commands alone.  However this is simple "
19876 "if we use a shell script to create the guestfish commands for us:"
19877 msgstr ""
19878
19879 #. type: verbatim
19880 #: ../fish/guestfish.pod:698
19881 #, no-wrap
19882 msgid ""
19883 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
19884 "\n"
19885 msgstr ""
19886
19887 #. type: textblock
19888 #: ../fish/guestfish.pod:700
19889 msgid "or with names like C</foo.001>:"
19890 msgstr ""
19891
19892 #. type: verbatim
19893 #: ../fish/guestfish.pod:702
19894 #, no-wrap
19895 msgid ""
19896 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
19897 "\n"
19898 msgstr ""
19899
19900 #. type: textblock
19901 #: ../fish/guestfish.pod:704
19902 msgid ""
19903 "When using guestfish interactively it can be helpful to just run the shell "
19904 "script first (ie. remove the initial C<E<lt>> character so it is just an "
19905 "ordinary I<!> local command), see what guestfish commands it would run, and "
19906 "when you are happy with those prepend the C<E<lt>> character to run the "
19907 "guestfish commands for real."
19908 msgstr ""
19909
19910 #. type: =head1
19911 #: ../fish/guestfish.pod:710
19912 msgid "PIPES"
19913 msgstr ""
19914
19915 #. type: textblock
19916 #: ../fish/guestfish.pod:712
19917 msgid ""
19918 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19919 "command (a guestfish command) to the second command (any host command).  For "
19920 "example:"
19921 msgstr ""
19922
19923 #. type: verbatim
19924 #: ../fish/guestfish.pod:716
19925 #, no-wrap
19926 msgid ""
19927 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19928 "\n"
19929 msgstr ""
19930
19931 #. type: textblock
19932 #: ../fish/guestfish.pod:718
19933 msgid ""
19934 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19935 "program).  The above command would list all accounts in the guest filesystem "
19936 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19937 msgstr ""
19938
19939 #. type: verbatim
19940 #: ../fish/guestfish.pod:723
19941 #, no-wrap
19942 msgid ""
19943 " hexdump /bin/ls | head\n"
19944 " list-devices | tail -1\n"
19945 " tgz-out / - | tar ztf -\n"
19946 "\n"
19947 msgstr ""
19948
19949 #. type: textblock
19950 #: ../fish/guestfish.pod:727
19951 msgid ""
19952 "The space before the pipe symbol is required, any space after the pipe "
19953 "symbol is optional.  Everything after the pipe symbol is just passed "
19954 "straight to the host shell, so it can contain redirections, globs and "
19955 "anything else that makes sense on the host side."
19956 msgstr ""
19957
19958 #. type: textblock
19959 #: ../fish/guestfish.pod:732
19960 msgid ""
19961 "To use a literal argument which begins with a pipe symbol, you have to quote "
19962 "it, eg:"
19963 msgstr ""
19964
19965 #. type: verbatim
19966 #: ../fish/guestfish.pod:735
19967 #, no-wrap
19968 msgid ""
19969 " echo \"|\"\n"
19970 "\n"
19971 msgstr ""
19972
19973 #. type: =head1
19974 #: ../fish/guestfish.pod:737
19975 msgid "HOME DIRECTORIES"
19976 msgstr ""
19977
19978 #. type: textblock
19979 #: ../fish/guestfish.pod:739
19980 msgid ""
19981 "If a parameter starts with the character C<~> then the tilde may be expanded "
19982 "as a home directory path (either C<~> for the current user's home directory, "
19983 "or C<~user> for another user)."
19984 msgstr ""
19985
19986 #. type: textblock
19987 #: ../fish/guestfish.pod:743
19988 msgid ""
19989 "Note that home directory expansion happens for users known I<on the host>, "
19990 "not in the guest filesystem."
19991 msgstr ""
19992
19993 #. type: textblock
19994 #: ../fish/guestfish.pod:746
19995 msgid ""
19996 "To use a literal argument which begins with a tilde, you have to quote it, "
19997 "eg:"
19998 msgstr ""
19999
20000 #. type: verbatim
20001 #: ../fish/guestfish.pod:749
20002 #, no-wrap
20003 msgid ""
20004 " echo \"~\"\n"
20005 "\n"
20006 msgstr ""
20007
20008 #. type: textblock
20009 #: ../fish/guestfish.pod:753
20010 msgid ""
20011 "Libguestfs has some support for Linux guests encrypted according to the "
20012 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20013 "disk encryption systems used by modern Linux guests.  Currently only "
20014 "LVM-on-LUKS is supported."
20015 msgstr ""
20016
20017 #. type: textblock
20018 #: ../fish/guestfish.pod:758
20019 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20020 msgstr ""
20021
20022 #. type: verbatim
20023 #: ../fish/guestfish.pod:760
20024 #, no-wrap
20025 msgid ""
20026 " ><fs> vfs-type /dev/sda2\n"
20027 " crypto_LUKS\n"
20028 "\n"
20029 msgstr ""
20030
20031 #. type: textblock
20032 #: ../fish/guestfish.pod:763
20033 msgid ""
20034 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20035 "device called C</dev/mapper/luksdev>."
20036 msgstr ""
20037
20038 #. type: verbatim
20039 #: ../fish/guestfish.pod:766
20040 #, no-wrap
20041 msgid ""
20042 " ><fs> luks-open /dev/sda2 luksdev\n"
20043 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20044 "\n"
20045 msgstr ""
20046
20047 #. type: textblock
20048 #: ../fish/guestfish.pod:769
20049 msgid ""
20050 "Finally you have to tell LVM to scan for volume groups on the newly created "
20051 "mapper device:"
20052 msgstr ""
20053
20054 #. type: verbatim
20055 #: ../fish/guestfish.pod:772
20056 #, no-wrap
20057 msgid ""
20058 " vgscan\n"
20059 " vg-activate-all true\n"
20060 "\n"
20061 msgstr ""
20062
20063 #. type: textblock
20064 #: ../fish/guestfish.pod:775
20065 msgid "The logical volume(s) can now be mounted in the usual way."
20066 msgstr ""
20067
20068 #. type: textblock
20069 #: ../fish/guestfish.pod:777
20070 msgid ""
20071 "Before closing a LUKS device you must unmount any logical volumes on it and "
20072 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20073 "one.  Then you can close the mapper device:"
20074 msgstr ""
20075
20076 #. type: verbatim
20077 #: ../fish/guestfish.pod:781
20078 #, no-wrap
20079 msgid ""
20080 " vg-activate false /dev/VG\n"
20081 " luks-close /dev/mapper/luksdev\n"
20082 "\n"
20083 msgstr ""
20084
20085 #. type: =head1
20086 #: ../fish/guestfish.pod:784
20087 msgid "WINDOWS PATHS"
20088 msgstr ""
20089
20090 #. type: textblock
20091 #: ../fish/guestfish.pod:786
20092 msgid ""
20093 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20094 "(with some limitations).  The following commands are equivalent:"
20095 msgstr ""
20096
20097 #. type: verbatim
20098 #: ../fish/guestfish.pod:789
20099 #, no-wrap
20100 msgid ""
20101 " file /WINDOWS/system32/config/system.LOG\n"
20102 "\n"
20103 msgstr ""
20104
20105 #. type: verbatim
20106 #: ../fish/guestfish.pod:791
20107 #, no-wrap
20108 msgid ""
20109 " file win:/windows/system32/config/system.log\n"
20110 "\n"
20111 msgstr ""
20112
20113 #. type: verbatim
20114 #: ../fish/guestfish.pod:793
20115 #, no-wrap
20116 msgid ""
20117 " file win:\\windows\\system32\\config\\system.log\n"
20118 "\n"
20119 msgstr ""
20120
20121 #. type: verbatim
20122 #: ../fish/guestfish.pod:795
20123 #, no-wrap
20124 msgid ""
20125 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20126 "\n"
20127 msgstr ""
20128
20129 #. type: textblock
20130 #: ../fish/guestfish.pod:797
20131 msgid ""
20132 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20133 "handles case insensitivity like Windows would.  This only works in argument "
20134 "positions that expect a path."
20135 msgstr ""
20136
20137 #. type: =head1
20138 #: ../fish/guestfish.pod:801
20139 msgid "UPLOADING AND DOWNLOADING FILES"
20140 msgstr ""
20141
20142 #. type: textblock
20143 #: ../fish/guestfish.pod:803
20144 msgid ""
20145 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20146 "others which upload from or download to a local file, you can use the "
20147 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20148 msgstr ""
20149
20150 #. type: verbatim
20151 #: ../fish/guestfish.pod:807
20152 #, no-wrap
20153 msgid ""
20154 " upload - /foo\n"
20155 "\n"
20156 msgstr ""
20157
20158 #. type: textblock
20159 #: ../fish/guestfish.pod:809
20160 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20161 msgstr ""
20162
20163 #. type: verbatim
20164 #: ../fish/guestfish.pod:812
20165 #, no-wrap
20166 msgid ""
20167 " tar-out /etc - | tar tf -\n"
20168 "\n"
20169 msgstr ""
20170
20171 #. type: textblock
20172 #: ../fish/guestfish.pod:814
20173 msgid ""
20174 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20175 "command (see L</PIPES>)."
20176 msgstr ""
20177
20178 #. type: textblock
20179 #: ../fish/guestfish.pod:817
20180 msgid ""
20181 "When using C<-> to read from stdin, the input is read up to the end of "
20182 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20183 "some arbitrary end marker:"
20184 msgstr ""
20185
20186 #. type: verbatim
20187 #: ../fish/guestfish.pod:821
20188 #, no-wrap
20189 msgid ""
20190 " upload -<<END /foo\n"
20191 " input line 1\n"
20192 " input line 2\n"
20193 " input line 3\n"
20194 " END\n"
20195 "\n"
20196 msgstr ""
20197
20198 #. type: textblock
20199 #: ../fish/guestfish.pod:827
20200 msgid ""
20201 "Any string of characters can be used instead of C<END>.  The end marker must "
20202 "appear on a line of its own, without any preceeding or following characters "
20203 "(not even spaces)."
20204 msgstr ""
20205
20206 #. type: textblock
20207 #: ../fish/guestfish.pod:831
20208 msgid ""
20209 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20210 "upload local files (so-called \"FileIn\" parameters in the generator)."
20211 msgstr ""
20212
20213 #. type: =head1
20214 #: ../fish/guestfish.pod:834
20215 msgid "EXIT ON ERROR BEHAVIOUR"
20216 msgstr ""
20217
20218 #. type: textblock
20219 #: ../fish/guestfish.pod:836
20220 msgid ""
20221 "By default, guestfish will ignore any errors when in interactive mode "
20222 "(ie. taking commands from a human over a tty), and will exit on the first "
20223 "error in non-interactive mode (scripts, commands given on the command line)."
20224 msgstr ""
20225
20226 #. type: textblock
20227 #: ../fish/guestfish.pod:841
20228 msgid ""
20229 "If you prefix a command with a I<-> character, then that command will not "
20230 "cause guestfish to exit, even if that (one) command returns an error."
20231 msgstr ""
20232
20233 #. type: =head1
20234 #: ../fish/guestfish.pod:845
20235 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20236 msgstr ""
20237
20238 #. type: textblock
20239 #: ../fish/guestfish.pod:847
20240 msgid ""
20241 "Guestfish can be remote-controlled over a socket.  This is useful "
20242 "particularly in shell scripts where you want to make several different "
20243 "changes to a filesystem, but you don't want the overhead of starting up a "
20244 "guestfish process each time."
20245 msgstr ""
20246
20247 #. type: textblock
20248 #: ../fish/guestfish.pod:852
20249 msgid "Start a guestfish server process using:"
20250 msgstr ""
20251
20252 #. type: verbatim
20253 #: ../fish/guestfish.pod:854
20254 #, no-wrap
20255 msgid ""
20256 " eval \"`guestfish --listen`\"\n"
20257 "\n"
20258 msgstr ""
20259
20260 #. type: textblock
20261 #: ../fish/guestfish.pod:856
20262 msgid "and then send it commands by doing:"
20263 msgstr ""
20264
20265 #. type: verbatim
20266 #: ../fish/guestfish.pod:858
20267 #, no-wrap
20268 msgid ""
20269 " guestfish --remote cmd [...]\n"
20270 "\n"
20271 msgstr ""
20272
20273 #. type: textblock
20274 #: ../fish/guestfish.pod:860
20275 msgid "To cause the server to exit, send it the exit command:"
20276 msgstr ""
20277
20278 #. type: verbatim
20279 #: ../fish/guestfish.pod:862
20280 #, no-wrap
20281 msgid ""
20282 " guestfish --remote exit\n"
20283 "\n"
20284 msgstr ""
20285
20286 #. type: textblock
20287 #: ../fish/guestfish.pod:864
20288 msgid ""
20289 "Note that the server will normally exit if there is an error in a command.  "
20290 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20291 "BEHAVIOUR>."
20292 msgstr ""
20293
20294 #. type: =head2
20295 #: ../fish/guestfish.pod:868
20296 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20297 msgstr ""
20298
20299 #. type: textblock
20300 #: ../fish/guestfish.pod:870
20301 msgid ""
20302 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20303 "is how the I<--remote> option knows where to send the commands.  You can "
20304 "have several guestfish listener processes running using:"
20305 msgstr ""
20306
20307 #. type: verbatim
20308 #: ../fish/guestfish.pod:874
20309 #, no-wrap
20310 msgid ""
20311 " eval \"`guestfish --listen`\"\n"
20312 " pid1=$GUESTFISH_PID\n"
20313 " eval \"`guestfish --listen`\"\n"
20314 " pid2=$GUESTFISH_PID\n"
20315 " ...\n"
20316 " guestfish --remote=$pid1 cmd\n"
20317 " guestfish --remote=$pid2 cmd\n"
20318 "\n"
20319 msgstr ""
20320
20321 #. type: =head2
20322 #: ../fish/guestfish.pod:882
20323 msgid "REMOTE CONTROL AND CSH"
20324 msgstr ""
20325
20326 #. type: textblock
20327 #: ../fish/guestfish.pod:884
20328 msgid ""
20329 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20330 "option:"
20331 msgstr ""
20332
20333 #. type: verbatim
20334 #: ../fish/guestfish.pod:887
20335 #, no-wrap
20336 msgid ""
20337 " eval \"`guestfish --listen --csh`\"\n"
20338 "\n"
20339 msgstr ""
20340
20341 #. type: =head2
20342 #: ../fish/guestfish.pod:889
20343 msgid "REMOTE CONTROL DETAILS"
20344 msgstr ""
20345
20346 #. type: textblock
20347 #: ../fish/guestfish.pod:891
20348 msgid ""
20349 "Remote control happens over a Unix domain socket called "
20350 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20351 "of the process, and C<$PID> is the process ID of the server."
20352 msgstr ""
20353
20354 #. type: textblock
20355 #: ../fish/guestfish.pod:895
20356 msgid "Guestfish client and server versions must match exactly."
20357 msgstr ""
20358
20359 #. type: =head1
20360 #: ../fish/guestfish.pod:897
20361 msgid "PREPARED DISK IMAGES"
20362 msgstr ""
20363
20364 #. type: textblock
20365 #: ../fish/guestfish.pod:899
20366 msgid ""
20367 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20368 "preformatted disk images that guestfish can make for you to save typing.  "
20369 "This is particularly useful for testing purposes.  This option is used "
20370 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20371 "can be mixed with I<-a>)."
20372 msgstr ""
20373
20374 #. type: textblock
20375 #: ../fish/guestfish.pod:905
20376 msgid ""
20377 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20378 "the second and so on.  Existing files in the current directory are "
20379 "I<overwritten>."
20380 msgstr ""
20381
20382 #. type: textblock
20383 #: ../fish/guestfish.pod:909
20384 msgid ""
20385 "The type briefly describes how the disk should be sized, partitioned, how "
20386 "filesystem(s) should be created, and how content should be added.  "
20387 "Optionally the type can be followed by extra parameters, separated by C<:> "
20388 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20389 "sparsely-allocated disk, containing a single partition, with the partition "
20390 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20391 "on a 1GB disk instead."
20392 msgstr ""
20393
20394 #. type: textblock
20395 #: ../fish/guestfish.pod:917
20396 msgid "To list the available types and any extra parameters they take, run:"
20397 msgstr ""
20398
20399 #. type: textblock
20400 #: ../fish/guestfish.pod:921
20401 msgid ""
20402 "Note that the prepared filesystem is not mounted.  You would usually have to "
20403 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20404 msgstr ""
20405
20406 #. type: textblock
20407 #: ../fish/guestfish.pod:925
20408 msgid ""
20409 "If any I<-N> or I<--new> options are given, the guest is automatically "
20410 "launched."
20411 msgstr ""
20412
20413 #. type: textblock
20414 #: ../fish/guestfish.pod:930
20415 msgid "Create a 100MB disk with an ext4-formatted partition:"
20416 msgstr ""
20417
20418 #. type: verbatim
20419 #: ../fish/guestfish.pod:932
20420 #, no-wrap
20421 msgid ""
20422 " guestfish -N fs:ext4\n"
20423 "\n"
20424 msgstr ""
20425
20426 #. type: textblock
20427 #: ../fish/guestfish.pod:934
20428 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20429 msgstr ""
20430
20431 #. type: verbatim
20432 #: ../fish/guestfish.pod:936
20433 #, no-wrap
20434 msgid ""
20435 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20436 "\n"
20437 msgstr ""
20438
20439 #. type: textblock
20440 #: ../fish/guestfish.pod:938
20441 msgid "Create a blank 200MB disk:"
20442 msgstr ""
20443
20444 #. type: verbatim
20445 #: ../fish/guestfish.pod:940
20446 #, no-wrap
20447 msgid ""
20448 " guestfish -N disk:200M\n"
20449 "\n"
20450 msgstr ""
20451
20452 #. type: =head1
20453 #: ../fish/guestfish.pod:942
20454 msgid "PROGRESS BARS"
20455 msgstr ""
20456
20457 #. type: textblock
20458 #: ../fish/guestfish.pod:944
20459 msgid ""
20460 "Some (not all) long-running commands send progress notification messages as "
20461 "they are running.  Guestfish turns these messages into progress bars."
20462 msgstr ""
20463
20464 #. type: textblock
20465 #: ../fish/guestfish.pod:948
20466 msgid ""
20467 "When a command that supports progress bars takes longer than two seconds to "
20468 "run, and if progress bars are enabled, then you will see one appearing below "
20469 "the command:"
20470 msgstr ""
20471
20472 #. type: verbatim
20473 #: ../fish/guestfish.pod:952
20474 #, no-wrap
20475 msgid ""
20476 " ><fs> copy-size /large-file /another-file 2048M\n"
20477 " / 10% [#####-----------------------------------------] 00:30\n"
20478 "\n"
20479 msgstr ""
20480
20481 #. type: textblock
20482 #: ../fish/guestfish.pod:955
20483 msgid ""
20484 "The spinner on the left hand side moves round once for every progress "
20485 "notification received from the backend.  This is a (reasonably) golden "
20486 "assurance that the command is \"doing something\" even if the progress bar "
20487 "is not moving, because the command is able to send the progress "
20488 "notifications.  When the bar reaches 100% and the command finishes, the "
20489 "spinner disappears."
20490 msgstr ""
20491
20492 #. type: textblock
20493 #: ../fish/guestfish.pod:962
20494 msgid ""
20495 "Progress bars are enabled by default when guestfish is used interactively.  "
20496 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20497 "and you can disable them completely using I<--no-progress-bars>."
20498 msgstr ""
20499
20500 #. type: =head1
20501 #: ../fish/guestfish.pod:967
20502 msgid "GUESTFISH COMMANDS"
20503 msgstr ""
20504
20505 #. type: textblock
20506 #: ../fish/guestfish.pod:969
20507 msgid ""
20508 "The commands in this section are guestfish convenience commands, in other "
20509 "words, they are not part of the L<guestfs(3)> API."
20510 msgstr ""
20511
20512 #. type: =head2
20513 #: ../fish/guestfish.pod:972
20514 msgid "help"
20515 msgstr ""
20516
20517 #. type: verbatim
20518 #: ../fish/guestfish.pod:974
20519 #, no-wrap
20520 msgid ""
20521 " help\n"
20522 " help cmd\n"
20523 "\n"
20524 msgstr ""
20525
20526 #. type: textblock
20527 #: ../fish/guestfish.pod:977
20528 msgid "Without any parameter, this provides general help."
20529 msgstr ""
20530
20531 #. type: textblock
20532 #: ../fish/guestfish.pod:979
20533 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20534 msgstr ""
20535
20536 #. type: =head2
20537 #: ../fish/guestfish.pod:981
20538 msgid "quit | exit"
20539 msgstr ""
20540
20541 #. type: textblock
20542 #: ../fish/guestfish.pod:983
20543 msgid "This exits guestfish.  You can also use C<^D> key."
20544 msgstr ""
20545
20546 #. type: textblock
20547 #: ../fish/guestfish.pod:985
20548 msgid "@FISH_COMMANDS@"
20549 msgstr ""
20550
20551 #. type: =head1
20552 #: ../fish/guestfish.pod:987
20553 msgid "COMMANDS"
20554 msgstr ""
20555
20556 #. type: =head1
20557 #: ../fish/guestfish.pod:991 ../test-tool/libguestfs-test-tool.pod:83
20558 msgid "EXIT CODE"
20559 msgstr ""
20560
20561 #. type: textblock
20562 #: ../fish/guestfish.pod:993
20563 msgid ""
20564 "guestfish returns 0 if the commands completed without error, or 1 if there "
20565 "was an error."
20566 msgstr ""
20567
20568 #. type: =item
20569 #: ../fish/guestfish.pod:1000
20570 msgid "EDITOR"
20571 msgstr ""
20572
20573 #. type: textblock
20574 #: ../fish/guestfish.pod:1002
20575 msgid ""
20576 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20577 "C<vi>."
20578 msgstr ""
20579
20580 #. type: =item
20581 #: ../fish/guestfish.pod:1005
20582 msgid "GUESTFISH_PID"
20583 msgstr ""
20584
20585 #. type: textblock
20586 #: ../fish/guestfish.pod:1007
20587 msgid ""
20588 "Used with the I<--remote> option to specify the remote guestfish process to "
20589 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20590 msgstr ""
20591
20592 #. type: =item
20593 #: ../fish/guestfish.pod:1011
20594 msgid "HEXEDITOR"
20595 msgstr ""
20596
20597 #. type: textblock
20598 #: ../fish/guestfish.pod:1013
20599 msgid ""
20600 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20601 "not specified, the external L<hexedit(1)> program is used."
20602 msgstr ""
20603
20604 #. type: =item
20605 #: ../fish/guestfish.pod:1017
20606 msgid "HOME"
20607 msgstr ""
20608
20609 #. type: textblock
20610 #: ../fish/guestfish.pod:1019
20611 msgid ""
20612 "If compiled with GNU readline support, various files in the home directory "
20613 "can be used.  See L</FILES>."
20614 msgstr ""
20615
20616 #. type: textblock
20617 #: ../fish/guestfish.pod:1028
20618 msgid ""
20619 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20620 "effect as using the B<-v> option."
20621 msgstr ""
20622
20623 #. type: textblock
20624 #: ../fish/guestfish.pod:1040
20625 msgid ""
20626 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20627 "the discussion of paths in L<guestfs(3)>."
20628 msgstr ""
20629
20630 #. type: textblock
20631 #: ../fish/guestfish.pod:1051
20632 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20633 msgstr ""
20634
20635 #. type: =item
20636 #: ../fish/guestfish.pod:1053
20637 msgid "PAGER"
20638 msgstr ""
20639
20640 #. type: textblock
20641 #: ../fish/guestfish.pod:1055
20642 msgid ""
20643 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20644 "C<more>."
20645 msgstr ""
20646
20647 #. type: =head1
20648 #: ../fish/guestfish.pod:1071 ../test-tool/libguestfs-test-tool.pod:88
20649 msgid "FILES"
20650 msgstr ""
20651
20652 #. type: =item
20653 #: ../fish/guestfish.pod:1075
20654 msgid "$HOME/.guestfish"
20655 msgstr ""
20656
20657 #. type: textblock
20658 #: ../fish/guestfish.pod:1077
20659 msgid ""
20660 "If compiled with GNU readline support, then the command history is saved in "
20661 "this file."
20662 msgstr ""
20663
20664 #. type: =item
20665 #: ../fish/guestfish.pod:1080
20666 msgid "$HOME/.inputrc"
20667 msgstr ""
20668
20669 #. type: =item
20670 #: ../fish/guestfish.pod:1082
20671 msgid "/etc/inputrc"
20672 msgstr ""
20673
20674 #. type: textblock
20675 #: ../fish/guestfish.pod:1084
20676 msgid ""
20677 "If compiled with GNU readline support, then these files can be used to "
20678 "configure readline.  For further information, please see "
20679 "L<readline(3)/INITIALIZATION FILE>."
20680 msgstr ""
20681
20682 #. type: textblock
20683 #: ../fish/guestfish.pod:1088
20684 msgid "To write rules which only apply to guestfish, use:"
20685 msgstr ""
20686
20687 #. type: verbatim
20688 #: ../fish/guestfish.pod:1090
20689 #, no-wrap
20690 msgid ""
20691 " $if guestfish\n"
20692 " ...\n"
20693 " $endif\n"
20694 "\n"
20695 msgstr ""
20696
20697 #. type: textblock
20698 #: ../fish/guestfish.pod:1094
20699 msgid ""
20700 "Variables that you can set in inputrc that change the behaviour of guestfish "
20701 "in useful ways include:"
20702 msgstr ""
20703
20704 #. type: =item
20705 #: ../fish/guestfish.pod:1099
20706 msgid "completion-ignore-case (default: on)"
20707 msgstr ""
20708
20709 #. type: textblock
20710 #: ../fish/guestfish.pod:1101
20711 msgid ""
20712 "By default, guestfish will ignore case when tab-completing paths on the "
20713 "disk.  Use:"
20714 msgstr ""
20715
20716 #. type: verbatim
20717 #: ../fish/guestfish.pod:1104
20718 #, no-wrap
20719 msgid ""
20720 " set completion-ignore-case off\n"
20721 "\n"
20722 msgstr ""
20723
20724 #. type: textblock
20725 #: ../fish/guestfish.pod:1106
20726 msgid "to make guestfish case sensitive."
20727 msgstr ""
20728
20729 #. type: =item
20730 #: ../fish/guestfish.pod:1110
20731 msgid "test1.img"
20732 msgstr ""
20733
20734 #. type: =item
20735 #: ../fish/guestfish.pod:1112
20736 msgid "test2.img (etc)"
20737 msgstr ""
20738
20739 #. type: textblock
20740 #: ../fish/guestfish.pod:1114
20741 msgid ""
20742 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20743 "will be created in the file C<test1.img> in the current directory.  The "
20744 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20745 "the same name will be overwritten."
20746 msgstr ""
20747
20748 #. type: textblock
20749 #: ../fish/guestfish.pod:1123
20750 msgid ""
20751 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
20752 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
20753 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
20754 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
20755 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
20756 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
20757 msgstr ""
20758
20759 #. type: textblock
20760 #: ../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
20761 msgid ""
20762 "This program is free software; you can redistribute it and/or modify it "
20763 "under the terms of the GNU General Public License as published by the Free "
20764 "Software Foundation; either version 2 of the License, or (at your option) "
20765 "any later version."
20766 msgstr ""
20767
20768 #. type: textblock
20769 #: ../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
20770 msgid ""
20771 "This program is distributed in the hope that it will be useful, but WITHOUT "
20772 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
20773 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
20774 "more details."
20775 msgstr ""
20776
20777 #. type: textblock
20778 #: ../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
20779 msgid ""
20780 "You should have received a copy of the GNU General Public License along with "
20781 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
20782 "Ave, Cambridge, MA 02139, USA."
20783 msgstr ""
20784
20785 #. type: =head2
20786 #: ../fish/guestfish-actions.pod:1
20787 msgid "add-cdrom"
20788 msgstr ""
20789
20790 #. type: verbatim
20791 #: ../fish/guestfish-actions.pod:3
20792 #, no-wrap
20793 msgid ""
20794 " add-cdrom filename\n"
20795 "\n"
20796 msgstr ""
20797
20798 #. type: textblock
20799 #: ../fish/guestfish-actions.pod:15
20800 msgid ""
20801 "This call checks for the existence of C<filename>.  This stops you from "
20802 "specifying other types of drive which are supported by qemu such as C<nbd:> "
20803 "and C<http:> URLs.  To specify those, use the general L</config> call "
20804 "instead."
20805 msgstr ""
20806
20807 #. type: textblock
20808 #: ../fish/guestfish-actions.pod:22
20809 msgid ""
20810 "If you just want to add an ISO file (often you use this as an efficient way "
20811 "to transfer large files into the guest), then you should probably use "
20812 "L</add-drive-ro> instead."
20813 msgstr ""
20814
20815 #. type: =head2
20816 #: ../fish/guestfish-actions.pod:35
20817 msgid "add-domain"
20818 msgstr ""
20819
20820 #. type: =head2
20821 #: ../fish/guestfish-actions.pod:37
20822 msgid "domain"
20823 msgstr ""
20824
20825 #. type: verbatim
20826 #: ../fish/guestfish-actions.pod:39
20827 #, no-wrap
20828 msgid ""
20829 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
20830 "\n"
20831 msgstr ""
20832
20833 #. type: textblock
20834 #: ../fish/guestfish-actions.pod:41
20835 msgid ""
20836 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
20837 "It works by connecting to libvirt, requesting the domain and domain XML from "
20838 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
20839 msgstr ""
20840
20841 #. type: textblock
20842 #: ../fish/guestfish-actions.pod:71
20843 msgid ""
20844 "The other optional parameters are passed directly through to "
20845 "L</add-drive-opts>."
20846 msgstr ""
20847
20848 #. type: textblock
20849 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:2947
20850 msgid ""
20851 "This command has one or more optional arguments.  See L</OPTIONAL "
20852 "ARGUMENTS>."
20853 msgstr ""
20854
20855 #. type: =head2
20856 #: ../fish/guestfish-actions.pod:76
20857 msgid "add-drive"
20858 msgstr ""
20859
20860 #. type: verbatim
20861 #: ../fish/guestfish-actions.pod:78
20862 #, no-wrap
20863 msgid ""
20864 " add-drive filename\n"
20865 "\n"
20866 msgstr ""
20867
20868 #. type: textblock
20869 #: ../fish/guestfish-actions.pod:80
20870 msgid ""
20871 "This function is the equivalent of calling L</add-drive-opts> with no "
20872 "optional parameters, so the disk is added writable, with the format being "
20873 "detected automatically."
20874 msgstr ""
20875
20876 #. type: textblock
20877 #: ../fish/guestfish-actions.pod:84
20878 msgid ""
20879 "Automatic detection of the format opens you up to a potential security hole "
20880 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
20881 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
20882 "you should think about replacing calls to this function with calls to "
20883 "L</add-drive-opts>, and specifying the format."
20884 msgstr ""
20885
20886 #. type: =head2
20887 #: ../fish/guestfish-actions.pod:91
20888 msgid "add-drive-opts"
20889 msgstr ""
20890
20891 #. type: =head2
20892 #: ../fish/guestfish-actions.pod:93
20893 msgid "add"
20894 msgstr ""
20895
20896 #. type: verbatim
20897 #: ../fish/guestfish-actions.pod:95
20898 #, no-wrap
20899 msgid ""
20900 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
20901 "\n"
20902 msgstr ""
20903
20904 #. type: textblock
20905 #: ../fish/guestfish-actions.pod:122
20906 msgid ""
20907 "This forces the image format.  If you omit this (or use L</add-drive> or "
20908 "L</add-drive-ro>) then the format is automatically detected.  Possible "
20909 "formats include C<raw> and C<qcow2>."
20910 msgstr ""
20911
20912 #. type: textblock
20913 #: ../fish/guestfish-actions.pod:133
20914 msgid ""
20915 "This rarely-used option lets you emulate the behaviour of the deprecated "
20916 "L</add-drive-with-if> call (q.v.)"
20917 msgstr ""
20918
20919 #. type: =head2
20920 #: ../fish/guestfish-actions.pod:140
20921 msgid "add-drive-ro"
20922 msgstr ""
20923
20924 #. type: =head2
20925 #: ../fish/guestfish-actions.pod:142
20926 msgid "add-ro"
20927 msgstr ""
20928
20929 #. type: verbatim
20930 #: ../fish/guestfish-actions.pod:144
20931 #, no-wrap
20932 msgid ""
20933 " add-drive-ro filename\n"
20934 "\n"
20935 msgstr ""
20936
20937 #. type: textblock
20938 #: ../fish/guestfish-actions.pod:146
20939 msgid ""
20940 "This function is the equivalent of calling L</add-drive-opts> with the "
20941 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20942 "is added read-only, with the format being detected automatically."
20943 msgstr ""
20944
20945 #. type: =head2
20946 #: ../fish/guestfish-actions.pod:151
20947 msgid "add-drive-ro-with-if"
20948 msgstr ""
20949
20950 #. type: verbatim
20951 #: ../fish/guestfish-actions.pod:153
20952 #, no-wrap
20953 msgid ""
20954 " add-drive-ro-with-if filename iface\n"
20955 "\n"
20956 msgstr ""
20957
20958 #. type: textblock
20959 #: ../fish/guestfish-actions.pod:155
20960 msgid ""
20961 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20962 "interface emulation to use at run time."
20963 msgstr ""
20964
20965 #. type: =head2
20966 #: ../fish/guestfish-actions.pod:165
20967 msgid "add-drive-with-if"
20968 msgstr ""
20969
20970 #. type: verbatim
20971 #: ../fish/guestfish-actions.pod:167
20972 #, no-wrap
20973 msgid ""
20974 " add-drive-with-if filename iface\n"
20975 "\n"
20976 msgstr ""
20977
20978 #. type: textblock
20979 #: ../fish/guestfish-actions.pod:169
20980 msgid ""
20981 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20982 "interface emulation to use at run time."
20983 msgstr ""
20984
20985 #. type: =head2
20986 #: ../fish/guestfish-actions.pod:179
20987 msgid "aug-clear"
20988 msgstr ""
20989
20990 #. type: verbatim
20991 #: ../fish/guestfish-actions.pod:181
20992 #, no-wrap
20993 msgid ""
20994 " aug-clear augpath\n"
20995 "\n"
20996 msgstr ""
20997
20998 #. type: =head2
20999 #: ../fish/guestfish-actions.pod:186
21000 msgid "aug-close"
21001 msgstr ""
21002
21003 #. type: verbatim
21004 #: ../fish/guestfish-actions.pod:188
21005 #, no-wrap
21006 msgid ""
21007 " aug-close\n"
21008 "\n"
21009 msgstr ""
21010
21011 #. type: textblock
21012 #: ../fish/guestfish-actions.pod:190
21013 msgid ""
21014 "Close the current Augeas handle and free up any resources used by it.  After "
21015 "calling this, you have to call L</aug-init> again before you can use any "
21016 "other Augeas functions."
21017 msgstr ""
21018
21019 #. type: =head2
21020 #: ../fish/guestfish-actions.pod:195
21021 msgid "aug-defnode"
21022 msgstr ""
21023
21024 #. type: verbatim
21025 #: ../fish/guestfish-actions.pod:197
21026 #, no-wrap
21027 msgid ""
21028 " aug-defnode name expr val\n"
21029 "\n"
21030 msgstr ""
21031
21032 #. type: textblock
21033 #: ../fish/guestfish-actions.pod:202
21034 msgid ""
21035 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21036 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21037 "containing that single node."
21038 msgstr ""
21039
21040 #. type: =head2
21041 #: ../fish/guestfish-actions.pod:210
21042 msgid "aug-defvar"
21043 msgstr ""
21044
21045 #. type: verbatim
21046 #: ../fish/guestfish-actions.pod:212
21047 #, no-wrap
21048 msgid ""
21049 " aug-defvar name expr\n"
21050 "\n"
21051 msgstr ""
21052
21053 #. type: =head2
21054 #: ../fish/guestfish-actions.pod:221
21055 msgid "aug-get"
21056 msgstr ""
21057
21058 #. type: verbatim
21059 #: ../fish/guestfish-actions.pod:223
21060 #, no-wrap
21061 msgid ""
21062 " aug-get augpath\n"
21063 "\n"
21064 msgstr ""
21065
21066 #. type: =head2
21067 #: ../fish/guestfish-actions.pod:228
21068 msgid "aug-init"
21069 msgstr ""
21070
21071 #. type: verbatim
21072 #: ../fish/guestfish-actions.pod:230
21073 #, no-wrap
21074 msgid ""
21075 " aug-init root flags\n"
21076 "\n"
21077 msgstr ""
21078
21079 #. type: textblock
21080 #: ../fish/guestfish-actions.pod:236
21081 msgid "You must call this before using any other L</aug-*> commands."
21082 msgstr ""
21083
21084 #. type: textblock
21085 #: ../fish/guestfish-actions.pod:271
21086 msgid "Do not load the tree in L</aug-init>."
21087 msgstr ""
21088
21089 #. type: textblock
21090 #: ../fish/guestfish-actions.pod:275
21091 msgid "To close the handle, you can call L</aug-close>."
21092 msgstr ""
21093
21094 #. type: =head2
21095 #: ../fish/guestfish-actions.pod:279
21096 msgid "aug-insert"
21097 msgstr ""
21098
21099 #. type: verbatim
21100 #: ../fish/guestfish-actions.pod:281
21101 #, no-wrap
21102 msgid ""
21103 " aug-insert augpath label true|false\n"
21104 "\n"
21105 msgstr ""
21106
21107 #. type: =head2
21108 #: ../fish/guestfish-actions.pod:291
21109 msgid "aug-load"
21110 msgstr ""
21111
21112 #. type: verbatim
21113 #: ../fish/guestfish-actions.pod:293
21114 #, no-wrap
21115 msgid ""
21116 " aug-load\n"
21117 "\n"
21118 msgstr ""
21119
21120 #. type: =head2
21121 #: ../fish/guestfish-actions.pod:300
21122 msgid "aug-ls"
21123 msgstr ""
21124
21125 #. type: verbatim
21126 #: ../fish/guestfish-actions.pod:302
21127 #, no-wrap
21128 msgid ""
21129 " aug-ls augpath\n"
21130 "\n"
21131 msgstr ""
21132
21133 #. type: textblock
21134 #: ../fish/guestfish-actions.pod:304
21135 msgid ""
21136 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21137 "resulting nodes into alphabetical order."
21138 msgstr ""
21139
21140 #. type: =head2
21141 #: ../fish/guestfish-actions.pod:307
21142 msgid "aug-match"
21143 msgstr ""
21144
21145 #. type: verbatim
21146 #: ../fish/guestfish-actions.pod:309
21147 #, no-wrap
21148 msgid ""
21149 " aug-match augpath\n"
21150 "\n"
21151 msgstr ""
21152
21153 #. type: =head2
21154 #: ../fish/guestfish-actions.pod:315
21155 msgid "aug-mv"
21156 msgstr ""
21157
21158 #. type: verbatim
21159 #: ../fish/guestfish-actions.pod:317
21160 #, no-wrap
21161 msgid ""
21162 " aug-mv src dest\n"
21163 "\n"
21164 msgstr ""
21165
21166 #. type: =head2
21167 #: ../fish/guestfish-actions.pod:322
21168 msgid "aug-rm"
21169 msgstr ""
21170
21171 #. type: verbatim
21172 #: ../fish/guestfish-actions.pod:324
21173 #, no-wrap
21174 msgid ""
21175 " aug-rm augpath\n"
21176 "\n"
21177 msgstr ""
21178
21179 #. type: =head2
21180 #: ../fish/guestfish-actions.pod:330
21181 msgid "aug-save"
21182 msgstr ""
21183
21184 #. type: verbatim
21185 #: ../fish/guestfish-actions.pod:332
21186 #, no-wrap
21187 msgid ""
21188 " aug-save\n"
21189 "\n"
21190 msgstr ""
21191
21192 #. type: textblock
21193 #: ../fish/guestfish-actions.pod:336
21194 msgid ""
21195 "The flags which were passed to L</aug-init> affect exactly how files are "
21196 "saved."
21197 msgstr ""
21198
21199 #. type: =head2
21200 #: ../fish/guestfish-actions.pod:339
21201 msgid "aug-set"
21202 msgstr ""
21203
21204 #. type: verbatim
21205 #: ../fish/guestfish-actions.pod:341
21206 #, no-wrap
21207 msgid ""
21208 " aug-set augpath val\n"
21209 "\n"
21210 msgstr ""
21211
21212 #. type: textblock
21213 #: ../fish/guestfish-actions.pod:345
21214 msgid ""
21215 "In the Augeas API, it is possible to clear a node by setting the value to "
21216 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21217 "this call.  Instead you must use the L</aug-clear> call."
21218 msgstr ""
21219
21220 #. type: =head2
21221 #: ../fish/guestfish-actions.pod:350
21222 msgid "available"
21223 msgstr ""
21224
21225 #. type: verbatim
21226 #: ../fish/guestfish-actions.pod:352
21227 #, no-wrap
21228 msgid ""
21229 " available 'groups ...'\n"
21230 "\n"
21231 msgstr ""
21232
21233 #. type: textblock
21234 #: ../fish/guestfish-actions.pod:358
21235 msgid ""
21236 "The libguestfs groups, and the functions that those groups correspond to, "
21237 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21238 "runtime by calling L</available-all-groups>."
21239 msgstr ""
21240
21241 #. type: textblock
21242 #: ../fish/guestfish-actions.pod:382
21243 msgid "You must call L</launch> before calling this function."
21244 msgstr ""
21245
21246 #. type: textblock
21247 #: ../fish/guestfish-actions.pod:404
21248 msgid ""
21249 "This call was added in version C<1.0.80>.  In previous versions of "
21250 "libguestfs all you could do would be to speculatively execute a command to "
21251 "find out if the daemon implemented it.  See also L</version>."
21252 msgstr ""
21253
21254 #. type: =head2
21255 #: ../fish/guestfish-actions.pod:411
21256 msgid "available-all-groups"
21257 msgstr ""
21258
21259 #. type: verbatim
21260 #: ../fish/guestfish-actions.pod:413
21261 #, no-wrap
21262 msgid ""
21263 " available-all-groups\n"
21264 "\n"
21265 msgstr ""
21266
21267 #. type: textblock
21268 #: ../fish/guestfish-actions.pod:415
21269 msgid ""
21270 "This command returns a list of all optional groups that this daemon knows "
21271 "about.  Note this returns both supported and unsupported groups.  To find "
21272 "out which ones the daemon can actually support you have to call "
21273 "L</available> on each member of the returned list."
21274 msgstr ""
21275
21276 #. type: textblock
21277 #: ../fish/guestfish-actions.pod:421
21278 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21279 msgstr ""
21280
21281 #. type: =head2
21282 #: ../fish/guestfish-actions.pod:423
21283 msgid "base64-in"
21284 msgstr ""
21285
21286 #. type: verbatim
21287 #: ../fish/guestfish-actions.pod:425
21288 #, no-wrap
21289 msgid ""
21290 " base64-in (base64file|-) filename\n"
21291 "\n"
21292 msgstr ""
21293
21294 #. type: textblock
21295 #: ../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:4345 ../fish/guestfish-actions.pod:4357 ../fish/guestfish-actions.pod:4368 ../fish/guestfish-actions.pod:4379 ../fish/guestfish-actions.pod:4431 ../fish/guestfish-actions.pod:4440 ../fish/guestfish-actions.pod:4494 ../fish/guestfish-actions.pod:4517
21296 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21297 msgstr ""
21298
21299 #. type: =head2
21300 #: ../fish/guestfish-actions.pod:432
21301 msgid "base64-out"
21302 msgstr ""
21303
21304 #. type: verbatim
21305 #: ../fish/guestfish-actions.pod:434
21306 #, no-wrap
21307 msgid ""
21308 " base64-out filename (base64file|-)\n"
21309 "\n"
21310 msgstr ""
21311
21312 #. type: =head2
21313 #: ../fish/guestfish-actions.pod:441
21314 msgid "blockdev-flushbufs"
21315 msgstr ""
21316
21317 #. type: verbatim
21318 #: ../fish/guestfish-actions.pod:443
21319 #, no-wrap
21320 msgid ""
21321 " blockdev-flushbufs device\n"
21322 "\n"
21323 msgstr ""
21324
21325 #. type: =head2
21326 #: ../fish/guestfish-actions.pod:450
21327 msgid "blockdev-getbsz"
21328 msgstr ""
21329
21330 #. type: verbatim
21331 #: ../fish/guestfish-actions.pod:452
21332 #, no-wrap
21333 msgid ""
21334 " blockdev-getbsz device\n"
21335 "\n"
21336 msgstr ""
21337
21338 #. type: =head2
21339 #: ../fish/guestfish-actions.pod:461
21340 msgid "blockdev-getro"
21341 msgstr ""
21342
21343 #. type: verbatim
21344 #: ../fish/guestfish-actions.pod:463
21345 #, no-wrap
21346 msgid ""
21347 " blockdev-getro device\n"
21348 "\n"
21349 msgstr ""
21350
21351 #. type: =head2
21352 #: ../fish/guestfish-actions.pod:470
21353 msgid "blockdev-getsize64"
21354 msgstr ""
21355
21356 #. type: verbatim
21357 #: ../fish/guestfish-actions.pod:472
21358 #, no-wrap
21359 msgid ""
21360 " blockdev-getsize64 device\n"
21361 "\n"
21362 msgstr ""
21363
21364 #. type: textblock
21365 #: ../fish/guestfish-actions.pod:476
21366 msgid "See also L</blockdev-getsz>."
21367 msgstr ""
21368
21369 #. type: =head2
21370 #: ../fish/guestfish-actions.pod:480
21371 msgid "blockdev-getss"
21372 msgstr ""
21373
21374 #. type: verbatim
21375 #: ../fish/guestfish-actions.pod:482
21376 #, no-wrap
21377 msgid ""
21378 " blockdev-getss device\n"
21379 "\n"
21380 msgstr ""
21381
21382 #. type: textblock
21383 #: ../fish/guestfish-actions.pod:487
21384 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21385 msgstr ""
21386
21387 #. type: =head2
21388 #: ../fish/guestfish-actions.pod:492
21389 msgid "blockdev-getsz"
21390 msgstr ""
21391
21392 #. type: verbatim
21393 #: ../fish/guestfish-actions.pod:494
21394 #, no-wrap
21395 msgid ""
21396 " blockdev-getsz device\n"
21397 "\n"
21398 msgstr ""
21399
21400 #. type: textblock
21401 #: ../fish/guestfish-actions.pod:499
21402 msgid ""
21403 "See also L</blockdev-getss> for the real sector size of the device, and "
21404 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21405 msgstr ""
21406
21407 #. type: =head2
21408 #: ../fish/guestfish-actions.pod:505
21409 msgid "blockdev-rereadpt"
21410 msgstr ""
21411
21412 #. type: verbatim
21413 #: ../fish/guestfish-actions.pod:507
21414 #, no-wrap
21415 msgid ""
21416 " blockdev-rereadpt device\n"
21417 "\n"
21418 msgstr ""
21419
21420 #. type: =head2
21421 #: ../fish/guestfish-actions.pod:513
21422 msgid "blockdev-setbsz"
21423 msgstr ""
21424
21425 #. type: verbatim
21426 #: ../fish/guestfish-actions.pod:515
21427 #, no-wrap
21428 msgid ""
21429 " blockdev-setbsz device blocksize\n"
21430 "\n"
21431 msgstr ""
21432
21433 #. type: =head2
21434 #: ../fish/guestfish-actions.pod:524
21435 msgid "blockdev-setro"
21436 msgstr ""
21437
21438 #. type: verbatim
21439 #: ../fish/guestfish-actions.pod:526
21440 #, no-wrap
21441 msgid ""
21442 " blockdev-setro device\n"
21443 "\n"
21444 msgstr ""
21445
21446 #. type: =head2
21447 #: ../fish/guestfish-actions.pod:532
21448 msgid "blockdev-setrw"
21449 msgstr ""
21450
21451 #. type: verbatim
21452 #: ../fish/guestfish-actions.pod:534
21453 #, no-wrap
21454 msgid ""
21455 " blockdev-setrw device\n"
21456 "\n"
21457 msgstr ""
21458
21459 #. type: =head2
21460 #: ../fish/guestfish-actions.pod:540
21461 msgid "case-sensitive-path"
21462 msgstr ""
21463
21464 #. type: verbatim
21465 #: ../fish/guestfish-actions.pod:542
21466 #, no-wrap
21467 msgid ""
21468 " case-sensitive-path path\n"
21469 "\n"
21470 msgstr ""
21471
21472 #. type: textblock
21473 #: ../fish/guestfish-actions.pod:566
21474 msgid ""
21475 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21476 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21477 "how the directories were originally created under Windows)."
21478 msgstr ""
21479
21480 #. type: textblock
21481 #: ../fish/guestfish-actions.pod:574
21482 msgid "See also L</realpath>."
21483 msgstr ""
21484
21485 #. type: =head2
21486 #: ../fish/guestfish-actions.pod:576
21487 msgid "cat"
21488 msgstr ""
21489
21490 #. type: verbatim
21491 #: ../fish/guestfish-actions.pod:578
21492 #, no-wrap
21493 msgid ""
21494 " cat path\n"
21495 "\n"
21496 msgstr ""
21497
21498 #. type: textblock
21499 #: ../fish/guestfish-actions.pod:582
21500 msgid ""
21501 "Note that this function cannot correctly handle binary files (specifically, "
21502 "files containing C<\\0> character which is treated as end of string).  For "
21503 "those you need to use the L</read-file> or L</download> functions which have "
21504 "a more complex interface."
21505 msgstr ""
21506
21507 #. type: =head2
21508 #: ../fish/guestfish-actions.pod:590
21509 msgid "checksum"
21510 msgstr ""
21511
21512 #. type: verbatim
21513 #: ../fish/guestfish-actions.pod:592
21514 #, no-wrap
21515 msgid ""
21516 " checksum csumtype path\n"
21517 "\n"
21518 msgstr ""
21519
21520 #. type: textblock
21521 #: ../fish/guestfish-actions.pod:635
21522 msgid "To get the checksum for a device, use L</checksum-device>."
21523 msgstr ""
21524
21525 #. type: textblock
21526 #: ../fish/guestfish-actions.pod:637
21527 msgid "To get the checksums for many files, use L</checksums-out>."
21528 msgstr ""
21529
21530 #. type: =head2
21531 #: ../fish/guestfish-actions.pod:639
21532 msgid "checksum-device"
21533 msgstr ""
21534
21535 #. type: verbatim
21536 #: ../fish/guestfish-actions.pod:641
21537 #, no-wrap
21538 msgid ""
21539 " checksum-device csumtype device\n"
21540 "\n"
21541 msgstr ""
21542
21543 #. type: textblock
21544 #: ../fish/guestfish-actions.pod:643
21545 msgid ""
21546 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21547 "device named C<device>.  For the types of checksums supported see the "
21548 "L</checksum> command."
21549 msgstr ""
21550
21551 #. type: =head2
21552 #: ../fish/guestfish-actions.pod:647
21553 msgid "checksums-out"
21554 msgstr ""
21555
21556 #. type: verbatim
21557 #: ../fish/guestfish-actions.pod:649
21558 #, no-wrap
21559 msgid ""
21560 " checksums-out csumtype directory (sumsfile|-)\n"
21561 "\n"
21562 msgstr ""
21563
21564 #. type: =head2
21565 #: ../fish/guestfish-actions.pod:665
21566 msgid "chmod"
21567 msgstr ""
21568
21569 #. type: verbatim
21570 #: ../fish/guestfish-actions.pod:667
21571 #, no-wrap
21572 msgid ""
21573 " chmod mode path\n"
21574 "\n"
21575 msgstr ""
21576
21577 #. type: =head2
21578 #: ../fish/guestfish-actions.pod:678
21579 msgid "chown"
21580 msgstr ""
21581
21582 #. type: verbatim
21583 #: ../fish/guestfish-actions.pod:680
21584 #, no-wrap
21585 msgid ""
21586 " chown owner group path\n"
21587 "\n"
21588 msgstr ""
21589
21590 #. type: =head2
21591 #: ../fish/guestfish-actions.pod:688
21592 msgid "command"
21593 msgstr ""
21594
21595 #. type: verbatim
21596 #: ../fish/guestfish-actions.pod:690
21597 #, no-wrap
21598 msgid ""
21599 " command 'arguments ...'\n"
21600 "\n"
21601 msgstr ""
21602
21603 #. type: textblock
21604 #: ../fish/guestfish-actions.pod:697
21605 msgid ""
21606 "The single parameter is an argv-style list of arguments.  The first element "
21607 "is the name of the program to run.  Subsequent elements are parameters.  The "
21608 "list must be non-empty (ie. must contain a program name).  Note that the "
21609 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21610 msgstr ""
21611
21612 #. type: =head2
21613 #: ../fish/guestfish-actions.pod:725
21614 msgid "command-lines"
21615 msgstr ""
21616
21617 #. type: verbatim
21618 #: ../fish/guestfish-actions.pod:727
21619 #, no-wrap
21620 msgid ""
21621 " command-lines 'arguments ...'\n"
21622 "\n"
21623 msgstr ""
21624
21625 #. type: textblock
21626 #: ../fish/guestfish-actions.pod:729
21627 msgid "This is the same as L</command>, but splits the result into a list of lines."
21628 msgstr ""
21629
21630 #. type: textblock
21631 #: ../fish/guestfish-actions.pod:732
21632 msgid "See also: L</sh-lines>"
21633 msgstr ""
21634
21635 #. type: =head2
21636 #: ../fish/guestfish-actions.pod:737
21637 msgid "config"
21638 msgstr ""
21639
21640 #. type: verbatim
21641 #: ../fish/guestfish-actions.pod:739
21642 #, no-wrap
21643 msgid ""
21644 " config qemuparam qemuvalue\n"
21645 "\n"
21646 msgstr ""
21647
21648 #. type: =head2
21649 #: ../fish/guestfish-actions.pod:750
21650 msgid "copy-size"
21651 msgstr ""
21652
21653 #. type: verbatim
21654 #: ../fish/guestfish-actions.pod:752
21655 #, no-wrap
21656 msgid ""
21657 " copy-size src dest size\n"
21658 "\n"
21659 msgstr ""
21660
21661 #. type: =head2
21662 #: ../fish/guestfish-actions.pod:760
21663 msgid "cp"
21664 msgstr ""
21665
21666 #. type: verbatim
21667 #: ../fish/guestfish-actions.pod:762
21668 #, no-wrap
21669 msgid ""
21670 " cp src dest\n"
21671 "\n"
21672 msgstr ""
21673
21674 #. type: =head2
21675 #: ../fish/guestfish-actions.pod:767
21676 msgid "cp-a"
21677 msgstr ""
21678
21679 #. type: verbatim
21680 #: ../fish/guestfish-actions.pod:769
21681 #, no-wrap
21682 msgid ""
21683 " cp-a src dest\n"
21684 "\n"
21685 msgstr ""
21686
21687 #. type: =head2
21688 #: ../fish/guestfish-actions.pod:774
21689 msgid "dd"
21690 msgstr ""
21691
21692 #. type: verbatim
21693 #: ../fish/guestfish-actions.pod:776
21694 #, no-wrap
21695 msgid ""
21696 " dd src dest\n"
21697 "\n"
21698 msgstr ""
21699
21700 #. type: textblock
21701 #: ../fish/guestfish-actions.pod:783
21702 msgid ""
21703 "If the destination is a device, it must be as large or larger than the "
21704 "source file or device, otherwise the copy will fail.  This command cannot do "
21705 "partial copies (see L</copy-size>)."
21706 msgstr ""
21707
21708 #. type: =head2
21709 #: ../fish/guestfish-actions.pod:787
21710 msgid "df"
21711 msgstr ""
21712
21713 #. type: verbatim
21714 #: ../fish/guestfish-actions.pod:789
21715 #, no-wrap
21716 msgid ""
21717 " df\n"
21718 "\n"
21719 msgstr ""
21720
21721 #. type: textblock
21722 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21723 msgid ""
21724 "This command is mostly useful for interactive sessions.  It is I<not> "
21725 "intended that you try to parse the output string.  Use L</statvfs> from "
21726 "programs."
21727 msgstr ""
21728
21729 #. type: =head2
21730 #: ../fish/guestfish-actions.pod:797
21731 msgid "df-h"
21732 msgstr ""
21733
21734 #. type: verbatim
21735 #: ../fish/guestfish-actions.pod:799
21736 #, no-wrap
21737 msgid ""
21738 " df-h\n"
21739 "\n"
21740 msgstr ""
21741
21742 #. type: =head2
21743 #: ../fish/guestfish-actions.pod:808
21744 msgid "dmesg"
21745 msgstr ""
21746
21747 #. type: verbatim
21748 #: ../fish/guestfish-actions.pod:810
21749 #, no-wrap
21750 msgid ""
21751 " dmesg\n"
21752 "\n"
21753 msgstr ""
21754
21755 #. type: textblock
21756 #: ../fish/guestfish-actions.pod:816
21757 msgid ""
21758 "Another way to get the same information is to enable verbose messages with "
21759 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
21760 "before running the program."
21761 msgstr ""
21762
21763 #. type: =head2
21764 #: ../fish/guestfish-actions.pod:821
21765 msgid "download"
21766 msgstr ""
21767
21768 #. type: verbatim
21769 #: ../fish/guestfish-actions.pod:823
21770 #, no-wrap
21771 msgid ""
21772 " download remotefilename (filename|-)\n"
21773 "\n"
21774 msgstr ""
21775
21776 #. type: textblock
21777 #: ../fish/guestfish-actions.pod:830
21778 msgid "See also L</upload>, L</cat>."
21779 msgstr ""
21780
21781 #. type: =head2
21782 #: ../fish/guestfish-actions.pod:834
21783 msgid "download-offset"
21784 msgstr ""
21785
21786 #. type: verbatim
21787 #: ../fish/guestfish-actions.pod:836
21788 #, no-wrap
21789 msgid ""
21790 " download-offset remotefilename (filename|-) offset size\n"
21791 "\n"
21792 msgstr ""
21793
21794 #. type: textblock
21795 #: ../fish/guestfish-actions.pod:844
21796 msgid ""
21797 "Note that there is no limit on the amount of data that can be downloaded "
21798 "with this call, unlike with L</pread>, and this call always reads the full "
21799 "amount unless an error occurs."
21800 msgstr ""
21801
21802 #. type: textblock
21803 #: ../fish/guestfish-actions.pod:849
21804 msgid "See also L</download>, L</pread>."
21805 msgstr ""
21806
21807 #. type: =head2
21808 #: ../fish/guestfish-actions.pod:853
21809 msgid "drop-caches"
21810 msgstr ""
21811
21812 #. type: verbatim
21813 #: ../fish/guestfish-actions.pod:855
21814 #, no-wrap
21815 msgid ""
21816 " drop-caches whattodrop\n"
21817 "\n"
21818 msgstr ""
21819
21820 #. type: =head2
21821 #: ../fish/guestfish-actions.pod:867
21822 msgid "du"
21823 msgstr ""
21824
21825 #. type: verbatim
21826 #: ../fish/guestfish-actions.pod:869
21827 #, no-wrap
21828 msgid ""
21829 " du path\n"
21830 "\n"
21831 msgstr ""
21832
21833 #. type: =head2
21834 #: ../fish/guestfish-actions.pod:881
21835 msgid "e2fsck-f"
21836 msgstr ""
21837
21838 #. type: verbatim
21839 #: ../fish/guestfish-actions.pod:883
21840 #, no-wrap
21841 msgid ""
21842 " e2fsck-f device\n"
21843 "\n"
21844 msgstr ""
21845
21846 #. type: textblock
21847 #: ../fish/guestfish-actions.pod:889
21848 msgid ""
21849 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
21850 "should use L</fsck>."
21851 msgstr ""
21852
21853 #. type: =head2
21854 #: ../fish/guestfish-actions.pod:892
21855 msgid "echo-daemon"
21856 msgstr ""
21857
21858 #. type: verbatim
21859 #: ../fish/guestfish-actions.pod:894
21860 #, no-wrap
21861 msgid ""
21862 " echo-daemon 'words ...'\n"
21863 "\n"
21864 msgstr ""
21865
21866 #. type: textblock
21867 #: ../fish/guestfish-actions.pod:901
21868 msgid "See also L</ping-daemon>."
21869 msgstr ""
21870
21871 #. type: =head2
21872 #: ../fish/guestfish-actions.pod:903
21873 msgid "egrep"
21874 msgstr ""
21875
21876 #. type: verbatim
21877 #: ../fish/guestfish-actions.pod:905
21878 #, no-wrap
21879 msgid ""
21880 " egrep regex path\n"
21881 "\n"
21882 msgstr ""
21883
21884 #. type: =head2
21885 #: ../fish/guestfish-actions.pod:913
21886 msgid "egrepi"
21887 msgstr ""
21888
21889 #. type: verbatim
21890 #: ../fish/guestfish-actions.pod:915
21891 #, no-wrap
21892 msgid ""
21893 " egrepi regex path\n"
21894 "\n"
21895 msgstr ""
21896
21897 #. type: =head2
21898 #: ../fish/guestfish-actions.pod:923
21899 msgid "equal"
21900 msgstr ""
21901
21902 #. type: verbatim
21903 #: ../fish/guestfish-actions.pod:925
21904 #, no-wrap
21905 msgid ""
21906 " equal file1 file2\n"
21907 "\n"
21908 msgstr ""
21909
21910 #. type: =head2
21911 #: ../fish/guestfish-actions.pod:932
21912 msgid "exists"
21913 msgstr ""
21914
21915 #. type: verbatim
21916 #: ../fish/guestfish-actions.pod:934
21917 #, no-wrap
21918 msgid ""
21919 " exists path\n"
21920 "\n"
21921 msgstr ""
21922
21923 #. type: textblock
21924 #: ../fish/guestfish-actions.pod:939
21925 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21926 msgstr ""
21927
21928 #. type: =head2
21929 #: ../fish/guestfish-actions.pod:941
21930 msgid "fallocate"
21931 msgstr ""
21932
21933 #. type: verbatim
21934 #: ../fish/guestfish-actions.pod:943
21935 #, no-wrap
21936 msgid ""
21937 " fallocate path len\n"
21938 "\n"
21939 msgstr ""
21940
21941 #. type: =head2
21942 #: ../fish/guestfish-actions.pod:960
21943 msgid "fallocate64"
21944 msgstr ""
21945
21946 #. type: verbatim
21947 #: ../fish/guestfish-actions.pod:962
21948 #, no-wrap
21949 msgid ""
21950 " fallocate64 path len\n"
21951 "\n"
21952 msgstr ""
21953
21954 #. type: textblock
21955 #: ../fish/guestfish-actions.pod:968
21956 msgid ""
21957 "Note that this call allocates disk blocks for the file.  To create a sparse "
21958 "file use L</truncate-size> instead."
21959 msgstr ""
21960
21961 #. type: textblock
21962 #: ../fish/guestfish-actions.pod:971
21963 msgid ""
21964 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21965 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21966 "maximum size of files created through that call to 1GB."
21967 msgstr ""
21968
21969 #. type: =head2
21970 #: ../fish/guestfish-actions.pod:980
21971 msgid "fgrep"
21972 msgstr ""
21973
21974 #. type: verbatim
21975 #: ../fish/guestfish-actions.pod:982
21976 #, no-wrap
21977 msgid ""
21978 " fgrep pattern path\n"
21979 "\n"
21980 msgstr ""
21981
21982 #. type: =head2
21983 #: ../fish/guestfish-actions.pod:990
21984 msgid "fgrepi"
21985 msgstr ""
21986
21987 #. type: verbatim
21988 #: ../fish/guestfish-actions.pod:992
21989 #, no-wrap
21990 msgid ""
21991 " fgrepi pattern path\n"
21992 "\n"
21993 msgstr ""
21994
21995 #. type: =head2
21996 #: ../fish/guestfish-actions.pod:1000
21997 msgid "file"
21998 msgstr ""
21999
22000 #. type: verbatim
22001 #: ../fish/guestfish-actions.pod:1002
22002 #, no-wrap
22003 msgid ""
22004 " file path\n"
22005 "\n"
22006 msgstr ""
22007
22008 #. type: textblock
22009 #: ../fish/guestfish-actions.pod:1014
22010 msgid ""
22011 "This command can also be used on C</dev/> devices (and partitions, LV "
22012 "names).  You can for example use this to determine if a device contains a "
22013 "filesystem, although it's usually better to use L</vfs-type>."
22014 msgstr ""
22015
22016 #. type: =head2
22017 #: ../fish/guestfish-actions.pod:1024
22018 msgid "file-architecture"
22019 msgstr ""
22020
22021 #. type: verbatim
22022 #: ../fish/guestfish-actions.pod:1026
22023 #, no-wrap
22024 msgid ""
22025 " file-architecture filename\n"
22026 "\n"
22027 msgstr ""
22028
22029 #. type: =head2
22030 #: ../fish/guestfish-actions.pod:1129
22031 msgid "filesize"
22032 msgstr ""
22033
22034 #. type: verbatim
22035 #: ../fish/guestfish-actions.pod:1131
22036 #, no-wrap
22037 msgid ""
22038 " filesize file\n"
22039 "\n"
22040 msgstr ""
22041
22042 #. type: textblock
22043 #: ../fish/guestfish-actions.pod:1135
22044 msgid ""
22045 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22046 "L</is-file> etc.  To get the size of block devices, use "
22047 "L</blockdev-getsize64>."
22048 msgstr ""
22049
22050 #. type: =head2
22051 #: ../fish/guestfish-actions.pod:1139
22052 msgid "fill"
22053 msgstr ""
22054
22055 #. type: verbatim
22056 #: ../fish/guestfish-actions.pod:1141
22057 #, no-wrap
22058 msgid ""
22059 " fill c len path\n"
22060 "\n"
22061 msgstr ""
22062
22063 #. type: textblock
22064 #: ../fish/guestfish-actions.pod:1147
22065 msgid ""
22066 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22067 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22068 "L</fill-pattern>."
22069 msgstr ""
22070
22071 #. type: =head2
22072 #: ../fish/guestfish-actions.pod:1152
22073 msgid "fill-pattern"
22074 msgstr ""
22075
22076 #. type: verbatim
22077 #: ../fish/guestfish-actions.pod:1154
22078 #, no-wrap
22079 msgid ""
22080 " fill-pattern pattern len path\n"
22081 "\n"
22082 msgstr ""
22083
22084 #. type: textblock
22085 #: ../fish/guestfish-actions.pod:1156
22086 msgid ""
22087 "This function is like L</fill> except that it creates a new file of length "
22088 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22089 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22090 "bytes."
22091 msgstr ""
22092
22093 #. type: =head2
22094 #: ../fish/guestfish-actions.pod:1161
22095 msgid "find"
22096 msgstr ""
22097
22098 #. type: verbatim
22099 #: ../fish/guestfish-actions.pod:1163
22100 #, no-wrap
22101 msgid ""
22102 " find directory\n"
22103 "\n"
22104 msgstr ""
22105
22106 #. type: textblock
22107 #: ../fish/guestfish-actions.pod:1177
22108 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22109 msgstr ""
22110
22111 #. type: textblock
22112 #: ../fish/guestfish-actions.pod:1190
22113 msgid "See also L</find0>."
22114 msgstr ""
22115
22116 #. type: =head2
22117 #: ../fish/guestfish-actions.pod:1195
22118 msgid "find0"
22119 msgstr ""
22120
22121 #. type: verbatim
22122 #: ../fish/guestfish-actions.pod:1197
22123 #, no-wrap
22124 msgid ""
22125 " find0 directory (files|-)\n"
22126 "\n"
22127 msgstr ""
22128
22129 #. type: textblock
22130 #: ../fish/guestfish-actions.pod:1203
22131 msgid "This command works the same way as L</find> with the following exceptions:"
22132 msgstr ""
22133
22134 #. type: =head2
22135 #: ../fish/guestfish-actions.pod:1230
22136 msgid "findfs-label"
22137 msgstr ""
22138
22139 #. type: verbatim
22140 #: ../fish/guestfish-actions.pod:1232
22141 #, no-wrap
22142 msgid ""
22143 " findfs-label label\n"
22144 "\n"
22145 msgstr ""
22146
22147 #. type: textblock
22148 #: ../fish/guestfish-actions.pod:1238
22149 msgid "To find the label of a filesystem, use L</vfs-label>."
22150 msgstr ""
22151
22152 #. type: =head2
22153 #: ../fish/guestfish-actions.pod:1240
22154 msgid "findfs-uuid"
22155 msgstr ""
22156
22157 #. type: verbatim
22158 #: ../fish/guestfish-actions.pod:1242
22159 #, no-wrap
22160 msgid ""
22161 " findfs-uuid uuid\n"
22162 "\n"
22163 msgstr ""
22164
22165 #. type: textblock
22166 #: ../fish/guestfish-actions.pod:1248
22167 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22168 msgstr ""
22169
22170 #. type: =head2
22171 #: ../fish/guestfish-actions.pod:1250
22172 msgid "fsck"
22173 msgstr ""
22174
22175 #. type: verbatim
22176 #: ../fish/guestfish-actions.pod:1252
22177 #, no-wrap
22178 msgid ""
22179 " fsck fstype device\n"
22180 "\n"
22181 msgstr ""
22182
22183 #. type: =head2
22184 #: ../fish/guestfish-actions.pod:1282
22185 msgid "get-append"
22186 msgstr ""
22187
22188 #. type: verbatim
22189 #: ../fish/guestfish-actions.pod:1284
22190 #, no-wrap
22191 msgid ""
22192 " get-append\n"
22193 "\n"
22194 msgstr ""
22195
22196 #. type: =head2
22197 #: ../fish/guestfish-actions.pod:1291
22198 msgid "get-attach-method"
22199 msgstr ""
22200
22201 #. type: verbatim
22202 #: ../fish/guestfish-actions.pod:1293
22203 #, no-wrap
22204 msgid ""
22205 " get-attach-method\n"
22206 "\n"
22207 msgstr ""
22208
22209 #. type: textblock
22210 #: ../fish/guestfish-actions.pod:1295
22211 msgid "Return the current attach method.  See L</set-attach-method>."
22212 msgstr ""
22213
22214 #. type: =head2
22215 #: ../fish/guestfish-actions.pod:1297
22216 msgid "get-autosync"
22217 msgstr ""
22218
22219 #. type: verbatim
22220 #: ../fish/guestfish-actions.pod:1299
22221 #, no-wrap
22222 msgid ""
22223 " get-autosync\n"
22224 "\n"
22225 msgstr ""
22226
22227 #. type: =head2
22228 #: ../fish/guestfish-actions.pod:1303
22229 msgid "get-direct"
22230 msgstr ""
22231
22232 #. type: verbatim
22233 #: ../fish/guestfish-actions.pod:1305
22234 #, no-wrap
22235 msgid ""
22236 " get-direct\n"
22237 "\n"
22238 msgstr ""
22239
22240 #. type: =head2
22241 #: ../fish/guestfish-actions.pod:1309
22242 msgid "get-e2label"
22243 msgstr ""
22244
22245 #. type: verbatim
22246 #: ../fish/guestfish-actions.pod:1311
22247 #, no-wrap
22248 msgid ""
22249 " get-e2label device\n"
22250 "\n"
22251 msgstr ""
22252
22253 #. type: =head2
22254 #: ../fish/guestfish-actions.pod:1323
22255 msgid "get-e2uuid"
22256 msgstr ""
22257
22258 #. type: verbatim
22259 #: ../fish/guestfish-actions.pod:1325
22260 #, no-wrap
22261 msgid ""
22262 " get-e2uuid device\n"
22263 "\n"
22264 msgstr ""
22265
22266 #. type: =head2
22267 #: ../fish/guestfish-actions.pod:1337
22268 msgid "get-memsize"
22269 msgstr ""
22270
22271 #. type: verbatim
22272 #: ../fish/guestfish-actions.pod:1339
22273 #, no-wrap
22274 msgid ""
22275 " get-memsize\n"
22276 "\n"
22277 msgstr ""
22278
22279 #. type: textblock
22280 #: ../fish/guestfish-actions.pod:1344
22281 msgid ""
22282 "If L</set-memsize> was not called on this handle, and if "
22283 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22284 "value for memsize."
22285 msgstr ""
22286
22287 #. type: =head2
22288 #: ../fish/guestfish-actions.pod:1351
22289 msgid "get-network"
22290 msgstr ""
22291
22292 #. type: verbatim
22293 #: ../fish/guestfish-actions.pod:1353
22294 #, no-wrap
22295 msgid ""
22296 " get-network\n"
22297 "\n"
22298 msgstr ""
22299
22300 #. type: =head2
22301 #: ../fish/guestfish-actions.pod:1357
22302 msgid "get-path"
22303 msgstr ""
22304
22305 #. type: verbatim
22306 #: ../fish/guestfish-actions.pod:1359
22307 #, no-wrap
22308 msgid ""
22309 " get-path\n"
22310 "\n"
22311 msgstr ""
22312
22313 #. type: =head2
22314 #: ../fish/guestfish-actions.pod:1366
22315 msgid "get-pid"
22316 msgstr ""
22317
22318 #. type: =head2
22319 #: ../fish/guestfish-actions.pod:1368
22320 msgid "pid"
22321 msgstr ""
22322
22323 #. type: verbatim
22324 #: ../fish/guestfish-actions.pod:1370
22325 #, no-wrap
22326 msgid ""
22327 " get-pid\n"
22328 "\n"
22329 msgstr ""
22330
22331 #. type: =head2
22332 #: ../fish/guestfish-actions.pod:1377
22333 msgid "get-qemu"
22334 msgstr ""
22335
22336 #. type: verbatim
22337 #: ../fish/guestfish-actions.pod:1379
22338 #, no-wrap
22339 msgid ""
22340 " get-qemu\n"
22341 "\n"
22342 msgstr ""
22343
22344 #. type: =head2
22345 #: ../fish/guestfish-actions.pod:1386
22346 msgid "get-recovery-proc"
22347 msgstr ""
22348
22349 #. type: verbatim
22350 #: ../fish/guestfish-actions.pod:1388
22351 #, no-wrap
22352 msgid ""
22353 " get-recovery-proc\n"
22354 "\n"
22355 msgstr ""
22356
22357 #. type: =head2
22358 #: ../fish/guestfish-actions.pod:1392
22359 msgid "get-selinux"
22360 msgstr ""
22361
22362 #. type: verbatim
22363 #: ../fish/guestfish-actions.pod:1394
22364 #, no-wrap
22365 msgid ""
22366 " get-selinux\n"
22367 "\n"
22368 msgstr ""
22369
22370 #. type: textblock
22371 #: ../fish/guestfish-actions.pod:1396
22372 msgid ""
22373 "This returns the current setting of the selinux flag which is passed to the "
22374 "appliance at boot time.  See L</set-selinux>."
22375 msgstr ""
22376
22377 #. type: =head2
22378 #: ../fish/guestfish-actions.pod:1402
22379 msgid "get-state"
22380 msgstr ""
22381
22382 #. type: verbatim
22383 #: ../fish/guestfish-actions.pod:1404
22384 #, no-wrap
22385 msgid ""
22386 " get-state\n"
22387 "\n"
22388 msgstr ""
22389
22390 #. type: =head2
22391 #: ../fish/guestfish-actions.pod:1411
22392 msgid "get-trace"
22393 msgstr ""
22394
22395 #. type: verbatim
22396 #: ../fish/guestfish-actions.pod:1413
22397 #, no-wrap
22398 msgid ""
22399 " get-trace\n"
22400 "\n"
22401 msgstr ""
22402
22403 #. type: =head2
22404 #: ../fish/guestfish-actions.pod:1417
22405 msgid "get-umask"
22406 msgstr ""
22407
22408 #. type: verbatim
22409 #: ../fish/guestfish-actions.pod:1419
22410 #, no-wrap
22411 msgid ""
22412 " get-umask\n"
22413 "\n"
22414 msgstr ""
22415
22416 #. type: textblock
22417 #: ../fish/guestfish-actions.pod:1421
22418 msgid ""
22419 "Return the current umask.  By default the umask is C<022> unless it has been "
22420 "set by calling L</umask>."
22421 msgstr ""
22422
22423 #. type: =head2
22424 #: ../fish/guestfish-actions.pod:1424
22425 msgid "get-verbose"
22426 msgstr ""
22427
22428 #. type: verbatim
22429 #: ../fish/guestfish-actions.pod:1426
22430 #, no-wrap
22431 msgid ""
22432 " get-verbose\n"
22433 "\n"
22434 msgstr ""
22435
22436 #. type: =head2
22437 #: ../fish/guestfish-actions.pod:1430
22438 msgid "getcon"
22439 msgstr ""
22440
22441 #. type: verbatim
22442 #: ../fish/guestfish-actions.pod:1432
22443 #, no-wrap
22444 msgid ""
22445 " getcon\n"
22446 "\n"
22447 msgstr ""
22448
22449 #. type: textblock
22450 #: ../fish/guestfish-actions.pod:1436
22451 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22452 msgstr ""
22453
22454 #. type: =head2
22455 #: ../fish/guestfish-actions.pod:1439
22456 msgid "getxattr"
22457 msgstr ""
22458
22459 #. type: verbatim
22460 #: ../fish/guestfish-actions.pod:1441
22461 #, no-wrap
22462 msgid ""
22463 " getxattr path name\n"
22464 "\n"
22465 msgstr ""
22466
22467 #. type: textblock
22468 #: ../fish/guestfish-actions.pod:1443
22469 msgid ""
22470 "Get a single extended attribute from file C<path> named C<name>.  This call "
22471 "follows symlinks.  If you want to lookup an extended attribute for the "
22472 "symlink itself, use L</lgetxattr>."
22473 msgstr ""
22474
22475 #. type: textblock
22476 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2353
22477 msgid ""
22478 "Normally it is better to get all extended attributes from a file in one go "
22479 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22480 "buggy and do not provide a way to list out attributes.  For these "
22481 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22482 "attributes you want in advance and call this function."
22483 msgstr ""
22484
22485 #. type: textblock
22486 #: ../fish/guestfish-actions.pod:1457
22487 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22488 msgstr ""
22489
22490 #. type: =head2
22491 #: ../fish/guestfish-actions.pod:1459
22492 msgid "getxattrs"
22493 msgstr ""
22494
22495 #. type: verbatim
22496 #: ../fish/guestfish-actions.pod:1461
22497 #, no-wrap
22498 msgid ""
22499 " getxattrs path\n"
22500 "\n"
22501 msgstr ""
22502
22503 #. type: textblock
22504 #: ../fish/guestfish-actions.pod:1469
22505 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22506 msgstr ""
22507
22508 #. type: =head2
22509 #: ../fish/guestfish-actions.pod:1471
22510 msgid "glob-expand"
22511 msgstr ""
22512
22513 #. type: verbatim
22514 #: ../fish/guestfish-actions.pod:1473
22515 #, no-wrap
22516 msgid ""
22517 " glob-expand pattern\n"
22518 "\n"
22519 msgstr ""
22520
22521 #. type: =head2
22522 #: ../fish/guestfish-actions.pod:1486
22523 msgid "grep"
22524 msgstr ""
22525
22526 #. type: verbatim
22527 #: ../fish/guestfish-actions.pod:1488
22528 #, no-wrap
22529 msgid ""
22530 " grep regex path\n"
22531 "\n"
22532 msgstr ""
22533
22534 #. type: =head2
22535 #: ../fish/guestfish-actions.pod:1496
22536 msgid "grepi"
22537 msgstr ""
22538
22539 #. type: verbatim
22540 #: ../fish/guestfish-actions.pod:1498
22541 #, no-wrap
22542 msgid ""
22543 " grepi regex path\n"
22544 "\n"
22545 msgstr ""
22546
22547 #. type: =head2
22548 #: ../fish/guestfish-actions.pod:1506
22549 msgid "grub-install"
22550 msgstr ""
22551
22552 #. type: verbatim
22553 #: ../fish/guestfish-actions.pod:1508
22554 #, no-wrap
22555 msgid ""
22556 " grub-install root device\n"
22557 "\n"
22558 msgstr ""
22559
22560 #. type: =head2
22561 #: ../fish/guestfish-actions.pod:1524
22562 msgid "head"
22563 msgstr ""
22564
22565 #. type: verbatim
22566 #: ../fish/guestfish-actions.pod:1526
22567 #, no-wrap
22568 msgid ""
22569 " head path\n"
22570 "\n"
22571 msgstr ""
22572
22573 #. type: =head2
22574 #: ../fish/guestfish-actions.pod:1534
22575 msgid "head-n"
22576 msgstr ""
22577
22578 #. type: verbatim
22579 #: ../fish/guestfish-actions.pod:1536
22580 #, no-wrap
22581 msgid ""
22582 " head-n nrlines path\n"
22583 "\n"
22584 msgstr ""
22585
22586 #. type: =head2
22587 #: ../fish/guestfish-actions.pod:1549
22588 msgid "hexdump"
22589 msgstr ""
22590
22591 #. type: verbatim
22592 #: ../fish/guestfish-actions.pod:1551
22593 #, no-wrap
22594 msgid ""
22595 " hexdump path\n"
22596 "\n"
22597 msgstr ""
22598
22599 #. type: =head2
22600 #: ../fish/guestfish-actions.pod:1559
22601 msgid "initrd-cat"
22602 msgstr ""
22603
22604 #. type: verbatim
22605 #: ../fish/guestfish-actions.pod:1561
22606 #, no-wrap
22607 msgid ""
22608 " initrd-cat initrdpath filename\n"
22609 "\n"
22610 msgstr ""
22611
22612 #. type: textblock
22613 #: ../fish/guestfish-actions.pod:1573
22614 msgid "See also L</initrd-list>."
22615 msgstr ""
22616
22617 #. type: =head2
22618 #: ../fish/guestfish-actions.pod:1578
22619 msgid "initrd-list"
22620 msgstr ""
22621
22622 #. type: verbatim
22623 #: ../fish/guestfish-actions.pod:1580
22624 #, no-wrap
22625 msgid ""
22626 " initrd-list path\n"
22627 "\n"
22628 msgstr ""
22629
22630 #. type: =head2
22631 #: ../fish/guestfish-actions.pod:1592
22632 msgid "inotify-add-watch"
22633 msgstr ""
22634
22635 #. type: verbatim
22636 #: ../fish/guestfish-actions.pod:1594
22637 #, no-wrap
22638 msgid ""
22639 " inotify-add-watch path mask\n"
22640 "\n"
22641 msgstr ""
22642
22643 #. type: =head2
22644 #: ../fish/guestfish-actions.pod:1606
22645 msgid "inotify-close"
22646 msgstr ""
22647
22648 #. type: verbatim
22649 #: ../fish/guestfish-actions.pod:1608
22650 #, no-wrap
22651 msgid ""
22652 " inotify-close\n"
22653 "\n"
22654 msgstr ""
22655
22656 #. type: =head2
22657 #: ../fish/guestfish-actions.pod:1614
22658 msgid "inotify-files"
22659 msgstr ""
22660
22661 #. type: verbatim
22662 #: ../fish/guestfish-actions.pod:1616
22663 #, no-wrap
22664 msgid ""
22665 " inotify-files\n"
22666 "\n"
22667 msgstr ""
22668
22669 #. type: textblock
22670 #: ../fish/guestfish-actions.pod:1618
22671 msgid ""
22672 "This function is a helpful wrapper around L</inotify-read> which just "
22673 "returns a list of pathnames of objects that were touched.  The returned "
22674 "pathnames are sorted and deduplicated."
22675 msgstr ""
22676
22677 #. type: =head2
22678 #: ../fish/guestfish-actions.pod:1622
22679 msgid "inotify-init"
22680 msgstr ""
22681
22682 #. type: verbatim
22683 #: ../fish/guestfish-actions.pod:1624
22684 #, no-wrap
22685 msgid ""
22686 " inotify-init maxevents\n"
22687 "\n"
22688 msgstr ""
22689
22690 #. type: textblock
22691 #: ../fish/guestfish-actions.pod:1630
22692 msgid ""
22693 "C<maxevents> is the maximum number of events which will be queued up between "
22694 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22695 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22696 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22697 "but records the fact that it threw them away by setting a flag "
22698 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22699 msgstr ""
22700
22701 #. type: textblock
22702 #: ../fish/guestfish-actions.pod:1640
22703 msgid ""
22704 "Before any events are generated, you have to add some watches to the "
22705 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22706 "L</inotify-watch-all>."
22707 msgstr ""
22708
22709 #. type: textblock
22710 #: ../fish/guestfish-actions.pod:1646
22711 msgid ""
22712 "Queued up events should be read periodically by calling L</inotify-read> (or "
22713 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22714 "If you don't read the events out often enough then you risk the internal "
22715 "queue overflowing."
22716 msgstr ""
22717
22718 #. type: textblock
22719 #: ../fish/guestfish-actions.pod:1653
22720 msgid ""
22721 "The handle should be closed after use by calling L</inotify-close>.  This "
22722 "also removes any watches automatically."
22723 msgstr ""
22724
22725 #. type: =head2
22726 #: ../fish/guestfish-actions.pod:1662
22727 msgid "inotify-read"
22728 msgstr ""
22729
22730 #. type: verbatim
22731 #: ../fish/guestfish-actions.pod:1664
22732 #, no-wrap
22733 msgid ""
22734 " inotify-read\n"
22735 "\n"
22736 msgstr ""
22737
22738 #. type: =head2
22739 #: ../fish/guestfish-actions.pod:1677
22740 msgid "inotify-rm-watch"
22741 msgstr ""
22742
22743 #. type: verbatim
22744 #: ../fish/guestfish-actions.pod:1679
22745 #, no-wrap
22746 msgid ""
22747 " inotify-rm-watch wd\n"
22748 "\n"
22749 msgstr ""
22750
22751 #. type: textblock
22752 #: ../fish/guestfish-actions.pod:1681
22753 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
22754 msgstr ""
22755
22756 #. type: =head2
22757 #: ../fish/guestfish-actions.pod:1684
22758 msgid "inspect-get-arch"
22759 msgstr ""
22760
22761 #. type: verbatim
22762 #: ../fish/guestfish-actions.pod:1686
22763 #, no-wrap
22764 msgid ""
22765 " inspect-get-arch root\n"
22766 "\n"
22767 msgstr ""
22768
22769 #. type: textblock
22770 #: ../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:1984 ../fish/guestfish-actions.pod:2019 ../fish/guestfish-actions.pod:2035 ../fish/guestfish-actions.pod:2048 ../fish/guestfish-actions.pod:2061 ../fish/guestfish-actions.pod:2076
22771 msgid ""
22772 "This function should only be called with a root device string as returned by "
22773 "L</inspect-os>."
22774 msgstr ""
22775
22776 #. type: textblock
22777 #: ../fish/guestfish-actions.pod:1691
22778 msgid ""
22779 "This returns the architecture of the inspected operating system.  The "
22780 "possible return values are listed under L</file-architecture>."
22781 msgstr ""
22782
22783 #. type: =head2
22784 #: ../fish/guestfish-actions.pod:1700
22785 msgid "inspect-get-distro"
22786 msgstr ""
22787
22788 #. type: verbatim
22789 #: ../fish/guestfish-actions.pod:1702
22790 #, no-wrap
22791 msgid ""
22792 " inspect-get-distro root\n"
22793 "\n"
22794 msgstr ""
22795
22796 #. type: =head2
22797 #: ../fish/guestfish-actions.pod:1774
22798 msgid "inspect-get-filesystems"
22799 msgstr ""
22800
22801 #. type: verbatim
22802 #: ../fish/guestfish-actions.pod:1776
22803 #, no-wrap
22804 msgid ""
22805 " inspect-get-filesystems root\n"
22806 "\n"
22807 msgstr ""
22808
22809 #. type: textblock
22810 #: ../fish/guestfish-actions.pod:1789
22811 msgid ""
22812 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22813 "L</inspect-get-mountpoints>."
22814 msgstr ""
22815
22816 #. type: =head2
22817 #: ../fish/guestfish-actions.pod:1792
22818 msgid "inspect-get-format"
22819 msgstr ""
22820
22821 #. type: verbatim
22822 #: ../fish/guestfish-actions.pod:1794
22823 #, no-wrap
22824 msgid ""
22825 " inspect-get-format root\n"
22826 "\n"
22827 msgstr ""
22828
22829 #. type: =head2
22830 #: ../fish/guestfish-actions.pod:1826
22831 msgid "inspect-get-hostname"
22832 msgstr ""
22833
22834 #. type: verbatim
22835 #: ../fish/guestfish-actions.pod:1828
22836 #, no-wrap
22837 msgid ""
22838 " inspect-get-hostname root\n"
22839 "\n"
22840 msgstr ""
22841
22842 #. type: =head2
22843 #: ../fish/guestfish-actions.pod:1841
22844 msgid "inspect-get-major-version"
22845 msgstr ""
22846
22847 #. type: verbatim
22848 #: ../fish/guestfish-actions.pod:1843
22849 #, no-wrap
22850 msgid ""
22851 " inspect-get-major-version root\n"
22852 "\n"
22853 msgstr ""
22854
22855 #. type: =head2
22856 #: ../fish/guestfish-actions.pod:1862
22857 msgid "inspect-get-minor-version"
22858 msgstr ""
22859
22860 #. type: verbatim
22861 #: ../fish/guestfish-actions.pod:1864
22862 #, no-wrap
22863 msgid ""
22864 " inspect-get-minor-version root\n"
22865 "\n"
22866 msgstr ""
22867
22868 #. type: textblock
22869 #: ../fish/guestfish-actions.pod:1874
22870 msgid ""
22871 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22872 "L</inspect-get-major-version>."
22873 msgstr ""
22874
22875 #. type: =head2
22876 #: ../fish/guestfish-actions.pod:1877
22877 msgid "inspect-get-mountpoints"
22878 msgstr ""
22879
22880 #. type: verbatim
22881 #: ../fish/guestfish-actions.pod:1879
22882 #, no-wrap
22883 msgid ""
22884 " inspect-get-mountpoints root\n"
22885 "\n"
22886 msgstr ""
22887
22888 #. type: textblock
22889 #: ../fish/guestfish-actions.pod:1901
22890 msgid ""
22891 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22892 "L</inspect-get-filesystems>."
22893 msgstr ""
22894
22895 #. type: =head2
22896 #: ../fish/guestfish-actions.pod:1904
22897 msgid "inspect-get-package-format"
22898 msgstr ""
22899
22900 #. type: verbatim
22901 #: ../fish/guestfish-actions.pod:1906
22902 #, no-wrap
22903 msgid ""
22904 " inspect-get-package-format root\n"
22905 "\n"
22906 msgstr ""
22907
22908 #. type: textblock
22909 #: ../fish/guestfish-actions.pod:1911
22910 msgid ""
22911 "This function and L</inspect-get-package-management> return the package "
22912 "format and package management tool used by the inspected operating system.  "
22913 "For example for Fedora these functions would return C<rpm> (package format) "
22914 "and C<yum> (package management)."
22915 msgstr ""
22916
22917 #. type: =head2
22918 #: ../fish/guestfish-actions.pod:1926
22919 msgid "inspect-get-package-management"
22920 msgstr ""
22921
22922 #. type: verbatim
22923 #: ../fish/guestfish-actions.pod:1928
22924 #, no-wrap
22925 msgid ""
22926 " inspect-get-package-management root\n"
22927 "\n"
22928 msgstr ""
22929
22930 #. type: textblock
22931 #: ../fish/guestfish-actions.pod:1933
22932 msgid ""
22933 "L</inspect-get-package-format> and this function return the package format "
22934 "and package management tool used by the inspected operating system.  For "
22935 "example for Fedora these functions would return C<rpm> (package format) and "
22936 "C<yum> (package management)."
22937 msgstr ""
22938
22939 #. type: =head2
22940 #: ../fish/guestfish-actions.pod:1950
22941 msgid "inspect-get-product-name"
22942 msgstr ""
22943
22944 #. type: verbatim
22945 #: ../fish/guestfish-actions.pod:1952
22946 #, no-wrap
22947 msgid ""
22948 " inspect-get-product-name root\n"
22949 "\n"
22950 msgstr ""
22951
22952 #. type: =head2
22953 #: ../fish/guestfish-actions.pod:1967
22954 msgid "inspect-get-roots"
22955 msgstr ""
22956
22957 #. type: verbatim
22958 #: ../fish/guestfish-actions.pod:1969
22959 #, no-wrap
22960 msgid ""
22961 " inspect-get-roots\n"
22962 "\n"
22963 msgstr ""
22964
22965 #. type: textblock
22966 #: ../fish/guestfish-actions.pod:1971
22967 msgid ""
22968 "This function is a convenient way to get the list of root devices, as "
22969 "returned from a previous call to L</inspect-os>, but without redoing the "
22970 "whole inspection process."
22971 msgstr ""
22972
22973 #. type: textblock
22974 #: ../fish/guestfish-actions.pod:1975
22975 msgid ""
22976 "This returns an empty list if either no root devices were found or the "
22977 "caller has not called L</inspect-os>."
22978 msgstr ""
22979
22980 #. type: =head2
22981 #: ../fish/guestfish-actions.pod:1980
22982 msgid "inspect-get-type"
22983 msgstr ""
22984
22985 #. type: verbatim
22986 #: ../fish/guestfish-actions.pod:1982
22987 #, no-wrap
22988 msgid ""
22989 " inspect-get-type root\n"
22990 "\n"
22991 msgstr ""
22992
22993 #. type: =head2
22994 #: ../fish/guestfish-actions.pod:2015
22995 msgid "inspect-get-windows-systemroot"
22996 msgstr ""
22997
22998 #. type: verbatim
22999 #: ../fish/guestfish-actions.pod:2017
23000 #, no-wrap
23001 msgid ""
23002 " inspect-get-windows-systemroot root\n"
23003 "\n"
23004 msgstr ""
23005
23006 #. type: =head2
23007 #: ../fish/guestfish-actions.pod:2031
23008 msgid "inspect-is-live"
23009 msgstr ""
23010
23011 #. type: verbatim
23012 #: ../fish/guestfish-actions.pod:2033
23013 #, no-wrap
23014 msgid ""
23015 " inspect-is-live root\n"
23016 "\n"
23017 msgstr ""
23018
23019 #. type: textblock
23020 #: ../fish/guestfish-actions.pod:2038
23021 msgid ""
23022 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23023 "then this returns true if a live image was detected on the disk."
23024 msgstr ""
23025
23026 #. type: =head2
23027 #: ../fish/guestfish-actions.pod:2044
23028 msgid "inspect-is-multipart"
23029 msgstr ""
23030
23031 #. type: verbatim
23032 #: ../fish/guestfish-actions.pod:2046
23033 #, no-wrap
23034 msgid ""
23035 " inspect-is-multipart root\n"
23036 "\n"
23037 msgstr ""
23038
23039 #. type: textblock
23040 #: ../fish/guestfish-actions.pod:2051
23041 msgid ""
23042 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23043 "then this returns true if the disk is part of a set."
23044 msgstr ""
23045
23046 #. type: =head2
23047 #: ../fish/guestfish-actions.pod:2057
23048 msgid "inspect-is-netinst"
23049 msgstr ""
23050
23051 #. type: verbatim
23052 #: ../fish/guestfish-actions.pod:2059
23053 #, no-wrap
23054 msgid ""
23055 " inspect-is-netinst root\n"
23056 "\n"
23057 msgstr ""
23058
23059 #. type: textblock
23060 #: ../fish/guestfish-actions.pod:2064
23061 msgid ""
23062 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23063 "then this returns true if the disk is a network installer, ie. not a "
23064 "self-contained install CD but one which is likely to require network access "
23065 "to complete the install."
23066 msgstr ""
23067
23068 #. type: =head2
23069 #: ../fish/guestfish-actions.pod:2072
23070 msgid "inspect-list-applications"
23071 msgstr ""
23072
23073 #. type: verbatim
23074 #: ../fish/guestfish-actions.pod:2074
23075 #, no-wrap
23076 msgid ""
23077 " inspect-list-applications root\n"
23078 "\n"
23079 msgstr ""
23080
23081 #. type: textblock
23082 #: ../fish/guestfish-actions.pod:2081
23083 msgid ""
23084 "I<Note:> This call works differently from other parts of the inspection "
23085 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23086 "then mount up the disks, before calling this.  Listing applications is a "
23087 "significantly more difficult operation which requires access to the full "
23088 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23089 "are just returning data cached in the libguestfs handle, this call actually "
23090 "reads parts of the mounted filesystems during the call."
23091 msgstr ""
23092
23093 #. type: =head2
23094 #: ../fish/guestfish-actions.pod:2171
23095 msgid "inspect-os"
23096 msgstr ""
23097
23098 #. type: verbatim
23099 #: ../fish/guestfish-actions.pod:2173
23100 #, no-wrap
23101 msgid ""
23102 " inspect-os\n"
23103 "\n"
23104 msgstr ""
23105
23106 #. type: textblock
23107 #: ../fish/guestfish-actions.pod:2188
23108 msgid ""
23109 "You can pass the root string(s) returned to other L</inspect-get-*> "
23110 "functions in order to query further information about each operating system, "
23111 "such as the name and version."
23112 msgstr ""
23113
23114 #. type: textblock
23115 #: ../fish/guestfish-actions.pod:2193
23116 msgid ""
23117 "This function uses other libguestfs features such as L</mount-ro> and "
23118 "L</umount-all> in order to mount and unmount filesystems and look at the "
23119 "contents.  This should be called with no disks currently mounted.  The "
23120 "function may also use Augeas, so any existing Augeas handle will be closed."
23121 msgstr ""
23122
23123 #. type: textblock
23124 #: ../fish/guestfish-actions.pod:2205 ../fish/guestfish-actions.pod:2381 ../fish/guestfish-actions.pod:2427
23125 msgid "See also L</list-filesystems>."
23126 msgstr ""
23127
23128 #. type: =head2
23129 #: ../fish/guestfish-actions.pod:2207
23130 msgid "is-blockdev"
23131 msgstr ""
23132
23133 #. type: verbatim
23134 #: ../fish/guestfish-actions.pod:2209
23135 #, no-wrap
23136 msgid ""
23137 " is-blockdev path\n"
23138 "\n"
23139 msgstr ""
23140
23141 #. type: textblock
23142 #: ../fish/guestfish-actions.pod:2214 ../fish/guestfish-actions.pod:2232 ../fish/guestfish-actions.pod:2251 ../fish/guestfish-actions.pod:2260 ../fish/guestfish-actions.pod:2270 ../fish/guestfish-actions.pod:2304 ../fish/guestfish-actions.pod:2313
23143 msgid "See also L</stat>."
23144 msgstr ""
23145
23146 #. type: =head2
23147 #: ../fish/guestfish-actions.pod:2216
23148 msgid "is-busy"
23149 msgstr ""
23150
23151 #. type: verbatim
23152 #: ../fish/guestfish-actions.pod:2218
23153 #, no-wrap
23154 msgid ""
23155 " is-busy\n"
23156 "\n"
23157 msgstr ""
23158
23159 #. type: =head2
23160 #: ../fish/guestfish-actions.pod:2225
23161 msgid "is-chardev"
23162 msgstr ""
23163
23164 #. type: verbatim
23165 #: ../fish/guestfish-actions.pod:2227
23166 #, no-wrap
23167 msgid ""
23168 " is-chardev path\n"
23169 "\n"
23170 msgstr ""
23171
23172 #. type: =head2
23173 #: ../fish/guestfish-actions.pod:2234
23174 msgid "is-config"
23175 msgstr ""
23176
23177 #. type: verbatim
23178 #: ../fish/guestfish-actions.pod:2236
23179 #, no-wrap
23180 msgid ""
23181 " is-config\n"
23182 "\n"
23183 msgstr ""
23184
23185 #. type: =head2
23186 #: ../fish/guestfish-actions.pod:2243
23187 msgid "is-dir"
23188 msgstr ""
23189
23190 #. type: verbatim
23191 #: ../fish/guestfish-actions.pod:2245
23192 #, no-wrap
23193 msgid ""
23194 " is-dir path\n"
23195 "\n"
23196 msgstr ""
23197
23198 #. type: =head2
23199 #: ../fish/guestfish-actions.pod:2253
23200 msgid "is-fifo"
23201 msgstr ""
23202
23203 #. type: verbatim
23204 #: ../fish/guestfish-actions.pod:2255
23205 #, no-wrap
23206 msgid ""
23207 " is-fifo path\n"
23208 "\n"
23209 msgstr ""
23210
23211 #. type: =head2
23212 #: ../fish/guestfish-actions.pod:2262
23213 msgid "is-file"
23214 msgstr ""
23215
23216 #. type: verbatim
23217 #: ../fish/guestfish-actions.pod:2264
23218 #, no-wrap
23219 msgid ""
23220 " is-file path\n"
23221 "\n"
23222 msgstr ""
23223
23224 #. type: =head2
23225 #: ../fish/guestfish-actions.pod:2272
23226 msgid "is-launching"
23227 msgstr ""
23228
23229 #. type: verbatim
23230 #: ../fish/guestfish-actions.pod:2274
23231 #, no-wrap
23232 msgid ""
23233 " is-launching\n"
23234 "\n"
23235 msgstr ""
23236
23237 #. type: =head2
23238 #: ../fish/guestfish-actions.pod:2281
23239 msgid "is-lv"
23240 msgstr ""
23241
23242 #. type: verbatim
23243 #: ../fish/guestfish-actions.pod:2283
23244 #, no-wrap
23245 msgid ""
23246 " is-lv device\n"
23247 "\n"
23248 msgstr ""
23249
23250 #. type: =head2
23251 #: ../fish/guestfish-actions.pod:2288
23252 msgid "is-ready"
23253 msgstr ""
23254
23255 #. type: verbatim
23256 #: ../fish/guestfish-actions.pod:2290
23257 #, no-wrap
23258 msgid ""
23259 " is-ready\n"
23260 "\n"
23261 msgstr ""
23262
23263 #. type: =head2
23264 #: ../fish/guestfish-actions.pod:2297
23265 msgid "is-socket"
23266 msgstr ""
23267
23268 #. type: verbatim
23269 #: ../fish/guestfish-actions.pod:2299
23270 #, no-wrap
23271 msgid ""
23272 " is-socket path\n"
23273 "\n"
23274 msgstr ""
23275
23276 #. type: =head2
23277 #: ../fish/guestfish-actions.pod:2306
23278 msgid "is-symlink"
23279 msgstr ""
23280
23281 #. type: verbatim
23282 #: ../fish/guestfish-actions.pod:2308
23283 #, no-wrap
23284 msgid ""
23285 " is-symlink path\n"
23286 "\n"
23287 msgstr ""
23288
23289 #. type: =head2
23290 #: ../fish/guestfish-actions.pod:2315
23291 msgid "kill-subprocess"
23292 msgstr ""
23293
23294 #. type: verbatim
23295 #: ../fish/guestfish-actions.pod:2317
23296 #, no-wrap
23297 msgid ""
23298 " kill-subprocess\n"
23299 "\n"
23300 msgstr ""
23301
23302 #. type: =head2
23303 #: ../fish/guestfish-actions.pod:2321
23304 msgid "launch"
23305 msgstr ""
23306
23307 #. type: =head2
23308 #: ../fish/guestfish-actions.pod:2323
23309 msgid "run"
23310 msgstr ""
23311
23312 #. type: verbatim
23313 #: ../fish/guestfish-actions.pod:2325
23314 #, no-wrap
23315 msgid ""
23316 " launch\n"
23317 "\n"
23318 msgstr ""
23319
23320 #. type: =head2
23321 #: ../fish/guestfish-actions.pod:2333
23322 msgid "lchown"
23323 msgstr ""
23324
23325 #. type: verbatim
23326 #: ../fish/guestfish-actions.pod:2335
23327 #, no-wrap
23328 msgid ""
23329 " lchown owner group path\n"
23330 "\n"
23331 msgstr ""
23332
23333 #. type: textblock
23334 #: ../fish/guestfish-actions.pod:2337
23335 msgid ""
23336 "Change the file owner to C<owner> and group to C<group>.  This is like "
23337 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23338 "the target."
23339 msgstr ""
23340
23341 #. type: =head2
23342 #: ../fish/guestfish-actions.pod:2345
23343 msgid "lgetxattr"
23344 msgstr ""
23345
23346 #. type: verbatim
23347 #: ../fish/guestfish-actions.pod:2347
23348 #, no-wrap
23349 msgid ""
23350 " lgetxattr path name\n"
23351 "\n"
23352 msgstr ""
23353
23354 #. type: textblock
23355 #: ../fish/guestfish-actions.pod:2363
23356 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23357 msgstr ""
23358
23359 #. type: =head2
23360 #: ../fish/guestfish-actions.pod:2365
23361 msgid "lgetxattrs"
23362 msgstr ""
23363
23364 #. type: verbatim
23365 #: ../fish/guestfish-actions.pod:2367
23366 #, no-wrap
23367 msgid ""
23368 " lgetxattrs path\n"
23369 "\n"
23370 msgstr ""
23371
23372 #. type: textblock
23373 #: ../fish/guestfish-actions.pod:2369
23374 msgid ""
23375 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23376 "it returns the extended attributes of the link itself."
23377 msgstr ""
23378
23379 #. type: =head2
23380 #: ../fish/guestfish-actions.pod:2373
23381 msgid "list-devices"
23382 msgstr ""
23383
23384 #. type: verbatim
23385 #: ../fish/guestfish-actions.pod:2375
23386 #, no-wrap
23387 msgid ""
23388 " list-devices\n"
23389 "\n"
23390 msgstr ""
23391
23392 #. type: =head2
23393 #: ../fish/guestfish-actions.pod:2383
23394 msgid "list-filesystems"
23395 msgstr ""
23396
23397 #. type: verbatim
23398 #: ../fish/guestfish-actions.pod:2385
23399 #, no-wrap
23400 msgid ""
23401 " list-filesystems\n"
23402 "\n"
23403 msgstr ""
23404
23405 #. type: textblock
23406 #: ../fish/guestfish-actions.pod:2404
23407 msgid ""
23408 "This command runs other libguestfs commands, which might include L</mount> "
23409 "and L</umount>, and therefore you should use this soon after launch and only "
23410 "when nothing is mounted."
23411 msgstr ""
23412
23413 #. type: textblock
23414 #: ../fish/guestfish-actions.pod:2408
23415 msgid ""
23416 "Not all of the filesystems returned will be mountable.  In particular, swap "
23417 "partitions are returned in the list.  Also this command does not check that "
23418 "each filesystem found is valid and mountable, and some filesystems might be "
23419 "mountable but require special options.  Filesystems may not all belong to a "
23420 "single logical operating system (use L</inspect-os> to look for OSes)."
23421 msgstr ""
23422
23423 #. type: =head2
23424 #: ../fish/guestfish-actions.pod:2416
23425 msgid "list-partitions"
23426 msgstr ""
23427
23428 #. type: verbatim
23429 #: ../fish/guestfish-actions.pod:2418
23430 #, no-wrap
23431 msgid ""
23432 " list-partitions\n"
23433 "\n"
23434 msgstr ""
23435
23436 #. type: textblock
23437 #: ../fish/guestfish-actions.pod:2424
23438 msgid ""
23439 "This does not return logical volumes.  For that you will need to call "
23440 "L</lvs>."
23441 msgstr ""
23442
23443 #. type: =head2
23444 #: ../fish/guestfish-actions.pod:2429
23445 msgid "ll"
23446 msgstr ""
23447
23448 #. type: verbatim
23449 #: ../fish/guestfish-actions.pod:2431
23450 #, no-wrap
23451 msgid ""
23452 " ll directory\n"
23453 "\n"
23454 msgstr ""
23455
23456 #. type: =head2
23457 #: ../fish/guestfish-actions.pod:2439
23458 msgid "ln"
23459 msgstr ""
23460
23461 #. type: verbatim
23462 #: ../fish/guestfish-actions.pod:2441
23463 #, no-wrap
23464 msgid ""
23465 " ln target linkname\n"
23466 "\n"
23467 msgstr ""
23468
23469 #. type: =head2
23470 #: ../fish/guestfish-actions.pod:2445
23471 msgid "ln-f"
23472 msgstr ""
23473
23474 #. type: verbatim
23475 #: ../fish/guestfish-actions.pod:2447
23476 #, no-wrap
23477 msgid ""
23478 " ln-f target linkname\n"
23479 "\n"
23480 msgstr ""
23481
23482 #. type: =head2
23483 #: ../fish/guestfish-actions.pod:2452
23484 msgid "ln-s"
23485 msgstr ""
23486
23487 #. type: verbatim
23488 #: ../fish/guestfish-actions.pod:2454
23489 #, no-wrap
23490 msgid ""
23491 " ln-s target linkname\n"
23492 "\n"
23493 msgstr ""
23494
23495 #. type: =head2
23496 #: ../fish/guestfish-actions.pod:2458
23497 msgid "ln-sf"
23498 msgstr ""
23499
23500 #. type: verbatim
23501 #: ../fish/guestfish-actions.pod:2460
23502 #, no-wrap
23503 msgid ""
23504 " ln-sf target linkname\n"
23505 "\n"
23506 msgstr ""
23507
23508 #. type: =head2
23509 #: ../fish/guestfish-actions.pod:2465
23510 msgid "lremovexattr"
23511 msgstr ""
23512
23513 #. type: verbatim
23514 #: ../fish/guestfish-actions.pod:2467
23515 #, no-wrap
23516 msgid ""
23517 " lremovexattr xattr path\n"
23518 "\n"
23519 msgstr ""
23520
23521 #. type: textblock
23522 #: ../fish/guestfish-actions.pod:2469
23523 msgid ""
23524 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23525 "it removes an extended attribute of the link itself."
23526 msgstr ""
23527
23528 #. type: =head2
23529 #: ../fish/guestfish-actions.pod:2473
23530 msgid "ls"
23531 msgstr ""
23532
23533 #. type: verbatim
23534 #: ../fish/guestfish-actions.pod:2475
23535 #, no-wrap
23536 msgid ""
23537 " ls directory\n"
23538 "\n"
23539 msgstr ""
23540
23541 #. type: textblock
23542 #: ../fish/guestfish-actions.pod:2481
23543 msgid ""
23544 "This command is mostly useful for interactive sessions.  Programs should "
23545 "probably use L</readdir> instead."
23546 msgstr ""
23547
23548 #. type: =head2
23549 #: ../fish/guestfish-actions.pod:2484
23550 msgid "lsetxattr"
23551 msgstr ""
23552
23553 #. type: verbatim
23554 #: ../fish/guestfish-actions.pod:2486
23555 #, no-wrap
23556 msgid ""
23557 " lsetxattr xattr val vallen path\n"
23558 "\n"
23559 msgstr ""
23560
23561 #. type: textblock
23562 #: ../fish/guestfish-actions.pod:2488
23563 msgid ""
23564 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23565 "sets an extended attribute of the link itself."
23566 msgstr ""
23567
23568 #. type: =head2
23569 #: ../fish/guestfish-actions.pod:2492
23570 msgid "lstat"
23571 msgstr ""
23572
23573 #. type: verbatim
23574 #: ../fish/guestfish-actions.pod:2494
23575 #, no-wrap
23576 msgid ""
23577 " lstat path\n"
23578 "\n"
23579 msgstr ""
23580
23581 #. type: textblock
23582 #: ../fish/guestfish-actions.pod:2498
23583 msgid ""
23584 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23585 "the link is stat-ed, not the file it refers to."
23586 msgstr ""
23587
23588 #. type: =head2
23589 #: ../fish/guestfish-actions.pod:2504
23590 msgid "lstatlist"
23591 msgstr ""
23592
23593 #. type: verbatim
23594 #: ../fish/guestfish-actions.pod:2506
23595 #, no-wrap
23596 msgid ""
23597 " lstatlist path 'names ...'\n"
23598 "\n"
23599 msgstr ""
23600
23601 #. type: textblock
23602 #: ../fish/guestfish-actions.pod:2508
23603 msgid ""
23604 "This call allows you to perform the L</lstat> operation on multiple files, "
23605 "where all files are in the directory C<path>.  C<names> is the list of files "
23606 "from this directory."
23607 msgstr ""
23608
23609 #. type: textblock
23610 #: ../fish/guestfish-actions.pod:2517
23611 msgid ""
23612 "This call is intended for programs that want to efficiently list a directory "
23613 "contents without making many round-trips.  See also L</lxattrlist> for a "
23614 "similarly efficient call for getting extended attributes.  Very long "
23615 "directory listings might cause the protocol message size to be exceeded, "
23616 "causing this call to fail.  The caller must split up such requests into "
23617 "smaller groups of names."
23618 msgstr ""
23619
23620 #. type: =head2
23621 #: ../fish/guestfish-actions.pod:2525
23622 msgid "luks-add-key"
23623 msgstr ""
23624
23625 #. type: verbatim
23626 #: ../fish/guestfish-actions.pod:2527
23627 #, no-wrap
23628 msgid ""
23629 " luks-add-key device keyslot\n"
23630 "\n"
23631 msgstr ""
23632
23633 #. type: textblock
23634 #: ../fish/guestfish-actions.pod:2534
23635 msgid ""
23636 "Note that if C<keyslot> already contains a key, then this command will "
23637 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23638 msgstr ""
23639
23640 #. type: textblock
23641 #: ../fish/guestfish-actions.pod:2538 ../fish/guestfish-actions.pod:2560 ../fish/guestfish-actions.pod:2573 ../fish/guestfish-actions.pod:2587 ../fish/guestfish-actions.pod:2610 ../fish/guestfish-actions.pod:2620
23642 msgid ""
23643 "This command has one or more key or passphrase parameters.  Guestfish will "
23644 "prompt for these separately."
23645 msgstr ""
23646
23647 #. type: =head2
23648 #: ../fish/guestfish-actions.pod:2541
23649 msgid "luks-close"
23650 msgstr ""
23651
23652 #. type: verbatim
23653 #: ../fish/guestfish-actions.pod:2543
23654 #, no-wrap
23655 msgid ""
23656 " luks-close device\n"
23657 "\n"
23658 msgstr ""
23659
23660 #. type: textblock
23661 #: ../fish/guestfish-actions.pod:2545
23662 msgid ""
23663 "This closes a LUKS device that was created earlier by L</luks-open> or "
23664 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23665 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23666 "underlying block device."
23667 msgstr ""
23668
23669 #. type: =head2
23670 #: ../fish/guestfish-actions.pod:2551
23671 msgid "luks-format"
23672 msgstr ""
23673
23674 #. type: verbatim
23675 #: ../fish/guestfish-actions.pod:2553
23676 #, no-wrap
23677 msgid ""
23678 " luks-format device keyslot\n"
23679 "\n"
23680 msgstr ""
23681
23682 #. type: =head2
23683 #: ../fish/guestfish-actions.pod:2566
23684 msgid "luks-format-cipher"
23685 msgstr ""
23686
23687 #. type: verbatim
23688 #: ../fish/guestfish-actions.pod:2568
23689 #, no-wrap
23690 msgid ""
23691 " luks-format-cipher device keyslot cipher\n"
23692 "\n"
23693 msgstr ""
23694
23695 #. type: textblock
23696 #: ../fish/guestfish-actions.pod:2570
23697 msgid ""
23698 "This command is the same as L</luks-format> but it also allows you to set "
23699 "the C<cipher> used."
23700 msgstr ""
23701
23702 #. type: =head2
23703 #: ../fish/guestfish-actions.pod:2579
23704 msgid "luks-kill-slot"
23705 msgstr ""
23706
23707 #. type: verbatim
23708 #: ../fish/guestfish-actions.pod:2581
23709 #, no-wrap
23710 msgid ""
23711 " luks-kill-slot device keyslot\n"
23712 "\n"
23713 msgstr ""
23714
23715 #. type: =head2
23716 #: ../fish/guestfish-actions.pod:2590
23717 msgid "luks-open"
23718 msgstr ""
23719
23720 #. type: verbatim
23721 #: ../fish/guestfish-actions.pod:2592
23722 #, no-wrap
23723 msgid ""
23724 " luks-open device mapname\n"
23725 "\n"
23726 msgstr ""
23727
23728 #. type: textblock
23729 #: ../fish/guestfish-actions.pod:2606
23730 msgid ""
23731 "If this block device contains LVM volume groups, then calling L</vgscan> "
23732 "followed by L</vg-activate-all> will make them visible."
23733 msgstr ""
23734
23735 #. type: =head2
23736 #: ../fish/guestfish-actions.pod:2613
23737 msgid "luks-open-ro"
23738 msgstr ""
23739
23740 #. type: verbatim
23741 #: ../fish/guestfish-actions.pod:2615
23742 #, no-wrap
23743 msgid ""
23744 " luks-open-ro device mapname\n"
23745 "\n"
23746 msgstr ""
23747
23748 #. type: textblock
23749 #: ../fish/guestfish-actions.pod:2617
23750 msgid ""
23751 "This is the same as L</luks-open> except that a read-only mapping is "
23752 "created."
23753 msgstr ""
23754
23755 #. type: =head2
23756 #: ../fish/guestfish-actions.pod:2623
23757 msgid "lvcreate"
23758 msgstr ""
23759
23760 #. type: verbatim
23761 #: ../fish/guestfish-actions.pod:2625
23762 #, no-wrap
23763 msgid ""
23764 " lvcreate logvol volgroup mbytes\n"
23765 "\n"
23766 msgstr ""
23767
23768 #. type: =head2
23769 #: ../fish/guestfish-actions.pod:2630
23770 msgid "lvm-canonical-lv-name"
23771 msgstr ""
23772
23773 #. type: verbatim
23774 #: ../fish/guestfish-actions.pod:2632
23775 #, no-wrap
23776 msgid ""
23777 " lvm-canonical-lv-name lvname\n"
23778 "\n"
23779 msgstr ""
23780
23781 #. type: textblock
23782 #: ../fish/guestfish-actions.pod:2641
23783 msgid "See also L</is-lv>."
23784 msgstr ""
23785
23786 #. type: =head2
23787 #: ../fish/guestfish-actions.pod:2643
23788 msgid "lvm-clear-filter"
23789 msgstr ""
23790
23791 #. type: verbatim
23792 #: ../fish/guestfish-actions.pod:2645
23793 #, no-wrap
23794 msgid ""
23795 " lvm-clear-filter\n"
23796 "\n"
23797 msgstr ""
23798
23799 #. type: textblock
23800 #: ../fish/guestfish-actions.pod:2647
23801 msgid ""
23802 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
23803 "block device."
23804 msgstr ""
23805
23806 #. type: =head2
23807 #: ../fish/guestfish-actions.pod:2653
23808 msgid "lvm-remove-all"
23809 msgstr ""
23810
23811 #. type: verbatim
23812 #: ../fish/guestfish-actions.pod:2655
23813 #, no-wrap
23814 msgid ""
23815 " lvm-remove-all\n"
23816 "\n"
23817 msgstr ""
23818
23819 #. type: =head2
23820 #: ../fish/guestfish-actions.pod:2663
23821 msgid "lvm-set-filter"
23822 msgstr ""
23823
23824 #. type: verbatim
23825 #: ../fish/guestfish-actions.pod:2665
23826 #, no-wrap
23827 msgid ""
23828 " lvm-set-filter 'devices ...'\n"
23829 "\n"
23830 msgstr ""
23831
23832 #. type: =head2
23833 #: ../fish/guestfish-actions.pod:2690
23834 msgid "lvremove"
23835 msgstr ""
23836
23837 #. type: verbatim
23838 #: ../fish/guestfish-actions.pod:2692
23839 #, no-wrap
23840 msgid ""
23841 " lvremove device\n"
23842 "\n"
23843 msgstr ""
23844
23845 #. type: =head2
23846 #: ../fish/guestfish-actions.pod:2700
23847 msgid "lvrename"
23848 msgstr ""
23849
23850 #. type: verbatim
23851 #: ../fish/guestfish-actions.pod:2702
23852 #, no-wrap
23853 msgid ""
23854 " lvrename logvol newlogvol\n"
23855 "\n"
23856 msgstr ""
23857
23858 #. type: =head2
23859 #: ../fish/guestfish-actions.pod:2706
23860 msgid "lvresize"
23861 msgstr ""
23862
23863 #. type: verbatim
23864 #: ../fish/guestfish-actions.pod:2708
23865 #, no-wrap
23866 msgid ""
23867 " lvresize device mbytes\n"
23868 "\n"
23869 msgstr ""
23870
23871 #. type: =head2
23872 #: ../fish/guestfish-actions.pod:2714
23873 msgid "lvresize-free"
23874 msgstr ""
23875
23876 #. type: verbatim
23877 #: ../fish/guestfish-actions.pod:2716
23878 #, no-wrap
23879 msgid ""
23880 " lvresize-free lv percent\n"
23881 "\n"
23882 msgstr ""
23883
23884 #. type: =head2
23885 #: ../fish/guestfish-actions.pod:2724
23886 msgid "lvs"
23887 msgstr ""
23888
23889 #. type: verbatim
23890 #: ../fish/guestfish-actions.pod:2726
23891 #, no-wrap
23892 msgid ""
23893 " lvs\n"
23894 "\n"
23895 msgstr ""
23896
23897 #. type: textblock
23898 #: ../fish/guestfish-actions.pod:2734
23899 msgid "See also L</lvs-full>, L</list-filesystems>."
23900 msgstr ""
23901
23902 #. type: =head2
23903 #: ../fish/guestfish-actions.pod:2736
23904 msgid "lvs-full"
23905 msgstr ""
23906
23907 #. type: verbatim
23908 #: ../fish/guestfish-actions.pod:2738
23909 #, no-wrap
23910 msgid ""
23911 " lvs-full\n"
23912 "\n"
23913 msgstr ""
23914
23915 #. type: =head2
23916 #: ../fish/guestfish-actions.pod:2743
23917 msgid "lvuuid"
23918 msgstr ""
23919
23920 #. type: verbatim
23921 #: ../fish/guestfish-actions.pod:2745
23922 #, no-wrap
23923 msgid ""
23924 " lvuuid device\n"
23925 "\n"
23926 msgstr ""
23927
23928 #. type: =head2
23929 #: ../fish/guestfish-actions.pod:2749
23930 msgid "lxattrlist"
23931 msgstr ""
23932
23933 #. type: verbatim
23934 #: ../fish/guestfish-actions.pod:2751
23935 #, no-wrap
23936 msgid ""
23937 " lxattrlist path 'names ...'\n"
23938 "\n"
23939 msgstr ""
23940
23941 #. type: textblock
23942 #: ../fish/guestfish-actions.pod:2767
23943 msgid ""
23944 "This call is intended for programs that want to efficiently list a directory "
23945 "contents without making many round-trips.  See also L</lstatlist> for a "
23946 "similarly efficient call for getting standard stats.  Very long directory "
23947 "listings might cause the protocol message size to be exceeded, causing this "
23948 "call to fail.  The caller must split up such requests into smaller groups of "
23949 "names."
23950 msgstr ""
23951
23952 #. type: =head2
23953 #: ../fish/guestfish-actions.pod:2775
23954 msgid "mkdir"
23955 msgstr ""
23956
23957 #. type: verbatim
23958 #: ../fish/guestfish-actions.pod:2777
23959 #, no-wrap
23960 msgid ""
23961 " mkdir path\n"
23962 "\n"
23963 msgstr ""
23964
23965 #. type: =head2
23966 #: ../fish/guestfish-actions.pod:2781
23967 msgid "mkdir-mode"
23968 msgstr ""
23969
23970 #. type: verbatim
23971 #: ../fish/guestfish-actions.pod:2783
23972 #, no-wrap
23973 msgid ""
23974 " mkdir-mode path mode\n"
23975 "\n"
23976 msgstr ""
23977
23978 #. type: textblock
23979 #: ../fish/guestfish-actions.pod:2792
23980 msgid "See also L</mkdir>, L</umask>"
23981 msgstr ""
23982
23983 #. type: =head2
23984 #: ../fish/guestfish-actions.pod:2794
23985 msgid "mkdir-p"
23986 msgstr ""
23987
23988 #. type: verbatim
23989 #: ../fish/guestfish-actions.pod:2796
23990 #, no-wrap
23991 msgid ""
23992 " mkdir-p path\n"
23993 "\n"
23994 msgstr ""
23995
23996 #. type: =head2
23997 #: ../fish/guestfish-actions.pod:2801
23998 msgid "mkdtemp"
23999 msgstr ""
24000
24001 #. type: verbatim
24002 #: ../fish/guestfish-actions.pod:2803
24003 #, no-wrap
24004 msgid ""
24005 " mkdtemp template\n"
24006 "\n"
24007 msgstr ""
24008
24009 #. type: =head2
24010 #: ../fish/guestfish-actions.pod:2824
24011 msgid "mke2fs-J"
24012 msgstr ""
24013
24014 #. type: verbatim
24015 #: ../fish/guestfish-actions.pod:2826
24016 #, no-wrap
24017 msgid ""
24018 " mke2fs-J fstype blocksize device journal\n"
24019 "\n"
24020 msgstr ""
24021
24022 #. type: textblock
24023 #: ../fish/guestfish-actions.pod:2834
24024 msgid "See also L</mke2journal>."
24025 msgstr ""
24026
24027 #. type: =head2
24028 #: ../fish/guestfish-actions.pod:2836
24029 msgid "mke2fs-JL"
24030 msgstr ""
24031
24032 #. type: verbatim
24033 #: ../fish/guestfish-actions.pod:2838
24034 #, no-wrap
24035 msgid ""
24036 " mke2fs-JL fstype blocksize device label\n"
24037 "\n"
24038 msgstr ""
24039
24040 #. type: textblock
24041 #: ../fish/guestfish-actions.pod:2843
24042 msgid "See also L</mke2journal-L>."
24043 msgstr ""
24044
24045 #. type: =head2
24046 #: ../fish/guestfish-actions.pod:2845
24047 msgid "mke2fs-JU"
24048 msgstr ""
24049
24050 #. type: verbatim
24051 #: ../fish/guestfish-actions.pod:2847
24052 #, no-wrap
24053 msgid ""
24054 " mke2fs-JU fstype blocksize device uuid\n"
24055 "\n"
24056 msgstr ""
24057
24058 #. type: textblock
24059 #: ../fish/guestfish-actions.pod:2852
24060 msgid "See also L</mke2journal-U>."
24061 msgstr ""
24062
24063 #. type: =head2
24064 #: ../fish/guestfish-actions.pod:2854
24065 msgid "mke2journal"
24066 msgstr ""
24067
24068 #. type: verbatim
24069 #: ../fish/guestfish-actions.pod:2856
24070 #, no-wrap
24071 msgid ""
24072 " mke2journal blocksize device\n"
24073 "\n"
24074 msgstr ""
24075
24076 #. type: =head2
24077 #: ../fish/guestfish-actions.pod:2863
24078 msgid "mke2journal-L"
24079 msgstr ""
24080
24081 #. type: verbatim
24082 #: ../fish/guestfish-actions.pod:2865
24083 #, no-wrap
24084 msgid ""
24085 " mke2journal-L blocksize label device\n"
24086 "\n"
24087 msgstr ""
24088
24089 #. type: =head2
24090 #: ../fish/guestfish-actions.pod:2869
24091 msgid "mke2journal-U"
24092 msgstr ""
24093
24094 #. type: verbatim
24095 #: ../fish/guestfish-actions.pod:2871
24096 #, no-wrap
24097 msgid ""
24098 " mke2journal-U blocksize uuid device\n"
24099 "\n"
24100 msgstr ""
24101
24102 #. type: =head2
24103 #: ../fish/guestfish-actions.pod:2875
24104 msgid "mkfifo"
24105 msgstr ""
24106
24107 #. type: verbatim
24108 #: ../fish/guestfish-actions.pod:2877
24109 #, no-wrap
24110 msgid ""
24111 " mkfifo mode path\n"
24112 "\n"
24113 msgstr ""
24114
24115 #. type: textblock
24116 #: ../fish/guestfish-actions.pod:2879
24117 msgid ""
24118 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24119 "is just a convenient wrapper around L</mknod>."
24120 msgstr ""
24121
24122 #. type: =head2
24123 #: ../fish/guestfish-actions.pod:2885
24124 msgid "mkfs"
24125 msgstr ""
24126
24127 #. type: verbatim
24128 #: ../fish/guestfish-actions.pod:2887
24129 #, no-wrap
24130 msgid ""
24131 " mkfs fstype device\n"
24132 "\n"
24133 msgstr ""
24134
24135 #. type: =head2
24136 #: ../fish/guestfish-actions.pod:2893
24137 msgid "mkfs-b"
24138 msgstr ""
24139
24140 #. type: verbatim
24141 #: ../fish/guestfish-actions.pod:2895
24142 #, no-wrap
24143 msgid ""
24144 " mkfs-b fstype blocksize device\n"
24145 "\n"
24146 msgstr ""
24147
24148 #. type: textblock
24149 #: ../fish/guestfish-actions.pod:2897
24150 msgid ""
24151 "This call is similar to L</mkfs>, but it allows you to control the block "
24152 "size of the resulting filesystem.  Supported block sizes depend on the "
24153 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24154 msgstr ""
24155
24156 #. type: =head2
24157 #: ../fish/guestfish-actions.pod:2912
24158 msgid "mkfs-opts"
24159 msgstr ""
24160
24161 #. type: verbatim
24162 #: ../fish/guestfish-actions.pod:2914
24163 #, no-wrap
24164 msgid ""
24165 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24166 "\n"
24167 msgstr ""
24168
24169 #. type: =head2
24170 #: ../fish/guestfish-actions.pod:2949
24171 msgid "mkmountpoint"
24172 msgstr ""
24173
24174 #. type: verbatim
24175 #: ../fish/guestfish-actions.pod:2951
24176 #, no-wrap
24177 msgid ""
24178 " mkmountpoint exemptpath\n"
24179 "\n"
24180 msgstr ""
24181
24182 #. type: textblock
24183 #: ../fish/guestfish-actions.pod:2953
24184 msgid ""
24185 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24186 "to create extra mountpoints before mounting the first filesystem."
24187 msgstr ""
24188
24189 #. type: textblock
24190 #: ../fish/guestfish-actions.pod:2977
24191 msgid ""
24192 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24193 "unexpected errors if you try to mix these calls.  It is safest to manually "
24194 "unmount filesystems and remove mountpoints after use."
24195 msgstr ""
24196
24197 #. type: textblock
24198 #: ../fish/guestfish-actions.pod:2981
24199 msgid ""
24200 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24201 "for this to work for manual mountpoints, you must ensure that the innermost "
24202 "mountpoints have the longest pathnames, as in the example code above."
24203 msgstr ""
24204
24205 #. type: textblock
24206 #: ../fish/guestfish-actions.pod:2988
24207 msgid ""
24208 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24209 "L</umount-all> to be called when the handle is closed which can also trigger "
24210 "these issues."
24211 msgstr ""
24212
24213 #. type: =head2
24214 #: ../fish/guestfish-actions.pod:2992
24215 msgid "mknod"
24216 msgstr ""
24217
24218 #. type: verbatim
24219 #: ../fish/guestfish-actions.pod:2994
24220 #, no-wrap
24221 msgid ""
24222 " mknod mode devmajor devminor path\n"
24223 "\n"
24224 msgstr ""
24225
24226 #. type: textblock
24227 #: ../fish/guestfish-actions.pod:3004
24228 msgid ""
24229 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24230 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24231 "regular file).  These constants are available in the standard Linux header "
24232 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24233 "wrappers around this command which bitwise OR in the appropriate constant "
24234 "for you."
24235 msgstr ""
24236
24237 #. type: =head2
24238 #: ../fish/guestfish-actions.pod:3014
24239 msgid "mknod-b"
24240 msgstr ""
24241
24242 #. type: verbatim
24243 #: ../fish/guestfish-actions.pod:3016
24244 #, no-wrap
24245 msgid ""
24246 " mknod-b mode devmajor devminor path\n"
24247 "\n"
24248 msgstr ""
24249
24250 #. type: textblock
24251 #: ../fish/guestfish-actions.pod:3018
24252 msgid ""
24253 "This call creates a block device node called C<path> with mode C<mode> and "
24254 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24255 "wrapper around L</mknod>."
24256 msgstr ""
24257
24258 #. type: =head2
24259 #: ../fish/guestfish-actions.pod:3024
24260 msgid "mknod-c"
24261 msgstr ""
24262
24263 #. type: verbatim
24264 #: ../fish/guestfish-actions.pod:3026
24265 #, no-wrap
24266 msgid ""
24267 " mknod-c mode devmajor devminor path\n"
24268 "\n"
24269 msgstr ""
24270
24271 #. type: textblock
24272 #: ../fish/guestfish-actions.pod:3028
24273 msgid ""
24274 "This call creates a char device node called C<path> with mode C<mode> and "
24275 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24276 "wrapper around L</mknod>."
24277 msgstr ""
24278
24279 #. type: =head2
24280 #: ../fish/guestfish-actions.pod:3034
24281 msgid "mkswap"
24282 msgstr ""
24283
24284 #. type: verbatim
24285 #: ../fish/guestfish-actions.pod:3036
24286 #, no-wrap
24287 msgid ""
24288 " mkswap device\n"
24289 "\n"
24290 msgstr ""
24291
24292 #. type: =head2
24293 #: ../fish/guestfish-actions.pod:3040
24294 msgid "mkswap-L"
24295 msgstr ""
24296
24297 #. type: verbatim
24298 #: ../fish/guestfish-actions.pod:3042
24299 #, no-wrap
24300 msgid ""
24301 " mkswap-L label device\n"
24302 "\n"
24303 msgstr ""
24304
24305 #. type: =head2
24306 #: ../fish/guestfish-actions.pod:3050
24307 msgid "mkswap-U"
24308 msgstr ""
24309
24310 #. type: verbatim
24311 #: ../fish/guestfish-actions.pod:3052
24312 #, no-wrap
24313 msgid ""
24314 " mkswap-U uuid device\n"
24315 "\n"
24316 msgstr ""
24317
24318 #. type: =head2
24319 #: ../fish/guestfish-actions.pod:3056
24320 msgid "mkswap-file"
24321 msgstr ""
24322
24323 #. type: verbatim
24324 #: ../fish/guestfish-actions.pod:3058
24325 #, no-wrap
24326 msgid ""
24327 " mkswap-file path\n"
24328 "\n"
24329 msgstr ""
24330
24331 #. type: textblock
24332 #: ../fish/guestfish-actions.pod:3062
24333 msgid ""
24334 "This command just writes a swap file signature to an existing file.  To "
24335 "create the file itself, use something like L</fallocate>."
24336 msgstr ""
24337
24338 #. type: =head2
24339 #: ../fish/guestfish-actions.pod:3065
24340 msgid "modprobe"
24341 msgstr ""
24342
24343 #. type: verbatim
24344 #: ../fish/guestfish-actions.pod:3067
24345 #, no-wrap
24346 msgid ""
24347 " modprobe modulename\n"
24348 "\n"
24349 msgstr ""
24350
24351 #. type: =head2
24352 #: ../fish/guestfish-actions.pod:3074
24353 msgid "mount"
24354 msgstr ""
24355
24356 #. type: verbatim
24357 #: ../fish/guestfish-actions.pod:3076
24358 #, no-wrap
24359 msgid ""
24360 " mount device mountpoint\n"
24361 "\n"
24362 msgstr ""
24363
24364 #. type: textblock
24365 #: ../fish/guestfish-actions.pod:3092
24366 msgid ""
24367 "B<Important note:> When you use this call, the filesystem options C<sync> "
24368 "and C<noatime> are set implicitly.  This was originally done because we "
24369 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24370 "very large negative performance impact and negligible effect on "
24371 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24372 "code that needs performance, and instead use L</mount-options> (use an empty "
24373 "string for the first parameter if you don't want any options)."
24374 msgstr ""
24375
24376 #. type: =head2
24377 #: ../fish/guestfish-actions.pod:3102
24378 msgid "mount-loop"
24379 msgstr ""
24380
24381 #. type: verbatim
24382 #: ../fish/guestfish-actions.pod:3104
24383 #, no-wrap
24384 msgid ""
24385 " mount-loop file mountpoint\n"
24386 "\n"
24387 msgstr ""
24388
24389 #. type: =head2
24390 #: ../fish/guestfish-actions.pod:3110
24391 msgid "mount-options"
24392 msgstr ""
24393
24394 #. type: verbatim
24395 #: ../fish/guestfish-actions.pod:3112
24396 #, no-wrap
24397 msgid ""
24398 " mount-options options device mountpoint\n"
24399 "\n"
24400 msgstr ""
24401
24402 #. type: textblock
24403 #: ../fish/guestfish-actions.pod:3114
24404 msgid ""
24405 "This is the same as the L</mount> command, but it allows you to set the "
24406 "mount options as for the L<mount(8)> I<-o> flag."
24407 msgstr ""
24408
24409 #. type: =head2
24410 #: ../fish/guestfish-actions.pod:3122
24411 msgid "mount-ro"
24412 msgstr ""
24413
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:3124
24416 #, no-wrap
24417 msgid ""
24418 " mount-ro device mountpoint\n"
24419 "\n"
24420 msgstr ""
24421
24422 #. type: textblock
24423 #: ../fish/guestfish-actions.pod:3126
24424 msgid ""
24425 "This is the same as the L</mount> command, but it mounts the filesystem with "
24426 "the read-only (I<-o ro>) flag."
24427 msgstr ""
24428
24429 #. type: =head2
24430 #: ../fish/guestfish-actions.pod:3129
24431 msgid "mount-vfs"
24432 msgstr ""
24433
24434 #. type: verbatim
24435 #: ../fish/guestfish-actions.pod:3131
24436 #, no-wrap
24437 msgid ""
24438 " mount-vfs options vfstype device mountpoint\n"
24439 "\n"
24440 msgstr ""
24441
24442 #. type: textblock
24443 #: ../fish/guestfish-actions.pod:3133
24444 msgid ""
24445 "This is the same as the L</mount> command, but it allows you to set both the "
24446 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24447 msgstr ""
24448
24449 #. type: =head2
24450 #: ../fish/guestfish-actions.pod:3137
24451 msgid "mountpoints"
24452 msgstr ""
24453
24454 #. type: verbatim
24455 #: ../fish/guestfish-actions.pod:3139
24456 #, no-wrap
24457 msgid ""
24458 " mountpoints\n"
24459 "\n"
24460 msgstr ""
24461
24462 #. type: textblock
24463 #: ../fish/guestfish-actions.pod:3141
24464 msgid ""
24465 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24466 "This one returns a hash table (map) of device name to directory where the "
24467 "device is mounted."
24468 msgstr ""
24469
24470 #. type: =head2
24471 #: ../fish/guestfish-actions.pod:3145
24472 msgid "mounts"
24473 msgstr ""
24474
24475 #. type: verbatim
24476 #: ../fish/guestfish-actions.pod:3147
24477 #, no-wrap
24478 msgid ""
24479 " mounts\n"
24480 "\n"
24481 msgstr ""
24482
24483 #. type: textblock
24484 #: ../fish/guestfish-actions.pod:3154
24485 msgid "See also: L</mountpoints>"
24486 msgstr ""
24487
24488 #. type: =head2
24489 #: ../fish/guestfish-actions.pod:3156
24490 msgid "mv"
24491 msgstr ""
24492
24493 #. type: verbatim
24494 #: ../fish/guestfish-actions.pod:3158
24495 #, no-wrap
24496 msgid ""
24497 " mv src dest\n"
24498 "\n"
24499 msgstr ""
24500
24501 #. type: =head2
24502 #: ../fish/guestfish-actions.pod:3163
24503 msgid "ntfs-3g-probe"
24504 msgstr ""
24505
24506 #. type: verbatim
24507 #: ../fish/guestfish-actions.pod:3165
24508 #, no-wrap
24509 msgid ""
24510 " ntfs-3g-probe true|false device\n"
24511 "\n"
24512 msgstr ""
24513
24514 #. type: =head2
24515 #: ../fish/guestfish-actions.pod:3179
24516 msgid "ntfsresize"
24517 msgstr ""
24518
24519 #. type: verbatim
24520 #: ../fish/guestfish-actions.pod:3181
24521 #, no-wrap
24522 msgid ""
24523 " ntfsresize device\n"
24524 "\n"
24525 msgstr ""
24526
24527 #. type: =head2
24528 #: ../fish/guestfish-actions.pod:3187
24529 msgid "ntfsresize-size"
24530 msgstr ""
24531
24532 #. type: verbatim
24533 #: ../fish/guestfish-actions.pod:3189
24534 #, no-wrap
24535 msgid ""
24536 " ntfsresize-size device size\n"
24537 "\n"
24538 msgstr ""
24539
24540 #. type: textblock
24541 #: ../fish/guestfish-actions.pod:3191
24542 msgid ""
24543 "This command is the same as L</ntfsresize> except that it allows you to "
24544 "specify the new size (in bytes) explicitly."
24545 msgstr ""
24546
24547 #. type: =head2
24548 #: ../fish/guestfish-actions.pod:3194
24549 msgid "part-add"
24550 msgstr ""
24551
24552 #. type: verbatim
24553 #: ../fish/guestfish-actions.pod:3196
24554 #, no-wrap
24555 msgid ""
24556 " part-add device prlogex startsect endsect\n"
24557 "\n"
24558 msgstr ""
24559
24560 #. type: textblock
24561 #: ../fish/guestfish-actions.pod:3198
24562 msgid ""
24563 "This command adds a partition to C<device>.  If there is no partition table "
24564 "on the device, call L</part-init> first."
24565 msgstr ""
24566
24567 #. type: textblock
24568 #: ../fish/guestfish-actions.pod:3210
24569 msgid ""
24570 "Creating a partition which covers the whole disk is not so easy.  Use "
24571 "L</part-disk> to do that."
24572 msgstr ""
24573
24574 #. type: =head2
24575 #: ../fish/guestfish-actions.pod:3213
24576 msgid "part-del"
24577 msgstr ""
24578
24579 #. type: verbatim
24580 #: ../fish/guestfish-actions.pod:3215
24581 #, no-wrap
24582 msgid ""
24583 " part-del device partnum\n"
24584 "\n"
24585 msgstr ""
24586
24587 #. type: =head2
24588 #: ../fish/guestfish-actions.pod:3223
24589 msgid "part-disk"
24590 msgstr ""
24591
24592 #. type: verbatim
24593 #: ../fish/guestfish-actions.pod:3225
24594 #, no-wrap
24595 msgid ""
24596 " part-disk device parttype\n"
24597 "\n"
24598 msgstr ""
24599
24600 #. type: textblock
24601 #: ../fish/guestfish-actions.pod:3227
24602 msgid ""
24603 "This command is simply a combination of L</part-init> followed by "
24604 "L</part-add> to create a single primary partition covering the whole disk."
24605 msgstr ""
24606
24607 #. type: textblock
24608 #: ../fish/guestfish-actions.pod:3231
24609 msgid ""
24610 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24611 "possible values are described in L</part-init>."
24612 msgstr ""
24613
24614 #. type: =head2
24615 #: ../fish/guestfish-actions.pod:3237
24616 msgid "part-get-bootable"
24617 msgstr ""
24618
24619 #. type: verbatim
24620 #: ../fish/guestfish-actions.pod:3239
24621 #, no-wrap
24622 msgid ""
24623 " part-get-bootable device partnum\n"
24624 "\n"
24625 msgstr ""
24626
24627 #. type: textblock
24628 #: ../fish/guestfish-actions.pod:3244
24629 msgid "See also L</part-set-bootable>."
24630 msgstr ""
24631
24632 #. type: =head2
24633 #: ../fish/guestfish-actions.pod:3246
24634 msgid "part-get-mbr-id"
24635 msgstr ""
24636
24637 #. type: verbatim
24638 #: ../fish/guestfish-actions.pod:3248
24639 #, no-wrap
24640 msgid ""
24641 " part-get-mbr-id device partnum\n"
24642 "\n"
24643 msgstr ""
24644
24645 #. type: textblock
24646 #: ../fish/guestfish-actions.pod:3253 ../fish/guestfish-actions.pod:3391
24647 msgid ""
24648 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24649 "undefined results for other partition table types (see "
24650 "L</part-get-parttype>)."
24651 msgstr ""
24652
24653 #. type: =head2
24654 #: ../fish/guestfish-actions.pod:3257
24655 msgid "part-get-parttype"
24656 msgstr ""
24657
24658 #. type: verbatim
24659 #: ../fish/guestfish-actions.pod:3259
24660 #, no-wrap
24661 msgid ""
24662 " part-get-parttype device\n"
24663 "\n"
24664 msgstr ""
24665
24666 #. type: textblock
24667 #: ../fish/guestfish-actions.pod:3264
24668 msgid ""
24669 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24670 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24671 "possible, although unusual.  See L</part-init> for a full list."
24672 msgstr ""
24673
24674 #. type: =head2
24675 #: ../fish/guestfish-actions.pod:3269
24676 msgid "part-init"
24677 msgstr ""
24678
24679 #. type: verbatim
24680 #: ../fish/guestfish-actions.pod:3271
24681 #, no-wrap
24682 msgid ""
24683 " part-init device parttype\n"
24684 "\n"
24685 msgstr ""
24686
24687 #. type: textblock
24688 #: ../fish/guestfish-actions.pod:3277
24689 msgid ""
24690 "Initially there are no partitions.  Following this, you should call "
24691 "L</part-add> for each partition required."
24692 msgstr ""
24693
24694 #. type: =head2
24695 #: ../fish/guestfish-actions.pod:3340
24696 msgid "part-list"
24697 msgstr ""
24698
24699 #. type: verbatim
24700 #: ../fish/guestfish-actions.pod:3342
24701 #, no-wrap
24702 msgid ""
24703 " part-list device\n"
24704 "\n"
24705 msgstr ""
24706
24707 #. type: textblock
24708 #: ../fish/guestfish-actions.pod:3357
24709 msgid ""
24710 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
24711 "the device's sector size, see L</blockdev-getss>."
24712 msgstr ""
24713
24714 #. type: =head2
24715 #: ../fish/guestfish-actions.pod:3370
24716 msgid "part-set-bootable"
24717 msgstr ""
24718
24719 #. type: verbatim
24720 #: ../fish/guestfish-actions.pod:3372
24721 #, no-wrap
24722 msgid ""
24723 " part-set-bootable device partnum true|false\n"
24724 "\n"
24725 msgstr ""
24726
24727 #. type: =head2
24728 #: ../fish/guestfish-actions.pod:3381
24729 msgid "part-set-mbr-id"
24730 msgstr ""
24731
24732 #. type: verbatim
24733 #: ../fish/guestfish-actions.pod:3383
24734 #, no-wrap
24735 msgid ""
24736 " part-set-mbr-id device partnum idbyte\n"
24737 "\n"
24738 msgstr ""
24739
24740 #. type: =head2
24741 #: ../fish/guestfish-actions.pod:3395
24742 msgid "part-set-name"
24743 msgstr ""
24744
24745 #. type: verbatim
24746 #: ../fish/guestfish-actions.pod:3397
24747 #, no-wrap
24748 msgid ""
24749 " part-set-name device partnum name\n"
24750 "\n"
24751 msgstr ""
24752
24753 #. type: =head2
24754 #: ../fish/guestfish-actions.pod:3405
24755 msgid "part-to-dev"
24756 msgstr ""
24757
24758 #. type: verbatim
24759 #: ../fish/guestfish-actions.pod:3407
24760 #, no-wrap
24761 msgid ""
24762 " part-to-dev partition\n"
24763 "\n"
24764 msgstr ""
24765
24766 #. type: textblock
24767 #: ../fish/guestfish-actions.pod:3413
24768 msgid ""
24769 "The named partition must exist, for example as a string returned from "
24770 "L</list-partitions>."
24771 msgstr ""
24772
24773 #. type: =head2
24774 #: ../fish/guestfish-actions.pod:3416
24775 msgid "ping-daemon"
24776 msgstr ""
24777
24778 #. type: verbatim
24779 #: ../fish/guestfish-actions.pod:3418
24780 #, no-wrap
24781 msgid ""
24782 " ping-daemon\n"
24783 "\n"
24784 msgstr ""
24785
24786 #. type: =head2
24787 #: ../fish/guestfish-actions.pod:3425
24788 msgid "pread"
24789 msgstr ""
24790
24791 #. type: verbatim
24792 #: ../fish/guestfish-actions.pod:3427
24793 #, no-wrap
24794 msgid ""
24795 " pread path count offset\n"
24796 "\n"
24797 msgstr ""
24798
24799 #. type: textblock
24800 #: ../fish/guestfish-actions.pod:3435
24801 msgid "See also L</pwrite>, L</pread-device>."
24802 msgstr ""
24803
24804 #. type: =head2
24805 #: ../fish/guestfish-actions.pod:3440
24806 msgid "pread-device"
24807 msgstr ""
24808
24809 #. type: verbatim
24810 #: ../fish/guestfish-actions.pod:3442
24811 #, no-wrap
24812 msgid ""
24813 " pread-device device count offset\n"
24814 "\n"
24815 msgstr ""
24816
24817 #. type: textblock
24818 #: ../fish/guestfish-actions.pod:3450
24819 msgid "See also L</pread>."
24820 msgstr ""
24821
24822 #. type: =head2
24823 #: ../fish/guestfish-actions.pod:3455
24824 msgid "pvcreate"
24825 msgstr ""
24826
24827 #. type: verbatim
24828 #: ../fish/guestfish-actions.pod:3457
24829 #, no-wrap
24830 msgid ""
24831 " pvcreate device\n"
24832 "\n"
24833 msgstr ""
24834
24835 #. type: =head2
24836 #: ../fish/guestfish-actions.pod:3463
24837 msgid "pvremove"
24838 msgstr ""
24839
24840 #. type: verbatim
24841 #: ../fish/guestfish-actions.pod:3465
24842 #, no-wrap
24843 msgid ""
24844 " pvremove device\n"
24845 "\n"
24846 msgstr ""
24847
24848 #. type: =head2
24849 #: ../fish/guestfish-actions.pod:3474
24850 msgid "pvresize"
24851 msgstr ""
24852
24853 #. type: verbatim
24854 #: ../fish/guestfish-actions.pod:3476
24855 #, no-wrap
24856 msgid ""
24857 " pvresize device\n"
24858 "\n"
24859 msgstr ""
24860
24861 #. type: =head2
24862 #: ../fish/guestfish-actions.pod:3481
24863 msgid "pvresize-size"
24864 msgstr ""
24865
24866 #. type: verbatim
24867 #: ../fish/guestfish-actions.pod:3483
24868 #, no-wrap
24869 msgid ""
24870 " pvresize-size device size\n"
24871 "\n"
24872 msgstr ""
24873
24874 #. type: textblock
24875 #: ../fish/guestfish-actions.pod:3485
24876 msgid ""
24877 "This command is the same as L</pvresize> except that it allows you to "
24878 "specify the new size (in bytes) explicitly."
24879 msgstr ""
24880
24881 #. type: =head2
24882 #: ../fish/guestfish-actions.pod:3488
24883 msgid "pvs"
24884 msgstr ""
24885
24886 #. type: verbatim
24887 #: ../fish/guestfish-actions.pod:3490
24888 #, no-wrap
24889 msgid ""
24890 " pvs\n"
24891 "\n"
24892 msgstr ""
24893
24894 #. type: textblock
24895 #: ../fish/guestfish-actions.pod:3498
24896 msgid "See also L</pvs-full>."
24897 msgstr ""
24898
24899 #. type: =head2
24900 #: ../fish/guestfish-actions.pod:3500
24901 msgid "pvs-full"
24902 msgstr ""
24903
24904 #. type: verbatim
24905 #: ../fish/guestfish-actions.pod:3502
24906 #, no-wrap
24907 msgid ""
24908 " pvs-full\n"
24909 "\n"
24910 msgstr ""
24911
24912 #. type: =head2
24913 #: ../fish/guestfish-actions.pod:3507
24914 msgid "pvuuid"
24915 msgstr ""
24916
24917 #. type: verbatim
24918 #: ../fish/guestfish-actions.pod:3509
24919 #, no-wrap
24920 msgid ""
24921 " pvuuid device\n"
24922 "\n"
24923 msgstr ""
24924
24925 #. type: =head2
24926 #: ../fish/guestfish-actions.pod:3513
24927 msgid "pwrite"
24928 msgstr ""
24929
24930 #. type: verbatim
24931 #: ../fish/guestfish-actions.pod:3515
24932 #, no-wrap
24933 msgid ""
24934 " pwrite path content offset\n"
24935 "\n"
24936 msgstr ""
24937
24938 #. type: textblock
24939 #: ../fish/guestfish-actions.pod:3526
24940 msgid "See also L</pread>, L</pwrite-device>."
24941 msgstr ""
24942
24943 #. type: =head2
24944 #: ../fish/guestfish-actions.pod:3531
24945 msgid "pwrite-device"
24946 msgstr ""
24947
24948 #. type: verbatim
24949 #: ../fish/guestfish-actions.pod:3533
24950 #, no-wrap
24951 msgid ""
24952 " pwrite-device device content offset\n"
24953 "\n"
24954 msgstr ""
24955
24956 #. type: textblock
24957 #: ../fish/guestfish-actions.pod:3543
24958 msgid "See also L</pwrite>."
24959 msgstr ""
24960
24961 #. type: =head2
24962 #: ../fish/guestfish-actions.pod:3548
24963 msgid "read-file"
24964 msgstr ""
24965
24966 #. type: verbatim
24967 #: ../fish/guestfish-actions.pod:3550
24968 #, no-wrap
24969 msgid ""
24970 " read-file path\n"
24971 "\n"
24972 msgstr ""
24973
24974 #. type: textblock
24975 #: ../fish/guestfish-actions.pod:3555
24976 msgid ""
24977 "Unlike L</cat>, this function can correctly handle files that contain "
24978 "embedded ASCII NUL characters.  However unlike L</download>, this function "
24979 "is limited in the total size of file that can be handled."
24980 msgstr ""
24981
24982 #. type: =head2
24983 #: ../fish/guestfish-actions.pod:3563
24984 msgid "read-lines"
24985 msgstr ""
24986
24987 #. type: verbatim
24988 #: ../fish/guestfish-actions.pod:3565
24989 #, no-wrap
24990 msgid ""
24991 " read-lines path\n"
24992 "\n"
24993 msgstr ""
24994
24995 #. type: textblock
24996 #: ../fish/guestfish-actions.pod:3572
24997 msgid ""
24998 "Note that this function cannot correctly handle binary files (specifically, "
24999 "files containing C<\\0> character which is treated as end of line).  For "
25000 "those you need to use the L</read-file> function which has a more complex "
25001 "interface."
25002 msgstr ""
25003
25004 #. type: =head2
25005 #: ../fish/guestfish-actions.pod:3577
25006 msgid "readdir"
25007 msgstr ""
25008
25009 #. type: verbatim
25010 #: ../fish/guestfish-actions.pod:3579
25011 #, no-wrap
25012 msgid ""
25013 " readdir dir\n"
25014 "\n"
25015 msgstr ""
25016
25017 #. type: textblock
25018 #: ../fish/guestfish-actions.pod:3631
25019 msgid ""
25020 "This function is primarily intended for use by programs.  To get a simple "
25021 "list of names, use L</ls>.  To get a printable directory for human "
25022 "consumption, use L</ll>."
25023 msgstr ""
25024
25025 #. type: =head2
25026 #: ../fish/guestfish-actions.pod:3635
25027 msgid "readlink"
25028 msgstr ""
25029
25030 #. type: verbatim
25031 #: ../fish/guestfish-actions.pod:3637
25032 #, no-wrap
25033 msgid ""
25034 " readlink path\n"
25035 "\n"
25036 msgstr ""
25037
25038 #. type: =head2
25039 #: ../fish/guestfish-actions.pod:3641
25040 msgid "readlinklist"
25041 msgstr ""
25042
25043 #. type: verbatim
25044 #: ../fish/guestfish-actions.pod:3643
25045 #, no-wrap
25046 msgid ""
25047 " readlinklist path 'names ...'\n"
25048 "\n"
25049 msgstr ""
25050
25051 #. type: =head2
25052 #: ../fish/guestfish-actions.pod:3667
25053 msgid "realpath"
25054 msgstr ""
25055
25056 #. type: verbatim
25057 #: ../fish/guestfish-actions.pod:3669
25058 #, no-wrap
25059 msgid ""
25060 " realpath path\n"
25061 "\n"
25062 msgstr ""
25063
25064 #. type: =head2
25065 #: ../fish/guestfish-actions.pod:3674
25066 msgid "removexattr"
25067 msgstr ""
25068
25069 #. type: verbatim
25070 #: ../fish/guestfish-actions.pod:3676
25071 #, no-wrap
25072 msgid ""
25073 " removexattr xattr path\n"
25074 "\n"
25075 msgstr ""
25076
25077 #. type: textblock
25078 #: ../fish/guestfish-actions.pod:3681
25079 msgid "See also: L</lremovexattr>, L<attr(5)>."
25080 msgstr ""
25081
25082 #. type: =head2
25083 #: ../fish/guestfish-actions.pod:3683
25084 msgid "resize2fs"
25085 msgstr ""
25086
25087 #. type: verbatim
25088 #: ../fish/guestfish-actions.pod:3685
25089 #, no-wrap
25090 msgid ""
25091 " resize2fs device\n"
25092 "\n"
25093 msgstr ""
25094
25095 #. type: textblock
25096 #: ../fish/guestfish-actions.pod:3690
25097 msgid ""
25098 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25099 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25100 "gives an error about this and sometimes not.  In any case, it is always safe "
25101 "to call L</e2fsck-f> before calling this function."
25102 msgstr ""
25103
25104 #. type: =head2
25105 #: ../fish/guestfish-actions.pod:3696
25106 msgid "resize2fs-M"
25107 msgstr ""
25108
25109 #. type: verbatim
25110 #: ../fish/guestfish-actions.pod:3698
25111 #, no-wrap
25112 msgid ""
25113 " resize2fs-M device\n"
25114 "\n"
25115 msgstr ""
25116
25117 #. type: textblock
25118 #: ../fish/guestfish-actions.pod:3700
25119 msgid ""
25120 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25121 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25122 "command."
25123 msgstr ""
25124
25125 #. type: textblock
25126 #: ../fish/guestfish-actions.pod:3704
25127 msgid ""
25128 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25129 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25130 "multiplied together, give the resulting size of the minimal filesystem in "
25131 "bytes."
25132 msgstr ""
25133
25134 #. type: =head2
25135 #: ../fish/guestfish-actions.pod:3709
25136 msgid "resize2fs-size"
25137 msgstr ""
25138
25139 #. type: verbatim
25140 #: ../fish/guestfish-actions.pod:3711
25141 #, no-wrap
25142 msgid ""
25143 " resize2fs-size device size\n"
25144 "\n"
25145 msgstr ""
25146
25147 #. type: textblock
25148 #: ../fish/guestfish-actions.pod:3713
25149 msgid ""
25150 "This command is the same as L</resize2fs> except that it allows you to "
25151 "specify the new size (in bytes) explicitly."
25152 msgstr ""
25153
25154 #. type: =head2
25155 #: ../fish/guestfish-actions.pod:3716
25156 msgid "rm"
25157 msgstr ""
25158
25159 #. type: verbatim
25160 #: ../fish/guestfish-actions.pod:3718
25161 #, no-wrap
25162 msgid ""
25163 " rm path\n"
25164 "\n"
25165 msgstr ""
25166
25167 #. type: =head2
25168 #: ../fish/guestfish-actions.pod:3722
25169 msgid "rm-rf"
25170 msgstr ""
25171
25172 #. type: verbatim
25173 #: ../fish/guestfish-actions.pod:3724
25174 #, no-wrap
25175 msgid ""
25176 " rm-rf path\n"
25177 "\n"
25178 msgstr ""
25179
25180 #. type: =head2
25181 #: ../fish/guestfish-actions.pod:3730
25182 msgid "rmdir"
25183 msgstr ""
25184
25185 #. type: verbatim
25186 #: ../fish/guestfish-actions.pod:3732
25187 #, no-wrap
25188 msgid ""
25189 " rmdir path\n"
25190 "\n"
25191 msgstr ""
25192
25193 #. type: =head2
25194 #: ../fish/guestfish-actions.pod:3736
25195 msgid "rmmountpoint"
25196 msgstr ""
25197
25198 #. type: verbatim
25199 #: ../fish/guestfish-actions.pod:3738
25200 #, no-wrap
25201 msgid ""
25202 " rmmountpoint exemptpath\n"
25203 "\n"
25204 msgstr ""
25205
25206 #. type: textblock
25207 #: ../fish/guestfish-actions.pod:3740
25208 msgid ""
25209 "This calls removes a mountpoint that was previously created with "
25210 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25211 msgstr ""
25212
25213 #. type: =head2
25214 #: ../fish/guestfish-actions.pod:3744
25215 msgid "scrub-device"
25216 msgstr ""
25217
25218 #. type: verbatim
25219 #: ../fish/guestfish-actions.pod:3746
25220 #, no-wrap
25221 msgid ""
25222 " scrub-device device\n"
25223 "\n"
25224 msgstr ""
25225
25226 #. type: =head2
25227 #: ../fish/guestfish-actions.pod:3757
25228 msgid "scrub-file"
25229 msgstr ""
25230
25231 #. type: verbatim
25232 #: ../fish/guestfish-actions.pod:3759
25233 #, no-wrap
25234 msgid ""
25235 " scrub-file file\n"
25236 "\n"
25237 msgstr ""
25238
25239 #. type: =head2
25240 #: ../fish/guestfish-actions.pod:3769
25241 msgid "scrub-freespace"
25242 msgstr ""
25243
25244 #. type: verbatim
25245 #: ../fish/guestfish-actions.pod:3771
25246 #, no-wrap
25247 msgid ""
25248 " scrub-freespace dir\n"
25249 "\n"
25250 msgstr ""
25251
25252 #. type: textblock
25253 #: ../fish/guestfish-actions.pod:3773
25254 msgid ""
25255 "This command creates the directory C<dir> and then fills it with files until "
25256 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25257 "deletes them.  The intention is to scrub any free space on the partition "
25258 "containing C<dir>."
25259 msgstr ""
25260
25261 #. type: =head2
25262 #: ../fish/guestfish-actions.pod:3782
25263 msgid "set-append"
25264 msgstr ""
25265
25266 #. type: =head2
25267 #: ../fish/guestfish-actions.pod:3784
25268 msgid "append"
25269 msgstr ""
25270
25271 #. type: verbatim
25272 #: ../fish/guestfish-actions.pod:3786
25273 #, no-wrap
25274 msgid ""
25275 " set-append append\n"
25276 "\n"
25277 msgstr ""
25278
25279 #. type: =head2
25280 #: ../fish/guestfish-actions.pod:3797
25281 msgid "set-attach-method"
25282 msgstr ""
25283
25284 #. type: =head2
25285 #: ../fish/guestfish-actions.pod:3799
25286 msgid "attach-method"
25287 msgstr ""
25288
25289 #. type: verbatim
25290 #: ../fish/guestfish-actions.pod:3801
25291 #, no-wrap
25292 msgid ""
25293 " set-attach-method attachmethod\n"
25294 "\n"
25295 msgstr ""
25296
25297 #. type: =head2
25298 #: ../fish/guestfish-actions.pod:3823
25299 msgid "set-autosync"
25300 msgstr ""
25301
25302 #. type: =head2
25303 #: ../fish/guestfish-actions.pod:3825
25304 msgid "autosync"
25305 msgstr ""
25306
25307 #. type: verbatim
25308 #: ../fish/guestfish-actions.pod:3827
25309 #, no-wrap
25310 msgid ""
25311 " set-autosync true|false\n"
25312 "\n"
25313 msgstr ""
25314
25315 #. type: =head2
25316 #: ../fish/guestfish-actions.pod:3837
25317 msgid "set-direct"
25318 msgstr ""
25319
25320 #. type: =head2
25321 #: ../fish/guestfish-actions.pod:3839
25322 msgid "direct"
25323 msgstr ""
25324
25325 #. type: verbatim
25326 #: ../fish/guestfish-actions.pod:3841
25327 #, no-wrap
25328 msgid ""
25329 " set-direct true|false\n"
25330 "\n"
25331 msgstr ""
25332
25333 #. type: textblock
25334 #: ../fish/guestfish-actions.pod:3847
25335 msgid ""
25336 "One consequence of this is that log messages aren't caught by the library "
25337 "and handled by L</set-log-message-callback>, but go straight to stdout."
25338 msgstr ""
25339
25340 #. type: =head2
25341 #: ../fish/guestfish-actions.pod:3856
25342 msgid "set-e2label"
25343 msgstr ""
25344
25345 #. type: verbatim
25346 #: ../fish/guestfish-actions.pod:3858
25347 #, no-wrap
25348 msgid ""
25349 " set-e2label device label\n"
25350 "\n"
25351 msgstr ""
25352
25353 #. type: textblock
25354 #: ../fish/guestfish-actions.pod:3864
25355 msgid ""
25356 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25357 "label on a filesystem."
25358 msgstr ""
25359
25360 #. type: =head2
25361 #: ../fish/guestfish-actions.pod:3867
25362 msgid "set-e2uuid"
25363 msgstr ""
25364
25365 #. type: verbatim
25366 #: ../fish/guestfish-actions.pod:3869
25367 #, no-wrap
25368 msgid ""
25369 " set-e2uuid device uuid\n"
25370 "\n"
25371 msgstr ""
25372
25373 #. type: textblock
25374 #: ../fish/guestfish-actions.pod:3876
25375 msgid ""
25376 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25377 "UUID of a filesystem."
25378 msgstr ""
25379
25380 #. type: =head2
25381 #: ../fish/guestfish-actions.pod:3879
25382 msgid "set-memsize"
25383 msgstr ""
25384
25385 #. type: =head2
25386 #: ../fish/guestfish-actions.pod:3881
25387 msgid "memsize"
25388 msgstr ""
25389
25390 #. type: verbatim
25391 #: ../fish/guestfish-actions.pod:3883
25392 #, no-wrap
25393 msgid ""
25394 " set-memsize memsize\n"
25395 "\n"
25396 msgstr ""
25397
25398 #. type: textblock
25399 #: ../fish/guestfish-actions.pod:3885
25400 msgid ""
25401 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25402 "This only has any effect if called before L</launch>."
25403 msgstr ""
25404
25405 #. type: =head2
25406 #: ../fish/guestfish-actions.pod:3896
25407 msgid "set-network"
25408 msgstr ""
25409
25410 #. type: =head2
25411 #: ../fish/guestfish-actions.pod:3898
25412 msgid "network"
25413 msgstr ""
25414
25415 #. type: verbatim
25416 #: ../fish/guestfish-actions.pod:3900
25417 #, no-wrap
25418 msgid ""
25419 " set-network true|false\n"
25420 "\n"
25421 msgstr ""
25422
25423 #. type: textblock
25424 #: ../fish/guestfish-actions.pod:3908
25425 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25426 msgstr ""
25427
25428 #. type: =head2
25429 #: ../fish/guestfish-actions.pod:3911
25430 msgid "set-path"
25431 msgstr ""
25432
25433 #. type: =head2
25434 #: ../fish/guestfish-actions.pod:3913
25435 msgid "path"
25436 msgstr ""
25437
25438 #. type: verbatim
25439 #: ../fish/guestfish-actions.pod:3915
25440 #, no-wrap
25441 msgid ""
25442 " set-path searchpath\n"
25443 "\n"
25444 msgstr ""
25445
25446 #. type: =head2
25447 #: ../fish/guestfish-actions.pod:3924
25448 msgid "set-qemu"
25449 msgstr ""
25450
25451 #. type: =head2
25452 #: ../fish/guestfish-actions.pod:3926
25453 msgid "qemu"
25454 msgstr ""
25455
25456 #. type: verbatim
25457 #: ../fish/guestfish-actions.pod:3928
25458 #, no-wrap
25459 msgid ""
25460 " set-qemu qemu\n"
25461 "\n"
25462 msgstr ""
25463
25464 #. type: =head2
25465 #: ../fish/guestfish-actions.pod:3948
25466 msgid "set-recovery-proc"
25467 msgstr ""
25468
25469 #. type: =head2
25470 #: ../fish/guestfish-actions.pod:3950
25471 msgid "recovery-proc"
25472 msgstr ""
25473
25474 #. type: verbatim
25475 #: ../fish/guestfish-actions.pod:3952
25476 #, no-wrap
25477 msgid ""
25478 " set-recovery-proc true|false\n"
25479 "\n"
25480 msgstr ""
25481
25482 #. type: textblock
25483 #: ../fish/guestfish-actions.pod:3954
25484 msgid ""
25485 "If this is called with the parameter C<false> then L</launch> does not "
25486 "create a recovery process.  The purpose of the recovery process is to stop "
25487 "runaway qemu processes in the case where the main program aborts abruptly."
25488 msgstr ""
25489
25490 #. type: textblock
25491 #: ../fish/guestfish-actions.pod:3959
25492 msgid ""
25493 "This only has any effect if called before L</launch>, and the default is "
25494 "true."
25495 msgstr ""
25496
25497 #. type: =head2
25498 #: ../fish/guestfish-actions.pod:3968
25499 msgid "set-selinux"
25500 msgstr ""
25501
25502 #. type: =head2
25503 #: ../fish/guestfish-actions.pod:3970
25504 msgid "selinux"
25505 msgstr ""
25506
25507 #. type: verbatim
25508 #: ../fish/guestfish-actions.pod:3972
25509 #, no-wrap
25510 msgid ""
25511 " set-selinux true|false\n"
25512 "\n"
25513 msgstr ""
25514
25515 #. type: =head2
25516 #: ../fish/guestfish-actions.pod:3983
25517 msgid "set-trace"
25518 msgstr ""
25519
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:3985
25522 msgid "trace"
25523 msgstr ""
25524
25525 #. type: verbatim
25526 #: ../fish/guestfish-actions.pod:3987
25527 #, no-wrap
25528 msgid ""
25529 " set-trace true|false\n"
25530 "\n"
25531 msgstr ""
25532
25533 #. type: textblock
25534 #: ../fish/guestfish-actions.pod:3999
25535 msgid ""
25536 "Trace messages are normally sent to C<stderr>, unless you register a "
25537 "callback to send them somewhere else (see L</set-event-callback>)."
25538 msgstr ""
25539
25540 #. type: =head2
25541 #: ../fish/guestfish-actions.pod:4003
25542 msgid "set-verbose"
25543 msgstr ""
25544
25545 #. type: =head2
25546 #: ../fish/guestfish-actions.pod:4005
25547 msgid "verbose"
25548 msgstr ""
25549
25550 #. type: verbatim
25551 #: ../fish/guestfish-actions.pod:4007
25552 #, no-wrap
25553 msgid ""
25554 " set-verbose true|false\n"
25555 "\n"
25556 msgstr ""
25557
25558 #. type: textblock
25559 #: ../fish/guestfish-actions.pod:4014
25560 msgid ""
25561 "Verbose messages are normally sent to C<stderr>, unless you register a "
25562 "callback to send them somewhere else (see L</set-event-callback>)."
25563 msgstr ""
25564
25565 #. type: =head2
25566 #: ../fish/guestfish-actions.pod:4018
25567 msgid "setcon"
25568 msgstr ""
25569
25570 #. type: verbatim
25571 #: ../fish/guestfish-actions.pod:4020
25572 #, no-wrap
25573 msgid ""
25574 " setcon context\n"
25575 "\n"
25576 msgstr ""
25577
25578 #. type: =head2
25579 #: ../fish/guestfish-actions.pod:4027
25580 msgid "setxattr"
25581 msgstr ""
25582
25583 #. type: verbatim
25584 #: ../fish/guestfish-actions.pod:4029
25585 #, no-wrap
25586 msgid ""
25587 " setxattr xattr val vallen path\n"
25588 "\n"
25589 msgstr ""
25590
25591 #. type: textblock
25592 #: ../fish/guestfish-actions.pod:4035
25593 msgid "See also: L</lsetxattr>, L<attr(5)>."
25594 msgstr ""
25595
25596 #. type: =head2
25597 #: ../fish/guestfish-actions.pod:4037
25598 msgid "sfdisk"
25599 msgstr ""
25600
25601 #. type: verbatim
25602 #: ../fish/guestfish-actions.pod:4039
25603 #, no-wrap
25604 msgid ""
25605 " sfdisk device cyls heads sectors 'lines ...'\n"
25606 "\n"
25607 msgstr ""
25608
25609 #. type: textblock
25610 #: ../fish/guestfish-actions.pod:4061
25611 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25612 msgstr ""
25613
25614 #. type: =head2
25615 #: ../fish/guestfish-actions.pod:4067
25616 msgid "sfdiskM"
25617 msgstr ""
25618
25619 #. type: verbatim
25620 #: ../fish/guestfish-actions.pod:4069
25621 #, no-wrap
25622 msgid ""
25623 " sfdiskM device 'lines ...'\n"
25624 "\n"
25625 msgstr ""
25626
25627 #. type: textblock
25628 #: ../fish/guestfish-actions.pod:4071
25629 msgid ""
25630 "This is a simplified interface to the L</sfdisk> command, where partition "
25631 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25632 "you don't need to specify the cyls, heads and sectors parameters which were "
25633 "rarely if ever used anyway."
25634 msgstr ""
25635
25636 #. type: textblock
25637 #: ../fish/guestfish-actions.pod:4077
25638 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25639 msgstr ""
25640
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:4083
25643 msgid "sfdisk-N"
25644 msgstr ""
25645
25646 #. type: verbatim
25647 #: ../fish/guestfish-actions.pod:4085
25648 #, no-wrap
25649 msgid ""
25650 " sfdisk-N device partnum cyls heads sectors line\n"
25651 "\n"
25652 msgstr ""
25653
25654 #. type: textblock
25655 #: ../fish/guestfish-actions.pod:4090
25656 msgid ""
25657 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25658 "cyls/heads/sectors parameters."
25659 msgstr ""
25660
25661 #. type: textblock
25662 #: ../fish/guestfish-actions.pod:4093
25663 msgid "See also: L</part-add>"
25664 msgstr ""
25665
25666 #. type: =head2
25667 #: ../fish/guestfish-actions.pod:4098
25668 msgid "sfdisk-disk-geometry"
25669 msgstr ""
25670
25671 #. type: verbatim
25672 #: ../fish/guestfish-actions.pod:4100
25673 #, no-wrap
25674 msgid ""
25675 " sfdisk-disk-geometry device\n"
25676 "\n"
25677 msgstr ""
25678
25679 #. type: textblock
25680 #: ../fish/guestfish-actions.pod:4102
25681 msgid ""
25682 "This displays the disk geometry of C<device> read from the partition table.  "
25683 "Especially in the case where the underlying block device has been resized, "
25684 "this can be different from the kernel's idea of the geometry (see "
25685 "L</sfdisk-kernel-geometry>)."
25686 msgstr ""
25687
25688 #. type: =head2
25689 #: ../fish/guestfish-actions.pod:4110
25690 msgid "sfdisk-kernel-geometry"
25691 msgstr ""
25692
25693 #. type: verbatim
25694 #: ../fish/guestfish-actions.pod:4112
25695 #, no-wrap
25696 msgid ""
25697 " sfdisk-kernel-geometry device\n"
25698 "\n"
25699 msgstr ""
25700
25701 #. type: =head2
25702 #: ../fish/guestfish-actions.pod:4119
25703 msgid "sfdisk-l"
25704 msgstr ""
25705
25706 #. type: verbatim
25707 #: ../fish/guestfish-actions.pod:4121
25708 #, no-wrap
25709 msgid ""
25710 " sfdisk-l device\n"
25711 "\n"
25712 msgstr ""
25713
25714 #. type: textblock
25715 #: ../fish/guestfish-actions.pod:4127
25716 msgid "See also: L</part-list>"
25717 msgstr ""
25718
25719 #. type: =head2
25720 #: ../fish/guestfish-actions.pod:4129
25721 msgid "sh"
25722 msgstr ""
25723
25724 #. type: verbatim
25725 #: ../fish/guestfish-actions.pod:4131
25726 #, no-wrap
25727 msgid ""
25728 " sh command\n"
25729 "\n"
25730 msgstr ""
25731
25732 #. type: textblock
25733 #: ../fish/guestfish-actions.pod:4136
25734 msgid "This is like L</command>, but passes the command to:"
25735 msgstr ""
25736
25737 #. type: textblock
25738 #: ../fish/guestfish-actions.pod:4144
25739 msgid "All the provisos about L</command> apply to this call."
25740 msgstr ""
25741
25742 #. type: =head2
25743 #: ../fish/guestfish-actions.pod:4146
25744 msgid "sh-lines"
25745 msgstr ""
25746
25747 #. type: verbatim
25748 #: ../fish/guestfish-actions.pod:4148
25749 #, no-wrap
25750 msgid ""
25751 " sh-lines command\n"
25752 "\n"
25753 msgstr ""
25754
25755 #. type: textblock
25756 #: ../fish/guestfish-actions.pod:4150
25757 msgid "This is the same as L</sh>, but splits the result into a list of lines."
25758 msgstr ""
25759
25760 #. type: textblock
25761 #: ../fish/guestfish-actions.pod:4153
25762 msgid "See also: L</command-lines>"
25763 msgstr ""
25764
25765 #. type: =head2
25766 #: ../fish/guestfish-actions.pod:4155
25767 msgid "sleep"
25768 msgstr ""
25769
25770 #. type: verbatim
25771 #: ../fish/guestfish-actions.pod:4157
25772 #, no-wrap
25773 msgid ""
25774 " sleep secs\n"
25775 "\n"
25776 msgstr ""
25777
25778 #. type: =head2
25779 #: ../fish/guestfish-actions.pod:4161
25780 msgid "stat"
25781 msgstr ""
25782
25783 #. type: verbatim
25784 #: ../fish/guestfish-actions.pod:4163
25785 #, no-wrap
25786 msgid ""
25787 " stat path\n"
25788 "\n"
25789 msgstr ""
25790
25791 #. type: =head2
25792 #: ../fish/guestfish-actions.pod:4169
25793 msgid "statvfs"
25794 msgstr ""
25795
25796 #. type: verbatim
25797 #: ../fish/guestfish-actions.pod:4171
25798 #, no-wrap
25799 msgid ""
25800 " statvfs path\n"
25801 "\n"
25802 msgstr ""
25803
25804 #. type: =head2
25805 #: ../fish/guestfish-actions.pod:4179
25806 msgid "strings"
25807 msgstr ""
25808
25809 #. type: verbatim
25810 #: ../fish/guestfish-actions.pod:4181
25811 #, no-wrap
25812 msgid ""
25813 " strings path\n"
25814 "\n"
25815 msgstr ""
25816
25817 #. type: =head2
25818 #: ../fish/guestfish-actions.pod:4189
25819 msgid "strings-e"
25820 msgstr ""
25821
25822 #. type: verbatim
25823 #: ../fish/guestfish-actions.pod:4191
25824 #, no-wrap
25825 msgid ""
25826 " strings-e encoding path\n"
25827 "\n"
25828 msgstr ""
25829
25830 #. type: textblock
25831 #: ../fish/guestfish-actions.pod:4193
25832 msgid ""
25833 "This is like the L</strings> command, but allows you to specify the encoding "
25834 "of strings that are looked for in the source file C<path>."
25835 msgstr ""
25836
25837 #. type: textblock
25838 #: ../fish/guestfish-actions.pod:4203
25839 msgid ""
25840 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
25841 "ISO-8859-X (this is what L</strings> uses)."
25842 msgstr ""
25843
25844 #. type: =head2
25845 #: ../fish/guestfish-actions.pod:4235
25846 msgid "swapoff-device"
25847 msgstr ""
25848
25849 #. type: verbatim
25850 #: ../fish/guestfish-actions.pod:4237
25851 #, no-wrap
25852 msgid ""
25853 " swapoff-device device\n"
25854 "\n"
25855 msgstr ""
25856
25857 #. type: textblock
25858 #: ../fish/guestfish-actions.pod:4239
25859 msgid ""
25860 "This command disables the libguestfs appliance swap device or partition "
25861 "named C<device>.  See L</swapon-device>."
25862 msgstr ""
25863
25864 #. type: =head2
25865 #: ../fish/guestfish-actions.pod:4243
25866 msgid "swapoff-file"
25867 msgstr ""
25868
25869 #. type: verbatim
25870 #: ../fish/guestfish-actions.pod:4245
25871 #, no-wrap
25872 msgid ""
25873 " swapoff-file file\n"
25874 "\n"
25875 msgstr ""
25876
25877 #. type: =head2
25878 #: ../fish/guestfish-actions.pod:4249
25879 msgid "swapoff-label"
25880 msgstr ""
25881
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:4251
25884 #, no-wrap
25885 msgid ""
25886 " swapoff-label label\n"
25887 "\n"
25888 msgstr ""
25889
25890 #. type: =head2
25891 #: ../fish/guestfish-actions.pod:4256
25892 msgid "swapoff-uuid"
25893 msgstr ""
25894
25895 #. type: verbatim
25896 #: ../fish/guestfish-actions.pod:4258
25897 #, no-wrap
25898 msgid ""
25899 " swapoff-uuid uuid\n"
25900 "\n"
25901 msgstr ""
25902
25903 #. type: =head2
25904 #: ../fish/guestfish-actions.pod:4263
25905 msgid "swapon-device"
25906 msgstr ""
25907
25908 #. type: verbatim
25909 #: ../fish/guestfish-actions.pod:4265
25910 #, no-wrap
25911 msgid ""
25912 " swapon-device device\n"
25913 "\n"
25914 msgstr ""
25915
25916 #. type: textblock
25917 #: ../fish/guestfish-actions.pod:4267
25918 msgid ""
25919 "This command enables the libguestfs appliance to use the swap device or "
25920 "partition named C<device>.  The increased memory is made available for all "
25921 "commands, for example those run using L</command> or L</sh>."
25922 msgstr ""
25923
25924 #. type: =head2
25925 #: ../fish/guestfish-actions.pod:4279
25926 msgid "swapon-file"
25927 msgstr ""
25928
25929 #. type: verbatim
25930 #: ../fish/guestfish-actions.pod:4281
25931 #, no-wrap
25932 msgid ""
25933 " swapon-file file\n"
25934 "\n"
25935 msgstr ""
25936
25937 #. type: textblock
25938 #: ../fish/guestfish-actions.pod:4283
25939 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
25940 msgstr ""
25941
25942 #. type: =head2
25943 #: ../fish/guestfish-actions.pod:4286
25944 msgid "swapon-label"
25945 msgstr ""
25946
25947 #. type: verbatim
25948 #: ../fish/guestfish-actions.pod:4288
25949 #, no-wrap
25950 msgid ""
25951 " swapon-label label\n"
25952 "\n"
25953 msgstr ""
25954
25955 #. type: textblock
25956 #: ../fish/guestfish-actions.pod:4290
25957 msgid ""
25958 "This command enables swap to a labeled swap partition.  See "
25959 "L</swapon-device> for other notes."
25960 msgstr ""
25961
25962 #. type: =head2
25963 #: ../fish/guestfish-actions.pod:4293
25964 msgid "swapon-uuid"
25965 msgstr ""
25966
25967 #. type: verbatim
25968 #: ../fish/guestfish-actions.pod:4295
25969 #, no-wrap
25970 msgid ""
25971 " swapon-uuid uuid\n"
25972 "\n"
25973 msgstr ""
25974
25975 #. type: textblock
25976 #: ../fish/guestfish-actions.pod:4297
25977 msgid ""
25978 "This command enables swap to a swap partition with the given UUID.  See "
25979 "L</swapon-device> for other notes."
25980 msgstr ""
25981
25982 #. type: =head2
25983 #: ../fish/guestfish-actions.pod:4300
25984 msgid "sync"
25985 msgstr ""
25986
25987 #. type: verbatim
25988 #: ../fish/guestfish-actions.pod:4302
25989 #, no-wrap
25990 msgid ""
25991 " sync\n"
25992 "\n"
25993 msgstr ""
25994
25995 #. type: =head2
25996 #: ../fish/guestfish-actions.pod:4310
25997 msgid "tail"
25998 msgstr ""
25999
26000 #. type: verbatim
26001 #: ../fish/guestfish-actions.pod:4312
26002 #, no-wrap
26003 msgid ""
26004 " tail path\n"
26005 "\n"
26006 msgstr ""
26007
26008 #. type: =head2
26009 #: ../fish/guestfish-actions.pod:4320
26010 msgid "tail-n"
26011 msgstr ""
26012
26013 #. type: verbatim
26014 #: ../fish/guestfish-actions.pod:4322
26015 #, no-wrap
26016 msgid ""
26017 " tail-n nrlines path\n"
26018 "\n"
26019 msgstr ""
26020
26021 #. type: =head2
26022 #: ../fish/guestfish-actions.pod:4335
26023 msgid "tar-in"
26024 msgstr ""
26025
26026 #. type: verbatim
26027 #: ../fish/guestfish-actions.pod:4337
26028 #, no-wrap
26029 msgid ""
26030 " tar-in (tarfile|-) directory\n"
26031 "\n"
26032 msgstr ""
26033
26034 #. type: textblock
26035 #: ../fish/guestfish-actions.pod:4342
26036 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26037 msgstr ""
26038
26039 #. type: =head2
26040 #: ../fish/guestfish-actions.pod:4347
26041 msgid "tar-out"
26042 msgstr ""
26043
26044 #. type: verbatim
26045 #: ../fish/guestfish-actions.pod:4349
26046 #, no-wrap
26047 msgid ""
26048 " tar-out directory (tarfile|-)\n"
26049 "\n"
26050 msgstr ""
26051
26052 #. type: textblock
26053 #: ../fish/guestfish-actions.pod:4354
26054 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26055 msgstr ""
26056
26057 #. type: =head2
26058 #: ../fish/guestfish-actions.pod:4359
26059 msgid "tgz-in"
26060 msgstr ""
26061
26062 #. type: verbatim
26063 #: ../fish/guestfish-actions.pod:4361
26064 #, no-wrap
26065 msgid ""
26066 " tgz-in (tarball|-) directory\n"
26067 "\n"
26068 msgstr ""
26069
26070 #. type: textblock
26071 #: ../fish/guestfish-actions.pod:4366
26072 msgid "To upload an uncompressed tarball, use L</tar-in>."
26073 msgstr ""
26074
26075 #. type: =head2
26076 #: ../fish/guestfish-actions.pod:4370
26077 msgid "tgz-out"
26078 msgstr ""
26079
26080 #. type: verbatim
26081 #: ../fish/guestfish-actions.pod:4372
26082 #, no-wrap
26083 msgid ""
26084 " tgz-out directory (tarball|-)\n"
26085 "\n"
26086 msgstr ""
26087
26088 #. type: textblock
26089 #: ../fish/guestfish-actions.pod:4377
26090 msgid "To download an uncompressed tarball, use L</tar-out>."
26091 msgstr ""
26092
26093 #. type: =head2
26094 #: ../fish/guestfish-actions.pod:4381
26095 msgid "touch"
26096 msgstr ""
26097
26098 #. type: verbatim
26099 #: ../fish/guestfish-actions.pod:4383
26100 #, no-wrap
26101 msgid ""
26102 " touch path\n"
26103 "\n"
26104 msgstr ""
26105
26106 #. type: =head2
26107 #: ../fish/guestfish-actions.pod:4392
26108 msgid "truncate"
26109 msgstr ""
26110
26111 #. type: verbatim
26112 #: ../fish/guestfish-actions.pod:4394
26113 #, no-wrap
26114 msgid ""
26115 " truncate path\n"
26116 "\n"
26117 msgstr ""
26118
26119 #. type: =head2
26120 #: ../fish/guestfish-actions.pod:4399
26121 msgid "truncate-size"
26122 msgstr ""
26123
26124 #. type: verbatim
26125 #: ../fish/guestfish-actions.pod:4401
26126 #, no-wrap
26127 msgid ""
26128 " truncate-size path size\n"
26129 "\n"
26130 msgstr ""
26131
26132 #. type: textblock
26133 #: ../fish/guestfish-actions.pod:4406
26134 msgid ""
26135 "If the current file size is less than C<size> then the file is extended to "
26136 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26137 "blocks are not allocated for the file until you write to it).  To create a "
26138 "non-sparse file of zeroes, use L</fallocate64> instead."
26139 msgstr ""
26140
26141 #. type: =head2
26142 #: ../fish/guestfish-actions.pod:4412
26143 msgid "tune2fs-l"
26144 msgstr ""
26145
26146 #. type: verbatim
26147 #: ../fish/guestfish-actions.pod:4414
26148 #, no-wrap
26149 msgid ""
26150 " tune2fs-l device\n"
26151 "\n"
26152 msgstr ""
26153
26154 #. type: =head2
26155 #: ../fish/guestfish-actions.pod:4424
26156 msgid "txz-in"
26157 msgstr ""
26158
26159 #. type: verbatim
26160 #: ../fish/guestfish-actions.pod:4426
26161 #, no-wrap
26162 msgid ""
26163 " txz-in (tarball|-) directory\n"
26164 "\n"
26165 msgstr ""
26166
26167 #. type: =head2
26168 #: ../fish/guestfish-actions.pod:4433
26169 msgid "txz-out"
26170 msgstr ""
26171
26172 #. type: verbatim
26173 #: ../fish/guestfish-actions.pod:4435
26174 #, no-wrap
26175 msgid ""
26176 " txz-out directory (tarball|-)\n"
26177 "\n"
26178 msgstr ""
26179
26180 #. type: =head2
26181 #: ../fish/guestfish-actions.pod:4442
26182 msgid "umask"
26183 msgstr ""
26184
26185 #. type: verbatim
26186 #: ../fish/guestfish-actions.pod:4444
26187 #, no-wrap
26188 msgid ""
26189 " umask mask\n"
26190 "\n"
26191 msgstr ""
26192
26193 #. type: textblock
26194 #: ../fish/guestfish-actions.pod:4458
26195 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26196 msgstr ""
26197
26198 #. type: =head2
26199 #: ../fish/guestfish-actions.pod:4463
26200 msgid "umount"
26201 msgstr ""
26202
26203 #. type: =head2
26204 #: ../fish/guestfish-actions.pod:4465
26205 msgid "unmount"
26206 msgstr ""
26207
26208 #. type: verbatim
26209 #: ../fish/guestfish-actions.pod:4467
26210 #, no-wrap
26211 msgid ""
26212 " umount pathordevice\n"
26213 "\n"
26214 msgstr ""
26215
26216 #. type: =head2
26217 #: ../fish/guestfish-actions.pod:4473
26218 msgid "umount-all"
26219 msgstr ""
26220
26221 #. type: =head2
26222 #: ../fish/guestfish-actions.pod:4475
26223 msgid "unmount-all"
26224 msgstr ""
26225
26226 #. type: verbatim
26227 #: ../fish/guestfish-actions.pod:4477
26228 #, no-wrap
26229 msgid ""
26230 " umount-all\n"
26231 "\n"
26232 msgstr ""
26233
26234 #. type: =head2
26235 #: ../fish/guestfish-actions.pod:4483
26236 msgid "upload"
26237 msgstr ""
26238
26239 #. type: verbatim
26240 #: ../fish/guestfish-actions.pod:4485
26241 #, no-wrap
26242 msgid ""
26243 " upload (filename|-) remotefilename\n"
26244 "\n"
26245 msgstr ""
26246
26247 #. type: textblock
26248 #: ../fish/guestfish-actions.pod:4492
26249 msgid "See also L</download>."
26250 msgstr ""
26251
26252 #. type: =head2
26253 #: ../fish/guestfish-actions.pod:4496
26254 msgid "upload-offset"
26255 msgstr ""
26256
26257 #. type: verbatim
26258 #: ../fish/guestfish-actions.pod:4498
26259 #, no-wrap
26260 msgid ""
26261 " upload-offset (filename|-) remotefilename offset\n"
26262 "\n"
26263 msgstr ""
26264
26265 #. type: textblock
26266 #: ../fish/guestfish-actions.pod:4510
26267 msgid ""
26268 "Note that there is no limit on the amount of data that can be uploaded with "
26269 "this call, unlike with L</pwrite>, and this call always writes the full "
26270 "amount unless an error occurs."
26271 msgstr ""
26272
26273 #. type: textblock
26274 #: ../fish/guestfish-actions.pod:4515
26275 msgid "See also L</upload>, L</pwrite>."
26276 msgstr ""
26277
26278 #. type: =head2
26279 #: ../fish/guestfish-actions.pod:4519
26280 msgid "utimens"
26281 msgstr ""
26282
26283 #. type: verbatim
26284 #: ../fish/guestfish-actions.pod:4521
26285 #, no-wrap
26286 msgid ""
26287 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26288 "\n"
26289 msgstr ""
26290
26291 #. type: =head2
26292 #: ../fish/guestfish-actions.pod:4540
26293 msgid "version"
26294 msgstr ""
26295
26296 #. type: verbatim
26297 #: ../fish/guestfish-actions.pod:4542
26298 #, no-wrap
26299 msgid ""
26300 " version\n"
26301 "\n"
26302 msgstr ""
26303
26304 #. type: textblock
26305 #: ../fish/guestfish-actions.pod:4569
26306 msgid ""
26307 "I<Note:> Don't use this call to test for availability of features.  In "
26308 "enterprise distributions we backport features from later versions into "
26309 "earlier versions, making this an unreliable way to test for features.  Use "
26310 "L</available> instead."
26311 msgstr ""
26312
26313 #. type: =head2
26314 #: ../fish/guestfish-actions.pod:4575
26315 msgid "vfs-label"
26316 msgstr ""
26317
26318 #. type: verbatim
26319 #: ../fish/guestfish-actions.pod:4577
26320 #, no-wrap
26321 msgid ""
26322 " vfs-label device\n"
26323 "\n"
26324 msgstr ""
26325
26326 #. type: textblock
26327 #: ../fish/guestfish-actions.pod:4584
26328 msgid "To find a filesystem from the label, use L</findfs-label>."
26329 msgstr ""
26330
26331 #. type: =head2
26332 #: ../fish/guestfish-actions.pod:4586
26333 msgid "vfs-type"
26334 msgstr ""
26335
26336 #. type: verbatim
26337 #: ../fish/guestfish-actions.pod:4588
26338 #, no-wrap
26339 msgid ""
26340 " vfs-type device\n"
26341 "\n"
26342 msgstr ""
26343
26344 #. type: =head2
26345 #: ../fish/guestfish-actions.pod:4598
26346 msgid "vfs-uuid"
26347 msgstr ""
26348
26349 #. type: verbatim
26350 #: ../fish/guestfish-actions.pod:4600
26351 #, no-wrap
26352 msgid ""
26353 " vfs-uuid device\n"
26354 "\n"
26355 msgstr ""
26356
26357 #. type: textblock
26358 #: ../fish/guestfish-actions.pod:4607
26359 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26360 msgstr ""
26361
26362 #. type: =head2
26363 #: ../fish/guestfish-actions.pod:4609
26364 msgid "vg-activate"
26365 msgstr ""
26366
26367 #. type: verbatim
26368 #: ../fish/guestfish-actions.pod:4611
26369 #, no-wrap
26370 msgid ""
26371 " vg-activate true|false 'volgroups ...'\n"
26372 "\n"
26373 msgstr ""
26374
26375 #. type: =head2
26376 #: ../fish/guestfish-actions.pod:4624
26377 msgid "vg-activate-all"
26378 msgstr ""
26379
26380 #. type: verbatim
26381 #: ../fish/guestfish-actions.pod:4626
26382 #, no-wrap
26383 msgid ""
26384 " vg-activate-all true|false\n"
26385 "\n"
26386 msgstr ""
26387
26388 #. type: =head2
26389 #: ../fish/guestfish-actions.pod:4636
26390 msgid "vgcreate"
26391 msgstr ""
26392
26393 #. type: verbatim
26394 #: ../fish/guestfish-actions.pod:4638
26395 #, no-wrap
26396 msgid ""
26397 " vgcreate volgroup 'physvols ...'\n"
26398 "\n"
26399 msgstr ""
26400
26401 #. type: =head2
26402 #: ../fish/guestfish-actions.pod:4643
26403 msgid "vglvuuids"
26404 msgstr ""
26405
26406 #. type: verbatim
26407 #: ../fish/guestfish-actions.pod:4645
26408 #, no-wrap
26409 msgid ""
26410 " vglvuuids vgname\n"
26411 "\n"
26412 msgstr ""
26413
26414 #. type: textblock
26415 #: ../fish/guestfish-actions.pod:4650
26416 msgid ""
26417 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26418 "logical volumes and volume groups."
26419 msgstr ""
26420
26421 #. type: textblock
26422 #: ../fish/guestfish-actions.pod:4653
26423 msgid "See also L</vgpvuuids>."
26424 msgstr ""
26425
26426 #. type: =head2
26427 #: ../fish/guestfish-actions.pod:4655
26428 msgid "vgpvuuids"
26429 msgstr ""
26430
26431 #. type: verbatim
26432 #: ../fish/guestfish-actions.pod:4657
26433 #, no-wrap
26434 msgid ""
26435 " vgpvuuids vgname\n"
26436 "\n"
26437 msgstr ""
26438
26439 #. type: textblock
26440 #: ../fish/guestfish-actions.pod:4662
26441 msgid ""
26442 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26443 "physical volumes and volume groups."
26444 msgstr ""
26445
26446 #. type: textblock
26447 #: ../fish/guestfish-actions.pod:4665
26448 msgid "See also L</vglvuuids>."
26449 msgstr ""
26450
26451 #. type: =head2
26452 #: ../fish/guestfish-actions.pod:4667
26453 msgid "vgremove"
26454 msgstr ""
26455
26456 #. type: verbatim
26457 #: ../fish/guestfish-actions.pod:4669
26458 #, no-wrap
26459 msgid ""
26460 " vgremove vgname\n"
26461 "\n"
26462 msgstr ""
26463
26464 #. type: =head2
26465 #: ../fish/guestfish-actions.pod:4676
26466 msgid "vgrename"
26467 msgstr ""
26468
26469 #. type: verbatim
26470 #: ../fish/guestfish-actions.pod:4678
26471 #, no-wrap
26472 msgid ""
26473 " vgrename volgroup newvolgroup\n"
26474 "\n"
26475 msgstr ""
26476
26477 #. type: =head2
26478 #: ../fish/guestfish-actions.pod:4682
26479 msgid "vgs"
26480 msgstr ""
26481
26482 #. type: verbatim
26483 #: ../fish/guestfish-actions.pod:4684
26484 #, no-wrap
26485 msgid ""
26486 " vgs\n"
26487 "\n"
26488 msgstr ""
26489
26490 #. type: textblock
26491 #: ../fish/guestfish-actions.pod:4692
26492 msgid "See also L</vgs-full>."
26493 msgstr ""
26494
26495 #. type: =head2
26496 #: ../fish/guestfish-actions.pod:4694
26497 msgid "vgs-full"
26498 msgstr ""
26499
26500 #. type: verbatim
26501 #: ../fish/guestfish-actions.pod:4696
26502 #, no-wrap
26503 msgid ""
26504 " vgs-full\n"
26505 "\n"
26506 msgstr ""
26507
26508 #. type: =head2
26509 #: ../fish/guestfish-actions.pod:4701
26510 msgid "vgscan"
26511 msgstr ""
26512
26513 #. type: verbatim
26514 #: ../fish/guestfish-actions.pod:4703
26515 #, no-wrap
26516 msgid ""
26517 " vgscan\n"
26518 "\n"
26519 msgstr ""
26520
26521 #. type: =head2
26522 #: ../fish/guestfish-actions.pod:4708
26523 msgid "vguuid"
26524 msgstr ""
26525
26526 #. type: verbatim
26527 #: ../fish/guestfish-actions.pod:4710
26528 #, no-wrap
26529 msgid ""
26530 " vguuid vgname\n"
26531 "\n"
26532 msgstr ""
26533
26534 #. type: =head2
26535 #: ../fish/guestfish-actions.pod:4714
26536 msgid "wc-c"
26537 msgstr ""
26538
26539 #. type: verbatim
26540 #: ../fish/guestfish-actions.pod:4716
26541 #, no-wrap
26542 msgid ""
26543 " wc-c path\n"
26544 "\n"
26545 msgstr ""
26546
26547 #. type: =head2
26548 #: ../fish/guestfish-actions.pod:4721
26549 msgid "wc-l"
26550 msgstr ""
26551
26552 #. type: verbatim
26553 #: ../fish/guestfish-actions.pod:4723
26554 #, no-wrap
26555 msgid ""
26556 " wc-l path\n"
26557 "\n"
26558 msgstr ""
26559
26560 #. type: =head2
26561 #: ../fish/guestfish-actions.pod:4728
26562 msgid "wc-w"
26563 msgstr ""
26564
26565 #. type: verbatim
26566 #: ../fish/guestfish-actions.pod:4730
26567 #, no-wrap
26568 msgid ""
26569 " wc-w path\n"
26570 "\n"
26571 msgstr ""
26572
26573 #. type: =head2
26574 #: ../fish/guestfish-actions.pod:4735
26575 msgid "write"
26576 msgstr ""
26577
26578 #. type: verbatim
26579 #: ../fish/guestfish-actions.pod:4737
26580 #, no-wrap
26581 msgid ""
26582 " write path content\n"
26583 "\n"
26584 msgstr ""
26585
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:4745
26588 msgid "write-file"
26589 msgstr ""
26590
26591 #. type: verbatim
26592 #: ../fish/guestfish-actions.pod:4747
26593 #, no-wrap
26594 msgid ""
26595 " write-file path content size\n"
26596 "\n"
26597 msgstr ""
26598
26599 #. type: =head2
26600 #: ../fish/guestfish-actions.pod:4770
26601 msgid "zegrep"
26602 msgstr ""
26603
26604 #. type: verbatim
26605 #: ../fish/guestfish-actions.pod:4772
26606 #, no-wrap
26607 msgid ""
26608 " zegrep regex path\n"
26609 "\n"
26610 msgstr ""
26611
26612 #. type: =head2
26613 #: ../fish/guestfish-actions.pod:4780
26614 msgid "zegrepi"
26615 msgstr ""
26616
26617 #. type: verbatim
26618 #: ../fish/guestfish-actions.pod:4782
26619 #, no-wrap
26620 msgid ""
26621 " zegrepi regex path\n"
26622 "\n"
26623 msgstr ""
26624
26625 #. type: =head2
26626 #: ../fish/guestfish-actions.pod:4790
26627 msgid "zero"
26628 msgstr ""
26629
26630 #. type: verbatim
26631 #: ../fish/guestfish-actions.pod:4792
26632 #, no-wrap
26633 msgid ""
26634 " zero device\n"
26635 "\n"
26636 msgstr ""
26637
26638 #. type: textblock
26639 #: ../fish/guestfish-actions.pod:4800
26640 msgid "See also: L</zero-device>, L</scrub-device>."
26641 msgstr ""
26642
26643 #. type: =head2
26644 #: ../fish/guestfish-actions.pod:4802
26645 msgid "zero-device"
26646 msgstr ""
26647
26648 #. type: verbatim
26649 #: ../fish/guestfish-actions.pod:4804
26650 #, no-wrap
26651 msgid ""
26652 " zero-device device\n"
26653 "\n"
26654 msgstr ""
26655
26656 #. type: textblock
26657 #: ../fish/guestfish-actions.pod:4806
26658 msgid ""
26659 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26660 "which just zeroes the first few blocks of a device."
26661 msgstr ""
26662
26663 #. type: =head2
26664 #: ../fish/guestfish-actions.pod:4813
26665 msgid "zerofree"
26666 msgstr ""
26667
26668 #. type: verbatim
26669 #: ../fish/guestfish-actions.pod:4815
26670 #, no-wrap
26671 msgid ""
26672 " zerofree device\n"
26673 "\n"
26674 msgstr ""
26675
26676 #. type: =head2
26677 #: ../fish/guestfish-actions.pod:4828
26678 msgid "zfgrep"
26679 msgstr ""
26680
26681 #. type: verbatim
26682 #: ../fish/guestfish-actions.pod:4830
26683 #, no-wrap
26684 msgid ""
26685 " zfgrep pattern path\n"
26686 "\n"
26687 msgstr ""
26688
26689 #. type: =head2
26690 #: ../fish/guestfish-actions.pod:4838
26691 msgid "zfgrepi"
26692 msgstr ""
26693
26694 #. type: verbatim
26695 #: ../fish/guestfish-actions.pod:4840
26696 #, no-wrap
26697 msgid ""
26698 " zfgrepi pattern path\n"
26699 "\n"
26700 msgstr ""
26701
26702 #. type: =head2
26703 #: ../fish/guestfish-actions.pod:4848
26704 msgid "zfile"
26705 msgstr ""
26706
26707 #. type: verbatim
26708 #: ../fish/guestfish-actions.pod:4850
26709 #, no-wrap
26710 msgid ""
26711 " zfile meth path\n"
26712 "\n"
26713 msgstr ""
26714
26715 #. type: textblock
26716 #: ../fish/guestfish-actions.pod:4857
26717 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
26718 msgstr ""
26719
26720 #. type: =head2
26721 #: ../fish/guestfish-actions.pod:4867
26722 msgid "zgrep"
26723 msgstr ""
26724
26725 #. type: verbatim
26726 #: ../fish/guestfish-actions.pod:4869
26727 #, no-wrap
26728 msgid ""
26729 " zgrep regex path\n"
26730 "\n"
26731 msgstr ""
26732
26733 #. type: =head2
26734 #: ../fish/guestfish-actions.pod:4877
26735 msgid "zgrepi"
26736 msgstr ""
26737
26738 #. type: verbatim
26739 #: ../fish/guestfish-actions.pod:4879
26740 #, no-wrap
26741 msgid ""
26742 " zgrepi regex path\n"
26743 "\n"
26744 msgstr ""
26745
26746 #. type: =head2
26747 #: ../fish/guestfish-commands.pod:1
26748 msgid "alloc"
26749 msgstr ""
26750
26751 #. type: =head2
26752 #: ../fish/guestfish-commands.pod:3
26753 msgid "allocate"
26754 msgstr ""
26755
26756 #. type: verbatim
26757 #: ../fish/guestfish-commands.pod:5
26758 #, no-wrap
26759 msgid ""
26760 " alloc filename size\n"
26761 "\n"
26762 msgstr ""
26763
26764 #. type: textblock
26765 #: ../fish/guestfish-commands.pod:7
26766 msgid ""
26767 "This creates an empty (zeroed) file of the given size, and then adds so it "
26768 "can be further examined."
26769 msgstr ""
26770
26771 #. type: textblock
26772 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
26773 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
26774 msgstr ""
26775
26776 #. type: textblock
26777 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
26778 msgid "Size can be specified using standard suffixes, eg. C<1M>."
26779 msgstr ""
26780
26781 #. type: textblock
26782 #: ../fish/guestfish-commands.pod:14
26783 msgid ""
26784 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
26785 "image, see L</PREPARED DISK IMAGES>."
26786 msgstr ""
26787
26788 #. type: =head2
26789 #: ../fish/guestfish-commands.pod:17
26790 msgid "copy-in"
26791 msgstr ""
26792
26793 #. type: verbatim
26794 #: ../fish/guestfish-commands.pod:19
26795 #, no-wrap
26796 msgid ""
26797 " copy-in local [local ...] /remotedir\n"
26798 "\n"
26799 msgstr ""
26800
26801 #. type: textblock
26802 #: ../fish/guestfish-commands.pod:21
26803 msgid ""
26804 "C<copy-in> copies local files or directories recursively into the disk "
26805 "image, placing them in the directory called C</remotedir> (which must "
26806 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
26807 "other commands as necessary."
26808 msgstr ""
26809
26810 #. type: textblock
26811 #: ../fish/guestfish-commands.pod:26
26812 msgid ""
26813 "Multiple local files and directories can be specified, but the last "
26814 "parameter must always be a remote directory.  Wildcards cannot be used."
26815 msgstr ""
26816
26817 #. type: =head2
26818 #: ../fish/guestfish-commands.pod:30
26819 msgid "copy-out"
26820 msgstr ""
26821
26822 #. type: verbatim
26823 #: ../fish/guestfish-commands.pod:32
26824 #, no-wrap
26825 msgid ""
26826 " copy-out remote [remote ...] localdir\n"
26827 "\n"
26828 msgstr ""
26829
26830 #. type: textblock
26831 #: ../fish/guestfish-commands.pod:34
26832 msgid ""
26833 "C<copy-out> copies remote files or directories recursively out of the disk "
26834 "image, placing them on the host disk in a local directory called C<localdir> "
26835 "(which must exist).  This guestfish meta-command turns into a sequence of "
26836 "L</download>, L</tar-out> and other commands as necessary."
26837 msgstr ""
26838
26839 #. type: textblock
26840 #: ../fish/guestfish-commands.pod:40
26841 msgid ""
26842 "Multiple remote files and directories can be specified, but the last "
26843 "parameter must always be a local directory.  To download to the current "
26844 "directory, use C<.> as in:"
26845 msgstr ""
26846
26847 #. type: verbatim
26848 #: ../fish/guestfish-commands.pod:44
26849 #, no-wrap
26850 msgid ""
26851 " copy-out /home .\n"
26852 "\n"
26853 msgstr ""
26854
26855 #. type: textblock
26856 #: ../fish/guestfish-commands.pod:46
26857 msgid ""
26858 "Wildcards cannot be used in the ordinary command, but you can use them with "
26859 "the help of L</glob> like this:"
26860 msgstr ""
26861
26862 #. type: verbatim
26863 #: ../fish/guestfish-commands.pod:49
26864 #, no-wrap
26865 msgid ""
26866 " glob copy-out /home/* .\n"
26867 "\n"
26868 msgstr ""
26869
26870 #. type: =head2
26871 #: ../fish/guestfish-commands.pod:51
26872 msgid "echo"
26873 msgstr ""
26874
26875 #. type: verbatim
26876 #: ../fish/guestfish-commands.pod:53
26877 #, no-wrap
26878 msgid ""
26879 " echo [params ...]\n"
26880 "\n"
26881 msgstr ""
26882
26883 #. type: textblock
26884 #: ../fish/guestfish-commands.pod:55
26885 msgid "This echos the parameters to the terminal."
26886 msgstr ""
26887
26888 #. type: =head2
26889 #: ../fish/guestfish-commands.pod:57
26890 msgid "edit"
26891 msgstr ""
26892
26893 #. type: =head2
26894 #: ../fish/guestfish-commands.pod:59
26895 msgid "vi"
26896 msgstr ""
26897
26898 #. type: =head2
26899 #: ../fish/guestfish-commands.pod:61
26900 msgid "emacs"
26901 msgstr ""
26902
26903 #. type: verbatim
26904 #: ../fish/guestfish-commands.pod:63
26905 #, no-wrap
26906 msgid ""
26907 " edit filename\n"
26908 "\n"
26909 msgstr ""
26910
26911 #. type: textblock
26912 #: ../fish/guestfish-commands.pod:65
26913 msgid ""
26914 "This is used to edit a file.  It downloads the file, edits it locally using "
26915 "your editor, then uploads the result."
26916 msgstr ""
26917
26918 #. type: textblock
26919 #: ../fish/guestfish-commands.pod:68
26920 msgid ""
26921 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
26922 "or C<emacs> you will get those corresponding editors."
26923 msgstr ""
26924
26925 #. type: =head2
26926 #: ../fish/guestfish-commands.pod:72
26927 msgid "glob"
26928 msgstr ""
26929
26930 #. type: verbatim
26931 #: ../fish/guestfish-commands.pod:74
26932 #, no-wrap
26933 msgid ""
26934 " glob command args...\n"
26935 "\n"
26936 msgstr ""
26937
26938 #. type: textblock
26939 #: ../fish/guestfish-commands.pod:76
26940 msgid ""
26941 "Expand wildcards in any paths in the args list, and run C<command> "
26942 "repeatedly on each matching path."
26943 msgstr ""
26944
26945 #. type: textblock
26946 #: ../fish/guestfish-commands.pod:79
26947 msgid "See L</WILDCARDS AND GLOBBING>."
26948 msgstr ""
26949
26950 #. type: =head2
26951 #: ../fish/guestfish-commands.pod:81
26952 msgid "hexedit"
26953 msgstr ""
26954
26955 #. type: verbatim
26956 #: ../fish/guestfish-commands.pod:83
26957 #, no-wrap
26958 msgid ""
26959 " hexedit <filename|device>\n"
26960 " hexedit <filename|device> <max>\n"
26961 " hexedit <filename|device> <start> <max>\n"
26962 "\n"
26963 msgstr ""
26964
26965 #. type: textblock
26966 #: ../fish/guestfish-commands.pod:87
26967 msgid ""
26968 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
26969 "device."
26970 msgstr ""
26971
26972 #. type: textblock
26973 #: ../fish/guestfish-commands.pod:90
26974 msgid ""
26975 "This command works by downloading potentially the whole file or device, "
26976 "editing it locally, then uploading it.  If the file or device is large, you "
26977 "have to specify which part you wish to edit by using C<max> and/or C<start> "
26978 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
26979 "usual modifiers allowed such as C<1M> (1 megabyte)."
26980 msgstr ""
26981
26982 #. type: textblock
26983 #: ../fish/guestfish-commands.pod:97
26984 msgid "For example to edit the first few sectors of a disk you might do:"
26985 msgstr ""
26986
26987 #. type: verbatim
26988 #: ../fish/guestfish-commands.pod:100
26989 #, no-wrap
26990 msgid ""
26991 " hexedit /dev/sda 1M\n"
26992 "\n"
26993 msgstr ""
26994
26995 #. type: textblock
26996 #: ../fish/guestfish-commands.pod:102
26997 msgid ""
26998 "which would allow you to edit anywhere within the first megabyte of the "
26999 "disk."
27000 msgstr ""
27001
27002 #. type: textblock
27003 #: ../fish/guestfish-commands.pod:105
27004 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27005 msgstr ""
27006
27007 #. type: verbatim
27008 #: ../fish/guestfish-commands.pod:107
27009 #, no-wrap
27010 msgid ""
27011 " hexedit /dev/sda1 0x400 0x400\n"
27012 "\n"
27013 msgstr ""
27014
27015 #. type: textblock
27016 #: ../fish/guestfish-commands.pod:109
27017 msgid "(assuming the superblock is in the standard location)."
27018 msgstr ""
27019
27020 #. type: textblock
27021 #: ../fish/guestfish-commands.pod:111
27022 msgid ""
27023 "This command requires the external L<hexedit(1)> program.  You can specify "
27024 "another program to use by setting the C<HEXEDITOR> environment variable."
27025 msgstr ""
27026
27027 #. type: textblock
27028 #: ../fish/guestfish-commands.pod:115
27029 msgid "See also L</hexdump>."
27030 msgstr ""
27031
27032 #. type: =head2
27033 #: ../fish/guestfish-commands.pod:117
27034 msgid "lcd"
27035 msgstr ""
27036
27037 #. type: verbatim
27038 #: ../fish/guestfish-commands.pod:119
27039 #, no-wrap
27040 msgid ""
27041 " lcd directory\n"
27042 "\n"
27043 msgstr ""
27044
27045 #. type: textblock
27046 #: ../fish/guestfish-commands.pod:121
27047 msgid "Change the local directory, ie. the current directory of guestfish itself."
27048 msgstr ""
27049
27050 #. type: textblock
27051 #: ../fish/guestfish-commands.pod:124
27052 msgid "Note that C<!cd> won't do what you might expect."
27053 msgstr ""
27054
27055 #. type: =head2
27056 #: ../fish/guestfish-commands.pod:126
27057 msgid "man"
27058 msgstr ""
27059
27060 #. type: =head2
27061 #: ../fish/guestfish-commands.pod:128
27062 msgid "manual"
27063 msgstr ""
27064
27065 #. type: verbatim
27066 #: ../fish/guestfish-commands.pod:130
27067 #, no-wrap
27068 msgid ""
27069 "  man\n"
27070 "\n"
27071 msgstr ""
27072
27073 #. type: textblock
27074 #: ../fish/guestfish-commands.pod:132
27075 msgid "Opens the manual page for guestfish."
27076 msgstr ""
27077
27078 #. type: =head2
27079 #: ../fish/guestfish-commands.pod:134
27080 msgid "more"
27081 msgstr ""
27082
27083 #. type: =head2
27084 #: ../fish/guestfish-commands.pod:136
27085 msgid "less"
27086 msgstr ""
27087
27088 #. type: verbatim
27089 #: ../fish/guestfish-commands.pod:138
27090 #, no-wrap
27091 msgid ""
27092 " more filename\n"
27093 "\n"
27094 msgstr ""
27095
27096 #. type: verbatim
27097 #: ../fish/guestfish-commands.pod:140
27098 #, no-wrap
27099 msgid ""
27100 " less filename\n"
27101 "\n"
27102 msgstr ""
27103
27104 #. type: textblock
27105 #: ../fish/guestfish-commands.pod:142
27106 msgid "This is used to view a file."
27107 msgstr ""
27108
27109 #. type: textblock
27110 #: ../fish/guestfish-commands.pod:144
27111 msgid ""
27112 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27113 "C<less> you will get the C<less> command specifically."
27114 msgstr ""
27115
27116 #. type: =head2
27117 #: ../fish/guestfish-commands.pod:147
27118 msgid "reopen"
27119 msgstr ""
27120
27121 #. type: verbatim
27122 #: ../fish/guestfish-commands.pod:149
27123 #, no-wrap
27124 msgid ""
27125 "  reopen\n"
27126 "\n"
27127 msgstr ""
27128
27129 #. type: textblock
27130 #: ../fish/guestfish-commands.pod:151
27131 msgid ""
27132 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27133 "normally, because the handle is closed properly when guestfish exits.  "
27134 "However this is occasionally useful for testing."
27135 msgstr ""
27136
27137 #. type: =head2
27138 #: ../fish/guestfish-commands.pod:155
27139 msgid "sparse"
27140 msgstr ""
27141
27142 #. type: verbatim
27143 #: ../fish/guestfish-commands.pod:157
27144 #, no-wrap
27145 msgid ""
27146 " sparse filename size\n"
27147 "\n"
27148 msgstr ""
27149
27150 #. type: textblock
27151 #: ../fish/guestfish-commands.pod:159
27152 msgid ""
27153 "This creates an empty sparse file of the given size, and then adds so it can "
27154 "be further examined."
27155 msgstr ""
27156
27157 #. type: textblock
27158 #: ../fish/guestfish-commands.pod:162
27159 msgid ""
27160 "In all respects it works the same as the L</alloc> command, except that the "
27161 "image file is allocated sparsely, which means that disk blocks are not "
27162 "assigned to the file until they are needed.  Sparse disk files only use "
27163 "space when written to, but they are slower and there is a danger you could "
27164 "run out of real disk space during a write operation."
27165 msgstr ""
27166
27167 #. type: =head2
27168 #: ../fish/guestfish-commands.pod:172
27169 msgid "supported"
27170 msgstr ""
27171
27172 #. type: verbatim
27173 #: ../fish/guestfish-commands.pod:174
27174 #, no-wrap
27175 msgid ""
27176 " supported\n"
27177 "\n"
27178 msgstr ""
27179
27180 #. type: textblock
27181 #: ../fish/guestfish-commands.pod:176
27182 msgid ""
27183 "This command returns a list of the optional groups known to the daemon, and "
27184 "indicates which ones are supported by this build of the libguestfs "
27185 "appliance."
27186 msgstr ""
27187
27188 #. type: textblock
27189 #: ../fish/guestfish-commands.pod:180
27190 msgid "See also L<guestfs(3)/AVAILABILITY>."
27191 msgstr ""
27192
27193 #. type: =head2
27194 #: ../fish/guestfish-commands.pod:182
27195 msgid "time"
27196 msgstr ""
27197
27198 #. type: verbatim
27199 #: ../fish/guestfish-commands.pod:184
27200 #, no-wrap
27201 msgid ""
27202 " time command args...\n"
27203 "\n"
27204 msgstr ""
27205
27206 #. type: textblock
27207 #: ../fish/guestfish-commands.pod:186
27208 msgid ""
27209 "Run the command as usual, but print the elapsed time afterwards.  This can "
27210 "be useful for benchmarking operations."
27211 msgstr ""
27212
27213 #. type: textblock
27214 #: ../test-tool/libguestfs-test-tool.pod:5
27215 msgid "libguestfs-test-tool - End user tests for libguestfs"
27216 msgstr ""
27217
27218 #. type: verbatim
27219 #: ../test-tool/libguestfs-test-tool.pod:9
27220 #, no-wrap
27221 msgid ""
27222 " libguestfs-test-tool [--options]\n"
27223 "\n"
27224 msgstr ""
27225
27226 #. type: textblock
27227 #: ../test-tool/libguestfs-test-tool.pod:13
27228 msgid ""
27229 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27230 "and developers, to allow them to check basic libguestfs functionality is "
27231 "working.  This is needed because libguestfs occasionally breaks for reasons "
27232 "beyond our control: usually because of changes in the underlying qemu or "
27233 "kernel packages, or the host environment."
27234 msgstr ""
27235
27236 #. type: textblock
27237 #: ../test-tool/libguestfs-test-tool.pod:20
27238 msgid "If you suspect a problem in libguestfs, then just run:"
27239 msgstr ""
27240
27241 #. type: verbatim
27242 #: ../test-tool/libguestfs-test-tool.pod:22
27243 #, no-wrap
27244 msgid ""
27245 " libguestfs-test-tool\n"
27246 "\n"
27247 msgstr ""
27248
27249 #. type: textblock
27250 #: ../test-tool/libguestfs-test-tool.pod:24
27251 msgid "It will print lots of diagnostic messages."
27252 msgstr ""
27253
27254 #. type: textblock
27255 #: ../test-tool/libguestfs-test-tool.pod:26
27256 msgid "If it runs to completion successfully, you will see this near the end:"
27257 msgstr ""
27258
27259 #. type: verbatim
27260 #: ../test-tool/libguestfs-test-tool.pod:28
27261 #, no-wrap
27262 msgid ""
27263 " ===== TEST FINISHED OK =====\n"
27264 "\n"
27265 msgstr ""
27266
27267 #. type: textblock
27268 #: ../test-tool/libguestfs-test-tool.pod:30
27269 msgid "and the test tool will exit with code 0."
27270 msgstr ""
27271
27272 #. type: textblock
27273 #: ../test-tool/libguestfs-test-tool.pod:32
27274 msgid ""
27275 "If it fails (and/or exits with non-zero error code), please paste the "
27276 "B<complete, unedited> output of the test tool into a bug report.  More "
27277 "information about reporting bugs can be found on the "
27278 "L<http://libguestfs.org/> website."
27279 msgstr ""
27280
27281 #. type: =item
27282 #: ../test-tool/libguestfs-test-tool.pod:41
27283 msgid "I<--help>"
27284 msgstr ""
27285
27286 #. type: textblock
27287 #: ../test-tool/libguestfs-test-tool.pod:43
27288 msgid "Display short usage information and exit."
27289 msgstr ""
27290
27291 #. type: =item
27292 #: ../test-tool/libguestfs-test-tool.pod:45
27293 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
27294 msgstr ""
27295
27296 #. type: textblock
27297 #: ../test-tool/libguestfs-test-tool.pod:47
27298 msgid ""
27299 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
27300 "normally look in the C<$libexec> directory that was configured when the tool "
27301 "was built."
27302 msgstr ""
27303
27304 #. type: =item
27305 #: ../test-tool/libguestfs-test-tool.pod:51
27306 msgid "I<--qemu qemu_binary>"
27307 msgstr ""
27308
27309 #. type: textblock
27310 #: ../test-tool/libguestfs-test-tool.pod:53
27311 msgid ""
27312 "If you have downloaded another qemu binary, point this option at the full "
27313 "path of the binary to try it."
27314 msgstr ""
27315
27316 #. type: =item
27317 #: ../test-tool/libguestfs-test-tool.pod:56
27318 msgid "I<--qemudir qemu_source_dir>"
27319 msgstr ""
27320
27321 #. type: textblock
27322 #: ../test-tool/libguestfs-test-tool.pod:58
27323 msgid ""
27324 "If you have compiled qemu from source, point this option at the source "
27325 "directory to try it."
27326 msgstr ""
27327
27328 #. type: =item
27329 #: ../test-tool/libguestfs-test-tool.pod:61
27330 msgid "I<--timeout N>"
27331 msgstr ""
27332
27333 #. type: textblock
27334 #: ../test-tool/libguestfs-test-tool.pod:63
27335 msgid ""
27336 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27337 "does not usually need to be adjusted unless your machine is very slow."
27338 msgstr ""
27339
27340 #. type: =head1
27341 #: ../test-tool/libguestfs-test-tool.pod:69
27342 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27343 msgstr ""
27344
27345 #. type: textblock
27346 #: ../test-tool/libguestfs-test-tool.pod:71
27347 msgid ""
27348 "If you have compiled another version of qemu from source and would like to "
27349 "try that, then you can use the I<--qemudir> option to point to the qemu "
27350 "source directory."
27351 msgstr ""
27352
27353 #. type: textblock
27354 #: ../test-tool/libguestfs-test-tool.pod:75
27355 msgid ""
27356 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27357 "option to point to the binary."
27358 msgstr ""
27359
27360 #. type: textblock
27361 #: ../test-tool/libguestfs-test-tool.pod:78
27362 msgid ""
27363 "When using an alternate qemu with libguestfs, usually you would need to "
27364 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27365 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27366 "when you use either of the I<--qemudir> or I<--qemu> options."
27367 msgstr ""
27368
27369 #. type: textblock
27370 #: ../test-tool/libguestfs-test-tool.pod:85
27371 msgid ""
27372 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27373 "I<1> if there was an error."
27374 msgstr ""
27375
27376 #. type: =item
27377 #: ../test-tool/libguestfs-test-tool.pod:92
27378 msgid "/usr/libexec/libguestfs-test-tool-helper"
27379 msgstr ""
27380
27381 #. type: textblock
27382 #: ../test-tool/libguestfs-test-tool.pod:94
27383 msgid ""
27384 "This helper program is run inside the appliance and provides additional "
27385 "tests."
27386 msgstr ""
27387
27388 #. type: =item
27389 #: ../test-tool/libguestfs-test-tool.pod:97
27390 msgid "/usr/bin/mkisofs"
27391 msgstr ""
27392
27393 #. type: textblock
27394 #: ../test-tool/libguestfs-test-tool.pod:99
27395 msgid ""
27396 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
27397 "which is used as part of the tests."
27398 msgstr ""
27399
27400 #. type: textblock
27401 #: ../test-tool/libguestfs-test-tool.pod:106
27402 msgid ""
27403 "For the full list of environment variables which may affect libguestfs, "
27404 "please see the L<guestfs(3)> manual page."
27405 msgstr ""
27406
27407 #. type: textblock
27408 #: ../test-tool/libguestfs-test-tool.pod:111
27409 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27410 msgstr ""
27411
27412 #. type: textblock
27413 #: ../test-tool/libguestfs-test-tool.pod:121
27414 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
27415 msgstr ""
27416
27417 #. type: textblock
27418 #: ../fuse/guestmount.pod:5
27419 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27420 msgstr ""
27421
27422 #. type: verbatim
27423 #: ../fuse/guestmount.pod:9
27424 #, no-wrap
27425 msgid ""
27426 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27427 "\n"
27428 msgstr ""
27429
27430 #. type: verbatim
27431 #: ../fuse/guestmount.pod:11
27432 #, no-wrap
27433 msgid ""
27434 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27435 "\n"
27436 msgstr ""
27437
27438 #. type: verbatim
27439 #: ../fuse/guestmount.pod:13
27440 #, no-wrap
27441 msgid ""
27442 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27443 "\n"
27444 msgstr ""
27445
27446 #. type: textblock
27447 #: ../fuse/guestmount.pod:17
27448 msgid ""
27449 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27450 "machines.  If you do this, you risk disk corruption in the VM."
27451 msgstr ""
27452
27453 #. type: textblock
27454 #: ../fuse/guestmount.pod:22
27455 msgid ""
27456 "The guestmount program can be used to mount virtual machine filesystems and "
27457 "other disk images on the host.  It uses libguestfs for access to the guest "
27458 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27459 "a mountable device."
27460 msgstr ""
27461
27462 #. type: textblock
27463 #: ../fuse/guestmount.pod:27
27464 msgid ""
27465 "Along with other options, you have to give at least one device (I<-a> "
27466 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27467 "option) or use the I<-i> inspection option.  How this works is better "
27468 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27469 "below."
27470 msgstr ""
27471
27472 #. type: textblock
27473 #: ../fuse/guestmount.pod:33
27474 msgid ""
27475 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27476 "by you, and the filesystem will not be visible to any other users unless you "
27477 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27478 "the filesystem, use the C<fusermount -u> command."
27479 msgstr ""
27480
27481 #. type: textblock
27482 #: ../fuse/guestmount.pod:41
27483 msgid ""
27484 "For a typical Windows guest which has its main filesystem on the first "
27485 "partition:"
27486 msgstr ""
27487
27488 #. type: verbatim
27489 #: ../fuse/guestmount.pod:44
27490 #, no-wrap
27491 msgid ""
27492 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27493 "\n"
27494 msgstr ""
27495
27496 #. type: textblock
27497 #: ../fuse/guestmount.pod:46
27498 msgid ""
27499 "For a typical Linux guest which has a /boot filesystem on the first "
27500 "partition, and the root filesystem on a logical volume:"
27501 msgstr ""
27502
27503 #. type: verbatim
27504 #: ../fuse/guestmount.pod:49
27505 #, no-wrap
27506 msgid ""
27507 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27508 "\n"
27509 msgstr ""
27510
27511 #. type: textblock
27512 #: ../fuse/guestmount.pod:51
27513 msgid "To get libguestfs to detect guest mountpoints for you:"
27514 msgstr ""
27515
27516 #. type: verbatim
27517 #: ../fuse/guestmount.pod:53
27518 #, no-wrap
27519 msgid ""
27520 " guestmount -a guest.img -i --ro /mnt\n"
27521 "\n"
27522 msgstr ""
27523
27524 #. type: textblock
27525 #: ../fuse/guestmount.pod:55
27526 msgid "For a libvirt guest called \"Guest\" you could do:"
27527 msgstr ""
27528
27529 #. type: verbatim
27530 #: ../fuse/guestmount.pod:57
27531 #, no-wrap
27532 msgid ""
27533 " guestmount -d Guest -i --ro /mnt\n"
27534 "\n"
27535 msgstr ""
27536
27537 #. type: textblock
27538 #: ../fuse/guestmount.pod:59
27539 msgid ""
27540 "If you don't know what filesystems are contained in a guest or disk image, "
27541 "use L<virt-filesystems(1)> first:"
27542 msgstr ""
27543
27544 #. type: verbatim
27545 #: ../fuse/guestmount.pod:62
27546 #, no-wrap
27547 msgid ""
27548 " virt-filesystems MyGuest\n"
27549 "\n"
27550 msgstr ""
27551
27552 #. type: textblock
27553 #: ../fuse/guestmount.pod:64
27554 msgid ""
27555 "If you want to trace the libguestfs calls but without excessive debugging "
27556 "information, we recommend:"
27557 msgstr ""
27558
27559 #. type: verbatim
27560 #: ../fuse/guestmount.pod:67
27561 #, no-wrap
27562 msgid ""
27563 " guestmount [...] --trace /mnt\n"
27564 "\n"
27565 msgstr ""
27566
27567 #. type: textblock
27568 #: ../fuse/guestmount.pod:69
27569 msgid "If you want to debug the program, we recommend:"
27570 msgstr ""
27571
27572 #. type: verbatim
27573 #: ../fuse/guestmount.pod:71
27574 #, no-wrap
27575 msgid ""
27576 " guestmount [...] --trace --verbose /mnt\n"
27577 "\n"
27578 msgstr ""
27579
27580 #. type: =item
27581 #: ../fuse/guestmount.pod:77
27582 msgid "B<-a image> | B<--add image>"
27583 msgstr ""
27584
27585 #. type: textblock
27586 #: ../fuse/guestmount.pod:79
27587 msgid "Add a block device or virtual machine image."
27588 msgstr ""
27589
27590 #. type: =item
27591 #: ../fuse/guestmount.pod:84
27592 msgid "B<-c URI> | B<--connect URI>"
27593 msgstr ""
27594
27595 #. type: =item
27596 #: ../fuse/guestmount.pod:90
27597 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27598 msgstr ""
27599
27600 #. type: =item
27601 #: ../fuse/guestmount.pod:96
27602 msgid "B<--dir-cache-timeout N>"
27603 msgstr ""
27604
27605 #. type: textblock
27606 #: ../fuse/guestmount.pod:98
27607 msgid ""
27608 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27609 "seconds.  The readdir cache [actually, there are several semi-independent "
27610 "caches] is populated after a readdir(2) call with the stat and extended "
27611 "attributes of the files in the directory, in anticipation that they will be "
27612 "requested soon after."
27613 msgstr ""
27614
27615 #. type: textblock
27616 #: ../fuse/guestmount.pod:104
27617 msgid ""
27618 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27619 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27620 "requests, only cache existing ones."
27621 msgstr ""
27622
27623 #. type: =item
27624 #: ../fuse/guestmount.pod:115
27625 msgid "B<--format=raw|qcow2|..> | B<--format>"
27626 msgstr ""
27627
27628 #. type: textblock
27629 #: ../fuse/guestmount.pod:122
27630 msgid ""
27631 "If you have untrusted raw-format guest disk images, you should use this "
27632 "option to specify the disk format.  This avoids a possible security problem "
27633 "with malicious guests (CVE-2010-3851).  See also "
27634 "L<guestfs(3)/guestfs_add_drive_opts>."
27635 msgstr ""
27636
27637 #. type: =item
27638 #: ../fuse/guestmount.pod:127
27639 msgid "B<--fuse-help>"
27640 msgstr ""
27641
27642 #. type: textblock
27643 #: ../fuse/guestmount.pod:129
27644 msgid "Display help on special FUSE options (see I<-o> below)."
27645 msgstr ""
27646
27647 #. type: textblock
27648 #: ../fuse/guestmount.pod:133
27649 msgid "Display brief help and exit."
27650 msgstr ""
27651
27652 #. type: =item
27653 #: ../fuse/guestmount.pod:135
27654 msgid "B<-i> | B<--inspector>"
27655 msgstr ""
27656
27657 #. type: =item
27658 #: ../fuse/guestmount.pod:151
27659 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
27660 msgstr ""
27661
27662 #. type: textblock
27663 #: ../fuse/guestmount.pod:153
27664 msgid ""
27665 "Mount the named partition or logical volume on the given mountpoint B<in the "
27666 "guest> (this has nothing to do with mountpoints in the host)."
27667 msgstr ""
27668
27669 #. type: textblock
27670 #: ../fuse/guestmount.pod:156
27671 msgid ""
27672 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27673 "something on C</>."
27674 msgstr ""
27675
27676 #. type: =item
27677 #: ../fuse/guestmount.pod:159
27678 msgid "B<-n> | B<--no-sync>"
27679 msgstr ""
27680
27681 #. type: textblock
27682 #: ../fuse/guestmount.pod:161
27683 msgid ""
27684 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27685 "unmounted.  If you specify this option, then we don't attempt to sync the "
27686 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27687 msgstr ""
27688
27689 #. type: =item
27690 #: ../fuse/guestmount.pod:166
27691 msgid "B<-o option> | B<--option option>"
27692 msgstr ""
27693
27694 #. type: textblock
27695 #: ../fuse/guestmount.pod:168
27696 msgid "Pass extra options to FUSE."
27697 msgstr ""
27698
27699 #. type: textblock
27700 #: ../fuse/guestmount.pod:170
27701 msgid ""
27702 "To get a list of all the extra options supported by FUSE, use the command "
27703 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27704 "of them are a good idea."
27705 msgstr ""
27706
27707 #. type: verbatim
27708 #: ../fuse/guestmount.pod:174
27709 #, no-wrap
27710 msgid ""
27711 " guestmount --fuse-help\n"
27712 "\n"
27713 msgstr ""
27714
27715 #. type: textblock
27716 #: ../fuse/guestmount.pod:176
27717 msgid "Some potentially useful FUSE options:"
27718 msgstr ""
27719
27720 #. type: =item
27721 #: ../fuse/guestmount.pod:180
27722 msgid "B<-o allow_other>"
27723 msgstr ""
27724
27725 #. type: textblock
27726 #: ../fuse/guestmount.pod:182
27727 msgid "Allow other users to see the filesystem."
27728 msgstr ""
27729
27730 #. type: =item
27731 #: ../fuse/guestmount.pod:184
27732 msgid "B<-o attr_timeout=N>"
27733 msgstr ""
27734
27735 #. type: textblock
27736 #: ../fuse/guestmount.pod:186
27737 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
27738 msgstr ""
27739
27740 #. type: =item
27741 #: ../fuse/guestmount.pod:188
27742 msgid "B<-o kernel_cache>"
27743 msgstr ""
27744
27745 #. type: textblock
27746 #: ../fuse/guestmount.pod:190
27747 msgid ""
27748 "Allow the kernel to cache files (reduces the number of reads that have to go "
27749 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
27750 "afford the extra memory usage."
27751 msgstr ""
27752
27753 #. type: =item
27754 #: ../fuse/guestmount.pod:194
27755 msgid "B<-o uid=N> B<-o gid=N>"
27756 msgstr ""
27757
27758 #. type: textblock
27759 #: ../fuse/guestmount.pod:196
27760 msgid ""
27761 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
27762 "the chosen values."
27763 msgstr ""
27764
27765 #. type: =item
27766 #: ../fuse/guestmount.pod:201
27767 msgid "B<-r> | B<--ro>"
27768 msgstr ""
27769
27770 #. type: textblock
27771 #: ../fuse/guestmount.pod:203
27772 msgid ""
27773 "Add devices and mount everything read-only.  Also disallow writes and make "
27774 "the disk appear read-only to FUSE."
27775 msgstr ""
27776
27777 #. type: textblock
27778 #: ../fuse/guestmount.pod:206
27779 msgid ""
27780 "This is highly recommended if you are not going to edit the guest disk.  If "
27781 "the guest is running and this option is I<not> supplied, then there is a "
27782 "strong risk of disk corruption in the guest.  We try to prevent this from "
27783 "happening, but it is not always possible."
27784 msgstr ""
27785
27786 #. type: textblock
27787 #: ../fuse/guestmount.pod:211
27788 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27789 msgstr ""
27790
27791 #. type: textblock
27792 #: ../fuse/guestmount.pod:215
27793 msgid "Enable SELinux support for the guest."
27794 msgstr ""
27795
27796 #. type: =item
27797 #: ../fuse/guestmount.pod:217
27798 msgid "B<-v> | B<--verbose>"
27799 msgstr ""
27800
27801 #. type: textblock
27802 #: ../fuse/guestmount.pod:219
27803 msgid "Enable verbose messages from underlying libguestfs."
27804 msgstr ""
27805
27806 #. type: =item
27807 #: ../fuse/guestmount.pod:221
27808 msgid "B<-V> | B<--version>"
27809 msgstr ""
27810
27811 #. type: textblock
27812 #: ../fuse/guestmount.pod:223
27813 msgid "Display the program version and exit."
27814 msgstr ""
27815
27816 #. type: =item
27817 #: ../fuse/guestmount.pod:225
27818 msgid "B<-w> | B<--rw>"
27819 msgstr ""
27820
27821 #. type: textblock
27822 #: ../fuse/guestmount.pod:227
27823 msgid ""
27824 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
27825 "FOR READ AND WRITE>."
27826 msgstr ""
27827
27828 #. type: =item
27829 #: ../fuse/guestmount.pod:230
27830 msgid "B<-x> | B<--trace>"
27831 msgstr ""
27832
27833 #. type: textblock
27834 #: ../fuse/guestmount.pod:232
27835 msgid "Trace libguestfs calls and entry into each FUSE function."
27836 msgstr ""
27837
27838 #. type: textblock
27839 #: ../fuse/guestmount.pod:234
27840 msgid "This also stops the daemon from forking into the background."
27841 msgstr ""
27842
27843 #. type: textblock
27844 #: ../fuse/guestmount.pod:240
27845 msgid ""
27846 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27847 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
27848 "L<http://fuse.sf.net/>."
27849 msgstr ""
27850
27851 #. type: textblock
27852 #: ../tools/virt-edit.pl:34
27853 msgid "virt-edit - Edit a file in a virtual machine"
27854 msgstr ""
27855
27856 #. type: verbatim
27857 #: ../tools/virt-edit.pl:38
27858 #, no-wrap
27859 msgid ""
27860 " virt-edit [--options] domname file\n"
27861 "\n"
27862 msgstr ""
27863
27864 #. type: verbatim
27865 #: ../tools/virt-edit.pl:40
27866 #, no-wrap
27867 msgid ""
27868 " virt-edit [--options] disk.img [disk.img ...] file\n"
27869 "\n"
27870 msgstr ""
27871
27872 #. type: verbatim
27873 #: ../tools/virt-edit.pl:42
27874 #, no-wrap
27875 msgid ""
27876 " virt-edit [domname|disk.img] file -e 'expr'\n"
27877 "\n"
27878 msgstr ""
27879
27880 #. type: textblock
27881 #: ../tools/virt-edit.pl:46
27882 msgid ""
27883 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
27884 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
27885 "doing this, but doesn't catch all cases."
27886 msgstr ""
27887
27888 #. type: textblock
27889 #: ../tools/virt-edit.pl:52
27890 msgid ""
27891 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
27892 "the named virtual machine (or disk image)."
27893 msgstr ""
27894
27895 #. type: textblock
27896 #: ../tools/virt-edit.pl:55
27897 msgid ""
27898 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
27899 "you should look at the L<guestfish(1)> tool."
27900 msgstr ""
27901
27902 #. type: textblock
27903 #: ../tools/virt-edit.pl:60
27904 msgid "Edit the named files interactively:"
27905 msgstr ""
27906
27907 #. type: verbatim
27908 #: ../tools/virt-edit.pl:62
27909 #, no-wrap
27910 msgid ""
27911 " virt-edit mydomain /boot/grub/grub.conf\n"
27912 "\n"
27913 msgstr ""
27914
27915 #. type: verbatim
27916 #: ../tools/virt-edit.pl:64
27917 #, no-wrap
27918 msgid ""
27919 " virt-edit mydomain /etc/passwd\n"
27920 "\n"
27921 msgstr ""
27922
27923 #. type: textblock
27924 #: ../tools/virt-edit.pl:66
27925 msgid ""
27926 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
27927 "below).  To change the init default level to 5:"
27928 msgstr ""
27929
27930 #. type: verbatim
27931 #: ../tools/virt-edit.pl:70
27932 #, no-wrap
27933 msgid ""
27934 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
27935 "\n"
27936 msgstr ""
27937
27938 #. type: textblock
27939 #: ../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
27940 msgid "Display brief help."
27941 msgstr ""
27942
27943 #. type: textblock
27944 #: ../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
27945 msgid "Display version number and exit."
27946 msgstr ""
27947
27948 #. type: =item
27949 #: ../tools/virt-edit.pl:96
27950 msgid "B<--backup extension> | B<-b extension>"
27951 msgstr ""
27952
27953 #. type: textblock
27954 #: ../tools/virt-edit.pl:98
27955 msgid ""
27956 "Create a backup of the original file I<in the guest disk image>.  The backup "
27957 "has the original filename with C<extension> added."
27958 msgstr ""
27959
27960 #. type: textblock
27961 #: ../tools/virt-edit.pl:101
27962 msgid ""
27963 "Usually the first character of C<extension> would be a dot C<.> so you would "
27964 "write:"
27965 msgstr ""
27966
27967 #. type: verbatim
27968 #: ../tools/virt-edit.pl:104
27969 #, no-wrap
27970 msgid ""
27971 " virt-edit -b .orig [etc]\n"
27972 "\n"
27973 msgstr ""
27974
27975 #. type: textblock
27976 #: ../tools/virt-edit.pl:106
27977 msgid "By default, no backup file is made."
27978 msgstr ""
27979
27980 #. type: =item
27981 #: ../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
27982 msgid "B<--connect URI> | B<-c URI>"
27983 msgstr ""
27984
27985 #. type: textblock
27986 #: ../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
27987 msgid ""
27988 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
27989 "to the default libvirt hypervisor."
27990 msgstr ""
27991
27992 #. type: textblock
27993 #: ../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
27994 msgid ""
27995 "If you specify guest block devices directly, then libvirt is not used at "
27996 "all."
27997 msgstr ""
27998
27999 #. type: =item
28000 #: ../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
28001 msgid "B<--format> raw"
28002 msgstr ""
28003
28004 #. type: textblock
28005 #: ../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
28006 msgid ""
28007 "Specify the format of disk images given on the command line.  If this is "
28008 "omitted then the format is autodetected from the content of the disk image."
28009 msgstr ""
28010
28011 #. type: textblock
28012 #: ../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
28013 msgid ""
28014 "If disk images are requested from libvirt, then this program asks libvirt "
28015 "for this information.  In this case, the value of the format parameter is "
28016 "ignored."
28017 msgstr ""
28018
28019 #. type: textblock
28020 #: ../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
28021 msgid ""
28022 "If working with untrusted raw-format guest disk images, you should ensure "
28023 "the format is always specified."
28024 msgstr ""
28025
28026 #. type: =item
28027 #: ../tools/virt-edit.pl:141
28028 msgid "B<--expr EXPR> | B<-e EXPR>"
28029 msgstr ""
28030
28031 #. type: textblock
28032 #: ../tools/virt-edit.pl:143
28033 msgid ""
28034 "Instead of launching the external editor, non-interactively apply the Perl "
28035 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28036 "EDITING> below."
28037 msgstr ""
28038
28039 #. type: textblock
28040 #: ../tools/virt-edit.pl:147
28041 msgid ""
28042 "Be careful to properly quote the expression to prevent it from being altered "
28043 "by the shell."
28044 msgstr ""
28045
28046 #. type: =head1
28047 #: ../tools/virt-edit.pl:268
28048 msgid "NON-INTERACTIVE EDITING"
28049 msgstr ""
28050
28051 #. type: textblock
28052 #: ../tools/virt-edit.pl:270
28053 msgid ""
28054 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28055 "administrator can interactively edit the file."
28056 msgstr ""
28057
28058 #. type: textblock
28059 #: ../tools/virt-edit.pl:273
28060 msgid ""
28061 "There are two ways also to use C<virt-edit> from scripts in order to make "
28062 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28063 "like this, it's less error-prone to write scripts directly using the "
28064 "libguestfs API and Augeas for configuration file editing.)"
28065 msgstr ""
28066
28067 #. type: textblock
28068 #: ../tools/virt-edit.pl:279
28069 msgid ""
28070 "The first method is to temporarily set C<$EDITOR> to any script or program "
28071 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28072 "update C<tmpfile> in place however it likes."
28073 msgstr ""
28074
28075 #. type: textblock
28076 #: ../tools/virt-edit.pl:283
28077 msgid ""
28078 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28079 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28080 "instances of C<foo> with C<bar> in a file:"
28081 msgstr ""
28082
28083 #. type: verbatim
28084 #: ../tools/virt-edit.pl:287
28085 #, no-wrap
28086 msgid ""
28087 " virt-edit domname filename -e 's/foo/bar/'\n"
28088 "\n"
28089 msgstr ""
28090
28091 #. type: textblock
28092 #: ../tools/virt-edit.pl:289
28093 msgid ""
28094 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28095 "For example to delete root's password you could do:"
28096 msgstr ""
28097
28098 #. type: verbatim
28099 #: ../tools/virt-edit.pl:292
28100 #, no-wrap
28101 msgid ""
28102 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28103 "\n"
28104 msgstr ""
28105
28106 #. type: textblock
28107 #: ../tools/virt-edit.pl:294
28108 msgid ""
28109 "What really happens is that the snippet is evaluated as a Perl expression "
28110 "for each line of the file.  The line, including the final C<\\n>, is passed "
28111 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28112 msgstr ""
28113
28114 #. type: textblock
28115 #: ../tools/virt-edit.pl:299
28116 msgid ""
28117 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28118 "C<apache> user account from the password file you can do:"
28119 msgstr ""
28120
28121 #. type: verbatim
28122 #: ../tools/virt-edit.pl:302
28123 #, no-wrap
28124 msgid ""
28125 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28126 "\n"
28127 msgstr ""
28128
28129 #. type: textblock
28130 #: ../tools/virt-edit.pl:304
28131 msgid ""
28132 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28133 "the end of the file is rather difficult this way since there is no concept "
28134 "of \"last line of the file\" - your expression just doesn't get called "
28135 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28136 "want to do this."
28137 msgstr ""
28138
28139 #. type: textblock
28140 #: ../tools/virt-edit.pl:310
28141 msgid ""
28142 "The variable C<$lineno> contains the current line number.  As is "
28143 "traditional, the first line in the file is number C<1>."
28144 msgstr ""
28145
28146 #. type: textblock
28147 #: ../tools/virt-edit.pl:313
28148 msgid ""
28149 "The return value from the expression is ignored, but the expression may call "
28150 "C<die> in order to abort the whole program, leaving the original file "
28151 "untouched."
28152 msgstr ""
28153
28154 #. type: textblock
28155 #: ../tools/virt-edit.pl:317
28156 msgid ""
28157 "Remember when matching the end of a line that C<$_> may contain the final "
28158 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28159 "newline then neither of these.  Thus to match or substitute some text at the "
28160 "end of a line, use this regular expression:"
28161 msgstr ""
28162
28163 #. type: verbatim
28164 #: ../tools/virt-edit.pl:322
28165 #, no-wrap
28166 msgid ""
28167 " /some text(\\r?\\n)?$/\n"
28168 "\n"
28169 msgstr ""
28170
28171 #. type: textblock
28172 #: ../tools/virt-edit.pl:324
28173 msgid ""
28174 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28175 "C<$_> itself (since that would remove all newlines from the file):"
28176 msgstr ""
28177
28178 #. type: verbatim
28179 #: ../tools/virt-edit.pl:328
28180 #, no-wrap
28181 msgid ""
28182 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28183 "\n"
28184 msgstr ""
28185
28186 #. type: =item
28187 #: ../tools/virt-edit.pl:334
28188 msgid "C<EDITOR>"
28189 msgstr ""
28190
28191 #. type: textblock
28192 #: ../tools/virt-edit.pl:336
28193 msgid ""
28194 "If set, this string is used as the editor.  It may contain arguments, "
28195 "eg. C<\"emacs -nw\">"
28196 msgstr ""
28197
28198 #. type: textblock
28199 #: ../tools/virt-edit.pl:339
28200 msgid "If not set, C<vi> is used."
28201 msgstr ""
28202
28203 #. type: =head1
28204 #: ../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
28205 msgid "SHELL QUOTING"
28206 msgstr ""
28207
28208 #. type: textblock
28209 #: ../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
28210 msgid ""
28211 "Libvirt guest names can contain arbitrary characters, some of which have "
28212 "meaning to the shell such as C<#> and space.  You may need to quote or "
28213 "escape these characters on the command line.  See the shell manual page "
28214 "L<sh(1)> for details."
28215 msgstr ""
28216
28217 #. type: textblock
28218 #: ../tools/virt-edit.pl:352
28219 msgid ""
28220 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28221 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28222 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28223 msgstr ""
28224
28225 #. type: =head1
28226 #: ../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
28227 msgid "AUTHOR"
28228 msgstr ""
28229
28230 #. type: textblock
28231 #: ../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
28232 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28233 msgstr ""
28234
28235 #. type: textblock
28236 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
28237 msgid "Copyright (C) 2009-2010 Red Hat Inc."
28238 msgstr ""
28239
28240 #. type: textblock
28241 #: ../tools/virt-win-reg.pl:37
28242 msgid ""
28243 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28244 "guest"
28245 msgstr ""
28246
28247 #. type: verbatim
28248 #: ../tools/virt-win-reg.pl:41
28249 #, no-wrap
28250 msgid ""
28251 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28252 "\n"
28253 msgstr ""
28254
28255 #. type: verbatim
28256 #: ../tools/virt-win-reg.pl:43
28257 #, no-wrap
28258 msgid ""
28259 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28260 "\n"
28261 msgstr ""
28262
28263 #. type: verbatim
28264 #: ../tools/virt-win-reg.pl:45
28265 #, no-wrap
28266 msgid ""
28267 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28268 "\n"
28269 msgstr ""
28270
28271 #. type: verbatim
28272 #: ../tools/virt-win-reg.pl:47
28273 #, no-wrap
28274 msgid ""
28275 " virt-win-reg --merge domname [input.reg ...]\n"
28276 "\n"
28277 msgstr ""
28278
28279 #. type: verbatim
28280 #: ../tools/virt-win-reg.pl:49
28281 #, no-wrap
28282 msgid ""
28283 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28284 "\n"
28285 msgstr ""
28286
28287 #. type: textblock
28288 #: ../tools/virt-win-reg.pl:53
28289 msgid ""
28290 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
28291 "virtual machines.  If you do this, you I<will> get irreversible disk "
28292 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28293 "but doesn't catch all cases."
28294 msgstr ""
28295
28296 #. type: textblock
28297 #: ../tools/virt-win-reg.pl:58
28298 msgid ""
28299 "Modifying the Windows Registry is an inherently risky operation.  The format "
28300 "is deliberately obscure and undocumented, and Registry changes can leave the "
28301 "system unbootable.  Therefore when using the C<--merge> option, make sure "
28302 "you have a reliable backup first."
28303 msgstr ""
28304
28305 #. type: textblock
28306 #: ../tools/virt-win-reg.pl:65
28307 msgid ""
28308 "This program can export and merge Windows Registry entries from a Windows "
28309 "guest."
28310 msgstr ""
28311
28312 #. type: textblock
28313 #: ../tools/virt-win-reg.pl:68
28314 msgid ""
28315 "The first parameter is the libvirt guest name or the raw disk image of a "
28316 "Windows guest."
28317 msgstr ""
28318
28319 #. type: textblock
28320 #: ../tools/virt-win-reg.pl:71
28321 msgid ""
28322 "If C<--merge> is I<not> specified, then the chosen registry key is "
28323 "displayed/exported (recursively).  For example:"
28324 msgstr ""
28325
28326 #. type: verbatim
28327 #: ../tools/virt-win-reg.pl:74
28328 #, no-wrap
28329 msgid ""
28330 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28331 "\n"
28332 msgstr ""
28333
28334 #. type: textblock
28335 #: ../tools/virt-win-reg.pl:76
28336 msgid "You can also display single values from within registry keys, for example:"
28337 msgstr ""
28338
28339 #. type: verbatim
28340 #: ../tools/virt-win-reg.pl:79
28341 #, no-wrap
28342 msgid ""
28343 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28344 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28345 " Windows 7 Enterprise\n"
28346 "\n"
28347 msgstr ""
28348
28349 #. type: textblock
28350 #: ../tools/virt-win-reg.pl:83
28351 msgid ""
28352 "With C<--merge>, you can merge a textual regedit file into the Windows "
28353 "Registry:"
28354 msgstr ""
28355
28356 #. type: verbatim
28357 #: ../tools/virt-win-reg.pl:86
28358 #, no-wrap
28359 msgid ""
28360 " $ virt-win-reg --merge Windows7 changes.reg\n"
28361 "\n"
28362 msgstr ""
28363
28364 #. type: =head1
28365 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
28366 msgid "NOTE"
28367 msgstr ""
28368
28369 #. type: textblock
28370 #: ../tools/virt-win-reg.pl:90
28371 msgid ""
28372 "This program is only meant for simple access to the registry.  If you want "
28373 "to do complicated things with the registry, we suggest you download the "
28374 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
28375 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
28376 "L<hivexregedit(1)>."
28377 msgstr ""
28378
28379 #. type: =item
28380 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
28381 msgid "B<--debug>"
28382 msgstr ""
28383
28384 #. type: textblock
28385 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
28386 msgid "Enable debugging messages."
28387 msgstr ""
28388
28389 #. type: =item
28390 #: ../tools/virt-win-reg.pl:157
28391 msgid "B<--merge>"
28392 msgstr ""
28393
28394 #. type: textblock
28395 #: ../tools/virt-win-reg.pl:159
28396 msgid ""
28397 "In merge mode, this merges a textual regedit file into the Windows Registry "
28398 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
28399 "displays or exports Registry entries instead."
28400 msgstr ""
28401
28402 #. type: textblock
28403 #: ../tools/virt-win-reg.pl:163
28404 msgid ""
28405 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
28406 "result in disk corruption.  However exporting (without this flag)  is always "
28407 "safe."
28408 msgstr ""
28409
28410 #. type: =item
28411 #: ../tools/virt-win-reg.pl:171
28412 msgid "B<--encoding> UTF-16LE|ASCII"
28413 msgstr ""
28414
28415 #. type: textblock
28416 #: ../tools/virt-win-reg.pl:173
28417 msgid ""
28418 "When merging (only), you may need to specify the encoding for strings to be "
28419 "used in the hive file.  This is explained in detail in "
28420 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
28421 msgstr ""
28422
28423 #. type: textblock
28424 #: ../tools/virt-win-reg.pl:177
28425 msgid ""
28426 "The default is to use UTF-16LE, which should work with recent versions of "
28427 "Windows."
28428 msgstr ""
28429
28430 #. type: =head1
28431 #: ../tools/virt-win-reg.pl:402
28432 msgid "SUPPORTED SYSTEMS"
28433 msgstr ""
28434
28435 #. type: textblock
28436 #: ../tools/virt-win-reg.pl:404
28437 msgid ""
28438 "The program currently supports Windows NT-derived guests starting with "
28439 "Windows XP through to at least Windows 7."
28440 msgstr ""
28441
28442 #. type: textblock
28443 #: ../tools/virt-win-reg.pl:407
28444 msgid ""
28445 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28446 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28447 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28448 msgstr ""
28449
28450 #. type: textblock
28451 #: ../tools/virt-win-reg.pl:411
28452 msgid ""
28453 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28454 "C<HKEY_USERS>."
28455 msgstr ""
28456
28457 #. type: textblock
28458 #: ../tools/virt-win-reg.pl:414
28459 msgid ""
28460 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28461 "time."
28462 msgstr ""
28463
28464 #. type: =head1
28465 #: ../tools/virt-win-reg.pl:417
28466 msgid "ENCODING"
28467 msgstr ""
28468
28469 #. type: textblock
28470 #: ../tools/virt-win-reg.pl:419
28471 msgid ""
28472 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28473 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28474 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28475 "with Windows-style line endings, you may need to reencode the whole file "
28476 "before or after processing."
28477 msgstr ""
28478
28479 #. type: textblock
28480 #: ../tools/virt-win-reg.pl:425
28481 msgid ""
28482 "To reencode a file from Windows format to Linux (before processing it with "
28483 "the C<--merge> option), you would do something like this:"
28484 msgstr ""
28485
28486 #. type: verbatim
28487 #: ../tools/virt-win-reg.pl:428
28488 #, no-wrap
28489 msgid ""
28490 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28491 "\n"
28492 msgstr ""
28493
28494 #. type: textblock
28495 #: ../tools/virt-win-reg.pl:430
28496 msgid ""
28497 "To go in the opposite direction, after exporting and before sending the file "
28498 "to a Windows user, do something like this:"
28499 msgstr ""
28500
28501 #. type: verbatim
28502 #: ../tools/virt-win-reg.pl:433
28503 #, no-wrap
28504 msgid ""
28505 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28506 "\n"
28507 msgstr ""
28508
28509 #. type: textblock
28510 #: ../tools/virt-win-reg.pl:435
28511 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28512 msgstr ""
28513
28514 #. type: textblock
28515 #: ../tools/virt-win-reg.pl:437
28516 msgid ""
28517 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28518 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28519 "Windows-style (CRLF) line endings, like this:"
28520 msgstr ""
28521
28522 #. type: verbatim
28523 #: ../tools/virt-win-reg.pl:441
28524 #, no-wrap
28525 msgid ""
28526 " $ file software.reg\n"
28527 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28528 " with CRLF line terminators\n"
28529 "\n"
28530 msgstr ""
28531
28532 #. type: textblock
28533 #: ../tools/virt-win-reg.pl:445
28534 msgid "This file would need conversion before you could C<--merge> it."
28535 msgstr ""
28536
28537 #. type: =head1
28538 #: ../tools/virt-win-reg.pl:447
28539 msgid "CurrentControlSet etc."
28540 msgstr ""
28541
28542 #. type: textblock
28543 #: ../tools/virt-win-reg.pl:449
28544 msgid ""
28545 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28546 "Registry at the level of the hive file, and therefore you cannot modify "
28547 "these."
28548 msgstr ""
28549
28550 #. type: textblock
28551 #: ../tools/virt-win-reg.pl:453
28552 msgid ""
28553 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28554 "circumstances it might refer to another control set.  The way to find out is "
28555 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28556 msgstr ""
28557
28558 #. type: verbatim
28559 #: ../tools/virt-win-reg.pl:457
28560 #, no-wrap
28561 msgid ""
28562 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
28563 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
28564 " \"Current\"=dword:00000001\n"
28565 " \"Default\"=dword:00000001\n"
28566 " \"Failed\"=dword:00000000\n"
28567 " \"LastKnownGood\"=dword:00000002\n"
28568 "\n"
28569 msgstr ""
28570
28571 #. type: textblock
28572 #: ../tools/virt-win-reg.pl:464
28573 msgid "\"Current\" is the one which Windows will choose when it boots."
28574 msgstr ""
28575
28576 #. type: textblock
28577 #: ../tools/virt-win-reg.pl:466
28578 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
28579 msgstr ""
28580
28581 #. type: =head1
28582 #: ../tools/virt-win-reg.pl:469
28583 msgid "WINDOWS TIPS"
28584 msgstr ""
28585
28586 #. type: textblock
28587 #: ../tools/virt-win-reg.pl:471
28588 msgid ""
28589 "Note that some of these tips modify the guest disk image.  The guest I<must> "
28590 "be shut off, else you will get disk corruption."
28591 msgstr ""
28592
28593 #. type: =head2
28594 #: ../tools/virt-win-reg.pl:474
28595 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
28596 msgstr ""
28597
28598 #. type: textblock
28599 #: ../tools/virt-win-reg.pl:476
28600 msgid ""
28601 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
28602 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
28603 "is uploaded into C<C:\\>:"
28604 msgstr ""
28605
28606 #. type: verbatim
28607 #: ../tools/virt-win-reg.pl:480
28608 #, no-wrap
28609 msgid ""
28610 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
28611 "\n"
28612 msgstr ""
28613
28614 #. type: textblock
28615 #: ../tools/virt-win-reg.pl:482
28616 msgid "Prepare a regedit file containing the registry change:"
28617 msgstr ""
28618
28619 #. type: verbatim
28620 #: ../tools/virt-win-reg.pl:484
28621 #, no-wrap
28622 msgid ""
28623 " cat > test.reg <<'EOF'\n"
28624 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
28625 " \"Test\"=\"c:\\\\test.bat\"\n"
28626 " EOF\n"
28627 "\n"
28628 msgstr ""
28629
28630 #. type: textblock
28631 #: ../tools/virt-win-reg.pl:489
28632 msgid ""
28633 "In this example we use the key C<RunOnce> which means that the script will "
28634 "run precisely once when the first user logs in.  If you want it to run every "
28635 "time a user logs in, replace C<RunOnce> with C<Run>."
28636 msgstr ""
28637
28638 #. type: textblock
28639 #: ../tools/virt-win-reg.pl:493
28640 msgid "Now update the registry:"
28641 msgstr ""
28642
28643 #. type: verbatim
28644 #: ../tools/virt-win-reg.pl:495
28645 #, no-wrap
28646 msgid ""
28647 " virt-win-reg --merge WindowsGuest test.reg\n"
28648 "\n"
28649 msgstr ""
28650
28651 #. type: =head2
28652 #: ../tools/virt-win-reg.pl:497
28653 msgid "INSTALLING A SERVICE"
28654 msgstr ""
28655
28656 #. type: textblock
28657 #: ../tools/virt-win-reg.pl:499
28658 msgid ""
28659 "This section assumes you are familiar with Windows services, and you either "
28660 "have a program which handles the Windows Service Control Protocol directly "
28661 "or you want to run any program using a service wrapper like SrvAny or the "
28662 "free RHSrvAny."
28663 msgstr ""
28664
28665 #. type: textblock
28666 #: ../tools/virt-win-reg.pl:504
28667 msgid ""
28668 "First upload the program and optionally the service wrapper.  In this case "
28669 "the test program is called C<test.exe> and we are using the RHSrvAny "
28670 "wrapper:"
28671 msgstr ""
28672
28673 #. type: verbatim
28674 #: ../tools/virt-win-reg.pl:508
28675 #, no-wrap
28676 msgid ""
28677 " guestfish -i -d WindowsGuest <<EOF\n"
28678 "   upload rhsrvany.exe /rhsrvany.exe\n"
28679 "   upload test.exe /test.exe\n"
28680 " EOF\n"
28681 "\n"
28682 msgstr ""
28683
28684 #. type: textblock
28685 #: ../tools/virt-win-reg.pl:513
28686 msgid ""
28687 "Prepare a regedit file containing the registry changes.  In this example, "
28688 "the first registry change is needed for the service itself or the service "
28689 "wrapper (if used).  The second registry change is only needed because I am "
28690 "using the RHSrvAny service wrapper."
28691 msgstr ""
28692
28693 #. type: verbatim
28694 #: ../tools/virt-win-reg.pl:518
28695 #, no-wrap
28696 msgid ""
28697 " cat > service.reg <<'EOF'\n"
28698 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
28699 " \"Type\"=dword:00000010\n"
28700 " \"Start\"=dword:00000002\n"
28701 " \"ErrorControl\"=dword:00000001\n"
28702 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
28703 " \"DisplayName\"=\"RHSrvAny\"\n"
28704 " \"ObjectName\"=\"NetworkService\"\n"
28705 " \n"
28706 msgstr ""
28707
28708 #. type: verbatim
28709 #: ../tools/virt-win-reg.pl:527
28710 #, no-wrap
28711 msgid ""
28712 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
28713 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
28714 " \"PWD\"=\"c:\\\\Temp\"\n"
28715 " EOF\n"
28716 "\n"
28717 msgstr ""
28718
28719 #. type: textblock
28720 #: ../tools/virt-win-reg.pl:538
28721 msgid ""
28722 "For use of C<ControlSet001> see the section above in this manual page.  You "
28723 "may need to adjust this according to the control set that is in use by the "
28724 "guest."
28725 msgstr ""
28726
28727 #. type: textblock
28728 #: ../tools/virt-win-reg.pl:544
28729 msgid ""
28730 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
28731 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
28732 "privileged account."
28733 msgstr ""
28734
28735 #. type: textblock
28736 #: ../tools/virt-win-reg.pl:550
28737 msgid ""
28738 "For the meaning of the magic numbers, see this Microsoft KB article: "
28739 "L<http://support.microsoft.com/kb/103000>."
28740 msgstr ""
28741
28742 #. type: textblock
28743 #: ../tools/virt-win-reg.pl:555
28744 msgid "Update the registry:"
28745 msgstr ""
28746
28747 #. type: verbatim
28748 #: ../tools/virt-win-reg.pl:557
28749 #, no-wrap
28750 msgid ""
28751 " virt-win-reg --merge WindowsGuest service.reg\n"
28752 "\n"
28753 msgstr ""
28754
28755 #. type: textblock
28756 #: ../tools/virt-win-reg.pl:561
28757 msgid ""
28758 "Be careful when passing parameters containing C<\\> (backslash) in the "
28759 "shell.  Usually you will have to use 'single quotes' or double backslashes "
28760 "(but not both) to protect them from the shell."
28761 msgstr ""
28762
28763 #. type: textblock
28764 #: ../tools/virt-win-reg.pl:565
28765 msgid "Paths and value names are case-insensitive."
28766 msgstr ""
28767
28768 #. type: textblock
28769 #: ../tools/virt-win-reg.pl:574
28770 msgid ""
28771 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
28772 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
28773 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
28774 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28775 msgstr ""
28776
28777 #. type: textblock
28778 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
28779 msgid ""
28780 "When reporting bugs, please enable debugging and capture the I<complete> "
28781 "output:"
28782 msgstr ""
28783
28784 #. type: verbatim
28785 #: ../tools/virt-win-reg.pl:592
28786 #, no-wrap
28787 msgid ""
28788 " export LIBGUESTFS_DEBUG=1\n"
28789 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
28790 "\n"
28791 msgstr ""
28792
28793 #. type: textblock
28794 #: ../tools/virt-win-reg.pl:595
28795 msgid ""
28796 "Attach /tmp/virt-win-reg.log to a new bug report at "
28797 "L<https://bugzilla.redhat.com/>"
28798 msgstr ""
28799
28800 #. type: textblock
28801 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516 ../tools/virt-make-fs.pl:570
28802 msgid "Copyright (C) 2010 Red Hat Inc."
28803 msgstr ""
28804
28805 #. type: textblock
28806 #: ../tools/virt-resize.pl:42
28807 msgid "virt-resize - Resize a virtual machine disk"
28808 msgstr ""
28809
28810 #. type: verbatim
28811 #: ../tools/virt-resize.pl:46
28812 #, no-wrap
28813 msgid ""
28814 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
28815 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
28816 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
28817 "\n"
28818 msgstr ""
28819
28820 #. type: textblock
28821 #: ../tools/virt-resize.pl:52
28822 msgid ""
28823 "Virt-resize is a tool which can resize a virtual machine disk, making it "
28824 "larger or smaller overall, and resizing or deleting any partitions contained "
28825 "within."
28826 msgstr ""
28827
28828 #. type: textblock
28829 #: ../tools/virt-resize.pl:56
28830 msgid ""
28831 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
28832 "not> be used on live virtual machines - for consistent results, shut the "
28833 "virtual machine down before resizing it."
28834 msgstr ""
28835
28836 #. type: textblock
28837 #: ../tools/virt-resize.pl:60
28838 msgid ""
28839 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
28840 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
28841 msgstr ""
28842
28843 #. type: textblock
28844 #: ../tools/virt-resize.pl:66
28845 msgid ""
28846 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
28847 "fill the extra 5GB of space."
28848 msgstr ""
28849
28850 #. type: verbatim
28851 #: ../tools/virt-resize.pl:69
28852 #, no-wrap
28853 msgid ""
28854 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
28855 " virt-filesystems --long -h --all -a olddisk\n"
28856 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
28857 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
28858 "\n"
28859 msgstr ""
28860
28861 #. type: textblock
28862 #: ../tools/virt-resize.pl:74
28863 msgid ""
28864 "As above, but make the /boot partition 200MB bigger, while giving the "
28865 "remaining space to /dev/sda2:"
28866 msgstr ""
28867
28868 #. type: verbatim
28869 #: ../tools/virt-resize.pl:77
28870 #, no-wrap
28871 msgid ""
28872 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
28873 "\n"
28874 msgstr ""
28875
28876 #. type: textblock
28877 #: ../tools/virt-resize.pl:79
28878 msgid "As above, but the output format will be uncompressed qcow2:"
28879 msgstr ""
28880
28881 #. type: verbatim
28882 #: ../tools/virt-resize.pl:81
28883 #, no-wrap
28884 msgid ""
28885 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
28886 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
28887 "\n"
28888 msgstr ""
28889
28890 #. type: =head1
28891 #: ../tools/virt-resize.pl:84
28892 msgid "DETAILED USAGE"
28893 msgstr ""
28894
28895 #. type: =head2
28896 #: ../tools/virt-resize.pl:86
28897 msgid "EXPANDING A VIRTUAL MACHINE DISK"
28898 msgstr ""
28899
28900 #. type: =item
28901 #: ../tools/virt-resize.pl:90
28902 msgid "1. Shut down the virtual machine"
28903 msgstr ""
28904
28905 #. type: =item
28906 #: ../tools/virt-resize.pl:92
28907 msgid "2. Locate input disk image"
28908 msgstr ""
28909
28910 #. type: textblock
28911 #: ../tools/virt-resize.pl:94
28912 msgid ""
28913 "Locate the input disk image (ie. the file or device on the host containing "
28914 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
28915 "dumpxml> like this to find the disk image name:"
28916 msgstr ""
28917
28918 #. type: verbatim
28919 #: ../tools/virt-resize.pl:98
28920 #, no-wrap
28921 msgid ""
28922 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
28923 " Found 1 nodes:\n"
28924 " -- NODE --\n"
28925 " <source dev=\"/dev/vg/lv_guest\" />\n"
28926 "\n"
28927 msgstr ""
28928
28929 #. type: =item
28930 #: ../tools/virt-resize.pl:103
28931 msgid "3. Look at current sizing"
28932 msgstr ""
28933
28934 #. type: textblock
28935 #: ../tools/virt-resize.pl:105
28936 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
28937 msgstr ""
28938
28939 #. type: verbatim
28940 #: ../tools/virt-resize.pl:108
28941 #, no-wrap
28942 msgid ""
28943 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
28944 " Name       Type       Size  Parent\n"
28945 " /dev/sda1  partition  101M  /dev/sda\n"
28946 " /dev/sda2  partition  7.9G  /dev/sda\n"
28947 " /dev/sda   device     8.0G  -\n"
28948 "\n"
28949 msgstr ""
28950
28951 #. type: textblock
28952 #: ../tools/virt-resize.pl:114
28953 msgid ""
28954 "(This example is a virtual machine with an 8 GB disk which we would like to "
28955 "expand up to 10 GB)."
28956 msgstr ""
28957
28958 #. type: =item
28959 #: ../tools/virt-resize.pl:117
28960 msgid "4. Create output disk"
28961 msgstr ""
28962
28963 #. type: textblock
28964 #: ../tools/virt-resize.pl:119
28965 msgid ""
28966 "Virt-resize cannot do in-place disk modifications.  You have to have space "
28967 "to store the resized output disk."
28968 msgstr ""
28969
28970 #. type: textblock
28971 #: ../tools/virt-resize.pl:122
28972 msgid "To store the resized disk image in a file, create a file of a suitable size:"
28973 msgstr ""
28974
28975 #. type: verbatim
28976 #: ../tools/virt-resize.pl:125
28977 #, no-wrap
28978 msgid ""
28979 " # rm -f outdisk\n"
28980 " # truncate -s 10G outdisk\n"
28981 "\n"
28982 msgstr ""
28983
28984 #. type: textblock
28985 #: ../tools/virt-resize.pl:128
28986 msgid "Or use L<lvcreate(1)> to create a logical volume:"
28987 msgstr ""
28988
28989 #. type: verbatim
28990 #: ../tools/virt-resize.pl:130
28991 #, no-wrap
28992 msgid ""
28993 " # lvcreate -L 10G -n lv_name vg_name\n"
28994 "\n"
28995 msgstr ""
28996
28997 #. type: textblock
28998 #: ../tools/virt-resize.pl:132
28999 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
29000 msgstr ""
29001
29002 #. type: verbatim
29003 #: ../tools/virt-resize.pl:134
29004 #, no-wrap
29005 msgid ""
29006 " # virsh pool-list\n"
29007 " # virsh vol-create-as poolname newvol 10G\n"
29008 "\n"
29009 msgstr ""
29010
29011 #. type: =item
29012 #: ../tools/virt-resize.pl:137
29013 msgid "5. Resize"
29014 msgstr ""
29015
29016 #. type: textblock
29017 #: ../tools/virt-resize.pl:139
29018 msgid ""
29019 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
29020 "file) and the output disk.  The output disk is the one created in the "
29021 "previous step."
29022 msgstr ""
29023
29024 #. type: verbatim
29025 #: ../tools/virt-resize.pl:143
29026 #, no-wrap
29027 msgid ""
29028 " # virt-resize indisk outdisk\n"
29029 "\n"
29030 msgstr ""
29031
29032 #. type: textblock
29033 #: ../tools/virt-resize.pl:145
29034 msgid ""
29035 "This command just copies disk image C<indisk> to disk image C<outdisk> "
29036 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
29037 "larger, then an extra, empty partition is created at the end of the disk "
29038 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
29039 "error."
29040 msgstr ""
29041
29042 #. type: textblock
29043 #: ../tools/virt-resize.pl:151
29044 msgid ""
29045 "More realistically you'd want to expand existing partitions in the disk "
29046 "image by passing extra options (for the full list see the L</OPTIONS> "
29047 "section below)."
29048 msgstr ""
29049
29050 #. type: textblock
29051 #: ../tools/virt-resize.pl:155
29052 msgid ""
29053 "L</--expand> is the most useful option.  It expands the named partition "
29054 "within the disk to fill any extra space:"
29055 msgstr ""
29056
29057 #. type: verbatim
29058 #: ../tools/virt-resize.pl:158
29059 #, no-wrap
29060 msgid ""
29061 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
29062 "\n"
29063 msgstr ""
29064
29065 #. type: textblock
29066 #: ../tools/virt-resize.pl:160
29067 msgid ""
29068 "(In this case, an extra partition is I<not> created at the end of the disk, "
29069 "because there will be no unused space)."
29070 msgstr ""
29071
29072 #. type: textblock
29073 #: ../tools/virt-resize.pl:163
29074 msgid ""
29075 "L</--resize> is the other commonly used option.  The following would "
29076 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
29077 "rest of the available space:"
29078 msgstr ""
29079
29080 #. type: verbatim
29081 #: ../tools/virt-resize.pl:167
29082 #, no-wrap
29083 msgid ""
29084 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
29085 "     indisk outdisk\n"
29086 "\n"
29087 msgstr ""
29088
29089 #. type: textblock
29090 #: ../tools/virt-resize.pl:170
29091 msgid ""
29092 "If the expanded partition in the image contains a filesystem or LVM PV, then "
29093 "if virt-resize knows how, it will resize the contents, the equivalent of "
29094 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
29095 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
29096 "filesystems, so you would have to online resize them after booting the "
29097 "guest."
29098 msgstr ""
29099
29100 #. type: textblock
29101 #: ../tools/virt-resize.pl:177
29102 msgid "Other options are covered below."
29103 msgstr ""
29104
29105 #. type: =item
29106 #: ../tools/virt-resize.pl:179
29107 msgid "6. Test"
29108 msgstr ""
29109
29110 #. type: textblock
29111 #: ../tools/virt-resize.pl:181
29112 msgid "Thoroughly test the new disk image I<before> discarding the old one."
29113 msgstr ""
29114
29115 #. type: textblock
29116 #: ../tools/virt-resize.pl:183
29117 msgid "If you are using libvirt, edit the XML to point at the new disk:"
29118 msgstr ""
29119
29120 #. type: verbatim
29121 #: ../tools/virt-resize.pl:185
29122 #, no-wrap
29123 msgid ""
29124 " # virsh edit guestname\n"
29125 "\n"
29126 msgstr ""
29127
29128 #. type: textblock
29129 #: ../tools/virt-resize.pl:187
29130 msgid ""
29131 "Change E<lt>source ...E<gt>, see "
29132 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
29133 msgstr ""
29134
29135 #. type: textblock
29136 #: ../tools/virt-resize.pl:190
29137 msgid "Then start up the domain with the new, resized disk:"
29138 msgstr ""
29139
29140 #. type: verbatim
29141 #: ../tools/virt-resize.pl:192
29142 #, no-wrap
29143 msgid ""
29144 " # virsh start guestname\n"
29145 "\n"
29146 msgstr ""
29147
29148 #. type: textblock
29149 #: ../tools/virt-resize.pl:194
29150 msgid ""
29151 "and check that it still works.  See also the L</NOTES> section below for "
29152 "additional information."
29153 msgstr ""
29154
29155 #. type: =item
29156 #: ../tools/virt-resize.pl:197
29157 msgid "7. Resize LVs etc inside the guest"
29158 msgstr ""
29159
29160 #. type: textblock
29161 #: ../tools/virt-resize.pl:199
29162 msgid "(This can also be done offline using L<guestfish(1)>)"
29163 msgstr ""
29164
29165 #. type: textblock
29166 #: ../tools/virt-resize.pl:201
29167 msgid ""
29168 "Once the guest has booted you should see the new space available, at least "
29169 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
29170 "may need to resize LVs inside PVs, and also resize filesystem types that "
29171 "virt-resize does not know how to expand."
29172 msgstr ""
29173
29174 #. type: =head2
29175 #: ../tools/virt-resize.pl:208
29176 msgid "SHRINKING A VIRTUAL MACHINE DISK"
29177 msgstr ""
29178
29179 #. type: textblock
29180 #: ../tools/virt-resize.pl:210
29181 msgid ""
29182 "Shrinking is somewhat more complex than expanding, and only an overview is "
29183 "given here."
29184 msgstr ""
29185
29186 #. type: textblock
29187 #: ../tools/virt-resize.pl:213
29188 msgid ""
29189 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
29190 "filesystems).  The user has to shrink content before passing the disk image "
29191 "to virt-resize, and virt-resize will check that the content has been shrunk "
29192 "properly."
29193 msgstr ""
29194
29195 #. type: textblock
29196 #: ../tools/virt-resize.pl:218
29197 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
29198 msgstr ""
29199
29200 #. type: textblock
29201 #: ../tools/virt-resize.pl:220
29202 msgid ""
29203 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
29204 "steps 3 and 4 above to allocate a new disk image."
29205 msgstr ""
29206
29207 #. type: textblock
29208 #: ../tools/virt-resize.pl:223
29209 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
29210 msgstr ""
29211
29212 #. type: =head2
29213 #: ../tools/virt-resize.pl:226
29214 msgid "IGNORING OR DELETING PARTITIONS"
29215 msgstr ""
29216
29217 #. type: textblock
29218 #: ../tools/virt-resize.pl:228
29219 msgid ""
29220 "virt-resize also gives a convenient way to ignore or delete partitions when "
29221 "copying from the input disk to the output disk.  Ignoring a partition speeds "
29222 "up the copy where you don't care about the existing contents of a "
29223 "partition.  Deleting a partition removes it completely, but note that it "
29224 "also renumbers any partitions after the one which is deleted, which can "
29225 "leave some guests unbootable."
29226 msgstr ""
29227
29228 #. type: =head2
29229 #: ../tools/virt-resize.pl:235
29230 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
29231 msgstr ""
29232
29233 #. type: textblock
29234 #: ../tools/virt-resize.pl:237
29235 msgid ""
29236 "If the input disk is in qcow2 format, then you may prefer that the output is "
29237 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
29238 "the fly.  The output format is simply determined by the format of the empty "
29239 "output container that you provide.  Thus to create qcow2 output, use:"
29240 msgstr ""
29241
29242 #. type: verbatim
29243 #: ../tools/virt-resize.pl:243
29244 #, no-wrap
29245 msgid ""
29246 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
29247 "\n"
29248 msgstr ""
29249
29250 #. type: textblock
29251 #: ../tools/virt-resize.pl:245
29252 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
29253 msgstr ""
29254
29255 #. type: textblock
29256 #: ../tools/virt-resize.pl:247
29257 msgid "Similarly, to get non-sparse raw output use:"
29258 msgstr ""
29259
29260 #. type: verbatim
29261 #: ../tools/virt-resize.pl:249
29262 #, no-wrap
29263 msgid ""
29264 " fallocate -l size outdisk\n"
29265 "\n"
29266 msgstr ""
29267
29268 #. type: textblock
29269 #: ../tools/virt-resize.pl:251
29270 msgid ""
29271 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
29272 "if=/dev/zero of=outdisk bs=1M count=..>)"
29273 msgstr ""
29274
29275 #. type: textblock
29276 #: ../tools/virt-resize.pl:264
29277 msgid "Display help."
29278 msgstr ""
29279
29280 #. type: =item
29281 #: ../tools/virt-resize.pl:278
29282 msgid "B<--resize part=size>"
29283 msgstr ""
29284
29285 #. type: textblock
29286 #: ../tools/virt-resize.pl:280
29287 msgid ""
29288 "Resize the named partition (expanding or shrinking it) so that it has the "
29289 "given size."
29290 msgstr ""
29291
29292 #. type: textblock
29293 #: ../tools/virt-resize.pl:283
29294 msgid ""
29295 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
29296 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
29297 "Exabytes; or as a percentage of the current size; or as a relative number or "
29298 "percentage.  For example:"
29299 msgstr ""
29300
29301 #. type: verbatim
29302 #: ../tools/virt-resize.pl:288
29303 #, no-wrap
29304 msgid ""
29305 " --resize /dev/sda2=10G\n"
29306 "\n"
29307 msgstr ""
29308
29309 #. type: verbatim
29310 #: ../tools/virt-resize.pl:290
29311 #, no-wrap
29312 msgid ""
29313 " --resize /dev/sda4=90%\n"
29314 "\n"
29315 msgstr ""
29316
29317 #. type: verbatim
29318 #: ../tools/virt-resize.pl:292
29319 #, no-wrap
29320 msgid ""
29321 " --resize /dev/sda2=+1G\n"
29322 "\n"
29323 msgstr ""
29324
29325 #. type: verbatim
29326 #: ../tools/virt-resize.pl:294
29327 #, no-wrap
29328 msgid ""
29329 " --resize /dev/sda2=-200M\n"
29330 "\n"
29331 msgstr ""
29332
29333 #. type: verbatim
29334 #: ../tools/virt-resize.pl:296
29335 #, no-wrap
29336 msgid ""
29337 " --resize /dev/sda1=+128K\n"
29338 "\n"
29339 msgstr ""
29340
29341 #. type: verbatim
29342 #: ../tools/virt-resize.pl:298
29343 #, no-wrap
29344 msgid ""
29345 " --resize /dev/sda1=+10%\n"
29346 "\n"
29347 msgstr ""
29348
29349 #. type: verbatim
29350 #: ../tools/virt-resize.pl:300
29351 #, no-wrap
29352 msgid ""
29353 " --resize /dev/sda1=-10%\n"
29354 "\n"
29355 msgstr ""
29356
29357 #. type: textblock
29358 #: ../tools/virt-resize.pl:302
29359 msgid ""
29360 "You can increase the size of any partition.  Virt-resize will expand the "
29361 "direct content of the partition if it knows how (see C<--expand> below)."
29362 msgstr ""
29363
29364 #. type: textblock
29365 #: ../tools/virt-resize.pl:306
29366 msgid ""
29367 "You can only I<decrease> the size of partitions that contain filesystems or "
29368 "PVs which have already been shrunk.  Virt-resize will check this has been "
29369 "done before proceeding, or else will print an error (see also "
29370 "C<--resize-force>)."
29371 msgstr ""
29372
29373 #. type: textblock
29374 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
29375 msgid "You can give this option multiple times."
29376 msgstr ""
29377
29378 #. type: =item
29379 #: ../tools/virt-resize.pl:317
29380 msgid "B<--resize-force part=size>"
29381 msgstr ""
29382
29383 #. type: textblock
29384 #: ../tools/virt-resize.pl:319
29385 msgid ""
29386 "This is the same as C<--resize> except that it will let you decrease the "
29387 "size of any partition.  Generally this means you will lose any data which "
29388 "was at the end of the partition you shrink, but you may not care about that "
29389 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
29390 "as a swap partition)."
29391 msgstr ""
29392
29393 #. type: textblock
29394 #: ../tools/virt-resize.pl:325
29395 msgid "See also the C<--ignore> option."
29396 msgstr ""
29397
29398 #. type: =item
29399 #: ../tools/virt-resize.pl:331
29400 msgid "B<--expand part>"
29401 msgstr ""
29402
29403 #. type: textblock
29404 #: ../tools/virt-resize.pl:333
29405 msgid ""
29406 "Expand the named partition so it uses up all extra space (space left over "
29407 "after any other resize changes that you request have been done)."
29408 msgstr ""
29409
29410 #. type: textblock
29411 #: ../tools/virt-resize.pl:336
29412 msgid ""
29413 "If virt-resize knows how, it will expand the direct content of the "
29414 "partition.  For example, if the partition is an LVM PV, it will expand the "
29415 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
29416 "content it doesn't know about alone."
29417 msgstr ""
29418
29419 #. type: textblock
29420 #: ../tools/virt-resize.pl:341
29421 msgid "Currently virt-resize can resize:"
29422 msgstr ""
29423
29424 #. type: textblock
29425 #: ../tools/virt-resize.pl:347
29426 msgid ""
29427 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
29428 "partition."
29429 msgstr ""
29430
29431 #. type: textblock
29432 #: ../tools/virt-resize.pl:352
29433 msgid ""
29434 "NTFS filesystems contained directly in a partition, if libguestfs was "
29435 "compiled with support for NTFS."
29436 msgstr ""
29437
29438 #. type: textblock
29439 #: ../tools/virt-resize.pl:355
29440 msgid ""
29441 "The filesystem must have been shut down consistently last time it was used.  "
29442 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
29443 "consistency check, so at the first boot after resizing Windows will check "
29444 "the disk."
29445 msgstr ""
29446
29447 #. type: textblock
29448 #: ../tools/virt-resize.pl:362
29449 msgid ""
29450 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
29451 "inside the PV, but see the C<--LV-expand> option.  The user could also "
29452 "resize LVs as desired after boot."
29453 msgstr ""
29454
29455 #. type: textblock
29456 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
29457 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
29458 msgstr ""
29459
29460 #. type: =item
29461 #: ../tools/virt-resize.pl:374
29462 msgid "B<--shrink part>"
29463 msgstr ""
29464
29465 #. type: textblock
29466 #: ../tools/virt-resize.pl:376
29467 msgid ""
29468 "Shrink the named partition until the overall disk image fits in the "
29469 "destination.  The named partition B<must> contain a filesystem or PV which "
29470 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
29471 "online tools).  Virt-resize will check this and give an error if it has not "
29472 "been done."
29473 msgstr ""
29474
29475 #. type: textblock
29476 #: ../tools/virt-resize.pl:382
29477 msgid ""
29478 "The amount by which the overall disk must be shrunk (after carrying out all "
29479 "other operations requested by the user) is called the \"deficit\".  For "
29480 "example, a straight copy (assume no other operations)  from a 5GB disk image "
29481 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
29482 "would give an error unless the user specified a partition to shrink and that "
29483 "partition had more than a gigabyte of free space."
29484 msgstr ""
29485
29486 #. type: =item
29487 #: ../tools/virt-resize.pl:396
29488 msgid "B<--ignore part>"
29489 msgstr ""
29490
29491 #. type: textblock
29492 #: ../tools/virt-resize.pl:398
29493 msgid ""
29494 "Ignore the named partition.  Effectively this means the partition is "
29495 "allocated on the destination disk, but the content is not copied across from "
29496 "the source disk.  The content of the partition will be blank (all zero "
29497 "bytes)."
29498 msgstr ""
29499
29500 #. type: =item
29501 #: ../tools/virt-resize.pl:409
29502 msgid "B<--delete part>"
29503 msgstr ""
29504
29505 #. type: textblock
29506 #: ../tools/virt-resize.pl:411
29507 msgid ""
29508 "Delete the named partition.  It would be more accurate to describe this as "
29509 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
29510 "the original disk image is left intact."
29511 msgstr ""
29512
29513 #. type: textblock
29514 #: ../tools/virt-resize.pl:415
29515 msgid ""
29516 "Note that when you delete a partition, then anything contained in the "
29517 "partition is also deleted.  Furthermore, this causes any partitions that "
29518 "come after to be I<renumbered>, which can easily make your guest unbootable."
29519 msgstr ""
29520
29521 #. type: =item
29522 #: ../tools/virt-resize.pl:426
29523 msgid "B<--LV-expand logvol>"
29524 msgstr ""
29525
29526 #. type: textblock
29527 #: ../tools/virt-resize.pl:428
29528 msgid ""
29529 "This takes the logical volume and, as a final step, expands it to fill all "
29530 "the space available in its volume group.  A typical usage, assuming a Linux "
29531 "guest with a single PV C</dev/sda2> and a root device called "
29532 "C</dev/vg_guest/lv_root> would be:"
29533 msgstr ""
29534
29535 #. type: verbatim
29536 #: ../tools/virt-resize.pl:433
29537 #, no-wrap
29538 msgid ""
29539 " virt-resize indisk outdisk \\\n"
29540 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
29541 "\n"
29542 msgstr ""
29543
29544 #. type: textblock
29545 #: ../tools/virt-resize.pl:436
29546 msgid ""
29547 "This would first expand the partition (and PV), and then expand the root "
29548 "device to fill the extra space in the PV."
29549 msgstr ""
29550
29551 #. type: textblock
29552 #: ../tools/virt-resize.pl:439
29553 msgid ""
29554 "The contents of the LV are also resized if virt-resize knows how to do "
29555 "that.  You can stop virt-resize from trying to expand the content by using "
29556 "the option C<--no-expand-content>."
29557 msgstr ""
29558
29559 #. type: textblock
29560 #: ../tools/virt-resize.pl:443
29561 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
29562 msgstr ""
29563
29564 #. type: textblock
29565 #: ../tools/virt-resize.pl:446
29566 msgid ""
29567 "You can give this option multiple times, I<but> it doesn't make sense to do "
29568 "this unless the logical volumes you specify are all in different volume "
29569 "groups."
29570 msgstr ""
29571
29572 #. type: =item
29573 #: ../tools/virt-resize.pl:454
29574 msgid "B<--no-copy-boot-loader>"
29575 msgstr ""
29576
29577 #. type: textblock
29578 #: ../tools/virt-resize.pl:456
29579 msgid ""
29580 "By default, virt-resize copies over some sectors at the start of the disk "
29581 "(up to the beginning of the first partition).  Commonly these sectors "
29582 "contain the Master Boot Record (MBR) and the boot loader, and are required "
29583 "in order for the guest to boot correctly."
29584 msgstr ""
29585
29586 #. type: textblock
29587 #: ../tools/virt-resize.pl:461
29588 msgid ""
29589 "If you specify this flag, then this initial copy is not done.  You may need "
29590 "to reinstall the boot loader in this case."
29591 msgstr ""
29592
29593 #. type: =item
29594 #: ../tools/virt-resize.pl:469
29595 msgid "B<--no-extra-partition>"
29596 msgstr ""
29597
29598 #. type: textblock
29599 #: ../tools/virt-resize.pl:471
29600 msgid ""
29601 "By default, virt-resize creates an extra partition if there is any extra, "
29602 "unused space after all resizing has happened.  Use this option to prevent "
29603 "the extra partition from being created.  If you do this then the extra space "
29604 "will be inaccessible until you run fdisk, parted, or some other partitioning "
29605 "tool in the guest."
29606 msgstr ""
29607
29608 #. type: textblock
29609 #: ../tools/virt-resize.pl:477
29610 msgid ""
29611 "Note that if the surplus space is smaller than 10 MB, no extra partition "
29612 "will be created."
29613 msgstr ""
29614
29615 #. type: =item
29616 #: ../tools/virt-resize.pl:484
29617 msgid "B<--no-expand-content>"
29618 msgstr ""
29619
29620 #. type: textblock
29621 #: ../tools/virt-resize.pl:486
29622 msgid ""
29623 "By default, virt-resize will try to expand the direct contents of "
29624 "partitions, if it knows how (see C<--expand> option above)."
29625 msgstr ""
29626
29627 #. type: textblock
29628 #: ../tools/virt-resize.pl:489
29629 msgid ""
29630 "If you give the C<--no-expand-content> option then virt-resize will not "
29631 "attempt this."
29632 msgstr ""
29633
29634 #. type: =item
29635 #: ../tools/virt-resize.pl:496
29636 msgid "B<-d> | B<--debug>"
29637 msgstr ""
29638
29639 #. type: =item
29640 #: ../tools/virt-resize.pl:504
29641 msgid "B<-n> | B<--dryrun>"
29642 msgstr ""
29643
29644 #. type: textblock
29645 #: ../tools/virt-resize.pl:506
29646 msgid "Print a summary of what would be done, but don't do anything."
29647 msgstr ""
29648
29649 #. type: =item
29650 #: ../tools/virt-resize.pl:512
29651 msgid "B<-q> | B<--quiet>"
29652 msgstr ""
29653
29654 #. type: textblock
29655 #: ../tools/virt-resize.pl:514
29656 msgid "Don't print the summary."
29657 msgstr ""
29658
29659 #. type: textblock
29660 #: ../tools/virt-resize.pl:522
29661 msgid ""
29662 "Specify the format of the input disk image.  If this flag is not given then "
29663 "it is auto-detected from the image itself."
29664 msgstr ""
29665
29666 #. type: textblock
29667 #: ../tools/virt-resize.pl:528
29668 msgid ""
29669 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
29670 "AND NON-SPARSE RAW FORMATS>."
29671 msgstr ""
29672
29673 #. type: =item
29674 #: ../tools/virt-resize.pl:535
29675 msgid "B<--output-format> raw"
29676 msgstr ""
29677
29678 #. type: textblock
29679 #: ../tools/virt-resize.pl:537
29680 msgid ""
29681 "Specify the format of the output disk image.  If this flag is not given then "
29682 "it is auto-detected from the image itself."
29683 msgstr ""
29684
29685 #. type: textblock
29686 #: ../tools/virt-resize.pl:543
29687 msgid ""
29688 "Note that you still need to create the output disk with the right format.  "
29689 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
29690 msgstr ""
29691
29692 #. type: =head1
29693 #: ../tools/virt-resize.pl:1425
29694 msgid "NOTES"
29695 msgstr ""
29696
29697 #. type: =head2
29698 #: ../tools/virt-resize.pl:1427
29699 msgid "\"Partition 1 does not end on cylinder boundary.\""
29700 msgstr ""
29701
29702 #. type: textblock
29703 #: ../tools/virt-resize.pl:1429
29704 msgid ""
29705 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
29706 "means the partitions will not be aligned to the ancient CHS geometry.  "
29707 "However CHS geometry is meaningless for disks manufactured since the early "
29708 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
29709 "cylinders is not required by any modern operating system."
29710 msgstr ""
29711
29712 #. type: =head2
29713 #: ../tools/virt-resize.pl:1436
29714 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
29715 msgstr ""
29716
29717 #. type: textblock
29718 #: ../tools/virt-resize.pl:1438
29719 msgid ""
29720 "In Windows Vista and later versions, Microsoft switched to using a separate "
29721 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
29722 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
29723 "the boot partition.  Doing so seems to break the guest completely.  However "
29724 "expanding the second partition (ie. C: drive) should work."
29725 msgstr ""
29726
29727 #. type: textblock
29728 #: ../tools/virt-resize.pl:1445
29729 msgid ""
29730 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
29731 "NTFS partitions have been expanded.  This is just a safety check and (unless "
29732 "it find errors) is nothing to worry about."
29733 msgstr ""
29734
29735 #. type: =head2
29736 #: ../tools/virt-resize.pl:1449
29737 msgid "GUEST BOOT STUCK AT \"GRUB\""
29738 msgstr ""
29739
29740 #. type: textblock
29741 #: ../tools/virt-resize.pl:1451
29742 msgid ""
29743 "If a Linux guest does not boot after resizing, and the boot is stuck after "
29744 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
29745 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
29746 "although we think is to do with partition alignment."
29747 msgstr ""
29748
29749 #. type: verbatim
29750 #: ../tools/virt-resize.pl:1456
29751 #, no-wrap
29752 msgid ""
29753 " guestfish -i -a newdisk\n"
29754 " ><fs> cat /boot/grub/device.map\n"
29755 " # check the contents of this file are sensible or\n"
29756 " # edit the file if necessary\n"
29757 " ><fs> grub-install / /dev/vda\n"
29758 " ><fs> exit\n"
29759 "\n"
29760 msgstr ""
29761
29762 #. type: textblock
29763 #: ../tools/virt-resize.pl:1463
29764 msgid ""
29765 "For more flexible guest reconfiguration, including if you need to specify "
29766 "other parameters to grub-install, use L<virt-rescue(1)>."
29767 msgstr ""
29768
29769 #. type: =head1
29770 #: ../tools/virt-resize.pl:1466
29771 msgid "ALTERNATIVE TOOLS"
29772 msgstr ""
29773
29774 #. type: textblock
29775 #: ../tools/virt-resize.pl:1468
29776 msgid ""
29777 "There are several proprietary tools for resizing partitions.  We won't "
29778 "mention any here."
29779 msgstr ""
29780
29781 #. type: textblock
29782 #: ../tools/virt-resize.pl:1471
29783 msgid ""
29784 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
29785 "operations on disk images.  They can resize and move partitions, but I don't "
29786 "think they can do anything with the contents, and they certainly don't "
29787 "understand LVM."
29788 msgstr ""
29789
29790 #. type: textblock
29791 #: ../tools/virt-resize.pl:1476
29792 msgid ""
29793 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
29794 "but at a much lower level.  You will probably end up hand-calculating sector "
29795 "offsets, which is something that virt-resize was designed to avoid.  If you "
29796 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
29797 "C<--debug> flag."
29798 msgstr ""
29799
29800 #. type: textblock
29801 #: ../tools/virt-resize.pl:1491
29802 msgid ""
29803 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
29804 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
29805 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
29806 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
29807 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29808 msgstr ""
29809
29810 #. type: textblock
29811 #: ../tools/virt-list-filesystems.pl:32
29812 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29813 msgstr ""
29814
29815 #. type: verbatim
29816 #: ../tools/virt-list-filesystems.pl:36
29817 #, no-wrap
29818 msgid ""
29819 " virt-list-filesystems [--options] domname\n"
29820 "\n"
29821 msgstr ""
29822
29823 #. type: verbatim
29824 #: ../tools/virt-list-filesystems.pl:38
29825 #, no-wrap
29826 msgid ""
29827 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29828 "\n"
29829 msgstr ""
29830
29831 #. type: textblock
29832 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29833 msgid ""
29834 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29835 "replacement."
29836 msgstr ""
29837
29838 #. type: textblock
29839 #: ../tools/virt-list-filesystems.pl:45
29840 msgid ""
29841 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29842 "are contained in a virtual machine or disk image."
29843 msgstr ""
29844
29845 #. type: textblock
29846 #: ../tools/virt-list-filesystems.pl:49
29847 msgid ""
29848 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29849 "functionality.  For more complex cases you should look at the "
29850 "L<guestfish(1)> tool."
29851 msgstr ""
29852
29853 #. type: =item
29854 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29855 msgid "B<-l> | B<--long>"
29856 msgstr ""
29857
29858 #. type: textblock
29859 #: ../tools/virt-list-filesystems.pl:108
29860 msgid ""
29861 "With this option, C<virt-list-filesystems> displays the type of each "
29862 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29863 msgstr ""
29864
29865 #. type: =item
29866 #: ../tools/virt-list-filesystems.pl:115
29867 msgid "B<-a> | B<--all>"
29868 msgstr ""
29869
29870 #. type: textblock
29871 #: ../tools/virt-list-filesystems.pl:117
29872 msgid ""
29873 "Normally we only show mountable filesystems.  If this option is given then "
29874 "swap devices are shown too."
29875 msgstr ""
29876
29877 #. type: textblock
29878 #: ../tools/virt-list-filesystems.pl:191
29879 msgid ""
29880 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29881 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29882 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29883 msgstr ""
29884
29885 #. type: textblock
29886 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29887 msgid "Copyright (C) 2009 Red Hat Inc."
29888 msgstr ""
29889
29890 #. type: textblock
29891 #: ../tools/virt-tar.pl:33
29892 msgid "virt-tar - Extract or upload files to a virtual machine"
29893 msgstr ""
29894
29895 #. type: verbatim
29896 #: ../tools/virt-tar.pl:37
29897 #, no-wrap
29898 msgid ""
29899 " virt-tar [--options] -x domname directory tarball\n"
29900 "\n"
29901 msgstr ""
29902
29903 #. type: verbatim
29904 #: ../tools/virt-tar.pl:39
29905 #, no-wrap
29906 msgid ""
29907 " virt-tar [--options] -u domname tarball directory\n"
29908 "\n"
29909 msgstr ""
29910
29911 #. type: verbatim
29912 #: ../tools/virt-tar.pl:41
29913 #, no-wrap
29914 msgid ""
29915 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29916 "\n"
29917 msgstr ""
29918
29919 #. type: verbatim
29920 #: ../tools/virt-tar.pl:43
29921 #, no-wrap
29922 msgid ""
29923 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29924 "\n"
29925 msgstr ""
29926
29927 #. type: textblock
29928 #: ../tools/virt-tar.pl:47
29929 msgid ""
29930 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29931 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29932 msgstr ""
29933
29934 #. type: textblock
29935 #: ../tools/virt-tar.pl:52
29936 msgid "Download C</home> from the VM into a local tarball:"
29937 msgstr ""
29938
29939 #. type: verbatim
29940 #: ../tools/virt-tar.pl:54
29941 #, no-wrap
29942 msgid ""
29943 " virt-tar -x domname /home home.tar\n"
29944 "\n"
29945 msgstr ""
29946
29947 #. type: verbatim
29948 #: ../tools/virt-tar.pl:56
29949 #, no-wrap
29950 msgid ""
29951 " virt-tar -zx domname /home home.tar.gz\n"
29952 "\n"
29953 msgstr ""
29954
29955 #. type: textblock
29956 #: ../tools/virt-tar.pl:58
29957 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29958 msgstr ""
29959
29960 #. type: verbatim
29961 #: ../tools/virt-tar.pl:60
29962 #, no-wrap
29963 msgid ""
29964 " virt-tar -u domname uploadstuff.tar /tmp\n"
29965 "\n"
29966 msgstr ""
29967
29968 #. type: verbatim
29969 #: ../tools/virt-tar.pl:62
29970 #, no-wrap
29971 msgid ""
29972 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29973 "\n"
29974 msgstr ""
29975
29976 #. type: textblock
29977 #: ../tools/virt-tar.pl:66
29978 msgid ""
29979 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
29980 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29981 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29982 msgstr ""
29983
29984 #. type: textblock
29985 #: ../tools/virt-tar.pl:71
29986 msgid ""
29987 "You can use C<-x> (extract) on live virtual machines, but you might get "
29988 "inconsistent results or errors if there is filesystem activity inside the "
29989 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29990 "work, but the only way to guarantee consistent results is if the virtual "
29991 "machine is shut down."
29992 msgstr ""
29993
29994 #. type: textblock
29995 #: ../tools/virt-tar.pl:79
29996 msgid ""
29997 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29998 "parts of a guest filesystem.  There are many possibilities: making backups, "
29999 "uploading data files, snooping on guest activity, fixing or customizing "
30000 "guests, etc."
30001 msgstr ""
30002
30003 #. type: textblock
30004 #: ../tools/virt-tar.pl:84
30005 msgid ""
30006 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30007 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30008 "should look at the L<guestfish(1)> tool."
30009 msgstr ""
30010
30011 #. type: textblock
30012 #: ../tools/virt-tar.pl:88
30013 msgid ""
30014 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
30015 "its contents (recursively) from the virtual machine into a local tarball.  "
30016 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
30017 "virtual machine.  You cannot use these two options together."
30018 msgstr ""
30019
30020 #. type: textblock
30021 #: ../tools/virt-tar.pl:94
30022 msgid ""
30023 "In addition, you may need to use the C<-z> (gZip) option to enable "
30024 "compression.  When uploading, you have to specify C<-z> if the upload file "
30025 "is compressed because virt-tar won't detect this on its own."
30026 msgstr ""
30027
30028 #. type: textblock
30029 #: ../tools/virt-tar.pl:98
30030 msgid ""
30031 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30032 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30033 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30034 "the L<libguestfs(3)> API)."
30035 msgstr ""
30036
30037 #. type: =item
30038 #: ../tools/virt-tar.pl:156
30039 msgid "B<-x> | B<--extract> | B<--download>"
30040 msgstr ""
30041
30042 #. type: =item
30043 #: ../tools/virt-tar.pl:158
30044 msgid "B<-u> | B<--upload>"
30045 msgstr ""
30046
30047 #. type: textblock
30048 #: ../tools/virt-tar.pl:160
30049 msgid ""
30050 "Use C<-x> to extract (download) a directory from a virtual machine to a "
30051 "local tarball."
30052 msgstr ""
30053
30054 #. type: textblock
30055 #: ../tools/virt-tar.pl:163
30056 msgid ""
30057 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
30058 "Please read the L</WARNING> section above before using this option."
30059 msgstr ""
30060
30061 #. type: textblock
30062 #: ../tools/virt-tar.pl:167
30063 msgid "You must specify exactly one of these options."
30064 msgstr ""
30065
30066 #. type: =item
30067 #: ../tools/virt-tar.pl:173
30068 msgid "B<-z> | B<--gzip>"
30069 msgstr ""
30070
30071 #. type: textblock
30072 #: ../tools/virt-tar.pl:175
30073 msgid "Specify that the input or output tarball is gzip-compressed."
30074 msgstr ""
30075
30076 #. type: textblock
30077 #: ../tools/virt-tar.pl:288
30078 msgid ""
30079 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
30080 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
30081 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
30082 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30083 msgstr ""
30084
30085 #. type: textblock
30086 #: ../tools/virt-make-fs.pl:37
30087 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30088 msgstr ""
30089
30090 #. type: verbatim
30091 #: ../tools/virt-make-fs.pl:41
30092 #, no-wrap
30093 msgid ""
30094 " virt-make-fs [--options] input.tar output.img\n"
30095 "\n"
30096 msgstr ""
30097
30098 #. type: verbatim
30099 #: ../tools/virt-make-fs.pl:43
30100 #, no-wrap
30101 msgid ""
30102 " virt-make-fs [--options] input.tar.gz output.img\n"
30103 "\n"
30104 msgstr ""
30105
30106 #. type: verbatim
30107 #: ../tools/virt-make-fs.pl:45
30108 #, no-wrap
30109 msgid ""
30110 " virt-make-fs [--options] directory output.img\n"
30111 "\n"
30112 msgstr ""
30113
30114 #. type: textblock
30115 #: ../tools/virt-make-fs.pl:49
30116 msgid ""
30117 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30118 "archive or some files in a directory.  It is similar to tools like "
30119 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
30120 "it can create common filesystem types like ext2/3 or NTFS, which can be "
30121 "useful if you want to attach these filesystems to existing virtual machines "
30122 "(eg. to import large amounts of read-only data to a VM)."
30123 msgstr ""
30124
30125 #. type: textblock
30126 #: ../tools/virt-make-fs.pl:57
30127 msgid "Basic usage is:"
30128 msgstr ""
30129
30130 #. type: verbatim
30131 #: ../tools/virt-make-fs.pl:59
30132 #, no-wrap
30133 msgid ""
30134 " virt-make-fs input output\n"
30135 "\n"
30136 msgstr ""
30137
30138 #. type: textblock
30139 #: ../tools/virt-make-fs.pl:61
30140 msgid ""
30141 "where C<input> is either a directory containing files that you want to add, "
30142 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30143 "C<output> is a disk image.  The input type is detected automatically.  The "
30144 "output disk image defaults to a raw ext2 image unless you specify extra "
30145 "flags (see L</OPTIONS> below)."
30146 msgstr ""
30147
30148 #. type: =head2
30149 #: ../tools/virt-make-fs.pl:67
30150 msgid "EXTRA SPACE"
30151 msgstr ""
30152
30153 #. type: textblock
30154 #: ../tools/virt-make-fs.pl:69
30155 msgid ""
30156 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30157 "the files that it contains, but might have extra space.  Depending on how "
30158 "you are going to use the output, you might think this extra space is wasted "
30159 "and want to minimize it, or you might want to leave space so that more files "
30160 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30161 "but you can use the C<--size> flag to leave space in the filesystem if you "
30162 "want it."
30163 msgstr ""
30164
30165 #. type: textblock
30166 #: ../tools/virt-make-fs.pl:77
30167 msgid ""
30168 "An alternative way to leave extra space but not make the output image any "
30169 "bigger is to use an alternative disk image format (instead of the default "
30170 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
30171 "image format (check your hypervisor supports this before using it).  This "
30172 "allows you to choose a large C<--size> but the extra space won't actually be "
30173 "allocated in the image until you try to store something in it."
30174 msgstr ""
30175
30176 #. type: textblock
30177 #: ../tools/virt-make-fs.pl:85
30178 msgid ""
30179 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30180 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30181 "to build another image from scratch."
30182 msgstr ""
30183
30184 #. type: =head3
30185 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
30186 msgid "EXAMPLE"
30187 msgstr ""
30188
30189 #. type: verbatim
30190 #: ../tools/virt-make-fs.pl:91
30191 #, no-wrap
30192 msgid ""
30193 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30194 "\n"
30195 msgstr ""
30196
30197 #. type: =head2
30198 #: ../tools/virt-make-fs.pl:93
30199 msgid "FILESYSTEM TYPE"
30200 msgstr ""
30201
30202 #. type: textblock
30203 #: ../tools/virt-make-fs.pl:95
30204 msgid ""
30205 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30206 "libguestfs supports can be used (but I<not> read-only formats like "
30207 "ISO9660).  Here are some of the more common choices:"
30208 msgstr ""
30209
30210 #. type: =item
30211 #: ../tools/virt-make-fs.pl:101
30212 msgid "I<ext3>"
30213 msgstr ""
30214
30215 #. type: textblock
30216 #: ../tools/virt-make-fs.pl:103
30217 msgid ""
30218 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30219 "you are not going to use the filesystem in a way that requires the journal, "
30220 "then this is just wasted overhead."
30221 msgstr ""
30222
30223 #. type: =item
30224 #: ../tools/virt-make-fs.pl:107
30225 msgid "I<ntfs> or I<vfat>"
30226 msgstr ""
30227
30228 #. type: textblock
30229 #: ../tools/virt-make-fs.pl:109
30230 msgid "Useful if exporting data to a Windows guest."
30231 msgstr ""
30232
30233 #. type: textblock
30234 #: ../tools/virt-make-fs.pl:111
30235 msgid ""
30236 "I<Note for vfat>: The tar archive or local directory must only contain files "
30237 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30238 "program running within libguestfs is unable to change the ownership of "
30239 "non-root files, since vfat itself does not support this."
30240 msgstr ""
30241
30242 #. type: =item
30243 #: ../tools/virt-make-fs.pl:116
30244 msgid "I<minix>"
30245 msgstr ""
30246
30247 #. type: textblock
30248 #: ../tools/virt-make-fs.pl:118
30249 msgid ""
30250 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30251 "total filesystem size."
30252 msgstr ""
30253
30254 #. type: verbatim
30255 #: ../tools/virt-make-fs.pl:125
30256 #, no-wrap
30257 msgid ""
30258 " virt-make-fs --type=minix input minixfs.img\n"
30259 "\n"
30260 msgstr ""
30261
30262 #. type: =head2
30263 #: ../tools/virt-make-fs.pl:127
30264 msgid "TO PARTITION OR NOT TO PARTITION"
30265 msgstr ""
30266
30267 #. type: textblock
30268 #: ../tools/virt-make-fs.pl:129
30269 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30270 msgstr ""
30271
30272 #. type: textblock
30273 #: ../tools/virt-make-fs.pl:131
30274 msgid ""
30275 "Adding a partition can make the disk image more compatible with certain "
30276 "virtualized operating systems which don't expect to see a filesystem "
30277 "directly located on a block device (Linux doesn't care and will happily "
30278 "handle both types)."
30279 msgstr ""
30280
30281 #. type: textblock
30282 #: ../tools/virt-make-fs.pl:136
30283 msgid ""
30284 "On the other hand, if you have a partition table then the output image is no "
30285 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30286 "directly on a partitioned disk image.  (However libguestfs tools such as "
30287 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30288 msgstr ""
30289
30290 #. type: textblock
30291 #: ../tools/virt-make-fs.pl:144
30292 msgid "Add an MBR partition:"
30293 msgstr ""
30294
30295 #. type: verbatim
30296 #: ../tools/virt-make-fs.pl:146
30297 #, no-wrap
30298 msgid ""
30299 " virt-make-fs --partition -- input disk.img\n"
30300 "\n"
30301 msgstr ""
30302
30303 #. type: textblock
30304 #: ../tools/virt-make-fs.pl:148
30305 msgid ""
30306 "If the output disk image could be terabyte-sized or larger, it's better to "
30307 "use an EFI/GPT-compatible partition table:"
30308 msgstr ""
30309
30310 #. type: verbatim
30311 #: ../tools/virt-make-fs.pl:151
30312 #, no-wrap
30313 msgid ""
30314 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30315 "\n"
30316 msgstr ""
30317
30318 #. type: textblock
30319 #: ../tools/virt-make-fs.pl:179
30320 msgid "Enable debugging information."
30321 msgstr ""
30322
30323 #. type: =item
30324 #: ../tools/virt-make-fs.pl:185
30325 msgid "B<--size=E<lt>NE<gt>>"
30326 msgstr ""
30327
30328 #. type: =item
30329 #: ../tools/virt-make-fs.pl:187
30330 msgid "B<--size=+E<lt>NE<gt>>"
30331 msgstr ""
30332
30333 #. type: =item
30334 #: ../tools/virt-make-fs.pl:189
30335 msgid "B<-s E<lt>NE<gt>>"
30336 msgstr ""
30337
30338 #. type: =item
30339 #: ../tools/virt-make-fs.pl:191
30340 msgid "B<-s +E<lt>NE<gt>>"
30341 msgstr ""
30342
30343 #. type: textblock
30344 #: ../tools/virt-make-fs.pl:193
30345 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
30346 msgstr ""
30347
30348 #. type: textblock
30349 #: ../tools/virt-make-fs.pl:196
30350 msgid ""
30351 "If this option is I<not> given, then the output image will be just large "
30352 "enough to contain all the files, with not much wasted space."
30353 msgstr ""
30354
30355 #. type: textblock
30356 #: ../tools/virt-make-fs.pl:199
30357 msgid ""
30358 "To choose a fixed size output disk, specify an absolute number followed by "
30359 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30360 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30361 "files, else you will get an error."
30362 msgstr ""
30363
30364 #. type: textblock
30365 #: ../tools/virt-make-fs.pl:204
30366 msgid ""
30367 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30368 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30369 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
30370 "the input files, and (approximately) an extra 200 MB free space."
30371 msgstr ""
30372
30373 #. type: textblock
30374 #: ../tools/virt-make-fs.pl:210
30375 msgid ""
30376 "Note that virt-make-fs estimates free space, and therefore will not produce "
30377 "filesystems containing precisely the free space requested.  (It is much more "
30378 "expensive and time-consuming to produce a filesystem which has precisely the "
30379 "desired free space)."
30380 msgstr ""
30381
30382 #. type: =item
30383 #: ../tools/virt-make-fs.pl:219
30384 msgid "B<--format=E<lt>fmtE<gt>>"
30385 msgstr ""
30386
30387 #. type: =item
30388 #: ../tools/virt-make-fs.pl:221
30389 msgid "B<-F E<lt>fmtE<gt>>"
30390 msgstr ""
30391
30392 #. type: textblock
30393 #: ../tools/virt-make-fs.pl:223
30394 msgid "Choose the output disk image format."
30395 msgstr ""
30396
30397 #. type: textblock
30398 #: ../tools/virt-make-fs.pl:225
30399 msgid "The default is C<raw> (raw disk image)."
30400 msgstr ""
30401
30402 #. type: textblock
30403 #: ../tools/virt-make-fs.pl:227
30404 msgid ""
30405 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30406 "that would really make sense here is C<qcow2>."
30407 msgstr ""
30408
30409 #. type: =item
30410 #: ../tools/virt-make-fs.pl:234
30411 msgid "B<--type=E<lt>fsE<gt>>"
30412 msgstr ""
30413
30414 #. type: =item
30415 #: ../tools/virt-make-fs.pl:236
30416 msgid "B<-t E<lt>fsE<gt>>"
30417 msgstr ""
30418
30419 #. type: textblock
30420 #: ../tools/virt-make-fs.pl:238
30421 msgid "Choose the output filesystem type."
30422 msgstr ""
30423
30424 #. type: textblock
30425 #: ../tools/virt-make-fs.pl:240
30426 msgid "The default is C<ext2>."
30427 msgstr ""
30428
30429 #. type: textblock
30430 #: ../tools/virt-make-fs.pl:242
30431 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30432 msgstr ""
30433
30434 #. type: =item
30435 #: ../tools/virt-make-fs.pl:249
30436 msgid "B<--partition>"
30437 msgstr ""
30438
30439 #. type: =item
30440 #: ../tools/virt-make-fs.pl:251
30441 msgid "B<--partition=E<lt>parttypeE<gt>>"
30442 msgstr ""
30443
30444 #. type: textblock
30445 #: ../tools/virt-make-fs.pl:253
30446 msgid ""
30447 "If specified, this flag adds an MBR partition table to the output disk "
30448 "image."
30449 msgstr ""
30450
30451 #. type: textblock
30452 #: ../tools/virt-make-fs.pl:256
30453 msgid ""
30454 "You can change the partition table type, eg. C<--partition=gpt> for large "
30455 "disks."
30456 msgstr ""
30457
30458 #. type: textblock
30459 #: ../tools/virt-make-fs.pl:259
30460 msgid ""
30461 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
30462 "might consider the next parameter to be the partition type.  For example:"
30463 msgstr ""
30464
30465 #. type: verbatim
30466 #: ../tools/virt-make-fs.pl:263
30467 #, no-wrap
30468 msgid ""
30469 " virt-make-fs --partition input.tar ...\n"
30470 "\n"
30471 msgstr ""
30472
30473 #. type: textblock
30474 #: ../tools/virt-make-fs.pl:265
30475 msgid ""
30476 "would cause virt-make-fs to think you wanted to use a partition type of "
30477 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
30478 "dash) between options and the input file argument:"
30479 msgstr ""
30480
30481 #. type: verbatim
30482 #: ../tools/virt-make-fs.pl:269
30483 #, no-wrap
30484 msgid ""
30485 " virt-make-fs --partition -- input.tar ...\n"
30486 "\n"
30487 msgstr ""
30488
30489 #. type: textblock
30490 #: ../tools/virt-make-fs.pl:541
30491 msgid ""
30492 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30493 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30494 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30495 msgstr ""
30496
30497 #. type: verbatim
30498 #: ../tools/virt-make-fs.pl:558
30499 #, no-wrap
30500 msgid ""
30501 " export LIBGUESTFS_DEBUG=1\n"
30502 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30503 "\n"
30504 msgstr ""
30505
30506 #. type: textblock
30507 #: ../tools/virt-make-fs.pl:561
30508 msgid ""
30509 "Attach /tmp/virt-make-fs.log to a new bug report at "
30510 "L<https://bugzilla.redhat.com/>"
30511 msgstr ""
30512
30513 #. type: textblock
30514 #: ../tools/virt-list-partitions.pl:32
30515 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30516 msgstr ""
30517
30518 #. type: verbatim
30519 #: ../tools/virt-list-partitions.pl:36
30520 #, no-wrap
30521 msgid ""
30522 " virt-list-partitions [--options] domname\n"
30523 "\n"
30524 msgstr ""
30525
30526 #. type: verbatim
30527 #: ../tools/virt-list-partitions.pl:38
30528 #, no-wrap
30529 msgid ""
30530 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30531 "\n"
30532 msgstr ""
30533
30534 #. type: textblock
30535 #: ../tools/virt-list-partitions.pl:45
30536 msgid ""
30537 "C<virt-list-partitions> is a command line tool to list the partitions that "
30538 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30539 "first step to using L<virt-resize(1)>."
30540 msgstr ""
30541
30542 #. type: textblock
30543 #: ../tools/virt-list-partitions.pl:50
30544 msgid ""
30545 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30546 "functionality.  For more complex cases you should look at the "
30547 "L<guestfish(1)> tool."
30548 msgstr ""
30549
30550 #. type: =item
30551 #: ../tools/virt-list-partitions.pl:107
30552 msgid "B<-h> | B<--human-readable>"
30553 msgstr ""
30554
30555 #. type: textblock
30556 #: ../tools/virt-list-partitions.pl:109
30557 msgid "Show sizes in human-readable form (eg. \"1G\")."
30558 msgstr ""
30559
30560 #. type: textblock
30561 #: ../tools/virt-list-partitions.pl:117
30562 msgid ""
30563 "With this option, C<virt-list-partitions> displays the type and size of each "
30564 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30565 msgstr ""
30566
30567 #. type: =item
30568 #: ../tools/virt-list-partitions.pl:124
30569 msgid "B<-t> | B<--total>"
30570 msgstr ""
30571
30572 #. type: textblock
30573 #: ../tools/virt-list-partitions.pl:126
30574 msgid "Display the total size of each block device (as a separate row or rows)."
30575 msgstr ""
30576
30577 #. type: textblock
30578 #: ../tools/virt-list-partitions.pl:259
30579 msgid ""
30580 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30581 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30582 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30583 msgstr ""