Version 1.9.16.
[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.16\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-04-01 20:21+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 " \n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1088 ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101 ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136 ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166 ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178 ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669 ../src/guestfs.pod:1770 ../src/guestfs.pod:1775 ../src/guestfs.pod:1779 ../src/guestfs.pod:1789 ../src/guestfs.pod:2023 ../src/guestfs.pod:2028 ../src/guestfs.pod:2034 ../src/guestfs.pod:2042 ../src/guestfs.pod:2396 ../src/guestfs.pod:2402 ../src/guestfs.pod:2407 ../src/guestfs.pod:2413 ../src/guestfs.pod:2878 ../src/guestfs.pod:2882 ../src/guestfs.pod:2886 ../src/guestfs.pod:2890 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600 ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608 ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620 ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628 ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784 ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859 ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868 ../fish/guestfish.pod:443 ../fish/guestfish.pod:447 ../fish/guestfish.pod:451 ../fish/guestfish.pod:455 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076 ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084 ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096 ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110 ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118 ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222 ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268 ../fish/guestfish-actions.pod:1273 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1281 ../src/guestfs.pod:1412 ../src/guestfs.pod:2441
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416 ../src/guestfs.pod:2466
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1422
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1112 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1113 "version 1.5.3 the most frequently used part of this library has been "
1114 "rewritten in C and moved into the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:559
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:562
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:571
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:577
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:584
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:588
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:591
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:595
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:599
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:603
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head3
1212 #: ../src/guestfs.pod:612
1213 msgid "INSPECTING INSTALL DISKS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:614
1218 msgid ""
1219 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1220 "CDs and more."
1221 msgstr ""
1222
1223 #. type: textblock
1224 #: ../src/guestfs.pod:617
1225 msgid ""
1226 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1227 "system, which currently can be C<installed> (a regular operating system) or "
1228 "C<installer> (some sort of install disk)."
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:621
1233 msgid ""
1234 "Further information is available about the operating system that can be "
1235 "installed using the regular inspection APIs like "
1236 "L</guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> "
1237 "etc."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:626
1242 msgid ""
1243 "Some additional information specific to installer disks is also available "
1244 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and "
1245 "L</guestfs_inspect_is_multipart> calls."
1246 msgstr ""
1247
1248 #. type: =head2
1249 #: ../src/guestfs.pod:631
1250 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1251 msgstr ""
1252
1253 #. type: textblock
1254 #: ../src/guestfs.pod:633
1255 msgid ""
1256 "Libguestfs can mount NTFS partitions.  It does this using the "
1257 "L<http://www.ntfs-3g.org/> driver."
1258 msgstr ""
1259
1260 #. type: =head3
1261 #: ../src/guestfs.pod:636
1262 msgid "DRIVE LETTERS AND PATHS"
1263 msgstr ""
1264
1265 #. type: textblock
1266 #: ../src/guestfs.pod:638
1267 msgid ""
1268 "DOS and Windows still use drive letters, and the filesystems are always "
1269 "treated as case insensitive by Windows itself, and therefore you might find "
1270 "a Windows configuration file referring to a path like "
1271 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1272 "that directory might be referred to as C</WINDOWS/System32>."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:644
1277 msgid ""
1278 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1279 "libguestfs to read the appropriate Windows Registry and configuration files, "
1280 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1281 "L<virt-inspector(1)>)."
1282 msgstr ""
1283
1284 #. type: textblock
1285 #: ../src/guestfs.pod:649
1286 msgid ""
1287 "Replacing backslash characters with forward slash characters is also outside "
1288 "the scope of libguestfs, but something that you can easily do."
1289 msgstr ""
1290
1291 #. type: textblock
1292 #: ../src/guestfs.pod:652
1293 msgid ""
1294 "Where we can help is in resolving the case insensitivity of paths.  For "
1295 "this, call L</guestfs_case_sensitive_path>."
1296 msgstr ""
1297
1298 #. type: =head3
1299 #: ../src/guestfs.pod:655
1300 msgid "ACCESSING THE WINDOWS REGISTRY"
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: ../src/guestfs.pod:657
1305 msgid ""
1306 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1307 "files, through the library C<hivex> which is part of the libguestfs project "
1308 "although ships as a separate tarball.  You have to locate and download the "
1309 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1310 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1311 "L<virt-win-reg(1)> for more help on this issue."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1323 "provide something which looks like a Linux symlink.  The way it tries to do "
1324 "the rewriting is described here:"
1325 msgstr ""
1326
1327 #. type: textblock
1328 #: ../src/guestfs.pod:671
1329 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1330 msgstr ""
1331
1332 #. type: textblock
1333 #: ../src/guestfs.pod:673
1334 msgid ""
1335 "The essential problem is that ntfs-3g simply does not have enough "
1336 "information to do a correct job.  NTFS links can contain drive letters and "
1337 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1338 "It is almost certainly the case that libguestfs callers should ignore what "
1339 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1340 msgstr ""
1341
1342 #. type: textblock
1343 #: ../src/guestfs.pod:680
1344 msgid ""
1345 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1346 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1347 "attribute, and read the raw reparse data from that (you can find the format "
1348 "documented in various places around the web)."
1349 msgstr ""
1350
1351 #. type: =head3
1352 #: ../src/guestfs.pod:685
1353 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1354 msgstr ""
1355
1356 #. type: textblock
1357 #: ../src/guestfs.pod:687
1358 msgid ""
1359 "There are other useful extended attributes that can be read from ntfs-3g "
1360 "filesystems (using L</guestfs_getxattr>).  See:"
1361 msgstr ""
1362
1363 #. type: textblock
1364 #: ../src/guestfs.pod:690
1365 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1366 msgstr ""
1367
1368 #. type: =head2
1369 #: ../src/guestfs.pod:692
1370 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "Although we don't want to discourage you from using the C API, we will "
1377 "mention here that the same API is also available in other languages."
1378 msgstr ""
1379
1380 #. type: textblock
1381 #: ../src/guestfs.pod:697
1382 msgid ""
1383 "The API is broadly identical in all supported languages.  This means that "
1384 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1385 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1386 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1387 "each language."
1388 msgstr ""
1389
1390 #. type: textblock
1391 #: ../src/guestfs.pod:703
1392 msgid ""
1393 "Error messages are automatically transformed into exceptions if the language "
1394 "supports it."
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:706
1399 msgid ""
1400 "We don't try to \"object orientify\" parts of the API in OO languages, "
1401 "although contributors are welcome to write higher level APIs above what we "
1402 "provide in their favourite languages if they wish."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:712
1407 msgid "B<C++>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:714
1412 msgid ""
1413 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1414 "identical to the C API.  C++ classes and exceptions are not used."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:718
1419 msgid "B<C#>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:720
1424 msgid ""
1425 "The C# bindings are highly experimental.  Please read the warnings at the "
1426 "top of C<csharp/Libguestfs.cs>."
1427 msgstr ""
1428
1429 #. type: =item
1430 #: ../src/guestfs.pod:723
1431 msgid "B<Haskell>"
1432 msgstr ""
1433
1434 #. type: textblock
1435 #: ../src/guestfs.pod:725
1436 msgid ""
1437 "This is the only language binding that is working but incomplete.  Only "
1438 "calls which return simple integers have been bound in Haskell, and we are "
1439 "looking for help to complete this binding."
1440 msgstr ""
1441
1442 #. type: =item
1443 #: ../src/guestfs.pod:729
1444 msgid "B<Java>"
1445 msgstr ""
1446
1447 #. type: textblock
1448 #: ../src/guestfs.pod:731
1449 msgid ""
1450 "Full documentation is contained in the Javadoc which is distributed with "
1451 "libguestfs."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:734
1456 msgid "B<OCaml>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:736
1461 msgid "See L<guestfs-ocaml(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:738
1466 msgid "B<Perl>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:740
1471 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:742
1476 msgid "B<PHP>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:744
1481 msgid ""
1482 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1483 "the php-libguestfs package for your distribution."
1484 msgstr ""
1485
1486 #. type: textblock
1487 #: ../src/guestfs.pod:747
1488 msgid "The PHP binding only works correctly on 64 bit machines."
1489 msgstr ""
1490
1491 #. type: =item
1492 #: ../src/guestfs.pod:749
1493 msgid "B<Python>"
1494 msgstr ""
1495
1496 #. type: textblock
1497 #: ../src/guestfs.pod:751
1498 msgid "See L<guestfs-python(3)>."
1499 msgstr ""
1500
1501 #. type: =item
1502 #: ../src/guestfs.pod:753
1503 msgid "B<Ruby>"
1504 msgstr ""
1505
1506 #. type: textblock
1507 #: ../src/guestfs.pod:755
1508 msgid "See L<guestfs-ruby(3)>."
1509 msgstr ""
1510
1511 #. type: =item
1512 #: ../src/guestfs.pod:757
1513 msgid "B<shell scripts>"
1514 msgstr ""
1515
1516 #. type: textblock
1517 #: ../src/guestfs.pod:759
1518 msgid "See L<guestfish(1)>."
1519 msgstr ""
1520
1521 #. type: =head2
1522 #: ../src/guestfs.pod:763
1523 msgid "LIBGUESTFS GOTCHAS"
1524 msgstr ""
1525
1526 #. type: textblock
1527 #: ../src/guestfs.pod:765
1528 msgid ""
1529 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1530 "system [...] that works in the way it is documented but is counterintuitive "
1531 "and almost invites mistakes.\""
1532 msgstr ""
1533
1534 #. type: textblock
1535 #: ../src/guestfs.pod:769
1536 msgid ""
1537 "Since we developed libguestfs and the associated tools, there are several "
1538 "things we would have designed differently, but are now stuck with for "
1539 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1540 "release, you can expect these to change.  Beware of them."
1541 msgstr ""
1542
1543 #. type: =item
1544 #: ../src/guestfs.pod:777
1545 msgid "Autosync / forgetting to sync."
1546 msgstr ""
1547
1548 #. type: textblock
1549 #: ../src/guestfs.pod:779
1550 msgid ""
1551 "When modifying a filesystem from C or another language, you B<must> unmount "
1552 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1553 "libguestfs handle.  You can also call:"
1554 msgstr ""
1555
1556 #. type: verbatim
1557 #: ../src/guestfs.pod:783
1558 #, no-wrap
1559 msgid ""
1560 " guestfs_set_autosync (g, 1);\n"
1561 "\n"
1562 msgstr ""
1563
1564 #. type: textblock
1565 #: ../src/guestfs.pod:785
1566 msgid ""
1567 "to have the unmount/sync done automatically for you when the handle 'g' is "
1568 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1569 "q.v.)"
1570 msgstr ""
1571
1572 #. type: textblock
1573 #: ../src/guestfs.pod:789
1574 msgid ""
1575 "If you forget to do this, then it is entirely possible that your changes "
1576 "won't be written out, or will be partially written, or (very rarely) that "
1577 "you'll get disk corruption."
1578 msgstr ""
1579
1580 #. type: textblock
1581 #: ../src/guestfs.pod:793
1582 msgid ""
1583 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1584 "guestfish scripts that forget to sync will work just fine, which can make "
1585 "this very puzzling if you are trying to debug a problem."
1586 msgstr ""
1587
1588 #. type: textblock
1589 #: ../src/guestfs.pod:797
1590 msgid ""
1591 "Update: Autosync is enabled by default for all API users starting from "
1592 "libguestfs 1.5.24."
1593 msgstr ""
1594
1595 #. type: =item
1596 #: ../src/guestfs.pod:800
1597 msgid "Mount option C<-o sync> should not be the default."
1598 msgstr ""
1599
1600 #. type: textblock
1601 #: ../src/guestfs.pod:802
1602 msgid ""
1603 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1604 "However C<-o sync> does not add any reliability benefit, but does have a "
1605 "very large performance impact."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:806
1610 msgid ""
1611 "The work around is to use L</guestfs_mount_options> and set the mount "
1612 "options that you actually want to use."
1613 msgstr ""
1614
1615 #. type: =item
1616 #: ../src/guestfs.pod:809
1617 msgid "Read-only should be the default."
1618 msgstr ""
1619
1620 #. type: textblock
1621 #: ../src/guestfs.pod:811
1622 msgid ""
1623 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1624 "specify I<--rw> if you want to make changes to the image."
1625 msgstr ""
1626
1627 #. type: textblock
1628 #: ../src/guestfs.pod:814
1629 msgid "This would reduce the potential to corrupt live VM images."
1630 msgstr ""
1631
1632 #. type: textblock
1633 #: ../src/guestfs.pod:816
1634 msgid ""
1635 "Note that many filesystems change the disk when you just mount and unmount, "
1636 "even if you didn't perform any writes.  You need to use "
1637 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1638 msgstr ""
1639
1640 #. type: =item
1641 #: ../src/guestfs.pod:820
1642 msgid "guestfish command line is hard to use."
1643 msgstr ""
1644
1645 #. type: textblock
1646 #: ../src/guestfs.pod:822
1647 msgid ""
1648 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1649 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1650 "exist, so it fails.  In earlier versions of guestfish the error message was "
1651 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1652 "we should have used C<guestfish -c command> to run commands."
1653 msgstr ""
1654
1655 #. type: =item
1656 #: ../src/guestfs.pod:829
1657 msgid "guestfish megabyte modifiers don't work right on all commands"
1658 msgstr ""
1659
1660 #. type: textblock
1661 #: ../src/guestfs.pod:831
1662 msgid ""
1663 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1664 "other modifiers).  What guestfish actually does is to multiply the number "
1665 "part by the modifier part and pass the result to the C API.  However this "
1666 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1667 "expecting some other unit (eg. megabytes)."
1668 msgstr ""
1669
1670 #. type: textblock
1671 #: ../src/guestfs.pod:838
1672 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1673 msgstr ""
1674
1675 #. type: verbatim
1676 #: ../src/guestfs.pod:840
1677 #, no-wrap
1678 msgid ""
1679 " lvcreate LV VG 100M\n"
1680 "\n"
1681 msgstr ""
1682
1683 #. type: textblock
1684 #: ../src/guestfs.pod:842
1685 msgid ""
1686 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1687 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1688 "megabytes * megabytes) logical volume.  The error message you get from this "
1689 "is also a little obscure."
1690 msgstr ""
1691
1692 #. type: textblock
1693 #: ../src/guestfs.pod:847
1694 msgid ""
1695 "This could be fixed in the generator by specially marking parameters and "
1696 "return values which take bytes or other units."
1697 msgstr ""
1698
1699 #. type: =item
1700 #: ../src/guestfs.pod:850
1701 msgid "Ambiguity between devices and paths"
1702 msgstr ""
1703
1704 #. type: textblock
1705 #: ../src/guestfs.pod:852
1706 msgid ""
1707 "There is a subtle ambiguity in the API between a device name "
1708 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1709 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: ../src/guestfs.pod:857
1714 msgid ""
1715 "In the current API we usually resolve this ambiguity by having two separate "
1716 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1717 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1718 "detecting if the path supplied begins with C</dev/>."
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:863
1723 msgid ""
1724 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1725 "make paths/devices into structured names.  One way to do this would be to "
1726 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1727 "aspect of grub.  Another way would be to use a structured type, equivalent "
1728 "to this OCaml type:"
1729 msgstr ""
1730
1731 #. type: verbatim
1732 #: ../src/guestfs.pod:869
1733 #, no-wrap
1734 msgid ""
1735 " type path = Path of string | Device of int | Partition of int * int\n"
1736 "\n"
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: ../src/guestfs.pod:871
1741 msgid "which would allow you to pass arguments like:"
1742 msgstr ""
1743
1744 #. type: verbatim
1745 #: ../src/guestfs.pod:873
1746 #, no-wrap
1747 msgid ""
1748 " Path \"/foo/bar\"\n"
1749 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1750 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1751 " Path \"/dev/sdb2\"    (* not a device *)\n"
1752 "\n"
1753 msgstr ""
1754
1755 #. type: textblock
1756 #: ../src/guestfs.pod:878
1757 msgid ""
1758 "As you can see there are still problems to resolve even with this "
1759 "representation.  Also consider how it might work in guestfish."
1760 msgstr ""
1761
1762 #. type: =head2
1763 #: ../src/guestfs.pod:883
1764 msgid "PROTOCOL LIMITS"
1765 msgstr ""
1766
1767 #. type: textblock
1768 #: ../src/guestfs.pod:885
1769 msgid ""
1770 "Internally libguestfs uses a message-based protocol to pass API calls and "
1771 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1772 "plenty more detail about this).  The maximum message size used by the "
1773 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1774 "aware of this limit.  The API calls which may be affected are individually "
1775 "documented, with a link back to this section of the documentation."
1776 msgstr ""
1777
1778 #. type: textblock
1779 #: ../src/guestfs.pod:893
1780 msgid ""
1781 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1782 "a simple string.  Because this string is at some point internally encoded as "
1783 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1784 "the requested file is larger than this then you will get an error."
1785 msgstr ""
1786
1787 #. type: textblock
1788 #: ../src/guestfs.pod:899
1789 msgid ""
1790 "In order to transfer large files into and out of the guest filesystem, you "
1791 "need to use particular calls that support this.  The sections L</UPLOADING> "
1792 "and L</DOWNLOADING> document how to do this."
1793 msgstr ""
1794
1795 #. type: textblock
1796 #: ../src/guestfs.pod:903
1797 msgid ""
1798 "You might also consider mounting the disk image using our FUSE filesystem "
1799 "support (L<guestmount(1)>)."
1800 msgstr ""
1801
1802 #. type: =head2
1803 #: ../src/guestfs.pod:906
1804 msgid "KEYS AND PASSPHRASES"
1805 msgstr ""
1806
1807 #. type: textblock
1808 #: ../src/guestfs.pod:908
1809 msgid ""
1810 "Certain libguestfs calls take a parameter that contains sensitive key "
1811 "material, passed in as a C string."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:911
1816 msgid ""
1817 "In the future we would hope to change the libguestfs implementation so that "
1818 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1819 "swap.  However this is I<not> done at the moment, because of the complexity "
1820 "of such an implementation."
1821 msgstr ""
1822
1823 #. type: textblock
1824 #: ../src/guestfs.pod:916
1825 msgid ""
1826 "Therefore you should be aware that any key parameter you pass to libguestfs "
1827 "might end up being written out to the swap partition.  If this is a concern, "
1828 "scrub the swap partition or don't use libguestfs on encrypted devices."
1829 msgstr ""
1830
1831 #. type: =head2
1832 #: ../src/guestfs.pod:921
1833 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:923
1838 msgid ""
1839 "All high-level libguestfs actions are synchronous.  If you want to use "
1840 "libguestfs asynchronously then you must create a thread."
1841 msgstr ""
1842
1843 #. type: textblock
1844 #: ../src/guestfs.pod:926
1845 msgid ""
1846 "Only use the handle from a single thread.  Either use the handle exclusively "
1847 "from one thread, or provide your own mutex so that two threads cannot issue "
1848 "calls on the same handle at the same time."
1849 msgstr ""
1850
1851 #. type: textblock
1852 #: ../src/guestfs.pod:930
1853 msgid ""
1854 "See the graphical program guestfs-browser for one possible architecture for "
1855 "multithreaded programs using libvirt and libguestfs."
1856 msgstr ""
1857
1858 #. type: =head2
1859 #: ../src/guestfs.pod:933
1860 msgid "PATH"
1861 msgstr ""
1862
1863 #. type: textblock
1864 #: ../src/guestfs.pod:935
1865 msgid ""
1866 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1867 "internal path."
1868 msgstr ""
1869
1870 #. type: textblock
1871 #: ../src/guestfs.pod:938
1872 msgid ""
1873 "By default it looks for these in the directory C<$libdir/guestfs> "
1874 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1875 msgstr ""
1876
1877 #. type: textblock
1878 #: ../src/guestfs.pod:941
1879 msgid ""
1880 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1881 "to change the directories that libguestfs will search in.  The value is a "
1882 "colon-separated list of paths.  The current directory is I<not> searched "
1883 "unless the path contains an empty element or C<.>.  For example "
1884 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1885 "then C</usr/lib/guestfs>."
1886 msgstr ""
1887
1888 #. type: =head2
1889 #: ../src/guestfs.pod:948
1890 msgid "QEMU WRAPPERS"
1891 msgstr ""
1892
1893 #. type: textblock
1894 #: ../src/guestfs.pod:950
1895 msgid ""
1896 "If you want to compile your own qemu, run qemu from a non-standard location, "
1897 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1898 "around qemu."
1899 msgstr ""
1900
1901 #. type: textblock
1902 #: ../src/guestfs.pod:954
1903 msgid ""
1904 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1905 "last command in the shell script (so that qemu replaces the shell and "
1906 "becomes the direct child of the libguestfs-using program).  If you don't do "
1907 "this, then the qemu process won't be cleaned up correctly."
1908 msgstr ""
1909
1910 #. type: textblock
1911 #: ../src/guestfs.pod:959
1912 msgid ""
1913 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1914 "source:"
1915 msgstr ""
1916
1917 #. type: verbatim
1918 #: ../src/guestfs.pod:962
1919 #, no-wrap
1920 msgid ""
1921 " #!/bin/sh -\n"
1922 " qemudir=/home/rjones/d/qemu\n"
1923 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1924 "\"$@\"\n"
1925 "\n"
1926 msgstr ""
1927
1928 #. type: textblock
1929 #: ../src/guestfs.pod:966
1930 msgid ""
1931 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1932 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1933 "example:"
1934 msgstr ""
1935
1936 #. type: verbatim
1937 #: ../src/guestfs.pod:970
1938 #, no-wrap
1939 msgid ""
1940 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1941 "\n"
1942 msgstr ""
1943
1944 #. type: textblock
1945 #: ../src/guestfs.pod:972
1946 msgid ""
1947 "Note that libguestfs also calls qemu with the -help and -version options in "
1948 "order to determine features."
1949 msgstr ""
1950
1951 #. type: =head2
1952 #: ../src/guestfs.pod:975
1953 msgid "ATTACHING TO RUNNING DAEMONS"
1954 msgstr ""
1955
1956 #. type: textblock
1957 #: ../src/guestfs.pod:977
1958 msgid ""
1959 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1960 "babies.  Use with caution."
1961 msgstr ""
1962
1963 #. type: textblock
1964 #: ../src/guestfs.pod:980
1965 msgid ""
1966 "I<Note (2):> This section explains how to attach to a running daemon from a "
1967 "low level perspective.  For most users, simply using virt tools such as "
1968 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1969 msgstr ""
1970
1971 #. type: =head3
1972 #: ../src/guestfs.pod:984
1973 msgid "Using guestfs_set_attach_method"
1974 msgstr ""
1975
1976 #. type: textblock
1977 #: ../src/guestfs.pod:986
1978 msgid ""
1979 "By calling L</guestfs_set_attach_method> you can change how the library "
1980 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1981 "L</ARCHITECTURE> for some background)."
1982 msgstr ""
1983
1984 #. type: textblock
1985 #: ../src/guestfs.pod:990
1986 msgid ""
1987 "The normal attach method is C<appliance>, where a small appliance is created "
1988 "containing the daemon, and then the library connects to this."
1989 msgstr ""
1990
1991 #. type: textblock
1992 #: ../src/guestfs.pod:993
1993 msgid ""
1994 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1995 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1996 "daemon over the Unix domain socket."
1997 msgstr ""
1998
1999 #. type: textblock
2000 #: ../src/guestfs.pod:997
2001 msgid ""
2002 "The normal use for this is to connect to a running virtual machine that "
2003 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2004 "files inside the live virtual machine."
2005 msgstr ""
2006
2007 #. type: =head3
2008 #: ../src/guestfs.pod:1001
2009 msgid "Using guestfs_add_domain with live flag"
2010 msgstr ""
2011
2012 #. type: textblock
2013 #: ../src/guestfs.pod:1003
2014 msgid ""
2015 "L</guestfs_add_domain> provides some help for getting the correct attach "
2016 "method.  If you pass the C<live> option to this function, then (if the "
2017 "virtual machine is running) it will examine the libvirt XML looking for a "
2018 "virtio-serial channel to connect to:"
2019 msgstr ""
2020
2021 #. type: verbatim
2022 #: ../src/guestfs.pod:1009
2023 #, no-wrap
2024 msgid ""
2025 " <domain>\n"
2026 "   ...\n"
2027 "   <devices>\n"
2028 "     ...\n"
2029 "     <channel type='unix'>\n"
2030 "       <source mode='bind' path='/path/to/socket'/>\n"
2031 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2032 "     </channel>\n"
2033 "     ...\n"
2034 "   </devices>\n"
2035 " </domain>\n"
2036 "\n"
2037 msgstr ""
2038
2039 #. type: textblock
2040 #: ../src/guestfs.pod:1021
2041 msgid ""
2042 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2043 "method to C<unix:/path/to/socket>."
2044 msgstr ""
2045
2046 #. type: textblock
2047 #: ../src/guestfs.pod:1024
2048 msgid ""
2049 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2050 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2051 "to attach to and modify live virtual machines."
2052 msgstr ""
2053
2054 #. type: textblock
2055 #: ../src/guestfs.pod:1028
2056 msgid ""
2057 "The virtual machine needs to have been set up beforehand so that it has the "
2058 "virtio-serial channel and so that guestfsd is running inside it."
2059 msgstr ""
2060
2061 #. type: =head2
2062 #: ../src/guestfs.pod:1032
2063 msgid "ABI GUARANTEE"
2064 msgstr ""
2065
2066 #. type: textblock
2067 #: ../src/guestfs.pod:1034
2068 msgid ""
2069 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2070 "actions as outlined in this section.  Although we will deprecate some "
2071 "actions, for example if they get replaced by newer calls, we will keep the "
2072 "old actions forever.  This allows you the developer to program in confidence "
2073 "against the libguestfs API."
2074 msgstr ""
2075
2076 #. type: =head2
2077 #: ../src/guestfs.pod:1040
2078 msgid "BLOCK DEVICE NAMING"
2079 msgstr ""
2080
2081 #. type: textblock
2082 #: ../src/guestfs.pod:1042
2083 msgid ""
2084 "In the kernel there is now quite a profusion of schemata for naming block "
2085 "devices (in this context, by I<block device> I mean a physical or virtual "
2086 "hard drive).  The original Linux IDE driver used names starting with "
2087 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2088 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2089 "replacement for the old IDE driver (particularly for SATA devices) those "
2090 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2091 "machines with paravirtualized drivers.  This has created several different "
2092 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2093 "Xen PV disks."
2094 msgstr ""
2095
2096 #. type: textblock
2097 #: ../src/guestfs.pod:1054
2098 msgid ""
2099 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2100 "Linux kernel to access block devices.  We can run a variety of appliances "
2101 "based on a variety of Linux kernels."
2102 msgstr ""
2103
2104 #. type: textblock
2105 #: ../src/guestfs.pod:1058
2106 msgid ""
2107 "This causes a problem for libguestfs because many API calls use device or "
2108 "partition names.  Working scripts and the recipe (example) scripts that we "
2109 "make available over the internet could fail if the naming scheme changes."
2110 msgstr ""
2111
2112 #. type: textblock
2113 #: ../src/guestfs.pod:1063
2114 msgid ""
2115 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2116 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2117 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2118 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1069
2123 msgid ""
2124 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2125 "L</guestfs_list_partitions> and similar calls return the true names of the "
2126 "devices and partitions as known to the appliance."
2127 msgstr ""
2128
2129 #. type: =head3
2130 #: ../src/guestfs.pod:1074
2131 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2132 msgstr ""
2133
2134 #. type: textblock
2135 #: ../src/guestfs.pod:1076
2136 msgid ""
2137 "Usually this translation is transparent.  However in some (very rare)  cases "
2138 "you may need to know the exact algorithm.  Such cases include where you use "
2139 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2140 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2141 "devices."
2142 msgstr ""
2143
2144 #. type: textblock
2145 #: ../src/guestfs.pod:1082
2146 msgid ""
2147 "The algorithm is applied only to I<parameters> which are known to be either "
2148 "device or partition names.  Return values from functions such as "
2149 "L</guestfs_list_devices> are never changed."
2150 msgstr ""
2151
2152 #. type: textblock
2153 #: ../src/guestfs.pod:1090
2154 msgid "Is the string a parameter which is a device or partition name?"
2155 msgstr ""
2156
2157 #. type: textblock
2158 #: ../src/guestfs.pod:1094
2159 msgid "Does the string begin with C</dev/sd>?"
2160 msgstr ""
2161
2162 #. type: textblock
2163 #: ../src/guestfs.pod:1098
2164 msgid ""
2165 "Does the named device exist? If so, we use that device.  However if I<not> "
2166 "then we continue with this algorithm."
2167 msgstr ""
2168
2169 #. type: textblock
2170 #: ../src/guestfs.pod:1103
2171 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2172 msgstr ""
2173
2174 #. type: textblock
2175 #: ../src/guestfs.pod:1105
2176 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2177 msgstr ""
2178
2179 #. type: textblock
2180 #: ../src/guestfs.pod:1107
2181 msgid "If that named device exists, use it.  If not, continue."
2182 msgstr ""
2183
2184 #. type: textblock
2185 #: ../src/guestfs.pod:1111
2186 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2187 msgstr ""
2188
2189 #. type: textblock
2190 #: ../src/guestfs.pod:1113
2191 msgid "If that named device exists, use it.  If not, return an error."
2192 msgstr ""
2193
2194 #. type: =head3
2195 #: ../src/guestfs.pod:1117
2196 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2197 msgstr ""
2198
2199 #. type: textblock
2200 #: ../src/guestfs.pod:1119
2201 msgid ""
2202 "Although the standard naming scheme and automatic translation is useful for "
2203 "simple programs and guestfish scripts, for larger programs it is best not to "
2204 "rely on this mechanism."
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: ../src/guestfs.pod:1123
2209 msgid ""
2210 "Where possible for maximum future portability programs using libguestfs "
2211 "should use these future-proof techniques:"
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1130
2216 msgid ""
2217 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2218 "device names, and then use those names directly."
2219 msgstr ""
2220
2221 #. type: textblock
2222 #: ../src/guestfs.pod:1133
2223 msgid "Since those device names exist by definition, they will never be translated."
2224 msgstr ""
2225
2226 #. type: textblock
2227 #: ../src/guestfs.pod:1138
2228 msgid ""
2229 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2230 "filesystem labels."
2231 msgstr ""
2232
2233 #. type: =head1
2234 #: ../src/guestfs.pod:1143
2235 msgid "SECURITY"
2236 msgstr ""
2237
2238 #. type: textblock
2239 #: ../src/guestfs.pod:1145
2240 msgid ""
2241 "This section discusses security implications of using libguestfs, "
2242 "particularly with untrusted or malicious guests or disk images."
2243 msgstr ""
2244
2245 #. type: =head2
2246 #: ../src/guestfs.pod:1148
2247 msgid "GENERAL SECURITY CONSIDERATIONS"
2248 msgstr ""
2249
2250 #. type: textblock
2251 #: ../src/guestfs.pod:1150
2252 msgid ""
2253 "Be careful with any files or data that you download from a guest (by "
2254 "\"download\" we mean not just the L</guestfs_download> command but any "
2255 "command that reads files, filenames, directories or anything else from a "
2256 "disk image).  An attacker could manipulate the data to fool your program "
2257 "into doing the wrong thing.  Consider cases such as:"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1160
2262 msgid "the data (file etc) not being present"
2263 msgstr ""
2264
2265 #. type: textblock
2266 #: ../src/guestfs.pod:1164
2267 msgid "being present but empty"
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1168
2272 msgid "being much larger than normal"
2273 msgstr ""
2274
2275 #. type: textblock
2276 #: ../src/guestfs.pod:1172
2277 msgid "containing arbitrary 8 bit data"
2278 msgstr ""
2279
2280 #. type: textblock
2281 #: ../src/guestfs.pod:1176
2282 msgid "being in an unexpected character encoding"
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1180
2287 msgid "containing homoglyphs."
2288 msgstr ""
2289
2290 #. type: =head2
2291 #: ../src/guestfs.pod:1184
2292 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2293 msgstr ""
2294
2295 #. type: textblock
2296 #: ../src/guestfs.pod:1186
2297 msgid ""
2298 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2299 "(VFS) module can sometimes be escalated into exploits by deliberately "
2300 "creating a malicious, malformed filesystem.  These exploits are very severe "
2301 "for two reasons.  Firstly there are very many filesystem drivers in the "
2302 "kernel, and many of them are infrequently used and not much developer "
2303 "attention has been paid to the code.  Linux userspace helps potential "
2304 "crackers by detecting the filesystem type and automatically choosing the "
2305 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2306 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2307 "exploit (worse in some ways), giving immediate and total access to the "
2308 "system right down to the hardware level."
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1199
2313 msgid ""
2314 "That explains why you should never mount a filesystem from an untrusted "
2315 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2316 "inside a qemu virtual machine, usually running as a non-root user.  The "
2317 "attacker would need to write a filesystem which first exploited the kernel, "
2318 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2319 "the libguestfs protocol, and finally to be as serious as the host kernel "
2320 "exploit it would need to escalate its privileges to root.  This multi-step "
2321 "escalation, performed by a static piece of data, is thought to be extremely "
2322 "hard to do, although we never say 'never' about security issues."
2323 msgstr ""
2324
2325 #. type: textblock
2326 #: ../src/guestfs.pod:1210
2327 msgid ""
2328 "In any case callers can reduce the attack surface by forcing the filesystem "
2329 "type when mounting (use L</guestfs_mount_vfs>)."
2330 msgstr ""
2331
2332 #. type: =head2
2333 #: ../src/guestfs.pod:1213
2334 msgid "PROTOCOL SECURITY"
2335 msgstr ""
2336
2337 #. type: textblock
2338 #: ../src/guestfs.pod:1215
2339 msgid ""
2340 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2341 "defined upper message size.  However a program that uses libguestfs must "
2342 "also take care - for example you can write a program that downloads a binary "
2343 "from a disk image and executes it locally, and no amount of protocol "
2344 "security will save you from the consequences."
2345 msgstr ""
2346
2347 #. type: =head2
2348 #: ../src/guestfs.pod:1221
2349 msgid "INSPECTION SECURITY"
2350 msgstr ""
2351
2352 #. type: textblock
2353 #: ../src/guestfs.pod:1223
2354 msgid ""
2355 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2356 "directly from the guest, and these could contain any 8 bit data.  Callers "
2357 "should be careful to escape these before printing them to a structured file "
2358 "(for example, use HTML escaping if creating a web page)."
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1229
2363 msgid ""
2364 "Guest configuration may be altered in unusual ways by the administrator of "
2365 "the virtual machine, and may not reflect reality (particularly for untrusted "
2366 "or actively malicious guests).  For example we parse the hostname from "
2367 "configuration files like C</etc/sysconfig/network> that we find in the "
2368 "guest, but the guest administrator can easily manipulate these files to "
2369 "provide the wrong hostname."
2370 msgstr ""
2371
2372 #. type: textblock
2373 #: ../src/guestfs.pod:1237
2374 msgid ""
2375 "The inspection API parses guest configuration using two external libraries: "
2376 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2377 "designed to be robust in the face of malicious data, although denial of "
2378 "service attacks are still possible, for example with oversized configuration "
2379 "files."
2380 msgstr ""
2381
2382 #. type: =head2
2383 #: ../src/guestfs.pod:1243
2384 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1245
2389 msgid ""
2390 "Be very cautious about running commands from the guest.  By running a "
2391 "command in the guest, you are giving CPU time to a binary that you do not "
2392 "control, under the same user account as the library, albeit wrapped in qemu "
2393 "virtualization.  More information and alternatives can be found in the "
2394 "section L</RUNNING COMMANDS>."
2395 msgstr ""
2396
2397 #. type: =head2
2398 #: ../src/guestfs.pod:1251
2399 msgid "CVE-2010-3851"
2400 msgstr ""
2401
2402 #. type: textblock
2403 #: ../src/guestfs.pod:1253
2404 msgid "https://bugzilla.redhat.com/642934"
2405 msgstr ""
2406
2407 #. type: textblock
2408 #: ../src/guestfs.pod:1255
2409 msgid ""
2410 "This security bug concerns the automatic disk format detection that qemu "
2411 "does on disk images."
2412 msgstr ""
2413
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1258
2416 msgid ""
2417 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2418 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2419 "for one of the known headers, and if none is found then assuming the disk "
2420 "image must be raw."
2421 msgstr ""
2422
2423 #. type: textblock
2424 #: ../src/guestfs.pod:1263
2425 msgid ""
2426 "This allows a guest which has been given a raw disk image to write some "
2427 "other header.  At next boot (or when the disk image is accessed by "
2428 "libguestfs) qemu would do autodetection and think the disk image format was, "
2429 "say, qcow2 based on the header written by the guest."
2430 msgstr ""
2431
2432 #. type: textblock
2433 #: ../src/guestfs.pod:1268
2434 msgid ""
2435 "This in itself would not be a problem, but qcow2 offers many features, one "
2436 "of which is to allow a disk image to refer to another image (called the "
2437 "\"backing disk\").  It does this by placing the path to the backing disk "
2438 "into the qcow2 header.  This path is not validated and could point to any "
2439 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2440 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2441 "control of the attacker."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1276
2446 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2447 msgstr ""
2448
2449 #. type: textblock
2450 #: ../src/guestfs.pod:1283
2451 msgid "You have enabled the network or have opened the disk in write mode."
2452 msgstr ""
2453
2454 #. type: textblock
2455 #: ../src/guestfs.pod:1287
2456 msgid ""
2457 "You are also running untrusted code from the guest (see L</RUNNING "
2458 "COMMANDS>)."
2459 msgstr ""
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1292
2463 msgid ""
2464 "The way to avoid this is to specify the expected disk format when adding "
2465 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2466 "should always do this if the disk is raw format, and it's a good idea for "
2467 "other cases too."
2468 msgstr ""
2469
2470 #. type: textblock
2471 #: ../src/guestfs.pod:1297
2472 msgid ""
2473 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2474 "format is fetched from libvirt and passed through."
2475 msgstr ""
2476
2477 #. type: textblock
2478 #: ../src/guestfs.pod:1300
2479 msgid ""
2480 "For libguestfs tools, use the I<--format> command line parameter as "
2481 "appropriate."
2482 msgstr ""
2483
2484 #. type: =head1
2485 #: ../src/guestfs.pod:1303
2486 msgid "CONNECTION MANAGEMENT"
2487 msgstr ""
2488
2489 #. type: =head2
2490 #: ../src/guestfs.pod:1305
2491 msgid "guestfs_h *"
2492 msgstr ""
2493
2494 #. type: textblock
2495 #: ../src/guestfs.pod:1307
2496 msgid ""
2497 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2498 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2499 "handle and release all resources used."
2500 msgstr ""
2501
2502 #. type: textblock
2503 #: ../src/guestfs.pod:1311
2504 msgid ""
2505 "For information on using multiple handles and threads, see the section "
2506 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2507 msgstr ""
2508
2509 #. type: =head2
2510 #: ../src/guestfs.pod:1314
2511 msgid "guestfs_create"
2512 msgstr ""
2513
2514 #. type: verbatim
2515 #: ../src/guestfs.pod:1316
2516 #, no-wrap
2517 msgid ""
2518 " guestfs_h *guestfs_create (void);\n"
2519 "\n"
2520 msgstr ""
2521
2522 #. type: textblock
2523 #: ../src/guestfs.pod:1318
2524 msgid "Create a connection handle."
2525 msgstr ""
2526
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1320
2529 msgid ""
2530 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2531 "on the handle at least once."
2532 msgstr ""
2533
2534 #. type: textblock
2535 #: ../src/guestfs.pod:1323
2536 msgid ""
2537 "This function returns a non-NULL pointer to a handle on success or NULL on "
2538 "error."
2539 msgstr ""
2540
2541 #. type: textblock
2542 #: ../src/guestfs.pod:1326
2543 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1328
2548 msgid ""
2549 "You may also want to configure error handling for the handle.  See L</ERROR "
2550 "HANDLING> section below."
2551 msgstr ""
2552
2553 #. type: =head2
2554 #: ../src/guestfs.pod:1331
2555 msgid "guestfs_close"
2556 msgstr ""
2557
2558 #. type: verbatim
2559 #: ../src/guestfs.pod:1333
2560 #, no-wrap
2561 msgid ""
2562 " void guestfs_close (guestfs_h *g);\n"
2563 "\n"
2564 msgstr ""
2565
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1335
2568 msgid "This closes the connection handle and frees up all resources used."
2569 msgstr ""
2570
2571 #. type: =head1
2572 #: ../src/guestfs.pod:1337
2573 msgid "ERROR HANDLING"
2574 msgstr ""
2575
2576 #. type: textblock
2577 #: ../src/guestfs.pod:1339
2578 msgid ""
2579 "API functions can return errors.  For example, almost all functions that "
2580 "return C<int> will return C<-1> to indicate an error."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1342
2585 msgid ""
2586 "Additional information is available for errors: an error message string and "
2587 "optionally an error number (errno) if the thing that failed was a system "
2588 "call."
2589 msgstr ""
2590
2591 #. type: textblock
2592 #: ../src/guestfs.pod:1346
2593 msgid ""
2594 "You can get at the additional information about the last error on the handle "
2595 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2596 "up an error handler with L</guestfs_set_error_handler>."
2597 msgstr ""
2598
2599 #. type: textblock
2600 #: ../src/guestfs.pod:1351
2601 msgid ""
2602 "When the handle is created, a default error handler is installed which "
2603 "prints the error message string to C<stderr>.  For small short-running "
2604 "command line programs it is sufficient to do:"
2605 msgstr ""
2606
2607 #. type: verbatim
2608 #: ../src/guestfs.pod:1355
2609 #, no-wrap
2610 msgid ""
2611 " if (guestfs_launch (g) == -1)\n"
2612 "   exit (EXIT_FAILURE);\n"
2613 "\n"
2614 msgstr ""
2615
2616 #. type: textblock
2617 #: ../src/guestfs.pod:1358
2618 msgid ""
2619 "since the default error handler will ensure that an error message has been "
2620 "printed to C<stderr> before the program exits."
2621 msgstr ""
2622
2623 #. type: textblock
2624 #: ../src/guestfs.pod:1361
2625 msgid ""
2626 "For other programs the caller will almost certainly want to install an "
2627 "alternate error handler or do error handling in-line like this:"
2628 msgstr ""
2629
2630 #. type: verbatim
2631 #: ../src/guestfs.pod:1364
2632 #, no-wrap
2633 msgid ""
2634 " g = guestfs_create ();\n"
2635 " \n"
2636 msgstr ""
2637
2638 #. type: verbatim
2639 #: ../src/guestfs.pod:1366
2640 #, no-wrap
2641 msgid ""
2642 " /* This disables the default behaviour of printing errors\n"
2643 "    on stderr. */\n"
2644 " guestfs_set_error_handler (g, NULL, NULL);\n"
2645 " \n"
2646 msgstr ""
2647
2648 #. type: verbatim
2649 #: ../src/guestfs.pod:1370
2650 #, no-wrap
2651 msgid ""
2652 " if (guestfs_launch (g) == -1) {\n"
2653 "   /* Examine the error message and print it etc. */\n"
2654 "   char *msg = guestfs_last_error (g);\n"
2655 "   int errnum = guestfs_last_errno (g);\n"
2656 "   fprintf (stderr, \"%s\\n\", msg);\n"
2657 "   /* ... */\n"
2658 "  }\n"
2659 "\n"
2660 msgstr ""
2661
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1378
2664 msgid ""
2665 "Out of memory errors are handled differently.  The default action is to call "
2666 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2667 "L</guestfs_set_out_of_memory_handler>."
2668 msgstr ""
2669
2670 #. type: textblock
2671 #: ../src/guestfs.pod:1382
2672 msgid ""
2673 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2674 "because there is no handle if this happens there is no way to get additional "
2675 "error information.  However L</guestfs_create> is supposed to be a "
2676 "lightweight operation which can only fail because of insufficient memory (it "
2677 "returns NULL in this case)."
2678 msgstr ""
2679
2680 #. type: =head2
2681 #: ../src/guestfs.pod:1388
2682 msgid "guestfs_last_error"
2683 msgstr ""
2684
2685 #. type: verbatim
2686 #: ../src/guestfs.pod:1390
2687 #, no-wrap
2688 msgid ""
2689 " const char *guestfs_last_error (guestfs_h *g);\n"
2690 "\n"
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1392
2695 msgid ""
2696 "This returns the last error message that happened on C<g>.  If there has not "
2697 "been an error since the handle was created, then this returns C<NULL>."
2698 msgstr ""
2699
2700 #. type: textblock
2701 #: ../src/guestfs.pod:1396
2702 msgid ""
2703 "The lifetime of the returned string is until the next error occurs, or "
2704 "L</guestfs_close> is called."
2705 msgstr ""
2706
2707 #. type: =head2
2708 #: ../src/guestfs.pod:1399
2709 msgid "guestfs_last_errno"
2710 msgstr ""
2711
2712 #. type: verbatim
2713 #: ../src/guestfs.pod:1401
2714 #, no-wrap
2715 msgid ""
2716 " int guestfs_last_errno (guestfs_h *g);\n"
2717 "\n"
2718 msgstr ""
2719
2720 #. type: textblock
2721 #: ../src/guestfs.pod:1403
2722 msgid "This returns the last error number (errno) that happened on C<g>."
2723 msgstr ""
2724
2725 #. type: textblock
2726 #: ../src/guestfs.pod:1405
2727 msgid "If successful, an errno integer not equal to zero is returned."
2728 msgstr ""
2729
2730 #. type: textblock
2731 #: ../src/guestfs.pod:1407
2732 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2733 msgstr ""
2734
2735 #. type: textblock
2736 #: ../src/guestfs.pod:1414
2737 msgid "There has not been any error on the handle."
2738 msgstr ""
2739
2740 #. type: textblock
2741 #: ../src/guestfs.pod:1418
2742 msgid ""
2743 "There has been an error but the errno was meaningless.  This corresponds to "
2744 "the case where the error did not come from a failed system call, but for "
2745 "some other reason."
2746 msgstr ""
2747
2748 #. type: textblock
2749 #: ../src/guestfs.pod:1424
2750 msgid ""
2751 "There was an error from a failed system call, but for some reason the errno "
2752 "was not captured and returned.  This usually indicates a bug in libguestfs."
2753 msgstr ""
2754
2755 #. type: textblock
2756 #: ../src/guestfs.pod:1430
2757 msgid ""
2758 "Libguestfs tries to convert the errno from inside the applicance into a "
2759 "corresponding errno for the caller (not entirely trivial: the appliance "
2760 "might be running a completely different operating system from the library "
2761 "and error numbers are not standardized across Un*xen).  If this could not be "
2762 "done, then the error is translated to C<EINVAL>.  In practice this should "
2763 "only happen in very rare circumstances."
2764 msgstr ""
2765
2766 #. type: =head2
2767 #: ../src/guestfs.pod:1438
2768 msgid "guestfs_set_error_handler"
2769 msgstr ""
2770
2771 #. type: verbatim
2772 #: ../src/guestfs.pod:1440
2773 #, no-wrap
2774 msgid ""
2775 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2776 "                                           void *opaque,\n"
2777 "                                           const char *msg);\n"
2778 " void guestfs_set_error_handler (guestfs_h *g,\n"
2779 "                                 guestfs_error_handler_cb cb,\n"
2780 "                                 void *opaque);\n"
2781 "\n"
2782 msgstr ""
2783
2784 #. type: textblock
2785 #: ../src/guestfs.pod:1447
2786 msgid ""
2787 "The callback C<cb> will be called if there is an error.  The parameters "
2788 "passed to the callback are an opaque data pointer and the error message "
2789 "string."
2790 msgstr ""
2791
2792 #. type: textblock
2793 #: ../src/guestfs.pod:1451
2794 msgid ""
2795 "C<errno> is not passed to the callback.  To get that the callback must call "
2796 "L</guestfs_last_errno>."
2797 msgstr ""
2798
2799 #. type: textblock
2800 #: ../src/guestfs.pod:1454
2801 msgid ""
2802 "Note that the message string C<msg> is freed as soon as the callback "
2803 "function returns, so if you want to stash it somewhere you must make your "
2804 "own copy."
2805 msgstr ""
2806
2807 #. type: textblock
2808 #: ../src/guestfs.pod:1458
2809 msgid "The default handler prints messages on C<stderr>."
2810 msgstr ""
2811
2812 #. type: textblock
2813 #: ../src/guestfs.pod:1460
2814 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2815 msgstr ""
2816
2817 #. type: =head2
2818 #: ../src/guestfs.pod:1462
2819 msgid "guestfs_get_error_handler"
2820 msgstr ""
2821
2822 #. type: verbatim
2823 #: ../src/guestfs.pod:1464
2824 #, no-wrap
2825 msgid ""
2826 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2827 "                                                     void **opaque_rtn);\n"
2828 "\n"
2829 msgstr ""
2830
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1467
2833 msgid "Returns the current error handler callback."
2834 msgstr ""
2835
2836 #. type: =head2
2837 #: ../src/guestfs.pod:1469
2838 msgid "guestfs_set_out_of_memory_handler"
2839 msgstr ""
2840
2841 #. type: verbatim
2842 #: ../src/guestfs.pod:1471
2843 #, no-wrap
2844 msgid ""
2845 " typedef void (*guestfs_abort_cb) (void);\n"
2846 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2847 "                                        guestfs_abort_cb);\n"
2848 "\n"
2849 msgstr ""
2850
2851 #. type: textblock
2852 #: ../src/guestfs.pod:1475
2853 msgid ""
2854 "The callback C<cb> will be called if there is an out of memory situation.  "
2855 "I<Note this callback must not return>."
2856 msgstr ""
2857
2858 #. type: textblock
2859 #: ../src/guestfs.pod:1478
2860 msgid "The default is to call L<abort(3)>."
2861 msgstr ""
2862
2863 #. type: textblock
2864 #: ../src/guestfs.pod:1480
2865 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2866 msgstr ""
2867
2868 #. type: =head2
2869 #: ../src/guestfs.pod:1483
2870 msgid "guestfs_get_out_of_memory_handler"
2871 msgstr ""
2872
2873 #. type: verbatim
2874 #: ../src/guestfs.pod:1485
2875 #, no-wrap
2876 msgid ""
2877 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2878 "\n"
2879 msgstr ""
2880
2881 #. type: textblock
2882 #: ../src/guestfs.pod:1487
2883 msgid "This returns the current out of memory handler."
2884 msgstr ""
2885
2886 #. type: =head1
2887 #: ../src/guestfs.pod:1489
2888 msgid "API CALLS"
2889 msgstr ""
2890
2891 #. type: textblock
2892 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:1003
2893 msgid "@ACTIONS@"
2894 msgstr ""
2895
2896 #. type: =head1
2897 #: ../src/guestfs.pod:1493
2898 msgid "STRUCTURES"
2899 msgstr ""
2900
2901 #. type: textblock
2902 #: ../src/guestfs.pod:1495
2903 msgid "@STRUCTS@"
2904 msgstr ""
2905
2906 #. type: =head1
2907 #: ../src/guestfs.pod:1497
2908 msgid "AVAILABILITY"
2909 msgstr ""
2910
2911 #. type: =head2
2912 #: ../src/guestfs.pod:1499
2913 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2914 msgstr ""
2915
2916 #. type: textblock
2917 #: ../src/guestfs.pod:1501
2918 msgid ""
2919 "Using L</guestfs_available> you can test availability of the following "
2920 "groups of functions.  This test queries the appliance to see if the "
2921 "appliance you are currently using supports the functionality."
2922 msgstr ""
2923
2924 #. type: textblock
2925 #: ../src/guestfs.pod:1506
2926 msgid "@AVAILABILITY@"
2927 msgstr ""
2928
2929 #. type: =head2
2930 #: ../src/guestfs.pod:1508
2931 msgid "GUESTFISH supported COMMAND"
2932 msgstr ""
2933
2934 #. type: textblock
2935 #: ../src/guestfs.pod:1510
2936 msgid ""
2937 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2938 "prints out the available groups and whether they are supported by this build "
2939 "of libguestfs.  Note however that you have to do C<run> first."
2940 msgstr ""
2941
2942 #. type: =head2
2943 #: ../src/guestfs.pod:1515
2944 msgid "SINGLE CALLS AT COMPILE TIME"
2945 msgstr ""
2946
2947 #. type: textblock
2948 #: ../src/guestfs.pod:1517
2949 msgid ""
2950 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2951 "function, such as:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1520
2956 #, no-wrap
2957 msgid ""
2958 " #define LIBGUESTFS_HAVE_DD 1\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1522
2964 msgid "if L</guestfs_dd> is available."
2965 msgstr ""
2966
2967 #. type: textblock
2968 #: ../src/guestfs.pod:1524
2969 msgid ""
2970 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2971 "function is available at compile time, we recommended using build tools such "
2972 "as autoconf or cmake.  For example in autotools you could use:"
2973 msgstr ""
2974
2975 #. type: verbatim
2976 #: ../src/guestfs.pod:1529
2977 #, no-wrap
2978 msgid ""
2979 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2980 " AC_CHECK_FUNCS([guestfs_dd])\n"
2981 "\n"
2982 msgstr ""
2983
2984 #. type: textblock
2985 #: ../src/guestfs.pod:1532
2986 msgid ""
2987 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2988 "in your program."
2989 msgstr ""
2990
2991 #. type: =head2
2992 #: ../src/guestfs.pod:1535
2993 msgid "SINGLE CALLS AT RUN TIME"
2994 msgstr ""
2995
2996 #. type: textblock
2997 #: ../src/guestfs.pod:1537
2998 msgid ""
2999 "Testing at compile time doesn't guarantee that a function really exists in "
3000 "the library.  The reason is that you might be dynamically linked against a "
3001 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3002 "This situation unfortunately results in a segmentation fault, which is a "
3003 "shortcoming of the C dynamic linking system itself."
3004 msgstr ""
3005
3006 #. type: textblock
3007 #: ../src/guestfs.pod:1544
3008 msgid ""
3009 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3010 "in this example program (note that you still need the compile time check as "
3011 "well):"
3012 msgstr ""
3013
3014 #. type: verbatim
3015 #: ../src/guestfs.pod:1548
3016 #, no-wrap
3017 msgid ""
3018 " #include <stdio.h>\n"
3019 " #include <stdlib.h>\n"
3020 " #include <unistd.h>\n"
3021 " #include <dlfcn.h>\n"
3022 " #include <guestfs.h>\n"
3023 " \n"
3024 msgstr ""
3025
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1554
3028 #, no-wrap
3029 msgid ""
3030 " main ()\n"
3031 " {\n"
3032 " #ifdef LIBGUESTFS_HAVE_DD\n"
3033 "   void *dl;\n"
3034 "   int has_function;\n"
3035 " \n"
3036 msgstr ""
3037
3038 #. type: verbatim
3039 #: ../src/guestfs.pod:1560
3040 #, no-wrap
3041 msgid ""
3042 "   /* Test if the function guestfs_dd is really available. */\n"
3043 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3044 "   if (!dl) {\n"
3045 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3046 "     exit (EXIT_FAILURE);\n"
3047 "   }\n"
3048 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3049 "   dlclose (dl);\n"
3050 " \n"
3051 msgstr ""
3052
3053 #. type: verbatim
3054 #: ../src/guestfs.pod:1569
3055 #, no-wrap
3056 msgid ""
3057 "   if (!has_function)\n"
3058 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3059 "   else {\n"
3060 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3061 "     /* Now it's safe to call\n"
3062 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3063 "     */\n"
3064 "   }\n"
3065 " #else\n"
3066 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3067 " #endif\n"
3068 "  }\n"
3069 "\n"
3070 msgstr ""
3071
3072 #. type: textblock
3073 #: ../src/guestfs.pod:1582
3074 msgid ""
3075 "You may think the above is an awful lot of hassle, and it is.  There are "
3076 "other ways outside of the C linking system to ensure that this kind of "
3077 "incompatibility never arises, such as using package versioning:"
3078 msgstr ""
3079
3080 #. type: verbatim
3081 #: ../src/guestfs.pod:1587
3082 #, no-wrap
3083 msgid ""
3084 " Requires: libguestfs >= 1.0.80\n"
3085 "\n"
3086 msgstr ""
3087
3088 #. type: =head1
3089 #: ../src/guestfs.pod:1589
3090 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1591
3095 msgid ""
3096 "A recent feature of the API is the introduction of calls which take optional "
3097 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3098 "takes variable arguments (ie. C<...>), as in this example:"
3099 msgstr ""
3100
3101 #. type: verbatim
3102 #: ../src/guestfs.pod:1596
3103 #, no-wrap
3104 msgid ""
3105 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3106 "\n"
3107 msgstr ""
3108
3109 #. type: textblock
3110 #: ../src/guestfs.pod:1598
3111 msgid ""
3112 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3113 "call with no optional arguments specified:"
3114 msgstr ""
3115
3116 #. type: verbatim
3117 #: ../src/guestfs.pod:1601
3118 #, no-wrap
3119 msgid ""
3120 " guestfs_add_drive_opts (g, filename, -1);\n"
3121 "\n"
3122 msgstr ""
3123
3124 #. type: textblock
3125 #: ../src/guestfs.pod:1603
3126 msgid "With a single optional argument:"
3127 msgstr ""
3128
3129 #. type: verbatim
3130 #: ../src/guestfs.pod:1605
3131 #, no-wrap
3132 msgid ""
3133 " guestfs_add_drive_opts (g, filename,\n"
3134 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3135 "                         -1);\n"
3136 "\n"
3137 msgstr ""
3138
3139 #. type: textblock
3140 #: ../src/guestfs.pod:1609
3141 msgid "With two:"
3142 msgstr ""
3143
3144 #. type: verbatim
3145 #: ../src/guestfs.pod:1611
3146 #, no-wrap
3147 msgid ""
3148 " guestfs_add_drive_opts (g, filename,\n"
3149 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3150 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3151 "                         -1);\n"
3152 "\n"
3153 msgstr ""
3154
3155 #. type: textblock
3156 #: ../src/guestfs.pod:1616
3157 msgid ""
3158 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3159 "happen!"
3160 msgstr ""
3161
3162 #. type: =head2
3163 #: ../src/guestfs.pod:1619
3164 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3165 msgstr ""
3166
3167 #. type: textblock
3168 #: ../src/guestfs.pod:1621
3169 msgid ""
3170 "The second variant has the same name with the suffix C<_va>, which works the "
3171 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3172 "example function, this is declared:"
3173 msgstr ""
3174
3175 #. type: verbatim
3176 #: ../src/guestfs.pod:1625
3177 #, no-wrap
3178 msgid ""
3179 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3180 "                                va_list args);\n"
3181 "\n"
3182 msgstr ""
3183
3184 #. type: =head2
3185 #: ../src/guestfs.pod:1628
3186 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3187 msgstr ""
3188
3189 #. type: textblock
3190 #: ../src/guestfs.pod:1630
3191 msgid ""
3192 "The third variant is useful where you need to construct these calls.  You "
3193 "pass in a structure where you fill in the optional fields.  The structure "
3194 "has a bitmask as the first element which you must set to indicate which "
3195 "fields you have filled in.  For our example function the structure and call "
3196 "are declared:"
3197 msgstr ""
3198
3199 #. type: verbatim
3200 #: ../src/guestfs.pod:1636
3201 #, no-wrap
3202 msgid ""
3203 " struct guestfs_add_drive_opts_argv {\n"
3204 "   uint64_t bitmask;\n"
3205 "   int readonly;\n"
3206 "   const char *format;\n"
3207 "   /* ... */\n"
3208 " };\n"
3209 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3210 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3211 "\n"
3212 msgstr ""
3213
3214 #. type: textblock
3215 #: ../src/guestfs.pod:1645
3216 msgid "You could call it like this:"
3217 msgstr ""
3218
3219 #. type: verbatim
3220 #: ../src/guestfs.pod:1647
3221 #, no-wrap
3222 msgid ""
3223 " struct guestfs_add_drive_opts_argv optargs = {\n"
3224 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3225 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3226 "   .readonly = 1,\n"
3227 "   .format = \"qcow2\"\n"
3228 " };\n"
3229 " \n"
3230 msgstr ""
3231
3232 #. type: verbatim
3233 #: ../src/guestfs.pod:1654
3234 #, no-wrap
3235 msgid ""
3236 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3237 "\n"
3238 msgstr ""
3239
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1656 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3242 msgid "Notes:"
3243 msgstr ""
3244
3245 #. type: textblock
3246 #: ../src/guestfs.pod:1662
3247 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3248 msgstr ""
3249
3250 #. type: textblock
3251 #: ../src/guestfs.pod:1667
3252 msgid "You do not need to fill in all fields of the structure."
3253 msgstr ""
3254
3255 #. type: textblock
3256 #: ../src/guestfs.pod:1671
3257 msgid ""
3258 "There must be a one-to-one correspondence between fields of the structure "
3259 "that are filled in, and bits set in the bitmask."
3260 msgstr ""
3261
3262 #. type: =head2
3263 #: ../src/guestfs.pod:1676
3264 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3265 msgstr ""
3266
3267 #. type: textblock
3268 #: ../src/guestfs.pod:1678
3269 msgid ""
3270 "In other languages, optional arguments are expressed in the way that is "
3271 "natural for that language.  We refer you to the language-specific "
3272 "documentation for more details on that."
3273 msgstr ""
3274
3275 #. type: textblock
3276 #: ../src/guestfs.pod:1682
3277 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3278 msgstr ""
3279
3280 #. type: =head2
3281 #: ../src/guestfs.pod:1684
3282 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3283 msgstr ""
3284
3285 #. type: textblock
3286 #: ../src/guestfs.pod:1686
3287 msgid ""
3288 "B<Note:> This section documents the generic event mechanism introduced in "
3289 "libguestfs 1.10, which you should use in new code if possible.  The old "
3290 "functions C<guestfs_set_log_message_callback>, "
3291 "C<guestfs_set_subprocess_quit_callback>, "
3292 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3293 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3294 "page."
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1694
3299 msgid ""
3300 "Handles generate events when certain things happen, such as log messages "
3301 "being generated, progress messages during long-running operations, or the "
3302 "handle being closed.  The API calls described below let you register a "
3303 "callback to be called when events happen.  You can register multiple "
3304 "callbacks (for the same, different or overlapping sets of events), and "
3305 "individually remove callbacks.  If callbacks are not removed, then they "
3306 "remain in force until the handle is closed."
3307 msgstr ""
3308
3309 #. type: textblock
3310 #: ../src/guestfs.pod:1702
3311 msgid ""
3312 "In the current implementation, events are only generated synchronously: that "
3313 "means that events (and hence callbacks) can only happen while you are in the "
3314 "middle of making another libguestfs call.  The callback is called in the "
3315 "same thread."
3316 msgstr ""
3317
3318 #. type: textblock
3319 #: ../src/guestfs.pod:1707
3320 msgid ""
3321 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3322 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3323 msgstr ""
3324
3325 #. type: =head3
3326 #: ../src/guestfs.pod:1711
3327 msgid "CLASSES OF EVENTS"
3328 msgstr ""
3329
3330 #. type: =item
3331 #: ../src/guestfs.pod:1715
3332 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3333 msgstr ""
3334
3335 #. type: textblock
3336 #: ../src/guestfs.pod:1718
3337 msgid ""
3338 "The callback function will be called while the handle is being closed "
3339 "(synchronously from L</guestfs_close>)."
3340 msgstr ""
3341
3342 #. type: textblock
3343 #: ../src/guestfs.pod:1721
3344 msgid ""
3345 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3346 "handles that are open when the program exits.  This means that this callback "
3347 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3348 "problems in higher-level languages (eg. if your HLL interpreter has already "
3349 "been cleaned up by the time this is called, and if your callback then jumps "
3350 "into some HLL function)."
3351 msgstr ""
3352
3353 #. type: textblock
3354 #: ../src/guestfs.pod:1728
3355 msgid ""
3356 "If no callback is registered: the handle is closed without any callback "
3357 "being invoked."
3358 msgstr ""
3359
3360 #. type: =item
3361 #: ../src/guestfs.pod:1731
3362 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3363 msgstr ""
3364
3365 #. type: textblock
3366 #: ../src/guestfs.pod:1734
3367 msgid ""
3368 "The callback function will be called when the child process quits, either "
3369 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3370 "corresponds to a transition from any state to the CONFIG state)."
3371 msgstr ""
3372
3373 #. type: textblock
3374 #: ../src/guestfs.pod:1738 ../src/guestfs.pod:1747
3375 msgid "If no callback is registered: the event is ignored."
3376 msgstr ""
3377
3378 #. type: =item
3379 #: ../src/guestfs.pod:1740
3380 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1743
3385 msgid ""
3386 "The callback function will be called when the child process becomes ready "
3387 "first time after it has been launched.  (This corresponds to a transition "
3388 "from LAUNCHING to the READY state)."
3389 msgstr ""
3390
3391 #. type: =item
3392 #: ../src/guestfs.pod:1749
3393 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3394 msgstr ""
3395
3396 #. type: textblock
3397 #: ../src/guestfs.pod:1752
3398 msgid ""
3399 "Some long-running operations can generate progress messages.  If this "
3400 "callback is registered, then it will be called each time a progress message "
3401 "is generated (usually two seconds after the operation started, and three "
3402 "times per second thereafter until it completes, although the frequency may "
3403 "change in future versions)."
3404 msgstr ""
3405
3406 #. type: textblock
3407 #: ../src/guestfs.pod:1758
3408 msgid ""
3409 "The callback receives in the payload four unsigned 64 bit numbers which are "
3410 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: ../src/guestfs.pod:1761
3415 msgid ""
3416 "The units of C<total> are not defined, although for some operations C<total> "
3417 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3418 "or megabytes), and C<position> may be the portion which has been "
3419 "transferred."
3420 msgstr ""
3421
3422 #. type: textblock
3423 #: ../src/guestfs.pod:1766
3424 msgid "The only defined and stable parts of the API are:"
3425 msgstr ""
3426
3427 #. type: textblock
3428 #: ../src/guestfs.pod:1772
3429 msgid ""
3430 "The callback can display to the user some type of progress bar or indicator "
3431 "which shows the ratio of C<position>:C<total>."
3432 msgstr ""
3433
3434 #. type: textblock
3435 #: ../src/guestfs.pod:1777
3436 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3437 msgstr ""
3438
3439 #. type: textblock
3440 #: ../src/guestfs.pod:1781
3441 msgid ""
3442 "If any progress notification is sent during a call, then a final progress "
3443 "notification is always sent when C<position> = C<total> (I<unless> the call "
3444 "fails with an error)."
3445 msgstr ""
3446
3447 #. type: textblock
3448 #: ../src/guestfs.pod:1785
3449 msgid ""
3450 "This is to simplify caller code, so callers can easily set the progress "
3451 "indicator to \"100%\" at the end of the operation, without requiring special "
3452 "code to detect this case."
3453 msgstr ""
3454
3455 #. type: textblock
3456 #: ../src/guestfs.pod:1791
3457 msgid ""
3458 "For some calls we are unable to estimate the progress of the call, but we "
3459 "can still generate progress messages to indicate activity.  This is known as "
3460 "\"pulse mode\", and is directly supported by certain progress bar "
3461 "implementations (eg. GtkProgressBar)."
3462 msgstr ""
3463
3464 #. type: textblock
3465 #: ../src/guestfs.pod:1796
3466 msgid ""
3467 "For these calls, zero or more progress messages are generated with "
3468 "C<position = 0> and C<total = 1>, followed by a final message with "
3469 "C<position = total = 1>."
3470 msgstr ""
3471
3472 #. type: textblock
3473 #: ../src/guestfs.pod:1800
3474 msgid ""
3475 "As noted above, if the call fails with an error then the final message may "
3476 "not be generated."
3477 msgstr ""
3478
3479 #. type: textblock
3480 #: ../src/guestfs.pod:1805
3481 msgid ""
3482 "The callback also receives the procedure number (C<proc_nr>) and serial "
3483 "number (C<serial>) of the call.  These are only useful for debugging "
3484 "protocol issues, and the callback can normally ignore them.  The callback "
3485 "may want to print these numbers in error messages or debugging messages."
3486 msgstr ""
3487
3488 #. type: textblock
3489 #: ../src/guestfs.pod:1811
3490 msgid "If no callback is registered: progress messages are discarded."
3491 msgstr ""
3492
3493 #. type: =item
3494 #: ../src/guestfs.pod:1813
3495 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1816
3500 msgid ""
3501 "The callback function is called whenever a log message is generated by qemu, "
3502 "the appliance kernel, guestfsd (daemon), or utility programs."
3503 msgstr ""
3504
3505 #. type: textblock
3506 #: ../src/guestfs.pod:1819
3507 msgid ""
3508 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3509 "(L</guestfs_launch>) then additional debug messages are generated."
3510 msgstr ""
3511
3512 #. type: textblock
3513 #: ../src/guestfs.pod:1822 ../src/guestfs.pod:1836
3514 msgid ""
3515 "If no callback is registered: the messages are discarded unless the verbose "
3516 "flag is set in which case they are sent to stderr.  You can override the "
3517 "printing of verbose messages to stderr by setting up a callback."
3518 msgstr ""
3519
3520 #. type: =item
3521 #: ../src/guestfs.pod:1827
3522 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3523 msgstr ""
3524
3525 #. type: textblock
3526 #: ../src/guestfs.pod:1830
3527 msgid ""
3528 "The callback function is called whenever a log message is generated by the "
3529 "library part of libguestfs."
3530 msgstr ""
3531
3532 #. type: textblock
3533 #: ../src/guestfs.pod:1833
3534 msgid ""
3535 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3536 "messages are generated."
3537 msgstr ""
3538
3539 #. type: =item
3540 #: ../src/guestfs.pod:1841
3541 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3542 msgstr ""
3543
3544 #. type: textblock
3545 #: ../src/guestfs.pod:1844
3546 msgid ""
3547 "The callback function is called whenever a trace message is generated.  This "
3548 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3549 msgstr ""
3550
3551 #. type: textblock
3552 #: ../src/guestfs.pod:1847
3553 msgid ""
3554 "If no callback is registered: the messages are sent to stderr.  You can "
3555 "override the printing of trace messages to stderr by setting up a callback."
3556 msgstr ""
3557
3558 #. type: =head3
3559 #: ../src/guestfs.pod:1853
3560 msgid "guestfs_set_event_callback"
3561 msgstr ""
3562
3563 #. type: verbatim
3564 #: ../src/guestfs.pod:1855
3565 #, no-wrap
3566 msgid ""
3567 " int guestfs_set_event_callback (guestfs_h *g,\n"
3568 "                                 guestfs_event_callback cb,\n"
3569 "                                 uint64_t event_bitmask,\n"
3570 "                                 int flags,\n"
3571 "                                 void *opaque);\n"
3572 "\n"
3573 msgstr ""
3574
3575 #. type: textblock
3576 #: ../src/guestfs.pod:1861
3577 msgid ""
3578 "This function registers a callback (C<cb>) for all event classes in the "
3579 "C<event_bitmask>."
3580 msgstr ""
3581
3582 #. type: textblock
3583 #: ../src/guestfs.pod:1864
3584 msgid ""
3585 "For example, to register for all log message events, you could call this "
3586 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3587 "To register a single callback for all possible classes of events, use "
3588 "C<GUESTFS_EVENT_ALL>."
3589 msgstr ""
3590
3591 #. type: textblock
3592 #: ../src/guestfs.pod:1870
3593 msgid "C<flags> should always be passed as 0."
3594 msgstr ""
3595
3596 #. type: textblock
3597 #: ../src/guestfs.pod:1872
3598 msgid ""
3599 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3600 "it for any purpose."
3601 msgstr ""
3602
3603 #. type: textblock
3604 #: ../src/guestfs.pod:1875
3605 msgid ""
3606 "The return value is the event handle (an integer) which you can use to "
3607 "delete the callback (see below)."
3608 msgstr ""
3609
3610 #. type: textblock
3611 #: ../src/guestfs.pod:1878
3612 msgid ""
3613 "If there is an error, this function returns C<-1>, and sets the error in the "
3614 "handle in the usual way (see L</guestfs_last_error> etc.)"
3615 msgstr ""
3616
3617 #. type: textblock
3618 #: ../src/guestfs.pod:1881
3619 msgid ""
3620 "Callbacks remain in effect until they are deleted, or until the handle is "
3621 "closed."
3622 msgstr ""
3623
3624 #. type: textblock
3625 #: ../src/guestfs.pod:1884
3626 msgid ""
3627 "In the case where multiple callbacks are registered for a particular event "
3628 "class, all of the callbacks are called.  The order in which multiple "
3629 "callbacks are called is not defined."
3630 msgstr ""
3631
3632 #. type: =head3
3633 #: ../src/guestfs.pod:1888
3634 msgid "guestfs_delete_event_callback"
3635 msgstr ""
3636
3637 #. type: verbatim
3638 #: ../src/guestfs.pod:1890
3639 #, no-wrap
3640 msgid ""
3641 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3642 "\n"
3643 msgstr ""
3644
3645 #. type: textblock
3646 #: ../src/guestfs.pod:1892
3647 msgid ""
3648 "Delete a callback that was previously registered.  C<event_handle> should be "
3649 "the integer that was returned by a previous call to "
3650 "C<guestfs_set_event_callback> on the same handle."
3651 msgstr ""
3652
3653 #. type: =head3
3654 #: ../src/guestfs.pod:1896
3655 msgid "guestfs_event_callback"
3656 msgstr ""
3657
3658 #. type: verbatim
3659 #: ../src/guestfs.pod:1898
3660 #, no-wrap
3661 msgid ""
3662 " typedef void (*guestfs_event_callback) (\n"
3663 "                  guestfs_h *g,\n"
3664 "                  void *opaque,\n"
3665 "                  uint64_t event,\n"
3666 "                  int event_handle,\n"
3667 "                  int flags,\n"
3668 "                  const char *buf, size_t buf_len,\n"
3669 "                  const uint64_t *array, size_t array_len);\n"
3670 "\n"
3671 msgstr ""
3672
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1907
3675 msgid "This is the type of the event callback function that you have to provide."
3676 msgstr ""
3677
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1910
3680 msgid ""
3681 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3682 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3683 "handle, and C<flags> which in the current API you should ignore."
3684 msgstr ""
3685
3686 #. type: textblock
3687 #: ../src/guestfs.pod:1914
3688 msgid ""
3689 "The remaining parameters contain the event payload (if any).  Each event may "
3690 "contain a payload, which usually relates to the event class, but for future "
3691 "proofing your code should be written to handle any payload for any event "
3692 "class."
3693 msgstr ""
3694
3695 #. type: textblock
3696 #: ../src/guestfs.pod:1919
3697 msgid ""
3698 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3699 "there is no message buffer).  Note that this message buffer can contain "
3700 "arbitrary 8 bit data, including NUL bytes."
3701 msgstr ""
3702
3703 #. type: textblock
3704 #: ../src/guestfs.pod:1923
3705 msgid ""
3706 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3707 "moment this is only used for progress messages."
3708 msgstr ""
3709
3710 #. type: =head3
3711 #: ../src/guestfs.pod:1926
3712 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3713 msgstr ""
3714
3715 #. type: textblock
3716 #: ../src/guestfs.pod:1928
3717 msgid ""
3718 "One motivation for the generic event API was to allow GUI programs to "
3719 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3720 "unconditionally to C<stderr>."
3721 msgstr ""
3722
3723 #. type: textblock
3724 #: ../src/guestfs.pod:1932
3725 msgid ""
3726 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3727 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3728 "messages are not events; you must capture error messages separately)."
3729 msgstr ""
3730
3731 #. type: textblock
3732 #: ../src/guestfs.pod:1937
3733 msgid ""
3734 "Programs have to set up a callback to capture the classes of events of "
3735 "interest:"
3736 msgstr ""
3737
3738 #. type: verbatim
3739 #: ../src/guestfs.pod:1940
3740 #, no-wrap
3741 msgid ""
3742 " int eh =\n"
3743 "   guestfs_set_event_callback\n"
3744 "     (g, message_callback,\n"
3745 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3746 "      GUESTFS_EVENT_TRACE,\n"
3747 "      0, NULL) == -1)\n"
3748 " if (eh == -1) {\n"
3749 "   // handle error in the usual way\n"
3750 " }\n"
3751 "\n"
3752 msgstr ""
3753
3754 #. type: textblock
3755 #: ../src/guestfs.pod:1950
3756 msgid ""
3757 "The callback can then direct messages to the appropriate place.  In this "
3758 "example, messages are directed to syslog:"
3759 msgstr ""
3760
3761 #. type: verbatim
3762 #: ../src/guestfs.pod:1953
3763 #, no-wrap
3764 msgid ""
3765 " static void\n"
3766 " message_callback (\n"
3767 "         guestfs_h *g,\n"
3768 "         void *opaque,\n"
3769 "         uint64_t event,\n"
3770 "         int event_handle,\n"
3771 "         int flags,\n"
3772 "         const char *buf, size_t buf_len,\n"
3773 "         const uint64_t *array, size_t array_len)\n"
3774 " {\n"
3775 "   const int priority = LOG_USER|LOG_INFO;\n"
3776 "   if (buf_len > 0)\n"
3777 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3778 " }\n"
3779 "\n"
3780 msgstr ""
3781
3782 #. type: =head1
3783 #: ../src/guestfs.pod:1968
3784 msgid "PRIVATE DATA AREA"
3785 msgstr ""
3786
3787 #. type: textblock
3788 #: ../src/guestfs.pod:1970
3789 msgid ""
3790 "You can attach named pieces of private data to the libguestfs handle, fetch "
3791 "them by name, and walk over them, for the lifetime of the handle.  This is "
3792 "called the private data area and is only available from the C API."
3793 msgstr ""
3794
3795 #. type: textblock
3796 #: ../src/guestfs.pod:1975
3797 msgid "To attach a named piece of data, use the following call:"
3798 msgstr ""
3799
3800 #. type: verbatim
3801 #: ../src/guestfs.pod:1977
3802 #, no-wrap
3803 msgid ""
3804 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3805 "\n"
3806 msgstr ""
3807
3808 #. type: textblock
3809 #: ../src/guestfs.pod:1979
3810 msgid ""
3811 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3812 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3813 "overwritten."
3814 msgstr ""
3815
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1983
3818 msgid ""
3819 "You can use any C<key> you want, but names beginning with an underscore "
3820 "character are reserved for internal libguestfs purposes (for implementing "
3821 "language bindings).  It is recommended to prefix the name with some unique "
3822 "string to avoid collisions with other users."
3823 msgstr ""
3824
3825 #. type: textblock
3826 #: ../src/guestfs.pod:1988
3827 msgid "To retrieve the pointer, use:"
3828 msgstr ""
3829
3830 #. type: verbatim
3831 #: ../src/guestfs.pod:1990
3832 #, no-wrap
3833 msgid ""
3834 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3835 "\n"
3836 msgstr ""
3837
3838 #. type: textblock
3839 #: ../src/guestfs.pod:1992
3840 msgid ""
3841 "This function returns C<NULL> if either no data is found associated with "
3842 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3843 "C<NULL>."
3844 msgstr ""
3845
3846 #. type: textblock
3847 #: ../src/guestfs.pod:1996
3848 msgid ""
3849 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3850 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3851 "all.  In particular, libguestfs does I<not> try to free the data when the "
3852 "handle is closed.  If the data must be freed, then the caller must either "
3853 "free it before calling L</guestfs_close> or must set up a close callback to "
3854 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3855 msgstr ""
3856
3857 #. type: textblock
3858 #: ../src/guestfs.pod:2003
3859 msgid "To walk over all entries, use these two functions:"
3860 msgstr ""
3861
3862 #. type: verbatim
3863 #: ../src/guestfs.pod:2005
3864 #, no-wrap
3865 msgid ""
3866 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3867 "\n"
3868 msgstr ""
3869
3870 #. type: verbatim
3871 #: ../src/guestfs.pod:2007
3872 #, no-wrap
3873 msgid ""
3874 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3875 "\n"
3876 msgstr ""
3877
3878 #. type: textblock
3879 #: ../src/guestfs.pod:2009
3880 msgid ""
3881 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3882 "not have any particular meaning -- keys are not returned in any defined "
3883 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3884 "corresponding data pointer is returned from the function.  C<NULL> is "
3885 "returned if there are no keys stored in the handle."
3886 msgstr ""
3887
3888 #. type: textblock
3889 #: ../src/guestfs.pod:2015
3890 msgid ""
3891 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3892 "value of this function is also C<NULL> is there are no further entries to "
3893 "return."
3894 msgstr ""
3895
3896 #. type: textblock
3897 #: ../src/guestfs.pod:2019
3898 msgid "Notes about walking over entries:"
3899 msgstr ""
3900
3901 #. type: textblock
3902 #: ../src/guestfs.pod:2025
3903 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: ../src/guestfs.pod:2030
3908 msgid ""
3909 "The handle maintains an internal iterator which is reset when you call "
3910 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3911 "call C<guestfs_set_private>."
3912 msgstr ""
3913
3914 #. type: textblock
3915 #: ../src/guestfs.pod:2036
3916 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3917 msgstr ""
3918
3919 #. type: verbatim
3920 #: ../src/guestfs.pod:2038
3921 #, no-wrap
3922 msgid ""
3923 " guestfs_set_private (g, key, NULL);\n"
3924 "\n"
3925 msgstr ""
3926
3927 #. type: textblock
3928 #: ../src/guestfs.pod:2040
3929 msgid "then that C<key> is not returned when walking."
3930 msgstr ""
3931
3932 #. type: textblock
3933 #: ../src/guestfs.pod:2044
3934 msgid ""
3935 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3936 "C<guestfs_next_private> or C<guestfs_set_private>."
3937 msgstr ""
3938
3939 #. type: textblock
3940 #: ../src/guestfs.pod:2050
3941 msgid ""
3942 "The following example code shows how to print all keys and data pointers "
3943 "that are associated with the handle C<g>:"
3944 msgstr ""
3945
3946 #. type: verbatim
3947 #: ../src/guestfs.pod:2053
3948 #, no-wrap
3949 msgid ""
3950 " const char *key;\n"
3951 " void *data = guestfs_first_private (g, &key);\n"
3952 " while (data != NULL)\n"
3953 "   {\n"
3954 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3955 "     data = guestfs_next_private (g, &key);\n"
3956 "   }\n"
3957 "\n"
3958 msgstr ""
3959
3960 #. type: textblock
3961 #: ../src/guestfs.pod:2061
3962 msgid ""
3963 "More commonly you are only interested in keys that begin with an "
3964 "application-specific prefix C<foo_>.  Modify the loop like so:"
3965 msgstr ""
3966
3967 #. type: verbatim
3968 #: ../src/guestfs.pod:2064
3969 #, no-wrap
3970 msgid ""
3971 " const char *key;\n"
3972 " void *data = guestfs_first_private (g, &key);\n"
3973 " while (data != NULL)\n"
3974 "   {\n"
3975 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3976 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3977 "     data = guestfs_next_private (g, &key);\n"
3978 "   }\n"
3979 "\n"
3980 msgstr ""
3981
3982 #. type: textblock
3983 #: ../src/guestfs.pod:2073
3984 msgid ""
3985 "If you need to modify keys while walking, then you have to jump back to the "
3986 "beginning of the loop.  For example, to delete all keys prefixed with "
3987 "C<foo_>:"
3988 msgstr ""
3989
3990 #. type: verbatim
3991 #: ../src/guestfs.pod:2077
3992 #, no-wrap
3993 msgid ""
3994 "  const char *key;\n"
3995 "  void *data;\n"
3996 " again:\n"
3997 "  data = guestfs_first_private (g, &key);\n"
3998 "  while (data != NULL)\n"
3999 "    {\n"
4000 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4001 "        {\n"
4002 "          guestfs_set_private (g, key, NULL);\n"
4003 "          /* note that 'key' pointer is now invalid, and so is\n"
4004 "             the internal iterator */\n"
4005 "          goto again;\n"
4006 "        }\n"
4007 "      data = guestfs_next_private (g, &key);\n"
4008 "    }\n"
4009 "\n"
4010 msgstr ""
4011
4012 #. type: textblock
4013 #: ../src/guestfs.pod:2093
4014 msgid ""
4015 "Note that the above loop is guaranteed to terminate because the keys are "
4016 "being deleted, but other manipulations of keys within the loop might not "
4017 "terminate unless you also maintain an indication of which keys have been "
4018 "visited."
4019 msgstr ""
4020
4021 #. type: =end
4022 #: ../src/guestfs.pod:2098 ../src/guestfs.pod:2103
4023 msgid "html"
4024 msgstr ""
4025
4026 #. type: textblock
4027 #: ../src/guestfs.pod:2100
4028 msgid ""
4029 "<!-- old anchor for the next section --> <a "
4030 "name=\"state_machine_and_low_level_event_api\"/>"
4031 msgstr ""
4032
4033 #. type: =head1
4034 #: ../src/guestfs.pod:2105
4035 msgid "ARCHITECTURE"
4036 msgstr ""
4037
4038 #. type: textblock
4039 #: ../src/guestfs.pod:2107
4040 msgid ""
4041 "Internally, libguestfs is implemented by running an appliance (a special "
4042 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4043 "process of the main program."
4044 msgstr ""
4045
4046 #. type: verbatim
4047 #: ../src/guestfs.pod:2111
4048 #, no-wrap
4049 msgid ""
4050 "  ___________________\n"
4051 " /                   \\\n"
4052 " | main program      |\n"
4053 " |                   |\n"
4054 " |                   |           child process / appliance\n"
4055 " |                   |           __________________________\n"
4056 " |                   |          / qemu                     \\\n"
4057 " +-------------------+   RPC    |      +-----------------+ |\n"
4058 " | libguestfs     <--------------------> guestfsd        | |\n"
4059 " |                   |          |      +-----------------+ |\n"
4060 " \\___________________/          |      | Linux kernel    | |\n"
4061 "                                |      +--^--------------+ |\n"
4062 "                                \\_________|________________/\n"
4063 "                                          |\n"
4064 "                                   _______v______\n"
4065 "                                  /              \\\n"
4066 "                                  | Device or    |\n"
4067 "                                  | disk image   |\n"
4068 "                                  \\______________/\n"
4069 "\n"
4070 msgstr ""
4071
4072 #. type: textblock
4073 #: ../src/guestfs.pod:2131
4074 msgid ""
4075 "The library, linked to the main program, creates the child process and hence "
4076 "the appliance in the L</guestfs_launch> function."
4077 msgstr ""
4078
4079 #. type: textblock
4080 #: ../src/guestfs.pod:2134
4081 msgid ""
4082 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4083 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4084 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4085 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4086 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4087 "attached to the qemu process which translates device access by the "
4088 "appliance's Linux kernel into accesses to the image."
4089 msgstr ""
4090
4091 #. type: textblock
4092 #: ../src/guestfs.pod:2143
4093 msgid ""
4094 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4095 "Although the disk image you are attached to might also be used by some "
4096 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4097 "care if both libguestfs's qemu process and your virtual machine are trying "
4098 "to update the disk image at the same time, since these usually results in "
4099 "massive disk corruption)."
4100 msgstr ""
4101
4102 #. type: =head1
4103 #: ../src/guestfs.pod:2150
4104 msgid "STATE MACHINE"
4105 msgstr ""
4106
4107 #. type: textblock
4108 #: ../src/guestfs.pod:2152
4109 msgid "libguestfs uses a state machine to model the child process:"
4110 msgstr ""
4111
4112 #. type: verbatim
4113 #: ../src/guestfs.pod:2154
4114 #, no-wrap
4115 msgid ""
4116 "                         |\n"
4117 "                    guestfs_create\n"
4118 "                         |\n"
4119 "                         |\n"
4120 "                     ____V_____\n"
4121 "                    /          \\\n"
4122 "                    |  CONFIG  |\n"
4123 "                    \\__________/\n"
4124 "                     ^ ^   ^  \\\n"
4125 "                    /  |    \\  \\ guestfs_launch\n"
4126 "                   /   |    _\\__V______\n"
4127 "                  /    |   /           \\\n"
4128 "                 /     |   | LAUNCHING |\n"
4129 "                /      |   \\___________/\n"
4130 "               /       |       /\n"
4131 "              /        |  guestfs_launch\n"
4132 "             /         |     /\n"
4133 "    ______  /        __|____V\n"
4134 "   /      \\ ------> /        \\\n"
4135 "   | BUSY |         | READY  |\n"
4136 "   \\______/ <------ \\________/\n"
4137 "\n"
4138 msgstr ""
4139
4140 #. type: textblock
4141 #: ../src/guestfs.pod:2176
4142 msgid ""
4143 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4144 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4145 "(3) alternating between READY and BUSY as commands are issued to, and "
4146 "carried out by, the child process."
4147 msgstr ""
4148
4149 #. type: textblock
4150 #: ../src/guestfs.pod:2181
4151 msgid ""
4152 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4153 "asynchronously at any time (eg. due to some internal error), and that causes "
4154 "the state to transition back to CONFIG."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:2185
4159 msgid ""
4160 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4161 "issued when in the CONFIG state."
4162 msgstr ""
4163
4164 #. type: textblock
4165 #: ../src/guestfs.pod:2188
4166 msgid ""
4167 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4168 "L</guestfs_launch> blocks until the child process is READY to accept "
4169 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4170 "moves the state from CONFIG to LAUNCHING while it is running."
4171 msgstr ""
4172
4173 #. type: textblock
4174 #: ../src/guestfs.pod:2194
4175 msgid ""
4176 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4177 "state.  These API calls block waiting for the command to be carried out "
4178 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4179 "non-blocking versions, and no way to issue more than one command per handle "
4180 "at the same time."
4181 msgstr ""
4182
4183 #. type: textblock
4184 #: ../src/guestfs.pod:2200
4185 msgid ""
4186 "Finally, the child process sends asynchronous messages back to the main "
4187 "program, such as kernel log messages.  You can register a callback to "
4188 "receive these messages."
4189 msgstr ""
4190
4191 #. type: =head1
4192 #: ../src/guestfs.pod:2204
4193 msgid "INTERNALS"
4194 msgstr ""
4195
4196 #. type: =head2
4197 #: ../src/guestfs.pod:2206
4198 msgid "COMMUNICATION PROTOCOL"
4199 msgstr ""
4200
4201 #. type: textblock
4202 #: ../src/guestfs.pod:2208
4203 msgid ""
4204 "Don't rely on using this protocol directly.  This section documents how it "
4205 "currently works, but it may change at any time."
4206 msgstr ""
4207
4208 #. type: textblock
4209 #: ../src/guestfs.pod:2211
4210 msgid ""
4211 "The protocol used to talk between the library and the daemon running inside "
4212 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4213 "1014, RFC 1832, RFC 4506)."
4214 msgstr ""
4215
4216 #. type: textblock
4217 #: ../src/guestfs.pod:2215
4218 msgid ""
4219 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4220 "this file is automatically generated)."
4221 msgstr ""
4222
4223 #. type: textblock
4224 #: ../src/guestfs.pod:2218
4225 msgid ""
4226 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4227 "and C<FileOut> parameters, which are handled with very simple request/reply "
4228 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4229 "parameters, which use the same request and reply messages, but they may also "
4230 "be followed by files sent using a chunked encoding."
4231 msgstr ""
4232
4233 #. type: =head3
4234 #: ../src/guestfs.pod:2225
4235 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4236 msgstr ""
4237
4238 #. type: textblock
4239 #: ../src/guestfs.pod:2227
4240 msgid "For ordinary functions, the request message is:"
4241 msgstr ""
4242
4243 #. type: verbatim
4244 #: ../src/guestfs.pod:2229
4245 #, no-wrap
4246 msgid ""
4247 " total length (header + arguments,\n"
4248 "      but not including the length word itself)\n"
4249 " struct guestfs_message_header (encoded as XDR)\n"
4250 " struct guestfs_<foo>_args (encoded as XDR)\n"
4251 "\n"
4252 msgstr ""
4253
4254 #. type: textblock
4255 #: ../src/guestfs.pod:2234
4256 msgid ""
4257 "The total length field allows the daemon to allocate a fixed size buffer "
4258 "into which it slurps the rest of the message.  As a result, the total length "
4259 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4260 "effective size of any request is limited to somewhere under this size."
4261 msgstr ""
4262
4263 #. type: textblock
4264 #: ../src/guestfs.pod:2240
4265 msgid ""
4266 "Note also that many functions don't take any arguments, in which case the "
4267 "C<guestfs_I<foo>_args> is completely omitted."
4268 msgstr ""
4269
4270 #. type: textblock
4271 #: ../src/guestfs.pod:2243
4272 msgid ""
4273 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4274 "receiver knows what type of args structure to expect, or none at all."
4275 msgstr ""
4276
4277 #. type: textblock
4278 #: ../src/guestfs.pod:2247
4279 msgid ""
4280 "For functions that take optional arguments, the optional arguments are "
4281 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4282 "arguments.  A bitmask in the header indicates which optional arguments are "
4283 "meaningful.  The bitmask is also checked to see if it contains bits set "
4284 "which the daemon does not know about (eg. if more optional arguments were "
4285 "added in a later version of the library), and this causes the call to be "
4286 "rejected."
4287 msgstr ""
4288
4289 #. type: textblock
4290 #: ../src/guestfs.pod:2255
4291 msgid "The reply message for ordinary functions is:"
4292 msgstr ""
4293
4294 #. type: verbatim
4295 #: ../src/guestfs.pod:2257
4296 #, no-wrap
4297 msgid ""
4298 " total length (header + ret,\n"
4299 "      but not including the length word itself)\n"
4300 " struct guestfs_message_header (encoded as XDR)\n"
4301 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4302 "\n"
4303 msgstr ""
4304
4305 #. type: textblock
4306 #: ../src/guestfs.pod:2262
4307 msgid ""
4308 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4309 "functions that return no formal return values."
4310 msgstr ""
4311
4312 #. type: textblock
4313 #: ../src/guestfs.pod:2265
4314 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4315 msgstr ""
4316
4317 #. type: textblock
4318 #: ../src/guestfs.pod:2268
4319 msgid ""
4320 "In the case of an error, a flag is set in the header, and the reply message "
4321 "is slightly changed:"
4322 msgstr ""
4323
4324 #. type: verbatim
4325 #: ../src/guestfs.pod:2271
4326 #, no-wrap
4327 msgid ""
4328 " total length (header + error,\n"
4329 "      but not including the length word itself)\n"
4330 " struct guestfs_message_header (encoded as XDR)\n"
4331 " struct guestfs_message_error (encoded as XDR)\n"
4332 "\n"
4333 msgstr ""
4334
4335 #. type: textblock
4336 #: ../src/guestfs.pod:2276
4337 msgid ""
4338 "The C<guestfs_message_error> structure contains the error message as a "
4339 "string."
4340 msgstr ""
4341
4342 #. type: =head3
4343 #: ../src/guestfs.pod:2279
4344 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4345 msgstr ""
4346
4347 #. type: textblock
4348 #: ../src/guestfs.pod:2281
4349 msgid ""
4350 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4351 "The normal request message is sent (see above).  However this is followed by "
4352 "a sequence of file chunks."
4353 msgstr ""
4354
4355 #. type: verbatim
4356 #: ../src/guestfs.pod:2285
4357 #, no-wrap
4358 msgid ""
4359 " total length (header + arguments,\n"
4360 "      but not including the length word itself,\n"
4361 "      and not including the chunks)\n"
4362 " struct guestfs_message_header (encoded as XDR)\n"
4363 " struct guestfs_<foo>_args (encoded as XDR)\n"
4364 " sequence of chunks for FileIn param #0\n"
4365 " sequence of chunks for FileIn param #1 etc.\n"
4366 "\n"
4367 msgstr ""
4368
4369 #. type: textblock
4370 #: ../src/guestfs.pod:2293
4371 msgid "The \"sequence of chunks\" is:"
4372 msgstr ""
4373
4374 #. type: verbatim
4375 #: ../src/guestfs.pod:2295
4376 #, no-wrap
4377 msgid ""
4378 " length of chunk (not including length word itself)\n"
4379 " struct guestfs_chunk (encoded as XDR)\n"
4380 " length of chunk\n"
4381 " struct guestfs_chunk (encoded as XDR)\n"
4382 "   ...\n"
4383 " length of chunk\n"
4384 " struct guestfs_chunk (with data.data_len == 0)\n"
4385 "\n"
4386 msgstr ""
4387
4388 #. type: textblock
4389 #: ../src/guestfs.pod:2303
4390 msgid ""
4391 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4392 "is set in the final chunk to indicate either successful completion or early "
4393 "cancellation."
4394 msgstr ""
4395
4396 #. type: textblock
4397 #: ../src/guestfs.pod:2307
4398 msgid ""
4399 "At time of writing there are no functions that have more than one FileIn "
4400 "parameter.  However this is (theoretically) supported, by sending the "
4401 "sequence of chunks for each FileIn parameter one after another (from left to "
4402 "right)."
4403 msgstr ""
4404
4405 #. type: textblock
4406 #: ../src/guestfs.pod:2312
4407 msgid ""
4408 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4409 "transfer.  The library does this by sending a chunk with a special flag set "
4410 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4411 "RPC, does I<not> send any reply, and goes back to reading the next request."
4412 msgstr ""
4413
4414 #. type: textblock
4415 #: ../src/guestfs.pod:2318
4416 msgid ""
4417 "The daemon may also cancel.  It does this by writing a special word "
4418 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4419 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4420 "cancel chunk).  The special word is chosen so that even if cancellation "
4421 "happens right at the end of the transfer (after the library has finished "
4422 "writing and has started listening for the reply), the \"spurious\" cancel "
4423 "flag will not be confused with the reply message."
4424 msgstr ""
4425
4426 #. type: textblock
4427 #: ../src/guestfs.pod:2327
4428 msgid ""
4429 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4430 "limit), and also files where the size is not known in advance (eg. from "
4431 "pipes or sockets).  However the chunks are rather small "
4432 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4433 "to keep much in memory."
4434 msgstr ""
4435
4436 #. type: =head3
4437 #: ../src/guestfs.pod:2333
4438 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2335
4443 msgid ""
4444 "The protocol for FileOut parameters is exactly the same as for FileIn "
4445 "parameters, but with the roles of daemon and library reversed."
4446 msgstr ""
4447
4448 #. type: verbatim
4449 #: ../src/guestfs.pod:2338
4450 #, no-wrap
4451 msgid ""
4452 " total length (header + ret,\n"
4453 "      but not including the length word itself,\n"
4454 "      and not including the chunks)\n"
4455 " struct guestfs_message_header (encoded as XDR)\n"
4456 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4457 " sequence of chunks for FileOut param #0\n"
4458 " sequence of chunks for FileOut param #1 etc.\n"
4459 "\n"
4460 msgstr ""
4461
4462 #. type: =head3
4463 #: ../src/guestfs.pod:2346
4464 msgid "INITIAL MESSAGE"
4465 msgstr ""
4466
4467 #. type: textblock
4468 #: ../src/guestfs.pod:2348
4469 msgid ""
4470 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4471 "which indicates that the guest and daemon is alive.  This is what "
4472 "L</guestfs_launch> waits for."
4473 msgstr ""
4474
4475 #. type: =head3
4476 #: ../src/guestfs.pod:2352
4477 msgid "PROGRESS NOTIFICATION MESSAGES"
4478 msgstr ""
4479
4480 #. type: textblock
4481 #: ../src/guestfs.pod:2354
4482 msgid ""
4483 "The daemon may send progress notification messages at any time.  These are "
4484 "distinguished by the normal length word being replaced by "
4485 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4486 msgstr ""
4487
4488 #. type: textblock
4489 #: ../src/guestfs.pod:2358
4490 msgid ""
4491 "The library turns them into progress callbacks (see "
4492 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4493 "them if not."
4494 msgstr ""
4495
4496 #. type: textblock
4497 #: ../src/guestfs.pod:2362
4498 msgid ""
4499 "The daemon self-limits the frequency of progress messages it sends (see "
4500 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4501 "messages."
4502 msgstr ""
4503
4504 #. type: =head1
4505 #: ../src/guestfs.pod:2366
4506 msgid "LIBGUESTFS VERSION NUMBERS"
4507 msgstr ""
4508
4509 #. type: textblock
4510 #: ../src/guestfs.pod:2368
4511 msgid ""
4512 "Since April 2010, libguestfs has started to make separate development and "
4513 "stable releases, along with corresponding branches in our git repository.  "
4514 "These separate releases can be identified by version number:"
4515 msgstr ""
4516
4517 #. type: verbatim
4518 #: ../src/guestfs.pod:2373
4519 #, no-wrap
4520 msgid ""
4521 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4522 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4523 "       |\n"
4524 "       v\n"
4525 " 1  .  3  .  5\n"
4526 " ^           ^\n"
4527 " |           |\n"
4528 " |           `-------- sub-version\n"
4529 " |\n"
4530 " `------ always '1' because we don't change the ABI\n"
4531 "\n"
4532 msgstr ""
4533
4534 #. type: textblock
4535 #: ../src/guestfs.pod:2384
4536 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4537 msgstr ""
4538
4539 #. type: textblock
4540 #: ../src/guestfs.pod:2386
4541 msgid ""
4542 "As time passes we cherry pick fixes from the development branch and backport "
4543 "those into the stable branch, the effect being that the stable branch should "
4544 "get more stable and less buggy over time.  So the stable releases are ideal "
4545 "for people who don't need new features but would just like the software to "
4546 "work."
4547 msgstr ""
4548
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2392
4551 msgid "Our criteria for backporting changes are:"
4552 msgstr ""
4553
4554 #. type: textblock
4555 #: ../src/guestfs.pod:2398
4556 msgid ""
4557 "Documentation changes which don't affect any code are backported unless the "
4558 "documentation refers to a future feature which is not in stable."
4559 msgstr ""
4560
4561 #. type: textblock
4562 #: ../src/guestfs.pod:2404
4563 msgid ""
4564 "Bug fixes which are not controversial, fix obvious problems, and have been "
4565 "well tested are backported."
4566 msgstr ""
4567
4568 #. type: textblock
4569 #: ../src/guestfs.pod:2409
4570 msgid ""
4571 "Simple rearrangements of code which shouldn't affect how it works get "
4572 "backported.  This is so that the code in the two branches doesn't get too "
4573 "far out of step, allowing us to backport future fixes more easily."
4574 msgstr ""
4575
4576 #. type: textblock
4577 #: ../src/guestfs.pod:2415
4578 msgid ""
4579 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4580 "exceptional case: the new feature is required in order to implement an "
4581 "important bug fix."
4582 msgstr ""
4583
4584 #. type: textblock
4585 #: ../src/guestfs.pod:2421
4586 msgid ""
4587 "A new stable branch starts when we think the new features in development are "
4588 "substantial and compelling enough over the current stable branch to warrant "
4589 "it.  When that happens we create new stable and development versions 1.N.0 "
4590 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4591 "stable at this point, but by backporting fixes from development, that branch "
4592 "will stabilize over time."
4593 msgstr ""
4594
4595 #. type: =head1
4596 #: ../src/guestfs.pod:2429
4597 msgid "EXTENDING LIBGUESTFS"
4598 msgstr ""
4599
4600 #. type: =head2
4601 #: ../src/guestfs.pod:2431
4602 msgid "ADDING A NEW API ACTION"
4603 msgstr ""
4604
4605 #. type: textblock
4606 #: ../src/guestfs.pod:2433
4607 msgid ""
4608 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4609 "documentation) are generated, and this makes it easy to extend the "
4610 "libguestfs API."
4611 msgstr ""
4612
4613 #. type: textblock
4614 #: ../src/guestfs.pod:2437
4615 msgid "To add a new API action there are two changes:"
4616 msgstr ""
4617
4618 #. type: textblock
4619 #: ../src/guestfs.pod:2443
4620 msgid ""
4621 "You need to add a description of the call (name, parameters, return type, "
4622 "tests, documentation) to C<generator/generator_actions.ml>."
4623 msgstr ""
4624
4625 #. type: textblock
4626 #: ../src/guestfs.pod:2446
4627 msgid ""
4628 "There are two sorts of API action, depending on whether the call goes "
4629 "through to the daemon in the appliance, or is serviced entirely by the "
4630 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4631 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4632 "an example of the latter, since a trace flag is maintained in the handle and "
4633 "all tracing is done on the library side."
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2454
4638 msgid ""
4639 "Most new actions are of the first type, and get added to the "
4640 "C<daemon_functions> list.  Each function has a unique procedure number used "
4641 "in the RPC protocol which is assigned to that action when we publish "
4642 "libguestfs and cannot be reused.  Take the latest procedure number and "
4643 "increment it."
4644 msgstr ""
4645
4646 #. type: textblock
4647 #: ../src/guestfs.pod:2460
4648 msgid ""
4649 "For library-only actions of the second type, add to the "
4650 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4651 "library and do not travel over the RPC mechanism to the daemon, these "
4652 "functions do not need a procedure number, and so the procedure number is set "
4653 "to C<-1>."
4654 msgstr ""
4655
4656 #. type: textblock
4657 #: ../src/guestfs.pod:2468
4658 msgid "Implement the action (in C):"
4659 msgstr ""
4660
4661 #. type: textblock
4662 #: ../src/guestfs.pod:2470
4663 msgid ""
4664 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4665 "C<daemon/> directory."
4666 msgstr ""
4667
4668 #. type: textblock
4669 #: ../src/guestfs.pod:2473
4670 msgid ""
4671 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4672 "(note: double underscore) in the C<src/> directory."
4673 msgstr ""
4674
4675 #. type: textblock
4676 #: ../src/guestfs.pod:2476
4677 msgid "In either case, use another function as an example of what to do."
4678 msgstr ""
4679
4680 #. type: textblock
4681 #: ../src/guestfs.pod:2480
4682 msgid "After making these changes, use C<make> to compile."
4683 msgstr ""
4684
4685 #. type: textblock
4686 #: ../src/guestfs.pod:2482
4687 msgid ""
4688 "Note that you don't need to implement the RPC, language bindings, manual "
4689 "pages or anything else.  It's all automatically generated from the OCaml "
4690 "description."
4691 msgstr ""
4692
4693 #. type: =head2
4694 #: ../src/guestfs.pod:2486
4695 msgid "ADDING TESTS FOR AN API ACTION"
4696 msgstr ""
4697
4698 #. type: textblock
4699 #: ../src/guestfs.pod:2488
4700 msgid ""
4701 "You can supply zero or as many tests as you want per API call.  The tests "
4702 "can either be added as part of the API description "
4703 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4704 "drop a script into C<regressions/>.  Note that adding a script to "
4705 "C<regressions/> is slower, so if possible use the first method."
4706 msgstr ""
4707
4708 #. type: textblock
4709 #: ../src/guestfs.pod:2494
4710 msgid ""
4711 "The following describes the test environment used when you add an API test "
4712 "in C<generator_actions.ml>."
4713 msgstr ""
4714
4715 #. type: textblock
4716 #: ../src/guestfs.pod:2497
4717 msgid "The test environment has 4 block devices:"
4718 msgstr ""
4719
4720 #. type: =item
4721 #: ../src/guestfs.pod:2501
4722 msgid "C</dev/sda> 500MB"
4723 msgstr ""
4724
4725 #. type: textblock
4726 #: ../src/guestfs.pod:2503
4727 msgid "General block device for testing."
4728 msgstr ""
4729
4730 #. type: =item
4731 #: ../src/guestfs.pod:2505
4732 msgid "C</dev/sdb> 50MB"
4733 msgstr ""
4734
4735 #. type: textblock
4736 #: ../src/guestfs.pod:2507
4737 msgid ""
4738 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4739 "operations."
4740 msgstr ""
4741
4742 #. type: =item
4743 #: ../src/guestfs.pod:2510
4744 msgid "C</dev/sdc> 10MB"
4745 msgstr ""
4746
4747 #. type: textblock
4748 #: ../src/guestfs.pod:2512
4749 msgid "Used in a few tests where two block devices are needed."
4750 msgstr ""
4751
4752 #. type: =item
4753 #: ../src/guestfs.pod:2514
4754 msgid "C</dev/sdd>"
4755 msgstr ""
4756
4757 #. type: textblock
4758 #: ../src/guestfs.pod:2516
4759 msgid "ISO with fixed content (see C<images/test.iso>)."
4760 msgstr ""
4761
4762 #. type: textblock
4763 #: ../src/guestfs.pod:2520
4764 msgid ""
4765 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4766 "appliance and block devices are reused between tests.  So don't try testing "
4767 "L</guestfs_kill_subprocess> :-x"
4768 msgstr ""
4769
4770 #. type: textblock
4771 #: ../src/guestfs.pod:2524
4772 msgid ""
4773 "Each test starts with an initial scenario, selected using one of the "
4774 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4775 "initialize the disks mentioned above in a particular way as documented in "
4776 "C<generator_types.ml>.  You should not assume anything about the previous "
4777 "contents of other disks that are not initialized."
4778 msgstr ""
4779
4780 #. type: textblock
4781 #: ../src/guestfs.pod:2530
4782 msgid ""
4783 "You can add a prerequisite clause to any individual test.  This is a "
4784 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4785 "if testing a command which might not work on all variations of libguestfs "
4786 "builds.  A test that has prerequisite of C<Always> means to run "
4787 "unconditionally."
4788 msgstr ""
4789
4790 #. type: textblock
4791 #: ../src/guestfs.pod:2536
4792 msgid ""
4793 "In addition, packagers can skip individual tests by setting environment "
4794 "variables before running C<make check>."
4795 msgstr ""
4796
4797 #. type: verbatim
4798 #: ../src/guestfs.pod:2539
4799 #, no-wrap
4800 msgid ""
4801 " SKIP_TEST_<CMD>_<NUM>=1\n"
4802 "\n"
4803 msgstr ""
4804
4805 #. type: textblock
4806 #: ../src/guestfs.pod:2541
4807 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4808 msgstr ""
4809
4810 #. type: textblock
4811 #: ../src/guestfs.pod:2543
4812 msgid "or:"
4813 msgstr ""
4814
4815 #. type: verbatim
4816 #: ../src/guestfs.pod:2545
4817 #, no-wrap
4818 msgid ""
4819 " SKIP_TEST_<CMD>=1\n"
4820 "\n"
4821 msgstr ""
4822
4823 #. type: textblock
4824 #: ../src/guestfs.pod:2547
4825 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4826 msgstr ""
4827
4828 #. type: textblock
4829 #: ../src/guestfs.pod:2549
4830 msgid "Packagers can run only certain tests by setting for example:"
4831 msgstr ""
4832
4833 #. type: verbatim
4834 #: ../src/guestfs.pod:2551
4835 #, no-wrap
4836 msgid ""
4837 " TEST_ONLY=\"vfs_type zerofree\"\n"
4838 "\n"
4839 msgstr ""
4840
4841 #. type: textblock
4842 #: ../src/guestfs.pod:2553
4843 msgid ""
4844 "See C<capitests/tests.c> for more details of how these environment variables "
4845 "work."
4846 msgstr ""
4847
4848 #. type: =head2
4849 #: ../src/guestfs.pod:2556
4850 msgid "DEBUGGING NEW API ACTIONS"
4851 msgstr ""
4852
4853 #. type: textblock
4854 #: ../src/guestfs.pod:2558
4855 msgid "Test new actions work before submitting them."
4856 msgstr ""
4857
4858 #. type: textblock
4859 #: ../src/guestfs.pod:2560
4860 msgid "You can use guestfish to try out new commands."
4861 msgstr ""
4862
4863 #. type: textblock
4864 #: ../src/guestfs.pod:2562
4865 msgid ""
4866 "Debugging the daemon is a problem because it runs inside a minimal "
4867 "environment.  However you can fprintf messages in the daemon to stderr, and "
4868 "they will show up if you use C<guestfish -v>."
4869 msgstr ""
4870
4871 #. type: =head2
4872 #: ../src/guestfs.pod:2566
4873 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4874 msgstr ""
4875
4876 #. type: textblock
4877 #: ../src/guestfs.pod:2568
4878 msgid ""
4879 "Our C source code generally adheres to some basic code-formatting "
4880 "conventions.  The existing code base is not totally consistent on this "
4881 "front, but we do prefer that contributed code be formatted similarly.  In "
4882 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4883 "indentation level, and other than that, follow the K&R style."
4884 msgstr ""
4885
4886 #. type: textblock
4887 #: ../src/guestfs.pod:2574
4888 msgid ""
4889 "If you use Emacs, add the following to one of one of your start-up files "
4890 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4891 msgstr ""
4892
4893 #. type: verbatim
4894 #: ../src/guestfs.pod:2577
4895 #, no-wrap
4896 msgid ""
4897 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4898 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4899 " (add-hook 'find-file-hook\n"
4900 "     '(lambda () (if (and buffer-file-name\n"
4901 "                          (string-match \"/libguestfs\\\\>\"\n"
4902 "                              (buffer-file-name))\n"
4903 "                          (not (string-equal mode-name \"Change Log\"))\n"
4904 "                          (not (string-equal mode-name \"Makefile\")))\n"
4905 "                     (setq indent-tabs-mode nil))))\n"
4906 " \n"
4907 msgstr ""
4908
4909 #. type: verbatim
4910 #: ../src/guestfs.pod:2587
4911 #, no-wrap
4912 msgid ""
4913 " ;;; When editing C sources in libguestfs, use this style.\n"
4914 " (defun libguestfs-c-mode ()\n"
4915 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4916 "   (interactive)\n"
4917 "   (c-set-style \"K&R\")\n"
4918 "   (setq c-indent-level 2)\n"
4919 "   (setq c-basic-offset 2))\n"
4920 " (add-hook 'c-mode-hook\n"
4921 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4922 "                               (buffer-file-name))\n"
4923 "                           (libguestfs-c-mode))))\n"
4924 "\n"
4925 msgstr ""
4926
4927 #. type: textblock
4928 #: ../src/guestfs.pod:2599
4929 msgid "Enable warnings when compiling (and fix any problems this finds):"
4930 msgstr ""
4931
4932 #. type: verbatim
4933 #: ../src/guestfs.pod:2602
4934 #, no-wrap
4935 msgid ""
4936 " ./configure --enable-gcc-warnings\n"
4937 "\n"
4938 msgstr ""
4939
4940 #. type: textblock
4941 #: ../src/guestfs.pod:2604
4942 msgid "Useful targets are:"
4943 msgstr ""
4944
4945 #. type: verbatim
4946 #: ../src/guestfs.pod:2606
4947 #, no-wrap
4948 msgid ""
4949 " make syntax-check  # checks the syntax of the C code\n"
4950 " make check         # runs the test suite\n"
4951 "\n"
4952 msgstr ""
4953
4954 #. type: =head2
4955 #: ../src/guestfs.pod:2609
4956 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4957 msgstr ""
4958
4959 #. type: textblock
4960 #: ../src/guestfs.pod:2611
4961 msgid ""
4962 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4963 "which are used to do shell quoting."
4964 msgstr ""
4965
4966 #. type: =item
4967 #: ../src/guestfs.pod:2616
4968 msgid "%Q"
4969 msgstr ""
4970
4971 #. type: textblock
4972 #: ../src/guestfs.pod:2618
4973 msgid ""
4974 "Simple shell quoted string.  Any spaces or other shell characters are "
4975 "escaped for you."
4976 msgstr ""
4977
4978 #. type: =item
4979 #: ../src/guestfs.pod:2621
4980 msgid "%R"
4981 msgstr ""
4982
4983 #. type: textblock
4984 #: ../src/guestfs.pod:2623
4985 msgid ""
4986 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4987 "the sysroot."
4988 msgstr ""
4989
4990 #. type: textblock
4991 #: ../src/guestfs.pod:2628 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
4992 msgid "For example:"
4993 msgstr ""
4994
4995 #. type: verbatim
4996 #: ../src/guestfs.pod:2630
4997 #, no-wrap
4998 msgid ""
4999 " asprintf (&cmd, \"cat %R\", path);\n"
5000 "\n"
5001 msgstr ""
5002
5003 #. type: textblock
5004 #: ../src/guestfs.pod:2632
5005 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5006 msgstr ""
5007
5008 #. type: textblock
5009 #: ../src/guestfs.pod:2634
5010 msgid ""
5011 "I<Note:> Do I<not> use these when you are passing parameters to the "
5012 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
5013 "because they are not passed via the shell (instead, straight to exec).  You "
5014 "probably want to use the C<sysroot_path()> function however."
5015 msgstr ""
5016
5017 #. type: =head2
5018 #: ../src/guestfs.pod:2640
5019 msgid "SUBMITTING YOUR NEW API ACTIONS"
5020 msgstr ""
5021
5022 #. type: textblock
5023 #: ../src/guestfs.pod:2642
5024 msgid ""
5025 "Submit patches to the mailing list: "
5026 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5027 "L<rjones@redhat.com>."
5028 msgstr ""
5029
5030 #. type: =head2
5031 #: ../src/guestfs.pod:2646
5032 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5033 msgstr ""
5034
5035 #. type: textblock
5036 #: ../src/guestfs.pod:2648
5037 msgid "We support i18n (gettext anyhow) in the library."
5038 msgstr ""
5039
5040 #. type: textblock
5041 #: ../src/guestfs.pod:2650
5042 msgid ""
5043 "However many messages come from the daemon, and we don't translate those at "
5044 "the moment.  One reason is that the appliance generally has all locale files "
5045 "removed from it, because they take up a lot of space.  So we'd have to readd "
5046 "some of those, as well as copying our PO files into the appliance."
5047 msgstr ""
5048
5049 #. type: textblock
5050 #: ../src/guestfs.pod:2656
5051 msgid ""
5052 "Debugging messages are never translated, since they are intended for the "
5053 "programmers."
5054 msgstr ""
5055
5056 #. type: =head2
5057 #: ../src/guestfs.pod:2659
5058 msgid "SOURCE CODE SUBDIRECTORIES"
5059 msgstr ""
5060
5061 #. type: =item
5062 #: ../src/guestfs.pod:2663 ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3842
5063 msgid "C<appliance>"
5064 msgstr ""
5065
5066 #. type: textblock
5067 #: ../src/guestfs.pod:2665
5068 msgid "The libguestfs appliance, build scripts and so on."
5069 msgstr ""
5070
5071 #. type: =item
5072 #: ../src/guestfs.pod:2667
5073 msgid "C<capitests>"
5074 msgstr ""
5075
5076 #. type: textblock
5077 #: ../src/guestfs.pod:2669
5078 msgid "Automated tests of the C API."
5079 msgstr ""
5080
5081 #. type: =item
5082 #: ../src/guestfs.pod:2671
5083 msgid "C<cat>"
5084 msgstr ""
5085
5086 #. type: textblock
5087 #: ../src/guestfs.pod:2673
5088 msgid ""
5089 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5090 "documentation."
5091 msgstr ""
5092
5093 #. type: =item
5094 #: ../src/guestfs.pod:2676
5095 msgid "C<contrib>"
5096 msgstr ""
5097
5098 #. type: textblock
5099 #: ../src/guestfs.pod:2678
5100 msgid "Outside contributions, experimental parts."
5101 msgstr ""
5102
5103 #. type: =item
5104 #: ../src/guestfs.pod:2680
5105 msgid "C<daemon>"
5106 msgstr ""
5107
5108 #. type: textblock
5109 #: ../src/guestfs.pod:2682
5110 msgid ""
5111 "The daemon that runs inside the libguestfs appliance and carries out "
5112 "actions."
5113 msgstr ""
5114
5115 #. type: =item
5116 #: ../src/guestfs.pod:2685
5117 msgid "C<df>"
5118 msgstr ""
5119
5120 #. type: textblock
5121 #: ../src/guestfs.pod:2687
5122 msgid "L<virt-df(1)> command and documentation."
5123 msgstr ""
5124
5125 #. type: =item
5126 #: ../src/guestfs.pod:2689
5127 msgid "C<examples>"
5128 msgstr ""
5129
5130 #. type: textblock
5131 #: ../src/guestfs.pod:2691
5132 msgid "C API example code."
5133 msgstr ""
5134
5135 #. type: =item
5136 #: ../src/guestfs.pod:2693
5137 msgid "C<fish>"
5138 msgstr ""
5139
5140 #. type: textblock
5141 #: ../src/guestfs.pod:2695
5142 msgid ""
5143 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5144 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5145 "L<virt-tar-out(1)>."
5146 msgstr ""
5147
5148 #. type: =item
5149 #: ../src/guestfs.pod:2699
5150 msgid "C<fuse>"
5151 msgstr ""
5152
5153 #. type: textblock
5154 #: ../src/guestfs.pod:2701
5155 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5156 msgstr ""
5157
5158 #. type: =item
5159 #: ../src/guestfs.pod:2703
5160 msgid "C<generator>"
5161 msgstr ""
5162
5163 #. type: textblock
5164 #: ../src/guestfs.pod:2705
5165 msgid ""
5166 "The crucially important generator, used to automatically generate large "
5167 "amounts of boilerplate C code for things like RPC and bindings."
5168 msgstr ""
5169
5170 #. type: =item
5171 #: ../src/guestfs.pod:2708
5172 msgid "C<images>"
5173 msgstr ""
5174
5175 #. type: textblock
5176 #: ../src/guestfs.pod:2710
5177 msgid "Files used by the test suite."
5178 msgstr ""
5179
5180 #. type: textblock
5181 #: ../src/guestfs.pod:2712
5182 msgid "Some \"phony\" guest images which we test against."
5183 msgstr ""
5184
5185 #. type: =item
5186 #: ../src/guestfs.pod:2714
5187 msgid "C<inspector>"
5188 msgstr ""
5189
5190 #. type: textblock
5191 #: ../src/guestfs.pod:2716
5192 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5193 msgstr ""
5194
5195 #. type: =item
5196 #: ../src/guestfs.pod:2718
5197 msgid "C<logo>"
5198 msgstr ""
5199
5200 #. type: textblock
5201 #: ../src/guestfs.pod:2720
5202 msgid "Logo used on the website.  The fish is called Arthur by the way."
5203 msgstr ""
5204
5205 #. type: =item
5206 #: ../src/guestfs.pod:2722
5207 msgid "C<m4>"
5208 msgstr ""
5209
5210 #. type: textblock
5211 #: ../src/guestfs.pod:2724
5212 msgid "M4 macros used by autoconf."
5213 msgstr ""
5214
5215 #. type: =item
5216 #: ../src/guestfs.pod:2726
5217 msgid "C<po>"
5218 msgstr ""
5219
5220 #. type: textblock
5221 #: ../src/guestfs.pod:2728
5222 msgid "Translations of simple gettext strings."
5223 msgstr ""
5224
5225 #. type: =item
5226 #: ../src/guestfs.pod:2730
5227 msgid "C<po-docs>"
5228 msgstr ""
5229
5230 #. type: textblock
5231 #: ../src/guestfs.pod:2732
5232 msgid ""
5233 "The build infrastructure and PO files for translations of manpages and POD "
5234 "files.  Eventually this will be combined with the C<po> directory, but that "
5235 "is rather complicated."
5236 msgstr ""
5237
5238 #. type: =item
5239 #: ../src/guestfs.pod:2736
5240 msgid "C<regressions>"
5241 msgstr ""
5242
5243 #. type: textblock
5244 #: ../src/guestfs.pod:2738
5245 msgid "Regression tests."
5246 msgstr ""
5247
5248 #. type: =item
5249 #: ../src/guestfs.pod:2740
5250 msgid "C<rescue>"
5251 msgstr ""
5252
5253 #. type: textblock
5254 #: ../src/guestfs.pod:2742
5255 msgid "L<virt-rescue(1)> command and documentation."
5256 msgstr ""
5257
5258 #. type: =item
5259 #: ../src/guestfs.pod:2744
5260 msgid "C<src>"
5261 msgstr ""
5262
5263 #. type: textblock
5264 #: ../src/guestfs.pod:2746
5265 msgid "Source code to the C library."
5266 msgstr ""
5267
5268 #. type: =item
5269 #: ../src/guestfs.pod:2748
5270 msgid "C<tools>"
5271 msgstr ""
5272
5273 #. type: textblock
5274 #: ../src/guestfs.pod:2750
5275 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5276 msgstr ""
5277
5278 #. type: =item
5279 #: ../src/guestfs.pod:2752
5280 msgid "C<test-tool>"
5281 msgstr ""
5282
5283 #. type: textblock
5284 #: ../src/guestfs.pod:2754
5285 msgid ""
5286 "Test tool for end users to test if their qemu/kernel combination will work "
5287 "with libguestfs."
5288 msgstr ""
5289
5290 #. type: =item
5291 #: ../src/guestfs.pod:2757
5292 msgid "C<csharp>"
5293 msgstr ""
5294
5295 #. type: =item
5296 #: ../src/guestfs.pod:2759
5297 msgid "C<haskell>"
5298 msgstr ""
5299
5300 #. type: =item
5301 #: ../src/guestfs.pod:2761
5302 msgid "C<java>"
5303 msgstr ""
5304
5305 #. type: =item
5306 #: ../src/guestfs.pod:2763
5307 msgid "C<ocaml>"
5308 msgstr ""
5309
5310 #. type: =item
5311 #: ../src/guestfs.pod:2765
5312 msgid "C<php>"
5313 msgstr ""
5314
5315 #. type: =item
5316 #: ../src/guestfs.pod:2767
5317 msgid "C<perl>"
5318 msgstr ""
5319
5320 #. type: =item
5321 #: ../src/guestfs.pod:2769
5322 msgid "C<python>"
5323 msgstr ""
5324
5325 #. type: =item
5326 #: ../src/guestfs.pod:2771
5327 msgid "C<ruby>"
5328 msgstr ""
5329
5330 #. type: textblock
5331 #: ../src/guestfs.pod:2773
5332 msgid "Language bindings."
5333 msgstr ""
5334
5335 #. type: =head1
5336 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5337 msgid "ENVIRONMENT VARIABLES"
5338 msgstr ""
5339
5340 #. type: =item
5341 #: ../src/guestfs.pod:2781 ../fish/guestfish.pod:1036
5342 msgid "LIBGUESTFS_APPEND"
5343 msgstr ""
5344
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2783 ../fish/guestfish.pod:1038
5347 msgid "Pass additional options to the guest kernel."
5348 msgstr ""
5349
5350 #. type: =item
5351 #: ../src/guestfs.pod:2785 ../fish/guestfish.pod:1040
5352 msgid "LIBGUESTFS_DEBUG"
5353 msgstr ""
5354
5355 #. type: textblock
5356 #: ../src/guestfs.pod:2787
5357 msgid ""
5358 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5359 "effect as calling C<guestfs_set_verbose (g, 1)>."
5360 msgstr ""
5361
5362 #. type: =item
5363 #: ../src/guestfs.pod:2790 ../fish/guestfish.pod:1045
5364 msgid "LIBGUESTFS_MEMSIZE"
5365 msgstr ""
5366
5367 #. type: textblock
5368 #: ../src/guestfs.pod:2792 ../fish/guestfish.pod:1047
5369 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5370 msgstr ""
5371
5372 #. type: verbatim
5373 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1050
5374 #, no-wrap
5375 msgid ""
5376 " LIBGUESTFS_MEMSIZE=700\n"
5377 "\n"
5378 msgstr ""
5379
5380 #. type: =item
5381 #: ../src/guestfs.pod:2797 ../fish/guestfish.pod:1052
5382 msgid "LIBGUESTFS_PATH"
5383 msgstr ""
5384
5385 #. type: textblock
5386 #: ../src/guestfs.pod:2799
5387 msgid ""
5388 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5389 "the discussion of paths in section L</PATH> above."
5390 msgstr ""
5391
5392 #. type: =item
5393 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1057
5394 msgid "LIBGUESTFS_QEMU"
5395 msgstr ""
5396
5397 #. type: textblock
5398 #: ../src/guestfs.pod:2804 ../fish/guestfish.pod:1059
5399 msgid ""
5400 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5401 "which was found at compile time by the configure script is used."
5402 msgstr ""
5403
5404 #. type: textblock
5405 #: ../src/guestfs.pod:2808
5406 msgid "See also L</QEMU WRAPPERS> above."
5407 msgstr ""
5408
5409 #. type: =item
5410 #: ../src/guestfs.pod:2810 ../fish/guestfish.pod:1063
5411 msgid "LIBGUESTFS_TRACE"
5412 msgstr ""
5413
5414 #. type: textblock
5415 #: ../src/guestfs.pod:2812
5416 msgid ""
5417 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5418 "effect as calling C<guestfs_set_trace (g, 1)>."
5419 msgstr ""
5420
5421 #. type: =item
5422 #: ../src/guestfs.pod:2815 ../fish/guestfish.pod:1072
5423 msgid "TMPDIR"
5424 msgstr ""
5425
5426 #. type: textblock
5427 #: ../src/guestfs.pod:2817 ../fish/guestfish.pod:1074
5428 msgid ""
5429 "Location of temporary directory, defaults to C</tmp> except for the cached "
5430 "supermin appliance which defaults to C</var/tmp>."
5431 msgstr ""
5432
5433 #. type: textblock
5434 #: ../src/guestfs.pod:2820 ../fish/guestfish.pod:1077
5435 msgid ""
5436 "If libguestfs was compiled to use the supermin appliance then the real "
5437 "appliance is cached in this directory, shared between all handles belonging "
5438 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5439 "use in case C</var/tmp> is not large enough."
5440 msgstr ""
5441
5442 #. type: =head1
5443 #: ../src/guestfs.pod:2828 ../fish/guestfish.pod:1144 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:267 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1489 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5444 msgid "SEE ALSO"
5445 msgstr ""
5446
5447 #. type: textblock
5448 #: ../src/guestfs.pod:2830
5449 msgid ""
5450 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5451 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5452 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5453 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5454 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5455 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5456 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5457 "L<http://libguestfs.org/>."
5458 msgstr ""
5459
5460 #. type: textblock
5461 #: ../src/guestfs.pod:2857
5462 msgid ""
5463 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5464 "L<lvm(8)>, L<disktype(1)>."
5465 msgstr ""
5466
5467 #. type: =head1
5468 #: ../src/guestfs.pod:2864 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5469 msgid "BUGS"
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2866
5474 msgid "To get a list of bugs against libguestfs use this link:"
5475 msgstr ""
5476
5477 #. type: textblock
5478 #: ../src/guestfs.pod:2868
5479 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2870
5484 msgid "To report a new bug against libguestfs use this link:"
5485 msgstr ""
5486
5487 #. type: textblock
5488 #: ../src/guestfs.pod:2872
5489 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5490 msgstr ""
5491
5492 #. type: textblock
5493 #: ../src/guestfs.pod:2874
5494 msgid "When reporting a bug, please check:"
5495 msgstr ""
5496
5497 #. type: textblock
5498 #: ../src/guestfs.pod:2880
5499 msgid "That the bug hasn't been reported already."
5500 msgstr ""
5501
5502 #. type: textblock
5503 #: ../src/guestfs.pod:2884
5504 msgid "That you are testing a recent version."
5505 msgstr ""
5506
5507 #. type: textblock
5508 #: ../src/guestfs.pod:2888
5509 msgid "Describe the bug accurately, and give a way to reproduce it."
5510 msgstr ""
5511
5512 #. type: textblock
5513 #: ../src/guestfs.pod:2892
5514 msgid ""
5515 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5516 "bug report."
5517 msgstr ""
5518
5519 #. type: =head1
5520 #: ../src/guestfs.pod:2897 ../fish/guestfish.pod:1167 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:278
5521 msgid "AUTHORS"
5522 msgstr ""
5523
5524 #. type: textblock
5525 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1169 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:280
5526 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5527 msgstr ""
5528
5529 #. type: =head1
5530 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1171 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:282 ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5531 msgid "COPYRIGHT"
5532 msgstr ""
5533
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2903 ../fish/guestfish.pod:1173
5536 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5537 msgstr ""
5538
5539 #. type: textblock
5540 #: ../src/guestfs.pod:2906
5541 msgid ""
5542 "This library is free software; you can redistribute it and/or modify it "
5543 "under the terms of the GNU Lesser General Public License as published by the "
5544 "Free Software Foundation; either version 2 of the License, or (at your "
5545 "option) any later version."
5546 msgstr ""
5547
5548 #. type: textblock
5549 #: ../src/guestfs.pod:2911
5550 msgid ""
5551 "This library is distributed in the hope that it will be useful, but WITHOUT "
5552 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5553 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5554 "for more details."
5555 msgstr ""
5556
5557 #. type: textblock
5558 #: ../src/guestfs.pod:2916
5559 msgid ""
5560 "You should have received a copy of the GNU Lesser General Public License "
5561 "along with this library; if not, write to the Free Software Foundation, "
5562 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5563 msgstr ""
5564
5565 #. type: =head2
5566 #: ../src/guestfs-actions.pod:1
5567 msgid "guestfs_add_cdrom"
5568 msgstr ""
5569
5570 #. type: verbatim
5571 #: ../src/guestfs-actions.pod:3
5572 #, no-wrap
5573 msgid ""
5574 " int\n"
5575 " guestfs_add_cdrom (guestfs_h *g,\n"
5576 "                    const char *filename);\n"
5577 "\n"
5578 msgstr ""
5579
5580 #. type: textblock
5581 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5582 msgid "This function adds a virtual CD-ROM disk image to the guest."
5583 msgstr ""
5584
5585 #. type: textblock
5586 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5587 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5588 msgstr ""
5589
5590 #. type: textblock
5591 #: ../src/guestfs-actions.pod:17
5592 msgid ""
5593 "This call checks for the existence of C<filename>.  This stops you from "
5594 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5595 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5596 "instead."
5597 msgstr ""
5598
5599 #. type: textblock
5600 #: ../src/guestfs-actions.pod:24
5601 msgid ""
5602 "If you just want to add an ISO file (often you use this as an efficient way "
5603 "to transfer large files into the guest), then you should probably use "
5604 "C<guestfs_add_drive_ro> instead."
5605 msgstr ""
5606
5607 #. type: textblock
5608 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477 ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717 ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266 ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471 ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3420 ../src/guestfs-actions.pod:3575 ../src/guestfs-actions.pod:3589 ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3631 ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3739 ../src/guestfs-actions.pod:3759 ../src/guestfs-actions.pod:3776 ../src/guestfs-actions.pod:3799 ../src/guestfs-actions.pod:3822 ../src/guestfs-actions.pod:3854 ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3892 ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:3939 ../src/guestfs-actions.pod:3975 ../src/guestfs-actions.pod:3991 ../src/guestfs-actions.pod:4004 ../src/guestfs-actions.pod:4019 ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4129 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4162 ../src/guestfs-actions.pod:4213 ../src/guestfs-actions.pod:4231 ../src/guestfs-actions.pod:4249 ../src/guestfs-actions.pod:4265 ../src/guestfs-actions.pod:4279 ../src/guestfs-actions.pod:4293 ../src/guestfs-actions.pod:4310 ../src/guestfs-actions.pod:4325 ../src/guestfs-actions.pod:4345 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4476 ../src/guestfs-actions.pod:4507 ../src/guestfs-actions.pod:4526 ../src/guestfs-actions.pod:4545 ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:4574 ../src/guestfs-actions.pod:4587 ../src/guestfs-actions.pod:4602 ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4667 ../src/guestfs-actions.pod:4687 ../src/guestfs-actions.pod:4701 ../src/guestfs-actions.pod:4718 ../src/guestfs-actions.pod:4767 ../src/guestfs-actions.pod:4804 ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4846 ../src/guestfs-actions.pod:4863 ../src/guestfs-actions.pod:4881 ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5072 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:5144 ../src/guestfs-actions.pod:5210 ../src/guestfs-actions.pod:5227 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5254 ../src/guestfs-actions.pod:5543 ../src/guestfs-actions.pod:5562 ../src/guestfs-actions.pod:5581 ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5605 ../src/guestfs-actions.pod:5619 ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5645 ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5682 ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:5720 ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5766 ../src/guestfs-actions.pod:5789 ../src/guestfs-actions.pod:5807 ../src/guestfs-actions.pod:5826 ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:5866 ../src/guestfs-actions.pod:5883 ../src/guestfs-actions.pod:5911 ../src/guestfs-actions.pod:5935 ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:5978 ../src/guestfs-actions.pod:5997 ../src/guestfs-actions.pod:6012 ../src/guestfs-actions.pod:6031 ../src/guestfs-actions.pod:6068 ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6346 ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:6371 ../src/guestfs-actions.pod:6384 ../src/guestfs-actions.pod:6406 ../src/guestfs-actions.pod:6419 ../src/guestfs-actions.pod:6432 ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6460 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6568 ../src/guestfs-actions.pod:6585 ../src/guestfs-actions.pod:6598 ../src/guestfs-actions.pod:6618 ../src/guestfs-actions.pod:6654 ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6709 ../src/guestfs-actions.pod:6722 ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6810 ../src/guestfs-actions.pod:6929 ../src/guestfs-actions.pod:6947 ../src/guestfs-actions.pod:6961 ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7029 ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7107 ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7187 ../src/guestfs-actions.pod:7253 ../src/guestfs-actions.pod:7272 ../src/guestfs-actions.pod:7301
5609 msgid "This function returns 0 on success or -1 on error."
5610 msgstr ""
5611
5612 #. type: textblock
5613 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5614 msgid ""
5615 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5616 "instead."
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448 ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:7195 ../src/guestfs-actions.pod:7364 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319 ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:2942 ../fish/guestfish-actions.pod:4800 ../fish/guestfish-actions.pod:4897
5621 msgid ""
5622 "Deprecated functions will not be removed from the API, but the fact that "
5623 "they are deprecated indicates that there are problems with correct use of "
5624 "these functions."
5625 msgstr ""
5626
5627 #. type: textblock
5628 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916 ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117 ../src/guestfs-actions.pod:3382 ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:4654 ../src/guestfs-actions.pod:5768 ../src/guestfs-actions.pod:5885 ../src/guestfs-actions.pod:5999 ../src/guestfs-actions.pod:6462 ../src/guestfs-actions.pod:6587 ../src/guestfs-actions.pod:7109
5629 msgid "(Added in 0.3)"
5630 msgstr ""
5631
5632 #. type: =head2
5633 #: ../src/guestfs-actions.pod:41
5634 msgid "guestfs_add_domain"
5635 msgstr ""
5636
5637 #. type: verbatim
5638 #: ../src/guestfs-actions.pod:43
5639 #, no-wrap
5640 msgid ""
5641 " int\n"
5642 " guestfs_add_domain (guestfs_h *g,\n"
5643 "                     const char *dom,\n"
5644 "                     ...);\n"
5645 "\n"
5646 msgstr ""
5647
5648 #. type: textblock
5649 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4364
5650 msgid ""
5651 "You may supply a list of optional arguments to this call.  Use zero or more "
5652 "of the following pairs of parameters, and terminate the list with C<-1> on "
5653 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5654 msgstr ""
5655
5656 #. type: verbatim
5657 #: ../src/guestfs-actions.pod:53
5658 #, no-wrap
5659 msgid ""
5660 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5661 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5662 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5663 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5664 "\n"
5665 msgstr ""
5666
5667 #. type: textblock
5668 #: ../src/guestfs-actions.pod:58
5669 msgid ""
5670 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5671 "It works by connecting to libvirt, requesting the domain and domain XML from "
5672 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5673 "one."
5674 msgstr ""
5675
5676 #. type: textblock
5677 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5678 msgid ""
5679 "The number of disks added is returned.  This operation is atomic: if an "
5680 "error is returned, then no disks are added."
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5685 msgid ""
5686 "This function does some minimal checks to make sure the libvirt domain is "
5687 "not running (unless C<readonly> is true).  In a future version we will try "
5688 "to acquire the libvirt lock on each disk."
5689 msgstr ""
5690
5691 #. type: textblock
5692 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5693 msgid ""
5694 "Disks must be accessible locally.  This often means that adding disks from a "
5695 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5696 "unless those disks are accessible via the same device path locally too."
5697 msgstr ""
5698
5699 #. type: textblock
5700 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5701 msgid ""
5702 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5703 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5704 "default libvirt URI (or one set through an environment variable, see the "
5705 "libvirt documentation for full details)."
5706 msgstr ""
5707
5708 #. type: textblock
5709 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5710 msgid ""
5711 "The optional C<live> flag controls whether this call will try to connect to "
5712 "a running virtual machine C<guestfsd> process if it sees a suitable "
5713 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5714 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5715 "DAEMONS> for more information."
5716 msgstr ""
5717
5718 #. type: textblock
5719 #: ../src/guestfs-actions.pod:88
5720 msgid ""
5721 "The other optional parameters are passed directly through to "
5722 "C<guestfs_add_drive_opts>."
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877 ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026 ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104 ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2728 ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:4790 ../src/guestfs-actions.pod:4918 ../src/guestfs-actions.pod:5324 ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:6695 ../src/guestfs-actions.pod:7120 ../src/guestfs-actions.pod:7133 ../src/guestfs-actions.pod:7146
5727 msgid "On error this function returns -1."
5728 msgstr ""
5729
5730 #. type: textblock
5731 #: ../src/guestfs-actions.pod:93
5732 msgid "(Added in 1.7.4)"
5733 msgstr ""
5734
5735 #. type: =head2
5736 #: ../src/guestfs-actions.pod:95
5737 msgid "guestfs_add_domain_va"
5738 msgstr ""
5739
5740 #. type: verbatim
5741 #: ../src/guestfs-actions.pod:97
5742 #, no-wrap
5743 msgid ""
5744 " int\n"
5745 " guestfs_add_domain_va (guestfs_h *g,\n"
5746 "                        const char *dom,\n"
5747 "                        va_list args);\n"
5748 "\n"
5749 msgstr ""
5750
5751 #. type: textblock
5752 #: ../src/guestfs-actions.pod:102
5753 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5754 msgstr ""
5755
5756 #. type: textblock
5757 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4417 ../src/guestfs-actions.pod:4429
5758 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5759 msgstr ""
5760
5761 #. type: =head2
5762 #: ../src/guestfs-actions.pod:106
5763 msgid "guestfs_add_domain_argv"
5764 msgstr ""
5765
5766 #. type: verbatim
5767 #: ../src/guestfs-actions.pod:108
5768 #, no-wrap
5769 msgid ""
5770 " int\n"
5771 " guestfs_add_domain_argv (guestfs_h *g,\n"
5772 "                          const char *dom,\n"
5773 "                          const struct guestfs_add_domain_argv *optargs);\n"
5774 "\n"
5775 msgstr ""
5776
5777 #. type: textblock
5778 #: ../src/guestfs-actions.pod:113
5779 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5780 msgstr ""
5781
5782 #. type: =head2
5783 #: ../src/guestfs-actions.pod:117
5784 msgid "guestfs_add_drive"
5785 msgstr ""
5786
5787 #. type: verbatim
5788 #: ../src/guestfs-actions.pod:119
5789 #, no-wrap
5790 msgid ""
5791 " int\n"
5792 " guestfs_add_drive (guestfs_h *g,\n"
5793 "                    const char *filename);\n"
5794 "\n"
5795 msgstr ""
5796
5797 #. type: textblock
5798 #: ../src/guestfs-actions.pod:123
5799 msgid ""
5800 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5801 "optional parameters, so the disk is added writable, with the format being "
5802 "detected automatically."
5803 msgstr ""
5804
5805 #. type: textblock
5806 #: ../src/guestfs-actions.pod:127
5807 msgid ""
5808 "Automatic detection of the format opens you up to a potential security hole "
5809 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5810 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5811 "you should think about replacing calls to this function with calls to "
5812 "C<guestfs_add_drive_opts>, and specifying the format."
5813 msgstr ""
5814
5815 #. type: =head2
5816 #: ../src/guestfs-actions.pod:138
5817 msgid "guestfs_add_drive_opts"
5818 msgstr ""
5819
5820 #. type: verbatim
5821 #: ../src/guestfs-actions.pod:140
5822 #, no-wrap
5823 msgid ""
5824 " int\n"
5825 " guestfs_add_drive_opts (guestfs_h *g,\n"
5826 "                         const char *filename,\n"
5827 "                         ...);\n"
5828 "\n"
5829 msgstr ""
5830
5831 #. type: verbatim
5832 #: ../src/guestfs-actions.pod:150
5833 #, no-wrap
5834 msgid ""
5835 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5836 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5837 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5838 "\n"
5839 msgstr ""
5840
5841 #. type: textblock
5842 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
5843 msgid ""
5844 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5845 "The first time you call this function, the disk appears as C</dev/sda>, the "
5846 "second time as C</dev/sdb>, and so on."
5847 msgstr ""
5848
5849 #. type: textblock
5850 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
5851 msgid ""
5852 "You don't necessarily need to be root when using libguestfs.  However you "
5853 "obviously do need sufficient permissions to access the filename for whatever "
5854 "operations you want to perform (ie. read access if you just want to read the "
5855 "image or write access if you want to modify the image)."
5856 msgstr ""
5857
5858 #. type: textblock
5859 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
5860 msgid "This call checks that C<filename> exists."
5861 msgstr ""
5862
5863 #. type: textblock
5864 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4375 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:2953
5865 msgid "The optional arguments are:"
5866 msgstr ""
5867
5868 #. type: =item
5869 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
5870 msgid "C<readonly>"
5871 msgstr ""
5872
5873 #. type: textblock
5874 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
5875 msgid ""
5876 "If true then the image is treated as read-only.  Writes are still allowed, "
5877 "but they are stored in a temporary snapshot overlay which is discarded at "
5878 "the end.  The disk that you add is not modified."
5879 msgstr ""
5880
5881 #. type: =item
5882 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
5883 msgid "C<format>"
5884 msgstr ""
5885
5886 #. type: textblock
5887 #: ../src/guestfs-actions.pod:179
5888 msgid ""
5889 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5890 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5891 "Possible formats include C<raw> and C<qcow2>."
5892 msgstr ""
5893
5894 #. type: textblock
5895 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
5896 msgid ""
5897 "Automatic detection of the format opens you up to a potential security hole "
5898 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5899 "RHBZ#642934.  Specifying the format closes this security hole."
5900 msgstr ""
5901
5902 #. type: =item
5903 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
5904 msgid "C<iface>"
5905 msgstr ""
5906
5907 #. type: textblock
5908 #: ../src/guestfs-actions.pod:190
5909 msgid ""
5910 "This rarely-used option lets you emulate the behaviour of the deprecated "
5911 "C<guestfs_add_drive_with_if> call (q.v.)"
5912 msgstr ""
5913
5914 #. type: textblock
5915 #: ../src/guestfs-actions.pod:197
5916 msgid "(Added in 1.5.23)"
5917 msgstr ""
5918
5919 #. type: =head2
5920 #: ../src/guestfs-actions.pod:199
5921 msgid "guestfs_add_drive_opts_va"
5922 msgstr ""
5923
5924 #. type: verbatim
5925 #: ../src/guestfs-actions.pod:201
5926 #, no-wrap
5927 msgid ""
5928 " int\n"
5929 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5930 "                            const char *filename,\n"
5931 "                            va_list args);\n"
5932 "\n"
5933 msgstr ""
5934
5935 #. type: textblock
5936 #: ../src/guestfs-actions.pod:206
5937 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5938 msgstr ""
5939
5940 #. type: =head2
5941 #: ../src/guestfs-actions.pod:210
5942 msgid "guestfs_add_drive_opts_argv"
5943 msgstr ""
5944
5945 #. type: verbatim
5946 #: ../src/guestfs-actions.pod:212
5947 #, no-wrap
5948 msgid ""
5949 " int\n"
5950 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5951 "                              const char *filename,\n"
5952 "                              const struct guestfs_add_drive_opts_argv "
5953 "*optargs);\n"
5954 "\n"
5955 msgstr ""
5956
5957 #. type: textblock
5958 #: ../src/guestfs-actions.pod:217
5959 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5960 msgstr ""
5961
5962 #. type: =head2
5963 #: ../src/guestfs-actions.pod:221
5964 msgid "guestfs_add_drive_ro"
5965 msgstr ""
5966
5967 #. type: verbatim
5968 #: ../src/guestfs-actions.pod:223
5969 #, no-wrap
5970 msgid ""
5971 " int\n"
5972 " guestfs_add_drive_ro (guestfs_h *g,\n"
5973 "                       const char *filename);\n"
5974 "\n"
5975 msgstr ""
5976
5977 #. type: textblock
5978 #: ../src/guestfs-actions.pod:227
5979 msgid ""
5980 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5981 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5982 "disk is added read-only, with the format being detected automatically."
5983 msgstr ""
5984
5985 #. type: textblock
5986 #: ../src/guestfs-actions.pod:234
5987 msgid "(Added in 1.0.38)"
5988 msgstr ""
5989
5990 #. type: =head2
5991 #: ../src/guestfs-actions.pod:236
5992 msgid "guestfs_add_drive_ro_with_if"
5993 msgstr ""
5994
5995 #. type: verbatim
5996 #: ../src/guestfs-actions.pod:238
5997 #, no-wrap
5998 msgid ""
5999 " int\n"
6000 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6001 "                               const char *filename,\n"
6002 "                               const char *iface);\n"
6003 "\n"
6004 msgstr ""
6005
6006 #. type: textblock
6007 #: ../src/guestfs-actions.pod:243
6008 msgid ""
6009 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6010 "QEMU interface emulation to use at run time."
6011 msgstr ""
6012
6013 #. type: textblock
6014 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2356
6015 msgid "(Added in 1.0.84)"
6016 msgstr ""
6017
6018 #. type: =head2
6019 #: ../src/guestfs-actions.pod:257
6020 msgid "guestfs_add_drive_with_if"
6021 msgstr ""
6022
6023 #. type: verbatim
6024 #: ../src/guestfs-actions.pod:259
6025 #, no-wrap
6026 msgid ""
6027 " int\n"
6028 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6029 "                            const char *filename,\n"
6030 "                            const char *iface);\n"
6031 "\n"
6032 msgstr ""
6033
6034 #. type: textblock
6035 #: ../src/guestfs-actions.pod:264
6036 msgid ""
6037 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6038 "QEMU interface emulation to use at run time."
6039 msgstr ""
6040
6041 #. type: =head2
6042 #: ../src/guestfs-actions.pod:278
6043 msgid "guestfs_aug_clear"
6044 msgstr ""
6045
6046 #. type: verbatim
6047 #: ../src/guestfs-actions.pod:280
6048 #, no-wrap
6049 msgid ""
6050 " int\n"
6051 " guestfs_aug_clear (guestfs_h *g,\n"
6052 "                    const char *augpath);\n"
6053 "\n"
6054 msgstr ""
6055
6056 #. type: textblock
6057 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6058 msgid ""
6059 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6060 "L<augtool(1)> C<clear> command."
6061 msgstr ""
6062
6063 #. type: textblock
6064 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6065 msgid "(Added in 1.3.4)"
6066 msgstr ""
6067
6068 #. type: =head2
6069 #: ../src/guestfs-actions.pod:291
6070 msgid "guestfs_aug_close"
6071 msgstr ""
6072
6073 #. type: verbatim
6074 #: ../src/guestfs-actions.pod:293
6075 #, no-wrap
6076 msgid ""
6077 " int\n"
6078 " guestfs_aug_close (guestfs_h *g);\n"
6079 "\n"
6080 msgstr ""
6081
6082 #. type: textblock
6083 #: ../src/guestfs-actions.pod:296
6084 msgid ""
6085 "Close the current Augeas handle and free up any resources used by it.  After "
6086 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6087 "any other Augeas functions."
6088 msgstr ""
6089
6090 #. type: textblock
6091 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:5401
6092 msgid "(Added in 0.7)"
6093 msgstr ""
6094
6095 #. type: =head2
6096 #: ../src/guestfs-actions.pod:305
6097 msgid "guestfs_aug_defnode"
6098 msgstr ""
6099
6100 #. type: verbatim
6101 #: ../src/guestfs-actions.pod:307
6102 #, no-wrap
6103 msgid ""
6104 " struct guestfs_int_bool *\n"
6105 " guestfs_aug_defnode (guestfs_h *g,\n"
6106 "                      const char *name,\n"
6107 "                      const char *expr,\n"
6108 "                      const char *val);\n"
6109 "\n"
6110 msgstr ""
6111
6112 #. type: textblock
6113 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6114 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6115 msgstr ""
6116
6117 #. type: textblock
6118 #: ../src/guestfs-actions.pod:316
6119 msgid ""
6120 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6121 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6122 "containing that single node."
6123 msgstr ""
6124
6125 #. type: textblock
6126 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6127 msgid ""
6128 "On success this returns a pair containing the number of nodes in the "
6129 "nodeset, and a boolean flag if a node was created."
6130 msgstr ""
6131
6132 #. type: textblock
6133 #: ../src/guestfs-actions.pod:324
6134 msgid ""
6135 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6136 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6137 msgstr ""
6138
6139 #. type: =head2
6140 #: ../src/guestfs-actions.pod:330
6141 msgid "guestfs_aug_defvar"
6142 msgstr ""
6143
6144 #. type: verbatim
6145 #: ../src/guestfs-actions.pod:332
6146 #, no-wrap
6147 msgid ""
6148 " int\n"
6149 " guestfs_aug_defvar (guestfs_h *g,\n"
6150 "                     const char *name,\n"
6151 "                     const char *expr);\n"
6152 "\n"
6153 msgstr ""
6154
6155 #. type: textblock
6156 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6157 msgid ""
6158 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6159 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6160 msgstr ""
6161
6162 #. type: textblock
6163 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6164 msgid ""
6165 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6166 "evaluates to something which is not a nodeset."
6167 msgstr ""
6168
6169 #. type: =head2
6170 #: ../src/guestfs-actions.pod:348
6171 msgid "guestfs_aug_get"
6172 msgstr ""
6173
6174 #. type: verbatim
6175 #: ../src/guestfs-actions.pod:350
6176 #, no-wrap
6177 msgid ""
6178 " char *\n"
6179 " guestfs_aug_get (guestfs_h *g,\n"
6180 "                  const char *augpath);\n"
6181 "\n"
6182 msgstr ""
6183
6184 #. type: textblock
6185 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6186 msgid ""
6187 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6188 "node, the C<value> is returned."
6189 msgstr ""
6190
6191 #. type: textblock
6192 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354 ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837 ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938 ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:2700 ../src/guestfs-actions.pod:2814 ../src/guestfs-actions.pod:2845 ../src/guestfs-actions.pod:2869 ../src/guestfs-actions.pod:2906 ../src/guestfs-actions.pod:2966 ../src/guestfs-actions.pod:2989 ../src/guestfs-actions.pod:3561 ../src/guestfs-actions.pod:3911 ../src/guestfs-actions.pod:4081 ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:5526 ../src/guestfs-actions.pod:6138 ../src/guestfs-actions.pod:6154 ../src/guestfs-actions.pod:6171 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6869 ../src/guestfs-actions.pod:6888 ../src/guestfs-actions.pod:6906 ../src/guestfs-actions.pod:7086 ../src/guestfs-actions.pod:7358
6193 msgid ""
6194 "This function returns a string, or NULL on error.  I<The caller must free "
6195 "the returned string after use>."
6196 msgstr ""
6197
6198 #. type: =head2
6199 #: ../src/guestfs-actions.pod:362
6200 msgid "guestfs_aug_init"
6201 msgstr ""
6202
6203 #. type: verbatim
6204 #: ../src/guestfs-actions.pod:364
6205 #, no-wrap
6206 msgid ""
6207 " int\n"
6208 " guestfs_aug_init (guestfs_h *g,\n"
6209 "                   const char *root,\n"
6210 "                   int flags);\n"
6211 "\n"
6212 msgstr ""
6213
6214 #. type: textblock
6215 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6216 msgid ""
6217 "Create a new Augeas handle for editing configuration files.  If there was "
6218 "any previous Augeas handle associated with this guestfs session, then it is "
6219 "closed."
6220 msgstr ""
6221
6222 #. type: textblock
6223 #: ../src/guestfs-actions.pod:373
6224 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6225 msgstr ""
6226
6227 #. type: textblock
6228 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6229 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6230 msgstr ""
6231
6232 #. type: textblock
6233 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6234 msgid ""
6235 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6236 "logical I<or> of the following integers:"
6237 msgstr ""
6238
6239 #. type: =item
6240 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6241 msgid "C<AUG_SAVE_BACKUP> = 1"
6242 msgstr ""
6243
6244 #. type: textblock
6245 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6246 msgid "Keep the original file with a C<.augsave> extension."
6247 msgstr ""
6248
6249 #. type: =item
6250 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6251 msgid "C<AUG_SAVE_NEWFILE> = 2"
6252 msgstr ""
6253
6254 #. type: textblock
6255 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6256 msgid ""
6257 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6258 "original.  Overrides C<AUG_SAVE_BACKUP>."
6259 msgstr ""
6260
6261 #. type: =item
6262 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6263 msgid "C<AUG_TYPE_CHECK> = 4"
6264 msgstr ""
6265
6266 #. type: textblock
6267 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6268 msgid "Typecheck lenses (can be expensive)."
6269 msgstr ""
6270
6271 #. type: =item
6272 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6273 msgid "C<AUG_NO_STDINC> = 8"
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6278 msgid "Do not use standard load path for modules."
6279 msgstr ""
6280
6281 #. type: =item
6282 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6283 msgid "C<AUG_SAVE_NOOP> = 16"
6284 msgstr ""
6285
6286 #. type: textblock
6287 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6288 msgid "Make save a no-op, just record what would have been changed."
6289 msgstr ""
6290
6291 #. type: =item
6292 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6293 msgid "C<AUG_NO_LOAD> = 32"
6294 msgstr ""
6295
6296 #. type: textblock
6297 #: ../src/guestfs-actions.pod:408
6298 msgid "Do not load the tree in C<guestfs_aug_init>."
6299 msgstr ""
6300
6301 #. type: textblock
6302 #: ../src/guestfs-actions.pod:412
6303 msgid "To close the handle, you can call C<guestfs_aug_close>."
6304 msgstr ""
6305
6306 #. type: textblock
6307 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6308 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6309 msgstr ""
6310
6311 #. type: =head2
6312 #: ../src/guestfs-actions.pod:420
6313 msgid "guestfs_aug_insert"
6314 msgstr ""
6315
6316 #. type: verbatim
6317 #: ../src/guestfs-actions.pod:422
6318 #, no-wrap
6319 msgid ""
6320 " int\n"
6321 " guestfs_aug_insert (guestfs_h *g,\n"
6322 "                     const char *augpath,\n"
6323 "                     const char *label,\n"
6324 "                     int before);\n"
6325 "\n"
6326 msgstr ""
6327
6328 #. type: textblock
6329 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6330 msgid ""
6331 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6332 "or after C<path> (depending on the boolean flag C<before>)."
6333 msgstr ""
6334
6335 #. type: textblock
6336 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6337 msgid ""
6338 "C<path> must match exactly one existing node in the tree, and C<label> must "
6339 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6340 msgstr ""
6341
6342 #. type: =head2
6343 #: ../src/guestfs-actions.pod:440
6344 msgid "guestfs_aug_load"
6345 msgstr ""
6346
6347 #. type: verbatim
6348 #: ../src/guestfs-actions.pod:442
6349 #, no-wrap
6350 msgid ""
6351 " int\n"
6352 " guestfs_aug_load (guestfs_h *g);\n"
6353 "\n"
6354 msgstr ""
6355
6356 #. type: textblock
6357 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6358 msgid "Load files into the tree."
6359 msgstr ""
6360
6361 #. type: textblock
6362 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6363 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6364 msgstr ""
6365
6366 #. type: =head2
6367 #: ../src/guestfs-actions.pod:454
6368 msgid "guestfs_aug_ls"
6369 msgstr ""
6370
6371 #. type: verbatim
6372 #: ../src/guestfs-actions.pod:456
6373 #, no-wrap
6374 msgid ""
6375 " char **\n"
6376 " guestfs_aug_ls (guestfs_h *g,\n"
6377 "                 const char *augpath);\n"
6378 "\n"
6379 msgstr ""
6380
6381 #. type: textblock
6382 #: ../src/guestfs-actions.pod:460
6383 msgid ""
6384 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6385 "sorting the resulting nodes into alphabetical order."
6386 msgstr ""
6387
6388 #. type: textblock
6389 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388 ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510 ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236 ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303 ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423 ../src/guestfs-actions.pod:2638 ../src/guestfs-actions.pod:2923 ../src/guestfs-actions.pod:3191 ../src/guestfs-actions.pod:3481 ../src/guestfs-actions.pod:3543 ../src/guestfs-actions.pod:3648 ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4751 ../src/guestfs-actions.pod:5271 ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5511 ../src/guestfs-actions.pod:6211 ../src/guestfs-actions.pod:6272 ../src/guestfs-actions.pod:6327 ../src/guestfs-actions.pod:6473 ../src/guestfs-actions.pod:6497 ../src/guestfs-actions.pod:6979 ../src/guestfs-actions.pod:6999 ../src/guestfs-actions.pod:7046 ../src/guestfs-actions.pod:7211 ../src/guestfs-actions.pod:7230 ../src/guestfs-actions.pod:7315 ../src/guestfs-actions.pod:7334 ../src/guestfs-actions.pod:7380 ../src/guestfs-actions.pod:7399
6390 msgid ""
6391 "This function returns a NULL-terminated array of strings (like "
6392 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6393 "strings and the array after use>."
6394 msgstr ""
6395
6396 #. type: textblock
6397 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426 ../src/guestfs-actions.pod:3269 ../src/guestfs-actions.pod:3300 ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:4131 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4327 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:5212 ../src/guestfs-actions.pod:5607 ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:6073 ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6724 ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:7199
6398 msgid "(Added in 0.8)"
6399 msgstr ""
6400
6401 #. type: =head2
6402 #: ../src/guestfs-actions.pod:469
6403 msgid "guestfs_aug_match"
6404 msgstr ""
6405
6406 #. type: verbatim
6407 #: ../src/guestfs-actions.pod:471
6408 #, no-wrap
6409 msgid ""
6410 " char **\n"
6411 " guestfs_aug_match (guestfs_h *g,\n"
6412 "                    const char *augpath);\n"
6413 "\n"
6414 msgstr ""
6415
6416 #. type: textblock
6417 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6418 msgid ""
6419 "Returns a list of paths which match the path expression C<path>.  The "
6420 "returned paths are sufficiently qualified so that they match exactly one "
6421 "node in the current tree."
6422 msgstr ""
6423
6424 #. type: =head2
6425 #: ../src/guestfs-actions.pod:485
6426 msgid "guestfs_aug_mv"
6427 msgstr ""
6428
6429 #. type: verbatim
6430 #: ../src/guestfs-actions.pod:487
6431 #, no-wrap
6432 msgid ""
6433 " int\n"
6434 " guestfs_aug_mv (guestfs_h *g,\n"
6435 "                 const char *src,\n"
6436 "                 const char *dest);\n"
6437 "\n"
6438 msgstr ""
6439
6440 #. type: textblock
6441 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6442 msgid ""
6443 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6444 "C<dest> is overwritten if it exists."
6445 msgstr ""
6446
6447 #. type: =head2
6448 #: ../src/guestfs-actions.pod:499
6449 msgid "guestfs_aug_rm"
6450 msgstr ""
6451
6452 #. type: verbatim
6453 #: ../src/guestfs-actions.pod:501
6454 #, no-wrap
6455 msgid ""
6456 " int\n"
6457 " guestfs_aug_rm (guestfs_h *g,\n"
6458 "                 const char *augpath);\n"
6459 "\n"
6460 msgstr ""
6461
6462 #. type: textblock
6463 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6464 msgid "Remove C<path> and all of its children."
6465 msgstr ""
6466
6467 #. type: textblock
6468 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6469 msgid "On success this returns the number of entries which were removed."
6470 msgstr ""
6471
6472 #. type: =head2
6473 #: ../src/guestfs-actions.pod:513
6474 msgid "guestfs_aug_save"
6475 msgstr ""
6476
6477 #. type: verbatim
6478 #: ../src/guestfs-actions.pod:515
6479 #, no-wrap
6480 msgid ""
6481 " int\n"
6482 " guestfs_aug_save (guestfs_h *g);\n"
6483 "\n"
6484 msgstr ""
6485
6486 #. type: textblock
6487 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6488 msgid "This writes all pending changes to disk."
6489 msgstr ""
6490
6491 #. type: textblock
6492 #: ../src/guestfs-actions.pod:520
6493 msgid ""
6494 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6495 "are saved."
6496 msgstr ""
6497
6498 #. type: =head2
6499 #: ../src/guestfs-actions.pod:527
6500 msgid "guestfs_aug_set"
6501 msgstr ""
6502
6503 #. type: verbatim
6504 #: ../src/guestfs-actions.pod:529
6505 #, no-wrap
6506 msgid ""
6507 " int\n"
6508 " guestfs_aug_set (guestfs_h *g,\n"
6509 "                  const char *augpath,\n"
6510 "                  const char *val);\n"
6511 "\n"
6512 msgstr ""
6513
6514 #. type: textblock
6515 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6516 msgid "Set the value associated with C<path> to C<val>."
6517 msgstr ""
6518
6519 #. type: textblock
6520 #: ../src/guestfs-actions.pod:536
6521 msgid ""
6522 "In the Augeas API, it is possible to clear a node by setting the value to "
6523 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6524 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6525 msgstr ""
6526
6527 #. type: =head2
6528 #: ../src/guestfs-actions.pod:545
6529 msgid "guestfs_available"
6530 msgstr ""
6531
6532 #. type: verbatim
6533 #: ../src/guestfs-actions.pod:547
6534 #, no-wrap
6535 msgid ""
6536 " int\n"
6537 " guestfs_available (guestfs_h *g,\n"
6538 "                    char *const *groups);\n"
6539 "\n"
6540 msgstr ""
6541
6542 #. type: textblock
6543 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6544 msgid ""
6545 "This command is used to check the availability of some groups of "
6546 "functionality in the appliance, which not all builds of the libguestfs "
6547 "appliance will be able to provide."
6548 msgstr ""
6549
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:555
6552 msgid ""
6553 "The libguestfs groups, and the functions that those groups correspond to, "
6554 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6555 "runtime by calling C<guestfs_available_all_groups>."
6556 msgstr ""
6557
6558 #. type: textblock
6559 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6560 msgid ""
6561 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6562 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6563 "and Augeas (configuration file editing) functions."
6564 msgstr ""
6565
6566 #. type: textblock
6567 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6568 msgid "The command returns no error if I<all> requested groups are available."
6569 msgstr ""
6570
6571 #. type: textblock
6572 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6573 msgid ""
6574 "It fails with an error if one or more of the requested groups is unavailable "
6575 "in the appliance."
6576 msgstr ""
6577
6578 #. type: textblock
6579 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6580 msgid ""
6581 "If an unknown group name is included in the list of groups then an error is "
6582 "always returned."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6587 msgid "I<Notes:>"
6588 msgstr ""
6589
6590 #. type: textblock
6591 #: ../src/guestfs-actions.pod:579
6592 msgid "You must call C<guestfs_launch> before calling this function."
6593 msgstr ""
6594
6595 #. type: textblock
6596 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6597 msgid ""
6598 "The reason is because we don't know what groups are supported by the "
6599 "appliance/daemon until it is running and can be queried."
6600 msgstr ""
6601
6602 #. type: textblock
6603 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6604 msgid ""
6605 "If a group of functions is available, this does not necessarily mean that "
6606 "they will work.  You still have to check for errors when calling individual "
6607 "API functions even if they are available."
6608 msgstr ""
6609
6610 #. type: textblock
6611 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6612 msgid ""
6613 "It is usually the job of distro packagers to build complete functionality "
6614 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6615 "with all requirements satisfied, will support everything."
6616 msgstr ""
6617
6618 #. type: textblock
6619 #: ../src/guestfs-actions.pod:601
6620 msgid ""
6621 "This call was added in version C<1.0.80>.  In previous versions of "
6622 "libguestfs all you could do would be to speculatively execute a command to "
6623 "find out if the daemon implemented it.  See also C<guestfs_version>."
6624 msgstr ""
6625
6626 #. type: textblock
6627 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6628 msgid "(Added in 1.0.80)"
6629 msgstr ""
6630
6631 #. type: =head2
6632 #: ../src/guestfs-actions.pod:612
6633 msgid "guestfs_available_all_groups"
6634 msgstr ""
6635
6636 #. type: verbatim
6637 #: ../src/guestfs-actions.pod:614
6638 #, no-wrap
6639 msgid ""
6640 " char **\n"
6641 " guestfs_available_all_groups (guestfs_h *g);\n"
6642 "\n"
6643 msgstr ""
6644
6645 #. type: textblock
6646 #: ../src/guestfs-actions.pod:617
6647 msgid ""
6648 "This command returns a list of all optional groups that this daemon knows "
6649 "about.  Note this returns both supported and unsupported groups.  To find "
6650 "out which ones the daemon can actually support you have to call "
6651 "C<guestfs_available> on each member of the returned list."
6652 msgstr ""
6653
6654 #. type: textblock
6655 #: ../src/guestfs-actions.pod:623
6656 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6657 msgstr ""
6658
6659 #. type: textblock
6660 #: ../src/guestfs-actions.pod:629
6661 msgid "(Added in 1.3.15)"
6662 msgstr ""
6663
6664 #. type: =head2
6665 #: ../src/guestfs-actions.pod:631
6666 msgid "guestfs_base64_in"
6667 msgstr ""
6668
6669 #. type: verbatim
6670 #: ../src/guestfs-actions.pod:633
6671 #, no-wrap
6672 msgid ""
6673 " int\n"
6674 " guestfs_base64_in (guestfs_h *g,\n"
6675 "                    const char *base64file,\n"
6676 "                    const char *filename);\n"
6677 "\n"
6678 msgstr ""
6679
6680 #. type: textblock
6681 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6682 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6683 msgstr ""
6684
6685 #. type: textblock
6686 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6687 msgid "(Added in 1.3.5)"
6688 msgstr ""
6689
6690 #. type: =head2
6691 #: ../src/guestfs-actions.pod:645
6692 msgid "guestfs_base64_out"
6693 msgstr ""
6694
6695 #. type: verbatim
6696 #: ../src/guestfs-actions.pod:647
6697 #, no-wrap
6698 msgid ""
6699 " int\n"
6700 " guestfs_base64_out (guestfs_h *g,\n"
6701 "                     const char *filename,\n"
6702 "                     const char *base64file);\n"
6703 "\n"
6704 msgstr ""
6705
6706 #. type: textblock
6707 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6708 msgid ""
6709 "This command downloads the contents of C<filename>, writing it out to local "
6710 "file C<base64file> encoded as base64."
6711 msgstr ""
6712
6713 #. type: =head2
6714 #: ../src/guestfs-actions.pod:659
6715 msgid "guestfs_blockdev_flushbufs"
6716 msgstr ""
6717
6718 #. type: verbatim
6719 #: ../src/guestfs-actions.pod:661
6720 #, no-wrap
6721 msgid ""
6722 " int\n"
6723 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6724 "                             const char *device);\n"
6725 "\n"
6726 msgstr ""
6727
6728 #. type: textblock
6729 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6730 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6731 msgstr ""
6732
6733 #. type: textblock
6734 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685 ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753 ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813 ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478 ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522 ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
6735 msgid "This uses the L<blockdev(8)> command."
6736 msgstr ""
6737
6738 #. type: textblock
6739 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720 ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757 ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789 ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
6740 msgid "(Added in 0.9.3)"
6741 msgstr ""
6742
6743 #. type: =head2
6744 #: ../src/guestfs-actions.pod:674
6745 msgid "guestfs_blockdev_getbsz"
6746 msgstr ""
6747
6748 #. type: verbatim
6749 #: ../src/guestfs-actions.pod:676
6750 #, no-wrap
6751 msgid ""
6752 " int\n"
6753 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6754 "                          const char *device);\n"
6755 "\n"
6756 msgstr ""
6757
6758 #. type: textblock
6759 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6760 msgid "This returns the block size of a device."
6761 msgstr ""
6762
6763 #. type: textblock
6764 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6765 msgid ""
6766 "(Note this is different from both I<size in blocks> and I<filesystem block "
6767 "size>)."
6768 msgstr ""
6769
6770 #. type: =head2
6771 #: ../src/guestfs-actions.pod:691
6772 msgid "guestfs_blockdev_getro"
6773 msgstr ""
6774
6775 #. type: verbatim
6776 #: ../src/guestfs-actions.pod:693
6777 #, no-wrap
6778 msgid ""
6779 " int\n"
6780 " guestfs_blockdev_getro (guestfs_h *g,\n"
6781 "                         const char *device);\n"
6782 "\n"
6783 msgstr ""
6784
6785 #. type: textblock
6786 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6787 msgid ""
6788 "Returns a boolean indicating if the block device is read-only (true if "
6789 "read-only, false if not)."
6790 msgstr ""
6791
6792 #. type: textblock
6793 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409 ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914 ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997 ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067 ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115 ../src/guestfs-actions.pod:3009 ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3045 ../src/guestfs-actions.pod:3208 ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3251 ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3298 ../src/guestfs-actions.pod:3312 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3339 ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:4900
6794 msgid "This function returns a C truth value on success or -1 on error."
6795 msgstr ""
6796
6797 #. type: =head2
6798 #: ../src/guestfs-actions.pod:706
6799 msgid "guestfs_blockdev_getsize64"
6800 msgstr ""
6801
6802 #. type: verbatim
6803 #: ../src/guestfs-actions.pod:708
6804 #, no-wrap
6805 msgid ""
6806 " int64_t\n"
6807 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6808 "                             const char *device);\n"
6809 "\n"
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
6814 msgid "This returns the size of the device in bytes."
6815 msgstr ""
6816
6817 #. type: textblock
6818 #: ../src/guestfs-actions.pod:714
6819 msgid "See also C<guestfs_blockdev_getsz>."
6820 msgstr ""
6821
6822 #. type: =head2
6823 #: ../src/guestfs-actions.pod:722
6824 msgid "guestfs_blockdev_getss"
6825 msgstr ""
6826
6827 #. type: verbatim
6828 #: ../src/guestfs-actions.pod:724
6829 #, no-wrap
6830 msgid ""
6831 " int\n"
6832 " guestfs_blockdev_getss (guestfs_h *g,\n"
6833 "                         const char *device);\n"
6834 "\n"
6835 msgstr ""
6836
6837 #. type: textblock
6838 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
6839 msgid ""
6840 "This returns the size of sectors on a block device.  Usually 512, but can be "
6841 "larger for modern devices."
6842 msgstr ""
6843
6844 #. type: textblock
6845 #: ../src/guestfs-actions.pod:731
6846 msgid ""
6847 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6848 "that)."
6849 msgstr ""
6850
6851 #. type: =head2
6852 #: ../src/guestfs-actions.pod:740
6853 msgid "guestfs_blockdev_getsz"
6854 msgstr ""
6855
6856 #. type: verbatim
6857 #: ../src/guestfs-actions.pod:742
6858 #, no-wrap
6859 msgid ""
6860 " int64_t\n"
6861 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6862 "                         const char *device);\n"
6863 "\n"
6864 msgstr ""
6865
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
6868 msgid ""
6869 "This returns the size of the device in units of 512-byte sectors (even if "
6870 "the sectorsize isn't 512 bytes ... weird)."
6871 msgstr ""
6872
6873 #. type: textblock
6874 #: ../src/guestfs-actions.pod:749
6875 msgid ""
6876 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6877 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6878 msgstr ""
6879
6880 #. type: =head2
6881 #: ../src/guestfs-actions.pod:759
6882 msgid "guestfs_blockdev_rereadpt"
6883 msgstr ""
6884
6885 #. type: verbatim
6886 #: ../src/guestfs-actions.pod:761
6887 #, no-wrap
6888 msgid ""
6889 " int\n"
6890 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6891 "                            const char *device);\n"
6892 "\n"
6893 msgstr ""
6894
6895 #. type: textblock
6896 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
6897 msgid "Reread the partition table on C<device>."
6898 msgstr ""
6899
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:773
6902 msgid "guestfs_blockdev_setbsz"
6903 msgstr ""
6904
6905 #. type: verbatim
6906 #: ../src/guestfs-actions.pod:775
6907 #, no-wrap
6908 msgid ""
6909 " int\n"
6910 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6911 "                          const char *device,\n"
6912 "                          int blocksize);\n"
6913 "\n"
6914 msgstr ""
6915
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
6918 msgid "This sets the block size of a device."
6919 msgstr ""
6920
6921 #. type: =head2
6922 #: ../src/guestfs-actions.pod:791
6923 msgid "guestfs_blockdev_setro"
6924 msgstr ""
6925
6926 #. type: verbatim
6927 #: ../src/guestfs-actions.pod:793
6928 #, no-wrap
6929 msgid ""
6930 " int\n"
6931 " guestfs_blockdev_setro (guestfs_h *g,\n"
6932 "                         const char *device);\n"
6933 "\n"
6934 msgstr ""
6935
6936 #. type: textblock
6937 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
6938 msgid "Sets the block device named C<device> to read-only."
6939 msgstr ""
6940
6941 #. type: =head2
6942 #: ../src/guestfs-actions.pod:805
6943 msgid "guestfs_blockdev_setrw"
6944 msgstr ""
6945
6946 #. type: verbatim
6947 #: ../src/guestfs-actions.pod:807
6948 #, no-wrap
6949 msgid ""
6950 " int\n"
6951 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6952 "                         const char *device);\n"
6953 "\n"
6954 msgstr ""
6955
6956 #. type: textblock
6957 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
6958 msgid "Sets the block device named C<device> to read-write."
6959 msgstr ""
6960
6961 #. type: =head2
6962 #: ../src/guestfs-actions.pod:819
6963 msgid "guestfs_case_sensitive_path"
6964 msgstr ""
6965
6966 #. type: verbatim
6967 #: ../src/guestfs-actions.pod:821
6968 #, no-wrap
6969 msgid ""
6970 " char *\n"
6971 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6972 "                              const char *path);\n"
6973 "\n"
6974 msgstr ""
6975
6976 #. type: textblock
6977 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
6978 msgid ""
6979 "This can be used to resolve case insensitive paths on a filesystem which is "
6980 "case sensitive.  The use case is to resolve paths which you have read from "
6981 "Windows configuration files or the Windows Registry, to the true path."
6982 msgstr ""
6983
6984 #. type: textblock
6985 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
6986 msgid ""
6987 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6988 "(and probably others), which is that although the underlying filesystem is "
6989 "case-insensitive, the driver exports the filesystem to Linux as "
6990 "case-sensitive."
6991 msgstr ""
6992
6993 #. type: textblock
6994 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
6995 msgid ""
6996 "One consequence of this is that special directories such as C<c:\\windows> "
6997 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6998 "precise details of how they were created.  In Windows itself this would not "
6999 "be a problem."
7000 msgstr ""
7001
7002 #. type: textblock
7003 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7004 msgid ""
7005 "Bug or feature? You decide: "
7006 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7007 msgstr ""
7008
7009 #. type: textblock
7010 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7011 msgid ""
7012 "This function resolves the true case of each element in the path and returns "
7013 "the case-sensitive path."
7014 msgstr ""
7015
7016 #. type: textblock
7017 #: ../src/guestfs-actions.pod:847
7018 msgid ""
7019 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7020 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7021 "how the directories were originally created under Windows)."
7022 msgstr ""
7023
7024 #. type: textblock
7025 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7026 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7027 msgstr ""
7028
7029 #. type: textblock
7030 #: ../src/guestfs-actions.pod:855
7031 msgid "See also C<guestfs_realpath>."
7032 msgstr ""
7033
7034 #. type: textblock
7035 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6891
7036 msgid "(Added in 1.0.75)"
7037 msgstr ""
7038
7039 #. type: =head2
7040 #: ../src/guestfs-actions.pod:862
7041 msgid "guestfs_cat"
7042 msgstr ""
7043
7044 #. type: verbatim
7045 #: ../src/guestfs-actions.pod:864
7046 #, no-wrap
7047 msgid ""
7048 " char *\n"
7049 " guestfs_cat (guestfs_h *g,\n"
7050 "              const char *path);\n"
7051 "\n"
7052 msgstr ""
7053
7054 #. type: textblock
7055 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3601
7056 msgid "Return the contents of the file named C<path>."
7057 msgstr ""
7058
7059 #. type: textblock
7060 #: ../src/guestfs-actions.pod:870
7061 msgid ""
7062 "Note that this function cannot correctly handle binary files (specifically, "
7063 "files containing C<\\0> character which is treated as end of string).  For "
7064 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7065 "functions which have a more complex interface."
7066 msgstr ""
7067
7068 #. type: textblock
7069 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373 ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495 ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353 ../src/guestfs-actions.pod:5169 ../src/guestfs-actions.pod:5195 ../src/guestfs-actions.pod:5326 ../src/guestfs-actions.pod:5352 ../src/guestfs-actions.pod:5376 ../src/guestfs-actions.pod:6276 ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6477 ../src/guestfs-actions.pod:6501 ../src/guestfs-actions.pod:7163 ../src/guestfs-actions.pod:7189 ../src/guestfs-actions.pod:7215 ../src/guestfs-actions.pod:7234 ../src/guestfs-actions.pod:7319 ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7384 ../src/guestfs-actions.pod:7403 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734 ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997 ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493 ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556 ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3471 ../fish/guestfish-actions.pod:3486 ../fish/guestfish-actions.pod:3562 ../fish/guestfish-actions.pod:3579 ../fish/guestfish-actions.pod:3594 ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4266 ../fish/guestfish-actions.pod:4351 ../fish/guestfish-actions.pod:4366 ../fish/guestfish-actions.pod:4776 ../fish/guestfish-actions.pod:4794 ../fish/guestfish-actions.pod:4811 ../fish/guestfish-actions.pod:4821 ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:4879 ../fish/guestfish-actions.pod:4908 ../fish/guestfish-actions.pod:4918
7070 msgid ""
7071 "Because of the message protocol, there is a transfer limit of somewhere "
7072 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7073 msgstr ""
7074
7075 #. type: textblock
7076 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3547 ../src/guestfs-actions.pod:3564 ../src/guestfs-actions.pod:3652 ../src/guestfs-actions.pod:4057 ../src/guestfs-actions.pod:4071 ../src/guestfs-actions.pod:5275 ../src/guestfs-actions.pod:5289 ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7064
7077 msgid "(Added in 0.4)"
7078 msgstr ""
7079
7080 #. type: =head2
7081 #: ../src/guestfs-actions.pod:883
7082 msgid "guestfs_checksum"
7083 msgstr ""
7084
7085 #. type: verbatim
7086 #: ../src/guestfs-actions.pod:885
7087 #, no-wrap
7088 msgid ""
7089 " char *\n"
7090 " guestfs_checksum (guestfs_h *g,\n"
7091 "                   const char *csumtype,\n"
7092 "                   const char *path);\n"
7093 "\n"
7094 msgstr ""
7095
7096 #. type: textblock
7097 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7098 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7099 msgstr ""
7100
7101 #. type: textblock
7102 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7103 msgid ""
7104 "The type of checksum to compute is given by the C<csumtype> parameter which "
7105 "must have one of the following values:"
7106 msgstr ""
7107
7108 #. type: =item
7109 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7110 msgid "C<crc>"
7111 msgstr ""
7112
7113 #. type: textblock
7114 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7115 msgid ""
7116 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7117 "C<cksum> command."
7118 msgstr ""
7119
7120 #. type: =item
7121 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7122 msgid "C<md5>"
7123 msgstr ""
7124
7125 #. type: textblock
7126 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7127 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7128 msgstr ""
7129
7130 #. type: =item
7131 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7132 msgid "C<sha1>"
7133 msgstr ""
7134
7135 #. type: textblock
7136 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7137 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7138 msgstr ""
7139
7140 #. type: =item
7141 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7142 msgid "C<sha224>"
7143 msgstr ""
7144
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7147 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7148 msgstr ""
7149
7150 #. type: =item
7151 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7152 msgid "C<sha256>"
7153 msgstr ""
7154
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7157 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7158 msgstr ""
7159
7160 #. type: =item
7161 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7162 msgid "C<sha384>"
7163 msgstr ""
7164
7165 #. type: textblock
7166 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7167 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7168 msgstr ""
7169
7170 #. type: =item
7171 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7172 msgid "C<sha512>"
7173 msgstr ""
7174
7175 #. type: textblock
7176 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7177 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7178 msgstr ""
7179
7180 #. type: textblock
7181 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7182 msgid "The checksum is returned as a printable string."
7183 msgstr ""
7184
7185 #. type: textblock
7186 #: ../src/guestfs-actions.pod:931
7187 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7188 msgstr ""
7189
7190 #. type: textblock
7191 #: ../src/guestfs-actions.pod:933
7192 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7193 msgstr ""
7194
7195 #. type: textblock
7196 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3224 ../src/guestfs-actions.pod:3253 ../src/guestfs-actions.pod:3314 ../src/guestfs-actions.pod:3341 ../src/guestfs-actions.pod:6747
7197 msgid "(Added in 1.0.2)"
7198 msgstr ""
7199
7200 #. type: =head2
7201 #: ../src/guestfs-actions.pod:940
7202 msgid "guestfs_checksum_device"
7203 msgstr ""
7204
7205 #. type: verbatim
7206 #: ../src/guestfs-actions.pod:942
7207 #, no-wrap
7208 msgid ""
7209 " char *\n"
7210 " guestfs_checksum_device (guestfs_h *g,\n"
7211 "                          const char *csumtype,\n"
7212 "                          const char *device);\n"
7213 "\n"
7214 msgstr ""
7215
7216 #. type: textblock
7217 #: ../src/guestfs-actions.pod:947
7218 msgid ""
7219 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7220 "device named C<device>.  For the types of checksums supported see the "
7221 "C<guestfs_checksum> command."
7222 msgstr ""
7223
7224 #. type: textblock
7225 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4806 ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:4920 ../src/guestfs-actions.pod:5096 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6670 ../src/guestfs-actions.pod:7076
7226 msgid "(Added in 1.3.2)"
7227 msgstr ""
7228
7229 #. type: =head2
7230 #: ../src/guestfs-actions.pod:956
7231 msgid "guestfs_checksums_out"
7232 msgstr ""
7233
7234 #. type: verbatim
7235 #: ../src/guestfs-actions.pod:958
7236 #, no-wrap
7237 msgid ""
7238 " int\n"
7239 " guestfs_checksums_out (guestfs_h *g,\n"
7240 "                        const char *csumtype,\n"
7241 "                        const char *directory,\n"
7242 "                        const char *sumsfile);\n"
7243 "\n"
7244 msgstr ""
7245
7246 #. type: textblock
7247 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7248 msgid ""
7249 "This command computes the checksums of all regular files in C<directory> and "
7250 "then emits a list of those checksums to the local output file C<sumsfile>."
7251 msgstr ""
7252
7253 #. type: textblock
7254 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7255 msgid ""
7256 "This can be used for verifying the integrity of a virtual machine.  However "
7257 "to be properly secure you should pay attention to the output of the checksum "
7258 "command (it uses the ones from GNU coreutils).  In particular when the "
7259 "filename is not printable, coreutils uses a special backslash syntax.  For "
7260 "more information, see the GNU coreutils info file."
7261 msgstr ""
7262
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:978
7265 msgid "(Added in 1.3.7)"
7266 msgstr ""
7267
7268 #. type: =head2
7269 #: ../src/guestfs-actions.pod:980
7270 msgid "guestfs_chmod"
7271 msgstr ""
7272
7273 #. type: verbatim
7274 #: ../src/guestfs-actions.pod:982
7275 #, no-wrap
7276 msgid ""
7277 " int\n"
7278 " guestfs_chmod (guestfs_h *g,\n"
7279 "                int mode,\n"
7280 "                const char *path);\n"
7281 "\n"
7282 msgstr ""
7283
7284 #. type: textblock
7285 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7286 msgid ""
7287 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7288 "supported."
7289 msgstr ""
7290
7291 #. type: textblock
7292 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7293 msgid ""
7294 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7295 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7296 "C<700>."
7297 msgstr ""
7298
7299 #. type: textblock
7300 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4308 ../src/guestfs-actions.pod:4505 ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4543 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:3046 ../fish/guestfish-actions.pod:3056 ../fish/guestfish-actions.pod:3066
7301 msgid "The mode actually set is affected by the umask."
7302 msgstr ""
7303
7304 #. type: =head2
7305 #: ../src/guestfs-actions.pod:1000
7306 msgid "guestfs_chown"
7307 msgstr ""
7308
7309 #. type: verbatim
7310 #: ../src/guestfs-actions.pod:1002
7311 #, no-wrap
7312 msgid ""
7313 " int\n"
7314 " guestfs_chown (guestfs_h *g,\n"
7315 "                int owner,\n"
7316 "                int group,\n"
7317 "                const char *path);\n"
7318 "\n"
7319 msgstr ""
7320
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7323 msgid "Change the file owner to C<owner> and group to C<group>."
7324 msgstr ""
7325
7326 #. type: textblock
7327 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3416 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2375
7328 msgid ""
7329 "Only numeric uid and gid are supported.  If you want to use names, you will "
7330 "need to locate and parse the password file yourself (Augeas support makes "
7331 "this relatively easy)."
7332 msgstr ""
7333
7334 #. type: =head2
7335 #: ../src/guestfs-actions.pod:1018
7336 msgid "guestfs_command"
7337 msgstr ""
7338
7339 #. type: verbatim
7340 #: ../src/guestfs-actions.pod:1020
7341 #, no-wrap
7342 msgid ""
7343 " char *\n"
7344 " guestfs_command (guestfs_h *g,\n"
7345 "                  char *const *arguments);\n"
7346 "\n"
7347 msgstr ""
7348
7349 #. type: textblock
7350 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7351 msgid ""
7352 "This call runs a command from the guest filesystem.  The filesystem must be "
7353 "mounted, and must contain a compatible operating system (ie. something "
7354 "Linux, with the same or compatible processor architecture)."
7355 msgstr ""
7356
7357 #. type: textblock
7358 #: ../src/guestfs-actions.pod:1029
7359 msgid ""
7360 "The single parameter is an argv-style list of arguments.  The first element "
7361 "is the name of the program to run.  Subsequent elements are parameters.  The "
7362 "list must be non-empty (ie. must contain a program name).  Note that the "
7363 "command runs directly, and is I<not> invoked via the shell (see "
7364 "C<guestfs_sh>)."
7365 msgstr ""
7366
7367 #. type: textblock
7368 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7369 msgid "The return value is anything printed to I<stdout> by the command."
7370 msgstr ""
7371
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7374 msgid ""
7375 "If the command returns a non-zero exit status, then this function returns an "
7376 "error message.  The error message string is the content of I<stderr> from "
7377 "the command."
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7382 msgid ""
7383 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7384 "C</bin>.  If you require a program from another location, you should provide "
7385 "the full path in the first parameter."
7386 msgstr ""
7387
7388 #. type: textblock
7389 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7390 msgid ""
7391 "Shared libraries and data files required by the program must be available on "
7392 "filesystems which are mounted in the correct places.  It is the caller's "
7393 "responsibility to ensure all filesystems that are needed are mounted at the "
7394 "right locations."
7395 msgstr ""
7396
7397 #. type: textblock
7398 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1548
7399 msgid "(Added in 0.9.1)"
7400 msgstr ""
7401
7402 #. type: =head2
7403 #: ../src/guestfs-actions.pod:1062
7404 msgid "guestfs_command_lines"
7405 msgstr ""
7406
7407 #. type: verbatim
7408 #: ../src/guestfs-actions.pod:1064
7409 #, no-wrap
7410 msgid ""
7411 " char **\n"
7412 " guestfs_command_lines (guestfs_h *g,\n"
7413 "                        char *const *arguments);\n"
7414 "\n"
7415 msgstr ""
7416
7417 #. type: textblock
7418 #: ../src/guestfs-actions.pod:1068
7419 msgid ""
7420 "This is the same as C<guestfs_command>, but splits the result into a list of "
7421 "lines."
7422 msgstr ""
7423
7424 #. type: textblock
7425 #: ../src/guestfs-actions.pod:1071
7426 msgid "See also: C<guestfs_sh_lines>"
7427 msgstr ""
7428
7429 #. type: =head2
7430 #: ../src/guestfs-actions.pod:1082
7431 msgid "guestfs_config"
7432 msgstr ""
7433
7434 #. type: verbatim
7435 #: ../src/guestfs-actions.pod:1084
7436 #, no-wrap
7437 msgid ""
7438 " int\n"
7439 " guestfs_config (guestfs_h *g,\n"
7440 "                 const char *qemuparam,\n"
7441 "                 const char *qemuvalue);\n"
7442 "\n"
7443 msgstr ""
7444
7445 #. type: textblock
7446 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7447 msgid ""
7448 "This can be used to add arbitrary qemu command line parameters of the form "
7449 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7450 "setting some parameters which would interfere with parameters that we use."
7451 msgstr ""
7452
7453 #. type: textblock
7454 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7455 msgid "The first character of C<param> string must be a C<-> (dash)."
7456 msgstr ""
7457
7458 #. type: textblock
7459 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7460 msgid "C<value> can be NULL."
7461 msgstr ""
7462
7463 #. type: =head2
7464 #: ../src/guestfs-actions.pod:1102
7465 msgid "guestfs_copy_size"
7466 msgstr ""
7467
7468 #. type: verbatim
7469 #: ../src/guestfs-actions.pod:1104
7470 #, no-wrap
7471 msgid ""
7472 " int\n"
7473 " guestfs_copy_size (guestfs_h *g,\n"
7474 "                    const char *src,\n"
7475 "                    const char *dest,\n"
7476 "                    int64_t size);\n"
7477 "\n"
7478 msgstr ""
7479
7480 #. type: textblock
7481 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7482 msgid ""
7483 "This command copies exactly C<size> bytes from one source device or file "
7484 "C<src> to another destination device or file C<dest>."
7485 msgstr ""
7486
7487 #. type: textblock
7488 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7489 msgid ""
7490 "Note this will fail if the source is too short or if the destination is not "
7491 "large enough."
7492 msgstr ""
7493
7494 #. type: textblock
7495 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719 ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:6742 ../src/guestfs-actions.pod:6776 ../src/guestfs-actions.pod:7255 ../src/guestfs-actions.pod:7274
7496 msgid ""
7497 "This long-running command can generate progress notification messages so "
7498 "that the caller can display a progress bar or indicator.  To receive these "
7499 "messages, the caller must register a progress event callback.  See "
7500 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7501 msgstr ""
7502
7503 #. type: textblock
7504 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4084 ../src/guestfs-actions.pod:5302 ../src/guestfs-actions.pod:6983 ../src/guestfs-actions.pod:7003 ../src/guestfs-actions.pod:7089
7505 msgid "(Added in 1.0.87)"
7506 msgstr ""
7507
7508 #. type: =head2
7509 #: ../src/guestfs-actions.pod:1125
7510 msgid "guestfs_cp"
7511 msgstr ""
7512
7513 #. type: verbatim
7514 #: ../src/guestfs-actions.pod:1127
7515 #, no-wrap
7516 msgid ""
7517 " int\n"
7518 " guestfs_cp (guestfs_h *g,\n"
7519 "             const char *src,\n"
7520 "             const char *dest);\n"
7521 "\n"
7522 msgstr ""
7523
7524 #. type: textblock
7525 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7526 msgid ""
7527 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7528 "destination filename or destination directory."
7529 msgstr ""
7530
7531 #. type: textblock
7532 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4769 ../src/guestfs-actions.pod:5146
7533 msgid "(Added in 1.0.18)"
7534 msgstr ""
7535
7536 #. type: =head2
7537 #: ../src/guestfs-actions.pod:1139
7538 msgid "guestfs_cp_a"
7539 msgstr ""
7540
7541 #. type: verbatim
7542 #: ../src/guestfs-actions.pod:1141
7543 #, no-wrap
7544 msgid ""
7545 " int\n"
7546 " guestfs_cp_a (guestfs_h *g,\n"
7547 "               const char *src,\n"
7548 "               const char *dest);\n"
7549 "\n"
7550 msgstr ""
7551
7552 #. type: textblock
7553 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7554 msgid ""
7555 "This copies a file or directory from C<src> to C<dest> recursively using the "
7556 "C<cp -a> command."
7557 msgstr ""
7558
7559 #. type: =head2
7560 #: ../src/guestfs-actions.pod:1153
7561 msgid "guestfs_dd"
7562 msgstr ""
7563
7564 #. type: verbatim
7565 #: ../src/guestfs-actions.pod:1155
7566 #, no-wrap
7567 msgid ""
7568 " int\n"
7569 " guestfs_dd (guestfs_h *g,\n"
7570 "             const char *src,\n"
7571 "             const char *dest);\n"
7572 "\n"
7573 msgstr ""
7574
7575 #. type: textblock
7576 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7577 msgid ""
7578 "This command copies from one source device or file C<src> to another "
7579 "destination device or file C<dest>.  Normally you would use this to copy to "
7580 "or from a device or partition, for example to duplicate a filesystem."
7581 msgstr ""
7582
7583 #. type: textblock
7584 #: ../src/guestfs-actions.pod:1165
7585 msgid ""
7586 "If the destination is a device, it must be as large or larger than the "
7587 "source file or device, otherwise the copy will fail.  This command cannot do "
7588 "partial copies (see C<guestfs_copy_size>)."
7589 msgstr ""
7590
7591 #. type: =head2
7592 #: ../src/guestfs-actions.pod:1173
7593 msgid "guestfs_df"
7594 msgstr ""
7595
7596 #. type: verbatim
7597 #: ../src/guestfs-actions.pod:1175
7598 #, no-wrap
7599 msgid ""
7600 " char *\n"
7601 " guestfs_df (guestfs_h *g);\n"
7602 "\n"
7603 msgstr ""
7604
7605 #. type: textblock
7606 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7607 msgid "This command runs the C<df> command to report disk space used."
7608 msgstr ""
7609
7610 #. type: textblock
7611 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7612 msgid ""
7613 "This command is mostly useful for interactive sessions.  It is I<not> "
7614 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7615 "from programs."
7616 msgstr ""
7617
7618 #. type: textblock
7619 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286 ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378 ../src/guestfs-actions.pod:4194 ../src/guestfs-actions.pod:4669 ../src/guestfs-actions.pod:6480 ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:7122 ../src/guestfs-actions.pod:7135 ../src/guestfs-actions.pod:7148
7620 msgid "(Added in 1.0.54)"
7621 msgstr ""
7622
7623 #. type: =head2
7624 #: ../src/guestfs-actions.pod:1189
7625 msgid "guestfs_df_h"
7626 msgstr ""
7627
7628 #. type: verbatim
7629 #: ../src/guestfs-actions.pod:1191
7630 #, no-wrap
7631 msgid ""
7632 " char *\n"
7633 " guestfs_df_h (guestfs_h *g);\n"
7634 "\n"
7635 msgstr ""
7636
7637 #. type: textblock
7638 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7639 msgid ""
7640 "This command runs the C<df -h> command to report disk space used in "
7641 "human-readable format."
7642 msgstr ""
7643
7644 #. type: =head2
7645 #: ../src/guestfs-actions.pod:1206
7646 msgid "guestfs_dmesg"
7647 msgstr ""
7648
7649 #. type: verbatim
7650 #: ../src/guestfs-actions.pod:1208
7651 #, no-wrap
7652 msgid ""
7653 " char *\n"
7654 " guestfs_dmesg (guestfs_h *g);\n"
7655 "\n"
7656 msgstr ""
7657
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7660 msgid ""
7661 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7662 "This is sometimes useful for extended debugging of problems."
7663 msgstr ""
7664
7665 #. type: textblock
7666 #: ../src/guestfs-actions.pod:1215
7667 msgid ""
7668 "Another way to get the same information is to enable verbose messages with "
7669 "C<guestfs_set_verbose> or by setting the environment variable "
7670 "C<LIBGUESTFS_DEBUG=1> before running the program."
7671 msgstr ""
7672
7673 #. type: =head2
7674 #: ../src/guestfs-actions.pod:1225
7675 msgid "guestfs_download"
7676 msgstr ""
7677
7678 #. type: verbatim
7679 #: ../src/guestfs-actions.pod:1227
7680 #, no-wrap
7681 msgid ""
7682 " int\n"
7683 " guestfs_download (guestfs_h *g,\n"
7684 "                   const char *remotefilename,\n"
7685 "                   const char *filename);\n"
7686 "\n"
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7691 msgid ""
7692 "Download file C<remotefilename> and save it as C<filename> on the local "
7693 "machine."
7694 msgstr ""
7695
7696 #. type: textblock
7697 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4524
7698 msgid "C<filename> can also be a named pipe."
7699 msgstr ""
7700
7701 #. type: textblock
7702 #: ../src/guestfs-actions.pod:1237
7703 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7704 msgstr ""
7705
7706 #. type: =head2
7707 #: ../src/guestfs-actions.pod:1248
7708 msgid "guestfs_download_offset"
7709 msgstr ""
7710
7711 #. type: verbatim
7712 #: ../src/guestfs-actions.pod:1250
7713 #, no-wrap
7714 msgid ""
7715 " int\n"
7716 " guestfs_download_offset (guestfs_h *g,\n"
7717 "                          const char *remotefilename,\n"
7718 "                          const char *filename,\n"
7719 "                          int64_t offset,\n"
7720 "                          int64_t size);\n"
7721 "\n"
7722 msgstr ""
7723
7724 #. type: textblock
7725 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7726 msgid ""
7727 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7728 "region must be within the file or device)."
7729 msgstr ""
7730
7731 #. type: textblock
7732 #: ../src/guestfs-actions.pod:1263
7733 msgid ""
7734 "Note that there is no limit on the amount of data that can be downloaded "
7735 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7736 "full amount unless an error occurs."
7737 msgstr ""
7738
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:1268
7741 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7742 msgstr ""
7743
7744 #. type: textblock
7745 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6781
7746 msgid "(Added in 1.5.17)"
7747 msgstr ""
7748
7749 #. type: =head2
7750 #: ../src/guestfs-actions.pod:1279
7751 msgid "guestfs_drop_caches"
7752 msgstr ""
7753
7754 #. type: verbatim
7755 #: ../src/guestfs-actions.pod:1281
7756 #, no-wrap
7757 msgid ""
7758 " int\n"
7759 " guestfs_drop_caches (guestfs_h *g,\n"
7760 "                      int whattodrop);\n"
7761 "\n"
7762 msgstr ""
7763
7764 #. type: textblock
7765 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7766 msgid ""
7767 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7768 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7769 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7770 msgstr ""
7771
7772 #. type: textblock
7773 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7774 msgid "Setting C<whattodrop> to 3 should drop everything."
7775 msgstr ""
7776
7777 #. type: textblock
7778 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7779 msgid ""
7780 "This automatically calls L<sync(2)> before the operation, so that the "
7781 "maximum guest memory is freed."
7782 msgstr ""
7783
7784 #. type: =head2
7785 #: ../src/guestfs-actions.pod:1299
7786 msgid "guestfs_du"
7787 msgstr ""
7788
7789 #. type: verbatim
7790 #: ../src/guestfs-actions.pod:1301
7791 #, no-wrap
7792 msgid ""
7793 " int64_t\n"
7794 " guestfs_du (guestfs_h *g,\n"
7795 "             const char *path);\n"
7796 "\n"
7797 msgstr ""
7798
7799 #. type: textblock
7800 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7801 msgid ""
7802 "This command runs the C<du -s> command to estimate file space usage for "
7803 "C<path>."
7804 msgstr ""
7805
7806 #. type: textblock
7807 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7808 msgid ""
7809 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7810 "estimate includes the contents of the directory and all subdirectories "
7811 "(recursively)."
7812 msgstr ""
7813
7814 #. type: textblock
7815 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
7816 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7817 msgstr ""
7818
7819 #. type: =head2
7820 #: ../src/guestfs-actions.pod:1324
7821 msgid "guestfs_e2fsck_f"
7822 msgstr ""
7823
7824 #. type: verbatim
7825 #: ../src/guestfs-actions.pod:1326
7826 #, no-wrap
7827 msgid ""
7828 " int\n"
7829 " guestfs_e2fsck_f (guestfs_h *g,\n"
7830 "                   const char *device);\n"
7831 "\n"
7832 msgstr ""
7833
7834 #. type: textblock
7835 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
7836 msgid ""
7837 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7838 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7839 "clean (C<-f>)."
7840 msgstr ""
7841
7842 #. type: textblock
7843 #: ../src/guestfs-actions.pod:1334
7844 msgid ""
7845 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7846 "Normally you should use C<guestfs_fsck>."
7847 msgstr ""
7848
7849 #. type: textblock
7850 #: ../src/guestfs-actions.pod:1339
7851 msgid "(Added in 1.0.29)"
7852 msgstr ""
7853
7854 #. type: =head2
7855 #: ../src/guestfs-actions.pod:1341
7856 msgid "guestfs_echo_daemon"
7857 msgstr ""
7858
7859 #. type: verbatim
7860 #: ../src/guestfs-actions.pod:1343
7861 #, no-wrap
7862 msgid ""
7863 " char *\n"
7864 " guestfs_echo_daemon (guestfs_h *g,\n"
7865 "                      char *const *words);\n"
7866 "\n"
7867 msgstr ""
7868
7869 #. type: textblock
7870 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
7871 msgid ""
7872 "This command concatenates the list of C<words> passed with single spaces "
7873 "between them and returns the resulting string."
7874 msgstr ""
7875
7876 #. type: textblock
7877 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
7878 msgid "You can use this command to test the connection through to the daemon."
7879 msgstr ""
7880
7881 #. type: textblock
7882 #: ../src/guestfs-actions.pod:1352
7883 msgid "See also C<guestfs_ping_daemon>."
7884 msgstr ""
7885
7886 #. type: textblock
7887 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:5980
7888 msgid "(Added in 1.0.69)"
7889 msgstr ""
7890
7891 #. type: =head2
7892 #: ../src/guestfs-actions.pod:1359
7893 msgid "guestfs_egrep"
7894 msgstr ""
7895
7896 #. type: verbatim
7897 #: ../src/guestfs-actions.pod:1361
7898 #, no-wrap
7899 msgid ""
7900 " char **\n"
7901 " guestfs_egrep (guestfs_h *g,\n"
7902 "                const char *regex,\n"
7903 "                const char *path);\n"
7904 "\n"
7905 msgstr ""
7906
7907 #. type: textblock
7908 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
7909 msgid "This calls the external C<egrep> program and returns the matching lines."
7910 msgstr ""
7911
7912 #. type: textblock
7913 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395 ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498 ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224 ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427 ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495 ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3577 ../src/guestfs-actions.pod:3591 ../src/guestfs-actions.pod:3604 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:4604 ../src/guestfs-actions.pod:5480 ../src/guestfs-actions.pod:5529 ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6373 ../src/guestfs-actions.pod:6386 ../src/guestfs-actions.pod:6408 ../src/guestfs-actions.pod:6421 ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6447 ../src/guestfs-actions.pod:7218 ../src/guestfs-actions.pod:7237 ../src/guestfs-actions.pod:7322 ../src/guestfs-actions.pod:7341 ../src/guestfs-actions.pod:7387 ../src/guestfs-actions.pod:7406
7914 msgid "(Added in 1.0.66)"
7915 msgstr ""
7916
7917 #. type: =head2
7918 #: ../src/guestfs-actions.pod:1378
7919 msgid "guestfs_egrepi"
7920 msgstr ""
7921
7922 #. type: verbatim
7923 #: ../src/guestfs-actions.pod:1380
7924 #, no-wrap
7925 msgid ""
7926 " char **\n"
7927 " guestfs_egrepi (guestfs_h *g,\n"
7928 "                 const char *regex,\n"
7929 "                 const char *path);\n"
7930 "\n"
7931 msgstr ""
7932
7933 #. type: textblock
7934 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
7935 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7936 msgstr ""
7937
7938 #. type: =head2
7939 #: ../src/guestfs-actions.pod:1397
7940 msgid "guestfs_equal"
7941 msgstr ""
7942
7943 #. type: verbatim
7944 #: ../src/guestfs-actions.pod:1399
7945 #, no-wrap
7946 msgid ""
7947 " int\n"
7948 " guestfs_equal (guestfs_h *g,\n"
7949 "                const char *file1,\n"
7950 "                const char *file2);\n"
7951 "\n"
7952 msgstr ""
7953
7954 #. type: textblock
7955 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
7956 msgid ""
7957 "This compares the two files C<file1> and C<file2> and returns true if their "
7958 "content is exactly equal, or false otherwise."
7959 msgstr ""
7960
7961 #. type: textblock
7962 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
7963 msgid "The external L<cmp(1)> program is used for the comparison."
7964 msgstr ""
7965
7966 #. type: =head2
7967 #: ../src/guestfs-actions.pod:1413
7968 msgid "guestfs_exists"
7969 msgstr ""
7970
7971 #. type: verbatim
7972 #: ../src/guestfs-actions.pod:1415
7973 #, no-wrap
7974 msgid ""
7975 " int\n"
7976 " guestfs_exists (guestfs_h *g,\n"
7977 "                 const char *path);\n"
7978 "\n"
7979 msgstr ""
7980
7981 #. type: textblock
7982 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
7983 msgid ""
7984 "This returns C<true> if and only if there is a file, directory (or anything) "
7985 "with the given C<path> name."
7986 msgstr ""
7987
7988 #. type: textblock
7989 #: ../src/guestfs-actions.pod:1422
7990 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7991 msgstr ""
7992
7993 #. type: =head2
7994 #: ../src/guestfs-actions.pod:1428
7995 msgid "guestfs_fallocate"
7996 msgstr ""
7997
7998 #. type: verbatim
7999 #: ../src/guestfs-actions.pod:1430
8000 #, no-wrap
8001 msgid ""
8002 " int\n"
8003 " guestfs_fallocate (guestfs_h *g,\n"
8004 "                    const char *path,\n"
8005 "                    int len);\n"
8006 "\n"
8007 msgstr ""
8008
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8011 msgid ""
8012 "This command preallocates a file (containing zero bytes) named C<path> of "
8013 "size C<len> bytes.  If the file exists already, it is overwritten."
8014 msgstr ""
8015
8016 #. type: textblock
8017 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8018 msgid ""
8019 "Do not confuse this with the guestfish-specific C<alloc> command which "
8020 "allocates a file in the host and attaches it as a device."
8021 msgstr ""
8022
8023 #. type: textblock
8024 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8025 msgid ""
8026 "This function is deprecated.  In new code, use the C<fallocate64> call "
8027 "instead."
8028 msgstr ""
8029
8030 #. type: =head2
8031 #: ../src/guestfs-actions.pod:1454
8032 msgid "guestfs_fallocate64"
8033 msgstr ""
8034
8035 #. type: verbatim
8036 #: ../src/guestfs-actions.pod:1456
8037 #, no-wrap
8038 msgid ""
8039 " int\n"
8040 " guestfs_fallocate64 (guestfs_h *g,\n"
8041 "                      const char *path,\n"
8042 "                      int64_t len);\n"
8043 "\n"
8044 msgstr ""
8045
8046 #. type: textblock
8047 #: ../src/guestfs-actions.pod:1465
8048 msgid ""
8049 "Note that this call allocates disk blocks for the file.  To create a sparse "
8050 "file use C<guestfs_truncate_size> instead."
8051 msgstr ""
8052
8053 #. type: textblock
8054 #: ../src/guestfs-actions.pod:1468
8055 msgid ""
8056 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8057 "oversight it only allowed 30 bit lengths to be specified, effectively "
8058 "limiting the maximum size of files created through that call to 1GB."
8059 msgstr ""
8060
8061 #. type: textblock
8062 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8063 msgid ""
8064 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8065 "commands which create a file in the host and attach it as a device."
8066 msgstr ""
8067
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1479
8070 msgid "(Added in 1.3.17)"
8071 msgstr ""
8072
8073 #. type: =head2
8074 #: ../src/guestfs-actions.pod:1481
8075 msgid "guestfs_fgrep"
8076 msgstr ""
8077
8078 #. type: verbatim
8079 #: ../src/guestfs-actions.pod:1483
8080 #, no-wrap
8081 msgid ""
8082 " char **\n"
8083 " guestfs_fgrep (guestfs_h *g,\n"
8084 "                const char *pattern,\n"
8085 "                const char *path);\n"
8086 "\n"
8087 msgstr ""
8088
8089 #. type: textblock
8090 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8091 msgid "This calls the external C<fgrep> program and returns the matching lines."
8092 msgstr ""
8093
8094 #. type: =head2
8095 #: ../src/guestfs-actions.pod:1500
8096 msgid "guestfs_fgrepi"
8097 msgstr ""
8098
8099 #. type: verbatim
8100 #: ../src/guestfs-actions.pod:1502
8101 #, no-wrap
8102 msgid ""
8103 " char **\n"
8104 " guestfs_fgrepi (guestfs_h *g,\n"
8105 "                 const char *pattern,\n"
8106 "                 const char *path);\n"
8107 "\n"
8108 msgstr ""
8109
8110 #. type: textblock
8111 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8112 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8113 msgstr ""
8114
8115 #. type: =head2
8116 #: ../src/guestfs-actions.pod:1519
8117 msgid "guestfs_file"
8118 msgstr ""
8119
8120 #. type: verbatim
8121 #: ../src/guestfs-actions.pod:1521
8122 #, no-wrap
8123 msgid ""
8124 " char *\n"
8125 " guestfs_file (guestfs_h *g,\n"
8126 "               const char *path);\n"
8127 "\n"
8128 msgstr ""
8129
8130 #. type: textblock
8131 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8132 msgid ""
8133 "This call uses the standard L<file(1)> command to determine the type or "
8134 "contents of the file."
8135 msgstr ""
8136
8137 #. type: textblock
8138 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8139 msgid ""
8140 "This call will also transparently look inside various types of compressed "
8141 "file."
8142 msgstr ""
8143
8144 #. type: textblock
8145 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8146 msgid ""
8147 "The exact command which runs is C<file -zb path>.  Note in particular that "
8148 "the filename is not prepended to the output (the C<-b> option)."
8149 msgstr ""
8150
8151 #. type: textblock
8152 #: ../src/guestfs-actions.pod:1535
8153 msgid ""
8154 "This command can also be used on C</dev/> devices (and partitions, LV "
8155 "names).  You can for example use this to determine if a device contains a "
8156 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8157 msgstr ""
8158
8159 #. type: textblock
8160 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8161 msgid ""
8162 "If the C<path> does not begin with C</dev/> then this command only works for "
8163 "the content of regular files.  For other file types (directory, symbolic "
8164 "link etc) it will just return the string C<directory> etc."
8165 msgstr ""
8166
8167 #. type: =head2
8168 #: ../src/guestfs-actions.pod:1550
8169 msgid "guestfs_file_architecture"
8170 msgstr ""
8171
8172 #. type: verbatim
8173 #: ../src/guestfs-actions.pod:1552
8174 #, no-wrap
8175 msgid ""
8176 " char *\n"
8177 " guestfs_file_architecture (guestfs_h *g,\n"
8178 "                            const char *filename);\n"
8179 "\n"
8180 msgstr ""
8181
8182 #. type: textblock
8183 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8184 msgid ""
8185 "This detects the architecture of the binary C<filename>, and returns it if "
8186 "known."
8187 msgstr ""
8188
8189 #. type: textblock
8190 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
8191 msgid "Currently defined architectures are:"
8192 msgstr ""
8193
8194 #. type: =item
8195 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
8196 msgid "\"i386\""
8197 msgstr ""
8198
8199 #. type: textblock
8200 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8201 msgid ""
8202 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8203 "irrespective of the precise processor requirements of the binary."
8204 msgstr ""
8205
8206 #. type: =item
8207 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
8208 msgid "\"x86_64\""
8209 msgstr ""
8210
8211 #. type: textblock
8212 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8213 msgid "64 bit x86-64."
8214 msgstr ""
8215
8216 #. type: =item
8217 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8218 msgid "\"sparc\""
8219 msgstr ""
8220
8221 #. type: textblock
8222 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8223 msgid "32 bit SPARC."
8224 msgstr ""
8225
8226 #. type: =item
8227 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8228 msgid "\"sparc64\""
8229 msgstr ""
8230
8231 #. type: textblock
8232 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8233 msgid "64 bit SPARC V9 and above."
8234 msgstr ""
8235
8236 #. type: =item
8237 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8238 msgid "\"ia64\""
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8243 msgid "Intel Itanium."
8244 msgstr ""
8245
8246 #. type: =item
8247 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8248 msgid "\"ppc\""
8249 msgstr ""
8250
8251 #. type: textblock
8252 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8253 msgid "32 bit Power PC."
8254 msgstr ""
8255
8256 #. type: =item
8257 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8258 msgid "\"ppc64\""
8259 msgstr ""
8260
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8263 msgid "64 bit Power PC."
8264 msgstr ""
8265
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
8268 msgid "Libguestfs may return other architecture strings in future."
8269 msgstr ""
8270
8271 #. type: textblock
8272 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8273 msgid "The function works on at least the following types of files:"
8274 msgstr ""
8275
8276 #. type: textblock
8277 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
8278 msgid "many types of Un*x and Linux binary"
8279 msgstr ""
8280
8281 #. type: textblock
8282 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
8283 msgid "many types of Un*x and Linux shared library"
8284 msgstr ""
8285
8286 #. type: textblock
8287 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
8288 msgid "Windows Win32 and Win64 binaries"
8289 msgstr ""
8290
8291 #. type: textblock
8292 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
8293 msgid "Windows Win32 and Win64 DLLs"
8294 msgstr ""
8295
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8298 msgid "Win32 binaries and DLLs return C<i386>."
8299 msgstr ""
8300
8301 #. type: textblock
8302 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8303 msgid "Win64 binaries and DLLs return C<x86_64>."
8304 msgstr ""
8305
8306 #. type: textblock
8307 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
8308 msgid "Linux kernel modules"
8309 msgstr ""
8310
8311 #. type: textblock
8312 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
8313 msgid "Linux new-style initrd images"
8314 msgstr ""
8315
8316 #. type: textblock
8317 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
8318 msgid "some non-x86 Linux vmlinuz kernels"
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
8323 msgid "What it can't do currently:"
8324 msgstr ""
8325
8326 #. type: textblock
8327 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
8328 msgid "static libraries (libfoo.a)"
8329 msgstr ""
8330
8331 #. type: textblock
8332 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
8333 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8334 msgstr ""
8335
8336 #. type: textblock
8337 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
8338 msgid "x86 Linux vmlinuz kernels"
8339 msgstr ""
8340
8341 #. type: textblock
8342 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8343 msgid ""
8344 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8345 "compressed code, and are horribly hard to unpack.  If you want to find the "
8346 "architecture of a kernel, use the architecture of the associated initrd or "
8347 "kernel module(s) instead."
8348 msgstr ""
8349
8350 #. type: textblock
8351 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823 ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531 ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2969 ../src/guestfs-actions.pod:3195 ../src/guestfs-actions.pod:3327
8352 msgid "(Added in 1.5.3)"
8353 msgstr ""
8354
8355 #. type: =head2
8356 #: ../src/guestfs-actions.pod:1662
8357 msgid "guestfs_filesize"
8358 msgstr ""
8359
8360 #. type: verbatim
8361 #: ../src/guestfs-actions.pod:1664
8362 #, no-wrap
8363 msgid ""
8364 " int64_t\n"
8365 " guestfs_filesize (guestfs_h *g,\n"
8366 "                   const char *file);\n"
8367 "\n"
8368 msgstr ""
8369
8370 #. type: textblock
8371 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
8372 msgid "This command returns the size of C<file> in bytes."
8373 msgstr ""
8374
8375 #. type: textblock
8376 #: ../src/guestfs-actions.pod:1670
8377 msgid ""
8378 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8379 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8380 "devices, use C<guestfs_blockdev_getsize64>."
8381 msgstr ""
8382
8383 #. type: textblock
8384 #: ../src/guestfs-actions.pod:1676
8385 msgid "(Added in 1.0.82)"
8386 msgstr ""
8387
8388 #. type: =head2
8389 #: ../src/guestfs-actions.pod:1678
8390 msgid "guestfs_fill"
8391 msgstr ""
8392
8393 #. type: verbatim
8394 #: ../src/guestfs-actions.pod:1680
8395 #, no-wrap
8396 msgid ""
8397 " int\n"
8398 " guestfs_fill (guestfs_h *g,\n"
8399 "               int c,\n"
8400 "               int len,\n"
8401 "               const char *path);\n"
8402 "\n"
8403 msgstr ""
8404
8405 #. type: textblock
8406 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
8407 msgid ""
8408 "This command creates a new file called C<path>.  The initial content of the "
8409 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8410 "C<[0..255]>."
8411 msgstr ""
8412
8413 #. type: textblock
8414 #: ../src/guestfs-actions.pod:1690
8415 msgid ""
8416 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8417 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8418 "bytes use C<guestfs_fill_pattern>."
8419 msgstr ""
8420
8421 #. type: textblock
8422 #: ../src/guestfs-actions.pod:1702
8423 msgid "(Added in 1.0.79)"
8424 msgstr ""
8425
8426 #. type: =head2
8427 #: ../src/guestfs-actions.pod:1704
8428 msgid "guestfs_fill_pattern"
8429 msgstr ""
8430
8431 #. type: verbatim
8432 #: ../src/guestfs-actions.pod:1706
8433 #, no-wrap
8434 msgid ""
8435 " int\n"
8436 " guestfs_fill_pattern (guestfs_h *g,\n"
8437 "                       const char *pattern,\n"
8438 "                       int len,\n"
8439 "                       const char *path);\n"
8440 "\n"
8441 msgstr ""
8442
8443 #. type: textblock
8444 #: ../src/guestfs-actions.pod:1712
8445 msgid ""
8446 "This function is like C<guestfs_fill> except that it creates a new file of "
8447 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8448 "pattern is truncated if necessary to ensure the length of the file is "
8449 "exactly C<len> bytes."
8450 msgstr ""
8451
8452 #. type: textblock
8453 #: ../src/guestfs-actions.pod:1724
8454 msgid "(Added in 1.3.12)"
8455 msgstr ""
8456
8457 #. type: =head2
8458 #: ../src/guestfs-actions.pod:1726
8459 msgid "guestfs_find"
8460 msgstr ""
8461
8462 #. type: verbatim
8463 #: ../src/guestfs-actions.pod:1728
8464 #, no-wrap
8465 msgid ""
8466 " char **\n"
8467 " guestfs_find (guestfs_h *g,\n"
8468 "               const char *directory);\n"
8469 "\n"
8470 msgstr ""
8471
8472 #. type: textblock
8473 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
8474 msgid ""
8475 "This command lists out all files and directories, recursively, starting at "
8476 "C<directory>.  It is essentially equivalent to running the shell command "
8477 "C<find directory -print> but some post-processing happens on the output, "
8478 "described below."
8479 msgstr ""
8480
8481 #. type: textblock
8482 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8483 msgid ""
8484 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8485 "structure was:"
8486 msgstr ""
8487
8488 #. type: verbatim
8489 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
8490 #, no-wrap
8491 msgid ""
8492 " /tmp/a\n"
8493 " /tmp/b\n"
8494 " /tmp/c/d\n"
8495 "\n"
8496 msgstr ""
8497
8498 #. type: textblock
8499 #: ../src/guestfs-actions.pod:1744
8500 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8501 msgstr ""
8502
8503 #. type: verbatim
8504 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
8505 #, no-wrap
8506 msgid ""
8507 " a\n"
8508 " b\n"
8509 " c\n"
8510 " c/d\n"
8511 "\n"
8512 msgstr ""
8513
8514 #. type: textblock
8515 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8516 msgid "If C<directory> is not a directory, then this command returns an error."
8517 msgstr ""
8518
8519 #. type: textblock
8520 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
8521 msgid "The returned list is sorted."
8522 msgstr ""
8523
8524 #. type: textblock
8525 #: ../src/guestfs-actions.pod:1757
8526 msgid "See also C<guestfs_find0>."
8527 msgstr ""
8528
8529 #. type: textblock
8530 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4021 ../src/guestfs-actions.pod:5564
8531 msgid "(Added in 1.0.27)"
8532 msgstr ""
8533
8534 #. type: =head2
8535 #: ../src/guestfs-actions.pod:1768
8536 msgid "guestfs_find0"
8537 msgstr ""
8538
8539 #. type: verbatim
8540 #: ../src/guestfs-actions.pod:1770
8541 #, no-wrap
8542 msgid ""
8543 " int\n"
8544 " guestfs_find0 (guestfs_h *g,\n"
8545 "                const char *directory,\n"
8546 "                const char *files);\n"
8547 "\n"
8548 msgstr ""
8549
8550 #. type: textblock
8551 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
8552 msgid ""
8553 "This command lists out all files and directories, recursively, starting at "
8554 "C<directory>, placing the resulting list in the external file called "
8555 "C<files>."
8556 msgstr ""
8557
8558 #. type: textblock
8559 #: ../src/guestfs-actions.pod:1779
8560 msgid ""
8561 "This command works the same way as C<guestfs_find> with the following "
8562 "exceptions:"
8563 msgstr ""
8564
8565 #. type: textblock
8566 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
8567 msgid "The resulting list is written to an external file."
8568 msgstr ""
8569
8570 #. type: textblock
8571 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
8572 msgid ""
8573 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8574 "L<find(1)> option I<-print0>."
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
8579 msgid "This command is not limited in the number of names that it can return."
8580 msgstr ""
8581
8582 #. type: textblock
8583 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
8584 msgid "The result list is not sorted."
8585 msgstr ""
8586
8587 #. type: textblock
8588 #: ../src/guestfs-actions.pod:1806
8589 msgid "(Added in 1.0.74)"
8590 msgstr ""
8591
8592 #. type: =head2
8593 #: ../src/guestfs-actions.pod:1808
8594 msgid "guestfs_findfs_label"
8595 msgstr ""
8596
8597 #. type: verbatim
8598 #: ../src/guestfs-actions.pod:1810
8599 #, no-wrap
8600 msgid ""
8601 " char *\n"
8602 " guestfs_findfs_label (guestfs_h *g,\n"
8603 "                       const char *label);\n"
8604 "\n"
8605 msgstr ""
8606
8607 #. type: textblock
8608 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
8609 msgid ""
8610 "This command searches the filesystems and returns the one which has the "
8611 "given label.  An error is returned if no such filesystem can be found."
8612 msgstr ""
8613
8614 #. type: textblock
8615 #: ../src/guestfs-actions.pod:1818
8616 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8617 msgstr ""
8618
8619 #. type: =head2
8620 #: ../src/guestfs-actions.pod:1825
8621 msgid "guestfs_findfs_uuid"
8622 msgstr ""
8623
8624 #. type: verbatim
8625 #: ../src/guestfs-actions.pod:1827
8626 #, no-wrap
8627 msgid ""
8628 " char *\n"
8629 " guestfs_findfs_uuid (guestfs_h *g,\n"
8630 "                      const char *uuid);\n"
8631 "\n"
8632 msgstr ""
8633
8634 #. type: textblock
8635 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
8636 msgid ""
8637 "This command searches the filesystems and returns the one which has the "
8638 "given UUID.  An error is returned if no such filesystem can be found."
8639 msgstr ""
8640
8641 #. type: textblock
8642 #: ../src/guestfs-actions.pod:1835
8643 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8644 msgstr ""
8645
8646 #. type: =head2
8647 #: ../src/guestfs-actions.pod:1842
8648 msgid "guestfs_fsck"
8649 msgstr ""
8650
8651 #. type: verbatim
8652 #: ../src/guestfs-actions.pod:1844
8653 #, no-wrap
8654 msgid ""
8655 " int\n"
8656 " guestfs_fsck (guestfs_h *g,\n"
8657 "               const char *fstype,\n"
8658 "               const char *device);\n"
8659 "\n"
8660 msgstr ""
8661
8662 #. type: textblock
8663 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
8664 msgid ""
8665 "This runs the filesystem checker (fsck) on C<device> which should have "
8666 "filesystem type C<fstype>."
8667 msgstr ""
8668
8669 #. type: textblock
8670 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
8671 msgid ""
8672 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8673 "codes from C<fsck>."
8674 msgstr ""
8675
8676 #. type: textblock
8677 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
8678 msgid "Multiple status codes can be summed together."
8679 msgstr ""
8680
8681 #. type: textblock
8682 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
8683 msgid ""
8684 "A non-zero return code can mean \"success\", for example if errors have been "
8685 "corrected on the filesystem."
8686 msgstr ""
8687
8688 #. type: textblock
8689 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
8690 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8691 msgstr ""
8692
8693 #. type: textblock
8694 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
8695 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8696 msgstr ""
8697
8698 #. type: textblock
8699 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7260
8700 msgid "(Added in 1.0.16)"
8701 msgstr ""
8702
8703 #. type: =head2
8704 #: ../src/guestfs-actions.pod:1881
8705 msgid "guestfs_get_append"
8706 msgstr ""
8707
8708 #. type: verbatim
8709 #: ../src/guestfs-actions.pod:1883
8710 #, no-wrap
8711 msgid ""
8712 " const char *\n"
8713 " guestfs_get_append (guestfs_h *g);\n"
8714 "\n"
8715 msgstr ""
8716
8717 #. type: textblock
8718 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
8719 msgid ""
8720 "Return the additional kernel options which are added to the guest kernel "
8721 "command line."
8722 msgstr ""
8723
8724 #. type: textblock
8725 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
8726 msgid "If C<NULL> then no options are added."
8727 msgstr ""
8728
8729 #. type: textblock
8730 #: ../src/guestfs-actions.pod:1891
8731 msgid ""
8732 "This function returns a string which may be NULL.  There is no way to return "
8733 "an error from this function.  The string is owned by the guest handle and "
8734 "must I<not> be freed."
8735 msgstr ""
8736
8737 #. type: textblock
8738 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6141 ../src/guestfs-actions.pod:6157 ../src/guestfs-actions.pod:6174 ../src/guestfs-actions.pod:6931 ../src/guestfs-actions.pod:6949 ../src/guestfs-actions.pod:7303
8739 msgid "(Added in 1.0.26)"
8740 msgstr ""
8741
8742 #. type: =head2
8743 #: ../src/guestfs-actions.pod:1897
8744 msgid "guestfs_get_attach_method"
8745 msgstr ""
8746
8747 #. type: verbatim
8748 #: ../src/guestfs-actions.pod:1899
8749 #, no-wrap
8750 msgid ""
8751 " char *\n"
8752 " guestfs_get_attach_method (guestfs_h *g);\n"
8753 "\n"
8754 msgstr ""
8755
8756 #. type: textblock
8757 #: ../src/guestfs-actions.pod:1902
8758 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8759 msgstr ""
8760
8761 #. type: =head2
8762 #: ../src/guestfs-actions.pod:1907
8763 msgid "guestfs_get_autosync"
8764 msgstr ""
8765
8766 #. type: verbatim
8767 #: ../src/guestfs-actions.pod:1909
8768 #, no-wrap
8769 msgid ""
8770 " int\n"
8771 " guestfs_get_autosync (guestfs_h *g);\n"
8772 "\n"
8773 msgstr ""
8774
8775 #. type: textblock
8776 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
8777 msgid "Get the autosync flag."
8778 msgstr ""
8779
8780 #. type: =head2
8781 #: ../src/guestfs-actions.pod:1918
8782 msgid "guestfs_get_direct"
8783 msgstr ""
8784
8785 #. type: verbatim
8786 #: ../src/guestfs-actions.pod:1920
8787 #, no-wrap
8788 msgid ""
8789 " int\n"
8790 " guestfs_get_direct (guestfs_h *g);\n"
8791 "\n"
8792 msgstr ""
8793
8794 #. type: textblock
8795 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
8796 msgid "Return the direct appliance mode flag."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5791
8801 msgid "(Added in 1.0.72)"
8802 msgstr ""
8803
8804 #. type: =head2
8805 #: ../src/guestfs-actions.pod:1929
8806 msgid "guestfs_get_e2label"
8807 msgstr ""
8808
8809 #. type: verbatim
8810 #: ../src/guestfs-actions.pod:1931
8811 #, no-wrap
8812 msgid ""
8813 " char *\n"
8814 " guestfs_get_e2label (guestfs_h *g,\n"
8815 "                      const char *device);\n"
8816 "\n"
8817 msgstr ""
8818
8819 #. type: textblock
8820 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
8821 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8822 msgstr ""
8823
8824 #. type: textblock
8825 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
8826 msgid ""
8827 "This function is deprecated.  In new code, use the C<vfs_label> call "
8828 "instead."
8829 msgstr ""
8830
8831 #. type: textblock
8832 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969 ../src/guestfs-actions.pod:5809 ../src/guestfs-actions.pod:5828
8833 msgid "(Added in 1.0.15)"
8834 msgstr ""
8835
8836 #. type: =head2
8837 #: ../src/guestfs-actions.pod:1950
8838 msgid "guestfs_get_e2uuid"
8839 msgstr ""
8840
8841 #. type: verbatim
8842 #: ../src/guestfs-actions.pod:1952
8843 #, no-wrap
8844 msgid ""
8845 " char *\n"
8846 " guestfs_get_e2uuid (guestfs_h *g,\n"
8847 "                     const char *device);\n"
8848 "\n"
8849 msgstr ""
8850
8851 #. type: textblock
8852 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
8853 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8854 msgstr ""
8855
8856 #. type: textblock
8857 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
8858 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8859 msgstr ""
8860
8861 #. type: =head2
8862 #: ../src/guestfs-actions.pod:1971
8863 msgid "guestfs_get_memsize"
8864 msgstr ""
8865
8866 #. type: verbatim
8867 #: ../src/guestfs-actions.pod:1973
8868 #, no-wrap
8869 msgid ""
8870 " int\n"
8871 " guestfs_get_memsize (guestfs_h *g);\n"
8872 "\n"
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
8877 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8878 msgstr ""
8879
8880 #. type: textblock
8881 #: ../src/guestfs-actions.pod:1979
8882 msgid ""
8883 "If C<guestfs_set_memsize> was not called on this handle, and if "
8884 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8885 "value for memsize."
8886 msgstr ""
8887
8888 #. type: textblock
8889 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:5844 ../src/guestfs-actions.pod:5951 ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399 ../fish/guestfish-actions.pod:3927 ../fish/guestfish-actions.pod:4014
8890 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8891 msgstr ""
8892
8893 #. type: textblock
8894 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4312 ../src/guestfs-actions.pod:4509 ../src/guestfs-actions.pod:4528 ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4559 ../src/guestfs-actions.pod:4576 ../src/guestfs-actions.pod:4589 ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:6096 ../src/guestfs-actions.pod:6697
8895 msgid "(Added in 1.0.55)"
8896 msgstr ""
8897
8898 #. type: =head2
8899 #: ../src/guestfs-actions.pod:1990
8900 msgid "guestfs_get_network"
8901 msgstr ""
8902
8903 #. type: verbatim
8904 #: ../src/guestfs-actions.pod:1992
8905 #, no-wrap
8906 msgid ""
8907 " int\n"
8908 " guestfs_get_network (guestfs_h *g);\n"
8909 "\n"
8910 msgstr ""
8911
8912 #. type: textblock
8913 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
8914 msgid "This returns the enable network flag."
8915 msgstr ""
8916
8917 #. type: textblock
8918 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5868
8919 msgid "(Added in 1.5.4)"
8920 msgstr ""
8921
8922 #. type: =head2
8923 #: ../src/guestfs-actions.pod:2001
8924 msgid "guestfs_get_path"
8925 msgstr ""
8926
8927 #. type: verbatim
8928 #: ../src/guestfs-actions.pod:2003
8929 #, no-wrap
8930 msgid ""
8931 " const char *\n"
8932 " guestfs_get_path (guestfs_h *g);\n"
8933 "\n"
8934 msgstr ""
8935
8936 #. type: textblock
8937 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
8938 msgid "Return the current search path."
8939 msgstr ""
8940
8941 #. type: textblock
8942 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
8943 msgid ""
8944 "This is always non-NULL.  If it wasn't set already, then this will return "
8945 "the default path."
8946 msgstr ""
8947
8948 #. type: textblock
8949 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
8950 msgid ""
8951 "This function returns a string, or NULL on error.  The string is owned by "
8952 "the guest handle and must I<not> be freed."
8953 msgstr ""
8954
8955 #. type: =head2
8956 #: ../src/guestfs-actions.pod:2016
8957 msgid "guestfs_get_pid"
8958 msgstr ""
8959
8960 #. type: verbatim
8961 #: ../src/guestfs-actions.pod:2018
8962 #, no-wrap
8963 msgid ""
8964 " int\n"
8965 " guestfs_get_pid (guestfs_h *g);\n"
8966 "\n"
8967 msgstr ""
8968
8969 #. type: textblock
8970 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
8971 msgid ""
8972 "Return the process ID of the qemu subprocess.  If there is no qemu "
8973 "subprocess, then this will return an error."
8974 msgstr ""
8975
8976 #. type: textblock
8977 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
8978 msgid "This is an internal call used for debugging and testing."
8979 msgstr ""
8980
8981 #. type: textblock
8982 #: ../src/guestfs-actions.pod:2028
8983 msgid "(Added in 1.0.56)"
8984 msgstr ""
8985
8986 #. type: =head2
8987 #: ../src/guestfs-actions.pod:2030
8988 msgid "guestfs_get_qemu"
8989 msgstr ""
8990
8991 #. type: verbatim
8992 #: ../src/guestfs-actions.pod:2032
8993 #, no-wrap
8994 msgid ""
8995 " const char *\n"
8996 " guestfs_get_qemu (guestfs_h *g);\n"
8997 "\n"
8998 msgstr ""
8999
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
9002 msgid "Return the current qemu binary."
9003 msgstr ""
9004
9005 #. type: textblock
9006 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9007 msgid ""
9008 "This is always non-NULL.  If it wasn't set already, then this will return "
9009 "the default qemu binary name."
9010 msgstr ""
9011
9012 #. type: textblock
9013 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5913
9014 msgid "(Added in 1.0.6)"
9015 msgstr ""
9016
9017 #. type: =head2
9018 #: ../src/guestfs-actions.pod:2045
9019 msgid "guestfs_get_recovery_proc"
9020 msgstr ""
9021
9022 #. type: verbatim
9023 #: ../src/guestfs-actions.pod:2047
9024 #, no-wrap
9025 msgid ""
9026 " int\n"
9027 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9028 "\n"
9029 msgstr ""
9030
9031 #. type: textblock
9032 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9033 msgid "Return the recovery process enabled flag."
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3422 ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:4119 ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:5172 ../src/guestfs-actions.pod:5515 ../src/guestfs-actions.pod:5937 ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6620 ../src/guestfs-actions.pod:6812
9038 msgid "(Added in 1.0.77)"
9039 msgstr ""
9040
9041 #. type: =head2
9042 #: ../src/guestfs-actions.pod:2056
9043 msgid "guestfs_get_selinux"
9044 msgstr ""
9045
9046 #. type: verbatim
9047 #: ../src/guestfs-actions.pod:2058
9048 #, no-wrap
9049 msgid ""
9050 " int\n"
9051 " guestfs_get_selinux (guestfs_h *g);\n"
9052 "\n"
9053 msgstr ""
9054
9055 #. type: textblock
9056 #: ../src/guestfs-actions.pod:2061
9057 msgid ""
9058 "This returns the current setting of the selinux flag which is passed to the "
9059 "appliance at boot time.  See C<guestfs_set_selinux>."
9060 msgstr ""
9061
9062 #. type: textblock
9063 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6014
9064 msgid "(Added in 1.0.67)"
9065 msgstr ""
9066
9067 #. type: =head2
9068 #: ../src/guestfs-actions.pod:2071
9069 msgid "guestfs_get_state"
9070 msgstr ""
9071
9072 #. type: verbatim
9073 #: ../src/guestfs-actions.pod:2073
9074 #, no-wrap
9075 msgid ""
9076 " int\n"
9077 " guestfs_get_state (guestfs_h *g);\n"
9078 "\n"
9079 msgstr ""
9080
9081 #. type: textblock
9082 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
9083 msgid ""
9084 "This returns the current state as an opaque integer.  This is only useful "
9085 "for printing debug and internal error messages."
9086 msgstr ""
9087
9088 #. type: textblock
9089 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3220 ../src/guestfs-actions.pod:3249 ../src/guestfs-actions.pod:3310 ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:1409 ../fish/guestfish-actions.pod:2257 ../fish/guestfish-actions.pod:2275 ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2329
9090 msgid "For more information on states, see L<guestfs(3)>."
9091 msgstr ""
9092
9093 #. type: =head2
9094 #: ../src/guestfs-actions.pod:2085
9095 msgid "guestfs_get_trace"
9096 msgstr ""
9097
9098 #. type: verbatim
9099 #: ../src/guestfs-actions.pod:2087
9100 #, no-wrap
9101 msgid ""
9102 " int\n"
9103 " guestfs_get_trace (guestfs_h *g);\n"
9104 "\n"
9105 msgstr ""
9106
9107 #. type: textblock
9108 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
9109 msgid "Return the command trace flag."
9110 msgstr ""
9111
9112 #. type: =head2
9113 #: ../src/guestfs-actions.pod:2096
9114 msgid "guestfs_get_umask"
9115 msgstr ""
9116
9117 #. type: verbatim
9118 #: ../src/guestfs-actions.pod:2098
9119 #, no-wrap
9120 msgid ""
9121 " int\n"
9122 " guestfs_get_umask (guestfs_h *g);\n"
9123 "\n"
9124 msgstr ""
9125
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:2101
9128 msgid ""
9129 "Return the current umask.  By default the umask is C<022> unless it has been "
9130 "set by calling C<guestfs_umask>."
9131 msgstr ""
9132
9133 #. type: =head2
9134 #: ../src/guestfs-actions.pod:2108
9135 msgid "guestfs_get_verbose"
9136 msgstr ""
9137
9138 #. type: verbatim
9139 #: ../src/guestfs-actions.pod:2110
9140 #, no-wrap
9141 msgid ""
9142 " int\n"
9143 " guestfs_get_verbose (guestfs_h *g);\n"
9144 "\n"
9145 msgstr ""
9146
9147 #. type: textblock
9148 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
9149 msgid "This returns the verbose messages flag."
9150 msgstr ""
9151
9152 #. type: =head2
9153 #: ../src/guestfs-actions.pod:2119
9154 msgid "guestfs_getcon"
9155 msgstr ""
9156
9157 #. type: verbatim
9158 #: ../src/guestfs-actions.pod:2121
9159 #, no-wrap
9160 msgid ""
9161 " char *\n"
9162 " guestfs_getcon (guestfs_h *g);\n"
9163 "\n"
9164 msgstr ""
9165
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
9168 msgid "This gets the SELinux security context of the daemon."
9169 msgstr ""
9170
9171 #. type: textblock
9172 #: ../src/guestfs-actions.pod:2126
9173 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9174 msgstr ""
9175
9176 #. type: =head2
9177 #: ../src/guestfs-actions.pod:2134
9178 msgid "guestfs_getxattr"
9179 msgstr ""
9180
9181 #. type: verbatim
9182 #: ../src/guestfs-actions.pod:2136
9183 #, no-wrap
9184 msgid ""
9185 " char *\n"
9186 " guestfs_getxattr (guestfs_h *g,\n"
9187 "                   const char *path,\n"
9188 "                   const char *name,\n"
9189 "                   size_t *size_r);\n"
9190 "\n"
9191 msgstr ""
9192
9193 #. type: textblock
9194 #: ../src/guestfs-actions.pod:2142
9195 msgid ""
9196 "Get a single extended attribute from file C<path> named C<name>.  This call "
9197 "follows symlinks.  If you want to lookup an extended attribute for the "
9198 "symlink itself, use C<guestfs_lgetxattr>."
9199 msgstr ""
9200
9201 #. type: textblock
9202 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3436
9203 msgid ""
9204 "Normally it is better to get all extended attributes from a file in one go "
9205 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9206 "implementations are buggy and do not provide a way to list out attributes.  "
9207 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9208 "extended attributes you want in advance and call this function."
9209 msgstr ""
9210
9211 #. type: textblock
9212 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3443 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2394
9213 msgid ""
9214 "Extended attribute values are blobs of binary data.  If there is no extended "
9215 "attribute named C<name>, this returns an error."
9216 msgstr ""
9217
9218 #. type: textblock
9219 #: ../src/guestfs-actions.pod:2156
9220 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9221 msgstr ""
9222
9223 #. type: textblock
9224 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349 ../src/guestfs-actions.pod:3448 ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:5372
9225 msgid ""
9226 "This function returns a buffer, or NULL on error.  The size of the returned "
9227 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9228 "after use>."
9229 msgstr ""
9230
9231 #. type: textblock
9232 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3452
9233 msgid "(Added in 1.7.24)"
9234 msgstr ""
9235
9236 #. type: =head2
9237 #: ../src/guestfs-actions.pod:2164
9238 msgid "guestfs_getxattrs"
9239 msgstr ""
9240
9241 #. type: verbatim
9242 #: ../src/guestfs-actions.pod:2166
9243 #, no-wrap
9244 msgid ""
9245 " struct guestfs_xattr_list *\n"
9246 " guestfs_getxattrs (guestfs_h *g,\n"
9247 "                    const char *path);\n"
9248 "\n"
9249 msgstr ""
9250
9251 #. type: textblock
9252 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9253 msgid "This call lists the extended attributes of the file or directory C<path>."
9254 msgstr ""
9255
9256 #. type: textblock
9257 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
9258 msgid ""
9259 "At the system call level, this is a combination of the L<listxattr(2)> and "
9260 "L<getxattr(2)> calls."
9261 msgstr ""
9262
9263 #. type: textblock
9264 #: ../src/guestfs-actions.pod:2176
9265 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9266 msgstr ""
9267
9268 #. type: textblock
9269 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3464 ../src/guestfs-actions.pod:4115
9270 msgid ""
9271 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9272 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9273 msgstr ""
9274
9275 #. type: textblock
9276 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3633 ../src/guestfs-actions.pod:3669 ../src/guestfs-actions.pod:5545 ../src/guestfs-actions.pod:6033 ../src/guestfs-actions.pod:7368
9277 msgid "(Added in 1.0.59)"
9278 msgstr ""
9279
9280 #. type: =head2
9281 #: ../src/guestfs-actions.pod:2184
9282 msgid "guestfs_glob_expand"
9283 msgstr ""
9284
9285 #. type: verbatim
9286 #: ../src/guestfs-actions.pod:2186
9287 #, no-wrap
9288 msgid ""
9289 " char **\n"
9290 " guestfs_glob_expand (guestfs_h *g,\n"
9291 "                      const char *pattern);\n"
9292 "\n"
9293 msgstr ""
9294
9295 #. type: textblock
9296 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
9297 msgid ""
9298 "This command searches for all the pathnames matching C<pattern> according to "
9299 "the wildcard expansion rules used by the shell."
9300 msgstr ""
9301
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9304 msgid "If no paths match, then this returns an empty list (note: not an error)."
9305 msgstr ""
9306
9307 #. type: textblock
9308 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
9309 msgid ""
9310 "It is just a wrapper around the C L<glob(3)> function with flags "
9311 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9312 msgstr ""
9313
9314 #. type: textblock
9315 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6198 ../src/guestfs-actions.pod:6215
9316 msgid "(Added in 1.0.50)"
9317 msgstr ""
9318
9319 #. type: =head2
9320 #: ../src/guestfs-actions.pod:2207
9321 msgid "guestfs_grep"
9322 msgstr ""
9323
9324 #. type: verbatim
9325 #: ../src/guestfs-actions.pod:2209
9326 #, no-wrap
9327 msgid ""
9328 " char **\n"
9329 " guestfs_grep (guestfs_h *g,\n"
9330 "               const char *regex,\n"
9331 "               const char *path);\n"
9332 "\n"
9333 msgstr ""
9334
9335 #. type: textblock
9336 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
9337 msgid "This calls the external C<grep> program and returns the matching lines."
9338 msgstr ""
9339
9340 #. type: =head2
9341 #: ../src/guestfs-actions.pod:2226
9342 msgid "guestfs_grepi"
9343 msgstr ""
9344
9345 #. type: verbatim
9346 #: ../src/guestfs-actions.pod:2228
9347 #, no-wrap
9348 msgid ""
9349 " char **\n"
9350 " guestfs_grepi (guestfs_h *g,\n"
9351 "                const char *regex,\n"
9352 "                const char *path);\n"
9353 "\n"
9354 msgstr ""
9355
9356 #. type: textblock
9357 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
9358 msgid "This calls the external C<grep -i> program and returns the matching lines."
9359 msgstr ""
9360
9361 #. type: =head2
9362 #: ../src/guestfs-actions.pod:2245
9363 msgid "guestfs_grub_install"
9364 msgstr ""
9365
9366 #. type: verbatim
9367 #: ../src/guestfs-actions.pod:2247
9368 #, no-wrap
9369 msgid ""
9370 " int\n"
9371 " guestfs_grub_install (guestfs_h *g,\n"
9372 "                       const char *root,\n"
9373 "                       const char *device);\n"
9374 "\n"
9375 msgstr ""
9376
9377 #. type: textblock
9378 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9379 msgid ""
9380 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9381 "the root directory being C<root>."
9382 msgstr ""
9383
9384 #. type: textblock
9385 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
9386 msgid ""
9387 "Note: If grub-install reports the error \"No suitable drive was found in the "
9388 "generated device map.\" it may be that you need to create a "
9389 "C</boot/grub/device.map> file first that contains the mapping between grub "
9390 "device names and Linux device names.  It is usually sufficient to create a "
9391 "file containing:"
9392 msgstr ""
9393
9394 #. type: verbatim
9395 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
9396 #, no-wrap
9397 msgid ""
9398 " (hd0) /dev/vda\n"
9399 "\n"
9400 msgstr ""
9401
9402 #. type: textblock
9403 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
9404 msgid "replacing C</dev/vda> with the name of the installation device."
9405 msgstr ""
9406
9407 #. type: textblock
9408 #: ../src/guestfs-actions.pod:2268
9409 msgid "(Added in 1.0.17)"
9410 msgstr ""
9411
9412 #. type: =head2
9413 #: ../src/guestfs-actions.pod:2270
9414 msgid "guestfs_head"
9415 msgstr ""
9416
9417 #. type: verbatim
9418 #: ../src/guestfs-actions.pod:2272
9419 #, no-wrap
9420 msgid ""
9421 " char **\n"
9422 " guestfs_head (guestfs_h *g,\n"
9423 "               const char *path);\n"
9424 "\n"
9425 msgstr ""
9426
9427 #. type: textblock
9428 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
9429 msgid ""
9430 "This command returns up to the first 10 lines of a file as a list of "
9431 "strings."
9432 msgstr ""
9433
9434 #. type: =head2
9435 #: ../src/guestfs-actions.pod:2288
9436 msgid "guestfs_head_n"
9437 msgstr ""
9438
9439 #. type: verbatim
9440 #: ../src/guestfs-actions.pod:2290
9441 #, no-wrap
9442 msgid ""
9443 " char **\n"
9444 " guestfs_head_n (guestfs_h *g,\n"
9445 "                 int nrlines,\n"
9446 "                 const char *path);\n"
9447 "\n"
9448 msgstr ""
9449
9450 #. type: textblock
9451 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9452 msgid ""
9453 "If the parameter C<nrlines> is a positive number, this returns the first "
9454 "C<nrlines> lines of the file C<path>."
9455 msgstr ""
9456
9457 #. type: textblock
9458 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
9459 msgid ""
9460 "If the parameter C<nrlines> is a negative number, this returns lines from "
9461 "the file C<path>, excluding the last C<nrlines> lines."
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6495 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4364
9466 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9467 msgstr ""
9468
9469 #. type: =head2
9470 #: ../src/guestfs-actions.pod:2312
9471 msgid "guestfs_hexdump"
9472 msgstr ""
9473
9474 #. type: verbatim
9475 #: ../src/guestfs-actions.pod:2314
9476 #, no-wrap
9477 msgid ""
9478 " char *\n"
9479 " guestfs_hexdump (guestfs_h *g,\n"
9480 "                  const char *path);\n"
9481 "\n"
9482 msgstr ""
9483
9484 #. type: textblock
9485 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
9486 msgid ""
9487 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9488 "human-readable, canonical hex dump of the file."
9489 msgstr ""
9490
9491 #. type: textblock
9492 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6279 ../src/guestfs-actions.pod:6334
9493 msgid "(Added in 1.0.22)"
9494 msgstr ""
9495
9496 #. type: =head2
9497 #: ../src/guestfs-actions.pod:2329
9498 msgid "guestfs_initrd_cat"
9499 msgstr ""
9500
9501 #. type: verbatim
9502 #: ../src/guestfs-actions.pod:2331
9503 #, no-wrap
9504 msgid ""
9505 " char *\n"
9506 " guestfs_initrd_cat (guestfs_h *g,\n"
9507 "                     const char *initrdpath,\n"
9508 "                     const char *filename,\n"
9509 "                     size_t *size_r);\n"
9510 "\n"
9511 msgstr ""
9512
9513 #. type: textblock
9514 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
9515 msgid ""
9516 "This command unpacks the file C<filename> from the initrd file called "
9517 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9518 "character."
9519 msgstr ""
9520
9521 #. type: textblock
9522 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
9523 msgid ""
9524 "For example, in guestfish you could use the following command to examine the "
9525 "boot script (usually called C</init>)  contained in a Linux initrd or "
9526 "initramfs image:"
9527 msgstr ""
9528
9529 #. type: verbatim
9530 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
9531 #, no-wrap
9532 msgid ""
9533 " initrd-cat /boot/initrd-<version>.img init\n"
9534 "\n"
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:2347
9539 msgid "See also C<guestfs_initrd_list>."
9540 msgstr ""
9541
9542 #. type: =head2
9543 #: ../src/guestfs-actions.pod:2358
9544 msgid "guestfs_initrd_list"
9545 msgstr ""
9546
9547 #. type: verbatim
9548 #: ../src/guestfs-actions.pod:2360
9549 #, no-wrap
9550 msgid ""
9551 " char **\n"
9552 " guestfs_initrd_list (guestfs_h *g,\n"
9553 "                      const char *path);\n"
9554 "\n"
9555 msgstr ""
9556
9557 #. type: textblock
9558 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
9559 msgid "This command lists out files contained in an initrd."
9560 msgstr ""
9561
9562 #. type: textblock
9563 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
9564 msgid ""
9565 "The files are listed without any initial C</> character.  The files are "
9566 "listed in the order they appear (not necessarily alphabetical).  Directory "
9567 "names are listed as separate items."
9568 msgstr ""
9569
9570 #. type: textblock
9571 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
9572 msgid ""
9573 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9574 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9575 "files)."
9576 msgstr ""
9577
9578 #. type: =head2
9579 #: ../src/guestfs-actions.pod:2380
9580 msgid "guestfs_inotify_add_watch"
9581 msgstr ""
9582
9583 #. type: verbatim
9584 #: ../src/guestfs-actions.pod:2382
9585 #, no-wrap
9586 msgid ""
9587 " int64_t\n"
9588 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9589 "                            const char *path,\n"
9590 "                            int mask);\n"
9591 "\n"
9592 msgstr ""
9593
9594 #. type: textblock
9595 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
9596 msgid "Watch C<path> for the events listed in C<mask>."
9597 msgstr ""
9598
9599 #. type: textblock
9600 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
9601 msgid ""
9602 "Note that if C<path> is a directory then events within that directory are "
9603 "watched, but this does I<not> happen recursively (in subdirectories)."
9604 msgstr ""
9605
9606 #. type: textblock
9607 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
9608 msgid ""
9609 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9610 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9611 msgstr ""
9612
9613 #. type: =head2
9614 #: ../src/guestfs-actions.pod:2401
9615 msgid "guestfs_inotify_close"
9616 msgstr ""
9617
9618 #. type: verbatim
9619 #: ../src/guestfs-actions.pod:2403
9620 #, no-wrap
9621 msgid ""
9622 " int\n"
9623 " guestfs_inotify_close (guestfs_h *g);\n"
9624 "\n"
9625 msgstr ""
9626
9627 #. type: textblock
9628 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
9629 msgid ""
9630 "This closes the inotify handle which was previously opened by inotify_init.  "
9631 "It removes all watches, throws away any pending events, and deallocates all "
9632 "resources."
9633 msgstr ""
9634
9635 #. type: =head2
9636 #: ../src/guestfs-actions.pod:2414
9637 msgid "guestfs_inotify_files"
9638 msgstr ""
9639
9640 #. type: verbatim
9641 #: ../src/guestfs-actions.pod:2416
9642 #, no-wrap
9643 msgid ""
9644 " char **\n"
9645 " guestfs_inotify_files (guestfs_h *g);\n"
9646 "\n"
9647 msgstr ""
9648
9649 #. type: textblock
9650 #: ../src/guestfs-actions.pod:2419
9651 msgid ""
9652 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9653 "returns a list of pathnames of objects that were touched.  The returned "
9654 "pathnames are sorted and deduplicated."
9655 msgstr ""
9656
9657 #. type: =head2
9658 #: ../src/guestfs-actions.pod:2429
9659 msgid "guestfs_inotify_init"
9660 msgstr ""
9661
9662 #. type: verbatim
9663 #: ../src/guestfs-actions.pod:2431
9664 #, no-wrap
9665 msgid ""
9666 " int\n"
9667 " guestfs_inotify_init (guestfs_h *g,\n"
9668 "                       int maxevents);\n"
9669 "\n"
9670 msgstr ""
9671
9672 #. type: textblock
9673 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
9674 msgid ""
9675 "This command creates a new inotify handle.  The inotify subsystem can be "
9676 "used to notify events which happen to objects in the guest filesystem."
9677 msgstr ""
9678
9679 #. type: textblock
9680 #: ../src/guestfs-actions.pod:2439
9681 msgid ""
9682 "C<maxevents> is the maximum number of events which will be queued up between "
9683 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9684 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9685 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9686 "throws away events, but records the fact that it threw them away by setting "
9687 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9688 "C<guestfs_inotify_read>)."
9689 msgstr ""
9690
9691 #. type: textblock
9692 #: ../src/guestfs-actions.pod:2449
9693 msgid ""
9694 "Before any events are generated, you have to add some watches to the "
9695 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9696 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9697 msgstr ""
9698
9699 #. type: textblock
9700 #: ../src/guestfs-actions.pod:2455
9701 msgid ""
9702 "Queued up events should be read periodically by calling "
9703 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9704 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9705 "often enough then you risk the internal queue overflowing."
9706 msgstr ""
9707
9708 #. type: textblock
9709 #: ../src/guestfs-actions.pod:2462
9710 msgid ""
9711 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9712 "This also removes any watches automatically."
9713 msgstr ""
9714
9715 #. type: textblock
9716 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
9717 msgid ""
9718 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9719 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9720 "that there is one global inotify handle per libguestfs instance."
9721 msgstr ""
9722
9723 #. type: =head2
9724 #: ../src/guestfs-actions.pod:2475
9725 msgid "guestfs_inotify_read"
9726 msgstr ""
9727
9728 #. type: verbatim
9729 #: ../src/guestfs-actions.pod:2477
9730 #, no-wrap
9731 msgid ""
9732 " struct guestfs_inotify_event_list *\n"
9733 " guestfs_inotify_read (guestfs_h *g);\n"
9734 "\n"
9735 msgstr ""
9736
9737 #. type: textblock
9738 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
9739 msgid ""
9740 "Return the complete queue of events that have happened since the previous "
9741 "read call."
9742 msgstr ""
9743
9744 #. type: textblock
9745 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
9746 msgid "If no events have happened, this returns an empty list."
9747 msgstr ""
9748
9749 #. type: textblock
9750 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
9751 msgid ""
9752 "I<Note>: In order to make sure that all events have been read, you must call "
9753 "this function repeatedly until it returns an empty list.  The reason is that "
9754 "the call will read events up to the maximum appliance-to-host message size "
9755 "and leave remaining events in the queue."
9756 msgstr ""
9757
9758 #. type: textblock
9759 #: ../src/guestfs-actions.pod:2491
9760 msgid ""
9761 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9762 "there was an error.  I<The caller must call "
9763 "C<guestfs_free_inotify_event_list> after use>."
9764 msgstr ""
9765
9766 #. type: =head2
9767 #: ../src/guestfs-actions.pod:2497
9768 msgid "guestfs_inotify_rm_watch"
9769 msgstr ""
9770
9771 #. type: verbatim
9772 #: ../src/guestfs-actions.pod:2499
9773 #, no-wrap
9774 msgid ""
9775 " int\n"
9776 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9777 "                           int wd);\n"
9778 "\n"
9779 msgstr ""
9780
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:2503
9783 msgid ""
9784 "Remove a previously defined inotify watch.  See "
9785 "C<guestfs_inotify_add_watch>."
9786 msgstr ""
9787
9788 #. type: =head2
9789 #: ../src/guestfs-actions.pod:2510
9790 msgid "guestfs_inspect_get_arch"
9791 msgstr ""
9792
9793 #. type: verbatim
9794 #: ../src/guestfs-actions.pod:2512
9795 #, no-wrap
9796 msgid ""
9797 " char *\n"
9798 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9799 "                           const char *root);\n"
9800 "\n"
9801 msgstr ""
9802
9803 #. type: textblock
9804 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539 ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2650 ../src/guestfs-actions.pod:2689 ../src/guestfs-actions.pod:2711 ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2796 ../src/guestfs-actions.pod:2825 ../src/guestfs-actions.pod:2856 ../src/guestfs-actions.pod:2880 ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2977 ../src/guestfs-actions.pod:3000 ../src/guestfs-actions.pod:3017 ../src/guestfs-actions.pod:3034 ../src/guestfs-actions.pod:3053
9805 msgid ""
9806 "This function should only be called with a root device string as returned by "
9807 "C<guestfs_inspect_os>."
9808 msgstr ""
9809
9810 #. type: textblock
9811 #: ../src/guestfs-actions.pod:2519
9812 msgid ""
9813 "This returns the architecture of the inspected operating system.  The "
9814 "possible return values are listed under C<guestfs_file_architecture>."
9815 msgstr ""
9816
9817 #. type: textblock
9818 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
9819 msgid ""
9820 "If the architecture could not be determined, then the string C<unknown> is "
9821 "returned."
9822 msgstr ""
9823
9824 #. type: textblock
9825 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2678 ../src/guestfs-actions.pod:2698 ../src/guestfs-actions.pod:2726 ../src/guestfs-actions.pod:2812 ../src/guestfs-actions.pod:2843 ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2921 ../src/guestfs-actions.pod:2964 ../src/guestfs-actions.pod:2987 ../src/guestfs-actions.pod:3007 ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3043 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:1698 ../fish/guestfish-actions.pod:1776 ../fish/guestfish-actions.pod:1828 ../fish/guestfish-actions.pod:1843 ../fish/guestfish-actions.pod:1864 ../fish/guestfish-actions.pod:1928 ../fish/guestfish-actions.pod:1952 ../fish/guestfish-actions.pod:1969 ../fish/guestfish-actions.pod:2012 ../fish/guestfish-actions.pod:2047 ../fish/guestfish-actions.pod:2063 ../fish/guestfish-actions.pod:2076 ../fish/guestfish-actions.pod:2089 ../fish/guestfish-actions.pod:2104 ../fish/guestfish-actions.pod:2203 ../fish/guestfish-actions.pod:2237
9826 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9827 msgstr ""
9828
9829 #. type: =head2
9830 #: ../src/guestfs-actions.pod:2533
9831 msgid "guestfs_inspect_get_distro"
9832 msgstr ""
9833
9834 #. type: verbatim
9835 #: ../src/guestfs-actions.pod:2535
9836 #, no-wrap
9837 msgid ""
9838 " char *\n"
9839 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9840 "                             const char *root);\n"
9841 "\n"
9842 msgstr ""
9843
9844 #. type: textblock
9845 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
9846 msgid "This returns the distro (distribution) of the inspected operating system."
9847 msgstr ""
9848
9849 #. type: textblock
9850 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
9851 msgid "Currently defined distros are:"
9852 msgstr ""
9853
9854 #. type: =item
9855 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
9856 msgid "\"archlinux\""
9857 msgstr ""
9858
9859 #. type: textblock
9860 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
9861 msgid "Arch Linux."
9862 msgstr ""
9863
9864 #. type: =item
9865 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
9866 msgid "\"debian\""
9867 msgstr ""
9868
9869 #. type: textblock
9870 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
9871 msgid "Debian."
9872 msgstr ""
9873
9874 #. type: =item
9875 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
9876 msgid "\"fedora\""
9877 msgstr ""
9878
9879 #. type: textblock
9880 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
9881 msgid "Fedora."
9882 msgstr ""
9883
9884 #. type: =item
9885 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
9886 msgid "\"gentoo\""
9887 msgstr ""
9888
9889 #. type: textblock
9890 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
9891 msgid "Gentoo."
9892 msgstr ""
9893
9894 #. type: =item
9895 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
9896 msgid "\"linuxmint\""
9897 msgstr ""
9898
9899 #. type: textblock
9900 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
9901 msgid "Linux Mint."
9902 msgstr ""
9903
9904 #. type: =item
9905 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
9906 msgid "\"mandriva\""
9907 msgstr ""
9908
9909 #. type: textblock
9910 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
9911 msgid "Mandriva."
9912 msgstr ""
9913
9914 #. type: =item
9915 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
9916 msgid "\"meego\""
9917 msgstr ""
9918
9919 #. type: textblock
9920 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
9921 msgid "MeeGo."
9922 msgstr ""
9923
9924 #. type: =item
9925 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
9926 msgid "\"pardus\""
9927 msgstr ""
9928
9929 #. type: textblock
9930 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
9931 msgid "Pardus."
9932 msgstr ""
9933
9934 #. type: =item
9935 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
9936 msgid "\"redhat-based\""
9937 msgstr ""
9938
9939 #. type: textblock
9940 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
9941 msgid "Some Red Hat-derived distro."
9942 msgstr ""
9943
9944 #. type: =item
9945 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
9946 msgid "\"rhel\""
9947 msgstr ""
9948
9949 #. type: textblock
9950 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
9951 msgid "Red Hat Enterprise Linux and some derivatives."
9952 msgstr ""
9953
9954 #. type: =item
9955 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
9956 msgid "\"slackware\""
9957 msgstr ""
9958
9959 #. type: textblock
9960 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
9961 msgid "Slackware."
9962 msgstr ""
9963
9964 #. type: =item
9965 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
9966 msgid "\"ubuntu\""
9967 msgstr ""
9968
9969 #. type: textblock
9970 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
9971 msgid "Ubuntu."
9972 msgstr ""
9973
9974 #. type: =item
9975 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2669 ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1819 ../fish/guestfish-actions.pod:2038
9976 msgid "\"unknown\""
9977 msgstr ""
9978
9979 #. type: textblock
9980 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
9981 msgid "The distro could not be determined."
9982 msgstr ""
9983
9984 #. type: =item
9985 #: ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2030
9986 msgid "\"windows\""
9987 msgstr ""
9988
9989 #. type: textblock
9990 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
9991 msgid ""
9992 "Windows does not have distributions.  This string is returned if the OS type "
9993 "is Windows."
9994 msgstr ""
9995
9996 #. type: textblock
9997 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2675 ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:1773 ../fish/guestfish-actions.pod:1825 ../fish/guestfish-actions.pod:2044
9998 msgid ""
9999 "Future versions of libguestfs may return other strings here.  The caller "
10000 "should be prepared to handle any string."
10001 msgstr ""
10002
10003 #. type: =head2
10004 #: ../src/guestfs-actions.pod:2618
10005 msgid "guestfs_inspect_get_filesystems"
10006 msgstr ""
10007
10008 #. type: verbatim
10009 #: ../src/guestfs-actions.pod:2620
10010 #, no-wrap
10011 msgid ""
10012 " char **\n"
10013 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10014 "                                  const char *root);\n"
10015 "\n"
10016 msgstr ""
10017
10018 #. type: textblock
10019 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1785
10020 msgid ""
10021 "This returns a list of all the filesystems that we think are associated with "
10022 "this operating system.  This includes the root filesystem, other ordinary "
10023 "filesystems, and non-mounted devices like swap partitions."
10024 msgstr ""
10025
10026 #. type: textblock
10027 #: ../src/guestfs-actions.pod:2632 ../fish/guestfish-actions.pod:1790
10028 msgid ""
10029 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10030 "to be shared between operating systems."
10031 msgstr ""
10032
10033 #. type: textblock
10034 #: ../src/guestfs-actions.pod:2635
10035 msgid ""
10036 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10037 "C<guestfs_inspect_get_mountpoints>."
10038 msgstr ""
10039
10040 #. type: =head2
10041 #: ../src/guestfs-actions.pod:2644
10042 msgid "guestfs_inspect_get_format"
10043 msgstr ""
10044
10045 #. type: verbatim
10046 #: ../src/guestfs-actions.pod:2646
10047 #, no-wrap
10048 msgid ""
10049 " char *\n"
10050 " guestfs_inspect_get_format (guestfs_h *g,\n"
10051 "                             const char *root);\n"
10052 "\n"
10053 msgstr ""
10054
10055 #. type: textblock
10056 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1803
10057 msgid ""
10058 "This returns the format of the inspected operating system.  You can use it "
10059 "to detect install images, live CDs and similar."
10060 msgstr ""
10061
10062 #. type: textblock
10063 #: ../src/guestfs-actions.pod:2656 ../fish/guestfish-actions.pod:1806
10064 msgid "Currently defined formats are:"
10065 msgstr ""
10066
10067 #. type: =item
10068 #: ../src/guestfs-actions.pod:2660 ../fish/guestfish-actions.pod:1810
10069 msgid "\"installed\""
10070 msgstr ""
10071
10072 #. type: textblock
10073 #: ../src/guestfs-actions.pod:2662 ../fish/guestfish-actions.pod:1812
10074 msgid "This is an installed operating system."
10075 msgstr ""
10076
10077 #. type: =item
10078 #: ../src/guestfs-actions.pod:2664 ../fish/guestfish-actions.pod:1814
10079 msgid "\"installer\""
10080 msgstr ""
10081
10082 #. type: textblock
10083 #: ../src/guestfs-actions.pod:2666 ../fish/guestfish-actions.pod:1816
10084 msgid ""
10085 "The disk image being inspected is not an installed operating system, but a "
10086 "I<bootable> install disk, live CD, or similar."
10087 msgstr ""
10088
10089 #. type: textblock
10090 #: ../src/guestfs-actions.pod:2671 ../fish/guestfish-actions.pod:1821
10091 msgid "The format of this disk image is not known."
10092 msgstr ""
10093
10094 #. type: =head2
10095 #: ../src/guestfs-actions.pod:2683
10096 msgid "guestfs_inspect_get_hostname"
10097 msgstr ""
10098
10099 #. type: verbatim
10100 #: ../src/guestfs-actions.pod:2685
10101 #, no-wrap
10102 msgid ""
10103 " char *\n"
10104 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10105 "                               const char *root);\n"
10106 "\n"
10107 msgstr ""
10108
10109 #. type: textblock
10110 #: ../src/guestfs-actions.pod:2692 ../fish/guestfish-actions.pod:1837
10111 msgid ""
10112 "This function returns the hostname of the operating system as found by "
10113 "inspection of the guest's configuration files."
10114 msgstr ""
10115
10116 #. type: textblock
10117 #: ../src/guestfs-actions.pod:2695 ../fish/guestfish-actions.pod:1840
10118 msgid ""
10119 "If the hostname could not be determined, then the string C<unknown> is "
10120 "returned."
10121 msgstr ""
10122
10123 #. type: textblock
10124 #: ../src/guestfs-actions.pod:2703
10125 msgid "(Added in 1.7.9)"
10126 msgstr ""
10127
10128 #. type: =head2
10129 #: ../src/guestfs-actions.pod:2705
10130 msgid "guestfs_inspect_get_major_version"
10131 msgstr ""
10132
10133 #. type: verbatim
10134 #: ../src/guestfs-actions.pod:2707
10135 #, no-wrap
10136 msgid ""
10137 " int\n"
10138 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10139 "                                    const char *root);\n"
10140 "\n"
10141 msgstr ""
10142
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1852
10145 msgid "This returns the major version number of the inspected operating system."
10146 msgstr ""
10147
10148 #. type: textblock
10149 #: ../src/guestfs-actions.pod:2717 ../fish/guestfish-actions.pod:1855
10150 msgid ""
10151 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10152 "popular public names used by the operating system.  Notably the operating "
10153 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10154 "1).  You can find out the real versions corresponding to releases of Windows "
10155 "by consulting Wikipedia or MSDN."
10156 msgstr ""
10157
10158 #. type: textblock
10159 #: ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1862 ../fish/guestfish-actions.pod:1876
10160 msgid "If the version could not be determined, then C<0> is returned."
10161 msgstr ""
10162
10163 #. type: =head2
10164 #: ../src/guestfs-actions.pod:2732
10165 msgid "guestfs_inspect_get_minor_version"
10166 msgstr ""
10167
10168 #. type: verbatim
10169 #: ../src/guestfs-actions.pod:2734
10170 #, no-wrap
10171 msgid ""
10172 " int\n"
10173 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10174 "                                    const char *root);\n"
10175 "\n"
10176 msgstr ""
10177
10178 #. type: textblock
10179 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1873
10180 msgid "This returns the minor version number of the inspected operating system."
10181 msgstr ""
10182
10183 #. type: textblock
10184 #: ../src/guestfs-actions.pod:2746
10185 msgid ""
10186 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10187 "C<guestfs_inspect_get_major_version>."
10188 msgstr ""
10189
10190 #. type: =head2
10191 #: ../src/guestfs-actions.pod:2753
10192 msgid "guestfs_inspect_get_mountpoints"
10193 msgstr ""
10194
10195 #. type: verbatim
10196 #: ../src/guestfs-actions.pod:2755
10197 #, no-wrap
10198 msgid ""
10199 " char **\n"
10200 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10201 "                                  const char *root);\n"
10202 "\n"
10203 msgstr ""
10204
10205 #. type: textblock
10206 #: ../src/guestfs-actions.pod:2762 ../fish/guestfish-actions.pod:1888
10207 msgid ""
10208 "This returns a hash of where we think the filesystems associated with this "
10209 "operating system should be mounted.  Callers should note that this is at "
10210 "best an educated guess made by reading configuration files such as "
10211 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10212 "are non-existent or not mountable and callers should be prepared to handle "
10213 "or ignore failures if they try to mount them."
10214 msgstr ""
10215
10216 #. type: textblock
10217 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1897
10218 msgid ""
10219 "Each element in the returned hashtable has a key which is the path of the "
10220 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10221 "mounted there (eg. C</dev/sda1>)."
10222 msgstr ""
10223
10224 #. type: textblock
10225 #: ../src/guestfs-actions.pod:2776 ../fish/guestfish-actions.pod:1902
10226 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10227 msgstr ""
10228
10229 #. type: textblock
10230 #: ../src/guestfs-actions.pod:2779
10231 msgid ""
10232 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10233 "C<guestfs_inspect_get_filesystems>."
10234 msgstr ""
10235
10236 #. type: textblock
10237 #: ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:3521 ../src/guestfs-actions.pod:4731 ../src/guestfs-actions.pod:6636
10238 msgid ""
10239 "This function returns a NULL-terminated array of strings, or NULL if there "
10240 "was an error.  The array of strings will always have length C<2n+1>, where "
10241 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10242 "caller must free the strings and the array after use>."
10243 msgstr ""
10244
10245 #. type: =head2
10246 #: ../src/guestfs-actions.pod:2790
10247 msgid "guestfs_inspect_get_package_format"
10248 msgstr ""
10249
10250 #. type: verbatim
10251 #: ../src/guestfs-actions.pod:2792
10252 #, no-wrap
10253 msgid ""
10254 " char *\n"
10255 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10256 "                                     const char *root);\n"
10257 "\n"
10258 msgstr ""
10259
10260 #. type: textblock
10261 #: ../src/guestfs-actions.pod:2799
10262 msgid ""
10263 "This function and C<guestfs_inspect_get_package_management> return the "
10264 "package format and package management tool used by the inspected operating "
10265 "system.  For example for Fedora these functions would return C<rpm> (package "
10266 "format) and C<yum> (package management)."
10267 msgstr ""
10268
10269 #. type: textblock
10270 #: ../src/guestfs-actions.pod:2805 ../fish/guestfish-actions.pod:1921
10271 msgid ""
10272 "This returns the string C<unknown> if we could not determine the package "
10273 "format I<or> if the operating system does not have a real packaging system "
10274 "(eg. Windows)."
10275 msgstr ""
10276
10277 #. type: textblock
10278 #: ../src/guestfs-actions.pod:2809 ../fish/guestfish-actions.pod:1925
10279 msgid ""
10280 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10281 "Future versions of libguestfs may return other strings."
10282 msgstr ""
10283
10284 #. type: textblock
10285 #: ../src/guestfs-actions.pod:2817 ../src/guestfs-actions.pod:2848
10286 msgid "(Added in 1.7.5)"
10287 msgstr ""
10288
10289 #. type: =head2
10290 #: ../src/guestfs-actions.pod:2819
10291 msgid "guestfs_inspect_get_package_management"
10292 msgstr ""
10293
10294 #. type: verbatim
10295 #: ../src/guestfs-actions.pod:2821
10296 #, no-wrap
10297 msgid ""
10298 " char *\n"
10299 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10300 "                                         const char *root);\n"
10301 "\n"
10302 msgstr ""
10303
10304 #. type: textblock
10305 #: ../src/guestfs-actions.pod:2828
10306 msgid ""
10307 "C<guestfs_inspect_get_package_format> and this function return the package "
10308 "format and package management tool used by the inspected operating system.  "
10309 "For example for Fedora these functions would return C<rpm> (package format) "
10310 "and C<yum> (package management)."
10311 msgstr ""
10312
10313 #. type: textblock
10314 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1943
10315 msgid ""
10316 "This returns the string C<unknown> if we could not determine the package "
10317 "management tool I<or> if the operating system does not have a real packaging "
10318 "system (eg. Windows)."
10319 msgstr ""
10320
10321 #. type: textblock
10322 #: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1947
10323 msgid ""
10324 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10325 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10326 "libguestfs may return other strings."
10327 msgstr ""
10328
10329 #. type: =head2
10330 #: ../src/guestfs-actions.pod:2850
10331 msgid "guestfs_inspect_get_product_name"
10332 msgstr ""
10333
10334 #. type: verbatim
10335 #: ../src/guestfs-actions.pod:2852
10336 #, no-wrap
10337 msgid ""
10338 " char *\n"
10339 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10340 "                                   const char *root);\n"
10341 "\n"
10342 msgstr ""
10343
10344 #. type: textblock
10345 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1961
10346 msgid ""
10347 "This returns the product name of the inspected operating system.  The "
10348 "product name is generally some freeform string which can be displayed to the "
10349 "user, but should not be parsed by programs."
10350 msgstr ""
10351
10352 #. type: textblock
10353 #: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1966
10354 msgid ""
10355 "If the product name could not be determined, then the string C<unknown> is "
10356 "returned."
10357 msgstr ""
10358
10359 #. type: =head2
10360 #: ../src/guestfs-actions.pod:2874
10361 msgid "guestfs_inspect_get_product_variant"
10362 msgstr ""
10363
10364 #. type: verbatim
10365 #: ../src/guestfs-actions.pod:2876
10366 #, no-wrap
10367 msgid ""
10368 " char *\n"
10369 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10370 "                                      const char *root);\n"
10371 "\n"
10372 msgstr ""
10373
10374 #. type: textblock
10375 #: ../src/guestfs-actions.pod:2883 ../fish/guestfish-actions.pod:1978
10376 msgid "This returns the product variant of the inspected operating system."
10377 msgstr ""
10378
10379 #. type: textblock
10380 #: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1981
10381 msgid ""
10382 "For Windows guests, this returns the contents of the Registry key "
10383 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10384 "which is usually a string such as C<Client> or C<Server> (other values are "
10385 "possible).  This can be used to distinguish consumer and enterprise versions "
10386 "of Windows that have the same version number (for example, Windows 7 and "
10387 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10388 "the latter is C<Server>)."
10389 msgstr ""
10390
10391 #. type: textblock
10392 #: ../src/guestfs-actions.pod:2895 ../fish/guestfish-actions.pod:1990
10393 msgid ""
10394 "For enterprise Linux guests, in future we intend this to return the product "
10395 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10396 "implemented at present."
10397 msgstr ""
10398
10399 #. type: textblock
10400 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1994
10401 msgid ""
10402 "If the product variant could not be determined, then the string C<unknown> "
10403 "is returned."
10404 msgstr ""
10405
10406 #. type: textblock
10407 #: ../src/guestfs-actions.pod:2902
10408 msgid ""
10409 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10410 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10411 msgstr ""
10412
10413 #. type: =head2
10414 #: ../src/guestfs-actions.pod:2909
10415 msgid "guestfs_inspect_get_roots"
10416 msgstr ""
10417
10418 #. type: verbatim
10419 #: ../src/guestfs-actions.pod:2911
10420 #, no-wrap
10421 msgid ""
10422 " char **\n"
10423 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10424 "\n"
10425 msgstr ""
10426
10427 #. type: textblock
10428 #: ../src/guestfs-actions.pod:2914
10429 msgid ""
10430 "This function is a convenient way to get the list of root devices, as "
10431 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10432 "the whole inspection process."
10433 msgstr ""
10434
10435 #. type: textblock
10436 #: ../src/guestfs-actions.pod:2918
10437 msgid ""
10438 "This returns an empty list if either no root devices were found or the "
10439 "caller has not called C<guestfs_inspect_os>."
10440 msgstr ""
10441
10442 #. type: textblock
10443 #: ../src/guestfs-actions.pod:2927
10444 msgid "(Added in 1.7.3)"
10445 msgstr ""
10446
10447 #. type: =head2
10448 #: ../src/guestfs-actions.pod:2929
10449 msgid "guestfs_inspect_get_type"
10450 msgstr ""
10451
10452 #. type: verbatim
10453 #: ../src/guestfs-actions.pod:2931
10454 #, no-wrap
10455 msgid ""
10456 " char *\n"
10457 " guestfs_inspect_get_type (guestfs_h *g,\n"
10458 "                           const char *root);\n"
10459 "\n"
10460 msgstr ""
10461
10462 #. type: textblock
10463 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2021
10464 msgid ""
10465 "This returns the type of the inspected operating system.  Currently defined "
10466 "types are:"
10467 msgstr ""
10468
10469 #. type: =item
10470 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2026
10471 msgid "\"linux\""
10472 msgstr ""
10473
10474 #. type: textblock
10475 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2028
10476 msgid "Any Linux-based operating system."
10477 msgstr ""
10478
10479 #. type: textblock
10480 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2032
10481 msgid "Any Microsoft Windows operating system."
10482 msgstr ""
10483
10484 #. type: =item
10485 #: ../src/guestfs-actions.pod:2951 ../fish/guestfish-actions.pod:2034
10486 msgid "\"freebsd\""
10487 msgstr ""
10488
10489 #. type: textblock
10490 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2036
10491 msgid "FreeBSD."
10492 msgstr ""
10493
10494 #. type: textblock
10495 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2040
10496 msgid "The operating system type could not be determined."
10497 msgstr ""
10498
10499 #. type: =head2
10500 #: ../src/guestfs-actions.pod:2971
10501 msgid "guestfs_inspect_get_windows_systemroot"
10502 msgstr ""
10503
10504 #. type: verbatim
10505 #: ../src/guestfs-actions.pod:2973
10506 #, no-wrap
10507 msgid ""
10508 " char *\n"
10509 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10510 "                                         const char *root);\n"
10511 "\n"
10512 msgstr ""
10513
10514 #. type: textblock
10515 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2056
10516 msgid ""
10517 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10518 "is a directory path such as C</WINDOWS>."
10519 msgstr ""
10520
10521 #. type: textblock
10522 #: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2059
10523 msgid ""
10524 "This call assumes that the guest is Windows and that the systemroot could be "
10525 "determined by inspection.  If this is not the case then an error is "
10526 "returned."
10527 msgstr ""
10528
10529 #. type: textblock
10530 #: ../src/guestfs-actions.pod:2992
10531 msgid "(Added in 1.5.25)"
10532 msgstr ""
10533
10534 #. type: =head2
10535 #: ../src/guestfs-actions.pod:2994
10536 msgid "guestfs_inspect_is_live"
10537 msgstr ""
10538
10539 #. type: verbatim
10540 #: ../src/guestfs-actions.pod:2996
10541 #, no-wrap
10542 msgid ""
10543 " int\n"
10544 " guestfs_inspect_is_live (guestfs_h *g,\n"
10545 "                          const char *root);\n"
10546 "\n"
10547 msgstr ""
10548
10549 #. type: textblock
10550 #: ../src/guestfs-actions.pod:3003
10551 msgid ""
10552 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10553 "disk), then this returns true if a live image was detected on the disk."
10554 msgstr ""
10555
10556 #. type: =head2
10557 #: ../src/guestfs-actions.pod:3011
10558 msgid "guestfs_inspect_is_multipart"
10559 msgstr ""
10560
10561 #. type: verbatim
10562 #: ../src/guestfs-actions.pod:3013
10563 #, no-wrap
10564 msgid ""
10565 " int\n"
10566 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10567 "                               const char *root);\n"
10568 "\n"
10569 msgstr ""
10570
10571 #. type: textblock
10572 #: ../src/guestfs-actions.pod:3020
10573 msgid ""
10574 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10575 "disk), then this returns true if the disk is part of a set."
10576 msgstr ""
10577
10578 #. type: =head2
10579 #: ../src/guestfs-actions.pod:3028
10580 msgid "guestfs_inspect_is_netinst"
10581 msgstr ""
10582
10583 #. type: verbatim
10584 #: ../src/guestfs-actions.pod:3030
10585 #, no-wrap
10586 msgid ""
10587 " int\n"
10588 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10589 "                             const char *root);\n"
10590 "\n"
10591 msgstr ""
10592
10593 #. type: textblock
10594 #: ../src/guestfs-actions.pod:3037
10595 msgid ""
10596 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10597 "disk), then this returns true if the disk is a network installer, ie. not a "
10598 "self-contained install CD but one which is likely to require network access "
10599 "to complete the install."
10600 msgstr ""
10601
10602 #. type: =head2
10603 #: ../src/guestfs-actions.pod:3047
10604 msgid "guestfs_inspect_list_applications"
10605 msgstr ""
10606
10607 #. type: verbatim
10608 #: ../src/guestfs-actions.pod:3049
10609 #, no-wrap
10610 msgid ""
10611 " struct guestfs_application_list *\n"
10612 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10613 "                                    const char *root);\n"
10614 "\n"
10615 msgstr ""
10616
10617 #. type: textblock
10618 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2113
10619 msgid "Return the list of applications installed in the operating system."
10620 msgstr ""
10621
10622 #. type: textblock
10623 #: ../src/guestfs-actions.pod:3058
10624 msgid ""
10625 "I<Note:> This call works differently from other parts of the inspection "
10626 "API.  You have to call C<guestfs_inspect_os>, then "
10627 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10628 "this.  Listing applications is a significantly more difficult operation "
10629 "which requires access to the full filesystem.  Also note that unlike the "
10630 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10631 "the libguestfs handle, this call actually reads parts of the mounted "
10632 "filesystems during the call."
10633 msgstr ""
10634
10635 #. type: textblock
10636 #: ../src/guestfs-actions.pod:3068 ../fish/guestfish-actions.pod:2125
10637 msgid ""
10638 "This returns an empty list if the inspection code was not able to determine "
10639 "the list of applications."
10640 msgstr ""
10641
10642 #. type: textblock
10643 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2128
10644 msgid "The application structure contains the following fields:"
10645 msgstr ""
10646
10647 #. type: =item
10648 #: ../src/guestfs-actions.pod:3075 ../fish/guestfish-actions.pod:2132
10649 msgid "C<app_name>"
10650 msgstr ""
10651
10652 #. type: textblock
10653 #: ../src/guestfs-actions.pod:3077 ../fish/guestfish-actions.pod:2134
10654 msgid ""
10655 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10656 "guests, this is the package name."
10657 msgstr ""
10658
10659 #. type: =item
10660 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2137
10661 msgid "C<app_display_name>"
10662 msgstr ""
10663
10664 #. type: textblock
10665 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2139
10666 msgid ""
10667 "The display name of the application, sometimes localized to the install "
10668 "language of the guest operating system."
10669 msgstr ""
10670
10671 #. type: textblock
10672 #: ../src/guestfs-actions.pod:3085 ../fish/guestfish-actions.pod:2142
10673 msgid ""
10674 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10675 "to display something can use C<app_name> instead."
10676 msgstr ""
10677
10678 #. type: =item
10679 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2145
10680 msgid "C<app_epoch>"
10681 msgstr ""
10682
10683 #. type: textblock
10684 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2147
10685 msgid ""
10686 "For package managers which use epochs, this contains the epoch of the "
10687 "package (an integer).  If unavailable, this is returned as C<0>."
10688 msgstr ""
10689
10690 #. type: =item
10691 #: ../src/guestfs-actions.pod:3093 ../fish/guestfish-actions.pod:2150
10692 msgid "C<app_version>"
10693 msgstr ""
10694
10695 #. type: textblock
10696 #: ../src/guestfs-actions.pod:3095 ../fish/guestfish-actions.pod:2152
10697 msgid ""
10698 "The version string of the application or package.  If unavailable this is "
10699 "returned as an empty string C<\"\">."
10700 msgstr ""
10701
10702 #. type: =item
10703 #: ../src/guestfs-actions.pod:3098 ../fish/guestfish-actions.pod:2155
10704 msgid "C<app_release>"
10705 msgstr ""
10706
10707 #. type: textblock
10708 #: ../src/guestfs-actions.pod:3100 ../fish/guestfish-actions.pod:2157
10709 msgid ""
10710 "The release string of the application or package, for package managers that "
10711 "use this.  If unavailable this is returned as an empty string C<\"\">."
10712 msgstr ""
10713
10714 #. type: =item
10715 #: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2161
10716 msgid "C<app_install_path>"
10717 msgstr ""
10718
10719 #. type: textblock
10720 #: ../src/guestfs-actions.pod:3106 ../fish/guestfish-actions.pod:2163
10721 msgid ""
10722 "The installation path of the application (on operating systems such as "
10723 "Windows which use installation paths).  This path is in the format used by "
10724 "the guest operating system, it is not a libguestfs path."
10725 msgstr ""
10726
10727 #. type: textblock
10728 #: ../src/guestfs-actions.pod:3111 ../fish/guestfish-actions.pod:2168
10729 msgid "If unavailable this is returned as an empty string C<\"\">."
10730 msgstr ""
10731
10732 #. type: =item
10733 #: ../src/guestfs-actions.pod:3113 ../fish/guestfish-actions.pod:2170
10734 msgid "C<app_trans_path>"
10735 msgstr ""
10736
10737 #. type: textblock
10738 #: ../src/guestfs-actions.pod:3115 ../fish/guestfish-actions.pod:2172
10739 msgid ""
10740 "The install path translated into a libguestfs path.  If unavailable this is "
10741 "returned as an empty string C<\"\">."
10742 msgstr ""
10743
10744 #. type: =item
10745 #: ../src/guestfs-actions.pod:3118 ../fish/guestfish-actions.pod:2175
10746 msgid "C<app_publisher>"
10747 msgstr ""
10748
10749 #. type: textblock
10750 #: ../src/guestfs-actions.pod:3120 ../fish/guestfish-actions.pod:2177
10751 msgid ""
10752 "The name of the publisher of the application, for package managers that use "
10753 "this.  If unavailable this is returned as an empty string C<\"\">."
10754 msgstr ""
10755
10756 #. type: =item
10757 #: ../src/guestfs-actions.pod:3124 ../fish/guestfish-actions.pod:2181
10758 msgid "C<app_url>"
10759 msgstr ""
10760
10761 #. type: textblock
10762 #: ../src/guestfs-actions.pod:3126 ../fish/guestfish-actions.pod:2183
10763 msgid ""
10764 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10765 "returned as an empty string C<\"\">."
10766 msgstr ""
10767
10768 #. type: =item
10769 #: ../src/guestfs-actions.pod:3129 ../fish/guestfish-actions.pod:2186
10770 msgid "C<app_source_package>"
10771 msgstr ""
10772
10773 #. type: textblock
10774 #: ../src/guestfs-actions.pod:3131 ../fish/guestfish-actions.pod:2188
10775 msgid ""
10776 "For packaging systems which support this, the name of the source package.  "
10777 "If unavailable this is returned as an empty string C<\"\">."
10778 msgstr ""
10779
10780 #. type: =item
10781 #: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2191
10782 msgid "C<app_summary>"
10783 msgstr ""
10784
10785 #. type: textblock
10786 #: ../src/guestfs-actions.pod:3136 ../fish/guestfish-actions.pod:2193
10787 msgid ""
10788 "A short (usually one line) description of the application or package.  If "
10789 "unavailable this is returned as an empty string C<\"\">."
10790 msgstr ""
10791
10792 #. type: =item
10793 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2196
10794 msgid "C<app_description>"
10795 msgstr ""
10796
10797 #. type: textblock
10798 #: ../src/guestfs-actions.pod:3141 ../fish/guestfish-actions.pod:2198
10799 msgid ""
10800 "A longer description of the application or package.  If unavailable this is "
10801 "returned as an empty string C<\"\">."
10802 msgstr ""
10803
10804 #. type: textblock
10805 #: ../src/guestfs-actions.pod:3148
10806 msgid ""
10807 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10808 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10809 "after use>."
10810 msgstr ""
10811
10812 #. type: textblock
10813 #: ../src/guestfs-actions.pod:3152
10814 msgid "(Added in 1.7.8)"
10815 msgstr ""
10816
10817 #. type: =head2
10818 #: ../src/guestfs-actions.pod:3154
10819 msgid "guestfs_inspect_os"
10820 msgstr ""
10821
10822 #. type: verbatim
10823 #: ../src/guestfs-actions.pod:3156
10824 #, no-wrap
10825 msgid ""
10826 " char **\n"
10827 " guestfs_inspect_os (guestfs_h *g);\n"
10828 "\n"
10829 msgstr ""
10830
10831 #. type: textblock
10832 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2209
10833 msgid ""
10834 "This function uses other libguestfs functions and certain heuristics to "
10835 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10836 "for operating systems."
10837 msgstr ""
10838
10839 #. type: textblock
10840 #: ../src/guestfs-actions.pod:3163 ../fish/guestfish-actions.pod:2213
10841 msgid "The list returned is empty if no operating systems were found."
10842 msgstr ""
10843
10844 #. type: textblock
10845 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2215
10846 msgid ""
10847 "If one operating system was found, then this returns a list with a single "
10848 "element, which is the name of the root filesystem of this operating system.  "
10849 "It is also possible for this function to return a list containing more than "
10850 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10851 "element being the root filesystem of one of the operating systems."
10852 msgstr ""
10853
10854 #. type: textblock
10855 #: ../src/guestfs-actions.pod:3172
10856 msgid ""
10857 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10858 "functions in order to query further information about each operating system, "
10859 "such as the name and version."
10860 msgstr ""
10861
10862 #. type: textblock
10863 #: ../src/guestfs-actions.pod:3177
10864 msgid ""
10865 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10866 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10867 "the contents.  This should be called with no disks currently mounted.  The "
10868 "function may also use Augeas, so any existing Augeas handle will be closed."
10869 msgstr ""
10870
10871 #. type: textblock
10872 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2233
10873 msgid ""
10874 "This function cannot decrypt encrypted disks.  The caller must do that first "
10875 "(supplying the necessary keys) if the disk is encrypted."
10876 msgstr ""
10877
10878 #. type: textblock
10879 #: ../src/guestfs-actions.pod:3189 ../src/guestfs-actions.pod:3479 ../src/guestfs-actions.pod:3541
10880 msgid "See also C<guestfs_list_filesystems>."
10881 msgstr ""
10882
10883 #. type: =head2
10884 #: ../src/guestfs-actions.pod:3197
10885 msgid "guestfs_is_blockdev"
10886 msgstr ""
10887
10888 #. type: verbatim
10889 #: ../src/guestfs-actions.pod:3199
10890 #, no-wrap
10891 msgid ""
10892 " int\n"
10893 " guestfs_is_blockdev (guestfs_h *g,\n"
10894 "                      const char *path);\n"
10895 "\n"
10896 msgstr ""
10897
10898 #. type: textblock
10899 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2245
10900 msgid ""
10901 "This returns C<true> if and only if there is a block device with the given "
10902 "C<path> name."
10903 msgstr ""
10904
10905 #. type: textblock
10906 #: ../src/guestfs-actions.pod:3206 ../src/guestfs-actions.pod:3235 ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3280 ../src/guestfs-actions.pod:3296 ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3367
10907 msgid "See also C<guestfs_stat>."
10908 msgstr ""
10909
10910 #. type: textblock
10911 #: ../src/guestfs-actions.pod:3210 ../src/guestfs-actions.pod:3239 ../src/guestfs-actions.pod:3284 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3371
10912 msgid "(Added in 1.5.10)"
10913 msgstr ""
10914
10915 #. type: =head2
10916 #: ../src/guestfs-actions.pod:3212
10917 msgid "guestfs_is_busy"
10918 msgstr ""
10919
10920 #. type: verbatim
10921 #: ../src/guestfs-actions.pod:3214
10922 #, no-wrap
10923 msgid ""
10924 " int\n"
10925 " guestfs_is_busy (guestfs_h *g);\n"
10926 "\n"
10927 msgstr ""
10928
10929 #. type: textblock
10930 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2254
10931 msgid ""
10932 "This returns true iff this handle is busy processing a command (in the "
10933 "C<BUSY> state)."
10934 msgstr ""
10935
10936 #. type: =head2
10937 #: ../src/guestfs-actions.pod:3226
10938 msgid "guestfs_is_chardev"
10939 msgstr ""
10940
10941 #. type: verbatim
10942 #: ../src/guestfs-actions.pod:3228
10943 #, no-wrap
10944 msgid ""
10945 " int\n"
10946 " guestfs_is_chardev (guestfs_h *g,\n"
10947 "                     const char *path);\n"
10948 "\n"
10949 msgstr ""
10950
10951 #. type: textblock
10952 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2263
10953 msgid ""
10954 "This returns C<true> if and only if there is a character device with the "
10955 "given C<path> name."
10956 msgstr ""
10957
10958 #. type: =head2
10959 #: ../src/guestfs-actions.pod:3241
10960 msgid "guestfs_is_config"
10961 msgstr ""
10962
10963 #. type: verbatim
10964 #: ../src/guestfs-actions.pod:3243
10965 #, no-wrap
10966 msgid ""
10967 " int\n"
10968 " guestfs_is_config (guestfs_h *g);\n"
10969 "\n"
10970 msgstr ""
10971
10972 #. type: textblock
10973 #: ../src/guestfs-actions.pod:3246 ../fish/guestfish-actions.pod:2272
10974 msgid ""
10975 "This returns true iff this handle is being configured (in the C<CONFIG> "
10976 "state)."
10977 msgstr ""
10978
10979 #. type: =head2
10980 #: ../src/guestfs-actions.pod:3255
10981 msgid "guestfs_is_dir"
10982 msgstr ""
10983
10984 #. type: verbatim
10985 #: ../src/guestfs-actions.pod:3257
10986 #, no-wrap
10987 msgid ""
10988 " int\n"
10989 " guestfs_is_dir (guestfs_h *g,\n"
10990 "                 const char *path);\n"
10991 "\n"
10992 msgstr ""
10993
10994 #. type: textblock
10995 #: ../src/guestfs-actions.pod:3261 ../fish/guestfish-actions.pod:2281
10996 msgid ""
10997 "This returns C<true> if and only if there is a directory with the given "
10998 "C<path> name.  Note that it returns false for other objects like files."
10999 msgstr ""
11000
11001 #. type: =head2
11002 #: ../src/guestfs-actions.pod:3271
11003 msgid "guestfs_is_fifo"
11004 msgstr ""
11005
11006 #. type: verbatim
11007 #: ../src/guestfs-actions.pod:3273
11008 #, no-wrap
11009 msgid ""
11010 " int\n"
11011 " guestfs_is_fifo (guestfs_h *g,\n"
11012 "                  const char *path);\n"
11013 "\n"
11014 msgstr ""
11015
11016 #. type: textblock
11017 #: ../src/guestfs-actions.pod:3277 ../fish/guestfish-actions.pod:2291
11018 msgid ""
11019 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11020 "given C<path> name."
11021 msgstr ""
11022
11023 #. type: =head2
11024 #: ../src/guestfs-actions.pod:3286
11025 msgid "guestfs_is_file"
11026 msgstr ""
11027
11028 #. type: verbatim
11029 #: ../src/guestfs-actions.pod:3288
11030 #, no-wrap
11031 msgid ""
11032 " int\n"
11033 " guestfs_is_file (guestfs_h *g,\n"
11034 "                  const char *path);\n"
11035 "\n"
11036 msgstr ""
11037
11038 #. type: textblock
11039 #: ../src/guestfs-actions.pod:3292 ../fish/guestfish-actions.pod:2300
11040 msgid ""
11041 "This returns C<true> if and only if there is a regular file with the given "
11042 "C<path> name.  Note that it returns false for other objects like "
11043 "directories."
11044 msgstr ""
11045
11046 #. type: =head2
11047 #: ../src/guestfs-actions.pod:3302
11048 msgid "guestfs_is_launching"
11049 msgstr ""
11050
11051 #. type: verbatim
11052 #: ../src/guestfs-actions.pod:3304
11053 #, no-wrap
11054 msgid ""
11055 " int\n"
11056 " guestfs_is_launching (guestfs_h *g);\n"
11057 "\n"
11058 msgstr ""
11059
11060 #. type: textblock
11061 #: ../src/guestfs-actions.pod:3307 ../fish/guestfish-actions.pod:2310
11062 msgid ""
11063 "This returns true iff this handle is launching the subprocess (in the "
11064 "C<LAUNCHING> state)."
11065 msgstr ""
11066
11067 #. type: =head2
11068 #: ../src/guestfs-actions.pod:3316
11069 msgid "guestfs_is_lv"
11070 msgstr ""
11071
11072 #. type: verbatim
11073 #: ../src/guestfs-actions.pod:3318
11074 #, no-wrap
11075 msgid ""
11076 " int\n"
11077 " guestfs_is_lv (guestfs_h *g,\n"
11078 "                const char *device);\n"
11079 "\n"
11080 msgstr ""
11081
11082 #. type: textblock
11083 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2319
11084 msgid ""
11085 "This command tests whether C<device> is a logical volume, and returns true "
11086 "iff this is the case."
11087 msgstr ""
11088
11089 #. type: =head2
11090 #: ../src/guestfs-actions.pod:3329
11091 msgid "guestfs_is_ready"
11092 msgstr ""
11093
11094 #. type: verbatim
11095 #: ../src/guestfs-actions.pod:3331
11096 #, no-wrap
11097 msgid ""
11098 " int\n"
11099 " guestfs_is_ready (guestfs_h *g);\n"
11100 "\n"
11101 msgstr ""
11102
11103 #. type: textblock
11104 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2326
11105 msgid ""
11106 "This returns true iff this handle is ready to accept commands (in the "
11107 "C<READY> state)."
11108 msgstr ""
11109
11110 #. type: =head2
11111 #: ../src/guestfs-actions.pod:3343
11112 msgid "guestfs_is_socket"
11113 msgstr ""
11114
11115 #. type: verbatim
11116 #: ../src/guestfs-actions.pod:3345
11117 #, no-wrap
11118 msgid ""
11119 " int\n"
11120 " guestfs_is_socket (guestfs_h *g,\n"
11121 "                    const char *path);\n"
11122 "\n"
11123 msgstr ""
11124
11125 #. type: textblock
11126 #: ../src/guestfs-actions.pod:3349 ../fish/guestfish-actions.pod:2335
11127 msgid ""
11128 "This returns C<true> if and only if there is a Unix domain socket with the "
11129 "given C<path> name."
11130 msgstr ""
11131
11132 #. type: =head2
11133 #: ../src/guestfs-actions.pod:3358
11134 msgid "guestfs_is_symlink"
11135 msgstr ""
11136
11137 #. type: verbatim
11138 #: ../src/guestfs-actions.pod:3360
11139 #, no-wrap
11140 msgid ""
11141 " int\n"
11142 " guestfs_is_symlink (guestfs_h *g,\n"
11143 "                     const char *path);\n"
11144 "\n"
11145 msgstr ""
11146
11147 #. type: textblock
11148 #: ../src/guestfs-actions.pod:3364 ../fish/guestfish-actions.pod:2344
11149 msgid ""
11150 "This returns C<true> if and only if there is a symbolic link with the given "
11151 "C<path> name."
11152 msgstr ""
11153
11154 #. type: =head2
11155 #: ../src/guestfs-actions.pod:3373
11156 msgid "guestfs_kill_subprocess"
11157 msgstr ""
11158
11159 #. type: verbatim
11160 #: ../src/guestfs-actions.pod:3375
11161 #, no-wrap
11162 msgid ""
11163 " int\n"
11164 " guestfs_kill_subprocess (guestfs_h *g);\n"
11165 "\n"
11166 msgstr ""
11167
11168 #. type: textblock
11169 #: ../src/guestfs-actions.pod:3378 ../fish/guestfish-actions.pod:2353
11170 msgid "This kills the qemu subprocess.  You should never need to call this."
11171 msgstr ""
11172
11173 #. type: =head2
11174 #: ../src/guestfs-actions.pod:3384
11175 msgid "guestfs_launch"
11176 msgstr ""
11177
11178 #. type: verbatim
11179 #: ../src/guestfs-actions.pod:3386
11180 #, no-wrap
11181 msgid ""
11182 " int\n"
11183 " guestfs_launch (guestfs_h *g);\n"
11184 "\n"
11185 msgstr ""
11186
11187 #. type: textblock
11188 #: ../src/guestfs-actions.pod:3389 ../fish/guestfish-actions.pod:2361
11189 msgid ""
11190 "Internally libguestfs is implemented by running a virtual machine using "
11191 "L<qemu(1)>."
11192 msgstr ""
11193
11194 #. type: textblock
11195 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2364
11196 msgid ""
11197 "You should call this after configuring the handle (eg. adding drives) but "
11198 "before performing any actions."
11199 msgstr ""
11200
11201 #. type: =head2
11202 #: ../src/guestfs-actions.pod:3404
11203 msgid "guestfs_lchown"
11204 msgstr ""
11205
11206 #. type: verbatim
11207 #: ../src/guestfs-actions.pod:3406
11208 #, no-wrap
11209 msgid ""
11210 " int\n"
11211 " guestfs_lchown (guestfs_h *g,\n"
11212 "                 int owner,\n"
11213 "                 int group,\n"
11214 "                 const char *path);\n"
11215 "\n"
11216 msgstr ""
11217
11218 #. type: textblock
11219 #: ../src/guestfs-actions.pod:3412
11220 msgid ""
11221 "Change the file owner to C<owner> and group to C<group>.  This is like "
11222 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11223 "changed, not the target."
11224 msgstr ""
11225
11226 #. type: =head2
11227 #: ../src/guestfs-actions.pod:3424
11228 msgid "guestfs_lgetxattr"
11229 msgstr ""
11230
11231 #. type: verbatim
11232 #: ../src/guestfs-actions.pod:3426
11233 #, no-wrap
11234 msgid ""
11235 " char *\n"
11236 " guestfs_lgetxattr (guestfs_h *g,\n"
11237 "                    const char *path,\n"
11238 "                    const char *name,\n"
11239 "                    size_t *size_r);\n"
11240 "\n"
11241 msgstr ""
11242
11243 #. type: textblock
11244 #: ../src/guestfs-actions.pod:3432 ../fish/guestfish-actions.pod:2383
11245 msgid ""
11246 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11247 "is a symlink, then this call returns an extended attribute from the symlink."
11248 msgstr ""
11249
11250 #. type: textblock
11251 #: ../src/guestfs-actions.pod:3446
11252 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11253 msgstr ""
11254
11255 #. type: =head2
11256 #: ../src/guestfs-actions.pod:3454
11257 msgid "guestfs_lgetxattrs"
11258 msgstr ""
11259
11260 #. type: verbatim
11261 #: ../src/guestfs-actions.pod:3456
11262 #, no-wrap
11263 msgid ""
11264 " struct guestfs_xattr_list *\n"
11265 " guestfs_lgetxattrs (guestfs_h *g,\n"
11266 "                     const char *path);\n"
11267 "\n"
11268 msgstr ""
11269
11270 #. type: textblock
11271 #: ../src/guestfs-actions.pod:3460
11272 msgid ""
11273 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11274 "then it returns the extended attributes of the link itself."
11275 msgstr ""
11276
11277 #. type: =head2
11278 #: ../src/guestfs-actions.pod:3470
11279 msgid "guestfs_list_devices"
11280 msgstr ""
11281
11282 #. type: verbatim
11283 #: ../src/guestfs-actions.pod:3472
11284 #, no-wrap
11285 msgid ""
11286 " char **\n"
11287 " guestfs_list_devices (guestfs_h *g);\n"
11288 "\n"
11289 msgstr ""
11290
11291 #. type: textblock
11292 #: ../src/guestfs-actions.pod:3475 ../fish/guestfish-actions.pod:2411
11293 msgid "List all the block devices."
11294 msgstr ""
11295
11296 #. type: textblock
11297 #: ../src/guestfs-actions.pod:3477 ../fish/guestfish-actions.pod:2413
11298 msgid "The full block device names are returned, eg. C</dev/sda>."
11299 msgstr ""
11300
11301 #. type: =head2
11302 #: ../src/guestfs-actions.pod:3487
11303 msgid "guestfs_list_filesystems"
11304 msgstr ""
11305
11306 #. type: verbatim
11307 #: ../src/guestfs-actions.pod:3489
11308 #, no-wrap
11309 msgid ""
11310 " char **\n"
11311 " guestfs_list_filesystems (guestfs_h *g);\n"
11312 "\n"
11313 msgstr ""
11314
11315 #. type: textblock
11316 #: ../src/guestfs-actions.pod:3492 ../fish/guestfish-actions.pod:2421
11317 msgid ""
11318 "This inspection command looks for filesystems on partitions, block devices "
11319 "and logical volumes, returning a list of devices containing filesystems and "
11320 "their type."
11321 msgstr ""
11322
11323 #. type: textblock
11324 #: ../src/guestfs-actions.pod:3496 ../fish/guestfish-actions.pod:2425
11325 msgid ""
11326 "The return value is a hash, where the keys are the devices containing "
11327 "filesystems, and the values are the filesystem types.  For example:"
11328 msgstr ""
11329
11330 #. type: verbatim
11331 #: ../src/guestfs-actions.pod:3500 ../fish/guestfish-actions.pod:2429
11332 #, no-wrap
11333 msgid ""
11334 " \"/dev/sda1\" => \"ntfs\"\n"
11335 " \"/dev/sda2\" => \"ext2\"\n"
11336 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11337 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11338 "\n"
11339 msgstr ""
11340
11341 #. type: textblock
11342 #: ../src/guestfs-actions.pod:3505 ../fish/guestfish-actions.pod:2434
11343 msgid ""
11344 "The value can have the special value \"unknown\", meaning the content of the "
11345 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11346 msgstr ""
11347
11348 #. type: textblock
11349 #: ../src/guestfs-actions.pod:3509
11350 msgid ""
11351 "This command runs other libguestfs commands, which might include "
11352 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11353 "soon after launch and only when nothing is mounted."
11354 msgstr ""
11355
11356 #. type: textblock
11357 #: ../src/guestfs-actions.pod:3513
11358 msgid ""
11359 "Not all of the filesystems returned will be mountable.  In particular, swap "
11360 "partitions are returned in the list.  Also this command does not check that "
11361 "each filesystem found is valid and mountable, and some filesystems might be "
11362 "mountable but require special options.  Filesystems may not all belong to a "
11363 "single logical operating system (use C<guestfs_inspect_os> to look for "
11364 "OSes)."
11365 msgstr ""
11366
11367 #. type: textblock
11368 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:5132
11369 msgid "(Added in 1.5.15)"
11370 msgstr ""
11371
11372 #. type: =head2
11373 #: ../src/guestfs-actions.pod:3529
11374 msgid "guestfs_list_partitions"
11375 msgstr ""
11376
11377 #. type: verbatim
11378 #: ../src/guestfs-actions.pod:3531
11379 #, no-wrap
11380 msgid ""
11381 " char **\n"
11382 " guestfs_list_partitions (guestfs_h *g);\n"
11383 "\n"
11384 msgstr ""
11385
11386 #. type: textblock
11387 #: ../src/guestfs-actions.pod:3534 ../fish/guestfish-actions.pod:2454
11388 msgid "List all the partitions detected on all block devices."
11389 msgstr ""
11390
11391 #. type: textblock
11392 #: ../src/guestfs-actions.pod:3536 ../fish/guestfish-actions.pod:2456
11393 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11394 msgstr ""
11395
11396 #. type: textblock
11397 #: ../src/guestfs-actions.pod:3538
11398 msgid ""
11399 "This does not return logical volumes.  For that you will need to call "
11400 "C<guestfs_lvs>."
11401 msgstr ""
11402
11403 #. type: =head2
11404 #: ../src/guestfs-actions.pod:3549
11405 msgid "guestfs_ll"
11406 msgstr ""
11407
11408 #. type: verbatim
11409 #: ../src/guestfs-actions.pod:3551
11410 #, no-wrap
11411 msgid ""
11412 " char *\n"
11413 " guestfs_ll (guestfs_h *g,\n"
11414 "             const char *directory);\n"
11415 "\n"
11416 msgstr ""
11417
11418 #. type: textblock
11419 #: ../src/guestfs-actions.pod:3555 ../fish/guestfish-actions.pod:2467
11420 msgid ""
11421 "List the files in C<directory> (relative to the root directory, there is no "
11422 "cwd) in the format of 'ls -la'."
11423 msgstr ""
11424
11425 #. type: textblock
11426 #: ../src/guestfs-actions.pod:3558 ../fish/guestfish-actions.pod:2470
11427 msgid ""
11428 "This command is mostly useful for interactive sessions.  It is I<not> "
11429 "intended that you try to parse the output string."
11430 msgstr ""
11431
11432 #. type: =head2
11433 #: ../src/guestfs-actions.pod:3566
11434 msgid "guestfs_ln"
11435 msgstr ""
11436
11437 #. type: verbatim
11438 #: ../src/guestfs-actions.pod:3568
11439 #, no-wrap
11440 msgid ""
11441 " int\n"
11442 " guestfs_ln (guestfs_h *g,\n"
11443 "             const char *target,\n"
11444 "             const char *linkname);\n"
11445 "\n"
11446 msgstr ""
11447
11448 #. type: textblock
11449 #: ../src/guestfs-actions.pod:3573 ../fish/guestfish-actions.pod:2477
11450 msgid "This command creates a hard link using the C<ln> command."
11451 msgstr ""
11452
11453 #. type: =head2
11454 #: ../src/guestfs-actions.pod:3579
11455 msgid "guestfs_ln_f"
11456 msgstr ""
11457
11458 #. type: verbatim
11459 #: ../src/guestfs-actions.pod:3581
11460 #, no-wrap
11461 msgid ""
11462 " int\n"
11463 " guestfs_ln_f (guestfs_h *g,\n"
11464 "               const char *target,\n"
11465 "               const char *linkname);\n"
11466 "\n"
11467 msgstr ""
11468
11469 #. type: textblock
11470 #: ../src/guestfs-actions.pod:3586 ../fish/guestfish-actions.pod:2483
11471 msgid ""
11472 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11473 "option removes the link (C<linkname>) if it exists already."
11474 msgstr ""
11475
11476 #. type: =head2
11477 #: ../src/guestfs-actions.pod:3593
11478 msgid "guestfs_ln_s"
11479 msgstr ""
11480
11481 #. type: verbatim
11482 #: ../src/guestfs-actions.pod:3595
11483 #, no-wrap
11484 msgid ""
11485 " int\n"
11486 " guestfs_ln_s (guestfs_h *g,\n"
11487 "               const char *target,\n"
11488 "               const char *linkname);\n"
11489 "\n"
11490 msgstr ""
11491
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:3600 ../fish/guestfish-actions.pod:2490
11494 msgid "This command creates a symbolic link using the C<ln -s> command."
11495 msgstr ""
11496
11497 #. type: =head2
11498 #: ../src/guestfs-actions.pod:3606
11499 msgid "guestfs_ln_sf"
11500 msgstr ""
11501
11502 #. type: verbatim
11503 #: ../src/guestfs-actions.pod:3608
11504 #, no-wrap
11505 msgid ""
11506 " int\n"
11507 " guestfs_ln_sf (guestfs_h *g,\n"
11508 "                const char *target,\n"
11509 "                const char *linkname);\n"
11510 "\n"
11511 msgstr ""
11512
11513 #. type: textblock
11514 #: ../src/guestfs-actions.pod:3613 ../fish/guestfish-actions.pod:2496
11515 msgid ""
11516 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11517 "option removes the link (C<linkname>) if it exists already."
11518 msgstr ""
11519
11520 #. type: =head2
11521 #: ../src/guestfs-actions.pod:3620
11522 msgid "guestfs_lremovexattr"
11523 msgstr ""
11524
11525 #. type: verbatim
11526 #: ../src/guestfs-actions.pod:3622
11527 #, no-wrap
11528 msgid ""
11529 " int\n"
11530 " guestfs_lremovexattr (guestfs_h *g,\n"
11531 "                       const char *xattr,\n"
11532 "                       const char *path);\n"
11533 "\n"
11534 msgstr ""
11535
11536 #. type: textblock
11537 #: ../src/guestfs-actions.pod:3627
11538 msgid ""
11539 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11540 "link, then it removes an extended attribute of the link itself."
11541 msgstr ""
11542
11543 #. type: =head2
11544 #: ../src/guestfs-actions.pod:3635
11545 msgid "guestfs_ls"
11546 msgstr ""
11547
11548 #. type: verbatim
11549 #: ../src/guestfs-actions.pod:3637
11550 #, no-wrap
11551 msgid ""
11552 " char **\n"
11553 " guestfs_ls (guestfs_h *g,\n"
11554 "             const char *directory);\n"
11555 "\n"
11556 msgstr ""
11557
11558 #. type: textblock
11559 #: ../src/guestfs-actions.pod:3641 ../fish/guestfish-actions.pod:2511
11560 msgid ""
11561 "List the files in C<directory> (relative to the root directory, there is no "
11562 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11563 "shown."
11564 msgstr ""
11565
11566 #. type: textblock
11567 #: ../src/guestfs-actions.pod:3645
11568 msgid ""
11569 "This command is mostly useful for interactive sessions.  Programs should "
11570 "probably use C<guestfs_readdir> instead."
11571 msgstr ""
11572
11573 #. type: =head2
11574 #: ../src/guestfs-actions.pod:3654
11575 msgid "guestfs_lsetxattr"
11576 msgstr ""
11577
11578 #. type: verbatim
11579 #: ../src/guestfs-actions.pod:3656
11580 #, no-wrap
11581 msgid ""
11582 " int\n"
11583 " guestfs_lsetxattr (guestfs_h *g,\n"
11584 "                    const char *xattr,\n"
11585 "                    const char *val,\n"
11586 "                    int vallen,\n"
11587 "                    const char *path);\n"
11588 "\n"
11589 msgstr ""
11590
11591 #. type: textblock
11592 #: ../src/guestfs-actions.pod:3663
11593 msgid ""
11594 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11595 "then it sets an extended attribute of the link itself."
11596 msgstr ""
11597
11598 #. type: =head2
11599 #: ../src/guestfs-actions.pod:3671
11600 msgid "guestfs_lstat"
11601 msgstr ""
11602
11603 #. type: verbatim
11604 #: ../src/guestfs-actions.pod:3673
11605 #, no-wrap
11606 msgid ""
11607 " struct guestfs_stat *\n"
11608 " guestfs_lstat (guestfs_h *g,\n"
11609 "                const char *path);\n"
11610 "\n"
11611 msgstr ""
11612
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:3677 ../src/guestfs-actions.pod:6235 ../fish/guestfish-actions.pod:2530 ../fish/guestfish-actions.pod:4199
11615 msgid "Returns file information for the given C<path>."
11616 msgstr ""
11617
11618 #. type: textblock
11619 #: ../src/guestfs-actions.pod:3679
11620 msgid ""
11621 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11622 "link, then the link is stat-ed, not the file it refers to."
11623 msgstr ""
11624
11625 #. type: textblock
11626 #: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2536
11627 msgid "This is the same as the C<lstat(2)> system call."
11628 msgstr ""
11629
11630 #. type: textblock
11631 #: ../src/guestfs-actions.pod:3685 ../src/guestfs-actions.pod:6239
11632 msgid ""
11633 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11634 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11635 msgstr ""
11636
11637 #. type: textblock
11638 #: ../src/guestfs-actions.pod:3689 ../src/guestfs-actions.pod:6243 ../src/guestfs-actions.pod:6261 ../src/guestfs-actions.pod:6642
11639 msgid "(Added in 0.9.2)"
11640 msgstr ""
11641
11642 #. type: =head2
11643 #: ../src/guestfs-actions.pod:3691
11644 msgid "guestfs_lstatlist"
11645 msgstr ""
11646
11647 #. type: verbatim
11648 #: ../src/guestfs-actions.pod:3693
11649 #, no-wrap
11650 msgid ""
11651 " struct guestfs_stat_list *\n"
11652 " guestfs_lstatlist (guestfs_h *g,\n"
11653 "                    const char *path,\n"
11654 "                    char *const *names);\n"
11655 "\n"
11656 msgstr ""
11657
11658 #. type: textblock
11659 #: ../src/guestfs-actions.pod:3698
11660 msgid ""
11661 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11662 "files, where all files are in the directory C<path>.  C<names> is the list "
11663 "of files from this directory."
11664 msgstr ""
11665
11666 #. type: textblock
11667 #: ../src/guestfs-actions.pod:3702 ../fish/guestfish-actions.pod:2546
11668 msgid ""
11669 "On return you get a list of stat structs, with a one-to-one correspondence "
11670 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11671 "then the C<ino> field of that structure is set to C<-1>."
11672 msgstr ""
11673
11674 #. type: textblock
11675 #: ../src/guestfs-actions.pod:3707
11676 msgid ""
11677 "This call is intended for programs that want to efficiently list a directory "
11678 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11679 "for a similarly efficient call for getting extended attributes.  Very long "
11680 "directory listings might cause the protocol message size to be exceeded, "
11681 "causing this call to fail.  The caller must split up such requests into "
11682 "smaller groups of names."
11683 msgstr ""
11684
11685 #. type: textblock
11686 #: ../src/guestfs-actions.pod:3715
11687 msgid ""
11688 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11689 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11690 msgstr ""
11691
11692 #. type: =head2
11693 #: ../src/guestfs-actions.pod:3721
11694 msgid "guestfs_luks_add_key"
11695 msgstr ""
11696
11697 #. type: verbatim
11698 #: ../src/guestfs-actions.pod:3723
11699 #, no-wrap
11700 msgid ""
11701 " int\n"
11702 " guestfs_luks_add_key (guestfs_h *g,\n"
11703 "                       const char *device,\n"
11704 "                       const char *key,\n"
11705 "                       const char *newkey,\n"
11706 "                       int keyslot);\n"
11707 "\n"
11708 msgstr ""
11709
11710 #. type: textblock
11711 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2563
11712 msgid ""
11713 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11714 "existing key, and is used to access the device.  C<newkey> is the new key to "
11715 "add.  C<keyslot> is the key slot that will be replaced."
11716 msgstr ""
11717
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:3735
11720 msgid ""
11721 "Note that if C<keyslot> already contains a key, then this command will "
11722 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11723 msgstr ""
11724
11725 #. type: textblock
11726 #: ../src/guestfs-actions.pod:3741 ../src/guestfs-actions.pod:3781 ../src/guestfs-actions.pod:3804 ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3856 ../src/guestfs-actions.pod:3875
11727 msgid ""
11728 "This function takes a key or passphrase parameter which could contain "
11729 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11730 "information."
11731 msgstr ""
11732
11733 #. type: textblock
11734 #: ../src/guestfs-actions.pod:3745 ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:3808 ../src/guestfs-actions.pod:3828
11735 msgid "(Added in 1.5.2)"
11736 msgstr ""
11737
11738 #. type: =head2
11739 #: ../src/guestfs-actions.pod:3747
11740 msgid "guestfs_luks_close"
11741 msgstr ""
11742
11743 #. type: verbatim
11744 #: ../src/guestfs-actions.pod:3749
11745 #, no-wrap
11746 msgid ""
11747 " int\n"
11748 " guestfs_luks_close (guestfs_h *g,\n"
11749 "                     const char *device);\n"
11750 "\n"
11751 msgstr ""
11752
11753 #. type: textblock
11754 #: ../src/guestfs-actions.pod:3753
11755 msgid ""
11756 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11757 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11758 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11759 "underlying block device."
11760 msgstr ""
11761
11762 #. type: textblock
11763 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3860 ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3929 ../src/guestfs-actions.pod:3977
11764 msgid "(Added in 1.5.1)"
11765 msgstr ""
11766
11767 #. type: =head2
11768 #: ../src/guestfs-actions.pod:3763
11769 msgid "guestfs_luks_format"
11770 msgstr ""
11771
11772 #. type: verbatim
11773 #: ../src/guestfs-actions.pod:3765
11774 #, no-wrap
11775 msgid ""
11776 " int\n"
11777 " guestfs_luks_format (guestfs_h *g,\n"
11778 "                      const char *device,\n"
11779 "                      const char *key,\n"
11780 "                      int keyslot);\n"
11781 "\n"
11782 msgstr ""
11783
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:3771 ../fish/guestfish-actions.pod:2589
11786 msgid ""
11787 "This command erases existing data on C<device> and formats the device as a "
11788 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11789 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11790 msgstr ""
11791
11792 #. type: textblock
11793 #: ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:3801 ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:4883 ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6119 ../src/guestfs-actions.pod:7279 ../fish/guestfish-actions.pod:2597 ../fish/guestfish-actions.pod:2610 ../fish/guestfish-actions.pod:2694 ../fish/guestfish-actions.pod:3268 ../fish/guestfish-actions.pod:3788 ../fish/guestfish-actions.pod:4098 ../fish/guestfish-actions.pod:4114 ../fish/guestfish-actions.pod:4129 ../fish/guestfish-actions.pod:4844
11794 msgid ""
11795 "B<This command is dangerous.  Without careful use you can easily destroy all "
11796 "your data>."
11797 msgstr ""
11798
11799 #. type: =head2
11800 #: ../src/guestfs-actions.pod:3787
11801 msgid "guestfs_luks_format_cipher"
11802 msgstr ""
11803
11804 #. type: verbatim
11805 #: ../src/guestfs-actions.pod:3789
11806 #, no-wrap
11807 msgid ""
11808 " int\n"
11809 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11810 "                             const char *device,\n"
11811 "                             const char *key,\n"
11812 "                             int keyslot,\n"
11813 "                             const char *cipher);\n"
11814 "\n"
11815 msgstr ""
11816
11817 #. type: textblock
11818 #: ../src/guestfs-actions.pod:3796
11819 msgid ""
11820 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11821 "set the C<cipher> used."
11822 msgstr ""
11823
11824 #. type: =head2
11825 #: ../src/guestfs-actions.pod:3810
11826 msgid "guestfs_luks_kill_slot"
11827 msgstr ""
11828
11829 #. type: verbatim
11830 #: ../src/guestfs-actions.pod:3812
11831 #, no-wrap
11832 msgid ""
11833 " int\n"
11834 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11835 "                         const char *device,\n"
11836 "                         const char *key,\n"
11837 "                         int keyslot);\n"
11838 "\n"
11839 msgstr ""
11840
11841 #. type: textblock
11842 #: ../src/guestfs-actions.pod:3818 ../fish/guestfish-actions.pod:2617
11843 msgid ""
11844 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11845 "device C<device>.  C<key> must be one of the I<other> keys."
11846 msgstr ""
11847
11848 #. type: =head2
11849 #: ../src/guestfs-actions.pod:3830
11850 msgid "guestfs_luks_open"
11851 msgstr ""
11852
11853 #. type: verbatim
11854 #: ../src/guestfs-actions.pod:3832
11855 #, no-wrap
11856 msgid ""
11857 " int\n"
11858 " guestfs_luks_open (guestfs_h *g,\n"
11859 "                    const char *device,\n"
11860 "                    const char *key,\n"
11861 "                    const char *mapname);\n"
11862 "\n"
11863 msgstr ""
11864
11865 #. type: textblock
11866 #: ../src/guestfs-actions.pod:3838 ../fish/guestfish-actions.pod:2628
11867 msgid ""
11868 "This command opens a block device which has been encrypted according to the "
11869 "Linux Unified Key Setup (LUKS) standard."
11870 msgstr ""
11871
11872 #. type: textblock
11873 #: ../src/guestfs-actions.pod:3841 ../fish/guestfish-actions.pod:2631
11874 msgid "C<device> is the encrypted block device or partition."
11875 msgstr ""
11876
11877 #. type: textblock
11878 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2633
11879 msgid ""
11880 "The caller must supply one of the keys associated with the LUKS block "
11881 "device, in the C<key> parameter."
11882 msgstr ""
11883
11884 #. type: textblock
11885 #: ../src/guestfs-actions.pod:3846 ../fish/guestfish-actions.pod:2636
11886 msgid ""
11887 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11888 "writes to this block device are decrypted from and encrypted to the "
11889 "underlying C<device> respectively."
11890 msgstr ""
11891
11892 #. type: textblock
11893 #: ../src/guestfs-actions.pod:3850
11894 msgid ""
11895 "If this block device contains LVM volume groups, then calling "
11896 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11897 "visible."
11898 msgstr ""
11899
11900 #. type: =head2
11901 #: ../src/guestfs-actions.pod:3862
11902 msgid "guestfs_luks_open_ro"
11903 msgstr ""
11904
11905 #. type: verbatim
11906 #: ../src/guestfs-actions.pod:3864
11907 #, no-wrap
11908 msgid ""
11909 " int\n"
11910 " guestfs_luks_open_ro (guestfs_h *g,\n"
11911 "                       const char *device,\n"
11912 "                       const char *key,\n"
11913 "                       const char *mapname);\n"
11914 "\n"
11915 msgstr ""
11916
11917 #. type: textblock
11918 #: ../src/guestfs-actions.pod:3870
11919 msgid ""
11920 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11921 "created."
11922 msgstr ""
11923
11924 #. type: =head2
11925 #: ../src/guestfs-actions.pod:3881
11926 msgid "guestfs_lvcreate"
11927 msgstr ""
11928
11929 #. type: verbatim
11930 #: ../src/guestfs-actions.pod:3883
11931 #, no-wrap
11932 msgid ""
11933 " int\n"
11934 " guestfs_lvcreate (guestfs_h *g,\n"
11935 "                   const char *logvol,\n"
11936 "                   const char *volgroup,\n"
11937 "                   int mbytes);\n"
11938 "\n"
11939 msgstr ""
11940
11941 #. type: textblock
11942 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2661
11943 msgid ""
11944 "This creates an LVM logical volume called C<logvol> on the volume group "
11945 "C<volgroup>, with C<size> megabytes."
11946 msgstr ""
11947
11948 #. type: =head2
11949 #: ../src/guestfs-actions.pod:3896
11950 msgid "guestfs_lvm_canonical_lv_name"
11951 msgstr ""
11952
11953 #. type: verbatim
11954 #: ../src/guestfs-actions.pod:3898
11955 #, no-wrap
11956 msgid ""
11957 " char *\n"
11958 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11959 "                                const char *lvname);\n"
11960 "\n"
11961 msgstr ""
11962
11963 #. type: textblock
11964 #: ../src/guestfs-actions.pod:3902 ../fish/guestfish-actions.pod:2668
11965 msgid ""
11966 "This converts alternative naming schemes for LVs that you might find to the "
11967 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11968 "C</dev/VG/LV>."
11969 msgstr ""
11970
11971 #. type: textblock
11972 #: ../src/guestfs-actions.pod:3906 ../fish/guestfish-actions.pod:2672
11973 msgid ""
11974 "This command returns an error if the C<lvname> parameter does not refer to a "
11975 "logical volume."
11976 msgstr ""
11977
11978 #. type: textblock
11979 #: ../src/guestfs-actions.pod:3909
11980 msgid "See also C<guestfs_is_lv>."
11981 msgstr ""
11982
11983 #. type: textblock
11984 #: ../src/guestfs-actions.pod:3914
11985 msgid "(Added in 1.5.24)"
11986 msgstr ""
11987
11988 #. type: =head2
11989 #: ../src/guestfs-actions.pod:3916
11990 msgid "guestfs_lvm_clear_filter"
11991 msgstr ""
11992
11993 #. type: verbatim
11994 #: ../src/guestfs-actions.pod:3918
11995 #, no-wrap
11996 msgid ""
11997 " int\n"
11998 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11999 "\n"
12000 msgstr ""
12001
12002 #. type: textblock
12003 #: ../src/guestfs-actions.pod:3921
12004 msgid ""
12005 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12006 "see every block device."
12007 msgstr ""
12008
12009 #. type: textblock
12010 #: ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:3966 ../fish/guestfish-actions.pod:2684 ../fish/guestfish-actions.pod:2715
12011 msgid "This command also clears the LVM cache and performs a volume group scan."
12012 msgstr ""
12013
12014 #. type: =head2
12015 #: ../src/guestfs-actions.pod:3931
12016 msgid "guestfs_lvm_remove_all"
12017 msgstr ""
12018
12019 #. type: verbatim
12020 #: ../src/guestfs-actions.pod:3933
12021 #, no-wrap
12022 msgid ""
12023 " int\n"
12024 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12025 "\n"
12026 msgstr ""
12027
12028 #. type: textblock
12029 #: ../src/guestfs-actions.pod:3936 ../fish/guestfish-actions.pod:2691
12030 msgid ""
12031 "This command removes all LVM logical volumes, volume groups and physical "
12032 "volumes."
12033 msgstr ""
12034
12035 #. type: =head2
12036 #: ../src/guestfs-actions.pod:3946
12037 msgid "guestfs_lvm_set_filter"
12038 msgstr ""
12039
12040 #. type: verbatim
12041 #: ../src/guestfs-actions.pod:3948
12042 #, no-wrap
12043 msgid ""
12044 " int\n"
12045 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12046 "                         char *const *devices);\n"
12047 "\n"
12048 msgstr ""
12049
12050 #. type: textblock
12051 #: ../src/guestfs-actions.pod:3952 ../fish/guestfish-actions.pod:2701
12052 msgid ""
12053 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12054 "block devices in the list C<devices>, and will ignore all other attached "
12055 "block devices."
12056 msgstr ""
12057
12058 #. type: textblock
12059 #: ../src/guestfs-actions.pod:3956 ../fish/guestfish-actions.pod:2705
12060 msgid ""
12061 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12062 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12063 "there are two types of duplication possible: either cloned PVs/VGs which "
12064 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12065 "same name.  In normal operation you cannot create this situation, but you "
12066 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12067 "inside the LVM metadata."
12068 msgstr ""
12069
12070 #. type: textblock
12071 #: ../src/guestfs-actions.pod:3969 ../fish/guestfish-actions.pod:2718
12072 msgid "You can filter whole block devices or individual partitions."
12073 msgstr ""
12074
12075 #. type: textblock
12076 #: ../src/guestfs-actions.pod:3971 ../fish/guestfish-actions.pod:2720
12077 msgid ""
12078 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12079 "filesystem), even if you are not filtering out that VG."
12080 msgstr ""
12081
12082 #. type: =head2
12083 #: ../src/guestfs-actions.pod:3979
12084 msgid "guestfs_lvremove"
12085 msgstr ""
12086
12087 #. type: verbatim
12088 #: ../src/guestfs-actions.pod:3981
12089 #, no-wrap
12090 msgid ""
12091 " int\n"
12092 " guestfs_lvremove (guestfs_h *g,\n"
12093 "                   const char *device);\n"
12094 "\n"
12095 msgstr ""
12096
12097 #. type: textblock
12098 #: ../src/guestfs-actions.pod:3985 ../fish/guestfish-actions.pod:2728
12099 msgid ""
12100 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12101 "LV, such as C</dev/VG/LV>."
12102 msgstr ""
12103
12104 #. type: textblock
12105 #: ../src/guestfs-actions.pod:3988 ../fish/guestfish-actions.pod:2731
12106 msgid ""
12107 "You can also remove all LVs in a volume group by specifying the VG name, "
12108 "C</dev/VG>."
12109 msgstr ""
12110
12111 #. type: textblock
12112 #: ../src/guestfs-actions.pod:3993 ../src/guestfs-actions.pod:5229 ../src/guestfs-actions.pod:7018
12113 msgid "(Added in 1.0.13)"
12114 msgstr ""
12115
12116 #. type: =head2
12117 #: ../src/guestfs-actions.pod:3995
12118 msgid "guestfs_lvrename"
12119 msgstr ""
12120
12121 #. type: verbatim
12122 #: ../src/guestfs-actions.pod:3997
12123 #, no-wrap
12124 msgid ""
12125 " int\n"
12126 " guestfs_lvrename (guestfs_h *g,\n"
12127 "                   const char *logvol,\n"
12128 "                   const char *newlogvol);\n"
12129 "\n"
12130 msgstr ""
12131
12132 #. type: textblock
12133 #: ../src/guestfs-actions.pod:4002 ../fish/guestfish-actions.pod:2738
12134 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12135 msgstr ""
12136
12137 #. type: textblock
12138 #: ../src/guestfs-actions.pod:4006 ../src/guestfs-actions.pod:7031
12139 msgid "(Added in 1.0.83)"
12140 msgstr ""
12141
12142 #. type: =head2
12143 #: ../src/guestfs-actions.pod:4008
12144 msgid "guestfs_lvresize"
12145 msgstr ""
12146
12147 #. type: verbatim
12148 #: ../src/guestfs-actions.pod:4010
12149 #, no-wrap
12150 msgid ""
12151 " int\n"
12152 " guestfs_lvresize (guestfs_h *g,\n"
12153 "                   const char *device,\n"
12154 "                   int mbytes);\n"
12155 "\n"
12156 msgstr ""
12157
12158 #. type: textblock
12159 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2744
12160 msgid ""
12161 "This resizes (expands or shrinks) an existing LVM logical volume to "
12162 "C<mbytes>.  When reducing, data in the reduced part is lost."
12163 msgstr ""
12164
12165 #. type: =head2
12166 #: ../src/guestfs-actions.pod:4023
12167 msgid "guestfs_lvresize_free"
12168 msgstr ""
12169
12170 #. type: verbatim
12171 #: ../src/guestfs-actions.pod:4025
12172 #, no-wrap
12173 msgid ""
12174 " int\n"
12175 " guestfs_lvresize_free (guestfs_h *g,\n"
12176 "                        const char *lv,\n"
12177 "                        int percent);\n"
12178 "\n"
12179 msgstr ""
12180
12181 #. type: textblock
12182 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2752
12183 msgid ""
12184 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12185 "remaining free space in the volume group.  Commonly you would call this with "
12186 "pc = 100 which expands the logical volume as much as possible, using all "
12187 "remaining free space in the volume group."
12188 msgstr ""
12189
12190 #. type: textblock
12191 #: ../src/guestfs-actions.pod:4038
12192 msgid "(Added in 1.3.3)"
12193 msgstr ""
12194
12195 #. type: =head2
12196 #: ../src/guestfs-actions.pod:4040
12197 msgid "guestfs_lvs"
12198 msgstr ""
12199
12200 #. type: verbatim
12201 #: ../src/guestfs-actions.pod:4042
12202 #, no-wrap
12203 msgid ""
12204 " char **\n"
12205 " guestfs_lvs (guestfs_h *g);\n"
12206 "\n"
12207 msgstr ""
12208
12209 #. type: textblock
12210 #: ../src/guestfs-actions.pod:4045 ../fish/guestfish-actions.pod:2762
12211 msgid ""
12212 "List all the logical volumes detected.  This is the equivalent of the "
12213 "L<lvs(8)> command."
12214 msgstr ""
12215
12216 #. type: textblock
12217 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2765
12218 msgid ""
12219 "This returns a list of the logical volume device names "
12220 "(eg. C</dev/VolGroup00/LogVol00>)."
12221 msgstr ""
12222
12223 #. type: textblock
12224 #: ../src/guestfs-actions.pod:4051
12225 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12226 msgstr ""
12227
12228 #. type: =head2
12229 #: ../src/guestfs-actions.pod:4059
12230 msgid "guestfs_lvs_full"
12231 msgstr ""
12232
12233 #. type: verbatim
12234 #: ../src/guestfs-actions.pod:4061
12235 #, no-wrap
12236 msgid ""
12237 " struct guestfs_lvm_lv_list *\n"
12238 " guestfs_lvs_full (guestfs_h *g);\n"
12239 "\n"
12240 msgstr ""
12241
12242 #. type: textblock
12243 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2774
12244 msgid ""
12245 "List all the logical volumes detected.  This is the equivalent of the "
12246 "L<lvs(8)> command.  The \"full\" version includes all fields."
12247 msgstr ""
12248
12249 #. type: textblock
12250 #: ../src/guestfs-actions.pod:4067
12251 msgid ""
12252 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12253 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12254 "use>."
12255 msgstr ""
12256
12257 #. type: =head2
12258 #: ../src/guestfs-actions.pod:4073
12259 msgid "guestfs_lvuuid"
12260 msgstr ""
12261
12262 #. type: verbatim
12263 #: ../src/guestfs-actions.pod:4075
12264 #, no-wrap
12265 msgid ""
12266 " char *\n"
12267 " guestfs_lvuuid (guestfs_h *g,\n"
12268 "                 const char *device);\n"
12269 "\n"
12270 msgstr ""
12271
12272 #. type: textblock
12273 #: ../src/guestfs-actions.pod:4079 ../fish/guestfish-actions.pod:2781
12274 msgid "This command returns the UUID of the LVM LV C<device>."
12275 msgstr ""
12276
12277 #. type: =head2
12278 #: ../src/guestfs-actions.pod:4086
12279 msgid "guestfs_lxattrlist"
12280 msgstr ""
12281
12282 #. type: verbatim
12283 #: ../src/guestfs-actions.pod:4088
12284 #, no-wrap
12285 msgid ""
12286 " struct guestfs_xattr_list *\n"
12287 " guestfs_lxattrlist (guestfs_h *g,\n"
12288 "                     const char *path,\n"
12289 "                     char *const *names);\n"
12290 "\n"
12291 msgstr ""
12292
12293 #. type: textblock
12294 #: ../src/guestfs-actions.pod:4093 ../fish/guestfish-actions.pod:2787
12295 msgid ""
12296 "This call allows you to get the extended attributes of multiple files, where "
12297 "all files are in the directory C<path>.  C<names> is the list of files from "
12298 "this directory."
12299 msgstr ""
12300
12301 #. type: textblock
12302 #: ../src/guestfs-actions.pod:4097 ../fish/guestfish-actions.pod:2791
12303 msgid ""
12304 "On return you get a flat list of xattr structs which must be interpreted "
12305 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12306 "C<attrval> in this struct is zero-length to indicate there was an error "
12307 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12308 "number (the number of following attributes for this file, which could be "
12309 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12310 "attributes for the first named file.  This repeats for the second and "
12311 "subsequent files."
12312 msgstr ""
12313
12314 #. type: textblock
12315 #: ../src/guestfs-actions.pod:4107
12316 msgid ""
12317 "This call is intended for programs that want to efficiently list a directory "
12318 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12319 "a similarly efficient call for getting standard stats.  Very long directory "
12320 "listings might cause the protocol message size to be exceeded, causing this "
12321 "call to fail.  The caller must split up such requests into smaller groups of "
12322 "names."
12323 msgstr ""
12324
12325 #. type: =head2
12326 #: ../src/guestfs-actions.pod:4121
12327 msgid "guestfs_mkdir"
12328 msgstr ""
12329
12330 #. type: verbatim
12331 #: ../src/guestfs-actions.pod:4123
12332 #, no-wrap
12333 msgid ""
12334 " int\n"
12335 " guestfs_mkdir (guestfs_h *g,\n"
12336 "                const char *path);\n"
12337 "\n"
12338 msgstr ""
12339
12340 #. type: textblock
12341 #: ../src/guestfs-actions.pod:4127 ../fish/guestfish-actions.pod:2813
12342 msgid "Create a directory named C<path>."
12343 msgstr ""
12344
12345 #. type: =head2
12346 #: ../src/guestfs-actions.pod:4133
12347 msgid "guestfs_mkdir_mode"
12348 msgstr ""
12349
12350 #. type: verbatim
12351 #: ../src/guestfs-actions.pod:4135
12352 #, no-wrap
12353 msgid ""
12354 " int\n"
12355 " guestfs_mkdir_mode (guestfs_h *g,\n"
12356 "                     const char *path,\n"
12357 "                     int mode);\n"
12358 "\n"
12359 msgstr ""
12360
12361 #. type: textblock
12362 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2819
12363 msgid ""
12364 "This command creates a directory, setting the initial permissions of the "
12365 "directory to C<mode>."
12366 msgstr ""
12367
12368 #. type: textblock
12369 #: ../src/guestfs-actions.pod:4143 ../fish/guestfish-actions.pod:2822
12370 msgid ""
12371 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12372 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12373 "other ways."
12374 msgstr ""
12375
12376 #. type: textblock
12377 #: ../src/guestfs-actions.pod:4147
12378 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12379 msgstr ""
12380
12381 #. type: =head2
12382 #: ../src/guestfs-actions.pod:4153
12383 msgid "guestfs_mkdir_p"
12384 msgstr ""
12385
12386 #. type: verbatim
12387 #: ../src/guestfs-actions.pod:4155
12388 #, no-wrap
12389 msgid ""
12390 " int\n"
12391 " guestfs_mkdir_p (guestfs_h *g,\n"
12392 "                  const char *path);\n"
12393 "\n"
12394 msgstr ""
12395
12396 #. type: textblock
12397 #: ../src/guestfs-actions.pod:4159 ../fish/guestfish-actions.pod:2832
12398 msgid ""
12399 "Create a directory named C<path>, creating any parent directories as "
12400 "necessary.  This is like the C<mkdir -p> shell command."
12401 msgstr ""
12402
12403 #. type: =head2
12404 #: ../src/guestfs-actions.pod:4166
12405 msgid "guestfs_mkdtemp"
12406 msgstr ""
12407
12408 #. type: verbatim
12409 #: ../src/guestfs-actions.pod:4168
12410 #, no-wrap
12411 msgid ""
12412 " char *\n"
12413 " guestfs_mkdtemp (guestfs_h *g,\n"
12414 "                  const char *template);\n"
12415 "\n"
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:4172 ../fish/guestfish-actions.pod:2839
12420 msgid ""
12421 "This command creates a temporary directory.  The C<template> parameter "
12422 "should be a full pathname for the temporary directory name with the final "
12423 "six characters being \"XXXXXX\"."
12424 msgstr ""
12425
12426 #. type: textblock
12427 #: ../src/guestfs-actions.pod:4177 ../fish/guestfish-actions.pod:2844
12428 msgid ""
12429 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12430 "being suitable for Windows filesystems."
12431 msgstr ""
12432
12433 #. type: textblock
12434 #: ../src/guestfs-actions.pod:4180 ../fish/guestfish-actions.pod:2847
12435 msgid "The name of the temporary directory that was created is returned."
12436 msgstr ""
12437
12438 #. type: textblock
12439 #: ../src/guestfs-actions.pod:4183 ../fish/guestfish-actions.pod:2850
12440 msgid "The temporary directory is created with mode 0700 and is owned by root."
12441 msgstr ""
12442
12443 #. type: textblock
12444 #: ../src/guestfs-actions.pod:4186 ../fish/guestfish-actions.pod:2853
12445 msgid ""
12446 "The caller is responsible for deleting the temporary directory and its "
12447 "contents after use."
12448 msgstr ""
12449
12450 #. type: textblock
12451 #: ../src/guestfs-actions.pod:4189 ../fish/guestfish-actions.pod:2856
12452 msgid "See also: L<mkdtemp(3)>"
12453 msgstr ""
12454
12455 #. type: =head2
12456 #: ../src/guestfs-actions.pod:4196
12457 msgid "guestfs_mke2fs_J"
12458 msgstr ""
12459
12460 #. type: verbatim
12461 #: ../src/guestfs-actions.pod:4198
12462 #, no-wrap
12463 msgid ""
12464 " int\n"
12465 " guestfs_mke2fs_J (guestfs_h *g,\n"
12466 "                   const char *fstype,\n"
12467 "                   int blocksize,\n"
12468 "                   const char *device,\n"
12469 "                   const char *journal);\n"
12470 "\n"
12471 msgstr ""
12472
12473 #. type: textblock
12474 #: ../src/guestfs-actions.pod:4205 ../fish/guestfish-actions.pod:2862
12475 msgid ""
12476 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12477 "C<journal>.  It is equivalent to the command:"
12478 msgstr ""
12479
12480 #. type: verbatim
12481 #: ../src/guestfs-actions.pod:4209 ../fish/guestfish-actions.pod:2866
12482 #, no-wrap
12483 msgid ""
12484 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12485 "\n"
12486 msgstr ""
12487
12488 #. type: textblock
12489 #: ../src/guestfs-actions.pod:4211
12490 msgid "See also C<guestfs_mke2journal>."
12491 msgstr ""
12492
12493 #. type: textblock
12494 #: ../src/guestfs-actions.pod:4215 ../src/guestfs-actions.pod:4233 ../src/guestfs-actions.pod:4251 ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:4281 ../src/guestfs-actions.pod:4295 ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:4619
12495 msgid "(Added in 1.0.68)"
12496 msgstr ""
12497
12498 #. type: =head2
12499 #: ../src/guestfs-actions.pod:4217
12500 msgid "guestfs_mke2fs_JL"
12501 msgstr ""
12502
12503 #. type: verbatim
12504 #: ../src/guestfs-actions.pod:4219
12505 #, no-wrap
12506 msgid ""
12507 " int\n"
12508 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12509 "                    const char *fstype,\n"
12510 "                    int blocksize,\n"
12511 "                    const char *device,\n"
12512 "                    const char *label);\n"
12513 "\n"
12514 msgstr ""
12515
12516 #. type: textblock
12517 #: ../src/guestfs-actions.pod:4226 ../fish/guestfish-actions.pod:2874
12518 msgid ""
12519 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12520 "the journal labeled C<label>."
12521 msgstr ""
12522
12523 #. type: textblock
12524 #: ../src/guestfs-actions.pod:4229
12525 msgid "See also C<guestfs_mke2journal_L>."
12526 msgstr ""
12527
12528 #. type: =head2
12529 #: ../src/guestfs-actions.pod:4235
12530 msgid "guestfs_mke2fs_JU"
12531 msgstr ""
12532
12533 #. type: verbatim
12534 #: ../src/guestfs-actions.pod:4237
12535 #, no-wrap
12536 msgid ""
12537 " int\n"
12538 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12539 "                    const char *fstype,\n"
12540 "                    int blocksize,\n"
12541 "                    const char *device,\n"
12542 "                    const char *uuid);\n"
12543 "\n"
12544 msgstr ""
12545
12546 #. type: textblock
12547 #: ../src/guestfs-actions.pod:4244 ../fish/guestfish-actions.pod:2883
12548 msgid ""
12549 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12550 "the journal with UUID C<uuid>."
12551 msgstr ""
12552
12553 #. type: textblock
12554 #: ../src/guestfs-actions.pod:4247
12555 msgid "See also C<guestfs_mke2journal_U>."
12556 msgstr ""
12557
12558 #. type: =head2
12559 #: ../src/guestfs-actions.pod:4253
12560 msgid "guestfs_mke2journal"
12561 msgstr ""
12562
12563 #. type: verbatim
12564 #: ../src/guestfs-actions.pod:4255
12565 #, no-wrap
12566 msgid ""
12567 " int\n"
12568 " guestfs_mke2journal (guestfs_h *g,\n"
12569 "                      int blocksize,\n"
12570 "                      const char *device);\n"
12571 "\n"
12572 msgstr ""
12573
12574 #. type: textblock
12575 #: ../src/guestfs-actions.pod:4260 ../fish/guestfish-actions.pod:2892
12576 msgid ""
12577 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12578 "command:"
12579 msgstr ""
12580
12581 #. type: verbatim
12582 #: ../src/guestfs-actions.pod:4263 ../fish/guestfish-actions.pod:2895
12583 #, no-wrap
12584 msgid ""
12585 " mke2fs -O journal_dev -b blocksize device\n"
12586 "\n"
12587 msgstr ""
12588
12589 #. type: =head2
12590 #: ../src/guestfs-actions.pod:4269
12591 msgid "guestfs_mke2journal_L"
12592 msgstr ""
12593
12594 #. type: verbatim
12595 #: ../src/guestfs-actions.pod:4271
12596 #, no-wrap
12597 msgid ""
12598 " int\n"
12599 " guestfs_mke2journal_L (guestfs_h *g,\n"
12600 "                        int blocksize,\n"
12601 "                        const char *label,\n"
12602 "                        const char *device);\n"
12603 "\n"
12604 msgstr ""
12605
12606 #. type: textblock
12607 #: ../src/guestfs-actions.pod:4277 ../fish/guestfish-actions.pod:2901
12608 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12609 msgstr ""
12610
12611 #. type: =head2
12612 #: ../src/guestfs-actions.pod:4283
12613 msgid "guestfs_mke2journal_U"
12614 msgstr ""
12615
12616 #. type: verbatim
12617 #: ../src/guestfs-actions.pod:4285
12618 #, no-wrap
12619 msgid ""
12620 " int\n"
12621 " guestfs_mke2journal_U (guestfs_h *g,\n"
12622 "                        int blocksize,\n"
12623 "                        const char *uuid,\n"
12624 "                        const char *device);\n"
12625 "\n"
12626 msgstr ""
12627
12628 #. type: textblock
12629 #: ../src/guestfs-actions.pod:4291 ../fish/guestfish-actions.pod:2907
12630 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12631 msgstr ""
12632
12633 #. type: =head2
12634 #: ../src/guestfs-actions.pod:4297
12635 msgid "guestfs_mkfifo"
12636 msgstr ""
12637
12638 #. type: verbatim
12639 #: ../src/guestfs-actions.pod:4299
12640 #, no-wrap
12641 msgid ""
12642 " int\n"
12643 " guestfs_mkfifo (guestfs_h *g,\n"
12644 "                 int mode,\n"
12645 "                 const char *path);\n"
12646 "\n"
12647 msgstr ""
12648
12649 #. type: textblock
12650 #: ../src/guestfs-actions.pod:4304
12651 msgid ""
12652 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12653 "is just a convenient wrapper around C<guestfs_mknod>."
12654 msgstr ""
12655
12656 #. type: =head2
12657 #: ../src/guestfs-actions.pod:4314
12658 msgid "guestfs_mkfs"
12659 msgstr ""
12660
12661 #. type: verbatim
12662 #: ../src/guestfs-actions.pod:4316
12663 #, no-wrap
12664 msgid ""
12665 " int\n"
12666 " guestfs_mkfs (guestfs_h *g,\n"
12667 "               const char *fstype,\n"
12668 "               const char *device);\n"
12669 "\n"
12670 msgstr ""
12671
12672 #. type: textblock
12673 #: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2923
12674 msgid ""
12675 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12676 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12677 msgstr ""
12678
12679 #. type: =head2
12680 #: ../src/guestfs-actions.pod:4329
12681 msgid "guestfs_mkfs_b"
12682 msgstr ""
12683
12684 #. type: verbatim
12685 #: ../src/guestfs-actions.pod:4331
12686 #, no-wrap
12687 msgid ""
12688 " int\n"
12689 " guestfs_mkfs_b (guestfs_h *g,\n"
12690 "                 const char *fstype,\n"
12691 "                 int blocksize,\n"
12692 "                 const char *device);\n"
12693 "\n"
12694 msgstr ""
12695
12696 #. type: textblock
12697 #: ../src/guestfs-actions.pod:4337
12698 msgid ""
12699 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12700 "block size of the resulting filesystem.  Supported block sizes depend on the "
12701 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12702 msgstr ""
12703
12704 #. type: textblock
12705 #: ../src/guestfs-actions.pod:4342 ../src/guestfs-actions.pod:4385 ../fish/guestfish-actions.pod:2936 ../fish/guestfish-actions.pod:2963
12706 msgid ""
12707 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12708 "cluster size."
12709 msgstr ""
12710
12711 #. type: textblock
12712 #: ../src/guestfs-actions.pod:4347 ../fish/guestfish-actions.pod:2939
12713 msgid ""
12714 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12715 "instead."
12716 msgstr ""
12717
12718 #. type: =head2
12719 #: ../src/guestfs-actions.pod:4356
12720 msgid "guestfs_mkfs_opts"
12721 msgstr ""
12722
12723 #. type: verbatim
12724 #: ../src/guestfs-actions.pod:4358
12725 #, no-wrap
12726 msgid ""
12727 " int\n"
12728 " guestfs_mkfs_opts (guestfs_h *g,\n"
12729 "                    const char *fstype,\n"
12730 "                    const char *device,\n"
12731 "                    ...);\n"
12732 "\n"
12733 msgstr ""
12734
12735 #. type: verbatim
12736 #: ../src/guestfs-actions.pod:4369
12737 #, no-wrap
12738 msgid ""
12739 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12740 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12741 "\n"
12742 msgstr ""
12743
12744 #. type: textblock
12745 #: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:2950
12746 msgid ""
12747 "This function creates a filesystem on C<device>.  The filesystem type is "
12748 "C<fstype>, for example C<ext3>."
12749 msgstr ""
12750
12751 #. type: =item
12752 #: ../src/guestfs-actions.pod:4379 ../fish/guestfish-actions.pod:2957
12753 msgid "C<blocksize>"
12754 msgstr ""
12755
12756 #. type: textblock
12757 #: ../src/guestfs-actions.pod:4381 ../fish/guestfish-actions.pod:2959
12758 msgid ""
12759 "The filesystem block size.  Supported block sizes depend on the filesystem "
12760 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12761 "filesystems."
12762 msgstr ""
12763
12764 #. type: textblock
12765 #: ../src/guestfs-actions.pod:4388 ../fish/guestfish-actions.pod:2966
12766 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12767 msgstr ""
12768
12769 #. type: =item
12770 #: ../src/guestfs-actions.pod:4390 ../fish/guestfish-actions.pod:2968
12771 msgid "C<features>"
12772 msgstr ""
12773
12774 #. type: textblock
12775 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2970
12776 msgid "This passes the C<-O> parameter to the external mkfs program."
12777 msgstr ""
12778
12779 #. type: textblock
12780 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2972
12781 msgid ""
12782 "For certain filesystem types, this allows extra filesystem features to be "
12783 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12784 msgstr ""
12785
12786 #. type: textblock
12787 #: ../src/guestfs-actions.pod:4398 ../fish/guestfish-actions.pod:2976
12788 msgid ""
12789 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12790 "type."
12791 msgstr ""
12792
12793 #. type: textblock
12794 #: ../src/guestfs-actions.pod:4405
12795 msgid "(Added in 1.7.19)"
12796 msgstr ""
12797
12798 #. type: =head2
12799 #: ../src/guestfs-actions.pod:4407
12800 msgid "guestfs_mkfs_opts_va"
12801 msgstr ""
12802
12803 #. type: verbatim
12804 #: ../src/guestfs-actions.pod:4409
12805 #, no-wrap
12806 msgid ""
12807 " int\n"
12808 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12809 "                       const char *fstype,\n"
12810 "                       const char *device,\n"
12811 "                       va_list args);\n"
12812 "\n"
12813 msgstr ""
12814
12815 #. type: textblock
12816 #: ../src/guestfs-actions.pod:4415
12817 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12818 msgstr ""
12819
12820 #. type: =head2
12821 #: ../src/guestfs-actions.pod:4419
12822 msgid "guestfs_mkfs_opts_argv"
12823 msgstr ""
12824
12825 #. type: verbatim
12826 #: ../src/guestfs-actions.pod:4421
12827 #, no-wrap
12828 msgid ""
12829 " int\n"
12830 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12831 "                         const char *fstype,\n"
12832 "                         const char *device,\n"
12833 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12834 "\n"
12835 msgstr ""
12836
12837 #. type: textblock
12838 #: ../src/guestfs-actions.pod:4427
12839 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12840 msgstr ""
12841
12842 #. type: =head2
12843 #: ../src/guestfs-actions.pod:4431
12844 msgid "guestfs_mkmountpoint"
12845 msgstr ""
12846
12847 #. type: verbatim
12848 #: ../src/guestfs-actions.pod:4433
12849 #, no-wrap
12850 msgid ""
12851 " int\n"
12852 " guestfs_mkmountpoint (guestfs_h *g,\n"
12853 "                       const char *exemptpath);\n"
12854 "\n"
12855 msgstr ""
12856
12857 #. type: textblock
12858 #: ../src/guestfs-actions.pod:4437
12859 msgid ""
12860 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12861 "that can be used to create extra mountpoints before mounting the first "
12862 "filesystem."
12863 msgstr ""
12864
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2991
12867 msgid ""
12868 "These calls are I<only> necessary in some very limited circumstances, mainly "
12869 "the case where you want to mount a mix of unrelated and/or read-only "
12870 "filesystems together."
12871 msgstr ""
12872
12873 #. type: textblock
12874 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:2995
12875 msgid ""
12876 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12877 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12878 "inside that.  You can unpack this as follows in guestfish:"
12879 msgstr ""
12880
12881 #. type: verbatim
12882 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:3000
12883 #, no-wrap
12884 msgid ""
12885 " add-ro Fedora-11-i686-Live.iso\n"
12886 " run\n"
12887 " mkmountpoint /cd\n"
12888 " mkmountpoint /sqsh\n"
12889 " mkmountpoint /ext3fs\n"
12890 " mount /dev/sda /cd\n"
12891 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12892 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12893 "\n"
12894 msgstr ""
12895
12896 #. type: textblock
12897 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:3009
12898 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12899 msgstr ""
12900
12901 #. type: textblock
12902 #: ../src/guestfs-actions.pod:4461
12903 msgid ""
12904 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12905 "may get unexpected errors if you try to mix these calls.  It is safest to "
12906 "manually unmount filesystems and remove mountpoints after use."
12907 msgstr ""
12908
12909 #. type: textblock
12910 #: ../src/guestfs-actions.pod:4465
12911 msgid ""
12912 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12913 "first, so for this to work for manual mountpoints, you must ensure that the "
12914 "innermost mountpoints have the longest pathnames, as in the example code "
12915 "above."
12916 msgstr ""
12917
12918 #. type: textblock
12919 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3020
12920 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12921 msgstr ""
12922
12923 #. type: textblock
12924 #: ../src/guestfs-actions.pod:4472
12925 msgid ""
12926 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12927 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
12928 "can also trigger these issues."
12929 msgstr ""
12930
12931 #. type: textblock
12932 #: ../src/guestfs-actions.pod:4478 ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5647
12933 msgid "(Added in 1.0.62)"
12934 msgstr ""
12935
12936 #. type: =head2
12937 #: ../src/guestfs-actions.pod:4480
12938 msgid "guestfs_mknod"
12939 msgstr ""
12940
12941 #. type: verbatim
12942 #: ../src/guestfs-actions.pod:4482
12943 #, no-wrap
12944 msgid ""
12945 " int\n"
12946 " guestfs_mknod (guestfs_h *g,\n"
12947 "                int mode,\n"
12948 "                int devmajor,\n"
12949 "                int devminor,\n"
12950 "                const char *path);\n"
12951 "\n"
12952 msgstr ""
12953
12954 #. type: textblock
12955 #: ../src/guestfs-actions.pod:4489 ../fish/guestfish-actions.pod:3030
12956 msgid ""
12957 "This call creates block or character special devices, or named pipes "
12958 "(FIFOs)."
12959 msgstr ""
12960
12961 #. type: textblock
12962 #: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3033
12963 msgid ""
12964 "The C<mode> parameter should be the mode, using the standard constants.  "
12965 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12966 "used when creating block and character special devices."
12967 msgstr ""
12968
12969 #. type: textblock
12970 #: ../src/guestfs-actions.pod:4497
12971 msgid ""
12972 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12973 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12974 "regular file).  These constants are available in the standard Linux header "
12975 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12976 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12977 "the appropriate constant for you."
12978 msgstr ""
12979
12980 #. type: =head2
12981 #: ../src/guestfs-actions.pod:4511
12982 msgid "guestfs_mknod_b"
12983 msgstr ""
12984
12985 #. type: verbatim
12986 #: ../src/guestfs-actions.pod:4513
12987 #, no-wrap
12988 msgid ""
12989 " int\n"
12990 " guestfs_mknod_b (guestfs_h *g,\n"
12991 "                  int mode,\n"
12992 "                  int devmajor,\n"
12993 "                  int devminor,\n"
12994 "                  const char *path);\n"
12995 "\n"
12996 msgstr ""
12997
12998 #. type: textblock
12999 #: ../src/guestfs-actions.pod:4520
13000 msgid ""
13001 "This call creates a block device node called C<path> with mode C<mode> and "
13002 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13003 "wrapper around C<guestfs_mknod>."
13004 msgstr ""
13005
13006 #. type: =head2
13007 #: ../src/guestfs-actions.pod:4530
13008 msgid "guestfs_mknod_c"
13009 msgstr ""
13010
13011 #. type: verbatim
13012 #: ../src/guestfs-actions.pod:4532
13013 #, no-wrap
13014 msgid ""
13015 " int\n"
13016 " guestfs_mknod_c (guestfs_h *g,\n"
13017 "                  int mode,\n"
13018 "                  int devmajor,\n"
13019 "                  int devminor,\n"
13020 "                  const char *path);\n"
13021 "\n"
13022 msgstr ""
13023
13024 #. type: textblock
13025 #: ../src/guestfs-actions.pod:4539
13026 msgid ""
13027 "This call creates a char device node called C<path> with mode C<mode> and "
13028 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13029 "wrapper around C<guestfs_mknod>."
13030 msgstr ""
13031
13032 #. type: =head2
13033 #: ../src/guestfs-actions.pod:4549
13034 msgid "guestfs_mkswap"
13035 msgstr ""
13036
13037 #. type: verbatim
13038 #: ../src/guestfs-actions.pod:4551
13039 #, no-wrap
13040 msgid ""
13041 " int\n"
13042 " guestfs_mkswap (guestfs_h *g,\n"
13043 "                 const char *device);\n"
13044 "\n"
13045 msgstr ""
13046
13047 #. type: textblock
13048 #: ../src/guestfs-actions.pod:4555 ../fish/guestfish-actions.pod:3072
13049 msgid "Create a swap partition on C<device>."
13050 msgstr ""
13051
13052 #. type: =head2
13053 #: ../src/guestfs-actions.pod:4561
13054 msgid "guestfs_mkswap_L"
13055 msgstr ""
13056
13057 #. type: verbatim
13058 #: ../src/guestfs-actions.pod:4563
13059 #, no-wrap
13060 msgid ""
13061 " int\n"
13062 " guestfs_mkswap_L (guestfs_h *g,\n"
13063 "                   const char *label,\n"
13064 "                   const char *device);\n"
13065 "\n"
13066 msgstr ""
13067
13068 #. type: textblock
13069 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3078
13070 msgid "Create a swap partition on C<device> with label C<label>."
13071 msgstr ""
13072
13073 #. type: textblock
13074 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3080
13075 msgid ""
13076 "Note that you cannot attach a swap label to a block device "
13077 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13078 "the kernel or swap tools."
13079 msgstr ""
13080
13081 #. type: =head2
13082 #: ../src/guestfs-actions.pod:4578
13083 msgid "guestfs_mkswap_U"
13084 msgstr ""
13085
13086 #. type: verbatim
13087 #: ../src/guestfs-actions.pod:4580
13088 #, no-wrap
13089 msgid ""
13090 " int\n"
13091 " guestfs_mkswap_U (guestfs_h *g,\n"
13092 "                   const char *uuid,\n"
13093 "                   const char *device);\n"
13094 "\n"
13095 msgstr ""
13096
13097 #. type: textblock
13098 #: ../src/guestfs-actions.pod:4585 ../fish/guestfish-actions.pod:3088
13099 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13100 msgstr ""
13101
13102 #. type: =head2
13103 #: ../src/guestfs-actions.pod:4591
13104 msgid "guestfs_mkswap_file"
13105 msgstr ""
13106
13107 #. type: verbatim
13108 #: ../src/guestfs-actions.pod:4593
13109 #, no-wrap
13110 msgid ""
13111 " int\n"
13112 " guestfs_mkswap_file (guestfs_h *g,\n"
13113 "                      const char *path);\n"
13114 "\n"
13115 msgstr ""
13116
13117 #. type: textblock
13118 #: ../src/guestfs-actions.pod:4597 ../fish/guestfish-actions.pod:3094
13119 msgid "Create a swap file."
13120 msgstr ""
13121
13122 #. type: textblock
13123 #: ../src/guestfs-actions.pod:4599
13124 msgid ""
13125 "This command just writes a swap file signature to an existing file.  To "
13126 "create the file itself, use something like C<guestfs_fallocate>."
13127 msgstr ""
13128
13129 #. type: =head2
13130 #: ../src/guestfs-actions.pod:4606
13131 msgid "guestfs_modprobe"
13132 msgstr ""
13133
13134 #. type: verbatim
13135 #: ../src/guestfs-actions.pod:4608
13136 #, no-wrap
13137 msgid ""
13138 " int\n"
13139 " guestfs_modprobe (guestfs_h *g,\n"
13140 "                   const char *modulename);\n"
13141 "\n"
13142 msgstr ""
13143
13144 #. type: textblock
13145 #: ../src/guestfs-actions.pod:4612 ../fish/guestfish-actions.pod:3103
13146 msgid "This loads a kernel module in the appliance."
13147 msgstr ""
13148
13149 #. type: textblock
13150 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3105
13151 msgid ""
13152 "The kernel module must have been whitelisted when libguestfs was built (see "
13153 "C<appliance/kmod.whitelist.in> in the source)."
13154 msgstr ""
13155
13156 #. type: =head2
13157 #: ../src/guestfs-actions.pod:4621
13158 msgid "guestfs_mount"
13159 msgstr ""
13160
13161 #. type: verbatim
13162 #: ../src/guestfs-actions.pod:4623
13163 #, no-wrap
13164 msgid ""
13165 " int\n"
13166 " guestfs_mount (guestfs_h *g,\n"
13167 "                const char *device,\n"
13168 "                const char *mountpoint);\n"
13169 "\n"
13170 msgstr ""
13171
13172 #. type: textblock
13173 #: ../src/guestfs-actions.pod:4628 ../fish/guestfish-actions.pod:3112
13174 msgid ""
13175 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13176 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13177 "those block devices contain partitions, they will have the usual names "
13178 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13179 msgstr ""
13180
13181 #. type: textblock
13182 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3118
13183 msgid ""
13184 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13185 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13186 "mounted on directories which already exist."
13187 msgstr ""
13188
13189 #. type: textblock
13190 #: ../src/guestfs-actions.pod:4639 ../fish/guestfish-actions.pod:3123
13191 msgid ""
13192 "The mounted filesystem is writable, if we have sufficient permissions on the "
13193 "underlying device."
13194 msgstr ""
13195
13196 #. type: textblock
13197 #: ../src/guestfs-actions.pod:4642
13198 msgid ""
13199 "B<Important note:> When you use this call, the filesystem options C<sync> "
13200 "and C<noatime> are set implicitly.  This was originally done because we "
13201 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13202 "very large negative performance impact and negligible effect on "
13203 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13204 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13205 "(use an empty string for the first parameter if you don't want any options)."
13206 msgstr ""
13207
13208 #. type: =head2
13209 #: ../src/guestfs-actions.pod:4656
13210 msgid "guestfs_mount_loop"
13211 msgstr ""
13212
13213 #. type: verbatim
13214 #: ../src/guestfs-actions.pod:4658
13215 #, no-wrap
13216 msgid ""
13217 " int\n"
13218 " guestfs_mount_loop (guestfs_h *g,\n"
13219 "                     const char *file,\n"
13220 "                     const char *mountpoint);\n"
13221 "\n"
13222 msgstr ""
13223
13224 #. type: textblock
13225 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3140
13226 msgid ""
13227 "This command lets you mount C<file> (a filesystem image in a file) on a "
13228 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13229 "mountpoint>."
13230 msgstr ""
13231
13232 #. type: =head2
13233 #: ../src/guestfs-actions.pod:4671
13234 msgid "guestfs_mount_options"
13235 msgstr ""
13236
13237 #. type: verbatim
13238 #: ../src/guestfs-actions.pod:4673
13239 #, no-wrap
13240 msgid ""
13241 " int\n"
13242 " guestfs_mount_options (guestfs_h *g,\n"
13243 "                        const char *options,\n"
13244 "                        const char *device,\n"
13245 "                        const char *mountpoint);\n"
13246 "\n"
13247 msgstr ""
13248
13249 #. type: textblock
13250 #: ../src/guestfs-actions.pod:4679
13251 msgid ""
13252 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13253 "the mount options as for the L<mount(8)> I<-o> flag."
13254 msgstr ""
13255
13256 #. type: textblock
13257 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3152
13258 msgid ""
13259 "If the C<options> parameter is an empty string, then no options are passed "
13260 "(all options default to whatever the filesystem uses)."
13261 msgstr ""
13262
13263 #. type: textblock
13264 #: ../src/guestfs-actions.pod:4689 ../src/guestfs-actions.pod:4703 ../src/guestfs-actions.pod:4720
13265 msgid "(Added in 1.0.10)"
13266 msgstr ""
13267
13268 #. type: =head2
13269 #: ../src/guestfs-actions.pod:4691
13270 msgid "guestfs_mount_ro"
13271 msgstr ""
13272
13273 #. type: verbatim
13274 #: ../src/guestfs-actions.pod:4693
13275 #, no-wrap
13276 msgid ""
13277 " int\n"
13278 " guestfs_mount_ro (guestfs_h *g,\n"
13279 "                   const char *device,\n"
13280 "                   const char *mountpoint);\n"
13281 "\n"
13282 msgstr ""
13283
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:4698
13286 msgid ""
13287 "This is the same as the C<guestfs_mount> command, but it mounts the "
13288 "filesystem with the read-only (I<-o ro>) flag."
13289 msgstr ""
13290
13291 #. type: =head2
13292 #: ../src/guestfs-actions.pod:4705
13293 msgid "guestfs_mount_vfs"
13294 msgstr ""
13295
13296 #. type: verbatim
13297 #: ../src/guestfs-actions.pod:4707
13298 #, no-wrap
13299 msgid ""
13300 " int\n"
13301 " guestfs_mount_vfs (guestfs_h *g,\n"
13302 "                    const char *options,\n"
13303 "                    const char *vfstype,\n"
13304 "                    const char *device,\n"
13305 "                    const char *mountpoint);\n"
13306 "\n"
13307 msgstr ""
13308
13309 #. type: textblock
13310 #: ../src/guestfs-actions.pod:4714
13311 msgid ""
13312 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13313 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13314 "I<-t> flags."
13315 msgstr ""
13316
13317 #. type: =head2
13318 #: ../src/guestfs-actions.pod:4722
13319 msgid "guestfs_mountpoints"
13320 msgstr ""
13321
13322 #. type: verbatim
13323 #: ../src/guestfs-actions.pod:4724
13324 #, no-wrap
13325 msgid ""
13326 " char **\n"
13327 " guestfs_mountpoints (guestfs_h *g);\n"
13328 "\n"
13329 msgstr ""
13330
13331 #. type: textblock
13332 #: ../src/guestfs-actions.pod:4727
13333 msgid ""
13334 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13335 "devices.  This one returns a hash table (map) of device name to directory "
13336 "where the device is mounted."
13337 msgstr ""
13338
13339 #. type: =head2
13340 #: ../src/guestfs-actions.pod:4739
13341 msgid "guestfs_mounts"
13342 msgstr ""
13343
13344 #. type: verbatim
13345 #: ../src/guestfs-actions.pod:4741
13346 #, no-wrap
13347 msgid ""
13348 " char **\n"
13349 " guestfs_mounts (guestfs_h *g);\n"
13350 "\n"
13351 msgstr ""
13352
13353 #. type: textblock
13354 #: ../src/guestfs-actions.pod:4744 ../fish/guestfish-actions.pod:3183
13355 msgid ""
13356 "This returns the list of currently mounted filesystems.  It returns the list "
13357 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13358 msgstr ""
13359
13360 #. type: textblock
13361 #: ../src/guestfs-actions.pod:4747 ../fish/guestfish-actions.pod:3186
13362 msgid "Some internal mounts are not shown."
13363 msgstr ""
13364
13365 #. type: textblock
13366 #: ../src/guestfs-actions.pod:4749
13367 msgid "See also: C<guestfs_mountpoints>"
13368 msgstr ""
13369
13370 #. type: =head2
13371 #: ../src/guestfs-actions.pod:4757
13372 msgid "guestfs_mv"
13373 msgstr ""
13374
13375 #. type: verbatim
13376 #: ../src/guestfs-actions.pod:4759
13377 #, no-wrap
13378 msgid ""
13379 " int\n"
13380 " guestfs_mv (guestfs_h *g,\n"
13381 "             const char *src,\n"
13382 "             const char *dest);\n"
13383 "\n"
13384 msgstr ""
13385
13386 #. type: textblock
13387 #: ../src/guestfs-actions.pod:4764 ../fish/guestfish-actions.pod:3194
13388 msgid ""
13389 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13390 "destination filename or destination directory."
13391 msgstr ""
13392
13393 #. type: =head2
13394 #: ../src/guestfs-actions.pod:4771
13395 msgid "guestfs_ntfs_3g_probe"
13396 msgstr ""
13397
13398 #. type: verbatim
13399 #: ../src/guestfs-actions.pod:4773
13400 #, no-wrap
13401 msgid ""
13402 " int\n"
13403 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13404 "                        int rw,\n"
13405 "                        const char *device);\n"
13406 "\n"
13407 msgstr ""
13408
13409 #. type: textblock
13410 #: ../src/guestfs-actions.pod:4778 ../fish/guestfish-actions.pod:3201
13411 msgid ""
13412 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13413 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13414 "read-write, and some cannot be mounted at all)."
13415 msgstr ""
13416
13417 #. type: textblock
13418 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3205
13419 msgid ""
13420 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13421 "can be mounted read-write.  Set it to false if you want to test if the "
13422 "volume can be mounted read-only."
13423 msgstr ""
13424
13425 #. type: textblock
13426 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3209
13427 msgid ""
13428 "The return value is an integer which C<0> if the operation would succeed, or "
13429 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13430 msgstr ""
13431
13432 #. type: textblock
13433 #: ../src/guestfs-actions.pod:4792
13434 msgid "(Added in 1.0.43)"
13435 msgstr ""
13436
13437 #. type: =head2
13438 #: ../src/guestfs-actions.pod:4794
13439 msgid "guestfs_ntfsresize"
13440 msgstr ""
13441
13442 #. type: verbatim
13443 #: ../src/guestfs-actions.pod:4796
13444 #, no-wrap
13445 msgid ""
13446 " int\n"
13447 " guestfs_ntfsresize (guestfs_h *g,\n"
13448 "                     const char *device);\n"
13449 "\n"
13450 msgstr ""
13451
13452 #. type: textblock
13453 #: ../src/guestfs-actions.pod:4800 ../fish/guestfish-actions.pod:3217
13454 msgid ""
13455 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13456 "size of the underlying device.  See also L<ntfsresize(8)>."
13457 msgstr ""
13458
13459 #. type: =head2
13460 #: ../src/guestfs-actions.pod:4808
13461 msgid "guestfs_ntfsresize_size"
13462 msgstr ""
13463
13464 #. type: verbatim
13465 #: ../src/guestfs-actions.pod:4810
13466 #, no-wrap
13467 msgid ""
13468 " int\n"
13469 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13470 "                          const char *device,\n"
13471 "                          int64_t size);\n"
13472 "\n"
13473 msgstr ""
13474
13475 #. type: textblock
13476 #: ../src/guestfs-actions.pod:4815
13477 msgid ""
13478 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13479 "to specify the new size (in bytes) explicitly."
13480 msgstr ""
13481
13482 #. type: textblock
13483 #: ../src/guestfs-actions.pod:4820 ../src/guestfs-actions.pod:5256 ../src/guestfs-actions.pod:5329 ../src/guestfs-actions.pod:5595 ../src/guestfs-actions.pod:7166
13484 msgid "(Added in 1.3.14)"
13485 msgstr ""
13486
13487 #. type: =head2
13488 #: ../src/guestfs-actions.pod:4822
13489 msgid "guestfs_part_add"
13490 msgstr ""
13491
13492 #. type: verbatim
13493 #: ../src/guestfs-actions.pod:4824
13494 #, no-wrap
13495 msgid ""
13496 " int\n"
13497 " guestfs_part_add (guestfs_h *g,\n"
13498 "                   const char *device,\n"
13499 "                   const char *prlogex,\n"
13500 "                   int64_t startsect,\n"
13501 "                   int64_t endsect);\n"
13502 "\n"
13503 msgstr ""
13504
13505 #. type: textblock
13506 #: ../src/guestfs-actions.pod:4831
13507 msgid ""
13508 "This command adds a partition to C<device>.  If there is no partition table "
13509 "on the device, call C<guestfs_part_init> first."
13510 msgstr ""
13511
13512 #. type: textblock
13513 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3235
13514 msgid ""
13515 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13516 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13517 "C<logical>) and C<e> (or C<extended>) partition types."
13518 msgstr ""
13519
13520 #. type: textblock
13521 #: ../src/guestfs-actions.pod:4839 ../fish/guestfish-actions.pod:3240
13522 msgid ""
13523 "C<startsect> and C<endsect> are the start and end of the partition in "
13524 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13525 "from the end of the disk (C<-1> is the last sector)."
13526 msgstr ""
13527
13528 #. type: textblock
13529 #: ../src/guestfs-actions.pod:4843
13530 msgid ""
13531 "Creating a partition which covers the whole disk is not so easy.  Use "
13532 "C<guestfs_part_disk> to do that."
13533 msgstr ""
13534
13535 #. type: textblock
13536 #: ../src/guestfs-actions.pod:4848 ../src/guestfs-actions.pod:4886 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5017 ../src/guestfs-actions.pod:5055 ../src/guestfs-actions.pod:5074 ../src/guestfs-actions.pod:5114
13537 msgid "(Added in 1.0.78)"
13538 msgstr ""
13539
13540 #. type: =head2
13541 #: ../src/guestfs-actions.pod:4850
13542 msgid "guestfs_part_del"
13543 msgstr ""
13544
13545 #. type: verbatim
13546 #: ../src/guestfs-actions.pod:4852
13547 #, no-wrap
13548 msgid ""
13549 " int\n"
13550 " guestfs_part_del (guestfs_h *g,\n"
13551 "                   const char *device,\n"
13552 "                   int partnum);\n"
13553 "\n"
13554 msgstr ""
13555
13556 #. type: textblock
13557 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3251
13558 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13559 msgstr ""
13560
13561 #. type: textblock
13562 #: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3253
13563 msgid ""
13564 "Note that in the case of MBR partitioning, deleting an extended partition "
13565 "also deletes any logical partitions it contains."
13566 msgstr ""
13567
13568 #. type: =head2
13569 #: ../src/guestfs-actions.pod:4867
13570 msgid "guestfs_part_disk"
13571 msgstr ""
13572
13573 #. type: verbatim
13574 #: ../src/guestfs-actions.pod:4869
13575 #, no-wrap
13576 msgid ""
13577 " int\n"
13578 " guestfs_part_disk (guestfs_h *g,\n"
13579 "                    const char *device,\n"
13580 "                    const char *parttype);\n"
13581 "\n"
13582 msgstr ""
13583
13584 #. type: textblock
13585 #: ../src/guestfs-actions.pod:4874
13586 msgid ""
13587 "This command is simply a combination of C<guestfs_part_init> followed by "
13588 "C<guestfs_part_add> to create a single primary partition covering the whole "
13589 "disk."
13590 msgstr ""
13591
13592 #. type: textblock
13593 #: ../src/guestfs-actions.pod:4878
13594 msgid ""
13595 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13596 "possible values are described in C<guestfs_part_init>."
13597 msgstr ""
13598
13599 #. type: =head2
13600 #: ../src/guestfs-actions.pod:4888
13601 msgid "guestfs_part_get_bootable"
13602 msgstr ""
13603
13604 #. type: verbatim
13605 #: ../src/guestfs-actions.pod:4890
13606 #, no-wrap
13607 msgid ""
13608 " int\n"
13609 " guestfs_part_get_bootable (guestfs_h *g,\n"
13610 "                            const char *device,\n"
13611 "                            int partnum);\n"
13612 "\n"
13613 msgstr ""
13614
13615 #. type: textblock
13616 #: ../src/guestfs-actions.pod:4895 ../fish/guestfish-actions.pod:3275
13617 msgid ""
13618 "This command returns true if the partition C<partnum> on C<device> has the "
13619 "bootable flag set."
13620 msgstr ""
13621
13622 #. type: textblock
13623 #: ../src/guestfs-actions.pod:4898
13624 msgid "See also C<guestfs_part_set_bootable>."
13625 msgstr ""
13626
13627 #. type: =head2
13628 #: ../src/guestfs-actions.pod:4904
13629 msgid "guestfs_part_get_mbr_id"
13630 msgstr ""
13631
13632 #. type: verbatim
13633 #: ../src/guestfs-actions.pod:4906
13634 #, no-wrap
13635 msgid ""
13636 " int\n"
13637 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13638 "                          const char *device,\n"
13639 "                          int partnum);\n"
13640 "\n"
13641 msgstr ""
13642
13643 #. type: textblock
13644 #: ../src/guestfs-actions.pod:4911 ../fish/guestfish-actions.pod:3284
13645 msgid ""
13646 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13647 "partition C<partnum>."
13648 msgstr ""
13649
13650 #. type: textblock
13651 #: ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:5090
13652 msgid ""
13653 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13654 "undefined results for other partition table types (see "
13655 "C<guestfs_part_get_parttype>)."
13656 msgstr ""
13657
13658 #. type: =head2
13659 #: ../src/guestfs-actions.pod:4922
13660 msgid "guestfs_part_get_parttype"
13661 msgstr ""
13662
13663 #. type: verbatim
13664 #: ../src/guestfs-actions.pod:4924
13665 #, no-wrap
13666 msgid ""
13667 " char *\n"
13668 " guestfs_part_get_parttype (guestfs_h *g,\n"
13669 "                            const char *device);\n"
13670 "\n"
13671 msgstr ""
13672
13673 #. type: textblock
13674 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3295
13675 msgid ""
13676 "This command examines the partition table on C<device> and returns the "
13677 "partition table type (format) being used."
13678 msgstr ""
13679
13680 #. type: textblock
13681 #: ../src/guestfs-actions.pod:4931
13682 msgid ""
13683 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13684 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13685 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13686 msgstr ""
13687
13688 #. type: =head2
13689 #: ../src/guestfs-actions.pod:4941
13690 msgid "guestfs_part_init"
13691 msgstr ""
13692
13693 #. type: verbatim
13694 #: ../src/guestfs-actions.pod:4943
13695 #, no-wrap
13696 msgid ""
13697 " int\n"
13698 " guestfs_part_init (guestfs_h *g,\n"
13699 "                    const char *device,\n"
13700 "                    const char *parttype);\n"
13701 "\n"
13702 msgstr ""
13703
13704 #. type: textblock
13705 #: ../src/guestfs-actions.pod:4948 ../fish/guestfish-actions.pod:3307
13706 msgid ""
13707 "This creates an empty partition table on C<device> of one of the partition "
13708 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13709 "(for large disks)."
13710 msgstr ""
13711
13712 #. type: textblock
13713 #: ../src/guestfs-actions.pod:4952
13714 msgid ""
13715 "Initially there are no partitions.  Following this, you should call "
13716 "C<guestfs_part_add> for each partition required."
13717 msgstr ""
13718
13719 #. type: textblock
13720 #: ../src/guestfs-actions.pod:4955 ../fish/guestfish-actions.pod:3314
13721 msgid "Possible values for C<parttype> are:"
13722 msgstr ""
13723
13724 #. type: =item
13725 #: ../src/guestfs-actions.pod:4959 ../fish/guestfish-actions.pod:3318
13726 msgid "B<efi> | B<gpt>"
13727 msgstr ""
13728
13729 #. type: textblock
13730 #: ../src/guestfs-actions.pod:4961 ../fish/guestfish-actions.pod:3320
13731 msgid "Intel EFI / GPT partition table."
13732 msgstr ""
13733
13734 #. type: textblock
13735 #: ../src/guestfs-actions.pod:4963 ../fish/guestfish-actions.pod:3322
13736 msgid ""
13737 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13738 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13739 "the C<mbr> format."
13740 msgstr ""
13741
13742 #. type: =item
13743 #: ../src/guestfs-actions.pod:4967 ../fish/guestfish-actions.pod:3326
13744 msgid "B<mbr> | B<msdos>"
13745 msgstr ""
13746
13747 #. type: textblock
13748 #: ../src/guestfs-actions.pod:4969 ../fish/guestfish-actions.pod:3328
13749 msgid ""
13750 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13751 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13752 "TB.  For large disks we recommend using C<gpt>."
13753 msgstr ""
13754
13755 #. type: textblock
13756 #: ../src/guestfs-actions.pod:4976 ../fish/guestfish-actions.pod:3335
13757 msgid "Other partition table types that may work but are not supported include:"
13758 msgstr ""
13759
13760 #. type: =item
13761 #: ../src/guestfs-actions.pod:4981 ../fish/guestfish-actions.pod:3340
13762 msgid "B<aix>"
13763 msgstr ""
13764
13765 #. type: textblock
13766 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3342
13767 msgid "AIX disk labels."
13768 msgstr ""
13769
13770 #. type: =item
13771 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3344
13772 msgid "B<amiga> | B<rdb>"
13773 msgstr ""
13774
13775 #. type: textblock
13776 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3346
13777 msgid "Amiga \"Rigid Disk Block\" format."
13778 msgstr ""
13779
13780 #. type: =item
13781 #: ../src/guestfs-actions.pod:4989 ../fish/guestfish-actions.pod:3348
13782 msgid "B<bsd>"
13783 msgstr ""
13784
13785 #. type: textblock
13786 #: ../src/guestfs-actions.pod:4991 ../fish/guestfish-actions.pod:3350
13787 msgid "BSD disk labels."
13788 msgstr ""
13789
13790 #. type: =item
13791 #: ../src/guestfs-actions.pod:4993 ../fish/guestfish-actions.pod:3352
13792 msgid "B<dasd>"
13793 msgstr ""
13794
13795 #. type: textblock
13796 #: ../src/guestfs-actions.pod:4995 ../fish/guestfish-actions.pod:3354
13797 msgid "DASD, used on IBM mainframes."
13798 msgstr ""
13799
13800 #. type: =item
13801 #: ../src/guestfs-actions.pod:4997 ../fish/guestfish-actions.pod:3356
13802 msgid "B<dvh>"
13803 msgstr ""
13804
13805 #. type: textblock
13806 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3358
13807 msgid "MIPS/SGI volumes."
13808 msgstr ""
13809
13810 #. type: =item
13811 #: ../src/guestfs-actions.pod:5001 ../fish/guestfish-actions.pod:3360
13812 msgid "B<mac>"
13813 msgstr ""
13814
13815 #. type: textblock
13816 #: ../src/guestfs-actions.pod:5003 ../fish/guestfish-actions.pod:3362
13817 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13818 msgstr ""
13819
13820 #. type: =item
13821 #: ../src/guestfs-actions.pod:5005 ../fish/guestfish-actions.pod:3364
13822 msgid "B<pc98>"
13823 msgstr ""
13824
13825 #. type: textblock
13826 #: ../src/guestfs-actions.pod:5007 ../fish/guestfish-actions.pod:3366
13827 msgid "NEC PC-98 format, common in Japan apparently."
13828 msgstr ""
13829
13830 #. type: =item
13831 #: ../src/guestfs-actions.pod:5009 ../fish/guestfish-actions.pod:3368
13832 msgid "B<sun>"
13833 msgstr ""
13834
13835 #. type: textblock
13836 #: ../src/guestfs-actions.pod:5011 ../fish/guestfish-actions.pod:3370
13837 msgid "Sun disk labels."
13838 msgstr ""
13839
13840 #. type: =head2
13841 #: ../src/guestfs-actions.pod:5019
13842 msgid "guestfs_part_list"
13843 msgstr ""
13844
13845 #. type: verbatim
13846 #: ../src/guestfs-actions.pod:5021
13847 #, no-wrap
13848 msgid ""
13849 " struct guestfs_partition_list *\n"
13850 " guestfs_part_list (guestfs_h *g,\n"
13851 "                    const char *device);\n"
13852 "\n"
13853 msgstr ""
13854
13855 #. type: textblock
13856 #: ../src/guestfs-actions.pod:5025 ../fish/guestfish-actions.pod:3378
13857 msgid ""
13858 "This command parses the partition table on C<device> and returns the list of "
13859 "partitions found."
13860 msgstr ""
13861
13862 #. type: textblock
13863 #: ../src/guestfs-actions.pod:5028 ../fish/guestfish-actions.pod:3381
13864 msgid "The fields in the returned structure are:"
13865 msgstr ""
13866
13867 #. type: =item
13868 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3385
13869 msgid "B<part_num>"
13870 msgstr ""
13871
13872 #. type: textblock
13873 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3387
13874 msgid "Partition number, counting from 1."
13875 msgstr ""
13876
13877 #. type: =item
13878 #: ../src/guestfs-actions.pod:5036 ../fish/guestfish-actions.pod:3389
13879 msgid "B<part_start>"
13880 msgstr ""
13881
13882 #. type: textblock
13883 #: ../src/guestfs-actions.pod:5038
13884 msgid ""
13885 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13886 "the device's sector size, see C<guestfs_blockdev_getss>."
13887 msgstr ""
13888
13889 #. type: =item
13890 #: ../src/guestfs-actions.pod:5041 ../fish/guestfish-actions.pod:3394
13891 msgid "B<part_end>"
13892 msgstr ""
13893
13894 #. type: textblock
13895 #: ../src/guestfs-actions.pod:5043 ../fish/guestfish-actions.pod:3396
13896 msgid "End of the partition in bytes."
13897 msgstr ""
13898
13899 #. type: =item
13900 #: ../src/guestfs-actions.pod:5045 ../fish/guestfish-actions.pod:3398
13901 msgid "B<part_size>"
13902 msgstr ""
13903
13904 #. type: textblock
13905 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3400
13906 msgid "Size of the partition in bytes."
13907 msgstr ""
13908
13909 #. type: textblock
13910 #: ../src/guestfs-actions.pod:5051
13911 msgid ""
13912 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13913 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13914 "use>."
13915 msgstr ""
13916
13917 #. type: =head2
13918 #: ../src/guestfs-actions.pod:5057
13919 msgid "guestfs_part_set_bootable"
13920 msgstr ""
13921
13922 #. type: verbatim
13923 #: ../src/guestfs-actions.pod:5059
13924 #, no-wrap
13925 msgid ""
13926 " int\n"
13927 " guestfs_part_set_bootable (guestfs_h *g,\n"
13928 "                            const char *device,\n"
13929 "                            int partnum,\n"
13930 "                            int bootable);\n"
13931 "\n"
13932 msgstr ""
13933
13934 #. type: textblock
13935 #: ../src/guestfs-actions.pod:5065 ../fish/guestfish-actions.pod:3408
13936 msgid ""
13937 "This sets the bootable flag on partition numbered C<partnum> on device "
13938 "C<device>.  Note that partitions are numbered from 1."
13939 msgstr ""
13940
13941 #. type: textblock
13942 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3411
13943 msgid ""
13944 "The bootable flag is used by some operating systems (notably Windows) to "
13945 "determine which partition to boot from.  It is by no means universally "
13946 "recognized."
13947 msgstr ""
13948
13949 #. type: =head2
13950 #: ../src/guestfs-actions.pod:5076
13951 msgid "guestfs_part_set_mbr_id"
13952 msgstr ""
13953
13954 #. type: verbatim
13955 #: ../src/guestfs-actions.pod:5078
13956 #, no-wrap
13957 msgid ""
13958 " int\n"
13959 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13960 "                          const char *device,\n"
13961 "                          int partnum,\n"
13962 "                          int idbyte);\n"
13963 "\n"
13964 msgstr ""
13965
13966 #. type: textblock
13967 #: ../src/guestfs-actions.pod:5084 ../fish/guestfish-actions.pod:3419
13968 msgid ""
13969 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13970 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13971 "documentation are in fact hexadecimal numbers, but usually documented "
13972 "without any leading \"0x\" which might be confusing."
13973 msgstr ""
13974
13975 #. type: =head2
13976 #: ../src/guestfs-actions.pod:5098
13977 msgid "guestfs_part_set_name"
13978 msgstr ""
13979
13980 #. type: verbatim
13981 #: ../src/guestfs-actions.pod:5100
13982 #, no-wrap
13983 msgid ""
13984 " int\n"
13985 " guestfs_part_set_name (guestfs_h *g,\n"
13986 "                        const char *device,\n"
13987 "                        int partnum,\n"
13988 "                        const char *name);\n"
13989 "\n"
13990 msgstr ""
13991
13992 #. type: textblock
13993 #: ../src/guestfs-actions.pod:5106 ../fish/guestfish-actions.pod:3433
13994 msgid ""
13995 "This sets the partition name on partition numbered C<partnum> on device "
13996 "C<device>.  Note that partitions are numbered from 1."
13997 msgstr ""
13998
13999 #. type: textblock
14000 #: ../src/guestfs-actions.pod:5109 ../fish/guestfish-actions.pod:3436
14001 msgid ""
14002 "The partition name can only be set on certain types of partition table.  "
14003 "This works on C<gpt> but not on C<mbr> partitions."
14004 msgstr ""
14005
14006 #. type: =head2
14007 #: ../src/guestfs-actions.pod:5116
14008 msgid "guestfs_part_to_dev"
14009 msgstr ""
14010
14011 #. type: verbatim
14012 #: ../src/guestfs-actions.pod:5118
14013 #, no-wrap
14014 msgid ""
14015 " char *\n"
14016 " guestfs_part_to_dev (guestfs_h *g,\n"
14017 "                      const char *partition);\n"
14018 "\n"
14019 msgstr ""
14020
14021 #. type: textblock
14022 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3443
14023 msgid ""
14024 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14025 "partition number, returning the device name (eg. \"/dev/sdb\")."
14026 msgstr ""
14027
14028 #. type: textblock
14029 #: ../src/guestfs-actions.pod:5126
14030 msgid ""
14031 "The named partition must exist, for example as a string returned from "
14032 "C<guestfs_list_partitions>."
14033 msgstr ""
14034
14035 #. type: =head2
14036 #: ../src/guestfs-actions.pod:5134
14037 msgid "guestfs_ping_daemon"
14038 msgstr ""
14039
14040 #. type: verbatim
14041 #: ../src/guestfs-actions.pod:5136
14042 #, no-wrap
14043 msgid ""
14044 " int\n"
14045 " guestfs_ping_daemon (guestfs_h *g);\n"
14046 "\n"
14047 msgstr ""
14048
14049 #. type: textblock
14050 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3454
14051 msgid ""
14052 "This is a test probe into the guestfs daemon running inside the qemu "
14053 "subprocess.  Calling this function checks that the daemon responds to the "
14054 "ping message, without affecting the daemon or attached block device(s) in "
14055 "any other way."
14056 msgstr ""
14057
14058 #. type: =head2
14059 #: ../src/guestfs-actions.pod:5148
14060 msgid "guestfs_pread"
14061 msgstr ""
14062
14063 #. type: verbatim
14064 #: ../src/guestfs-actions.pod:5150
14065 #, no-wrap
14066 msgid ""
14067 " char *\n"
14068 " guestfs_pread (guestfs_h *g,\n"
14069 "                const char *path,\n"
14070 "                int count,\n"
14071 "                int64_t offset,\n"
14072 "                size_t *size_r);\n"
14073 "\n"
14074 msgstr ""
14075
14076 #. type: textblock
14077 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3463
14078 msgid ""
14079 "This command lets you read part of a file.  It reads C<count> bytes of the "
14080 "file, starting at C<offset>, from file C<path>."
14081 msgstr ""
14082
14083 #. type: textblock
14084 #: ../src/guestfs-actions.pod:5160 ../src/guestfs-actions.pod:5186 ../fish/guestfish-actions.pod:3466 ../fish/guestfish-actions.pod:3481
14085 msgid ""
14086 "This may read fewer bytes than requested.  For further details see the "
14087 "L<pread(2)> system call."
14088 msgstr ""
14089
14090 #. type: textblock
14091 #: ../src/guestfs-actions.pod:5163
14092 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14093 msgstr ""
14094
14095 #. type: =head2
14096 #: ../src/guestfs-actions.pod:5174
14097 msgid "guestfs_pread_device"
14098 msgstr ""
14099
14100 #. type: verbatim
14101 #: ../src/guestfs-actions.pod:5176
14102 #, no-wrap
14103 msgid ""
14104 " char *\n"
14105 " guestfs_pread_device (guestfs_h *g,\n"
14106 "                       const char *device,\n"
14107 "                       int count,\n"
14108 "                       int64_t offset,\n"
14109 "                       size_t *size_r);\n"
14110 "\n"
14111 msgstr ""
14112
14113 #. type: textblock
14114 #: ../src/guestfs-actions.pod:5183 ../fish/guestfish-actions.pod:3478
14115 msgid ""
14116 "This command lets you read part of a file.  It reads C<count> bytes of "
14117 "C<device>, starting at C<offset>."
14118 msgstr ""
14119
14120 #. type: textblock
14121 #: ../src/guestfs-actions.pod:5189
14122 msgid "See also C<guestfs_pread>."
14123 msgstr ""
14124
14125 #. type: textblock
14126 #: ../src/guestfs-actions.pod:5198
14127 msgid "(Added in 1.5.21)"
14128 msgstr ""
14129
14130 #. type: =head2
14131 #: ../src/guestfs-actions.pod:5200
14132 msgid "guestfs_pvcreate"
14133 msgstr ""
14134
14135 #. type: verbatim
14136 #: ../src/guestfs-actions.pod:5202
14137 #, no-wrap
14138 msgid ""
14139 " int\n"
14140 " guestfs_pvcreate (guestfs_h *g,\n"
14141 "                   const char *device);\n"
14142 "\n"
14143 msgstr ""
14144
14145 #. type: textblock
14146 #: ../src/guestfs-actions.pod:5206 ../fish/guestfish-actions.pod:3493
14147 msgid ""
14148 "This creates an LVM physical volume on the named C<device>, where C<device> "
14149 "should usually be a partition name such as C</dev/sda1>."
14150 msgstr ""
14151
14152 #. type: =head2
14153 #: ../src/guestfs-actions.pod:5214
14154 msgid "guestfs_pvremove"
14155 msgstr ""
14156
14157 #. type: verbatim
14158 #: ../src/guestfs-actions.pod:5216
14159 #, no-wrap
14160 msgid ""
14161 " int\n"
14162 " guestfs_pvremove (guestfs_h *g,\n"
14163 "                   const char *device);\n"
14164 "\n"
14165 msgstr ""
14166
14167 #. type: textblock
14168 #: ../src/guestfs-actions.pod:5220 ../fish/guestfish-actions.pod:3501
14169 msgid ""
14170 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14171 "it."
14172 msgstr ""
14173
14174 #. type: textblock
14175 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3504
14176 msgid ""
14177 "The implementation uses the C<pvremove> command which refuses to wipe "
14178 "physical volumes that contain any volume groups, so you have to remove those "
14179 "first."
14180 msgstr ""
14181
14182 #. type: =head2
14183 #: ../src/guestfs-actions.pod:5231
14184 msgid "guestfs_pvresize"
14185 msgstr ""
14186
14187 #. type: verbatim
14188 #: ../src/guestfs-actions.pod:5233
14189 #, no-wrap
14190 msgid ""
14191 " int\n"
14192 " guestfs_pvresize (guestfs_h *g,\n"
14193 "                   const char *device);\n"
14194 "\n"
14195 msgstr ""
14196
14197 #. type: textblock
14198 #: ../src/guestfs-actions.pod:5237 ../fish/guestfish-actions.pod:3512
14199 msgid ""
14200 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14201 "the new size of the underlying device."
14202 msgstr ""
14203
14204 #. type: =head2
14205 #: ../src/guestfs-actions.pod:5244
14206 msgid "guestfs_pvresize_size"
14207 msgstr ""
14208
14209 #. type: verbatim
14210 #: ../src/guestfs-actions.pod:5246
14211 #, no-wrap
14212 msgid ""
14213 " int\n"
14214 " guestfs_pvresize_size (guestfs_h *g,\n"
14215 "                        const char *device,\n"
14216 "                        int64_t size);\n"
14217 "\n"
14218 msgstr ""
14219
14220 #. type: textblock
14221 #: ../src/guestfs-actions.pod:5251
14222 msgid ""
14223 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14224 "specify the new size (in bytes) explicitly."
14225 msgstr ""
14226
14227 #. type: =head2
14228 #: ../src/guestfs-actions.pod:5258
14229 msgid "guestfs_pvs"
14230 msgstr ""
14231
14232 #. type: verbatim
14233 #: ../src/guestfs-actions.pod:5260
14234 #, no-wrap
14235 msgid ""
14236 " char **\n"
14237 " guestfs_pvs (guestfs_h *g);\n"
14238 "\n"
14239 msgstr ""
14240
14241 #. type: textblock
14242 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3526
14243 msgid ""
14244 "List all the physical volumes detected.  This is the equivalent of the "
14245 "L<pvs(8)> command."
14246 msgstr ""
14247
14248 #. type: textblock
14249 #: ../src/guestfs-actions.pod:5266 ../fish/guestfish-actions.pod:3529
14250 msgid ""
14251 "This returns a list of just the device names that contain PVs "
14252 "(eg. C</dev/sda2>)."
14253 msgstr ""
14254
14255 #. type: textblock
14256 #: ../src/guestfs-actions.pod:5269
14257 msgid "See also C<guestfs_pvs_full>."
14258 msgstr ""
14259
14260 #. type: =head2
14261 #: ../src/guestfs-actions.pod:5277
14262 msgid "guestfs_pvs_full"
14263 msgstr ""
14264
14265 #. type: verbatim
14266 #: ../src/guestfs-actions.pod:5279
14267 #, no-wrap
14268 msgid ""
14269 " struct guestfs_lvm_pv_list *\n"
14270 " guestfs_pvs_full (guestfs_h *g);\n"
14271 "\n"
14272 msgstr ""
14273
14274 #. type: textblock
14275 #: ../src/guestfs-actions.pod:5282 ../fish/guestfish-actions.pod:3538
14276 msgid ""
14277 "List all the physical volumes detected.  This is the equivalent of the "
14278 "L<pvs(8)> command.  The \"full\" version includes all fields."
14279 msgstr ""
14280
14281 #. type: textblock
14282 #: ../src/guestfs-actions.pod:5285
14283 msgid ""
14284 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14285 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14286 "use>."
14287 msgstr ""
14288
14289 #. type: =head2
14290 #: ../src/guestfs-actions.pod:5291
14291 msgid "guestfs_pvuuid"
14292 msgstr ""
14293
14294 #. type: verbatim
14295 #: ../src/guestfs-actions.pod:5293
14296 #, no-wrap
14297 msgid ""
14298 " char *\n"
14299 " guestfs_pvuuid (guestfs_h *g,\n"
14300 "                 const char *device);\n"
14301 "\n"
14302 msgstr ""
14303
14304 #. type: textblock
14305 #: ../src/guestfs-actions.pod:5297 ../fish/guestfish-actions.pod:3545
14306 msgid "This command returns the UUID of the LVM PV C<device>."
14307 msgstr ""
14308
14309 #. type: =head2
14310 #: ../src/guestfs-actions.pod:5304
14311 msgid "guestfs_pwrite"
14312 msgstr ""
14313
14314 #. type: verbatim
14315 #: ../src/guestfs-actions.pod:5306
14316 #, no-wrap
14317 msgid ""
14318 " int\n"
14319 " guestfs_pwrite (guestfs_h *g,\n"
14320 "                 const char *path,\n"
14321 "                 const char *content,\n"
14322 "                 size_t content_size,\n"
14323 "                 int64_t offset);\n"
14324 "\n"
14325 msgstr ""
14326
14327 #. type: textblock
14328 #: ../src/guestfs-actions.pod:5313 ../fish/guestfish-actions.pod:3551
14329 msgid ""
14330 "This command writes to part of a file.  It writes the data buffer C<content> "
14331 "to the file C<path> starting at offset C<offset>."
14332 msgstr ""
14333
14334 #. type: textblock
14335 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3554
14336 msgid ""
14337 "This command implements the L<pwrite(2)> system call, and like that system "
14338 "call it may not write the full data requested.  The return value is the "
14339 "number of bytes that were actually written to the file.  This could even be "
14340 "0, although short writes are unlikely for regular files in ordinary "
14341 "circumstances."
14342 msgstr ""
14343
14344 #. type: textblock
14345 #: ../src/guestfs-actions.pod:5322
14346 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14347 msgstr ""
14348
14349 #. type: =head2
14350 #: ../src/guestfs-actions.pod:5331
14351 msgid "guestfs_pwrite_device"
14352 msgstr ""
14353
14354 #. type: verbatim
14355 #: ../src/guestfs-actions.pod:5333
14356 #, no-wrap
14357 msgid ""
14358 " int\n"
14359 " guestfs_pwrite_device (guestfs_h *g,\n"
14360 "                        const char *device,\n"
14361 "                        const char *content,\n"
14362 "                        size_t content_size,\n"
14363 "                        int64_t offset);\n"
14364 "\n"
14365 msgstr ""
14366
14367 #. type: textblock
14368 #: ../src/guestfs-actions.pod:5340 ../fish/guestfish-actions.pod:3569
14369 msgid ""
14370 "This command writes to part of a device.  It writes the data buffer "
14371 "C<content> to C<device> starting at offset C<offset>."
14372 msgstr ""
14373
14374 #. type: textblock
14375 #: ../src/guestfs-actions.pod:5343 ../fish/guestfish-actions.pod:3572
14376 msgid ""
14377 "This command implements the L<pwrite(2)> system call, and like that system "
14378 "call it may not write the full data requested (although short writes to disk "
14379 "devices and partitions are probably impossible with standard Linux kernels)."
14380 msgstr ""
14381
14382 #. type: textblock
14383 #: ../src/guestfs-actions.pod:5348
14384 msgid "See also C<guestfs_pwrite>."
14385 msgstr ""
14386
14387 #. type: textblock
14388 #: ../src/guestfs-actions.pod:5355
14389 msgid "(Added in 1.5.20)"
14390 msgstr ""
14391
14392 #. type: =head2
14393 #: ../src/guestfs-actions.pod:5357
14394 msgid "guestfs_read_file"
14395 msgstr ""
14396
14397 #. type: verbatim
14398 #: ../src/guestfs-actions.pod:5359
14399 #, no-wrap
14400 msgid ""
14401 " char *\n"
14402 " guestfs_read_file (guestfs_h *g,\n"
14403 "                    const char *path,\n"
14404 "                    size_t *size_r);\n"
14405 "\n"
14406 msgstr ""
14407
14408 #. type: textblock
14409 #: ../src/guestfs-actions.pod:5364 ../fish/guestfish-actions.pod:3586
14410 msgid "This calls returns the contents of the file C<path> as a buffer."
14411 msgstr ""
14412
14413 #. type: textblock
14414 #: ../src/guestfs-actions.pod:5367
14415 msgid ""
14416 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14417 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14418 "function is limited in the total size of file that can be handled."
14419 msgstr ""
14420
14421 #. type: textblock
14422 #: ../src/guestfs-actions.pod:5379
14423 msgid "(Added in 1.0.63)"
14424 msgstr ""
14425
14426 #. type: =head2
14427 #: ../src/guestfs-actions.pod:5381
14428 msgid "guestfs_read_lines"
14429 msgstr ""
14430
14431 #. type: verbatim
14432 #: ../src/guestfs-actions.pod:5383
14433 #, no-wrap
14434 msgid ""
14435 " char **\n"
14436 " guestfs_read_lines (guestfs_h *g,\n"
14437 "                     const char *path);\n"
14438 "\n"
14439 msgstr ""
14440
14441 #. type: textblock
14442 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3603
14443 msgid ""
14444 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14445 "C<CRLF> character sequences are I<not> returned."
14446 msgstr ""
14447
14448 #. type: textblock
14449 #: ../src/guestfs-actions.pod:5392
14450 msgid ""
14451 "Note that this function cannot correctly handle binary files (specifically, "
14452 "files containing C<\\0> character which is treated as end of line).  For "
14453 "those you need to use the C<guestfs_read_file> function which has a more "
14454 "complex interface."
14455 msgstr ""
14456
14457 #. type: =head2
14458 #: ../src/guestfs-actions.pod:5403
14459 msgid "guestfs_readdir"
14460 msgstr ""
14461
14462 #. type: verbatim
14463 #: ../src/guestfs-actions.pod:5405
14464 #, no-wrap
14465 msgid ""
14466 " struct guestfs_dirent_list *\n"
14467 " guestfs_readdir (guestfs_h *g,\n"
14468 "                  const char *dir);\n"
14469 "\n"
14470 msgstr ""
14471
14472 #. type: textblock
14473 #: ../src/guestfs-actions.pod:5409 ../fish/guestfish-actions.pod:3615
14474 msgid "This returns the list of directory entries in directory C<dir>."
14475 msgstr ""
14476
14477 #. type: textblock
14478 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3617
14479 msgid ""
14480 "All entries in the directory are returned, including C<.> and C<..>.  The "
14481 "entries are I<not> sorted, but returned in the same order as the underlying "
14482 "filesystem."
14483 msgstr ""
14484
14485 #. type: textblock
14486 #: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3621
14487 msgid ""
14488 "Also this call returns basic file type information about each file.  The "
14489 "C<ftyp> field will contain one of the following characters:"
14490 msgstr ""
14491
14492 #. type: =item
14493 #: ../src/guestfs-actions.pod:5420 ../fish/guestfish-actions.pod:3626
14494 msgid "'b'"
14495 msgstr ""
14496
14497 #. type: textblock
14498 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3628
14499 msgid "Block special"
14500 msgstr ""
14501
14502 #. type: =item
14503 #: ../src/guestfs-actions.pod:5424 ../fish/guestfish-actions.pod:3630
14504 msgid "'c'"
14505 msgstr ""
14506
14507 #. type: textblock
14508 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3632
14509 msgid "Char special"
14510 msgstr ""
14511
14512 #. type: =item
14513 #: ../src/guestfs-actions.pod:5428 ../fish/guestfish-actions.pod:3634
14514 msgid "'d'"
14515 msgstr ""
14516
14517 #. type: textblock
14518 #: ../src/guestfs-actions.pod:5430 ../fish/guestfish-actions.pod:3636
14519 msgid "Directory"
14520 msgstr ""
14521
14522 #. type: =item
14523 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3638
14524 msgid "'f'"
14525 msgstr ""
14526
14527 #. type: textblock
14528 #: ../src/guestfs-actions.pod:5434 ../fish/guestfish-actions.pod:3640
14529 msgid "FIFO (named pipe)"
14530 msgstr ""
14531
14532 #. type: =item
14533 #: ../src/guestfs-actions.pod:5436 ../fish/guestfish-actions.pod:3642
14534 msgid "'l'"
14535 msgstr ""
14536
14537 #. type: textblock
14538 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3644
14539 msgid "Symbolic link"
14540 msgstr ""
14541
14542 #. type: =item
14543 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3646
14544 msgid "'r'"
14545 msgstr ""
14546
14547 #. type: textblock
14548 #: ../src/guestfs-actions.pod:5442 ../fish/guestfish-actions.pod:3648
14549 msgid "Regular file"
14550 msgstr ""
14551
14552 #. type: =item
14553 #: ../src/guestfs-actions.pod:5444 ../fish/guestfish-actions.pod:3650
14554 msgid "'s'"
14555 msgstr ""
14556
14557 #. type: textblock
14558 #: ../src/guestfs-actions.pod:5446 ../fish/guestfish-actions.pod:3652
14559 msgid "Socket"
14560 msgstr ""
14561
14562 #. type: =item
14563 #: ../src/guestfs-actions.pod:5448 ../fish/guestfish-actions.pod:3654
14564 msgid "'u'"
14565 msgstr ""
14566
14567 #. type: textblock
14568 #: ../src/guestfs-actions.pod:5450 ../fish/guestfish-actions.pod:3656
14569 msgid "Unknown file type"
14570 msgstr ""
14571
14572 #. type: =item
14573 #: ../src/guestfs-actions.pod:5452 ../fish/guestfish-actions.pod:3658
14574 msgid "'?'"
14575 msgstr ""
14576
14577 #. type: textblock
14578 #: ../src/guestfs-actions.pod:5454 ../fish/guestfish-actions.pod:3660
14579 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14580 msgstr ""
14581
14582 #. type: textblock
14583 #: ../src/guestfs-actions.pod:5459
14584 msgid ""
14585 "This function is primarily intended for use by programs.  To get a simple "
14586 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14587 "consumption, use C<guestfs_ll>."
14588 msgstr ""
14589
14590 #. type: textblock
14591 #: ../src/guestfs-actions.pod:5463
14592 msgid ""
14593 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14594 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14595 "use>."
14596 msgstr ""
14597
14598 #. type: =head2
14599 #: ../src/guestfs-actions.pod:5469
14600 msgid "guestfs_readlink"
14601 msgstr ""
14602
14603 #. type: verbatim
14604 #: ../src/guestfs-actions.pod:5471
14605 #, no-wrap
14606 msgid ""
14607 " char *\n"
14608 " guestfs_readlink (guestfs_h *g,\n"
14609 "                   const char *path);\n"
14610 "\n"
14611 msgstr ""
14612
14613 #. type: textblock
14614 #: ../src/guestfs-actions.pod:5475 ../fish/guestfish-actions.pod:3673
14615 msgid "This command reads the target of a symbolic link."
14616 msgstr ""
14617
14618 #. type: =head2
14619 #: ../src/guestfs-actions.pod:5482
14620 msgid "guestfs_readlinklist"
14621 msgstr ""
14622
14623 #. type: verbatim
14624 #: ../src/guestfs-actions.pod:5484
14625 #, no-wrap
14626 msgid ""
14627 " char **\n"
14628 " guestfs_readlinklist (guestfs_h *g,\n"
14629 "                       const char *path,\n"
14630 "                       char *const *names);\n"
14631 "\n"
14632 msgstr ""
14633
14634 #. type: textblock
14635 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3679
14636 msgid ""
14637 "This call allows you to do a C<readlink> operation on multiple files, where "
14638 "all files are in the directory C<path>.  C<names> is the list of files from "
14639 "this directory."
14640 msgstr ""
14641
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3683
14644 msgid ""
14645 "On return you get a list of strings, with a one-to-one correspondence to the "
14646 "C<names> list.  Each string is the value of the symbolic link."
14647 msgstr ""
14648
14649 #. type: textblock
14650 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3687
14651 msgid ""
14652 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14653 "result string is the empty string C<\"\">.  However the whole operation is "
14654 "completed even if there were C<readlink(2)> errors, and so you can call this "
14655 "function with names where you don't know if they are symbolic links already "
14656 "(albeit slightly less efficient)."
14657 msgstr ""
14658
14659 #. type: textblock
14660 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3694
14661 msgid ""
14662 "This call is intended for programs that want to efficiently list a directory "
14663 "contents without making many round-trips.  Very long directory listings "
14664 "might cause the protocol message size to be exceeded, causing this call to "
14665 "fail.  The caller must split up such requests into smaller groups of names."
14666 msgstr ""
14667
14668 #. type: =head2
14669 #: ../src/guestfs-actions.pod:5517
14670 msgid "guestfs_realpath"
14671 msgstr ""
14672
14673 #. type: verbatim
14674 #: ../src/guestfs-actions.pod:5519
14675 #, no-wrap
14676 msgid ""
14677 " char *\n"
14678 " guestfs_realpath (guestfs_h *g,\n"
14679 "                   const char *path);\n"
14680 "\n"
14681 msgstr ""
14682
14683 #. type: textblock
14684 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3705
14685 msgid ""
14686 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14687 "has no C<.>, C<..> or symbolic link path elements."
14688 msgstr ""
14689
14690 #. type: =head2
14691 #: ../src/guestfs-actions.pod:5531
14692 msgid "guestfs_removexattr"
14693 msgstr ""
14694
14695 #. type: verbatim
14696 #: ../src/guestfs-actions.pod:5533
14697 #, no-wrap
14698 msgid ""
14699 " int\n"
14700 " guestfs_removexattr (guestfs_h *g,\n"
14701 "                      const char *xattr,\n"
14702 "                      const char *path);\n"
14703 "\n"
14704 msgstr ""
14705
14706 #. type: textblock
14707 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3712
14708 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14709 msgstr ""
14710
14711 #. type: textblock
14712 #: ../src/guestfs-actions.pod:5541
14713 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14714 msgstr ""
14715
14716 #. type: =head2
14717 #: ../src/guestfs-actions.pod:5547
14718 msgid "guestfs_resize2fs"
14719 msgstr ""
14720
14721 #. type: verbatim
14722 #: ../src/guestfs-actions.pod:5549
14723 #, no-wrap
14724 msgid ""
14725 " int\n"
14726 " guestfs_resize2fs (guestfs_h *g,\n"
14727 "                    const char *device);\n"
14728 "\n"
14729 msgstr ""
14730
14731 #. type: textblock
14732 #: ../src/guestfs-actions.pod:5553 ../fish/guestfish-actions.pod:3721
14733 msgid ""
14734 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14735 "underlying device."
14736 msgstr ""
14737
14738 #. type: textblock
14739 #: ../src/guestfs-actions.pod:5556
14740 msgid ""
14741 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14742 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14743 "sometimes gives an error about this and sometimes not.  In any case, it is "
14744 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14745 msgstr ""
14746
14747 #. type: =head2
14748 #: ../src/guestfs-actions.pod:5566
14749 msgid "guestfs_resize2fs_M"
14750 msgstr ""
14751
14752 #. type: verbatim
14753 #: ../src/guestfs-actions.pod:5568
14754 #, no-wrap
14755 msgid ""
14756 " int\n"
14757 " guestfs_resize2fs_M (guestfs_h *g,\n"
14758 "                      const char *device);\n"
14759 "\n"
14760 msgstr ""
14761
14762 #. type: textblock
14763 #: ../src/guestfs-actions.pod:5572
14764 msgid ""
14765 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14766 "resized to its minimum size.  This works like the C<-M> option to the "
14767 "C<resize2fs> command."
14768 msgstr ""
14769
14770 #. type: textblock
14771 #: ../src/guestfs-actions.pod:5576
14772 msgid ""
14773 "To get the resulting size of the filesystem you should call "
14774 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14775 "These two numbers, multiplied together, give the resulting size of the "
14776 "minimal filesystem in bytes."
14777 msgstr ""
14778
14779 #. type: =head2
14780 #: ../src/guestfs-actions.pod:5583
14781 msgid "guestfs_resize2fs_size"
14782 msgstr ""
14783
14784 #. type: verbatim
14785 #: ../src/guestfs-actions.pod:5585
14786 #, no-wrap
14787 msgid ""
14788 " int\n"
14789 " guestfs_resize2fs_size (guestfs_h *g,\n"
14790 "                         const char *device,\n"
14791 "                         int64_t size);\n"
14792 "\n"
14793 msgstr ""
14794
14795 #. type: textblock
14796 #: ../src/guestfs-actions.pod:5590
14797 msgid ""
14798 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14799 "to specify the new size (in bytes) explicitly."
14800 msgstr ""
14801
14802 #. type: =head2
14803 #: ../src/guestfs-actions.pod:5597
14804 msgid "guestfs_rm"
14805 msgstr ""
14806
14807 #. type: verbatim
14808 #: ../src/guestfs-actions.pod:5599
14809 #, no-wrap
14810 msgid ""
14811 " int\n"
14812 " guestfs_rm (guestfs_h *g,\n"
14813 "             const char *path);\n"
14814 "\n"
14815 msgstr ""
14816
14817 #. type: textblock
14818 #: ../src/guestfs-actions.pod:5603 ../fish/guestfish-actions.pod:3754
14819 msgid "Remove the single file C<path>."
14820 msgstr ""
14821
14822 #. type: =head2
14823 #: ../src/guestfs-actions.pod:5609
14824 msgid "guestfs_rm_rf"
14825 msgstr ""
14826
14827 #. type: verbatim
14828 #: ../src/guestfs-actions.pod:5611
14829 #, no-wrap
14830 msgid ""
14831 " int\n"
14832 " guestfs_rm_rf (guestfs_h *g,\n"
14833 "                const char *path);\n"
14834 "\n"
14835 msgstr ""
14836
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3760
14839 msgid ""
14840 "Remove the file or directory C<path>, recursively removing the contents if "
14841 "its a directory.  This is like the C<rm -rf> shell command."
14842 msgstr ""
14843
14844 #. type: =head2
14845 #: ../src/guestfs-actions.pod:5623
14846 msgid "guestfs_rmdir"
14847 msgstr ""
14848
14849 #. type: verbatim
14850 #: ../src/guestfs-actions.pod:5625
14851 #, no-wrap
14852 msgid ""
14853 " int\n"
14854 " guestfs_rmdir (guestfs_h *g,\n"
14855 "                const char *path);\n"
14856 "\n"
14857 msgstr ""
14858
14859 #. type: textblock
14860 #: ../src/guestfs-actions.pod:5629 ../fish/guestfish-actions.pod:3768
14861 msgid "Remove the single directory C<path>."
14862 msgstr ""
14863
14864 #. type: =head2
14865 #: ../src/guestfs-actions.pod:5635
14866 msgid "guestfs_rmmountpoint"
14867 msgstr ""
14868
14869 #. type: verbatim
14870 #: ../src/guestfs-actions.pod:5637
14871 #, no-wrap
14872 msgid ""
14873 " int\n"
14874 " guestfs_rmmountpoint (guestfs_h *g,\n"
14875 "                       const char *exemptpath);\n"
14876 "\n"
14877 msgstr ""
14878
14879 #. type: textblock
14880 #: ../src/guestfs-actions.pod:5641
14881 msgid ""
14882 "This calls removes a mountpoint that was previously created with "
14883 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14884 msgstr ""
14885
14886 #. type: =head2
14887 #: ../src/guestfs-actions.pod:5649
14888 msgid "guestfs_scrub_device"
14889 msgstr ""
14890
14891 #. type: verbatim
14892 #: ../src/guestfs-actions.pod:5651
14893 #, no-wrap
14894 msgid ""
14895 " int\n"
14896 " guestfs_scrub_device (guestfs_h *g,\n"
14897 "                       const char *device);\n"
14898 "\n"
14899 msgstr ""
14900
14901 #. type: textblock
14902 #: ../src/guestfs-actions.pod:5655 ../fish/guestfish-actions.pod:3782
14903 msgid ""
14904 "This command writes patterns over C<device> to make data retrieval more "
14905 "difficult."
14906 msgstr ""
14907
14908 #. type: textblock
14909 #: ../src/guestfs-actions.pod:5658 ../src/guestfs-actions.pod:5679 ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3785 ../fish/guestfish-actions.pod:3800 ../fish/guestfish-actions.pod:3813
14910 msgid ""
14911 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14912 "more details."
14913 msgstr ""
14914
14915 #. type: textblock
14916 #: ../src/guestfs-actions.pod:5666 ../src/guestfs-actions.pod:5684 ../src/guestfs-actions.pod:5703
14917 msgid "(Added in 1.0.52)"
14918 msgstr ""
14919
14920 #. type: =head2
14921 #: ../src/guestfs-actions.pod:5668
14922 msgid "guestfs_scrub_file"
14923 msgstr ""
14924
14925 #. type: verbatim
14926 #: ../src/guestfs-actions.pod:5670
14927 #, no-wrap
14928 msgid ""
14929 " int\n"
14930 " guestfs_scrub_file (guestfs_h *g,\n"
14931 "                     const char *file);\n"
14932 "\n"
14933 msgstr ""
14934
14935 #. type: textblock
14936 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3795
14937 msgid ""
14938 "This command writes patterns over a file to make data retrieval more "
14939 "difficult."
14940 msgstr ""
14941
14942 #. type: textblock
14943 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3798
14944 msgid "The file is I<removed> after scrubbing."
14945 msgstr ""
14946
14947 #. type: =head2
14948 #: ../src/guestfs-actions.pod:5686
14949 msgid "guestfs_scrub_freespace"
14950 msgstr ""
14951
14952 #. type: verbatim
14953 #: ../src/guestfs-actions.pod:5688
14954 #, no-wrap
14955 msgid ""
14956 " int\n"
14957 " guestfs_scrub_freespace (guestfs_h *g,\n"
14958 "                          const char *dir);\n"
14959 "\n"
14960 msgstr ""
14961
14962 #. type: textblock
14963 #: ../src/guestfs-actions.pod:5692
14964 msgid ""
14965 "This command creates the directory C<dir> and then fills it with files until "
14966 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14967 "and deletes them.  The intention is to scrub any free space on the partition "
14968 "containing C<dir>."
14969 msgstr ""
14970
14971 #. type: =head2
14972 #: ../src/guestfs-actions.pod:5705
14973 msgid "guestfs_set_append"
14974 msgstr ""
14975
14976 #. type: verbatim
14977 #: ../src/guestfs-actions.pod:5707
14978 #, no-wrap
14979 msgid ""
14980 " int\n"
14981 " guestfs_set_append (guestfs_h *g,\n"
14982 "                     const char *append);\n"
14983 "\n"
14984 msgstr ""
14985
14986 #. type: textblock
14987 #: ../src/guestfs-actions.pod:5711 ../fish/guestfish-actions.pod:3822
14988 msgid ""
14989 "This function is used to add additional options to the guest kernel command "
14990 "line."
14991 msgstr ""
14992
14993 #. type: textblock
14994 #: ../src/guestfs-actions.pod:5714 ../fish/guestfish-actions.pod:3825
14995 msgid ""
14996 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14997 "environment variable."
14998 msgstr ""
14999
15000 #. type: textblock
15001 #: ../src/guestfs-actions.pod:5717 ../fish/guestfish-actions.pod:3828
15002 msgid ""
15003 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15004 "(libguestfs always adds a few of its own)."
15005 msgstr ""
15006
15007 #. type: =head2
15008 #: ../src/guestfs-actions.pod:5724
15009 msgid "guestfs_set_attach_method"
15010 msgstr ""
15011
15012 #. type: verbatim
15013 #: ../src/guestfs-actions.pod:5726
15014 #, no-wrap
15015 msgid ""
15016 " int\n"
15017 " guestfs_set_attach_method (guestfs_h *g,\n"
15018 "                            const char *attachmethod);\n"
15019 "\n"
15020 msgstr ""
15021
15022 #. type: textblock
15023 #: ../src/guestfs-actions.pod:5730 ../fish/guestfish-actions.pod:3837
15024 msgid ""
15025 "Set the method that libguestfs uses to connect to the back end guestfsd "
15026 "daemon.  Possible methods are:"
15027 msgstr ""
15028
15029 #. type: textblock
15030 #: ../src/guestfs-actions.pod:5737 ../fish/guestfish-actions.pod:3844
15031 msgid ""
15032 "Launch an appliance and connect to it.  This is the ordinary method and the "
15033 "default."
15034 msgstr ""
15035
15036 #. type: =item
15037 #: ../src/guestfs-actions.pod:5740 ../fish/guestfish-actions.pod:3847
15038 msgid "C<unix:I<path>>"
15039 msgstr ""
15040
15041 #. type: textblock
15042 #: ../src/guestfs-actions.pod:5742 ../fish/guestfish-actions.pod:3849
15043 msgid "Connect to the Unix domain socket I<path>."
15044 msgstr ""
15045
15046 #. type: textblock
15047 #: ../src/guestfs-actions.pod:5744 ../fish/guestfish-actions.pod:3851
15048 msgid ""
15049 "This method lets you connect to an existing daemon or (using virtio-serial) "
15050 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15051 "RUNNING DAEMONS>."
15052 msgstr ""
15053
15054 #. type: =head2
15055 #: ../src/guestfs-actions.pod:5752
15056 msgid "guestfs_set_autosync"
15057 msgstr ""
15058
15059 #. type: verbatim
15060 #: ../src/guestfs-actions.pod:5754
15061 #, no-wrap
15062 msgid ""
15063 " int\n"
15064 " guestfs_set_autosync (guestfs_h *g,\n"
15065 "                       int autosync);\n"
15066 "\n"
15067 msgstr ""
15068
15069 #. type: textblock
15070 #: ../src/guestfs-actions.pod:5758 ../fish/guestfish-actions.pod:3863
15071 msgid ""
15072 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15073 "effort attempt to make filesystems consistent and synchronized when the "
15074 "handle is closed (also if the program exits without closing handles)."
15075 msgstr ""
15076
15077 #. type: textblock
15078 #: ../src/guestfs-actions.pod:5763 ../fish/guestfish-actions.pod:3868
15079 msgid ""
15080 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15081 "disabled by default)."
15082 msgstr ""
15083
15084 #. type: =head2
15085 #: ../src/guestfs-actions.pod:5770
15086 msgid "guestfs_set_direct"
15087 msgstr ""
15088
15089 #. type: verbatim
15090 #: ../src/guestfs-actions.pod:5772
15091 #, no-wrap
15092 msgid ""
15093 " int\n"
15094 " guestfs_set_direct (guestfs_h *g,\n"
15095 "                     int direct);\n"
15096 "\n"
15097 msgstr ""
15098
15099 #. type: textblock
15100 #: ../src/guestfs-actions.pod:5776 ../fish/guestfish-actions.pod:3877
15101 msgid ""
15102 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15103 "passed directly through to the appliance once it is launched."
15104 msgstr ""
15105
15106 #. type: textblock
15107 #: ../src/guestfs-actions.pod:5780
15108 msgid ""
15109 "One consequence of this is that log messages aren't caught by the library "
15110 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15111 "stdout."
15112 msgstr ""
15113
15114 #. type: textblock
15115 #: ../src/guestfs-actions.pod:5784 ../fish/guestfish-actions.pod:3885
15116 msgid "You probably don't want to use this unless you know what you are doing."
15117 msgstr ""
15118
15119 #. type: textblock
15120 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3888
15121 msgid "The default is disabled."
15122 msgstr ""
15123
15124 #. type: =head2
15125 #: ../src/guestfs-actions.pod:5793
15126 msgid "guestfs_set_e2label"
15127 msgstr ""
15128
15129 #. type: verbatim
15130 #: ../src/guestfs-actions.pod:5795
15131 #, no-wrap
15132 msgid ""
15133 " int\n"
15134 " guestfs_set_e2label (guestfs_h *g,\n"
15135 "                      const char *device,\n"
15136 "                      const char *label);\n"
15137 "\n"
15138 msgstr ""
15139
15140 #. type: textblock
15141 #: ../src/guestfs-actions.pod:5800 ../fish/guestfish-actions.pod:3894
15142 msgid ""
15143 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15144 "C<label>.  Filesystem labels are limited to 16 characters."
15145 msgstr ""
15146
15147 #. type: textblock
15148 #: ../src/guestfs-actions.pod:5804
15149 msgid ""
15150 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15151 "the existing label on a filesystem."
15152 msgstr ""
15153
15154 #. type: =head2
15155 #: ../src/guestfs-actions.pod:5811
15156 msgid "guestfs_set_e2uuid"
15157 msgstr ""
15158
15159 #. type: verbatim
15160 #: ../src/guestfs-actions.pod:5813
15161 #, no-wrap
15162 msgid ""
15163 " int\n"
15164 " guestfs_set_e2uuid (guestfs_h *g,\n"
15165 "                     const char *device,\n"
15166 "                     const char *uuid);\n"
15167 "\n"
15168 msgstr ""
15169
15170 #. type: textblock
15171 #: ../src/guestfs-actions.pod:5818 ../fish/guestfish-actions.pod:3905
15172 msgid ""
15173 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15174 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15175 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15176 msgstr ""
15177
15178 #. type: textblock
15179 #: ../src/guestfs-actions.pod:5823
15180 msgid ""
15181 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15182 "the existing UUID of a filesystem."
15183 msgstr ""
15184
15185 #. type: =head2
15186 #: ../src/guestfs-actions.pod:5830
15187 msgid "guestfs_set_memsize"
15188 msgstr ""
15189
15190 #. type: verbatim
15191 #: ../src/guestfs-actions.pod:5832
15192 #, no-wrap
15193 msgid ""
15194 " int\n"
15195 " guestfs_set_memsize (guestfs_h *g,\n"
15196 "                      int memsize);\n"
15197 "\n"
15198 msgstr ""
15199
15200 #. type: textblock
15201 #: ../src/guestfs-actions.pod:5836
15202 msgid ""
15203 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15204 "This only has any effect if called before C<guestfs_launch>."
15205 msgstr ""
15206
15207 #. type: textblock
15208 #: ../src/guestfs-actions.pod:5840 ../fish/guestfish-actions.pod:3923
15209 msgid ""
15210 "You can also change this by setting the environment variable "
15211 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15212 msgstr ""
15213
15214 #. type: =head2
15215 #: ../src/guestfs-actions.pod:5851
15216 msgid "guestfs_set_network"
15217 msgstr ""
15218
15219 #. type: verbatim
15220 #: ../src/guestfs-actions.pod:5853
15221 #, no-wrap
15222 msgid ""
15223 " int\n"
15224 " guestfs_set_network (guestfs_h *g,\n"
15225 "                      int network);\n"
15226 "\n"
15227 msgstr ""
15228
15229 #. type: textblock
15230 #: ../src/guestfs-actions.pod:5857 ../fish/guestfish-actions.pod:3936
15231 msgid ""
15232 "If C<network> is true, then the network is enabled in the libguestfs "
15233 "appliance.  The default is false."
15234 msgstr ""
15235
15236 #. type: textblock
15237 #: ../src/guestfs-actions.pod:5860 ../fish/guestfish-actions.pod:3939
15238 msgid ""
15239 "This affects whether commands are able to access the network (see "
15240 "L<guestfs(3)/RUNNING COMMANDS>)."
15241 msgstr ""
15242
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:5863
15245 msgid ""
15246 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15247 "effect."
15248 msgstr ""
15249
15250 #. type: =head2
15251 #: ../src/guestfs-actions.pod:5870
15252 msgid "guestfs_set_path"
15253 msgstr ""
15254
15255 #. type: verbatim
15256 #: ../src/guestfs-actions.pod:5872
15257 #, no-wrap
15258 msgid ""
15259 " int\n"
15260 " guestfs_set_path (guestfs_h *g,\n"
15261 "                   const char *searchpath);\n"
15262 "\n"
15263 msgstr ""
15264
15265 #. type: textblock
15266 #: ../src/guestfs-actions.pod:5876 ../fish/guestfish-actions.pod:3951
15267 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15268 msgstr ""
15269
15270 #. type: textblock
15271 #: ../src/guestfs-actions.pod:5878 ../fish/guestfish-actions.pod:3953
15272 msgid ""
15273 "The default is C<$libdir/guestfs> unless overridden by setting "
15274 "C<LIBGUESTFS_PATH> environment variable."
15275 msgstr ""
15276
15277 #. type: textblock
15278 #: ../src/guestfs-actions.pod:5881 ../fish/guestfish-actions.pod:3956
15279 msgid "Setting C<path> to C<NULL> restores the default path."
15280 msgstr ""
15281
15282 #. type: =head2
15283 #: ../src/guestfs-actions.pod:5887
15284 msgid "guestfs_set_qemu"
15285 msgstr ""
15286
15287 #. type: verbatim
15288 #: ../src/guestfs-actions.pod:5889
15289 #, no-wrap
15290 msgid ""
15291 " int\n"
15292 " guestfs_set_qemu (guestfs_h *g,\n"
15293 "                   const char *qemu);\n"
15294 "\n"
15295 msgstr ""
15296
15297 #. type: textblock
15298 #: ../src/guestfs-actions.pod:5893 ../fish/guestfish-actions.pod:3964
15299 msgid "Set the qemu binary that we will use."
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:5895 ../fish/guestfish-actions.pod:3966
15304 msgid "The default is chosen when the library was compiled by the configure script."
15305 msgstr ""
15306
15307 #. type: textblock
15308 #: ../src/guestfs-actions.pod:5898 ../fish/guestfish-actions.pod:3969
15309 msgid ""
15310 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15311 "variable."
15312 msgstr ""
15313
15314 #. type: textblock
15315 #: ../src/guestfs-actions.pod:5901 ../fish/guestfish-actions.pod:3972
15316 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15317 msgstr ""
15318
15319 #. type: textblock
15320 #: ../src/guestfs-actions.pod:5903 ../fish/guestfish-actions.pod:3974
15321 msgid ""
15322 "Note that you should call this function as early as possible after creating "
15323 "the handle.  This is because some pre-launch operations depend on testing "
15324 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15325 "don't retest features, and so you might see inconsistent results.  Using the "
15326 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15327 "the qemu binary at the same time as the handle is created."
15328 msgstr ""
15329
15330 #. type: =head2
15331 #: ../src/guestfs-actions.pod:5915
15332 msgid "guestfs_set_recovery_proc"
15333 msgstr ""
15334
15335 #. type: verbatim
15336 #: ../src/guestfs-actions.pod:5917
15337 #, no-wrap
15338 msgid ""
15339 " int\n"
15340 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15341 "                            int recoveryproc);\n"
15342 "\n"
15343 msgstr ""
15344
15345 #. type: textblock
15346 #: ../src/guestfs-actions.pod:5921
15347 msgid ""
15348 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15349 "not create a recovery process.  The purpose of the recovery process is to "
15350 "stop runaway qemu processes in the case where the main program aborts "
15351 "abruptly."
15352 msgstr ""
15353
15354 #. type: textblock
15355 #: ../src/guestfs-actions.pod:5926
15356 msgid ""
15357 "This only has any effect if called before C<guestfs_launch>, and the default "
15358 "is true."
15359 msgstr ""
15360
15361 #. type: textblock
15362 #: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3996
15363 msgid ""
15364 "About the only time when you would want to disable this is if the main "
15365 "process will fork itself into the background (\"daemonize\" itself).  In "
15366 "this case the recovery process thinks that the main program has disappeared "
15367 "and so kills qemu, which is not very helpful."
15368 msgstr ""
15369
15370 #. type: =head2
15371 #: ../src/guestfs-actions.pod:5939
15372 msgid "guestfs_set_selinux"
15373 msgstr ""
15374
15375 #. type: verbatim
15376 #: ../src/guestfs-actions.pod:5941
15377 #, no-wrap
15378 msgid ""
15379 " int\n"
15380 " guestfs_set_selinux (guestfs_h *g,\n"
15381 "                      int selinux);\n"
15382 "\n"
15383 msgstr ""
15384
15385 #. type: textblock
15386 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:4008
15387 msgid ""
15388 "This sets the selinux flag that is passed to the appliance at boot time.  "
15389 "The default is C<selinux=0> (disabled)."
15390 msgstr ""
15391
15392 #. type: textblock
15393 #: ../src/guestfs-actions.pod:5948 ../fish/guestfish-actions.pod:4011
15394 msgid ""
15395 "Note that if SELinux is enabled, it is always in Permissive mode "
15396 "(C<enforcing=0>)."
15397 msgstr ""
15398
15399 #. type: =head2
15400 #: ../src/guestfs-actions.pod:5958
15401 msgid "guestfs_set_trace"
15402 msgstr ""
15403
15404 #. type: verbatim
15405 #: ../src/guestfs-actions.pod:5960
15406 #, no-wrap
15407 msgid ""
15408 " int\n"
15409 " guestfs_set_trace (guestfs_h *g,\n"
15410 "                    int trace);\n"
15411 "\n"
15412 msgstr ""
15413
15414 #. type: textblock
15415 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4023
15416 msgid ""
15417 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15418 "return values are traced."
15419 msgstr ""
15420
15421 #. type: textblock
15422 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:4026
15423 msgid ""
15424 "If you want to trace C API calls into libguestfs (and other libraries) then "
15425 "possibly a better way is to use the external ltrace(1) command."
15426 msgstr ""
15427
15428 #. type: textblock
15429 #: ../src/guestfs-actions.pod:5971 ../fish/guestfish-actions.pod:4030
15430 msgid ""
15431 "Command traces are disabled unless the environment variable "
15432 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15433 msgstr ""
15434
15435 #. type: textblock
15436 #: ../src/guestfs-actions.pod:5974
15437 msgid ""
15438 "Trace messages are normally sent to C<stderr>, unless you register a "
15439 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15440 msgstr ""
15441
15442 #. type: =head2
15443 #: ../src/guestfs-actions.pod:5982
15444 msgid "guestfs_set_verbose"
15445 msgstr ""
15446
15447 #. type: verbatim
15448 #: ../src/guestfs-actions.pod:5984
15449 #, no-wrap
15450 msgid ""
15451 " int\n"
15452 " guestfs_set_verbose (guestfs_h *g,\n"
15453 "                      int verbose);\n"
15454 "\n"
15455 msgstr ""
15456
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:5988 ../fish/guestfish-actions.pod:4043
15459 msgid "If C<verbose> is true, this turns on verbose messages."
15460 msgstr ""
15461
15462 #. type: textblock
15463 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:4045
15464 msgid ""
15465 "Verbose messages are disabled unless the environment variable "
15466 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15467 msgstr ""
15468
15469 #. type: textblock
15470 #: ../src/guestfs-actions.pod:5993
15471 msgid ""
15472 "Verbose messages are normally sent to C<stderr>, unless you register a "
15473 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15474 msgstr ""
15475
15476 #. type: =head2
15477 #: ../src/guestfs-actions.pod:6001
15478 msgid "guestfs_setcon"
15479 msgstr ""
15480
15481 #. type: verbatim
15482 #: ../src/guestfs-actions.pod:6003
15483 #, no-wrap
15484 msgid ""
15485 " int\n"
15486 " guestfs_setcon (guestfs_h *g,\n"
15487 "                 const char *context);\n"
15488 "\n"
15489 msgstr ""
15490
15491 #. type: textblock
15492 #: ../src/guestfs-actions.pod:6007 ../fish/guestfish-actions.pod:4056
15493 msgid ""
15494 "This sets the SELinux security context of the daemon to the string "
15495 "C<context>."
15496 msgstr ""
15497
15498 #. type: textblock
15499 #: ../src/guestfs-actions.pod:6010 ../fish/guestfish-actions.pod:4059
15500 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15501 msgstr ""
15502
15503 #. type: =head2
15504 #: ../src/guestfs-actions.pod:6016
15505 msgid "guestfs_setxattr"
15506 msgstr ""
15507
15508 #. type: verbatim
15509 #: ../src/guestfs-actions.pod:6018
15510 #, no-wrap
15511 msgid ""
15512 " int\n"
15513 " guestfs_setxattr (guestfs_h *g,\n"
15514 "                   const char *xattr,\n"
15515 "                   const char *val,\n"
15516 "                   int vallen,\n"
15517 "                   const char *path);\n"
15518 "\n"
15519 msgstr ""
15520
15521 #. type: textblock
15522 #: ../src/guestfs-actions.pod:6025 ../fish/guestfish-actions.pod:4065
15523 msgid ""
15524 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15525 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15526 msgstr ""
15527
15528 #. type: textblock
15529 #: ../src/guestfs-actions.pod:6029
15530 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15531 msgstr ""
15532
15533 #. type: =head2
15534 #: ../src/guestfs-actions.pod:6035
15535 msgid "guestfs_sfdisk"
15536 msgstr ""
15537
15538 #. type: verbatim
15539 #: ../src/guestfs-actions.pod:6037
15540 #, no-wrap
15541 msgid ""
15542 " int\n"
15543 " guestfs_sfdisk (guestfs_h *g,\n"
15544 "                 const char *device,\n"
15545 "                 int cyls,\n"
15546 "                 int heads,\n"
15547 "                 int sectors,\n"
15548 "                 char *const *lines);\n"
15549 "\n"
15550 msgstr ""
15551
15552 #. type: textblock
15553 #: ../src/guestfs-actions.pod:6045 ../fish/guestfish-actions.pod:4075
15554 msgid ""
15555 "This is a direct interface to the L<sfdisk(8)> program for creating "
15556 "partitions on block devices."
15557 msgstr ""
15558
15559 #. type: textblock
15560 #: ../src/guestfs-actions.pod:6048 ../fish/guestfish-actions.pod:4078
15561 msgid "C<device> should be a block device, for example C</dev/sda>."
15562 msgstr ""
15563
15564 #. type: textblock
15565 #: ../src/guestfs-actions.pod:6050 ../fish/guestfish-actions.pod:4080
15566 msgid ""
15567 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15568 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15569 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15570 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15571 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15572 "the kernel) cannot work out the right geometry and you will need to tell it."
15573 msgstr ""
15574
15575 #. type: textblock
15576 #: ../src/guestfs-actions.pod:6058 ../fish/guestfish-actions.pod:4088
15577 msgid ""
15578 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15579 "refer to the L<sfdisk(8)> manpage."
15580 msgstr ""
15581
15582 #. type: textblock
15583 #: ../src/guestfs-actions.pod:6061 ../fish/guestfish-actions.pod:4091
15584 msgid ""
15585 "To create a single partition occupying the whole disk, you would pass "
15586 "C<lines> as a single element list, when the single element being the string "
15587 "C<,> (comma)."
15588 msgstr ""
15589
15590 #. type: textblock
15591 #: ../src/guestfs-actions.pod:6065
15592 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15593 msgstr ""
15594
15595 #. type: =head2
15596 #: ../src/guestfs-actions.pod:6075
15597 msgid "guestfs_sfdiskM"
15598 msgstr ""
15599
15600 #. type: verbatim
15601 #: ../src/guestfs-actions.pod:6077
15602 #, no-wrap
15603 msgid ""
15604 " int\n"
15605 " guestfs_sfdiskM (guestfs_h *g,\n"
15606 "                  const char *device,\n"
15607 "                  char *const *lines);\n"
15608 "\n"
15609 msgstr ""
15610
15611 #. type: textblock
15612 #: ../src/guestfs-actions.pod:6082
15613 msgid ""
15614 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15615 "partition sizes are specified in megabytes only (rounded to the nearest "
15616 "cylinder) and you don't need to specify the cyls, heads and sectors "
15617 "parameters which were rarely if ever used anyway."
15618 msgstr ""
15619
15620 #. type: textblock
15621 #: ../src/guestfs-actions.pod:6088
15622 msgid ""
15623 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15624 "C<guestfs_part_disk>"
15625 msgstr ""
15626
15627 #. type: =head2
15628 #: ../src/guestfs-actions.pod:6098
15629 msgid "guestfs_sfdisk_N"
15630 msgstr ""
15631
15632 #. type: verbatim
15633 #: ../src/guestfs-actions.pod:6100
15634 #, no-wrap
15635 msgid ""
15636 " int\n"
15637 " guestfs_sfdisk_N (guestfs_h *g,\n"
15638 "                   const char *device,\n"
15639 "                   int partnum,\n"
15640 "                   int cyls,\n"
15641 "                   int heads,\n"
15642 "                   int sectors,\n"
15643 "                   const char *line);\n"
15644 "\n"
15645 msgstr ""
15646
15647 #. type: textblock
15648 #: ../src/guestfs-actions.pod:6109 ../fish/guestfish-actions.pod:4121
15649 msgid ""
15650 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15651 "(note: C<n> counts from 1)."
15652 msgstr ""
15653
15654 #. type: textblock
15655 #: ../src/guestfs-actions.pod:6112
15656 msgid ""
15657 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15658 "for the cyls/heads/sectors parameters."
15659 msgstr ""
15660
15661 #. type: textblock
15662 #: ../src/guestfs-actions.pod:6115
15663 msgid "See also: C<guestfs_part_add>"
15664 msgstr ""
15665
15666 #. type: =head2
15667 #: ../src/guestfs-actions.pod:6124
15668 msgid "guestfs_sfdisk_disk_geometry"
15669 msgstr ""
15670
15671 #. type: verbatim
15672 #: ../src/guestfs-actions.pod:6126
15673 #, no-wrap
15674 msgid ""
15675 " char *\n"
15676 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15677 "                               const char *device);\n"
15678 "\n"
15679 msgstr ""
15680
15681 #. type: textblock
15682 #: ../src/guestfs-actions.pod:6130
15683 msgid ""
15684 "This displays the disk geometry of C<device> read from the partition table.  "
15685 "Especially in the case where the underlying block device has been resized, "
15686 "this can be different from the kernel's idea of the geometry (see "
15687 "C<guestfs_sfdisk_kernel_geometry>)."
15688 msgstr ""
15689
15690 #. type: textblock
15691 #: ../src/guestfs-actions.pod:6135 ../src/guestfs-actions.pod:6151 ../fish/guestfish-actions.pod:4141 ../fish/guestfish-actions.pod:4150
15692 msgid "The result is in human-readable format, and not designed to be parsed."
15693 msgstr ""
15694
15695 #. type: =head2
15696 #: ../src/guestfs-actions.pod:6143
15697 msgid "guestfs_sfdisk_kernel_geometry"
15698 msgstr ""
15699
15700 #. type: verbatim
15701 #: ../src/guestfs-actions.pod:6145
15702 #, no-wrap
15703 msgid ""
15704 " char *\n"
15705 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15706 "                                 const char *device);\n"
15707 "\n"
15708 msgstr ""
15709
15710 #. type: textblock
15711 #: ../src/guestfs-actions.pod:6149 ../fish/guestfish-actions.pod:4148
15712 msgid "This displays the kernel's idea of the geometry of C<device>."
15713 msgstr ""
15714
15715 #. type: =head2
15716 #: ../src/guestfs-actions.pod:6159
15717 msgid "guestfs_sfdisk_l"
15718 msgstr ""
15719
15720 #. type: verbatim
15721 #: ../src/guestfs-actions.pod:6161
15722 #, no-wrap
15723 msgid ""
15724 " char *\n"
15725 " guestfs_sfdisk_l (guestfs_h *g,\n"
15726 "                   const char *device);\n"
15727 "\n"
15728 msgstr ""
15729
15730 #. type: textblock
15731 #: ../src/guestfs-actions.pod:6165 ../fish/guestfish-actions.pod:4157
15732 msgid ""
15733 "This displays the partition table on C<device>, in the human-readable output "
15734 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15735 msgstr ""
15736
15737 #. type: textblock
15738 #: ../src/guestfs-actions.pod:6169
15739 msgid "See also: C<guestfs_part_list>"
15740 msgstr ""
15741
15742 #. type: =head2
15743 #: ../src/guestfs-actions.pod:6176
15744 msgid "guestfs_sh"
15745 msgstr ""
15746
15747 #. type: verbatim
15748 #: ../src/guestfs-actions.pod:6178
15749 #, no-wrap
15750 msgid ""
15751 " char *\n"
15752 " guestfs_sh (guestfs_h *g,\n"
15753 "             const char *command);\n"
15754 "\n"
15755 msgstr ""
15756
15757 #. type: textblock
15758 #: ../src/guestfs-actions.pod:6182 ../fish/guestfish-actions.pod:4167
15759 msgid ""
15760 "This call runs a command from the guest filesystem via the guest's "
15761 "C</bin/sh>."
15762 msgstr ""
15763
15764 #. type: textblock
15765 #: ../src/guestfs-actions.pod:6185
15766 msgid "This is like C<guestfs_command>, but passes the command to:"
15767 msgstr ""
15768
15769 #. type: verbatim
15770 #: ../src/guestfs-actions.pod:6187 ../fish/guestfish-actions.pod:4172
15771 #, no-wrap
15772 msgid ""
15773 " /bin/sh -c \"command\"\n"
15774 "\n"
15775 msgstr ""
15776
15777 #. type: textblock
15778 #: ../src/guestfs-actions.pod:6189 ../fish/guestfish-actions.pod:4174
15779 msgid ""
15780 "Depending on the guest's shell, this usually results in wildcards being "
15781 "expanded, shell expressions being interpolated and so on."
15782 msgstr ""
15783
15784 #. type: textblock
15785 #: ../src/guestfs-actions.pod:6193
15786 msgid "All the provisos about C<guestfs_command> apply to this call."
15787 msgstr ""
15788
15789 #. type: =head2
15790 #: ../src/guestfs-actions.pod:6200
15791 msgid "guestfs_sh_lines"
15792 msgstr ""
15793
15794 #. type: verbatim
15795 #: ../src/guestfs-actions.pod:6202
15796 #, no-wrap
15797 msgid ""
15798 " char **\n"
15799 " guestfs_sh_lines (guestfs_h *g,\n"
15800 "                   const char *command);\n"
15801 "\n"
15802 msgstr ""
15803
15804 #. type: textblock
15805 #: ../src/guestfs-actions.pod:6206
15806 msgid ""
15807 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15808 "lines."
15809 msgstr ""
15810
15811 #. type: textblock
15812 #: ../src/guestfs-actions.pod:6209
15813 msgid "See also: C<guestfs_command_lines>"
15814 msgstr ""
15815
15816 #. type: =head2
15817 #: ../src/guestfs-actions.pod:6217
15818 msgid "guestfs_sleep"
15819 msgstr ""
15820
15821 #. type: verbatim
15822 #: ../src/guestfs-actions.pod:6219
15823 #, no-wrap
15824 msgid ""
15825 " int\n"
15826 " guestfs_sleep (guestfs_h *g,\n"
15827 "                int secs);\n"
15828 "\n"
15829 msgstr ""
15830
15831 #. type: textblock
15832 #: ../src/guestfs-actions.pod:6223 ../fish/guestfish-actions.pod:4193
15833 msgid "Sleep for C<secs> seconds."
15834 msgstr ""
15835
15836 #. type: textblock
15837 #: ../src/guestfs-actions.pod:6227
15838 msgid "(Added in 1.0.41)"
15839 msgstr ""
15840
15841 #. type: =head2
15842 #: ../src/guestfs-actions.pod:6229 ../src/guestfs-structs.pod:109
15843 msgid "guestfs_stat"
15844 msgstr ""
15845
15846 #. type: verbatim
15847 #: ../src/guestfs-actions.pod:6231
15848 #, no-wrap
15849 msgid ""
15850 " struct guestfs_stat *\n"
15851 " guestfs_stat (guestfs_h *g,\n"
15852 "               const char *path);\n"
15853 "\n"
15854 msgstr ""
15855
15856 #. type: textblock
15857 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4201
15858 msgid "This is the same as the C<stat(2)> system call."
15859 msgstr ""
15860
15861 #. type: =head2
15862 #: ../src/guestfs-actions.pod:6245 ../src/guestfs-structs.pod:135
15863 msgid "guestfs_statvfs"
15864 msgstr ""
15865
15866 #. type: verbatim
15867 #: ../src/guestfs-actions.pod:6247
15868 #, no-wrap
15869 msgid ""
15870 " struct guestfs_statvfs *\n"
15871 " guestfs_statvfs (guestfs_h *g,\n"
15872 "                  const char *path);\n"
15873 "\n"
15874 msgstr ""
15875
15876 #. type: textblock
15877 #: ../src/guestfs-actions.pod:6251 ../fish/guestfish-actions.pod:4207
15878 msgid ""
15879 "Returns file system statistics for any mounted file system.  C<path> should "
15880 "be a file or directory in the mounted file system (typically it is the mount "
15881 "point itself, but it doesn't need to be)."
15882 msgstr ""
15883
15884 #. type: textblock
15885 #: ../src/guestfs-actions.pod:6255 ../fish/guestfish-actions.pod:4211
15886 msgid "This is the same as the C<statvfs(2)> system call."
15887 msgstr ""
15888
15889 #. type: textblock
15890 #: ../src/guestfs-actions.pod:6257
15891 msgid ""
15892 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
15893 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
15894 msgstr ""
15895
15896 #. type: =head2
15897 #: ../src/guestfs-actions.pod:6263
15898 msgid "guestfs_strings"
15899 msgstr ""
15900
15901 #. type: verbatim
15902 #: ../src/guestfs-actions.pod:6265
15903 #, no-wrap
15904 msgid ""
15905 " char **\n"
15906 " guestfs_strings (guestfs_h *g,\n"
15907 "                  const char *path);\n"
15908 "\n"
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4217
15913 msgid ""
15914 "This runs the L<strings(1)> command on a file and returns the list of "
15915 "printable strings found."
15916 msgstr ""
15917
15918 #. type: =head2
15919 #: ../src/guestfs-actions.pod:6281
15920 msgid "guestfs_strings_e"
15921 msgstr ""
15922
15923 #. type: verbatim
15924 #: ../src/guestfs-actions.pod:6283
15925 #, no-wrap
15926 msgid ""
15927 " char **\n"
15928 " guestfs_strings_e (guestfs_h *g,\n"
15929 "                    const char *encoding,\n"
15930 "                    const char *path);\n"
15931 "\n"
15932 msgstr ""
15933
15934 #. type: textblock
15935 #: ../src/guestfs-actions.pod:6288
15936 msgid ""
15937 "This is like the C<guestfs_strings> command, but allows you to specify the "
15938 "encoding of strings that are looked for in the source file C<path>."
15939 msgstr ""
15940
15941 #. type: textblock
15942 #: ../src/guestfs-actions.pod:6292 ../fish/guestfish-actions.pod:4231
15943 msgid "Allowed encodings are:"
15944 msgstr ""
15945
15946 #. type: =item
15947 #: ../src/guestfs-actions.pod:6296 ../fish/guestfish-actions.pod:4235
15948 msgid "s"
15949 msgstr ""
15950
15951 #. type: textblock
15952 #: ../src/guestfs-actions.pod:6298
15953 msgid ""
15954 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15955 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15956 msgstr ""
15957
15958 #. type: =item
15959 #: ../src/guestfs-actions.pod:6301 ../fish/guestfish-actions.pod:4240
15960 msgid "S"
15961 msgstr ""
15962
15963 #. type: textblock
15964 #: ../src/guestfs-actions.pod:6303 ../fish/guestfish-actions.pod:4242
15965 msgid "Single 8-bit-byte characters."
15966 msgstr ""
15967
15968 #. type: =item
15969 #: ../src/guestfs-actions.pod:6305 ../fish/guestfish-actions.pod:4244
15970 msgid "b"
15971 msgstr ""
15972
15973 #. type: textblock
15974 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4246
15975 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15976 msgstr ""
15977
15978 #. type: =item
15979 #: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4249
15980 msgid "l (lower case letter L)"
15981 msgstr ""
15982
15983 #. type: textblock
15984 #: ../src/guestfs-actions.pod:6312 ../fish/guestfish-actions.pod:4251
15985 msgid ""
15986 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15987 "examining binaries in Windows guests."
15988 msgstr ""
15989
15990 #. type: =item
15991 #: ../src/guestfs-actions.pod:6315 ../fish/guestfish-actions.pod:4254
15992 msgid "B"
15993 msgstr ""
15994
15995 #. type: textblock
15996 #: ../src/guestfs-actions.pod:6317 ../fish/guestfish-actions.pod:4256
15997 msgid "32-bit big endian such as UCS-4BE."
15998 msgstr ""
15999
16000 #. type: =item
16001 #: ../src/guestfs-actions.pod:6319 ../fish/guestfish-actions.pod:4258
16002 msgid "L"
16003 msgstr ""
16004
16005 #. type: textblock
16006 #: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4260
16007 msgid "32-bit little endian such as UCS-4LE."
16008 msgstr ""
16009
16010 #. type: textblock
16011 #: ../src/guestfs-actions.pod:6325 ../fish/guestfish-actions.pod:4264
16012 msgid "The returned strings are transcoded to UTF-8."
16013 msgstr ""
16014
16015 #. type: =head2
16016 #: ../src/guestfs-actions.pod:6336
16017 msgid "guestfs_swapoff_device"
16018 msgstr ""
16019
16020 #. type: verbatim
16021 #: ../src/guestfs-actions.pod:6338
16022 #, no-wrap
16023 msgid ""
16024 " int\n"
16025 " guestfs_swapoff_device (guestfs_h *g,\n"
16026 "                         const char *device);\n"
16027 "\n"
16028 msgstr ""
16029
16030 #. type: textblock
16031 #: ../src/guestfs-actions.pod:6342
16032 msgid ""
16033 "This command disables the libguestfs appliance swap device or partition "
16034 "named C<device>.  See C<guestfs_swapon_device>."
16035 msgstr ""
16036
16037 #. type: =head2
16038 #: ../src/guestfs-actions.pod:6350
16039 msgid "guestfs_swapoff_file"
16040 msgstr ""
16041
16042 #. type: verbatim
16043 #: ../src/guestfs-actions.pod:6352
16044 #, no-wrap
16045 msgid ""
16046 " int\n"
16047 " guestfs_swapoff_file (guestfs_h *g,\n"
16048 "                       const char *file);\n"
16049 "\n"
16050 msgstr ""
16051
16052 #. type: textblock
16053 #: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4281
16054 msgid "This command disables the libguestfs appliance swap on file."
16055 msgstr ""
16056
16057 #. type: =head2
16058 #: ../src/guestfs-actions.pod:6362
16059 msgid "guestfs_swapoff_label"
16060 msgstr ""
16061
16062 #. type: verbatim
16063 #: ../src/guestfs-actions.pod:6364
16064 #, no-wrap
16065 msgid ""
16066 " int\n"
16067 " guestfs_swapoff_label (guestfs_h *g,\n"
16068 "                        const char *label);\n"
16069 "\n"
16070 msgstr ""
16071
16072 #. type: textblock
16073 #: ../src/guestfs-actions.pod:6368 ../fish/guestfish-actions.pod:4287
16074 msgid ""
16075 "This command disables the libguestfs appliance swap on labeled swap "
16076 "partition."
16077 msgstr ""
16078
16079 #. type: =head2
16080 #: ../src/guestfs-actions.pod:6375
16081 msgid "guestfs_swapoff_uuid"
16082 msgstr ""
16083
16084 #. type: verbatim
16085 #: ../src/guestfs-actions.pod:6377
16086 #, no-wrap
16087 msgid ""
16088 " int\n"
16089 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16090 "                       const char *uuid);\n"
16091 "\n"
16092 msgstr ""
16093
16094 #. type: textblock
16095 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4294
16096 msgid ""
16097 "This command disables the libguestfs appliance swap partition with the given "
16098 "UUID."
16099 msgstr ""
16100
16101 #. type: =head2
16102 #: ../src/guestfs-actions.pod:6388
16103 msgid "guestfs_swapon_device"
16104 msgstr ""
16105
16106 #. type: verbatim
16107 #: ../src/guestfs-actions.pod:6390
16108 #, no-wrap
16109 msgid ""
16110 " int\n"
16111 " guestfs_swapon_device (guestfs_h *g,\n"
16112 "                        const char *device);\n"
16113 "\n"
16114 msgstr ""
16115
16116 #. type: textblock
16117 #: ../src/guestfs-actions.pod:6394
16118 msgid ""
16119 "This command enables the libguestfs appliance to use the swap device or "
16120 "partition named C<device>.  The increased memory is made available for all "
16121 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16122 msgstr ""
16123
16124 #. type: textblock
16125 #: ../src/guestfs-actions.pod:6399 ../fish/guestfish-actions.pod:4306
16126 msgid ""
16127 "Note that you should not swap to existing guest swap partitions unless you "
16128 "know what you are doing.  They may contain hibernation information, or other "
16129 "information that the guest doesn't want you to trash.  You also risk leaking "
16130 "information about the host to the guest this way.  Instead, attach a new "
16131 "host device to the guest and swap on that."
16132 msgstr ""
16133
16134 #. type: =head2
16135 #: ../src/guestfs-actions.pod:6410
16136 msgid "guestfs_swapon_file"
16137 msgstr ""
16138
16139 #. type: verbatim
16140 #: ../src/guestfs-actions.pod:6412
16141 #, no-wrap
16142 msgid ""
16143 " int\n"
16144 " guestfs_swapon_file (guestfs_h *g,\n"
16145 "                      const char *file);\n"
16146 "\n"
16147 msgstr ""
16148
16149 #. type: textblock
16150 #: ../src/guestfs-actions.pod:6416
16151 msgid ""
16152 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16153 "notes."
16154 msgstr ""
16155
16156 #. type: =head2
16157 #: ../src/guestfs-actions.pod:6423
16158 msgid "guestfs_swapon_label"
16159 msgstr ""
16160
16161 #. type: verbatim
16162 #: ../src/guestfs-actions.pod:6425
16163 #, no-wrap
16164 msgid ""
16165 " int\n"
16166 " guestfs_swapon_label (guestfs_h *g,\n"
16167 "                       const char *label);\n"
16168 "\n"
16169 msgstr ""
16170
16171 #. type: textblock
16172 #: ../src/guestfs-actions.pod:6429
16173 msgid ""
16174 "This command enables swap to a labeled swap partition.  See "
16175 "C<guestfs_swapon_device> for other notes."
16176 msgstr ""
16177
16178 #. type: =head2
16179 #: ../src/guestfs-actions.pod:6436
16180 msgid "guestfs_swapon_uuid"
16181 msgstr ""
16182
16183 #. type: verbatim
16184 #: ../src/guestfs-actions.pod:6438
16185 #, no-wrap
16186 msgid ""
16187 " int\n"
16188 " guestfs_swapon_uuid (guestfs_h *g,\n"
16189 "                      const char *uuid);\n"
16190 "\n"
16191 msgstr ""
16192
16193 #. type: textblock
16194 #: ../src/guestfs-actions.pod:6442
16195 msgid ""
16196 "This command enables swap to a swap partition with the given UUID.  See "
16197 "C<guestfs_swapon_device> for other notes."
16198 msgstr ""
16199
16200 #. type: =head2
16201 #: ../src/guestfs-actions.pod:6449
16202 msgid "guestfs_sync"
16203 msgstr ""
16204
16205 #. type: verbatim
16206 #: ../src/guestfs-actions.pod:6451
16207 #, no-wrap
16208 msgid ""
16209 " int\n"
16210 " guestfs_sync (guestfs_h *g);\n"
16211 "\n"
16212 msgstr ""
16213
16214 #. type: textblock
16215 #: ../src/guestfs-actions.pod:6454 ../fish/guestfish-actions.pod:4338
16216 msgid ""
16217 "This syncs the disk, so that any writes are flushed through to the "
16218 "underlying disk image."
16219 msgstr ""
16220
16221 #. type: textblock
16222 #: ../src/guestfs-actions.pod:6457 ../fish/guestfish-actions.pod:4341
16223 msgid ""
16224 "You should always call this if you have modified a disk image, before "
16225 "closing the handle."
16226 msgstr ""
16227
16228 #. type: =head2
16229 #: ../src/guestfs-actions.pod:6464
16230 msgid "guestfs_tail"
16231 msgstr ""
16232
16233 #. type: verbatim
16234 #: ../src/guestfs-actions.pod:6466
16235 #, no-wrap
16236 msgid ""
16237 " char **\n"
16238 " guestfs_tail (guestfs_h *g,\n"
16239 "               const char *path);\n"
16240 "\n"
16241 msgstr ""
16242
16243 #. type: textblock
16244 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4348
16245 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16246 msgstr ""
16247
16248 #. type: =head2
16249 #: ../src/guestfs-actions.pod:6482
16250 msgid "guestfs_tail_n"
16251 msgstr ""
16252
16253 #. type: verbatim
16254 #: ../src/guestfs-actions.pod:6484
16255 #, no-wrap
16256 msgid ""
16257 " char **\n"
16258 " guestfs_tail_n (guestfs_h *g,\n"
16259 "                 int nrlines,\n"
16260 "                 const char *path);\n"
16261 "\n"
16262 msgstr ""
16263
16264 #. type: textblock
16265 #: ../src/guestfs-actions.pod:6489 ../fish/guestfish-actions.pod:4358
16266 msgid ""
16267 "If the parameter C<nrlines> is a positive number, this returns the last "
16268 "C<nrlines> lines of the file C<path>."
16269 msgstr ""
16270
16271 #. type: textblock
16272 #: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4361
16273 msgid ""
16274 "If the parameter C<nrlines> is a negative number, this returns lines from "
16275 "the file C<path>, starting with the C<-nrlines>th line."
16276 msgstr ""
16277
16278 #. type: =head2
16279 #: ../src/guestfs-actions.pod:6506
16280 msgid "guestfs_tar_in"
16281 msgstr ""
16282
16283 #. type: verbatim
16284 #: ../src/guestfs-actions.pod:6508
16285 #, no-wrap
16286 msgid ""
16287 " int\n"
16288 " guestfs_tar_in (guestfs_h *g,\n"
16289 "                 const char *tarfile,\n"
16290 "                 const char *directory);\n"
16291 "\n"
16292 msgstr ""
16293
16294 #. type: textblock
16295 #: ../src/guestfs-actions.pod:6513 ../fish/guestfish-actions.pod:4373
16296 msgid ""
16297 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16298 "tar file) into C<directory>."
16299 msgstr ""
16300
16301 #. type: textblock
16302 #: ../src/guestfs-actions.pod:6516
16303 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16304 msgstr ""
16305
16306 #. type: textblock
16307 #: ../src/guestfs-actions.pod:6521 ../src/guestfs-actions.pod:6538 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6570
16308 msgid "(Added in 1.0.3)"
16309 msgstr ""
16310
16311 #. type: =head2
16312 #: ../src/guestfs-actions.pod:6523
16313 msgid "guestfs_tar_out"
16314 msgstr ""
16315
16316 #. type: verbatim
16317 #: ../src/guestfs-actions.pod:6525
16318 #, no-wrap
16319 msgid ""
16320 " int\n"
16321 " guestfs_tar_out (guestfs_h *g,\n"
16322 "                  const char *directory,\n"
16323 "                  const char *tarfile);\n"
16324 "\n"
16325 msgstr ""
16326
16327 #. type: textblock
16328 #: ../src/guestfs-actions.pod:6530 ../fish/guestfish-actions.pod:4385
16329 msgid ""
16330 "This command packs the contents of C<directory> and downloads it to local "
16331 "file C<tarfile>."
16332 msgstr ""
16333
16334 #. type: textblock
16335 #: ../src/guestfs-actions.pod:6533
16336 msgid ""
16337 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16338 "C<guestfs_txz_out>."
16339 msgstr ""
16340
16341 #. type: =head2
16342 #: ../src/guestfs-actions.pod:6540
16343 msgid "guestfs_tgz_in"
16344 msgstr ""
16345
16346 #. type: verbatim
16347 #: ../src/guestfs-actions.pod:6542
16348 #, no-wrap
16349 msgid ""
16350 " int\n"
16351 " guestfs_tgz_in (guestfs_h *g,\n"
16352 "                 const char *tarball,\n"
16353 "                 const char *directory);\n"
16354 "\n"
16355 msgstr ""
16356
16357 #. type: textblock
16358 #: ../src/guestfs-actions.pod:6547 ../fish/guestfish-actions.pod:4397
16359 msgid ""
16360 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16361 "tar file) into C<directory>."
16362 msgstr ""
16363
16364 #. type: textblock
16365 #: ../src/guestfs-actions.pod:6550
16366 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16367 msgstr ""
16368
16369 #. type: =head2
16370 #: ../src/guestfs-actions.pod:6556
16371 msgid "guestfs_tgz_out"
16372 msgstr ""
16373
16374 #. type: verbatim
16375 #: ../src/guestfs-actions.pod:6558
16376 #, no-wrap
16377 msgid ""
16378 " int\n"
16379 " guestfs_tgz_out (guestfs_h *g,\n"
16380 "                  const char *directory,\n"
16381 "                  const char *tarball);\n"
16382 "\n"
16383 msgstr ""
16384
16385 #. type: textblock
16386 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4408
16387 msgid ""
16388 "This command packs the contents of C<directory> and downloads it to local "
16389 "file C<tarball>."
16390 msgstr ""
16391
16392 #. type: textblock
16393 #: ../src/guestfs-actions.pod:6566
16394 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16395 msgstr ""
16396
16397 #. type: =head2
16398 #: ../src/guestfs-actions.pod:6572
16399 msgid "guestfs_touch"
16400 msgstr ""
16401
16402 #. type: verbatim
16403 #: ../src/guestfs-actions.pod:6574
16404 #, no-wrap
16405 msgid ""
16406 " int\n"
16407 " guestfs_touch (guestfs_h *g,\n"
16408 "                const char *path);\n"
16409 "\n"
16410 msgstr ""
16411
16412 #. type: textblock
16413 #: ../src/guestfs-actions.pod:6578 ../fish/guestfish-actions.pod:4419
16414 msgid ""
16415 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16416 "timestamps on a file, or, if the file does not exist, to create a new "
16417 "zero-length file."
16418 msgstr ""
16419
16420 #. type: textblock
16421 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4423
16422 msgid ""
16423 "This command only works on regular files, and will fail on other file types "
16424 "such as directories, symbolic links, block special etc."
16425 msgstr ""
16426
16427 #. type: =head2
16428 #: ../src/guestfs-actions.pod:6589
16429 msgid "guestfs_truncate"
16430 msgstr ""
16431
16432 #. type: verbatim
16433 #: ../src/guestfs-actions.pod:6591
16434 #, no-wrap
16435 msgid ""
16436 " int\n"
16437 " guestfs_truncate (guestfs_h *g,\n"
16438 "                   const char *path);\n"
16439 "\n"
16440 msgstr ""
16441
16442 #. type: textblock
16443 #: ../src/guestfs-actions.pod:6595 ../fish/guestfish-actions.pod:4430
16444 msgid ""
16445 "This command truncates C<path> to a zero-length file.  The file must exist "
16446 "already."
16447 msgstr ""
16448
16449 #. type: =head2
16450 #: ../src/guestfs-actions.pod:6602
16451 msgid "guestfs_truncate_size"
16452 msgstr ""
16453
16454 #. type: verbatim
16455 #: ../src/guestfs-actions.pod:6604
16456 #, no-wrap
16457 msgid ""
16458 " int\n"
16459 " guestfs_truncate_size (guestfs_h *g,\n"
16460 "                        const char *path,\n"
16461 "                        int64_t size);\n"
16462 "\n"
16463 msgstr ""
16464
16465 #. type: textblock
16466 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4437
16467 msgid ""
16468 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16469 "already."
16470 msgstr ""
16471
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:6612
16474 msgid ""
16475 "If the current file size is less than C<size> then the file is extended to "
16476 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16477 "blocks are not allocated for the file until you write to it).  To create a "
16478 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16479 msgstr ""
16480
16481 #. type: =head2
16482 #: ../src/guestfs-actions.pod:6622
16483 msgid "guestfs_tune2fs_l"
16484 msgstr ""
16485
16486 #. type: verbatim
16487 #: ../src/guestfs-actions.pod:6624
16488 #, no-wrap
16489 msgid ""
16490 " char **\n"
16491 " guestfs_tune2fs_l (guestfs_h *g,\n"
16492 "                    const char *device);\n"
16493 "\n"
16494 msgstr ""
16495
16496 #. type: textblock
16497 #: ../src/guestfs-actions.pod:6628 ../fish/guestfish-actions.pod:4450
16498 msgid ""
16499 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16500 "C<device>."
16501 msgstr ""
16502
16503 #. type: textblock
16504 #: ../src/guestfs-actions.pod:6631 ../fish/guestfish-actions.pod:4453
16505 msgid ""
16506 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16507 "for more details.  The list of fields returned isn't clearly defined, and "
16508 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16509 "and the filesystem itself."
16510 msgstr ""
16511
16512 #. type: =head2
16513 #: ../src/guestfs-actions.pod:6644
16514 msgid "guestfs_txz_in"
16515 msgstr ""
16516
16517 #. type: verbatim
16518 #: ../src/guestfs-actions.pod:6646
16519 #, no-wrap
16520 msgid ""
16521 " int\n"
16522 " guestfs_txz_in (guestfs_h *g,\n"
16523 "                 const char *tarball,\n"
16524 "                 const char *directory);\n"
16525 "\n"
16526 msgstr ""
16527
16528 #. type: textblock
16529 #: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4462
16530 msgid ""
16531 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16532 "tar file) into C<directory>."
16533 msgstr ""
16534
16535 #. type: =head2
16536 #: ../src/guestfs-actions.pod:6658
16537 msgid "guestfs_txz_out"
16538 msgstr ""
16539
16540 #. type: verbatim
16541 #: ../src/guestfs-actions.pod:6660
16542 #, no-wrap
16543 msgid ""
16544 " int\n"
16545 " guestfs_txz_out (guestfs_h *g,\n"
16546 "                  const char *directory,\n"
16547 "                  const char *tarball);\n"
16548 "\n"
16549 msgstr ""
16550
16551 #. type: textblock
16552 #: ../src/guestfs-actions.pod:6665 ../fish/guestfish-actions.pod:4471
16553 msgid ""
16554 "This command packs the contents of C<directory> and downloads it to local "
16555 "file C<tarball> (as an xz compressed tar archive)."
16556 msgstr ""
16557
16558 #. type: =head2
16559 #: ../src/guestfs-actions.pod:6672
16560 msgid "guestfs_umask"
16561 msgstr ""
16562
16563 #. type: verbatim
16564 #: ../src/guestfs-actions.pod:6674
16565 #, no-wrap
16566 msgid ""
16567 " int\n"
16568 " guestfs_umask (guestfs_h *g,\n"
16569 "                int mask);\n"
16570 "\n"
16571 msgstr ""
16572
16573 #. type: textblock
16574 #: ../src/guestfs-actions.pod:6678 ../fish/guestfish-actions.pod:4480
16575 msgid ""
16576 "This function sets the mask used for creating new files and device nodes to "
16577 "C<mask & 0777>."
16578 msgstr ""
16579
16580 #. type: textblock
16581 #: ../src/guestfs-actions.pod:6681 ../fish/guestfish-actions.pod:4483
16582 msgid ""
16583 "Typical umask values would be C<022> which creates new files with "
16584 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16585 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16586 msgstr ""
16587
16588 #. type: textblock
16589 #: ../src/guestfs-actions.pod:6686 ../fish/guestfish-actions.pod:4488
16590 msgid ""
16591 "The default umask is C<022>.  This is important because it means that "
16592 "directories and device nodes will be created with C<0644> or C<0755> mode "
16593 "even if you specify C<0777>."
16594 msgstr ""
16595
16596 #. type: textblock
16597 #: ../src/guestfs-actions.pod:6690
16598 msgid ""
16599 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16600 "C<guestfs_mkdir>."
16601 msgstr ""
16602
16603 #. type: textblock
16604 #: ../src/guestfs-actions.pod:6693 ../fish/guestfish-actions.pod:4495
16605 msgid "This call returns the previous umask."
16606 msgstr ""
16607
16608 #. type: =head2
16609 #: ../src/guestfs-actions.pod:6699
16610 msgid "guestfs_umount"
16611 msgstr ""
16612
16613 #. type: verbatim
16614 #: ../src/guestfs-actions.pod:6701
16615 #, no-wrap
16616 msgid ""
16617 " int\n"
16618 " guestfs_umount (guestfs_h *g,\n"
16619 "                 const char *pathordevice);\n"
16620 "\n"
16621 msgstr ""
16622
16623 #. type: textblock
16624 #: ../src/guestfs-actions.pod:6705 ../fish/guestfish-actions.pod:4503
16625 msgid ""
16626 "This unmounts the given filesystem.  The filesystem may be specified either "
16627 "by its mountpoint (path) or the device which contains the filesystem."
16628 msgstr ""
16629
16630 #. type: =head2
16631 #: ../src/guestfs-actions.pod:6713
16632 msgid "guestfs_umount_all"
16633 msgstr ""
16634
16635 #. type: verbatim
16636 #: ../src/guestfs-actions.pod:6715
16637 #, no-wrap
16638 msgid ""
16639 " int\n"
16640 " guestfs_umount_all (guestfs_h *g);\n"
16641 "\n"
16642 msgstr ""
16643
16644 #. type: textblock
16645 #: ../src/guestfs-actions.pod:6718 ../fish/guestfish-actions.pod:4513
16646 msgid "This unmounts all mounted filesystems."
16647 msgstr ""
16648
16649 #. type: textblock
16650 #: ../src/guestfs-actions.pod:6720 ../fish/guestfish-actions.pod:4515
16651 msgid "Some internal mounts are not unmounted by this call."
16652 msgstr ""
16653
16654 #. type: =head2
16655 #: ../src/guestfs-actions.pod:6726
16656 msgid "guestfs_upload"
16657 msgstr ""
16658
16659 #. type: verbatim
16660 #: ../src/guestfs-actions.pod:6728
16661 #, no-wrap
16662 msgid ""
16663 " int\n"
16664 " guestfs_upload (guestfs_h *g,\n"
16665 "                 const char *filename,\n"
16666 "                 const char *remotefilename);\n"
16667 "\n"
16668 msgstr ""
16669
16670 #. type: textblock
16671 #: ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4521 ../fish/guestfish-actions.pod:4534
16672 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16673 msgstr ""
16674
16675 #. type: textblock
16676 #: ../src/guestfs-actions.pod:6738
16677 msgid "See also C<guestfs_download>."
16678 msgstr ""
16679
16680 #. type: =head2
16681 #: ../src/guestfs-actions.pod:6749
16682 msgid "guestfs_upload_offset"
16683 msgstr ""
16684
16685 #. type: verbatim
16686 #: ../src/guestfs-actions.pod:6751
16687 #, no-wrap
16688 msgid ""
16689 " int\n"
16690 " guestfs_upload_offset (guestfs_h *g,\n"
16691 "                        const char *filename,\n"
16692 "                        const char *remotefilename,\n"
16693 "                        int64_t offset);\n"
16694 "\n"
16695 msgstr ""
16696
16697 #. type: textblock
16698 #: ../src/guestfs-actions.pod:6760 ../fish/guestfish-actions.pod:4537
16699 msgid ""
16700 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16701 "The intention is to overwrite parts of existing files or devices, although "
16702 "if a non-existant file is specified then it is created with a \"hole\" "
16703 "before C<offset>.  The size of the data written is implicit in the size of "
16704 "the source C<filename>."
16705 msgstr ""
16706
16707 #. type: textblock
16708 #: ../src/guestfs-actions.pod:6767
16709 msgid ""
16710 "Note that there is no limit on the amount of data that can be uploaded with "
16711 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16712 "full amount unless an error occurs."
16713 msgstr ""
16714
16715 #. type: textblock
16716 #: ../src/guestfs-actions.pod:6772
16717 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16718 msgstr ""
16719
16720 #. type: =head2
16721 #: ../src/guestfs-actions.pod:6783
16722 msgid "guestfs_utimens"
16723 msgstr ""
16724
16725 #. type: verbatim
16726 #: ../src/guestfs-actions.pod:6785
16727 #, no-wrap
16728 msgid ""
16729 " int\n"
16730 " guestfs_utimens (guestfs_h *g,\n"
16731 "                  const char *path,\n"
16732 "                  int64_t atsecs,\n"
16733 "                  int64_t atnsecs,\n"
16734 "                  int64_t mtsecs,\n"
16735 "                  int64_t mtnsecs);\n"
16736 "\n"
16737 msgstr ""
16738
16739 #. type: textblock
16740 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4557
16741 msgid "This command sets the timestamps of a file with nanosecond precision."
16742 msgstr ""
16743
16744 #. type: textblock
16745 #: ../src/guestfs-actions.pod:6796 ../fish/guestfish-actions.pod:4560
16746 msgid ""
16747 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16748 "from the epoch."
16749 msgstr ""
16750
16751 #. type: textblock
16752 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4563
16753 msgid ""
16754 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16755 "nanoseconds from the epoch."
16756 msgstr ""
16757
16758 #. type: textblock
16759 #: ../src/guestfs-actions.pod:6802 ../fish/guestfish-actions.pod:4566
16760 msgid ""
16761 "If the C<*nsecs> field contains the special value C<-1> then the "
16762 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16763 "ignored in this case)."
16764 msgstr ""
16765
16766 #. type: textblock
16767 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4570
16768 msgid ""
16769 "If the C<*nsecs> field contains the special value C<-2> then the "
16770 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16771 "in this case)."
16772 msgstr ""
16773
16774 #. type: =head2
16775 #: ../src/guestfs-actions.pod:6814 ../src/guestfs-structs.pod:175
16776 msgid "guestfs_version"
16777 msgstr ""
16778
16779 #. type: verbatim
16780 #: ../src/guestfs-actions.pod:6816
16781 #, no-wrap
16782 msgid ""
16783 " struct guestfs_version *\n"
16784 " guestfs_version (guestfs_h *g);\n"
16785 "\n"
16786 msgstr ""
16787
16788 #. type: textblock
16789 #: ../src/guestfs-actions.pod:6819 ../fish/guestfish-actions.pod:4578
16790 msgid "Return the libguestfs version number that the program is linked against."
16791 msgstr ""
16792
16793 #. type: textblock
16794 #: ../src/guestfs-actions.pod:6822 ../fish/guestfish-actions.pod:4581
16795 msgid ""
16796 "Note that because of dynamic linking this is not necessarily the version of "
16797 "libguestfs that you compiled against.  You can compile the program, and then "
16798 "at runtime dynamically link against a completely different C<libguestfs.so> "
16799 "library."
16800 msgstr ""
16801
16802 #. type: textblock
16803 #: ../src/guestfs-actions.pod:6827 ../fish/guestfish-actions.pod:4586
16804 msgid ""
16805 "This call was added in version C<1.0.58>.  In previous versions of "
16806 "libguestfs there was no way to get the version number.  From C code you can "
16807 "use dynamic linker functions to find out if this symbol exists (if it "
16808 "doesn't, then it's an earlier version)."
16809 msgstr ""
16810
16811 #. type: textblock
16812 #: ../src/guestfs-actions.pod:6833 ../fish/guestfish-actions.pod:4592
16813 msgid ""
16814 "The call returns a structure with four elements.  The first three (C<major>, "
16815 "C<minor> and C<release>) are numbers and correspond to the usual version "
16816 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16817 "but may be used for distro-specific information."
16818 msgstr ""
16819
16820 #. type: textblock
16821 #: ../src/guestfs-actions.pod:6839 ../fish/guestfish-actions.pod:4598
16822 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16823 msgstr ""
16824
16825 #. type: textblock
16826 #: ../src/guestfs-actions.pod:6842 ../fish/guestfish-actions.pod:4601
16827 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16828 msgstr ""
16829
16830 #. type: textblock
16831 #: ../src/guestfs-actions.pod:6844
16832 msgid ""
16833 "I<Note:> Don't use this call to test for availability of features.  In "
16834 "enterprise distributions we backport features from later versions into "
16835 "earlier versions, making this an unreliable way to test for features.  Use "
16836 "C<guestfs_available> instead."
16837 msgstr ""
16838
16839 #. type: textblock
16840 #: ../src/guestfs-actions.pod:6850
16841 msgid ""
16842 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16843 "error.  I<The caller must call C<guestfs_free_version> after use>."
16844 msgstr ""
16845
16846 #. type: textblock
16847 #: ../src/guestfs-actions.pod:6854
16848 msgid "(Added in 1.0.58)"
16849 msgstr ""
16850
16851 #. type: =head2
16852 #: ../src/guestfs-actions.pod:6856
16853 msgid "guestfs_vfs_label"
16854 msgstr ""
16855
16856 #. type: verbatim
16857 #: ../src/guestfs-actions.pod:6858
16858 #, no-wrap
16859 msgid ""
16860 " char *\n"
16861 " guestfs_vfs_label (guestfs_h *g,\n"
16862 "                    const char *device);\n"
16863 "\n"
16864 msgstr ""
16865
16866 #. type: textblock
16867 #: ../src/guestfs-actions.pod:6862 ../fish/guestfish-actions.pod:4613
16868 msgid "This returns the filesystem label of the filesystem on C<device>."
16869 msgstr ""
16870
16871 #. type: textblock
16872 #: ../src/guestfs-actions.pod:6865 ../fish/guestfish-actions.pod:4616
16873 msgid "If the filesystem is unlabeled, this returns the empty string."
16874 msgstr ""
16875
16876 #. type: textblock
16877 #: ../src/guestfs-actions.pod:6867
16878 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16879 msgstr ""
16880
16881 #. type: textblock
16882 #: ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:6909
16883 msgid "(Added in 1.3.18)"
16884 msgstr ""
16885
16886 #. type: =head2
16887 #: ../src/guestfs-actions.pod:6874
16888 msgid "guestfs_vfs_type"
16889 msgstr ""
16890
16891 #. type: verbatim
16892 #: ../src/guestfs-actions.pod:6876
16893 #, no-wrap
16894 msgid ""
16895 " char *\n"
16896 " guestfs_vfs_type (guestfs_h *g,\n"
16897 "                   const char *device);\n"
16898 "\n"
16899 msgstr ""
16900
16901 #. type: textblock
16902 #: ../src/guestfs-actions.pod:6880 ../fish/guestfish-actions.pod:4624
16903 msgid ""
16904 "This command gets the filesystem type corresponding to the filesystem on "
16905 "C<device>."
16906 msgstr ""
16907
16908 #. type: textblock
16909 #: ../src/guestfs-actions.pod:6883 ../fish/guestfish-actions.pod:4627
16910 msgid ""
16911 "For most filesystems, the result is the name of the Linux VFS module which "
16912 "would be used to mount this filesystem if you mounted it without specifying "
16913 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16914 msgstr ""
16915
16916 #. type: =head2
16917 #: ../src/guestfs-actions.pod:6893
16918 msgid "guestfs_vfs_uuid"
16919 msgstr ""
16920
16921 #. type: verbatim
16922 #: ../src/guestfs-actions.pod:6895
16923 #, no-wrap
16924 msgid ""
16925 " char *\n"
16926 " guestfs_vfs_uuid (guestfs_h *g,\n"
16927 "                   const char *device);\n"
16928 "\n"
16929 msgstr ""
16930
16931 #. type: textblock
16932 #: ../src/guestfs-actions.pod:6899 ../fish/guestfish-actions.pod:4636
16933 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16934 msgstr ""
16935
16936 #. type: textblock
16937 #: ../src/guestfs-actions.pod:6902 ../fish/guestfish-actions.pod:4639
16938 msgid "If the filesystem does not have a UUID, this returns the empty string."
16939 msgstr ""
16940
16941 #. type: textblock
16942 #: ../src/guestfs-actions.pod:6904
16943 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16944 msgstr ""
16945
16946 #. type: =head2
16947 #: ../src/guestfs-actions.pod:6911
16948 msgid "guestfs_vg_activate"
16949 msgstr ""
16950
16951 #. type: verbatim
16952 #: ../src/guestfs-actions.pod:6913
16953 #, no-wrap
16954 msgid ""
16955 " int\n"
16956 " guestfs_vg_activate (guestfs_h *g,\n"
16957 "                      int activate,\n"
16958 "                      char *const *volgroups);\n"
16959 "\n"
16960 msgstr ""
16961
16962 #. type: textblock
16963 #: ../src/guestfs-actions.pod:6918 ../fish/guestfish-actions.pod:4647
16964 msgid ""
16965 "This command activates or (if C<activate> is false) deactivates all logical "
16966 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16967 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16968 "deactivated, then those devices disappear."
16969 msgstr ""
16970
16971 #. type: textblock
16972 #: ../src/guestfs-actions.pod:6924 ../fish/guestfish-actions.pod:4653
16973 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16974 msgstr ""
16975
16976 #. type: textblock
16977 #: ../src/guestfs-actions.pod:6926 ../fish/guestfish-actions.pod:4655
16978 msgid ""
16979 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16980 "activated or deactivated."
16981 msgstr ""
16982
16983 #. type: =head2
16984 #: ../src/guestfs-actions.pod:6933
16985 msgid "guestfs_vg_activate_all"
16986 msgstr ""
16987
16988 #. type: verbatim
16989 #: ../src/guestfs-actions.pod:6935
16990 #, no-wrap
16991 msgid ""
16992 " int\n"
16993 " guestfs_vg_activate_all (guestfs_h *g,\n"
16994 "                          int activate);\n"
16995 "\n"
16996 msgstr ""
16997
16998 #. type: textblock
16999 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4662
17000 msgid ""
17001 "This command activates or (if C<activate> is false) deactivates all logical "
17002 "volumes in all volume groups.  If activated, then they are made known to the "
17003 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17004 "those devices disappear."
17005 msgstr ""
17006
17007 #. type: textblock
17008 #: ../src/guestfs-actions.pod:6945 ../fish/guestfish-actions.pod:4668
17009 msgid "This command is the same as running C<vgchange -a y|n>"
17010 msgstr ""
17011
17012 #. type: =head2
17013 #: ../src/guestfs-actions.pod:6951
17014 msgid "guestfs_vgcreate"
17015 msgstr ""
17016
17017 #. type: verbatim
17018 #: ../src/guestfs-actions.pod:6953
17019 #, no-wrap
17020 msgid ""
17021 " int\n"
17022 " guestfs_vgcreate (guestfs_h *g,\n"
17023 "                   const char *volgroup,\n"
17024 "                   char *const *physvols);\n"
17025 "\n"
17026 msgstr ""
17027
17028 #. type: textblock
17029 #: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4674
17030 msgid ""
17031 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17032 "of physical volumes C<physvols>."
17033 msgstr ""
17034
17035 #. type: =head2
17036 #: ../src/guestfs-actions.pod:6965
17037 msgid "guestfs_vglvuuids"
17038 msgstr ""
17039
17040 #. type: verbatim
17041 #: ../src/guestfs-actions.pod:6967
17042 #, no-wrap
17043 msgid ""
17044 " char **\n"
17045 " guestfs_vglvuuids (guestfs_h *g,\n"
17046 "                    const char *vgname);\n"
17047 "\n"
17048 msgstr ""
17049
17050 #. type: textblock
17051 #: ../src/guestfs-actions.pod:6971 ../fish/guestfish-actions.pod:4681
17052 msgid ""
17053 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17054 "volumes created in this volume group."
17055 msgstr ""
17056
17057 #. type: textblock
17058 #: ../src/guestfs-actions.pod:6974
17059 msgid ""
17060 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17061 "associate logical volumes and volume groups."
17062 msgstr ""
17063
17064 #. type: textblock
17065 #: ../src/guestfs-actions.pod:6977
17066 msgid "See also C<guestfs_vgpvuuids>."
17067 msgstr ""
17068
17069 #. type: =head2
17070 #: ../src/guestfs-actions.pod:6985
17071 msgid "guestfs_vgpvuuids"
17072 msgstr ""
17073
17074 #. type: verbatim
17075 #: ../src/guestfs-actions.pod:6987
17076 #, no-wrap
17077 msgid ""
17078 " char **\n"
17079 " guestfs_vgpvuuids (guestfs_h *g,\n"
17080 "                    const char *vgname);\n"
17081 "\n"
17082 msgstr ""
17083
17084 #. type: textblock
17085 #: ../src/guestfs-actions.pod:6991 ../fish/guestfish-actions.pod:4693
17086 msgid ""
17087 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17088 "volumes that this volume group resides on."
17089 msgstr ""
17090
17091 #. type: textblock
17092 #: ../src/guestfs-actions.pod:6994
17093 msgid ""
17094 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17095 "associate physical volumes and volume groups."
17096 msgstr ""
17097
17098 #. type: textblock
17099 #: ../src/guestfs-actions.pod:6997
17100 msgid "See also C<guestfs_vglvuuids>."
17101 msgstr ""
17102
17103 #. type: =head2
17104 #: ../src/guestfs-actions.pod:7005
17105 msgid "guestfs_vgremove"
17106 msgstr ""
17107
17108 #. type: verbatim
17109 #: ../src/guestfs-actions.pod:7007
17110 #, no-wrap
17111 msgid ""
17112 " int\n"
17113 " guestfs_vgremove (guestfs_h *g,\n"
17114 "                   const char *vgname);\n"
17115 "\n"
17116 msgstr ""
17117
17118 #. type: textblock
17119 #: ../src/guestfs-actions.pod:7011 ../fish/guestfish-actions.pod:4705
17120 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17121 msgstr ""
17122
17123 #. type: textblock
17124 #: ../src/guestfs-actions.pod:7013 ../fish/guestfish-actions.pod:4707
17125 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17126 msgstr ""
17127
17128 #. type: =head2
17129 #: ../src/guestfs-actions.pod:7020
17130 msgid "guestfs_vgrename"
17131 msgstr ""
17132
17133 #. type: verbatim
17134 #: ../src/guestfs-actions.pod:7022
17135 #, no-wrap
17136 msgid ""
17137 " int\n"
17138 " guestfs_vgrename (guestfs_h *g,\n"
17139 "                   const char *volgroup,\n"
17140 "                   const char *newvolgroup);\n"
17141 "\n"
17142 msgstr ""
17143
17144 #. type: textblock
17145 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4714
17146 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17147 msgstr ""
17148
17149 #. type: =head2
17150 #: ../src/guestfs-actions.pod:7033
17151 msgid "guestfs_vgs"
17152 msgstr ""
17153
17154 #. type: verbatim
17155 #: ../src/guestfs-actions.pod:7035
17156 #, no-wrap
17157 msgid ""
17158 " char **\n"
17159 " guestfs_vgs (guestfs_h *g);\n"
17160 "\n"
17161 msgstr ""
17162
17163 #. type: textblock
17164 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4720
17165 msgid ""
17166 "List all the volumes groups detected.  This is the equivalent of the "
17167 "L<vgs(8)> command."
17168 msgstr ""
17169
17170 #. type: textblock
17171 #: ../src/guestfs-actions.pod:7041 ../fish/guestfish-actions.pod:4723
17172 msgid ""
17173 "This returns a list of just the volume group names that were detected "
17174 "(eg. C<VolGroup00>)."
17175 msgstr ""
17176
17177 #. type: textblock
17178 #: ../src/guestfs-actions.pod:7044
17179 msgid "See also C<guestfs_vgs_full>."
17180 msgstr ""
17181
17182 #. type: =head2
17183 #: ../src/guestfs-actions.pod:7052
17184 msgid "guestfs_vgs_full"
17185 msgstr ""
17186
17187 #. type: verbatim
17188 #: ../src/guestfs-actions.pod:7054
17189 #, no-wrap
17190 msgid ""
17191 " struct guestfs_lvm_vg_list *\n"
17192 " guestfs_vgs_full (guestfs_h *g);\n"
17193 "\n"
17194 msgstr ""
17195
17196 #. type: textblock
17197 #: ../src/guestfs-actions.pod:7057 ../fish/guestfish-actions.pod:4732
17198 msgid ""
17199 "List all the volumes groups detected.  This is the equivalent of the "
17200 "L<vgs(8)> command.  The \"full\" version includes all fields."
17201 msgstr ""
17202
17203 #. type: textblock
17204 #: ../src/guestfs-actions.pod:7060
17205 msgid ""
17206 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17207 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17208 "use>."
17209 msgstr ""
17210
17211 #. type: =head2
17212 #: ../src/guestfs-actions.pod:7066
17213 msgid "guestfs_vgscan"
17214 msgstr ""
17215
17216 #. type: verbatim
17217 #: ../src/guestfs-actions.pod:7068
17218 #, no-wrap
17219 msgid ""
17220 " int\n"
17221 " guestfs_vgscan (guestfs_h *g);\n"
17222 "\n"
17223 msgstr ""
17224
17225 #. type: textblock
17226 #: ../src/guestfs-actions.pod:7071 ../fish/guestfish-actions.pod:4739
17227 msgid ""
17228 "This rescans all block devices and rebuilds the list of LVM physical "
17229 "volumes, volume groups and logical volumes."
17230 msgstr ""
17231
17232 #. type: =head2
17233 #: ../src/guestfs-actions.pod:7078
17234 msgid "guestfs_vguuid"
17235 msgstr ""
17236
17237 #. type: verbatim
17238 #: ../src/guestfs-actions.pod:7080
17239 #, no-wrap
17240 msgid ""
17241 " char *\n"
17242 " guestfs_vguuid (guestfs_h *g,\n"
17243 "                 const char *vgname);\n"
17244 "\n"
17245 msgstr ""
17246
17247 #. type: textblock
17248 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4746
17249 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17250 msgstr ""
17251
17252 #. type: =head2
17253 #: ../src/guestfs-actions.pod:7091
17254 msgid "guestfs_wait_ready"
17255 msgstr ""
17256
17257 #. type: verbatim
17258 #: ../src/guestfs-actions.pod:7093
17259 #, no-wrap
17260 msgid ""
17261 " int\n"
17262 " guestfs_wait_ready (guestfs_h *g);\n"
17263 "\n"
17264 msgstr ""
17265
17266 #. type: textblock
17267 #: ../src/guestfs-actions.pod:7096
17268 msgid "This function is a no op."
17269 msgstr ""
17270
17271 #. type: textblock
17272 #: ../src/guestfs-actions.pod:7098
17273 msgid ""
17274 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17275 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17276 "is no longer necessary because C<guestfs_launch> now does the waiting."
17277 msgstr ""
17278
17279 #. type: textblock
17280 #: ../src/guestfs-actions.pod:7103
17281 msgid ""
17282 "If you see any calls to this function in code then you can just remove them, "
17283 "unless you want to retain compatibility with older versions of the API."
17284 msgstr ""
17285
17286 #. type: =head2
17287 #: ../src/guestfs-actions.pod:7111
17288 msgid "guestfs_wc_c"
17289 msgstr ""
17290
17291 #. type: verbatim
17292 #: ../src/guestfs-actions.pod:7113
17293 #, no-wrap
17294 msgid ""
17295 " int\n"
17296 " guestfs_wc_c (guestfs_h *g,\n"
17297 "               const char *path);\n"
17298 "\n"
17299 msgstr ""
17300
17301 #. type: textblock
17302 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4752
17303 msgid ""
17304 "This command counts the characters in a file, using the C<wc -c> external "
17305 "command."
17306 msgstr ""
17307
17308 #. type: =head2
17309 #: ../src/guestfs-actions.pod:7124
17310 msgid "guestfs_wc_l"
17311 msgstr ""
17312
17313 #. type: verbatim
17314 #: ../src/guestfs-actions.pod:7126
17315 #, no-wrap
17316 msgid ""
17317 " int\n"
17318 " guestfs_wc_l (guestfs_h *g,\n"
17319 "               const char *path);\n"
17320 "\n"
17321 msgstr ""
17322
17323 #. type: textblock
17324 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4759
17325 msgid ""
17326 "This command counts the lines in a file, using the C<wc -l> external "
17327 "command."
17328 msgstr ""
17329
17330 #. type: =head2
17331 #: ../src/guestfs-actions.pod:7137
17332 msgid "guestfs_wc_w"
17333 msgstr ""
17334
17335 #. type: verbatim
17336 #: ../src/guestfs-actions.pod:7139
17337 #, no-wrap
17338 msgid ""
17339 " int\n"
17340 " guestfs_wc_w (guestfs_h *g,\n"
17341 "               const char *path);\n"
17342 "\n"
17343 msgstr ""
17344
17345 #. type: textblock
17346 #: ../src/guestfs-actions.pod:7143 ../fish/guestfish-actions.pod:4766
17347 msgid ""
17348 "This command counts the words in a file, using the C<wc -w> external "
17349 "command."
17350 msgstr ""
17351
17352 #. type: =head2
17353 #: ../src/guestfs-actions.pod:7150
17354 msgid "guestfs_write"
17355 msgstr ""
17356
17357 #. type: verbatim
17358 #: ../src/guestfs-actions.pod:7152
17359 #, no-wrap
17360 msgid ""
17361 " int\n"
17362 " guestfs_write (guestfs_h *g,\n"
17363 "                const char *path,\n"
17364 "                const char *content,\n"
17365 "                size_t content_size);\n"
17366 "\n"
17367 msgstr ""
17368
17369 #. type: textblock
17370 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4773
17371 msgid ""
17372 "This call creates a file called C<path>.  The content of the file is the "
17373 "string C<content> (which can contain any 8 bit data)."
17374 msgstr ""
17375
17376 #. type: =head2
17377 #: ../src/guestfs-actions.pod:7168
17378 msgid "guestfs_write_file"
17379 msgstr ""
17380
17381 #. type: verbatim
17382 #: ../src/guestfs-actions.pod:7170
17383 #, no-wrap
17384 msgid ""
17385 " int\n"
17386 " guestfs_write_file (guestfs_h *g,\n"
17387 "                     const char *path,\n"
17388 "                     const char *content,\n"
17389 "                     int size);\n"
17390 "\n"
17391 msgstr ""
17392
17393 #. type: textblock
17394 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4783
17395 msgid ""
17396 "This call creates a file called C<path>.  The contents of the file is the "
17397 "string C<content> (which can contain any 8 bit data), with length C<size>."
17398 msgstr ""
17399
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:7180 ../fish/guestfish-actions.pod:4787
17402 msgid ""
17403 "As a special case, if C<size> is C<0> then the length is calculated using "
17404 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17405 msgstr ""
17406
17407 #. type: textblock
17408 #: ../src/guestfs-actions.pod:7184 ../fish/guestfish-actions.pod:4791
17409 msgid ""
17410 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17411 "I<not> work, even if the length is specified."
17412 msgstr ""
17413
17414 #. type: textblock
17415 #: ../src/guestfs-actions.pod:7192 ../fish/guestfish-actions.pod:4797
17416 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17417 msgstr ""
17418
17419 #. type: =head2
17420 #: ../src/guestfs-actions.pod:7201
17421 msgid "guestfs_zegrep"
17422 msgstr ""
17423
17424 #. type: verbatim
17425 #: ../src/guestfs-actions.pod:7203
17426 #, no-wrap
17427 msgid ""
17428 " char **\n"
17429 " guestfs_zegrep (guestfs_h *g,\n"
17430 "                 const char *regex,\n"
17431 "                 const char *path);\n"
17432 "\n"
17433 msgstr ""
17434
17435 #. type: textblock
17436 #: ../src/guestfs-actions.pod:7208 ../fish/guestfish-actions.pod:4808
17437 msgid "This calls the external C<zegrep> program and returns the matching lines."
17438 msgstr ""
17439
17440 #. type: =head2
17441 #: ../src/guestfs-actions.pod:7220
17442 msgid "guestfs_zegrepi"
17443 msgstr ""
17444
17445 #. type: verbatim
17446 #: ../src/guestfs-actions.pod:7222
17447 #, no-wrap
17448 msgid ""
17449 " char **\n"
17450 " guestfs_zegrepi (guestfs_h *g,\n"
17451 "                  const char *regex,\n"
17452 "                  const char *path);\n"
17453 "\n"
17454 msgstr ""
17455
17456 #. type: textblock
17457 #: ../src/guestfs-actions.pod:7227 ../fish/guestfish-actions.pod:4818
17458 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17459 msgstr ""
17460
17461 #. type: =head2
17462 #: ../src/guestfs-actions.pod:7239
17463 msgid "guestfs_zero"
17464 msgstr ""
17465
17466 #. type: verbatim
17467 #: ../src/guestfs-actions.pod:7241
17468 #, no-wrap
17469 msgid ""
17470 " int\n"
17471 " guestfs_zero (guestfs_h *g,\n"
17472 "               const char *device);\n"
17473 "\n"
17474 msgstr ""
17475
17476 #. type: textblock
17477 #: ../src/guestfs-actions.pod:7245 ../fish/guestfish-actions.pod:4828
17478 msgid "This command writes zeroes over the first few blocks of C<device>."
17479 msgstr ""
17480
17481 #. type: textblock
17482 #: ../src/guestfs-actions.pod:7247 ../fish/guestfish-actions.pod:4830
17483 msgid ""
17484 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17485 "securely wipe the device).  It should be sufficient to remove any partition "
17486 "tables, filesystem superblocks and so on."
17487 msgstr ""
17488
17489 #. type: textblock
17490 #: ../src/guestfs-actions.pod:7251
17491 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17492 msgstr ""
17493
17494 #. type: =head2
17495 #: ../src/guestfs-actions.pod:7262
17496 msgid "guestfs_zero_device"
17497 msgstr ""
17498
17499 #. type: verbatim
17500 #: ../src/guestfs-actions.pod:7264
17501 #, no-wrap
17502 msgid ""
17503 " int\n"
17504 " guestfs_zero_device (guestfs_h *g,\n"
17505 "                      const char *device);\n"
17506 "\n"
17507 msgstr ""
17508
17509 #. type: textblock
17510 #: ../src/guestfs-actions.pod:7268
17511 msgid ""
17512 "This command writes zeroes over the entire C<device>.  Compare with "
17513 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17514 msgstr ""
17515
17516 #. type: textblock
17517 #: ../src/guestfs-actions.pod:7282
17518 msgid "(Added in 1.3.1)"
17519 msgstr ""
17520
17521 #. type: =head2
17522 #: ../src/guestfs-actions.pod:7284
17523 msgid "guestfs_zerofree"
17524 msgstr ""
17525
17526 #. type: verbatim
17527 #: ../src/guestfs-actions.pod:7286
17528 #, no-wrap
17529 msgid ""
17530 " int\n"
17531 " guestfs_zerofree (guestfs_h *g,\n"
17532 "                   const char *device);\n"
17533 "\n"
17534 msgstr ""
17535
17536 #. type: textblock
17537 #: ../src/guestfs-actions.pod:7290 ../fish/guestfish-actions.pod:4851
17538 msgid ""
17539 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17540 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17541 "possible to compress the filesystem more effectively."
17542 msgstr ""
17543
17544 #. type: textblock
17545 #: ../src/guestfs-actions.pod:7295 ../fish/guestfish-actions.pod:4856
17546 msgid "You should B<not> run this program if the filesystem is mounted."
17547 msgstr ""
17548
17549 #. type: textblock
17550 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4859
17551 msgid ""
17552 "It is possible that using this program can damage the filesystem or data on "
17553 "the filesystem."
17554 msgstr ""
17555
17556 #. type: =head2
17557 #: ../src/guestfs-actions.pod:7305
17558 msgid "guestfs_zfgrep"
17559 msgstr ""
17560
17561 #. type: verbatim
17562 #: ../src/guestfs-actions.pod:7307
17563 #, no-wrap
17564 msgid ""
17565 " char **\n"
17566 " guestfs_zfgrep (guestfs_h *g,\n"
17567 "                 const char *pattern,\n"
17568 "                 const char *path);\n"
17569 "\n"
17570 msgstr ""
17571
17572 #. type: textblock
17573 #: ../src/guestfs-actions.pod:7312 ../fish/guestfish-actions.pod:4866
17574 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17575 msgstr ""
17576
17577 #. type: =head2
17578 #: ../src/guestfs-actions.pod:7324
17579 msgid "guestfs_zfgrepi"
17580 msgstr ""
17581
17582 #. type: verbatim
17583 #: ../src/guestfs-actions.pod:7326
17584 #, no-wrap
17585 msgid ""
17586 " char **\n"
17587 " guestfs_zfgrepi (guestfs_h *g,\n"
17588 "                  const char *pattern,\n"
17589 "                  const char *path);\n"
17590 "\n"
17591 msgstr ""
17592
17593 #. type: textblock
17594 #: ../src/guestfs-actions.pod:7331 ../fish/guestfish-actions.pod:4876
17595 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17596 msgstr ""
17597
17598 #. type: =head2
17599 #: ../src/guestfs-actions.pod:7343
17600 msgid "guestfs_zfile"
17601 msgstr ""
17602
17603 #. type: verbatim
17604 #: ../src/guestfs-actions.pod:7345
17605 #, no-wrap
17606 msgid ""
17607 " char *\n"
17608 " guestfs_zfile (guestfs_h *g,\n"
17609 "                const char *meth,\n"
17610 "                const char *path);\n"
17611 "\n"
17612 msgstr ""
17613
17614 #. type: textblock
17615 #: ../src/guestfs-actions.pod:7350 ../fish/guestfish-actions.pod:4886
17616 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17617 msgstr ""
17618
17619 #. type: textblock
17620 #: ../src/guestfs-actions.pod:7353 ../fish/guestfish-actions.pod:4889
17621 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17622 msgstr ""
17623
17624 #. type: textblock
17625 #: ../src/guestfs-actions.pod:7355
17626 msgid ""
17627 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17628 "files."
17629 msgstr ""
17630
17631 #. type: textblock
17632 #: ../src/guestfs-actions.pod:7361 ../fish/guestfish-actions.pod:4894
17633 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17634 msgstr ""
17635
17636 #. type: =head2
17637 #: ../src/guestfs-actions.pod:7370
17638 msgid "guestfs_zgrep"
17639 msgstr ""
17640
17641 #. type: verbatim
17642 #: ../src/guestfs-actions.pod:7372
17643 #, no-wrap
17644 msgid ""
17645 " char **\n"
17646 " guestfs_zgrep (guestfs_h *g,\n"
17647 "                const char *regex,\n"
17648 "                const char *path);\n"
17649 "\n"
17650 msgstr ""
17651
17652 #. type: textblock
17653 #: ../src/guestfs-actions.pod:7377 ../fish/guestfish-actions.pod:4905
17654 msgid "This calls the external C<zgrep> program and returns the matching lines."
17655 msgstr ""
17656
17657 #. type: =head2
17658 #: ../src/guestfs-actions.pod:7389
17659 msgid "guestfs_zgrepi"
17660 msgstr ""
17661
17662 #. type: verbatim
17663 #: ../src/guestfs-actions.pod:7391
17664 #, no-wrap
17665 msgid ""
17666 " char **\n"
17667 " guestfs_zgrepi (guestfs_h *g,\n"
17668 "                 const char *regex,\n"
17669 "                 const char *path);\n"
17670 "\n"
17671 msgstr ""
17672
17673 #. type: textblock
17674 #: ../src/guestfs-actions.pod:7396 ../fish/guestfish-actions.pod:4915
17675 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17676 msgstr ""
17677
17678 #. type: =item
17679 #: ../src/guestfs-availability.pod:3
17680 msgid "B<augeas>"
17681 msgstr ""
17682
17683 #. type: textblock
17684 #: ../src/guestfs-availability.pod:5
17685 msgid ""
17686 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17687 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17688 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17689 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17690 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17691 msgstr ""
17692
17693 #. type: =item
17694 #: ../src/guestfs-availability.pod:21
17695 msgid "B<inotify>"
17696 msgstr ""
17697
17698 #. type: textblock
17699 #: ../src/guestfs-availability.pod:23
17700 msgid ""
17701 "The following functions: L</guestfs_inotify_add_watch> "
17702 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17703 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17704 msgstr ""
17705
17706 #. type: =item
17707 #: ../src/guestfs-availability.pod:31
17708 msgid "B<linuxfsuuid>"
17709 msgstr ""
17710
17711 #. type: textblock
17712 #: ../src/guestfs-availability.pod:33
17713 msgid ""
17714 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17715 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17716 msgstr ""
17717
17718 #. type: =item
17719 #: ../src/guestfs-availability.pod:40
17720 msgid "B<linuxmodules>"
17721 msgstr ""
17722
17723 #. type: textblock
17724 #: ../src/guestfs-availability.pod:42
17725 msgid "The following functions: L</guestfs_modprobe>"
17726 msgstr ""
17727
17728 #. type: =item
17729 #: ../src/guestfs-availability.pod:45
17730 msgid "B<linuxxattrs>"
17731 msgstr ""
17732
17733 #. type: textblock
17734 #: ../src/guestfs-availability.pod:47
17735 msgid ""
17736 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17737 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17738 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17739 "L</guestfs_setxattr>"
17740 msgstr ""
17741
17742 #. type: =item
17743 #: ../src/guestfs-availability.pod:58
17744 msgid "B<luks>"
17745 msgstr ""
17746
17747 #. type: textblock
17748 #: ../src/guestfs-availability.pod:60
17749 msgid ""
17750 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17751 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17752 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17753 msgstr ""
17754
17755 #. type: =item
17756 #: ../src/guestfs-availability.pod:69
17757 msgid "B<lvm2>"
17758 msgstr ""
17759
17760 #. type: textblock
17761 #: ../src/guestfs-availability.pod:71
17762 msgid ""
17763 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17764 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17765 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17766 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17767 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17768 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17769 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17770 "L</guestfs_vgs_full>"
17771 msgstr ""
17772
17773 #. type: =item
17774 #: ../src/guestfs-availability.pod:94
17775 msgid "B<mknod>"
17776 msgstr ""
17777
17778 #. type: textblock
17779 #: ../src/guestfs-availability.pod:96
17780 msgid ""
17781 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17782 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17783 msgstr ""
17784
17785 #. type: =item
17786 #: ../src/guestfs-availability.pod:102
17787 msgid "B<ntfs3g>"
17788 msgstr ""
17789
17790 #. type: textblock
17791 #: ../src/guestfs-availability.pod:104
17792 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17793 msgstr ""
17794
17795 #. type: =item
17796 #: ../src/guestfs-availability.pod:107
17797 msgid "B<ntfsprogs>"
17798 msgstr ""
17799
17800 #. type: textblock
17801 #: ../src/guestfs-availability.pod:109
17802 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17803 msgstr ""
17804
17805 #. type: =item
17806 #: ../src/guestfs-availability.pod:113
17807 msgid "B<realpath>"
17808 msgstr ""
17809
17810 #. type: textblock
17811 #: ../src/guestfs-availability.pod:115
17812 msgid "The following functions: L</guestfs_realpath>"
17813 msgstr ""
17814
17815 #. type: =item
17816 #: ../src/guestfs-availability.pod:118
17817 msgid "B<scrub>"
17818 msgstr ""
17819
17820 #. type: textblock
17821 #: ../src/guestfs-availability.pod:120
17822 msgid ""
17823 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17824 "L</guestfs_scrub_freespace>"
17825 msgstr ""
17826
17827 #. type: =item
17828 #: ../src/guestfs-availability.pod:125
17829 msgid "B<selinux>"
17830 msgstr ""
17831
17832 #. type: textblock
17833 #: ../src/guestfs-availability.pod:127
17834 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17835 msgstr ""
17836
17837 #. type: =item
17838 #: ../src/guestfs-availability.pod:131
17839 msgid "B<xz>"
17840 msgstr ""
17841
17842 #. type: textblock
17843 #: ../src/guestfs-availability.pod:133
17844 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17845 msgstr ""
17846
17847 #. type: =item
17848 #: ../src/guestfs-availability.pod:137
17849 msgid "B<zerofree>"
17850 msgstr ""
17851
17852 #. type: textblock
17853 #: ../src/guestfs-availability.pod:139
17854 msgid "The following functions: L</guestfs_zerofree>"
17855 msgstr ""
17856
17857 #. type: =head2
17858 #: ../src/guestfs-structs.pod:1
17859 msgid "guestfs_int_bool"
17860 msgstr ""
17861
17862 #. type: verbatim
17863 #: ../src/guestfs-structs.pod:3
17864 #, no-wrap
17865 msgid ""
17866 " struct guestfs_int_bool {\n"
17867 "   int32_t i;\n"
17868 "   int32_t b;\n"
17869 " };\n"
17870 " \n"
17871 msgstr ""
17872
17873 #. type: verbatim
17874 #: ../src/guestfs-structs.pod:8
17875 #, no-wrap
17876 msgid ""
17877 " struct guestfs_int_bool_list {\n"
17878 "   uint32_t len; /* Number of elements in list. */\n"
17879 "   struct guestfs_int_bool *val; /* Elements. */\n"
17880 " };\n"
17881 " \n"
17882 msgstr ""
17883
17884 #. type: verbatim
17885 #: ../src/guestfs-structs.pod:13
17886 #, no-wrap
17887 msgid ""
17888 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17889 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17890 "\n"
17891 msgstr ""
17892
17893 #. type: =head2
17894 #: ../src/guestfs-structs.pod:16
17895 msgid "guestfs_lvm_pv"
17896 msgstr ""
17897
17898 #. type: verbatim
17899 #: ../src/guestfs-structs.pod:18
17900 #, no-wrap
17901 msgid ""
17902 " struct guestfs_lvm_pv {\n"
17903 "   char *pv_name;\n"
17904 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17905 "*/\n"
17906 "   char pv_uuid[32];\n"
17907 "   char *pv_fmt;\n"
17908 "   uint64_t pv_size;\n"
17909 "   uint64_t dev_size;\n"
17910 "   uint64_t pv_free;\n"
17911 "   uint64_t pv_used;\n"
17912 "   char *pv_attr;\n"
17913 "   int64_t pv_pe_count;\n"
17914 "   int64_t pv_pe_alloc_count;\n"
17915 "   char *pv_tags;\n"
17916 "   uint64_t pe_start;\n"
17917 "   int64_t pv_mda_count;\n"
17918 "   uint64_t pv_mda_free;\n"
17919 " };\n"
17920 " \n"
17921 msgstr ""
17922
17923 #. type: verbatim
17924 #: ../src/guestfs-structs.pod:36
17925 #, no-wrap
17926 msgid ""
17927 " struct guestfs_lvm_pv_list {\n"
17928 "   uint32_t len; /* Number of elements in list. */\n"
17929 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17930 " };\n"
17931 " \n"
17932 msgstr ""
17933
17934 #. type: verbatim
17935 #: ../src/guestfs-structs.pod:41
17936 #, no-wrap
17937 msgid ""
17938 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17939 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17940 "\n"
17941 msgstr ""
17942
17943 #. type: =head2
17944 #: ../src/guestfs-structs.pod:44
17945 msgid "guestfs_lvm_vg"
17946 msgstr ""
17947
17948 #. type: verbatim
17949 #: ../src/guestfs-structs.pod:46
17950 #, no-wrap
17951 msgid ""
17952 " struct guestfs_lvm_vg {\n"
17953 "   char *vg_name;\n"
17954 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17955 "*/\n"
17956 "   char vg_uuid[32];\n"
17957 "   char *vg_fmt;\n"
17958 "   char *vg_attr;\n"
17959 "   uint64_t vg_size;\n"
17960 "   uint64_t vg_free;\n"
17961 "   char *vg_sysid;\n"
17962 "   uint64_t vg_extent_size;\n"
17963 "   int64_t vg_extent_count;\n"
17964 "   int64_t vg_free_count;\n"
17965 "   int64_t max_lv;\n"
17966 "   int64_t max_pv;\n"
17967 "   int64_t pv_count;\n"
17968 "   int64_t lv_count;\n"
17969 "   int64_t snap_count;\n"
17970 "   int64_t vg_seqno;\n"
17971 "   char *vg_tags;\n"
17972 "   int64_t vg_mda_count;\n"
17973 "   uint64_t vg_mda_free;\n"
17974 " };\n"
17975 " \n"
17976 msgstr ""
17977
17978 #. type: verbatim
17979 #: ../src/guestfs-structs.pod:69
17980 #, no-wrap
17981 msgid ""
17982 " struct guestfs_lvm_vg_list {\n"
17983 "   uint32_t len; /* Number of elements in list. */\n"
17984 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17985 " };\n"
17986 " \n"
17987 msgstr ""
17988
17989 #. type: verbatim
17990 #: ../src/guestfs-structs.pod:74
17991 #, no-wrap
17992 msgid ""
17993 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17994 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17995 "\n"
17996 msgstr ""
17997
17998 #. type: =head2
17999 #: ../src/guestfs-structs.pod:77
18000 msgid "guestfs_lvm_lv"
18001 msgstr ""
18002
18003 #. type: verbatim
18004 #: ../src/guestfs-structs.pod:79
18005 #, no-wrap
18006 msgid ""
18007 " struct guestfs_lvm_lv {\n"
18008 "   char *lv_name;\n"
18009 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18010 "*/\n"
18011 "   char lv_uuid[32];\n"
18012 "   char *lv_attr;\n"
18013 "   int64_t lv_major;\n"
18014 "   int64_t lv_minor;\n"
18015 "   int64_t lv_kernel_major;\n"
18016 "   int64_t lv_kernel_minor;\n"
18017 "   uint64_t lv_size;\n"
18018 "   int64_t seg_count;\n"
18019 "   char *origin;\n"
18020 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18021 "   float snap_percent;\n"
18022 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18023 "   float copy_percent;\n"
18024 "   char *move_pv;\n"
18025 "   char *lv_tags;\n"
18026 "   char *mirror_log;\n"
18027 "   char *modules;\n"
18028 " };\n"
18029 " \n"
18030 msgstr ""
18031
18032 #. type: verbatim
18033 #: ../src/guestfs-structs.pod:101
18034 #, no-wrap
18035 msgid ""
18036 " struct guestfs_lvm_lv_list {\n"
18037 "   uint32_t len; /* Number of elements in list. */\n"
18038 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18039 " };\n"
18040 " \n"
18041 msgstr ""
18042
18043 #. type: verbatim
18044 #: ../src/guestfs-structs.pod:106
18045 #, no-wrap
18046 msgid ""
18047 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18048 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18049 "\n"
18050 msgstr ""
18051
18052 #. type: verbatim
18053 #: ../src/guestfs-structs.pod:111
18054 #, no-wrap
18055 msgid ""
18056 " struct guestfs_stat {\n"
18057 "   int64_t dev;\n"
18058 "   int64_t ino;\n"
18059 "   int64_t mode;\n"
18060 "   int64_t nlink;\n"
18061 "   int64_t uid;\n"
18062 "   int64_t gid;\n"
18063 "   int64_t rdev;\n"
18064 "   int64_t size;\n"
18065 "   int64_t blksize;\n"
18066 "   int64_t blocks;\n"
18067 "   int64_t atime;\n"
18068 "   int64_t mtime;\n"
18069 "   int64_t ctime;\n"
18070 " };\n"
18071 " \n"
18072 msgstr ""
18073
18074 #. type: verbatim
18075 #: ../src/guestfs-structs.pod:127
18076 #, no-wrap
18077 msgid ""
18078 " struct guestfs_stat_list {\n"
18079 "   uint32_t len; /* Number of elements in list. */\n"
18080 "   struct guestfs_stat *val; /* Elements. */\n"
18081 " };\n"
18082 " \n"
18083 msgstr ""
18084
18085 #. type: verbatim
18086 #: ../src/guestfs-structs.pod:132
18087 #, no-wrap
18088 msgid ""
18089 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18090 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18091 "\n"
18092 msgstr ""
18093
18094 #. type: verbatim
18095 #: ../src/guestfs-structs.pod:137
18096 #, no-wrap
18097 msgid ""
18098 " struct guestfs_statvfs {\n"
18099 "   int64_t bsize;\n"
18100 "   int64_t frsize;\n"
18101 "   int64_t blocks;\n"
18102 "   int64_t bfree;\n"
18103 "   int64_t bavail;\n"
18104 "   int64_t files;\n"
18105 "   int64_t ffree;\n"
18106 "   int64_t favail;\n"
18107 "   int64_t fsid;\n"
18108 "   int64_t flag;\n"
18109 "   int64_t namemax;\n"
18110 " };\n"
18111 " \n"
18112 msgstr ""
18113
18114 #. type: verbatim
18115 #: ../src/guestfs-structs.pod:151
18116 #, no-wrap
18117 msgid ""
18118 " struct guestfs_statvfs_list {\n"
18119 "   uint32_t len; /* Number of elements in list. */\n"
18120 "   struct guestfs_statvfs *val; /* Elements. */\n"
18121 " };\n"
18122 " \n"
18123 msgstr ""
18124
18125 #. type: verbatim
18126 #: ../src/guestfs-structs.pod:156
18127 #, no-wrap
18128 msgid ""
18129 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18130 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18131 "\n"
18132 msgstr ""
18133
18134 #. type: =head2
18135 #: ../src/guestfs-structs.pod:159
18136 msgid "guestfs_dirent"
18137 msgstr ""
18138
18139 #. type: verbatim
18140 #: ../src/guestfs-structs.pod:161
18141 #, no-wrap
18142 msgid ""
18143 " struct guestfs_dirent {\n"
18144 "   int64_t ino;\n"
18145 "   char ftyp;\n"
18146 "   char *name;\n"
18147 " };\n"
18148 " \n"
18149 msgstr ""
18150
18151 #. type: verbatim
18152 #: ../src/guestfs-structs.pod:167
18153 #, no-wrap
18154 msgid ""
18155 " struct guestfs_dirent_list {\n"
18156 "   uint32_t len; /* Number of elements in list. */\n"
18157 "   struct guestfs_dirent *val; /* Elements. */\n"
18158 " };\n"
18159 " \n"
18160 msgstr ""
18161
18162 #. type: verbatim
18163 #: ../src/guestfs-structs.pod:172
18164 #, no-wrap
18165 msgid ""
18166 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18167 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18168 "\n"
18169 msgstr ""
18170
18171 #. type: verbatim
18172 #: ../src/guestfs-structs.pod:177
18173 #, no-wrap
18174 msgid ""
18175 " struct guestfs_version {\n"
18176 "   int64_t major;\n"
18177 "   int64_t minor;\n"
18178 "   int64_t release;\n"
18179 "   char *extra;\n"
18180 " };\n"
18181 " \n"
18182 msgstr ""
18183
18184 #. type: verbatim
18185 #: ../src/guestfs-structs.pod:184
18186 #, no-wrap
18187 msgid ""
18188 " struct guestfs_version_list {\n"
18189 "   uint32_t len; /* Number of elements in list. */\n"
18190 "   struct guestfs_version *val; /* Elements. */\n"
18191 " };\n"
18192 " \n"
18193 msgstr ""
18194
18195 #. type: verbatim
18196 #: ../src/guestfs-structs.pod:189
18197 #, no-wrap
18198 msgid ""
18199 " void guestfs_free_version (struct guestfs_free_version *);\n"
18200 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18201 "\n"
18202 msgstr ""
18203
18204 #. type: =head2
18205 #: ../src/guestfs-structs.pod:192
18206 msgid "guestfs_xattr"
18207 msgstr ""
18208
18209 #. type: verbatim
18210 #: ../src/guestfs-structs.pod:194
18211 #, no-wrap
18212 msgid ""
18213 " struct guestfs_xattr {\n"
18214 "   char *attrname;\n"
18215 "   /* The next two fields describe a byte array. */\n"
18216 "   uint32_t attrval_len;\n"
18217 "   char *attrval;\n"
18218 " };\n"
18219 " \n"
18220 msgstr ""
18221
18222 #. type: verbatim
18223 #: ../src/guestfs-structs.pod:201
18224 #, no-wrap
18225 msgid ""
18226 " struct guestfs_xattr_list {\n"
18227 "   uint32_t len; /* Number of elements in list. */\n"
18228 "   struct guestfs_xattr *val; /* Elements. */\n"
18229 " };\n"
18230 " \n"
18231 msgstr ""
18232
18233 #. type: verbatim
18234 #: ../src/guestfs-structs.pod:206
18235 #, no-wrap
18236 msgid ""
18237 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18238 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18239 "\n"
18240 msgstr ""
18241
18242 #. type: =head2
18243 #: ../src/guestfs-structs.pod:209
18244 msgid "guestfs_inotify_event"
18245 msgstr ""
18246
18247 #. type: verbatim
18248 #: ../src/guestfs-structs.pod:211
18249 #, no-wrap
18250 msgid ""
18251 " struct guestfs_inotify_event {\n"
18252 "   int64_t in_wd;\n"
18253 "   uint32_t in_mask;\n"
18254 "   uint32_t in_cookie;\n"
18255 "   char *in_name;\n"
18256 " };\n"
18257 " \n"
18258 msgstr ""
18259
18260 #. type: verbatim
18261 #: ../src/guestfs-structs.pod:218
18262 #, no-wrap
18263 msgid ""
18264 " struct guestfs_inotify_event_list {\n"
18265 "   uint32_t len; /* Number of elements in list. */\n"
18266 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18267 " };\n"
18268 " \n"
18269 msgstr ""
18270
18271 #. type: verbatim
18272 #: ../src/guestfs-structs.pod:223
18273 #, no-wrap
18274 msgid ""
18275 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18276 " void guestfs_free_inotify_event_list (struct "
18277 "guestfs_free_inotify_event_list *);\n"
18278 "\n"
18279 msgstr ""
18280
18281 #. type: =head2
18282 #: ../src/guestfs-structs.pod:226
18283 msgid "guestfs_partition"
18284 msgstr ""
18285
18286 #. type: verbatim
18287 #: ../src/guestfs-structs.pod:228
18288 #, no-wrap
18289 msgid ""
18290 " struct guestfs_partition {\n"
18291 "   int32_t part_num;\n"
18292 "   uint64_t part_start;\n"
18293 "   uint64_t part_end;\n"
18294 "   uint64_t part_size;\n"
18295 " };\n"
18296 " \n"
18297 msgstr ""
18298
18299 #. type: verbatim
18300 #: ../src/guestfs-structs.pod:235
18301 #, no-wrap
18302 msgid ""
18303 " struct guestfs_partition_list {\n"
18304 "   uint32_t len; /* Number of elements in list. */\n"
18305 "   struct guestfs_partition *val; /* Elements. */\n"
18306 " };\n"
18307 " \n"
18308 msgstr ""
18309
18310 #. type: verbatim
18311 #: ../src/guestfs-structs.pod:240
18312 #, no-wrap
18313 msgid ""
18314 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18315 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18316 "\n"
18317 msgstr ""
18318
18319 #. type: =head2
18320 #: ../src/guestfs-structs.pod:243
18321 msgid "guestfs_application"
18322 msgstr ""
18323
18324 #. type: verbatim
18325 #: ../src/guestfs-structs.pod:245
18326 #, no-wrap
18327 msgid ""
18328 " struct guestfs_application {\n"
18329 "   char *app_name;\n"
18330 "   char *app_display_name;\n"
18331 "   int32_t app_epoch;\n"
18332 "   char *app_version;\n"
18333 "   char *app_release;\n"
18334 "   char *app_install_path;\n"
18335 "   char *app_trans_path;\n"
18336 "   char *app_publisher;\n"
18337 "   char *app_url;\n"
18338 "   char *app_source_package;\n"
18339 "   char *app_summary;\n"
18340 "   char *app_description;\n"
18341 " };\n"
18342 " \n"
18343 msgstr ""
18344
18345 #. type: verbatim
18346 #: ../src/guestfs-structs.pod:260
18347 #, no-wrap
18348 msgid ""
18349 " struct guestfs_application_list {\n"
18350 "   uint32_t len; /* Number of elements in list. */\n"
18351 "   struct guestfs_application *val; /* Elements. */\n"
18352 " };\n"
18353 " \n"
18354 msgstr ""
18355
18356 #. type: verbatim
18357 #: ../src/guestfs-structs.pod:265
18358 #, no-wrap
18359 msgid ""
18360 " void guestfs_free_application (struct guestfs_free_application *);\n"
18361 " void guestfs_free_application_list (struct guestfs_free_application_list "
18362 "*);\n"
18363 "\n"
18364 msgstr ""
18365
18366 #. type: textblock
18367 #: ../fish/guestfish.pod:5
18368 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18369 msgstr ""
18370
18371 #. type: verbatim
18372 #: ../fish/guestfish.pod:9
18373 #, no-wrap
18374 msgid ""
18375 " guestfish [--options] [commands]\n"
18376 "\n"
18377 msgstr ""
18378
18379 #. type: verbatim
18380 #: ../fish/guestfish.pod:11
18381 #, no-wrap
18382 msgid ""
18383 " guestfish\n"
18384 "\n"
18385 msgstr ""
18386
18387 #. type: verbatim
18388 #: ../fish/guestfish.pod:13
18389 #, no-wrap
18390 msgid ""
18391 " guestfish [--ro|--rw] -a disk.img\n"
18392 "\n"
18393 msgstr ""
18394
18395 #. type: verbatim
18396 #: ../fish/guestfish.pod:15
18397 #, no-wrap
18398 msgid ""
18399 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18400 "\n"
18401 msgstr ""
18402
18403 #. type: verbatim
18404 #: ../fish/guestfish.pod:17
18405 #, no-wrap
18406 msgid ""
18407 " guestfish -d libvirt-domain\n"
18408 "\n"
18409 msgstr ""
18410
18411 #. type: verbatim
18412 #: ../fish/guestfish.pod:19
18413 #, no-wrap
18414 msgid ""
18415 " guestfish [--ro|--rw] -a disk.img -i\n"
18416 "\n"
18417 msgstr ""
18418
18419 #. type: verbatim
18420 #: ../fish/guestfish.pod:21
18421 #, no-wrap
18422 msgid ""
18423 " guestfish -d libvirt-domain -i\n"
18424 "\n"
18425 msgstr ""
18426
18427 #. type: =head1
18428 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18429 msgid "WARNING"
18430 msgstr ""
18431
18432 #. type: textblock
18433 #: ../fish/guestfish.pod:25
18434 msgid ""
18435 "Using guestfish in read/write mode on live virtual machines can be "
18436 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18437 "option to use guestfish safely if the disk image or virtual machine might be "
18438 "live."
18439 msgstr ""
18440
18441 #. type: textblock
18442 #: ../fish/guestfish.pod:32
18443 msgid ""
18444 "Guestfish is a shell and command-line tool for examining and modifying "
18445 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18446 "functionality of the guestfs API, see L<guestfs(3)>."
18447 msgstr ""
18448
18449 #. type: textblock
18450 #: ../fish/guestfish.pod:36
18451 msgid ""
18452 "Guestfish gives you structured access to the libguestfs API, from shell "
18453 "scripts or the command line or interactively.  If you want to rescue a "
18454 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18455 "command."
18456 msgstr ""
18457
18458 #. type: =head1
18459 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:942 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
18460 msgid "EXAMPLES"
18461 msgstr ""
18462
18463 #. type: =head2
18464 #: ../fish/guestfish.pod:43
18465 msgid "As an interactive shell"
18466 msgstr ""
18467
18468 #. type: verbatim
18469 #: ../fish/guestfish.pod:45
18470 #, no-wrap
18471 msgid ""
18472 " $ guestfish\n"
18473 " \n"
18474 msgstr ""
18475
18476 #. type: verbatim
18477 #: ../fish/guestfish.pod:47
18478 #, no-wrap
18479 msgid ""
18480 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18481 " editing virtual machine filesystems.\n"
18482 " \n"
18483 msgstr ""
18484
18485 #. type: verbatim
18486 #: ../fish/guestfish.pod:50
18487 #, no-wrap
18488 msgid ""
18489 " Type: 'help' for a list of commands\n"
18490 "       'man' to read the manual\n"
18491 "       'quit' to quit the shell\n"
18492 " \n"
18493 msgstr ""
18494
18495 #. type: verbatim
18496 #: ../fish/guestfish.pod:54
18497 #, no-wrap
18498 msgid ""
18499 " ><fs> add-ro disk.img\n"
18500 " ><fs> run\n"
18501 " ><fs> list-filesystems\n"
18502 " /dev/sda1: ext4\n"
18503 " /dev/vg_guest/lv_root: ext4\n"
18504 " /dev/vg_guest/lv_swap: swap\n"
18505 " ><fs> mount /dev/vg_guest/lv_root /\n"
18506 " ><fs> cat /etc/fstab\n"
18507 " # /etc/fstab\n"
18508 " # Created by anaconda\n"
18509 " [...]\n"
18510 " ><fs> exit\n"
18511 "\n"
18512 msgstr ""
18513
18514 #. type: =head2
18515 #: ../fish/guestfish.pod:67
18516 msgid "From shell scripts"
18517 msgstr ""
18518
18519 #. type: textblock
18520 #: ../fish/guestfish.pod:69
18521 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18522 msgstr ""
18523
18524 #. type: verbatim
18525 #: ../fish/guestfish.pod:71
18526 #, no-wrap
18527 msgid ""
18528 " guestfish <<_EOF_\n"
18529 " add disk.img\n"
18530 " run\n"
18531 " mount /dev/vg_guest/lv_root /\n"
18532 " write /etc/motd \"Welcome, new users\"\n"
18533 " _EOF_\n"
18534 "\n"
18535 msgstr ""
18536
18537 #. type: textblock
18538 #: ../fish/guestfish.pod:78
18539 msgid "List the LVM logical volumes in a disk image:"
18540 msgstr ""
18541
18542 #. type: verbatim
18543 #: ../fish/guestfish.pod:80
18544 #, no-wrap
18545 msgid ""
18546 " guestfish -a disk.img --ro <<_EOF_\n"
18547 " run\n"
18548 " lvs\n"
18549 " _EOF_\n"
18550 "\n"
18551 msgstr ""
18552
18553 #. type: textblock
18554 #: ../fish/guestfish.pod:85
18555 msgid "List all the filesystems in a disk image:"
18556 msgstr ""
18557
18558 #. type: verbatim
18559 #: ../fish/guestfish.pod:87
18560 #, no-wrap
18561 msgid ""
18562 " guestfish -a disk.img --ro <<_EOF_\n"
18563 " run\n"
18564 " list-filesystems\n"
18565 " _EOF_\n"
18566 "\n"
18567 msgstr ""
18568
18569 #. type: =head2
18570 #: ../fish/guestfish.pod:92
18571 msgid "On one command line"
18572 msgstr ""
18573
18574 #. type: textblock
18575 #: ../fish/guestfish.pod:94
18576 msgid "Update C</etc/resolv.conf> in a guest:"
18577 msgstr ""
18578
18579 #. type: verbatim
18580 #: ../fish/guestfish.pod:96
18581 #, no-wrap
18582 msgid ""
18583 " guestfish \\\n"
18584 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18585 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18586 "\n"
18587 msgstr ""
18588
18589 #. type: textblock
18590 #: ../fish/guestfish.pod:100
18591 msgid "Edit C</boot/grub/grub.conf> interactively:"
18592 msgstr ""
18593
18594 #. type: verbatim
18595 #: ../fish/guestfish.pod:102
18596 #, no-wrap
18597 msgid ""
18598 " guestfish --rw --add disk.img \\\n"
18599 "   --mount /dev/vg_guest/lv_root \\\n"
18600 "   --mount /dev/sda1:/boot \\\n"
18601 "   edit /boot/grub/grub.conf\n"
18602 "\n"
18603 msgstr ""
18604
18605 #. type: =head2
18606 #: ../fish/guestfish.pod:107
18607 msgid "Mount disks automatically"
18608 msgstr ""
18609
18610 #. type: textblock
18611 #: ../fish/guestfish.pod:109
18612 msgid ""
18613 "Use the I<-i> option to automatically mount the disks from a virtual "
18614 "machine:"
18615 msgstr ""
18616
18617 #. type: verbatim
18618 #: ../fish/guestfish.pod:112
18619 #, no-wrap
18620 msgid ""
18621 " guestfish --ro -a disk.img -i cat /etc/group\n"
18622 "\n"
18623 msgstr ""
18624
18625 #. type: verbatim
18626 #: ../fish/guestfish.pod:114
18627 #, no-wrap
18628 msgid ""
18629 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18630 "\n"
18631 msgstr ""
18632
18633 #. type: textblock
18634 #: ../fish/guestfish.pod:116
18635 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18636 msgstr ""
18637
18638 #. type: verbatim
18639 #: ../fish/guestfish.pod:118
18640 #, no-wrap
18641 msgid ""
18642 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18643 "\n"
18644 msgstr ""
18645
18646 #. type: =head2
18647 #: ../fish/guestfish.pod:120
18648 msgid "As a script interpreter"
18649 msgstr ""
18650
18651 #. type: textblock
18652 #: ../fish/guestfish.pod:122
18653 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18654 msgstr ""
18655
18656 #. type: verbatim
18657 #: ../fish/guestfish.pod:124
18658 #, no-wrap
18659 msgid ""
18660 " #!/usr/bin/guestfish -f\n"
18661 " sparse test1.img 100M\n"
18662 " run\n"
18663 " part-disk /dev/sda mbr\n"
18664 " mkfs ext2 /dev/sda1\n"
18665 "\n"
18666 msgstr ""
18667
18668 #. type: =head2
18669 #: ../fish/guestfish.pod:130
18670 msgid "Start with a prepared disk"
18671 msgstr ""
18672
18673 #. type: textblock
18674 #: ../fish/guestfish.pod:132
18675 msgid ""
18676 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18677 "single ext2-formatted partition:"
18678 msgstr ""
18679
18680 #. type: verbatim
18681 #: ../fish/guestfish.pod:135
18682 #, no-wrap
18683 msgid ""
18684 " guestfish -N fs\n"
18685 "\n"
18686 msgstr ""
18687
18688 #. type: textblock
18689 #: ../fish/guestfish.pod:137
18690 msgid "To list what is available do:"
18691 msgstr ""
18692
18693 #. type: verbatim
18694 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:933
18695 #, no-wrap
18696 msgid ""
18697 " guestfish -N help | less\n"
18698 "\n"
18699 msgstr ""
18700
18701 #. type: =head2
18702 #: ../fish/guestfish.pod:141
18703 msgid "Remote control"
18704 msgstr ""
18705
18706 #. type: verbatim
18707 #: ../fish/guestfish.pod:143
18708 #, no-wrap
18709 msgid ""
18710 " eval \"`guestfish --listen`\"\n"
18711 " guestfish --remote add-ro disk.img\n"
18712 " guestfish --remote run\n"
18713 " guestfish --remote lvs\n"
18714 "\n"
18715 msgstr ""
18716
18717 #. type: =head1
18718 #: ../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
18719 msgid "OPTIONS"
18720 msgstr ""
18721
18722 #. type: =item
18723 #: ../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
18724 msgid "B<--help>"
18725 msgstr ""
18726
18727 #. type: textblock
18728 #: ../fish/guestfish.pod:154
18729 msgid "Displays general help on options."
18730 msgstr ""
18731
18732 #. type: =item
18733 #: ../fish/guestfish.pod:156
18734 msgid "B<-h>"
18735 msgstr ""
18736
18737 #. type: =item
18738 #: ../fish/guestfish.pod:158
18739 msgid "B<--cmd-help>"
18740 msgstr ""
18741
18742 #. type: textblock
18743 #: ../fish/guestfish.pod:160
18744 msgid "Lists all available guestfish commands."
18745 msgstr ""
18746
18747 #. type: =item
18748 #: ../fish/guestfish.pod:162
18749 msgid "B<-h cmd>"
18750 msgstr ""
18751
18752 #. type: =item
18753 #: ../fish/guestfish.pod:164
18754 msgid "B<--cmd-help cmd>"
18755 msgstr ""
18756
18757 #. type: textblock
18758 #: ../fish/guestfish.pod:166
18759 msgid "Displays detailed help on a single command C<cmd>."
18760 msgstr ""
18761
18762 #. type: =item
18763 #: ../fish/guestfish.pod:168
18764 msgid "B<-a image>"
18765 msgstr ""
18766
18767 #. type: =item
18768 #: ../fish/guestfish.pod:170
18769 msgid "B<--add image>"
18770 msgstr ""
18771
18772 #. type: textblock
18773 #: ../fish/guestfish.pod:172
18774 msgid "Add a block device or virtual machine image to the shell."
18775 msgstr ""
18776
18777 #. type: textblock
18778 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18779 msgid ""
18780 "The format of the disk image is auto-detected.  To override this and force a "
18781 "particular format use the I<--format=..> option."
18782 msgstr ""
18783
18784 #. type: textblock
18785 #: ../fish/guestfish.pod:177
18786 msgid ""
18787 "Using this flag is mostly equivalent to using the C<add> command, with "
18788 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18789 "the I<--format:...> flag was given."
18790 msgstr ""
18791
18792 #. type: =item
18793 #: ../fish/guestfish.pod:181
18794 msgid "B<-c URI>"
18795 msgstr ""
18796
18797 #. type: =item
18798 #: ../fish/guestfish.pod:183
18799 msgid "B<--connect URI>"
18800 msgstr ""
18801
18802 #. type: textblock
18803 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18804 msgid ""
18805 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18806 "URI to use.  The default is to use the default libvirt connection."
18807 msgstr ""
18808
18809 #. type: =item
18810 #: ../fish/guestfish.pod:189
18811 msgid "B<--csh>"
18812 msgstr ""
18813
18814 #. type: textblock
18815 #: ../fish/guestfish.pod:191
18816 msgid ""
18817 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18818 "section L</REMOTE CONTROL AND CSH> below."
18819 msgstr ""
18820
18821 #. type: =item
18822 #: ../fish/guestfish.pod:194
18823 msgid "B<-d libvirt-domain>"
18824 msgstr ""
18825
18826 #. type: =item
18827 #: ../fish/guestfish.pod:196
18828 msgid "B<--domain libvirt-domain>"
18829 msgstr ""
18830
18831 #. type: textblock
18832 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18833 msgid ""
18834 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18835 "used, then any libvirt domain can be used.  However in write mode, only "
18836 "libvirt domains which are shut down can be named here."
18837 msgstr ""
18838
18839 #. type: textblock
18840 #: ../fish/guestfish.pod:202
18841 msgid ""
18842 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18843 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18844 "if the I<--format:...> flag was given."
18845 msgstr ""
18846
18847 #. type: =item
18848 #: ../fish/guestfish.pod:206
18849 msgid "B<-D>"
18850 msgstr ""
18851
18852 #. type: =item
18853 #: ../fish/guestfish.pod:208
18854 msgid "B<--no-dest-paths>"
18855 msgstr ""
18856
18857 #. type: textblock
18858 #: ../fish/guestfish.pod:210
18859 msgid ""
18860 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18861 "to hit the tab key to complete paths on the guest filesystem, but this "
18862 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18863 "allow this feature to be disabled."
18864 msgstr ""
18865
18866 #. type: =item
18867 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18868 msgid "B<--echo-keys>"
18869 msgstr ""
18870
18871 #. type: textblock
18872 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18873 msgid ""
18874 "When prompting for keys and passphrases, guestfish normally turns echoing "
18875 "off so you cannot see what you are typing.  If you are not worried about "
18876 "Tempest attacks and there is no one else in the room you can specify this "
18877 "flag to see what you are typing."
18878 msgstr ""
18879
18880 #. type: =item
18881 #: ../fish/guestfish.pod:222
18882 msgid "B<-f file>"
18883 msgstr ""
18884
18885 #. type: =item
18886 #: ../fish/guestfish.pod:224
18887 msgid "B<--file file>"
18888 msgstr ""
18889
18890 #. type: textblock
18891 #: ../fish/guestfish.pod:226
18892 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
18893 msgstr ""
18894
18895 #. type: verbatim
18896 #: ../fish/guestfish.pod:229
18897 #, no-wrap
18898 msgid ""
18899 " #!/usr/bin/guestfish -f\n"
18900 "\n"
18901 msgstr ""
18902
18903 #. type: =item
18904 #: ../fish/guestfish.pod:231
18905 msgid "B<--format=raw|qcow2|..>"
18906 msgstr ""
18907
18908 #. type: =item
18909 #: ../fish/guestfish.pod:233
18910 msgid "B<--format>"
18911 msgstr ""
18912
18913 #. type: textblock
18914 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18915 msgid ""
18916 "The default for the I<-a> option is to auto-detect the format of the disk "
18917 "image.  Using this forces the disk format for I<-a> options which follow on "
18918 "the command line.  Using I<--format> with no argument switches back to "
18919 "auto-detection for subsequent I<-a> options."
18920 msgstr ""
18921
18922 #. type: verbatim
18923 #: ../fish/guestfish.pod:242
18924 #, no-wrap
18925 msgid ""
18926 " guestfish --format=raw -a disk.img\n"
18927 "\n"
18928 msgstr ""
18929
18930 #. type: textblock
18931 #: ../fish/guestfish.pod:244
18932 msgid "forces raw format (no auto-detection) for C<disk.img>."
18933 msgstr ""
18934
18935 #. type: verbatim
18936 #: ../fish/guestfish.pod:246
18937 #, no-wrap
18938 msgid ""
18939 " guestfish --format=raw -a disk.img --format -a another.img\n"
18940 "\n"
18941 msgstr ""
18942
18943 #. type: textblock
18944 #: ../fish/guestfish.pod:248
18945 msgid ""
18946 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18947 "auto-detection for C<another.img>."
18948 msgstr ""
18949
18950 #. type: textblock
18951 #: ../fish/guestfish.pod:251
18952 msgid ""
18953 "If you have untrusted raw-format guest disk images, you should use this "
18954 "option to specify the disk format.  This avoids a possible security problem "
18955 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18956 msgstr ""
18957
18958 #. type: =item
18959 #: ../fish/guestfish.pod:256
18960 msgid "B<-i>"
18961 msgstr ""
18962
18963 #. type: =item
18964 #: ../fish/guestfish.pod:258
18965 msgid "B<--inspector>"
18966 msgstr ""
18967
18968 #. type: textblock
18969 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18970 msgid ""
18971 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18972 "system and mount filesystems as they would be mounted on the real virtual "
18973 "machine."
18974 msgstr ""
18975
18976 #. type: textblock
18977 #: ../fish/guestfish.pod:264
18978 msgid "Typical usage is either:"
18979 msgstr ""
18980
18981 #. type: verbatim
18982 #: ../fish/guestfish.pod:266
18983 #, no-wrap
18984 msgid ""
18985 " guestfish -d myguest -i\n"
18986 "\n"
18987 msgstr ""
18988
18989 #. type: textblock
18990 #: ../fish/guestfish.pod:268
18991 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18992 msgstr ""
18993
18994 #. type: verbatim
18995 #: ../fish/guestfish.pod:270
18996 #, no-wrap
18997 msgid ""
18998 " guestfish --ro -d myguest -i\n"
18999 "\n"
19000 msgstr ""
19001
19002 #. type: textblock
19003 #: ../fish/guestfish.pod:272
19004 msgid "(for active domains, readonly), or specify the block device directly:"
19005 msgstr ""
19006
19007 #. type: verbatim
19008 #: ../fish/guestfish.pod:274
19009 #, no-wrap
19010 msgid ""
19011 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19012 "\n"
19013 msgstr ""
19014
19015 #. type: textblock
19016 #: ../fish/guestfish.pod:276
19017 msgid ""
19018 "Note that the command line syntax changed slightly over older versions of "
19019 "guestfish.  You can still use the old syntax:"
19020 msgstr ""
19021
19022 #. type: verbatim
19023 #: ../fish/guestfish.pod:279
19024 #, no-wrap
19025 msgid ""
19026 " guestfish [--ro] -i disk.img\n"
19027 "\n"
19028 msgstr ""
19029
19030 #. type: verbatim
19031 #: ../fish/guestfish.pod:281
19032 #, no-wrap
19033 msgid ""
19034 " guestfish [--ro] -i libvirt-domain\n"
19035 "\n"
19036 msgstr ""
19037
19038 #. type: textblock
19039 #: ../fish/guestfish.pod:283
19040 msgid ""
19041 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19042 "then using other commands to mount the filesystems that were found."
19043 msgstr ""
19044
19045 #. type: =item
19046 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19047 msgid "B<--keys-from-stdin>"
19048 msgstr ""
19049
19050 #. type: textblock
19051 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19052 msgid ""
19053 "Read key or passphrase parameters from stdin.  The default is to try to read "
19054 "passphrases from the user by opening C</dev/tty>."
19055 msgstr ""
19056
19057 #. type: =item
19058 #: ../fish/guestfish.pod:292
19059 msgid "B<--listen>"
19060 msgstr ""
19061
19062 #. type: textblock
19063 #: ../fish/guestfish.pod:294
19064 msgid ""
19065 "Fork into the background and listen for remote commands.  See section "
19066 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19067 msgstr ""
19068
19069 #. type: =item
19070 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19071 msgid "B<--live>"
19072 msgstr ""
19073
19074 #. type: textblock
19075 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19076 msgid ""
19077 "Connect to a live virtual machine.  (Experimental, see "
19078 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19079 msgstr ""
19080
19081 #. type: =item
19082 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19083 msgid "B<-m dev[:mountpoint[:options]]>"
19084 msgstr ""
19085
19086 #. type: =item
19087 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19088 msgid "B<--mount dev[:mountpoint[:options]]>"
19089 msgstr ""
19090
19091 #. type: textblock
19092 #: ../fish/guestfish.pod:306
19093 msgid "Mount the named partition or logical volume on the given mountpoint."
19094 msgstr ""
19095
19096 #. type: textblock
19097 #: ../fish/guestfish.pod:308
19098 msgid "If the mountpoint is omitted, it defaults to C</>."
19099 msgstr ""
19100
19101 #. type: textblock
19102 #: ../fish/guestfish.pod:310
19103 msgid "You have to mount something on C</> before most commands will work."
19104 msgstr ""
19105
19106 #. type: textblock
19107 #: ../fish/guestfish.pod:312
19108 msgid ""
19109 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19110 "launched."
19111 msgstr ""
19112
19113 #. type: textblock
19114 #: ../fish/guestfish.pod:315
19115 msgid ""
19116 "If you don't know what filesystems a disk image contains, you can either run "
19117 "guestfish without this option, then list the partitions, filesystems and LVs "
19118 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19119 "commands), or you can use the L<virt-filesystems(1)> program."
19120 msgstr ""
19121
19122 #. type: textblock
19123 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19124 msgid ""
19125 "The third (and rarely used) part of the mount parameter is the list of mount "
19126 "options used to mount the underlying filesystem.  If this is not given, then "
19127 "the mount options are either the empty string or C<ro> (the latter if the "
19128 "I<--ro> flag is used).  By specifying the mount options, you override this "
19129 "default choice.  Probably the only time you would use this is to enable ACLs "
19130 "and/or extended attributes if the filesystem can support them:"
19131 msgstr ""
19132
19133 #. type: verbatim
19134 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
19135 #, no-wrap
19136 msgid ""
19137 " -m /dev/sda1:/:acl,user_xattr\n"
19138 "\n"
19139 msgstr ""
19140
19141 #. type: textblock
19142 #: ../fish/guestfish.pod:331
19143 msgid "Using this flag is equivalent to using the C<mount-options> command."
19144 msgstr ""
19145
19146 #. type: =item
19147 #: ../fish/guestfish.pod:333
19148 msgid "B<-n>"
19149 msgstr ""
19150
19151 #. type: =item
19152 #: ../fish/guestfish.pod:335
19153 msgid "B<--no-sync>"
19154 msgstr ""
19155
19156 #. type: textblock
19157 #: ../fish/guestfish.pod:337
19158 msgid ""
19159 "Disable autosync.  This is enabled by default.  See the discussion of "
19160 "autosync in the L<guestfs(3)> manpage."
19161 msgstr ""
19162
19163 #. type: =item
19164 #: ../fish/guestfish.pod:340
19165 msgid "B<-N type>"
19166 msgstr ""
19167
19168 #. type: =item
19169 #: ../fish/guestfish.pod:342
19170 msgid "B<--new type>"
19171 msgstr ""
19172
19173 #. type: =item
19174 #: ../fish/guestfish.pod:344
19175 msgid "B<-N help>"
19176 msgstr ""
19177
19178 #. type: textblock
19179 #: ../fish/guestfish.pod:346
19180 msgid ""
19181 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19182 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19183 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19184 "IMAGES> below."
19185 msgstr ""
19186
19187 #. type: =item
19188 #: ../fish/guestfish.pod:351
19189 msgid "B<--progress-bars>"
19190 msgstr ""
19191
19192 #. type: textblock
19193 #: ../fish/guestfish.pod:353
19194 msgid "Enable progress bars, even when guestfish is used non-interactively."
19195 msgstr ""
19196
19197 #. type: textblock
19198 #: ../fish/guestfish.pod:355
19199 msgid ""
19200 "Progress bars are enabled by default when guestfish is used as an "
19201 "interactive shell."
19202 msgstr ""
19203
19204 #. type: =item
19205 #: ../fish/guestfish.pod:358
19206 msgid "B<--no-progress-bars>"
19207 msgstr ""
19208
19209 #. type: textblock
19210 #: ../fish/guestfish.pod:360
19211 msgid "Disable progress bars."
19212 msgstr ""
19213
19214 #. type: =item
19215 #: ../fish/guestfish.pod:362
19216 msgid "B<--remote[=pid]>"
19217 msgstr ""
19218
19219 #. type: textblock
19220 #: ../fish/guestfish.pod:364
19221 msgid ""
19222 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19223 "CONTROL GUESTFISH OVER A SOCKET> below."
19224 msgstr ""
19225
19226 #. type: =item
19227 #: ../fish/guestfish.pod:367
19228 msgid "B<-r>"
19229 msgstr ""
19230
19231 #. type: =item
19232 #: ../fish/guestfish.pod:369
19233 msgid "B<--ro>"
19234 msgstr ""
19235
19236 #. type: textblock
19237 #: ../fish/guestfish.pod:371
19238 msgid ""
19239 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19240 "mounts are done read-only."
19241 msgstr ""
19242
19243 #. type: textblock
19244 #: ../fish/guestfish.pod:374
19245 msgid ""
19246 "The option must always be used if the disk image or virtual machine might be "
19247 "running, and is generally recommended in cases where you don't need write "
19248 "access to the disk."
19249 msgstr ""
19250
19251 #. type: textblock
19252 #: ../fish/guestfish.pod:378
19253 msgid ""
19254 "Note that prepared disk images created with I<-N> are not affected by this "
19255 "option.  Also commands like C<add> are not affected - you have to specify "
19256 "the C<readonly:true> option explicitly if you need it."
19257 msgstr ""
19258
19259 #. type: textblock
19260 #: ../fish/guestfish.pod:382
19261 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19262 msgstr ""
19263
19264 #. type: =item
19265 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
19266 msgid "B<--selinux>"
19267 msgstr ""
19268
19269 #. type: textblock
19270 #: ../fish/guestfish.pod:386
19271 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19272 msgstr ""
19273
19274 #. type: =item
19275 #: ../fish/guestfish.pod:388
19276 msgid "B<-v>"
19277 msgstr ""
19278
19279 #. type: =item
19280 #: ../fish/guestfish.pod:390
19281 msgid "B<--verbose>"
19282 msgstr ""
19283
19284 #. type: textblock
19285 #: ../fish/guestfish.pod:392
19286 msgid ""
19287 "Enable very verbose messages.  This is particularly useful if you find a "
19288 "bug."
19289 msgstr ""
19290
19291 #. type: =item
19292 #: ../fish/guestfish.pod:395
19293 msgid "B<-V>"
19294 msgstr ""
19295
19296 #. type: =item
19297 #: ../fish/guestfish.pod:397 ../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
19298 msgid "B<--version>"
19299 msgstr ""
19300
19301 #. type: textblock
19302 #: ../fish/guestfish.pod:399
19303 msgid "Display the guestfish / libguestfs version number and exit."
19304 msgstr ""
19305
19306 #. type: =item
19307 #: ../fish/guestfish.pod:401
19308 msgid "B<-w>"
19309 msgstr ""
19310
19311 #. type: =item
19312 #: ../fish/guestfish.pod:403
19313 msgid "B<--rw>"
19314 msgstr ""
19315
19316 #. type: textblock
19317 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
19318 msgid ""
19319 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19320 "mounts are done read-write."
19321 msgstr ""
19322
19323 #. type: textblock
19324 #: ../fish/guestfish.pod:408
19325 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19326 msgstr ""
19327
19328 #. type: =item
19329 #: ../fish/guestfish.pod:410
19330 msgid "B<-x>"
19331 msgstr ""
19332
19333 #. type: textblock
19334 #: ../fish/guestfish.pod:412
19335 msgid "Echo each command before executing it."
19336 msgstr ""
19337
19338 #. type: =head1
19339 #: ../fish/guestfish.pod:416
19340 msgid "COMMANDS ON COMMAND LINE"
19341 msgstr ""
19342
19343 #. type: textblock
19344 #: ../fish/guestfish.pod:418
19345 msgid "Any additional (non-option) arguments are treated as commands to execute."
19346 msgstr ""
19347
19348 #. type: textblock
19349 #: ../fish/guestfish.pod:421
19350 msgid ""
19351 "Commands to execute should be separated by a colon (C<:>), where the colon "
19352 "is a separate parameter.  Thus:"
19353 msgstr ""
19354
19355 #. type: verbatim
19356 #: ../fish/guestfish.pod:424
19357 #, no-wrap
19358 msgid ""
19359 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19360 "\n"
19361 msgstr ""
19362
19363 #. type: textblock
19364 #: ../fish/guestfish.pod:426
19365 msgid ""
19366 "If there are no additional arguments, then we enter a shell, either an "
19367 "interactive shell with a prompt (if the input is a terminal) or a "
19368 "non-interactive shell."
19369 msgstr ""
19370
19371 #. type: textblock
19372 #: ../fish/guestfish.pod:430
19373 msgid ""
19374 "In either command line mode or non-interactive shell, the first command that "
19375 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19376 "prompt) if a command fails, you can continue to enter commands."
19377 msgstr ""
19378
19379 #. type: =head1
19380 #: ../fish/guestfish.pod:435
19381 msgid "USING launch (OR run)"
19382 msgstr ""
19383
19384 #. type: textblock
19385 #: ../fish/guestfish.pod:437
19386 msgid ""
19387 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19388 "then launch it, then mount any disks you need, and finally issue "
19389 "actions/commands.  So the general order of the day is:"
19390 msgstr ""
19391
19392 #. type: textblock
19393 #: ../fish/guestfish.pod:445
19394 msgid "add or -a/--add"
19395 msgstr ""
19396
19397 #. type: textblock
19398 #: ../fish/guestfish.pod:449
19399 msgid "launch (aka run)"
19400 msgstr ""
19401
19402 #. type: textblock
19403 #: ../fish/guestfish.pod:453
19404 msgid "mount or -m/--mount"
19405 msgstr ""
19406
19407 #. type: textblock
19408 #: ../fish/guestfish.pod:457
19409 msgid "any other commands"
19410 msgstr ""
19411
19412 #. type: textblock
19413 #: ../fish/guestfish.pod:461
19414 msgid ""
19415 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19416 "guest before mounting or performing any other commands."
19417 msgstr ""
19418
19419 #. type: textblock
19420 #: ../fish/guestfish.pod:464
19421 msgid ""
19422 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19423 "I<--new> options were given then C<run> is done automatically, simply "
19424 "because guestfish can't perform the action you asked for without doing this."
19425 msgstr ""
19426
19427 #. type: =head1
19428 #: ../fish/guestfish.pod:469
19429 msgid "OPENING DISKS FOR READ AND WRITE"
19430 msgstr ""
19431
19432 #. type: textblock
19433 #: ../fish/guestfish.pod:471
19434 msgid ""
19435 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19436 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19437 "I<-i> and I<-m> open disk images read-only or for writing."
19438 msgstr ""
19439
19440 #. type: textblock
19441 #: ../fish/guestfish.pod:476
19442 msgid ""
19443 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
19444 "opening disk images supplied on the command line for write.  To open a disk "
19445 "image read-only you have to do I<-a image --ro>."
19446 msgstr ""
19447
19448 #. type: textblock
19449 #: ../fish/guestfish.pod:480
19450 msgid ""
19451 "This matters: If you accidentally open a live VM disk image writable then "
19452 "you will cause irreversible disk corruption."
19453 msgstr ""
19454
19455 #. type: textblock
19456 #: ../fish/guestfish.pod:483
19457 msgid ""
19458 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
19459 "images will be opened read-only.  You will have to either specify "
19460 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19461 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19462 "access for disk images specified by those other command line options."
19463 msgstr ""
19464
19465 #. type: textblock
19466 #: ../fish/guestfish.pod:490
19467 msgid ""
19468 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19469 "which does nothing (it is already the default).  However it is highly "
19470 "recommended that you use this option to indicate that you need write access, "
19471 "and prepare your scripts for the day when this option will be required for "
19472 "write access."
19473 msgstr ""
19474
19475 #. type: textblock
19476 #: ../fish/guestfish.pod:496
19477 msgid ""
19478 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19479 "other libguestfs program apart from guestfish and guestmount."
19480 msgstr ""
19481
19482 #. type: =head1
19483 #: ../fish/guestfish.pod:499
19484 msgid "QUOTING"
19485 msgstr ""
19486
19487 #. type: textblock
19488 #: ../fish/guestfish.pod:501
19489 msgid ""
19490 "You can quote ordinary parameters using either single or double quotes.  For "
19491 "example:"
19492 msgstr ""
19493
19494 #. type: verbatim
19495 #: ../fish/guestfish.pod:504
19496 #, no-wrap
19497 msgid ""
19498 " add \"file with a space.img\"\n"
19499 "\n"
19500 msgstr ""
19501
19502 #. type: verbatim
19503 #: ../fish/guestfish.pod:506
19504 #, no-wrap
19505 msgid ""
19506 " rm '/file name'\n"
19507 "\n"
19508 msgstr ""
19509
19510 #. type: verbatim
19511 #: ../fish/guestfish.pod:508
19512 #, no-wrap
19513 msgid ""
19514 " rm '/\"'\n"
19515 "\n"
19516 msgstr ""
19517
19518 #. type: textblock
19519 #: ../fish/guestfish.pod:510
19520 msgid ""
19521 "A few commands require a list of strings to be passed.  For these, use a "
19522 "whitespace-separated list, enclosed in quotes.  Strings containing "
19523 "whitespace to be passed through must be enclosed in single quotes.  A "
19524 "literal single quote must be escaped with a backslash."
19525 msgstr ""
19526
19527 #. type: verbatim
19528 #: ../fish/guestfish.pod:515
19529 #, no-wrap
19530 msgid ""
19531 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19532 " command \"/bin/echo 'foo      bar'\"\n"
19533 " command \"/bin/echo \\'foo\\'\"\n"
19534 "\n"
19535 msgstr ""
19536
19537 #. type: =head1
19538 #: ../fish/guestfish.pod:519
19539 msgid "OPTIONAL ARGUMENTS"
19540 msgstr ""
19541
19542 #. type: textblock
19543 #: ../fish/guestfish.pod:521
19544 msgid ""
19545 "Some commands take optional arguments.  These arguments appear in this "
19546 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19547 msgstr ""
19548
19549 #. type: verbatim
19550 #: ../fish/guestfish.pod:525
19551 #, no-wrap
19552 msgid ""
19553 " add-drive-opts filename\n"
19554 "\n"
19555 msgstr ""
19556
19557 #. type: verbatim
19558 #: ../fish/guestfish.pod:527
19559 #, no-wrap
19560 msgid ""
19561 " add-drive-opts filename readonly:true\n"
19562 "\n"
19563 msgstr ""
19564
19565 #. type: verbatim
19566 #: ../fish/guestfish.pod:529
19567 #, no-wrap
19568 msgid ""
19569 " add-drive-opts filename format:qcow2 readonly:false\n"
19570 "\n"
19571 msgstr ""
19572
19573 #. type: textblock
19574 #: ../fish/guestfish.pod:531
19575 msgid ""
19576 "Each optional argument can appear at most once.  All optional arguments must "
19577 "appear after the required ones."
19578 msgstr ""
19579
19580 #. type: =head1
19581 #: ../fish/guestfish.pod:534
19582 msgid "NUMBERS"
19583 msgstr ""
19584
19585 #. type: textblock
19586 #: ../fish/guestfish.pod:536
19587 msgid "This section applies to all commands which can take integers as parameters."
19588 msgstr ""
19589
19590 #. type: =head2
19591 #: ../fish/guestfish.pod:539
19592 msgid "SIZE SUFFIX"
19593 msgstr ""
19594
19595 #. type: textblock
19596 #: ../fish/guestfish.pod:541
19597 msgid ""
19598 "When the command takes a parameter measured in bytes, you can use one of the "
19599 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19600 msgstr ""
19601
19602 #. type: =item
19603 #: ../fish/guestfish.pod:547
19604 msgid "B<k> or B<K> or B<KiB>"
19605 msgstr ""
19606
19607 #. type: textblock
19608 #: ../fish/guestfish.pod:549
19609 msgid "The size in kilobytes (multiplied by 1024)."
19610 msgstr ""
19611
19612 #. type: =item
19613 #: ../fish/guestfish.pod:551
19614 msgid "B<KB>"
19615 msgstr ""
19616
19617 #. type: textblock
19618 #: ../fish/guestfish.pod:553
19619 msgid "The size in SI 1000 byte units."
19620 msgstr ""
19621
19622 #. type: =item
19623 #: ../fish/guestfish.pod:555
19624 msgid "B<M> or B<MiB>"
19625 msgstr ""
19626
19627 #. type: textblock
19628 #: ../fish/guestfish.pod:557
19629 msgid "The size in megabytes (multiplied by 1048576)."
19630 msgstr ""
19631
19632 #. type: =item
19633 #: ../fish/guestfish.pod:559
19634 msgid "B<MB>"
19635 msgstr ""
19636
19637 #. type: textblock
19638 #: ../fish/guestfish.pod:561
19639 msgid "The size in SI 1000000 byte units."
19640 msgstr ""
19641
19642 #. type: =item
19643 #: ../fish/guestfish.pod:563
19644 msgid "B<G> or B<GiB>"
19645 msgstr ""
19646
19647 #. type: textblock
19648 #: ../fish/guestfish.pod:565
19649 msgid "The size in gigabytes (multiplied by 2**30)."
19650 msgstr ""
19651
19652 #. type: =item
19653 #: ../fish/guestfish.pod:567
19654 msgid "B<GB>"
19655 msgstr ""
19656
19657 #. type: textblock
19658 #: ../fish/guestfish.pod:569
19659 msgid "The size in SI 10**9 byte units."
19660 msgstr ""
19661
19662 #. type: =item
19663 #: ../fish/guestfish.pod:571
19664 msgid "B<T> or B<TiB>"
19665 msgstr ""
19666
19667 #. type: textblock
19668 #: ../fish/guestfish.pod:573
19669 msgid "The size in terabytes (multiplied by 2**40)."
19670 msgstr ""
19671
19672 #. type: =item
19673 #: ../fish/guestfish.pod:575
19674 msgid "B<TB>"
19675 msgstr ""
19676
19677 #. type: textblock
19678 #: ../fish/guestfish.pod:577
19679 msgid "The size in SI 10**12 byte units."
19680 msgstr ""
19681
19682 #. type: =item
19683 #: ../fish/guestfish.pod:579
19684 msgid "B<P> or B<PiB>"
19685 msgstr ""
19686
19687 #. type: textblock
19688 #: ../fish/guestfish.pod:581
19689 msgid "The size in petabytes (multiplied by 2**50)."
19690 msgstr ""
19691
19692 #. type: =item
19693 #: ../fish/guestfish.pod:583
19694 msgid "B<PB>"
19695 msgstr ""
19696
19697 #. type: textblock
19698 #: ../fish/guestfish.pod:585
19699 msgid "The size in SI 10**15 byte units."
19700 msgstr ""
19701
19702 #. type: =item
19703 #: ../fish/guestfish.pod:587
19704 msgid "B<E> or B<EiB>"
19705 msgstr ""
19706
19707 #. type: textblock
19708 #: ../fish/guestfish.pod:589
19709 msgid "The size in exabytes (multiplied by 2**60)."
19710 msgstr ""
19711
19712 #. type: =item
19713 #: ../fish/guestfish.pod:591
19714 msgid "B<EB>"
19715 msgstr ""
19716
19717 #. type: textblock
19718 #: ../fish/guestfish.pod:593
19719 msgid "The size in SI 10**18 byte units."
19720 msgstr ""
19721
19722 #. type: =item
19723 #: ../fish/guestfish.pod:595
19724 msgid "B<Z> or B<ZiB>"
19725 msgstr ""
19726
19727 #. type: textblock
19728 #: ../fish/guestfish.pod:597
19729 msgid "The size in zettabytes (multiplied by 2**70)."
19730 msgstr ""
19731
19732 #. type: =item
19733 #: ../fish/guestfish.pod:599
19734 msgid "B<ZB>"
19735 msgstr ""
19736
19737 #. type: textblock
19738 #: ../fish/guestfish.pod:601
19739 msgid "The size in SI 10**21 byte units."
19740 msgstr ""
19741
19742 #. type: =item
19743 #: ../fish/guestfish.pod:603
19744 msgid "B<Y> or B<YiB>"
19745 msgstr ""
19746
19747 #. type: textblock
19748 #: ../fish/guestfish.pod:605
19749 msgid "The size in yottabytes (multiplied by 2**80)."
19750 msgstr ""
19751
19752 #. type: =item
19753 #: ../fish/guestfish.pod:607
19754 msgid "B<YB>"
19755 msgstr ""
19756
19757 #. type: textblock
19758 #: ../fish/guestfish.pod:609
19759 msgid "The size in SI 10**24 byte units."
19760 msgstr ""
19761
19762 #. type: verbatim
19763 #: ../fish/guestfish.pod:615
19764 #, no-wrap
19765 msgid ""
19766 " truncate-size /file 1G\n"
19767 "\n"
19768 msgstr ""
19769
19770 #. type: textblock
19771 #: ../fish/guestfish.pod:617
19772 msgid "would truncate the file to 1 gigabyte."
19773 msgstr ""
19774
19775 #. type: textblock
19776 #: ../fish/guestfish.pod:619
19777 msgid ""
19778 "Be careful because a few commands take sizes in kilobytes or megabytes "
19779 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19780 "Adding a suffix will probably not do what you expect."
19781 msgstr ""
19782
19783 #. type: =head2
19784 #: ../fish/guestfish.pod:623
19785 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19786 msgstr ""
19787
19788 #. type: textblock
19789 #: ../fish/guestfish.pod:625
19790 msgid ""
19791 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19792 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19793 msgstr ""
19794
19795 #. type: verbatim
19796 #: ../fish/guestfish.pod:628
19797 #, no-wrap
19798 msgid ""
19799 " 1234      decimal number 1234\n"
19800 " 02322     octal number, equivalent to decimal 1234\n"
19801 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19802 "\n"
19803 msgstr ""
19804
19805 #. type: textblock
19806 #: ../fish/guestfish.pod:632
19807 msgid ""
19808 "When using the C<chmod> command, you almost always want to specify an octal "
19809 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19810 "L<chmod(1)> program):"
19811 msgstr ""
19812
19813 #. type: verbatim
19814 #: ../fish/guestfish.pod:636
19815 #, no-wrap
19816 msgid ""
19817 " chmod 0777 /public  # OK\n"
19818 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19819 "\n"
19820 msgstr ""
19821
19822 #. type: textblock
19823 #: ../fish/guestfish.pod:639
19824 msgid ""
19825 "Commands that return numbers usually print them in decimal, but some "
19826 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19827 "octal, preceeded by C<0>)."
19828 msgstr ""
19829
19830 #. type: =head1
19831 #: ../fish/guestfish.pod:643
19832 msgid "WILDCARDS AND GLOBBING"
19833 msgstr ""
19834
19835 #. type: textblock
19836 #: ../fish/guestfish.pod:645
19837 msgid ""
19838 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19839 "(globbing) by default.  So for example the following will not do what you "
19840 "expect:"
19841 msgstr ""
19842
19843 #. type: verbatim
19844 #: ../fish/guestfish.pod:649
19845 #, no-wrap
19846 msgid ""
19847 " rm-rf /home/*\n"
19848 "\n"
19849 msgstr ""
19850
19851 #. type: textblock
19852 #: ../fish/guestfish.pod:651
19853 msgid ""
19854 "Assuming you don't have a directory called literally C</home/*> then the "
19855 "above command will return an error."
19856 msgstr ""
19857
19858 #. type: textblock
19859 #: ../fish/guestfish.pod:654
19860 msgid "To perform wildcard expansion, use the C<glob> command."
19861 msgstr ""
19862
19863 #. type: verbatim
19864 #: ../fish/guestfish.pod:656
19865 #, no-wrap
19866 msgid ""
19867 " glob rm-rf /home/*\n"
19868 "\n"
19869 msgstr ""
19870
19871 #. type: textblock
19872 #: ../fish/guestfish.pod:658
19873 msgid ""
19874 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19875 "many times), equivalent to:"
19876 msgstr ""
19877
19878 #. type: verbatim
19879 #: ../fish/guestfish.pod:661
19880 #, no-wrap
19881 msgid ""
19882 " rm-rf /home/jim\n"
19883 " rm-rf /home/joe\n"
19884 " rm-rf /home/mary\n"
19885 "\n"
19886 msgstr ""
19887
19888 #. type: textblock
19889 #: ../fish/guestfish.pod:665
19890 msgid "C<glob> only works on simple guest paths and not on device names."
19891 msgstr ""
19892
19893 #. type: textblock
19894 #: ../fish/guestfish.pod:667
19895 msgid ""
19896 "If you have several parameters, each containing a wildcard, then glob will "
19897 "perform a Cartesian product."
19898 msgstr ""
19899
19900 #. type: =head1
19901 #: ../fish/guestfish.pod:670
19902 msgid "COMMENTS"
19903 msgstr ""
19904
19905 #. type: textblock
19906 #: ../fish/guestfish.pod:672
19907 msgid ""
19908 "Any line which starts with a I<#> character is treated as a comment and "
19909 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
19910 "a command.  For example:"
19911 msgstr ""
19912
19913 #. type: verbatim
19914 #: ../fish/guestfish.pod:676
19915 #, no-wrap
19916 msgid ""
19917 " # this is a comment\n"
19918 "         # this is a comment\n"
19919 " foo # NOT a comment\n"
19920 "\n"
19921 msgstr ""
19922
19923 #. type: textblock
19924 #: ../fish/guestfish.pod:680
19925 msgid "Blank lines are also ignored."
19926 msgstr ""
19927
19928 #. type: =head1
19929 #: ../fish/guestfish.pod:682
19930 msgid "RUNNING COMMANDS LOCALLY"
19931 msgstr ""
19932
19933 #. type: textblock
19934 #: ../fish/guestfish.pod:684
19935 msgid ""
19936 "Any line which starts with a I<!> character is treated as a command sent to "
19937 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19938 msgstr ""
19939
19940 #. type: verbatim
19941 #: ../fish/guestfish.pod:688
19942 #, no-wrap
19943 msgid ""
19944 " !mkdir local\n"
19945 " tgz-out /remote local/remote-data.tar.gz\n"
19946 "\n"
19947 msgstr ""
19948
19949 #. type: textblock
19950 #: ../fish/guestfish.pod:691
19951 msgid ""
19952 "will create a directory C<local> on the host, and then export the contents "
19953 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19954 "(See C<tgz-out>)."
19955 msgstr ""
19956
19957 #. type: textblock
19958 #: ../fish/guestfish.pod:695
19959 msgid ""
19960 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19961 "effect, due to the way that subprocesses work in Unix."
19962 msgstr ""
19963
19964 #. type: =head2
19965 #: ../fish/guestfish.pod:698
19966 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
19967 msgstr ""
19968
19969 #. type: textblock
19970 #: ../fish/guestfish.pod:700
19971 msgid ""
19972 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
19973 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
19974 "and executed as guestfish commands."
19975 msgstr ""
19976
19977 #. type: textblock
19978 #: ../fish/guestfish.pod:704
19979 msgid ""
19980 "Thus you can use shell script to construct arbitrary guestfish commands "
19981 "which are then parsed by guestfish."
19982 msgstr ""
19983
19984 #. type: textblock
19985 #: ../fish/guestfish.pod:707
19986 msgid ""
19987 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
19988 "through C</foo.100>) using guestfish commands alone.  However this is simple "
19989 "if we use a shell script to create the guestfish commands for us:"
19990 msgstr ""
19991
19992 #. type: verbatim
19993 #: ../fish/guestfish.pod:712
19994 #, no-wrap
19995 msgid ""
19996 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
19997 "\n"
19998 msgstr ""
19999
20000 #. type: textblock
20001 #: ../fish/guestfish.pod:714
20002 msgid "or with names like C</foo.001>:"
20003 msgstr ""
20004
20005 #. type: verbatim
20006 #: ../fish/guestfish.pod:716
20007 #, no-wrap
20008 msgid ""
20009 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20010 "\n"
20011 msgstr ""
20012
20013 #. type: textblock
20014 #: ../fish/guestfish.pod:718
20015 msgid ""
20016 "When using guestfish interactively it can be helpful to just run the shell "
20017 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20018 "ordinary I<!> local command), see what guestfish commands it would run, and "
20019 "when you are happy with those prepend the C<E<lt>> character to run the "
20020 "guestfish commands for real."
20021 msgstr ""
20022
20023 #. type: =head1
20024 #: ../fish/guestfish.pod:724
20025 msgid "PIPES"
20026 msgstr ""
20027
20028 #. type: textblock
20029 #: ../fish/guestfish.pod:726
20030 msgid ""
20031 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20032 "command (a guestfish command) to the second command (any host command).  For "
20033 "example:"
20034 msgstr ""
20035
20036 #. type: verbatim
20037 #: ../fish/guestfish.pod:730
20038 #, no-wrap
20039 msgid ""
20040 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20041 "\n"
20042 msgstr ""
20043
20044 #. type: textblock
20045 #: ../fish/guestfish.pod:732
20046 msgid ""
20047 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20048 "program).  The above command would list all accounts in the guest filesystem "
20049 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20050 msgstr ""
20051
20052 #. type: verbatim
20053 #: ../fish/guestfish.pod:737
20054 #, no-wrap
20055 msgid ""
20056 " hexdump /bin/ls | head\n"
20057 " list-devices | tail -1\n"
20058 " tgz-out / - | tar ztf -\n"
20059 "\n"
20060 msgstr ""
20061
20062 #. type: textblock
20063 #: ../fish/guestfish.pod:741
20064 msgid ""
20065 "The space before the pipe symbol is required, any space after the pipe "
20066 "symbol is optional.  Everything after the pipe symbol is just passed "
20067 "straight to the host shell, so it can contain redirections, globs and "
20068 "anything else that makes sense on the host side."
20069 msgstr ""
20070
20071 #. type: textblock
20072 #: ../fish/guestfish.pod:746
20073 msgid ""
20074 "To use a literal argument which begins with a pipe symbol, you have to quote "
20075 "it, eg:"
20076 msgstr ""
20077
20078 #. type: verbatim
20079 #: ../fish/guestfish.pod:749
20080 #, no-wrap
20081 msgid ""
20082 " echo \"|\"\n"
20083 "\n"
20084 msgstr ""
20085
20086 #. type: =head1
20087 #: ../fish/guestfish.pod:751
20088 msgid "HOME DIRECTORIES"
20089 msgstr ""
20090
20091 #. type: textblock
20092 #: ../fish/guestfish.pod:753
20093 msgid ""
20094 "If a parameter starts with the character C<~> then the tilde may be expanded "
20095 "as a home directory path (either C<~> for the current user's home directory, "
20096 "or C<~user> for another user)."
20097 msgstr ""
20098
20099 #. type: textblock
20100 #: ../fish/guestfish.pod:757
20101 msgid ""
20102 "Note that home directory expansion happens for users known I<on the host>, "
20103 "not in the guest filesystem."
20104 msgstr ""
20105
20106 #. type: textblock
20107 #: ../fish/guestfish.pod:760
20108 msgid ""
20109 "To use a literal argument which begins with a tilde, you have to quote it, "
20110 "eg:"
20111 msgstr ""
20112
20113 #. type: verbatim
20114 #: ../fish/guestfish.pod:763
20115 #, no-wrap
20116 msgid ""
20117 " echo \"~\"\n"
20118 "\n"
20119 msgstr ""
20120
20121 #. type: textblock
20122 #: ../fish/guestfish.pod:767
20123 msgid ""
20124 "Libguestfs has some support for Linux guests encrypted according to the "
20125 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20126 "disk encryption systems used by modern Linux guests.  Currently only "
20127 "LVM-on-LUKS is supported."
20128 msgstr ""
20129
20130 #. type: textblock
20131 #: ../fish/guestfish.pod:772
20132 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20133 msgstr ""
20134
20135 #. type: verbatim
20136 #: ../fish/guestfish.pod:774
20137 #, no-wrap
20138 msgid ""
20139 " ><fs> vfs-type /dev/sda2\n"
20140 " crypto_LUKS\n"
20141 "\n"
20142 msgstr ""
20143
20144 #. type: textblock
20145 #: ../fish/guestfish.pod:777
20146 msgid ""
20147 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20148 "device called C</dev/mapper/luksdev>."
20149 msgstr ""
20150
20151 #. type: verbatim
20152 #: ../fish/guestfish.pod:780
20153 #, no-wrap
20154 msgid ""
20155 " ><fs> luks-open /dev/sda2 luksdev\n"
20156 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20157 "\n"
20158 msgstr ""
20159
20160 #. type: textblock
20161 #: ../fish/guestfish.pod:783
20162 msgid ""
20163 "Finally you have to tell LVM to scan for volume groups on the newly created "
20164 "mapper device:"
20165 msgstr ""
20166
20167 #. type: verbatim
20168 #: ../fish/guestfish.pod:786
20169 #, no-wrap
20170 msgid ""
20171 " vgscan\n"
20172 " vg-activate-all true\n"
20173 "\n"
20174 msgstr ""
20175
20176 #. type: textblock
20177 #: ../fish/guestfish.pod:789
20178 msgid "The logical volume(s) can now be mounted in the usual way."
20179 msgstr ""
20180
20181 #. type: textblock
20182 #: ../fish/guestfish.pod:791
20183 msgid ""
20184 "Before closing a LUKS device you must unmount any logical volumes on it and "
20185 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20186 "one.  Then you can close the mapper device:"
20187 msgstr ""
20188
20189 #. type: verbatim
20190 #: ../fish/guestfish.pod:795
20191 #, no-wrap
20192 msgid ""
20193 " vg-activate false /dev/VG\n"
20194 " luks-close /dev/mapper/luksdev\n"
20195 "\n"
20196 msgstr ""
20197
20198 #. type: =head1
20199 #: ../fish/guestfish.pod:798
20200 msgid "WINDOWS PATHS"
20201 msgstr ""
20202
20203 #. type: textblock
20204 #: ../fish/guestfish.pod:800
20205 msgid ""
20206 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20207 "(with some limitations).  The following commands are equivalent:"
20208 msgstr ""
20209
20210 #. type: verbatim
20211 #: ../fish/guestfish.pod:803
20212 #, no-wrap
20213 msgid ""
20214 " file /WINDOWS/system32/config/system.LOG\n"
20215 "\n"
20216 msgstr ""
20217
20218 #. type: verbatim
20219 #: ../fish/guestfish.pod:805
20220 #, no-wrap
20221 msgid ""
20222 " file win:/windows/system32/config/system.log\n"
20223 "\n"
20224 msgstr ""
20225
20226 #. type: verbatim
20227 #: ../fish/guestfish.pod:807
20228 #, no-wrap
20229 msgid ""
20230 " file win:\\windows\\system32\\config\\system.log\n"
20231 "\n"
20232 msgstr ""
20233
20234 #. type: verbatim
20235 #: ../fish/guestfish.pod:809
20236 #, no-wrap
20237 msgid ""
20238 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20239 "\n"
20240 msgstr ""
20241
20242 #. type: textblock
20243 #: ../fish/guestfish.pod:811
20244 msgid ""
20245 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20246 "handles case insensitivity like Windows would.  This only works in argument "
20247 "positions that expect a path."
20248 msgstr ""
20249
20250 #. type: =head1
20251 #: ../fish/guestfish.pod:815
20252 msgid "UPLOADING AND DOWNLOADING FILES"
20253 msgstr ""
20254
20255 #. type: textblock
20256 #: ../fish/guestfish.pod:817
20257 msgid ""
20258 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20259 "others which upload from or download to a local file, you can use the "
20260 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20261 msgstr ""
20262
20263 #. type: verbatim
20264 #: ../fish/guestfish.pod:821
20265 #, no-wrap
20266 msgid ""
20267 " upload - /foo\n"
20268 "\n"
20269 msgstr ""
20270
20271 #. type: textblock
20272 #: ../fish/guestfish.pod:823
20273 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20274 msgstr ""
20275
20276 #. type: verbatim
20277 #: ../fish/guestfish.pod:826
20278 #, no-wrap
20279 msgid ""
20280 " tar-out /etc - | tar tf -\n"
20281 "\n"
20282 msgstr ""
20283
20284 #. type: textblock
20285 #: ../fish/guestfish.pod:828
20286 msgid ""
20287 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20288 "command (see L</PIPES>)."
20289 msgstr ""
20290
20291 #. type: textblock
20292 #: ../fish/guestfish.pod:831
20293 msgid ""
20294 "When using C<-> to read from stdin, the input is read up to the end of "
20295 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20296 "some arbitrary end marker:"
20297 msgstr ""
20298
20299 #. type: verbatim
20300 #: ../fish/guestfish.pod:835
20301 #, no-wrap
20302 msgid ""
20303 " upload -<<END /foo\n"
20304 " input line 1\n"
20305 " input line 2\n"
20306 " input line 3\n"
20307 " END\n"
20308 "\n"
20309 msgstr ""
20310
20311 #. type: textblock
20312 #: ../fish/guestfish.pod:841
20313 msgid ""
20314 "Any string of characters can be used instead of C<END>.  The end marker must "
20315 "appear on a line of its own, without any preceeding or following characters "
20316 "(not even spaces)."
20317 msgstr ""
20318
20319 #. type: textblock
20320 #: ../fish/guestfish.pod:845
20321 msgid ""
20322 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20323 "upload local files (so-called \"FileIn\" parameters in the generator)."
20324 msgstr ""
20325
20326 #. type: =head1
20327 #: ../fish/guestfish.pod:848
20328 msgid "EXIT ON ERROR BEHAVIOUR"
20329 msgstr ""
20330
20331 #. type: textblock
20332 #: ../fish/guestfish.pod:850
20333 msgid ""
20334 "By default, guestfish will ignore any errors when in interactive mode "
20335 "(ie. taking commands from a human over a tty), and will exit on the first "
20336 "error in non-interactive mode (scripts, commands given on the command line)."
20337 msgstr ""
20338
20339 #. type: textblock
20340 #: ../fish/guestfish.pod:855
20341 msgid ""
20342 "If you prefix a command with a I<-> character, then that command will not "
20343 "cause guestfish to exit, even if that (one) command returns an error."
20344 msgstr ""
20345
20346 #. type: =head1
20347 #: ../fish/guestfish.pod:859
20348 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20349 msgstr ""
20350
20351 #. type: textblock
20352 #: ../fish/guestfish.pod:861
20353 msgid ""
20354 "Guestfish can be remote-controlled over a socket.  This is useful "
20355 "particularly in shell scripts where you want to make several different "
20356 "changes to a filesystem, but you don't want the overhead of starting up a "
20357 "guestfish process each time."
20358 msgstr ""
20359
20360 #. type: textblock
20361 #: ../fish/guestfish.pod:866
20362 msgid "Start a guestfish server process using:"
20363 msgstr ""
20364
20365 #. type: verbatim
20366 #: ../fish/guestfish.pod:868
20367 #, no-wrap
20368 msgid ""
20369 " eval \"`guestfish --listen`\"\n"
20370 "\n"
20371 msgstr ""
20372
20373 #. type: textblock
20374 #: ../fish/guestfish.pod:870
20375 msgid "and then send it commands by doing:"
20376 msgstr ""
20377
20378 #. type: verbatim
20379 #: ../fish/guestfish.pod:872
20380 #, no-wrap
20381 msgid ""
20382 " guestfish --remote cmd [...]\n"
20383 "\n"
20384 msgstr ""
20385
20386 #. type: textblock
20387 #: ../fish/guestfish.pod:874
20388 msgid "To cause the server to exit, send it the exit command:"
20389 msgstr ""
20390
20391 #. type: verbatim
20392 #: ../fish/guestfish.pod:876
20393 #, no-wrap
20394 msgid ""
20395 " guestfish --remote exit\n"
20396 "\n"
20397 msgstr ""
20398
20399 #. type: textblock
20400 #: ../fish/guestfish.pod:878
20401 msgid ""
20402 "Note that the server will normally exit if there is an error in a command.  "
20403 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20404 "BEHAVIOUR>."
20405 msgstr ""
20406
20407 #. type: =head2
20408 #: ../fish/guestfish.pod:882
20409 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20410 msgstr ""
20411
20412 #. type: textblock
20413 #: ../fish/guestfish.pod:884
20414 msgid ""
20415 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20416 "is how the I<--remote> option knows where to send the commands.  You can "
20417 "have several guestfish listener processes running using:"
20418 msgstr ""
20419
20420 #. type: verbatim
20421 #: ../fish/guestfish.pod:888
20422 #, no-wrap
20423 msgid ""
20424 " eval \"`guestfish --listen`\"\n"
20425 " pid1=$GUESTFISH_PID\n"
20426 " eval \"`guestfish --listen`\"\n"
20427 " pid2=$GUESTFISH_PID\n"
20428 " ...\n"
20429 " guestfish --remote=$pid1 cmd\n"
20430 " guestfish --remote=$pid2 cmd\n"
20431 "\n"
20432 msgstr ""
20433
20434 #. type: =head2
20435 #: ../fish/guestfish.pod:896
20436 msgid "REMOTE CONTROL AND CSH"
20437 msgstr ""
20438
20439 #. type: textblock
20440 #: ../fish/guestfish.pod:898
20441 msgid ""
20442 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20443 "option:"
20444 msgstr ""
20445
20446 #. type: verbatim
20447 #: ../fish/guestfish.pod:901
20448 #, no-wrap
20449 msgid ""
20450 " eval \"`guestfish --listen --csh`\"\n"
20451 "\n"
20452 msgstr ""
20453
20454 #. type: =head2
20455 #: ../fish/guestfish.pod:903
20456 msgid "REMOTE CONTROL DETAILS"
20457 msgstr ""
20458
20459 #. type: textblock
20460 #: ../fish/guestfish.pod:905
20461 msgid ""
20462 "Remote control happens over a Unix domain socket called "
20463 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20464 "of the process, and C<$PID> is the process ID of the server."
20465 msgstr ""
20466
20467 #. type: textblock
20468 #: ../fish/guestfish.pod:909
20469 msgid "Guestfish client and server versions must match exactly."
20470 msgstr ""
20471
20472 #. type: =head1
20473 #: ../fish/guestfish.pod:911
20474 msgid "PREPARED DISK IMAGES"
20475 msgstr ""
20476
20477 #. type: textblock
20478 #: ../fish/guestfish.pod:913
20479 msgid ""
20480 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20481 "preformatted disk images that guestfish can make for you to save typing.  "
20482 "This is particularly useful for testing purposes.  This option is used "
20483 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20484 "can be mixed with I<-a>)."
20485 msgstr ""
20486
20487 #. type: textblock
20488 #: ../fish/guestfish.pod:919
20489 msgid ""
20490 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20491 "the second and so on.  Existing files in the current directory are "
20492 "I<overwritten>."
20493 msgstr ""
20494
20495 #. type: textblock
20496 #: ../fish/guestfish.pod:923
20497 msgid ""
20498 "The type briefly describes how the disk should be sized, partitioned, how "
20499 "filesystem(s) should be created, and how content should be added.  "
20500 "Optionally the type can be followed by extra parameters, separated by C<:> "
20501 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20502 "sparsely-allocated disk, containing a single partition, with the partition "
20503 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20504 "on a 1GB disk instead."
20505 msgstr ""
20506
20507 #. type: textblock
20508 #: ../fish/guestfish.pod:931
20509 msgid "To list the available types and any extra parameters they take, run:"
20510 msgstr ""
20511
20512 #. type: textblock
20513 #: ../fish/guestfish.pod:935
20514 msgid ""
20515 "Note that the prepared filesystem is not mounted.  You would usually have to "
20516 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20517 msgstr ""
20518
20519 #. type: textblock
20520 #: ../fish/guestfish.pod:939
20521 msgid ""
20522 "If any I<-N> or I<--new> options are given, the guest is automatically "
20523 "launched."
20524 msgstr ""
20525
20526 #. type: textblock
20527 #: ../fish/guestfish.pod:944
20528 msgid "Create a 100MB disk with an ext4-formatted partition:"
20529 msgstr ""
20530
20531 #. type: verbatim
20532 #: ../fish/guestfish.pod:946
20533 #, no-wrap
20534 msgid ""
20535 " guestfish -N fs:ext4\n"
20536 "\n"
20537 msgstr ""
20538
20539 #. type: textblock
20540 #: ../fish/guestfish.pod:948
20541 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20542 msgstr ""
20543
20544 #. type: verbatim
20545 #: ../fish/guestfish.pod:950
20546 #, no-wrap
20547 msgid ""
20548 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20549 "\n"
20550 msgstr ""
20551
20552 #. type: textblock
20553 #: ../fish/guestfish.pod:952
20554 msgid "Create a blank 200MB disk:"
20555 msgstr ""
20556
20557 #. type: verbatim
20558 #: ../fish/guestfish.pod:954
20559 #, no-wrap
20560 msgid ""
20561 " guestfish -N disk:200M\n"
20562 "\n"
20563 msgstr ""
20564
20565 #. type: =head1
20566 #: ../fish/guestfish.pod:956
20567 msgid "PROGRESS BARS"
20568 msgstr ""
20569
20570 #. type: textblock
20571 #: ../fish/guestfish.pod:958
20572 msgid ""
20573 "Some (not all) long-running commands send progress notification messages as "
20574 "they are running.  Guestfish turns these messages into progress bars."
20575 msgstr ""
20576
20577 #. type: textblock
20578 #: ../fish/guestfish.pod:962
20579 msgid ""
20580 "When a command that supports progress bars takes longer than two seconds to "
20581 "run, and if progress bars are enabled, then you will see one appearing below "
20582 "the command:"
20583 msgstr ""
20584
20585 #. type: verbatim
20586 #: ../fish/guestfish.pod:966
20587 #, no-wrap
20588 msgid ""
20589 " ><fs> copy-size /large-file /another-file 2048M\n"
20590 " / 10% [#####-----------------------------------------] 00:30\n"
20591 "\n"
20592 msgstr ""
20593
20594 #. type: textblock
20595 #: ../fish/guestfish.pod:969
20596 msgid ""
20597 "The spinner on the left hand side moves round once for every progress "
20598 "notification received from the backend.  This is a (reasonably) golden "
20599 "assurance that the command is \"doing something\" even if the progress bar "
20600 "is not moving, because the command is able to send the progress "
20601 "notifications.  When the bar reaches 100% and the command finishes, the "
20602 "spinner disappears."
20603 msgstr ""
20604
20605 #. type: textblock
20606 #: ../fish/guestfish.pod:976
20607 msgid ""
20608 "Progress bars are enabled by default when guestfish is used interactively.  "
20609 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20610 "and you can disable them completely using I<--no-progress-bars>."
20611 msgstr ""
20612
20613 #. type: =head1
20614 #: ../fish/guestfish.pod:981
20615 msgid "GUESTFISH COMMANDS"
20616 msgstr ""
20617
20618 #. type: textblock
20619 #: ../fish/guestfish.pod:983
20620 msgid ""
20621 "The commands in this section are guestfish convenience commands, in other "
20622 "words, they are not part of the L<guestfs(3)> API."
20623 msgstr ""
20624
20625 #. type: =head2
20626 #: ../fish/guestfish.pod:986
20627 msgid "help"
20628 msgstr ""
20629
20630 #. type: verbatim
20631 #: ../fish/guestfish.pod:988
20632 #, no-wrap
20633 msgid ""
20634 " help\n"
20635 " help cmd\n"
20636 "\n"
20637 msgstr ""
20638
20639 #. type: textblock
20640 #: ../fish/guestfish.pod:991
20641 msgid "Without any parameter, this provides general help."
20642 msgstr ""
20643
20644 #. type: textblock
20645 #: ../fish/guestfish.pod:993
20646 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20647 msgstr ""
20648
20649 #. type: =head2
20650 #: ../fish/guestfish.pod:995
20651 msgid "quit | exit"
20652 msgstr ""
20653
20654 #. type: textblock
20655 #: ../fish/guestfish.pod:997
20656 msgid "This exits guestfish.  You can also use C<^D> key."
20657 msgstr ""
20658
20659 #. type: textblock
20660 #: ../fish/guestfish.pod:999
20661 msgid "@FISH_COMMANDS@"
20662 msgstr ""
20663
20664 #. type: =head1
20665 #: ../fish/guestfish.pod:1001
20666 msgid "COMMANDS"
20667 msgstr ""
20668
20669 #. type: =head1
20670 #: ../fish/guestfish.pod:1005 ../test-tool/libguestfs-test-tool.pod:83
20671 msgid "EXIT CODE"
20672 msgstr ""
20673
20674 #. type: textblock
20675 #: ../fish/guestfish.pod:1007
20676 msgid ""
20677 "guestfish returns 0 if the commands completed without error, or 1 if there "
20678 "was an error."
20679 msgstr ""
20680
20681 #. type: =item
20682 #: ../fish/guestfish.pod:1014
20683 msgid "EDITOR"
20684 msgstr ""
20685
20686 #. type: textblock
20687 #: ../fish/guestfish.pod:1016
20688 msgid ""
20689 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20690 "C<vi>."
20691 msgstr ""
20692
20693 #. type: =item
20694 #: ../fish/guestfish.pod:1019
20695 msgid "GUESTFISH_PID"
20696 msgstr ""
20697
20698 #. type: textblock
20699 #: ../fish/guestfish.pod:1021
20700 msgid ""
20701 "Used with the I<--remote> option to specify the remote guestfish process to "
20702 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20703 msgstr ""
20704
20705 #. type: =item
20706 #: ../fish/guestfish.pod:1025
20707 msgid "HEXEDITOR"
20708 msgstr ""
20709
20710 #. type: textblock
20711 #: ../fish/guestfish.pod:1027
20712 msgid ""
20713 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20714 "not specified, the external L<hexedit(1)> program is used."
20715 msgstr ""
20716
20717 #. type: =item
20718 #: ../fish/guestfish.pod:1031
20719 msgid "HOME"
20720 msgstr ""
20721
20722 #. type: textblock
20723 #: ../fish/guestfish.pod:1033
20724 msgid ""
20725 "If compiled with GNU readline support, various files in the home directory "
20726 "can be used.  See L</FILES>."
20727 msgstr ""
20728
20729 #. type: textblock
20730 #: ../fish/guestfish.pod:1042
20731 msgid ""
20732 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20733 "effect as using the B<-v> option."
20734 msgstr ""
20735
20736 #. type: textblock
20737 #: ../fish/guestfish.pod:1054
20738 msgid ""
20739 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20740 "the discussion of paths in L<guestfs(3)>."
20741 msgstr ""
20742
20743 #. type: textblock
20744 #: ../fish/guestfish.pod:1065
20745 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20746 msgstr ""
20747
20748 #. type: =item
20749 #: ../fish/guestfish.pod:1067
20750 msgid "PAGER"
20751 msgstr ""
20752
20753 #. type: textblock
20754 #: ../fish/guestfish.pod:1069
20755 msgid ""
20756 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20757 "C<more>."
20758 msgstr ""
20759
20760 #. type: =head1
20761 #: ../fish/guestfish.pod:1085 ../test-tool/libguestfs-test-tool.pod:88 ../fuse/guestmount.pod:252
20762 msgid "FILES"
20763 msgstr ""
20764
20765 #. type: =item
20766 #: ../fish/guestfish.pod:1089 ../fuse/guestmount.pod:256
20767 msgid "$HOME/.libguestfs-tools.rc"
20768 msgstr ""
20769
20770 #. type: =item
20771 #: ../fish/guestfish.pod:1091 ../fuse/guestmount.pod:258
20772 msgid "/etc/libguestfs-tools.conf"
20773 msgstr ""
20774
20775 #. type: textblock
20776 #: ../fish/guestfish.pod:1093 ../fuse/guestmount.pod:260
20777 msgid ""
20778 "This configuration file controls the default read-only or read-write mode "
20779 "(I<--ro> or I<--rw>)."
20780 msgstr ""
20781
20782 #. type: textblock
20783 #: ../fish/guestfish.pod:1096
20784 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
20785 msgstr ""
20786
20787 #. type: =item
20788 #: ../fish/guestfish.pod:1098
20789 msgid "$HOME/.guestfish"
20790 msgstr ""
20791
20792 #. type: textblock
20793 #: ../fish/guestfish.pod:1100
20794 msgid ""
20795 "If compiled with GNU readline support, then the command history is saved in "
20796 "this file."
20797 msgstr ""
20798
20799 #. type: =item
20800 #: ../fish/guestfish.pod:1103
20801 msgid "$HOME/.inputrc"
20802 msgstr ""
20803
20804 #. type: =item
20805 #: ../fish/guestfish.pod:1105
20806 msgid "/etc/inputrc"
20807 msgstr ""
20808
20809 #. type: textblock
20810 #: ../fish/guestfish.pod:1107
20811 msgid ""
20812 "If compiled with GNU readline support, then these files can be used to "
20813 "configure readline.  For further information, please see "
20814 "L<readline(3)/INITIALIZATION FILE>."
20815 msgstr ""
20816
20817 #. type: textblock
20818 #: ../fish/guestfish.pod:1111
20819 msgid "To write rules which only apply to guestfish, use:"
20820 msgstr ""
20821
20822 #. type: verbatim
20823 #: ../fish/guestfish.pod:1113
20824 #, no-wrap
20825 msgid ""
20826 " $if guestfish\n"
20827 " ...\n"
20828 " $endif\n"
20829 "\n"
20830 msgstr ""
20831
20832 #. type: textblock
20833 #: ../fish/guestfish.pod:1117
20834 msgid ""
20835 "Variables that you can set in inputrc that change the behaviour of guestfish "
20836 "in useful ways include:"
20837 msgstr ""
20838
20839 #. type: =item
20840 #: ../fish/guestfish.pod:1122
20841 msgid "completion-ignore-case (default: on)"
20842 msgstr ""
20843
20844 #. type: textblock
20845 #: ../fish/guestfish.pod:1124
20846 msgid ""
20847 "By default, guestfish will ignore case when tab-completing paths on the "
20848 "disk.  Use:"
20849 msgstr ""
20850
20851 #. type: verbatim
20852 #: ../fish/guestfish.pod:1127
20853 #, no-wrap
20854 msgid ""
20855 " set completion-ignore-case off\n"
20856 "\n"
20857 msgstr ""
20858
20859 #. type: textblock
20860 #: ../fish/guestfish.pod:1129
20861 msgid "to make guestfish case sensitive."
20862 msgstr ""
20863
20864 #. type: =item
20865 #: ../fish/guestfish.pod:1133
20866 msgid "test1.img"
20867 msgstr ""
20868
20869 #. type: =item
20870 #: ../fish/guestfish.pod:1135
20871 msgid "test2.img (etc)"
20872 msgstr ""
20873
20874 #. type: textblock
20875 #: ../fish/guestfish.pod:1137
20876 msgid ""
20877 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20878 "will be created in the file C<test1.img> in the current directory.  The "
20879 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20880 "the same name will be overwritten."
20881 msgstr ""
20882
20883 #. type: textblock
20884 #: ../fish/guestfish.pod:1146
20885 msgid ""
20886 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
20887 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
20888 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
20889 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
20890 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
20891 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
20892 msgstr ""
20893
20894 #. type: textblock
20895 #: ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:372 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1518 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
20896 msgid ""
20897 "This program is free software; you can redistribute it and/or modify it "
20898 "under the terms of the GNU General Public License as published by the Free "
20899 "Software Foundation; either version 2 of the License, or (at your option) "
20900 "any later version."
20901 msgstr ""
20902
20903 #. type: textblock
20904 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:377 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1523 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
20905 msgid ""
20906 "This program is distributed in the hope that it will be useful, but WITHOUT "
20907 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
20908 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
20909 "more details."
20910 msgstr ""
20911
20912 #. type: textblock
20913 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:382 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1528 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
20914 msgid ""
20915 "You should have received a copy of the GNU General Public License along with "
20916 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
20917 "Ave, Cambridge, MA 02139, USA."
20918 msgstr ""
20919
20920 #. type: =head2
20921 #: ../fish/guestfish-actions.pod:1
20922 msgid "add-cdrom"
20923 msgstr ""
20924
20925 #. type: verbatim
20926 #: ../fish/guestfish-actions.pod:3
20927 #, no-wrap
20928 msgid ""
20929 " add-cdrom filename\n"
20930 "\n"
20931 msgstr ""
20932
20933 #. type: textblock
20934 #: ../fish/guestfish-actions.pod:15
20935 msgid ""
20936 "This call checks for the existence of C<filename>.  This stops you from "
20937 "specifying other types of drive which are supported by qemu such as C<nbd:> "
20938 "and C<http:> URLs.  To specify those, use the general L</config> call "
20939 "instead."
20940 msgstr ""
20941
20942 #. type: textblock
20943 #: ../fish/guestfish-actions.pod:22
20944 msgid ""
20945 "If you just want to add an ISO file (often you use this as an efficient way "
20946 "to transfer large files into the guest), then you should probably use "
20947 "L</add-drive-ro> instead."
20948 msgstr ""
20949
20950 #. type: =head2
20951 #: ../fish/guestfish-actions.pod:35
20952 msgid "add-domain"
20953 msgstr ""
20954
20955 #. type: =head2
20956 #: ../fish/guestfish-actions.pod:37
20957 msgid "domain"
20958 msgstr ""
20959
20960 #. type: verbatim
20961 #: ../fish/guestfish-actions.pod:39
20962 #, no-wrap
20963 msgid ""
20964 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
20965 "\n"
20966 msgstr ""
20967
20968 #. type: textblock
20969 #: ../fish/guestfish-actions.pod:41
20970 msgid ""
20971 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
20972 "It works by connecting to libvirt, requesting the domain and domain XML from "
20973 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
20974 msgstr ""
20975
20976 #. type: textblock
20977 #: ../fish/guestfish-actions.pod:71
20978 msgid ""
20979 "The other optional parameters are passed directly through to "
20980 "L</add-drive-opts>."
20981 msgstr ""
20982
20983 #. type: textblock
20984 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:2981
20985 msgid ""
20986 "This command has one or more optional arguments.  See L</OPTIONAL "
20987 "ARGUMENTS>."
20988 msgstr ""
20989
20990 #. type: =head2
20991 #: ../fish/guestfish-actions.pod:76
20992 msgid "add-drive"
20993 msgstr ""
20994
20995 #. type: verbatim
20996 #: ../fish/guestfish-actions.pod:78
20997 #, no-wrap
20998 msgid ""
20999 " add-drive filename\n"
21000 "\n"
21001 msgstr ""
21002
21003 #. type: textblock
21004 #: ../fish/guestfish-actions.pod:80
21005 msgid ""
21006 "This function is the equivalent of calling L</add-drive-opts> with no "
21007 "optional parameters, so the disk is added writable, with the format being "
21008 "detected automatically."
21009 msgstr ""
21010
21011 #. type: textblock
21012 #: ../fish/guestfish-actions.pod:84
21013 msgid ""
21014 "Automatic detection of the format opens you up to a potential security hole "
21015 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21016 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21017 "you should think about replacing calls to this function with calls to "
21018 "L</add-drive-opts>, and specifying the format."
21019 msgstr ""
21020
21021 #. type: =head2
21022 #: ../fish/guestfish-actions.pod:91
21023 msgid "add-drive-opts"
21024 msgstr ""
21025
21026 #. type: =head2
21027 #: ../fish/guestfish-actions.pod:93
21028 msgid "add"
21029 msgstr ""
21030
21031 #. type: verbatim
21032 #: ../fish/guestfish-actions.pod:95
21033 #, no-wrap
21034 msgid ""
21035 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21036 "\n"
21037 msgstr ""
21038
21039 #. type: textblock
21040 #: ../fish/guestfish-actions.pod:122
21041 msgid ""
21042 "This forces the image format.  If you omit this (or use L</add-drive> or "
21043 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21044 "formats include C<raw> and C<qcow2>."
21045 msgstr ""
21046
21047 #. type: textblock
21048 #: ../fish/guestfish-actions.pod:133
21049 msgid ""
21050 "This rarely-used option lets you emulate the behaviour of the deprecated "
21051 "L</add-drive-with-if> call (q.v.)"
21052 msgstr ""
21053
21054 #. type: =head2
21055 #: ../fish/guestfish-actions.pod:140
21056 msgid "add-drive-ro"
21057 msgstr ""
21058
21059 #. type: =head2
21060 #: ../fish/guestfish-actions.pod:142
21061 msgid "add-ro"
21062 msgstr ""
21063
21064 #. type: verbatim
21065 #: ../fish/guestfish-actions.pod:144
21066 #, no-wrap
21067 msgid ""
21068 " add-drive-ro filename\n"
21069 "\n"
21070 msgstr ""
21071
21072 #. type: textblock
21073 #: ../fish/guestfish-actions.pod:146
21074 msgid ""
21075 "This function is the equivalent of calling L</add-drive-opts> with the "
21076 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21077 "is added read-only, with the format being detected automatically."
21078 msgstr ""
21079
21080 #. type: =head2
21081 #: ../fish/guestfish-actions.pod:151
21082 msgid "add-drive-ro-with-if"
21083 msgstr ""
21084
21085 #. type: verbatim
21086 #: ../fish/guestfish-actions.pod:153
21087 #, no-wrap
21088 msgid ""
21089 " add-drive-ro-with-if filename iface\n"
21090 "\n"
21091 msgstr ""
21092
21093 #. type: textblock
21094 #: ../fish/guestfish-actions.pod:155
21095 msgid ""
21096 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21097 "interface emulation to use at run time."
21098 msgstr ""
21099
21100 #. type: =head2
21101 #: ../fish/guestfish-actions.pod:165
21102 msgid "add-drive-with-if"
21103 msgstr ""
21104
21105 #. type: verbatim
21106 #: ../fish/guestfish-actions.pod:167
21107 #, no-wrap
21108 msgid ""
21109 " add-drive-with-if filename iface\n"
21110 "\n"
21111 msgstr ""
21112
21113 #. type: textblock
21114 #: ../fish/guestfish-actions.pod:169
21115 msgid ""
21116 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21117 "interface emulation to use at run time."
21118 msgstr ""
21119
21120 #. type: =head2
21121 #: ../fish/guestfish-actions.pod:179
21122 msgid "aug-clear"
21123 msgstr ""
21124
21125 #. type: verbatim
21126 #: ../fish/guestfish-actions.pod:181
21127 #, no-wrap
21128 msgid ""
21129 " aug-clear augpath\n"
21130 "\n"
21131 msgstr ""
21132
21133 #. type: =head2
21134 #: ../fish/guestfish-actions.pod:186
21135 msgid "aug-close"
21136 msgstr ""
21137
21138 #. type: verbatim
21139 #: ../fish/guestfish-actions.pod:188
21140 #, no-wrap
21141 msgid ""
21142 " aug-close\n"
21143 "\n"
21144 msgstr ""
21145
21146 #. type: textblock
21147 #: ../fish/guestfish-actions.pod:190
21148 msgid ""
21149 "Close the current Augeas handle and free up any resources used by it.  After "
21150 "calling this, you have to call L</aug-init> again before you can use any "
21151 "other Augeas functions."
21152 msgstr ""
21153
21154 #. type: =head2
21155 #: ../fish/guestfish-actions.pod:195
21156 msgid "aug-defnode"
21157 msgstr ""
21158
21159 #. type: verbatim
21160 #: ../fish/guestfish-actions.pod:197
21161 #, no-wrap
21162 msgid ""
21163 " aug-defnode name expr val\n"
21164 "\n"
21165 msgstr ""
21166
21167 #. type: textblock
21168 #: ../fish/guestfish-actions.pod:202
21169 msgid ""
21170 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21171 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21172 "containing that single node."
21173 msgstr ""
21174
21175 #. type: =head2
21176 #: ../fish/guestfish-actions.pod:210
21177 msgid "aug-defvar"
21178 msgstr ""
21179
21180 #. type: verbatim
21181 #: ../fish/guestfish-actions.pod:212
21182 #, no-wrap
21183 msgid ""
21184 " aug-defvar name expr\n"
21185 "\n"
21186 msgstr ""
21187
21188 #. type: =head2
21189 #: ../fish/guestfish-actions.pod:221
21190 msgid "aug-get"
21191 msgstr ""
21192
21193 #. type: verbatim
21194 #: ../fish/guestfish-actions.pod:223
21195 #, no-wrap
21196 msgid ""
21197 " aug-get augpath\n"
21198 "\n"
21199 msgstr ""
21200
21201 #. type: =head2
21202 #: ../fish/guestfish-actions.pod:228
21203 msgid "aug-init"
21204 msgstr ""
21205
21206 #. type: verbatim
21207 #: ../fish/guestfish-actions.pod:230
21208 #, no-wrap
21209 msgid ""
21210 " aug-init root flags\n"
21211 "\n"
21212 msgstr ""
21213
21214 #. type: textblock
21215 #: ../fish/guestfish-actions.pod:236
21216 msgid "You must call this before using any other L</aug-*> commands."
21217 msgstr ""
21218
21219 #. type: textblock
21220 #: ../fish/guestfish-actions.pod:271
21221 msgid "Do not load the tree in L</aug-init>."
21222 msgstr ""
21223
21224 #. type: textblock
21225 #: ../fish/guestfish-actions.pod:275
21226 msgid "To close the handle, you can call L</aug-close>."
21227 msgstr ""
21228
21229 #. type: =head2
21230 #: ../fish/guestfish-actions.pod:279
21231 msgid "aug-insert"
21232 msgstr ""
21233
21234 #. type: verbatim
21235 #: ../fish/guestfish-actions.pod:281
21236 #, no-wrap
21237 msgid ""
21238 " aug-insert augpath label true|false\n"
21239 "\n"
21240 msgstr ""
21241
21242 #. type: =head2
21243 #: ../fish/guestfish-actions.pod:291
21244 msgid "aug-load"
21245 msgstr ""
21246
21247 #. type: verbatim
21248 #: ../fish/guestfish-actions.pod:293
21249 #, no-wrap
21250 msgid ""
21251 " aug-load\n"
21252 "\n"
21253 msgstr ""
21254
21255 #. type: =head2
21256 #: ../fish/guestfish-actions.pod:300
21257 msgid "aug-ls"
21258 msgstr ""
21259
21260 #. type: verbatim
21261 #: ../fish/guestfish-actions.pod:302
21262 #, no-wrap
21263 msgid ""
21264 " aug-ls augpath\n"
21265 "\n"
21266 msgstr ""
21267
21268 #. type: textblock
21269 #: ../fish/guestfish-actions.pod:304
21270 msgid ""
21271 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21272 "resulting nodes into alphabetical order."
21273 msgstr ""
21274
21275 #. type: =head2
21276 #: ../fish/guestfish-actions.pod:307
21277 msgid "aug-match"
21278 msgstr ""
21279
21280 #. type: verbatim
21281 #: ../fish/guestfish-actions.pod:309
21282 #, no-wrap
21283 msgid ""
21284 " aug-match augpath\n"
21285 "\n"
21286 msgstr ""
21287
21288 #. type: =head2
21289 #: ../fish/guestfish-actions.pod:315
21290 msgid "aug-mv"
21291 msgstr ""
21292
21293 #. type: verbatim
21294 #: ../fish/guestfish-actions.pod:317
21295 #, no-wrap
21296 msgid ""
21297 " aug-mv src dest\n"
21298 "\n"
21299 msgstr ""
21300
21301 #. type: =head2
21302 #: ../fish/guestfish-actions.pod:322
21303 msgid "aug-rm"
21304 msgstr ""
21305
21306 #. type: verbatim
21307 #: ../fish/guestfish-actions.pod:324
21308 #, no-wrap
21309 msgid ""
21310 " aug-rm augpath\n"
21311 "\n"
21312 msgstr ""
21313
21314 #. type: =head2
21315 #: ../fish/guestfish-actions.pod:330
21316 msgid "aug-save"
21317 msgstr ""
21318
21319 #. type: verbatim
21320 #: ../fish/guestfish-actions.pod:332
21321 #, no-wrap
21322 msgid ""
21323 " aug-save\n"
21324 "\n"
21325 msgstr ""
21326
21327 #. type: textblock
21328 #: ../fish/guestfish-actions.pod:336
21329 msgid ""
21330 "The flags which were passed to L</aug-init> affect exactly how files are "
21331 "saved."
21332 msgstr ""
21333
21334 #. type: =head2
21335 #: ../fish/guestfish-actions.pod:339
21336 msgid "aug-set"
21337 msgstr ""
21338
21339 #. type: verbatim
21340 #: ../fish/guestfish-actions.pod:341
21341 #, no-wrap
21342 msgid ""
21343 " aug-set augpath val\n"
21344 "\n"
21345 msgstr ""
21346
21347 #. type: textblock
21348 #: ../fish/guestfish-actions.pod:345
21349 msgid ""
21350 "In the Augeas API, it is possible to clear a node by setting the value to "
21351 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21352 "this call.  Instead you must use the L</aug-clear> call."
21353 msgstr ""
21354
21355 #. type: =head2
21356 #: ../fish/guestfish-actions.pod:350
21357 msgid "available"
21358 msgstr ""
21359
21360 #. type: verbatim
21361 #: ../fish/guestfish-actions.pod:352
21362 #, no-wrap
21363 msgid ""
21364 " available 'groups ...'\n"
21365 "\n"
21366 msgstr ""
21367
21368 #. type: textblock
21369 #: ../fish/guestfish-actions.pod:358
21370 msgid ""
21371 "The libguestfs groups, and the functions that those groups correspond to, "
21372 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21373 "runtime by calling L</available-all-groups>."
21374 msgstr ""
21375
21376 #. type: textblock
21377 #: ../fish/guestfish-actions.pod:382
21378 msgid "You must call L</launch> before calling this function."
21379 msgstr ""
21380
21381 #. type: textblock
21382 #: ../fish/guestfish-actions.pod:404
21383 msgid ""
21384 "This call was added in version C<1.0.80>.  In previous versions of "
21385 "libguestfs all you could do would be to speculatively execute a command to "
21386 "find out if the daemon implemented it.  See also L</version>."
21387 msgstr ""
21388
21389 #. type: =head2
21390 #: ../fish/guestfish-actions.pod:411
21391 msgid "available-all-groups"
21392 msgstr ""
21393
21394 #. type: verbatim
21395 #: ../fish/guestfish-actions.pod:413
21396 #, no-wrap
21397 msgid ""
21398 " available-all-groups\n"
21399 "\n"
21400 msgstr ""
21401
21402 #. type: textblock
21403 #: ../fish/guestfish-actions.pod:415
21404 msgid ""
21405 "This command returns a list of all optional groups that this daemon knows "
21406 "about.  Note this returns both supported and unsupported groups.  To find "
21407 "out which ones the daemon can actually support you have to call "
21408 "L</available> on each member of the returned list."
21409 msgstr ""
21410
21411 #. type: textblock
21412 #: ../fish/guestfish-actions.pod:421
21413 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21414 msgstr ""
21415
21416 #. type: =head2
21417 #: ../fish/guestfish-actions.pod:423
21418 msgid "base64-in"
21419 msgstr ""
21420
21421 #. type: verbatim
21422 #: ../fish/guestfish-actions.pod:425
21423 #, no-wrap
21424 msgid ""
21425 " base64-in (base64file|-) filename\n"
21426 "\n"
21427 msgstr ""
21428
21429 #. type: textblock
21430 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439 ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832 ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228 ../fish/guestfish-actions.pod:4379 ../fish/guestfish-actions.pod:4391 ../fish/guestfish-actions.pod:4402 ../fish/guestfish-actions.pod:4413 ../fish/guestfish-actions.pod:4465 ../fish/guestfish-actions.pod:4474 ../fish/guestfish-actions.pod:4528 ../fish/guestfish-actions.pod:4551
21431 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21432 msgstr ""
21433
21434 #. type: =head2
21435 #: ../fish/guestfish-actions.pod:432
21436 msgid "base64-out"
21437 msgstr ""
21438
21439 #. type: verbatim
21440 #: ../fish/guestfish-actions.pod:434
21441 #, no-wrap
21442 msgid ""
21443 " base64-out filename (base64file|-)\n"
21444 "\n"
21445 msgstr ""
21446
21447 #. type: =head2
21448 #: ../fish/guestfish-actions.pod:441
21449 msgid "blockdev-flushbufs"
21450 msgstr ""
21451
21452 #. type: verbatim
21453 #: ../fish/guestfish-actions.pod:443
21454 #, no-wrap
21455 msgid ""
21456 " blockdev-flushbufs device\n"
21457 "\n"
21458 msgstr ""
21459
21460 #. type: =head2
21461 #: ../fish/guestfish-actions.pod:450
21462 msgid "blockdev-getbsz"
21463 msgstr ""
21464
21465 #. type: verbatim
21466 #: ../fish/guestfish-actions.pod:452
21467 #, no-wrap
21468 msgid ""
21469 " blockdev-getbsz device\n"
21470 "\n"
21471 msgstr ""
21472
21473 #. type: =head2
21474 #: ../fish/guestfish-actions.pod:461
21475 msgid "blockdev-getro"
21476 msgstr ""
21477
21478 #. type: verbatim
21479 #: ../fish/guestfish-actions.pod:463
21480 #, no-wrap
21481 msgid ""
21482 " blockdev-getro device\n"
21483 "\n"
21484 msgstr ""
21485
21486 #. type: =head2
21487 #: ../fish/guestfish-actions.pod:470
21488 msgid "blockdev-getsize64"
21489 msgstr ""
21490
21491 #. type: verbatim
21492 #: ../fish/guestfish-actions.pod:472
21493 #, no-wrap
21494 msgid ""
21495 " blockdev-getsize64 device\n"
21496 "\n"
21497 msgstr ""
21498
21499 #. type: textblock
21500 #: ../fish/guestfish-actions.pod:476
21501 msgid "See also L</blockdev-getsz>."
21502 msgstr ""
21503
21504 #. type: =head2
21505 #: ../fish/guestfish-actions.pod:480
21506 msgid "blockdev-getss"
21507 msgstr ""
21508
21509 #. type: verbatim
21510 #: ../fish/guestfish-actions.pod:482
21511 #, no-wrap
21512 msgid ""
21513 " blockdev-getss device\n"
21514 "\n"
21515 msgstr ""
21516
21517 #. type: textblock
21518 #: ../fish/guestfish-actions.pod:487
21519 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21520 msgstr ""
21521
21522 #. type: =head2
21523 #: ../fish/guestfish-actions.pod:492
21524 msgid "blockdev-getsz"
21525 msgstr ""
21526
21527 #. type: verbatim
21528 #: ../fish/guestfish-actions.pod:494
21529 #, no-wrap
21530 msgid ""
21531 " blockdev-getsz device\n"
21532 "\n"
21533 msgstr ""
21534
21535 #. type: textblock
21536 #: ../fish/guestfish-actions.pod:499
21537 msgid ""
21538 "See also L</blockdev-getss> for the real sector size of the device, and "
21539 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21540 msgstr ""
21541
21542 #. type: =head2
21543 #: ../fish/guestfish-actions.pod:505
21544 msgid "blockdev-rereadpt"
21545 msgstr ""
21546
21547 #. type: verbatim
21548 #: ../fish/guestfish-actions.pod:507
21549 #, no-wrap
21550 msgid ""
21551 " blockdev-rereadpt device\n"
21552 "\n"
21553 msgstr ""
21554
21555 #. type: =head2
21556 #: ../fish/guestfish-actions.pod:513
21557 msgid "blockdev-setbsz"
21558 msgstr ""
21559
21560 #. type: verbatim
21561 #: ../fish/guestfish-actions.pod:515
21562 #, no-wrap
21563 msgid ""
21564 " blockdev-setbsz device blocksize\n"
21565 "\n"
21566 msgstr ""
21567
21568 #. type: =head2
21569 #: ../fish/guestfish-actions.pod:524
21570 msgid "blockdev-setro"
21571 msgstr ""
21572
21573 #. type: verbatim
21574 #: ../fish/guestfish-actions.pod:526
21575 #, no-wrap
21576 msgid ""
21577 " blockdev-setro device\n"
21578 "\n"
21579 msgstr ""
21580
21581 #. type: =head2
21582 #: ../fish/guestfish-actions.pod:532
21583 msgid "blockdev-setrw"
21584 msgstr ""
21585
21586 #. type: verbatim
21587 #: ../fish/guestfish-actions.pod:534
21588 #, no-wrap
21589 msgid ""
21590 " blockdev-setrw device\n"
21591 "\n"
21592 msgstr ""
21593
21594 #. type: =head2
21595 #: ../fish/guestfish-actions.pod:540
21596 msgid "case-sensitive-path"
21597 msgstr ""
21598
21599 #. type: verbatim
21600 #: ../fish/guestfish-actions.pod:542
21601 #, no-wrap
21602 msgid ""
21603 " case-sensitive-path path\n"
21604 "\n"
21605 msgstr ""
21606
21607 #. type: textblock
21608 #: ../fish/guestfish-actions.pod:566
21609 msgid ""
21610 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21611 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21612 "how the directories were originally created under Windows)."
21613 msgstr ""
21614
21615 #. type: textblock
21616 #: ../fish/guestfish-actions.pod:574
21617 msgid "See also L</realpath>."
21618 msgstr ""
21619
21620 #. type: =head2
21621 #: ../fish/guestfish-actions.pod:576
21622 msgid "cat"
21623 msgstr ""
21624
21625 #. type: verbatim
21626 #: ../fish/guestfish-actions.pod:578
21627 #, no-wrap
21628 msgid ""
21629 " cat path\n"
21630 "\n"
21631 msgstr ""
21632
21633 #. type: textblock
21634 #: ../fish/guestfish-actions.pod:582
21635 msgid ""
21636 "Note that this function cannot correctly handle binary files (specifically, "
21637 "files containing C<\\0> character which is treated as end of string).  For "
21638 "those you need to use the L</read-file> or L</download> functions which have "
21639 "a more complex interface."
21640 msgstr ""
21641
21642 #. type: =head2
21643 #: ../fish/guestfish-actions.pod:590
21644 msgid "checksum"
21645 msgstr ""
21646
21647 #. type: verbatim
21648 #: ../fish/guestfish-actions.pod:592
21649 #, no-wrap
21650 msgid ""
21651 " checksum csumtype path\n"
21652 "\n"
21653 msgstr ""
21654
21655 #. type: textblock
21656 #: ../fish/guestfish-actions.pod:635
21657 msgid "To get the checksum for a device, use L</checksum-device>."
21658 msgstr ""
21659
21660 #. type: textblock
21661 #: ../fish/guestfish-actions.pod:637
21662 msgid "To get the checksums for many files, use L</checksums-out>."
21663 msgstr ""
21664
21665 #. type: =head2
21666 #: ../fish/guestfish-actions.pod:639
21667 msgid "checksum-device"
21668 msgstr ""
21669
21670 #. type: verbatim
21671 #: ../fish/guestfish-actions.pod:641
21672 #, no-wrap
21673 msgid ""
21674 " checksum-device csumtype device\n"
21675 "\n"
21676 msgstr ""
21677
21678 #. type: textblock
21679 #: ../fish/guestfish-actions.pod:643
21680 msgid ""
21681 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21682 "device named C<device>.  For the types of checksums supported see the "
21683 "L</checksum> command."
21684 msgstr ""
21685
21686 #. type: =head2
21687 #: ../fish/guestfish-actions.pod:647
21688 msgid "checksums-out"
21689 msgstr ""
21690
21691 #. type: verbatim
21692 #: ../fish/guestfish-actions.pod:649
21693 #, no-wrap
21694 msgid ""
21695 " checksums-out csumtype directory (sumsfile|-)\n"
21696 "\n"
21697 msgstr ""
21698
21699 #. type: =head2
21700 #: ../fish/guestfish-actions.pod:665
21701 msgid "chmod"
21702 msgstr ""
21703
21704 #. type: verbatim
21705 #: ../fish/guestfish-actions.pod:667
21706 #, no-wrap
21707 msgid ""
21708 " chmod mode path\n"
21709 "\n"
21710 msgstr ""
21711
21712 #. type: =head2
21713 #: ../fish/guestfish-actions.pod:678
21714 msgid "chown"
21715 msgstr ""
21716
21717 #. type: verbatim
21718 #: ../fish/guestfish-actions.pod:680
21719 #, no-wrap
21720 msgid ""
21721 " chown owner group path\n"
21722 "\n"
21723 msgstr ""
21724
21725 #. type: =head2
21726 #: ../fish/guestfish-actions.pod:688
21727 msgid "command"
21728 msgstr ""
21729
21730 #. type: verbatim
21731 #: ../fish/guestfish-actions.pod:690
21732 #, no-wrap
21733 msgid ""
21734 " command 'arguments ...'\n"
21735 "\n"
21736 msgstr ""
21737
21738 #. type: textblock
21739 #: ../fish/guestfish-actions.pod:697
21740 msgid ""
21741 "The single parameter is an argv-style list of arguments.  The first element "
21742 "is the name of the program to run.  Subsequent elements are parameters.  The "
21743 "list must be non-empty (ie. must contain a program name).  Note that the "
21744 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21745 msgstr ""
21746
21747 #. type: =head2
21748 #: ../fish/guestfish-actions.pod:725
21749 msgid "command-lines"
21750 msgstr ""
21751
21752 #. type: verbatim
21753 #: ../fish/guestfish-actions.pod:727
21754 #, no-wrap
21755 msgid ""
21756 " command-lines 'arguments ...'\n"
21757 "\n"
21758 msgstr ""
21759
21760 #. type: textblock
21761 #: ../fish/guestfish-actions.pod:729
21762 msgid "This is the same as L</command>, but splits the result into a list of lines."
21763 msgstr ""
21764
21765 #. type: textblock
21766 #: ../fish/guestfish-actions.pod:732
21767 msgid "See also: L</sh-lines>"
21768 msgstr ""
21769
21770 #. type: =head2
21771 #: ../fish/guestfish-actions.pod:737
21772 msgid "config"
21773 msgstr ""
21774
21775 #. type: verbatim
21776 #: ../fish/guestfish-actions.pod:739
21777 #, no-wrap
21778 msgid ""
21779 " config qemuparam qemuvalue\n"
21780 "\n"
21781 msgstr ""
21782
21783 #. type: =head2
21784 #: ../fish/guestfish-actions.pod:750
21785 msgid "copy-size"
21786 msgstr ""
21787
21788 #. type: verbatim
21789 #: ../fish/guestfish-actions.pod:752
21790 #, no-wrap
21791 msgid ""
21792 " copy-size src dest size\n"
21793 "\n"
21794 msgstr ""
21795
21796 #. type: =head2
21797 #: ../fish/guestfish-actions.pod:760
21798 msgid "cp"
21799 msgstr ""
21800
21801 #. type: verbatim
21802 #: ../fish/guestfish-actions.pod:762
21803 #, no-wrap
21804 msgid ""
21805 " cp src dest\n"
21806 "\n"
21807 msgstr ""
21808
21809 #. type: =head2
21810 #: ../fish/guestfish-actions.pod:767
21811 msgid "cp-a"
21812 msgstr ""
21813
21814 #. type: verbatim
21815 #: ../fish/guestfish-actions.pod:769
21816 #, no-wrap
21817 msgid ""
21818 " cp-a src dest\n"
21819 "\n"
21820 msgstr ""
21821
21822 #. type: =head2
21823 #: ../fish/guestfish-actions.pod:774
21824 msgid "dd"
21825 msgstr ""
21826
21827 #. type: verbatim
21828 #: ../fish/guestfish-actions.pod:776
21829 #, no-wrap
21830 msgid ""
21831 " dd src dest\n"
21832 "\n"
21833 msgstr ""
21834
21835 #. type: textblock
21836 #: ../fish/guestfish-actions.pod:783
21837 msgid ""
21838 "If the destination is a device, it must be as large or larger than the "
21839 "source file or device, otherwise the copy will fail.  This command cannot do "
21840 "partial copies (see L</copy-size>)."
21841 msgstr ""
21842
21843 #. type: =head2
21844 #: ../fish/guestfish-actions.pod:787
21845 msgid "df"
21846 msgstr ""
21847
21848 #. type: verbatim
21849 #: ../fish/guestfish-actions.pod:789
21850 #, no-wrap
21851 msgid ""
21852 " df\n"
21853 "\n"
21854 msgstr ""
21855
21856 #. type: textblock
21857 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21858 msgid ""
21859 "This command is mostly useful for interactive sessions.  It is I<not> "
21860 "intended that you try to parse the output string.  Use L</statvfs> from "
21861 "programs."
21862 msgstr ""
21863
21864 #. type: =head2
21865 #: ../fish/guestfish-actions.pod:797
21866 msgid "df-h"
21867 msgstr ""
21868
21869 #. type: verbatim
21870 #: ../fish/guestfish-actions.pod:799
21871 #, no-wrap
21872 msgid ""
21873 " df-h\n"
21874 "\n"
21875 msgstr ""
21876
21877 #. type: =head2
21878 #: ../fish/guestfish-actions.pod:808
21879 msgid "dmesg"
21880 msgstr ""
21881
21882 #. type: verbatim
21883 #: ../fish/guestfish-actions.pod:810
21884 #, no-wrap
21885 msgid ""
21886 " dmesg\n"
21887 "\n"
21888 msgstr ""
21889
21890 #. type: textblock
21891 #: ../fish/guestfish-actions.pod:816
21892 msgid ""
21893 "Another way to get the same information is to enable verbose messages with "
21894 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
21895 "before running the program."
21896 msgstr ""
21897
21898 #. type: =head2
21899 #: ../fish/guestfish-actions.pod:821
21900 msgid "download"
21901 msgstr ""
21902
21903 #. type: verbatim
21904 #: ../fish/guestfish-actions.pod:823
21905 #, no-wrap
21906 msgid ""
21907 " download remotefilename (filename|-)\n"
21908 "\n"
21909 msgstr ""
21910
21911 #. type: textblock
21912 #: ../fish/guestfish-actions.pod:830
21913 msgid "See also L</upload>, L</cat>."
21914 msgstr ""
21915
21916 #. type: =head2
21917 #: ../fish/guestfish-actions.pod:834
21918 msgid "download-offset"
21919 msgstr ""
21920
21921 #. type: verbatim
21922 #: ../fish/guestfish-actions.pod:836
21923 #, no-wrap
21924 msgid ""
21925 " download-offset remotefilename (filename|-) offset size\n"
21926 "\n"
21927 msgstr ""
21928
21929 #. type: textblock
21930 #: ../fish/guestfish-actions.pod:844
21931 msgid ""
21932 "Note that there is no limit on the amount of data that can be downloaded "
21933 "with this call, unlike with L</pread>, and this call always reads the full "
21934 "amount unless an error occurs."
21935 msgstr ""
21936
21937 #. type: textblock
21938 #: ../fish/guestfish-actions.pod:849
21939 msgid "See also L</download>, L</pread>."
21940 msgstr ""
21941
21942 #. type: =head2
21943 #: ../fish/guestfish-actions.pod:853
21944 msgid "drop-caches"
21945 msgstr ""
21946
21947 #. type: verbatim
21948 #: ../fish/guestfish-actions.pod:855
21949 #, no-wrap
21950 msgid ""
21951 " drop-caches whattodrop\n"
21952 "\n"
21953 msgstr ""
21954
21955 #. type: =head2
21956 #: ../fish/guestfish-actions.pod:867
21957 msgid "du"
21958 msgstr ""
21959
21960 #. type: verbatim
21961 #: ../fish/guestfish-actions.pod:869
21962 #, no-wrap
21963 msgid ""
21964 " du path\n"
21965 "\n"
21966 msgstr ""
21967
21968 #. type: =head2
21969 #: ../fish/guestfish-actions.pod:881
21970 msgid "e2fsck-f"
21971 msgstr ""
21972
21973 #. type: verbatim
21974 #: ../fish/guestfish-actions.pod:883
21975 #, no-wrap
21976 msgid ""
21977 " e2fsck-f device\n"
21978 "\n"
21979 msgstr ""
21980
21981 #. type: textblock
21982 #: ../fish/guestfish-actions.pod:889
21983 msgid ""
21984 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
21985 "should use L</fsck>."
21986 msgstr ""
21987
21988 #. type: =head2
21989 #: ../fish/guestfish-actions.pod:892
21990 msgid "echo-daemon"
21991 msgstr ""
21992
21993 #. type: verbatim
21994 #: ../fish/guestfish-actions.pod:894
21995 #, no-wrap
21996 msgid ""
21997 " echo-daemon 'words ...'\n"
21998 "\n"
21999 msgstr ""
22000
22001 #. type: textblock
22002 #: ../fish/guestfish-actions.pod:901
22003 msgid "See also L</ping-daemon>."
22004 msgstr ""
22005
22006 #. type: =head2
22007 #: ../fish/guestfish-actions.pod:903
22008 msgid "egrep"
22009 msgstr ""
22010
22011 #. type: verbatim
22012 #: ../fish/guestfish-actions.pod:905
22013 #, no-wrap
22014 msgid ""
22015 " egrep regex path\n"
22016 "\n"
22017 msgstr ""
22018
22019 #. type: =head2
22020 #: ../fish/guestfish-actions.pod:913
22021 msgid "egrepi"
22022 msgstr ""
22023
22024 #. type: verbatim
22025 #: ../fish/guestfish-actions.pod:915
22026 #, no-wrap
22027 msgid ""
22028 " egrepi regex path\n"
22029 "\n"
22030 msgstr ""
22031
22032 #. type: =head2
22033 #: ../fish/guestfish-actions.pod:923
22034 msgid "equal"
22035 msgstr ""
22036
22037 #. type: verbatim
22038 #: ../fish/guestfish-actions.pod:925
22039 #, no-wrap
22040 msgid ""
22041 " equal file1 file2\n"
22042 "\n"
22043 msgstr ""
22044
22045 #. type: =head2
22046 #: ../fish/guestfish-actions.pod:932
22047 msgid "exists"
22048 msgstr ""
22049
22050 #. type: verbatim
22051 #: ../fish/guestfish-actions.pod:934
22052 #, no-wrap
22053 msgid ""
22054 " exists path\n"
22055 "\n"
22056 msgstr ""
22057
22058 #. type: textblock
22059 #: ../fish/guestfish-actions.pod:939
22060 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22061 msgstr ""
22062
22063 #. type: =head2
22064 #: ../fish/guestfish-actions.pod:941
22065 msgid "fallocate"
22066 msgstr ""
22067
22068 #. type: verbatim
22069 #: ../fish/guestfish-actions.pod:943
22070 #, no-wrap
22071 msgid ""
22072 " fallocate path len\n"
22073 "\n"
22074 msgstr ""
22075
22076 #. type: =head2
22077 #: ../fish/guestfish-actions.pod:960
22078 msgid "fallocate64"
22079 msgstr ""
22080
22081 #. type: verbatim
22082 #: ../fish/guestfish-actions.pod:962
22083 #, no-wrap
22084 msgid ""
22085 " fallocate64 path len\n"
22086 "\n"
22087 msgstr ""
22088
22089 #. type: textblock
22090 #: ../fish/guestfish-actions.pod:968
22091 msgid ""
22092 "Note that this call allocates disk blocks for the file.  To create a sparse "
22093 "file use L</truncate-size> instead."
22094 msgstr ""
22095
22096 #. type: textblock
22097 #: ../fish/guestfish-actions.pod:971
22098 msgid ""
22099 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22100 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22101 "maximum size of files created through that call to 1GB."
22102 msgstr ""
22103
22104 #. type: =head2
22105 #: ../fish/guestfish-actions.pod:980
22106 msgid "fgrep"
22107 msgstr ""
22108
22109 #. type: verbatim
22110 #: ../fish/guestfish-actions.pod:982
22111 #, no-wrap
22112 msgid ""
22113 " fgrep pattern path\n"
22114 "\n"
22115 msgstr ""
22116
22117 #. type: =head2
22118 #: ../fish/guestfish-actions.pod:990
22119 msgid "fgrepi"
22120 msgstr ""
22121
22122 #. type: verbatim
22123 #: ../fish/guestfish-actions.pod:992
22124 #, no-wrap
22125 msgid ""
22126 " fgrepi pattern path\n"
22127 "\n"
22128 msgstr ""
22129
22130 #. type: =head2
22131 #: ../fish/guestfish-actions.pod:1000
22132 msgid "file"
22133 msgstr ""
22134
22135 #. type: verbatim
22136 #: ../fish/guestfish-actions.pod:1002
22137 #, no-wrap
22138 msgid ""
22139 " file path\n"
22140 "\n"
22141 msgstr ""
22142
22143 #. type: textblock
22144 #: ../fish/guestfish-actions.pod:1014
22145 msgid ""
22146 "This command can also be used on C</dev/> devices (and partitions, LV "
22147 "names).  You can for example use this to determine if a device contains a "
22148 "filesystem, although it's usually better to use L</vfs-type>."
22149 msgstr ""
22150
22151 #. type: =head2
22152 #: ../fish/guestfish-actions.pod:1024
22153 msgid "file-architecture"
22154 msgstr ""
22155
22156 #. type: verbatim
22157 #: ../fish/guestfish-actions.pod:1026
22158 #, no-wrap
22159 msgid ""
22160 " file-architecture filename\n"
22161 "\n"
22162 msgstr ""
22163
22164 #. type: =head2
22165 #: ../fish/guestfish-actions.pod:1129
22166 msgid "filesize"
22167 msgstr ""
22168
22169 #. type: verbatim
22170 #: ../fish/guestfish-actions.pod:1131
22171 #, no-wrap
22172 msgid ""
22173 " filesize file\n"
22174 "\n"
22175 msgstr ""
22176
22177 #. type: textblock
22178 #: ../fish/guestfish-actions.pod:1135
22179 msgid ""
22180 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22181 "L</is-file> etc.  To get the size of block devices, use "
22182 "L</blockdev-getsize64>."
22183 msgstr ""
22184
22185 #. type: =head2
22186 #: ../fish/guestfish-actions.pod:1139
22187 msgid "fill"
22188 msgstr ""
22189
22190 #. type: verbatim
22191 #: ../fish/guestfish-actions.pod:1141
22192 #, no-wrap
22193 msgid ""
22194 " fill c len path\n"
22195 "\n"
22196 msgstr ""
22197
22198 #. type: textblock
22199 #: ../fish/guestfish-actions.pod:1147
22200 msgid ""
22201 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22202 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22203 "L</fill-pattern>."
22204 msgstr ""
22205
22206 #. type: =head2
22207 #: ../fish/guestfish-actions.pod:1152
22208 msgid "fill-pattern"
22209 msgstr ""
22210
22211 #. type: verbatim
22212 #: ../fish/guestfish-actions.pod:1154
22213 #, no-wrap
22214 msgid ""
22215 " fill-pattern pattern len path\n"
22216 "\n"
22217 msgstr ""
22218
22219 #. type: textblock
22220 #: ../fish/guestfish-actions.pod:1156
22221 msgid ""
22222 "This function is like L</fill> except that it creates a new file of length "
22223 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22224 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22225 "bytes."
22226 msgstr ""
22227
22228 #. type: =head2
22229 #: ../fish/guestfish-actions.pod:1161
22230 msgid "find"
22231 msgstr ""
22232
22233 #. type: verbatim
22234 #: ../fish/guestfish-actions.pod:1163
22235 #, no-wrap
22236 msgid ""
22237 " find directory\n"
22238 "\n"
22239 msgstr ""
22240
22241 #. type: textblock
22242 #: ../fish/guestfish-actions.pod:1177
22243 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22244 msgstr ""
22245
22246 #. type: textblock
22247 #: ../fish/guestfish-actions.pod:1190
22248 msgid "See also L</find0>."
22249 msgstr ""
22250
22251 #. type: =head2
22252 #: ../fish/guestfish-actions.pod:1195
22253 msgid "find0"
22254 msgstr ""
22255
22256 #. type: verbatim
22257 #: ../fish/guestfish-actions.pod:1197
22258 #, no-wrap
22259 msgid ""
22260 " find0 directory (files|-)\n"
22261 "\n"
22262 msgstr ""
22263
22264 #. type: textblock
22265 #: ../fish/guestfish-actions.pod:1203
22266 msgid "This command works the same way as L</find> with the following exceptions:"
22267 msgstr ""
22268
22269 #. type: =head2
22270 #: ../fish/guestfish-actions.pod:1230
22271 msgid "findfs-label"
22272 msgstr ""
22273
22274 #. type: verbatim
22275 #: ../fish/guestfish-actions.pod:1232
22276 #, no-wrap
22277 msgid ""
22278 " findfs-label label\n"
22279 "\n"
22280 msgstr ""
22281
22282 #. type: textblock
22283 #: ../fish/guestfish-actions.pod:1238
22284 msgid "To find the label of a filesystem, use L</vfs-label>."
22285 msgstr ""
22286
22287 #. type: =head2
22288 #: ../fish/guestfish-actions.pod:1240
22289 msgid "findfs-uuid"
22290 msgstr ""
22291
22292 #. type: verbatim
22293 #: ../fish/guestfish-actions.pod:1242
22294 #, no-wrap
22295 msgid ""
22296 " findfs-uuid uuid\n"
22297 "\n"
22298 msgstr ""
22299
22300 #. type: textblock
22301 #: ../fish/guestfish-actions.pod:1248
22302 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22303 msgstr ""
22304
22305 #. type: =head2
22306 #: ../fish/guestfish-actions.pod:1250
22307 msgid "fsck"
22308 msgstr ""
22309
22310 #. type: verbatim
22311 #: ../fish/guestfish-actions.pod:1252
22312 #, no-wrap
22313 msgid ""
22314 " fsck fstype device\n"
22315 "\n"
22316 msgstr ""
22317
22318 #. type: =head2
22319 #: ../fish/guestfish-actions.pod:1282
22320 msgid "get-append"
22321 msgstr ""
22322
22323 #. type: verbatim
22324 #: ../fish/guestfish-actions.pod:1284
22325 #, no-wrap
22326 msgid ""
22327 " get-append\n"
22328 "\n"
22329 msgstr ""
22330
22331 #. type: =head2
22332 #: ../fish/guestfish-actions.pod:1291
22333 msgid "get-attach-method"
22334 msgstr ""
22335
22336 #. type: verbatim
22337 #: ../fish/guestfish-actions.pod:1293
22338 #, no-wrap
22339 msgid ""
22340 " get-attach-method\n"
22341 "\n"
22342 msgstr ""
22343
22344 #. type: textblock
22345 #: ../fish/guestfish-actions.pod:1295
22346 msgid "Return the current attach method.  See L</set-attach-method>."
22347 msgstr ""
22348
22349 #. type: =head2
22350 #: ../fish/guestfish-actions.pod:1297
22351 msgid "get-autosync"
22352 msgstr ""
22353
22354 #. type: verbatim
22355 #: ../fish/guestfish-actions.pod:1299
22356 #, no-wrap
22357 msgid ""
22358 " get-autosync\n"
22359 "\n"
22360 msgstr ""
22361
22362 #. type: =head2
22363 #: ../fish/guestfish-actions.pod:1303
22364 msgid "get-direct"
22365 msgstr ""
22366
22367 #. type: verbatim
22368 #: ../fish/guestfish-actions.pod:1305
22369 #, no-wrap
22370 msgid ""
22371 " get-direct\n"
22372 "\n"
22373 msgstr ""
22374
22375 #. type: =head2
22376 #: ../fish/guestfish-actions.pod:1309
22377 msgid "get-e2label"
22378 msgstr ""
22379
22380 #. type: verbatim
22381 #: ../fish/guestfish-actions.pod:1311
22382 #, no-wrap
22383 msgid ""
22384 " get-e2label device\n"
22385 "\n"
22386 msgstr ""
22387
22388 #. type: =head2
22389 #: ../fish/guestfish-actions.pod:1323
22390 msgid "get-e2uuid"
22391 msgstr ""
22392
22393 #. type: verbatim
22394 #: ../fish/guestfish-actions.pod:1325
22395 #, no-wrap
22396 msgid ""
22397 " get-e2uuid device\n"
22398 "\n"
22399 msgstr ""
22400
22401 #. type: =head2
22402 #: ../fish/guestfish-actions.pod:1337
22403 msgid "get-memsize"
22404 msgstr ""
22405
22406 #. type: verbatim
22407 #: ../fish/guestfish-actions.pod:1339
22408 #, no-wrap
22409 msgid ""
22410 " get-memsize\n"
22411 "\n"
22412 msgstr ""
22413
22414 #. type: textblock
22415 #: ../fish/guestfish-actions.pod:1344
22416 msgid ""
22417 "If L</set-memsize> was not called on this handle, and if "
22418 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22419 "value for memsize."
22420 msgstr ""
22421
22422 #. type: =head2
22423 #: ../fish/guestfish-actions.pod:1351
22424 msgid "get-network"
22425 msgstr ""
22426
22427 #. type: verbatim
22428 #: ../fish/guestfish-actions.pod:1353
22429 #, no-wrap
22430 msgid ""
22431 " get-network\n"
22432 "\n"
22433 msgstr ""
22434
22435 #. type: =head2
22436 #: ../fish/guestfish-actions.pod:1357
22437 msgid "get-path"
22438 msgstr ""
22439
22440 #. type: verbatim
22441 #: ../fish/guestfish-actions.pod:1359
22442 #, no-wrap
22443 msgid ""
22444 " get-path\n"
22445 "\n"
22446 msgstr ""
22447
22448 #. type: =head2
22449 #: ../fish/guestfish-actions.pod:1366
22450 msgid "get-pid"
22451 msgstr ""
22452
22453 #. type: =head2
22454 #: ../fish/guestfish-actions.pod:1368
22455 msgid "pid"
22456 msgstr ""
22457
22458 #. type: verbatim
22459 #: ../fish/guestfish-actions.pod:1370
22460 #, no-wrap
22461 msgid ""
22462 " get-pid\n"
22463 "\n"
22464 msgstr ""
22465
22466 #. type: =head2
22467 #: ../fish/guestfish-actions.pod:1377
22468 msgid "get-qemu"
22469 msgstr ""
22470
22471 #. type: verbatim
22472 #: ../fish/guestfish-actions.pod:1379
22473 #, no-wrap
22474 msgid ""
22475 " get-qemu\n"
22476 "\n"
22477 msgstr ""
22478
22479 #. type: =head2
22480 #: ../fish/guestfish-actions.pod:1386
22481 msgid "get-recovery-proc"
22482 msgstr ""
22483
22484 #. type: verbatim
22485 #: ../fish/guestfish-actions.pod:1388
22486 #, no-wrap
22487 msgid ""
22488 " get-recovery-proc\n"
22489 "\n"
22490 msgstr ""
22491
22492 #. type: =head2
22493 #: ../fish/guestfish-actions.pod:1392
22494 msgid "get-selinux"
22495 msgstr ""
22496
22497 #. type: verbatim
22498 #: ../fish/guestfish-actions.pod:1394
22499 #, no-wrap
22500 msgid ""
22501 " get-selinux\n"
22502 "\n"
22503 msgstr ""
22504
22505 #. type: textblock
22506 #: ../fish/guestfish-actions.pod:1396
22507 msgid ""
22508 "This returns the current setting of the selinux flag which is passed to the "
22509 "appliance at boot time.  See L</set-selinux>."
22510 msgstr ""
22511
22512 #. type: =head2
22513 #: ../fish/guestfish-actions.pod:1402
22514 msgid "get-state"
22515 msgstr ""
22516
22517 #. type: verbatim
22518 #: ../fish/guestfish-actions.pod:1404
22519 #, no-wrap
22520 msgid ""
22521 " get-state\n"
22522 "\n"
22523 msgstr ""
22524
22525 #. type: =head2
22526 #: ../fish/guestfish-actions.pod:1411
22527 msgid "get-trace"
22528 msgstr ""
22529
22530 #. type: verbatim
22531 #: ../fish/guestfish-actions.pod:1413
22532 #, no-wrap
22533 msgid ""
22534 " get-trace\n"
22535 "\n"
22536 msgstr ""
22537
22538 #. type: =head2
22539 #: ../fish/guestfish-actions.pod:1417
22540 msgid "get-umask"
22541 msgstr ""
22542
22543 #. type: verbatim
22544 #: ../fish/guestfish-actions.pod:1419
22545 #, no-wrap
22546 msgid ""
22547 " get-umask\n"
22548 "\n"
22549 msgstr ""
22550
22551 #. type: textblock
22552 #: ../fish/guestfish-actions.pod:1421
22553 msgid ""
22554 "Return the current umask.  By default the umask is C<022> unless it has been "
22555 "set by calling L</umask>."
22556 msgstr ""
22557
22558 #. type: =head2
22559 #: ../fish/guestfish-actions.pod:1424
22560 msgid "get-verbose"
22561 msgstr ""
22562
22563 #. type: verbatim
22564 #: ../fish/guestfish-actions.pod:1426
22565 #, no-wrap
22566 msgid ""
22567 " get-verbose\n"
22568 "\n"
22569 msgstr ""
22570
22571 #. type: =head2
22572 #: ../fish/guestfish-actions.pod:1430
22573 msgid "getcon"
22574 msgstr ""
22575
22576 #. type: verbatim
22577 #: ../fish/guestfish-actions.pod:1432
22578 #, no-wrap
22579 msgid ""
22580 " getcon\n"
22581 "\n"
22582 msgstr ""
22583
22584 #. type: textblock
22585 #: ../fish/guestfish-actions.pod:1436
22586 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22587 msgstr ""
22588
22589 #. type: =head2
22590 #: ../fish/guestfish-actions.pod:1439
22591 msgid "getxattr"
22592 msgstr ""
22593
22594 #. type: verbatim
22595 #: ../fish/guestfish-actions.pod:1441
22596 #, no-wrap
22597 msgid ""
22598 " getxattr path name\n"
22599 "\n"
22600 msgstr ""
22601
22602 #. type: textblock
22603 #: ../fish/guestfish-actions.pod:1443
22604 msgid ""
22605 "Get a single extended attribute from file C<path> named C<name>.  This call "
22606 "follows symlinks.  If you want to lookup an extended attribute for the "
22607 "symlink itself, use L</lgetxattr>."
22608 msgstr ""
22609
22610 #. type: textblock
22611 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2387
22612 msgid ""
22613 "Normally it is better to get all extended attributes from a file in one go "
22614 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22615 "buggy and do not provide a way to list out attributes.  For these "
22616 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22617 "attributes you want in advance and call this function."
22618 msgstr ""
22619
22620 #. type: textblock
22621 #: ../fish/guestfish-actions.pod:1457
22622 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22623 msgstr ""
22624
22625 #. type: =head2
22626 #: ../fish/guestfish-actions.pod:1459
22627 msgid "getxattrs"
22628 msgstr ""
22629
22630 #. type: verbatim
22631 #: ../fish/guestfish-actions.pod:1461
22632 #, no-wrap
22633 msgid ""
22634 " getxattrs path\n"
22635 "\n"
22636 msgstr ""
22637
22638 #. type: textblock
22639 #: ../fish/guestfish-actions.pod:1469
22640 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22641 msgstr ""
22642
22643 #. type: =head2
22644 #: ../fish/guestfish-actions.pod:1471
22645 msgid "glob-expand"
22646 msgstr ""
22647
22648 #. type: verbatim
22649 #: ../fish/guestfish-actions.pod:1473
22650 #, no-wrap
22651 msgid ""
22652 " glob-expand pattern\n"
22653 "\n"
22654 msgstr ""
22655
22656 #. type: =head2
22657 #: ../fish/guestfish-actions.pod:1486
22658 msgid "grep"
22659 msgstr ""
22660
22661 #. type: verbatim
22662 #: ../fish/guestfish-actions.pod:1488
22663 #, no-wrap
22664 msgid ""
22665 " grep regex path\n"
22666 "\n"
22667 msgstr ""
22668
22669 #. type: =head2
22670 #: ../fish/guestfish-actions.pod:1496
22671 msgid "grepi"
22672 msgstr ""
22673
22674 #. type: verbatim
22675 #: ../fish/guestfish-actions.pod:1498
22676 #, no-wrap
22677 msgid ""
22678 " grepi regex path\n"
22679 "\n"
22680 msgstr ""
22681
22682 #. type: =head2
22683 #: ../fish/guestfish-actions.pod:1506
22684 msgid "grub-install"
22685 msgstr ""
22686
22687 #. type: verbatim
22688 #: ../fish/guestfish-actions.pod:1508
22689 #, no-wrap
22690 msgid ""
22691 " grub-install root device\n"
22692 "\n"
22693 msgstr ""
22694
22695 #. type: =head2
22696 #: ../fish/guestfish-actions.pod:1524
22697 msgid "head"
22698 msgstr ""
22699
22700 #. type: verbatim
22701 #: ../fish/guestfish-actions.pod:1526
22702 #, no-wrap
22703 msgid ""
22704 " head path\n"
22705 "\n"
22706 msgstr ""
22707
22708 #. type: =head2
22709 #: ../fish/guestfish-actions.pod:1534
22710 msgid "head-n"
22711 msgstr ""
22712
22713 #. type: verbatim
22714 #: ../fish/guestfish-actions.pod:1536
22715 #, no-wrap
22716 msgid ""
22717 " head-n nrlines path\n"
22718 "\n"
22719 msgstr ""
22720
22721 #. type: =head2
22722 #: ../fish/guestfish-actions.pod:1549
22723 msgid "hexdump"
22724 msgstr ""
22725
22726 #. type: verbatim
22727 #: ../fish/guestfish-actions.pod:1551
22728 #, no-wrap
22729 msgid ""
22730 " hexdump path\n"
22731 "\n"
22732 msgstr ""
22733
22734 #. type: =head2
22735 #: ../fish/guestfish-actions.pod:1559
22736 msgid "initrd-cat"
22737 msgstr ""
22738
22739 #. type: verbatim
22740 #: ../fish/guestfish-actions.pod:1561
22741 #, no-wrap
22742 msgid ""
22743 " initrd-cat initrdpath filename\n"
22744 "\n"
22745 msgstr ""
22746
22747 #. type: textblock
22748 #: ../fish/guestfish-actions.pod:1573
22749 msgid "See also L</initrd-list>."
22750 msgstr ""
22751
22752 #. type: =head2
22753 #: ../fish/guestfish-actions.pod:1578
22754 msgid "initrd-list"
22755 msgstr ""
22756
22757 #. type: verbatim
22758 #: ../fish/guestfish-actions.pod:1580
22759 #, no-wrap
22760 msgid ""
22761 " initrd-list path\n"
22762 "\n"
22763 msgstr ""
22764
22765 #. type: =head2
22766 #: ../fish/guestfish-actions.pod:1592
22767 msgid "inotify-add-watch"
22768 msgstr ""
22769
22770 #. type: verbatim
22771 #: ../fish/guestfish-actions.pod:1594
22772 #, no-wrap
22773 msgid ""
22774 " inotify-add-watch path mask\n"
22775 "\n"
22776 msgstr ""
22777
22778 #. type: =head2
22779 #: ../fish/guestfish-actions.pod:1606
22780 msgid "inotify-close"
22781 msgstr ""
22782
22783 #. type: verbatim
22784 #: ../fish/guestfish-actions.pod:1608
22785 #, no-wrap
22786 msgid ""
22787 " inotify-close\n"
22788 "\n"
22789 msgstr ""
22790
22791 #. type: =head2
22792 #: ../fish/guestfish-actions.pod:1614
22793 msgid "inotify-files"
22794 msgstr ""
22795
22796 #. type: verbatim
22797 #: ../fish/guestfish-actions.pod:1616
22798 #, no-wrap
22799 msgid ""
22800 " inotify-files\n"
22801 "\n"
22802 msgstr ""
22803
22804 #. type: textblock
22805 #: ../fish/guestfish-actions.pod:1618
22806 msgid ""
22807 "This function is a helpful wrapper around L</inotify-read> which just "
22808 "returns a list of pathnames of objects that were touched.  The returned "
22809 "pathnames are sorted and deduplicated."
22810 msgstr ""
22811
22812 #. type: =head2
22813 #: ../fish/guestfish-actions.pod:1622
22814 msgid "inotify-init"
22815 msgstr ""
22816
22817 #. type: verbatim
22818 #: ../fish/guestfish-actions.pod:1624
22819 #, no-wrap
22820 msgid ""
22821 " inotify-init maxevents\n"
22822 "\n"
22823 msgstr ""
22824
22825 #. type: textblock
22826 #: ../fish/guestfish-actions.pod:1630
22827 msgid ""
22828 "C<maxevents> is the maximum number of events which will be queued up between "
22829 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22830 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22831 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22832 "but records the fact that it threw them away by setting a flag "
22833 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22834 msgstr ""
22835
22836 #. type: textblock
22837 #: ../fish/guestfish-actions.pod:1640
22838 msgid ""
22839 "Before any events are generated, you have to add some watches to the "
22840 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22841 "L</inotify-watch-all>."
22842 msgstr ""
22843
22844 #. type: textblock
22845 #: ../fish/guestfish-actions.pod:1646
22846 msgid ""
22847 "Queued up events should be read periodically by calling L</inotify-read> (or "
22848 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22849 "If you don't read the events out often enough then you risk the internal "
22850 "queue overflowing."
22851 msgstr ""
22852
22853 #. type: textblock
22854 #: ../fish/guestfish-actions.pod:1653
22855 msgid ""
22856 "The handle should be closed after use by calling L</inotify-close>.  This "
22857 "also removes any watches automatically."
22858 msgstr ""
22859
22860 #. type: =head2
22861 #: ../fish/guestfish-actions.pod:1662
22862 msgid "inotify-read"
22863 msgstr ""
22864
22865 #. type: verbatim
22866 #: ../fish/guestfish-actions.pod:1664
22867 #, no-wrap
22868 msgid ""
22869 " inotify-read\n"
22870 "\n"
22871 msgstr ""
22872
22873 #. type: =head2
22874 #: ../fish/guestfish-actions.pod:1677
22875 msgid "inotify-rm-watch"
22876 msgstr ""
22877
22878 #. type: verbatim
22879 #: ../fish/guestfish-actions.pod:1679
22880 #, no-wrap
22881 msgid ""
22882 " inotify-rm-watch wd\n"
22883 "\n"
22884 msgstr ""
22885
22886 #. type: textblock
22887 #: ../fish/guestfish-actions.pod:1681
22888 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
22889 msgstr ""
22890
22891 #. type: =head2
22892 #: ../fish/guestfish-actions.pod:1684
22893 msgid "inspect-get-arch"
22894 msgstr ""
22895
22896 #. type: verbatim
22897 #: ../fish/guestfish-actions.pod:1686
22898 #, no-wrap
22899 msgid ""
22900 " inspect-get-arch root\n"
22901 "\n"
22902 msgstr ""
22903
22904 #. type: textblock
22905 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704 ../fish/guestfish-actions.pod:1782 ../fish/guestfish-actions.pod:1800 ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1849 ../fish/guestfish-actions.pod:1870 ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1912 ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1958 ../fish/guestfish-actions.pod:1975 ../fish/guestfish-actions.pod:2018 ../fish/guestfish-actions.pod:2053 ../fish/guestfish-actions.pod:2069 ../fish/guestfish-actions.pod:2082 ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2110
22906 msgid ""
22907 "This function should only be called with a root device string as returned by "
22908 "L</inspect-os>."
22909 msgstr ""
22910
22911 #. type: textblock
22912 #: ../fish/guestfish-actions.pod:1691
22913 msgid ""
22914 "This returns the architecture of the inspected operating system.  The "
22915 "possible return values are listed under L</file-architecture>."
22916 msgstr ""
22917
22918 #. type: =head2
22919 #: ../fish/guestfish-actions.pod:1700
22920 msgid "inspect-get-distro"
22921 msgstr ""
22922
22923 #. type: verbatim
22924 #: ../fish/guestfish-actions.pod:1702
22925 #, no-wrap
22926 msgid ""
22927 " inspect-get-distro root\n"
22928 "\n"
22929 msgstr ""
22930
22931 #. type: =head2
22932 #: ../fish/guestfish-actions.pod:1778
22933 msgid "inspect-get-filesystems"
22934 msgstr ""
22935
22936 #. type: verbatim
22937 #: ../fish/guestfish-actions.pod:1780
22938 #, no-wrap
22939 msgid ""
22940 " inspect-get-filesystems root\n"
22941 "\n"
22942 msgstr ""
22943
22944 #. type: textblock
22945 #: ../fish/guestfish-actions.pod:1793
22946 msgid ""
22947 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22948 "L</inspect-get-mountpoints>."
22949 msgstr ""
22950
22951 #. type: =head2
22952 #: ../fish/guestfish-actions.pod:1796
22953 msgid "inspect-get-format"
22954 msgstr ""
22955
22956 #. type: verbatim
22957 #: ../fish/guestfish-actions.pod:1798
22958 #, no-wrap
22959 msgid ""
22960 " inspect-get-format root\n"
22961 "\n"
22962 msgstr ""
22963
22964 #. type: =head2
22965 #: ../fish/guestfish-actions.pod:1830
22966 msgid "inspect-get-hostname"
22967 msgstr ""
22968
22969 #. type: verbatim
22970 #: ../fish/guestfish-actions.pod:1832
22971 #, no-wrap
22972 msgid ""
22973 " inspect-get-hostname root\n"
22974 "\n"
22975 msgstr ""
22976
22977 #. type: =head2
22978 #: ../fish/guestfish-actions.pod:1845
22979 msgid "inspect-get-major-version"
22980 msgstr ""
22981
22982 #. type: verbatim
22983 #: ../fish/guestfish-actions.pod:1847
22984 #, no-wrap
22985 msgid ""
22986 " inspect-get-major-version root\n"
22987 "\n"
22988 msgstr ""
22989
22990 #. type: =head2
22991 #: ../fish/guestfish-actions.pod:1866
22992 msgid "inspect-get-minor-version"
22993 msgstr ""
22994
22995 #. type: verbatim
22996 #: ../fish/guestfish-actions.pod:1868
22997 #, no-wrap
22998 msgid ""
22999 " inspect-get-minor-version root\n"
23000 "\n"
23001 msgstr ""
23002
23003 #. type: textblock
23004 #: ../fish/guestfish-actions.pod:1878
23005 msgid ""
23006 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23007 "L</inspect-get-major-version>."
23008 msgstr ""
23009
23010 #. type: =head2
23011 #: ../fish/guestfish-actions.pod:1881
23012 msgid "inspect-get-mountpoints"
23013 msgstr ""
23014
23015 #. type: verbatim
23016 #: ../fish/guestfish-actions.pod:1883
23017 #, no-wrap
23018 msgid ""
23019 " inspect-get-mountpoints root\n"
23020 "\n"
23021 msgstr ""
23022
23023 #. type: textblock
23024 #: ../fish/guestfish-actions.pod:1905
23025 msgid ""
23026 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23027 "L</inspect-get-filesystems>."
23028 msgstr ""
23029
23030 #. type: =head2
23031 #: ../fish/guestfish-actions.pod:1908
23032 msgid "inspect-get-package-format"
23033 msgstr ""
23034
23035 #. type: verbatim
23036 #: ../fish/guestfish-actions.pod:1910
23037 #, no-wrap
23038 msgid ""
23039 " inspect-get-package-format root\n"
23040 "\n"
23041 msgstr ""
23042
23043 #. type: textblock
23044 #: ../fish/guestfish-actions.pod:1915
23045 msgid ""
23046 "This function and L</inspect-get-package-management> return the package "
23047 "format and package management tool used by the inspected operating system.  "
23048 "For example for Fedora these functions would return C<rpm> (package format) "
23049 "and C<yum> (package management)."
23050 msgstr ""
23051
23052 #. type: =head2
23053 #: ../fish/guestfish-actions.pod:1930
23054 msgid "inspect-get-package-management"
23055 msgstr ""
23056
23057 #. type: verbatim
23058 #: ../fish/guestfish-actions.pod:1932
23059 #, no-wrap
23060 msgid ""
23061 " inspect-get-package-management root\n"
23062 "\n"
23063 msgstr ""
23064
23065 #. type: textblock
23066 #: ../fish/guestfish-actions.pod:1937
23067 msgid ""
23068 "L</inspect-get-package-format> and this function return the package format "
23069 "and package management tool used by the inspected operating system.  For "
23070 "example for Fedora these functions would return C<rpm> (package format) and "
23071 "C<yum> (package management)."
23072 msgstr ""
23073
23074 #. type: =head2
23075 #: ../fish/guestfish-actions.pod:1954
23076 msgid "inspect-get-product-name"
23077 msgstr ""
23078
23079 #. type: verbatim
23080 #: ../fish/guestfish-actions.pod:1956
23081 #, no-wrap
23082 msgid ""
23083 " inspect-get-product-name root\n"
23084 "\n"
23085 msgstr ""
23086
23087 #. type: =head2
23088 #: ../fish/guestfish-actions.pod:1971
23089 msgid "inspect-get-product-variant"
23090 msgstr ""
23091
23092 #. type: verbatim
23093 #: ../fish/guestfish-actions.pod:1973
23094 #, no-wrap
23095 msgid ""
23096 " inspect-get-product-variant root\n"
23097 "\n"
23098 msgstr ""
23099
23100 #. type: textblock
23101 #: ../fish/guestfish-actions.pod:1997
23102 msgid ""
23103 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23104 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23105 msgstr ""
23106
23107 #. type: =head2
23108 #: ../fish/guestfish-actions.pod:2001
23109 msgid "inspect-get-roots"
23110 msgstr ""
23111
23112 #. type: verbatim
23113 #: ../fish/guestfish-actions.pod:2003
23114 #, no-wrap
23115 msgid ""
23116 " inspect-get-roots\n"
23117 "\n"
23118 msgstr ""
23119
23120 #. type: textblock
23121 #: ../fish/guestfish-actions.pod:2005
23122 msgid ""
23123 "This function is a convenient way to get the list of root devices, as "
23124 "returned from a previous call to L</inspect-os>, but without redoing the "
23125 "whole inspection process."
23126 msgstr ""
23127
23128 #. type: textblock
23129 #: ../fish/guestfish-actions.pod:2009
23130 msgid ""
23131 "This returns an empty list if either no root devices were found or the "
23132 "caller has not called L</inspect-os>."
23133 msgstr ""
23134
23135 #. type: =head2
23136 #: ../fish/guestfish-actions.pod:2014
23137 msgid "inspect-get-type"
23138 msgstr ""
23139
23140 #. type: verbatim
23141 #: ../fish/guestfish-actions.pod:2016
23142 #, no-wrap
23143 msgid ""
23144 " inspect-get-type root\n"
23145 "\n"
23146 msgstr ""
23147
23148 #. type: =head2
23149 #: ../fish/guestfish-actions.pod:2049
23150 msgid "inspect-get-windows-systemroot"
23151 msgstr ""
23152
23153 #. type: verbatim
23154 #: ../fish/guestfish-actions.pod:2051
23155 #, no-wrap
23156 msgid ""
23157 " inspect-get-windows-systemroot root\n"
23158 "\n"
23159 msgstr ""
23160
23161 #. type: =head2
23162 #: ../fish/guestfish-actions.pod:2065
23163 msgid "inspect-is-live"
23164 msgstr ""
23165
23166 #. type: verbatim
23167 #: ../fish/guestfish-actions.pod:2067
23168 #, no-wrap
23169 msgid ""
23170 " inspect-is-live root\n"
23171 "\n"
23172 msgstr ""
23173
23174 #. type: textblock
23175 #: ../fish/guestfish-actions.pod:2072
23176 msgid ""
23177 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23178 "then this returns true if a live image was detected on the disk."
23179 msgstr ""
23180
23181 #. type: =head2
23182 #: ../fish/guestfish-actions.pod:2078
23183 msgid "inspect-is-multipart"
23184 msgstr ""
23185
23186 #. type: verbatim
23187 #: ../fish/guestfish-actions.pod:2080
23188 #, no-wrap
23189 msgid ""
23190 " inspect-is-multipart root\n"
23191 "\n"
23192 msgstr ""
23193
23194 #. type: textblock
23195 #: ../fish/guestfish-actions.pod:2085
23196 msgid ""
23197 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23198 "then this returns true if the disk is part of a set."
23199 msgstr ""
23200
23201 #. type: =head2
23202 #: ../fish/guestfish-actions.pod:2091
23203 msgid "inspect-is-netinst"
23204 msgstr ""
23205
23206 #. type: verbatim
23207 #: ../fish/guestfish-actions.pod:2093
23208 #, no-wrap
23209 msgid ""
23210 " inspect-is-netinst root\n"
23211 "\n"
23212 msgstr ""
23213
23214 #. type: textblock
23215 #: ../fish/guestfish-actions.pod:2098
23216 msgid ""
23217 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23218 "then this returns true if the disk is a network installer, ie. not a "
23219 "self-contained install CD but one which is likely to require network access "
23220 "to complete the install."
23221 msgstr ""
23222
23223 #. type: =head2
23224 #: ../fish/guestfish-actions.pod:2106
23225 msgid "inspect-list-applications"
23226 msgstr ""
23227
23228 #. type: verbatim
23229 #: ../fish/guestfish-actions.pod:2108
23230 #, no-wrap
23231 msgid ""
23232 " inspect-list-applications root\n"
23233 "\n"
23234 msgstr ""
23235
23236 #. type: textblock
23237 #: ../fish/guestfish-actions.pod:2115
23238 msgid ""
23239 "I<Note:> This call works differently from other parts of the inspection "
23240 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23241 "then mount up the disks, before calling this.  Listing applications is a "
23242 "significantly more difficult operation which requires access to the full "
23243 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23244 "are just returning data cached in the libguestfs handle, this call actually "
23245 "reads parts of the mounted filesystems during the call."
23246 msgstr ""
23247
23248 #. type: =head2
23249 #: ../fish/guestfish-actions.pod:2205
23250 msgid "inspect-os"
23251 msgstr ""
23252
23253 #. type: verbatim
23254 #: ../fish/guestfish-actions.pod:2207
23255 #, no-wrap
23256 msgid ""
23257 " inspect-os\n"
23258 "\n"
23259 msgstr ""
23260
23261 #. type: textblock
23262 #: ../fish/guestfish-actions.pod:2222
23263 msgid ""
23264 "You can pass the root string(s) returned to other L</inspect-get-*> "
23265 "functions in order to query further information about each operating system, "
23266 "such as the name and version."
23267 msgstr ""
23268
23269 #. type: textblock
23270 #: ../fish/guestfish-actions.pod:2227
23271 msgid ""
23272 "This function uses other libguestfs features such as L</mount-ro> and "
23273 "L</umount-all> in order to mount and unmount filesystems and look at the "
23274 "contents.  This should be called with no disks currently mounted.  The "
23275 "function may also use Augeas, so any existing Augeas handle will be closed."
23276 msgstr ""
23277
23278 #. type: textblock
23279 #: ../fish/guestfish-actions.pod:2239 ../fish/guestfish-actions.pod:2415 ../fish/guestfish-actions.pod:2461
23280 msgid "See also L</list-filesystems>."
23281 msgstr ""
23282
23283 #. type: =head2
23284 #: ../fish/guestfish-actions.pod:2241
23285 msgid "is-blockdev"
23286 msgstr ""
23287
23288 #. type: verbatim
23289 #: ../fish/guestfish-actions.pod:2243
23290 #, no-wrap
23291 msgid ""
23292 " is-blockdev path\n"
23293 "\n"
23294 msgstr ""
23295
23296 #. type: textblock
23297 #: ../fish/guestfish-actions.pod:2248 ../fish/guestfish-actions.pod:2266 ../fish/guestfish-actions.pod:2285 ../fish/guestfish-actions.pod:2294 ../fish/guestfish-actions.pod:2304 ../fish/guestfish-actions.pod:2338 ../fish/guestfish-actions.pod:2347
23298 msgid "See also L</stat>."
23299 msgstr ""
23300
23301 #. type: =head2
23302 #: ../fish/guestfish-actions.pod:2250
23303 msgid "is-busy"
23304 msgstr ""
23305
23306 #. type: verbatim
23307 #: ../fish/guestfish-actions.pod:2252
23308 #, no-wrap
23309 msgid ""
23310 " is-busy\n"
23311 "\n"
23312 msgstr ""
23313
23314 #. type: =head2
23315 #: ../fish/guestfish-actions.pod:2259
23316 msgid "is-chardev"
23317 msgstr ""
23318
23319 #. type: verbatim
23320 #: ../fish/guestfish-actions.pod:2261
23321 #, no-wrap
23322 msgid ""
23323 " is-chardev path\n"
23324 "\n"
23325 msgstr ""
23326
23327 #. type: =head2
23328 #: ../fish/guestfish-actions.pod:2268
23329 msgid "is-config"
23330 msgstr ""
23331
23332 #. type: verbatim
23333 #: ../fish/guestfish-actions.pod:2270
23334 #, no-wrap
23335 msgid ""
23336 " is-config\n"
23337 "\n"
23338 msgstr ""
23339
23340 #. type: =head2
23341 #: ../fish/guestfish-actions.pod:2277
23342 msgid "is-dir"
23343 msgstr ""
23344
23345 #. type: verbatim
23346 #: ../fish/guestfish-actions.pod:2279
23347 #, no-wrap
23348 msgid ""
23349 " is-dir path\n"
23350 "\n"
23351 msgstr ""
23352
23353 #. type: =head2
23354 #: ../fish/guestfish-actions.pod:2287
23355 msgid "is-fifo"
23356 msgstr ""
23357
23358 #. type: verbatim
23359 #: ../fish/guestfish-actions.pod:2289
23360 #, no-wrap
23361 msgid ""
23362 " is-fifo path\n"
23363 "\n"
23364 msgstr ""
23365
23366 #. type: =head2
23367 #: ../fish/guestfish-actions.pod:2296
23368 msgid "is-file"
23369 msgstr ""
23370
23371 #. type: verbatim
23372 #: ../fish/guestfish-actions.pod:2298
23373 #, no-wrap
23374 msgid ""
23375 " is-file path\n"
23376 "\n"
23377 msgstr ""
23378
23379 #. type: =head2
23380 #: ../fish/guestfish-actions.pod:2306
23381 msgid "is-launching"
23382 msgstr ""
23383
23384 #. type: verbatim
23385 #: ../fish/guestfish-actions.pod:2308
23386 #, no-wrap
23387 msgid ""
23388 " is-launching\n"
23389 "\n"
23390 msgstr ""
23391
23392 #. type: =head2
23393 #: ../fish/guestfish-actions.pod:2315
23394 msgid "is-lv"
23395 msgstr ""
23396
23397 #. type: verbatim
23398 #: ../fish/guestfish-actions.pod:2317
23399 #, no-wrap
23400 msgid ""
23401 " is-lv device\n"
23402 "\n"
23403 msgstr ""
23404
23405 #. type: =head2
23406 #: ../fish/guestfish-actions.pod:2322
23407 msgid "is-ready"
23408 msgstr ""
23409
23410 #. type: verbatim
23411 #: ../fish/guestfish-actions.pod:2324
23412 #, no-wrap
23413 msgid ""
23414 " is-ready\n"
23415 "\n"
23416 msgstr ""
23417
23418 #. type: =head2
23419 #: ../fish/guestfish-actions.pod:2331
23420 msgid "is-socket"
23421 msgstr ""
23422
23423 #. type: verbatim
23424 #: ../fish/guestfish-actions.pod:2333
23425 #, no-wrap
23426 msgid ""
23427 " is-socket path\n"
23428 "\n"
23429 msgstr ""
23430
23431 #. type: =head2
23432 #: ../fish/guestfish-actions.pod:2340
23433 msgid "is-symlink"
23434 msgstr ""
23435
23436 #. type: verbatim
23437 #: ../fish/guestfish-actions.pod:2342
23438 #, no-wrap
23439 msgid ""
23440 " is-symlink path\n"
23441 "\n"
23442 msgstr ""
23443
23444 #. type: =head2
23445 #: ../fish/guestfish-actions.pod:2349
23446 msgid "kill-subprocess"
23447 msgstr ""
23448
23449 #. type: verbatim
23450 #: ../fish/guestfish-actions.pod:2351
23451 #, no-wrap
23452 msgid ""
23453 " kill-subprocess\n"
23454 "\n"
23455 msgstr ""
23456
23457 #. type: =head2
23458 #: ../fish/guestfish-actions.pod:2355
23459 msgid "launch"
23460 msgstr ""
23461
23462 #. type: =head2
23463 #: ../fish/guestfish-actions.pod:2357
23464 msgid "run"
23465 msgstr ""
23466
23467 #. type: verbatim
23468 #: ../fish/guestfish-actions.pod:2359
23469 #, no-wrap
23470 msgid ""
23471 " launch\n"
23472 "\n"
23473 msgstr ""
23474
23475 #. type: =head2
23476 #: ../fish/guestfish-actions.pod:2367
23477 msgid "lchown"
23478 msgstr ""
23479
23480 #. type: verbatim
23481 #: ../fish/guestfish-actions.pod:2369
23482 #, no-wrap
23483 msgid ""
23484 " lchown owner group path\n"
23485 "\n"
23486 msgstr ""
23487
23488 #. type: textblock
23489 #: ../fish/guestfish-actions.pod:2371
23490 msgid ""
23491 "Change the file owner to C<owner> and group to C<group>.  This is like "
23492 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23493 "the target."
23494 msgstr ""
23495
23496 #. type: =head2
23497 #: ../fish/guestfish-actions.pod:2379
23498 msgid "lgetxattr"
23499 msgstr ""
23500
23501 #. type: verbatim
23502 #: ../fish/guestfish-actions.pod:2381
23503 #, no-wrap
23504 msgid ""
23505 " lgetxattr path name\n"
23506 "\n"
23507 msgstr ""
23508
23509 #. type: textblock
23510 #: ../fish/guestfish-actions.pod:2397
23511 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23512 msgstr ""
23513
23514 #. type: =head2
23515 #: ../fish/guestfish-actions.pod:2399
23516 msgid "lgetxattrs"
23517 msgstr ""
23518
23519 #. type: verbatim
23520 #: ../fish/guestfish-actions.pod:2401
23521 #, no-wrap
23522 msgid ""
23523 " lgetxattrs path\n"
23524 "\n"
23525 msgstr ""
23526
23527 #. type: textblock
23528 #: ../fish/guestfish-actions.pod:2403
23529 msgid ""
23530 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23531 "it returns the extended attributes of the link itself."
23532 msgstr ""
23533
23534 #. type: =head2
23535 #: ../fish/guestfish-actions.pod:2407
23536 msgid "list-devices"
23537 msgstr ""
23538
23539 #. type: verbatim
23540 #: ../fish/guestfish-actions.pod:2409
23541 #, no-wrap
23542 msgid ""
23543 " list-devices\n"
23544 "\n"
23545 msgstr ""
23546
23547 #. type: =head2
23548 #: ../fish/guestfish-actions.pod:2417
23549 msgid "list-filesystems"
23550 msgstr ""
23551
23552 #. type: verbatim
23553 #: ../fish/guestfish-actions.pod:2419
23554 #, no-wrap
23555 msgid ""
23556 " list-filesystems\n"
23557 "\n"
23558 msgstr ""
23559
23560 #. type: textblock
23561 #: ../fish/guestfish-actions.pod:2438
23562 msgid ""
23563 "This command runs other libguestfs commands, which might include L</mount> "
23564 "and L</umount>, and therefore you should use this soon after launch and only "
23565 "when nothing is mounted."
23566 msgstr ""
23567
23568 #. type: textblock
23569 #: ../fish/guestfish-actions.pod:2442
23570 msgid ""
23571 "Not all of the filesystems returned will be mountable.  In particular, swap "
23572 "partitions are returned in the list.  Also this command does not check that "
23573 "each filesystem found is valid and mountable, and some filesystems might be "
23574 "mountable but require special options.  Filesystems may not all belong to a "
23575 "single logical operating system (use L</inspect-os> to look for OSes)."
23576 msgstr ""
23577
23578 #. type: =head2
23579 #: ../fish/guestfish-actions.pod:2450
23580 msgid "list-partitions"
23581 msgstr ""
23582
23583 #. type: verbatim
23584 #: ../fish/guestfish-actions.pod:2452
23585 #, no-wrap
23586 msgid ""
23587 " list-partitions\n"
23588 "\n"
23589 msgstr ""
23590
23591 #. type: textblock
23592 #: ../fish/guestfish-actions.pod:2458
23593 msgid ""
23594 "This does not return logical volumes.  For that you will need to call "
23595 "L</lvs>."
23596 msgstr ""
23597
23598 #. type: =head2
23599 #: ../fish/guestfish-actions.pod:2463
23600 msgid "ll"
23601 msgstr ""
23602
23603 #. type: verbatim
23604 #: ../fish/guestfish-actions.pod:2465
23605 #, no-wrap
23606 msgid ""
23607 " ll directory\n"
23608 "\n"
23609 msgstr ""
23610
23611 #. type: =head2
23612 #: ../fish/guestfish-actions.pod:2473
23613 msgid "ln"
23614 msgstr ""
23615
23616 #. type: verbatim
23617 #: ../fish/guestfish-actions.pod:2475
23618 #, no-wrap
23619 msgid ""
23620 " ln target linkname\n"
23621 "\n"
23622 msgstr ""
23623
23624 #. type: =head2
23625 #: ../fish/guestfish-actions.pod:2479
23626 msgid "ln-f"
23627 msgstr ""
23628
23629 #. type: verbatim
23630 #: ../fish/guestfish-actions.pod:2481
23631 #, no-wrap
23632 msgid ""
23633 " ln-f target linkname\n"
23634 "\n"
23635 msgstr ""
23636
23637 #. type: =head2
23638 #: ../fish/guestfish-actions.pod:2486
23639 msgid "ln-s"
23640 msgstr ""
23641
23642 #. type: verbatim
23643 #: ../fish/guestfish-actions.pod:2488
23644 #, no-wrap
23645 msgid ""
23646 " ln-s target linkname\n"
23647 "\n"
23648 msgstr ""
23649
23650 #. type: =head2
23651 #: ../fish/guestfish-actions.pod:2492
23652 msgid "ln-sf"
23653 msgstr ""
23654
23655 #. type: verbatim
23656 #: ../fish/guestfish-actions.pod:2494
23657 #, no-wrap
23658 msgid ""
23659 " ln-sf target linkname\n"
23660 "\n"
23661 msgstr ""
23662
23663 #. type: =head2
23664 #: ../fish/guestfish-actions.pod:2499
23665 msgid "lremovexattr"
23666 msgstr ""
23667
23668 #. type: verbatim
23669 #: ../fish/guestfish-actions.pod:2501
23670 #, no-wrap
23671 msgid ""
23672 " lremovexattr xattr path\n"
23673 "\n"
23674 msgstr ""
23675
23676 #. type: textblock
23677 #: ../fish/guestfish-actions.pod:2503
23678 msgid ""
23679 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23680 "it removes an extended attribute of the link itself."
23681 msgstr ""
23682
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:2507
23685 msgid "ls"
23686 msgstr ""
23687
23688 #. type: verbatim
23689 #: ../fish/guestfish-actions.pod:2509
23690 #, no-wrap
23691 msgid ""
23692 " ls directory\n"
23693 "\n"
23694 msgstr ""
23695
23696 #. type: textblock
23697 #: ../fish/guestfish-actions.pod:2515
23698 msgid ""
23699 "This command is mostly useful for interactive sessions.  Programs should "
23700 "probably use L</readdir> instead."
23701 msgstr ""
23702
23703 #. type: =head2
23704 #: ../fish/guestfish-actions.pod:2518
23705 msgid "lsetxattr"
23706 msgstr ""
23707
23708 #. type: verbatim
23709 #: ../fish/guestfish-actions.pod:2520
23710 #, no-wrap
23711 msgid ""
23712 " lsetxattr xattr val vallen path\n"
23713 "\n"
23714 msgstr ""
23715
23716 #. type: textblock
23717 #: ../fish/guestfish-actions.pod:2522
23718 msgid ""
23719 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23720 "sets an extended attribute of the link itself."
23721 msgstr ""
23722
23723 #. type: =head2
23724 #: ../fish/guestfish-actions.pod:2526
23725 msgid "lstat"
23726 msgstr ""
23727
23728 #. type: verbatim
23729 #: ../fish/guestfish-actions.pod:2528
23730 #, no-wrap
23731 msgid ""
23732 " lstat path\n"
23733 "\n"
23734 msgstr ""
23735
23736 #. type: textblock
23737 #: ../fish/guestfish-actions.pod:2532
23738 msgid ""
23739 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23740 "the link is stat-ed, not the file it refers to."
23741 msgstr ""
23742
23743 #. type: =head2
23744 #: ../fish/guestfish-actions.pod:2538
23745 msgid "lstatlist"
23746 msgstr ""
23747
23748 #. type: verbatim
23749 #: ../fish/guestfish-actions.pod:2540
23750 #, no-wrap
23751 msgid ""
23752 " lstatlist path 'names ...'\n"
23753 "\n"
23754 msgstr ""
23755
23756 #. type: textblock
23757 #: ../fish/guestfish-actions.pod:2542
23758 msgid ""
23759 "This call allows you to perform the L</lstat> operation on multiple files, "
23760 "where all files are in the directory C<path>.  C<names> is the list of files "
23761 "from this directory."
23762 msgstr ""
23763
23764 #. type: textblock
23765 #: ../fish/guestfish-actions.pod:2551
23766 msgid ""
23767 "This call is intended for programs that want to efficiently list a directory "
23768 "contents without making many round-trips.  See also L</lxattrlist> for a "
23769 "similarly efficient call for getting extended attributes.  Very long "
23770 "directory listings might cause the protocol message size to be exceeded, "
23771 "causing this call to fail.  The caller must split up such requests into "
23772 "smaller groups of names."
23773 msgstr ""
23774
23775 #. type: =head2
23776 #: ../fish/guestfish-actions.pod:2559
23777 msgid "luks-add-key"
23778 msgstr ""
23779
23780 #. type: verbatim
23781 #: ../fish/guestfish-actions.pod:2561
23782 #, no-wrap
23783 msgid ""
23784 " luks-add-key device keyslot\n"
23785 "\n"
23786 msgstr ""
23787
23788 #. type: textblock
23789 #: ../fish/guestfish-actions.pod:2568
23790 msgid ""
23791 "Note that if C<keyslot> already contains a key, then this command will "
23792 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23793 msgstr ""
23794
23795 #. type: textblock
23796 #: ../fish/guestfish-actions.pod:2572 ../fish/guestfish-actions.pod:2594 ../fish/guestfish-actions.pod:2607 ../fish/guestfish-actions.pod:2621 ../fish/guestfish-actions.pod:2644 ../fish/guestfish-actions.pod:2654
23797 msgid ""
23798 "This command has one or more key or passphrase parameters.  Guestfish will "
23799 "prompt for these separately."
23800 msgstr ""
23801
23802 #. type: =head2
23803 #: ../fish/guestfish-actions.pod:2575
23804 msgid "luks-close"
23805 msgstr ""
23806
23807 #. type: verbatim
23808 #: ../fish/guestfish-actions.pod:2577
23809 #, no-wrap
23810 msgid ""
23811 " luks-close device\n"
23812 "\n"
23813 msgstr ""
23814
23815 #. type: textblock
23816 #: ../fish/guestfish-actions.pod:2579
23817 msgid ""
23818 "This closes a LUKS device that was created earlier by L</luks-open> or "
23819 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23820 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23821 "underlying block device."
23822 msgstr ""
23823
23824 #. type: =head2
23825 #: ../fish/guestfish-actions.pod:2585
23826 msgid "luks-format"
23827 msgstr ""
23828
23829 #. type: verbatim
23830 #: ../fish/guestfish-actions.pod:2587
23831 #, no-wrap
23832 msgid ""
23833 " luks-format device keyslot\n"
23834 "\n"
23835 msgstr ""
23836
23837 #. type: =head2
23838 #: ../fish/guestfish-actions.pod:2600
23839 msgid "luks-format-cipher"
23840 msgstr ""
23841
23842 #. type: verbatim
23843 #: ../fish/guestfish-actions.pod:2602
23844 #, no-wrap
23845 msgid ""
23846 " luks-format-cipher device keyslot cipher\n"
23847 "\n"
23848 msgstr ""
23849
23850 #. type: textblock
23851 #: ../fish/guestfish-actions.pod:2604
23852 msgid ""
23853 "This command is the same as L</luks-format> but it also allows you to set "
23854 "the C<cipher> used."
23855 msgstr ""
23856
23857 #. type: =head2
23858 #: ../fish/guestfish-actions.pod:2613
23859 msgid "luks-kill-slot"
23860 msgstr ""
23861
23862 #. type: verbatim
23863 #: ../fish/guestfish-actions.pod:2615
23864 #, no-wrap
23865 msgid ""
23866 " luks-kill-slot device keyslot\n"
23867 "\n"
23868 msgstr ""
23869
23870 #. type: =head2
23871 #: ../fish/guestfish-actions.pod:2624
23872 msgid "luks-open"
23873 msgstr ""
23874
23875 #. type: verbatim
23876 #: ../fish/guestfish-actions.pod:2626
23877 #, no-wrap
23878 msgid ""
23879 " luks-open device mapname\n"
23880 "\n"
23881 msgstr ""
23882
23883 #. type: textblock
23884 #: ../fish/guestfish-actions.pod:2640
23885 msgid ""
23886 "If this block device contains LVM volume groups, then calling L</vgscan> "
23887 "followed by L</vg-activate-all> will make them visible."
23888 msgstr ""
23889
23890 #. type: =head2
23891 #: ../fish/guestfish-actions.pod:2647
23892 msgid "luks-open-ro"
23893 msgstr ""
23894
23895 #. type: verbatim
23896 #: ../fish/guestfish-actions.pod:2649
23897 #, no-wrap
23898 msgid ""
23899 " luks-open-ro device mapname\n"
23900 "\n"
23901 msgstr ""
23902
23903 #. type: textblock
23904 #: ../fish/guestfish-actions.pod:2651
23905 msgid ""
23906 "This is the same as L</luks-open> except that a read-only mapping is "
23907 "created."
23908 msgstr ""
23909
23910 #. type: =head2
23911 #: ../fish/guestfish-actions.pod:2657
23912 msgid "lvcreate"
23913 msgstr ""
23914
23915 #. type: verbatim
23916 #: ../fish/guestfish-actions.pod:2659
23917 #, no-wrap
23918 msgid ""
23919 " lvcreate logvol volgroup mbytes\n"
23920 "\n"
23921 msgstr ""
23922
23923 #. type: =head2
23924 #: ../fish/guestfish-actions.pod:2664
23925 msgid "lvm-canonical-lv-name"
23926 msgstr ""
23927
23928 #. type: verbatim
23929 #: ../fish/guestfish-actions.pod:2666
23930 #, no-wrap
23931 msgid ""
23932 " lvm-canonical-lv-name lvname\n"
23933 "\n"
23934 msgstr ""
23935
23936 #. type: textblock
23937 #: ../fish/guestfish-actions.pod:2675
23938 msgid "See also L</is-lv>."
23939 msgstr ""
23940
23941 #. type: =head2
23942 #: ../fish/guestfish-actions.pod:2677
23943 msgid "lvm-clear-filter"
23944 msgstr ""
23945
23946 #. type: verbatim
23947 #: ../fish/guestfish-actions.pod:2679
23948 #, no-wrap
23949 msgid ""
23950 " lvm-clear-filter\n"
23951 "\n"
23952 msgstr ""
23953
23954 #. type: textblock
23955 #: ../fish/guestfish-actions.pod:2681
23956 msgid ""
23957 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
23958 "block device."
23959 msgstr ""
23960
23961 #. type: =head2
23962 #: ../fish/guestfish-actions.pod:2687
23963 msgid "lvm-remove-all"
23964 msgstr ""
23965
23966 #. type: verbatim
23967 #: ../fish/guestfish-actions.pod:2689
23968 #, no-wrap
23969 msgid ""
23970 " lvm-remove-all\n"
23971 "\n"
23972 msgstr ""
23973
23974 #. type: =head2
23975 #: ../fish/guestfish-actions.pod:2697
23976 msgid "lvm-set-filter"
23977 msgstr ""
23978
23979 #. type: verbatim
23980 #: ../fish/guestfish-actions.pod:2699
23981 #, no-wrap
23982 msgid ""
23983 " lvm-set-filter 'devices ...'\n"
23984 "\n"
23985 msgstr ""
23986
23987 #. type: =head2
23988 #: ../fish/guestfish-actions.pod:2724
23989 msgid "lvremove"
23990 msgstr ""
23991
23992 #. type: verbatim
23993 #: ../fish/guestfish-actions.pod:2726
23994 #, no-wrap
23995 msgid ""
23996 " lvremove device\n"
23997 "\n"
23998 msgstr ""
23999
24000 #. type: =head2
24001 #: ../fish/guestfish-actions.pod:2734
24002 msgid "lvrename"
24003 msgstr ""
24004
24005 #. type: verbatim
24006 #: ../fish/guestfish-actions.pod:2736
24007 #, no-wrap
24008 msgid ""
24009 " lvrename logvol newlogvol\n"
24010 "\n"
24011 msgstr ""
24012
24013 #. type: =head2
24014 #: ../fish/guestfish-actions.pod:2740
24015 msgid "lvresize"
24016 msgstr ""
24017
24018 #. type: verbatim
24019 #: ../fish/guestfish-actions.pod:2742
24020 #, no-wrap
24021 msgid ""
24022 " lvresize device mbytes\n"
24023 "\n"
24024 msgstr ""
24025
24026 #. type: =head2
24027 #: ../fish/guestfish-actions.pod:2748
24028 msgid "lvresize-free"
24029 msgstr ""
24030
24031 #. type: verbatim
24032 #: ../fish/guestfish-actions.pod:2750
24033 #, no-wrap
24034 msgid ""
24035 " lvresize-free lv percent\n"
24036 "\n"
24037 msgstr ""
24038
24039 #. type: =head2
24040 #: ../fish/guestfish-actions.pod:2758
24041 msgid "lvs"
24042 msgstr ""
24043
24044 #. type: verbatim
24045 #: ../fish/guestfish-actions.pod:2760
24046 #, no-wrap
24047 msgid ""
24048 " lvs\n"
24049 "\n"
24050 msgstr ""
24051
24052 #. type: textblock
24053 #: ../fish/guestfish-actions.pod:2768
24054 msgid "See also L</lvs-full>, L</list-filesystems>."
24055 msgstr ""
24056
24057 #. type: =head2
24058 #: ../fish/guestfish-actions.pod:2770
24059 msgid "lvs-full"
24060 msgstr ""
24061
24062 #. type: verbatim
24063 #: ../fish/guestfish-actions.pod:2772
24064 #, no-wrap
24065 msgid ""
24066 " lvs-full\n"
24067 "\n"
24068 msgstr ""
24069
24070 #. type: =head2
24071 #: ../fish/guestfish-actions.pod:2777
24072 msgid "lvuuid"
24073 msgstr ""
24074
24075 #. type: verbatim
24076 #: ../fish/guestfish-actions.pod:2779
24077 #, no-wrap
24078 msgid ""
24079 " lvuuid device\n"
24080 "\n"
24081 msgstr ""
24082
24083 #. type: =head2
24084 #: ../fish/guestfish-actions.pod:2783
24085 msgid "lxattrlist"
24086 msgstr ""
24087
24088 #. type: verbatim
24089 #: ../fish/guestfish-actions.pod:2785
24090 #, no-wrap
24091 msgid ""
24092 " lxattrlist path 'names ...'\n"
24093 "\n"
24094 msgstr ""
24095
24096 #. type: textblock
24097 #: ../fish/guestfish-actions.pod:2801
24098 msgid ""
24099 "This call is intended for programs that want to efficiently list a directory "
24100 "contents without making many round-trips.  See also L</lstatlist> for a "
24101 "similarly efficient call for getting standard stats.  Very long directory "
24102 "listings might cause the protocol message size to be exceeded, causing this "
24103 "call to fail.  The caller must split up such requests into smaller groups of "
24104 "names."
24105 msgstr ""
24106
24107 #. type: =head2
24108 #: ../fish/guestfish-actions.pod:2809
24109 msgid "mkdir"
24110 msgstr ""
24111
24112 #. type: verbatim
24113 #: ../fish/guestfish-actions.pod:2811
24114 #, no-wrap
24115 msgid ""
24116 " mkdir path\n"
24117 "\n"
24118 msgstr ""
24119
24120 #. type: =head2
24121 #: ../fish/guestfish-actions.pod:2815
24122 msgid "mkdir-mode"
24123 msgstr ""
24124
24125 #. type: verbatim
24126 #: ../fish/guestfish-actions.pod:2817
24127 #, no-wrap
24128 msgid ""
24129 " mkdir-mode path mode\n"
24130 "\n"
24131 msgstr ""
24132
24133 #. type: textblock
24134 #: ../fish/guestfish-actions.pod:2826
24135 msgid "See also L</mkdir>, L</umask>"
24136 msgstr ""
24137
24138 #. type: =head2
24139 #: ../fish/guestfish-actions.pod:2828
24140 msgid "mkdir-p"
24141 msgstr ""
24142
24143 #. type: verbatim
24144 #: ../fish/guestfish-actions.pod:2830
24145 #, no-wrap
24146 msgid ""
24147 " mkdir-p path\n"
24148 "\n"
24149 msgstr ""
24150
24151 #. type: =head2
24152 #: ../fish/guestfish-actions.pod:2835
24153 msgid "mkdtemp"
24154 msgstr ""
24155
24156 #. type: verbatim
24157 #: ../fish/guestfish-actions.pod:2837
24158 #, no-wrap
24159 msgid ""
24160 " mkdtemp template\n"
24161 "\n"
24162 msgstr ""
24163
24164 #. type: =head2
24165 #: ../fish/guestfish-actions.pod:2858
24166 msgid "mke2fs-J"
24167 msgstr ""
24168
24169 #. type: verbatim
24170 #: ../fish/guestfish-actions.pod:2860
24171 #, no-wrap
24172 msgid ""
24173 " mke2fs-J fstype blocksize device journal\n"
24174 "\n"
24175 msgstr ""
24176
24177 #. type: textblock
24178 #: ../fish/guestfish-actions.pod:2868
24179 msgid "See also L</mke2journal>."
24180 msgstr ""
24181
24182 #. type: =head2
24183 #: ../fish/guestfish-actions.pod:2870
24184 msgid "mke2fs-JL"
24185 msgstr ""
24186
24187 #. type: verbatim
24188 #: ../fish/guestfish-actions.pod:2872
24189 #, no-wrap
24190 msgid ""
24191 " mke2fs-JL fstype blocksize device label\n"
24192 "\n"
24193 msgstr ""
24194
24195 #. type: textblock
24196 #: ../fish/guestfish-actions.pod:2877
24197 msgid "See also L</mke2journal-L>."
24198 msgstr ""
24199
24200 #. type: =head2
24201 #: ../fish/guestfish-actions.pod:2879
24202 msgid "mke2fs-JU"
24203 msgstr ""
24204
24205 #. type: verbatim
24206 #: ../fish/guestfish-actions.pod:2881
24207 #, no-wrap
24208 msgid ""
24209 " mke2fs-JU fstype blocksize device uuid\n"
24210 "\n"
24211 msgstr ""
24212
24213 #. type: textblock
24214 #: ../fish/guestfish-actions.pod:2886
24215 msgid "See also L</mke2journal-U>."
24216 msgstr ""
24217
24218 #. type: =head2
24219 #: ../fish/guestfish-actions.pod:2888
24220 msgid "mke2journal"
24221 msgstr ""
24222
24223 #. type: verbatim
24224 #: ../fish/guestfish-actions.pod:2890
24225 #, no-wrap
24226 msgid ""
24227 " mke2journal blocksize device\n"
24228 "\n"
24229 msgstr ""
24230
24231 #. type: =head2
24232 #: ../fish/guestfish-actions.pod:2897
24233 msgid "mke2journal-L"
24234 msgstr ""
24235
24236 #. type: verbatim
24237 #: ../fish/guestfish-actions.pod:2899
24238 #, no-wrap
24239 msgid ""
24240 " mke2journal-L blocksize label device\n"
24241 "\n"
24242 msgstr ""
24243
24244 #. type: =head2
24245 #: ../fish/guestfish-actions.pod:2903
24246 msgid "mke2journal-U"
24247 msgstr ""
24248
24249 #. type: verbatim
24250 #: ../fish/guestfish-actions.pod:2905
24251 #, no-wrap
24252 msgid ""
24253 " mke2journal-U blocksize uuid device\n"
24254 "\n"
24255 msgstr ""
24256
24257 #. type: =head2
24258 #: ../fish/guestfish-actions.pod:2909
24259 msgid "mkfifo"
24260 msgstr ""
24261
24262 #. type: verbatim
24263 #: ../fish/guestfish-actions.pod:2911
24264 #, no-wrap
24265 msgid ""
24266 " mkfifo mode path\n"
24267 "\n"
24268 msgstr ""
24269
24270 #. type: textblock
24271 #: ../fish/guestfish-actions.pod:2913
24272 msgid ""
24273 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24274 "is just a convenient wrapper around L</mknod>."
24275 msgstr ""
24276
24277 #. type: =head2
24278 #: ../fish/guestfish-actions.pod:2919
24279 msgid "mkfs"
24280 msgstr ""
24281
24282 #. type: verbatim
24283 #: ../fish/guestfish-actions.pod:2921
24284 #, no-wrap
24285 msgid ""
24286 " mkfs fstype device\n"
24287 "\n"
24288 msgstr ""
24289
24290 #. type: =head2
24291 #: ../fish/guestfish-actions.pod:2927
24292 msgid "mkfs-b"
24293 msgstr ""
24294
24295 #. type: verbatim
24296 #: ../fish/guestfish-actions.pod:2929
24297 #, no-wrap
24298 msgid ""
24299 " mkfs-b fstype blocksize device\n"
24300 "\n"
24301 msgstr ""
24302
24303 #. type: textblock
24304 #: ../fish/guestfish-actions.pod:2931
24305 msgid ""
24306 "This call is similar to L</mkfs>, but it allows you to control the block "
24307 "size of the resulting filesystem.  Supported block sizes depend on the "
24308 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24309 msgstr ""
24310
24311 #. type: =head2
24312 #: ../fish/guestfish-actions.pod:2946
24313 msgid "mkfs-opts"
24314 msgstr ""
24315
24316 #. type: verbatim
24317 #: ../fish/guestfish-actions.pod:2948
24318 #, no-wrap
24319 msgid ""
24320 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24321 "\n"
24322 msgstr ""
24323
24324 #. type: =head2
24325 #: ../fish/guestfish-actions.pod:2983
24326 msgid "mkmountpoint"
24327 msgstr ""
24328
24329 #. type: verbatim
24330 #: ../fish/guestfish-actions.pod:2985
24331 #, no-wrap
24332 msgid ""
24333 " mkmountpoint exemptpath\n"
24334 "\n"
24335 msgstr ""
24336
24337 #. type: textblock
24338 #: ../fish/guestfish-actions.pod:2987
24339 msgid ""
24340 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24341 "to create extra mountpoints before mounting the first filesystem."
24342 msgstr ""
24343
24344 #. type: textblock
24345 #: ../fish/guestfish-actions.pod:3011
24346 msgid ""
24347 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24348 "unexpected errors if you try to mix these calls.  It is safest to manually "
24349 "unmount filesystems and remove mountpoints after use."
24350 msgstr ""
24351
24352 #. type: textblock
24353 #: ../fish/guestfish-actions.pod:3015
24354 msgid ""
24355 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24356 "for this to work for manual mountpoints, you must ensure that the innermost "
24357 "mountpoints have the longest pathnames, as in the example code above."
24358 msgstr ""
24359
24360 #. type: textblock
24361 #: ../fish/guestfish-actions.pod:3022
24362 msgid ""
24363 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24364 "L</umount-all> to be called when the handle is closed which can also trigger "
24365 "these issues."
24366 msgstr ""
24367
24368 #. type: =head2
24369 #: ../fish/guestfish-actions.pod:3026
24370 msgid "mknod"
24371 msgstr ""
24372
24373 #. type: verbatim
24374 #: ../fish/guestfish-actions.pod:3028
24375 #, no-wrap
24376 msgid ""
24377 " mknod mode devmajor devminor path\n"
24378 "\n"
24379 msgstr ""
24380
24381 #. type: textblock
24382 #: ../fish/guestfish-actions.pod:3038
24383 msgid ""
24384 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24385 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24386 "regular file).  These constants are available in the standard Linux header "
24387 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24388 "wrappers around this command which bitwise OR in the appropriate constant "
24389 "for you."
24390 msgstr ""
24391
24392 #. type: =head2
24393 #: ../fish/guestfish-actions.pod:3048
24394 msgid "mknod-b"
24395 msgstr ""
24396
24397 #. type: verbatim
24398 #: ../fish/guestfish-actions.pod:3050
24399 #, no-wrap
24400 msgid ""
24401 " mknod-b mode devmajor devminor path\n"
24402 "\n"
24403 msgstr ""
24404
24405 #. type: textblock
24406 #: ../fish/guestfish-actions.pod:3052
24407 msgid ""
24408 "This call creates a block device node called C<path> with mode C<mode> and "
24409 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24410 "wrapper around L</mknod>."
24411 msgstr ""
24412
24413 #. type: =head2
24414 #: ../fish/guestfish-actions.pod:3058
24415 msgid "mknod-c"
24416 msgstr ""
24417
24418 #. type: verbatim
24419 #: ../fish/guestfish-actions.pod:3060
24420 #, no-wrap
24421 msgid ""
24422 " mknod-c mode devmajor devminor path\n"
24423 "\n"
24424 msgstr ""
24425
24426 #. type: textblock
24427 #: ../fish/guestfish-actions.pod:3062
24428 msgid ""
24429 "This call creates a char device node called C<path> with mode C<mode> and "
24430 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24431 "wrapper around L</mknod>."
24432 msgstr ""
24433
24434 #. type: =head2
24435 #: ../fish/guestfish-actions.pod:3068
24436 msgid "mkswap"
24437 msgstr ""
24438
24439 #. type: verbatim
24440 #: ../fish/guestfish-actions.pod:3070
24441 #, no-wrap
24442 msgid ""
24443 " mkswap device\n"
24444 "\n"
24445 msgstr ""
24446
24447 #. type: =head2
24448 #: ../fish/guestfish-actions.pod:3074
24449 msgid "mkswap-L"
24450 msgstr ""
24451
24452 #. type: verbatim
24453 #: ../fish/guestfish-actions.pod:3076
24454 #, no-wrap
24455 msgid ""
24456 " mkswap-L label device\n"
24457 "\n"
24458 msgstr ""
24459
24460 #. type: =head2
24461 #: ../fish/guestfish-actions.pod:3084
24462 msgid "mkswap-U"
24463 msgstr ""
24464
24465 #. type: verbatim
24466 #: ../fish/guestfish-actions.pod:3086
24467 #, no-wrap
24468 msgid ""
24469 " mkswap-U uuid device\n"
24470 "\n"
24471 msgstr ""
24472
24473 #. type: =head2
24474 #: ../fish/guestfish-actions.pod:3090
24475 msgid "mkswap-file"
24476 msgstr ""
24477
24478 #. type: verbatim
24479 #: ../fish/guestfish-actions.pod:3092
24480 #, no-wrap
24481 msgid ""
24482 " mkswap-file path\n"
24483 "\n"
24484 msgstr ""
24485
24486 #. type: textblock
24487 #: ../fish/guestfish-actions.pod:3096
24488 msgid ""
24489 "This command just writes a swap file signature to an existing file.  To "
24490 "create the file itself, use something like L</fallocate>."
24491 msgstr ""
24492
24493 #. type: =head2
24494 #: ../fish/guestfish-actions.pod:3099
24495 msgid "modprobe"
24496 msgstr ""
24497
24498 #. type: verbatim
24499 #: ../fish/guestfish-actions.pod:3101
24500 #, no-wrap
24501 msgid ""
24502 " modprobe modulename\n"
24503 "\n"
24504 msgstr ""
24505
24506 #. type: =head2
24507 #: ../fish/guestfish-actions.pod:3108
24508 msgid "mount"
24509 msgstr ""
24510
24511 #. type: verbatim
24512 #: ../fish/guestfish-actions.pod:3110
24513 #, no-wrap
24514 msgid ""
24515 " mount device mountpoint\n"
24516 "\n"
24517 msgstr ""
24518
24519 #. type: textblock
24520 #: ../fish/guestfish-actions.pod:3126
24521 msgid ""
24522 "B<Important note:> When you use this call, the filesystem options C<sync> "
24523 "and C<noatime> are set implicitly.  This was originally done because we "
24524 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24525 "very large negative performance impact and negligible effect on "
24526 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24527 "code that needs performance, and instead use L</mount-options> (use an empty "
24528 "string for the first parameter if you don't want any options)."
24529 msgstr ""
24530
24531 #. type: =head2
24532 #: ../fish/guestfish-actions.pod:3136
24533 msgid "mount-loop"
24534 msgstr ""
24535
24536 #. type: verbatim
24537 #: ../fish/guestfish-actions.pod:3138
24538 #, no-wrap
24539 msgid ""
24540 " mount-loop file mountpoint\n"
24541 "\n"
24542 msgstr ""
24543
24544 #. type: =head2
24545 #: ../fish/guestfish-actions.pod:3144
24546 msgid "mount-options"
24547 msgstr ""
24548
24549 #. type: verbatim
24550 #: ../fish/guestfish-actions.pod:3146
24551 #, no-wrap
24552 msgid ""
24553 " mount-options options device mountpoint\n"
24554 "\n"
24555 msgstr ""
24556
24557 #. type: textblock
24558 #: ../fish/guestfish-actions.pod:3148
24559 msgid ""
24560 "This is the same as the L</mount> command, but it allows you to set the "
24561 "mount options as for the L<mount(8)> I<-o> flag."
24562 msgstr ""
24563
24564 #. type: =head2
24565 #: ../fish/guestfish-actions.pod:3156
24566 msgid "mount-ro"
24567 msgstr ""
24568
24569 #. type: verbatim
24570 #: ../fish/guestfish-actions.pod:3158
24571 #, no-wrap
24572 msgid ""
24573 " mount-ro device mountpoint\n"
24574 "\n"
24575 msgstr ""
24576
24577 #. type: textblock
24578 #: ../fish/guestfish-actions.pod:3160
24579 msgid ""
24580 "This is the same as the L</mount> command, but it mounts the filesystem with "
24581 "the read-only (I<-o ro>) flag."
24582 msgstr ""
24583
24584 #. type: =head2
24585 #: ../fish/guestfish-actions.pod:3163
24586 msgid "mount-vfs"
24587 msgstr ""
24588
24589 #. type: verbatim
24590 #: ../fish/guestfish-actions.pod:3165
24591 #, no-wrap
24592 msgid ""
24593 " mount-vfs options vfstype device mountpoint\n"
24594 "\n"
24595 msgstr ""
24596
24597 #. type: textblock
24598 #: ../fish/guestfish-actions.pod:3167
24599 msgid ""
24600 "This is the same as the L</mount> command, but it allows you to set both the "
24601 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24602 msgstr ""
24603
24604 #. type: =head2
24605 #: ../fish/guestfish-actions.pod:3171
24606 msgid "mountpoints"
24607 msgstr ""
24608
24609 #. type: verbatim
24610 #: ../fish/guestfish-actions.pod:3173
24611 #, no-wrap
24612 msgid ""
24613 " mountpoints\n"
24614 "\n"
24615 msgstr ""
24616
24617 #. type: textblock
24618 #: ../fish/guestfish-actions.pod:3175
24619 msgid ""
24620 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24621 "This one returns a hash table (map) of device name to directory where the "
24622 "device is mounted."
24623 msgstr ""
24624
24625 #. type: =head2
24626 #: ../fish/guestfish-actions.pod:3179
24627 msgid "mounts"
24628 msgstr ""
24629
24630 #. type: verbatim
24631 #: ../fish/guestfish-actions.pod:3181
24632 #, no-wrap
24633 msgid ""
24634 " mounts\n"
24635 "\n"
24636 msgstr ""
24637
24638 #. type: textblock
24639 #: ../fish/guestfish-actions.pod:3188
24640 msgid "See also: L</mountpoints>"
24641 msgstr ""
24642
24643 #. type: =head2
24644 #: ../fish/guestfish-actions.pod:3190
24645 msgid "mv"
24646 msgstr ""
24647
24648 #. type: verbatim
24649 #: ../fish/guestfish-actions.pod:3192
24650 #, no-wrap
24651 msgid ""
24652 " mv src dest\n"
24653 "\n"
24654 msgstr ""
24655
24656 #. type: =head2
24657 #: ../fish/guestfish-actions.pod:3197
24658 msgid "ntfs-3g-probe"
24659 msgstr ""
24660
24661 #. type: verbatim
24662 #: ../fish/guestfish-actions.pod:3199
24663 #, no-wrap
24664 msgid ""
24665 " ntfs-3g-probe true|false device\n"
24666 "\n"
24667 msgstr ""
24668
24669 #. type: =head2
24670 #: ../fish/guestfish-actions.pod:3213
24671 msgid "ntfsresize"
24672 msgstr ""
24673
24674 #. type: verbatim
24675 #: ../fish/guestfish-actions.pod:3215
24676 #, no-wrap
24677 msgid ""
24678 " ntfsresize device\n"
24679 "\n"
24680 msgstr ""
24681
24682 #. type: =head2
24683 #: ../fish/guestfish-actions.pod:3221
24684 msgid "ntfsresize-size"
24685 msgstr ""
24686
24687 #. type: verbatim
24688 #: ../fish/guestfish-actions.pod:3223
24689 #, no-wrap
24690 msgid ""
24691 " ntfsresize-size device size\n"
24692 "\n"
24693 msgstr ""
24694
24695 #. type: textblock
24696 #: ../fish/guestfish-actions.pod:3225
24697 msgid ""
24698 "This command is the same as L</ntfsresize> except that it allows you to "
24699 "specify the new size (in bytes) explicitly."
24700 msgstr ""
24701
24702 #. type: =head2
24703 #: ../fish/guestfish-actions.pod:3228
24704 msgid "part-add"
24705 msgstr ""
24706
24707 #. type: verbatim
24708 #: ../fish/guestfish-actions.pod:3230
24709 #, no-wrap
24710 msgid ""
24711 " part-add device prlogex startsect endsect\n"
24712 "\n"
24713 msgstr ""
24714
24715 #. type: textblock
24716 #: ../fish/guestfish-actions.pod:3232
24717 msgid ""
24718 "This command adds a partition to C<device>.  If there is no partition table "
24719 "on the device, call L</part-init> first."
24720 msgstr ""
24721
24722 #. type: textblock
24723 #: ../fish/guestfish-actions.pod:3244
24724 msgid ""
24725 "Creating a partition which covers the whole disk is not so easy.  Use "
24726 "L</part-disk> to do that."
24727 msgstr ""
24728
24729 #. type: =head2
24730 #: ../fish/guestfish-actions.pod:3247
24731 msgid "part-del"
24732 msgstr ""
24733
24734 #. type: verbatim
24735 #: ../fish/guestfish-actions.pod:3249
24736 #, no-wrap
24737 msgid ""
24738 " part-del device partnum\n"
24739 "\n"
24740 msgstr ""
24741
24742 #. type: =head2
24743 #: ../fish/guestfish-actions.pod:3257
24744 msgid "part-disk"
24745 msgstr ""
24746
24747 #. type: verbatim
24748 #: ../fish/guestfish-actions.pod:3259
24749 #, no-wrap
24750 msgid ""
24751 " part-disk device parttype\n"
24752 "\n"
24753 msgstr ""
24754
24755 #. type: textblock
24756 #: ../fish/guestfish-actions.pod:3261
24757 msgid ""
24758 "This command is simply a combination of L</part-init> followed by "
24759 "L</part-add> to create a single primary partition covering the whole disk."
24760 msgstr ""
24761
24762 #. type: textblock
24763 #: ../fish/guestfish-actions.pod:3265
24764 msgid ""
24765 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24766 "possible values are described in L</part-init>."
24767 msgstr ""
24768
24769 #. type: =head2
24770 #: ../fish/guestfish-actions.pod:3271
24771 msgid "part-get-bootable"
24772 msgstr ""
24773
24774 #. type: verbatim
24775 #: ../fish/guestfish-actions.pod:3273
24776 #, no-wrap
24777 msgid ""
24778 " part-get-bootable device partnum\n"
24779 "\n"
24780 msgstr ""
24781
24782 #. type: textblock
24783 #: ../fish/guestfish-actions.pod:3278
24784 msgid "See also L</part-set-bootable>."
24785 msgstr ""
24786
24787 #. type: =head2
24788 #: ../fish/guestfish-actions.pod:3280
24789 msgid "part-get-mbr-id"
24790 msgstr ""
24791
24792 #. type: verbatim
24793 #: ../fish/guestfish-actions.pod:3282
24794 #, no-wrap
24795 msgid ""
24796 " part-get-mbr-id device partnum\n"
24797 "\n"
24798 msgstr ""
24799
24800 #. type: textblock
24801 #: ../fish/guestfish-actions.pod:3287 ../fish/guestfish-actions.pod:3425
24802 msgid ""
24803 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24804 "undefined results for other partition table types (see "
24805 "L</part-get-parttype>)."
24806 msgstr ""
24807
24808 #. type: =head2
24809 #: ../fish/guestfish-actions.pod:3291
24810 msgid "part-get-parttype"
24811 msgstr ""
24812
24813 #. type: verbatim
24814 #: ../fish/guestfish-actions.pod:3293
24815 #, no-wrap
24816 msgid ""
24817 " part-get-parttype device\n"
24818 "\n"
24819 msgstr ""
24820
24821 #. type: textblock
24822 #: ../fish/guestfish-actions.pod:3298
24823 msgid ""
24824 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24825 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24826 "possible, although unusual.  See L</part-init> for a full list."
24827 msgstr ""
24828
24829 #. type: =head2
24830 #: ../fish/guestfish-actions.pod:3303
24831 msgid "part-init"
24832 msgstr ""
24833
24834 #. type: verbatim
24835 #: ../fish/guestfish-actions.pod:3305
24836 #, no-wrap
24837 msgid ""
24838 " part-init device parttype\n"
24839 "\n"
24840 msgstr ""
24841
24842 #. type: textblock
24843 #: ../fish/guestfish-actions.pod:3311
24844 msgid ""
24845 "Initially there are no partitions.  Following this, you should call "
24846 "L</part-add> for each partition required."
24847 msgstr ""
24848
24849 #. type: =head2
24850 #: ../fish/guestfish-actions.pod:3374
24851 msgid "part-list"
24852 msgstr ""
24853
24854 #. type: verbatim
24855 #: ../fish/guestfish-actions.pod:3376
24856 #, no-wrap
24857 msgid ""
24858 " part-list device\n"
24859 "\n"
24860 msgstr ""
24861
24862 #. type: textblock
24863 #: ../fish/guestfish-actions.pod:3391
24864 msgid ""
24865 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
24866 "the device's sector size, see L</blockdev-getss>."
24867 msgstr ""
24868
24869 #. type: =head2
24870 #: ../fish/guestfish-actions.pod:3404
24871 msgid "part-set-bootable"
24872 msgstr ""
24873
24874 #. type: verbatim
24875 #: ../fish/guestfish-actions.pod:3406
24876 #, no-wrap
24877 msgid ""
24878 " part-set-bootable device partnum true|false\n"
24879 "\n"
24880 msgstr ""
24881
24882 #. type: =head2
24883 #: ../fish/guestfish-actions.pod:3415
24884 msgid "part-set-mbr-id"
24885 msgstr ""
24886
24887 #. type: verbatim
24888 #: ../fish/guestfish-actions.pod:3417
24889 #, no-wrap
24890 msgid ""
24891 " part-set-mbr-id device partnum idbyte\n"
24892 "\n"
24893 msgstr ""
24894
24895 #. type: =head2
24896 #: ../fish/guestfish-actions.pod:3429
24897 msgid "part-set-name"
24898 msgstr ""
24899
24900 #. type: verbatim
24901 #: ../fish/guestfish-actions.pod:3431
24902 #, no-wrap
24903 msgid ""
24904 " part-set-name device partnum name\n"
24905 "\n"
24906 msgstr ""
24907
24908 #. type: =head2
24909 #: ../fish/guestfish-actions.pod:3439
24910 msgid "part-to-dev"
24911 msgstr ""
24912
24913 #. type: verbatim
24914 #: ../fish/guestfish-actions.pod:3441
24915 #, no-wrap
24916 msgid ""
24917 " part-to-dev partition\n"
24918 "\n"
24919 msgstr ""
24920
24921 #. type: textblock
24922 #: ../fish/guestfish-actions.pod:3447
24923 msgid ""
24924 "The named partition must exist, for example as a string returned from "
24925 "L</list-partitions>."
24926 msgstr ""
24927
24928 #. type: =head2
24929 #: ../fish/guestfish-actions.pod:3450
24930 msgid "ping-daemon"
24931 msgstr ""
24932
24933 #. type: verbatim
24934 #: ../fish/guestfish-actions.pod:3452
24935 #, no-wrap
24936 msgid ""
24937 " ping-daemon\n"
24938 "\n"
24939 msgstr ""
24940
24941 #. type: =head2
24942 #: ../fish/guestfish-actions.pod:3459
24943 msgid "pread"
24944 msgstr ""
24945
24946 #. type: verbatim
24947 #: ../fish/guestfish-actions.pod:3461
24948 #, no-wrap
24949 msgid ""
24950 " pread path count offset\n"
24951 "\n"
24952 msgstr ""
24953
24954 #. type: textblock
24955 #: ../fish/guestfish-actions.pod:3469
24956 msgid "See also L</pwrite>, L</pread-device>."
24957 msgstr ""
24958
24959 #. type: =head2
24960 #: ../fish/guestfish-actions.pod:3474
24961 msgid "pread-device"
24962 msgstr ""
24963
24964 #. type: verbatim
24965 #: ../fish/guestfish-actions.pod:3476
24966 #, no-wrap
24967 msgid ""
24968 " pread-device device count offset\n"
24969 "\n"
24970 msgstr ""
24971
24972 #. type: textblock
24973 #: ../fish/guestfish-actions.pod:3484
24974 msgid "See also L</pread>."
24975 msgstr ""
24976
24977 #. type: =head2
24978 #: ../fish/guestfish-actions.pod:3489
24979 msgid "pvcreate"
24980 msgstr ""
24981
24982 #. type: verbatim
24983 #: ../fish/guestfish-actions.pod:3491
24984 #, no-wrap
24985 msgid ""
24986 " pvcreate device\n"
24987 "\n"
24988 msgstr ""
24989
24990 #. type: =head2
24991 #: ../fish/guestfish-actions.pod:3497
24992 msgid "pvremove"
24993 msgstr ""
24994
24995 #. type: verbatim
24996 #: ../fish/guestfish-actions.pod:3499
24997 #, no-wrap
24998 msgid ""
24999 " pvremove device\n"
25000 "\n"
25001 msgstr ""
25002
25003 #. type: =head2
25004 #: ../fish/guestfish-actions.pod:3508
25005 msgid "pvresize"
25006 msgstr ""
25007
25008 #. type: verbatim
25009 #: ../fish/guestfish-actions.pod:3510
25010 #, no-wrap
25011 msgid ""
25012 " pvresize device\n"
25013 "\n"
25014 msgstr ""
25015
25016 #. type: =head2
25017 #: ../fish/guestfish-actions.pod:3515
25018 msgid "pvresize-size"
25019 msgstr ""
25020
25021 #. type: verbatim
25022 #: ../fish/guestfish-actions.pod:3517
25023 #, no-wrap
25024 msgid ""
25025 " pvresize-size device size\n"
25026 "\n"
25027 msgstr ""
25028
25029 #. type: textblock
25030 #: ../fish/guestfish-actions.pod:3519
25031 msgid ""
25032 "This command is the same as L</pvresize> except that it allows you to "
25033 "specify the new size (in bytes) explicitly."
25034 msgstr ""
25035
25036 #. type: =head2
25037 #: ../fish/guestfish-actions.pod:3522
25038 msgid "pvs"
25039 msgstr ""
25040
25041 #. type: verbatim
25042 #: ../fish/guestfish-actions.pod:3524
25043 #, no-wrap
25044 msgid ""
25045 " pvs\n"
25046 "\n"
25047 msgstr ""
25048
25049 #. type: textblock
25050 #: ../fish/guestfish-actions.pod:3532
25051 msgid "See also L</pvs-full>."
25052 msgstr ""
25053
25054 #. type: =head2
25055 #: ../fish/guestfish-actions.pod:3534
25056 msgid "pvs-full"
25057 msgstr ""
25058
25059 #. type: verbatim
25060 #: ../fish/guestfish-actions.pod:3536
25061 #, no-wrap
25062 msgid ""
25063 " pvs-full\n"
25064 "\n"
25065 msgstr ""
25066
25067 #. type: =head2
25068 #: ../fish/guestfish-actions.pod:3541
25069 msgid "pvuuid"
25070 msgstr ""
25071
25072 #. type: verbatim
25073 #: ../fish/guestfish-actions.pod:3543
25074 #, no-wrap
25075 msgid ""
25076 " pvuuid device\n"
25077 "\n"
25078 msgstr ""
25079
25080 #. type: =head2
25081 #: ../fish/guestfish-actions.pod:3547
25082 msgid "pwrite"
25083 msgstr ""
25084
25085 #. type: verbatim
25086 #: ../fish/guestfish-actions.pod:3549
25087 #, no-wrap
25088 msgid ""
25089 " pwrite path content offset\n"
25090 "\n"
25091 msgstr ""
25092
25093 #. type: textblock
25094 #: ../fish/guestfish-actions.pod:3560
25095 msgid "See also L</pread>, L</pwrite-device>."
25096 msgstr ""
25097
25098 #. type: =head2
25099 #: ../fish/guestfish-actions.pod:3565
25100 msgid "pwrite-device"
25101 msgstr ""
25102
25103 #. type: verbatim
25104 #: ../fish/guestfish-actions.pod:3567
25105 #, no-wrap
25106 msgid ""
25107 " pwrite-device device content offset\n"
25108 "\n"
25109 msgstr ""
25110
25111 #. type: textblock
25112 #: ../fish/guestfish-actions.pod:3577
25113 msgid "See also L</pwrite>."
25114 msgstr ""
25115
25116 #. type: =head2
25117 #: ../fish/guestfish-actions.pod:3582
25118 msgid "read-file"
25119 msgstr ""
25120
25121 #. type: verbatim
25122 #: ../fish/guestfish-actions.pod:3584
25123 #, no-wrap
25124 msgid ""
25125 " read-file path\n"
25126 "\n"
25127 msgstr ""
25128
25129 #. type: textblock
25130 #: ../fish/guestfish-actions.pod:3589
25131 msgid ""
25132 "Unlike L</cat>, this function can correctly handle files that contain "
25133 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25134 "is limited in the total size of file that can be handled."
25135 msgstr ""
25136
25137 #. type: =head2
25138 #: ../fish/guestfish-actions.pod:3597
25139 msgid "read-lines"
25140 msgstr ""
25141
25142 #. type: verbatim
25143 #: ../fish/guestfish-actions.pod:3599
25144 #, no-wrap
25145 msgid ""
25146 " read-lines path\n"
25147 "\n"
25148 msgstr ""
25149
25150 #. type: textblock
25151 #: ../fish/guestfish-actions.pod:3606
25152 msgid ""
25153 "Note that this function cannot correctly handle binary files (specifically, "
25154 "files containing C<\\0> character which is treated as end of line).  For "
25155 "those you need to use the L</read-file> function which has a more complex "
25156 "interface."
25157 msgstr ""
25158
25159 #. type: =head2
25160 #: ../fish/guestfish-actions.pod:3611
25161 msgid "readdir"
25162 msgstr ""
25163
25164 #. type: verbatim
25165 #: ../fish/guestfish-actions.pod:3613
25166 #, no-wrap
25167 msgid ""
25168 " readdir dir\n"
25169 "\n"
25170 msgstr ""
25171
25172 #. type: textblock
25173 #: ../fish/guestfish-actions.pod:3665
25174 msgid ""
25175 "This function is primarily intended for use by programs.  To get a simple "
25176 "list of names, use L</ls>.  To get a printable directory for human "
25177 "consumption, use L</ll>."
25178 msgstr ""
25179
25180 #. type: =head2
25181 #: ../fish/guestfish-actions.pod:3669
25182 msgid "readlink"
25183 msgstr ""
25184
25185 #. type: verbatim
25186 #: ../fish/guestfish-actions.pod:3671
25187 #, no-wrap
25188 msgid ""
25189 " readlink path\n"
25190 "\n"
25191 msgstr ""
25192
25193 #. type: =head2
25194 #: ../fish/guestfish-actions.pod:3675
25195 msgid "readlinklist"
25196 msgstr ""
25197
25198 #. type: verbatim
25199 #: ../fish/guestfish-actions.pod:3677
25200 #, no-wrap
25201 msgid ""
25202 " readlinklist path 'names ...'\n"
25203 "\n"
25204 msgstr ""
25205
25206 #. type: =head2
25207 #: ../fish/guestfish-actions.pod:3701
25208 msgid "realpath"
25209 msgstr ""
25210
25211 #. type: verbatim
25212 #: ../fish/guestfish-actions.pod:3703
25213 #, no-wrap
25214 msgid ""
25215 " realpath path\n"
25216 "\n"
25217 msgstr ""
25218
25219 #. type: =head2
25220 #: ../fish/guestfish-actions.pod:3708
25221 msgid "removexattr"
25222 msgstr ""
25223
25224 #. type: verbatim
25225 #: ../fish/guestfish-actions.pod:3710
25226 #, no-wrap
25227 msgid ""
25228 " removexattr xattr path\n"
25229 "\n"
25230 msgstr ""
25231
25232 #. type: textblock
25233 #: ../fish/guestfish-actions.pod:3715
25234 msgid "See also: L</lremovexattr>, L<attr(5)>."
25235 msgstr ""
25236
25237 #. type: =head2
25238 #: ../fish/guestfish-actions.pod:3717
25239 msgid "resize2fs"
25240 msgstr ""
25241
25242 #. type: verbatim
25243 #: ../fish/guestfish-actions.pod:3719
25244 #, no-wrap
25245 msgid ""
25246 " resize2fs device\n"
25247 "\n"
25248 msgstr ""
25249
25250 #. type: textblock
25251 #: ../fish/guestfish-actions.pod:3724
25252 msgid ""
25253 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25254 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25255 "gives an error about this and sometimes not.  In any case, it is always safe "
25256 "to call L</e2fsck-f> before calling this function."
25257 msgstr ""
25258
25259 #. type: =head2
25260 #: ../fish/guestfish-actions.pod:3730
25261 msgid "resize2fs-M"
25262 msgstr ""
25263
25264 #. type: verbatim
25265 #: ../fish/guestfish-actions.pod:3732
25266 #, no-wrap
25267 msgid ""
25268 " resize2fs-M device\n"
25269 "\n"
25270 msgstr ""
25271
25272 #. type: textblock
25273 #: ../fish/guestfish-actions.pod:3734
25274 msgid ""
25275 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25276 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25277 "command."
25278 msgstr ""
25279
25280 #. type: textblock
25281 #: ../fish/guestfish-actions.pod:3738
25282 msgid ""
25283 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25284 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25285 "multiplied together, give the resulting size of the minimal filesystem in "
25286 "bytes."
25287 msgstr ""
25288
25289 #. type: =head2
25290 #: ../fish/guestfish-actions.pod:3743
25291 msgid "resize2fs-size"
25292 msgstr ""
25293
25294 #. type: verbatim
25295 #: ../fish/guestfish-actions.pod:3745
25296 #, no-wrap
25297 msgid ""
25298 " resize2fs-size device size\n"
25299 "\n"
25300 msgstr ""
25301
25302 #. type: textblock
25303 #: ../fish/guestfish-actions.pod:3747
25304 msgid ""
25305 "This command is the same as L</resize2fs> except that it allows you to "
25306 "specify the new size (in bytes) explicitly."
25307 msgstr ""
25308
25309 #. type: =head2
25310 #: ../fish/guestfish-actions.pod:3750
25311 msgid "rm"
25312 msgstr ""
25313
25314 #. type: verbatim
25315 #: ../fish/guestfish-actions.pod:3752
25316 #, no-wrap
25317 msgid ""
25318 " rm path\n"
25319 "\n"
25320 msgstr ""
25321
25322 #. type: =head2
25323 #: ../fish/guestfish-actions.pod:3756
25324 msgid "rm-rf"
25325 msgstr ""
25326
25327 #. type: verbatim
25328 #: ../fish/guestfish-actions.pod:3758
25329 #, no-wrap
25330 msgid ""
25331 " rm-rf path\n"
25332 "\n"
25333 msgstr ""
25334
25335 #. type: =head2
25336 #: ../fish/guestfish-actions.pod:3764
25337 msgid "rmdir"
25338 msgstr ""
25339
25340 #. type: verbatim
25341 #: ../fish/guestfish-actions.pod:3766
25342 #, no-wrap
25343 msgid ""
25344 " rmdir path\n"
25345 "\n"
25346 msgstr ""
25347
25348 #. type: =head2
25349 #: ../fish/guestfish-actions.pod:3770
25350 msgid "rmmountpoint"
25351 msgstr ""
25352
25353 #. type: verbatim
25354 #: ../fish/guestfish-actions.pod:3772
25355 #, no-wrap
25356 msgid ""
25357 " rmmountpoint exemptpath\n"
25358 "\n"
25359 msgstr ""
25360
25361 #. type: textblock
25362 #: ../fish/guestfish-actions.pod:3774
25363 msgid ""
25364 "This calls removes a mountpoint that was previously created with "
25365 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25366 msgstr ""
25367
25368 #. type: =head2
25369 #: ../fish/guestfish-actions.pod:3778
25370 msgid "scrub-device"
25371 msgstr ""
25372
25373 #. type: verbatim
25374 #: ../fish/guestfish-actions.pod:3780
25375 #, no-wrap
25376 msgid ""
25377 " scrub-device device\n"
25378 "\n"
25379 msgstr ""
25380
25381 #. type: =head2
25382 #: ../fish/guestfish-actions.pod:3791
25383 msgid "scrub-file"
25384 msgstr ""
25385
25386 #. type: verbatim
25387 #: ../fish/guestfish-actions.pod:3793
25388 #, no-wrap
25389 msgid ""
25390 " scrub-file file\n"
25391 "\n"
25392 msgstr ""
25393
25394 #. type: =head2
25395 #: ../fish/guestfish-actions.pod:3803
25396 msgid "scrub-freespace"
25397 msgstr ""
25398
25399 #. type: verbatim
25400 #: ../fish/guestfish-actions.pod:3805
25401 #, no-wrap
25402 msgid ""
25403 " scrub-freespace dir\n"
25404 "\n"
25405 msgstr ""
25406
25407 #. type: textblock
25408 #: ../fish/guestfish-actions.pod:3807
25409 msgid ""
25410 "This command creates the directory C<dir> and then fills it with files until "
25411 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25412 "deletes them.  The intention is to scrub any free space on the partition "
25413 "containing C<dir>."
25414 msgstr ""
25415
25416 #. type: =head2
25417 #: ../fish/guestfish-actions.pod:3816
25418 msgid "set-append"
25419 msgstr ""
25420
25421 #. type: =head2
25422 #: ../fish/guestfish-actions.pod:3818
25423 msgid "append"
25424 msgstr ""
25425
25426 #. type: verbatim
25427 #: ../fish/guestfish-actions.pod:3820
25428 #, no-wrap
25429 msgid ""
25430 " set-append append\n"
25431 "\n"
25432 msgstr ""
25433
25434 #. type: =head2
25435 #: ../fish/guestfish-actions.pod:3831
25436 msgid "set-attach-method"
25437 msgstr ""
25438
25439 #. type: =head2
25440 #: ../fish/guestfish-actions.pod:3833
25441 msgid "attach-method"
25442 msgstr ""
25443
25444 #. type: verbatim
25445 #: ../fish/guestfish-actions.pod:3835
25446 #, no-wrap
25447 msgid ""
25448 " set-attach-method attachmethod\n"
25449 "\n"
25450 msgstr ""
25451
25452 #. type: =head2
25453 #: ../fish/guestfish-actions.pod:3857
25454 msgid "set-autosync"
25455 msgstr ""
25456
25457 #. type: =head2
25458 #: ../fish/guestfish-actions.pod:3859
25459 msgid "autosync"
25460 msgstr ""
25461
25462 #. type: verbatim
25463 #: ../fish/guestfish-actions.pod:3861
25464 #, no-wrap
25465 msgid ""
25466 " set-autosync true|false\n"
25467 "\n"
25468 msgstr ""
25469
25470 #. type: =head2
25471 #: ../fish/guestfish-actions.pod:3871
25472 msgid "set-direct"
25473 msgstr ""
25474
25475 #. type: =head2
25476 #: ../fish/guestfish-actions.pod:3873
25477 msgid "direct"
25478 msgstr ""
25479
25480 #. type: verbatim
25481 #: ../fish/guestfish-actions.pod:3875
25482 #, no-wrap
25483 msgid ""
25484 " set-direct true|false\n"
25485 "\n"
25486 msgstr ""
25487
25488 #. type: textblock
25489 #: ../fish/guestfish-actions.pod:3881
25490 msgid ""
25491 "One consequence of this is that log messages aren't caught by the library "
25492 "and handled by L</set-log-message-callback>, but go straight to stdout."
25493 msgstr ""
25494
25495 #. type: =head2
25496 #: ../fish/guestfish-actions.pod:3890
25497 msgid "set-e2label"
25498 msgstr ""
25499
25500 #. type: verbatim
25501 #: ../fish/guestfish-actions.pod:3892
25502 #, no-wrap
25503 msgid ""
25504 " set-e2label device label\n"
25505 "\n"
25506 msgstr ""
25507
25508 #. type: textblock
25509 #: ../fish/guestfish-actions.pod:3898
25510 msgid ""
25511 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25512 "label on a filesystem."
25513 msgstr ""
25514
25515 #. type: =head2
25516 #: ../fish/guestfish-actions.pod:3901
25517 msgid "set-e2uuid"
25518 msgstr ""
25519
25520 #. type: verbatim
25521 #: ../fish/guestfish-actions.pod:3903
25522 #, no-wrap
25523 msgid ""
25524 " set-e2uuid device uuid\n"
25525 "\n"
25526 msgstr ""
25527
25528 #. type: textblock
25529 #: ../fish/guestfish-actions.pod:3910
25530 msgid ""
25531 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25532 "UUID of a filesystem."
25533 msgstr ""
25534
25535 #. type: =head2
25536 #: ../fish/guestfish-actions.pod:3913
25537 msgid "set-memsize"
25538 msgstr ""
25539
25540 #. type: =head2
25541 #: ../fish/guestfish-actions.pod:3915
25542 msgid "memsize"
25543 msgstr ""
25544
25545 #. type: verbatim
25546 #: ../fish/guestfish-actions.pod:3917
25547 #, no-wrap
25548 msgid ""
25549 " set-memsize memsize\n"
25550 "\n"
25551 msgstr ""
25552
25553 #. type: textblock
25554 #: ../fish/guestfish-actions.pod:3919
25555 msgid ""
25556 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25557 "This only has any effect if called before L</launch>."
25558 msgstr ""
25559
25560 #. type: =head2
25561 #: ../fish/guestfish-actions.pod:3930
25562 msgid "set-network"
25563 msgstr ""
25564
25565 #. type: =head2
25566 #: ../fish/guestfish-actions.pod:3932
25567 msgid "network"
25568 msgstr ""
25569
25570 #. type: verbatim
25571 #: ../fish/guestfish-actions.pod:3934
25572 #, no-wrap
25573 msgid ""
25574 " set-network true|false\n"
25575 "\n"
25576 msgstr ""
25577
25578 #. type: textblock
25579 #: ../fish/guestfish-actions.pod:3942
25580 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25581 msgstr ""
25582
25583 #. type: =head2
25584 #: ../fish/guestfish-actions.pod:3945
25585 msgid "set-path"
25586 msgstr ""
25587
25588 #. type: =head2
25589 #: ../fish/guestfish-actions.pod:3947
25590 msgid "path"
25591 msgstr ""
25592
25593 #. type: verbatim
25594 #: ../fish/guestfish-actions.pod:3949
25595 #, no-wrap
25596 msgid ""
25597 " set-path searchpath\n"
25598 "\n"
25599 msgstr ""
25600
25601 #. type: =head2
25602 #: ../fish/guestfish-actions.pod:3958
25603 msgid "set-qemu"
25604 msgstr ""
25605
25606 #. type: =head2
25607 #: ../fish/guestfish-actions.pod:3960
25608 msgid "qemu"
25609 msgstr ""
25610
25611 #. type: verbatim
25612 #: ../fish/guestfish-actions.pod:3962
25613 #, no-wrap
25614 msgid ""
25615 " set-qemu qemu\n"
25616 "\n"
25617 msgstr ""
25618
25619 #. type: =head2
25620 #: ../fish/guestfish-actions.pod:3982
25621 msgid "set-recovery-proc"
25622 msgstr ""
25623
25624 #. type: =head2
25625 #: ../fish/guestfish-actions.pod:3984
25626 msgid "recovery-proc"
25627 msgstr ""
25628
25629 #. type: verbatim
25630 #: ../fish/guestfish-actions.pod:3986
25631 #, no-wrap
25632 msgid ""
25633 " set-recovery-proc true|false\n"
25634 "\n"
25635 msgstr ""
25636
25637 #. type: textblock
25638 #: ../fish/guestfish-actions.pod:3988
25639 msgid ""
25640 "If this is called with the parameter C<false> then L</launch> does not "
25641 "create a recovery process.  The purpose of the recovery process is to stop "
25642 "runaway qemu processes in the case where the main program aborts abruptly."
25643 msgstr ""
25644
25645 #. type: textblock
25646 #: ../fish/guestfish-actions.pod:3993
25647 msgid ""
25648 "This only has any effect if called before L</launch>, and the default is "
25649 "true."
25650 msgstr ""
25651
25652 #. type: =head2
25653 #: ../fish/guestfish-actions.pod:4002
25654 msgid "set-selinux"
25655 msgstr ""
25656
25657 #. type: =head2
25658 #: ../fish/guestfish-actions.pod:4004
25659 msgid "selinux"
25660 msgstr ""
25661
25662 #. type: verbatim
25663 #: ../fish/guestfish-actions.pod:4006
25664 #, no-wrap
25665 msgid ""
25666 " set-selinux true|false\n"
25667 "\n"
25668 msgstr ""
25669
25670 #. type: =head2
25671 #: ../fish/guestfish-actions.pod:4017
25672 msgid "set-trace"
25673 msgstr ""
25674
25675 #. type: =head2
25676 #: ../fish/guestfish-actions.pod:4019
25677 msgid "trace"
25678 msgstr ""
25679
25680 #. type: verbatim
25681 #: ../fish/guestfish-actions.pod:4021
25682 #, no-wrap
25683 msgid ""
25684 " set-trace true|false\n"
25685 "\n"
25686 msgstr ""
25687
25688 #. type: textblock
25689 #: ../fish/guestfish-actions.pod:4033
25690 msgid ""
25691 "Trace messages are normally sent to C<stderr>, unless you register a "
25692 "callback to send them somewhere else (see L</set-event-callback>)."
25693 msgstr ""
25694
25695 #. type: =head2
25696 #: ../fish/guestfish-actions.pod:4037
25697 msgid "set-verbose"
25698 msgstr ""
25699
25700 #. type: =head2
25701 #: ../fish/guestfish-actions.pod:4039
25702 msgid "verbose"
25703 msgstr ""
25704
25705 #. type: verbatim
25706 #: ../fish/guestfish-actions.pod:4041
25707 #, no-wrap
25708 msgid ""
25709 " set-verbose true|false\n"
25710 "\n"
25711 msgstr ""
25712
25713 #. type: textblock
25714 #: ../fish/guestfish-actions.pod:4048
25715 msgid ""
25716 "Verbose messages are normally sent to C<stderr>, unless you register a "
25717 "callback to send them somewhere else (see L</set-event-callback>)."
25718 msgstr ""
25719
25720 #. type: =head2
25721 #: ../fish/guestfish-actions.pod:4052
25722 msgid "setcon"
25723 msgstr ""
25724
25725 #. type: verbatim
25726 #: ../fish/guestfish-actions.pod:4054
25727 #, no-wrap
25728 msgid ""
25729 " setcon context\n"
25730 "\n"
25731 msgstr ""
25732
25733 #. type: =head2
25734 #: ../fish/guestfish-actions.pod:4061
25735 msgid "setxattr"
25736 msgstr ""
25737
25738 #. type: verbatim
25739 #: ../fish/guestfish-actions.pod:4063
25740 #, no-wrap
25741 msgid ""
25742 " setxattr xattr val vallen path\n"
25743 "\n"
25744 msgstr ""
25745
25746 #. type: textblock
25747 #: ../fish/guestfish-actions.pod:4069
25748 msgid "See also: L</lsetxattr>, L<attr(5)>."
25749 msgstr ""
25750
25751 #. type: =head2
25752 #: ../fish/guestfish-actions.pod:4071
25753 msgid "sfdisk"
25754 msgstr ""
25755
25756 #. type: verbatim
25757 #: ../fish/guestfish-actions.pod:4073
25758 #, no-wrap
25759 msgid ""
25760 " sfdisk device cyls heads sectors 'lines ...'\n"
25761 "\n"
25762 msgstr ""
25763
25764 #. type: textblock
25765 #: ../fish/guestfish-actions.pod:4095
25766 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25767 msgstr ""
25768
25769 #. type: =head2
25770 #: ../fish/guestfish-actions.pod:4101
25771 msgid "sfdiskM"
25772 msgstr ""
25773
25774 #. type: verbatim
25775 #: ../fish/guestfish-actions.pod:4103
25776 #, no-wrap
25777 msgid ""
25778 " sfdiskM device 'lines ...'\n"
25779 "\n"
25780 msgstr ""
25781
25782 #. type: textblock
25783 #: ../fish/guestfish-actions.pod:4105
25784 msgid ""
25785 "This is a simplified interface to the L</sfdisk> command, where partition "
25786 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25787 "you don't need to specify the cyls, heads and sectors parameters which were "
25788 "rarely if ever used anyway."
25789 msgstr ""
25790
25791 #. type: textblock
25792 #: ../fish/guestfish-actions.pod:4111
25793 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25794 msgstr ""
25795
25796 #. type: =head2
25797 #: ../fish/guestfish-actions.pod:4117
25798 msgid "sfdisk-N"
25799 msgstr ""
25800
25801 #. type: verbatim
25802 #: ../fish/guestfish-actions.pod:4119
25803 #, no-wrap
25804 msgid ""
25805 " sfdisk-N device partnum cyls heads sectors line\n"
25806 "\n"
25807 msgstr ""
25808
25809 #. type: textblock
25810 #: ../fish/guestfish-actions.pod:4124
25811 msgid ""
25812 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25813 "cyls/heads/sectors parameters."
25814 msgstr ""
25815
25816 #. type: textblock
25817 #: ../fish/guestfish-actions.pod:4127
25818 msgid "See also: L</part-add>"
25819 msgstr ""
25820
25821 #. type: =head2
25822 #: ../fish/guestfish-actions.pod:4132
25823 msgid "sfdisk-disk-geometry"
25824 msgstr ""
25825
25826 #. type: verbatim
25827 #: ../fish/guestfish-actions.pod:4134
25828 #, no-wrap
25829 msgid ""
25830 " sfdisk-disk-geometry device\n"
25831 "\n"
25832 msgstr ""
25833
25834 #. type: textblock
25835 #: ../fish/guestfish-actions.pod:4136
25836 msgid ""
25837 "This displays the disk geometry of C<device> read from the partition table.  "
25838 "Especially in the case where the underlying block device has been resized, "
25839 "this can be different from the kernel's idea of the geometry (see "
25840 "L</sfdisk-kernel-geometry>)."
25841 msgstr ""
25842
25843 #. type: =head2
25844 #: ../fish/guestfish-actions.pod:4144
25845 msgid "sfdisk-kernel-geometry"
25846 msgstr ""
25847
25848 #. type: verbatim
25849 #: ../fish/guestfish-actions.pod:4146
25850 #, no-wrap
25851 msgid ""
25852 " sfdisk-kernel-geometry device\n"
25853 "\n"
25854 msgstr ""
25855
25856 #. type: =head2
25857 #: ../fish/guestfish-actions.pod:4153
25858 msgid "sfdisk-l"
25859 msgstr ""
25860
25861 #. type: verbatim
25862 #: ../fish/guestfish-actions.pod:4155
25863 #, no-wrap
25864 msgid ""
25865 " sfdisk-l device\n"
25866 "\n"
25867 msgstr ""
25868
25869 #. type: textblock
25870 #: ../fish/guestfish-actions.pod:4161
25871 msgid "See also: L</part-list>"
25872 msgstr ""
25873
25874 #. type: =head2
25875 #: ../fish/guestfish-actions.pod:4163
25876 msgid "sh"
25877 msgstr ""
25878
25879 #. type: verbatim
25880 #: ../fish/guestfish-actions.pod:4165
25881 #, no-wrap
25882 msgid ""
25883 " sh command\n"
25884 "\n"
25885 msgstr ""
25886
25887 #. type: textblock
25888 #: ../fish/guestfish-actions.pod:4170
25889 msgid "This is like L</command>, but passes the command to:"
25890 msgstr ""
25891
25892 #. type: textblock
25893 #: ../fish/guestfish-actions.pod:4178
25894 msgid "All the provisos about L</command> apply to this call."
25895 msgstr ""
25896
25897 #. type: =head2
25898 #: ../fish/guestfish-actions.pod:4180
25899 msgid "sh-lines"
25900 msgstr ""
25901
25902 #. type: verbatim
25903 #: ../fish/guestfish-actions.pod:4182
25904 #, no-wrap
25905 msgid ""
25906 " sh-lines command\n"
25907 "\n"
25908 msgstr ""
25909
25910 #. type: textblock
25911 #: ../fish/guestfish-actions.pod:4184
25912 msgid "This is the same as L</sh>, but splits the result into a list of lines."
25913 msgstr ""
25914
25915 #. type: textblock
25916 #: ../fish/guestfish-actions.pod:4187
25917 msgid "See also: L</command-lines>"
25918 msgstr ""
25919
25920 #. type: =head2
25921 #: ../fish/guestfish-actions.pod:4189
25922 msgid "sleep"
25923 msgstr ""
25924
25925 #. type: verbatim
25926 #: ../fish/guestfish-actions.pod:4191
25927 #, no-wrap
25928 msgid ""
25929 " sleep secs\n"
25930 "\n"
25931 msgstr ""
25932
25933 #. type: =head2
25934 #: ../fish/guestfish-actions.pod:4195
25935 msgid "stat"
25936 msgstr ""
25937
25938 #. type: verbatim
25939 #: ../fish/guestfish-actions.pod:4197
25940 #, no-wrap
25941 msgid ""
25942 " stat path\n"
25943 "\n"
25944 msgstr ""
25945
25946 #. type: =head2
25947 #: ../fish/guestfish-actions.pod:4203
25948 msgid "statvfs"
25949 msgstr ""
25950
25951 #. type: verbatim
25952 #: ../fish/guestfish-actions.pod:4205
25953 #, no-wrap
25954 msgid ""
25955 " statvfs path\n"
25956 "\n"
25957 msgstr ""
25958
25959 #. type: =head2
25960 #: ../fish/guestfish-actions.pod:4213
25961 msgid "strings"
25962 msgstr ""
25963
25964 #. type: verbatim
25965 #: ../fish/guestfish-actions.pod:4215
25966 #, no-wrap
25967 msgid ""
25968 " strings path\n"
25969 "\n"
25970 msgstr ""
25971
25972 #. type: =head2
25973 #: ../fish/guestfish-actions.pod:4223
25974 msgid "strings-e"
25975 msgstr ""
25976
25977 #. type: verbatim
25978 #: ../fish/guestfish-actions.pod:4225
25979 #, no-wrap
25980 msgid ""
25981 " strings-e encoding path\n"
25982 "\n"
25983 msgstr ""
25984
25985 #. type: textblock
25986 #: ../fish/guestfish-actions.pod:4227
25987 msgid ""
25988 "This is like the L</strings> command, but allows you to specify the encoding "
25989 "of strings that are looked for in the source file C<path>."
25990 msgstr ""
25991
25992 #. type: textblock
25993 #: ../fish/guestfish-actions.pod:4237
25994 msgid ""
25995 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
25996 "ISO-8859-X (this is what L</strings> uses)."
25997 msgstr ""
25998
25999 #. type: =head2
26000 #: ../fish/guestfish-actions.pod:4269
26001 msgid "swapoff-device"
26002 msgstr ""
26003
26004 #. type: verbatim
26005 #: ../fish/guestfish-actions.pod:4271
26006 #, no-wrap
26007 msgid ""
26008 " swapoff-device device\n"
26009 "\n"
26010 msgstr ""
26011
26012 #. type: textblock
26013 #: ../fish/guestfish-actions.pod:4273
26014 msgid ""
26015 "This command disables the libguestfs appliance swap device or partition "
26016 "named C<device>.  See L</swapon-device>."
26017 msgstr ""
26018
26019 #. type: =head2
26020 #: ../fish/guestfish-actions.pod:4277
26021 msgid "swapoff-file"
26022 msgstr ""
26023
26024 #. type: verbatim
26025 #: ../fish/guestfish-actions.pod:4279
26026 #, no-wrap
26027 msgid ""
26028 " swapoff-file file\n"
26029 "\n"
26030 msgstr ""
26031
26032 #. type: =head2
26033 #: ../fish/guestfish-actions.pod:4283
26034 msgid "swapoff-label"
26035 msgstr ""
26036
26037 #. type: verbatim
26038 #: ../fish/guestfish-actions.pod:4285
26039 #, no-wrap
26040 msgid ""
26041 " swapoff-label label\n"
26042 "\n"
26043 msgstr ""
26044
26045 #. type: =head2
26046 #: ../fish/guestfish-actions.pod:4290
26047 msgid "swapoff-uuid"
26048 msgstr ""
26049
26050 #. type: verbatim
26051 #: ../fish/guestfish-actions.pod:4292
26052 #, no-wrap
26053 msgid ""
26054 " swapoff-uuid uuid\n"
26055 "\n"
26056 msgstr ""
26057
26058 #. type: =head2
26059 #: ../fish/guestfish-actions.pod:4297
26060 msgid "swapon-device"
26061 msgstr ""
26062
26063 #. type: verbatim
26064 #: ../fish/guestfish-actions.pod:4299
26065 #, no-wrap
26066 msgid ""
26067 " swapon-device device\n"
26068 "\n"
26069 msgstr ""
26070
26071 #. type: textblock
26072 #: ../fish/guestfish-actions.pod:4301
26073 msgid ""
26074 "This command enables the libguestfs appliance to use the swap device or "
26075 "partition named C<device>.  The increased memory is made available for all "
26076 "commands, for example those run using L</command> or L</sh>."
26077 msgstr ""
26078
26079 #. type: =head2
26080 #: ../fish/guestfish-actions.pod:4313
26081 msgid "swapon-file"
26082 msgstr ""
26083
26084 #. type: verbatim
26085 #: ../fish/guestfish-actions.pod:4315
26086 #, no-wrap
26087 msgid ""
26088 " swapon-file file\n"
26089 "\n"
26090 msgstr ""
26091
26092 #. type: textblock
26093 #: ../fish/guestfish-actions.pod:4317
26094 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26095 msgstr ""
26096
26097 #. type: =head2
26098 #: ../fish/guestfish-actions.pod:4320
26099 msgid "swapon-label"
26100 msgstr ""
26101
26102 #. type: verbatim
26103 #: ../fish/guestfish-actions.pod:4322
26104 #, no-wrap
26105 msgid ""
26106 " swapon-label label\n"
26107 "\n"
26108 msgstr ""
26109
26110 #. type: textblock
26111 #: ../fish/guestfish-actions.pod:4324
26112 msgid ""
26113 "This command enables swap to a labeled swap partition.  See "
26114 "L</swapon-device> for other notes."
26115 msgstr ""
26116
26117 #. type: =head2
26118 #: ../fish/guestfish-actions.pod:4327
26119 msgid "swapon-uuid"
26120 msgstr ""
26121
26122 #. type: verbatim
26123 #: ../fish/guestfish-actions.pod:4329
26124 #, no-wrap
26125 msgid ""
26126 " swapon-uuid uuid\n"
26127 "\n"
26128 msgstr ""
26129
26130 #. type: textblock
26131 #: ../fish/guestfish-actions.pod:4331
26132 msgid ""
26133 "This command enables swap to a swap partition with the given UUID.  See "
26134 "L</swapon-device> for other notes."
26135 msgstr ""
26136
26137 #. type: =head2
26138 #: ../fish/guestfish-actions.pod:4334
26139 msgid "sync"
26140 msgstr ""
26141
26142 #. type: verbatim
26143 #: ../fish/guestfish-actions.pod:4336
26144 #, no-wrap
26145 msgid ""
26146 " sync\n"
26147 "\n"
26148 msgstr ""
26149
26150 #. type: =head2
26151 #: ../fish/guestfish-actions.pod:4344
26152 msgid "tail"
26153 msgstr ""
26154
26155 #. type: verbatim
26156 #: ../fish/guestfish-actions.pod:4346
26157 #, no-wrap
26158 msgid ""
26159 " tail path\n"
26160 "\n"
26161 msgstr ""
26162
26163 #. type: =head2
26164 #: ../fish/guestfish-actions.pod:4354
26165 msgid "tail-n"
26166 msgstr ""
26167
26168 #. type: verbatim
26169 #: ../fish/guestfish-actions.pod:4356
26170 #, no-wrap
26171 msgid ""
26172 " tail-n nrlines path\n"
26173 "\n"
26174 msgstr ""
26175
26176 #. type: =head2
26177 #: ../fish/guestfish-actions.pod:4369
26178 msgid "tar-in"
26179 msgstr ""
26180
26181 #. type: verbatim
26182 #: ../fish/guestfish-actions.pod:4371
26183 #, no-wrap
26184 msgid ""
26185 " tar-in (tarfile|-) directory\n"
26186 "\n"
26187 msgstr ""
26188
26189 #. type: textblock
26190 #: ../fish/guestfish-actions.pod:4376
26191 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26192 msgstr ""
26193
26194 #. type: =head2
26195 #: ../fish/guestfish-actions.pod:4381
26196 msgid "tar-out"
26197 msgstr ""
26198
26199 #. type: verbatim
26200 #: ../fish/guestfish-actions.pod:4383
26201 #, no-wrap
26202 msgid ""
26203 " tar-out directory (tarfile|-)\n"
26204 "\n"
26205 msgstr ""
26206
26207 #. type: textblock
26208 #: ../fish/guestfish-actions.pod:4388
26209 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26210 msgstr ""
26211
26212 #. type: =head2
26213 #: ../fish/guestfish-actions.pod:4393
26214 msgid "tgz-in"
26215 msgstr ""
26216
26217 #. type: verbatim
26218 #: ../fish/guestfish-actions.pod:4395
26219 #, no-wrap
26220 msgid ""
26221 " tgz-in (tarball|-) directory\n"
26222 "\n"
26223 msgstr ""
26224
26225 #. type: textblock
26226 #: ../fish/guestfish-actions.pod:4400
26227 msgid "To upload an uncompressed tarball, use L</tar-in>."
26228 msgstr ""
26229
26230 #. type: =head2
26231 #: ../fish/guestfish-actions.pod:4404
26232 msgid "tgz-out"
26233 msgstr ""
26234
26235 #. type: verbatim
26236 #: ../fish/guestfish-actions.pod:4406
26237 #, no-wrap
26238 msgid ""
26239 " tgz-out directory (tarball|-)\n"
26240 "\n"
26241 msgstr ""
26242
26243 #. type: textblock
26244 #: ../fish/guestfish-actions.pod:4411
26245 msgid "To download an uncompressed tarball, use L</tar-out>."
26246 msgstr ""
26247
26248 #. type: =head2
26249 #: ../fish/guestfish-actions.pod:4415
26250 msgid "touch"
26251 msgstr ""
26252
26253 #. type: verbatim
26254 #: ../fish/guestfish-actions.pod:4417
26255 #, no-wrap
26256 msgid ""
26257 " touch path\n"
26258 "\n"
26259 msgstr ""
26260
26261 #. type: =head2
26262 #: ../fish/guestfish-actions.pod:4426
26263 msgid "truncate"
26264 msgstr ""
26265
26266 #. type: verbatim
26267 #: ../fish/guestfish-actions.pod:4428
26268 #, no-wrap
26269 msgid ""
26270 " truncate path\n"
26271 "\n"
26272 msgstr ""
26273
26274 #. type: =head2
26275 #: ../fish/guestfish-actions.pod:4433
26276 msgid "truncate-size"
26277 msgstr ""
26278
26279 #. type: verbatim
26280 #: ../fish/guestfish-actions.pod:4435
26281 #, no-wrap
26282 msgid ""
26283 " truncate-size path size\n"
26284 "\n"
26285 msgstr ""
26286
26287 #. type: textblock
26288 #: ../fish/guestfish-actions.pod:4440
26289 msgid ""
26290 "If the current file size is less than C<size> then the file is extended to "
26291 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26292 "blocks are not allocated for the file until you write to it).  To create a "
26293 "non-sparse file of zeroes, use L</fallocate64> instead."
26294 msgstr ""
26295
26296 #. type: =head2
26297 #: ../fish/guestfish-actions.pod:4446
26298 msgid "tune2fs-l"
26299 msgstr ""
26300
26301 #. type: verbatim
26302 #: ../fish/guestfish-actions.pod:4448
26303 #, no-wrap
26304 msgid ""
26305 " tune2fs-l device\n"
26306 "\n"
26307 msgstr ""
26308
26309 #. type: =head2
26310 #: ../fish/guestfish-actions.pod:4458
26311 msgid "txz-in"
26312 msgstr ""
26313
26314 #. type: verbatim
26315 #: ../fish/guestfish-actions.pod:4460
26316 #, no-wrap
26317 msgid ""
26318 " txz-in (tarball|-) directory\n"
26319 "\n"
26320 msgstr ""
26321
26322 #. type: =head2
26323 #: ../fish/guestfish-actions.pod:4467
26324 msgid "txz-out"
26325 msgstr ""
26326
26327 #. type: verbatim
26328 #: ../fish/guestfish-actions.pod:4469
26329 #, no-wrap
26330 msgid ""
26331 " txz-out directory (tarball|-)\n"
26332 "\n"
26333 msgstr ""
26334
26335 #. type: =head2
26336 #: ../fish/guestfish-actions.pod:4476
26337 msgid "umask"
26338 msgstr ""
26339
26340 #. type: verbatim
26341 #: ../fish/guestfish-actions.pod:4478
26342 #, no-wrap
26343 msgid ""
26344 " umask mask\n"
26345 "\n"
26346 msgstr ""
26347
26348 #. type: textblock
26349 #: ../fish/guestfish-actions.pod:4492
26350 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26351 msgstr ""
26352
26353 #. type: =head2
26354 #: ../fish/guestfish-actions.pod:4497
26355 msgid "umount"
26356 msgstr ""
26357
26358 #. type: =head2
26359 #: ../fish/guestfish-actions.pod:4499
26360 msgid "unmount"
26361 msgstr ""
26362
26363 #. type: verbatim
26364 #: ../fish/guestfish-actions.pod:4501
26365 #, no-wrap
26366 msgid ""
26367 " umount pathordevice\n"
26368 "\n"
26369 msgstr ""
26370
26371 #. type: =head2
26372 #: ../fish/guestfish-actions.pod:4507
26373 msgid "umount-all"
26374 msgstr ""
26375
26376 #. type: =head2
26377 #: ../fish/guestfish-actions.pod:4509
26378 msgid "unmount-all"
26379 msgstr ""
26380
26381 #. type: verbatim
26382 #: ../fish/guestfish-actions.pod:4511
26383 #, no-wrap
26384 msgid ""
26385 " umount-all\n"
26386 "\n"
26387 msgstr ""
26388
26389 #. type: =head2
26390 #: ../fish/guestfish-actions.pod:4517
26391 msgid "upload"
26392 msgstr ""
26393
26394 #. type: verbatim
26395 #: ../fish/guestfish-actions.pod:4519
26396 #, no-wrap
26397 msgid ""
26398 " upload (filename|-) remotefilename\n"
26399 "\n"
26400 msgstr ""
26401
26402 #. type: textblock
26403 #: ../fish/guestfish-actions.pod:4526
26404 msgid "See also L</download>."
26405 msgstr ""
26406
26407 #. type: =head2
26408 #: ../fish/guestfish-actions.pod:4530
26409 msgid "upload-offset"
26410 msgstr ""
26411
26412 #. type: verbatim
26413 #: ../fish/guestfish-actions.pod:4532
26414 #, no-wrap
26415 msgid ""
26416 " upload-offset (filename|-) remotefilename offset\n"
26417 "\n"
26418 msgstr ""
26419
26420 #. type: textblock
26421 #: ../fish/guestfish-actions.pod:4544
26422 msgid ""
26423 "Note that there is no limit on the amount of data that can be uploaded with "
26424 "this call, unlike with L</pwrite>, and this call always writes the full "
26425 "amount unless an error occurs."
26426 msgstr ""
26427
26428 #. type: textblock
26429 #: ../fish/guestfish-actions.pod:4549
26430 msgid "See also L</upload>, L</pwrite>."
26431 msgstr ""
26432
26433 #. type: =head2
26434 #: ../fish/guestfish-actions.pod:4553
26435 msgid "utimens"
26436 msgstr ""
26437
26438 #. type: verbatim
26439 #: ../fish/guestfish-actions.pod:4555
26440 #, no-wrap
26441 msgid ""
26442 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26443 "\n"
26444 msgstr ""
26445
26446 #. type: =head2
26447 #: ../fish/guestfish-actions.pod:4574
26448 msgid "version"
26449 msgstr ""
26450
26451 #. type: verbatim
26452 #: ../fish/guestfish-actions.pod:4576
26453 #, no-wrap
26454 msgid ""
26455 " version\n"
26456 "\n"
26457 msgstr ""
26458
26459 #. type: textblock
26460 #: ../fish/guestfish-actions.pod:4603
26461 msgid ""
26462 "I<Note:> Don't use this call to test for availability of features.  In "
26463 "enterprise distributions we backport features from later versions into "
26464 "earlier versions, making this an unreliable way to test for features.  Use "
26465 "L</available> instead."
26466 msgstr ""
26467
26468 #. type: =head2
26469 #: ../fish/guestfish-actions.pod:4609
26470 msgid "vfs-label"
26471 msgstr ""
26472
26473 #. type: verbatim
26474 #: ../fish/guestfish-actions.pod:4611
26475 #, no-wrap
26476 msgid ""
26477 " vfs-label device\n"
26478 "\n"
26479 msgstr ""
26480
26481 #. type: textblock
26482 #: ../fish/guestfish-actions.pod:4618
26483 msgid "To find a filesystem from the label, use L</findfs-label>."
26484 msgstr ""
26485
26486 #. type: =head2
26487 #: ../fish/guestfish-actions.pod:4620
26488 msgid "vfs-type"
26489 msgstr ""
26490
26491 #. type: verbatim
26492 #: ../fish/guestfish-actions.pod:4622
26493 #, no-wrap
26494 msgid ""
26495 " vfs-type device\n"
26496 "\n"
26497 msgstr ""
26498
26499 #. type: =head2
26500 #: ../fish/guestfish-actions.pod:4632
26501 msgid "vfs-uuid"
26502 msgstr ""
26503
26504 #. type: verbatim
26505 #: ../fish/guestfish-actions.pod:4634
26506 #, no-wrap
26507 msgid ""
26508 " vfs-uuid device\n"
26509 "\n"
26510 msgstr ""
26511
26512 #. type: textblock
26513 #: ../fish/guestfish-actions.pod:4641
26514 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26515 msgstr ""
26516
26517 #. type: =head2
26518 #: ../fish/guestfish-actions.pod:4643
26519 msgid "vg-activate"
26520 msgstr ""
26521
26522 #. type: verbatim
26523 #: ../fish/guestfish-actions.pod:4645
26524 #, no-wrap
26525 msgid ""
26526 " vg-activate true|false 'volgroups ...'\n"
26527 "\n"
26528 msgstr ""
26529
26530 #. type: =head2
26531 #: ../fish/guestfish-actions.pod:4658
26532 msgid "vg-activate-all"
26533 msgstr ""
26534
26535 #. type: verbatim
26536 #: ../fish/guestfish-actions.pod:4660
26537 #, no-wrap
26538 msgid ""
26539 " vg-activate-all true|false\n"
26540 "\n"
26541 msgstr ""
26542
26543 #. type: =head2
26544 #: ../fish/guestfish-actions.pod:4670
26545 msgid "vgcreate"
26546 msgstr ""
26547
26548 #. type: verbatim
26549 #: ../fish/guestfish-actions.pod:4672
26550 #, no-wrap
26551 msgid ""
26552 " vgcreate volgroup 'physvols ...'\n"
26553 "\n"
26554 msgstr ""
26555
26556 #. type: =head2
26557 #: ../fish/guestfish-actions.pod:4677
26558 msgid "vglvuuids"
26559 msgstr ""
26560
26561 #. type: verbatim
26562 #: ../fish/guestfish-actions.pod:4679
26563 #, no-wrap
26564 msgid ""
26565 " vglvuuids vgname\n"
26566 "\n"
26567 msgstr ""
26568
26569 #. type: textblock
26570 #: ../fish/guestfish-actions.pod:4684
26571 msgid ""
26572 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26573 "logical volumes and volume groups."
26574 msgstr ""
26575
26576 #. type: textblock
26577 #: ../fish/guestfish-actions.pod:4687
26578 msgid "See also L</vgpvuuids>."
26579 msgstr ""
26580
26581 #. type: =head2
26582 #: ../fish/guestfish-actions.pod:4689
26583 msgid "vgpvuuids"
26584 msgstr ""
26585
26586 #. type: verbatim
26587 #: ../fish/guestfish-actions.pod:4691
26588 #, no-wrap
26589 msgid ""
26590 " vgpvuuids vgname\n"
26591 "\n"
26592 msgstr ""
26593
26594 #. type: textblock
26595 #: ../fish/guestfish-actions.pod:4696
26596 msgid ""
26597 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26598 "physical volumes and volume groups."
26599 msgstr ""
26600
26601 #. type: textblock
26602 #: ../fish/guestfish-actions.pod:4699
26603 msgid "See also L</vglvuuids>."
26604 msgstr ""
26605
26606 #. type: =head2
26607 #: ../fish/guestfish-actions.pod:4701
26608 msgid "vgremove"
26609 msgstr ""
26610
26611 #. type: verbatim
26612 #: ../fish/guestfish-actions.pod:4703
26613 #, no-wrap
26614 msgid ""
26615 " vgremove vgname\n"
26616 "\n"
26617 msgstr ""
26618
26619 #. type: =head2
26620 #: ../fish/guestfish-actions.pod:4710
26621 msgid "vgrename"
26622 msgstr ""
26623
26624 #. type: verbatim
26625 #: ../fish/guestfish-actions.pod:4712
26626 #, no-wrap
26627 msgid ""
26628 " vgrename volgroup newvolgroup\n"
26629 "\n"
26630 msgstr ""
26631
26632 #. type: =head2
26633 #: ../fish/guestfish-actions.pod:4716
26634 msgid "vgs"
26635 msgstr ""
26636
26637 #. type: verbatim
26638 #: ../fish/guestfish-actions.pod:4718
26639 #, no-wrap
26640 msgid ""
26641 " vgs\n"
26642 "\n"
26643 msgstr ""
26644
26645 #. type: textblock
26646 #: ../fish/guestfish-actions.pod:4726
26647 msgid "See also L</vgs-full>."
26648 msgstr ""
26649
26650 #. type: =head2
26651 #: ../fish/guestfish-actions.pod:4728
26652 msgid "vgs-full"
26653 msgstr ""
26654
26655 #. type: verbatim
26656 #: ../fish/guestfish-actions.pod:4730
26657 #, no-wrap
26658 msgid ""
26659 " vgs-full\n"
26660 "\n"
26661 msgstr ""
26662
26663 #. type: =head2
26664 #: ../fish/guestfish-actions.pod:4735
26665 msgid "vgscan"
26666 msgstr ""
26667
26668 #. type: verbatim
26669 #: ../fish/guestfish-actions.pod:4737
26670 #, no-wrap
26671 msgid ""
26672 " vgscan\n"
26673 "\n"
26674 msgstr ""
26675
26676 #. type: =head2
26677 #: ../fish/guestfish-actions.pod:4742
26678 msgid "vguuid"
26679 msgstr ""
26680
26681 #. type: verbatim
26682 #: ../fish/guestfish-actions.pod:4744
26683 #, no-wrap
26684 msgid ""
26685 " vguuid vgname\n"
26686 "\n"
26687 msgstr ""
26688
26689 #. type: =head2
26690 #: ../fish/guestfish-actions.pod:4748
26691 msgid "wc-c"
26692 msgstr ""
26693
26694 #. type: verbatim
26695 #: ../fish/guestfish-actions.pod:4750
26696 #, no-wrap
26697 msgid ""
26698 " wc-c path\n"
26699 "\n"
26700 msgstr ""
26701
26702 #. type: =head2
26703 #: ../fish/guestfish-actions.pod:4755
26704 msgid "wc-l"
26705 msgstr ""
26706
26707 #. type: verbatim
26708 #: ../fish/guestfish-actions.pod:4757
26709 #, no-wrap
26710 msgid ""
26711 " wc-l path\n"
26712 "\n"
26713 msgstr ""
26714
26715 #. type: =head2
26716 #: ../fish/guestfish-actions.pod:4762
26717 msgid "wc-w"
26718 msgstr ""
26719
26720 #. type: verbatim
26721 #: ../fish/guestfish-actions.pod:4764
26722 #, no-wrap
26723 msgid ""
26724 " wc-w path\n"
26725 "\n"
26726 msgstr ""
26727
26728 #. type: =head2
26729 #: ../fish/guestfish-actions.pod:4769
26730 msgid "write"
26731 msgstr ""
26732
26733 #. type: verbatim
26734 #: ../fish/guestfish-actions.pod:4771
26735 #, no-wrap
26736 msgid ""
26737 " write path content\n"
26738 "\n"
26739 msgstr ""
26740
26741 #. type: =head2
26742 #: ../fish/guestfish-actions.pod:4779
26743 msgid "write-file"
26744 msgstr ""
26745
26746 #. type: verbatim
26747 #: ../fish/guestfish-actions.pod:4781
26748 #, no-wrap
26749 msgid ""
26750 " write-file path content size\n"
26751 "\n"
26752 msgstr ""
26753
26754 #. type: =head2
26755 #: ../fish/guestfish-actions.pod:4804
26756 msgid "zegrep"
26757 msgstr ""
26758
26759 #. type: verbatim
26760 #: ../fish/guestfish-actions.pod:4806
26761 #, no-wrap
26762 msgid ""
26763 " zegrep regex path\n"
26764 "\n"
26765 msgstr ""
26766
26767 #. type: =head2
26768 #: ../fish/guestfish-actions.pod:4814
26769 msgid "zegrepi"
26770 msgstr ""
26771
26772 #. type: verbatim
26773 #: ../fish/guestfish-actions.pod:4816
26774 #, no-wrap
26775 msgid ""
26776 " zegrepi regex path\n"
26777 "\n"
26778 msgstr ""
26779
26780 #. type: =head2
26781 #: ../fish/guestfish-actions.pod:4824
26782 msgid "zero"
26783 msgstr ""
26784
26785 #. type: verbatim
26786 #: ../fish/guestfish-actions.pod:4826
26787 #, no-wrap
26788 msgid ""
26789 " zero device\n"
26790 "\n"
26791 msgstr ""
26792
26793 #. type: textblock
26794 #: ../fish/guestfish-actions.pod:4834
26795 msgid "See also: L</zero-device>, L</scrub-device>."
26796 msgstr ""
26797
26798 #. type: =head2
26799 #: ../fish/guestfish-actions.pod:4836
26800 msgid "zero-device"
26801 msgstr ""
26802
26803 #. type: verbatim
26804 #: ../fish/guestfish-actions.pod:4838
26805 #, no-wrap
26806 msgid ""
26807 " zero-device device\n"
26808 "\n"
26809 msgstr ""
26810
26811 #. type: textblock
26812 #: ../fish/guestfish-actions.pod:4840
26813 msgid ""
26814 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26815 "which just zeroes the first few blocks of a device."
26816 msgstr ""
26817
26818 #. type: =head2
26819 #: ../fish/guestfish-actions.pod:4847
26820 msgid "zerofree"
26821 msgstr ""
26822
26823 #. type: verbatim
26824 #: ../fish/guestfish-actions.pod:4849
26825 #, no-wrap
26826 msgid ""
26827 " zerofree device\n"
26828 "\n"
26829 msgstr ""
26830
26831 #. type: =head2
26832 #: ../fish/guestfish-actions.pod:4862
26833 msgid "zfgrep"
26834 msgstr ""
26835
26836 #. type: verbatim
26837 #: ../fish/guestfish-actions.pod:4864
26838 #, no-wrap
26839 msgid ""
26840 " zfgrep pattern path\n"
26841 "\n"
26842 msgstr ""
26843
26844 #. type: =head2
26845 #: ../fish/guestfish-actions.pod:4872
26846 msgid "zfgrepi"
26847 msgstr ""
26848
26849 #. type: verbatim
26850 #: ../fish/guestfish-actions.pod:4874
26851 #, no-wrap
26852 msgid ""
26853 " zfgrepi pattern path\n"
26854 "\n"
26855 msgstr ""
26856
26857 #. type: =head2
26858 #: ../fish/guestfish-actions.pod:4882
26859 msgid "zfile"
26860 msgstr ""
26861
26862 #. type: verbatim
26863 #: ../fish/guestfish-actions.pod:4884
26864 #, no-wrap
26865 msgid ""
26866 " zfile meth path\n"
26867 "\n"
26868 msgstr ""
26869
26870 #. type: textblock
26871 #: ../fish/guestfish-actions.pod:4891
26872 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
26873 msgstr ""
26874
26875 #. type: =head2
26876 #: ../fish/guestfish-actions.pod:4901
26877 msgid "zgrep"
26878 msgstr ""
26879
26880 #. type: verbatim
26881 #: ../fish/guestfish-actions.pod:4903
26882 #, no-wrap
26883 msgid ""
26884 " zgrep regex path\n"
26885 "\n"
26886 msgstr ""
26887
26888 #. type: =head2
26889 #: ../fish/guestfish-actions.pod:4911
26890 msgid "zgrepi"
26891 msgstr ""
26892
26893 #. type: verbatim
26894 #: ../fish/guestfish-actions.pod:4913
26895 #, no-wrap
26896 msgid ""
26897 " zgrepi regex path\n"
26898 "\n"
26899 msgstr ""
26900
26901 #. type: =head2
26902 #: ../fish/guestfish-commands.pod:1
26903 msgid "alloc"
26904 msgstr ""
26905
26906 #. type: =head2
26907 #: ../fish/guestfish-commands.pod:3
26908 msgid "allocate"
26909 msgstr ""
26910
26911 #. type: verbatim
26912 #: ../fish/guestfish-commands.pod:5
26913 #, no-wrap
26914 msgid ""
26915 " alloc filename size\n"
26916 "\n"
26917 msgstr ""
26918
26919 #. type: textblock
26920 #: ../fish/guestfish-commands.pod:7
26921 msgid ""
26922 "This creates an empty (zeroed) file of the given size, and then adds so it "
26923 "can be further examined."
26924 msgstr ""
26925
26926 #. type: textblock
26927 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
26928 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
26929 msgstr ""
26930
26931 #. type: textblock
26932 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
26933 msgid "Size can be specified using standard suffixes, eg. C<1M>."
26934 msgstr ""
26935
26936 #. type: textblock
26937 #: ../fish/guestfish-commands.pod:14
26938 msgid ""
26939 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
26940 "image, see L</PREPARED DISK IMAGES>."
26941 msgstr ""
26942
26943 #. type: =head2
26944 #: ../fish/guestfish-commands.pod:17
26945 msgid "copy-in"
26946 msgstr ""
26947
26948 #. type: verbatim
26949 #: ../fish/guestfish-commands.pod:19
26950 #, no-wrap
26951 msgid ""
26952 " copy-in local [local ...] /remotedir\n"
26953 "\n"
26954 msgstr ""
26955
26956 #. type: textblock
26957 #: ../fish/guestfish-commands.pod:21
26958 msgid ""
26959 "C<copy-in> copies local files or directories recursively into the disk "
26960 "image, placing them in the directory called C</remotedir> (which must "
26961 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
26962 "other commands as necessary."
26963 msgstr ""
26964
26965 #. type: textblock
26966 #: ../fish/guestfish-commands.pod:26
26967 msgid ""
26968 "Multiple local files and directories can be specified, but the last "
26969 "parameter must always be a remote directory.  Wildcards cannot be used."
26970 msgstr ""
26971
26972 #. type: =head2
26973 #: ../fish/guestfish-commands.pod:30
26974 msgid "copy-out"
26975 msgstr ""
26976
26977 #. type: verbatim
26978 #: ../fish/guestfish-commands.pod:32
26979 #, no-wrap
26980 msgid ""
26981 " copy-out remote [remote ...] localdir\n"
26982 "\n"
26983 msgstr ""
26984
26985 #. type: textblock
26986 #: ../fish/guestfish-commands.pod:34
26987 msgid ""
26988 "C<copy-out> copies remote files or directories recursively out of the disk "
26989 "image, placing them on the host disk in a local directory called C<localdir> "
26990 "(which must exist).  This guestfish meta-command turns into a sequence of "
26991 "L</download>, L</tar-out> and other commands as necessary."
26992 msgstr ""
26993
26994 #. type: textblock
26995 #: ../fish/guestfish-commands.pod:40
26996 msgid ""
26997 "Multiple remote files and directories can be specified, but the last "
26998 "parameter must always be a local directory.  To download to the current "
26999 "directory, use C<.> as in:"
27000 msgstr ""
27001
27002 #. type: verbatim
27003 #: ../fish/guestfish-commands.pod:44
27004 #, no-wrap
27005 msgid ""
27006 " copy-out /home .\n"
27007 "\n"
27008 msgstr ""
27009
27010 #. type: textblock
27011 #: ../fish/guestfish-commands.pod:46
27012 msgid ""
27013 "Wildcards cannot be used in the ordinary command, but you can use them with "
27014 "the help of L</glob> like this:"
27015 msgstr ""
27016
27017 #. type: verbatim
27018 #: ../fish/guestfish-commands.pod:49
27019 #, no-wrap
27020 msgid ""
27021 " glob copy-out /home/* .\n"
27022 "\n"
27023 msgstr ""
27024
27025 #. type: =head2
27026 #: ../fish/guestfish-commands.pod:51
27027 msgid "echo"
27028 msgstr ""
27029
27030 #. type: verbatim
27031 #: ../fish/guestfish-commands.pod:53
27032 #, no-wrap
27033 msgid ""
27034 " echo [params ...]\n"
27035 "\n"
27036 msgstr ""
27037
27038 #. type: textblock
27039 #: ../fish/guestfish-commands.pod:55
27040 msgid "This echos the parameters to the terminal."
27041 msgstr ""
27042
27043 #. type: =head2
27044 #: ../fish/guestfish-commands.pod:57
27045 msgid "edit"
27046 msgstr ""
27047
27048 #. type: =head2
27049 #: ../fish/guestfish-commands.pod:59
27050 msgid "vi"
27051 msgstr ""
27052
27053 #. type: =head2
27054 #: ../fish/guestfish-commands.pod:61
27055 msgid "emacs"
27056 msgstr ""
27057
27058 #. type: verbatim
27059 #: ../fish/guestfish-commands.pod:63
27060 #, no-wrap
27061 msgid ""
27062 " edit filename\n"
27063 "\n"
27064 msgstr ""
27065
27066 #. type: textblock
27067 #: ../fish/guestfish-commands.pod:65
27068 msgid ""
27069 "This is used to edit a file.  It downloads the file, edits it locally using "
27070 "your editor, then uploads the result."
27071 msgstr ""
27072
27073 #. type: textblock
27074 #: ../fish/guestfish-commands.pod:68
27075 msgid ""
27076 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27077 "or C<emacs> you will get those corresponding editors."
27078 msgstr ""
27079
27080 #. type: =head2
27081 #: ../fish/guestfish-commands.pod:72
27082 msgid "glob"
27083 msgstr ""
27084
27085 #. type: verbatim
27086 #: ../fish/guestfish-commands.pod:74
27087 #, no-wrap
27088 msgid ""
27089 " glob command args...\n"
27090 "\n"
27091 msgstr ""
27092
27093 #. type: textblock
27094 #: ../fish/guestfish-commands.pod:76
27095 msgid ""
27096 "Expand wildcards in any paths in the args list, and run C<command> "
27097 "repeatedly on each matching path."
27098 msgstr ""
27099
27100 #. type: textblock
27101 #: ../fish/guestfish-commands.pod:79
27102 msgid "See L</WILDCARDS AND GLOBBING>."
27103 msgstr ""
27104
27105 #. type: =head2
27106 #: ../fish/guestfish-commands.pod:81
27107 msgid "hexedit"
27108 msgstr ""
27109
27110 #. type: verbatim
27111 #: ../fish/guestfish-commands.pod:83
27112 #, no-wrap
27113 msgid ""
27114 " hexedit <filename|device>\n"
27115 " hexedit <filename|device> <max>\n"
27116 " hexedit <filename|device> <start> <max>\n"
27117 "\n"
27118 msgstr ""
27119
27120 #. type: textblock
27121 #: ../fish/guestfish-commands.pod:87
27122 msgid ""
27123 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27124 "device."
27125 msgstr ""
27126
27127 #. type: textblock
27128 #: ../fish/guestfish-commands.pod:90
27129 msgid ""
27130 "This command works by downloading potentially the whole file or device, "
27131 "editing it locally, then uploading it.  If the file or device is large, you "
27132 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27133 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27134 "usual modifiers allowed such as C<1M> (1 megabyte)."
27135 msgstr ""
27136
27137 #. type: textblock
27138 #: ../fish/guestfish-commands.pod:97
27139 msgid "For example to edit the first few sectors of a disk you might do:"
27140 msgstr ""
27141
27142 #. type: verbatim
27143 #: ../fish/guestfish-commands.pod:100
27144 #, no-wrap
27145 msgid ""
27146 " hexedit /dev/sda 1M\n"
27147 "\n"
27148 msgstr ""
27149
27150 #. type: textblock
27151 #: ../fish/guestfish-commands.pod:102
27152 msgid ""
27153 "which would allow you to edit anywhere within the first megabyte of the "
27154 "disk."
27155 msgstr ""
27156
27157 #. type: textblock
27158 #: ../fish/guestfish-commands.pod:105
27159 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27160 msgstr ""
27161
27162 #. type: verbatim
27163 #: ../fish/guestfish-commands.pod:107
27164 #, no-wrap
27165 msgid ""
27166 " hexedit /dev/sda1 0x400 0x400\n"
27167 "\n"
27168 msgstr ""
27169
27170 #. type: textblock
27171 #: ../fish/guestfish-commands.pod:109
27172 msgid "(assuming the superblock is in the standard location)."
27173 msgstr ""
27174
27175 #. type: textblock
27176 #: ../fish/guestfish-commands.pod:111
27177 msgid ""
27178 "This command requires the external L<hexedit(1)> program.  You can specify "
27179 "another program to use by setting the C<HEXEDITOR> environment variable."
27180 msgstr ""
27181
27182 #. type: textblock
27183 #: ../fish/guestfish-commands.pod:115
27184 msgid "See also L</hexdump>."
27185 msgstr ""
27186
27187 #. type: =head2
27188 #: ../fish/guestfish-commands.pod:117
27189 msgid "lcd"
27190 msgstr ""
27191
27192 #. type: verbatim
27193 #: ../fish/guestfish-commands.pod:119
27194 #, no-wrap
27195 msgid ""
27196 " lcd directory\n"
27197 "\n"
27198 msgstr ""
27199
27200 #. type: textblock
27201 #: ../fish/guestfish-commands.pod:121
27202 msgid "Change the local directory, ie. the current directory of guestfish itself."
27203 msgstr ""
27204
27205 #. type: textblock
27206 #: ../fish/guestfish-commands.pod:124
27207 msgid "Note that C<!cd> won't do what you might expect."
27208 msgstr ""
27209
27210 #. type: =head2
27211 #: ../fish/guestfish-commands.pod:126
27212 msgid "man"
27213 msgstr ""
27214
27215 #. type: =head2
27216 #: ../fish/guestfish-commands.pod:128
27217 msgid "manual"
27218 msgstr ""
27219
27220 #. type: verbatim
27221 #: ../fish/guestfish-commands.pod:130
27222 #, no-wrap
27223 msgid ""
27224 "  man\n"
27225 "\n"
27226 msgstr ""
27227
27228 #. type: textblock
27229 #: ../fish/guestfish-commands.pod:132
27230 msgid "Opens the manual page for guestfish."
27231 msgstr ""
27232
27233 #. type: =head2
27234 #: ../fish/guestfish-commands.pod:134
27235 msgid "more"
27236 msgstr ""
27237
27238 #. type: =head2
27239 #: ../fish/guestfish-commands.pod:136
27240 msgid "less"
27241 msgstr ""
27242
27243 #. type: verbatim
27244 #: ../fish/guestfish-commands.pod:138
27245 #, no-wrap
27246 msgid ""
27247 " more filename\n"
27248 "\n"
27249 msgstr ""
27250
27251 #. type: verbatim
27252 #: ../fish/guestfish-commands.pod:140
27253 #, no-wrap
27254 msgid ""
27255 " less filename\n"
27256 "\n"
27257 msgstr ""
27258
27259 #. type: textblock
27260 #: ../fish/guestfish-commands.pod:142
27261 msgid "This is used to view a file."
27262 msgstr ""
27263
27264 #. type: textblock
27265 #: ../fish/guestfish-commands.pod:144
27266 msgid ""
27267 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27268 "C<less> you will get the C<less> command specifically."
27269 msgstr ""
27270
27271 #. type: =head2
27272 #: ../fish/guestfish-commands.pod:147
27273 msgid "reopen"
27274 msgstr ""
27275
27276 #. type: verbatim
27277 #: ../fish/guestfish-commands.pod:149
27278 #, no-wrap
27279 msgid ""
27280 "  reopen\n"
27281 "\n"
27282 msgstr ""
27283
27284 #. type: textblock
27285 #: ../fish/guestfish-commands.pod:151
27286 msgid ""
27287 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27288 "normally, because the handle is closed properly when guestfish exits.  "
27289 "However this is occasionally useful for testing."
27290 msgstr ""
27291
27292 #. type: =head2
27293 #: ../fish/guestfish-commands.pod:155
27294 msgid "sparse"
27295 msgstr ""
27296
27297 #. type: verbatim
27298 #: ../fish/guestfish-commands.pod:157
27299 #, no-wrap
27300 msgid ""
27301 " sparse filename size\n"
27302 "\n"
27303 msgstr ""
27304
27305 #. type: textblock
27306 #: ../fish/guestfish-commands.pod:159
27307 msgid ""
27308 "This creates an empty sparse file of the given size, and then adds so it can "
27309 "be further examined."
27310 msgstr ""
27311
27312 #. type: textblock
27313 #: ../fish/guestfish-commands.pod:162
27314 msgid ""
27315 "In all respects it works the same as the L</alloc> command, except that the "
27316 "image file is allocated sparsely, which means that disk blocks are not "
27317 "assigned to the file until they are needed.  Sparse disk files only use "
27318 "space when written to, but they are slower and there is a danger you could "
27319 "run out of real disk space during a write operation."
27320 msgstr ""
27321
27322 #. type: =head2
27323 #: ../fish/guestfish-commands.pod:172
27324 msgid "supported"
27325 msgstr ""
27326
27327 #. type: verbatim
27328 #: ../fish/guestfish-commands.pod:174
27329 #, no-wrap
27330 msgid ""
27331 " supported\n"
27332 "\n"
27333 msgstr ""
27334
27335 #. type: textblock
27336 #: ../fish/guestfish-commands.pod:176
27337 msgid ""
27338 "This command returns a list of the optional groups known to the daemon, and "
27339 "indicates which ones are supported by this build of the libguestfs "
27340 "appliance."
27341 msgstr ""
27342
27343 #. type: textblock
27344 #: ../fish/guestfish-commands.pod:180
27345 msgid "See also L<guestfs(3)/AVAILABILITY>."
27346 msgstr ""
27347
27348 #. type: =head2
27349 #: ../fish/guestfish-commands.pod:182
27350 msgid "time"
27351 msgstr ""
27352
27353 #. type: verbatim
27354 #: ../fish/guestfish-commands.pod:184
27355 #, no-wrap
27356 msgid ""
27357 " time command args...\n"
27358 "\n"
27359 msgstr ""
27360
27361 #. type: textblock
27362 #: ../fish/guestfish-commands.pod:186
27363 msgid ""
27364 "Run the command as usual, but print the elapsed time afterwards.  This can "
27365 "be useful for benchmarking operations."
27366 msgstr ""
27367
27368 #. type: textblock
27369 #: ../test-tool/libguestfs-test-tool.pod:5
27370 msgid "libguestfs-test-tool - End user tests for libguestfs"
27371 msgstr ""
27372
27373 #. type: verbatim
27374 #: ../test-tool/libguestfs-test-tool.pod:9
27375 #, no-wrap
27376 msgid ""
27377 " libguestfs-test-tool [--options]\n"
27378 "\n"
27379 msgstr ""
27380
27381 #. type: textblock
27382 #: ../test-tool/libguestfs-test-tool.pod:13
27383 msgid ""
27384 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27385 "and developers, to allow them to check basic libguestfs functionality is "
27386 "working.  This is needed because libguestfs occasionally breaks for reasons "
27387 "beyond our control: usually because of changes in the underlying qemu or "
27388 "kernel packages, or the host environment."
27389 msgstr ""
27390
27391 #. type: textblock
27392 #: ../test-tool/libguestfs-test-tool.pod:20
27393 msgid "If you suspect a problem in libguestfs, then just run:"
27394 msgstr ""
27395
27396 #. type: verbatim
27397 #: ../test-tool/libguestfs-test-tool.pod:22
27398 #, no-wrap
27399 msgid ""
27400 " libguestfs-test-tool\n"
27401 "\n"
27402 msgstr ""
27403
27404 #. type: textblock
27405 #: ../test-tool/libguestfs-test-tool.pod:24
27406 msgid "It will print lots of diagnostic messages."
27407 msgstr ""
27408
27409 #. type: textblock
27410 #: ../test-tool/libguestfs-test-tool.pod:26
27411 msgid "If it runs to completion successfully, you will see this near the end:"
27412 msgstr ""
27413
27414 #. type: verbatim
27415 #: ../test-tool/libguestfs-test-tool.pod:28
27416 #, no-wrap
27417 msgid ""
27418 " ===== TEST FINISHED OK =====\n"
27419 "\n"
27420 msgstr ""
27421
27422 #. type: textblock
27423 #: ../test-tool/libguestfs-test-tool.pod:30
27424 msgid "and the test tool will exit with code 0."
27425 msgstr ""
27426
27427 #. type: textblock
27428 #: ../test-tool/libguestfs-test-tool.pod:32
27429 msgid ""
27430 "If it fails (and/or exits with non-zero error code), please paste the "
27431 "B<complete, unedited> output of the test tool into a bug report.  More "
27432 "information about reporting bugs can be found on the "
27433 "L<http://libguestfs.org/> website."
27434 msgstr ""
27435
27436 #. type: =item
27437 #: ../test-tool/libguestfs-test-tool.pod:41
27438 msgid "I<--help>"
27439 msgstr ""
27440
27441 #. type: textblock
27442 #: ../test-tool/libguestfs-test-tool.pod:43
27443 msgid "Display short usage information and exit."
27444 msgstr ""
27445
27446 #. type: =item
27447 #: ../test-tool/libguestfs-test-tool.pod:45
27448 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
27449 msgstr ""
27450
27451 #. type: textblock
27452 #: ../test-tool/libguestfs-test-tool.pod:47
27453 msgid ""
27454 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
27455 "normally look in the C<$libexec> directory that was configured when the tool "
27456 "was built."
27457 msgstr ""
27458
27459 #. type: =item
27460 #: ../test-tool/libguestfs-test-tool.pod:51
27461 msgid "I<--qemu qemu_binary>"
27462 msgstr ""
27463
27464 #. type: textblock
27465 #: ../test-tool/libguestfs-test-tool.pod:53
27466 msgid ""
27467 "If you have downloaded another qemu binary, point this option at the full "
27468 "path of the binary to try it."
27469 msgstr ""
27470
27471 #. type: =item
27472 #: ../test-tool/libguestfs-test-tool.pod:56
27473 msgid "I<--qemudir qemu_source_dir>"
27474 msgstr ""
27475
27476 #. type: textblock
27477 #: ../test-tool/libguestfs-test-tool.pod:58
27478 msgid ""
27479 "If you have compiled qemu from source, point this option at the source "
27480 "directory to try it."
27481 msgstr ""
27482
27483 #. type: =item
27484 #: ../test-tool/libguestfs-test-tool.pod:61
27485 msgid "I<--timeout N>"
27486 msgstr ""
27487
27488 #. type: textblock
27489 #: ../test-tool/libguestfs-test-tool.pod:63
27490 msgid ""
27491 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27492 "does not usually need to be adjusted unless your machine is very slow."
27493 msgstr ""
27494
27495 #. type: =head1
27496 #: ../test-tool/libguestfs-test-tool.pod:69
27497 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27498 msgstr ""
27499
27500 #. type: textblock
27501 #: ../test-tool/libguestfs-test-tool.pod:71
27502 msgid ""
27503 "If you have compiled another version of qemu from source and would like to "
27504 "try that, then you can use the I<--qemudir> option to point to the qemu "
27505 "source directory."
27506 msgstr ""
27507
27508 #. type: textblock
27509 #: ../test-tool/libguestfs-test-tool.pod:75
27510 msgid ""
27511 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27512 "option to point to the binary."
27513 msgstr ""
27514
27515 #. type: textblock
27516 #: ../test-tool/libguestfs-test-tool.pod:78
27517 msgid ""
27518 "When using an alternate qemu with libguestfs, usually you would need to "
27519 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27520 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27521 "when you use either of the I<--qemudir> or I<--qemu> options."
27522 msgstr ""
27523
27524 #. type: textblock
27525 #: ../test-tool/libguestfs-test-tool.pod:85
27526 msgid ""
27527 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27528 "I<1> if there was an error."
27529 msgstr ""
27530
27531 #. type: =item
27532 #: ../test-tool/libguestfs-test-tool.pod:92
27533 msgid "/usr/libexec/libguestfs-test-tool-helper"
27534 msgstr ""
27535
27536 #. type: textblock
27537 #: ../test-tool/libguestfs-test-tool.pod:94
27538 msgid ""
27539 "This helper program is run inside the appliance and provides additional "
27540 "tests."
27541 msgstr ""
27542
27543 #. type: =item
27544 #: ../test-tool/libguestfs-test-tool.pod:97
27545 msgid "/usr/bin/mkisofs"
27546 msgstr ""
27547
27548 #. type: textblock
27549 #: ../test-tool/libguestfs-test-tool.pod:99
27550 msgid ""
27551 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
27552 "which is used as part of the tests."
27553 msgstr ""
27554
27555 #. type: textblock
27556 #: ../test-tool/libguestfs-test-tool.pod:106
27557 msgid ""
27558 "For the full list of environment variables which may affect libguestfs, "
27559 "please see the L<guestfs(3)> manual page."
27560 msgstr ""
27561
27562 #. type: textblock
27563 #: ../test-tool/libguestfs-test-tool.pod:111
27564 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27565 msgstr ""
27566
27567 #. type: textblock
27568 #: ../test-tool/libguestfs-test-tool.pod:121
27569 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
27570 msgstr ""
27571
27572 #. type: textblock
27573 #: ../fuse/guestmount.pod:5
27574 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27575 msgstr ""
27576
27577 #. type: verbatim
27578 #: ../fuse/guestmount.pod:9
27579 #, no-wrap
27580 msgid ""
27581 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27582 "\n"
27583 msgstr ""
27584
27585 #. type: verbatim
27586 #: ../fuse/guestmount.pod:11
27587 #, no-wrap
27588 msgid ""
27589 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27590 "\n"
27591 msgstr ""
27592
27593 #. type: verbatim
27594 #: ../fuse/guestmount.pod:13
27595 #, no-wrap
27596 msgid ""
27597 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27598 "\n"
27599 msgstr ""
27600
27601 #. type: textblock
27602 #: ../fuse/guestmount.pod:17
27603 msgid ""
27604 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27605 "machines.  If you do this, you risk disk corruption in the VM."
27606 msgstr ""
27607
27608 #. type: textblock
27609 #: ../fuse/guestmount.pod:22
27610 msgid ""
27611 "The guestmount program can be used to mount virtual machine filesystems and "
27612 "other disk images on the host.  It uses libguestfs for access to the guest "
27613 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27614 "a mountable device."
27615 msgstr ""
27616
27617 #. type: textblock
27618 #: ../fuse/guestmount.pod:27
27619 msgid ""
27620 "Along with other options, you have to give at least one device (I<-a> "
27621 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27622 "option) or use the I<-i> inspection option.  How this works is better "
27623 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27624 "below."
27625 msgstr ""
27626
27627 #. type: textblock
27628 #: ../fuse/guestmount.pod:33
27629 msgid ""
27630 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27631 "by you, and the filesystem will not be visible to any other users unless you "
27632 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27633 "the filesystem, use the C<fusermount -u> command."
27634 msgstr ""
27635
27636 #. type: textblock
27637 #: ../fuse/guestmount.pod:41
27638 msgid ""
27639 "For a typical Windows guest which has its main filesystem on the first "
27640 "partition:"
27641 msgstr ""
27642
27643 #. type: verbatim
27644 #: ../fuse/guestmount.pod:44
27645 #, no-wrap
27646 msgid ""
27647 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27648 "\n"
27649 msgstr ""
27650
27651 #. type: textblock
27652 #: ../fuse/guestmount.pod:46
27653 msgid ""
27654 "For a typical Linux guest which has a /boot filesystem on the first "
27655 "partition, and the root filesystem on a logical volume:"
27656 msgstr ""
27657
27658 #. type: verbatim
27659 #: ../fuse/guestmount.pod:49
27660 #, no-wrap
27661 msgid ""
27662 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27663 "\n"
27664 msgstr ""
27665
27666 #. type: textblock
27667 #: ../fuse/guestmount.pod:51
27668 msgid "To get libguestfs to detect guest mountpoints for you:"
27669 msgstr ""
27670
27671 #. type: verbatim
27672 #: ../fuse/guestmount.pod:53
27673 #, no-wrap
27674 msgid ""
27675 " guestmount -a guest.img -i --ro /mnt\n"
27676 "\n"
27677 msgstr ""
27678
27679 #. type: textblock
27680 #: ../fuse/guestmount.pod:55
27681 msgid "For a libvirt guest called \"Guest\" you could do:"
27682 msgstr ""
27683
27684 #. type: verbatim
27685 #: ../fuse/guestmount.pod:57
27686 #, no-wrap
27687 msgid ""
27688 " guestmount -d Guest -i --ro /mnt\n"
27689 "\n"
27690 msgstr ""
27691
27692 #. type: textblock
27693 #: ../fuse/guestmount.pod:59
27694 msgid ""
27695 "If you don't know what filesystems are contained in a guest or disk image, "
27696 "use L<virt-filesystems(1)> first:"
27697 msgstr ""
27698
27699 #. type: verbatim
27700 #: ../fuse/guestmount.pod:62
27701 #, no-wrap
27702 msgid ""
27703 " virt-filesystems MyGuest\n"
27704 "\n"
27705 msgstr ""
27706
27707 #. type: textblock
27708 #: ../fuse/guestmount.pod:64
27709 msgid ""
27710 "If you want to trace the libguestfs calls but without excessive debugging "
27711 "information, we recommend:"
27712 msgstr ""
27713
27714 #. type: verbatim
27715 #: ../fuse/guestmount.pod:67
27716 #, no-wrap
27717 msgid ""
27718 " guestmount [...] --trace /mnt\n"
27719 "\n"
27720 msgstr ""
27721
27722 #. type: textblock
27723 #: ../fuse/guestmount.pod:69
27724 msgid "If you want to debug the program, we recommend:"
27725 msgstr ""
27726
27727 #. type: verbatim
27728 #: ../fuse/guestmount.pod:71
27729 #, no-wrap
27730 msgid ""
27731 " guestmount [...] --trace --verbose /mnt\n"
27732 "\n"
27733 msgstr ""
27734
27735 #. type: =item
27736 #: ../fuse/guestmount.pod:77
27737 msgid "B<-a image> | B<--add image>"
27738 msgstr ""
27739
27740 #. type: textblock
27741 #: ../fuse/guestmount.pod:79
27742 msgid "Add a block device or virtual machine image."
27743 msgstr ""
27744
27745 #. type: =item
27746 #: ../fuse/guestmount.pod:84
27747 msgid "B<-c URI> | B<--connect URI>"
27748 msgstr ""
27749
27750 #. type: =item
27751 #: ../fuse/guestmount.pod:90
27752 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27753 msgstr ""
27754
27755 #. type: =item
27756 #: ../fuse/guestmount.pod:96
27757 msgid "B<--dir-cache-timeout N>"
27758 msgstr ""
27759
27760 #. type: textblock
27761 #: ../fuse/guestmount.pod:98
27762 msgid ""
27763 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27764 "seconds.  The readdir cache [actually, there are several semi-independent "
27765 "caches] is populated after a readdir(2) call with the stat and extended "
27766 "attributes of the files in the directory, in anticipation that they will be "
27767 "requested soon after."
27768 msgstr ""
27769
27770 #. type: textblock
27771 #: ../fuse/guestmount.pod:104
27772 msgid ""
27773 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27774 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27775 "requests, only cache existing ones."
27776 msgstr ""
27777
27778 #. type: =item
27779 #: ../fuse/guestmount.pod:115
27780 msgid "B<--format=raw|qcow2|..> | B<--format>"
27781 msgstr ""
27782
27783 #. type: textblock
27784 #: ../fuse/guestmount.pod:122
27785 msgid ""
27786 "If you have untrusted raw-format guest disk images, you should use this "
27787 "option to specify the disk format.  This avoids a possible security problem "
27788 "with malicious guests (CVE-2010-3851).  See also "
27789 "L<guestfs(3)/guestfs_add_drive_opts>."
27790 msgstr ""
27791
27792 #. type: =item
27793 #: ../fuse/guestmount.pod:127
27794 msgid "B<--fuse-help>"
27795 msgstr ""
27796
27797 #. type: textblock
27798 #: ../fuse/guestmount.pod:129
27799 msgid "Display help on special FUSE options (see I<-o> below)."
27800 msgstr ""
27801
27802 #. type: textblock
27803 #: ../fuse/guestmount.pod:133
27804 msgid "Display brief help and exit."
27805 msgstr ""
27806
27807 #. type: =item
27808 #: ../fuse/guestmount.pod:135
27809 msgid "B<-i> | B<--inspector>"
27810 msgstr ""
27811
27812 #. type: textblock
27813 #: ../fuse/guestmount.pod:155
27814 msgid ""
27815 "Mount the named partition or logical volume on the given mountpoint B<in the "
27816 "guest> (this has nothing to do with mountpoints in the host)."
27817 msgstr ""
27818
27819 #. type: textblock
27820 #: ../fuse/guestmount.pod:158
27821 msgid ""
27822 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27823 "something on C</>."
27824 msgstr ""
27825
27826 #. type: =item
27827 #: ../fuse/guestmount.pod:171
27828 msgid "B<-n> | B<--no-sync>"
27829 msgstr ""
27830
27831 #. type: textblock
27832 #: ../fuse/guestmount.pod:173
27833 msgid ""
27834 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27835 "unmounted.  If you specify this option, then we don't attempt to sync the "
27836 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27837 msgstr ""
27838
27839 #. type: =item
27840 #: ../fuse/guestmount.pod:178
27841 msgid "B<-o option> | B<--option option>"
27842 msgstr ""
27843
27844 #. type: textblock
27845 #: ../fuse/guestmount.pod:180
27846 msgid "Pass extra options to FUSE."
27847 msgstr ""
27848
27849 #. type: textblock
27850 #: ../fuse/guestmount.pod:182
27851 msgid ""
27852 "To get a list of all the extra options supported by FUSE, use the command "
27853 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27854 "of them are a good idea."
27855 msgstr ""
27856
27857 #. type: verbatim
27858 #: ../fuse/guestmount.pod:186
27859 #, no-wrap
27860 msgid ""
27861 " guestmount --fuse-help\n"
27862 "\n"
27863 msgstr ""
27864
27865 #. type: textblock
27866 #: ../fuse/guestmount.pod:188
27867 msgid "Some potentially useful FUSE options:"
27868 msgstr ""
27869
27870 #. type: =item
27871 #: ../fuse/guestmount.pod:192
27872 msgid "B<-o allow_other>"
27873 msgstr ""
27874
27875 #. type: textblock
27876 #: ../fuse/guestmount.pod:194
27877 msgid "Allow other users to see the filesystem."
27878 msgstr ""
27879
27880 #. type: =item
27881 #: ../fuse/guestmount.pod:196
27882 msgid "B<-o attr_timeout=N>"
27883 msgstr ""
27884
27885 #. type: textblock
27886 #: ../fuse/guestmount.pod:198
27887 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
27888 msgstr ""
27889
27890 #. type: =item
27891 #: ../fuse/guestmount.pod:200
27892 msgid "B<-o kernel_cache>"
27893 msgstr ""
27894
27895 #. type: textblock
27896 #: ../fuse/guestmount.pod:202
27897 msgid ""
27898 "Allow the kernel to cache files (reduces the number of reads that have to go "
27899 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
27900 "afford the extra memory usage."
27901 msgstr ""
27902
27903 #. type: =item
27904 #: ../fuse/guestmount.pod:206
27905 msgid "B<-o uid=N> B<-o gid=N>"
27906 msgstr ""
27907
27908 #. type: textblock
27909 #: ../fuse/guestmount.pod:208
27910 msgid ""
27911 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
27912 "the chosen values."
27913 msgstr ""
27914
27915 #. type: =item
27916 #: ../fuse/guestmount.pod:213
27917 msgid "B<-r> | B<--ro>"
27918 msgstr ""
27919
27920 #. type: textblock
27921 #: ../fuse/guestmount.pod:215
27922 msgid ""
27923 "Add devices and mount everything read-only.  Also disallow writes and make "
27924 "the disk appear read-only to FUSE."
27925 msgstr ""
27926
27927 #. type: textblock
27928 #: ../fuse/guestmount.pod:218
27929 msgid ""
27930 "This is highly recommended if you are not going to edit the guest disk.  If "
27931 "the guest is running and this option is I<not> supplied, then there is a "
27932 "strong risk of disk corruption in the guest.  We try to prevent this from "
27933 "happening, but it is not always possible."
27934 msgstr ""
27935
27936 #. type: textblock
27937 #: ../fuse/guestmount.pod:223
27938 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27939 msgstr ""
27940
27941 #. type: textblock
27942 #: ../fuse/guestmount.pod:227
27943 msgid "Enable SELinux support for the guest."
27944 msgstr ""
27945
27946 #. type: =item
27947 #: ../fuse/guestmount.pod:229
27948 msgid "B<-v> | B<--verbose>"
27949 msgstr ""
27950
27951 #. type: textblock
27952 #: ../fuse/guestmount.pod:231
27953 msgid "Enable verbose messages from underlying libguestfs."
27954 msgstr ""
27955
27956 #. type: =item
27957 #: ../fuse/guestmount.pod:233
27958 msgid "B<-V> | B<--version>"
27959 msgstr ""
27960
27961 #. type: textblock
27962 #: ../fuse/guestmount.pod:235
27963 msgid "Display the program version and exit."
27964 msgstr ""
27965
27966 #. type: =item
27967 #: ../fuse/guestmount.pod:237
27968 msgid "B<-w> | B<--rw>"
27969 msgstr ""
27970
27971 #. type: textblock
27972 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
27973 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27974 msgstr ""
27975
27976 #. type: =item
27977 #: ../fuse/guestmount.pod:244
27978 msgid "B<-x> | B<--trace>"
27979 msgstr ""
27980
27981 #. type: textblock
27982 #: ../fuse/guestmount.pod:246
27983 msgid "Trace libguestfs calls and entry into each FUSE function."
27984 msgstr ""
27985
27986 #. type: textblock
27987 #: ../fuse/guestmount.pod:248
27988 msgid "This also stops the daemon from forking into the background."
27989 msgstr ""
27990
27991 #. type: textblock
27992 #: ../fuse/guestmount.pod:269
27993 msgid ""
27994 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27995 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
27996 "L<http://fuse.sf.net/>."
27997 msgstr ""
27998
27999 #. type: textblock
28000 #: ../fuse/guestmount.pod:284
28001 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28002 msgstr ""
28003
28004 #. type: textblock
28005 #: ../tools/virt-edit.pl:34
28006 msgid "virt-edit - Edit a file in a virtual machine"
28007 msgstr ""
28008
28009 #. type: verbatim
28010 #: ../tools/virt-edit.pl:38
28011 #, no-wrap
28012 msgid ""
28013 " virt-edit [--options] domname file\n"
28014 "\n"
28015 msgstr ""
28016
28017 #. type: verbatim
28018 #: ../tools/virt-edit.pl:40
28019 #, no-wrap
28020 msgid ""
28021 " virt-edit [--options] disk.img [disk.img ...] file\n"
28022 "\n"
28023 msgstr ""
28024
28025 #. type: verbatim
28026 #: ../tools/virt-edit.pl:42
28027 #, no-wrap
28028 msgid ""
28029 " virt-edit [domname|disk.img] file -e 'expr'\n"
28030 "\n"
28031 msgstr ""
28032
28033 #. type: textblock
28034 #: ../tools/virt-edit.pl:46
28035 msgid ""
28036 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28037 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28038 "doing this, but doesn't catch all cases."
28039 msgstr ""
28040
28041 #. type: textblock
28042 #: ../tools/virt-edit.pl:52
28043 msgid ""
28044 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28045 "the named virtual machine (or disk image)."
28046 msgstr ""
28047
28048 #. type: textblock
28049 #: ../tools/virt-edit.pl:55
28050 msgid ""
28051 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
28052 "you should look at the L<guestfish(1)> tool."
28053 msgstr ""
28054
28055 #. type: textblock
28056 #: ../tools/virt-edit.pl:60
28057 msgid "Edit the named files interactively:"
28058 msgstr ""
28059
28060 #. type: verbatim
28061 #: ../tools/virt-edit.pl:62
28062 #, no-wrap
28063 msgid ""
28064 " virt-edit mydomain /boot/grub/grub.conf\n"
28065 "\n"
28066 msgstr ""
28067
28068 #. type: verbatim
28069 #: ../tools/virt-edit.pl:64
28070 #, no-wrap
28071 msgid ""
28072 " virt-edit mydomain /etc/passwd\n"
28073 "\n"
28074 msgstr ""
28075
28076 #. type: textblock
28077 #: ../tools/virt-edit.pl:66
28078 msgid ""
28079 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28080 "below).  To change the init default level to 5:"
28081 msgstr ""
28082
28083 #. type: verbatim
28084 #: ../tools/virt-edit.pl:70
28085 #, no-wrap
28086 msgid ""
28087 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28088 "\n"
28089 msgstr ""
28090
28091 #. type: textblock
28092 #: ../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
28093 msgid "Display brief help."
28094 msgstr ""
28095
28096 #. type: textblock
28097 #: ../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
28098 msgid "Display version number and exit."
28099 msgstr ""
28100
28101 #. type: =item
28102 #: ../tools/virt-edit.pl:96
28103 msgid "B<--backup extension> | B<-b extension>"
28104 msgstr ""
28105
28106 #. type: textblock
28107 #: ../tools/virt-edit.pl:98
28108 msgid ""
28109 "Create a backup of the original file I<in the guest disk image>.  The backup "
28110 "has the original filename with C<extension> added."
28111 msgstr ""
28112
28113 #. type: textblock
28114 #: ../tools/virt-edit.pl:101
28115 msgid ""
28116 "Usually the first character of C<extension> would be a dot C<.> so you would "
28117 "write:"
28118 msgstr ""
28119
28120 #. type: verbatim
28121 #: ../tools/virt-edit.pl:104
28122 #, no-wrap
28123 msgid ""
28124 " virt-edit -b .orig [etc]\n"
28125 "\n"
28126 msgstr ""
28127
28128 #. type: textblock
28129 #: ../tools/virt-edit.pl:106
28130 msgid "By default, no backup file is made."
28131 msgstr ""
28132
28133 #. type: =item
28134 #: ../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
28135 msgid "B<--connect URI> | B<-c URI>"
28136 msgstr ""
28137
28138 #. type: textblock
28139 #: ../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
28140 msgid ""
28141 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28142 "to the default libvirt hypervisor."
28143 msgstr ""
28144
28145 #. type: textblock
28146 #: ../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
28147 msgid ""
28148 "If you specify guest block devices directly, then libvirt is not used at "
28149 "all."
28150 msgstr ""
28151
28152 #. type: =item
28153 #: ../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
28154 msgid "B<--format> raw"
28155 msgstr ""
28156
28157 #. type: textblock
28158 #: ../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
28159 msgid ""
28160 "Specify the format of disk images given on the command line.  If this is "
28161 "omitted then the format is autodetected from the content of the disk image."
28162 msgstr ""
28163
28164 #. type: textblock
28165 #: ../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
28166 msgid ""
28167 "If disk images are requested from libvirt, then this program asks libvirt "
28168 "for this information.  In this case, the value of the format parameter is "
28169 "ignored."
28170 msgstr ""
28171
28172 #. type: textblock
28173 #: ../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
28174 msgid ""
28175 "If working with untrusted raw-format guest disk images, you should ensure "
28176 "the format is always specified."
28177 msgstr ""
28178
28179 #. type: =item
28180 #: ../tools/virt-edit.pl:141
28181 msgid "B<--expr EXPR> | B<-e EXPR>"
28182 msgstr ""
28183
28184 #. type: textblock
28185 #: ../tools/virt-edit.pl:143
28186 msgid ""
28187 "Instead of launching the external editor, non-interactively apply the Perl "
28188 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28189 "EDITING> below."
28190 msgstr ""
28191
28192 #. type: textblock
28193 #: ../tools/virt-edit.pl:147
28194 msgid ""
28195 "Be careful to properly quote the expression to prevent it from being altered "
28196 "by the shell."
28197 msgstr ""
28198
28199 #. type: =head1
28200 #: ../tools/virt-edit.pl:268
28201 msgid "NON-INTERACTIVE EDITING"
28202 msgstr ""
28203
28204 #. type: textblock
28205 #: ../tools/virt-edit.pl:270
28206 msgid ""
28207 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28208 "administrator can interactively edit the file."
28209 msgstr ""
28210
28211 #. type: textblock
28212 #: ../tools/virt-edit.pl:273
28213 msgid ""
28214 "There are two ways also to use C<virt-edit> from scripts in order to make "
28215 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28216 "like this, it's less error-prone to write scripts directly using the "
28217 "libguestfs API and Augeas for configuration file editing.)"
28218 msgstr ""
28219
28220 #. type: textblock
28221 #: ../tools/virt-edit.pl:279
28222 msgid ""
28223 "The first method is to temporarily set C<$EDITOR> to any script or program "
28224 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28225 "update C<tmpfile> in place however it likes."
28226 msgstr ""
28227
28228 #. type: textblock
28229 #: ../tools/virt-edit.pl:283
28230 msgid ""
28231 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28232 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28233 "instances of C<foo> with C<bar> in a file:"
28234 msgstr ""
28235
28236 #. type: verbatim
28237 #: ../tools/virt-edit.pl:287
28238 #, no-wrap
28239 msgid ""
28240 " virt-edit domname filename -e 's/foo/bar/'\n"
28241 "\n"
28242 msgstr ""
28243
28244 #. type: textblock
28245 #: ../tools/virt-edit.pl:289
28246 msgid ""
28247 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28248 "For example to delete root's password you could do:"
28249 msgstr ""
28250
28251 #. type: verbatim
28252 #: ../tools/virt-edit.pl:292
28253 #, no-wrap
28254 msgid ""
28255 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28256 "\n"
28257 msgstr ""
28258
28259 #. type: textblock
28260 #: ../tools/virt-edit.pl:294
28261 msgid ""
28262 "What really happens is that the snippet is evaluated as a Perl expression "
28263 "for each line of the file.  The line, including the final C<\\n>, is passed "
28264 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28265 msgstr ""
28266
28267 #. type: textblock
28268 #: ../tools/virt-edit.pl:299
28269 msgid ""
28270 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28271 "C<apache> user account from the password file you can do:"
28272 msgstr ""
28273
28274 #. type: verbatim
28275 #: ../tools/virt-edit.pl:302
28276 #, no-wrap
28277 msgid ""
28278 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28279 "\n"
28280 msgstr ""
28281
28282 #. type: textblock
28283 #: ../tools/virt-edit.pl:304
28284 msgid ""
28285 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28286 "the end of the file is rather difficult this way since there is no concept "
28287 "of \"last line of the file\" - your expression just doesn't get called "
28288 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28289 "want to do this."
28290 msgstr ""
28291
28292 #. type: textblock
28293 #: ../tools/virt-edit.pl:310
28294 msgid ""
28295 "The variable C<$lineno> contains the current line number.  As is "
28296 "traditional, the first line in the file is number C<1>."
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../tools/virt-edit.pl:313
28301 msgid ""
28302 "The return value from the expression is ignored, but the expression may call "
28303 "C<die> in order to abort the whole program, leaving the original file "
28304 "untouched."
28305 msgstr ""
28306
28307 #. type: textblock
28308 #: ../tools/virt-edit.pl:317
28309 msgid ""
28310 "Remember when matching the end of a line that C<$_> may contain the final "
28311 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28312 "newline then neither of these.  Thus to match or substitute some text at the "
28313 "end of a line, use this regular expression:"
28314 msgstr ""
28315
28316 #. type: verbatim
28317 #: ../tools/virt-edit.pl:322
28318 #, no-wrap
28319 msgid ""
28320 " /some text(\\r?\\n)?$/\n"
28321 "\n"
28322 msgstr ""
28323
28324 #. type: textblock
28325 #: ../tools/virt-edit.pl:324
28326 msgid ""
28327 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28328 "C<$_> itself (since that would remove all newlines from the file):"
28329 msgstr ""
28330
28331 #. type: verbatim
28332 #: ../tools/virt-edit.pl:328
28333 #, no-wrap
28334 msgid ""
28335 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28336 "\n"
28337 msgstr ""
28338
28339 #. type: =item
28340 #: ../tools/virt-edit.pl:334
28341 msgid "C<EDITOR>"
28342 msgstr ""
28343
28344 #. type: textblock
28345 #: ../tools/virt-edit.pl:336
28346 msgid ""
28347 "If set, this string is used as the editor.  It may contain arguments, "
28348 "eg. C<\"emacs -nw\">"
28349 msgstr ""
28350
28351 #. type: textblock
28352 #: ../tools/virt-edit.pl:339
28353 msgid "If not set, C<vi> is used."
28354 msgstr ""
28355
28356 #. type: =head1
28357 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1482 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
28358 msgid "SHELL QUOTING"
28359 msgstr ""
28360
28361 #. type: textblock
28362 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1484 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
28363 msgid ""
28364 "Libvirt guest names can contain arbitrary characters, some of which have "
28365 "meaning to the shell such as C<#> and space.  You may need to quote or "
28366 "escape these characters on the command line.  See the shell manual page "
28367 "L<sh(1)> for details."
28368 msgstr ""
28369
28370 #. type: textblock
28371 #: ../tools/virt-edit.pl:352
28372 msgid ""
28373 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28374 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28375 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28376 msgstr ""
28377
28378 #. type: =head1
28379 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
28380 msgid "AUTHOR"
28381 msgstr ""
28382
28383 #. type: textblock
28384 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
28385 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28386 msgstr ""
28387
28388 #. type: textblock
28389 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
28390 msgid "Copyright (C) 2009-2010 Red Hat Inc."
28391 msgstr ""
28392
28393 #. type: textblock
28394 #: ../tools/virt-win-reg.pl:37
28395 msgid ""
28396 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28397 "guest"
28398 msgstr ""
28399
28400 #. type: verbatim
28401 #: ../tools/virt-win-reg.pl:41
28402 #, no-wrap
28403 msgid ""
28404 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28405 "\n"
28406 msgstr ""
28407
28408 #. type: verbatim
28409 #: ../tools/virt-win-reg.pl:43
28410 #, no-wrap
28411 msgid ""
28412 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28413 "\n"
28414 msgstr ""
28415
28416 #. type: verbatim
28417 #: ../tools/virt-win-reg.pl:45
28418 #, no-wrap
28419 msgid ""
28420 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28421 "\n"
28422 msgstr ""
28423
28424 #. type: verbatim
28425 #: ../tools/virt-win-reg.pl:47
28426 #, no-wrap
28427 msgid ""
28428 " virt-win-reg --merge domname [input.reg ...]\n"
28429 "\n"
28430 msgstr ""
28431
28432 #. type: verbatim
28433 #: ../tools/virt-win-reg.pl:49
28434 #, no-wrap
28435 msgid ""
28436 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28437 "\n"
28438 msgstr ""
28439
28440 #. type: textblock
28441 #: ../tools/virt-win-reg.pl:53
28442 msgid ""
28443 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
28444 "virtual machines.  If you do this, you I<will> get irreversible disk "
28445 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28446 "but doesn't catch all cases."
28447 msgstr ""
28448
28449 #. type: textblock
28450 #: ../tools/virt-win-reg.pl:58
28451 msgid ""
28452 "Modifying the Windows Registry is an inherently risky operation.  The format "
28453 "is deliberately obscure and undocumented, and Registry changes can leave the "
28454 "system unbootable.  Therefore when using the C<--merge> option, make sure "
28455 "you have a reliable backup first."
28456 msgstr ""
28457
28458 #. type: textblock
28459 #: ../tools/virt-win-reg.pl:65
28460 msgid ""
28461 "This program can export and merge Windows Registry entries from a Windows "
28462 "guest."
28463 msgstr ""
28464
28465 #. type: textblock
28466 #: ../tools/virt-win-reg.pl:68
28467 msgid ""
28468 "The first parameter is the libvirt guest name or the raw disk image of a "
28469 "Windows guest."
28470 msgstr ""
28471
28472 #. type: textblock
28473 #: ../tools/virt-win-reg.pl:71
28474 msgid ""
28475 "If C<--merge> is I<not> specified, then the chosen registry key is "
28476 "displayed/exported (recursively).  For example:"
28477 msgstr ""
28478
28479 #. type: verbatim
28480 #: ../tools/virt-win-reg.pl:74
28481 #, no-wrap
28482 msgid ""
28483 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28484 "\n"
28485 msgstr ""
28486
28487 #. type: textblock
28488 #: ../tools/virt-win-reg.pl:76
28489 msgid "You can also display single values from within registry keys, for example:"
28490 msgstr ""
28491
28492 #. type: verbatim
28493 #: ../tools/virt-win-reg.pl:79
28494 #, no-wrap
28495 msgid ""
28496 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28497 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28498 " Windows 7 Enterprise\n"
28499 "\n"
28500 msgstr ""
28501
28502 #. type: textblock
28503 #: ../tools/virt-win-reg.pl:83
28504 msgid ""
28505 "With C<--merge>, you can merge a textual regedit file into the Windows "
28506 "Registry:"
28507 msgstr ""
28508
28509 #. type: verbatim
28510 #: ../tools/virt-win-reg.pl:86
28511 #, no-wrap
28512 msgid ""
28513 " $ virt-win-reg --merge Windows7 changes.reg\n"
28514 "\n"
28515 msgstr ""
28516
28517 #. type: =head1
28518 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
28519 msgid "NOTE"
28520 msgstr ""
28521
28522 #. type: textblock
28523 #: ../tools/virt-win-reg.pl:90
28524 msgid ""
28525 "This program is only meant for simple access to the registry.  If you want "
28526 "to do complicated things with the registry, we suggest you download the "
28527 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
28528 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
28529 "L<hivexregedit(1)>."
28530 msgstr ""
28531
28532 #. type: =item
28533 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
28534 msgid "B<--debug>"
28535 msgstr ""
28536
28537 #. type: textblock
28538 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
28539 msgid "Enable debugging messages."
28540 msgstr ""
28541
28542 #. type: =item
28543 #: ../tools/virt-win-reg.pl:157
28544 msgid "B<--merge>"
28545 msgstr ""
28546
28547 #. type: textblock
28548 #: ../tools/virt-win-reg.pl:159
28549 msgid ""
28550 "In merge mode, this merges a textual regedit file into the Windows Registry "
28551 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
28552 "displays or exports Registry entries instead."
28553 msgstr ""
28554
28555 #. type: textblock
28556 #: ../tools/virt-win-reg.pl:163
28557 msgid ""
28558 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
28559 "result in disk corruption.  However exporting (without this flag)  is always "
28560 "safe."
28561 msgstr ""
28562
28563 #. type: =item
28564 #: ../tools/virt-win-reg.pl:171
28565 msgid "B<--encoding> UTF-16LE|ASCII"
28566 msgstr ""
28567
28568 #. type: textblock
28569 #: ../tools/virt-win-reg.pl:173
28570 msgid ""
28571 "When merging (only), you may need to specify the encoding for strings to be "
28572 "used in the hive file.  This is explained in detail in "
28573 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
28574 msgstr ""
28575
28576 #. type: textblock
28577 #: ../tools/virt-win-reg.pl:177
28578 msgid ""
28579 "The default is to use UTF-16LE, which should work with recent versions of "
28580 "Windows."
28581 msgstr ""
28582
28583 #. type: =head1
28584 #: ../tools/virt-win-reg.pl:402
28585 msgid "SUPPORTED SYSTEMS"
28586 msgstr ""
28587
28588 #. type: textblock
28589 #: ../tools/virt-win-reg.pl:404
28590 msgid ""
28591 "The program currently supports Windows NT-derived guests starting with "
28592 "Windows XP through to at least Windows 7."
28593 msgstr ""
28594
28595 #. type: textblock
28596 #: ../tools/virt-win-reg.pl:407
28597 msgid ""
28598 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28599 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28600 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28601 msgstr ""
28602
28603 #. type: textblock
28604 #: ../tools/virt-win-reg.pl:411
28605 msgid ""
28606 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28607 "C<HKEY_USERS>."
28608 msgstr ""
28609
28610 #. type: textblock
28611 #: ../tools/virt-win-reg.pl:414
28612 msgid ""
28613 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28614 "time."
28615 msgstr ""
28616
28617 #. type: =head1
28618 #: ../tools/virt-win-reg.pl:417
28619 msgid "ENCODING"
28620 msgstr ""
28621
28622 #. type: textblock
28623 #: ../tools/virt-win-reg.pl:419
28624 msgid ""
28625 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28626 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28627 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28628 "with Windows-style line endings, you may need to reencode the whole file "
28629 "before or after processing."
28630 msgstr ""
28631
28632 #. type: textblock
28633 #: ../tools/virt-win-reg.pl:425
28634 msgid ""
28635 "To reencode a file from Windows format to Linux (before processing it with "
28636 "the C<--merge> option), you would do something like this:"
28637 msgstr ""
28638
28639 #. type: verbatim
28640 #: ../tools/virt-win-reg.pl:428
28641 #, no-wrap
28642 msgid ""
28643 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28644 "\n"
28645 msgstr ""
28646
28647 #. type: textblock
28648 #: ../tools/virt-win-reg.pl:430
28649 msgid ""
28650 "To go in the opposite direction, after exporting and before sending the file "
28651 "to a Windows user, do something like this:"
28652 msgstr ""
28653
28654 #. type: verbatim
28655 #: ../tools/virt-win-reg.pl:433
28656 #, no-wrap
28657 msgid ""
28658 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28659 "\n"
28660 msgstr ""
28661
28662 #. type: textblock
28663 #: ../tools/virt-win-reg.pl:435
28664 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28665 msgstr ""
28666
28667 #. type: textblock
28668 #: ../tools/virt-win-reg.pl:437
28669 msgid ""
28670 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28671 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28672 "Windows-style (CRLF) line endings, like this:"
28673 msgstr ""
28674
28675 #. type: verbatim
28676 #: ../tools/virt-win-reg.pl:441
28677 #, no-wrap
28678 msgid ""
28679 " $ file software.reg\n"
28680 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28681 " with CRLF line terminators\n"
28682 "\n"
28683 msgstr ""
28684
28685 #. type: textblock
28686 #: ../tools/virt-win-reg.pl:445
28687 msgid "This file would need conversion before you could C<--merge> it."
28688 msgstr ""
28689
28690 #. type: =head1
28691 #: ../tools/virt-win-reg.pl:447
28692 msgid "CurrentControlSet etc."
28693 msgstr ""
28694
28695 #. type: textblock
28696 #: ../tools/virt-win-reg.pl:449
28697 msgid ""
28698 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28699 "Registry at the level of the hive file, and therefore you cannot modify "
28700 "these."
28701 msgstr ""
28702
28703 #. type: textblock
28704 #: ../tools/virt-win-reg.pl:453
28705 msgid ""
28706 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28707 "circumstances it might refer to another control set.  The way to find out is "
28708 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28709 msgstr ""
28710
28711 #. type: verbatim
28712 #: ../tools/virt-win-reg.pl:457
28713 #, no-wrap
28714 msgid ""
28715 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
28716 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
28717 " \"Current\"=dword:00000001\n"
28718 " \"Default\"=dword:00000001\n"
28719 " \"Failed\"=dword:00000000\n"
28720 " \"LastKnownGood\"=dword:00000002\n"
28721 "\n"
28722 msgstr ""
28723
28724 #. type: textblock
28725 #: ../tools/virt-win-reg.pl:464
28726 msgid "\"Current\" is the one which Windows will choose when it boots."
28727 msgstr ""
28728
28729 #. type: textblock
28730 #: ../tools/virt-win-reg.pl:466
28731 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
28732 msgstr ""
28733
28734 #. type: =head1
28735 #: ../tools/virt-win-reg.pl:469
28736 msgid "WINDOWS TIPS"
28737 msgstr ""
28738
28739 #. type: textblock
28740 #: ../tools/virt-win-reg.pl:471
28741 msgid ""
28742 "Note that some of these tips modify the guest disk image.  The guest I<must> "
28743 "be shut off, else you will get disk corruption."
28744 msgstr ""
28745
28746 #. type: =head2
28747 #: ../tools/virt-win-reg.pl:474
28748 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
28749 msgstr ""
28750
28751 #. type: textblock
28752 #: ../tools/virt-win-reg.pl:476
28753 msgid ""
28754 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
28755 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
28756 "is uploaded into C<C:\\>:"
28757 msgstr ""
28758
28759 #. type: verbatim
28760 #: ../tools/virt-win-reg.pl:480
28761 #, no-wrap
28762 msgid ""
28763 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
28764 "\n"
28765 msgstr ""
28766
28767 #. type: textblock
28768 #: ../tools/virt-win-reg.pl:482
28769 msgid "Prepare a regedit file containing the registry change:"
28770 msgstr ""
28771
28772 #. type: verbatim
28773 #: ../tools/virt-win-reg.pl:484
28774 #, no-wrap
28775 msgid ""
28776 " cat > test.reg <<'EOF'\n"
28777 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
28778 " \"Test\"=\"c:\\\\test.bat\"\n"
28779 " EOF\n"
28780 "\n"
28781 msgstr ""
28782
28783 #. type: textblock
28784 #: ../tools/virt-win-reg.pl:489
28785 msgid ""
28786 "In this example we use the key C<RunOnce> which means that the script will "
28787 "run precisely once when the first user logs in.  If you want it to run every "
28788 "time a user logs in, replace C<RunOnce> with C<Run>."
28789 msgstr ""
28790
28791 #. type: textblock
28792 #: ../tools/virt-win-reg.pl:493
28793 msgid "Now update the registry:"
28794 msgstr ""
28795
28796 #. type: verbatim
28797 #: ../tools/virt-win-reg.pl:495
28798 #, no-wrap
28799 msgid ""
28800 " virt-win-reg --merge WindowsGuest test.reg\n"
28801 "\n"
28802 msgstr ""
28803
28804 #. type: =head2
28805 #: ../tools/virt-win-reg.pl:497
28806 msgid "INSTALLING A SERVICE"
28807 msgstr ""
28808
28809 #. type: textblock
28810 #: ../tools/virt-win-reg.pl:499
28811 msgid ""
28812 "This section assumes you are familiar with Windows services, and you either "
28813 "have a program which handles the Windows Service Control Protocol directly "
28814 "or you want to run any program using a service wrapper like SrvAny or the "
28815 "free RHSrvAny."
28816 msgstr ""
28817
28818 #. type: textblock
28819 #: ../tools/virt-win-reg.pl:504
28820 msgid ""
28821 "First upload the program and optionally the service wrapper.  In this case "
28822 "the test program is called C<test.exe> and we are using the RHSrvAny "
28823 "wrapper:"
28824 msgstr ""
28825
28826 #. type: verbatim
28827 #: ../tools/virt-win-reg.pl:508
28828 #, no-wrap
28829 msgid ""
28830 " guestfish -i -d WindowsGuest <<EOF\n"
28831 "   upload rhsrvany.exe /rhsrvany.exe\n"
28832 "   upload test.exe /test.exe\n"
28833 " EOF\n"
28834 "\n"
28835 msgstr ""
28836
28837 #. type: textblock
28838 #: ../tools/virt-win-reg.pl:513
28839 msgid ""
28840 "Prepare a regedit file containing the registry changes.  In this example, "
28841 "the first registry change is needed for the service itself or the service "
28842 "wrapper (if used).  The second registry change is only needed because I am "
28843 "using the RHSrvAny service wrapper."
28844 msgstr ""
28845
28846 #. type: verbatim
28847 #: ../tools/virt-win-reg.pl:518
28848 #, no-wrap
28849 msgid ""
28850 " cat > service.reg <<'EOF'\n"
28851 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
28852 " \"Type\"=dword:00000010\n"
28853 " \"Start\"=dword:00000002\n"
28854 " \"ErrorControl\"=dword:00000001\n"
28855 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
28856 " \"DisplayName\"=\"RHSrvAny\"\n"
28857 " \"ObjectName\"=\"NetworkService\"\n"
28858 " \n"
28859 msgstr ""
28860
28861 #. type: verbatim
28862 #: ../tools/virt-win-reg.pl:527
28863 #, no-wrap
28864 msgid ""
28865 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
28866 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
28867 " \"PWD\"=\"c:\\\\Temp\"\n"
28868 " EOF\n"
28869 "\n"
28870 msgstr ""
28871
28872 #. type: textblock
28873 #: ../tools/virt-win-reg.pl:538
28874 msgid ""
28875 "For use of C<ControlSet001> see the section above in this manual page.  You "
28876 "may need to adjust this according to the control set that is in use by the "
28877 "guest."
28878 msgstr ""
28879
28880 #. type: textblock
28881 #: ../tools/virt-win-reg.pl:544
28882 msgid ""
28883 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
28884 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
28885 "privileged account."
28886 msgstr ""
28887
28888 #. type: textblock
28889 #: ../tools/virt-win-reg.pl:550
28890 msgid ""
28891 "For the meaning of the magic numbers, see this Microsoft KB article: "
28892 "L<http://support.microsoft.com/kb/103000>."
28893 msgstr ""
28894
28895 #. type: textblock
28896 #: ../tools/virt-win-reg.pl:555
28897 msgid "Update the registry:"
28898 msgstr ""
28899
28900 #. type: verbatim
28901 #: ../tools/virt-win-reg.pl:557
28902 #, no-wrap
28903 msgid ""
28904 " virt-win-reg --merge WindowsGuest service.reg\n"
28905 "\n"
28906 msgstr ""
28907
28908 #. type: textblock
28909 #: ../tools/virt-win-reg.pl:561
28910 msgid ""
28911 "Be careful when passing parameters containing C<\\> (backslash) in the "
28912 "shell.  Usually you will have to use 'single quotes' or double backslashes "
28913 "(but not both) to protect them from the shell."
28914 msgstr ""
28915
28916 #. type: textblock
28917 #: ../tools/virt-win-reg.pl:565
28918 msgid "Paths and value names are case-insensitive."
28919 msgstr ""
28920
28921 #. type: textblock
28922 #: ../tools/virt-win-reg.pl:574
28923 msgid ""
28924 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
28925 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
28926 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
28927 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28928 msgstr ""
28929
28930 #. type: textblock
28931 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
28932 msgid ""
28933 "When reporting bugs, please enable debugging and capture the I<complete> "
28934 "output:"
28935 msgstr ""
28936
28937 #. type: verbatim
28938 #: ../tools/virt-win-reg.pl:592
28939 #, no-wrap
28940 msgid ""
28941 " export LIBGUESTFS_DEBUG=1\n"
28942 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
28943 "\n"
28944 msgstr ""
28945
28946 #. type: textblock
28947 #: ../tools/virt-win-reg.pl:595
28948 msgid ""
28949 "Attach /tmp/virt-win-reg.log to a new bug report at "
28950 "L<https://bugzilla.redhat.com/>"
28951 msgstr ""
28952
28953 #. type: textblock
28954 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516 ../tools/virt-make-fs.pl:570
28955 msgid "Copyright (C) 2010 Red Hat Inc."
28956 msgstr ""
28957
28958 #. type: textblock
28959 #: ../tools/virt-resize.pl:42
28960 msgid "virt-resize - Resize a virtual machine disk"
28961 msgstr ""
28962
28963 #. type: verbatim
28964 #: ../tools/virt-resize.pl:46
28965 #, no-wrap
28966 msgid ""
28967 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
28968 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
28969 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
28970 "\n"
28971 msgstr ""
28972
28973 #. type: textblock
28974 #: ../tools/virt-resize.pl:52
28975 msgid ""
28976 "Virt-resize is a tool which can resize a virtual machine disk, making it "
28977 "larger or smaller overall, and resizing or deleting any partitions contained "
28978 "within."
28979 msgstr ""
28980
28981 #. type: textblock
28982 #: ../tools/virt-resize.pl:56
28983 msgid ""
28984 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
28985 "not> be used on live virtual machines - for consistent results, shut the "
28986 "virtual machine down before resizing it."
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../tools/virt-resize.pl:60
28991 msgid ""
28992 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
28993 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
28994 msgstr ""
28995
28996 #. type: textblock
28997 #: ../tools/virt-resize.pl:66
28998 msgid ""
28999 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
29000 "fill the extra 5GB of space."
29001 msgstr ""
29002
29003 #. type: verbatim
29004 #: ../tools/virt-resize.pl:69
29005 #, no-wrap
29006 msgid ""
29007 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
29008 " virt-filesystems --long -h --all -a olddisk\n"
29009 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
29010 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
29011 "\n"
29012 msgstr ""
29013
29014 #. type: textblock
29015 #: ../tools/virt-resize.pl:74
29016 msgid ""
29017 "As above, but make the /boot partition 200MB bigger, while giving the "
29018 "remaining space to /dev/sda2:"
29019 msgstr ""
29020
29021 #. type: verbatim
29022 #: ../tools/virt-resize.pl:77
29023 #, no-wrap
29024 msgid ""
29025 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
29026 "\n"
29027 msgstr ""
29028
29029 #. type: textblock
29030 #: ../tools/virt-resize.pl:79
29031 msgid "As above, but the output format will be uncompressed qcow2:"
29032 msgstr ""
29033
29034 #. type: verbatim
29035 #: ../tools/virt-resize.pl:81
29036 #, no-wrap
29037 msgid ""
29038 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
29039 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
29040 "\n"
29041 msgstr ""
29042
29043 #. type: =head1
29044 #: ../tools/virt-resize.pl:84
29045 msgid "DETAILED USAGE"
29046 msgstr ""
29047
29048 #. type: =head2
29049 #: ../tools/virt-resize.pl:86
29050 msgid "EXPANDING A VIRTUAL MACHINE DISK"
29051 msgstr ""
29052
29053 #. type: =item
29054 #: ../tools/virt-resize.pl:90
29055 msgid "1. Shut down the virtual machine"
29056 msgstr ""
29057
29058 #. type: =item
29059 #: ../tools/virt-resize.pl:92
29060 msgid "2. Locate input disk image"
29061 msgstr ""
29062
29063 #. type: textblock
29064 #: ../tools/virt-resize.pl:94
29065 msgid ""
29066 "Locate the input disk image (ie. the file or device on the host containing "
29067 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
29068 "dumpxml> like this to find the disk image name:"
29069 msgstr ""
29070
29071 #. type: verbatim
29072 #: ../tools/virt-resize.pl:98
29073 #, no-wrap
29074 msgid ""
29075 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
29076 " Found 1 nodes:\n"
29077 " -- NODE --\n"
29078 " <source dev=\"/dev/vg/lv_guest\" />\n"
29079 "\n"
29080 msgstr ""
29081
29082 #. type: =item
29083 #: ../tools/virt-resize.pl:103
29084 msgid "3. Look at current sizing"
29085 msgstr ""
29086
29087 #. type: textblock
29088 #: ../tools/virt-resize.pl:105
29089 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
29090 msgstr ""
29091
29092 #. type: verbatim
29093 #: ../tools/virt-resize.pl:108
29094 #, no-wrap
29095 msgid ""
29096 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
29097 " Name       Type       Size  Parent\n"
29098 " /dev/sda1  partition  101M  /dev/sda\n"
29099 " /dev/sda2  partition  7.9G  /dev/sda\n"
29100 " /dev/sda   device     8.0G  -\n"
29101 "\n"
29102 msgstr ""
29103
29104 #. type: textblock
29105 #: ../tools/virt-resize.pl:114
29106 msgid ""
29107 "(This example is a virtual machine with an 8 GB disk which we would like to "
29108 "expand up to 10 GB)."
29109 msgstr ""
29110
29111 #. type: =item
29112 #: ../tools/virt-resize.pl:117
29113 msgid "4. Create output disk"
29114 msgstr ""
29115
29116 #. type: textblock
29117 #: ../tools/virt-resize.pl:119
29118 msgid ""
29119 "Virt-resize cannot do in-place disk modifications.  You have to have space "
29120 "to store the resized output disk."
29121 msgstr ""
29122
29123 #. type: textblock
29124 #: ../tools/virt-resize.pl:122
29125 msgid "To store the resized disk image in a file, create a file of a suitable size:"
29126 msgstr ""
29127
29128 #. type: verbatim
29129 #: ../tools/virt-resize.pl:125
29130 #, no-wrap
29131 msgid ""
29132 " # rm -f outdisk\n"
29133 " # truncate -s 10G outdisk\n"
29134 "\n"
29135 msgstr ""
29136
29137 #. type: textblock
29138 #: ../tools/virt-resize.pl:128
29139 msgid "Or use L<lvcreate(1)> to create a logical volume:"
29140 msgstr ""
29141
29142 #. type: verbatim
29143 #: ../tools/virt-resize.pl:130
29144 #, no-wrap
29145 msgid ""
29146 " # lvcreate -L 10G -n lv_name vg_name\n"
29147 "\n"
29148 msgstr ""
29149
29150 #. type: textblock
29151 #: ../tools/virt-resize.pl:132
29152 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
29153 msgstr ""
29154
29155 #. type: verbatim
29156 #: ../tools/virt-resize.pl:134
29157 #, no-wrap
29158 msgid ""
29159 " # virsh pool-list\n"
29160 " # virsh vol-create-as poolname newvol 10G\n"
29161 "\n"
29162 msgstr ""
29163
29164 #. type: =item
29165 #: ../tools/virt-resize.pl:137
29166 msgid "5. Resize"
29167 msgstr ""
29168
29169 #. type: textblock
29170 #: ../tools/virt-resize.pl:139
29171 msgid ""
29172 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
29173 "file) and the output disk.  The output disk is the one created in the "
29174 "previous step."
29175 msgstr ""
29176
29177 #. type: verbatim
29178 #: ../tools/virt-resize.pl:143
29179 #, no-wrap
29180 msgid ""
29181 " # virt-resize indisk outdisk\n"
29182 "\n"
29183 msgstr ""
29184
29185 #. type: textblock
29186 #: ../tools/virt-resize.pl:145
29187 msgid ""
29188 "This command just copies disk image C<indisk> to disk image C<outdisk> "
29189 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
29190 "larger, then an extra, empty partition is created at the end of the disk "
29191 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
29192 "error."
29193 msgstr ""
29194
29195 #. type: textblock
29196 #: ../tools/virt-resize.pl:151
29197 msgid ""
29198 "More realistically you'd want to expand existing partitions in the disk "
29199 "image by passing extra options (for the full list see the L</OPTIONS> "
29200 "section below)."
29201 msgstr ""
29202
29203 #. type: textblock
29204 #: ../tools/virt-resize.pl:155
29205 msgid ""
29206 "L</--expand> is the most useful option.  It expands the named partition "
29207 "within the disk to fill any extra space:"
29208 msgstr ""
29209
29210 #. type: verbatim
29211 #: ../tools/virt-resize.pl:158
29212 #, no-wrap
29213 msgid ""
29214 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
29215 "\n"
29216 msgstr ""
29217
29218 #. type: textblock
29219 #: ../tools/virt-resize.pl:160
29220 msgid ""
29221 "(In this case, an extra partition is I<not> created at the end of the disk, "
29222 "because there will be no unused space)."
29223 msgstr ""
29224
29225 #. type: textblock
29226 #: ../tools/virt-resize.pl:163
29227 msgid ""
29228 "L</--resize> is the other commonly used option.  The following would "
29229 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
29230 "rest of the available space:"
29231 msgstr ""
29232
29233 #. type: verbatim
29234 #: ../tools/virt-resize.pl:167
29235 #, no-wrap
29236 msgid ""
29237 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
29238 "     indisk outdisk\n"
29239 "\n"
29240 msgstr ""
29241
29242 #. type: textblock
29243 #: ../tools/virt-resize.pl:170
29244 msgid ""
29245 "If the expanded partition in the image contains a filesystem or LVM PV, then "
29246 "if virt-resize knows how, it will resize the contents, the equivalent of "
29247 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
29248 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
29249 "filesystems, so you would have to online resize them after booting the "
29250 "guest."
29251 msgstr ""
29252
29253 #. type: textblock
29254 #: ../tools/virt-resize.pl:177
29255 msgid "Other options are covered below."
29256 msgstr ""
29257
29258 #. type: =item
29259 #: ../tools/virt-resize.pl:179
29260 msgid "6. Test"
29261 msgstr ""
29262
29263 #. type: textblock
29264 #: ../tools/virt-resize.pl:181
29265 msgid "Thoroughly test the new disk image I<before> discarding the old one."
29266 msgstr ""
29267
29268 #. type: textblock
29269 #: ../tools/virt-resize.pl:183
29270 msgid "If you are using libvirt, edit the XML to point at the new disk:"
29271 msgstr ""
29272
29273 #. type: verbatim
29274 #: ../tools/virt-resize.pl:185
29275 #, no-wrap
29276 msgid ""
29277 " # virsh edit guestname\n"
29278 "\n"
29279 msgstr ""
29280
29281 #. type: textblock
29282 #: ../tools/virt-resize.pl:187
29283 msgid ""
29284 "Change E<lt>source ...E<gt>, see "
29285 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
29286 msgstr ""
29287
29288 #. type: textblock
29289 #: ../tools/virt-resize.pl:190
29290 msgid "Then start up the domain with the new, resized disk:"
29291 msgstr ""
29292
29293 #. type: verbatim
29294 #: ../tools/virt-resize.pl:192
29295 #, no-wrap
29296 msgid ""
29297 " # virsh start guestname\n"
29298 "\n"
29299 msgstr ""
29300
29301 #. type: textblock
29302 #: ../tools/virt-resize.pl:194
29303 msgid ""
29304 "and check that it still works.  See also the L</NOTES> section below for "
29305 "additional information."
29306 msgstr ""
29307
29308 #. type: =item
29309 #: ../tools/virt-resize.pl:197
29310 msgid "7. Resize LVs etc inside the guest"
29311 msgstr ""
29312
29313 #. type: textblock
29314 #: ../tools/virt-resize.pl:199
29315 msgid "(This can also be done offline using L<guestfish(1)>)"
29316 msgstr ""
29317
29318 #. type: textblock
29319 #: ../tools/virt-resize.pl:201
29320 msgid ""
29321 "Once the guest has booted you should see the new space available, at least "
29322 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
29323 "may need to resize LVs inside PVs, and also resize filesystem types that "
29324 "virt-resize does not know how to expand."
29325 msgstr ""
29326
29327 #. type: =head2
29328 #: ../tools/virt-resize.pl:208
29329 msgid "SHRINKING A VIRTUAL MACHINE DISK"
29330 msgstr ""
29331
29332 #. type: textblock
29333 #: ../tools/virt-resize.pl:210
29334 msgid ""
29335 "Shrinking is somewhat more complex than expanding, and only an overview is "
29336 "given here."
29337 msgstr ""
29338
29339 #. type: textblock
29340 #: ../tools/virt-resize.pl:213
29341 msgid ""
29342 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
29343 "filesystems).  The user has to shrink content before passing the disk image "
29344 "to virt-resize, and virt-resize will check that the content has been shrunk "
29345 "properly."
29346 msgstr ""
29347
29348 #. type: textblock
29349 #: ../tools/virt-resize.pl:218
29350 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
29351 msgstr ""
29352
29353 #. type: textblock
29354 #: ../tools/virt-resize.pl:220
29355 msgid ""
29356 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
29357 "steps 3 and 4 above to allocate a new disk image."
29358 msgstr ""
29359
29360 #. type: textblock
29361 #: ../tools/virt-resize.pl:223
29362 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
29363 msgstr ""
29364
29365 #. type: =head2
29366 #: ../tools/virt-resize.pl:226
29367 msgid "IGNORING OR DELETING PARTITIONS"
29368 msgstr ""
29369
29370 #. type: textblock
29371 #: ../tools/virt-resize.pl:228
29372 msgid ""
29373 "virt-resize also gives a convenient way to ignore or delete partitions when "
29374 "copying from the input disk to the output disk.  Ignoring a partition speeds "
29375 "up the copy where you don't care about the existing contents of a "
29376 "partition.  Deleting a partition removes it completely, but note that it "
29377 "also renumbers any partitions after the one which is deleted, which can "
29378 "leave some guests unbootable."
29379 msgstr ""
29380
29381 #. type: =head2
29382 #: ../tools/virt-resize.pl:235
29383 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
29384 msgstr ""
29385
29386 #. type: textblock
29387 #: ../tools/virt-resize.pl:237
29388 msgid ""
29389 "If the input disk is in qcow2 format, then you may prefer that the output is "
29390 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
29391 "the fly.  The output format is simply determined by the format of the empty "
29392 "output container that you provide.  Thus to create qcow2 output, use:"
29393 msgstr ""
29394
29395 #. type: verbatim
29396 #: ../tools/virt-resize.pl:243
29397 #, no-wrap
29398 msgid ""
29399 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
29400 "\n"
29401 msgstr ""
29402
29403 #. type: textblock
29404 #: ../tools/virt-resize.pl:245
29405 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
29406 msgstr ""
29407
29408 #. type: textblock
29409 #: ../tools/virt-resize.pl:247
29410 msgid "Similarly, to get non-sparse raw output use:"
29411 msgstr ""
29412
29413 #. type: verbatim
29414 #: ../tools/virt-resize.pl:249
29415 #, no-wrap
29416 msgid ""
29417 " fallocate -l size outdisk\n"
29418 "\n"
29419 msgstr ""
29420
29421 #. type: textblock
29422 #: ../tools/virt-resize.pl:251
29423 msgid ""
29424 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
29425 "if=/dev/zero of=outdisk bs=1M count=..>)"
29426 msgstr ""
29427
29428 #. type: textblock
29429 #: ../tools/virt-resize.pl:264
29430 msgid "Display help."
29431 msgstr ""
29432
29433 #. type: =item
29434 #: ../tools/virt-resize.pl:278
29435 msgid "B<--resize part=size>"
29436 msgstr ""
29437
29438 #. type: textblock
29439 #: ../tools/virt-resize.pl:280
29440 msgid ""
29441 "Resize the named partition (expanding or shrinking it) so that it has the "
29442 "given size."
29443 msgstr ""
29444
29445 #. type: textblock
29446 #: ../tools/virt-resize.pl:283
29447 msgid ""
29448 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
29449 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
29450 "Exabytes; or as a percentage of the current size; or as a relative number or "
29451 "percentage.  For example:"
29452 msgstr ""
29453
29454 #. type: verbatim
29455 #: ../tools/virt-resize.pl:288
29456 #, no-wrap
29457 msgid ""
29458 " --resize /dev/sda2=10G\n"
29459 "\n"
29460 msgstr ""
29461
29462 #. type: verbatim
29463 #: ../tools/virt-resize.pl:290
29464 #, no-wrap
29465 msgid ""
29466 " --resize /dev/sda4=90%\n"
29467 "\n"
29468 msgstr ""
29469
29470 #. type: verbatim
29471 #: ../tools/virt-resize.pl:292
29472 #, no-wrap
29473 msgid ""
29474 " --resize /dev/sda2=+1G\n"
29475 "\n"
29476 msgstr ""
29477
29478 #. type: verbatim
29479 #: ../tools/virt-resize.pl:294
29480 #, no-wrap
29481 msgid ""
29482 " --resize /dev/sda2=-200M\n"
29483 "\n"
29484 msgstr ""
29485
29486 #. type: verbatim
29487 #: ../tools/virt-resize.pl:296
29488 #, no-wrap
29489 msgid ""
29490 " --resize /dev/sda1=+128K\n"
29491 "\n"
29492 msgstr ""
29493
29494 #. type: verbatim
29495 #: ../tools/virt-resize.pl:298
29496 #, no-wrap
29497 msgid ""
29498 " --resize /dev/sda1=+10%\n"
29499 "\n"
29500 msgstr ""
29501
29502 #. type: verbatim
29503 #: ../tools/virt-resize.pl:300
29504 #, no-wrap
29505 msgid ""
29506 " --resize /dev/sda1=-10%\n"
29507 "\n"
29508 msgstr ""
29509
29510 #. type: textblock
29511 #: ../tools/virt-resize.pl:302
29512 msgid ""
29513 "You can increase the size of any partition.  Virt-resize will expand the "
29514 "direct content of the partition if it knows how (see C<--expand> below)."
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-resize.pl:306
29519 msgid ""
29520 "You can only I<decrease> the size of partitions that contain filesystems or "
29521 "PVs which have already been shrunk.  Virt-resize will check this has been "
29522 "done before proceeding, or else will print an error (see also "
29523 "C<--resize-force>)."
29524 msgstr ""
29525
29526 #. type: textblock
29527 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
29528 msgid "You can give this option multiple times."
29529 msgstr ""
29530
29531 #. type: =item
29532 #: ../tools/virt-resize.pl:317
29533 msgid "B<--resize-force part=size>"
29534 msgstr ""
29535
29536 #. type: textblock
29537 #: ../tools/virt-resize.pl:319
29538 msgid ""
29539 "This is the same as C<--resize> except that it will let you decrease the "
29540 "size of any partition.  Generally this means you will lose any data which "
29541 "was at the end of the partition you shrink, but you may not care about that "
29542 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
29543 "as a swap partition)."
29544 msgstr ""
29545
29546 #. type: textblock
29547 #: ../tools/virt-resize.pl:325
29548 msgid "See also the C<--ignore> option."
29549 msgstr ""
29550
29551 #. type: =item
29552 #: ../tools/virt-resize.pl:331
29553 msgid "B<--expand part>"
29554 msgstr ""
29555
29556 #. type: textblock
29557 #: ../tools/virt-resize.pl:333
29558 msgid ""
29559 "Expand the named partition so it uses up all extra space (space left over "
29560 "after any other resize changes that you request have been done)."
29561 msgstr ""
29562
29563 #. type: textblock
29564 #: ../tools/virt-resize.pl:336
29565 msgid ""
29566 "If virt-resize knows how, it will expand the direct content of the "
29567 "partition.  For example, if the partition is an LVM PV, it will expand the "
29568 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
29569 "content it doesn't know about alone."
29570 msgstr ""
29571
29572 #. type: textblock
29573 #: ../tools/virt-resize.pl:341
29574 msgid "Currently virt-resize can resize:"
29575 msgstr ""
29576
29577 #. type: textblock
29578 #: ../tools/virt-resize.pl:347
29579 msgid ""
29580 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
29581 "partition."
29582 msgstr ""
29583
29584 #. type: textblock
29585 #: ../tools/virt-resize.pl:352
29586 msgid ""
29587 "NTFS filesystems contained directly in a partition, if libguestfs was "
29588 "compiled with support for NTFS."
29589 msgstr ""
29590
29591 #. type: textblock
29592 #: ../tools/virt-resize.pl:355
29593 msgid ""
29594 "The filesystem must have been shut down consistently last time it was used.  "
29595 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
29596 "consistency check, so at the first boot after resizing Windows will check "
29597 "the disk."
29598 msgstr ""
29599
29600 #. type: textblock
29601 #: ../tools/virt-resize.pl:362
29602 msgid ""
29603 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
29604 "inside the PV, but see the C<--LV-expand> option.  The user could also "
29605 "resize LVs as desired after boot."
29606 msgstr ""
29607
29608 #. type: textblock
29609 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
29610 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
29611 msgstr ""
29612
29613 #. type: =item
29614 #: ../tools/virt-resize.pl:374
29615 msgid "B<--shrink part>"
29616 msgstr ""
29617
29618 #. type: textblock
29619 #: ../tools/virt-resize.pl:376
29620 msgid ""
29621 "Shrink the named partition until the overall disk image fits in the "
29622 "destination.  The named partition B<must> contain a filesystem or PV which "
29623 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
29624 "online tools).  Virt-resize will check this and give an error if it has not "
29625 "been done."
29626 msgstr ""
29627
29628 #. type: textblock
29629 #: ../tools/virt-resize.pl:382
29630 msgid ""
29631 "The amount by which the overall disk must be shrunk (after carrying out all "
29632 "other operations requested by the user) is called the \"deficit\".  For "
29633 "example, a straight copy (assume no other operations)  from a 5GB disk image "
29634 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
29635 "would give an error unless the user specified a partition to shrink and that "
29636 "partition had more than a gigabyte of free space."
29637 msgstr ""
29638
29639 #. type: =item
29640 #: ../tools/virt-resize.pl:396
29641 msgid "B<--ignore part>"
29642 msgstr ""
29643
29644 #. type: textblock
29645 #: ../tools/virt-resize.pl:398
29646 msgid ""
29647 "Ignore the named partition.  Effectively this means the partition is "
29648 "allocated on the destination disk, but the content is not copied across from "
29649 "the source disk.  The content of the partition will be blank (all zero "
29650 "bytes)."
29651 msgstr ""
29652
29653 #. type: =item
29654 #: ../tools/virt-resize.pl:409
29655 msgid "B<--delete part>"
29656 msgstr ""
29657
29658 #. type: textblock
29659 #: ../tools/virt-resize.pl:411
29660 msgid ""
29661 "Delete the named partition.  It would be more accurate to describe this as "
29662 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
29663 "the original disk image is left intact."
29664 msgstr ""
29665
29666 #. type: textblock
29667 #: ../tools/virt-resize.pl:415
29668 msgid ""
29669 "Note that when you delete a partition, then anything contained in the "
29670 "partition is also deleted.  Furthermore, this causes any partitions that "
29671 "come after to be I<renumbered>, which can easily make your guest unbootable."
29672 msgstr ""
29673
29674 #. type: =item
29675 #: ../tools/virt-resize.pl:426
29676 msgid "B<--LV-expand logvol>"
29677 msgstr ""
29678
29679 #. type: textblock
29680 #: ../tools/virt-resize.pl:428
29681 msgid ""
29682 "This takes the logical volume and, as a final step, expands it to fill all "
29683 "the space available in its volume group.  A typical usage, assuming a Linux "
29684 "guest with a single PV C</dev/sda2> and a root device called "
29685 "C</dev/vg_guest/lv_root> would be:"
29686 msgstr ""
29687
29688 #. type: verbatim
29689 #: ../tools/virt-resize.pl:433
29690 #, no-wrap
29691 msgid ""
29692 " virt-resize indisk outdisk \\\n"
29693 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
29694 "\n"
29695 msgstr ""
29696
29697 #. type: textblock
29698 #: ../tools/virt-resize.pl:436
29699 msgid ""
29700 "This would first expand the partition (and PV), and then expand the root "
29701 "device to fill the extra space in the PV."
29702 msgstr ""
29703
29704 #. type: textblock
29705 #: ../tools/virt-resize.pl:439
29706 msgid ""
29707 "The contents of the LV are also resized if virt-resize knows how to do "
29708 "that.  You can stop virt-resize from trying to expand the content by using "
29709 "the option C<--no-expand-content>."
29710 msgstr ""
29711
29712 #. type: textblock
29713 #: ../tools/virt-resize.pl:443
29714 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
29715 msgstr ""
29716
29717 #. type: textblock
29718 #: ../tools/virt-resize.pl:446
29719 msgid ""
29720 "You can give this option multiple times, I<but> it doesn't make sense to do "
29721 "this unless the logical volumes you specify are all in different volume "
29722 "groups."
29723 msgstr ""
29724
29725 #. type: =item
29726 #: ../tools/virt-resize.pl:454
29727 msgid "B<--no-copy-boot-loader>"
29728 msgstr ""
29729
29730 #. type: textblock
29731 #: ../tools/virt-resize.pl:456
29732 msgid ""
29733 "By default, virt-resize copies over some sectors at the start of the disk "
29734 "(up to the beginning of the first partition).  Commonly these sectors "
29735 "contain the Master Boot Record (MBR) and the boot loader, and are required "
29736 "in order for the guest to boot correctly."
29737 msgstr ""
29738
29739 #. type: textblock
29740 #: ../tools/virt-resize.pl:461
29741 msgid ""
29742 "If you specify this flag, then this initial copy is not done.  You may need "
29743 "to reinstall the boot loader in this case."
29744 msgstr ""
29745
29746 #. type: =item
29747 #: ../tools/virt-resize.pl:469
29748 msgid "B<--no-extra-partition>"
29749 msgstr ""
29750
29751 #. type: textblock
29752 #: ../tools/virt-resize.pl:471
29753 msgid ""
29754 "By default, virt-resize creates an extra partition if there is any extra, "
29755 "unused space after all resizing has happened.  Use this option to prevent "
29756 "the extra partition from being created.  If you do this then the extra space "
29757 "will be inaccessible until you run fdisk, parted, or some other partitioning "
29758 "tool in the guest."
29759 msgstr ""
29760
29761 #. type: textblock
29762 #: ../tools/virt-resize.pl:477
29763 msgid ""
29764 "Note that if the surplus space is smaller than 10 MB, no extra partition "
29765 "will be created."
29766 msgstr ""
29767
29768 #. type: =item
29769 #: ../tools/virt-resize.pl:484
29770 msgid "B<--no-expand-content>"
29771 msgstr ""
29772
29773 #. type: textblock
29774 #: ../tools/virt-resize.pl:486
29775 msgid ""
29776 "By default, virt-resize will try to expand the direct contents of "
29777 "partitions, if it knows how (see C<--expand> option above)."
29778 msgstr ""
29779
29780 #. type: textblock
29781 #: ../tools/virt-resize.pl:489
29782 msgid ""
29783 "If you give the C<--no-expand-content> option then virt-resize will not "
29784 "attempt this."
29785 msgstr ""
29786
29787 #. type: =item
29788 #: ../tools/virt-resize.pl:496
29789 msgid "B<-d> | B<--debug>"
29790 msgstr ""
29791
29792 #. type: =item
29793 #: ../tools/virt-resize.pl:504
29794 msgid "B<-n> | B<--dryrun>"
29795 msgstr ""
29796
29797 #. type: textblock
29798 #: ../tools/virt-resize.pl:506
29799 msgid "Print a summary of what would be done, but don't do anything."
29800 msgstr ""
29801
29802 #. type: =item
29803 #: ../tools/virt-resize.pl:512
29804 msgid "B<-q> | B<--quiet>"
29805 msgstr ""
29806
29807 #. type: textblock
29808 #: ../tools/virt-resize.pl:514
29809 msgid "Don't print the summary."
29810 msgstr ""
29811
29812 #. type: textblock
29813 #: ../tools/virt-resize.pl:522
29814 msgid ""
29815 "Specify the format of the input disk image.  If this flag is not given then "
29816 "it is auto-detected from the image itself."
29817 msgstr ""
29818
29819 #. type: textblock
29820 #: ../tools/virt-resize.pl:528
29821 msgid ""
29822 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
29823 "AND NON-SPARSE RAW FORMATS>."
29824 msgstr ""
29825
29826 #. type: =item
29827 #: ../tools/virt-resize.pl:535
29828 msgid "B<--output-format> raw"
29829 msgstr ""
29830
29831 #. type: textblock
29832 #: ../tools/virt-resize.pl:537
29833 msgid ""
29834 "Specify the format of the output disk image.  If this flag is not given then "
29835 "it is auto-detected from the image itself."
29836 msgstr ""
29837
29838 #. type: textblock
29839 #: ../tools/virt-resize.pl:543
29840 msgid ""
29841 "Note that you still need to create the output disk with the right format.  "
29842 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
29843 msgstr ""
29844
29845 #. type: =head1
29846 #: ../tools/virt-resize.pl:1425
29847 msgid "NOTES"
29848 msgstr ""
29849
29850 #. type: =head2
29851 #: ../tools/virt-resize.pl:1427
29852 msgid "\"Partition 1 does not end on cylinder boundary.\""
29853 msgstr ""
29854
29855 #. type: textblock
29856 #: ../tools/virt-resize.pl:1429
29857 msgid ""
29858 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
29859 "means the partitions will not be aligned to the ancient CHS geometry.  "
29860 "However CHS geometry is meaningless for disks manufactured since the early "
29861 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
29862 "cylinders is not required by any modern operating system."
29863 msgstr ""
29864
29865 #. type: =head2
29866 #: ../tools/virt-resize.pl:1436
29867 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
29868 msgstr ""
29869
29870 #. type: textblock
29871 #: ../tools/virt-resize.pl:1438
29872 msgid ""
29873 "In Windows Vista and later versions, Microsoft switched to using a separate "
29874 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
29875 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
29876 "the boot partition.  Doing so seems to break the guest completely.  However "
29877 "expanding the second partition (ie. C: drive) should work."
29878 msgstr ""
29879
29880 #. type: textblock
29881 #: ../tools/virt-resize.pl:1445
29882 msgid ""
29883 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
29884 "NTFS partitions have been expanded.  This is just a safety check and (unless "
29885 "it find errors) is nothing to worry about."
29886 msgstr ""
29887
29888 #. type: =head2
29889 #: ../tools/virt-resize.pl:1449
29890 msgid "GUEST BOOT STUCK AT \"GRUB\""
29891 msgstr ""
29892
29893 #. type: textblock
29894 #: ../tools/virt-resize.pl:1451
29895 msgid ""
29896 "If a Linux guest does not boot after resizing, and the boot is stuck after "
29897 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
29898 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
29899 "although we think is to do with partition alignment."
29900 msgstr ""
29901
29902 #. type: verbatim
29903 #: ../tools/virt-resize.pl:1456
29904 #, no-wrap
29905 msgid ""
29906 " guestfish -i -a newdisk\n"
29907 " ><fs> cat /boot/grub/device.map\n"
29908 " # check the contents of this file are sensible or\n"
29909 " # edit the file if necessary\n"
29910 " ><fs> grub-install / /dev/vda\n"
29911 " ><fs> exit\n"
29912 "\n"
29913 msgstr ""
29914
29915 #. type: textblock
29916 #: ../tools/virt-resize.pl:1463
29917 msgid ""
29918 "For more flexible guest reconfiguration, including if you need to specify "
29919 "other parameters to grub-install, use L<virt-rescue(1)>."
29920 msgstr ""
29921
29922 #. type: =head1
29923 #: ../tools/virt-resize.pl:1466
29924 msgid "ALTERNATIVE TOOLS"
29925 msgstr ""
29926
29927 #. type: textblock
29928 #: ../tools/virt-resize.pl:1468
29929 msgid ""
29930 "There are several proprietary tools for resizing partitions.  We won't "
29931 "mention any here."
29932 msgstr ""
29933
29934 #. type: textblock
29935 #: ../tools/virt-resize.pl:1471
29936 msgid ""
29937 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
29938 "operations on disk images.  They can resize and move partitions, but I don't "
29939 "think they can do anything with the contents, and they certainly don't "
29940 "understand LVM."
29941 msgstr ""
29942
29943 #. type: textblock
29944 #: ../tools/virt-resize.pl:1476
29945 msgid ""
29946 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
29947 "but at a much lower level.  You will probably end up hand-calculating sector "
29948 "offsets, which is something that virt-resize was designed to avoid.  If you "
29949 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
29950 "C<--debug> flag."
29951 msgstr ""
29952
29953 #. type: textblock
29954 #: ../tools/virt-resize.pl:1491
29955 msgid ""
29956 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
29957 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
29958 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
29959 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
29960 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29961 msgstr ""
29962
29963 #. type: textblock
29964 #: ../tools/virt-list-filesystems.pl:32
29965 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29966 msgstr ""
29967
29968 #. type: verbatim
29969 #: ../tools/virt-list-filesystems.pl:36
29970 #, no-wrap
29971 msgid ""
29972 " virt-list-filesystems [--options] domname\n"
29973 "\n"
29974 msgstr ""
29975
29976 #. type: verbatim
29977 #: ../tools/virt-list-filesystems.pl:38
29978 #, no-wrap
29979 msgid ""
29980 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29981 "\n"
29982 msgstr ""
29983
29984 #. type: textblock
29985 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29986 msgid ""
29987 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29988 "replacement."
29989 msgstr ""
29990
29991 #. type: textblock
29992 #: ../tools/virt-list-filesystems.pl:45
29993 msgid ""
29994 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29995 "are contained in a virtual machine or disk image."
29996 msgstr ""
29997
29998 #. type: textblock
29999 #: ../tools/virt-list-filesystems.pl:49
30000 msgid ""
30001 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30002 "functionality.  For more complex cases you should look at the "
30003 "L<guestfish(1)> tool."
30004 msgstr ""
30005
30006 #. type: =item
30007 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30008 msgid "B<-l> | B<--long>"
30009 msgstr ""
30010
30011 #. type: textblock
30012 #: ../tools/virt-list-filesystems.pl:108
30013 msgid ""
30014 "With this option, C<virt-list-filesystems> displays the type of each "
30015 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30016 msgstr ""
30017
30018 #. type: =item
30019 #: ../tools/virt-list-filesystems.pl:115
30020 msgid "B<-a> | B<--all>"
30021 msgstr ""
30022
30023 #. type: textblock
30024 #: ../tools/virt-list-filesystems.pl:117
30025 msgid ""
30026 "Normally we only show mountable filesystems.  If this option is given then "
30027 "swap devices are shown too."
30028 msgstr ""
30029
30030 #. type: textblock
30031 #: ../tools/virt-list-filesystems.pl:191
30032 msgid ""
30033 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
30034 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
30035 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30036 msgstr ""
30037
30038 #. type: textblock
30039 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30040 msgid "Copyright (C) 2009 Red Hat Inc."
30041 msgstr ""
30042
30043 #. type: textblock
30044 #: ../tools/virt-tar.pl:33
30045 msgid "virt-tar - Extract or upload files to a virtual machine"
30046 msgstr ""
30047
30048 #. type: verbatim
30049 #: ../tools/virt-tar.pl:37
30050 #, no-wrap
30051 msgid ""
30052 " virt-tar [--options] -x domname directory tarball\n"
30053 "\n"
30054 msgstr ""
30055
30056 #. type: verbatim
30057 #: ../tools/virt-tar.pl:39
30058 #, no-wrap
30059 msgid ""
30060 " virt-tar [--options] -u domname tarball directory\n"
30061 "\n"
30062 msgstr ""
30063
30064 #. type: verbatim
30065 #: ../tools/virt-tar.pl:41
30066 #, no-wrap
30067 msgid ""
30068 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30069 "\n"
30070 msgstr ""
30071
30072 #. type: verbatim
30073 #: ../tools/virt-tar.pl:43
30074 #, no-wrap
30075 msgid ""
30076 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30077 "\n"
30078 msgstr ""
30079
30080 #. type: textblock
30081 #: ../tools/virt-tar.pl:47
30082 msgid ""
30083 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
30084 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
30085 msgstr ""
30086
30087 #. type: textblock
30088 #: ../tools/virt-tar.pl:52
30089 msgid "Download C</home> from the VM into a local tarball:"
30090 msgstr ""
30091
30092 #. type: verbatim
30093 #: ../tools/virt-tar.pl:54
30094 #, no-wrap
30095 msgid ""
30096 " virt-tar -x domname /home home.tar\n"
30097 "\n"
30098 msgstr ""
30099
30100 #. type: verbatim
30101 #: ../tools/virt-tar.pl:56
30102 #, no-wrap
30103 msgid ""
30104 " virt-tar -zx domname /home home.tar.gz\n"
30105 "\n"
30106 msgstr ""
30107
30108 #. type: textblock
30109 #: ../tools/virt-tar.pl:58
30110 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30111 msgstr ""
30112
30113 #. type: verbatim
30114 #: ../tools/virt-tar.pl:60
30115 #, no-wrap
30116 msgid ""
30117 " virt-tar -u domname uploadstuff.tar /tmp\n"
30118 "\n"
30119 msgstr ""
30120
30121 #. type: verbatim
30122 #: ../tools/virt-tar.pl:62
30123 #, no-wrap
30124 msgid ""
30125 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30126 "\n"
30127 msgstr ""
30128
30129 #. type: textblock
30130 #: ../tools/virt-tar.pl:66
30131 msgid ""
30132 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
30133 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30134 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30135 msgstr ""
30136
30137 #. type: textblock
30138 #: ../tools/virt-tar.pl:71
30139 msgid ""
30140 "You can use C<-x> (extract) on live virtual machines, but you might get "
30141 "inconsistent results or errors if there is filesystem activity inside the "
30142 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30143 "work, but the only way to guarantee consistent results is if the virtual "
30144 "machine is shut down."
30145 msgstr ""
30146
30147 #. type: textblock
30148 #: ../tools/virt-tar.pl:79
30149 msgid ""
30150 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30151 "parts of a guest filesystem.  There are many possibilities: making backups, "
30152 "uploading data files, snooping on guest activity, fixing or customizing "
30153 "guests, etc."
30154 msgstr ""
30155
30156 #. type: textblock
30157 #: ../tools/virt-tar.pl:84
30158 msgid ""
30159 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30160 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30161 "should look at the L<guestfish(1)> tool."
30162 msgstr ""
30163
30164 #. type: textblock
30165 #: ../tools/virt-tar.pl:88
30166 msgid ""
30167 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
30168 "its contents (recursively) from the virtual machine into a local tarball.  "
30169 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
30170 "virtual machine.  You cannot use these two options together."
30171 msgstr ""
30172
30173 #. type: textblock
30174 #: ../tools/virt-tar.pl:94
30175 msgid ""
30176 "In addition, you may need to use the C<-z> (gZip) option to enable "
30177 "compression.  When uploading, you have to specify C<-z> if the upload file "
30178 "is compressed because virt-tar won't detect this on its own."
30179 msgstr ""
30180
30181 #. type: textblock
30182 #: ../tools/virt-tar.pl:98
30183 msgid ""
30184 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30185 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30186 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30187 "the L<libguestfs(3)> API)."
30188 msgstr ""
30189
30190 #. type: =item
30191 #: ../tools/virt-tar.pl:156
30192 msgid "B<-x> | B<--extract> | B<--download>"
30193 msgstr ""
30194
30195 #. type: =item
30196 #: ../tools/virt-tar.pl:158
30197 msgid "B<-u> | B<--upload>"
30198 msgstr ""
30199
30200 #. type: textblock
30201 #: ../tools/virt-tar.pl:160
30202 msgid ""
30203 "Use C<-x> to extract (download) a directory from a virtual machine to a "
30204 "local tarball."
30205 msgstr ""
30206
30207 #. type: textblock
30208 #: ../tools/virt-tar.pl:163
30209 msgid ""
30210 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
30211 "Please read the L</WARNING> section above before using this option."
30212 msgstr ""
30213
30214 #. type: textblock
30215 #: ../tools/virt-tar.pl:167
30216 msgid "You must specify exactly one of these options."
30217 msgstr ""
30218
30219 #. type: =item
30220 #: ../tools/virt-tar.pl:173
30221 msgid "B<-z> | B<--gzip>"
30222 msgstr ""
30223
30224 #. type: textblock
30225 #: ../tools/virt-tar.pl:175
30226 msgid "Specify that the input or output tarball is gzip-compressed."
30227 msgstr ""
30228
30229 #. type: textblock
30230 #: ../tools/virt-tar.pl:288
30231 msgid ""
30232 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
30233 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
30234 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
30235 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30236 msgstr ""
30237
30238 #. type: textblock
30239 #: ../tools/virt-make-fs.pl:37
30240 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30241 msgstr ""
30242
30243 #. type: verbatim
30244 #: ../tools/virt-make-fs.pl:41
30245 #, no-wrap
30246 msgid ""
30247 " virt-make-fs [--options] input.tar output.img\n"
30248 "\n"
30249 msgstr ""
30250
30251 #. type: verbatim
30252 #: ../tools/virt-make-fs.pl:43
30253 #, no-wrap
30254 msgid ""
30255 " virt-make-fs [--options] input.tar.gz output.img\n"
30256 "\n"
30257 msgstr ""
30258
30259 #. type: verbatim
30260 #: ../tools/virt-make-fs.pl:45
30261 #, no-wrap
30262 msgid ""
30263 " virt-make-fs [--options] directory output.img\n"
30264 "\n"
30265 msgstr ""
30266
30267 #. type: textblock
30268 #: ../tools/virt-make-fs.pl:49
30269 msgid ""
30270 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30271 "archive or some files in a directory.  It is similar to tools like "
30272 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
30273 "it can create common filesystem types like ext2/3 or NTFS, which can be "
30274 "useful if you want to attach these filesystems to existing virtual machines "
30275 "(eg. to import large amounts of read-only data to a VM)."
30276 msgstr ""
30277
30278 #. type: textblock
30279 #: ../tools/virt-make-fs.pl:57
30280 msgid "Basic usage is:"
30281 msgstr ""
30282
30283 #. type: verbatim
30284 #: ../tools/virt-make-fs.pl:59
30285 #, no-wrap
30286 msgid ""
30287 " virt-make-fs input output\n"
30288 "\n"
30289 msgstr ""
30290
30291 #. type: textblock
30292 #: ../tools/virt-make-fs.pl:61
30293 msgid ""
30294 "where C<input> is either a directory containing files that you want to add, "
30295 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30296 "C<output> is a disk image.  The input type is detected automatically.  The "
30297 "output disk image defaults to a raw ext2 image unless you specify extra "
30298 "flags (see L</OPTIONS> below)."
30299 msgstr ""
30300
30301 #. type: =head2
30302 #: ../tools/virt-make-fs.pl:67
30303 msgid "EXTRA SPACE"
30304 msgstr ""
30305
30306 #. type: textblock
30307 #: ../tools/virt-make-fs.pl:69
30308 msgid ""
30309 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30310 "the files that it contains, but might have extra space.  Depending on how "
30311 "you are going to use the output, you might think this extra space is wasted "
30312 "and want to minimize it, or you might want to leave space so that more files "
30313 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30314 "but you can use the C<--size> flag to leave space in the filesystem if you "
30315 "want it."
30316 msgstr ""
30317
30318 #. type: textblock
30319 #: ../tools/virt-make-fs.pl:77
30320 msgid ""
30321 "An alternative way to leave extra space but not make the output image any "
30322 "bigger is to use an alternative disk image format (instead of the default "
30323 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
30324 "image format (check your hypervisor supports this before using it).  This "
30325 "allows you to choose a large C<--size> but the extra space won't actually be "
30326 "allocated in the image until you try to store something in it."
30327 msgstr ""
30328
30329 #. type: textblock
30330 #: ../tools/virt-make-fs.pl:85
30331 msgid ""
30332 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30333 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30334 "to build another image from scratch."
30335 msgstr ""
30336
30337 #. type: =head3
30338 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
30339 msgid "EXAMPLE"
30340 msgstr ""
30341
30342 #. type: verbatim
30343 #: ../tools/virt-make-fs.pl:91
30344 #, no-wrap
30345 msgid ""
30346 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30347 "\n"
30348 msgstr ""
30349
30350 #. type: =head2
30351 #: ../tools/virt-make-fs.pl:93
30352 msgid "FILESYSTEM TYPE"
30353 msgstr ""
30354
30355 #. type: textblock
30356 #: ../tools/virt-make-fs.pl:95
30357 msgid ""
30358 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30359 "libguestfs supports can be used (but I<not> read-only formats like "
30360 "ISO9660).  Here are some of the more common choices:"
30361 msgstr ""
30362
30363 #. type: =item
30364 #: ../tools/virt-make-fs.pl:101
30365 msgid "I<ext3>"
30366 msgstr ""
30367
30368 #. type: textblock
30369 #: ../tools/virt-make-fs.pl:103
30370 msgid ""
30371 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30372 "you are not going to use the filesystem in a way that requires the journal, "
30373 "then this is just wasted overhead."
30374 msgstr ""
30375
30376 #. type: =item
30377 #: ../tools/virt-make-fs.pl:107
30378 msgid "I<ntfs> or I<vfat>"
30379 msgstr ""
30380
30381 #. type: textblock
30382 #: ../tools/virt-make-fs.pl:109
30383 msgid "Useful if exporting data to a Windows guest."
30384 msgstr ""
30385
30386 #. type: textblock
30387 #: ../tools/virt-make-fs.pl:111
30388 msgid ""
30389 "I<Note for vfat>: The tar archive or local directory must only contain files "
30390 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30391 "program running within libguestfs is unable to change the ownership of "
30392 "non-root files, since vfat itself does not support this."
30393 msgstr ""
30394
30395 #. type: =item
30396 #: ../tools/virt-make-fs.pl:116
30397 msgid "I<minix>"
30398 msgstr ""
30399
30400 #. type: textblock
30401 #: ../tools/virt-make-fs.pl:118
30402 msgid ""
30403 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30404 "total filesystem size."
30405 msgstr ""
30406
30407 #. type: verbatim
30408 #: ../tools/virt-make-fs.pl:125
30409 #, no-wrap
30410 msgid ""
30411 " virt-make-fs --type=minix input minixfs.img\n"
30412 "\n"
30413 msgstr ""
30414
30415 #. type: =head2
30416 #: ../tools/virt-make-fs.pl:127
30417 msgid "TO PARTITION OR NOT TO PARTITION"
30418 msgstr ""
30419
30420 #. type: textblock
30421 #: ../tools/virt-make-fs.pl:129
30422 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30423 msgstr ""
30424
30425 #. type: textblock
30426 #: ../tools/virt-make-fs.pl:131
30427 msgid ""
30428 "Adding a partition can make the disk image more compatible with certain "
30429 "virtualized operating systems which don't expect to see a filesystem "
30430 "directly located on a block device (Linux doesn't care and will happily "
30431 "handle both types)."
30432 msgstr ""
30433
30434 #. type: textblock
30435 #: ../tools/virt-make-fs.pl:136
30436 msgid ""
30437 "On the other hand, if you have a partition table then the output image is no "
30438 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30439 "directly on a partitioned disk image.  (However libguestfs tools such as "
30440 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30441 msgstr ""
30442
30443 #. type: textblock
30444 #: ../tools/virt-make-fs.pl:144
30445 msgid "Add an MBR partition:"
30446 msgstr ""
30447
30448 #. type: verbatim
30449 #: ../tools/virt-make-fs.pl:146
30450 #, no-wrap
30451 msgid ""
30452 " virt-make-fs --partition -- input disk.img\n"
30453 "\n"
30454 msgstr ""
30455
30456 #. type: textblock
30457 #: ../tools/virt-make-fs.pl:148
30458 msgid ""
30459 "If the output disk image could be terabyte-sized or larger, it's better to "
30460 "use an EFI/GPT-compatible partition table:"
30461 msgstr ""
30462
30463 #. type: verbatim
30464 #: ../tools/virt-make-fs.pl:151
30465 #, no-wrap
30466 msgid ""
30467 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30468 "\n"
30469 msgstr ""
30470
30471 #. type: textblock
30472 #: ../tools/virt-make-fs.pl:179
30473 msgid "Enable debugging information."
30474 msgstr ""
30475
30476 #. type: =item
30477 #: ../tools/virt-make-fs.pl:185
30478 msgid "B<--size=E<lt>NE<gt>>"
30479 msgstr ""
30480
30481 #. type: =item
30482 #: ../tools/virt-make-fs.pl:187
30483 msgid "B<--size=+E<lt>NE<gt>>"
30484 msgstr ""
30485
30486 #. type: =item
30487 #: ../tools/virt-make-fs.pl:189
30488 msgid "B<-s E<lt>NE<gt>>"
30489 msgstr ""
30490
30491 #. type: =item
30492 #: ../tools/virt-make-fs.pl:191
30493 msgid "B<-s +E<lt>NE<gt>>"
30494 msgstr ""
30495
30496 #. type: textblock
30497 #: ../tools/virt-make-fs.pl:193
30498 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
30499 msgstr ""
30500
30501 #. type: textblock
30502 #: ../tools/virt-make-fs.pl:196
30503 msgid ""
30504 "If this option is I<not> given, then the output image will be just large "
30505 "enough to contain all the files, with not much wasted space."
30506 msgstr ""
30507
30508 #. type: textblock
30509 #: ../tools/virt-make-fs.pl:199
30510 msgid ""
30511 "To choose a fixed size output disk, specify an absolute number followed by "
30512 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30513 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30514 "files, else you will get an error."
30515 msgstr ""
30516
30517 #. type: textblock
30518 #: ../tools/virt-make-fs.pl:204
30519 msgid ""
30520 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30521 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30522 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
30523 "the input files, and (approximately) an extra 200 MB free space."
30524 msgstr ""
30525
30526 #. type: textblock
30527 #: ../tools/virt-make-fs.pl:210
30528 msgid ""
30529 "Note that virt-make-fs estimates free space, and therefore will not produce "
30530 "filesystems containing precisely the free space requested.  (It is much more "
30531 "expensive and time-consuming to produce a filesystem which has precisely the "
30532 "desired free space)."
30533 msgstr ""
30534
30535 #. type: =item
30536 #: ../tools/virt-make-fs.pl:219
30537 msgid "B<--format=E<lt>fmtE<gt>>"
30538 msgstr ""
30539
30540 #. type: =item
30541 #: ../tools/virt-make-fs.pl:221
30542 msgid "B<-F E<lt>fmtE<gt>>"
30543 msgstr ""
30544
30545 #. type: textblock
30546 #: ../tools/virt-make-fs.pl:223
30547 msgid "Choose the output disk image format."
30548 msgstr ""
30549
30550 #. type: textblock
30551 #: ../tools/virt-make-fs.pl:225
30552 msgid "The default is C<raw> (raw disk image)."
30553 msgstr ""
30554
30555 #. type: textblock
30556 #: ../tools/virt-make-fs.pl:227
30557 msgid ""
30558 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30559 "that would really make sense here is C<qcow2>."
30560 msgstr ""
30561
30562 #. type: =item
30563 #: ../tools/virt-make-fs.pl:234
30564 msgid "B<--type=E<lt>fsE<gt>>"
30565 msgstr ""
30566
30567 #. type: =item
30568 #: ../tools/virt-make-fs.pl:236
30569 msgid "B<-t E<lt>fsE<gt>>"
30570 msgstr ""
30571
30572 #. type: textblock
30573 #: ../tools/virt-make-fs.pl:238
30574 msgid "Choose the output filesystem type."
30575 msgstr ""
30576
30577 #. type: textblock
30578 #: ../tools/virt-make-fs.pl:240
30579 msgid "The default is C<ext2>."
30580 msgstr ""
30581
30582 #. type: textblock
30583 #: ../tools/virt-make-fs.pl:242
30584 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30585 msgstr ""
30586
30587 #. type: =item
30588 #: ../tools/virt-make-fs.pl:249
30589 msgid "B<--partition>"
30590 msgstr ""
30591
30592 #. type: =item
30593 #: ../tools/virt-make-fs.pl:251
30594 msgid "B<--partition=E<lt>parttypeE<gt>>"
30595 msgstr ""
30596
30597 #. type: textblock
30598 #: ../tools/virt-make-fs.pl:253
30599 msgid ""
30600 "If specified, this flag adds an MBR partition table to the output disk "
30601 "image."
30602 msgstr ""
30603
30604 #. type: textblock
30605 #: ../tools/virt-make-fs.pl:256
30606 msgid ""
30607 "You can change the partition table type, eg. C<--partition=gpt> for large "
30608 "disks."
30609 msgstr ""
30610
30611 #. type: textblock
30612 #: ../tools/virt-make-fs.pl:259
30613 msgid ""
30614 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
30615 "might consider the next parameter to be the partition type.  For example:"
30616 msgstr ""
30617
30618 #. type: verbatim
30619 #: ../tools/virt-make-fs.pl:263
30620 #, no-wrap
30621 msgid ""
30622 " virt-make-fs --partition input.tar ...\n"
30623 "\n"
30624 msgstr ""
30625
30626 #. type: textblock
30627 #: ../tools/virt-make-fs.pl:265
30628 msgid ""
30629 "would cause virt-make-fs to think you wanted to use a partition type of "
30630 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
30631 "dash) between options and the input file argument:"
30632 msgstr ""
30633
30634 #. type: verbatim
30635 #: ../tools/virt-make-fs.pl:269
30636 #, no-wrap
30637 msgid ""
30638 " virt-make-fs --partition -- input.tar ...\n"
30639 "\n"
30640 msgstr ""
30641
30642 #. type: textblock
30643 #: ../tools/virt-make-fs.pl:541
30644 msgid ""
30645 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30646 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30647 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30648 msgstr ""
30649
30650 #. type: verbatim
30651 #: ../tools/virt-make-fs.pl:558
30652 #, no-wrap
30653 msgid ""
30654 " export LIBGUESTFS_DEBUG=1\n"
30655 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30656 "\n"
30657 msgstr ""
30658
30659 #. type: textblock
30660 #: ../tools/virt-make-fs.pl:561
30661 msgid ""
30662 "Attach /tmp/virt-make-fs.log to a new bug report at "
30663 "L<https://bugzilla.redhat.com/>"
30664 msgstr ""
30665
30666 #. type: textblock
30667 #: ../tools/virt-list-partitions.pl:32
30668 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30669 msgstr ""
30670
30671 #. type: verbatim
30672 #: ../tools/virt-list-partitions.pl:36
30673 #, no-wrap
30674 msgid ""
30675 " virt-list-partitions [--options] domname\n"
30676 "\n"
30677 msgstr ""
30678
30679 #. type: verbatim
30680 #: ../tools/virt-list-partitions.pl:38
30681 #, no-wrap
30682 msgid ""
30683 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30684 "\n"
30685 msgstr ""
30686
30687 #. type: textblock
30688 #: ../tools/virt-list-partitions.pl:45
30689 msgid ""
30690 "C<virt-list-partitions> is a command line tool to list the partitions that "
30691 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30692 "first step to using L<virt-resize(1)>."
30693 msgstr ""
30694
30695 #. type: textblock
30696 #: ../tools/virt-list-partitions.pl:50
30697 msgid ""
30698 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30699 "functionality.  For more complex cases you should look at the "
30700 "L<guestfish(1)> tool."
30701 msgstr ""
30702
30703 #. type: =item
30704 #: ../tools/virt-list-partitions.pl:107
30705 msgid "B<-h> | B<--human-readable>"
30706 msgstr ""
30707
30708 #. type: textblock
30709 #: ../tools/virt-list-partitions.pl:109
30710 msgid "Show sizes in human-readable form (eg. \"1G\")."
30711 msgstr ""
30712
30713 #. type: textblock
30714 #: ../tools/virt-list-partitions.pl:117
30715 msgid ""
30716 "With this option, C<virt-list-partitions> displays the type and size of each "
30717 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30718 msgstr ""
30719
30720 #. type: =item
30721 #: ../tools/virt-list-partitions.pl:124
30722 msgid "B<-t> | B<--total>"
30723 msgstr ""
30724
30725 #. type: textblock
30726 #: ../tools/virt-list-partitions.pl:126
30727 msgid "Display the total size of each block device (as a separate row or rows)."
30728 msgstr ""
30729
30730 #. type: textblock
30731 #: ../tools/virt-list-partitions.pl:259
30732 msgid ""
30733 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30734 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30735 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30736 msgstr ""