Version 1.9.2.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.9.2\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-01-03 18:07+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 "\n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod: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:2540 ../src/guestfs.pod:2544 ../src/guestfs.pod:2548 ../src/guestfs.pod:2552 ../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 ""
4562 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
4563 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
4564 "L<virt-tar-out(1)>."
4565 msgstr ""
4566
4567 #. type: =item
4568 #: ../src/guestfs.pod:2366
4569 msgid "C<fuse>"
4570 msgstr ""
4571
4572 #. type: textblock
4573 #: ../src/guestfs.pod:2368
4574 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
4575 msgstr ""
4576
4577 #. type: =item
4578 #: ../src/guestfs.pod:2370
4579 msgid "C<generator>"
4580 msgstr ""
4581
4582 #. type: textblock
4583 #: ../src/guestfs.pod:2372
4584 msgid ""
4585 "The crucially important generator, used to automatically generate large "
4586 "amounts of boilerplate C code for things like RPC and bindings."
4587 msgstr ""
4588
4589 #. type: =item
4590 #: ../src/guestfs.pod:2375
4591 msgid "C<images>"
4592 msgstr ""
4593
4594 #. type: textblock
4595 #: ../src/guestfs.pod:2377
4596 msgid "Files used by the test suite."
4597 msgstr ""
4598
4599 #. type: textblock
4600 #: ../src/guestfs.pod:2379
4601 msgid "Some \"phony\" guest images which we test against."
4602 msgstr ""
4603
4604 #. type: =item
4605 #: ../src/guestfs.pod:2381
4606 msgid "C<inspector>"
4607 msgstr ""
4608
4609 #. type: textblock
4610 #: ../src/guestfs.pod:2383
4611 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
4612 msgstr ""
4613
4614 #. type: =item
4615 #: ../src/guestfs.pod:2385
4616 msgid "C<m4>"
4617 msgstr ""
4618
4619 #. type: textblock
4620 #: ../src/guestfs.pod:2387
4621 msgid "M4 macros used by autoconf."
4622 msgstr ""
4623
4624 #. type: =item
4625 #: ../src/guestfs.pod:2389
4626 msgid "C<po>"
4627 msgstr ""
4628
4629 #. type: textblock
4630 #: ../src/guestfs.pod:2391
4631 msgid "Translations of simple gettext strings."
4632 msgstr ""
4633
4634 #. type: =item
4635 #: ../src/guestfs.pod:2393
4636 msgid "C<po-docs>"
4637 msgstr ""
4638
4639 #. type: textblock
4640 #: ../src/guestfs.pod:2395
4641 msgid ""
4642 "The build infrastructure and PO files for translations of manpages and POD "
4643 "files.  Eventually this will be combined with the C<po> directory, but that "
4644 "is rather complicated."
4645 msgstr ""
4646
4647 #. type: =item
4648 #: ../src/guestfs.pod:2399
4649 msgid "C<regressions>"
4650 msgstr ""
4651
4652 #. type: textblock
4653 #: ../src/guestfs.pod:2401
4654 msgid "Regression tests."
4655 msgstr ""
4656
4657 #. type: =item
4658 #: ../src/guestfs.pod:2403
4659 msgid "C<rescue>"
4660 msgstr ""
4661
4662 #. type: textblock
4663 #: ../src/guestfs.pod:2405
4664 msgid "L<virt-rescue(1)> command and documentation."
4665 msgstr ""
4666
4667 #. type: =item
4668 #: ../src/guestfs.pod:2407
4669 msgid "C<src>"
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2409
4674 msgid "Source code to the C library."
4675 msgstr ""
4676
4677 #. type: =item
4678 #: ../src/guestfs.pod:2411
4679 msgid "C<tools>"
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2413
4684 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
4685 msgstr ""
4686
4687 #. type: =item
4688 #: ../src/guestfs.pod:2415
4689 msgid "C<test-tool>"
4690 msgstr ""
4691
4692 #. type: textblock
4693 #: ../src/guestfs.pod:2417
4694 msgid ""
4695 "Test tool for end users to test if their qemu/kernel combination will work "
4696 "with libguestfs."
4697 msgstr ""
4698
4699 #. type: =item
4700 #: ../src/guestfs.pod:2420
4701 msgid "C<csharp>"
4702 msgstr ""
4703
4704 #. type: =item
4705 #: ../src/guestfs.pod:2422
4706 msgid "C<haskell>"
4707 msgstr ""
4708
4709 #. type: =item
4710 #: ../src/guestfs.pod:2424
4711 msgid "C<java>"
4712 msgstr ""
4713
4714 #. type: =item
4715 #: ../src/guestfs.pod:2426
4716 msgid "C<ocaml>"
4717 msgstr ""
4718
4719 #. type: =item
4720 #: ../src/guestfs.pod:2428
4721 msgid "C<php>"
4722 msgstr ""
4723
4724 #. type: =item
4725 #: ../src/guestfs.pod:2430
4726 msgid "C<perl>"
4727 msgstr ""
4728
4729 #. type: =item
4730 #: ../src/guestfs.pod:2432
4731 msgid "C<python>"
4732 msgstr ""
4733
4734 #. type: =item
4735 #: ../src/guestfs.pod:2434
4736 msgid "C<ruby>"
4737 msgstr ""
4738
4739 #. type: textblock
4740 #: ../src/guestfs.pod:2436
4741 msgid "Language bindings."
4742 msgstr ""
4743
4744 #. type: =head1
4745 #: ../src/guestfs.pod:2440 ../fish/guestfish.pod:965 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
4746 msgid "ENVIRONMENT VARIABLES"
4747 msgstr ""
4748
4749 #. type: =item
4750 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:991
4751 msgid "LIBGUESTFS_APPEND"
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2446 ../fish/guestfish.pod:993
4756 msgid "Pass additional options to the guest kernel."
4757 msgstr ""
4758
4759 #. type: =item
4760 #: ../src/guestfs.pod:2448 ../fish/guestfish.pod:995
4761 msgid "LIBGUESTFS_DEBUG"
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2450
4766 msgid ""
4767 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4768 "effect as calling C<guestfs_set_verbose (g, 1)>."
4769 msgstr ""
4770
4771 #. type: =item
4772 #: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1000
4773 msgid "LIBGUESTFS_MEMSIZE"
4774 msgstr ""
4775
4776 #. type: textblock
4777 #: ../src/guestfs.pod:2455 ../fish/guestfish.pod:1002
4778 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4779 msgstr ""
4780
4781 #. type: verbatim
4782 #: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1005
4783 #, no-wrap
4784 msgid ""
4785 " LIBGUESTFS_MEMSIZE=700\n"
4786 "\n"
4787 msgstr ""
4788
4789 #. type: =item
4790 #: ../src/guestfs.pod:2460 ../fish/guestfish.pod:1007
4791 msgid "LIBGUESTFS_PATH"
4792 msgstr ""
4793
4794 #. type: textblock
4795 #: ../src/guestfs.pod:2462
4796 msgid ""
4797 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
4798 "the discussion of paths in section PATH above."
4799 msgstr ""
4800
4801 #. type: =item
4802 #: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1012
4803 msgid "LIBGUESTFS_QEMU"
4804 msgstr ""
4805
4806 #. type: textblock
4807 #: ../src/guestfs.pod:2467 ../fish/guestfish.pod:1014
4808 msgid ""
4809 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4810 "which was found at compile time by the configure script is used."
4811 msgstr ""
4812
4813 #. type: textblock
4814 #: ../src/guestfs.pod:2471
4815 msgid "See also L</QEMU WRAPPERS> above."
4816 msgstr ""
4817
4818 #. type: =item
4819 #: ../src/guestfs.pod:2473 ../fish/guestfish.pod:1018
4820 msgid "LIBGUESTFS_TRACE"
4821 msgstr ""
4822
4823 #. type: textblock
4824 #: ../src/guestfs.pod:2475
4825 msgid ""
4826 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4827 "effect as calling C<guestfs_set_trace (g, 1)>."
4828 msgstr ""
4829
4830 #. type: =item
4831 #: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1027
4832 msgid "TMPDIR"
4833 msgstr ""
4834
4835 #. type: textblock
4836 #: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1029
4837 msgid "Location of temporary directory, defaults to C</tmp>."
4838 msgstr ""
4839
4840 #. type: textblock
4841 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1031
4842 msgid ""
4843 "If libguestfs was compiled to use the supermin appliance then the real "
4844 "appliance is cached in this directory, shared between all handles belonging "
4845 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
4846 "use in case C</tmp> is not large enough."
4847 msgstr ""
4848
4849 #. type: =head1
4850 #: ../src/guestfs.pod:2490 ../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:286 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
4851 msgid "SEE ALSO"
4852 msgstr ""
4853
4854 #. type: textblock
4855 #: ../src/guestfs.pod:2492
4856 msgid ""
4857 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
4858 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
4859 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
4860 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
4861 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
4862 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
4863 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
4864 "L<http://libguestfs.org/>."
4865 msgstr ""
4866
4867 #. type: textblock
4868 #: ../src/guestfs.pod:2519
4869 msgid ""
4870 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
4871 "L<lvm(8)>, L<disktype(1)>."
4872 msgstr ""
4873
4874 #. type: =head1
4875 #: ../src/guestfs.pod:2526 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:548
4876 msgid "BUGS"
4877 msgstr ""
4878
4879 #. type: textblock
4880 #: ../src/guestfs.pod:2528
4881 msgid "To get a list of bugs against libguestfs use this link:"
4882 msgstr ""
4883
4884 #. type: textblock
4885 #: ../src/guestfs.pod:2530
4886 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
4887 msgstr ""
4888
4889 #. type: textblock
4890 #: ../src/guestfs.pod:2532
4891 msgid "To report a new bug against libguestfs use this link:"
4892 msgstr ""
4893
4894 #. type: textblock
4895 #: ../src/guestfs.pod:2534
4896 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
4897 msgstr ""
4898
4899 #. type: textblock
4900 #: ../src/guestfs.pod:2536
4901 msgid "When reporting a bug, please check:"
4902 msgstr ""
4903
4904 #. type: textblock
4905 #: ../src/guestfs.pod:2542
4906 msgid "That the bug hasn't been reported already."
4907 msgstr ""
4908
4909 #. type: textblock
4910 #: ../src/guestfs.pod:2546
4911 msgid "That you are testing a recent version."
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../src/guestfs.pod:2550
4916 msgid "Describe the bug accurately, and give a way to reproduce it."
4917 msgstr ""
4918
4919 #. type: textblock
4920 #: ../src/guestfs.pod:2554
4921 msgid ""
4922 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
4923 "bug report."
4924 msgstr ""
4925
4926 #. type: =head1
4927 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1112 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
4928 msgid "AUTHORS"
4929 msgstr ""
4930
4931 #. type: textblock
4932 #: ../src/guestfs.pod:2561 ../fish/guestfish.pod:1114 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
4933 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
4934 msgstr ""
4935
4936 #. type: =head1
4937 #: ../src/guestfs.pod:2563 ../fish/guestfish.pod:1116 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
4938 msgid "COPYRIGHT"
4939 msgstr ""
4940
4941 #. type: textblock
4942 #: ../src/guestfs.pod:2565 ../fish/guestfish.pod:1118 ../fuse/guestmount.pod:250
4943 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
4944 msgstr ""
4945
4946 #. type: textblock
4947 #: ../src/guestfs.pod:2568
4948 msgid ""
4949 "This library is free software; you can redistribute it and/or modify it "
4950 "under the terms of the GNU Lesser General Public License as published by the "
4951 "Free Software Foundation; either version 2 of the License, or (at your "
4952 "option) any later version."
4953 msgstr ""
4954
4955 #. type: textblock
4956 #: ../src/guestfs.pod:2573
4957 msgid ""
4958 "This library is distributed in the hope that it will be useful, but WITHOUT "
4959 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
4960 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
4961 "for more details."
4962 msgstr ""
4963
4964 #. type: textblock
4965 #: ../src/guestfs.pod:2578
4966 msgid ""
4967 "You should have received a copy of the GNU Lesser General Public License "
4968 "along with this library; if not, write to the Free Software Foundation, "
4969 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
4970 msgstr ""
4971
4972 #. type: =head2
4973 #: ../src/guestfs-actions.pod:1
4974 msgid "guestfs_add_cdrom"
4975 msgstr ""
4976
4977 #. type: verbatim
4978 #: ../src/guestfs-actions.pod:3
4979 #, no-wrap
4980 msgid ""
4981 " int\n"
4982 " guestfs_add_cdrom (guestfs_h *g,\n"
4983 "                    const char *filename);\n"
4984 "\n"
4985 msgstr ""
4986
4987 #. type: textblock
4988 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
4989 msgid "This function adds a virtual CD-ROM disk image to the guest."
4990 msgstr ""
4991
4992 #. type: textblock
4993 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
4994 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
4995 msgstr ""
4996
4997 #. type: textblock
4998 #: ../src/guestfs-actions.pod:17
4999 msgid ""
5000 "This call checks for the existence of C<filename>.  This stops you from "
5001 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5002 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5003 "instead."
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs-actions.pod:24
5008 msgid ""
5009 "If you just want to add an ISO file (often you use this as an efficient way "
5010 "to transfer large files into the guest), then you should probably use "
5011 "C<guestfs_add_drive_ro> instead."
5012 msgstr ""
5013
5014 #. type: textblock
5015 #: ../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:3222 ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3257 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3439 ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3504 ../src/guestfs-actions.pod:3576 ../src/guestfs-actions.pod:3596 ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3636 ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3691 ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:3776 ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3828 ../src/guestfs-actions.pod:3841 ../src/guestfs-actions.pod:3856 ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3966 ../src/guestfs-actions.pod:3986 ../src/guestfs-actions.pod:3999 ../src/guestfs-actions.pod:4050 ../src/guestfs-actions.pod:4068 ../src/guestfs-actions.pod:4086 ../src/guestfs-actions.pod:4102 ../src/guestfs-actions.pod:4116 ../src/guestfs-actions.pod:4130 ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4162 ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4226 ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4330 ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4368 ../src/guestfs-actions.pod:4380 ../src/guestfs-actions.pod:4397 ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4425 ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4510 ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4541 ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4627 ../src/guestfs-actions.pod:4641 ../src/guestfs-actions.pod:4669 ../src/guestfs-actions.pod:4686 ../src/guestfs-actions.pod:4704 ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4895 ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4935 ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:5033 ../src/guestfs-actions.pod:5050 ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5077 ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5399 ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5425 ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5451 ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5488 ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5526 ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5567 ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:5604 ../src/guestfs-actions.pod:5625 ../src/guestfs-actions.pod:5644 ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5689 ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5732 ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5805 ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5865 ../src/guestfs-actions.pod:5891 ../src/guestfs-actions.pod:5999 ../src/guestfs-actions.pod:6120 ../src/guestfs-actions.pod:6132 ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6158 ../src/guestfs-actions.pod:6180 ../src/guestfs-actions.pod:6193 ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6219 ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6293 ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6326 ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6428 ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6496 ../src/guestfs-actions.pod:6514 ../src/guestfs-actions.pod:6548 ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6703 ../src/guestfs-actions.pod:6721 ../src/guestfs-actions.pod:6735 ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:6803 ../src/guestfs-actions.pod:6848 ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:6935 ../src/guestfs-actions.pod:6961 ../src/guestfs-actions.pod:7027 ../src/guestfs-actions.pod:7046 ../src/guestfs-actions.pod:7075
5016 msgid "This function returns 0 on success or -1 on error."
5017 msgstr ""
5018
5019 #. type: textblock
5020 #: ../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
5021 msgid ""
5022 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5023 "instead."
5024 msgstr ""
5025
5026 #. type: textblock
5027 #: ../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:4187 ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:7138 ../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:2816 ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4715
5028 msgid ""
5029 "Deprecated functions will not be removed from the API, but the fact that "
5030 "they are deprecated indicates that there are problems with correct use of "
5031 "these functions."
5032 msgstr ""
5033
5034 #. type: textblock
5035 #: ../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:3224 ../src/guestfs-actions.pod:3239 ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:5773 ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6361 ../src/guestfs-actions.pod:6883
5036 msgid "(Added in 0.3)"
5037 msgstr ""
5038
5039 #. type: =head2
5040 #: ../src/guestfs-actions.pod:41
5041 msgid "guestfs_add_domain"
5042 msgstr ""
5043
5044 #. type: verbatim
5045 #: ../src/guestfs-actions.pod:43
5046 #, no-wrap
5047 msgid ""
5048 " int\n"
5049 " guestfs_add_domain (guestfs_h *g,\n"
5050 "                     const char *dom,\n"
5051 "                     ...);\n"
5052 "\n"
5053 msgstr ""
5054
5055 #. type: textblock
5056 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137 ../src/guestfs-actions.pod:4201
5057 msgid ""
5058 "You may supply a list of optional arguments to this call.  Use zero or more "
5059 "of the following pairs of parameters, and terminate the list with C<-1> on "
5060 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5061 msgstr ""
5062
5063 #. type: verbatim
5064 #: ../src/guestfs-actions.pod:53
5065 #, no-wrap
5066 msgid ""
5067 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5068 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5069 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5070 "\n"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs-actions.pod:57
5075 msgid ""
5076 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5077 "It works by connecting to libvirt, requesting the domain and domain XML from "
5078 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5079 "one."
5080 msgstr ""
5081
5082 #. type: textblock
5083 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5084 msgid ""
5085 "The number of disks added is returned.  This operation is atomic: if an "
5086 "error is returned, then no disks are added."
5087 msgstr ""
5088
5089 #. type: textblock
5090 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5091 msgid ""
5092 "This function does some minimal checks to make sure the libvirt domain is "
5093 "not running (unless C<readonly> is true).  In a future version we will try "
5094 "to acquire the libvirt lock on each disk."
5095 msgstr ""
5096
5097 #. type: textblock
5098 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5099 msgid ""
5100 "Disks must be accessible locally.  This often means that adding disks from a "
5101 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5102 "unless those disks are accessible via the same device path locally too."
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5107 msgid ""
5108 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5109 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5110 "default libvirt URI (or one set through an environment variable, see the "
5111 "libvirt documentation for full details)."
5112 msgstr ""
5113
5114 #. type: textblock
5115 #: ../src/guestfs-actions.pod:80
5116 msgid ""
5117 "The other optional parameters are passed directly through to "
5118 "C<guestfs_add_drive_opts>."
5119 msgstr ""
5120
5121 #. type: textblock
5122 #: ../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:4613 ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:6469 ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6907 ../src/guestfs-actions.pod:6920
5123 msgid "On error this function returns -1."
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs-actions.pod:85
5128 msgid "(Added in 1.7.4)"
5129 msgstr ""
5130
5131 #. type: =head2
5132 #: ../src/guestfs-actions.pod:87
5133 msgid "guestfs_add_domain_va"
5134 msgstr ""
5135
5136 #. type: verbatim
5137 #: ../src/guestfs-actions.pod:89
5138 #, no-wrap
5139 msgid ""
5140 " int\n"
5141 " guestfs_add_domain_va (guestfs_h *g,\n"
5142 "                        const char *dom,\n"
5143 "                        va_list args);\n"
5144 "\n"
5145 msgstr ""
5146
5147 #. type: textblock
5148 #: ../src/guestfs-actions.pod:94
5149 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5150 msgstr ""
5151
5152 #. type: textblock
5153 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211 ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4252
5154 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5155 msgstr ""
5156
5157 #. type: =head2
5158 #: ../src/guestfs-actions.pod:98
5159 msgid "guestfs_add_domain_argv"
5160 msgstr ""
5161
5162 #. type: verbatim
5163 #: ../src/guestfs-actions.pod:100
5164 #, no-wrap
5165 msgid ""
5166 " int\n"
5167 " guestfs_add_domain_argv (guestfs_h *g,\n"
5168 "                          const char *dom,\n"
5169 "                          const struct guestfs_add_domain_argv *optargs);\n"
5170 "\n"
5171 msgstr ""
5172
5173 #. type: textblock
5174 #: ../src/guestfs-actions.pod:105
5175 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5176 msgstr ""
5177
5178 #. type: =head2
5179 #: ../src/guestfs-actions.pod:109
5180 msgid "guestfs_add_drive"
5181 msgstr ""
5182
5183 #. type: verbatim
5184 #: ../src/guestfs-actions.pod:111
5185 #, no-wrap
5186 msgid ""
5187 " int\n"
5188 " guestfs_add_drive (guestfs_h *g,\n"
5189 "                    const char *filename);\n"
5190 "\n"
5191 msgstr ""
5192
5193 #. type: textblock
5194 #: ../src/guestfs-actions.pod:115
5195 msgid ""
5196 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5197 "optional parameters, so the disk is added writable, with the format being "
5198 "detected automatically."
5199 msgstr ""
5200
5201 #. type: textblock
5202 #: ../src/guestfs-actions.pod:119
5203 msgid ""
5204 "Automatic detection of the format opens you up to a potential security hole "
5205 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5206 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5207 "you should think about replacing calls to this function with calls to "
5208 "C<guestfs_add_drive_opts>, and specifying the format."
5209 msgstr ""
5210
5211 #. type: =head2
5212 #: ../src/guestfs-actions.pod:130
5213 msgid "guestfs_add_drive_opts"
5214 msgstr ""
5215
5216 #. type: verbatim
5217 #: ../src/guestfs-actions.pod:132
5218 #, no-wrap
5219 msgid ""
5220 " int\n"
5221 " guestfs_add_drive_opts (guestfs_h *g,\n"
5222 "                         const char *filename,\n"
5223 "                         ...);\n"
5224 "\n"
5225 msgstr ""
5226
5227 #. type: verbatim
5228 #: ../src/guestfs-actions.pod:142
5229 #, no-wrap
5230 msgid ""
5231 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5232 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5233 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5234 "\n"
5235 msgstr ""
5236
5237 #. type: textblock
5238 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
5239 msgid ""
5240 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5241 "The first time you call this function, the disk appears as C</dev/sda>, the "
5242 "second time as C</dev/sdb>, and so on."
5243 msgstr ""
5244
5245 #. type: textblock
5246 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
5247 msgid ""
5248 "You don't necessarily need to be root when using libguestfs.  However you "
5249 "obviously do need sufficient permissions to access the filename for whatever "
5250 "operations you want to perform (ie. read access if you just want to read the "
5251 "image or write access if you want to modify the image)."
5252 msgstr ""
5253
5254 #. type: textblock
5255 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
5256 msgid "This call checks that C<filename> exists."
5257 msgstr ""
5258
5259 #. type: textblock
5260 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2827
5261 msgid "The optional arguments are:"
5262 msgstr ""
5263
5264 #. type: =item
5265 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
5266 msgid "C<readonly>"
5267 msgstr ""
5268
5269 #. type: textblock
5270 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
5271 msgid ""
5272 "If true then the image is treated as read-only.  Writes are still allowed, "
5273 "but they are stored in a temporary snapshot overlay which is discarded at "
5274 "the end.  The disk that you add is not modified."
5275 msgstr ""
5276
5277 #. type: =item
5278 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
5279 msgid "C<format>"
5280 msgstr ""
5281
5282 #. type: textblock
5283 #: ../src/guestfs-actions.pod:171
5284 msgid ""
5285 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5286 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5287 "Possible formats include C<raw> and C<qcow2>."
5288 msgstr ""
5289
5290 #. type: textblock
5291 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
5292 msgid ""
5293 "Automatic detection of the format opens you up to a potential security hole "
5294 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5295 "RHBZ#642934.  Specifying the format closes this security hole."
5296 msgstr ""
5297
5298 #. type: =item
5299 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
5300 msgid "C<iface>"
5301 msgstr ""
5302
5303 #. type: textblock
5304 #: ../src/guestfs-actions.pod:182
5305 msgid ""
5306 "This rarely-used option lets you emulate the behaviour of the deprecated "
5307 "C<guestfs_add_drive_with_if> call (q.v.)"
5308 msgstr ""
5309
5310 #. type: textblock
5311 #: ../src/guestfs-actions.pod:189
5312 msgid "(Added in 1.5.23)"
5313 msgstr ""
5314
5315 #. type: =head2
5316 #: ../src/guestfs-actions.pod:191
5317 msgid "guestfs_add_drive_opts_va"
5318 msgstr ""
5319
5320 #. type: verbatim
5321 #: ../src/guestfs-actions.pod:193
5322 #, no-wrap
5323 msgid ""
5324 " int\n"
5325 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5326 "                            const char *filename,\n"
5327 "                            va_list args);\n"
5328 "\n"
5329 msgstr ""
5330
5331 #. type: textblock
5332 #: ../src/guestfs-actions.pod:198
5333 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5334 msgstr ""
5335
5336 #. type: =head2
5337 #: ../src/guestfs-actions.pod:202
5338 msgid "guestfs_add_drive_opts_argv"
5339 msgstr ""
5340
5341 #. type: verbatim
5342 #: ../src/guestfs-actions.pod:204
5343 #, no-wrap
5344 msgid ""
5345 " int\n"
5346 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5347 "                              const char *filename,\n"
5348 "                              const struct guestfs_add_drive_opts_argv "
5349 "*optargs);\n"
5350 "\n"
5351 msgstr ""
5352
5353 #. type: textblock
5354 #: ../src/guestfs-actions.pod:209
5355 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5356 msgstr ""
5357
5358 #. type: =head2
5359 #: ../src/guestfs-actions.pod:213
5360 msgid "guestfs_add_drive_ro"
5361 msgstr ""
5362
5363 #. type: verbatim
5364 #: ../src/guestfs-actions.pod:215
5365 #, no-wrap
5366 msgid ""
5367 " int\n"
5368 " guestfs_add_drive_ro (guestfs_h *g,\n"
5369 "                       const char *filename);\n"
5370 "\n"
5371 msgstr ""
5372
5373 #. type: textblock
5374 #: ../src/guestfs-actions.pod:219
5375 msgid ""
5376 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5377 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5378 "disk is added read-only, with the format being detected automatically."
5379 msgstr ""
5380
5381 #. type: textblock
5382 #: ../src/guestfs-actions.pod:226
5383 msgid "(Added in 1.0.38)"
5384 msgstr ""
5385
5386 #. type: =head2
5387 #: ../src/guestfs-actions.pod:228
5388 msgid "guestfs_add_drive_ro_with_if"
5389 msgstr ""
5390
5391 #. type: verbatim
5392 #: ../src/guestfs-actions.pod:230
5393 #, no-wrap
5394 msgid ""
5395 " int\n"
5396 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5397 "                               const char *filename,\n"
5398 "                               const char *iface);\n"
5399 "\n"
5400 msgstr ""
5401
5402 #. type: textblock
5403 #: ../src/guestfs-actions.pod:235
5404 msgid ""
5405 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5406 "QEMU interface emulation to use at run time."
5407 msgstr ""
5408
5409 #. type: textblock
5410 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2333
5411 msgid "(Added in 1.0.84)"
5412 msgstr ""
5413
5414 #. type: =head2
5415 #: ../src/guestfs-actions.pod:249
5416 msgid "guestfs_add_drive_with_if"
5417 msgstr ""
5418
5419 #. type: verbatim
5420 #: ../src/guestfs-actions.pod:251
5421 #, no-wrap
5422 msgid ""
5423 " int\n"
5424 " guestfs_add_drive_with_if (guestfs_h *g,\n"
5425 "                            const char *filename,\n"
5426 "                            const char *iface);\n"
5427 "\n"
5428 msgstr ""
5429
5430 #. type: textblock
5431 #: ../src/guestfs-actions.pod:256
5432 msgid ""
5433 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
5434 "QEMU interface emulation to use at run time."
5435 msgstr ""
5436
5437 #. type: =head2
5438 #: ../src/guestfs-actions.pod:270
5439 msgid "guestfs_aug_clear"
5440 msgstr ""
5441
5442 #. type: verbatim
5443 #: ../src/guestfs-actions.pod:272
5444 #, no-wrap
5445 msgid ""
5446 " int\n"
5447 " guestfs_aug_clear (guestfs_h *g,\n"
5448 "                    const char *augpath);\n"
5449 "\n"
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
5454 msgid ""
5455 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
5456 "L<augtool(1)> C<clear> command."
5457 msgstr ""
5458
5459 #. type: textblock
5460 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
5461 msgid "(Added in 1.3.4)"
5462 msgstr ""
5463
5464 #. type: =head2
5465 #: ../src/guestfs-actions.pod:283
5466 msgid "guestfs_aug_close"
5467 msgstr ""
5468
5469 #. type: verbatim
5470 #: ../src/guestfs-actions.pod:285
5471 #, no-wrap
5472 msgid ""
5473 " int\n"
5474 " guestfs_aug_close (guestfs_h *g);\n"
5475 "\n"
5476 msgstr ""
5477
5478 #. type: textblock
5479 #: ../src/guestfs-actions.pod:288
5480 msgid ""
5481 "Close the current Augeas handle and free up any resources used by it.  After "
5482 "calling this, you have to call C<guestfs_aug_init> again before you can use "
5483 "any other Augeas functions."
5484 msgstr ""
5485
5486 #. type: textblock
5487 #: ../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:5224
5488 msgid "(Added in 0.7)"
5489 msgstr ""
5490
5491 #. type: =head2
5492 #: ../src/guestfs-actions.pod:297
5493 msgid "guestfs_aug_defnode"
5494 msgstr ""
5495
5496 #. type: verbatim
5497 #: ../src/guestfs-actions.pod:299
5498 #, no-wrap
5499 msgid ""
5500 " struct guestfs_int_bool *\n"
5501 " guestfs_aug_defnode (guestfs_h *g,\n"
5502 "                      const char *name,\n"
5503 "                      const char *expr,\n"
5504 "                      const char *val);\n"
5505 "\n"
5506 msgstr ""
5507
5508 #. type: textblock
5509 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
5510 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
5511 msgstr ""
5512
5513 #. type: textblock
5514 #: ../src/guestfs-actions.pod:308
5515 msgid ""
5516 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
5517 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
5518 "containing that single node."
5519 msgstr ""
5520
5521 #. type: textblock
5522 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
5523 msgid ""
5524 "On success this returns a pair containing the number of nodes in the "
5525 "nodeset, and a boolean flag if a node was created."
5526 msgstr ""
5527
5528 #. type: textblock
5529 #: ../src/guestfs-actions.pod:316
5530 msgid ""
5531 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
5532 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
5533 msgstr ""
5534
5535 #. type: =head2
5536 #: ../src/guestfs-actions.pod:322
5537 msgid "guestfs_aug_defvar"
5538 msgstr ""
5539
5540 #. type: verbatim
5541 #: ../src/guestfs-actions.pod:324
5542 #, no-wrap
5543 msgid ""
5544 " int\n"
5545 " guestfs_aug_defvar (guestfs_h *g,\n"
5546 "                     const char *name,\n"
5547 "                     const char *expr);\n"
5548 "\n"
5549 msgstr ""
5550
5551 #. type: textblock
5552 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
5553 msgid ""
5554 "Defines an Augeas variable C<name> whose value is the result of evaluating "
5555 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
5556 msgstr ""
5557
5558 #. type: textblock
5559 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
5560 msgid ""
5561 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
5562 "evaluates to something which is not a nodeset."
5563 msgstr ""
5564
5565 #. type: =head2
5566 #: ../src/guestfs-actions.pod:340
5567 msgid "guestfs_aug_get"
5568 msgstr ""
5569
5570 #. type: verbatim
5571 #: ../src/guestfs-actions.pod:342
5572 #, no-wrap
5573 msgid ""
5574 " char *\n"
5575 " guestfs_aug_get (guestfs_h *g,\n"
5576 "                  const char *augpath);\n"
5577 "\n"
5578 msgstr ""
5579
5580 #. type: textblock
5581 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
5582 msgid ""
5583 "Look up the value associated with C<path>.  If C<path> matches exactly one "
5584 "node, the C<value> is returned."
5585 msgstr ""
5586
5587 #. type: textblock
5588 #: ../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:2744 ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2799 ../src/guestfs-actions.pod:2861 ../src/guestfs-actions.pod:2884 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3748 ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:4028 ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:5122 ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:5349 ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:5928 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6643 ../src/guestfs-actions.pod:6662 ../src/guestfs-actions.pod:6680 ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:7132
5589 msgid ""
5590 "This function returns a string, or NULL on error.  I<The caller must free "
5591 "the returned string after use>."
5592 msgstr ""
5593
5594 #. type: =head2
5595 #: ../src/guestfs-actions.pod:354
5596 msgid "guestfs_aug_init"
5597 msgstr ""
5598
5599 #. type: verbatim
5600 #: ../src/guestfs-actions.pod:356
5601 #, no-wrap
5602 msgid ""
5603 " int\n"
5604 " guestfs_aug_init (guestfs_h *g,\n"
5605 "                   const char *root,\n"
5606 "                   int flags);\n"
5607 "\n"
5608 msgstr ""
5609
5610 #. type: textblock
5611 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
5612 msgid ""
5613 "Create a new Augeas handle for editing configuration files.  If there was "
5614 "any previous Augeas handle associated with this guestfs session, then it is "
5615 "closed."
5616 msgstr ""
5617
5618 #. type: textblock
5619 #: ../src/guestfs-actions.pod:365
5620 msgid "You must call this before using any other C<guestfs_aug_*> commands."
5621 msgstr ""
5622
5623 #. type: textblock
5624 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
5625 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
5626 msgstr ""
5627
5628 #. type: textblock
5629 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
5630 msgid ""
5631 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
5632 "logical I<or> of the following integers:"
5633 msgstr ""
5634
5635 #. type: =item
5636 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
5637 msgid "C<AUG_SAVE_BACKUP> = 1"
5638 msgstr ""
5639
5640 #. type: textblock
5641 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
5642 msgid "Keep the original file with a C<.augsave> extension."
5643 msgstr ""
5644
5645 #. type: =item
5646 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
5647 msgid "C<AUG_SAVE_NEWFILE> = 2"
5648 msgstr ""
5649
5650 #. type: textblock
5651 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
5652 msgid ""
5653 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5654 "original.  Overrides C<AUG_SAVE_BACKUP>."
5655 msgstr ""
5656
5657 #. type: =item
5658 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
5659 msgid "C<AUG_TYPE_CHECK> = 4"
5660 msgstr ""
5661
5662 #. type: textblock
5663 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
5664 msgid "Typecheck lenses (can be expensive)."
5665 msgstr ""
5666
5667 #. type: =item
5668 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
5669 msgid "C<AUG_NO_STDINC> = 8"
5670 msgstr ""
5671
5672 #. type: textblock
5673 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
5674 msgid "Do not use standard load path for modules."
5675 msgstr ""
5676
5677 #. type: =item
5678 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
5679 msgid "C<AUG_SAVE_NOOP> = 16"
5680 msgstr ""
5681
5682 #. type: textblock
5683 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
5684 msgid "Make save a no-op, just record what would have been changed."
5685 msgstr ""
5686
5687 #. type: =item
5688 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
5689 msgid "C<AUG_NO_LOAD> = 32"
5690 msgstr ""
5691
5692 #. type: textblock
5693 #: ../src/guestfs-actions.pod:400
5694 msgid "Do not load the tree in C<guestfs_aug_init>."
5695 msgstr ""
5696
5697 #. type: textblock
5698 #: ../src/guestfs-actions.pod:404
5699 msgid "To close the handle, you can call C<guestfs_aug_close>."
5700 msgstr ""
5701
5702 #. type: textblock
5703 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
5704 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5705 msgstr ""
5706
5707 #. type: =head2
5708 #: ../src/guestfs-actions.pod:412
5709 msgid "guestfs_aug_insert"
5710 msgstr ""
5711
5712 #. type: verbatim
5713 #: ../src/guestfs-actions.pod:414
5714 #, no-wrap
5715 msgid ""
5716 " int\n"
5717 " guestfs_aug_insert (guestfs_h *g,\n"
5718 "                     const char *augpath,\n"
5719 "                     const char *label,\n"
5720 "                     int before);\n"
5721 "\n"
5722 msgstr ""
5723
5724 #. type: textblock
5725 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
5726 msgid ""
5727 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5728 "or after C<path> (depending on the boolean flag C<before>)."
5729 msgstr ""
5730
5731 #. type: textblock
5732 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
5733 msgid ""
5734 "C<path> must match exactly one existing node in the tree, and C<label> must "
5735 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5736 msgstr ""
5737
5738 #. type: =head2
5739 #: ../src/guestfs-actions.pod:432
5740 msgid "guestfs_aug_load"
5741 msgstr ""
5742
5743 #. type: verbatim
5744 #: ../src/guestfs-actions.pod:434
5745 #, no-wrap
5746 msgid ""
5747 " int\n"
5748 " guestfs_aug_load (guestfs_h *g);\n"
5749 "\n"
5750 msgstr ""
5751
5752 #. type: textblock
5753 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
5754 msgid "Load files into the tree."
5755 msgstr ""
5756
5757 #. type: textblock
5758 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
5759 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5760 msgstr ""
5761
5762 #. type: =head2
5763 #: ../src/guestfs-actions.pod:446
5764 msgid "guestfs_aug_ls"
5765 msgstr ""
5766
5767 #. type: verbatim
5768 #: ../src/guestfs-actions.pod:448
5769 #, no-wrap
5770 msgid ""
5771 " char **\n"
5772 " guestfs_aug_ls (guestfs_h *g,\n"
5773 "                 const char *augpath);\n"
5774 "\n"
5775 msgstr ""
5776
5777 #. type: textblock
5778 #: ../src/guestfs-actions.pod:452
5779 msgid ""
5780 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5781 "sorting the resulting nodes into alphabetical order."
5782 msgstr ""
5783
5784 #. type: textblock
5785 #: ../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:2818 ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3318 ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:4574 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5220 ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5985 ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6101 ../src/guestfs-actions.pod:6247 ../src/guestfs-actions.pod:6271 ../src/guestfs-actions.pod:6753 ../src/guestfs-actions.pod:6773 ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6985 ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7089 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7154 ../src/guestfs-actions.pod:7173
5786 msgid ""
5787 "This function returns a NULL-terminated array of strings (like "
5788 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5789 "strings and the array after use>."
5790 msgstr ""
5791
5792 #. type: textblock
5793 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3781 ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4001 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4578 ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5413 ../src/guestfs-actions.pod:5427 ../src/guestfs-actions.pod:5439 ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6485 ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6737 ../src/guestfs-actions.pod:6973
5794 msgid "(Added in 0.8)"
5795 msgstr ""
5796
5797 #. type: =head2
5798 #: ../src/guestfs-actions.pod:461
5799 msgid "guestfs_aug_match"
5800 msgstr ""
5801
5802 #. type: verbatim
5803 #: ../src/guestfs-actions.pod:463
5804 #, no-wrap
5805 msgid ""
5806 " char **\n"
5807 " guestfs_aug_match (guestfs_h *g,\n"
5808 "                    const char *augpath);\n"
5809 "\n"
5810 msgstr ""
5811
5812 #. type: textblock
5813 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
5814 msgid ""
5815 "Returns a list of paths which match the path expression C<path>.  The "
5816 "returned paths are sufficiently qualified so that they match exactly one "
5817 "node in the current tree."
5818 msgstr ""
5819
5820 #. type: =head2
5821 #: ../src/guestfs-actions.pod:477
5822 msgid "guestfs_aug_mv"
5823 msgstr ""
5824
5825 #. type: verbatim
5826 #: ../src/guestfs-actions.pod:479
5827 #, no-wrap
5828 msgid ""
5829 " int\n"
5830 " guestfs_aug_mv (guestfs_h *g,\n"
5831 "                 const char *src,\n"
5832 "                 const char *dest);\n"
5833 "\n"
5834 msgstr ""
5835
5836 #. type: textblock
5837 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
5838 msgid ""
5839 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5840 "C<dest> is overwritten if it exists."
5841 msgstr ""
5842
5843 #. type: =head2
5844 #: ../src/guestfs-actions.pod:491
5845 msgid "guestfs_aug_rm"
5846 msgstr ""
5847
5848 #. type: verbatim
5849 #: ../src/guestfs-actions.pod:493
5850 #, no-wrap
5851 msgid ""
5852 " int\n"
5853 " guestfs_aug_rm (guestfs_h *g,\n"
5854 "                 const char *augpath);\n"
5855 "\n"
5856 msgstr ""
5857
5858 #. type: textblock
5859 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
5860 msgid "Remove C<path> and all of its children."
5861 msgstr ""
5862
5863 #. type: textblock
5864 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
5865 msgid "On success this returns the number of entries which were removed."
5866 msgstr ""
5867
5868 #. type: =head2
5869 #: ../src/guestfs-actions.pod:505
5870 msgid "guestfs_aug_save"
5871 msgstr ""
5872
5873 #. type: verbatim
5874 #: ../src/guestfs-actions.pod:507
5875 #, no-wrap
5876 msgid ""
5877 " int\n"
5878 " guestfs_aug_save (guestfs_h *g);\n"
5879 "\n"
5880 msgstr ""
5881
5882 #. type: textblock
5883 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
5884 msgid "This writes all pending changes to disk."
5885 msgstr ""
5886
5887 #. type: textblock
5888 #: ../src/guestfs-actions.pod:512
5889 msgid ""
5890 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5891 "are saved."
5892 msgstr ""
5893
5894 #. type: =head2
5895 #: ../src/guestfs-actions.pod:519
5896 msgid "guestfs_aug_set"
5897 msgstr ""
5898
5899 #. type: verbatim
5900 #: ../src/guestfs-actions.pod:521
5901 #, no-wrap
5902 msgid ""
5903 " int\n"
5904 " guestfs_aug_set (guestfs_h *g,\n"
5905 "                  const char *augpath,\n"
5906 "                  const char *val);\n"
5907 "\n"
5908 msgstr ""
5909
5910 #. type: textblock
5911 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
5912 msgid "Set the value associated with C<path> to C<val>."
5913 msgstr ""
5914
5915 #. type: textblock
5916 #: ../src/guestfs-actions.pod:528
5917 msgid ""
5918 "In the Augeas API, it is possible to clear a node by setting the value to "
5919 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5920 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5921 msgstr ""
5922
5923 #. type: =head2
5924 #: ../src/guestfs-actions.pod:537
5925 msgid "guestfs_available"
5926 msgstr ""
5927
5928 #. type: verbatim
5929 #: ../src/guestfs-actions.pod:539
5930 #, no-wrap
5931 msgid ""
5932 " int\n"
5933 " guestfs_available (guestfs_h *g,\n"
5934 "                    char *const *groups);\n"
5935 "\n"
5936 msgstr ""
5937
5938 #. type: textblock
5939 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
5940 msgid ""
5941 "This command is used to check the availability of some groups of "
5942 "functionality in the appliance, which not all builds of the libguestfs "
5943 "appliance will be able to provide."
5944 msgstr ""
5945
5946 #. type: textblock
5947 #: ../src/guestfs-actions.pod:547
5948 msgid ""
5949 "The libguestfs groups, and the functions that those groups correspond to, "
5950 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5951 "runtime by calling C<guestfs_available_all_groups>."
5952 msgstr ""
5953
5954 #. type: textblock
5955 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
5956 msgid ""
5957 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5958 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5959 "and Augeas (configuration file editing) functions."
5960 msgstr ""
5961
5962 #. type: textblock
5963 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
5964 msgid "The command returns no error if I<all> requested groups are available."
5965 msgstr ""
5966
5967 #. type: textblock
5968 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
5969 msgid ""
5970 "It fails with an error if one or more of the requested groups is unavailable "
5971 "in the appliance."
5972 msgstr ""
5973
5974 #. type: textblock
5975 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
5976 msgid ""
5977 "If an unknown group name is included in the list of groups then an error is "
5978 "always returned."
5979 msgstr ""
5980
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
5983 msgid "I<Notes:>"
5984 msgstr ""
5985
5986 #. type: textblock
5987 #: ../src/guestfs-actions.pod:571
5988 msgid "You must call C<guestfs_launch> before calling this function."
5989 msgstr ""
5990
5991 #. type: textblock
5992 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
5993 msgid ""
5994 "The reason is because we don't know what groups are supported by the "
5995 "appliance/daemon until it is running and can be queried."
5996 msgstr ""
5997
5998 #. type: textblock
5999 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6000 msgid ""
6001 "If a group of functions is available, this does not necessarily mean that "
6002 "they will work.  You still have to check for errors when calling individual "
6003 "API functions even if they are available."
6004 msgstr ""
6005
6006 #. type: textblock
6007 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6008 msgid ""
6009 "It is usually the job of distro packagers to build complete functionality "
6010 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6011 "with all requirements satisfied, will support everything."
6012 msgstr ""
6013
6014 #. type: textblock
6015 #: ../src/guestfs-actions.pod:593
6016 msgid ""
6017 "This call was added in version C<1.0.80>.  In previous versions of "
6018 "libguestfs all you could do would be to speculatively execute a command to "
6019 "find out if the daemon implemented it.  See also C<guestfs_version>."
6020 msgstr ""
6021
6022 #. type: textblock
6023 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6024 msgid "(Added in 1.0.80)"
6025 msgstr ""
6026
6027 #. type: =head2
6028 #: ../src/guestfs-actions.pod:604
6029 msgid "guestfs_available_all_groups"
6030 msgstr ""
6031
6032 #. type: verbatim
6033 #: ../src/guestfs-actions.pod:606
6034 #, no-wrap
6035 msgid ""
6036 " char **\n"
6037 " guestfs_available_all_groups (guestfs_h *g);\n"
6038 "\n"
6039 msgstr ""
6040
6041 #. type: textblock
6042 #: ../src/guestfs-actions.pod:609
6043 msgid ""
6044 "This command returns a list of all optional groups that this daemon knows "
6045 "about.  Note this returns both supported and unsupported groups.  To find "
6046 "out which ones the daemon can actually support you have to call "
6047 "C<guestfs_available> on each member of the returned list."
6048 msgstr ""
6049
6050 #. type: textblock
6051 #: ../src/guestfs-actions.pod:615
6052 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6053 msgstr ""
6054
6055 #. type: textblock
6056 #: ../src/guestfs-actions.pod:621
6057 msgid "(Added in 1.3.15)"
6058 msgstr ""
6059
6060 #. type: =head2
6061 #: ../src/guestfs-actions.pod:623
6062 msgid "guestfs_base64_in"
6063 msgstr ""
6064
6065 #. type: verbatim
6066 #: ../src/guestfs-actions.pod:625
6067 #, no-wrap
6068 msgid ""
6069 " int\n"
6070 " guestfs_base64_in (guestfs_h *g,\n"
6071 "                    const char *base64file,\n"
6072 "                    const char *filename);\n"
6073 "\n"
6074 msgstr ""
6075
6076 #. type: textblock
6077 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
6078 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6079 msgstr ""
6080
6081 #. type: textblock
6082 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
6083 msgid "(Added in 1.3.5)"
6084 msgstr ""
6085
6086 #. type: =head2
6087 #: ../src/guestfs-actions.pod:637
6088 msgid "guestfs_base64_out"
6089 msgstr ""
6090
6091 #. type: verbatim
6092 #: ../src/guestfs-actions.pod:639
6093 #, no-wrap
6094 msgid ""
6095 " int\n"
6096 " guestfs_base64_out (guestfs_h *g,\n"
6097 "                     const char *filename,\n"
6098 "                     const char *base64file);\n"
6099 "\n"
6100 msgstr ""
6101
6102 #. type: textblock
6103 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
6104 msgid ""
6105 "This command downloads the contents of C<filename>, writing it out to local "
6106 "file C<base64file> encoded as base64."
6107 msgstr ""
6108
6109 #. type: =head2
6110 #: ../src/guestfs-actions.pod:651
6111 msgid "guestfs_blockdev_flushbufs"
6112 msgstr ""
6113
6114 #. type: verbatim
6115 #: ../src/guestfs-actions.pod:653
6116 #, no-wrap
6117 msgid ""
6118 " int\n"
6119 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6120 "                             const char *device);\n"
6121 "\n"
6122 msgstr ""
6123
6124 #. type: textblock
6125 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
6126 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6127 msgstr ""
6128
6129 #. type: textblock
6130 #: ../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
6131 msgid "This uses the L<blockdev(8)> command."
6132 msgstr ""
6133
6134 #. type: textblock
6135 #: ../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
6136 msgid "(Added in 0.9.3)"
6137 msgstr ""
6138
6139 #. type: =head2
6140 #: ../src/guestfs-actions.pod:666
6141 msgid "guestfs_blockdev_getbsz"
6142 msgstr ""
6143
6144 #. type: verbatim
6145 #: ../src/guestfs-actions.pod:668
6146 #, no-wrap
6147 msgid ""
6148 " int\n"
6149 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6150 "                          const char *device);\n"
6151 "\n"
6152 msgstr ""
6153
6154 #. type: textblock
6155 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
6156 msgid "This returns the block size of a device."
6157 msgstr ""
6158
6159 #. type: textblock
6160 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
6161 msgid ""
6162 "(Note this is different from both I<size in blocks> and I<filesystem block "
6163 "size>)."
6164 msgstr ""
6165
6166 #. type: =head2
6167 #: ../src/guestfs-actions.pod:683
6168 msgid "guestfs_blockdev_getro"
6169 msgstr ""
6170
6171 #. type: verbatim
6172 #: ../src/guestfs-actions.pod:685
6173 #, no-wrap
6174 msgid ""
6175 " int\n"
6176 " guestfs_blockdev_getro (guestfs_h *g,\n"
6177 "                         const char *device);\n"
6178 "\n"
6179 msgstr ""
6180
6181 #. type: textblock
6182 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
6183 msgid ""
6184 "Returns a boolean indicating if the block device is read-only (true if "
6185 "read-only, false if not)."
6186 msgstr ""
6187
6188 #. type: textblock
6189 #: ../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:3050 ../src/guestfs-actions.pod:3064 ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3093 ../src/guestfs-actions.pod:3109 ../src/guestfs-actions.pod:3124 ../src/guestfs-actions.pod:3140 ../src/guestfs-actions.pod:3154 ../src/guestfs-actions.pod:3167 ../src/guestfs-actions.pod:3181 ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211 ../src/guestfs-actions.pod:4723
6190 msgid "This function returns a C truth value on success or -1 on error."
6191 msgstr ""
6192
6193 #. type: =head2
6194 #: ../src/guestfs-actions.pod:698
6195 msgid "guestfs_blockdev_getsize64"
6196 msgstr ""
6197
6198 #. type: verbatim
6199 #: ../src/guestfs-actions.pod:700
6200 #, no-wrap
6201 msgid ""
6202 " int64_t\n"
6203 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6204 "                             const char *device);\n"
6205 "\n"
6206 msgstr ""
6207
6208 #. type: textblock
6209 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
6210 msgid "This returns the size of the device in bytes."
6211 msgstr ""
6212
6213 #. type: textblock
6214 #: ../src/guestfs-actions.pod:706
6215 msgid "See also C<guestfs_blockdev_getsz>."
6216 msgstr ""
6217
6218 #. type: =head2
6219 #: ../src/guestfs-actions.pod:714
6220 msgid "guestfs_blockdev_getss"
6221 msgstr ""
6222
6223 #. type: verbatim
6224 #: ../src/guestfs-actions.pod:716
6225 #, no-wrap
6226 msgid ""
6227 " int\n"
6228 " guestfs_blockdev_getss (guestfs_h *g,\n"
6229 "                         const char *device);\n"
6230 "\n"
6231 msgstr ""
6232
6233 #. type: textblock
6234 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
6235 msgid ""
6236 "This returns the size of sectors on a block device.  Usually 512, but can be "
6237 "larger for modern devices."
6238 msgstr ""
6239
6240 #. type: textblock
6241 #: ../src/guestfs-actions.pod:723
6242 msgid ""
6243 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6244 "that)."
6245 msgstr ""
6246
6247 #. type: =head2
6248 #: ../src/guestfs-actions.pod:732
6249 msgid "guestfs_blockdev_getsz"
6250 msgstr ""
6251
6252 #. type: verbatim
6253 #: ../src/guestfs-actions.pod:734
6254 #, no-wrap
6255 msgid ""
6256 " int64_t\n"
6257 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6258 "                         const char *device);\n"
6259 "\n"
6260 msgstr ""
6261
6262 #. type: textblock
6263 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
6264 msgid ""
6265 "This returns the size of the device in units of 512-byte sectors (even if "
6266 "the sectorsize isn't 512 bytes ... weird)."
6267 msgstr ""
6268
6269 #. type: textblock
6270 #: ../src/guestfs-actions.pod:741
6271 msgid ""
6272 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6273 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6274 msgstr ""
6275
6276 #. type: =head2
6277 #: ../src/guestfs-actions.pod:751
6278 msgid "guestfs_blockdev_rereadpt"
6279 msgstr ""
6280
6281 #. type: verbatim
6282 #: ../src/guestfs-actions.pod:753
6283 #, no-wrap
6284 msgid ""
6285 " int\n"
6286 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6287 "                            const char *device);\n"
6288 "\n"
6289 msgstr ""
6290
6291 #. type: textblock
6292 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
6293 msgid "Reread the partition table on C<device>."
6294 msgstr ""
6295
6296 #. type: =head2
6297 #: ../src/guestfs-actions.pod:765
6298 msgid "guestfs_blockdev_setbsz"
6299 msgstr ""
6300
6301 #. type: verbatim
6302 #: ../src/guestfs-actions.pod:767
6303 #, no-wrap
6304 msgid ""
6305 " int\n"
6306 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6307 "                          const char *device,\n"
6308 "                          int blocksize);\n"
6309 "\n"
6310 msgstr ""
6311
6312 #. type: textblock
6313 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
6314 msgid "This sets the block size of a device."
6315 msgstr ""
6316
6317 #. type: =head2
6318 #: ../src/guestfs-actions.pod:783
6319 msgid "guestfs_blockdev_setro"
6320 msgstr ""
6321
6322 #. type: verbatim
6323 #: ../src/guestfs-actions.pod:785
6324 #, no-wrap
6325 msgid ""
6326 " int\n"
6327 " guestfs_blockdev_setro (guestfs_h *g,\n"
6328 "                         const char *device);\n"
6329 "\n"
6330 msgstr ""
6331
6332 #. type: textblock
6333 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
6334 msgid "Sets the block device named C<device> to read-only."
6335 msgstr ""
6336
6337 #. type: =head2
6338 #: ../src/guestfs-actions.pod:797
6339 msgid "guestfs_blockdev_setrw"
6340 msgstr ""
6341
6342 #. type: verbatim
6343 #: ../src/guestfs-actions.pod:799
6344 #, no-wrap
6345 msgid ""
6346 " int\n"
6347 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6348 "                         const char *device);\n"
6349 "\n"
6350 msgstr ""
6351
6352 #. type: textblock
6353 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
6354 msgid "Sets the block device named C<device> to read-write."
6355 msgstr ""
6356
6357 #. type: =head2
6358 #: ../src/guestfs-actions.pod:811
6359 msgid "guestfs_case_sensitive_path"
6360 msgstr ""
6361
6362 #. type: verbatim
6363 #: ../src/guestfs-actions.pod:813
6364 #, no-wrap
6365 msgid ""
6366 " char *\n"
6367 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6368 "                              const char *path);\n"
6369 "\n"
6370 msgstr ""
6371
6372 #. type: textblock
6373 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
6374 msgid ""
6375 "This can be used to resolve case insensitive paths on a filesystem which is "
6376 "case sensitive.  The use case is to resolve paths which you have read from "
6377 "Windows configuration files or the Windows Registry, to the true path."
6378 msgstr ""
6379
6380 #. type: textblock
6381 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
6382 msgid ""
6383 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6384 "(and probably others), which is that although the underlying filesystem is "
6385 "case-insensitive, the driver exports the filesystem to Linux as "
6386 "case-sensitive."
6387 msgstr ""
6388
6389 #. type: textblock
6390 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
6391 msgid ""
6392 "One consequence of this is that special directories such as C<c:\\windows> "
6393 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6394 "precise details of how they were created.  In Windows itself this would not "
6395 "be a problem."
6396 msgstr ""
6397
6398 #. type: textblock
6399 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
6400 msgid ""
6401 "Bug or feature? You decide: "
6402 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6403 msgstr ""
6404
6405 #. type: textblock
6406 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
6407 msgid ""
6408 "This function resolves the true case of each element in the path and returns "
6409 "the case-sensitive path."
6410 msgstr ""
6411
6412 #. type: textblock
6413 #: ../src/guestfs-actions.pod:839
6414 msgid ""
6415 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6416 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6417 "how the directories were originally created under Windows)."
6418 msgstr ""
6419
6420 #. type: textblock
6421 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
6422 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6423 msgstr ""
6424
6425 #. type: textblock
6426 #: ../src/guestfs-actions.pod:847
6427 msgid "See also C<guestfs_realpath>."
6428 msgstr ""
6429
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6665
6432 msgid "(Added in 1.0.75)"
6433 msgstr ""
6434
6435 #. type: =head2
6436 #: ../src/guestfs-actions.pod:854
6437 msgid "guestfs_cat"
6438 msgstr ""
6439
6440 #. type: verbatim
6441 #: ../src/guestfs-actions.pod:856
6442 #, no-wrap
6443 msgid ""
6444 " char *\n"
6445 " guestfs_cat (guestfs_h *g,\n"
6446 "              const char *path);\n"
6447 "\n"
6448 msgstr ""
6449
6450 #. type: textblock
6451 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3462
6452 msgid "Return the contents of the file named C<path>."
6453 msgstr ""
6454
6455 #. type: textblock
6456 #: ../src/guestfs-actions.pod:862
6457 msgid ""
6458 "Note that this function cannot correctly handle binary files (specifically, "
6459 "files containing C<\\0> character which is treated as end of string).  For "
6460 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6461 "functions which have a more complex interface."
6462 msgstr ""
6463
6464 #. type: textblock
6465 #: ../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:4992 ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5149 ../src/guestfs-actions.pod:5175 ../src/guestfs-actions.pod:5199 ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6937 ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7093 ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7158 ../src/guestfs-actions.pod:7177 ../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:3332 ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3423 ../fish/guestfish-actions.pod:3440 ../fish/guestfish-actions.pod:3455 ../fish/guestfish-actions.pod:4038 ../fish/guestfish-actions.pod:4084 ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4184 ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4612 ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4639 ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4697 ../fish/guestfish-actions.pod:4726 ../fish/guestfish-actions.pod:4736
6466 msgid ""
6467 "Because of the message protocol, there is a transfer limit of somewhere "
6468 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6469 msgstr ""
6470
6471 #. type: textblock
6472 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:5098 ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:6824 ../src/guestfs-actions.pod:6838
6473 msgid "(Added in 0.4)"
6474 msgstr ""
6475
6476 #. type: =head2
6477 #: ../src/guestfs-actions.pod:875
6478 msgid "guestfs_checksum"
6479 msgstr ""
6480
6481 #. type: verbatim
6482 #: ../src/guestfs-actions.pod:877
6483 #, no-wrap
6484 msgid ""
6485 " char *\n"
6486 " guestfs_checksum (guestfs_h *g,\n"
6487 "                   const char *csumtype,\n"
6488 "                   const char *path);\n"
6489 "\n"
6490 msgstr ""
6491
6492 #. type: textblock
6493 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
6494 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6495 msgstr ""
6496
6497 #. type: textblock
6498 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
6499 msgid ""
6500 "The type of checksum to compute is given by the C<csumtype> parameter which "
6501 "must have one of the following values:"
6502 msgstr ""
6503
6504 #. type: =item
6505 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
6506 msgid "C<crc>"
6507 msgstr ""
6508
6509 #. type: textblock
6510 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
6511 msgid ""
6512 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6513 "C<cksum> command."
6514 msgstr ""
6515
6516 #. type: =item
6517 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
6518 msgid "C<md5>"
6519 msgstr ""
6520
6521 #. type: textblock
6522 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
6523 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6524 msgstr ""
6525
6526 #. type: =item
6527 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
6528 msgid "C<sha1>"
6529 msgstr ""
6530
6531 #. type: textblock
6532 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
6533 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6534 msgstr ""
6535
6536 #. type: =item
6537 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
6538 msgid "C<sha224>"
6539 msgstr ""
6540
6541 #. type: textblock
6542 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
6543 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6544 msgstr ""
6545
6546 #. type: =item
6547 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
6548 msgid "C<sha256>"
6549 msgstr ""
6550
6551 #. type: textblock
6552 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
6553 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6554 msgstr ""
6555
6556 #. type: =item
6557 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
6558 msgid "C<sha384>"
6559 msgstr ""
6560
6561 #. type: textblock
6562 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
6563 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6564 msgstr ""
6565
6566 #. type: =item
6567 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
6568 msgid "C<sha512>"
6569 msgstr ""
6570
6571 #. type: textblock
6572 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
6573 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6574 msgstr ""
6575
6576 #. type: textblock
6577 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
6578 msgid "The checksum is returned as a printable string."
6579 msgstr ""
6580
6581 #. type: textblock
6582 #: ../src/guestfs-actions.pod:923
6583 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6584 msgstr ""
6585
6586 #. type: textblock
6587 #: ../src/guestfs-actions.pod:925
6588 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6589 msgstr ""
6590
6591 #. type: textblock
6592 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3066 ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3183 ../src/guestfs-actions.pod:6521
6593 msgid "(Added in 1.0.2)"
6594 msgstr ""
6595
6596 #. type: =head2
6597 #: ../src/guestfs-actions.pod:932
6598 msgid "guestfs_checksum_device"
6599 msgstr ""
6600
6601 #. type: verbatim
6602 #: ../src/guestfs-actions.pod:934
6603 #, no-wrap
6604 msgid ""
6605 " char *\n"
6606 " guestfs_checksum_device (guestfs_h *g,\n"
6607 "                          const char *csumtype,\n"
6608 "                          const char *device);\n"
6609 "\n"
6610 msgstr ""
6611
6612 #. type: textblock
6613 #: ../src/guestfs-actions.pod:939
6614 msgid ""
6615 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6616 "device named C<device>.  For the types of checksums supported see the "
6617 "C<guestfs_checksum> command."
6618 msgstr ""
6619
6620 #. type: textblock
6621 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4629 ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919 ../src/guestfs-actions.pod:6430 ../src/guestfs-actions.pod:6444 ../src/guestfs-actions.pod:6850
6622 msgid "(Added in 1.3.2)"
6623 msgstr ""
6624
6625 #. type: =head2
6626 #: ../src/guestfs-actions.pod:948
6627 msgid "guestfs_checksums_out"
6628 msgstr ""
6629
6630 #. type: verbatim
6631 #: ../src/guestfs-actions.pod:950
6632 #, no-wrap
6633 msgid ""
6634 " int\n"
6635 " guestfs_checksums_out (guestfs_h *g,\n"
6636 "                        const char *csumtype,\n"
6637 "                        const char *directory,\n"
6638 "                        const char *sumsfile);\n"
6639 "\n"
6640 msgstr ""
6641
6642 #. type: textblock
6643 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
6644 msgid ""
6645 "This command computes the checksums of all regular files in C<directory> and "
6646 "then emits a list of those checksums to the local output file C<sumsfile>."
6647 msgstr ""
6648
6649 #. type: textblock
6650 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
6651 msgid ""
6652 "This can be used for verifying the integrity of a virtual machine.  However "
6653 "to be properly secure you should pay attention to the output of the checksum "
6654 "command (it uses the ones from GNU coreutils).  In particular when the "
6655 "filename is not printable, coreutils uses a special backslash syntax.  For "
6656 "more information, see the GNU coreutils info file."
6657 msgstr ""
6658
6659 #. type: textblock
6660 #: ../src/guestfs-actions.pod:970
6661 msgid "(Added in 1.3.7)"
6662 msgstr ""
6663
6664 #. type: =head2
6665 #: ../src/guestfs-actions.pod:972
6666 msgid "guestfs_chmod"
6667 msgstr ""
6668
6669 #. type: verbatim
6670 #: ../src/guestfs-actions.pod:974
6671 #, no-wrap
6672 msgid ""
6673 " int\n"
6674 " guestfs_chmod (guestfs_h *g,\n"
6675 "                int mode,\n"
6676 "                const char *path);\n"
6677 "\n"
6678 msgstr ""
6679
6680 #. type: textblock
6681 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
6682 msgid ""
6683 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6684 "supported."
6685 msgstr ""
6686
6687 #. type: textblock
6688 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
6689 msgid ""
6690 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6691 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6692 "C<700>."
6693 msgstr ""
6694
6695 #. type: textblock
6696 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4347 ../src/guestfs-actions.pod:4366 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:2791 ../fish/guestfish-actions.pod:2907 ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:2927
6697 msgid "The mode actually set is affected by the umask."
6698 msgstr ""
6699
6700 #. type: =head2
6701 #: ../src/guestfs-actions.pod:992
6702 msgid "guestfs_chown"
6703 msgstr ""
6704
6705 #. type: verbatim
6706 #: ../src/guestfs-actions.pod:994
6707 #, no-wrap
6708 msgid ""
6709 " int\n"
6710 " guestfs_chown (guestfs_h *g,\n"
6711 "                int owner,\n"
6712 "                int group,\n"
6713 "                const char *path);\n"
6714 "\n"
6715 msgstr ""
6716
6717 #. type: textblock
6718 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
6719 msgid "Change the file owner to C<owner> and group to C<group>."
6720 msgstr ""
6721
6722 #. type: textblock
6723 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3253 ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2249
6724 msgid ""
6725 "Only numeric uid and gid are supported.  If you want to use names, you will "
6726 "need to locate and parse the password file yourself (Augeas support makes "
6727 "this relatively easy)."
6728 msgstr ""
6729
6730 #. type: =head2
6731 #: ../src/guestfs-actions.pod:1010
6732 msgid "guestfs_command"
6733 msgstr ""
6734
6735 #. type: verbatim
6736 #: ../src/guestfs-actions.pod:1012
6737 #, no-wrap
6738 msgid ""
6739 " char *\n"
6740 " guestfs_command (guestfs_h *g,\n"
6741 "                  char *const *arguments);\n"
6742 "\n"
6743 msgstr ""
6744
6745 #. type: textblock
6746 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
6747 msgid ""
6748 "This call runs a command from the guest filesystem.  The filesystem must be "
6749 "mounted, and must contain a compatible operating system (ie. something "
6750 "Linux, with the same or compatible processor architecture)."
6751 msgstr ""
6752
6753 #. type: textblock
6754 #: ../src/guestfs-actions.pod:1021
6755 msgid ""
6756 "The single parameter is an argv-style list of arguments.  The first element "
6757 "is the name of the program to run.  Subsequent elements are parameters.  The "
6758 "list must be non-empty (ie. must contain a program name).  Note that the "
6759 "command runs directly, and is I<not> invoked via the shell (see "
6760 "C<guestfs_sh>)."
6761 msgstr ""
6762
6763 #. type: textblock
6764 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
6765 msgid "The return value is anything printed to I<stdout> by the command."
6766 msgstr ""
6767
6768 #. type: textblock
6769 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
6770 msgid ""
6771 "If the command returns a non-zero exit status, then this function returns an "
6772 "error message.  The error message string is the content of I<stderr> from "
6773 "the command."
6774 msgstr ""
6775
6776 #. type: textblock
6777 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
6778 msgid ""
6779 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6780 "C</bin>.  If you require a program from another location, you should provide "
6781 "the full path in the first parameter."
6782 msgstr ""
6783
6784 #. type: textblock
6785 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
6786 msgid ""
6787 "Shared libraries and data files required by the program must be available on "
6788 "filesystems which are mounted in the correct places.  It is the caller's "
6789 "responsibility to ensure all filesystems that are needed are mounted at the "
6790 "right locations."
6791 msgstr ""
6792
6793 #. type: textblock
6794 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1535
6795 msgid "(Added in 0.9.1)"
6796 msgstr ""
6797
6798 #. type: =head2
6799 #: ../src/guestfs-actions.pod:1054
6800 msgid "guestfs_command_lines"
6801 msgstr ""
6802
6803 #. type: verbatim
6804 #: ../src/guestfs-actions.pod:1056
6805 #, no-wrap
6806 msgid ""
6807 " char **\n"
6808 " guestfs_command_lines (guestfs_h *g,\n"
6809 "                        char *const *arguments);\n"
6810 "\n"
6811 msgstr ""
6812
6813 #. type: textblock
6814 #: ../src/guestfs-actions.pod:1060
6815 msgid ""
6816 "This is the same as C<guestfs_command>, but splits the result into a list of "
6817 "lines."
6818 msgstr ""
6819
6820 #. type: textblock
6821 #: ../src/guestfs-actions.pod:1063
6822 msgid "See also: C<guestfs_sh_lines>"
6823 msgstr ""
6824
6825 #. type: =head2
6826 #: ../src/guestfs-actions.pod:1074
6827 msgid "guestfs_config"
6828 msgstr ""
6829
6830 #. type: verbatim
6831 #: ../src/guestfs-actions.pod:1076
6832 #, no-wrap
6833 msgid ""
6834 " int\n"
6835 " guestfs_config (guestfs_h *g,\n"
6836 "                 const char *qemuparam,\n"
6837 "                 const char *qemuvalue);\n"
6838 "\n"
6839 msgstr ""
6840
6841 #. type: textblock
6842 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
6843 msgid ""
6844 "This can be used to add arbitrary qemu command line parameters of the form "
6845 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6846 "setting some parameters which would interfere with parameters that we use."
6847 msgstr ""
6848
6849 #. type: textblock
6850 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
6851 msgid "The first character of C<param> string must be a C<-> (dash)."
6852 msgstr ""
6853
6854 #. type: textblock
6855 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
6856 msgid "C<value> can be NULL."
6857 msgstr ""
6858
6859 #. type: =head2
6860 #: ../src/guestfs-actions.pod:1094
6861 msgid "guestfs_copy_size"
6862 msgstr ""
6863
6864 #. type: verbatim
6865 #: ../src/guestfs-actions.pod:1096
6866 #, no-wrap
6867 msgid ""
6868 " int\n"
6869 " guestfs_copy_size (guestfs_h *g,\n"
6870 "                    const char *src,\n"
6871 "                    const char *dest,\n"
6872 "                    int64_t size);\n"
6873 "\n"
6874 msgstr ""
6875
6876 #. type: textblock
6877 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
6878 msgid ""
6879 "This command copies exactly C<size> bytes from one source device or file "
6880 "C<src> to another destination device or file C<dest>."
6881 msgstr ""
6882
6883 #. type: textblock
6884 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
6885 msgid ""
6886 "Note this will fail if the source is too short or if the destination is not "
6887 "large enough."
6888 msgstr ""
6889
6890 #. type: textblock
6891 #: ../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:6516 ../src/guestfs-actions.pod:6550 ../src/guestfs-actions.pod:7029 ../src/guestfs-actions.pod:7048
6892 msgid ""
6893 "This long-running command can generate progress notification messages so "
6894 "that the caller can display a progress bar or indicator.  To receive these "
6895 "messages, the caller must register a progress callback.  See "
6896 "L<guestfs(3)/guestfs_set_progress_callback>."
6897 msgstr ""
6898
6899 #. type: textblock
6900 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3921 ../src/guestfs-actions.pod:5125 ../src/guestfs-actions.pod:6757 ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6863
6901 msgid "(Added in 1.0.87)"
6902 msgstr ""
6903
6904 #. type: =head2
6905 #: ../src/guestfs-actions.pod:1117
6906 msgid "guestfs_cp"
6907 msgstr ""
6908
6909 #. type: verbatim
6910 #: ../src/guestfs-actions.pod:1119
6911 #, no-wrap
6912 msgid ""
6913 " int\n"
6914 " guestfs_cp (guestfs_h *g,\n"
6915 "             const char *src,\n"
6916 "             const char *dest);\n"
6917 "\n"
6918 msgstr ""
6919
6920 #. type: textblock
6921 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
6922 msgid ""
6923 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6924 "destination filename or destination directory."
6925 msgstr ""
6926
6927 #. type: textblock
6928 #: ../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:4592 ../src/guestfs-actions.pod:4969
6929 msgid "(Added in 1.0.18)"
6930 msgstr ""
6931
6932 #. type: =head2
6933 #: ../src/guestfs-actions.pod:1131
6934 msgid "guestfs_cp_a"
6935 msgstr ""
6936
6937 #. type: verbatim
6938 #: ../src/guestfs-actions.pod:1133
6939 #, no-wrap
6940 msgid ""
6941 " int\n"
6942 " guestfs_cp_a (guestfs_h *g,\n"
6943 "               const char *src,\n"
6944 "               const char *dest);\n"
6945 "\n"
6946 msgstr ""
6947
6948 #. type: textblock
6949 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
6950 msgid ""
6951 "This copies a file or directory from C<src> to C<dest> recursively using the "
6952 "C<cp -a> command."
6953 msgstr ""
6954
6955 #. type: =head2
6956 #: ../src/guestfs-actions.pod:1145
6957 msgid "guestfs_dd"
6958 msgstr ""
6959
6960 #. type: verbatim
6961 #: ../src/guestfs-actions.pod:1147
6962 #, no-wrap
6963 msgid ""
6964 " int\n"
6965 " guestfs_dd (guestfs_h *g,\n"
6966 "             const char *src,\n"
6967 "             const char *dest);\n"
6968 "\n"
6969 msgstr ""
6970
6971 #. type: textblock
6972 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
6973 msgid ""
6974 "This command copies from one source device or file C<src> to another "
6975 "destination device or file C<dest>.  Normally you would use this to copy to "
6976 "or from a device or partition, for example to duplicate a filesystem."
6977 msgstr ""
6978
6979 #. type: textblock
6980 #: ../src/guestfs-actions.pod:1157
6981 msgid ""
6982 "If the destination is a device, it must be as large or larger than the "
6983 "source file or device, otherwise the copy will fail.  This command cannot do "
6984 "partial copies (see C<guestfs_copy_size>)."
6985 msgstr ""
6986
6987 #. type: =head2
6988 #: ../src/guestfs-actions.pod:1165
6989 msgid "guestfs_df"
6990 msgstr ""
6991
6992 #. type: verbatim
6993 #: ../src/guestfs-actions.pod:1167
6994 #, no-wrap
6995 msgid ""
6996 " char *\n"
6997 " guestfs_df (guestfs_h *g);\n"
6998 "\n"
6999 msgstr ""
7000
7001 #. type: textblock
7002 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
7003 msgid "This command runs the C<df> command to report disk space used."
7004 msgstr ""
7005
7006 #. type: textblock
7007 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
7008 msgid ""
7009 "This command is mostly useful for interactive sessions.  It is I<not> "
7010 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7011 "from programs."
7012 msgstr ""
7013
7014 #. type: textblock
7015 #: ../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:4031 ../src/guestfs-actions.pod:4492 ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6278 ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:6909 ../src/guestfs-actions.pod:6922
7016 msgid "(Added in 1.0.54)"
7017 msgstr ""
7018
7019 #. type: =head2
7020 #: ../src/guestfs-actions.pod:1181
7021 msgid "guestfs_df_h"
7022 msgstr ""
7023
7024 #. type: verbatim
7025 #: ../src/guestfs-actions.pod:1183
7026 #, no-wrap
7027 msgid ""
7028 " char *\n"
7029 " guestfs_df_h (guestfs_h *g);\n"
7030 "\n"
7031 msgstr ""
7032
7033 #. type: textblock
7034 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
7035 msgid ""
7036 "This command runs the C<df -h> command to report disk space used in "
7037 "human-readable format."
7038 msgstr ""
7039
7040 #. type: =head2
7041 #: ../src/guestfs-actions.pod:1198
7042 msgid "guestfs_dmesg"
7043 msgstr ""
7044
7045 #. type: verbatim
7046 #: ../src/guestfs-actions.pod:1200
7047 #, no-wrap
7048 msgid ""
7049 " char *\n"
7050 " guestfs_dmesg (guestfs_h *g);\n"
7051 "\n"
7052 msgstr ""
7053
7054 #. type: textblock
7055 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
7056 msgid ""
7057 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7058 "This is sometimes useful for extended debugging of problems."
7059 msgstr ""
7060
7061 #. type: textblock
7062 #: ../src/guestfs-actions.pod:1207
7063 msgid ""
7064 "Another way to get the same information is to enable verbose messages with "
7065 "C<guestfs_set_verbose> or by setting the environment variable "
7066 "C<LIBGUESTFS_DEBUG=1> before running the program."
7067 msgstr ""
7068
7069 #. type: =head2
7070 #: ../src/guestfs-actions.pod:1217
7071 msgid "guestfs_download"
7072 msgstr ""
7073
7074 #. type: verbatim
7075 #: ../src/guestfs-actions.pod:1219
7076 #, no-wrap
7077 msgid ""
7078 " int\n"
7079 " guestfs_download (guestfs_h *g,\n"
7080 "                   const char *remotefilename,\n"
7081 "                   const char *filename);\n"
7082 "\n"
7083 msgstr ""
7084
7085 #. type: textblock
7086 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
7087 msgid ""
7088 "Download file C<remotefilename> and save it as C<filename> on the local "
7089 "machine."
7090 msgstr ""
7091
7092 #. type: textblock
7093 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6510 ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4342
7094 msgid "C<filename> can also be a named pipe."
7095 msgstr ""
7096
7097 #. type: textblock
7098 #: ../src/guestfs-actions.pod:1229
7099 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7100 msgstr ""
7101
7102 #. type: =head2
7103 #: ../src/guestfs-actions.pod:1240
7104 msgid "guestfs_download_offset"
7105 msgstr ""
7106
7107 #. type: verbatim
7108 #: ../src/guestfs-actions.pod:1242
7109 #, no-wrap
7110 msgid ""
7111 " int\n"
7112 " guestfs_download_offset (guestfs_h *g,\n"
7113 "                          const char *remotefilename,\n"
7114 "                          const char *filename,\n"
7115 "                          int64_t offset,\n"
7116 "                          int64_t size);\n"
7117 "\n"
7118 msgstr ""
7119
7120 #. type: textblock
7121 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
7122 msgid ""
7123 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7124 "region must be within the file or device)."
7125 msgstr ""
7126
7127 #. type: textblock
7128 #: ../src/guestfs-actions.pod:1255
7129 msgid ""
7130 "Note that there is no limit on the amount of data that can be downloaded "
7131 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7132 "full amount unless an error occurs."
7133 msgstr ""
7134
7135 #. type: textblock
7136 #: ../src/guestfs-actions.pod:1260
7137 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7138 msgstr ""
7139
7140 #. type: textblock
7141 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6555
7142 msgid "(Added in 1.5.17)"
7143 msgstr ""
7144
7145 #. type: =head2
7146 #: ../src/guestfs-actions.pod:1271
7147 msgid "guestfs_drop_caches"
7148 msgstr ""
7149
7150 #. type: verbatim
7151 #: ../src/guestfs-actions.pod:1273
7152 #, no-wrap
7153 msgid ""
7154 " int\n"
7155 " guestfs_drop_caches (guestfs_h *g,\n"
7156 "                      int whattodrop);\n"
7157 "\n"
7158 msgstr ""
7159
7160 #. type: textblock
7161 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
7162 msgid ""
7163 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7164 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7165 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7166 msgstr ""
7167
7168 #. type: textblock
7169 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
7170 msgid "Setting C<whattodrop> to 3 should drop everything."
7171 msgstr ""
7172
7173 #. type: textblock
7174 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
7175 msgid ""
7176 "This automatically calls L<sync(2)> before the operation, so that the "
7177 "maximum guest memory is freed."
7178 msgstr ""
7179
7180 #. type: =head2
7181 #: ../src/guestfs-actions.pod:1291
7182 msgid "guestfs_du"
7183 msgstr ""
7184
7185 #. type: verbatim
7186 #: ../src/guestfs-actions.pod:1293
7187 #, no-wrap
7188 msgid ""
7189 " int64_t\n"
7190 " guestfs_du (guestfs_h *g,\n"
7191 "             const char *path);\n"
7192 "\n"
7193 msgstr ""
7194
7195 #. type: textblock
7196 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
7197 msgid ""
7198 "This command runs the C<du -s> command to estimate file space usage for "
7199 "C<path>."
7200 msgstr ""
7201
7202 #. type: textblock
7203 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
7204 msgid ""
7205 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7206 "estimate includes the contents of the directory and all subdirectories "
7207 "(recursively)."
7208 msgstr ""
7209
7210 #. type: textblock
7211 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
7212 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7213 msgstr ""
7214
7215 #. type: =head2
7216 #: ../src/guestfs-actions.pod:1311
7217 msgid "guestfs_e2fsck_f"
7218 msgstr ""
7219
7220 #. type: verbatim
7221 #: ../src/guestfs-actions.pod:1313
7222 #, no-wrap
7223 msgid ""
7224 " int\n"
7225 " guestfs_e2fsck_f (guestfs_h *g,\n"
7226 "                   const char *device);\n"
7227 "\n"
7228 msgstr ""
7229
7230 #. type: textblock
7231 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
7232 msgid ""
7233 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7234 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7235 "clean (C<-f>)."
7236 msgstr ""
7237
7238 #. type: textblock
7239 #: ../src/guestfs-actions.pod:1321
7240 msgid ""
7241 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7242 "Normally you should use C<guestfs_fsck>."
7243 msgstr ""
7244
7245 #. type: textblock
7246 #: ../src/guestfs-actions.pod:1326
7247 msgid "(Added in 1.0.29)"
7248 msgstr ""
7249
7250 #. type: =head2
7251 #: ../src/guestfs-actions.pod:1328
7252 msgid "guestfs_echo_daemon"
7253 msgstr ""
7254
7255 #. type: verbatim
7256 #: ../src/guestfs-actions.pod:1330
7257 #, no-wrap
7258 msgid ""
7259 " char *\n"
7260 " guestfs_echo_daemon (guestfs_h *g,\n"
7261 "                      char *const *words);\n"
7262 "\n"
7263 msgstr ""
7264
7265 #. type: textblock
7266 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
7267 msgid ""
7268 "This command concatenates the list of C<words> passed with single spaces "
7269 "between them and returns the resulting string."
7270 msgstr ""
7271
7272 #. type: textblock
7273 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
7274 msgid "You can use this command to test the connection through to the daemon."
7275 msgstr ""
7276
7277 #. type: textblock
7278 #: ../src/guestfs-actions.pod:1339
7279 msgid "See also C<guestfs_ping_daemon>."
7280 msgstr ""
7281
7282 #. type: textblock
7283 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:5758
7284 msgid "(Added in 1.0.69)"
7285 msgstr ""
7286
7287 #. type: =head2
7288 #: ../src/guestfs-actions.pod:1346
7289 msgid "guestfs_egrep"
7290 msgstr ""
7291
7292 #. type: verbatim
7293 #: ../src/guestfs-actions.pod:1348
7294 #, no-wrap
7295 msgid ""
7296 " char **\n"
7297 " guestfs_egrep (guestfs_h *g,\n"
7298 "                const char *regex,\n"
7299 "                const char *path);\n"
7300 "\n"
7301 msgstr ""
7302
7303 #. type: textblock
7304 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
7305 msgid "This calls the external C<egrep> program and returns the matching lines."
7306 msgstr ""
7307
7308 #. type: textblock
7309 #: ../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:3414 ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3441 ../src/guestfs-actions.pod:3455 ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5352 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6134 ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6182 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6221 ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7011 ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7115 ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7180
7310 msgid "(Added in 1.0.66)"
7311 msgstr ""
7312
7313 #. type: =head2
7314 #: ../src/guestfs-actions.pod:1365
7315 msgid "guestfs_egrepi"
7316 msgstr ""
7317
7318 #. type: verbatim
7319 #: ../src/guestfs-actions.pod:1367
7320 #, no-wrap
7321 msgid ""
7322 " char **\n"
7323 " guestfs_egrepi (guestfs_h *g,\n"
7324 "                 const char *regex,\n"
7325 "                 const char *path);\n"
7326 "\n"
7327 msgstr ""
7328
7329 #. type: textblock
7330 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
7331 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7332 msgstr ""
7333
7334 #. type: =head2
7335 #: ../src/guestfs-actions.pod:1384
7336 msgid "guestfs_equal"
7337 msgstr ""
7338
7339 #. type: verbatim
7340 #: ../src/guestfs-actions.pod:1386
7341 #, no-wrap
7342 msgid ""
7343 " int\n"
7344 " guestfs_equal (guestfs_h *g,\n"
7345 "                const char *file1,\n"
7346 "                const char *file2);\n"
7347 "\n"
7348 msgstr ""
7349
7350 #. type: textblock
7351 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
7352 msgid ""
7353 "This compares the two files C<file1> and C<file2> and returns true if their "
7354 "content is exactly equal, or false otherwise."
7355 msgstr ""
7356
7357 #. type: textblock
7358 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
7359 msgid "The external L<cmp(1)> program is used for the comparison."
7360 msgstr ""
7361
7362 #. type: =head2
7363 #: ../src/guestfs-actions.pod:1400
7364 msgid "guestfs_exists"
7365 msgstr ""
7366
7367 #. type: verbatim
7368 #: ../src/guestfs-actions.pod:1402
7369 #, no-wrap
7370 msgid ""
7371 " int\n"
7372 " guestfs_exists (guestfs_h *g,\n"
7373 "                 const char *path);\n"
7374 "\n"
7375 msgstr ""
7376
7377 #. type: textblock
7378 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
7379 msgid ""
7380 "This returns C<true> if and only if there is a file, directory (or anything) "
7381 "with the given C<path> name."
7382 msgstr ""
7383
7384 #. type: textblock
7385 #: ../src/guestfs-actions.pod:1409
7386 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7387 msgstr ""
7388
7389 #. type: =head2
7390 #: ../src/guestfs-actions.pod:1415
7391 msgid "guestfs_fallocate"
7392 msgstr ""
7393
7394 #. type: verbatim
7395 #: ../src/guestfs-actions.pod:1417
7396 #, no-wrap
7397 msgid ""
7398 " int\n"
7399 " guestfs_fallocate (guestfs_h *g,\n"
7400 "                    const char *path,\n"
7401 "                    int len);\n"
7402 "\n"
7403 msgstr ""
7404
7405 #. type: textblock
7406 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
7407 msgid ""
7408 "This command preallocates a file (containing zero bytes) named C<path> of "
7409 "size C<len> bytes.  If the file exists already, it is overwritten."
7410 msgstr ""
7411
7412 #. type: textblock
7413 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
7414 msgid ""
7415 "Do not confuse this with the guestfish-specific C<alloc> command which "
7416 "allocates a file in the host and attaches it as a device."
7417 msgstr ""
7418
7419 #. type: textblock
7420 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
7421 msgid ""
7422 "This function is deprecated.  In new code, use the C<fallocate64> call "
7423 "instead."
7424 msgstr ""
7425
7426 #. type: =head2
7427 #: ../src/guestfs-actions.pod:1441
7428 msgid "guestfs_fallocate64"
7429 msgstr ""
7430
7431 #. type: verbatim
7432 #: ../src/guestfs-actions.pod:1443
7433 #, no-wrap
7434 msgid ""
7435 " int\n"
7436 " guestfs_fallocate64 (guestfs_h *g,\n"
7437 "                      const char *path,\n"
7438 "                      int64_t len);\n"
7439 "\n"
7440 msgstr ""
7441
7442 #. type: textblock
7443 #: ../src/guestfs-actions.pod:1452
7444 msgid ""
7445 "Note that this call allocates disk blocks for the file.  To create a sparse "
7446 "file use C<guestfs_truncate_size> instead."
7447 msgstr ""
7448
7449 #. type: textblock
7450 #: ../src/guestfs-actions.pod:1455
7451 msgid ""
7452 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7453 "oversight it only allowed 30 bit lengths to be specified, effectively "
7454 "limiting the maximum size of files created through that call to 1GB."
7455 msgstr ""
7456
7457 #. type: textblock
7458 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
7459 msgid ""
7460 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7461 "commands which create a file in the host and attach it as a device."
7462 msgstr ""
7463
7464 #. type: textblock
7465 #: ../src/guestfs-actions.pod:1466
7466 msgid "(Added in 1.3.17)"
7467 msgstr ""
7468
7469 #. type: =head2
7470 #: ../src/guestfs-actions.pod:1468
7471 msgid "guestfs_fgrep"
7472 msgstr ""
7473
7474 #. type: verbatim
7475 #: ../src/guestfs-actions.pod:1470
7476 #, no-wrap
7477 msgid ""
7478 " char **\n"
7479 " guestfs_fgrep (guestfs_h *g,\n"
7480 "                const char *pattern,\n"
7481 "                const char *path);\n"
7482 "\n"
7483 msgstr ""
7484
7485 #. type: textblock
7486 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
7487 msgid "This calls the external C<fgrep> program and returns the matching lines."
7488 msgstr ""
7489
7490 #. type: =head2
7491 #: ../src/guestfs-actions.pod:1487
7492 msgid "guestfs_fgrepi"
7493 msgstr ""
7494
7495 #. type: verbatim
7496 #: ../src/guestfs-actions.pod:1489
7497 #, no-wrap
7498 msgid ""
7499 " char **\n"
7500 " guestfs_fgrepi (guestfs_h *g,\n"
7501 "                 const char *pattern,\n"
7502 "                 const char *path);\n"
7503 "\n"
7504 msgstr ""
7505
7506 #. type: textblock
7507 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
7508 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7509 msgstr ""
7510
7511 #. type: =head2
7512 #: ../src/guestfs-actions.pod:1506
7513 msgid "guestfs_file"
7514 msgstr ""
7515
7516 #. type: verbatim
7517 #: ../src/guestfs-actions.pod:1508
7518 #, no-wrap
7519 msgid ""
7520 " char *\n"
7521 " guestfs_file (guestfs_h *g,\n"
7522 "               const char *path);\n"
7523 "\n"
7524 msgstr ""
7525
7526 #. type: textblock
7527 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
7528 msgid ""
7529 "This call uses the standard L<file(1)> command to determine the type or "
7530 "contents of the file."
7531 msgstr ""
7532
7533 #. type: textblock
7534 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
7535 msgid ""
7536 "This call will also transparently look inside various types of compressed "
7537 "file."
7538 msgstr ""
7539
7540 #. type: textblock
7541 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
7542 msgid ""
7543 "The exact command which runs is C<file -zb path>.  Note in particular that "
7544 "the filename is not prepended to the output (the C<-b> option)."
7545 msgstr ""
7546
7547 #. type: textblock
7548 #: ../src/guestfs-actions.pod:1522
7549 msgid ""
7550 "This command can also be used on C</dev/> devices (and partitions, LV "
7551 "names).  You can for example use this to determine if a device contains a "
7552 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
7553 msgstr ""
7554
7555 #. type: textblock
7556 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
7557 msgid ""
7558 "If the C<path> does not begin with C</dev/> then this command only works for "
7559 "the content of regular files.  For other file types (directory, symbolic "
7560 "link etc) it will just return the string C<directory> etc."
7561 msgstr ""
7562
7563 #. type: =head2
7564 #: ../src/guestfs-actions.pod:1537
7565 msgid "guestfs_file_architecture"
7566 msgstr ""
7567
7568 #. type: verbatim
7569 #: ../src/guestfs-actions.pod:1539
7570 #, no-wrap
7571 msgid ""
7572 " char *\n"
7573 " guestfs_file_architecture (guestfs_h *g,\n"
7574 "                            const char *filename);\n"
7575 "\n"
7576 msgstr ""
7577
7578 #. type: textblock
7579 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
7580 msgid ""
7581 "This detects the architecture of the binary C<filename>, and returns it if "
7582 "known."
7583 msgstr ""
7584
7585 #. type: textblock
7586 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
7587 msgid "Currently defined architectures are:"
7588 msgstr ""
7589
7590 #. type: =item
7591 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
7592 msgid "\"i386\""
7593 msgstr ""
7594
7595 #. type: textblock
7596 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
7597 msgid ""
7598 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7599 "irrespective of the precise processor requirements of the binary."
7600 msgstr ""
7601
7602 #. type: =item
7603 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
7604 msgid "\"x86_64\""
7605 msgstr ""
7606
7607 #. type: textblock
7608 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
7609 msgid "64 bit x86-64."
7610 msgstr ""
7611
7612 #. type: =item
7613 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
7614 msgid "\"sparc\""
7615 msgstr ""
7616
7617 #. type: textblock
7618 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
7619 msgid "32 bit SPARC."
7620 msgstr ""
7621
7622 #. type: =item
7623 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
7624 msgid "\"sparc64\""
7625 msgstr ""
7626
7627 #. type: textblock
7628 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
7629 msgid "64 bit SPARC V9 and above."
7630 msgstr ""
7631
7632 #. type: =item
7633 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
7634 msgid "\"ia64\""
7635 msgstr ""
7636
7637 #. type: textblock
7638 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
7639 msgid "Intel Itanium."
7640 msgstr ""
7641
7642 #. type: =item
7643 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
7644 msgid "\"ppc\""
7645 msgstr ""
7646
7647 #. type: textblock
7648 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
7649 msgid "32 bit Power PC."
7650 msgstr ""
7651
7652 #. type: =item
7653 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
7654 msgid "\"ppc64\""
7655 msgstr ""
7656
7657 #. type: textblock
7658 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
7659 msgid "64 bit Power PC."
7660 msgstr ""
7661
7662 #. type: textblock
7663 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
7664 msgid "Libguestfs may return other architecture strings in future."
7665 msgstr ""
7666
7667 #. type: textblock
7668 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
7669 msgid "The function works on at least the following types of files:"
7670 msgstr ""
7671
7672 #. type: textblock
7673 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
7674 msgid "many types of Un*x and Linux binary"
7675 msgstr ""
7676
7677 #. type: textblock
7678 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
7679 msgid "many types of Un*x and Linux shared library"
7680 msgstr ""
7681
7682 #. type: textblock
7683 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
7684 msgid "Windows Win32 and Win64 binaries"
7685 msgstr ""
7686
7687 #. type: textblock
7688 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
7689 msgid "Windows Win32 and Win64 DLLs"
7690 msgstr ""
7691
7692 #. type: textblock
7693 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
7694 msgid "Win32 binaries and DLLs return C<i386>."
7695 msgstr ""
7696
7697 #. type: textblock
7698 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
7699 msgid "Win64 binaries and DLLs return C<x86_64>."
7700 msgstr ""
7701
7702 #. type: textblock
7703 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
7704 msgid "Linux kernel modules"
7705 msgstr ""
7706
7707 #. type: textblock
7708 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
7709 msgid "Linux new-style initrd images"
7710 msgstr ""
7711
7712 #. type: textblock
7713 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
7714 msgid "some non-x86 Linux vmlinuz kernels"
7715 msgstr ""
7716
7717 #. type: textblock
7718 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
7719 msgid "What it can't do currently:"
7720 msgstr ""
7721
7722 #. type: textblock
7723 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
7724 msgid "static libraries (libfoo.a)"
7725 msgstr ""
7726
7727 #. type: textblock
7728 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
7729 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7730 msgstr ""
7731
7732 #. type: textblock
7733 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
7734 msgid "x86 Linux vmlinuz kernels"
7735 msgstr ""
7736
7737 #. type: textblock
7738 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
7739 msgid ""
7740 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7741 "compressed code, and are horribly hard to unpack.  If you want to find the "
7742 "architecture of a kernel, use the architecture of the associated initrd or "
7743 "kernel module(s) instead."
7744 msgstr ""
7745
7746 #. type: textblock
7747 #: ../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:2718 ../src/guestfs-actions.pod:2802 ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3169
7748 msgid "(Added in 1.5.3)"
7749 msgstr ""
7750
7751 #. type: =head2
7752 #: ../src/guestfs-actions.pod:1649
7753 msgid "guestfs_filesize"
7754 msgstr ""
7755
7756 #. type: verbatim
7757 #: ../src/guestfs-actions.pod:1651
7758 #, no-wrap
7759 msgid ""
7760 " int64_t\n"
7761 " guestfs_filesize (guestfs_h *g,\n"
7762 "                   const char *file);\n"
7763 "\n"
7764 msgstr ""
7765
7766 #. type: textblock
7767 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
7768 msgid "This command returns the size of C<file> in bytes."
7769 msgstr ""
7770
7771 #. type: textblock
7772 #: ../src/guestfs-actions.pod:1657
7773 msgid ""
7774 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7775 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7776 "devices, use C<guestfs_blockdev_getsize64>."
7777 msgstr ""
7778
7779 #. type: textblock
7780 #: ../src/guestfs-actions.pod:1663
7781 msgid "(Added in 1.0.82)"
7782 msgstr ""
7783
7784 #. type: =head2
7785 #: ../src/guestfs-actions.pod:1665
7786 msgid "guestfs_fill"
7787 msgstr ""
7788
7789 #. type: verbatim
7790 #: ../src/guestfs-actions.pod:1667
7791 #, no-wrap
7792 msgid ""
7793 " int\n"
7794 " guestfs_fill (guestfs_h *g,\n"
7795 "               int c,\n"
7796 "               int len,\n"
7797 "               const char *path);\n"
7798 "\n"
7799 msgstr ""
7800
7801 #. type: textblock
7802 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
7803 msgid ""
7804 "This command creates a new file called C<path>.  The initial content of the "
7805 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7806 "C<[0..255]>."
7807 msgstr ""
7808
7809 #. type: textblock
7810 #: ../src/guestfs-actions.pod:1677
7811 msgid ""
7812 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7813 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7814 "bytes use C<guestfs_fill_pattern>."
7815 msgstr ""
7816
7817 #. type: textblock
7818 #: ../src/guestfs-actions.pod:1689
7819 msgid "(Added in 1.0.79)"
7820 msgstr ""
7821
7822 #. type: =head2
7823 #: ../src/guestfs-actions.pod:1691
7824 msgid "guestfs_fill_pattern"
7825 msgstr ""
7826
7827 #. type: verbatim
7828 #: ../src/guestfs-actions.pod:1693
7829 #, no-wrap
7830 msgid ""
7831 " int\n"
7832 " guestfs_fill_pattern (guestfs_h *g,\n"
7833 "                       const char *pattern,\n"
7834 "                       int len,\n"
7835 "                       const char *path);\n"
7836 "\n"
7837 msgstr ""
7838
7839 #. type: textblock
7840 #: ../src/guestfs-actions.pod:1699
7841 msgid ""
7842 "This function is like C<guestfs_fill> except that it creates a new file of "
7843 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
7844 "pattern is truncated if necessary to ensure the length of the file is "
7845 "exactly C<len> bytes."
7846 msgstr ""
7847
7848 #. type: textblock
7849 #: ../src/guestfs-actions.pod:1711
7850 msgid "(Added in 1.3.12)"
7851 msgstr ""
7852
7853 #. type: =head2
7854 #: ../src/guestfs-actions.pod:1713
7855 msgid "guestfs_find"
7856 msgstr ""
7857
7858 #. type: verbatim
7859 #: ../src/guestfs-actions.pod:1715
7860 #, no-wrap
7861 msgid ""
7862 " char **\n"
7863 " guestfs_find (guestfs_h *g,\n"
7864 "               const char *directory);\n"
7865 "\n"
7866 msgstr ""
7867
7868 #. type: textblock
7869 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
7870 msgid ""
7871 "This command lists out all files and directories, recursively, starting at "
7872 "C<directory>.  It is essentially equivalent to running the shell command "
7873 "C<find directory -print> but some post-processing happens on the output, "
7874 "described below."
7875 msgstr ""
7876
7877 #. type: textblock
7878 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
7879 msgid ""
7880 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7881 "structure was:"
7882 msgstr ""
7883
7884 #. type: verbatim
7885 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
7886 #, no-wrap
7887 msgid ""
7888 " /tmp/a\n"
7889 " /tmp/b\n"
7890 " /tmp/c/d\n"
7891 "\n"
7892 msgstr ""
7893
7894 #. type: textblock
7895 #: ../src/guestfs-actions.pod:1731
7896 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7897 msgstr ""
7898
7899 #. type: verbatim
7900 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
7901 #, no-wrap
7902 msgid ""
7903 " a\n"
7904 " b\n"
7905 " c\n"
7906 " c/d\n"
7907 "\n"
7908 msgstr ""
7909
7910 #. type: textblock
7911 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
7912 msgid "If C<directory> is not a directory, then this command returns an error."
7913 msgstr ""
7914
7915 #. type: textblock
7916 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
7917 msgid "The returned list is sorted."
7918 msgstr ""
7919
7920 #. type: textblock
7921 #: ../src/guestfs-actions.pod:1744
7922 msgid "See also C<guestfs_find0>."
7923 msgstr ""
7924
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3858 ../src/guestfs-actions.pod:5387
7927 msgid "(Added in 1.0.27)"
7928 msgstr ""
7929
7930 #. type: =head2
7931 #: ../src/guestfs-actions.pod:1755
7932 msgid "guestfs_find0"
7933 msgstr ""
7934
7935 #. type: verbatim
7936 #: ../src/guestfs-actions.pod:1757
7937 #, no-wrap
7938 msgid ""
7939 " int\n"
7940 " guestfs_find0 (guestfs_h *g,\n"
7941 "                const char *directory,\n"
7942 "                const char *files);\n"
7943 "\n"
7944 msgstr ""
7945
7946 #. type: textblock
7947 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
7948 msgid ""
7949 "This command lists out all files and directories, recursively, starting at "
7950 "C<directory>, placing the resulting list in the external file called "
7951 "C<files>."
7952 msgstr ""
7953
7954 #. type: textblock
7955 #: ../src/guestfs-actions.pod:1766
7956 msgid ""
7957 "This command works the same way as C<guestfs_find> with the following "
7958 "exceptions:"
7959 msgstr ""
7960
7961 #. type: textblock
7962 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
7963 msgid "The resulting list is written to an external file."
7964 msgstr ""
7965
7966 #. type: textblock
7967 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
7968 msgid ""
7969 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7970 "L<find(1)> option I<-print0>."
7971 msgstr ""
7972
7973 #. type: textblock
7974 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
7975 msgid "This command is not limited in the number of names that it can return."
7976 msgstr ""
7977
7978 #. type: textblock
7979 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
7980 msgid "The result list is not sorted."
7981 msgstr ""
7982
7983 #. type: textblock
7984 #: ../src/guestfs-actions.pod:1793
7985 msgid "(Added in 1.0.74)"
7986 msgstr ""
7987
7988 #. type: =head2
7989 #: ../src/guestfs-actions.pod:1795
7990 msgid "guestfs_findfs_label"
7991 msgstr ""
7992
7993 #. type: verbatim
7994 #: ../src/guestfs-actions.pod:1797
7995 #, no-wrap
7996 msgid ""
7997 " char *\n"
7998 " guestfs_findfs_label (guestfs_h *g,\n"
7999 "                       const char *label);\n"
8000 "\n"
8001 msgstr ""
8002
8003 #. type: textblock
8004 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
8005 msgid ""
8006 "This command searches the filesystems and returns the one which has the "
8007 "given label.  An error is returned if no such filesystem can be found."
8008 msgstr ""
8009
8010 #. type: textblock
8011 #: ../src/guestfs-actions.pod:1805
8012 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8013 msgstr ""
8014
8015 #. type: =head2
8016 #: ../src/guestfs-actions.pod:1812
8017 msgid "guestfs_findfs_uuid"
8018 msgstr ""
8019
8020 #. type: verbatim
8021 #: ../src/guestfs-actions.pod:1814
8022 #, no-wrap
8023 msgid ""
8024 " char *\n"
8025 " guestfs_findfs_uuid (guestfs_h *g,\n"
8026 "                      const char *uuid);\n"
8027 "\n"
8028 msgstr ""
8029
8030 #. type: textblock
8031 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
8032 msgid ""
8033 "This command searches the filesystems and returns the one which has the "
8034 "given UUID.  An error is returned if no such filesystem can be found."
8035 msgstr ""
8036
8037 #. type: textblock
8038 #: ../src/guestfs-actions.pod:1822
8039 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8040 msgstr ""
8041
8042 #. type: =head2
8043 #: ../src/guestfs-actions.pod:1829
8044 msgid "guestfs_fsck"
8045 msgstr ""
8046
8047 #. type: verbatim
8048 #: ../src/guestfs-actions.pod:1831
8049 #, no-wrap
8050 msgid ""
8051 " int\n"
8052 " guestfs_fsck (guestfs_h *g,\n"
8053 "               const char *fstype,\n"
8054 "               const char *device);\n"
8055 "\n"
8056 msgstr ""
8057
8058 #. type: textblock
8059 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
8060 msgid ""
8061 "This runs the filesystem checker (fsck) on C<device> which should have "
8062 "filesystem type C<fstype>."
8063 msgstr ""
8064
8065 #. type: textblock
8066 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
8067 msgid ""
8068 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8069 "codes from C<fsck>."
8070 msgstr ""
8071
8072 #. type: textblock
8073 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
8074 msgid "Multiple status codes can be summed together."
8075 msgstr ""
8076
8077 #. type: textblock
8078 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
8079 msgid ""
8080 "A non-zero return code can mean \"success\", for example if errors have been "
8081 "corrected on the filesystem."
8082 msgstr ""
8083
8084 #. type: textblock
8085 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
8086 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8087 msgstr ""
8088
8089 #. type: textblock
8090 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
8091 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8092 msgstr ""
8093
8094 #. type: textblock
8095 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7034
8096 msgid "(Added in 1.0.16)"
8097 msgstr ""
8098
8099 #. type: =head2
8100 #: ../src/guestfs-actions.pod:1868
8101 msgid "guestfs_get_append"
8102 msgstr ""
8103
8104 #. type: verbatim
8105 #: ../src/guestfs-actions.pod:1870
8106 #, no-wrap
8107 msgid ""
8108 " const char *\n"
8109 " guestfs_get_append (guestfs_h *g);\n"
8110 "\n"
8111 msgstr ""
8112
8113 #. type: textblock
8114 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
8115 msgid ""
8116 "Return the additional kernel options which are added to the guest kernel "
8117 "command line."
8118 msgstr ""
8119
8120 #. type: textblock
8121 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
8122 msgid "If C<NULL> then no options are added."
8123 msgstr ""
8124
8125 #. type: textblock
8126 #: ../src/guestfs-actions.pod:1878
8127 msgid ""
8128 "This function returns a string which may be NULL.  There is no way to return "
8129 "an error from this function.  The string is owned by the guest handle and "
8130 "must I<not> be freed."
8131 msgstr ""
8132
8133 #. type: textblock
8134 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5065 ../src/guestfs-actions.pod:5528 ../src/guestfs-actions.pod:5896 ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931 ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:7077
8135 msgid "(Added in 1.0.26)"
8136 msgstr ""
8137
8138 #. type: =head2
8139 #: ../src/guestfs-actions.pod:1884
8140 msgid "guestfs_get_autosync"
8141 msgstr ""
8142
8143 #. type: verbatim
8144 #: ../src/guestfs-actions.pod:1886
8145 #, no-wrap
8146 msgid ""
8147 " int\n"
8148 " guestfs_get_autosync (guestfs_h *g);\n"
8149 "\n"
8150 msgstr ""
8151
8152 #. type: textblock
8153 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
8154 msgid "Get the autosync flag."
8155 msgstr ""
8156
8157 #. type: =head2
8158 #: ../src/guestfs-actions.pod:1895
8159 msgid "guestfs_get_direct"
8160 msgstr ""
8161
8162 #. type: verbatim
8163 #: ../src/guestfs-actions.pod:1897
8164 #, no-wrap
8165 msgid ""
8166 " int\n"
8167 " guestfs_get_direct (guestfs_h *g);\n"
8168 "\n"
8169 msgstr ""
8170
8171 #. type: textblock
8172 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
8173 msgid "Return the direct appliance mode flag."
8174 msgstr ""
8175
8176 #. type: textblock
8177 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5569
8178 msgid "(Added in 1.0.72)"
8179 msgstr ""
8180
8181 #. type: =head2
8182 #: ../src/guestfs-actions.pod:1906
8183 msgid "guestfs_get_e2label"
8184 msgstr ""
8185
8186 #. type: verbatim
8187 #: ../src/guestfs-actions.pod:1908
8188 #, no-wrap
8189 msgid ""
8190 " char *\n"
8191 " guestfs_get_e2label (guestfs_h *g,\n"
8192 "                      const char *device);\n"
8193 "\n"
8194 msgstr ""
8195
8196 #. type: textblock
8197 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
8198 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8199 msgstr ""
8200
8201 #. type: textblock
8202 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
8203 msgid ""
8204 "This function is deprecated.  In new code, use the C<vfs_label> call "
8205 "instead."
8206 msgstr ""
8207
8208 #. type: textblock
8209 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606
8210 msgid "(Added in 1.0.15)"
8211 msgstr ""
8212
8213 #. type: =head2
8214 #: ../src/guestfs-actions.pod:1927
8215 msgid "guestfs_get_e2uuid"
8216 msgstr ""
8217
8218 #. type: verbatim
8219 #: ../src/guestfs-actions.pod:1929
8220 #, no-wrap
8221 msgid ""
8222 " char *\n"
8223 " guestfs_get_e2uuid (guestfs_h *g,\n"
8224 "                     const char *device);\n"
8225 "\n"
8226 msgstr ""
8227
8228 #. type: textblock
8229 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
8230 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8231 msgstr ""
8232
8233 #. type: textblock
8234 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
8235 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8236 msgstr ""
8237
8238 #. type: =head2
8239 #: ../src/guestfs-actions.pod:1948
8240 msgid "guestfs_get_memsize"
8241 msgstr ""
8242
8243 #. type: verbatim
8244 #: ../src/guestfs-actions.pod:1950
8245 #, no-wrap
8246 msgid ""
8247 " int\n"
8248 " guestfs_get_memsize (guestfs_h *g);\n"
8249 "\n"
8250 msgstr ""
8251
8252 #. type: textblock
8253 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
8254 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8255 msgstr ""
8256
8257 #. type: textblock
8258 #: ../src/guestfs-actions.pod:1956
8259 msgid ""
8260 "If C<guestfs_set_memsize> was not called on this handle, and if "
8261 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8262 "value for memsize."
8263 msgstr ""
8264
8265 #. type: textblock
8266 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:5622 ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386 ../fish/guestfish-actions.pod:3749 ../fish/guestfish-actions.pod:3836
8267 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8268 msgstr ""
8269
8270 #. type: textblock
8271 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4351 ../src/guestfs-actions.pod:4370 ../src/guestfs-actions.pod:4382 ../src/guestfs-actions.pod:4399 ../src/guestfs-actions.pod:4412 ../src/guestfs-actions.pod:5290 ../src/guestfs-actions.pod:5627 ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:6471
8272 msgid "(Added in 1.0.55)"
8273 msgstr ""
8274
8275 #. type: =head2
8276 #: ../src/guestfs-actions.pod:1967
8277 msgid "guestfs_get_network"
8278 msgstr ""
8279
8280 #. type: verbatim
8281 #: ../src/guestfs-actions.pod:1969
8282 #, no-wrap
8283 msgid ""
8284 " int\n"
8285 " guestfs_get_network (guestfs_h *g);\n"
8286 "\n"
8287 msgstr ""
8288
8289 #. type: textblock
8290 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
8291 msgid "This returns the enable network flag."
8292 msgstr ""
8293
8294 #. type: textblock
8295 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5646
8296 msgid "(Added in 1.5.4)"
8297 msgstr ""
8298
8299 #. type: =head2
8300 #: ../src/guestfs-actions.pod:1978
8301 msgid "guestfs_get_path"
8302 msgstr ""
8303
8304 #. type: verbatim
8305 #: ../src/guestfs-actions.pod:1980
8306 #, no-wrap
8307 msgid ""
8308 " const char *\n"
8309 " guestfs_get_path (guestfs_h *g);\n"
8310 "\n"
8311 msgstr ""
8312
8313 #. type: textblock
8314 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
8315 msgid "Return the current search path."
8316 msgstr ""
8317
8318 #. type: textblock
8319 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
8320 msgid ""
8321 "This is always non-NULL.  If it wasn't set already, then this will return "
8322 "the default path."
8323 msgstr ""
8324
8325 #. type: textblock
8326 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
8327 msgid ""
8328 "This function returns a string, or NULL on error.  The string is owned by "
8329 "the guest handle and must I<not> be freed."
8330 msgstr ""
8331
8332 #. type: =head2
8333 #: ../src/guestfs-actions.pod:1993
8334 msgid "guestfs_get_pid"
8335 msgstr ""
8336
8337 #. type: verbatim
8338 #: ../src/guestfs-actions.pod:1995
8339 #, no-wrap
8340 msgid ""
8341 " int\n"
8342 " guestfs_get_pid (guestfs_h *g);\n"
8343 "\n"
8344 msgstr ""
8345
8346 #. type: textblock
8347 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
8348 msgid ""
8349 "Return the process ID of the qemu subprocess.  If there is no qemu "
8350 "subprocess, then this will return an error."
8351 msgstr ""
8352
8353 #. type: textblock
8354 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
8355 msgid "This is an internal call used for debugging and testing."
8356 msgstr ""
8357
8358 #. type: textblock
8359 #: ../src/guestfs-actions.pod:2005
8360 msgid "(Added in 1.0.56)"
8361 msgstr ""
8362
8363 #. type: =head2
8364 #: ../src/guestfs-actions.pod:2007
8365 msgid "guestfs_get_qemu"
8366 msgstr ""
8367
8368 #. type: verbatim
8369 #: ../src/guestfs-actions.pod:2009
8370 #, no-wrap
8371 msgid ""
8372 " const char *\n"
8373 " guestfs_get_qemu (guestfs_h *g);\n"
8374 "\n"
8375 msgstr ""
8376
8377 #. type: textblock
8378 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
8379 msgid "Return the current qemu binary."
8380 msgstr ""
8381
8382 #. type: textblock
8383 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
8384 msgid ""
8385 "This is always non-NULL.  If it wasn't set already, then this will return "
8386 "the default qemu binary name."
8387 msgstr ""
8388
8389 #. type: textblock
8390 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5691
8391 msgid "(Added in 1.0.6)"
8392 msgstr ""
8393
8394 #. type: =head2
8395 #: ../src/guestfs-actions.pod:2022
8396 msgid "guestfs_get_recovery_proc"
8397 msgstr ""
8398
8399 #. type: verbatim
8400 #: ../src/guestfs-actions.pod:2024
8401 #, no-wrap
8402 msgid ""
8403 " int\n"
8404 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8405 "\n"
8406 msgstr ""
8407
8408 #. type: textblock
8409 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
8410 msgid "Return the recovery process enabled flag."
8411 msgstr ""
8412
8413 #. type: textblock
8414 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:3556 ../src/guestfs-actions.pod:3956 ../src/guestfs-actions.pod:3988 ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6394 ../src/guestfs-actions.pod:6586
8415 msgid "(Added in 1.0.77)"
8416 msgstr ""
8417
8418 #. type: =head2
8419 #: ../src/guestfs-actions.pod:2033
8420 msgid "guestfs_get_selinux"
8421 msgstr ""
8422
8423 #. type: verbatim
8424 #: ../src/guestfs-actions.pod:2035
8425 #, no-wrap
8426 msgid ""
8427 " int\n"
8428 " guestfs_get_selinux (guestfs_h *g);\n"
8429 "\n"
8430 msgstr ""
8431
8432 #. type: textblock
8433 #: ../src/guestfs-actions.pod:2038
8434 msgid ""
8435 "This returns the current setting of the selinux flag which is passed to the "
8436 "appliance at boot time.  See C<guestfs_set_selinux>."
8437 msgstr ""
8438
8439 #. type: textblock
8440 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5788
8441 msgid "(Added in 1.0.67)"
8442 msgstr ""
8443
8444 #. type: =head2
8445 #: ../src/guestfs-actions.pod:2048
8446 msgid "guestfs_get_state"
8447 msgstr ""
8448
8449 #. type: verbatim
8450 #: ../src/guestfs-actions.pod:2050
8451 #, no-wrap
8452 msgid ""
8453 " int\n"
8454 " guestfs_get_state (guestfs_h *g);\n"
8455 "\n"
8456 msgstr ""
8457
8458 #. type: textblock
8459 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
8460 msgid ""
8461 "This returns the current state as an opaque integer.  This is only useful "
8462 "for printing debug and internal error messages."
8463 msgstr ""
8464
8465 #. type: textblock
8466 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3062 ../src/guestfs-actions.pod:3091 ../src/guestfs-actions.pod:3152 ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:1396 ../fish/guestfish-actions.pod:2131 ../fish/guestfish-actions.pod:2149 ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2203
8467 msgid "For more information on states, see L<guestfs(3)>."
8468 msgstr ""
8469
8470 #. type: =head2
8471 #: ../src/guestfs-actions.pod:2062
8472 msgid "guestfs_get_trace"
8473 msgstr ""
8474
8475 #. type: verbatim
8476 #: ../src/guestfs-actions.pod:2064
8477 #, no-wrap
8478 msgid ""
8479 " int\n"
8480 " guestfs_get_trace (guestfs_h *g);\n"
8481 "\n"
8482 msgstr ""
8483
8484 #. type: textblock
8485 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
8486 msgid "Return the command trace flag."
8487 msgstr ""
8488
8489 #. type: =head2
8490 #: ../src/guestfs-actions.pod:2073
8491 msgid "guestfs_get_umask"
8492 msgstr ""
8493
8494 #. type: verbatim
8495 #: ../src/guestfs-actions.pod:2075
8496 #, no-wrap
8497 msgid ""
8498 " int\n"
8499 " guestfs_get_umask (guestfs_h *g);\n"
8500 "\n"
8501 msgstr ""
8502
8503 #. type: textblock
8504 #: ../src/guestfs-actions.pod:2078
8505 msgid ""
8506 "Return the current umask.  By default the umask is C<022> unless it has been "
8507 "set by calling C<guestfs_umask>."
8508 msgstr ""
8509
8510 #. type: =head2
8511 #: ../src/guestfs-actions.pod:2085
8512 msgid "guestfs_get_verbose"
8513 msgstr ""
8514
8515 #. type: verbatim
8516 #: ../src/guestfs-actions.pod:2087
8517 #, no-wrap
8518 msgid ""
8519 " int\n"
8520 " guestfs_get_verbose (guestfs_h *g);\n"
8521 "\n"
8522 msgstr ""
8523
8524 #. type: textblock
8525 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
8526 msgid "This returns the verbose messages flag."
8527 msgstr ""
8528
8529 #. type: =head2
8530 #: ../src/guestfs-actions.pod:2096
8531 msgid "guestfs_getcon"
8532 msgstr ""
8533
8534 #. type: verbatim
8535 #: ../src/guestfs-actions.pod:2098
8536 #, no-wrap
8537 msgid ""
8538 " char *\n"
8539 " guestfs_getcon (guestfs_h *g);\n"
8540 "\n"
8541 msgstr ""
8542
8543 #. type: textblock
8544 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
8545 msgid "This gets the SELinux security context of the daemon."
8546 msgstr ""
8547
8548 #. type: textblock
8549 #: ../src/guestfs-actions.pod:2103
8550 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8551 msgstr ""
8552
8553 #. type: =head2
8554 #: ../src/guestfs-actions.pod:2111
8555 msgid "guestfs_getxattr"
8556 msgstr ""
8557
8558 #. type: verbatim
8559 #: ../src/guestfs-actions.pod:2113
8560 #, no-wrap
8561 msgid ""
8562 " char *\n"
8563 " guestfs_getxattr (guestfs_h *g,\n"
8564 "                   const char *path,\n"
8565 "                   const char *name,\n"
8566 "                   size_t *size_r);\n"
8567 "\n"
8568 msgstr ""
8569
8570 #. type: textblock
8571 #: ../src/guestfs-actions.pod:2119
8572 msgid ""
8573 "Get a single extended attribute from file C<path> named C<name>.  This call "
8574 "follows symlinks.  If you want to lookup an extended attribute for the "
8575 "symlink itself, use C<guestfs_lgetxattr>."
8576 msgstr ""
8577
8578 #. type: textblock
8579 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3273
8580 msgid ""
8581 "Normally it is better to get all extended attributes from a file in one go "
8582 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8583 "implementations are buggy and do not provide a way to list out attributes.  "
8584 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8585 "extended attributes you want in advance and call this function."
8586 msgstr ""
8587
8588 #. type: textblock
8589 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3280 ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2268
8590 msgid ""
8591 "Extended attribute values are blobs of binary data.  If there is no extended "
8592 "attribute named C<name>, this returns an error."
8593 msgstr ""
8594
8595 #. type: textblock
8596 #: ../src/guestfs-actions.pod:2133
8597 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8598 msgstr ""
8599
8600 #. type: textblock
8601 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:4988 ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5195
8602 msgid ""
8603 "This function returns a buffer, or NULL on error.  The size of the returned "
8604 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8605 "after use>."
8606 msgstr ""
8607
8608 #. type: textblock
8609 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3289
8610 msgid "(Added in 1.7.24)"
8611 msgstr ""
8612
8613 #. type: =head2
8614 #: ../src/guestfs-actions.pod:2141
8615 msgid "guestfs_getxattrs"
8616 msgstr ""
8617
8618 #. type: verbatim
8619 #: ../src/guestfs-actions.pod:2143
8620 #, no-wrap
8621 msgid ""
8622 " struct guestfs_xattr_list *\n"
8623 " guestfs_getxattrs (guestfs_h *g,\n"
8624 "                    const char *path);\n"
8625 "\n"
8626 msgstr ""
8627
8628 #. type: textblock
8629 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
8630 msgid "This call lists the extended attributes of the file or directory C<path>."
8631 msgstr ""
8632
8633 #. type: textblock
8634 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
8635 msgid ""
8636 "At the system call level, this is a combination of the L<listxattr(2)> and "
8637 "L<getxattr(2)> calls."
8638 msgstr ""
8639
8640 #. type: textblock
8641 #: ../src/guestfs-actions.pod:2153
8642 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8643 msgstr ""
8644
8645 #. type: textblock
8646 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3301 ../src/guestfs-actions.pod:3952
8647 msgid ""
8648 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8649 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8650 msgstr ""
8651
8652 #. type: textblock
8653 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3470 ../src/guestfs-actions.pod:3506 ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5807 ../src/guestfs-actions.pod:7142
8654 msgid "(Added in 1.0.59)"
8655 msgstr ""
8656
8657 #. type: =head2
8658 #: ../src/guestfs-actions.pod:2161
8659 msgid "guestfs_glob_expand"
8660 msgstr ""
8661
8662 #. type: verbatim
8663 #: ../src/guestfs-actions.pod:2163
8664 #, no-wrap
8665 msgid ""
8666 " char **\n"
8667 " guestfs_glob_expand (guestfs_h *g,\n"
8668 "                      const char *pattern);\n"
8669 "\n"
8670 msgstr ""
8671
8672 #. type: textblock
8673 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
8674 msgid ""
8675 "This command searches for all the pathnames matching C<pattern> according to "
8676 "the wildcard expansion rules used by the shell."
8677 msgstr ""
8678
8679 #. type: textblock
8680 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
8681 msgid "If no paths match, then this returns an empty list (note: not an error)."
8682 msgstr ""
8683
8684 #. type: textblock
8685 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
8686 msgid ""
8687 "It is just a wrapper around the C L<glob(3)> function with flags "
8688 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8689 msgstr ""
8690
8691 #. type: textblock
8692 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5972 ../src/guestfs-actions.pod:5989
8693 msgid "(Added in 1.0.50)"
8694 msgstr ""
8695
8696 #. type: =head2
8697 #: ../src/guestfs-actions.pod:2184
8698 msgid "guestfs_grep"
8699 msgstr ""
8700
8701 #. type: verbatim
8702 #: ../src/guestfs-actions.pod:2186
8703 #, no-wrap
8704 msgid ""
8705 " char **\n"
8706 " guestfs_grep (guestfs_h *g,\n"
8707 "               const char *regex,\n"
8708 "               const char *path);\n"
8709 "\n"
8710 msgstr ""
8711
8712 #. type: textblock
8713 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
8714 msgid "This calls the external C<grep> program and returns the matching lines."
8715 msgstr ""
8716
8717 #. type: =head2
8718 #: ../src/guestfs-actions.pod:2203
8719 msgid "guestfs_grepi"
8720 msgstr ""
8721
8722 #. type: verbatim
8723 #: ../src/guestfs-actions.pod:2205
8724 #, no-wrap
8725 msgid ""
8726 " char **\n"
8727 " guestfs_grepi (guestfs_h *g,\n"
8728 "                const char *regex,\n"
8729 "                const char *path);\n"
8730 "\n"
8731 msgstr ""
8732
8733 #. type: textblock
8734 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
8735 msgid "This calls the external C<grep -i> program and returns the matching lines."
8736 msgstr ""
8737
8738 #. type: =head2
8739 #: ../src/guestfs-actions.pod:2222
8740 msgid "guestfs_grub_install"
8741 msgstr ""
8742
8743 #. type: verbatim
8744 #: ../src/guestfs-actions.pod:2224
8745 #, no-wrap
8746 msgid ""
8747 " int\n"
8748 " guestfs_grub_install (guestfs_h *g,\n"
8749 "                       const char *root,\n"
8750 "                       const char *device);\n"
8751 "\n"
8752 msgstr ""
8753
8754 #. type: textblock
8755 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
8756 msgid ""
8757 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8758 "the root directory being C<root>."
8759 msgstr ""
8760
8761 #. type: textblock
8762 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
8763 msgid ""
8764 "Note: If grub-install reports the error \"No suitable drive was found in the "
8765 "generated device map.\" it may be that you need to create a "
8766 "C</boot/grub/device.map> file first that contains the mapping between grub "
8767 "device names and Linux device names.  It is usually sufficient to create a "
8768 "file containing:"
8769 msgstr ""
8770
8771 #. type: verbatim
8772 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
8773 #, no-wrap
8774 msgid ""
8775 " (hd0) /dev/vda\n"
8776 "\n"
8777 msgstr ""
8778
8779 #. type: textblock
8780 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
8781 msgid "replacing C</dev/vda> with the name of the installation device."
8782 msgstr ""
8783
8784 #. type: textblock
8785 #: ../src/guestfs-actions.pod:2245
8786 msgid "(Added in 1.0.17)"
8787 msgstr ""
8788
8789 #. type: =head2
8790 #: ../src/guestfs-actions.pod:2247
8791 msgid "guestfs_head"
8792 msgstr ""
8793
8794 #. type: verbatim
8795 #: ../src/guestfs-actions.pod:2249
8796 #, no-wrap
8797 msgid ""
8798 " char **\n"
8799 " guestfs_head (guestfs_h *g,\n"
8800 "               const char *path);\n"
8801 "\n"
8802 msgstr ""
8803
8804 #. type: textblock
8805 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
8806 msgid ""
8807 "This command returns up to the first 10 lines of a file as a list of "
8808 "strings."
8809 msgstr ""
8810
8811 #. type: =head2
8812 #: ../src/guestfs-actions.pod:2265
8813 msgid "guestfs_head_n"
8814 msgstr ""
8815
8816 #. type: verbatim
8817 #: ../src/guestfs-actions.pod:2267
8818 #, no-wrap
8819 msgid ""
8820 " char **\n"
8821 " guestfs_head_n (guestfs_h *g,\n"
8822 "                 int nrlines,\n"
8823 "                 const char *path);\n"
8824 "\n"
8825 msgstr ""
8826
8827 #. type: textblock
8828 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
8829 msgid ""
8830 "If the parameter C<nrlines> is a positive number, this returns the first "
8831 "C<nrlines> lines of the file C<path>."
8832 msgstr ""
8833
8834 #. type: textblock
8835 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
8836 msgid ""
8837 "If the parameter C<nrlines> is a negative number, this returns lines from "
8838 "the file C<path>, excluding the last C<nrlines> lines."
8839 msgstr ""
8840
8841 #. type: textblock
8842 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4182
8843 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8844 msgstr ""
8845
8846 #. type: =head2
8847 #: ../src/guestfs-actions.pod:2289
8848 msgid "guestfs_hexdump"
8849 msgstr ""
8850
8851 #. type: verbatim
8852 #: ../src/guestfs-actions.pod:2291
8853 #, no-wrap
8854 msgid ""
8855 " char *\n"
8856 " guestfs_hexdump (guestfs_h *g,\n"
8857 "                  const char *path);\n"
8858 "\n"
8859 msgstr ""
8860
8861 #. type: textblock
8862 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
8863 msgid ""
8864 "This runs C<hexdump -C> on the given C<path>.  The result is the "
8865 "human-readable, canonical hex dump of the file."
8866 msgstr ""
8867
8868 #. type: textblock
8869 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6053 ../src/guestfs-actions.pod:6108
8870 msgid "(Added in 1.0.22)"
8871 msgstr ""
8872
8873 #. type: =head2
8874 #: ../src/guestfs-actions.pod:2306
8875 msgid "guestfs_initrd_cat"
8876 msgstr ""
8877
8878 #. type: verbatim
8879 #: ../src/guestfs-actions.pod:2308
8880 #, no-wrap
8881 msgid ""
8882 " char *\n"
8883 " guestfs_initrd_cat (guestfs_h *g,\n"
8884 "                     const char *initrdpath,\n"
8885 "                     const char *filename,\n"
8886 "                     size_t *size_r);\n"
8887 "\n"
8888 msgstr ""
8889
8890 #. type: textblock
8891 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
8892 msgid ""
8893 "This command unpacks the file C<filename> from the initrd file called "
8894 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8895 "character."
8896 msgstr ""
8897
8898 #. type: textblock
8899 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
8900 msgid ""
8901 "For example, in guestfish you could use the following command to examine the "
8902 "boot script (usually called C</init>)  contained in a Linux initrd or "
8903 "initramfs image:"
8904 msgstr ""
8905
8906 #. type: verbatim
8907 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
8908 #, no-wrap
8909 msgid ""
8910 " initrd-cat /boot/initrd-<version>.img init\n"
8911 "\n"
8912 msgstr ""
8913
8914 #. type: textblock
8915 #: ../src/guestfs-actions.pod:2324
8916 msgid "See also C<guestfs_initrd_list>."
8917 msgstr ""
8918
8919 #. type: =head2
8920 #: ../src/guestfs-actions.pod:2335
8921 msgid "guestfs_initrd_list"
8922 msgstr ""
8923
8924 #. type: verbatim
8925 #: ../src/guestfs-actions.pod:2337
8926 #, no-wrap
8927 msgid ""
8928 " char **\n"
8929 " guestfs_initrd_list (guestfs_h *g,\n"
8930 "                      const char *path);\n"
8931 "\n"
8932 msgstr ""
8933
8934 #. type: textblock
8935 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
8936 msgid "This command lists out files contained in an initrd."
8937 msgstr ""
8938
8939 #. type: textblock
8940 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
8941 msgid ""
8942 "The files are listed without any initial C</> character.  The files are "
8943 "listed in the order they appear (not necessarily alphabetical).  Directory "
8944 "names are listed as separate items."
8945 msgstr ""
8946
8947 #. type: textblock
8948 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
8949 msgid ""
8950 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8951 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8952 "files)."
8953 msgstr ""
8954
8955 #. type: =head2
8956 #: ../src/guestfs-actions.pod:2357
8957 msgid "guestfs_inotify_add_watch"
8958 msgstr ""
8959
8960 #. type: verbatim
8961 #: ../src/guestfs-actions.pod:2359
8962 #, no-wrap
8963 msgid ""
8964 " int64_t\n"
8965 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8966 "                            const char *path,\n"
8967 "                            int mask);\n"
8968 "\n"
8969 msgstr ""
8970
8971 #. type: textblock
8972 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
8973 msgid "Watch C<path> for the events listed in C<mask>."
8974 msgstr ""
8975
8976 #. type: textblock
8977 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
8978 msgid ""
8979 "Note that if C<path> is a directory then events within that directory are "
8980 "watched, but this does I<not> happen recursively (in subdirectories)."
8981 msgstr ""
8982
8983 #. type: textblock
8984 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
8985 msgid ""
8986 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8987 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8988 msgstr ""
8989
8990 #. type: =head2
8991 #: ../src/guestfs-actions.pod:2378
8992 msgid "guestfs_inotify_close"
8993 msgstr ""
8994
8995 #. type: verbatim
8996 #: ../src/guestfs-actions.pod:2380
8997 #, no-wrap
8998 msgid ""
8999 " int\n"
9000 " guestfs_inotify_close (guestfs_h *g);\n"
9001 "\n"
9002 msgstr ""
9003
9004 #. type: textblock
9005 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
9006 msgid ""
9007 "This closes the inotify handle which was previously opened by inotify_init.  "
9008 "It removes all watches, throws away any pending events, and deallocates all "
9009 "resources."
9010 msgstr ""
9011
9012 #. type: =head2
9013 #: ../src/guestfs-actions.pod:2391
9014 msgid "guestfs_inotify_files"
9015 msgstr ""
9016
9017 #. type: verbatim
9018 #: ../src/guestfs-actions.pod:2393
9019 #, no-wrap
9020 msgid ""
9021 " char **\n"
9022 " guestfs_inotify_files (guestfs_h *g);\n"
9023 "\n"
9024 msgstr ""
9025
9026 #. type: textblock
9027 #: ../src/guestfs-actions.pod:2396
9028 msgid ""
9029 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9030 "returns a list of pathnames of objects that were touched.  The returned "
9031 "pathnames are sorted and deduplicated."
9032 msgstr ""
9033
9034 #. type: =head2
9035 #: ../src/guestfs-actions.pod:2406
9036 msgid "guestfs_inotify_init"
9037 msgstr ""
9038
9039 #. type: verbatim
9040 #: ../src/guestfs-actions.pod:2408
9041 #, no-wrap
9042 msgid ""
9043 " int\n"
9044 " guestfs_inotify_init (guestfs_h *g,\n"
9045 "                       int maxevents);\n"
9046 "\n"
9047 msgstr ""
9048
9049 #. type: textblock
9050 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
9051 msgid ""
9052 "This command creates a new inotify handle.  The inotify subsystem can be "
9053 "used to notify events which happen to objects in the guest filesystem."
9054 msgstr ""
9055
9056 #. type: textblock
9057 #: ../src/guestfs-actions.pod:2416
9058 msgid ""
9059 "C<maxevents> is the maximum number of events which will be queued up between "
9060 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9061 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9062 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9063 "throws away events, but records the fact that it threw them away by setting "
9064 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9065 "C<guestfs_inotify_read>)."
9066 msgstr ""
9067
9068 #. type: textblock
9069 #: ../src/guestfs-actions.pod:2426
9070 msgid ""
9071 "Before any events are generated, you have to add some watches to the "
9072 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9073 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9074 msgstr ""
9075
9076 #. type: textblock
9077 #: ../src/guestfs-actions.pod:2432
9078 msgid ""
9079 "Queued up events should be read periodically by calling "
9080 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9081 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9082 "often enough then you risk the internal queue overflowing."
9083 msgstr ""
9084
9085 #. type: textblock
9086 #: ../src/guestfs-actions.pod:2439
9087 msgid ""
9088 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9089 "This also removes any watches automatically."
9090 msgstr ""
9091
9092 #. type: textblock
9093 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
9094 msgid ""
9095 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9096 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9097 "that there is one global inotify handle per libguestfs instance."
9098 msgstr ""
9099
9100 #. type: =head2
9101 #: ../src/guestfs-actions.pod:2452
9102 msgid "guestfs_inotify_read"
9103 msgstr ""
9104
9105 #. type: verbatim
9106 #: ../src/guestfs-actions.pod:2454
9107 #, no-wrap
9108 msgid ""
9109 " struct guestfs_inotify_event_list *\n"
9110 " guestfs_inotify_read (guestfs_h *g);\n"
9111 "\n"
9112 msgstr ""
9113
9114 #. type: textblock
9115 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
9116 msgid ""
9117 "Return the complete queue of events that have happened since the previous "
9118 "read call."
9119 msgstr ""
9120
9121 #. type: textblock
9122 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
9123 msgid "If no events have happened, this returns an empty list."
9124 msgstr ""
9125
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
9128 msgid ""
9129 "I<Note>: In order to make sure that all events have been read, you must call "
9130 "this function repeatedly until it returns an empty list.  The reason is that "
9131 "the call will read events up to the maximum appliance-to-host message size "
9132 "and leave remaining events in the queue."
9133 msgstr ""
9134
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:2468
9137 msgid ""
9138 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9139 "there was an error.  I<The caller must call "
9140 "C<guestfs_free_inotify_event_list> after use>."
9141 msgstr ""
9142
9143 #. type: =head2
9144 #: ../src/guestfs-actions.pod:2474
9145 msgid "guestfs_inotify_rm_watch"
9146 msgstr ""
9147
9148 #. type: verbatim
9149 #: ../src/guestfs-actions.pod:2476
9150 #, no-wrap
9151 msgid ""
9152 " int\n"
9153 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9154 "                           int wd);\n"
9155 "\n"
9156 msgstr ""
9157
9158 #. type: textblock
9159 #: ../src/guestfs-actions.pod:2480
9160 msgid ""
9161 "Remove a previously defined inotify watch.  See "
9162 "C<guestfs_inotify_add_watch>."
9163 msgstr ""
9164
9165 #. type: =head2
9166 #: ../src/guestfs-actions.pod:2487
9167 msgid "guestfs_inspect_get_arch"
9168 msgstr ""
9169
9170 #. type: verbatim
9171 #: ../src/guestfs-actions.pod:2489
9172 #, no-wrap
9173 msgid ""
9174 " char *\n"
9175 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9176 "                           const char *root);\n"
9177 "\n"
9178 msgstr ""
9179
9180 #. type: textblock
9181 #: ../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:2726 ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2786 ../src/guestfs-actions.pod:2830 ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2895
9182 msgid ""
9183 "This function should only be called with a root device string as returned by "
9184 "C<guestfs_inspect_os>."
9185 msgstr ""
9186
9187 #. type: textblock
9188 #: ../src/guestfs-actions.pod:2496
9189 msgid ""
9190 "This returns the architecture of the inspected operating system.  The "
9191 "possible return values are listed under C<guestfs_file_architecture>."
9192 msgstr ""
9193
9194 #. type: textblock
9195 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
9196 msgid ""
9197 "If the architecture could not be determined, then the string C<unknown> is "
9198 "returned."
9199 msgstr ""
9200
9201 #. type: textblock
9202 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584 ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:2816 ../src/guestfs-actions.pod:2859 ../src/guestfs-actions.pod:2882 ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759 ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813 ../fish/guestfish-actions.pod:1873 ../fish/guestfish-actions.pod:1897 ../fish/guestfish-actions.pod:1914 ../fish/guestfish-actions.pod:1927 ../fish/guestfish-actions.pod:1962 ../fish/guestfish-actions.pod:1978 ../fish/guestfish-actions.pod:2077 ../fish/guestfish-actions.pod:2111
9203 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9204 msgstr ""
9205
9206 #. type: =head2
9207 #: ../src/guestfs-actions.pod:2510
9208 msgid "guestfs_inspect_get_distro"
9209 msgstr ""
9210
9211 #. type: verbatim
9212 #: ../src/guestfs-actions.pod:2512
9213 #, no-wrap
9214 msgid ""
9215 " char *\n"
9216 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9217 "                             const char *root);\n"
9218 "\n"
9219 msgstr ""
9220
9221 #. type: textblock
9222 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
9223 msgid "This returns the distro (distribution) of the inspected operating system."
9224 msgstr ""
9225
9226 #. type: textblock
9227 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
9228 msgid "Currently defined distros are:"
9229 msgstr ""
9230
9231 #. type: =item
9232 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
9233 msgid "\"archlinux\""
9234 msgstr ""
9235
9236 #. type: textblock
9237 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
9238 msgid "Arch Linux."
9239 msgstr ""
9240
9241 #. type: =item
9242 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
9243 msgid "\"debian\""
9244 msgstr ""
9245
9246 #. type: textblock
9247 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
9248 msgid "Debian."
9249 msgstr ""
9250
9251 #. type: =item
9252 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
9253 msgid "\"fedora\""
9254 msgstr ""
9255
9256 #. type: textblock
9257 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
9258 msgid "Fedora."
9259 msgstr ""
9260
9261 #. type: =item
9262 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
9263 msgid "\"gentoo\""
9264 msgstr ""
9265
9266 #. type: textblock
9267 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
9268 msgid "Gentoo."
9269 msgstr ""
9270
9271 #. type: =item
9272 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
9273 msgid "\"linuxmint\""
9274 msgstr ""
9275
9276 #. type: textblock
9277 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
9278 msgid "Linux Mint."
9279 msgstr ""
9280
9281 #. type: =item
9282 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
9283 msgid "\"mandriva\""
9284 msgstr ""
9285
9286 #. type: textblock
9287 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
9288 msgid "Mandriva."
9289 msgstr ""
9290
9291 #. type: =item
9292 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
9293 msgid "\"meego\""
9294 msgstr ""
9295
9296 #. type: textblock
9297 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
9298 msgid "MeeGo."
9299 msgstr ""
9300
9301 #. type: =item
9302 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
9303 msgid "\"pardus\""
9304 msgstr ""
9305
9306 #. type: textblock
9307 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
9308 msgid "Pardus."
9309 msgstr ""
9310
9311 #. type: =item
9312 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
9313 msgid "\"redhat-based\""
9314 msgstr ""
9315
9316 #. type: textblock
9317 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
9318 msgid "Some Red Hat-derived distro."
9319 msgstr ""
9320
9321 #. type: =item
9322 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
9323 msgid "\"rhel\""
9324 msgstr ""
9325
9326 #. type: textblock
9327 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
9328 msgid "Red Hat Enterprise Linux and some derivatives."
9329 msgstr ""
9330
9331 #. type: =item
9332 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
9333 msgid "\"ubuntu\""
9334 msgstr ""
9335
9336 #. type: textblock
9337 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
9338 msgid "Ubuntu."
9339 msgstr ""
9340
9341 #. type: =item
9342 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1953
9343 msgid "\"unknown\""
9344 msgstr ""
9345
9346 #. type: textblock
9347 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
9348 msgid "The distro could not be determined."
9349 msgstr ""
9350
9351 #. type: =item
9352 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1945
9353 msgid "\"windows\""
9354 msgstr ""
9355
9356 #. type: textblock
9357 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
9358 msgid ""
9359 "Windows does not have distributions.  This string is returned if the OS type "
9360 "is Windows."
9361 msgstr ""
9362
9363 #. type: textblock
9364 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1959
9365 msgid ""
9366 "Future versions of libguestfs may return other strings here.  The caller "
9367 "should be prepared to handle any string."
9368 msgstr ""
9369
9370 #. type: =head2
9371 #: ../src/guestfs-actions.pod:2591
9372 msgid "guestfs_inspect_get_filesystems"
9373 msgstr ""
9374
9375 #. type: verbatim
9376 #: ../src/guestfs-actions.pod:2593
9377 #, no-wrap
9378 msgid ""
9379 " char **\n"
9380 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9381 "                                  const char *root);\n"
9382 "\n"
9383 msgstr ""
9384
9385 #. type: textblock
9386 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
9387 msgid ""
9388 "This returns a list of all the filesystems that we think are associated with "
9389 "this operating system.  This includes the root filesystem, other ordinary "
9390 "filesystems, and non-mounted devices like swap partitions."
9391 msgstr ""
9392
9393 #. type: textblock
9394 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
9395 msgid ""
9396 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9397 "to be shared between operating systems."
9398 msgstr ""
9399
9400 #. type: textblock
9401 #: ../src/guestfs-actions.pod:2608
9402 msgid ""
9403 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9404 "C<guestfs_inspect_get_mountpoints>."
9405 msgstr ""
9406
9407 #. type: =head2
9408 #: ../src/guestfs-actions.pod:2617
9409 msgid "guestfs_inspect_get_hostname"
9410 msgstr ""
9411
9412 #. type: verbatim
9413 #: ../src/guestfs-actions.pod:2619
9414 #, no-wrap
9415 msgid ""
9416 " char *\n"
9417 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9418 "                               const char *root);\n"
9419 "\n"
9420 msgstr ""
9421
9422 #. type: textblock
9423 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
9424 msgid ""
9425 "This function returns the hostname of the operating system as found by "
9426 "inspection of the guest's configuration files."
9427 msgstr ""
9428
9429 #. type: textblock
9430 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
9431 msgid ""
9432 "If the hostname could not be determined, then the string C<unknown> is "
9433 "returned."
9434 msgstr ""
9435
9436 #. type: textblock
9437 #: ../src/guestfs-actions.pod:2637
9438 msgid "(Added in 1.7.9)"
9439 msgstr ""
9440
9441 #. type: =head2
9442 #: ../src/guestfs-actions.pod:2639
9443 msgid "guestfs_inspect_get_major_version"
9444 msgstr ""
9445
9446 #. type: verbatim
9447 #: ../src/guestfs-actions.pod:2641
9448 #, no-wrap
9449 msgid ""
9450 " int\n"
9451 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9452 "                                    const char *root);\n"
9453 "\n"
9454 msgstr ""
9455
9456 #. type: textblock
9457 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
9458 msgid "This returns the major version number of the inspected operating system."
9459 msgstr ""
9460
9461 #. type: textblock
9462 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
9463 msgid ""
9464 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9465 "popular public names used by the operating system.  Notably the operating "
9466 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9467 "1).  You can find out the real versions corresponding to releases of Windows "
9468 "by consulting Wikipedia or MSDN."
9469 msgstr ""
9470
9471 #. type: textblock
9472 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678 ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
9473 msgid "If the version could not be determined, then C<0> is returned."
9474 msgstr ""
9475
9476 #. type: =head2
9477 #: ../src/guestfs-actions.pod:2666
9478 msgid "guestfs_inspect_get_minor_version"
9479 msgstr ""
9480
9481 #. type: verbatim
9482 #: ../src/guestfs-actions.pod:2668
9483 #, no-wrap
9484 msgid ""
9485 " int\n"
9486 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9487 "                                    const char *root);\n"
9488 "\n"
9489 msgstr ""
9490
9491 #. type: textblock
9492 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
9493 msgid "This returns the minor version number of the inspected operating system."
9494 msgstr ""
9495
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:2680
9498 msgid ""
9499 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9500 "C<guestfs_inspect_get_major_version>."
9501 msgstr ""
9502
9503 #. type: =head2
9504 #: ../src/guestfs-actions.pod:2687
9505 msgid "guestfs_inspect_get_mountpoints"
9506 msgstr ""
9507
9508 #. type: verbatim
9509 #: ../src/guestfs-actions.pod:2689
9510 #, no-wrap
9511 msgid ""
9512 " char **\n"
9513 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9514 "                                  const char *root);\n"
9515 "\n"
9516 msgstr ""
9517
9518 #. type: textblock
9519 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
9520 msgid ""
9521 "This returns a hash of where we think the filesystems associated with this "
9522 "operating system should be mounted.  Callers should note that this is at "
9523 "best an educated guess made by reading configuration files such as "
9524 "C</etc/fstab>."
9525 msgstr ""
9526
9527 #. type: textblock
9528 #: ../src/guestfs-actions.pod:2701 ../fish/guestfish-actions.pod:1842
9529 msgid ""
9530 "Each element in the returned hashtable has a key which is the path of the "
9531 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9532 "mounted there (eg. C</dev/sda1>)."
9533 msgstr ""
9534
9535 #. type: textblock
9536 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1847
9537 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9538 msgstr ""
9539
9540 #. type: textblock
9541 #: ../src/guestfs-actions.pod:2709
9542 msgid ""
9543 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9544 "C<guestfs_inspect_get_filesystems>."
9545 msgstr ""
9546
9547 #. type: textblock
9548 #: ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:6410
9549 msgid ""
9550 "This function returns a NULL-terminated array of strings, or NULL if there "
9551 "was an error.  The array of strings will always have length C<2n+1>, where "
9552 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9553 "caller must free the strings and the array after use>."
9554 msgstr ""
9555
9556 #. type: =head2
9557 #: ../src/guestfs-actions.pod:2720
9558 msgid "guestfs_inspect_get_package_format"
9559 msgstr ""
9560
9561 #. type: verbatim
9562 #: ../src/guestfs-actions.pod:2722
9563 #, no-wrap
9564 msgid ""
9565 " char *\n"
9566 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9567 "                                     const char *root);\n"
9568 "\n"
9569 msgstr ""
9570
9571 #. type: textblock
9572 #: ../src/guestfs-actions.pod:2729
9573 msgid ""
9574 "This function and C<guestfs_inspect_get_package_management> return the "
9575 "package format and package management tool used by the inspected operating "
9576 "system.  For example for Fedora these functions would return C<rpm> (package "
9577 "format) and C<yum> (package management)."
9578 msgstr ""
9579
9580 #. type: textblock
9581 #: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1866
9582 msgid ""
9583 "This returns the string C<unknown> if we could not determine the package "
9584 "format I<or> if the operating system does not have a real packaging system "
9585 "(eg. Windows)."
9586 msgstr ""
9587
9588 #. type: textblock
9589 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
9590 msgid ""
9591 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9592 "Future versions of libguestfs may return other strings."
9593 msgstr ""
9594
9595 #. type: textblock
9596 #: ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2778
9597 msgid "(Added in 1.7.5)"
9598 msgstr ""
9599
9600 #. type: =head2
9601 #: ../src/guestfs-actions.pod:2749
9602 msgid "guestfs_inspect_get_package_management"
9603 msgstr ""
9604
9605 #. type: verbatim
9606 #: ../src/guestfs-actions.pod:2751
9607 #, no-wrap
9608 msgid ""
9609 " char *\n"
9610 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9611 "                                         const char *root);\n"
9612 "\n"
9613 msgstr ""
9614
9615 #. type: textblock
9616 #: ../src/guestfs-actions.pod:2758
9617 msgid ""
9618 "C<guestfs_inspect_get_package_format> and this function return the package "
9619 "format and package management tool used by the inspected operating system.  "
9620 "For example for Fedora these functions would return C<rpm> (package format) "
9621 "and C<yum> (package management)."
9622 msgstr ""
9623
9624 #. type: textblock
9625 #: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1888
9626 msgid ""
9627 "This returns the string C<unknown> if we could not determine the package "
9628 "management tool I<or> if the operating system does not have a real packaging "
9629 "system (eg. Windows)."
9630 msgstr ""
9631
9632 #. type: textblock
9633 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
9634 msgid ""
9635 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9636 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9637 "libguestfs may return other strings."
9638 msgstr ""
9639
9640 #. type: =head2
9641 #: ../src/guestfs-actions.pod:2780
9642 msgid "guestfs_inspect_get_product_name"
9643 msgstr ""
9644
9645 #. type: verbatim
9646 #: ../src/guestfs-actions.pod:2782
9647 #, no-wrap
9648 msgid ""
9649 " char *\n"
9650 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9651 "                                   const char *root);\n"
9652 "\n"
9653 msgstr ""
9654
9655 #. type: textblock
9656 #: ../src/guestfs-actions.pod:2789 ../fish/guestfish-actions.pod:1906
9657 msgid ""
9658 "This returns the product name of the inspected operating system.  The "
9659 "product name is generally some freeform string which can be displayed to the "
9660 "user, but should not be parsed by programs."
9661 msgstr ""
9662
9663 #. type: textblock
9664 #: ../src/guestfs-actions.pod:2794 ../fish/guestfish-actions.pod:1911
9665 msgid ""
9666 "If the product name could not be determined, then the string C<unknown> is "
9667 "returned."
9668 msgstr ""
9669
9670 #. type: =head2
9671 #: ../src/guestfs-actions.pod:2804
9672 msgid "guestfs_inspect_get_roots"
9673 msgstr ""
9674
9675 #. type: verbatim
9676 #: ../src/guestfs-actions.pod:2806
9677 #, no-wrap
9678 msgid ""
9679 " char **\n"
9680 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9681 "\n"
9682 msgstr ""
9683
9684 #. type: textblock
9685 #: ../src/guestfs-actions.pod:2809
9686 msgid ""
9687 "This function is a convenient way to get the list of root devices, as "
9688 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9689 "the whole inspection process."
9690 msgstr ""
9691
9692 #. type: textblock
9693 #: ../src/guestfs-actions.pod:2813
9694 msgid ""
9695 "This returns an empty list if either no root devices were found or the "
9696 "caller has not called C<guestfs_inspect_os>."
9697 msgstr ""
9698
9699 #. type: textblock
9700 #: ../src/guestfs-actions.pod:2822
9701 msgid "(Added in 1.7.3)"
9702 msgstr ""
9703
9704 #. type: =head2
9705 #: ../src/guestfs-actions.pod:2824
9706 msgid "guestfs_inspect_get_type"
9707 msgstr ""
9708
9709 #. type: verbatim
9710 #: ../src/guestfs-actions.pod:2826
9711 #, no-wrap
9712 msgid ""
9713 " char *\n"
9714 " guestfs_inspect_get_type (guestfs_h *g,\n"
9715 "                           const char *root);\n"
9716 "\n"
9717 msgstr ""
9718
9719 #. type: textblock
9720 #: ../src/guestfs-actions.pod:2833 ../fish/guestfish-actions.pod:1936
9721 msgid ""
9722 "This returns the type of the inspected operating system.  Currently defined "
9723 "types are:"
9724 msgstr ""
9725
9726 #. type: =item
9727 #: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1941
9728 msgid "\"linux\""
9729 msgstr ""
9730
9731 #. type: textblock
9732 #: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1943
9733 msgid "Any Linux-based operating system."
9734 msgstr ""
9735
9736 #. type: textblock
9737 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
9738 msgid "Any Microsoft Windows operating system."
9739 msgstr ""
9740
9741 #. type: =item
9742 #: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949
9743 msgid "\"freebsd\""
9744 msgstr ""
9745
9746 #. type: textblock
9747 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
9748 msgid "FreeBSD."
9749 msgstr ""
9750
9751 #. type: textblock
9752 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
9753 msgid "The operating system type could not be determined."
9754 msgstr ""
9755
9756 #. type: =head2
9757 #: ../src/guestfs-actions.pod:2866
9758 msgid "guestfs_inspect_get_windows_systemroot"
9759 msgstr ""
9760
9761 #. type: verbatim
9762 #: ../src/guestfs-actions.pod:2868
9763 #, no-wrap
9764 msgid ""
9765 " char *\n"
9766 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
9767 "                                         const char *root);\n"
9768 "\n"
9769 msgstr ""
9770
9771 #. type: textblock
9772 #: ../src/guestfs-actions.pod:2875 ../fish/guestfish-actions.pod:1971
9773 msgid ""
9774 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9775 "is a directory path such as C</WINDOWS>."
9776 msgstr ""
9777
9778 #. type: textblock
9779 #: ../src/guestfs-actions.pod:2878 ../fish/guestfish-actions.pod:1974
9780 msgid ""
9781 "This call assumes that the guest is Windows and that the systemroot could be "
9782 "determined by inspection.  If this is not the case then an error is "
9783 "returned."
9784 msgstr ""
9785
9786 #. type: textblock
9787 #: ../src/guestfs-actions.pod:2887
9788 msgid "(Added in 1.5.25)"
9789 msgstr ""
9790
9791 #. type: =head2
9792 #: ../src/guestfs-actions.pod:2889
9793 msgid "guestfs_inspect_list_applications"
9794 msgstr ""
9795
9796 #. type: verbatim
9797 #: ../src/guestfs-actions.pod:2891
9798 #, no-wrap
9799 msgid ""
9800 " struct guestfs_application_list *\n"
9801 " guestfs_inspect_list_applications (guestfs_h *g,\n"
9802 "                                    const char *root);\n"
9803 "\n"
9804 msgstr ""
9805
9806 #. type: textblock
9807 #: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1987
9808 msgid "Return the list of applications installed in the operating system."
9809 msgstr ""
9810
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:2900
9813 msgid ""
9814 "I<Note:> This call works differently from other parts of the inspection "
9815 "API.  You have to call C<guestfs_inspect_os>, then "
9816 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
9817 "this.  Listing applications is a significantly more difficult operation "
9818 "which requires access to the full filesystem.  Also note that unlike the "
9819 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
9820 "the libguestfs handle, this call actually reads parts of the mounted "
9821 "filesystems during the call."
9822 msgstr ""
9823
9824 #. type: textblock
9825 #: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:1999
9826 msgid ""
9827 "This returns an empty list if the inspection code was not able to determine "
9828 "the list of applications."
9829 msgstr ""
9830
9831 #. type: textblock
9832 #: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2002
9833 msgid "The application structure contains the following fields:"
9834 msgstr ""
9835
9836 #. type: =item
9837 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
9838 msgid "C<app_name>"
9839 msgstr ""
9840
9841 #. type: textblock
9842 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008
9843 msgid ""
9844 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9845 "guests, this is the package name."
9846 msgstr ""
9847
9848 #. type: =item
9849 #: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2011
9850 msgid "C<app_display_name>"
9851 msgstr ""
9852
9853 #. type: textblock
9854 #: ../src/guestfs-actions.pod:2924 ../fish/guestfish-actions.pod:2013
9855 msgid ""
9856 "The display name of the application, sometimes localized to the install "
9857 "language of the guest operating system."
9858 msgstr ""
9859
9860 #. type: textblock
9861 #: ../src/guestfs-actions.pod:2927 ../fish/guestfish-actions.pod:2016
9862 msgid ""
9863 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9864 "to display something can use C<app_name> instead."
9865 msgstr ""
9866
9867 #. type: =item
9868 #: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019
9869 msgid "C<app_epoch>"
9870 msgstr ""
9871
9872 #. type: textblock
9873 #: ../src/guestfs-actions.pod:2932 ../fish/guestfish-actions.pod:2021
9874 msgid ""
9875 "For package managers which use epochs, this contains the epoch of the "
9876 "package (an integer).  If unavailable, this is returned as C<0>."
9877 msgstr ""
9878
9879 #. type: =item
9880 #: ../src/guestfs-actions.pod:2935 ../fish/guestfish-actions.pod:2024
9881 msgid "C<app_version>"
9882 msgstr ""
9883
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2937 ../fish/guestfish-actions.pod:2026
9886 msgid ""
9887 "The version string of the application or package.  If unavailable this is "
9888 "returned as an empty string C<\"\">."
9889 msgstr ""
9890
9891 #. type: =item
9892 #: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2029
9893 msgid "C<app_release>"
9894 msgstr ""
9895
9896 #. type: textblock
9897 #: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2031
9898 msgid ""
9899 "The release string of the application or package, for package managers that "
9900 "use this.  If unavailable this is returned as an empty string C<\"\">."
9901 msgstr ""
9902
9903 #. type: =item
9904 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
9905 msgid "C<app_install_path>"
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037
9910 msgid ""
9911 "The installation path of the application (on operating systems such as "
9912 "Windows which use installation paths).  This path is in the format used by "
9913 "the guest operating system, it is not a libguestfs path."
9914 msgstr ""
9915
9916 #. type: textblock
9917 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2042
9918 msgid "If unavailable this is returned as an empty string C<\"\">."
9919 msgstr ""
9920
9921 #. type: =item
9922 #: ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:2044
9923 msgid "C<app_trans_path>"
9924 msgstr ""
9925
9926 #. type: textblock
9927 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
9928 msgid ""
9929 "The install path translated into a libguestfs path.  If unavailable this is "
9930 "returned as an empty string C<\"\">."
9931 msgstr ""
9932
9933 #. type: =item
9934 #: ../src/guestfs-actions.pod:2960 ../fish/guestfish-actions.pod:2049
9935 msgid "C<app_publisher>"
9936 msgstr ""
9937
9938 #. type: textblock
9939 #: ../src/guestfs-actions.pod:2962 ../fish/guestfish-actions.pod:2051
9940 msgid ""
9941 "The name of the publisher of the application, for package managers that use "
9942 "this.  If unavailable this is returned as an empty string C<\"\">."
9943 msgstr ""
9944
9945 #. type: =item
9946 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
9947 msgid "C<app_url>"
9948 msgstr ""
9949
9950 #. type: textblock
9951 #: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057
9952 msgid ""
9953 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9954 "returned as an empty string C<\"\">."
9955 msgstr ""
9956
9957 #. type: =item
9958 #: ../src/guestfs-actions.pod:2971 ../fish/guestfish-actions.pod:2060
9959 msgid "C<app_source_package>"
9960 msgstr ""
9961
9962 #. type: textblock
9963 #: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2062
9964 msgid ""
9965 "For packaging systems which support this, the name of the source package.  "
9966 "If unavailable this is returned as an empty string C<\"\">."
9967 msgstr ""
9968
9969 #. type: =item
9970 #: ../src/guestfs-actions.pod:2976 ../fish/guestfish-actions.pod:2065
9971 msgid "C<app_summary>"
9972 msgstr ""
9973
9974 #. type: textblock
9975 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2067
9976 msgid ""
9977 "A short (usually one line) description of the application or package.  If "
9978 "unavailable this is returned as an empty string C<\"\">."
9979 msgstr ""
9980
9981 #. type: =item
9982 #: ../src/guestfs-actions.pod:2981 ../fish/guestfish-actions.pod:2070
9983 msgid "C<app_description>"
9984 msgstr ""
9985
9986 #. type: textblock
9987 #: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2072
9988 msgid ""
9989 "A longer description of the application or package.  If unavailable this is "
9990 "returned as an empty string C<\"\">."
9991 msgstr ""
9992
9993 #. type: textblock
9994 #: ../src/guestfs-actions.pod:2990
9995 msgid ""
9996 "This function returns a C<struct guestfs_application_list *>, or NULL if "
9997 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
9998 "after use>."
9999 msgstr ""
10000
10001 #. type: textblock
10002 #: ../src/guestfs-actions.pod:2994
10003 msgid "(Added in 1.7.8)"
10004 msgstr ""
10005
10006 #. type: =head2
10007 #: ../src/guestfs-actions.pod:2996
10008 msgid "guestfs_inspect_os"
10009 msgstr ""
10010
10011 #. type: verbatim
10012 #: ../src/guestfs-actions.pod:2998
10013 #, no-wrap
10014 msgid ""
10015 " char **\n"
10016 " guestfs_inspect_os (guestfs_h *g);\n"
10017 "\n"
10018 msgstr ""
10019
10020 #. type: textblock
10021 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2083
10022 msgid ""
10023 "This function uses other libguestfs functions and certain heuristics to "
10024 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10025 "for operating systems."
10026 msgstr ""
10027
10028 #. type: textblock
10029 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
10030 msgid "The list returned is empty if no operating systems were found."
10031 msgstr ""
10032
10033 #. type: textblock
10034 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089
10035 msgid ""
10036 "If one operating system was found, then this returns a list with a single "
10037 "element, which is the name of the root filesystem of this operating system.  "
10038 "It is also possible for this function to return a list containing more than "
10039 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10040 "element being the root filesystem of one of the operating systems."
10041 msgstr ""
10042
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:3014
10045 msgid ""
10046 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10047 "functions in order to query further information about each operating system, "
10048 "such as the name and version."
10049 msgstr ""
10050
10051 #. type: textblock
10052 #: ../src/guestfs-actions.pod:3019
10053 msgid ""
10054 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10055 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10056 "the contents.  This should be called with no disks currently mounted.  The "
10057 "function may also use Augeas, so any existing Augeas handle will be closed."
10058 msgstr ""
10059
10060 #. type: textblock
10061 #: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:2107
10062 msgid ""
10063 "This function cannot decrypt encrypted disks.  The caller must do that first "
10064 "(supplying the necessary keys) if the disk is encrypted."
10065 msgstr ""
10066
10067 #. type: textblock
10068 #: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3316 ../src/guestfs-actions.pod:3378
10069 msgid "See also C<guestfs_list_filesystems>."
10070 msgstr ""
10071
10072 #. type: =head2
10073 #: ../src/guestfs-actions.pod:3039
10074 msgid "guestfs_is_blockdev"
10075 msgstr ""
10076
10077 #. type: verbatim
10078 #: ../src/guestfs-actions.pod:3041
10079 #, no-wrap
10080 msgid ""
10081 " int\n"
10082 " guestfs_is_blockdev (guestfs_h *g,\n"
10083 "                      const char *path);\n"
10084 "\n"
10085 msgstr ""
10086
10087 #. type: textblock
10088 #: ../src/guestfs-actions.pod:3045 ../fish/guestfish-actions.pod:2119
10089 msgid ""
10090 "This returns C<true> if and only if there is a block device with the given "
10091 "C<path> name."
10092 msgstr ""
10093
10094 #. type: textblock
10095 #: ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3077 ../src/guestfs-actions.pod:3107 ../src/guestfs-actions.pod:3122 ../src/guestfs-actions.pod:3138 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3209
10096 msgid "See also C<guestfs_stat>."
10097 msgstr ""
10098
10099 #. type: textblock
10100 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3198 ../src/guestfs-actions.pod:3213
10101 msgid "(Added in 1.5.10)"
10102 msgstr ""
10103
10104 #. type: =head2
10105 #: ../src/guestfs-actions.pod:3054
10106 msgid "guestfs_is_busy"
10107 msgstr ""
10108
10109 #. type: verbatim
10110 #: ../src/guestfs-actions.pod:3056
10111 #, no-wrap
10112 msgid ""
10113 " int\n"
10114 " guestfs_is_busy (guestfs_h *g);\n"
10115 "\n"
10116 msgstr ""
10117
10118 #. type: textblock
10119 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2128
10120 msgid ""
10121 "This returns true iff this handle is busy processing a command (in the "
10122 "C<BUSY> state)."
10123 msgstr ""
10124
10125 #. type: =head2
10126 #: ../src/guestfs-actions.pod:3068
10127 msgid "guestfs_is_chardev"
10128 msgstr ""
10129
10130 #. type: verbatim
10131 #: ../src/guestfs-actions.pod:3070
10132 #, no-wrap
10133 msgid ""
10134 " int\n"
10135 " guestfs_is_chardev (guestfs_h *g,\n"
10136 "                     const char *path);\n"
10137 "\n"
10138 msgstr ""
10139
10140 #. type: textblock
10141 #: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2137
10142 msgid ""
10143 "This returns C<true> if and only if there is a character device with the "
10144 "given C<path> name."
10145 msgstr ""
10146
10147 #. type: =head2
10148 #: ../src/guestfs-actions.pod:3083
10149 msgid "guestfs_is_config"
10150 msgstr ""
10151
10152 #. type: verbatim
10153 #: ../src/guestfs-actions.pod:3085
10154 #, no-wrap
10155 msgid ""
10156 " int\n"
10157 " guestfs_is_config (guestfs_h *g);\n"
10158 "\n"
10159 msgstr ""
10160
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2146
10163 msgid ""
10164 "This returns true iff this handle is being configured (in the C<CONFIG> "
10165 "state)."
10166 msgstr ""
10167
10168 #. type: =head2
10169 #: ../src/guestfs-actions.pod:3097
10170 msgid "guestfs_is_dir"
10171 msgstr ""
10172
10173 #. type: verbatim
10174 #: ../src/guestfs-actions.pod:3099
10175 #, no-wrap
10176 msgid ""
10177 " int\n"
10178 " guestfs_is_dir (guestfs_h *g,\n"
10179 "                 const char *path);\n"
10180 "\n"
10181 msgstr ""
10182
10183 #. type: textblock
10184 #: ../src/guestfs-actions.pod:3103 ../fish/guestfish-actions.pod:2155
10185 msgid ""
10186 "This returns C<true> if and only if there is a directory with the given "
10187 "C<path> name.  Note that it returns false for other objects like files."
10188 msgstr ""
10189
10190 #. type: =head2
10191 #: ../src/guestfs-actions.pod:3113
10192 msgid "guestfs_is_fifo"
10193 msgstr ""
10194
10195 #. type: verbatim
10196 #: ../src/guestfs-actions.pod:3115
10197 #, no-wrap
10198 msgid ""
10199 " int\n"
10200 " guestfs_is_fifo (guestfs_h *g,\n"
10201 "                  const char *path);\n"
10202 "\n"
10203 msgstr ""
10204
10205 #. type: textblock
10206 #: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2165
10207 msgid ""
10208 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10209 "given C<path> name."
10210 msgstr ""
10211
10212 #. type: =head2
10213 #: ../src/guestfs-actions.pod:3128
10214 msgid "guestfs_is_file"
10215 msgstr ""
10216
10217 #. type: verbatim
10218 #: ../src/guestfs-actions.pod:3130
10219 #, no-wrap
10220 msgid ""
10221 " int\n"
10222 " guestfs_is_file (guestfs_h *g,\n"
10223 "                  const char *path);\n"
10224 "\n"
10225 msgstr ""
10226
10227 #. type: textblock
10228 #: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2174
10229 msgid ""
10230 "This returns C<true> if and only if there is a regular file with the given "
10231 "C<path> name.  Note that it returns false for other objects like "
10232 "directories."
10233 msgstr ""
10234
10235 #. type: =head2
10236 #: ../src/guestfs-actions.pod:3144
10237 msgid "guestfs_is_launching"
10238 msgstr ""
10239
10240 #. type: verbatim
10241 #: ../src/guestfs-actions.pod:3146
10242 #, no-wrap
10243 msgid ""
10244 " int\n"
10245 " guestfs_is_launching (guestfs_h *g);\n"
10246 "\n"
10247 msgstr ""
10248
10249 #. type: textblock
10250 #: ../src/guestfs-actions.pod:3149 ../fish/guestfish-actions.pod:2184
10251 msgid ""
10252 "This returns true iff this handle is launching the subprocess (in the "
10253 "C<LAUNCHING> state)."
10254 msgstr ""
10255
10256 #. type: =head2
10257 #: ../src/guestfs-actions.pod:3158
10258 msgid "guestfs_is_lv"
10259 msgstr ""
10260
10261 #. type: verbatim
10262 #: ../src/guestfs-actions.pod:3160
10263 #, no-wrap
10264 msgid ""
10265 " int\n"
10266 " guestfs_is_lv (guestfs_h *g,\n"
10267 "                const char *device);\n"
10268 "\n"
10269 msgstr ""
10270
10271 #. type: textblock
10272 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2193
10273 msgid ""
10274 "This command tests whether C<device> is a logical volume, and returns true "
10275 "iff this is the case."
10276 msgstr ""
10277
10278 #. type: =head2
10279 #: ../src/guestfs-actions.pod:3171
10280 msgid "guestfs_is_ready"
10281 msgstr ""
10282
10283 #. type: verbatim
10284 #: ../src/guestfs-actions.pod:3173
10285 #, no-wrap
10286 msgid ""
10287 " int\n"
10288 " guestfs_is_ready (guestfs_h *g);\n"
10289 "\n"
10290 msgstr ""
10291
10292 #. type: textblock
10293 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2200
10294 msgid ""
10295 "This returns true iff this handle is ready to accept commands (in the "
10296 "C<READY> state)."
10297 msgstr ""
10298
10299 #. type: =head2
10300 #: ../src/guestfs-actions.pod:3185
10301 msgid "guestfs_is_socket"
10302 msgstr ""
10303
10304 #. type: verbatim
10305 #: ../src/guestfs-actions.pod:3187
10306 #, no-wrap
10307 msgid ""
10308 " int\n"
10309 " guestfs_is_socket (guestfs_h *g,\n"
10310 "                    const char *path);\n"
10311 "\n"
10312 msgstr ""
10313
10314 #. type: textblock
10315 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2209
10316 msgid ""
10317 "This returns C<true> if and only if there is a Unix domain socket with the "
10318 "given C<path> name."
10319 msgstr ""
10320
10321 #. type: =head2
10322 #: ../src/guestfs-actions.pod:3200
10323 msgid "guestfs_is_symlink"
10324 msgstr ""
10325
10326 #. type: verbatim
10327 #: ../src/guestfs-actions.pod:3202
10328 #, no-wrap
10329 msgid ""
10330 " int\n"
10331 " guestfs_is_symlink (guestfs_h *g,\n"
10332 "                     const char *path);\n"
10333 "\n"
10334 msgstr ""
10335
10336 #. type: textblock
10337 #: ../src/guestfs-actions.pod:3206 ../fish/guestfish-actions.pod:2218
10338 msgid ""
10339 "This returns C<true> if and only if there is a symbolic link with the given "
10340 "C<path> name."
10341 msgstr ""
10342
10343 #. type: =head2
10344 #: ../src/guestfs-actions.pod:3215
10345 msgid "guestfs_kill_subprocess"
10346 msgstr ""
10347
10348 #. type: verbatim
10349 #: ../src/guestfs-actions.pod:3217
10350 #, no-wrap
10351 msgid ""
10352 " int\n"
10353 " guestfs_kill_subprocess (guestfs_h *g);\n"
10354 "\n"
10355 msgstr ""
10356
10357 #. type: textblock
10358 #: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2227
10359 msgid "This kills the qemu subprocess.  You should never need to call this."
10360 msgstr ""
10361
10362 #. type: =head2
10363 #: ../src/guestfs-actions.pod:3226
10364 msgid "guestfs_launch"
10365 msgstr ""
10366
10367 #. type: verbatim
10368 #: ../src/guestfs-actions.pod:3228
10369 #, no-wrap
10370 msgid ""
10371 " int\n"
10372 " guestfs_launch (guestfs_h *g);\n"
10373 "\n"
10374 msgstr ""
10375
10376 #. type: textblock
10377 #: ../src/guestfs-actions.pod:3231 ../fish/guestfish-actions.pod:2235
10378 msgid ""
10379 "Internally libguestfs is implemented by running a virtual machine using "
10380 "L<qemu(1)>."
10381 msgstr ""
10382
10383 #. type: textblock
10384 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2238
10385 msgid ""
10386 "You should call this after configuring the handle (eg. adding drives) but "
10387 "before performing any actions."
10388 msgstr ""
10389
10390 #. type: =head2
10391 #: ../src/guestfs-actions.pod:3241
10392 msgid "guestfs_lchown"
10393 msgstr ""
10394
10395 #. type: verbatim
10396 #: ../src/guestfs-actions.pod:3243
10397 #, no-wrap
10398 msgid ""
10399 " int\n"
10400 " guestfs_lchown (guestfs_h *g,\n"
10401 "                 int owner,\n"
10402 "                 int group,\n"
10403 "                 const char *path);\n"
10404 "\n"
10405 msgstr ""
10406
10407 #. type: textblock
10408 #: ../src/guestfs-actions.pod:3249
10409 msgid ""
10410 "Change the file owner to C<owner> and group to C<group>.  This is like "
10411 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10412 "changed, not the target."
10413 msgstr ""
10414
10415 #. type: =head2
10416 #: ../src/guestfs-actions.pod:3261
10417 msgid "guestfs_lgetxattr"
10418 msgstr ""
10419
10420 #. type: verbatim
10421 #: ../src/guestfs-actions.pod:3263
10422 #, no-wrap
10423 msgid ""
10424 " char *\n"
10425 " guestfs_lgetxattr (guestfs_h *g,\n"
10426 "                    const char *path,\n"
10427 "                    const char *name,\n"
10428 "                    size_t *size_r);\n"
10429 "\n"
10430 msgstr ""
10431
10432 #. type: textblock
10433 #: ../src/guestfs-actions.pod:3269 ../fish/guestfish-actions.pod:2257
10434 msgid ""
10435 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10436 "is a symlink, then this call returns an extended attribute from the symlink."
10437 msgstr ""
10438
10439 #. type: textblock
10440 #: ../src/guestfs-actions.pod:3283
10441 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10442 msgstr ""
10443
10444 #. type: =head2
10445 #: ../src/guestfs-actions.pod:3291
10446 msgid "guestfs_lgetxattrs"
10447 msgstr ""
10448
10449 #. type: verbatim
10450 #: ../src/guestfs-actions.pod:3293
10451 #, no-wrap
10452 msgid ""
10453 " struct guestfs_xattr_list *\n"
10454 " guestfs_lgetxattrs (guestfs_h *g,\n"
10455 "                     const char *path);\n"
10456 "\n"
10457 msgstr ""
10458
10459 #. type: textblock
10460 #: ../src/guestfs-actions.pod:3297
10461 msgid ""
10462 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10463 "then it returns the extended attributes of the link itself."
10464 msgstr ""
10465
10466 #. type: =head2
10467 #: ../src/guestfs-actions.pod:3307
10468 msgid "guestfs_list_devices"
10469 msgstr ""
10470
10471 #. type: verbatim
10472 #: ../src/guestfs-actions.pod:3309
10473 #, no-wrap
10474 msgid ""
10475 " char **\n"
10476 " guestfs_list_devices (guestfs_h *g);\n"
10477 "\n"
10478 msgstr ""
10479
10480 #. type: textblock
10481 #: ../src/guestfs-actions.pod:3312 ../fish/guestfish-actions.pod:2285
10482 msgid "List all the block devices."
10483 msgstr ""
10484
10485 #. type: textblock
10486 #: ../src/guestfs-actions.pod:3314 ../fish/guestfish-actions.pod:2287
10487 msgid "The full block device names are returned, eg. C</dev/sda>."
10488 msgstr ""
10489
10490 #. type: =head2
10491 #: ../src/guestfs-actions.pod:3324
10492 msgid "guestfs_list_filesystems"
10493 msgstr ""
10494
10495 #. type: verbatim
10496 #: ../src/guestfs-actions.pod:3326
10497 #, no-wrap
10498 msgid ""
10499 " char **\n"
10500 " guestfs_list_filesystems (guestfs_h *g);\n"
10501 "\n"
10502 msgstr ""
10503
10504 #. type: textblock
10505 #: ../src/guestfs-actions.pod:3329 ../fish/guestfish-actions.pod:2295
10506 msgid ""
10507 "This inspection command looks for filesystems on partitions, block devices "
10508 "and logical volumes, returning a list of devices containing filesystems and "
10509 "their type."
10510 msgstr ""
10511
10512 #. type: textblock
10513 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
10514 msgid ""
10515 "The return value is a hash, where the keys are the devices containing "
10516 "filesystems, and the values are the filesystem types.  For example:"
10517 msgstr ""
10518
10519 #. type: verbatim
10520 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
10521 #, no-wrap
10522 msgid ""
10523 " \"/dev/sda1\" => \"ntfs\"\n"
10524 " \"/dev/sda2\" => \"ext2\"\n"
10525 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10526 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10527 "\n"
10528 msgstr ""
10529
10530 #. type: textblock
10531 #: ../src/guestfs-actions.pod:3342 ../fish/guestfish-actions.pod:2308
10532 msgid ""
10533 "The value can have the special value \"unknown\", meaning the content of the "
10534 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10535 msgstr ""
10536
10537 #. type: textblock
10538 #: ../src/guestfs-actions.pod:3346
10539 msgid ""
10540 "This command runs other libguestfs commands, which might include "
10541 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10542 "soon after launch and only when nothing is mounted."
10543 msgstr ""
10544
10545 #. type: textblock
10546 #: ../src/guestfs-actions.pod:3350
10547 msgid ""
10548 "Not all of the filesystems returned will be mountable.  In particular, swap "
10549 "partitions are returned in the list.  Also this command does not check that "
10550 "each filesystem found is valid and mountable, and some filesystems might be "
10551 "mountable but require special options.  Filesystems may not all belong to a "
10552 "single logical operating system (use C<guestfs_inspect_os> to look for "
10553 "OSes)."
10554 msgstr ""
10555
10556 #. type: textblock
10557 #: ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4955
10558 msgid "(Added in 1.5.15)"
10559 msgstr ""
10560
10561 #. type: =head2
10562 #: ../src/guestfs-actions.pod:3366
10563 msgid "guestfs_list_partitions"
10564 msgstr ""
10565
10566 #. type: verbatim
10567 #: ../src/guestfs-actions.pod:3368
10568 #, no-wrap
10569 msgid ""
10570 " char **\n"
10571 " guestfs_list_partitions (guestfs_h *g);\n"
10572 "\n"
10573 msgstr ""
10574
10575 #. type: textblock
10576 #: ../src/guestfs-actions.pod:3371 ../fish/guestfish-actions.pod:2328
10577 msgid "List all the partitions detected on all block devices."
10578 msgstr ""
10579
10580 #. type: textblock
10581 #: ../src/guestfs-actions.pod:3373 ../fish/guestfish-actions.pod:2330
10582 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10583 msgstr ""
10584
10585 #. type: textblock
10586 #: ../src/guestfs-actions.pod:3375
10587 msgid ""
10588 "This does not return logical volumes.  For that you will need to call "
10589 "C<guestfs_lvs>."
10590 msgstr ""
10591
10592 #. type: =head2
10593 #: ../src/guestfs-actions.pod:3386
10594 msgid "guestfs_ll"
10595 msgstr ""
10596
10597 #. type: verbatim
10598 #: ../src/guestfs-actions.pod:3388
10599 #, no-wrap
10600 msgid ""
10601 " char *\n"
10602 " guestfs_ll (guestfs_h *g,\n"
10603 "             const char *directory);\n"
10604 "\n"
10605 msgstr ""
10606
10607 #. type: textblock
10608 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2341
10609 msgid ""
10610 "List the files in C<directory> (relative to the root directory, there is no "
10611 "cwd) in the format of 'ls -la'."
10612 msgstr ""
10613
10614 #. type: textblock
10615 #: ../src/guestfs-actions.pod:3395 ../fish/guestfish-actions.pod:2344
10616 msgid ""
10617 "This command is mostly useful for interactive sessions.  It is I<not> "
10618 "intended that you try to parse the output string."
10619 msgstr ""
10620
10621 #. type: =head2
10622 #: ../src/guestfs-actions.pod:3403
10623 msgid "guestfs_ln"
10624 msgstr ""
10625
10626 #. type: verbatim
10627 #: ../src/guestfs-actions.pod:3405
10628 #, no-wrap
10629 msgid ""
10630 " int\n"
10631 " guestfs_ln (guestfs_h *g,\n"
10632 "             const char *target,\n"
10633 "             const char *linkname);\n"
10634 "\n"
10635 msgstr ""
10636
10637 #. type: textblock
10638 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2351
10639 msgid "This command creates a hard link using the C<ln> command."
10640 msgstr ""
10641
10642 #. type: =head2
10643 #: ../src/guestfs-actions.pod:3416
10644 msgid "guestfs_ln_f"
10645 msgstr ""
10646
10647 #. type: verbatim
10648 #: ../src/guestfs-actions.pod:3418
10649 #, no-wrap
10650 msgid ""
10651 " int\n"
10652 " guestfs_ln_f (guestfs_h *g,\n"
10653 "               const char *target,\n"
10654 "               const char *linkname);\n"
10655 "\n"
10656 msgstr ""
10657
10658 #. type: textblock
10659 #: ../src/guestfs-actions.pod:3423 ../fish/guestfish-actions.pod:2357
10660 msgid ""
10661 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10662 "option removes the link (C<linkname>) if it exists already."
10663 msgstr ""
10664
10665 #. type: =head2
10666 #: ../src/guestfs-actions.pod:3430
10667 msgid "guestfs_ln_s"
10668 msgstr ""
10669
10670 #. type: verbatim
10671 #: ../src/guestfs-actions.pod:3432
10672 #, no-wrap
10673 msgid ""
10674 " int\n"
10675 " guestfs_ln_s (guestfs_h *g,\n"
10676 "               const char *target,\n"
10677 "               const char *linkname);\n"
10678 "\n"
10679 msgstr ""
10680
10681 #. type: textblock
10682 #: ../src/guestfs-actions.pod:3437 ../fish/guestfish-actions.pod:2364
10683 msgid "This command creates a symbolic link using the C<ln -s> command."
10684 msgstr ""
10685
10686 #. type: =head2
10687 #: ../src/guestfs-actions.pod:3443
10688 msgid "guestfs_ln_sf"
10689 msgstr ""
10690
10691 #. type: verbatim
10692 #: ../src/guestfs-actions.pod:3445
10693 #, no-wrap
10694 msgid ""
10695 " int\n"
10696 " guestfs_ln_sf (guestfs_h *g,\n"
10697 "                const char *target,\n"
10698 "                const char *linkname);\n"
10699 "\n"
10700 msgstr ""
10701
10702 #. type: textblock
10703 #: ../src/guestfs-actions.pod:3450 ../fish/guestfish-actions.pod:2370
10704 msgid ""
10705 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
10706 "option removes the link (C<linkname>) if it exists already."
10707 msgstr ""
10708
10709 #. type: =head2
10710 #: ../src/guestfs-actions.pod:3457
10711 msgid "guestfs_lremovexattr"
10712 msgstr ""
10713
10714 #. type: verbatim
10715 #: ../src/guestfs-actions.pod:3459
10716 #, no-wrap
10717 msgid ""
10718 " int\n"
10719 " guestfs_lremovexattr (guestfs_h *g,\n"
10720 "                       const char *xattr,\n"
10721 "                       const char *path);\n"
10722 "\n"
10723 msgstr ""
10724
10725 #. type: textblock
10726 #: ../src/guestfs-actions.pod:3464
10727 msgid ""
10728 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
10729 "link, then it removes an extended attribute of the link itself."
10730 msgstr ""
10731
10732 #. type: =head2
10733 #: ../src/guestfs-actions.pod:3472
10734 msgid "guestfs_ls"
10735 msgstr ""
10736
10737 #. type: verbatim
10738 #: ../src/guestfs-actions.pod:3474
10739 #, no-wrap
10740 msgid ""
10741 " char **\n"
10742 " guestfs_ls (guestfs_h *g,\n"
10743 "             const char *directory);\n"
10744 "\n"
10745 msgstr ""
10746
10747 #. type: textblock
10748 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2385
10749 msgid ""
10750 "List the files in C<directory> (relative to the root directory, there is no "
10751 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
10752 "shown."
10753 msgstr ""
10754
10755 #. type: textblock
10756 #: ../src/guestfs-actions.pod:3482
10757 msgid ""
10758 "This command is mostly useful for interactive sessions.  Programs should "
10759 "probably use C<guestfs_readdir> instead."
10760 msgstr ""
10761
10762 #. type: =head2
10763 #: ../src/guestfs-actions.pod:3491
10764 msgid "guestfs_lsetxattr"
10765 msgstr ""
10766
10767 #. type: verbatim
10768 #: ../src/guestfs-actions.pod:3493
10769 #, no-wrap
10770 msgid ""
10771 " int\n"
10772 " guestfs_lsetxattr (guestfs_h *g,\n"
10773 "                    const char *xattr,\n"
10774 "                    const char *val,\n"
10775 "                    int vallen,\n"
10776 "                    const char *path);\n"
10777 "\n"
10778 msgstr ""
10779
10780 #. type: textblock
10781 #: ../src/guestfs-actions.pod:3500
10782 msgid ""
10783 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
10784 "then it sets an extended attribute of the link itself."
10785 msgstr ""
10786
10787 #. type: =head2
10788 #: ../src/guestfs-actions.pod:3508
10789 msgid "guestfs_lstat"
10790 msgstr ""
10791
10792 #. type: verbatim
10793 #: ../src/guestfs-actions.pod:3510
10794 #, no-wrap
10795 msgid ""
10796 " struct guestfs_stat *\n"
10797 " guestfs_lstat (guestfs_h *g,\n"
10798 "                const char *path);\n"
10799 "\n"
10800 msgstr ""
10801
10802 #. type: textblock
10803 #: ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:6009 ../fish/guestfish-actions.pod:2404 ../fish/guestfish-actions.pod:4017
10804 msgid "Returns file information for the given C<path>."
10805 msgstr ""
10806
10807 #. type: textblock
10808 #: ../src/guestfs-actions.pod:3516
10809 msgid ""
10810 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
10811 "link, then the link is stat-ed, not the file it refers to."
10812 msgstr ""
10813
10814 #. type: textblock
10815 #: ../src/guestfs-actions.pod:3520 ../fish/guestfish-actions.pod:2410
10816 msgid "This is the same as the C<lstat(2)> system call."
10817 msgstr ""
10818
10819 #. type: textblock
10820 #: ../src/guestfs-actions.pod:3522 ../src/guestfs-actions.pod:6013
10821 msgid ""
10822 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
10823 "error.  I<The caller must call C<guestfs_free_stat> after use>."
10824 msgstr ""
10825
10826 #. type: textblock
10827 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6017 ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6416
10828 msgid "(Added in 0.9.2)"
10829 msgstr ""
10830
10831 #. type: =head2
10832 #: ../src/guestfs-actions.pod:3528
10833 msgid "guestfs_lstatlist"
10834 msgstr ""
10835
10836 #. type: verbatim
10837 #: ../src/guestfs-actions.pod:3530
10838 #, no-wrap
10839 msgid ""
10840 " struct guestfs_stat_list *\n"
10841 " guestfs_lstatlist (guestfs_h *g,\n"
10842 "                    const char *path,\n"
10843 "                    char *const *names);\n"
10844 "\n"
10845 msgstr ""
10846
10847 #. type: textblock
10848 #: ../src/guestfs-actions.pod:3535
10849 msgid ""
10850 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
10851 "files, where all files are in the directory C<path>.  C<names> is the list "
10852 "of files from this directory."
10853 msgstr ""
10854
10855 #. type: textblock
10856 #: ../src/guestfs-actions.pod:3539 ../fish/guestfish-actions.pod:2420
10857 msgid ""
10858 "On return you get a list of stat structs, with a one-to-one correspondence "
10859 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10860 "then the C<ino> field of that structure is set to C<-1>."
10861 msgstr ""
10862
10863 #. type: textblock
10864 #: ../src/guestfs-actions.pod:3544
10865 msgid ""
10866 "This call is intended for programs that want to efficiently list a directory "
10867 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
10868 "for a similarly efficient call for getting extended attributes.  Very long "
10869 "directory listings might cause the protocol message size to be exceeded, "
10870 "causing this call to fail.  The caller must split up such requests into "
10871 "smaller groups of names."
10872 msgstr ""
10873
10874 #. type: textblock
10875 #: ../src/guestfs-actions.pod:3552
10876 msgid ""
10877 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
10878 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
10879 msgstr ""
10880
10881 #. type: =head2
10882 #: ../src/guestfs-actions.pod:3558
10883 msgid "guestfs_luks_add_key"
10884 msgstr ""
10885
10886 #. type: verbatim
10887 #: ../src/guestfs-actions.pod:3560
10888 #, no-wrap
10889 msgid ""
10890 " int\n"
10891 " guestfs_luks_add_key (guestfs_h *g,\n"
10892 "                       const char *device,\n"
10893 "                       const char *key,\n"
10894 "                       const char *newkey,\n"
10895 "                       int keyslot);\n"
10896 "\n"
10897 msgstr ""
10898
10899 #. type: textblock
10900 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2437
10901 msgid ""
10902 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10903 "existing key, and is used to access the device.  C<newkey> is the new key to "
10904 "add.  C<keyslot> is the key slot that will be replaced."
10905 msgstr ""
10906
10907 #. type: textblock
10908 #: ../src/guestfs-actions.pod:3572
10909 msgid ""
10910 "Note that if C<keyslot> already contains a key, then this command will "
10911 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
10912 msgstr ""
10913
10914 #. type: textblock
10915 #: ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3641 ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3712
10916 msgid ""
10917 "This function takes a key or passphrase parameter which could contain "
10918 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
10919 "information."
10920 msgstr ""
10921
10922 #. type: textblock
10923 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622 ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
10924 msgid "(Added in 1.5.2)"
10925 msgstr ""
10926
10927 #. type: =head2
10928 #: ../src/guestfs-actions.pod:3584
10929 msgid "guestfs_luks_close"
10930 msgstr ""
10931
10932 #. type: verbatim
10933 #: ../src/guestfs-actions.pod:3586
10934 #, no-wrap
10935 msgid ""
10936 " int\n"
10937 " guestfs_luks_close (guestfs_h *g,\n"
10938 "                     const char *device);\n"
10939 "\n"
10940 msgstr ""
10941
10942 #. type: textblock
10943 #: ../src/guestfs-actions.pod:3590
10944 msgid ""
10945 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
10946 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
10947 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
10948 "underlying block device."
10949 msgstr ""
10950
10951 #. type: textblock
10952 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3766 ../src/guestfs-actions.pod:3814
10953 msgid "(Added in 1.5.1)"
10954 msgstr ""
10955
10956 #. type: =head2
10957 #: ../src/guestfs-actions.pod:3600
10958 msgid "guestfs_luks_format"
10959 msgstr ""
10960
10961 #. type: verbatim
10962 #: ../src/guestfs-actions.pod:3602
10963 #, no-wrap
10964 msgid ""
10965 " int\n"
10966 " guestfs_luks_format (guestfs_h *g,\n"
10967 "                      const char *device,\n"
10968 "                      const char *key,\n"
10969 "                      int keyslot);\n"
10970 "\n"
10971 msgstr ""
10972
10973 #. type: textblock
10974 #: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2463
10975 msgid ""
10976 "This command erases existing data on C<device> and formats the device as a "
10977 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10978 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10979 msgstr ""
10980
10981 #. type: textblock
10982 #: ../src/guestfs-actions.pod:3615 ../src/guestfs-actions.pod:3638 ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:4706 ../src/guestfs-actions.pod:5469 ../src/guestfs-actions.pod:5844 ../src/guestfs-actions.pod:5867 ../src/guestfs-actions.pod:5893 ../src/guestfs-actions.pod:7053 ../fish/guestfish-actions.pod:2471 ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2568 ../fish/guestfish-actions.pod:3129 ../fish/guestfish-actions.pod:3636 ../fish/guestfish-actions.pod:3916 ../fish/guestfish-actions.pod:3932 ../fish/guestfish-actions.pod:3947 ../fish/guestfish-actions.pod:4662
10983 msgid ""
10984 "B<This command is dangerous.  Without careful use you can easily destroy all "
10985 "your data>."
10986 msgstr ""
10987
10988 #. type: =head2
10989 #: ../src/guestfs-actions.pod:3624
10990 msgid "guestfs_luks_format_cipher"
10991 msgstr ""
10992
10993 #. type: verbatim
10994 #: ../src/guestfs-actions.pod:3626
10995 #, no-wrap
10996 msgid ""
10997 " int\n"
10998 " guestfs_luks_format_cipher (guestfs_h *g,\n"
10999 "                             const char *device,\n"
11000 "                             const char *key,\n"
11001 "                             int keyslot,\n"
11002 "                             const char *cipher);\n"
11003 "\n"
11004 msgstr ""
11005
11006 #. type: textblock
11007 #: ../src/guestfs-actions.pod:3633
11008 msgid ""
11009 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11010 "set the C<cipher> used."
11011 msgstr ""
11012
11013 #. type: =head2
11014 #: ../src/guestfs-actions.pod:3647
11015 msgid "guestfs_luks_kill_slot"
11016 msgstr ""
11017
11018 #. type: verbatim
11019 #: ../src/guestfs-actions.pod:3649
11020 #, no-wrap
11021 msgid ""
11022 " int\n"
11023 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11024 "                         const char *device,\n"
11025 "                         const char *key,\n"
11026 "                         int keyslot);\n"
11027 "\n"
11028 msgstr ""
11029
11030 #. type: textblock
11031 #: ../src/guestfs-actions.pod:3655 ../fish/guestfish-actions.pod:2491
11032 msgid ""
11033 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11034 "device C<device>.  C<key> must be one of the I<other> keys."
11035 msgstr ""
11036
11037 #. type: =head2
11038 #: ../src/guestfs-actions.pod:3667
11039 msgid "guestfs_luks_open"
11040 msgstr ""
11041
11042 #. type: verbatim
11043 #: ../src/guestfs-actions.pod:3669
11044 #, no-wrap
11045 msgid ""
11046 " int\n"
11047 " guestfs_luks_open (guestfs_h *g,\n"
11048 "                    const char *device,\n"
11049 "                    const char *key,\n"
11050 "                    const char *mapname);\n"
11051 "\n"
11052 msgstr ""
11053
11054 #. type: textblock
11055 #: ../src/guestfs-actions.pod:3675 ../fish/guestfish-actions.pod:2502
11056 msgid ""
11057 "This command opens a block device which has been encrypted according to the "
11058 "Linux Unified Key Setup (LUKS) standard."
11059 msgstr ""
11060
11061 #. type: textblock
11062 #: ../src/guestfs-actions.pod:3678 ../fish/guestfish-actions.pod:2505
11063 msgid "C<device> is the encrypted block device or partition."
11064 msgstr ""
11065
11066 #. type: textblock
11067 #: ../src/guestfs-actions.pod:3680 ../fish/guestfish-actions.pod:2507
11068 msgid ""
11069 "The caller must supply one of the keys associated with the LUKS block "
11070 "device, in the C<key> parameter."
11071 msgstr ""
11072
11073 #. type: textblock
11074 #: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2510
11075 msgid ""
11076 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11077 "writes to this block device are decrypted from and encrypted to the "
11078 "underlying C<device> respectively."
11079 msgstr ""
11080
11081 #. type: textblock
11082 #: ../src/guestfs-actions.pod:3687
11083 msgid ""
11084 "If this block device contains LVM volume groups, then calling "
11085 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11086 "visible."
11087 msgstr ""
11088
11089 #. type: =head2
11090 #: ../src/guestfs-actions.pod:3699
11091 msgid "guestfs_luks_open_ro"
11092 msgstr ""
11093
11094 #. type: verbatim
11095 #: ../src/guestfs-actions.pod:3701
11096 #, no-wrap
11097 msgid ""
11098 " int\n"
11099 " guestfs_luks_open_ro (guestfs_h *g,\n"
11100 "                       const char *device,\n"
11101 "                       const char *key,\n"
11102 "                       const char *mapname);\n"
11103 "\n"
11104 msgstr ""
11105
11106 #. type: textblock
11107 #: ../src/guestfs-actions.pod:3707
11108 msgid ""
11109 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11110 "created."
11111 msgstr ""
11112
11113 #. type: =head2
11114 #: ../src/guestfs-actions.pod:3718
11115 msgid "guestfs_lvcreate"
11116 msgstr ""
11117
11118 #. type: verbatim
11119 #: ../src/guestfs-actions.pod:3720
11120 #, no-wrap
11121 msgid ""
11122 " int\n"
11123 " guestfs_lvcreate (guestfs_h *g,\n"
11124 "                   const char *logvol,\n"
11125 "                   const char *volgroup,\n"
11126 "                   int mbytes);\n"
11127 "\n"
11128 msgstr ""
11129
11130 #. type: textblock
11131 #: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2535
11132 msgid ""
11133 "This creates an LVM logical volume called C<logvol> on the volume group "
11134 "C<volgroup>, with C<size> megabytes."
11135 msgstr ""
11136
11137 #. type: =head2
11138 #: ../src/guestfs-actions.pod:3733
11139 msgid "guestfs_lvm_canonical_lv_name"
11140 msgstr ""
11141
11142 #. type: verbatim
11143 #: ../src/guestfs-actions.pod:3735
11144 #, no-wrap
11145 msgid ""
11146 " char *\n"
11147 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11148 "                                const char *lvname);\n"
11149 "\n"
11150 msgstr ""
11151
11152 #. type: textblock
11153 #: ../src/guestfs-actions.pod:3739 ../fish/guestfish-actions.pod:2542
11154 msgid ""
11155 "This converts alternative naming schemes for LVs that you might find to the "
11156 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11157 "C</dev/VG/LV>."
11158 msgstr ""
11159
11160 #. type: textblock
11161 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
11162 msgid ""
11163 "This command returns an error if the C<lvname> parameter does not refer to a "
11164 "logical volume."
11165 msgstr ""
11166
11167 #. type: textblock
11168 #: ../src/guestfs-actions.pod:3746
11169 msgid "See also C<guestfs_is_lv>."
11170 msgstr ""
11171
11172 #. type: textblock
11173 #: ../src/guestfs-actions.pod:3751
11174 msgid "(Added in 1.5.24)"
11175 msgstr ""
11176
11177 #. type: =head2
11178 #: ../src/guestfs-actions.pod:3753
11179 msgid "guestfs_lvm_clear_filter"
11180 msgstr ""
11181
11182 #. type: verbatim
11183 #: ../src/guestfs-actions.pod:3755
11184 #, no-wrap
11185 msgid ""
11186 " int\n"
11187 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11188 "\n"
11189 msgstr ""
11190
11191 #. type: textblock
11192 #: ../src/guestfs-actions.pod:3758
11193 msgid ""
11194 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11195 "see every block device."
11196 msgstr ""
11197
11198 #. type: textblock
11199 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3803 ../fish/guestfish-actions.pod:2558 ../fish/guestfish-actions.pod:2589
11200 msgid "This command also clears the LVM cache and performs a volume group scan."
11201 msgstr ""
11202
11203 #. type: =head2
11204 #: ../src/guestfs-actions.pod:3768
11205 msgid "guestfs_lvm_remove_all"
11206 msgstr ""
11207
11208 #. type: verbatim
11209 #: ../src/guestfs-actions.pod:3770
11210 #, no-wrap
11211 msgid ""
11212 " int\n"
11213 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11214 "\n"
11215 msgstr ""
11216
11217 #. type: textblock
11218 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2565
11219 msgid ""
11220 "This command removes all LVM logical volumes, volume groups and physical "
11221 "volumes."
11222 msgstr ""
11223
11224 #. type: =head2
11225 #: ../src/guestfs-actions.pod:3783
11226 msgid "guestfs_lvm_set_filter"
11227 msgstr ""
11228
11229 #. type: verbatim
11230 #: ../src/guestfs-actions.pod:3785
11231 #, no-wrap
11232 msgid ""
11233 " int\n"
11234 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11235 "                         char *const *devices);\n"
11236 "\n"
11237 msgstr ""
11238
11239 #. type: textblock
11240 #: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2575
11241 msgid ""
11242 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11243 "block devices in the list C<devices>, and will ignore all other attached "
11244 "block devices."
11245 msgstr ""
11246
11247 #. type: textblock
11248 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
11249 msgid ""
11250 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11251 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11252 "there are two types of duplication possible: either cloned PVs/VGs which "
11253 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11254 "same name.  In normal operation you cannot create this situation, but you "
11255 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11256 "inside the LVM metadata."
11257 msgstr ""
11258
11259 #. type: textblock
11260 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2592
11261 msgid "You can filter whole block devices or individual partitions."
11262 msgstr ""
11263
11264 #. type: textblock
11265 #: ../src/guestfs-actions.pod:3808 ../fish/guestfish-actions.pod:2594
11266 msgid ""
11267 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11268 "filesystem), even if you are not filtering out that VG."
11269 msgstr ""
11270
11271 #. type: =head2
11272 #: ../src/guestfs-actions.pod:3816
11273 msgid "guestfs_lvremove"
11274 msgstr ""
11275
11276 #. type: verbatim
11277 #: ../src/guestfs-actions.pod:3818
11278 #, no-wrap
11279 msgid ""
11280 " int\n"
11281 " guestfs_lvremove (guestfs_h *g,\n"
11282 "                   const char *device);\n"
11283 "\n"
11284 msgstr ""
11285
11286 #. type: textblock
11287 #: ../src/guestfs-actions.pod:3822 ../fish/guestfish-actions.pod:2602
11288 msgid ""
11289 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11290 "LV, such as C</dev/VG/LV>."
11291 msgstr ""
11292
11293 #. type: textblock
11294 #: ../src/guestfs-actions.pod:3825 ../fish/guestfish-actions.pod:2605
11295 msgid ""
11296 "You can also remove all LVs in a volume group by specifying the VG name, "
11297 "C</dev/VG>."
11298 msgstr ""
11299
11300 #. type: textblock
11301 #: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:6792
11302 msgid "(Added in 1.0.13)"
11303 msgstr ""
11304
11305 #. type: =head2
11306 #: ../src/guestfs-actions.pod:3832
11307 msgid "guestfs_lvrename"
11308 msgstr ""
11309
11310 #. type: verbatim
11311 #: ../src/guestfs-actions.pod:3834
11312 #, no-wrap
11313 msgid ""
11314 " int\n"
11315 " guestfs_lvrename (guestfs_h *g,\n"
11316 "                   const char *logvol,\n"
11317 "                   const char *newlogvol);\n"
11318 "\n"
11319 msgstr ""
11320
11321 #. type: textblock
11322 #: ../src/guestfs-actions.pod:3839 ../fish/guestfish-actions.pod:2612
11323 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11324 msgstr ""
11325
11326 #. type: textblock
11327 #: ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:6805
11328 msgid "(Added in 1.0.83)"
11329 msgstr ""
11330
11331 #. type: =head2
11332 #: ../src/guestfs-actions.pod:3845
11333 msgid "guestfs_lvresize"
11334 msgstr ""
11335
11336 #. type: verbatim
11337 #: ../src/guestfs-actions.pod:3847
11338 #, no-wrap
11339 msgid ""
11340 " int\n"
11341 " guestfs_lvresize (guestfs_h *g,\n"
11342 "                   const char *device,\n"
11343 "                   int mbytes);\n"
11344 "\n"
11345 msgstr ""
11346
11347 #. type: textblock
11348 #: ../src/guestfs-actions.pod:3852 ../fish/guestfish-actions.pod:2618
11349 msgid ""
11350 "This resizes (expands or shrinks) an existing LVM logical volume to "
11351 "C<mbytes>.  When reducing, data in the reduced part is lost."
11352 msgstr ""
11353
11354 #. type: =head2
11355 #: ../src/guestfs-actions.pod:3860
11356 msgid "guestfs_lvresize_free"
11357 msgstr ""
11358
11359 #. type: verbatim
11360 #: ../src/guestfs-actions.pod:3862
11361 #, no-wrap
11362 msgid ""
11363 " int\n"
11364 " guestfs_lvresize_free (guestfs_h *g,\n"
11365 "                        const char *lv,\n"
11366 "                        int percent);\n"
11367 "\n"
11368 msgstr ""
11369
11370 #. type: textblock
11371 #: ../src/guestfs-actions.pod:3867 ../fish/guestfish-actions.pod:2626
11372 msgid ""
11373 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11374 "remaining free space in the volume group.  Commonly you would call this with "
11375 "pc = 100 which expands the logical volume as much as possible, using all "
11376 "remaining free space in the volume group."
11377 msgstr ""
11378
11379 #. type: textblock
11380 #: ../src/guestfs-actions.pod:3875
11381 msgid "(Added in 1.3.3)"
11382 msgstr ""
11383
11384 #. type: =head2
11385 #: ../src/guestfs-actions.pod:3877
11386 msgid "guestfs_lvs"
11387 msgstr ""
11388
11389 #. type: verbatim
11390 #: ../src/guestfs-actions.pod:3879
11391 #, no-wrap
11392 msgid ""
11393 " char **\n"
11394 " guestfs_lvs (guestfs_h *g);\n"
11395 "\n"
11396 msgstr ""
11397
11398 #. type: textblock
11399 #: ../src/guestfs-actions.pod:3882 ../fish/guestfish-actions.pod:2636
11400 msgid ""
11401 "List all the logical volumes detected.  This is the equivalent of the "
11402 "L<lvs(8)> command."
11403 msgstr ""
11404
11405 #. type: textblock
11406 #: ../src/guestfs-actions.pod:3885 ../fish/guestfish-actions.pod:2639
11407 msgid ""
11408 "This returns a list of the logical volume device names "
11409 "(eg. C</dev/VolGroup00/LogVol00>)."
11410 msgstr ""
11411
11412 #. type: textblock
11413 #: ../src/guestfs-actions.pod:3888
11414 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11415 msgstr ""
11416
11417 #. type: =head2
11418 #: ../src/guestfs-actions.pod:3896
11419 msgid "guestfs_lvs_full"
11420 msgstr ""
11421
11422 #. type: verbatim
11423 #: ../src/guestfs-actions.pod:3898
11424 #, no-wrap
11425 msgid ""
11426 " struct guestfs_lvm_lv_list *\n"
11427 " guestfs_lvs_full (guestfs_h *g);\n"
11428 "\n"
11429 msgstr ""
11430
11431 #. type: textblock
11432 #: ../src/guestfs-actions.pod:3901 ../fish/guestfish-actions.pod:2648
11433 msgid ""
11434 "List all the logical volumes detected.  This is the equivalent of the "
11435 "L<lvs(8)> command.  The \"full\" version includes all fields."
11436 msgstr ""
11437
11438 #. type: textblock
11439 #: ../src/guestfs-actions.pod:3904
11440 msgid ""
11441 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11442 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11443 "use>."
11444 msgstr ""
11445
11446 #. type: =head2
11447 #: ../src/guestfs-actions.pod:3910
11448 msgid "guestfs_lvuuid"
11449 msgstr ""
11450
11451 #. type: verbatim
11452 #: ../src/guestfs-actions.pod:3912
11453 #, no-wrap
11454 msgid ""
11455 " char *\n"
11456 " guestfs_lvuuid (guestfs_h *g,\n"
11457 "                 const char *device);\n"
11458 "\n"
11459 msgstr ""
11460
11461 #. type: textblock
11462 #: ../src/guestfs-actions.pod:3916 ../fish/guestfish-actions.pod:2655
11463 msgid "This command returns the UUID of the LVM LV C<device>."
11464 msgstr ""
11465
11466 #. type: =head2
11467 #: ../src/guestfs-actions.pod:3923
11468 msgid "guestfs_lxattrlist"
11469 msgstr ""
11470
11471 #. type: verbatim
11472 #: ../src/guestfs-actions.pod:3925
11473 #, no-wrap
11474 msgid ""
11475 " struct guestfs_xattr_list *\n"
11476 " guestfs_lxattrlist (guestfs_h *g,\n"
11477 "                     const char *path,\n"
11478 "                     char *const *names);\n"
11479 "\n"
11480 msgstr ""
11481
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:3930 ../fish/guestfish-actions.pod:2661
11484 msgid ""
11485 "This call allows you to get the extended attributes of multiple files, where "
11486 "all files are in the directory C<path>.  C<names> is the list of files from "
11487 "this directory."
11488 msgstr ""
11489
11490 #. type: textblock
11491 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
11492 msgid ""
11493 "On return you get a flat list of xattr structs which must be interpreted "
11494 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11495 "C<attrval> in this struct is zero-length to indicate there was an error "
11496 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11497 "number (the number of following attributes for this file, which could be "
11498 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11499 "attributes for the first named file.  This repeats for the second and "
11500 "subsequent files."
11501 msgstr ""
11502
11503 #. type: textblock
11504 #: ../src/guestfs-actions.pod:3944
11505 msgid ""
11506 "This call is intended for programs that want to efficiently list a directory "
11507 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11508 "a similarly efficient call for getting standard stats.  Very long directory "
11509 "listings might cause the protocol message size to be exceeded, causing this "
11510 "call to fail.  The caller must split up such requests into smaller groups of "
11511 "names."
11512 msgstr ""
11513
11514 #. type: =head2
11515 #: ../src/guestfs-actions.pod:3958
11516 msgid "guestfs_mkdir"
11517 msgstr ""
11518
11519 #. type: verbatim
11520 #: ../src/guestfs-actions.pod:3960
11521 #, no-wrap
11522 msgid ""
11523 " int\n"
11524 " guestfs_mkdir (guestfs_h *g,\n"
11525 "                const char *path);\n"
11526 "\n"
11527 msgstr ""
11528
11529 #. type: textblock
11530 #: ../src/guestfs-actions.pod:3964 ../fish/guestfish-actions.pod:2687
11531 msgid "Create a directory named C<path>."
11532 msgstr ""
11533
11534 #. type: =head2
11535 #: ../src/guestfs-actions.pod:3970
11536 msgid "guestfs_mkdir_mode"
11537 msgstr ""
11538
11539 #. type: verbatim
11540 #: ../src/guestfs-actions.pod:3972
11541 #, no-wrap
11542 msgid ""
11543 " int\n"
11544 " guestfs_mkdir_mode (guestfs_h *g,\n"
11545 "                     const char *path,\n"
11546 "                     int mode);\n"
11547 "\n"
11548 msgstr ""
11549
11550 #. type: textblock
11551 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2693
11552 msgid ""
11553 "This command creates a directory, setting the initial permissions of the "
11554 "directory to C<mode>."
11555 msgstr ""
11556
11557 #. type: textblock
11558 #: ../src/guestfs-actions.pod:3980 ../fish/guestfish-actions.pod:2696
11559 msgid ""
11560 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11561 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11562 "other ways."
11563 msgstr ""
11564
11565 #. type: textblock
11566 #: ../src/guestfs-actions.pod:3984
11567 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11568 msgstr ""
11569
11570 #. type: =head2
11571 #: ../src/guestfs-actions.pod:3990
11572 msgid "guestfs_mkdir_p"
11573 msgstr ""
11574
11575 #. type: verbatim
11576 #: ../src/guestfs-actions.pod:3992
11577 #, no-wrap
11578 msgid ""
11579 " int\n"
11580 " guestfs_mkdir_p (guestfs_h *g,\n"
11581 "                  const char *path);\n"
11582 "\n"
11583 msgstr ""
11584
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2706
11587 msgid ""
11588 "Create a directory named C<path>, creating any parent directories as "
11589 "necessary.  This is like the C<mkdir -p> shell command."
11590 msgstr ""
11591
11592 #. type: =head2
11593 #: ../src/guestfs-actions.pod:4003
11594 msgid "guestfs_mkdtemp"
11595 msgstr ""
11596
11597 #. type: verbatim
11598 #: ../src/guestfs-actions.pod:4005
11599 #, no-wrap
11600 msgid ""
11601 " char *\n"
11602 " guestfs_mkdtemp (guestfs_h *g,\n"
11603 "                  const char *template);\n"
11604 "\n"
11605 msgstr ""
11606
11607 #. type: textblock
11608 #: ../src/guestfs-actions.pod:4009 ../fish/guestfish-actions.pod:2713
11609 msgid ""
11610 "This command creates a temporary directory.  The C<template> parameter "
11611 "should be a full pathname for the temporary directory name with the final "
11612 "six characters being \"XXXXXX\"."
11613 msgstr ""
11614
11615 #. type: textblock
11616 #: ../src/guestfs-actions.pod:4014 ../fish/guestfish-actions.pod:2718
11617 msgid ""
11618 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11619 "being suitable for Windows filesystems."
11620 msgstr ""
11621
11622 #. type: textblock
11623 #: ../src/guestfs-actions.pod:4017 ../fish/guestfish-actions.pod:2721
11624 msgid "The name of the temporary directory that was created is returned."
11625 msgstr ""
11626
11627 #. type: textblock
11628 #: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2724
11629 msgid "The temporary directory is created with mode 0700 and is owned by root."
11630 msgstr ""
11631
11632 #. type: textblock
11633 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2727
11634 msgid ""
11635 "The caller is responsible for deleting the temporary directory and its "
11636 "contents after use."
11637 msgstr ""
11638
11639 #. type: textblock
11640 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2730
11641 msgid "See also: L<mkdtemp(3)>"
11642 msgstr ""
11643
11644 #. type: =head2
11645 #: ../src/guestfs-actions.pod:4033
11646 msgid "guestfs_mke2fs_J"
11647 msgstr ""
11648
11649 #. type: verbatim
11650 #: ../src/guestfs-actions.pod:4035
11651 #, no-wrap
11652 msgid ""
11653 " int\n"
11654 " guestfs_mke2fs_J (guestfs_h *g,\n"
11655 "                   const char *fstype,\n"
11656 "                   int blocksize,\n"
11657 "                   const char *device,\n"
11658 "                   const char *journal);\n"
11659 "\n"
11660 msgstr ""
11661
11662 #. type: textblock
11663 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2736
11664 msgid ""
11665 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11666 "C<journal>.  It is equivalent to the command:"
11667 msgstr ""
11668
11669 #. type: verbatim
11670 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
11671 #, no-wrap
11672 msgid ""
11673 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11674 "\n"
11675 msgstr ""
11676
11677 #. type: textblock
11678 #: ../src/guestfs-actions.pod:4048
11679 msgid "See also C<guestfs_mke2journal>."
11680 msgstr ""
11681
11682 #. type: textblock
11683 #: ../src/guestfs-actions.pod:4052 ../src/guestfs-actions.pod:4070 ../src/guestfs-actions.pod:4088 ../src/guestfs-actions.pod:4104 ../src/guestfs-actions.pod:4118 ../src/guestfs-actions.pod:4132 ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:4442
11684 msgid "(Added in 1.0.68)"
11685 msgstr ""
11686
11687 #. type: =head2
11688 #: ../src/guestfs-actions.pod:4054
11689 msgid "guestfs_mke2fs_JL"
11690 msgstr ""
11691
11692 #. type: verbatim
11693 #: ../src/guestfs-actions.pod:4056
11694 #, no-wrap
11695 msgid ""
11696 " int\n"
11697 " guestfs_mke2fs_JL (guestfs_h *g,\n"
11698 "                    const char *fstype,\n"
11699 "                    int blocksize,\n"
11700 "                    const char *device,\n"
11701 "                    const char *label);\n"
11702 "\n"
11703 msgstr ""
11704
11705 #. type: textblock
11706 #: ../src/guestfs-actions.pod:4063 ../fish/guestfish-actions.pod:2748
11707 msgid ""
11708 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11709 "the journal labeled C<label>."
11710 msgstr ""
11711
11712 #. type: textblock
11713 #: ../src/guestfs-actions.pod:4066
11714 msgid "See also C<guestfs_mke2journal_L>."
11715 msgstr ""
11716
11717 #. type: =head2
11718 #: ../src/guestfs-actions.pod:4072
11719 msgid "guestfs_mke2fs_JU"
11720 msgstr ""
11721
11722 #. type: verbatim
11723 #: ../src/guestfs-actions.pod:4074
11724 #, no-wrap
11725 msgid ""
11726 " int\n"
11727 " guestfs_mke2fs_JU (guestfs_h *g,\n"
11728 "                    const char *fstype,\n"
11729 "                    int blocksize,\n"
11730 "                    const char *device,\n"
11731 "                    const char *uuid);\n"
11732 "\n"
11733 msgstr ""
11734
11735 #. type: textblock
11736 #: ../src/guestfs-actions.pod:4081 ../fish/guestfish-actions.pod:2757
11737 msgid ""
11738 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11739 "the journal with UUID C<uuid>."
11740 msgstr ""
11741
11742 #. type: textblock
11743 #: ../src/guestfs-actions.pod:4084
11744 msgid "See also C<guestfs_mke2journal_U>."
11745 msgstr ""
11746
11747 #. type: =head2
11748 #: ../src/guestfs-actions.pod:4090
11749 msgid "guestfs_mke2journal"
11750 msgstr ""
11751
11752 #. type: verbatim
11753 #: ../src/guestfs-actions.pod:4092
11754 #, no-wrap
11755 msgid ""
11756 " int\n"
11757 " guestfs_mke2journal (guestfs_h *g,\n"
11758 "                      int blocksize,\n"
11759 "                      const char *device);\n"
11760 "\n"
11761 msgstr ""
11762
11763 #. type: textblock
11764 #: ../src/guestfs-actions.pod:4097 ../fish/guestfish-actions.pod:2766
11765 msgid ""
11766 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11767 "command:"
11768 msgstr ""
11769
11770 #. type: verbatim
11771 #: ../src/guestfs-actions.pod:4100 ../fish/guestfish-actions.pod:2769
11772 #, no-wrap
11773 msgid ""
11774 " mke2fs -O journal_dev -b blocksize device\n"
11775 "\n"
11776 msgstr ""
11777
11778 #. type: =head2
11779 #: ../src/guestfs-actions.pod:4106
11780 msgid "guestfs_mke2journal_L"
11781 msgstr ""
11782
11783 #. type: verbatim
11784 #: ../src/guestfs-actions.pod:4108
11785 #, no-wrap
11786 msgid ""
11787 " int\n"
11788 " guestfs_mke2journal_L (guestfs_h *g,\n"
11789 "                        int blocksize,\n"
11790 "                        const char *label,\n"
11791 "                        const char *device);\n"
11792 "\n"
11793 msgstr ""
11794
11795 #. type: textblock
11796 #: ../src/guestfs-actions.pod:4114 ../fish/guestfish-actions.pod:2775
11797 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11798 msgstr ""
11799
11800 #. type: =head2
11801 #: ../src/guestfs-actions.pod:4120
11802 msgid "guestfs_mke2journal_U"
11803 msgstr ""
11804
11805 #. type: verbatim
11806 #: ../src/guestfs-actions.pod:4122
11807 #, no-wrap
11808 msgid ""
11809 " int\n"
11810 " guestfs_mke2journal_U (guestfs_h *g,\n"
11811 "                        int blocksize,\n"
11812 "                        const char *uuid,\n"
11813 "                        const char *device);\n"
11814 "\n"
11815 msgstr ""
11816
11817 #. type: textblock
11818 #: ../src/guestfs-actions.pod:4128 ../fish/guestfish-actions.pod:2781
11819 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11820 msgstr ""
11821
11822 #. type: =head2
11823 #: ../src/guestfs-actions.pod:4134
11824 msgid "guestfs_mkfifo"
11825 msgstr ""
11826
11827 #. type: verbatim
11828 #: ../src/guestfs-actions.pod:4136
11829 #, no-wrap
11830 msgid ""
11831 " int\n"
11832 " guestfs_mkfifo (guestfs_h *g,\n"
11833 "                 int mode,\n"
11834 "                 const char *path);\n"
11835 "\n"
11836 msgstr ""
11837
11838 #. type: textblock
11839 #: ../src/guestfs-actions.pod:4141
11840 msgid ""
11841 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11842 "is just a convenient wrapper around C<guestfs_mknod>."
11843 msgstr ""
11844
11845 #. type: =head2
11846 #: ../src/guestfs-actions.pod:4151
11847 msgid "guestfs_mkfs"
11848 msgstr ""
11849
11850 #. type: verbatim
11851 #: ../src/guestfs-actions.pod:4153
11852 #, no-wrap
11853 msgid ""
11854 " int\n"
11855 " guestfs_mkfs (guestfs_h *g,\n"
11856 "               const char *fstype,\n"
11857 "               const char *device);\n"
11858 "\n"
11859 msgstr ""
11860
11861 #. type: textblock
11862 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2797
11863 msgid ""
11864 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11865 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11866 msgstr ""
11867
11868 #. type: =head2
11869 #: ../src/guestfs-actions.pod:4166
11870 msgid "guestfs_mkfs_b"
11871 msgstr ""
11872
11873 #. type: verbatim
11874 #: ../src/guestfs-actions.pod:4168
11875 #, no-wrap
11876 msgid ""
11877 " int\n"
11878 " guestfs_mkfs_b (guestfs_h *g,\n"
11879 "                 const char *fstype,\n"
11880 "                 int blocksize,\n"
11881 "                 const char *device);\n"
11882 "\n"
11883 msgstr ""
11884
11885 #. type: textblock
11886 #: ../src/guestfs-actions.pod:4174
11887 msgid ""
11888 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
11889 "block size of the resulting filesystem.  Supported block sizes depend on the "
11890 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11891 msgstr ""
11892
11893 #. type: textblock
11894 #: ../src/guestfs-actions.pod:4179 ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2810 ../fish/guestfish-actions.pod:2837
11895 msgid ""
11896 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11897 "cluster size."
11898 msgstr ""
11899
11900 #. type: textblock
11901 #: ../src/guestfs-actions.pod:4184 ../fish/guestfish-actions.pod:2813
11902 msgid ""
11903 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
11904 "instead."
11905 msgstr ""
11906
11907 #. type: =head2
11908 #: ../src/guestfs-actions.pod:4193
11909 msgid "guestfs_mkfs_opts"
11910 msgstr ""
11911
11912 #. type: verbatim
11913 #: ../src/guestfs-actions.pod:4195
11914 #, no-wrap
11915 msgid ""
11916 " int\n"
11917 " guestfs_mkfs_opts (guestfs_h *g,\n"
11918 "                    const char *fstype,\n"
11919 "                    const char *device,\n"
11920 "                    ...);\n"
11921 "\n"
11922 msgstr ""
11923
11924 #. type: verbatim
11925 #: ../src/guestfs-actions.pod:4206
11926 #, no-wrap
11927 msgid ""
11928 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
11929 "\n"
11930 msgstr ""
11931
11932 #. type: textblock
11933 #: ../src/guestfs-actions.pod:4208 ../fish/guestfish-actions.pod:2824
11934 msgid ""
11935 "This function creates a filesystem on C<device>.  The filesystem type is "
11936 "C<fstype>, for example C<ext3>."
11937 msgstr ""
11938
11939 #. type: =item
11940 #: ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:2831
11941 msgid "C<blocksize>"
11942 msgstr ""
11943
11944 #. type: textblock
11945 #: ../src/guestfs-actions.pod:4217 ../fish/guestfish-actions.pod:2833
11946 msgid ""
11947 "The filesystem block size.  Supported block sizes depend on the filesystem "
11948 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11949 "filesystems."
11950 msgstr ""
11951
11952 #. type: textblock
11953 #: ../src/guestfs-actions.pod:4228
11954 msgid "(Added in 1.7.19)"
11955 msgstr ""
11956
11957 #. type: =head2
11958 #: ../src/guestfs-actions.pod:4230
11959 msgid "guestfs_mkfs_opts_va"
11960 msgstr ""
11961
11962 #. type: verbatim
11963 #: ../src/guestfs-actions.pod:4232
11964 #, no-wrap
11965 msgid ""
11966 " int\n"
11967 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
11968 "                       const char *fstype,\n"
11969 "                       const char *device,\n"
11970 "                       va_list args);\n"
11971 "\n"
11972 msgstr ""
11973
11974 #. type: textblock
11975 #: ../src/guestfs-actions.pod:4238
11976 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
11977 msgstr ""
11978
11979 #. type: =head2
11980 #: ../src/guestfs-actions.pod:4242
11981 msgid "guestfs_mkfs_opts_argv"
11982 msgstr ""
11983
11984 #. type: verbatim
11985 #: ../src/guestfs-actions.pod:4244
11986 #, no-wrap
11987 msgid ""
11988 " int\n"
11989 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
11990 "                         const char *fstype,\n"
11991 "                         const char *device,\n"
11992 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
11993 "\n"
11994 msgstr ""
11995
11996 #. type: textblock
11997 #: ../src/guestfs-actions.pod:4250
11998 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
11999 msgstr ""
12000
12001 #. type: =head2
12002 #: ../src/guestfs-actions.pod:4254
12003 msgid "guestfs_mkmountpoint"
12004 msgstr ""
12005
12006 #. type: verbatim
12007 #: ../src/guestfs-actions.pod:4256
12008 #, no-wrap
12009 msgid ""
12010 " int\n"
12011 " guestfs_mkmountpoint (guestfs_h *g,\n"
12012 "                       const char *exemptpath);\n"
12013 "\n"
12014 msgstr ""
12015
12016 #. type: textblock
12017 #: ../src/guestfs-actions.pod:4260
12018 msgid ""
12019 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12020 "that can be used to create extra mountpoints before mounting the first "
12021 "filesystem."
12022 msgstr ""
12023
12024 #. type: textblock
12025 #: ../src/guestfs-actions.pod:4264 ../fish/guestfish-actions.pod:2852
12026 msgid ""
12027 "These calls are I<only> necessary in some very limited circumstances, mainly "
12028 "the case where you want to mount a mix of unrelated and/or read-only "
12029 "filesystems together."
12030 msgstr ""
12031
12032 #. type: textblock
12033 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2856
12034 msgid ""
12035 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12036 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12037 "inside that.  You can unpack this as follows in guestfish:"
12038 msgstr ""
12039
12040 #. type: verbatim
12041 #: ../src/guestfs-actions.pod:4273 ../fish/guestfish-actions.pod:2861
12042 #, no-wrap
12043 msgid ""
12044 " add-ro Fedora-11-i686-Live.iso\n"
12045 " run\n"
12046 " mkmountpoint /cd\n"
12047 " mkmountpoint /sqsh\n"
12048 " mkmountpoint /ext3fs\n"
12049 " mount /dev/sda /cd\n"
12050 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12051 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12052 "\n"
12053 msgstr ""
12054
12055 #. type: textblock
12056 #: ../src/guestfs-actions.pod:4282 ../fish/guestfish-actions.pod:2870
12057 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12058 msgstr ""
12059
12060 #. type: textblock
12061 #: ../src/guestfs-actions.pod:4284
12062 msgid ""
12063 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12064 "may get unexpected errors if you try to mix these calls.  It is safest to "
12065 "manually unmount filesystems and remove mountpoints after use."
12066 msgstr ""
12067
12068 #. type: textblock
12069 #: ../src/guestfs-actions.pod:4288
12070 msgid ""
12071 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12072 "first, so for this to work for manual mountpoints, you must ensure that the "
12073 "innermost mountpoints have the longest pathnames, as in the example code "
12074 "above."
12075 msgstr ""
12076
12077 #. type: textblock
12078 #: ../src/guestfs-actions.pod:4293 ../fish/guestfish-actions.pod:2881
12079 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12080 msgstr ""
12081
12082 #. type: textblock
12083 #: ../src/guestfs-actions.pod:4295
12084 msgid ""
12085 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12086 "means that C<guestfs_umount_all> is called when the handle is closed which "
12087 "can also trigger these issues."
12088 msgstr ""
12089
12090 #. type: textblock
12091 #: ../src/guestfs-actions.pod:4301 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:5453
12092 msgid "(Added in 1.0.62)"
12093 msgstr ""
12094
12095 #. type: =head2
12096 #: ../src/guestfs-actions.pod:4303
12097 msgid "guestfs_mknod"
12098 msgstr ""
12099
12100 #. type: verbatim
12101 #: ../src/guestfs-actions.pod:4305
12102 #, no-wrap
12103 msgid ""
12104 " int\n"
12105 " guestfs_mknod (guestfs_h *g,\n"
12106 "                int mode,\n"
12107 "                int devmajor,\n"
12108 "                int devminor,\n"
12109 "                const char *path);\n"
12110 "\n"
12111 msgstr ""
12112
12113 #. type: textblock
12114 #: ../src/guestfs-actions.pod:4312 ../fish/guestfish-actions.pod:2891
12115 msgid ""
12116 "This call creates block or character special devices, or named pipes "
12117 "(FIFOs)."
12118 msgstr ""
12119
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2894
12122 msgid ""
12123 "The C<mode> parameter should be the mode, using the standard constants.  "
12124 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12125 "used when creating block and character special devices."
12126 msgstr ""
12127
12128 #. type: textblock
12129 #: ../src/guestfs-actions.pod:4320
12130 msgid ""
12131 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12132 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12133 "regular file).  These constants are available in the standard Linux header "
12134 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12135 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12136 "the appropriate constant for you."
12137 msgstr ""
12138
12139 #. type: =head2
12140 #: ../src/guestfs-actions.pod:4334
12141 msgid "guestfs_mknod_b"
12142 msgstr ""
12143
12144 #. type: verbatim
12145 #: ../src/guestfs-actions.pod:4336
12146 #, no-wrap
12147 msgid ""
12148 " int\n"
12149 " guestfs_mknod_b (guestfs_h *g,\n"
12150 "                  int mode,\n"
12151 "                  int devmajor,\n"
12152 "                  int devminor,\n"
12153 "                  const char *path);\n"
12154 "\n"
12155 msgstr ""
12156
12157 #. type: textblock
12158 #: ../src/guestfs-actions.pod:4343
12159 msgid ""
12160 "This call creates a block device node called C<path> with mode C<mode> and "
12161 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12162 "wrapper around C<guestfs_mknod>."
12163 msgstr ""
12164
12165 #. type: =head2
12166 #: ../src/guestfs-actions.pod:4353
12167 msgid "guestfs_mknod_c"
12168 msgstr ""
12169
12170 #. type: verbatim
12171 #: ../src/guestfs-actions.pod:4355
12172 #, no-wrap
12173 msgid ""
12174 " int\n"
12175 " guestfs_mknod_c (guestfs_h *g,\n"
12176 "                  int mode,\n"
12177 "                  int devmajor,\n"
12178 "                  int devminor,\n"
12179 "                  const char *path);\n"
12180 "\n"
12181 msgstr ""
12182
12183 #. type: textblock
12184 #: ../src/guestfs-actions.pod:4362
12185 msgid ""
12186 "This call creates a char device node called C<path> with mode C<mode> and "
12187 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12188 "wrapper around C<guestfs_mknod>."
12189 msgstr ""
12190
12191 #. type: =head2
12192 #: ../src/guestfs-actions.pod:4372
12193 msgid "guestfs_mkswap"
12194 msgstr ""
12195
12196 #. type: verbatim
12197 #: ../src/guestfs-actions.pod:4374
12198 #, no-wrap
12199 msgid ""
12200 " int\n"
12201 " guestfs_mkswap (guestfs_h *g,\n"
12202 "                 const char *device);\n"
12203 "\n"
12204 msgstr ""
12205
12206 #. type: textblock
12207 #: ../src/guestfs-actions.pod:4378 ../fish/guestfish-actions.pod:2933
12208 msgid "Create a swap partition on C<device>."
12209 msgstr ""
12210
12211 #. type: =head2
12212 #: ../src/guestfs-actions.pod:4384
12213 msgid "guestfs_mkswap_L"
12214 msgstr ""
12215
12216 #. type: verbatim
12217 #: ../src/guestfs-actions.pod:4386
12218 #, no-wrap
12219 msgid ""
12220 " int\n"
12221 " guestfs_mkswap_L (guestfs_h *g,\n"
12222 "                   const char *label,\n"
12223 "                   const char *device);\n"
12224 "\n"
12225 msgstr ""
12226
12227 #. type: textblock
12228 #: ../src/guestfs-actions.pod:4391 ../fish/guestfish-actions.pod:2939
12229 msgid "Create a swap partition on C<device> with label C<label>."
12230 msgstr ""
12231
12232 #. type: textblock
12233 #: ../src/guestfs-actions.pod:4393 ../fish/guestfish-actions.pod:2941
12234 msgid ""
12235 "Note that you cannot attach a swap label to a block device "
12236 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12237 "the kernel or swap tools."
12238 msgstr ""
12239
12240 #. type: =head2
12241 #: ../src/guestfs-actions.pod:4401
12242 msgid "guestfs_mkswap_U"
12243 msgstr ""
12244
12245 #. type: verbatim
12246 #: ../src/guestfs-actions.pod:4403
12247 #, no-wrap
12248 msgid ""
12249 " int\n"
12250 " guestfs_mkswap_U (guestfs_h *g,\n"
12251 "                   const char *uuid,\n"
12252 "                   const char *device);\n"
12253 "\n"
12254 msgstr ""
12255
12256 #. type: textblock
12257 #: ../src/guestfs-actions.pod:4408 ../fish/guestfish-actions.pod:2949
12258 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12259 msgstr ""
12260
12261 #. type: =head2
12262 #: ../src/guestfs-actions.pod:4414
12263 msgid "guestfs_mkswap_file"
12264 msgstr ""
12265
12266 #. type: verbatim
12267 #: ../src/guestfs-actions.pod:4416
12268 #, no-wrap
12269 msgid ""
12270 " int\n"
12271 " guestfs_mkswap_file (guestfs_h *g,\n"
12272 "                      const char *path);\n"
12273 "\n"
12274 msgstr ""
12275
12276 #. type: textblock
12277 #: ../src/guestfs-actions.pod:4420 ../fish/guestfish-actions.pod:2955
12278 msgid "Create a swap file."
12279 msgstr ""
12280
12281 #. type: textblock
12282 #: ../src/guestfs-actions.pod:4422
12283 msgid ""
12284 "This command just writes a swap file signature to an existing file.  To "
12285 "create the file itself, use something like C<guestfs_fallocate>."
12286 msgstr ""
12287
12288 #. type: =head2
12289 #: ../src/guestfs-actions.pod:4429
12290 msgid "guestfs_modprobe"
12291 msgstr ""
12292
12293 #. type: verbatim
12294 #: ../src/guestfs-actions.pod:4431
12295 #, no-wrap
12296 msgid ""
12297 " int\n"
12298 " guestfs_modprobe (guestfs_h *g,\n"
12299 "                   const char *modulename);\n"
12300 "\n"
12301 msgstr ""
12302
12303 #. type: textblock
12304 #: ../src/guestfs-actions.pod:4435 ../fish/guestfish-actions.pod:2964
12305 msgid "This loads a kernel module in the appliance."
12306 msgstr ""
12307
12308 #. type: textblock
12309 #: ../src/guestfs-actions.pod:4437 ../fish/guestfish-actions.pod:2966
12310 msgid ""
12311 "The kernel module must have been whitelisted when libguestfs was built (see "
12312 "C<appliance/kmod.whitelist.in> in the source)."
12313 msgstr ""
12314
12315 #. type: =head2
12316 #: ../src/guestfs-actions.pod:4444
12317 msgid "guestfs_mount"
12318 msgstr ""
12319
12320 #. type: verbatim
12321 #: ../src/guestfs-actions.pod:4446
12322 #, no-wrap
12323 msgid ""
12324 " int\n"
12325 " guestfs_mount (guestfs_h *g,\n"
12326 "                const char *device,\n"
12327 "                const char *mountpoint);\n"
12328 "\n"
12329 msgstr ""
12330
12331 #. type: textblock
12332 #: ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:2973
12333 msgid ""
12334 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12335 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12336 "those block devices contain partitions, they will have the usual names "
12337 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12338 msgstr ""
12339
12340 #. type: textblock
12341 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
12342 msgid ""
12343 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12344 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12345 "mounted on directories which already exist."
12346 msgstr ""
12347
12348 #. type: textblock
12349 #: ../src/guestfs-actions.pod:4462 ../fish/guestfish-actions.pod:2984
12350 msgid ""
12351 "The mounted filesystem is writable, if we have sufficient permissions on the "
12352 "underlying device."
12353 msgstr ""
12354
12355 #. type: textblock
12356 #: ../src/guestfs-actions.pod:4465
12357 msgid ""
12358 "B<Important note:> When you use this call, the filesystem options C<sync> "
12359 "and C<noatime> are set implicitly.  This was originally done because we "
12360 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12361 "very large negative performance impact and negligible effect on "
12362 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12363 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12364 "(use an empty string for the first parameter if you don't want any options)."
12365 msgstr ""
12366
12367 #. type: =head2
12368 #: ../src/guestfs-actions.pod:4479
12369 msgid "guestfs_mount_loop"
12370 msgstr ""
12371
12372 #. type: verbatim
12373 #: ../src/guestfs-actions.pod:4481
12374 #, no-wrap
12375 msgid ""
12376 " int\n"
12377 " guestfs_mount_loop (guestfs_h *g,\n"
12378 "                     const char *file,\n"
12379 "                     const char *mountpoint);\n"
12380 "\n"
12381 msgstr ""
12382
12383 #. type: textblock
12384 #: ../src/guestfs-actions.pod:4486 ../fish/guestfish-actions.pod:3001
12385 msgid ""
12386 "This command lets you mount C<file> (a filesystem image in a file) on a "
12387 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12388 "mountpoint>."
12389 msgstr ""
12390
12391 #. type: =head2
12392 #: ../src/guestfs-actions.pod:4494
12393 msgid "guestfs_mount_options"
12394 msgstr ""
12395
12396 #. type: verbatim
12397 #: ../src/guestfs-actions.pod:4496
12398 #, no-wrap
12399 msgid ""
12400 " int\n"
12401 " guestfs_mount_options (guestfs_h *g,\n"
12402 "                        const char *options,\n"
12403 "                        const char *device,\n"
12404 "                        const char *mountpoint);\n"
12405 "\n"
12406 msgstr ""
12407
12408 #. type: textblock
12409 #: ../src/guestfs-actions.pod:4502
12410 msgid ""
12411 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12412 "the mount options as for the L<mount(8)> I<-o> flag."
12413 msgstr ""
12414
12415 #. type: textblock
12416 #: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3013
12417 msgid ""
12418 "If the C<options> parameter is an empty string, then no options are passed "
12419 "(all options default to whatever the filesystem uses)."
12420 msgstr ""
12421
12422 #. type: textblock
12423 #: ../src/guestfs-actions.pod:4512 ../src/guestfs-actions.pod:4526 ../src/guestfs-actions.pod:4543
12424 msgid "(Added in 1.0.10)"
12425 msgstr ""
12426
12427 #. type: =head2
12428 #: ../src/guestfs-actions.pod:4514
12429 msgid "guestfs_mount_ro"
12430 msgstr ""
12431
12432 #. type: verbatim
12433 #: ../src/guestfs-actions.pod:4516
12434 #, no-wrap
12435 msgid ""
12436 " int\n"
12437 " guestfs_mount_ro (guestfs_h *g,\n"
12438 "                   const char *device,\n"
12439 "                   const char *mountpoint);\n"
12440 "\n"
12441 msgstr ""
12442
12443 #. type: textblock
12444 #: ../src/guestfs-actions.pod:4521
12445 msgid ""
12446 "This is the same as the C<guestfs_mount> command, but it mounts the "
12447 "filesystem with the read-only (I<-o ro>) flag."
12448 msgstr ""
12449
12450 #. type: =head2
12451 #: ../src/guestfs-actions.pod:4528
12452 msgid "guestfs_mount_vfs"
12453 msgstr ""
12454
12455 #. type: verbatim
12456 #: ../src/guestfs-actions.pod:4530
12457 #, no-wrap
12458 msgid ""
12459 " int\n"
12460 " guestfs_mount_vfs (guestfs_h *g,\n"
12461 "                    const char *options,\n"
12462 "                    const char *vfstype,\n"
12463 "                    const char *device,\n"
12464 "                    const char *mountpoint);\n"
12465 "\n"
12466 msgstr ""
12467
12468 #. type: textblock
12469 #: ../src/guestfs-actions.pod:4537
12470 msgid ""
12471 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12472 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12473 "I<-t> flags."
12474 msgstr ""
12475
12476 #. type: =head2
12477 #: ../src/guestfs-actions.pod:4545
12478 msgid "guestfs_mountpoints"
12479 msgstr ""
12480
12481 #. type: verbatim
12482 #: ../src/guestfs-actions.pod:4547
12483 #, no-wrap
12484 msgid ""
12485 " char **\n"
12486 " guestfs_mountpoints (guestfs_h *g);\n"
12487 "\n"
12488 msgstr ""
12489
12490 #. type: textblock
12491 #: ../src/guestfs-actions.pod:4550
12492 msgid ""
12493 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12494 "devices.  This one returns a hash table (map) of device name to directory "
12495 "where the device is mounted."
12496 msgstr ""
12497
12498 #. type: =head2
12499 #: ../src/guestfs-actions.pod:4562
12500 msgid "guestfs_mounts"
12501 msgstr ""
12502
12503 #. type: verbatim
12504 #: ../src/guestfs-actions.pod:4564
12505 #, no-wrap
12506 msgid ""
12507 " char **\n"
12508 " guestfs_mounts (guestfs_h *g);\n"
12509 "\n"
12510 msgstr ""
12511
12512 #. type: textblock
12513 #: ../src/guestfs-actions.pod:4567 ../fish/guestfish-actions.pod:3044
12514 msgid ""
12515 "This returns the list of currently mounted filesystems.  It returns the list "
12516 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12517 msgstr ""
12518
12519 #. type: textblock
12520 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3047
12521 msgid "Some internal mounts are not shown."
12522 msgstr ""
12523
12524 #. type: textblock
12525 #: ../src/guestfs-actions.pod:4572
12526 msgid "See also: C<guestfs_mountpoints>"
12527 msgstr ""
12528
12529 #. type: =head2
12530 #: ../src/guestfs-actions.pod:4580
12531 msgid "guestfs_mv"
12532 msgstr ""
12533
12534 #. type: verbatim
12535 #: ../src/guestfs-actions.pod:4582
12536 #, no-wrap
12537 msgid ""
12538 " int\n"
12539 " guestfs_mv (guestfs_h *g,\n"
12540 "             const char *src,\n"
12541 "             const char *dest);\n"
12542 "\n"
12543 msgstr ""
12544
12545 #. type: textblock
12546 #: ../src/guestfs-actions.pod:4587 ../fish/guestfish-actions.pod:3055
12547 msgid ""
12548 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12549 "destination filename or destination directory."
12550 msgstr ""
12551
12552 #. type: =head2
12553 #: ../src/guestfs-actions.pod:4594
12554 msgid "guestfs_ntfs_3g_probe"
12555 msgstr ""
12556
12557 #. type: verbatim
12558 #: ../src/guestfs-actions.pod:4596
12559 #, no-wrap
12560 msgid ""
12561 " int\n"
12562 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12563 "                        int rw,\n"
12564 "                        const char *device);\n"
12565 "\n"
12566 msgstr ""
12567
12568 #. type: textblock
12569 #: ../src/guestfs-actions.pod:4601 ../fish/guestfish-actions.pod:3062
12570 msgid ""
12571 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12572 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12573 "read-write, and some cannot be mounted at all)."
12574 msgstr ""
12575
12576 #. type: textblock
12577 #: ../src/guestfs-actions.pod:4605 ../fish/guestfish-actions.pod:3066
12578 msgid ""
12579 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12580 "can be mounted read-write.  Set it to false if you want to test if the "
12581 "volume can be mounted read-only."
12582 msgstr ""
12583
12584 #. type: textblock
12585 #: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3070
12586 msgid ""
12587 "The return value is an integer which C<0> if the operation would succeed, or "
12588 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12589 msgstr ""
12590
12591 #. type: textblock
12592 #: ../src/guestfs-actions.pod:4615
12593 msgid "(Added in 1.0.43)"
12594 msgstr ""
12595
12596 #. type: =head2
12597 #: ../src/guestfs-actions.pod:4617
12598 msgid "guestfs_ntfsresize"
12599 msgstr ""
12600
12601 #. type: verbatim
12602 #: ../src/guestfs-actions.pod:4619
12603 #, no-wrap
12604 msgid ""
12605 " int\n"
12606 " guestfs_ntfsresize (guestfs_h *g,\n"
12607 "                     const char *device);\n"
12608 "\n"
12609 msgstr ""
12610
12611 #. type: textblock
12612 #: ../src/guestfs-actions.pod:4623 ../fish/guestfish-actions.pod:3078
12613 msgid ""
12614 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12615 "size of the underlying device.  See also L<ntfsresize(8)>."
12616 msgstr ""
12617
12618 #. type: =head2
12619 #: ../src/guestfs-actions.pod:4631
12620 msgid "guestfs_ntfsresize_size"
12621 msgstr ""
12622
12623 #. type: verbatim
12624 #: ../src/guestfs-actions.pod:4633
12625 #, no-wrap
12626 msgid ""
12627 " int\n"
12628 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12629 "                          const char *device,\n"
12630 "                          int64_t size);\n"
12631 "\n"
12632 msgstr ""
12633
12634 #. type: textblock
12635 #: ../src/guestfs-actions.pod:4638
12636 msgid ""
12637 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12638 "to specify the new size (in bytes) explicitly."
12639 msgstr ""
12640
12641 #. type: textblock
12642 #: ../src/guestfs-actions.pod:4643 ../src/guestfs-actions.pod:5079 ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5401 ../src/guestfs-actions.pod:6940
12643 msgid "(Added in 1.3.14)"
12644 msgstr ""
12645
12646 #. type: =head2
12647 #: ../src/guestfs-actions.pod:4645
12648 msgid "guestfs_part_add"
12649 msgstr ""
12650
12651 #. type: verbatim
12652 #: ../src/guestfs-actions.pod:4647
12653 #, no-wrap
12654 msgid ""
12655 " int\n"
12656 " guestfs_part_add (guestfs_h *g,\n"
12657 "                   const char *device,\n"
12658 "                   const char *prlogex,\n"
12659 "                   int64_t startsect,\n"
12660 "                   int64_t endsect);\n"
12661 "\n"
12662 msgstr ""
12663
12664 #. type: textblock
12665 #: ../src/guestfs-actions.pod:4654
12666 msgid ""
12667 "This command adds a partition to C<device>.  If there is no partition table "
12668 "on the device, call C<guestfs_part_init> first."
12669 msgstr ""
12670
12671 #. type: textblock
12672 #: ../src/guestfs-actions.pod:4657 ../fish/guestfish-actions.pod:3096
12673 msgid ""
12674 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12675 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12676 "C<logical>) and C<e> (or C<extended>) partition types."
12677 msgstr ""
12678
12679 #. type: textblock
12680 #: ../src/guestfs-actions.pod:4662 ../fish/guestfish-actions.pod:3101
12681 msgid ""
12682 "C<startsect> and C<endsect> are the start and end of the partition in "
12683 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12684 "from the end of the disk (C<-1> is the last sector)."
12685 msgstr ""
12686
12687 #. type: textblock
12688 #: ../src/guestfs-actions.pod:4666
12689 msgid ""
12690 "Creating a partition which covers the whole disk is not so easy.  Use "
12691 "C<guestfs_part_disk> to do that."
12692 msgstr ""
12693
12694 #. type: textblock
12695 #: ../src/guestfs-actions.pod:4671 ../src/guestfs-actions.pod:4709 ../src/guestfs-actions.pod:4762 ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4897 ../src/guestfs-actions.pod:4937
12696 msgid "(Added in 1.0.78)"
12697 msgstr ""
12698
12699 #. type: =head2
12700 #: ../src/guestfs-actions.pod:4673
12701 msgid "guestfs_part_del"
12702 msgstr ""
12703
12704 #. type: verbatim
12705 #: ../src/guestfs-actions.pod:4675
12706 #, no-wrap
12707 msgid ""
12708 " int\n"
12709 " guestfs_part_del (guestfs_h *g,\n"
12710 "                   const char *device,\n"
12711 "                   int partnum);\n"
12712 "\n"
12713 msgstr ""
12714
12715 #. type: textblock
12716 #: ../src/guestfs-actions.pod:4680 ../fish/guestfish-actions.pod:3112
12717 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12718 msgstr ""
12719
12720 #. type: textblock
12721 #: ../src/guestfs-actions.pod:4682 ../fish/guestfish-actions.pod:3114
12722 msgid ""
12723 "Note that in the case of MBR partitioning, deleting an extended partition "
12724 "also deletes any logical partitions it contains."
12725 msgstr ""
12726
12727 #. type: =head2
12728 #: ../src/guestfs-actions.pod:4690
12729 msgid "guestfs_part_disk"
12730 msgstr ""
12731
12732 #. type: verbatim
12733 #: ../src/guestfs-actions.pod:4692
12734 #, no-wrap
12735 msgid ""
12736 " int\n"
12737 " guestfs_part_disk (guestfs_h *g,\n"
12738 "                    const char *device,\n"
12739 "                    const char *parttype);\n"
12740 "\n"
12741 msgstr ""
12742
12743 #. type: textblock
12744 #: ../src/guestfs-actions.pod:4697
12745 msgid ""
12746 "This command is simply a combination of C<guestfs_part_init> followed by "
12747 "C<guestfs_part_add> to create a single primary partition covering the whole "
12748 "disk."
12749 msgstr ""
12750
12751 #. type: textblock
12752 #: ../src/guestfs-actions.pod:4701
12753 msgid ""
12754 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12755 "possible values are described in C<guestfs_part_init>."
12756 msgstr ""
12757
12758 #. type: =head2
12759 #: ../src/guestfs-actions.pod:4711
12760 msgid "guestfs_part_get_bootable"
12761 msgstr ""
12762
12763 #. type: verbatim
12764 #: ../src/guestfs-actions.pod:4713
12765 #, no-wrap
12766 msgid ""
12767 " int\n"
12768 " guestfs_part_get_bootable (guestfs_h *g,\n"
12769 "                            const char *device,\n"
12770 "                            int partnum);\n"
12771 "\n"
12772 msgstr ""
12773
12774 #. type: textblock
12775 #: ../src/guestfs-actions.pod:4718 ../fish/guestfish-actions.pod:3136
12776 msgid ""
12777 "This command returns true if the partition C<partnum> on C<device> has the "
12778 "bootable flag set."
12779 msgstr ""
12780
12781 #. type: textblock
12782 #: ../src/guestfs-actions.pod:4721
12783 msgid "See also C<guestfs_part_set_bootable>."
12784 msgstr ""
12785
12786 #. type: =head2
12787 #: ../src/guestfs-actions.pod:4727
12788 msgid "guestfs_part_get_mbr_id"
12789 msgstr ""
12790
12791 #. type: verbatim
12792 #: ../src/guestfs-actions.pod:4729
12793 #, no-wrap
12794 msgid ""
12795 " int\n"
12796 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
12797 "                          const char *device,\n"
12798 "                          int partnum);\n"
12799 "\n"
12800 msgstr ""
12801
12802 #. type: textblock
12803 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3145
12804 msgid ""
12805 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12806 "partition C<partnum>."
12807 msgstr ""
12808
12809 #. type: textblock
12810 #: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:4913
12811 msgid ""
12812 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12813 "undefined results for other partition table types (see "
12814 "C<guestfs_part_get_parttype>)."
12815 msgstr ""
12816
12817 #. type: =head2
12818 #: ../src/guestfs-actions.pod:4745
12819 msgid "guestfs_part_get_parttype"
12820 msgstr ""
12821
12822 #. type: verbatim
12823 #: ../src/guestfs-actions.pod:4747
12824 #, no-wrap
12825 msgid ""
12826 " char *\n"
12827 " guestfs_part_get_parttype (guestfs_h *g,\n"
12828 "                            const char *device);\n"
12829 "\n"
12830 msgstr ""
12831
12832 #. type: textblock
12833 #: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3156
12834 msgid ""
12835 "This command examines the partition table on C<device> and returns the "
12836 "partition table type (format) being used."
12837 msgstr ""
12838
12839 #. type: textblock
12840 #: ../src/guestfs-actions.pod:4754
12841 msgid ""
12842 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12843 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12844 "possible, although unusual.  See C<guestfs_part_init> for a full list."
12845 msgstr ""
12846
12847 #. type: =head2
12848 #: ../src/guestfs-actions.pod:4764
12849 msgid "guestfs_part_init"
12850 msgstr ""
12851
12852 #. type: verbatim
12853 #: ../src/guestfs-actions.pod:4766
12854 #, no-wrap
12855 msgid ""
12856 " int\n"
12857 " guestfs_part_init (guestfs_h *g,\n"
12858 "                    const char *device,\n"
12859 "                    const char *parttype);\n"
12860 "\n"
12861 msgstr ""
12862
12863 #. type: textblock
12864 #: ../src/guestfs-actions.pod:4771 ../fish/guestfish-actions.pod:3168
12865 msgid ""
12866 "This creates an empty partition table on C<device> of one of the partition "
12867 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12868 "(for large disks)."
12869 msgstr ""
12870
12871 #. type: textblock
12872 #: ../src/guestfs-actions.pod:4775
12873 msgid ""
12874 "Initially there are no partitions.  Following this, you should call "
12875 "C<guestfs_part_add> for each partition required."
12876 msgstr ""
12877
12878 #. type: textblock
12879 #: ../src/guestfs-actions.pod:4778 ../fish/guestfish-actions.pod:3175
12880 msgid "Possible values for C<parttype> are:"
12881 msgstr ""
12882
12883 #. type: =item
12884 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3179
12885 msgid "B<efi> | B<gpt>"
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
12890 msgid "Intel EFI / GPT partition table."
12891 msgstr ""
12892
12893 #. type: textblock
12894 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3183
12895 msgid ""
12896 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12897 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12898 "the C<mbr> format."
12899 msgstr ""
12900
12901 #. type: =item
12902 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
12903 msgid "B<mbr> | B<msdos>"
12904 msgstr ""
12905
12906 #. type: textblock
12907 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
12908 msgid ""
12909 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12910 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12911 "TB.  For large disks we recommend using C<gpt>."
12912 msgstr ""
12913
12914 #. type: textblock
12915 #: ../src/guestfs-actions.pod:4799 ../fish/guestfish-actions.pod:3196
12916 msgid "Other partition table types that may work but are not supported include:"
12917 msgstr ""
12918
12919 #. type: =item
12920 #: ../src/guestfs-actions.pod:4804 ../fish/guestfish-actions.pod:3201
12921 msgid "B<aix>"
12922 msgstr ""
12923
12924 #. type: textblock
12925 #: ../src/guestfs-actions.pod:4806 ../fish/guestfish-actions.pod:3203
12926 msgid "AIX disk labels."
12927 msgstr ""
12928
12929 #. type: =item
12930 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3205
12931 msgid "B<amiga> | B<rdb>"
12932 msgstr ""
12933
12934 #. type: textblock
12935 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
12936 msgid "Amiga \"Rigid Disk Block\" format."
12937 msgstr ""
12938
12939 #. type: =item
12940 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
12941 msgid "B<bsd>"
12942 msgstr ""
12943
12944 #. type: textblock
12945 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
12946 msgid "BSD disk labels."
12947 msgstr ""
12948
12949 #. type: =item
12950 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
12951 msgid "B<dasd>"
12952 msgstr ""
12953
12954 #. type: textblock
12955 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
12956 msgid "DASD, used on IBM mainframes."
12957 msgstr ""
12958
12959 #. type: =item
12960 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
12961 msgid "B<dvh>"
12962 msgstr ""
12963
12964 #. type: textblock
12965 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
12966 msgid "MIPS/SGI volumes."
12967 msgstr ""
12968
12969 #. type: =item
12970 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
12971 msgid "B<mac>"
12972 msgstr ""
12973
12974 #. type: textblock
12975 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
12976 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
12977 msgstr ""
12978
12979 #. type: =item
12980 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
12981 msgid "B<pc98>"
12982 msgstr ""
12983
12984 #. type: textblock
12985 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
12986 msgid "NEC PC-98 format, common in Japan apparently."
12987 msgstr ""
12988
12989 #. type: =item
12990 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
12991 msgid "B<sun>"
12992 msgstr ""
12993
12994 #. type: textblock
12995 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
12996 msgid "Sun disk labels."
12997 msgstr ""
12998
12999 #. type: =head2
13000 #: ../src/guestfs-actions.pod:4842
13001 msgid "guestfs_part_list"
13002 msgstr ""
13003
13004 #. type: verbatim
13005 #: ../src/guestfs-actions.pod:4844
13006 #, no-wrap
13007 msgid ""
13008 " struct guestfs_partition_list *\n"
13009 " guestfs_part_list (guestfs_h *g,\n"
13010 "                    const char *device);\n"
13011 "\n"
13012 msgstr ""
13013
13014 #. type: textblock
13015 #: ../src/guestfs-actions.pod:4848 ../fish/guestfish-actions.pod:3239
13016 msgid ""
13017 "This command parses the partition table on C<device> and returns the list of "
13018 "partitions found."
13019 msgstr ""
13020
13021 #. type: textblock
13022 #: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3242
13023 msgid "The fields in the returned structure are:"
13024 msgstr ""
13025
13026 #. type: =item
13027 #: ../src/guestfs-actions.pod:4855 ../fish/guestfish-actions.pod:3246
13028 msgid "B<part_num>"
13029 msgstr ""
13030
13031 #. type: textblock
13032 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
13033 msgid "Partition number, counting from 1."
13034 msgstr ""
13035
13036 #. type: =item
13037 #: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3250
13038 msgid "B<part_start>"
13039 msgstr ""
13040
13041 #. type: textblock
13042 #: ../src/guestfs-actions.pod:4861
13043 msgid ""
13044 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13045 "the device's sector size, see C<guestfs_blockdev_getss>."
13046 msgstr ""
13047
13048 #. type: =item
13049 #: ../src/guestfs-actions.pod:4864 ../fish/guestfish-actions.pod:3255
13050 msgid "B<part_end>"
13051 msgstr ""
13052
13053 #. type: textblock
13054 #: ../src/guestfs-actions.pod:4866 ../fish/guestfish-actions.pod:3257
13055 msgid "End of the partition in bytes."
13056 msgstr ""
13057
13058 #. type: =item
13059 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
13060 msgid "B<part_size>"
13061 msgstr ""
13062
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
13065 msgid "Size of the partition in bytes."
13066 msgstr ""
13067
13068 #. type: textblock
13069 #: ../src/guestfs-actions.pod:4874
13070 msgid ""
13071 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13072 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13073 "use>."
13074 msgstr ""
13075
13076 #. type: =head2
13077 #: ../src/guestfs-actions.pod:4880
13078 msgid "guestfs_part_set_bootable"
13079 msgstr ""
13080
13081 #. type: verbatim
13082 #: ../src/guestfs-actions.pod:4882
13083 #, no-wrap
13084 msgid ""
13085 " int\n"
13086 " guestfs_part_set_bootable (guestfs_h *g,\n"
13087 "                            const char *device,\n"
13088 "                            int partnum,\n"
13089 "                            int bootable);\n"
13090 "\n"
13091 msgstr ""
13092
13093 #. type: textblock
13094 #: ../src/guestfs-actions.pod:4888 ../fish/guestfish-actions.pod:3269
13095 msgid ""
13096 "This sets the bootable flag on partition numbered C<partnum> on device "
13097 "C<device>.  Note that partitions are numbered from 1."
13098 msgstr ""
13099
13100 #. type: textblock
13101 #: ../src/guestfs-actions.pod:4891 ../fish/guestfish-actions.pod:3272
13102 msgid ""
13103 "The bootable flag is used by some operating systems (notably Windows) to "
13104 "determine which partition to boot from.  It is by no means universally "
13105 "recognized."
13106 msgstr ""
13107
13108 #. type: =head2
13109 #: ../src/guestfs-actions.pod:4899
13110 msgid "guestfs_part_set_mbr_id"
13111 msgstr ""
13112
13113 #. type: verbatim
13114 #: ../src/guestfs-actions.pod:4901
13115 #, no-wrap
13116 msgid ""
13117 " int\n"
13118 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13119 "                          const char *device,\n"
13120 "                          int partnum,\n"
13121 "                          int idbyte);\n"
13122 "\n"
13123 msgstr ""
13124
13125 #. type: textblock
13126 #: ../src/guestfs-actions.pod:4907 ../fish/guestfish-actions.pod:3280
13127 msgid ""
13128 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13129 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13130 "documentation are in fact hexadecimal numbers, but usually documented "
13131 "without any leading \"0x\" which might be confusing."
13132 msgstr ""
13133
13134 #. type: =head2
13135 #: ../src/guestfs-actions.pod:4921
13136 msgid "guestfs_part_set_name"
13137 msgstr ""
13138
13139 #. type: verbatim
13140 #: ../src/guestfs-actions.pod:4923
13141 #, no-wrap
13142 msgid ""
13143 " int\n"
13144 " guestfs_part_set_name (guestfs_h *g,\n"
13145 "                        const char *device,\n"
13146 "                        int partnum,\n"
13147 "                        const char *name);\n"
13148 "\n"
13149 msgstr ""
13150
13151 #. type: textblock
13152 #: ../src/guestfs-actions.pod:4929 ../fish/guestfish-actions.pod:3294
13153 msgid ""
13154 "This sets the partition name on partition numbered C<partnum> on device "
13155 "C<device>.  Note that partitions are numbered from 1."
13156 msgstr ""
13157
13158 #. type: textblock
13159 #: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3297
13160 msgid ""
13161 "The partition name can only be set on certain types of partition table.  "
13162 "This works on C<gpt> but not on C<mbr> partitions."
13163 msgstr ""
13164
13165 #. type: =head2
13166 #: ../src/guestfs-actions.pod:4939
13167 msgid "guestfs_part_to_dev"
13168 msgstr ""
13169
13170 #. type: verbatim
13171 #: ../src/guestfs-actions.pod:4941
13172 #, no-wrap
13173 msgid ""
13174 " char *\n"
13175 " guestfs_part_to_dev (guestfs_h *g,\n"
13176 "                      const char *partition);\n"
13177 "\n"
13178 msgstr ""
13179
13180 #. type: textblock
13181 #: ../src/guestfs-actions.pod:4945 ../fish/guestfish-actions.pod:3304
13182 msgid ""
13183 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13184 "partition number, returning the device name (eg. \"/dev/sdb\")."
13185 msgstr ""
13186
13187 #. type: textblock
13188 #: ../src/guestfs-actions.pod:4949
13189 msgid ""
13190 "The named partition must exist, for example as a string returned from "
13191 "C<guestfs_list_partitions>."
13192 msgstr ""
13193
13194 #. type: =head2
13195 #: ../src/guestfs-actions.pod:4957
13196 msgid "guestfs_ping_daemon"
13197 msgstr ""
13198
13199 #. type: verbatim
13200 #: ../src/guestfs-actions.pod:4959
13201 #, no-wrap
13202 msgid ""
13203 " int\n"
13204 " guestfs_ping_daemon (guestfs_h *g);\n"
13205 "\n"
13206 msgstr ""
13207
13208 #. type: textblock
13209 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3315
13210 msgid ""
13211 "This is a test probe into the guestfs daemon running inside the qemu "
13212 "subprocess.  Calling this function checks that the daemon responds to the "
13213 "ping message, without affecting the daemon or attached block device(s) in "
13214 "any other way."
13215 msgstr ""
13216
13217 #. type: =head2
13218 #: ../src/guestfs-actions.pod:4971
13219 msgid "guestfs_pread"
13220 msgstr ""
13221
13222 #. type: verbatim
13223 #: ../src/guestfs-actions.pod:4973
13224 #, no-wrap
13225 msgid ""
13226 " char *\n"
13227 " guestfs_pread (guestfs_h *g,\n"
13228 "                const char *path,\n"
13229 "                int count,\n"
13230 "                int64_t offset,\n"
13231 "                size_t *size_r);\n"
13232 "\n"
13233 msgstr ""
13234
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:4980 ../fish/guestfish-actions.pod:3324
13237 msgid ""
13238 "This command lets you read part of a file.  It reads C<count> bytes of the "
13239 "file, starting at C<offset>, from file C<path>."
13240 msgstr ""
13241
13242 #. type: textblock
13243 #: ../src/guestfs-actions.pod:4983 ../src/guestfs-actions.pod:5009 ../fish/guestfish-actions.pod:3327 ../fish/guestfish-actions.pod:3342
13244 msgid ""
13245 "This may read fewer bytes than requested.  For further details see the "
13246 "L<pread(2)> system call."
13247 msgstr ""
13248
13249 #. type: textblock
13250 #: ../src/guestfs-actions.pod:4986
13251 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13252 msgstr ""
13253
13254 #. type: =head2
13255 #: ../src/guestfs-actions.pod:4997
13256 msgid "guestfs_pread_device"
13257 msgstr ""
13258
13259 #. type: verbatim
13260 #: ../src/guestfs-actions.pod:4999
13261 #, no-wrap
13262 msgid ""
13263 " char *\n"
13264 " guestfs_pread_device (guestfs_h *g,\n"
13265 "                       const char *device,\n"
13266 "                       int count,\n"
13267 "                       int64_t offset,\n"
13268 "                       size_t *size_r);\n"
13269 "\n"
13270 msgstr ""
13271
13272 #. type: textblock
13273 #: ../src/guestfs-actions.pod:5006 ../fish/guestfish-actions.pod:3339
13274 msgid ""
13275 "This command lets you read part of a file.  It reads C<count> bytes of "
13276 "C<device>, starting at C<offset>."
13277 msgstr ""
13278
13279 #. type: textblock
13280 #: ../src/guestfs-actions.pod:5012
13281 msgid "See also C<guestfs_pread>."
13282 msgstr ""
13283
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:5021
13286 msgid "(Added in 1.5.21)"
13287 msgstr ""
13288
13289 #. type: =head2
13290 #: ../src/guestfs-actions.pod:5023
13291 msgid "guestfs_pvcreate"
13292 msgstr ""
13293
13294 #. type: verbatim
13295 #: ../src/guestfs-actions.pod:5025
13296 #, no-wrap
13297 msgid ""
13298 " int\n"
13299 " guestfs_pvcreate (guestfs_h *g,\n"
13300 "                   const char *device);\n"
13301 "\n"
13302 msgstr ""
13303
13304 #. type: textblock
13305 #: ../src/guestfs-actions.pod:5029 ../fish/guestfish-actions.pod:3354
13306 msgid ""
13307 "This creates an LVM physical volume on the named C<device>, where C<device> "
13308 "should usually be a partition name such as C</dev/sda1>."
13309 msgstr ""
13310
13311 #. type: =head2
13312 #: ../src/guestfs-actions.pod:5037
13313 msgid "guestfs_pvremove"
13314 msgstr ""
13315
13316 #. type: verbatim
13317 #: ../src/guestfs-actions.pod:5039
13318 #, no-wrap
13319 msgid ""
13320 " int\n"
13321 " guestfs_pvremove (guestfs_h *g,\n"
13322 "                   const char *device);\n"
13323 "\n"
13324 msgstr ""
13325
13326 #. type: textblock
13327 #: ../src/guestfs-actions.pod:5043 ../fish/guestfish-actions.pod:3362
13328 msgid ""
13329 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13330 "it."
13331 msgstr ""
13332
13333 #. type: textblock
13334 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3365
13335 msgid ""
13336 "The implementation uses the C<pvremove> command which refuses to wipe "
13337 "physical volumes that contain any volume groups, so you have to remove those "
13338 "first."
13339 msgstr ""
13340
13341 #. type: =head2
13342 #: ../src/guestfs-actions.pod:5054
13343 msgid "guestfs_pvresize"
13344 msgstr ""
13345
13346 #. type: verbatim
13347 #: ../src/guestfs-actions.pod:5056
13348 #, no-wrap
13349 msgid ""
13350 " int\n"
13351 " guestfs_pvresize (guestfs_h *g,\n"
13352 "                   const char *device);\n"
13353 "\n"
13354 msgstr ""
13355
13356 #. type: textblock
13357 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3373
13358 msgid ""
13359 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13360 "the new size of the underlying device."
13361 msgstr ""
13362
13363 #. type: =head2
13364 #: ../src/guestfs-actions.pod:5067
13365 msgid "guestfs_pvresize_size"
13366 msgstr ""
13367
13368 #. type: verbatim
13369 #: ../src/guestfs-actions.pod:5069
13370 #, no-wrap
13371 msgid ""
13372 " int\n"
13373 " guestfs_pvresize_size (guestfs_h *g,\n"
13374 "                        const char *device,\n"
13375 "                        int64_t size);\n"
13376 "\n"
13377 msgstr ""
13378
13379 #. type: textblock
13380 #: ../src/guestfs-actions.pod:5074
13381 msgid ""
13382 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13383 "specify the new size (in bytes) explicitly."
13384 msgstr ""
13385
13386 #. type: =head2
13387 #: ../src/guestfs-actions.pod:5081
13388 msgid "guestfs_pvs"
13389 msgstr ""
13390
13391 #. type: verbatim
13392 #: ../src/guestfs-actions.pod:5083
13393 #, no-wrap
13394 msgid ""
13395 " char **\n"
13396 " guestfs_pvs (guestfs_h *g);\n"
13397 "\n"
13398 msgstr ""
13399
13400 #. type: textblock
13401 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3387
13402 msgid ""
13403 "List all the physical volumes detected.  This is the equivalent of the "
13404 "L<pvs(8)> command."
13405 msgstr ""
13406
13407 #. type: textblock
13408 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3390
13409 msgid ""
13410 "This returns a list of just the device names that contain PVs "
13411 "(eg. C</dev/sda2>)."
13412 msgstr ""
13413
13414 #. type: textblock
13415 #: ../src/guestfs-actions.pod:5092
13416 msgid "See also C<guestfs_pvs_full>."
13417 msgstr ""
13418
13419 #. type: =head2
13420 #: ../src/guestfs-actions.pod:5100
13421 msgid "guestfs_pvs_full"
13422 msgstr ""
13423
13424 #. type: verbatim
13425 #: ../src/guestfs-actions.pod:5102
13426 #, no-wrap
13427 msgid ""
13428 " struct guestfs_lvm_pv_list *\n"
13429 " guestfs_pvs_full (guestfs_h *g);\n"
13430 "\n"
13431 msgstr ""
13432
13433 #. type: textblock
13434 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3399
13435 msgid ""
13436 "List all the physical volumes detected.  This is the equivalent of the "
13437 "L<pvs(8)> command.  The \"full\" version includes all fields."
13438 msgstr ""
13439
13440 #. type: textblock
13441 #: ../src/guestfs-actions.pod:5108
13442 msgid ""
13443 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13444 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13445 "use>."
13446 msgstr ""
13447
13448 #. type: =head2
13449 #: ../src/guestfs-actions.pod:5114
13450 msgid "guestfs_pvuuid"
13451 msgstr ""
13452
13453 #. type: verbatim
13454 #: ../src/guestfs-actions.pod:5116
13455 #, no-wrap
13456 msgid ""
13457 " char *\n"
13458 " guestfs_pvuuid (guestfs_h *g,\n"
13459 "                 const char *device);\n"
13460 "\n"
13461 msgstr ""
13462
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3406
13465 msgid "This command returns the UUID of the LVM PV C<device>."
13466 msgstr ""
13467
13468 #. type: =head2
13469 #: ../src/guestfs-actions.pod:5127
13470 msgid "guestfs_pwrite"
13471 msgstr ""
13472
13473 #. type: verbatim
13474 #: ../src/guestfs-actions.pod:5129
13475 #, no-wrap
13476 msgid ""
13477 " int\n"
13478 " guestfs_pwrite (guestfs_h *g,\n"
13479 "                 const char *path,\n"
13480 "                 const char *content,\n"
13481 "                 size_t content_size,\n"
13482 "                 int64_t offset);\n"
13483 "\n"
13484 msgstr ""
13485
13486 #. type: textblock
13487 #: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3412
13488 msgid ""
13489 "This command writes to part of a file.  It writes the data buffer C<content> "
13490 "to the file C<path> starting at offset C<offset>."
13491 msgstr ""
13492
13493 #. type: textblock
13494 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3415
13495 msgid ""
13496 "This command implements the L<pwrite(2)> system call, and like that system "
13497 "call it may not write the full data requested.  The return value is the "
13498 "number of bytes that were actually written to the file.  This could even be "
13499 "0, although short writes are unlikely for regular files in ordinary "
13500 "circumstances."
13501 msgstr ""
13502
13503 #. type: textblock
13504 #: ../src/guestfs-actions.pod:5145
13505 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13506 msgstr ""
13507
13508 #. type: =head2
13509 #: ../src/guestfs-actions.pod:5154
13510 msgid "guestfs_pwrite_device"
13511 msgstr ""
13512
13513 #. type: verbatim
13514 #: ../src/guestfs-actions.pod:5156
13515 #, no-wrap
13516 msgid ""
13517 " int\n"
13518 " guestfs_pwrite_device (guestfs_h *g,\n"
13519 "                        const char *device,\n"
13520 "                        const char *content,\n"
13521 "                        size_t content_size,\n"
13522 "                        int64_t offset);\n"
13523 "\n"
13524 msgstr ""
13525
13526 #. type: textblock
13527 #: ../src/guestfs-actions.pod:5163 ../fish/guestfish-actions.pod:3430
13528 msgid ""
13529 "This command writes to part of a device.  It writes the data buffer "
13530 "C<content> to C<device> starting at offset C<offset>."
13531 msgstr ""
13532
13533 #. type: textblock
13534 #: ../src/guestfs-actions.pod:5166 ../fish/guestfish-actions.pod:3433
13535 msgid ""
13536 "This command implements the L<pwrite(2)> system call, and like that system "
13537 "call it may not write the full data requested (although short writes to disk "
13538 "devices and partitions are probably impossible with standard Linux kernels)."
13539 msgstr ""
13540
13541 #. type: textblock
13542 #: ../src/guestfs-actions.pod:5171
13543 msgid "See also C<guestfs_pwrite>."
13544 msgstr ""
13545
13546 #. type: textblock
13547 #: ../src/guestfs-actions.pod:5178
13548 msgid "(Added in 1.5.20)"
13549 msgstr ""
13550
13551 #. type: =head2
13552 #: ../src/guestfs-actions.pod:5180
13553 msgid "guestfs_read_file"
13554 msgstr ""
13555
13556 #. type: verbatim
13557 #: ../src/guestfs-actions.pod:5182
13558 #, no-wrap
13559 msgid ""
13560 " char *\n"
13561 " guestfs_read_file (guestfs_h *g,\n"
13562 "                    const char *path,\n"
13563 "                    size_t *size_r);\n"
13564 "\n"
13565 msgstr ""
13566
13567 #. type: textblock
13568 #: ../src/guestfs-actions.pod:5187 ../fish/guestfish-actions.pod:3447
13569 msgid "This calls returns the contents of the file C<path> as a buffer."
13570 msgstr ""
13571
13572 #. type: textblock
13573 #: ../src/guestfs-actions.pod:5190
13574 msgid ""
13575 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13576 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13577 "function is limited in the total size of file that can be handled."
13578 msgstr ""
13579
13580 #. type: textblock
13581 #: ../src/guestfs-actions.pod:5202
13582 msgid "(Added in 1.0.63)"
13583 msgstr ""
13584
13585 #. type: =head2
13586 #: ../src/guestfs-actions.pod:5204
13587 msgid "guestfs_read_lines"
13588 msgstr ""
13589
13590 #. type: verbatim
13591 #: ../src/guestfs-actions.pod:5206
13592 #, no-wrap
13593 msgid ""
13594 " char **\n"
13595 " guestfs_read_lines (guestfs_h *g,\n"
13596 "                     const char *path);\n"
13597 "\n"
13598 msgstr ""
13599
13600 #. type: textblock
13601 #: ../src/guestfs-actions.pod:5212 ../fish/guestfish-actions.pod:3464
13602 msgid ""
13603 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13604 "C<CRLF> character sequences are I<not> returned."
13605 msgstr ""
13606
13607 #. type: textblock
13608 #: ../src/guestfs-actions.pod:5215
13609 msgid ""
13610 "Note that this function cannot correctly handle binary files (specifically, "
13611 "files containing C<\\0> character which is treated as end of line).  For "
13612 "those you need to use the C<guestfs_read_file> function which has a more "
13613 "complex interface."
13614 msgstr ""
13615
13616 #. type: =head2
13617 #: ../src/guestfs-actions.pod:5226
13618 msgid "guestfs_readdir"
13619 msgstr ""
13620
13621 #. type: verbatim
13622 #: ../src/guestfs-actions.pod:5228
13623 #, no-wrap
13624 msgid ""
13625 " struct guestfs_dirent_list *\n"
13626 " guestfs_readdir (guestfs_h *g,\n"
13627 "                  const char *dir);\n"
13628 "\n"
13629 msgstr ""
13630
13631 #. type: textblock
13632 #: ../src/guestfs-actions.pod:5232 ../fish/guestfish-actions.pod:3476
13633 msgid "This returns the list of directory entries in directory C<dir>."
13634 msgstr ""
13635
13636 #. type: textblock
13637 #: ../src/guestfs-actions.pod:5234 ../fish/guestfish-actions.pod:3478
13638 msgid ""
13639 "All entries in the directory are returned, including C<.> and C<..>.  The "
13640 "entries are I<not> sorted, but returned in the same order as the underlying "
13641 "filesystem."
13642 msgstr ""
13643
13644 #. type: textblock
13645 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
13646 msgid ""
13647 "Also this call returns basic file type information about each file.  The "
13648 "C<ftyp> field will contain one of the following characters:"
13649 msgstr ""
13650
13651 #. type: =item
13652 #: ../src/guestfs-actions.pod:5243 ../fish/guestfish-actions.pod:3487
13653 msgid "'b'"
13654 msgstr ""
13655
13656 #. type: textblock
13657 #: ../src/guestfs-actions.pod:5245 ../fish/guestfish-actions.pod:3489
13658 msgid "Block special"
13659 msgstr ""
13660
13661 #. type: =item
13662 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3491
13663 msgid "'c'"
13664 msgstr ""
13665
13666 #. type: textblock
13667 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
13668 msgid "Char special"
13669 msgstr ""
13670
13671 #. type: =item
13672 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
13673 msgid "'d'"
13674 msgstr ""
13675
13676 #. type: textblock
13677 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
13678 msgid "Directory"
13679 msgstr ""
13680
13681 #. type: =item
13682 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
13683 msgid "'f'"
13684 msgstr ""
13685
13686 #. type: textblock
13687 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
13688 msgid "FIFO (named pipe)"
13689 msgstr ""
13690
13691 #. type: =item
13692 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
13693 msgid "'l'"
13694 msgstr ""
13695
13696 #. type: textblock
13697 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
13698 msgid "Symbolic link"
13699 msgstr ""
13700
13701 #. type: =item
13702 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
13703 msgid "'r'"
13704 msgstr ""
13705
13706 #. type: textblock
13707 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
13708 msgid "Regular file"
13709 msgstr ""
13710
13711 #. type: =item
13712 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
13713 msgid "'s'"
13714 msgstr ""
13715
13716 #. type: textblock
13717 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
13718 msgid "Socket"
13719 msgstr ""
13720
13721 #. type: =item
13722 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
13723 msgid "'u'"
13724 msgstr ""
13725
13726 #. type: textblock
13727 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
13728 msgid "Unknown file type"
13729 msgstr ""
13730
13731 #. type: =item
13732 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
13733 msgid "'?'"
13734 msgstr ""
13735
13736 #. type: textblock
13737 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
13738 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13739 msgstr ""
13740
13741 #. type: textblock
13742 #: ../src/guestfs-actions.pod:5282
13743 msgid ""
13744 "This function is primarily intended for use by programs.  To get a simple "
13745 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
13746 "consumption, use C<guestfs_ll>."
13747 msgstr ""
13748
13749 #. type: textblock
13750 #: ../src/guestfs-actions.pod:5286
13751 msgid ""
13752 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
13753 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
13754 "use>."
13755 msgstr ""
13756
13757 #. type: =head2
13758 #: ../src/guestfs-actions.pod:5292
13759 msgid "guestfs_readlink"
13760 msgstr ""
13761
13762 #. type: verbatim
13763 #: ../src/guestfs-actions.pod:5294
13764 #, no-wrap
13765 msgid ""
13766 " char *\n"
13767 " guestfs_readlink (guestfs_h *g,\n"
13768 "                   const char *path);\n"
13769 "\n"
13770 msgstr ""
13771
13772 #. type: textblock
13773 #: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3534
13774 msgid "This command reads the target of a symbolic link."
13775 msgstr ""
13776
13777 #. type: =head2
13778 #: ../src/guestfs-actions.pod:5305
13779 msgid "guestfs_readlinklist"
13780 msgstr ""
13781
13782 #. type: verbatim
13783 #: ../src/guestfs-actions.pod:5307
13784 #, no-wrap
13785 msgid ""
13786 " char **\n"
13787 " guestfs_readlinklist (guestfs_h *g,\n"
13788 "                       const char *path,\n"
13789 "                       char *const *names);\n"
13790 "\n"
13791 msgstr ""
13792
13793 #. type: textblock
13794 #: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3540
13795 msgid ""
13796 "This call allows you to do a C<readlink> operation on multiple files, where "
13797 "all files are in the directory C<path>.  C<names> is the list of files from "
13798 "this directory."
13799 msgstr ""
13800
13801 #. type: textblock
13802 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3544
13803 msgid ""
13804 "On return you get a list of strings, with a one-to-one correspondence to the "
13805 "C<names> list.  Each string is the value of the symbolic link."
13806 msgstr ""
13807
13808 #. type: textblock
13809 #: ../src/guestfs-actions.pod:5320 ../fish/guestfish-actions.pod:3548
13810 msgid ""
13811 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13812 "result string is the empty string C<\"\">.  However the whole operation is "
13813 "completed even if there were C<readlink(2)> errors, and so you can call this "
13814 "function with names where you don't know if they are symbolic links already "
13815 "(albeit slightly less efficient)."
13816 msgstr ""
13817
13818 #. type: textblock
13819 #: ../src/guestfs-actions.pod:5327 ../fish/guestfish-actions.pod:3555
13820 msgid ""
13821 "This call is intended for programs that want to efficiently list a directory "
13822 "contents without making many round-trips.  Very long directory listings "
13823 "might cause the protocol message size to be exceeded, causing this call to "
13824 "fail.  The caller must split up such requests into smaller groups of names."
13825 msgstr ""
13826
13827 #. type: =head2
13828 #: ../src/guestfs-actions.pod:5340
13829 msgid "guestfs_realpath"
13830 msgstr ""
13831
13832 #. type: verbatim
13833 #: ../src/guestfs-actions.pod:5342
13834 #, no-wrap
13835 msgid ""
13836 " char *\n"
13837 " guestfs_realpath (guestfs_h *g,\n"
13838 "                   const char *path);\n"
13839 "\n"
13840 msgstr ""
13841
13842 #. type: textblock
13843 #: ../src/guestfs-actions.pod:5346 ../fish/guestfish-actions.pod:3566
13844 msgid ""
13845 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13846 "has no C<.>, C<..> or symbolic link path elements."
13847 msgstr ""
13848
13849 #. type: =head2
13850 #: ../src/guestfs-actions.pod:5354
13851 msgid "guestfs_removexattr"
13852 msgstr ""
13853
13854 #. type: verbatim
13855 #: ../src/guestfs-actions.pod:5356
13856 #, no-wrap
13857 msgid ""
13858 " int\n"
13859 " guestfs_removexattr (guestfs_h *g,\n"
13860 "                      const char *xattr,\n"
13861 "                      const char *path);\n"
13862 "\n"
13863 msgstr ""
13864
13865 #. type: textblock
13866 #: ../src/guestfs-actions.pod:5361 ../fish/guestfish-actions.pod:3573
13867 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
13868 msgstr ""
13869
13870 #. type: textblock
13871 #: ../src/guestfs-actions.pod:5364
13872 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
13873 msgstr ""
13874
13875 #. type: =head2
13876 #: ../src/guestfs-actions.pod:5370
13877 msgid "guestfs_resize2fs"
13878 msgstr ""
13879
13880 #. type: verbatim
13881 #: ../src/guestfs-actions.pod:5372
13882 #, no-wrap
13883 msgid ""
13884 " int\n"
13885 " guestfs_resize2fs (guestfs_h *g,\n"
13886 "                    const char *device);\n"
13887 "\n"
13888 msgstr ""
13889
13890 #. type: textblock
13891 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3582
13892 msgid ""
13893 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13894 "underlying device."
13895 msgstr ""
13896
13897 #. type: textblock
13898 #: ../src/guestfs-actions.pod:5379
13899 msgid ""
13900 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
13901 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
13902 "sometimes gives an error about this and sometimes not.  In any case, it is "
13903 "always safe to call C<guestfs_e2fsck_f> before calling this function."
13904 msgstr ""
13905
13906 #. type: =head2
13907 #: ../src/guestfs-actions.pod:5389
13908 msgid "guestfs_resize2fs_size"
13909 msgstr ""
13910
13911 #. type: verbatim
13912 #: ../src/guestfs-actions.pod:5391
13913 #, no-wrap
13914 msgid ""
13915 " int\n"
13916 " guestfs_resize2fs_size (guestfs_h *g,\n"
13917 "                         const char *device,\n"
13918 "                         int64_t size);\n"
13919 "\n"
13920 msgstr ""
13921
13922 #. type: textblock
13923 #: ../src/guestfs-actions.pod:5396
13924 msgid ""
13925 "This command is the same as C<guestfs_resize2fs> except that it allows you "
13926 "to specify the new size (in bytes) explicitly."
13927 msgstr ""
13928
13929 #. type: =head2
13930 #: ../src/guestfs-actions.pod:5403
13931 msgid "guestfs_rm"
13932 msgstr ""
13933
13934 #. type: verbatim
13935 #: ../src/guestfs-actions.pod:5405
13936 #, no-wrap
13937 msgid ""
13938 " int\n"
13939 " guestfs_rm (guestfs_h *g,\n"
13940 "             const char *path);\n"
13941 "\n"
13942 msgstr ""
13943
13944 #. type: textblock
13945 #: ../src/guestfs-actions.pod:5409 ../fish/guestfish-actions.pod:3602
13946 msgid "Remove the single file C<path>."
13947 msgstr ""
13948
13949 #. type: =head2
13950 #: ../src/guestfs-actions.pod:5415
13951 msgid "guestfs_rm_rf"
13952 msgstr ""
13953
13954 #. type: verbatim
13955 #: ../src/guestfs-actions.pod:5417
13956 #, no-wrap
13957 msgid ""
13958 " int\n"
13959 " guestfs_rm_rf (guestfs_h *g,\n"
13960 "                const char *path);\n"
13961 "\n"
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:5421 ../fish/guestfish-actions.pod:3608
13966 msgid ""
13967 "Remove the file or directory C<path>, recursively removing the contents if "
13968 "its a directory.  This is like the C<rm -rf> shell command."
13969 msgstr ""
13970
13971 #. type: =head2
13972 #: ../src/guestfs-actions.pod:5429
13973 msgid "guestfs_rmdir"
13974 msgstr ""
13975
13976 #. type: verbatim
13977 #: ../src/guestfs-actions.pod:5431
13978 #, no-wrap
13979 msgid ""
13980 " int\n"
13981 " guestfs_rmdir (guestfs_h *g,\n"
13982 "                const char *path);\n"
13983 "\n"
13984 msgstr ""
13985
13986 #. type: textblock
13987 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3616
13988 msgid "Remove the single directory C<path>."
13989 msgstr ""
13990
13991 #. type: =head2
13992 #: ../src/guestfs-actions.pod:5441
13993 msgid "guestfs_rmmountpoint"
13994 msgstr ""
13995
13996 #. type: verbatim
13997 #: ../src/guestfs-actions.pod:5443
13998 #, no-wrap
13999 msgid ""
14000 " int\n"
14001 " guestfs_rmmountpoint (guestfs_h *g,\n"
14002 "                       const char *exemptpath);\n"
14003 "\n"
14004 msgstr ""
14005
14006 #. type: textblock
14007 #: ../src/guestfs-actions.pod:5447
14008 msgid ""
14009 "This calls removes a mountpoint that was previously created with "
14010 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14011 msgstr ""
14012
14013 #. type: =head2
14014 #: ../src/guestfs-actions.pod:5455
14015 msgid "guestfs_scrub_device"
14016 msgstr ""
14017
14018 #. type: verbatim
14019 #: ../src/guestfs-actions.pod:5457
14020 #, no-wrap
14021 msgid ""
14022 " int\n"
14023 " guestfs_scrub_device (guestfs_h *g,\n"
14024 "                       const char *device);\n"
14025 "\n"
14026 msgstr ""
14027
14028 #. type: textblock
14029 #: ../src/guestfs-actions.pod:5461 ../fish/guestfish-actions.pod:3630
14030 msgid ""
14031 "This command writes patterns over C<device> to make data retrieval more "
14032 "difficult."
14033 msgstr ""
14034
14035 #. type: textblock
14036 #: ../src/guestfs-actions.pod:5464 ../src/guestfs-actions.pod:5485 ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3633 ../fish/guestfish-actions.pod:3648 ../fish/guestfish-actions.pod:3661
14037 msgid ""
14038 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14039 "more details."
14040 msgstr ""
14041
14042 #. type: textblock
14043 #: ../src/guestfs-actions.pod:5472 ../src/guestfs-actions.pod:5490 ../src/guestfs-actions.pod:5509
14044 msgid "(Added in 1.0.52)"
14045 msgstr ""
14046
14047 #. type: =head2
14048 #: ../src/guestfs-actions.pod:5474
14049 msgid "guestfs_scrub_file"
14050 msgstr ""
14051
14052 #. type: verbatim
14053 #: ../src/guestfs-actions.pod:5476
14054 #, no-wrap
14055 msgid ""
14056 " int\n"
14057 " guestfs_scrub_file (guestfs_h *g,\n"
14058 "                     const char *file);\n"
14059 "\n"
14060 msgstr ""
14061
14062 #. type: textblock
14063 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3643
14064 msgid ""
14065 "This command writes patterns over a file to make data retrieval more "
14066 "difficult."
14067 msgstr ""
14068
14069 #. type: textblock
14070 #: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3646
14071 msgid "The file is I<removed> after scrubbing."
14072 msgstr ""
14073
14074 #. type: =head2
14075 #: ../src/guestfs-actions.pod:5492
14076 msgid "guestfs_scrub_freespace"
14077 msgstr ""
14078
14079 #. type: verbatim
14080 #: ../src/guestfs-actions.pod:5494
14081 #, no-wrap
14082 msgid ""
14083 " int\n"
14084 " guestfs_scrub_freespace (guestfs_h *g,\n"
14085 "                          const char *dir);\n"
14086 "\n"
14087 msgstr ""
14088
14089 #. type: textblock
14090 #: ../src/guestfs-actions.pod:5498
14091 msgid ""
14092 "This command creates the directory C<dir> and then fills it with files until "
14093 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14094 "and deletes them.  The intention is to scrub any free space on the partition "
14095 "containing C<dir>."
14096 msgstr ""
14097
14098 #. type: =head2
14099 #: ../src/guestfs-actions.pod:5511
14100 msgid "guestfs_set_append"
14101 msgstr ""
14102
14103 #. type: verbatim
14104 #: ../src/guestfs-actions.pod:5513
14105 #, no-wrap
14106 msgid ""
14107 " int\n"
14108 " guestfs_set_append (guestfs_h *g,\n"
14109 "                     const char *append);\n"
14110 "\n"
14111 msgstr ""
14112
14113 #. type: textblock
14114 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3670
14115 msgid ""
14116 "This function is used to add additional options to the guest kernel command "
14117 "line."
14118 msgstr ""
14119
14120 #. type: textblock
14121 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3673
14122 msgid ""
14123 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14124 "environment variable."
14125 msgstr ""
14126
14127 #. type: textblock
14128 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
14129 msgid ""
14130 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14131 "(libguestfs always adds a few of its own)."
14132 msgstr ""
14133
14134 #. type: =head2
14135 #: ../src/guestfs-actions.pod:5530
14136 msgid "guestfs_set_autosync"
14137 msgstr ""
14138
14139 #. type: verbatim
14140 #: ../src/guestfs-actions.pod:5532
14141 #, no-wrap
14142 msgid ""
14143 " int\n"
14144 " guestfs_set_autosync (guestfs_h *g,\n"
14145 "                       int autosync);\n"
14146 "\n"
14147 msgstr ""
14148
14149 #. type: textblock
14150 #: ../src/guestfs-actions.pod:5536
14151 msgid ""
14152 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14153 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
14154 "the handle is closed (also if the program exits without closing handles)."
14155 msgstr ""
14156
14157 #. type: textblock
14158 #: ../src/guestfs-actions.pod:5541 ../fish/guestfish-actions.pod:3690
14159 msgid ""
14160 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14161 "disabled by default)."
14162 msgstr ""
14163
14164 #. type: =head2
14165 #: ../src/guestfs-actions.pod:5548
14166 msgid "guestfs_set_direct"
14167 msgstr ""
14168
14169 #. type: verbatim
14170 #: ../src/guestfs-actions.pod:5550
14171 #, no-wrap
14172 msgid ""
14173 " int\n"
14174 " guestfs_set_direct (guestfs_h *g,\n"
14175 "                     int direct);\n"
14176 "\n"
14177 msgstr ""
14178
14179 #. type: textblock
14180 #: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3699
14181 msgid ""
14182 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14183 "passed directly through to the appliance once it is launched."
14184 msgstr ""
14185
14186 #. type: textblock
14187 #: ../src/guestfs-actions.pod:5558
14188 msgid ""
14189 "One consequence of this is that log messages aren't caught by the library "
14190 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14191 "stdout."
14192 msgstr ""
14193
14194 #. type: textblock
14195 #: ../src/guestfs-actions.pod:5562 ../fish/guestfish-actions.pod:3707
14196 msgid "You probably don't want to use this unless you know what you are doing."
14197 msgstr ""
14198
14199 #. type: textblock
14200 #: ../src/guestfs-actions.pod:5565 ../fish/guestfish-actions.pod:3710
14201 msgid "The default is disabled."
14202 msgstr ""
14203
14204 #. type: =head2
14205 #: ../src/guestfs-actions.pod:5571
14206 msgid "guestfs_set_e2label"
14207 msgstr ""
14208
14209 #. type: verbatim
14210 #: ../src/guestfs-actions.pod:5573
14211 #, no-wrap
14212 msgid ""
14213 " int\n"
14214 " guestfs_set_e2label (guestfs_h *g,\n"
14215 "                      const char *device,\n"
14216 "                      const char *label);\n"
14217 "\n"
14218 msgstr ""
14219
14220 #. type: textblock
14221 #: ../src/guestfs-actions.pod:5578 ../fish/guestfish-actions.pod:3716
14222 msgid ""
14223 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14224 "C<label>.  Filesystem labels are limited to 16 characters."
14225 msgstr ""
14226
14227 #. type: textblock
14228 #: ../src/guestfs-actions.pod:5582
14229 msgid ""
14230 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14231 "the existing label on a filesystem."
14232 msgstr ""
14233
14234 #. type: =head2
14235 #: ../src/guestfs-actions.pod:5589
14236 msgid "guestfs_set_e2uuid"
14237 msgstr ""
14238
14239 #. type: verbatim
14240 #: ../src/guestfs-actions.pod:5591
14241 #, no-wrap
14242 msgid ""
14243 " int\n"
14244 " guestfs_set_e2uuid (guestfs_h *g,\n"
14245 "                     const char *device,\n"
14246 "                     const char *uuid);\n"
14247 "\n"
14248 msgstr ""
14249
14250 #. type: textblock
14251 #: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3727
14252 msgid ""
14253 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14254 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14255 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14256 msgstr ""
14257
14258 #. type: textblock
14259 #: ../src/guestfs-actions.pod:5601
14260 msgid ""
14261 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14262 "the existing UUID of a filesystem."
14263 msgstr ""
14264
14265 #. type: =head2
14266 #: ../src/guestfs-actions.pod:5608
14267 msgid "guestfs_set_memsize"
14268 msgstr ""
14269
14270 #. type: verbatim
14271 #: ../src/guestfs-actions.pod:5610
14272 #, no-wrap
14273 msgid ""
14274 " int\n"
14275 " guestfs_set_memsize (guestfs_h *g,\n"
14276 "                      int memsize);\n"
14277 "\n"
14278 msgstr ""
14279
14280 #. type: textblock
14281 #: ../src/guestfs-actions.pod:5614
14282 msgid ""
14283 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14284 "This only has any effect if called before C<guestfs_launch>."
14285 msgstr ""
14286
14287 #. type: textblock
14288 #: ../src/guestfs-actions.pod:5618 ../fish/guestfish-actions.pod:3745
14289 msgid ""
14290 "You can also change this by setting the environment variable "
14291 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14292 msgstr ""
14293
14294 #. type: =head2
14295 #: ../src/guestfs-actions.pod:5629
14296 msgid "guestfs_set_network"
14297 msgstr ""
14298
14299 #. type: verbatim
14300 #: ../src/guestfs-actions.pod:5631
14301 #, no-wrap
14302 msgid ""
14303 " int\n"
14304 " guestfs_set_network (guestfs_h *g,\n"
14305 "                      int network);\n"
14306 "\n"
14307 msgstr ""
14308
14309 #. type: textblock
14310 #: ../src/guestfs-actions.pod:5635 ../fish/guestfish-actions.pod:3758
14311 msgid ""
14312 "If C<network> is true, then the network is enabled in the libguestfs "
14313 "appliance.  The default is false."
14314 msgstr ""
14315
14316 #. type: textblock
14317 #: ../src/guestfs-actions.pod:5638 ../fish/guestfish-actions.pod:3761
14318 msgid ""
14319 "This affects whether commands are able to access the network (see "
14320 "L<guestfs(3)/RUNNING COMMANDS>)."
14321 msgstr ""
14322
14323 #. type: textblock
14324 #: ../src/guestfs-actions.pod:5641
14325 msgid ""
14326 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14327 "effect."
14328 msgstr ""
14329
14330 #. type: =head2
14331 #: ../src/guestfs-actions.pod:5648
14332 msgid "guestfs_set_path"
14333 msgstr ""
14334
14335 #. type: verbatim
14336 #: ../src/guestfs-actions.pod:5650
14337 #, no-wrap
14338 msgid ""
14339 " int\n"
14340 " guestfs_set_path (guestfs_h *g,\n"
14341 "                   const char *searchpath);\n"
14342 "\n"
14343 msgstr ""
14344
14345 #. type: textblock
14346 #: ../src/guestfs-actions.pod:5654 ../fish/guestfish-actions.pod:3773
14347 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14348 msgstr ""
14349
14350 #. type: textblock
14351 #: ../src/guestfs-actions.pod:5656 ../fish/guestfish-actions.pod:3775
14352 msgid ""
14353 "The default is C<$libdir/guestfs> unless overridden by setting "
14354 "C<LIBGUESTFS_PATH> environment variable."
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:5659 ../fish/guestfish-actions.pod:3778
14359 msgid "Setting C<path> to C<NULL> restores the default path."
14360 msgstr ""
14361
14362 #. type: =head2
14363 #: ../src/guestfs-actions.pod:5665
14364 msgid "guestfs_set_qemu"
14365 msgstr ""
14366
14367 #. type: verbatim
14368 #: ../src/guestfs-actions.pod:5667
14369 #, no-wrap
14370 msgid ""
14371 " int\n"
14372 " guestfs_set_qemu (guestfs_h *g,\n"
14373 "                   const char *qemu);\n"
14374 "\n"
14375 msgstr ""
14376
14377 #. type: textblock
14378 #: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3786
14379 msgid "Set the qemu binary that we will use."
14380 msgstr ""
14381
14382 #. type: textblock
14383 #: ../src/guestfs-actions.pod:5673 ../fish/guestfish-actions.pod:3788
14384 msgid "The default is chosen when the library was compiled by the configure script."
14385 msgstr ""
14386
14387 #. type: textblock
14388 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3791
14389 msgid ""
14390 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14391 "variable."
14392 msgstr ""
14393
14394 #. type: textblock
14395 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
14396 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14397 msgstr ""
14398
14399 #. type: textblock
14400 #: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3796
14401 msgid ""
14402 "Note that you should call this function as early as possible after creating "
14403 "the handle.  This is because some pre-launch operations depend on testing "
14404 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14405 "don't retest features, and so you might see inconsistent results.  Using the "
14406 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14407 "the qemu binary at the same time as the handle is created."
14408 msgstr ""
14409
14410 #. type: =head2
14411 #: ../src/guestfs-actions.pod:5693
14412 msgid "guestfs_set_recovery_proc"
14413 msgstr ""
14414
14415 #. type: verbatim
14416 #: ../src/guestfs-actions.pod:5695
14417 #, no-wrap
14418 msgid ""
14419 " int\n"
14420 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14421 "                            int recoveryproc);\n"
14422 "\n"
14423 msgstr ""
14424
14425 #. type: textblock
14426 #: ../src/guestfs-actions.pod:5699
14427 msgid ""
14428 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14429 "not create a recovery process.  The purpose of the recovery process is to "
14430 "stop runaway qemu processes in the case where the main program aborts "
14431 "abruptly."
14432 msgstr ""
14433
14434 #. type: textblock
14435 #: ../src/guestfs-actions.pod:5704
14436 msgid ""
14437 "This only has any effect if called before C<guestfs_launch>, and the default "
14438 "is true."
14439 msgstr ""
14440
14441 #. type: textblock
14442 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3818
14443 msgid ""
14444 "About the only time when you would want to disable this is if the main "
14445 "process will fork itself into the background (\"daemonize\" itself).  In "
14446 "this case the recovery process thinks that the main program has disappeared "
14447 "and so kills qemu, which is not very helpful."
14448 msgstr ""
14449
14450 #. type: =head2
14451 #: ../src/guestfs-actions.pod:5717
14452 msgid "guestfs_set_selinux"
14453 msgstr ""
14454
14455 #. type: verbatim
14456 #: ../src/guestfs-actions.pod:5719
14457 #, no-wrap
14458 msgid ""
14459 " int\n"
14460 " guestfs_set_selinux (guestfs_h *g,\n"
14461 "                      int selinux);\n"
14462 "\n"
14463 msgstr ""
14464
14465 #. type: textblock
14466 #: ../src/guestfs-actions.pod:5723 ../fish/guestfish-actions.pod:3830
14467 msgid ""
14468 "This sets the selinux flag that is passed to the appliance at boot time.  "
14469 "The default is C<selinux=0> (disabled)."
14470 msgstr ""
14471
14472 #. type: textblock
14473 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3833
14474 msgid ""
14475 "Note that if SELinux is enabled, it is always in Permissive mode "
14476 "(C<enforcing=0>)."
14477 msgstr ""
14478
14479 #. type: =head2
14480 #: ../src/guestfs-actions.pod:5736
14481 msgid "guestfs_set_trace"
14482 msgstr ""
14483
14484 #. type: verbatim
14485 #: ../src/guestfs-actions.pod:5738
14486 #, no-wrap
14487 msgid ""
14488 " int\n"
14489 " guestfs_set_trace (guestfs_h *g,\n"
14490 "                    int trace);\n"
14491 "\n"
14492 msgstr ""
14493
14494 #. type: textblock
14495 #: ../src/guestfs-actions.pod:5742 ../fish/guestfish-actions.pod:3845
14496 msgid ""
14497 "If the command trace flag is set to 1, then commands are printed on stderr "
14498 "before they are executed in a format which is very similar to the one used "
14499 "by guestfish.  In other words, you can run a program with this enabled, and "
14500 "you will get out a script which you can feed to guestfish to perform the "
14501 "same set of actions."
14502 msgstr ""
14503
14504 #. type: textblock
14505 #: ../src/guestfs-actions.pod:5749 ../fish/guestfish-actions.pod:3852
14506 msgid ""
14507 "If you want to trace C API calls into libguestfs (and other libraries) then "
14508 "possibly a better way is to use the external ltrace(1) command."
14509 msgstr ""
14510
14511 #. type: textblock
14512 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3856
14513 msgid ""
14514 "Command traces are disabled unless the environment variable "
14515 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14516 msgstr ""
14517
14518 #. type: =head2
14519 #: ../src/guestfs-actions.pod:5760
14520 msgid "guestfs_set_verbose"
14521 msgstr ""
14522
14523 #. type: verbatim
14524 #: ../src/guestfs-actions.pod:5762
14525 #, no-wrap
14526 msgid ""
14527 " int\n"
14528 " guestfs_set_verbose (guestfs_h *g,\n"
14529 "                      int verbose);\n"
14530 "\n"
14531 msgstr ""
14532
14533 #. type: textblock
14534 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3865
14535 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14536 msgstr ""
14537
14538 #. type: textblock
14539 #: ../src/guestfs-actions.pod:5768 ../fish/guestfish-actions.pod:3867
14540 msgid ""
14541 "Verbose messages are disabled unless the environment variable "
14542 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14543 msgstr ""
14544
14545 #. type: =head2
14546 #: ../src/guestfs-actions.pod:5775
14547 msgid "guestfs_setcon"
14548 msgstr ""
14549
14550 #. type: verbatim
14551 #: ../src/guestfs-actions.pod:5777
14552 #, no-wrap
14553 msgid ""
14554 " int\n"
14555 " guestfs_setcon (guestfs_h *g,\n"
14556 "                 const char *context);\n"
14557 "\n"
14558 msgstr ""
14559
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:5781 ../fish/guestfish-actions.pod:3874
14562 msgid ""
14563 "This sets the SELinux security context of the daemon to the string "
14564 "C<context>."
14565 msgstr ""
14566
14567 #. type: textblock
14568 #: ../src/guestfs-actions.pod:5784 ../fish/guestfish-actions.pod:3877
14569 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14570 msgstr ""
14571
14572 #. type: =head2
14573 #: ../src/guestfs-actions.pod:5790
14574 msgid "guestfs_setxattr"
14575 msgstr ""
14576
14577 #. type: verbatim
14578 #: ../src/guestfs-actions.pod:5792
14579 #, no-wrap
14580 msgid ""
14581 " int\n"
14582 " guestfs_setxattr (guestfs_h *g,\n"
14583 "                   const char *xattr,\n"
14584 "                   const char *val,\n"
14585 "                   int vallen,\n"
14586 "                   const char *path);\n"
14587 "\n"
14588 msgstr ""
14589
14590 #. type: textblock
14591 #: ../src/guestfs-actions.pod:5799 ../fish/guestfish-actions.pod:3883
14592 msgid ""
14593 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14594 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14595 msgstr ""
14596
14597 #. type: textblock
14598 #: ../src/guestfs-actions.pod:5803
14599 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
14600 msgstr ""
14601
14602 #. type: =head2
14603 #: ../src/guestfs-actions.pod:5809
14604 msgid "guestfs_sfdisk"
14605 msgstr ""
14606
14607 #. type: verbatim
14608 #: ../src/guestfs-actions.pod:5811
14609 #, no-wrap
14610 msgid ""
14611 " int\n"
14612 " guestfs_sfdisk (guestfs_h *g,\n"
14613 "                 const char *device,\n"
14614 "                 int cyls,\n"
14615 "                 int heads,\n"
14616 "                 int sectors,\n"
14617 "                 char *const *lines);\n"
14618 "\n"
14619 msgstr ""
14620
14621 #. type: textblock
14622 #: ../src/guestfs-actions.pod:5819 ../fish/guestfish-actions.pod:3893
14623 msgid ""
14624 "This is a direct interface to the L<sfdisk(8)> program for creating "
14625 "partitions on block devices."
14626 msgstr ""
14627
14628 #. type: textblock
14629 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3896
14630 msgid "C<device> should be a block device, for example C</dev/sda>."
14631 msgstr ""
14632
14633 #. type: textblock
14634 #: ../src/guestfs-actions.pod:5824 ../fish/guestfish-actions.pod:3898
14635 msgid ""
14636 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14637 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
14638 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14639 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14640 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14641 "the kernel) cannot work out the right geometry and you will need to tell it."
14642 msgstr ""
14643
14644 #. type: textblock
14645 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3906
14646 msgid ""
14647 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14648 "refer to the L<sfdisk(8)> manpage."
14649 msgstr ""
14650
14651 #. type: textblock
14652 #: ../src/guestfs-actions.pod:5835 ../fish/guestfish-actions.pod:3909
14653 msgid ""
14654 "To create a single partition occupying the whole disk, you would pass "
14655 "C<lines> as a single element list, when the single element being the string "
14656 "C<,> (comma)."
14657 msgstr ""
14658
14659 #. type: textblock
14660 #: ../src/guestfs-actions.pod:5839
14661 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
14662 msgstr ""
14663
14664 #. type: =head2
14665 #: ../src/guestfs-actions.pod:5849
14666 msgid "guestfs_sfdiskM"
14667 msgstr ""
14668
14669 #. type: verbatim
14670 #: ../src/guestfs-actions.pod:5851
14671 #, no-wrap
14672 msgid ""
14673 " int\n"
14674 " guestfs_sfdiskM (guestfs_h *g,\n"
14675 "                  const char *device,\n"
14676 "                  char *const *lines);\n"
14677 "\n"
14678 msgstr ""
14679
14680 #. type: textblock
14681 #: ../src/guestfs-actions.pod:5856
14682 msgid ""
14683 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
14684 "partition sizes are specified in megabytes only (rounded to the nearest "
14685 "cylinder) and you don't need to specify the cyls, heads and sectors "
14686 "parameters which were rarely if ever used anyway."
14687 msgstr ""
14688
14689 #. type: textblock
14690 #: ../src/guestfs-actions.pod:5862
14691 msgid ""
14692 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
14693 "C<guestfs_part_disk>"
14694 msgstr ""
14695
14696 #. type: =head2
14697 #: ../src/guestfs-actions.pod:5872
14698 msgid "guestfs_sfdisk_N"
14699 msgstr ""
14700
14701 #. type: verbatim
14702 #: ../src/guestfs-actions.pod:5874
14703 #, no-wrap
14704 msgid ""
14705 " int\n"
14706 " guestfs_sfdisk_N (guestfs_h *g,\n"
14707 "                   const char *device,\n"
14708 "                   int partnum,\n"
14709 "                   int cyls,\n"
14710 "                   int heads,\n"
14711 "                   int sectors,\n"
14712 "                   const char *line);\n"
14713 "\n"
14714 msgstr ""
14715
14716 #. type: textblock
14717 #: ../src/guestfs-actions.pod:5883 ../fish/guestfish-actions.pod:3939
14718 msgid ""
14719 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14720 "(note: C<n> counts from 1)."
14721 msgstr ""
14722
14723 #. type: textblock
14724 #: ../src/guestfs-actions.pod:5886
14725 msgid ""
14726 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
14727 "for the cyls/heads/sectors parameters."
14728 msgstr ""
14729
14730 #. type: textblock
14731 #: ../src/guestfs-actions.pod:5889
14732 msgid "See also: C<guestfs_part_add>"
14733 msgstr ""
14734
14735 #. type: =head2
14736 #: ../src/guestfs-actions.pod:5898
14737 msgid "guestfs_sfdisk_disk_geometry"
14738 msgstr ""
14739
14740 #. type: verbatim
14741 #: ../src/guestfs-actions.pod:5900
14742 #, no-wrap
14743 msgid ""
14744 " char *\n"
14745 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
14746 "                               const char *device);\n"
14747 "\n"
14748 msgstr ""
14749
14750 #. type: textblock
14751 #: ../src/guestfs-actions.pod:5904
14752 msgid ""
14753 "This displays the disk geometry of C<device> read from the partition table.  "
14754 "Especially in the case where the underlying block device has been resized, "
14755 "this can be different from the kernel's idea of the geometry (see "
14756 "C<guestfs_sfdisk_kernel_geometry>)."
14757 msgstr ""
14758
14759 #. type: textblock
14760 #: ../src/guestfs-actions.pod:5909 ../src/guestfs-actions.pod:5925 ../fish/guestfish-actions.pod:3959 ../fish/guestfish-actions.pod:3968
14761 msgid "The result is in human-readable format, and not designed to be parsed."
14762 msgstr ""
14763
14764 #. type: =head2
14765 #: ../src/guestfs-actions.pod:5917
14766 msgid "guestfs_sfdisk_kernel_geometry"
14767 msgstr ""
14768
14769 #. type: verbatim
14770 #: ../src/guestfs-actions.pod:5919
14771 #, no-wrap
14772 msgid ""
14773 " char *\n"
14774 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
14775 "                                 const char *device);\n"
14776 "\n"
14777 msgstr ""
14778
14779 #. type: textblock
14780 #: ../src/guestfs-actions.pod:5923 ../fish/guestfish-actions.pod:3966
14781 msgid "This displays the kernel's idea of the geometry of C<device>."
14782 msgstr ""
14783
14784 #. type: =head2
14785 #: ../src/guestfs-actions.pod:5933
14786 msgid "guestfs_sfdisk_l"
14787 msgstr ""
14788
14789 #. type: verbatim
14790 #: ../src/guestfs-actions.pod:5935
14791 #, no-wrap
14792 msgid ""
14793 " char *\n"
14794 " guestfs_sfdisk_l (guestfs_h *g,\n"
14795 "                   const char *device);\n"
14796 "\n"
14797 msgstr ""
14798
14799 #. type: textblock
14800 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:3975
14801 msgid ""
14802 "This displays the partition table on C<device>, in the human-readable output "
14803 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14804 msgstr ""
14805
14806 #. type: textblock
14807 #: ../src/guestfs-actions.pod:5943
14808 msgid "See also: C<guestfs_part_list>"
14809 msgstr ""
14810
14811 #. type: =head2
14812 #: ../src/guestfs-actions.pod:5950
14813 msgid "guestfs_sh"
14814 msgstr ""
14815
14816 #. type: verbatim
14817 #: ../src/guestfs-actions.pod:5952
14818 #, no-wrap
14819 msgid ""
14820 " char *\n"
14821 " guestfs_sh (guestfs_h *g,\n"
14822 "             const char *command);\n"
14823 "\n"
14824 msgstr ""
14825
14826 #. type: textblock
14827 #: ../src/guestfs-actions.pod:5956 ../fish/guestfish-actions.pod:3985
14828 msgid ""
14829 "This call runs a command from the guest filesystem via the guest's "
14830 "C</bin/sh>."
14831 msgstr ""
14832
14833 #. type: textblock
14834 #: ../src/guestfs-actions.pod:5959
14835 msgid "This is like C<guestfs_command>, but passes the command to:"
14836 msgstr ""
14837
14838 #. type: verbatim
14839 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:3990
14840 #, no-wrap
14841 msgid ""
14842 " /bin/sh -c \"command\"\n"
14843 "\n"
14844 msgstr ""
14845
14846 #. type: textblock
14847 #: ../src/guestfs-actions.pod:5963 ../fish/guestfish-actions.pod:3992
14848 msgid ""
14849 "Depending on the guest's shell, this usually results in wildcards being "
14850 "expanded, shell expressions being interpolated and so on."
14851 msgstr ""
14852
14853 #. type: textblock
14854 #: ../src/guestfs-actions.pod:5967
14855 msgid "All the provisos about C<guestfs_command> apply to this call."
14856 msgstr ""
14857
14858 #. type: =head2
14859 #: ../src/guestfs-actions.pod:5974
14860 msgid "guestfs_sh_lines"
14861 msgstr ""
14862
14863 #. type: verbatim
14864 #: ../src/guestfs-actions.pod:5976
14865 #, no-wrap
14866 msgid ""
14867 " char **\n"
14868 " guestfs_sh_lines (guestfs_h *g,\n"
14869 "                   const char *command);\n"
14870 "\n"
14871 msgstr ""
14872
14873 #. type: textblock
14874 #: ../src/guestfs-actions.pod:5980
14875 msgid ""
14876 "This is the same as C<guestfs_sh>, but splits the result into a list of "
14877 "lines."
14878 msgstr ""
14879
14880 #. type: textblock
14881 #: ../src/guestfs-actions.pod:5983
14882 msgid "See also: C<guestfs_command_lines>"
14883 msgstr ""
14884
14885 #. type: =head2
14886 #: ../src/guestfs-actions.pod:5991
14887 msgid "guestfs_sleep"
14888 msgstr ""
14889
14890 #. type: verbatim
14891 #: ../src/guestfs-actions.pod:5993
14892 #, no-wrap
14893 msgid ""
14894 " int\n"
14895 " guestfs_sleep (guestfs_h *g,\n"
14896 "                int secs);\n"
14897 "\n"
14898 msgstr ""
14899
14900 #. type: textblock
14901 #: ../src/guestfs-actions.pod:5997 ../fish/guestfish-actions.pod:4011
14902 msgid "Sleep for C<secs> seconds."
14903 msgstr ""
14904
14905 #. type: textblock
14906 #: ../src/guestfs-actions.pod:6001
14907 msgid "(Added in 1.0.41)"
14908 msgstr ""
14909
14910 #. type: =head2
14911 #: ../src/guestfs-actions.pod:6003 ../src/guestfs-structs.pod:109
14912 msgid "guestfs_stat"
14913 msgstr ""
14914
14915 #. type: verbatim
14916 #: ../src/guestfs-actions.pod:6005
14917 #, no-wrap
14918 msgid ""
14919 " struct guestfs_stat *\n"
14920 " guestfs_stat (guestfs_h *g,\n"
14921 "               const char *path);\n"
14922 "\n"
14923 msgstr ""
14924
14925 #. type: textblock
14926 #: ../src/guestfs-actions.pod:6011 ../fish/guestfish-actions.pod:4019
14927 msgid "This is the same as the C<stat(2)> system call."
14928 msgstr ""
14929
14930 #. type: =head2
14931 #: ../src/guestfs-actions.pod:6019 ../src/guestfs-structs.pod:135
14932 msgid "guestfs_statvfs"
14933 msgstr ""
14934
14935 #. type: verbatim
14936 #: ../src/guestfs-actions.pod:6021
14937 #, no-wrap
14938 msgid ""
14939 " struct guestfs_statvfs *\n"
14940 " guestfs_statvfs (guestfs_h *g,\n"
14941 "                  const char *path);\n"
14942 "\n"
14943 msgstr ""
14944
14945 #. type: textblock
14946 #: ../src/guestfs-actions.pod:6025 ../fish/guestfish-actions.pod:4025
14947 msgid ""
14948 "Returns file system statistics for any mounted file system.  C<path> should "
14949 "be a file or directory in the mounted file system (typically it is the mount "
14950 "point itself, but it doesn't need to be)."
14951 msgstr ""
14952
14953 #. type: textblock
14954 #: ../src/guestfs-actions.pod:6029 ../fish/guestfish-actions.pod:4029
14955 msgid "This is the same as the C<statvfs(2)> system call."
14956 msgstr ""
14957
14958 #. type: textblock
14959 #: ../src/guestfs-actions.pod:6031
14960 msgid ""
14961 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
14962 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
14963 msgstr ""
14964
14965 #. type: =head2
14966 #: ../src/guestfs-actions.pod:6037
14967 msgid "guestfs_strings"
14968 msgstr ""
14969
14970 #. type: verbatim
14971 #: ../src/guestfs-actions.pod:6039
14972 #, no-wrap
14973 msgid ""
14974 " char **\n"
14975 " guestfs_strings (guestfs_h *g,\n"
14976 "                  const char *path);\n"
14977 "\n"
14978 msgstr ""
14979
14980 #. type: textblock
14981 #: ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:4035
14982 msgid ""
14983 "This runs the L<strings(1)> command on a file and returns the list of "
14984 "printable strings found."
14985 msgstr ""
14986
14987 #. type: =head2
14988 #: ../src/guestfs-actions.pod:6055
14989 msgid "guestfs_strings_e"
14990 msgstr ""
14991
14992 #. type: verbatim
14993 #: ../src/guestfs-actions.pod:6057
14994 #, no-wrap
14995 msgid ""
14996 " char **\n"
14997 " guestfs_strings_e (guestfs_h *g,\n"
14998 "                    const char *encoding,\n"
14999 "                    const char *path);\n"
15000 "\n"
15001 msgstr ""
15002
15003 #. type: textblock
15004 #: ../src/guestfs-actions.pod:6062
15005 msgid ""
15006 "This is like the C<guestfs_strings> command, but allows you to specify the "
15007 "encoding of strings that are looked for in the source file C<path>."
15008 msgstr ""
15009
15010 #. type: textblock
15011 #: ../src/guestfs-actions.pod:6066 ../fish/guestfish-actions.pod:4049
15012 msgid "Allowed encodings are:"
15013 msgstr ""
15014
15015 #. type: =item
15016 #: ../src/guestfs-actions.pod:6070 ../fish/guestfish-actions.pod:4053
15017 msgid "s"
15018 msgstr ""
15019
15020 #. type: textblock
15021 #: ../src/guestfs-actions.pod:6072
15022 msgid ""
15023 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15024 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15025 msgstr ""
15026
15027 #. type: =item
15028 #: ../src/guestfs-actions.pod:6075 ../fish/guestfish-actions.pod:4058
15029 msgid "S"
15030 msgstr ""
15031
15032 #. type: textblock
15033 #: ../src/guestfs-actions.pod:6077 ../fish/guestfish-actions.pod:4060
15034 msgid "Single 8-bit-byte characters."
15035 msgstr ""
15036
15037 #. type: =item
15038 #: ../src/guestfs-actions.pod:6079 ../fish/guestfish-actions.pod:4062
15039 msgid "b"
15040 msgstr ""
15041
15042 #. type: textblock
15043 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
15044 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15045 msgstr ""
15046
15047 #. type: =item
15048 #: ../src/guestfs-actions.pod:6084 ../fish/guestfish-actions.pod:4067
15049 msgid "l (lower case letter L)"
15050 msgstr ""
15051
15052 #. type: textblock
15053 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4069
15054 msgid ""
15055 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15056 "examining binaries in Windows guests."
15057 msgstr ""
15058
15059 #. type: =item
15060 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4072
15061 msgid "B"
15062 msgstr ""
15063
15064 #. type: textblock
15065 #: ../src/guestfs-actions.pod:6091 ../fish/guestfish-actions.pod:4074
15066 msgid "32-bit big endian such as UCS-4BE."
15067 msgstr ""
15068
15069 #. type: =item
15070 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
15071 msgid "L"
15072 msgstr ""
15073
15074 #. type: textblock
15075 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
15076 msgid "32-bit little endian such as UCS-4LE."
15077 msgstr ""
15078
15079 #. type: textblock
15080 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
15081 msgid "The returned strings are transcoded to UTF-8."
15082 msgstr ""
15083
15084 #. type: =head2
15085 #: ../src/guestfs-actions.pod:6110
15086 msgid "guestfs_swapoff_device"
15087 msgstr ""
15088
15089 #. type: verbatim
15090 #: ../src/guestfs-actions.pod:6112
15091 #, no-wrap
15092 msgid ""
15093 " int\n"
15094 " guestfs_swapoff_device (guestfs_h *g,\n"
15095 "                         const char *device);\n"
15096 "\n"
15097 msgstr ""
15098
15099 #. type: textblock
15100 #: ../src/guestfs-actions.pod:6116
15101 msgid ""
15102 "This command disables the libguestfs appliance swap device or partition "
15103 "named C<device>.  See C<guestfs_swapon_device>."
15104 msgstr ""
15105
15106 #. type: =head2
15107 #: ../src/guestfs-actions.pod:6124
15108 msgid "guestfs_swapoff_file"
15109 msgstr ""
15110
15111 #. type: verbatim
15112 #: ../src/guestfs-actions.pod:6126
15113 #, no-wrap
15114 msgid ""
15115 " int\n"
15116 " guestfs_swapoff_file (guestfs_h *g,\n"
15117 "                       const char *file);\n"
15118 "\n"
15119 msgstr ""
15120
15121 #. type: textblock
15122 #: ../src/guestfs-actions.pod:6130 ../fish/guestfish-actions.pod:4099
15123 msgid "This command disables the libguestfs appliance swap on file."
15124 msgstr ""
15125
15126 #. type: =head2
15127 #: ../src/guestfs-actions.pod:6136
15128 msgid "guestfs_swapoff_label"
15129 msgstr ""
15130
15131 #. type: verbatim
15132 #: ../src/guestfs-actions.pod:6138
15133 #, no-wrap
15134 msgid ""
15135 " int\n"
15136 " guestfs_swapoff_label (guestfs_h *g,\n"
15137 "                        const char *label);\n"
15138 "\n"
15139 msgstr ""
15140
15141 #. type: textblock
15142 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4105
15143 msgid ""
15144 "This command disables the libguestfs appliance swap on labeled swap "
15145 "partition."
15146 msgstr ""
15147
15148 #. type: =head2
15149 #: ../src/guestfs-actions.pod:6149
15150 msgid "guestfs_swapoff_uuid"
15151 msgstr ""
15152
15153 #. type: verbatim
15154 #: ../src/guestfs-actions.pod:6151
15155 #, no-wrap
15156 msgid ""
15157 " int\n"
15158 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15159 "                       const char *uuid);\n"
15160 "\n"
15161 msgstr ""
15162
15163 #. type: textblock
15164 #: ../src/guestfs-actions.pod:6155 ../fish/guestfish-actions.pod:4112
15165 msgid ""
15166 "This command disables the libguestfs appliance swap partition with the given "
15167 "UUID."
15168 msgstr ""
15169
15170 #. type: =head2
15171 #: ../src/guestfs-actions.pod:6162
15172 msgid "guestfs_swapon_device"
15173 msgstr ""
15174
15175 #. type: verbatim
15176 #: ../src/guestfs-actions.pod:6164
15177 #, no-wrap
15178 msgid ""
15179 " int\n"
15180 " guestfs_swapon_device (guestfs_h *g,\n"
15181 "                        const char *device);\n"
15182 "\n"
15183 msgstr ""
15184
15185 #. type: textblock
15186 #: ../src/guestfs-actions.pod:6168
15187 msgid ""
15188 "This command enables the libguestfs appliance to use the swap device or "
15189 "partition named C<device>.  The increased memory is made available for all "
15190 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15191 msgstr ""
15192
15193 #. type: textblock
15194 #: ../src/guestfs-actions.pod:6173 ../fish/guestfish-actions.pod:4124
15195 msgid ""
15196 "Note that you should not swap to existing guest swap partitions unless you "
15197 "know what you are doing.  They may contain hibernation information, or other "
15198 "information that the guest doesn't want you to trash.  You also risk leaking "
15199 "information about the host to the guest this way.  Instead, attach a new "
15200 "host device to the guest and swap on that."
15201 msgstr ""
15202
15203 #. type: =head2
15204 #: ../src/guestfs-actions.pod:6184
15205 msgid "guestfs_swapon_file"
15206 msgstr ""
15207
15208 #. type: verbatim
15209 #: ../src/guestfs-actions.pod:6186
15210 #, no-wrap
15211 msgid ""
15212 " int\n"
15213 " guestfs_swapon_file (guestfs_h *g,\n"
15214 "                      const char *file);\n"
15215 "\n"
15216 msgstr ""
15217
15218 #. type: textblock
15219 #: ../src/guestfs-actions.pod:6190
15220 msgid ""
15221 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15222 "notes."
15223 msgstr ""
15224
15225 #. type: =head2
15226 #: ../src/guestfs-actions.pod:6197
15227 msgid "guestfs_swapon_label"
15228 msgstr ""
15229
15230 #. type: verbatim
15231 #: ../src/guestfs-actions.pod:6199
15232 #, no-wrap
15233 msgid ""
15234 " int\n"
15235 " guestfs_swapon_label (guestfs_h *g,\n"
15236 "                       const char *label);\n"
15237 "\n"
15238 msgstr ""
15239
15240 #. type: textblock
15241 #: ../src/guestfs-actions.pod:6203
15242 msgid ""
15243 "This command enables swap to a labeled swap partition.  See "
15244 "C<guestfs_swapon_device> for other notes."
15245 msgstr ""
15246
15247 #. type: =head2
15248 #: ../src/guestfs-actions.pod:6210
15249 msgid "guestfs_swapon_uuid"
15250 msgstr ""
15251
15252 #. type: verbatim
15253 #: ../src/guestfs-actions.pod:6212
15254 #, no-wrap
15255 msgid ""
15256 " int\n"
15257 " guestfs_swapon_uuid (guestfs_h *g,\n"
15258 "                      const char *uuid);\n"
15259 "\n"
15260 msgstr ""
15261
15262 #. type: textblock
15263 #: ../src/guestfs-actions.pod:6216
15264 msgid ""
15265 "This command enables swap to a swap partition with the given UUID.  See "
15266 "C<guestfs_swapon_device> for other notes."
15267 msgstr ""
15268
15269 #. type: =head2
15270 #: ../src/guestfs-actions.pod:6223
15271 msgid "guestfs_sync"
15272 msgstr ""
15273
15274 #. type: verbatim
15275 #: ../src/guestfs-actions.pod:6225
15276 #, no-wrap
15277 msgid ""
15278 " int\n"
15279 " guestfs_sync (guestfs_h *g);\n"
15280 "\n"
15281 msgstr ""
15282
15283 #. type: textblock
15284 #: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4156
15285 msgid ""
15286 "This syncs the disk, so that any writes are flushed through to the "
15287 "underlying disk image."
15288 msgstr ""
15289
15290 #. type: textblock
15291 #: ../src/guestfs-actions.pod:6231 ../fish/guestfish-actions.pod:4159
15292 msgid ""
15293 "You should always call this if you have modified a disk image, before "
15294 "closing the handle."
15295 msgstr ""
15296
15297 #. type: =head2
15298 #: ../src/guestfs-actions.pod:6238
15299 msgid "guestfs_tail"
15300 msgstr ""
15301
15302 #. type: verbatim
15303 #: ../src/guestfs-actions.pod:6240
15304 #, no-wrap
15305 msgid ""
15306 " char **\n"
15307 " guestfs_tail (guestfs_h *g,\n"
15308 "               const char *path);\n"
15309 "\n"
15310 msgstr ""
15311
15312 #. type: textblock
15313 #: ../src/guestfs-actions.pod:6244 ../fish/guestfish-actions.pod:4166
15314 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15315 msgstr ""
15316
15317 #. type: =head2
15318 #: ../src/guestfs-actions.pod:6256
15319 msgid "guestfs_tail_n"
15320 msgstr ""
15321
15322 #. type: verbatim
15323 #: ../src/guestfs-actions.pod:6258
15324 #, no-wrap
15325 msgid ""
15326 " char **\n"
15327 " guestfs_tail_n (guestfs_h *g,\n"
15328 "                 int nrlines,\n"
15329 "                 const char *path);\n"
15330 "\n"
15331 msgstr ""
15332
15333 #. type: textblock
15334 #: ../src/guestfs-actions.pod:6263 ../fish/guestfish-actions.pod:4176
15335 msgid ""
15336 "If the parameter C<nrlines> is a positive number, this returns the last "
15337 "C<nrlines> lines of the file C<path>."
15338 msgstr ""
15339
15340 #. type: textblock
15341 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4179
15342 msgid ""
15343 "If the parameter C<nrlines> is a negative number, this returns lines from "
15344 "the file C<path>, starting with the C<-nrlines>th line."
15345 msgstr ""
15346
15347 #. type: =head2
15348 #: ../src/guestfs-actions.pod:6280
15349 msgid "guestfs_tar_in"
15350 msgstr ""
15351
15352 #. type: verbatim
15353 #: ../src/guestfs-actions.pod:6282
15354 #, no-wrap
15355 msgid ""
15356 " int\n"
15357 " guestfs_tar_in (guestfs_h *g,\n"
15358 "                 const char *tarfile,\n"
15359 "                 const char *directory);\n"
15360 "\n"
15361 msgstr ""
15362
15363 #. type: textblock
15364 #: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4191
15365 msgid ""
15366 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15367 "tar file) into C<directory>."
15368 msgstr ""
15369
15370 #. type: textblock
15371 #: ../src/guestfs-actions.pod:6290
15372 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15373 msgstr ""
15374
15375 #. type: textblock
15376 #: ../src/guestfs-actions.pod:6295 ../src/guestfs-actions.pod:6312 ../src/guestfs-actions.pod:6328 ../src/guestfs-actions.pod:6344
15377 msgid "(Added in 1.0.3)"
15378 msgstr ""
15379
15380 #. type: =head2
15381 #: ../src/guestfs-actions.pod:6297
15382 msgid "guestfs_tar_out"
15383 msgstr ""
15384
15385 #. type: verbatim
15386 #: ../src/guestfs-actions.pod:6299
15387 #, no-wrap
15388 msgid ""
15389 " int\n"
15390 " guestfs_tar_out (guestfs_h *g,\n"
15391 "                  const char *directory,\n"
15392 "                  const char *tarfile);\n"
15393 "\n"
15394 msgstr ""
15395
15396 #. type: textblock
15397 #: ../src/guestfs-actions.pod:6304 ../fish/guestfish-actions.pod:4203
15398 msgid ""
15399 "This command packs the contents of C<directory> and downloads it to local "
15400 "file C<tarfile>."
15401 msgstr ""
15402
15403 #. type: textblock
15404 #: ../src/guestfs-actions.pod:6307
15405 msgid ""
15406 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15407 "C<guestfs_txz_out>."
15408 msgstr ""
15409
15410 #. type: =head2
15411 #: ../src/guestfs-actions.pod:6314
15412 msgid "guestfs_tgz_in"
15413 msgstr ""
15414
15415 #. type: verbatim
15416 #: ../src/guestfs-actions.pod:6316
15417 #, no-wrap
15418 msgid ""
15419 " int\n"
15420 " guestfs_tgz_in (guestfs_h *g,\n"
15421 "                 const char *tarball,\n"
15422 "                 const char *directory);\n"
15423 "\n"
15424 msgstr ""
15425
15426 #. type: textblock
15427 #: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4215
15428 msgid ""
15429 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15430 "tar file) into C<directory>."
15431 msgstr ""
15432
15433 #. type: textblock
15434 #: ../src/guestfs-actions.pod:6324
15435 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15436 msgstr ""
15437
15438 #. type: =head2
15439 #: ../src/guestfs-actions.pod:6330
15440 msgid "guestfs_tgz_out"
15441 msgstr ""
15442
15443 #. type: verbatim
15444 #: ../src/guestfs-actions.pod:6332
15445 #, no-wrap
15446 msgid ""
15447 " int\n"
15448 " guestfs_tgz_out (guestfs_h *g,\n"
15449 "                  const char *directory,\n"
15450 "                  const char *tarball);\n"
15451 "\n"
15452 msgstr ""
15453
15454 #. type: textblock
15455 #: ../src/guestfs-actions.pod:6337 ../fish/guestfish-actions.pod:4226
15456 msgid ""
15457 "This command packs the contents of C<directory> and downloads it to local "
15458 "file C<tarball>."
15459 msgstr ""
15460
15461 #. type: textblock
15462 #: ../src/guestfs-actions.pod:6340
15463 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15464 msgstr ""
15465
15466 #. type: =head2
15467 #: ../src/guestfs-actions.pod:6346
15468 msgid "guestfs_touch"
15469 msgstr ""
15470
15471 #. type: verbatim
15472 #: ../src/guestfs-actions.pod:6348
15473 #, no-wrap
15474 msgid ""
15475 " int\n"
15476 " guestfs_touch (guestfs_h *g,\n"
15477 "                const char *path);\n"
15478 "\n"
15479 msgstr ""
15480
15481 #. type: textblock
15482 #: ../src/guestfs-actions.pod:6352 ../fish/guestfish-actions.pod:4237
15483 msgid ""
15484 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15485 "timestamps on a file, or, if the file does not exist, to create a new "
15486 "zero-length file."
15487 msgstr ""
15488
15489 #. type: textblock
15490 #: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4241
15491 msgid ""
15492 "This command only works on regular files, and will fail on other file types "
15493 "such as directories, symbolic links, block special etc."
15494 msgstr ""
15495
15496 #. type: =head2
15497 #: ../src/guestfs-actions.pod:6363
15498 msgid "guestfs_truncate"
15499 msgstr ""
15500
15501 #. type: verbatim
15502 #: ../src/guestfs-actions.pod:6365
15503 #, no-wrap
15504 msgid ""
15505 " int\n"
15506 " guestfs_truncate (guestfs_h *g,\n"
15507 "                   const char *path);\n"
15508 "\n"
15509 msgstr ""
15510
15511 #. type: textblock
15512 #: ../src/guestfs-actions.pod:6369 ../fish/guestfish-actions.pod:4248
15513 msgid ""
15514 "This command truncates C<path> to a zero-length file.  The file must exist "
15515 "already."
15516 msgstr ""
15517
15518 #. type: =head2
15519 #: ../src/guestfs-actions.pod:6376
15520 msgid "guestfs_truncate_size"
15521 msgstr ""
15522
15523 #. type: verbatim
15524 #: ../src/guestfs-actions.pod:6378
15525 #, no-wrap
15526 msgid ""
15527 " int\n"
15528 " guestfs_truncate_size (guestfs_h *g,\n"
15529 "                        const char *path,\n"
15530 "                        int64_t size);\n"
15531 "\n"
15532 msgstr ""
15533
15534 #. type: textblock
15535 #: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4255
15536 msgid ""
15537 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15538 "already."
15539 msgstr ""
15540
15541 #. type: textblock
15542 #: ../src/guestfs-actions.pod:6386
15543 msgid ""
15544 "If the current file size is less than C<size> then the file is extended to "
15545 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15546 "blocks are not allocated for the file until you write to it).  To create a "
15547 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15548 msgstr ""
15549
15550 #. type: =head2
15551 #: ../src/guestfs-actions.pod:6396
15552 msgid "guestfs_tune2fs_l"
15553 msgstr ""
15554
15555 #. type: verbatim
15556 #: ../src/guestfs-actions.pod:6398
15557 #, no-wrap
15558 msgid ""
15559 " char **\n"
15560 " guestfs_tune2fs_l (guestfs_h *g,\n"
15561 "                    const char *device);\n"
15562 "\n"
15563 msgstr ""
15564
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:6402 ../fish/guestfish-actions.pod:4268
15567 msgid ""
15568 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15569 "C<device>."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:6405 ../fish/guestfish-actions.pod:4271
15574 msgid ""
15575 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15576 "for more details.  The list of fields returned isn't clearly defined, and "
15577 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15578 "and the filesystem itself."
15579 msgstr ""
15580
15581 #. type: =head2
15582 #: ../src/guestfs-actions.pod:6418
15583 msgid "guestfs_txz_in"
15584 msgstr ""
15585
15586 #. type: verbatim
15587 #: ../src/guestfs-actions.pod:6420
15588 #, no-wrap
15589 msgid ""
15590 " int\n"
15591 " guestfs_txz_in (guestfs_h *g,\n"
15592 "                 const char *tarball,\n"
15593 "                 const char *directory);\n"
15594 "\n"
15595 msgstr ""
15596
15597 #. type: textblock
15598 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4280
15599 msgid ""
15600 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15601 "tar file) into C<directory>."
15602 msgstr ""
15603
15604 #. type: =head2
15605 #: ../src/guestfs-actions.pod:6432
15606 msgid "guestfs_txz_out"
15607 msgstr ""
15608
15609 #. type: verbatim
15610 #: ../src/guestfs-actions.pod:6434
15611 #, no-wrap
15612 msgid ""
15613 " int\n"
15614 " guestfs_txz_out (guestfs_h *g,\n"
15615 "                  const char *directory,\n"
15616 "                  const char *tarball);\n"
15617 "\n"
15618 msgstr ""
15619
15620 #. type: textblock
15621 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4289
15622 msgid ""
15623 "This command packs the contents of C<directory> and downloads it to local "
15624 "file C<tarball> (as an xz compressed tar archive)."
15625 msgstr ""
15626
15627 #. type: =head2
15628 #: ../src/guestfs-actions.pod:6446
15629 msgid "guestfs_umask"
15630 msgstr ""
15631
15632 #. type: verbatim
15633 #: ../src/guestfs-actions.pod:6448
15634 #, no-wrap
15635 msgid ""
15636 " int\n"
15637 " guestfs_umask (guestfs_h *g,\n"
15638 "                int mask);\n"
15639 "\n"
15640 msgstr ""
15641
15642 #. type: textblock
15643 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4298
15644 msgid ""
15645 "This function sets the mask used for creating new files and device nodes to "
15646 "C<mask & 0777>."
15647 msgstr ""
15648
15649 #. type: textblock
15650 #: ../src/guestfs-actions.pod:6455 ../fish/guestfish-actions.pod:4301
15651 msgid ""
15652 "Typical umask values would be C<022> which creates new files with "
15653 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15654 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15655 msgstr ""
15656
15657 #. type: textblock
15658 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4306
15659 msgid ""
15660 "The default umask is C<022>.  This is important because it means that "
15661 "directories and device nodes will be created with C<0644> or C<0755> mode "
15662 "even if you specify C<0777>."
15663 msgstr ""
15664
15665 #. type: textblock
15666 #: ../src/guestfs-actions.pod:6464
15667 msgid ""
15668 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
15669 "C<guestfs_mkdir>."
15670 msgstr ""
15671
15672 #. type: textblock
15673 #: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4313
15674 msgid "This call returns the previous umask."
15675 msgstr ""
15676
15677 #. type: =head2
15678 #: ../src/guestfs-actions.pod:6473
15679 msgid "guestfs_umount"
15680 msgstr ""
15681
15682 #. type: verbatim
15683 #: ../src/guestfs-actions.pod:6475
15684 #, no-wrap
15685 msgid ""
15686 " int\n"
15687 " guestfs_umount (guestfs_h *g,\n"
15688 "                 const char *pathordevice);\n"
15689 "\n"
15690 msgstr ""
15691
15692 #. type: textblock
15693 #: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4321
15694 msgid ""
15695 "This unmounts the given filesystem.  The filesystem may be specified either "
15696 "by its mountpoint (path) or the device which contains the filesystem."
15697 msgstr ""
15698
15699 #. type: =head2
15700 #: ../src/guestfs-actions.pod:6487
15701 msgid "guestfs_umount_all"
15702 msgstr ""
15703
15704 #. type: verbatim
15705 #: ../src/guestfs-actions.pod:6489
15706 #, no-wrap
15707 msgid ""
15708 " int\n"
15709 " guestfs_umount_all (guestfs_h *g);\n"
15710 "\n"
15711 msgstr ""
15712
15713 #. type: textblock
15714 #: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4331
15715 msgid "This unmounts all mounted filesystems."
15716 msgstr ""
15717
15718 #. type: textblock
15719 #: ../src/guestfs-actions.pod:6494 ../fish/guestfish-actions.pod:4333
15720 msgid "Some internal mounts are not unmounted by this call."
15721 msgstr ""
15722
15723 #. type: =head2
15724 #: ../src/guestfs-actions.pod:6500
15725 msgid "guestfs_upload"
15726 msgstr ""
15727
15728 #. type: verbatim
15729 #: ../src/guestfs-actions.pod:6502
15730 #, no-wrap
15731 msgid ""
15732 " int\n"
15733 " guestfs_upload (guestfs_h *g,\n"
15734 "                 const char *filename,\n"
15735 "                 const char *remotefilename);\n"
15736 "\n"
15737 msgstr ""
15738
15739 #. type: textblock
15740 #: ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6531 ../fish/guestfish-actions.pod:4339 ../fish/guestfish-actions.pod:4352
15741 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15742 msgstr ""
15743
15744 #. type: textblock
15745 #: ../src/guestfs-actions.pod:6512
15746 msgid "See also C<guestfs_download>."
15747 msgstr ""
15748
15749 #. type: =head2
15750 #: ../src/guestfs-actions.pod:6523
15751 msgid "guestfs_upload_offset"
15752 msgstr ""
15753
15754 #. type: verbatim
15755 #: ../src/guestfs-actions.pod:6525
15756 #, no-wrap
15757 msgid ""
15758 " int\n"
15759 " guestfs_upload_offset (guestfs_h *g,\n"
15760 "                        const char *filename,\n"
15761 "                        const char *remotefilename,\n"
15762 "                        int64_t offset);\n"
15763 "\n"
15764 msgstr ""
15765
15766 #. type: textblock
15767 #: ../src/guestfs-actions.pod:6534 ../fish/guestfish-actions.pod:4355
15768 msgid ""
15769 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15770 "The intention is to overwrite parts of existing files or devices, although "
15771 "if a non-existant file is specified then it is created with a \"hole\" "
15772 "before C<offset>.  The size of the data written is implicit in the size of "
15773 "the source C<filename>."
15774 msgstr ""
15775
15776 #. type: textblock
15777 #: ../src/guestfs-actions.pod:6541
15778 msgid ""
15779 "Note that there is no limit on the amount of data that can be uploaded with "
15780 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
15781 "full amount unless an error occurs."
15782 msgstr ""
15783
15784 #. type: textblock
15785 #: ../src/guestfs-actions.pod:6546
15786 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
15787 msgstr ""
15788
15789 #. type: =head2
15790 #: ../src/guestfs-actions.pod:6557
15791 msgid "guestfs_utimens"
15792 msgstr ""
15793
15794 #. type: verbatim
15795 #: ../src/guestfs-actions.pod:6559
15796 #, no-wrap
15797 msgid ""
15798 " int\n"
15799 " guestfs_utimens (guestfs_h *g,\n"
15800 "                  const char *path,\n"
15801 "                  int64_t atsecs,\n"
15802 "                  int64_t atnsecs,\n"
15803 "                  int64_t mtsecs,\n"
15804 "                  int64_t mtnsecs);\n"
15805 "\n"
15806 msgstr ""
15807
15808 #. type: textblock
15809 #: ../src/guestfs-actions.pod:6567 ../fish/guestfish-actions.pod:4375
15810 msgid "This command sets the timestamps of a file with nanosecond precision."
15811 msgstr ""
15812
15813 #. type: textblock
15814 #: ../src/guestfs-actions.pod:6570 ../fish/guestfish-actions.pod:4378
15815 msgid ""
15816 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15817 "from the epoch."
15818 msgstr ""
15819
15820 #. type: textblock
15821 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
15822 msgid ""
15823 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15824 "nanoseconds from the epoch."
15825 msgstr ""
15826
15827 #. type: textblock
15828 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
15829 msgid ""
15830 "If the C<*nsecs> field contains the special value C<-1> then the "
15831 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15832 "ignored in this case)."
15833 msgstr ""
15834
15835 #. type: textblock
15836 #: ../src/guestfs-actions.pod:6580 ../fish/guestfish-actions.pod:4388
15837 msgid ""
15838 "If the C<*nsecs> field contains the special value C<-2> then the "
15839 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15840 "in this case)."
15841 msgstr ""
15842
15843 #. type: =head2
15844 #: ../src/guestfs-actions.pod:6588 ../src/guestfs-structs.pod:175
15845 msgid "guestfs_version"
15846 msgstr ""
15847
15848 #. type: verbatim
15849 #: ../src/guestfs-actions.pod:6590
15850 #, no-wrap
15851 msgid ""
15852 " struct guestfs_version *\n"
15853 " guestfs_version (guestfs_h *g);\n"
15854 "\n"
15855 msgstr ""
15856
15857 #. type: textblock
15858 #: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4396
15859 msgid "Return the libguestfs version number that the program is linked against."
15860 msgstr ""
15861
15862 #. type: textblock
15863 #: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4399
15864 msgid ""
15865 "Note that because of dynamic linking this is not necessarily the version of "
15866 "libguestfs that you compiled against.  You can compile the program, and then "
15867 "at runtime dynamically link against a completely different C<libguestfs.so> "
15868 "library."
15869 msgstr ""
15870
15871 #. type: textblock
15872 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4404
15873 msgid ""
15874 "This call was added in version C<1.0.58>.  In previous versions of "
15875 "libguestfs there was no way to get the version number.  From C code you can "
15876 "use dynamic linker functions to find out if this symbol exists (if it "
15877 "doesn't, then it's an earlier version)."
15878 msgstr ""
15879
15880 #. type: textblock
15881 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
15882 msgid ""
15883 "The call returns a structure with four elements.  The first three (C<major>, "
15884 "C<minor> and C<release>) are numbers and correspond to the usual version "
15885 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15886 "but may be used for distro-specific information."
15887 msgstr ""
15888
15889 #. type: textblock
15890 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
15891 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
15892 msgstr ""
15893
15894 #. type: textblock
15895 #: ../src/guestfs-actions.pod:6616 ../fish/guestfish-actions.pod:4419
15896 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15897 msgstr ""
15898
15899 #. type: textblock
15900 #: ../src/guestfs-actions.pod:6618
15901 msgid ""
15902 "I<Note:> Don't use this call to test for availability of features.  In "
15903 "enterprise distributions we backport features from later versions into "
15904 "earlier versions, making this an unreliable way to test for features.  Use "
15905 "C<guestfs_available> instead."
15906 msgstr ""
15907
15908 #. type: textblock
15909 #: ../src/guestfs-actions.pod:6624
15910 msgid ""
15911 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
15912 "error.  I<The caller must call C<guestfs_free_version> after use>."
15913 msgstr ""
15914
15915 #. type: textblock
15916 #: ../src/guestfs-actions.pod:6628
15917 msgid "(Added in 1.0.58)"
15918 msgstr ""
15919
15920 #. type: =head2
15921 #: ../src/guestfs-actions.pod:6630
15922 msgid "guestfs_vfs_label"
15923 msgstr ""
15924
15925 #. type: verbatim
15926 #: ../src/guestfs-actions.pod:6632
15927 #, no-wrap
15928 msgid ""
15929 " char *\n"
15930 " guestfs_vfs_label (guestfs_h *g,\n"
15931 "                    const char *device);\n"
15932 "\n"
15933 msgstr ""
15934
15935 #. type: textblock
15936 #: ../src/guestfs-actions.pod:6636 ../fish/guestfish-actions.pod:4431
15937 msgid "This returns the filesystem label of the filesystem on C<device>."
15938 msgstr ""
15939
15940 #. type: textblock
15941 #: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4434
15942 msgid "If the filesystem is unlabeled, this returns the empty string."
15943 msgstr ""
15944
15945 #. type: textblock
15946 #: ../src/guestfs-actions.pod:6641
15947 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
15948 msgstr ""
15949
15950 #. type: textblock
15951 #: ../src/guestfs-actions.pod:6646 ../src/guestfs-actions.pod:6683
15952 msgid "(Added in 1.3.18)"
15953 msgstr ""
15954
15955 #. type: =head2
15956 #: ../src/guestfs-actions.pod:6648
15957 msgid "guestfs_vfs_type"
15958 msgstr ""
15959
15960 #. type: verbatim
15961 #: ../src/guestfs-actions.pod:6650
15962 #, no-wrap
15963 msgid ""
15964 " char *\n"
15965 " guestfs_vfs_type (guestfs_h *g,\n"
15966 "                   const char *device);\n"
15967 "\n"
15968 msgstr ""
15969
15970 #. type: textblock
15971 #: ../src/guestfs-actions.pod:6654 ../fish/guestfish-actions.pod:4442
15972 msgid ""
15973 "This command gets the filesystem type corresponding to the filesystem on "
15974 "C<device>."
15975 msgstr ""
15976
15977 #. type: textblock
15978 #: ../src/guestfs-actions.pod:6657 ../fish/guestfish-actions.pod:4445
15979 msgid ""
15980 "For most filesystems, the result is the name of the Linux VFS module which "
15981 "would be used to mount this filesystem if you mounted it without specifying "
15982 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
15983 msgstr ""
15984
15985 #. type: =head2
15986 #: ../src/guestfs-actions.pod:6667
15987 msgid "guestfs_vfs_uuid"
15988 msgstr ""
15989
15990 #. type: verbatim
15991 #: ../src/guestfs-actions.pod:6669
15992 #, no-wrap
15993 msgid ""
15994 " char *\n"
15995 " guestfs_vfs_uuid (guestfs_h *g,\n"
15996 "                   const char *device);\n"
15997 "\n"
15998 msgstr ""
15999
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:6673 ../fish/guestfish-actions.pod:4454
16002 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16003 msgstr ""
16004
16005 #. type: textblock
16006 #: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4457
16007 msgid "If the filesystem does not have a UUID, this returns the empty string."
16008 msgstr ""
16009
16010 #. type: textblock
16011 #: ../src/guestfs-actions.pod:6678
16012 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16013 msgstr ""
16014
16015 #. type: =head2
16016 #: ../src/guestfs-actions.pod:6685
16017 msgid "guestfs_vg_activate"
16018 msgstr ""
16019
16020 #. type: verbatim
16021 #: ../src/guestfs-actions.pod:6687
16022 #, no-wrap
16023 msgid ""
16024 " int\n"
16025 " guestfs_vg_activate (guestfs_h *g,\n"
16026 "                      int activate,\n"
16027 "                      char *const *volgroups);\n"
16028 "\n"
16029 msgstr ""
16030
16031 #. type: textblock
16032 #: ../src/guestfs-actions.pod:6692 ../fish/guestfish-actions.pod:4465
16033 msgid ""
16034 "This command activates or (if C<activate> is false) deactivates all logical "
16035 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16036 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16037 "deactivated, then those devices disappear."
16038 msgstr ""
16039
16040 #. type: textblock
16041 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
16042 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16043 msgstr ""
16044
16045 #. type: textblock
16046 #: ../src/guestfs-actions.pod:6700 ../fish/guestfish-actions.pod:4473
16047 msgid ""
16048 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16049 "activated or deactivated."
16050 msgstr ""
16051
16052 #. type: =head2
16053 #: ../src/guestfs-actions.pod:6707
16054 msgid "guestfs_vg_activate_all"
16055 msgstr ""
16056
16057 #. type: verbatim
16058 #: ../src/guestfs-actions.pod:6709
16059 #, no-wrap
16060 msgid ""
16061 " int\n"
16062 " guestfs_vg_activate_all (guestfs_h *g,\n"
16063 "                          int activate);\n"
16064 "\n"
16065 msgstr ""
16066
16067 #. type: textblock
16068 #: ../src/guestfs-actions.pod:6713 ../fish/guestfish-actions.pod:4480
16069 msgid ""
16070 "This command activates or (if C<activate> is false) deactivates all logical "
16071 "volumes in all volume groups.  If activated, then they are made known to the "
16072 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16073 "those devices disappear."
16074 msgstr ""
16075
16076 #. type: textblock
16077 #: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
16078 msgid "This command is the same as running C<vgchange -a y|n>"
16079 msgstr ""
16080
16081 #. type: =head2
16082 #: ../src/guestfs-actions.pod:6725
16083 msgid "guestfs_vgcreate"
16084 msgstr ""
16085
16086 #. type: verbatim
16087 #: ../src/guestfs-actions.pod:6727
16088 #, no-wrap
16089 msgid ""
16090 " int\n"
16091 " guestfs_vgcreate (guestfs_h *g,\n"
16092 "                   const char *volgroup,\n"
16093 "                   char *const *physvols);\n"
16094 "\n"
16095 msgstr ""
16096
16097 #. type: textblock
16098 #: ../src/guestfs-actions.pod:6732 ../fish/guestfish-actions.pod:4492
16099 msgid ""
16100 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16101 "of physical volumes C<physvols>."
16102 msgstr ""
16103
16104 #. type: =head2
16105 #: ../src/guestfs-actions.pod:6739
16106 msgid "guestfs_vglvuuids"
16107 msgstr ""
16108
16109 #. type: verbatim
16110 #: ../src/guestfs-actions.pod:6741
16111 #, no-wrap
16112 msgid ""
16113 " char **\n"
16114 " guestfs_vglvuuids (guestfs_h *g,\n"
16115 "                    const char *vgname);\n"
16116 "\n"
16117 msgstr ""
16118
16119 #. type: textblock
16120 #: ../src/guestfs-actions.pod:6745 ../fish/guestfish-actions.pod:4499
16121 msgid ""
16122 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16123 "volumes created in this volume group."
16124 msgstr ""
16125
16126 #. type: textblock
16127 #: ../src/guestfs-actions.pod:6748
16128 msgid ""
16129 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16130 "associate logical volumes and volume groups."
16131 msgstr ""
16132
16133 #. type: textblock
16134 #: ../src/guestfs-actions.pod:6751
16135 msgid "See also C<guestfs_vgpvuuids>."
16136 msgstr ""
16137
16138 #. type: =head2
16139 #: ../src/guestfs-actions.pod:6759
16140 msgid "guestfs_vgpvuuids"
16141 msgstr ""
16142
16143 #. type: verbatim
16144 #: ../src/guestfs-actions.pod:6761
16145 #, no-wrap
16146 msgid ""
16147 " char **\n"
16148 " guestfs_vgpvuuids (guestfs_h *g,\n"
16149 "                    const char *vgname);\n"
16150 "\n"
16151 msgstr ""
16152
16153 #. type: textblock
16154 #: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4511
16155 msgid ""
16156 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16157 "volumes that this volume group resides on."
16158 msgstr ""
16159
16160 #. type: textblock
16161 #: ../src/guestfs-actions.pod:6768
16162 msgid ""
16163 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16164 "associate physical volumes and volume groups."
16165 msgstr ""
16166
16167 #. type: textblock
16168 #: ../src/guestfs-actions.pod:6771
16169 msgid "See also C<guestfs_vglvuuids>."
16170 msgstr ""
16171
16172 #. type: =head2
16173 #: ../src/guestfs-actions.pod:6779
16174 msgid "guestfs_vgremove"
16175 msgstr ""
16176
16177 #. type: verbatim
16178 #: ../src/guestfs-actions.pod:6781
16179 #, no-wrap
16180 msgid ""
16181 " int\n"
16182 " guestfs_vgremove (guestfs_h *g,\n"
16183 "                   const char *vgname);\n"
16184 "\n"
16185 msgstr ""
16186
16187 #. type: textblock
16188 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4523
16189 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16190 msgstr ""
16191
16192 #. type: textblock
16193 #: ../src/guestfs-actions.pod:6787 ../fish/guestfish-actions.pod:4525
16194 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16195 msgstr ""
16196
16197 #. type: =head2
16198 #: ../src/guestfs-actions.pod:6794
16199 msgid "guestfs_vgrename"
16200 msgstr ""
16201
16202 #. type: verbatim
16203 #: ../src/guestfs-actions.pod:6796
16204 #, no-wrap
16205 msgid ""
16206 " int\n"
16207 " guestfs_vgrename (guestfs_h *g,\n"
16208 "                   const char *volgroup,\n"
16209 "                   const char *newvolgroup);\n"
16210 "\n"
16211 msgstr ""
16212
16213 #. type: textblock
16214 #: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4532
16215 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16216 msgstr ""
16217
16218 #. type: =head2
16219 #: ../src/guestfs-actions.pod:6807
16220 msgid "guestfs_vgs"
16221 msgstr ""
16222
16223 #. type: verbatim
16224 #: ../src/guestfs-actions.pod:6809
16225 #, no-wrap
16226 msgid ""
16227 " char **\n"
16228 " guestfs_vgs (guestfs_h *g);\n"
16229 "\n"
16230 msgstr ""
16231
16232 #. type: textblock
16233 #: ../src/guestfs-actions.pod:6812 ../fish/guestfish-actions.pod:4538
16234 msgid ""
16235 "List all the volumes groups detected.  This is the equivalent of the "
16236 "L<vgs(8)> command."
16237 msgstr ""
16238
16239 #. type: textblock
16240 #: ../src/guestfs-actions.pod:6815 ../fish/guestfish-actions.pod:4541
16241 msgid ""
16242 "This returns a list of just the volume group names that were detected "
16243 "(eg. C<VolGroup00>)."
16244 msgstr ""
16245
16246 #. type: textblock
16247 #: ../src/guestfs-actions.pod:6818
16248 msgid "See also C<guestfs_vgs_full>."
16249 msgstr ""
16250
16251 #. type: =head2
16252 #: ../src/guestfs-actions.pod:6826
16253 msgid "guestfs_vgs_full"
16254 msgstr ""
16255
16256 #. type: verbatim
16257 #: ../src/guestfs-actions.pod:6828
16258 #, no-wrap
16259 msgid ""
16260 " struct guestfs_lvm_vg_list *\n"
16261 " guestfs_vgs_full (guestfs_h *g);\n"
16262 "\n"
16263 msgstr ""
16264
16265 #. type: textblock
16266 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4550
16267 msgid ""
16268 "List all the volumes groups detected.  This is the equivalent of the "
16269 "L<vgs(8)> command.  The \"full\" version includes all fields."
16270 msgstr ""
16271
16272 #. type: textblock
16273 #: ../src/guestfs-actions.pod:6834
16274 msgid ""
16275 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16276 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16277 "use>."
16278 msgstr ""
16279
16280 #. type: =head2
16281 #: ../src/guestfs-actions.pod:6840
16282 msgid "guestfs_vgscan"
16283 msgstr ""
16284
16285 #. type: verbatim
16286 #: ../src/guestfs-actions.pod:6842
16287 #, no-wrap
16288 msgid ""
16289 " int\n"
16290 " guestfs_vgscan (guestfs_h *g);\n"
16291 "\n"
16292 msgstr ""
16293
16294 #. type: textblock
16295 #: ../src/guestfs-actions.pod:6845 ../fish/guestfish-actions.pod:4557
16296 msgid ""
16297 "This rescans all block devices and rebuilds the list of LVM physical "
16298 "volumes, volume groups and logical volumes."
16299 msgstr ""
16300
16301 #. type: =head2
16302 #: ../src/guestfs-actions.pod:6852
16303 msgid "guestfs_vguuid"
16304 msgstr ""
16305
16306 #. type: verbatim
16307 #: ../src/guestfs-actions.pod:6854
16308 #, no-wrap
16309 msgid ""
16310 " char *\n"
16311 " guestfs_vguuid (guestfs_h *g,\n"
16312 "                 const char *vgname);\n"
16313 "\n"
16314 msgstr ""
16315
16316 #. type: textblock
16317 #: ../src/guestfs-actions.pod:6858 ../fish/guestfish-actions.pod:4564
16318 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16319 msgstr ""
16320
16321 #. type: =head2
16322 #: ../src/guestfs-actions.pod:6865
16323 msgid "guestfs_wait_ready"
16324 msgstr ""
16325
16326 #. type: verbatim
16327 #: ../src/guestfs-actions.pod:6867
16328 #, no-wrap
16329 msgid ""
16330 " int\n"
16331 " guestfs_wait_ready (guestfs_h *g);\n"
16332 "\n"
16333 msgstr ""
16334
16335 #. type: textblock
16336 #: ../src/guestfs-actions.pod:6870
16337 msgid "This function is a no op."
16338 msgstr ""
16339
16340 #. type: textblock
16341 #: ../src/guestfs-actions.pod:6872
16342 msgid ""
16343 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16344 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16345 "is no longer necessary because C<guestfs_launch> now does the waiting."
16346 msgstr ""
16347
16348 #. type: textblock
16349 #: ../src/guestfs-actions.pod:6877
16350 msgid ""
16351 "If you see any calls to this function in code then you can just remove them, "
16352 "unless you want to retain compatibility with older versions of the API."
16353 msgstr ""
16354
16355 #. type: =head2
16356 #: ../src/guestfs-actions.pod:6885
16357 msgid "guestfs_wc_c"
16358 msgstr ""
16359
16360 #. type: verbatim
16361 #: ../src/guestfs-actions.pod:6887
16362 #, no-wrap
16363 msgid ""
16364 " int\n"
16365 " guestfs_wc_c (guestfs_h *g,\n"
16366 "               const char *path);\n"
16367 "\n"
16368 msgstr ""
16369
16370 #. type: textblock
16371 #: ../src/guestfs-actions.pod:6891 ../fish/guestfish-actions.pod:4570
16372 msgid ""
16373 "This command counts the characters in a file, using the C<wc -c> external "
16374 "command."
16375 msgstr ""
16376
16377 #. type: =head2
16378 #: ../src/guestfs-actions.pod:6898
16379 msgid "guestfs_wc_l"
16380 msgstr ""
16381
16382 #. type: verbatim
16383 #: ../src/guestfs-actions.pod:6900
16384 #, no-wrap
16385 msgid ""
16386 " int\n"
16387 " guestfs_wc_l (guestfs_h *g,\n"
16388 "               const char *path);\n"
16389 "\n"
16390 msgstr ""
16391
16392 #. type: textblock
16393 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4577
16394 msgid ""
16395 "This command counts the lines in a file, using the C<wc -l> external "
16396 "command."
16397 msgstr ""
16398
16399 #. type: =head2
16400 #: ../src/guestfs-actions.pod:6911
16401 msgid "guestfs_wc_w"
16402 msgstr ""
16403
16404 #. type: verbatim
16405 #: ../src/guestfs-actions.pod:6913
16406 #, no-wrap
16407 msgid ""
16408 " int\n"
16409 " guestfs_wc_w (guestfs_h *g,\n"
16410 "               const char *path);\n"
16411 "\n"
16412 msgstr ""
16413
16414 #. type: textblock
16415 #: ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:4584
16416 msgid ""
16417 "This command counts the words in a file, using the C<wc -w> external "
16418 "command."
16419 msgstr ""
16420
16421 #. type: =head2
16422 #: ../src/guestfs-actions.pod:6924
16423 msgid "guestfs_write"
16424 msgstr ""
16425
16426 #. type: verbatim
16427 #: ../src/guestfs-actions.pod:6926
16428 #, no-wrap
16429 msgid ""
16430 " int\n"
16431 " guestfs_write (guestfs_h *g,\n"
16432 "                const char *path,\n"
16433 "                const char *content,\n"
16434 "                size_t content_size);\n"
16435 "\n"
16436 msgstr ""
16437
16438 #. type: textblock
16439 #: ../src/guestfs-actions.pod:6932 ../fish/guestfish-actions.pod:4591
16440 msgid ""
16441 "This call creates a file called C<path>.  The content of the file is the "
16442 "string C<content> (which can contain any 8 bit data)."
16443 msgstr ""
16444
16445 #. type: =head2
16446 #: ../src/guestfs-actions.pod:6942
16447 msgid "guestfs_write_file"
16448 msgstr ""
16449
16450 #. type: verbatim
16451 #: ../src/guestfs-actions.pod:6944
16452 #, no-wrap
16453 msgid ""
16454 " int\n"
16455 " guestfs_write_file (guestfs_h *g,\n"
16456 "                     const char *path,\n"
16457 "                     const char *content,\n"
16458 "                     int size);\n"
16459 "\n"
16460 msgstr ""
16461
16462 #. type: textblock
16463 #: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4601
16464 msgid ""
16465 "This call creates a file called C<path>.  The contents of the file is the "
16466 "string C<content> (which can contain any 8 bit data), with length C<size>."
16467 msgstr ""
16468
16469 #. type: textblock
16470 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4605
16471 msgid ""
16472 "As a special case, if C<size> is C<0> then the length is calculated using "
16473 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16474 msgstr ""
16475
16476 #. type: textblock
16477 #: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4609
16478 msgid ""
16479 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16480 "I<not> work, even if the length is specified."
16481 msgstr ""
16482
16483 #. type: textblock
16484 #: ../src/guestfs-actions.pod:6966 ../fish/guestfish-actions.pod:4615
16485 msgid "This function is deprecated.  In new code, use the C<write> call instead."
16486 msgstr ""
16487
16488 #. type: =head2
16489 #: ../src/guestfs-actions.pod:6975
16490 msgid "guestfs_zegrep"
16491 msgstr ""
16492
16493 #. type: verbatim
16494 #: ../src/guestfs-actions.pod:6977
16495 #, no-wrap
16496 msgid ""
16497 " char **\n"
16498 " guestfs_zegrep (guestfs_h *g,\n"
16499 "                 const char *regex,\n"
16500 "                 const char *path);\n"
16501 "\n"
16502 msgstr ""
16503
16504 #. type: textblock
16505 #: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4626
16506 msgid "This calls the external C<zegrep> program and returns the matching lines."
16507 msgstr ""
16508
16509 #. type: =head2
16510 #: ../src/guestfs-actions.pod:6994
16511 msgid "guestfs_zegrepi"
16512 msgstr ""
16513
16514 #. type: verbatim
16515 #: ../src/guestfs-actions.pod:6996
16516 #, no-wrap
16517 msgid ""
16518 " char **\n"
16519 " guestfs_zegrepi (guestfs_h *g,\n"
16520 "                  const char *regex,\n"
16521 "                  const char *path);\n"
16522 "\n"
16523 msgstr ""
16524
16525 #. type: textblock
16526 #: ../src/guestfs-actions.pod:7001 ../fish/guestfish-actions.pod:4636
16527 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16528 msgstr ""
16529
16530 #. type: =head2
16531 #: ../src/guestfs-actions.pod:7013
16532 msgid "guestfs_zero"
16533 msgstr ""
16534
16535 #. type: verbatim
16536 #: ../src/guestfs-actions.pod:7015
16537 #, no-wrap
16538 msgid ""
16539 " int\n"
16540 " guestfs_zero (guestfs_h *g,\n"
16541 "               const char *device);\n"
16542 "\n"
16543 msgstr ""
16544
16545 #. type: textblock
16546 #: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4646
16547 msgid "This command writes zeroes over the first few blocks of C<device>."
16548 msgstr ""
16549
16550 #. type: textblock
16551 #: ../src/guestfs-actions.pod:7021 ../fish/guestfish-actions.pod:4648
16552 msgid ""
16553 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16554 "securely wipe the device).  It should be sufficient to remove any partition "
16555 "tables, filesystem superblocks and so on."
16556 msgstr ""
16557
16558 #. type: textblock
16559 #: ../src/guestfs-actions.pod:7025
16560 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16561 msgstr ""
16562
16563 #. type: =head2
16564 #: ../src/guestfs-actions.pod:7036
16565 msgid "guestfs_zero_device"
16566 msgstr ""
16567
16568 #. type: verbatim
16569 #: ../src/guestfs-actions.pod:7038
16570 #, no-wrap
16571 msgid ""
16572 " int\n"
16573 " guestfs_zero_device (guestfs_h *g,\n"
16574 "                      const char *device);\n"
16575 "\n"
16576 msgstr ""
16577
16578 #. type: textblock
16579 #: ../src/guestfs-actions.pod:7042
16580 msgid ""
16581 "This command writes zeroes over the entire C<device>.  Compare with "
16582 "C<guestfs_zero> which just zeroes the first few blocks of a device."
16583 msgstr ""
16584
16585 #. type: textblock
16586 #: ../src/guestfs-actions.pod:7056
16587 msgid "(Added in 1.3.1)"
16588 msgstr ""
16589
16590 #. type: =head2
16591 #: ../src/guestfs-actions.pod:7058
16592 msgid "guestfs_zerofree"
16593 msgstr ""
16594
16595 #. type: verbatim
16596 #: ../src/guestfs-actions.pod:7060
16597 #, no-wrap
16598 msgid ""
16599 " int\n"
16600 " guestfs_zerofree (guestfs_h *g,\n"
16601 "                   const char *device);\n"
16602 "\n"
16603 msgstr ""
16604
16605 #. type: textblock
16606 #: ../src/guestfs-actions.pod:7064 ../fish/guestfish-actions.pod:4669
16607 msgid ""
16608 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16609 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16610 "possible to compress the filesystem more effectively."
16611 msgstr ""
16612
16613 #. type: textblock
16614 #: ../src/guestfs-actions.pod:7069 ../fish/guestfish-actions.pod:4674
16615 msgid "You should B<not> run this program if the filesystem is mounted."
16616 msgstr ""
16617
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:7072 ../fish/guestfish-actions.pod:4677
16620 msgid ""
16621 "It is possible that using this program can damage the filesystem or data on "
16622 "the filesystem."
16623 msgstr ""
16624
16625 #. type: =head2
16626 #: ../src/guestfs-actions.pod:7079
16627 msgid "guestfs_zfgrep"
16628 msgstr ""
16629
16630 #. type: verbatim
16631 #: ../src/guestfs-actions.pod:7081
16632 #, no-wrap
16633 msgid ""
16634 " char **\n"
16635 " guestfs_zfgrep (guestfs_h *g,\n"
16636 "                 const char *pattern,\n"
16637 "                 const char *path);\n"
16638 "\n"
16639 msgstr ""
16640
16641 #. type: textblock
16642 #: ../src/guestfs-actions.pod:7086 ../fish/guestfish-actions.pod:4684
16643 msgid "This calls the external C<zfgrep> program and returns the matching lines."
16644 msgstr ""
16645
16646 #. type: =head2
16647 #: ../src/guestfs-actions.pod:7098
16648 msgid "guestfs_zfgrepi"
16649 msgstr ""
16650
16651 #. type: verbatim
16652 #: ../src/guestfs-actions.pod:7100
16653 #, no-wrap
16654 msgid ""
16655 " char **\n"
16656 " guestfs_zfgrepi (guestfs_h *g,\n"
16657 "                  const char *pattern,\n"
16658 "                  const char *path);\n"
16659 "\n"
16660 msgstr ""
16661
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:7105 ../fish/guestfish-actions.pod:4694
16664 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
16665 msgstr ""
16666
16667 #. type: =head2
16668 #: ../src/guestfs-actions.pod:7117
16669 msgid "guestfs_zfile"
16670 msgstr ""
16671
16672 #. type: verbatim
16673 #: ../src/guestfs-actions.pod:7119
16674 #, no-wrap
16675 msgid ""
16676 " char *\n"
16677 " guestfs_zfile (guestfs_h *g,\n"
16678 "                const char *meth,\n"
16679 "                const char *path);\n"
16680 "\n"
16681 msgstr ""
16682
16683 #. type: textblock
16684 #: ../src/guestfs-actions.pod:7124 ../fish/guestfish-actions.pod:4704
16685 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
16686 msgstr ""
16687
16688 #. type: textblock
16689 #: ../src/guestfs-actions.pod:7127 ../fish/guestfish-actions.pod:4707
16690 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16691 msgstr ""
16692
16693 #. type: textblock
16694 #: ../src/guestfs-actions.pod:7129
16695 msgid ""
16696 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
16697 "files."
16698 msgstr ""
16699
16700 #. type: textblock
16701 #: ../src/guestfs-actions.pod:7135 ../fish/guestfish-actions.pod:4712
16702 msgid "This function is deprecated.  In new code, use the C<file> call instead."
16703 msgstr ""
16704
16705 #. type: =head2
16706 #: ../src/guestfs-actions.pod:7144
16707 msgid "guestfs_zgrep"
16708 msgstr ""
16709
16710 #. type: verbatim
16711 #: ../src/guestfs-actions.pod:7146
16712 #, no-wrap
16713 msgid ""
16714 " char **\n"
16715 " guestfs_zgrep (guestfs_h *g,\n"
16716 "                const char *regex,\n"
16717 "                const char *path);\n"
16718 "\n"
16719 msgstr ""
16720
16721 #. type: textblock
16722 #: ../src/guestfs-actions.pod:7151 ../fish/guestfish-actions.pod:4723
16723 msgid "This calls the external C<zgrep> program and returns the matching lines."
16724 msgstr ""
16725
16726 #. type: =head2
16727 #: ../src/guestfs-actions.pod:7163
16728 msgid "guestfs_zgrepi"
16729 msgstr ""
16730
16731 #. type: verbatim
16732 #: ../src/guestfs-actions.pod:7165
16733 #, no-wrap
16734 msgid ""
16735 " char **\n"
16736 " guestfs_zgrepi (guestfs_h *g,\n"
16737 "                 const char *regex,\n"
16738 "                 const char *path);\n"
16739 "\n"
16740 msgstr ""
16741
16742 #. type: textblock
16743 #: ../src/guestfs-actions.pod:7170 ../fish/guestfish-actions.pod:4733
16744 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
16745 msgstr ""
16746
16747 #. type: =item
16748 #: ../src/guestfs-availability.pod:3
16749 msgid "B<augeas>"
16750 msgstr ""
16751
16752 #. type: textblock
16753 #: ../src/guestfs-availability.pod:5
16754 msgid ""
16755 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
16756 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
16757 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
16758 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
16759 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
16760 msgstr ""
16761
16762 #. type: =item
16763 #: ../src/guestfs-availability.pod:21
16764 msgid "B<inotify>"
16765 msgstr ""
16766
16767 #. type: textblock
16768 #: ../src/guestfs-availability.pod:23
16769 msgid ""
16770 "The following functions: L</guestfs_inotify_add_watch> "
16771 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
16772 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
16773 msgstr ""
16774
16775 #. type: =item
16776 #: ../src/guestfs-availability.pod:31
16777 msgid "B<linuxfsuuid>"
16778 msgstr ""
16779
16780 #. type: textblock
16781 #: ../src/guestfs-availability.pod:33
16782 msgid ""
16783 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
16784 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
16785 msgstr ""
16786
16787 #. type: =item
16788 #: ../src/guestfs-availability.pod:40
16789 msgid "B<linuxmodules>"
16790 msgstr ""
16791
16792 #. type: textblock
16793 #: ../src/guestfs-availability.pod:42
16794 msgid "The following functions: L</guestfs_modprobe>"
16795 msgstr ""
16796
16797 #. type: =item
16798 #: ../src/guestfs-availability.pod:45
16799 msgid "B<linuxxattrs>"
16800 msgstr ""
16801
16802 #. type: textblock
16803 #: ../src/guestfs-availability.pod:47
16804 msgid ""
16805 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
16806 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
16807 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
16808 "L</guestfs_setxattr>"
16809 msgstr ""
16810
16811 #. type: =item
16812 #: ../src/guestfs-availability.pod:58
16813 msgid "B<luks>"
16814 msgstr ""
16815
16816 #. type: textblock
16817 #: ../src/guestfs-availability.pod:60
16818 msgid ""
16819 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
16820 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
16821 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
16822 msgstr ""
16823
16824 #. type: =item
16825 #: ../src/guestfs-availability.pod:69
16826 msgid "B<lvm2>"
16827 msgstr ""
16828
16829 #. type: textblock
16830 #: ../src/guestfs-availability.pod:71
16831 msgid ""
16832 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
16833 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
16834 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
16835 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
16836 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
16837 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
16838 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
16839 "L</guestfs_vgs_full>"
16840 msgstr ""
16841
16842 #. type: =item
16843 #: ../src/guestfs-availability.pod:94
16844 msgid "B<mknod>"
16845 msgstr ""
16846
16847 #. type: textblock
16848 #: ../src/guestfs-availability.pod:96
16849 msgid ""
16850 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
16851 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
16852 msgstr ""
16853
16854 #. type: =item
16855 #: ../src/guestfs-availability.pod:102
16856 msgid "B<ntfs3g>"
16857 msgstr ""
16858
16859 #. type: textblock
16860 #: ../src/guestfs-availability.pod:104
16861 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
16862 msgstr ""
16863
16864 #. type: =item
16865 #: ../src/guestfs-availability.pod:107
16866 msgid "B<ntfsprogs>"
16867 msgstr ""
16868
16869 #. type: textblock
16870 #: ../src/guestfs-availability.pod:109
16871 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
16872 msgstr ""
16873
16874 #. type: =item
16875 #: ../src/guestfs-availability.pod:113
16876 msgid "B<realpath>"
16877 msgstr ""
16878
16879 #. type: textblock
16880 #: ../src/guestfs-availability.pod:115
16881 msgid "The following functions: L</guestfs_realpath>"
16882 msgstr ""
16883
16884 #. type: =item
16885 #: ../src/guestfs-availability.pod:118
16886 msgid "B<scrub>"
16887 msgstr ""
16888
16889 #. type: textblock
16890 #: ../src/guestfs-availability.pod:120
16891 msgid ""
16892 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
16893 "L</guestfs_scrub_freespace>"
16894 msgstr ""
16895
16896 #. type: =item
16897 #: ../src/guestfs-availability.pod:125
16898 msgid "B<selinux>"
16899 msgstr ""
16900
16901 #. type: textblock
16902 #: ../src/guestfs-availability.pod:127
16903 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
16904 msgstr ""
16905
16906 #. type: =item
16907 #: ../src/guestfs-availability.pod:131
16908 msgid "B<xz>"
16909 msgstr ""
16910
16911 #. type: textblock
16912 #: ../src/guestfs-availability.pod:133
16913 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
16914 msgstr ""
16915
16916 #. type: =item
16917 #: ../src/guestfs-availability.pod:137
16918 msgid "B<zerofree>"
16919 msgstr ""
16920
16921 #. type: textblock
16922 #: ../src/guestfs-availability.pod:139
16923 msgid "The following functions: L</guestfs_zerofree>"
16924 msgstr ""
16925
16926 #. type: =head2
16927 #: ../src/guestfs-structs.pod:1
16928 msgid "guestfs_int_bool"
16929 msgstr ""
16930
16931 #. type: verbatim
16932 #: ../src/guestfs-structs.pod:3
16933 #, no-wrap
16934 msgid ""
16935 " struct guestfs_int_bool {\n"
16936 "   int32_t i;\n"
16937 "   int32_t b;\n"
16938 " };\n"
16939 " \n"
16940 msgstr ""
16941
16942 #. type: verbatim
16943 #: ../src/guestfs-structs.pod:8
16944 #, no-wrap
16945 msgid ""
16946 " struct guestfs_int_bool_list {\n"
16947 "   uint32_t len; /* Number of elements in list. */\n"
16948 "   struct guestfs_int_bool *val; /* Elements. */\n"
16949 " };\n"
16950 " \n"
16951 msgstr ""
16952
16953 #. type: verbatim
16954 #: ../src/guestfs-structs.pod:13
16955 #, no-wrap
16956 msgid ""
16957 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
16958 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
16959 "\n"
16960 msgstr ""
16961
16962 #. type: =head2
16963 #: ../src/guestfs-structs.pod:16
16964 msgid "guestfs_lvm_pv"
16965 msgstr ""
16966
16967 #. type: verbatim
16968 #: ../src/guestfs-structs.pod:18
16969 #, no-wrap
16970 msgid ""
16971 " struct guestfs_lvm_pv {\n"
16972 "   char *pv_name;\n"
16973 "   /* The next field is NOT nul-terminated, be careful when printing it: "
16974 "*/\n"
16975 "   char pv_uuid[32];\n"
16976 "   char *pv_fmt;\n"
16977 "   uint64_t pv_size;\n"
16978 "   uint64_t dev_size;\n"
16979 "   uint64_t pv_free;\n"
16980 "   uint64_t pv_used;\n"
16981 "   char *pv_attr;\n"
16982 "   int64_t pv_pe_count;\n"
16983 "   int64_t pv_pe_alloc_count;\n"
16984 "   char *pv_tags;\n"
16985 "   uint64_t pe_start;\n"
16986 "   int64_t pv_mda_count;\n"
16987 "   uint64_t pv_mda_free;\n"
16988 " };\n"
16989 " \n"
16990 msgstr ""
16991
16992 #. type: verbatim
16993 #: ../src/guestfs-structs.pod:36
16994 #, no-wrap
16995 msgid ""
16996 " struct guestfs_lvm_pv_list {\n"
16997 "   uint32_t len; /* Number of elements in list. */\n"
16998 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
16999 " };\n"
17000 " \n"
17001 msgstr ""
17002
17003 #. type: verbatim
17004 #: ../src/guestfs-structs.pod:41
17005 #, no-wrap
17006 msgid ""
17007 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17008 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17009 "\n"
17010 msgstr ""
17011
17012 #. type: =head2
17013 #: ../src/guestfs-structs.pod:44
17014 msgid "guestfs_lvm_vg"
17015 msgstr ""
17016
17017 #. type: verbatim
17018 #: ../src/guestfs-structs.pod:46
17019 #, no-wrap
17020 msgid ""
17021 " struct guestfs_lvm_vg {\n"
17022 "   char *vg_name;\n"
17023 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17024 "*/\n"
17025 "   char vg_uuid[32];\n"
17026 "   char *vg_fmt;\n"
17027 "   char *vg_attr;\n"
17028 "   uint64_t vg_size;\n"
17029 "   uint64_t vg_free;\n"
17030 "   char *vg_sysid;\n"
17031 "   uint64_t vg_extent_size;\n"
17032 "   int64_t vg_extent_count;\n"
17033 "   int64_t vg_free_count;\n"
17034 "   int64_t max_lv;\n"
17035 "   int64_t max_pv;\n"
17036 "   int64_t pv_count;\n"
17037 "   int64_t lv_count;\n"
17038 "   int64_t snap_count;\n"
17039 "   int64_t vg_seqno;\n"
17040 "   char *vg_tags;\n"
17041 "   int64_t vg_mda_count;\n"
17042 "   uint64_t vg_mda_free;\n"
17043 " };\n"
17044 " \n"
17045 msgstr ""
17046
17047 #. type: verbatim
17048 #: ../src/guestfs-structs.pod:69
17049 #, no-wrap
17050 msgid ""
17051 " struct guestfs_lvm_vg_list {\n"
17052 "   uint32_t len; /* Number of elements in list. */\n"
17053 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17054 " };\n"
17055 " \n"
17056 msgstr ""
17057
17058 #. type: verbatim
17059 #: ../src/guestfs-structs.pod:74
17060 #, no-wrap
17061 msgid ""
17062 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17063 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17064 "\n"
17065 msgstr ""
17066
17067 #. type: =head2
17068 #: ../src/guestfs-structs.pod:77
17069 msgid "guestfs_lvm_lv"
17070 msgstr ""
17071
17072 #. type: verbatim
17073 #: ../src/guestfs-structs.pod:79
17074 #, no-wrap
17075 msgid ""
17076 " struct guestfs_lvm_lv {\n"
17077 "   char *lv_name;\n"
17078 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17079 "*/\n"
17080 "   char lv_uuid[32];\n"
17081 "   char *lv_attr;\n"
17082 "   int64_t lv_major;\n"
17083 "   int64_t lv_minor;\n"
17084 "   int64_t lv_kernel_major;\n"
17085 "   int64_t lv_kernel_minor;\n"
17086 "   uint64_t lv_size;\n"
17087 "   int64_t seg_count;\n"
17088 "   char *origin;\n"
17089 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17090 "   float snap_percent;\n"
17091 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17092 "   float copy_percent;\n"
17093 "   char *move_pv;\n"
17094 "   char *lv_tags;\n"
17095 "   char *mirror_log;\n"
17096 "   char *modules;\n"
17097 " };\n"
17098 " \n"
17099 msgstr ""
17100
17101 #. type: verbatim
17102 #: ../src/guestfs-structs.pod:101
17103 #, no-wrap
17104 msgid ""
17105 " struct guestfs_lvm_lv_list {\n"
17106 "   uint32_t len; /* Number of elements in list. */\n"
17107 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17108 " };\n"
17109 " \n"
17110 msgstr ""
17111
17112 #. type: verbatim
17113 #: ../src/guestfs-structs.pod:106
17114 #, no-wrap
17115 msgid ""
17116 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17117 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17118 "\n"
17119 msgstr ""
17120
17121 #. type: verbatim
17122 #: ../src/guestfs-structs.pod:111
17123 #, no-wrap
17124 msgid ""
17125 " struct guestfs_stat {\n"
17126 "   int64_t dev;\n"
17127 "   int64_t ino;\n"
17128 "   int64_t mode;\n"
17129 "   int64_t nlink;\n"
17130 "   int64_t uid;\n"
17131 "   int64_t gid;\n"
17132 "   int64_t rdev;\n"
17133 "   int64_t size;\n"
17134 "   int64_t blksize;\n"
17135 "   int64_t blocks;\n"
17136 "   int64_t atime;\n"
17137 "   int64_t mtime;\n"
17138 "   int64_t ctime;\n"
17139 " };\n"
17140 " \n"
17141 msgstr ""
17142
17143 #. type: verbatim
17144 #: ../src/guestfs-structs.pod:127
17145 #, no-wrap
17146 msgid ""
17147 " struct guestfs_stat_list {\n"
17148 "   uint32_t len; /* Number of elements in list. */\n"
17149 "   struct guestfs_stat *val; /* Elements. */\n"
17150 " };\n"
17151 " \n"
17152 msgstr ""
17153
17154 #. type: verbatim
17155 #: ../src/guestfs-structs.pod:132
17156 #, no-wrap
17157 msgid ""
17158 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17159 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17160 "\n"
17161 msgstr ""
17162
17163 #. type: verbatim
17164 #: ../src/guestfs-structs.pod:137
17165 #, no-wrap
17166 msgid ""
17167 " struct guestfs_statvfs {\n"
17168 "   int64_t bsize;\n"
17169 "   int64_t frsize;\n"
17170 "   int64_t blocks;\n"
17171 "   int64_t bfree;\n"
17172 "   int64_t bavail;\n"
17173 "   int64_t files;\n"
17174 "   int64_t ffree;\n"
17175 "   int64_t favail;\n"
17176 "   int64_t fsid;\n"
17177 "   int64_t flag;\n"
17178 "   int64_t namemax;\n"
17179 " };\n"
17180 " \n"
17181 msgstr ""
17182
17183 #. type: verbatim
17184 #: ../src/guestfs-structs.pod:151
17185 #, no-wrap
17186 msgid ""
17187 " struct guestfs_statvfs_list {\n"
17188 "   uint32_t len; /* Number of elements in list. */\n"
17189 "   struct guestfs_statvfs *val; /* Elements. */\n"
17190 " };\n"
17191 " \n"
17192 msgstr ""
17193
17194 #. type: verbatim
17195 #: ../src/guestfs-structs.pod:156
17196 #, no-wrap
17197 msgid ""
17198 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17199 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17200 "\n"
17201 msgstr ""
17202
17203 #. type: =head2
17204 #: ../src/guestfs-structs.pod:159
17205 msgid "guestfs_dirent"
17206 msgstr ""
17207
17208 #. type: verbatim
17209 #: ../src/guestfs-structs.pod:161
17210 #, no-wrap
17211 msgid ""
17212 " struct guestfs_dirent {\n"
17213 "   int64_t ino;\n"
17214 "   char ftyp;\n"
17215 "   char *name;\n"
17216 " };\n"
17217 " \n"
17218 msgstr ""
17219
17220 #. type: verbatim
17221 #: ../src/guestfs-structs.pod:167
17222 #, no-wrap
17223 msgid ""
17224 " struct guestfs_dirent_list {\n"
17225 "   uint32_t len; /* Number of elements in list. */\n"
17226 "   struct guestfs_dirent *val; /* Elements. */\n"
17227 " };\n"
17228 " \n"
17229 msgstr ""
17230
17231 #. type: verbatim
17232 #: ../src/guestfs-structs.pod:172
17233 #, no-wrap
17234 msgid ""
17235 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17236 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17237 "\n"
17238 msgstr ""
17239
17240 #. type: verbatim
17241 #: ../src/guestfs-structs.pod:177
17242 #, no-wrap
17243 msgid ""
17244 " struct guestfs_version {\n"
17245 "   int64_t major;\n"
17246 "   int64_t minor;\n"
17247 "   int64_t release;\n"
17248 "   char *extra;\n"
17249 " };\n"
17250 " \n"
17251 msgstr ""
17252
17253 #. type: verbatim
17254 #: ../src/guestfs-structs.pod:184
17255 #, no-wrap
17256 msgid ""
17257 " struct guestfs_version_list {\n"
17258 "   uint32_t len; /* Number of elements in list. */\n"
17259 "   struct guestfs_version *val; /* Elements. */\n"
17260 " };\n"
17261 " \n"
17262 msgstr ""
17263
17264 #. type: verbatim
17265 #: ../src/guestfs-structs.pod:189
17266 #, no-wrap
17267 msgid ""
17268 " void guestfs_free_version (struct guestfs_free_version *);\n"
17269 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17270 "\n"
17271 msgstr ""
17272
17273 #. type: =head2
17274 #: ../src/guestfs-structs.pod:192
17275 msgid "guestfs_xattr"
17276 msgstr ""
17277
17278 #. type: verbatim
17279 #: ../src/guestfs-structs.pod:194
17280 #, no-wrap
17281 msgid ""
17282 " struct guestfs_xattr {\n"
17283 "   char *attrname;\n"
17284 "   /* The next two fields describe a byte array. */\n"
17285 "   uint32_t attrval_len;\n"
17286 "   char *attrval;\n"
17287 " };\n"
17288 " \n"
17289 msgstr ""
17290
17291 #. type: verbatim
17292 #: ../src/guestfs-structs.pod:201
17293 #, no-wrap
17294 msgid ""
17295 " struct guestfs_xattr_list {\n"
17296 "   uint32_t len; /* Number of elements in list. */\n"
17297 "   struct guestfs_xattr *val; /* Elements. */\n"
17298 " };\n"
17299 " \n"
17300 msgstr ""
17301
17302 #. type: verbatim
17303 #: ../src/guestfs-structs.pod:206
17304 #, no-wrap
17305 msgid ""
17306 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17307 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17308 "\n"
17309 msgstr ""
17310
17311 #. type: =head2
17312 #: ../src/guestfs-structs.pod:209
17313 msgid "guestfs_inotify_event"
17314 msgstr ""
17315
17316 #. type: verbatim
17317 #: ../src/guestfs-structs.pod:211
17318 #, no-wrap
17319 msgid ""
17320 " struct guestfs_inotify_event {\n"
17321 "   int64_t in_wd;\n"
17322 "   uint32_t in_mask;\n"
17323 "   uint32_t in_cookie;\n"
17324 "   char *in_name;\n"
17325 " };\n"
17326 " \n"
17327 msgstr ""
17328
17329 #. type: verbatim
17330 #: ../src/guestfs-structs.pod:218
17331 #, no-wrap
17332 msgid ""
17333 " struct guestfs_inotify_event_list {\n"
17334 "   uint32_t len; /* Number of elements in list. */\n"
17335 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17336 " };\n"
17337 " \n"
17338 msgstr ""
17339
17340 #. type: verbatim
17341 #: ../src/guestfs-structs.pod:223
17342 #, no-wrap
17343 msgid ""
17344 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17345 " void guestfs_free_inotify_event_list (struct "
17346 "guestfs_free_inotify_event_list *);\n"
17347 "\n"
17348 msgstr ""
17349
17350 #. type: =head2
17351 #: ../src/guestfs-structs.pod:226
17352 msgid "guestfs_partition"
17353 msgstr ""
17354
17355 #. type: verbatim
17356 #: ../src/guestfs-structs.pod:228
17357 #, no-wrap
17358 msgid ""
17359 " struct guestfs_partition {\n"
17360 "   int32_t part_num;\n"
17361 "   uint64_t part_start;\n"
17362 "   uint64_t part_end;\n"
17363 "   uint64_t part_size;\n"
17364 " };\n"
17365 " \n"
17366 msgstr ""
17367
17368 #. type: verbatim
17369 #: ../src/guestfs-structs.pod:235
17370 #, no-wrap
17371 msgid ""
17372 " struct guestfs_partition_list {\n"
17373 "   uint32_t len; /* Number of elements in list. */\n"
17374 "   struct guestfs_partition *val; /* Elements. */\n"
17375 " };\n"
17376 " \n"
17377 msgstr ""
17378
17379 #. type: verbatim
17380 #: ../src/guestfs-structs.pod:240
17381 #, no-wrap
17382 msgid ""
17383 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17384 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17385 "\n"
17386 msgstr ""
17387
17388 #. type: =head2
17389 #: ../src/guestfs-structs.pod:243
17390 msgid "guestfs_application"
17391 msgstr ""
17392
17393 #. type: verbatim
17394 #: ../src/guestfs-structs.pod:245
17395 #, no-wrap
17396 msgid ""
17397 " struct guestfs_application {\n"
17398 "   char *app_name;\n"
17399 "   char *app_display_name;\n"
17400 "   int32_t app_epoch;\n"
17401 "   char *app_version;\n"
17402 "   char *app_release;\n"
17403 "   char *app_install_path;\n"
17404 "   char *app_trans_path;\n"
17405 "   char *app_publisher;\n"
17406 "   char *app_url;\n"
17407 "   char *app_source_package;\n"
17408 "   char *app_summary;\n"
17409 "   char *app_description;\n"
17410 " };\n"
17411 " \n"
17412 msgstr ""
17413
17414 #. type: verbatim
17415 #: ../src/guestfs-structs.pod:260
17416 #, no-wrap
17417 msgid ""
17418 " struct guestfs_application_list {\n"
17419 "   uint32_t len; /* Number of elements in list. */\n"
17420 "   struct guestfs_application *val; /* Elements. */\n"
17421 " };\n"
17422 " \n"
17423 msgstr ""
17424
17425 #. type: verbatim
17426 #: ../src/guestfs-structs.pod:265
17427 #, no-wrap
17428 msgid ""
17429 " void guestfs_free_application (struct guestfs_free_application *);\n"
17430 " void guestfs_free_application_list (struct guestfs_free_application_list "
17431 "*);\n"
17432 "\n"
17433 msgstr ""
17434
17435 #. type: textblock
17436 #: ../fish/guestfish.pod:5
17437 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17438 msgstr ""
17439
17440 #. type: verbatim
17441 #: ../fish/guestfish.pod:9
17442 #, no-wrap
17443 msgid ""
17444 " guestfish [--options] [commands]\n"
17445 "\n"
17446 msgstr ""
17447
17448 #. type: verbatim
17449 #: ../fish/guestfish.pod:11
17450 #, no-wrap
17451 msgid ""
17452 " guestfish\n"
17453 "\n"
17454 msgstr ""
17455
17456 #. type: verbatim
17457 #: ../fish/guestfish.pod:13
17458 #, no-wrap
17459 msgid ""
17460 " guestfish [--ro|--rw] -a disk.img\n"
17461 "\n"
17462 msgstr ""
17463
17464 #. type: verbatim
17465 #: ../fish/guestfish.pod:15
17466 #, no-wrap
17467 msgid ""
17468 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17469 "\n"
17470 msgstr ""
17471
17472 #. type: verbatim
17473 #: ../fish/guestfish.pod:17
17474 #, no-wrap
17475 msgid ""
17476 " guestfish -d libvirt-domain\n"
17477 "\n"
17478 msgstr ""
17479
17480 #. type: verbatim
17481 #: ../fish/guestfish.pod:19
17482 #, no-wrap
17483 msgid ""
17484 " guestfish [--ro|--rw] -a disk.img -i\n"
17485 "\n"
17486 msgstr ""
17487
17488 #. type: verbatim
17489 #: ../fish/guestfish.pod:21
17490 #, no-wrap
17491 msgid ""
17492 " guestfish -d libvirt-domain -i\n"
17493 "\n"
17494 msgstr ""
17495
17496 #. type: =head1
17497 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
17498 msgid "WARNING"
17499 msgstr ""
17500
17501 #. type: textblock
17502 #: ../fish/guestfish.pod:25
17503 msgid ""
17504 "Using guestfish in read/write mode on live virtual machines can be "
17505 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17506 "option to use guestfish safely if the disk image or virtual machine might be "
17507 "live."
17508 msgstr ""
17509
17510 #. type: textblock
17511 #: ../fish/guestfish.pod:32
17512 msgid ""
17513 "Guestfish is a shell and command-line tool for examining and modifying "
17514 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17515 "functionality of the guestfs API, see L<guestfs(3)>."
17516 msgstr ""
17517
17518 #. type: textblock
17519 #: ../fish/guestfish.pod:36
17520 msgid ""
17521 "Guestfish gives you structured access to the libguestfs API, from shell "
17522 "scripts or the command line or interactively.  If you want to rescue a "
17523 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17524 "command."
17525 msgstr ""
17526
17527 #. type: =head1
17528 #: ../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:50
17529 msgid "EXAMPLES"
17530 msgstr ""
17531
17532 #. type: =head2
17533 #: ../fish/guestfish.pod:43
17534 msgid "As an interactive shell"
17535 msgstr ""
17536
17537 #. type: verbatim
17538 #: ../fish/guestfish.pod:45
17539 #, no-wrap
17540 msgid ""
17541 " $ guestfish\n"
17542 " \n"
17543 msgstr ""
17544
17545 #. type: verbatim
17546 #: ../fish/guestfish.pod:47
17547 #, no-wrap
17548 msgid ""
17549 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17550 " editing virtual machine filesystems.\n"
17551 " \n"
17552 msgstr ""
17553
17554 #. type: verbatim
17555 #: ../fish/guestfish.pod:50
17556 #, no-wrap
17557 msgid ""
17558 " Type: 'help' for a list of commands\n"
17559 "       'man' to read the manual\n"
17560 "       'quit' to quit the shell\n"
17561 " \n"
17562 msgstr ""
17563
17564 #. type: verbatim
17565 #: ../fish/guestfish.pod:54
17566 #, no-wrap
17567 msgid ""
17568 " ><fs> add-ro disk.img\n"
17569 " ><fs> run\n"
17570 " ><fs> list-filesystems\n"
17571 " /dev/sda1: ext4\n"
17572 " /dev/vg_guest/lv_root: ext4\n"
17573 " /dev/vg_guest/lv_swap: swap\n"
17574 " ><fs> mount /dev/vg_guest/lv_root /\n"
17575 " ><fs> cat /etc/fstab\n"
17576 " # /etc/fstab\n"
17577 " # Created by anaconda\n"
17578 " [...]\n"
17579 " ><fs> exit\n"
17580 "\n"
17581 msgstr ""
17582
17583 #. type: =head2
17584 #: ../fish/guestfish.pod:67
17585 msgid "From shell scripts"
17586 msgstr ""
17587
17588 #. type: textblock
17589 #: ../fish/guestfish.pod:69
17590 msgid "Create a new C</etc/motd> file in a guest or disk image:"
17591 msgstr ""
17592
17593 #. type: verbatim
17594 #: ../fish/guestfish.pod:71
17595 #, no-wrap
17596 msgid ""
17597 " guestfish <<_EOF_\n"
17598 " add disk.img\n"
17599 " run\n"
17600 " mount /dev/vg_guest/lv_root /\n"
17601 " write /etc/motd \"Welcome, new users\"\n"
17602 " _EOF_\n"
17603 "\n"
17604 msgstr ""
17605
17606 #. type: textblock
17607 #: ../fish/guestfish.pod:78
17608 msgid "List the LVM logical volumes in a disk image:"
17609 msgstr ""
17610
17611 #. type: verbatim
17612 #: ../fish/guestfish.pod:80
17613 #, no-wrap
17614 msgid ""
17615 " guestfish -a disk.img --ro <<_EOF_\n"
17616 " run\n"
17617 " lvs\n"
17618 " _EOF_\n"
17619 "\n"
17620 msgstr ""
17621
17622 #. type: textblock
17623 #: ../fish/guestfish.pod:85
17624 msgid "List all the filesystems in a disk image:"
17625 msgstr ""
17626
17627 #. type: verbatim
17628 #: ../fish/guestfish.pod:87
17629 #, no-wrap
17630 msgid ""
17631 " guestfish -a disk.img --ro <<_EOF_\n"
17632 " run\n"
17633 " list-filesystems\n"
17634 " _EOF_\n"
17635 "\n"
17636 msgstr ""
17637
17638 #. type: =head2
17639 #: ../fish/guestfish.pod:92
17640 msgid "On one command line"
17641 msgstr ""
17642
17643 #. type: textblock
17644 #: ../fish/guestfish.pod:94
17645 msgid "Update C</etc/resolv.conf> in a guest:"
17646 msgstr ""
17647
17648 #. type: verbatim
17649 #: ../fish/guestfish.pod:96
17650 #, no-wrap
17651 msgid ""
17652 " guestfish \\\n"
17653 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17654 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17655 "\n"
17656 msgstr ""
17657
17658 #. type: textblock
17659 #: ../fish/guestfish.pod:100
17660 msgid "Edit C</boot/grub/grub.conf> interactively:"
17661 msgstr ""
17662
17663 #. type: verbatim
17664 #: ../fish/guestfish.pod:102
17665 #, no-wrap
17666 msgid ""
17667 " guestfish --rw --add disk.img \\\n"
17668 "   --mount /dev/vg_guest/lv_root \\\n"
17669 "   --mount /dev/sda1:/boot \\\n"
17670 "   edit /boot/grub/grub.conf\n"
17671 "\n"
17672 msgstr ""
17673
17674 #. type: =head2
17675 #: ../fish/guestfish.pod:107
17676 msgid "Mount disks automatically"
17677 msgstr ""
17678
17679 #. type: textblock
17680 #: ../fish/guestfish.pod:109
17681 msgid ""
17682 "Use the I<-i> option to automatically mount the disks from a virtual "
17683 "machine:"
17684 msgstr ""
17685
17686 #. type: verbatim
17687 #: ../fish/guestfish.pod:112
17688 #, no-wrap
17689 msgid ""
17690 " guestfish --ro -a disk.img -i cat /etc/group\n"
17691 "\n"
17692 msgstr ""
17693
17694 #. type: verbatim
17695 #: ../fish/guestfish.pod:114
17696 #, no-wrap
17697 msgid ""
17698 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17699 "\n"
17700 msgstr ""
17701
17702 #. type: textblock
17703 #: ../fish/guestfish.pod:116
17704 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17705 msgstr ""
17706
17707 #. type: verbatim
17708 #: ../fish/guestfish.pod:118
17709 #, no-wrap
17710 msgid ""
17711 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17712 "\n"
17713 msgstr ""
17714
17715 #. type: =head2
17716 #: ../fish/guestfish.pod:120
17717 msgid "As a script interpreter"
17718 msgstr ""
17719
17720 #. type: textblock
17721 #: ../fish/guestfish.pod:122
17722 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17723 msgstr ""
17724
17725 #. type: verbatim
17726 #: ../fish/guestfish.pod:124
17727 #, no-wrap
17728 msgid ""
17729 " #!/usr/bin/guestfish -f\n"
17730 " sparse test1.img 100M\n"
17731 " run\n"
17732 " part-disk /dev/sda mbr\n"
17733 " mkfs ext2 /dev/sda1\n"
17734 "\n"
17735 msgstr ""
17736
17737 #. type: =head2
17738 #: ../fish/guestfish.pod:130
17739 msgid "Start with a prepared disk"
17740 msgstr ""
17741
17742 #. type: textblock
17743 #: ../fish/guestfish.pod:132
17744 msgid ""
17745 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17746 "single ext2-formatted partition:"
17747 msgstr ""
17748
17749 #. type: verbatim
17750 #: ../fish/guestfish.pod:135
17751 #, no-wrap
17752 msgid ""
17753 " guestfish -N fs\n"
17754 "\n"
17755 msgstr ""
17756
17757 #. type: textblock
17758 #: ../fish/guestfish.pod:137
17759 msgid "To list what is available do:"
17760 msgstr ""
17761
17762 #. type: verbatim
17763 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
17764 #, no-wrap
17765 msgid ""
17766 " guestfish -N help | less\n"
17767 "\n"
17768 msgstr ""
17769
17770 #. type: =head2
17771 #: ../fish/guestfish.pod:141
17772 msgid "Remote control"
17773 msgstr ""
17774
17775 #. type: verbatim
17776 #: ../fish/guestfish.pod:143
17777 #, no-wrap
17778 msgid ""
17779 " eval \"`guestfish --listen`\"\n"
17780 " guestfish --remote add-ro disk.img\n"
17781 " guestfish --remote run\n"
17782 " guestfish --remote lvs\n"
17783 "\n"
17784 msgstr ""
17785
17786 #. type: =head1
17787 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
17788 msgid "OPTIONS"
17789 msgstr ""
17790
17791 #. type: =item
17792 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104 ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
17793 msgid "B<--help>"
17794 msgstr ""
17795
17796 #. type: textblock
17797 #: ../fish/guestfish.pod:154
17798 msgid "Displays general help on options."
17799 msgstr ""
17800
17801 #. type: =item
17802 #: ../fish/guestfish.pod:156
17803 msgid "B<-h>"
17804 msgstr ""
17805
17806 #. type: =item
17807 #: ../fish/guestfish.pod:158
17808 msgid "B<--cmd-help>"
17809 msgstr ""
17810
17811 #. type: textblock
17812 #: ../fish/guestfish.pod:160
17813 msgid "Lists all available guestfish commands."
17814 msgstr ""
17815
17816 #. type: =item
17817 #: ../fish/guestfish.pod:162
17818 msgid "B<-h cmd>"
17819 msgstr ""
17820
17821 #. type: =item
17822 #: ../fish/guestfish.pod:164
17823 msgid "B<--cmd-help cmd>"
17824 msgstr ""
17825
17826 #. type: textblock
17827 #: ../fish/guestfish.pod:166
17828 msgid "Displays detailed help on a single command C<cmd>."
17829 msgstr ""
17830
17831 #. type: =item
17832 #: ../fish/guestfish.pod:168
17833 msgid "B<-a image>"
17834 msgstr ""
17835
17836 #. type: =item
17837 #: ../fish/guestfish.pod:170
17838 msgid "B<--add image>"
17839 msgstr ""
17840
17841 #. type: textblock
17842 #: ../fish/guestfish.pod:172
17843 msgid "Add a block device or virtual machine image to the shell."
17844 msgstr ""
17845
17846 #. type: textblock
17847 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
17848 msgid ""
17849 "The format of the disk image is auto-detected.  To override this and force a "
17850 "particular format use the I<--format=..> option."
17851 msgstr ""
17852
17853 #. type: textblock
17854 #: ../fish/guestfish.pod:177
17855 msgid ""
17856 "Using this flag is mostly equivalent to using the C<add> command, with "
17857 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17858 "the I<--format:...> flag was given."
17859 msgstr ""
17860
17861 #. type: =item
17862 #: ../fish/guestfish.pod:181
17863 msgid "B<-c URI>"
17864 msgstr ""
17865
17866 #. type: =item
17867 #: ../fish/guestfish.pod:183
17868 msgid "B<--connect URI>"
17869 msgstr ""
17870
17871 #. type: textblock
17872 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
17873 msgid ""
17874 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17875 "URI to use.  The default is to use the default libvirt connection."
17876 msgstr ""
17877
17878 #. type: =item
17879 #: ../fish/guestfish.pod:189
17880 msgid "B<--csh>"
17881 msgstr ""
17882
17883 #. type: textblock
17884 #: ../fish/guestfish.pod:191
17885 msgid ""
17886 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17887 "section L</REMOTE CONTROL AND CSH> below."
17888 msgstr ""
17889
17890 #. type: =item
17891 #: ../fish/guestfish.pod:194
17892 msgid "B<-d libvirt-domain>"
17893 msgstr ""
17894
17895 #. type: =item
17896 #: ../fish/guestfish.pod:196
17897 msgid "B<--domain libvirt-domain>"
17898 msgstr ""
17899
17900 #. type: textblock
17901 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
17902 msgid ""
17903 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17904 "used, then any libvirt domain can be used.  However in write mode, only "
17905 "libvirt domains which are shut down can be named here."
17906 msgstr ""
17907
17908 #. type: textblock
17909 #: ../fish/guestfish.pod:202
17910 msgid ""
17911 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17912 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17913 "if the I<--format:...> flag was given."
17914 msgstr ""
17915
17916 #. type: =item
17917 #: ../fish/guestfish.pod:206
17918 msgid "B<-D>"
17919 msgstr ""
17920
17921 #. type: =item
17922 #: ../fish/guestfish.pod:208
17923 msgid "B<--no-dest-paths>"
17924 msgstr ""
17925
17926 #. type: textblock
17927 #: ../fish/guestfish.pod:210
17928 msgid ""
17929 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17930 "to hit the tab key to complete paths on the guest filesystem, but this "
17931 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17932 "allow this feature to be disabled."
17933 msgstr ""
17934
17935 #. type: =item
17936 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
17937 msgid "B<--echo-keys>"
17938 msgstr ""
17939
17940 #. type: textblock
17941 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
17942 msgid ""
17943 "When prompting for keys and passphrases, guestfish normally turns echoing "
17944 "off so you cannot see what you are typing.  If you are not worried about "
17945 "Tempest attacks and there is no one else in the room you can specify this "
17946 "flag to see what you are typing."
17947 msgstr ""
17948
17949 #. type: =item
17950 #: ../fish/guestfish.pod:222
17951 msgid "B<-f file>"
17952 msgstr ""
17953
17954 #. type: =item
17955 #: ../fish/guestfish.pod:224
17956 msgid "B<--file file>"
17957 msgstr ""
17958
17959 #. type: textblock
17960 #: ../fish/guestfish.pod:226
17961 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
17962 msgstr ""
17963
17964 #. type: verbatim
17965 #: ../fish/guestfish.pod:229
17966 #, no-wrap
17967 msgid ""
17968 " #!/usr/bin/guestfish -f\n"
17969 "\n"
17970 msgstr ""
17971
17972 #. type: =item
17973 #: ../fish/guestfish.pod:231
17974 msgid "B<--format=raw|qcow2|..>"
17975 msgstr ""
17976
17977 #. type: =item
17978 #: ../fish/guestfish.pod:233
17979 msgid "B<--format>"
17980 msgstr ""
17981
17982 #. type: textblock
17983 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
17984 msgid ""
17985 "The default for the I<-a> option is to auto-detect the format of the disk "
17986 "image.  Using this forces the disk format for I<-a> options which follow on "
17987 "the command line.  Using I<--format> with no argument switches back to "
17988 "auto-detection for subsequent I<-a> options."
17989 msgstr ""
17990
17991 #. type: verbatim
17992 #: ../fish/guestfish.pod:242
17993 #, no-wrap
17994 msgid ""
17995 " guestfish --format=raw -a disk.img\n"
17996 "\n"
17997 msgstr ""
17998
17999 #. type: textblock
18000 #: ../fish/guestfish.pod:244
18001 msgid "forces raw format (no auto-detection) for C<disk.img>."
18002 msgstr ""
18003
18004 #. type: verbatim
18005 #: ../fish/guestfish.pod:246
18006 #, no-wrap
18007 msgid ""
18008 " guestfish --format=raw -a disk.img --format -a another.img\n"
18009 "\n"
18010 msgstr ""
18011
18012 #. type: textblock
18013 #: ../fish/guestfish.pod:248
18014 msgid ""
18015 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18016 "auto-detection for C<another.img>."
18017 msgstr ""
18018
18019 #. type: textblock
18020 #: ../fish/guestfish.pod:251
18021 msgid ""
18022 "If you have untrusted raw-format guest disk images, you should use this "
18023 "option to specify the disk format.  This avoids a possible security problem "
18024 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18025 msgstr ""
18026
18027 #. type: =item
18028 #: ../fish/guestfish.pod:256
18029 msgid "B<-i>"
18030 msgstr ""
18031
18032 #. type: =item
18033 #: ../fish/guestfish.pod:258
18034 msgid "B<--inspector>"
18035 msgstr ""
18036
18037 #. type: textblock
18038 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18039 msgid ""
18040 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18041 "system and mount filesystems as they would be mounted on the real virtual "
18042 "machine."
18043 msgstr ""
18044
18045 #. type: textblock
18046 #: ../fish/guestfish.pod:264
18047 msgid "Typical usage is either:"
18048 msgstr ""
18049
18050 #. type: verbatim
18051 #: ../fish/guestfish.pod:266
18052 #, no-wrap
18053 msgid ""
18054 " guestfish -d myguest -i\n"
18055 "\n"
18056 msgstr ""
18057
18058 #. type: textblock
18059 #: ../fish/guestfish.pod:268
18060 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18061 msgstr ""
18062
18063 #. type: verbatim
18064 #: ../fish/guestfish.pod:270
18065 #, no-wrap
18066 msgid ""
18067 " guestfish --ro -d myguest -i\n"
18068 "\n"
18069 msgstr ""
18070
18071 #. type: textblock
18072 #: ../fish/guestfish.pod:272
18073 msgid "(for active domains, readonly), or specify the block device directly:"
18074 msgstr ""
18075
18076 #. type: verbatim
18077 #: ../fish/guestfish.pod:274
18078 #, no-wrap
18079 msgid ""
18080 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18081 "\n"
18082 msgstr ""
18083
18084 #. type: textblock
18085 #: ../fish/guestfish.pod:276
18086 msgid ""
18087 "Note that the command line syntax changed slightly over older versions of "
18088 "guestfish.  You can still use the old syntax:"
18089 msgstr ""
18090
18091 #. type: verbatim
18092 #: ../fish/guestfish.pod:279
18093 #, no-wrap
18094 msgid ""
18095 " guestfish [--ro] -i disk.img\n"
18096 "\n"
18097 msgstr ""
18098
18099 #. type: verbatim
18100 #: ../fish/guestfish.pod:281
18101 #, no-wrap
18102 msgid ""
18103 " guestfish [--ro] -i libvirt-domain\n"
18104 "\n"
18105 msgstr ""
18106
18107 #. type: textblock
18108 #: ../fish/guestfish.pod:283
18109 msgid ""
18110 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18111 "then using other commands to mount the filesystems that were found."
18112 msgstr ""
18113
18114 #. type: =item
18115 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18116 msgid "B<--keys-from-stdin>"
18117 msgstr ""
18118
18119 #. type: textblock
18120 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18121 msgid ""
18122 "Read key or passphrase parameters from stdin.  The default is to try to read "
18123 "passphrases from the user by opening C</dev/tty>."
18124 msgstr ""
18125
18126 #. type: =item
18127 #: ../fish/guestfish.pod:292
18128 msgid "B<--listen>"
18129 msgstr ""
18130
18131 #. type: textblock
18132 #: ../fish/guestfish.pod:294
18133 msgid ""
18134 "Fork into the background and listen for remote commands.  See section "
18135 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18136 msgstr ""
18137
18138 #. type: =item
18139 #: ../fish/guestfish.pod:297
18140 msgid "B<-m dev[:mountpoint]>"
18141 msgstr ""
18142
18143 #. type: =item
18144 #: ../fish/guestfish.pod:299
18145 msgid "B<--mount dev[:mountpoint]>"
18146 msgstr ""
18147
18148 #. type: textblock
18149 #: ../fish/guestfish.pod:301
18150 msgid "Mount the named partition or logical volume on the given mountpoint."
18151 msgstr ""
18152
18153 #. type: textblock
18154 #: ../fish/guestfish.pod:303
18155 msgid "If the mountpoint is omitted, it defaults to C</>."
18156 msgstr ""
18157
18158 #. type: textblock
18159 #: ../fish/guestfish.pod:305
18160 msgid "You have to mount something on C</> before most commands will work."
18161 msgstr ""
18162
18163 #. type: textblock
18164 #: ../fish/guestfish.pod:307
18165 msgid ""
18166 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18167 "launched."
18168 msgstr ""
18169
18170 #. type: textblock
18171 #: ../fish/guestfish.pod:310
18172 msgid ""
18173 "If you don't know what filesystems a disk image contains, you can either run "
18174 "guestfish without this option, then list the partitions, filesystems and LVs "
18175 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18176 "commands), or you can use the L<virt-filesystems(1)> program."
18177 msgstr ""
18178
18179 #. type: textblock
18180 #: ../fish/guestfish.pod:316
18181 msgid ""
18182 "Using this flag is mostly equivalent to using the C<mount-options> command "
18183 "or the C<mount-ro> command if the I<--ro> flag was given."
18184 msgstr ""
18185
18186 #. type: =item
18187 #: ../fish/guestfish.pod:319
18188 msgid "B<-n>"
18189 msgstr ""
18190
18191 #. type: =item
18192 #: ../fish/guestfish.pod:321
18193 msgid "B<--no-sync>"
18194 msgstr ""
18195
18196 #. type: textblock
18197 #: ../fish/guestfish.pod:323
18198 msgid ""
18199 "Disable autosync.  This is enabled by default.  See the discussion of "
18200 "autosync in the L<guestfs(3)> manpage."
18201 msgstr ""
18202
18203 #. type: =item
18204 #: ../fish/guestfish.pod:326
18205 msgid "B<-N type>"
18206 msgstr ""
18207
18208 #. type: =item
18209 #: ../fish/guestfish.pod:328
18210 msgid "B<--new type>"
18211 msgstr ""
18212
18213 #. type: =item
18214 #: ../fish/guestfish.pod:330
18215 msgid "B<-N help>"
18216 msgstr ""
18217
18218 #. type: textblock
18219 #: ../fish/guestfish.pod:332
18220 msgid ""
18221 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18222 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18223 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18224 "IMAGES> below."
18225 msgstr ""
18226
18227 #. type: =item
18228 #: ../fish/guestfish.pod:337
18229 msgid "B<--progress-bars>"
18230 msgstr ""
18231
18232 #. type: textblock
18233 #: ../fish/guestfish.pod:339
18234 msgid "Enable progress bars, even when guestfish is used non-interactively."
18235 msgstr ""
18236
18237 #. type: textblock
18238 #: ../fish/guestfish.pod:341
18239 msgid ""
18240 "Progress bars are enabled by default when guestfish is used as an "
18241 "interactive shell."
18242 msgstr ""
18243
18244 #. type: =item
18245 #: ../fish/guestfish.pod:344
18246 msgid "B<--no-progress-bars>"
18247 msgstr ""
18248
18249 #. type: textblock
18250 #: ../fish/guestfish.pod:346
18251 msgid "Disable progress bars."
18252 msgstr ""
18253
18254 #. type: =item
18255 #: ../fish/guestfish.pod:348
18256 msgid "B<--remote[=pid]>"
18257 msgstr ""
18258
18259 #. type: textblock
18260 #: ../fish/guestfish.pod:350
18261 msgid ""
18262 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18263 "CONTROL GUESTFISH OVER A SOCKET> below."
18264 msgstr ""
18265
18266 #. type: =item
18267 #: ../fish/guestfish.pod:353
18268 msgid "B<-r>"
18269 msgstr ""
18270
18271 #. type: =item
18272 #: ../fish/guestfish.pod:355
18273 msgid "B<--ro>"
18274 msgstr ""
18275
18276 #. type: textblock
18277 #: ../fish/guestfish.pod:357
18278 msgid ""
18279 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18280 "mounts are done read-only."
18281 msgstr ""
18282
18283 #. type: textblock
18284 #: ../fish/guestfish.pod:360
18285 msgid ""
18286 "The option must always be used if the disk image or virtual machine might be "
18287 "running, and is generally recommended in cases where you don't need write "
18288 "access to the disk."
18289 msgstr ""
18290
18291 #. type: textblock
18292 #: ../fish/guestfish.pod:364
18293 msgid ""
18294 "Note that prepared disk images created with I<-N> are not affected by this "
18295 "option.  Also commands like C<add> are not affected - you have to specify "
18296 "the C<readonly:true> option explicitly if you need it."
18297 msgstr ""
18298
18299 #. type: textblock
18300 #: ../fish/guestfish.pod:368
18301 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18302 msgstr ""
18303
18304 #. type: =item
18305 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
18306 msgid "B<--selinux>"
18307 msgstr ""
18308
18309 #. type: textblock
18310 #: ../fish/guestfish.pod:372
18311 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18312 msgstr ""
18313
18314 #. type: =item
18315 #: ../fish/guestfish.pod:374
18316 msgid "B<-v>"
18317 msgstr ""
18318
18319 #. type: =item
18320 #: ../fish/guestfish.pod:376
18321 msgid "B<--verbose>"
18322 msgstr ""
18323
18324 #. type: textblock
18325 #: ../fish/guestfish.pod:378
18326 msgid ""
18327 "Enable very verbose messages.  This is particularly useful if you find a "
18328 "bug."
18329 msgstr ""
18330
18331 #. type: =item
18332 #: ../fish/guestfish.pod:381
18333 msgid "B<-V>"
18334 msgstr ""
18335
18336 #. type: =item
18337 #: ../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:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
18338 msgid "B<--version>"
18339 msgstr ""
18340
18341 #. type: textblock
18342 #: ../fish/guestfish.pod:385
18343 msgid "Display the guestfish / libguestfs version number and exit."
18344 msgstr ""
18345
18346 #. type: =item
18347 #: ../fish/guestfish.pod:387
18348 msgid "B<-w>"
18349 msgstr ""
18350
18351 #. type: =item
18352 #: ../fish/guestfish.pod:389
18353 msgid "B<--rw>"
18354 msgstr ""
18355
18356 #. type: textblock
18357 #: ../fish/guestfish.pod:391
18358 msgid ""
18359 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18360 "WRITE> below."
18361 msgstr ""
18362
18363 #. type: =item
18364 #: ../fish/guestfish.pod:394
18365 msgid "B<-x>"
18366 msgstr ""
18367
18368 #. type: textblock
18369 #: ../fish/guestfish.pod:396
18370 msgid "Echo each command before executing it."
18371 msgstr ""
18372
18373 #. type: =head1
18374 #: ../fish/guestfish.pod:400
18375 msgid "COMMANDS ON COMMAND LINE"
18376 msgstr ""
18377
18378 #. type: textblock
18379 #: ../fish/guestfish.pod:402
18380 msgid "Any additional (non-option) arguments are treated as commands to execute."
18381 msgstr ""
18382
18383 #. type: textblock
18384 #: ../fish/guestfish.pod:405
18385 msgid ""
18386 "Commands to execute should be separated by a colon (C<:>), where the colon "
18387 "is a separate parameter.  Thus:"
18388 msgstr ""
18389
18390 #. type: verbatim
18391 #: ../fish/guestfish.pod:408
18392 #, no-wrap
18393 msgid ""
18394 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18395 "\n"
18396 msgstr ""
18397
18398 #. type: textblock
18399 #: ../fish/guestfish.pod:410
18400 msgid ""
18401 "If there are no additional arguments, then we enter a shell, either an "
18402 "interactive shell with a prompt (if the input is a terminal) or a "
18403 "non-interactive shell."
18404 msgstr ""
18405
18406 #. type: textblock
18407 #: ../fish/guestfish.pod:414
18408 msgid ""
18409 "In either command line mode or non-interactive shell, the first command that "
18410 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18411 "prompt) if a command fails, you can continue to enter commands."
18412 msgstr ""
18413
18414 #. type: =head1
18415 #: ../fish/guestfish.pod:419
18416 msgid "USING launch (OR run)"
18417 msgstr ""
18418
18419 #. type: textblock
18420 #: ../fish/guestfish.pod:421
18421 msgid ""
18422 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18423 "then launch it, then mount any disks you need, and finally issue "
18424 "actions/commands.  So the general order of the day is:"
18425 msgstr ""
18426
18427 #. type: textblock
18428 #: ../fish/guestfish.pod:429
18429 msgid "add or -a/--add"
18430 msgstr ""
18431
18432 #. type: textblock
18433 #: ../fish/guestfish.pod:433
18434 msgid "launch (aka run)"
18435 msgstr ""
18436
18437 #. type: textblock
18438 #: ../fish/guestfish.pod:437
18439 msgid "mount or -m/--mount"
18440 msgstr ""
18441
18442 #. type: textblock
18443 #: ../fish/guestfish.pod:441
18444 msgid "any other commands"
18445 msgstr ""
18446
18447 #. type: textblock
18448 #: ../fish/guestfish.pod:445
18449 msgid ""
18450 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18451 "guest before mounting or performing any other commands."
18452 msgstr ""
18453
18454 #. type: textblock
18455 #: ../fish/guestfish.pod:448
18456 msgid ""
18457 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18458 "I<--new> options were given then C<run> is done automatically, simply "
18459 "because guestfish can't perform the action you asked for without doing this."
18460 msgstr ""
18461
18462 #. type: =head1
18463 #: ../fish/guestfish.pod:453
18464 msgid "OPENING DISKS FOR READ AND WRITE"
18465 msgstr ""
18466
18467 #. type: textblock
18468 #: ../fish/guestfish.pod:455
18469 msgid ""
18470 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18471 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18472 "open disk images read-only or for writing."
18473 msgstr ""
18474
18475 #. type: textblock
18476 #: ../fish/guestfish.pod:459
18477 msgid ""
18478 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18479 "disk images supplied on the command line for write.  To open a disk image "
18480 "read-only you have to do I<-a image --ro>."
18481 msgstr ""
18482
18483 #. type: textblock
18484 #: ../fish/guestfish.pod:463
18485 msgid ""
18486 "This matters: If you accidentally open a live VM disk image writable then "
18487 "you will cause irreversible disk corruption."
18488 msgstr ""
18489
18490 #. type: textblock
18491 #: ../fish/guestfish.pod:466
18492 msgid ""
18493 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18494 "images will be opened read-only.  You will have to either specify "
18495 "I<guestfish --rw> or change a configuration file in order to get write "
18496 "access for disk images specified by those other command line options."
18497 msgstr ""
18498
18499 #. type: textblock
18500 #: ../fish/guestfish.pod:471
18501 msgid ""
18502 "This version of guestfish has a I<--rw> option which does nothing (it is "
18503 "already the default).  However it is highly recommended that you use this "
18504 "option to indicate that guestfish needs write access, and to prepare your "
18505 "scripts for the day when this option will be required for write access."
18506 msgstr ""
18507
18508 #. type: textblock
18509 #: ../fish/guestfish.pod:477
18510 msgid ""
18511 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18512 "other libguestfs program apart from guestfish and guestmount."
18513 msgstr ""
18514
18515 #. type: =head1
18516 #: ../fish/guestfish.pod:480
18517 msgid "QUOTING"
18518 msgstr ""
18519
18520 #. type: textblock
18521 #: ../fish/guestfish.pod:482
18522 msgid ""
18523 "You can quote ordinary parameters using either single or double quotes.  For "
18524 "example:"
18525 msgstr ""
18526
18527 #. type: verbatim
18528 #: ../fish/guestfish.pod:485
18529 #, no-wrap
18530 msgid ""
18531 " add \"file with a space.img\"\n"
18532 "\n"
18533 msgstr ""
18534
18535 #. type: verbatim
18536 #: ../fish/guestfish.pod:487
18537 #, no-wrap
18538 msgid ""
18539 " rm '/file name'\n"
18540 "\n"
18541 msgstr ""
18542
18543 #. type: verbatim
18544 #: ../fish/guestfish.pod:489
18545 #, no-wrap
18546 msgid ""
18547 " rm '/\"'\n"
18548 "\n"
18549 msgstr ""
18550
18551 #. type: textblock
18552 #: ../fish/guestfish.pod:491
18553 msgid ""
18554 "A few commands require a list of strings to be passed.  For these, use a "
18555 "whitespace-separated list, enclosed in quotes.  Strings containing "
18556 "whitespace to be passed through must be enclosed in single quotes.  A "
18557 "literal single quote must be escaped with a backslash."
18558 msgstr ""
18559
18560 #. type: verbatim
18561 #: ../fish/guestfish.pod:496
18562 #, no-wrap
18563 msgid ""
18564 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18565 " command \"/bin/echo 'foo      bar'\"\n"
18566 " command \"/bin/echo \\'foo\\'\"\n"
18567 "\n"
18568 msgstr ""
18569
18570 #. type: =head1
18571 #: ../fish/guestfish.pod:500
18572 msgid "OPTIONAL ARGUMENTS"
18573 msgstr ""
18574
18575 #. type: textblock
18576 #: ../fish/guestfish.pod:502
18577 msgid ""
18578 "Some commands take optional arguments.  These arguments appear in this "
18579 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18580 msgstr ""
18581
18582 #. type: verbatim
18583 #: ../fish/guestfish.pod:506
18584 #, no-wrap
18585 msgid ""
18586 " add-drive-opts filename\n"
18587 "\n"
18588 msgstr ""
18589
18590 #. type: verbatim
18591 #: ../fish/guestfish.pod:508
18592 #, no-wrap
18593 msgid ""
18594 " add-drive-opts filename readonly:true\n"
18595 "\n"
18596 msgstr ""
18597
18598 #. type: verbatim
18599 #: ../fish/guestfish.pod:510
18600 #, no-wrap
18601 msgid ""
18602 " add-drive-opts filename format:qcow2 readonly:false\n"
18603 "\n"
18604 msgstr ""
18605
18606 #. type: textblock
18607 #: ../fish/guestfish.pod:512
18608 msgid ""
18609 "Each optional argument can appear at most once.  All optional arguments must "
18610 "appear after the required ones."
18611 msgstr ""
18612
18613 #. type: =head1
18614 #: ../fish/guestfish.pod:515
18615 msgid "NUMBERS"
18616 msgstr ""
18617
18618 #. type: textblock
18619 #: ../fish/guestfish.pod:517
18620 msgid "This section applies to all commands which can take integers as parameters."
18621 msgstr ""
18622
18623 #. type: =head2
18624 #: ../fish/guestfish.pod:520
18625 msgid "SIZE SUFFIX"
18626 msgstr ""
18627
18628 #. type: textblock
18629 #: ../fish/guestfish.pod:522
18630 msgid ""
18631 "When the command takes a parameter measured in bytes, you can use one of the "
18632 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18633 msgstr ""
18634
18635 #. type: =item
18636 #: ../fish/guestfish.pod:528
18637 msgid "B<k> or B<K> or B<KiB>"
18638 msgstr ""
18639
18640 #. type: textblock
18641 #: ../fish/guestfish.pod:530
18642 msgid "The size in kilobytes (multiplied by 1024)."
18643 msgstr ""
18644
18645 #. type: =item
18646 #: ../fish/guestfish.pod:532
18647 msgid "B<KB>"
18648 msgstr ""
18649
18650 #. type: textblock
18651 #: ../fish/guestfish.pod:534
18652 msgid "The size in SI 1000 byte units."
18653 msgstr ""
18654
18655 #. type: =item
18656 #: ../fish/guestfish.pod:536
18657 msgid "B<M> or B<MiB>"
18658 msgstr ""
18659
18660 #. type: textblock
18661 #: ../fish/guestfish.pod:538
18662 msgid "The size in megabytes (multiplied by 1048576)."
18663 msgstr ""
18664
18665 #. type: =item
18666 #: ../fish/guestfish.pod:540
18667 msgid "B<MB>"
18668 msgstr ""
18669
18670 #. type: textblock
18671 #: ../fish/guestfish.pod:542
18672 msgid "The size in SI 1000000 byte units."
18673 msgstr ""
18674
18675 #. type: =item
18676 #: ../fish/guestfish.pod:544
18677 msgid "B<G> or B<GiB>"
18678 msgstr ""
18679
18680 #. type: textblock
18681 #: ../fish/guestfish.pod:546
18682 msgid "The size in gigabytes (multiplied by 2**30)."
18683 msgstr ""
18684
18685 #. type: =item
18686 #: ../fish/guestfish.pod:548
18687 msgid "B<GB>"
18688 msgstr ""
18689
18690 #. type: textblock
18691 #: ../fish/guestfish.pod:550
18692 msgid "The size in SI 10**9 byte units."
18693 msgstr ""
18694
18695 #. type: =item
18696 #: ../fish/guestfish.pod:552
18697 msgid "B<T> or B<TiB>"
18698 msgstr ""
18699
18700 #. type: textblock
18701 #: ../fish/guestfish.pod:554
18702 msgid "The size in terabytes (multiplied by 2**40)."
18703 msgstr ""
18704
18705 #. type: =item
18706 #: ../fish/guestfish.pod:556
18707 msgid "B<TB>"
18708 msgstr ""
18709
18710 #. type: textblock
18711 #: ../fish/guestfish.pod:558
18712 msgid "The size in SI 10**12 byte units."
18713 msgstr ""
18714
18715 #. type: =item
18716 #: ../fish/guestfish.pod:560
18717 msgid "B<P> or B<PiB>"
18718 msgstr ""
18719
18720 #. type: textblock
18721 #: ../fish/guestfish.pod:562
18722 msgid "The size in petabytes (multiplied by 2**50)."
18723 msgstr ""
18724
18725 #. type: =item
18726 #: ../fish/guestfish.pod:564
18727 msgid "B<PB>"
18728 msgstr ""
18729
18730 #. type: textblock
18731 #: ../fish/guestfish.pod:566
18732 msgid "The size in SI 10**15 byte units."
18733 msgstr ""
18734
18735 #. type: =item
18736 #: ../fish/guestfish.pod:568
18737 msgid "B<E> or B<EiB>"
18738 msgstr ""
18739
18740 #. type: textblock
18741 #: ../fish/guestfish.pod:570
18742 msgid "The size in exabytes (multiplied by 2**60)."
18743 msgstr ""
18744
18745 #. type: =item
18746 #: ../fish/guestfish.pod:572
18747 msgid "B<EB>"
18748 msgstr ""
18749
18750 #. type: textblock
18751 #: ../fish/guestfish.pod:574
18752 msgid "The size in SI 10**18 byte units."
18753 msgstr ""
18754
18755 #. type: =item
18756 #: ../fish/guestfish.pod:576
18757 msgid "B<Z> or B<ZiB>"
18758 msgstr ""
18759
18760 #. type: textblock
18761 #: ../fish/guestfish.pod:578
18762 msgid "The size in zettabytes (multiplied by 2**70)."
18763 msgstr ""
18764
18765 #. type: =item
18766 #: ../fish/guestfish.pod:580
18767 msgid "B<ZB>"
18768 msgstr ""
18769
18770 #. type: textblock
18771 #: ../fish/guestfish.pod:582
18772 msgid "The size in SI 10**21 byte units."
18773 msgstr ""
18774
18775 #. type: =item
18776 #: ../fish/guestfish.pod:584
18777 msgid "B<Y> or B<YiB>"
18778 msgstr ""
18779
18780 #. type: textblock
18781 #: ../fish/guestfish.pod:586
18782 msgid "The size in yottabytes (multiplied by 2**80)."
18783 msgstr ""
18784
18785 #. type: =item
18786 #: ../fish/guestfish.pod:588
18787 msgid "B<YB>"
18788 msgstr ""
18789
18790 #. type: textblock
18791 #: ../fish/guestfish.pod:590
18792 msgid "The size in SI 10**24 byte units."
18793 msgstr ""
18794
18795 #. type: verbatim
18796 #: ../fish/guestfish.pod:596
18797 #, no-wrap
18798 msgid ""
18799 " truncate-size /file 1G\n"
18800 "\n"
18801 msgstr ""
18802
18803 #. type: textblock
18804 #: ../fish/guestfish.pod:598
18805 msgid "would truncate the file to 1 gigabyte."
18806 msgstr ""
18807
18808 #. type: textblock
18809 #: ../fish/guestfish.pod:600
18810 msgid ""
18811 "Be careful because a few commands take sizes in kilobytes or megabytes "
18812 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
18813 "Adding a suffix will probably not do what you expect."
18814 msgstr ""
18815
18816 #. type: =head2
18817 #: ../fish/guestfish.pod:604
18818 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18819 msgstr ""
18820
18821 #. type: textblock
18822 #: ../fish/guestfish.pod:606
18823 msgid ""
18824 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18825 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18826 msgstr ""
18827
18828 #. type: verbatim
18829 #: ../fish/guestfish.pod:609
18830 #, no-wrap
18831 msgid ""
18832 " 1234      decimal number 1234\n"
18833 " 02322     octal number, equivalent to decimal 1234\n"
18834 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18835 "\n"
18836 msgstr ""
18837
18838 #. type: textblock
18839 #: ../fish/guestfish.pod:613
18840 msgid ""
18841 "When using the C<chmod> command, you almost always want to specify an octal "
18842 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18843 "L<chmod(1)> program):"
18844 msgstr ""
18845
18846 #. type: verbatim
18847 #: ../fish/guestfish.pod:617
18848 #, no-wrap
18849 msgid ""
18850 " chmod 0777 /public  # OK\n"
18851 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18852 "\n"
18853 msgstr ""
18854
18855 #. type: textblock
18856 #: ../fish/guestfish.pod:620
18857 msgid ""
18858 "Commands that return numbers usually print them in decimal, but some "
18859 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18860 "octal, preceeded by C<0>)."
18861 msgstr ""
18862
18863 #. type: =head1
18864 #: ../fish/guestfish.pod:624
18865 msgid "WILDCARDS AND GLOBBING"
18866 msgstr ""
18867
18868 #. type: textblock
18869 #: ../fish/guestfish.pod:626
18870 msgid ""
18871 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18872 "(globbing) by default.  So for example the following will not do what you "
18873 "expect:"
18874 msgstr ""
18875
18876 #. type: verbatim
18877 #: ../fish/guestfish.pod:630
18878 #, no-wrap
18879 msgid ""
18880 " rm-rf /home/*\n"
18881 "\n"
18882 msgstr ""
18883
18884 #. type: textblock
18885 #: ../fish/guestfish.pod:632
18886 msgid ""
18887 "Assuming you don't have a directory called literally C</home/*> then the "
18888 "above command will return an error."
18889 msgstr ""
18890
18891 #. type: textblock
18892 #: ../fish/guestfish.pod:635
18893 msgid "To perform wildcard expansion, use the C<glob> command."
18894 msgstr ""
18895
18896 #. type: verbatim
18897 #: ../fish/guestfish.pod:637
18898 #, no-wrap
18899 msgid ""
18900 " glob rm-rf /home/*\n"
18901 "\n"
18902 msgstr ""
18903
18904 #. type: textblock
18905 #: ../fish/guestfish.pod:639
18906 msgid ""
18907 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18908 "many times), equivalent to:"
18909 msgstr ""
18910
18911 #. type: verbatim
18912 #: ../fish/guestfish.pod:642
18913 #, no-wrap
18914 msgid ""
18915 " rm-rf /home/jim\n"
18916 " rm-rf /home/joe\n"
18917 " rm-rf /home/mary\n"
18918 "\n"
18919 msgstr ""
18920
18921 #. type: textblock
18922 #: ../fish/guestfish.pod:646
18923 msgid "C<glob> only works on simple guest paths and not on device names."
18924 msgstr ""
18925
18926 #. type: textblock
18927 #: ../fish/guestfish.pod:648
18928 msgid ""
18929 "If you have several parameters, each containing a wildcard, then glob will "
18930 "perform a Cartesian product."
18931 msgstr ""
18932
18933 #. type: =head1
18934 #: ../fish/guestfish.pod:651
18935 msgid "COMMENTS"
18936 msgstr ""
18937
18938 #. type: textblock
18939 #: ../fish/guestfish.pod:653
18940 msgid ""
18941 "Any line which starts with a I<#> character is treated as a comment and "
18942 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18943 "a command.  For example:"
18944 msgstr ""
18945
18946 #. type: verbatim
18947 #: ../fish/guestfish.pod:657
18948 #, no-wrap
18949 msgid ""
18950 " # this is a comment\n"
18951 "         # this is a comment\n"
18952 " foo # NOT a comment\n"
18953 "\n"
18954 msgstr ""
18955
18956 #. type: textblock
18957 #: ../fish/guestfish.pod:661
18958 msgid "Blank lines are also ignored."
18959 msgstr ""
18960
18961 #. type: =head1
18962 #: ../fish/guestfish.pod:663
18963 msgid "RUNNING COMMANDS LOCALLY"
18964 msgstr ""
18965
18966 #. type: textblock
18967 #: ../fish/guestfish.pod:665
18968 msgid ""
18969 "Any line which starts with a I<!> character is treated as a command sent to "
18970 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
18971 msgstr ""
18972
18973 #. type: verbatim
18974 #: ../fish/guestfish.pod:669
18975 #, no-wrap
18976 msgid ""
18977 " !mkdir local\n"
18978 " tgz-out /remote local/remote-data.tar.gz\n"
18979 "\n"
18980 msgstr ""
18981
18982 #. type: textblock
18983 #: ../fish/guestfish.pod:672
18984 msgid ""
18985 "will create a directory C<local> on the host, and then export the contents "
18986 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
18987 "(See C<tgz-out>)."
18988 msgstr ""
18989
18990 #. type: textblock
18991 #: ../fish/guestfish.pod:676
18992 msgid ""
18993 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
18994 "effect, due to the way that subprocesses work in Unix."
18995 msgstr ""
18996
18997 #. type: =head1
18998 #: ../fish/guestfish.pod:679
18999 msgid "PIPES"
19000 msgstr ""
19001
19002 #. type: textblock
19003 #: ../fish/guestfish.pod:681
19004 msgid ""
19005 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19006 "command (a guestfish command) to the second command (any host command).  For "
19007 "example:"
19008 msgstr ""
19009
19010 #. type: verbatim
19011 #: ../fish/guestfish.pod:685
19012 #, no-wrap
19013 msgid ""
19014 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19015 "\n"
19016 msgstr ""
19017
19018 #. type: textblock
19019 #: ../fish/guestfish.pod:687
19020 msgid ""
19021 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19022 "program).  The above command would list all accounts in the guest filesystem "
19023 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19024 msgstr ""
19025
19026 #. type: verbatim
19027 #: ../fish/guestfish.pod:692
19028 #, no-wrap
19029 msgid ""
19030 " hexdump /bin/ls | head\n"
19031 " list-devices | tail -1\n"
19032 " tgz-out / - | tar ztf -\n"
19033 "\n"
19034 msgstr ""
19035
19036 #. type: textblock
19037 #: ../fish/guestfish.pod:696
19038 msgid ""
19039 "The space before the pipe symbol is required, any space after the pipe "
19040 "symbol is optional.  Everything after the pipe symbol is just passed "
19041 "straight to the host shell, so it can contain redirections, globs and "
19042 "anything else that makes sense on the host side."
19043 msgstr ""
19044
19045 #. type: textblock
19046 #: ../fish/guestfish.pod:701
19047 msgid ""
19048 "To use a literal argument which begins with a pipe symbol, you have to quote "
19049 "it, eg:"
19050 msgstr ""
19051
19052 #. type: verbatim
19053 #: ../fish/guestfish.pod:704
19054 #, no-wrap
19055 msgid ""
19056 " echo \"|\"\n"
19057 "\n"
19058 msgstr ""
19059
19060 #. type: =head1
19061 #: ../fish/guestfish.pod:706
19062 msgid "HOME DIRECTORIES"
19063 msgstr ""
19064
19065 #. type: textblock
19066 #: ../fish/guestfish.pod:708
19067 msgid ""
19068 "If a parameter starts with the character C<~> then the tilde may be expanded "
19069 "as a home directory path (either C<~> for the current user's home directory, "
19070 "or C<~user> for another user)."
19071 msgstr ""
19072
19073 #. type: textblock
19074 #: ../fish/guestfish.pod:712
19075 msgid ""
19076 "Note that home directory expansion happens for users known I<on the host>, "
19077 "not in the guest filesystem."
19078 msgstr ""
19079
19080 #. type: textblock
19081 #: ../fish/guestfish.pod:715
19082 msgid ""
19083 "To use a literal argument which begins with a tilde, you have to quote it, "
19084 "eg:"
19085 msgstr ""
19086
19087 #. type: verbatim
19088 #: ../fish/guestfish.pod:718
19089 #, no-wrap
19090 msgid ""
19091 " echo \"~\"\n"
19092 "\n"
19093 msgstr ""
19094
19095 #. type: textblock
19096 #: ../fish/guestfish.pod:722
19097 msgid ""
19098 "Libguestfs has some support for Linux guests encrypted according to the "
19099 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19100 "disk encryption systems used by modern Linux guests.  Currently only "
19101 "LVM-on-LUKS is supported."
19102 msgstr ""
19103
19104 #. type: textblock
19105 #: ../fish/guestfish.pod:727
19106 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19107 msgstr ""
19108
19109 #. type: verbatim
19110 #: ../fish/guestfish.pod:729
19111 #, no-wrap
19112 msgid ""
19113 " ><fs> vfs-type /dev/sda2\n"
19114 " crypto_LUKS\n"
19115 "\n"
19116 msgstr ""
19117
19118 #. type: textblock
19119 #: ../fish/guestfish.pod:732
19120 msgid ""
19121 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19122 "device called C</dev/mapper/luksdev>."
19123 msgstr ""
19124
19125 #. type: verbatim
19126 #: ../fish/guestfish.pod:735
19127 #, no-wrap
19128 msgid ""
19129 " ><fs> luks-open /dev/sda2 luksdev\n"
19130 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19131 "\n"
19132 msgstr ""
19133
19134 #. type: textblock
19135 #: ../fish/guestfish.pod:738
19136 msgid ""
19137 "Finally you have to tell LVM to scan for volume groups on the newly created "
19138 "mapper device:"
19139 msgstr ""
19140
19141 #. type: verbatim
19142 #: ../fish/guestfish.pod:741
19143 #, no-wrap
19144 msgid ""
19145 " vgscan\n"
19146 " vg-activate-all true\n"
19147 "\n"
19148 msgstr ""
19149
19150 #. type: textblock
19151 #: ../fish/guestfish.pod:744
19152 msgid "The logical volume(s) can now be mounted in the usual way."
19153 msgstr ""
19154
19155 #. type: textblock
19156 #: ../fish/guestfish.pod:746
19157 msgid ""
19158 "Before closing a LUKS device you must unmount any logical volumes on it and "
19159 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19160 "one.  Then you can close the mapper device:"
19161 msgstr ""
19162
19163 #. type: verbatim
19164 #: ../fish/guestfish.pod:750
19165 #, no-wrap
19166 msgid ""
19167 " vg-activate false /dev/VG\n"
19168 " luks-close /dev/mapper/luksdev\n"
19169 "\n"
19170 msgstr ""
19171
19172 #. type: =head1
19173 #: ../fish/guestfish.pod:753
19174 msgid "WINDOWS PATHS"
19175 msgstr ""
19176
19177 #. type: textblock
19178 #: ../fish/guestfish.pod:755
19179 msgid ""
19180 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19181 "(with some limitations).  The following commands are equivalent:"
19182 msgstr ""
19183
19184 #. type: verbatim
19185 #: ../fish/guestfish.pod:758
19186 #, no-wrap
19187 msgid ""
19188 " file /WINDOWS/system32/config/system.LOG\n"
19189 "\n"
19190 msgstr ""
19191
19192 #. type: verbatim
19193 #: ../fish/guestfish.pod:760
19194 #, no-wrap
19195 msgid ""
19196 " file win:/windows/system32/config/system.log\n"
19197 "\n"
19198 msgstr ""
19199
19200 #. type: verbatim
19201 #: ../fish/guestfish.pod:762
19202 #, no-wrap
19203 msgid ""
19204 " file win:\\windows\\system32\\config\\system.log\n"
19205 "\n"
19206 msgstr ""
19207
19208 #. type: verbatim
19209 #: ../fish/guestfish.pod:764
19210 #, no-wrap
19211 msgid ""
19212 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19213 "\n"
19214 msgstr ""
19215
19216 #. type: textblock
19217 #: ../fish/guestfish.pod:766
19218 msgid ""
19219 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19220 "handles case insensitivity like Windows would.  This only works in argument "
19221 "positions that expect a path."
19222 msgstr ""
19223
19224 #. type: =head1
19225 #: ../fish/guestfish.pod:770
19226 msgid "UPLOADING AND DOWNLOADING FILES"
19227 msgstr ""
19228
19229 #. type: textblock
19230 #: ../fish/guestfish.pod:772
19231 msgid ""
19232 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19233 "others which upload from or download to a local file, you can use the "
19234 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19235 msgstr ""
19236
19237 #. type: verbatim
19238 #: ../fish/guestfish.pod:776
19239 #, no-wrap
19240 msgid ""
19241 " upload - /foo\n"
19242 "\n"
19243 msgstr ""
19244
19245 #. type: textblock
19246 #: ../fish/guestfish.pod:778
19247 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19248 msgstr ""
19249
19250 #. type: verbatim
19251 #: ../fish/guestfish.pod:781
19252 #, no-wrap
19253 msgid ""
19254 " tar-out /etc - | tar tf -\n"
19255 "\n"
19256 msgstr ""
19257
19258 #. type: textblock
19259 #: ../fish/guestfish.pod:783
19260 msgid ""
19261 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19262 "command (see L</PIPES>)."
19263 msgstr ""
19264
19265 #. type: textblock
19266 #: ../fish/guestfish.pod:786
19267 msgid ""
19268 "When using C<-> to read from stdin, the input is read up to the end of "
19269 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19270 "some arbitrary end marker:"
19271 msgstr ""
19272
19273 #. type: verbatim
19274 #: ../fish/guestfish.pod:790
19275 #, no-wrap
19276 msgid ""
19277 " upload -<<END /foo\n"
19278 " input line 1\n"
19279 " input line 2\n"
19280 " input line 3\n"
19281 " END\n"
19282 "\n"
19283 msgstr ""
19284
19285 #. type: textblock
19286 #: ../fish/guestfish.pod:796
19287 msgid ""
19288 "Any string of characters can be used instead of C<END>.  The end marker must "
19289 "appear on a line of its own, without any preceeding or following characters "
19290 "(not even spaces)."
19291 msgstr ""
19292
19293 #. type: textblock
19294 #: ../fish/guestfish.pod:800
19295 msgid ""
19296 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19297 "upload local files (so-called \"FileIn\" parameters in the generator)."
19298 msgstr ""
19299
19300 #. type: =head1
19301 #: ../fish/guestfish.pod:803
19302 msgid "EXIT ON ERROR BEHAVIOUR"
19303 msgstr ""
19304
19305 #. type: textblock
19306 #: ../fish/guestfish.pod:805
19307 msgid ""
19308 "By default, guestfish will ignore any errors when in interactive mode "
19309 "(ie. taking commands from a human over a tty), and will exit on the first "
19310 "error in non-interactive mode (scripts, commands given on the command line)."
19311 msgstr ""
19312
19313 #. type: textblock
19314 #: ../fish/guestfish.pod:810
19315 msgid ""
19316 "If you prefix a command with a I<-> character, then that command will not "
19317 "cause guestfish to exit, even if that (one) command returns an error."
19318 msgstr ""
19319
19320 #. type: =head1
19321 #: ../fish/guestfish.pod:814
19322 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19323 msgstr ""
19324
19325 #. type: textblock
19326 #: ../fish/guestfish.pod:816
19327 msgid ""
19328 "Guestfish can be remote-controlled over a socket.  This is useful "
19329 "particularly in shell scripts where you want to make several different "
19330 "changes to a filesystem, but you don't want the overhead of starting up a "
19331 "guestfish process each time."
19332 msgstr ""
19333
19334 #. type: textblock
19335 #: ../fish/guestfish.pod:821
19336 msgid "Start a guestfish server process using:"
19337 msgstr ""
19338
19339 #. type: verbatim
19340 #: ../fish/guestfish.pod:823
19341 #, no-wrap
19342 msgid ""
19343 " eval \"`guestfish --listen`\"\n"
19344 "\n"
19345 msgstr ""
19346
19347 #. type: textblock
19348 #: ../fish/guestfish.pod:825
19349 msgid "and then send it commands by doing:"
19350 msgstr ""
19351
19352 #. type: verbatim
19353 #: ../fish/guestfish.pod:827
19354 #, no-wrap
19355 msgid ""
19356 " guestfish --remote cmd [...]\n"
19357 "\n"
19358 msgstr ""
19359
19360 #. type: textblock
19361 #: ../fish/guestfish.pod:829
19362 msgid "To cause the server to exit, send it the exit command:"
19363 msgstr ""
19364
19365 #. type: verbatim
19366 #: ../fish/guestfish.pod:831
19367 #, no-wrap
19368 msgid ""
19369 " guestfish --remote exit\n"
19370 "\n"
19371 msgstr ""
19372
19373 #. type: textblock
19374 #: ../fish/guestfish.pod:833
19375 msgid ""
19376 "Note that the server will normally exit if there is an error in a command.  "
19377 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19378 "BEHAVIOUR>."
19379 msgstr ""
19380
19381 #. type: =head2
19382 #: ../fish/guestfish.pod:837
19383 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19384 msgstr ""
19385
19386 #. type: textblock
19387 #: ../fish/guestfish.pod:839
19388 msgid ""
19389 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19390 "is how the I<--remote> option knows where to send the commands.  You can "
19391 "have several guestfish listener processes running using:"
19392 msgstr ""
19393
19394 #. type: verbatim
19395 #: ../fish/guestfish.pod:843
19396 #, no-wrap
19397 msgid ""
19398 " eval \"`guestfish --listen`\"\n"
19399 " pid1=$GUESTFISH_PID\n"
19400 " eval \"`guestfish --listen`\"\n"
19401 " pid2=$GUESTFISH_PID\n"
19402 " ...\n"
19403 " guestfish --remote=$pid1 cmd\n"
19404 " guestfish --remote=$pid2 cmd\n"
19405 "\n"
19406 msgstr ""
19407
19408 #. type: =head2
19409 #: ../fish/guestfish.pod:851
19410 msgid "REMOTE CONTROL AND CSH"
19411 msgstr ""
19412
19413 #. type: textblock
19414 #: ../fish/guestfish.pod:853
19415 msgid ""
19416 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19417 "option:"
19418 msgstr ""
19419
19420 #. type: verbatim
19421 #: ../fish/guestfish.pod:856
19422 #, no-wrap
19423 msgid ""
19424 " eval \"`guestfish --listen --csh`\"\n"
19425 "\n"
19426 msgstr ""
19427
19428 #. type: =head2
19429 #: ../fish/guestfish.pod:858
19430 msgid "REMOTE CONTROL DETAILS"
19431 msgstr ""
19432
19433 #. type: textblock
19434 #: ../fish/guestfish.pod:860
19435 msgid ""
19436 "Remote control happens over a Unix domain socket called "
19437 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19438 "of the process, and C<$PID> is the process ID of the server."
19439 msgstr ""
19440
19441 #. type: textblock
19442 #: ../fish/guestfish.pod:864
19443 msgid "Guestfish client and server versions must match exactly."
19444 msgstr ""
19445
19446 #. type: =head1
19447 #: ../fish/guestfish.pod:866
19448 msgid "PREPARED DISK IMAGES"
19449 msgstr ""
19450
19451 #. type: textblock
19452 #: ../fish/guestfish.pod:868
19453 msgid ""
19454 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19455 "preformatted disk images that guestfish can make for you to save typing.  "
19456 "This is particularly useful for testing purposes.  This option is used "
19457 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19458 "can be mixed with I<-a>)."
19459 msgstr ""
19460
19461 #. type: textblock
19462 #: ../fish/guestfish.pod:874
19463 msgid ""
19464 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19465 "the second and so on.  Existing files in the current directory are "
19466 "I<overwritten>."
19467 msgstr ""
19468
19469 #. type: textblock
19470 #: ../fish/guestfish.pod:878
19471 msgid ""
19472 "The type briefly describes how the disk should be sized, partitioned, how "
19473 "filesystem(s) should be created, and how content should be added.  "
19474 "Optionally the type can be followed by extra parameters, separated by C<:> "
19475 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19476 "sparsely-allocated disk, containing a single partition, with the partition "
19477 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19478 "on a 1GB disk instead."
19479 msgstr ""
19480
19481 #. type: textblock
19482 #: ../fish/guestfish.pod:886
19483 msgid "To list the available types and any extra parameters they take, run:"
19484 msgstr ""
19485
19486 #. type: textblock
19487 #: ../fish/guestfish.pod:890
19488 msgid ""
19489 "Note that the prepared filesystem is not mounted.  You would usually have to "
19490 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19491 msgstr ""
19492
19493 #. type: textblock
19494 #: ../fish/guestfish.pod:894
19495 msgid ""
19496 "If any I<-N> or I<--new> options are given, the guest is automatically "
19497 "launched."
19498 msgstr ""
19499
19500 #. type: textblock
19501 #: ../fish/guestfish.pod:899
19502 msgid "Create a 100MB disk with an ext4-formatted partition:"
19503 msgstr ""
19504
19505 #. type: verbatim
19506 #: ../fish/guestfish.pod:901
19507 #, no-wrap
19508 msgid ""
19509 " guestfish -N fs:ext4\n"
19510 "\n"
19511 msgstr ""
19512
19513 #. type: textblock
19514 #: ../fish/guestfish.pod:903
19515 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19516 msgstr ""
19517
19518 #. type: verbatim
19519 #: ../fish/guestfish.pod:905
19520 #, no-wrap
19521 msgid ""
19522 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19523 "\n"
19524 msgstr ""
19525
19526 #. type: textblock
19527 #: ../fish/guestfish.pod:907
19528 msgid "Create a blank 200MB disk:"
19529 msgstr ""
19530
19531 #. type: verbatim
19532 #: ../fish/guestfish.pod:909
19533 #, no-wrap
19534 msgid ""
19535 " guestfish -N disk:200M\n"
19536 "\n"
19537 msgstr ""
19538
19539 #. type: =head1
19540 #: ../fish/guestfish.pod:911
19541 msgid "PROGRESS BARS"
19542 msgstr ""
19543
19544 #. type: textblock
19545 #: ../fish/guestfish.pod:913
19546 msgid ""
19547 "Some (not all) long-running commands send progress notification messages as "
19548 "they are running.  Guestfish turns these messages into progress bars."
19549 msgstr ""
19550
19551 #. type: textblock
19552 #: ../fish/guestfish.pod:917
19553 msgid ""
19554 "When a command that supports progress bars takes longer than two seconds to "
19555 "run, and if progress bars are enabled, then you will see one appearing below "
19556 "the command:"
19557 msgstr ""
19558
19559 #. type: verbatim
19560 #: ../fish/guestfish.pod:921
19561 #, no-wrap
19562 msgid ""
19563 " ><fs> copy-size /large-file /another-file 2048M\n"
19564 " / 10% [#####-----------------------------------------] 00:30\n"
19565 "\n"
19566 msgstr ""
19567
19568 #. type: textblock
19569 #: ../fish/guestfish.pod:924
19570 msgid ""
19571 "The spinner on the left hand side moves round once for every progress "
19572 "notification received from the backend.  This is a (reasonably) golden "
19573 "assurance that the command is \"doing something\" even if the progress bar "
19574 "is not moving, because the command is able to send the progress "
19575 "notifications.  When the bar reaches 100% and the command finishes, the "
19576 "spinner disappears."
19577 msgstr ""
19578
19579 #. type: textblock
19580 #: ../fish/guestfish.pod:931
19581 msgid ""
19582 "Progress bars are enabled by default when guestfish is used interactively.  "
19583 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19584 "and you can disable them completely using I<--no-progress-bars>."
19585 msgstr ""
19586
19587 #. type: =head1
19588 #: ../fish/guestfish.pod:936
19589 msgid "GUESTFISH COMMANDS"
19590 msgstr ""
19591
19592 #. type: textblock
19593 #: ../fish/guestfish.pod:938
19594 msgid ""
19595 "The commands in this section are guestfish convenience commands, in other "
19596 "words, they are not part of the L<guestfs(3)> API."
19597 msgstr ""
19598
19599 #. type: =head2
19600 #: ../fish/guestfish.pod:941
19601 msgid "help"
19602 msgstr ""
19603
19604 #. type: verbatim
19605 #: ../fish/guestfish.pod:943
19606 #, no-wrap
19607 msgid ""
19608 " help\n"
19609 " help cmd\n"
19610 "\n"
19611 msgstr ""
19612
19613 #. type: textblock
19614 #: ../fish/guestfish.pod:946
19615 msgid "Without any parameter, this provides general help."
19616 msgstr ""
19617
19618 #. type: textblock
19619 #: ../fish/guestfish.pod:948
19620 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19621 msgstr ""
19622
19623 #. type: =head2
19624 #: ../fish/guestfish.pod:950
19625 msgid "quit | exit"
19626 msgstr ""
19627
19628 #. type: textblock
19629 #: ../fish/guestfish.pod:952
19630 msgid "This exits guestfish.  You can also use C<^D> key."
19631 msgstr ""
19632
19633 #. type: textblock
19634 #: ../fish/guestfish.pod:954
19635 msgid "@FISH_COMMANDS@"
19636 msgstr ""
19637
19638 #. type: =head1
19639 #: ../fish/guestfish.pod:956
19640 msgid "COMMANDS"
19641 msgstr ""
19642
19643 #. type: =head1
19644 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
19645 msgid "EXIT CODE"
19646 msgstr ""
19647
19648 #. type: textblock
19649 #: ../fish/guestfish.pod:962
19650 msgid ""
19651 "guestfish returns 0 if the commands completed without error, or 1 if there "
19652 "was an error."
19653 msgstr ""
19654
19655 #. type: =item
19656 #: ../fish/guestfish.pod:969
19657 msgid "EDITOR"
19658 msgstr ""
19659
19660 #. type: textblock
19661 #: ../fish/guestfish.pod:971
19662 msgid ""
19663 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19664 "C<vi>."
19665 msgstr ""
19666
19667 #. type: =item
19668 #: ../fish/guestfish.pod:974
19669 msgid "GUESTFISH_PID"
19670 msgstr ""
19671
19672 #. type: textblock
19673 #: ../fish/guestfish.pod:976
19674 msgid ""
19675 "Used with the I<--remote> option to specify the remote guestfish process to "
19676 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19677 msgstr ""
19678
19679 #. type: =item
19680 #: ../fish/guestfish.pod:980
19681 msgid "HEXEDITOR"
19682 msgstr ""
19683
19684 #. type: textblock
19685 #: ../fish/guestfish.pod:982
19686 msgid ""
19687 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19688 "not specified, the external L<hexedit(1)> program is used."
19689 msgstr ""
19690
19691 #. type: =item
19692 #: ../fish/guestfish.pod:986
19693 msgid "HOME"
19694 msgstr ""
19695
19696 #. type: textblock
19697 #: ../fish/guestfish.pod:988
19698 msgid ""
19699 "If compiled with GNU readline support, various files in the home directory "
19700 "can be used.  See L</FILES>."
19701 msgstr ""
19702
19703 #. type: textblock
19704 #: ../fish/guestfish.pod:997
19705 msgid ""
19706 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19707 "effect as using the B<-v> option."
19708 msgstr ""
19709
19710 #. type: textblock
19711 #: ../fish/guestfish.pod:1009
19712 msgid ""
19713 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19714 "the discussion of paths in L<guestfs(3)>."
19715 msgstr ""
19716
19717 #. type: textblock
19718 #: ../fish/guestfish.pod:1020
19719 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19720 msgstr ""
19721
19722 #. type: =item
19723 #: ../fish/guestfish.pod:1022
19724 msgid "PAGER"
19725 msgstr ""
19726
19727 #. type: textblock
19728 #: ../fish/guestfish.pod:1024
19729 msgid ""
19730 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19731 "C<more>."
19732 msgstr ""
19733
19734 #. type: =head1
19735 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
19736 msgid "FILES"
19737 msgstr ""
19738
19739 #. type: =item
19740 #: ../fish/guestfish.pod:1043
19741 msgid "$HOME/.guestfish"
19742 msgstr ""
19743
19744 #. type: textblock
19745 #: ../fish/guestfish.pod:1045
19746 msgid ""
19747 "If compiled with GNU readline support, then the command history is saved in "
19748 "this file."
19749 msgstr ""
19750
19751 #. type: =item
19752 #: ../fish/guestfish.pod:1048
19753 msgid "$HOME/.inputrc"
19754 msgstr ""
19755
19756 #. type: =item
19757 #: ../fish/guestfish.pod:1050
19758 msgid "/etc/inputrc"
19759 msgstr ""
19760
19761 #. type: textblock
19762 #: ../fish/guestfish.pod:1052
19763 msgid ""
19764 "If compiled with GNU readline support, then these files can be used to "
19765 "configure readline.  For further information, please see "
19766 "L<readline(3)/INITIALIZATION FILE>."
19767 msgstr ""
19768
19769 #. type: textblock
19770 #: ../fish/guestfish.pod:1056
19771 msgid "To write rules which only apply to guestfish, use:"
19772 msgstr ""
19773
19774 #. type: verbatim
19775 #: ../fish/guestfish.pod:1058
19776 #, no-wrap
19777 msgid ""
19778 " $if guestfish\n"
19779 " ...\n"
19780 " $endif\n"
19781 "\n"
19782 msgstr ""
19783
19784 #. type: textblock
19785 #: ../fish/guestfish.pod:1062
19786 msgid ""
19787 "Variables that you can set in inputrc that change the behaviour of guestfish "
19788 "in useful ways include:"
19789 msgstr ""
19790
19791 #. type: =item
19792 #: ../fish/guestfish.pod:1067
19793 msgid "completion-ignore-case (default: on)"
19794 msgstr ""
19795
19796 #. type: textblock
19797 #: ../fish/guestfish.pod:1069
19798 msgid ""
19799 "By default, guestfish will ignore case when tab-completing paths on the "
19800 "disk.  Use:"
19801 msgstr ""
19802
19803 #. type: verbatim
19804 #: ../fish/guestfish.pod:1072
19805 #, no-wrap
19806 msgid ""
19807 " set completion-ignore-case off\n"
19808 "\n"
19809 msgstr ""
19810
19811 #. type: textblock
19812 #: ../fish/guestfish.pod:1074
19813 msgid "to make guestfish case sensitive."
19814 msgstr ""
19815
19816 #. type: =item
19817 #: ../fish/guestfish.pod:1078
19818 msgid "test1.img"
19819 msgstr ""
19820
19821 #. type: =item
19822 #: ../fish/guestfish.pod:1080
19823 msgid "test2.img (etc)"
19824 msgstr ""
19825
19826 #. type: textblock
19827 #: ../fish/guestfish.pod:1082
19828 msgid ""
19829 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
19830 "will be created in the file C<test1.img> in the current directory.  The "
19831 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
19832 "the same name will be overwritten."
19833 msgstr ""
19834
19835 #. type: textblock
19836 #: ../fish/guestfish.pod:1091
19837 msgid ""
19838 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
19839 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
19840 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
19841 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
19842 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
19843 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
19844 msgstr ""
19845
19846 #. type: textblock
19847 #: ../fish/guestfish.pod:1121 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:372 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
19848 msgid ""
19849 "This program is free software; you can redistribute it and/or modify it "
19850 "under the terms of the GNU General Public License as published by the Free "
19851 "Software Foundation; either version 2 of the License, or (at your option) "
19852 "any later version."
19853 msgstr ""
19854
19855 #. type: textblock
19856 #: ../fish/guestfish.pod:1126 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:377 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
19857 msgid ""
19858 "This program is distributed in the hope that it will be useful, but WITHOUT "
19859 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
19860 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
19861 "more details."
19862 msgstr ""
19863
19864 #. type: textblock
19865 #: ../fish/guestfish.pod:1131 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:382 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
19866 msgid ""
19867 "You should have received a copy of the GNU General Public License along with "
19868 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
19869 "Ave, Cambridge, MA 02139, USA."
19870 msgstr ""
19871
19872 #. type: =head2
19873 #: ../fish/guestfish-actions.pod:1
19874 msgid "add-cdrom"
19875 msgstr ""
19876
19877 #. type: verbatim
19878 #: ../fish/guestfish-actions.pod:3
19879 #, no-wrap
19880 msgid ""
19881 " add-cdrom filename\n"
19882 "\n"
19883 msgstr ""
19884
19885 #. type: textblock
19886 #: ../fish/guestfish-actions.pod:15
19887 msgid ""
19888 "This call checks for the existence of C<filename>.  This stops you from "
19889 "specifying other types of drive which are supported by qemu such as C<nbd:> "
19890 "and C<http:> URLs.  To specify those, use the general L</config> call "
19891 "instead."
19892 msgstr ""
19893
19894 #. type: textblock
19895 #: ../fish/guestfish-actions.pod:22
19896 msgid ""
19897 "If you just want to add an ISO file (often you use this as an efficient way "
19898 "to transfer large files into the guest), then you should probably use "
19899 "L</add-drive-ro> instead."
19900 msgstr ""
19901
19902 #. type: =head2
19903 #: ../fish/guestfish-actions.pod:35
19904 msgid "add-domain"
19905 msgstr ""
19906
19907 #. type: =head2
19908 #: ../fish/guestfish-actions.pod:37
19909 msgid "domain"
19910 msgstr ""
19911
19912 #. type: verbatim
19913 #: ../fish/guestfish-actions.pod:39
19914 #, no-wrap
19915 msgid ""
19916 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
19917 "\n"
19918 msgstr ""
19919
19920 #. type: textblock
19921 #: ../fish/guestfish-actions.pod:41
19922 msgid ""
19923 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
19924 "It works by connecting to libvirt, requesting the domain and domain XML from "
19925 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
19926 msgstr ""
19927
19928 #. type: textblock
19929 #: ../fish/guestfish-actions.pod:64
19930 msgid ""
19931 "The other optional parameters are passed directly through to "
19932 "L</add-drive-opts>."
19933 msgstr ""
19934
19935 #. type: textblock
19936 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131 ../fish/guestfish-actions.pod:2842
19937 msgid ""
19938 "This command has one or more optional arguments.  See L</OPTIONAL "
19939 "ARGUMENTS>."
19940 msgstr ""
19941
19942 #. type: =head2
19943 #: ../fish/guestfish-actions.pod:69
19944 msgid "add-drive"
19945 msgstr ""
19946
19947 #. type: verbatim
19948 #: ../fish/guestfish-actions.pod:71
19949 #, no-wrap
19950 msgid ""
19951 " add-drive filename\n"
19952 "\n"
19953 msgstr ""
19954
19955 #. type: textblock
19956 #: ../fish/guestfish-actions.pod:73
19957 msgid ""
19958 "This function is the equivalent of calling L</add-drive-opts> with no "
19959 "optional parameters, so the disk is added writable, with the format being "
19960 "detected automatically."
19961 msgstr ""
19962
19963 #. type: textblock
19964 #: ../fish/guestfish-actions.pod:77
19965 msgid ""
19966 "Automatic detection of the format opens you up to a potential security hole "
19967 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
19968 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
19969 "you should think about replacing calls to this function with calls to "
19970 "L</add-drive-opts>, and specifying the format."
19971 msgstr ""
19972
19973 #. type: =head2
19974 #: ../fish/guestfish-actions.pod:84
19975 msgid "add-drive-opts"
19976 msgstr ""
19977
19978 #. type: =head2
19979 #: ../fish/guestfish-actions.pod:86
19980 msgid "add"
19981 msgstr ""
19982
19983 #. type: verbatim
19984 #: ../fish/guestfish-actions.pod:88
19985 #, no-wrap
19986 msgid ""
19987 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
19988 "\n"
19989 msgstr ""
19990
19991 #. type: textblock
19992 #: ../fish/guestfish-actions.pod:115
19993 msgid ""
19994 "This forces the image format.  If you omit this (or use L</add-drive> or "
19995 "L</add-drive-ro>) then the format is automatically detected.  Possible "
19996 "formats include C<raw> and C<qcow2>."
19997 msgstr ""
19998
19999 #. type: textblock
20000 #: ../fish/guestfish-actions.pod:126
20001 msgid ""
20002 "This rarely-used option lets you emulate the behaviour of the deprecated "
20003 "L</add-drive-with-if> call (q.v.)"
20004 msgstr ""
20005
20006 #. type: =head2
20007 #: ../fish/guestfish-actions.pod:133
20008 msgid "add-drive-ro"
20009 msgstr ""
20010
20011 #. type: =head2
20012 #: ../fish/guestfish-actions.pod:135
20013 msgid "add-ro"
20014 msgstr ""
20015
20016 #. type: verbatim
20017 #: ../fish/guestfish-actions.pod:137
20018 #, no-wrap
20019 msgid ""
20020 " add-drive-ro filename\n"
20021 "\n"
20022 msgstr ""
20023
20024 #. type: textblock
20025 #: ../fish/guestfish-actions.pod:139
20026 msgid ""
20027 "This function is the equivalent of calling L</add-drive-opts> with the "
20028 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20029 "is added read-only, with the format being detected automatically."
20030 msgstr ""
20031
20032 #. type: =head2
20033 #: ../fish/guestfish-actions.pod:144
20034 msgid "add-drive-ro-with-if"
20035 msgstr ""
20036
20037 #. type: verbatim
20038 #: ../fish/guestfish-actions.pod:146
20039 #, no-wrap
20040 msgid ""
20041 " add-drive-ro-with-if filename iface\n"
20042 "\n"
20043 msgstr ""
20044
20045 #. type: textblock
20046 #: ../fish/guestfish-actions.pod:148
20047 msgid ""
20048 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20049 "interface emulation to use at run time."
20050 msgstr ""
20051
20052 #. type: =head2
20053 #: ../fish/guestfish-actions.pod:158
20054 msgid "add-drive-with-if"
20055 msgstr ""
20056
20057 #. type: verbatim
20058 #: ../fish/guestfish-actions.pod:160
20059 #, no-wrap
20060 msgid ""
20061 " add-drive-with-if filename iface\n"
20062 "\n"
20063 msgstr ""
20064
20065 #. type: textblock
20066 #: ../fish/guestfish-actions.pod:162
20067 msgid ""
20068 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20069 "interface emulation to use at run time."
20070 msgstr ""
20071
20072 #. type: =head2
20073 #: ../fish/guestfish-actions.pod:172
20074 msgid "aug-clear"
20075 msgstr ""
20076
20077 #. type: verbatim
20078 #: ../fish/guestfish-actions.pod:174
20079 #, no-wrap
20080 msgid ""
20081 " aug-clear augpath\n"
20082 "\n"
20083 msgstr ""
20084
20085 #. type: =head2
20086 #: ../fish/guestfish-actions.pod:179
20087 msgid "aug-close"
20088 msgstr ""
20089
20090 #. type: verbatim
20091 #: ../fish/guestfish-actions.pod:181
20092 #, no-wrap
20093 msgid ""
20094 " aug-close\n"
20095 "\n"
20096 msgstr ""
20097
20098 #. type: textblock
20099 #: ../fish/guestfish-actions.pod:183
20100 msgid ""
20101 "Close the current Augeas handle and free up any resources used by it.  After "
20102 "calling this, you have to call L</aug-init> again before you can use any "
20103 "other Augeas functions."
20104 msgstr ""
20105
20106 #. type: =head2
20107 #: ../fish/guestfish-actions.pod:188
20108 msgid "aug-defnode"
20109 msgstr ""
20110
20111 #. type: verbatim
20112 #: ../fish/guestfish-actions.pod:190
20113 #, no-wrap
20114 msgid ""
20115 " aug-defnode name expr val\n"
20116 "\n"
20117 msgstr ""
20118
20119 #. type: textblock
20120 #: ../fish/guestfish-actions.pod:195
20121 msgid ""
20122 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20123 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20124 "containing that single node."
20125 msgstr ""
20126
20127 #. type: =head2
20128 #: ../fish/guestfish-actions.pod:203
20129 msgid "aug-defvar"
20130 msgstr ""
20131
20132 #. type: verbatim
20133 #: ../fish/guestfish-actions.pod:205
20134 #, no-wrap
20135 msgid ""
20136 " aug-defvar name expr\n"
20137 "\n"
20138 msgstr ""
20139
20140 #. type: =head2
20141 #: ../fish/guestfish-actions.pod:214
20142 msgid "aug-get"
20143 msgstr ""
20144
20145 #. type: verbatim
20146 #: ../fish/guestfish-actions.pod:216
20147 #, no-wrap
20148 msgid ""
20149 " aug-get augpath\n"
20150 "\n"
20151 msgstr ""
20152
20153 #. type: =head2
20154 #: ../fish/guestfish-actions.pod:221
20155 msgid "aug-init"
20156 msgstr ""
20157
20158 #. type: verbatim
20159 #: ../fish/guestfish-actions.pod:223
20160 #, no-wrap
20161 msgid ""
20162 " aug-init root flags\n"
20163 "\n"
20164 msgstr ""
20165
20166 #. type: textblock
20167 #: ../fish/guestfish-actions.pod:229
20168 msgid "You must call this before using any other L</aug-*> commands."
20169 msgstr ""
20170
20171 #. type: textblock
20172 #: ../fish/guestfish-actions.pod:264
20173 msgid "Do not load the tree in L</aug-init>."
20174 msgstr ""
20175
20176 #. type: textblock
20177 #: ../fish/guestfish-actions.pod:268
20178 msgid "To close the handle, you can call L</aug-close>."
20179 msgstr ""
20180
20181 #. type: =head2
20182 #: ../fish/guestfish-actions.pod:272
20183 msgid "aug-insert"
20184 msgstr ""
20185
20186 #. type: verbatim
20187 #: ../fish/guestfish-actions.pod:274
20188 #, no-wrap
20189 msgid ""
20190 " aug-insert augpath label true|false\n"
20191 "\n"
20192 msgstr ""
20193
20194 #. type: =head2
20195 #: ../fish/guestfish-actions.pod:284
20196 msgid "aug-load"
20197 msgstr ""
20198
20199 #. type: verbatim
20200 #: ../fish/guestfish-actions.pod:286
20201 #, no-wrap
20202 msgid ""
20203 " aug-load\n"
20204 "\n"
20205 msgstr ""
20206
20207 #. type: =head2
20208 #: ../fish/guestfish-actions.pod:293
20209 msgid "aug-ls"
20210 msgstr ""
20211
20212 #. type: verbatim
20213 #: ../fish/guestfish-actions.pod:295
20214 #, no-wrap
20215 msgid ""
20216 " aug-ls augpath\n"
20217 "\n"
20218 msgstr ""
20219
20220 #. type: textblock
20221 #: ../fish/guestfish-actions.pod:297
20222 msgid ""
20223 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20224 "resulting nodes into alphabetical order."
20225 msgstr ""
20226
20227 #. type: =head2
20228 #: ../fish/guestfish-actions.pod:300
20229 msgid "aug-match"
20230 msgstr ""
20231
20232 #. type: verbatim
20233 #: ../fish/guestfish-actions.pod:302
20234 #, no-wrap
20235 msgid ""
20236 " aug-match augpath\n"
20237 "\n"
20238 msgstr ""
20239
20240 #. type: =head2
20241 #: ../fish/guestfish-actions.pod:308
20242 msgid "aug-mv"
20243 msgstr ""
20244
20245 #. type: verbatim
20246 #: ../fish/guestfish-actions.pod:310
20247 #, no-wrap
20248 msgid ""
20249 " aug-mv src dest\n"
20250 "\n"
20251 msgstr ""
20252
20253 #. type: =head2
20254 #: ../fish/guestfish-actions.pod:315
20255 msgid "aug-rm"
20256 msgstr ""
20257
20258 #. type: verbatim
20259 #: ../fish/guestfish-actions.pod:317
20260 #, no-wrap
20261 msgid ""
20262 " aug-rm augpath\n"
20263 "\n"
20264 msgstr ""
20265
20266 #. type: =head2
20267 #: ../fish/guestfish-actions.pod:323
20268 msgid "aug-save"
20269 msgstr ""
20270
20271 #. type: verbatim
20272 #: ../fish/guestfish-actions.pod:325
20273 #, no-wrap
20274 msgid ""
20275 " aug-save\n"
20276 "\n"
20277 msgstr ""
20278
20279 #. type: textblock
20280 #: ../fish/guestfish-actions.pod:329
20281 msgid ""
20282 "The flags which were passed to L</aug-init> affect exactly how files are "
20283 "saved."
20284 msgstr ""
20285
20286 #. type: =head2
20287 #: ../fish/guestfish-actions.pod:332
20288 msgid "aug-set"
20289 msgstr ""
20290
20291 #. type: verbatim
20292 #: ../fish/guestfish-actions.pod:334
20293 #, no-wrap
20294 msgid ""
20295 " aug-set augpath val\n"
20296 "\n"
20297 msgstr ""
20298
20299 #. type: textblock
20300 #: ../fish/guestfish-actions.pod:338
20301 msgid ""
20302 "In the Augeas API, it is possible to clear a node by setting the value to "
20303 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20304 "this call.  Instead you must use the L</aug-clear> call."
20305 msgstr ""
20306
20307 #. type: =head2
20308 #: ../fish/guestfish-actions.pod:343
20309 msgid "available"
20310 msgstr ""
20311
20312 #. type: verbatim
20313 #: ../fish/guestfish-actions.pod:345
20314 #, no-wrap
20315 msgid ""
20316 " available 'groups ...'\n"
20317 "\n"
20318 msgstr ""
20319
20320 #. type: textblock
20321 #: ../fish/guestfish-actions.pod:351
20322 msgid ""
20323 "The libguestfs groups, and the functions that those groups correspond to, "
20324 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20325 "runtime by calling L</available-all-groups>."
20326 msgstr ""
20327
20328 #. type: textblock
20329 #: ../fish/guestfish-actions.pod:375
20330 msgid "You must call L</launch> before calling this function."
20331 msgstr ""
20332
20333 #. type: textblock
20334 #: ../fish/guestfish-actions.pod:397
20335 msgid ""
20336 "This call was added in version C<1.0.80>.  In previous versions of "
20337 "libguestfs all you could do would be to speculatively execute a command to "
20338 "find out if the daemon implemented it.  See also L</version>."
20339 msgstr ""
20340
20341 #. type: =head2
20342 #: ../fish/guestfish-actions.pod:404
20343 msgid "available-all-groups"
20344 msgstr ""
20345
20346 #. type: verbatim
20347 #: ../fish/guestfish-actions.pod:406
20348 #, no-wrap
20349 msgid ""
20350 " available-all-groups\n"
20351 "\n"
20352 msgstr ""
20353
20354 #. type: textblock
20355 #: ../fish/guestfish-actions.pod:408
20356 msgid ""
20357 "This command returns a list of all optional groups that this daemon knows "
20358 "about.  Note this returns both supported and unsupported groups.  To find "
20359 "out which ones the daemon can actually support you have to call "
20360 "L</available> on each member of the returned list."
20361 msgstr ""
20362
20363 #. type: textblock
20364 #: ../fish/guestfish-actions.pod:414
20365 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20366 msgstr ""
20367
20368 #. type: =head2
20369 #: ../fish/guestfish-actions.pod:416
20370 msgid "base64-in"
20371 msgstr ""
20372
20373 #. type: verbatim
20374 #: ../fish/guestfish-actions.pod:418
20375 #, no-wrap
20376 msgid ""
20377 " base64-in (base64file|-) filename\n"
20378 "\n"
20379 msgstr ""
20380
20381 #. type: textblock
20382 #: ../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:4197 ../fish/guestfish-actions.pod:4209 ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4231 ../fish/guestfish-actions.pod:4283 ../fish/guestfish-actions.pod:4292 ../fish/guestfish-actions.pod:4346 ../fish/guestfish-actions.pod:4369
20383 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20384 msgstr ""
20385
20386 #. type: =head2
20387 #: ../fish/guestfish-actions.pod:425
20388 msgid "base64-out"
20389 msgstr ""
20390
20391 #. type: verbatim
20392 #: ../fish/guestfish-actions.pod:427
20393 #, no-wrap
20394 msgid ""
20395 " base64-out filename (base64file|-)\n"
20396 "\n"
20397 msgstr ""
20398
20399 #. type: =head2
20400 #: ../fish/guestfish-actions.pod:434
20401 msgid "blockdev-flushbufs"
20402 msgstr ""
20403
20404 #. type: verbatim
20405 #: ../fish/guestfish-actions.pod:436
20406 #, no-wrap
20407 msgid ""
20408 " blockdev-flushbufs device\n"
20409 "\n"
20410 msgstr ""
20411
20412 #. type: =head2
20413 #: ../fish/guestfish-actions.pod:443
20414 msgid "blockdev-getbsz"
20415 msgstr ""
20416
20417 #. type: verbatim
20418 #: ../fish/guestfish-actions.pod:445
20419 #, no-wrap
20420 msgid ""
20421 " blockdev-getbsz device\n"
20422 "\n"
20423 msgstr ""
20424
20425 #. type: =head2
20426 #: ../fish/guestfish-actions.pod:454
20427 msgid "blockdev-getro"
20428 msgstr ""
20429
20430 #. type: verbatim
20431 #: ../fish/guestfish-actions.pod:456
20432 #, no-wrap
20433 msgid ""
20434 " blockdev-getro device\n"
20435 "\n"
20436 msgstr ""
20437
20438 #. type: =head2
20439 #: ../fish/guestfish-actions.pod:463
20440 msgid "blockdev-getsize64"
20441 msgstr ""
20442
20443 #. type: verbatim
20444 #: ../fish/guestfish-actions.pod:465
20445 #, no-wrap
20446 msgid ""
20447 " blockdev-getsize64 device\n"
20448 "\n"
20449 msgstr ""
20450
20451 #. type: textblock
20452 #: ../fish/guestfish-actions.pod:469
20453 msgid "See also L</blockdev-getsz>."
20454 msgstr ""
20455
20456 #. type: =head2
20457 #: ../fish/guestfish-actions.pod:473
20458 msgid "blockdev-getss"
20459 msgstr ""
20460
20461 #. type: verbatim
20462 #: ../fish/guestfish-actions.pod:475
20463 #, no-wrap
20464 msgid ""
20465 " blockdev-getss device\n"
20466 "\n"
20467 msgstr ""
20468
20469 #. type: textblock
20470 #: ../fish/guestfish-actions.pod:480
20471 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20472 msgstr ""
20473
20474 #. type: =head2
20475 #: ../fish/guestfish-actions.pod:485
20476 msgid "blockdev-getsz"
20477 msgstr ""
20478
20479 #. type: verbatim
20480 #: ../fish/guestfish-actions.pod:487
20481 #, no-wrap
20482 msgid ""
20483 " blockdev-getsz device\n"
20484 "\n"
20485 msgstr ""
20486
20487 #. type: textblock
20488 #: ../fish/guestfish-actions.pod:492
20489 msgid ""
20490 "See also L</blockdev-getss> for the real sector size of the device, and "
20491 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20492 msgstr ""
20493
20494 #. type: =head2
20495 #: ../fish/guestfish-actions.pod:498
20496 msgid "blockdev-rereadpt"
20497 msgstr ""
20498
20499 #. type: verbatim
20500 #: ../fish/guestfish-actions.pod:500
20501 #, no-wrap
20502 msgid ""
20503 " blockdev-rereadpt device\n"
20504 "\n"
20505 msgstr ""
20506
20507 #. type: =head2
20508 #: ../fish/guestfish-actions.pod:506
20509 msgid "blockdev-setbsz"
20510 msgstr ""
20511
20512 #. type: verbatim
20513 #: ../fish/guestfish-actions.pod:508
20514 #, no-wrap
20515 msgid ""
20516 " blockdev-setbsz device blocksize\n"
20517 "\n"
20518 msgstr ""
20519
20520 #. type: =head2
20521 #: ../fish/guestfish-actions.pod:517
20522 msgid "blockdev-setro"
20523 msgstr ""
20524
20525 #. type: verbatim
20526 #: ../fish/guestfish-actions.pod:519
20527 #, no-wrap
20528 msgid ""
20529 " blockdev-setro device\n"
20530 "\n"
20531 msgstr ""
20532
20533 #. type: =head2
20534 #: ../fish/guestfish-actions.pod:525
20535 msgid "blockdev-setrw"
20536 msgstr ""
20537
20538 #. type: verbatim
20539 #: ../fish/guestfish-actions.pod:527
20540 #, no-wrap
20541 msgid ""
20542 " blockdev-setrw device\n"
20543 "\n"
20544 msgstr ""
20545
20546 #. type: =head2
20547 #: ../fish/guestfish-actions.pod:533
20548 msgid "case-sensitive-path"
20549 msgstr ""
20550
20551 #. type: verbatim
20552 #: ../fish/guestfish-actions.pod:535
20553 #, no-wrap
20554 msgid ""
20555 " case-sensitive-path path\n"
20556 "\n"
20557 msgstr ""
20558
20559 #. type: textblock
20560 #: ../fish/guestfish-actions.pod:559
20561 msgid ""
20562 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
20563 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
20564 "how the directories were originally created under Windows)."
20565 msgstr ""
20566
20567 #. type: textblock
20568 #: ../fish/guestfish-actions.pod:567
20569 msgid "See also L</realpath>."
20570 msgstr ""
20571
20572 #. type: =head2
20573 #: ../fish/guestfish-actions.pod:569
20574 msgid "cat"
20575 msgstr ""
20576
20577 #. type: verbatim
20578 #: ../fish/guestfish-actions.pod:571
20579 #, no-wrap
20580 msgid ""
20581 " cat path\n"
20582 "\n"
20583 msgstr ""
20584
20585 #. type: textblock
20586 #: ../fish/guestfish-actions.pod:575
20587 msgid ""
20588 "Note that this function cannot correctly handle binary files (specifically, "
20589 "files containing C<\\0> character which is treated as end of string).  For "
20590 "those you need to use the L</read-file> or L</download> functions which have "
20591 "a more complex interface."
20592 msgstr ""
20593
20594 #. type: =head2
20595 #: ../fish/guestfish-actions.pod:583
20596 msgid "checksum"
20597 msgstr ""
20598
20599 #. type: verbatim
20600 #: ../fish/guestfish-actions.pod:585
20601 #, no-wrap
20602 msgid ""
20603 " checksum csumtype path\n"
20604 "\n"
20605 msgstr ""
20606
20607 #. type: textblock
20608 #: ../fish/guestfish-actions.pod:628
20609 msgid "To get the checksum for a device, use L</checksum-device>."
20610 msgstr ""
20611
20612 #. type: textblock
20613 #: ../fish/guestfish-actions.pod:630
20614 msgid "To get the checksums for many files, use L</checksums-out>."
20615 msgstr ""
20616
20617 #. type: =head2
20618 #: ../fish/guestfish-actions.pod:632
20619 msgid "checksum-device"
20620 msgstr ""
20621
20622 #. type: verbatim
20623 #: ../fish/guestfish-actions.pod:634
20624 #, no-wrap
20625 msgid ""
20626 " checksum-device csumtype device\n"
20627 "\n"
20628 msgstr ""
20629
20630 #. type: textblock
20631 #: ../fish/guestfish-actions.pod:636
20632 msgid ""
20633 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
20634 "device named C<device>.  For the types of checksums supported see the "
20635 "L</checksum> command."
20636 msgstr ""
20637
20638 #. type: =head2
20639 #: ../fish/guestfish-actions.pod:640
20640 msgid "checksums-out"
20641 msgstr ""
20642
20643 #. type: verbatim
20644 #: ../fish/guestfish-actions.pod:642
20645 #, no-wrap
20646 msgid ""
20647 " checksums-out csumtype directory (sumsfile|-)\n"
20648 "\n"
20649 msgstr ""
20650
20651 #. type: =head2
20652 #: ../fish/guestfish-actions.pod:658
20653 msgid "chmod"
20654 msgstr ""
20655
20656 #. type: verbatim
20657 #: ../fish/guestfish-actions.pod:660
20658 #, no-wrap
20659 msgid ""
20660 " chmod mode path\n"
20661 "\n"
20662 msgstr ""
20663
20664 #. type: =head2
20665 #: ../fish/guestfish-actions.pod:671
20666 msgid "chown"
20667 msgstr ""
20668
20669 #. type: verbatim
20670 #: ../fish/guestfish-actions.pod:673
20671 #, no-wrap
20672 msgid ""
20673 " chown owner group path\n"
20674 "\n"
20675 msgstr ""
20676
20677 #. type: =head2
20678 #: ../fish/guestfish-actions.pod:681
20679 msgid "command"
20680 msgstr ""
20681
20682 #. type: verbatim
20683 #: ../fish/guestfish-actions.pod:683
20684 #, no-wrap
20685 msgid ""
20686 " command 'arguments ...'\n"
20687 "\n"
20688 msgstr ""
20689
20690 #. type: textblock
20691 #: ../fish/guestfish-actions.pod:690
20692 msgid ""
20693 "The single parameter is an argv-style list of arguments.  The first element "
20694 "is the name of the program to run.  Subsequent elements are parameters.  The "
20695 "list must be non-empty (ie. must contain a program name).  Note that the "
20696 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
20697 msgstr ""
20698
20699 #. type: =head2
20700 #: ../fish/guestfish-actions.pod:718
20701 msgid "command-lines"
20702 msgstr ""
20703
20704 #. type: verbatim
20705 #: ../fish/guestfish-actions.pod:720
20706 #, no-wrap
20707 msgid ""
20708 " command-lines 'arguments ...'\n"
20709 "\n"
20710 msgstr ""
20711
20712 #. type: textblock
20713 #: ../fish/guestfish-actions.pod:722
20714 msgid "This is the same as L</command>, but splits the result into a list of lines."
20715 msgstr ""
20716
20717 #. type: textblock
20718 #: ../fish/guestfish-actions.pod:725
20719 msgid "See also: L</sh-lines>"
20720 msgstr ""
20721
20722 #. type: =head2
20723 #: ../fish/guestfish-actions.pod:730
20724 msgid "config"
20725 msgstr ""
20726
20727 #. type: verbatim
20728 #: ../fish/guestfish-actions.pod:732
20729 #, no-wrap
20730 msgid ""
20731 " config qemuparam qemuvalue\n"
20732 "\n"
20733 msgstr ""
20734
20735 #. type: =head2
20736 #: ../fish/guestfish-actions.pod:743
20737 msgid "copy-size"
20738 msgstr ""
20739
20740 #. type: verbatim
20741 #: ../fish/guestfish-actions.pod:745
20742 #, no-wrap
20743 msgid ""
20744 " copy-size src dest size\n"
20745 "\n"
20746 msgstr ""
20747
20748 #. type: =head2
20749 #: ../fish/guestfish-actions.pod:753
20750 msgid "cp"
20751 msgstr ""
20752
20753 #. type: verbatim
20754 #: ../fish/guestfish-actions.pod:755
20755 #, no-wrap
20756 msgid ""
20757 " cp src dest\n"
20758 "\n"
20759 msgstr ""
20760
20761 #. type: =head2
20762 #: ../fish/guestfish-actions.pod:760
20763 msgid "cp-a"
20764 msgstr ""
20765
20766 #. type: verbatim
20767 #: ../fish/guestfish-actions.pod:762
20768 #, no-wrap
20769 msgid ""
20770 " cp-a src dest\n"
20771 "\n"
20772 msgstr ""
20773
20774 #. type: =head2
20775 #: ../fish/guestfish-actions.pod:767
20776 msgid "dd"
20777 msgstr ""
20778
20779 #. type: verbatim
20780 #: ../fish/guestfish-actions.pod:769
20781 #, no-wrap
20782 msgid ""
20783 " dd src dest\n"
20784 "\n"
20785 msgstr ""
20786
20787 #. type: textblock
20788 #: ../fish/guestfish-actions.pod:776
20789 msgid ""
20790 "If the destination is a device, it must be as large or larger than the "
20791 "source file or device, otherwise the copy will fail.  This command cannot do "
20792 "partial copies (see L</copy-size>)."
20793 msgstr ""
20794
20795 #. type: =head2
20796 #: ../fish/guestfish-actions.pod:780
20797 msgid "df"
20798 msgstr ""
20799
20800 #. type: verbatim
20801 #: ../fish/guestfish-actions.pod:782
20802 #, no-wrap
20803 msgid ""
20804 " df\n"
20805 "\n"
20806 msgstr ""
20807
20808 #. type: textblock
20809 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
20810 msgid ""
20811 "This command is mostly useful for interactive sessions.  It is I<not> "
20812 "intended that you try to parse the output string.  Use L</statvfs> from "
20813 "programs."
20814 msgstr ""
20815
20816 #. type: =head2
20817 #: ../fish/guestfish-actions.pod:790
20818 msgid "df-h"
20819 msgstr ""
20820
20821 #. type: verbatim
20822 #: ../fish/guestfish-actions.pod:792
20823 #, no-wrap
20824 msgid ""
20825 " df-h\n"
20826 "\n"
20827 msgstr ""
20828
20829 #. type: =head2
20830 #: ../fish/guestfish-actions.pod:801
20831 msgid "dmesg"
20832 msgstr ""
20833
20834 #. type: verbatim
20835 #: ../fish/guestfish-actions.pod:803
20836 #, no-wrap
20837 msgid ""
20838 " dmesg\n"
20839 "\n"
20840 msgstr ""
20841
20842 #. type: textblock
20843 #: ../fish/guestfish-actions.pod:809
20844 msgid ""
20845 "Another way to get the same information is to enable verbose messages with "
20846 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
20847 "before running the program."
20848 msgstr ""
20849
20850 #. type: =head2
20851 #: ../fish/guestfish-actions.pod:814
20852 msgid "download"
20853 msgstr ""
20854
20855 #. type: verbatim
20856 #: ../fish/guestfish-actions.pod:816
20857 #, no-wrap
20858 msgid ""
20859 " download remotefilename (filename|-)\n"
20860 "\n"
20861 msgstr ""
20862
20863 #. type: textblock
20864 #: ../fish/guestfish-actions.pod:823
20865 msgid "See also L</upload>, L</cat>."
20866 msgstr ""
20867
20868 #. type: =head2
20869 #: ../fish/guestfish-actions.pod:827
20870 msgid "download-offset"
20871 msgstr ""
20872
20873 #. type: verbatim
20874 #: ../fish/guestfish-actions.pod:829
20875 #, no-wrap
20876 msgid ""
20877 " download-offset remotefilename (filename|-) offset size\n"
20878 "\n"
20879 msgstr ""
20880
20881 #. type: textblock
20882 #: ../fish/guestfish-actions.pod:837
20883 msgid ""
20884 "Note that there is no limit on the amount of data that can be downloaded "
20885 "with this call, unlike with L</pread>, and this call always reads the full "
20886 "amount unless an error occurs."
20887 msgstr ""
20888
20889 #. type: textblock
20890 #: ../fish/guestfish-actions.pod:842
20891 msgid "See also L</download>, L</pread>."
20892 msgstr ""
20893
20894 #. type: =head2
20895 #: ../fish/guestfish-actions.pod:846
20896 msgid "drop-caches"
20897 msgstr ""
20898
20899 #. type: verbatim
20900 #: ../fish/guestfish-actions.pod:848
20901 #, no-wrap
20902 msgid ""
20903 " drop-caches whattodrop\n"
20904 "\n"
20905 msgstr ""
20906
20907 #. type: =head2
20908 #: ../fish/guestfish-actions.pod:860
20909 msgid "du"
20910 msgstr ""
20911
20912 #. type: verbatim
20913 #: ../fish/guestfish-actions.pod:862
20914 #, no-wrap
20915 msgid ""
20916 " du path\n"
20917 "\n"
20918 msgstr ""
20919
20920 #. type: =head2
20921 #: ../fish/guestfish-actions.pod:874
20922 msgid "e2fsck-f"
20923 msgstr ""
20924
20925 #. type: verbatim
20926 #: ../fish/guestfish-actions.pod:876
20927 #, no-wrap
20928 msgid ""
20929 " e2fsck-f device\n"
20930 "\n"
20931 msgstr ""
20932
20933 #. type: textblock
20934 #: ../fish/guestfish-actions.pod:882
20935 msgid ""
20936 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
20937 "should use L</fsck>."
20938 msgstr ""
20939
20940 #. type: =head2
20941 #: ../fish/guestfish-actions.pod:885
20942 msgid "echo-daemon"
20943 msgstr ""
20944
20945 #. type: verbatim
20946 #: ../fish/guestfish-actions.pod:887
20947 #, no-wrap
20948 msgid ""
20949 " echo-daemon 'words ...'\n"
20950 "\n"
20951 msgstr ""
20952
20953 #. type: textblock
20954 #: ../fish/guestfish-actions.pod:894
20955 msgid "See also L</ping-daemon>."
20956 msgstr ""
20957
20958 #. type: =head2
20959 #: ../fish/guestfish-actions.pod:896
20960 msgid "egrep"
20961 msgstr ""
20962
20963 #. type: verbatim
20964 #: ../fish/guestfish-actions.pod:898
20965 #, no-wrap
20966 msgid ""
20967 " egrep regex path\n"
20968 "\n"
20969 msgstr ""
20970
20971 #. type: =head2
20972 #: ../fish/guestfish-actions.pod:906
20973 msgid "egrepi"
20974 msgstr ""
20975
20976 #. type: verbatim
20977 #: ../fish/guestfish-actions.pod:908
20978 #, no-wrap
20979 msgid ""
20980 " egrepi regex path\n"
20981 "\n"
20982 msgstr ""
20983
20984 #. type: =head2
20985 #: ../fish/guestfish-actions.pod:916
20986 msgid "equal"
20987 msgstr ""
20988
20989 #. type: verbatim
20990 #: ../fish/guestfish-actions.pod:918
20991 #, no-wrap
20992 msgid ""
20993 " equal file1 file2\n"
20994 "\n"
20995 msgstr ""
20996
20997 #. type: =head2
20998 #: ../fish/guestfish-actions.pod:925
20999 msgid "exists"
21000 msgstr ""
21001
21002 #. type: verbatim
21003 #: ../fish/guestfish-actions.pod:927
21004 #, no-wrap
21005 msgid ""
21006 " exists path\n"
21007 "\n"
21008 msgstr ""
21009
21010 #. type: textblock
21011 #: ../fish/guestfish-actions.pod:932
21012 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21013 msgstr ""
21014
21015 #. type: =head2
21016 #: ../fish/guestfish-actions.pod:934
21017 msgid "fallocate"
21018 msgstr ""
21019
21020 #. type: verbatim
21021 #: ../fish/guestfish-actions.pod:936
21022 #, no-wrap
21023 msgid ""
21024 " fallocate path len\n"
21025 "\n"
21026 msgstr ""
21027
21028 #. type: =head2
21029 #: ../fish/guestfish-actions.pod:953
21030 msgid "fallocate64"
21031 msgstr ""
21032
21033 #. type: verbatim
21034 #: ../fish/guestfish-actions.pod:955
21035 #, no-wrap
21036 msgid ""
21037 " fallocate64 path len\n"
21038 "\n"
21039 msgstr ""
21040
21041 #. type: textblock
21042 #: ../fish/guestfish-actions.pod:961
21043 msgid ""
21044 "Note that this call allocates disk blocks for the file.  To create a sparse "
21045 "file use L</truncate-size> instead."
21046 msgstr ""
21047
21048 #. type: textblock
21049 #: ../fish/guestfish-actions.pod:964
21050 msgid ""
21051 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21052 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21053 "maximum size of files created through that call to 1GB."
21054 msgstr ""
21055
21056 #. type: =head2
21057 #: ../fish/guestfish-actions.pod:973
21058 msgid "fgrep"
21059 msgstr ""
21060
21061 #. type: verbatim
21062 #: ../fish/guestfish-actions.pod:975
21063 #, no-wrap
21064 msgid ""
21065 " fgrep pattern path\n"
21066 "\n"
21067 msgstr ""
21068
21069 #. type: =head2
21070 #: ../fish/guestfish-actions.pod:983
21071 msgid "fgrepi"
21072 msgstr ""
21073
21074 #. type: verbatim
21075 #: ../fish/guestfish-actions.pod:985
21076 #, no-wrap
21077 msgid ""
21078 " fgrepi pattern path\n"
21079 "\n"
21080 msgstr ""
21081
21082 #. type: =head2
21083 #: ../fish/guestfish-actions.pod:993
21084 msgid "file"
21085 msgstr ""
21086
21087 #. type: verbatim
21088 #: ../fish/guestfish-actions.pod:995
21089 #, no-wrap
21090 msgid ""
21091 " file path\n"
21092 "\n"
21093 msgstr ""
21094
21095 #. type: textblock
21096 #: ../fish/guestfish-actions.pod:1007
21097 msgid ""
21098 "This command can also be used on C</dev/> devices (and partitions, LV "
21099 "names).  You can for example use this to determine if a device contains a "
21100 "filesystem, although it's usually better to use L</vfs-type>."
21101 msgstr ""
21102
21103 #. type: =head2
21104 #: ../fish/guestfish-actions.pod:1017
21105 msgid "file-architecture"
21106 msgstr ""
21107
21108 #. type: verbatim
21109 #: ../fish/guestfish-actions.pod:1019
21110 #, no-wrap
21111 msgid ""
21112 " file-architecture filename\n"
21113 "\n"
21114 msgstr ""
21115
21116 #. type: =head2
21117 #: ../fish/guestfish-actions.pod:1122
21118 msgid "filesize"
21119 msgstr ""
21120
21121 #. type: verbatim
21122 #: ../fish/guestfish-actions.pod:1124
21123 #, no-wrap
21124 msgid ""
21125 " filesize file\n"
21126 "\n"
21127 msgstr ""
21128
21129 #. type: textblock
21130 #: ../fish/guestfish-actions.pod:1128
21131 msgid ""
21132 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21133 "L</is-file> etc.  To get the size of block devices, use "
21134 "L</blockdev-getsize64>."
21135 msgstr ""
21136
21137 #. type: =head2
21138 #: ../fish/guestfish-actions.pod:1132
21139 msgid "fill"
21140 msgstr ""
21141
21142 #. type: verbatim
21143 #: ../fish/guestfish-actions.pod:1134
21144 #, no-wrap
21145 msgid ""
21146 " fill c len path\n"
21147 "\n"
21148 msgstr ""
21149
21150 #. type: textblock
21151 #: ../fish/guestfish-actions.pod:1140
21152 msgid ""
21153 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21154 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21155 "L</fill-pattern>."
21156 msgstr ""
21157
21158 #. type: =head2
21159 #: ../fish/guestfish-actions.pod:1145
21160 msgid "fill-pattern"
21161 msgstr ""
21162
21163 #. type: verbatim
21164 #: ../fish/guestfish-actions.pod:1147
21165 #, no-wrap
21166 msgid ""
21167 " fill-pattern pattern len path\n"
21168 "\n"
21169 msgstr ""
21170
21171 #. type: textblock
21172 #: ../fish/guestfish-actions.pod:1149
21173 msgid ""
21174 "This function is like L</fill> except that it creates a new file of length "
21175 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21176 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21177 "bytes."
21178 msgstr ""
21179
21180 #. type: =head2
21181 #: ../fish/guestfish-actions.pod:1154
21182 msgid "find"
21183 msgstr ""
21184
21185 #. type: verbatim
21186 #: ../fish/guestfish-actions.pod:1156
21187 #, no-wrap
21188 msgid ""
21189 " find directory\n"
21190 "\n"
21191 msgstr ""
21192
21193 #. type: textblock
21194 #: ../fish/guestfish-actions.pod:1170
21195 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21196 msgstr ""
21197
21198 #. type: textblock
21199 #: ../fish/guestfish-actions.pod:1183
21200 msgid "See also L</find0>."
21201 msgstr ""
21202
21203 #. type: =head2
21204 #: ../fish/guestfish-actions.pod:1188
21205 msgid "find0"
21206 msgstr ""
21207
21208 #. type: verbatim
21209 #: ../fish/guestfish-actions.pod:1190
21210 #, no-wrap
21211 msgid ""
21212 " find0 directory (files|-)\n"
21213 "\n"
21214 msgstr ""
21215
21216 #. type: textblock
21217 #: ../fish/guestfish-actions.pod:1196
21218 msgid "This command works the same way as L</find> with the following exceptions:"
21219 msgstr ""
21220
21221 #. type: =head2
21222 #: ../fish/guestfish-actions.pod:1223
21223 msgid "findfs-label"
21224 msgstr ""
21225
21226 #. type: verbatim
21227 #: ../fish/guestfish-actions.pod:1225
21228 #, no-wrap
21229 msgid ""
21230 " findfs-label label\n"
21231 "\n"
21232 msgstr ""
21233
21234 #. type: textblock
21235 #: ../fish/guestfish-actions.pod:1231
21236 msgid "To find the label of a filesystem, use L</vfs-label>."
21237 msgstr ""
21238
21239 #. type: =head2
21240 #: ../fish/guestfish-actions.pod:1233
21241 msgid "findfs-uuid"
21242 msgstr ""
21243
21244 #. type: verbatim
21245 #: ../fish/guestfish-actions.pod:1235
21246 #, no-wrap
21247 msgid ""
21248 " findfs-uuid uuid\n"
21249 "\n"
21250 msgstr ""
21251
21252 #. type: textblock
21253 #: ../fish/guestfish-actions.pod:1241
21254 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21255 msgstr ""
21256
21257 #. type: =head2
21258 #: ../fish/guestfish-actions.pod:1243
21259 msgid "fsck"
21260 msgstr ""
21261
21262 #. type: verbatim
21263 #: ../fish/guestfish-actions.pod:1245
21264 #, no-wrap
21265 msgid ""
21266 " fsck fstype device\n"
21267 "\n"
21268 msgstr ""
21269
21270 #. type: =head2
21271 #: ../fish/guestfish-actions.pod:1275
21272 msgid "get-append"
21273 msgstr ""
21274
21275 #. type: verbatim
21276 #: ../fish/guestfish-actions.pod:1277
21277 #, no-wrap
21278 msgid ""
21279 " get-append\n"
21280 "\n"
21281 msgstr ""
21282
21283 #. type: =head2
21284 #: ../fish/guestfish-actions.pod:1284
21285 msgid "get-autosync"
21286 msgstr ""
21287
21288 #. type: verbatim
21289 #: ../fish/guestfish-actions.pod:1286
21290 #, no-wrap
21291 msgid ""
21292 " get-autosync\n"
21293 "\n"
21294 msgstr ""
21295
21296 #. type: =head2
21297 #: ../fish/guestfish-actions.pod:1290
21298 msgid "get-direct"
21299 msgstr ""
21300
21301 #. type: verbatim
21302 #: ../fish/guestfish-actions.pod:1292
21303 #, no-wrap
21304 msgid ""
21305 " get-direct\n"
21306 "\n"
21307 msgstr ""
21308
21309 #. type: =head2
21310 #: ../fish/guestfish-actions.pod:1296
21311 msgid "get-e2label"
21312 msgstr ""
21313
21314 #. type: verbatim
21315 #: ../fish/guestfish-actions.pod:1298
21316 #, no-wrap
21317 msgid ""
21318 " get-e2label device\n"
21319 "\n"
21320 msgstr ""
21321
21322 #. type: =head2
21323 #: ../fish/guestfish-actions.pod:1310
21324 msgid "get-e2uuid"
21325 msgstr ""
21326
21327 #. type: verbatim
21328 #: ../fish/guestfish-actions.pod:1312
21329 #, no-wrap
21330 msgid ""
21331 " get-e2uuid device\n"
21332 "\n"
21333 msgstr ""
21334
21335 #. type: =head2
21336 #: ../fish/guestfish-actions.pod:1324
21337 msgid "get-memsize"
21338 msgstr ""
21339
21340 #. type: verbatim
21341 #: ../fish/guestfish-actions.pod:1326
21342 #, no-wrap
21343 msgid ""
21344 " get-memsize\n"
21345 "\n"
21346 msgstr ""
21347
21348 #. type: textblock
21349 #: ../fish/guestfish-actions.pod:1331
21350 msgid ""
21351 "If L</set-memsize> was not called on this handle, and if "
21352 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21353 "value for memsize."
21354 msgstr ""
21355
21356 #. type: =head2
21357 #: ../fish/guestfish-actions.pod:1338
21358 msgid "get-network"
21359 msgstr ""
21360
21361 #. type: verbatim
21362 #: ../fish/guestfish-actions.pod:1340
21363 #, no-wrap
21364 msgid ""
21365 " get-network\n"
21366 "\n"
21367 msgstr ""
21368
21369 #. type: =head2
21370 #: ../fish/guestfish-actions.pod:1344
21371 msgid "get-path"
21372 msgstr ""
21373
21374 #. type: verbatim
21375 #: ../fish/guestfish-actions.pod:1346
21376 #, no-wrap
21377 msgid ""
21378 " get-path\n"
21379 "\n"
21380 msgstr ""
21381
21382 #. type: =head2
21383 #: ../fish/guestfish-actions.pod:1353
21384 msgid "get-pid"
21385 msgstr ""
21386
21387 #. type: =head2
21388 #: ../fish/guestfish-actions.pod:1355
21389 msgid "pid"
21390 msgstr ""
21391
21392 #. type: verbatim
21393 #: ../fish/guestfish-actions.pod:1357
21394 #, no-wrap
21395 msgid ""
21396 " get-pid\n"
21397 "\n"
21398 msgstr ""
21399
21400 #. type: =head2
21401 #: ../fish/guestfish-actions.pod:1364
21402 msgid "get-qemu"
21403 msgstr ""
21404
21405 #. type: verbatim
21406 #: ../fish/guestfish-actions.pod:1366
21407 #, no-wrap
21408 msgid ""
21409 " get-qemu\n"
21410 "\n"
21411 msgstr ""
21412
21413 #. type: =head2
21414 #: ../fish/guestfish-actions.pod:1373
21415 msgid "get-recovery-proc"
21416 msgstr ""
21417
21418 #. type: verbatim
21419 #: ../fish/guestfish-actions.pod:1375
21420 #, no-wrap
21421 msgid ""
21422 " get-recovery-proc\n"
21423 "\n"
21424 msgstr ""
21425
21426 #. type: =head2
21427 #: ../fish/guestfish-actions.pod:1379
21428 msgid "get-selinux"
21429 msgstr ""
21430
21431 #. type: verbatim
21432 #: ../fish/guestfish-actions.pod:1381
21433 #, no-wrap
21434 msgid ""
21435 " get-selinux\n"
21436 "\n"
21437 msgstr ""
21438
21439 #. type: textblock
21440 #: ../fish/guestfish-actions.pod:1383
21441 msgid ""
21442 "This returns the current setting of the selinux flag which is passed to the "
21443 "appliance at boot time.  See L</set-selinux>."
21444 msgstr ""
21445
21446 #. type: =head2
21447 #: ../fish/guestfish-actions.pod:1389
21448 msgid "get-state"
21449 msgstr ""
21450
21451 #. type: verbatim
21452 #: ../fish/guestfish-actions.pod:1391
21453 #, no-wrap
21454 msgid ""
21455 " get-state\n"
21456 "\n"
21457 msgstr ""
21458
21459 #. type: =head2
21460 #: ../fish/guestfish-actions.pod:1398
21461 msgid "get-trace"
21462 msgstr ""
21463
21464 #. type: verbatim
21465 #: ../fish/guestfish-actions.pod:1400
21466 #, no-wrap
21467 msgid ""
21468 " get-trace\n"
21469 "\n"
21470 msgstr ""
21471
21472 #. type: =head2
21473 #: ../fish/guestfish-actions.pod:1404
21474 msgid "get-umask"
21475 msgstr ""
21476
21477 #. type: verbatim
21478 #: ../fish/guestfish-actions.pod:1406
21479 #, no-wrap
21480 msgid ""
21481 " get-umask\n"
21482 "\n"
21483 msgstr ""
21484
21485 #. type: textblock
21486 #: ../fish/guestfish-actions.pod:1408
21487 msgid ""
21488 "Return the current umask.  By default the umask is C<022> unless it has been "
21489 "set by calling L</umask>."
21490 msgstr ""
21491
21492 #. type: =head2
21493 #: ../fish/guestfish-actions.pod:1411
21494 msgid "get-verbose"
21495 msgstr ""
21496
21497 #. type: verbatim
21498 #: ../fish/guestfish-actions.pod:1413
21499 #, no-wrap
21500 msgid ""
21501 " get-verbose\n"
21502 "\n"
21503 msgstr ""
21504
21505 #. type: =head2
21506 #: ../fish/guestfish-actions.pod:1417
21507 msgid "getcon"
21508 msgstr ""
21509
21510 #. type: verbatim
21511 #: ../fish/guestfish-actions.pod:1419
21512 #, no-wrap
21513 msgid ""
21514 " getcon\n"
21515 "\n"
21516 msgstr ""
21517
21518 #. type: textblock
21519 #: ../fish/guestfish-actions.pod:1423
21520 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
21521 msgstr ""
21522
21523 #. type: =head2
21524 #: ../fish/guestfish-actions.pod:1426
21525 msgid "getxattr"
21526 msgstr ""
21527
21528 #. type: verbatim
21529 #: ../fish/guestfish-actions.pod:1428
21530 #, no-wrap
21531 msgid ""
21532 " getxattr path name\n"
21533 "\n"
21534 msgstr ""
21535
21536 #. type: textblock
21537 #: ../fish/guestfish-actions.pod:1430
21538 msgid ""
21539 "Get a single extended attribute from file C<path> named C<name>.  This call "
21540 "follows symlinks.  If you want to lookup an extended attribute for the "
21541 "symlink itself, use L</lgetxattr>."
21542 msgstr ""
21543
21544 #. type: textblock
21545 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2261
21546 msgid ""
21547 "Normally it is better to get all extended attributes from a file in one go "
21548 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
21549 "buggy and do not provide a way to list out attributes.  For these "
21550 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
21551 "attributes you want in advance and call this function."
21552 msgstr ""
21553
21554 #. type: textblock
21555 #: ../fish/guestfish-actions.pod:1444
21556 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
21557 msgstr ""
21558
21559 #. type: =head2
21560 #: ../fish/guestfish-actions.pod:1446
21561 msgid "getxattrs"
21562 msgstr ""
21563
21564 #. type: verbatim
21565 #: ../fish/guestfish-actions.pod:1448
21566 #, no-wrap
21567 msgid ""
21568 " getxattrs path\n"
21569 "\n"
21570 msgstr ""
21571
21572 #. type: textblock
21573 #: ../fish/guestfish-actions.pod:1456
21574 msgid "See also: L</lgetxattrs>, L<attr(5)>."
21575 msgstr ""
21576
21577 #. type: =head2
21578 #: ../fish/guestfish-actions.pod:1458
21579 msgid "glob-expand"
21580 msgstr ""
21581
21582 #. type: verbatim
21583 #: ../fish/guestfish-actions.pod:1460
21584 #, no-wrap
21585 msgid ""
21586 " glob-expand pattern\n"
21587 "\n"
21588 msgstr ""
21589
21590 #. type: =head2
21591 #: ../fish/guestfish-actions.pod:1473
21592 msgid "grep"
21593 msgstr ""
21594
21595 #. type: verbatim
21596 #: ../fish/guestfish-actions.pod:1475
21597 #, no-wrap
21598 msgid ""
21599 " grep regex path\n"
21600 "\n"
21601 msgstr ""
21602
21603 #. type: =head2
21604 #: ../fish/guestfish-actions.pod:1483
21605 msgid "grepi"
21606 msgstr ""
21607
21608 #. type: verbatim
21609 #: ../fish/guestfish-actions.pod:1485
21610 #, no-wrap
21611 msgid ""
21612 " grepi regex path\n"
21613 "\n"
21614 msgstr ""
21615
21616 #. type: =head2
21617 #: ../fish/guestfish-actions.pod:1493
21618 msgid "grub-install"
21619 msgstr ""
21620
21621 #. type: verbatim
21622 #: ../fish/guestfish-actions.pod:1495
21623 #, no-wrap
21624 msgid ""
21625 " grub-install root device\n"
21626 "\n"
21627 msgstr ""
21628
21629 #. type: =head2
21630 #: ../fish/guestfish-actions.pod:1511
21631 msgid "head"
21632 msgstr ""
21633
21634 #. type: verbatim
21635 #: ../fish/guestfish-actions.pod:1513
21636 #, no-wrap
21637 msgid ""
21638 " head path\n"
21639 "\n"
21640 msgstr ""
21641
21642 #. type: =head2
21643 #: ../fish/guestfish-actions.pod:1521
21644 msgid "head-n"
21645 msgstr ""
21646
21647 #. type: verbatim
21648 #: ../fish/guestfish-actions.pod:1523
21649 #, no-wrap
21650 msgid ""
21651 " head-n nrlines path\n"
21652 "\n"
21653 msgstr ""
21654
21655 #. type: =head2
21656 #: ../fish/guestfish-actions.pod:1536
21657 msgid "hexdump"
21658 msgstr ""
21659
21660 #. type: verbatim
21661 #: ../fish/guestfish-actions.pod:1538
21662 #, no-wrap
21663 msgid ""
21664 " hexdump path\n"
21665 "\n"
21666 msgstr ""
21667
21668 #. type: =head2
21669 #: ../fish/guestfish-actions.pod:1546
21670 msgid "initrd-cat"
21671 msgstr ""
21672
21673 #. type: verbatim
21674 #: ../fish/guestfish-actions.pod:1548
21675 #, no-wrap
21676 msgid ""
21677 " initrd-cat initrdpath filename\n"
21678 "\n"
21679 msgstr ""
21680
21681 #. type: textblock
21682 #: ../fish/guestfish-actions.pod:1560
21683 msgid "See also L</initrd-list>."
21684 msgstr ""
21685
21686 #. type: =head2
21687 #: ../fish/guestfish-actions.pod:1565
21688 msgid "initrd-list"
21689 msgstr ""
21690
21691 #. type: verbatim
21692 #: ../fish/guestfish-actions.pod:1567
21693 #, no-wrap
21694 msgid ""
21695 " initrd-list path\n"
21696 "\n"
21697 msgstr ""
21698
21699 #. type: =head2
21700 #: ../fish/guestfish-actions.pod:1579
21701 msgid "inotify-add-watch"
21702 msgstr ""
21703
21704 #. type: verbatim
21705 #: ../fish/guestfish-actions.pod:1581
21706 #, no-wrap
21707 msgid ""
21708 " inotify-add-watch path mask\n"
21709 "\n"
21710 msgstr ""
21711
21712 #. type: =head2
21713 #: ../fish/guestfish-actions.pod:1593
21714 msgid "inotify-close"
21715 msgstr ""
21716
21717 #. type: verbatim
21718 #: ../fish/guestfish-actions.pod:1595
21719 #, no-wrap
21720 msgid ""
21721 " inotify-close\n"
21722 "\n"
21723 msgstr ""
21724
21725 #. type: =head2
21726 #: ../fish/guestfish-actions.pod:1601
21727 msgid "inotify-files"
21728 msgstr ""
21729
21730 #. type: verbatim
21731 #: ../fish/guestfish-actions.pod:1603
21732 #, no-wrap
21733 msgid ""
21734 " inotify-files\n"
21735 "\n"
21736 msgstr ""
21737
21738 #. type: textblock
21739 #: ../fish/guestfish-actions.pod:1605
21740 msgid ""
21741 "This function is a helpful wrapper around L</inotify-read> which just "
21742 "returns a list of pathnames of objects that were touched.  The returned "
21743 "pathnames are sorted and deduplicated."
21744 msgstr ""
21745
21746 #. type: =head2
21747 #: ../fish/guestfish-actions.pod:1609
21748 msgid "inotify-init"
21749 msgstr ""
21750
21751 #. type: verbatim
21752 #: ../fish/guestfish-actions.pod:1611
21753 #, no-wrap
21754 msgid ""
21755 " inotify-init maxevents\n"
21756 "\n"
21757 msgstr ""
21758
21759 #. type: textblock
21760 #: ../fish/guestfish-actions.pod:1617
21761 msgid ""
21762 "C<maxevents> is the maximum number of events which will be queued up between "
21763 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
21764 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
21765 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
21766 "but records the fact that it threw them away by setting a flag "
21767 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
21768 msgstr ""
21769
21770 #. type: textblock
21771 #: ../fish/guestfish-actions.pod:1627
21772 msgid ""
21773 "Before any events are generated, you have to add some watches to the "
21774 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
21775 "L</inotify-watch-all>."
21776 msgstr ""
21777
21778 #. type: textblock
21779 #: ../fish/guestfish-actions.pod:1633
21780 msgid ""
21781 "Queued up events should be read periodically by calling L</inotify-read> (or "
21782 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
21783 "If you don't read the events out often enough then you risk the internal "
21784 "queue overflowing."
21785 msgstr ""
21786
21787 #. type: textblock
21788 #: ../fish/guestfish-actions.pod:1640
21789 msgid ""
21790 "The handle should be closed after use by calling L</inotify-close>.  This "
21791 "also removes any watches automatically."
21792 msgstr ""
21793
21794 #. type: =head2
21795 #: ../fish/guestfish-actions.pod:1649
21796 msgid "inotify-read"
21797 msgstr ""
21798
21799 #. type: verbatim
21800 #: ../fish/guestfish-actions.pod:1651
21801 #, no-wrap
21802 msgid ""
21803 " inotify-read\n"
21804 "\n"
21805 msgstr ""
21806
21807 #. type: =head2
21808 #: ../fish/guestfish-actions.pod:1664
21809 msgid "inotify-rm-watch"
21810 msgstr ""
21811
21812 #. type: verbatim
21813 #: ../fish/guestfish-actions.pod:1666
21814 #, no-wrap
21815 msgid ""
21816 " inotify-rm-watch wd\n"
21817 "\n"
21818 msgstr ""
21819
21820 #. type: textblock
21821 #: ../fish/guestfish-actions.pod:1668
21822 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
21823 msgstr ""
21824
21825 #. type: =head2
21826 #: ../fish/guestfish-actions.pod:1671
21827 msgid "inspect-get-arch"
21828 msgstr ""
21829
21830 #. type: verbatim
21831 #: ../fish/guestfish-actions.pod:1673
21832 #, no-wrap
21833 msgid ""
21834 " inspect-get-arch root\n"
21835 "\n"
21836 msgstr ""
21837
21838 #. type: textblock
21839 #: ../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:1857 ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1968 ../fish/guestfish-actions.pod:1984
21840 msgid ""
21841 "This function should only be called with a root device string as returned by "
21842 "L</inspect-os>."
21843 msgstr ""
21844
21845 #. type: textblock
21846 #: ../fish/guestfish-actions.pod:1678
21847 msgid ""
21848 "This returns the architecture of the inspected operating system.  The "
21849 "possible return values are listed under L</file-architecture>."
21850 msgstr ""
21851
21852 #. type: =head2
21853 #: ../fish/guestfish-actions.pod:1687
21854 msgid "inspect-get-distro"
21855 msgstr ""
21856
21857 #. type: verbatim
21858 #: ../fish/guestfish-actions.pod:1689
21859 #, no-wrap
21860 msgid ""
21861 " inspect-get-distro root\n"
21862 "\n"
21863 msgstr ""
21864
21865 #. type: =head2
21866 #: ../fish/guestfish-actions.pod:1761
21867 msgid "inspect-get-filesystems"
21868 msgstr ""
21869
21870 #. type: verbatim
21871 #: ../fish/guestfish-actions.pod:1763
21872 #, no-wrap
21873 msgid ""
21874 " inspect-get-filesystems root\n"
21875 "\n"
21876 msgstr ""
21877
21878 #. type: textblock
21879 #: ../fish/guestfish-actions.pod:1776
21880 msgid ""
21881 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21882 "L</inspect-get-mountpoints>."
21883 msgstr ""
21884
21885 #. type: =head2
21886 #: ../fish/guestfish-actions.pod:1779
21887 msgid "inspect-get-hostname"
21888 msgstr ""
21889
21890 #. type: verbatim
21891 #: ../fish/guestfish-actions.pod:1781
21892 #, no-wrap
21893 msgid ""
21894 " inspect-get-hostname root\n"
21895 "\n"
21896 msgstr ""
21897
21898 #. type: =head2
21899 #: ../fish/guestfish-actions.pod:1794
21900 msgid "inspect-get-major-version"
21901 msgstr ""
21902
21903 #. type: verbatim
21904 #: ../fish/guestfish-actions.pod:1796
21905 #, no-wrap
21906 msgid ""
21907 " inspect-get-major-version root\n"
21908 "\n"
21909 msgstr ""
21910
21911 #. type: =head2
21912 #: ../fish/guestfish-actions.pod:1815
21913 msgid "inspect-get-minor-version"
21914 msgstr ""
21915
21916 #. type: verbatim
21917 #: ../fish/guestfish-actions.pod:1817
21918 #, no-wrap
21919 msgid ""
21920 " inspect-get-minor-version root\n"
21921 "\n"
21922 msgstr ""
21923
21924 #. type: textblock
21925 #: ../fish/guestfish-actions.pod:1827
21926 msgid ""
21927 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21928 "L</inspect-get-major-version>."
21929 msgstr ""
21930
21931 #. type: =head2
21932 #: ../fish/guestfish-actions.pod:1830
21933 msgid "inspect-get-mountpoints"
21934 msgstr ""
21935
21936 #. type: verbatim
21937 #: ../fish/guestfish-actions.pod:1832
21938 #, no-wrap
21939 msgid ""
21940 " inspect-get-mountpoints root\n"
21941 "\n"
21942 msgstr ""
21943
21944 #. type: textblock
21945 #: ../fish/guestfish-actions.pod:1850
21946 msgid ""
21947 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21948 "L</inspect-get-filesystems>."
21949 msgstr ""
21950
21951 #. type: =head2
21952 #: ../fish/guestfish-actions.pod:1853
21953 msgid "inspect-get-package-format"
21954 msgstr ""
21955
21956 #. type: verbatim
21957 #: ../fish/guestfish-actions.pod:1855
21958 #, no-wrap
21959 msgid ""
21960 " inspect-get-package-format root\n"
21961 "\n"
21962 msgstr ""
21963
21964 #. type: textblock
21965 #: ../fish/guestfish-actions.pod:1860
21966 msgid ""
21967 "This function and L</inspect-get-package-management> return the package "
21968 "format and package management tool used by the inspected operating system.  "
21969 "For example for Fedora these functions would return C<rpm> (package format) "
21970 "and C<yum> (package management)."
21971 msgstr ""
21972
21973 #. type: =head2
21974 #: ../fish/guestfish-actions.pod:1875
21975 msgid "inspect-get-package-management"
21976 msgstr ""
21977
21978 #. type: verbatim
21979 #: ../fish/guestfish-actions.pod:1877
21980 #, no-wrap
21981 msgid ""
21982 " inspect-get-package-management root\n"
21983 "\n"
21984 msgstr ""
21985
21986 #. type: textblock
21987 #: ../fish/guestfish-actions.pod:1882
21988 msgid ""
21989 "L</inspect-get-package-format> and this function return the package format "
21990 "and package management tool used by the inspected operating system.  For "
21991 "example for Fedora these functions would return C<rpm> (package format) and "
21992 "C<yum> (package management)."
21993 msgstr ""
21994
21995 #. type: =head2
21996 #: ../fish/guestfish-actions.pod:1899
21997 msgid "inspect-get-product-name"
21998 msgstr ""
21999
22000 #. type: verbatim
22001 #: ../fish/guestfish-actions.pod:1901
22002 #, no-wrap
22003 msgid ""
22004 " inspect-get-product-name root\n"
22005 "\n"
22006 msgstr ""
22007
22008 #. type: =head2
22009 #: ../fish/guestfish-actions.pod:1916
22010 msgid "inspect-get-roots"
22011 msgstr ""
22012
22013 #. type: verbatim
22014 #: ../fish/guestfish-actions.pod:1918
22015 #, no-wrap
22016 msgid ""
22017 " inspect-get-roots\n"
22018 "\n"
22019 msgstr ""
22020
22021 #. type: textblock
22022 #: ../fish/guestfish-actions.pod:1920
22023 msgid ""
22024 "This function is a convenient way to get the list of root devices, as "
22025 "returned from a previous call to L</inspect-os>, but without redoing the "
22026 "whole inspection process."
22027 msgstr ""
22028
22029 #. type: textblock
22030 #: ../fish/guestfish-actions.pod:1924
22031 msgid ""
22032 "This returns an empty list if either no root devices were found or the "
22033 "caller has not called L</inspect-os>."
22034 msgstr ""
22035
22036 #. type: =head2
22037 #: ../fish/guestfish-actions.pod:1929
22038 msgid "inspect-get-type"
22039 msgstr ""
22040
22041 #. type: verbatim
22042 #: ../fish/guestfish-actions.pod:1931
22043 #, no-wrap
22044 msgid ""
22045 " inspect-get-type root\n"
22046 "\n"
22047 msgstr ""
22048
22049 #. type: =head2
22050 #: ../fish/guestfish-actions.pod:1964
22051 msgid "inspect-get-windows-systemroot"
22052 msgstr ""
22053
22054 #. type: verbatim
22055 #: ../fish/guestfish-actions.pod:1966
22056 #, no-wrap
22057 msgid ""
22058 " inspect-get-windows-systemroot root\n"
22059 "\n"
22060 msgstr ""
22061
22062 #. type: =head2
22063 #: ../fish/guestfish-actions.pod:1980
22064 msgid "inspect-list-applications"
22065 msgstr ""
22066
22067 #. type: verbatim
22068 #: ../fish/guestfish-actions.pod:1982
22069 #, no-wrap
22070 msgid ""
22071 " inspect-list-applications root\n"
22072 "\n"
22073 msgstr ""
22074
22075 #. type: textblock
22076 #: ../fish/guestfish-actions.pod:1989
22077 msgid ""
22078 "I<Note:> This call works differently from other parts of the inspection "
22079 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22080 "then mount up the disks, before calling this.  Listing applications is a "
22081 "significantly more difficult operation which requires access to the full "
22082 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22083 "are just returning data cached in the libguestfs handle, this call actually "
22084 "reads parts of the mounted filesystems during the call."
22085 msgstr ""
22086
22087 #. type: =head2
22088 #: ../fish/guestfish-actions.pod:2079
22089 msgid "inspect-os"
22090 msgstr ""
22091
22092 #. type: verbatim
22093 #: ../fish/guestfish-actions.pod:2081
22094 #, no-wrap
22095 msgid ""
22096 " inspect-os\n"
22097 "\n"
22098 msgstr ""
22099
22100 #. type: textblock
22101 #: ../fish/guestfish-actions.pod:2096
22102 msgid ""
22103 "You can pass the root string(s) returned to other L</inspect-get-*> "
22104 "functions in order to query further information about each operating system, "
22105 "such as the name and version."
22106 msgstr ""
22107
22108 #. type: textblock
22109 #: ../fish/guestfish-actions.pod:2101
22110 msgid ""
22111 "This function uses other libguestfs features such as L</mount-ro> and "
22112 "L</umount-all> in order to mount and unmount filesystems and look at the "
22113 "contents.  This should be called with no disks currently mounted.  The "
22114 "function may also use Augeas, so any existing Augeas handle will be closed."
22115 msgstr ""
22116
22117 #. type: textblock
22118 #: ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2289 ../fish/guestfish-actions.pod:2335
22119 msgid "See also L</list-filesystems>."
22120 msgstr ""
22121
22122 #. type: =head2
22123 #: ../fish/guestfish-actions.pod:2115
22124 msgid "is-blockdev"
22125 msgstr ""
22126
22127 #. type: verbatim
22128 #: ../fish/guestfish-actions.pod:2117
22129 #, no-wrap
22130 msgid ""
22131 " is-blockdev path\n"
22132 "\n"
22133 msgstr ""
22134
22135 #. type: textblock
22136 #: ../fish/guestfish-actions.pod:2122 ../fish/guestfish-actions.pod:2140 ../fish/guestfish-actions.pod:2159 ../fish/guestfish-actions.pod:2168 ../fish/guestfish-actions.pod:2178 ../fish/guestfish-actions.pod:2212 ../fish/guestfish-actions.pod:2221
22137 msgid "See also L</stat>."
22138 msgstr ""
22139
22140 #. type: =head2
22141 #: ../fish/guestfish-actions.pod:2124
22142 msgid "is-busy"
22143 msgstr ""
22144
22145 #. type: verbatim
22146 #: ../fish/guestfish-actions.pod:2126
22147 #, no-wrap
22148 msgid ""
22149 " is-busy\n"
22150 "\n"
22151 msgstr ""
22152
22153 #. type: =head2
22154 #: ../fish/guestfish-actions.pod:2133
22155 msgid "is-chardev"
22156 msgstr ""
22157
22158 #. type: verbatim
22159 #: ../fish/guestfish-actions.pod:2135
22160 #, no-wrap
22161 msgid ""
22162 " is-chardev path\n"
22163 "\n"
22164 msgstr ""
22165
22166 #. type: =head2
22167 #: ../fish/guestfish-actions.pod:2142
22168 msgid "is-config"
22169 msgstr ""
22170
22171 #. type: verbatim
22172 #: ../fish/guestfish-actions.pod:2144
22173 #, no-wrap
22174 msgid ""
22175 " is-config\n"
22176 "\n"
22177 msgstr ""
22178
22179 #. type: =head2
22180 #: ../fish/guestfish-actions.pod:2151
22181 msgid "is-dir"
22182 msgstr ""
22183
22184 #. type: verbatim
22185 #: ../fish/guestfish-actions.pod:2153
22186 #, no-wrap
22187 msgid ""
22188 " is-dir path\n"
22189 "\n"
22190 msgstr ""
22191
22192 #. type: =head2
22193 #: ../fish/guestfish-actions.pod:2161
22194 msgid "is-fifo"
22195 msgstr ""
22196
22197 #. type: verbatim
22198 #: ../fish/guestfish-actions.pod:2163
22199 #, no-wrap
22200 msgid ""
22201 " is-fifo path\n"
22202 "\n"
22203 msgstr ""
22204
22205 #. type: =head2
22206 #: ../fish/guestfish-actions.pod:2170
22207 msgid "is-file"
22208 msgstr ""
22209
22210 #. type: verbatim
22211 #: ../fish/guestfish-actions.pod:2172
22212 #, no-wrap
22213 msgid ""
22214 " is-file path\n"
22215 "\n"
22216 msgstr ""
22217
22218 #. type: =head2
22219 #: ../fish/guestfish-actions.pod:2180
22220 msgid "is-launching"
22221 msgstr ""
22222
22223 #. type: verbatim
22224 #: ../fish/guestfish-actions.pod:2182
22225 #, no-wrap
22226 msgid ""
22227 " is-launching\n"
22228 "\n"
22229 msgstr ""
22230
22231 #. type: =head2
22232 #: ../fish/guestfish-actions.pod:2189
22233 msgid "is-lv"
22234 msgstr ""
22235
22236 #. type: verbatim
22237 #: ../fish/guestfish-actions.pod:2191
22238 #, no-wrap
22239 msgid ""
22240 " is-lv device\n"
22241 "\n"
22242 msgstr ""
22243
22244 #. type: =head2
22245 #: ../fish/guestfish-actions.pod:2196
22246 msgid "is-ready"
22247 msgstr ""
22248
22249 #. type: verbatim
22250 #: ../fish/guestfish-actions.pod:2198
22251 #, no-wrap
22252 msgid ""
22253 " is-ready\n"
22254 "\n"
22255 msgstr ""
22256
22257 #. type: =head2
22258 #: ../fish/guestfish-actions.pod:2205
22259 msgid "is-socket"
22260 msgstr ""
22261
22262 #. type: verbatim
22263 #: ../fish/guestfish-actions.pod:2207
22264 #, no-wrap
22265 msgid ""
22266 " is-socket path\n"
22267 "\n"
22268 msgstr ""
22269
22270 #. type: =head2
22271 #: ../fish/guestfish-actions.pod:2214
22272 msgid "is-symlink"
22273 msgstr ""
22274
22275 #. type: verbatim
22276 #: ../fish/guestfish-actions.pod:2216
22277 #, no-wrap
22278 msgid ""
22279 " is-symlink path\n"
22280 "\n"
22281 msgstr ""
22282
22283 #. type: =head2
22284 #: ../fish/guestfish-actions.pod:2223
22285 msgid "kill-subprocess"
22286 msgstr ""
22287
22288 #. type: verbatim
22289 #: ../fish/guestfish-actions.pod:2225
22290 #, no-wrap
22291 msgid ""
22292 " kill-subprocess\n"
22293 "\n"
22294 msgstr ""
22295
22296 #. type: =head2
22297 #: ../fish/guestfish-actions.pod:2229
22298 msgid "launch"
22299 msgstr ""
22300
22301 #. type: =head2
22302 #: ../fish/guestfish-actions.pod:2231
22303 msgid "run"
22304 msgstr ""
22305
22306 #. type: verbatim
22307 #: ../fish/guestfish-actions.pod:2233
22308 #, no-wrap
22309 msgid ""
22310 " launch\n"
22311 "\n"
22312 msgstr ""
22313
22314 #. type: =head2
22315 #: ../fish/guestfish-actions.pod:2241
22316 msgid "lchown"
22317 msgstr ""
22318
22319 #. type: verbatim
22320 #: ../fish/guestfish-actions.pod:2243
22321 #, no-wrap
22322 msgid ""
22323 " lchown owner group path\n"
22324 "\n"
22325 msgstr ""
22326
22327 #. type: textblock
22328 #: ../fish/guestfish-actions.pod:2245
22329 msgid ""
22330 "Change the file owner to C<owner> and group to C<group>.  This is like "
22331 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22332 "the target."
22333 msgstr ""
22334
22335 #. type: =head2
22336 #: ../fish/guestfish-actions.pod:2253
22337 msgid "lgetxattr"
22338 msgstr ""
22339
22340 #. type: verbatim
22341 #: ../fish/guestfish-actions.pod:2255
22342 #, no-wrap
22343 msgid ""
22344 " lgetxattr path name\n"
22345 "\n"
22346 msgstr ""
22347
22348 #. type: textblock
22349 #: ../fish/guestfish-actions.pod:2271
22350 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22351 msgstr ""
22352
22353 #. type: =head2
22354 #: ../fish/guestfish-actions.pod:2273
22355 msgid "lgetxattrs"
22356 msgstr ""
22357
22358 #. type: verbatim
22359 #: ../fish/guestfish-actions.pod:2275
22360 #, no-wrap
22361 msgid ""
22362 " lgetxattrs path\n"
22363 "\n"
22364 msgstr ""
22365
22366 #. type: textblock
22367 #: ../fish/guestfish-actions.pod:2277
22368 msgid ""
22369 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22370 "it returns the extended attributes of the link itself."
22371 msgstr ""
22372
22373 #. type: =head2
22374 #: ../fish/guestfish-actions.pod:2281
22375 msgid "list-devices"
22376 msgstr ""
22377
22378 #. type: verbatim
22379 #: ../fish/guestfish-actions.pod:2283
22380 #, no-wrap
22381 msgid ""
22382 " list-devices\n"
22383 "\n"
22384 msgstr ""
22385
22386 #. type: =head2
22387 #: ../fish/guestfish-actions.pod:2291
22388 msgid "list-filesystems"
22389 msgstr ""
22390
22391 #. type: verbatim
22392 #: ../fish/guestfish-actions.pod:2293
22393 #, no-wrap
22394 msgid ""
22395 " list-filesystems\n"
22396 "\n"
22397 msgstr ""
22398
22399 #. type: textblock
22400 #: ../fish/guestfish-actions.pod:2312
22401 msgid ""
22402 "This command runs other libguestfs commands, which might include L</mount> "
22403 "and L</umount>, and therefore you should use this soon after launch and only "
22404 "when nothing is mounted."
22405 msgstr ""
22406
22407 #. type: textblock
22408 #: ../fish/guestfish-actions.pod:2316
22409 msgid ""
22410 "Not all of the filesystems returned will be mountable.  In particular, swap "
22411 "partitions are returned in the list.  Also this command does not check that "
22412 "each filesystem found is valid and mountable, and some filesystems might be "
22413 "mountable but require special options.  Filesystems may not all belong to a "
22414 "single logical operating system (use L</inspect-os> to look for OSes)."
22415 msgstr ""
22416
22417 #. type: =head2
22418 #: ../fish/guestfish-actions.pod:2324
22419 msgid "list-partitions"
22420 msgstr ""
22421
22422 #. type: verbatim
22423 #: ../fish/guestfish-actions.pod:2326
22424 #, no-wrap
22425 msgid ""
22426 " list-partitions\n"
22427 "\n"
22428 msgstr ""
22429
22430 #. type: textblock
22431 #: ../fish/guestfish-actions.pod:2332
22432 msgid ""
22433 "This does not return logical volumes.  For that you will need to call "
22434 "L</lvs>."
22435 msgstr ""
22436
22437 #. type: =head2
22438 #: ../fish/guestfish-actions.pod:2337
22439 msgid "ll"
22440 msgstr ""
22441
22442 #. type: verbatim
22443 #: ../fish/guestfish-actions.pod:2339
22444 #, no-wrap
22445 msgid ""
22446 " ll directory\n"
22447 "\n"
22448 msgstr ""
22449
22450 #. type: =head2
22451 #: ../fish/guestfish-actions.pod:2347
22452 msgid "ln"
22453 msgstr ""
22454
22455 #. type: verbatim
22456 #: ../fish/guestfish-actions.pod:2349
22457 #, no-wrap
22458 msgid ""
22459 " ln target linkname\n"
22460 "\n"
22461 msgstr ""
22462
22463 #. type: =head2
22464 #: ../fish/guestfish-actions.pod:2353
22465 msgid "ln-f"
22466 msgstr ""
22467
22468 #. type: verbatim
22469 #: ../fish/guestfish-actions.pod:2355
22470 #, no-wrap
22471 msgid ""
22472 " ln-f target linkname\n"
22473 "\n"
22474 msgstr ""
22475
22476 #. type: =head2
22477 #: ../fish/guestfish-actions.pod:2360
22478 msgid "ln-s"
22479 msgstr ""
22480
22481 #. type: verbatim
22482 #: ../fish/guestfish-actions.pod:2362
22483 #, no-wrap
22484 msgid ""
22485 " ln-s target linkname\n"
22486 "\n"
22487 msgstr ""
22488
22489 #. type: =head2
22490 #: ../fish/guestfish-actions.pod:2366
22491 msgid "ln-sf"
22492 msgstr ""
22493
22494 #. type: verbatim
22495 #: ../fish/guestfish-actions.pod:2368
22496 #, no-wrap
22497 msgid ""
22498 " ln-sf target linkname\n"
22499 "\n"
22500 msgstr ""
22501
22502 #. type: =head2
22503 #: ../fish/guestfish-actions.pod:2373
22504 msgid "lremovexattr"
22505 msgstr ""
22506
22507 #. type: verbatim
22508 #: ../fish/guestfish-actions.pod:2375
22509 #, no-wrap
22510 msgid ""
22511 " lremovexattr xattr path\n"
22512 "\n"
22513 msgstr ""
22514
22515 #. type: textblock
22516 #: ../fish/guestfish-actions.pod:2377
22517 msgid ""
22518 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
22519 "it removes an extended attribute of the link itself."
22520 msgstr ""
22521
22522 #. type: =head2
22523 #: ../fish/guestfish-actions.pod:2381
22524 msgid "ls"
22525 msgstr ""
22526
22527 #. type: verbatim
22528 #: ../fish/guestfish-actions.pod:2383
22529 #, no-wrap
22530 msgid ""
22531 " ls directory\n"
22532 "\n"
22533 msgstr ""
22534
22535 #. type: textblock
22536 #: ../fish/guestfish-actions.pod:2389
22537 msgid ""
22538 "This command is mostly useful for interactive sessions.  Programs should "
22539 "probably use L</readdir> instead."
22540 msgstr ""
22541
22542 #. type: =head2
22543 #: ../fish/guestfish-actions.pod:2392
22544 msgid "lsetxattr"
22545 msgstr ""
22546
22547 #. type: verbatim
22548 #: ../fish/guestfish-actions.pod:2394
22549 #, no-wrap
22550 msgid ""
22551 " lsetxattr xattr val vallen path\n"
22552 "\n"
22553 msgstr ""
22554
22555 #. type: textblock
22556 #: ../fish/guestfish-actions.pod:2396
22557 msgid ""
22558 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
22559 "sets an extended attribute of the link itself."
22560 msgstr ""
22561
22562 #. type: =head2
22563 #: ../fish/guestfish-actions.pod:2400
22564 msgid "lstat"
22565 msgstr ""
22566
22567 #. type: verbatim
22568 #: ../fish/guestfish-actions.pod:2402
22569 #, no-wrap
22570 msgid ""
22571 " lstat path\n"
22572 "\n"
22573 msgstr ""
22574
22575 #. type: textblock
22576 #: ../fish/guestfish-actions.pod:2406
22577 msgid ""
22578 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
22579 "the link is stat-ed, not the file it refers to."
22580 msgstr ""
22581
22582 #. type: =head2
22583 #: ../fish/guestfish-actions.pod:2412
22584 msgid "lstatlist"
22585 msgstr ""
22586
22587 #. type: verbatim
22588 #: ../fish/guestfish-actions.pod:2414
22589 #, no-wrap
22590 msgid ""
22591 " lstatlist path 'names ...'\n"
22592 "\n"
22593 msgstr ""
22594
22595 #. type: textblock
22596 #: ../fish/guestfish-actions.pod:2416
22597 msgid ""
22598 "This call allows you to perform the L</lstat> operation on multiple files, "
22599 "where all files are in the directory C<path>.  C<names> is the list of files "
22600 "from this directory."
22601 msgstr ""
22602
22603 #. type: textblock
22604 #: ../fish/guestfish-actions.pod:2425
22605 msgid ""
22606 "This call is intended for programs that want to efficiently list a directory "
22607 "contents without making many round-trips.  See also L</lxattrlist> for a "
22608 "similarly efficient call for getting extended attributes.  Very long "
22609 "directory listings might cause the protocol message size to be exceeded, "
22610 "causing this call to fail.  The caller must split up such requests into "
22611 "smaller groups of names."
22612 msgstr ""
22613
22614 #. type: =head2
22615 #: ../fish/guestfish-actions.pod:2433
22616 msgid "luks-add-key"
22617 msgstr ""
22618
22619 #. type: verbatim
22620 #: ../fish/guestfish-actions.pod:2435
22621 #, no-wrap
22622 msgid ""
22623 " luks-add-key device keyslot\n"
22624 "\n"
22625 msgstr ""
22626
22627 #. type: textblock
22628 #: ../fish/guestfish-actions.pod:2442
22629 msgid ""
22630 "Note that if C<keyslot> already contains a key, then this command will "
22631 "fail.  You have to use L</luks-kill-slot> first to remove that key."
22632 msgstr ""
22633
22634 #. type: textblock
22635 #: ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2468 ../fish/guestfish-actions.pod:2481 ../fish/guestfish-actions.pod:2495 ../fish/guestfish-actions.pod:2518 ../fish/guestfish-actions.pod:2528
22636 msgid ""
22637 "This command has one or more key or passphrase parameters.  Guestfish will "
22638 "prompt for these separately."
22639 msgstr ""
22640
22641 #. type: =head2
22642 #: ../fish/guestfish-actions.pod:2449
22643 msgid "luks-close"
22644 msgstr ""
22645
22646 #. type: verbatim
22647 #: ../fish/guestfish-actions.pod:2451
22648 #, no-wrap
22649 msgid ""
22650 " luks-close device\n"
22651 "\n"
22652 msgstr ""
22653
22654 #. type: textblock
22655 #: ../fish/guestfish-actions.pod:2453
22656 msgid ""
22657 "This closes a LUKS device that was created earlier by L</luks-open> or "
22658 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
22659 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
22660 "underlying block device."
22661 msgstr ""
22662
22663 #. type: =head2
22664 #: ../fish/guestfish-actions.pod:2459
22665 msgid "luks-format"
22666 msgstr ""
22667
22668 #. type: verbatim
22669 #: ../fish/guestfish-actions.pod:2461
22670 #, no-wrap
22671 msgid ""
22672 " luks-format device keyslot\n"
22673 "\n"
22674 msgstr ""
22675
22676 #. type: =head2
22677 #: ../fish/guestfish-actions.pod:2474
22678 msgid "luks-format-cipher"
22679 msgstr ""
22680
22681 #. type: verbatim
22682 #: ../fish/guestfish-actions.pod:2476
22683 #, no-wrap
22684 msgid ""
22685 " luks-format-cipher device keyslot cipher\n"
22686 "\n"
22687 msgstr ""
22688
22689 #. type: textblock
22690 #: ../fish/guestfish-actions.pod:2478
22691 msgid ""
22692 "This command is the same as L</luks-format> but it also allows you to set "
22693 "the C<cipher> used."
22694 msgstr ""
22695
22696 #. type: =head2
22697 #: ../fish/guestfish-actions.pod:2487
22698 msgid "luks-kill-slot"
22699 msgstr ""
22700
22701 #. type: verbatim
22702 #: ../fish/guestfish-actions.pod:2489
22703 #, no-wrap
22704 msgid ""
22705 " luks-kill-slot device keyslot\n"
22706 "\n"
22707 msgstr ""
22708
22709 #. type: =head2
22710 #: ../fish/guestfish-actions.pod:2498
22711 msgid "luks-open"
22712 msgstr ""
22713
22714 #. type: verbatim
22715 #: ../fish/guestfish-actions.pod:2500
22716 #, no-wrap
22717 msgid ""
22718 " luks-open device mapname\n"
22719 "\n"
22720 msgstr ""
22721
22722 #. type: textblock
22723 #: ../fish/guestfish-actions.pod:2514
22724 msgid ""
22725 "If this block device contains LVM volume groups, then calling L</vgscan> "
22726 "followed by L</vg-activate-all> will make them visible."
22727 msgstr ""
22728
22729 #. type: =head2
22730 #: ../fish/guestfish-actions.pod:2521
22731 msgid "luks-open-ro"
22732 msgstr ""
22733
22734 #. type: verbatim
22735 #: ../fish/guestfish-actions.pod:2523
22736 #, no-wrap
22737 msgid ""
22738 " luks-open-ro device mapname\n"
22739 "\n"
22740 msgstr ""
22741
22742 #. type: textblock
22743 #: ../fish/guestfish-actions.pod:2525
22744 msgid ""
22745 "This is the same as L</luks-open> except that a read-only mapping is "
22746 "created."
22747 msgstr ""
22748
22749 #. type: =head2
22750 #: ../fish/guestfish-actions.pod:2531
22751 msgid "lvcreate"
22752 msgstr ""
22753
22754 #. type: verbatim
22755 #: ../fish/guestfish-actions.pod:2533
22756 #, no-wrap
22757 msgid ""
22758 " lvcreate logvol volgroup mbytes\n"
22759 "\n"
22760 msgstr ""
22761
22762 #. type: =head2
22763 #: ../fish/guestfish-actions.pod:2538
22764 msgid "lvm-canonical-lv-name"
22765 msgstr ""
22766
22767 #. type: verbatim
22768 #: ../fish/guestfish-actions.pod:2540
22769 #, no-wrap
22770 msgid ""
22771 " lvm-canonical-lv-name lvname\n"
22772 "\n"
22773 msgstr ""
22774
22775 #. type: textblock
22776 #: ../fish/guestfish-actions.pod:2549
22777 msgid "See also L</is-lv>."
22778 msgstr ""
22779
22780 #. type: =head2
22781 #: ../fish/guestfish-actions.pod:2551
22782 msgid "lvm-clear-filter"
22783 msgstr ""
22784
22785 #. type: verbatim
22786 #: ../fish/guestfish-actions.pod:2553
22787 #, no-wrap
22788 msgid ""
22789 " lvm-clear-filter\n"
22790 "\n"
22791 msgstr ""
22792
22793 #. type: textblock
22794 #: ../fish/guestfish-actions.pod:2555
22795 msgid ""
22796 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
22797 "block device."
22798 msgstr ""
22799
22800 #. type: =head2
22801 #: ../fish/guestfish-actions.pod:2561
22802 msgid "lvm-remove-all"
22803 msgstr ""
22804
22805 #. type: verbatim
22806 #: ../fish/guestfish-actions.pod:2563
22807 #, no-wrap
22808 msgid ""
22809 " lvm-remove-all\n"
22810 "\n"
22811 msgstr ""
22812
22813 #. type: =head2
22814 #: ../fish/guestfish-actions.pod:2571
22815 msgid "lvm-set-filter"
22816 msgstr ""
22817
22818 #. type: verbatim
22819 #: ../fish/guestfish-actions.pod:2573
22820 #, no-wrap
22821 msgid ""
22822 " lvm-set-filter 'devices ...'\n"
22823 "\n"
22824 msgstr ""
22825
22826 #. type: =head2
22827 #: ../fish/guestfish-actions.pod:2598
22828 msgid "lvremove"
22829 msgstr ""
22830
22831 #. type: verbatim
22832 #: ../fish/guestfish-actions.pod:2600
22833 #, no-wrap
22834 msgid ""
22835 " lvremove device\n"
22836 "\n"
22837 msgstr ""
22838
22839 #. type: =head2
22840 #: ../fish/guestfish-actions.pod:2608
22841 msgid "lvrename"
22842 msgstr ""
22843
22844 #. type: verbatim
22845 #: ../fish/guestfish-actions.pod:2610
22846 #, no-wrap
22847 msgid ""
22848 " lvrename logvol newlogvol\n"
22849 "\n"
22850 msgstr ""
22851
22852 #. type: =head2
22853 #: ../fish/guestfish-actions.pod:2614
22854 msgid "lvresize"
22855 msgstr ""
22856
22857 #. type: verbatim
22858 #: ../fish/guestfish-actions.pod:2616
22859 #, no-wrap
22860 msgid ""
22861 " lvresize device mbytes\n"
22862 "\n"
22863 msgstr ""
22864
22865 #. type: =head2
22866 #: ../fish/guestfish-actions.pod:2622
22867 msgid "lvresize-free"
22868 msgstr ""
22869
22870 #. type: verbatim
22871 #: ../fish/guestfish-actions.pod:2624
22872 #, no-wrap
22873 msgid ""
22874 " lvresize-free lv percent\n"
22875 "\n"
22876 msgstr ""
22877
22878 #. type: =head2
22879 #: ../fish/guestfish-actions.pod:2632
22880 msgid "lvs"
22881 msgstr ""
22882
22883 #. type: verbatim
22884 #: ../fish/guestfish-actions.pod:2634
22885 #, no-wrap
22886 msgid ""
22887 " lvs\n"
22888 "\n"
22889 msgstr ""
22890
22891 #. type: textblock
22892 #: ../fish/guestfish-actions.pod:2642
22893 msgid "See also L</lvs-full>, L</list-filesystems>."
22894 msgstr ""
22895
22896 #. type: =head2
22897 #: ../fish/guestfish-actions.pod:2644
22898 msgid "lvs-full"
22899 msgstr ""
22900
22901 #. type: verbatim
22902 #: ../fish/guestfish-actions.pod:2646
22903 #, no-wrap
22904 msgid ""
22905 " lvs-full\n"
22906 "\n"
22907 msgstr ""
22908
22909 #. type: =head2
22910 #: ../fish/guestfish-actions.pod:2651
22911 msgid "lvuuid"
22912 msgstr ""
22913
22914 #. type: verbatim
22915 #: ../fish/guestfish-actions.pod:2653
22916 #, no-wrap
22917 msgid ""
22918 " lvuuid device\n"
22919 "\n"
22920 msgstr ""
22921
22922 #. type: =head2
22923 #: ../fish/guestfish-actions.pod:2657
22924 msgid "lxattrlist"
22925 msgstr ""
22926
22927 #. type: verbatim
22928 #: ../fish/guestfish-actions.pod:2659
22929 #, no-wrap
22930 msgid ""
22931 " lxattrlist path 'names ...'\n"
22932 "\n"
22933 msgstr ""
22934
22935 #. type: textblock
22936 #: ../fish/guestfish-actions.pod:2675
22937 msgid ""
22938 "This call is intended for programs that want to efficiently list a directory "
22939 "contents without making many round-trips.  See also L</lstatlist> for a "
22940 "similarly efficient call for getting standard stats.  Very long directory "
22941 "listings might cause the protocol message size to be exceeded, causing this "
22942 "call to fail.  The caller must split up such requests into smaller groups of "
22943 "names."
22944 msgstr ""
22945
22946 #. type: =head2
22947 #: ../fish/guestfish-actions.pod:2683
22948 msgid "mkdir"
22949 msgstr ""
22950
22951 #. type: verbatim
22952 #: ../fish/guestfish-actions.pod:2685
22953 #, no-wrap
22954 msgid ""
22955 " mkdir path\n"
22956 "\n"
22957 msgstr ""
22958
22959 #. type: =head2
22960 #: ../fish/guestfish-actions.pod:2689
22961 msgid "mkdir-mode"
22962 msgstr ""
22963
22964 #. type: verbatim
22965 #: ../fish/guestfish-actions.pod:2691
22966 #, no-wrap
22967 msgid ""
22968 " mkdir-mode path mode\n"
22969 "\n"
22970 msgstr ""
22971
22972 #. type: textblock
22973 #: ../fish/guestfish-actions.pod:2700
22974 msgid "See also L</mkdir>, L</umask>"
22975 msgstr ""
22976
22977 #. type: =head2
22978 #: ../fish/guestfish-actions.pod:2702
22979 msgid "mkdir-p"
22980 msgstr ""
22981
22982 #. type: verbatim
22983 #: ../fish/guestfish-actions.pod:2704
22984 #, no-wrap
22985 msgid ""
22986 " mkdir-p path\n"
22987 "\n"
22988 msgstr ""
22989
22990 #. type: =head2
22991 #: ../fish/guestfish-actions.pod:2709
22992 msgid "mkdtemp"
22993 msgstr ""
22994
22995 #. type: verbatim
22996 #: ../fish/guestfish-actions.pod:2711
22997 #, no-wrap
22998 msgid ""
22999 " mkdtemp template\n"
23000 "\n"
23001 msgstr ""
23002
23003 #. type: =head2
23004 #: ../fish/guestfish-actions.pod:2732
23005 msgid "mke2fs-J"
23006 msgstr ""
23007
23008 #. type: verbatim
23009 #: ../fish/guestfish-actions.pod:2734
23010 #, no-wrap
23011 msgid ""
23012 " mke2fs-J fstype blocksize device journal\n"
23013 "\n"
23014 msgstr ""
23015
23016 #. type: textblock
23017 #: ../fish/guestfish-actions.pod:2742
23018 msgid "See also L</mke2journal>."
23019 msgstr ""
23020
23021 #. type: =head2
23022 #: ../fish/guestfish-actions.pod:2744
23023 msgid "mke2fs-JL"
23024 msgstr ""
23025
23026 #. type: verbatim
23027 #: ../fish/guestfish-actions.pod:2746
23028 #, no-wrap
23029 msgid ""
23030 " mke2fs-JL fstype blocksize device label\n"
23031 "\n"
23032 msgstr ""
23033
23034 #. type: textblock
23035 #: ../fish/guestfish-actions.pod:2751
23036 msgid "See also L</mke2journal-L>."
23037 msgstr ""
23038
23039 #. type: =head2
23040 #: ../fish/guestfish-actions.pod:2753
23041 msgid "mke2fs-JU"
23042 msgstr ""
23043
23044 #. type: verbatim
23045 #: ../fish/guestfish-actions.pod:2755
23046 #, no-wrap
23047 msgid ""
23048 " mke2fs-JU fstype blocksize device uuid\n"
23049 "\n"
23050 msgstr ""
23051
23052 #. type: textblock
23053 #: ../fish/guestfish-actions.pod:2760
23054 msgid "See also L</mke2journal-U>."
23055 msgstr ""
23056
23057 #. type: =head2
23058 #: ../fish/guestfish-actions.pod:2762
23059 msgid "mke2journal"
23060 msgstr ""
23061
23062 #. type: verbatim
23063 #: ../fish/guestfish-actions.pod:2764
23064 #, no-wrap
23065 msgid ""
23066 " mke2journal blocksize device\n"
23067 "\n"
23068 msgstr ""
23069
23070 #. type: =head2
23071 #: ../fish/guestfish-actions.pod:2771
23072 msgid "mke2journal-L"
23073 msgstr ""
23074
23075 #. type: verbatim
23076 #: ../fish/guestfish-actions.pod:2773
23077 #, no-wrap
23078 msgid ""
23079 " mke2journal-L blocksize label device\n"
23080 "\n"
23081 msgstr ""
23082
23083 #. type: =head2
23084 #: ../fish/guestfish-actions.pod:2777
23085 msgid "mke2journal-U"
23086 msgstr ""
23087
23088 #. type: verbatim
23089 #: ../fish/guestfish-actions.pod:2779
23090 #, no-wrap
23091 msgid ""
23092 " mke2journal-U blocksize uuid device\n"
23093 "\n"
23094 msgstr ""
23095
23096 #. type: =head2
23097 #: ../fish/guestfish-actions.pod:2783
23098 msgid "mkfifo"
23099 msgstr ""
23100
23101 #. type: verbatim
23102 #: ../fish/guestfish-actions.pod:2785
23103 #, no-wrap
23104 msgid ""
23105 " mkfifo mode path\n"
23106 "\n"
23107 msgstr ""
23108
23109 #. type: textblock
23110 #: ../fish/guestfish-actions.pod:2787
23111 msgid ""
23112 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23113 "is just a convenient wrapper around L</mknod>."
23114 msgstr ""
23115
23116 #. type: =head2
23117 #: ../fish/guestfish-actions.pod:2793
23118 msgid "mkfs"
23119 msgstr ""
23120
23121 #. type: verbatim
23122 #: ../fish/guestfish-actions.pod:2795
23123 #, no-wrap
23124 msgid ""
23125 " mkfs fstype device\n"
23126 "\n"
23127 msgstr ""
23128
23129 #. type: =head2
23130 #: ../fish/guestfish-actions.pod:2801
23131 msgid "mkfs-b"
23132 msgstr ""
23133
23134 #. type: verbatim
23135 #: ../fish/guestfish-actions.pod:2803
23136 #, no-wrap
23137 msgid ""
23138 " mkfs-b fstype blocksize device\n"
23139 "\n"
23140 msgstr ""
23141
23142 #. type: textblock
23143 #: ../fish/guestfish-actions.pod:2805
23144 msgid ""
23145 "This call is similar to L</mkfs>, but it allows you to control the block "
23146 "size of the resulting filesystem.  Supported block sizes depend on the "
23147 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23148 msgstr ""
23149
23150 #. type: =head2
23151 #: ../fish/guestfish-actions.pod:2820
23152 msgid "mkfs-opts"
23153 msgstr ""
23154
23155 #. type: verbatim
23156 #: ../fish/guestfish-actions.pod:2822
23157 #, no-wrap
23158 msgid ""
23159 " mkfs-opts fstype device [blocksize:..]\n"
23160 "\n"
23161 msgstr ""
23162
23163 #. type: =head2
23164 #: ../fish/guestfish-actions.pod:2844
23165 msgid "mkmountpoint"
23166 msgstr ""
23167
23168 #. type: verbatim
23169 #: ../fish/guestfish-actions.pod:2846
23170 #, no-wrap
23171 msgid ""
23172 " mkmountpoint exemptpath\n"
23173 "\n"
23174 msgstr ""
23175
23176 #. type: textblock
23177 #: ../fish/guestfish-actions.pod:2848
23178 msgid ""
23179 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23180 "to create extra mountpoints before mounting the first filesystem."
23181 msgstr ""
23182
23183 #. type: textblock
23184 #: ../fish/guestfish-actions.pod:2872
23185 msgid ""
23186 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23187 "unexpected errors if you try to mix these calls.  It is safest to manually "
23188 "unmount filesystems and remove mountpoints after use."
23189 msgstr ""
23190
23191 #. type: textblock
23192 #: ../fish/guestfish-actions.pod:2876
23193 msgid ""
23194 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23195 "for this to work for manual mountpoints, you must ensure that the innermost "
23196 "mountpoints have the longest pathnames, as in the example code above."
23197 msgstr ""
23198
23199 #. type: textblock
23200 #: ../fish/guestfish-actions.pod:2883
23201 msgid ""
23202 "Autosync [see L</set-autosync>, this is set by default on handles] means "
23203 "that L</umount-all> is called when the handle is closed which can also "
23204 "trigger these issues."
23205 msgstr ""
23206
23207 #. type: =head2
23208 #: ../fish/guestfish-actions.pod:2887
23209 msgid "mknod"
23210 msgstr ""
23211
23212 #. type: verbatim
23213 #: ../fish/guestfish-actions.pod:2889
23214 #, no-wrap
23215 msgid ""
23216 " mknod mode devmajor devminor path\n"
23217 "\n"
23218 msgstr ""
23219
23220 #. type: textblock
23221 #: ../fish/guestfish-actions.pod:2899
23222 msgid ""
23223 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23224 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23225 "regular file).  These constants are available in the standard Linux header "
23226 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23227 "wrappers around this command which bitwise OR in the appropriate constant "
23228 "for you."
23229 msgstr ""
23230
23231 #. type: =head2
23232 #: ../fish/guestfish-actions.pod:2909
23233 msgid "mknod-b"
23234 msgstr ""
23235
23236 #. type: verbatim
23237 #: ../fish/guestfish-actions.pod:2911
23238 #, no-wrap
23239 msgid ""
23240 " mknod-b mode devmajor devminor path\n"
23241 "\n"
23242 msgstr ""
23243
23244 #. type: textblock
23245 #: ../fish/guestfish-actions.pod:2913
23246 msgid ""
23247 "This call creates a block device node called C<path> with mode C<mode> and "
23248 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23249 "wrapper around L</mknod>."
23250 msgstr ""
23251
23252 #. type: =head2
23253 #: ../fish/guestfish-actions.pod:2919
23254 msgid "mknod-c"
23255 msgstr ""
23256
23257 #. type: verbatim
23258 #: ../fish/guestfish-actions.pod:2921
23259 #, no-wrap
23260 msgid ""
23261 " mknod-c mode devmajor devminor path\n"
23262 "\n"
23263 msgstr ""
23264
23265 #. type: textblock
23266 #: ../fish/guestfish-actions.pod:2923
23267 msgid ""
23268 "This call creates a char device node called C<path> with mode C<mode> and "
23269 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23270 "wrapper around L</mknod>."
23271 msgstr ""
23272
23273 #. type: =head2
23274 #: ../fish/guestfish-actions.pod:2929
23275 msgid "mkswap"
23276 msgstr ""
23277
23278 #. type: verbatim
23279 #: ../fish/guestfish-actions.pod:2931
23280 #, no-wrap
23281 msgid ""
23282 " mkswap device\n"
23283 "\n"
23284 msgstr ""
23285
23286 #. type: =head2
23287 #: ../fish/guestfish-actions.pod:2935
23288 msgid "mkswap-L"
23289 msgstr ""
23290
23291 #. type: verbatim
23292 #: ../fish/guestfish-actions.pod:2937
23293 #, no-wrap
23294 msgid ""
23295 " mkswap-L label device\n"
23296 "\n"
23297 msgstr ""
23298
23299 #. type: =head2
23300 #: ../fish/guestfish-actions.pod:2945
23301 msgid "mkswap-U"
23302 msgstr ""
23303
23304 #. type: verbatim
23305 #: ../fish/guestfish-actions.pod:2947
23306 #, no-wrap
23307 msgid ""
23308 " mkswap-U uuid device\n"
23309 "\n"
23310 msgstr ""
23311
23312 #. type: =head2
23313 #: ../fish/guestfish-actions.pod:2951
23314 msgid "mkswap-file"
23315 msgstr ""
23316
23317 #. type: verbatim
23318 #: ../fish/guestfish-actions.pod:2953
23319 #, no-wrap
23320 msgid ""
23321 " mkswap-file path\n"
23322 "\n"
23323 msgstr ""
23324
23325 #. type: textblock
23326 #: ../fish/guestfish-actions.pod:2957
23327 msgid ""
23328 "This command just writes a swap file signature to an existing file.  To "
23329 "create the file itself, use something like L</fallocate>."
23330 msgstr ""
23331
23332 #. type: =head2
23333 #: ../fish/guestfish-actions.pod:2960
23334 msgid "modprobe"
23335 msgstr ""
23336
23337 #. type: verbatim
23338 #: ../fish/guestfish-actions.pod:2962
23339 #, no-wrap
23340 msgid ""
23341 " modprobe modulename\n"
23342 "\n"
23343 msgstr ""
23344
23345 #. type: =head2
23346 #: ../fish/guestfish-actions.pod:2969
23347 msgid "mount"
23348 msgstr ""
23349
23350 #. type: verbatim
23351 #: ../fish/guestfish-actions.pod:2971
23352 #, no-wrap
23353 msgid ""
23354 " mount device mountpoint\n"
23355 "\n"
23356 msgstr ""
23357
23358 #. type: textblock
23359 #: ../fish/guestfish-actions.pod:2987
23360 msgid ""
23361 "B<Important note:> When you use this call, the filesystem options C<sync> "
23362 "and C<noatime> are set implicitly.  This was originally done because we "
23363 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23364 "very large negative performance impact and negligible effect on "
23365 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23366 "code that needs performance, and instead use L</mount-options> (use an empty "
23367 "string for the first parameter if you don't want any options)."
23368 msgstr ""
23369
23370 #. type: =head2
23371 #: ../fish/guestfish-actions.pod:2997
23372 msgid "mount-loop"
23373 msgstr ""
23374
23375 #. type: verbatim
23376 #: ../fish/guestfish-actions.pod:2999
23377 #, no-wrap
23378 msgid ""
23379 " mount-loop file mountpoint\n"
23380 "\n"
23381 msgstr ""
23382
23383 #. type: =head2
23384 #: ../fish/guestfish-actions.pod:3005
23385 msgid "mount-options"
23386 msgstr ""
23387
23388 #. type: verbatim
23389 #: ../fish/guestfish-actions.pod:3007
23390 #, no-wrap
23391 msgid ""
23392 " mount-options options device mountpoint\n"
23393 "\n"
23394 msgstr ""
23395
23396 #. type: textblock
23397 #: ../fish/guestfish-actions.pod:3009
23398 msgid ""
23399 "This is the same as the L</mount> command, but it allows you to set the "
23400 "mount options as for the L<mount(8)> I<-o> flag."
23401 msgstr ""
23402
23403 #. type: =head2
23404 #: ../fish/guestfish-actions.pod:3017
23405 msgid "mount-ro"
23406 msgstr ""
23407
23408 #. type: verbatim
23409 #: ../fish/guestfish-actions.pod:3019
23410 #, no-wrap
23411 msgid ""
23412 " mount-ro device mountpoint\n"
23413 "\n"
23414 msgstr ""
23415
23416 #. type: textblock
23417 #: ../fish/guestfish-actions.pod:3021
23418 msgid ""
23419 "This is the same as the L</mount> command, but it mounts the filesystem with "
23420 "the read-only (I<-o ro>) flag."
23421 msgstr ""
23422
23423 #. type: =head2
23424 #: ../fish/guestfish-actions.pod:3024
23425 msgid "mount-vfs"
23426 msgstr ""
23427
23428 #. type: verbatim
23429 #: ../fish/guestfish-actions.pod:3026
23430 #, no-wrap
23431 msgid ""
23432 " mount-vfs options vfstype device mountpoint\n"
23433 "\n"
23434 msgstr ""
23435
23436 #. type: textblock
23437 #: ../fish/guestfish-actions.pod:3028
23438 msgid ""
23439 "This is the same as the L</mount> command, but it allows you to set both the "
23440 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
23441 msgstr ""
23442
23443 #. type: =head2
23444 #: ../fish/guestfish-actions.pod:3032
23445 msgid "mountpoints"
23446 msgstr ""
23447
23448 #. type: verbatim
23449 #: ../fish/guestfish-actions.pod:3034
23450 #, no-wrap
23451 msgid ""
23452 " mountpoints\n"
23453 "\n"
23454 msgstr ""
23455
23456 #. type: textblock
23457 #: ../fish/guestfish-actions.pod:3036
23458 msgid ""
23459 "This call is similar to L</mounts>.  That call returns a list of devices.  "
23460 "This one returns a hash table (map) of device name to directory where the "
23461 "device is mounted."
23462 msgstr ""
23463
23464 #. type: =head2
23465 #: ../fish/guestfish-actions.pod:3040
23466 msgid "mounts"
23467 msgstr ""
23468
23469 #. type: verbatim
23470 #: ../fish/guestfish-actions.pod:3042
23471 #, no-wrap
23472 msgid ""
23473 " mounts\n"
23474 "\n"
23475 msgstr ""
23476
23477 #. type: textblock
23478 #: ../fish/guestfish-actions.pod:3049
23479 msgid "See also: L</mountpoints>"
23480 msgstr ""
23481
23482 #. type: =head2
23483 #: ../fish/guestfish-actions.pod:3051
23484 msgid "mv"
23485 msgstr ""
23486
23487 #. type: verbatim
23488 #: ../fish/guestfish-actions.pod:3053
23489 #, no-wrap
23490 msgid ""
23491 " mv src dest\n"
23492 "\n"
23493 msgstr ""
23494
23495 #. type: =head2
23496 #: ../fish/guestfish-actions.pod:3058
23497 msgid "ntfs-3g-probe"
23498 msgstr ""
23499
23500 #. type: verbatim
23501 #: ../fish/guestfish-actions.pod:3060
23502 #, no-wrap
23503 msgid ""
23504 " ntfs-3g-probe true|false device\n"
23505 "\n"
23506 msgstr ""
23507
23508 #. type: =head2
23509 #: ../fish/guestfish-actions.pod:3074
23510 msgid "ntfsresize"
23511 msgstr ""
23512
23513 #. type: verbatim
23514 #: ../fish/guestfish-actions.pod:3076
23515 #, no-wrap
23516 msgid ""
23517 " ntfsresize device\n"
23518 "\n"
23519 msgstr ""
23520
23521 #. type: =head2
23522 #: ../fish/guestfish-actions.pod:3082
23523 msgid "ntfsresize-size"
23524 msgstr ""
23525
23526 #. type: verbatim
23527 #: ../fish/guestfish-actions.pod:3084
23528 #, no-wrap
23529 msgid ""
23530 " ntfsresize-size device size\n"
23531 "\n"
23532 msgstr ""
23533
23534 #. type: textblock
23535 #: ../fish/guestfish-actions.pod:3086
23536 msgid ""
23537 "This command is the same as L</ntfsresize> except that it allows you to "
23538 "specify the new size (in bytes) explicitly."
23539 msgstr ""
23540
23541 #. type: =head2
23542 #: ../fish/guestfish-actions.pod:3089
23543 msgid "part-add"
23544 msgstr ""
23545
23546 #. type: verbatim
23547 #: ../fish/guestfish-actions.pod:3091
23548 #, no-wrap
23549 msgid ""
23550 " part-add device prlogex startsect endsect\n"
23551 "\n"
23552 msgstr ""
23553
23554 #. type: textblock
23555 #: ../fish/guestfish-actions.pod:3093
23556 msgid ""
23557 "This command adds a partition to C<device>.  If there is no partition table "
23558 "on the device, call L</part-init> first."
23559 msgstr ""
23560
23561 #. type: textblock
23562 #: ../fish/guestfish-actions.pod:3105
23563 msgid ""
23564 "Creating a partition which covers the whole disk is not so easy.  Use "
23565 "L</part-disk> to do that."
23566 msgstr ""
23567
23568 #. type: =head2
23569 #: ../fish/guestfish-actions.pod:3108
23570 msgid "part-del"
23571 msgstr ""
23572
23573 #. type: verbatim
23574 #: ../fish/guestfish-actions.pod:3110
23575 #, no-wrap
23576 msgid ""
23577 " part-del device partnum\n"
23578 "\n"
23579 msgstr ""
23580
23581 #. type: =head2
23582 #: ../fish/guestfish-actions.pod:3118
23583 msgid "part-disk"
23584 msgstr ""
23585
23586 #. type: verbatim
23587 #: ../fish/guestfish-actions.pod:3120
23588 #, no-wrap
23589 msgid ""
23590 " part-disk device parttype\n"
23591 "\n"
23592 msgstr ""
23593
23594 #. type: textblock
23595 #: ../fish/guestfish-actions.pod:3122
23596 msgid ""
23597 "This command is simply a combination of L</part-init> followed by "
23598 "L</part-add> to create a single primary partition covering the whole disk."
23599 msgstr ""
23600
23601 #. type: textblock
23602 #: ../fish/guestfish-actions.pod:3126
23603 msgid ""
23604 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
23605 "possible values are described in L</part-init>."
23606 msgstr ""
23607
23608 #. type: =head2
23609 #: ../fish/guestfish-actions.pod:3132
23610 msgid "part-get-bootable"
23611 msgstr ""
23612
23613 #. type: verbatim
23614 #: ../fish/guestfish-actions.pod:3134
23615 #, no-wrap
23616 msgid ""
23617 " part-get-bootable device partnum\n"
23618 "\n"
23619 msgstr ""
23620
23621 #. type: textblock
23622 #: ../fish/guestfish-actions.pod:3139
23623 msgid "See also L</part-set-bootable>."
23624 msgstr ""
23625
23626 #. type: =head2
23627 #: ../fish/guestfish-actions.pod:3141
23628 msgid "part-get-mbr-id"
23629 msgstr ""
23630
23631 #. type: verbatim
23632 #: ../fish/guestfish-actions.pod:3143
23633 #, no-wrap
23634 msgid ""
23635 " part-get-mbr-id device partnum\n"
23636 "\n"
23637 msgstr ""
23638
23639 #. type: textblock
23640 #: ../fish/guestfish-actions.pod:3148 ../fish/guestfish-actions.pod:3286
23641 msgid ""
23642 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
23643 "undefined results for other partition table types (see "
23644 "L</part-get-parttype>)."
23645 msgstr ""
23646
23647 #. type: =head2
23648 #: ../fish/guestfish-actions.pod:3152
23649 msgid "part-get-parttype"
23650 msgstr ""
23651
23652 #. type: verbatim
23653 #: ../fish/guestfish-actions.pod:3154
23654 #, no-wrap
23655 msgid ""
23656 " part-get-parttype device\n"
23657 "\n"
23658 msgstr ""
23659
23660 #. type: textblock
23661 #: ../fish/guestfish-actions.pod:3159
23662 msgid ""
23663 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
23664 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
23665 "possible, although unusual.  See L</part-init> for a full list."
23666 msgstr ""
23667
23668 #. type: =head2
23669 #: ../fish/guestfish-actions.pod:3164
23670 msgid "part-init"
23671 msgstr ""
23672
23673 #. type: verbatim
23674 #: ../fish/guestfish-actions.pod:3166
23675 #, no-wrap
23676 msgid ""
23677 " part-init device parttype\n"
23678 "\n"
23679 msgstr ""
23680
23681 #. type: textblock
23682 #: ../fish/guestfish-actions.pod:3172
23683 msgid ""
23684 "Initially there are no partitions.  Following this, you should call "
23685 "L</part-add> for each partition required."
23686 msgstr ""
23687
23688 #. type: =head2
23689 #: ../fish/guestfish-actions.pod:3235
23690 msgid "part-list"
23691 msgstr ""
23692
23693 #. type: verbatim
23694 #: ../fish/guestfish-actions.pod:3237
23695 #, no-wrap
23696 msgid ""
23697 " part-list device\n"
23698 "\n"
23699 msgstr ""
23700
23701 #. type: textblock
23702 #: ../fish/guestfish-actions.pod:3252
23703 msgid ""
23704 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
23705 "the device's sector size, see L</blockdev-getss>."
23706 msgstr ""
23707
23708 #. type: =head2
23709 #: ../fish/guestfish-actions.pod:3265
23710 msgid "part-set-bootable"
23711 msgstr ""
23712
23713 #. type: verbatim
23714 #: ../fish/guestfish-actions.pod:3267
23715 #, no-wrap
23716 msgid ""
23717 " part-set-bootable device partnum true|false\n"
23718 "\n"
23719 msgstr ""
23720
23721 #. type: =head2
23722 #: ../fish/guestfish-actions.pod:3276
23723 msgid "part-set-mbr-id"
23724 msgstr ""
23725
23726 #. type: verbatim
23727 #: ../fish/guestfish-actions.pod:3278
23728 #, no-wrap
23729 msgid ""
23730 " part-set-mbr-id device partnum idbyte\n"
23731 "\n"
23732 msgstr ""
23733
23734 #. type: =head2
23735 #: ../fish/guestfish-actions.pod:3290
23736 msgid "part-set-name"
23737 msgstr ""
23738
23739 #. type: verbatim
23740 #: ../fish/guestfish-actions.pod:3292
23741 #, no-wrap
23742 msgid ""
23743 " part-set-name device partnum name\n"
23744 "\n"
23745 msgstr ""
23746
23747 #. type: =head2
23748 #: ../fish/guestfish-actions.pod:3300
23749 msgid "part-to-dev"
23750 msgstr ""
23751
23752 #. type: verbatim
23753 #: ../fish/guestfish-actions.pod:3302
23754 #, no-wrap
23755 msgid ""
23756 " part-to-dev partition\n"
23757 "\n"
23758 msgstr ""
23759
23760 #. type: textblock
23761 #: ../fish/guestfish-actions.pod:3308
23762 msgid ""
23763 "The named partition must exist, for example as a string returned from "
23764 "L</list-partitions>."
23765 msgstr ""
23766
23767 #. type: =head2
23768 #: ../fish/guestfish-actions.pod:3311
23769 msgid "ping-daemon"
23770 msgstr ""
23771
23772 #. type: verbatim
23773 #: ../fish/guestfish-actions.pod:3313
23774 #, no-wrap
23775 msgid ""
23776 " ping-daemon\n"
23777 "\n"
23778 msgstr ""
23779
23780 #. type: =head2
23781 #: ../fish/guestfish-actions.pod:3320
23782 msgid "pread"
23783 msgstr ""
23784
23785 #. type: verbatim
23786 #: ../fish/guestfish-actions.pod:3322
23787 #, no-wrap
23788 msgid ""
23789 " pread path count offset\n"
23790 "\n"
23791 msgstr ""
23792
23793 #. type: textblock
23794 #: ../fish/guestfish-actions.pod:3330
23795 msgid "See also L</pwrite>, L</pread-device>."
23796 msgstr ""
23797
23798 #. type: =head2
23799 #: ../fish/guestfish-actions.pod:3335
23800 msgid "pread-device"
23801 msgstr ""
23802
23803 #. type: verbatim
23804 #: ../fish/guestfish-actions.pod:3337
23805 #, no-wrap
23806 msgid ""
23807 " pread-device device count offset\n"
23808 "\n"
23809 msgstr ""
23810
23811 #. type: textblock
23812 #: ../fish/guestfish-actions.pod:3345
23813 msgid "See also L</pread>."
23814 msgstr ""
23815
23816 #. type: =head2
23817 #: ../fish/guestfish-actions.pod:3350
23818 msgid "pvcreate"
23819 msgstr ""
23820
23821 #. type: verbatim
23822 #: ../fish/guestfish-actions.pod:3352
23823 #, no-wrap
23824 msgid ""
23825 " pvcreate device\n"
23826 "\n"
23827 msgstr ""
23828
23829 #. type: =head2
23830 #: ../fish/guestfish-actions.pod:3358
23831 msgid "pvremove"
23832 msgstr ""
23833
23834 #. type: verbatim
23835 #: ../fish/guestfish-actions.pod:3360
23836 #, no-wrap
23837 msgid ""
23838 " pvremove device\n"
23839 "\n"
23840 msgstr ""
23841
23842 #. type: =head2
23843 #: ../fish/guestfish-actions.pod:3369
23844 msgid "pvresize"
23845 msgstr ""
23846
23847 #. type: verbatim
23848 #: ../fish/guestfish-actions.pod:3371
23849 #, no-wrap
23850 msgid ""
23851 " pvresize device\n"
23852 "\n"
23853 msgstr ""
23854
23855 #. type: =head2
23856 #: ../fish/guestfish-actions.pod:3376
23857 msgid "pvresize-size"
23858 msgstr ""
23859
23860 #. type: verbatim
23861 #: ../fish/guestfish-actions.pod:3378
23862 #, no-wrap
23863 msgid ""
23864 " pvresize-size device size\n"
23865 "\n"
23866 msgstr ""
23867
23868 #. type: textblock
23869 #: ../fish/guestfish-actions.pod:3380
23870 msgid ""
23871 "This command is the same as L</pvresize> except that it allows you to "
23872 "specify the new size (in bytes) explicitly."
23873 msgstr ""
23874
23875 #. type: =head2
23876 #: ../fish/guestfish-actions.pod:3383
23877 msgid "pvs"
23878 msgstr ""
23879
23880 #. type: verbatim
23881 #: ../fish/guestfish-actions.pod:3385
23882 #, no-wrap
23883 msgid ""
23884 " pvs\n"
23885 "\n"
23886 msgstr ""
23887
23888 #. type: textblock
23889 #: ../fish/guestfish-actions.pod:3393
23890 msgid "See also L</pvs-full>."
23891 msgstr ""
23892
23893 #. type: =head2
23894 #: ../fish/guestfish-actions.pod:3395
23895 msgid "pvs-full"
23896 msgstr ""
23897
23898 #. type: verbatim
23899 #: ../fish/guestfish-actions.pod:3397
23900 #, no-wrap
23901 msgid ""
23902 " pvs-full\n"
23903 "\n"
23904 msgstr ""
23905
23906 #. type: =head2
23907 #: ../fish/guestfish-actions.pod:3402
23908 msgid "pvuuid"
23909 msgstr ""
23910
23911 #. type: verbatim
23912 #: ../fish/guestfish-actions.pod:3404
23913 #, no-wrap
23914 msgid ""
23915 " pvuuid device\n"
23916 "\n"
23917 msgstr ""
23918
23919 #. type: =head2
23920 #: ../fish/guestfish-actions.pod:3408
23921 msgid "pwrite"
23922 msgstr ""
23923
23924 #. type: verbatim
23925 #: ../fish/guestfish-actions.pod:3410
23926 #, no-wrap
23927 msgid ""
23928 " pwrite path content offset\n"
23929 "\n"
23930 msgstr ""
23931
23932 #. type: textblock
23933 #: ../fish/guestfish-actions.pod:3421
23934 msgid "See also L</pread>, L</pwrite-device>."
23935 msgstr ""
23936
23937 #. type: =head2
23938 #: ../fish/guestfish-actions.pod:3426
23939 msgid "pwrite-device"
23940 msgstr ""
23941
23942 #. type: verbatim
23943 #: ../fish/guestfish-actions.pod:3428
23944 #, no-wrap
23945 msgid ""
23946 " pwrite-device device content offset\n"
23947 "\n"
23948 msgstr ""
23949
23950 #. type: textblock
23951 #: ../fish/guestfish-actions.pod:3438
23952 msgid "See also L</pwrite>."
23953 msgstr ""
23954
23955 #. type: =head2
23956 #: ../fish/guestfish-actions.pod:3443
23957 msgid "read-file"
23958 msgstr ""
23959
23960 #. type: verbatim
23961 #: ../fish/guestfish-actions.pod:3445
23962 #, no-wrap
23963 msgid ""
23964 " read-file path\n"
23965 "\n"
23966 msgstr ""
23967
23968 #. type: textblock
23969 #: ../fish/guestfish-actions.pod:3450
23970 msgid ""
23971 "Unlike L</cat>, this function can correctly handle files that contain "
23972 "embedded ASCII NUL characters.  However unlike L</download>, this function "
23973 "is limited in the total size of file that can be handled."
23974 msgstr ""
23975
23976 #. type: =head2
23977 #: ../fish/guestfish-actions.pod:3458
23978 msgid "read-lines"
23979 msgstr ""
23980
23981 #. type: verbatim
23982 #: ../fish/guestfish-actions.pod:3460
23983 #, no-wrap
23984 msgid ""
23985 " read-lines path\n"
23986 "\n"
23987 msgstr ""
23988
23989 #. type: textblock
23990 #: ../fish/guestfish-actions.pod:3467
23991 msgid ""
23992 "Note that this function cannot correctly handle binary files (specifically, "
23993 "files containing C<\\0> character which is treated as end of line).  For "
23994 "those you need to use the L</read-file> function which has a more complex "
23995 "interface."
23996 msgstr ""
23997
23998 #. type: =head2
23999 #: ../fish/guestfish-actions.pod:3472
24000 msgid "readdir"
24001 msgstr ""
24002
24003 #. type: verbatim
24004 #: ../fish/guestfish-actions.pod:3474
24005 #, no-wrap
24006 msgid ""
24007 " readdir dir\n"
24008 "\n"
24009 msgstr ""
24010
24011 #. type: textblock
24012 #: ../fish/guestfish-actions.pod:3526
24013 msgid ""
24014 "This function is primarily intended for use by programs.  To get a simple "
24015 "list of names, use L</ls>.  To get a printable directory for human "
24016 "consumption, use L</ll>."
24017 msgstr ""
24018
24019 #. type: =head2
24020 #: ../fish/guestfish-actions.pod:3530
24021 msgid "readlink"
24022 msgstr ""
24023
24024 #. type: verbatim
24025 #: ../fish/guestfish-actions.pod:3532
24026 #, no-wrap
24027 msgid ""
24028 " readlink path\n"
24029 "\n"
24030 msgstr ""
24031
24032 #. type: =head2
24033 #: ../fish/guestfish-actions.pod:3536
24034 msgid "readlinklist"
24035 msgstr ""
24036
24037 #. type: verbatim
24038 #: ../fish/guestfish-actions.pod:3538
24039 #, no-wrap
24040 msgid ""
24041 " readlinklist path 'names ...'\n"
24042 "\n"
24043 msgstr ""
24044
24045 #. type: =head2
24046 #: ../fish/guestfish-actions.pod:3562
24047 msgid "realpath"
24048 msgstr ""
24049
24050 #. type: verbatim
24051 #: ../fish/guestfish-actions.pod:3564
24052 #, no-wrap
24053 msgid ""
24054 " realpath path\n"
24055 "\n"
24056 msgstr ""
24057
24058 #. type: =head2
24059 #: ../fish/guestfish-actions.pod:3569
24060 msgid "removexattr"
24061 msgstr ""
24062
24063 #. type: verbatim
24064 #: ../fish/guestfish-actions.pod:3571
24065 #, no-wrap
24066 msgid ""
24067 " removexattr xattr path\n"
24068 "\n"
24069 msgstr ""
24070
24071 #. type: textblock
24072 #: ../fish/guestfish-actions.pod:3576
24073 msgid "See also: L</lremovexattr>, L<attr(5)>."
24074 msgstr ""
24075
24076 #. type: =head2
24077 #: ../fish/guestfish-actions.pod:3578
24078 msgid "resize2fs"
24079 msgstr ""
24080
24081 #. type: verbatim
24082 #: ../fish/guestfish-actions.pod:3580
24083 #, no-wrap
24084 msgid ""
24085 " resize2fs device\n"
24086 "\n"
24087 msgstr ""
24088
24089 #. type: textblock
24090 #: ../fish/guestfish-actions.pod:3585
24091 msgid ""
24092 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24093 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24094 "gives an error about this and sometimes not.  In any case, it is always safe "
24095 "to call L</e2fsck-f> before calling this function."
24096 msgstr ""
24097
24098 #. type: =head2
24099 #: ../fish/guestfish-actions.pod:3591
24100 msgid "resize2fs-size"
24101 msgstr ""
24102
24103 #. type: verbatim
24104 #: ../fish/guestfish-actions.pod:3593
24105 #, no-wrap
24106 msgid ""
24107 " resize2fs-size device size\n"
24108 "\n"
24109 msgstr ""
24110
24111 #. type: textblock
24112 #: ../fish/guestfish-actions.pod:3595
24113 msgid ""
24114 "This command is the same as L</resize2fs> except that it allows you to "
24115 "specify the new size (in bytes) explicitly."
24116 msgstr ""
24117
24118 #. type: =head2
24119 #: ../fish/guestfish-actions.pod:3598
24120 msgid "rm"
24121 msgstr ""
24122
24123 #. type: verbatim
24124 #: ../fish/guestfish-actions.pod:3600
24125 #, no-wrap
24126 msgid ""
24127 " rm path\n"
24128 "\n"
24129 msgstr ""
24130
24131 #. type: =head2
24132 #: ../fish/guestfish-actions.pod:3604
24133 msgid "rm-rf"
24134 msgstr ""
24135
24136 #. type: verbatim
24137 #: ../fish/guestfish-actions.pod:3606
24138 #, no-wrap
24139 msgid ""
24140 " rm-rf path\n"
24141 "\n"
24142 msgstr ""
24143
24144 #. type: =head2
24145 #: ../fish/guestfish-actions.pod:3612
24146 msgid "rmdir"
24147 msgstr ""
24148
24149 #. type: verbatim
24150 #: ../fish/guestfish-actions.pod:3614
24151 #, no-wrap
24152 msgid ""
24153 " rmdir path\n"
24154 "\n"
24155 msgstr ""
24156
24157 #. type: =head2
24158 #: ../fish/guestfish-actions.pod:3618
24159 msgid "rmmountpoint"
24160 msgstr ""
24161
24162 #. type: verbatim
24163 #: ../fish/guestfish-actions.pod:3620
24164 #, no-wrap
24165 msgid ""
24166 " rmmountpoint exemptpath\n"
24167 "\n"
24168 msgstr ""
24169
24170 #. type: textblock
24171 #: ../fish/guestfish-actions.pod:3622
24172 msgid ""
24173 "This calls removes a mountpoint that was previously created with "
24174 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24175 msgstr ""
24176
24177 #. type: =head2
24178 #: ../fish/guestfish-actions.pod:3626
24179 msgid "scrub-device"
24180 msgstr ""
24181
24182 #. type: verbatim
24183 #: ../fish/guestfish-actions.pod:3628
24184 #, no-wrap
24185 msgid ""
24186 " scrub-device device\n"
24187 "\n"
24188 msgstr ""
24189
24190 #. type: =head2
24191 #: ../fish/guestfish-actions.pod:3639
24192 msgid "scrub-file"
24193 msgstr ""
24194
24195 #. type: verbatim
24196 #: ../fish/guestfish-actions.pod:3641
24197 #, no-wrap
24198 msgid ""
24199 " scrub-file file\n"
24200 "\n"
24201 msgstr ""
24202
24203 #. type: =head2
24204 #: ../fish/guestfish-actions.pod:3651
24205 msgid "scrub-freespace"
24206 msgstr ""
24207
24208 #. type: verbatim
24209 #: ../fish/guestfish-actions.pod:3653
24210 #, no-wrap
24211 msgid ""
24212 " scrub-freespace dir\n"
24213 "\n"
24214 msgstr ""
24215
24216 #. type: textblock
24217 #: ../fish/guestfish-actions.pod:3655
24218 msgid ""
24219 "This command creates the directory C<dir> and then fills it with files until "
24220 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24221 "deletes them.  The intention is to scrub any free space on the partition "
24222 "containing C<dir>."
24223 msgstr ""
24224
24225 #. type: =head2
24226 #: ../fish/guestfish-actions.pod:3664
24227 msgid "set-append"
24228 msgstr ""
24229
24230 #. type: =head2
24231 #: ../fish/guestfish-actions.pod:3666
24232 msgid "append"
24233 msgstr ""
24234
24235 #. type: verbatim
24236 #: ../fish/guestfish-actions.pod:3668
24237 #, no-wrap
24238 msgid ""
24239 " set-append append\n"
24240 "\n"
24241 msgstr ""
24242
24243 #. type: =head2
24244 #: ../fish/guestfish-actions.pod:3679
24245 msgid "set-autosync"
24246 msgstr ""
24247
24248 #. type: =head2
24249 #: ../fish/guestfish-actions.pod:3681
24250 msgid "autosync"
24251 msgstr ""
24252
24253 #. type: verbatim
24254 #: ../fish/guestfish-actions.pod:3683
24255 #, no-wrap
24256 msgid ""
24257 " set-autosync true|false\n"
24258 "\n"
24259 msgstr ""
24260
24261 #. type: textblock
24262 #: ../fish/guestfish-actions.pod:3685
24263 msgid ""
24264 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
24265 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
24266 "closed (also if the program exits without closing handles)."
24267 msgstr ""
24268
24269 #. type: =head2
24270 #: ../fish/guestfish-actions.pod:3693
24271 msgid "set-direct"
24272 msgstr ""
24273
24274 #. type: =head2
24275 #: ../fish/guestfish-actions.pod:3695
24276 msgid "direct"
24277 msgstr ""
24278
24279 #. type: verbatim
24280 #: ../fish/guestfish-actions.pod:3697
24281 #, no-wrap
24282 msgid ""
24283 " set-direct true|false\n"
24284 "\n"
24285 msgstr ""
24286
24287 #. type: textblock
24288 #: ../fish/guestfish-actions.pod:3703
24289 msgid ""
24290 "One consequence of this is that log messages aren't caught by the library "
24291 "and handled by L</set-log-message-callback>, but go straight to stdout."
24292 msgstr ""
24293
24294 #. type: =head2
24295 #: ../fish/guestfish-actions.pod:3712
24296 msgid "set-e2label"
24297 msgstr ""
24298
24299 #. type: verbatim
24300 #: ../fish/guestfish-actions.pod:3714
24301 #, no-wrap
24302 msgid ""
24303 " set-e2label device label\n"
24304 "\n"
24305 msgstr ""
24306
24307 #. type: textblock
24308 #: ../fish/guestfish-actions.pod:3720
24309 msgid ""
24310 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24311 "label on a filesystem."
24312 msgstr ""
24313
24314 #. type: =head2
24315 #: ../fish/guestfish-actions.pod:3723
24316 msgid "set-e2uuid"
24317 msgstr ""
24318
24319 #. type: verbatim
24320 #: ../fish/guestfish-actions.pod:3725
24321 #, no-wrap
24322 msgid ""
24323 " set-e2uuid device uuid\n"
24324 "\n"
24325 msgstr ""
24326
24327 #. type: textblock
24328 #: ../fish/guestfish-actions.pod:3732
24329 msgid ""
24330 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24331 "UUID of a filesystem."
24332 msgstr ""
24333
24334 #. type: =head2
24335 #: ../fish/guestfish-actions.pod:3735
24336 msgid "set-memsize"
24337 msgstr ""
24338
24339 #. type: =head2
24340 #: ../fish/guestfish-actions.pod:3737
24341 msgid "memsize"
24342 msgstr ""
24343
24344 #. type: verbatim
24345 #: ../fish/guestfish-actions.pod:3739
24346 #, no-wrap
24347 msgid ""
24348 " set-memsize memsize\n"
24349 "\n"
24350 msgstr ""
24351
24352 #. type: textblock
24353 #: ../fish/guestfish-actions.pod:3741
24354 msgid ""
24355 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24356 "This only has any effect if called before L</launch>."
24357 msgstr ""
24358
24359 #. type: =head2
24360 #: ../fish/guestfish-actions.pod:3752
24361 msgid "set-network"
24362 msgstr ""
24363
24364 #. type: =head2
24365 #: ../fish/guestfish-actions.pod:3754
24366 msgid "network"
24367 msgstr ""
24368
24369 #. type: verbatim
24370 #: ../fish/guestfish-actions.pod:3756
24371 #, no-wrap
24372 msgid ""
24373 " set-network true|false\n"
24374 "\n"
24375 msgstr ""
24376
24377 #. type: textblock
24378 #: ../fish/guestfish-actions.pod:3764
24379 msgid "You must call this before calling L</launch>, otherwise it has no effect."
24380 msgstr ""
24381
24382 #. type: =head2
24383 #: ../fish/guestfish-actions.pod:3767
24384 msgid "set-path"
24385 msgstr ""
24386
24387 #. type: =head2
24388 #: ../fish/guestfish-actions.pod:3769
24389 msgid "path"
24390 msgstr ""
24391
24392 #. type: verbatim
24393 #: ../fish/guestfish-actions.pod:3771
24394 #, no-wrap
24395 msgid ""
24396 " set-path searchpath\n"
24397 "\n"
24398 msgstr ""
24399
24400 #. type: =head2
24401 #: ../fish/guestfish-actions.pod:3780
24402 msgid "set-qemu"
24403 msgstr ""
24404
24405 #. type: =head2
24406 #: ../fish/guestfish-actions.pod:3782
24407 msgid "qemu"
24408 msgstr ""
24409
24410 #. type: verbatim
24411 #: ../fish/guestfish-actions.pod:3784
24412 #, no-wrap
24413 msgid ""
24414 " set-qemu qemu\n"
24415 "\n"
24416 msgstr ""
24417
24418 #. type: =head2
24419 #: ../fish/guestfish-actions.pod:3804
24420 msgid "set-recovery-proc"
24421 msgstr ""
24422
24423 #. type: =head2
24424 #: ../fish/guestfish-actions.pod:3806
24425 msgid "recovery-proc"
24426 msgstr ""
24427
24428 #. type: verbatim
24429 #: ../fish/guestfish-actions.pod:3808
24430 #, no-wrap
24431 msgid ""
24432 " set-recovery-proc true|false\n"
24433 "\n"
24434 msgstr ""
24435
24436 #. type: textblock
24437 #: ../fish/guestfish-actions.pod:3810
24438 msgid ""
24439 "If this is called with the parameter C<false> then L</launch> does not "
24440 "create a recovery process.  The purpose of the recovery process is to stop "
24441 "runaway qemu processes in the case where the main program aborts abruptly."
24442 msgstr ""
24443
24444 #. type: textblock
24445 #: ../fish/guestfish-actions.pod:3815
24446 msgid ""
24447 "This only has any effect if called before L</launch>, and the default is "
24448 "true."
24449 msgstr ""
24450
24451 #. type: =head2
24452 #: ../fish/guestfish-actions.pod:3824
24453 msgid "set-selinux"
24454 msgstr ""
24455
24456 #. type: =head2
24457 #: ../fish/guestfish-actions.pod:3826
24458 msgid "selinux"
24459 msgstr ""
24460
24461 #. type: verbatim
24462 #: ../fish/guestfish-actions.pod:3828
24463 #, no-wrap
24464 msgid ""
24465 " set-selinux true|false\n"
24466 "\n"
24467 msgstr ""
24468
24469 #. type: =head2
24470 #: ../fish/guestfish-actions.pod:3839
24471 msgid "set-trace"
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:3841
24476 msgid "trace"
24477 msgstr ""
24478
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:3843
24481 #, no-wrap
24482 msgid ""
24483 " set-trace true|false\n"
24484 "\n"
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:3859
24489 msgid "set-verbose"
24490 msgstr ""
24491
24492 #. type: =head2
24493 #: ../fish/guestfish-actions.pod:3861
24494 msgid "verbose"
24495 msgstr ""
24496
24497 #. type: verbatim
24498 #: ../fish/guestfish-actions.pod:3863
24499 #, no-wrap
24500 msgid ""
24501 " set-verbose true|false\n"
24502 "\n"
24503 msgstr ""
24504
24505 #. type: =head2
24506 #: ../fish/guestfish-actions.pod:3870
24507 msgid "setcon"
24508 msgstr ""
24509
24510 #. type: verbatim
24511 #: ../fish/guestfish-actions.pod:3872
24512 #, no-wrap
24513 msgid ""
24514 " setcon context\n"
24515 "\n"
24516 msgstr ""
24517
24518 #. type: =head2
24519 #: ../fish/guestfish-actions.pod:3879
24520 msgid "setxattr"
24521 msgstr ""
24522
24523 #. type: verbatim
24524 #: ../fish/guestfish-actions.pod:3881
24525 #, no-wrap
24526 msgid ""
24527 " setxattr xattr val vallen path\n"
24528 "\n"
24529 msgstr ""
24530
24531 #. type: textblock
24532 #: ../fish/guestfish-actions.pod:3887
24533 msgid "See also: L</lsetxattr>, L<attr(5)>."
24534 msgstr ""
24535
24536 #. type: =head2
24537 #: ../fish/guestfish-actions.pod:3889
24538 msgid "sfdisk"
24539 msgstr ""
24540
24541 #. type: verbatim
24542 #: ../fish/guestfish-actions.pod:3891
24543 #, no-wrap
24544 msgid ""
24545 " sfdisk device cyls heads sectors 'lines ...'\n"
24546 "\n"
24547 msgstr ""
24548
24549 #. type: textblock
24550 #: ../fish/guestfish-actions.pod:3913
24551 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
24552 msgstr ""
24553
24554 #. type: =head2
24555 #: ../fish/guestfish-actions.pod:3919
24556 msgid "sfdiskM"
24557 msgstr ""
24558
24559 #. type: verbatim
24560 #: ../fish/guestfish-actions.pod:3921
24561 #, no-wrap
24562 msgid ""
24563 " sfdiskM device 'lines ...'\n"
24564 "\n"
24565 msgstr ""
24566
24567 #. type: textblock
24568 #: ../fish/guestfish-actions.pod:3923
24569 msgid ""
24570 "This is a simplified interface to the L</sfdisk> command, where partition "
24571 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
24572 "you don't need to specify the cyls, heads and sectors parameters which were "
24573 "rarely if ever used anyway."
24574 msgstr ""
24575
24576 #. type: textblock
24577 #: ../fish/guestfish-actions.pod:3929
24578 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
24579 msgstr ""
24580
24581 #. type: =head2
24582 #: ../fish/guestfish-actions.pod:3935
24583 msgid "sfdisk-N"
24584 msgstr ""
24585
24586 #. type: verbatim
24587 #: ../fish/guestfish-actions.pod:3937
24588 #, no-wrap
24589 msgid ""
24590 " sfdisk-N device partnum cyls heads sectors line\n"
24591 "\n"
24592 msgstr ""
24593
24594 #. type: textblock
24595 #: ../fish/guestfish-actions.pod:3942
24596 msgid ""
24597 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
24598 "cyls/heads/sectors parameters."
24599 msgstr ""
24600
24601 #. type: textblock
24602 #: ../fish/guestfish-actions.pod:3945
24603 msgid "See also: L</part-add>"
24604 msgstr ""
24605
24606 #. type: =head2
24607 #: ../fish/guestfish-actions.pod:3950
24608 msgid "sfdisk-disk-geometry"
24609 msgstr ""
24610
24611 #. type: verbatim
24612 #: ../fish/guestfish-actions.pod:3952
24613 #, no-wrap
24614 msgid ""
24615 " sfdisk-disk-geometry device\n"
24616 "\n"
24617 msgstr ""
24618
24619 #. type: textblock
24620 #: ../fish/guestfish-actions.pod:3954
24621 msgid ""
24622 "This displays the disk geometry of C<device> read from the partition table.  "
24623 "Especially in the case where the underlying block device has been resized, "
24624 "this can be different from the kernel's idea of the geometry (see "
24625 "L</sfdisk-kernel-geometry>)."
24626 msgstr ""
24627
24628 #. type: =head2
24629 #: ../fish/guestfish-actions.pod:3962
24630 msgid "sfdisk-kernel-geometry"
24631 msgstr ""
24632
24633 #. type: verbatim
24634 #: ../fish/guestfish-actions.pod:3964
24635 #, no-wrap
24636 msgid ""
24637 " sfdisk-kernel-geometry device\n"
24638 "\n"
24639 msgstr ""
24640
24641 #. type: =head2
24642 #: ../fish/guestfish-actions.pod:3971
24643 msgid "sfdisk-l"
24644 msgstr ""
24645
24646 #. type: verbatim
24647 #: ../fish/guestfish-actions.pod:3973
24648 #, no-wrap
24649 msgid ""
24650 " sfdisk-l device\n"
24651 "\n"
24652 msgstr ""
24653
24654 #. type: textblock
24655 #: ../fish/guestfish-actions.pod:3979
24656 msgid "See also: L</part-list>"
24657 msgstr ""
24658
24659 #. type: =head2
24660 #: ../fish/guestfish-actions.pod:3981
24661 msgid "sh"
24662 msgstr ""
24663
24664 #. type: verbatim
24665 #: ../fish/guestfish-actions.pod:3983
24666 #, no-wrap
24667 msgid ""
24668 " sh command\n"
24669 "\n"
24670 msgstr ""
24671
24672 #. type: textblock
24673 #: ../fish/guestfish-actions.pod:3988
24674 msgid "This is like L</command>, but passes the command to:"
24675 msgstr ""
24676
24677 #. type: textblock
24678 #: ../fish/guestfish-actions.pod:3996
24679 msgid "All the provisos about L</command> apply to this call."
24680 msgstr ""
24681
24682 #. type: =head2
24683 #: ../fish/guestfish-actions.pod:3998
24684 msgid "sh-lines"
24685 msgstr ""
24686
24687 #. type: verbatim
24688 #: ../fish/guestfish-actions.pod:4000
24689 #, no-wrap
24690 msgid ""
24691 " sh-lines command\n"
24692 "\n"
24693 msgstr ""
24694
24695 #. type: textblock
24696 #: ../fish/guestfish-actions.pod:4002
24697 msgid "This is the same as L</sh>, but splits the result into a list of lines."
24698 msgstr ""
24699
24700 #. type: textblock
24701 #: ../fish/guestfish-actions.pod:4005
24702 msgid "See also: L</command-lines>"
24703 msgstr ""
24704
24705 #. type: =head2
24706 #: ../fish/guestfish-actions.pod:4007
24707 msgid "sleep"
24708 msgstr ""
24709
24710 #. type: verbatim
24711 #: ../fish/guestfish-actions.pod:4009
24712 #, no-wrap
24713 msgid ""
24714 " sleep secs\n"
24715 "\n"
24716 msgstr ""
24717
24718 #. type: =head2
24719 #: ../fish/guestfish-actions.pod:4013
24720 msgid "stat"
24721 msgstr ""
24722
24723 #. type: verbatim
24724 #: ../fish/guestfish-actions.pod:4015
24725 #, no-wrap
24726 msgid ""
24727 " stat path\n"
24728 "\n"
24729 msgstr ""
24730
24731 #. type: =head2
24732 #: ../fish/guestfish-actions.pod:4021
24733 msgid "statvfs"
24734 msgstr ""
24735
24736 #. type: verbatim
24737 #: ../fish/guestfish-actions.pod:4023
24738 #, no-wrap
24739 msgid ""
24740 " statvfs path\n"
24741 "\n"
24742 msgstr ""
24743
24744 #. type: =head2
24745 #: ../fish/guestfish-actions.pod:4031
24746 msgid "strings"
24747 msgstr ""
24748
24749 #. type: verbatim
24750 #: ../fish/guestfish-actions.pod:4033
24751 #, no-wrap
24752 msgid ""
24753 " strings path\n"
24754 "\n"
24755 msgstr ""
24756
24757 #. type: =head2
24758 #: ../fish/guestfish-actions.pod:4041
24759 msgid "strings-e"
24760 msgstr ""
24761
24762 #. type: verbatim
24763 #: ../fish/guestfish-actions.pod:4043
24764 #, no-wrap
24765 msgid ""
24766 " strings-e encoding path\n"
24767 "\n"
24768 msgstr ""
24769
24770 #. type: textblock
24771 #: ../fish/guestfish-actions.pod:4045
24772 msgid ""
24773 "This is like the L</strings> command, but allows you to specify the encoding "
24774 "of strings that are looked for in the source file C<path>."
24775 msgstr ""
24776
24777 #. type: textblock
24778 #: ../fish/guestfish-actions.pod:4055
24779 msgid ""
24780 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
24781 "ISO-8859-X (this is what L</strings> uses)."
24782 msgstr ""
24783
24784 #. type: =head2
24785 #: ../fish/guestfish-actions.pod:4087
24786 msgid "swapoff-device"
24787 msgstr ""
24788
24789 #. type: verbatim
24790 #: ../fish/guestfish-actions.pod:4089
24791 #, no-wrap
24792 msgid ""
24793 " swapoff-device device\n"
24794 "\n"
24795 msgstr ""
24796
24797 #. type: textblock
24798 #: ../fish/guestfish-actions.pod:4091
24799 msgid ""
24800 "This command disables the libguestfs appliance swap device or partition "
24801 "named C<device>.  See L</swapon-device>."
24802 msgstr ""
24803
24804 #. type: =head2
24805 #: ../fish/guestfish-actions.pod:4095
24806 msgid "swapoff-file"
24807 msgstr ""
24808
24809 #. type: verbatim
24810 #: ../fish/guestfish-actions.pod:4097
24811 #, no-wrap
24812 msgid ""
24813 " swapoff-file file\n"
24814 "\n"
24815 msgstr ""
24816
24817 #. type: =head2
24818 #: ../fish/guestfish-actions.pod:4101
24819 msgid "swapoff-label"
24820 msgstr ""
24821
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:4103
24824 #, no-wrap
24825 msgid ""
24826 " swapoff-label label\n"
24827 "\n"
24828 msgstr ""
24829
24830 #. type: =head2
24831 #: ../fish/guestfish-actions.pod:4108
24832 msgid "swapoff-uuid"
24833 msgstr ""
24834
24835 #. type: verbatim
24836 #: ../fish/guestfish-actions.pod:4110
24837 #, no-wrap
24838 msgid ""
24839 " swapoff-uuid uuid\n"
24840 "\n"
24841 msgstr ""
24842
24843 #. type: =head2
24844 #: ../fish/guestfish-actions.pod:4115
24845 msgid "swapon-device"
24846 msgstr ""
24847
24848 #. type: verbatim
24849 #: ../fish/guestfish-actions.pod:4117
24850 #, no-wrap
24851 msgid ""
24852 " swapon-device device\n"
24853 "\n"
24854 msgstr ""
24855
24856 #. type: textblock
24857 #: ../fish/guestfish-actions.pod:4119
24858 msgid ""
24859 "This command enables the libguestfs appliance to use the swap device or "
24860 "partition named C<device>.  The increased memory is made available for all "
24861 "commands, for example those run using L</command> or L</sh>."
24862 msgstr ""
24863
24864 #. type: =head2
24865 #: ../fish/guestfish-actions.pod:4131
24866 msgid "swapon-file"
24867 msgstr ""
24868
24869 #. type: verbatim
24870 #: ../fish/guestfish-actions.pod:4133
24871 #, no-wrap
24872 msgid ""
24873 " swapon-file file\n"
24874 "\n"
24875 msgstr ""
24876
24877 #. type: textblock
24878 #: ../fish/guestfish-actions.pod:4135
24879 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
24880 msgstr ""
24881
24882 #. type: =head2
24883 #: ../fish/guestfish-actions.pod:4138
24884 msgid "swapon-label"
24885 msgstr ""
24886
24887 #. type: verbatim
24888 #: ../fish/guestfish-actions.pod:4140
24889 #, no-wrap
24890 msgid ""
24891 " swapon-label label\n"
24892 "\n"
24893 msgstr ""
24894
24895 #. type: textblock
24896 #: ../fish/guestfish-actions.pod:4142
24897 msgid ""
24898 "This command enables swap to a labeled swap partition.  See "
24899 "L</swapon-device> for other notes."
24900 msgstr ""
24901
24902 #. type: =head2
24903 #: ../fish/guestfish-actions.pod:4145
24904 msgid "swapon-uuid"
24905 msgstr ""
24906
24907 #. type: verbatim
24908 #: ../fish/guestfish-actions.pod:4147
24909 #, no-wrap
24910 msgid ""
24911 " swapon-uuid uuid\n"
24912 "\n"
24913 msgstr ""
24914
24915 #. type: textblock
24916 #: ../fish/guestfish-actions.pod:4149
24917 msgid ""
24918 "This command enables swap to a swap partition with the given UUID.  See "
24919 "L</swapon-device> for other notes."
24920 msgstr ""
24921
24922 #. type: =head2
24923 #: ../fish/guestfish-actions.pod:4152
24924 msgid "sync"
24925 msgstr ""
24926
24927 #. type: verbatim
24928 #: ../fish/guestfish-actions.pod:4154
24929 #, no-wrap
24930 msgid ""
24931 " sync\n"
24932 "\n"
24933 msgstr ""
24934
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:4162
24937 msgid "tail"
24938 msgstr ""
24939
24940 #. type: verbatim
24941 #: ../fish/guestfish-actions.pod:4164
24942 #, no-wrap
24943 msgid ""
24944 " tail path\n"
24945 "\n"
24946 msgstr ""
24947
24948 #. type: =head2
24949 #: ../fish/guestfish-actions.pod:4172
24950 msgid "tail-n"
24951 msgstr ""
24952
24953 #. type: verbatim
24954 #: ../fish/guestfish-actions.pod:4174
24955 #, no-wrap
24956 msgid ""
24957 " tail-n nrlines path\n"
24958 "\n"
24959 msgstr ""
24960
24961 #. type: =head2
24962 #: ../fish/guestfish-actions.pod:4187
24963 msgid "tar-in"
24964 msgstr ""
24965
24966 #. type: verbatim
24967 #: ../fish/guestfish-actions.pod:4189
24968 #, no-wrap
24969 msgid ""
24970 " tar-in (tarfile|-) directory\n"
24971 "\n"
24972 msgstr ""
24973
24974 #. type: textblock
24975 #: ../fish/guestfish-actions.pod:4194
24976 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
24977 msgstr ""
24978
24979 #. type: =head2
24980 #: ../fish/guestfish-actions.pod:4199
24981 msgid "tar-out"
24982 msgstr ""
24983
24984 #. type: verbatim
24985 #: ../fish/guestfish-actions.pod:4201
24986 #, no-wrap
24987 msgid ""
24988 " tar-out directory (tarfile|-)\n"
24989 "\n"
24990 msgstr ""
24991
24992 #. type: textblock
24993 #: ../fish/guestfish-actions.pod:4206
24994 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
24995 msgstr ""
24996
24997 #. type: =head2
24998 #: ../fish/guestfish-actions.pod:4211
24999 msgid "tgz-in"
25000 msgstr ""
25001
25002 #. type: verbatim
25003 #: ../fish/guestfish-actions.pod:4213
25004 #, no-wrap
25005 msgid ""
25006 " tgz-in (tarball|-) directory\n"
25007 "\n"
25008 msgstr ""
25009
25010 #. type: textblock
25011 #: ../fish/guestfish-actions.pod:4218
25012 msgid "To upload an uncompressed tarball, use L</tar-in>."
25013 msgstr ""
25014
25015 #. type: =head2
25016 #: ../fish/guestfish-actions.pod:4222
25017 msgid "tgz-out"
25018 msgstr ""
25019
25020 #. type: verbatim
25021 #: ../fish/guestfish-actions.pod:4224
25022 #, no-wrap
25023 msgid ""
25024 " tgz-out directory (tarball|-)\n"
25025 "\n"
25026 msgstr ""
25027
25028 #. type: textblock
25029 #: ../fish/guestfish-actions.pod:4229
25030 msgid "To download an uncompressed tarball, use L</tar-out>."
25031 msgstr ""
25032
25033 #. type: =head2
25034 #: ../fish/guestfish-actions.pod:4233
25035 msgid "touch"
25036 msgstr ""
25037
25038 #. type: verbatim
25039 #: ../fish/guestfish-actions.pod:4235
25040 #, no-wrap
25041 msgid ""
25042 " touch path\n"
25043 "\n"
25044 msgstr ""
25045
25046 #. type: =head2
25047 #: ../fish/guestfish-actions.pod:4244
25048 msgid "truncate"
25049 msgstr ""
25050
25051 #. type: verbatim
25052 #: ../fish/guestfish-actions.pod:4246
25053 #, no-wrap
25054 msgid ""
25055 " truncate path\n"
25056 "\n"
25057 msgstr ""
25058
25059 #. type: =head2
25060 #: ../fish/guestfish-actions.pod:4251
25061 msgid "truncate-size"
25062 msgstr ""
25063
25064 #. type: verbatim
25065 #: ../fish/guestfish-actions.pod:4253
25066 #, no-wrap
25067 msgid ""
25068 " truncate-size path size\n"
25069 "\n"
25070 msgstr ""
25071
25072 #. type: textblock
25073 #: ../fish/guestfish-actions.pod:4258
25074 msgid ""
25075 "If the current file size is less than C<size> then the file is extended to "
25076 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25077 "blocks are not allocated for the file until you write to it).  To create a "
25078 "non-sparse file of zeroes, use L</fallocate64> instead."
25079 msgstr ""
25080
25081 #. type: =head2
25082 #: ../fish/guestfish-actions.pod:4264
25083 msgid "tune2fs-l"
25084 msgstr ""
25085
25086 #. type: verbatim
25087 #: ../fish/guestfish-actions.pod:4266
25088 #, no-wrap
25089 msgid ""
25090 " tune2fs-l device\n"
25091 "\n"
25092 msgstr ""
25093
25094 #. type: =head2
25095 #: ../fish/guestfish-actions.pod:4276
25096 msgid "txz-in"
25097 msgstr ""
25098
25099 #. type: verbatim
25100 #: ../fish/guestfish-actions.pod:4278
25101 #, no-wrap
25102 msgid ""
25103 " txz-in (tarball|-) directory\n"
25104 "\n"
25105 msgstr ""
25106
25107 #. type: =head2
25108 #: ../fish/guestfish-actions.pod:4285
25109 msgid "txz-out"
25110 msgstr ""
25111
25112 #. type: verbatim
25113 #: ../fish/guestfish-actions.pod:4287
25114 #, no-wrap
25115 msgid ""
25116 " txz-out directory (tarball|-)\n"
25117 "\n"
25118 msgstr ""
25119
25120 #. type: =head2
25121 #: ../fish/guestfish-actions.pod:4294
25122 msgid "umask"
25123 msgstr ""
25124
25125 #. type: verbatim
25126 #: ../fish/guestfish-actions.pod:4296
25127 #, no-wrap
25128 msgid ""
25129 " umask mask\n"
25130 "\n"
25131 msgstr ""
25132
25133 #. type: textblock
25134 #: ../fish/guestfish-actions.pod:4310
25135 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25136 msgstr ""
25137
25138 #. type: =head2
25139 #: ../fish/guestfish-actions.pod:4315
25140 msgid "umount"
25141 msgstr ""
25142
25143 #. type: =head2
25144 #: ../fish/guestfish-actions.pod:4317
25145 msgid "unmount"
25146 msgstr ""
25147
25148 #. type: verbatim
25149 #: ../fish/guestfish-actions.pod:4319
25150 #, no-wrap
25151 msgid ""
25152 " umount pathordevice\n"
25153 "\n"
25154 msgstr ""
25155
25156 #. type: =head2
25157 #: ../fish/guestfish-actions.pod:4325
25158 msgid "umount-all"
25159 msgstr ""
25160
25161 #. type: =head2
25162 #: ../fish/guestfish-actions.pod:4327
25163 msgid "unmount-all"
25164 msgstr ""
25165
25166 #. type: verbatim
25167 #: ../fish/guestfish-actions.pod:4329
25168 #, no-wrap
25169 msgid ""
25170 " umount-all\n"
25171 "\n"
25172 msgstr ""
25173
25174 #. type: =head2
25175 #: ../fish/guestfish-actions.pod:4335
25176 msgid "upload"
25177 msgstr ""
25178
25179 #. type: verbatim
25180 #: ../fish/guestfish-actions.pod:4337
25181 #, no-wrap
25182 msgid ""
25183 " upload (filename|-) remotefilename\n"
25184 "\n"
25185 msgstr ""
25186
25187 #. type: textblock
25188 #: ../fish/guestfish-actions.pod:4344
25189 msgid "See also L</download>."
25190 msgstr ""
25191
25192 #. type: =head2
25193 #: ../fish/guestfish-actions.pod:4348
25194 msgid "upload-offset"
25195 msgstr ""
25196
25197 #. type: verbatim
25198 #: ../fish/guestfish-actions.pod:4350
25199 #, no-wrap
25200 msgid ""
25201 " upload-offset (filename|-) remotefilename offset\n"
25202 "\n"
25203 msgstr ""
25204
25205 #. type: textblock
25206 #: ../fish/guestfish-actions.pod:4362
25207 msgid ""
25208 "Note that there is no limit on the amount of data that can be uploaded with "
25209 "this call, unlike with L</pwrite>, and this call always writes the full "
25210 "amount unless an error occurs."
25211 msgstr ""
25212
25213 #. type: textblock
25214 #: ../fish/guestfish-actions.pod:4367
25215 msgid "See also L</upload>, L</pwrite>."
25216 msgstr ""
25217
25218 #. type: =head2
25219 #: ../fish/guestfish-actions.pod:4371
25220 msgid "utimens"
25221 msgstr ""
25222
25223 #. type: verbatim
25224 #: ../fish/guestfish-actions.pod:4373
25225 #, no-wrap
25226 msgid ""
25227 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25228 "\n"
25229 msgstr ""
25230
25231 #. type: =head2
25232 #: ../fish/guestfish-actions.pod:4392
25233 msgid "version"
25234 msgstr ""
25235
25236 #. type: verbatim
25237 #: ../fish/guestfish-actions.pod:4394
25238 #, no-wrap
25239 msgid ""
25240 " version\n"
25241 "\n"
25242 msgstr ""
25243
25244 #. type: textblock
25245 #: ../fish/guestfish-actions.pod:4421
25246 msgid ""
25247 "I<Note:> Don't use this call to test for availability of features.  In "
25248 "enterprise distributions we backport features from later versions into "
25249 "earlier versions, making this an unreliable way to test for features.  Use "
25250 "L</available> instead."
25251 msgstr ""
25252
25253 #. type: =head2
25254 #: ../fish/guestfish-actions.pod:4427
25255 msgid "vfs-label"
25256 msgstr ""
25257
25258 #. type: verbatim
25259 #: ../fish/guestfish-actions.pod:4429
25260 #, no-wrap
25261 msgid ""
25262 " vfs-label device\n"
25263 "\n"
25264 msgstr ""
25265
25266 #. type: textblock
25267 #: ../fish/guestfish-actions.pod:4436
25268 msgid "To find a filesystem from the label, use L</findfs-label>."
25269 msgstr ""
25270
25271 #. type: =head2
25272 #: ../fish/guestfish-actions.pod:4438
25273 msgid "vfs-type"
25274 msgstr ""
25275
25276 #. type: verbatim
25277 #: ../fish/guestfish-actions.pod:4440
25278 #, no-wrap
25279 msgid ""
25280 " vfs-type device\n"
25281 "\n"
25282 msgstr ""
25283
25284 #. type: =head2
25285 #: ../fish/guestfish-actions.pod:4450
25286 msgid "vfs-uuid"
25287 msgstr ""
25288
25289 #. type: verbatim
25290 #: ../fish/guestfish-actions.pod:4452
25291 #, no-wrap
25292 msgid ""
25293 " vfs-uuid device\n"
25294 "\n"
25295 msgstr ""
25296
25297 #. type: textblock
25298 #: ../fish/guestfish-actions.pod:4459
25299 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25300 msgstr ""
25301
25302 #. type: =head2
25303 #: ../fish/guestfish-actions.pod:4461
25304 msgid "vg-activate"
25305 msgstr ""
25306
25307 #. type: verbatim
25308 #: ../fish/guestfish-actions.pod:4463
25309 #, no-wrap
25310 msgid ""
25311 " vg-activate true|false 'volgroups ...'\n"
25312 "\n"
25313 msgstr ""
25314
25315 #. type: =head2
25316 #: ../fish/guestfish-actions.pod:4476
25317 msgid "vg-activate-all"
25318 msgstr ""
25319
25320 #. type: verbatim
25321 #: ../fish/guestfish-actions.pod:4478
25322 #, no-wrap
25323 msgid ""
25324 " vg-activate-all true|false\n"
25325 "\n"
25326 msgstr ""
25327
25328 #. type: =head2
25329 #: ../fish/guestfish-actions.pod:4488
25330 msgid "vgcreate"
25331 msgstr ""
25332
25333 #. type: verbatim
25334 #: ../fish/guestfish-actions.pod:4490
25335 #, no-wrap
25336 msgid ""
25337 " vgcreate volgroup 'physvols ...'\n"
25338 "\n"
25339 msgstr ""
25340
25341 #. type: =head2
25342 #: ../fish/guestfish-actions.pod:4495
25343 msgid "vglvuuids"
25344 msgstr ""
25345
25346 #. type: verbatim
25347 #: ../fish/guestfish-actions.pod:4497
25348 #, no-wrap
25349 msgid ""
25350 " vglvuuids vgname\n"
25351 "\n"
25352 msgstr ""
25353
25354 #. type: textblock
25355 #: ../fish/guestfish-actions.pod:4502
25356 msgid ""
25357 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25358 "logical volumes and volume groups."
25359 msgstr ""
25360
25361 #. type: textblock
25362 #: ../fish/guestfish-actions.pod:4505
25363 msgid "See also L</vgpvuuids>."
25364 msgstr ""
25365
25366 #. type: =head2
25367 #: ../fish/guestfish-actions.pod:4507
25368 msgid "vgpvuuids"
25369 msgstr ""
25370
25371 #. type: verbatim
25372 #: ../fish/guestfish-actions.pod:4509
25373 #, no-wrap
25374 msgid ""
25375 " vgpvuuids vgname\n"
25376 "\n"
25377 msgstr ""
25378
25379 #. type: textblock
25380 #: ../fish/guestfish-actions.pod:4514
25381 msgid ""
25382 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
25383 "physical volumes and volume groups."
25384 msgstr ""
25385
25386 #. type: textblock
25387 #: ../fish/guestfish-actions.pod:4517
25388 msgid "See also L</vglvuuids>."
25389 msgstr ""
25390
25391 #. type: =head2
25392 #: ../fish/guestfish-actions.pod:4519
25393 msgid "vgremove"
25394 msgstr ""
25395
25396 #. type: verbatim
25397 #: ../fish/guestfish-actions.pod:4521
25398 #, no-wrap
25399 msgid ""
25400 " vgremove vgname\n"
25401 "\n"
25402 msgstr ""
25403
25404 #. type: =head2
25405 #: ../fish/guestfish-actions.pod:4528
25406 msgid "vgrename"
25407 msgstr ""
25408
25409 #. type: verbatim
25410 #: ../fish/guestfish-actions.pod:4530
25411 #, no-wrap
25412 msgid ""
25413 " vgrename volgroup newvolgroup\n"
25414 "\n"
25415 msgstr ""
25416
25417 #. type: =head2
25418 #: ../fish/guestfish-actions.pod:4534
25419 msgid "vgs"
25420 msgstr ""
25421
25422 #. type: verbatim
25423 #: ../fish/guestfish-actions.pod:4536
25424 #, no-wrap
25425 msgid ""
25426 " vgs\n"
25427 "\n"
25428 msgstr ""
25429
25430 #. type: textblock
25431 #: ../fish/guestfish-actions.pod:4544
25432 msgid "See also L</vgs-full>."
25433 msgstr ""
25434
25435 #. type: =head2
25436 #: ../fish/guestfish-actions.pod:4546
25437 msgid "vgs-full"
25438 msgstr ""
25439
25440 #. type: verbatim
25441 #: ../fish/guestfish-actions.pod:4548
25442 #, no-wrap
25443 msgid ""
25444 " vgs-full\n"
25445 "\n"
25446 msgstr ""
25447
25448 #. type: =head2
25449 #: ../fish/guestfish-actions.pod:4553
25450 msgid "vgscan"
25451 msgstr ""
25452
25453 #. type: verbatim
25454 #: ../fish/guestfish-actions.pod:4555
25455 #, no-wrap
25456 msgid ""
25457 " vgscan\n"
25458 "\n"
25459 msgstr ""
25460
25461 #. type: =head2
25462 #: ../fish/guestfish-actions.pod:4560
25463 msgid "vguuid"
25464 msgstr ""
25465
25466 #. type: verbatim
25467 #: ../fish/guestfish-actions.pod:4562
25468 #, no-wrap
25469 msgid ""
25470 " vguuid vgname\n"
25471 "\n"
25472 msgstr ""
25473
25474 #. type: =head2
25475 #: ../fish/guestfish-actions.pod:4566
25476 msgid "wc-c"
25477 msgstr ""
25478
25479 #. type: verbatim
25480 #: ../fish/guestfish-actions.pod:4568
25481 #, no-wrap
25482 msgid ""
25483 " wc-c path\n"
25484 "\n"
25485 msgstr ""
25486
25487 #. type: =head2
25488 #: ../fish/guestfish-actions.pod:4573
25489 msgid "wc-l"
25490 msgstr ""
25491
25492 #. type: verbatim
25493 #: ../fish/guestfish-actions.pod:4575
25494 #, no-wrap
25495 msgid ""
25496 " wc-l path\n"
25497 "\n"
25498 msgstr ""
25499
25500 #. type: =head2
25501 #: ../fish/guestfish-actions.pod:4580
25502 msgid "wc-w"
25503 msgstr ""
25504
25505 #. type: verbatim
25506 #: ../fish/guestfish-actions.pod:4582
25507 #, no-wrap
25508 msgid ""
25509 " wc-w path\n"
25510 "\n"
25511 msgstr ""
25512
25513 #. type: =head2
25514 #: ../fish/guestfish-actions.pod:4587
25515 msgid "write"
25516 msgstr ""
25517
25518 #. type: verbatim
25519 #: ../fish/guestfish-actions.pod:4589
25520 #, no-wrap
25521 msgid ""
25522 " write path content\n"
25523 "\n"
25524 msgstr ""
25525
25526 #. type: =head2
25527 #: ../fish/guestfish-actions.pod:4597
25528 msgid "write-file"
25529 msgstr ""
25530
25531 #. type: verbatim
25532 #: ../fish/guestfish-actions.pod:4599
25533 #, no-wrap
25534 msgid ""
25535 " write-file path content size\n"
25536 "\n"
25537 msgstr ""
25538
25539 #. type: =head2
25540 #: ../fish/guestfish-actions.pod:4622
25541 msgid "zegrep"
25542 msgstr ""
25543
25544 #. type: verbatim
25545 #: ../fish/guestfish-actions.pod:4624
25546 #, no-wrap
25547 msgid ""
25548 " zegrep regex path\n"
25549 "\n"
25550 msgstr ""
25551
25552 #. type: =head2
25553 #: ../fish/guestfish-actions.pod:4632
25554 msgid "zegrepi"
25555 msgstr ""
25556
25557 #. type: verbatim
25558 #: ../fish/guestfish-actions.pod:4634
25559 #, no-wrap
25560 msgid ""
25561 " zegrepi regex path\n"
25562 "\n"
25563 msgstr ""
25564
25565 #. type: =head2
25566 #: ../fish/guestfish-actions.pod:4642
25567 msgid "zero"
25568 msgstr ""
25569
25570 #. type: verbatim
25571 #: ../fish/guestfish-actions.pod:4644
25572 #, no-wrap
25573 msgid ""
25574 " zero device\n"
25575 "\n"
25576 msgstr ""
25577
25578 #. type: textblock
25579 #: ../fish/guestfish-actions.pod:4652
25580 msgid "See also: L</zero-device>, L</scrub-device>."
25581 msgstr ""
25582
25583 #. type: =head2
25584 #: ../fish/guestfish-actions.pod:4654
25585 msgid "zero-device"
25586 msgstr ""
25587
25588 #. type: verbatim
25589 #: ../fish/guestfish-actions.pod:4656
25590 #, no-wrap
25591 msgid ""
25592 " zero-device device\n"
25593 "\n"
25594 msgstr ""
25595
25596 #. type: textblock
25597 #: ../fish/guestfish-actions.pod:4658
25598 msgid ""
25599 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
25600 "which just zeroes the first few blocks of a device."
25601 msgstr ""
25602
25603 #. type: =head2
25604 #: ../fish/guestfish-actions.pod:4665
25605 msgid "zerofree"
25606 msgstr ""
25607
25608 #. type: verbatim
25609 #: ../fish/guestfish-actions.pod:4667
25610 #, no-wrap
25611 msgid ""
25612 " zerofree device\n"
25613 "\n"
25614 msgstr ""
25615
25616 #. type: =head2
25617 #: ../fish/guestfish-actions.pod:4680
25618 msgid "zfgrep"
25619 msgstr ""
25620
25621 #. type: verbatim
25622 #: ../fish/guestfish-actions.pod:4682
25623 #, no-wrap
25624 msgid ""
25625 " zfgrep pattern path\n"
25626 "\n"
25627 msgstr ""
25628
25629 #. type: =head2
25630 #: ../fish/guestfish-actions.pod:4690
25631 msgid "zfgrepi"
25632 msgstr ""
25633
25634 #. type: verbatim
25635 #: ../fish/guestfish-actions.pod:4692
25636 #, no-wrap
25637 msgid ""
25638 " zfgrepi pattern path\n"
25639 "\n"
25640 msgstr ""
25641
25642 #. type: =head2
25643 #: ../fish/guestfish-actions.pod:4700
25644 msgid "zfile"
25645 msgstr ""
25646
25647 #. type: verbatim
25648 #: ../fish/guestfish-actions.pod:4702
25649 #, no-wrap
25650 msgid ""
25651 " zfile meth path\n"
25652 "\n"
25653 msgstr ""
25654
25655 #. type: textblock
25656 #: ../fish/guestfish-actions.pod:4709
25657 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
25658 msgstr ""
25659
25660 #. type: =head2
25661 #: ../fish/guestfish-actions.pod:4719
25662 msgid "zgrep"
25663 msgstr ""
25664
25665 #. type: verbatim
25666 #: ../fish/guestfish-actions.pod:4721
25667 #, no-wrap
25668 msgid ""
25669 " zgrep regex path\n"
25670 "\n"
25671 msgstr ""
25672
25673 #. type: =head2
25674 #: ../fish/guestfish-actions.pod:4729
25675 msgid "zgrepi"
25676 msgstr ""
25677
25678 #. type: verbatim
25679 #: ../fish/guestfish-actions.pod:4731
25680 #, no-wrap
25681 msgid ""
25682 " zgrepi regex path\n"
25683 "\n"
25684 msgstr ""
25685
25686 #. type: =head2
25687 #: ../fish/guestfish-commands.pod:1
25688 msgid "alloc"
25689 msgstr ""
25690
25691 #. type: =head2
25692 #: ../fish/guestfish-commands.pod:3
25693 msgid "allocate"
25694 msgstr ""
25695
25696 #. type: verbatim
25697 #: ../fish/guestfish-commands.pod:5
25698 #, no-wrap
25699 msgid ""
25700 " alloc filename size\n"
25701 "\n"
25702 msgstr ""
25703
25704 #. type: textblock
25705 #: ../fish/guestfish-commands.pod:7
25706 msgid ""
25707 "This creates an empty (zeroed) file of the given size, and then adds so it "
25708 "can be further examined."
25709 msgstr ""
25710
25711 #. type: textblock
25712 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
25713 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
25714 msgstr ""
25715
25716 #. type: textblock
25717 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
25718 msgid "Size can be specified using standard suffixes, eg. C<1M>."
25719 msgstr ""
25720
25721 #. type: textblock
25722 #: ../fish/guestfish-commands.pod:14
25723 msgid ""
25724 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
25725 "image, see L</PREPARED DISK IMAGES>."
25726 msgstr ""
25727
25728 #. type: =head2
25729 #: ../fish/guestfish-commands.pod:17
25730 msgid "copy-in"
25731 msgstr ""
25732
25733 #. type: verbatim
25734 #: ../fish/guestfish-commands.pod:19
25735 #, no-wrap
25736 msgid ""
25737 " copy-in local [local ...] /remotedir\n"
25738 "\n"
25739 msgstr ""
25740
25741 #. type: textblock
25742 #: ../fish/guestfish-commands.pod:21
25743 msgid ""
25744 "C<copy-in> copies local files or directories recursively into the disk "
25745 "image, placing them in the directory called C</remotedir> (which must "
25746 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
25747 "other commands as necessary."
25748 msgstr ""
25749
25750 #. type: textblock
25751 #: ../fish/guestfish-commands.pod:26
25752 msgid ""
25753 "Multiple local files and directories can be specified, but the last "
25754 "parameter must always be a remote directory.  Wildcards cannot be used."
25755 msgstr ""
25756
25757 #. type: =head2
25758 #: ../fish/guestfish-commands.pod:30
25759 msgid "copy-out"
25760 msgstr ""
25761
25762 #. type: verbatim
25763 #: ../fish/guestfish-commands.pod:32
25764 #, no-wrap
25765 msgid ""
25766 " copy-out remote [remote ...] localdir\n"
25767 "\n"
25768 msgstr ""
25769
25770 #. type: textblock
25771 #: ../fish/guestfish-commands.pod:34
25772 msgid ""
25773 "C<copy-out> copies remote files or directories recursively out of the disk "
25774 "image, placing them on the host disk in a local directory called C<localdir> "
25775 "(which must exist).  This guestfish meta-command turns into a sequence of "
25776 "L</download>, L</tar-out> and other commands as necessary."
25777 msgstr ""
25778
25779 #. type: textblock
25780 #: ../fish/guestfish-commands.pod:40
25781 msgid ""
25782 "Multiple remote files and directories can be specified, but the last "
25783 "parameter must always be a local directory.  To download to the current "
25784 "directory, use C<.> as in:"
25785 msgstr ""
25786
25787 #. type: verbatim
25788 #: ../fish/guestfish-commands.pod:44
25789 #, no-wrap
25790 msgid ""
25791 " copy-out /home .\n"
25792 "\n"
25793 msgstr ""
25794
25795 #. type: textblock
25796 #: ../fish/guestfish-commands.pod:46
25797 msgid ""
25798 "Wildcards cannot be used in the ordinary command, but you can use them with "
25799 "the help of L</glob> like this:"
25800 msgstr ""
25801
25802 #. type: verbatim
25803 #: ../fish/guestfish-commands.pod:49
25804 #, no-wrap
25805 msgid ""
25806 " glob copy-out /home/* .\n"
25807 "\n"
25808 msgstr ""
25809
25810 #. type: =head2
25811 #: ../fish/guestfish-commands.pod:51
25812 msgid "echo"
25813 msgstr ""
25814
25815 #. type: verbatim
25816 #: ../fish/guestfish-commands.pod:53
25817 #, no-wrap
25818 msgid ""
25819 " echo [params ...]\n"
25820 "\n"
25821 msgstr ""
25822
25823 #. type: textblock
25824 #: ../fish/guestfish-commands.pod:55
25825 msgid "This echos the parameters to the terminal."
25826 msgstr ""
25827
25828 #. type: =head2
25829 #: ../fish/guestfish-commands.pod:57
25830 msgid "edit"
25831 msgstr ""
25832
25833 #. type: =head2
25834 #: ../fish/guestfish-commands.pod:59
25835 msgid "vi"
25836 msgstr ""
25837
25838 #. type: =head2
25839 #: ../fish/guestfish-commands.pod:61
25840 msgid "emacs"
25841 msgstr ""
25842
25843 #. type: verbatim
25844 #: ../fish/guestfish-commands.pod:63
25845 #, no-wrap
25846 msgid ""
25847 " edit filename\n"
25848 "\n"
25849 msgstr ""
25850
25851 #. type: textblock
25852 #: ../fish/guestfish-commands.pod:65
25853 msgid ""
25854 "This is used to edit a file.  It downloads the file, edits it locally using "
25855 "your editor, then uploads the result."
25856 msgstr ""
25857
25858 #. type: textblock
25859 #: ../fish/guestfish-commands.pod:68
25860 msgid ""
25861 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
25862 "or C<emacs> you will get those corresponding editors."
25863 msgstr ""
25864
25865 #. type: =head2
25866 #: ../fish/guestfish-commands.pod:72
25867 msgid "glob"
25868 msgstr ""
25869
25870 #. type: verbatim
25871 #: ../fish/guestfish-commands.pod:74
25872 #, no-wrap
25873 msgid ""
25874 " glob command args...\n"
25875 "\n"
25876 msgstr ""
25877
25878 #. type: textblock
25879 #: ../fish/guestfish-commands.pod:76
25880 msgid ""
25881 "Expand wildcards in any paths in the args list, and run C<command> "
25882 "repeatedly on each matching path."
25883 msgstr ""
25884
25885 #. type: textblock
25886 #: ../fish/guestfish-commands.pod:79
25887 msgid "See L</WILDCARDS AND GLOBBING>."
25888 msgstr ""
25889
25890 #. type: =head2
25891 #: ../fish/guestfish-commands.pod:81
25892 msgid "hexedit"
25893 msgstr ""
25894
25895 #. type: verbatim
25896 #: ../fish/guestfish-commands.pod:83
25897 #, no-wrap
25898 msgid ""
25899 " hexedit <filename|device>\n"
25900 " hexedit <filename|device> <max>\n"
25901 " hexedit <filename|device> <start> <max>\n"
25902 "\n"
25903 msgstr ""
25904
25905 #. type: textblock
25906 #: ../fish/guestfish-commands.pod:87
25907 msgid ""
25908 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
25909 "device."
25910 msgstr ""
25911
25912 #. type: textblock
25913 #: ../fish/guestfish-commands.pod:90
25914 msgid ""
25915 "This command works by downloading potentially the whole file or device, "
25916 "editing it locally, then uploading it.  If the file or device is large, you "
25917 "have to specify which part you wish to edit by using C<max> and/or C<start> "
25918 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
25919 "usual modifiers allowed such as C<1M> (1 megabyte)."
25920 msgstr ""
25921
25922 #. type: textblock
25923 #: ../fish/guestfish-commands.pod:97
25924 msgid "For example to edit the first few sectors of a disk you might do:"
25925 msgstr ""
25926
25927 #. type: verbatim
25928 #: ../fish/guestfish-commands.pod:100
25929 #, no-wrap
25930 msgid ""
25931 " hexedit /dev/sda 1M\n"
25932 "\n"
25933 msgstr ""
25934
25935 #. type: textblock
25936 #: ../fish/guestfish-commands.pod:102
25937 msgid ""
25938 "which would allow you to edit anywhere within the first megabyte of the "
25939 "disk."
25940 msgstr ""
25941
25942 #. type: textblock
25943 #: ../fish/guestfish-commands.pod:105
25944 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
25945 msgstr ""
25946
25947 #. type: verbatim
25948 #: ../fish/guestfish-commands.pod:107
25949 #, no-wrap
25950 msgid ""
25951 " hexedit /dev/sda1 0x400 0x400\n"
25952 "\n"
25953 msgstr ""
25954
25955 #. type: textblock
25956 #: ../fish/guestfish-commands.pod:109
25957 msgid "(assuming the superblock is in the standard location)."
25958 msgstr ""
25959
25960 #. type: textblock
25961 #: ../fish/guestfish-commands.pod:111
25962 msgid ""
25963 "This command requires the external L<hexedit(1)> program.  You can specify "
25964 "another program to use by setting the C<HEXEDITOR> environment variable."
25965 msgstr ""
25966
25967 #. type: textblock
25968 #: ../fish/guestfish-commands.pod:115
25969 msgid "See also L</hexdump>."
25970 msgstr ""
25971
25972 #. type: =head2
25973 #: ../fish/guestfish-commands.pod:117
25974 msgid "lcd"
25975 msgstr ""
25976
25977 #. type: verbatim
25978 #: ../fish/guestfish-commands.pod:119
25979 #, no-wrap
25980 msgid ""
25981 " lcd directory\n"
25982 "\n"
25983 msgstr ""
25984
25985 #. type: textblock
25986 #: ../fish/guestfish-commands.pod:121
25987 msgid "Change the local directory, ie. the current directory of guestfish itself."
25988 msgstr ""
25989
25990 #. type: textblock
25991 #: ../fish/guestfish-commands.pod:124
25992 msgid "Note that C<!cd> won't do what you might expect."
25993 msgstr ""
25994
25995 #. type: =head2
25996 #: ../fish/guestfish-commands.pod:126
25997 msgid "man"
25998 msgstr ""
25999
26000 #. type: =head2
26001 #: ../fish/guestfish-commands.pod:128
26002 msgid "manual"
26003 msgstr ""
26004
26005 #. type: verbatim
26006 #: ../fish/guestfish-commands.pod:130
26007 #, no-wrap
26008 msgid ""
26009 "  man\n"
26010 "\n"
26011 msgstr ""
26012
26013 #. type: textblock
26014 #: ../fish/guestfish-commands.pod:132
26015 msgid "Opens the manual page for guestfish."
26016 msgstr ""
26017
26018 #. type: =head2
26019 #: ../fish/guestfish-commands.pod:134
26020 msgid "more"
26021 msgstr ""
26022
26023 #. type: =head2
26024 #: ../fish/guestfish-commands.pod:136
26025 msgid "less"
26026 msgstr ""
26027
26028 #. type: verbatim
26029 #: ../fish/guestfish-commands.pod:138
26030 #, no-wrap
26031 msgid ""
26032 " more filename\n"
26033 "\n"
26034 msgstr ""
26035
26036 #. type: verbatim
26037 #: ../fish/guestfish-commands.pod:140
26038 #, no-wrap
26039 msgid ""
26040 " less filename\n"
26041 "\n"
26042 msgstr ""
26043
26044 #. type: textblock
26045 #: ../fish/guestfish-commands.pod:142
26046 msgid "This is used to view a file."
26047 msgstr ""
26048
26049 #. type: textblock
26050 #: ../fish/guestfish-commands.pod:144
26051 msgid ""
26052 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26053 "C<less> you will get the C<less> command specifically."
26054 msgstr ""
26055
26056 #. type: =head2
26057 #: ../fish/guestfish-commands.pod:147
26058 msgid "reopen"
26059 msgstr ""
26060
26061 #. type: verbatim
26062 #: ../fish/guestfish-commands.pod:149
26063 #, no-wrap
26064 msgid ""
26065 "  reopen\n"
26066 "\n"
26067 msgstr ""
26068
26069 #. type: textblock
26070 #: ../fish/guestfish-commands.pod:151
26071 msgid ""
26072 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26073 "normally, because the handle is closed properly when guestfish exits.  "
26074 "However this is occasionally useful for testing."
26075 msgstr ""
26076
26077 #. type: =head2
26078 #: ../fish/guestfish-commands.pod:155
26079 msgid "sparse"
26080 msgstr ""
26081
26082 #. type: verbatim
26083 #: ../fish/guestfish-commands.pod:157
26084 #, no-wrap
26085 msgid ""
26086 " sparse filename size\n"
26087 "\n"
26088 msgstr ""
26089
26090 #. type: textblock
26091 #: ../fish/guestfish-commands.pod:159
26092 msgid ""
26093 "This creates an empty sparse file of the given size, and then adds so it can "
26094 "be further examined."
26095 msgstr ""
26096
26097 #. type: textblock
26098 #: ../fish/guestfish-commands.pod:162
26099 msgid ""
26100 "In all respects it works the same as the L</alloc> command, except that the "
26101 "image file is allocated sparsely, which means that disk blocks are not "
26102 "assigned to the file until they are needed.  Sparse disk files only use "
26103 "space when written to, but they are slower and there is a danger you could "
26104 "run out of real disk space during a write operation."
26105 msgstr ""
26106
26107 #. type: =head2
26108 #: ../fish/guestfish-commands.pod:172
26109 msgid "supported"
26110 msgstr ""
26111
26112 #. type: verbatim
26113 #: ../fish/guestfish-commands.pod:174
26114 #, no-wrap
26115 msgid ""
26116 " supported\n"
26117 "\n"
26118 msgstr ""
26119
26120 #. type: textblock
26121 #: ../fish/guestfish-commands.pod:176
26122 msgid ""
26123 "This command returns a list of the optional groups known to the daemon, and "
26124 "indicates which ones are supported by this build of the libguestfs "
26125 "appliance."
26126 msgstr ""
26127
26128 #. type: textblock
26129 #: ../fish/guestfish-commands.pod:180
26130 msgid "See also L<guestfs(3)/AVAILABILITY>."
26131 msgstr ""
26132
26133 #. type: =head2
26134 #: ../fish/guestfish-commands.pod:182
26135 msgid "time"
26136 msgstr ""
26137
26138 #. type: verbatim
26139 #: ../fish/guestfish-commands.pod:184
26140 #, no-wrap
26141 msgid ""
26142 " time command args...\n"
26143 "\n"
26144 msgstr ""
26145
26146 #. type: textblock
26147 #: ../fish/guestfish-commands.pod:186
26148 msgid ""
26149 "Run the command as usual, but print the elapsed time afterwards.  This can "
26150 "be useful for benchmarking operations."
26151 msgstr ""
26152
26153 #. type: textblock
26154 #: ../test-tool/libguestfs-test-tool.pod:5
26155 msgid "libguestfs-test-tool - End user tests for libguestfs"
26156 msgstr ""
26157
26158 #. type: verbatim
26159 #: ../test-tool/libguestfs-test-tool.pod:9
26160 #, no-wrap
26161 msgid ""
26162 " libguestfs-test-tool [--options]\n"
26163 "\n"
26164 msgstr ""
26165
26166 #. type: textblock
26167 #: ../test-tool/libguestfs-test-tool.pod:13
26168 msgid ""
26169 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26170 "and developers, to allow them to check basic libguestfs functionality is "
26171 "working.  This is needed because libguestfs occasionally breaks for reasons "
26172 "beyond our control: usually because of changes in the underlying qemu or "
26173 "kernel packages, or the host environment."
26174 msgstr ""
26175
26176 #. type: textblock
26177 #: ../test-tool/libguestfs-test-tool.pod:20
26178 msgid "If you suspect a problem in libguestfs, then just run:"
26179 msgstr ""
26180
26181 #. type: verbatim
26182 #: ../test-tool/libguestfs-test-tool.pod:22
26183 #, no-wrap
26184 msgid ""
26185 " libguestfs-test-tool\n"
26186 "\n"
26187 msgstr ""
26188
26189 #. type: textblock
26190 #: ../test-tool/libguestfs-test-tool.pod:24
26191 msgid "It will print lots of diagnostic messages."
26192 msgstr ""
26193
26194 #. type: textblock
26195 #: ../test-tool/libguestfs-test-tool.pod:26
26196 msgid "If it runs to completion successfully, you will see this near the end:"
26197 msgstr ""
26198
26199 #. type: verbatim
26200 #: ../test-tool/libguestfs-test-tool.pod:28
26201 #, no-wrap
26202 msgid ""
26203 " ===== TEST FINISHED OK =====\n"
26204 "\n"
26205 msgstr ""
26206
26207 #. type: textblock
26208 #: ../test-tool/libguestfs-test-tool.pod:30
26209 msgid "and the test tool will exit with code 0."
26210 msgstr ""
26211
26212 #. type: textblock
26213 #: ../test-tool/libguestfs-test-tool.pod:32
26214 msgid ""
26215 "If it fails (and/or exits with non-zero error code), please paste the "
26216 "B<complete, unedited> output of the test tool into a bug report.  More "
26217 "information about reporting bugs can be found on the "
26218 "L<http://libguestfs.org/> website."
26219 msgstr ""
26220
26221 #. type: =item
26222 #: ../test-tool/libguestfs-test-tool.pod:41
26223 msgid "I<--help>"
26224 msgstr ""
26225
26226 #. type: textblock
26227 #: ../test-tool/libguestfs-test-tool.pod:43
26228 msgid "Display short usage information and exit."
26229 msgstr ""
26230
26231 #. type: =item
26232 #: ../test-tool/libguestfs-test-tool.pod:45
26233 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26234 msgstr ""
26235
26236 #. type: textblock
26237 #: ../test-tool/libguestfs-test-tool.pod:47
26238 msgid ""
26239 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26240 "normally look in the C<$libexec> directory that was configured when the tool "
26241 "was built."
26242 msgstr ""
26243
26244 #. type: =item
26245 #: ../test-tool/libguestfs-test-tool.pod:51
26246 msgid "I<--qemu qemu_binary>"
26247 msgstr ""
26248
26249 #. type: textblock
26250 #: ../test-tool/libguestfs-test-tool.pod:53
26251 msgid ""
26252 "If you have downloaded another qemu binary, point this option at the full "
26253 "path of the binary to try it."
26254 msgstr ""
26255
26256 #. type: =item
26257 #: ../test-tool/libguestfs-test-tool.pod:56
26258 msgid "I<--qemudir qemu_source_dir>"
26259 msgstr ""
26260
26261 #. type: textblock
26262 #: ../test-tool/libguestfs-test-tool.pod:58
26263 msgid ""
26264 "If you have compiled qemu from source, point this option at the source "
26265 "directory to try it."
26266 msgstr ""
26267
26268 #. type: =item
26269 #: ../test-tool/libguestfs-test-tool.pod:61
26270 msgid "I<--timeout N>"
26271 msgstr ""
26272
26273 #. type: textblock
26274 #: ../test-tool/libguestfs-test-tool.pod:63
26275 msgid ""
26276 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26277 "does not usually need to be adjusted unless your machine is very slow."
26278 msgstr ""
26279
26280 #. type: =head1
26281 #: ../test-tool/libguestfs-test-tool.pod:69
26282 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26283 msgstr ""
26284
26285 #. type: textblock
26286 #: ../test-tool/libguestfs-test-tool.pod:71
26287 msgid ""
26288 "If you have compiled another version of qemu from source and would like to "
26289 "try that, then you can use the I<--qemudir> option to point to the qemu "
26290 "source directory."
26291 msgstr ""
26292
26293 #. type: textblock
26294 #: ../test-tool/libguestfs-test-tool.pod:75
26295 msgid ""
26296 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26297 "option to point to the binary."
26298 msgstr ""
26299
26300 #. type: textblock
26301 #: ../test-tool/libguestfs-test-tool.pod:78
26302 msgid ""
26303 "When using an alternate qemu with libguestfs, usually you would need to "
26304 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26305 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26306 "when you use either of the I<--qemudir> or I<--qemu> options."
26307 msgstr ""
26308
26309 #. type: textblock
26310 #: ../test-tool/libguestfs-test-tool.pod:85
26311 msgid ""
26312 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26313 "I<1> if there was an error."
26314 msgstr ""
26315
26316 #. type: =item
26317 #: ../test-tool/libguestfs-test-tool.pod:92
26318 msgid "/usr/libexec/libguestfs-test-tool-helper"
26319 msgstr ""
26320
26321 #. type: textblock
26322 #: ../test-tool/libguestfs-test-tool.pod:94
26323 msgid ""
26324 "This helper program is run inside the appliance and provides additional "
26325 "tests."
26326 msgstr ""
26327
26328 #. type: =item
26329 #: ../test-tool/libguestfs-test-tool.pod:97
26330 msgid "/usr/bin/mkisofs"
26331 msgstr ""
26332
26333 #. type: textblock
26334 #: ../test-tool/libguestfs-test-tool.pod:99
26335 msgid ""
26336 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26337 "which is used as part of the tests."
26338 msgstr ""
26339
26340 #. type: textblock
26341 #: ../test-tool/libguestfs-test-tool.pod:106
26342 msgid ""
26343 "For the full list of environment variables which may affect libguestfs, "
26344 "please see the L<guestfs(3)> manual page."
26345 msgstr ""
26346
26347 #. type: textblock
26348 #: ../test-tool/libguestfs-test-tool.pod:111
26349 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26350 msgstr ""
26351
26352 #. type: textblock
26353 #: ../test-tool/libguestfs-test-tool.pod:121
26354 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26355 msgstr ""
26356
26357 #. type: textblock
26358 #: ../fuse/guestmount.pod:5
26359 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26360 msgstr ""
26361
26362 #. type: verbatim
26363 #: ../fuse/guestmount.pod:9
26364 #, no-wrap
26365 msgid ""
26366 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26367 "\n"
26368 msgstr ""
26369
26370 #. type: verbatim
26371 #: ../fuse/guestmount.pod:11
26372 #, no-wrap
26373 msgid ""
26374 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
26375 "\n"
26376 msgstr ""
26377
26378 #. type: verbatim
26379 #: ../fuse/guestmount.pod:13
26380 #, no-wrap
26381 msgid ""
26382 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
26383 "\n"
26384 msgstr ""
26385
26386 #. type: textblock
26387 #: ../fuse/guestmount.pod:17
26388 msgid ""
26389 "You must I<not> use C<guestmount> in read-write mode on live virtual "
26390 "machines.  If you do this, you risk disk corruption in the VM."
26391 msgstr ""
26392
26393 #. type: textblock
26394 #: ../fuse/guestmount.pod:22
26395 msgid ""
26396 "The guestmount program can be used to mount virtual machine filesystems and "
26397 "other disk images on the host.  It uses libguestfs for access to the guest "
26398 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
26399 "a mountable device."
26400 msgstr ""
26401
26402 #. type: textblock
26403 #: ../fuse/guestmount.pod:27
26404 msgid ""
26405 "Along with other options, you have to give at least one device (I<-a> "
26406 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
26407 "option) or use the I<-i> inspection option.  How this works is better "
26408 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
26409 "below."
26410 msgstr ""
26411
26412 #. type: textblock
26413 #: ../fuse/guestmount.pod:33
26414 msgid ""
26415 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
26416 "by you, and the filesystem will not be visible to any other users unless you "
26417 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
26418 "the filesystem, use the C<fusermount -u> command."
26419 msgstr ""
26420
26421 #. type: textblock
26422 #: ../fuse/guestmount.pod:41
26423 msgid ""
26424 "For a typical Windows guest which has its main filesystem on the first "
26425 "partition:"
26426 msgstr ""
26427
26428 #. type: verbatim
26429 #: ../fuse/guestmount.pod:44
26430 #, no-wrap
26431 msgid ""
26432 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
26433 "\n"
26434 msgstr ""
26435
26436 #. type: textblock
26437 #: ../fuse/guestmount.pod:46
26438 msgid ""
26439 "For a typical Linux guest which has a /boot filesystem on the first "
26440 "partition, and the root filesystem on a logical volume:"
26441 msgstr ""
26442
26443 #. type: verbatim
26444 #: ../fuse/guestmount.pod:49
26445 #, no-wrap
26446 msgid ""
26447 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
26448 "\n"
26449 msgstr ""
26450
26451 #. type: textblock
26452 #: ../fuse/guestmount.pod:51
26453 msgid "To get libguestfs to detect guest mountpoints for you:"
26454 msgstr ""
26455
26456 #. type: verbatim
26457 #: ../fuse/guestmount.pod:53
26458 #, no-wrap
26459 msgid ""
26460 " guestmount -a guest.img -i --ro /mnt\n"
26461 "\n"
26462 msgstr ""
26463
26464 #. type: textblock
26465 #: ../fuse/guestmount.pod:55
26466 msgid "For a libvirt guest called \"Guest\" you could do:"
26467 msgstr ""
26468
26469 #. type: verbatim
26470 #: ../fuse/guestmount.pod:57
26471 #, no-wrap
26472 msgid ""
26473 " guestmount -d Guest -i --ro /mnt\n"
26474 "\n"
26475 msgstr ""
26476
26477 #. type: textblock
26478 #: ../fuse/guestmount.pod:59
26479 msgid ""
26480 "If you don't know what filesystems are contained in a guest or disk image, "
26481 "use L<virt-filesystems(1)> first:"
26482 msgstr ""
26483
26484 #. type: verbatim
26485 #: ../fuse/guestmount.pod:62
26486 #, no-wrap
26487 msgid ""
26488 " virt-filesystems MyGuest\n"
26489 "\n"
26490 msgstr ""
26491
26492 #. type: textblock
26493 #: ../fuse/guestmount.pod:64
26494 msgid ""
26495 "If you want to trace the libguestfs calls but without excessive debugging "
26496 "information, we recommend:"
26497 msgstr ""
26498
26499 #. type: verbatim
26500 #: ../fuse/guestmount.pod:67
26501 #, no-wrap
26502 msgid ""
26503 " guestmount [...] --trace /mnt\n"
26504 "\n"
26505 msgstr ""
26506
26507 #. type: textblock
26508 #: ../fuse/guestmount.pod:69
26509 msgid "If you want to debug the program, we recommend:"
26510 msgstr ""
26511
26512 #. type: verbatim
26513 #: ../fuse/guestmount.pod:71
26514 #, no-wrap
26515 msgid ""
26516 " guestmount [...] --trace --verbose /mnt\n"
26517 "\n"
26518 msgstr ""
26519
26520 #. type: =item
26521 #: ../fuse/guestmount.pod:77
26522 msgid "B<-a image> | B<--add image>"
26523 msgstr ""
26524
26525 #. type: textblock
26526 #: ../fuse/guestmount.pod:79
26527 msgid "Add a block device or virtual machine image."
26528 msgstr ""
26529
26530 #. type: =item
26531 #: ../fuse/guestmount.pod:84
26532 msgid "B<-c URI> | B<--connect URI>"
26533 msgstr ""
26534
26535 #. type: =item
26536 #: ../fuse/guestmount.pod:90
26537 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
26538 msgstr ""
26539
26540 #. type: =item
26541 #: ../fuse/guestmount.pod:96
26542 msgid "B<--dir-cache-timeout N>"
26543 msgstr ""
26544
26545 #. type: textblock
26546 #: ../fuse/guestmount.pod:98
26547 msgid ""
26548 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
26549 "seconds.  The readdir cache [actually, there are several semi-independent "
26550 "caches] is populated after a readdir(2) call with the stat and extended "
26551 "attributes of the files in the directory, in anticipation that they will be "
26552 "requested soon after."
26553 msgstr ""
26554
26555 #. type: textblock
26556 #: ../fuse/guestmount.pod:104
26557 msgid ""
26558 "There is also a different attribute cache implemented by FUSE (see the FUSE "
26559 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
26560 "requests, only cache existing ones."
26561 msgstr ""
26562
26563 #. type: =item
26564 #: ../fuse/guestmount.pod:115
26565 msgid "B<--format=raw|qcow2|..> | B<--format>"
26566 msgstr ""
26567
26568 #. type: textblock
26569 #: ../fuse/guestmount.pod:122
26570 msgid ""
26571 "If you have untrusted raw-format guest disk images, you should use this "
26572 "option to specify the disk format.  This avoids a possible security problem "
26573 "with malicious guests (CVE-2010-3851).  See also "
26574 "L<guestfs(3)/guestfs_add_drive_opts>."
26575 msgstr ""
26576
26577 #. type: =item
26578 #: ../fuse/guestmount.pod:127
26579 msgid "B<--fuse-help>"
26580 msgstr ""
26581
26582 #. type: textblock
26583 #: ../fuse/guestmount.pod:129
26584 msgid "Display help on special FUSE options (see I<-o> below)."
26585 msgstr ""
26586
26587 #. type: textblock
26588 #: ../fuse/guestmount.pod:133
26589 msgid "Display brief help and exit."
26590 msgstr ""
26591
26592 #. type: =item
26593 #: ../fuse/guestmount.pod:135
26594 msgid "B<-i> | B<--inspector>"
26595 msgstr ""
26596
26597 #. type: =item
26598 #: ../fuse/guestmount.pod:146
26599 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
26600 msgstr ""
26601
26602 #. type: textblock
26603 #: ../fuse/guestmount.pod:148
26604 msgid ""
26605 "Mount the named partition or logical volume on the given mountpoint B<in the "
26606 "guest> (this has nothing to do with mountpoints in the host)."
26607 msgstr ""
26608
26609 #. type: textblock
26610 #: ../fuse/guestmount.pod:151
26611 msgid ""
26612 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
26613 "something on C</>."
26614 msgstr ""
26615
26616 #. type: =item
26617 #: ../fuse/guestmount.pod:154
26618 msgid "B<-n> | B<--no-sync>"
26619 msgstr ""
26620
26621 #. type: textblock
26622 #: ../fuse/guestmount.pod:156
26623 msgid ""
26624 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
26625 "unmounted.  If you specify this option, then we don't attempt to sync the "
26626 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
26627 msgstr ""
26628
26629 #. type: =item
26630 #: ../fuse/guestmount.pod:161
26631 msgid "B<-o option> | B<--option option>"
26632 msgstr ""
26633
26634 #. type: textblock
26635 #: ../fuse/guestmount.pod:163
26636 msgid "Pass extra options to FUSE."
26637 msgstr ""
26638
26639 #. type: textblock
26640 #: ../fuse/guestmount.pod:165
26641 msgid ""
26642 "To get a list of all the extra options supported by FUSE, use the command "
26643 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
26644 "of them are a good idea."
26645 msgstr ""
26646
26647 #. type: verbatim
26648 #: ../fuse/guestmount.pod:169
26649 #, no-wrap
26650 msgid ""
26651 " guestmount --fuse-help\n"
26652 "\n"
26653 msgstr ""
26654
26655 #. type: textblock
26656 #: ../fuse/guestmount.pod:171
26657 msgid "Some potentially useful FUSE options:"
26658 msgstr ""
26659
26660 #. type: =item
26661 #: ../fuse/guestmount.pod:175
26662 msgid "B<-o allow_other>"
26663 msgstr ""
26664
26665 #. type: textblock
26666 #: ../fuse/guestmount.pod:177
26667 msgid "Allow other users to see the filesystem."
26668 msgstr ""
26669
26670 #. type: =item
26671 #: ../fuse/guestmount.pod:179
26672 msgid "B<-o attr_timeout=N>"
26673 msgstr ""
26674
26675 #. type: textblock
26676 #: ../fuse/guestmount.pod:181
26677 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
26678 msgstr ""
26679
26680 #. type: =item
26681 #: ../fuse/guestmount.pod:183
26682 msgid "B<-o kernel_cache>"
26683 msgstr ""
26684
26685 #. type: textblock
26686 #: ../fuse/guestmount.pod:185
26687 msgid ""
26688 "Allow the kernel to cache files (reduces the number of reads that have to go "
26689 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
26690 "afford the extra memory usage."
26691 msgstr ""
26692
26693 #. type: =item
26694 #: ../fuse/guestmount.pod:189
26695 msgid "B<-o uid=N> B<-o gid=N>"
26696 msgstr ""
26697
26698 #. type: textblock
26699 #: ../fuse/guestmount.pod:191
26700 msgid ""
26701 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
26702 "the chosen values."
26703 msgstr ""
26704
26705 #. type: =item
26706 #: ../fuse/guestmount.pod:196
26707 msgid "B<-r> | B<--ro>"
26708 msgstr ""
26709
26710 #. type: textblock
26711 #: ../fuse/guestmount.pod:198
26712 msgid ""
26713 "Add devices and mount everything read-only.  Also disallow writes and make "
26714 "the disk appear read-only to FUSE."
26715 msgstr ""
26716
26717 #. type: textblock
26718 #: ../fuse/guestmount.pod:201
26719 msgid ""
26720 "This is highly recommended if you are not going to edit the guest disk.  If "
26721 "the guest is running and this option is I<not> supplied, then there is a "
26722 "strong risk of disk corruption in the guest.  We try to prevent this from "
26723 "happening, but it is not always possible."
26724 msgstr ""
26725
26726 #. type: textblock
26727 #: ../fuse/guestmount.pod:206
26728 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
26729 msgstr ""
26730
26731 #. type: textblock
26732 #: ../fuse/guestmount.pod:210
26733 msgid "Enable SELinux support for the guest."
26734 msgstr ""
26735
26736 #. type: =item
26737 #: ../fuse/guestmount.pod:212
26738 msgid "B<-v> | B<--verbose>"
26739 msgstr ""
26740
26741 #. type: textblock
26742 #: ../fuse/guestmount.pod:214
26743 msgid "Enable verbose messages from underlying libguestfs."
26744 msgstr ""
26745
26746 #. type: =item
26747 #: ../fuse/guestmount.pod:216
26748 msgid "B<-V> | B<--version>"
26749 msgstr ""
26750
26751 #. type: textblock
26752 #: ../fuse/guestmount.pod:218
26753 msgid "Display the program version and exit."
26754 msgstr ""
26755
26756 #. type: =item
26757 #: ../fuse/guestmount.pod:220
26758 msgid "B<-w> | B<--rw>"
26759 msgstr ""
26760
26761 #. type: textblock
26762 #: ../fuse/guestmount.pod:222
26763 msgid ""
26764 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
26765 "FOR READ AND WRITE>."
26766 msgstr ""
26767
26768 #. type: =item
26769 #: ../fuse/guestmount.pod:225
26770 msgid "B<-x> | B<--trace>"
26771 msgstr ""
26772
26773 #. type: textblock
26774 #: ../fuse/guestmount.pod:227
26775 msgid "Trace libguestfs calls and entry into each FUSE function."
26776 msgstr ""
26777
26778 #. type: textblock
26779 #: ../fuse/guestmount.pod:229
26780 msgid "This also stops the daemon from forking into the background."
26781 msgstr ""
26782
26783 #. type: textblock
26784 #: ../fuse/guestmount.pod:235
26785 msgid ""
26786 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
26787 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
26788 "L<http://fuse.sf.net/>."
26789 msgstr ""
26790
26791 #. type: textblock
26792 #: ../tools/virt-edit.pl:34
26793 msgid "virt-edit - Edit a file in a virtual machine"
26794 msgstr ""
26795
26796 #. type: verbatim
26797 #: ../tools/virt-edit.pl:38
26798 #, no-wrap
26799 msgid ""
26800 " virt-edit [--options] domname file\n"
26801 "\n"
26802 msgstr ""
26803
26804 #. type: verbatim
26805 #: ../tools/virt-edit.pl:40
26806 #, no-wrap
26807 msgid ""
26808 " virt-edit [--options] disk.img [disk.img ...] file\n"
26809 "\n"
26810 msgstr ""
26811
26812 #. type: verbatim
26813 #: ../tools/virt-edit.pl:42
26814 #, no-wrap
26815 msgid ""
26816 " virt-edit [domname|disk.img] file -e 'expr'\n"
26817 "\n"
26818 msgstr ""
26819
26820 #. type: textblock
26821 #: ../tools/virt-edit.pl:46
26822 msgid ""
26823 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
26824 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
26825 "doing this, but doesn't catch all cases."
26826 msgstr ""
26827
26828 #. type: textblock
26829 #: ../tools/virt-edit.pl:52
26830 msgid ""
26831 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
26832 "the named virtual machine (or disk image)."
26833 msgstr ""
26834
26835 #. type: textblock
26836 #: ../tools/virt-edit.pl:55
26837 msgid ""
26838 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
26839 "you should look at the L<guestfish(1)> tool."
26840 msgstr ""
26841
26842 #. type: textblock
26843 #: ../tools/virt-edit.pl:60
26844 msgid "Edit the named files interactively:"
26845 msgstr ""
26846
26847 #. type: verbatim
26848 #: ../tools/virt-edit.pl:62
26849 #, no-wrap
26850 msgid ""
26851 " virt-edit mydomain /boot/grub/grub.conf\n"
26852 "\n"
26853 msgstr ""
26854
26855 #. type: verbatim
26856 #: ../tools/virt-edit.pl:64
26857 #, no-wrap
26858 msgid ""
26859 " virt-edit mydomain /etc/passwd\n"
26860 "\n"
26861 msgstr ""
26862
26863 #. type: textblock
26864 #: ../tools/virt-edit.pl:66
26865 msgid ""
26866 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
26867 "below).  To change the init default level to 5:"
26868 msgstr ""
26869
26870 #. type: verbatim
26871 #: ../tools/virt-edit.pl:70
26872 #, no-wrap
26873 msgid ""
26874 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
26875 "\n"
26876 msgstr ""
26877
26878 #. type: textblock
26879 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
26880 msgid "Display brief help."
26881 msgstr ""
26882
26883 #. type: textblock
26884 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
26885 msgid "Display version number and exit."
26886 msgstr ""
26887
26888 #. type: =item
26889 #: ../tools/virt-edit.pl:96
26890 msgid "B<--backup extension> | B<-b extension>"
26891 msgstr ""
26892
26893 #. type: textblock
26894 #: ../tools/virt-edit.pl:98
26895 msgid ""
26896 "Create a backup of the original file I<in the guest disk image>.  The backup "
26897 "has the original filename with C<extension> added."
26898 msgstr ""
26899
26900 #. type: textblock
26901 #: ../tools/virt-edit.pl:101
26902 msgid ""
26903 "Usually the first character of C<extension> would be a dot C<.> so you would "
26904 "write:"
26905 msgstr ""
26906
26907 #. type: verbatim
26908 #: ../tools/virt-edit.pl:104
26909 #, no-wrap
26910 msgid ""
26911 " virt-edit -b .orig [etc]\n"
26912 "\n"
26913 msgstr ""
26914
26915 #. type: textblock
26916 #: ../tools/virt-edit.pl:106
26917 msgid "By default, no backup file is made."
26918 msgstr ""
26919
26920 #. type: =item
26921 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
26922 msgid "B<--connect URI> | B<-c URI>"
26923 msgstr ""
26924
26925 #. type: textblock
26926 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
26927 msgid ""
26928 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
26929 "to the default libvirt hypervisor."
26930 msgstr ""
26931
26932 #. type: textblock
26933 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
26934 msgid ""
26935 "If you specify guest block devices directly, then libvirt is not used at "
26936 "all."
26937 msgstr ""
26938
26939 #. type: =item
26940 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140 ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
26941 msgid "B<--format> raw"
26942 msgstr ""
26943
26944 #. type: textblock
26945 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
26946 msgid ""
26947 "Specify the format of disk images given on the command line.  If this is "
26948 "omitted then the format is autodetected from the content of the disk image."
26949 msgstr ""
26950
26951 #. type: textblock
26952 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
26953 msgid ""
26954 "If disk images are requested from libvirt, then this program asks libvirt "
26955 "for this information.  In this case, the value of the format parameter is "
26956 "ignored."
26957 msgstr ""
26958
26959 #. type: textblock
26960 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150 ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
26961 msgid ""
26962 "If working with untrusted raw-format guest disk images, you should ensure "
26963 "the format is always specified."
26964 msgstr ""
26965
26966 #. type: =item
26967 #: ../tools/virt-edit.pl:141
26968 msgid "B<--expr EXPR> | B<-e EXPR>"
26969 msgstr ""
26970
26971 #. type: textblock
26972 #: ../tools/virt-edit.pl:143
26973 msgid ""
26974 "Instead of launching the external editor, non-interactively apply the Perl "
26975 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
26976 "EDITING> below."
26977 msgstr ""
26978
26979 #. type: textblock
26980 #: ../tools/virt-edit.pl:147
26981 msgid ""
26982 "Be careful to properly quote the expression to prevent it from being altered "
26983 "by the shell."
26984 msgstr ""
26985
26986 #. type: =head1
26987 #: ../tools/virt-edit.pl:268
26988 msgid "NON-INTERACTIVE EDITING"
26989 msgstr ""
26990
26991 #. type: textblock
26992 #: ../tools/virt-edit.pl:270
26993 msgid ""
26994 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
26995 "administrator can interactively edit the file."
26996 msgstr ""
26997
26998 #. type: textblock
26999 #: ../tools/virt-edit.pl:273
27000 msgid ""
27001 "There are two ways also to use C<virt-edit> from scripts in order to make "
27002 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
27003 "like this, it's less error-prone to write scripts directly using the "
27004 "libguestfs API and Augeas for configuration file editing.)"
27005 msgstr ""
27006
27007 #. type: textblock
27008 #: ../tools/virt-edit.pl:279
27009 msgid ""
27010 "The first method is to temporarily set C<$EDITOR> to any script or program "
27011 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27012 "update C<tmpfile> in place however it likes."
27013 msgstr ""
27014
27015 #. type: textblock
27016 #: ../tools/virt-edit.pl:283
27017 msgid ""
27018 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27019 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27020 "instances of C<foo> with C<bar> in a file:"
27021 msgstr ""
27022
27023 #. type: verbatim
27024 #: ../tools/virt-edit.pl:287
27025 #, no-wrap
27026 msgid ""
27027 " virt-edit domname filename -e 's/foo/bar/'\n"
27028 "\n"
27029 msgstr ""
27030
27031 #. type: textblock
27032 #: ../tools/virt-edit.pl:289
27033 msgid ""
27034 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27035 "For example to delete root's password you could do:"
27036 msgstr ""
27037
27038 #. type: verbatim
27039 #: ../tools/virt-edit.pl:292
27040 #, no-wrap
27041 msgid ""
27042 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27043 "\n"
27044 msgstr ""
27045
27046 #. type: textblock
27047 #: ../tools/virt-edit.pl:294
27048 msgid ""
27049 "What really happens is that the snippet is evaluated as a Perl expression "
27050 "for each line of the file.  The line, including the final C<\\n>, is passed "
27051 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27052 msgstr ""
27053
27054 #. type: textblock
27055 #: ../tools/virt-edit.pl:299
27056 msgid ""
27057 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27058 "C<apache> user account from the password file you can do:"
27059 msgstr ""
27060
27061 #. type: verbatim
27062 #: ../tools/virt-edit.pl:302
27063 #, no-wrap
27064 msgid ""
27065 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27066 "\n"
27067 msgstr ""
27068
27069 #. type: textblock
27070 #: ../tools/virt-edit.pl:304
27071 msgid ""
27072 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27073 "the end of the file is rather difficult this way since there is no concept "
27074 "of \"last line of the file\" - your expression just doesn't get called "
27075 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27076 "want to do this."
27077 msgstr ""
27078
27079 #. type: textblock
27080 #: ../tools/virt-edit.pl:310
27081 msgid ""
27082 "The variable C<$lineno> contains the current line number.  As is "
27083 "traditional, the first line in the file is number C<1>."
27084 msgstr ""
27085
27086 #. type: textblock
27087 #: ../tools/virt-edit.pl:313
27088 msgid ""
27089 "The return value from the expression is ignored, but the expression may call "
27090 "C<die> in order to abort the whole program, leaving the original file "
27091 "untouched."
27092 msgstr ""
27093
27094 #. type: textblock
27095 #: ../tools/virt-edit.pl:317
27096 msgid ""
27097 "Remember when matching the end of a line that C<$_> may contain the final "
27098 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27099 "newline then neither of these.  Thus to match or substitute some text at the "
27100 "end of a line, use this regular expression:"
27101 msgstr ""
27102
27103 #. type: verbatim
27104 #: ../tools/virt-edit.pl:322
27105 #, no-wrap
27106 msgid ""
27107 " /some text(\\r?\\n)?$/\n"
27108 "\n"
27109 msgstr ""
27110
27111 #. type: textblock
27112 #: ../tools/virt-edit.pl:324
27113 msgid ""
27114 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27115 "C<$_> itself (since that would remove all newlines from the file):"
27116 msgstr ""
27117
27118 #. type: verbatim
27119 #: ../tools/virt-edit.pl:328
27120 #, no-wrap
27121 msgid ""
27122 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27123 "\n"
27124 msgstr ""
27125
27126 #. type: =item
27127 #: ../tools/virt-edit.pl:334
27128 msgid "C<EDITOR>"
27129 msgstr ""
27130
27131 #. type: textblock
27132 #: ../tools/virt-edit.pl:336
27133 msgid ""
27134 "If set, this string is used as the editor.  It may contain arguments, "
27135 "eg. C<\"emacs -nw\">"
27136 msgstr ""
27137
27138 #. type: textblock
27139 #: ../tools/virt-edit.pl:339
27140 msgid "If not set, C<vi> is used."
27141 msgstr ""
27142
27143 #. type: =head1
27144 #: ../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:279 ../tools/virt-make-fs.pl:527 ../tools/virt-list-partitions.pl:250
27145 msgid "SHELL QUOTING"
27146 msgstr ""
27147
27148 #. type: textblock
27149 #: ../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:281 ../tools/virt-make-fs.pl:529 ../tools/virt-list-partitions.pl:252
27150 msgid ""
27151 "Libvirt guest names can contain arbitrary characters, some of which have "
27152 "meaning to the shell such as C<#> and space.  You may need to quote or "
27153 "escape these characters on the command line.  See the shell manual page "
27154 "L<sh(1)> for details."
27155 msgstr ""
27156
27157 #. type: textblock
27158 #: ../tools/virt-edit.pl:352
27159 msgid ""
27160 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
27161 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
27162 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
27163 msgstr ""
27164
27165 #. type: =head1
27166 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:559 ../tools/virt-list-partitions.pl:269
27167 msgid "AUTHOR"
27168 msgstr ""
27169
27170 #. type: textblock
27171 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:561 ../tools/virt-list-partitions.pl:271
27172 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27173 msgstr ""
27174
27175 #. type: textblock
27176 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
27177 msgid "Copyright (C) 2009-2010 Red Hat Inc."
27178 msgstr ""
27179
27180 #. type: textblock
27181 #: ../tools/virt-win-reg.pl:37
27182 msgid ""
27183 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27184 "guest"
27185 msgstr ""
27186
27187 #. type: verbatim
27188 #: ../tools/virt-win-reg.pl:41
27189 #, no-wrap
27190 msgid ""
27191 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27192 "\n"
27193 msgstr ""
27194
27195 #. type: verbatim
27196 #: ../tools/virt-win-reg.pl:43
27197 #, no-wrap
27198 msgid ""
27199 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27200 "\n"
27201 msgstr ""
27202
27203 #. type: verbatim
27204 #: ../tools/virt-win-reg.pl:45
27205 #, no-wrap
27206 msgid ""
27207 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27208 "\n"
27209 msgstr ""
27210
27211 #. type: verbatim
27212 #: ../tools/virt-win-reg.pl:47
27213 #, no-wrap
27214 msgid ""
27215 " virt-win-reg --merge domname [input.reg ...]\n"
27216 "\n"
27217 msgstr ""
27218
27219 #. type: verbatim
27220 #: ../tools/virt-win-reg.pl:49
27221 #, no-wrap
27222 msgid ""
27223 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27224 "\n"
27225 msgstr ""
27226
27227 #. type: textblock
27228 #: ../tools/virt-win-reg.pl:53
27229 msgid ""
27230 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27231 "virtual machines.  If you do this, you I<will> get irreversible disk "
27232 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27233 "but doesn't catch all cases."
27234 msgstr ""
27235
27236 #. type: textblock
27237 #: ../tools/virt-win-reg.pl:58
27238 msgid ""
27239 "Modifying the Windows Registry is an inherently risky operation.  The format "
27240 "is deliberately obscure and undocumented, and Registry changes can leave the "
27241 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27242 "you have a reliable backup first."
27243 msgstr ""
27244
27245 #. type: textblock
27246 #: ../tools/virt-win-reg.pl:65
27247 msgid ""
27248 "This program can export and merge Windows Registry entries from a Windows "
27249 "guest."
27250 msgstr ""
27251
27252 #. type: textblock
27253 #: ../tools/virt-win-reg.pl:68
27254 msgid ""
27255 "The first parameter is the libvirt guest name or the raw disk image of a "
27256 "Windows guest."
27257 msgstr ""
27258
27259 #. type: textblock
27260 #: ../tools/virt-win-reg.pl:71
27261 msgid ""
27262 "If C<--merge> is I<not> specified, then the chosen registry key is "
27263 "displayed/exported (recursively).  For example:"
27264 msgstr ""
27265
27266 #. type: verbatim
27267 #: ../tools/virt-win-reg.pl:74
27268 #, no-wrap
27269 msgid ""
27270 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27271 "\n"
27272 msgstr ""
27273
27274 #. type: textblock
27275 #: ../tools/virt-win-reg.pl:76
27276 msgid "You can also display single values from within registry keys, for example:"
27277 msgstr ""
27278
27279 #. type: verbatim
27280 #: ../tools/virt-win-reg.pl:79
27281 #, no-wrap
27282 msgid ""
27283 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27284 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27285 " Windows 7 Enterprise\n"
27286 "\n"
27287 msgstr ""
27288
27289 #. type: textblock
27290 #: ../tools/virt-win-reg.pl:83
27291 msgid ""
27292 "With C<--merge>, you can merge a textual regedit file into the Windows "
27293 "Registry:"
27294 msgstr ""
27295
27296 #. type: verbatim
27297 #: ../tools/virt-win-reg.pl:86
27298 #, no-wrap
27299 msgid ""
27300 " $ virt-win-reg --merge Windows7 changes.reg\n"
27301 "\n"
27302 msgstr ""
27303
27304 #. type: =head1
27305 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
27306 msgid "NOTE"
27307 msgstr ""
27308
27309 #. type: textblock
27310 #: ../tools/virt-win-reg.pl:90
27311 msgid ""
27312 "This program is only meant for simple access to the registry.  If you want "
27313 "to do complicated things with the registry, we suggest you download the "
27314 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27315 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27316 "L<hivexregedit(1)>."
27317 msgstr ""
27318
27319 #. type: =item
27320 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27321 msgid "B<--debug>"
27322 msgstr ""
27323
27324 #. type: textblock
27325 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27326 msgid "Enable debugging messages."
27327 msgstr ""
27328
27329 #. type: =item
27330 #: ../tools/virt-win-reg.pl:157
27331 msgid "B<--merge>"
27332 msgstr ""
27333
27334 #. type: textblock
27335 #: ../tools/virt-win-reg.pl:159
27336 msgid ""
27337 "In merge mode, this merges a textual regedit file into the Windows Registry "
27338 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27339 "displays or exports Registry entries instead."
27340 msgstr ""
27341
27342 #. type: textblock
27343 #: ../tools/virt-win-reg.pl:163
27344 msgid ""
27345 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27346 "result in disk corruption.  However exporting (without this flag)  is always "
27347 "safe."
27348 msgstr ""
27349
27350 #. type: =item
27351 #: ../tools/virt-win-reg.pl:171
27352 msgid "B<--encoding> UTF-16LE|ASCII"
27353 msgstr ""
27354
27355 #. type: textblock
27356 #: ../tools/virt-win-reg.pl:173
27357 msgid ""
27358 "When merging (only), you may need to specify the encoding for strings to be "
27359 "used in the hive file.  This is explained in detail in "
27360 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27361 msgstr ""
27362
27363 #. type: textblock
27364 #: ../tools/virt-win-reg.pl:177
27365 msgid ""
27366 "The default is to use UTF-16LE, which should work with recent versions of "
27367 "Windows."
27368 msgstr ""
27369
27370 #. type: =head1
27371 #: ../tools/virt-win-reg.pl:402
27372 msgid "SUPPORTED SYSTEMS"
27373 msgstr ""
27374
27375 #. type: textblock
27376 #: ../tools/virt-win-reg.pl:404
27377 msgid ""
27378 "The program currently supports Windows NT-derived guests starting with "
27379 "Windows XP through to at least Windows 7."
27380 msgstr ""
27381
27382 #. type: textblock
27383 #: ../tools/virt-win-reg.pl:407
27384 msgid ""
27385 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
27386 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
27387 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
27388 msgstr ""
27389
27390 #. type: textblock
27391 #: ../tools/virt-win-reg.pl:411
27392 msgid ""
27393 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
27394 "C<HKEY_USERS>."
27395 msgstr ""
27396
27397 #. type: textblock
27398 #: ../tools/virt-win-reg.pl:414
27399 msgid ""
27400 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
27401 "time."
27402 msgstr ""
27403
27404 #. type: =head1
27405 #: ../tools/virt-win-reg.pl:417
27406 msgid "ENCODING"
27407 msgstr ""
27408
27409 #. type: textblock
27410 #: ../tools/virt-win-reg.pl:419
27411 msgid ""
27412 "C<virt-win-reg> expects that regedit files have already been reencoded in "
27413 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
27414 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
27415 "with Windows-style line endings, you may need to reencode the whole file "
27416 "before or after processing."
27417 msgstr ""
27418
27419 #. type: textblock
27420 #: ../tools/virt-win-reg.pl:425
27421 msgid ""
27422 "To reencode a file from Windows format to Linux (before processing it with "
27423 "the C<--merge> option), you would do something like this:"
27424 msgstr ""
27425
27426 #. type: verbatim
27427 #: ../tools/virt-win-reg.pl:428
27428 #, no-wrap
27429 msgid ""
27430 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
27431 "\n"
27432 msgstr ""
27433
27434 #. type: textblock
27435 #: ../tools/virt-win-reg.pl:430
27436 msgid ""
27437 "To go in the opposite direction, after exporting and before sending the file "
27438 "to a Windows user, do something like this:"
27439 msgstr ""
27440
27441 #. type: verbatim
27442 #: ../tools/virt-win-reg.pl:433
27443 #, no-wrap
27444 msgid ""
27445 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
27446 "\n"
27447 msgstr ""
27448
27449 #. type: textblock
27450 #: ../tools/virt-win-reg.pl:435
27451 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
27452 msgstr ""
27453
27454 #. type: textblock
27455 #: ../tools/virt-win-reg.pl:437
27456 msgid ""
27457 "If you are unsure about the current encoding, use the L<file(1)> command.  "
27458 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
27459 "Windows-style (CRLF) line endings, like this:"
27460 msgstr ""
27461
27462 #. type: verbatim
27463 #: ../tools/virt-win-reg.pl:441
27464 #, no-wrap
27465 msgid ""
27466 " $ file software.reg\n"
27467 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
27468 " with CRLF line terminators\n"
27469 "\n"
27470 msgstr ""
27471
27472 #. type: textblock
27473 #: ../tools/virt-win-reg.pl:445
27474 msgid "This file would need conversion before you could C<--merge> it."
27475 msgstr ""
27476
27477 #. type: =head1
27478 #: ../tools/virt-win-reg.pl:447
27479 msgid "CurrentControlSet etc."
27480 msgstr ""
27481
27482 #. type: textblock
27483 #: ../tools/virt-win-reg.pl:449
27484 msgid ""
27485 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
27486 "Registry at the level of the hive file, and therefore you cannot modify "
27487 "these."
27488 msgstr ""
27489
27490 #. type: textblock
27491 #: ../tools/virt-win-reg.pl:453
27492 msgid ""
27493 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
27494 "circumstances it might refer to another control set.  The way to find out is "
27495 "to look at the C<HKLM\\SYSTEM\\Select> key:"
27496 msgstr ""
27497
27498 #. type: verbatim
27499 #: ../tools/virt-win-reg.pl:457
27500 #, no-wrap
27501 msgid ""
27502 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
27503 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
27504 " \"Current\"=dword:00000001\n"
27505 " \"Default\"=dword:00000001\n"
27506 " \"Failed\"=dword:00000000\n"
27507 " \"LastKnownGood\"=dword:00000002\n"
27508 "\n"
27509 msgstr ""
27510
27511 #. type: textblock
27512 #: ../tools/virt-win-reg.pl:464
27513 msgid "\"Current\" is the one which Windows will choose when it boots."
27514 msgstr ""
27515
27516 #. type: textblock
27517 #: ../tools/virt-win-reg.pl:466
27518 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
27519 msgstr ""
27520
27521 #. type: =head1
27522 #: ../tools/virt-win-reg.pl:469
27523 msgid "WINDOWS TIPS"
27524 msgstr ""
27525
27526 #. type: textblock
27527 #: ../tools/virt-win-reg.pl:471
27528 msgid ""
27529 "Note that some of these tips modify the guest disk image.  The guest I<must> "
27530 "be shut off, else you will get disk corruption."
27531 msgstr ""
27532
27533 #. type: =head2
27534 #: ../tools/virt-win-reg.pl:474
27535 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
27536 msgstr ""
27537
27538 #. type: textblock
27539 #: ../tools/virt-win-reg.pl:476
27540 msgid ""
27541 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
27542 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
27543 "is uploaded into C<C:\\>:"
27544 msgstr ""
27545
27546 #. type: verbatim
27547 #: ../tools/virt-win-reg.pl:480
27548 #, no-wrap
27549 msgid ""
27550 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
27551 "\n"
27552 msgstr ""
27553
27554 #. type: textblock
27555 #: ../tools/virt-win-reg.pl:482
27556 msgid "Prepare a regedit file containing the registry change:"
27557 msgstr ""
27558
27559 #. type: verbatim
27560 #: ../tools/virt-win-reg.pl:484
27561 #, no-wrap
27562 msgid ""
27563 " cat > test.reg <<'EOF'\n"
27564 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
27565 " \"Test\"=\"c:\\\\test.bat\"\n"
27566 " EOF\n"
27567 "\n"
27568 msgstr ""
27569
27570 #. type: textblock
27571 #: ../tools/virt-win-reg.pl:489
27572 msgid ""
27573 "In this example we use the key C<RunOnce> which means that the script will "
27574 "run precisely once when the first user logs in.  If you want it to run every "
27575 "time a user logs in, replace C<RunOnce> with C<Run>."
27576 msgstr ""
27577
27578 #. type: textblock
27579 #: ../tools/virt-win-reg.pl:493
27580 msgid "Now update the registry:"
27581 msgstr ""
27582
27583 #. type: verbatim
27584 #: ../tools/virt-win-reg.pl:495
27585 #, no-wrap
27586 msgid ""
27587 " virt-win-reg --merge WindowsGuest test.reg\n"
27588 "\n"
27589 msgstr ""
27590
27591 #. type: =head2
27592 #: ../tools/virt-win-reg.pl:497
27593 msgid "INSTALLING A SERVICE"
27594 msgstr ""
27595
27596 #. type: textblock
27597 #: ../tools/virt-win-reg.pl:499
27598 msgid ""
27599 "This section assumes you are familiar with Windows services, and you either "
27600 "have a program which handles the Windows Service Control Protocol directly "
27601 "or you want to run any program using a service wrapper like SrvAny or the "
27602 "free RHSrvAny."
27603 msgstr ""
27604
27605 #. type: textblock
27606 #: ../tools/virt-win-reg.pl:504
27607 msgid ""
27608 "First upload the program and optionally the service wrapper.  In this case "
27609 "the test program is called C<test.exe> and we are using the RHSrvAny "
27610 "wrapper:"
27611 msgstr ""
27612
27613 #. type: verbatim
27614 #: ../tools/virt-win-reg.pl:508
27615 #, no-wrap
27616 msgid ""
27617 " guestfish -i -d WindowsGuest <<EOF\n"
27618 "   upload rhsrvany.exe /rhsrvany.exe\n"
27619 "   upload test.exe /test.exe\n"
27620 " EOF\n"
27621 "\n"
27622 msgstr ""
27623
27624 #. type: textblock
27625 #: ../tools/virt-win-reg.pl:513
27626 msgid ""
27627 "Prepare a regedit file containing the registry changes.  In this example, "
27628 "the first registry change is needed for the service itself or the service "
27629 "wrapper (if used).  The second registry change is only needed because I am "
27630 "using the RHSrvAny service wrapper."
27631 msgstr ""
27632
27633 #. type: verbatim
27634 #: ../tools/virt-win-reg.pl:518
27635 #, no-wrap
27636 msgid ""
27637 " cat > service.reg <<'EOF'\n"
27638 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
27639 " \"Type\"=dword:00000010\n"
27640 " \"Start\"=dword:00000002\n"
27641 " \"ErrorControl\"=dword:00000001\n"
27642 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
27643 " \"DisplayName\"=\"RHSrvAny\"\n"
27644 " \"ObjectName\"=\"NetworkService\"\n"
27645 " \n"
27646 msgstr ""
27647
27648 #. type: verbatim
27649 #: ../tools/virt-win-reg.pl:527
27650 #, no-wrap
27651 msgid ""
27652 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
27653 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
27654 " \"PWD\"=\"c:\\\\Temp\"\n"
27655 " EOF\n"
27656 "\n"
27657 msgstr ""
27658
27659 #. type: textblock
27660 #: ../tools/virt-win-reg.pl:538
27661 msgid ""
27662 "For use of C<ControlSet001> see the section above in this manual page.  You "
27663 "may need to adjust this according to the control set that is in use by the "
27664 "guest."
27665 msgstr ""
27666
27667 #. type: textblock
27668 #: ../tools/virt-win-reg.pl:544
27669 msgid ""
27670 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
27671 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
27672 "privileged account."
27673 msgstr ""
27674
27675 #. type: textblock
27676 #: ../tools/virt-win-reg.pl:550
27677 msgid ""
27678 "For the meaning of the magic numbers, see this Microsoft KB article: "
27679 "L<http://support.microsoft.com/kb/103000>."
27680 msgstr ""
27681
27682 #. type: textblock
27683 #: ../tools/virt-win-reg.pl:555
27684 msgid "Update the registry:"
27685 msgstr ""
27686
27687 #. type: verbatim
27688 #: ../tools/virt-win-reg.pl:557
27689 #, no-wrap
27690 msgid ""
27691 " virt-win-reg --merge WindowsGuest service.reg\n"
27692 "\n"
27693 msgstr ""
27694
27695 #. type: textblock
27696 #: ../tools/virt-win-reg.pl:561
27697 msgid ""
27698 "Be careful when passing parameters containing C<\\> (backslash) in the "
27699 "shell.  Usually you will have to use 'single quotes' or double backslashes "
27700 "(but not both) to protect them from the shell."
27701 msgstr ""
27702
27703 #. type: textblock
27704 #: ../tools/virt-win-reg.pl:565
27705 msgid "Paths and value names are case-insensitive."
27706 msgstr ""
27707
27708 #. type: textblock
27709 #: ../tools/virt-win-reg.pl:574
27710 msgid ""
27711 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
27712 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27713 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
27714 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27715 msgstr ""
27716
27717 #. type: textblock
27718 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:550
27719 msgid ""
27720 "When reporting bugs, please enable debugging and capture the I<complete> "
27721 "output:"
27722 msgstr ""
27723
27724 #. type: verbatim
27725 #: ../tools/virt-win-reg.pl:592
27726 #, no-wrap
27727 msgid ""
27728 " export LIBGUESTFS_DEBUG=1\n"
27729 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
27730 "\n"
27731 msgstr ""
27732
27733 #. type: textblock
27734 #: ../tools/virt-win-reg.pl:595
27735 msgid ""
27736 "Attach /tmp/virt-win-reg.log to a new bug report at "
27737 "L<https://bugzilla.redhat.com/>"
27738 msgstr ""
27739
27740 #. type: textblock
27741 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:565
27742 msgid "Copyright (C) 2010 Red Hat Inc."
27743 msgstr ""
27744
27745 #. type: textblock
27746 #: ../tools/virt-resize.pl:42
27747 msgid "virt-resize - Resize a virtual machine disk"
27748 msgstr ""
27749
27750 #. type: verbatim
27751 #: ../tools/virt-resize.pl:46
27752 #, no-wrap
27753 msgid ""
27754 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
27755 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
27756 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
27757 "\n"
27758 msgstr ""
27759
27760 #. type: textblock
27761 #: ../tools/virt-resize.pl:52
27762 msgid ""
27763 "Virt-resize is a tool which can resize a virtual machine disk, making it "
27764 "larger or smaller overall, and resizing or deleting any partitions contained "
27765 "within."
27766 msgstr ""
27767
27768 #. type: textblock
27769 #: ../tools/virt-resize.pl:56
27770 msgid ""
27771 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
27772 "not> be used on live virtual machines - for consistent results, shut the "
27773 "virtual machine down before resizing it."
27774 msgstr ""
27775
27776 #. type: textblock
27777 #: ../tools/virt-resize.pl:60
27778 msgid ""
27779 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
27780 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
27781 msgstr ""
27782
27783 #. type: textblock
27784 #: ../tools/virt-resize.pl:66
27785 msgid ""
27786 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
27787 "fill the extra 5GB of space."
27788 msgstr ""
27789
27790 #. type: verbatim
27791 #: ../tools/virt-resize.pl:69
27792 #, no-wrap
27793 msgid ""
27794 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
27795 " virt-filesystems --long --h --all -a olddisk\n"
27796 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
27797 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
27798 "\n"
27799 msgstr ""
27800
27801 #. type: textblock
27802 #: ../tools/virt-resize.pl:74
27803 msgid ""
27804 "As above, but make the /boot partition 200MB bigger, while giving the "
27805 "remaining space to /dev/sda2:"
27806 msgstr ""
27807
27808 #. type: verbatim
27809 #: ../tools/virt-resize.pl:77
27810 #, no-wrap
27811 msgid ""
27812 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
27813 "\n"
27814 msgstr ""
27815
27816 #. type: textblock
27817 #: ../tools/virt-resize.pl:79
27818 msgid "As above, but the output format will be uncompressed qcow2:"
27819 msgstr ""
27820
27821 #. type: verbatim
27822 #: ../tools/virt-resize.pl:81
27823 #, no-wrap
27824 msgid ""
27825 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
27826 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
27827 "\n"
27828 msgstr ""
27829
27830 #. type: =head1
27831 #: ../tools/virt-resize.pl:84
27832 msgid "DETAILED USAGE"
27833 msgstr ""
27834
27835 #. type: =head2
27836 #: ../tools/virt-resize.pl:86
27837 msgid "EXPANDING A VIRTUAL MACHINE DISK"
27838 msgstr ""
27839
27840 #. type: =item
27841 #: ../tools/virt-resize.pl:90
27842 msgid "1. Shut down the virtual machine"
27843 msgstr ""
27844
27845 #. type: =item
27846 #: ../tools/virt-resize.pl:92
27847 msgid "2. Locate input disk image"
27848 msgstr ""
27849
27850 #. type: textblock
27851 #: ../tools/virt-resize.pl:94
27852 msgid ""
27853 "Locate the input disk image (ie. the file or device on the host containing "
27854 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
27855 "dumpxml> like this to find the disk image name:"
27856 msgstr ""
27857
27858 #. type: verbatim
27859 #: ../tools/virt-resize.pl:98
27860 #, no-wrap
27861 msgid ""
27862 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
27863 " Found 1 nodes:\n"
27864 " -- NODE --\n"
27865 " <source dev=\"/dev/vg/lv_guest\" />\n"
27866 "\n"
27867 msgstr ""
27868
27869 #. type: =item
27870 #: ../tools/virt-resize.pl:103
27871 msgid "3. Look at current sizing"
27872 msgstr ""
27873
27874 #. type: textblock
27875 #: ../tools/virt-resize.pl:105
27876 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
27877 msgstr ""
27878
27879 #. type: verbatim
27880 #: ../tools/virt-resize.pl:108
27881 #, no-wrap
27882 msgid ""
27883 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
27884 " Name       Type       Size  Parent\n"
27885 " /dev/sda1  partition  101M  /dev/sda\n"
27886 " /dev/sda2  partition  7.9G  /dev/sda\n"
27887 " /dev/sda   device     8.0G  -\n"
27888 "\n"
27889 msgstr ""
27890
27891 #. type: textblock
27892 #: ../tools/virt-resize.pl:114
27893 msgid ""
27894 "(This example is a virtual machine with an 8 GB disk which we would like to "
27895 "expand up to 10 GB)."
27896 msgstr ""
27897
27898 #. type: =item
27899 #: ../tools/virt-resize.pl:117
27900 msgid "4. Create output disk"
27901 msgstr ""
27902
27903 #. type: textblock
27904 #: ../tools/virt-resize.pl:119
27905 msgid ""
27906 "Virt-resize cannot do in-place disk modifications.  You have to have space "
27907 "to store the resized output disk."
27908 msgstr ""
27909
27910 #. type: textblock
27911 #: ../tools/virt-resize.pl:122
27912 msgid "To store the resized disk image in a file, create a file of a suitable size:"
27913 msgstr ""
27914
27915 #. type: verbatim
27916 #: ../tools/virt-resize.pl:125
27917 #, no-wrap
27918 msgid ""
27919 " # rm -f outdisk\n"
27920 " # truncate -s 10G outdisk\n"
27921 "\n"
27922 msgstr ""
27923
27924 #. type: textblock
27925 #: ../tools/virt-resize.pl:128
27926 msgid "Or use L<lvcreate(1)> to create a logical volume:"
27927 msgstr ""
27928
27929 #. type: verbatim
27930 #: ../tools/virt-resize.pl:130
27931 #, no-wrap
27932 msgid ""
27933 " # lvcreate -L 10G -n lv_name vg_name\n"
27934 "\n"
27935 msgstr ""
27936
27937 #. type: textblock
27938 #: ../tools/virt-resize.pl:132
27939 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
27940 msgstr ""
27941
27942 #. type: verbatim
27943 #: ../tools/virt-resize.pl:134
27944 #, no-wrap
27945 msgid ""
27946 " # virsh pool-list\n"
27947 " # virsh vol-create-as poolname newvol 10G\n"
27948 "\n"
27949 msgstr ""
27950
27951 #. type: =item
27952 #: ../tools/virt-resize.pl:137
27953 msgid "5. Resize"
27954 msgstr ""
27955
27956 #. type: textblock
27957 #: ../tools/virt-resize.pl:139
27958 msgid ""
27959 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
27960 "file) and the output disk.  The output disk is the one created in the "
27961 "previous step."
27962 msgstr ""
27963
27964 #. type: verbatim
27965 #: ../tools/virt-resize.pl:143
27966 #, no-wrap
27967 msgid ""
27968 " # virt-resize indisk outdisk\n"
27969 "\n"
27970 msgstr ""
27971
27972 #. type: textblock
27973 #: ../tools/virt-resize.pl:145
27974 msgid ""
27975 "This command just copies disk image C<indisk> to disk image C<outdisk> "
27976 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
27977 "larger, then an extra, empty partition is created at the end of the disk "
27978 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
27979 "error."
27980 msgstr ""
27981
27982 #. type: textblock
27983 #: ../tools/virt-resize.pl:151
27984 msgid ""
27985 "More realistically you'd want to expand existing partitions in the disk "
27986 "image by passing extra options (for the full list see the L</OPTIONS> "
27987 "section below)."
27988 msgstr ""
27989
27990 #. type: textblock
27991 #: ../tools/virt-resize.pl:155
27992 msgid ""
27993 "L</--expand> is the most useful option.  It expands the named partition "
27994 "within the disk to fill any extra space:"
27995 msgstr ""
27996
27997 #. type: verbatim
27998 #: ../tools/virt-resize.pl:158
27999 #, no-wrap
28000 msgid ""
28001 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
28002 "\n"
28003 msgstr ""
28004
28005 #. type: textblock
28006 #: ../tools/virt-resize.pl:160
28007 msgid ""
28008 "(In this case, an extra partition is I<not> created at the end of the disk, "
28009 "because there will be no unused space)."
28010 msgstr ""
28011
28012 #. type: textblock
28013 #: ../tools/virt-resize.pl:163
28014 msgid ""
28015 "L</--resize> is the other commonly used option.  The following would "
28016 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28017 "rest of the available space:"
28018 msgstr ""
28019
28020 #. type: verbatim
28021 #: ../tools/virt-resize.pl:167
28022 #, no-wrap
28023 msgid ""
28024 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28025 "     indisk outdisk\n"
28026 "\n"
28027 msgstr ""
28028
28029 #. type: textblock
28030 #: ../tools/virt-resize.pl:170
28031 msgid ""
28032 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28033 "if virt-resize knows how, it will resize the contents, the equivalent of "
28034 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28035 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28036 "filesystems, so you would have to online resize them after booting the "
28037 "guest."
28038 msgstr ""
28039
28040 #. type: textblock
28041 #: ../tools/virt-resize.pl:177
28042 msgid "Other options are covered below."
28043 msgstr ""
28044
28045 #. type: =item
28046 #: ../tools/virt-resize.pl:179
28047 msgid "6. Test"
28048 msgstr ""
28049
28050 #. type: textblock
28051 #: ../tools/virt-resize.pl:181
28052 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28053 msgstr ""
28054
28055 #. type: textblock
28056 #: ../tools/virt-resize.pl:183
28057 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28058 msgstr ""
28059
28060 #. type: verbatim
28061 #: ../tools/virt-resize.pl:185
28062 #, no-wrap
28063 msgid ""
28064 " # virsh edit guestname\n"
28065 "\n"
28066 msgstr ""
28067
28068 #. type: textblock
28069 #: ../tools/virt-resize.pl:187
28070 msgid ""
28071 "Change E<lt>source ...E<gt>, see "
28072 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28073 msgstr ""
28074
28075 #. type: textblock
28076 #: ../tools/virt-resize.pl:190
28077 msgid "Then start up the domain with the new, resized disk:"
28078 msgstr ""
28079
28080 #. type: verbatim
28081 #: ../tools/virt-resize.pl:192
28082 #, no-wrap
28083 msgid ""
28084 " # virsh start guestname\n"
28085 "\n"
28086 msgstr ""
28087
28088 #. type: textblock
28089 #: ../tools/virt-resize.pl:194
28090 msgid ""
28091 "and check that it still works.  See also the L</NOTES> section below for "
28092 "additional information."
28093 msgstr ""
28094
28095 #. type: =item
28096 #: ../tools/virt-resize.pl:197
28097 msgid "7. Resize LVs etc inside the guest"
28098 msgstr ""
28099
28100 #. type: textblock
28101 #: ../tools/virt-resize.pl:199
28102 msgid "(This can also be done offline using L<guestfish(1)>)"
28103 msgstr ""
28104
28105 #. type: textblock
28106 #: ../tools/virt-resize.pl:201
28107 msgid ""
28108 "Once the guest has booted you should see the new space available, at least "
28109 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28110 "may need to resize LVs inside PVs, and also resize filesystem types that "
28111 "virt-resize does not know how to expand."
28112 msgstr ""
28113
28114 #. type: =head2
28115 #: ../tools/virt-resize.pl:208
28116 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28117 msgstr ""
28118
28119 #. type: textblock
28120 #: ../tools/virt-resize.pl:210
28121 msgid ""
28122 "Shrinking is somewhat more complex than expanding, and only an overview is "
28123 "given here."
28124 msgstr ""
28125
28126 #. type: textblock
28127 #: ../tools/virt-resize.pl:213
28128 msgid ""
28129 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28130 "filesystems).  The user has to shrink content before passing the disk image "
28131 "to virt-resize, and virt-resize will check that the content has been shrunk "
28132 "properly."
28133 msgstr ""
28134
28135 #. type: textblock
28136 #: ../tools/virt-resize.pl:218
28137 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28138 msgstr ""
28139
28140 #. type: textblock
28141 #: ../tools/virt-resize.pl:220
28142 msgid ""
28143 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28144 "steps 3 and 4 above to allocate a new disk image."
28145 msgstr ""
28146
28147 #. type: textblock
28148 #: ../tools/virt-resize.pl:223
28149 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28150 msgstr ""
28151
28152 #. type: =head2
28153 #: ../tools/virt-resize.pl:226
28154 msgid "IGNORING OR DELETING PARTITIONS"
28155 msgstr ""
28156
28157 #. type: textblock
28158 #: ../tools/virt-resize.pl:228
28159 msgid ""
28160 "virt-resize also gives a convenient way to ignore or delete partitions when "
28161 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28162 "up the copy where you don't care about the existing contents of a "
28163 "partition.  Deleting a partition removes it completely, but note that it "
28164 "also renumbers any partitions after the one which is deleted, which can "
28165 "leave some guests unbootable."
28166 msgstr ""
28167
28168 #. type: =head2
28169 #: ../tools/virt-resize.pl:235
28170 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28171 msgstr ""
28172
28173 #. type: textblock
28174 #: ../tools/virt-resize.pl:237
28175 msgid ""
28176 "If the input disk is in qcow2 format, then you may prefer that the output is "
28177 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28178 "the fly.  The output format is simply determined by the format of the empty "
28179 "output container that you provide.  Thus to create qcow2 output, use:"
28180 msgstr ""
28181
28182 #. type: verbatim
28183 #: ../tools/virt-resize.pl:243
28184 #, no-wrap
28185 msgid ""
28186 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28187 "\n"
28188 msgstr ""
28189
28190 #. type: textblock
28191 #: ../tools/virt-resize.pl:245
28192 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28193 msgstr ""
28194
28195 #. type: textblock
28196 #: ../tools/virt-resize.pl:247
28197 msgid "Similarly, to get non-sparse raw output use:"
28198 msgstr ""
28199
28200 #. type: verbatim
28201 #: ../tools/virt-resize.pl:249
28202 #, no-wrap
28203 msgid ""
28204 " fallocate -l size outdisk\n"
28205 "\n"
28206 msgstr ""
28207
28208 #. type: textblock
28209 #: ../tools/virt-resize.pl:251
28210 msgid ""
28211 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28212 "if=/dev/zero of=outdisk bs=1M count=..>)"
28213 msgstr ""
28214
28215 #. type: textblock
28216 #: ../tools/virt-resize.pl:264
28217 msgid "Display help."
28218 msgstr ""
28219
28220 #. type: =item
28221 #: ../tools/virt-resize.pl:278
28222 msgid "B<--resize part=size>"
28223 msgstr ""
28224
28225 #. type: textblock
28226 #: ../tools/virt-resize.pl:280
28227 msgid ""
28228 "Resize the named partition (expanding or shrinking it) so that it has the "
28229 "given size."
28230 msgstr ""
28231
28232 #. type: textblock
28233 #: ../tools/virt-resize.pl:283
28234 msgid ""
28235 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28236 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28237 "Exabytes; or as a percentage of the current size; or as a relative number or "
28238 "percentage.  For example:"
28239 msgstr ""
28240
28241 #. type: verbatim
28242 #: ../tools/virt-resize.pl:288
28243 #, no-wrap
28244 msgid ""
28245 " --resize /dev/sda2=10G\n"
28246 "\n"
28247 msgstr ""
28248
28249 #. type: verbatim
28250 #: ../tools/virt-resize.pl:290
28251 #, no-wrap
28252 msgid ""
28253 " --resize /dev/sda4=90%\n"
28254 "\n"
28255 msgstr ""
28256
28257 #. type: verbatim
28258 #: ../tools/virt-resize.pl:292
28259 #, no-wrap
28260 msgid ""
28261 " --resize /dev/sda2=+1G\n"
28262 "\n"
28263 msgstr ""
28264
28265 #. type: verbatim
28266 #: ../tools/virt-resize.pl:294
28267 #, no-wrap
28268 msgid ""
28269 " --resize /dev/sda2=-200M\n"
28270 "\n"
28271 msgstr ""
28272
28273 #. type: verbatim
28274 #: ../tools/virt-resize.pl:296
28275 #, no-wrap
28276 msgid ""
28277 " --resize /dev/sda1=+128K\n"
28278 "\n"
28279 msgstr ""
28280
28281 #. type: verbatim
28282 #: ../tools/virt-resize.pl:298
28283 #, no-wrap
28284 msgid ""
28285 " --resize /dev/sda1=+10%\n"
28286 "\n"
28287 msgstr ""
28288
28289 #. type: verbatim
28290 #: ../tools/virt-resize.pl:300
28291 #, no-wrap
28292 msgid ""
28293 " --resize /dev/sda1=-10%\n"
28294 "\n"
28295 msgstr ""
28296
28297 #. type: textblock
28298 #: ../tools/virt-resize.pl:302
28299 msgid ""
28300 "You can increase the size of any partition.  Virt-resize will expand the "
28301 "direct content of the partition if it knows how (see C<--expand> below)."
28302 msgstr ""
28303
28304 #. type: textblock
28305 #: ../tools/virt-resize.pl:306
28306 msgid ""
28307 "You can only I<decrease> the size of partitions that contain filesystems or "
28308 "PVs which have already been shrunk.  Virt-resize will check this has been "
28309 "done before proceeding, or else will print an error (see also "
28310 "C<--resize-force>)."
28311 msgstr ""
28312
28313 #. type: textblock
28314 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28315 msgid "You can give this option multiple times."
28316 msgstr ""
28317
28318 #. type: =item
28319 #: ../tools/virt-resize.pl:317
28320 msgid "B<--resize-force part=size>"
28321 msgstr ""
28322
28323 #. type: textblock
28324 #: ../tools/virt-resize.pl:319
28325 msgid ""
28326 "This is the same as C<--resize> except that it will let you decrease the "
28327 "size of any partition.  Generally this means you will lose any data which "
28328 "was at the end of the partition you shrink, but you may not care about that "
28329 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28330 "as a swap partition)."
28331 msgstr ""
28332
28333 #. type: textblock
28334 #: ../tools/virt-resize.pl:325
28335 msgid "See also the C<--ignore> option."
28336 msgstr ""
28337
28338 #. type: =item
28339 #: ../tools/virt-resize.pl:331
28340 msgid "B<--expand part>"
28341 msgstr ""
28342
28343 #. type: textblock
28344 #: ../tools/virt-resize.pl:333
28345 msgid ""
28346 "Expand the named partition so it uses up all extra space (space left over "
28347 "after any other resize changes that you request have been done)."
28348 msgstr ""
28349
28350 #. type: textblock
28351 #: ../tools/virt-resize.pl:336
28352 msgid ""
28353 "If virt-resize knows how, it will expand the direct content of the "
28354 "partition.  For example, if the partition is an LVM PV, it will expand the "
28355 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28356 "content it doesn't know about alone."
28357 msgstr ""
28358
28359 #. type: textblock
28360 #: ../tools/virt-resize.pl:341
28361 msgid "Currently virt-resize can resize:"
28362 msgstr ""
28363
28364 #. type: textblock
28365 #: ../tools/virt-resize.pl:347
28366 msgid ""
28367 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28368 "partition."
28369 msgstr ""
28370
28371 #. type: textblock
28372 #: ../tools/virt-resize.pl:352
28373 msgid ""
28374 "NTFS filesystems contained directly in a partition, if libguestfs was "
28375 "compiled with support for NTFS."
28376 msgstr ""
28377
28378 #. type: textblock
28379 #: ../tools/virt-resize.pl:355
28380 msgid ""
28381 "The filesystem must have been shut down consistently last time it was used.  "
28382 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
28383 "consistency check, so at the first boot after resizing Windows will check "
28384 "the disk."
28385 msgstr ""
28386
28387 #. type: textblock
28388 #: ../tools/virt-resize.pl:362
28389 msgid ""
28390 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
28391 "inside the PV, but see the C<--LV-expand> option.  The user could also "
28392 "resize LVs as desired after boot."
28393 msgstr ""
28394
28395 #. type: textblock
28396 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
28397 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
28398 msgstr ""
28399
28400 #. type: =item
28401 #: ../tools/virt-resize.pl:374
28402 msgid "B<--shrink part>"
28403 msgstr ""
28404
28405 #. type: textblock
28406 #: ../tools/virt-resize.pl:376
28407 msgid ""
28408 "Shrink the named partition until the overall disk image fits in the "
28409 "destination.  The named partition B<must> contain a filesystem or PV which "
28410 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
28411 "online tools).  Virt-resize will check this and give an error if it has not "
28412 "been done."
28413 msgstr ""
28414
28415 #. type: textblock
28416 #: ../tools/virt-resize.pl:382
28417 msgid ""
28418 "The amount by which the overall disk must be shrunk (after carrying out all "
28419 "other operations requested by the user) is called the \"deficit\".  For "
28420 "example, a straight copy (assume no other operations)  from a 5GB disk image "
28421 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
28422 "would give an error unless the user specified a partition to shrink and that "
28423 "partition had more than a gigabyte of free space."
28424 msgstr ""
28425
28426 #. type: =item
28427 #: ../tools/virt-resize.pl:396
28428 msgid "B<--ignore part>"
28429 msgstr ""
28430
28431 #. type: textblock
28432 #: ../tools/virt-resize.pl:398
28433 msgid ""
28434 "Ignore the named partition.  Effectively this means the partition is "
28435 "allocated on the destination disk, but the content is not copied across from "
28436 "the source disk.  The content of the partition will be blank (all zero "
28437 "bytes)."
28438 msgstr ""
28439
28440 #. type: =item
28441 #: ../tools/virt-resize.pl:409
28442 msgid "B<--delete part>"
28443 msgstr ""
28444
28445 #. type: textblock
28446 #: ../tools/virt-resize.pl:411
28447 msgid ""
28448 "Delete the named partition.  It would be more accurate to describe this as "
28449 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
28450 "the original disk image is left intact."
28451 msgstr ""
28452
28453 #. type: textblock
28454 #: ../tools/virt-resize.pl:415
28455 msgid ""
28456 "Note that when you delete a partition, then anything contained in the "
28457 "partition is also deleted.  Furthermore, this causes any partitions that "
28458 "come after to be I<renumbered>, which can easily make your guest unbootable."
28459 msgstr ""
28460
28461 #. type: =item
28462 #: ../tools/virt-resize.pl:426
28463 msgid "B<--LV-expand logvol>"
28464 msgstr ""
28465
28466 #. type: textblock
28467 #: ../tools/virt-resize.pl:428
28468 msgid ""
28469 "This takes the logical volume and, as a final step, expands it to fill all "
28470 "the space available in its volume group.  A typical usage, assuming a Linux "
28471 "guest with a single PV C</dev/sda2> and a root device called "
28472 "C</dev/vg_guest/lv_root> would be:"
28473 msgstr ""
28474
28475 #. type: verbatim
28476 #: ../tools/virt-resize.pl:433
28477 #, no-wrap
28478 msgid ""
28479 " virt-resize indisk outdisk \\\n"
28480 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
28481 "\n"
28482 msgstr ""
28483
28484 #. type: textblock
28485 #: ../tools/virt-resize.pl:436
28486 msgid ""
28487 "This would first expand the partition (and PV), and then expand the root "
28488 "device to fill the extra space in the PV."
28489 msgstr ""
28490
28491 #. type: textblock
28492 #: ../tools/virt-resize.pl:439
28493 msgid ""
28494 "The contents of the LV are also resized if virt-resize knows how to do "
28495 "that.  You can stop virt-resize from trying to expand the content by using "
28496 "the option C<--no-expand-content>."
28497 msgstr ""
28498
28499 #. type: textblock
28500 #: ../tools/virt-resize.pl:443
28501 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
28502 msgstr ""
28503
28504 #. type: textblock
28505 #: ../tools/virt-resize.pl:446
28506 msgid ""
28507 "You can give this option multiple times, I<but> it doesn't make sense to do "
28508 "this unless the logical volumes you specify are all in different volume "
28509 "groups."
28510 msgstr ""
28511
28512 #. type: =item
28513 #: ../tools/virt-resize.pl:454
28514 msgid "B<--no-copy-boot-loader>"
28515 msgstr ""
28516
28517 #. type: textblock
28518 #: ../tools/virt-resize.pl:456
28519 msgid ""
28520 "By default, virt-resize copies over some sectors at the start of the disk "
28521 "(up to the beginning of the first partition).  Commonly these sectors "
28522 "contain the Master Boot Record (MBR) and the boot loader, and are required "
28523 "in order for the guest to boot correctly."
28524 msgstr ""
28525
28526 #. type: textblock
28527 #: ../tools/virt-resize.pl:461
28528 msgid ""
28529 "If you specify this flag, then this initial copy is not done.  You may need "
28530 "to reinstall the boot loader in this case."
28531 msgstr ""
28532
28533 #. type: =item
28534 #: ../tools/virt-resize.pl:469
28535 msgid "B<--no-extra-partition>"
28536 msgstr ""
28537
28538 #. type: textblock
28539 #: ../tools/virt-resize.pl:471
28540 msgid ""
28541 "By default, virt-resize creates an extra partition if there is any extra, "
28542 "unused space after all resizing has happened.  Use this option to prevent "
28543 "the extra partition from being created.  If you do this then the extra space "
28544 "will be inaccessible until you run fdisk, parted, or some other partitioning "
28545 "tool in the guest."
28546 msgstr ""
28547
28548 #. type: textblock
28549 #: ../tools/virt-resize.pl:477
28550 msgid ""
28551 "Note that if the surplus space is smaller than 10 MB, no extra partition "
28552 "will be created."
28553 msgstr ""
28554
28555 #. type: =item
28556 #: ../tools/virt-resize.pl:484
28557 msgid "B<--no-expand-content>"
28558 msgstr ""
28559
28560 #. type: textblock
28561 #: ../tools/virt-resize.pl:486
28562 msgid ""
28563 "By default, virt-resize will try to expand the direct contents of "
28564 "partitions, if it knows how (see C<--expand> option above)."
28565 msgstr ""
28566
28567 #. type: textblock
28568 #: ../tools/virt-resize.pl:489
28569 msgid ""
28570 "If you give the C<--no-expand-content> option then virt-resize will not "
28571 "attempt this."
28572 msgstr ""
28573
28574 #. type: =item
28575 #: ../tools/virt-resize.pl:496
28576 msgid "B<-d> | B<--debug>"
28577 msgstr ""
28578
28579 #. type: =item
28580 #: ../tools/virt-resize.pl:504
28581 msgid "B<-n> | B<--dryrun>"
28582 msgstr ""
28583
28584 #. type: textblock
28585 #: ../tools/virt-resize.pl:506
28586 msgid "Print a summary of what would be done, but don't do anything."
28587 msgstr ""
28588
28589 #. type: =item
28590 #: ../tools/virt-resize.pl:512
28591 msgid "B<-q> | B<--quiet>"
28592 msgstr ""
28593
28594 #. type: textblock
28595 #: ../tools/virt-resize.pl:514
28596 msgid "Don't print the summary."
28597 msgstr ""
28598
28599 #. type: textblock
28600 #: ../tools/virt-resize.pl:522
28601 msgid ""
28602 "Specify the format of the input disk image.  If this flag is not given then "
28603 "it is auto-detected from the image itself."
28604 msgstr ""
28605
28606 #. type: textblock
28607 #: ../tools/virt-resize.pl:528
28608 msgid ""
28609 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
28610 "AND NON-SPARSE RAW FORMATS>."
28611 msgstr ""
28612
28613 #. type: =item
28614 #: ../tools/virt-resize.pl:535
28615 msgid "B<--output-format> raw"
28616 msgstr ""
28617
28618 #. type: textblock
28619 #: ../tools/virt-resize.pl:537
28620 msgid ""
28621 "Specify the format of the output disk image.  If this flag is not given then "
28622 "it is auto-detected from the image itself."
28623 msgstr ""
28624
28625 #. type: textblock
28626 #: ../tools/virt-resize.pl:543
28627 msgid ""
28628 "Note that you still need to create the output disk with the right format.  "
28629 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
28630 msgstr ""
28631
28632 #. type: =head1
28633 #: ../tools/virt-resize.pl:1419
28634 msgid "NOTES"
28635 msgstr ""
28636
28637 #. type: =head2
28638 #: ../tools/virt-resize.pl:1421
28639 msgid "\"Partition 1 does not end on cylinder boundary.\""
28640 msgstr ""
28641
28642 #. type: textblock
28643 #: ../tools/virt-resize.pl:1423
28644 msgid ""
28645 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
28646 "means the partitions will not be aligned to the ancient CHS geometry.  "
28647 "However CHS geometry is meaningless for disks manufactured since the early "
28648 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
28649 "cylinders is not required by any modern operating system."
28650 msgstr ""
28651
28652 #. type: =head2
28653 #: ../tools/virt-resize.pl:1430
28654 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
28655 msgstr ""
28656
28657 #. type: textblock
28658 #: ../tools/virt-resize.pl:1432
28659 msgid ""
28660 "In Windows Vista and later versions, Microsoft switched to using a separate "
28661 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
28662 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
28663 "the boot partition.  Doing so seems to break the guest completely.  However "
28664 "expanding the second partition (ie. C: drive) should work."
28665 msgstr ""
28666
28667 #. type: textblock
28668 #: ../tools/virt-resize.pl:1439
28669 msgid ""
28670 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
28671 "NTFS partitions have been expanded.  This is just a safety check and (unless "
28672 "it find errors) is nothing to worry about."
28673 msgstr ""
28674
28675 #. type: =head2
28676 #: ../tools/virt-resize.pl:1443
28677 msgid "GUEST BOOT STUCK AT \"GRUB\""
28678 msgstr ""
28679
28680 #. type: textblock
28681 #: ../tools/virt-resize.pl:1445
28682 msgid ""
28683 "If a Linux guest does not boot after resizing, and the boot is stuck after "
28684 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
28685 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
28686 "although we think is to do with partition alignment."
28687 msgstr ""
28688
28689 #. type: verbatim
28690 #: ../tools/virt-resize.pl:1450
28691 #, no-wrap
28692 msgid ""
28693 " guestfish -i -a newdisk\n"
28694 " ><fs> cat /boot/grub/device.map\n"
28695 " # check the contents of this file are sensible or\n"
28696 " # edit the file if necessary\n"
28697 " ><fs> grub-install / /dev/vda\n"
28698 " ><fs> exit\n"
28699 "\n"
28700 msgstr ""
28701
28702 #. type: textblock
28703 #: ../tools/virt-resize.pl:1457
28704 msgid ""
28705 "For more flexible guest reconfiguration, including if you need to specify "
28706 "other parameters to grub-install, use L<virt-rescue(1)>."
28707 msgstr ""
28708
28709 #. type: =head1
28710 #: ../tools/virt-resize.pl:1460
28711 msgid "ALTERNATIVE TOOLS"
28712 msgstr ""
28713
28714 #. type: textblock
28715 #: ../tools/virt-resize.pl:1462
28716 msgid ""
28717 "There are several proprietary tools for resizing partitions.  We won't "
28718 "mention any here."
28719 msgstr ""
28720
28721 #. type: textblock
28722 #: ../tools/virt-resize.pl:1465
28723 msgid ""
28724 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
28725 "operations on disk images.  They can resize and move partitions, but I don't "
28726 "think they can do anything with the contents, and they certainly don't "
28727 "understand LVM."
28728 msgstr ""
28729
28730 #. type: textblock
28731 #: ../tools/virt-resize.pl:1470
28732 msgid ""
28733 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
28734 "but at a much lower level.  You will probably end up hand-calculating sector "
28735 "offsets, which is something that virt-resize was designed to avoid.  If you "
28736 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
28737 "C<--debug> flag."
28738 msgstr ""
28739
28740 #. type: textblock
28741 #: ../tools/virt-resize.pl:1485
28742 msgid ""
28743 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
28744 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
28745 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
28746 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
28747 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28748 msgstr ""
28749
28750 #. type: textblock
28751 #: ../tools/virt-list-filesystems.pl:32
28752 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
28753 msgstr ""
28754
28755 #. type: verbatim
28756 #: ../tools/virt-list-filesystems.pl:36
28757 #, no-wrap
28758 msgid ""
28759 " virt-list-filesystems [--options] domname\n"
28760 "\n"
28761 msgstr ""
28762
28763 #. type: verbatim
28764 #: ../tools/virt-list-filesystems.pl:38
28765 #, no-wrap
28766 msgid ""
28767 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
28768 "\n"
28769 msgstr ""
28770
28771 #. type: textblock
28772 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
28773 msgid ""
28774 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
28775 "replacement."
28776 msgstr ""
28777
28778 #. type: textblock
28779 #: ../tools/virt-list-filesystems.pl:45
28780 msgid ""
28781 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
28782 "are contained in a virtual machine or disk image."
28783 msgstr ""
28784
28785 #. type: textblock
28786 #: ../tools/virt-list-filesystems.pl:49
28787 msgid ""
28788 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
28789 "functionality.  For more complex cases you should look at the "
28790 "L<guestfish(1)> tool."
28791 msgstr ""
28792
28793 #. type: =item
28794 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
28795 msgid "B<-l> | B<--long>"
28796 msgstr ""
28797
28798 #. type: textblock
28799 #: ../tools/virt-list-filesystems.pl:108
28800 msgid ""
28801 "With this option, C<virt-list-filesystems> displays the type of each "
28802 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
28803 msgstr ""
28804
28805 #. type: =item
28806 #: ../tools/virt-list-filesystems.pl:115
28807 msgid "B<-a> | B<--all>"
28808 msgstr ""
28809
28810 #. type: textblock
28811 #: ../tools/virt-list-filesystems.pl:117
28812 msgid ""
28813 "Normally we only show mountable filesystems.  If this option is given then "
28814 "swap devices are shown too."
28815 msgstr ""
28816
28817 #. type: textblock
28818 #: ../tools/virt-list-filesystems.pl:191
28819 msgid ""
28820 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
28821 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
28822 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28823 msgstr ""
28824
28825 #. type: textblock
28826 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
28827 msgid "Copyright (C) 2009 Red Hat Inc."
28828 msgstr ""
28829
28830 #. type: textblock
28831 #: ../tools/virt-tar.pl:33
28832 msgid "virt-tar - Extract or upload files to a virtual machine"
28833 msgstr ""
28834
28835 #. type: verbatim
28836 #: ../tools/virt-tar.pl:37
28837 #, no-wrap
28838 msgid ""
28839 " virt-tar [--options] -x domname directory tarball\n"
28840 "\n"
28841 msgstr ""
28842
28843 #. type: verbatim
28844 #: ../tools/virt-tar.pl:39
28845 #, no-wrap
28846 msgid ""
28847 " virt-tar [--options] -u domname tarball directory\n"
28848 "\n"
28849 msgstr ""
28850
28851 #. type: verbatim
28852 #: ../tools/virt-tar.pl:41
28853 #, no-wrap
28854 msgid ""
28855 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
28856 "\n"
28857 msgstr ""
28858
28859 #. type: verbatim
28860 #: ../tools/virt-tar.pl:43
28861 #, no-wrap
28862 msgid ""
28863 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
28864 "\n"
28865 msgstr ""
28866
28867 #. type: textblock
28868 #: ../tools/virt-tar.pl:47
28869 msgid ""
28870 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
28871 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
28872 msgstr ""
28873
28874 #. type: textblock
28875 #: ../tools/virt-tar.pl:52
28876 msgid "Download C</home> from the VM into a local tarball:"
28877 msgstr ""
28878
28879 #. type: verbatim
28880 #: ../tools/virt-tar.pl:54
28881 #, no-wrap
28882 msgid ""
28883 " virt-tar -x domname /home home.tar\n"
28884 "\n"
28885 msgstr ""
28886
28887 #. type: verbatim
28888 #: ../tools/virt-tar.pl:56
28889 #, no-wrap
28890 msgid ""
28891 " virt-tar -zx domname /home home.tar.gz\n"
28892 "\n"
28893 msgstr ""
28894
28895 #. type: textblock
28896 #: ../tools/virt-tar.pl:58
28897 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
28898 msgstr ""
28899
28900 #. type: verbatim
28901 #: ../tools/virt-tar.pl:60
28902 #, no-wrap
28903 msgid ""
28904 " virt-tar -u domname uploadstuff.tar /tmp\n"
28905 "\n"
28906 msgstr ""
28907
28908 #. type: verbatim
28909 #: ../tools/virt-tar.pl:62
28910 #, no-wrap
28911 msgid ""
28912 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
28913 "\n"
28914 msgstr ""
28915
28916 #. type: textblock
28917 #: ../tools/virt-tar.pl:66
28918 msgid ""
28919 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
28920 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
28921 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
28922 msgstr ""
28923
28924 #. type: textblock
28925 #: ../tools/virt-tar.pl:71
28926 msgid ""
28927 "You can use C<-x> (extract) on live virtual machines, but you might get "
28928 "inconsistent results or errors if there is filesystem activity inside the "
28929 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
28930 "work, but the only way to guarantee consistent results is if the virtual "
28931 "machine is shut down."
28932 msgstr ""
28933
28934 #. type: textblock
28935 #: ../tools/virt-tar.pl:79
28936 msgid ""
28937 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
28938 "parts of a guest filesystem.  There are many possibilities: making backups, "
28939 "uploading data files, snooping on guest activity, fixing or customizing "
28940 "guests, etc."
28941 msgstr ""
28942
28943 #. type: textblock
28944 #: ../tools/virt-tar.pl:84
28945 msgid ""
28946 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
28947 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
28948 "should look at the L<guestfish(1)> tool."
28949 msgstr ""
28950
28951 #. type: textblock
28952 #: ../tools/virt-tar.pl:88
28953 msgid ""
28954 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
28955 "its contents (recursively) from the virtual machine into a local tarball.  "
28956 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
28957 "virtual machine.  You cannot use these two options together."
28958 msgstr ""
28959
28960 #. type: textblock
28961 #: ../tools/virt-tar.pl:94
28962 msgid ""
28963 "In addition, you may need to use the C<-z> (gZip) option to enable "
28964 "compression.  When uploading, you have to specify C<-z> if the upload file "
28965 "is compressed because virt-tar won't detect this on its own."
28966 msgstr ""
28967
28968 #. type: textblock
28969 #: ../tools/virt-tar.pl:98
28970 msgid ""
28971 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
28972 "example it cannot do PKZip files or bzip2 compression.  If you want that "
28973 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
28974 "the L<libguestfs(3)> API)."
28975 msgstr ""
28976
28977 #. type: =item
28978 #: ../tools/virt-tar.pl:156
28979 msgid "B<-x> | B<--extract> | B<--download>"
28980 msgstr ""
28981
28982 #. type: =item
28983 #: ../tools/virt-tar.pl:158
28984 msgid "B<-u> | B<--upload>"
28985 msgstr ""
28986
28987 #. type: textblock
28988 #: ../tools/virt-tar.pl:160
28989 msgid ""
28990 "Use C<-x> to extract (download) a directory from a virtual machine to a "
28991 "local tarball."
28992 msgstr ""
28993
28994 #. type: textblock
28995 #: ../tools/virt-tar.pl:163
28996 msgid ""
28997 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
28998 "Please read the L</WARNING> section above before using this option."
28999 msgstr ""
29000
29001 #. type: textblock
29002 #: ../tools/virt-tar.pl:167
29003 msgid "You must specify exactly one of these options."
29004 msgstr ""
29005
29006 #. type: =item
29007 #: ../tools/virt-tar.pl:173
29008 msgid "B<-z> | B<--gzip>"
29009 msgstr ""
29010
29011 #. type: textblock
29012 #: ../tools/virt-tar.pl:175
29013 msgid "Specify that the input or output tarball is gzip-compressed."
29014 msgstr ""
29015
29016 #. type: textblock
29017 #: ../tools/virt-tar.pl:288
29018 msgid ""
29019 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29020 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29021 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29022 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29023 msgstr ""
29024
29025 #. type: textblock
29026 #: ../tools/virt-make-fs.pl:37
29027 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29028 msgstr ""
29029
29030 #. type: verbatim
29031 #: ../tools/virt-make-fs.pl:41
29032 #, no-wrap
29033 msgid ""
29034 " virt-make-fs [--options] input.tar output.img\n"
29035 "\n"
29036 msgstr ""
29037
29038 #. type: verbatim
29039 #: ../tools/virt-make-fs.pl:43
29040 #, no-wrap
29041 msgid ""
29042 " virt-make-fs [--options] input.tar.gz output.img\n"
29043 "\n"
29044 msgstr ""
29045
29046 #. type: verbatim
29047 #: ../tools/virt-make-fs.pl:45
29048 #, no-wrap
29049 msgid ""
29050 " virt-make-fs [--options] directory output.img\n"
29051 "\n"
29052 msgstr ""
29053
29054 #. type: textblock
29055 #: ../tools/virt-make-fs.pl:49
29056 msgid ""
29057 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29058 "archive or some files in a directory.  It is similar to tools like "
29059 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29060 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29061 "useful if you want to attach these filesystems to existing virtual machines "
29062 "(eg. to import large amounts of read-only data to a VM)."
29063 msgstr ""
29064
29065 #. type: textblock
29066 #: ../tools/virt-make-fs.pl:57
29067 msgid "Basic usage is:"
29068 msgstr ""
29069
29070 #. type: verbatim
29071 #: ../tools/virt-make-fs.pl:59
29072 #, no-wrap
29073 msgid ""
29074 " virt-make-fs input output\n"
29075 "\n"
29076 msgstr ""
29077
29078 #. type: textblock
29079 #: ../tools/virt-make-fs.pl:61
29080 msgid ""
29081 "where C<input> is either a directory containing files that you want to add, "
29082 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29083 "C<output> is a disk image.  The input type is detected automatically.  The "
29084 "output disk image defaults to a raw ext2 image unless you specify extra "
29085 "flags (see L</OPTIONS> below)."
29086 msgstr ""
29087
29088 #. type: =head2
29089 #: ../tools/virt-make-fs.pl:67
29090 msgid "EXTRA SPACE"
29091 msgstr ""
29092
29093 #. type: textblock
29094 #: ../tools/virt-make-fs.pl:69
29095 msgid ""
29096 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29097 "the files that it contains, but might have extra space.  Depending on how "
29098 "you are going to use the output, you might think this extra space is wasted "
29099 "and want to minimize it, or you might want to leave space so that more files "
29100 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29101 "but you can use the C<--size> flag to leave space in the filesystem if you "
29102 "want it."
29103 msgstr ""
29104
29105 #. type: textblock
29106 #: ../tools/virt-make-fs.pl:77
29107 msgid ""
29108 "An alternative way to leave extra space but not make the output image any "
29109 "bigger is to use an alternative disk image format (instead of the default "
29110 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29111 "image format (check your hypervisor supports this before using it).  This "
29112 "allows you to choose a large C<--size> but the extra space won't actually be "
29113 "allocated in the image until you try to store something in it."
29114 msgstr ""
29115
29116 #. type: textblock
29117 #: ../tools/virt-make-fs.pl:85
29118 msgid ""
29119 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29120 "and L<virt-resize(1)> to resize existing filesystems, or rerun "
29121 "virt-make-resize to build another image from scratch."
29122 msgstr ""
29123
29124 #. type: =head3
29125 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29126 msgid "EXAMPLE"
29127 msgstr ""
29128
29129 #. type: verbatim
29130 #: ../tools/virt-make-fs.pl:91
29131 #, no-wrap
29132 msgid ""
29133 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29134 "\n"
29135 msgstr ""
29136
29137 #. type: =head2
29138 #: ../tools/virt-make-fs.pl:93
29139 msgid "FILESYSTEM TYPE"
29140 msgstr ""
29141
29142 #. type: textblock
29143 #: ../tools/virt-make-fs.pl:95
29144 msgid ""
29145 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29146 "libguestfs supports can be used (but I<not> read-only formats like "
29147 "ISO9660).  Here are some of the more common choices:"
29148 msgstr ""
29149
29150 #. type: =item
29151 #: ../tools/virt-make-fs.pl:101
29152 msgid "I<ext3>"
29153 msgstr ""
29154
29155 #. type: textblock
29156 #: ../tools/virt-make-fs.pl:103
29157 msgid ""
29158 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29159 "you are not going to use the filesystem in a way that requires the journal, "
29160 "then this is just wasted overhead."
29161 msgstr ""
29162
29163 #. type: =item
29164 #: ../tools/virt-make-fs.pl:107
29165 msgid "I<ntfs> or I<vfat>"
29166 msgstr ""
29167
29168 #. type: textblock
29169 #: ../tools/virt-make-fs.pl:109
29170 msgid "Useful if exporting data to a Windows guest."
29171 msgstr ""
29172
29173 #. type: textblock
29174 #: ../tools/virt-make-fs.pl:111
29175 msgid ""
29176 "I<Note for vfat>: The tar archive or local directory must only contain files "
29177 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29178 "program running within libguestfs is unable to change the ownership of "
29179 "non-root files, since vfat itself does not support this."
29180 msgstr ""
29181
29182 #. type: =item
29183 #: ../tools/virt-make-fs.pl:116
29184 msgid "I<minix>"
29185 msgstr ""
29186
29187 #. type: textblock
29188 #: ../tools/virt-make-fs.pl:118
29189 msgid ""
29190 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29191 "total filesystem size."
29192 msgstr ""
29193
29194 #. type: verbatim
29195 #: ../tools/virt-make-fs.pl:125
29196 #, no-wrap
29197 msgid ""
29198 " virt-make-fs --type=minix input minixfs.img\n"
29199 "\n"
29200 msgstr ""
29201
29202 #. type: =head2
29203 #: ../tools/virt-make-fs.pl:127
29204 msgid "TO PARTITION OR NOT TO PARTITION"
29205 msgstr ""
29206
29207 #. type: textblock
29208 #: ../tools/virt-make-fs.pl:129
29209 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29210 msgstr ""
29211
29212 #. type: textblock
29213 #: ../tools/virt-make-fs.pl:131
29214 msgid ""
29215 "Adding a partition can make the disk image more compatible with certain "
29216 "virtualized operating systems which don't expect to see a filesystem "
29217 "directly located on a block device (Linux doesn't care and will happily "
29218 "handle both types)."
29219 msgstr ""
29220
29221 #. type: textblock
29222 #: ../tools/virt-make-fs.pl:136
29223 msgid ""
29224 "On the other hand, if you have a partition table then the output image is no "
29225 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29226 "directly on a partitioned disk image.  (However libguestfs tools such as "
29227 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29228 msgstr ""
29229
29230 #. type: textblock
29231 #: ../tools/virt-make-fs.pl:144
29232 msgid "Add an MBR partition:"
29233 msgstr ""
29234
29235 #. type: verbatim
29236 #: ../tools/virt-make-fs.pl:146
29237 #, no-wrap
29238 msgid ""
29239 " virt-make-fs --partition -- input disk.img\n"
29240 "\n"
29241 msgstr ""
29242
29243 #. type: textblock
29244 #: ../tools/virt-make-fs.pl:148
29245 msgid ""
29246 "If the output disk image could be terabyte-sized or larger, it's better to "
29247 "use an EFI/GPT-compatible partition table:"
29248 msgstr ""
29249
29250 #. type: verbatim
29251 #: ../tools/virt-make-fs.pl:151
29252 #, no-wrap
29253 msgid ""
29254 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29255 "\n"
29256 msgstr ""
29257
29258 #. type: textblock
29259 #: ../tools/virt-make-fs.pl:179
29260 msgid "Enable debugging information."
29261 msgstr ""
29262
29263 #. type: =item
29264 #: ../tools/virt-make-fs.pl:185
29265 msgid "B<--size=E<lt>NE<gt>>"
29266 msgstr ""
29267
29268 #. type: =item
29269 #: ../tools/virt-make-fs.pl:187
29270 msgid "B<--size=+E<lt>NE<gt>>"
29271 msgstr ""
29272
29273 #. type: =item
29274 #: ../tools/virt-make-fs.pl:189
29275 msgid "B<-s E<lt>NE<gt>>"
29276 msgstr ""
29277
29278 #. type: =item
29279 #: ../tools/virt-make-fs.pl:191
29280 msgid "B<-s +E<lt>NE<gt>>"
29281 msgstr ""
29282
29283 #. type: textblock
29284 #: ../tools/virt-make-fs.pl:193
29285 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29286 msgstr ""
29287
29288 #. type: textblock
29289 #: ../tools/virt-make-fs.pl:196
29290 msgid ""
29291 "If this option is I<not> given, then the output image will be just large "
29292 "enough to contain all the files, with not much wasted space."
29293 msgstr ""
29294
29295 #. type: textblock
29296 #: ../tools/virt-make-fs.pl:199
29297 msgid ""
29298 "To choose a fixed size output disk, specify an absolute number followed by "
29299 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29300 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29301 "files, else you will get an error."
29302 msgstr ""
29303
29304 #. type: textblock
29305 #: ../tools/virt-make-fs.pl:204
29306 msgid ""
29307 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29308 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29309 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29310 "the input files, and (approximately) an extra 200 MB free space."
29311 msgstr ""
29312
29313 #. type: textblock
29314 #: ../tools/virt-make-fs.pl:210
29315 msgid ""
29316 "Note that virt-make-fs estimates free space, and therefore will not produce "
29317 "filesystems containing precisely the free space requested.  (It is much more "
29318 "expensive and time-consuming to produce a filesystem which has precisely the "
29319 "desired free space)."
29320 msgstr ""
29321
29322 #. type: =item
29323 #: ../tools/virt-make-fs.pl:219
29324 msgid "B<--format=E<lt>fmtE<gt>>"
29325 msgstr ""
29326
29327 #. type: =item
29328 #: ../tools/virt-make-fs.pl:221
29329 msgid "B<-F E<lt>fmtE<gt>>"
29330 msgstr ""
29331
29332 #. type: textblock
29333 #: ../tools/virt-make-fs.pl:223
29334 msgid "Choose the output disk image format."
29335 msgstr ""
29336
29337 #. type: textblock
29338 #: ../tools/virt-make-fs.pl:225
29339 msgid "The default is C<raw> (raw disk image)."
29340 msgstr ""
29341
29342 #. type: textblock
29343 #: ../tools/virt-make-fs.pl:227
29344 msgid ""
29345 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29346 "that would really make sense here is C<qcow2>."
29347 msgstr ""
29348
29349 #. type: =item
29350 #: ../tools/virt-make-fs.pl:234
29351 msgid "B<--type=E<lt>fsE<gt>>"
29352 msgstr ""
29353
29354 #. type: =item
29355 #: ../tools/virt-make-fs.pl:236
29356 msgid "B<-t E<lt>fsE<gt>>"
29357 msgstr ""
29358
29359 #. type: textblock
29360 #: ../tools/virt-make-fs.pl:238
29361 msgid "Choose the output filesystem type."
29362 msgstr ""
29363
29364 #. type: textblock
29365 #: ../tools/virt-make-fs.pl:240
29366 msgid "The default is C<ext2>."
29367 msgstr ""
29368
29369 #. type: textblock
29370 #: ../tools/virt-make-fs.pl:242
29371 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29372 msgstr ""
29373
29374 #. type: =item
29375 #: ../tools/virt-make-fs.pl:249
29376 msgid "B<--partition>"
29377 msgstr ""
29378
29379 #. type: =item
29380 #: ../tools/virt-make-fs.pl:251
29381 msgid "B<--partition=E<lt>parttypeE<gt>>"
29382 msgstr ""
29383
29384 #. type: textblock
29385 #: ../tools/virt-make-fs.pl:253
29386 msgid ""
29387 "If specified, this flag adds an MBR partition table to the output disk "
29388 "image."
29389 msgstr ""
29390
29391 #. type: textblock
29392 #: ../tools/virt-make-fs.pl:256
29393 msgid ""
29394 "You can change the partition table type, eg. C<--partition=gpt> for large "
29395 "disks."
29396 msgstr ""
29397
29398 #. type: textblock
29399 #: ../tools/virt-make-fs.pl:259
29400 msgid ""
29401 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29402 "might consider the next parameter to be the partition type.  For example:"
29403 msgstr ""
29404
29405 #. type: verbatim
29406 #: ../tools/virt-make-fs.pl:263
29407 #, no-wrap
29408 msgid ""
29409 " virt-make-fs --partition input.tar ...\n"
29410 "\n"
29411 msgstr ""
29412
29413 #. type: textblock
29414 #: ../tools/virt-make-fs.pl:265
29415 msgid ""
29416 "would cause virt-make-fs to think you wanted to use a partition type of "
29417 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29418 "dash) between options and the input file argument:"
29419 msgstr ""
29420
29421 #. type: verbatim
29422 #: ../tools/virt-make-fs.pl:269
29423 #, no-wrap
29424 msgid ""
29425 " virt-make-fs --partition -- input.tar ...\n"
29426 "\n"
29427 msgstr ""
29428
29429 #. type: textblock
29430 #: ../tools/virt-make-fs.pl:536
29431 msgid ""
29432 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
29433 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29434 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29435 msgstr ""
29436
29437 #. type: verbatim
29438 #: ../tools/virt-make-fs.pl:553
29439 #, no-wrap
29440 msgid ""
29441 " export LIBGUESTFS_DEBUG=1\n"
29442 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29443 "\n"
29444 msgstr ""
29445
29446 #. type: textblock
29447 #: ../tools/virt-make-fs.pl:556
29448 msgid ""
29449 "Attach /tmp/virt-make-fs.log to a new bug report at "
29450 "L<https://bugzilla.redhat.com/>"
29451 msgstr ""
29452
29453 #. type: textblock
29454 #: ../tools/virt-list-partitions.pl:32
29455 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29456 msgstr ""
29457
29458 #. type: verbatim
29459 #: ../tools/virt-list-partitions.pl:36
29460 #, no-wrap
29461 msgid ""
29462 " virt-list-partitions [--options] domname\n"
29463 "\n"
29464 msgstr ""
29465
29466 #. type: verbatim
29467 #: ../tools/virt-list-partitions.pl:38
29468 #, no-wrap
29469 msgid ""
29470 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29471 "\n"
29472 msgstr ""
29473
29474 #. type: textblock
29475 #: ../tools/virt-list-partitions.pl:45
29476 msgid ""
29477 "C<virt-list-partitions> is a command line tool to list the partitions that "
29478 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29479 "first step to using L<virt-resize(1)>."
29480 msgstr ""
29481
29482 #. type: textblock
29483 #: ../tools/virt-list-partitions.pl:50
29484 msgid ""
29485 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29486 "functionality.  For more complex cases you should look at the "
29487 "L<guestfish(1)> tool."
29488 msgstr ""
29489
29490 #. type: =item
29491 #: ../tools/virt-list-partitions.pl:107
29492 msgid "B<-h> | B<--human-readable>"
29493 msgstr ""
29494
29495 #. type: textblock
29496 #: ../tools/virt-list-partitions.pl:109
29497 msgid "Show sizes in human-readable form (eg. \"1G\")."
29498 msgstr ""
29499
29500 #. type: textblock
29501 #: ../tools/virt-list-partitions.pl:117
29502 msgid ""
29503 "With this option, C<virt-list-partitions> displays the type and size of each "
29504 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29505 msgstr ""
29506
29507 #. type: =item
29508 #: ../tools/virt-list-partitions.pl:124
29509 msgid "B<-t> | B<--total>"
29510 msgstr ""
29511
29512 #. type: textblock
29513 #: ../tools/virt-list-partitions.pl:126
29514 msgid "Display the total size of each block device (as a separate row or rows)."
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-list-partitions.pl:259
29519 msgid ""
29520 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
29521 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
29522 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29523 msgstr ""