guestfs(3): Indent line to keep code together.
[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.8.2\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-03-08 15:34+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:72 ../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:1011 ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024 ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059 ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089 ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101 ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592 ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711 ../src/guestfs.pod:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074 ../src/guestfs.pod:2080 ../src/guestfs.pod:2534 ../src/guestfs.pod:2538 ../src/guestfs.pod:2542 ../src/guestfs.pod:2546 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591 ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775 ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:427 ../fish/guestfish.pod:431 ../fish/guestfish.pod:435 ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373 ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1065 ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073 ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093 ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201 ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210 ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257 ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266 ../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:1204 ../src/guestfs.pod:1335 ../src/guestfs.pod:2108
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:1208 ../src/guestfs.pod:1339 ../src/guestfs.pod:2133
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:1345
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:720
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.  (These APIs used to be in a separate Perl-only "
1112 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1113 "frequently used part of this library has been rewritten in C and moved into "
1114 "the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:558
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:561
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:570
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:576
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:583
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:587
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:590
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:594
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:598
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:602
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: =head2
1212 #: ../src/guestfs.pod:611
1213 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:613
1218 msgid ""
1219 "Libguestfs can mount NTFS partitions.  It does this using the "
1220 "L<http://www.ntfs-3g.org/> driver."
1221 msgstr ""
1222
1223 #. type: =head3
1224 #: ../src/guestfs.pod:616
1225 msgid "DRIVE LETTERS AND PATHS"
1226 msgstr ""
1227
1228 #. type: textblock
1229 #: ../src/guestfs.pod:618
1230 msgid ""
1231 "DOS and Windows still use drive letters, and the filesystems are always "
1232 "treated as case insensitive by Windows itself, and therefore you might find "
1233 "a Windows configuration file referring to a path like "
1234 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1235 "that directory might be referred to as C</WINDOWS/System32>."
1236 msgstr ""
1237
1238 #. type: textblock
1239 #: ../src/guestfs.pod:624
1240 msgid ""
1241 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1242 "libguestfs to read the appropriate Windows Registry and configuration files, "
1243 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1244 "L<virt-inspector(1)>)."
1245 msgstr ""
1246
1247 #. type: textblock
1248 #: ../src/guestfs.pod:629
1249 msgid ""
1250 "Replacing backslash characters with forward slash characters is also outside "
1251 "the scope of libguestfs, but something that you can easily do."
1252 msgstr ""
1253
1254 #. type: textblock
1255 #: ../src/guestfs.pod:632
1256 msgid ""
1257 "Where we can help is in resolving the case insensitivity of paths.  For "
1258 "this, call L</guestfs_case_sensitive_path>."
1259 msgstr ""
1260
1261 #. type: =head3
1262 #: ../src/guestfs.pod:635
1263 msgid "ACCESSING THE WINDOWS REGISTRY"
1264 msgstr ""
1265
1266 #. type: textblock
1267 #: ../src/guestfs.pod:637
1268 msgid ""
1269 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1270 "files, through the library C<hivex> which is part of the libguestfs project "
1271 "although ships as a separate tarball.  You have to locate and download the "
1272 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1273 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1274 "L<virt-win-reg(1)> for more help on this issue."
1275 msgstr ""
1276
1277 #. type: =head3
1278 #: ../src/guestfs.pod:645
1279 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1280 msgstr ""
1281
1282 #. type: textblock
1283 #: ../src/guestfs.pod:647
1284 msgid ""
1285 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1286 "provide something which looks like a Linux symlink.  The way it tries to do "
1287 "the rewriting is described here:"
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: ../src/guestfs.pod:651
1292 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1293 msgstr ""
1294
1295 #. type: textblock
1296 #: ../src/guestfs.pod:653
1297 msgid ""
1298 "The essential problem is that ntfs-3g simply does not have enough "
1299 "information to do a correct job.  NTFS links can contain drive letters and "
1300 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1301 "It is almost certainly the case that libguestfs callers should ignore what "
1302 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1303 msgstr ""
1304
1305 #. type: textblock
1306 #: ../src/guestfs.pod:660
1307 msgid ""
1308 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1309 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1310 "attribute, and read the raw reparse data from that (you can find the format "
1311 "documented in various places around the web)."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "There are other useful extended attributes that can be read from ntfs-3g "
1323 "filesystems (using L</guestfs_getxattr>).  See:"
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: ../src/guestfs.pod:670
1328 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1329 msgstr ""
1330
1331 #. type: =head2
1332 #: ../src/guestfs.pod:672
1333 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1334 msgstr ""
1335
1336 #. type: textblock
1337 #: ../src/guestfs.pod:674
1338 msgid ""
1339 "Although we don't want to discourage you from using the C API, we will "
1340 "mention here that the same API is also available in other languages."
1341 msgstr ""
1342
1343 #. type: textblock
1344 #: ../src/guestfs.pod:677
1345 msgid ""
1346 "The API is broadly identical in all supported languages.  This means that "
1347 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1348 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1349 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1350 "each language."
1351 msgstr ""
1352
1353 #. type: textblock
1354 #: ../src/guestfs.pod:683
1355 msgid ""
1356 "Error messages are automatically transformed into exceptions if the language "
1357 "supports it."
1358 msgstr ""
1359
1360 #. type: textblock
1361 #: ../src/guestfs.pod:686
1362 msgid ""
1363 "We don't try to \"object orientify\" parts of the API in OO languages, "
1364 "although contributors are welcome to write higher level APIs above what we "
1365 "provide in their favourite languages if they wish."
1366 msgstr ""
1367
1368 #. type: =item
1369 #: ../src/guestfs.pod:692
1370 msgid "B<C++>"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1377 "identical to the C API.  C++ classes and exceptions are not used."
1378 msgstr ""
1379
1380 #. type: =item
1381 #: ../src/guestfs.pod:698
1382 msgid "B<C#>"
1383 msgstr ""
1384
1385 #. type: textblock
1386 #: ../src/guestfs.pod:700
1387 msgid ""
1388 "The C# bindings are highly experimental.  Please read the warnings at the "
1389 "top of C<csharp/Libguestfs.cs>."
1390 msgstr ""
1391
1392 #. type: =item
1393 #: ../src/guestfs.pod:703
1394 msgid "B<Haskell>"
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:705
1399 msgid ""
1400 "This is the only language binding that is working but incomplete.  Only "
1401 "calls which return simple integers have been bound in Haskell, and we are "
1402 "looking for help to complete this binding."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:709
1407 msgid "B<Java>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:711
1412 msgid ""
1413 "Full documentation is contained in the Javadoc which is distributed with "
1414 "libguestfs."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:714
1419 msgid "B<OCaml>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:716
1424 msgid "See L<guestfs-ocaml(3)>."
1425 msgstr ""
1426
1427 #. type: =item
1428 #: ../src/guestfs.pod:718
1429 msgid "B<Perl>"
1430 msgstr ""
1431
1432 #. type: textblock
1433 #: ../src/guestfs.pod:720
1434 msgid "See L<Sys::Guestfs(3)>."
1435 msgstr ""
1436
1437 #. type: =item
1438 #: ../src/guestfs.pod:722
1439 msgid "B<PHP>"
1440 msgstr ""
1441
1442 #. type: textblock
1443 #: ../src/guestfs.pod:724
1444 msgid ""
1445 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1446 "the php-libguestfs package for your distribution."
1447 msgstr ""
1448
1449 #. type: textblock
1450 #: ../src/guestfs.pod:727
1451 msgid "The PHP binding only works correctly on 64 bit machines."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:729
1456 msgid "B<Python>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:731
1461 msgid "See L<guestfs-python(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:733
1466 msgid "B<Ruby>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:735
1471 msgid "See L<guestfs-ruby(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:737
1476 msgid "B<shell scripts>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:739
1481 msgid "See L<guestfish(1)>."
1482 msgstr ""
1483
1484 #. type: =head2
1485 #: ../src/guestfs.pod:743
1486 msgid "LIBGUESTFS GOTCHAS"
1487 msgstr ""
1488
1489 #. type: textblock
1490 #: ../src/guestfs.pod:745
1491 msgid ""
1492 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1493 "system [...] that works in the way it is documented but is counterintuitive "
1494 "and almost invites mistakes.\""
1495 msgstr ""
1496
1497 #. type: textblock
1498 #: ../src/guestfs.pod:749
1499 msgid ""
1500 "Since we developed libguestfs and the associated tools, there are several "
1501 "things we would have designed differently, but are now stuck with for "
1502 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1503 "release, you can expect these to change.  Beware of them."
1504 msgstr ""
1505
1506 #. type: =item
1507 #: ../src/guestfs.pod:757
1508 msgid "Autosync / forgetting to sync."
1509 msgstr ""
1510
1511 #. type: textblock
1512 #: ../src/guestfs.pod:759
1513 msgid ""
1514 "When modifying a filesystem from C or another language, you B<must> unmount "
1515 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1516 "libguestfs handle.  You can also call:"
1517 msgstr ""
1518
1519 #. type: verbatim
1520 #: ../src/guestfs.pod:763
1521 #, no-wrap
1522 msgid ""
1523 " guestfs_set_autosync (g, 1);\n"
1524 "\n"
1525 msgstr ""
1526
1527 #. type: textblock
1528 #: ../src/guestfs.pod:765
1529 msgid ""
1530 "to have the unmount/sync done automatically for you when the handle 'g' is "
1531 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1532 "q.v.)"
1533 msgstr ""
1534
1535 #. type: textblock
1536 #: ../src/guestfs.pod:769
1537 msgid ""
1538 "If you forget to do this, then it is entirely possible that your changes "
1539 "won't be written out, or will be partially written, or (very rarely) that "
1540 "you'll get disk corruption."
1541 msgstr ""
1542
1543 #. type: textblock
1544 #: ../src/guestfs.pod:773
1545 msgid ""
1546 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1547 "guestfish scripts that forget to sync will work just fine, which can make "
1548 "this very puzzling if you are trying to debug a problem."
1549 msgstr ""
1550
1551 #. type: textblock
1552 #: ../src/guestfs.pod:777
1553 msgid ""
1554 "Update: Autosync is enabled by default for all API users starting from "
1555 "libguestfs 1.5.24."
1556 msgstr ""
1557
1558 #. type: =item
1559 #: ../src/guestfs.pod:780
1560 msgid "Mount option C<-o sync> should not be the default."
1561 msgstr ""
1562
1563 #. type: textblock
1564 #: ../src/guestfs.pod:782
1565 msgid ""
1566 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1567 "However C<-o sync> does not add any reliability benefit, but does have a "
1568 "very large performance impact."
1569 msgstr ""
1570
1571 #. type: textblock
1572 #: ../src/guestfs.pod:786
1573 msgid ""
1574 "The work around is to use L</guestfs_mount_options> and set the mount "
1575 "options that you actually want to use."
1576 msgstr ""
1577
1578 #. type: =item
1579 #: ../src/guestfs.pod:789
1580 msgid "Read-only should be the default."
1581 msgstr ""
1582
1583 #. type: textblock
1584 #: ../src/guestfs.pod:791
1585 msgid ""
1586 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1587 "specify I<--rw> if you want to make changes to the image."
1588 msgstr ""
1589
1590 #. type: textblock
1591 #: ../src/guestfs.pod:794
1592 msgid "This would reduce the potential to corrupt live VM images."
1593 msgstr ""
1594
1595 #. type: textblock
1596 #: ../src/guestfs.pod:796
1597 msgid ""
1598 "Note that many filesystems change the disk when you just mount and unmount, "
1599 "even if you didn't perform any writes.  You need to use "
1600 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1601 msgstr ""
1602
1603 #. type: =item
1604 #: ../src/guestfs.pod:800
1605 msgid "guestfish command line is hard to use."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:802
1610 msgid ""
1611 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1612 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1613 "exist, so it fails.  In earlier versions of guestfish the error message was "
1614 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1615 "we should have used C<guestfish -c command> to run commands."
1616 msgstr ""
1617
1618 #. type: =item
1619 #: ../src/guestfs.pod:809
1620 msgid "guestfish megabyte modifiers don't work right on all commands"
1621 msgstr ""
1622
1623 #. type: textblock
1624 #: ../src/guestfs.pod:811
1625 msgid ""
1626 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1627 "other modifiers).  What guestfish actually does is to multiply the number "
1628 "part by the modifier part and pass the result to the C API.  However this "
1629 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1630 "expecting some other unit (eg. megabytes)."
1631 msgstr ""
1632
1633 #. type: textblock
1634 #: ../src/guestfs.pod:818
1635 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1636 msgstr ""
1637
1638 #. type: verbatim
1639 #: ../src/guestfs.pod:820
1640 #, no-wrap
1641 msgid ""
1642 " lvcreate LV VG 100M\n"
1643 "\n"
1644 msgstr ""
1645
1646 #. type: textblock
1647 #: ../src/guestfs.pod:822
1648 msgid ""
1649 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1650 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1651 "megabytes * megabytes) logical volume.  The error message you get from this "
1652 "is also a little obscure."
1653 msgstr ""
1654
1655 #. type: textblock
1656 #: ../src/guestfs.pod:827
1657 msgid ""
1658 "This could be fixed in the generator by specially marking parameters and "
1659 "return values which take bytes or other units."
1660 msgstr ""
1661
1662 #. type: =item
1663 #: ../src/guestfs.pod:830
1664 msgid "Ambiguity between devices and paths"
1665 msgstr ""
1666
1667 #. type: textblock
1668 #: ../src/guestfs.pod:832
1669 msgid ""
1670 "There is a subtle ambiguity in the API between a device name "
1671 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1672 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1673 msgstr ""
1674
1675 #. type: textblock
1676 #: ../src/guestfs.pod:837
1677 msgid ""
1678 "In the current API we usually resolve this ambiguity by having two separate "
1679 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1680 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1681 "detecting if the path supplied begins with C</dev/>."
1682 msgstr ""
1683
1684 #. type: textblock
1685 #: ../src/guestfs.pod:843
1686 msgid ""
1687 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1688 "make paths/devices into structured names.  One way to do this would be to "
1689 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1690 "aspect of grub.  Another way would be to use a structured type, equivalent "
1691 "to this OCaml type:"
1692 msgstr ""
1693
1694 #. type: verbatim
1695 #: ../src/guestfs.pod:849
1696 #, no-wrap
1697 msgid ""
1698 " type path = Path of string | Device of int | Partition of int * int\n"
1699 "\n"
1700 msgstr ""
1701
1702 #. type: textblock
1703 #: ../src/guestfs.pod:851
1704 msgid "which would allow you to pass arguments like:"
1705 msgstr ""
1706
1707 #. type: verbatim
1708 #: ../src/guestfs.pod:853
1709 #, no-wrap
1710 msgid ""
1711 " Path \"/foo/bar\"\n"
1712 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1713 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1714 " Path \"/dev/sdb2\"    (* not a device *)\n"
1715 "\n"
1716 msgstr ""
1717
1718 #. type: textblock
1719 #: ../src/guestfs.pod:858
1720 msgid ""
1721 "As you can see there are still problems to resolve even with this "
1722 "representation.  Also consider how it might work in guestfish."
1723 msgstr ""
1724
1725 #. type: =head2
1726 #: ../src/guestfs.pod:863
1727 msgid "PROTOCOL LIMITS"
1728 msgstr ""
1729
1730 #. type: textblock
1731 #: ../src/guestfs.pod:865
1732 msgid ""
1733 "Internally libguestfs uses a message-based protocol to pass API calls and "
1734 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1735 "plenty more detail about this).  The maximum message size used by the "
1736 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1737 "aware of this limit.  The API calls which may be affected are individually "
1738 "documented, with a link back to this section of the documentation."
1739 msgstr ""
1740
1741 #. type: textblock
1742 #: ../src/guestfs.pod:873
1743 msgid ""
1744 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1745 "a simple string.  Because this string is at some point internally encoded as "
1746 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1747 "the requested file is larger than this then you will get an error."
1748 msgstr ""
1749
1750 #. type: textblock
1751 #: ../src/guestfs.pod:879
1752 msgid ""
1753 "In order to transfer large files into and out of the guest filesystem, you "
1754 "need to use particular calls that support this.  The sections L</UPLOADING> "
1755 "and L</DOWNLOADING> document how to do this."
1756 msgstr ""
1757
1758 #. type: textblock
1759 #: ../src/guestfs.pod:883
1760 msgid ""
1761 "You might also consider mounting the disk image using our FUSE filesystem "
1762 "support (L<guestmount(1)>)."
1763 msgstr ""
1764
1765 #. type: =head2
1766 #: ../src/guestfs.pod:886
1767 msgid "KEYS AND PASSPHRASES"
1768 msgstr ""
1769
1770 #. type: textblock
1771 #: ../src/guestfs.pod:888
1772 msgid ""
1773 "Certain libguestfs calls take a parameter that contains sensitive key "
1774 "material, passed in as a C string."
1775 msgstr ""
1776
1777 #. type: textblock
1778 #: ../src/guestfs.pod:891
1779 msgid ""
1780 "In the future we would hope to change the libguestfs implementation so that "
1781 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1782 "swap.  However this is I<not> done at the moment, because of the complexity "
1783 "of such an implementation."
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: ../src/guestfs.pod:896
1788 msgid ""
1789 "Therefore you should be aware that any key parameter you pass to libguestfs "
1790 "might end up being written out to the swap partition.  If this is a concern, "
1791 "scrub the swap partition or don't use libguestfs on encrypted devices."
1792 msgstr ""
1793
1794 #. type: =head2
1795 #: ../src/guestfs.pod:901
1796 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1797 msgstr ""
1798
1799 #. type: textblock
1800 #: ../src/guestfs.pod:903
1801 msgid ""
1802 "All high-level libguestfs actions are synchronous.  If you want to use "
1803 "libguestfs asynchronously then you must create a thread."
1804 msgstr ""
1805
1806 #. type: textblock
1807 #: ../src/guestfs.pod:906
1808 msgid ""
1809 "Only use the handle from a single thread.  Either use the handle exclusively "
1810 "from one thread, or provide your own mutex so that two threads cannot issue "
1811 "calls on the same handle at the same time."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:910
1816 msgid ""
1817 "See the graphical program guestfs-browser for one possible architecture for "
1818 "multithreaded programs using libvirt and libguestfs."
1819 msgstr ""
1820
1821 #. type: =head2
1822 #: ../src/guestfs.pod:913
1823 msgid "PATH"
1824 msgstr ""
1825
1826 #. type: textblock
1827 #: ../src/guestfs.pod:915
1828 msgid ""
1829 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
1830 "internal path."
1831 msgstr ""
1832
1833 #. type: textblock
1834 #: ../src/guestfs.pod:918
1835 msgid ""
1836 "By default it looks for these in the directory C<$libdir/guestfs> "
1837 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1838 msgstr ""
1839
1840 #. type: textblock
1841 #: ../src/guestfs.pod:921
1842 msgid ""
1843 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1844 "to change the directories that libguestfs will search in.  The value is a "
1845 "colon-separated list of paths.  The current directory is I<not> searched "
1846 "unless the path contains an empty element or C<.>.  For example "
1847 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1848 "then C</usr/lib/guestfs>."
1849 msgstr ""
1850
1851 #. type: =head2
1852 #: ../src/guestfs.pod:928
1853 msgid "QEMU WRAPPERS"
1854 msgstr ""
1855
1856 #. type: textblock
1857 #: ../src/guestfs.pod:930
1858 msgid ""
1859 "If you want to compile your own qemu, run qemu from a non-standard location, "
1860 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1861 "around qemu."
1862 msgstr ""
1863
1864 #. type: textblock
1865 #: ../src/guestfs.pod:934
1866 msgid ""
1867 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1868 "last command in the shell script (so that qemu replaces the shell and "
1869 "becomes the direct child of the libguestfs-using program).  If you don't do "
1870 "this, then the qemu process won't be cleaned up correctly."
1871 msgstr ""
1872
1873 #. type: textblock
1874 #: ../src/guestfs.pod:939
1875 msgid ""
1876 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1877 "source:"
1878 msgstr ""
1879
1880 #. type: verbatim
1881 #: ../src/guestfs.pod:942
1882 #, no-wrap
1883 msgid ""
1884 " #!/bin/sh -\n"
1885 " qemudir=/home/rjones/d/qemu\n"
1886 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1887 "\"$@\"\n"
1888 "\n"
1889 msgstr ""
1890
1891 #. type: textblock
1892 #: ../src/guestfs.pod:946
1893 msgid ""
1894 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1895 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1896 "example:"
1897 msgstr ""
1898
1899 #. type: verbatim
1900 #: ../src/guestfs.pod:950
1901 #, no-wrap
1902 msgid ""
1903 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1904 "\n"
1905 msgstr ""
1906
1907 #. type: textblock
1908 #: ../src/guestfs.pod:952
1909 msgid ""
1910 "Note that libguestfs also calls qemu with the -help and -version options in "
1911 "order to determine features."
1912 msgstr ""
1913
1914 #. type: =head2
1915 #: ../src/guestfs.pod:955
1916 msgid "ABI GUARANTEE"
1917 msgstr ""
1918
1919 #. type: textblock
1920 #: ../src/guestfs.pod:957
1921 msgid ""
1922 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
1923 "actions as outlined in this section.  Although we will deprecate some "
1924 "actions, for example if they get replaced by newer calls, we will keep the "
1925 "old actions forever.  This allows you the developer to program in confidence "
1926 "against the libguestfs API."
1927 msgstr ""
1928
1929 #. type: =head2
1930 #: ../src/guestfs.pod:963
1931 msgid "BLOCK DEVICE NAMING"
1932 msgstr ""
1933
1934 #. type: textblock
1935 #: ../src/guestfs.pod:965
1936 msgid ""
1937 "In the kernel there is now quite a profusion of schemata for naming block "
1938 "devices (in this context, by I<block device> I mean a physical or virtual "
1939 "hard drive).  The original Linux IDE driver used names starting with "
1940 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
1941 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
1942 "replacement for the old IDE driver (particularly for SATA devices) those "
1943 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
1944 "machines with paravirtualized drivers.  This has created several different "
1945 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
1946 "Xen PV disks."
1947 msgstr ""
1948
1949 #. type: textblock
1950 #: ../src/guestfs.pod:977
1951 msgid ""
1952 "As discussed above, libguestfs uses a qemu appliance running an embedded "
1953 "Linux kernel to access block devices.  We can run a variety of appliances "
1954 "based on a variety of Linux kernels."
1955 msgstr ""
1956
1957 #. type: textblock
1958 #: ../src/guestfs.pod:981
1959 msgid ""
1960 "This causes a problem for libguestfs because many API calls use device or "
1961 "partition names.  Working scripts and the recipe (example) scripts that we "
1962 "make available over the internet could fail if the naming scheme changes."
1963 msgstr ""
1964
1965 #. type: textblock
1966 #: ../src/guestfs.pod:986
1967 msgid ""
1968 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
1969 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
1970 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
1971 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
1972 msgstr ""
1973
1974 #. type: textblock
1975 #: ../src/guestfs.pod:992
1976 msgid ""
1977 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
1978 "L</guestfs_list_partitions> and similar calls return the true names of the "
1979 "devices and partitions as known to the appliance."
1980 msgstr ""
1981
1982 #. type: =head3
1983 #: ../src/guestfs.pod:997
1984 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
1985 msgstr ""
1986
1987 #. type: textblock
1988 #: ../src/guestfs.pod:999
1989 msgid ""
1990 "Usually this translation is transparent.  However in some (very rare)  cases "
1991 "you may need to know the exact algorithm.  Such cases include where you use "
1992 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
1993 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
1994 "devices."
1995 msgstr ""
1996
1997 #. type: textblock
1998 #: ../src/guestfs.pod:1005
1999 msgid ""
2000 "The algorithm is applied only to I<parameters> which are known to be either "
2001 "device or partition names.  Return values from functions such as "
2002 "L</guestfs_list_devices> are never changed."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:1013
2007 msgid "Is the string a parameter which is a device or partition name?"
2008 msgstr ""
2009
2010 #. type: textblock
2011 #: ../src/guestfs.pod:1017
2012 msgid "Does the string begin with C</dev/sd>?"
2013 msgstr ""
2014
2015 #. type: textblock
2016 #: ../src/guestfs.pod:1021
2017 msgid ""
2018 "Does the named device exist? If so, we use that device.  However if I<not> "
2019 "then we continue with this algorithm."
2020 msgstr ""
2021
2022 #. type: textblock
2023 #: ../src/guestfs.pod:1026
2024 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2025 msgstr ""
2026
2027 #. type: textblock
2028 #: ../src/guestfs.pod:1028
2029 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2030 msgstr ""
2031
2032 #. type: textblock
2033 #: ../src/guestfs.pod:1030
2034 msgid "If that named device exists, use it.  If not, continue."
2035 msgstr ""
2036
2037 #. type: textblock
2038 #: ../src/guestfs.pod:1034
2039 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2040 msgstr ""
2041
2042 #. type: textblock
2043 #: ../src/guestfs.pod:1036
2044 msgid "If that named device exists, use it.  If not, return an error."
2045 msgstr ""
2046
2047 #. type: =head3
2048 #: ../src/guestfs.pod:1040
2049 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2050 msgstr ""
2051
2052 #. type: textblock
2053 #: ../src/guestfs.pod:1042
2054 msgid ""
2055 "Although the standard naming scheme and automatic translation is useful for "
2056 "simple programs and guestfish scripts, for larger programs it is best not to "
2057 "rely on this mechanism."
2058 msgstr ""
2059
2060 #. type: textblock
2061 #: ../src/guestfs.pod:1046
2062 msgid ""
2063 "Where possible for maximum future portability programs using libguestfs "
2064 "should use these future-proof techniques:"
2065 msgstr ""
2066
2067 #. type: textblock
2068 #: ../src/guestfs.pod:1053
2069 msgid ""
2070 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2071 "device names, and then use those names directly."
2072 msgstr ""
2073
2074 #. type: textblock
2075 #: ../src/guestfs.pod:1056
2076 msgid "Since those device names exist by definition, they will never be translated."
2077 msgstr ""
2078
2079 #. type: textblock
2080 #: ../src/guestfs.pod:1061
2081 msgid ""
2082 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2083 "filesystem labels."
2084 msgstr ""
2085
2086 #. type: =head1
2087 #: ../src/guestfs.pod:1066
2088 msgid "SECURITY"
2089 msgstr ""
2090
2091 #. type: textblock
2092 #: ../src/guestfs.pod:1068
2093 msgid ""
2094 "This section discusses security implications of using libguestfs, "
2095 "particularly with untrusted or malicious guests or disk images."
2096 msgstr ""
2097
2098 #. type: =head2
2099 #: ../src/guestfs.pod:1071
2100 msgid "GENERAL SECURITY CONSIDERATIONS"
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1073
2105 msgid ""
2106 "Be careful with any files or data that you download from a guest (by "
2107 "\"download\" we mean not just the L</guestfs_download> command but any "
2108 "command that reads files, filenames, directories or anything else from a "
2109 "disk image).  An attacker could manipulate the data to fool your program "
2110 "into doing the wrong thing.  Consider cases such as:"
2111 msgstr ""
2112
2113 #. type: textblock
2114 #: ../src/guestfs.pod:1083
2115 msgid "the data (file etc) not being present"
2116 msgstr ""
2117
2118 #. type: textblock
2119 #: ../src/guestfs.pod:1087
2120 msgid "being present but empty"
2121 msgstr ""
2122
2123 #. type: textblock
2124 #: ../src/guestfs.pod:1091
2125 msgid "being much larger than normal"
2126 msgstr ""
2127
2128 #. type: textblock
2129 #: ../src/guestfs.pod:1095
2130 msgid "containing arbitrary 8 bit data"
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1099
2135 msgid "being in an unexpected character encoding"
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: ../src/guestfs.pod:1103
2140 msgid "containing homoglyphs."
2141 msgstr ""
2142
2143 #. type: =head2
2144 #: ../src/guestfs.pod:1107
2145 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1109
2150 msgid ""
2151 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2152 "(VFS) module can sometimes be escalated into exploits by deliberately "
2153 "creating a malicious, malformed filesystem.  These exploits are very severe "
2154 "for two reasons.  Firstly there are very many filesystem drivers in the "
2155 "kernel, and many of them are infrequently used and not much developer "
2156 "attention has been paid to the code.  Linux userspace helps potential "
2157 "crackers by detecting the filesystem type and automatically choosing the "
2158 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2159 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2160 "exploit (worse in some ways), giving immediate and total access to the "
2161 "system right down to the hardware level."
2162 msgstr ""
2163
2164 #. type: textblock
2165 #: ../src/guestfs.pod:1122
2166 msgid ""
2167 "That explains why you should never mount a filesystem from an untrusted "
2168 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2169 "inside a qemu virtual machine, usually running as a non-root user.  The "
2170 "attacker would need to write a filesystem which first exploited the kernel, "
2171 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2172 "the libguestfs protocol, and finally to be as serious as the host kernel "
2173 "exploit it would need to escalate its privileges to root.  This multi-step "
2174 "escalation, performed by a static piece of data, is thought to be extremely "
2175 "hard to do, although we never say 'never' about security issues."
2176 msgstr ""
2177
2178 #. type: textblock
2179 #: ../src/guestfs.pod:1133
2180 msgid ""
2181 "In any case callers can reduce the attack surface by forcing the filesystem "
2182 "type when mounting (use L</guestfs_mount_vfs>)."
2183 msgstr ""
2184
2185 #. type: =head2
2186 #: ../src/guestfs.pod:1136
2187 msgid "PROTOCOL SECURITY"
2188 msgstr ""
2189
2190 #. type: textblock
2191 #: ../src/guestfs.pod:1138
2192 msgid ""
2193 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2194 "defined upper message size.  However a program that uses libguestfs must "
2195 "also take care - for example you can write a program that downloads a binary "
2196 "from a disk image and executes it locally, and no amount of protocol "
2197 "security will save you from the consequences."
2198 msgstr ""
2199
2200 #. type: =head2
2201 #: ../src/guestfs.pod:1144
2202 msgid "INSPECTION SECURITY"
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: ../src/guestfs.pod:1146
2207 msgid ""
2208 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2209 "directly from the guest, and these could contain any 8 bit data.  Callers "
2210 "should be careful to escape these before printing them to a structured file "
2211 "(for example, use HTML escaping if creating a web page)."
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1152
2216 msgid ""
2217 "Guest configuration may be altered in unusual ways by the administrator of "
2218 "the virtual machine, and may not reflect reality (particularly for untrusted "
2219 "or actively malicious guests).  For example we parse the hostname from "
2220 "configuration files like C</etc/sysconfig/network> that we find in the "
2221 "guest, but the guest administrator can easily manipulate these files to "
2222 "provide the wrong hostname."
2223 msgstr ""
2224
2225 #. type: textblock
2226 #: ../src/guestfs.pod:1160
2227 msgid ""
2228 "The inspection API parses guest configuration using two external libraries: "
2229 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2230 "designed to be robust in the face of malicious data, although denial of "
2231 "service attacks are still possible, for example with oversized configuration "
2232 "files."
2233 msgstr ""
2234
2235 #. type: =head2
2236 #: ../src/guestfs.pod:1166
2237 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2238 msgstr ""
2239
2240 #. type: textblock
2241 #: ../src/guestfs.pod:1168
2242 msgid ""
2243 "Be very cautious about running commands from the guest.  By running a "
2244 "command in the guest, you are giving CPU time to a binary that you do not "
2245 "control, under the same user account as the library, albeit wrapped in qemu "
2246 "virtualization.  More information and alternatives can be found in the "
2247 "section L</RUNNING COMMANDS>."
2248 msgstr ""
2249
2250 #. type: =head2
2251 #: ../src/guestfs.pod:1174
2252 msgid "CVE-2010-3851"
2253 msgstr ""
2254
2255 #. type: textblock
2256 #: ../src/guestfs.pod:1176
2257 msgid "https://bugzilla.redhat.com/642934"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1178
2262 msgid ""
2263 "This security bug concerns the automatic disk format detection that qemu "
2264 "does on disk images."
2265 msgstr ""
2266
2267 #. type: textblock
2268 #: ../src/guestfs.pod:1181
2269 msgid ""
2270 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2271 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2272 "for one of the known headers, and if none is found then assuming the disk "
2273 "image must be raw."
2274 msgstr ""
2275
2276 #. type: textblock
2277 #: ../src/guestfs.pod:1186
2278 msgid ""
2279 "This allows a guest which has been given a raw disk image to write some "
2280 "other header.  At next boot (or when the disk image is accessed by "
2281 "libguestfs) qemu would do autodetection and think the disk image format was, "
2282 "say, qcow2 based on the header written by the guest."
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1191
2287 msgid ""
2288 "This in itself would not be a problem, but qcow2 offers many features, one "
2289 "of which is to allow a disk image to refer to another image (called the "
2290 "\"backing disk\").  It does this by placing the path to the backing disk "
2291 "into the qcow2 header.  This path is not validated and could point to any "
2292 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2293 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2294 "control of the attacker."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: ../src/guestfs.pod:1199
2299 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2300 msgstr ""
2301
2302 #. type: textblock
2303 #: ../src/guestfs.pod:1206
2304 msgid "You have enabled the network or have opened the disk in write mode."
2305 msgstr ""
2306
2307 #. type: textblock
2308 #: ../src/guestfs.pod:1210
2309 msgid ""
2310 "You are also running untrusted code from the guest (see L</RUNNING "
2311 "COMMANDS>)."
2312 msgstr ""
2313
2314 #. type: textblock
2315 #: ../src/guestfs.pod:1215
2316 msgid ""
2317 "The way to avoid this is to specify the expected disk format when adding "
2318 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2319 "should always do this if the disk is raw format, and it's a good idea for "
2320 "other cases too."
2321 msgstr ""
2322
2323 #. type: textblock
2324 #: ../src/guestfs.pod:1220
2325 msgid ""
2326 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2327 "format is fetched from libvirt and passed through."
2328 msgstr ""
2329
2330 #. type: textblock
2331 #: ../src/guestfs.pod:1223
2332 msgid ""
2333 "For libguestfs tools, use the I<--format> command line parameter as "
2334 "appropriate."
2335 msgstr ""
2336
2337 #. type: =head1
2338 #: ../src/guestfs.pod:1226
2339 msgid "CONNECTION MANAGEMENT"
2340 msgstr ""
2341
2342 #. type: =head2
2343 #: ../src/guestfs.pod:1228
2344 msgid "guestfs_h *"
2345 msgstr ""
2346
2347 #. type: textblock
2348 #: ../src/guestfs.pod:1230
2349 msgid ""
2350 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2351 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2352 "handle and release all resources used."
2353 msgstr ""
2354
2355 #. type: textblock
2356 #: ../src/guestfs.pod:1234
2357 msgid ""
2358 "For information on using multiple handles and threads, see the section "
2359 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2360 msgstr ""
2361
2362 #. type: =head2
2363 #: ../src/guestfs.pod:1237
2364 msgid "guestfs_create"
2365 msgstr ""
2366
2367 #. type: verbatim
2368 #: ../src/guestfs.pod:1239
2369 #, no-wrap
2370 msgid ""
2371 " guestfs_h *guestfs_create (void);\n"
2372 "\n"
2373 msgstr ""
2374
2375 #. type: textblock
2376 #: ../src/guestfs.pod:1241
2377 msgid "Create a connection handle."
2378 msgstr ""
2379
2380 #. type: textblock
2381 #: ../src/guestfs.pod:1243
2382 msgid ""
2383 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2384 "on the handle at least once."
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1246
2389 msgid ""
2390 "This function returns a non-NULL pointer to a handle on success or NULL on "
2391 "error."
2392 msgstr ""
2393
2394 #. type: textblock
2395 #: ../src/guestfs.pod:1249
2396 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2397 msgstr ""
2398
2399 #. type: textblock
2400 #: ../src/guestfs.pod:1251
2401 msgid ""
2402 "You may also want to configure error handling for the handle.  See L</ERROR "
2403 "HANDLING> section below."
2404 msgstr ""
2405
2406 #. type: =head2
2407 #: ../src/guestfs.pod:1254
2408 msgid "guestfs_close"
2409 msgstr ""
2410
2411 #. type: verbatim
2412 #: ../src/guestfs.pod:1256
2413 #, no-wrap
2414 msgid ""
2415 " void guestfs_close (guestfs_h *g);\n"
2416 "\n"
2417 msgstr ""
2418
2419 #. type: textblock
2420 #: ../src/guestfs.pod:1258
2421 msgid "This closes the connection handle and frees up all resources used."
2422 msgstr ""
2423
2424 #. type: =head1
2425 #: ../src/guestfs.pod:1260
2426 msgid "ERROR HANDLING"
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: ../src/guestfs.pod:1262
2431 msgid ""
2432 "API functions can return errors.  For example, almost all functions that "
2433 "return C<int> will return C<-1> to indicate an error."
2434 msgstr ""
2435
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1265
2438 msgid ""
2439 "Additional information is available for errors: an error message string and "
2440 "optionally an error number (errno) if the thing that failed was a system "
2441 "call."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1269
2446 msgid ""
2447 "You can get at the additional information about the last error on the handle "
2448 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2449 "up an error handler with L</guestfs_set_error_handler>."
2450 msgstr ""
2451
2452 #. type: textblock
2453 #: ../src/guestfs.pod:1274
2454 msgid ""
2455 "When the handle is created, a default error handler is installed which "
2456 "prints the error message string to C<stderr>.  For small short-running "
2457 "command line programs it is sufficient to do:"
2458 msgstr ""
2459
2460 #. type: verbatim
2461 #: ../src/guestfs.pod:1278
2462 #, no-wrap
2463 msgid ""
2464 " if (guestfs_launch (g) == -1)\n"
2465 "   exit (EXIT_FAILURE);\n"
2466 "\n"
2467 msgstr ""
2468
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1281
2471 msgid ""
2472 "since the default error handler will ensure that an error message has been "
2473 "printed to C<stderr> before the program exits."
2474 msgstr ""
2475
2476 #. type: textblock
2477 #: ../src/guestfs.pod:1284
2478 msgid ""
2479 "For other programs the caller will almost certainly want to install an "
2480 "alternate error handler or do error handling in-line like this:"
2481 msgstr ""
2482
2483 #. type: verbatim
2484 #: ../src/guestfs.pod:1287
2485 #, no-wrap
2486 msgid ""
2487 " g = guestfs_create ();\n"
2488 " \n"
2489 msgstr ""
2490
2491 #. type: verbatim
2492 #: ../src/guestfs.pod:1289
2493 #, no-wrap
2494 msgid ""
2495 " /* This disables the default behaviour of printing errors\n"
2496 "    on stderr. */\n"
2497 " guestfs_set_error_handler (g, NULL, NULL);\n"
2498 " \n"
2499 msgstr ""
2500
2501 #. type: verbatim
2502 #: ../src/guestfs.pod:1293
2503 #, no-wrap
2504 msgid ""
2505 " if (guestfs_launch (g) == -1) {\n"
2506 "   /* Examine the error message and print it etc. */\n"
2507 "   char *msg = guestfs_last_error (g);\n"
2508 "   int errnum = guestfs_last_errno (g);\n"
2509 "   fprintf (stderr, \"%s\\n\", msg);\n"
2510 "   /* ... */\n"
2511 "  }\n"
2512 "\n"
2513 msgstr ""
2514
2515 #. type: textblock
2516 #: ../src/guestfs.pod:1301
2517 msgid ""
2518 "Out of memory errors are handled differently.  The default action is to call "
2519 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2520 "L</guestfs_set_out_of_memory_handler>."
2521 msgstr ""
2522
2523 #. type: textblock
2524 #: ../src/guestfs.pod:1305
2525 msgid ""
2526 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2527 "because there is no handle if this happens there is no way to get additional "
2528 "error information.  However L</guestfs_create> is supposed to be a "
2529 "lightweight operation which can only fail because of insufficient memory (it "
2530 "returns NULL in this case)."
2531 msgstr ""
2532
2533 #. type: =head2
2534 #: ../src/guestfs.pod:1311
2535 msgid "guestfs_last_error"
2536 msgstr ""
2537
2538 #. type: verbatim
2539 #: ../src/guestfs.pod:1313
2540 #, no-wrap
2541 msgid ""
2542 " const char *guestfs_last_error (guestfs_h *g);\n"
2543 "\n"
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1315
2548 msgid ""
2549 "This returns the last error message that happened on C<g>.  If there has not "
2550 "been an error since the handle was created, then this returns C<NULL>."
2551 msgstr ""
2552
2553 #. type: textblock
2554 #: ../src/guestfs.pod:1319
2555 msgid ""
2556 "The lifetime of the returned string is until the next error occurs, or "
2557 "L</guestfs_close> is called."
2558 msgstr ""
2559
2560 #. type: =head2
2561 #: ../src/guestfs.pod:1322
2562 msgid "guestfs_last_errno"
2563 msgstr ""
2564
2565 #. type: verbatim
2566 #: ../src/guestfs.pod:1324
2567 #, no-wrap
2568 msgid ""
2569 " int guestfs_last_errno (guestfs_h *g);\n"
2570 "\n"
2571 msgstr ""
2572
2573 #. type: textblock
2574 #: ../src/guestfs.pod:1326
2575 msgid "This returns the last error number (errno) that happened on C<g>."
2576 msgstr ""
2577
2578 #. type: textblock
2579 #: ../src/guestfs.pod:1328
2580 msgid "If successful, an errno integer not equal to zero is returned."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1330
2585 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2586 msgstr ""
2587
2588 #. type: textblock
2589 #: ../src/guestfs.pod:1337
2590 msgid "There has not been any error on the handle."
2591 msgstr ""
2592
2593 #. type: textblock
2594 #: ../src/guestfs.pod:1341
2595 msgid ""
2596 "There has been an error but the errno was meaningless.  This corresponds to "
2597 "the case where the error did not come from a failed system call, but for "
2598 "some other reason."
2599 msgstr ""
2600
2601 #. type: textblock
2602 #: ../src/guestfs.pod:1347
2603 msgid ""
2604 "There was an error from a failed system call, but for some reason the errno "
2605 "was not captured and returned.  This usually indicates a bug in libguestfs."
2606 msgstr ""
2607
2608 #. type: textblock
2609 #: ../src/guestfs.pod:1353
2610 msgid ""
2611 "Libguestfs tries to convert the errno from inside the applicance into a "
2612 "corresponding errno for the caller (not entirely trivial: the appliance "
2613 "might be running a completely different operating system from the library "
2614 "and error numbers are not standardized across Un*xen).  If this could not be "
2615 "done, then the error is translated to C<EINVAL>.  In practice this should "
2616 "only happen in very rare circumstances."
2617 msgstr ""
2618
2619 #. type: =head2
2620 #: ../src/guestfs.pod:1361
2621 msgid "guestfs_set_error_handler"
2622 msgstr ""
2623
2624 #. type: verbatim
2625 #: ../src/guestfs.pod:1363
2626 #, no-wrap
2627 msgid ""
2628 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2629 "                                           void *opaque,\n"
2630 "                                           const char *msg);\n"
2631 " void guestfs_set_error_handler (guestfs_h *g,\n"
2632 "                                 guestfs_error_handler_cb cb,\n"
2633 "                                 void *opaque);\n"
2634 "\n"
2635 msgstr ""
2636
2637 #. type: textblock
2638 #: ../src/guestfs.pod:1370
2639 msgid ""
2640 "The callback C<cb> will be called if there is an error.  The parameters "
2641 "passed to the callback are an opaque data pointer and the error message "
2642 "string."
2643 msgstr ""
2644
2645 #. type: textblock
2646 #: ../src/guestfs.pod:1374
2647 msgid ""
2648 "C<errno> is not passed to the callback.  To get that the callback must call "
2649 "L</guestfs_last_errno>."
2650 msgstr ""
2651
2652 #. type: textblock
2653 #: ../src/guestfs.pod:1377
2654 msgid ""
2655 "Note that the message string C<msg> is freed as soon as the callback "
2656 "function returns, so if you want to stash it somewhere you must make your "
2657 "own copy."
2658 msgstr ""
2659
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1381
2662 msgid "The default handler prints messages on C<stderr>."
2663 msgstr ""
2664
2665 #. type: textblock
2666 #: ../src/guestfs.pod:1383
2667 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2668 msgstr ""
2669
2670 #. type: =head2
2671 #: ../src/guestfs.pod:1385
2672 msgid "guestfs_get_error_handler"
2673 msgstr ""
2674
2675 #. type: verbatim
2676 #: ../src/guestfs.pod:1387
2677 #, no-wrap
2678 msgid ""
2679 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2680 "                                                     void **opaque_rtn);\n"
2681 "\n"
2682 msgstr ""
2683
2684 #. type: textblock
2685 #: ../src/guestfs.pod:1390
2686 msgid "Returns the current error handler callback."
2687 msgstr ""
2688
2689 #. type: =head2
2690 #: ../src/guestfs.pod:1392
2691 msgid "guestfs_set_out_of_memory_handler"
2692 msgstr ""
2693
2694 #. type: verbatim
2695 #: ../src/guestfs.pod:1394
2696 #, no-wrap
2697 msgid ""
2698 " typedef void (*guestfs_abort_cb) (void);\n"
2699 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2700 "                                        guestfs_abort_cb);\n"
2701 "\n"
2702 msgstr ""
2703
2704 #. type: textblock
2705 #: ../src/guestfs.pod:1398
2706 msgid ""
2707 "The callback C<cb> will be called if there is an out of memory situation.  "
2708 "I<Note this callback must not return>."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: ../src/guestfs.pod:1401
2713 msgid "The default is to call L<abort(3)>."
2714 msgstr ""
2715
2716 #. type: textblock
2717 #: ../src/guestfs.pod:1403
2718 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2719 msgstr ""
2720
2721 #. type: =head2
2722 #: ../src/guestfs.pod:1406
2723 msgid "guestfs_get_out_of_memory_handler"
2724 msgstr ""
2725
2726 #. type: verbatim
2727 #: ../src/guestfs.pod:1408
2728 #, no-wrap
2729 msgid ""
2730 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2731 "\n"
2732 msgstr ""
2733
2734 #. type: textblock
2735 #: ../src/guestfs.pod:1410
2736 msgid "This returns the current out of memory handler."
2737 msgstr ""
2738
2739 #. type: =head1
2740 #: ../src/guestfs.pod:1412
2741 msgid "API CALLS"
2742 msgstr ""
2743
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
2746 msgid "@ACTIONS@"
2747 msgstr ""
2748
2749 #. type: =head1
2750 #: ../src/guestfs.pod:1416
2751 msgid "STRUCTURES"
2752 msgstr ""
2753
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1418
2756 msgid "@STRUCTS@"
2757 msgstr ""
2758
2759 #. type: =head1
2760 #: ../src/guestfs.pod:1420
2761 msgid "AVAILABILITY"
2762 msgstr ""
2763
2764 #. type: =head2
2765 #: ../src/guestfs.pod:1422
2766 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2767 msgstr ""
2768
2769 #. type: textblock
2770 #: ../src/guestfs.pod:1424
2771 msgid ""
2772 "Using L</guestfs_available> you can test availability of the following "
2773 "groups of functions.  This test queries the appliance to see if the "
2774 "appliance you are currently using supports the functionality."
2775 msgstr ""
2776
2777 #. type: textblock
2778 #: ../src/guestfs.pod:1429
2779 msgid "@AVAILABILITY@"
2780 msgstr ""
2781
2782 #. type: =head2
2783 #: ../src/guestfs.pod:1431
2784 msgid "GUESTFISH supported COMMAND"
2785 msgstr ""
2786
2787 #. type: textblock
2788 #: ../src/guestfs.pod:1433
2789 msgid ""
2790 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2791 "prints out the available groups and whether they are supported by this build "
2792 "of libguestfs.  Note however that you have to do C<run> first."
2793 msgstr ""
2794
2795 #. type: =head2
2796 #: ../src/guestfs.pod:1438
2797 msgid "SINGLE CALLS AT COMPILE TIME"
2798 msgstr ""
2799
2800 #. type: textblock
2801 #: ../src/guestfs.pod:1440
2802 msgid ""
2803 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2804 "function, such as:"
2805 msgstr ""
2806
2807 #. type: verbatim
2808 #: ../src/guestfs.pod:1443
2809 #, no-wrap
2810 msgid ""
2811 " #define LIBGUESTFS_HAVE_DD 1\n"
2812 "\n"
2813 msgstr ""
2814
2815 #. type: textblock
2816 #: ../src/guestfs.pod:1445
2817 msgid "if L</guestfs_dd> is available."
2818 msgstr ""
2819
2820 #. type: textblock
2821 #: ../src/guestfs.pod:1447
2822 msgid ""
2823 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2824 "function is available at compile time, we recommended using build tools such "
2825 "as autoconf or cmake.  For example in autotools you could use:"
2826 msgstr ""
2827
2828 #. type: verbatim
2829 #: ../src/guestfs.pod:1452
2830 #, no-wrap
2831 msgid ""
2832 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2833 " AC_CHECK_FUNCS([guestfs_dd])\n"
2834 "\n"
2835 msgstr ""
2836
2837 #. type: textblock
2838 #: ../src/guestfs.pod:1455
2839 msgid ""
2840 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2841 "in your program."
2842 msgstr ""
2843
2844 #. type: =head2
2845 #: ../src/guestfs.pod:1458
2846 msgid "SINGLE CALLS AT RUN TIME"
2847 msgstr ""
2848
2849 #. type: textblock
2850 #: ../src/guestfs.pod:1460
2851 msgid ""
2852 "Testing at compile time doesn't guarantee that a function really exists in "
2853 "the library.  The reason is that you might be dynamically linked against a "
2854 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2855 "This situation unfortunately results in a segmentation fault, which is a "
2856 "shortcoming of the C dynamic linking system itself."
2857 msgstr ""
2858
2859 #. type: textblock
2860 #: ../src/guestfs.pod:1467
2861 msgid ""
2862 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2863 "in this example program (note that you still need the compile time check as "
2864 "well):"
2865 msgstr ""
2866
2867 #. type: verbatim
2868 #: ../src/guestfs.pod:1471
2869 #, no-wrap
2870 msgid ""
2871 " #include <stdio.h>\n"
2872 " #include <stdlib.h>\n"
2873 " #include <unistd.h>\n"
2874 " #include <dlfcn.h>\n"
2875 " #include <guestfs.h>\n"
2876 " \n"
2877 msgstr ""
2878
2879 #. type: verbatim
2880 #: ../src/guestfs.pod:1477
2881 #, no-wrap
2882 msgid ""
2883 " main ()\n"
2884 " {\n"
2885 " #ifdef LIBGUESTFS_HAVE_DD\n"
2886 "   void *dl;\n"
2887 "   int has_function;\n"
2888 " \n"
2889 msgstr ""
2890
2891 #. type: verbatim
2892 #: ../src/guestfs.pod:1483
2893 #, no-wrap
2894 msgid ""
2895 "   /* Test if the function guestfs_dd is really available. */\n"
2896 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2897 "   if (!dl) {\n"
2898 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2899 "     exit (EXIT_FAILURE);\n"
2900 "   }\n"
2901 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2902 "   dlclose (dl);\n"
2903 " \n"
2904 msgstr ""
2905
2906 #. type: verbatim
2907 #: ../src/guestfs.pod:1492
2908 #, no-wrap
2909 msgid ""
2910 "   if (!has_function)\n"
2911 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2912 "   else {\n"
2913 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2914 "     /* Now it's safe to call\n"
2915 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2916 "     */\n"
2917 "   }\n"
2918 " #else\n"
2919 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2920 " #endif\n"
2921 "  }\n"
2922 "\n"
2923 msgstr ""
2924
2925 #. type: textblock
2926 #: ../src/guestfs.pod:1505
2927 msgid ""
2928 "You may think the above is an awful lot of hassle, and it is.  There are "
2929 "other ways outside of the C linking system to ensure that this kind of "
2930 "incompatibility never arises, such as using package versioning:"
2931 msgstr ""
2932
2933 #. type: verbatim
2934 #: ../src/guestfs.pod:1510
2935 #, no-wrap
2936 msgid ""
2937 " Requires: libguestfs >= 1.0.80\n"
2938 "\n"
2939 msgstr ""
2940
2941 #. type: =head1
2942 #: ../src/guestfs.pod:1512
2943 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1514
2948 msgid ""
2949 "A recent feature of the API is the introduction of calls which take optional "
2950 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2951 "takes variable arguments (ie. C<...>), as in this example:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1519
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1521
2964 msgid ""
2965 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2966 "call with no optional arguments specified:"
2967 msgstr ""
2968
2969 #. type: verbatim
2970 #: ../src/guestfs.pod:1524
2971 #, no-wrap
2972 msgid ""
2973 " guestfs_add_drive_opts (g, filename, -1);\n"
2974 "\n"
2975 msgstr ""
2976
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1526
2979 msgid "With a single optional argument:"
2980 msgstr ""
2981
2982 #. type: verbatim
2983 #: ../src/guestfs.pod:1528
2984 #, no-wrap
2985 msgid ""
2986 " guestfs_add_drive_opts (g, filename,\n"
2987 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2988 "                         -1);\n"
2989 "\n"
2990 msgstr ""
2991
2992 #. type: textblock
2993 #: ../src/guestfs.pod:1532
2994 msgid "With two:"
2995 msgstr ""
2996
2997 #. type: verbatim
2998 #: ../src/guestfs.pod:1534
2999 #, no-wrap
3000 msgid ""
3001 " guestfs_add_drive_opts (g, filename,\n"
3002 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3003 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3004 "                         -1);\n"
3005 "\n"
3006 msgstr ""
3007
3008 #. type: textblock
3009 #: ../src/guestfs.pod:1539
3010 msgid ""
3011 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3012 "happen!"
3013 msgstr ""
3014
3015 #. type: =head2
3016 #: ../src/guestfs.pod:1542
3017 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3018 msgstr ""
3019
3020 #. type: textblock
3021 #: ../src/guestfs.pod:1544
3022 msgid ""
3023 "The second variant has the same name with the suffix C<_va>, which works the "
3024 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3025 "example function, this is declared:"
3026 msgstr ""
3027
3028 #. type: verbatim
3029 #: ../src/guestfs.pod:1548
3030 #, no-wrap
3031 msgid ""
3032 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3033 "                                va_list args);\n"
3034 "\n"
3035 msgstr ""
3036
3037 #. type: =head2
3038 #: ../src/guestfs.pod:1551
3039 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3040 msgstr ""
3041
3042 #. type: textblock
3043 #: ../src/guestfs.pod:1553
3044 msgid ""
3045 "The third variant is useful where you need to construct these calls.  You "
3046 "pass in a structure where you fill in the optional fields.  The structure "
3047 "has a bitmask as the first element which you must set to indicate which "
3048 "fields you have filled in.  For our example function the structure and call "
3049 "are declared:"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1559
3054 #, no-wrap
3055 msgid ""
3056 " struct guestfs_add_drive_opts_argv {\n"
3057 "   uint64_t bitmask;\n"
3058 "   int readonly;\n"
3059 "   const char *format;\n"
3060 "   /* ... */\n"
3061 " };\n"
3062 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3063 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3064 "\n"
3065 msgstr ""
3066
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1568
3069 msgid "You could call it like this:"
3070 msgstr ""
3071
3072 #. type: verbatim
3073 #: ../src/guestfs.pod:1570
3074 #, no-wrap
3075 msgid ""
3076 " struct guestfs_add_drive_opts_argv optargs = {\n"
3077 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3078 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3079 "   .readonly = 1,\n"
3080 "   .format = \"qcow2\"\n"
3081 " };\n"
3082 " \n"
3083 msgstr ""
3084
3085 #. type: verbatim
3086 #: ../src/guestfs.pod:1577
3087 #, no-wrap
3088 msgid ""
3089 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3090 "\n"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1253 ../tools/virt-win-reg.pl:532
3095 msgid "Notes:"
3096 msgstr ""
3097
3098 #. type: textblock
3099 #: ../src/guestfs.pod:1585
3100 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3101 msgstr ""
3102
3103 #. type: textblock
3104 #: ../src/guestfs.pod:1590
3105 msgid "You do not need to fill in all fields of the structure."
3106 msgstr ""
3107
3108 #. type: textblock
3109 #: ../src/guestfs.pod:1594
3110 msgid ""
3111 "There must be a one-to-one correspondence between fields of the structure "
3112 "that are filled in, and bits set in the bitmask."
3113 msgstr ""
3114
3115 #. type: =head2
3116 #: ../src/guestfs.pod:1599
3117 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3118 msgstr ""
3119
3120 #. type: textblock
3121 #: ../src/guestfs.pod:1601
3122 msgid ""
3123 "In other languages, optional arguments are expressed in the way that is "
3124 "natural for that language.  We refer you to the language-specific "
3125 "documentation for more details on that."
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1605
3130 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3131 msgstr ""
3132
3133 #. type: =head2
3134 #: ../src/guestfs.pod:1607
3135 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3136 msgstr ""
3137
3138 #. type: textblock
3139 #: ../src/guestfs.pod:1609
3140 msgid ""
3141 "The child process generates events in some situations.  Current events "
3142 "include: receiving a log message, the child process exits."
3143 msgstr ""
3144
3145 #. type: textblock
3146 #: ../src/guestfs.pod:1612
3147 msgid ""
3148 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3149 "types of events."
3150 msgstr ""
3151
3152 #. type: textblock
3153 #: ../src/guestfs.pod:1615
3154 msgid ""
3155 "Only I<one callback of each type> can be registered for each handle.  "
3156 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3157 "that type.  Cancel all callbacks of this type by calling this function with "
3158 "C<cb> set to C<NULL>."
3159 msgstr ""
3160
3161 #. type: =head2
3162 #: ../src/guestfs.pod:1620
3163 msgid "guestfs_set_log_message_callback"
3164 msgstr ""
3165
3166 #. type: verbatim
3167 #: ../src/guestfs.pod:1622
3168 #, no-wrap
3169 msgid ""
3170 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3171 "                                         char *buf, int len);\n"
3172 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3173 "                                        guestfs_log_message_cb cb,\n"
3174 "                                        void *opaque);\n"
3175 "\n"
3176 msgstr ""
3177
3178 #. type: textblock
3179 #: ../src/guestfs.pod:1628
3180 msgid ""
3181 "The callback function C<cb> will be called whenever qemu or the guest writes "
3182 "anything to the console."
3183 msgstr ""
3184
3185 #. type: textblock
3186 #: ../src/guestfs.pod:1631
3187 msgid "Use this function to capture kernel messages and similar."
3188 msgstr ""
3189
3190 #. type: textblock
3191 #: ../src/guestfs.pod:1633
3192 msgid ""
3193 "Normally there is no log message handler, and log messages are just "
3194 "discarded."
3195 msgstr ""
3196
3197 #. type: =head2
3198 #: ../src/guestfs.pod:1636
3199 msgid "guestfs_set_subprocess_quit_callback"
3200 msgstr ""
3201
3202 #. type: verbatim
3203 #: ../src/guestfs.pod:1638
3204 #, no-wrap
3205 msgid ""
3206 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3207 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3208 "                                            guestfs_subprocess_quit_cb cb,\n"
3209 "                                            void *opaque);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1643
3215 msgid ""
3216 "The callback function C<cb> will be called when the child process quits, "
3217 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3218 "corresponds to a transition from any state to the CONFIG state)."
3219 msgstr ""
3220
3221 #. type: =head2
3222 #: ../src/guestfs.pod:1648
3223 msgid "guestfs_set_launch_done_callback"
3224 msgstr ""
3225
3226 #. type: verbatim
3227 #: ../src/guestfs.pod:1650
3228 #, no-wrap
3229 msgid ""
3230 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3231 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3232 "                                        guestfs_launch_done_cb cb,\n"
3233 "                                        void *opaque);\n"
3234 "\n"
3235 msgstr ""
3236
3237 #. type: textblock
3238 #: ../src/guestfs.pod:1655
3239 msgid ""
3240 "The callback function C<cb> will be called when the child process becomes "
3241 "ready first time after it has been launched.  (This corresponds to a "
3242 "transition from LAUNCHING to the READY state)."
3243 msgstr ""
3244
3245 #. type: =head2
3246 #: ../src/guestfs.pod:1659
3247 msgid "guestfs_set_close_callback"
3248 msgstr ""
3249
3250 #. type: verbatim
3251 #: ../src/guestfs.pod:1661
3252 #, no-wrap
3253 msgid ""
3254 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3255 " void guestfs_set_close_callback (guestfs_h *g,\n"
3256 "                                  guestfs_close_cb cb,\n"
3257 "                                  void *opaque);\n"
3258 "\n"
3259 msgstr ""
3260
3261 #. type: textblock
3262 #: ../src/guestfs.pod:1666
3263 msgid ""
3264 "The callback function C<cb> will be called while the handle is being closed "
3265 "(synchronously from L</guestfs_close>)."
3266 msgstr ""
3267
3268 #. type: textblock
3269 #: ../src/guestfs.pod:1669
3270 msgid ""
3271 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3272 "handles that are open when the program exits.  This means that this callback "
3273 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3274 "problems in higher-level languages (eg. if your HLL interpreter has already "
3275 "been cleaned up by the time this is called, and if your callback then jumps "
3276 "into some HLL function)."
3277 msgstr ""
3278
3279 #. type: =head2
3280 #: ../src/guestfs.pod:1677
3281 msgid "guestfs_set_progress_callback"
3282 msgstr ""
3283
3284 #. type: verbatim
3285 #: ../src/guestfs.pod:1679
3286 #, no-wrap
3287 msgid ""
3288 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3289 "                                      int proc_nr, int serial,\n"
3290 "                                      uint64_t position, uint64_t total);\n"
3291 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3292 "                                     guestfs_progress_cb cb,\n"
3293 "                                     void *opaque);\n"
3294 "\n"
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1686
3299 msgid ""
3300 "Some long-running operations can generate progress messages.  If this "
3301 "callback is registered, then it will be called each time a progress message "
3302 "is generated (usually two seconds after the operation started, and three "
3303 "times per second thereafter until it completes, although the frequency may "
3304 "change in future versions)."
3305 msgstr ""
3306
3307 #. type: textblock
3308 #: ../src/guestfs.pod:1692
3309 msgid ""
3310 "The callback receives two numbers: C<position> and C<total>.  The units of "
3311 "C<total> are not defined, although for some operations C<total> may relate "
3312 "in some way to the amount of data to be transferred (eg. in bytes or "
3313 "megabytes), and C<position> may be the portion which has been transferred."
3314 msgstr ""
3315
3316 #. type: textblock
3317 #: ../src/guestfs.pod:1698
3318 msgid "The only defined and stable parts of the API are:"
3319 msgstr ""
3320
3321 #. type: textblock
3322 #: ../src/guestfs.pod:1704
3323 msgid ""
3324 "The callback can display to the user some type of progress bar or indicator "
3325 "which shows the ratio of C<position>:C<total>."
3326 msgstr ""
3327
3328 #. type: textblock
3329 #: ../src/guestfs.pod:1709
3330 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3331 msgstr ""
3332
3333 #. type: textblock
3334 #: ../src/guestfs.pod:1713
3335 msgid ""
3336 "If any progress notification is sent during a call, then a final progress "
3337 "notification is always sent when C<position> = C<total>."
3338 msgstr ""
3339
3340 #. type: textblock
3341 #: ../src/guestfs.pod:1716
3342 msgid ""
3343 "This is to simplify caller code, so callers can easily set the progress "
3344 "indicator to \"100%\" at the end of the operation, without requiring special "
3345 "code to detect this case."
3346 msgstr ""
3347
3348 #. type: textblock
3349 #: ../src/guestfs.pod:1722
3350 msgid ""
3351 "The callback also receives the procedure number and serial number of the "
3352 "call.  These are only useful for debugging protocol issues, and the callback "
3353 "can normally ignore them.  The callback may want to print these numbers in "
3354 "error messages or debugging messages."
3355 msgstr ""
3356
3357 #. type: =head1
3358 #: ../src/guestfs.pod:1727
3359 msgid "PRIVATE DATA AREA"
3360 msgstr ""
3361
3362 #. type: textblock
3363 #: ../src/guestfs.pod:1729
3364 msgid ""
3365 "You can attach named pieces of private data to the libguestfs handle, and "
3366 "fetch them by name for the lifetime of the handle.  This is called the "
3367 "private data area and is only available from the C API."
3368 msgstr ""
3369
3370 #. type: textblock
3371 #: ../src/guestfs.pod:1733
3372 msgid "To attach a named piece of data, use the following call:"
3373 msgstr ""
3374
3375 #. type: verbatim
3376 #: ../src/guestfs.pod:1735
3377 #, no-wrap
3378 msgid ""
3379 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3380 "\n"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1737
3385 msgid ""
3386 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3387 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3388 "overwritten."
3389 msgstr ""
3390
3391 #. type: textblock
3392 #: ../src/guestfs.pod:1741
3393 msgid ""
3394 "You can use any C<key> you want, but names beginning with an underscore "
3395 "character are reserved for internal libguestfs purposes (for implementing "
3396 "language bindings).  It is recommended to prefix the name with some unique "
3397 "string to avoid collisions with other users."
3398 msgstr ""
3399
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1746
3402 msgid "To retrieve the pointer, use:"
3403 msgstr ""
3404
3405 #. type: verbatim
3406 #: ../src/guestfs.pod:1748
3407 #, no-wrap
3408 msgid ""
3409 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3410 "\n"
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: ../src/guestfs.pod:1750
3415 msgid ""
3416 "This function returns C<NULL> if either no data is found associated with "
3417 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3418 "C<NULL>."
3419 msgstr ""
3420
3421 #. type: textblock
3422 #: ../src/guestfs.pod:1754
3423 msgid ""
3424 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3425 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3426 "all.  In particular, libguestfs does I<not> try to free the data when the "
3427 "handle is closed.  If the data must be freed, then the caller must either "
3428 "free it before calling L</guestfs_close> or must set up a close callback to "
3429 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3430 "can be registered for a handle)."
3431 msgstr ""
3432
3433 #. type: textblock
3434 #: ../src/guestfs.pod:1762
3435 msgid ""
3436 "The private data area is implemented using a hash table, and should be "
3437 "reasonably efficient for moderate numbers of keys."
3438 msgstr ""
3439
3440 #. type: =end
3441 #: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770
3442 msgid "html"
3443 msgstr ""
3444
3445 #. type: textblock
3446 #: ../src/guestfs.pod:1767
3447 msgid ""
3448 "<!-- old anchor for the next section --> <a "
3449 "name=\"state_machine_and_low_level_event_api\"/>"
3450 msgstr ""
3451
3452 #. type: =head1
3453 #: ../src/guestfs.pod:1772
3454 msgid "ARCHITECTURE"
3455 msgstr ""
3456
3457 #. type: textblock
3458 #: ../src/guestfs.pod:1774
3459 msgid ""
3460 "Internally, libguestfs is implemented by running an appliance (a special "
3461 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3462 "process of the main program."
3463 msgstr ""
3464
3465 #. type: verbatim
3466 #: ../src/guestfs.pod:1778
3467 #, no-wrap
3468 msgid ""
3469 "  ___________________\n"
3470 " /                   \\\n"
3471 " | main program      |\n"
3472 " |                   |\n"
3473 " |                   |           child process / appliance\n"
3474 " |                   |           __________________________\n"
3475 " |                   |          / qemu                     \\\n"
3476 " +-------------------+   RPC    |      +-----------------+ |\n"
3477 " | libguestfs     <--------------------> guestfsd        | |\n"
3478 " |                   |          |      +-----------------+ |\n"
3479 " \\___________________/          |      | Linux kernel    | |\n"
3480 "                                |      +--^--------------+ |\n"
3481 "                                \\_________|________________/\n"
3482 "                                          |\n"
3483 "                                   _______v______\n"
3484 "                                  /              \\\n"
3485 "                                  | Device or    |\n"
3486 "                                  | disk image   |\n"
3487 "                                  \\______________/\n"
3488 "\n"
3489 msgstr ""
3490
3491 #. type: textblock
3492 #: ../src/guestfs.pod:1798
3493 msgid ""
3494 "The library, linked to the main program, creates the child process and hence "
3495 "the appliance in the L</guestfs_launch> function."
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1801
3500 msgid ""
3501 "Inside the appliance is a Linux kernel and a complete stack of userspace "
3502 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
3503 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
3504 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
3505 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
3506 "attached to the qemu process which translates device access by the "
3507 "appliance's Linux kernel into accesses to the image."
3508 msgstr ""
3509
3510 #. type: textblock
3511 #: ../src/guestfs.pod:1810
3512 msgid ""
3513 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
3514 "Although the disk image you are attached to might also be used by some "
3515 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
3516 "care if both libguestfs's qemu process and your virtual machine are trying "
3517 "to update the disk image at the same time, since these usually results in "
3518 "massive disk corruption)."
3519 msgstr ""
3520
3521 #. type: =head1
3522 #: ../src/guestfs.pod:1817
3523 msgid "STATE MACHINE"
3524 msgstr ""
3525
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1819
3528 msgid "libguestfs uses a state machine to model the child process:"
3529 msgstr ""
3530
3531 #. type: verbatim
3532 #: ../src/guestfs.pod:1821
3533 #, no-wrap
3534 msgid ""
3535 "                         |\n"
3536 "                    guestfs_create\n"
3537 "                         |\n"
3538 "                         |\n"
3539 "                     ____V_____\n"
3540 "                    /          \\\n"
3541 "                    |  CONFIG  |\n"
3542 "                    \\__________/\n"
3543 "                     ^ ^   ^  \\\n"
3544 "                    /  |    \\  \\ guestfs_launch\n"
3545 "                   /   |    _\\__V______\n"
3546 "                  /    |   /           \\\n"
3547 "                 /     |   | LAUNCHING |\n"
3548 "                /      |   \\___________/\n"
3549 "               /       |       /\n"
3550 "              /        |  guestfs_launch\n"
3551 "             /         |     /\n"
3552 "    ______  /        __|____V\n"
3553 "   /      \\ ------> /        \\\n"
3554 "   | BUSY |         | READY  |\n"
3555 "   \\______/ <------ \\________/\n"
3556 "\n"
3557 msgstr ""
3558
3559 #. type: textblock
3560 #: ../src/guestfs.pod:1843
3561 msgid ""
3562 "The normal transitions are (1) CONFIG (when the handle is created, but there "
3563 "is no child process), (2) LAUNCHING (when the child process is booting up), "
3564 "(3) alternating between READY and BUSY as commands are issued to, and "
3565 "carried out by, the child process."
3566 msgstr ""
3567
3568 #. type: textblock
3569 #: ../src/guestfs.pod:1848
3570 msgid ""
3571 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
3572 "asynchronously at any time (eg. due to some internal error), and that causes "
3573 "the state to transition back to CONFIG."
3574 msgstr ""
3575
3576 #. type: textblock
3577 #: ../src/guestfs.pod:1852
3578 msgid ""
3579 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
3580 "issued when in the CONFIG state."
3581 msgstr ""
3582
3583 #. type: textblock
3584 #: ../src/guestfs.pod:1855
3585 msgid ""
3586 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
3587 "L</guestfs_launch> blocks until the child process is READY to accept "
3588 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
3589 "moves the state from CONFIG to LAUNCHING while it is running."
3590 msgstr ""
3591
3592 #. type: textblock
3593 #: ../src/guestfs.pod:1861
3594 msgid ""
3595 "API actions such as L</guestfs_mount> can only be issued when in the READY "
3596 "state.  These API calls block waiting for the command to be carried out "
3597 "(ie. the state to transition to BUSY and then back to READY).  There are no "
3598 "non-blocking versions, and no way to issue more than one command per handle "
3599 "at the same time."
3600 msgstr ""
3601
3602 #. type: textblock
3603 #: ../src/guestfs.pod:1867
3604 msgid ""
3605 "Finally, the child process sends asynchronous messages back to the main "
3606 "program, such as kernel log messages.  You can register a callback to "
3607 "receive these messages."
3608 msgstr ""
3609
3610 #. type: =head1
3611 #: ../src/guestfs.pod:1871
3612 msgid "INTERNALS"
3613 msgstr ""
3614
3615 #. type: =head2
3616 #: ../src/guestfs.pod:1873
3617 msgid "COMMUNICATION PROTOCOL"
3618 msgstr ""
3619
3620 #. type: textblock
3621 #: ../src/guestfs.pod:1875
3622 msgid ""
3623 "Don't rely on using this protocol directly.  This section documents how it "
3624 "currently works, but it may change at any time."
3625 msgstr ""
3626
3627 #. type: textblock
3628 #: ../src/guestfs.pod:1878
3629 msgid ""
3630 "The protocol used to talk between the library and the daemon running inside "
3631 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3632 "1014, RFC 1832, RFC 4506)."
3633 msgstr ""
3634
3635 #. type: textblock
3636 #: ../src/guestfs.pod:1882
3637 msgid ""
3638 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3639 "this file is automatically generated)."
3640 msgstr ""
3641
3642 #. type: textblock
3643 #: ../src/guestfs.pod:1885
3644 msgid ""
3645 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3646 "and C<FileOut> parameters, which are handled with very simple request/reply "
3647 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3648 "parameters, which use the same request and reply messages, but they may also "
3649 "be followed by files sent using a chunked encoding."
3650 msgstr ""
3651
3652 #. type: =head3
3653 #: ../src/guestfs.pod:1892
3654 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3655 msgstr ""
3656
3657 #. type: textblock
3658 #: ../src/guestfs.pod:1894
3659 msgid "For ordinary functions, the request message is:"
3660 msgstr ""
3661
3662 #. type: verbatim
3663 #: ../src/guestfs.pod:1896
3664 #, no-wrap
3665 msgid ""
3666 " total length (header + arguments,\n"
3667 "      but not including the length word itself)\n"
3668 " struct guestfs_message_header (encoded as XDR)\n"
3669 " struct guestfs_<foo>_args (encoded as XDR)\n"
3670 "\n"
3671 msgstr ""
3672
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1901
3675 msgid ""
3676 "The total length field allows the daemon to allocate a fixed size buffer "
3677 "into which it slurps the rest of the message.  As a result, the total length "
3678 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3679 "effective size of any request is limited to somewhere under this size."
3680 msgstr ""
3681
3682 #. type: textblock
3683 #: ../src/guestfs.pod:1907
3684 msgid ""
3685 "Note also that many functions don't take any arguments, in which case the "
3686 "C<guestfs_I<foo>_args> is completely omitted."
3687 msgstr ""
3688
3689 #. type: textblock
3690 #: ../src/guestfs.pod:1910
3691 msgid ""
3692 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3693 "receiver knows what type of args structure to expect, or none at all."
3694 msgstr ""
3695
3696 #. type: textblock
3697 #: ../src/guestfs.pod:1914
3698 msgid ""
3699 "For functions that take optional arguments, the optional arguments are "
3700 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
3701 "arguments.  A bitmask in the header indicates which optional arguments are "
3702 "meaningful.  The bitmask is also checked to see if it contains bits set "
3703 "which the daemon does not know about (eg. if more optional arguments were "
3704 "added in a later version of the library), and this causes the call to be "
3705 "rejected."
3706 msgstr ""
3707
3708 #. type: textblock
3709 #: ../src/guestfs.pod:1922
3710 msgid "The reply message for ordinary functions is:"
3711 msgstr ""
3712
3713 #. type: verbatim
3714 #: ../src/guestfs.pod:1924
3715 #, no-wrap
3716 msgid ""
3717 " total length (header + ret,\n"
3718 "      but not including the length word itself)\n"
3719 " struct guestfs_message_header (encoded as XDR)\n"
3720 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3721 "\n"
3722 msgstr ""
3723
3724 #. type: textblock
3725 #: ../src/guestfs.pod:1929
3726 msgid ""
3727 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3728 "functions that return no formal return values."
3729 msgstr ""
3730
3731 #. type: textblock
3732 #: ../src/guestfs.pod:1932
3733 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3734 msgstr ""
3735
3736 #. type: textblock
3737 #: ../src/guestfs.pod:1935
3738 msgid ""
3739 "In the case of an error, a flag is set in the header, and the reply message "
3740 "is slightly changed:"
3741 msgstr ""
3742
3743 #. type: verbatim
3744 #: ../src/guestfs.pod:1938
3745 #, no-wrap
3746 msgid ""
3747 " total length (header + error,\n"
3748 "      but not including the length word itself)\n"
3749 " struct guestfs_message_header (encoded as XDR)\n"
3750 " struct guestfs_message_error (encoded as XDR)\n"
3751 "\n"
3752 msgstr ""
3753
3754 #. type: textblock
3755 #: ../src/guestfs.pod:1943
3756 msgid ""
3757 "The C<guestfs_message_error> structure contains the error message as a "
3758 "string."
3759 msgstr ""
3760
3761 #. type: =head3
3762 #: ../src/guestfs.pod:1946
3763 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3764 msgstr ""
3765
3766 #. type: textblock
3767 #: ../src/guestfs.pod:1948
3768 msgid ""
3769 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3770 "The normal request message is sent (see above).  However this is followed by "
3771 "a sequence of file chunks."
3772 msgstr ""
3773
3774 #. type: verbatim
3775 #: ../src/guestfs.pod:1952
3776 #, no-wrap
3777 msgid ""
3778 " total length (header + arguments,\n"
3779 "      but not including the length word itself,\n"
3780 "      and not including the chunks)\n"
3781 " struct guestfs_message_header (encoded as XDR)\n"
3782 " struct guestfs_<foo>_args (encoded as XDR)\n"
3783 " sequence of chunks for FileIn param #0\n"
3784 " sequence of chunks for FileIn param #1 etc.\n"
3785 "\n"
3786 msgstr ""
3787
3788 #. type: textblock
3789 #: ../src/guestfs.pod:1960
3790 msgid "The \"sequence of chunks\" is:"
3791 msgstr ""
3792
3793 #. type: verbatim
3794 #: ../src/guestfs.pod:1962
3795 #, no-wrap
3796 msgid ""
3797 " length of chunk (not including length word itself)\n"
3798 " struct guestfs_chunk (encoded as XDR)\n"
3799 " length of chunk\n"
3800 " struct guestfs_chunk (encoded as XDR)\n"
3801 "   ...\n"
3802 " length of chunk\n"
3803 " struct guestfs_chunk (with data.data_len == 0)\n"
3804 "\n"
3805 msgstr ""
3806
3807 #. type: textblock
3808 #: ../src/guestfs.pod:1970
3809 msgid ""
3810 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3811 "is set in the final chunk to indicate either successful completion or early "
3812 "cancellation."
3813 msgstr ""
3814
3815 #. type: textblock
3816 #: ../src/guestfs.pod:1974
3817 msgid ""
3818 "At time of writing there are no functions that have more than one FileIn "
3819 "parameter.  However this is (theoretically) supported, by sending the "
3820 "sequence of chunks for each FileIn parameter one after another (from left to "
3821 "right)."
3822 msgstr ""
3823
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1979
3826 msgid ""
3827 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3828 "transfer.  The library does this by sending a chunk with a special flag set "
3829 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3830 "RPC, does I<not> send any reply, and goes back to reading the next request."
3831 msgstr ""
3832
3833 #. type: textblock
3834 #: ../src/guestfs.pod:1985
3835 msgid ""
3836 "The daemon may also cancel.  It does this by writing a special word "
3837 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3838 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3839 "cancel chunk).  The special word is chosen so that even if cancellation "
3840 "happens right at the end of the transfer (after the library has finished "
3841 "writing and has started listening for the reply), the \"spurious\" cancel "
3842 "flag will not be confused with the reply message."
3843 msgstr ""
3844
3845 #. type: textblock
3846 #: ../src/guestfs.pod:1994
3847 msgid ""
3848 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3849 "limit), and also files where the size is not known in advance (eg. from "
3850 "pipes or sockets).  However the chunks are rather small "
3851 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3852 "to keep much in memory."
3853 msgstr ""
3854
3855 #. type: =head3
3856 #: ../src/guestfs.pod:2000
3857 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
3858 msgstr ""
3859
3860 #. type: textblock
3861 #: ../src/guestfs.pod:2002
3862 msgid ""
3863 "The protocol for FileOut parameters is exactly the same as for FileIn "
3864 "parameters, but with the roles of daemon and library reversed."
3865 msgstr ""
3866
3867 #. type: verbatim
3868 #: ../src/guestfs.pod:2005
3869 #, no-wrap
3870 msgid ""
3871 " total length (header + ret,\n"
3872 "      but not including the length word itself,\n"
3873 "      and not including the chunks)\n"
3874 " struct guestfs_message_header (encoded as XDR)\n"
3875 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3876 " sequence of chunks for FileOut param #0\n"
3877 " sequence of chunks for FileOut param #1 etc.\n"
3878 "\n"
3879 msgstr ""
3880
3881 #. type: =head3
3882 #: ../src/guestfs.pod:2013
3883 msgid "INITIAL MESSAGE"
3884 msgstr ""
3885
3886 #. type: textblock
3887 #: ../src/guestfs.pod:2015
3888 msgid ""
3889 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
3890 "which indicates that the guest and daemon is alive.  This is what "
3891 "L</guestfs_launch> waits for."
3892 msgstr ""
3893
3894 #. type: =head3
3895 #: ../src/guestfs.pod:2019
3896 msgid "PROGRESS NOTIFICATION MESSAGES"
3897 msgstr ""
3898
3899 #. type: textblock
3900 #: ../src/guestfs.pod:2021
3901 msgid ""
3902 "The daemon may send progress notification messages at any time.  These are "
3903 "distinguished by the normal length word being replaced by "
3904 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
3905 msgstr ""
3906
3907 #. type: textblock
3908 #: ../src/guestfs.pod:2025
3909 msgid ""
3910 "The library turns them into progress callbacks (see "
3911 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
3912 "discards them if not."
3913 msgstr ""
3914
3915 #. type: textblock
3916 #: ../src/guestfs.pod:2029
3917 msgid ""
3918 "The daemon self-limits the frequency of progress messages it sends (see "
3919 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
3920 "messages."
3921 msgstr ""
3922
3923 #. type: =head1
3924 #: ../src/guestfs.pod:2033
3925 msgid "LIBGUESTFS VERSION NUMBERS"
3926 msgstr ""
3927
3928 #. type: textblock
3929 #: ../src/guestfs.pod:2035
3930 msgid ""
3931 "Since April 2010, libguestfs has started to make separate development and "
3932 "stable releases, along with corresponding branches in our git repository.  "
3933 "These separate releases can be identified by version number:"
3934 msgstr ""
3935
3936 #. type: verbatim
3937 #: ../src/guestfs.pod:2040
3938 #, no-wrap
3939 msgid ""
3940 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
3941 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
3942 "       |\n"
3943 "       v\n"
3944 " 1  .  3  .  5\n"
3945 " ^           ^\n"
3946 " |           |\n"
3947 " |           `-------- sub-version\n"
3948 " |\n"
3949 " `------ always '1' because we don't change the ABI\n"
3950 "\n"
3951 msgstr ""
3952
3953 #. type: textblock
3954 #: ../src/guestfs.pod:2051
3955 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
3956 msgstr ""
3957
3958 #. type: textblock
3959 #: ../src/guestfs.pod:2053
3960 msgid ""
3961 "As time passes we cherry pick fixes from the development branch and backport "
3962 "those into the stable branch, the effect being that the stable branch should "
3963 "get more stable and less buggy over time.  So the stable releases are ideal "
3964 "for people who don't need new features but would just like the software to "
3965 "work."
3966 msgstr ""
3967
3968 #. type: textblock
3969 #: ../src/guestfs.pod:2059
3970 msgid "Our criteria for backporting changes are:"
3971 msgstr ""
3972
3973 #. type: textblock
3974 #: ../src/guestfs.pod:2065
3975 msgid ""
3976 "Documentation changes which don't affect any code are backported unless the "
3977 "documentation refers to a future feature which is not in stable."
3978 msgstr ""
3979
3980 #. type: textblock
3981 #: ../src/guestfs.pod:2071
3982 msgid ""
3983 "Bug fixes which are not controversial, fix obvious problems, and have been "
3984 "well tested are backported."
3985 msgstr ""
3986
3987 #. type: textblock
3988 #: ../src/guestfs.pod:2076
3989 msgid ""
3990 "Simple rearrangements of code which shouldn't affect how it works get "
3991 "backported.  This is so that the code in the two branches doesn't get too "
3992 "far out of step, allowing us to backport future fixes more easily."
3993 msgstr ""
3994
3995 #. type: textblock
3996 #: ../src/guestfs.pod:2082
3997 msgid ""
3998 "We I<don't> backport new features, new APIs, new tools etc, except in one "
3999 "exceptional case: the new feature is required in order to implement an "
4000 "important bug fix."
4001 msgstr ""
4002
4003 #. type: textblock
4004 #: ../src/guestfs.pod:2088
4005 msgid ""
4006 "A new stable branch starts when we think the new features in development are "
4007 "substantial and compelling enough over the current stable branch to warrant "
4008 "it.  When that happens we create new stable and development versions 1.N.0 "
4009 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4010 "stable at this point, but by backporting fixes from development, that branch "
4011 "will stabilize over time."
4012 msgstr ""
4013
4014 #. type: =head1
4015 #: ../src/guestfs.pod:2096
4016 msgid "EXTENDING LIBGUESTFS"
4017 msgstr ""
4018
4019 #. type: =head2
4020 #: ../src/guestfs.pod:2098
4021 msgid "ADDING A NEW API ACTION"
4022 msgstr ""
4023
4024 #. type: textblock
4025 #: ../src/guestfs.pod:2100
4026 msgid ""
4027 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4028 "documentation) are generated, and this makes it easy to extend the "
4029 "libguestfs API."
4030 msgstr ""
4031
4032 #. type: textblock
4033 #: ../src/guestfs.pod:2104
4034 msgid "To add a new API action there are two changes:"
4035 msgstr ""
4036
4037 #. type: textblock
4038 #: ../src/guestfs.pod:2110
4039 msgid ""
4040 "You need to add a description of the call (name, parameters, return type, "
4041 "tests, documentation) to C<generator/generator_actions.ml>."
4042 msgstr ""
4043
4044 #. type: textblock
4045 #: ../src/guestfs.pod:2113
4046 msgid ""
4047 "There are two sorts of API action, depending on whether the call goes "
4048 "through to the daemon in the appliance, or is serviced entirely by the "
4049 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4050 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4051 "an example of the latter, since a trace flag is maintained in the handle and "
4052 "all tracing is done on the library side."
4053 msgstr ""
4054
4055 #. type: textblock
4056 #: ../src/guestfs.pod:2121
4057 msgid ""
4058 "Most new actions are of the first type, and get added to the "
4059 "C<daemon_functions> list.  Each function has a unique procedure number used "
4060 "in the RPC protocol which is assigned to that action when we publish "
4061 "libguestfs and cannot be reused.  Take the latest procedure number and "
4062 "increment it."
4063 msgstr ""
4064
4065 #. type: textblock
4066 #: ../src/guestfs.pod:2127
4067 msgid ""
4068 "For library-only actions of the second type, add to the "
4069 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4070 "library and do not travel over the RPC mechanism to the daemon, these "
4071 "functions do not need a procedure number, and so the procedure number is set "
4072 "to C<-1>."
4073 msgstr ""
4074
4075 #. type: textblock
4076 #: ../src/guestfs.pod:2135
4077 msgid "Implement the action (in C):"
4078 msgstr ""
4079
4080 #. type: textblock
4081 #: ../src/guestfs.pod:2137
4082 msgid ""
4083 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4084 "C<daemon/> directory."
4085 msgstr ""
4086
4087 #. type: textblock
4088 #: ../src/guestfs.pod:2140
4089 msgid ""
4090 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4091 "(note: double underscore) in the C<src/> directory."
4092 msgstr ""
4093
4094 #. type: textblock
4095 #: ../src/guestfs.pod:2143
4096 msgid "In either case, use another function as an example of what to do."
4097 msgstr ""
4098
4099 #. type: textblock
4100 #: ../src/guestfs.pod:2147
4101 msgid "After making these changes, use C<make> to compile."
4102 msgstr ""
4103
4104 #. type: textblock
4105 #: ../src/guestfs.pod:2149
4106 msgid ""
4107 "Note that you don't need to implement the RPC, language bindings, manual "
4108 "pages or anything else.  It's all automatically generated from the OCaml "
4109 "description."
4110 msgstr ""
4111
4112 #. type: =head2
4113 #: ../src/guestfs.pod:2153
4114 msgid "ADDING TESTS FOR AN API ACTION"
4115 msgstr ""
4116
4117 #. type: textblock
4118 #: ../src/guestfs.pod:2155
4119 msgid ""
4120 "You can supply zero or as many tests as you want per API call.  The tests "
4121 "can either be added as part of the API description "
4122 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4123 "drop a script into C<regressions/>.  Note that adding a script to "
4124 "C<regressions/> is slower, so if possible use the first method."
4125 msgstr ""
4126
4127 #. type: textblock
4128 #: ../src/guestfs.pod:2161
4129 msgid ""
4130 "The following describes the test environment used when you add an API test "
4131 "in C<generator_actions.ml>."
4132 msgstr ""
4133
4134 #. type: textblock
4135 #: ../src/guestfs.pod:2164
4136 msgid "The test environment has 4 block devices:"
4137 msgstr ""
4138
4139 #. type: =item
4140 #: ../src/guestfs.pod:2168
4141 msgid "C</dev/sda> 500MB"
4142 msgstr ""
4143
4144 #. type: textblock
4145 #: ../src/guestfs.pod:2170
4146 msgid "General block device for testing."
4147 msgstr ""
4148
4149 #. type: =item
4150 #: ../src/guestfs.pod:2172
4151 msgid "C</dev/sdb> 50MB"
4152 msgstr ""
4153
4154 #. type: textblock
4155 #: ../src/guestfs.pod:2174
4156 msgid ""
4157 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4158 "operations."
4159 msgstr ""
4160
4161 #. type: =item
4162 #: ../src/guestfs.pod:2177
4163 msgid "C</dev/sdc> 10MB"
4164 msgstr ""
4165
4166 #. type: textblock
4167 #: ../src/guestfs.pod:2179
4168 msgid "Used in a few tests where two block devices are needed."
4169 msgstr ""
4170
4171 #. type: =item
4172 #: ../src/guestfs.pod:2181
4173 msgid "C</dev/sdd>"
4174 msgstr ""
4175
4176 #. type: textblock
4177 #: ../src/guestfs.pod:2183
4178 msgid "ISO with fixed content (see C<images/test.iso>)."
4179 msgstr ""
4180
4181 #. type: textblock
4182 #: ../src/guestfs.pod:2187
4183 msgid ""
4184 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4185 "appliance and block devices are reused between tests.  So don't try testing "
4186 "L</guestfs_kill_subprocess> :-x"
4187 msgstr ""
4188
4189 #. type: textblock
4190 #: ../src/guestfs.pod:2191
4191 msgid ""
4192 "Each test starts with an initial scenario, selected using one of the "
4193 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4194 "initialize the disks mentioned above in a particular way as documented in "
4195 "C<generator_types.ml>.  You should not assume anything about the previous "
4196 "contents of other disks that are not initialized."
4197 msgstr ""
4198
4199 #. type: textblock
4200 #: ../src/guestfs.pod:2197
4201 msgid ""
4202 "You can add a prerequisite clause to any individual test.  This is a "
4203 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4204 "if testing a command which might not work on all variations of libguestfs "
4205 "builds.  A test that has prerequisite of C<Always> means to run "
4206 "unconditionally."
4207 msgstr ""
4208
4209 #. type: textblock
4210 #: ../src/guestfs.pod:2203
4211 msgid ""
4212 "In addition, packagers can skip individual tests by setting environment "
4213 "variables before running C<make check>."
4214 msgstr ""
4215
4216 #. type: verbatim
4217 #: ../src/guestfs.pod:2206
4218 #, no-wrap
4219 msgid ""
4220 " SKIP_TEST_<CMD>_<NUM>=1\n"
4221 "\n"
4222 msgstr ""
4223
4224 #. type: textblock
4225 #: ../src/guestfs.pod:2208
4226 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4227 msgstr ""
4228
4229 #. type: textblock
4230 #: ../src/guestfs.pod:2210
4231 msgid "or:"
4232 msgstr ""
4233
4234 #. type: verbatim
4235 #: ../src/guestfs.pod:2212
4236 #, no-wrap
4237 msgid ""
4238 " SKIP_TEST_<CMD>=1\n"
4239 "\n"
4240 msgstr ""
4241
4242 #. type: textblock
4243 #: ../src/guestfs.pod:2214
4244 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4245 msgstr ""
4246
4247 #. type: textblock
4248 #: ../src/guestfs.pod:2216
4249 msgid "Packagers can run only certain tests by setting for example:"
4250 msgstr ""
4251
4252 #. type: verbatim
4253 #: ../src/guestfs.pod:2218
4254 #, no-wrap
4255 msgid ""
4256 " TEST_ONLY=\"vfs_type zerofree\"\n"
4257 "\n"
4258 msgstr ""
4259
4260 #. type: textblock
4261 #: ../src/guestfs.pod:2220
4262 msgid ""
4263 "See C<capitests/tests.c> for more details of how these environment variables "
4264 "work."
4265 msgstr ""
4266
4267 #. type: =head2
4268 #: ../src/guestfs.pod:2223
4269 msgid "DEBUGGING NEW API ACTIONS"
4270 msgstr ""
4271
4272 #. type: textblock
4273 #: ../src/guestfs.pod:2225
4274 msgid "Test new actions work before submitting them."
4275 msgstr ""
4276
4277 #. type: textblock
4278 #: ../src/guestfs.pod:2227
4279 msgid "You can use guestfish to try out new commands."
4280 msgstr ""
4281
4282 #. type: textblock
4283 #: ../src/guestfs.pod:2229
4284 msgid ""
4285 "Debugging the daemon is a problem because it runs inside a minimal "
4286 "environment.  However you can fprintf messages in the daemon to stderr, and "
4287 "they will show up if you use C<guestfish -v>."
4288 msgstr ""
4289
4290 #. type: =head2
4291 #: ../src/guestfs.pod:2233
4292 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4293 msgstr ""
4294
4295 #. type: textblock
4296 #: ../src/guestfs.pod:2235
4297 msgid ""
4298 "Our C source code generally adheres to some basic code-formatting "
4299 "conventions.  The existing code base is not totally consistent on this "
4300 "front, but we do prefer that contributed code be formatted similarly.  In "
4301 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4302 "indentation level, and other than that, follow the K&R style."
4303 msgstr ""
4304
4305 #. type: textblock
4306 #: ../src/guestfs.pod:2241
4307 msgid ""
4308 "If you use Emacs, add the following to one of one of your start-up files "
4309 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4310 msgstr ""
4311
4312 #. type: verbatim
4313 #: ../src/guestfs.pod:2244
4314 #, no-wrap
4315 msgid ""
4316 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4317 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4318 " (add-hook 'find-file-hook\n"
4319 "     '(lambda () (if (and buffer-file-name\n"
4320 "                          (string-match \"/libguestfs\\\\>\"\n"
4321 "                              (buffer-file-name))\n"
4322 "                          (not (string-equal mode-name \"Change Log\"))\n"
4323 "                          (not (string-equal mode-name \"Makefile\")))\n"
4324 "                     (setq indent-tabs-mode nil))))\n"
4325 " \n"
4326 msgstr ""
4327
4328 #. type: verbatim
4329 #: ../src/guestfs.pod:2254
4330 #, no-wrap
4331 msgid ""
4332 " ;;; When editing C sources in libguestfs, use this style.\n"
4333 " (defun libguestfs-c-mode ()\n"
4334 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4335 "   (interactive)\n"
4336 "   (c-set-style \"K&R\")\n"
4337 "   (setq c-indent-level 2)\n"
4338 "   (setq c-basic-offset 2))\n"
4339 " (add-hook 'c-mode-hook\n"
4340 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4341 "                               (buffer-file-name))\n"
4342 "                           (libguestfs-c-mode))))\n"
4343 "\n"
4344 msgstr ""
4345
4346 #. type: textblock
4347 #: ../src/guestfs.pod:2266
4348 msgid "Enable warnings when compiling (and fix any problems this finds):"
4349 msgstr ""
4350
4351 #. type: verbatim
4352 #: ../src/guestfs.pod:2269
4353 #, no-wrap
4354 msgid ""
4355 " ./configure --enable-gcc-warnings\n"
4356 "\n"
4357 msgstr ""
4358
4359 #. type: textblock
4360 #: ../src/guestfs.pod:2271
4361 msgid "Useful targets are:"
4362 msgstr ""
4363
4364 #. type: verbatim
4365 #: ../src/guestfs.pod:2273
4366 #, no-wrap
4367 msgid ""
4368 " make syntax-check  # checks the syntax of the C code\n"
4369 " make check         # runs the test suite\n"
4370 "\n"
4371 msgstr ""
4372
4373 #. type: =head2
4374 #: ../src/guestfs.pod:2276
4375 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4376 msgstr ""
4377
4378 #. type: textblock
4379 #: ../src/guestfs.pod:2278
4380 msgid ""
4381 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4382 "which are used to do shell quoting."
4383 msgstr ""
4384
4385 #. type: =item
4386 #: ../src/guestfs.pod:2283
4387 msgid "%Q"
4388 msgstr ""
4389
4390 #. type: textblock
4391 #: ../src/guestfs.pod:2285
4392 msgid ""
4393 "Simple shell quoted string.  Any spaces or other shell characters are "
4394 "escaped for you."
4395 msgstr ""
4396
4397 #. type: =item
4398 #: ../src/guestfs.pod:2288
4399 msgid "%R"
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: ../src/guestfs.pod:2290
4404 msgid ""
4405 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4406 "the sysroot."
4407 msgstr ""
4408
4409 #. type: textblock
4410 #: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4411 msgid "For example:"
4412 msgstr ""
4413
4414 #. type: verbatim
4415 #: ../src/guestfs.pod:2297
4416 #, no-wrap
4417 msgid ""
4418 " asprintf (&cmd, \"cat %R\", path);\n"
4419 "\n"
4420 msgstr ""
4421
4422 #. type: textblock
4423 #: ../src/guestfs.pod:2299
4424 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4425 msgstr ""
4426
4427 #. type: textblock
4428 #: ../src/guestfs.pod:2301
4429 msgid ""
4430 "I<Note:> Do I<not> use these when you are passing parameters to the "
4431 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4432 "because they are not passed via the shell (instead, straight to exec).  You "
4433 "probably want to use the C<sysroot_path()> function however."
4434 msgstr ""
4435
4436 #. type: =head2
4437 #: ../src/guestfs.pod:2307
4438 msgid "SUBMITTING YOUR NEW API ACTIONS"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2309
4443 msgid ""
4444 "Submit patches to the mailing list: "
4445 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
4446 "L<rjones@redhat.com>."
4447 msgstr ""
4448
4449 #. type: =head2
4450 #: ../src/guestfs.pod:2313
4451 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2315
4456 msgid "We support i18n (gettext anyhow) in the library."
4457 msgstr ""
4458
4459 #. type: textblock
4460 #: ../src/guestfs.pod:2317
4461 msgid ""
4462 "However many messages come from the daemon, and we don't translate those at "
4463 "the moment.  One reason is that the appliance generally has all locale files "
4464 "removed from it, because they take up a lot of space.  So we'd have to readd "
4465 "some of those, as well as copying our PO files into the appliance."
4466 msgstr ""
4467
4468 #. type: textblock
4469 #: ../src/guestfs.pod:2323
4470 msgid ""
4471 "Debugging messages are never translated, since they are intended for the "
4472 "programmers."
4473 msgstr ""
4474
4475 #. type: =head2
4476 #: ../src/guestfs.pod:2326
4477 msgid "SOURCE CODE SUBDIRECTORIES"
4478 msgstr ""
4479
4480 #. type: =item
4481 #: ../src/guestfs.pod:2330
4482 msgid "C<appliance>"
4483 msgstr ""
4484
4485 #. type: textblock
4486 #: ../src/guestfs.pod:2332
4487 msgid "The libguestfs appliance, build scripts and so on."
4488 msgstr ""
4489
4490 #. type: =item
4491 #: ../src/guestfs.pod:2334
4492 msgid "C<capitests>"
4493 msgstr ""
4494
4495 #. type: textblock
4496 #: ../src/guestfs.pod:2336
4497 msgid "Automated tests of the C API."
4498 msgstr ""
4499
4500 #. type: =item
4501 #: ../src/guestfs.pod:2338
4502 msgid "C<cat>"
4503 msgstr ""
4504
4505 #. type: textblock
4506 #: ../src/guestfs.pod:2340
4507 msgid ""
4508 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
4509 "documentation."
4510 msgstr ""
4511
4512 #. type: =item
4513 #: ../src/guestfs.pod:2343
4514 msgid "C<contrib>"
4515 msgstr ""
4516
4517 #. type: textblock
4518 #: ../src/guestfs.pod:2345
4519 msgid "Outside contributions, experimental parts."
4520 msgstr ""
4521
4522 #. type: =item
4523 #: ../src/guestfs.pod:2347
4524 msgid "C<daemon>"
4525 msgstr ""
4526
4527 #. type: textblock
4528 #: ../src/guestfs.pod:2349
4529 msgid ""
4530 "The daemon that runs inside the libguestfs appliance and carries out "
4531 "actions."
4532 msgstr ""
4533
4534 #. type: =item
4535 #: ../src/guestfs.pod:2352
4536 msgid "C<df>"
4537 msgstr ""
4538
4539 #. type: textblock
4540 #: ../src/guestfs.pod:2354
4541 msgid "L<virt-df(1)> command and documentation."
4542 msgstr ""
4543
4544 #. type: =item
4545 #: ../src/guestfs.pod:2356
4546 msgid "C<examples>"
4547 msgstr ""
4548
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2358
4551 msgid "C API example code."
4552 msgstr ""
4553
4554 #. type: =item
4555 #: ../src/guestfs.pod:2360
4556 msgid "C<fish>"
4557 msgstr ""
4558
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2362
4561 msgid "L<guestfish(1)>, the command-line shell."
4562 msgstr ""
4563
4564 #. type: =item
4565 #: ../src/guestfs.pod:2364
4566 msgid "C<fuse>"
4567 msgstr ""
4568
4569 #. type: textblock
4570 #: ../src/guestfs.pod:2366
4571 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
4572 msgstr ""
4573
4574 #. type: =item
4575 #: ../src/guestfs.pod:2368
4576 msgid "C<generator>"
4577 msgstr ""
4578
4579 #. type: textblock
4580 #: ../src/guestfs.pod:2370
4581 msgid ""
4582 "The crucially important generator, used to automatically generate large "
4583 "amounts of boilerplate C code for things like RPC and bindings."
4584 msgstr ""
4585
4586 #. type: =item
4587 #: ../src/guestfs.pod:2373
4588 msgid "C<images>"
4589 msgstr ""
4590
4591 #. type: textblock
4592 #: ../src/guestfs.pod:2375
4593 msgid "Files used by the test suite."
4594 msgstr ""
4595
4596 #. type: textblock
4597 #: ../src/guestfs.pod:2377
4598 msgid "Some \"phony\" guest images which we test against."
4599 msgstr ""
4600
4601 #. type: =item
4602 #: ../src/guestfs.pod:2379
4603 msgid "C<inspector>"
4604 msgstr ""
4605
4606 #. type: textblock
4607 #: ../src/guestfs.pod:2381
4608 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
4609 msgstr ""
4610
4611 #. type: =item
4612 #: ../src/guestfs.pod:2383
4613 msgid "C<m4>"
4614 msgstr ""
4615
4616 #. type: textblock
4617 #: ../src/guestfs.pod:2385
4618 msgid "M4 macros used by autoconf."
4619 msgstr ""
4620
4621 #. type: =item
4622 #: ../src/guestfs.pod:2387
4623 msgid "C<po>"
4624 msgstr ""
4625
4626 #. type: textblock
4627 #: ../src/guestfs.pod:2389
4628 msgid "Translations of simple gettext strings."
4629 msgstr ""
4630
4631 #. type: =item
4632 #: ../src/guestfs.pod:2391
4633 msgid "C<po-docs>"
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2393
4638 msgid ""
4639 "The build infrastructure and PO files for translations of manpages and POD "
4640 "files.  Eventually this will be combined with the C<po> directory, but that "
4641 "is rather complicated."
4642 msgstr ""
4643
4644 #. type: =item
4645 #: ../src/guestfs.pod:2397
4646 msgid "C<regressions>"
4647 msgstr ""
4648
4649 #. type: textblock
4650 #: ../src/guestfs.pod:2399
4651 msgid "Regression tests."
4652 msgstr ""
4653
4654 #. type: =item
4655 #: ../src/guestfs.pod:2401
4656 msgid "C<rescue>"
4657 msgstr ""
4658
4659 #. type: textblock
4660 #: ../src/guestfs.pod:2403
4661 msgid "L<virt-rescue(1)> command and documentation."
4662 msgstr ""
4663
4664 #. type: =item
4665 #: ../src/guestfs.pod:2405
4666 msgid "C<src>"
4667 msgstr ""
4668
4669 #. type: textblock
4670 #: ../src/guestfs.pod:2407
4671 msgid "Source code to the C library."
4672 msgstr ""
4673
4674 #. type: =item
4675 #: ../src/guestfs.pod:2409
4676 msgid "C<tools>"
4677 msgstr ""
4678
4679 #. type: textblock
4680 #: ../src/guestfs.pod:2411
4681 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
4682 msgstr ""
4683
4684 #. type: =item
4685 #: ../src/guestfs.pod:2413
4686 msgid "C<test-tool>"
4687 msgstr ""
4688
4689 #. type: textblock
4690 #: ../src/guestfs.pod:2415
4691 msgid ""
4692 "Test tool for end users to test if their qemu/kernel combination will work "
4693 "with libguestfs."
4694 msgstr ""
4695
4696 #. type: =item
4697 #: ../src/guestfs.pod:2418
4698 msgid "C<csharp>"
4699 msgstr ""
4700
4701 #. type: =item
4702 #: ../src/guestfs.pod:2420
4703 msgid "C<haskell>"
4704 msgstr ""
4705
4706 #. type: =item
4707 #: ../src/guestfs.pod:2422
4708 msgid "C<java>"
4709 msgstr ""
4710
4711 #. type: =item
4712 #: ../src/guestfs.pod:2424
4713 msgid "C<ocaml>"
4714 msgstr ""
4715
4716 #. type: =item
4717 #: ../src/guestfs.pod:2426
4718 msgid "C<php>"
4719 msgstr ""
4720
4721 #. type: =item
4722 #: ../src/guestfs.pod:2428
4723 msgid "C<perl>"
4724 msgstr ""
4725
4726 #. type: =item
4727 #: ../src/guestfs.pod:2430
4728 msgid "C<python>"
4729 msgstr ""
4730
4731 #. type: =item
4732 #: ../src/guestfs.pod:2432
4733 msgid "C<ruby>"
4734 msgstr ""
4735
4736 #. type: textblock
4737 #: ../src/guestfs.pod:2434
4738 msgid "Language bindings."
4739 msgstr ""
4740
4741 #. type: =head1
4742 #: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
4743 msgid "ENVIRONMENT VARIABLES"
4744 msgstr ""
4745
4746 #. type: =item
4747 #: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991
4748 msgid "LIBGUESTFS_APPEND"
4749 msgstr ""
4750
4751 #. type: textblock
4752 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:993
4753 msgid "Pass additional options to the guest kernel."
4754 msgstr ""
4755
4756 #. type: =item
4757 #: ../src/guestfs.pod:2446 ../fish/guestfish.pod:995
4758 msgid "LIBGUESTFS_DEBUG"
4759 msgstr ""
4760
4761 #. type: textblock
4762 #: ../src/guestfs.pod:2448
4763 msgid ""
4764 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4765 "effect as calling C<guestfs_set_verbose (g, 1)>."
4766 msgstr ""
4767
4768 #. type: =item
4769 #: ../src/guestfs.pod:2451 ../fish/guestfish.pod:1000
4770 msgid "LIBGUESTFS_MEMSIZE"
4771 msgstr ""
4772
4773 #. type: textblock
4774 #: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1002
4775 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4776 msgstr ""
4777
4778 #. type: verbatim
4779 #: ../src/guestfs.pod:2456 ../fish/guestfish.pod:1005
4780 #, no-wrap
4781 msgid ""
4782 " LIBGUESTFS_MEMSIZE=700\n"
4783 "\n"
4784 msgstr ""
4785
4786 #. type: =item
4787 #: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1007
4788 msgid "LIBGUESTFS_PATH"
4789 msgstr ""
4790
4791 #. type: textblock
4792 #: ../src/guestfs.pod:2460
4793 msgid ""
4794 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
4795 "the discussion of paths in section PATH above."
4796 msgstr ""
4797
4798 #. type: =item
4799 #: ../src/guestfs.pod:2463 ../fish/guestfish.pod:1012
4800 msgid "LIBGUESTFS_QEMU"
4801 msgstr ""
4802
4803 #. type: textblock
4804 #: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1014
4805 msgid ""
4806 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4807 "which was found at compile time by the configure script is used."
4808 msgstr ""
4809
4810 #. type: textblock
4811 #: ../src/guestfs.pod:2469
4812 msgid "See also L</QEMU WRAPPERS> above."
4813 msgstr ""
4814
4815 #. type: =item
4816 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018
4817 msgid "LIBGUESTFS_TRACE"
4818 msgstr ""
4819
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2473
4822 msgid ""
4823 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4824 "effect as calling C<guestfs_set_trace (g, 1)>."
4825 msgstr ""
4826
4827 #. type: =item
4828 #: ../src/guestfs.pod:2476 ../fish/guestfish.pod:1027
4829 msgid "TMPDIR"
4830 msgstr ""
4831
4832 #. type: textblock
4833 #: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1029
4834 msgid "Location of temporary directory, defaults to C</tmp>."
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1031
4839 msgid ""
4840 "If libguestfs was compiled to use the supermin appliance then the real "
4841 "appliance is cached in this directory, shared between all handles belonging "
4842 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
4843 "use in case C</tmp> is not large enough."
4844 msgstr ""
4845
4846 #. type: =head1
4847 #: ../src/guestfs.pod:2488 ../fish/guestfish.pod:1089 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
4848 msgid "SEE ALSO"
4849 msgstr ""
4850
4851 #. type: textblock
4852 #: ../src/guestfs.pod:2490
4853 msgid ""
4854 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
4855 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
4856 "L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)>, "
4857 "L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
4858 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
4859 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
4860 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
4861 msgstr ""
4862
4863 #. type: textblock
4864 #: ../src/guestfs.pod:2513
4865 msgid ""
4866 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
4867 "L<lvm(8)>, L<disktype(1)>."
4868 msgstr ""
4869
4870 #. type: =head1
4871 #: ../src/guestfs.pod:2520 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
4872 msgid "BUGS"
4873 msgstr ""
4874
4875 #. type: textblock
4876 #: ../src/guestfs.pod:2522
4877 msgid "To get a list of bugs against libguestfs use this link:"
4878 msgstr ""
4879
4880 #. type: textblock
4881 #: ../src/guestfs.pod:2524
4882 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
4883 msgstr ""
4884
4885 #. type: textblock
4886 #: ../src/guestfs.pod:2526
4887 msgid "To report a new bug against libguestfs use this link:"
4888 msgstr ""
4889
4890 #. type: textblock
4891 #: ../src/guestfs.pod:2528
4892 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
4893 msgstr ""
4894
4895 #. type: textblock
4896 #: ../src/guestfs.pod:2530
4897 msgid "When reporting a bug, please check:"
4898 msgstr ""
4899
4900 #. type: textblock
4901 #: ../src/guestfs.pod:2536
4902 msgid "That the bug hasn't been reported already."
4903 msgstr ""
4904
4905 #. type: textblock
4906 #: ../src/guestfs.pod:2540
4907 msgid "That you are testing a recent version."
4908 msgstr ""
4909
4910 #. type: textblock
4911 #: ../src/guestfs.pod:2544
4912 msgid "Describe the bug accurately, and give a way to reproduce it."
4913 msgstr ""
4914
4915 #. type: textblock
4916 #: ../src/guestfs.pod:2548
4917 msgid ""
4918 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
4919 "bug report."
4920 msgstr ""
4921
4922 #. type: =head1
4923 #: ../src/guestfs.pod:2553 ../fish/guestfish.pod:1108 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
4924 msgid "AUTHORS"
4925 msgstr ""
4926
4927 #. type: textblock
4928 #: ../src/guestfs.pod:2555 ../fish/guestfish.pod:1110 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
4929 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
4930 msgstr ""
4931
4932 #. type: =head1
4933 #: ../src/guestfs.pod:2557 ../fish/guestfish.pod:1112 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
4934 msgid "COPYRIGHT"
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1114 ../fuse/guestmount.pod:250
4939 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
4940 msgstr ""
4941
4942 #. type: textblock
4943 #: ../src/guestfs.pod:2562
4944 msgid ""
4945 "This library is free software; you can redistribute it and/or modify it "
4946 "under the terms of the GNU Lesser General Public License as published by the "
4947 "Free Software Foundation; either version 2 of the License, or (at your "
4948 "option) any later version."
4949 msgstr ""
4950
4951 #. type: textblock
4952 #: ../src/guestfs.pod:2567
4953 msgid ""
4954 "This library is distributed in the hope that it will be useful, but WITHOUT "
4955 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
4956 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
4957 "for more details."
4958 msgstr ""
4959
4960 #. type: textblock
4961 #: ../src/guestfs.pod:2572
4962 msgid ""
4963 "You should have received a copy of the GNU Lesser General Public License "
4964 "along with this library; if not, write to the Free Software Foundation, "
4965 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
4966 msgstr ""
4967
4968 #. type: =head2
4969 #: ../src/guestfs-actions.pod:1
4970 msgid "guestfs_add_cdrom"
4971 msgstr ""
4972
4973 #. type: verbatim
4974 #: ../src/guestfs-actions.pod:3
4975 #, no-wrap
4976 msgid ""
4977 " int\n"
4978 " guestfs_add_cdrom (guestfs_h *g,\n"
4979 "                    const char *filename);\n"
4980 "\n"
4981 msgstr ""
4982
4983 #. type: textblock
4984 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
4985 msgid "This function adds a virtual CD-ROM disk image to the guest."
4986 msgstr ""
4987
4988 #. type: textblock
4989 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
4990 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
4991 msgstr ""
4992
4993 #. type: textblock
4994 #: ../src/guestfs-actions.pod:17
4995 msgid ""
4996 "This call checks for the existence of C<filename>.  This stops you from "
4997 "specifying other types of drive which are supported by qemu such as C<nbd:> "
4998 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
4999 "instead."
5000 msgstr ""
5001
5002 #. type: textblock
5003 #: ../src/guestfs-actions.pod:24
5004 msgid ""
5005 "If you just want to add an ISO file (often you use this as an efficient way "
5006 "to transfer large files into the guest), then you should probably use "
5007 "C<guestfs_add_drive_ro> instead."
5008 msgstr ""
5009
5010 #. type: textblock
5011 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428 ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533 ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633 ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662 ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127 ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161 ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262 ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464 ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448 ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226 ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261 ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457 ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508 ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600 ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695 ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733 ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780 ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860 ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106 ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134 ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4232 ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374 ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4431 ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4481 ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4516 ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4596 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4675 ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4710 ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4941 ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:5069 ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5372 ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5405 ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431 ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5457 ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5494 ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532 ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5573 ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610 ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5650 ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5695 ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5738 ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5777 ../src/guestfs-actions.pod:5792 ../src/guestfs-actions.pod:5811 ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871 ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6005 ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138 ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6299 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6365 ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398 ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502 ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6709 ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741 ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809 ../src/guestfs-actions.pod:6854 ../src/guestfs-actions.pod:6887 ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052 ../src/guestfs-actions.pod:7081
5012 msgid "This function returns 0 on success or -1 on error."
5013 msgstr ""
5014
5015 #. type: textblock
5016 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5017 msgid ""
5018 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5019 "instead."
5020 msgstr ""
5021
5022 #. type: textblock
5023 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942 ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6975 ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168 ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820 ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4721
5024 msgid ""
5025 "Deprecated functions will not be removed from the API, but the fact that "
5026 "they are deprecated indicates that there are problems with correct use of "
5027 "these functions."
5028 msgstr ""
5029
5030 #. type: textblock
5031 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893 ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243 ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:5552 ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5779 ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6367 ../src/guestfs-actions.pod:6889
5032 msgid "(Added in 0.3)"
5033 msgstr ""
5034
5035 #. type: =head2
5036 #: ../src/guestfs-actions.pod:41
5037 msgid "guestfs_add_domain"
5038 msgstr ""
5039
5040 #. type: verbatim
5041 #: ../src/guestfs-actions.pod:43
5042 #, no-wrap
5043 msgid ""
5044 " int\n"
5045 " guestfs_add_domain (guestfs_h *g,\n"
5046 "                     const char *dom,\n"
5047 "                     ...);\n"
5048 "\n"
5049 msgstr ""
5050
5051 #. type: textblock
5052 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137 ../src/guestfs-actions.pod:4205
5053 msgid ""
5054 "You may supply a list of optional arguments to this call.  Use zero or more "
5055 "of the following pairs of parameters, and terminate the list with C<-1> on "
5056 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5057 msgstr ""
5058
5059 #. type: verbatim
5060 #: ../src/guestfs-actions.pod:53
5061 #, no-wrap
5062 msgid ""
5063 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5064 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5065 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5066 "\n"
5067 msgstr ""
5068
5069 #. type: textblock
5070 #: ../src/guestfs-actions.pod:57
5071 msgid ""
5072 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5073 "It works by connecting to libvirt, requesting the domain and domain XML from "
5074 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5075 "one."
5076 msgstr ""
5077
5078 #. type: textblock
5079 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5080 msgid ""
5081 "The number of disks added is returned.  This operation is atomic: if an "
5082 "error is returned, then no disks are added."
5083 msgstr ""
5084
5085 #. type: textblock
5086 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5087 msgid ""
5088 "This function does some minimal checks to make sure the libvirt domain is "
5089 "not running (unless C<readonly> is true).  In a future version we will try "
5090 "to acquire the libvirt lock on each disk."
5091 msgstr ""
5092
5093 #. type: textblock
5094 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5095 msgid ""
5096 "Disks must be accessible locally.  This often means that adding disks from a "
5097 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5098 "unless those disks are accessible via the same device path locally too."
5099 msgstr ""
5100
5101 #. type: textblock
5102 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5103 msgid ""
5104 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5105 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5106 "default libvirt URI (or one set through an environment variable, see the "
5107 "libvirt documentation for full details)."
5108 msgstr ""
5109
5110 #. type: textblock
5111 #: ../src/guestfs-actions.pod:80
5112 msgid ""
5113 "The other optional parameters are passed directly through to "
5114 "C<guestfs_add_drive_opts>."
5115 msgstr ""
5116
5117 #. type: textblock
5118 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336 ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728 ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307 ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003 ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662 ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4619 ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:5153 ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:6475 ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913 ../src/guestfs-actions.pod:6926
5119 msgid "On error this function returns -1."
5120 msgstr ""
5121
5122 #. type: textblock
5123 #: ../src/guestfs-actions.pod:85
5124 msgid "(Added in 1.7.4)"
5125 msgstr ""
5126
5127 #. type: =head2
5128 #: ../src/guestfs-actions.pod:87
5129 msgid "guestfs_add_domain_va"
5130 msgstr ""
5131
5132 #. type: verbatim
5133 #: ../src/guestfs-actions.pod:89
5134 #, no-wrap
5135 msgid ""
5136 " int\n"
5137 " guestfs_add_domain_va (guestfs_h *g,\n"
5138 "                        const char *dom,\n"
5139 "                        va_list args);\n"
5140 "\n"
5141 msgstr ""
5142
5143 #. type: textblock
5144 #: ../src/guestfs-actions.pod:94
5145 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5146 msgstr ""
5147
5148 #. type: textblock
5149 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211 ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4258
5150 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5151 msgstr ""
5152
5153 #. type: =head2
5154 #: ../src/guestfs-actions.pod:98
5155 msgid "guestfs_add_domain_argv"
5156 msgstr ""
5157
5158 #. type: verbatim
5159 #: ../src/guestfs-actions.pod:100
5160 #, no-wrap
5161 msgid ""
5162 " int\n"
5163 " guestfs_add_domain_argv (guestfs_h *g,\n"
5164 "                          const char *dom,\n"
5165 "                          const struct guestfs_add_domain_argv *optargs);\n"
5166 "\n"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs-actions.pod:105
5171 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5172 msgstr ""
5173
5174 #. type: =head2
5175 #: ../src/guestfs-actions.pod:109
5176 msgid "guestfs_add_drive"
5177 msgstr ""
5178
5179 #. type: verbatim
5180 #: ../src/guestfs-actions.pod:111
5181 #, no-wrap
5182 msgid ""
5183 " int\n"
5184 " guestfs_add_drive (guestfs_h *g,\n"
5185 "                    const char *filename);\n"
5186 "\n"
5187 msgstr ""
5188
5189 #. type: textblock
5190 #: ../src/guestfs-actions.pod:115
5191 msgid ""
5192 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5193 "optional parameters, so the disk is added writable, with the format being "
5194 "detected automatically."
5195 msgstr ""
5196
5197 #. type: textblock
5198 #: ../src/guestfs-actions.pod:119
5199 msgid ""
5200 "Automatic detection of the format opens you up to a potential security hole "
5201 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5202 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5203 "you should think about replacing calls to this function with calls to "
5204 "C<guestfs_add_drive_opts>, and specifying the format."
5205 msgstr ""
5206
5207 #. type: =head2
5208 #: ../src/guestfs-actions.pod:130
5209 msgid "guestfs_add_drive_opts"
5210 msgstr ""
5211
5212 #. type: verbatim
5213 #: ../src/guestfs-actions.pod:132
5214 #, no-wrap
5215 msgid ""
5216 " int\n"
5217 " guestfs_add_drive_opts (guestfs_h *g,\n"
5218 "                         const char *filename,\n"
5219 "                         ...);\n"
5220 "\n"
5221 msgstr ""
5222
5223 #. type: verbatim
5224 #: ../src/guestfs-actions.pod:142
5225 #, no-wrap
5226 msgid ""
5227 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5228 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5229 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5230 "\n"
5231 msgstr ""
5232
5233 #. type: textblock
5234 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
5235 msgid ""
5236 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5237 "The first time you call this function, the disk appears as C</dev/sda>, the "
5238 "second time as C</dev/sdb>, and so on."
5239 msgstr ""
5240
5241 #. type: textblock
5242 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
5243 msgid ""
5244 "You don't necessarily need to be root when using libguestfs.  However you "
5245 "obviously do need sufficient permissions to access the filename for whatever "
5246 "operations you want to perform (ie. read access if you just want to read the "
5247 "image or write access if you want to modify the image)."
5248 msgstr ""
5249
5250 #. type: textblock
5251 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
5252 msgid "This call checks that C<filename> exists."
5253 msgstr ""
5254
5255 #. type: textblock
5256 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831
5257 msgid "The optional arguments are:"
5258 msgstr ""
5259
5260 #. type: =item
5261 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
5262 msgid "C<readonly>"
5263 msgstr ""
5264
5265 #. type: textblock
5266 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
5267 msgid ""
5268 "If true then the image is treated as read-only.  Writes are still allowed, "
5269 "but they are stored in a temporary snapshot overlay which is discarded at "
5270 "the end.  The disk that you add is not modified."
5271 msgstr ""
5272
5273 #. type: =item
5274 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
5275 msgid "C<format>"
5276 msgstr ""
5277
5278 #. type: textblock
5279 #: ../src/guestfs-actions.pod:171
5280 msgid ""
5281 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5282 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5283 "Possible formats include C<raw> and C<qcow2>."
5284 msgstr ""
5285
5286 #. type: textblock
5287 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
5288 msgid ""
5289 "Automatic detection of the format opens you up to a potential security hole "
5290 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5291 "RHBZ#642934.  Specifying the format closes this security hole."
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
5296 msgid "C<iface>"
5297 msgstr ""
5298
5299 #. type: textblock
5300 #: ../src/guestfs-actions.pod:182
5301 msgid ""
5302 "This rarely-used option lets you emulate the behaviour of the deprecated "
5303 "C<guestfs_add_drive_with_if> call (q.v.)"
5304 msgstr ""
5305
5306 #. type: textblock
5307 #: ../src/guestfs-actions.pod:189
5308 msgid "(Added in 1.5.23)"
5309 msgstr ""
5310
5311 #. type: =head2
5312 #: ../src/guestfs-actions.pod:191
5313 msgid "guestfs_add_drive_opts_va"
5314 msgstr ""
5315
5316 #. type: verbatim
5317 #: ../src/guestfs-actions.pod:193
5318 #, no-wrap
5319 msgid ""
5320 " int\n"
5321 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5322 "                            const char *filename,\n"
5323 "                            va_list args);\n"
5324 "\n"
5325 msgstr ""
5326
5327 #. type: textblock
5328 #: ../src/guestfs-actions.pod:198
5329 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5330 msgstr ""
5331
5332 #. type: =head2
5333 #: ../src/guestfs-actions.pod:202
5334 msgid "guestfs_add_drive_opts_argv"
5335 msgstr ""
5336
5337 #. type: verbatim
5338 #: ../src/guestfs-actions.pod:204
5339 #, no-wrap
5340 msgid ""
5341 " int\n"
5342 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5343 "                              const char *filename,\n"
5344 "                              const struct guestfs_add_drive_opts_argv "
5345 "*optargs);\n"
5346 "\n"
5347 msgstr ""
5348
5349 #. type: textblock
5350 #: ../src/guestfs-actions.pod:209
5351 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5352 msgstr ""
5353
5354 #. type: =head2
5355 #: ../src/guestfs-actions.pod:213
5356 msgid "guestfs_add_drive_ro"
5357 msgstr ""
5358
5359 #. type: verbatim
5360 #: ../src/guestfs-actions.pod:215
5361 #, no-wrap
5362 msgid ""
5363 " int\n"
5364 " guestfs_add_drive_ro (guestfs_h *g,\n"
5365 "                       const char *filename);\n"
5366 "\n"
5367 msgstr ""
5368
5369 #. type: textblock
5370 #: ../src/guestfs-actions.pod:219
5371 msgid ""
5372 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5373 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5374 "disk is added read-only, with the format being detected automatically."
5375 msgstr ""
5376
5377 #. type: textblock
5378 #: ../src/guestfs-actions.pod:226
5379 msgid "(Added in 1.0.38)"
5380 msgstr ""
5381
5382 #. type: =head2
5383 #: ../src/guestfs-actions.pod:228
5384 msgid "guestfs_add_drive_ro_with_if"
5385 msgstr ""
5386
5387 #. type: verbatim
5388 #: ../src/guestfs-actions.pod:230
5389 #, no-wrap
5390 msgid ""
5391 " int\n"
5392 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5393 "                               const char *filename,\n"
5394 "                               const char *iface);\n"
5395 "\n"
5396 msgstr ""
5397
5398 #. type: textblock
5399 #: ../src/guestfs-actions.pod:235
5400 msgid ""
5401 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5402 "QEMU interface emulation to use at run time."
5403 msgstr ""
5404
5405 #. type: textblock
5406 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2333
5407 msgid "(Added in 1.0.84)"
5408 msgstr ""
5409
5410 #. type: =head2
5411 #: ../src/guestfs-actions.pod:249
5412 msgid "guestfs_add_drive_with_if"
5413 msgstr ""
5414
5415 #. type: verbatim
5416 #: ../src/guestfs-actions.pod:251
5417 #, no-wrap
5418 msgid ""
5419 " int\n"
5420 " guestfs_add_drive_with_if (guestfs_h *g,\n"
5421 "                            const char *filename,\n"
5422 "                            const char *iface);\n"
5423 "\n"
5424 msgstr ""
5425
5426 #. type: textblock
5427 #: ../src/guestfs-actions.pod:256
5428 msgid ""
5429 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
5430 "QEMU interface emulation to use at run time."
5431 msgstr ""
5432
5433 #. type: =head2
5434 #: ../src/guestfs-actions.pod:270
5435 msgid "guestfs_aug_clear"
5436 msgstr ""
5437
5438 #. type: verbatim
5439 #: ../src/guestfs-actions.pod:272
5440 #, no-wrap
5441 msgid ""
5442 " int\n"
5443 " guestfs_aug_clear (guestfs_h *g,\n"
5444 "                    const char *augpath);\n"
5445 "\n"
5446 msgstr ""
5447
5448 #. type: textblock
5449 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
5450 msgid ""
5451 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
5452 "L<augtool(1)> C<clear> command."
5453 msgstr ""
5454
5455 #. type: textblock
5456 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
5457 msgid "(Added in 1.3.4)"
5458 msgstr ""
5459
5460 #. type: =head2
5461 #: ../src/guestfs-actions.pod:283
5462 msgid "guestfs_aug_close"
5463 msgstr ""
5464
5465 #. type: verbatim
5466 #: ../src/guestfs-actions.pod:285
5467 #, no-wrap
5468 msgid ""
5469 " int\n"
5470 " guestfs_aug_close (guestfs_h *g);\n"
5471 "\n"
5472 msgstr ""
5473
5474 #. type: textblock
5475 #: ../src/guestfs-actions.pod:288
5476 msgid ""
5477 "Close the current Augeas handle and free up any resources used by it.  After "
5478 "calling this, you have to call C<guestfs_aug_init> again before you can use "
5479 "any other Augeas functions."
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 ../src/guestfs-actions.pod:5230
5484 msgid "(Added in 0.7)"
5485 msgstr ""
5486
5487 #. type: =head2
5488 #: ../src/guestfs-actions.pod:297
5489 msgid "guestfs_aug_defnode"
5490 msgstr ""
5491
5492 #. type: verbatim
5493 #: ../src/guestfs-actions.pod:299
5494 #, no-wrap
5495 msgid ""
5496 " struct guestfs_int_bool *\n"
5497 " guestfs_aug_defnode (guestfs_h *g,\n"
5498 "                      const char *name,\n"
5499 "                      const char *expr,\n"
5500 "                      const char *val);\n"
5501 "\n"
5502 msgstr ""
5503
5504 #. type: textblock
5505 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
5506 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
5507 msgstr ""
5508
5509 #. type: textblock
5510 #: ../src/guestfs-actions.pod:308
5511 msgid ""
5512 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
5513 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
5514 "containing that single node."
5515 msgstr ""
5516
5517 #. type: textblock
5518 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
5519 msgid ""
5520 "On success this returns a pair containing the number of nodes in the "
5521 "nodeset, and a boolean flag if a node was created."
5522 msgstr ""
5523
5524 #. type: textblock
5525 #: ../src/guestfs-actions.pod:316
5526 msgid ""
5527 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
5528 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
5529 msgstr ""
5530
5531 #. type: =head2
5532 #: ../src/guestfs-actions.pod:322
5533 msgid "guestfs_aug_defvar"
5534 msgstr ""
5535
5536 #. type: verbatim
5537 #: ../src/guestfs-actions.pod:324
5538 #, no-wrap
5539 msgid ""
5540 " int\n"
5541 " guestfs_aug_defvar (guestfs_h *g,\n"
5542 "                     const char *name,\n"
5543 "                     const char *expr);\n"
5544 "\n"
5545 msgstr ""
5546
5547 #. type: textblock
5548 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
5549 msgid ""
5550 "Defines an Augeas variable C<name> whose value is the result of evaluating "
5551 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
5552 msgstr ""
5553
5554 #. type: textblock
5555 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
5556 msgid ""
5557 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
5558 "evaluates to something which is not a nodeset."
5559 msgstr ""
5560
5561 #. type: =head2
5562 #: ../src/guestfs-actions.pod:340
5563 msgid "guestfs_aug_get"
5564 msgstr ""
5565
5566 #. type: verbatim
5567 #: ../src/guestfs-actions.pod:342
5568 #, no-wrap
5569 msgid ""
5570 " char *\n"
5571 " guestfs_aug_get (guestfs_h *g,\n"
5572 "                  const char *augpath);\n"
5573 "\n"
5574 msgstr ""
5575
5576 #. type: textblock
5577 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
5578 msgid ""
5579 "Look up the value associated with C<path>.  If C<path> matches exactly one "
5580 "node, the C<value> is returned."
5581 msgstr ""
5582
5583 #. type: textblock
5584 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849 ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927 ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046 ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341 ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936 ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888 ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752 ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4958 ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:5951 ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6649 ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6686 ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:7138
5585 msgid ""
5586 "This function returns a string, or NULL on error.  I<The caller must free "
5587 "the returned string after use>."
5588 msgstr ""
5589
5590 #. type: =head2
5591 #: ../src/guestfs-actions.pod:354
5592 msgid "guestfs_aug_init"
5593 msgstr ""
5594
5595 #. type: verbatim
5596 #: ../src/guestfs-actions.pod:356
5597 #, no-wrap
5598 msgid ""
5599 " int\n"
5600 " guestfs_aug_init (guestfs_h *g,\n"
5601 "                   const char *root,\n"
5602 "                   int flags);\n"
5603 "\n"
5604 msgstr ""
5605
5606 #. type: textblock
5607 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
5608 msgid ""
5609 "Create a new Augeas handle for editing configuration files.  If there was "
5610 "any previous Augeas handle associated with this guestfs session, then it is "
5611 "closed."
5612 msgstr ""
5613
5614 #. type: textblock
5615 #: ../src/guestfs-actions.pod:365
5616 msgid "You must call this before using any other C<guestfs_aug_*> commands."
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
5621 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
5622 msgstr ""
5623
5624 #. type: textblock
5625 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
5626 msgid ""
5627 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
5628 "logical I<or> of the following integers:"
5629 msgstr ""
5630
5631 #. type: =item
5632 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
5633 msgid "C<AUG_SAVE_BACKUP> = 1"
5634 msgstr ""
5635
5636 #. type: textblock
5637 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
5638 msgid "Keep the original file with a C<.augsave> extension."
5639 msgstr ""
5640
5641 #. type: =item
5642 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
5643 msgid "C<AUG_SAVE_NEWFILE> = 2"
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
5648 msgid ""
5649 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5650 "original.  Overrides C<AUG_SAVE_BACKUP>."
5651 msgstr ""
5652
5653 #. type: =item
5654 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
5655 msgid "C<AUG_TYPE_CHECK> = 4"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
5660 msgid "Typecheck lenses (can be expensive)."
5661 msgstr ""
5662
5663 #. type: =item
5664 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
5665 msgid "C<AUG_NO_STDINC> = 8"
5666 msgstr ""
5667
5668 #. type: textblock
5669 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
5670 msgid "Do not use standard load path for modules."
5671 msgstr ""
5672
5673 #. type: =item
5674 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
5675 msgid "C<AUG_SAVE_NOOP> = 16"
5676 msgstr ""
5677
5678 #. type: textblock
5679 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
5680 msgid "Make save a no-op, just record what would have been changed."
5681 msgstr ""
5682
5683 #. type: =item
5684 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
5685 msgid "C<AUG_NO_LOAD> = 32"
5686 msgstr ""
5687
5688 #. type: textblock
5689 #: ../src/guestfs-actions.pod:400
5690 msgid "Do not load the tree in C<guestfs_aug_init>."
5691 msgstr ""
5692
5693 #. type: textblock
5694 #: ../src/guestfs-actions.pod:404
5695 msgid "To close the handle, you can call C<guestfs_aug_close>."
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
5700 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5701 msgstr ""
5702
5703 #. type: =head2
5704 #: ../src/guestfs-actions.pod:412
5705 msgid "guestfs_aug_insert"
5706 msgstr ""
5707
5708 #. type: verbatim
5709 #: ../src/guestfs-actions.pod:414
5710 #, no-wrap
5711 msgid ""
5712 " int\n"
5713 " guestfs_aug_insert (guestfs_h *g,\n"
5714 "                     const char *augpath,\n"
5715 "                     const char *label,\n"
5716 "                     int before);\n"
5717 "\n"
5718 msgstr ""
5719
5720 #. type: textblock
5721 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
5722 msgid ""
5723 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5724 "or after C<path> (depending on the boolean flag C<before>)."
5725 msgstr ""
5726
5727 #. type: textblock
5728 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
5729 msgid ""
5730 "C<path> must match exactly one existing node in the tree, and C<label> must "
5731 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5732 msgstr ""
5733
5734 #. type: =head2
5735 #: ../src/guestfs-actions.pod:432
5736 msgid "guestfs_aug_load"
5737 msgstr ""
5738
5739 #. type: verbatim
5740 #: ../src/guestfs-actions.pod:434
5741 #, no-wrap
5742 msgid ""
5743 " int\n"
5744 " guestfs_aug_load (guestfs_h *g);\n"
5745 "\n"
5746 msgstr ""
5747
5748 #. type: textblock
5749 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
5750 msgid "Load files into the tree."
5751 msgstr ""
5752
5753 #. type: textblock
5754 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
5755 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5756 msgstr ""
5757
5758 #. type: =head2
5759 #: ../src/guestfs-actions.pod:446
5760 msgid "guestfs_aug_ls"
5761 msgstr ""
5762
5763 #. type: verbatim
5764 #: ../src/guestfs-actions.pod:448
5765 #, no-wrap
5766 msgid ""
5767 " char **\n"
5768 " guestfs_aug_ls (guestfs_h *g,\n"
5769 "                 const char *augpath);\n"
5770 "\n"
5771 msgstr ""
5772
5773 #. type: textblock
5774 #: ../src/guestfs-actions.pod:452
5775 msgid ""
5776 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5777 "sorting the resulting nodes into alphabetical order."
5778 msgstr ""
5779
5780 #. type: textblock
5781 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471 ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213 ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400 ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822 ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4580 ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:5991 ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6107 ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6277 ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6779 ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6991 ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7095 ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7160 ../src/guestfs-actions.pod:7179
5782 msgid ""
5783 "This function returns a NULL-terminated array of strings (like "
5784 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5785 "strings and the array after use>."
5786 msgstr ""
5787
5788 #. type: textblock
5789 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4584 ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5419 ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:5445 ../src/guestfs-actions.pod:5853 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6743 ../src/guestfs-actions.pod:6979
5790 msgid "(Added in 0.8)"
5791 msgstr ""
5792
5793 #. type: =head2
5794 #: ../src/guestfs-actions.pod:461
5795 msgid "guestfs_aug_match"
5796 msgstr ""
5797
5798 #. type: verbatim
5799 #: ../src/guestfs-actions.pod:463
5800 #, no-wrap
5801 msgid ""
5802 " char **\n"
5803 " guestfs_aug_match (guestfs_h *g,\n"
5804 "                    const char *augpath);\n"
5805 "\n"
5806 msgstr ""
5807
5808 #. type: textblock
5809 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
5810 msgid ""
5811 "Returns a list of paths which match the path expression C<path>.  The "
5812 "returned paths are sufficiently qualified so that they match exactly one "
5813 "node in the current tree."
5814 msgstr ""
5815
5816 #. type: =head2
5817 #: ../src/guestfs-actions.pod:477
5818 msgid "guestfs_aug_mv"
5819 msgstr ""
5820
5821 #. type: verbatim
5822 #: ../src/guestfs-actions.pod:479
5823 #, no-wrap
5824 msgid ""
5825 " int\n"
5826 " guestfs_aug_mv (guestfs_h *g,\n"
5827 "                 const char *src,\n"
5828 "                 const char *dest);\n"
5829 "\n"
5830 msgstr ""
5831
5832 #. type: textblock
5833 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
5834 msgid ""
5835 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5836 "C<dest> is overwritten if it exists."
5837 msgstr ""
5838
5839 #. type: =head2
5840 #: ../src/guestfs-actions.pod:491
5841 msgid "guestfs_aug_rm"
5842 msgstr ""
5843
5844 #. type: verbatim
5845 #: ../src/guestfs-actions.pod:493
5846 #, no-wrap
5847 msgid ""
5848 " int\n"
5849 " guestfs_aug_rm (guestfs_h *g,\n"
5850 "                 const char *augpath);\n"
5851 "\n"
5852 msgstr ""
5853
5854 #. type: textblock
5855 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
5856 msgid "Remove C<path> and all of its children."
5857 msgstr ""
5858
5859 #. type: textblock
5860 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
5861 msgid "On success this returns the number of entries which were removed."
5862 msgstr ""
5863
5864 #. type: =head2
5865 #: ../src/guestfs-actions.pod:505
5866 msgid "guestfs_aug_save"
5867 msgstr ""
5868
5869 #. type: verbatim
5870 #: ../src/guestfs-actions.pod:507
5871 #, no-wrap
5872 msgid ""
5873 " int\n"
5874 " guestfs_aug_save (guestfs_h *g);\n"
5875 "\n"
5876 msgstr ""
5877
5878 #. type: textblock
5879 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
5880 msgid "This writes all pending changes to disk."
5881 msgstr ""
5882
5883 #. type: textblock
5884 #: ../src/guestfs-actions.pod:512
5885 msgid ""
5886 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5887 "are saved."
5888 msgstr ""
5889
5890 #. type: =head2
5891 #: ../src/guestfs-actions.pod:519
5892 msgid "guestfs_aug_set"
5893 msgstr ""
5894
5895 #. type: verbatim
5896 #: ../src/guestfs-actions.pod:521
5897 #, no-wrap
5898 msgid ""
5899 " int\n"
5900 " guestfs_aug_set (guestfs_h *g,\n"
5901 "                  const char *augpath,\n"
5902 "                  const char *val);\n"
5903 "\n"
5904 msgstr ""
5905
5906 #. type: textblock
5907 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
5908 msgid "Set the value associated with C<path> to C<val>."
5909 msgstr ""
5910
5911 #. type: textblock
5912 #: ../src/guestfs-actions.pod:528
5913 msgid ""
5914 "In the Augeas API, it is possible to clear a node by setting the value to "
5915 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5916 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5917 msgstr ""
5918
5919 #. type: =head2
5920 #: ../src/guestfs-actions.pod:537
5921 msgid "guestfs_available"
5922 msgstr ""
5923
5924 #. type: verbatim
5925 #: ../src/guestfs-actions.pod:539
5926 #, no-wrap
5927 msgid ""
5928 " int\n"
5929 " guestfs_available (guestfs_h *g,\n"
5930 "                    char *const *groups);\n"
5931 "\n"
5932 msgstr ""
5933
5934 #. type: textblock
5935 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
5936 msgid ""
5937 "This command is used to check the availability of some groups of "
5938 "functionality in the appliance, which not all builds of the libguestfs "
5939 "appliance will be able to provide."
5940 msgstr ""
5941
5942 #. type: textblock
5943 #: ../src/guestfs-actions.pod:547
5944 msgid ""
5945 "The libguestfs groups, and the functions that those groups correspond to, "
5946 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5947 "runtime by calling C<guestfs_available_all_groups>."
5948 msgstr ""
5949
5950 #. type: textblock
5951 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
5952 msgid ""
5953 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5954 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5955 "and Augeas (configuration file editing) functions."
5956 msgstr ""
5957
5958 #. type: textblock
5959 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
5960 msgid "The command returns no error if I<all> requested groups are available."
5961 msgstr ""
5962
5963 #. type: textblock
5964 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
5965 msgid ""
5966 "It fails with an error if one or more of the requested groups is unavailable "
5967 "in the appliance."
5968 msgstr ""
5969
5970 #. type: textblock
5971 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
5972 msgid ""
5973 "If an unknown group name is included in the list of groups then an error is "
5974 "always returned."
5975 msgstr ""
5976
5977 #. type: textblock
5978 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
5979 msgid "I<Notes:>"
5980 msgstr ""
5981
5982 #. type: textblock
5983 #: ../src/guestfs-actions.pod:571
5984 msgid "You must call C<guestfs_launch> before calling this function."
5985 msgstr ""
5986
5987 #. type: textblock
5988 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
5989 msgid ""
5990 "The reason is because we don't know what groups are supported by the "
5991 "appliance/daemon until it is running and can be queried."
5992 msgstr ""
5993
5994 #. type: textblock
5995 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
5996 msgid ""
5997 "If a group of functions is available, this does not necessarily mean that "
5998 "they will work.  You still have to check for errors when calling individual "
5999 "API functions even if they are available."
6000 msgstr ""
6001
6002 #. type: textblock
6003 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6004 msgid ""
6005 "It is usually the job of distro packagers to build complete functionality "
6006 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6007 "with all requirements satisfied, will support everything."
6008 msgstr ""
6009
6010 #. type: textblock
6011 #: ../src/guestfs-actions.pod:593
6012 msgid ""
6013 "This call was added in version C<1.0.80>.  In previous versions of "
6014 "libguestfs all you could do would be to speculatively execute a command to "
6015 "find out if the daemon implemented it.  See also C<guestfs_version>."
6016 msgstr ""
6017
6018 #. type: textblock
6019 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6020 msgid "(Added in 1.0.80)"
6021 msgstr ""
6022
6023 #. type: =head2
6024 #: ../src/guestfs-actions.pod:604
6025 msgid "guestfs_available_all_groups"
6026 msgstr ""
6027
6028 #. type: verbatim
6029 #: ../src/guestfs-actions.pod:606
6030 #, no-wrap
6031 msgid ""
6032 " char **\n"
6033 " guestfs_available_all_groups (guestfs_h *g);\n"
6034 "\n"
6035 msgstr ""
6036
6037 #. type: textblock
6038 #: ../src/guestfs-actions.pod:609
6039 msgid ""
6040 "This command returns a list of all optional groups that this daemon knows "
6041 "about.  Note this returns both supported and unsupported groups.  To find "
6042 "out which ones the daemon can actually support you have to call "
6043 "C<guestfs_available> on each member of the returned list."
6044 msgstr ""
6045
6046 #. type: textblock
6047 #: ../src/guestfs-actions.pod:615
6048 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6049 msgstr ""
6050
6051 #. type: textblock
6052 #: ../src/guestfs-actions.pod:621
6053 msgid "(Added in 1.3.15)"
6054 msgstr ""
6055
6056 #. type: =head2
6057 #: ../src/guestfs-actions.pod:623
6058 msgid "guestfs_base64_in"
6059 msgstr ""
6060
6061 #. type: verbatim
6062 #: ../src/guestfs-actions.pod:625
6063 #, no-wrap
6064 msgid ""
6065 " int\n"
6066 " guestfs_base64_in (guestfs_h *g,\n"
6067 "                    const char *base64file,\n"
6068 "                    const char *filename);\n"
6069 "\n"
6070 msgstr ""
6071
6072 #. type: textblock
6073 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
6074 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6075 msgstr ""
6076
6077 #. type: textblock
6078 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
6079 msgid "(Added in 1.3.5)"
6080 msgstr ""
6081
6082 #. type: =head2
6083 #: ../src/guestfs-actions.pod:637
6084 msgid "guestfs_base64_out"
6085 msgstr ""
6086
6087 #. type: verbatim
6088 #: ../src/guestfs-actions.pod:639
6089 #, no-wrap
6090 msgid ""
6091 " int\n"
6092 " guestfs_base64_out (guestfs_h *g,\n"
6093 "                     const char *filename,\n"
6094 "                     const char *base64file);\n"
6095 "\n"
6096 msgstr ""
6097
6098 #. type: textblock
6099 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
6100 msgid ""
6101 "This command downloads the contents of C<filename>, writing it out to local "
6102 "file C<base64file> encoded as base64."
6103 msgstr ""
6104
6105 #. type: =head2
6106 #: ../src/guestfs-actions.pod:651
6107 msgid "guestfs_blockdev_flushbufs"
6108 msgstr ""
6109
6110 #. type: verbatim
6111 #: ../src/guestfs-actions.pod:653
6112 #, no-wrap
6113 msgid ""
6114 " int\n"
6115 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6116 "                             const char *device);\n"
6117 "\n"
6118 msgstr ""
6119
6120 #. type: textblock
6121 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
6122 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6123 msgstr ""
6124
6125 #. type: textblock
6126 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745 ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452 ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471 ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496 ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515 ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
6127 msgid "This uses the L<blockdev(8)> command."
6128 msgstr ""
6129
6130 #. type: textblock
6131 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681 ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
6132 msgid "(Added in 0.9.3)"
6133 msgstr ""
6134
6135 #. type: =head2
6136 #: ../src/guestfs-actions.pod:666
6137 msgid "guestfs_blockdev_getbsz"
6138 msgstr ""
6139
6140 #. type: verbatim
6141 #: ../src/guestfs-actions.pod:668
6142 #, no-wrap
6143 msgid ""
6144 " int\n"
6145 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6146 "                          const char *device);\n"
6147 "\n"
6148 msgstr ""
6149
6150 #. type: textblock
6151 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
6152 msgid "This returns the block size of a device."
6153 msgstr ""
6154
6155 #. type: textblock
6156 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
6157 msgid ""
6158 "(Note this is different from both I<size in blocks> and I<filesystem block "
6159 "size>)."
6160 msgstr ""
6161
6162 #. type: =head2
6163 #: ../src/guestfs-actions.pod:683
6164 msgid "guestfs_blockdev_getro"
6165 msgstr ""
6166
6167 #. type: verbatim
6168 #: ../src/guestfs-actions.pod:685
6169 #, no-wrap
6170 msgid ""
6171 " int\n"
6172 " guestfs_blockdev_getro (guestfs_h *g,\n"
6173 "                         const char *device);\n"
6174 "\n"
6175 msgstr ""
6176
6177 #. type: textblock
6178 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
6179 msgid ""
6180 "Returns a boolean indicating if the block device is read-only (true if "
6181 "read-only, false if not)."
6182 msgstr ""
6183
6184 #. type: textblock
6185 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891 ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974 ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044 ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3158 ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3185 ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:4729
6186 msgid "This function returns a C truth value on success or -1 on error."
6187 msgstr ""
6188
6189 #. type: =head2
6190 #: ../src/guestfs-actions.pod:698
6191 msgid "guestfs_blockdev_getsize64"
6192 msgstr ""
6193
6194 #. type: verbatim
6195 #: ../src/guestfs-actions.pod:700
6196 #, no-wrap
6197 msgid ""
6198 " int64_t\n"
6199 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6200 "                             const char *device);\n"
6201 "\n"
6202 msgstr ""
6203
6204 #. type: textblock
6205 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
6206 msgid "This returns the size of the device in bytes."
6207 msgstr ""
6208
6209 #. type: textblock
6210 #: ../src/guestfs-actions.pod:706
6211 msgid "See also C<guestfs_blockdev_getsz>."
6212 msgstr ""
6213
6214 #. type: =head2
6215 #: ../src/guestfs-actions.pod:714
6216 msgid "guestfs_blockdev_getss"
6217 msgstr ""
6218
6219 #. type: verbatim
6220 #: ../src/guestfs-actions.pod:716
6221 #, no-wrap
6222 msgid ""
6223 " int\n"
6224 " guestfs_blockdev_getss (guestfs_h *g,\n"
6225 "                         const char *device);\n"
6226 "\n"
6227 msgstr ""
6228
6229 #. type: textblock
6230 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
6231 msgid ""
6232 "This returns the size of sectors on a block device.  Usually 512, but can be "
6233 "larger for modern devices."
6234 msgstr ""
6235
6236 #. type: textblock
6237 #: ../src/guestfs-actions.pod:723
6238 msgid ""
6239 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6240 "that)."
6241 msgstr ""
6242
6243 #. type: =head2
6244 #: ../src/guestfs-actions.pod:732
6245 msgid "guestfs_blockdev_getsz"
6246 msgstr ""
6247
6248 #. type: verbatim
6249 #: ../src/guestfs-actions.pod:734
6250 #, no-wrap
6251 msgid ""
6252 " int64_t\n"
6253 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6254 "                         const char *device);\n"
6255 "\n"
6256 msgstr ""
6257
6258 #. type: textblock
6259 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
6260 msgid ""
6261 "This returns the size of the device in units of 512-byte sectors (even if "
6262 "the sectorsize isn't 512 bytes ... weird)."
6263 msgstr ""
6264
6265 #. type: textblock
6266 #: ../src/guestfs-actions.pod:741
6267 msgid ""
6268 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6269 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6270 msgstr ""
6271
6272 #. type: =head2
6273 #: ../src/guestfs-actions.pod:751
6274 msgid "guestfs_blockdev_rereadpt"
6275 msgstr ""
6276
6277 #. type: verbatim
6278 #: ../src/guestfs-actions.pod:753
6279 #, no-wrap
6280 msgid ""
6281 " int\n"
6282 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6283 "                            const char *device);\n"
6284 "\n"
6285 msgstr ""
6286
6287 #. type: textblock
6288 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
6289 msgid "Reread the partition table on C<device>."
6290 msgstr ""
6291
6292 #. type: =head2
6293 #: ../src/guestfs-actions.pod:765
6294 msgid "guestfs_blockdev_setbsz"
6295 msgstr ""
6296
6297 #. type: verbatim
6298 #: ../src/guestfs-actions.pod:767
6299 #, no-wrap
6300 msgid ""
6301 " int\n"
6302 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6303 "                          const char *device,\n"
6304 "                          int blocksize);\n"
6305 "\n"
6306 msgstr ""
6307
6308 #. type: textblock
6309 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
6310 msgid "This sets the block size of a device."
6311 msgstr ""
6312
6313 #. type: =head2
6314 #: ../src/guestfs-actions.pod:783
6315 msgid "guestfs_blockdev_setro"
6316 msgstr ""
6317
6318 #. type: verbatim
6319 #: ../src/guestfs-actions.pod:785
6320 #, no-wrap
6321 msgid ""
6322 " int\n"
6323 " guestfs_blockdev_setro (guestfs_h *g,\n"
6324 "                         const char *device);\n"
6325 "\n"
6326 msgstr ""
6327
6328 #. type: textblock
6329 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
6330 msgid "Sets the block device named C<device> to read-only."
6331 msgstr ""
6332
6333 #. type: =head2
6334 #: ../src/guestfs-actions.pod:797
6335 msgid "guestfs_blockdev_setrw"
6336 msgstr ""
6337
6338 #. type: verbatim
6339 #: ../src/guestfs-actions.pod:799
6340 #, no-wrap
6341 msgid ""
6342 " int\n"
6343 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6344 "                         const char *device);\n"
6345 "\n"
6346 msgstr ""
6347
6348 #. type: textblock
6349 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
6350 msgid "Sets the block device named C<device> to read-write."
6351 msgstr ""
6352
6353 #. type: =head2
6354 #: ../src/guestfs-actions.pod:811
6355 msgid "guestfs_case_sensitive_path"
6356 msgstr ""
6357
6358 #. type: verbatim
6359 #: ../src/guestfs-actions.pod:813
6360 #, no-wrap
6361 msgid ""
6362 " char *\n"
6363 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6364 "                              const char *path);\n"
6365 "\n"
6366 msgstr ""
6367
6368 #. type: textblock
6369 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
6370 msgid ""
6371 "This can be used to resolve case insensitive paths on a filesystem which is "
6372 "case sensitive.  The use case is to resolve paths which you have read from "
6373 "Windows configuration files or the Windows Registry, to the true path."
6374 msgstr ""
6375
6376 #. type: textblock
6377 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
6378 msgid ""
6379 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6380 "(and probably others), which is that although the underlying filesystem is "
6381 "case-insensitive, the driver exports the filesystem to Linux as "
6382 "case-sensitive."
6383 msgstr ""
6384
6385 #. type: textblock
6386 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
6387 msgid ""
6388 "One consequence of this is that special directories such as C<c:\\windows> "
6389 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6390 "precise details of how they were created.  In Windows itself this would not "
6391 "be a problem."
6392 msgstr ""
6393
6394 #. type: textblock
6395 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
6396 msgid ""
6397 "Bug or feature? You decide: "
6398 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6399 msgstr ""
6400
6401 #. type: textblock
6402 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
6403 msgid ""
6404 "This function resolves the true case of each element in the path and returns "
6405 "the case-sensitive path."
6406 msgstr ""
6407
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:839
6410 msgid ""
6411 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6412 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6413 "how the directories were originally created under Windows)."
6414 msgstr ""
6415
6416 #. type: textblock
6417 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
6418 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6419 msgstr ""
6420
6421 #. type: textblock
6422 #: ../src/guestfs-actions.pod:847
6423 msgid "See also C<guestfs_realpath>."
6424 msgstr ""
6425
6426 #. type: textblock
6427 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6671
6428 msgid "(Added in 1.0.75)"
6429 msgstr ""
6430
6431 #. type: =head2
6432 #: ../src/guestfs-actions.pod:854
6433 msgid "guestfs_cat"
6434 msgstr ""
6435
6436 #. type: verbatim
6437 #: ../src/guestfs-actions.pod:856
6438 #, no-wrap
6439 msgid ""
6440 " char *\n"
6441 " guestfs_cat (guestfs_h *g,\n"
6442 "              const char *path);\n"
6443 "\n"
6444 msgstr ""
6445
6446 #. type: textblock
6447 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5216 ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3468
6448 msgid "Return the contents of the file named C<path>."
6449 msgstr ""
6450
6451 #. type: textblock
6452 #: ../src/guestfs-actions.pod:862
6453 msgid ""
6454 "Note that this function cannot correctly handle binary files (specifically, "
6455 "files containing C<\\0> character which is treated as end of string).  For "
6456 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6457 "functions which have a more complex interface."
6458 msgstr ""
6459
6460 #. type: textblock
6461 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049 ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750 ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330 ../src/guestfs-actions.pod:4998 ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181 ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6257 ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6943 ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6995 ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7118 ../src/guestfs-actions.pod:7164 ../src/guestfs-actions.pod:7183 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913 ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990 ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480 ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518 ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543 ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3338 ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3429 ../fish/guestfish-actions.pod:3446 ../fish/guestfish-actions.pod:3461 ../fish/guestfish-actions.pod:4044 ../fish/guestfish-actions.pod:4090 ../fish/guestfish-actions.pod:4175 ../fish/guestfish-actions.pod:4190 ../fish/guestfish-actions.pod:4600 ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4645 ../fish/guestfish-actions.pod:4693 ../fish/guestfish-actions.pod:4703 ../fish/guestfish-actions.pod:4732 ../fish/guestfish-actions.pod:4742
6462 msgid ""
6463 "Because of the message protocol, there is a transfer limit of somewhere "
6464 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6465 msgstr ""
6466
6467 #. type: textblock
6468 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3326 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405 ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5104 ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:6830 ../src/guestfs-actions.pod:6844
6469 msgid "(Added in 0.4)"
6470 msgstr ""
6471
6472 #. type: =head2
6473 #: ../src/guestfs-actions.pod:875
6474 msgid "guestfs_checksum"
6475 msgstr ""
6476
6477 #. type: verbatim
6478 #: ../src/guestfs-actions.pod:877
6479 #, no-wrap
6480 msgid ""
6481 " char *\n"
6482 " guestfs_checksum (guestfs_h *g,\n"
6483 "                   const char *csumtype,\n"
6484 "                   const char *path);\n"
6485 "\n"
6486 msgstr ""
6487
6488 #. type: textblock
6489 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
6490 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6491 msgstr ""
6492
6493 #. type: textblock
6494 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
6495 msgid ""
6496 "The type of checksum to compute is given by the C<csumtype> parameter which "
6497 "must have one of the following values:"
6498 msgstr ""
6499
6500 #. type: =item
6501 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
6502 msgid "C<crc>"
6503 msgstr ""
6504
6505 #. type: textblock
6506 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
6507 msgid ""
6508 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6509 "C<cksum> command."
6510 msgstr ""
6511
6512 #. type: =item
6513 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
6514 msgid "C<md5>"
6515 msgstr ""
6516
6517 #. type: textblock
6518 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
6519 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6520 msgstr ""
6521
6522 #. type: =item
6523 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
6524 msgid "C<sha1>"
6525 msgstr ""
6526
6527 #. type: textblock
6528 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
6529 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6530 msgstr ""
6531
6532 #. type: =item
6533 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
6534 msgid "C<sha224>"
6535 msgstr ""
6536
6537 #. type: textblock
6538 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
6539 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6540 msgstr ""
6541
6542 #. type: =item
6543 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
6544 msgid "C<sha256>"
6545 msgstr ""
6546
6547 #. type: textblock
6548 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
6549 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6550 msgstr ""
6551
6552 #. type: =item
6553 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
6554 msgid "C<sha384>"
6555 msgstr ""
6556
6557 #. type: textblock
6558 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
6559 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6560 msgstr ""
6561
6562 #. type: =item
6563 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
6564 msgid "C<sha512>"
6565 msgstr ""
6566
6567 #. type: textblock
6568 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
6569 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6570 msgstr ""
6571
6572 #. type: textblock
6573 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
6574 msgid "The checksum is returned as a printable string."
6575 msgstr ""
6576
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:923
6579 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6580 msgstr ""
6581
6582 #. type: textblock
6583 #: ../src/guestfs-actions.pod:925
6584 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6585 msgstr ""
6586
6587 #. type: textblock
6588 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3070 ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160 ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6527
6589 msgid "(Added in 1.0.2)"
6590 msgstr ""
6591
6592 #. type: =head2
6593 #: ../src/guestfs-actions.pod:932
6594 msgid "guestfs_checksum_device"
6595 msgstr ""
6596
6597 #. type: verbatim
6598 #: ../src/guestfs-actions.pod:934
6599 #, no-wrap
6600 msgid ""
6601 " char *\n"
6602 " guestfs_checksum_device (guestfs_h *g,\n"
6603 "                          const char *csumtype,\n"
6604 "                          const char *device);\n"
6605 "\n"
6606 msgstr ""
6607
6608 #. type: textblock
6609 #: ../src/guestfs-actions.pod:939
6610 msgid ""
6611 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6612 "device named C<device>.  For the types of checksums supported see the "
6613 "C<guestfs_checksum> command."
6614 msgstr ""
6615
6616 #. type: textblock
6617 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4635 ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4731 ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925 ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6450 ../src/guestfs-actions.pod:6856
6618 msgid "(Added in 1.3.2)"
6619 msgstr ""
6620
6621 #. type: =head2
6622 #: ../src/guestfs-actions.pod:948
6623 msgid "guestfs_checksums_out"
6624 msgstr ""
6625
6626 #. type: verbatim
6627 #: ../src/guestfs-actions.pod:950
6628 #, no-wrap
6629 msgid ""
6630 " int\n"
6631 " guestfs_checksums_out (guestfs_h *g,\n"
6632 "                        const char *csumtype,\n"
6633 "                        const char *directory,\n"
6634 "                        const char *sumsfile);\n"
6635 "\n"
6636 msgstr ""
6637
6638 #. type: textblock
6639 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
6640 msgid ""
6641 "This command computes the checksums of all regular files in C<directory> and "
6642 "then emits a list of those checksums to the local output file C<sumsfile>."
6643 msgstr ""
6644
6645 #. type: textblock
6646 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
6647 msgid ""
6648 "This can be used for verifying the integrity of a virtual machine.  However "
6649 "to be properly secure you should pay attention to the output of the checksum "
6650 "command (it uses the ones from GNU coreutils).  In particular when the "
6651 "filename is not printable, coreutils uses a special backslash syntax.  For "
6652 "more information, see the GNU coreutils info file."
6653 msgstr ""
6654
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:970
6657 msgid "(Added in 1.3.7)"
6658 msgstr ""
6659
6660 #. type: =head2
6661 #: ../src/guestfs-actions.pod:972
6662 msgid "guestfs_chmod"
6663 msgstr ""
6664
6665 #. type: verbatim
6666 #: ../src/guestfs-actions.pod:974
6667 #, no-wrap
6668 msgid ""
6669 " int\n"
6670 " guestfs_chmod (guestfs_h *g,\n"
6671 "                int mode,\n"
6672 "                const char *path);\n"
6673 "\n"
6674 msgstr ""
6675
6676 #. type: textblock
6677 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
6678 msgid ""
6679 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6680 "supported."
6681 msgstr ""
6682
6683 #. type: textblock
6684 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
6685 msgid ""
6686 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6687 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6688 "C<700>."
6689 msgstr ""
6690
6691 #. type: textblock
6692 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353 ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2913 ../fish/guestfish-actions.pod:2923 ../fish/guestfish-actions.pod:2933
6693 msgid "The mode actually set is affected by the umask."
6694 msgstr ""
6695
6696 #. type: =head2
6697 #: ../src/guestfs-actions.pod:992
6698 msgid "guestfs_chown"
6699 msgstr ""
6700
6701 #. type: verbatim
6702 #: ../src/guestfs-actions.pod:994
6703 #, no-wrap
6704 msgid ""
6705 " int\n"
6706 " guestfs_chown (guestfs_h *g,\n"
6707 "                int owner,\n"
6708 "                int group,\n"
6709 "                const char *path);\n"
6710 "\n"
6711 msgstr ""
6712
6713 #. type: textblock
6714 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
6715 msgid "Change the file owner to C<owner> and group to C<group>."
6716 msgstr ""
6717
6718 #. type: textblock
6719 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3257 ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253
6720 msgid ""
6721 "Only numeric uid and gid are supported.  If you want to use names, you will "
6722 "need to locate and parse the password file yourself (Augeas support makes "
6723 "this relatively easy)."
6724 msgstr ""
6725
6726 #. type: =head2
6727 #: ../src/guestfs-actions.pod:1010
6728 msgid "guestfs_command"
6729 msgstr ""
6730
6731 #. type: verbatim
6732 #: ../src/guestfs-actions.pod:1012
6733 #, no-wrap
6734 msgid ""
6735 " char *\n"
6736 " guestfs_command (guestfs_h *g,\n"
6737 "                  char *const *arguments);\n"
6738 "\n"
6739 msgstr ""
6740
6741 #. type: textblock
6742 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
6743 msgid ""
6744 "This call runs a command from the guest filesystem.  The filesystem must be "
6745 "mounted, and must contain a compatible operating system (ie. something "
6746 "Linux, with the same or compatible processor architecture)."
6747 msgstr ""
6748
6749 #. type: textblock
6750 #: ../src/guestfs-actions.pod:1021
6751 msgid ""
6752 "The single parameter is an argv-style list of arguments.  The first element "
6753 "is the name of the program to run.  Subsequent elements are parameters.  The "
6754 "list must be non-empty (ie. must contain a program name).  Note that the "
6755 "command runs directly, and is I<not> invoked via the shell (see "
6756 "C<guestfs_sh>)."
6757 msgstr ""
6758
6759 #. type: textblock
6760 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
6761 msgid "The return value is anything printed to I<stdout> by the command."
6762 msgstr ""
6763
6764 #. type: textblock
6765 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
6766 msgid ""
6767 "If the command returns a non-zero exit status, then this function returns an "
6768 "error message.  The error message string is the content of I<stderr> from "
6769 "the command."
6770 msgstr ""
6771
6772 #. type: textblock
6773 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
6774 msgid ""
6775 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6776 "C</bin>.  If you require a program from another location, you should provide "
6777 "the full path in the first parameter."
6778 msgstr ""
6779
6780 #. type: textblock
6781 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
6782 msgid ""
6783 "Shared libraries and data files required by the program must be available on "
6784 "filesystems which are mounted in the correct places.  It is the caller's "
6785 "responsibility to ensure all filesystems that are needed are mounted at the "
6786 "right locations."
6787 msgstr ""
6788
6789 #. type: textblock
6790 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1535
6791 msgid "(Added in 0.9.1)"
6792 msgstr ""
6793
6794 #. type: =head2
6795 #: ../src/guestfs-actions.pod:1054
6796 msgid "guestfs_command_lines"
6797 msgstr ""
6798
6799 #. type: verbatim
6800 #: ../src/guestfs-actions.pod:1056
6801 #, no-wrap
6802 msgid ""
6803 " char **\n"
6804 " guestfs_command_lines (guestfs_h *g,\n"
6805 "                        char *const *arguments);\n"
6806 "\n"
6807 msgstr ""
6808
6809 #. type: textblock
6810 #: ../src/guestfs-actions.pod:1060
6811 msgid ""
6812 "This is the same as C<guestfs_command>, but splits the result into a list of "
6813 "lines."
6814 msgstr ""
6815
6816 #. type: textblock
6817 #: ../src/guestfs-actions.pod:1063
6818 msgid "See also: C<guestfs_sh_lines>"
6819 msgstr ""
6820
6821 #. type: =head2
6822 #: ../src/guestfs-actions.pod:1074
6823 msgid "guestfs_config"
6824 msgstr ""
6825
6826 #. type: verbatim
6827 #: ../src/guestfs-actions.pod:1076
6828 #, no-wrap
6829 msgid ""
6830 " int\n"
6831 " guestfs_config (guestfs_h *g,\n"
6832 "                 const char *qemuparam,\n"
6833 "                 const char *qemuvalue);\n"
6834 "\n"
6835 msgstr ""
6836
6837 #. type: textblock
6838 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
6839 msgid ""
6840 "This can be used to add arbitrary qemu command line parameters of the form "
6841 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6842 "setting some parameters which would interfere with parameters that we use."
6843 msgstr ""
6844
6845 #. type: textblock
6846 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
6847 msgid "The first character of C<param> string must be a C<-> (dash)."
6848 msgstr ""
6849
6850 #. type: textblock
6851 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
6852 msgid "C<value> can be NULL."
6853 msgstr ""
6854
6855 #. type: =head2
6856 #: ../src/guestfs-actions.pod:1094
6857 msgid "guestfs_copy_size"
6858 msgstr ""
6859
6860 #. type: verbatim
6861 #: ../src/guestfs-actions.pod:1096
6862 #, no-wrap
6863 msgid ""
6864 " int\n"
6865 " guestfs_copy_size (guestfs_h *g,\n"
6866 "                    const char *src,\n"
6867 "                    const char *dest,\n"
6868 "                    int64_t size);\n"
6869 "\n"
6870 msgstr ""
6871
6872 #. type: textblock
6873 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
6874 msgid ""
6875 "This command copies exactly C<size> bytes from one source device or file "
6876 "C<src> to another destination device or file C<dest>."
6877 msgstr ""
6878
6879 #. type: textblock
6880 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
6881 msgid ""
6882 "Note this will fail if the source is too short or if the destination is not "
6883 "large enough."
6884 msgstr ""
6885
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6522 ../src/guestfs-actions.pod:6556 ../src/guestfs-actions.pod:7035 ../src/guestfs-actions.pod:7054
6888 msgid ""
6889 "This long-running command can generate progress notification messages so "
6890 "that the caller can display a progress bar or indicator.  To receive these "
6891 "messages, the caller must register a progress callback.  See "
6892 "L<guestfs(3)/guestfs_set_progress_callback>."
6893 msgstr ""
6894
6895 #. type: textblock
6896 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3925 ../src/guestfs-actions.pod:5131 ../src/guestfs-actions.pod:6763 ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6869
6897 msgid "(Added in 1.0.87)"
6898 msgstr ""
6899
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:1117
6902 msgid "guestfs_cp"
6903 msgstr ""
6904
6905 #. type: verbatim
6906 #: ../src/guestfs-actions.pod:1119
6907 #, no-wrap
6908 msgid ""
6909 " int\n"
6910 " guestfs_cp (guestfs_h *g,\n"
6911 "             const char *src,\n"
6912 "             const char *dest);\n"
6913 "\n"
6914 msgstr ""
6915
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
6918 msgid ""
6919 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6920 "destination filename or destination directory."
6921 msgstr ""
6922
6923 #. type: textblock
6924 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4598 ../src/guestfs-actions.pod:4975
6925 msgid "(Added in 1.0.18)"
6926 msgstr ""
6927
6928 #. type: =head2
6929 #: ../src/guestfs-actions.pod:1131
6930 msgid "guestfs_cp_a"
6931 msgstr ""
6932
6933 #. type: verbatim
6934 #: ../src/guestfs-actions.pod:1133
6935 #, no-wrap
6936 msgid ""
6937 " int\n"
6938 " guestfs_cp_a (guestfs_h *g,\n"
6939 "               const char *src,\n"
6940 "               const char *dest);\n"
6941 "\n"
6942 msgstr ""
6943
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
6946 msgid ""
6947 "This copies a file or directory from C<src> to C<dest> recursively using the "
6948 "C<cp -a> command."
6949 msgstr ""
6950
6951 #. type: =head2
6952 #: ../src/guestfs-actions.pod:1145
6953 msgid "guestfs_dd"
6954 msgstr ""
6955
6956 #. type: verbatim
6957 #: ../src/guestfs-actions.pod:1147
6958 #, no-wrap
6959 msgid ""
6960 " int\n"
6961 " guestfs_dd (guestfs_h *g,\n"
6962 "             const char *src,\n"
6963 "             const char *dest);\n"
6964 "\n"
6965 msgstr ""
6966
6967 #. type: textblock
6968 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
6969 msgid ""
6970 "This command copies from one source device or file C<src> to another "
6971 "destination device or file C<dest>.  Normally you would use this to copy to "
6972 "or from a device or partition, for example to duplicate a filesystem."
6973 msgstr ""
6974
6975 #. type: textblock
6976 #: ../src/guestfs-actions.pod:1157
6977 msgid ""
6978 "If the destination is a device, it must be as large or larger than the "
6979 "source file or device, otherwise the copy will fail.  This command cannot do "
6980 "partial copies (see C<guestfs_copy_size>)."
6981 msgstr ""
6982
6983 #. type: =head2
6984 #: ../src/guestfs-actions.pod:1165
6985 msgid "guestfs_df"
6986 msgstr ""
6987
6988 #. type: verbatim
6989 #: ../src/guestfs-actions.pod:1167
6990 #, no-wrap
6991 msgid ""
6992 " char *\n"
6993 " guestfs_df (guestfs_h *g);\n"
6994 "\n"
6995 msgstr ""
6996
6997 #. type: textblock
6998 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
6999 msgid "This command runs the C<df> command to report disk space used."
7000 msgstr ""
7001
7002 #. type: textblock
7003 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
7004 msgid ""
7005 "This command is mostly useful for interactive sessions.  It is I<not> "
7006 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7007 "from programs."
7008 msgstr ""
7009
7010 #. type: textblock
7011 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355 ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4498 ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915 ../src/guestfs-actions.pod:6928
7012 msgid "(Added in 1.0.54)"
7013 msgstr ""
7014
7015 #. type: =head2
7016 #: ../src/guestfs-actions.pod:1181
7017 msgid "guestfs_df_h"
7018 msgstr ""
7019
7020 #. type: verbatim
7021 #: ../src/guestfs-actions.pod:1183
7022 #, no-wrap
7023 msgid ""
7024 " char *\n"
7025 " guestfs_df_h (guestfs_h *g);\n"
7026 "\n"
7027 msgstr ""
7028
7029 #. type: textblock
7030 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
7031 msgid ""
7032 "This command runs the C<df -h> command to report disk space used in "
7033 "human-readable format."
7034 msgstr ""
7035
7036 #. type: =head2
7037 #: ../src/guestfs-actions.pod:1198
7038 msgid "guestfs_dmesg"
7039 msgstr ""
7040
7041 #. type: verbatim
7042 #: ../src/guestfs-actions.pod:1200
7043 #, no-wrap
7044 msgid ""
7045 " char *\n"
7046 " guestfs_dmesg (guestfs_h *g);\n"
7047 "\n"
7048 msgstr ""
7049
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
7052 msgid ""
7053 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7054 "This is sometimes useful for extended debugging of problems."
7055 msgstr ""
7056
7057 #. type: textblock
7058 #: ../src/guestfs-actions.pod:1207
7059 msgid ""
7060 "Another way to get the same information is to enable verbose messages with "
7061 "C<guestfs_set_verbose> or by setting the environment variable "
7062 "C<LIBGUESTFS_DEBUG=1> before running the program."
7063 msgstr ""
7064
7065 #. type: =head2
7066 #: ../src/guestfs-actions.pod:1217
7067 msgid "guestfs_download"
7068 msgstr ""
7069
7070 #. type: verbatim
7071 #: ../src/guestfs-actions.pod:1219
7072 #, no-wrap
7073 msgid ""
7074 " int\n"
7075 " guestfs_download (guestfs_h *g,\n"
7076 "                   const char *remotefilename,\n"
7077 "                   const char *filename);\n"
7078 "\n"
7079 msgstr ""
7080
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
7083 msgid ""
7084 "Download file C<remotefilename> and save it as C<filename> on the local "
7085 "machine."
7086 msgstr ""
7087
7088 #. type: textblock
7089 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6516 ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4348
7090 msgid "C<filename> can also be a named pipe."
7091 msgstr ""
7092
7093 #. type: textblock
7094 #: ../src/guestfs-actions.pod:1229
7095 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7096 msgstr ""
7097
7098 #. type: =head2
7099 #: ../src/guestfs-actions.pod:1240
7100 msgid "guestfs_download_offset"
7101 msgstr ""
7102
7103 #. type: verbatim
7104 #: ../src/guestfs-actions.pod:1242
7105 #, no-wrap
7106 msgid ""
7107 " int\n"
7108 " guestfs_download_offset (guestfs_h *g,\n"
7109 "                          const char *remotefilename,\n"
7110 "                          const char *filename,\n"
7111 "                          int64_t offset,\n"
7112 "                          int64_t size);\n"
7113 "\n"
7114 msgstr ""
7115
7116 #. type: textblock
7117 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
7118 msgid ""
7119 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7120 "region must be within the file or device)."
7121 msgstr ""
7122
7123 #. type: textblock
7124 #: ../src/guestfs-actions.pod:1255
7125 msgid ""
7126 "Note that there is no limit on the amount of data that can be downloaded "
7127 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7128 "full amount unless an error occurs."
7129 msgstr ""
7130
7131 #. type: textblock
7132 #: ../src/guestfs-actions.pod:1260
7133 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7134 msgstr ""
7135
7136 #. type: textblock
7137 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6561
7138 msgid "(Added in 1.5.17)"
7139 msgstr ""
7140
7141 #. type: =head2
7142 #: ../src/guestfs-actions.pod:1271
7143 msgid "guestfs_drop_caches"
7144 msgstr ""
7145
7146 #. type: verbatim
7147 #: ../src/guestfs-actions.pod:1273
7148 #, no-wrap
7149 msgid ""
7150 " int\n"
7151 " guestfs_drop_caches (guestfs_h *g,\n"
7152 "                      int whattodrop);\n"
7153 "\n"
7154 msgstr ""
7155
7156 #. type: textblock
7157 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
7158 msgid ""
7159 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7160 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7161 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7162 msgstr ""
7163
7164 #. type: textblock
7165 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
7166 msgid "Setting C<whattodrop> to 3 should drop everything."
7167 msgstr ""
7168
7169 #. type: textblock
7170 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
7171 msgid ""
7172 "This automatically calls L<sync(2)> before the operation, so that the "
7173 "maximum guest memory is freed."
7174 msgstr ""
7175
7176 #. type: =head2
7177 #: ../src/guestfs-actions.pod:1291
7178 msgid "guestfs_du"
7179 msgstr ""
7180
7181 #. type: verbatim
7182 #: ../src/guestfs-actions.pod:1293
7183 #, no-wrap
7184 msgid ""
7185 " int64_t\n"
7186 " guestfs_du (guestfs_h *g,\n"
7187 "             const char *path);\n"
7188 "\n"
7189 msgstr ""
7190
7191 #. type: textblock
7192 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
7193 msgid ""
7194 "This command runs the C<du -s> command to estimate file space usage for "
7195 "C<path>."
7196 msgstr ""
7197
7198 #. type: textblock
7199 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
7200 msgid ""
7201 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7202 "estimate includes the contents of the directory and all subdirectories "
7203 "(recursively)."
7204 msgstr ""
7205
7206 #. type: textblock
7207 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
7208 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7209 msgstr ""
7210
7211 #. type: =head2
7212 #: ../src/guestfs-actions.pod:1311
7213 msgid "guestfs_e2fsck_f"
7214 msgstr ""
7215
7216 #. type: verbatim
7217 #: ../src/guestfs-actions.pod:1313
7218 #, no-wrap
7219 msgid ""
7220 " int\n"
7221 " guestfs_e2fsck_f (guestfs_h *g,\n"
7222 "                   const char *device);\n"
7223 "\n"
7224 msgstr ""
7225
7226 #. type: textblock
7227 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
7228 msgid ""
7229 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7230 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7231 "clean (C<-f>)."
7232 msgstr ""
7233
7234 #. type: textblock
7235 #: ../src/guestfs-actions.pod:1321
7236 msgid ""
7237 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7238 "Normally you should use C<guestfs_fsck>."
7239 msgstr ""
7240
7241 #. type: textblock
7242 #: ../src/guestfs-actions.pod:1326
7243 msgid "(Added in 1.0.29)"
7244 msgstr ""
7245
7246 #. type: =head2
7247 #: ../src/guestfs-actions.pod:1328
7248 msgid "guestfs_echo_daemon"
7249 msgstr ""
7250
7251 #. type: verbatim
7252 #: ../src/guestfs-actions.pod:1330
7253 #, no-wrap
7254 msgid ""
7255 " char *\n"
7256 " guestfs_echo_daemon (guestfs_h *g,\n"
7257 "                      char *const *words);\n"
7258 "\n"
7259 msgstr ""
7260
7261 #. type: textblock
7262 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
7263 msgid ""
7264 "This command concatenates the list of C<words> passed with single spaces "
7265 "between them and returns the resulting string."
7266 msgstr ""
7267
7268 #. type: textblock
7269 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
7270 msgid "You can use this command to test the connection through to the daemon."
7271 msgstr ""
7272
7273 #. type: textblock
7274 #: ../src/guestfs-actions.pod:1339
7275 msgid "See also C<guestfs_ping_daemon>."
7276 msgstr ""
7277
7278 #. type: textblock
7279 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:5764
7280 msgid "(Added in 1.0.69)"
7281 msgstr ""
7282
7283 #. type: =head2
7284 #: ../src/guestfs-actions.pod:1346
7285 msgid "guestfs_egrep"
7286 msgstr ""
7287
7288 #. type: verbatim
7289 #: ../src/guestfs-actions.pod:1348
7290 #, no-wrap
7291 msgid ""
7292 " char **\n"
7293 " guestfs_egrep (guestfs_h *g,\n"
7294 "                const char *regex,\n"
7295 "                const char *path);\n"
7296 "\n"
7297 msgstr ""
7298
7299 #. type: textblock
7300 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
7301 msgid "This calls the external C<egrep> program and returns the matching lines."
7302 msgstr ""
7303
7304 #. type: textblock
7305 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485 ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404 ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472 ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4433 ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5358 ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6140 ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6166 ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6201 ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6227 ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7017 ../src/guestfs-actions.pod:7102 ../src/guestfs-actions.pod:7121 ../src/guestfs-actions.pod:7167 ../src/guestfs-actions.pod:7186
7306 msgid "(Added in 1.0.66)"
7307 msgstr ""
7308
7309 #. type: =head2
7310 #: ../src/guestfs-actions.pod:1365
7311 msgid "guestfs_egrepi"
7312 msgstr ""
7313
7314 #. type: verbatim
7315 #: ../src/guestfs-actions.pod:1367
7316 #, no-wrap
7317 msgid ""
7318 " char **\n"
7319 " guestfs_egrepi (guestfs_h *g,\n"
7320 "                 const char *regex,\n"
7321 "                 const char *path);\n"
7322 "\n"
7323 msgstr ""
7324
7325 #. type: textblock
7326 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
7327 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7328 msgstr ""
7329
7330 #. type: =head2
7331 #: ../src/guestfs-actions.pod:1384
7332 msgid "guestfs_equal"
7333 msgstr ""
7334
7335 #. type: verbatim
7336 #: ../src/guestfs-actions.pod:1386
7337 #, no-wrap
7338 msgid ""
7339 " int\n"
7340 " guestfs_equal (guestfs_h *g,\n"
7341 "                const char *file1,\n"
7342 "                const char *file2);\n"
7343 "\n"
7344 msgstr ""
7345
7346 #. type: textblock
7347 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
7348 msgid ""
7349 "This compares the two files C<file1> and C<file2> and returns true if their "
7350 "content is exactly equal, or false otherwise."
7351 msgstr ""
7352
7353 #. type: textblock
7354 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
7355 msgid "The external L<cmp(1)> program is used for the comparison."
7356 msgstr ""
7357
7358 #. type: =head2
7359 #: ../src/guestfs-actions.pod:1400
7360 msgid "guestfs_exists"
7361 msgstr ""
7362
7363 #. type: verbatim
7364 #: ../src/guestfs-actions.pod:1402
7365 #, no-wrap
7366 msgid ""
7367 " int\n"
7368 " guestfs_exists (guestfs_h *g,\n"
7369 "                 const char *path);\n"
7370 "\n"
7371 msgstr ""
7372
7373 #. type: textblock
7374 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
7375 msgid ""
7376 "This returns C<true> if and only if there is a file, directory (or anything) "
7377 "with the given C<path> name."
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:1409
7382 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7383 msgstr ""
7384
7385 #. type: =head2
7386 #: ../src/guestfs-actions.pod:1415
7387 msgid "guestfs_fallocate"
7388 msgstr ""
7389
7390 #. type: verbatim
7391 #: ../src/guestfs-actions.pod:1417
7392 #, no-wrap
7393 msgid ""
7394 " int\n"
7395 " guestfs_fallocate (guestfs_h *g,\n"
7396 "                    const char *path,\n"
7397 "                    int len);\n"
7398 "\n"
7399 msgstr ""
7400
7401 #. type: textblock
7402 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
7403 msgid ""
7404 "This command preallocates a file (containing zero bytes) named C<path> of "
7405 "size C<len> bytes.  If the file exists already, it is overwritten."
7406 msgstr ""
7407
7408 #. type: textblock
7409 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
7410 msgid ""
7411 "Do not confuse this with the guestfish-specific C<alloc> command which "
7412 "allocates a file in the host and attaches it as a device."
7413 msgstr ""
7414
7415 #. type: textblock
7416 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
7417 msgid ""
7418 "This function is deprecated.  In new code, use the C<fallocate64> call "
7419 "instead."
7420 msgstr ""
7421
7422 #. type: =head2
7423 #: ../src/guestfs-actions.pod:1441
7424 msgid "guestfs_fallocate64"
7425 msgstr ""
7426
7427 #. type: verbatim
7428 #: ../src/guestfs-actions.pod:1443
7429 #, no-wrap
7430 msgid ""
7431 " int\n"
7432 " guestfs_fallocate64 (guestfs_h *g,\n"
7433 "                      const char *path,\n"
7434 "                      int64_t len);\n"
7435 "\n"
7436 msgstr ""
7437
7438 #. type: textblock
7439 #: ../src/guestfs-actions.pod:1452
7440 msgid ""
7441 "Note that this call allocates disk blocks for the file.  To create a sparse "
7442 "file use C<guestfs_truncate_size> instead."
7443 msgstr ""
7444
7445 #. type: textblock
7446 #: ../src/guestfs-actions.pod:1455
7447 msgid ""
7448 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7449 "oversight it only allowed 30 bit lengths to be specified, effectively "
7450 "limiting the maximum size of files created through that call to 1GB."
7451 msgstr ""
7452
7453 #. type: textblock
7454 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
7455 msgid ""
7456 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7457 "commands which create a file in the host and attach it as a device."
7458 msgstr ""
7459
7460 #. type: textblock
7461 #: ../src/guestfs-actions.pod:1466
7462 msgid "(Added in 1.3.17)"
7463 msgstr ""
7464
7465 #. type: =head2
7466 #: ../src/guestfs-actions.pod:1468
7467 msgid "guestfs_fgrep"
7468 msgstr ""
7469
7470 #. type: verbatim
7471 #: ../src/guestfs-actions.pod:1470
7472 #, no-wrap
7473 msgid ""
7474 " char **\n"
7475 " guestfs_fgrep (guestfs_h *g,\n"
7476 "                const char *pattern,\n"
7477 "                const char *path);\n"
7478 "\n"
7479 msgstr ""
7480
7481 #. type: textblock
7482 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
7483 msgid "This calls the external C<fgrep> program and returns the matching lines."
7484 msgstr ""
7485
7486 #. type: =head2
7487 #: ../src/guestfs-actions.pod:1487
7488 msgid "guestfs_fgrepi"
7489 msgstr ""
7490
7491 #. type: verbatim
7492 #: ../src/guestfs-actions.pod:1489
7493 #, no-wrap
7494 msgid ""
7495 " char **\n"
7496 " guestfs_fgrepi (guestfs_h *g,\n"
7497 "                 const char *pattern,\n"
7498 "                 const char *path);\n"
7499 "\n"
7500 msgstr ""
7501
7502 #. type: textblock
7503 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
7504 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7505 msgstr ""
7506
7507 #. type: =head2
7508 #: ../src/guestfs-actions.pod:1506
7509 msgid "guestfs_file"
7510 msgstr ""
7511
7512 #. type: verbatim
7513 #: ../src/guestfs-actions.pod:1508
7514 #, no-wrap
7515 msgid ""
7516 " char *\n"
7517 " guestfs_file (guestfs_h *g,\n"
7518 "               const char *path);\n"
7519 "\n"
7520 msgstr ""
7521
7522 #. type: textblock
7523 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
7524 msgid ""
7525 "This call uses the standard L<file(1)> command to determine the type or "
7526 "contents of the file."
7527 msgstr ""
7528
7529 #. type: textblock
7530 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
7531 msgid ""
7532 "This call will also transparently look inside various types of compressed "
7533 "file."
7534 msgstr ""
7535
7536 #. type: textblock
7537 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
7538 msgid ""
7539 "The exact command which runs is C<file -zb path>.  Note in particular that "
7540 "the filename is not prepended to the output (the C<-b> option)."
7541 msgstr ""
7542
7543 #. type: textblock
7544 #: ../src/guestfs-actions.pod:1522
7545 msgid ""
7546 "This command can also be used on C</dev/> devices (and partitions, LV "
7547 "names).  You can for example use this to determine if a device contains a "
7548 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
7549 msgstr ""
7550
7551 #. type: textblock
7552 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
7553 msgid ""
7554 "If the C<path> does not begin with C</dev/> then this command only works for "
7555 "the content of regular files.  For other file types (directory, symbolic "
7556 "link etc) it will just return the string C<directory> etc."
7557 msgstr ""
7558
7559 #. type: =head2
7560 #: ../src/guestfs-actions.pod:1537
7561 msgid "guestfs_file_architecture"
7562 msgstr ""
7563
7564 #. type: verbatim
7565 #: ../src/guestfs-actions.pod:1539
7566 #, no-wrap
7567 msgid ""
7568 " char *\n"
7569 " guestfs_file_architecture (guestfs_h *g,\n"
7570 "                            const char *filename);\n"
7571 "\n"
7572 msgstr ""
7573
7574 #. type: textblock
7575 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
7576 msgid ""
7577 "This detects the architecture of the binary C<filename>, and returns it if "
7578 "known."
7579 msgstr ""
7580
7581 #. type: textblock
7582 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
7583 msgid "Currently defined architectures are:"
7584 msgstr ""
7585
7586 #. type: =item
7587 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
7588 msgid "\"i386\""
7589 msgstr ""
7590
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
7593 msgid ""
7594 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7595 "irrespective of the precise processor requirements of the binary."
7596 msgstr ""
7597
7598 #. type: =item
7599 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
7600 msgid "\"x86_64\""
7601 msgstr ""
7602
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
7605 msgid "64 bit x86-64."
7606 msgstr ""
7607
7608 #. type: =item
7609 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
7610 msgid "\"sparc\""
7611 msgstr ""
7612
7613 #. type: textblock
7614 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
7615 msgid "32 bit SPARC."
7616 msgstr ""
7617
7618 #. type: =item
7619 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
7620 msgid "\"sparc64\""
7621 msgstr ""
7622
7623 #. type: textblock
7624 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
7625 msgid "64 bit SPARC V9 and above."
7626 msgstr ""
7627
7628 #. type: =item
7629 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
7630 msgid "\"ia64\""
7631 msgstr ""
7632
7633 #. type: textblock
7634 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
7635 msgid "Intel Itanium."
7636 msgstr ""
7637
7638 #. type: =item
7639 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
7640 msgid "\"ppc\""
7641 msgstr ""
7642
7643 #. type: textblock
7644 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
7645 msgid "32 bit Power PC."
7646 msgstr ""
7647
7648 #. type: =item
7649 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
7650 msgid "\"ppc64\""
7651 msgstr ""
7652
7653 #. type: textblock
7654 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
7655 msgid "64 bit Power PC."
7656 msgstr ""
7657
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
7660 msgid "Libguestfs may return other architecture strings in future."
7661 msgstr ""
7662
7663 #. type: textblock
7664 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
7665 msgid "The function works on at least the following types of files:"
7666 msgstr ""
7667
7668 #. type: textblock
7669 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
7670 msgid "many types of Un*x and Linux binary"
7671 msgstr ""
7672
7673 #. type: textblock
7674 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
7675 msgid "many types of Un*x and Linux shared library"
7676 msgstr ""
7677
7678 #. type: textblock
7679 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
7680 msgid "Windows Win32 and Win64 binaries"
7681 msgstr ""
7682
7683 #. type: textblock
7684 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
7685 msgid "Windows Win32 and Win64 DLLs"
7686 msgstr ""
7687
7688 #. type: textblock
7689 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
7690 msgid "Win32 binaries and DLLs return C<i386>."
7691 msgstr ""
7692
7693 #. type: textblock
7694 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
7695 msgid "Win64 binaries and DLLs return C<x86_64>."
7696 msgstr ""
7697
7698 #. type: textblock
7699 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
7700 msgid "Linux kernel modules"
7701 msgstr ""
7702
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
7705 msgid "Linux new-style initrd images"
7706 msgstr ""
7707
7708 #. type: textblock
7709 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
7710 msgid "some non-x86 Linux vmlinuz kernels"
7711 msgstr ""
7712
7713 #. type: textblock
7714 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
7715 msgid "What it can't do currently:"
7716 msgstr ""
7717
7718 #. type: textblock
7719 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
7720 msgid "static libraries (libfoo.a)"
7721 msgstr ""
7722
7723 #. type: textblock
7724 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
7725 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7726 msgstr ""
7727
7728 #. type: textblock
7729 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
7730 msgid "x86 Linux vmlinuz kernels"
7731 msgstr ""
7732
7733 #. type: textblock
7734 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
7735 msgid ""
7736 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7737 "compressed code, and are horribly hard to unpack.  If you want to find the "
7738 "architecture of a kernel, use the architecture of the associated initrd or "
7739 "kernel module(s) instead."
7740 msgstr ""
7741
7742 #. type: textblock
7743 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806 ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041 ../src/guestfs-actions.pod:3173
7744 msgid "(Added in 1.5.3)"
7745 msgstr ""
7746
7747 #. type: =head2
7748 #: ../src/guestfs-actions.pod:1649
7749 msgid "guestfs_filesize"
7750 msgstr ""
7751
7752 #. type: verbatim
7753 #: ../src/guestfs-actions.pod:1651
7754 #, no-wrap
7755 msgid ""
7756 " int64_t\n"
7757 " guestfs_filesize (guestfs_h *g,\n"
7758 "                   const char *file);\n"
7759 "\n"
7760 msgstr ""
7761
7762 #. type: textblock
7763 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
7764 msgid "This command returns the size of C<file> in bytes."
7765 msgstr ""
7766
7767 #. type: textblock
7768 #: ../src/guestfs-actions.pod:1657
7769 msgid ""
7770 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7771 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7772 "devices, use C<guestfs_blockdev_getsize64>."
7773 msgstr ""
7774
7775 #. type: textblock
7776 #: ../src/guestfs-actions.pod:1663
7777 msgid "(Added in 1.0.82)"
7778 msgstr ""
7779
7780 #. type: =head2
7781 #: ../src/guestfs-actions.pod:1665
7782 msgid "guestfs_fill"
7783 msgstr ""
7784
7785 #. type: verbatim
7786 #: ../src/guestfs-actions.pod:1667
7787 #, no-wrap
7788 msgid ""
7789 " int\n"
7790 " guestfs_fill (guestfs_h *g,\n"
7791 "               int c,\n"
7792 "               int len,\n"
7793 "               const char *path);\n"
7794 "\n"
7795 msgstr ""
7796
7797 #. type: textblock
7798 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
7799 msgid ""
7800 "This command creates a new file called C<path>.  The initial content of the "
7801 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7802 "C<[0..255]>."
7803 msgstr ""
7804
7805 #. type: textblock
7806 #: ../src/guestfs-actions.pod:1677
7807 msgid ""
7808 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7809 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7810 "bytes use C<guestfs_fill_pattern>."
7811 msgstr ""
7812
7813 #. type: textblock
7814 #: ../src/guestfs-actions.pod:1689
7815 msgid "(Added in 1.0.79)"
7816 msgstr ""
7817
7818 #. type: =head2
7819 #: ../src/guestfs-actions.pod:1691
7820 msgid "guestfs_fill_pattern"
7821 msgstr ""
7822
7823 #. type: verbatim
7824 #: ../src/guestfs-actions.pod:1693
7825 #, no-wrap
7826 msgid ""
7827 " int\n"
7828 " guestfs_fill_pattern (guestfs_h *g,\n"
7829 "                       const char *pattern,\n"
7830 "                       int len,\n"
7831 "                       const char *path);\n"
7832 "\n"
7833 msgstr ""
7834
7835 #. type: textblock
7836 #: ../src/guestfs-actions.pod:1699
7837 msgid ""
7838 "This function is like C<guestfs_fill> except that it creates a new file of "
7839 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
7840 "pattern is truncated if necessary to ensure the length of the file is "
7841 "exactly C<len> bytes."
7842 msgstr ""
7843
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:1711
7846 msgid "(Added in 1.3.12)"
7847 msgstr ""
7848
7849 #. type: =head2
7850 #: ../src/guestfs-actions.pod:1713
7851 msgid "guestfs_find"
7852 msgstr ""
7853
7854 #. type: verbatim
7855 #: ../src/guestfs-actions.pod:1715
7856 #, no-wrap
7857 msgid ""
7858 " char **\n"
7859 " guestfs_find (guestfs_h *g,\n"
7860 "               const char *directory);\n"
7861 "\n"
7862 msgstr ""
7863
7864 #. type: textblock
7865 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
7866 msgid ""
7867 "This command lists out all files and directories, recursively, starting at "
7868 "C<directory>.  It is essentially equivalent to running the shell command "
7869 "C<find directory -print> but some post-processing happens on the output, "
7870 "described below."
7871 msgstr ""
7872
7873 #. type: textblock
7874 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
7875 msgid ""
7876 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7877 "structure was:"
7878 msgstr ""
7879
7880 #. type: verbatim
7881 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
7882 #, no-wrap
7883 msgid ""
7884 " /tmp/a\n"
7885 " /tmp/b\n"
7886 " /tmp/c/d\n"
7887 "\n"
7888 msgstr ""
7889
7890 #. type: textblock
7891 #: ../src/guestfs-actions.pod:1731
7892 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7893 msgstr ""
7894
7895 #. type: verbatim
7896 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
7897 #, no-wrap
7898 msgid ""
7899 " a\n"
7900 " b\n"
7901 " c\n"
7902 " c/d\n"
7903 "\n"
7904 msgstr ""
7905
7906 #. type: textblock
7907 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
7908 msgid "If C<directory> is not a directory, then this command returns an error."
7909 msgstr ""
7910
7911 #. type: textblock
7912 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
7913 msgid "The returned list is sorted."
7914 msgstr ""
7915
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1744
7918 msgid "See also C<guestfs_find0>."
7919 msgstr ""
7920
7921 #. type: textblock
7922 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:5393
7923 msgid "(Added in 1.0.27)"
7924 msgstr ""
7925
7926 #. type: =head2
7927 #: ../src/guestfs-actions.pod:1755
7928 msgid "guestfs_find0"
7929 msgstr ""
7930
7931 #. type: verbatim
7932 #: ../src/guestfs-actions.pod:1757
7933 #, no-wrap
7934 msgid ""
7935 " int\n"
7936 " guestfs_find0 (guestfs_h *g,\n"
7937 "                const char *directory,\n"
7938 "                const char *files);\n"
7939 "\n"
7940 msgstr ""
7941
7942 #. type: textblock
7943 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
7944 msgid ""
7945 "This command lists out all files and directories, recursively, starting at "
7946 "C<directory>, placing the resulting list in the external file called "
7947 "C<files>."
7948 msgstr ""
7949
7950 #. type: textblock
7951 #: ../src/guestfs-actions.pod:1766
7952 msgid ""
7953 "This command works the same way as C<guestfs_find> with the following "
7954 "exceptions:"
7955 msgstr ""
7956
7957 #. type: textblock
7958 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
7959 msgid "The resulting list is written to an external file."
7960 msgstr ""
7961
7962 #. type: textblock
7963 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
7964 msgid ""
7965 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7966 "L<find(1)> option I<-print0>."
7967 msgstr ""
7968
7969 #. type: textblock
7970 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
7971 msgid "This command is not limited in the number of names that it can return."
7972 msgstr ""
7973
7974 #. type: textblock
7975 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
7976 msgid "The result list is not sorted."
7977 msgstr ""
7978
7979 #. type: textblock
7980 #: ../src/guestfs-actions.pod:1793
7981 msgid "(Added in 1.0.74)"
7982 msgstr ""
7983
7984 #. type: =head2
7985 #: ../src/guestfs-actions.pod:1795
7986 msgid "guestfs_findfs_label"
7987 msgstr ""
7988
7989 #. type: verbatim
7990 #: ../src/guestfs-actions.pod:1797
7991 #, no-wrap
7992 msgid ""
7993 " char *\n"
7994 " guestfs_findfs_label (guestfs_h *g,\n"
7995 "                       const char *label);\n"
7996 "\n"
7997 msgstr ""
7998
7999 #. type: textblock
8000 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
8001 msgid ""
8002 "This command searches the filesystems and returns the one which has the "
8003 "given label.  An error is returned if no such filesystem can be found."
8004 msgstr ""
8005
8006 #. type: textblock
8007 #: ../src/guestfs-actions.pod:1805
8008 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8009 msgstr ""
8010
8011 #. type: =head2
8012 #: ../src/guestfs-actions.pod:1812
8013 msgid "guestfs_findfs_uuid"
8014 msgstr ""
8015
8016 #. type: verbatim
8017 #: ../src/guestfs-actions.pod:1814
8018 #, no-wrap
8019 msgid ""
8020 " char *\n"
8021 " guestfs_findfs_uuid (guestfs_h *g,\n"
8022 "                      const char *uuid);\n"
8023 "\n"
8024 msgstr ""
8025
8026 #. type: textblock
8027 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
8028 msgid ""
8029 "This command searches the filesystems and returns the one which has the "
8030 "given UUID.  An error is returned if no such filesystem can be found."
8031 msgstr ""
8032
8033 #. type: textblock
8034 #: ../src/guestfs-actions.pod:1822
8035 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8036 msgstr ""
8037
8038 #. type: =head2
8039 #: ../src/guestfs-actions.pod:1829
8040 msgid "guestfs_fsck"
8041 msgstr ""
8042
8043 #. type: verbatim
8044 #: ../src/guestfs-actions.pod:1831
8045 #, no-wrap
8046 msgid ""
8047 " int\n"
8048 " guestfs_fsck (guestfs_h *g,\n"
8049 "               const char *fstype,\n"
8050 "               const char *device);\n"
8051 "\n"
8052 msgstr ""
8053
8054 #. type: textblock
8055 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
8056 msgid ""
8057 "This runs the filesystem checker (fsck) on C<device> which should have "
8058 "filesystem type C<fstype>."
8059 msgstr ""
8060
8061 #. type: textblock
8062 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
8063 msgid ""
8064 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8065 "codes from C<fsck>."
8066 msgstr ""
8067
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
8070 msgid "Multiple status codes can be summed together."
8071 msgstr ""
8072
8073 #. type: textblock
8074 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
8075 msgid ""
8076 "A non-zero return code can mean \"success\", for example if errors have been "
8077 "corrected on the filesystem."
8078 msgstr ""
8079
8080 #. type: textblock
8081 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
8082 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8083 msgstr ""
8084
8085 #. type: textblock
8086 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
8087 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8088 msgstr ""
8089
8090 #. type: textblock
8091 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7040
8092 msgid "(Added in 1.0.16)"
8093 msgstr ""
8094
8095 #. type: =head2
8096 #: ../src/guestfs-actions.pod:1868
8097 msgid "guestfs_get_append"
8098 msgstr ""
8099
8100 #. type: verbatim
8101 #: ../src/guestfs-actions.pod:1870
8102 #, no-wrap
8103 msgid ""
8104 " const char *\n"
8105 " guestfs_get_append (guestfs_h *g);\n"
8106 "\n"
8107 msgstr ""
8108
8109 #. type: textblock
8110 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
8111 msgid ""
8112 "Return the additional kernel options which are added to the guest kernel "
8113 "command line."
8114 msgstr ""
8115
8116 #. type: textblock
8117 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
8118 msgid "If C<NULL> then no options are added."
8119 msgstr ""
8120
8121 #. type: textblock
8122 #: ../src/guestfs-actions.pod:1878
8123 msgid ""
8124 "This function returns a string which may be NULL.  There is no way to return "
8125 "an error from this function.  The string is owned by the guest handle and "
8126 "must I<not> be freed."
8127 msgstr ""
8128
8129 #. type: textblock
8130 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5071 ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5902 ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937 ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:7083
8131 msgid "(Added in 1.0.26)"
8132 msgstr ""
8133
8134 #. type: =head2
8135 #: ../src/guestfs-actions.pod:1884
8136 msgid "guestfs_get_autosync"
8137 msgstr ""
8138
8139 #. type: verbatim
8140 #: ../src/guestfs-actions.pod:1886
8141 #, no-wrap
8142 msgid ""
8143 " int\n"
8144 " guestfs_get_autosync (guestfs_h *g);\n"
8145 "\n"
8146 msgstr ""
8147
8148 #. type: textblock
8149 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
8150 msgid "Get the autosync flag."
8151 msgstr ""
8152
8153 #. type: =head2
8154 #: ../src/guestfs-actions.pod:1895
8155 msgid "guestfs_get_direct"
8156 msgstr ""
8157
8158 #. type: verbatim
8159 #: ../src/guestfs-actions.pod:1897
8160 #, no-wrap
8161 msgid ""
8162 " int\n"
8163 " guestfs_get_direct (guestfs_h *g);\n"
8164 "\n"
8165 msgstr ""
8166
8167 #. type: textblock
8168 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
8169 msgid "Return the direct appliance mode flag."
8170 msgstr ""
8171
8172 #. type: textblock
8173 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5575
8174 msgid "(Added in 1.0.72)"
8175 msgstr ""
8176
8177 #. type: =head2
8178 #: ../src/guestfs-actions.pod:1906
8179 msgid "guestfs_get_e2label"
8180 msgstr ""
8181
8182 #. type: verbatim
8183 #: ../src/guestfs-actions.pod:1908
8184 #, no-wrap
8185 msgid ""
8186 " char *\n"
8187 " guestfs_get_e2label (guestfs_h *g,\n"
8188 "                      const char *device);\n"
8189 "\n"
8190 msgstr ""
8191
8192 #. type: textblock
8193 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
8194 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8195 msgstr ""
8196
8197 #. type: textblock
8198 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
8199 msgid ""
8200 "This function is deprecated.  In new code, use the C<vfs_label> call "
8201 "instead."
8202 msgstr ""
8203
8204 #. type: textblock
8205 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5612
8206 msgid "(Added in 1.0.15)"
8207 msgstr ""
8208
8209 #. type: =head2
8210 #: ../src/guestfs-actions.pod:1927
8211 msgid "guestfs_get_e2uuid"
8212 msgstr ""
8213
8214 #. type: verbatim
8215 #: ../src/guestfs-actions.pod:1929
8216 #, no-wrap
8217 msgid ""
8218 " char *\n"
8219 " guestfs_get_e2uuid (guestfs_h *g,\n"
8220 "                     const char *device);\n"
8221 "\n"
8222 msgstr ""
8223
8224 #. type: textblock
8225 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
8226 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8227 msgstr ""
8228
8229 #. type: textblock
8230 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
8231 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8232 msgstr ""
8233
8234 #. type: =head2
8235 #: ../src/guestfs-actions.pod:1948
8236 msgid "guestfs_get_memsize"
8237 msgstr ""
8238
8239 #. type: verbatim
8240 #: ../src/guestfs-actions.pod:1950
8241 #, no-wrap
8242 msgid ""
8243 " int\n"
8244 " guestfs_get_memsize (guestfs_h *g);\n"
8245 "\n"
8246 msgstr ""
8247
8248 #. type: textblock
8249 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
8250 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8251 msgstr ""
8252
8253 #. type: textblock
8254 #: ../src/guestfs-actions.pod:1956
8255 msgid ""
8256 "If C<guestfs_set_memsize> was not called on this handle, and if "
8257 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8258 "value for memsize."
8259 msgstr ""
8260
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386 ../fish/guestfish-actions.pod:3755 ../fish/guestfish-actions.pod:3842
8263 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8264 msgstr ""
8265
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153 ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388 ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6477
8268 msgid "(Added in 1.0.55)"
8269 msgstr ""
8270
8271 #. type: =head2
8272 #: ../src/guestfs-actions.pod:1967
8273 msgid "guestfs_get_network"
8274 msgstr ""
8275
8276 #. type: verbatim
8277 #: ../src/guestfs-actions.pod:1969
8278 #, no-wrap
8279 msgid ""
8280 " int\n"
8281 " guestfs_get_network (guestfs_h *g);\n"
8282 "\n"
8283 msgstr ""
8284
8285 #. type: textblock
8286 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
8287 msgid "This returns the enable network flag."
8288 msgstr ""
8289
8290 #. type: textblock
8291 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5652
8292 msgid "(Added in 1.5.4)"
8293 msgstr ""
8294
8295 #. type: =head2
8296 #: ../src/guestfs-actions.pod:1978
8297 msgid "guestfs_get_path"
8298 msgstr ""
8299
8300 #. type: verbatim
8301 #: ../src/guestfs-actions.pod:1980
8302 #, no-wrap
8303 msgid ""
8304 " const char *\n"
8305 " guestfs_get_path (guestfs_h *g);\n"
8306 "\n"
8307 msgstr ""
8308
8309 #. type: textblock
8310 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
8311 msgid "Return the current search path."
8312 msgstr ""
8313
8314 #. type: textblock
8315 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
8316 msgid ""
8317 "This is always non-NULL.  If it wasn't set already, then this will return "
8318 "the default path."
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
8323 msgid ""
8324 "This function returns a string, or NULL on error.  The string is owned by "
8325 "the guest handle and must I<not> be freed."
8326 msgstr ""
8327
8328 #. type: =head2
8329 #: ../src/guestfs-actions.pod:1993
8330 msgid "guestfs_get_pid"
8331 msgstr ""
8332
8333 #. type: verbatim
8334 #: ../src/guestfs-actions.pod:1995
8335 #, no-wrap
8336 msgid ""
8337 " int\n"
8338 " guestfs_get_pid (guestfs_h *g);\n"
8339 "\n"
8340 msgstr ""
8341
8342 #. type: textblock
8343 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
8344 msgid ""
8345 "Return the process ID of the qemu subprocess.  If there is no qemu "
8346 "subprocess, then this will return an error."
8347 msgstr ""
8348
8349 #. type: textblock
8350 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
8351 msgid "This is an internal call used for debugging and testing."
8352 msgstr ""
8353
8354 #. type: textblock
8355 #: ../src/guestfs-actions.pod:2005
8356 msgid "(Added in 1.0.56)"
8357 msgstr ""
8358
8359 #. type: =head2
8360 #: ../src/guestfs-actions.pod:2007
8361 msgid "guestfs_get_qemu"
8362 msgstr ""
8363
8364 #. type: verbatim
8365 #: ../src/guestfs-actions.pod:2009
8366 #, no-wrap
8367 msgid ""
8368 " const char *\n"
8369 " guestfs_get_qemu (guestfs_h *g);\n"
8370 "\n"
8371 msgstr ""
8372
8373 #. type: textblock
8374 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
8375 msgid "Return the current qemu binary."
8376 msgstr ""
8377
8378 #. type: textblock
8379 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
8380 msgid ""
8381 "This is always non-NULL.  If it wasn't set already, then this will return "
8382 "the default qemu binary name."
8383 msgstr ""
8384
8385 #. type: textblock
8386 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5697
8387 msgid "(Added in 1.0.6)"
8388 msgstr ""
8389
8390 #. type: =head2
8391 #: ../src/guestfs-actions.pod:2022
8392 msgid "guestfs_get_recovery_proc"
8393 msgstr ""
8394
8395 #. type: verbatim
8396 #: ../src/guestfs-actions.pod:2024
8397 #, no-wrap
8398 msgid ""
8399 " int\n"
8400 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8401 "\n"
8402 msgstr ""
8403
8404 #. type: textblock
8405 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
8406 msgid "Return the recovery process enabled flag."
8407 msgstr ""
8408
8409 #. type: textblock
8410 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263 ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960 ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:5001 ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5721 ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6400 ../src/guestfs-actions.pod:6592
8411 msgid "(Added in 1.0.77)"
8412 msgstr ""
8413
8414 #. type: =head2
8415 #: ../src/guestfs-actions.pod:2033
8416 msgid "guestfs_get_selinux"
8417 msgstr ""
8418
8419 #. type: verbatim
8420 #: ../src/guestfs-actions.pod:2035
8421 #, no-wrap
8422 msgid ""
8423 " int\n"
8424 " guestfs_get_selinux (guestfs_h *g);\n"
8425 "\n"
8426 msgstr ""
8427
8428 #. type: textblock
8429 #: ../src/guestfs-actions.pod:2038
8430 msgid ""
8431 "This returns the current setting of the selinux flag which is passed to the "
8432 "appliance at boot time.  See C<guestfs_set_selinux>."
8433 msgstr ""
8434
8435 #. type: textblock
8436 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5794
8437 msgid "(Added in 1.0.67)"
8438 msgstr ""
8439
8440 #. type: =head2
8441 #: ../src/guestfs-actions.pod:2048
8442 msgid "guestfs_get_state"
8443 msgstr ""
8444
8445 #. type: verbatim
8446 #: ../src/guestfs-actions.pod:2050
8447 #, no-wrap
8448 msgid ""
8449 " int\n"
8450 " guestfs_get_state (guestfs_h *g);\n"
8451 "\n"
8452 msgstr ""
8453
8454 #. type: textblock
8455 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
8456 msgid ""
8457 "This returns the current state as an opaque integer.  This is only useful "
8458 "for printing debug and internal error messages."
8459 msgstr ""
8460
8461 #. type: textblock
8462 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066 ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396 ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207
8463 msgid "For more information on states, see L<guestfs(3)>."
8464 msgstr ""
8465
8466 #. type: =head2
8467 #: ../src/guestfs-actions.pod:2062
8468 msgid "guestfs_get_trace"
8469 msgstr ""
8470
8471 #. type: verbatim
8472 #: ../src/guestfs-actions.pod:2064
8473 #, no-wrap
8474 msgid ""
8475 " int\n"
8476 " guestfs_get_trace (guestfs_h *g);\n"
8477 "\n"
8478 msgstr ""
8479
8480 #. type: textblock
8481 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
8482 msgid "Return the command trace flag."
8483 msgstr ""
8484
8485 #. type: =head2
8486 #: ../src/guestfs-actions.pod:2073
8487 msgid "guestfs_get_umask"
8488 msgstr ""
8489
8490 #. type: verbatim
8491 #: ../src/guestfs-actions.pod:2075
8492 #, no-wrap
8493 msgid ""
8494 " int\n"
8495 " guestfs_get_umask (guestfs_h *g);\n"
8496 "\n"
8497 msgstr ""
8498
8499 #. type: textblock
8500 #: ../src/guestfs-actions.pod:2078
8501 msgid ""
8502 "Return the current umask.  By default the umask is C<022> unless it has been "
8503 "set by calling C<guestfs_umask>."
8504 msgstr ""
8505
8506 #. type: =head2
8507 #: ../src/guestfs-actions.pod:2085
8508 msgid "guestfs_get_verbose"
8509 msgstr ""
8510
8511 #. type: verbatim
8512 #: ../src/guestfs-actions.pod:2087
8513 #, no-wrap
8514 msgid ""
8515 " int\n"
8516 " guestfs_get_verbose (guestfs_h *g);\n"
8517 "\n"
8518 msgstr ""
8519
8520 #. type: textblock
8521 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
8522 msgid "This returns the verbose messages flag."
8523 msgstr ""
8524
8525 #. type: =head2
8526 #: ../src/guestfs-actions.pod:2096
8527 msgid "guestfs_getcon"
8528 msgstr ""
8529
8530 #. type: verbatim
8531 #: ../src/guestfs-actions.pod:2098
8532 #, no-wrap
8533 msgid ""
8534 " char *\n"
8535 " guestfs_getcon (guestfs_h *g);\n"
8536 "\n"
8537 msgstr ""
8538
8539 #. type: textblock
8540 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
8541 msgid "This gets the SELinux security context of the daemon."
8542 msgstr ""
8543
8544 #. type: textblock
8545 #: ../src/guestfs-actions.pod:2103
8546 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8547 msgstr ""
8548
8549 #. type: =head2
8550 #: ../src/guestfs-actions.pod:2111
8551 msgid "guestfs_getxattr"
8552 msgstr ""
8553
8554 #. type: verbatim
8555 #: ../src/guestfs-actions.pod:2113
8556 #, no-wrap
8557 msgid ""
8558 " char *\n"
8559 " guestfs_getxattr (guestfs_h *g,\n"
8560 "                   const char *path,\n"
8561 "                   const char *name,\n"
8562 "                   size_t *size_r);\n"
8563 "\n"
8564 msgstr ""
8565
8566 #. type: textblock
8567 #: ../src/guestfs-actions.pod:2119
8568 msgid ""
8569 "Get a single extended attribute from file C<path> named C<name>.  This call "
8570 "follows symlinks.  If you want to lookup an extended attribute for the "
8571 "symlink itself, use C<guestfs_lgetxattr>."
8572 msgstr ""
8573
8574 #. type: textblock
8575 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277
8576 msgid ""
8577 "Normally it is better to get all extended attributes from a file in one go "
8578 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8579 "implementations are buggy and do not provide a way to list out attributes.  "
8580 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8581 "extended attributes you want in advance and call this function."
8582 msgstr ""
8583
8584 #. type: textblock
8585 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284 ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272
8586 msgid ""
8587 "Extended attribute values are blobs of binary data.  If there is no extended "
8588 "attribute named C<name>, this returns an error."
8589 msgstr ""
8590
8591 #. type: textblock
8592 #: ../src/guestfs-actions.pod:2133
8593 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8594 msgstr ""
8595
8596 #. type: textblock
8597 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4994 ../src/guestfs-actions.pod:5020 ../src/guestfs-actions.pod:5201
8598 msgid ""
8599 "This function returns a buffer, or NULL on error.  The size of the returned "
8600 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8601 "after use>."
8602 msgstr ""
8603
8604 #. type: textblock
8605 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3293
8606 msgid "(Added in 1.7.24)"
8607 msgstr ""
8608
8609 #. type: =head2
8610 #: ../src/guestfs-actions.pod:2141
8611 msgid "guestfs_getxattrs"
8612 msgstr ""
8613
8614 #. type: verbatim
8615 #: ../src/guestfs-actions.pod:2143
8616 #, no-wrap
8617 msgid ""
8618 " struct guestfs_xattr_list *\n"
8619 " guestfs_getxattrs (guestfs_h *g,\n"
8620 "                    const char *path);\n"
8621 "\n"
8622 msgstr ""
8623
8624 #. type: textblock
8625 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
8626 msgid "This call lists the extended attributes of the file or directory C<path>."
8627 msgstr ""
8628
8629 #. type: textblock
8630 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
8631 msgid ""
8632 "At the system call level, this is a combination of the L<listxattr(2)> and "
8633 "L<getxattr(2)> calls."
8634 msgstr ""
8635
8636 #. type: textblock
8637 #: ../src/guestfs-actions.pod:2153
8638 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8639 msgstr ""
8640
8641 #. type: textblock
8642 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3956
8643 msgid ""
8644 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8645 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8646 msgstr ""
8647
8648 #. type: textblock
8649 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510 ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:5813 ../src/guestfs-actions.pod:7148
8650 msgid "(Added in 1.0.59)"
8651 msgstr ""
8652
8653 #. type: =head2
8654 #: ../src/guestfs-actions.pod:2161
8655 msgid "guestfs_glob_expand"
8656 msgstr ""
8657
8658 #. type: verbatim
8659 #: ../src/guestfs-actions.pod:2163
8660 #, no-wrap
8661 msgid ""
8662 " char **\n"
8663 " guestfs_glob_expand (guestfs_h *g,\n"
8664 "                      const char *pattern);\n"
8665 "\n"
8666 msgstr ""
8667
8668 #. type: textblock
8669 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
8670 msgid ""
8671 "This command searches for all the pathnames matching C<pattern> according to "
8672 "the wildcard expansion rules used by the shell."
8673 msgstr ""
8674
8675 #. type: textblock
8676 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
8677 msgid "If no paths match, then this returns an empty list (note: not an error)."
8678 msgstr ""
8679
8680 #. type: textblock
8681 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
8682 msgid ""
8683 "It is just a wrapper around the C L<glob(3)> function with flags "
8684 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8685 msgstr ""
8686
8687 #. type: textblock
8688 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5978 ../src/guestfs-actions.pod:5995
8689 msgid "(Added in 1.0.50)"
8690 msgstr ""
8691
8692 #. type: =head2
8693 #: ../src/guestfs-actions.pod:2184
8694 msgid "guestfs_grep"
8695 msgstr ""
8696
8697 #. type: verbatim
8698 #: ../src/guestfs-actions.pod:2186
8699 #, no-wrap
8700 msgid ""
8701 " char **\n"
8702 " guestfs_grep (guestfs_h *g,\n"
8703 "               const char *regex,\n"
8704 "               const char *path);\n"
8705 "\n"
8706 msgstr ""
8707
8708 #. type: textblock
8709 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
8710 msgid "This calls the external C<grep> program and returns the matching lines."
8711 msgstr ""
8712
8713 #. type: =head2
8714 #: ../src/guestfs-actions.pod:2203
8715 msgid "guestfs_grepi"
8716 msgstr ""
8717
8718 #. type: verbatim
8719 #: ../src/guestfs-actions.pod:2205
8720 #, no-wrap
8721 msgid ""
8722 " char **\n"
8723 " guestfs_grepi (guestfs_h *g,\n"
8724 "                const char *regex,\n"
8725 "                const char *path);\n"
8726 "\n"
8727 msgstr ""
8728
8729 #. type: textblock
8730 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
8731 msgid "This calls the external C<grep -i> program and returns the matching lines."
8732 msgstr ""
8733
8734 #. type: =head2
8735 #: ../src/guestfs-actions.pod:2222
8736 msgid "guestfs_grub_install"
8737 msgstr ""
8738
8739 #. type: verbatim
8740 #: ../src/guestfs-actions.pod:2224
8741 #, no-wrap
8742 msgid ""
8743 " int\n"
8744 " guestfs_grub_install (guestfs_h *g,\n"
8745 "                       const char *root,\n"
8746 "                       const char *device);\n"
8747 "\n"
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
8752 msgid ""
8753 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8754 "the root directory being C<root>."
8755 msgstr ""
8756
8757 #. type: textblock
8758 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
8759 msgid ""
8760 "Note: If grub-install reports the error \"No suitable drive was found in the "
8761 "generated device map.\" it may be that you need to create a "
8762 "C</boot/grub/device.map> file first that contains the mapping between grub "
8763 "device names and Linux device names.  It is usually sufficient to create a "
8764 "file containing:"
8765 msgstr ""
8766
8767 #. type: verbatim
8768 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
8769 #, no-wrap
8770 msgid ""
8771 " (hd0) /dev/vda\n"
8772 "\n"
8773 msgstr ""
8774
8775 #. type: textblock
8776 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
8777 msgid "replacing C</dev/vda> with the name of the installation device."
8778 msgstr ""
8779
8780 #. type: textblock
8781 #: ../src/guestfs-actions.pod:2245
8782 msgid "(Added in 1.0.17)"
8783 msgstr ""
8784
8785 #. type: =head2
8786 #: ../src/guestfs-actions.pod:2247
8787 msgid "guestfs_head"
8788 msgstr ""
8789
8790 #. type: verbatim
8791 #: ../src/guestfs-actions.pod:2249
8792 #, no-wrap
8793 msgid ""
8794 " char **\n"
8795 " guestfs_head (guestfs_h *g,\n"
8796 "               const char *path);\n"
8797 "\n"
8798 msgstr ""
8799
8800 #. type: textblock
8801 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
8802 msgid ""
8803 "This command returns up to the first 10 lines of a file as a list of "
8804 "strings."
8805 msgstr ""
8806
8807 #. type: =head2
8808 #: ../src/guestfs-actions.pod:2265
8809 msgid "guestfs_head_n"
8810 msgstr ""
8811
8812 #. type: verbatim
8813 #: ../src/guestfs-actions.pod:2267
8814 #, no-wrap
8815 msgid ""
8816 " char **\n"
8817 " guestfs_head_n (guestfs_h *g,\n"
8818 "                 int nrlines,\n"
8819 "                 const char *path);\n"
8820 "\n"
8821 msgstr ""
8822
8823 #. type: textblock
8824 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
8825 msgid ""
8826 "If the parameter C<nrlines> is a positive number, this returns the first "
8827 "C<nrlines> lines of the file C<path>."
8828 msgstr ""
8829
8830 #. type: textblock
8831 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
8832 msgid ""
8833 "If the parameter C<nrlines> is a negative number, this returns lines from "
8834 "the file C<path>, excluding the last C<nrlines> lines."
8835 msgstr ""
8836
8837 #. type: textblock
8838 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6275 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4188
8839 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8840 msgstr ""
8841
8842 #. type: =head2
8843 #: ../src/guestfs-actions.pod:2289
8844 msgid "guestfs_hexdump"
8845 msgstr ""
8846
8847 #. type: verbatim
8848 #: ../src/guestfs-actions.pod:2291
8849 #, no-wrap
8850 msgid ""
8851 " char *\n"
8852 " guestfs_hexdump (guestfs_h *g,\n"
8853 "                  const char *path);\n"
8854 "\n"
8855 msgstr ""
8856
8857 #. type: textblock
8858 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
8859 msgid ""
8860 "This runs C<hexdump -C> on the given C<path>.  The result is the "
8861 "human-readable, canonical hex dump of the file."
8862 msgstr ""
8863
8864 #. type: textblock
8865 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6059 ../src/guestfs-actions.pod:6114
8866 msgid "(Added in 1.0.22)"
8867 msgstr ""
8868
8869 #. type: =head2
8870 #: ../src/guestfs-actions.pod:2306
8871 msgid "guestfs_initrd_cat"
8872 msgstr ""
8873
8874 #. type: verbatim
8875 #: ../src/guestfs-actions.pod:2308
8876 #, no-wrap
8877 msgid ""
8878 " char *\n"
8879 " guestfs_initrd_cat (guestfs_h *g,\n"
8880 "                     const char *initrdpath,\n"
8881 "                     const char *filename,\n"
8882 "                     size_t *size_r);\n"
8883 "\n"
8884 msgstr ""
8885
8886 #. type: textblock
8887 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
8888 msgid ""
8889 "This command unpacks the file C<filename> from the initrd file called "
8890 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8891 "character."
8892 msgstr ""
8893
8894 #. type: textblock
8895 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
8896 msgid ""
8897 "For example, in guestfish you could use the following command to examine the "
8898 "boot script (usually called C</init>)  contained in a Linux initrd or "
8899 "initramfs image:"
8900 msgstr ""
8901
8902 #. type: verbatim
8903 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
8904 #, no-wrap
8905 msgid ""
8906 " initrd-cat /boot/initrd-<version>.img init\n"
8907 "\n"
8908 msgstr ""
8909
8910 #. type: textblock
8911 #: ../src/guestfs-actions.pod:2324
8912 msgid "See also C<guestfs_initrd_list>."
8913 msgstr ""
8914
8915 #. type: =head2
8916 #: ../src/guestfs-actions.pod:2335
8917 msgid "guestfs_initrd_list"
8918 msgstr ""
8919
8920 #. type: verbatim
8921 #: ../src/guestfs-actions.pod:2337
8922 #, no-wrap
8923 msgid ""
8924 " char **\n"
8925 " guestfs_initrd_list (guestfs_h *g,\n"
8926 "                      const char *path);\n"
8927 "\n"
8928 msgstr ""
8929
8930 #. type: textblock
8931 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
8932 msgid "This command lists out files contained in an initrd."
8933 msgstr ""
8934
8935 #. type: textblock
8936 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
8937 msgid ""
8938 "The files are listed without any initial C</> character.  The files are "
8939 "listed in the order they appear (not necessarily alphabetical).  Directory "
8940 "names are listed as separate items."
8941 msgstr ""
8942
8943 #. type: textblock
8944 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
8945 msgid ""
8946 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8947 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8948 "files)."
8949 msgstr ""
8950
8951 #. type: =head2
8952 #: ../src/guestfs-actions.pod:2357
8953 msgid "guestfs_inotify_add_watch"
8954 msgstr ""
8955
8956 #. type: verbatim
8957 #: ../src/guestfs-actions.pod:2359
8958 #, no-wrap
8959 msgid ""
8960 " int64_t\n"
8961 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8962 "                            const char *path,\n"
8963 "                            int mask);\n"
8964 "\n"
8965 msgstr ""
8966
8967 #. type: textblock
8968 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
8969 msgid "Watch C<path> for the events listed in C<mask>."
8970 msgstr ""
8971
8972 #. type: textblock
8973 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
8974 msgid ""
8975 "Note that if C<path> is a directory then events within that directory are "
8976 "watched, but this does I<not> happen recursively (in subdirectories)."
8977 msgstr ""
8978
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
8981 msgid ""
8982 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8983 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8984 msgstr ""
8985
8986 #. type: =head2
8987 #: ../src/guestfs-actions.pod:2378
8988 msgid "guestfs_inotify_close"
8989 msgstr ""
8990
8991 #. type: verbatim
8992 #: ../src/guestfs-actions.pod:2380
8993 #, no-wrap
8994 msgid ""
8995 " int\n"
8996 " guestfs_inotify_close (guestfs_h *g);\n"
8997 "\n"
8998 msgstr ""
8999
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
9002 msgid ""
9003 "This closes the inotify handle which was previously opened by inotify_init.  "
9004 "It removes all watches, throws away any pending events, and deallocates all "
9005 "resources."
9006 msgstr ""
9007
9008 #. type: =head2
9009 #: ../src/guestfs-actions.pod:2391
9010 msgid "guestfs_inotify_files"
9011 msgstr ""
9012
9013 #. type: verbatim
9014 #: ../src/guestfs-actions.pod:2393
9015 #, no-wrap
9016 msgid ""
9017 " char **\n"
9018 " guestfs_inotify_files (guestfs_h *g);\n"
9019 "\n"
9020 msgstr ""
9021
9022 #. type: textblock
9023 #: ../src/guestfs-actions.pod:2396
9024 msgid ""
9025 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9026 "returns a list of pathnames of objects that were touched.  The returned "
9027 "pathnames are sorted and deduplicated."
9028 msgstr ""
9029
9030 #. type: =head2
9031 #: ../src/guestfs-actions.pod:2406
9032 msgid "guestfs_inotify_init"
9033 msgstr ""
9034
9035 #. type: verbatim
9036 #: ../src/guestfs-actions.pod:2408
9037 #, no-wrap
9038 msgid ""
9039 " int\n"
9040 " guestfs_inotify_init (guestfs_h *g,\n"
9041 "                       int maxevents);\n"
9042 "\n"
9043 msgstr ""
9044
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
9047 msgid ""
9048 "This command creates a new inotify handle.  The inotify subsystem can be "
9049 "used to notify events which happen to objects in the guest filesystem."
9050 msgstr ""
9051
9052 #. type: textblock
9053 #: ../src/guestfs-actions.pod:2416
9054 msgid ""
9055 "C<maxevents> is the maximum number of events which will be queued up between "
9056 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9057 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9058 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9059 "throws away events, but records the fact that it threw them away by setting "
9060 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9061 "C<guestfs_inotify_read>)."
9062 msgstr ""
9063
9064 #. type: textblock
9065 #: ../src/guestfs-actions.pod:2426
9066 msgid ""
9067 "Before any events are generated, you have to add some watches to the "
9068 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9069 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9070 msgstr ""
9071
9072 #. type: textblock
9073 #: ../src/guestfs-actions.pod:2432
9074 msgid ""
9075 "Queued up events should be read periodically by calling "
9076 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9077 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9078 "often enough then you risk the internal queue overflowing."
9079 msgstr ""
9080
9081 #. type: textblock
9082 #: ../src/guestfs-actions.pod:2439
9083 msgid ""
9084 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9085 "This also removes any watches automatically."
9086 msgstr ""
9087
9088 #. type: textblock
9089 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
9090 msgid ""
9091 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9092 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9093 "that there is one global inotify handle per libguestfs instance."
9094 msgstr ""
9095
9096 #. type: =head2
9097 #: ../src/guestfs-actions.pod:2452
9098 msgid "guestfs_inotify_read"
9099 msgstr ""
9100
9101 #. type: verbatim
9102 #: ../src/guestfs-actions.pod:2454
9103 #, no-wrap
9104 msgid ""
9105 " struct guestfs_inotify_event_list *\n"
9106 " guestfs_inotify_read (guestfs_h *g);\n"
9107 "\n"
9108 msgstr ""
9109
9110 #. type: textblock
9111 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
9112 msgid ""
9113 "Return the complete queue of events that have happened since the previous "
9114 "read call."
9115 msgstr ""
9116
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
9119 msgid "If no events have happened, this returns an empty list."
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
9124 msgid ""
9125 "I<Note>: In order to make sure that all events have been read, you must call "
9126 "this function repeatedly until it returns an empty list.  The reason is that "
9127 "the call will read events up to the maximum appliance-to-host message size "
9128 "and leave remaining events in the queue."
9129 msgstr ""
9130
9131 #. type: textblock
9132 #: ../src/guestfs-actions.pod:2468
9133 msgid ""
9134 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9135 "there was an error.  I<The caller must call "
9136 "C<guestfs_free_inotify_event_list> after use>."
9137 msgstr ""
9138
9139 #. type: =head2
9140 #: ../src/guestfs-actions.pod:2474
9141 msgid "guestfs_inotify_rm_watch"
9142 msgstr ""
9143
9144 #. type: verbatim
9145 #: ../src/guestfs-actions.pod:2476
9146 #, no-wrap
9147 msgid ""
9148 " int\n"
9149 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9150 "                           int wd);\n"
9151 "\n"
9152 msgstr ""
9153
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:2480
9156 msgid ""
9157 "Remove a previously defined inotify watch.  See "
9158 "C<guestfs_inotify_add_watch>."
9159 msgstr ""
9160
9161 #. type: =head2
9162 #: ../src/guestfs-actions.pod:2487
9163 msgid "guestfs_inspect_get_arch"
9164 msgstr ""
9165
9166 #. type: verbatim
9167 #: ../src/guestfs-actions.pod:2489
9168 #, no-wrap
9169 msgid ""
9170 " char *\n"
9171 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9172 "                           const char *root);\n"
9173 "\n"
9174 msgstr ""
9175
9176 #. type: textblock
9177 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672 ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2899
9178 msgid ""
9179 "This function should only be called with a root device string as returned by "
9180 "C<guestfs_inspect_os>."
9181 msgstr ""
9182
9183 #. type: textblock
9184 #: ../src/guestfs-actions.pod:2496
9185 msgid ""
9186 "This returns the architecture of the inspected operating system.  The "
9187 "possible return values are listed under C<guestfs_file_architecture>."
9188 msgstr ""
9189
9190 #. type: textblock
9191 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
9192 msgid ""
9193 "If the architecture could not be determined, then the string C<unknown> is "
9194 "returned."
9195 msgstr ""
9196
9197 #. type: textblock
9198 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584 ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777 ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820 ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886 ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759 ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813 ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901 ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931 ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982 ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115
9199 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9200 msgstr ""
9201
9202 #. type: =head2
9203 #: ../src/guestfs-actions.pod:2510
9204 msgid "guestfs_inspect_get_distro"
9205 msgstr ""
9206
9207 #. type: verbatim
9208 #: ../src/guestfs-actions.pod:2512
9209 #, no-wrap
9210 msgid ""
9211 " char *\n"
9212 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9213 "                             const char *root);\n"
9214 "\n"
9215 msgstr ""
9216
9217 #. type: textblock
9218 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
9219 msgid "This returns the distro (distribution) of the inspected operating system."
9220 msgstr ""
9221
9222 #. type: textblock
9223 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
9224 msgid "Currently defined distros are:"
9225 msgstr ""
9226
9227 #. type: =item
9228 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
9229 msgid "\"archlinux\""
9230 msgstr ""
9231
9232 #. type: textblock
9233 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
9234 msgid "Arch Linux."
9235 msgstr ""
9236
9237 #. type: =item
9238 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
9239 msgid "\"debian\""
9240 msgstr ""
9241
9242 #. type: textblock
9243 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
9244 msgid "Debian."
9245 msgstr ""
9246
9247 #. type: =item
9248 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
9249 msgid "\"fedora\""
9250 msgstr ""
9251
9252 #. type: textblock
9253 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
9254 msgid "Fedora."
9255 msgstr ""
9256
9257 #. type: =item
9258 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
9259 msgid "\"gentoo\""
9260 msgstr ""
9261
9262 #. type: textblock
9263 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
9264 msgid "Gentoo."
9265 msgstr ""
9266
9267 #. type: =item
9268 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
9269 msgid "\"linuxmint\""
9270 msgstr ""
9271
9272 #. type: textblock
9273 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
9274 msgid "Linux Mint."
9275 msgstr ""
9276
9277 #. type: =item
9278 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
9279 msgid "\"mandriva\""
9280 msgstr ""
9281
9282 #. type: textblock
9283 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
9284 msgid "Mandriva."
9285 msgstr ""
9286
9287 #. type: =item
9288 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
9289 msgid "\"meego\""
9290 msgstr ""
9291
9292 #. type: textblock
9293 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
9294 msgid "MeeGo."
9295 msgstr ""
9296
9297 #. type: =item
9298 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
9299 msgid "\"pardus\""
9300 msgstr ""
9301
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
9304 msgid "Pardus."
9305 msgstr ""
9306
9307 #. type: =item
9308 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
9309 msgid "\"redhat-based\""
9310 msgstr ""
9311
9312 #. type: textblock
9313 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
9314 msgid "Some Red Hat-derived distro."
9315 msgstr ""
9316
9317 #. type: =item
9318 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
9319 msgid "\"rhel\""
9320 msgstr ""
9321
9322 #. type: textblock
9323 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
9324 msgid "Red Hat Enterprise Linux and some derivatives."
9325 msgstr ""
9326
9327 #. type: =item
9328 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
9329 msgid "\"ubuntu\""
9330 msgstr ""
9331
9332 #. type: textblock
9333 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
9334 msgid "Ubuntu."
9335 msgstr ""
9336
9337 #. type: =item
9338 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854 ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957
9339 msgid "\"unknown\""
9340 msgstr ""
9341
9342 #. type: textblock
9343 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
9344 msgid "The distro could not be determined."
9345 msgstr ""
9346
9347 #. type: =item
9348 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949
9349 msgid "\"windows\""
9350 msgstr ""
9351
9352 #. type: textblock
9353 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
9354 msgid ""
9355 "Windows does not have distributions.  This string is returned if the OS type "
9356 "is Windows."
9357 msgstr ""
9358
9359 #. type: textblock
9360 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963
9361 msgid ""
9362 "Future versions of libguestfs may return other strings here.  The caller "
9363 "should be prepared to handle any string."
9364 msgstr ""
9365
9366 #. type: =head2
9367 #: ../src/guestfs-actions.pod:2591
9368 msgid "guestfs_inspect_get_filesystems"
9369 msgstr ""
9370
9371 #. type: verbatim
9372 #: ../src/guestfs-actions.pod:2593
9373 #, no-wrap
9374 msgid ""
9375 " char **\n"
9376 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9377 "                                  const char *root);\n"
9378 "\n"
9379 msgstr ""
9380
9381 #. type: textblock
9382 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
9383 msgid ""
9384 "This returns a list of all the filesystems that we think are associated with "
9385 "this operating system.  This includes the root filesystem, other ordinary "
9386 "filesystems, and non-mounted devices like swap partitions."
9387 msgstr ""
9388
9389 #. type: textblock
9390 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
9391 msgid ""
9392 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9393 "to be shared between operating systems."
9394 msgstr ""
9395
9396 #. type: textblock
9397 #: ../src/guestfs-actions.pod:2608
9398 msgid ""
9399 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9400 "C<guestfs_inspect_get_mountpoints>."
9401 msgstr ""
9402
9403 #. type: =head2
9404 #: ../src/guestfs-actions.pod:2617
9405 msgid "guestfs_inspect_get_hostname"
9406 msgstr ""
9407
9408 #. type: verbatim
9409 #: ../src/guestfs-actions.pod:2619
9410 #, no-wrap
9411 msgid ""
9412 " char *\n"
9413 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9414 "                               const char *root);\n"
9415 "\n"
9416 msgstr ""
9417
9418 #. type: textblock
9419 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
9420 msgid ""
9421 "This function returns the hostname of the operating system as found by "
9422 "inspection of the guest's configuration files."
9423 msgstr ""
9424
9425 #. type: textblock
9426 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
9427 msgid ""
9428 "If the hostname could not be determined, then the string C<unknown> is "
9429 "returned."
9430 msgstr ""
9431
9432 #. type: textblock
9433 #: ../src/guestfs-actions.pod:2637
9434 msgid "(Added in 1.7.9)"
9435 msgstr ""
9436
9437 #. type: =head2
9438 #: ../src/guestfs-actions.pod:2639
9439 msgid "guestfs_inspect_get_major_version"
9440 msgstr ""
9441
9442 #. type: verbatim
9443 #: ../src/guestfs-actions.pod:2641
9444 #, no-wrap
9445 msgid ""
9446 " int\n"
9447 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9448 "                                    const char *root);\n"
9449 "\n"
9450 msgstr ""
9451
9452 #. type: textblock
9453 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
9454 msgid "This returns the major version number of the inspected operating system."
9455 msgstr ""
9456
9457 #. type: textblock
9458 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
9459 msgid ""
9460 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9461 "popular public names used by the operating system.  Notably the operating "
9462 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9463 "1).  You can find out the real versions corresponding to releases of Windows "
9464 "by consulting Wikipedia or MSDN."
9465 msgstr ""
9466
9467 #. type: textblock
9468 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678 ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
9469 msgid "If the version could not be determined, then C<0> is returned."
9470 msgstr ""
9471
9472 #. type: =head2
9473 #: ../src/guestfs-actions.pod:2666
9474 msgid "guestfs_inspect_get_minor_version"
9475 msgstr ""
9476
9477 #. type: verbatim
9478 #: ../src/guestfs-actions.pod:2668
9479 #, no-wrap
9480 msgid ""
9481 " int\n"
9482 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9483 "                                    const char *root);\n"
9484 "\n"
9485 msgstr ""
9486
9487 #. type: textblock
9488 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
9489 msgid "This returns the minor version number of the inspected operating system."
9490 msgstr ""
9491
9492 #. type: textblock
9493 #: ../src/guestfs-actions.pod:2680
9494 msgid ""
9495 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9496 "C<guestfs_inspect_get_major_version>."
9497 msgstr ""
9498
9499 #. type: =head2
9500 #: ../src/guestfs-actions.pod:2687
9501 msgid "guestfs_inspect_get_mountpoints"
9502 msgstr ""
9503
9504 #. type: verbatim
9505 #: ../src/guestfs-actions.pod:2689
9506 #, no-wrap
9507 msgid ""
9508 " char **\n"
9509 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9510 "                                  const char *root);\n"
9511 "\n"
9512 msgstr ""
9513
9514 #. type: textblock
9515 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
9516 msgid ""
9517 "This returns a hash of where we think the filesystems associated with this "
9518 "operating system should be mounted.  Callers should note that this is at "
9519 "best an educated guess made by reading configuration files such as "
9520 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
9521 "are non-existent or not mountable and callers should be prepared to handle "
9522 "or ignore failures if they try to mount them."
9523 msgstr ""
9524
9525 #. type: textblock
9526 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846
9527 msgid ""
9528 "Each element in the returned hashtable has a key which is the path of the "
9529 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9530 "mounted there (eg. C</dev/sda1>)."
9531 msgstr ""
9532
9533 #. type: textblock
9534 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851
9535 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9536 msgstr ""
9537
9538 #. type: textblock
9539 #: ../src/guestfs-actions.pod:2713
9540 msgid ""
9541 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9542 "C<guestfs_inspect_get_filesystems>."
9543 msgstr ""
9544
9545 #. type: textblock
9546 #: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:6416
9547 msgid ""
9548 "This function returns a NULL-terminated array of strings, or NULL if there "
9549 "was an error.  The array of strings will always have length C<2n+1>, where "
9550 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9551 "caller must free the strings and the array after use>."
9552 msgstr ""
9553
9554 #. type: =head2
9555 #: ../src/guestfs-actions.pod:2724
9556 msgid "guestfs_inspect_get_package_format"
9557 msgstr ""
9558
9559 #. type: verbatim
9560 #: ../src/guestfs-actions.pod:2726
9561 #, no-wrap
9562 msgid ""
9563 " char *\n"
9564 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9565 "                                     const char *root);\n"
9566 "\n"
9567 msgstr ""
9568
9569 #. type: textblock
9570 #: ../src/guestfs-actions.pod:2733
9571 msgid ""
9572 "This function and C<guestfs_inspect_get_package_management> return the "
9573 "package format and package management tool used by the inspected operating "
9574 "system.  For example for Fedora these functions would return C<rpm> (package "
9575 "format) and C<yum> (package management)."
9576 msgstr ""
9577
9578 #. type: textblock
9579 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
9580 msgid ""
9581 "This returns the string C<unknown> if we could not determine the package "
9582 "format I<or> if the operating system does not have a real packaging system "
9583 "(eg. Windows)."
9584 msgstr ""
9585
9586 #. type: textblock
9587 #: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874
9588 msgid ""
9589 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9590 "Future versions of libguestfs may return other strings."
9591 msgstr ""
9592
9593 #. type: textblock
9594 #: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782
9595 msgid "(Added in 1.7.5)"
9596 msgstr ""
9597
9598 #. type: =head2
9599 #: ../src/guestfs-actions.pod:2753
9600 msgid "guestfs_inspect_get_package_management"
9601 msgstr ""
9602
9603 #. type: verbatim
9604 #: ../src/guestfs-actions.pod:2755
9605 #, no-wrap
9606 msgid ""
9607 " char *\n"
9608 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9609 "                                         const char *root);\n"
9610 "\n"
9611 msgstr ""
9612
9613 #. type: textblock
9614 #: ../src/guestfs-actions.pod:2762
9615 msgid ""
9616 "C<guestfs_inspect_get_package_format> and this function return the package "
9617 "format and package management tool used by the inspected operating system.  "
9618 "For example for Fedora these functions would return C<rpm> (package format) "
9619 "and C<yum> (package management)."
9620 msgstr ""
9621
9622 #. type: textblock
9623 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
9624 msgid ""
9625 "This returns the string C<unknown> if we could not determine the package "
9626 "management tool I<or> if the operating system does not have a real packaging "
9627 "system (eg. Windows)."
9628 msgstr ""
9629
9630 #. type: textblock
9631 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896
9632 msgid ""
9633 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9634 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9635 "libguestfs may return other strings."
9636 msgstr ""
9637
9638 #. type: =head2
9639 #: ../src/guestfs-actions.pod:2784
9640 msgid "guestfs_inspect_get_product_name"
9641 msgstr ""
9642
9643 #. type: verbatim
9644 #: ../src/guestfs-actions.pod:2786
9645 #, no-wrap
9646 msgid ""
9647 " char *\n"
9648 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9649 "                                   const char *root);\n"
9650 "\n"
9651 msgstr ""
9652
9653 #. type: textblock
9654 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910
9655 msgid ""
9656 "This returns the product name of the inspected operating system.  The "
9657 "product name is generally some freeform string which can be displayed to the "
9658 "user, but should not be parsed by programs."
9659 msgstr ""
9660
9661 #. type: textblock
9662 #: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915
9663 msgid ""
9664 "If the product name could not be determined, then the string C<unknown> is "
9665 "returned."
9666 msgstr ""
9667
9668 #. type: =head2
9669 #: ../src/guestfs-actions.pod:2808
9670 msgid "guestfs_inspect_get_roots"
9671 msgstr ""
9672
9673 #. type: verbatim
9674 #: ../src/guestfs-actions.pod:2810
9675 #, no-wrap
9676 msgid ""
9677 " char **\n"
9678 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9679 "\n"
9680 msgstr ""
9681
9682 #. type: textblock
9683 #: ../src/guestfs-actions.pod:2813
9684 msgid ""
9685 "This function is a convenient way to get the list of root devices, as "
9686 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9687 "the whole inspection process."
9688 msgstr ""
9689
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:2817
9692 msgid ""
9693 "This returns an empty list if either no root devices were found or the "
9694 "caller has not called C<guestfs_inspect_os>."
9695 msgstr ""
9696
9697 #. type: textblock
9698 #: ../src/guestfs-actions.pod:2826
9699 msgid "(Added in 1.7.3)"
9700 msgstr ""
9701
9702 #. type: =head2
9703 #: ../src/guestfs-actions.pod:2828
9704 msgid "guestfs_inspect_get_type"
9705 msgstr ""
9706
9707 #. type: verbatim
9708 #: ../src/guestfs-actions.pod:2830
9709 #, no-wrap
9710 msgid ""
9711 " char *\n"
9712 " guestfs_inspect_get_type (guestfs_h *g,\n"
9713 "                           const char *root);\n"
9714 "\n"
9715 msgstr ""
9716
9717 #. type: textblock
9718 #: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940
9719 msgid ""
9720 "This returns the type of the inspected operating system.  Currently defined "
9721 "types are:"
9722 msgstr ""
9723
9724 #. type: =item
9725 #: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945
9726 msgid "\"linux\""
9727 msgstr ""
9728
9729 #. type: textblock
9730 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
9731 msgid "Any Linux-based operating system."
9732 msgstr ""
9733
9734 #. type: textblock
9735 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
9736 msgid "Any Microsoft Windows operating system."
9737 msgstr ""
9738
9739 #. type: =item
9740 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
9741 msgid "\"freebsd\""
9742 msgstr ""
9743
9744 #. type: textblock
9745 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
9746 msgid "FreeBSD."
9747 msgstr ""
9748
9749 #. type: textblock
9750 #: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959
9751 msgid "The operating system type could not be determined."
9752 msgstr ""
9753
9754 #. type: =head2
9755 #: ../src/guestfs-actions.pod:2870
9756 msgid "guestfs_inspect_get_windows_systemroot"
9757 msgstr ""
9758
9759 #. type: verbatim
9760 #: ../src/guestfs-actions.pod:2872
9761 #, no-wrap
9762 msgid ""
9763 " char *\n"
9764 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
9765 "                                         const char *root);\n"
9766 "\n"
9767 msgstr ""
9768
9769 #. type: textblock
9770 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
9771 msgid ""
9772 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9773 "is a directory path such as C</WINDOWS>."
9774 msgstr ""
9775
9776 #. type: textblock
9777 #: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978
9778 msgid ""
9779 "This call assumes that the guest is Windows and that the systemroot could be "
9780 "determined by inspection.  If this is not the case then an error is "
9781 "returned."
9782 msgstr ""
9783
9784 #. type: textblock
9785 #: ../src/guestfs-actions.pod:2891
9786 msgid "(Added in 1.5.25)"
9787 msgstr ""
9788
9789 #. type: =head2
9790 #: ../src/guestfs-actions.pod:2893
9791 msgid "guestfs_inspect_list_applications"
9792 msgstr ""
9793
9794 #. type: verbatim
9795 #: ../src/guestfs-actions.pod:2895
9796 #, no-wrap
9797 msgid ""
9798 " struct guestfs_application_list *\n"
9799 " guestfs_inspect_list_applications (guestfs_h *g,\n"
9800 "                                    const char *root);\n"
9801 "\n"
9802 msgstr ""
9803
9804 #. type: textblock
9805 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991
9806 msgid "Return the list of applications installed in the operating system."
9807 msgstr ""
9808
9809 #. type: textblock
9810 #: ../src/guestfs-actions.pod:2904
9811 msgid ""
9812 "I<Note:> This call works differently from other parts of the inspection "
9813 "API.  You have to call C<guestfs_inspect_os>, then "
9814 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
9815 "this.  Listing applications is a significantly more difficult operation "
9816 "which requires access to the full filesystem.  Also note that unlike the "
9817 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
9818 "the libguestfs handle, this call actually reads parts of the mounted "
9819 "filesystems during the call."
9820 msgstr ""
9821
9822 #. type: textblock
9823 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
9824 msgid ""
9825 "This returns an empty list if the inspection code was not able to determine "
9826 "the list of applications."
9827 msgstr ""
9828
9829 #. type: textblock
9830 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
9831 msgid "The application structure contains the following fields:"
9832 msgstr ""
9833
9834 #. type: =item
9835 #: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010
9836 msgid "C<app_name>"
9837 msgstr ""
9838
9839 #. type: textblock
9840 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
9841 msgid ""
9842 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9843 "guests, this is the package name."
9844 msgstr ""
9845
9846 #. type: =item
9847 #: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015
9848 msgid "C<app_display_name>"
9849 msgstr ""
9850
9851 #. type: textblock
9852 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
9853 msgid ""
9854 "The display name of the application, sometimes localized to the install "
9855 "language of the guest operating system."
9856 msgstr ""
9857
9858 #. type: textblock
9859 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
9860 msgid ""
9861 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9862 "to display something can use C<app_name> instead."
9863 msgstr ""
9864
9865 #. type: =item
9866 #: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023
9867 msgid "C<app_epoch>"
9868 msgstr ""
9869
9870 #. type: textblock
9871 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
9872 msgid ""
9873 "For package managers which use epochs, this contains the epoch of the "
9874 "package (an integer).  If unavailable, this is returned as C<0>."
9875 msgstr ""
9876
9877 #. type: =item
9878 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028
9879 msgid "C<app_version>"
9880 msgstr ""
9881
9882 #. type: textblock
9883 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
9884 msgid ""
9885 "The version string of the application or package.  If unavailable this is "
9886 "returned as an empty string C<\"\">."
9887 msgstr ""
9888
9889 #. type: =item
9890 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033
9891 msgid "C<app_release>"
9892 msgstr ""
9893
9894 #. type: textblock
9895 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
9896 msgid ""
9897 "The release string of the application or package, for package managers that "
9898 "use this.  If unavailable this is returned as an empty string C<\"\">."
9899 msgstr ""
9900
9901 #. type: =item
9902 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039
9903 msgid "C<app_install_path>"
9904 msgstr ""
9905
9906 #. type: textblock
9907 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
9908 msgid ""
9909 "The installation path of the application (on operating systems such as "
9910 "Windows which use installation paths).  This path is in the format used by "
9911 "the guest operating system, it is not a libguestfs path."
9912 msgstr ""
9913
9914 #. type: textblock
9915 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
9916 msgid "If unavailable this is returned as an empty string C<\"\">."
9917 msgstr ""
9918
9919 #. type: =item
9920 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
9921 msgid "C<app_trans_path>"
9922 msgstr ""
9923
9924 #. type: textblock
9925 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
9926 msgid ""
9927 "The install path translated into a libguestfs path.  If unavailable this is "
9928 "returned as an empty string C<\"\">."
9929 msgstr ""
9930
9931 #. type: =item
9932 #: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053
9933 msgid "C<app_publisher>"
9934 msgstr ""
9935
9936 #. type: textblock
9937 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
9938 msgid ""
9939 "The name of the publisher of the application, for package managers that use "
9940 "this.  If unavailable this is returned as an empty string C<\"\">."
9941 msgstr ""
9942
9943 #. type: =item
9944 #: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059
9945 msgid "C<app_url>"
9946 msgstr ""
9947
9948 #. type: textblock
9949 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
9950 msgid ""
9951 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9952 "returned as an empty string C<\"\">."
9953 msgstr ""
9954
9955 #. type: =item
9956 #: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064
9957 msgid "C<app_source_package>"
9958 msgstr ""
9959
9960 #. type: textblock
9961 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
9962 msgid ""
9963 "For packaging systems which support this, the name of the source package.  "
9964 "If unavailable this is returned as an empty string C<\"\">."
9965 msgstr ""
9966
9967 #. type: =item
9968 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069
9969 msgid "C<app_summary>"
9970 msgstr ""
9971
9972 #. type: textblock
9973 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
9974 msgid ""
9975 "A short (usually one line) description of the application or package.  If "
9976 "unavailable this is returned as an empty string C<\"\">."
9977 msgstr ""
9978
9979 #. type: =item
9980 #: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074
9981 msgid "C<app_description>"
9982 msgstr ""
9983
9984 #. type: textblock
9985 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
9986 msgid ""
9987 "A longer description of the application or package.  If unavailable this is "
9988 "returned as an empty string C<\"\">."
9989 msgstr ""
9990
9991 #. type: textblock
9992 #: ../src/guestfs-actions.pod:2994
9993 msgid ""
9994 "This function returns a C<struct guestfs_application_list *>, or NULL if "
9995 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
9996 "after use>."
9997 msgstr ""
9998
9999 #. type: textblock
10000 #: ../src/guestfs-actions.pod:2998
10001 msgid "(Added in 1.7.8)"
10002 msgstr ""
10003
10004 #. type: =head2
10005 #: ../src/guestfs-actions.pod:3000
10006 msgid "guestfs_inspect_os"
10007 msgstr ""
10008
10009 #. type: verbatim
10010 #: ../src/guestfs-actions.pod:3002
10011 #, no-wrap
10012 msgid ""
10013 " char **\n"
10014 " guestfs_inspect_os (guestfs_h *g);\n"
10015 "\n"
10016 msgstr ""
10017
10018 #. type: textblock
10019 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
10020 msgid ""
10021 "This function uses other libguestfs functions and certain heuristics to "
10022 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10023 "for operating systems."
10024 msgstr ""
10025
10026 #. type: textblock
10027 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091
10028 msgid "The list returned is empty if no operating systems were found."
10029 msgstr ""
10030
10031 #. type: textblock
10032 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
10033 msgid ""
10034 "If one operating system was found, then this returns a list with a single "
10035 "element, which is the name of the root filesystem of this operating system.  "
10036 "It is also possible for this function to return a list containing more than "
10037 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10038 "element being the root filesystem of one of the operating systems."
10039 msgstr ""
10040
10041 #. type: textblock
10042 #: ../src/guestfs-actions.pod:3018
10043 msgid ""
10044 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10045 "functions in order to query further information about each operating system, "
10046 "such as the name and version."
10047 msgstr ""
10048
10049 #. type: textblock
10050 #: ../src/guestfs-actions.pod:3023
10051 msgid ""
10052 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10053 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10054 "the contents.  This should be called with no disks currently mounted.  The "
10055 "function may also use Augeas, so any existing Augeas handle will be closed."
10056 msgstr ""
10057
10058 #. type: textblock
10059 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111
10060 msgid ""
10061 "This function cannot decrypt encrypted disks.  The caller must do that first "
10062 "(supplying the necessary keys) if the disk is encrypted."
10063 msgstr ""
10064
10065 #. type: textblock
10066 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3382
10067 msgid "See also C<guestfs_list_filesystems>."
10068 msgstr ""
10069
10070 #. type: =head2
10071 #: ../src/guestfs-actions.pod:3043
10072 msgid "guestfs_is_blockdev"
10073 msgstr ""
10074
10075 #. type: verbatim
10076 #: ../src/guestfs-actions.pod:3045
10077 #, no-wrap
10078 msgid ""
10079 " int\n"
10080 " guestfs_is_blockdev (guestfs_h *g,\n"
10081 "                      const char *path);\n"
10082 "\n"
10083 msgstr ""
10084
10085 #. type: textblock
10086 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123
10087 msgid ""
10088 "This returns C<true> if and only if there is a block device with the given "
10089 "C<path> name."
10090 msgstr ""
10091
10092 #. type: textblock
10093 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198 ../src/guestfs-actions.pod:3213
10094 msgid "See also C<guestfs_stat>."
10095 msgstr ""
10096
10097 #. type: textblock
10098 #: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202 ../src/guestfs-actions.pod:3217
10099 msgid "(Added in 1.5.10)"
10100 msgstr ""
10101
10102 #. type: =head2
10103 #: ../src/guestfs-actions.pod:3058
10104 msgid "guestfs_is_busy"
10105 msgstr ""
10106
10107 #. type: verbatim
10108 #: ../src/guestfs-actions.pod:3060
10109 #, no-wrap
10110 msgid ""
10111 " int\n"
10112 " guestfs_is_busy (guestfs_h *g);\n"
10113 "\n"
10114 msgstr ""
10115
10116 #. type: textblock
10117 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132
10118 msgid ""
10119 "This returns true iff this handle is busy processing a command (in the "
10120 "C<BUSY> state)."
10121 msgstr ""
10122
10123 #. type: =head2
10124 #: ../src/guestfs-actions.pod:3072
10125 msgid "guestfs_is_chardev"
10126 msgstr ""
10127
10128 #. type: verbatim
10129 #: ../src/guestfs-actions.pod:3074
10130 #, no-wrap
10131 msgid ""
10132 " int\n"
10133 " guestfs_is_chardev (guestfs_h *g,\n"
10134 "                     const char *path);\n"
10135 "\n"
10136 msgstr ""
10137
10138 #. type: textblock
10139 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141
10140 msgid ""
10141 "This returns C<true> if and only if there is a character device with the "
10142 "given C<path> name."
10143 msgstr ""
10144
10145 #. type: =head2
10146 #: ../src/guestfs-actions.pod:3087
10147 msgid "guestfs_is_config"
10148 msgstr ""
10149
10150 #. type: verbatim
10151 #: ../src/guestfs-actions.pod:3089
10152 #, no-wrap
10153 msgid ""
10154 " int\n"
10155 " guestfs_is_config (guestfs_h *g);\n"
10156 "\n"
10157 msgstr ""
10158
10159 #. type: textblock
10160 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150
10161 msgid ""
10162 "This returns true iff this handle is being configured (in the C<CONFIG> "
10163 "state)."
10164 msgstr ""
10165
10166 #. type: =head2
10167 #: ../src/guestfs-actions.pod:3101
10168 msgid "guestfs_is_dir"
10169 msgstr ""
10170
10171 #. type: verbatim
10172 #: ../src/guestfs-actions.pod:3103
10173 #, no-wrap
10174 msgid ""
10175 " int\n"
10176 " guestfs_is_dir (guestfs_h *g,\n"
10177 "                 const char *path);\n"
10178 "\n"
10179 msgstr ""
10180
10181 #. type: textblock
10182 #: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159
10183 msgid ""
10184 "This returns C<true> if and only if there is a directory with the given "
10185 "C<path> name.  Note that it returns false for other objects like files."
10186 msgstr ""
10187
10188 #. type: =head2
10189 #: ../src/guestfs-actions.pod:3117
10190 msgid "guestfs_is_fifo"
10191 msgstr ""
10192
10193 #. type: verbatim
10194 #: ../src/guestfs-actions.pod:3119
10195 #, no-wrap
10196 msgid ""
10197 " int\n"
10198 " guestfs_is_fifo (guestfs_h *g,\n"
10199 "                  const char *path);\n"
10200 "\n"
10201 msgstr ""
10202
10203 #. type: textblock
10204 #: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169
10205 msgid ""
10206 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10207 "given C<path> name."
10208 msgstr ""
10209
10210 #. type: =head2
10211 #: ../src/guestfs-actions.pod:3132
10212 msgid "guestfs_is_file"
10213 msgstr ""
10214
10215 #. type: verbatim
10216 #: ../src/guestfs-actions.pod:3134
10217 #, no-wrap
10218 msgid ""
10219 " int\n"
10220 " guestfs_is_file (guestfs_h *g,\n"
10221 "                  const char *path);\n"
10222 "\n"
10223 msgstr ""
10224
10225 #. type: textblock
10226 #: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178
10227 msgid ""
10228 "This returns C<true> if and only if there is a regular file with the given "
10229 "C<path> name.  Note that it returns false for other objects like "
10230 "directories."
10231 msgstr ""
10232
10233 #. type: =head2
10234 #: ../src/guestfs-actions.pod:3148
10235 msgid "guestfs_is_launching"
10236 msgstr ""
10237
10238 #. type: verbatim
10239 #: ../src/guestfs-actions.pod:3150
10240 #, no-wrap
10241 msgid ""
10242 " int\n"
10243 " guestfs_is_launching (guestfs_h *g);\n"
10244 "\n"
10245 msgstr ""
10246
10247 #. type: textblock
10248 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188
10249 msgid ""
10250 "This returns true iff this handle is launching the subprocess (in the "
10251 "C<LAUNCHING> state)."
10252 msgstr ""
10253
10254 #. type: =head2
10255 #: ../src/guestfs-actions.pod:3162
10256 msgid "guestfs_is_lv"
10257 msgstr ""
10258
10259 #. type: verbatim
10260 #: ../src/guestfs-actions.pod:3164
10261 #, no-wrap
10262 msgid ""
10263 " int\n"
10264 " guestfs_is_lv (guestfs_h *g,\n"
10265 "                const char *device);\n"
10266 "\n"
10267 msgstr ""
10268
10269 #. type: textblock
10270 #: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197
10271 msgid ""
10272 "This command tests whether C<device> is a logical volume, and returns true "
10273 "iff this is the case."
10274 msgstr ""
10275
10276 #. type: =head2
10277 #: ../src/guestfs-actions.pod:3175
10278 msgid "guestfs_is_ready"
10279 msgstr ""
10280
10281 #. type: verbatim
10282 #: ../src/guestfs-actions.pod:3177
10283 #, no-wrap
10284 msgid ""
10285 " int\n"
10286 " guestfs_is_ready (guestfs_h *g);\n"
10287 "\n"
10288 msgstr ""
10289
10290 #. type: textblock
10291 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204
10292 msgid ""
10293 "This returns true iff this handle is ready to accept commands (in the "
10294 "C<READY> state)."
10295 msgstr ""
10296
10297 #. type: =head2
10298 #: ../src/guestfs-actions.pod:3189
10299 msgid "guestfs_is_socket"
10300 msgstr ""
10301
10302 #. type: verbatim
10303 #: ../src/guestfs-actions.pod:3191
10304 #, no-wrap
10305 msgid ""
10306 " int\n"
10307 " guestfs_is_socket (guestfs_h *g,\n"
10308 "                    const char *path);\n"
10309 "\n"
10310 msgstr ""
10311
10312 #. type: textblock
10313 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213
10314 msgid ""
10315 "This returns C<true> if and only if there is a Unix domain socket with the "
10316 "given C<path> name."
10317 msgstr ""
10318
10319 #. type: =head2
10320 #: ../src/guestfs-actions.pod:3204
10321 msgid "guestfs_is_symlink"
10322 msgstr ""
10323
10324 #. type: verbatim
10325 #: ../src/guestfs-actions.pod:3206
10326 #, no-wrap
10327 msgid ""
10328 " int\n"
10329 " guestfs_is_symlink (guestfs_h *g,\n"
10330 "                     const char *path);\n"
10331 "\n"
10332 msgstr ""
10333
10334 #. type: textblock
10335 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222
10336 msgid ""
10337 "This returns C<true> if and only if there is a symbolic link with the given "
10338 "C<path> name."
10339 msgstr ""
10340
10341 #. type: =head2
10342 #: ../src/guestfs-actions.pod:3219
10343 msgid "guestfs_kill_subprocess"
10344 msgstr ""
10345
10346 #. type: verbatim
10347 #: ../src/guestfs-actions.pod:3221
10348 #, no-wrap
10349 msgid ""
10350 " int\n"
10351 " guestfs_kill_subprocess (guestfs_h *g);\n"
10352 "\n"
10353 msgstr ""
10354
10355 #. type: textblock
10356 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231
10357 msgid "This kills the qemu subprocess.  You should never need to call this."
10358 msgstr ""
10359
10360 #. type: =head2
10361 #: ../src/guestfs-actions.pod:3230
10362 msgid "guestfs_launch"
10363 msgstr ""
10364
10365 #. type: verbatim
10366 #: ../src/guestfs-actions.pod:3232
10367 #, no-wrap
10368 msgid ""
10369 " int\n"
10370 " guestfs_launch (guestfs_h *g);\n"
10371 "\n"
10372 msgstr ""
10373
10374 #. type: textblock
10375 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
10376 msgid ""
10377 "Internally libguestfs is implemented by running a virtual machine using "
10378 "L<qemu(1)>."
10379 msgstr ""
10380
10381 #. type: textblock
10382 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242
10383 msgid ""
10384 "You should call this after configuring the handle (eg. adding drives) but "
10385 "before performing any actions."
10386 msgstr ""
10387
10388 #. type: =head2
10389 #: ../src/guestfs-actions.pod:3245
10390 msgid "guestfs_lchown"
10391 msgstr ""
10392
10393 #. type: verbatim
10394 #: ../src/guestfs-actions.pod:3247
10395 #, no-wrap
10396 msgid ""
10397 " int\n"
10398 " guestfs_lchown (guestfs_h *g,\n"
10399 "                 int owner,\n"
10400 "                 int group,\n"
10401 "                 const char *path);\n"
10402 "\n"
10403 msgstr ""
10404
10405 #. type: textblock
10406 #: ../src/guestfs-actions.pod:3253
10407 msgid ""
10408 "Change the file owner to C<owner> and group to C<group>.  This is like "
10409 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10410 "changed, not the target."
10411 msgstr ""
10412
10413 #. type: =head2
10414 #: ../src/guestfs-actions.pod:3265
10415 msgid "guestfs_lgetxattr"
10416 msgstr ""
10417
10418 #. type: verbatim
10419 #: ../src/guestfs-actions.pod:3267
10420 #, no-wrap
10421 msgid ""
10422 " char *\n"
10423 " guestfs_lgetxattr (guestfs_h *g,\n"
10424 "                    const char *path,\n"
10425 "                    const char *name,\n"
10426 "                    size_t *size_r);\n"
10427 "\n"
10428 msgstr ""
10429
10430 #. type: textblock
10431 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261
10432 msgid ""
10433 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10434 "is a symlink, then this call returns an extended attribute from the symlink."
10435 msgstr ""
10436
10437 #. type: textblock
10438 #: ../src/guestfs-actions.pod:3287
10439 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10440 msgstr ""
10441
10442 #. type: =head2
10443 #: ../src/guestfs-actions.pod:3295
10444 msgid "guestfs_lgetxattrs"
10445 msgstr ""
10446
10447 #. type: verbatim
10448 #: ../src/guestfs-actions.pod:3297
10449 #, no-wrap
10450 msgid ""
10451 " struct guestfs_xattr_list *\n"
10452 " guestfs_lgetxattrs (guestfs_h *g,\n"
10453 "                     const char *path);\n"
10454 "\n"
10455 msgstr ""
10456
10457 #. type: textblock
10458 #: ../src/guestfs-actions.pod:3301
10459 msgid ""
10460 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10461 "then it returns the extended attributes of the link itself."
10462 msgstr ""
10463
10464 #. type: =head2
10465 #: ../src/guestfs-actions.pod:3311
10466 msgid "guestfs_list_devices"
10467 msgstr ""
10468
10469 #. type: verbatim
10470 #: ../src/guestfs-actions.pod:3313
10471 #, no-wrap
10472 msgid ""
10473 " char **\n"
10474 " guestfs_list_devices (guestfs_h *g);\n"
10475 "\n"
10476 msgstr ""
10477
10478 #. type: textblock
10479 #: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289
10480 msgid "List all the block devices."
10481 msgstr ""
10482
10483 #. type: textblock
10484 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
10485 msgid "The full block device names are returned, eg. C</dev/sda>."
10486 msgstr ""
10487
10488 #. type: =head2
10489 #: ../src/guestfs-actions.pod:3328
10490 msgid "guestfs_list_filesystems"
10491 msgstr ""
10492
10493 #. type: verbatim
10494 #: ../src/guestfs-actions.pod:3330
10495 #, no-wrap
10496 msgid ""
10497 " char **\n"
10498 " guestfs_list_filesystems (guestfs_h *g);\n"
10499 "\n"
10500 msgstr ""
10501
10502 #. type: textblock
10503 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
10504 msgid ""
10505 "This inspection command looks for filesystems on partitions, block devices "
10506 "and logical volumes, returning a list of devices containing filesystems and "
10507 "their type."
10508 msgstr ""
10509
10510 #. type: textblock
10511 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
10512 msgid ""
10513 "The return value is a hash, where the keys are the devices containing "
10514 "filesystems, and the values are the filesystem types.  For example:"
10515 msgstr ""
10516
10517 #. type: verbatim
10518 #: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307
10519 #, no-wrap
10520 msgid ""
10521 " \"/dev/sda1\" => \"ntfs\"\n"
10522 " \"/dev/sda2\" => \"ext2\"\n"
10523 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10524 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10525 "\n"
10526 msgstr ""
10527
10528 #. type: textblock
10529 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312
10530 msgid ""
10531 "The value can have the special value \"unknown\", meaning the content of the "
10532 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10533 msgstr ""
10534
10535 #. type: textblock
10536 #: ../src/guestfs-actions.pod:3350
10537 msgid ""
10538 "This command runs other libguestfs commands, which might include "
10539 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10540 "soon after launch and only when nothing is mounted."
10541 msgstr ""
10542
10543 #. type: textblock
10544 #: ../src/guestfs-actions.pod:3354
10545 msgid ""
10546 "Not all of the filesystems returned will be mountable.  In particular, swap "
10547 "partitions are returned in the list.  Also this command does not check that "
10548 "each filesystem found is valid and mountable, and some filesystems might be "
10549 "mountable but require special options.  Filesystems may not all belong to a "
10550 "single logical operating system (use C<guestfs_inspect_os> to look for "
10551 "OSes)."
10552 msgstr ""
10553
10554 #. type: textblock
10555 #: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4961
10556 msgid "(Added in 1.5.15)"
10557 msgstr ""
10558
10559 #. type: =head2
10560 #: ../src/guestfs-actions.pod:3370
10561 msgid "guestfs_list_partitions"
10562 msgstr ""
10563
10564 #. type: verbatim
10565 #: ../src/guestfs-actions.pod:3372
10566 #, no-wrap
10567 msgid ""
10568 " char **\n"
10569 " guestfs_list_partitions (guestfs_h *g);\n"
10570 "\n"
10571 msgstr ""
10572
10573 #. type: textblock
10574 #: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332
10575 msgid "List all the partitions detected on all block devices."
10576 msgstr ""
10577
10578 #. type: textblock
10579 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
10580 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10581 msgstr ""
10582
10583 #. type: textblock
10584 #: ../src/guestfs-actions.pod:3379
10585 msgid ""
10586 "This does not return logical volumes.  For that you will need to call "
10587 "C<guestfs_lvs>."
10588 msgstr ""
10589
10590 #. type: =head2
10591 #: ../src/guestfs-actions.pod:3390
10592 msgid "guestfs_ll"
10593 msgstr ""
10594
10595 #. type: verbatim
10596 #: ../src/guestfs-actions.pod:3392
10597 #, no-wrap
10598 msgid ""
10599 " char *\n"
10600 " guestfs_ll (guestfs_h *g,\n"
10601 "             const char *directory);\n"
10602 "\n"
10603 msgstr ""
10604
10605 #. type: textblock
10606 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
10607 msgid ""
10608 "List the files in C<directory> (relative to the root directory, there is no "
10609 "cwd) in the format of 'ls -la'."
10610 msgstr ""
10611
10612 #. type: textblock
10613 #: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348
10614 msgid ""
10615 "This command is mostly useful for interactive sessions.  It is I<not> "
10616 "intended that you try to parse the output string."
10617 msgstr ""
10618
10619 #. type: =head2
10620 #: ../src/guestfs-actions.pod:3407
10621 msgid "guestfs_ln"
10622 msgstr ""
10623
10624 #. type: verbatim
10625 #: ../src/guestfs-actions.pod:3409
10626 #, no-wrap
10627 msgid ""
10628 " int\n"
10629 " guestfs_ln (guestfs_h *g,\n"
10630 "             const char *target,\n"
10631 "             const char *linkname);\n"
10632 "\n"
10633 msgstr ""
10634
10635 #. type: textblock
10636 #: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355
10637 msgid "This command creates a hard link using the C<ln> command."
10638 msgstr ""
10639
10640 #. type: =head2
10641 #: ../src/guestfs-actions.pod:3420
10642 msgid "guestfs_ln_f"
10643 msgstr ""
10644
10645 #. type: verbatim
10646 #: ../src/guestfs-actions.pod:3422
10647 #, no-wrap
10648 msgid ""
10649 " int\n"
10650 " guestfs_ln_f (guestfs_h *g,\n"
10651 "               const char *target,\n"
10652 "               const char *linkname);\n"
10653 "\n"
10654 msgstr ""
10655
10656 #. type: textblock
10657 #: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361
10658 msgid ""
10659 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10660 "option removes the link (C<linkname>) if it exists already."
10661 msgstr ""
10662
10663 #. type: =head2
10664 #: ../src/guestfs-actions.pod:3434
10665 msgid "guestfs_ln_s"
10666 msgstr ""
10667
10668 #. type: verbatim
10669 #: ../src/guestfs-actions.pod:3436
10670 #, no-wrap
10671 msgid ""
10672 " int\n"
10673 " guestfs_ln_s (guestfs_h *g,\n"
10674 "               const char *target,\n"
10675 "               const char *linkname);\n"
10676 "\n"
10677 msgstr ""
10678
10679 #. type: textblock
10680 #: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368
10681 msgid "This command creates a symbolic link using the C<ln -s> command."
10682 msgstr ""
10683
10684 #. type: =head2
10685 #: ../src/guestfs-actions.pod:3447
10686 msgid "guestfs_ln_sf"
10687 msgstr ""
10688
10689 #. type: verbatim
10690 #: ../src/guestfs-actions.pod:3449
10691 #, no-wrap
10692 msgid ""
10693 " int\n"
10694 " guestfs_ln_sf (guestfs_h *g,\n"
10695 "                const char *target,\n"
10696 "                const char *linkname);\n"
10697 "\n"
10698 msgstr ""
10699
10700 #. type: textblock
10701 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374
10702 msgid ""
10703 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
10704 "option removes the link (C<linkname>) if it exists already."
10705 msgstr ""
10706
10707 #. type: =head2
10708 #: ../src/guestfs-actions.pod:3461
10709 msgid "guestfs_lremovexattr"
10710 msgstr ""
10711
10712 #. type: verbatim
10713 #: ../src/guestfs-actions.pod:3463
10714 #, no-wrap
10715 msgid ""
10716 " int\n"
10717 " guestfs_lremovexattr (guestfs_h *g,\n"
10718 "                       const char *xattr,\n"
10719 "                       const char *path);\n"
10720 "\n"
10721 msgstr ""
10722
10723 #. type: textblock
10724 #: ../src/guestfs-actions.pod:3468
10725 msgid ""
10726 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
10727 "link, then it removes an extended attribute of the link itself."
10728 msgstr ""
10729
10730 #. type: =head2
10731 #: ../src/guestfs-actions.pod:3476
10732 msgid "guestfs_ls"
10733 msgstr ""
10734
10735 #. type: verbatim
10736 #: ../src/guestfs-actions.pod:3478
10737 #, no-wrap
10738 msgid ""
10739 " char **\n"
10740 " guestfs_ls (guestfs_h *g,\n"
10741 "             const char *directory);\n"
10742 "\n"
10743 msgstr ""
10744
10745 #. type: textblock
10746 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389
10747 msgid ""
10748 "List the files in C<directory> (relative to the root directory, there is no "
10749 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
10750 "shown."
10751 msgstr ""
10752
10753 #. type: textblock
10754 #: ../src/guestfs-actions.pod:3486
10755 msgid ""
10756 "This command is mostly useful for interactive sessions.  Programs should "
10757 "probably use C<guestfs_readdir> instead."
10758 msgstr ""
10759
10760 #. type: =head2
10761 #: ../src/guestfs-actions.pod:3495
10762 msgid "guestfs_lsetxattr"
10763 msgstr ""
10764
10765 #. type: verbatim
10766 #: ../src/guestfs-actions.pod:3497
10767 #, no-wrap
10768 msgid ""
10769 " int\n"
10770 " guestfs_lsetxattr (guestfs_h *g,\n"
10771 "                    const char *xattr,\n"
10772 "                    const char *val,\n"
10773 "                    int vallen,\n"
10774 "                    const char *path);\n"
10775 "\n"
10776 msgstr ""
10777
10778 #. type: textblock
10779 #: ../src/guestfs-actions.pod:3504
10780 msgid ""
10781 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
10782 "then it sets an extended attribute of the link itself."
10783 msgstr ""
10784
10785 #. type: =head2
10786 #: ../src/guestfs-actions.pod:3512
10787 msgid "guestfs_lstat"
10788 msgstr ""
10789
10790 #. type: verbatim
10791 #: ../src/guestfs-actions.pod:3514
10792 #, no-wrap
10793 msgid ""
10794 " struct guestfs_stat *\n"
10795 " guestfs_lstat (guestfs_h *g,\n"
10796 "                const char *path);\n"
10797 "\n"
10798 msgstr ""
10799
10800 #. type: textblock
10801 #: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6015 ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4023
10802 msgid "Returns file information for the given C<path>."
10803 msgstr ""
10804
10805 #. type: textblock
10806 #: ../src/guestfs-actions.pod:3520
10807 msgid ""
10808 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
10809 "link, then the link is stat-ed, not the file it refers to."
10810 msgstr ""
10811
10812 #. type: textblock
10813 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414
10814 msgid "This is the same as the C<lstat(2)> system call."
10815 msgstr ""
10816
10817 #. type: textblock
10818 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6019
10819 msgid ""
10820 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
10821 "error.  I<The caller must call C<guestfs_free_stat> after use>."
10822 msgstr ""
10823
10824 #. type: textblock
10825 #: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6023 ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6422
10826 msgid "(Added in 0.9.2)"
10827 msgstr ""
10828
10829 #. type: =head2
10830 #: ../src/guestfs-actions.pod:3532
10831 msgid "guestfs_lstatlist"
10832 msgstr ""
10833
10834 #. type: verbatim
10835 #: ../src/guestfs-actions.pod:3534
10836 #, no-wrap
10837 msgid ""
10838 " struct guestfs_stat_list *\n"
10839 " guestfs_lstatlist (guestfs_h *g,\n"
10840 "                    const char *path,\n"
10841 "                    char *const *names);\n"
10842 "\n"
10843 msgstr ""
10844
10845 #. type: textblock
10846 #: ../src/guestfs-actions.pod:3539
10847 msgid ""
10848 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
10849 "files, where all files are in the directory C<path>.  C<names> is the list "
10850 "of files from this directory."
10851 msgstr ""
10852
10853 #. type: textblock
10854 #: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424
10855 msgid ""
10856 "On return you get a list of stat structs, with a one-to-one correspondence "
10857 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10858 "then the C<ino> field of that structure is set to C<-1>."
10859 msgstr ""
10860
10861 #. type: textblock
10862 #: ../src/guestfs-actions.pod:3548
10863 msgid ""
10864 "This call is intended for programs that want to efficiently list a directory "
10865 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
10866 "for a similarly efficient call for getting extended attributes.  Very long "
10867 "directory listings might cause the protocol message size to be exceeded, "
10868 "causing this call to fail.  The caller must split up such requests into "
10869 "smaller groups of names."
10870 msgstr ""
10871
10872 #. type: textblock
10873 #: ../src/guestfs-actions.pod:3556
10874 msgid ""
10875 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
10876 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
10877 msgstr ""
10878
10879 #. type: =head2
10880 #: ../src/guestfs-actions.pod:3562
10881 msgid "guestfs_luks_add_key"
10882 msgstr ""
10883
10884 #. type: verbatim
10885 #: ../src/guestfs-actions.pod:3564
10886 #, no-wrap
10887 msgid ""
10888 " int\n"
10889 " guestfs_luks_add_key (guestfs_h *g,\n"
10890 "                       const char *device,\n"
10891 "                       const char *key,\n"
10892 "                       const char *newkey,\n"
10893 "                       int keyslot);\n"
10894 "\n"
10895 msgstr ""
10896
10897 #. type: textblock
10898 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441
10899 msgid ""
10900 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10901 "existing key, and is used to access the device.  C<newkey> is the new key to "
10902 "add.  C<keyslot> is the key slot that will be replaced."
10903 msgstr ""
10904
10905 #. type: textblock
10906 #: ../src/guestfs-actions.pod:3576
10907 msgid ""
10908 "Note that if C<keyslot> already contains a key, then this command will "
10909 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
10910 msgstr ""
10911
10912 #. type: textblock
10913 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622 ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665 ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716
10914 msgid ""
10915 "This function takes a key or passphrase parameter which could contain "
10916 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
10917 "information."
10918 msgstr ""
10919
10920 #. type: textblock
10921 #: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626 ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669
10922 msgid "(Added in 1.5.2)"
10923 msgstr ""
10924
10925 #. type: =head2
10926 #: ../src/guestfs-actions.pod:3588
10927 msgid "guestfs_luks_close"
10928 msgstr ""
10929
10930 #. type: verbatim
10931 #: ../src/guestfs-actions.pod:3590
10932 #, no-wrap
10933 msgid ""
10934 " int\n"
10935 " guestfs_luks_close (guestfs_h *g,\n"
10936 "                     const char *device);\n"
10937 "\n"
10938 msgstr ""
10939
10940 #. type: textblock
10941 #: ../src/guestfs-actions.pod:3594
10942 msgid ""
10943 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
10944 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
10945 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
10946 "underlying block device."
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701 ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3818
10951 msgid "(Added in 1.5.1)"
10952 msgstr ""
10953
10954 #. type: =head2
10955 #: ../src/guestfs-actions.pod:3604
10956 msgid "guestfs_luks_format"
10957 msgstr ""
10958
10959 #. type: verbatim
10960 #: ../src/guestfs-actions.pod:3606
10961 #, no-wrap
10962 msgid ""
10963 " int\n"
10964 " guestfs_luks_format (guestfs_h *g,\n"
10965 "                      const char *device,\n"
10966 "                      const char *key,\n"
10967 "                      int keyslot);\n"
10968 "\n"
10969 msgstr ""
10970
10971 #. type: textblock
10972 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467
10973 msgid ""
10974 "This command erases existing data on C<device> and formats the device as a "
10975 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10976 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10977 msgstr ""
10978
10979 #. type: textblock
10980 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4712 ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5850 ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5899 ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:2475 ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572 ../fish/guestfish-actions.pod:3135 ../fish/guestfish-actions.pod:3642 ../fish/guestfish-actions.pod:3922 ../fish/guestfish-actions.pod:3938 ../fish/guestfish-actions.pod:3953 ../fish/guestfish-actions.pod:4668
10981 msgid ""
10982 "B<This command is dangerous.  Without careful use you can easily destroy all "
10983 "your data>."
10984 msgstr ""
10985
10986 #. type: =head2
10987 #: ../src/guestfs-actions.pod:3628
10988 msgid "guestfs_luks_format_cipher"
10989 msgstr ""
10990
10991 #. type: verbatim
10992 #: ../src/guestfs-actions.pod:3630
10993 #, no-wrap
10994 msgid ""
10995 " int\n"
10996 " guestfs_luks_format_cipher (guestfs_h *g,\n"
10997 "                             const char *device,\n"
10998 "                             const char *key,\n"
10999 "                             int keyslot,\n"
11000 "                             const char *cipher);\n"
11001 "\n"
11002 msgstr ""
11003
11004 #. type: textblock
11005 #: ../src/guestfs-actions.pod:3637
11006 msgid ""
11007 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11008 "set the C<cipher> used."
11009 msgstr ""
11010
11011 #. type: =head2
11012 #: ../src/guestfs-actions.pod:3651
11013 msgid "guestfs_luks_kill_slot"
11014 msgstr ""
11015
11016 #. type: verbatim
11017 #: ../src/guestfs-actions.pod:3653
11018 #, no-wrap
11019 msgid ""
11020 " int\n"
11021 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11022 "                         const char *device,\n"
11023 "                         const char *key,\n"
11024 "                         int keyslot);\n"
11025 "\n"
11026 msgstr ""
11027
11028 #. type: textblock
11029 #: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495
11030 msgid ""
11031 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11032 "device C<device>.  C<key> must be one of the I<other> keys."
11033 msgstr ""
11034
11035 #. type: =head2
11036 #: ../src/guestfs-actions.pod:3671
11037 msgid "guestfs_luks_open"
11038 msgstr ""
11039
11040 #. type: verbatim
11041 #: ../src/guestfs-actions.pod:3673
11042 #, no-wrap
11043 msgid ""
11044 " int\n"
11045 " guestfs_luks_open (guestfs_h *g,\n"
11046 "                    const char *device,\n"
11047 "                    const char *key,\n"
11048 "                    const char *mapname);\n"
11049 "\n"
11050 msgstr ""
11051
11052 #. type: textblock
11053 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
11054 msgid ""
11055 "This command opens a block device which has been encrypted according to the "
11056 "Linux Unified Key Setup (LUKS) standard."
11057 msgstr ""
11058
11059 #. type: textblock
11060 #: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509
11061 msgid "C<device> is the encrypted block device or partition."
11062 msgstr ""
11063
11064 #. type: textblock
11065 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
11066 msgid ""
11067 "The caller must supply one of the keys associated with the LUKS block "
11068 "device, in the C<key> parameter."
11069 msgstr ""
11070
11071 #. type: textblock
11072 #: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514
11073 msgid ""
11074 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11075 "writes to this block device are decrypted from and encrypted to the "
11076 "underlying C<device> respectively."
11077 msgstr ""
11078
11079 #. type: textblock
11080 #: ../src/guestfs-actions.pod:3691
11081 msgid ""
11082 "If this block device contains LVM volume groups, then calling "
11083 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11084 "visible."
11085 msgstr ""
11086
11087 #. type: =head2
11088 #: ../src/guestfs-actions.pod:3703
11089 msgid "guestfs_luks_open_ro"
11090 msgstr ""
11091
11092 #. type: verbatim
11093 #: ../src/guestfs-actions.pod:3705
11094 #, no-wrap
11095 msgid ""
11096 " int\n"
11097 " guestfs_luks_open_ro (guestfs_h *g,\n"
11098 "                       const char *device,\n"
11099 "                       const char *key,\n"
11100 "                       const char *mapname);\n"
11101 "\n"
11102 msgstr ""
11103
11104 #. type: textblock
11105 #: ../src/guestfs-actions.pod:3711
11106 msgid ""
11107 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11108 "created."
11109 msgstr ""
11110
11111 #. type: =head2
11112 #: ../src/guestfs-actions.pod:3722
11113 msgid "guestfs_lvcreate"
11114 msgstr ""
11115
11116 #. type: verbatim
11117 #: ../src/guestfs-actions.pod:3724
11118 #, no-wrap
11119 msgid ""
11120 " int\n"
11121 " guestfs_lvcreate (guestfs_h *g,\n"
11122 "                   const char *logvol,\n"
11123 "                   const char *volgroup,\n"
11124 "                   int mbytes);\n"
11125 "\n"
11126 msgstr ""
11127
11128 #. type: textblock
11129 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539
11130 msgid ""
11131 "This creates an LVM logical volume called C<logvol> on the volume group "
11132 "C<volgroup>, with C<size> megabytes."
11133 msgstr ""
11134
11135 #. type: =head2
11136 #: ../src/guestfs-actions.pod:3737
11137 msgid "guestfs_lvm_canonical_lv_name"
11138 msgstr ""
11139
11140 #. type: verbatim
11141 #: ../src/guestfs-actions.pod:3739
11142 #, no-wrap
11143 msgid ""
11144 " char *\n"
11145 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11146 "                                const char *lvname);\n"
11147 "\n"
11148 msgstr ""
11149
11150 #. type: textblock
11151 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
11152 msgid ""
11153 "This converts alternative naming schemes for LVs that you might find to the "
11154 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11155 "C</dev/VG/LV>."
11156 msgstr ""
11157
11158 #. type: textblock
11159 #: ../src/guestfs-actions.pod:3747 ../fish/guestfish-actions.pod:2550
11160 msgid ""
11161 "This command returns an error if the C<lvname> parameter does not refer to a "
11162 "logical volume."
11163 msgstr ""
11164
11165 #. type: textblock
11166 #: ../src/guestfs-actions.pod:3750
11167 msgid "See also C<guestfs_is_lv>."
11168 msgstr ""
11169
11170 #. type: textblock
11171 #: ../src/guestfs-actions.pod:3755
11172 msgid "(Added in 1.5.24)"
11173 msgstr ""
11174
11175 #. type: =head2
11176 #: ../src/guestfs-actions.pod:3757
11177 msgid "guestfs_lvm_clear_filter"
11178 msgstr ""
11179
11180 #. type: verbatim
11181 #: ../src/guestfs-actions.pod:3759
11182 #, no-wrap
11183 msgid ""
11184 " int\n"
11185 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11186 "\n"
11187 msgstr ""
11188
11189 #. type: textblock
11190 #: ../src/guestfs-actions.pod:3762
11191 msgid ""
11192 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11193 "see every block device."
11194 msgstr ""
11195
11196 #. type: textblock
11197 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807 ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593
11198 msgid "This command also clears the LVM cache and performs a volume group scan."
11199 msgstr ""
11200
11201 #. type: =head2
11202 #: ../src/guestfs-actions.pod:3772
11203 msgid "guestfs_lvm_remove_all"
11204 msgstr ""
11205
11206 #. type: verbatim
11207 #: ../src/guestfs-actions.pod:3774
11208 #, no-wrap
11209 msgid ""
11210 " int\n"
11211 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11212 "\n"
11213 msgstr ""
11214
11215 #. type: textblock
11216 #: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569
11217 msgid ""
11218 "This command removes all LVM logical volumes, volume groups and physical "
11219 "volumes."
11220 msgstr ""
11221
11222 #. type: =head2
11223 #: ../src/guestfs-actions.pod:3787
11224 msgid "guestfs_lvm_set_filter"
11225 msgstr ""
11226
11227 #. type: verbatim
11228 #: ../src/guestfs-actions.pod:3789
11229 #, no-wrap
11230 msgid ""
11231 " int\n"
11232 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11233 "                         char *const *devices);\n"
11234 "\n"
11235 msgstr ""
11236
11237 #. type: textblock
11238 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
11239 msgid ""
11240 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11241 "block devices in the list C<devices>, and will ignore all other attached "
11242 "block devices."
11243 msgstr ""
11244
11245 #. type: textblock
11246 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583
11247 msgid ""
11248 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11249 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11250 "there are two types of duplication possible: either cloned PVs/VGs which "
11251 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11252 "same name.  In normal operation you cannot create this situation, but you "
11253 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11254 "inside the LVM metadata."
11255 msgstr ""
11256
11257 #. type: textblock
11258 #: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596
11259 msgid "You can filter whole block devices or individual partitions."
11260 msgstr ""
11261
11262 #. type: textblock
11263 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
11264 msgid ""
11265 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11266 "filesystem), even if you are not filtering out that VG."
11267 msgstr ""
11268
11269 #. type: =head2
11270 #: ../src/guestfs-actions.pod:3820
11271 msgid "guestfs_lvremove"
11272 msgstr ""
11273
11274 #. type: verbatim
11275 #: ../src/guestfs-actions.pod:3822
11276 #, no-wrap
11277 msgid ""
11278 " int\n"
11279 " guestfs_lvremove (guestfs_h *g,\n"
11280 "                   const char *device);\n"
11281 "\n"
11282 msgstr ""
11283
11284 #. type: textblock
11285 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
11286 msgid ""
11287 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11288 "LV, such as C</dev/VG/LV>."
11289 msgstr ""
11290
11291 #. type: textblock
11292 #: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609
11293 msgid ""
11294 "You can also remove all LVs in a volume group by specifying the VG name, "
11295 "C</dev/VG>."
11296 msgstr ""
11297
11298 #. type: textblock
11299 #: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:6798
11300 msgid "(Added in 1.0.13)"
11301 msgstr ""
11302
11303 #. type: =head2
11304 #: ../src/guestfs-actions.pod:3836
11305 msgid "guestfs_lvrename"
11306 msgstr ""
11307
11308 #. type: verbatim
11309 #: ../src/guestfs-actions.pod:3838
11310 #, no-wrap
11311 msgid ""
11312 " int\n"
11313 " guestfs_lvrename (guestfs_h *g,\n"
11314 "                   const char *logvol,\n"
11315 "                   const char *newlogvol);\n"
11316 "\n"
11317 msgstr ""
11318
11319 #. type: textblock
11320 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616
11321 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11322 msgstr ""
11323
11324 #. type: textblock
11325 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6811
11326 msgid "(Added in 1.0.83)"
11327 msgstr ""
11328
11329 #. type: =head2
11330 #: ../src/guestfs-actions.pod:3849
11331 msgid "guestfs_lvresize"
11332 msgstr ""
11333
11334 #. type: verbatim
11335 #: ../src/guestfs-actions.pod:3851
11336 #, no-wrap
11337 msgid ""
11338 " int\n"
11339 " guestfs_lvresize (guestfs_h *g,\n"
11340 "                   const char *device,\n"
11341 "                   int mbytes);\n"
11342 "\n"
11343 msgstr ""
11344
11345 #. type: textblock
11346 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622
11347 msgid ""
11348 "This resizes (expands or shrinks) an existing LVM logical volume to "
11349 "C<mbytes>.  When reducing, data in the reduced part is lost."
11350 msgstr ""
11351
11352 #. type: =head2
11353 #: ../src/guestfs-actions.pod:3864
11354 msgid "guestfs_lvresize_free"
11355 msgstr ""
11356
11357 #. type: verbatim
11358 #: ../src/guestfs-actions.pod:3866
11359 #, no-wrap
11360 msgid ""
11361 " int\n"
11362 " guestfs_lvresize_free (guestfs_h *g,\n"
11363 "                        const char *lv,\n"
11364 "                        int percent);\n"
11365 "\n"
11366 msgstr ""
11367
11368 #. type: textblock
11369 #: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630
11370 msgid ""
11371 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11372 "remaining free space in the volume group.  Commonly you would call this with "
11373 "pc = 100 which expands the logical volume as much as possible, using all "
11374 "remaining free space in the volume group."
11375 msgstr ""
11376
11377 #. type: textblock
11378 #: ../src/guestfs-actions.pod:3879
11379 msgid "(Added in 1.3.3)"
11380 msgstr ""
11381
11382 #. type: =head2
11383 #: ../src/guestfs-actions.pod:3881
11384 msgid "guestfs_lvs"
11385 msgstr ""
11386
11387 #. type: verbatim
11388 #: ../src/guestfs-actions.pod:3883
11389 #, no-wrap
11390 msgid ""
11391 " char **\n"
11392 " guestfs_lvs (guestfs_h *g);\n"
11393 "\n"
11394 msgstr ""
11395
11396 #. type: textblock
11397 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
11398 msgid ""
11399 "List all the logical volumes detected.  This is the equivalent of the "
11400 "L<lvs(8)> command."
11401 msgstr ""
11402
11403 #. type: textblock
11404 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643
11405 msgid ""
11406 "This returns a list of the logical volume device names "
11407 "(eg. C</dev/VolGroup00/LogVol00>)."
11408 msgstr ""
11409
11410 #. type: textblock
11411 #: ../src/guestfs-actions.pod:3892
11412 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11413 msgstr ""
11414
11415 #. type: =head2
11416 #: ../src/guestfs-actions.pod:3900
11417 msgid "guestfs_lvs_full"
11418 msgstr ""
11419
11420 #. type: verbatim
11421 #: ../src/guestfs-actions.pod:3902
11422 #, no-wrap
11423 msgid ""
11424 " struct guestfs_lvm_lv_list *\n"
11425 " guestfs_lvs_full (guestfs_h *g);\n"
11426 "\n"
11427 msgstr ""
11428
11429 #. type: textblock
11430 #: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652
11431 msgid ""
11432 "List all the logical volumes detected.  This is the equivalent of the "
11433 "L<lvs(8)> command.  The \"full\" version includes all fields."
11434 msgstr ""
11435
11436 #. type: textblock
11437 #: ../src/guestfs-actions.pod:3908
11438 msgid ""
11439 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11440 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11441 "use>."
11442 msgstr ""
11443
11444 #. type: =head2
11445 #: ../src/guestfs-actions.pod:3914
11446 msgid "guestfs_lvuuid"
11447 msgstr ""
11448
11449 #. type: verbatim
11450 #: ../src/guestfs-actions.pod:3916
11451 #, no-wrap
11452 msgid ""
11453 " char *\n"
11454 " guestfs_lvuuid (guestfs_h *g,\n"
11455 "                 const char *device);\n"
11456 "\n"
11457 msgstr ""
11458
11459 #. type: textblock
11460 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659
11461 msgid "This command returns the UUID of the LVM LV C<device>."
11462 msgstr ""
11463
11464 #. type: =head2
11465 #: ../src/guestfs-actions.pod:3927
11466 msgid "guestfs_lxattrlist"
11467 msgstr ""
11468
11469 #. type: verbatim
11470 #: ../src/guestfs-actions.pod:3929
11471 #, no-wrap
11472 msgid ""
11473 " struct guestfs_xattr_list *\n"
11474 " guestfs_lxattrlist (guestfs_h *g,\n"
11475 "                     const char *path,\n"
11476 "                     char *const *names);\n"
11477 "\n"
11478 msgstr ""
11479
11480 #. type: textblock
11481 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
11482 msgid ""
11483 "This call allows you to get the extended attributes of multiple files, where "
11484 "all files are in the directory C<path>.  C<names> is the list of files from "
11485 "this directory."
11486 msgstr ""
11487
11488 #. type: textblock
11489 #: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669
11490 msgid ""
11491 "On return you get a flat list of xattr structs which must be interpreted "
11492 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11493 "C<attrval> in this struct is zero-length to indicate there was an error "
11494 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11495 "number (the number of following attributes for this file, which could be "
11496 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11497 "attributes for the first named file.  This repeats for the second and "
11498 "subsequent files."
11499 msgstr ""
11500
11501 #. type: textblock
11502 #: ../src/guestfs-actions.pod:3948
11503 msgid ""
11504 "This call is intended for programs that want to efficiently list a directory "
11505 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11506 "a similarly efficient call for getting standard stats.  Very long directory "
11507 "listings might cause the protocol message size to be exceeded, causing this "
11508 "call to fail.  The caller must split up such requests into smaller groups of "
11509 "names."
11510 msgstr ""
11511
11512 #. type: =head2
11513 #: ../src/guestfs-actions.pod:3962
11514 msgid "guestfs_mkdir"
11515 msgstr ""
11516
11517 #. type: verbatim
11518 #: ../src/guestfs-actions.pod:3964
11519 #, no-wrap
11520 msgid ""
11521 " int\n"
11522 " guestfs_mkdir (guestfs_h *g,\n"
11523 "                const char *path);\n"
11524 "\n"
11525 msgstr ""
11526
11527 #. type: textblock
11528 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691
11529 msgid "Create a directory named C<path>."
11530 msgstr ""
11531
11532 #. type: =head2
11533 #: ../src/guestfs-actions.pod:3974
11534 msgid "guestfs_mkdir_mode"
11535 msgstr ""
11536
11537 #. type: verbatim
11538 #: ../src/guestfs-actions.pod:3976
11539 #, no-wrap
11540 msgid ""
11541 " int\n"
11542 " guestfs_mkdir_mode (guestfs_h *g,\n"
11543 "                     const char *path,\n"
11544 "                     int mode);\n"
11545 "\n"
11546 msgstr ""
11547
11548 #. type: textblock
11549 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
11550 msgid ""
11551 "This command creates a directory, setting the initial permissions of the "
11552 "directory to C<mode>."
11553 msgstr ""
11554
11555 #. type: textblock
11556 #: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700
11557 msgid ""
11558 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11559 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11560 "other ways."
11561 msgstr ""
11562
11563 #. type: textblock
11564 #: ../src/guestfs-actions.pod:3988
11565 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11566 msgstr ""
11567
11568 #. type: =head2
11569 #: ../src/guestfs-actions.pod:3994
11570 msgid "guestfs_mkdir_p"
11571 msgstr ""
11572
11573 #. type: verbatim
11574 #: ../src/guestfs-actions.pod:3996
11575 #, no-wrap
11576 msgid ""
11577 " int\n"
11578 " guestfs_mkdir_p (guestfs_h *g,\n"
11579 "                  const char *path);\n"
11580 "\n"
11581 msgstr ""
11582
11583 #. type: textblock
11584 #: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710
11585 msgid ""
11586 "Create a directory named C<path>, creating any parent directories as "
11587 "necessary.  This is like the C<mkdir -p> shell command."
11588 msgstr ""
11589
11590 #. type: =head2
11591 #: ../src/guestfs-actions.pod:4007
11592 msgid "guestfs_mkdtemp"
11593 msgstr ""
11594
11595 #. type: verbatim
11596 #: ../src/guestfs-actions.pod:4009
11597 #, no-wrap
11598 msgid ""
11599 " char *\n"
11600 " guestfs_mkdtemp (guestfs_h *g,\n"
11601 "                  const char *template);\n"
11602 "\n"
11603 msgstr ""
11604
11605 #. type: textblock
11606 #: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717
11607 msgid ""
11608 "This command creates a temporary directory.  The C<template> parameter "
11609 "should be a full pathname for the temporary directory name with the final "
11610 "six characters being \"XXXXXX\"."
11611 msgstr ""
11612
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
11615 msgid ""
11616 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11617 "being suitable for Windows filesystems."
11618 msgstr ""
11619
11620 #. type: textblock
11621 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
11622 msgid "The name of the temporary directory that was created is returned."
11623 msgstr ""
11624
11625 #. type: textblock
11626 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
11627 msgid "The temporary directory is created with mode 0700 and is owned by root."
11628 msgstr ""
11629
11630 #. type: textblock
11631 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
11632 msgid ""
11633 "The caller is responsible for deleting the temporary directory and its "
11634 "contents after use."
11635 msgstr ""
11636
11637 #. type: textblock
11638 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2734
11639 msgid "See also: L<mkdtemp(3)>"
11640 msgstr ""
11641
11642 #. type: =head2
11643 #: ../src/guestfs-actions.pod:4037
11644 msgid "guestfs_mke2fs_J"
11645 msgstr ""
11646
11647 #. type: verbatim
11648 #: ../src/guestfs-actions.pod:4039
11649 #, no-wrap
11650 msgid ""
11651 " int\n"
11652 " guestfs_mke2fs_J (guestfs_h *g,\n"
11653 "                   const char *fstype,\n"
11654 "                   int blocksize,\n"
11655 "                   const char *device,\n"
11656 "                   const char *journal);\n"
11657 "\n"
11658 msgstr ""
11659
11660 #. type: textblock
11661 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
11662 msgid ""
11663 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11664 "C<journal>.  It is equivalent to the command:"
11665 msgstr ""
11666
11667 #. type: verbatim
11668 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2744
11669 #, no-wrap
11670 msgid ""
11671 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11672 "\n"
11673 msgstr ""
11674
11675 #. type: textblock
11676 #: ../src/guestfs-actions.pod:4052
11677 msgid "See also C<guestfs_mke2journal>."
11678 msgstr ""
11679
11680 #. type: textblock
11681 #: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074 ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108 ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136 ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4448
11682 msgid "(Added in 1.0.68)"
11683 msgstr ""
11684
11685 #. type: =head2
11686 #: ../src/guestfs-actions.pod:4058
11687 msgid "guestfs_mke2fs_JL"
11688 msgstr ""
11689
11690 #. type: verbatim
11691 #: ../src/guestfs-actions.pod:4060
11692 #, no-wrap
11693 msgid ""
11694 " int\n"
11695 " guestfs_mke2fs_JL (guestfs_h *g,\n"
11696 "                    const char *fstype,\n"
11697 "                    int blocksize,\n"
11698 "                    const char *device,\n"
11699 "                    const char *label);\n"
11700 "\n"
11701 msgstr ""
11702
11703 #. type: textblock
11704 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2752
11705 msgid ""
11706 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11707 "the journal labeled C<label>."
11708 msgstr ""
11709
11710 #. type: textblock
11711 #: ../src/guestfs-actions.pod:4070
11712 msgid "See also C<guestfs_mke2journal_L>."
11713 msgstr ""
11714
11715 #. type: =head2
11716 #: ../src/guestfs-actions.pod:4076
11717 msgid "guestfs_mke2fs_JU"
11718 msgstr ""
11719
11720 #. type: verbatim
11721 #: ../src/guestfs-actions.pod:4078
11722 #, no-wrap
11723 msgid ""
11724 " int\n"
11725 " guestfs_mke2fs_JU (guestfs_h *g,\n"
11726 "                    const char *fstype,\n"
11727 "                    int blocksize,\n"
11728 "                    const char *device,\n"
11729 "                    const char *uuid);\n"
11730 "\n"
11731 msgstr ""
11732
11733 #. type: textblock
11734 #: ../src/guestfs-actions.pod:4085 ../fish/guestfish-actions.pod:2761
11735 msgid ""
11736 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11737 "the journal with UUID C<uuid>."
11738 msgstr ""
11739
11740 #. type: textblock
11741 #: ../src/guestfs-actions.pod:4088
11742 msgid "See also C<guestfs_mke2journal_U>."
11743 msgstr ""
11744
11745 #. type: =head2
11746 #: ../src/guestfs-actions.pod:4094
11747 msgid "guestfs_mke2journal"
11748 msgstr ""
11749
11750 #. type: verbatim
11751 #: ../src/guestfs-actions.pod:4096
11752 #, no-wrap
11753 msgid ""
11754 " int\n"
11755 " guestfs_mke2journal (guestfs_h *g,\n"
11756 "                      int blocksize,\n"
11757 "                      const char *device);\n"
11758 "\n"
11759 msgstr ""
11760
11761 #. type: textblock
11762 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
11763 msgid ""
11764 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11765 "command:"
11766 msgstr ""
11767
11768 #. type: verbatim
11769 #: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2773
11770 #, no-wrap
11771 msgid ""
11772 " mke2fs -O journal_dev -b blocksize device\n"
11773 "\n"
11774 msgstr ""
11775
11776 #. type: =head2
11777 #: ../src/guestfs-actions.pod:4110
11778 msgid "guestfs_mke2journal_L"
11779 msgstr ""
11780
11781 #. type: verbatim
11782 #: ../src/guestfs-actions.pod:4112
11783 #, no-wrap
11784 msgid ""
11785 " int\n"
11786 " guestfs_mke2journal_L (guestfs_h *g,\n"
11787 "                        int blocksize,\n"
11788 "                        const char *label,\n"
11789 "                        const char *device);\n"
11790 "\n"
11791 msgstr ""
11792
11793 #. type: textblock
11794 #: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2779
11795 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11796 msgstr ""
11797
11798 #. type: =head2
11799 #: ../src/guestfs-actions.pod:4124
11800 msgid "guestfs_mke2journal_U"
11801 msgstr ""
11802
11803 #. type: verbatim
11804 #: ../src/guestfs-actions.pod:4126
11805 #, no-wrap
11806 msgid ""
11807 " int\n"
11808 " guestfs_mke2journal_U (guestfs_h *g,\n"
11809 "                        int blocksize,\n"
11810 "                        const char *uuid,\n"
11811 "                        const char *device);\n"
11812 "\n"
11813 msgstr ""
11814
11815 #. type: textblock
11816 #: ../src/guestfs-actions.pod:4132 ../fish/guestfish-actions.pod:2785
11817 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11818 msgstr ""
11819
11820 #. type: =head2
11821 #: ../src/guestfs-actions.pod:4138
11822 msgid "guestfs_mkfifo"
11823 msgstr ""
11824
11825 #. type: verbatim
11826 #: ../src/guestfs-actions.pod:4140
11827 #, no-wrap
11828 msgid ""
11829 " int\n"
11830 " guestfs_mkfifo (guestfs_h *g,\n"
11831 "                 int mode,\n"
11832 "                 const char *path);\n"
11833 "\n"
11834 msgstr ""
11835
11836 #. type: textblock
11837 #: ../src/guestfs-actions.pod:4145
11838 msgid ""
11839 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11840 "is just a convenient wrapper around C<guestfs_mknod>."
11841 msgstr ""
11842
11843 #. type: =head2
11844 #: ../src/guestfs-actions.pod:4155
11845 msgid "guestfs_mkfs"
11846 msgstr ""
11847
11848 #. type: verbatim
11849 #: ../src/guestfs-actions.pod:4157
11850 #, no-wrap
11851 msgid ""
11852 " int\n"
11853 " guestfs_mkfs (guestfs_h *g,\n"
11854 "               const char *fstype,\n"
11855 "               const char *device);\n"
11856 "\n"
11857 msgstr ""
11858
11859 #. type: textblock
11860 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2801
11861 msgid ""
11862 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11863 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11864 msgstr ""
11865
11866 #. type: =head2
11867 #: ../src/guestfs-actions.pod:4170
11868 msgid "guestfs_mkfs_b"
11869 msgstr ""
11870
11871 #. type: verbatim
11872 #: ../src/guestfs-actions.pod:4172
11873 #, no-wrap
11874 msgid ""
11875 " int\n"
11876 " guestfs_mkfs_b (guestfs_h *g,\n"
11877 "                 const char *fstype,\n"
11878 "                 int blocksize,\n"
11879 "                 const char *device);\n"
11880 "\n"
11881 msgstr ""
11882
11883 #. type: textblock
11884 #: ../src/guestfs-actions.pod:4178
11885 msgid ""
11886 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
11887 "block size of the resulting filesystem.  Supported block sizes depend on the "
11888 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11889 msgstr ""
11890
11891 #. type: textblock
11892 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2814 ../fish/guestfish-actions.pod:2841
11893 msgid ""
11894 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11895 "cluster size."
11896 msgstr ""
11897
11898 #. type: textblock
11899 #: ../src/guestfs-actions.pod:4188 ../fish/guestfish-actions.pod:2817
11900 msgid ""
11901 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
11902 "instead."
11903 msgstr ""
11904
11905 #. type: =head2
11906 #: ../src/guestfs-actions.pod:4197
11907 msgid "guestfs_mkfs_opts"
11908 msgstr ""
11909
11910 #. type: verbatim
11911 #: ../src/guestfs-actions.pod:4199
11912 #, no-wrap
11913 msgid ""
11914 " int\n"
11915 " guestfs_mkfs_opts (guestfs_h *g,\n"
11916 "                    const char *fstype,\n"
11917 "                    const char *device,\n"
11918 "                    ...);\n"
11919 "\n"
11920 msgstr ""
11921
11922 #. type: verbatim
11923 #: ../src/guestfs-actions.pod:4210
11924 #, no-wrap
11925 msgid ""
11926 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
11927 "\n"
11928 msgstr ""
11929
11930 #. type: textblock
11931 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2828
11932 msgid ""
11933 "This function creates a filesystem on C<device>.  The filesystem type is "
11934 "C<fstype>, for example C<ext3>."
11935 msgstr ""
11936
11937 #. type: =item
11938 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2835
11939 msgid "C<blocksize>"
11940 msgstr ""
11941
11942 #. type: textblock
11943 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
11944 msgid ""
11945 "The filesystem block size.  Supported block sizes depend on the filesystem "
11946 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11947 "filesystems."
11948 msgstr ""
11949
11950 #. type: textblock
11951 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2844
11952 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
11953 msgstr ""
11954
11955 #. type: textblock
11956 #: ../src/guestfs-actions.pod:4234
11957 msgid "(Added in 1.7.19)"
11958 msgstr ""
11959
11960 #. type: =head2
11961 #: ../src/guestfs-actions.pod:4236
11962 msgid "guestfs_mkfs_opts_va"
11963 msgstr ""
11964
11965 #. type: verbatim
11966 #: ../src/guestfs-actions.pod:4238
11967 #, no-wrap
11968 msgid ""
11969 " int\n"
11970 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
11971 "                       const char *fstype,\n"
11972 "                       const char *device,\n"
11973 "                       va_list args);\n"
11974 "\n"
11975 msgstr ""
11976
11977 #. type: textblock
11978 #: ../src/guestfs-actions.pod:4244
11979 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
11980 msgstr ""
11981
11982 #. type: =head2
11983 #: ../src/guestfs-actions.pod:4248
11984 msgid "guestfs_mkfs_opts_argv"
11985 msgstr ""
11986
11987 #. type: verbatim
11988 #: ../src/guestfs-actions.pod:4250
11989 #, no-wrap
11990 msgid ""
11991 " int\n"
11992 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
11993 "                         const char *fstype,\n"
11994 "                         const char *device,\n"
11995 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
11996 "\n"
11997 msgstr ""
11998
11999 #. type: textblock
12000 #: ../src/guestfs-actions.pod:4256
12001 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12002 msgstr ""
12003
12004 #. type: =head2
12005 #: ../src/guestfs-actions.pod:4260
12006 msgid "guestfs_mkmountpoint"
12007 msgstr ""
12008
12009 #. type: verbatim
12010 #: ../src/guestfs-actions.pod:4262
12011 #, no-wrap
12012 msgid ""
12013 " int\n"
12014 " guestfs_mkmountpoint (guestfs_h *g,\n"
12015 "                       const char *exemptpath);\n"
12016 "\n"
12017 msgstr ""
12018
12019 #. type: textblock
12020 #: ../src/guestfs-actions.pod:4266
12021 msgid ""
12022 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12023 "that can be used to create extra mountpoints before mounting the first "
12024 "filesystem."
12025 msgstr ""
12026
12027 #. type: textblock
12028 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2858
12029 msgid ""
12030 "These calls are I<only> necessary in some very limited circumstances, mainly "
12031 "the case where you want to mount a mix of unrelated and/or read-only "
12032 "filesystems together."
12033 msgstr ""
12034
12035 #. type: textblock
12036 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2862
12037 msgid ""
12038 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12039 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12040 "inside that.  You can unpack this as follows in guestfish:"
12041 msgstr ""
12042
12043 #. type: verbatim
12044 #: ../src/guestfs-actions.pod:4279 ../fish/guestfish-actions.pod:2867
12045 #, no-wrap
12046 msgid ""
12047 " add-ro Fedora-11-i686-Live.iso\n"
12048 " run\n"
12049 " mkmountpoint /cd\n"
12050 " mkmountpoint /sqsh\n"
12051 " mkmountpoint /ext3fs\n"
12052 " mount /dev/sda /cd\n"
12053 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12054 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12055 "\n"
12056 msgstr ""
12057
12058 #. type: textblock
12059 #: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2876
12060 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12061 msgstr ""
12062
12063 #. type: textblock
12064 #: ../src/guestfs-actions.pod:4290
12065 msgid ""
12066 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12067 "may get unexpected errors if you try to mix these calls.  It is safest to "
12068 "manually unmount filesystems and remove mountpoints after use."
12069 msgstr ""
12070
12071 #. type: textblock
12072 #: ../src/guestfs-actions.pod:4294
12073 msgid ""
12074 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12075 "first, so for this to work for manual mountpoints, you must ensure that the "
12076 "innermost mountpoints have the longest pathnames, as in the example code "
12077 "above."
12078 msgstr ""
12079
12080 #. type: textblock
12081 #: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2887
12082 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12083 msgstr ""
12084
12085 #. type: textblock
12086 #: ../src/guestfs-actions.pod:4301
12087 msgid ""
12088 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12089 "means that C<guestfs_umount_all> is called when the handle is closed which "
12090 "can also trigger these issues."
12091 msgstr ""
12092
12093 #. type: textblock
12094 #: ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4566 ../src/guestfs-actions.pod:5459
12095 msgid "(Added in 1.0.62)"
12096 msgstr ""
12097
12098 #. type: =head2
12099 #: ../src/guestfs-actions.pod:4309
12100 msgid "guestfs_mknod"
12101 msgstr ""
12102
12103 #. type: verbatim
12104 #: ../src/guestfs-actions.pod:4311
12105 #, no-wrap
12106 msgid ""
12107 " int\n"
12108 " guestfs_mknod (guestfs_h *g,\n"
12109 "                int mode,\n"
12110 "                int devmajor,\n"
12111 "                int devminor,\n"
12112 "                const char *path);\n"
12113 "\n"
12114 msgstr ""
12115
12116 #. type: textblock
12117 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
12118 msgid ""
12119 "This call creates block or character special devices, or named pipes "
12120 "(FIFOs)."
12121 msgstr ""
12122
12123 #. type: textblock
12124 #: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2900
12125 msgid ""
12126 "The C<mode> parameter should be the mode, using the standard constants.  "
12127 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12128 "used when creating block and character special devices."
12129 msgstr ""
12130
12131 #. type: textblock
12132 #: ../src/guestfs-actions.pod:4326
12133 msgid ""
12134 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12135 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12136 "regular file).  These constants are available in the standard Linux header "
12137 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12138 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12139 "the appropriate constant for you."
12140 msgstr ""
12141
12142 #. type: =head2
12143 #: ../src/guestfs-actions.pod:4340
12144 msgid "guestfs_mknod_b"
12145 msgstr ""
12146
12147 #. type: verbatim
12148 #: ../src/guestfs-actions.pod:4342
12149 #, no-wrap
12150 msgid ""
12151 " int\n"
12152 " guestfs_mknod_b (guestfs_h *g,\n"
12153 "                  int mode,\n"
12154 "                  int devmajor,\n"
12155 "                  int devminor,\n"
12156 "                  const char *path);\n"
12157 "\n"
12158 msgstr ""
12159
12160 #. type: textblock
12161 #: ../src/guestfs-actions.pod:4349
12162 msgid ""
12163 "This call creates a block device node called C<path> with mode C<mode> and "
12164 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12165 "wrapper around C<guestfs_mknod>."
12166 msgstr ""
12167
12168 #. type: =head2
12169 #: ../src/guestfs-actions.pod:4359
12170 msgid "guestfs_mknod_c"
12171 msgstr ""
12172
12173 #. type: verbatim
12174 #: ../src/guestfs-actions.pod:4361
12175 #, no-wrap
12176 msgid ""
12177 " int\n"
12178 " guestfs_mknod_c (guestfs_h *g,\n"
12179 "                  int mode,\n"
12180 "                  int devmajor,\n"
12181 "                  int devminor,\n"
12182 "                  const char *path);\n"
12183 "\n"
12184 msgstr ""
12185
12186 #. type: textblock
12187 #: ../src/guestfs-actions.pod:4368
12188 msgid ""
12189 "This call creates a char device node called C<path> with mode C<mode> and "
12190 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12191 "wrapper around C<guestfs_mknod>."
12192 msgstr ""
12193
12194 #. type: =head2
12195 #: ../src/guestfs-actions.pod:4378
12196 msgid "guestfs_mkswap"
12197 msgstr ""
12198
12199 #. type: verbatim
12200 #: ../src/guestfs-actions.pod:4380
12201 #, no-wrap
12202 msgid ""
12203 " int\n"
12204 " guestfs_mkswap (guestfs_h *g,\n"
12205 "                 const char *device);\n"
12206 "\n"
12207 msgstr ""
12208
12209 #. type: textblock
12210 #: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2939
12211 msgid "Create a swap partition on C<device>."
12212 msgstr ""
12213
12214 #. type: =head2
12215 #: ../src/guestfs-actions.pod:4390
12216 msgid "guestfs_mkswap_L"
12217 msgstr ""
12218
12219 #. type: verbatim
12220 #: ../src/guestfs-actions.pod:4392
12221 #, no-wrap
12222 msgid ""
12223 " int\n"
12224 " guestfs_mkswap_L (guestfs_h *g,\n"
12225 "                   const char *label,\n"
12226 "                   const char *device);\n"
12227 "\n"
12228 msgstr ""
12229
12230 #. type: textblock
12231 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2945
12232 msgid "Create a swap partition on C<device> with label C<label>."
12233 msgstr ""
12234
12235 #. type: textblock
12236 #: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
12237 msgid ""
12238 "Note that you cannot attach a swap label to a block device "
12239 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12240 "the kernel or swap tools."
12241 msgstr ""
12242
12243 #. type: =head2
12244 #: ../src/guestfs-actions.pod:4407
12245 msgid "guestfs_mkswap_U"
12246 msgstr ""
12247
12248 #. type: verbatim
12249 #: ../src/guestfs-actions.pod:4409
12250 #, no-wrap
12251 msgid ""
12252 " int\n"
12253 " guestfs_mkswap_U (guestfs_h *g,\n"
12254 "                   const char *uuid,\n"
12255 "                   const char *device);\n"
12256 "\n"
12257 msgstr ""
12258
12259 #. type: textblock
12260 #: ../src/guestfs-actions.pod:4414 ../fish/guestfish-actions.pod:2955
12261 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12262 msgstr ""
12263
12264 #. type: =head2
12265 #: ../src/guestfs-actions.pod:4420
12266 msgid "guestfs_mkswap_file"
12267 msgstr ""
12268
12269 #. type: verbatim
12270 #: ../src/guestfs-actions.pod:4422
12271 #, no-wrap
12272 msgid ""
12273 " int\n"
12274 " guestfs_mkswap_file (guestfs_h *g,\n"
12275 "                      const char *path);\n"
12276 "\n"
12277 msgstr ""
12278
12279 #. type: textblock
12280 #: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:2961
12281 msgid "Create a swap file."
12282 msgstr ""
12283
12284 #. type: textblock
12285 #: ../src/guestfs-actions.pod:4428
12286 msgid ""
12287 "This command just writes a swap file signature to an existing file.  To "
12288 "create the file itself, use something like C<guestfs_fallocate>."
12289 msgstr ""
12290
12291 #. type: =head2
12292 #: ../src/guestfs-actions.pod:4435
12293 msgid "guestfs_modprobe"
12294 msgstr ""
12295
12296 #. type: verbatim
12297 #: ../src/guestfs-actions.pod:4437
12298 #, no-wrap
12299 msgid ""
12300 " int\n"
12301 " guestfs_modprobe (guestfs_h *g,\n"
12302 "                   const char *modulename);\n"
12303 "\n"
12304 msgstr ""
12305
12306 #. type: textblock
12307 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2970
12308 msgid "This loads a kernel module in the appliance."
12309 msgstr ""
12310
12311 #. type: textblock
12312 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
12313 msgid ""
12314 "The kernel module must have been whitelisted when libguestfs was built (see "
12315 "C<appliance/kmod.whitelist.in> in the source)."
12316 msgstr ""
12317
12318 #. type: =head2
12319 #: ../src/guestfs-actions.pod:4450
12320 msgid "guestfs_mount"
12321 msgstr ""
12322
12323 #. type: verbatim
12324 #: ../src/guestfs-actions.pod:4452
12325 #, no-wrap
12326 msgid ""
12327 " int\n"
12328 " guestfs_mount (guestfs_h *g,\n"
12329 "                const char *device,\n"
12330 "                const char *mountpoint);\n"
12331 "\n"
12332 msgstr ""
12333
12334 #. type: textblock
12335 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
12336 msgid ""
12337 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12338 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12339 "those block devices contain partitions, they will have the usual names "
12340 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12341 msgstr ""
12342
12343 #. type: textblock
12344 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:2985
12345 msgid ""
12346 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12347 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12348 "mounted on directories which already exist."
12349 msgstr ""
12350
12351 #. type: textblock
12352 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:2990
12353 msgid ""
12354 "The mounted filesystem is writable, if we have sufficient permissions on the "
12355 "underlying device."
12356 msgstr ""
12357
12358 #. type: textblock
12359 #: ../src/guestfs-actions.pod:4471
12360 msgid ""
12361 "B<Important note:> When you use this call, the filesystem options C<sync> "
12362 "and C<noatime> are set implicitly.  This was originally done because we "
12363 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12364 "very large negative performance impact and negligible effect on "
12365 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12366 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12367 "(use an empty string for the first parameter if you don't want any options)."
12368 msgstr ""
12369
12370 #. type: =head2
12371 #: ../src/guestfs-actions.pod:4485
12372 msgid "guestfs_mount_loop"
12373 msgstr ""
12374
12375 #. type: verbatim
12376 #: ../src/guestfs-actions.pod:4487
12377 #, no-wrap
12378 msgid ""
12379 " int\n"
12380 " guestfs_mount_loop (guestfs_h *g,\n"
12381 "                     const char *file,\n"
12382 "                     const char *mountpoint);\n"
12383 "\n"
12384 msgstr ""
12385
12386 #. type: textblock
12387 #: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3007
12388 msgid ""
12389 "This command lets you mount C<file> (a filesystem image in a file) on a "
12390 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12391 "mountpoint>."
12392 msgstr ""
12393
12394 #. type: =head2
12395 #: ../src/guestfs-actions.pod:4500
12396 msgid "guestfs_mount_options"
12397 msgstr ""
12398
12399 #. type: verbatim
12400 #: ../src/guestfs-actions.pod:4502
12401 #, no-wrap
12402 msgid ""
12403 " int\n"
12404 " guestfs_mount_options (guestfs_h *g,\n"
12405 "                        const char *options,\n"
12406 "                        const char *device,\n"
12407 "                        const char *mountpoint);\n"
12408 "\n"
12409 msgstr ""
12410
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:4508
12413 msgid ""
12414 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12415 "the mount options as for the L<mount(8)> I<-o> flag."
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3019
12420 msgid ""
12421 "If the C<options> parameter is an empty string, then no options are passed "
12422 "(all options default to whatever the filesystem uses)."
12423 msgstr ""
12424
12425 #. type: textblock
12426 #: ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532 ../src/guestfs-actions.pod:4549
12427 msgid "(Added in 1.0.10)"
12428 msgstr ""
12429
12430 #. type: =head2
12431 #: ../src/guestfs-actions.pod:4520
12432 msgid "guestfs_mount_ro"
12433 msgstr ""
12434
12435 #. type: verbatim
12436 #: ../src/guestfs-actions.pod:4522
12437 #, no-wrap
12438 msgid ""
12439 " int\n"
12440 " guestfs_mount_ro (guestfs_h *g,\n"
12441 "                   const char *device,\n"
12442 "                   const char *mountpoint);\n"
12443 "\n"
12444 msgstr ""
12445
12446 #. type: textblock
12447 #: ../src/guestfs-actions.pod:4527
12448 msgid ""
12449 "This is the same as the C<guestfs_mount> command, but it mounts the "
12450 "filesystem with the read-only (I<-o ro>) flag."
12451 msgstr ""
12452
12453 #. type: =head2
12454 #: ../src/guestfs-actions.pod:4534
12455 msgid "guestfs_mount_vfs"
12456 msgstr ""
12457
12458 #. type: verbatim
12459 #: ../src/guestfs-actions.pod:4536
12460 #, no-wrap
12461 msgid ""
12462 " int\n"
12463 " guestfs_mount_vfs (guestfs_h *g,\n"
12464 "                    const char *options,\n"
12465 "                    const char *vfstype,\n"
12466 "                    const char *device,\n"
12467 "                    const char *mountpoint);\n"
12468 "\n"
12469 msgstr ""
12470
12471 #. type: textblock
12472 #: ../src/guestfs-actions.pod:4543
12473 msgid ""
12474 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12475 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12476 "I<-t> flags."
12477 msgstr ""
12478
12479 #. type: =head2
12480 #: ../src/guestfs-actions.pod:4551
12481 msgid "guestfs_mountpoints"
12482 msgstr ""
12483
12484 #. type: verbatim
12485 #: ../src/guestfs-actions.pod:4553
12486 #, no-wrap
12487 msgid ""
12488 " char **\n"
12489 " guestfs_mountpoints (guestfs_h *g);\n"
12490 "\n"
12491 msgstr ""
12492
12493 #. type: textblock
12494 #: ../src/guestfs-actions.pod:4556
12495 msgid ""
12496 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12497 "devices.  This one returns a hash table (map) of device name to directory "
12498 "where the device is mounted."
12499 msgstr ""
12500
12501 #. type: =head2
12502 #: ../src/guestfs-actions.pod:4568
12503 msgid "guestfs_mounts"
12504 msgstr ""
12505
12506 #. type: verbatim
12507 #: ../src/guestfs-actions.pod:4570
12508 #, no-wrap
12509 msgid ""
12510 " char **\n"
12511 " guestfs_mounts (guestfs_h *g);\n"
12512 "\n"
12513 msgstr ""
12514
12515 #. type: textblock
12516 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
12517 msgid ""
12518 "This returns the list of currently mounted filesystems.  It returns the list "
12519 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12520 msgstr ""
12521
12522 #. type: textblock
12523 #: ../src/guestfs-actions.pod:4576 ../fish/guestfish-actions.pod:3053
12524 msgid "Some internal mounts are not shown."
12525 msgstr ""
12526
12527 #. type: textblock
12528 #: ../src/guestfs-actions.pod:4578
12529 msgid "See also: C<guestfs_mountpoints>"
12530 msgstr ""
12531
12532 #. type: =head2
12533 #: ../src/guestfs-actions.pod:4586
12534 msgid "guestfs_mv"
12535 msgstr ""
12536
12537 #. type: verbatim
12538 #: ../src/guestfs-actions.pod:4588
12539 #, no-wrap
12540 msgid ""
12541 " int\n"
12542 " guestfs_mv (guestfs_h *g,\n"
12543 "             const char *src,\n"
12544 "             const char *dest);\n"
12545 "\n"
12546 msgstr ""
12547
12548 #. type: textblock
12549 #: ../src/guestfs-actions.pod:4593 ../fish/guestfish-actions.pod:3061
12550 msgid ""
12551 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12552 "destination filename or destination directory."
12553 msgstr ""
12554
12555 #. type: =head2
12556 #: ../src/guestfs-actions.pod:4600
12557 msgid "guestfs_ntfs_3g_probe"
12558 msgstr ""
12559
12560 #. type: verbatim
12561 #: ../src/guestfs-actions.pod:4602
12562 #, no-wrap
12563 msgid ""
12564 " int\n"
12565 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12566 "                        int rw,\n"
12567 "                        const char *device);\n"
12568 "\n"
12569 msgstr ""
12570
12571 #. type: textblock
12572 #: ../src/guestfs-actions.pod:4607 ../fish/guestfish-actions.pod:3068
12573 msgid ""
12574 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12575 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12576 "read-write, and some cannot be mounted at all)."
12577 msgstr ""
12578
12579 #. type: textblock
12580 #: ../src/guestfs-actions.pod:4611 ../fish/guestfish-actions.pod:3072
12581 msgid ""
12582 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12583 "can be mounted read-write.  Set it to false if you want to test if the "
12584 "volume can be mounted read-only."
12585 msgstr ""
12586
12587 #. type: textblock
12588 #: ../src/guestfs-actions.pod:4615 ../fish/guestfish-actions.pod:3076
12589 msgid ""
12590 "The return value is an integer which C<0> if the operation would succeed, or "
12591 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12592 msgstr ""
12593
12594 #. type: textblock
12595 #: ../src/guestfs-actions.pod:4621
12596 msgid "(Added in 1.0.43)"
12597 msgstr ""
12598
12599 #. type: =head2
12600 #: ../src/guestfs-actions.pod:4623
12601 msgid "guestfs_ntfsresize"
12602 msgstr ""
12603
12604 #. type: verbatim
12605 #: ../src/guestfs-actions.pod:4625
12606 #, no-wrap
12607 msgid ""
12608 " int\n"
12609 " guestfs_ntfsresize (guestfs_h *g,\n"
12610 "                     const char *device);\n"
12611 "\n"
12612 msgstr ""
12613
12614 #. type: textblock
12615 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
12616 msgid ""
12617 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12618 "size of the underlying device.  See also L<ntfsresize(8)>."
12619 msgstr ""
12620
12621 #. type: =head2
12622 #: ../src/guestfs-actions.pod:4637
12623 msgid "guestfs_ntfsresize_size"
12624 msgstr ""
12625
12626 #. type: verbatim
12627 #: ../src/guestfs-actions.pod:4639
12628 #, no-wrap
12629 msgid ""
12630 " int\n"
12631 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12632 "                          const char *device,\n"
12633 "                          int64_t size);\n"
12634 "\n"
12635 msgstr ""
12636
12637 #. type: textblock
12638 #: ../src/guestfs-actions.pod:4644
12639 msgid ""
12640 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12641 "to specify the new size (in bytes) explicitly."
12642 msgstr ""
12643
12644 #. type: textblock
12645 #: ../src/guestfs-actions.pod:4649 ../src/guestfs-actions.pod:5085 ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5407 ../src/guestfs-actions.pod:6946
12646 msgid "(Added in 1.3.14)"
12647 msgstr ""
12648
12649 #. type: =head2
12650 #: ../src/guestfs-actions.pod:4651
12651 msgid "guestfs_part_add"
12652 msgstr ""
12653
12654 #. type: verbatim
12655 #: ../src/guestfs-actions.pod:4653
12656 #, no-wrap
12657 msgid ""
12658 " int\n"
12659 " guestfs_part_add (guestfs_h *g,\n"
12660 "                   const char *device,\n"
12661 "                   const char *prlogex,\n"
12662 "                   int64_t startsect,\n"
12663 "                   int64_t endsect);\n"
12664 "\n"
12665 msgstr ""
12666
12667 #. type: textblock
12668 #: ../src/guestfs-actions.pod:4660
12669 msgid ""
12670 "This command adds a partition to C<device>.  If there is no partition table "
12671 "on the device, call C<guestfs_part_init> first."
12672 msgstr ""
12673
12674 #. type: textblock
12675 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3102
12676 msgid ""
12677 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12678 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12679 "C<logical>) and C<e> (or C<extended>) partition types."
12680 msgstr ""
12681
12682 #. type: textblock
12683 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3107
12684 msgid ""
12685 "C<startsect> and C<endsect> are the start and end of the partition in "
12686 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12687 "from the end of the disk (C<-1> is the last sector)."
12688 msgstr ""
12689
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:4672
12692 msgid ""
12693 "Creating a partition which covers the whole disk is not so easy.  Use "
12694 "C<guestfs_part_disk> to do that."
12695 msgstr ""
12696
12697 #. type: textblock
12698 #: ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4715 ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4846 ../src/guestfs-actions.pod:4884 ../src/guestfs-actions.pod:4903 ../src/guestfs-actions.pod:4943
12699 msgid "(Added in 1.0.78)"
12700 msgstr ""
12701
12702 #. type: =head2
12703 #: ../src/guestfs-actions.pod:4679
12704 msgid "guestfs_part_del"
12705 msgstr ""
12706
12707 #. type: verbatim
12708 #: ../src/guestfs-actions.pod:4681
12709 #, no-wrap
12710 msgid ""
12711 " int\n"
12712 " guestfs_part_del (guestfs_h *g,\n"
12713 "                   const char *device,\n"
12714 "                   int partnum);\n"
12715 "\n"
12716 msgstr ""
12717
12718 #. type: textblock
12719 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3118
12720 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12721 msgstr ""
12722
12723 #. type: textblock
12724 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3120
12725 msgid ""
12726 "Note that in the case of MBR partitioning, deleting an extended partition "
12727 "also deletes any logical partitions it contains."
12728 msgstr ""
12729
12730 #. type: =head2
12731 #: ../src/guestfs-actions.pod:4696
12732 msgid "guestfs_part_disk"
12733 msgstr ""
12734
12735 #. type: verbatim
12736 #: ../src/guestfs-actions.pod:4698
12737 #, no-wrap
12738 msgid ""
12739 " int\n"
12740 " guestfs_part_disk (guestfs_h *g,\n"
12741 "                    const char *device,\n"
12742 "                    const char *parttype);\n"
12743 "\n"
12744 msgstr ""
12745
12746 #. type: textblock
12747 #: ../src/guestfs-actions.pod:4703
12748 msgid ""
12749 "This command is simply a combination of C<guestfs_part_init> followed by "
12750 "C<guestfs_part_add> to create a single primary partition covering the whole "
12751 "disk."
12752 msgstr ""
12753
12754 #. type: textblock
12755 #: ../src/guestfs-actions.pod:4707
12756 msgid ""
12757 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12758 "possible values are described in C<guestfs_part_init>."
12759 msgstr ""
12760
12761 #. type: =head2
12762 #: ../src/guestfs-actions.pod:4717
12763 msgid "guestfs_part_get_bootable"
12764 msgstr ""
12765
12766 #. type: verbatim
12767 #: ../src/guestfs-actions.pod:4719
12768 #, no-wrap
12769 msgid ""
12770 " int\n"
12771 " guestfs_part_get_bootable (guestfs_h *g,\n"
12772 "                            const char *device,\n"
12773 "                            int partnum);\n"
12774 "\n"
12775 msgstr ""
12776
12777 #. type: textblock
12778 #: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3142
12779 msgid ""
12780 "This command returns true if the partition C<partnum> on C<device> has the "
12781 "bootable flag set."
12782 msgstr ""
12783
12784 #. type: textblock
12785 #: ../src/guestfs-actions.pod:4727
12786 msgid "See also C<guestfs_part_set_bootable>."
12787 msgstr ""
12788
12789 #. type: =head2
12790 #: ../src/guestfs-actions.pod:4733
12791 msgid "guestfs_part_get_mbr_id"
12792 msgstr ""
12793
12794 #. type: verbatim
12795 #: ../src/guestfs-actions.pod:4735
12796 #, no-wrap
12797 msgid ""
12798 " int\n"
12799 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
12800 "                          const char *device,\n"
12801 "                          int partnum);\n"
12802 "\n"
12803 msgstr ""
12804
12805 #. type: textblock
12806 #: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:3151
12807 msgid ""
12808 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12809 "partition C<partnum>."
12810 msgstr ""
12811
12812 #. type: textblock
12813 #: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
12814 msgid ""
12815 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12816 "undefined results for other partition table types (see "
12817 "C<guestfs_part_get_parttype>)."
12818 msgstr ""
12819
12820 #. type: =head2
12821 #: ../src/guestfs-actions.pod:4751
12822 msgid "guestfs_part_get_parttype"
12823 msgstr ""
12824
12825 #. type: verbatim
12826 #: ../src/guestfs-actions.pod:4753
12827 #, no-wrap
12828 msgid ""
12829 " char *\n"
12830 " guestfs_part_get_parttype (guestfs_h *g,\n"
12831 "                            const char *device);\n"
12832 "\n"
12833 msgstr ""
12834
12835 #. type: textblock
12836 #: ../src/guestfs-actions.pod:4757 ../fish/guestfish-actions.pod:3162
12837 msgid ""
12838 "This command examines the partition table on C<device> and returns the "
12839 "partition table type (format) being used."
12840 msgstr ""
12841
12842 #. type: textblock
12843 #: ../src/guestfs-actions.pod:4760
12844 msgid ""
12845 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12846 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12847 "possible, although unusual.  See C<guestfs_part_init> for a full list."
12848 msgstr ""
12849
12850 #. type: =head2
12851 #: ../src/guestfs-actions.pod:4770
12852 msgid "guestfs_part_init"
12853 msgstr ""
12854
12855 #. type: verbatim
12856 #: ../src/guestfs-actions.pod:4772
12857 #, no-wrap
12858 msgid ""
12859 " int\n"
12860 " guestfs_part_init (guestfs_h *g,\n"
12861 "                    const char *device,\n"
12862 "                    const char *parttype);\n"
12863 "\n"
12864 msgstr ""
12865
12866 #. type: textblock
12867 #: ../src/guestfs-actions.pod:4777 ../fish/guestfish-actions.pod:3174
12868 msgid ""
12869 "This creates an empty partition table on C<device> of one of the partition "
12870 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12871 "(for large disks)."
12872 msgstr ""
12873
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:4781
12876 msgid ""
12877 "Initially there are no partitions.  Following this, you should call "
12878 "C<guestfs_part_add> for each partition required."
12879 msgstr ""
12880
12881 #. type: textblock
12882 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
12883 msgid "Possible values for C<parttype> are:"
12884 msgstr ""
12885
12886 #. type: =item
12887 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
12888 msgid "B<efi> | B<gpt>"
12889 msgstr ""
12890
12891 #. type: textblock
12892 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
12893 msgid "Intel EFI / GPT partition table."
12894 msgstr ""
12895
12896 #. type: textblock
12897 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
12898 msgid ""
12899 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12900 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12901 "the C<mbr> format."
12902 msgstr ""
12903
12904 #. type: =item
12905 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
12906 msgid "B<mbr> | B<msdos>"
12907 msgstr ""
12908
12909 #. type: textblock
12910 #: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
12911 msgid ""
12912 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12913 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12914 "TB.  For large disks we recommend using C<gpt>."
12915 msgstr ""
12916
12917 #. type: textblock
12918 #: ../src/guestfs-actions.pod:4805 ../fish/guestfish-actions.pod:3202
12919 msgid "Other partition table types that may work but are not supported include:"
12920 msgstr ""
12921
12922 #. type: =item
12923 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
12924 msgid "B<aix>"
12925 msgstr ""
12926
12927 #. type: textblock
12928 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
12929 msgid "AIX disk labels."
12930 msgstr ""
12931
12932 #. type: =item
12933 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
12934 msgid "B<amiga> | B<rdb>"
12935 msgstr ""
12936
12937 #. type: textblock
12938 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
12939 msgid "Amiga \"Rigid Disk Block\" format."
12940 msgstr ""
12941
12942 #. type: =item
12943 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
12944 msgid "B<bsd>"
12945 msgstr ""
12946
12947 #. type: textblock
12948 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
12949 msgid "BSD disk labels."
12950 msgstr ""
12951
12952 #. type: =item
12953 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
12954 msgid "B<dasd>"
12955 msgstr ""
12956
12957 #. type: textblock
12958 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
12959 msgid "DASD, used on IBM mainframes."
12960 msgstr ""
12961
12962 #. type: =item
12963 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
12964 msgid "B<dvh>"
12965 msgstr ""
12966
12967 #. type: textblock
12968 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
12969 msgid "MIPS/SGI volumes."
12970 msgstr ""
12971
12972 #. type: =item
12973 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
12974 msgid "B<mac>"
12975 msgstr ""
12976
12977 #. type: textblock
12978 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
12979 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
12980 msgstr ""
12981
12982 #. type: =item
12983 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
12984 msgid "B<pc98>"
12985 msgstr ""
12986
12987 #. type: textblock
12988 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
12989 msgid "NEC PC-98 format, common in Japan apparently."
12990 msgstr ""
12991
12992 #. type: =item
12993 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
12994 msgid "B<sun>"
12995 msgstr ""
12996
12997 #. type: textblock
12998 #: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
12999 msgid "Sun disk labels."
13000 msgstr ""
13001
13002 #. type: =head2
13003 #: ../src/guestfs-actions.pod:4848
13004 msgid "guestfs_part_list"
13005 msgstr ""
13006
13007 #. type: verbatim
13008 #: ../src/guestfs-actions.pod:4850
13009 #, no-wrap
13010 msgid ""
13011 " struct guestfs_partition_list *\n"
13012 " guestfs_part_list (guestfs_h *g,\n"
13013 "                    const char *device);\n"
13014 "\n"
13015 msgstr ""
13016
13017 #. type: textblock
13018 #: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3245
13019 msgid ""
13020 "This command parses the partition table on C<device> and returns the list of "
13021 "partitions found."
13022 msgstr ""
13023
13024 #. type: textblock
13025 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
13026 msgid "The fields in the returned structure are:"
13027 msgstr ""
13028
13029 #. type: =item
13030 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3252
13031 msgid "B<part_num>"
13032 msgstr ""
13033
13034 #. type: textblock
13035 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
13036 msgid "Partition number, counting from 1."
13037 msgstr ""
13038
13039 #. type: =item
13040 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
13041 msgid "B<part_start>"
13042 msgstr ""
13043
13044 #. type: textblock
13045 #: ../src/guestfs-actions.pod:4867
13046 msgid ""
13047 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13048 "the device's sector size, see C<guestfs_blockdev_getss>."
13049 msgstr ""
13050
13051 #. type: =item
13052 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
13053 msgid "B<part_end>"
13054 msgstr ""
13055
13056 #. type: textblock
13057 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
13058 msgid "End of the partition in bytes."
13059 msgstr ""
13060
13061 #. type: =item
13062 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
13063 msgid "B<part_size>"
13064 msgstr ""
13065
13066 #. type: textblock
13067 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
13068 msgid "Size of the partition in bytes."
13069 msgstr ""
13070
13071 #. type: textblock
13072 #: ../src/guestfs-actions.pod:4880
13073 msgid ""
13074 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13075 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13076 "use>."
13077 msgstr ""
13078
13079 #. type: =head2
13080 #: ../src/guestfs-actions.pod:4886
13081 msgid "guestfs_part_set_bootable"
13082 msgstr ""
13083
13084 #. type: verbatim
13085 #: ../src/guestfs-actions.pod:4888
13086 #, no-wrap
13087 msgid ""
13088 " int\n"
13089 " guestfs_part_set_bootable (guestfs_h *g,\n"
13090 "                            const char *device,\n"
13091 "                            int partnum,\n"
13092 "                            int bootable);\n"
13093 "\n"
13094 msgstr ""
13095
13096 #. type: textblock
13097 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3275
13098 msgid ""
13099 "This sets the bootable flag on partition numbered C<partnum> on device "
13100 "C<device>.  Note that partitions are numbered from 1."
13101 msgstr ""
13102
13103 #. type: textblock
13104 #: ../src/guestfs-actions.pod:4897 ../fish/guestfish-actions.pod:3278
13105 msgid ""
13106 "The bootable flag is used by some operating systems (notably Windows) to "
13107 "determine which partition to boot from.  It is by no means universally "
13108 "recognized."
13109 msgstr ""
13110
13111 #. type: =head2
13112 #: ../src/guestfs-actions.pod:4905
13113 msgid "guestfs_part_set_mbr_id"
13114 msgstr ""
13115
13116 #. type: verbatim
13117 #: ../src/guestfs-actions.pod:4907
13118 #, no-wrap
13119 msgid ""
13120 " int\n"
13121 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13122 "                          const char *device,\n"
13123 "                          int partnum,\n"
13124 "                          int idbyte);\n"
13125 "\n"
13126 msgstr ""
13127
13128 #. type: textblock
13129 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3286
13130 msgid ""
13131 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13132 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13133 "documentation are in fact hexadecimal numbers, but usually documented "
13134 "without any leading \"0x\" which might be confusing."
13135 msgstr ""
13136
13137 #. type: =head2
13138 #: ../src/guestfs-actions.pod:4927
13139 msgid "guestfs_part_set_name"
13140 msgstr ""
13141
13142 #. type: verbatim
13143 #: ../src/guestfs-actions.pod:4929
13144 #, no-wrap
13145 msgid ""
13146 " int\n"
13147 " guestfs_part_set_name (guestfs_h *g,\n"
13148 "                        const char *device,\n"
13149 "                        int partnum,\n"
13150 "                        const char *name);\n"
13151 "\n"
13152 msgstr ""
13153
13154 #. type: textblock
13155 #: ../src/guestfs-actions.pod:4935 ../fish/guestfish-actions.pod:3300
13156 msgid ""
13157 "This sets the partition name on partition numbered C<partnum> on device "
13158 "C<device>.  Note that partitions are numbered from 1."
13159 msgstr ""
13160
13161 #. type: textblock
13162 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3303
13163 msgid ""
13164 "The partition name can only be set on certain types of partition table.  "
13165 "This works on C<gpt> but not on C<mbr> partitions."
13166 msgstr ""
13167
13168 #. type: =head2
13169 #: ../src/guestfs-actions.pod:4945
13170 msgid "guestfs_part_to_dev"
13171 msgstr ""
13172
13173 #. type: verbatim
13174 #: ../src/guestfs-actions.pod:4947
13175 #, no-wrap
13176 msgid ""
13177 " char *\n"
13178 " guestfs_part_to_dev (guestfs_h *g,\n"
13179 "                      const char *partition);\n"
13180 "\n"
13181 msgstr ""
13182
13183 #. type: textblock
13184 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3310
13185 msgid ""
13186 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13187 "partition number, returning the device name (eg. \"/dev/sdb\")."
13188 msgstr ""
13189
13190 #. type: textblock
13191 #: ../src/guestfs-actions.pod:4955
13192 msgid ""
13193 "The named partition must exist, for example as a string returned from "
13194 "C<guestfs_list_partitions>."
13195 msgstr ""
13196
13197 #. type: =head2
13198 #: ../src/guestfs-actions.pod:4963
13199 msgid "guestfs_ping_daemon"
13200 msgstr ""
13201
13202 #. type: verbatim
13203 #: ../src/guestfs-actions.pod:4965
13204 #, no-wrap
13205 msgid ""
13206 " int\n"
13207 " guestfs_ping_daemon (guestfs_h *g);\n"
13208 "\n"
13209 msgstr ""
13210
13211 #. type: textblock
13212 #: ../src/guestfs-actions.pod:4968 ../fish/guestfish-actions.pod:3321
13213 msgid ""
13214 "This is a test probe into the guestfs daemon running inside the qemu "
13215 "subprocess.  Calling this function checks that the daemon responds to the "
13216 "ping message, without affecting the daemon or attached block device(s) in "
13217 "any other way."
13218 msgstr ""
13219
13220 #. type: =head2
13221 #: ../src/guestfs-actions.pod:4977
13222 msgid "guestfs_pread"
13223 msgstr ""
13224
13225 #. type: verbatim
13226 #: ../src/guestfs-actions.pod:4979
13227 #, no-wrap
13228 msgid ""
13229 " char *\n"
13230 " guestfs_pread (guestfs_h *g,\n"
13231 "                const char *path,\n"
13232 "                int count,\n"
13233 "                int64_t offset,\n"
13234 "                size_t *size_r);\n"
13235 "\n"
13236 msgstr ""
13237
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:4986 ../fish/guestfish-actions.pod:3330
13240 msgid ""
13241 "This command lets you read part of a file.  It reads C<count> bytes of the "
13242 "file, starting at C<offset>, from file C<path>."
13243 msgstr ""
13244
13245 #. type: textblock
13246 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5015 ../fish/guestfish-actions.pod:3333 ../fish/guestfish-actions.pod:3348
13247 msgid ""
13248 "This may read fewer bytes than requested.  For further details see the "
13249 "L<pread(2)> system call."
13250 msgstr ""
13251
13252 #. type: textblock
13253 #: ../src/guestfs-actions.pod:4992
13254 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13255 msgstr ""
13256
13257 #. type: =head2
13258 #: ../src/guestfs-actions.pod:5003
13259 msgid "guestfs_pread_device"
13260 msgstr ""
13261
13262 #. type: verbatim
13263 #: ../src/guestfs-actions.pod:5005
13264 #, no-wrap
13265 msgid ""
13266 " char *\n"
13267 " guestfs_pread_device (guestfs_h *g,\n"
13268 "                       const char *device,\n"
13269 "                       int count,\n"
13270 "                       int64_t offset,\n"
13271 "                       size_t *size_r);\n"
13272 "\n"
13273 msgstr ""
13274
13275 #. type: textblock
13276 #: ../src/guestfs-actions.pod:5012 ../fish/guestfish-actions.pod:3345
13277 msgid ""
13278 "This command lets you read part of a file.  It reads C<count> bytes of "
13279 "C<device>, starting at C<offset>."
13280 msgstr ""
13281
13282 #. type: textblock
13283 #: ../src/guestfs-actions.pod:5018
13284 msgid "See also C<guestfs_pread>."
13285 msgstr ""
13286
13287 #. type: textblock
13288 #: ../src/guestfs-actions.pod:5027
13289 msgid "(Added in 1.5.21)"
13290 msgstr ""
13291
13292 #. type: =head2
13293 #: ../src/guestfs-actions.pod:5029
13294 msgid "guestfs_pvcreate"
13295 msgstr ""
13296
13297 #. type: verbatim
13298 #: ../src/guestfs-actions.pod:5031
13299 #, no-wrap
13300 msgid ""
13301 " int\n"
13302 " guestfs_pvcreate (guestfs_h *g,\n"
13303 "                   const char *device);\n"
13304 "\n"
13305 msgstr ""
13306
13307 #. type: textblock
13308 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3360
13309 msgid ""
13310 "This creates an LVM physical volume on the named C<device>, where C<device> "
13311 "should usually be a partition name such as C</dev/sda1>."
13312 msgstr ""
13313
13314 #. type: =head2
13315 #: ../src/guestfs-actions.pod:5043
13316 msgid "guestfs_pvremove"
13317 msgstr ""
13318
13319 #. type: verbatim
13320 #: ../src/guestfs-actions.pod:5045
13321 #, no-wrap
13322 msgid ""
13323 " int\n"
13324 " guestfs_pvremove (guestfs_h *g,\n"
13325 "                   const char *device);\n"
13326 "\n"
13327 msgstr ""
13328
13329 #. type: textblock
13330 #: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3368
13331 msgid ""
13332 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13333 "it."
13334 msgstr ""
13335
13336 #. type: textblock
13337 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3371
13338 msgid ""
13339 "The implementation uses the C<pvremove> command which refuses to wipe "
13340 "physical volumes that contain any volume groups, so you have to remove those "
13341 "first."
13342 msgstr ""
13343
13344 #. type: =head2
13345 #: ../src/guestfs-actions.pod:5060
13346 msgid "guestfs_pvresize"
13347 msgstr ""
13348
13349 #. type: verbatim
13350 #: ../src/guestfs-actions.pod:5062
13351 #, no-wrap
13352 msgid ""
13353 " int\n"
13354 " guestfs_pvresize (guestfs_h *g,\n"
13355 "                   const char *device);\n"
13356 "\n"
13357 msgstr ""
13358
13359 #. type: textblock
13360 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3379
13361 msgid ""
13362 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13363 "the new size of the underlying device."
13364 msgstr ""
13365
13366 #. type: =head2
13367 #: ../src/guestfs-actions.pod:5073
13368 msgid "guestfs_pvresize_size"
13369 msgstr ""
13370
13371 #. type: verbatim
13372 #: ../src/guestfs-actions.pod:5075
13373 #, no-wrap
13374 msgid ""
13375 " int\n"
13376 " guestfs_pvresize_size (guestfs_h *g,\n"
13377 "                        const char *device,\n"
13378 "                        int64_t size);\n"
13379 "\n"
13380 msgstr ""
13381
13382 #. type: textblock
13383 #: ../src/guestfs-actions.pod:5080
13384 msgid ""
13385 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13386 "specify the new size (in bytes) explicitly."
13387 msgstr ""
13388
13389 #. type: =head2
13390 #: ../src/guestfs-actions.pod:5087
13391 msgid "guestfs_pvs"
13392 msgstr ""
13393
13394 #. type: verbatim
13395 #: ../src/guestfs-actions.pod:5089
13396 #, no-wrap
13397 msgid ""
13398 " char **\n"
13399 " guestfs_pvs (guestfs_h *g);\n"
13400 "\n"
13401 msgstr ""
13402
13403 #. type: textblock
13404 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3393
13405 msgid ""
13406 "List all the physical volumes detected.  This is the equivalent of the "
13407 "L<pvs(8)> command."
13408 msgstr ""
13409
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3396
13412 msgid ""
13413 "This returns a list of just the device names that contain PVs "
13414 "(eg. C</dev/sda2>)."
13415 msgstr ""
13416
13417 #. type: textblock
13418 #: ../src/guestfs-actions.pod:5098
13419 msgid "See also C<guestfs_pvs_full>."
13420 msgstr ""
13421
13422 #. type: =head2
13423 #: ../src/guestfs-actions.pod:5106
13424 msgid "guestfs_pvs_full"
13425 msgstr ""
13426
13427 #. type: verbatim
13428 #: ../src/guestfs-actions.pod:5108
13429 #, no-wrap
13430 msgid ""
13431 " struct guestfs_lvm_pv_list *\n"
13432 " guestfs_pvs_full (guestfs_h *g);\n"
13433 "\n"
13434 msgstr ""
13435
13436 #. type: textblock
13437 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3405
13438 msgid ""
13439 "List all the physical volumes detected.  This is the equivalent of the "
13440 "L<pvs(8)> command.  The \"full\" version includes all fields."
13441 msgstr ""
13442
13443 #. type: textblock
13444 #: ../src/guestfs-actions.pod:5114
13445 msgid ""
13446 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13447 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13448 "use>."
13449 msgstr ""
13450
13451 #. type: =head2
13452 #: ../src/guestfs-actions.pod:5120
13453 msgid "guestfs_pvuuid"
13454 msgstr ""
13455
13456 #. type: verbatim
13457 #: ../src/guestfs-actions.pod:5122
13458 #, no-wrap
13459 msgid ""
13460 " char *\n"
13461 " guestfs_pvuuid (guestfs_h *g,\n"
13462 "                 const char *device);\n"
13463 "\n"
13464 msgstr ""
13465
13466 #. type: textblock
13467 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3412
13468 msgid "This command returns the UUID of the LVM PV C<device>."
13469 msgstr ""
13470
13471 #. type: =head2
13472 #: ../src/guestfs-actions.pod:5133
13473 msgid "guestfs_pwrite"
13474 msgstr ""
13475
13476 #. type: verbatim
13477 #: ../src/guestfs-actions.pod:5135
13478 #, no-wrap
13479 msgid ""
13480 " int\n"
13481 " guestfs_pwrite (guestfs_h *g,\n"
13482 "                 const char *path,\n"
13483 "                 const char *content,\n"
13484 "                 size_t content_size,\n"
13485 "                 int64_t offset);\n"
13486 "\n"
13487 msgstr ""
13488
13489 #. type: textblock
13490 #: ../src/guestfs-actions.pod:5142 ../fish/guestfish-actions.pod:3418
13491 msgid ""
13492 "This command writes to part of a file.  It writes the data buffer C<content> "
13493 "to the file C<path> starting at offset C<offset>."
13494 msgstr ""
13495
13496 #. type: textblock
13497 #: ../src/guestfs-actions.pod:5145 ../fish/guestfish-actions.pod:3421
13498 msgid ""
13499 "This command implements the L<pwrite(2)> system call, and like that system "
13500 "call it may not write the full data requested.  The return value is the "
13501 "number of bytes that were actually written to the file.  This could even be "
13502 "0, although short writes are unlikely for regular files in ordinary "
13503 "circumstances."
13504 msgstr ""
13505
13506 #. type: textblock
13507 #: ../src/guestfs-actions.pod:5151
13508 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13509 msgstr ""
13510
13511 #. type: =head2
13512 #: ../src/guestfs-actions.pod:5160
13513 msgid "guestfs_pwrite_device"
13514 msgstr ""
13515
13516 #. type: verbatim
13517 #: ../src/guestfs-actions.pod:5162
13518 #, no-wrap
13519 msgid ""
13520 " int\n"
13521 " guestfs_pwrite_device (guestfs_h *g,\n"
13522 "                        const char *device,\n"
13523 "                        const char *content,\n"
13524 "                        size_t content_size,\n"
13525 "                        int64_t offset);\n"
13526 "\n"
13527 msgstr ""
13528
13529 #. type: textblock
13530 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3436
13531 msgid ""
13532 "This command writes to part of a device.  It writes the data buffer "
13533 "C<content> to C<device> starting at offset C<offset>."
13534 msgstr ""
13535
13536 #. type: textblock
13537 #: ../src/guestfs-actions.pod:5172 ../fish/guestfish-actions.pod:3439
13538 msgid ""
13539 "This command implements the L<pwrite(2)> system call, and like that system "
13540 "call it may not write the full data requested (although short writes to disk "
13541 "devices and partitions are probably impossible with standard Linux kernels)."
13542 msgstr ""
13543
13544 #. type: textblock
13545 #: ../src/guestfs-actions.pod:5177
13546 msgid "See also C<guestfs_pwrite>."
13547 msgstr ""
13548
13549 #. type: textblock
13550 #: ../src/guestfs-actions.pod:5184
13551 msgid "(Added in 1.5.20)"
13552 msgstr ""
13553
13554 #. type: =head2
13555 #: ../src/guestfs-actions.pod:5186
13556 msgid "guestfs_read_file"
13557 msgstr ""
13558
13559 #. type: verbatim
13560 #: ../src/guestfs-actions.pod:5188
13561 #, no-wrap
13562 msgid ""
13563 " char *\n"
13564 " guestfs_read_file (guestfs_h *g,\n"
13565 "                    const char *path,\n"
13566 "                    size_t *size_r);\n"
13567 "\n"
13568 msgstr ""
13569
13570 #. type: textblock
13571 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3453
13572 msgid "This calls returns the contents of the file C<path> as a buffer."
13573 msgstr ""
13574
13575 #. type: textblock
13576 #: ../src/guestfs-actions.pod:5196
13577 msgid ""
13578 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13579 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13580 "function is limited in the total size of file that can be handled."
13581 msgstr ""
13582
13583 #. type: textblock
13584 #: ../src/guestfs-actions.pod:5208
13585 msgid "(Added in 1.0.63)"
13586 msgstr ""
13587
13588 #. type: =head2
13589 #: ../src/guestfs-actions.pod:5210
13590 msgid "guestfs_read_lines"
13591 msgstr ""
13592
13593 #. type: verbatim
13594 #: ../src/guestfs-actions.pod:5212
13595 #, no-wrap
13596 msgid ""
13597 " char **\n"
13598 " guestfs_read_lines (guestfs_h *g,\n"
13599 "                     const char *path);\n"
13600 "\n"
13601 msgstr ""
13602
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3470
13605 msgid ""
13606 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13607 "C<CRLF> character sequences are I<not> returned."
13608 msgstr ""
13609
13610 #. type: textblock
13611 #: ../src/guestfs-actions.pod:5221
13612 msgid ""
13613 "Note that this function cannot correctly handle binary files (specifically, "
13614 "files containing C<\\0> character which is treated as end of line).  For "
13615 "those you need to use the C<guestfs_read_file> function which has a more "
13616 "complex interface."
13617 msgstr ""
13618
13619 #. type: =head2
13620 #: ../src/guestfs-actions.pod:5232
13621 msgid "guestfs_readdir"
13622 msgstr ""
13623
13624 #. type: verbatim
13625 #: ../src/guestfs-actions.pod:5234
13626 #, no-wrap
13627 msgid ""
13628 " struct guestfs_dirent_list *\n"
13629 " guestfs_readdir (guestfs_h *g,\n"
13630 "                  const char *dir);\n"
13631 "\n"
13632 msgstr ""
13633
13634 #. type: textblock
13635 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
13636 msgid "This returns the list of directory entries in directory C<dir>."
13637 msgstr ""
13638
13639 #. type: textblock
13640 #: ../src/guestfs-actions.pod:5240 ../fish/guestfish-actions.pod:3484
13641 msgid ""
13642 "All entries in the directory are returned, including C<.> and C<..>.  The "
13643 "entries are I<not> sorted, but returned in the same order as the underlying "
13644 "filesystem."
13645 msgstr ""
13646
13647 #. type: textblock
13648 #: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
13649 msgid ""
13650 "Also this call returns basic file type information about each file.  The "
13651 "C<ftyp> field will contain one of the following characters:"
13652 msgstr ""
13653
13654 #. type: =item
13655 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
13656 msgid "'b'"
13657 msgstr ""
13658
13659 #. type: textblock
13660 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
13661 msgid "Block special"
13662 msgstr ""
13663
13664 #. type: =item
13665 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
13666 msgid "'c'"
13667 msgstr ""
13668
13669 #. type: textblock
13670 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
13671 msgid "Char special"
13672 msgstr ""
13673
13674 #. type: =item
13675 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
13676 msgid "'d'"
13677 msgstr ""
13678
13679 #. type: textblock
13680 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
13681 msgid "Directory"
13682 msgstr ""
13683
13684 #. type: =item
13685 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
13686 msgid "'f'"
13687 msgstr ""
13688
13689 #. type: textblock
13690 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
13691 msgid "FIFO (named pipe)"
13692 msgstr ""
13693
13694 #. type: =item
13695 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
13696 msgid "'l'"
13697 msgstr ""
13698
13699 #. type: textblock
13700 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
13701 msgid "Symbolic link"
13702 msgstr ""
13703
13704 #. type: =item
13705 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
13706 msgid "'r'"
13707 msgstr ""
13708
13709 #. type: textblock
13710 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
13711 msgid "Regular file"
13712 msgstr ""
13713
13714 #. type: =item
13715 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
13716 msgid "'s'"
13717 msgstr ""
13718
13719 #. type: textblock
13720 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
13721 msgid "Socket"
13722 msgstr ""
13723
13724 #. type: =item
13725 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
13726 msgid "'u'"
13727 msgstr ""
13728
13729 #. type: textblock
13730 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
13731 msgid "Unknown file type"
13732 msgstr ""
13733
13734 #. type: =item
13735 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
13736 msgid "'?'"
13737 msgstr ""
13738
13739 #. type: textblock
13740 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
13741 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13742 msgstr ""
13743
13744 #. type: textblock
13745 #: ../src/guestfs-actions.pod:5288
13746 msgid ""
13747 "This function is primarily intended for use by programs.  To get a simple "
13748 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
13749 "consumption, use C<guestfs_ll>."
13750 msgstr ""
13751
13752 #. type: textblock
13753 #: ../src/guestfs-actions.pod:5292
13754 msgid ""
13755 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
13756 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
13757 "use>."
13758 msgstr ""
13759
13760 #. type: =head2
13761 #: ../src/guestfs-actions.pod:5298
13762 msgid "guestfs_readlink"
13763 msgstr ""
13764
13765 #. type: verbatim
13766 #: ../src/guestfs-actions.pod:5300
13767 #, no-wrap
13768 msgid ""
13769 " char *\n"
13770 " guestfs_readlink (guestfs_h *g,\n"
13771 "                   const char *path);\n"
13772 "\n"
13773 msgstr ""
13774
13775 #. type: textblock
13776 #: ../src/guestfs-actions.pod:5304 ../fish/guestfish-actions.pod:3540
13777 msgid "This command reads the target of a symbolic link."
13778 msgstr ""
13779
13780 #. type: =head2
13781 #: ../src/guestfs-actions.pod:5311
13782 msgid "guestfs_readlinklist"
13783 msgstr ""
13784
13785 #. type: verbatim
13786 #: ../src/guestfs-actions.pod:5313
13787 #, no-wrap
13788 msgid ""
13789 " char **\n"
13790 " guestfs_readlinklist (guestfs_h *g,\n"
13791 "                       const char *path,\n"
13792 "                       char *const *names);\n"
13793 "\n"
13794 msgstr ""
13795
13796 #. type: textblock
13797 #: ../src/guestfs-actions.pod:5318 ../fish/guestfish-actions.pod:3546
13798 msgid ""
13799 "This call allows you to do a C<readlink> operation on multiple files, where "
13800 "all files are in the directory C<path>.  C<names> is the list of files from "
13801 "this directory."
13802 msgstr ""
13803
13804 #. type: textblock
13805 #: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3550
13806 msgid ""
13807 "On return you get a list of strings, with a one-to-one correspondence to the "
13808 "C<names> list.  Each string is the value of the symbolic link."
13809 msgstr ""
13810
13811 #. type: textblock
13812 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3554
13813 msgid ""
13814 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13815 "result string is the empty string C<\"\">.  However the whole operation is "
13816 "completed even if there were C<readlink(2)> errors, and so you can call this "
13817 "function with names where you don't know if they are symbolic links already "
13818 "(albeit slightly less efficient)."
13819 msgstr ""
13820
13821 #. type: textblock
13822 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
13823 msgid ""
13824 "This call is intended for programs that want to efficiently list a directory "
13825 "contents without making many round-trips.  Very long directory listings "
13826 "might cause the protocol message size to be exceeded, causing this call to "
13827 "fail.  The caller must split up such requests into smaller groups of names."
13828 msgstr ""
13829
13830 #. type: =head2
13831 #: ../src/guestfs-actions.pod:5346
13832 msgid "guestfs_realpath"
13833 msgstr ""
13834
13835 #. type: verbatim
13836 #: ../src/guestfs-actions.pod:5348
13837 #, no-wrap
13838 msgid ""
13839 " char *\n"
13840 " guestfs_realpath (guestfs_h *g,\n"
13841 "                   const char *path);\n"
13842 "\n"
13843 msgstr ""
13844
13845 #. type: textblock
13846 #: ../src/guestfs-actions.pod:5352 ../fish/guestfish-actions.pod:3572
13847 msgid ""
13848 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13849 "has no C<.>, C<..> or symbolic link path elements."
13850 msgstr ""
13851
13852 #. type: =head2
13853 #: ../src/guestfs-actions.pod:5360
13854 msgid "guestfs_removexattr"
13855 msgstr ""
13856
13857 #. type: verbatim
13858 #: ../src/guestfs-actions.pod:5362
13859 #, no-wrap
13860 msgid ""
13861 " int\n"
13862 " guestfs_removexattr (guestfs_h *g,\n"
13863 "                      const char *xattr,\n"
13864 "                      const char *path);\n"
13865 "\n"
13866 msgstr ""
13867
13868 #. type: textblock
13869 #: ../src/guestfs-actions.pod:5367 ../fish/guestfish-actions.pod:3579
13870 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
13871 msgstr ""
13872
13873 #. type: textblock
13874 #: ../src/guestfs-actions.pod:5370
13875 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
13876 msgstr ""
13877
13878 #. type: =head2
13879 #: ../src/guestfs-actions.pod:5376
13880 msgid "guestfs_resize2fs"
13881 msgstr ""
13882
13883 #. type: verbatim
13884 #: ../src/guestfs-actions.pod:5378
13885 #, no-wrap
13886 msgid ""
13887 " int\n"
13888 " guestfs_resize2fs (guestfs_h *g,\n"
13889 "                    const char *device);\n"
13890 "\n"
13891 msgstr ""
13892
13893 #. type: textblock
13894 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3588
13895 msgid ""
13896 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13897 "underlying device."
13898 msgstr ""
13899
13900 #. type: textblock
13901 #: ../src/guestfs-actions.pod:5385
13902 msgid ""
13903 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
13904 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
13905 "sometimes gives an error about this and sometimes not.  In any case, it is "
13906 "always safe to call C<guestfs_e2fsck_f> before calling this function."
13907 msgstr ""
13908
13909 #. type: =head2
13910 #: ../src/guestfs-actions.pod:5395
13911 msgid "guestfs_resize2fs_size"
13912 msgstr ""
13913
13914 #. type: verbatim
13915 #: ../src/guestfs-actions.pod:5397
13916 #, no-wrap
13917 msgid ""
13918 " int\n"
13919 " guestfs_resize2fs_size (guestfs_h *g,\n"
13920 "                         const char *device,\n"
13921 "                         int64_t size);\n"
13922 "\n"
13923 msgstr ""
13924
13925 #. type: textblock
13926 #: ../src/guestfs-actions.pod:5402
13927 msgid ""
13928 "This command is the same as C<guestfs_resize2fs> except that it allows you "
13929 "to specify the new size (in bytes) explicitly."
13930 msgstr ""
13931
13932 #. type: =head2
13933 #: ../src/guestfs-actions.pod:5409
13934 msgid "guestfs_rm"
13935 msgstr ""
13936
13937 #. type: verbatim
13938 #: ../src/guestfs-actions.pod:5411
13939 #, no-wrap
13940 msgid ""
13941 " int\n"
13942 " guestfs_rm (guestfs_h *g,\n"
13943 "             const char *path);\n"
13944 "\n"
13945 msgstr ""
13946
13947 #. type: textblock
13948 #: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3608
13949 msgid "Remove the single file C<path>."
13950 msgstr ""
13951
13952 #. type: =head2
13953 #: ../src/guestfs-actions.pod:5421
13954 msgid "guestfs_rm_rf"
13955 msgstr ""
13956
13957 #. type: verbatim
13958 #: ../src/guestfs-actions.pod:5423
13959 #, no-wrap
13960 msgid ""
13961 " int\n"
13962 " guestfs_rm_rf (guestfs_h *g,\n"
13963 "                const char *path);\n"
13964 "\n"
13965 msgstr ""
13966
13967 #. type: textblock
13968 #: ../src/guestfs-actions.pod:5427 ../fish/guestfish-actions.pod:3614
13969 msgid ""
13970 "Remove the file or directory C<path>, recursively removing the contents if "
13971 "its a directory.  This is like the C<rm -rf> shell command."
13972 msgstr ""
13973
13974 #. type: =head2
13975 #: ../src/guestfs-actions.pod:5435
13976 msgid "guestfs_rmdir"
13977 msgstr ""
13978
13979 #. type: verbatim
13980 #: ../src/guestfs-actions.pod:5437
13981 #, no-wrap
13982 msgid ""
13983 " int\n"
13984 " guestfs_rmdir (guestfs_h *g,\n"
13985 "                const char *path);\n"
13986 "\n"
13987 msgstr ""
13988
13989 #. type: textblock
13990 #: ../src/guestfs-actions.pod:5441 ../fish/guestfish-actions.pod:3622
13991 msgid "Remove the single directory C<path>."
13992 msgstr ""
13993
13994 #. type: =head2
13995 #: ../src/guestfs-actions.pod:5447
13996 msgid "guestfs_rmmountpoint"
13997 msgstr ""
13998
13999 #. type: verbatim
14000 #: ../src/guestfs-actions.pod:5449
14001 #, no-wrap
14002 msgid ""
14003 " int\n"
14004 " guestfs_rmmountpoint (guestfs_h *g,\n"
14005 "                       const char *exemptpath);\n"
14006 "\n"
14007 msgstr ""
14008
14009 #. type: textblock
14010 #: ../src/guestfs-actions.pod:5453
14011 msgid ""
14012 "This calls removes a mountpoint that was previously created with "
14013 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14014 msgstr ""
14015
14016 #. type: =head2
14017 #: ../src/guestfs-actions.pod:5461
14018 msgid "guestfs_scrub_device"
14019 msgstr ""
14020
14021 #. type: verbatim
14022 #: ../src/guestfs-actions.pod:5463
14023 #, no-wrap
14024 msgid ""
14025 " int\n"
14026 " guestfs_scrub_device (guestfs_h *g,\n"
14027 "                       const char *device);\n"
14028 "\n"
14029 msgstr ""
14030
14031 #. type: textblock
14032 #: ../src/guestfs-actions.pod:5467 ../fish/guestfish-actions.pod:3636
14033 msgid ""
14034 "This command writes patterns over C<device> to make data retrieval more "
14035 "difficult."
14036 msgstr ""
14037
14038 #. type: textblock
14039 #: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5491 ../src/guestfs-actions.pod:5510 ../fish/guestfish-actions.pod:3639 ../fish/guestfish-actions.pod:3654 ../fish/guestfish-actions.pod:3667
14040 msgid ""
14041 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14042 "more details."
14043 msgstr ""
14044
14045 #. type: textblock
14046 #: ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5496 ../src/guestfs-actions.pod:5515
14047 msgid "(Added in 1.0.52)"
14048 msgstr ""
14049
14050 #. type: =head2
14051 #: ../src/guestfs-actions.pod:5480
14052 msgid "guestfs_scrub_file"
14053 msgstr ""
14054
14055 #. type: verbatim
14056 #: ../src/guestfs-actions.pod:5482
14057 #, no-wrap
14058 msgid ""
14059 " int\n"
14060 " guestfs_scrub_file (guestfs_h *g,\n"
14061 "                     const char *file);\n"
14062 "\n"
14063 msgstr ""
14064
14065 #. type: textblock
14066 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3649
14067 msgid ""
14068 "This command writes patterns over a file to make data retrieval more "
14069 "difficult."
14070 msgstr ""
14071
14072 #. type: textblock
14073 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3652
14074 msgid "The file is I<removed> after scrubbing."
14075 msgstr ""
14076
14077 #. type: =head2
14078 #: ../src/guestfs-actions.pod:5498
14079 msgid "guestfs_scrub_freespace"
14080 msgstr ""
14081
14082 #. type: verbatim
14083 #: ../src/guestfs-actions.pod:5500
14084 #, no-wrap
14085 msgid ""
14086 " int\n"
14087 " guestfs_scrub_freespace (guestfs_h *g,\n"
14088 "                          const char *dir);\n"
14089 "\n"
14090 msgstr ""
14091
14092 #. type: textblock
14093 #: ../src/guestfs-actions.pod:5504
14094 msgid ""
14095 "This command creates the directory C<dir> and then fills it with files until "
14096 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14097 "and deletes them.  The intention is to scrub any free space on the partition "
14098 "containing C<dir>."
14099 msgstr ""
14100
14101 #. type: =head2
14102 #: ../src/guestfs-actions.pod:5517
14103 msgid "guestfs_set_append"
14104 msgstr ""
14105
14106 #. type: verbatim
14107 #: ../src/guestfs-actions.pod:5519
14108 #, no-wrap
14109 msgid ""
14110 " int\n"
14111 " guestfs_set_append (guestfs_h *g,\n"
14112 "                     const char *append);\n"
14113 "\n"
14114 msgstr ""
14115
14116 #. type: textblock
14117 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
14118 msgid ""
14119 "This function is used to add additional options to the guest kernel command "
14120 "line."
14121 msgstr ""
14122
14123 #. type: textblock
14124 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3679
14125 msgid ""
14126 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14127 "environment variable."
14128 msgstr ""
14129
14130 #. type: textblock
14131 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
14132 msgid ""
14133 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14134 "(libguestfs always adds a few of its own)."
14135 msgstr ""
14136
14137 #. type: =head2
14138 #: ../src/guestfs-actions.pod:5536
14139 msgid "guestfs_set_autosync"
14140 msgstr ""
14141
14142 #. type: verbatim
14143 #: ../src/guestfs-actions.pod:5538
14144 #, no-wrap
14145 msgid ""
14146 " int\n"
14147 " guestfs_set_autosync (guestfs_h *g,\n"
14148 "                       int autosync);\n"
14149 "\n"
14150 msgstr ""
14151
14152 #. type: textblock
14153 #: ../src/guestfs-actions.pod:5542
14154 msgid ""
14155 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14156 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
14157 "the handle is closed (also if the program exits without closing handles)."
14158 msgstr ""
14159
14160 #. type: textblock
14161 #: ../src/guestfs-actions.pod:5547 ../fish/guestfish-actions.pod:3696
14162 msgid ""
14163 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14164 "disabled by default)."
14165 msgstr ""
14166
14167 #. type: =head2
14168 #: ../src/guestfs-actions.pod:5554
14169 msgid "guestfs_set_direct"
14170 msgstr ""
14171
14172 #. type: verbatim
14173 #: ../src/guestfs-actions.pod:5556
14174 #, no-wrap
14175 msgid ""
14176 " int\n"
14177 " guestfs_set_direct (guestfs_h *g,\n"
14178 "                     int direct);\n"
14179 "\n"
14180 msgstr ""
14181
14182 #. type: textblock
14183 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3705
14184 msgid ""
14185 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14186 "passed directly through to the appliance once it is launched."
14187 msgstr ""
14188
14189 #. type: textblock
14190 #: ../src/guestfs-actions.pod:5564
14191 msgid ""
14192 "One consequence of this is that log messages aren't caught by the library "
14193 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14194 "stdout."
14195 msgstr ""
14196
14197 #. type: textblock
14198 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3713
14199 msgid "You probably don't want to use this unless you know what you are doing."
14200 msgstr ""
14201
14202 #. type: textblock
14203 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
14204 msgid "The default is disabled."
14205 msgstr ""
14206
14207 #. type: =head2
14208 #: ../src/guestfs-actions.pod:5577
14209 msgid "guestfs_set_e2label"
14210 msgstr ""
14211
14212 #. type: verbatim
14213 #: ../src/guestfs-actions.pod:5579
14214 #, no-wrap
14215 msgid ""
14216 " int\n"
14217 " guestfs_set_e2label (guestfs_h *g,\n"
14218 "                      const char *device,\n"
14219 "                      const char *label);\n"
14220 "\n"
14221 msgstr ""
14222
14223 #. type: textblock
14224 #: ../src/guestfs-actions.pod:5584 ../fish/guestfish-actions.pod:3722
14225 msgid ""
14226 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14227 "C<label>.  Filesystem labels are limited to 16 characters."
14228 msgstr ""
14229
14230 #. type: textblock
14231 #: ../src/guestfs-actions.pod:5588
14232 msgid ""
14233 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14234 "the existing label on a filesystem."
14235 msgstr ""
14236
14237 #. type: =head2
14238 #: ../src/guestfs-actions.pod:5595
14239 msgid "guestfs_set_e2uuid"
14240 msgstr ""
14241
14242 #. type: verbatim
14243 #: ../src/guestfs-actions.pod:5597
14244 #, no-wrap
14245 msgid ""
14246 " int\n"
14247 " guestfs_set_e2uuid (guestfs_h *g,\n"
14248 "                     const char *device,\n"
14249 "                     const char *uuid);\n"
14250 "\n"
14251 msgstr ""
14252
14253 #. type: textblock
14254 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3733
14255 msgid ""
14256 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14257 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14258 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14259 msgstr ""
14260
14261 #. type: textblock
14262 #: ../src/guestfs-actions.pod:5607
14263 msgid ""
14264 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14265 "the existing UUID of a filesystem."
14266 msgstr ""
14267
14268 #. type: =head2
14269 #: ../src/guestfs-actions.pod:5614
14270 msgid "guestfs_set_memsize"
14271 msgstr ""
14272
14273 #. type: verbatim
14274 #: ../src/guestfs-actions.pod:5616
14275 #, no-wrap
14276 msgid ""
14277 " int\n"
14278 " guestfs_set_memsize (guestfs_h *g,\n"
14279 "                      int memsize);\n"
14280 "\n"
14281 msgstr ""
14282
14283 #. type: textblock
14284 #: ../src/guestfs-actions.pod:5620
14285 msgid ""
14286 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14287 "This only has any effect if called before C<guestfs_launch>."
14288 msgstr ""
14289
14290 #. type: textblock
14291 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3751
14292 msgid ""
14293 "You can also change this by setting the environment variable "
14294 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14295 msgstr ""
14296
14297 #. type: =head2
14298 #: ../src/guestfs-actions.pod:5635
14299 msgid "guestfs_set_network"
14300 msgstr ""
14301
14302 #. type: verbatim
14303 #: ../src/guestfs-actions.pod:5637
14304 #, no-wrap
14305 msgid ""
14306 " int\n"
14307 " guestfs_set_network (guestfs_h *g,\n"
14308 "                      int network);\n"
14309 "\n"
14310 msgstr ""
14311
14312 #. type: textblock
14313 #: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3764
14314 msgid ""
14315 "If C<network> is true, then the network is enabled in the libguestfs "
14316 "appliance.  The default is false."
14317 msgstr ""
14318
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:5644 ../fish/guestfish-actions.pod:3767
14321 msgid ""
14322 "This affects whether commands are able to access the network (see "
14323 "L<guestfs(3)/RUNNING COMMANDS>)."
14324 msgstr ""
14325
14326 #. type: textblock
14327 #: ../src/guestfs-actions.pod:5647
14328 msgid ""
14329 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14330 "effect."
14331 msgstr ""
14332
14333 #. type: =head2
14334 #: ../src/guestfs-actions.pod:5654
14335 msgid "guestfs_set_path"
14336 msgstr ""
14337
14338 #. type: verbatim
14339 #: ../src/guestfs-actions.pod:5656
14340 #, no-wrap
14341 msgid ""
14342 " int\n"
14343 " guestfs_set_path (guestfs_h *g,\n"
14344 "                   const char *searchpath);\n"
14345 "\n"
14346 msgstr ""
14347
14348 #. type: textblock
14349 #: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3779
14350 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14351 msgstr ""
14352
14353 #. type: textblock
14354 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3781
14355 msgid ""
14356 "The default is C<$libdir/guestfs> unless overridden by setting "
14357 "C<LIBGUESTFS_PATH> environment variable."
14358 msgstr ""
14359
14360 #. type: textblock
14361 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3784
14362 msgid "Setting C<path> to C<NULL> restores the default path."
14363 msgstr ""
14364
14365 #. type: =head2
14366 #: ../src/guestfs-actions.pod:5671
14367 msgid "guestfs_set_qemu"
14368 msgstr ""
14369
14370 #. type: verbatim
14371 #: ../src/guestfs-actions.pod:5673
14372 #, no-wrap
14373 msgid ""
14374 " int\n"
14375 " guestfs_set_qemu (guestfs_h *g,\n"
14376 "                   const char *qemu);\n"
14377 "\n"
14378 msgstr ""
14379
14380 #. type: textblock
14381 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3792
14382 msgid "Set the qemu binary that we will use."
14383 msgstr ""
14384
14385 #. type: textblock
14386 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
14387 msgid "The default is chosen when the library was compiled by the configure script."
14388 msgstr ""
14389
14390 #. type: textblock
14391 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3797
14392 msgid ""
14393 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14394 "variable."
14395 msgstr ""
14396
14397 #. type: textblock
14398 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
14399 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14400 msgstr ""
14401
14402 #. type: textblock
14403 #: ../src/guestfs-actions.pod:5687 ../fish/guestfish-actions.pod:3802
14404 msgid ""
14405 "Note that you should call this function as early as possible after creating "
14406 "the handle.  This is because some pre-launch operations depend on testing "
14407 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14408 "don't retest features, and so you might see inconsistent results.  Using the "
14409 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14410 "the qemu binary at the same time as the handle is created."
14411 msgstr ""
14412
14413 #. type: =head2
14414 #: ../src/guestfs-actions.pod:5699
14415 msgid "guestfs_set_recovery_proc"
14416 msgstr ""
14417
14418 #. type: verbatim
14419 #: ../src/guestfs-actions.pod:5701
14420 #, no-wrap
14421 msgid ""
14422 " int\n"
14423 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14424 "                            int recoveryproc);\n"
14425 "\n"
14426 msgstr ""
14427
14428 #. type: textblock
14429 #: ../src/guestfs-actions.pod:5705
14430 msgid ""
14431 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14432 "not create a recovery process.  The purpose of the recovery process is to "
14433 "stop runaway qemu processes in the case where the main program aborts "
14434 "abruptly."
14435 msgstr ""
14436
14437 #. type: textblock
14438 #: ../src/guestfs-actions.pod:5710
14439 msgid ""
14440 "This only has any effect if called before C<guestfs_launch>, and the default "
14441 "is true."
14442 msgstr ""
14443
14444 #. type: textblock
14445 #: ../src/guestfs-actions.pod:5713 ../fish/guestfish-actions.pod:3824
14446 msgid ""
14447 "About the only time when you would want to disable this is if the main "
14448 "process will fork itself into the background (\"daemonize\" itself).  In "
14449 "this case the recovery process thinks that the main program has disappeared "
14450 "and so kills qemu, which is not very helpful."
14451 msgstr ""
14452
14453 #. type: =head2
14454 #: ../src/guestfs-actions.pod:5723
14455 msgid "guestfs_set_selinux"
14456 msgstr ""
14457
14458 #. type: verbatim
14459 #: ../src/guestfs-actions.pod:5725
14460 #, no-wrap
14461 msgid ""
14462 " int\n"
14463 " guestfs_set_selinux (guestfs_h *g,\n"
14464 "                      int selinux);\n"
14465 "\n"
14466 msgstr ""
14467
14468 #. type: textblock
14469 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3836
14470 msgid ""
14471 "This sets the selinux flag that is passed to the appliance at boot time.  "
14472 "The default is C<selinux=0> (disabled)."
14473 msgstr ""
14474
14475 #. type: textblock
14476 #: ../src/guestfs-actions.pod:5732 ../fish/guestfish-actions.pod:3839
14477 msgid ""
14478 "Note that if SELinux is enabled, it is always in Permissive mode "
14479 "(C<enforcing=0>)."
14480 msgstr ""
14481
14482 #. type: =head2
14483 #: ../src/guestfs-actions.pod:5742
14484 msgid "guestfs_set_trace"
14485 msgstr ""
14486
14487 #. type: verbatim
14488 #: ../src/guestfs-actions.pod:5744
14489 #, no-wrap
14490 msgid ""
14491 " int\n"
14492 " guestfs_set_trace (guestfs_h *g,\n"
14493 "                    int trace);\n"
14494 "\n"
14495 msgstr ""
14496
14497 #. type: textblock
14498 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3851
14499 msgid ""
14500 "If the command trace flag is set to 1, then commands are printed on stderr "
14501 "before they are executed in a format which is very similar to the one used "
14502 "by guestfish.  In other words, you can run a program with this enabled, and "
14503 "you will get out a script which you can feed to guestfish to perform the "
14504 "same set of actions."
14505 msgstr ""
14506
14507 #. type: textblock
14508 #: ../src/guestfs-actions.pod:5755 ../fish/guestfish-actions.pod:3858
14509 msgid ""
14510 "If you want to trace C API calls into libguestfs (and other libraries) then "
14511 "possibly a better way is to use the external ltrace(1) command."
14512 msgstr ""
14513
14514 #. type: textblock
14515 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
14516 msgid ""
14517 "Command traces are disabled unless the environment variable "
14518 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14519 msgstr ""
14520
14521 #. type: =head2
14522 #: ../src/guestfs-actions.pod:5766
14523 msgid "guestfs_set_verbose"
14524 msgstr ""
14525
14526 #. type: verbatim
14527 #: ../src/guestfs-actions.pod:5768
14528 #, no-wrap
14529 msgid ""
14530 " int\n"
14531 " guestfs_set_verbose (guestfs_h *g,\n"
14532 "                      int verbose);\n"
14533 "\n"
14534 msgstr ""
14535
14536 #. type: textblock
14537 #: ../src/guestfs-actions.pod:5772 ../fish/guestfish-actions.pod:3871
14538 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14539 msgstr ""
14540
14541 #. type: textblock
14542 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3873
14543 msgid ""
14544 "Verbose messages are disabled unless the environment variable "
14545 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14546 msgstr ""
14547
14548 #. type: =head2
14549 #: ../src/guestfs-actions.pod:5781
14550 msgid "guestfs_setcon"
14551 msgstr ""
14552
14553 #. type: verbatim
14554 #: ../src/guestfs-actions.pod:5783
14555 #, no-wrap
14556 msgid ""
14557 " int\n"
14558 " guestfs_setcon (guestfs_h *g,\n"
14559 "                 const char *context);\n"
14560 "\n"
14561 msgstr ""
14562
14563 #. type: textblock
14564 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3880
14565 msgid ""
14566 "This sets the SELinux security context of the daemon to the string "
14567 "C<context>."
14568 msgstr ""
14569
14570 #. type: textblock
14571 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3883
14572 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14573 msgstr ""
14574
14575 #. type: =head2
14576 #: ../src/guestfs-actions.pod:5796
14577 msgid "guestfs_setxattr"
14578 msgstr ""
14579
14580 #. type: verbatim
14581 #: ../src/guestfs-actions.pod:5798
14582 #, no-wrap
14583 msgid ""
14584 " int\n"
14585 " guestfs_setxattr (guestfs_h *g,\n"
14586 "                   const char *xattr,\n"
14587 "                   const char *val,\n"
14588 "                   int vallen,\n"
14589 "                   const char *path);\n"
14590 "\n"
14591 msgstr ""
14592
14593 #. type: textblock
14594 #: ../src/guestfs-actions.pod:5805 ../fish/guestfish-actions.pod:3889
14595 msgid ""
14596 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14597 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14598 msgstr ""
14599
14600 #. type: textblock
14601 #: ../src/guestfs-actions.pod:5809
14602 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
14603 msgstr ""
14604
14605 #. type: =head2
14606 #: ../src/guestfs-actions.pod:5815
14607 msgid "guestfs_sfdisk"
14608 msgstr ""
14609
14610 #. type: verbatim
14611 #: ../src/guestfs-actions.pod:5817
14612 #, no-wrap
14613 msgid ""
14614 " int\n"
14615 " guestfs_sfdisk (guestfs_h *g,\n"
14616 "                 const char *device,\n"
14617 "                 int cyls,\n"
14618 "                 int heads,\n"
14619 "                 int sectors,\n"
14620 "                 char *const *lines);\n"
14621 "\n"
14622 msgstr ""
14623
14624 #. type: textblock
14625 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3899
14626 msgid ""
14627 "This is a direct interface to the L<sfdisk(8)> program for creating "
14628 "partitions on block devices."
14629 msgstr ""
14630
14631 #. type: textblock
14632 #: ../src/guestfs-actions.pod:5828 ../fish/guestfish-actions.pod:3902
14633 msgid "C<device> should be a block device, for example C</dev/sda>."
14634 msgstr ""
14635
14636 #. type: textblock
14637 #: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3904
14638 msgid ""
14639 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14640 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
14641 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14642 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14643 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14644 "the kernel) cannot work out the right geometry and you will need to tell it."
14645 msgstr ""
14646
14647 #. type: textblock
14648 #: ../src/guestfs-actions.pod:5838 ../fish/guestfish-actions.pod:3912
14649 msgid ""
14650 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14651 "refer to the L<sfdisk(8)> manpage."
14652 msgstr ""
14653
14654 #. type: textblock
14655 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
14656 msgid ""
14657 "To create a single partition occupying the whole disk, you would pass "
14658 "C<lines> as a single element list, when the single element being the string "
14659 "C<,> (comma)."
14660 msgstr ""
14661
14662 #. type: textblock
14663 #: ../src/guestfs-actions.pod:5845
14664 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
14665 msgstr ""
14666
14667 #. type: =head2
14668 #: ../src/guestfs-actions.pod:5855
14669 msgid "guestfs_sfdiskM"
14670 msgstr ""
14671
14672 #. type: verbatim
14673 #: ../src/guestfs-actions.pod:5857
14674 #, no-wrap
14675 msgid ""
14676 " int\n"
14677 " guestfs_sfdiskM (guestfs_h *g,\n"
14678 "                  const char *device,\n"
14679 "                  char *const *lines);\n"
14680 "\n"
14681 msgstr ""
14682
14683 #. type: textblock
14684 #: ../src/guestfs-actions.pod:5862
14685 msgid ""
14686 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
14687 "partition sizes are specified in megabytes only (rounded to the nearest "
14688 "cylinder) and you don't need to specify the cyls, heads and sectors "
14689 "parameters which were rarely if ever used anyway."
14690 msgstr ""
14691
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:5868
14694 msgid ""
14695 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
14696 "C<guestfs_part_disk>"
14697 msgstr ""
14698
14699 #. type: =head2
14700 #: ../src/guestfs-actions.pod:5878
14701 msgid "guestfs_sfdisk_N"
14702 msgstr ""
14703
14704 #. type: verbatim
14705 #: ../src/guestfs-actions.pod:5880
14706 #, no-wrap
14707 msgid ""
14708 " int\n"
14709 " guestfs_sfdisk_N (guestfs_h *g,\n"
14710 "                   const char *device,\n"
14711 "                   int partnum,\n"
14712 "                   int cyls,\n"
14713 "                   int heads,\n"
14714 "                   int sectors,\n"
14715 "                   const char *line);\n"
14716 "\n"
14717 msgstr ""
14718
14719 #. type: textblock
14720 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3945
14721 msgid ""
14722 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14723 "(note: C<n> counts from 1)."
14724 msgstr ""
14725
14726 #. type: textblock
14727 #: ../src/guestfs-actions.pod:5892
14728 msgid ""
14729 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
14730 "for the cyls/heads/sectors parameters."
14731 msgstr ""
14732
14733 #. type: textblock
14734 #: ../src/guestfs-actions.pod:5895
14735 msgid "See also: C<guestfs_part_add>"
14736 msgstr ""
14737
14738 #. type: =head2
14739 #: ../src/guestfs-actions.pod:5904
14740 msgid "guestfs_sfdisk_disk_geometry"
14741 msgstr ""
14742
14743 #. type: verbatim
14744 #: ../src/guestfs-actions.pod:5906
14745 #, no-wrap
14746 msgid ""
14747 " char *\n"
14748 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
14749 "                               const char *device);\n"
14750 "\n"
14751 msgstr ""
14752
14753 #. type: textblock
14754 #: ../src/guestfs-actions.pod:5910
14755 msgid ""
14756 "This displays the disk geometry of C<device> read from the partition table.  "
14757 "Especially in the case where the underlying block device has been resized, "
14758 "this can be different from the kernel's idea of the geometry (see "
14759 "C<guestfs_sfdisk_kernel_geometry>)."
14760 msgstr ""
14761
14762 #. type: textblock
14763 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931 ../fish/guestfish-actions.pod:3965 ../fish/guestfish-actions.pod:3974
14764 msgid "The result is in human-readable format, and not designed to be parsed."
14765 msgstr ""
14766
14767 #. type: =head2
14768 #: ../src/guestfs-actions.pod:5923
14769 msgid "guestfs_sfdisk_kernel_geometry"
14770 msgstr ""
14771
14772 #. type: verbatim
14773 #: ../src/guestfs-actions.pod:5925
14774 #, no-wrap
14775 msgid ""
14776 " char *\n"
14777 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
14778 "                                 const char *device);\n"
14779 "\n"
14780 msgstr ""
14781
14782 #. type: textblock
14783 #: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3972
14784 msgid "This displays the kernel's idea of the geometry of C<device>."
14785 msgstr ""
14786
14787 #. type: =head2
14788 #: ../src/guestfs-actions.pod:5939
14789 msgid "guestfs_sfdisk_l"
14790 msgstr ""
14791
14792 #. type: verbatim
14793 #: ../src/guestfs-actions.pod:5941
14794 #, no-wrap
14795 msgid ""
14796 " char *\n"
14797 " guestfs_sfdisk_l (guestfs_h *g,\n"
14798 "                   const char *device);\n"
14799 "\n"
14800 msgstr ""
14801
14802 #. type: textblock
14803 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:3981
14804 msgid ""
14805 "This displays the partition table on C<device>, in the human-readable output "
14806 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14807 msgstr ""
14808
14809 #. type: textblock
14810 #: ../src/guestfs-actions.pod:5949
14811 msgid "See also: C<guestfs_part_list>"
14812 msgstr ""
14813
14814 #. type: =head2
14815 #: ../src/guestfs-actions.pod:5956
14816 msgid "guestfs_sh"
14817 msgstr ""
14818
14819 #. type: verbatim
14820 #: ../src/guestfs-actions.pod:5958
14821 #, no-wrap
14822 msgid ""
14823 " char *\n"
14824 " guestfs_sh (guestfs_h *g,\n"
14825 "             const char *command);\n"
14826 "\n"
14827 msgstr ""
14828
14829 #. type: textblock
14830 #: ../src/guestfs-actions.pod:5962 ../fish/guestfish-actions.pod:3991
14831 msgid ""
14832 "This call runs a command from the guest filesystem via the guest's "
14833 "C</bin/sh>."
14834 msgstr ""
14835
14836 #. type: textblock
14837 #: ../src/guestfs-actions.pod:5965
14838 msgid "This is like C<guestfs_command>, but passes the command to:"
14839 msgstr ""
14840
14841 #. type: verbatim
14842 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3996
14843 #, no-wrap
14844 msgid ""
14845 " /bin/sh -c \"command\"\n"
14846 "\n"
14847 msgstr ""
14848
14849 #. type: textblock
14850 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:3998
14851 msgid ""
14852 "Depending on the guest's shell, this usually results in wildcards being "
14853 "expanded, shell expressions being interpolated and so on."
14854 msgstr ""
14855
14856 #. type: textblock
14857 #: ../src/guestfs-actions.pod:5973
14858 msgid "All the provisos about C<guestfs_command> apply to this call."
14859 msgstr ""
14860
14861 #. type: =head2
14862 #: ../src/guestfs-actions.pod:5980
14863 msgid "guestfs_sh_lines"
14864 msgstr ""
14865
14866 #. type: verbatim
14867 #: ../src/guestfs-actions.pod:5982
14868 #, no-wrap
14869 msgid ""
14870 " char **\n"
14871 " guestfs_sh_lines (guestfs_h *g,\n"
14872 "                   const char *command);\n"
14873 "\n"
14874 msgstr ""
14875
14876 #. type: textblock
14877 #: ../src/guestfs-actions.pod:5986
14878 msgid ""
14879 "This is the same as C<guestfs_sh>, but splits the result into a list of "
14880 "lines."
14881 msgstr ""
14882
14883 #. type: textblock
14884 #: ../src/guestfs-actions.pod:5989
14885 msgid "See also: C<guestfs_command_lines>"
14886 msgstr ""
14887
14888 #. type: =head2
14889 #: ../src/guestfs-actions.pod:5997
14890 msgid "guestfs_sleep"
14891 msgstr ""
14892
14893 #. type: verbatim
14894 #: ../src/guestfs-actions.pod:5999
14895 #, no-wrap
14896 msgid ""
14897 " int\n"
14898 " guestfs_sleep (guestfs_h *g,\n"
14899 "                int secs);\n"
14900 "\n"
14901 msgstr ""
14902
14903 #. type: textblock
14904 #: ../src/guestfs-actions.pod:6003 ../fish/guestfish-actions.pod:4017
14905 msgid "Sleep for C<secs> seconds."
14906 msgstr ""
14907
14908 #. type: textblock
14909 #: ../src/guestfs-actions.pod:6007
14910 msgid "(Added in 1.0.41)"
14911 msgstr ""
14912
14913 #. type: =head2
14914 #: ../src/guestfs-actions.pod:6009 ../src/guestfs-structs.pod:109
14915 msgid "guestfs_stat"
14916 msgstr ""
14917
14918 #. type: verbatim
14919 #: ../src/guestfs-actions.pod:6011
14920 #, no-wrap
14921 msgid ""
14922 " struct guestfs_stat *\n"
14923 " guestfs_stat (guestfs_h *g,\n"
14924 "               const char *path);\n"
14925 "\n"
14926 msgstr ""
14927
14928 #. type: textblock
14929 #: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4025
14930 msgid "This is the same as the C<stat(2)> system call."
14931 msgstr ""
14932
14933 #. type: =head2
14934 #: ../src/guestfs-actions.pod:6025 ../src/guestfs-structs.pod:135
14935 msgid "guestfs_statvfs"
14936 msgstr ""
14937
14938 #. type: verbatim
14939 #: ../src/guestfs-actions.pod:6027
14940 #, no-wrap
14941 msgid ""
14942 " struct guestfs_statvfs *\n"
14943 " guestfs_statvfs (guestfs_h *g,\n"
14944 "                  const char *path);\n"
14945 "\n"
14946 msgstr ""
14947
14948 #. type: textblock
14949 #: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4031
14950 msgid ""
14951 "Returns file system statistics for any mounted file system.  C<path> should "
14952 "be a file or directory in the mounted file system (typically it is the mount "
14953 "point itself, but it doesn't need to be)."
14954 msgstr ""
14955
14956 #. type: textblock
14957 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4035
14958 msgid "This is the same as the C<statvfs(2)> system call."
14959 msgstr ""
14960
14961 #. type: textblock
14962 #: ../src/guestfs-actions.pod:6037
14963 msgid ""
14964 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
14965 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
14966 msgstr ""
14967
14968 #. type: =head2
14969 #: ../src/guestfs-actions.pod:6043
14970 msgid "guestfs_strings"
14971 msgstr ""
14972
14973 #. type: verbatim
14974 #: ../src/guestfs-actions.pod:6045
14975 #, no-wrap
14976 msgid ""
14977 " char **\n"
14978 " guestfs_strings (guestfs_h *g,\n"
14979 "                  const char *path);\n"
14980 "\n"
14981 msgstr ""
14982
14983 #. type: textblock
14984 #: ../src/guestfs-actions.pod:6049 ../fish/guestfish-actions.pod:4041
14985 msgid ""
14986 "This runs the L<strings(1)> command on a file and returns the list of "
14987 "printable strings found."
14988 msgstr ""
14989
14990 #. type: =head2
14991 #: ../src/guestfs-actions.pod:6061
14992 msgid "guestfs_strings_e"
14993 msgstr ""
14994
14995 #. type: verbatim
14996 #: ../src/guestfs-actions.pod:6063
14997 #, no-wrap
14998 msgid ""
14999 " char **\n"
15000 " guestfs_strings_e (guestfs_h *g,\n"
15001 "                    const char *encoding,\n"
15002 "                    const char *path);\n"
15003 "\n"
15004 msgstr ""
15005
15006 #. type: textblock
15007 #: ../src/guestfs-actions.pod:6068
15008 msgid ""
15009 "This is like the C<guestfs_strings> command, but allows you to specify the "
15010 "encoding of strings that are looked for in the source file C<path>."
15011 msgstr ""
15012
15013 #. type: textblock
15014 #: ../src/guestfs-actions.pod:6072 ../fish/guestfish-actions.pod:4055
15015 msgid "Allowed encodings are:"
15016 msgstr ""
15017
15018 #. type: =item
15019 #: ../src/guestfs-actions.pod:6076 ../fish/guestfish-actions.pod:4059
15020 msgid "s"
15021 msgstr ""
15022
15023 #. type: textblock
15024 #: ../src/guestfs-actions.pod:6078
15025 msgid ""
15026 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15027 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15028 msgstr ""
15029
15030 #. type: =item
15031 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
15032 msgid "S"
15033 msgstr ""
15034
15035 #. type: textblock
15036 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
15037 msgid "Single 8-bit-byte characters."
15038 msgstr ""
15039
15040 #. type: =item
15041 #: ../src/guestfs-actions.pod:6085 ../fish/guestfish-actions.pod:4068
15042 msgid "b"
15043 msgstr ""
15044
15045 #. type: textblock
15046 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
15047 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15048 msgstr ""
15049
15050 #. type: =item
15051 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4073
15052 msgid "l (lower case letter L)"
15053 msgstr ""
15054
15055 #. type: textblock
15056 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
15057 msgid ""
15058 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15059 "examining binaries in Windows guests."
15060 msgstr ""
15061
15062 #. type: =item
15063 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
15064 msgid "B"
15065 msgstr ""
15066
15067 #. type: textblock
15068 #: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4080
15069 msgid "32-bit big endian such as UCS-4BE."
15070 msgstr ""
15071
15072 #. type: =item
15073 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
15074 msgid "L"
15075 msgstr ""
15076
15077 #. type: textblock
15078 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
15079 msgid "32-bit little endian such as UCS-4LE."
15080 msgstr ""
15081
15082 #. type: textblock
15083 #: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
15084 msgid "The returned strings are transcoded to UTF-8."
15085 msgstr ""
15086
15087 #. type: =head2
15088 #: ../src/guestfs-actions.pod:6116
15089 msgid "guestfs_swapoff_device"
15090 msgstr ""
15091
15092 #. type: verbatim
15093 #: ../src/guestfs-actions.pod:6118
15094 #, no-wrap
15095 msgid ""
15096 " int\n"
15097 " guestfs_swapoff_device (guestfs_h *g,\n"
15098 "                         const char *device);\n"
15099 "\n"
15100 msgstr ""
15101
15102 #. type: textblock
15103 #: ../src/guestfs-actions.pod:6122
15104 msgid ""
15105 "This command disables the libguestfs appliance swap device or partition "
15106 "named C<device>.  See C<guestfs_swapon_device>."
15107 msgstr ""
15108
15109 #. type: =head2
15110 #: ../src/guestfs-actions.pod:6130
15111 msgid "guestfs_swapoff_file"
15112 msgstr ""
15113
15114 #. type: verbatim
15115 #: ../src/guestfs-actions.pod:6132
15116 #, no-wrap
15117 msgid ""
15118 " int\n"
15119 " guestfs_swapoff_file (guestfs_h *g,\n"
15120 "                       const char *file);\n"
15121 "\n"
15122 msgstr ""
15123
15124 #. type: textblock
15125 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4105
15126 msgid "This command disables the libguestfs appliance swap on file."
15127 msgstr ""
15128
15129 #. type: =head2
15130 #: ../src/guestfs-actions.pod:6142
15131 msgid "guestfs_swapoff_label"
15132 msgstr ""
15133
15134 #. type: verbatim
15135 #: ../src/guestfs-actions.pod:6144
15136 #, no-wrap
15137 msgid ""
15138 " int\n"
15139 " guestfs_swapoff_label (guestfs_h *g,\n"
15140 "                        const char *label);\n"
15141 "\n"
15142 msgstr ""
15143
15144 #. type: textblock
15145 #: ../src/guestfs-actions.pod:6148 ../fish/guestfish-actions.pod:4111
15146 msgid ""
15147 "This command disables the libguestfs appliance swap on labeled swap "
15148 "partition."
15149 msgstr ""
15150
15151 #. type: =head2
15152 #: ../src/guestfs-actions.pod:6155
15153 msgid "guestfs_swapoff_uuid"
15154 msgstr ""
15155
15156 #. type: verbatim
15157 #: ../src/guestfs-actions.pod:6157
15158 #, no-wrap
15159 msgid ""
15160 " int\n"
15161 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15162 "                       const char *uuid);\n"
15163 "\n"
15164 msgstr ""
15165
15166 #. type: textblock
15167 #: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4118
15168 msgid ""
15169 "This command disables the libguestfs appliance swap partition with the given "
15170 "UUID."
15171 msgstr ""
15172
15173 #. type: =head2
15174 #: ../src/guestfs-actions.pod:6168
15175 msgid "guestfs_swapon_device"
15176 msgstr ""
15177
15178 #. type: verbatim
15179 #: ../src/guestfs-actions.pod:6170
15180 #, no-wrap
15181 msgid ""
15182 " int\n"
15183 " guestfs_swapon_device (guestfs_h *g,\n"
15184 "                        const char *device);\n"
15185 "\n"
15186 msgstr ""
15187
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:6174
15190 msgid ""
15191 "This command enables the libguestfs appliance to use the swap device or "
15192 "partition named C<device>.  The increased memory is made available for all "
15193 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15194 msgstr ""
15195
15196 #. type: textblock
15197 #: ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:4130
15198 msgid ""
15199 "Note that you should not swap to existing guest swap partitions unless you "
15200 "know what you are doing.  They may contain hibernation information, or other "
15201 "information that the guest doesn't want you to trash.  You also risk leaking "
15202 "information about the host to the guest this way.  Instead, attach a new "
15203 "host device to the guest and swap on that."
15204 msgstr ""
15205
15206 #. type: =head2
15207 #: ../src/guestfs-actions.pod:6190
15208 msgid "guestfs_swapon_file"
15209 msgstr ""
15210
15211 #. type: verbatim
15212 #: ../src/guestfs-actions.pod:6192
15213 #, no-wrap
15214 msgid ""
15215 " int\n"
15216 " guestfs_swapon_file (guestfs_h *g,\n"
15217 "                      const char *file);\n"
15218 "\n"
15219 msgstr ""
15220
15221 #. type: textblock
15222 #: ../src/guestfs-actions.pod:6196
15223 msgid ""
15224 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15225 "notes."
15226 msgstr ""
15227
15228 #. type: =head2
15229 #: ../src/guestfs-actions.pod:6203
15230 msgid "guestfs_swapon_label"
15231 msgstr ""
15232
15233 #. type: verbatim
15234 #: ../src/guestfs-actions.pod:6205
15235 #, no-wrap
15236 msgid ""
15237 " int\n"
15238 " guestfs_swapon_label (guestfs_h *g,\n"
15239 "                       const char *label);\n"
15240 "\n"
15241 msgstr ""
15242
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:6209
15245 msgid ""
15246 "This command enables swap to a labeled swap partition.  See "
15247 "C<guestfs_swapon_device> for other notes."
15248 msgstr ""
15249
15250 #. type: =head2
15251 #: ../src/guestfs-actions.pod:6216
15252 msgid "guestfs_swapon_uuid"
15253 msgstr ""
15254
15255 #. type: verbatim
15256 #: ../src/guestfs-actions.pod:6218
15257 #, no-wrap
15258 msgid ""
15259 " int\n"
15260 " guestfs_swapon_uuid (guestfs_h *g,\n"
15261 "                      const char *uuid);\n"
15262 "\n"
15263 msgstr ""
15264
15265 #. type: textblock
15266 #: ../src/guestfs-actions.pod:6222
15267 msgid ""
15268 "This command enables swap to a swap partition with the given UUID.  See "
15269 "C<guestfs_swapon_device> for other notes."
15270 msgstr ""
15271
15272 #. type: =head2
15273 #: ../src/guestfs-actions.pod:6229
15274 msgid "guestfs_sync"
15275 msgstr ""
15276
15277 #. type: verbatim
15278 #: ../src/guestfs-actions.pod:6231
15279 #, no-wrap
15280 msgid ""
15281 " int\n"
15282 " guestfs_sync (guestfs_h *g);\n"
15283 "\n"
15284 msgstr ""
15285
15286 #. type: textblock
15287 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4162
15288 msgid ""
15289 "This syncs the disk, so that any writes are flushed through to the "
15290 "underlying disk image."
15291 msgstr ""
15292
15293 #. type: textblock
15294 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4165
15295 msgid ""
15296 "You should always call this if you have modified a disk image, before "
15297 "closing the handle."
15298 msgstr ""
15299
15300 #. type: =head2
15301 #: ../src/guestfs-actions.pod:6244
15302 msgid "guestfs_tail"
15303 msgstr ""
15304
15305 #. type: verbatim
15306 #: ../src/guestfs-actions.pod:6246
15307 #, no-wrap
15308 msgid ""
15309 " char **\n"
15310 " guestfs_tail (guestfs_h *g,\n"
15311 "               const char *path);\n"
15312 "\n"
15313 msgstr ""
15314
15315 #. type: textblock
15316 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4172
15317 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15318 msgstr ""
15319
15320 #. type: =head2
15321 #: ../src/guestfs-actions.pod:6262
15322 msgid "guestfs_tail_n"
15323 msgstr ""
15324
15325 #. type: verbatim
15326 #: ../src/guestfs-actions.pod:6264
15327 #, no-wrap
15328 msgid ""
15329 " char **\n"
15330 " guestfs_tail_n (guestfs_h *g,\n"
15331 "                 int nrlines,\n"
15332 "                 const char *path);\n"
15333 "\n"
15334 msgstr ""
15335
15336 #. type: textblock
15337 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4182
15338 msgid ""
15339 "If the parameter C<nrlines> is a positive number, this returns the last "
15340 "C<nrlines> lines of the file C<path>."
15341 msgstr ""
15342
15343 #. type: textblock
15344 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4185
15345 msgid ""
15346 "If the parameter C<nrlines> is a negative number, this returns lines from "
15347 "the file C<path>, starting with the C<-nrlines>th line."
15348 msgstr ""
15349
15350 #. type: =head2
15351 #: ../src/guestfs-actions.pod:6286
15352 msgid "guestfs_tar_in"
15353 msgstr ""
15354
15355 #. type: verbatim
15356 #: ../src/guestfs-actions.pod:6288
15357 #, no-wrap
15358 msgid ""
15359 " int\n"
15360 " guestfs_tar_in (guestfs_h *g,\n"
15361 "                 const char *tarfile,\n"
15362 "                 const char *directory);\n"
15363 "\n"
15364 msgstr ""
15365
15366 #. type: textblock
15367 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4197
15368 msgid ""
15369 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15370 "tar file) into C<directory>."
15371 msgstr ""
15372
15373 #. type: textblock
15374 #: ../src/guestfs-actions.pod:6296
15375 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15376 msgstr ""
15377
15378 #. type: textblock
15379 #: ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6350
15380 msgid "(Added in 1.0.3)"
15381 msgstr ""
15382
15383 #. type: =head2
15384 #: ../src/guestfs-actions.pod:6303
15385 msgid "guestfs_tar_out"
15386 msgstr ""
15387
15388 #. type: verbatim
15389 #: ../src/guestfs-actions.pod:6305
15390 #, no-wrap
15391 msgid ""
15392 " int\n"
15393 " guestfs_tar_out (guestfs_h *g,\n"
15394 "                  const char *directory,\n"
15395 "                  const char *tarfile);\n"
15396 "\n"
15397 msgstr ""
15398
15399 #. type: textblock
15400 #: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4209
15401 msgid ""
15402 "This command packs the contents of C<directory> and downloads it to local "
15403 "file C<tarfile>."
15404 msgstr ""
15405
15406 #. type: textblock
15407 #: ../src/guestfs-actions.pod:6313
15408 msgid ""
15409 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15410 "C<guestfs_txz_out>."
15411 msgstr ""
15412
15413 #. type: =head2
15414 #: ../src/guestfs-actions.pod:6320
15415 msgid "guestfs_tgz_in"
15416 msgstr ""
15417
15418 #. type: verbatim
15419 #: ../src/guestfs-actions.pod:6322
15420 #, no-wrap
15421 msgid ""
15422 " int\n"
15423 " guestfs_tgz_in (guestfs_h *g,\n"
15424 "                 const char *tarball,\n"
15425 "                 const char *directory);\n"
15426 "\n"
15427 msgstr ""
15428
15429 #. type: textblock
15430 #: ../src/guestfs-actions.pod:6327 ../fish/guestfish-actions.pod:4221
15431 msgid ""
15432 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15433 "tar file) into C<directory>."
15434 msgstr ""
15435
15436 #. type: textblock
15437 #: ../src/guestfs-actions.pod:6330
15438 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15439 msgstr ""
15440
15441 #. type: =head2
15442 #: ../src/guestfs-actions.pod:6336
15443 msgid "guestfs_tgz_out"
15444 msgstr ""
15445
15446 #. type: verbatim
15447 #: ../src/guestfs-actions.pod:6338
15448 #, no-wrap
15449 msgid ""
15450 " int\n"
15451 " guestfs_tgz_out (guestfs_h *g,\n"
15452 "                  const char *directory,\n"
15453 "                  const char *tarball);\n"
15454 "\n"
15455 msgstr ""
15456
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4232
15459 msgid ""
15460 "This command packs the contents of C<directory> and downloads it to local "
15461 "file C<tarball>."
15462 msgstr ""
15463
15464 #. type: textblock
15465 #: ../src/guestfs-actions.pod:6346
15466 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15467 msgstr ""
15468
15469 #. type: =head2
15470 #: ../src/guestfs-actions.pod:6352
15471 msgid "guestfs_touch"
15472 msgstr ""
15473
15474 #. type: verbatim
15475 #: ../src/guestfs-actions.pod:6354
15476 #, no-wrap
15477 msgid ""
15478 " int\n"
15479 " guestfs_touch (guestfs_h *g,\n"
15480 "                const char *path);\n"
15481 "\n"
15482 msgstr ""
15483
15484 #. type: textblock
15485 #: ../src/guestfs-actions.pod:6358 ../fish/guestfish-actions.pod:4243
15486 msgid ""
15487 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15488 "timestamps on a file, or, if the file does not exist, to create a new "
15489 "zero-length file."
15490 msgstr ""
15491
15492 #. type: textblock
15493 #: ../src/guestfs-actions.pod:6362 ../fish/guestfish-actions.pod:4247
15494 msgid ""
15495 "This command only works on regular files, and will fail on other file types "
15496 "such as directories, symbolic links, block special etc."
15497 msgstr ""
15498
15499 #. type: =head2
15500 #: ../src/guestfs-actions.pod:6369
15501 msgid "guestfs_truncate"
15502 msgstr ""
15503
15504 #. type: verbatim
15505 #: ../src/guestfs-actions.pod:6371
15506 #, no-wrap
15507 msgid ""
15508 " int\n"
15509 " guestfs_truncate (guestfs_h *g,\n"
15510 "                   const char *path);\n"
15511 "\n"
15512 msgstr ""
15513
15514 #. type: textblock
15515 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4254
15516 msgid ""
15517 "This command truncates C<path> to a zero-length file.  The file must exist "
15518 "already."
15519 msgstr ""
15520
15521 #. type: =head2
15522 #: ../src/guestfs-actions.pod:6382
15523 msgid "guestfs_truncate_size"
15524 msgstr ""
15525
15526 #. type: verbatim
15527 #: ../src/guestfs-actions.pod:6384
15528 #, no-wrap
15529 msgid ""
15530 " int\n"
15531 " guestfs_truncate_size (guestfs_h *g,\n"
15532 "                        const char *path,\n"
15533 "                        int64_t size);\n"
15534 "\n"
15535 msgstr ""
15536
15537 #. type: textblock
15538 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4261
15539 msgid ""
15540 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15541 "already."
15542 msgstr ""
15543
15544 #. type: textblock
15545 #: ../src/guestfs-actions.pod:6392
15546 msgid ""
15547 "If the current file size is less than C<size> then the file is extended to "
15548 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15549 "blocks are not allocated for the file until you write to it).  To create a "
15550 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15551 msgstr ""
15552
15553 #. type: =head2
15554 #: ../src/guestfs-actions.pod:6402
15555 msgid "guestfs_tune2fs_l"
15556 msgstr ""
15557
15558 #. type: verbatim
15559 #: ../src/guestfs-actions.pod:6404
15560 #, no-wrap
15561 msgid ""
15562 " char **\n"
15563 " guestfs_tune2fs_l (guestfs_h *g,\n"
15564 "                    const char *device);\n"
15565 "\n"
15566 msgstr ""
15567
15568 #. type: textblock
15569 #: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4274
15570 msgid ""
15571 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15572 "C<device>."
15573 msgstr ""
15574
15575 #. type: textblock
15576 #: ../src/guestfs-actions.pod:6411 ../fish/guestfish-actions.pod:4277
15577 msgid ""
15578 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15579 "for more details.  The list of fields returned isn't clearly defined, and "
15580 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15581 "and the filesystem itself."
15582 msgstr ""
15583
15584 #. type: =head2
15585 #: ../src/guestfs-actions.pod:6424
15586 msgid "guestfs_txz_in"
15587 msgstr ""
15588
15589 #. type: verbatim
15590 #: ../src/guestfs-actions.pod:6426
15591 #, no-wrap
15592 msgid ""
15593 " int\n"
15594 " guestfs_txz_in (guestfs_h *g,\n"
15595 "                 const char *tarball,\n"
15596 "                 const char *directory);\n"
15597 "\n"
15598 msgstr ""
15599
15600 #. type: textblock
15601 #: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4286
15602 msgid ""
15603 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15604 "tar file) into C<directory>."
15605 msgstr ""
15606
15607 #. type: =head2
15608 #: ../src/guestfs-actions.pod:6438
15609 msgid "guestfs_txz_out"
15610 msgstr ""
15611
15612 #. type: verbatim
15613 #: ../src/guestfs-actions.pod:6440
15614 #, no-wrap
15615 msgid ""
15616 " int\n"
15617 " guestfs_txz_out (guestfs_h *g,\n"
15618 "                  const char *directory,\n"
15619 "                  const char *tarball);\n"
15620 "\n"
15621 msgstr ""
15622
15623 #. type: textblock
15624 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4295
15625 msgid ""
15626 "This command packs the contents of C<directory> and downloads it to local "
15627 "file C<tarball> (as an xz compressed tar archive)."
15628 msgstr ""
15629
15630 #. type: =head2
15631 #: ../src/guestfs-actions.pod:6452
15632 msgid "guestfs_umask"
15633 msgstr ""
15634
15635 #. type: verbatim
15636 #: ../src/guestfs-actions.pod:6454
15637 #, no-wrap
15638 msgid ""
15639 " int\n"
15640 " guestfs_umask (guestfs_h *g,\n"
15641 "                int mask);\n"
15642 "\n"
15643 msgstr ""
15644
15645 #. type: textblock
15646 #: ../src/guestfs-actions.pod:6458 ../fish/guestfish-actions.pod:4304
15647 msgid ""
15648 "This function sets the mask used for creating new files and device nodes to "
15649 "C<mask & 0777>."
15650 msgstr ""
15651
15652 #. type: textblock
15653 #: ../src/guestfs-actions.pod:6461 ../fish/guestfish-actions.pod:4307
15654 msgid ""
15655 "Typical umask values would be C<022> which creates new files with "
15656 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15657 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15658 msgstr ""
15659
15660 #. type: textblock
15661 #: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4312
15662 msgid ""
15663 "The default umask is C<022>.  This is important because it means that "
15664 "directories and device nodes will be created with C<0644> or C<0755> mode "
15665 "even if you specify C<0777>."
15666 msgstr ""
15667
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:6470
15670 msgid ""
15671 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
15672 "C<guestfs_mkdir>."
15673 msgstr ""
15674
15675 #. type: textblock
15676 #: ../src/guestfs-actions.pod:6473 ../fish/guestfish-actions.pod:4319
15677 msgid "This call returns the previous umask."
15678 msgstr ""
15679
15680 #. type: =head2
15681 #: ../src/guestfs-actions.pod:6479
15682 msgid "guestfs_umount"
15683 msgstr ""
15684
15685 #. type: verbatim
15686 #: ../src/guestfs-actions.pod:6481
15687 #, no-wrap
15688 msgid ""
15689 " int\n"
15690 " guestfs_umount (guestfs_h *g,\n"
15691 "                 const char *pathordevice);\n"
15692 "\n"
15693 msgstr ""
15694
15695 #. type: textblock
15696 #: ../src/guestfs-actions.pod:6485 ../fish/guestfish-actions.pod:4327
15697 msgid ""
15698 "This unmounts the given filesystem.  The filesystem may be specified either "
15699 "by its mountpoint (path) or the device which contains the filesystem."
15700 msgstr ""
15701
15702 #. type: =head2
15703 #: ../src/guestfs-actions.pod:6493
15704 msgid "guestfs_umount_all"
15705 msgstr ""
15706
15707 #. type: verbatim
15708 #: ../src/guestfs-actions.pod:6495
15709 #, no-wrap
15710 msgid ""
15711 " int\n"
15712 " guestfs_umount_all (guestfs_h *g);\n"
15713 "\n"
15714 msgstr ""
15715
15716 #. type: textblock
15717 #: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4337
15718 msgid "This unmounts all mounted filesystems."
15719 msgstr ""
15720
15721 #. type: textblock
15722 #: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4339
15723 msgid "Some internal mounts are not unmounted by this call."
15724 msgstr ""
15725
15726 #. type: =head2
15727 #: ../src/guestfs-actions.pod:6506
15728 msgid "guestfs_upload"
15729 msgstr ""
15730
15731 #. type: verbatim
15732 #: ../src/guestfs-actions.pod:6508
15733 #, no-wrap
15734 msgid ""
15735 " int\n"
15736 " guestfs_upload (guestfs_h *g,\n"
15737 "                 const char *filename,\n"
15738 "                 const char *remotefilename);\n"
15739 "\n"
15740 msgstr ""
15741
15742 #. type: textblock
15743 #: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6537 ../fish/guestfish-actions.pod:4345 ../fish/guestfish-actions.pod:4358
15744 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15745 msgstr ""
15746
15747 #. type: textblock
15748 #: ../src/guestfs-actions.pod:6518
15749 msgid "See also C<guestfs_download>."
15750 msgstr ""
15751
15752 #. type: =head2
15753 #: ../src/guestfs-actions.pod:6529
15754 msgid "guestfs_upload_offset"
15755 msgstr ""
15756
15757 #. type: verbatim
15758 #: ../src/guestfs-actions.pod:6531
15759 #, no-wrap
15760 msgid ""
15761 " int\n"
15762 " guestfs_upload_offset (guestfs_h *g,\n"
15763 "                        const char *filename,\n"
15764 "                        const char *remotefilename,\n"
15765 "                        int64_t offset);\n"
15766 "\n"
15767 msgstr ""
15768
15769 #. type: textblock
15770 #: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4361
15771 msgid ""
15772 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15773 "The intention is to overwrite parts of existing files or devices, although "
15774 "if a non-existant file is specified then it is created with a \"hole\" "
15775 "before C<offset>.  The size of the data written is implicit in the size of "
15776 "the source C<filename>."
15777 msgstr ""
15778
15779 #. type: textblock
15780 #: ../src/guestfs-actions.pod:6547
15781 msgid ""
15782 "Note that there is no limit on the amount of data that can be uploaded with "
15783 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
15784 "full amount unless an error occurs."
15785 msgstr ""
15786
15787 #. type: textblock
15788 #: ../src/guestfs-actions.pod:6552
15789 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
15790 msgstr ""
15791
15792 #. type: =head2
15793 #: ../src/guestfs-actions.pod:6563
15794 msgid "guestfs_utimens"
15795 msgstr ""
15796
15797 #. type: verbatim
15798 #: ../src/guestfs-actions.pod:6565
15799 #, no-wrap
15800 msgid ""
15801 " int\n"
15802 " guestfs_utimens (guestfs_h *g,\n"
15803 "                  const char *path,\n"
15804 "                  int64_t atsecs,\n"
15805 "                  int64_t atnsecs,\n"
15806 "                  int64_t mtsecs,\n"
15807 "                  int64_t mtnsecs);\n"
15808 "\n"
15809 msgstr ""
15810
15811 #. type: textblock
15812 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
15813 msgid "This command sets the timestamps of a file with nanosecond precision."
15814 msgstr ""
15815
15816 #. type: textblock
15817 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
15818 msgid ""
15819 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15820 "from the epoch."
15821 msgstr ""
15822
15823 #. type: textblock
15824 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
15825 msgid ""
15826 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15827 "nanoseconds from the epoch."
15828 msgstr ""
15829
15830 #. type: textblock
15831 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
15832 msgid ""
15833 "If the C<*nsecs> field contains the special value C<-1> then the "
15834 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15835 "ignored in this case)."
15836 msgstr ""
15837
15838 #. type: textblock
15839 #: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4394
15840 msgid ""
15841 "If the C<*nsecs> field contains the special value C<-2> then the "
15842 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15843 "in this case)."
15844 msgstr ""
15845
15846 #. type: =head2
15847 #: ../src/guestfs-actions.pod:6594 ../src/guestfs-structs.pod:175
15848 msgid "guestfs_version"
15849 msgstr ""
15850
15851 #. type: verbatim
15852 #: ../src/guestfs-actions.pod:6596
15853 #, no-wrap
15854 msgid ""
15855 " struct guestfs_version *\n"
15856 " guestfs_version (guestfs_h *g);\n"
15857 "\n"
15858 msgstr ""
15859
15860 #. type: textblock
15861 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4402
15862 msgid "Return the libguestfs version number that the program is linked against."
15863 msgstr ""
15864
15865 #. type: textblock
15866 #: ../src/guestfs-actions.pod:6602 ../fish/guestfish-actions.pod:4405
15867 msgid ""
15868 "Note that because of dynamic linking this is not necessarily the version of "
15869 "libguestfs that you compiled against.  You can compile the program, and then "
15870 "at runtime dynamically link against a completely different C<libguestfs.so> "
15871 "library."
15872 msgstr ""
15873
15874 #. type: textblock
15875 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
15876 msgid ""
15877 "This call was added in version C<1.0.58>.  In previous versions of "
15878 "libguestfs there was no way to get the version number.  From C code you can "
15879 "use dynamic linker functions to find out if this symbol exists (if it "
15880 "doesn't, then it's an earlier version)."
15881 msgstr ""
15882
15883 #. type: textblock
15884 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
15885 msgid ""
15886 "The call returns a structure with four elements.  The first three (C<major>, "
15887 "C<minor> and C<release>) are numbers and correspond to the usual version "
15888 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15889 "but may be used for distro-specific information."
15890 msgstr ""
15891
15892 #. type: textblock
15893 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
15894 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
15895 msgstr ""
15896
15897 #. type: textblock
15898 #: ../src/guestfs-actions.pod:6622 ../fish/guestfish-actions.pod:4425
15899 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15900 msgstr ""
15901
15902 #. type: textblock
15903 #: ../src/guestfs-actions.pod:6624
15904 msgid ""
15905 "I<Note:> Don't use this call to test for availability of features.  In "
15906 "enterprise distributions we backport features from later versions into "
15907 "earlier versions, making this an unreliable way to test for features.  Use "
15908 "C<guestfs_available> instead."
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:6630
15913 msgid ""
15914 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
15915 "error.  I<The caller must call C<guestfs_free_version> after use>."
15916 msgstr ""
15917
15918 #. type: textblock
15919 #: ../src/guestfs-actions.pod:6634
15920 msgid "(Added in 1.0.58)"
15921 msgstr ""
15922
15923 #. type: =head2
15924 #: ../src/guestfs-actions.pod:6636
15925 msgid "guestfs_vfs_label"
15926 msgstr ""
15927
15928 #. type: verbatim
15929 #: ../src/guestfs-actions.pod:6638
15930 #, no-wrap
15931 msgid ""
15932 " char *\n"
15933 " guestfs_vfs_label (guestfs_h *g,\n"
15934 "                    const char *device);\n"
15935 "\n"
15936 msgstr ""
15937
15938 #. type: textblock
15939 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4437
15940 msgid "This returns the filesystem label of the filesystem on C<device>."
15941 msgstr ""
15942
15943 #. type: textblock
15944 #: ../src/guestfs-actions.pod:6645 ../fish/guestfish-actions.pod:4440
15945 msgid "If the filesystem is unlabeled, this returns the empty string."
15946 msgstr ""
15947
15948 #. type: textblock
15949 #: ../src/guestfs-actions.pod:6647
15950 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
15951 msgstr ""
15952
15953 #. type: textblock
15954 #: ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6689
15955 msgid "(Added in 1.3.18)"
15956 msgstr ""
15957
15958 #. type: =head2
15959 #: ../src/guestfs-actions.pod:6654
15960 msgid "guestfs_vfs_type"
15961 msgstr ""
15962
15963 #. type: verbatim
15964 #: ../src/guestfs-actions.pod:6656
15965 #, no-wrap
15966 msgid ""
15967 " char *\n"
15968 " guestfs_vfs_type (guestfs_h *g,\n"
15969 "                   const char *device);\n"
15970 "\n"
15971 msgstr ""
15972
15973 #. type: textblock
15974 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4448
15975 msgid ""
15976 "This command gets the filesystem type corresponding to the filesystem on "
15977 "C<device>."
15978 msgstr ""
15979
15980 #. type: textblock
15981 #: ../src/guestfs-actions.pod:6663 ../fish/guestfish-actions.pod:4451
15982 msgid ""
15983 "For most filesystems, the result is the name of the Linux VFS module which "
15984 "would be used to mount this filesystem if you mounted it without specifying "
15985 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
15986 msgstr ""
15987
15988 #. type: =head2
15989 #: ../src/guestfs-actions.pod:6673
15990 msgid "guestfs_vfs_uuid"
15991 msgstr ""
15992
15993 #. type: verbatim
15994 #: ../src/guestfs-actions.pod:6675
15995 #, no-wrap
15996 msgid ""
15997 " char *\n"
15998 " guestfs_vfs_uuid (guestfs_h *g,\n"
15999 "                   const char *device);\n"
16000 "\n"
16001 msgstr ""
16002
16003 #. type: textblock
16004 #: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4460
16005 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16006 msgstr ""
16007
16008 #. type: textblock
16009 #: ../src/guestfs-actions.pod:6682 ../fish/guestfish-actions.pod:4463
16010 msgid "If the filesystem does not have a UUID, this returns the empty string."
16011 msgstr ""
16012
16013 #. type: textblock
16014 #: ../src/guestfs-actions.pod:6684
16015 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16016 msgstr ""
16017
16018 #. type: =head2
16019 #: ../src/guestfs-actions.pod:6691
16020 msgid "guestfs_vg_activate"
16021 msgstr ""
16022
16023 #. type: verbatim
16024 #: ../src/guestfs-actions.pod:6693
16025 #, no-wrap
16026 msgid ""
16027 " int\n"
16028 " guestfs_vg_activate (guestfs_h *g,\n"
16029 "                      int activate,\n"
16030 "                      char *const *volgroups);\n"
16031 "\n"
16032 msgstr ""
16033
16034 #. type: textblock
16035 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
16036 msgid ""
16037 "This command activates or (if C<activate> is false) deactivates all logical "
16038 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16039 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16040 "deactivated, then those devices disappear."
16041 msgstr ""
16042
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
16045 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16046 msgstr ""
16047
16048 #. type: textblock
16049 #: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4479
16050 msgid ""
16051 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16052 "activated or deactivated."
16053 msgstr ""
16054
16055 #. type: =head2
16056 #: ../src/guestfs-actions.pod:6713
16057 msgid "guestfs_vg_activate_all"
16058 msgstr ""
16059
16060 #. type: verbatim
16061 #: ../src/guestfs-actions.pod:6715
16062 #, no-wrap
16063 msgid ""
16064 " int\n"
16065 " guestfs_vg_activate_all (guestfs_h *g,\n"
16066 "                          int activate);\n"
16067 "\n"
16068 msgstr ""
16069
16070 #. type: textblock
16071 #: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
16072 msgid ""
16073 "This command activates or (if C<activate> is false) deactivates all logical "
16074 "volumes in all volume groups.  If activated, then they are made known to the "
16075 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16076 "those devices disappear."
16077 msgstr ""
16078
16079 #. type: textblock
16080 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
16081 msgid "This command is the same as running C<vgchange -a y|n>"
16082 msgstr ""
16083
16084 #. type: =head2
16085 #: ../src/guestfs-actions.pod:6731
16086 msgid "guestfs_vgcreate"
16087 msgstr ""
16088
16089 #. type: verbatim
16090 #: ../src/guestfs-actions.pod:6733
16091 #, no-wrap
16092 msgid ""
16093 " int\n"
16094 " guestfs_vgcreate (guestfs_h *g,\n"
16095 "                   const char *volgroup,\n"
16096 "                   char *const *physvols);\n"
16097 "\n"
16098 msgstr ""
16099
16100 #. type: textblock
16101 #: ../src/guestfs-actions.pod:6738 ../fish/guestfish-actions.pod:4498
16102 msgid ""
16103 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16104 "of physical volumes C<physvols>."
16105 msgstr ""
16106
16107 #. type: =head2
16108 #: ../src/guestfs-actions.pod:6745
16109 msgid "guestfs_vglvuuids"
16110 msgstr ""
16111
16112 #. type: verbatim
16113 #: ../src/guestfs-actions.pod:6747
16114 #, no-wrap
16115 msgid ""
16116 " char **\n"
16117 " guestfs_vglvuuids (guestfs_h *g,\n"
16118 "                    const char *vgname);\n"
16119 "\n"
16120 msgstr ""
16121
16122 #. type: textblock
16123 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4505
16124 msgid ""
16125 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16126 "volumes created in this volume group."
16127 msgstr ""
16128
16129 #. type: textblock
16130 #: ../src/guestfs-actions.pod:6754
16131 msgid ""
16132 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16133 "associate logical volumes and volume groups."
16134 msgstr ""
16135
16136 #. type: textblock
16137 #: ../src/guestfs-actions.pod:6757
16138 msgid "See also C<guestfs_vgpvuuids>."
16139 msgstr ""
16140
16141 #. type: =head2
16142 #: ../src/guestfs-actions.pod:6765
16143 msgid "guestfs_vgpvuuids"
16144 msgstr ""
16145
16146 #. type: verbatim
16147 #: ../src/guestfs-actions.pod:6767
16148 #, no-wrap
16149 msgid ""
16150 " char **\n"
16151 " guestfs_vgpvuuids (guestfs_h *g,\n"
16152 "                    const char *vgname);\n"
16153 "\n"
16154 msgstr ""
16155
16156 #. type: textblock
16157 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4517
16158 msgid ""
16159 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16160 "volumes that this volume group resides on."
16161 msgstr ""
16162
16163 #. type: textblock
16164 #: ../src/guestfs-actions.pod:6774
16165 msgid ""
16166 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16167 "associate physical volumes and volume groups."
16168 msgstr ""
16169
16170 #. type: textblock
16171 #: ../src/guestfs-actions.pod:6777
16172 msgid "See also C<guestfs_vglvuuids>."
16173 msgstr ""
16174
16175 #. type: =head2
16176 #: ../src/guestfs-actions.pod:6785
16177 msgid "guestfs_vgremove"
16178 msgstr ""
16179
16180 #. type: verbatim
16181 #: ../src/guestfs-actions.pod:6787
16182 #, no-wrap
16183 msgid ""
16184 " int\n"
16185 " guestfs_vgremove (guestfs_h *g,\n"
16186 "                   const char *vgname);\n"
16187 "\n"
16188 msgstr ""
16189
16190 #. type: textblock
16191 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4529
16192 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16193 msgstr ""
16194
16195 #. type: textblock
16196 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4531
16197 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16198 msgstr ""
16199
16200 #. type: =head2
16201 #: ../src/guestfs-actions.pod:6800
16202 msgid "guestfs_vgrename"
16203 msgstr ""
16204
16205 #. type: verbatim
16206 #: ../src/guestfs-actions.pod:6802
16207 #, no-wrap
16208 msgid ""
16209 " int\n"
16210 " guestfs_vgrename (guestfs_h *g,\n"
16211 "                   const char *volgroup,\n"
16212 "                   const char *newvolgroup);\n"
16213 "\n"
16214 msgstr ""
16215
16216 #. type: textblock
16217 #: ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:4538
16218 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16219 msgstr ""
16220
16221 #. type: =head2
16222 #: ../src/guestfs-actions.pod:6813
16223 msgid "guestfs_vgs"
16224 msgstr ""
16225
16226 #. type: verbatim
16227 #: ../src/guestfs-actions.pod:6815
16228 #, no-wrap
16229 msgid ""
16230 " char **\n"
16231 " guestfs_vgs (guestfs_h *g);\n"
16232 "\n"
16233 msgstr ""
16234
16235 #. type: textblock
16236 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4544
16237 msgid ""
16238 "List all the volumes groups detected.  This is the equivalent of the "
16239 "L<vgs(8)> command."
16240 msgstr ""
16241
16242 #. type: textblock
16243 #: ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:4547
16244 msgid ""
16245 "This returns a list of just the volume group names that were detected "
16246 "(eg. C<VolGroup00>)."
16247 msgstr ""
16248
16249 #. type: textblock
16250 #: ../src/guestfs-actions.pod:6824
16251 msgid "See also C<guestfs_vgs_full>."
16252 msgstr ""
16253
16254 #. type: =head2
16255 #: ../src/guestfs-actions.pod:6832
16256 msgid "guestfs_vgs_full"
16257 msgstr ""
16258
16259 #. type: verbatim
16260 #: ../src/guestfs-actions.pod:6834
16261 #, no-wrap
16262 msgid ""
16263 " struct guestfs_lvm_vg_list *\n"
16264 " guestfs_vgs_full (guestfs_h *g);\n"
16265 "\n"
16266 msgstr ""
16267
16268 #. type: textblock
16269 #: ../src/guestfs-actions.pod:6837 ../fish/guestfish-actions.pod:4556
16270 msgid ""
16271 "List all the volumes groups detected.  This is the equivalent of the "
16272 "L<vgs(8)> command.  The \"full\" version includes all fields."
16273 msgstr ""
16274
16275 #. type: textblock
16276 #: ../src/guestfs-actions.pod:6840
16277 msgid ""
16278 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16279 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16280 "use>."
16281 msgstr ""
16282
16283 #. type: =head2
16284 #: ../src/guestfs-actions.pod:6846
16285 msgid "guestfs_vgscan"
16286 msgstr ""
16287
16288 #. type: verbatim
16289 #: ../src/guestfs-actions.pod:6848
16290 #, no-wrap
16291 msgid ""
16292 " int\n"
16293 " guestfs_vgscan (guestfs_h *g);\n"
16294 "\n"
16295 msgstr ""
16296
16297 #. type: textblock
16298 #: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4563
16299 msgid ""
16300 "This rescans all block devices and rebuilds the list of LVM physical "
16301 "volumes, volume groups and logical volumes."
16302 msgstr ""
16303
16304 #. type: =head2
16305 #: ../src/guestfs-actions.pod:6858
16306 msgid "guestfs_vguuid"
16307 msgstr ""
16308
16309 #. type: verbatim
16310 #: ../src/guestfs-actions.pod:6860
16311 #, no-wrap
16312 msgid ""
16313 " char *\n"
16314 " guestfs_vguuid (guestfs_h *g,\n"
16315 "                 const char *vgname);\n"
16316 "\n"
16317 msgstr ""
16318
16319 #. type: textblock
16320 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4570
16321 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16322 msgstr ""
16323
16324 #. type: =head2
16325 #: ../src/guestfs-actions.pod:6871
16326 msgid "guestfs_wait_ready"
16327 msgstr ""
16328
16329 #. type: verbatim
16330 #: ../src/guestfs-actions.pod:6873
16331 #, no-wrap
16332 msgid ""
16333 " int\n"
16334 " guestfs_wait_ready (guestfs_h *g);\n"
16335 "\n"
16336 msgstr ""
16337
16338 #. type: textblock
16339 #: ../src/guestfs-actions.pod:6876
16340 msgid "This function is a no op."
16341 msgstr ""
16342
16343 #. type: textblock
16344 #: ../src/guestfs-actions.pod:6878
16345 msgid ""
16346 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16347 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16348 "is no longer necessary because C<guestfs_launch> now does the waiting."
16349 msgstr ""
16350
16351 #. type: textblock
16352 #: ../src/guestfs-actions.pod:6883
16353 msgid ""
16354 "If you see any calls to this function in code then you can just remove them, "
16355 "unless you want to retain compatibility with older versions of the API."
16356 msgstr ""
16357
16358 #. type: =head2
16359 #: ../src/guestfs-actions.pod:6891
16360 msgid "guestfs_wc_c"
16361 msgstr ""
16362
16363 #. type: verbatim
16364 #: ../src/guestfs-actions.pod:6893
16365 #, no-wrap
16366 msgid ""
16367 " int\n"
16368 " guestfs_wc_c (guestfs_h *g,\n"
16369 "               const char *path);\n"
16370 "\n"
16371 msgstr ""
16372
16373 #. type: textblock
16374 #: ../src/guestfs-actions.pod:6897 ../fish/guestfish-actions.pod:4576
16375 msgid ""
16376 "This command counts the characters in a file, using the C<wc -c> external "
16377 "command."
16378 msgstr ""
16379
16380 #. type: =head2
16381 #: ../src/guestfs-actions.pod:6904
16382 msgid "guestfs_wc_l"
16383 msgstr ""
16384
16385 #. type: verbatim
16386 #: ../src/guestfs-actions.pod:6906
16387 #, no-wrap
16388 msgid ""
16389 " int\n"
16390 " guestfs_wc_l (guestfs_h *g,\n"
16391 "               const char *path);\n"
16392 "\n"
16393 msgstr ""
16394
16395 #. type: textblock
16396 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4583
16397 msgid ""
16398 "This command counts the lines in a file, using the C<wc -l> external "
16399 "command."
16400 msgstr ""
16401
16402 #. type: =head2
16403 #: ../src/guestfs-actions.pod:6917
16404 msgid "guestfs_wc_w"
16405 msgstr ""
16406
16407 #. type: verbatim
16408 #: ../src/guestfs-actions.pod:6919
16409 #, no-wrap
16410 msgid ""
16411 " int\n"
16412 " guestfs_wc_w (guestfs_h *g,\n"
16413 "               const char *path);\n"
16414 "\n"
16415 msgstr ""
16416
16417 #. type: textblock
16418 #: ../src/guestfs-actions.pod:6923 ../fish/guestfish-actions.pod:4590
16419 msgid ""
16420 "This command counts the words in a file, using the C<wc -w> external "
16421 "command."
16422 msgstr ""
16423
16424 #. type: =head2
16425 #: ../src/guestfs-actions.pod:6930
16426 msgid "guestfs_write"
16427 msgstr ""
16428
16429 #. type: verbatim
16430 #: ../src/guestfs-actions.pod:6932
16431 #, no-wrap
16432 msgid ""
16433 " int\n"
16434 " guestfs_write (guestfs_h *g,\n"
16435 "                const char *path,\n"
16436 "                const char *content,\n"
16437 "                size_t content_size);\n"
16438 "\n"
16439 msgstr ""
16440
16441 #. type: textblock
16442 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4597
16443 msgid ""
16444 "This call creates a file called C<path>.  The content of the file is the "
16445 "string C<content> (which can contain any 8 bit data)."
16446 msgstr ""
16447
16448 #. type: =head2
16449 #: ../src/guestfs-actions.pod:6948
16450 msgid "guestfs_write_file"
16451 msgstr ""
16452
16453 #. type: verbatim
16454 #: ../src/guestfs-actions.pod:6950
16455 #, no-wrap
16456 msgid ""
16457 " int\n"
16458 " guestfs_write_file (guestfs_h *g,\n"
16459 "                     const char *path,\n"
16460 "                     const char *content,\n"
16461 "                     int size);\n"
16462 "\n"
16463 msgstr ""
16464
16465 #. type: textblock
16466 #: ../src/guestfs-actions.pod:6956 ../fish/guestfish-actions.pod:4607
16467 msgid ""
16468 "This call creates a file called C<path>.  The contents of the file is the "
16469 "string C<content> (which can contain any 8 bit data), with length C<size>."
16470 msgstr ""
16471
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4611
16474 msgid ""
16475 "As a special case, if C<size> is C<0> then the length is calculated using "
16476 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16477 msgstr ""
16478
16479 #. type: textblock
16480 #: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4615
16481 msgid ""
16482 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16483 "I<not> work, even if the length is specified."
16484 msgstr ""
16485
16486 #. type: textblock
16487 #: ../src/guestfs-actions.pod:6972 ../fish/guestfish-actions.pod:4621
16488 msgid "This function is deprecated.  In new code, use the C<write> call instead."
16489 msgstr ""
16490
16491 #. type: =head2
16492 #: ../src/guestfs-actions.pod:6981
16493 msgid "guestfs_zegrep"
16494 msgstr ""
16495
16496 #. type: verbatim
16497 #: ../src/guestfs-actions.pod:6983
16498 #, no-wrap
16499 msgid ""
16500 " char **\n"
16501 " guestfs_zegrep (guestfs_h *g,\n"
16502 "                 const char *regex,\n"
16503 "                 const char *path);\n"
16504 "\n"
16505 msgstr ""
16506
16507 #. type: textblock
16508 #: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4632
16509 msgid "This calls the external C<zegrep> program and returns the matching lines."
16510 msgstr ""
16511
16512 #. type: =head2
16513 #: ../src/guestfs-actions.pod:7000
16514 msgid "guestfs_zegrepi"
16515 msgstr ""
16516
16517 #. type: verbatim
16518 #: ../src/guestfs-actions.pod:7002
16519 #, no-wrap
16520 msgid ""
16521 " char **\n"
16522 " guestfs_zegrepi (guestfs_h *g,\n"
16523 "                  const char *regex,\n"
16524 "                  const char *path);\n"
16525 "\n"
16526 msgstr ""
16527
16528 #. type: textblock
16529 #: ../src/guestfs-actions.pod:7007 ../fish/guestfish-actions.pod:4642
16530 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16531 msgstr ""
16532
16533 #. type: =head2
16534 #: ../src/guestfs-actions.pod:7019
16535 msgid "guestfs_zero"
16536 msgstr ""
16537
16538 #. type: verbatim
16539 #: ../src/guestfs-actions.pod:7021
16540 #, no-wrap
16541 msgid ""
16542 " int\n"
16543 " guestfs_zero (guestfs_h *g,\n"
16544 "               const char *device);\n"
16545 "\n"
16546 msgstr ""
16547
16548 #. type: textblock
16549 #: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4652
16550 msgid "This command writes zeroes over the first few blocks of C<device>."
16551 msgstr ""
16552
16553 #. type: textblock
16554 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4654
16555 msgid ""
16556 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16557 "securely wipe the device).  It should be sufficient to remove any partition "
16558 "tables, filesystem superblocks and so on."
16559 msgstr ""
16560
16561 #. type: textblock
16562 #: ../src/guestfs-actions.pod:7031
16563 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16564 msgstr ""
16565
16566 #. type: =head2
16567 #: ../src/guestfs-actions.pod:7042
16568 msgid "guestfs_zero_device"
16569 msgstr ""
16570
16571 #. type: verbatim
16572 #: ../src/guestfs-actions.pod:7044
16573 #, no-wrap
16574 msgid ""
16575 " int\n"
16576 " guestfs_zero_device (guestfs_h *g,\n"
16577 "                      const char *device);\n"
16578 "\n"
16579 msgstr ""
16580
16581 #. type: textblock
16582 #: ../src/guestfs-actions.pod:7048
16583 msgid ""
16584 "This command writes zeroes over the entire C<device>.  Compare with "
16585 "C<guestfs_zero> which just zeroes the first few blocks of a device."
16586 msgstr ""
16587
16588 #. type: textblock
16589 #: ../src/guestfs-actions.pod:7062
16590 msgid "(Added in 1.3.1)"
16591 msgstr ""
16592
16593 #. type: =head2
16594 #: ../src/guestfs-actions.pod:7064
16595 msgid "guestfs_zerofree"
16596 msgstr ""
16597
16598 #. type: verbatim
16599 #: ../src/guestfs-actions.pod:7066
16600 #, no-wrap
16601 msgid ""
16602 " int\n"
16603 " guestfs_zerofree (guestfs_h *g,\n"
16604 "                   const char *device);\n"
16605 "\n"
16606 msgstr ""
16607
16608 #. type: textblock
16609 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4675
16610 msgid ""
16611 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16612 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16613 "possible to compress the filesystem more effectively."
16614 msgstr ""
16615
16616 #. type: textblock
16617 #: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4680
16618 msgid "You should B<not> run this program if the filesystem is mounted."
16619 msgstr ""
16620
16621 #. type: textblock
16622 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4683
16623 msgid ""
16624 "It is possible that using this program can damage the filesystem or data on "
16625 "the filesystem."
16626 msgstr ""
16627
16628 #. type: =head2
16629 #: ../src/guestfs-actions.pod:7085
16630 msgid "guestfs_zfgrep"
16631 msgstr ""
16632
16633 #. type: verbatim
16634 #: ../src/guestfs-actions.pod:7087
16635 #, no-wrap
16636 msgid ""
16637 " char **\n"
16638 " guestfs_zfgrep (guestfs_h *g,\n"
16639 "                 const char *pattern,\n"
16640 "                 const char *path);\n"
16641 "\n"
16642 msgstr ""
16643
16644 #. type: textblock
16645 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4690
16646 msgid "This calls the external C<zfgrep> program and returns the matching lines."
16647 msgstr ""
16648
16649 #. type: =head2
16650 #: ../src/guestfs-actions.pod:7104
16651 msgid "guestfs_zfgrepi"
16652 msgstr ""
16653
16654 #. type: verbatim
16655 #: ../src/guestfs-actions.pod:7106
16656 #, no-wrap
16657 msgid ""
16658 " char **\n"
16659 " guestfs_zfgrepi (guestfs_h *g,\n"
16660 "                  const char *pattern,\n"
16661 "                  const char *path);\n"
16662 "\n"
16663 msgstr ""
16664
16665 #. type: textblock
16666 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4700
16667 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
16668 msgstr ""
16669
16670 #. type: =head2
16671 #: ../src/guestfs-actions.pod:7123
16672 msgid "guestfs_zfile"
16673 msgstr ""
16674
16675 #. type: verbatim
16676 #: ../src/guestfs-actions.pod:7125
16677 #, no-wrap
16678 msgid ""
16679 " char *\n"
16680 " guestfs_zfile (guestfs_h *g,\n"
16681 "                const char *meth,\n"
16682 "                const char *path);\n"
16683 "\n"
16684 msgstr ""
16685
16686 #. type: textblock
16687 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4710
16688 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
16689 msgstr ""
16690
16691 #. type: textblock
16692 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4713
16693 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16694 msgstr ""
16695
16696 #. type: textblock
16697 #: ../src/guestfs-actions.pod:7135
16698 msgid ""
16699 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
16700 "files."
16701 msgstr ""
16702
16703 #. type: textblock
16704 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4718
16705 msgid "This function is deprecated.  In new code, use the C<file> call instead."
16706 msgstr ""
16707
16708 #. type: =head2
16709 #: ../src/guestfs-actions.pod:7150
16710 msgid "guestfs_zgrep"
16711 msgstr ""
16712
16713 #. type: verbatim
16714 #: ../src/guestfs-actions.pod:7152
16715 #, no-wrap
16716 msgid ""
16717 " char **\n"
16718 " guestfs_zgrep (guestfs_h *g,\n"
16719 "                const char *regex,\n"
16720 "                const char *path);\n"
16721 "\n"
16722 msgstr ""
16723
16724 #. type: textblock
16725 #: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4729
16726 msgid "This calls the external C<zgrep> program and returns the matching lines."
16727 msgstr ""
16728
16729 #. type: =head2
16730 #: ../src/guestfs-actions.pod:7169
16731 msgid "guestfs_zgrepi"
16732 msgstr ""
16733
16734 #. type: verbatim
16735 #: ../src/guestfs-actions.pod:7171
16736 #, no-wrap
16737 msgid ""
16738 " char **\n"
16739 " guestfs_zgrepi (guestfs_h *g,\n"
16740 "                 const char *regex,\n"
16741 "                 const char *path);\n"
16742 "\n"
16743 msgstr ""
16744
16745 #. type: textblock
16746 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4739
16747 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
16748 msgstr ""
16749
16750 #. type: =item
16751 #: ../src/guestfs-availability.pod:3
16752 msgid "B<augeas>"
16753 msgstr ""
16754
16755 #. type: textblock
16756 #: ../src/guestfs-availability.pod:5
16757 msgid ""
16758 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
16759 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
16760 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
16761 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
16762 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
16763 msgstr ""
16764
16765 #. type: =item
16766 #: ../src/guestfs-availability.pod:21
16767 msgid "B<inotify>"
16768 msgstr ""
16769
16770 #. type: textblock
16771 #: ../src/guestfs-availability.pod:23
16772 msgid ""
16773 "The following functions: L</guestfs_inotify_add_watch> "
16774 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
16775 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
16776 msgstr ""
16777
16778 #. type: =item
16779 #: ../src/guestfs-availability.pod:31
16780 msgid "B<linuxfsuuid>"
16781 msgstr ""
16782
16783 #. type: textblock
16784 #: ../src/guestfs-availability.pod:33
16785 msgid ""
16786 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
16787 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
16788 msgstr ""
16789
16790 #. type: =item
16791 #: ../src/guestfs-availability.pod:40
16792 msgid "B<linuxmodules>"
16793 msgstr ""
16794
16795 #. type: textblock
16796 #: ../src/guestfs-availability.pod:42
16797 msgid "The following functions: L</guestfs_modprobe>"
16798 msgstr ""
16799
16800 #. type: =item
16801 #: ../src/guestfs-availability.pod:45
16802 msgid "B<linuxxattrs>"
16803 msgstr ""
16804
16805 #. type: textblock
16806 #: ../src/guestfs-availability.pod:47
16807 msgid ""
16808 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
16809 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
16810 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
16811 "L</guestfs_setxattr>"
16812 msgstr ""
16813
16814 #. type: =item
16815 #: ../src/guestfs-availability.pod:58
16816 msgid "B<luks>"
16817 msgstr ""
16818
16819 #. type: textblock
16820 #: ../src/guestfs-availability.pod:60
16821 msgid ""
16822 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
16823 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
16824 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
16825 msgstr ""
16826
16827 #. type: =item
16828 #: ../src/guestfs-availability.pod:69
16829 msgid "B<lvm2>"
16830 msgstr ""
16831
16832 #. type: textblock
16833 #: ../src/guestfs-availability.pod:71
16834 msgid ""
16835 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
16836 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
16837 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
16838 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
16839 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
16840 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
16841 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
16842 "L</guestfs_vgs_full>"
16843 msgstr ""
16844
16845 #. type: =item
16846 #: ../src/guestfs-availability.pod:94
16847 msgid "B<mknod>"
16848 msgstr ""
16849
16850 #. type: textblock
16851 #: ../src/guestfs-availability.pod:96
16852 msgid ""
16853 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
16854 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
16855 msgstr ""
16856
16857 #. type: =item
16858 #: ../src/guestfs-availability.pod:102
16859 msgid "B<ntfs3g>"
16860 msgstr ""
16861
16862 #. type: textblock
16863 #: ../src/guestfs-availability.pod:104
16864 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
16865 msgstr ""
16866
16867 #. type: =item
16868 #: ../src/guestfs-availability.pod:107
16869 msgid "B<ntfsprogs>"
16870 msgstr ""
16871
16872 #. type: textblock
16873 #: ../src/guestfs-availability.pod:109
16874 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
16875 msgstr ""
16876
16877 #. type: =item
16878 #: ../src/guestfs-availability.pod:113
16879 msgid "B<realpath>"
16880 msgstr ""
16881
16882 #. type: textblock
16883 #: ../src/guestfs-availability.pod:115
16884 msgid "The following functions: L</guestfs_realpath>"
16885 msgstr ""
16886
16887 #. type: =item
16888 #: ../src/guestfs-availability.pod:118
16889 msgid "B<scrub>"
16890 msgstr ""
16891
16892 #. type: textblock
16893 #: ../src/guestfs-availability.pod:120
16894 msgid ""
16895 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
16896 "L</guestfs_scrub_freespace>"
16897 msgstr ""
16898
16899 #. type: =item
16900 #: ../src/guestfs-availability.pod:125
16901 msgid "B<selinux>"
16902 msgstr ""
16903
16904 #. type: textblock
16905 #: ../src/guestfs-availability.pod:127
16906 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
16907 msgstr ""
16908
16909 #. type: =item
16910 #: ../src/guestfs-availability.pod:131
16911 msgid "B<xz>"
16912 msgstr ""
16913
16914 #. type: textblock
16915 #: ../src/guestfs-availability.pod:133
16916 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
16917 msgstr ""
16918
16919 #. type: =item
16920 #: ../src/guestfs-availability.pod:137
16921 msgid "B<zerofree>"
16922 msgstr ""
16923
16924 #. type: textblock
16925 #: ../src/guestfs-availability.pod:139
16926 msgid "The following functions: L</guestfs_zerofree>"
16927 msgstr ""
16928
16929 #. type: =head2
16930 #: ../src/guestfs-structs.pod:1
16931 msgid "guestfs_int_bool"
16932 msgstr ""
16933
16934 #. type: verbatim
16935 #: ../src/guestfs-structs.pod:3
16936 #, no-wrap
16937 msgid ""
16938 " struct guestfs_int_bool {\n"
16939 "   int32_t i;\n"
16940 "   int32_t b;\n"
16941 " };\n"
16942 " \n"
16943 msgstr ""
16944
16945 #. type: verbatim
16946 #: ../src/guestfs-structs.pod:8
16947 #, no-wrap
16948 msgid ""
16949 " struct guestfs_int_bool_list {\n"
16950 "   uint32_t len; /* Number of elements in list. */\n"
16951 "   struct guestfs_int_bool *val; /* Elements. */\n"
16952 " };\n"
16953 " \n"
16954 msgstr ""
16955
16956 #. type: verbatim
16957 #: ../src/guestfs-structs.pod:13
16958 #, no-wrap
16959 msgid ""
16960 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
16961 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
16962 "\n"
16963 msgstr ""
16964
16965 #. type: =head2
16966 #: ../src/guestfs-structs.pod:16
16967 msgid "guestfs_lvm_pv"
16968 msgstr ""
16969
16970 #. type: verbatim
16971 #: ../src/guestfs-structs.pod:18
16972 #, no-wrap
16973 msgid ""
16974 " struct guestfs_lvm_pv {\n"
16975 "   char *pv_name;\n"
16976 "   /* The next field is NOT nul-terminated, be careful when printing it: "
16977 "*/\n"
16978 "   char pv_uuid[32];\n"
16979 "   char *pv_fmt;\n"
16980 "   uint64_t pv_size;\n"
16981 "   uint64_t dev_size;\n"
16982 "   uint64_t pv_free;\n"
16983 "   uint64_t pv_used;\n"
16984 "   char *pv_attr;\n"
16985 "   int64_t pv_pe_count;\n"
16986 "   int64_t pv_pe_alloc_count;\n"
16987 "   char *pv_tags;\n"
16988 "   uint64_t pe_start;\n"
16989 "   int64_t pv_mda_count;\n"
16990 "   uint64_t pv_mda_free;\n"
16991 " };\n"
16992 " \n"
16993 msgstr ""
16994
16995 #. type: verbatim
16996 #: ../src/guestfs-structs.pod:36
16997 #, no-wrap
16998 msgid ""
16999 " struct guestfs_lvm_pv_list {\n"
17000 "   uint32_t len; /* Number of elements in list. */\n"
17001 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17002 " };\n"
17003 " \n"
17004 msgstr ""
17005
17006 #. type: verbatim
17007 #: ../src/guestfs-structs.pod:41
17008 #, no-wrap
17009 msgid ""
17010 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17011 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17012 "\n"
17013 msgstr ""
17014
17015 #. type: =head2
17016 #: ../src/guestfs-structs.pod:44
17017 msgid "guestfs_lvm_vg"
17018 msgstr ""
17019
17020 #. type: verbatim
17021 #: ../src/guestfs-structs.pod:46
17022 #, no-wrap
17023 msgid ""
17024 " struct guestfs_lvm_vg {\n"
17025 "   char *vg_name;\n"
17026 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17027 "*/\n"
17028 "   char vg_uuid[32];\n"
17029 "   char *vg_fmt;\n"
17030 "   char *vg_attr;\n"
17031 "   uint64_t vg_size;\n"
17032 "   uint64_t vg_free;\n"
17033 "   char *vg_sysid;\n"
17034 "   uint64_t vg_extent_size;\n"
17035 "   int64_t vg_extent_count;\n"
17036 "   int64_t vg_free_count;\n"
17037 "   int64_t max_lv;\n"
17038 "   int64_t max_pv;\n"
17039 "   int64_t pv_count;\n"
17040 "   int64_t lv_count;\n"
17041 "   int64_t snap_count;\n"
17042 "   int64_t vg_seqno;\n"
17043 "   char *vg_tags;\n"
17044 "   int64_t vg_mda_count;\n"
17045 "   uint64_t vg_mda_free;\n"
17046 " };\n"
17047 " \n"
17048 msgstr ""
17049
17050 #. type: verbatim
17051 #: ../src/guestfs-structs.pod:69
17052 #, no-wrap
17053 msgid ""
17054 " struct guestfs_lvm_vg_list {\n"
17055 "   uint32_t len; /* Number of elements in list. */\n"
17056 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17057 " };\n"
17058 " \n"
17059 msgstr ""
17060
17061 #. type: verbatim
17062 #: ../src/guestfs-structs.pod:74
17063 #, no-wrap
17064 msgid ""
17065 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17066 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17067 "\n"
17068 msgstr ""
17069
17070 #. type: =head2
17071 #: ../src/guestfs-structs.pod:77
17072 msgid "guestfs_lvm_lv"
17073 msgstr ""
17074
17075 #. type: verbatim
17076 #: ../src/guestfs-structs.pod:79
17077 #, no-wrap
17078 msgid ""
17079 " struct guestfs_lvm_lv {\n"
17080 "   char *lv_name;\n"
17081 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17082 "*/\n"
17083 "   char lv_uuid[32];\n"
17084 "   char *lv_attr;\n"
17085 "   int64_t lv_major;\n"
17086 "   int64_t lv_minor;\n"
17087 "   int64_t lv_kernel_major;\n"
17088 "   int64_t lv_kernel_minor;\n"
17089 "   uint64_t lv_size;\n"
17090 "   int64_t seg_count;\n"
17091 "   char *origin;\n"
17092 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17093 "   float snap_percent;\n"
17094 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17095 "   float copy_percent;\n"
17096 "   char *move_pv;\n"
17097 "   char *lv_tags;\n"
17098 "   char *mirror_log;\n"
17099 "   char *modules;\n"
17100 " };\n"
17101 " \n"
17102 msgstr ""
17103
17104 #. type: verbatim
17105 #: ../src/guestfs-structs.pod:101
17106 #, no-wrap
17107 msgid ""
17108 " struct guestfs_lvm_lv_list {\n"
17109 "   uint32_t len; /* Number of elements in list. */\n"
17110 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17111 " };\n"
17112 " \n"
17113 msgstr ""
17114
17115 #. type: verbatim
17116 #: ../src/guestfs-structs.pod:106
17117 #, no-wrap
17118 msgid ""
17119 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17120 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17121 "\n"
17122 msgstr ""
17123
17124 #. type: verbatim
17125 #: ../src/guestfs-structs.pod:111
17126 #, no-wrap
17127 msgid ""
17128 " struct guestfs_stat {\n"
17129 "   int64_t dev;\n"
17130 "   int64_t ino;\n"
17131 "   int64_t mode;\n"
17132 "   int64_t nlink;\n"
17133 "   int64_t uid;\n"
17134 "   int64_t gid;\n"
17135 "   int64_t rdev;\n"
17136 "   int64_t size;\n"
17137 "   int64_t blksize;\n"
17138 "   int64_t blocks;\n"
17139 "   int64_t atime;\n"
17140 "   int64_t mtime;\n"
17141 "   int64_t ctime;\n"
17142 " };\n"
17143 " \n"
17144 msgstr ""
17145
17146 #. type: verbatim
17147 #: ../src/guestfs-structs.pod:127
17148 #, no-wrap
17149 msgid ""
17150 " struct guestfs_stat_list {\n"
17151 "   uint32_t len; /* Number of elements in list. */\n"
17152 "   struct guestfs_stat *val; /* Elements. */\n"
17153 " };\n"
17154 " \n"
17155 msgstr ""
17156
17157 #. type: verbatim
17158 #: ../src/guestfs-structs.pod:132
17159 #, no-wrap
17160 msgid ""
17161 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17162 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17163 "\n"
17164 msgstr ""
17165
17166 #. type: verbatim
17167 #: ../src/guestfs-structs.pod:137
17168 #, no-wrap
17169 msgid ""
17170 " struct guestfs_statvfs {\n"
17171 "   int64_t bsize;\n"
17172 "   int64_t frsize;\n"
17173 "   int64_t blocks;\n"
17174 "   int64_t bfree;\n"
17175 "   int64_t bavail;\n"
17176 "   int64_t files;\n"
17177 "   int64_t ffree;\n"
17178 "   int64_t favail;\n"
17179 "   int64_t fsid;\n"
17180 "   int64_t flag;\n"
17181 "   int64_t namemax;\n"
17182 " };\n"
17183 " \n"
17184 msgstr ""
17185
17186 #. type: verbatim
17187 #: ../src/guestfs-structs.pod:151
17188 #, no-wrap
17189 msgid ""
17190 " struct guestfs_statvfs_list {\n"
17191 "   uint32_t len; /* Number of elements in list. */\n"
17192 "   struct guestfs_statvfs *val; /* Elements. */\n"
17193 " };\n"
17194 " \n"
17195 msgstr ""
17196
17197 #. type: verbatim
17198 #: ../src/guestfs-structs.pod:156
17199 #, no-wrap
17200 msgid ""
17201 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17202 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17203 "\n"
17204 msgstr ""
17205
17206 #. type: =head2
17207 #: ../src/guestfs-structs.pod:159
17208 msgid "guestfs_dirent"
17209 msgstr ""
17210
17211 #. type: verbatim
17212 #: ../src/guestfs-structs.pod:161
17213 #, no-wrap
17214 msgid ""
17215 " struct guestfs_dirent {\n"
17216 "   int64_t ino;\n"
17217 "   char ftyp;\n"
17218 "   char *name;\n"
17219 " };\n"
17220 " \n"
17221 msgstr ""
17222
17223 #. type: verbatim
17224 #: ../src/guestfs-structs.pod:167
17225 #, no-wrap
17226 msgid ""
17227 " struct guestfs_dirent_list {\n"
17228 "   uint32_t len; /* Number of elements in list. */\n"
17229 "   struct guestfs_dirent *val; /* Elements. */\n"
17230 " };\n"
17231 " \n"
17232 msgstr ""
17233
17234 #. type: verbatim
17235 #: ../src/guestfs-structs.pod:172
17236 #, no-wrap
17237 msgid ""
17238 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17239 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17240 "\n"
17241 msgstr ""
17242
17243 #. type: verbatim
17244 #: ../src/guestfs-structs.pod:177
17245 #, no-wrap
17246 msgid ""
17247 " struct guestfs_version {\n"
17248 "   int64_t major;\n"
17249 "   int64_t minor;\n"
17250 "   int64_t release;\n"
17251 "   char *extra;\n"
17252 " };\n"
17253 " \n"
17254 msgstr ""
17255
17256 #. type: verbatim
17257 #: ../src/guestfs-structs.pod:184
17258 #, no-wrap
17259 msgid ""
17260 " struct guestfs_version_list {\n"
17261 "   uint32_t len; /* Number of elements in list. */\n"
17262 "   struct guestfs_version *val; /* Elements. */\n"
17263 " };\n"
17264 " \n"
17265 msgstr ""
17266
17267 #. type: verbatim
17268 #: ../src/guestfs-structs.pod:189
17269 #, no-wrap
17270 msgid ""
17271 " void guestfs_free_version (struct guestfs_free_version *);\n"
17272 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17273 "\n"
17274 msgstr ""
17275
17276 #. type: =head2
17277 #: ../src/guestfs-structs.pod:192
17278 msgid "guestfs_xattr"
17279 msgstr ""
17280
17281 #. type: verbatim
17282 #: ../src/guestfs-structs.pod:194
17283 #, no-wrap
17284 msgid ""
17285 " struct guestfs_xattr {\n"
17286 "   char *attrname;\n"
17287 "   /* The next two fields describe a byte array. */\n"
17288 "   uint32_t attrval_len;\n"
17289 "   char *attrval;\n"
17290 " };\n"
17291 " \n"
17292 msgstr ""
17293
17294 #. type: verbatim
17295 #: ../src/guestfs-structs.pod:201
17296 #, no-wrap
17297 msgid ""
17298 " struct guestfs_xattr_list {\n"
17299 "   uint32_t len; /* Number of elements in list. */\n"
17300 "   struct guestfs_xattr *val; /* Elements. */\n"
17301 " };\n"
17302 " \n"
17303 msgstr ""
17304
17305 #. type: verbatim
17306 #: ../src/guestfs-structs.pod:206
17307 #, no-wrap
17308 msgid ""
17309 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17310 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17311 "\n"
17312 msgstr ""
17313
17314 #. type: =head2
17315 #: ../src/guestfs-structs.pod:209
17316 msgid "guestfs_inotify_event"
17317 msgstr ""
17318
17319 #. type: verbatim
17320 #: ../src/guestfs-structs.pod:211
17321 #, no-wrap
17322 msgid ""
17323 " struct guestfs_inotify_event {\n"
17324 "   int64_t in_wd;\n"
17325 "   uint32_t in_mask;\n"
17326 "   uint32_t in_cookie;\n"
17327 "   char *in_name;\n"
17328 " };\n"
17329 " \n"
17330 msgstr ""
17331
17332 #. type: verbatim
17333 #: ../src/guestfs-structs.pod:218
17334 #, no-wrap
17335 msgid ""
17336 " struct guestfs_inotify_event_list {\n"
17337 "   uint32_t len; /* Number of elements in list. */\n"
17338 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17339 " };\n"
17340 " \n"
17341 msgstr ""
17342
17343 #. type: verbatim
17344 #: ../src/guestfs-structs.pod:223
17345 #, no-wrap
17346 msgid ""
17347 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17348 " void guestfs_free_inotify_event_list (struct "
17349 "guestfs_free_inotify_event_list *);\n"
17350 "\n"
17351 msgstr ""
17352
17353 #. type: =head2
17354 #: ../src/guestfs-structs.pod:226
17355 msgid "guestfs_partition"
17356 msgstr ""
17357
17358 #. type: verbatim
17359 #: ../src/guestfs-structs.pod:228
17360 #, no-wrap
17361 msgid ""
17362 " struct guestfs_partition {\n"
17363 "   int32_t part_num;\n"
17364 "   uint64_t part_start;\n"
17365 "   uint64_t part_end;\n"
17366 "   uint64_t part_size;\n"
17367 " };\n"
17368 " \n"
17369 msgstr ""
17370
17371 #. type: verbatim
17372 #: ../src/guestfs-structs.pod:235
17373 #, no-wrap
17374 msgid ""
17375 " struct guestfs_partition_list {\n"
17376 "   uint32_t len; /* Number of elements in list. */\n"
17377 "   struct guestfs_partition *val; /* Elements. */\n"
17378 " };\n"
17379 " \n"
17380 msgstr ""
17381
17382 #. type: verbatim
17383 #: ../src/guestfs-structs.pod:240
17384 #, no-wrap
17385 msgid ""
17386 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17387 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17388 "\n"
17389 msgstr ""
17390
17391 #. type: =head2
17392 #: ../src/guestfs-structs.pod:243
17393 msgid "guestfs_application"
17394 msgstr ""
17395
17396 #. type: verbatim
17397 #: ../src/guestfs-structs.pod:245
17398 #, no-wrap
17399 msgid ""
17400 " struct guestfs_application {\n"
17401 "   char *app_name;\n"
17402 "   char *app_display_name;\n"
17403 "   int32_t app_epoch;\n"
17404 "   char *app_version;\n"
17405 "   char *app_release;\n"
17406 "   char *app_install_path;\n"
17407 "   char *app_trans_path;\n"
17408 "   char *app_publisher;\n"
17409 "   char *app_url;\n"
17410 "   char *app_source_package;\n"
17411 "   char *app_summary;\n"
17412 "   char *app_description;\n"
17413 " };\n"
17414 " \n"
17415 msgstr ""
17416
17417 #. type: verbatim
17418 #: ../src/guestfs-structs.pod:260
17419 #, no-wrap
17420 msgid ""
17421 " struct guestfs_application_list {\n"
17422 "   uint32_t len; /* Number of elements in list. */\n"
17423 "   struct guestfs_application *val; /* Elements. */\n"
17424 " };\n"
17425 " \n"
17426 msgstr ""
17427
17428 #. type: verbatim
17429 #: ../src/guestfs-structs.pod:265
17430 #, no-wrap
17431 msgid ""
17432 " void guestfs_free_application (struct guestfs_free_application *);\n"
17433 " void guestfs_free_application_list (struct guestfs_free_application_list "
17434 "*);\n"
17435 "\n"
17436 msgstr ""
17437
17438 #. type: textblock
17439 #: ../fish/guestfish.pod:5
17440 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17441 msgstr ""
17442
17443 #. type: verbatim
17444 #: ../fish/guestfish.pod:9
17445 #, no-wrap
17446 msgid ""
17447 " guestfish [--options] [commands]\n"
17448 "\n"
17449 msgstr ""
17450
17451 #. type: verbatim
17452 #: ../fish/guestfish.pod:11
17453 #, no-wrap
17454 msgid ""
17455 " guestfish\n"
17456 "\n"
17457 msgstr ""
17458
17459 #. type: verbatim
17460 #: ../fish/guestfish.pod:13
17461 #, no-wrap
17462 msgid ""
17463 " guestfish [--ro|--rw] -a disk.img\n"
17464 "\n"
17465 msgstr ""
17466
17467 #. type: verbatim
17468 #: ../fish/guestfish.pod:15
17469 #, no-wrap
17470 msgid ""
17471 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17472 "\n"
17473 msgstr ""
17474
17475 #. type: verbatim
17476 #: ../fish/guestfish.pod:17
17477 #, no-wrap
17478 msgid ""
17479 " guestfish -d libvirt-domain\n"
17480 "\n"
17481 msgstr ""
17482
17483 #. type: verbatim
17484 #: ../fish/guestfish.pod:19
17485 #, no-wrap
17486 msgid ""
17487 " guestfish [--ro|--rw] -a disk.img -i\n"
17488 "\n"
17489 msgstr ""
17490
17491 #. type: verbatim
17492 #: ../fish/guestfish.pod:21
17493 #, no-wrap
17494 msgid ""
17495 " guestfish -d libvirt-domain -i\n"
17496 "\n"
17497 msgstr ""
17498
17499 #. type: =head1
17500 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
17501 msgid "WARNING"
17502 msgstr ""
17503
17504 #. type: textblock
17505 #: ../fish/guestfish.pod:25
17506 msgid ""
17507 "Using guestfish in read/write mode on live virtual machines can be "
17508 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17509 "option to use guestfish safely if the disk image or virtual machine might be "
17510 "live."
17511 msgstr ""
17512
17513 #. type: textblock
17514 #: ../fish/guestfish.pod:32
17515 msgid ""
17516 "Guestfish is a shell and command-line tool for examining and modifying "
17517 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17518 "functionality of the guestfs API, see L<guestfs(3)>."
17519 msgstr ""
17520
17521 #. type: textblock
17522 #: ../fish/guestfish.pod:36
17523 msgid ""
17524 "Guestfish gives you structured access to the libguestfs API, from shell "
17525 "scripts or the command line or interactively.  If you want to rescue a "
17526 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17527 "command."
17528 msgstr ""
17529
17530 #. type: =head1
17531 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
17532 msgid "EXAMPLES"
17533 msgstr ""
17534
17535 #. type: =head2
17536 #: ../fish/guestfish.pod:43
17537 msgid "As an interactive shell"
17538 msgstr ""
17539
17540 #. type: verbatim
17541 #: ../fish/guestfish.pod:45
17542 #, no-wrap
17543 msgid ""
17544 " $ guestfish\n"
17545 " \n"
17546 msgstr ""
17547
17548 #. type: verbatim
17549 #: ../fish/guestfish.pod:47
17550 #, no-wrap
17551 msgid ""
17552 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17553 " editing virtual machine filesystems.\n"
17554 " \n"
17555 msgstr ""
17556
17557 #. type: verbatim
17558 #: ../fish/guestfish.pod:50
17559 #, no-wrap
17560 msgid ""
17561 " Type: 'help' for a list of commands\n"
17562 "       'man' to read the manual\n"
17563 "       'quit' to quit the shell\n"
17564 " \n"
17565 msgstr ""
17566
17567 #. type: verbatim
17568 #: ../fish/guestfish.pod:54
17569 #, no-wrap
17570 msgid ""
17571 " ><fs> add-ro disk.img\n"
17572 " ><fs> run\n"
17573 " ><fs> list-filesystems\n"
17574 " /dev/sda1: ext4\n"
17575 " /dev/vg_guest/lv_root: ext4\n"
17576 " /dev/vg_guest/lv_swap: swap\n"
17577 " ><fs> mount /dev/vg_guest/lv_root /\n"
17578 " ><fs> cat /etc/fstab\n"
17579 " # /etc/fstab\n"
17580 " # Created by anaconda\n"
17581 " [...]\n"
17582 " ><fs> exit\n"
17583 "\n"
17584 msgstr ""
17585
17586 #. type: =head2
17587 #: ../fish/guestfish.pod:67
17588 msgid "From shell scripts"
17589 msgstr ""
17590
17591 #. type: textblock
17592 #: ../fish/guestfish.pod:69
17593 msgid "Create a new C</etc/motd> file in a guest or disk image:"
17594 msgstr ""
17595
17596 #. type: verbatim
17597 #: ../fish/guestfish.pod:71
17598 #, no-wrap
17599 msgid ""
17600 " guestfish <<_EOF_\n"
17601 " add disk.img\n"
17602 " run\n"
17603 " mount /dev/vg_guest/lv_root /\n"
17604 " write /etc/motd \"Welcome, new users\"\n"
17605 " _EOF_\n"
17606 "\n"
17607 msgstr ""
17608
17609 #. type: textblock
17610 #: ../fish/guestfish.pod:78
17611 msgid "List the LVM logical volumes in a disk image:"
17612 msgstr ""
17613
17614 #. type: verbatim
17615 #: ../fish/guestfish.pod:80
17616 #, no-wrap
17617 msgid ""
17618 " guestfish -a disk.img --ro <<_EOF_\n"
17619 " run\n"
17620 " lvs\n"
17621 " _EOF_\n"
17622 "\n"
17623 msgstr ""
17624
17625 #. type: textblock
17626 #: ../fish/guestfish.pod:85
17627 msgid "List all the filesystems in a disk image:"
17628 msgstr ""
17629
17630 #. type: verbatim
17631 #: ../fish/guestfish.pod:87
17632 #, no-wrap
17633 msgid ""
17634 " guestfish -a disk.img --ro <<_EOF_\n"
17635 " run\n"
17636 " list-filesystems\n"
17637 " _EOF_\n"
17638 "\n"
17639 msgstr ""
17640
17641 #. type: =head2
17642 #: ../fish/guestfish.pod:92
17643 msgid "On one command line"
17644 msgstr ""
17645
17646 #. type: textblock
17647 #: ../fish/guestfish.pod:94
17648 msgid "Update C</etc/resolv.conf> in a guest:"
17649 msgstr ""
17650
17651 #. type: verbatim
17652 #: ../fish/guestfish.pod:96
17653 #, no-wrap
17654 msgid ""
17655 " guestfish \\\n"
17656 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17657 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17658 "\n"
17659 msgstr ""
17660
17661 #. type: textblock
17662 #: ../fish/guestfish.pod:100
17663 msgid "Edit C</boot/grub/grub.conf> interactively:"
17664 msgstr ""
17665
17666 #. type: verbatim
17667 #: ../fish/guestfish.pod:102
17668 #, no-wrap
17669 msgid ""
17670 " guestfish --rw --add disk.img \\\n"
17671 "   --mount /dev/vg_guest/lv_root \\\n"
17672 "   --mount /dev/sda1:/boot \\\n"
17673 "   edit /boot/grub/grub.conf\n"
17674 "\n"
17675 msgstr ""
17676
17677 #. type: =head2
17678 #: ../fish/guestfish.pod:107
17679 msgid "Mount disks automatically"
17680 msgstr ""
17681
17682 #. type: textblock
17683 #: ../fish/guestfish.pod:109
17684 msgid ""
17685 "Use the I<-i> option to automatically mount the disks from a virtual "
17686 "machine:"
17687 msgstr ""
17688
17689 #. type: verbatim
17690 #: ../fish/guestfish.pod:112
17691 #, no-wrap
17692 msgid ""
17693 " guestfish --ro -a disk.img -i cat /etc/group\n"
17694 "\n"
17695 msgstr ""
17696
17697 #. type: verbatim
17698 #: ../fish/guestfish.pod:114
17699 #, no-wrap
17700 msgid ""
17701 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17702 "\n"
17703 msgstr ""
17704
17705 #. type: textblock
17706 #: ../fish/guestfish.pod:116
17707 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17708 msgstr ""
17709
17710 #. type: verbatim
17711 #: ../fish/guestfish.pod:118
17712 #, no-wrap
17713 msgid ""
17714 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17715 "\n"
17716 msgstr ""
17717
17718 #. type: =head2
17719 #: ../fish/guestfish.pod:120
17720 msgid "As a script interpreter"
17721 msgstr ""
17722
17723 #. type: textblock
17724 #: ../fish/guestfish.pod:122
17725 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17726 msgstr ""
17727
17728 #. type: verbatim
17729 #: ../fish/guestfish.pod:124
17730 #, no-wrap
17731 msgid ""
17732 " #!/usr/bin/guestfish -f\n"
17733 " sparse test1.img 100M\n"
17734 " run\n"
17735 " part-disk /dev/sda mbr\n"
17736 " mkfs ext2 /dev/sda1\n"
17737 "\n"
17738 msgstr ""
17739
17740 #. type: =head2
17741 #: ../fish/guestfish.pod:130
17742 msgid "Start with a prepared disk"
17743 msgstr ""
17744
17745 #. type: textblock
17746 #: ../fish/guestfish.pod:132
17747 msgid ""
17748 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17749 "single ext2-formatted partition:"
17750 msgstr ""
17751
17752 #. type: verbatim
17753 #: ../fish/guestfish.pod:135
17754 #, no-wrap
17755 msgid ""
17756 " guestfish -N fs\n"
17757 "\n"
17758 msgstr ""
17759
17760 #. type: textblock
17761 #: ../fish/guestfish.pod:137
17762 msgid "To list what is available do:"
17763 msgstr ""
17764
17765 #. type: verbatim
17766 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
17767 #, no-wrap
17768 msgid ""
17769 " guestfish -N help | less\n"
17770 "\n"
17771 msgstr ""
17772
17773 #. type: =head2
17774 #: ../fish/guestfish.pod:141
17775 msgid "Remote control"
17776 msgstr ""
17777
17778 #. type: verbatim
17779 #: ../fish/guestfish.pod:143
17780 #, no-wrap
17781 msgid ""
17782 " eval \"`guestfish --listen`\"\n"
17783 " guestfish --remote add-ro disk.img\n"
17784 " guestfish --remote run\n"
17785 " guestfish --remote lvs\n"
17786 "\n"
17787 msgstr ""
17788
17789 #. type: =head1
17790 #: ../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:98 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
17791 msgid "OPTIONS"
17792 msgstr ""
17793
17794 #. type: =item
17795 #: ../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:106 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
17796 msgid "B<--help>"
17797 msgstr ""
17798
17799 #. type: textblock
17800 #: ../fish/guestfish.pod:154
17801 msgid "Displays general help on options."
17802 msgstr ""
17803
17804 #. type: =item
17805 #: ../fish/guestfish.pod:156
17806 msgid "B<-h>"
17807 msgstr ""
17808
17809 #. type: =item
17810 #: ../fish/guestfish.pod:158
17811 msgid "B<--cmd-help>"
17812 msgstr ""
17813
17814 #. type: textblock
17815 #: ../fish/guestfish.pod:160
17816 msgid "Lists all available guestfish commands."
17817 msgstr ""
17818
17819 #. type: =item
17820 #: ../fish/guestfish.pod:162
17821 msgid "B<-h cmd>"
17822 msgstr ""
17823
17824 #. type: =item
17825 #: ../fish/guestfish.pod:164
17826 msgid "B<--cmd-help cmd>"
17827 msgstr ""
17828
17829 #. type: textblock
17830 #: ../fish/guestfish.pod:166
17831 msgid "Displays detailed help on a single command C<cmd>."
17832 msgstr ""
17833
17834 #. type: =item
17835 #: ../fish/guestfish.pod:168
17836 msgid "B<-a image>"
17837 msgstr ""
17838
17839 #. type: =item
17840 #: ../fish/guestfish.pod:170
17841 msgid "B<--add image>"
17842 msgstr ""
17843
17844 #. type: textblock
17845 #: ../fish/guestfish.pod:172
17846 msgid "Add a block device or virtual machine image to the shell."
17847 msgstr ""
17848
17849 #. type: textblock
17850 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
17851 msgid ""
17852 "The format of the disk image is auto-detected.  To override this and force a "
17853 "particular format use the I<--format=..> option."
17854 msgstr ""
17855
17856 #. type: textblock
17857 #: ../fish/guestfish.pod:177
17858 msgid ""
17859 "Using this flag is mostly equivalent to using the C<add> command, with "
17860 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17861 "the I<--format:...> flag was given."
17862 msgstr ""
17863
17864 #. type: =item
17865 #: ../fish/guestfish.pod:181
17866 msgid "B<-c URI>"
17867 msgstr ""
17868
17869 #. type: =item
17870 #: ../fish/guestfish.pod:183
17871 msgid "B<--connect URI>"
17872 msgstr ""
17873
17874 #. type: textblock
17875 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
17876 msgid ""
17877 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17878 "URI to use.  The default is to use the default libvirt connection."
17879 msgstr ""
17880
17881 #. type: =item
17882 #: ../fish/guestfish.pod:189
17883 msgid "B<--csh>"
17884 msgstr ""
17885
17886 #. type: textblock
17887 #: ../fish/guestfish.pod:191
17888 msgid ""
17889 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17890 "section L</REMOTE CONTROL AND CSH> below."
17891 msgstr ""
17892
17893 #. type: =item
17894 #: ../fish/guestfish.pod:194
17895 msgid "B<-d libvirt-domain>"
17896 msgstr ""
17897
17898 #. type: =item
17899 #: ../fish/guestfish.pod:196
17900 msgid "B<--domain libvirt-domain>"
17901 msgstr ""
17902
17903 #. type: textblock
17904 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
17905 msgid ""
17906 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17907 "used, then any libvirt domain can be used.  However in write mode, only "
17908 "libvirt domains which are shut down can be named here."
17909 msgstr ""
17910
17911 #. type: textblock
17912 #: ../fish/guestfish.pod:202
17913 msgid ""
17914 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17915 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17916 "if the I<--format:...> flag was given."
17917 msgstr ""
17918
17919 #. type: =item
17920 #: ../fish/guestfish.pod:206
17921 msgid "B<-D>"
17922 msgstr ""
17923
17924 #. type: =item
17925 #: ../fish/guestfish.pod:208
17926 msgid "B<--no-dest-paths>"
17927 msgstr ""
17928
17929 #. type: textblock
17930 #: ../fish/guestfish.pod:210
17931 msgid ""
17932 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17933 "to hit the tab key to complete paths on the guest filesystem, but this "
17934 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17935 "allow this feature to be disabled."
17936 msgstr ""
17937
17938 #. type: =item
17939 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
17940 msgid "B<--echo-keys>"
17941 msgstr ""
17942
17943 #. type: textblock
17944 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
17945 msgid ""
17946 "When prompting for keys and passphrases, guestfish normally turns echoing "
17947 "off so you cannot see what you are typing.  If you are not worried about "
17948 "Tempest attacks and there is no one else in the room you can specify this "
17949 "flag to see what you are typing."
17950 msgstr ""
17951
17952 #. type: =item
17953 #: ../fish/guestfish.pod:222
17954 msgid "B<-f file>"
17955 msgstr ""
17956
17957 #. type: =item
17958 #: ../fish/guestfish.pod:224
17959 msgid "B<--file file>"
17960 msgstr ""
17961
17962 #. type: textblock
17963 #: ../fish/guestfish.pod:226
17964 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
17965 msgstr ""
17966
17967 #. type: verbatim
17968 #: ../fish/guestfish.pod:229
17969 #, no-wrap
17970 msgid ""
17971 " #!/usr/bin/guestfish -f\n"
17972 "\n"
17973 msgstr ""
17974
17975 #. type: =item
17976 #: ../fish/guestfish.pod:231
17977 msgid "B<--format=raw|qcow2|..>"
17978 msgstr ""
17979
17980 #. type: =item
17981 #: ../fish/guestfish.pod:233
17982 msgid "B<--format>"
17983 msgstr ""
17984
17985 #. type: textblock
17986 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
17987 msgid ""
17988 "The default for the I<-a> option is to auto-detect the format of the disk "
17989 "image.  Using this forces the disk format for I<-a> options which follow on "
17990 "the command line.  Using I<--format> with no argument switches back to "
17991 "auto-detection for subsequent I<-a> options."
17992 msgstr ""
17993
17994 #. type: verbatim
17995 #: ../fish/guestfish.pod:242
17996 #, no-wrap
17997 msgid ""
17998 " guestfish --format=raw -a disk.img\n"
17999 "\n"
18000 msgstr ""
18001
18002 #. type: textblock
18003 #: ../fish/guestfish.pod:244
18004 msgid "forces raw format (no auto-detection) for C<disk.img>."
18005 msgstr ""
18006
18007 #. type: verbatim
18008 #: ../fish/guestfish.pod:246
18009 #, no-wrap
18010 msgid ""
18011 " guestfish --format=raw -a disk.img --format -a another.img\n"
18012 "\n"
18013 msgstr ""
18014
18015 #. type: textblock
18016 #: ../fish/guestfish.pod:248
18017 msgid ""
18018 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18019 "auto-detection for C<another.img>."
18020 msgstr ""
18021
18022 #. type: textblock
18023 #: ../fish/guestfish.pod:251
18024 msgid ""
18025 "If you have untrusted raw-format guest disk images, you should use this "
18026 "option to specify the disk format.  This avoids a possible security problem "
18027 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18028 msgstr ""
18029
18030 #. type: =item
18031 #: ../fish/guestfish.pod:256
18032 msgid "B<-i>"
18033 msgstr ""
18034
18035 #. type: =item
18036 #: ../fish/guestfish.pod:258
18037 msgid "B<--inspector>"
18038 msgstr ""
18039
18040 #. type: textblock
18041 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18042 msgid ""
18043 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18044 "system and mount filesystems as they would be mounted on the real virtual "
18045 "machine."
18046 msgstr ""
18047
18048 #. type: textblock
18049 #: ../fish/guestfish.pod:264
18050 msgid "Typical usage is either:"
18051 msgstr ""
18052
18053 #. type: verbatim
18054 #: ../fish/guestfish.pod:266
18055 #, no-wrap
18056 msgid ""
18057 " guestfish -d myguest -i\n"
18058 "\n"
18059 msgstr ""
18060
18061 #. type: textblock
18062 #: ../fish/guestfish.pod:268
18063 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18064 msgstr ""
18065
18066 #. type: verbatim
18067 #: ../fish/guestfish.pod:270
18068 #, no-wrap
18069 msgid ""
18070 " guestfish --ro -d myguest -i\n"
18071 "\n"
18072 msgstr ""
18073
18074 #. type: textblock
18075 #: ../fish/guestfish.pod:272
18076 msgid "(for active domains, readonly), or specify the block device directly:"
18077 msgstr ""
18078
18079 #. type: verbatim
18080 #: ../fish/guestfish.pod:274
18081 #, no-wrap
18082 msgid ""
18083 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18084 "\n"
18085 msgstr ""
18086
18087 #. type: textblock
18088 #: ../fish/guestfish.pod:276
18089 msgid ""
18090 "Note that the command line syntax changed slightly over older versions of "
18091 "guestfish.  You can still use the old syntax:"
18092 msgstr ""
18093
18094 #. type: verbatim
18095 #: ../fish/guestfish.pod:279
18096 #, no-wrap
18097 msgid ""
18098 " guestfish [--ro] -i disk.img\n"
18099 "\n"
18100 msgstr ""
18101
18102 #. type: verbatim
18103 #: ../fish/guestfish.pod:281
18104 #, no-wrap
18105 msgid ""
18106 " guestfish [--ro] -i libvirt-domain\n"
18107 "\n"
18108 msgstr ""
18109
18110 #. type: textblock
18111 #: ../fish/guestfish.pod:283
18112 msgid ""
18113 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18114 "then using other commands to mount the filesystems that were found."
18115 msgstr ""
18116
18117 #. type: =item
18118 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18119 msgid "B<--keys-from-stdin>"
18120 msgstr ""
18121
18122 #. type: textblock
18123 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18124 msgid ""
18125 "Read key or passphrase parameters from stdin.  The default is to try to read "
18126 "passphrases from the user by opening C</dev/tty>."
18127 msgstr ""
18128
18129 #. type: =item
18130 #: ../fish/guestfish.pod:292
18131 msgid "B<--listen>"
18132 msgstr ""
18133
18134 #. type: textblock
18135 #: ../fish/guestfish.pod:294
18136 msgid ""
18137 "Fork into the background and listen for remote commands.  See section "
18138 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18139 msgstr ""
18140
18141 #. type: =item
18142 #: ../fish/guestfish.pod:297
18143 msgid "B<-m dev[:mountpoint]>"
18144 msgstr ""
18145
18146 #. type: =item
18147 #: ../fish/guestfish.pod:299
18148 msgid "B<--mount dev[:mountpoint]>"
18149 msgstr ""
18150
18151 #. type: textblock
18152 #: ../fish/guestfish.pod:301
18153 msgid "Mount the named partition or logical volume on the given mountpoint."
18154 msgstr ""
18155
18156 #. type: textblock
18157 #: ../fish/guestfish.pod:303
18158 msgid "If the mountpoint is omitted, it defaults to C</>."
18159 msgstr ""
18160
18161 #. type: textblock
18162 #: ../fish/guestfish.pod:305
18163 msgid "You have to mount something on C</> before most commands will work."
18164 msgstr ""
18165
18166 #. type: textblock
18167 #: ../fish/guestfish.pod:307
18168 msgid ""
18169 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18170 "launched."
18171 msgstr ""
18172
18173 #. type: textblock
18174 #: ../fish/guestfish.pod:310
18175 msgid ""
18176 "If you don't know what filesystems a disk image contains, you can either run "
18177 "guestfish without this option, then list the partitions, filesystems and LVs "
18178 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18179 "commands), or you can use the L<virt-filesystems(1)> program."
18180 msgstr ""
18181
18182 #. type: textblock
18183 #: ../fish/guestfish.pod:316
18184 msgid ""
18185 "Using this flag is mostly equivalent to using the C<mount-options> command "
18186 "or the C<mount-ro> command if the I<--ro> flag was given."
18187 msgstr ""
18188
18189 #. type: =item
18190 #: ../fish/guestfish.pod:319
18191 msgid "B<-n>"
18192 msgstr ""
18193
18194 #. type: =item
18195 #: ../fish/guestfish.pod:321
18196 msgid "B<--no-sync>"
18197 msgstr ""
18198
18199 #. type: textblock
18200 #: ../fish/guestfish.pod:323
18201 msgid ""
18202 "Disable autosync.  This is enabled by default.  See the discussion of "
18203 "autosync in the L<guestfs(3)> manpage."
18204 msgstr ""
18205
18206 #. type: =item
18207 #: ../fish/guestfish.pod:326
18208 msgid "B<-N type>"
18209 msgstr ""
18210
18211 #. type: =item
18212 #: ../fish/guestfish.pod:328
18213 msgid "B<--new type>"
18214 msgstr ""
18215
18216 #. type: =item
18217 #: ../fish/guestfish.pod:330
18218 msgid "B<-N help>"
18219 msgstr ""
18220
18221 #. type: textblock
18222 #: ../fish/guestfish.pod:332
18223 msgid ""
18224 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18225 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18226 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18227 "IMAGES> below."
18228 msgstr ""
18229
18230 #. type: =item
18231 #: ../fish/guestfish.pod:337
18232 msgid "B<--progress-bars>"
18233 msgstr ""
18234
18235 #. type: textblock
18236 #: ../fish/guestfish.pod:339
18237 msgid "Enable progress bars, even when guestfish is used non-interactively."
18238 msgstr ""
18239
18240 #. type: textblock
18241 #: ../fish/guestfish.pod:341
18242 msgid ""
18243 "Progress bars are enabled by default when guestfish is used as an "
18244 "interactive shell."
18245 msgstr ""
18246
18247 #. type: =item
18248 #: ../fish/guestfish.pod:344
18249 msgid "B<--no-progress-bars>"
18250 msgstr ""
18251
18252 #. type: textblock
18253 #: ../fish/guestfish.pod:346
18254 msgid "Disable progress bars."
18255 msgstr ""
18256
18257 #. type: =item
18258 #: ../fish/guestfish.pod:348
18259 msgid "B<--remote[=pid]>"
18260 msgstr ""
18261
18262 #. type: textblock
18263 #: ../fish/guestfish.pod:350
18264 msgid ""
18265 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18266 "CONTROL GUESTFISH OVER A SOCKET> below."
18267 msgstr ""
18268
18269 #. type: =item
18270 #: ../fish/guestfish.pod:353
18271 msgid "B<-r>"
18272 msgstr ""
18273
18274 #. type: =item
18275 #: ../fish/guestfish.pod:355
18276 msgid "B<--ro>"
18277 msgstr ""
18278
18279 #. type: textblock
18280 #: ../fish/guestfish.pod:357
18281 msgid ""
18282 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18283 "mounts are done read-only."
18284 msgstr ""
18285
18286 #. type: textblock
18287 #: ../fish/guestfish.pod:360
18288 msgid ""
18289 "The option must always be used if the disk image or virtual machine might be "
18290 "running, and is generally recommended in cases where you don't need write "
18291 "access to the disk."
18292 msgstr ""
18293
18294 #. type: textblock
18295 #: ../fish/guestfish.pod:364
18296 msgid ""
18297 "Note that prepared disk images created with I<-N> are not affected by this "
18298 "option.  Also commands like C<add> are not affected - you have to specify "
18299 "the C<readonly:true> option explicitly if you need it."
18300 msgstr ""
18301
18302 #. type: textblock
18303 #: ../fish/guestfish.pod:368
18304 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18305 msgstr ""
18306
18307 #. type: =item
18308 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
18309 msgid "B<--selinux>"
18310 msgstr ""
18311
18312 #. type: textblock
18313 #: ../fish/guestfish.pod:372
18314 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18315 msgstr ""
18316
18317 #. type: =item
18318 #: ../fish/guestfish.pod:374
18319 msgid "B<-v>"
18320 msgstr ""
18321
18322 #. type: =item
18323 #: ../fish/guestfish.pod:376
18324 msgid "B<--verbose>"
18325 msgstr ""
18326
18327 #. type: textblock
18328 #: ../fish/guestfish.pod:378
18329 msgid ""
18330 "Enable very verbose messages.  This is particularly useful if you find a "
18331 "bug."
18332 msgstr ""
18333
18334 #. type: =item
18335 #: ../fish/guestfish.pod:381
18336 msgid "B<-V>"
18337 msgstr ""
18338
18339 #. type: =item
18340 #: ../fish/guestfish.pod:383 ../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:114 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
18341 msgid "B<--version>"
18342 msgstr ""
18343
18344 #. type: textblock
18345 #: ../fish/guestfish.pod:385
18346 msgid "Display the guestfish / libguestfs version number and exit."
18347 msgstr ""
18348
18349 #. type: =item
18350 #: ../fish/guestfish.pod:387
18351 msgid "B<-w>"
18352 msgstr ""
18353
18354 #. type: =item
18355 #: ../fish/guestfish.pod:389
18356 msgid "B<--rw>"
18357 msgstr ""
18358
18359 #. type: textblock
18360 #: ../fish/guestfish.pod:391
18361 msgid ""
18362 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18363 "WRITE> below."
18364 msgstr ""
18365
18366 #. type: =item
18367 #: ../fish/guestfish.pod:394
18368 msgid "B<-x>"
18369 msgstr ""
18370
18371 #. type: textblock
18372 #: ../fish/guestfish.pod:396
18373 msgid "Echo each command before executing it."
18374 msgstr ""
18375
18376 #. type: =head1
18377 #: ../fish/guestfish.pod:400
18378 msgid "COMMANDS ON COMMAND LINE"
18379 msgstr ""
18380
18381 #. type: textblock
18382 #: ../fish/guestfish.pod:402
18383 msgid "Any additional (non-option) arguments are treated as commands to execute."
18384 msgstr ""
18385
18386 #. type: textblock
18387 #: ../fish/guestfish.pod:405
18388 msgid ""
18389 "Commands to execute should be separated by a colon (C<:>), where the colon "
18390 "is a separate parameter.  Thus:"
18391 msgstr ""
18392
18393 #. type: verbatim
18394 #: ../fish/guestfish.pod:408
18395 #, no-wrap
18396 msgid ""
18397 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18398 "\n"
18399 msgstr ""
18400
18401 #. type: textblock
18402 #: ../fish/guestfish.pod:410
18403 msgid ""
18404 "If there are no additional arguments, then we enter a shell, either an "
18405 "interactive shell with a prompt (if the input is a terminal) or a "
18406 "non-interactive shell."
18407 msgstr ""
18408
18409 #. type: textblock
18410 #: ../fish/guestfish.pod:414
18411 msgid ""
18412 "In either command line mode or non-interactive shell, the first command that "
18413 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18414 "prompt) if a command fails, you can continue to enter commands."
18415 msgstr ""
18416
18417 #. type: =head1
18418 #: ../fish/guestfish.pod:419
18419 msgid "USING launch (OR run)"
18420 msgstr ""
18421
18422 #. type: textblock
18423 #: ../fish/guestfish.pod:421
18424 msgid ""
18425 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18426 "then launch it, then mount any disks you need, and finally issue "
18427 "actions/commands.  So the general order of the day is:"
18428 msgstr ""
18429
18430 #. type: textblock
18431 #: ../fish/guestfish.pod:429
18432 msgid "add or -a/--add"
18433 msgstr ""
18434
18435 #. type: textblock
18436 #: ../fish/guestfish.pod:433
18437 msgid "launch (aka run)"
18438 msgstr ""
18439
18440 #. type: textblock
18441 #: ../fish/guestfish.pod:437
18442 msgid "mount or -m/--mount"
18443 msgstr ""
18444
18445 #. type: textblock
18446 #: ../fish/guestfish.pod:441
18447 msgid "any other commands"
18448 msgstr ""
18449
18450 #. type: textblock
18451 #: ../fish/guestfish.pod:445
18452 msgid ""
18453 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18454 "guest before mounting or performing any other commands."
18455 msgstr ""
18456
18457 #. type: textblock
18458 #: ../fish/guestfish.pod:448
18459 msgid ""
18460 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18461 "I<--new> options were given then C<run> is done automatically, simply "
18462 "because guestfish can't perform the action you asked for without doing this."
18463 msgstr ""
18464
18465 #. type: =head1
18466 #: ../fish/guestfish.pod:453
18467 msgid "OPENING DISKS FOR READ AND WRITE"
18468 msgstr ""
18469
18470 #. type: textblock
18471 #: ../fish/guestfish.pod:455
18472 msgid ""
18473 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18474 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18475 "open disk images read-only or for writing."
18476 msgstr ""
18477
18478 #. type: textblock
18479 #: ../fish/guestfish.pod:459
18480 msgid ""
18481 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18482 "disk images supplied on the command line for write.  To open a disk image "
18483 "read-only you have to do I<-a image --ro>."
18484 msgstr ""
18485
18486 #. type: textblock
18487 #: ../fish/guestfish.pod:463
18488 msgid ""
18489 "This matters: If you accidentally open a live VM disk image writable then "
18490 "you will cause irreversible disk corruption."
18491 msgstr ""
18492
18493 #. type: textblock
18494 #: ../fish/guestfish.pod:466
18495 msgid ""
18496 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18497 "images will be opened read-only.  You will have to either specify "
18498 "I<guestfish --rw> or change a configuration file in order to get write "
18499 "access for disk images specified by those other command line options."
18500 msgstr ""
18501
18502 #. type: textblock
18503 #: ../fish/guestfish.pod:471
18504 msgid ""
18505 "This version of guestfish has a I<--rw> option which does nothing (it is "
18506 "already the default).  However it is highly recommended that you use this "
18507 "option to indicate that guestfish needs write access, and to prepare your "
18508 "scripts for the day when this option will be required for write access."
18509 msgstr ""
18510
18511 #. type: textblock
18512 #: ../fish/guestfish.pod:477
18513 msgid ""
18514 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18515 "other libguestfs program apart from guestfish and guestmount."
18516 msgstr ""
18517
18518 #. type: =head1
18519 #: ../fish/guestfish.pod:480
18520 msgid "QUOTING"
18521 msgstr ""
18522
18523 #. type: textblock
18524 #: ../fish/guestfish.pod:482
18525 msgid ""
18526 "You can quote ordinary parameters using either single or double quotes.  For "
18527 "example:"
18528 msgstr ""
18529
18530 #. type: verbatim
18531 #: ../fish/guestfish.pod:485
18532 #, no-wrap
18533 msgid ""
18534 " add \"file with a space.img\"\n"
18535 "\n"
18536 msgstr ""
18537
18538 #. type: verbatim
18539 #: ../fish/guestfish.pod:487
18540 #, no-wrap
18541 msgid ""
18542 " rm '/file name'\n"
18543 "\n"
18544 msgstr ""
18545
18546 #. type: verbatim
18547 #: ../fish/guestfish.pod:489
18548 #, no-wrap
18549 msgid ""
18550 " rm '/\"'\n"
18551 "\n"
18552 msgstr ""
18553
18554 #. type: textblock
18555 #: ../fish/guestfish.pod:491
18556 msgid ""
18557 "A few commands require a list of strings to be passed.  For these, use a "
18558 "whitespace-separated list, enclosed in quotes.  Strings containing "
18559 "whitespace to be passed through must be enclosed in single quotes.  A "
18560 "literal single quote must be escaped with a backslash."
18561 msgstr ""
18562
18563 #. type: verbatim
18564 #: ../fish/guestfish.pod:496
18565 #, no-wrap
18566 msgid ""
18567 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18568 " command \"/bin/echo 'foo      bar'\"\n"
18569 " command \"/bin/echo \\'foo\\'\"\n"
18570 "\n"
18571 msgstr ""
18572
18573 #. type: =head1
18574 #: ../fish/guestfish.pod:500
18575 msgid "OPTIONAL ARGUMENTS"
18576 msgstr ""
18577
18578 #. type: textblock
18579 #: ../fish/guestfish.pod:502
18580 msgid ""
18581 "Some commands take optional arguments.  These arguments appear in this "
18582 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18583 msgstr ""
18584
18585 #. type: verbatim
18586 #: ../fish/guestfish.pod:506
18587 #, no-wrap
18588 msgid ""
18589 " add-drive-opts filename\n"
18590 "\n"
18591 msgstr ""
18592
18593 #. type: verbatim
18594 #: ../fish/guestfish.pod:508
18595 #, no-wrap
18596 msgid ""
18597 " add-drive-opts filename readonly:true\n"
18598 "\n"
18599 msgstr ""
18600
18601 #. type: verbatim
18602 #: ../fish/guestfish.pod:510
18603 #, no-wrap
18604 msgid ""
18605 " add-drive-opts filename format:qcow2 readonly:false\n"
18606 "\n"
18607 msgstr ""
18608
18609 #. type: textblock
18610 #: ../fish/guestfish.pod:512
18611 msgid ""
18612 "Each optional argument can appear at most once.  All optional arguments must "
18613 "appear after the required ones."
18614 msgstr ""
18615
18616 #. type: =head1
18617 #: ../fish/guestfish.pod:515
18618 msgid "NUMBERS"
18619 msgstr ""
18620
18621 #. type: textblock
18622 #: ../fish/guestfish.pod:517
18623 msgid "This section applies to all commands which can take integers as parameters."
18624 msgstr ""
18625
18626 #. type: =head2
18627 #: ../fish/guestfish.pod:520
18628 msgid "SIZE SUFFIX"
18629 msgstr ""
18630
18631 #. type: textblock
18632 #: ../fish/guestfish.pod:522
18633 msgid ""
18634 "When the command takes a parameter measured in bytes, you can use one of the "
18635 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18636 msgstr ""
18637
18638 #. type: =item
18639 #: ../fish/guestfish.pod:528
18640 msgid "B<k> or B<K> or B<KiB>"
18641 msgstr ""
18642
18643 #. type: textblock
18644 #: ../fish/guestfish.pod:530
18645 msgid "The size in kilobytes (multiplied by 1024)."
18646 msgstr ""
18647
18648 #. type: =item
18649 #: ../fish/guestfish.pod:532
18650 msgid "B<KB>"
18651 msgstr ""
18652
18653 #. type: textblock
18654 #: ../fish/guestfish.pod:534
18655 msgid "The size in SI 1000 byte units."
18656 msgstr ""
18657
18658 #. type: =item
18659 #: ../fish/guestfish.pod:536
18660 msgid "B<M> or B<MiB>"
18661 msgstr ""
18662
18663 #. type: textblock
18664 #: ../fish/guestfish.pod:538
18665 msgid "The size in megabytes (multiplied by 1048576)."
18666 msgstr ""
18667
18668 #. type: =item
18669 #: ../fish/guestfish.pod:540
18670 msgid "B<MB>"
18671 msgstr ""
18672
18673 #. type: textblock
18674 #: ../fish/guestfish.pod:542
18675 msgid "The size in SI 1000000 byte units."
18676 msgstr ""
18677
18678 #. type: =item
18679 #: ../fish/guestfish.pod:544
18680 msgid "B<G> or B<GiB>"
18681 msgstr ""
18682
18683 #. type: textblock
18684 #: ../fish/guestfish.pod:546
18685 msgid "The size in gigabytes (multiplied by 2**30)."
18686 msgstr ""
18687
18688 #. type: =item
18689 #: ../fish/guestfish.pod:548
18690 msgid "B<GB>"
18691 msgstr ""
18692
18693 #. type: textblock
18694 #: ../fish/guestfish.pod:550
18695 msgid "The size in SI 10**9 byte units."
18696 msgstr ""
18697
18698 #. type: =item
18699 #: ../fish/guestfish.pod:552
18700 msgid "B<T> or B<TiB>"
18701 msgstr ""
18702
18703 #. type: textblock
18704 #: ../fish/guestfish.pod:554
18705 msgid "The size in terabytes (multiplied by 2**40)."
18706 msgstr ""
18707
18708 #. type: =item
18709 #: ../fish/guestfish.pod:556
18710 msgid "B<TB>"
18711 msgstr ""
18712
18713 #. type: textblock
18714 #: ../fish/guestfish.pod:558
18715 msgid "The size in SI 10**12 byte units."
18716 msgstr ""
18717
18718 #. type: =item
18719 #: ../fish/guestfish.pod:560
18720 msgid "B<P> or B<PiB>"
18721 msgstr ""
18722
18723 #. type: textblock
18724 #: ../fish/guestfish.pod:562
18725 msgid "The size in petabytes (multiplied by 2**50)."
18726 msgstr ""
18727
18728 #. type: =item
18729 #: ../fish/guestfish.pod:564
18730 msgid "B<PB>"
18731 msgstr ""
18732
18733 #. type: textblock
18734 #: ../fish/guestfish.pod:566
18735 msgid "The size in SI 10**15 byte units."
18736 msgstr ""
18737
18738 #. type: =item
18739 #: ../fish/guestfish.pod:568
18740 msgid "B<E> or B<EiB>"
18741 msgstr ""
18742
18743 #. type: textblock
18744 #: ../fish/guestfish.pod:570
18745 msgid "The size in exabytes (multiplied by 2**60)."
18746 msgstr ""
18747
18748 #. type: =item
18749 #: ../fish/guestfish.pod:572
18750 msgid "B<EB>"
18751 msgstr ""
18752
18753 #. type: textblock
18754 #: ../fish/guestfish.pod:574
18755 msgid "The size in SI 10**18 byte units."
18756 msgstr ""
18757
18758 #. type: =item
18759 #: ../fish/guestfish.pod:576
18760 msgid "B<Z> or B<ZiB>"
18761 msgstr ""
18762
18763 #. type: textblock
18764 #: ../fish/guestfish.pod:578
18765 msgid "The size in zettabytes (multiplied by 2**70)."
18766 msgstr ""
18767
18768 #. type: =item
18769 #: ../fish/guestfish.pod:580
18770 msgid "B<ZB>"
18771 msgstr ""
18772
18773 #. type: textblock
18774 #: ../fish/guestfish.pod:582
18775 msgid "The size in SI 10**21 byte units."
18776 msgstr ""
18777
18778 #. type: =item
18779 #: ../fish/guestfish.pod:584
18780 msgid "B<Y> or B<YiB>"
18781 msgstr ""
18782
18783 #. type: textblock
18784 #: ../fish/guestfish.pod:586
18785 msgid "The size in yottabytes (multiplied by 2**80)."
18786 msgstr ""
18787
18788 #. type: =item
18789 #: ../fish/guestfish.pod:588
18790 msgid "B<YB>"
18791 msgstr ""
18792
18793 #. type: textblock
18794 #: ../fish/guestfish.pod:590
18795 msgid "The size in SI 10**24 byte units."
18796 msgstr ""
18797
18798 #. type: verbatim
18799 #: ../fish/guestfish.pod:596
18800 #, no-wrap
18801 msgid ""
18802 " truncate-size /file 1G\n"
18803 "\n"
18804 msgstr ""
18805
18806 #. type: textblock
18807 #: ../fish/guestfish.pod:598
18808 msgid "would truncate the file to 1 gigabyte."
18809 msgstr ""
18810
18811 #. type: textblock
18812 #: ../fish/guestfish.pod:600
18813 msgid ""
18814 "Be careful because a few commands take sizes in kilobytes or megabytes "
18815 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
18816 "Adding a suffix will probably not do what you expect."
18817 msgstr ""
18818
18819 #. type: =head2
18820 #: ../fish/guestfish.pod:604
18821 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18822 msgstr ""
18823
18824 #. type: textblock
18825 #: ../fish/guestfish.pod:606
18826 msgid ""
18827 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18828 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18829 msgstr ""
18830
18831 #. type: verbatim
18832 #: ../fish/guestfish.pod:609
18833 #, no-wrap
18834 msgid ""
18835 " 1234      decimal number 1234\n"
18836 " 02322     octal number, equivalent to decimal 1234\n"
18837 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18838 "\n"
18839 msgstr ""
18840
18841 #. type: textblock
18842 #: ../fish/guestfish.pod:613
18843 msgid ""
18844 "When using the C<chmod> command, you almost always want to specify an octal "
18845 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18846 "L<chmod(1)> program):"
18847 msgstr ""
18848
18849 #. type: verbatim
18850 #: ../fish/guestfish.pod:617
18851 #, no-wrap
18852 msgid ""
18853 " chmod 0777 /public  # OK\n"
18854 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18855 "\n"
18856 msgstr ""
18857
18858 #. type: textblock
18859 #: ../fish/guestfish.pod:620
18860 msgid ""
18861 "Commands that return numbers usually print them in decimal, but some "
18862 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18863 "octal, preceeded by C<0>)."
18864 msgstr ""
18865
18866 #. type: =head1
18867 #: ../fish/guestfish.pod:624
18868 msgid "WILDCARDS AND GLOBBING"
18869 msgstr ""
18870
18871 #. type: textblock
18872 #: ../fish/guestfish.pod:626
18873 msgid ""
18874 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18875 "(globbing) by default.  So for example the following will not do what you "
18876 "expect:"
18877 msgstr ""
18878
18879 #. type: verbatim
18880 #: ../fish/guestfish.pod:630
18881 #, no-wrap
18882 msgid ""
18883 " rm-rf /home/*\n"
18884 "\n"
18885 msgstr ""
18886
18887 #. type: textblock
18888 #: ../fish/guestfish.pod:632
18889 msgid ""
18890 "Assuming you don't have a directory called literally C</home/*> then the "
18891 "above command will return an error."
18892 msgstr ""
18893
18894 #. type: textblock
18895 #: ../fish/guestfish.pod:635
18896 msgid "To perform wildcard expansion, use the C<glob> command."
18897 msgstr ""
18898
18899 #. type: verbatim
18900 #: ../fish/guestfish.pod:637
18901 #, no-wrap
18902 msgid ""
18903 " glob rm-rf /home/*\n"
18904 "\n"
18905 msgstr ""
18906
18907 #. type: textblock
18908 #: ../fish/guestfish.pod:639
18909 msgid ""
18910 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18911 "many times), equivalent to:"
18912 msgstr ""
18913
18914 #. type: verbatim
18915 #: ../fish/guestfish.pod:642
18916 #, no-wrap
18917 msgid ""
18918 " rm-rf /home/jim\n"
18919 " rm-rf /home/joe\n"
18920 " rm-rf /home/mary\n"
18921 "\n"
18922 msgstr ""
18923
18924 #. type: textblock
18925 #: ../fish/guestfish.pod:646
18926 msgid "C<glob> only works on simple guest paths and not on device names."
18927 msgstr ""
18928
18929 #. type: textblock
18930 #: ../fish/guestfish.pod:648
18931 msgid ""
18932 "If you have several parameters, each containing a wildcard, then glob will "
18933 "perform a Cartesian product."
18934 msgstr ""
18935
18936 #. type: =head1
18937 #: ../fish/guestfish.pod:651
18938 msgid "COMMENTS"
18939 msgstr ""
18940
18941 #. type: textblock
18942 #: ../fish/guestfish.pod:653
18943 msgid ""
18944 "Any line which starts with a I<#> character is treated as a comment and "
18945 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18946 "a command.  For example:"
18947 msgstr ""
18948
18949 #. type: verbatim
18950 #: ../fish/guestfish.pod:657
18951 #, no-wrap
18952 msgid ""
18953 " # this is a comment\n"
18954 "         # this is a comment\n"
18955 " foo # NOT a comment\n"
18956 "\n"
18957 msgstr ""
18958
18959 #. type: textblock
18960 #: ../fish/guestfish.pod:661
18961 msgid "Blank lines are also ignored."
18962 msgstr ""
18963
18964 #. type: =head1
18965 #: ../fish/guestfish.pod:663
18966 msgid "RUNNING COMMANDS LOCALLY"
18967 msgstr ""
18968
18969 #. type: textblock
18970 #: ../fish/guestfish.pod:665
18971 msgid ""
18972 "Any line which starts with a I<!> character is treated as a command sent to "
18973 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
18974 msgstr ""
18975
18976 #. type: verbatim
18977 #: ../fish/guestfish.pod:669
18978 #, no-wrap
18979 msgid ""
18980 " !mkdir local\n"
18981 " tgz-out /remote local/remote-data.tar.gz\n"
18982 "\n"
18983 msgstr ""
18984
18985 #. type: textblock
18986 #: ../fish/guestfish.pod:672
18987 msgid ""
18988 "will create a directory C<local> on the host, and then export the contents "
18989 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
18990 "(See C<tgz-out>)."
18991 msgstr ""
18992
18993 #. type: textblock
18994 #: ../fish/guestfish.pod:676
18995 msgid ""
18996 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
18997 "effect, due to the way that subprocesses work in Unix."
18998 msgstr ""
18999
19000 #. type: =head1
19001 #: ../fish/guestfish.pod:679
19002 msgid "PIPES"
19003 msgstr ""
19004
19005 #. type: textblock
19006 #: ../fish/guestfish.pod:681
19007 msgid ""
19008 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19009 "command (a guestfish command) to the second command (any host command).  For "
19010 "example:"
19011 msgstr ""
19012
19013 #. type: verbatim
19014 #: ../fish/guestfish.pod:685
19015 #, no-wrap
19016 msgid ""
19017 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19018 "\n"
19019 msgstr ""
19020
19021 #. type: textblock
19022 #: ../fish/guestfish.pod:687
19023 msgid ""
19024 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19025 "program).  The above command would list all accounts in the guest filesystem "
19026 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19027 msgstr ""
19028
19029 #. type: verbatim
19030 #: ../fish/guestfish.pod:692
19031 #, no-wrap
19032 msgid ""
19033 " hexdump /bin/ls | head\n"
19034 " list-devices | tail -1\n"
19035 " tgz-out / - | tar ztf -\n"
19036 "\n"
19037 msgstr ""
19038
19039 #. type: textblock
19040 #: ../fish/guestfish.pod:696
19041 msgid ""
19042 "The space before the pipe symbol is required, any space after the pipe "
19043 "symbol is optional.  Everything after the pipe symbol is just passed "
19044 "straight to the host shell, so it can contain redirections, globs and "
19045 "anything else that makes sense on the host side."
19046 msgstr ""
19047
19048 #. type: textblock
19049 #: ../fish/guestfish.pod:701
19050 msgid ""
19051 "To use a literal argument which begins with a pipe symbol, you have to quote "
19052 "it, eg:"
19053 msgstr ""
19054
19055 #. type: verbatim
19056 #: ../fish/guestfish.pod:704
19057 #, no-wrap
19058 msgid ""
19059 " echo \"|\"\n"
19060 "\n"
19061 msgstr ""
19062
19063 #. type: =head1
19064 #: ../fish/guestfish.pod:706
19065 msgid "HOME DIRECTORIES"
19066 msgstr ""
19067
19068 #. type: textblock
19069 #: ../fish/guestfish.pod:708
19070 msgid ""
19071 "If a parameter starts with the character C<~> then the tilde may be expanded "
19072 "as a home directory path (either C<~> for the current user's home directory, "
19073 "or C<~user> for another user)."
19074 msgstr ""
19075
19076 #. type: textblock
19077 #: ../fish/guestfish.pod:712
19078 msgid ""
19079 "Note that home directory expansion happens for users known I<on the host>, "
19080 "not in the guest filesystem."
19081 msgstr ""
19082
19083 #. type: textblock
19084 #: ../fish/guestfish.pod:715
19085 msgid ""
19086 "To use a literal argument which begins with a tilde, you have to quote it, "
19087 "eg:"
19088 msgstr ""
19089
19090 #. type: verbatim
19091 #: ../fish/guestfish.pod:718
19092 #, no-wrap
19093 msgid ""
19094 " echo \"~\"\n"
19095 "\n"
19096 msgstr ""
19097
19098 #. type: textblock
19099 #: ../fish/guestfish.pod:722
19100 msgid ""
19101 "Libguestfs has some support for Linux guests encrypted according to the "
19102 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19103 "disk encryption systems used by modern Linux guests.  Currently only "
19104 "LVM-on-LUKS is supported."
19105 msgstr ""
19106
19107 #. type: textblock
19108 #: ../fish/guestfish.pod:727
19109 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19110 msgstr ""
19111
19112 #. type: verbatim
19113 #: ../fish/guestfish.pod:729
19114 #, no-wrap
19115 msgid ""
19116 " ><fs> vfs-type /dev/sda2\n"
19117 " crypto_LUKS\n"
19118 "\n"
19119 msgstr ""
19120
19121 #. type: textblock
19122 #: ../fish/guestfish.pod:732
19123 msgid ""
19124 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19125 "device called C</dev/mapper/luksdev>."
19126 msgstr ""
19127
19128 #. type: verbatim
19129 #: ../fish/guestfish.pod:735
19130 #, no-wrap
19131 msgid ""
19132 " ><fs> luks-open /dev/sda2 luksdev\n"
19133 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19134 "\n"
19135 msgstr ""
19136
19137 #. type: textblock
19138 #: ../fish/guestfish.pod:738
19139 msgid ""
19140 "Finally you have to tell LVM to scan for volume groups on the newly created "
19141 "mapper device:"
19142 msgstr ""
19143
19144 #. type: verbatim
19145 #: ../fish/guestfish.pod:741
19146 #, no-wrap
19147 msgid ""
19148 " vgscan\n"
19149 " vg-activate-all true\n"
19150 "\n"
19151 msgstr ""
19152
19153 #. type: textblock
19154 #: ../fish/guestfish.pod:744
19155 msgid "The logical volume(s) can now be mounted in the usual way."
19156 msgstr ""
19157
19158 #. type: textblock
19159 #: ../fish/guestfish.pod:746
19160 msgid ""
19161 "Before closing a LUKS device you must unmount any logical volumes on it and "
19162 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19163 "one.  Then you can close the mapper device:"
19164 msgstr ""
19165
19166 #. type: verbatim
19167 #: ../fish/guestfish.pod:750
19168 #, no-wrap
19169 msgid ""
19170 " vg-activate false /dev/VG\n"
19171 " luks-close /dev/mapper/luksdev\n"
19172 "\n"
19173 msgstr ""
19174
19175 #. type: =head1
19176 #: ../fish/guestfish.pod:753
19177 msgid "WINDOWS PATHS"
19178 msgstr ""
19179
19180 #. type: textblock
19181 #: ../fish/guestfish.pod:755
19182 msgid ""
19183 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19184 "(with some limitations).  The following commands are equivalent:"
19185 msgstr ""
19186
19187 #. type: verbatim
19188 #: ../fish/guestfish.pod:758
19189 #, no-wrap
19190 msgid ""
19191 " file /WINDOWS/system32/config/system.LOG\n"
19192 "\n"
19193 msgstr ""
19194
19195 #. type: verbatim
19196 #: ../fish/guestfish.pod:760
19197 #, no-wrap
19198 msgid ""
19199 " file win:/windows/system32/config/system.log\n"
19200 "\n"
19201 msgstr ""
19202
19203 #. type: verbatim
19204 #: ../fish/guestfish.pod:762
19205 #, no-wrap
19206 msgid ""
19207 " file win:\\windows\\system32\\config\\system.log\n"
19208 "\n"
19209 msgstr ""
19210
19211 #. type: verbatim
19212 #: ../fish/guestfish.pod:764
19213 #, no-wrap
19214 msgid ""
19215 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19216 "\n"
19217 msgstr ""
19218
19219 #. type: textblock
19220 #: ../fish/guestfish.pod:766
19221 msgid ""
19222 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19223 "handles case insensitivity like Windows would.  This only works in argument "
19224 "positions that expect a path."
19225 msgstr ""
19226
19227 #. type: =head1
19228 #: ../fish/guestfish.pod:770
19229 msgid "UPLOADING AND DOWNLOADING FILES"
19230 msgstr ""
19231
19232 #. type: textblock
19233 #: ../fish/guestfish.pod:772
19234 msgid ""
19235 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19236 "others which upload from or download to a local file, you can use the "
19237 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19238 msgstr ""
19239
19240 #. type: verbatim
19241 #: ../fish/guestfish.pod:776
19242 #, no-wrap
19243 msgid ""
19244 " upload - /foo\n"
19245 "\n"
19246 msgstr ""
19247
19248 #. type: textblock
19249 #: ../fish/guestfish.pod:778
19250 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19251 msgstr ""
19252
19253 #. type: verbatim
19254 #: ../fish/guestfish.pod:781
19255 #, no-wrap
19256 msgid ""
19257 " tar-out /etc - | tar tf -\n"
19258 "\n"
19259 msgstr ""
19260
19261 #. type: textblock
19262 #: ../fish/guestfish.pod:783
19263 msgid ""
19264 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19265 "command (see L</PIPES>)."
19266 msgstr ""
19267
19268 #. type: textblock
19269 #: ../fish/guestfish.pod:786
19270 msgid ""
19271 "When using C<-> to read from stdin, the input is read up to the end of "
19272 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19273 "some arbitrary end marker:"
19274 msgstr ""
19275
19276 #. type: verbatim
19277 #: ../fish/guestfish.pod:790
19278 #, no-wrap
19279 msgid ""
19280 " upload -<<END /foo\n"
19281 " input line 1\n"
19282 " input line 2\n"
19283 " input line 3\n"
19284 " END\n"
19285 "\n"
19286 msgstr ""
19287
19288 #. type: textblock
19289 #: ../fish/guestfish.pod:796
19290 msgid ""
19291 "Any string of characters can be used instead of C<END>.  The end marker must "
19292 "appear on a line of its own, without any preceeding or following characters "
19293 "(not even spaces)."
19294 msgstr ""
19295
19296 #. type: textblock
19297 #: ../fish/guestfish.pod:800
19298 msgid ""
19299 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19300 "upload local files (so-called \"FileIn\" parameters in the generator)."
19301 msgstr ""
19302
19303 #. type: =head1
19304 #: ../fish/guestfish.pod:803
19305 msgid "EXIT ON ERROR BEHAVIOUR"
19306 msgstr ""
19307
19308 #. type: textblock
19309 #: ../fish/guestfish.pod:805
19310 msgid ""
19311 "By default, guestfish will ignore any errors when in interactive mode "
19312 "(ie. taking commands from a human over a tty), and will exit on the first "
19313 "error in non-interactive mode (scripts, commands given on the command line)."
19314 msgstr ""
19315
19316 #. type: textblock
19317 #: ../fish/guestfish.pod:810
19318 msgid ""
19319 "If you prefix a command with a I<-> character, then that command will not "
19320 "cause guestfish to exit, even if that (one) command returns an error."
19321 msgstr ""
19322
19323 #. type: =head1
19324 #: ../fish/guestfish.pod:814
19325 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19326 msgstr ""
19327
19328 #. type: textblock
19329 #: ../fish/guestfish.pod:816
19330 msgid ""
19331 "Guestfish can be remote-controlled over a socket.  This is useful "
19332 "particularly in shell scripts where you want to make several different "
19333 "changes to a filesystem, but you don't want the overhead of starting up a "
19334 "guestfish process each time."
19335 msgstr ""
19336
19337 #. type: textblock
19338 #: ../fish/guestfish.pod:821
19339 msgid "Start a guestfish server process using:"
19340 msgstr ""
19341
19342 #. type: verbatim
19343 #: ../fish/guestfish.pod:823
19344 #, no-wrap
19345 msgid ""
19346 " eval \"`guestfish --listen`\"\n"
19347 "\n"
19348 msgstr ""
19349
19350 #. type: textblock
19351 #: ../fish/guestfish.pod:825
19352 msgid "and then send it commands by doing:"
19353 msgstr ""
19354
19355 #. type: verbatim
19356 #: ../fish/guestfish.pod:827
19357 #, no-wrap
19358 msgid ""
19359 " guestfish --remote cmd [...]\n"
19360 "\n"
19361 msgstr ""
19362
19363 #. type: textblock
19364 #: ../fish/guestfish.pod:829
19365 msgid "To cause the server to exit, send it the exit command:"
19366 msgstr ""
19367
19368 #. type: verbatim
19369 #: ../fish/guestfish.pod:831
19370 #, no-wrap
19371 msgid ""
19372 " guestfish --remote exit\n"
19373 "\n"
19374 msgstr ""
19375
19376 #. type: textblock
19377 #: ../fish/guestfish.pod:833
19378 msgid ""
19379 "Note that the server will normally exit if there is an error in a command.  "
19380 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19381 "BEHAVIOUR>."
19382 msgstr ""
19383
19384 #. type: =head2
19385 #: ../fish/guestfish.pod:837
19386 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19387 msgstr ""
19388
19389 #. type: textblock
19390 #: ../fish/guestfish.pod:839
19391 msgid ""
19392 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19393 "is how the I<--remote> option knows where to send the commands.  You can "
19394 "have several guestfish listener processes running using:"
19395 msgstr ""
19396
19397 #. type: verbatim
19398 #: ../fish/guestfish.pod:843
19399 #, no-wrap
19400 msgid ""
19401 " eval \"`guestfish --listen`\"\n"
19402 " pid1=$GUESTFISH_PID\n"
19403 " eval \"`guestfish --listen`\"\n"
19404 " pid2=$GUESTFISH_PID\n"
19405 " ...\n"
19406 " guestfish --remote=$pid1 cmd\n"
19407 " guestfish --remote=$pid2 cmd\n"
19408 "\n"
19409 msgstr ""
19410
19411 #. type: =head2
19412 #: ../fish/guestfish.pod:851
19413 msgid "REMOTE CONTROL AND CSH"
19414 msgstr ""
19415
19416 #. type: textblock
19417 #: ../fish/guestfish.pod:853
19418 msgid ""
19419 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19420 "option:"
19421 msgstr ""
19422
19423 #. type: verbatim
19424 #: ../fish/guestfish.pod:856
19425 #, no-wrap
19426 msgid ""
19427 " eval \"`guestfish --listen --csh`\"\n"
19428 "\n"
19429 msgstr ""
19430
19431 #. type: =head2
19432 #: ../fish/guestfish.pod:858
19433 msgid "REMOTE CONTROL DETAILS"
19434 msgstr ""
19435
19436 #. type: textblock
19437 #: ../fish/guestfish.pod:860
19438 msgid ""
19439 "Remote control happens over a Unix domain socket called "
19440 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19441 "of the process, and C<$PID> is the process ID of the server."
19442 msgstr ""
19443
19444 #. type: textblock
19445 #: ../fish/guestfish.pod:864
19446 msgid "Guestfish client and server versions must match exactly."
19447 msgstr ""
19448
19449 #. type: =head1
19450 #: ../fish/guestfish.pod:866
19451 msgid "PREPARED DISK IMAGES"
19452 msgstr ""
19453
19454 #. type: textblock
19455 #: ../fish/guestfish.pod:868
19456 msgid ""
19457 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19458 "preformatted disk images that guestfish can make for you to save typing.  "
19459 "This is particularly useful for testing purposes.  This option is used "
19460 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19461 "can be mixed with I<-a>)."
19462 msgstr ""
19463
19464 #. type: textblock
19465 #: ../fish/guestfish.pod:874
19466 msgid ""
19467 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19468 "the second and so on.  Existing files in the current directory are "
19469 "I<overwritten>."
19470 msgstr ""
19471
19472 #. type: textblock
19473 #: ../fish/guestfish.pod:878
19474 msgid ""
19475 "The type briefly describes how the disk should be sized, partitioned, how "
19476 "filesystem(s) should be created, and how content should be added.  "
19477 "Optionally the type can be followed by extra parameters, separated by C<:> "
19478 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19479 "sparsely-allocated disk, containing a single partition, with the partition "
19480 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19481 "on a 1GB disk instead."
19482 msgstr ""
19483
19484 #. type: textblock
19485 #: ../fish/guestfish.pod:886
19486 msgid "To list the available types and any extra parameters they take, run:"
19487 msgstr ""
19488
19489 #. type: textblock
19490 #: ../fish/guestfish.pod:890
19491 msgid ""
19492 "Note that the prepared filesystem is not mounted.  You would usually have to "
19493 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19494 msgstr ""
19495
19496 #. type: textblock
19497 #: ../fish/guestfish.pod:894
19498 msgid ""
19499 "If any I<-N> or I<--new> options are given, the guest is automatically "
19500 "launched."
19501 msgstr ""
19502
19503 #. type: textblock
19504 #: ../fish/guestfish.pod:899
19505 msgid "Create a 100MB disk with an ext4-formatted partition:"
19506 msgstr ""
19507
19508 #. type: verbatim
19509 #: ../fish/guestfish.pod:901
19510 #, no-wrap
19511 msgid ""
19512 " guestfish -N fs:ext4\n"
19513 "\n"
19514 msgstr ""
19515
19516 #. type: textblock
19517 #: ../fish/guestfish.pod:903
19518 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19519 msgstr ""
19520
19521 #. type: verbatim
19522 #: ../fish/guestfish.pod:905
19523 #, no-wrap
19524 msgid ""
19525 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19526 "\n"
19527 msgstr ""
19528
19529 #. type: textblock
19530 #: ../fish/guestfish.pod:907
19531 msgid "Create a blank 200MB disk:"
19532 msgstr ""
19533
19534 #. type: verbatim
19535 #: ../fish/guestfish.pod:909
19536 #, no-wrap
19537 msgid ""
19538 " guestfish -N disk:200M\n"
19539 "\n"
19540 msgstr ""
19541
19542 #. type: =head1
19543 #: ../fish/guestfish.pod:911
19544 msgid "PROGRESS BARS"
19545 msgstr ""
19546
19547 #. type: textblock
19548 #: ../fish/guestfish.pod:913
19549 msgid ""
19550 "Some (not all) long-running commands send progress notification messages as "
19551 "they are running.  Guestfish turns these messages into progress bars."
19552 msgstr ""
19553
19554 #. type: textblock
19555 #: ../fish/guestfish.pod:917
19556 msgid ""
19557 "When a command that supports progress bars takes longer than two seconds to "
19558 "run, and if progress bars are enabled, then you will see one appearing below "
19559 "the command:"
19560 msgstr ""
19561
19562 #. type: verbatim
19563 #: ../fish/guestfish.pod:921
19564 #, no-wrap
19565 msgid ""
19566 " ><fs> copy-size /large-file /another-file 2048M\n"
19567 " / 10% [#####-----------------------------------------] 00:30\n"
19568 "\n"
19569 msgstr ""
19570
19571 #. type: textblock
19572 #: ../fish/guestfish.pod:924
19573 msgid ""
19574 "The spinner on the left hand side moves round once for every progress "
19575 "notification received from the backend.  This is a (reasonably) golden "
19576 "assurance that the command is \"doing something\" even if the progress bar "
19577 "is not moving, because the command is able to send the progress "
19578 "notifications.  When the bar reaches 100% and the command finishes, the "
19579 "spinner disappears."
19580 msgstr ""
19581
19582 #. type: textblock
19583 #: ../fish/guestfish.pod:931
19584 msgid ""
19585 "Progress bars are enabled by default when guestfish is used interactively.  "
19586 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19587 "and you can disable them completely using I<--no-progress-bars>."
19588 msgstr ""
19589
19590 #. type: =head1
19591 #: ../fish/guestfish.pod:936
19592 msgid "GUESTFISH COMMANDS"
19593 msgstr ""
19594
19595 #. type: textblock
19596 #: ../fish/guestfish.pod:938
19597 msgid ""
19598 "The commands in this section are guestfish convenience commands, in other "
19599 "words, they are not part of the L<guestfs(3)> API."
19600 msgstr ""
19601
19602 #. type: =head2
19603 #: ../fish/guestfish.pod:941
19604 msgid "help"
19605 msgstr ""
19606
19607 #. type: verbatim
19608 #: ../fish/guestfish.pod:943
19609 #, no-wrap
19610 msgid ""
19611 " help\n"
19612 " help cmd\n"
19613 "\n"
19614 msgstr ""
19615
19616 #. type: textblock
19617 #: ../fish/guestfish.pod:946
19618 msgid "Without any parameter, this provides general help."
19619 msgstr ""
19620
19621 #. type: textblock
19622 #: ../fish/guestfish.pod:948
19623 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19624 msgstr ""
19625
19626 #. type: =head2
19627 #: ../fish/guestfish.pod:950
19628 msgid "quit | exit"
19629 msgstr ""
19630
19631 #. type: textblock
19632 #: ../fish/guestfish.pod:952
19633 msgid "This exits guestfish.  You can also use C<^D> key."
19634 msgstr ""
19635
19636 #. type: textblock
19637 #: ../fish/guestfish.pod:954
19638 msgid "@FISH_COMMANDS@"
19639 msgstr ""
19640
19641 #. type: =head1
19642 #: ../fish/guestfish.pod:956
19643 msgid "COMMANDS"
19644 msgstr ""
19645
19646 #. type: =head1
19647 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
19648 msgid "EXIT CODE"
19649 msgstr ""
19650
19651 #. type: textblock
19652 #: ../fish/guestfish.pod:962
19653 msgid ""
19654 "guestfish returns 0 if the commands completed without error, or 1 if there "
19655 "was an error."
19656 msgstr ""
19657
19658 #. type: =item
19659 #: ../fish/guestfish.pod:969
19660 msgid "EDITOR"
19661 msgstr ""
19662
19663 #. type: textblock
19664 #: ../fish/guestfish.pod:971
19665 msgid ""
19666 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19667 "C<vi>."
19668 msgstr ""
19669
19670 #. type: =item
19671 #: ../fish/guestfish.pod:974
19672 msgid "GUESTFISH_PID"
19673 msgstr ""
19674
19675 #. type: textblock
19676 #: ../fish/guestfish.pod:976
19677 msgid ""
19678 "Used with the I<--remote> option to specify the remote guestfish process to "
19679 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19680 msgstr ""
19681
19682 #. type: =item
19683 #: ../fish/guestfish.pod:980
19684 msgid "HEXEDITOR"
19685 msgstr ""
19686
19687 #. type: textblock
19688 #: ../fish/guestfish.pod:982
19689 msgid ""
19690 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19691 "not specified, the external L<hexedit(1)> program is used."
19692 msgstr ""
19693
19694 #. type: =item
19695 #: ../fish/guestfish.pod:986
19696 msgid "HOME"
19697 msgstr ""
19698
19699 #. type: textblock
19700 #: ../fish/guestfish.pod:988
19701 msgid ""
19702 "If compiled with GNU readline support, various files in the home directory "
19703 "can be used.  See L</FILES>."
19704 msgstr ""
19705
19706 #. type: textblock
19707 #: ../fish/guestfish.pod:997
19708 msgid ""
19709 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19710 "effect as using the B<-v> option."
19711 msgstr ""
19712
19713 #. type: textblock
19714 #: ../fish/guestfish.pod:1009
19715 msgid ""
19716 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19717 "the discussion of paths in L<guestfs(3)>."
19718 msgstr ""
19719
19720 #. type: textblock
19721 #: ../fish/guestfish.pod:1020
19722 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19723 msgstr ""
19724
19725 #. type: =item
19726 #: ../fish/guestfish.pod:1022
19727 msgid "PAGER"
19728 msgstr ""
19729
19730 #. type: textblock
19731 #: ../fish/guestfish.pod:1024
19732 msgid ""
19733 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19734 "C<more>."
19735 msgstr ""
19736
19737 #. type: =head1
19738 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
19739 msgid "FILES"
19740 msgstr ""
19741
19742 #. type: =item
19743 #: ../fish/guestfish.pod:1043
19744 msgid "$HOME/.guestfish"
19745 msgstr ""
19746
19747 #. type: textblock
19748 #: ../fish/guestfish.pod:1045
19749 msgid ""
19750 "If compiled with GNU readline support, then the command history is saved in "
19751 "this file."
19752 msgstr ""
19753
19754 #. type: =item
19755 #: ../fish/guestfish.pod:1048
19756 msgid "$HOME/.inputrc"
19757 msgstr ""
19758
19759 #. type: =item
19760 #: ../fish/guestfish.pod:1050
19761 msgid "/etc/inputrc"
19762 msgstr ""
19763
19764 #. type: textblock
19765 #: ../fish/guestfish.pod:1052
19766 msgid ""
19767 "If compiled with GNU readline support, then these files can be used to "
19768 "configure readline.  For further information, please see "
19769 "L<readline(3)/INITIALIZATION FILE>."
19770 msgstr ""
19771
19772 #. type: textblock
19773 #: ../fish/guestfish.pod:1056
19774 msgid "To write rules which only apply to guestfish, use:"
19775 msgstr ""
19776
19777 #. type: verbatim
19778 #: ../fish/guestfish.pod:1058
19779 #, no-wrap
19780 msgid ""
19781 " $if guestfish\n"
19782 " ...\n"
19783 " $endif\n"
19784 "\n"
19785 msgstr ""
19786
19787 #. type: textblock
19788 #: ../fish/guestfish.pod:1062
19789 msgid ""
19790 "Variables that you can set in inputrc that change the behaviour of guestfish "
19791 "in useful ways include:"
19792 msgstr ""
19793
19794 #. type: =item
19795 #: ../fish/guestfish.pod:1067
19796 msgid "completion-ignore-case (default: on)"
19797 msgstr ""
19798
19799 #. type: textblock
19800 #: ../fish/guestfish.pod:1069
19801 msgid ""
19802 "By default, guestfish will ignore case when tab-completing paths on the "
19803 "disk.  Use:"
19804 msgstr ""
19805
19806 #. type: verbatim
19807 #: ../fish/guestfish.pod:1072
19808 #, no-wrap
19809 msgid ""
19810 " set completion-ignore-case off\n"
19811 "\n"
19812 msgstr ""
19813
19814 #. type: textblock
19815 #: ../fish/guestfish.pod:1074
19816 msgid "to make guestfish case sensitive."
19817 msgstr ""
19818
19819 #. type: =item
19820 #: ../fish/guestfish.pod:1078
19821 msgid "test1.img"
19822 msgstr ""
19823
19824 #. type: =item
19825 #: ../fish/guestfish.pod:1080
19826 msgid "test2.img (etc)"
19827 msgstr ""
19828
19829 #. type: textblock
19830 #: ../fish/guestfish.pod:1082
19831 msgid ""
19832 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
19833 "will be created in the file C<test1.img> in the current directory.  The "
19834 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
19835 "the same name will be overwritten."
19836 msgstr ""
19837
19838 #. type: textblock
19839 #: ../fish/guestfish.pod:1091
19840 msgid ""
19841 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
19842 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
19843 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
19844 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, "
19845 "L<virt-win-reg(1)>, L<hexedit(1)>."
19846 msgstr ""
19847
19848 #. type: textblock
19849 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:370 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
19850 msgid ""
19851 "This program is free software; you can redistribute it and/or modify it "
19852 "under the terms of the GNU General Public License as published by the Free "
19853 "Software Foundation; either version 2 of the License, or (at your option) "
19854 "any later version."
19855 msgstr ""
19856
19857 #. type: textblock
19858 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:375 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
19859 msgid ""
19860 "This program is distributed in the hope that it will be useful, but WITHOUT "
19861 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
19862 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
19863 "more details."
19864 msgstr ""
19865
19866 #. type: textblock
19867 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:380 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
19868 msgid ""
19869 "You should have received a copy of the GNU General Public License along with "
19870 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
19871 "Ave, Cambridge, MA 02139, USA."
19872 msgstr ""
19873
19874 #. type: =head2
19875 #: ../fish/guestfish-actions.pod:1
19876 msgid "add-cdrom"
19877 msgstr ""
19878
19879 #. type: verbatim
19880 #: ../fish/guestfish-actions.pod:3
19881 #, no-wrap
19882 msgid ""
19883 " add-cdrom filename\n"
19884 "\n"
19885 msgstr ""
19886
19887 #. type: textblock
19888 #: ../fish/guestfish-actions.pod:15
19889 msgid ""
19890 "This call checks for the existence of C<filename>.  This stops you from "
19891 "specifying other types of drive which are supported by qemu such as C<nbd:> "
19892 "and C<http:> URLs.  To specify those, use the general L</config> call "
19893 "instead."
19894 msgstr ""
19895
19896 #. type: textblock
19897 #: ../fish/guestfish-actions.pod:22
19898 msgid ""
19899 "If you just want to add an ISO file (often you use this as an efficient way "
19900 "to transfer large files into the guest), then you should probably use "
19901 "L</add-drive-ro> instead."
19902 msgstr ""
19903
19904 #. type: =head2
19905 #: ../fish/guestfish-actions.pod:35
19906 msgid "add-domain"
19907 msgstr ""
19908
19909 #. type: =head2
19910 #: ../fish/guestfish-actions.pod:37
19911 msgid "domain"
19912 msgstr ""
19913
19914 #. type: verbatim
19915 #: ../fish/guestfish-actions.pod:39
19916 #, no-wrap
19917 msgid ""
19918 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
19919 "\n"
19920 msgstr ""
19921
19922 #. type: textblock
19923 #: ../fish/guestfish-actions.pod:41
19924 msgid ""
19925 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
19926 "It works by connecting to libvirt, requesting the domain and domain XML from "
19927 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
19928 msgstr ""
19929
19930 #. type: textblock
19931 #: ../fish/guestfish-actions.pod:64
19932 msgid ""
19933 "The other optional parameters are passed directly through to "
19934 "L</add-drive-opts>."
19935 msgstr ""
19936
19937 #. type: textblock
19938 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131 ../fish/guestfish-actions.pod:2848
19939 msgid ""
19940 "This command has one or more optional arguments.  See L</OPTIONAL "
19941 "ARGUMENTS>."
19942 msgstr ""
19943
19944 #. type: =head2
19945 #: ../fish/guestfish-actions.pod:69
19946 msgid "add-drive"
19947 msgstr ""
19948
19949 #. type: verbatim
19950 #: ../fish/guestfish-actions.pod:71
19951 #, no-wrap
19952 msgid ""
19953 " add-drive filename\n"
19954 "\n"
19955 msgstr ""
19956
19957 #. type: textblock
19958 #: ../fish/guestfish-actions.pod:73
19959 msgid ""
19960 "This function is the equivalent of calling L</add-drive-opts> with no "
19961 "optional parameters, so the disk is added writable, with the format being "
19962 "detected automatically."
19963 msgstr ""
19964
19965 #. type: textblock
19966 #: ../fish/guestfish-actions.pod:77
19967 msgid ""
19968 "Automatic detection of the format opens you up to a potential security hole "
19969 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
19970 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
19971 "you should think about replacing calls to this function with calls to "
19972 "L</add-drive-opts>, and specifying the format."
19973 msgstr ""
19974
19975 #. type: =head2
19976 #: ../fish/guestfish-actions.pod:84
19977 msgid "add-drive-opts"
19978 msgstr ""
19979
19980 #. type: =head2
19981 #: ../fish/guestfish-actions.pod:86
19982 msgid "add"
19983 msgstr ""
19984
19985 #. type: verbatim
19986 #: ../fish/guestfish-actions.pod:88
19987 #, no-wrap
19988 msgid ""
19989 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
19990 "\n"
19991 msgstr ""
19992
19993 #. type: textblock
19994 #: ../fish/guestfish-actions.pod:115
19995 msgid ""
19996 "This forces the image format.  If you omit this (or use L</add-drive> or "
19997 "L</add-drive-ro>) then the format is automatically detected.  Possible "
19998 "formats include C<raw> and C<qcow2>."
19999 msgstr ""
20000
20001 #. type: textblock
20002 #: ../fish/guestfish-actions.pod:126
20003 msgid ""
20004 "This rarely-used option lets you emulate the behaviour of the deprecated "
20005 "L</add-drive-with-if> call (q.v.)"
20006 msgstr ""
20007
20008 #. type: =head2
20009 #: ../fish/guestfish-actions.pod:133
20010 msgid "add-drive-ro"
20011 msgstr ""
20012
20013 #. type: =head2
20014 #: ../fish/guestfish-actions.pod:135
20015 msgid "add-ro"
20016 msgstr ""
20017
20018 #. type: verbatim
20019 #: ../fish/guestfish-actions.pod:137
20020 #, no-wrap
20021 msgid ""
20022 " add-drive-ro filename\n"
20023 "\n"
20024 msgstr ""
20025
20026 #. type: textblock
20027 #: ../fish/guestfish-actions.pod:139
20028 msgid ""
20029 "This function is the equivalent of calling L</add-drive-opts> with the "
20030 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20031 "is added read-only, with the format being detected automatically."
20032 msgstr ""
20033
20034 #. type: =head2
20035 #: ../fish/guestfish-actions.pod:144
20036 msgid "add-drive-ro-with-if"
20037 msgstr ""
20038
20039 #. type: verbatim
20040 #: ../fish/guestfish-actions.pod:146
20041 #, no-wrap
20042 msgid ""
20043 " add-drive-ro-with-if filename iface\n"
20044 "\n"
20045 msgstr ""
20046
20047 #. type: textblock
20048 #: ../fish/guestfish-actions.pod:148
20049 msgid ""
20050 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20051 "interface emulation to use at run time."
20052 msgstr ""
20053
20054 #. type: =head2
20055 #: ../fish/guestfish-actions.pod:158
20056 msgid "add-drive-with-if"
20057 msgstr ""
20058
20059 #. type: verbatim
20060 #: ../fish/guestfish-actions.pod:160
20061 #, no-wrap
20062 msgid ""
20063 " add-drive-with-if filename iface\n"
20064 "\n"
20065 msgstr ""
20066
20067 #. type: textblock
20068 #: ../fish/guestfish-actions.pod:162
20069 msgid ""
20070 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20071 "interface emulation to use at run time."
20072 msgstr ""
20073
20074 #. type: =head2
20075 #: ../fish/guestfish-actions.pod:172
20076 msgid "aug-clear"
20077 msgstr ""
20078
20079 #. type: verbatim
20080 #: ../fish/guestfish-actions.pod:174
20081 #, no-wrap
20082 msgid ""
20083 " aug-clear augpath\n"
20084 "\n"
20085 msgstr ""
20086
20087 #. type: =head2
20088 #: ../fish/guestfish-actions.pod:179
20089 msgid "aug-close"
20090 msgstr ""
20091
20092 #. type: verbatim
20093 #: ../fish/guestfish-actions.pod:181
20094 #, no-wrap
20095 msgid ""
20096 " aug-close\n"
20097 "\n"
20098 msgstr ""
20099
20100 #. type: textblock
20101 #: ../fish/guestfish-actions.pod:183
20102 msgid ""
20103 "Close the current Augeas handle and free up any resources used by it.  After "
20104 "calling this, you have to call L</aug-init> again before you can use any "
20105 "other Augeas functions."
20106 msgstr ""
20107
20108 #. type: =head2
20109 #: ../fish/guestfish-actions.pod:188
20110 msgid "aug-defnode"
20111 msgstr ""
20112
20113 #. type: verbatim
20114 #: ../fish/guestfish-actions.pod:190
20115 #, no-wrap
20116 msgid ""
20117 " aug-defnode name expr val\n"
20118 "\n"
20119 msgstr ""
20120
20121 #. type: textblock
20122 #: ../fish/guestfish-actions.pod:195
20123 msgid ""
20124 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20125 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20126 "containing that single node."
20127 msgstr ""
20128
20129 #. type: =head2
20130 #: ../fish/guestfish-actions.pod:203
20131 msgid "aug-defvar"
20132 msgstr ""
20133
20134 #. type: verbatim
20135 #: ../fish/guestfish-actions.pod:205
20136 #, no-wrap
20137 msgid ""
20138 " aug-defvar name expr\n"
20139 "\n"
20140 msgstr ""
20141
20142 #. type: =head2
20143 #: ../fish/guestfish-actions.pod:214
20144 msgid "aug-get"
20145 msgstr ""
20146
20147 #. type: verbatim
20148 #: ../fish/guestfish-actions.pod:216
20149 #, no-wrap
20150 msgid ""
20151 " aug-get augpath\n"
20152 "\n"
20153 msgstr ""
20154
20155 #. type: =head2
20156 #: ../fish/guestfish-actions.pod:221
20157 msgid "aug-init"
20158 msgstr ""
20159
20160 #. type: verbatim
20161 #: ../fish/guestfish-actions.pod:223
20162 #, no-wrap
20163 msgid ""
20164 " aug-init root flags\n"
20165 "\n"
20166 msgstr ""
20167
20168 #. type: textblock
20169 #: ../fish/guestfish-actions.pod:229
20170 msgid "You must call this before using any other L</aug-*> commands."
20171 msgstr ""
20172
20173 #. type: textblock
20174 #: ../fish/guestfish-actions.pod:264
20175 msgid "Do not load the tree in L</aug-init>."
20176 msgstr ""
20177
20178 #. type: textblock
20179 #: ../fish/guestfish-actions.pod:268
20180 msgid "To close the handle, you can call L</aug-close>."
20181 msgstr ""
20182
20183 #. type: =head2
20184 #: ../fish/guestfish-actions.pod:272
20185 msgid "aug-insert"
20186 msgstr ""
20187
20188 #. type: verbatim
20189 #: ../fish/guestfish-actions.pod:274
20190 #, no-wrap
20191 msgid ""
20192 " aug-insert augpath label true|false\n"
20193 "\n"
20194 msgstr ""
20195
20196 #. type: =head2
20197 #: ../fish/guestfish-actions.pod:284
20198 msgid "aug-load"
20199 msgstr ""
20200
20201 #. type: verbatim
20202 #: ../fish/guestfish-actions.pod:286
20203 #, no-wrap
20204 msgid ""
20205 " aug-load\n"
20206 "\n"
20207 msgstr ""
20208
20209 #. type: =head2
20210 #: ../fish/guestfish-actions.pod:293
20211 msgid "aug-ls"
20212 msgstr ""
20213
20214 #. type: verbatim
20215 #: ../fish/guestfish-actions.pod:295
20216 #, no-wrap
20217 msgid ""
20218 " aug-ls augpath\n"
20219 "\n"
20220 msgstr ""
20221
20222 #. type: textblock
20223 #: ../fish/guestfish-actions.pod:297
20224 msgid ""
20225 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20226 "resulting nodes into alphabetical order."
20227 msgstr ""
20228
20229 #. type: =head2
20230 #: ../fish/guestfish-actions.pod:300
20231 msgid "aug-match"
20232 msgstr ""
20233
20234 #. type: verbatim
20235 #: ../fish/guestfish-actions.pod:302
20236 #, no-wrap
20237 msgid ""
20238 " aug-match augpath\n"
20239 "\n"
20240 msgstr ""
20241
20242 #. type: =head2
20243 #: ../fish/guestfish-actions.pod:308
20244 msgid "aug-mv"
20245 msgstr ""
20246
20247 #. type: verbatim
20248 #: ../fish/guestfish-actions.pod:310
20249 #, no-wrap
20250 msgid ""
20251 " aug-mv src dest\n"
20252 "\n"
20253 msgstr ""
20254
20255 #. type: =head2
20256 #: ../fish/guestfish-actions.pod:315
20257 msgid "aug-rm"
20258 msgstr ""
20259
20260 #. type: verbatim
20261 #: ../fish/guestfish-actions.pod:317
20262 #, no-wrap
20263 msgid ""
20264 " aug-rm augpath\n"
20265 "\n"
20266 msgstr ""
20267
20268 #. type: =head2
20269 #: ../fish/guestfish-actions.pod:323
20270 msgid "aug-save"
20271 msgstr ""
20272
20273 #. type: verbatim
20274 #: ../fish/guestfish-actions.pod:325
20275 #, no-wrap
20276 msgid ""
20277 " aug-save\n"
20278 "\n"
20279 msgstr ""
20280
20281 #. type: textblock
20282 #: ../fish/guestfish-actions.pod:329
20283 msgid ""
20284 "The flags which were passed to L</aug-init> affect exactly how files are "
20285 "saved."
20286 msgstr ""
20287
20288 #. type: =head2
20289 #: ../fish/guestfish-actions.pod:332
20290 msgid "aug-set"
20291 msgstr ""
20292
20293 #. type: verbatim
20294 #: ../fish/guestfish-actions.pod:334
20295 #, no-wrap
20296 msgid ""
20297 " aug-set augpath val\n"
20298 "\n"
20299 msgstr ""
20300
20301 #. type: textblock
20302 #: ../fish/guestfish-actions.pod:338
20303 msgid ""
20304 "In the Augeas API, it is possible to clear a node by setting the value to "
20305 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20306 "this call.  Instead you must use the L</aug-clear> call."
20307 msgstr ""
20308
20309 #. type: =head2
20310 #: ../fish/guestfish-actions.pod:343
20311 msgid "available"
20312 msgstr ""
20313
20314 #. type: verbatim
20315 #: ../fish/guestfish-actions.pod:345
20316 #, no-wrap
20317 msgid ""
20318 " available 'groups ...'\n"
20319 "\n"
20320 msgstr ""
20321
20322 #. type: textblock
20323 #: ../fish/guestfish-actions.pod:351
20324 msgid ""
20325 "The libguestfs groups, and the functions that those groups correspond to, "
20326 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20327 "runtime by calling L</available-all-groups>."
20328 msgstr ""
20329
20330 #. type: textblock
20331 #: ../fish/guestfish-actions.pod:375
20332 msgid "You must call L</launch> before calling this function."
20333 msgstr ""
20334
20335 #. type: textblock
20336 #: ../fish/guestfish-actions.pod:397
20337 msgid ""
20338 "This call was added in version C<1.0.80>.  In previous versions of "
20339 "libguestfs all you could do would be to speculatively execute a command to "
20340 "find out if the daemon implemented it.  See also L</version>."
20341 msgstr ""
20342
20343 #. type: =head2
20344 #: ../fish/guestfish-actions.pod:404
20345 msgid "available-all-groups"
20346 msgstr ""
20347
20348 #. type: verbatim
20349 #: ../fish/guestfish-actions.pod:406
20350 #, no-wrap
20351 msgid ""
20352 " available-all-groups\n"
20353 "\n"
20354 msgstr ""
20355
20356 #. type: textblock
20357 #: ../fish/guestfish-actions.pod:408
20358 msgid ""
20359 "This command returns a list of all optional groups that this daemon knows "
20360 "about.  Note this returns both supported and unsupported groups.  To find "
20361 "out which ones the daemon can actually support you have to call "
20362 "L</available> on each member of the returned list."
20363 msgstr ""
20364
20365 #. type: textblock
20366 #: ../fish/guestfish-actions.pod:414
20367 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20368 msgstr ""
20369
20370 #. type: =head2
20371 #: ../fish/guestfish-actions.pod:416
20372 msgid "base64-in"
20373 msgstr ""
20374
20375 #. type: verbatim
20376 #: ../fish/guestfish-actions.pod:418
20377 #, no-wrap
20378 msgid ""
20379 " base64-in (base64file|-) filename\n"
20380 "\n"
20381 msgstr ""
20382
20383 #. type: textblock
20384 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432 ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4215 ../fish/guestfish-actions.pod:4226 ../fish/guestfish-actions.pod:4237 ../fish/guestfish-actions.pod:4289 ../fish/guestfish-actions.pod:4298 ../fish/guestfish-actions.pod:4352 ../fish/guestfish-actions.pod:4375
20385 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20386 msgstr ""
20387
20388 #. type: =head2
20389 #: ../fish/guestfish-actions.pod:425
20390 msgid "base64-out"
20391 msgstr ""
20392
20393 #. type: verbatim
20394 #: ../fish/guestfish-actions.pod:427
20395 #, no-wrap
20396 msgid ""
20397 " base64-out filename (base64file|-)\n"
20398 "\n"
20399 msgstr ""
20400
20401 #. type: =head2
20402 #: ../fish/guestfish-actions.pod:434
20403 msgid "blockdev-flushbufs"
20404 msgstr ""
20405
20406 #. type: verbatim
20407 #: ../fish/guestfish-actions.pod:436
20408 #, no-wrap
20409 msgid ""
20410 " blockdev-flushbufs device\n"
20411 "\n"
20412 msgstr ""
20413
20414 #. type: =head2
20415 #: ../fish/guestfish-actions.pod:443
20416 msgid "blockdev-getbsz"
20417 msgstr ""
20418
20419 #. type: verbatim
20420 #: ../fish/guestfish-actions.pod:445
20421 #, no-wrap
20422 msgid ""
20423 " blockdev-getbsz device\n"
20424 "\n"
20425 msgstr ""
20426
20427 #. type: =head2
20428 #: ../fish/guestfish-actions.pod:454
20429 msgid "blockdev-getro"
20430 msgstr ""
20431
20432 #. type: verbatim
20433 #: ../fish/guestfish-actions.pod:456
20434 #, no-wrap
20435 msgid ""
20436 " blockdev-getro device\n"
20437 "\n"
20438 msgstr ""
20439
20440 #. type: =head2
20441 #: ../fish/guestfish-actions.pod:463
20442 msgid "blockdev-getsize64"
20443 msgstr ""
20444
20445 #. type: verbatim
20446 #: ../fish/guestfish-actions.pod:465
20447 #, no-wrap
20448 msgid ""
20449 " blockdev-getsize64 device\n"
20450 "\n"
20451 msgstr ""
20452
20453 #. type: textblock
20454 #: ../fish/guestfish-actions.pod:469
20455 msgid "See also L</blockdev-getsz>."
20456 msgstr ""
20457
20458 #. type: =head2
20459 #: ../fish/guestfish-actions.pod:473
20460 msgid "blockdev-getss"
20461 msgstr ""
20462
20463 #. type: verbatim
20464 #: ../fish/guestfish-actions.pod:475
20465 #, no-wrap
20466 msgid ""
20467 " blockdev-getss device\n"
20468 "\n"
20469 msgstr ""
20470
20471 #. type: textblock
20472 #: ../fish/guestfish-actions.pod:480
20473 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20474 msgstr ""
20475
20476 #. type: =head2
20477 #: ../fish/guestfish-actions.pod:485
20478 msgid "blockdev-getsz"
20479 msgstr ""
20480
20481 #. type: verbatim
20482 #: ../fish/guestfish-actions.pod:487
20483 #, no-wrap
20484 msgid ""
20485 " blockdev-getsz device\n"
20486 "\n"
20487 msgstr ""
20488
20489 #. type: textblock
20490 #: ../fish/guestfish-actions.pod:492
20491 msgid ""
20492 "See also L</blockdev-getss> for the real sector size of the device, and "
20493 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20494 msgstr ""
20495
20496 #. type: =head2
20497 #: ../fish/guestfish-actions.pod:498
20498 msgid "blockdev-rereadpt"
20499 msgstr ""
20500
20501 #. type: verbatim
20502 #: ../fish/guestfish-actions.pod:500
20503 #, no-wrap
20504 msgid ""
20505 " blockdev-rereadpt device\n"
20506 "\n"
20507 msgstr ""
20508
20509 #. type: =head2
20510 #: ../fish/guestfish-actions.pod:506
20511 msgid "blockdev-setbsz"
20512 msgstr ""
20513
20514 #. type: verbatim
20515 #: ../fish/guestfish-actions.pod:508
20516 #, no-wrap
20517 msgid ""
20518 " blockdev-setbsz device blocksize\n"
20519 "\n"
20520 msgstr ""
20521
20522 #. type: =head2
20523 #: ../fish/guestfish-actions.pod:517
20524 msgid "blockdev-setro"
20525 msgstr ""
20526
20527 #. type: verbatim
20528 #: ../fish/guestfish-actions.pod:519
20529 #, no-wrap
20530 msgid ""
20531 " blockdev-setro device\n"
20532 "\n"
20533 msgstr ""
20534
20535 #. type: =head2
20536 #: ../fish/guestfish-actions.pod:525
20537 msgid "blockdev-setrw"
20538 msgstr ""
20539
20540 #. type: verbatim
20541 #: ../fish/guestfish-actions.pod:527
20542 #, no-wrap
20543 msgid ""
20544 " blockdev-setrw device\n"
20545 "\n"
20546 msgstr ""
20547
20548 #. type: =head2
20549 #: ../fish/guestfish-actions.pod:533
20550 msgid "case-sensitive-path"
20551 msgstr ""
20552
20553 #. type: verbatim
20554 #: ../fish/guestfish-actions.pod:535
20555 #, no-wrap
20556 msgid ""
20557 " case-sensitive-path path\n"
20558 "\n"
20559 msgstr ""
20560
20561 #. type: textblock
20562 #: ../fish/guestfish-actions.pod:559
20563 msgid ""
20564 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
20565 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
20566 "how the directories were originally created under Windows)."
20567 msgstr ""
20568
20569 #. type: textblock
20570 #: ../fish/guestfish-actions.pod:567
20571 msgid "See also L</realpath>."
20572 msgstr ""
20573
20574 #. type: =head2
20575 #: ../fish/guestfish-actions.pod:569
20576 msgid "cat"
20577 msgstr ""
20578
20579 #. type: verbatim
20580 #: ../fish/guestfish-actions.pod:571
20581 #, no-wrap
20582 msgid ""
20583 " cat path\n"
20584 "\n"
20585 msgstr ""
20586
20587 #. type: textblock
20588 #: ../fish/guestfish-actions.pod:575
20589 msgid ""
20590 "Note that this function cannot correctly handle binary files (specifically, "
20591 "files containing C<\\0> character which is treated as end of string).  For "
20592 "those you need to use the L</read-file> or L</download> functions which have "
20593 "a more complex interface."
20594 msgstr ""
20595
20596 #. type: =head2
20597 #: ../fish/guestfish-actions.pod:583
20598 msgid "checksum"
20599 msgstr ""
20600
20601 #. type: verbatim
20602 #: ../fish/guestfish-actions.pod:585
20603 #, no-wrap
20604 msgid ""
20605 " checksum csumtype path\n"
20606 "\n"
20607 msgstr ""
20608
20609 #. type: textblock
20610 #: ../fish/guestfish-actions.pod:628
20611 msgid "To get the checksum for a device, use L</checksum-device>."
20612 msgstr ""
20613
20614 #. type: textblock
20615 #: ../fish/guestfish-actions.pod:630
20616 msgid "To get the checksums for many files, use L</checksums-out>."
20617 msgstr ""
20618
20619 #. type: =head2
20620 #: ../fish/guestfish-actions.pod:632
20621 msgid "checksum-device"
20622 msgstr ""
20623
20624 #. type: verbatim
20625 #: ../fish/guestfish-actions.pod:634
20626 #, no-wrap
20627 msgid ""
20628 " checksum-device csumtype device\n"
20629 "\n"
20630 msgstr ""
20631
20632 #. type: textblock
20633 #: ../fish/guestfish-actions.pod:636
20634 msgid ""
20635 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
20636 "device named C<device>.  For the types of checksums supported see the "
20637 "L</checksum> command."
20638 msgstr ""
20639
20640 #. type: =head2
20641 #: ../fish/guestfish-actions.pod:640
20642 msgid "checksums-out"
20643 msgstr ""
20644
20645 #. type: verbatim
20646 #: ../fish/guestfish-actions.pod:642
20647 #, no-wrap
20648 msgid ""
20649 " checksums-out csumtype directory (sumsfile|-)\n"
20650 "\n"
20651 msgstr ""
20652
20653 #. type: =head2
20654 #: ../fish/guestfish-actions.pod:658
20655 msgid "chmod"
20656 msgstr ""
20657
20658 #. type: verbatim
20659 #: ../fish/guestfish-actions.pod:660
20660 #, no-wrap
20661 msgid ""
20662 " chmod mode path\n"
20663 "\n"
20664 msgstr ""
20665
20666 #. type: =head2
20667 #: ../fish/guestfish-actions.pod:671
20668 msgid "chown"
20669 msgstr ""
20670
20671 #. type: verbatim
20672 #: ../fish/guestfish-actions.pod:673
20673 #, no-wrap
20674 msgid ""
20675 " chown owner group path\n"
20676 "\n"
20677 msgstr ""
20678
20679 #. type: =head2
20680 #: ../fish/guestfish-actions.pod:681
20681 msgid "command"
20682 msgstr ""
20683
20684 #. type: verbatim
20685 #: ../fish/guestfish-actions.pod:683
20686 #, no-wrap
20687 msgid ""
20688 " command 'arguments ...'\n"
20689 "\n"
20690 msgstr ""
20691
20692 #. type: textblock
20693 #: ../fish/guestfish-actions.pod:690
20694 msgid ""
20695 "The single parameter is an argv-style list of arguments.  The first element "
20696 "is the name of the program to run.  Subsequent elements are parameters.  The "
20697 "list must be non-empty (ie. must contain a program name).  Note that the "
20698 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
20699 msgstr ""
20700
20701 #. type: =head2
20702 #: ../fish/guestfish-actions.pod:718
20703 msgid "command-lines"
20704 msgstr ""
20705
20706 #. type: verbatim
20707 #: ../fish/guestfish-actions.pod:720
20708 #, no-wrap
20709 msgid ""
20710 " command-lines 'arguments ...'\n"
20711 "\n"
20712 msgstr ""
20713
20714 #. type: textblock
20715 #: ../fish/guestfish-actions.pod:722
20716 msgid "This is the same as L</command>, but splits the result into a list of lines."
20717 msgstr ""
20718
20719 #. type: textblock
20720 #: ../fish/guestfish-actions.pod:725
20721 msgid "See also: L</sh-lines>"
20722 msgstr ""
20723
20724 #. type: =head2
20725 #: ../fish/guestfish-actions.pod:730
20726 msgid "config"
20727 msgstr ""
20728
20729 #. type: verbatim
20730 #: ../fish/guestfish-actions.pod:732
20731 #, no-wrap
20732 msgid ""
20733 " config qemuparam qemuvalue\n"
20734 "\n"
20735 msgstr ""
20736
20737 #. type: =head2
20738 #: ../fish/guestfish-actions.pod:743
20739 msgid "copy-size"
20740 msgstr ""
20741
20742 #. type: verbatim
20743 #: ../fish/guestfish-actions.pod:745
20744 #, no-wrap
20745 msgid ""
20746 " copy-size src dest size\n"
20747 "\n"
20748 msgstr ""
20749
20750 #. type: =head2
20751 #: ../fish/guestfish-actions.pod:753
20752 msgid "cp"
20753 msgstr ""
20754
20755 #. type: verbatim
20756 #: ../fish/guestfish-actions.pod:755
20757 #, no-wrap
20758 msgid ""
20759 " cp src dest\n"
20760 "\n"
20761 msgstr ""
20762
20763 #. type: =head2
20764 #: ../fish/guestfish-actions.pod:760
20765 msgid "cp-a"
20766 msgstr ""
20767
20768 #. type: verbatim
20769 #: ../fish/guestfish-actions.pod:762
20770 #, no-wrap
20771 msgid ""
20772 " cp-a src dest\n"
20773 "\n"
20774 msgstr ""
20775
20776 #. type: =head2
20777 #: ../fish/guestfish-actions.pod:767
20778 msgid "dd"
20779 msgstr ""
20780
20781 #. type: verbatim
20782 #: ../fish/guestfish-actions.pod:769
20783 #, no-wrap
20784 msgid ""
20785 " dd src dest\n"
20786 "\n"
20787 msgstr ""
20788
20789 #. type: textblock
20790 #: ../fish/guestfish-actions.pod:776
20791 msgid ""
20792 "If the destination is a device, it must be as large or larger than the "
20793 "source file or device, otherwise the copy will fail.  This command cannot do "
20794 "partial copies (see L</copy-size>)."
20795 msgstr ""
20796
20797 #. type: =head2
20798 #: ../fish/guestfish-actions.pod:780
20799 msgid "df"
20800 msgstr ""
20801
20802 #. type: verbatim
20803 #: ../fish/guestfish-actions.pod:782
20804 #, no-wrap
20805 msgid ""
20806 " df\n"
20807 "\n"
20808 msgstr ""
20809
20810 #. type: textblock
20811 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
20812 msgid ""
20813 "This command is mostly useful for interactive sessions.  It is I<not> "
20814 "intended that you try to parse the output string.  Use L</statvfs> from "
20815 "programs."
20816 msgstr ""
20817
20818 #. type: =head2
20819 #: ../fish/guestfish-actions.pod:790
20820 msgid "df-h"
20821 msgstr ""
20822
20823 #. type: verbatim
20824 #: ../fish/guestfish-actions.pod:792
20825 #, no-wrap
20826 msgid ""
20827 " df-h\n"
20828 "\n"
20829 msgstr ""
20830
20831 #. type: =head2
20832 #: ../fish/guestfish-actions.pod:801
20833 msgid "dmesg"
20834 msgstr ""
20835
20836 #. type: verbatim
20837 #: ../fish/guestfish-actions.pod:803
20838 #, no-wrap
20839 msgid ""
20840 " dmesg\n"
20841 "\n"
20842 msgstr ""
20843
20844 #. type: textblock
20845 #: ../fish/guestfish-actions.pod:809
20846 msgid ""
20847 "Another way to get the same information is to enable verbose messages with "
20848 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
20849 "before running the program."
20850 msgstr ""
20851
20852 #. type: =head2
20853 #: ../fish/guestfish-actions.pod:814
20854 msgid "download"
20855 msgstr ""
20856
20857 #. type: verbatim
20858 #: ../fish/guestfish-actions.pod:816
20859 #, no-wrap
20860 msgid ""
20861 " download remotefilename (filename|-)\n"
20862 "\n"
20863 msgstr ""
20864
20865 #. type: textblock
20866 #: ../fish/guestfish-actions.pod:823
20867 msgid "See also L</upload>, L</cat>."
20868 msgstr ""
20869
20870 #. type: =head2
20871 #: ../fish/guestfish-actions.pod:827
20872 msgid "download-offset"
20873 msgstr ""
20874
20875 #. type: verbatim
20876 #: ../fish/guestfish-actions.pod:829
20877 #, no-wrap
20878 msgid ""
20879 " download-offset remotefilename (filename|-) offset size\n"
20880 "\n"
20881 msgstr ""
20882
20883 #. type: textblock
20884 #: ../fish/guestfish-actions.pod:837
20885 msgid ""
20886 "Note that there is no limit on the amount of data that can be downloaded "
20887 "with this call, unlike with L</pread>, and this call always reads the full "
20888 "amount unless an error occurs."
20889 msgstr ""
20890
20891 #. type: textblock
20892 #: ../fish/guestfish-actions.pod:842
20893 msgid "See also L</download>, L</pread>."
20894 msgstr ""
20895
20896 #. type: =head2
20897 #: ../fish/guestfish-actions.pod:846
20898 msgid "drop-caches"
20899 msgstr ""
20900
20901 #. type: verbatim
20902 #: ../fish/guestfish-actions.pod:848
20903 #, no-wrap
20904 msgid ""
20905 " drop-caches whattodrop\n"
20906 "\n"
20907 msgstr ""
20908
20909 #. type: =head2
20910 #: ../fish/guestfish-actions.pod:860
20911 msgid "du"
20912 msgstr ""
20913
20914 #. type: verbatim
20915 #: ../fish/guestfish-actions.pod:862
20916 #, no-wrap
20917 msgid ""
20918 " du path\n"
20919 "\n"
20920 msgstr ""
20921
20922 #. type: =head2
20923 #: ../fish/guestfish-actions.pod:874
20924 msgid "e2fsck-f"
20925 msgstr ""
20926
20927 #. type: verbatim
20928 #: ../fish/guestfish-actions.pod:876
20929 #, no-wrap
20930 msgid ""
20931 " e2fsck-f device\n"
20932 "\n"
20933 msgstr ""
20934
20935 #. type: textblock
20936 #: ../fish/guestfish-actions.pod:882
20937 msgid ""
20938 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
20939 "should use L</fsck>."
20940 msgstr ""
20941
20942 #. type: =head2
20943 #: ../fish/guestfish-actions.pod:885
20944 msgid "echo-daemon"
20945 msgstr ""
20946
20947 #. type: verbatim
20948 #: ../fish/guestfish-actions.pod:887
20949 #, no-wrap
20950 msgid ""
20951 " echo-daemon 'words ...'\n"
20952 "\n"
20953 msgstr ""
20954
20955 #. type: textblock
20956 #: ../fish/guestfish-actions.pod:894
20957 msgid "See also L</ping-daemon>."
20958 msgstr ""
20959
20960 #. type: =head2
20961 #: ../fish/guestfish-actions.pod:896
20962 msgid "egrep"
20963 msgstr ""
20964
20965 #. type: verbatim
20966 #: ../fish/guestfish-actions.pod:898
20967 #, no-wrap
20968 msgid ""
20969 " egrep regex path\n"
20970 "\n"
20971 msgstr ""
20972
20973 #. type: =head2
20974 #: ../fish/guestfish-actions.pod:906
20975 msgid "egrepi"
20976 msgstr ""
20977
20978 #. type: verbatim
20979 #: ../fish/guestfish-actions.pod:908
20980 #, no-wrap
20981 msgid ""
20982 " egrepi regex path\n"
20983 "\n"
20984 msgstr ""
20985
20986 #. type: =head2
20987 #: ../fish/guestfish-actions.pod:916
20988 msgid "equal"
20989 msgstr ""
20990
20991 #. type: verbatim
20992 #: ../fish/guestfish-actions.pod:918
20993 #, no-wrap
20994 msgid ""
20995 " equal file1 file2\n"
20996 "\n"
20997 msgstr ""
20998
20999 #. type: =head2
21000 #: ../fish/guestfish-actions.pod:925
21001 msgid "exists"
21002 msgstr ""
21003
21004 #. type: verbatim
21005 #: ../fish/guestfish-actions.pod:927
21006 #, no-wrap
21007 msgid ""
21008 " exists path\n"
21009 "\n"
21010 msgstr ""
21011
21012 #. type: textblock
21013 #: ../fish/guestfish-actions.pod:932
21014 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21015 msgstr ""
21016
21017 #. type: =head2
21018 #: ../fish/guestfish-actions.pod:934
21019 msgid "fallocate"
21020 msgstr ""
21021
21022 #. type: verbatim
21023 #: ../fish/guestfish-actions.pod:936
21024 #, no-wrap
21025 msgid ""
21026 " fallocate path len\n"
21027 "\n"
21028 msgstr ""
21029
21030 #. type: =head2
21031 #: ../fish/guestfish-actions.pod:953
21032 msgid "fallocate64"
21033 msgstr ""
21034
21035 #. type: verbatim
21036 #: ../fish/guestfish-actions.pod:955
21037 #, no-wrap
21038 msgid ""
21039 " fallocate64 path len\n"
21040 "\n"
21041 msgstr ""
21042
21043 #. type: textblock
21044 #: ../fish/guestfish-actions.pod:961
21045 msgid ""
21046 "Note that this call allocates disk blocks for the file.  To create a sparse "
21047 "file use L</truncate-size> instead."
21048 msgstr ""
21049
21050 #. type: textblock
21051 #: ../fish/guestfish-actions.pod:964
21052 msgid ""
21053 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21054 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21055 "maximum size of files created through that call to 1GB."
21056 msgstr ""
21057
21058 #. type: =head2
21059 #: ../fish/guestfish-actions.pod:973
21060 msgid "fgrep"
21061 msgstr ""
21062
21063 #. type: verbatim
21064 #: ../fish/guestfish-actions.pod:975
21065 #, no-wrap
21066 msgid ""
21067 " fgrep pattern path\n"
21068 "\n"
21069 msgstr ""
21070
21071 #. type: =head2
21072 #: ../fish/guestfish-actions.pod:983
21073 msgid "fgrepi"
21074 msgstr ""
21075
21076 #. type: verbatim
21077 #: ../fish/guestfish-actions.pod:985
21078 #, no-wrap
21079 msgid ""
21080 " fgrepi pattern path\n"
21081 "\n"
21082 msgstr ""
21083
21084 #. type: =head2
21085 #: ../fish/guestfish-actions.pod:993
21086 msgid "file"
21087 msgstr ""
21088
21089 #. type: verbatim
21090 #: ../fish/guestfish-actions.pod:995
21091 #, no-wrap
21092 msgid ""
21093 " file path\n"
21094 "\n"
21095 msgstr ""
21096
21097 #. type: textblock
21098 #: ../fish/guestfish-actions.pod:1007
21099 msgid ""
21100 "This command can also be used on C</dev/> devices (and partitions, LV "
21101 "names).  You can for example use this to determine if a device contains a "
21102 "filesystem, although it's usually better to use L</vfs-type>."
21103 msgstr ""
21104
21105 #. type: =head2
21106 #: ../fish/guestfish-actions.pod:1017
21107 msgid "file-architecture"
21108 msgstr ""
21109
21110 #. type: verbatim
21111 #: ../fish/guestfish-actions.pod:1019
21112 #, no-wrap
21113 msgid ""
21114 " file-architecture filename\n"
21115 "\n"
21116 msgstr ""
21117
21118 #. type: =head2
21119 #: ../fish/guestfish-actions.pod:1122
21120 msgid "filesize"
21121 msgstr ""
21122
21123 #. type: verbatim
21124 #: ../fish/guestfish-actions.pod:1124
21125 #, no-wrap
21126 msgid ""
21127 " filesize file\n"
21128 "\n"
21129 msgstr ""
21130
21131 #. type: textblock
21132 #: ../fish/guestfish-actions.pod:1128
21133 msgid ""
21134 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21135 "L</is-file> etc.  To get the size of block devices, use "
21136 "L</blockdev-getsize64>."
21137 msgstr ""
21138
21139 #. type: =head2
21140 #: ../fish/guestfish-actions.pod:1132
21141 msgid "fill"
21142 msgstr ""
21143
21144 #. type: verbatim
21145 #: ../fish/guestfish-actions.pod:1134
21146 #, no-wrap
21147 msgid ""
21148 " fill c len path\n"
21149 "\n"
21150 msgstr ""
21151
21152 #. type: textblock
21153 #: ../fish/guestfish-actions.pod:1140
21154 msgid ""
21155 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21156 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21157 "L</fill-pattern>."
21158 msgstr ""
21159
21160 #. type: =head2
21161 #: ../fish/guestfish-actions.pod:1145
21162 msgid "fill-pattern"
21163 msgstr ""
21164
21165 #. type: verbatim
21166 #: ../fish/guestfish-actions.pod:1147
21167 #, no-wrap
21168 msgid ""
21169 " fill-pattern pattern len path\n"
21170 "\n"
21171 msgstr ""
21172
21173 #. type: textblock
21174 #: ../fish/guestfish-actions.pod:1149
21175 msgid ""
21176 "This function is like L</fill> except that it creates a new file of length "
21177 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21178 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21179 "bytes."
21180 msgstr ""
21181
21182 #. type: =head2
21183 #: ../fish/guestfish-actions.pod:1154
21184 msgid "find"
21185 msgstr ""
21186
21187 #. type: verbatim
21188 #: ../fish/guestfish-actions.pod:1156
21189 #, no-wrap
21190 msgid ""
21191 " find directory\n"
21192 "\n"
21193 msgstr ""
21194
21195 #. type: textblock
21196 #: ../fish/guestfish-actions.pod:1170
21197 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21198 msgstr ""
21199
21200 #. type: textblock
21201 #: ../fish/guestfish-actions.pod:1183
21202 msgid "See also L</find0>."
21203 msgstr ""
21204
21205 #. type: =head2
21206 #: ../fish/guestfish-actions.pod:1188
21207 msgid "find0"
21208 msgstr ""
21209
21210 #. type: verbatim
21211 #: ../fish/guestfish-actions.pod:1190
21212 #, no-wrap
21213 msgid ""
21214 " find0 directory (files|-)\n"
21215 "\n"
21216 msgstr ""
21217
21218 #. type: textblock
21219 #: ../fish/guestfish-actions.pod:1196
21220 msgid "This command works the same way as L</find> with the following exceptions:"
21221 msgstr ""
21222
21223 #. type: =head2
21224 #: ../fish/guestfish-actions.pod:1223
21225 msgid "findfs-label"
21226 msgstr ""
21227
21228 #. type: verbatim
21229 #: ../fish/guestfish-actions.pod:1225
21230 #, no-wrap
21231 msgid ""
21232 " findfs-label label\n"
21233 "\n"
21234 msgstr ""
21235
21236 #. type: textblock
21237 #: ../fish/guestfish-actions.pod:1231
21238 msgid "To find the label of a filesystem, use L</vfs-label>."
21239 msgstr ""
21240
21241 #. type: =head2
21242 #: ../fish/guestfish-actions.pod:1233
21243 msgid "findfs-uuid"
21244 msgstr ""
21245
21246 #. type: verbatim
21247 #: ../fish/guestfish-actions.pod:1235
21248 #, no-wrap
21249 msgid ""
21250 " findfs-uuid uuid\n"
21251 "\n"
21252 msgstr ""
21253
21254 #. type: textblock
21255 #: ../fish/guestfish-actions.pod:1241
21256 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21257 msgstr ""
21258
21259 #. type: =head2
21260 #: ../fish/guestfish-actions.pod:1243
21261 msgid "fsck"
21262 msgstr ""
21263
21264 #. type: verbatim
21265 #: ../fish/guestfish-actions.pod:1245
21266 #, no-wrap
21267 msgid ""
21268 " fsck fstype device\n"
21269 "\n"
21270 msgstr ""
21271
21272 #. type: =head2
21273 #: ../fish/guestfish-actions.pod:1275
21274 msgid "get-append"
21275 msgstr ""
21276
21277 #. type: verbatim
21278 #: ../fish/guestfish-actions.pod:1277
21279 #, no-wrap
21280 msgid ""
21281 " get-append\n"
21282 "\n"
21283 msgstr ""
21284
21285 #. type: =head2
21286 #: ../fish/guestfish-actions.pod:1284
21287 msgid "get-autosync"
21288 msgstr ""
21289
21290 #. type: verbatim
21291 #: ../fish/guestfish-actions.pod:1286
21292 #, no-wrap
21293 msgid ""
21294 " get-autosync\n"
21295 "\n"
21296 msgstr ""
21297
21298 #. type: =head2
21299 #: ../fish/guestfish-actions.pod:1290
21300 msgid "get-direct"
21301 msgstr ""
21302
21303 #. type: verbatim
21304 #: ../fish/guestfish-actions.pod:1292
21305 #, no-wrap
21306 msgid ""
21307 " get-direct\n"
21308 "\n"
21309 msgstr ""
21310
21311 #. type: =head2
21312 #: ../fish/guestfish-actions.pod:1296
21313 msgid "get-e2label"
21314 msgstr ""
21315
21316 #. type: verbatim
21317 #: ../fish/guestfish-actions.pod:1298
21318 #, no-wrap
21319 msgid ""
21320 " get-e2label device\n"
21321 "\n"
21322 msgstr ""
21323
21324 #. type: =head2
21325 #: ../fish/guestfish-actions.pod:1310
21326 msgid "get-e2uuid"
21327 msgstr ""
21328
21329 #. type: verbatim
21330 #: ../fish/guestfish-actions.pod:1312
21331 #, no-wrap
21332 msgid ""
21333 " get-e2uuid device\n"
21334 "\n"
21335 msgstr ""
21336
21337 #. type: =head2
21338 #: ../fish/guestfish-actions.pod:1324
21339 msgid "get-memsize"
21340 msgstr ""
21341
21342 #. type: verbatim
21343 #: ../fish/guestfish-actions.pod:1326
21344 #, no-wrap
21345 msgid ""
21346 " get-memsize\n"
21347 "\n"
21348 msgstr ""
21349
21350 #. type: textblock
21351 #: ../fish/guestfish-actions.pod:1331
21352 msgid ""
21353 "If L</set-memsize> was not called on this handle, and if "
21354 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21355 "value for memsize."
21356 msgstr ""
21357
21358 #. type: =head2
21359 #: ../fish/guestfish-actions.pod:1338
21360 msgid "get-network"
21361 msgstr ""
21362
21363 #. type: verbatim
21364 #: ../fish/guestfish-actions.pod:1340
21365 #, no-wrap
21366 msgid ""
21367 " get-network\n"
21368 "\n"
21369 msgstr ""
21370
21371 #. type: =head2
21372 #: ../fish/guestfish-actions.pod:1344
21373 msgid "get-path"
21374 msgstr ""
21375
21376 #. type: verbatim
21377 #: ../fish/guestfish-actions.pod:1346
21378 #, no-wrap
21379 msgid ""
21380 " get-path\n"
21381 "\n"
21382 msgstr ""
21383
21384 #. type: =head2
21385 #: ../fish/guestfish-actions.pod:1353
21386 msgid "get-pid"
21387 msgstr ""
21388
21389 #. type: =head2
21390 #: ../fish/guestfish-actions.pod:1355
21391 msgid "pid"
21392 msgstr ""
21393
21394 #. type: verbatim
21395 #: ../fish/guestfish-actions.pod:1357
21396 #, no-wrap
21397 msgid ""
21398 " get-pid\n"
21399 "\n"
21400 msgstr ""
21401
21402 #. type: =head2
21403 #: ../fish/guestfish-actions.pod:1364
21404 msgid "get-qemu"
21405 msgstr ""
21406
21407 #. type: verbatim
21408 #: ../fish/guestfish-actions.pod:1366
21409 #, no-wrap
21410 msgid ""
21411 " get-qemu\n"
21412 "\n"
21413 msgstr ""
21414
21415 #. type: =head2
21416 #: ../fish/guestfish-actions.pod:1373
21417 msgid "get-recovery-proc"
21418 msgstr ""
21419
21420 #. type: verbatim
21421 #: ../fish/guestfish-actions.pod:1375
21422 #, no-wrap
21423 msgid ""
21424 " get-recovery-proc\n"
21425 "\n"
21426 msgstr ""
21427
21428 #. type: =head2
21429 #: ../fish/guestfish-actions.pod:1379
21430 msgid "get-selinux"
21431 msgstr ""
21432
21433 #. type: verbatim
21434 #: ../fish/guestfish-actions.pod:1381
21435 #, no-wrap
21436 msgid ""
21437 " get-selinux\n"
21438 "\n"
21439 msgstr ""
21440
21441 #. type: textblock
21442 #: ../fish/guestfish-actions.pod:1383
21443 msgid ""
21444 "This returns the current setting of the selinux flag which is passed to the "
21445 "appliance at boot time.  See L</set-selinux>."
21446 msgstr ""
21447
21448 #. type: =head2
21449 #: ../fish/guestfish-actions.pod:1389
21450 msgid "get-state"
21451 msgstr ""
21452
21453 #. type: verbatim
21454 #: ../fish/guestfish-actions.pod:1391
21455 #, no-wrap
21456 msgid ""
21457 " get-state\n"
21458 "\n"
21459 msgstr ""
21460
21461 #. type: =head2
21462 #: ../fish/guestfish-actions.pod:1398
21463 msgid "get-trace"
21464 msgstr ""
21465
21466 #. type: verbatim
21467 #: ../fish/guestfish-actions.pod:1400
21468 #, no-wrap
21469 msgid ""
21470 " get-trace\n"
21471 "\n"
21472 msgstr ""
21473
21474 #. type: =head2
21475 #: ../fish/guestfish-actions.pod:1404
21476 msgid "get-umask"
21477 msgstr ""
21478
21479 #. type: verbatim
21480 #: ../fish/guestfish-actions.pod:1406
21481 #, no-wrap
21482 msgid ""
21483 " get-umask\n"
21484 "\n"
21485 msgstr ""
21486
21487 #. type: textblock
21488 #: ../fish/guestfish-actions.pod:1408
21489 msgid ""
21490 "Return the current umask.  By default the umask is C<022> unless it has been "
21491 "set by calling L</umask>."
21492 msgstr ""
21493
21494 #. type: =head2
21495 #: ../fish/guestfish-actions.pod:1411
21496 msgid "get-verbose"
21497 msgstr ""
21498
21499 #. type: verbatim
21500 #: ../fish/guestfish-actions.pod:1413
21501 #, no-wrap
21502 msgid ""
21503 " get-verbose\n"
21504 "\n"
21505 msgstr ""
21506
21507 #. type: =head2
21508 #: ../fish/guestfish-actions.pod:1417
21509 msgid "getcon"
21510 msgstr ""
21511
21512 #. type: verbatim
21513 #: ../fish/guestfish-actions.pod:1419
21514 #, no-wrap
21515 msgid ""
21516 " getcon\n"
21517 "\n"
21518 msgstr ""
21519
21520 #. type: textblock
21521 #: ../fish/guestfish-actions.pod:1423
21522 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
21523 msgstr ""
21524
21525 #. type: =head2
21526 #: ../fish/guestfish-actions.pod:1426
21527 msgid "getxattr"
21528 msgstr ""
21529
21530 #. type: verbatim
21531 #: ../fish/guestfish-actions.pod:1428
21532 #, no-wrap
21533 msgid ""
21534 " getxattr path name\n"
21535 "\n"
21536 msgstr ""
21537
21538 #. type: textblock
21539 #: ../fish/guestfish-actions.pod:1430
21540 msgid ""
21541 "Get a single extended attribute from file C<path> named C<name>.  This call "
21542 "follows symlinks.  If you want to lookup an extended attribute for the "
21543 "symlink itself, use L</lgetxattr>."
21544 msgstr ""
21545
21546 #. type: textblock
21547 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2265
21548 msgid ""
21549 "Normally it is better to get all extended attributes from a file in one go "
21550 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
21551 "buggy and do not provide a way to list out attributes.  For these "
21552 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
21553 "attributes you want in advance and call this function."
21554 msgstr ""
21555
21556 #. type: textblock
21557 #: ../fish/guestfish-actions.pod:1444
21558 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
21559 msgstr ""
21560
21561 #. type: =head2
21562 #: ../fish/guestfish-actions.pod:1446
21563 msgid "getxattrs"
21564 msgstr ""
21565
21566 #. type: verbatim
21567 #: ../fish/guestfish-actions.pod:1448
21568 #, no-wrap
21569 msgid ""
21570 " getxattrs path\n"
21571 "\n"
21572 msgstr ""
21573
21574 #. type: textblock
21575 #: ../fish/guestfish-actions.pod:1456
21576 msgid "See also: L</lgetxattrs>, L<attr(5)>."
21577 msgstr ""
21578
21579 #. type: =head2
21580 #: ../fish/guestfish-actions.pod:1458
21581 msgid "glob-expand"
21582 msgstr ""
21583
21584 #. type: verbatim
21585 #: ../fish/guestfish-actions.pod:1460
21586 #, no-wrap
21587 msgid ""
21588 " glob-expand pattern\n"
21589 "\n"
21590 msgstr ""
21591
21592 #. type: =head2
21593 #: ../fish/guestfish-actions.pod:1473
21594 msgid "grep"
21595 msgstr ""
21596
21597 #. type: verbatim
21598 #: ../fish/guestfish-actions.pod:1475
21599 #, no-wrap
21600 msgid ""
21601 " grep regex path\n"
21602 "\n"
21603 msgstr ""
21604
21605 #. type: =head2
21606 #: ../fish/guestfish-actions.pod:1483
21607 msgid "grepi"
21608 msgstr ""
21609
21610 #. type: verbatim
21611 #: ../fish/guestfish-actions.pod:1485
21612 #, no-wrap
21613 msgid ""
21614 " grepi regex path\n"
21615 "\n"
21616 msgstr ""
21617
21618 #. type: =head2
21619 #: ../fish/guestfish-actions.pod:1493
21620 msgid "grub-install"
21621 msgstr ""
21622
21623 #. type: verbatim
21624 #: ../fish/guestfish-actions.pod:1495
21625 #, no-wrap
21626 msgid ""
21627 " grub-install root device\n"
21628 "\n"
21629 msgstr ""
21630
21631 #. type: =head2
21632 #: ../fish/guestfish-actions.pod:1511
21633 msgid "head"
21634 msgstr ""
21635
21636 #. type: verbatim
21637 #: ../fish/guestfish-actions.pod:1513
21638 #, no-wrap
21639 msgid ""
21640 " head path\n"
21641 "\n"
21642 msgstr ""
21643
21644 #. type: =head2
21645 #: ../fish/guestfish-actions.pod:1521
21646 msgid "head-n"
21647 msgstr ""
21648
21649 #. type: verbatim
21650 #: ../fish/guestfish-actions.pod:1523
21651 #, no-wrap
21652 msgid ""
21653 " head-n nrlines path\n"
21654 "\n"
21655 msgstr ""
21656
21657 #. type: =head2
21658 #: ../fish/guestfish-actions.pod:1536
21659 msgid "hexdump"
21660 msgstr ""
21661
21662 #. type: verbatim
21663 #: ../fish/guestfish-actions.pod:1538
21664 #, no-wrap
21665 msgid ""
21666 " hexdump path\n"
21667 "\n"
21668 msgstr ""
21669
21670 #. type: =head2
21671 #: ../fish/guestfish-actions.pod:1546
21672 msgid "initrd-cat"
21673 msgstr ""
21674
21675 #. type: verbatim
21676 #: ../fish/guestfish-actions.pod:1548
21677 #, no-wrap
21678 msgid ""
21679 " initrd-cat initrdpath filename\n"
21680 "\n"
21681 msgstr ""
21682
21683 #. type: textblock
21684 #: ../fish/guestfish-actions.pod:1560
21685 msgid "See also L</initrd-list>."
21686 msgstr ""
21687
21688 #. type: =head2
21689 #: ../fish/guestfish-actions.pod:1565
21690 msgid "initrd-list"
21691 msgstr ""
21692
21693 #. type: verbatim
21694 #: ../fish/guestfish-actions.pod:1567
21695 #, no-wrap
21696 msgid ""
21697 " initrd-list path\n"
21698 "\n"
21699 msgstr ""
21700
21701 #. type: =head2
21702 #: ../fish/guestfish-actions.pod:1579
21703 msgid "inotify-add-watch"
21704 msgstr ""
21705
21706 #. type: verbatim
21707 #: ../fish/guestfish-actions.pod:1581
21708 #, no-wrap
21709 msgid ""
21710 " inotify-add-watch path mask\n"
21711 "\n"
21712 msgstr ""
21713
21714 #. type: =head2
21715 #: ../fish/guestfish-actions.pod:1593
21716 msgid "inotify-close"
21717 msgstr ""
21718
21719 #. type: verbatim
21720 #: ../fish/guestfish-actions.pod:1595
21721 #, no-wrap
21722 msgid ""
21723 " inotify-close\n"
21724 "\n"
21725 msgstr ""
21726
21727 #. type: =head2
21728 #: ../fish/guestfish-actions.pod:1601
21729 msgid "inotify-files"
21730 msgstr ""
21731
21732 #. type: verbatim
21733 #: ../fish/guestfish-actions.pod:1603
21734 #, no-wrap
21735 msgid ""
21736 " inotify-files\n"
21737 "\n"
21738 msgstr ""
21739
21740 #. type: textblock
21741 #: ../fish/guestfish-actions.pod:1605
21742 msgid ""
21743 "This function is a helpful wrapper around L</inotify-read> which just "
21744 "returns a list of pathnames of objects that were touched.  The returned "
21745 "pathnames are sorted and deduplicated."
21746 msgstr ""
21747
21748 #. type: =head2
21749 #: ../fish/guestfish-actions.pod:1609
21750 msgid "inotify-init"
21751 msgstr ""
21752
21753 #. type: verbatim
21754 #: ../fish/guestfish-actions.pod:1611
21755 #, no-wrap
21756 msgid ""
21757 " inotify-init maxevents\n"
21758 "\n"
21759 msgstr ""
21760
21761 #. type: textblock
21762 #: ../fish/guestfish-actions.pod:1617
21763 msgid ""
21764 "C<maxevents> is the maximum number of events which will be queued up between "
21765 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
21766 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
21767 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
21768 "but records the fact that it threw them away by setting a flag "
21769 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
21770 msgstr ""
21771
21772 #. type: textblock
21773 #: ../fish/guestfish-actions.pod:1627
21774 msgid ""
21775 "Before any events are generated, you have to add some watches to the "
21776 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
21777 "L</inotify-watch-all>."
21778 msgstr ""
21779
21780 #. type: textblock
21781 #: ../fish/guestfish-actions.pod:1633
21782 msgid ""
21783 "Queued up events should be read periodically by calling L</inotify-read> (or "
21784 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
21785 "If you don't read the events out often enough then you risk the internal "
21786 "queue overflowing."
21787 msgstr ""
21788
21789 #. type: textblock
21790 #: ../fish/guestfish-actions.pod:1640
21791 msgid ""
21792 "The handle should be closed after use by calling L</inotify-close>.  This "
21793 "also removes any watches automatically."
21794 msgstr ""
21795
21796 #. type: =head2
21797 #: ../fish/guestfish-actions.pod:1649
21798 msgid "inotify-read"
21799 msgstr ""
21800
21801 #. type: verbatim
21802 #: ../fish/guestfish-actions.pod:1651
21803 #, no-wrap
21804 msgid ""
21805 " inotify-read\n"
21806 "\n"
21807 msgstr ""
21808
21809 #. type: =head2
21810 #: ../fish/guestfish-actions.pod:1664
21811 msgid "inotify-rm-watch"
21812 msgstr ""
21813
21814 #. type: verbatim
21815 #: ../fish/guestfish-actions.pod:1666
21816 #, no-wrap
21817 msgid ""
21818 " inotify-rm-watch wd\n"
21819 "\n"
21820 msgstr ""
21821
21822 #. type: textblock
21823 #: ../fish/guestfish-actions.pod:1668
21824 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
21825 msgstr ""
21826
21827 #. type: =head2
21828 #: ../fish/guestfish-actions.pod:1671
21829 msgid "inspect-get-arch"
21830 msgstr ""
21831
21832 #. type: verbatim
21833 #: ../fish/guestfish-actions.pod:1673
21834 #, no-wrap
21835 msgid ""
21836 " inspect-get-arch root\n"
21837 "\n"
21838 msgstr ""
21839
21840 #. type: textblock
21841 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691 ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783 ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819 ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1861 ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1907 ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1972 ../fish/guestfish-actions.pod:1988
21842 msgid ""
21843 "This function should only be called with a root device string as returned by "
21844 "L</inspect-os>."
21845 msgstr ""
21846
21847 #. type: textblock
21848 #: ../fish/guestfish-actions.pod:1678
21849 msgid ""
21850 "This returns the architecture of the inspected operating system.  The "
21851 "possible return values are listed under L</file-architecture>."
21852 msgstr ""
21853
21854 #. type: =head2
21855 #: ../fish/guestfish-actions.pod:1687
21856 msgid "inspect-get-distro"
21857 msgstr ""
21858
21859 #. type: verbatim
21860 #: ../fish/guestfish-actions.pod:1689
21861 #, no-wrap
21862 msgid ""
21863 " inspect-get-distro root\n"
21864 "\n"
21865 msgstr ""
21866
21867 #. type: =head2
21868 #: ../fish/guestfish-actions.pod:1761
21869 msgid "inspect-get-filesystems"
21870 msgstr ""
21871
21872 #. type: verbatim
21873 #: ../fish/guestfish-actions.pod:1763
21874 #, no-wrap
21875 msgid ""
21876 " inspect-get-filesystems root\n"
21877 "\n"
21878 msgstr ""
21879
21880 #. type: textblock
21881 #: ../fish/guestfish-actions.pod:1776
21882 msgid ""
21883 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21884 "L</inspect-get-mountpoints>."
21885 msgstr ""
21886
21887 #. type: =head2
21888 #: ../fish/guestfish-actions.pod:1779
21889 msgid "inspect-get-hostname"
21890 msgstr ""
21891
21892 #. type: verbatim
21893 #: ../fish/guestfish-actions.pod:1781
21894 #, no-wrap
21895 msgid ""
21896 " inspect-get-hostname root\n"
21897 "\n"
21898 msgstr ""
21899
21900 #. type: =head2
21901 #: ../fish/guestfish-actions.pod:1794
21902 msgid "inspect-get-major-version"
21903 msgstr ""
21904
21905 #. type: verbatim
21906 #: ../fish/guestfish-actions.pod:1796
21907 #, no-wrap
21908 msgid ""
21909 " inspect-get-major-version root\n"
21910 "\n"
21911 msgstr ""
21912
21913 #. type: =head2
21914 #: ../fish/guestfish-actions.pod:1815
21915 msgid "inspect-get-minor-version"
21916 msgstr ""
21917
21918 #. type: verbatim
21919 #: ../fish/guestfish-actions.pod:1817
21920 #, no-wrap
21921 msgid ""
21922 " inspect-get-minor-version root\n"
21923 "\n"
21924 msgstr ""
21925
21926 #. type: textblock
21927 #: ../fish/guestfish-actions.pod:1827
21928 msgid ""
21929 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21930 "L</inspect-get-major-version>."
21931 msgstr ""
21932
21933 #. type: =head2
21934 #: ../fish/guestfish-actions.pod:1830
21935 msgid "inspect-get-mountpoints"
21936 msgstr ""
21937
21938 #. type: verbatim
21939 #: ../fish/guestfish-actions.pod:1832
21940 #, no-wrap
21941 msgid ""
21942 " inspect-get-mountpoints root\n"
21943 "\n"
21944 msgstr ""
21945
21946 #. type: textblock
21947 #: ../fish/guestfish-actions.pod:1854
21948 msgid ""
21949 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21950 "L</inspect-get-filesystems>."
21951 msgstr ""
21952
21953 #. type: =head2
21954 #: ../fish/guestfish-actions.pod:1857
21955 msgid "inspect-get-package-format"
21956 msgstr ""
21957
21958 #. type: verbatim
21959 #: ../fish/guestfish-actions.pod:1859
21960 #, no-wrap
21961 msgid ""
21962 " inspect-get-package-format root\n"
21963 "\n"
21964 msgstr ""
21965
21966 #. type: textblock
21967 #: ../fish/guestfish-actions.pod:1864
21968 msgid ""
21969 "This function and L</inspect-get-package-management> return the package "
21970 "format and package management tool used by the inspected operating system.  "
21971 "For example for Fedora these functions would return C<rpm> (package format) "
21972 "and C<yum> (package management)."
21973 msgstr ""
21974
21975 #. type: =head2
21976 #: ../fish/guestfish-actions.pod:1879
21977 msgid "inspect-get-package-management"
21978 msgstr ""
21979
21980 #. type: verbatim
21981 #: ../fish/guestfish-actions.pod:1881
21982 #, no-wrap
21983 msgid ""
21984 " inspect-get-package-management root\n"
21985 "\n"
21986 msgstr ""
21987
21988 #. type: textblock
21989 #: ../fish/guestfish-actions.pod:1886
21990 msgid ""
21991 "L</inspect-get-package-format> and this function return the package format "
21992 "and package management tool used by the inspected operating system.  For "
21993 "example for Fedora these functions would return C<rpm> (package format) and "
21994 "C<yum> (package management)."
21995 msgstr ""
21996
21997 #. type: =head2
21998 #: ../fish/guestfish-actions.pod:1903
21999 msgid "inspect-get-product-name"
22000 msgstr ""
22001
22002 #. type: verbatim
22003 #: ../fish/guestfish-actions.pod:1905
22004 #, no-wrap
22005 msgid ""
22006 " inspect-get-product-name root\n"
22007 "\n"
22008 msgstr ""
22009
22010 #. type: =head2
22011 #: ../fish/guestfish-actions.pod:1920
22012 msgid "inspect-get-roots"
22013 msgstr ""
22014
22015 #. type: verbatim
22016 #: ../fish/guestfish-actions.pod:1922
22017 #, no-wrap
22018 msgid ""
22019 " inspect-get-roots\n"
22020 "\n"
22021 msgstr ""
22022
22023 #. type: textblock
22024 #: ../fish/guestfish-actions.pod:1924
22025 msgid ""
22026 "This function is a convenient way to get the list of root devices, as "
22027 "returned from a previous call to L</inspect-os>, but without redoing the "
22028 "whole inspection process."
22029 msgstr ""
22030
22031 #. type: textblock
22032 #: ../fish/guestfish-actions.pod:1928
22033 msgid ""
22034 "This returns an empty list if either no root devices were found or the "
22035 "caller has not called L</inspect-os>."
22036 msgstr ""
22037
22038 #. type: =head2
22039 #: ../fish/guestfish-actions.pod:1933
22040 msgid "inspect-get-type"
22041 msgstr ""
22042
22043 #. type: verbatim
22044 #: ../fish/guestfish-actions.pod:1935
22045 #, no-wrap
22046 msgid ""
22047 " inspect-get-type root\n"
22048 "\n"
22049 msgstr ""
22050
22051 #. type: =head2
22052 #: ../fish/guestfish-actions.pod:1968
22053 msgid "inspect-get-windows-systemroot"
22054 msgstr ""
22055
22056 #. type: verbatim
22057 #: ../fish/guestfish-actions.pod:1970
22058 #, no-wrap
22059 msgid ""
22060 " inspect-get-windows-systemroot root\n"
22061 "\n"
22062 msgstr ""
22063
22064 #. type: =head2
22065 #: ../fish/guestfish-actions.pod:1984
22066 msgid "inspect-list-applications"
22067 msgstr ""
22068
22069 #. type: verbatim
22070 #: ../fish/guestfish-actions.pod:1986
22071 #, no-wrap
22072 msgid ""
22073 " inspect-list-applications root\n"
22074 "\n"
22075 msgstr ""
22076
22077 #. type: textblock
22078 #: ../fish/guestfish-actions.pod:1993
22079 msgid ""
22080 "I<Note:> This call works differently from other parts of the inspection "
22081 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22082 "then mount up the disks, before calling this.  Listing applications is a "
22083 "significantly more difficult operation which requires access to the full "
22084 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22085 "are just returning data cached in the libguestfs handle, this call actually "
22086 "reads parts of the mounted filesystems during the call."
22087 msgstr ""
22088
22089 #. type: =head2
22090 #: ../fish/guestfish-actions.pod:2083
22091 msgid "inspect-os"
22092 msgstr ""
22093
22094 #. type: verbatim
22095 #: ../fish/guestfish-actions.pod:2085
22096 #, no-wrap
22097 msgid ""
22098 " inspect-os\n"
22099 "\n"
22100 msgstr ""
22101
22102 #. type: textblock
22103 #: ../fish/guestfish-actions.pod:2100
22104 msgid ""
22105 "You can pass the root string(s) returned to other L</inspect-get-*> "
22106 "functions in order to query further information about each operating system, "
22107 "such as the name and version."
22108 msgstr ""
22109
22110 #. type: textblock
22111 #: ../fish/guestfish-actions.pod:2105
22112 msgid ""
22113 "This function uses other libguestfs features such as L</mount-ro> and "
22114 "L</umount-all> in order to mount and unmount filesystems and look at the "
22115 "contents.  This should be called with no disks currently mounted.  The "
22116 "function may also use Augeas, so any existing Augeas handle will be closed."
22117 msgstr ""
22118
22119 #. type: textblock
22120 #: ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2293 ../fish/guestfish-actions.pod:2339
22121 msgid "See also L</list-filesystems>."
22122 msgstr ""
22123
22124 #. type: =head2
22125 #: ../fish/guestfish-actions.pod:2119
22126 msgid "is-blockdev"
22127 msgstr ""
22128
22129 #. type: verbatim
22130 #: ../fish/guestfish-actions.pod:2121
22131 #, no-wrap
22132 msgid ""
22133 " is-blockdev path\n"
22134 "\n"
22135 msgstr ""
22136
22137 #. type: textblock
22138 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2144 ../fish/guestfish-actions.pod:2163 ../fish/guestfish-actions.pod:2172 ../fish/guestfish-actions.pod:2182 ../fish/guestfish-actions.pod:2216 ../fish/guestfish-actions.pod:2225
22139 msgid "See also L</stat>."
22140 msgstr ""
22141
22142 #. type: =head2
22143 #: ../fish/guestfish-actions.pod:2128
22144 msgid "is-busy"
22145 msgstr ""
22146
22147 #. type: verbatim
22148 #: ../fish/guestfish-actions.pod:2130
22149 #, no-wrap
22150 msgid ""
22151 " is-busy\n"
22152 "\n"
22153 msgstr ""
22154
22155 #. type: =head2
22156 #: ../fish/guestfish-actions.pod:2137
22157 msgid "is-chardev"
22158 msgstr ""
22159
22160 #. type: verbatim
22161 #: ../fish/guestfish-actions.pod:2139
22162 #, no-wrap
22163 msgid ""
22164 " is-chardev path\n"
22165 "\n"
22166 msgstr ""
22167
22168 #. type: =head2
22169 #: ../fish/guestfish-actions.pod:2146
22170 msgid "is-config"
22171 msgstr ""
22172
22173 #. type: verbatim
22174 #: ../fish/guestfish-actions.pod:2148
22175 #, no-wrap
22176 msgid ""
22177 " is-config\n"
22178 "\n"
22179 msgstr ""
22180
22181 #. type: =head2
22182 #: ../fish/guestfish-actions.pod:2155
22183 msgid "is-dir"
22184 msgstr ""
22185
22186 #. type: verbatim
22187 #: ../fish/guestfish-actions.pod:2157
22188 #, no-wrap
22189 msgid ""
22190 " is-dir path\n"
22191 "\n"
22192 msgstr ""
22193
22194 #. type: =head2
22195 #: ../fish/guestfish-actions.pod:2165
22196 msgid "is-fifo"
22197 msgstr ""
22198
22199 #. type: verbatim
22200 #: ../fish/guestfish-actions.pod:2167
22201 #, no-wrap
22202 msgid ""
22203 " is-fifo path\n"
22204 "\n"
22205 msgstr ""
22206
22207 #. type: =head2
22208 #: ../fish/guestfish-actions.pod:2174
22209 msgid "is-file"
22210 msgstr ""
22211
22212 #. type: verbatim
22213 #: ../fish/guestfish-actions.pod:2176
22214 #, no-wrap
22215 msgid ""
22216 " is-file path\n"
22217 "\n"
22218 msgstr ""
22219
22220 #. type: =head2
22221 #: ../fish/guestfish-actions.pod:2184
22222 msgid "is-launching"
22223 msgstr ""
22224
22225 #. type: verbatim
22226 #: ../fish/guestfish-actions.pod:2186
22227 #, no-wrap
22228 msgid ""
22229 " is-launching\n"
22230 "\n"
22231 msgstr ""
22232
22233 #. type: =head2
22234 #: ../fish/guestfish-actions.pod:2193
22235 msgid "is-lv"
22236 msgstr ""
22237
22238 #. type: verbatim
22239 #: ../fish/guestfish-actions.pod:2195
22240 #, no-wrap
22241 msgid ""
22242 " is-lv device\n"
22243 "\n"
22244 msgstr ""
22245
22246 #. type: =head2
22247 #: ../fish/guestfish-actions.pod:2200
22248 msgid "is-ready"
22249 msgstr ""
22250
22251 #. type: verbatim
22252 #: ../fish/guestfish-actions.pod:2202
22253 #, no-wrap
22254 msgid ""
22255 " is-ready\n"
22256 "\n"
22257 msgstr ""
22258
22259 #. type: =head2
22260 #: ../fish/guestfish-actions.pod:2209
22261 msgid "is-socket"
22262 msgstr ""
22263
22264 #. type: verbatim
22265 #: ../fish/guestfish-actions.pod:2211
22266 #, no-wrap
22267 msgid ""
22268 " is-socket path\n"
22269 "\n"
22270 msgstr ""
22271
22272 #. type: =head2
22273 #: ../fish/guestfish-actions.pod:2218
22274 msgid "is-symlink"
22275 msgstr ""
22276
22277 #. type: verbatim
22278 #: ../fish/guestfish-actions.pod:2220
22279 #, no-wrap
22280 msgid ""
22281 " is-symlink path\n"
22282 "\n"
22283 msgstr ""
22284
22285 #. type: =head2
22286 #: ../fish/guestfish-actions.pod:2227
22287 msgid "kill-subprocess"
22288 msgstr ""
22289
22290 #. type: verbatim
22291 #: ../fish/guestfish-actions.pod:2229
22292 #, no-wrap
22293 msgid ""
22294 " kill-subprocess\n"
22295 "\n"
22296 msgstr ""
22297
22298 #. type: =head2
22299 #: ../fish/guestfish-actions.pod:2233
22300 msgid "launch"
22301 msgstr ""
22302
22303 #. type: =head2
22304 #: ../fish/guestfish-actions.pod:2235
22305 msgid "run"
22306 msgstr ""
22307
22308 #. type: verbatim
22309 #: ../fish/guestfish-actions.pod:2237
22310 #, no-wrap
22311 msgid ""
22312 " launch\n"
22313 "\n"
22314 msgstr ""
22315
22316 #. type: =head2
22317 #: ../fish/guestfish-actions.pod:2245
22318 msgid "lchown"
22319 msgstr ""
22320
22321 #. type: verbatim
22322 #: ../fish/guestfish-actions.pod:2247
22323 #, no-wrap
22324 msgid ""
22325 " lchown owner group path\n"
22326 "\n"
22327 msgstr ""
22328
22329 #. type: textblock
22330 #: ../fish/guestfish-actions.pod:2249
22331 msgid ""
22332 "Change the file owner to C<owner> and group to C<group>.  This is like "
22333 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22334 "the target."
22335 msgstr ""
22336
22337 #. type: =head2
22338 #: ../fish/guestfish-actions.pod:2257
22339 msgid "lgetxattr"
22340 msgstr ""
22341
22342 #. type: verbatim
22343 #: ../fish/guestfish-actions.pod:2259
22344 #, no-wrap
22345 msgid ""
22346 " lgetxattr path name\n"
22347 "\n"
22348 msgstr ""
22349
22350 #. type: textblock
22351 #: ../fish/guestfish-actions.pod:2275
22352 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22353 msgstr ""
22354
22355 #. type: =head2
22356 #: ../fish/guestfish-actions.pod:2277
22357 msgid "lgetxattrs"
22358 msgstr ""
22359
22360 #. type: verbatim
22361 #: ../fish/guestfish-actions.pod:2279
22362 #, no-wrap
22363 msgid ""
22364 " lgetxattrs path\n"
22365 "\n"
22366 msgstr ""
22367
22368 #. type: textblock
22369 #: ../fish/guestfish-actions.pod:2281
22370 msgid ""
22371 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22372 "it returns the extended attributes of the link itself."
22373 msgstr ""
22374
22375 #. type: =head2
22376 #: ../fish/guestfish-actions.pod:2285
22377 msgid "list-devices"
22378 msgstr ""
22379
22380 #. type: verbatim
22381 #: ../fish/guestfish-actions.pod:2287
22382 #, no-wrap
22383 msgid ""
22384 " list-devices\n"
22385 "\n"
22386 msgstr ""
22387
22388 #. type: =head2
22389 #: ../fish/guestfish-actions.pod:2295
22390 msgid "list-filesystems"
22391 msgstr ""
22392
22393 #. type: verbatim
22394 #: ../fish/guestfish-actions.pod:2297
22395 #, no-wrap
22396 msgid ""
22397 " list-filesystems\n"
22398 "\n"
22399 msgstr ""
22400
22401 #. type: textblock
22402 #: ../fish/guestfish-actions.pod:2316
22403 msgid ""
22404 "This command runs other libguestfs commands, which might include L</mount> "
22405 "and L</umount>, and therefore you should use this soon after launch and only "
22406 "when nothing is mounted."
22407 msgstr ""
22408
22409 #. type: textblock
22410 #: ../fish/guestfish-actions.pod:2320
22411 msgid ""
22412 "Not all of the filesystems returned will be mountable.  In particular, swap "
22413 "partitions are returned in the list.  Also this command does not check that "
22414 "each filesystem found is valid and mountable, and some filesystems might be "
22415 "mountable but require special options.  Filesystems may not all belong to a "
22416 "single logical operating system (use L</inspect-os> to look for OSes)."
22417 msgstr ""
22418
22419 #. type: =head2
22420 #: ../fish/guestfish-actions.pod:2328
22421 msgid "list-partitions"
22422 msgstr ""
22423
22424 #. type: verbatim
22425 #: ../fish/guestfish-actions.pod:2330
22426 #, no-wrap
22427 msgid ""
22428 " list-partitions\n"
22429 "\n"
22430 msgstr ""
22431
22432 #. type: textblock
22433 #: ../fish/guestfish-actions.pod:2336
22434 msgid ""
22435 "This does not return logical volumes.  For that you will need to call "
22436 "L</lvs>."
22437 msgstr ""
22438
22439 #. type: =head2
22440 #: ../fish/guestfish-actions.pod:2341
22441 msgid "ll"
22442 msgstr ""
22443
22444 #. type: verbatim
22445 #: ../fish/guestfish-actions.pod:2343
22446 #, no-wrap
22447 msgid ""
22448 " ll directory\n"
22449 "\n"
22450 msgstr ""
22451
22452 #. type: =head2
22453 #: ../fish/guestfish-actions.pod:2351
22454 msgid "ln"
22455 msgstr ""
22456
22457 #. type: verbatim
22458 #: ../fish/guestfish-actions.pod:2353
22459 #, no-wrap
22460 msgid ""
22461 " ln target linkname\n"
22462 "\n"
22463 msgstr ""
22464
22465 #. type: =head2
22466 #: ../fish/guestfish-actions.pod:2357
22467 msgid "ln-f"
22468 msgstr ""
22469
22470 #. type: verbatim
22471 #: ../fish/guestfish-actions.pod:2359
22472 #, no-wrap
22473 msgid ""
22474 " ln-f target linkname\n"
22475 "\n"
22476 msgstr ""
22477
22478 #. type: =head2
22479 #: ../fish/guestfish-actions.pod:2364
22480 msgid "ln-s"
22481 msgstr ""
22482
22483 #. type: verbatim
22484 #: ../fish/guestfish-actions.pod:2366
22485 #, no-wrap
22486 msgid ""
22487 " ln-s target linkname\n"
22488 "\n"
22489 msgstr ""
22490
22491 #. type: =head2
22492 #: ../fish/guestfish-actions.pod:2370
22493 msgid "ln-sf"
22494 msgstr ""
22495
22496 #. type: verbatim
22497 #: ../fish/guestfish-actions.pod:2372
22498 #, no-wrap
22499 msgid ""
22500 " ln-sf target linkname\n"
22501 "\n"
22502 msgstr ""
22503
22504 #. type: =head2
22505 #: ../fish/guestfish-actions.pod:2377
22506 msgid "lremovexattr"
22507 msgstr ""
22508
22509 #. type: verbatim
22510 #: ../fish/guestfish-actions.pod:2379
22511 #, no-wrap
22512 msgid ""
22513 " lremovexattr xattr path\n"
22514 "\n"
22515 msgstr ""
22516
22517 #. type: textblock
22518 #: ../fish/guestfish-actions.pod:2381
22519 msgid ""
22520 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
22521 "it removes an extended attribute of the link itself."
22522 msgstr ""
22523
22524 #. type: =head2
22525 #: ../fish/guestfish-actions.pod:2385
22526 msgid "ls"
22527 msgstr ""
22528
22529 #. type: verbatim
22530 #: ../fish/guestfish-actions.pod:2387
22531 #, no-wrap
22532 msgid ""
22533 " ls directory\n"
22534 "\n"
22535 msgstr ""
22536
22537 #. type: textblock
22538 #: ../fish/guestfish-actions.pod:2393
22539 msgid ""
22540 "This command is mostly useful for interactive sessions.  Programs should "
22541 "probably use L</readdir> instead."
22542 msgstr ""
22543
22544 #. type: =head2
22545 #: ../fish/guestfish-actions.pod:2396
22546 msgid "lsetxattr"
22547 msgstr ""
22548
22549 #. type: verbatim
22550 #: ../fish/guestfish-actions.pod:2398
22551 #, no-wrap
22552 msgid ""
22553 " lsetxattr xattr val vallen path\n"
22554 "\n"
22555 msgstr ""
22556
22557 #. type: textblock
22558 #: ../fish/guestfish-actions.pod:2400
22559 msgid ""
22560 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
22561 "sets an extended attribute of the link itself."
22562 msgstr ""
22563
22564 #. type: =head2
22565 #: ../fish/guestfish-actions.pod:2404
22566 msgid "lstat"
22567 msgstr ""
22568
22569 #. type: verbatim
22570 #: ../fish/guestfish-actions.pod:2406
22571 #, no-wrap
22572 msgid ""
22573 " lstat path\n"
22574 "\n"
22575 msgstr ""
22576
22577 #. type: textblock
22578 #: ../fish/guestfish-actions.pod:2410
22579 msgid ""
22580 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
22581 "the link is stat-ed, not the file it refers to."
22582 msgstr ""
22583
22584 #. type: =head2
22585 #: ../fish/guestfish-actions.pod:2416
22586 msgid "lstatlist"
22587 msgstr ""
22588
22589 #. type: verbatim
22590 #: ../fish/guestfish-actions.pod:2418
22591 #, no-wrap
22592 msgid ""
22593 " lstatlist path 'names ...'\n"
22594 "\n"
22595 msgstr ""
22596
22597 #. type: textblock
22598 #: ../fish/guestfish-actions.pod:2420
22599 msgid ""
22600 "This call allows you to perform the L</lstat> operation on multiple files, "
22601 "where all files are in the directory C<path>.  C<names> is the list of files "
22602 "from this directory."
22603 msgstr ""
22604
22605 #. type: textblock
22606 #: ../fish/guestfish-actions.pod:2429
22607 msgid ""
22608 "This call is intended for programs that want to efficiently list a directory "
22609 "contents without making many round-trips.  See also L</lxattrlist> for a "
22610 "similarly efficient call for getting extended attributes.  Very long "
22611 "directory listings might cause the protocol message size to be exceeded, "
22612 "causing this call to fail.  The caller must split up such requests into "
22613 "smaller groups of names."
22614 msgstr ""
22615
22616 #. type: =head2
22617 #: ../fish/guestfish-actions.pod:2437
22618 msgid "luks-add-key"
22619 msgstr ""
22620
22621 #. type: verbatim
22622 #: ../fish/guestfish-actions.pod:2439
22623 #, no-wrap
22624 msgid ""
22625 " luks-add-key device keyslot\n"
22626 "\n"
22627 msgstr ""
22628
22629 #. type: textblock
22630 #: ../fish/guestfish-actions.pod:2446
22631 msgid ""
22632 "Note that if C<keyslot> already contains a key, then this command will "
22633 "fail.  You have to use L</luks-kill-slot> first to remove that key."
22634 msgstr ""
22635
22636 #. type: textblock
22637 #: ../fish/guestfish-actions.pod:2450 ../fish/guestfish-actions.pod:2472 ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2499 ../fish/guestfish-actions.pod:2522 ../fish/guestfish-actions.pod:2532
22638 msgid ""
22639 "This command has one or more key or passphrase parameters.  Guestfish will "
22640 "prompt for these separately."
22641 msgstr ""
22642
22643 #. type: =head2
22644 #: ../fish/guestfish-actions.pod:2453
22645 msgid "luks-close"
22646 msgstr ""
22647
22648 #. type: verbatim
22649 #: ../fish/guestfish-actions.pod:2455
22650 #, no-wrap
22651 msgid ""
22652 " luks-close device\n"
22653 "\n"
22654 msgstr ""
22655
22656 #. type: textblock
22657 #: ../fish/guestfish-actions.pod:2457
22658 msgid ""
22659 "This closes a LUKS device that was created earlier by L</luks-open> or "
22660 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
22661 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
22662 "underlying block device."
22663 msgstr ""
22664
22665 #. type: =head2
22666 #: ../fish/guestfish-actions.pod:2463
22667 msgid "luks-format"
22668 msgstr ""
22669
22670 #. type: verbatim
22671 #: ../fish/guestfish-actions.pod:2465
22672 #, no-wrap
22673 msgid ""
22674 " luks-format device keyslot\n"
22675 "\n"
22676 msgstr ""
22677
22678 #. type: =head2
22679 #: ../fish/guestfish-actions.pod:2478
22680 msgid "luks-format-cipher"
22681 msgstr ""
22682
22683 #. type: verbatim
22684 #: ../fish/guestfish-actions.pod:2480
22685 #, no-wrap
22686 msgid ""
22687 " luks-format-cipher device keyslot cipher\n"
22688 "\n"
22689 msgstr ""
22690
22691 #. type: textblock
22692 #: ../fish/guestfish-actions.pod:2482
22693 msgid ""
22694 "This command is the same as L</luks-format> but it also allows you to set "
22695 "the C<cipher> used."
22696 msgstr ""
22697
22698 #. type: =head2
22699 #: ../fish/guestfish-actions.pod:2491
22700 msgid "luks-kill-slot"
22701 msgstr ""
22702
22703 #. type: verbatim
22704 #: ../fish/guestfish-actions.pod:2493
22705 #, no-wrap
22706 msgid ""
22707 " luks-kill-slot device keyslot\n"
22708 "\n"
22709 msgstr ""
22710
22711 #. type: =head2
22712 #: ../fish/guestfish-actions.pod:2502
22713 msgid "luks-open"
22714 msgstr ""
22715
22716 #. type: verbatim
22717 #: ../fish/guestfish-actions.pod:2504
22718 #, no-wrap
22719 msgid ""
22720 " luks-open device mapname\n"
22721 "\n"
22722 msgstr ""
22723
22724 #. type: textblock
22725 #: ../fish/guestfish-actions.pod:2518
22726 msgid ""
22727 "If this block device contains LVM volume groups, then calling L</vgscan> "
22728 "followed by L</vg-activate-all> will make them visible."
22729 msgstr ""
22730
22731 #. type: =head2
22732 #: ../fish/guestfish-actions.pod:2525
22733 msgid "luks-open-ro"
22734 msgstr ""
22735
22736 #. type: verbatim
22737 #: ../fish/guestfish-actions.pod:2527
22738 #, no-wrap
22739 msgid ""
22740 " luks-open-ro device mapname\n"
22741 "\n"
22742 msgstr ""
22743
22744 #. type: textblock
22745 #: ../fish/guestfish-actions.pod:2529
22746 msgid ""
22747 "This is the same as L</luks-open> except that a read-only mapping is "
22748 "created."
22749 msgstr ""
22750
22751 #. type: =head2
22752 #: ../fish/guestfish-actions.pod:2535
22753 msgid "lvcreate"
22754 msgstr ""
22755
22756 #. type: verbatim
22757 #: ../fish/guestfish-actions.pod:2537
22758 #, no-wrap
22759 msgid ""
22760 " lvcreate logvol volgroup mbytes\n"
22761 "\n"
22762 msgstr ""
22763
22764 #. type: =head2
22765 #: ../fish/guestfish-actions.pod:2542
22766 msgid "lvm-canonical-lv-name"
22767 msgstr ""
22768
22769 #. type: verbatim
22770 #: ../fish/guestfish-actions.pod:2544
22771 #, no-wrap
22772 msgid ""
22773 " lvm-canonical-lv-name lvname\n"
22774 "\n"
22775 msgstr ""
22776
22777 #. type: textblock
22778 #: ../fish/guestfish-actions.pod:2553
22779 msgid "See also L</is-lv>."
22780 msgstr ""
22781
22782 #. type: =head2
22783 #: ../fish/guestfish-actions.pod:2555
22784 msgid "lvm-clear-filter"
22785 msgstr ""
22786
22787 #. type: verbatim
22788 #: ../fish/guestfish-actions.pod:2557
22789 #, no-wrap
22790 msgid ""
22791 " lvm-clear-filter\n"
22792 "\n"
22793 msgstr ""
22794
22795 #. type: textblock
22796 #: ../fish/guestfish-actions.pod:2559
22797 msgid ""
22798 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
22799 "block device."
22800 msgstr ""
22801
22802 #. type: =head2
22803 #: ../fish/guestfish-actions.pod:2565
22804 msgid "lvm-remove-all"
22805 msgstr ""
22806
22807 #. type: verbatim
22808 #: ../fish/guestfish-actions.pod:2567
22809 #, no-wrap
22810 msgid ""
22811 " lvm-remove-all\n"
22812 "\n"
22813 msgstr ""
22814
22815 #. type: =head2
22816 #: ../fish/guestfish-actions.pod:2575
22817 msgid "lvm-set-filter"
22818 msgstr ""
22819
22820 #. type: verbatim
22821 #: ../fish/guestfish-actions.pod:2577
22822 #, no-wrap
22823 msgid ""
22824 " lvm-set-filter 'devices ...'\n"
22825 "\n"
22826 msgstr ""
22827
22828 #. type: =head2
22829 #: ../fish/guestfish-actions.pod:2602
22830 msgid "lvremove"
22831 msgstr ""
22832
22833 #. type: verbatim
22834 #: ../fish/guestfish-actions.pod:2604
22835 #, no-wrap
22836 msgid ""
22837 " lvremove device\n"
22838 "\n"
22839 msgstr ""
22840
22841 #. type: =head2
22842 #: ../fish/guestfish-actions.pod:2612
22843 msgid "lvrename"
22844 msgstr ""
22845
22846 #. type: verbatim
22847 #: ../fish/guestfish-actions.pod:2614
22848 #, no-wrap
22849 msgid ""
22850 " lvrename logvol newlogvol\n"
22851 "\n"
22852 msgstr ""
22853
22854 #. type: =head2
22855 #: ../fish/guestfish-actions.pod:2618
22856 msgid "lvresize"
22857 msgstr ""
22858
22859 #. type: verbatim
22860 #: ../fish/guestfish-actions.pod:2620
22861 #, no-wrap
22862 msgid ""
22863 " lvresize device mbytes\n"
22864 "\n"
22865 msgstr ""
22866
22867 #. type: =head2
22868 #: ../fish/guestfish-actions.pod:2626
22869 msgid "lvresize-free"
22870 msgstr ""
22871
22872 #. type: verbatim
22873 #: ../fish/guestfish-actions.pod:2628
22874 #, no-wrap
22875 msgid ""
22876 " lvresize-free lv percent\n"
22877 "\n"
22878 msgstr ""
22879
22880 #. type: =head2
22881 #: ../fish/guestfish-actions.pod:2636
22882 msgid "lvs"
22883 msgstr ""
22884
22885 #. type: verbatim
22886 #: ../fish/guestfish-actions.pod:2638
22887 #, no-wrap
22888 msgid ""
22889 " lvs\n"
22890 "\n"
22891 msgstr ""
22892
22893 #. type: textblock
22894 #: ../fish/guestfish-actions.pod:2646
22895 msgid "See also L</lvs-full>, L</list-filesystems>."
22896 msgstr ""
22897
22898 #. type: =head2
22899 #: ../fish/guestfish-actions.pod:2648
22900 msgid "lvs-full"
22901 msgstr ""
22902
22903 #. type: verbatim
22904 #: ../fish/guestfish-actions.pod:2650
22905 #, no-wrap
22906 msgid ""
22907 " lvs-full\n"
22908 "\n"
22909 msgstr ""
22910
22911 #. type: =head2
22912 #: ../fish/guestfish-actions.pod:2655
22913 msgid "lvuuid"
22914 msgstr ""
22915
22916 #. type: verbatim
22917 #: ../fish/guestfish-actions.pod:2657
22918 #, no-wrap
22919 msgid ""
22920 " lvuuid device\n"
22921 "\n"
22922 msgstr ""
22923
22924 #. type: =head2
22925 #: ../fish/guestfish-actions.pod:2661
22926 msgid "lxattrlist"
22927 msgstr ""
22928
22929 #. type: verbatim
22930 #: ../fish/guestfish-actions.pod:2663
22931 #, no-wrap
22932 msgid ""
22933 " lxattrlist path 'names ...'\n"
22934 "\n"
22935 msgstr ""
22936
22937 #. type: textblock
22938 #: ../fish/guestfish-actions.pod:2679
22939 msgid ""
22940 "This call is intended for programs that want to efficiently list a directory "
22941 "contents without making many round-trips.  See also L</lstatlist> for a "
22942 "similarly efficient call for getting standard stats.  Very long directory "
22943 "listings might cause the protocol message size to be exceeded, causing this "
22944 "call to fail.  The caller must split up such requests into smaller groups of "
22945 "names."
22946 msgstr ""
22947
22948 #. type: =head2
22949 #: ../fish/guestfish-actions.pod:2687
22950 msgid "mkdir"
22951 msgstr ""
22952
22953 #. type: verbatim
22954 #: ../fish/guestfish-actions.pod:2689
22955 #, no-wrap
22956 msgid ""
22957 " mkdir path\n"
22958 "\n"
22959 msgstr ""
22960
22961 #. type: =head2
22962 #: ../fish/guestfish-actions.pod:2693
22963 msgid "mkdir-mode"
22964 msgstr ""
22965
22966 #. type: verbatim
22967 #: ../fish/guestfish-actions.pod:2695
22968 #, no-wrap
22969 msgid ""
22970 " mkdir-mode path mode\n"
22971 "\n"
22972 msgstr ""
22973
22974 #. type: textblock
22975 #: ../fish/guestfish-actions.pod:2704
22976 msgid "See also L</mkdir>, L</umask>"
22977 msgstr ""
22978
22979 #. type: =head2
22980 #: ../fish/guestfish-actions.pod:2706
22981 msgid "mkdir-p"
22982 msgstr ""
22983
22984 #. type: verbatim
22985 #: ../fish/guestfish-actions.pod:2708
22986 #, no-wrap
22987 msgid ""
22988 " mkdir-p path\n"
22989 "\n"
22990 msgstr ""
22991
22992 #. type: =head2
22993 #: ../fish/guestfish-actions.pod:2713
22994 msgid "mkdtemp"
22995 msgstr ""
22996
22997 #. type: verbatim
22998 #: ../fish/guestfish-actions.pod:2715
22999 #, no-wrap
23000 msgid ""
23001 " mkdtemp template\n"
23002 "\n"
23003 msgstr ""
23004
23005 #. type: =head2
23006 #: ../fish/guestfish-actions.pod:2736
23007 msgid "mke2fs-J"
23008 msgstr ""
23009
23010 #. type: verbatim
23011 #: ../fish/guestfish-actions.pod:2738
23012 #, no-wrap
23013 msgid ""
23014 " mke2fs-J fstype blocksize device journal\n"
23015 "\n"
23016 msgstr ""
23017
23018 #. type: textblock
23019 #: ../fish/guestfish-actions.pod:2746
23020 msgid "See also L</mke2journal>."
23021 msgstr ""
23022
23023 #. type: =head2
23024 #: ../fish/guestfish-actions.pod:2748
23025 msgid "mke2fs-JL"
23026 msgstr ""
23027
23028 #. type: verbatim
23029 #: ../fish/guestfish-actions.pod:2750
23030 #, no-wrap
23031 msgid ""
23032 " mke2fs-JL fstype blocksize device label\n"
23033 "\n"
23034 msgstr ""
23035
23036 #. type: textblock
23037 #: ../fish/guestfish-actions.pod:2755
23038 msgid "See also L</mke2journal-L>."
23039 msgstr ""
23040
23041 #. type: =head2
23042 #: ../fish/guestfish-actions.pod:2757
23043 msgid "mke2fs-JU"
23044 msgstr ""
23045
23046 #. type: verbatim
23047 #: ../fish/guestfish-actions.pod:2759
23048 #, no-wrap
23049 msgid ""
23050 " mke2fs-JU fstype blocksize device uuid\n"
23051 "\n"
23052 msgstr ""
23053
23054 #. type: textblock
23055 #: ../fish/guestfish-actions.pod:2764
23056 msgid "See also L</mke2journal-U>."
23057 msgstr ""
23058
23059 #. type: =head2
23060 #: ../fish/guestfish-actions.pod:2766
23061 msgid "mke2journal"
23062 msgstr ""
23063
23064 #. type: verbatim
23065 #: ../fish/guestfish-actions.pod:2768
23066 #, no-wrap
23067 msgid ""
23068 " mke2journal blocksize device\n"
23069 "\n"
23070 msgstr ""
23071
23072 #. type: =head2
23073 #: ../fish/guestfish-actions.pod:2775
23074 msgid "mke2journal-L"
23075 msgstr ""
23076
23077 #. type: verbatim
23078 #: ../fish/guestfish-actions.pod:2777
23079 #, no-wrap
23080 msgid ""
23081 " mke2journal-L blocksize label device\n"
23082 "\n"
23083 msgstr ""
23084
23085 #. type: =head2
23086 #: ../fish/guestfish-actions.pod:2781
23087 msgid "mke2journal-U"
23088 msgstr ""
23089
23090 #. type: verbatim
23091 #: ../fish/guestfish-actions.pod:2783
23092 #, no-wrap
23093 msgid ""
23094 " mke2journal-U blocksize uuid device\n"
23095 "\n"
23096 msgstr ""
23097
23098 #. type: =head2
23099 #: ../fish/guestfish-actions.pod:2787
23100 msgid "mkfifo"
23101 msgstr ""
23102
23103 #. type: verbatim
23104 #: ../fish/guestfish-actions.pod:2789
23105 #, no-wrap
23106 msgid ""
23107 " mkfifo mode path\n"
23108 "\n"
23109 msgstr ""
23110
23111 #. type: textblock
23112 #: ../fish/guestfish-actions.pod:2791
23113 msgid ""
23114 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23115 "is just a convenient wrapper around L</mknod>."
23116 msgstr ""
23117
23118 #. type: =head2
23119 #: ../fish/guestfish-actions.pod:2797
23120 msgid "mkfs"
23121 msgstr ""
23122
23123 #. type: verbatim
23124 #: ../fish/guestfish-actions.pod:2799
23125 #, no-wrap
23126 msgid ""
23127 " mkfs fstype device\n"
23128 "\n"
23129 msgstr ""
23130
23131 #. type: =head2
23132 #: ../fish/guestfish-actions.pod:2805
23133 msgid "mkfs-b"
23134 msgstr ""
23135
23136 #. type: verbatim
23137 #: ../fish/guestfish-actions.pod:2807
23138 #, no-wrap
23139 msgid ""
23140 " mkfs-b fstype blocksize device\n"
23141 "\n"
23142 msgstr ""
23143
23144 #. type: textblock
23145 #: ../fish/guestfish-actions.pod:2809
23146 msgid ""
23147 "This call is similar to L</mkfs>, but it allows you to control the block "
23148 "size of the resulting filesystem.  Supported block sizes depend on the "
23149 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23150 msgstr ""
23151
23152 #. type: =head2
23153 #: ../fish/guestfish-actions.pod:2824
23154 msgid "mkfs-opts"
23155 msgstr ""
23156
23157 #. type: verbatim
23158 #: ../fish/guestfish-actions.pod:2826
23159 #, no-wrap
23160 msgid ""
23161 " mkfs-opts fstype device [blocksize:..]\n"
23162 "\n"
23163 msgstr ""
23164
23165 #. type: =head2
23166 #: ../fish/guestfish-actions.pod:2850
23167 msgid "mkmountpoint"
23168 msgstr ""
23169
23170 #. type: verbatim
23171 #: ../fish/guestfish-actions.pod:2852
23172 #, no-wrap
23173 msgid ""
23174 " mkmountpoint exemptpath\n"
23175 "\n"
23176 msgstr ""
23177
23178 #. type: textblock
23179 #: ../fish/guestfish-actions.pod:2854
23180 msgid ""
23181 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23182 "to create extra mountpoints before mounting the first filesystem."
23183 msgstr ""
23184
23185 #. type: textblock
23186 #: ../fish/guestfish-actions.pod:2878
23187 msgid ""
23188 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23189 "unexpected errors if you try to mix these calls.  It is safest to manually "
23190 "unmount filesystems and remove mountpoints after use."
23191 msgstr ""
23192
23193 #. type: textblock
23194 #: ../fish/guestfish-actions.pod:2882
23195 msgid ""
23196 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23197 "for this to work for manual mountpoints, you must ensure that the innermost "
23198 "mountpoints have the longest pathnames, as in the example code above."
23199 msgstr ""
23200
23201 #. type: textblock
23202 #: ../fish/guestfish-actions.pod:2889
23203 msgid ""
23204 "Autosync [see L</set-autosync>, this is set by default on handles] means "
23205 "that L</umount-all> is called when the handle is closed which can also "
23206 "trigger these issues."
23207 msgstr ""
23208
23209 #. type: =head2
23210 #: ../fish/guestfish-actions.pod:2893
23211 msgid "mknod"
23212 msgstr ""
23213
23214 #. type: verbatim
23215 #: ../fish/guestfish-actions.pod:2895
23216 #, no-wrap
23217 msgid ""
23218 " mknod mode devmajor devminor path\n"
23219 "\n"
23220 msgstr ""
23221
23222 #. type: textblock
23223 #: ../fish/guestfish-actions.pod:2905
23224 msgid ""
23225 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23226 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23227 "regular file).  These constants are available in the standard Linux header "
23228 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23229 "wrappers around this command which bitwise OR in the appropriate constant "
23230 "for you."
23231 msgstr ""
23232
23233 #. type: =head2
23234 #: ../fish/guestfish-actions.pod:2915
23235 msgid "mknod-b"
23236 msgstr ""
23237
23238 #. type: verbatim
23239 #: ../fish/guestfish-actions.pod:2917
23240 #, no-wrap
23241 msgid ""
23242 " mknod-b mode devmajor devminor path\n"
23243 "\n"
23244 msgstr ""
23245
23246 #. type: textblock
23247 #: ../fish/guestfish-actions.pod:2919
23248 msgid ""
23249 "This call creates a block device node called C<path> with mode C<mode> and "
23250 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23251 "wrapper around L</mknod>."
23252 msgstr ""
23253
23254 #. type: =head2
23255 #: ../fish/guestfish-actions.pod:2925
23256 msgid "mknod-c"
23257 msgstr ""
23258
23259 #. type: verbatim
23260 #: ../fish/guestfish-actions.pod:2927
23261 #, no-wrap
23262 msgid ""
23263 " mknod-c mode devmajor devminor path\n"
23264 "\n"
23265 msgstr ""
23266
23267 #. type: textblock
23268 #: ../fish/guestfish-actions.pod:2929
23269 msgid ""
23270 "This call creates a char device node called C<path> with mode C<mode> and "
23271 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23272 "wrapper around L</mknod>."
23273 msgstr ""
23274
23275 #. type: =head2
23276 #: ../fish/guestfish-actions.pod:2935
23277 msgid "mkswap"
23278 msgstr ""
23279
23280 #. type: verbatim
23281 #: ../fish/guestfish-actions.pod:2937
23282 #, no-wrap
23283 msgid ""
23284 " mkswap device\n"
23285 "\n"
23286 msgstr ""
23287
23288 #. type: =head2
23289 #: ../fish/guestfish-actions.pod:2941
23290 msgid "mkswap-L"
23291 msgstr ""
23292
23293 #. type: verbatim
23294 #: ../fish/guestfish-actions.pod:2943
23295 #, no-wrap
23296 msgid ""
23297 " mkswap-L label device\n"
23298 "\n"
23299 msgstr ""
23300
23301 #. type: =head2
23302 #: ../fish/guestfish-actions.pod:2951
23303 msgid "mkswap-U"
23304 msgstr ""
23305
23306 #. type: verbatim
23307 #: ../fish/guestfish-actions.pod:2953
23308 #, no-wrap
23309 msgid ""
23310 " mkswap-U uuid device\n"
23311 "\n"
23312 msgstr ""
23313
23314 #. type: =head2
23315 #: ../fish/guestfish-actions.pod:2957
23316 msgid "mkswap-file"
23317 msgstr ""
23318
23319 #. type: verbatim
23320 #: ../fish/guestfish-actions.pod:2959
23321 #, no-wrap
23322 msgid ""
23323 " mkswap-file path\n"
23324 "\n"
23325 msgstr ""
23326
23327 #. type: textblock
23328 #: ../fish/guestfish-actions.pod:2963
23329 msgid ""
23330 "This command just writes a swap file signature to an existing file.  To "
23331 "create the file itself, use something like L</fallocate>."
23332 msgstr ""
23333
23334 #. type: =head2
23335 #: ../fish/guestfish-actions.pod:2966
23336 msgid "modprobe"
23337 msgstr ""
23338
23339 #. type: verbatim
23340 #: ../fish/guestfish-actions.pod:2968
23341 #, no-wrap
23342 msgid ""
23343 " modprobe modulename\n"
23344 "\n"
23345 msgstr ""
23346
23347 #. type: =head2
23348 #: ../fish/guestfish-actions.pod:2975
23349 msgid "mount"
23350 msgstr ""
23351
23352 #. type: verbatim
23353 #: ../fish/guestfish-actions.pod:2977
23354 #, no-wrap
23355 msgid ""
23356 " mount device mountpoint\n"
23357 "\n"
23358 msgstr ""
23359
23360 #. type: textblock
23361 #: ../fish/guestfish-actions.pod:2993
23362 msgid ""
23363 "B<Important note:> When you use this call, the filesystem options C<sync> "
23364 "and C<noatime> are set implicitly.  This was originally done because we "
23365 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23366 "very large negative performance impact and negligible effect on "
23367 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23368 "code that needs performance, and instead use L</mount-options> (use an empty "
23369 "string for the first parameter if you don't want any options)."
23370 msgstr ""
23371
23372 #. type: =head2
23373 #: ../fish/guestfish-actions.pod:3003
23374 msgid "mount-loop"
23375 msgstr ""
23376
23377 #. type: verbatim
23378 #: ../fish/guestfish-actions.pod:3005
23379 #, no-wrap
23380 msgid ""
23381 " mount-loop file mountpoint\n"
23382 "\n"
23383 msgstr ""
23384
23385 #. type: =head2
23386 #: ../fish/guestfish-actions.pod:3011
23387 msgid "mount-options"
23388 msgstr ""
23389
23390 #. type: verbatim
23391 #: ../fish/guestfish-actions.pod:3013
23392 #, no-wrap
23393 msgid ""
23394 " mount-options options device mountpoint\n"
23395 "\n"
23396 msgstr ""
23397
23398 #. type: textblock
23399 #: ../fish/guestfish-actions.pod:3015
23400 msgid ""
23401 "This is the same as the L</mount> command, but it allows you to set the "
23402 "mount options as for the L<mount(8)> I<-o> flag."
23403 msgstr ""
23404
23405 #. type: =head2
23406 #: ../fish/guestfish-actions.pod:3023
23407 msgid "mount-ro"
23408 msgstr ""
23409
23410 #. type: verbatim
23411 #: ../fish/guestfish-actions.pod:3025
23412 #, no-wrap
23413 msgid ""
23414 " mount-ro device mountpoint\n"
23415 "\n"
23416 msgstr ""
23417
23418 #. type: textblock
23419 #: ../fish/guestfish-actions.pod:3027
23420 msgid ""
23421 "This is the same as the L</mount> command, but it mounts the filesystem with "
23422 "the read-only (I<-o ro>) flag."
23423 msgstr ""
23424
23425 #. type: =head2
23426 #: ../fish/guestfish-actions.pod:3030
23427 msgid "mount-vfs"
23428 msgstr ""
23429
23430 #. type: verbatim
23431 #: ../fish/guestfish-actions.pod:3032
23432 #, no-wrap
23433 msgid ""
23434 " mount-vfs options vfstype device mountpoint\n"
23435 "\n"
23436 msgstr ""
23437
23438 #. type: textblock
23439 #: ../fish/guestfish-actions.pod:3034
23440 msgid ""
23441 "This is the same as the L</mount> command, but it allows you to set both the "
23442 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
23443 msgstr ""
23444
23445 #. type: =head2
23446 #: ../fish/guestfish-actions.pod:3038
23447 msgid "mountpoints"
23448 msgstr ""
23449
23450 #. type: verbatim
23451 #: ../fish/guestfish-actions.pod:3040
23452 #, no-wrap
23453 msgid ""
23454 " mountpoints\n"
23455 "\n"
23456 msgstr ""
23457
23458 #. type: textblock
23459 #: ../fish/guestfish-actions.pod:3042
23460 msgid ""
23461 "This call is similar to L</mounts>.  That call returns a list of devices.  "
23462 "This one returns a hash table (map) of device name to directory where the "
23463 "device is mounted."
23464 msgstr ""
23465
23466 #. type: =head2
23467 #: ../fish/guestfish-actions.pod:3046
23468 msgid "mounts"
23469 msgstr ""
23470
23471 #. type: verbatim
23472 #: ../fish/guestfish-actions.pod:3048
23473 #, no-wrap
23474 msgid ""
23475 " mounts\n"
23476 "\n"
23477 msgstr ""
23478
23479 #. type: textblock
23480 #: ../fish/guestfish-actions.pod:3055
23481 msgid "See also: L</mountpoints>"
23482 msgstr ""
23483
23484 #. type: =head2
23485 #: ../fish/guestfish-actions.pod:3057
23486 msgid "mv"
23487 msgstr ""
23488
23489 #. type: verbatim
23490 #: ../fish/guestfish-actions.pod:3059
23491 #, no-wrap
23492 msgid ""
23493 " mv src dest\n"
23494 "\n"
23495 msgstr ""
23496
23497 #. type: =head2
23498 #: ../fish/guestfish-actions.pod:3064
23499 msgid "ntfs-3g-probe"
23500 msgstr ""
23501
23502 #. type: verbatim
23503 #: ../fish/guestfish-actions.pod:3066
23504 #, no-wrap
23505 msgid ""
23506 " ntfs-3g-probe true|false device\n"
23507 "\n"
23508 msgstr ""
23509
23510 #. type: =head2
23511 #: ../fish/guestfish-actions.pod:3080
23512 msgid "ntfsresize"
23513 msgstr ""
23514
23515 #. type: verbatim
23516 #: ../fish/guestfish-actions.pod:3082
23517 #, no-wrap
23518 msgid ""
23519 " ntfsresize device\n"
23520 "\n"
23521 msgstr ""
23522
23523 #. type: =head2
23524 #: ../fish/guestfish-actions.pod:3088
23525 msgid "ntfsresize-size"
23526 msgstr ""
23527
23528 #. type: verbatim
23529 #: ../fish/guestfish-actions.pod:3090
23530 #, no-wrap
23531 msgid ""
23532 " ntfsresize-size device size\n"
23533 "\n"
23534 msgstr ""
23535
23536 #. type: textblock
23537 #: ../fish/guestfish-actions.pod:3092
23538 msgid ""
23539 "This command is the same as L</ntfsresize> except that it allows you to "
23540 "specify the new size (in bytes) explicitly."
23541 msgstr ""
23542
23543 #. type: =head2
23544 #: ../fish/guestfish-actions.pod:3095
23545 msgid "part-add"
23546 msgstr ""
23547
23548 #. type: verbatim
23549 #: ../fish/guestfish-actions.pod:3097
23550 #, no-wrap
23551 msgid ""
23552 " part-add device prlogex startsect endsect\n"
23553 "\n"
23554 msgstr ""
23555
23556 #. type: textblock
23557 #: ../fish/guestfish-actions.pod:3099
23558 msgid ""
23559 "This command adds a partition to C<device>.  If there is no partition table "
23560 "on the device, call L</part-init> first."
23561 msgstr ""
23562
23563 #. type: textblock
23564 #: ../fish/guestfish-actions.pod:3111
23565 msgid ""
23566 "Creating a partition which covers the whole disk is not so easy.  Use "
23567 "L</part-disk> to do that."
23568 msgstr ""
23569
23570 #. type: =head2
23571 #: ../fish/guestfish-actions.pod:3114
23572 msgid "part-del"
23573 msgstr ""
23574
23575 #. type: verbatim
23576 #: ../fish/guestfish-actions.pod:3116
23577 #, no-wrap
23578 msgid ""
23579 " part-del device partnum\n"
23580 "\n"
23581 msgstr ""
23582
23583 #. type: =head2
23584 #: ../fish/guestfish-actions.pod:3124
23585 msgid "part-disk"
23586 msgstr ""
23587
23588 #. type: verbatim
23589 #: ../fish/guestfish-actions.pod:3126
23590 #, no-wrap
23591 msgid ""
23592 " part-disk device parttype\n"
23593 "\n"
23594 msgstr ""
23595
23596 #. type: textblock
23597 #: ../fish/guestfish-actions.pod:3128
23598 msgid ""
23599 "This command is simply a combination of L</part-init> followed by "
23600 "L</part-add> to create a single primary partition covering the whole disk."
23601 msgstr ""
23602
23603 #. type: textblock
23604 #: ../fish/guestfish-actions.pod:3132
23605 msgid ""
23606 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
23607 "possible values are described in L</part-init>."
23608 msgstr ""
23609
23610 #. type: =head2
23611 #: ../fish/guestfish-actions.pod:3138
23612 msgid "part-get-bootable"
23613 msgstr ""
23614
23615 #. type: verbatim
23616 #: ../fish/guestfish-actions.pod:3140
23617 #, no-wrap
23618 msgid ""
23619 " part-get-bootable device partnum\n"
23620 "\n"
23621 msgstr ""
23622
23623 #. type: textblock
23624 #: ../fish/guestfish-actions.pod:3145
23625 msgid "See also L</part-set-bootable>."
23626 msgstr ""
23627
23628 #. type: =head2
23629 #: ../fish/guestfish-actions.pod:3147
23630 msgid "part-get-mbr-id"
23631 msgstr ""
23632
23633 #. type: verbatim
23634 #: ../fish/guestfish-actions.pod:3149
23635 #, no-wrap
23636 msgid ""
23637 " part-get-mbr-id device partnum\n"
23638 "\n"
23639 msgstr ""
23640
23641 #. type: textblock
23642 #: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3292
23643 msgid ""
23644 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
23645 "undefined results for other partition table types (see "
23646 "L</part-get-parttype>)."
23647 msgstr ""
23648
23649 #. type: =head2
23650 #: ../fish/guestfish-actions.pod:3158
23651 msgid "part-get-parttype"
23652 msgstr ""
23653
23654 #. type: verbatim
23655 #: ../fish/guestfish-actions.pod:3160
23656 #, no-wrap
23657 msgid ""
23658 " part-get-parttype device\n"
23659 "\n"
23660 msgstr ""
23661
23662 #. type: textblock
23663 #: ../fish/guestfish-actions.pod:3165
23664 msgid ""
23665 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
23666 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
23667 "possible, although unusual.  See L</part-init> for a full list."
23668 msgstr ""
23669
23670 #. type: =head2
23671 #: ../fish/guestfish-actions.pod:3170
23672 msgid "part-init"
23673 msgstr ""
23674
23675 #. type: verbatim
23676 #: ../fish/guestfish-actions.pod:3172
23677 #, no-wrap
23678 msgid ""
23679 " part-init device parttype\n"
23680 "\n"
23681 msgstr ""
23682
23683 #. type: textblock
23684 #: ../fish/guestfish-actions.pod:3178
23685 msgid ""
23686 "Initially there are no partitions.  Following this, you should call "
23687 "L</part-add> for each partition required."
23688 msgstr ""
23689
23690 #. type: =head2
23691 #: ../fish/guestfish-actions.pod:3241
23692 msgid "part-list"
23693 msgstr ""
23694
23695 #. type: verbatim
23696 #: ../fish/guestfish-actions.pod:3243
23697 #, no-wrap
23698 msgid ""
23699 " part-list device\n"
23700 "\n"
23701 msgstr ""
23702
23703 #. type: textblock
23704 #: ../fish/guestfish-actions.pod:3258
23705 msgid ""
23706 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
23707 "the device's sector size, see L</blockdev-getss>."
23708 msgstr ""
23709
23710 #. type: =head2
23711 #: ../fish/guestfish-actions.pod:3271
23712 msgid "part-set-bootable"
23713 msgstr ""
23714
23715 #. type: verbatim
23716 #: ../fish/guestfish-actions.pod:3273
23717 #, no-wrap
23718 msgid ""
23719 " part-set-bootable device partnum true|false\n"
23720 "\n"
23721 msgstr ""
23722
23723 #. type: =head2
23724 #: ../fish/guestfish-actions.pod:3282
23725 msgid "part-set-mbr-id"
23726 msgstr ""
23727
23728 #. type: verbatim
23729 #: ../fish/guestfish-actions.pod:3284
23730 #, no-wrap
23731 msgid ""
23732 " part-set-mbr-id device partnum idbyte\n"
23733 "\n"
23734 msgstr ""
23735
23736 #. type: =head2
23737 #: ../fish/guestfish-actions.pod:3296
23738 msgid "part-set-name"
23739 msgstr ""
23740
23741 #. type: verbatim
23742 #: ../fish/guestfish-actions.pod:3298
23743 #, no-wrap
23744 msgid ""
23745 " part-set-name device partnum name\n"
23746 "\n"
23747 msgstr ""
23748
23749 #. type: =head2
23750 #: ../fish/guestfish-actions.pod:3306
23751 msgid "part-to-dev"
23752 msgstr ""
23753
23754 #. type: verbatim
23755 #: ../fish/guestfish-actions.pod:3308
23756 #, no-wrap
23757 msgid ""
23758 " part-to-dev partition\n"
23759 "\n"
23760 msgstr ""
23761
23762 #. type: textblock
23763 #: ../fish/guestfish-actions.pod:3314
23764 msgid ""
23765 "The named partition must exist, for example as a string returned from "
23766 "L</list-partitions>."
23767 msgstr ""
23768
23769 #. type: =head2
23770 #: ../fish/guestfish-actions.pod:3317
23771 msgid "ping-daemon"
23772 msgstr ""
23773
23774 #. type: verbatim
23775 #: ../fish/guestfish-actions.pod:3319
23776 #, no-wrap
23777 msgid ""
23778 " ping-daemon\n"
23779 "\n"
23780 msgstr ""
23781
23782 #. type: =head2
23783 #: ../fish/guestfish-actions.pod:3326
23784 msgid "pread"
23785 msgstr ""
23786
23787 #. type: verbatim
23788 #: ../fish/guestfish-actions.pod:3328
23789 #, no-wrap
23790 msgid ""
23791 " pread path count offset\n"
23792 "\n"
23793 msgstr ""
23794
23795 #. type: textblock
23796 #: ../fish/guestfish-actions.pod:3336
23797 msgid "See also L</pwrite>, L</pread-device>."
23798 msgstr ""
23799
23800 #. type: =head2
23801 #: ../fish/guestfish-actions.pod:3341
23802 msgid "pread-device"
23803 msgstr ""
23804
23805 #. type: verbatim
23806 #: ../fish/guestfish-actions.pod:3343
23807 #, no-wrap
23808 msgid ""
23809 " pread-device device count offset\n"
23810 "\n"
23811 msgstr ""
23812
23813 #. type: textblock
23814 #: ../fish/guestfish-actions.pod:3351
23815 msgid "See also L</pread>."
23816 msgstr ""
23817
23818 #. type: =head2
23819 #: ../fish/guestfish-actions.pod:3356
23820 msgid "pvcreate"
23821 msgstr ""
23822
23823 #. type: verbatim
23824 #: ../fish/guestfish-actions.pod:3358
23825 #, no-wrap
23826 msgid ""
23827 " pvcreate device\n"
23828 "\n"
23829 msgstr ""
23830
23831 #. type: =head2
23832 #: ../fish/guestfish-actions.pod:3364
23833 msgid "pvremove"
23834 msgstr ""
23835
23836 #. type: verbatim
23837 #: ../fish/guestfish-actions.pod:3366
23838 #, no-wrap
23839 msgid ""
23840 " pvremove device\n"
23841 "\n"
23842 msgstr ""
23843
23844 #. type: =head2
23845 #: ../fish/guestfish-actions.pod:3375
23846 msgid "pvresize"
23847 msgstr ""
23848
23849 #. type: verbatim
23850 #: ../fish/guestfish-actions.pod:3377
23851 #, no-wrap
23852 msgid ""
23853 " pvresize device\n"
23854 "\n"
23855 msgstr ""
23856
23857 #. type: =head2
23858 #: ../fish/guestfish-actions.pod:3382
23859 msgid "pvresize-size"
23860 msgstr ""
23861
23862 #. type: verbatim
23863 #: ../fish/guestfish-actions.pod:3384
23864 #, no-wrap
23865 msgid ""
23866 " pvresize-size device size\n"
23867 "\n"
23868 msgstr ""
23869
23870 #. type: textblock
23871 #: ../fish/guestfish-actions.pod:3386
23872 msgid ""
23873 "This command is the same as L</pvresize> except that it allows you to "
23874 "specify the new size (in bytes) explicitly."
23875 msgstr ""
23876
23877 #. type: =head2
23878 #: ../fish/guestfish-actions.pod:3389
23879 msgid "pvs"
23880 msgstr ""
23881
23882 #. type: verbatim
23883 #: ../fish/guestfish-actions.pod:3391
23884 #, no-wrap
23885 msgid ""
23886 " pvs\n"
23887 "\n"
23888 msgstr ""
23889
23890 #. type: textblock
23891 #: ../fish/guestfish-actions.pod:3399
23892 msgid "See also L</pvs-full>."
23893 msgstr ""
23894
23895 #. type: =head2
23896 #: ../fish/guestfish-actions.pod:3401
23897 msgid "pvs-full"
23898 msgstr ""
23899
23900 #. type: verbatim
23901 #: ../fish/guestfish-actions.pod:3403
23902 #, no-wrap
23903 msgid ""
23904 " pvs-full\n"
23905 "\n"
23906 msgstr ""
23907
23908 #. type: =head2
23909 #: ../fish/guestfish-actions.pod:3408
23910 msgid "pvuuid"
23911 msgstr ""
23912
23913 #. type: verbatim
23914 #: ../fish/guestfish-actions.pod:3410
23915 #, no-wrap
23916 msgid ""
23917 " pvuuid device\n"
23918 "\n"
23919 msgstr ""
23920
23921 #. type: =head2
23922 #: ../fish/guestfish-actions.pod:3414
23923 msgid "pwrite"
23924 msgstr ""
23925
23926 #. type: verbatim
23927 #: ../fish/guestfish-actions.pod:3416
23928 #, no-wrap
23929 msgid ""
23930 " pwrite path content offset\n"
23931 "\n"
23932 msgstr ""
23933
23934 #. type: textblock
23935 #: ../fish/guestfish-actions.pod:3427
23936 msgid "See also L</pread>, L</pwrite-device>."
23937 msgstr ""
23938
23939 #. type: =head2
23940 #: ../fish/guestfish-actions.pod:3432
23941 msgid "pwrite-device"
23942 msgstr ""
23943
23944 #. type: verbatim
23945 #: ../fish/guestfish-actions.pod:3434
23946 #, no-wrap
23947 msgid ""
23948 " pwrite-device device content offset\n"
23949 "\n"
23950 msgstr ""
23951
23952 #. type: textblock
23953 #: ../fish/guestfish-actions.pod:3444
23954 msgid "See also L</pwrite>."
23955 msgstr ""
23956
23957 #. type: =head2
23958 #: ../fish/guestfish-actions.pod:3449
23959 msgid "read-file"
23960 msgstr ""
23961
23962 #. type: verbatim
23963 #: ../fish/guestfish-actions.pod:3451
23964 #, no-wrap
23965 msgid ""
23966 " read-file path\n"
23967 "\n"
23968 msgstr ""
23969
23970 #. type: textblock
23971 #: ../fish/guestfish-actions.pod:3456
23972 msgid ""
23973 "Unlike L</cat>, this function can correctly handle files that contain "
23974 "embedded ASCII NUL characters.  However unlike L</download>, this function "
23975 "is limited in the total size of file that can be handled."
23976 msgstr ""
23977
23978 #. type: =head2
23979 #: ../fish/guestfish-actions.pod:3464
23980 msgid "read-lines"
23981 msgstr ""
23982
23983 #. type: verbatim
23984 #: ../fish/guestfish-actions.pod:3466
23985 #, no-wrap
23986 msgid ""
23987 " read-lines path\n"
23988 "\n"
23989 msgstr ""
23990
23991 #. type: textblock
23992 #: ../fish/guestfish-actions.pod:3473
23993 msgid ""
23994 "Note that this function cannot correctly handle binary files (specifically, "
23995 "files containing C<\\0> character which is treated as end of line).  For "
23996 "those you need to use the L</read-file> function which has a more complex "
23997 "interface."
23998 msgstr ""
23999
24000 #. type: =head2
24001 #: ../fish/guestfish-actions.pod:3478
24002 msgid "readdir"
24003 msgstr ""
24004
24005 #. type: verbatim
24006 #: ../fish/guestfish-actions.pod:3480
24007 #, no-wrap
24008 msgid ""
24009 " readdir dir\n"
24010 "\n"
24011 msgstr ""
24012
24013 #. type: textblock
24014 #: ../fish/guestfish-actions.pod:3532
24015 msgid ""
24016 "This function is primarily intended for use by programs.  To get a simple "
24017 "list of names, use L</ls>.  To get a printable directory for human "
24018 "consumption, use L</ll>."
24019 msgstr ""
24020
24021 #. type: =head2
24022 #: ../fish/guestfish-actions.pod:3536
24023 msgid "readlink"
24024 msgstr ""
24025
24026 #. type: verbatim
24027 #: ../fish/guestfish-actions.pod:3538
24028 #, no-wrap
24029 msgid ""
24030 " readlink path\n"
24031 "\n"
24032 msgstr ""
24033
24034 #. type: =head2
24035 #: ../fish/guestfish-actions.pod:3542
24036 msgid "readlinklist"
24037 msgstr ""
24038
24039 #. type: verbatim
24040 #: ../fish/guestfish-actions.pod:3544
24041 #, no-wrap
24042 msgid ""
24043 " readlinklist path 'names ...'\n"
24044 "\n"
24045 msgstr ""
24046
24047 #. type: =head2
24048 #: ../fish/guestfish-actions.pod:3568
24049 msgid "realpath"
24050 msgstr ""
24051
24052 #. type: verbatim
24053 #: ../fish/guestfish-actions.pod:3570
24054 #, no-wrap
24055 msgid ""
24056 " realpath path\n"
24057 "\n"
24058 msgstr ""
24059
24060 #. type: =head2
24061 #: ../fish/guestfish-actions.pod:3575
24062 msgid "removexattr"
24063 msgstr ""
24064
24065 #. type: verbatim
24066 #: ../fish/guestfish-actions.pod:3577
24067 #, no-wrap
24068 msgid ""
24069 " removexattr xattr path\n"
24070 "\n"
24071 msgstr ""
24072
24073 #. type: textblock
24074 #: ../fish/guestfish-actions.pod:3582
24075 msgid "See also: L</lremovexattr>, L<attr(5)>."
24076 msgstr ""
24077
24078 #. type: =head2
24079 #: ../fish/guestfish-actions.pod:3584
24080 msgid "resize2fs"
24081 msgstr ""
24082
24083 #. type: verbatim
24084 #: ../fish/guestfish-actions.pod:3586
24085 #, no-wrap
24086 msgid ""
24087 " resize2fs device\n"
24088 "\n"
24089 msgstr ""
24090
24091 #. type: textblock
24092 #: ../fish/guestfish-actions.pod:3591
24093 msgid ""
24094 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24095 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24096 "gives an error about this and sometimes not.  In any case, it is always safe "
24097 "to call L</e2fsck-f> before calling this function."
24098 msgstr ""
24099
24100 #. type: =head2
24101 #: ../fish/guestfish-actions.pod:3597
24102 msgid "resize2fs-size"
24103 msgstr ""
24104
24105 #. type: verbatim
24106 #: ../fish/guestfish-actions.pod:3599
24107 #, no-wrap
24108 msgid ""
24109 " resize2fs-size device size\n"
24110 "\n"
24111 msgstr ""
24112
24113 #. type: textblock
24114 #: ../fish/guestfish-actions.pod:3601
24115 msgid ""
24116 "This command is the same as L</resize2fs> except that it allows you to "
24117 "specify the new size (in bytes) explicitly."
24118 msgstr ""
24119
24120 #. type: =head2
24121 #: ../fish/guestfish-actions.pod:3604
24122 msgid "rm"
24123 msgstr ""
24124
24125 #. type: verbatim
24126 #: ../fish/guestfish-actions.pod:3606
24127 #, no-wrap
24128 msgid ""
24129 " rm path\n"
24130 "\n"
24131 msgstr ""
24132
24133 #. type: =head2
24134 #: ../fish/guestfish-actions.pod:3610
24135 msgid "rm-rf"
24136 msgstr ""
24137
24138 #. type: verbatim
24139 #: ../fish/guestfish-actions.pod:3612
24140 #, no-wrap
24141 msgid ""
24142 " rm-rf path\n"
24143 "\n"
24144 msgstr ""
24145
24146 #. type: =head2
24147 #: ../fish/guestfish-actions.pod:3618
24148 msgid "rmdir"
24149 msgstr ""
24150
24151 #. type: verbatim
24152 #: ../fish/guestfish-actions.pod:3620
24153 #, no-wrap
24154 msgid ""
24155 " rmdir path\n"
24156 "\n"
24157 msgstr ""
24158
24159 #. type: =head2
24160 #: ../fish/guestfish-actions.pod:3624
24161 msgid "rmmountpoint"
24162 msgstr ""
24163
24164 #. type: verbatim
24165 #: ../fish/guestfish-actions.pod:3626
24166 #, no-wrap
24167 msgid ""
24168 " rmmountpoint exemptpath\n"
24169 "\n"
24170 msgstr ""
24171
24172 #. type: textblock
24173 #: ../fish/guestfish-actions.pod:3628
24174 msgid ""
24175 "This calls removes a mountpoint that was previously created with "
24176 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24177 msgstr ""
24178
24179 #. type: =head2
24180 #: ../fish/guestfish-actions.pod:3632
24181 msgid "scrub-device"
24182 msgstr ""
24183
24184 #. type: verbatim
24185 #: ../fish/guestfish-actions.pod:3634
24186 #, no-wrap
24187 msgid ""
24188 " scrub-device device\n"
24189 "\n"
24190 msgstr ""
24191
24192 #. type: =head2
24193 #: ../fish/guestfish-actions.pod:3645
24194 msgid "scrub-file"
24195 msgstr ""
24196
24197 #. type: verbatim
24198 #: ../fish/guestfish-actions.pod:3647
24199 #, no-wrap
24200 msgid ""
24201 " scrub-file file\n"
24202 "\n"
24203 msgstr ""
24204
24205 #. type: =head2
24206 #: ../fish/guestfish-actions.pod:3657
24207 msgid "scrub-freespace"
24208 msgstr ""
24209
24210 #. type: verbatim
24211 #: ../fish/guestfish-actions.pod:3659
24212 #, no-wrap
24213 msgid ""
24214 " scrub-freespace dir\n"
24215 "\n"
24216 msgstr ""
24217
24218 #. type: textblock
24219 #: ../fish/guestfish-actions.pod:3661
24220 msgid ""
24221 "This command creates the directory C<dir> and then fills it with files until "
24222 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24223 "deletes them.  The intention is to scrub any free space on the partition "
24224 "containing C<dir>."
24225 msgstr ""
24226
24227 #. type: =head2
24228 #: ../fish/guestfish-actions.pod:3670
24229 msgid "set-append"
24230 msgstr ""
24231
24232 #. type: =head2
24233 #: ../fish/guestfish-actions.pod:3672
24234 msgid "append"
24235 msgstr ""
24236
24237 #. type: verbatim
24238 #: ../fish/guestfish-actions.pod:3674
24239 #, no-wrap
24240 msgid ""
24241 " set-append append\n"
24242 "\n"
24243 msgstr ""
24244
24245 #. type: =head2
24246 #: ../fish/guestfish-actions.pod:3685
24247 msgid "set-autosync"
24248 msgstr ""
24249
24250 #. type: =head2
24251 #: ../fish/guestfish-actions.pod:3687
24252 msgid "autosync"
24253 msgstr ""
24254
24255 #. type: verbatim
24256 #: ../fish/guestfish-actions.pod:3689
24257 #, no-wrap
24258 msgid ""
24259 " set-autosync true|false\n"
24260 "\n"
24261 msgstr ""
24262
24263 #. type: textblock
24264 #: ../fish/guestfish-actions.pod:3691
24265 msgid ""
24266 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
24267 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
24268 "closed (also if the program exits without closing handles)."
24269 msgstr ""
24270
24271 #. type: =head2
24272 #: ../fish/guestfish-actions.pod:3699
24273 msgid "set-direct"
24274 msgstr ""
24275
24276 #. type: =head2
24277 #: ../fish/guestfish-actions.pod:3701
24278 msgid "direct"
24279 msgstr ""
24280
24281 #. type: verbatim
24282 #: ../fish/guestfish-actions.pod:3703
24283 #, no-wrap
24284 msgid ""
24285 " set-direct true|false\n"
24286 "\n"
24287 msgstr ""
24288
24289 #. type: textblock
24290 #: ../fish/guestfish-actions.pod:3709
24291 msgid ""
24292 "One consequence of this is that log messages aren't caught by the library "
24293 "and handled by L</set-log-message-callback>, but go straight to stdout."
24294 msgstr ""
24295
24296 #. type: =head2
24297 #: ../fish/guestfish-actions.pod:3718
24298 msgid "set-e2label"
24299 msgstr ""
24300
24301 #. type: verbatim
24302 #: ../fish/guestfish-actions.pod:3720
24303 #, no-wrap
24304 msgid ""
24305 " set-e2label device label\n"
24306 "\n"
24307 msgstr ""
24308
24309 #. type: textblock
24310 #: ../fish/guestfish-actions.pod:3726
24311 msgid ""
24312 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24313 "label on a filesystem."
24314 msgstr ""
24315
24316 #. type: =head2
24317 #: ../fish/guestfish-actions.pod:3729
24318 msgid "set-e2uuid"
24319 msgstr ""
24320
24321 #. type: verbatim
24322 #: ../fish/guestfish-actions.pod:3731
24323 #, no-wrap
24324 msgid ""
24325 " set-e2uuid device uuid\n"
24326 "\n"
24327 msgstr ""
24328
24329 #. type: textblock
24330 #: ../fish/guestfish-actions.pod:3738
24331 msgid ""
24332 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24333 "UUID of a filesystem."
24334 msgstr ""
24335
24336 #. type: =head2
24337 #: ../fish/guestfish-actions.pod:3741
24338 msgid "set-memsize"
24339 msgstr ""
24340
24341 #. type: =head2
24342 #: ../fish/guestfish-actions.pod:3743
24343 msgid "memsize"
24344 msgstr ""
24345
24346 #. type: verbatim
24347 #: ../fish/guestfish-actions.pod:3745
24348 #, no-wrap
24349 msgid ""
24350 " set-memsize memsize\n"
24351 "\n"
24352 msgstr ""
24353
24354 #. type: textblock
24355 #: ../fish/guestfish-actions.pod:3747
24356 msgid ""
24357 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24358 "This only has any effect if called before L</launch>."
24359 msgstr ""
24360
24361 #. type: =head2
24362 #: ../fish/guestfish-actions.pod:3758
24363 msgid "set-network"
24364 msgstr ""
24365
24366 #. type: =head2
24367 #: ../fish/guestfish-actions.pod:3760
24368 msgid "network"
24369 msgstr ""
24370
24371 #. type: verbatim
24372 #: ../fish/guestfish-actions.pod:3762
24373 #, no-wrap
24374 msgid ""
24375 " set-network true|false\n"
24376 "\n"
24377 msgstr ""
24378
24379 #. type: textblock
24380 #: ../fish/guestfish-actions.pod:3770
24381 msgid "You must call this before calling L</launch>, otherwise it has no effect."
24382 msgstr ""
24383
24384 #. type: =head2
24385 #: ../fish/guestfish-actions.pod:3773
24386 msgid "set-path"
24387 msgstr ""
24388
24389 #. type: =head2
24390 #: ../fish/guestfish-actions.pod:3775
24391 msgid "path"
24392 msgstr ""
24393
24394 #. type: verbatim
24395 #: ../fish/guestfish-actions.pod:3777
24396 #, no-wrap
24397 msgid ""
24398 " set-path searchpath\n"
24399 "\n"
24400 msgstr ""
24401
24402 #. type: =head2
24403 #: ../fish/guestfish-actions.pod:3786
24404 msgid "set-qemu"
24405 msgstr ""
24406
24407 #. type: =head2
24408 #: ../fish/guestfish-actions.pod:3788
24409 msgid "qemu"
24410 msgstr ""
24411
24412 #. type: verbatim
24413 #: ../fish/guestfish-actions.pod:3790
24414 #, no-wrap
24415 msgid ""
24416 " set-qemu qemu\n"
24417 "\n"
24418 msgstr ""
24419
24420 #. type: =head2
24421 #: ../fish/guestfish-actions.pod:3810
24422 msgid "set-recovery-proc"
24423 msgstr ""
24424
24425 #. type: =head2
24426 #: ../fish/guestfish-actions.pod:3812
24427 msgid "recovery-proc"
24428 msgstr ""
24429
24430 #. type: verbatim
24431 #: ../fish/guestfish-actions.pod:3814
24432 #, no-wrap
24433 msgid ""
24434 " set-recovery-proc true|false\n"
24435 "\n"
24436 msgstr ""
24437
24438 #. type: textblock
24439 #: ../fish/guestfish-actions.pod:3816
24440 msgid ""
24441 "If this is called with the parameter C<false> then L</launch> does not "
24442 "create a recovery process.  The purpose of the recovery process is to stop "
24443 "runaway qemu processes in the case where the main program aborts abruptly."
24444 msgstr ""
24445
24446 #. type: textblock
24447 #: ../fish/guestfish-actions.pod:3821
24448 msgid ""
24449 "This only has any effect if called before L</launch>, and the default is "
24450 "true."
24451 msgstr ""
24452
24453 #. type: =head2
24454 #: ../fish/guestfish-actions.pod:3830
24455 msgid "set-selinux"
24456 msgstr ""
24457
24458 #. type: =head2
24459 #: ../fish/guestfish-actions.pod:3832
24460 msgid "selinux"
24461 msgstr ""
24462
24463 #. type: verbatim
24464 #: ../fish/guestfish-actions.pod:3834
24465 #, no-wrap
24466 msgid ""
24467 " set-selinux true|false\n"
24468 "\n"
24469 msgstr ""
24470
24471 #. type: =head2
24472 #: ../fish/guestfish-actions.pod:3845
24473 msgid "set-trace"
24474 msgstr ""
24475
24476 #. type: =head2
24477 #: ../fish/guestfish-actions.pod:3847
24478 msgid "trace"
24479 msgstr ""
24480
24481 #. type: verbatim
24482 #: ../fish/guestfish-actions.pod:3849
24483 #, no-wrap
24484 msgid ""
24485 " set-trace true|false\n"
24486 "\n"
24487 msgstr ""
24488
24489 #. type: =head2
24490 #: ../fish/guestfish-actions.pod:3865
24491 msgid "set-verbose"
24492 msgstr ""
24493
24494 #. type: =head2
24495 #: ../fish/guestfish-actions.pod:3867
24496 msgid "verbose"
24497 msgstr ""
24498
24499 #. type: verbatim
24500 #: ../fish/guestfish-actions.pod:3869
24501 #, no-wrap
24502 msgid ""
24503 " set-verbose true|false\n"
24504 "\n"
24505 msgstr ""
24506
24507 #. type: =head2
24508 #: ../fish/guestfish-actions.pod:3876
24509 msgid "setcon"
24510 msgstr ""
24511
24512 #. type: verbatim
24513 #: ../fish/guestfish-actions.pod:3878
24514 #, no-wrap
24515 msgid ""
24516 " setcon context\n"
24517 "\n"
24518 msgstr ""
24519
24520 #. type: =head2
24521 #: ../fish/guestfish-actions.pod:3885
24522 msgid "setxattr"
24523 msgstr ""
24524
24525 #. type: verbatim
24526 #: ../fish/guestfish-actions.pod:3887
24527 #, no-wrap
24528 msgid ""
24529 " setxattr xattr val vallen path\n"
24530 "\n"
24531 msgstr ""
24532
24533 #. type: textblock
24534 #: ../fish/guestfish-actions.pod:3893
24535 msgid "See also: L</lsetxattr>, L<attr(5)>."
24536 msgstr ""
24537
24538 #. type: =head2
24539 #: ../fish/guestfish-actions.pod:3895
24540 msgid "sfdisk"
24541 msgstr ""
24542
24543 #. type: verbatim
24544 #: ../fish/guestfish-actions.pod:3897
24545 #, no-wrap
24546 msgid ""
24547 " sfdisk device cyls heads sectors 'lines ...'\n"
24548 "\n"
24549 msgstr ""
24550
24551 #. type: textblock
24552 #: ../fish/guestfish-actions.pod:3919
24553 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
24554 msgstr ""
24555
24556 #. type: =head2
24557 #: ../fish/guestfish-actions.pod:3925
24558 msgid "sfdiskM"
24559 msgstr ""
24560
24561 #. type: verbatim
24562 #: ../fish/guestfish-actions.pod:3927
24563 #, no-wrap
24564 msgid ""
24565 " sfdiskM device 'lines ...'\n"
24566 "\n"
24567 msgstr ""
24568
24569 #. type: textblock
24570 #: ../fish/guestfish-actions.pod:3929
24571 msgid ""
24572 "This is a simplified interface to the L</sfdisk> command, where partition "
24573 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
24574 "you don't need to specify the cyls, heads and sectors parameters which were "
24575 "rarely if ever used anyway."
24576 msgstr ""
24577
24578 #. type: textblock
24579 #: ../fish/guestfish-actions.pod:3935
24580 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
24581 msgstr ""
24582
24583 #. type: =head2
24584 #: ../fish/guestfish-actions.pod:3941
24585 msgid "sfdisk-N"
24586 msgstr ""
24587
24588 #. type: verbatim
24589 #: ../fish/guestfish-actions.pod:3943
24590 #, no-wrap
24591 msgid ""
24592 " sfdisk-N device partnum cyls heads sectors line\n"
24593 "\n"
24594 msgstr ""
24595
24596 #. type: textblock
24597 #: ../fish/guestfish-actions.pod:3948
24598 msgid ""
24599 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
24600 "cyls/heads/sectors parameters."
24601 msgstr ""
24602
24603 #. type: textblock
24604 #: ../fish/guestfish-actions.pod:3951
24605 msgid "See also: L</part-add>"
24606 msgstr ""
24607
24608 #. type: =head2
24609 #: ../fish/guestfish-actions.pod:3956
24610 msgid "sfdisk-disk-geometry"
24611 msgstr ""
24612
24613 #. type: verbatim
24614 #: ../fish/guestfish-actions.pod:3958
24615 #, no-wrap
24616 msgid ""
24617 " sfdisk-disk-geometry device\n"
24618 "\n"
24619 msgstr ""
24620
24621 #. type: textblock
24622 #: ../fish/guestfish-actions.pod:3960
24623 msgid ""
24624 "This displays the disk geometry of C<device> read from the partition table.  "
24625 "Especially in the case where the underlying block device has been resized, "
24626 "this can be different from the kernel's idea of the geometry (see "
24627 "L</sfdisk-kernel-geometry>)."
24628 msgstr ""
24629
24630 #. type: =head2
24631 #: ../fish/guestfish-actions.pod:3968
24632 msgid "sfdisk-kernel-geometry"
24633 msgstr ""
24634
24635 #. type: verbatim
24636 #: ../fish/guestfish-actions.pod:3970
24637 #, no-wrap
24638 msgid ""
24639 " sfdisk-kernel-geometry device\n"
24640 "\n"
24641 msgstr ""
24642
24643 #. type: =head2
24644 #: ../fish/guestfish-actions.pod:3977
24645 msgid "sfdisk-l"
24646 msgstr ""
24647
24648 #. type: verbatim
24649 #: ../fish/guestfish-actions.pod:3979
24650 #, no-wrap
24651 msgid ""
24652 " sfdisk-l device\n"
24653 "\n"
24654 msgstr ""
24655
24656 #. type: textblock
24657 #: ../fish/guestfish-actions.pod:3985
24658 msgid "See also: L</part-list>"
24659 msgstr ""
24660
24661 #. type: =head2
24662 #: ../fish/guestfish-actions.pod:3987
24663 msgid "sh"
24664 msgstr ""
24665
24666 #. type: verbatim
24667 #: ../fish/guestfish-actions.pod:3989
24668 #, no-wrap
24669 msgid ""
24670 " sh command\n"
24671 "\n"
24672 msgstr ""
24673
24674 #. type: textblock
24675 #: ../fish/guestfish-actions.pod:3994
24676 msgid "This is like L</command>, but passes the command to:"
24677 msgstr ""
24678
24679 #. type: textblock
24680 #: ../fish/guestfish-actions.pod:4002
24681 msgid "All the provisos about L</command> apply to this call."
24682 msgstr ""
24683
24684 #. type: =head2
24685 #: ../fish/guestfish-actions.pod:4004
24686 msgid "sh-lines"
24687 msgstr ""
24688
24689 #. type: verbatim
24690 #: ../fish/guestfish-actions.pod:4006
24691 #, no-wrap
24692 msgid ""
24693 " sh-lines command\n"
24694 "\n"
24695 msgstr ""
24696
24697 #. type: textblock
24698 #: ../fish/guestfish-actions.pod:4008
24699 msgid "This is the same as L</sh>, but splits the result into a list of lines."
24700 msgstr ""
24701
24702 #. type: textblock
24703 #: ../fish/guestfish-actions.pod:4011
24704 msgid "See also: L</command-lines>"
24705 msgstr ""
24706
24707 #. type: =head2
24708 #: ../fish/guestfish-actions.pod:4013
24709 msgid "sleep"
24710 msgstr ""
24711
24712 #. type: verbatim
24713 #: ../fish/guestfish-actions.pod:4015
24714 #, no-wrap
24715 msgid ""
24716 " sleep secs\n"
24717 "\n"
24718 msgstr ""
24719
24720 #. type: =head2
24721 #: ../fish/guestfish-actions.pod:4019
24722 msgid "stat"
24723 msgstr ""
24724
24725 #. type: verbatim
24726 #: ../fish/guestfish-actions.pod:4021
24727 #, no-wrap
24728 msgid ""
24729 " stat path\n"
24730 "\n"
24731 msgstr ""
24732
24733 #. type: =head2
24734 #: ../fish/guestfish-actions.pod:4027
24735 msgid "statvfs"
24736 msgstr ""
24737
24738 #. type: verbatim
24739 #: ../fish/guestfish-actions.pod:4029
24740 #, no-wrap
24741 msgid ""
24742 " statvfs path\n"
24743 "\n"
24744 msgstr ""
24745
24746 #. type: =head2
24747 #: ../fish/guestfish-actions.pod:4037
24748 msgid "strings"
24749 msgstr ""
24750
24751 #. type: verbatim
24752 #: ../fish/guestfish-actions.pod:4039
24753 #, no-wrap
24754 msgid ""
24755 " strings path\n"
24756 "\n"
24757 msgstr ""
24758
24759 #. type: =head2
24760 #: ../fish/guestfish-actions.pod:4047
24761 msgid "strings-e"
24762 msgstr ""
24763
24764 #. type: verbatim
24765 #: ../fish/guestfish-actions.pod:4049
24766 #, no-wrap
24767 msgid ""
24768 " strings-e encoding path\n"
24769 "\n"
24770 msgstr ""
24771
24772 #. type: textblock
24773 #: ../fish/guestfish-actions.pod:4051
24774 msgid ""
24775 "This is like the L</strings> command, but allows you to specify the encoding "
24776 "of strings that are looked for in the source file C<path>."
24777 msgstr ""
24778
24779 #. type: textblock
24780 #: ../fish/guestfish-actions.pod:4061
24781 msgid ""
24782 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
24783 "ISO-8859-X (this is what L</strings> uses)."
24784 msgstr ""
24785
24786 #. type: =head2
24787 #: ../fish/guestfish-actions.pod:4093
24788 msgid "swapoff-device"
24789 msgstr ""
24790
24791 #. type: verbatim
24792 #: ../fish/guestfish-actions.pod:4095
24793 #, no-wrap
24794 msgid ""
24795 " swapoff-device device\n"
24796 "\n"
24797 msgstr ""
24798
24799 #. type: textblock
24800 #: ../fish/guestfish-actions.pod:4097
24801 msgid ""
24802 "This command disables the libguestfs appliance swap device or partition "
24803 "named C<device>.  See L</swapon-device>."
24804 msgstr ""
24805
24806 #. type: =head2
24807 #: ../fish/guestfish-actions.pod:4101
24808 msgid "swapoff-file"
24809 msgstr ""
24810
24811 #. type: verbatim
24812 #: ../fish/guestfish-actions.pod:4103
24813 #, no-wrap
24814 msgid ""
24815 " swapoff-file file\n"
24816 "\n"
24817 msgstr ""
24818
24819 #. type: =head2
24820 #: ../fish/guestfish-actions.pod:4107
24821 msgid "swapoff-label"
24822 msgstr ""
24823
24824 #. type: verbatim
24825 #: ../fish/guestfish-actions.pod:4109
24826 #, no-wrap
24827 msgid ""
24828 " swapoff-label label\n"
24829 "\n"
24830 msgstr ""
24831
24832 #. type: =head2
24833 #: ../fish/guestfish-actions.pod:4114
24834 msgid "swapoff-uuid"
24835 msgstr ""
24836
24837 #. type: verbatim
24838 #: ../fish/guestfish-actions.pod:4116
24839 #, no-wrap
24840 msgid ""
24841 " swapoff-uuid uuid\n"
24842 "\n"
24843 msgstr ""
24844
24845 #. type: =head2
24846 #: ../fish/guestfish-actions.pod:4121
24847 msgid "swapon-device"
24848 msgstr ""
24849
24850 #. type: verbatim
24851 #: ../fish/guestfish-actions.pod:4123
24852 #, no-wrap
24853 msgid ""
24854 " swapon-device device\n"
24855 "\n"
24856 msgstr ""
24857
24858 #. type: textblock
24859 #: ../fish/guestfish-actions.pod:4125
24860 msgid ""
24861 "This command enables the libguestfs appliance to use the swap device or "
24862 "partition named C<device>.  The increased memory is made available for all "
24863 "commands, for example those run using L</command> or L</sh>."
24864 msgstr ""
24865
24866 #. type: =head2
24867 #: ../fish/guestfish-actions.pod:4137
24868 msgid "swapon-file"
24869 msgstr ""
24870
24871 #. type: verbatim
24872 #: ../fish/guestfish-actions.pod:4139
24873 #, no-wrap
24874 msgid ""
24875 " swapon-file file\n"
24876 "\n"
24877 msgstr ""
24878
24879 #. type: textblock
24880 #: ../fish/guestfish-actions.pod:4141
24881 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
24882 msgstr ""
24883
24884 #. type: =head2
24885 #: ../fish/guestfish-actions.pod:4144
24886 msgid "swapon-label"
24887 msgstr ""
24888
24889 #. type: verbatim
24890 #: ../fish/guestfish-actions.pod:4146
24891 #, no-wrap
24892 msgid ""
24893 " swapon-label label\n"
24894 "\n"
24895 msgstr ""
24896
24897 #. type: textblock
24898 #: ../fish/guestfish-actions.pod:4148
24899 msgid ""
24900 "This command enables swap to a labeled swap partition.  See "
24901 "L</swapon-device> for other notes."
24902 msgstr ""
24903
24904 #. type: =head2
24905 #: ../fish/guestfish-actions.pod:4151
24906 msgid "swapon-uuid"
24907 msgstr ""
24908
24909 #. type: verbatim
24910 #: ../fish/guestfish-actions.pod:4153
24911 #, no-wrap
24912 msgid ""
24913 " swapon-uuid uuid\n"
24914 "\n"
24915 msgstr ""
24916
24917 #. type: textblock
24918 #: ../fish/guestfish-actions.pod:4155
24919 msgid ""
24920 "This command enables swap to a swap partition with the given UUID.  See "
24921 "L</swapon-device> for other notes."
24922 msgstr ""
24923
24924 #. type: =head2
24925 #: ../fish/guestfish-actions.pod:4158
24926 msgid "sync"
24927 msgstr ""
24928
24929 #. type: verbatim
24930 #: ../fish/guestfish-actions.pod:4160
24931 #, no-wrap
24932 msgid ""
24933 " sync\n"
24934 "\n"
24935 msgstr ""
24936
24937 #. type: =head2
24938 #: ../fish/guestfish-actions.pod:4168
24939 msgid "tail"
24940 msgstr ""
24941
24942 #. type: verbatim
24943 #: ../fish/guestfish-actions.pod:4170
24944 #, no-wrap
24945 msgid ""
24946 " tail path\n"
24947 "\n"
24948 msgstr ""
24949
24950 #. type: =head2
24951 #: ../fish/guestfish-actions.pod:4178
24952 msgid "tail-n"
24953 msgstr ""
24954
24955 #. type: verbatim
24956 #: ../fish/guestfish-actions.pod:4180
24957 #, no-wrap
24958 msgid ""
24959 " tail-n nrlines path\n"
24960 "\n"
24961 msgstr ""
24962
24963 #. type: =head2
24964 #: ../fish/guestfish-actions.pod:4193
24965 msgid "tar-in"
24966 msgstr ""
24967
24968 #. type: verbatim
24969 #: ../fish/guestfish-actions.pod:4195
24970 #, no-wrap
24971 msgid ""
24972 " tar-in (tarfile|-) directory\n"
24973 "\n"
24974 msgstr ""
24975
24976 #. type: textblock
24977 #: ../fish/guestfish-actions.pod:4200
24978 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
24979 msgstr ""
24980
24981 #. type: =head2
24982 #: ../fish/guestfish-actions.pod:4205
24983 msgid "tar-out"
24984 msgstr ""
24985
24986 #. type: verbatim
24987 #: ../fish/guestfish-actions.pod:4207
24988 #, no-wrap
24989 msgid ""
24990 " tar-out directory (tarfile|-)\n"
24991 "\n"
24992 msgstr ""
24993
24994 #. type: textblock
24995 #: ../fish/guestfish-actions.pod:4212
24996 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
24997 msgstr ""
24998
24999 #. type: =head2
25000 #: ../fish/guestfish-actions.pod:4217
25001 msgid "tgz-in"
25002 msgstr ""
25003
25004 #. type: verbatim
25005 #: ../fish/guestfish-actions.pod:4219
25006 #, no-wrap
25007 msgid ""
25008 " tgz-in (tarball|-) directory\n"
25009 "\n"
25010 msgstr ""
25011
25012 #. type: textblock
25013 #: ../fish/guestfish-actions.pod:4224
25014 msgid "To upload an uncompressed tarball, use L</tar-in>."
25015 msgstr ""
25016
25017 #. type: =head2
25018 #: ../fish/guestfish-actions.pod:4228
25019 msgid "tgz-out"
25020 msgstr ""
25021
25022 #. type: verbatim
25023 #: ../fish/guestfish-actions.pod:4230
25024 #, no-wrap
25025 msgid ""
25026 " tgz-out directory (tarball|-)\n"
25027 "\n"
25028 msgstr ""
25029
25030 #. type: textblock
25031 #: ../fish/guestfish-actions.pod:4235
25032 msgid "To download an uncompressed tarball, use L</tar-out>."
25033 msgstr ""
25034
25035 #. type: =head2
25036 #: ../fish/guestfish-actions.pod:4239
25037 msgid "touch"
25038 msgstr ""
25039
25040 #. type: verbatim
25041 #: ../fish/guestfish-actions.pod:4241
25042 #, no-wrap
25043 msgid ""
25044 " touch path\n"
25045 "\n"
25046 msgstr ""
25047
25048 #. type: =head2
25049 #: ../fish/guestfish-actions.pod:4250
25050 msgid "truncate"
25051 msgstr ""
25052
25053 #. type: verbatim
25054 #: ../fish/guestfish-actions.pod:4252
25055 #, no-wrap
25056 msgid ""
25057 " truncate path\n"
25058 "\n"
25059 msgstr ""
25060
25061 #. type: =head2
25062 #: ../fish/guestfish-actions.pod:4257
25063 msgid "truncate-size"
25064 msgstr ""
25065
25066 #. type: verbatim
25067 #: ../fish/guestfish-actions.pod:4259
25068 #, no-wrap
25069 msgid ""
25070 " truncate-size path size\n"
25071 "\n"
25072 msgstr ""
25073
25074 #. type: textblock
25075 #: ../fish/guestfish-actions.pod:4264
25076 msgid ""
25077 "If the current file size is less than C<size> then the file is extended to "
25078 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25079 "blocks are not allocated for the file until you write to it).  To create a "
25080 "non-sparse file of zeroes, use L</fallocate64> instead."
25081 msgstr ""
25082
25083 #. type: =head2
25084 #: ../fish/guestfish-actions.pod:4270
25085 msgid "tune2fs-l"
25086 msgstr ""
25087
25088 #. type: verbatim
25089 #: ../fish/guestfish-actions.pod:4272
25090 #, no-wrap
25091 msgid ""
25092 " tune2fs-l device\n"
25093 "\n"
25094 msgstr ""
25095
25096 #. type: =head2
25097 #: ../fish/guestfish-actions.pod:4282
25098 msgid "txz-in"
25099 msgstr ""
25100
25101 #. type: verbatim
25102 #: ../fish/guestfish-actions.pod:4284
25103 #, no-wrap
25104 msgid ""
25105 " txz-in (tarball|-) directory\n"
25106 "\n"
25107 msgstr ""
25108
25109 #. type: =head2
25110 #: ../fish/guestfish-actions.pod:4291
25111 msgid "txz-out"
25112 msgstr ""
25113
25114 #. type: verbatim
25115 #: ../fish/guestfish-actions.pod:4293
25116 #, no-wrap
25117 msgid ""
25118 " txz-out directory (tarball|-)\n"
25119 "\n"
25120 msgstr ""
25121
25122 #. type: =head2
25123 #: ../fish/guestfish-actions.pod:4300
25124 msgid "umask"
25125 msgstr ""
25126
25127 #. type: verbatim
25128 #: ../fish/guestfish-actions.pod:4302
25129 #, no-wrap
25130 msgid ""
25131 " umask mask\n"
25132 "\n"
25133 msgstr ""
25134
25135 #. type: textblock
25136 #: ../fish/guestfish-actions.pod:4316
25137 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25138 msgstr ""
25139
25140 #. type: =head2
25141 #: ../fish/guestfish-actions.pod:4321
25142 msgid "umount"
25143 msgstr ""
25144
25145 #. type: =head2
25146 #: ../fish/guestfish-actions.pod:4323
25147 msgid "unmount"
25148 msgstr ""
25149
25150 #. type: verbatim
25151 #: ../fish/guestfish-actions.pod:4325
25152 #, no-wrap
25153 msgid ""
25154 " umount pathordevice\n"
25155 "\n"
25156 msgstr ""
25157
25158 #. type: =head2
25159 #: ../fish/guestfish-actions.pod:4331
25160 msgid "umount-all"
25161 msgstr ""
25162
25163 #. type: =head2
25164 #: ../fish/guestfish-actions.pod:4333
25165 msgid "unmount-all"
25166 msgstr ""
25167
25168 #. type: verbatim
25169 #: ../fish/guestfish-actions.pod:4335
25170 #, no-wrap
25171 msgid ""
25172 " umount-all\n"
25173 "\n"
25174 msgstr ""
25175
25176 #. type: =head2
25177 #: ../fish/guestfish-actions.pod:4341
25178 msgid "upload"
25179 msgstr ""
25180
25181 #. type: verbatim
25182 #: ../fish/guestfish-actions.pod:4343
25183 #, no-wrap
25184 msgid ""
25185 " upload (filename|-) remotefilename\n"
25186 "\n"
25187 msgstr ""
25188
25189 #. type: textblock
25190 #: ../fish/guestfish-actions.pod:4350
25191 msgid "See also L</download>."
25192 msgstr ""
25193
25194 #. type: =head2
25195 #: ../fish/guestfish-actions.pod:4354
25196 msgid "upload-offset"
25197 msgstr ""
25198
25199 #. type: verbatim
25200 #: ../fish/guestfish-actions.pod:4356
25201 #, no-wrap
25202 msgid ""
25203 " upload-offset (filename|-) remotefilename offset\n"
25204 "\n"
25205 msgstr ""
25206
25207 #. type: textblock
25208 #: ../fish/guestfish-actions.pod:4368
25209 msgid ""
25210 "Note that there is no limit on the amount of data that can be uploaded with "
25211 "this call, unlike with L</pwrite>, and this call always writes the full "
25212 "amount unless an error occurs."
25213 msgstr ""
25214
25215 #. type: textblock
25216 #: ../fish/guestfish-actions.pod:4373
25217 msgid "See also L</upload>, L</pwrite>."
25218 msgstr ""
25219
25220 #. type: =head2
25221 #: ../fish/guestfish-actions.pod:4377
25222 msgid "utimens"
25223 msgstr ""
25224
25225 #. type: verbatim
25226 #: ../fish/guestfish-actions.pod:4379
25227 #, no-wrap
25228 msgid ""
25229 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25230 "\n"
25231 msgstr ""
25232
25233 #. type: =head2
25234 #: ../fish/guestfish-actions.pod:4398
25235 msgid "version"
25236 msgstr ""
25237
25238 #. type: verbatim
25239 #: ../fish/guestfish-actions.pod:4400
25240 #, no-wrap
25241 msgid ""
25242 " version\n"
25243 "\n"
25244 msgstr ""
25245
25246 #. type: textblock
25247 #: ../fish/guestfish-actions.pod:4427
25248 msgid ""
25249 "I<Note:> Don't use this call to test for availability of features.  In "
25250 "enterprise distributions we backport features from later versions into "
25251 "earlier versions, making this an unreliable way to test for features.  Use "
25252 "L</available> instead."
25253 msgstr ""
25254
25255 #. type: =head2
25256 #: ../fish/guestfish-actions.pod:4433
25257 msgid "vfs-label"
25258 msgstr ""
25259
25260 #. type: verbatim
25261 #: ../fish/guestfish-actions.pod:4435
25262 #, no-wrap
25263 msgid ""
25264 " vfs-label device\n"
25265 "\n"
25266 msgstr ""
25267
25268 #. type: textblock
25269 #: ../fish/guestfish-actions.pod:4442
25270 msgid "To find a filesystem from the label, use L</findfs-label>."
25271 msgstr ""
25272
25273 #. type: =head2
25274 #: ../fish/guestfish-actions.pod:4444
25275 msgid "vfs-type"
25276 msgstr ""
25277
25278 #. type: verbatim
25279 #: ../fish/guestfish-actions.pod:4446
25280 #, no-wrap
25281 msgid ""
25282 " vfs-type device\n"
25283 "\n"
25284 msgstr ""
25285
25286 #. type: =head2
25287 #: ../fish/guestfish-actions.pod:4456
25288 msgid "vfs-uuid"
25289 msgstr ""
25290
25291 #. type: verbatim
25292 #: ../fish/guestfish-actions.pod:4458
25293 #, no-wrap
25294 msgid ""
25295 " vfs-uuid device\n"
25296 "\n"
25297 msgstr ""
25298
25299 #. type: textblock
25300 #: ../fish/guestfish-actions.pod:4465
25301 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25302 msgstr ""
25303
25304 #. type: =head2
25305 #: ../fish/guestfish-actions.pod:4467
25306 msgid "vg-activate"
25307 msgstr ""
25308
25309 #. type: verbatim
25310 #: ../fish/guestfish-actions.pod:4469
25311 #, no-wrap
25312 msgid ""
25313 " vg-activate true|false 'volgroups ...'\n"
25314 "\n"
25315 msgstr ""
25316
25317 #. type: =head2
25318 #: ../fish/guestfish-actions.pod:4482
25319 msgid "vg-activate-all"
25320 msgstr ""
25321
25322 #. type: verbatim
25323 #: ../fish/guestfish-actions.pod:4484
25324 #, no-wrap
25325 msgid ""
25326 " vg-activate-all true|false\n"
25327 "\n"
25328 msgstr ""
25329
25330 #. type: =head2
25331 #: ../fish/guestfish-actions.pod:4494
25332 msgid "vgcreate"
25333 msgstr ""
25334
25335 #. type: verbatim
25336 #: ../fish/guestfish-actions.pod:4496
25337 #, no-wrap
25338 msgid ""
25339 " vgcreate volgroup 'physvols ...'\n"
25340 "\n"
25341 msgstr ""
25342
25343 #. type: =head2
25344 #: ../fish/guestfish-actions.pod:4501
25345 msgid "vglvuuids"
25346 msgstr ""
25347
25348 #. type: verbatim
25349 #: ../fish/guestfish-actions.pod:4503
25350 #, no-wrap
25351 msgid ""
25352 " vglvuuids vgname\n"
25353 "\n"
25354 msgstr ""
25355
25356 #. type: textblock
25357 #: ../fish/guestfish-actions.pod:4508
25358 msgid ""
25359 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25360 "logical volumes and volume groups."
25361 msgstr ""
25362
25363 #. type: textblock
25364 #: ../fish/guestfish-actions.pod:4511
25365 msgid "See also L</vgpvuuids>."
25366 msgstr ""
25367
25368 #. type: =head2
25369 #: ../fish/guestfish-actions.pod:4513
25370 msgid "vgpvuuids"
25371 msgstr ""
25372
25373 #. type: verbatim
25374 #: ../fish/guestfish-actions.pod:4515
25375 #, no-wrap
25376 msgid ""
25377 " vgpvuuids vgname\n"
25378 "\n"
25379 msgstr ""
25380
25381 #. type: textblock
25382 #: ../fish/guestfish-actions.pod:4520
25383 msgid ""
25384 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
25385 "physical volumes and volume groups."
25386 msgstr ""
25387
25388 #. type: textblock
25389 #: ../fish/guestfish-actions.pod:4523
25390 msgid "See also L</vglvuuids>."
25391 msgstr ""
25392
25393 #. type: =head2
25394 #: ../fish/guestfish-actions.pod:4525
25395 msgid "vgremove"
25396 msgstr ""
25397
25398 #. type: verbatim
25399 #: ../fish/guestfish-actions.pod:4527
25400 #, no-wrap
25401 msgid ""
25402 " vgremove vgname\n"
25403 "\n"
25404 msgstr ""
25405
25406 #. type: =head2
25407 #: ../fish/guestfish-actions.pod:4534
25408 msgid "vgrename"
25409 msgstr ""
25410
25411 #. type: verbatim
25412 #: ../fish/guestfish-actions.pod:4536
25413 #, no-wrap
25414 msgid ""
25415 " vgrename volgroup newvolgroup\n"
25416 "\n"
25417 msgstr ""
25418
25419 #. type: =head2
25420 #: ../fish/guestfish-actions.pod:4540
25421 msgid "vgs"
25422 msgstr ""
25423
25424 #. type: verbatim
25425 #: ../fish/guestfish-actions.pod:4542
25426 #, no-wrap
25427 msgid ""
25428 " vgs\n"
25429 "\n"
25430 msgstr ""
25431
25432 #. type: textblock
25433 #: ../fish/guestfish-actions.pod:4550
25434 msgid "See also L</vgs-full>."
25435 msgstr ""
25436
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:4552
25439 msgid "vgs-full"
25440 msgstr ""
25441
25442 #. type: verbatim
25443 #: ../fish/guestfish-actions.pod:4554
25444 #, no-wrap
25445 msgid ""
25446 " vgs-full\n"
25447 "\n"
25448 msgstr ""
25449
25450 #. type: =head2
25451 #: ../fish/guestfish-actions.pod:4559
25452 msgid "vgscan"
25453 msgstr ""
25454
25455 #. type: verbatim
25456 #: ../fish/guestfish-actions.pod:4561
25457 #, no-wrap
25458 msgid ""
25459 " vgscan\n"
25460 "\n"
25461 msgstr ""
25462
25463 #. type: =head2
25464 #: ../fish/guestfish-actions.pod:4566
25465 msgid "vguuid"
25466 msgstr ""
25467
25468 #. type: verbatim
25469 #: ../fish/guestfish-actions.pod:4568
25470 #, no-wrap
25471 msgid ""
25472 " vguuid vgname\n"
25473 "\n"
25474 msgstr ""
25475
25476 #. type: =head2
25477 #: ../fish/guestfish-actions.pod:4572
25478 msgid "wc-c"
25479 msgstr ""
25480
25481 #. type: verbatim
25482 #: ../fish/guestfish-actions.pod:4574
25483 #, no-wrap
25484 msgid ""
25485 " wc-c path\n"
25486 "\n"
25487 msgstr ""
25488
25489 #. type: =head2
25490 #: ../fish/guestfish-actions.pod:4579
25491 msgid "wc-l"
25492 msgstr ""
25493
25494 #. type: verbatim
25495 #: ../fish/guestfish-actions.pod:4581
25496 #, no-wrap
25497 msgid ""
25498 " wc-l path\n"
25499 "\n"
25500 msgstr ""
25501
25502 #. type: =head2
25503 #: ../fish/guestfish-actions.pod:4586
25504 msgid "wc-w"
25505 msgstr ""
25506
25507 #. type: verbatim
25508 #: ../fish/guestfish-actions.pod:4588
25509 #, no-wrap
25510 msgid ""
25511 " wc-w path\n"
25512 "\n"
25513 msgstr ""
25514
25515 #. type: =head2
25516 #: ../fish/guestfish-actions.pod:4593
25517 msgid "write"
25518 msgstr ""
25519
25520 #. type: verbatim
25521 #: ../fish/guestfish-actions.pod:4595
25522 #, no-wrap
25523 msgid ""
25524 " write path content\n"
25525 "\n"
25526 msgstr ""
25527
25528 #. type: =head2
25529 #: ../fish/guestfish-actions.pod:4603
25530 msgid "write-file"
25531 msgstr ""
25532
25533 #. type: verbatim
25534 #: ../fish/guestfish-actions.pod:4605
25535 #, no-wrap
25536 msgid ""
25537 " write-file path content size\n"
25538 "\n"
25539 msgstr ""
25540
25541 #. type: =head2
25542 #: ../fish/guestfish-actions.pod:4628
25543 msgid "zegrep"
25544 msgstr ""
25545
25546 #. type: verbatim
25547 #: ../fish/guestfish-actions.pod:4630
25548 #, no-wrap
25549 msgid ""
25550 " zegrep regex path\n"
25551 "\n"
25552 msgstr ""
25553
25554 #. type: =head2
25555 #: ../fish/guestfish-actions.pod:4638
25556 msgid "zegrepi"
25557 msgstr ""
25558
25559 #. type: verbatim
25560 #: ../fish/guestfish-actions.pod:4640
25561 #, no-wrap
25562 msgid ""
25563 " zegrepi regex path\n"
25564 "\n"
25565 msgstr ""
25566
25567 #. type: =head2
25568 #: ../fish/guestfish-actions.pod:4648
25569 msgid "zero"
25570 msgstr ""
25571
25572 #. type: verbatim
25573 #: ../fish/guestfish-actions.pod:4650
25574 #, no-wrap
25575 msgid ""
25576 " zero device\n"
25577 "\n"
25578 msgstr ""
25579
25580 #. type: textblock
25581 #: ../fish/guestfish-actions.pod:4658
25582 msgid "See also: L</zero-device>, L</scrub-device>."
25583 msgstr ""
25584
25585 #. type: =head2
25586 #: ../fish/guestfish-actions.pod:4660
25587 msgid "zero-device"
25588 msgstr ""
25589
25590 #. type: verbatim
25591 #: ../fish/guestfish-actions.pod:4662
25592 #, no-wrap
25593 msgid ""
25594 " zero-device device\n"
25595 "\n"
25596 msgstr ""
25597
25598 #. type: textblock
25599 #: ../fish/guestfish-actions.pod:4664
25600 msgid ""
25601 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
25602 "which just zeroes the first few blocks of a device."
25603 msgstr ""
25604
25605 #. type: =head2
25606 #: ../fish/guestfish-actions.pod:4671
25607 msgid "zerofree"
25608 msgstr ""
25609
25610 #. type: verbatim
25611 #: ../fish/guestfish-actions.pod:4673
25612 #, no-wrap
25613 msgid ""
25614 " zerofree device\n"
25615 "\n"
25616 msgstr ""
25617
25618 #. type: =head2
25619 #: ../fish/guestfish-actions.pod:4686
25620 msgid "zfgrep"
25621 msgstr ""
25622
25623 #. type: verbatim
25624 #: ../fish/guestfish-actions.pod:4688
25625 #, no-wrap
25626 msgid ""
25627 " zfgrep pattern path\n"
25628 "\n"
25629 msgstr ""
25630
25631 #. type: =head2
25632 #: ../fish/guestfish-actions.pod:4696
25633 msgid "zfgrepi"
25634 msgstr ""
25635
25636 #. type: verbatim
25637 #: ../fish/guestfish-actions.pod:4698
25638 #, no-wrap
25639 msgid ""
25640 " zfgrepi pattern path\n"
25641 "\n"
25642 msgstr ""
25643
25644 #. type: =head2
25645 #: ../fish/guestfish-actions.pod:4706
25646 msgid "zfile"
25647 msgstr ""
25648
25649 #. type: verbatim
25650 #: ../fish/guestfish-actions.pod:4708
25651 #, no-wrap
25652 msgid ""
25653 " zfile meth path\n"
25654 "\n"
25655 msgstr ""
25656
25657 #. type: textblock
25658 #: ../fish/guestfish-actions.pod:4715
25659 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
25660 msgstr ""
25661
25662 #. type: =head2
25663 #: ../fish/guestfish-actions.pod:4725
25664 msgid "zgrep"
25665 msgstr ""
25666
25667 #. type: verbatim
25668 #: ../fish/guestfish-actions.pod:4727
25669 #, no-wrap
25670 msgid ""
25671 " zgrep regex path\n"
25672 "\n"
25673 msgstr ""
25674
25675 #. type: =head2
25676 #: ../fish/guestfish-actions.pod:4735
25677 msgid "zgrepi"
25678 msgstr ""
25679
25680 #. type: verbatim
25681 #: ../fish/guestfish-actions.pod:4737
25682 #, no-wrap
25683 msgid ""
25684 " zgrepi regex path\n"
25685 "\n"
25686 msgstr ""
25687
25688 #. type: =head2
25689 #: ../fish/guestfish-commands.pod:1
25690 msgid "alloc"
25691 msgstr ""
25692
25693 #. type: =head2
25694 #: ../fish/guestfish-commands.pod:3
25695 msgid "allocate"
25696 msgstr ""
25697
25698 #. type: verbatim
25699 #: ../fish/guestfish-commands.pod:5
25700 #, no-wrap
25701 msgid ""
25702 " alloc filename size\n"
25703 "\n"
25704 msgstr ""
25705
25706 #. type: textblock
25707 #: ../fish/guestfish-commands.pod:7
25708 msgid ""
25709 "This creates an empty (zeroed) file of the given size, and then adds so it "
25710 "can be further examined."
25711 msgstr ""
25712
25713 #. type: textblock
25714 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
25715 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
25716 msgstr ""
25717
25718 #. type: textblock
25719 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
25720 msgid "Size can be specified using standard suffixes, eg. C<1M>."
25721 msgstr ""
25722
25723 #. type: textblock
25724 #: ../fish/guestfish-commands.pod:14
25725 msgid ""
25726 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
25727 "image, see L</PREPARED DISK IMAGES>."
25728 msgstr ""
25729
25730 #. type: =head2
25731 #: ../fish/guestfish-commands.pod:17
25732 msgid "copy-in"
25733 msgstr ""
25734
25735 #. type: verbatim
25736 #: ../fish/guestfish-commands.pod:19
25737 #, no-wrap
25738 msgid ""
25739 " copy-in local [local ...] /remotedir\n"
25740 "\n"
25741 msgstr ""
25742
25743 #. type: textblock
25744 #: ../fish/guestfish-commands.pod:21
25745 msgid ""
25746 "C<copy-in> copies local files or directories recursively into the disk "
25747 "image, placing them in the directory called C</remotedir> (which must "
25748 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
25749 "other commands as necessary."
25750 msgstr ""
25751
25752 #. type: textblock
25753 #: ../fish/guestfish-commands.pod:26
25754 msgid ""
25755 "Multiple local files and directories can be specified, but the last "
25756 "parameter must always be a remote directory.  Wildcards cannot be used."
25757 msgstr ""
25758
25759 #. type: =head2
25760 #: ../fish/guestfish-commands.pod:30
25761 msgid "copy-out"
25762 msgstr ""
25763
25764 #. type: verbatim
25765 #: ../fish/guestfish-commands.pod:32
25766 #, no-wrap
25767 msgid ""
25768 " copy-out remote [remote ...] localdir\n"
25769 "\n"
25770 msgstr ""
25771
25772 #. type: textblock
25773 #: ../fish/guestfish-commands.pod:34
25774 msgid ""
25775 "C<copy-out> copies remote files or directories recursively out of the disk "
25776 "image, placing them on the host disk in a local directory called C<localdir> "
25777 "(which must exist).  This guestfish meta-command turns into a sequence of "
25778 "L</download>, L</tar-out> and other commands as necessary."
25779 msgstr ""
25780
25781 #. type: textblock
25782 #: ../fish/guestfish-commands.pod:40
25783 msgid ""
25784 "Multiple remote files and directories can be specified, but the last "
25785 "parameter must always be a local directory.  To download to the current "
25786 "directory, use C<.> as in:"
25787 msgstr ""
25788
25789 #. type: verbatim
25790 #: ../fish/guestfish-commands.pod:44
25791 #, no-wrap
25792 msgid ""
25793 " copy-out /home .\n"
25794 "\n"
25795 msgstr ""
25796
25797 #. type: textblock
25798 #: ../fish/guestfish-commands.pod:46
25799 msgid ""
25800 "Wildcards cannot be used in the ordinary command, but you can use them with "
25801 "the help of L</glob> like this:"
25802 msgstr ""
25803
25804 #. type: verbatim
25805 #: ../fish/guestfish-commands.pod:49
25806 #, no-wrap
25807 msgid ""
25808 " glob copy-out /home/* .\n"
25809 "\n"
25810 msgstr ""
25811
25812 #. type: =head2
25813 #: ../fish/guestfish-commands.pod:51
25814 msgid "echo"
25815 msgstr ""
25816
25817 #. type: verbatim
25818 #: ../fish/guestfish-commands.pod:53
25819 #, no-wrap
25820 msgid ""
25821 " echo [params ...]\n"
25822 "\n"
25823 msgstr ""
25824
25825 #. type: textblock
25826 #: ../fish/guestfish-commands.pod:55
25827 msgid "This echos the parameters to the terminal."
25828 msgstr ""
25829
25830 #. type: =head2
25831 #: ../fish/guestfish-commands.pod:57
25832 msgid "edit"
25833 msgstr ""
25834
25835 #. type: =head2
25836 #: ../fish/guestfish-commands.pod:59
25837 msgid "vi"
25838 msgstr ""
25839
25840 #. type: =head2
25841 #: ../fish/guestfish-commands.pod:61
25842 msgid "emacs"
25843 msgstr ""
25844
25845 #. type: verbatim
25846 #: ../fish/guestfish-commands.pod:63
25847 #, no-wrap
25848 msgid ""
25849 " edit filename\n"
25850 "\n"
25851 msgstr ""
25852
25853 #. type: textblock
25854 #: ../fish/guestfish-commands.pod:65
25855 msgid ""
25856 "This is used to edit a file.  It downloads the file, edits it locally using "
25857 "your editor, then uploads the result."
25858 msgstr ""
25859
25860 #. type: textblock
25861 #: ../fish/guestfish-commands.pod:68
25862 msgid ""
25863 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
25864 "or C<emacs> you will get those corresponding editors."
25865 msgstr ""
25866
25867 #. type: =head2
25868 #: ../fish/guestfish-commands.pod:72
25869 msgid "glob"
25870 msgstr ""
25871
25872 #. type: verbatim
25873 #: ../fish/guestfish-commands.pod:74
25874 #, no-wrap
25875 msgid ""
25876 " glob command args...\n"
25877 "\n"
25878 msgstr ""
25879
25880 #. type: textblock
25881 #: ../fish/guestfish-commands.pod:76
25882 msgid ""
25883 "Expand wildcards in any paths in the args list, and run C<command> "
25884 "repeatedly on each matching path."
25885 msgstr ""
25886
25887 #. type: textblock
25888 #: ../fish/guestfish-commands.pod:79
25889 msgid "See L</WILDCARDS AND GLOBBING>."
25890 msgstr ""
25891
25892 #. type: =head2
25893 #: ../fish/guestfish-commands.pod:81
25894 msgid "hexedit"
25895 msgstr ""
25896
25897 #. type: verbatim
25898 #: ../fish/guestfish-commands.pod:83
25899 #, no-wrap
25900 msgid ""
25901 " hexedit <filename|device>\n"
25902 " hexedit <filename|device> <max>\n"
25903 " hexedit <filename|device> <start> <max>\n"
25904 "\n"
25905 msgstr ""
25906
25907 #. type: textblock
25908 #: ../fish/guestfish-commands.pod:87
25909 msgid ""
25910 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
25911 "device."
25912 msgstr ""
25913
25914 #. type: textblock
25915 #: ../fish/guestfish-commands.pod:90
25916 msgid ""
25917 "This command works by downloading potentially the whole file or device, "
25918 "editing it locally, then uploading it.  If the file or device is large, you "
25919 "have to specify which part you wish to edit by using C<max> and/or C<start> "
25920 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
25921 "usual modifiers allowed such as C<1M> (1 megabyte)."
25922 msgstr ""
25923
25924 #. type: textblock
25925 #: ../fish/guestfish-commands.pod:97
25926 msgid "For example to edit the first few sectors of a disk you might do:"
25927 msgstr ""
25928
25929 #. type: verbatim
25930 #: ../fish/guestfish-commands.pod:100
25931 #, no-wrap
25932 msgid ""
25933 " hexedit /dev/sda 1M\n"
25934 "\n"
25935 msgstr ""
25936
25937 #. type: textblock
25938 #: ../fish/guestfish-commands.pod:102
25939 msgid ""
25940 "which would allow you to edit anywhere within the first megabyte of the "
25941 "disk."
25942 msgstr ""
25943
25944 #. type: textblock
25945 #: ../fish/guestfish-commands.pod:105
25946 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
25947 msgstr ""
25948
25949 #. type: verbatim
25950 #: ../fish/guestfish-commands.pod:107
25951 #, no-wrap
25952 msgid ""
25953 " hexedit /dev/sda1 0x400 0x400\n"
25954 "\n"
25955 msgstr ""
25956
25957 #. type: textblock
25958 #: ../fish/guestfish-commands.pod:109
25959 msgid "(assuming the superblock is in the standard location)."
25960 msgstr ""
25961
25962 #. type: textblock
25963 #: ../fish/guestfish-commands.pod:111
25964 msgid ""
25965 "This command requires the external L<hexedit(1)> program.  You can specify "
25966 "another program to use by setting the C<HEXEDITOR> environment variable."
25967 msgstr ""
25968
25969 #. type: textblock
25970 #: ../fish/guestfish-commands.pod:115
25971 msgid "See also L</hexdump>."
25972 msgstr ""
25973
25974 #. type: =head2
25975 #: ../fish/guestfish-commands.pod:117
25976 msgid "lcd"
25977 msgstr ""
25978
25979 #. type: verbatim
25980 #: ../fish/guestfish-commands.pod:119
25981 #, no-wrap
25982 msgid ""
25983 " lcd directory\n"
25984 "\n"
25985 msgstr ""
25986
25987 #. type: textblock
25988 #: ../fish/guestfish-commands.pod:121
25989 msgid "Change the local directory, ie. the current directory of guestfish itself."
25990 msgstr ""
25991
25992 #. type: textblock
25993 #: ../fish/guestfish-commands.pod:124
25994 msgid "Note that C<!cd> won't do what you might expect."
25995 msgstr ""
25996
25997 #. type: =head2
25998 #: ../fish/guestfish-commands.pod:126
25999 msgid "man"
26000 msgstr ""
26001
26002 #. type: =head2
26003 #: ../fish/guestfish-commands.pod:128
26004 msgid "manual"
26005 msgstr ""
26006
26007 #. type: verbatim
26008 #: ../fish/guestfish-commands.pod:130
26009 #, no-wrap
26010 msgid ""
26011 "  man\n"
26012 "\n"
26013 msgstr ""
26014
26015 #. type: textblock
26016 #: ../fish/guestfish-commands.pod:132
26017 msgid "Opens the manual page for guestfish."
26018 msgstr ""
26019
26020 #. type: =head2
26021 #: ../fish/guestfish-commands.pod:134
26022 msgid "more"
26023 msgstr ""
26024
26025 #. type: =head2
26026 #: ../fish/guestfish-commands.pod:136
26027 msgid "less"
26028 msgstr ""
26029
26030 #. type: verbatim
26031 #: ../fish/guestfish-commands.pod:138
26032 #, no-wrap
26033 msgid ""
26034 " more filename\n"
26035 "\n"
26036 msgstr ""
26037
26038 #. type: verbatim
26039 #: ../fish/guestfish-commands.pod:140
26040 #, no-wrap
26041 msgid ""
26042 " less filename\n"
26043 "\n"
26044 msgstr ""
26045
26046 #. type: textblock
26047 #: ../fish/guestfish-commands.pod:142
26048 msgid "This is used to view a file."
26049 msgstr ""
26050
26051 #. type: textblock
26052 #: ../fish/guestfish-commands.pod:144
26053 msgid ""
26054 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26055 "C<less> you will get the C<less> command specifically."
26056 msgstr ""
26057
26058 #. type: =head2
26059 #: ../fish/guestfish-commands.pod:147
26060 msgid "reopen"
26061 msgstr ""
26062
26063 #. type: verbatim
26064 #: ../fish/guestfish-commands.pod:149
26065 #, no-wrap
26066 msgid ""
26067 "  reopen\n"
26068 "\n"
26069 msgstr ""
26070
26071 #. type: textblock
26072 #: ../fish/guestfish-commands.pod:151
26073 msgid ""
26074 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26075 "normally, because the handle is closed properly when guestfish exits.  "
26076 "However this is occasionally useful for testing."
26077 msgstr ""
26078
26079 #. type: =head2
26080 #: ../fish/guestfish-commands.pod:155
26081 msgid "sparse"
26082 msgstr ""
26083
26084 #. type: verbatim
26085 #: ../fish/guestfish-commands.pod:157
26086 #, no-wrap
26087 msgid ""
26088 " sparse filename size\n"
26089 "\n"
26090 msgstr ""
26091
26092 #. type: textblock
26093 #: ../fish/guestfish-commands.pod:159
26094 msgid ""
26095 "This creates an empty sparse file of the given size, and then adds so it can "
26096 "be further examined."
26097 msgstr ""
26098
26099 #. type: textblock
26100 #: ../fish/guestfish-commands.pod:162
26101 msgid ""
26102 "In all respects it works the same as the L</alloc> command, except that the "
26103 "image file is allocated sparsely, which means that disk blocks are not "
26104 "assigned to the file until they are needed.  Sparse disk files only use "
26105 "space when written to, but they are slower and there is a danger you could "
26106 "run out of real disk space during a write operation."
26107 msgstr ""
26108
26109 #. type: =head2
26110 #: ../fish/guestfish-commands.pod:172
26111 msgid "supported"
26112 msgstr ""
26113
26114 #. type: verbatim
26115 #: ../fish/guestfish-commands.pod:174
26116 #, no-wrap
26117 msgid ""
26118 " supported\n"
26119 "\n"
26120 msgstr ""
26121
26122 #. type: textblock
26123 #: ../fish/guestfish-commands.pod:176
26124 msgid ""
26125 "This command returns a list of the optional groups known to the daemon, and "
26126 "indicates which ones are supported by this build of the libguestfs "
26127 "appliance."
26128 msgstr ""
26129
26130 #. type: textblock
26131 #: ../fish/guestfish-commands.pod:180
26132 msgid "See also L<guestfs(3)/AVAILABILITY>."
26133 msgstr ""
26134
26135 #. type: =head2
26136 #: ../fish/guestfish-commands.pod:182
26137 msgid "time"
26138 msgstr ""
26139
26140 #. type: verbatim
26141 #: ../fish/guestfish-commands.pod:184
26142 #, no-wrap
26143 msgid ""
26144 " time command args...\n"
26145 "\n"
26146 msgstr ""
26147
26148 #. type: textblock
26149 #: ../fish/guestfish-commands.pod:186
26150 msgid ""
26151 "Run the command as usual, but print the elapsed time afterwards.  This can "
26152 "be useful for benchmarking operations."
26153 msgstr ""
26154
26155 #. type: textblock
26156 #: ../test-tool/libguestfs-test-tool.pod:5
26157 msgid "libguestfs-test-tool - End user tests for libguestfs"
26158 msgstr ""
26159
26160 #. type: verbatim
26161 #: ../test-tool/libguestfs-test-tool.pod:9
26162 #, no-wrap
26163 msgid ""
26164 " libguestfs-test-tool [--options]\n"
26165 "\n"
26166 msgstr ""
26167
26168 #. type: textblock
26169 #: ../test-tool/libguestfs-test-tool.pod:13
26170 msgid ""
26171 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26172 "and developers, to allow them to check basic libguestfs functionality is "
26173 "working.  This is needed because libguestfs occasionally breaks for reasons "
26174 "beyond our control: usually because of changes in the underlying qemu or "
26175 "kernel packages, or the host environment."
26176 msgstr ""
26177
26178 #. type: textblock
26179 #: ../test-tool/libguestfs-test-tool.pod:20
26180 msgid "If you suspect a problem in libguestfs, then just run:"
26181 msgstr ""
26182
26183 #. type: verbatim
26184 #: ../test-tool/libguestfs-test-tool.pod:22
26185 #, no-wrap
26186 msgid ""
26187 " libguestfs-test-tool\n"
26188 "\n"
26189 msgstr ""
26190
26191 #. type: textblock
26192 #: ../test-tool/libguestfs-test-tool.pod:24
26193 msgid "It will print lots of diagnostic messages."
26194 msgstr ""
26195
26196 #. type: textblock
26197 #: ../test-tool/libguestfs-test-tool.pod:26
26198 msgid "If it runs to completion successfully, you will see this near the end:"
26199 msgstr ""
26200
26201 #. type: verbatim
26202 #: ../test-tool/libguestfs-test-tool.pod:28
26203 #, no-wrap
26204 msgid ""
26205 " ===== TEST FINISHED OK =====\n"
26206 "\n"
26207 msgstr ""
26208
26209 #. type: textblock
26210 #: ../test-tool/libguestfs-test-tool.pod:30
26211 msgid "and the test tool will exit with code 0."
26212 msgstr ""
26213
26214 #. type: textblock
26215 #: ../test-tool/libguestfs-test-tool.pod:32
26216 msgid ""
26217 "If it fails (and/or exits with non-zero error code), please paste the "
26218 "B<complete, unedited> output of the test tool into a bug report.  More "
26219 "information about reporting bugs can be found on the "
26220 "L<http://libguestfs.org/> website."
26221 msgstr ""
26222
26223 #. type: =item
26224 #: ../test-tool/libguestfs-test-tool.pod:41
26225 msgid "I<--help>"
26226 msgstr ""
26227
26228 #. type: textblock
26229 #: ../test-tool/libguestfs-test-tool.pod:43
26230 msgid "Display short usage information and exit."
26231 msgstr ""
26232
26233 #. type: =item
26234 #: ../test-tool/libguestfs-test-tool.pod:45
26235 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26236 msgstr ""
26237
26238 #. type: textblock
26239 #: ../test-tool/libguestfs-test-tool.pod:47
26240 msgid ""
26241 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26242 "normally look in the C<$libexec> directory that was configured when the tool "
26243 "was built."
26244 msgstr ""
26245
26246 #. type: =item
26247 #: ../test-tool/libguestfs-test-tool.pod:51
26248 msgid "I<--qemu qemu_binary>"
26249 msgstr ""
26250
26251 #. type: textblock
26252 #: ../test-tool/libguestfs-test-tool.pod:53
26253 msgid ""
26254 "If you have downloaded another qemu binary, point this option at the full "
26255 "path of the binary to try it."
26256 msgstr ""
26257
26258 #. type: =item
26259 #: ../test-tool/libguestfs-test-tool.pod:56
26260 msgid "I<--qemudir qemu_source_dir>"
26261 msgstr ""
26262
26263 #. type: textblock
26264 #: ../test-tool/libguestfs-test-tool.pod:58
26265 msgid ""
26266 "If you have compiled qemu from source, point this option at the source "
26267 "directory to try it."
26268 msgstr ""
26269
26270 #. type: =item
26271 #: ../test-tool/libguestfs-test-tool.pod:61
26272 msgid "I<--timeout N>"
26273 msgstr ""
26274
26275 #. type: textblock
26276 #: ../test-tool/libguestfs-test-tool.pod:63
26277 msgid ""
26278 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26279 "does not usually need to be adjusted unless your machine is very slow."
26280 msgstr ""
26281
26282 #. type: =head1
26283 #: ../test-tool/libguestfs-test-tool.pod:69
26284 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26285 msgstr ""
26286
26287 #. type: textblock
26288 #: ../test-tool/libguestfs-test-tool.pod:71
26289 msgid ""
26290 "If you have compiled another version of qemu from source and would like to "
26291 "try that, then you can use the I<--qemudir> option to point to the qemu "
26292 "source directory."
26293 msgstr ""
26294
26295 #. type: textblock
26296 #: ../test-tool/libguestfs-test-tool.pod:75
26297 msgid ""
26298 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26299 "option to point to the binary."
26300 msgstr ""
26301
26302 #. type: textblock
26303 #: ../test-tool/libguestfs-test-tool.pod:78
26304 msgid ""
26305 "When using an alternate qemu with libguestfs, usually you would need to "
26306 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26307 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26308 "when you use either of the I<--qemudir> or I<--qemu> options."
26309 msgstr ""
26310
26311 #. type: textblock
26312 #: ../test-tool/libguestfs-test-tool.pod:85
26313 msgid ""
26314 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26315 "I<1> if there was an error."
26316 msgstr ""
26317
26318 #. type: =item
26319 #: ../test-tool/libguestfs-test-tool.pod:92
26320 msgid "/usr/libexec/libguestfs-test-tool-helper"
26321 msgstr ""
26322
26323 #. type: textblock
26324 #: ../test-tool/libguestfs-test-tool.pod:94
26325 msgid ""
26326 "This helper program is run inside the appliance and provides additional "
26327 "tests."
26328 msgstr ""
26329
26330 #. type: =item
26331 #: ../test-tool/libguestfs-test-tool.pod:97
26332 msgid "/usr/bin/mkisofs"
26333 msgstr ""
26334
26335 #. type: textblock
26336 #: ../test-tool/libguestfs-test-tool.pod:99
26337 msgid ""
26338 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26339 "which is used as part of the tests."
26340 msgstr ""
26341
26342 #. type: textblock
26343 #: ../test-tool/libguestfs-test-tool.pod:106
26344 msgid ""
26345 "For the full list of environment variables which may affect libguestfs, "
26346 "please see the L<guestfs(3)> manual page."
26347 msgstr ""
26348
26349 #. type: textblock
26350 #: ../test-tool/libguestfs-test-tool.pod:111
26351 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26352 msgstr ""
26353
26354 #. type: textblock
26355 #: ../test-tool/libguestfs-test-tool.pod:121
26356 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26357 msgstr ""
26358
26359 #. type: textblock
26360 #: ../fuse/guestmount.pod:5
26361 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26362 msgstr ""
26363
26364 #. type: verbatim
26365 #: ../fuse/guestmount.pod:9
26366 #, no-wrap
26367 msgid ""
26368 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26369 "\n"
26370 msgstr ""
26371
26372 #. type: verbatim
26373 #: ../fuse/guestmount.pod:11
26374 #, no-wrap
26375 msgid ""
26376 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
26377 "\n"
26378 msgstr ""
26379
26380 #. type: verbatim
26381 #: ../fuse/guestmount.pod:13
26382 #, no-wrap
26383 msgid ""
26384 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
26385 "\n"
26386 msgstr ""
26387
26388 #. type: textblock
26389 #: ../fuse/guestmount.pod:17
26390 msgid ""
26391 "You must I<not> use C<guestmount> in read-write mode on live virtual "
26392 "machines.  If you do this, you risk disk corruption in the VM."
26393 msgstr ""
26394
26395 #. type: textblock
26396 #: ../fuse/guestmount.pod:22
26397 msgid ""
26398 "The guestmount program can be used to mount virtual machine filesystems and "
26399 "other disk images on the host.  It uses libguestfs for access to the guest "
26400 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
26401 "a mountable device."
26402 msgstr ""
26403
26404 #. type: textblock
26405 #: ../fuse/guestmount.pod:27
26406 msgid ""
26407 "Along with other options, you have to give at least one device (I<-a> "
26408 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
26409 "option) or use the I<-i> inspection option.  How this works is better "
26410 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
26411 "below."
26412 msgstr ""
26413
26414 #. type: textblock
26415 #: ../fuse/guestmount.pod:33
26416 msgid ""
26417 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
26418 "by you, and the filesystem will not be visible to any other users unless you "
26419 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
26420 "the filesystem, use the C<fusermount -u> command."
26421 msgstr ""
26422
26423 #. type: textblock
26424 #: ../fuse/guestmount.pod:41
26425 msgid ""
26426 "For a typical Windows guest which has its main filesystem on the first "
26427 "partition:"
26428 msgstr ""
26429
26430 #. type: verbatim
26431 #: ../fuse/guestmount.pod:44
26432 #, no-wrap
26433 msgid ""
26434 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
26435 "\n"
26436 msgstr ""
26437
26438 #. type: textblock
26439 #: ../fuse/guestmount.pod:46
26440 msgid ""
26441 "For a typical Linux guest which has a /boot filesystem on the first "
26442 "partition, and the root filesystem on a logical volume:"
26443 msgstr ""
26444
26445 #. type: verbatim
26446 #: ../fuse/guestmount.pod:49
26447 #, no-wrap
26448 msgid ""
26449 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
26450 "\n"
26451 msgstr ""
26452
26453 #. type: textblock
26454 #: ../fuse/guestmount.pod:51
26455 msgid "To get libguestfs to detect guest mountpoints for you:"
26456 msgstr ""
26457
26458 #. type: verbatim
26459 #: ../fuse/guestmount.pod:53
26460 #, no-wrap
26461 msgid ""
26462 " guestmount -a guest.img -i --ro /mnt\n"
26463 "\n"
26464 msgstr ""
26465
26466 #. type: textblock
26467 #: ../fuse/guestmount.pod:55
26468 msgid "For a libvirt guest called \"Guest\" you could do:"
26469 msgstr ""
26470
26471 #. type: verbatim
26472 #: ../fuse/guestmount.pod:57
26473 #, no-wrap
26474 msgid ""
26475 " guestmount -d Guest -i --ro /mnt\n"
26476 "\n"
26477 msgstr ""
26478
26479 #. type: textblock
26480 #: ../fuse/guestmount.pod:59
26481 msgid ""
26482 "If you don't know what filesystems are contained in a guest or disk image, "
26483 "use L<virt-filesystems(1)> first:"
26484 msgstr ""
26485
26486 #. type: verbatim
26487 #: ../fuse/guestmount.pod:62
26488 #, no-wrap
26489 msgid ""
26490 " virt-filesystems MyGuest\n"
26491 "\n"
26492 msgstr ""
26493
26494 #. type: textblock
26495 #: ../fuse/guestmount.pod:64
26496 msgid ""
26497 "If you want to trace the libguestfs calls but without excessive debugging "
26498 "information, we recommend:"
26499 msgstr ""
26500
26501 #. type: verbatim
26502 #: ../fuse/guestmount.pod:67
26503 #, no-wrap
26504 msgid ""
26505 " guestmount [...] --trace /mnt\n"
26506 "\n"
26507 msgstr ""
26508
26509 #. type: textblock
26510 #: ../fuse/guestmount.pod:69
26511 msgid "If you want to debug the program, we recommend:"
26512 msgstr ""
26513
26514 #. type: verbatim
26515 #: ../fuse/guestmount.pod:71
26516 #, no-wrap
26517 msgid ""
26518 " guestmount [...] --trace --verbose /mnt\n"
26519 "\n"
26520 msgstr ""
26521
26522 #. type: =item
26523 #: ../fuse/guestmount.pod:77
26524 msgid "B<-a image> | B<--add image>"
26525 msgstr ""
26526
26527 #. type: textblock
26528 #: ../fuse/guestmount.pod:79
26529 msgid "Add a block device or virtual machine image."
26530 msgstr ""
26531
26532 #. type: =item
26533 #: ../fuse/guestmount.pod:84
26534 msgid "B<-c URI> | B<--connect URI>"
26535 msgstr ""
26536
26537 #. type: =item
26538 #: ../fuse/guestmount.pod:90
26539 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
26540 msgstr ""
26541
26542 #. type: =item
26543 #: ../fuse/guestmount.pod:96
26544 msgid "B<--dir-cache-timeout N>"
26545 msgstr ""
26546
26547 #. type: textblock
26548 #: ../fuse/guestmount.pod:98
26549 msgid ""
26550 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
26551 "seconds.  The readdir cache [actually, there are several semi-independent "
26552 "caches] is populated after a readdir(2) call with the stat and extended "
26553 "attributes of the files in the directory, in anticipation that they will be "
26554 "requested soon after."
26555 msgstr ""
26556
26557 #. type: textblock
26558 #: ../fuse/guestmount.pod:104
26559 msgid ""
26560 "There is also a different attribute cache implemented by FUSE (see the FUSE "
26561 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
26562 "requests, only cache existing ones."
26563 msgstr ""
26564
26565 #. type: =item
26566 #: ../fuse/guestmount.pod:115
26567 msgid "B<--format=raw|qcow2|..> | B<--format>"
26568 msgstr ""
26569
26570 #. type: textblock
26571 #: ../fuse/guestmount.pod:122
26572 msgid ""
26573 "If you have untrusted raw-format guest disk images, you should use this "
26574 "option to specify the disk format.  This avoids a possible security problem "
26575 "with malicious guests (CVE-2010-3851).  See also "
26576 "L<guestfs(3)/guestfs_add_drive_opts>."
26577 msgstr ""
26578
26579 #. type: =item
26580 #: ../fuse/guestmount.pod:127
26581 msgid "B<--fuse-help>"
26582 msgstr ""
26583
26584 #. type: textblock
26585 #: ../fuse/guestmount.pod:129
26586 msgid "Display help on special FUSE options (see I<-o> below)."
26587 msgstr ""
26588
26589 #. type: textblock
26590 #: ../fuse/guestmount.pod:133
26591 msgid "Display brief help and exit."
26592 msgstr ""
26593
26594 #. type: =item
26595 #: ../fuse/guestmount.pod:135
26596 msgid "B<-i> | B<--inspector>"
26597 msgstr ""
26598
26599 #. type: =item
26600 #: ../fuse/guestmount.pod:146
26601 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
26602 msgstr ""
26603
26604 #. type: textblock
26605 #: ../fuse/guestmount.pod:148
26606 msgid ""
26607 "Mount the named partition or logical volume on the given mountpoint B<in the "
26608 "guest> (this has nothing to do with mountpoints in the host)."
26609 msgstr ""
26610
26611 #. type: textblock
26612 #: ../fuse/guestmount.pod:151
26613 msgid ""
26614 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
26615 "something on C</>."
26616 msgstr ""
26617
26618 #. type: =item
26619 #: ../fuse/guestmount.pod:154
26620 msgid "B<-n> | B<--no-sync>"
26621 msgstr ""
26622
26623 #. type: textblock
26624 #: ../fuse/guestmount.pod:156
26625 msgid ""
26626 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
26627 "unmounted.  If you specify this option, then we don't attempt to sync the "
26628 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
26629 msgstr ""
26630
26631 #. type: =item
26632 #: ../fuse/guestmount.pod:161
26633 msgid "B<-o option> | B<--option option>"
26634 msgstr ""
26635
26636 #. type: textblock
26637 #: ../fuse/guestmount.pod:163
26638 msgid "Pass extra options to FUSE."
26639 msgstr ""
26640
26641 #. type: textblock
26642 #: ../fuse/guestmount.pod:165
26643 msgid ""
26644 "To get a list of all the extra options supported by FUSE, use the command "
26645 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
26646 "of them are a good idea."
26647 msgstr ""
26648
26649 #. type: verbatim
26650 #: ../fuse/guestmount.pod:169
26651 #, no-wrap
26652 msgid ""
26653 " guestmount --fuse-help\n"
26654 "\n"
26655 msgstr ""
26656
26657 #. type: textblock
26658 #: ../fuse/guestmount.pod:171
26659 msgid "Some potentially useful FUSE options:"
26660 msgstr ""
26661
26662 #. type: =item
26663 #: ../fuse/guestmount.pod:175
26664 msgid "B<-o allow_other>"
26665 msgstr ""
26666
26667 #. type: textblock
26668 #: ../fuse/guestmount.pod:177
26669 msgid "Allow other users to see the filesystem."
26670 msgstr ""
26671
26672 #. type: =item
26673 #: ../fuse/guestmount.pod:179
26674 msgid "B<-o attr_timeout=N>"
26675 msgstr ""
26676
26677 #. type: textblock
26678 #: ../fuse/guestmount.pod:181
26679 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
26680 msgstr ""
26681
26682 #. type: =item
26683 #: ../fuse/guestmount.pod:183
26684 msgid "B<-o kernel_cache>"
26685 msgstr ""
26686
26687 #. type: textblock
26688 #: ../fuse/guestmount.pod:185
26689 msgid ""
26690 "Allow the kernel to cache files (reduces the number of reads that have to go "
26691 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
26692 "afford the extra memory usage."
26693 msgstr ""
26694
26695 #. type: =item
26696 #: ../fuse/guestmount.pod:189
26697 msgid "B<-o uid=N> B<-o gid=N>"
26698 msgstr ""
26699
26700 #. type: textblock
26701 #: ../fuse/guestmount.pod:191
26702 msgid ""
26703 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
26704 "the chosen values."
26705 msgstr ""
26706
26707 #. type: =item
26708 #: ../fuse/guestmount.pod:196
26709 msgid "B<-r> | B<--ro>"
26710 msgstr ""
26711
26712 #. type: textblock
26713 #: ../fuse/guestmount.pod:198
26714 msgid ""
26715 "Add devices and mount everything read-only.  Also disallow writes and make "
26716 "the disk appear read-only to FUSE."
26717 msgstr ""
26718
26719 #. type: textblock
26720 #: ../fuse/guestmount.pod:201
26721 msgid ""
26722 "This is highly recommended if you are not going to edit the guest disk.  If "
26723 "the guest is running and this option is I<not> supplied, then there is a "
26724 "strong risk of disk corruption in the guest.  We try to prevent this from "
26725 "happening, but it is not always possible."
26726 msgstr ""
26727
26728 #. type: textblock
26729 #: ../fuse/guestmount.pod:206
26730 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
26731 msgstr ""
26732
26733 #. type: textblock
26734 #: ../fuse/guestmount.pod:210
26735 msgid "Enable SELinux support for the guest."
26736 msgstr ""
26737
26738 #. type: =item
26739 #: ../fuse/guestmount.pod:212
26740 msgid "B<-v> | B<--verbose>"
26741 msgstr ""
26742
26743 #. type: textblock
26744 #: ../fuse/guestmount.pod:214
26745 msgid "Enable verbose messages from underlying libguestfs."
26746 msgstr ""
26747
26748 #. type: =item
26749 #: ../fuse/guestmount.pod:216
26750 msgid "B<-V> | B<--version>"
26751 msgstr ""
26752
26753 #. type: textblock
26754 #: ../fuse/guestmount.pod:218
26755 msgid "Display the program version and exit."
26756 msgstr ""
26757
26758 #. type: =item
26759 #: ../fuse/guestmount.pod:220
26760 msgid "B<-w> | B<--rw>"
26761 msgstr ""
26762
26763 #. type: textblock
26764 #: ../fuse/guestmount.pod:222
26765 msgid ""
26766 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
26767 "FOR READ AND WRITE>."
26768 msgstr ""
26769
26770 #. type: =item
26771 #: ../fuse/guestmount.pod:225
26772 msgid "B<-x> | B<--trace>"
26773 msgstr ""
26774
26775 #. type: textblock
26776 #: ../fuse/guestmount.pod:227
26777 msgid "Trace libguestfs calls and entry into each FUSE function."
26778 msgstr ""
26779
26780 #. type: textblock
26781 #: ../fuse/guestmount.pod:229
26782 msgid "This also stops the daemon from forking into the background."
26783 msgstr ""
26784
26785 #. type: textblock
26786 #: ../fuse/guestmount.pod:235
26787 msgid ""
26788 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
26789 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
26790 "L<http://fuse.sf.net/>."
26791 msgstr ""
26792
26793 #. type: textblock
26794 #: ../tools/virt-edit.pl:34
26795 msgid "virt-edit - Edit a file in a virtual machine"
26796 msgstr ""
26797
26798 #. type: verbatim
26799 #: ../tools/virt-edit.pl:38
26800 #, no-wrap
26801 msgid ""
26802 " virt-edit [--options] domname file\n"
26803 "\n"
26804 msgstr ""
26805
26806 #. type: verbatim
26807 #: ../tools/virt-edit.pl:40
26808 #, no-wrap
26809 msgid ""
26810 " virt-edit [--options] disk.img [disk.img ...] file\n"
26811 "\n"
26812 msgstr ""
26813
26814 #. type: verbatim
26815 #: ../tools/virt-edit.pl:42
26816 #, no-wrap
26817 msgid ""
26818 " virt-edit [domname|disk.img] file -e 'expr'\n"
26819 "\n"
26820 msgstr ""
26821
26822 #. type: textblock
26823 #: ../tools/virt-edit.pl:46
26824 msgid ""
26825 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
26826 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
26827 "doing this, but doesn't catch all cases."
26828 msgstr ""
26829
26830 #. type: textblock
26831 #: ../tools/virt-edit.pl:52
26832 msgid ""
26833 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
26834 "the named virtual machine (or disk image)."
26835 msgstr ""
26836
26837 #. type: textblock
26838 #: ../tools/virt-edit.pl:55
26839 msgid ""
26840 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
26841 "you should look at the L<guestfish(1)> tool."
26842 msgstr ""
26843
26844 #. type: textblock
26845 #: ../tools/virt-edit.pl:60
26846 msgid "Edit the named files interactively:"
26847 msgstr ""
26848
26849 #. type: verbatim
26850 #: ../tools/virt-edit.pl:62
26851 #, no-wrap
26852 msgid ""
26853 " virt-edit mydomain /boot/grub/grub.conf\n"
26854 "\n"
26855 msgstr ""
26856
26857 #. type: verbatim
26858 #: ../tools/virt-edit.pl:64
26859 #, no-wrap
26860 msgid ""
26861 " virt-edit mydomain /etc/passwd\n"
26862 "\n"
26863 msgstr ""
26864
26865 #. type: textblock
26866 #: ../tools/virt-edit.pl:66
26867 msgid ""
26868 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
26869 "below).  To change the init default level to 5:"
26870 msgstr ""
26871
26872 #. type: verbatim
26873 #: ../tools/virt-edit.pl:70
26874 #, no-wrap
26875 msgid ""
26876 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
26877 "\n"
26878 msgstr ""
26879
26880 #. type: textblock
26881 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
26882 msgid "Display brief help."
26883 msgstr ""
26884
26885 #. type: textblock
26886 #: ../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:116 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
26887 msgid "Display version number and exit."
26888 msgstr ""
26889
26890 #. type: =item
26891 #: ../tools/virt-edit.pl:96
26892 msgid "B<--backup extension> | B<-b extension>"
26893 msgstr ""
26894
26895 #. type: textblock
26896 #: ../tools/virt-edit.pl:98
26897 msgid ""
26898 "Create a backup of the original file I<in the guest disk image>.  The backup "
26899 "has the original filename with C<extension> added."
26900 msgstr ""
26901
26902 #. type: textblock
26903 #: ../tools/virt-edit.pl:101
26904 msgid ""
26905 "Usually the first character of C<extension> would be a dot C<.> so you would "
26906 "write:"
26907 msgstr ""
26908
26909 #. type: verbatim
26910 #: ../tools/virt-edit.pl:104
26911 #, no-wrap
26912 msgid ""
26913 " virt-edit -b .orig [etc]\n"
26914 "\n"
26915 msgstr ""
26916
26917 #. type: textblock
26918 #: ../tools/virt-edit.pl:106
26919 msgid "By default, no backup file is made."
26920 msgstr ""
26921
26922 #. type: =item
26923 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122 ../tools/virt-list-partitions.pl:78
26924 msgid "B<--connect URI> | B<-c URI>"
26925 msgstr ""
26926
26927 #. type: textblock
26928 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124 ../tools/virt-list-partitions.pl:80
26929 msgid ""
26930 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
26931 "to the default libvirt hypervisor."
26932 msgstr ""
26933
26934 #. type: textblock
26935 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:83
26936 msgid ""
26937 "If you specify guest block devices directly, then libvirt is not used at "
26938 "all."
26939 msgstr ""
26940
26941 #. type: =item
26942 #: ../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:134 ../tools/virt-list-partitions.pl:90
26943 msgid "B<--format> raw"
26944 msgstr ""
26945
26946 #. type: textblock
26947 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136 ../tools/virt-list-partitions.pl:92
26948 msgid ""
26949 "Specify the format of disk images given on the command line.  If this is "
26950 "omitted then the format is autodetected from the content of the disk image."
26951 msgstr ""
26952
26953 #. type: textblock
26954 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140 ../tools/virt-list-partitions.pl:96
26955 msgid ""
26956 "If disk images are requested from libvirt, then this program asks libvirt "
26957 "for this information.  In this case, the value of the format parameter is "
26958 "ignored."
26959 msgstr ""
26960
26961 #. type: textblock
26962 #: ../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:144 ../tools/virt-list-partitions.pl:100
26963 msgid ""
26964 "If working with untrusted raw-format guest disk images, you should ensure "
26965 "the format is always specified."
26966 msgstr ""
26967
26968 #. type: =item
26969 #: ../tools/virt-edit.pl:141
26970 msgid "B<--expr EXPR> | B<-e EXPR>"
26971 msgstr ""
26972
26973 #. type: textblock
26974 #: ../tools/virt-edit.pl:143
26975 msgid ""
26976 "Instead of launching the external editor, non-interactively apply the Perl "
26977 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
26978 "EDITING> below."
26979 msgstr ""
26980
26981 #. type: textblock
26982 #: ../tools/virt-edit.pl:147
26983 msgid ""
26984 "Be careful to properly quote the expression to prevent it from being altered "
26985 "by the shell."
26986 msgstr ""
26987
26988 #. type: =head1
26989 #: ../tools/virt-edit.pl:268
26990 msgid "NON-INTERACTIVE EDITING"
26991 msgstr ""
26992
26993 #. type: textblock
26994 #: ../tools/virt-edit.pl:270
26995 msgid ""
26996 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
26997 "administrator can interactively edit the file."
26998 msgstr ""
26999
27000 #. type: textblock
27001 #: ../tools/virt-edit.pl:273
27002 msgid ""
27003 "There are two ways also to use C<virt-edit> from scripts in order to make "
27004 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
27005 "like this, it's less error-prone to write scripts directly using the "
27006 "libguestfs API and Augeas for configuration file editing.)"
27007 msgstr ""
27008
27009 #. type: textblock
27010 #: ../tools/virt-edit.pl:279
27011 msgid ""
27012 "The first method is to temporarily set C<$EDITOR> to any script or program "
27013 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27014 "update C<tmpfile> in place however it likes."
27015 msgstr ""
27016
27017 #. type: textblock
27018 #: ../tools/virt-edit.pl:283
27019 msgid ""
27020 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27021 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27022 "instances of C<foo> with C<bar> in a file:"
27023 msgstr ""
27024
27025 #. type: verbatim
27026 #: ../tools/virt-edit.pl:287
27027 #, no-wrap
27028 msgid ""
27029 " virt-edit domname filename -e 's/foo/bar/'\n"
27030 "\n"
27031 msgstr ""
27032
27033 #. type: textblock
27034 #: ../tools/virt-edit.pl:289
27035 msgid ""
27036 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27037 "For example to delete root's password you could do:"
27038 msgstr ""
27039
27040 #. type: verbatim
27041 #: ../tools/virt-edit.pl:292
27042 #, no-wrap
27043 msgid ""
27044 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27045 "\n"
27046 msgstr ""
27047
27048 #. type: textblock
27049 #: ../tools/virt-edit.pl:294
27050 msgid ""
27051 "What really happens is that the snippet is evaluated as a Perl expression "
27052 "for each line of the file.  The line, including the final C<\\n>, is passed "
27053 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27054 msgstr ""
27055
27056 #. type: textblock
27057 #: ../tools/virt-edit.pl:299
27058 msgid ""
27059 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27060 "C<apache> user account from the password file you can do:"
27061 msgstr ""
27062
27063 #. type: verbatim
27064 #: ../tools/virt-edit.pl:302
27065 #, no-wrap
27066 msgid ""
27067 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27068 "\n"
27069 msgstr ""
27070
27071 #. type: textblock
27072 #: ../tools/virt-edit.pl:304
27073 msgid ""
27074 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27075 "the end of the file is rather difficult this way since there is no concept "
27076 "of \"last line of the file\" - your expression just doesn't get called "
27077 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27078 "want to do this."
27079 msgstr ""
27080
27081 #. type: textblock
27082 #: ../tools/virt-edit.pl:310
27083 msgid ""
27084 "The variable C<$lineno> contains the current line number.  As is "
27085 "traditional, the first line in the file is number C<1>."
27086 msgstr ""
27087
27088 #. type: textblock
27089 #: ../tools/virt-edit.pl:313
27090 msgid ""
27091 "The return value from the expression is ignored, but the expression may call "
27092 "C<die> in order to abort the whole program, leaving the original file "
27093 "untouched."
27094 msgstr ""
27095
27096 #. type: textblock
27097 #: ../tools/virt-edit.pl:317
27098 msgid ""
27099 "Remember when matching the end of a line that C<$_> may contain the final "
27100 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27101 "newline then neither of these.  Thus to match or substitute some text at the "
27102 "end of a line, use this regular expression:"
27103 msgstr ""
27104
27105 #. type: verbatim
27106 #: ../tools/virt-edit.pl:322
27107 #, no-wrap
27108 msgid ""
27109 " /some text(\\r?\\n)?$/\n"
27110 "\n"
27111 msgstr ""
27112
27113 #. type: textblock
27114 #: ../tools/virt-edit.pl:324
27115 msgid ""
27116 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27117 "C<$_> itself (since that would remove all newlines from the file):"
27118 msgstr ""
27119
27120 #. type: verbatim
27121 #: ../tools/virt-edit.pl:328
27122 #, no-wrap
27123 msgid ""
27124 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27125 "\n"
27126 msgstr ""
27127
27128 #. type: =item
27129 #: ../tools/virt-edit.pl:334
27130 msgid "C<EDITOR>"
27131 msgstr ""
27132
27133 #. type: textblock
27134 #: ../tools/virt-edit.pl:336
27135 msgid ""
27136 "If set, this string is used as the editor.  It may contain arguments, "
27137 "eg. C<\"emacs -nw\">"
27138 msgstr ""
27139
27140 #. type: textblock
27141 #: ../tools/virt-edit.pl:339
27142 msgid "If not set, C<vi> is used."
27143 msgstr ""
27144
27145 #. type: =head1
27146 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
27147 msgid "SHELL QUOTING"
27148 msgstr ""
27149
27150 #. type: textblock
27151 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
27152 msgid ""
27153 "Libvirt guest names can contain arbitrary characters, some of which have "
27154 "meaning to the shell such as C<#> and space.  You may need to quote or "
27155 "escape these characters on the command line.  See the shell manual page "
27156 "L<sh(1)> for details."
27157 msgstr ""
27158
27159 #. type: textblock
27160 #: ../tools/virt-edit.pl:352
27161 msgid ""
27162 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27163 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, "
27164 "L<perl(1)>, L<perlre(1)>."
27165 msgstr ""
27166
27167 #. type: =head1
27168 #: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
27169 msgid "AUTHOR"
27170 msgstr ""
27171
27172 #. type: textblock
27173 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
27174 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27175 msgstr ""
27176
27177 #. type: textblock
27178 #: ../tools/virt-edit.pl:368 ../tools/virt-list-partitions.pl:275
27179 msgid "Copyright (C) 2009-2010 Red Hat Inc."
27180 msgstr ""
27181
27182 #. type: textblock
27183 #: ../tools/virt-win-reg.pl:37
27184 msgid ""
27185 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27186 "guest"
27187 msgstr ""
27188
27189 #. type: verbatim
27190 #: ../tools/virt-win-reg.pl:41
27191 #, no-wrap
27192 msgid ""
27193 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27194 "\n"
27195 msgstr ""
27196
27197 #. type: verbatim
27198 #: ../tools/virt-win-reg.pl:43
27199 #, no-wrap
27200 msgid ""
27201 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27202 "\n"
27203 msgstr ""
27204
27205 #. type: verbatim
27206 #: ../tools/virt-win-reg.pl:45
27207 #, no-wrap
27208 msgid ""
27209 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27210 "\n"
27211 msgstr ""
27212
27213 #. type: verbatim
27214 #: ../tools/virt-win-reg.pl:47
27215 #, no-wrap
27216 msgid ""
27217 " virt-win-reg --merge domname [input.reg ...]\n"
27218 "\n"
27219 msgstr ""
27220
27221 #. type: verbatim
27222 #: ../tools/virt-win-reg.pl:49
27223 #, no-wrap
27224 msgid ""
27225 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27226 "\n"
27227 msgstr ""
27228
27229 #. type: textblock
27230 #: ../tools/virt-win-reg.pl:53
27231 msgid ""
27232 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27233 "virtual machines.  If you do this, you I<will> get irreversible disk "
27234 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27235 "but doesn't catch all cases."
27236 msgstr ""
27237
27238 #. type: textblock
27239 #: ../tools/virt-win-reg.pl:58
27240 msgid ""
27241 "Modifying the Windows Registry is an inherently risky operation.  The format "
27242 "is deliberately obscure and undocumented, and Registry changes can leave the "
27243 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27244 "you have a reliable backup first."
27245 msgstr ""
27246
27247 #. type: textblock
27248 #: ../tools/virt-win-reg.pl:65
27249 msgid ""
27250 "This program can export and merge Windows Registry entries from a Windows "
27251 "guest."
27252 msgstr ""
27253
27254 #. type: textblock
27255 #: ../tools/virt-win-reg.pl:68
27256 msgid ""
27257 "The first parameter is the libvirt guest name or the raw disk image of a "
27258 "Windows guest."
27259 msgstr ""
27260
27261 #. type: textblock
27262 #: ../tools/virt-win-reg.pl:71
27263 msgid ""
27264 "If C<--merge> is I<not> specified, then the chosen registry key is "
27265 "displayed/exported (recursively).  For example:"
27266 msgstr ""
27267
27268 #. type: verbatim
27269 #: ../tools/virt-win-reg.pl:74
27270 #, no-wrap
27271 msgid ""
27272 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27273 "\n"
27274 msgstr ""
27275
27276 #. type: textblock
27277 #: ../tools/virt-win-reg.pl:76
27278 msgid "You can also display single values from within registry keys, for example:"
27279 msgstr ""
27280
27281 #. type: verbatim
27282 #: ../tools/virt-win-reg.pl:79
27283 #, no-wrap
27284 msgid ""
27285 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27286 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27287 " Windows 7 Enterprise\n"
27288 "\n"
27289 msgstr ""
27290
27291 #. type: textblock
27292 #: ../tools/virt-win-reg.pl:83
27293 msgid ""
27294 "With C<--merge>, you can merge a textual regedit file into the Windows "
27295 "Registry:"
27296 msgstr ""
27297
27298 #. type: verbatim
27299 #: ../tools/virt-win-reg.pl:86
27300 #, no-wrap
27301 msgid ""
27302 " $ virt-win-reg --merge Windows7 changes.reg\n"
27303 "\n"
27304 msgstr ""
27305
27306 #. type: =head2
27307 #: ../tools/virt-win-reg.pl:88
27308 msgid "NOTE"
27309 msgstr ""
27310
27311 #. type: textblock
27312 #: ../tools/virt-win-reg.pl:90
27313 msgid ""
27314 "This program is only meant for simple access to the registry.  If you want "
27315 "to do complicated things with the registry, we suggest you download the "
27316 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27317 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27318 "L<hivexregedit(1)>."
27319 msgstr ""
27320
27321 #. type: =item
27322 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27323 msgid "B<--debug>"
27324 msgstr ""
27325
27326 #. type: textblock
27327 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27328 msgid "Enable debugging messages."
27329 msgstr ""
27330
27331 #. type: =item
27332 #: ../tools/virt-win-reg.pl:157
27333 msgid "B<--merge>"
27334 msgstr ""
27335
27336 #. type: textblock
27337 #: ../tools/virt-win-reg.pl:159
27338 msgid ""
27339 "In merge mode, this merges a textual regedit file into the Windows Registry "
27340 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27341 "displays or exports Registry entries instead."
27342 msgstr ""
27343
27344 #. type: textblock
27345 #: ../tools/virt-win-reg.pl:163
27346 msgid ""
27347 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27348 "result in disk corruption.  However exporting (without this flag)  is always "
27349 "safe."
27350 msgstr ""
27351
27352 #. type: =item
27353 #: ../tools/virt-win-reg.pl:171
27354 msgid "B<--encoding> UTF-16LE|ASCII"
27355 msgstr ""
27356
27357 #. type: textblock
27358 #: ../tools/virt-win-reg.pl:173
27359 msgid ""
27360 "When merging (only), you may need to specify the encoding for strings to be "
27361 "used in the hive file.  This is explained in detail in "
27362 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27363 msgstr ""
27364
27365 #. type: textblock
27366 #: ../tools/virt-win-reg.pl:177
27367 msgid ""
27368 "The default is to use UTF-16LE, which should work with recent versions of "
27369 "Windows."
27370 msgstr ""
27371
27372 #. type: =head1
27373 #: ../tools/virt-win-reg.pl:402
27374 msgid "SUPPORTED SYSTEMS"
27375 msgstr ""
27376
27377 #. type: textblock
27378 #: ../tools/virt-win-reg.pl:404
27379 msgid ""
27380 "The program currently supports Windows NT-derived guests starting with "
27381 "Windows XP through to at least Windows 7."
27382 msgstr ""
27383
27384 #. type: textblock
27385 #: ../tools/virt-win-reg.pl:407
27386 msgid ""
27387 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
27388 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
27389 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
27390 msgstr ""
27391
27392 #. type: textblock
27393 #: ../tools/virt-win-reg.pl:411
27394 msgid ""
27395 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
27396 "C<HKEY_USERS>."
27397 msgstr ""
27398
27399 #. type: textblock
27400 #: ../tools/virt-win-reg.pl:414
27401 msgid ""
27402 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
27403 "time."
27404 msgstr ""
27405
27406 #. type: =head1
27407 #: ../tools/virt-win-reg.pl:417
27408 msgid "ENCODING"
27409 msgstr ""
27410
27411 #. type: textblock
27412 #: ../tools/virt-win-reg.pl:419
27413 msgid ""
27414 "C<virt-win-reg> expects that regedit files have already been reencoded in "
27415 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
27416 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
27417 "with Windows-style line endings, you may need to reencode the whole file "
27418 "before or after processing."
27419 msgstr ""
27420
27421 #. type: textblock
27422 #: ../tools/virt-win-reg.pl:425
27423 msgid ""
27424 "To reencode a file from Windows format to Linux (before processing it with "
27425 "the C<--merge> option), you would do something like this:"
27426 msgstr ""
27427
27428 #. type: verbatim
27429 #: ../tools/virt-win-reg.pl:428
27430 #, no-wrap
27431 msgid ""
27432 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
27433 "\n"
27434 msgstr ""
27435
27436 #. type: textblock
27437 #: ../tools/virt-win-reg.pl:430
27438 msgid ""
27439 "To go in the opposite direction, after exporting and before sending the file "
27440 "to a Windows user, do something like this:"
27441 msgstr ""
27442
27443 #. type: verbatim
27444 #: ../tools/virt-win-reg.pl:433
27445 #, no-wrap
27446 msgid ""
27447 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
27448 "\n"
27449 msgstr ""
27450
27451 #. type: textblock
27452 #: ../tools/virt-win-reg.pl:435
27453 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
27454 msgstr ""
27455
27456 #. type: textblock
27457 #: ../tools/virt-win-reg.pl:437
27458 msgid ""
27459 "If you are unsure about the current encoding, use the L<file(1)> command.  "
27460 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
27461 "Windows-style (CRLF) line endings, like this:"
27462 msgstr ""
27463
27464 #. type: verbatim
27465 #: ../tools/virt-win-reg.pl:441
27466 #, no-wrap
27467 msgid ""
27468 " $ file software.reg\n"
27469 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
27470 " with CRLF line terminators\n"
27471 "\n"
27472 msgstr ""
27473
27474 #. type: textblock
27475 #: ../tools/virt-win-reg.pl:445
27476 msgid "This file would need conversion before you could C<--merge> it."
27477 msgstr ""
27478
27479 #. type: =head1
27480 #: ../tools/virt-win-reg.pl:447
27481 msgid "CurrentControlSet etc."
27482 msgstr ""
27483
27484 #. type: textblock
27485 #: ../tools/virt-win-reg.pl:449
27486 msgid ""
27487 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
27488 "Registry at the level of the hive file, and therefore you cannot modify "
27489 "these."
27490 msgstr ""
27491
27492 #. type: textblock
27493 #: ../tools/virt-win-reg.pl:453
27494 msgid ""
27495 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
27496 "circumstances it might refer to another control set.  The way to find out is "
27497 "to look at the C<HKLM\\SYSTEM\\Select> key:"
27498 msgstr ""
27499
27500 #. type: verbatim
27501 #: ../tools/virt-win-reg.pl:457
27502 #, no-wrap
27503 msgid ""
27504 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
27505 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
27506 " \"Current\"=dword:00000001\n"
27507 " \"Default\"=dword:00000001\n"
27508 " \"Failed\"=dword:00000000\n"
27509 " \"LastKnownGood\"=dword:00000002\n"
27510 "\n"
27511 msgstr ""
27512
27513 #. type: textblock
27514 #: ../tools/virt-win-reg.pl:464
27515 msgid "\"Current\" is the one which Windows will choose when it boots."
27516 msgstr ""
27517
27518 #. type: textblock
27519 #: ../tools/virt-win-reg.pl:466
27520 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
27521 msgstr ""
27522
27523 #. type: =head1
27524 #: ../tools/virt-win-reg.pl:469
27525 msgid "WINDOWS TIPS"
27526 msgstr ""
27527
27528 #. type: textblock
27529 #: ../tools/virt-win-reg.pl:471
27530 msgid ""
27531 "Note that some of these tips modify the guest disk image.  The guest I<must> "
27532 "be shut off, else you will get disk corruption."
27533 msgstr ""
27534
27535 #. type: =head2
27536 #: ../tools/virt-win-reg.pl:474
27537 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
27538 msgstr ""
27539
27540 #. type: textblock
27541 #: ../tools/virt-win-reg.pl:476
27542 msgid ""
27543 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
27544 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
27545 "is uploaded into C<C:\\>:"
27546 msgstr ""
27547
27548 #. type: verbatim
27549 #: ../tools/virt-win-reg.pl:480
27550 #, no-wrap
27551 msgid ""
27552 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
27553 "\n"
27554 msgstr ""
27555
27556 #. type: textblock
27557 #: ../tools/virt-win-reg.pl:482
27558 msgid "Prepare a regedit file containing the registry change:"
27559 msgstr ""
27560
27561 #. type: verbatim
27562 #: ../tools/virt-win-reg.pl:484
27563 #, no-wrap
27564 msgid ""
27565 " cat > test.reg <<'EOF'\n"
27566 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
27567 " \"Test\"=\"c:\\\\test.bat\"\n"
27568 " EOF\n"
27569 "\n"
27570 msgstr ""
27571
27572 #. type: textblock
27573 #: ../tools/virt-win-reg.pl:489
27574 msgid ""
27575 "In this example we use the key C<RunOnce> which means that the script will "
27576 "run precisely once when the first user logs in.  If you want it to run every "
27577 "time a user logs in, replace C<RunOnce> with C<Run>."
27578 msgstr ""
27579
27580 #. type: textblock
27581 #: ../tools/virt-win-reg.pl:493
27582 msgid "Now update the registry:"
27583 msgstr ""
27584
27585 #. type: verbatim
27586 #: ../tools/virt-win-reg.pl:495
27587 #, no-wrap
27588 msgid ""
27589 " virt-win-reg --merge WindowsGuest test.reg\n"
27590 "\n"
27591 msgstr ""
27592
27593 #. type: =head2
27594 #: ../tools/virt-win-reg.pl:497
27595 msgid "INSTALLING A SERVICE"
27596 msgstr ""
27597
27598 #. type: textblock
27599 #: ../tools/virt-win-reg.pl:499
27600 msgid ""
27601 "This section assumes you are familiar with Windows services, and you either "
27602 "have a program which handles the Windows Service Control Protocol directly "
27603 "or you want to run any program using a service wrapper like SrvAny or the "
27604 "free RHSrvAny."
27605 msgstr ""
27606
27607 #. type: textblock
27608 #: ../tools/virt-win-reg.pl:504
27609 msgid ""
27610 "First upload the program and optionally the service wrapper.  In this case "
27611 "the test program is called C<test.exe> and we are using the RHSrvAny "
27612 "wrapper:"
27613 msgstr ""
27614
27615 #. type: verbatim
27616 #: ../tools/virt-win-reg.pl:508
27617 #, no-wrap
27618 msgid ""
27619 " guestfish -i -d WindowsGuest <<EOF\n"
27620 "   upload rhsrvany.exe /rhsrvany.exe\n"
27621 "   upload test.exe /test.exe\n"
27622 " EOF\n"
27623 "\n"
27624 msgstr ""
27625
27626 #. type: textblock
27627 #: ../tools/virt-win-reg.pl:513
27628 msgid ""
27629 "Prepare a regedit file containing the registry changes.  In this example, "
27630 "the first registry change is needed for the service itself or the service "
27631 "wrapper (if used).  The second registry change is only needed because I am "
27632 "using the RHSrvAny service wrapper."
27633 msgstr ""
27634
27635 #. type: verbatim
27636 #: ../tools/virt-win-reg.pl:518
27637 #, no-wrap
27638 msgid ""
27639 " cat > service.reg <<'EOF'\n"
27640 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
27641 " \"Type\"=dword:00000010\n"
27642 " \"Start\"=dword:00000002\n"
27643 " \"ErrorControl\"=dword:00000001\n"
27644 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
27645 " \"DisplayName\"=\"RHSrvAny\"\n"
27646 " \"ObjectName\"=\"NetworkService\"\n"
27647 " \n"
27648 msgstr ""
27649
27650 #. type: verbatim
27651 #: ../tools/virt-win-reg.pl:527
27652 #, no-wrap
27653 msgid ""
27654 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
27655 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
27656 " \"PWD\"=\"c:\\\\Temp\"\n"
27657 " EOF\n"
27658 "\n"
27659 msgstr ""
27660
27661 #. type: textblock
27662 #: ../tools/virt-win-reg.pl:538
27663 msgid ""
27664 "For use of C<ControlSet001> see the section above in this manual page.  You "
27665 "may need to adjust this according to the control set that is in use by the "
27666 "guest."
27667 msgstr ""
27668
27669 #. type: textblock
27670 #: ../tools/virt-win-reg.pl:544
27671 msgid ""
27672 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
27673 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
27674 "privileged account."
27675 msgstr ""
27676
27677 #. type: textblock
27678 #: ../tools/virt-win-reg.pl:550
27679 msgid ""
27680 "For the meaning of the magic numbers, see this Microsoft KB article: "
27681 "L<http://support.microsoft.com/kb/103000>."
27682 msgstr ""
27683
27684 #. type: textblock
27685 #: ../tools/virt-win-reg.pl:555
27686 msgid "Update the registry:"
27687 msgstr ""
27688
27689 #. type: verbatim
27690 #: ../tools/virt-win-reg.pl:557
27691 #, no-wrap
27692 msgid ""
27693 " virt-win-reg --merge WindowsGuest service.reg\n"
27694 "\n"
27695 msgstr ""
27696
27697 #. type: textblock
27698 #: ../tools/virt-win-reg.pl:561
27699 msgid ""
27700 "Be careful when passing parameters containing C<\\> (backslash) in the "
27701 "shell.  Usually you will have to use 'single quotes' or double backslashes "
27702 "(but not both) to protect them from the shell."
27703 msgstr ""
27704
27705 #. type: textblock
27706 #: ../tools/virt-win-reg.pl:565
27707 msgid "Paths and value names are case-insensitive."
27708 msgstr ""
27709
27710 #. type: textblock
27711 #: ../tools/virt-win-reg.pl:574
27712 msgid ""
27713 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
27714 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27715 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
27716 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27717 msgstr ""
27718
27719 #. type: textblock
27720 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
27721 msgid ""
27722 "When reporting bugs, please enable debugging and capture the I<complete> "
27723 "output:"
27724 msgstr ""
27725
27726 #. type: verbatim
27727 #: ../tools/virt-win-reg.pl:592
27728 #, no-wrap
27729 msgid ""
27730 " export LIBGUESTFS_DEBUG=1\n"
27731 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
27732 "\n"
27733 msgstr ""
27734
27735 #. type: textblock
27736 #: ../tools/virt-win-reg.pl:595
27737 msgid ""
27738 "Attach /tmp/virt-win-reg.log to a new bug report at "
27739 "L<https://bugzilla.redhat.com/>"
27740 msgstr ""
27741
27742 #. type: textblock
27743 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:570
27744 msgid "Copyright (C) 2010 Red Hat Inc."
27745 msgstr ""
27746
27747 #. type: textblock
27748 #: ../tools/virt-resize.pl:42
27749 msgid "virt-resize - Resize a virtual machine disk"
27750 msgstr ""
27751
27752 #. type: verbatim
27753 #: ../tools/virt-resize.pl:46
27754 #, no-wrap
27755 msgid ""
27756 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
27757 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
27758 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
27759 "\n"
27760 msgstr ""
27761
27762 #. type: textblock
27763 #: ../tools/virt-resize.pl:52
27764 msgid ""
27765 "Virt-resize is a tool which can resize a virtual machine disk, making it "
27766 "larger or smaller overall, and resizing or deleting any partitions contained "
27767 "within."
27768 msgstr ""
27769
27770 #. type: textblock
27771 #: ../tools/virt-resize.pl:56
27772 msgid ""
27773 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
27774 "not> be used on live virtual machines - for consistent results, shut the "
27775 "virtual machine down before resizing it."
27776 msgstr ""
27777
27778 #. type: textblock
27779 #: ../tools/virt-resize.pl:60
27780 msgid ""
27781 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
27782 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
27783 msgstr ""
27784
27785 #. type: textblock
27786 #: ../tools/virt-resize.pl:66
27787 msgid ""
27788 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
27789 "fill the extra 5GB of space."
27790 msgstr ""
27791
27792 #. type: verbatim
27793 #: ../tools/virt-resize.pl:69
27794 #, no-wrap
27795 msgid ""
27796 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
27797 " virt-filesystems --long -h --all -a olddisk\n"
27798 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
27799 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
27800 "\n"
27801 msgstr ""
27802
27803 #. type: textblock
27804 #: ../tools/virt-resize.pl:74
27805 msgid ""
27806 "As above, but make the /boot partition 200MB bigger, while giving the "
27807 "remaining space to /dev/sda2:"
27808 msgstr ""
27809
27810 #. type: verbatim
27811 #: ../tools/virt-resize.pl:77
27812 #, no-wrap
27813 msgid ""
27814 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
27815 "\n"
27816 msgstr ""
27817
27818 #. type: textblock
27819 #: ../tools/virt-resize.pl:79
27820 msgid "As above, but the output format will be uncompressed qcow2:"
27821 msgstr ""
27822
27823 #. type: verbatim
27824 #: ../tools/virt-resize.pl:81
27825 #, no-wrap
27826 msgid ""
27827 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
27828 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
27829 "\n"
27830 msgstr ""
27831
27832 #. type: =head1
27833 #: ../tools/virt-resize.pl:84
27834 msgid "DETAILED USAGE"
27835 msgstr ""
27836
27837 #. type: =head2
27838 #: ../tools/virt-resize.pl:86
27839 msgid "EXPANDING A VIRTUAL MACHINE DISK"
27840 msgstr ""
27841
27842 #. type: =item
27843 #: ../tools/virt-resize.pl:90
27844 msgid "1. Shut down the virtual machine"
27845 msgstr ""
27846
27847 #. type: =item
27848 #: ../tools/virt-resize.pl:92
27849 msgid "2. Locate input disk image"
27850 msgstr ""
27851
27852 #. type: textblock
27853 #: ../tools/virt-resize.pl:94
27854 msgid ""
27855 "Locate the input disk image (ie. the file or device on the host containing "
27856 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
27857 "dumpxml> like this to find the disk image name:"
27858 msgstr ""
27859
27860 #. type: verbatim
27861 #: ../tools/virt-resize.pl:98
27862 #, no-wrap
27863 msgid ""
27864 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
27865 " Found 1 nodes:\n"
27866 " -- NODE --\n"
27867 " <source dev=\"/dev/vg/lv_guest\" />\n"
27868 "\n"
27869 msgstr ""
27870
27871 #. type: =item
27872 #: ../tools/virt-resize.pl:103
27873 msgid "3. Look at current sizing"
27874 msgstr ""
27875
27876 #. type: textblock
27877 #: ../tools/virt-resize.pl:105
27878 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
27879 msgstr ""
27880
27881 #. type: verbatim
27882 #: ../tools/virt-resize.pl:108
27883 #, no-wrap
27884 msgid ""
27885 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
27886 " Name       Type       Size  Parent\n"
27887 " /dev/sda1  partition  101M  /dev/sda\n"
27888 " /dev/sda2  partition  7.9G  /dev/sda\n"
27889 " /dev/sda   device     8.0G  -\n"
27890 "\n"
27891 msgstr ""
27892
27893 #. type: textblock
27894 #: ../tools/virt-resize.pl:114
27895 msgid ""
27896 "(This example is a virtual machine with an 8 GB disk which we would like to "
27897 "expand up to 10 GB)."
27898 msgstr ""
27899
27900 #. type: =item
27901 #: ../tools/virt-resize.pl:117
27902 msgid "4. Create output disk"
27903 msgstr ""
27904
27905 #. type: textblock
27906 #: ../tools/virt-resize.pl:119
27907 msgid ""
27908 "Virt-resize cannot do in-place disk modifications.  You have to have space "
27909 "to store the resized output disk."
27910 msgstr ""
27911
27912 #. type: textblock
27913 #: ../tools/virt-resize.pl:122
27914 msgid "To store the resized disk image in a file, create a file of a suitable size:"
27915 msgstr ""
27916
27917 #. type: verbatim
27918 #: ../tools/virt-resize.pl:125
27919 #, no-wrap
27920 msgid ""
27921 " # rm -f outdisk\n"
27922 " # truncate -s 10G outdisk\n"
27923 "\n"
27924 msgstr ""
27925
27926 #. type: textblock
27927 #: ../tools/virt-resize.pl:128
27928 msgid "Or use L<lvcreate(1)> to create a logical volume:"
27929 msgstr ""
27930
27931 #. type: verbatim
27932 #: ../tools/virt-resize.pl:130
27933 #, no-wrap
27934 msgid ""
27935 " # lvcreate -L 10G -n lv_name vg_name\n"
27936 "\n"
27937 msgstr ""
27938
27939 #. type: textblock
27940 #: ../tools/virt-resize.pl:132
27941 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
27942 msgstr ""
27943
27944 #. type: verbatim
27945 #: ../tools/virt-resize.pl:134
27946 #, no-wrap
27947 msgid ""
27948 " # virsh pool-list\n"
27949 " # virsh vol-create-as poolname newvol 10G\n"
27950 "\n"
27951 msgstr ""
27952
27953 #. type: =item
27954 #: ../tools/virt-resize.pl:137
27955 msgid "5. Resize"
27956 msgstr ""
27957
27958 #. type: textblock
27959 #: ../tools/virt-resize.pl:139
27960 msgid ""
27961 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
27962 "file) and the output disk.  The output disk is the one created in the "
27963 "previous step."
27964 msgstr ""
27965
27966 #. type: verbatim
27967 #: ../tools/virt-resize.pl:143
27968 #, no-wrap
27969 msgid ""
27970 " # virt-resize indisk outdisk\n"
27971 "\n"
27972 msgstr ""
27973
27974 #. type: textblock
27975 #: ../tools/virt-resize.pl:145
27976 msgid ""
27977 "This command just copies disk image C<indisk> to disk image C<outdisk> "
27978 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
27979 "larger, then an extra, empty partition is created at the end of the disk "
27980 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
27981 "error."
27982 msgstr ""
27983
27984 #. type: textblock
27985 #: ../tools/virt-resize.pl:151
27986 msgid ""
27987 "More realistically you'd want to expand existing partitions in the disk "
27988 "image by passing extra options (for the full list see the L</OPTIONS> "
27989 "section below)."
27990 msgstr ""
27991
27992 #. type: textblock
27993 #: ../tools/virt-resize.pl:155
27994 msgid ""
27995 "L</--expand> is the most useful option.  It expands the named partition "
27996 "within the disk to fill any extra space:"
27997 msgstr ""
27998
27999 #. type: verbatim
28000 #: ../tools/virt-resize.pl:158
28001 #, no-wrap
28002 msgid ""
28003 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
28004 "\n"
28005 msgstr ""
28006
28007 #. type: textblock
28008 #: ../tools/virt-resize.pl:160
28009 msgid ""
28010 "(In this case, an extra partition is I<not> created at the end of the disk, "
28011 "because there will be no unused space)."
28012 msgstr ""
28013
28014 #. type: textblock
28015 #: ../tools/virt-resize.pl:163
28016 msgid ""
28017 "L</--resize> is the other commonly used option.  The following would "
28018 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28019 "rest of the available space:"
28020 msgstr ""
28021
28022 #. type: verbatim
28023 #: ../tools/virt-resize.pl:167
28024 #, no-wrap
28025 msgid ""
28026 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28027 "     indisk outdisk\n"
28028 "\n"
28029 msgstr ""
28030
28031 #. type: textblock
28032 #: ../tools/virt-resize.pl:170
28033 msgid ""
28034 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28035 "if virt-resize knows how, it will resize the contents, the equivalent of "
28036 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28037 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28038 "filesystems, so you would have to online resize them after booting the "
28039 "guest."
28040 msgstr ""
28041
28042 #. type: textblock
28043 #: ../tools/virt-resize.pl:177
28044 msgid "Other options are covered below."
28045 msgstr ""
28046
28047 #. type: =item
28048 #: ../tools/virt-resize.pl:179
28049 msgid "6. Test"
28050 msgstr ""
28051
28052 #. type: textblock
28053 #: ../tools/virt-resize.pl:181
28054 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28055 msgstr ""
28056
28057 #. type: textblock
28058 #: ../tools/virt-resize.pl:183
28059 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28060 msgstr ""
28061
28062 #. type: verbatim
28063 #: ../tools/virt-resize.pl:185
28064 #, no-wrap
28065 msgid ""
28066 " # virsh edit guestname\n"
28067 "\n"
28068 msgstr ""
28069
28070 #. type: textblock
28071 #: ../tools/virt-resize.pl:187
28072 msgid ""
28073 "Change E<lt>source ...E<gt>, see "
28074 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28075 msgstr ""
28076
28077 #. type: textblock
28078 #: ../tools/virt-resize.pl:190
28079 msgid "Then start up the domain with the new, resized disk:"
28080 msgstr ""
28081
28082 #. type: verbatim
28083 #: ../tools/virt-resize.pl:192
28084 #, no-wrap
28085 msgid ""
28086 " # virsh start guestname\n"
28087 "\n"
28088 msgstr ""
28089
28090 #. type: textblock
28091 #: ../tools/virt-resize.pl:194
28092 msgid ""
28093 "and check that it still works.  See also the L</NOTES> section below for "
28094 "additional information."
28095 msgstr ""
28096
28097 #. type: =item
28098 #: ../tools/virt-resize.pl:197
28099 msgid "7. Resize LVs etc inside the guest"
28100 msgstr ""
28101
28102 #. type: textblock
28103 #: ../tools/virt-resize.pl:199
28104 msgid "(This can also be done offline using L<guestfish(1)>)"
28105 msgstr ""
28106
28107 #. type: textblock
28108 #: ../tools/virt-resize.pl:201
28109 msgid ""
28110 "Once the guest has booted you should see the new space available, at least "
28111 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28112 "may need to resize LVs inside PVs, and also resize filesystem types that "
28113 "virt-resize does not know how to expand."
28114 msgstr ""
28115
28116 #. type: =head2
28117 #: ../tools/virt-resize.pl:208
28118 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28119 msgstr ""
28120
28121 #. type: textblock
28122 #: ../tools/virt-resize.pl:210
28123 msgid ""
28124 "Shrinking is somewhat more complex than expanding, and only an overview is "
28125 "given here."
28126 msgstr ""
28127
28128 #. type: textblock
28129 #: ../tools/virt-resize.pl:213
28130 msgid ""
28131 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28132 "filesystems).  The user has to shrink content before passing the disk image "
28133 "to virt-resize, and virt-resize will check that the content has been shrunk "
28134 "properly."
28135 msgstr ""
28136
28137 #. type: textblock
28138 #: ../tools/virt-resize.pl:218
28139 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28140 msgstr ""
28141
28142 #. type: textblock
28143 #: ../tools/virt-resize.pl:220
28144 msgid ""
28145 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28146 "steps 3 and 4 above to allocate a new disk image."
28147 msgstr ""
28148
28149 #. type: textblock
28150 #: ../tools/virt-resize.pl:223
28151 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28152 msgstr ""
28153
28154 #. type: =head2
28155 #: ../tools/virt-resize.pl:226
28156 msgid "IGNORING OR DELETING PARTITIONS"
28157 msgstr ""
28158
28159 #. type: textblock
28160 #: ../tools/virt-resize.pl:228
28161 msgid ""
28162 "virt-resize also gives a convenient way to ignore or delete partitions when "
28163 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28164 "up the copy where you don't care about the existing contents of a "
28165 "partition.  Deleting a partition removes it completely, but note that it "
28166 "also renumbers any partitions after the one which is deleted, which can "
28167 "leave some guests unbootable."
28168 msgstr ""
28169
28170 #. type: =head2
28171 #: ../tools/virt-resize.pl:235
28172 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28173 msgstr ""
28174
28175 #. type: textblock
28176 #: ../tools/virt-resize.pl:237
28177 msgid ""
28178 "If the input disk is in qcow2 format, then you may prefer that the output is "
28179 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28180 "the fly.  The output format is simply determined by the format of the empty "
28181 "output container that you provide.  Thus to create qcow2 output, use:"
28182 msgstr ""
28183
28184 #. type: verbatim
28185 #: ../tools/virt-resize.pl:243
28186 #, no-wrap
28187 msgid ""
28188 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28189 "\n"
28190 msgstr ""
28191
28192 #. type: textblock
28193 #: ../tools/virt-resize.pl:245
28194 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28195 msgstr ""
28196
28197 #. type: textblock
28198 #: ../tools/virt-resize.pl:247
28199 msgid "Similarly, to get non-sparse raw output use:"
28200 msgstr ""
28201
28202 #. type: verbatim
28203 #: ../tools/virt-resize.pl:249
28204 #, no-wrap
28205 msgid ""
28206 " fallocate -l size outdisk\n"
28207 "\n"
28208 msgstr ""
28209
28210 #. type: textblock
28211 #: ../tools/virt-resize.pl:251
28212 msgid ""
28213 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28214 "if=/dev/zero of=outdisk bs=1M count=..>)"
28215 msgstr ""
28216
28217 #. type: textblock
28218 #: ../tools/virt-resize.pl:264
28219 msgid "Display help."
28220 msgstr ""
28221
28222 #. type: =item
28223 #: ../tools/virt-resize.pl:278
28224 msgid "B<--resize part=size>"
28225 msgstr ""
28226
28227 #. type: textblock
28228 #: ../tools/virt-resize.pl:280
28229 msgid ""
28230 "Resize the named partition (expanding or shrinking it) so that it has the "
28231 "given size."
28232 msgstr ""
28233
28234 #. type: textblock
28235 #: ../tools/virt-resize.pl:283
28236 msgid ""
28237 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28238 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28239 "Exabytes; or as a percentage of the current size; or as a relative number or "
28240 "percentage.  For example:"
28241 msgstr ""
28242
28243 #. type: verbatim
28244 #: ../tools/virt-resize.pl:288
28245 #, no-wrap
28246 msgid ""
28247 " --resize /dev/sda2=10G\n"
28248 "\n"
28249 msgstr ""
28250
28251 #. type: verbatim
28252 #: ../tools/virt-resize.pl:290
28253 #, no-wrap
28254 msgid ""
28255 " --resize /dev/sda4=90%\n"
28256 "\n"
28257 msgstr ""
28258
28259 #. type: verbatim
28260 #: ../tools/virt-resize.pl:292
28261 #, no-wrap
28262 msgid ""
28263 " --resize /dev/sda2=+1G\n"
28264 "\n"
28265 msgstr ""
28266
28267 #. type: verbatim
28268 #: ../tools/virt-resize.pl:294
28269 #, no-wrap
28270 msgid ""
28271 " --resize /dev/sda2=-200M\n"
28272 "\n"
28273 msgstr ""
28274
28275 #. type: verbatim
28276 #: ../tools/virt-resize.pl:296
28277 #, no-wrap
28278 msgid ""
28279 " --resize /dev/sda1=+128K\n"
28280 "\n"
28281 msgstr ""
28282
28283 #. type: verbatim
28284 #: ../tools/virt-resize.pl:298
28285 #, no-wrap
28286 msgid ""
28287 " --resize /dev/sda1=+10%\n"
28288 "\n"
28289 msgstr ""
28290
28291 #. type: verbatim
28292 #: ../tools/virt-resize.pl:300
28293 #, no-wrap
28294 msgid ""
28295 " --resize /dev/sda1=-10%\n"
28296 "\n"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../tools/virt-resize.pl:302
28301 msgid ""
28302 "You can increase the size of any partition.  Virt-resize will expand the "
28303 "direct content of the partition if it knows how (see C<--expand> below)."
28304 msgstr ""
28305
28306 #. type: textblock
28307 #: ../tools/virt-resize.pl:306
28308 msgid ""
28309 "You can only I<decrease> the size of partitions that contain filesystems or "
28310 "PVs which have already been shrunk.  Virt-resize will check this has been "
28311 "done before proceeding, or else will print an error (see also "
28312 "C<--resize-force>)."
28313 msgstr ""
28314
28315 #. type: textblock
28316 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28317 msgid "You can give this option multiple times."
28318 msgstr ""
28319
28320 #. type: =item
28321 #: ../tools/virt-resize.pl:317
28322 msgid "B<--resize-force part=size>"
28323 msgstr ""
28324
28325 #. type: textblock
28326 #: ../tools/virt-resize.pl:319
28327 msgid ""
28328 "This is the same as C<--resize> except that it will let you decrease the "
28329 "size of any partition.  Generally this means you will lose any data which "
28330 "was at the end of the partition you shrink, but you may not care about that "
28331 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28332 "as a swap partition)."
28333 msgstr ""
28334
28335 #. type: textblock
28336 #: ../tools/virt-resize.pl:325
28337 msgid "See also the C<--ignore> option."
28338 msgstr ""
28339
28340 #. type: =item
28341 #: ../tools/virt-resize.pl:331
28342 msgid "B<--expand part>"
28343 msgstr ""
28344
28345 #. type: textblock
28346 #: ../tools/virt-resize.pl:333
28347 msgid ""
28348 "Expand the named partition so it uses up all extra space (space left over "
28349 "after any other resize changes that you request have been done)."
28350 msgstr ""
28351
28352 #. type: textblock
28353 #: ../tools/virt-resize.pl:336
28354 msgid ""
28355 "If virt-resize knows how, it will expand the direct content of the "
28356 "partition.  For example, if the partition is an LVM PV, it will expand the "
28357 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28358 "content it doesn't know about alone."
28359 msgstr ""
28360
28361 #. type: textblock
28362 #: ../tools/virt-resize.pl:341
28363 msgid "Currently virt-resize can resize:"
28364 msgstr ""
28365
28366 #. type: textblock
28367 #: ../tools/virt-resize.pl:347
28368 msgid ""
28369 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28370 "partition."
28371 msgstr ""
28372
28373 #. type: textblock
28374 #: ../tools/virt-resize.pl:352
28375 msgid ""
28376 "NTFS filesystems contained directly in a partition, if libguestfs was "
28377 "compiled with support for NTFS."
28378 msgstr ""
28379
28380 #. type: textblock
28381 #: ../tools/virt-resize.pl:355
28382 msgid ""
28383 "The filesystem must have been shut down consistently last time it was used.  "
28384 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
28385 "consistency check, so at the first boot after resizing Windows will check "
28386 "the disk."
28387 msgstr ""
28388
28389 #. type: textblock
28390 #: ../tools/virt-resize.pl:362
28391 msgid ""
28392 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
28393 "inside the PV, but see the C<--LV-expand> option.  The user could also "
28394 "resize LVs as desired after boot."
28395 msgstr ""
28396
28397 #. type: textblock
28398 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
28399 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
28400 msgstr ""
28401
28402 #. type: =item
28403 #: ../tools/virt-resize.pl:374
28404 msgid "B<--shrink part>"
28405 msgstr ""
28406
28407 #. type: textblock
28408 #: ../tools/virt-resize.pl:376
28409 msgid ""
28410 "Shrink the named partition until the overall disk image fits in the "
28411 "destination.  The named partition B<must> contain a filesystem or PV which "
28412 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
28413 "online tools).  Virt-resize will check this and give an error if it has not "
28414 "been done."
28415 msgstr ""
28416
28417 #. type: textblock
28418 #: ../tools/virt-resize.pl:382
28419 msgid ""
28420 "The amount by which the overall disk must be shrunk (after carrying out all "
28421 "other operations requested by the user) is called the \"deficit\".  For "
28422 "example, a straight copy (assume no other operations)  from a 5GB disk image "
28423 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
28424 "would give an error unless the user specified a partition to shrink and that "
28425 "partition had more than a gigabyte of free space."
28426 msgstr ""
28427
28428 #. type: =item
28429 #: ../tools/virt-resize.pl:396
28430 msgid "B<--ignore part>"
28431 msgstr ""
28432
28433 #. type: textblock
28434 #: ../tools/virt-resize.pl:398
28435 msgid ""
28436 "Ignore the named partition.  Effectively this means the partition is "
28437 "allocated on the destination disk, but the content is not copied across from "
28438 "the source disk.  The content of the partition will be blank (all zero "
28439 "bytes)."
28440 msgstr ""
28441
28442 #. type: =item
28443 #: ../tools/virt-resize.pl:409
28444 msgid "B<--delete part>"
28445 msgstr ""
28446
28447 #. type: textblock
28448 #: ../tools/virt-resize.pl:411
28449 msgid ""
28450 "Delete the named partition.  It would be more accurate to describe this as "
28451 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
28452 "the original disk image is left intact."
28453 msgstr ""
28454
28455 #. type: textblock
28456 #: ../tools/virt-resize.pl:415
28457 msgid ""
28458 "Note that when you delete a partition, then anything contained in the "
28459 "partition is also deleted.  Furthermore, this causes any partitions that "
28460 "come after to be I<renumbered>, which can easily make your guest unbootable."
28461 msgstr ""
28462
28463 #. type: =item
28464 #: ../tools/virt-resize.pl:426
28465 msgid "B<--LV-expand logvol>"
28466 msgstr ""
28467
28468 #. type: textblock
28469 #: ../tools/virt-resize.pl:428
28470 msgid ""
28471 "This takes the logical volume and, as a final step, expands it to fill all "
28472 "the space available in its volume group.  A typical usage, assuming a Linux "
28473 "guest with a single PV C</dev/sda2> and a root device called "
28474 "C</dev/vg_guest/lv_root> would be:"
28475 msgstr ""
28476
28477 #. type: verbatim
28478 #: ../tools/virt-resize.pl:433
28479 #, no-wrap
28480 msgid ""
28481 " virt-resize indisk outdisk \\\n"
28482 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
28483 "\n"
28484 msgstr ""
28485
28486 #. type: textblock
28487 #: ../tools/virt-resize.pl:436
28488 msgid ""
28489 "This would first expand the partition (and PV), and then expand the root "
28490 "device to fill the extra space in the PV."
28491 msgstr ""
28492
28493 #. type: textblock
28494 #: ../tools/virt-resize.pl:439
28495 msgid ""
28496 "The contents of the LV are also resized if virt-resize knows how to do "
28497 "that.  You can stop virt-resize from trying to expand the content by using "
28498 "the option C<--no-expand-content>."
28499 msgstr ""
28500
28501 #. type: textblock
28502 #: ../tools/virt-resize.pl:443
28503 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
28504 msgstr ""
28505
28506 #. type: textblock
28507 #: ../tools/virt-resize.pl:446
28508 msgid ""
28509 "You can give this option multiple times, I<but> it doesn't make sense to do "
28510 "this unless the logical volumes you specify are all in different volume "
28511 "groups."
28512 msgstr ""
28513
28514 #. type: =item
28515 #: ../tools/virt-resize.pl:454
28516 msgid "B<--no-copy-boot-loader>"
28517 msgstr ""
28518
28519 #. type: textblock
28520 #: ../tools/virt-resize.pl:456
28521 msgid ""
28522 "By default, virt-resize copies over some sectors at the start of the disk "
28523 "(up to the beginning of the first partition).  Commonly these sectors "
28524 "contain the Master Boot Record (MBR) and the boot loader, and are required "
28525 "in order for the guest to boot correctly."
28526 msgstr ""
28527
28528 #. type: textblock
28529 #: ../tools/virt-resize.pl:461
28530 msgid ""
28531 "If you specify this flag, then this initial copy is not done.  You may need "
28532 "to reinstall the boot loader in this case."
28533 msgstr ""
28534
28535 #. type: =item
28536 #: ../tools/virt-resize.pl:469
28537 msgid "B<--no-extra-partition>"
28538 msgstr ""
28539
28540 #. type: textblock
28541 #: ../tools/virt-resize.pl:471
28542 msgid ""
28543 "By default, virt-resize creates an extra partition if there is any extra, "
28544 "unused space after all resizing has happened.  Use this option to prevent "
28545 "the extra partition from being created.  If you do this then the extra space "
28546 "will be inaccessible until you run fdisk, parted, or some other partitioning "
28547 "tool in the guest."
28548 msgstr ""
28549
28550 #. type: textblock
28551 #: ../tools/virt-resize.pl:477
28552 msgid ""
28553 "Note that if the surplus space is smaller than 10 MB, no extra partition "
28554 "will be created."
28555 msgstr ""
28556
28557 #. type: =item
28558 #: ../tools/virt-resize.pl:484
28559 msgid "B<--no-expand-content>"
28560 msgstr ""
28561
28562 #. type: textblock
28563 #: ../tools/virt-resize.pl:486
28564 msgid ""
28565 "By default, virt-resize will try to expand the direct contents of "
28566 "partitions, if it knows how (see C<--expand> option above)."
28567 msgstr ""
28568
28569 #. type: textblock
28570 #: ../tools/virt-resize.pl:489
28571 msgid ""
28572 "If you give the C<--no-expand-content> option then virt-resize will not "
28573 "attempt this."
28574 msgstr ""
28575
28576 #. type: =item
28577 #: ../tools/virt-resize.pl:496
28578 msgid "B<-d> | B<--debug>"
28579 msgstr ""
28580
28581 #. type: =item
28582 #: ../tools/virt-resize.pl:504
28583 msgid "B<-n> | B<--dryrun>"
28584 msgstr ""
28585
28586 #. type: textblock
28587 #: ../tools/virt-resize.pl:506
28588 msgid "Print a summary of what would be done, but don't do anything."
28589 msgstr ""
28590
28591 #. type: =item
28592 #: ../tools/virt-resize.pl:512
28593 msgid "B<-q> | B<--quiet>"
28594 msgstr ""
28595
28596 #. type: textblock
28597 #: ../tools/virt-resize.pl:514
28598 msgid "Don't print the summary."
28599 msgstr ""
28600
28601 #. type: textblock
28602 #: ../tools/virt-resize.pl:522
28603 msgid ""
28604 "Specify the format of the input disk image.  If this flag is not given then "
28605 "it is auto-detected from the image itself."
28606 msgstr ""
28607
28608 #. type: textblock
28609 #: ../tools/virt-resize.pl:528
28610 msgid ""
28611 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
28612 "AND NON-SPARSE RAW FORMATS>."
28613 msgstr ""
28614
28615 #. type: =item
28616 #: ../tools/virt-resize.pl:535
28617 msgid "B<--output-format> raw"
28618 msgstr ""
28619
28620 #. type: textblock
28621 #: ../tools/virt-resize.pl:537
28622 msgid ""
28623 "Specify the format of the output disk image.  If this flag is not given then "
28624 "it is auto-detected from the image itself."
28625 msgstr ""
28626
28627 #. type: textblock
28628 #: ../tools/virt-resize.pl:543
28629 msgid ""
28630 "Note that you still need to create the output disk with the right format.  "
28631 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
28632 msgstr ""
28633
28634 #. type: =head1
28635 #: ../tools/virt-resize.pl:1419
28636 msgid "NOTES"
28637 msgstr ""
28638
28639 #. type: =head2
28640 #: ../tools/virt-resize.pl:1421
28641 msgid "\"Partition 1 does not end on cylinder boundary.\""
28642 msgstr ""
28643
28644 #. type: textblock
28645 #: ../tools/virt-resize.pl:1423
28646 msgid ""
28647 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
28648 "means the partitions will not be aligned to the ancient CHS geometry.  "
28649 "However CHS geometry is meaningless for disks manufactured since the early "
28650 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
28651 "cylinders is not required by any modern operating system."
28652 msgstr ""
28653
28654 #. type: =head2
28655 #: ../tools/virt-resize.pl:1430
28656 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
28657 msgstr ""
28658
28659 #. type: textblock
28660 #: ../tools/virt-resize.pl:1432
28661 msgid ""
28662 "In Windows Vista and later versions, Microsoft switched to using a separate "
28663 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
28664 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
28665 "the boot partition.  Doing so seems to break the guest completely.  However "
28666 "expanding the second partition (ie. C: drive) should work."
28667 msgstr ""
28668
28669 #. type: textblock
28670 #: ../tools/virt-resize.pl:1439
28671 msgid ""
28672 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
28673 "NTFS partitions have been expanded.  This is just a safety check and (unless "
28674 "it find errors) is nothing to worry about."
28675 msgstr ""
28676
28677 #. type: =head2
28678 #: ../tools/virt-resize.pl:1443
28679 msgid "GUEST BOOT STUCK AT \"GRUB\""
28680 msgstr ""
28681
28682 #. type: textblock
28683 #: ../tools/virt-resize.pl:1445
28684 msgid ""
28685 "If a Linux guest does not boot after resizing, and the boot is stuck after "
28686 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
28687 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
28688 "although we think is to do with partition alignment."
28689 msgstr ""
28690
28691 #. type: verbatim
28692 #: ../tools/virt-resize.pl:1450
28693 #, no-wrap
28694 msgid ""
28695 " guestfish -i -a newdisk\n"
28696 " ><fs> cat /boot/grub/device.map\n"
28697 " # check the contents of this file are sensible or\n"
28698 " # edit the file if necessary\n"
28699 " ><fs> grub-install / /dev/vda\n"
28700 " ><fs> exit\n"
28701 "\n"
28702 msgstr ""
28703
28704 #. type: textblock
28705 #: ../tools/virt-resize.pl:1457
28706 msgid ""
28707 "For more flexible guest reconfiguration, including if you need to specify "
28708 "other parameters to grub-install, use L<virt-rescue(1)>."
28709 msgstr ""
28710
28711 #. type: =head1
28712 #: ../tools/virt-resize.pl:1460
28713 msgid "ALTERNATIVE TOOLS"
28714 msgstr ""
28715
28716 #. type: textblock
28717 #: ../tools/virt-resize.pl:1462
28718 msgid ""
28719 "There are several proprietary tools for resizing partitions.  We won't "
28720 "mention any here."
28721 msgstr ""
28722
28723 #. type: textblock
28724 #: ../tools/virt-resize.pl:1465
28725 msgid ""
28726 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
28727 "operations on disk images.  They can resize and move partitions, but I don't "
28728 "think they can do anything with the contents, and they certainly don't "
28729 "understand LVM."
28730 msgstr ""
28731
28732 #. type: textblock
28733 #: ../tools/virt-resize.pl:1470
28734 msgid ""
28735 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
28736 "but at a much lower level.  You will probably end up hand-calculating sector "
28737 "offsets, which is something that virt-resize was designed to avoid.  If you "
28738 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
28739 "C<--debug> flag."
28740 msgstr ""
28741
28742 #. type: textblock
28743 #: ../tools/virt-resize.pl:1485
28744 msgid ""
28745 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
28746 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
28747 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
28748 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
28749 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28750 msgstr ""
28751
28752 #. type: textblock
28753 #: ../tools/virt-list-filesystems.pl:32
28754 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
28755 msgstr ""
28756
28757 #. type: verbatim
28758 #: ../tools/virt-list-filesystems.pl:36
28759 #, no-wrap
28760 msgid ""
28761 " virt-list-filesystems [--options] domname\n"
28762 "\n"
28763 msgstr ""
28764
28765 #. type: verbatim
28766 #: ../tools/virt-list-filesystems.pl:38
28767 #, no-wrap
28768 msgid ""
28769 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
28770 "\n"
28771 msgstr ""
28772
28773 #. type: textblock
28774 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
28775 msgid ""
28776 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
28777 "replacement."
28778 msgstr ""
28779
28780 #. type: textblock
28781 #: ../tools/virt-list-filesystems.pl:45
28782 msgid ""
28783 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
28784 "are contained in a virtual machine or disk image."
28785 msgstr ""
28786
28787 #. type: textblock
28788 #: ../tools/virt-list-filesystems.pl:49
28789 msgid ""
28790 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
28791 "functionality.  For more complex cases you should look at the "
28792 "L<guestfish(1)> tool."
28793 msgstr ""
28794
28795 #. type: =item
28796 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
28797 msgid "B<-l> | B<--long>"
28798 msgstr ""
28799
28800 #. type: textblock
28801 #: ../tools/virt-list-filesystems.pl:108
28802 msgid ""
28803 "With this option, C<virt-list-filesystems> displays the type of each "
28804 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
28805 msgstr ""
28806
28807 #. type: =item
28808 #: ../tools/virt-list-filesystems.pl:115
28809 msgid "B<-a> | B<--all>"
28810 msgstr ""
28811
28812 #. type: textblock
28813 #: ../tools/virt-list-filesystems.pl:117
28814 msgid ""
28815 "Normally we only show mountable filesystems.  If this option is given then "
28816 "swap devices are shown too."
28817 msgstr ""
28818
28819 #. type: textblock
28820 #: ../tools/virt-list-filesystems.pl:191
28821 msgid ""
28822 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
28823 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
28824 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28825 msgstr ""
28826
28827 #. type: textblock
28828 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
28829 msgid "Copyright (C) 2009 Red Hat Inc."
28830 msgstr ""
28831
28832 #. type: textblock
28833 #: ../tools/virt-tar.pl:33
28834 msgid "virt-tar - Extract or upload files to a virtual machine"
28835 msgstr ""
28836
28837 #. type: verbatim
28838 #: ../tools/virt-tar.pl:37
28839 #, no-wrap
28840 msgid ""
28841 " virt-tar [--options] -x domname directory tarball\n"
28842 "\n"
28843 msgstr ""
28844
28845 #. type: verbatim
28846 #: ../tools/virt-tar.pl:39
28847 #, no-wrap
28848 msgid ""
28849 " virt-tar [--options] -u domname tarball directory\n"
28850 "\n"
28851 msgstr ""
28852
28853 #. type: verbatim
28854 #: ../tools/virt-tar.pl:41
28855 #, no-wrap
28856 msgid ""
28857 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
28858 "\n"
28859 msgstr ""
28860
28861 #. type: verbatim
28862 #: ../tools/virt-tar.pl:43
28863 #, no-wrap
28864 msgid ""
28865 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
28866 "\n"
28867 msgstr ""
28868
28869 #. type: textblock
28870 #: ../tools/virt-tar.pl:47
28871 msgid "Download C</home> from the VM into a local tarball:"
28872 msgstr ""
28873
28874 #. type: verbatim
28875 #: ../tools/virt-tar.pl:49
28876 #, no-wrap
28877 msgid ""
28878 " virt-tar -x domname /home home.tar\n"
28879 "\n"
28880 msgstr ""
28881
28882 #. type: verbatim
28883 #: ../tools/virt-tar.pl:51
28884 #, no-wrap
28885 msgid ""
28886 " virt-tar -zx domname /home home.tar.gz\n"
28887 "\n"
28888 msgstr ""
28889
28890 #. type: textblock
28891 #: ../tools/virt-tar.pl:53
28892 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
28893 msgstr ""
28894
28895 #. type: verbatim
28896 #: ../tools/virt-tar.pl:55
28897 #, no-wrap
28898 msgid ""
28899 " virt-tar -u domname uploadstuff.tar /tmp\n"
28900 "\n"
28901 msgstr ""
28902
28903 #. type: verbatim
28904 #: ../tools/virt-tar.pl:57
28905 #, no-wrap
28906 msgid ""
28907 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
28908 "\n"
28909 msgstr ""
28910
28911 #. type: textblock
28912 #: ../tools/virt-tar.pl:61
28913 msgid ""
28914 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
28915 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
28916 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
28917 msgstr ""
28918
28919 #. type: textblock
28920 #: ../tools/virt-tar.pl:66
28921 msgid ""
28922 "You can use C<-x> (extract) on live virtual machines, but you might get "
28923 "inconsistent results or errors if there is filesystem activity inside the "
28924 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
28925 "work, but the only way to guarantee consistent results is if the virtual "
28926 "machine is shut down."
28927 msgstr ""
28928
28929 #. type: textblock
28930 #: ../tools/virt-tar.pl:74
28931 msgid ""
28932 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
28933 "parts of a guest filesystem.  There are many possibilities: making backups, "
28934 "uploading data files, snooping on guest activity, fixing or customizing "
28935 "guests, etc."
28936 msgstr ""
28937
28938 #. type: textblock
28939 #: ../tools/virt-tar.pl:79
28940 msgid ""
28941 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
28942 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
28943 "should look at the L<guestfish(1)> tool."
28944 msgstr ""
28945
28946 #. type: textblock
28947 #: ../tools/virt-tar.pl:83
28948 msgid ""
28949 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
28950 "its contents (recursively) from the virtual machine into a local tarball.  "
28951 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
28952 "virtual machine.  You cannot use these two options together."
28953 msgstr ""
28954
28955 #. type: textblock
28956 #: ../tools/virt-tar.pl:89
28957 msgid ""
28958 "In addition, you may need to use the C<-z> (gZip) option to enable "
28959 "compression.  When uploading, you have to specify C<-z> if the upload file "
28960 "is compressed because virt-tar won't detect this on its own."
28961 msgstr ""
28962
28963 #. type: textblock
28964 #: ../tools/virt-tar.pl:93
28965 msgid ""
28966 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
28967 "example it cannot do PKZip files or bzip2 compression.  If you want that "
28968 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
28969 "the L<libguestfs(3)> API)."
28970 msgstr ""
28971
28972 #. type: =item
28973 #: ../tools/virt-tar.pl:151
28974 msgid "B<-x> | B<--extract> | B<--download>"
28975 msgstr ""
28976
28977 #. type: =item
28978 #: ../tools/virt-tar.pl:153
28979 msgid "B<-u> | B<--upload>"
28980 msgstr ""
28981
28982 #. type: textblock
28983 #: ../tools/virt-tar.pl:155
28984 msgid ""
28985 "Use C<-x> to extract (download) a directory from a virtual machine to a "
28986 "local tarball."
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../tools/virt-tar.pl:158
28991 msgid ""
28992 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
28993 "Please read the L</WARNING> section above before using this option."
28994 msgstr ""
28995
28996 #. type: textblock
28997 #: ../tools/virt-tar.pl:162
28998 msgid "You must specify exactly one of these options."
28999 msgstr ""
29000
29001 #. type: =item
29002 #: ../tools/virt-tar.pl:168
29003 msgid "B<-z> | B<--gzip>"
29004 msgstr ""
29005
29006 #. type: textblock
29007 #: ../tools/virt-tar.pl:170
29008 msgid "Specify that the input or output tarball is gzip-compressed."
29009 msgstr ""
29010
29011 #. type: textblock
29012 #: ../tools/virt-tar.pl:283
29013 msgid ""
29014 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29015 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29016 "L<http://libguestfs.org/>."
29017 msgstr ""
29018
29019 #. type: textblock
29020 #: ../tools/virt-make-fs.pl:37
29021 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29022 msgstr ""
29023
29024 #. type: verbatim
29025 #: ../tools/virt-make-fs.pl:41
29026 #, no-wrap
29027 msgid ""
29028 " virt-make-fs [--options] input.tar output.img\n"
29029 "\n"
29030 msgstr ""
29031
29032 #. type: verbatim
29033 #: ../tools/virt-make-fs.pl:43
29034 #, no-wrap
29035 msgid ""
29036 " virt-make-fs [--options] input.tar.gz output.img\n"
29037 "\n"
29038 msgstr ""
29039
29040 #. type: verbatim
29041 #: ../tools/virt-make-fs.pl:45
29042 #, no-wrap
29043 msgid ""
29044 " virt-make-fs [--options] directory output.img\n"
29045 "\n"
29046 msgstr ""
29047
29048 #. type: textblock
29049 #: ../tools/virt-make-fs.pl:49
29050 msgid ""
29051 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29052 "archive or some files in a directory.  It is similar to tools like "
29053 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29054 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29055 "useful if you want to attach these filesystems to existing virtual machines "
29056 "(eg. to import large amounts of read-only data to a VM)."
29057 msgstr ""
29058
29059 #. type: textblock
29060 #: ../tools/virt-make-fs.pl:57
29061 msgid "Basic usage is:"
29062 msgstr ""
29063
29064 #. type: verbatim
29065 #: ../tools/virt-make-fs.pl:59
29066 #, no-wrap
29067 msgid ""
29068 " virt-make-fs input output\n"
29069 "\n"
29070 msgstr ""
29071
29072 #. type: textblock
29073 #: ../tools/virt-make-fs.pl:61
29074 msgid ""
29075 "where C<input> is either a directory containing files that you want to add, "
29076 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29077 "C<output> is a disk image.  The input type is detected automatically.  The "
29078 "output disk image defaults to a raw ext2 image unless you specify extra "
29079 "flags (see L</OPTIONS> below)."
29080 msgstr ""
29081
29082 #. type: =head2
29083 #: ../tools/virt-make-fs.pl:67
29084 msgid "EXTRA SPACE"
29085 msgstr ""
29086
29087 #. type: textblock
29088 #: ../tools/virt-make-fs.pl:69
29089 msgid ""
29090 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29091 "the files that it contains, but might have extra space.  Depending on how "
29092 "you are going to use the output, you might think this extra space is wasted "
29093 "and want to minimize it, or you might want to leave space so that more files "
29094 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29095 "but you can use the C<--size> flag to leave space in the filesystem if you "
29096 "want it."
29097 msgstr ""
29098
29099 #. type: textblock
29100 #: ../tools/virt-make-fs.pl:77
29101 msgid ""
29102 "An alternative way to leave extra space but not make the output image any "
29103 "bigger is to use an alternative disk image format (instead of the default "
29104 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29105 "image format (check your hypervisor supports this before using it).  This "
29106 "allows you to choose a large C<--size> but the extra space won't actually be "
29107 "allocated in the image until you try to store something in it."
29108 msgstr ""
29109
29110 #. type: textblock
29111 #: ../tools/virt-make-fs.pl:85
29112 msgid ""
29113 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29114 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29115 "to build another image from scratch."
29116 msgstr ""
29117
29118 #. type: =head3
29119 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29120 msgid "EXAMPLE"
29121 msgstr ""
29122
29123 #. type: verbatim
29124 #: ../tools/virt-make-fs.pl:91
29125 #, no-wrap
29126 msgid ""
29127 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29128 "\n"
29129 msgstr ""
29130
29131 #. type: =head2
29132 #: ../tools/virt-make-fs.pl:93
29133 msgid "FILESYSTEM TYPE"
29134 msgstr ""
29135
29136 #. type: textblock
29137 #: ../tools/virt-make-fs.pl:95
29138 msgid ""
29139 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29140 "libguestfs supports can be used (but I<not> read-only formats like "
29141 "ISO9660).  Here are some of the more common choices:"
29142 msgstr ""
29143
29144 #. type: =item
29145 #: ../tools/virt-make-fs.pl:101
29146 msgid "I<ext3>"
29147 msgstr ""
29148
29149 #. type: textblock
29150 #: ../tools/virt-make-fs.pl:103
29151 msgid ""
29152 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29153 "you are not going to use the filesystem in a way that requires the journal, "
29154 "then this is just wasted overhead."
29155 msgstr ""
29156
29157 #. type: =item
29158 #: ../tools/virt-make-fs.pl:107
29159 msgid "I<ntfs> or I<vfat>"
29160 msgstr ""
29161
29162 #. type: textblock
29163 #: ../tools/virt-make-fs.pl:109
29164 msgid "Useful if exporting data to a Windows guest."
29165 msgstr ""
29166
29167 #. type: textblock
29168 #: ../tools/virt-make-fs.pl:111
29169 msgid ""
29170 "I<Note for vfat>: The tar archive or local directory must only contain files "
29171 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29172 "program running within libguestfs is unable to change the ownership of "
29173 "non-root files, since vfat itself does not support this."
29174 msgstr ""
29175
29176 #. type: =item
29177 #: ../tools/virt-make-fs.pl:116
29178 msgid "I<minix>"
29179 msgstr ""
29180
29181 #. type: textblock
29182 #: ../tools/virt-make-fs.pl:118
29183 msgid ""
29184 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29185 "total filesystem size."
29186 msgstr ""
29187
29188 #. type: verbatim
29189 #: ../tools/virt-make-fs.pl:125
29190 #, no-wrap
29191 msgid ""
29192 " virt-make-fs --type=minix input minixfs.img\n"
29193 "\n"
29194 msgstr ""
29195
29196 #. type: =head2
29197 #: ../tools/virt-make-fs.pl:127
29198 msgid "TO PARTITION OR NOT TO PARTITION"
29199 msgstr ""
29200
29201 #. type: textblock
29202 #: ../tools/virt-make-fs.pl:129
29203 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29204 msgstr ""
29205
29206 #. type: textblock
29207 #: ../tools/virt-make-fs.pl:131
29208 msgid ""
29209 "Adding a partition can make the disk image more compatible with certain "
29210 "virtualized operating systems which don't expect to see a filesystem "
29211 "directly located on a block device (Linux doesn't care and will happily "
29212 "handle both types)."
29213 msgstr ""
29214
29215 #. type: textblock
29216 #: ../tools/virt-make-fs.pl:136
29217 msgid ""
29218 "On the other hand, if you have a partition table then the output image is no "
29219 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29220 "directly on a partitioned disk image.  (However libguestfs tools such as "
29221 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29222 msgstr ""
29223
29224 #. type: textblock
29225 #: ../tools/virt-make-fs.pl:144
29226 msgid "Add an MBR partition:"
29227 msgstr ""
29228
29229 #. type: verbatim
29230 #: ../tools/virt-make-fs.pl:146
29231 #, no-wrap
29232 msgid ""
29233 " virt-make-fs --partition -- input disk.img\n"
29234 "\n"
29235 msgstr ""
29236
29237 #. type: textblock
29238 #: ../tools/virt-make-fs.pl:148
29239 msgid ""
29240 "If the output disk image could be terabyte-sized or larger, it's better to "
29241 "use an EFI/GPT-compatible partition table:"
29242 msgstr ""
29243
29244 #. type: verbatim
29245 #: ../tools/virt-make-fs.pl:151
29246 #, no-wrap
29247 msgid ""
29248 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29249 "\n"
29250 msgstr ""
29251
29252 #. type: textblock
29253 #: ../tools/virt-make-fs.pl:179
29254 msgid "Enable debugging information."
29255 msgstr ""
29256
29257 #. type: =item
29258 #: ../tools/virt-make-fs.pl:185
29259 msgid "B<--size=E<lt>NE<gt>>"
29260 msgstr ""
29261
29262 #. type: =item
29263 #: ../tools/virt-make-fs.pl:187
29264 msgid "B<--size=+E<lt>NE<gt>>"
29265 msgstr ""
29266
29267 #. type: =item
29268 #: ../tools/virt-make-fs.pl:189
29269 msgid "B<-s E<lt>NE<gt>>"
29270 msgstr ""
29271
29272 #. type: =item
29273 #: ../tools/virt-make-fs.pl:191
29274 msgid "B<-s +E<lt>NE<gt>>"
29275 msgstr ""
29276
29277 #. type: textblock
29278 #: ../tools/virt-make-fs.pl:193
29279 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29280 msgstr ""
29281
29282 #. type: textblock
29283 #: ../tools/virt-make-fs.pl:196
29284 msgid ""
29285 "If this option is I<not> given, then the output image will be just large "
29286 "enough to contain all the files, with not much wasted space."
29287 msgstr ""
29288
29289 #. type: textblock
29290 #: ../tools/virt-make-fs.pl:199
29291 msgid ""
29292 "To choose a fixed size output disk, specify an absolute number followed by "
29293 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29294 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29295 "files, else you will get an error."
29296 msgstr ""
29297
29298 #. type: textblock
29299 #: ../tools/virt-make-fs.pl:204
29300 msgid ""
29301 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29302 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29303 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29304 "the input files, and (approximately) an extra 200 MB free space."
29305 msgstr ""
29306
29307 #. type: textblock
29308 #: ../tools/virt-make-fs.pl:210
29309 msgid ""
29310 "Note that virt-make-fs estimates free space, and therefore will not produce "
29311 "filesystems containing precisely the free space requested.  (It is much more "
29312 "expensive and time-consuming to produce a filesystem which has precisely the "
29313 "desired free space)."
29314 msgstr ""
29315
29316 #. type: =item
29317 #: ../tools/virt-make-fs.pl:219
29318 msgid "B<--format=E<lt>fmtE<gt>>"
29319 msgstr ""
29320
29321 #. type: =item
29322 #: ../tools/virt-make-fs.pl:221
29323 msgid "B<-F E<lt>fmtE<gt>>"
29324 msgstr ""
29325
29326 #. type: textblock
29327 #: ../tools/virt-make-fs.pl:223
29328 msgid "Choose the output disk image format."
29329 msgstr ""
29330
29331 #. type: textblock
29332 #: ../tools/virt-make-fs.pl:225
29333 msgid "The default is C<raw> (raw disk image)."
29334 msgstr ""
29335
29336 #. type: textblock
29337 #: ../tools/virt-make-fs.pl:227
29338 msgid ""
29339 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29340 "that would really make sense here is C<qcow2>."
29341 msgstr ""
29342
29343 #. type: =item
29344 #: ../tools/virt-make-fs.pl:234
29345 msgid "B<--type=E<lt>fsE<gt>>"
29346 msgstr ""
29347
29348 #. type: =item
29349 #: ../tools/virt-make-fs.pl:236
29350 msgid "B<-t E<lt>fsE<gt>>"
29351 msgstr ""
29352
29353 #. type: textblock
29354 #: ../tools/virt-make-fs.pl:238
29355 msgid "Choose the output filesystem type."
29356 msgstr ""
29357
29358 #. type: textblock
29359 #: ../tools/virt-make-fs.pl:240
29360 msgid "The default is C<ext2>."
29361 msgstr ""
29362
29363 #. type: textblock
29364 #: ../tools/virt-make-fs.pl:242
29365 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29366 msgstr ""
29367
29368 #. type: =item
29369 #: ../tools/virt-make-fs.pl:249
29370 msgid "B<--partition>"
29371 msgstr ""
29372
29373 #. type: =item
29374 #: ../tools/virt-make-fs.pl:251
29375 msgid "B<--partition=E<lt>parttypeE<gt>>"
29376 msgstr ""
29377
29378 #. type: textblock
29379 #: ../tools/virt-make-fs.pl:253
29380 msgid ""
29381 "If specified, this flag adds an MBR partition table to the output disk "
29382 "image."
29383 msgstr ""
29384
29385 #. type: textblock
29386 #: ../tools/virt-make-fs.pl:256
29387 msgid ""
29388 "You can change the partition table type, eg. C<--partition=gpt> for large "
29389 "disks."
29390 msgstr ""
29391
29392 #. type: textblock
29393 #: ../tools/virt-make-fs.pl:259
29394 msgid ""
29395 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29396 "might consider the next parameter to be the partition type.  For example:"
29397 msgstr ""
29398
29399 #. type: verbatim
29400 #: ../tools/virt-make-fs.pl:263
29401 #, no-wrap
29402 msgid ""
29403 " virt-make-fs --partition input.tar ...\n"
29404 "\n"
29405 msgstr ""
29406
29407 #. type: textblock
29408 #: ../tools/virt-make-fs.pl:265
29409 msgid ""
29410 "would cause virt-make-fs to think you wanted to use a partition type of "
29411 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29412 "dash) between options and the input file argument:"
29413 msgstr ""
29414
29415 #. type: verbatim
29416 #: ../tools/virt-make-fs.pl:269
29417 #, no-wrap
29418 msgid ""
29419 " virt-make-fs --partition -- input.tar ...\n"
29420 "\n"
29421 msgstr ""
29422
29423 #. type: textblock
29424 #: ../tools/virt-make-fs.pl:541
29425 msgid ""
29426 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
29427 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29428 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29429 msgstr ""
29430
29431 #. type: verbatim
29432 #: ../tools/virt-make-fs.pl:558
29433 #, no-wrap
29434 msgid ""
29435 " export LIBGUESTFS_DEBUG=1\n"
29436 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29437 "\n"
29438 msgstr ""
29439
29440 #. type: textblock
29441 #: ../tools/virt-make-fs.pl:561
29442 msgid ""
29443 "Attach /tmp/virt-make-fs.log to a new bug report at "
29444 "L<https://bugzilla.redhat.com/>"
29445 msgstr ""
29446
29447 #. type: textblock
29448 #: ../tools/virt-list-partitions.pl:32
29449 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29450 msgstr ""
29451
29452 #. type: verbatim
29453 #: ../tools/virt-list-partitions.pl:36
29454 #, no-wrap
29455 msgid ""
29456 " virt-list-partitions [--options] domname\n"
29457 "\n"
29458 msgstr ""
29459
29460 #. type: verbatim
29461 #: ../tools/virt-list-partitions.pl:38
29462 #, no-wrap
29463 msgid ""
29464 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29465 "\n"
29466 msgstr ""
29467
29468 #. type: textblock
29469 #: ../tools/virt-list-partitions.pl:45
29470 msgid ""
29471 "C<virt-list-partitions> is a command line tool to list the partitions that "
29472 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29473 "first step to using L<virt-resize(1)>."
29474 msgstr ""
29475
29476 #. type: textblock
29477 #: ../tools/virt-list-partitions.pl:50
29478 msgid ""
29479 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29480 "functionality.  For more complex cases you should look at the "
29481 "L<guestfish(1)> tool."
29482 msgstr ""
29483
29484 #. type: =item
29485 #: ../tools/virt-list-partitions.pl:107
29486 msgid "B<-h> | B<--human-readable>"
29487 msgstr ""
29488
29489 #. type: textblock
29490 #: ../tools/virt-list-partitions.pl:109
29491 msgid "Show sizes in human-readable form (eg. \"1G\")."
29492 msgstr ""
29493
29494 #. type: textblock
29495 #: ../tools/virt-list-partitions.pl:117
29496 msgid ""
29497 "With this option, C<virt-list-partitions> displays the type and size of each "
29498 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29499 msgstr ""
29500
29501 #. type: =item
29502 #: ../tools/virt-list-partitions.pl:124
29503 msgid "B<-t> | B<--total>"
29504 msgstr ""
29505
29506 #. type: textblock
29507 #: ../tools/virt-list-partitions.pl:126
29508 msgid "Display the total size of each block device (as a separate row or rows)."
29509 msgstr ""
29510
29511 #. type: textblock
29512 #: ../tools/virt-list-partitions.pl:259
29513 msgid ""
29514 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
29515 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
29516 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29517 msgstr ""