Version 1.9.1.
[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.1\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2010-12-31 08:37+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:72 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 "\n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011 ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024 ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059 ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089 ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101 ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592 ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711 ../src/guestfs.pod:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074 ../src/guestfs.pod:2080 ../src/guestfs.pod:2534 ../src/guestfs.pod:2538 ../src/guestfs.pod:2542 ../src/guestfs.pod:2546 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591 ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775 ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:427 ../fish/guestfish.pod:431 ../fish/guestfish.pod:435 ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373 ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1065 ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073 ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093 ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201 ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210 ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257 ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335 ../src/guestfs.pod:2108
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339 ../src/guestfs.pod:2133
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1112 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1113 "frequently used part of this library has been rewritten in C and moved into "
1114 "the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:558
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:561
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:570
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:576
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:583
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:587
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:590
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:594
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:598
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:602
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head2
1212 #: ../src/guestfs.pod:611
1213 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:613
1218 msgid ""
1219 "Libguestfs can mount NTFS partitions.  It does this using the "
1220 "L<http://www.ntfs-3g.org/> driver."
1221 msgstr ""
1222
1223 #. type: =head3
1224 #: ../src/guestfs.pod:616
1225 msgid "DRIVE LETTERS AND PATHS"
1226 msgstr ""
1227
1228 #. type: textblock
1229 #: ../src/guestfs.pod:618
1230 msgid ""
1231 "DOS and Windows still use drive letters, and the filesystems are always "
1232 "treated as case insensitive by Windows itself, and therefore you might find "
1233 "a Windows configuration file referring to a path like "
1234 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1235 "that directory might be referred to as C</WINDOWS/System32>."
1236 msgstr ""
1237
1238 #. type: textblock
1239 #: ../src/guestfs.pod:624
1240 msgid ""
1241 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1242 "libguestfs to read the appropriate Windows Registry and configuration files, "
1243 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1244 "L<virt-inspector(1)>)."
1245 msgstr ""
1246
1247 #. type: textblock
1248 #: ../src/guestfs.pod:629
1249 msgid ""
1250 "Replacing backslash characters with forward slash characters is also outside "
1251 "the scope of libguestfs, but something that you can easily do."
1252 msgstr ""
1253
1254 #. type: textblock
1255 #: ../src/guestfs.pod:632
1256 msgid ""
1257 "Where we can help is in resolving the case insensitivity of paths.  For "
1258 "this, call L</guestfs_case_sensitive_path>."
1259 msgstr ""
1260
1261 #. type: =head3
1262 #: ../src/guestfs.pod:635
1263 msgid "ACCESSING THE WINDOWS REGISTRY"
1264 msgstr ""
1265
1266 #. type: textblock
1267 #: ../src/guestfs.pod:637
1268 msgid ""
1269 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1270 "files, through the library C<hivex> which is part of the libguestfs project "
1271 "although ships as a separate tarball.  You have to locate and download the "
1272 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1273 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1274 "L<virt-win-reg(1)> for more help on this issue."
1275 msgstr ""
1276
1277 #. type: =head3
1278 #: ../src/guestfs.pod:645
1279 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1280 msgstr ""
1281
1282 #. type: textblock
1283 #: ../src/guestfs.pod:647
1284 msgid ""
1285 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1286 "provide something which looks like a Linux symlink.  The way it tries to do "
1287 "the rewriting is described here:"
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: ../src/guestfs.pod:651
1292 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1293 msgstr ""
1294
1295 #. type: textblock
1296 #: ../src/guestfs.pod:653
1297 msgid ""
1298 "The essential problem is that ntfs-3g simply does not have enough "
1299 "information to do a correct job.  NTFS links can contain drive letters and "
1300 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1301 "It is almost certainly the case that libguestfs callers should ignore what "
1302 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1303 msgstr ""
1304
1305 #. type: textblock
1306 #: ../src/guestfs.pod:660
1307 msgid ""
1308 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1309 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1310 "attribute, and read the raw reparse data from that (you can find the format "
1311 "documented in various places around the web)."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "There are other useful extended attributes that can be read from ntfs-3g "
1323 "filesystems (using L</guestfs_getxattr>).  See:"
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: ../src/guestfs.pod:670
1328 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1329 msgstr ""
1330
1331 #. type: =head2
1332 #: ../src/guestfs.pod:672
1333 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1334 msgstr ""
1335
1336 #. type: textblock
1337 #: ../src/guestfs.pod:674
1338 msgid ""
1339 "Although we don't want to discourage you from using the C API, we will "
1340 "mention here that the same API is also available in other languages."
1341 msgstr ""
1342
1343 #. type: textblock
1344 #: ../src/guestfs.pod:677
1345 msgid ""
1346 "The API is broadly identical in all supported languages.  This means that "
1347 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1348 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1349 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1350 "each language."
1351 msgstr ""
1352
1353 #. type: textblock
1354 #: ../src/guestfs.pod:683
1355 msgid ""
1356 "Error messages are automatically transformed into exceptions if the language "
1357 "supports it."
1358 msgstr ""
1359
1360 #. type: textblock
1361 #: ../src/guestfs.pod:686
1362 msgid ""
1363 "We don't try to \"object orientify\" parts of the API in OO languages, "
1364 "although contributors are welcome to write higher level APIs above what we "
1365 "provide in their favourite languages if they wish."
1366 msgstr ""
1367
1368 #. type: =item
1369 #: ../src/guestfs.pod:692
1370 msgid "B<C++>"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1377 "identical to the C API.  C++ classes and exceptions are not used."
1378 msgstr ""
1379
1380 #. type: =item
1381 #: ../src/guestfs.pod:698
1382 msgid "B<C#>"
1383 msgstr ""
1384
1385 #. type: textblock
1386 #: ../src/guestfs.pod:700
1387 msgid ""
1388 "The C# bindings are highly experimental.  Please read the warnings at the "
1389 "top of C<csharp/Libguestfs.cs>."
1390 msgstr ""
1391
1392 #. type: =item
1393 #: ../src/guestfs.pod:703
1394 msgid "B<Haskell>"
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:705
1399 msgid ""
1400 "This is the only language binding that is working but incomplete.  Only "
1401 "calls which return simple integers have been bound in Haskell, and we are "
1402 "looking for help to complete this binding."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:709
1407 msgid "B<Java>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:711
1412 msgid ""
1413 "Full documentation is contained in the Javadoc which is distributed with "
1414 "libguestfs."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:714
1419 msgid "B<OCaml>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:716
1424 msgid "See L<guestfs-ocaml(3)>."
1425 msgstr ""
1426
1427 #. type: =item
1428 #: ../src/guestfs.pod:718
1429 msgid "B<Perl>"
1430 msgstr ""
1431
1432 #. type: textblock
1433 #: ../src/guestfs.pod:720
1434 msgid "See L<Sys::Guestfs(3)>."
1435 msgstr ""
1436
1437 #. type: =item
1438 #: ../src/guestfs.pod:722
1439 msgid "B<PHP>"
1440 msgstr ""
1441
1442 #. type: textblock
1443 #: ../src/guestfs.pod:724
1444 msgid ""
1445 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1446 "the php-libguestfs package for your distribution."
1447 msgstr ""
1448
1449 #. type: textblock
1450 #: ../src/guestfs.pod:727
1451 msgid "The PHP binding only works correctly on 64 bit machines."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:729
1456 msgid "B<Python>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:731
1461 msgid "See L<guestfs-python(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:733
1466 msgid "B<Ruby>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:735
1471 msgid "See L<guestfs-ruby(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:737
1476 msgid "B<shell scripts>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:739
1481 msgid "See L<guestfish(1)>."
1482 msgstr ""
1483
1484 #. type: =head2
1485 #: ../src/guestfs.pod:743
1486 msgid "LIBGUESTFS GOTCHAS"
1487 msgstr ""
1488
1489 #. type: textblock
1490 #: ../src/guestfs.pod:745
1491 msgid ""
1492 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1493 "system [...] that works in the way it is documented but is counterintuitive "
1494 "and almost invites mistakes.\""
1495 msgstr ""
1496
1497 #. type: textblock
1498 #: ../src/guestfs.pod:749
1499 msgid ""
1500 "Since we developed libguestfs and the associated tools, there are several "
1501 "things we would have designed differently, but are now stuck with for "
1502 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1503 "release, you can expect these to change.  Beware of them."
1504 msgstr ""
1505
1506 #. type: =item
1507 #: ../src/guestfs.pod:757
1508 msgid "Autosync / forgetting to sync."
1509 msgstr ""
1510
1511 #. type: textblock
1512 #: ../src/guestfs.pod:759
1513 msgid ""
1514 "When modifying a filesystem from C or another language, you B<must> unmount "
1515 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1516 "libguestfs handle.  You can also call:"
1517 msgstr ""
1518
1519 #. type: verbatim
1520 #: ../src/guestfs.pod:763
1521 #, no-wrap
1522 msgid ""
1523 " guestfs_set_autosync (g, 1);\n"
1524 "\n"
1525 msgstr ""
1526
1527 #. type: textblock
1528 #: ../src/guestfs.pod:765
1529 msgid ""
1530 "to have the unmount/sync done automatically for you when the handle 'g' is "
1531 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1532 "q.v.)"
1533 msgstr ""
1534
1535 #. type: textblock
1536 #: ../src/guestfs.pod:769
1537 msgid ""
1538 "If you forget to do this, then it is entirely possible that your changes "
1539 "won't be written out, or will be partially written, or (very rarely) that "
1540 "you'll get disk corruption."
1541 msgstr ""
1542
1543 #. type: textblock
1544 #: ../src/guestfs.pod:773
1545 msgid ""
1546 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1547 "guestfish scripts that forget to sync will work just fine, which can make "
1548 "this very puzzling if you are trying to debug a problem."
1549 msgstr ""
1550
1551 #. type: textblock
1552 #: ../src/guestfs.pod:777
1553 msgid ""
1554 "Update: Autosync is enabled by default for all API users starting from "
1555 "libguestfs 1.5.24."
1556 msgstr ""
1557
1558 #. type: =item
1559 #: ../src/guestfs.pod:780
1560 msgid "Mount option C<-o sync> should not be the default."
1561 msgstr ""
1562
1563 #. type: textblock
1564 #: ../src/guestfs.pod:782
1565 msgid ""
1566 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1567 "However C<-o sync> does not add any reliability benefit, but does have a "
1568 "very large performance impact."
1569 msgstr ""
1570
1571 #. type: textblock
1572 #: ../src/guestfs.pod:786
1573 msgid ""
1574 "The work around is to use L</guestfs_mount_options> and set the mount "
1575 "options that you actually want to use."
1576 msgstr ""
1577
1578 #. type: =item
1579 #: ../src/guestfs.pod:789
1580 msgid "Read-only should be the default."
1581 msgstr ""
1582
1583 #. type: textblock
1584 #: ../src/guestfs.pod:791
1585 msgid ""
1586 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1587 "specify I<--rw> if you want to make changes to the image."
1588 msgstr ""
1589
1590 #. type: textblock
1591 #: ../src/guestfs.pod:794
1592 msgid "This would reduce the potential to corrupt live VM images."
1593 msgstr ""
1594
1595 #. type: textblock
1596 #: ../src/guestfs.pod:796
1597 msgid ""
1598 "Note that many filesystems change the disk when you just mount and unmount, "
1599 "even if you didn't perform any writes.  You need to use "
1600 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1601 msgstr ""
1602
1603 #. type: =item
1604 #: ../src/guestfs.pod:800
1605 msgid "guestfish command line is hard to use."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:802
1610 msgid ""
1611 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1612 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1613 "exist, so it fails.  In earlier versions of guestfish the error message was "
1614 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1615 "we should have used C<guestfish -c command> to run commands."
1616 msgstr ""
1617
1618 #. type: =item
1619 #: ../src/guestfs.pod:809
1620 msgid "guestfish megabyte modifiers don't work right on all commands"
1621 msgstr ""
1622
1623 #. type: textblock
1624 #: ../src/guestfs.pod:811
1625 msgid ""
1626 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1627 "other modifiers).  What guestfish actually does is to multiply the number "
1628 "part by the modifier part and pass the result to the C API.  However this "
1629 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1630 "expecting some other unit (eg. megabytes)."
1631 msgstr ""
1632
1633 #. type: textblock
1634 #: ../src/guestfs.pod:818
1635 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1636 msgstr ""
1637
1638 #. type: verbatim
1639 #: ../src/guestfs.pod:820
1640 #, no-wrap
1641 msgid ""
1642 " lvcreate LV VG 100M\n"
1643 "\n"
1644 msgstr ""
1645
1646 #. type: textblock
1647 #: ../src/guestfs.pod:822
1648 msgid ""
1649 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1650 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1651 "megabytes * megabytes) logical volume.  The error message you get from this "
1652 "is also a little obscure."
1653 msgstr ""
1654
1655 #. type: textblock
1656 #: ../src/guestfs.pod:827
1657 msgid ""
1658 "This could be fixed in the generator by specially marking parameters and "
1659 "return values which take bytes or other units."
1660 msgstr ""
1661
1662 #. type: =item
1663 #: ../src/guestfs.pod:830
1664 msgid "Ambiguity between devices and paths"
1665 msgstr ""
1666
1667 #. type: textblock
1668 #: ../src/guestfs.pod:832
1669 msgid ""
1670 "There is a subtle ambiguity in the API between a device name "
1671 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1672 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1673 msgstr ""
1674
1675 #. type: textblock
1676 #: ../src/guestfs.pod:837
1677 msgid ""
1678 "In the current API we usually resolve this ambiguity by having two separate "
1679 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1680 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1681 "detecting if the path supplied begins with C</dev/>."
1682 msgstr ""
1683
1684 #. type: textblock
1685 #: ../src/guestfs.pod:843
1686 msgid ""
1687 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1688 "make paths/devices into structured names.  One way to do this would be to "
1689 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1690 "aspect of grub.  Another way would be to use a structured type, equivalent "
1691 "to this OCaml type:"
1692 msgstr ""
1693
1694 #. type: verbatim
1695 #: ../src/guestfs.pod:849
1696 #, no-wrap
1697 msgid ""
1698 " type path = Path of string | Device of int | Partition of int * int\n"
1699 "\n"
1700 msgstr ""
1701
1702 #. type: textblock
1703 #: ../src/guestfs.pod:851
1704 msgid "which would allow you to pass arguments like:"
1705 msgstr ""
1706
1707 #. type: verbatim
1708 #: ../src/guestfs.pod:853
1709 #, no-wrap
1710 msgid ""
1711 " Path \"/foo/bar\"\n"
1712 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1713 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1714 " Path \"/dev/sdb2\"    (* not a device *)\n"
1715 "\n"
1716 msgstr ""
1717
1718 #. type: textblock
1719 #: ../src/guestfs.pod:858
1720 msgid ""
1721 "As you can see there are still problems to resolve even with this "
1722 "representation.  Also consider how it might work in guestfish."
1723 msgstr ""
1724
1725 #. type: =head2
1726 #: ../src/guestfs.pod:863
1727 msgid "PROTOCOL LIMITS"
1728 msgstr ""
1729
1730 #. type: textblock
1731 #: ../src/guestfs.pod:865
1732 msgid ""
1733 "Internally libguestfs uses a message-based protocol to pass API calls and "
1734 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1735 "plenty more detail about this).  The maximum message size used by the "
1736 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1737 "aware of this limit.  The API calls which may be affected are individually "
1738 "documented, with a link back to this section of the documentation."
1739 msgstr ""
1740
1741 #. type: textblock
1742 #: ../src/guestfs.pod:873
1743 msgid ""
1744 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1745 "a simple string.  Because this string is at some point internally encoded as "
1746 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1747 "the requested file is larger than this then you will get an error."
1748 msgstr ""
1749
1750 #. type: textblock
1751 #: ../src/guestfs.pod:879
1752 msgid ""
1753 "In order to transfer large files into and out of the guest filesystem, you "
1754 "need to use particular calls that support this.  The sections L</UPLOADING> "
1755 "and L</DOWNLOADING> document how to do this."
1756 msgstr ""
1757
1758 #. type: textblock
1759 #: ../src/guestfs.pod:883
1760 msgid ""
1761 "You might also consider mounting the disk image using our FUSE filesystem "
1762 "support (L<guestmount(1)>)."
1763 msgstr ""
1764
1765 #. type: =head2
1766 #: ../src/guestfs.pod:886
1767 msgid "KEYS AND PASSPHRASES"
1768 msgstr ""
1769
1770 #. type: textblock
1771 #: ../src/guestfs.pod:888
1772 msgid ""
1773 "Certain libguestfs calls take a parameter that contains sensitive key "
1774 "material, passed in as a C string."
1775 msgstr ""
1776
1777 #. type: textblock
1778 #: ../src/guestfs.pod:891
1779 msgid ""
1780 "In the future we would hope to change the libguestfs implementation so that "
1781 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1782 "swap.  However this is I<not> done at the moment, because of the complexity "
1783 "of such an implementation."
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: ../src/guestfs.pod:896
1788 msgid ""
1789 "Therefore you should be aware that any key parameter you pass to libguestfs "
1790 "might end up being written out to the swap partition.  If this is a concern, "
1791 "scrub the swap partition or don't use libguestfs on encrypted devices."
1792 msgstr ""
1793
1794 #. type: =head2
1795 #: ../src/guestfs.pod:901
1796 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1797 msgstr ""
1798
1799 #. type: textblock
1800 #: ../src/guestfs.pod:903
1801 msgid ""
1802 "All high-level libguestfs actions are synchronous.  If you want to use "
1803 "libguestfs asynchronously then you must create a thread."
1804 msgstr ""
1805
1806 #. type: textblock
1807 #: ../src/guestfs.pod:906
1808 msgid ""
1809 "Only use the handle from a single thread.  Either use the handle exclusively "
1810 "from one thread, or provide your own mutex so that two threads cannot issue "
1811 "calls on the same handle at the same time."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:910
1816 msgid ""
1817 "See the graphical program guestfs-browser for one possible architecture for "
1818 "multithreaded programs using libvirt and libguestfs."
1819 msgstr ""
1820
1821 #. type: =head2
1822 #: ../src/guestfs.pod:913
1823 msgid "PATH"
1824 msgstr ""
1825
1826 #. type: textblock
1827 #: ../src/guestfs.pod:915
1828 msgid ""
1829 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
1830 "internal path."
1831 msgstr ""
1832
1833 #. type: textblock
1834 #: ../src/guestfs.pod:918
1835 msgid ""
1836 "By default it looks for these in the directory C<$libdir/guestfs> "
1837 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1838 msgstr ""
1839
1840 #. type: textblock
1841 #: ../src/guestfs.pod:921
1842 msgid ""
1843 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1844 "to change the directories that libguestfs will search in.  The value is a "
1845 "colon-separated list of paths.  The current directory is I<not> searched "
1846 "unless the path contains an empty element or C<.>.  For example "
1847 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1848 "then C</usr/lib/guestfs>."
1849 msgstr ""
1850
1851 #. type: =head2
1852 #: ../src/guestfs.pod:928
1853 msgid "QEMU WRAPPERS"
1854 msgstr ""
1855
1856 #. type: textblock
1857 #: ../src/guestfs.pod:930
1858 msgid ""
1859 "If you want to compile your own qemu, run qemu from a non-standard location, "
1860 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1861 "around qemu."
1862 msgstr ""
1863
1864 #. type: textblock
1865 #: ../src/guestfs.pod:934
1866 msgid ""
1867 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1868 "last command in the shell script (so that qemu replaces the shell and "
1869 "becomes the direct child of the libguestfs-using program).  If you don't do "
1870 "this, then the qemu process won't be cleaned up correctly."
1871 msgstr ""
1872
1873 #. type: textblock
1874 #: ../src/guestfs.pod:939
1875 msgid ""
1876 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1877 "source:"
1878 msgstr ""
1879
1880 #. type: verbatim
1881 #: ../src/guestfs.pod:942
1882 #, no-wrap
1883 msgid ""
1884 " #!/bin/sh -\n"
1885 " qemudir=/home/rjones/d/qemu\n"
1886 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1887 "\"$@\"\n"
1888 "\n"
1889 msgstr ""
1890
1891 #. type: textblock
1892 #: ../src/guestfs.pod:946
1893 msgid ""
1894 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1895 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1896 "example:"
1897 msgstr ""
1898
1899 #. type: verbatim
1900 #: ../src/guestfs.pod:950
1901 #, no-wrap
1902 msgid ""
1903 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1904 "\n"
1905 msgstr ""
1906
1907 #. type: textblock
1908 #: ../src/guestfs.pod:952
1909 msgid ""
1910 "Note that libguestfs also calls qemu with the -help and -version options in "
1911 "order to determine features."
1912 msgstr ""
1913
1914 #. type: =head2
1915 #: ../src/guestfs.pod:955
1916 msgid "ABI GUARANTEE"
1917 msgstr ""
1918
1919 #. type: textblock
1920 #: ../src/guestfs.pod:957
1921 msgid ""
1922 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
1923 "actions as outlined in this section.  Although we will deprecate some "
1924 "actions, for example if they get replaced by newer calls, we will keep the "
1925 "old actions forever.  This allows you the developer to program in confidence "
1926 "against the libguestfs API."
1927 msgstr ""
1928
1929 #. type: =head2
1930 #: ../src/guestfs.pod:963
1931 msgid "BLOCK DEVICE NAMING"
1932 msgstr ""
1933
1934 #. type: textblock
1935 #: ../src/guestfs.pod:965
1936 msgid ""
1937 "In the kernel there is now quite a profusion of schemata for naming block "
1938 "devices (in this context, by I<block device> I mean a physical or virtual "
1939 "hard drive).  The original Linux IDE driver used names starting with "
1940 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
1941 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
1942 "replacement for the old IDE driver (particularly for SATA devices) those "
1943 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
1944 "machines with paravirtualized drivers.  This has created several different "
1945 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
1946 "Xen PV disks."
1947 msgstr ""
1948
1949 #. type: textblock
1950 #: ../src/guestfs.pod:977
1951 msgid ""
1952 "As discussed above, libguestfs uses a qemu appliance running an embedded "
1953 "Linux kernel to access block devices.  We can run a variety of appliances "
1954 "based on a variety of Linux kernels."
1955 msgstr ""
1956
1957 #. type: textblock
1958 #: ../src/guestfs.pod:981
1959 msgid ""
1960 "This causes a problem for libguestfs because many API calls use device or "
1961 "partition names.  Working scripts and the recipe (example) scripts that we "
1962 "make available over the internet could fail if the naming scheme changes."
1963 msgstr ""
1964
1965 #. type: textblock
1966 #: ../src/guestfs.pod:986
1967 msgid ""
1968 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
1969 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
1970 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
1971 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
1972 msgstr ""
1973
1974 #. type: textblock
1975 #: ../src/guestfs.pod:992
1976 msgid ""
1977 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
1978 "L</guestfs_list_partitions> and similar calls return the true names of the "
1979 "devices and partitions as known to the appliance."
1980 msgstr ""
1981
1982 #. type: =head3
1983 #: ../src/guestfs.pod:997
1984 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
1985 msgstr ""
1986
1987 #. type: textblock
1988 #: ../src/guestfs.pod:999
1989 msgid ""
1990 "Usually this translation is transparent.  However in some (very rare)  cases "
1991 "you may need to know the exact algorithm.  Such cases include where you use "
1992 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
1993 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
1994 "devices."
1995 msgstr ""
1996
1997 #. type: textblock
1998 #: ../src/guestfs.pod:1005
1999 msgid ""
2000 "The algorithm is applied only to I<parameters> which are known to be either "
2001 "device or partition names.  Return values from functions such as "
2002 "L</guestfs_list_devices> are never changed."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:1013
2007 msgid "Is the string a parameter which is a device or partition name?"
2008 msgstr ""
2009
2010 #. type: textblock
2011 #: ../src/guestfs.pod:1017
2012 msgid "Does the string begin with C</dev/sd>?"
2013 msgstr ""
2014
2015 #. type: textblock
2016 #: ../src/guestfs.pod:1021
2017 msgid ""
2018 "Does the named device exist? If so, we use that device.  However if I<not> "
2019 "then we continue with this algorithm."
2020 msgstr ""
2021
2022 #. type: textblock
2023 #: ../src/guestfs.pod:1026
2024 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2025 msgstr ""
2026
2027 #. type: textblock
2028 #: ../src/guestfs.pod:1028
2029 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2030 msgstr ""
2031
2032 #. type: textblock
2033 #: ../src/guestfs.pod:1030
2034 msgid "If that named device exists, use it.  If not, continue."
2035 msgstr ""
2036
2037 #. type: textblock
2038 #: ../src/guestfs.pod:1034
2039 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2040 msgstr ""
2041
2042 #. type: textblock
2043 #: ../src/guestfs.pod:1036
2044 msgid "If that named device exists, use it.  If not, return an error."
2045 msgstr ""
2046
2047 #. type: =head3
2048 #: ../src/guestfs.pod:1040
2049 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2050 msgstr ""
2051
2052 #. type: textblock
2053 #: ../src/guestfs.pod:1042
2054 msgid ""
2055 "Although the standard naming scheme and automatic translation is useful for "
2056 "simple programs and guestfish scripts, for larger programs it is best not to "
2057 "rely on this mechanism."
2058 msgstr ""
2059
2060 #. type: textblock
2061 #: ../src/guestfs.pod:1046
2062 msgid ""
2063 "Where possible for maximum future portability programs using libguestfs "
2064 "should use these future-proof techniques:"
2065 msgstr ""
2066
2067 #. type: textblock
2068 #: ../src/guestfs.pod:1053
2069 msgid ""
2070 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2071 "device names, and then use those names directly."
2072 msgstr ""
2073
2074 #. type: textblock
2075 #: ../src/guestfs.pod:1056
2076 msgid "Since those device names exist by definition, they will never be translated."
2077 msgstr ""
2078
2079 #. type: textblock
2080 #: ../src/guestfs.pod:1061
2081 msgid ""
2082 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2083 "filesystem labels."
2084 msgstr ""
2085
2086 #. type: =head1
2087 #: ../src/guestfs.pod:1066
2088 msgid "SECURITY"
2089 msgstr ""
2090
2091 #. type: textblock
2092 #: ../src/guestfs.pod:1068
2093 msgid ""
2094 "This section discusses security implications of using libguestfs, "
2095 "particularly with untrusted or malicious guests or disk images."
2096 msgstr ""
2097
2098 #. type: =head2
2099 #: ../src/guestfs.pod:1071
2100 msgid "GENERAL SECURITY CONSIDERATIONS"
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1073
2105 msgid ""
2106 "Be careful with any files or data that you download from a guest (by "
2107 "\"download\" we mean not just the L</guestfs_download> command but any "
2108 "command that reads files, filenames, directories or anything else from a "
2109 "disk image).  An attacker could manipulate the data to fool your program "
2110 "into doing the wrong thing.  Consider cases such as:"
2111 msgstr ""
2112
2113 #. type: textblock
2114 #: ../src/guestfs.pod:1083
2115 msgid "the data (file etc) not being present"
2116 msgstr ""
2117
2118 #. type: textblock
2119 #: ../src/guestfs.pod:1087
2120 msgid "being present but empty"
2121 msgstr ""
2122
2123 #. type: textblock
2124 #: ../src/guestfs.pod:1091
2125 msgid "being much larger than normal"
2126 msgstr ""
2127
2128 #. type: textblock
2129 #: ../src/guestfs.pod:1095
2130 msgid "containing arbitrary 8 bit data"
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1099
2135 msgid "being in an unexpected character encoding"
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: ../src/guestfs.pod:1103
2140 msgid "containing homoglyphs."
2141 msgstr ""
2142
2143 #. type: =head2
2144 #: ../src/guestfs.pod:1107
2145 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1109
2150 msgid ""
2151 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2152 "(VFS) module can sometimes be escalated into exploits by deliberately "
2153 "creating a malicious, malformed filesystem.  These exploits are very severe "
2154 "for two reasons.  Firstly there are very many filesystem drivers in the "
2155 "kernel, and many of them are infrequently used and not much developer "
2156 "attention has been paid to the code.  Linux userspace helps potential "
2157 "crackers by detecting the filesystem type and automatically choosing the "
2158 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2159 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2160 "exploit (worse in some ways), giving immediate and total access to the "
2161 "system right down to the hardware level."
2162 msgstr ""
2163
2164 #. type: textblock
2165 #: ../src/guestfs.pod:1122
2166 msgid ""
2167 "That explains why you should never mount a filesystem from an untrusted "
2168 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2169 "inside a qemu virtual machine, usually running as a non-root user.  The "
2170 "attacker would need to write a filesystem which first exploited the kernel, "
2171 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2172 "the libguestfs protocol, and finally to be as serious as the host kernel "
2173 "exploit it would need to escalate its privileges to root.  This multi-step "
2174 "escalation, performed by a static piece of data, is thought to be extremely "
2175 "hard to do, although we never say 'never' about security issues."
2176 msgstr ""
2177
2178 #. type: textblock
2179 #: ../src/guestfs.pod:1133
2180 msgid ""
2181 "In any case callers can reduce the attack surface by forcing the filesystem "
2182 "type when mounting (use L</guestfs_mount_vfs>)."
2183 msgstr ""
2184
2185 #. type: =head2
2186 #: ../src/guestfs.pod:1136
2187 msgid "PROTOCOL SECURITY"
2188 msgstr ""
2189
2190 #. type: textblock
2191 #: ../src/guestfs.pod:1138
2192 msgid ""
2193 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2194 "defined upper message size.  However a program that uses libguestfs must "
2195 "also take care - for example you can write a program that downloads a binary "
2196 "from a disk image and executes it locally, and no amount of protocol "
2197 "security will save you from the consequences."
2198 msgstr ""
2199
2200 #. type: =head2
2201 #: ../src/guestfs.pod:1144
2202 msgid "INSPECTION SECURITY"
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: ../src/guestfs.pod:1146
2207 msgid ""
2208 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2209 "directly from the guest, and these could contain any 8 bit data.  Callers "
2210 "should be careful to escape these before printing them to a structured file "
2211 "(for example, use HTML escaping if creating a web page)."
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1152
2216 msgid ""
2217 "Guest configuration may be altered in unusual ways by the administrator of "
2218 "the virtual machine, and may not reflect reality (particularly for untrusted "
2219 "or actively malicious guests).  For example we parse the hostname from "
2220 "configuration files like C</etc/sysconfig/network> that we find in the "
2221 "guest, but the guest administrator can easily manipulate these files to "
2222 "provide the wrong hostname."
2223 msgstr ""
2224
2225 #. type: textblock
2226 #: ../src/guestfs.pod:1160
2227 msgid ""
2228 "The inspection API parses guest configuration using two external libraries: "
2229 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2230 "designed to be robust in the face of malicious data, although denial of "
2231 "service attacks are still possible, for example with oversized configuration "
2232 "files."
2233 msgstr ""
2234
2235 #. type: =head2
2236 #: ../src/guestfs.pod:1166
2237 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2238 msgstr ""
2239
2240 #. type: textblock
2241 #: ../src/guestfs.pod:1168
2242 msgid ""
2243 "Be very cautious about running commands from the guest.  By running a "
2244 "command in the guest, you are giving CPU time to a binary that you do not "
2245 "control, under the same user account as the library, albeit wrapped in qemu "
2246 "virtualization.  More information and alternatives can be found in the "
2247 "section L</RUNNING COMMANDS>."
2248 msgstr ""
2249
2250 #. type: =head2
2251 #: ../src/guestfs.pod:1174
2252 msgid "CVE-2010-3851"
2253 msgstr ""
2254
2255 #. type: textblock
2256 #: ../src/guestfs.pod:1176
2257 msgid "https://bugzilla.redhat.com/642934"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1178
2262 msgid ""
2263 "This security bug concerns the automatic disk format detection that qemu "
2264 "does on disk images."
2265 msgstr ""
2266
2267 #. type: textblock
2268 #: ../src/guestfs.pod:1181
2269 msgid ""
2270 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2271 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2272 "for one of the known headers, and if none is found then assuming the disk "
2273 "image must be raw."
2274 msgstr ""
2275
2276 #. type: textblock
2277 #: ../src/guestfs.pod:1186
2278 msgid ""
2279 "This allows a guest which has been given a raw disk image to write some "
2280 "other header.  At next boot (or when the disk image is accessed by "
2281 "libguestfs) qemu would do autodetection and think the disk image format was, "
2282 "say, qcow2 based on the header written by the guest."
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1191
2287 msgid ""
2288 "This in itself would not be a problem, but qcow2 offers many features, one "
2289 "of which is to allow a disk image to refer to another image (called the "
2290 "\"backing disk\").  It does this by placing the path to the backing disk "
2291 "into the qcow2 header.  This path is not validated and could point to any "
2292 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2293 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2294 "control of the attacker."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: ../src/guestfs.pod:1199
2299 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2300 msgstr ""
2301
2302 #. type: textblock
2303 #: ../src/guestfs.pod:1206
2304 msgid "You have enabled the network or have opened the disk in write mode."
2305 msgstr ""
2306
2307 #. type: textblock
2308 #: ../src/guestfs.pod:1210
2309 msgid ""
2310 "You are also running untrusted code from the guest (see L</RUNNING "
2311 "COMMANDS>)."
2312 msgstr ""
2313
2314 #. type: textblock
2315 #: ../src/guestfs.pod:1215
2316 msgid ""
2317 "The way to avoid this is to specify the expected disk format when adding "
2318 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2319 "should always do this if the disk is raw format, and it's a good idea for "
2320 "other cases too."
2321 msgstr ""
2322
2323 #. type: textblock
2324 #: ../src/guestfs.pod:1220
2325 msgid ""
2326 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2327 "format is fetched from libvirt and passed through."
2328 msgstr ""
2329
2330 #. type: textblock
2331 #: ../src/guestfs.pod:1223
2332 msgid ""
2333 "For libguestfs tools, use the I<--format> command line parameter as "
2334 "appropriate."
2335 msgstr ""
2336
2337 #. type: =head1
2338 #: ../src/guestfs.pod:1226
2339 msgid "CONNECTION MANAGEMENT"
2340 msgstr ""
2341
2342 #. type: =head2
2343 #: ../src/guestfs.pod:1228
2344 msgid "guestfs_h *"
2345 msgstr ""
2346
2347 #. type: textblock
2348 #: ../src/guestfs.pod:1230
2349 msgid ""
2350 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2351 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2352 "handle and release all resources used."
2353 msgstr ""
2354
2355 #. type: textblock
2356 #: ../src/guestfs.pod:1234
2357 msgid ""
2358 "For information on using multiple handles and threads, see the section "
2359 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2360 msgstr ""
2361
2362 #. type: =head2
2363 #: ../src/guestfs.pod:1237
2364 msgid "guestfs_create"
2365 msgstr ""
2366
2367 #. type: verbatim
2368 #: ../src/guestfs.pod:1239
2369 #, no-wrap
2370 msgid ""
2371 " guestfs_h *guestfs_create (void);\n"
2372 "\n"
2373 msgstr ""
2374
2375 #. type: textblock
2376 #: ../src/guestfs.pod:1241
2377 msgid "Create a connection handle."
2378 msgstr ""
2379
2380 #. type: textblock
2381 #: ../src/guestfs.pod:1243
2382 msgid ""
2383 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2384 "on the handle at least once."
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1246
2389 msgid ""
2390 "This function returns a non-NULL pointer to a handle on success or NULL on "
2391 "error."
2392 msgstr ""
2393
2394 #. type: textblock
2395 #: ../src/guestfs.pod:1249
2396 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2397 msgstr ""
2398
2399 #. type: textblock
2400 #: ../src/guestfs.pod:1251
2401 msgid ""
2402 "You may also want to configure error handling for the handle.  See L</ERROR "
2403 "HANDLING> section below."
2404 msgstr ""
2405
2406 #. type: =head2
2407 #: ../src/guestfs.pod:1254
2408 msgid "guestfs_close"
2409 msgstr ""
2410
2411 #. type: verbatim
2412 #: ../src/guestfs.pod:1256
2413 #, no-wrap
2414 msgid ""
2415 " void guestfs_close (guestfs_h *g);\n"
2416 "\n"
2417 msgstr ""
2418
2419 #. type: textblock
2420 #: ../src/guestfs.pod:1258
2421 msgid "This closes the connection handle and frees up all resources used."
2422 msgstr ""
2423
2424 #. type: =head1
2425 #: ../src/guestfs.pod:1260
2426 msgid "ERROR HANDLING"
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: ../src/guestfs.pod:1262
2431 msgid ""
2432 "API functions can return errors.  For example, almost all functions that "
2433 "return C<int> will return C<-1> to indicate an error."
2434 msgstr ""
2435
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1265
2438 msgid ""
2439 "Additional information is available for errors: an error message string and "
2440 "optionally an error number (errno) if the thing that failed was a system "
2441 "call."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1269
2446 msgid ""
2447 "You can get at the additional information about the last error on the handle "
2448 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2449 "up an error handler with L</guestfs_set_error_handler>."
2450 msgstr ""
2451
2452 #. type: textblock
2453 #: ../src/guestfs.pod:1274
2454 msgid ""
2455 "When the handle is created, a default error handler is installed which "
2456 "prints the error message string to C<stderr>.  For small short-running "
2457 "command line programs it is sufficient to do:"
2458 msgstr ""
2459
2460 #. type: verbatim
2461 #: ../src/guestfs.pod:1278
2462 #, no-wrap
2463 msgid ""
2464 " if (guestfs_launch (g) == -1)\n"
2465 "   exit (EXIT_FAILURE);\n"
2466 "\n"
2467 msgstr ""
2468
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1281
2471 msgid ""
2472 "since the default error handler will ensure that an error message has been "
2473 "printed to C<stderr> before the program exits."
2474 msgstr ""
2475
2476 #. type: textblock
2477 #: ../src/guestfs.pod:1284
2478 msgid ""
2479 "For other programs the caller will almost certainly want to install an "
2480 "alternate error handler or do error handling in-line like this:"
2481 msgstr ""
2482
2483 #. type: verbatim
2484 #: ../src/guestfs.pod:1287
2485 #, no-wrap
2486 msgid ""
2487 " g = guestfs_create ();\n"
2488 " \n"
2489 msgstr ""
2490
2491 #. type: verbatim
2492 #: ../src/guestfs.pod:1289
2493 #, no-wrap
2494 msgid ""
2495 " /* This disables the default behaviour of printing errors\n"
2496 "    on stderr. */\n"
2497 " guestfs_set_error_handler (g, NULL, NULL);\n"
2498 " \n"
2499 msgstr ""
2500
2501 #. type: verbatim
2502 #: ../src/guestfs.pod:1293
2503 #, no-wrap
2504 msgid ""
2505 " if (guestfs_launch (g) == -1) {\n"
2506 "   /* Examine the error message and print it etc. */\n"
2507 "   char *msg = guestfs_last_error (g);\n"
2508 "   int errnum = guestfs_last_errno (g);\n"
2509 "   fprintf (stderr, \"%s\\n\", msg);\n"
2510 "   /* ... */\n"
2511 "  }\n"
2512 "\n"
2513 msgstr ""
2514
2515 #. type: textblock
2516 #: ../src/guestfs.pod:1301
2517 msgid ""
2518 "Out of memory errors are handled differently.  The default action is to call "
2519 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2520 "L</guestfs_set_out_of_memory_handler>."
2521 msgstr ""
2522
2523 #. type: textblock
2524 #: ../src/guestfs.pod:1305
2525 msgid ""
2526 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2527 "because there is no handle if this happens there is no way to get additional "
2528 "error information.  However L</guestfs_create> is supposed to be a "
2529 "lightweight operation which can only fail because of insufficient memory (it "
2530 "returns NULL in this case)."
2531 msgstr ""
2532
2533 #. type: =head2
2534 #: ../src/guestfs.pod:1311
2535 msgid "guestfs_last_error"
2536 msgstr ""
2537
2538 #. type: verbatim
2539 #: ../src/guestfs.pod:1313
2540 #, no-wrap
2541 msgid ""
2542 " const char *guestfs_last_error (guestfs_h *g);\n"
2543 "\n"
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1315
2548 msgid ""
2549 "This returns the last error message that happened on C<g>.  If there has not "
2550 "been an error since the handle was created, then this returns C<NULL>."
2551 msgstr ""
2552
2553 #. type: textblock
2554 #: ../src/guestfs.pod:1319
2555 msgid ""
2556 "The lifetime of the returned string is until the next error occurs, or "
2557 "L</guestfs_close> is called."
2558 msgstr ""
2559
2560 #. type: =head2
2561 #: ../src/guestfs.pod:1322
2562 msgid "guestfs_last_errno"
2563 msgstr ""
2564
2565 #. type: verbatim
2566 #: ../src/guestfs.pod:1324
2567 #, no-wrap
2568 msgid ""
2569 " int guestfs_last_errno (guestfs_h *g);\n"
2570 "\n"
2571 msgstr ""
2572
2573 #. type: textblock
2574 #: ../src/guestfs.pod:1326
2575 msgid "This returns the last error number (errno) that happened on C<g>."
2576 msgstr ""
2577
2578 #. type: textblock
2579 #: ../src/guestfs.pod:1328
2580 msgid "If successful, an errno integer not equal to zero is returned."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1330
2585 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2586 msgstr ""
2587
2588 #. type: textblock
2589 #: ../src/guestfs.pod:1337
2590 msgid "There has not been any error on the handle."
2591 msgstr ""
2592
2593 #. type: textblock
2594 #: ../src/guestfs.pod:1341
2595 msgid ""
2596 "There has been an error but the errno was meaningless.  This corresponds to "
2597 "the case where the error did not come from a failed system call, but for "
2598 "some other reason."
2599 msgstr ""
2600
2601 #. type: textblock
2602 #: ../src/guestfs.pod:1347
2603 msgid ""
2604 "There was an error from a failed system call, but for some reason the errno "
2605 "was not captured and returned.  This usually indicates a bug in libguestfs."
2606 msgstr ""
2607
2608 #. type: textblock
2609 #: ../src/guestfs.pod:1353
2610 msgid ""
2611 "Libguestfs tries to convert the errno from inside the applicance into a "
2612 "corresponding errno for the caller (not entirely trivial: the appliance "
2613 "might be running a completely different operating system from the library "
2614 "and error numbers are not standardized across Un*xen).  If this could not be "
2615 "done, then the error is translated to C<EINVAL>.  In practice this should "
2616 "only happen in very rare circumstances."
2617 msgstr ""
2618
2619 #. type: =head2
2620 #: ../src/guestfs.pod:1361
2621 msgid "guestfs_set_error_handler"
2622 msgstr ""
2623
2624 #. type: verbatim
2625 #: ../src/guestfs.pod:1363
2626 #, no-wrap
2627 msgid ""
2628 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2629 "                                           void *opaque,\n"
2630 "                                           const char *msg);\n"
2631 " void guestfs_set_error_handler (guestfs_h *g,\n"
2632 "                                 guestfs_error_handler_cb cb,\n"
2633 "                                 void *opaque);\n"
2634 "\n"
2635 msgstr ""
2636
2637 #. type: textblock
2638 #: ../src/guestfs.pod:1370
2639 msgid ""
2640 "The callback C<cb> will be called if there is an error.  The parameters "
2641 "passed to the callback are an opaque data pointer and the error message "
2642 "string."
2643 msgstr ""
2644
2645 #. type: textblock
2646 #: ../src/guestfs.pod:1374
2647 msgid ""
2648 "C<errno> is not passed to the callback.  To get that the callback must call "
2649 "L</guestfs_last_errno>."
2650 msgstr ""
2651
2652 #. type: textblock
2653 #: ../src/guestfs.pod:1377
2654 msgid ""
2655 "Note that the message string C<msg> is freed as soon as the callback "
2656 "function returns, so if you want to stash it somewhere you must make your "
2657 "own copy."
2658 msgstr ""
2659
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1381
2662 msgid "The default handler prints messages on C<stderr>."
2663 msgstr ""
2664
2665 #. type: textblock
2666 #: ../src/guestfs.pod:1383
2667 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2668 msgstr ""
2669
2670 #. type: =head2
2671 #: ../src/guestfs.pod:1385
2672 msgid "guestfs_get_error_handler"
2673 msgstr ""
2674
2675 #. type: verbatim
2676 #: ../src/guestfs.pod:1387
2677 #, no-wrap
2678 msgid ""
2679 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2680 "                                                     void **opaque_rtn);\n"
2681 "\n"
2682 msgstr ""
2683
2684 #. type: textblock
2685 #: ../src/guestfs.pod:1390
2686 msgid "Returns the current error handler callback."
2687 msgstr ""
2688
2689 #. type: =head2
2690 #: ../src/guestfs.pod:1392
2691 msgid "guestfs_set_out_of_memory_handler"
2692 msgstr ""
2693
2694 #. type: verbatim
2695 #: ../src/guestfs.pod:1394
2696 #, no-wrap
2697 msgid ""
2698 " typedef void (*guestfs_abort_cb) (void);\n"
2699 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2700 "                                        guestfs_abort_cb);\n"
2701 "\n"
2702 msgstr ""
2703
2704 #. type: textblock
2705 #: ../src/guestfs.pod:1398
2706 msgid ""
2707 "The callback C<cb> will be called if there is an out of memory situation.  "
2708 "I<Note this callback must not return>."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: ../src/guestfs.pod:1401
2713 msgid "The default is to call L<abort(3)>."
2714 msgstr ""
2715
2716 #. type: textblock
2717 #: ../src/guestfs.pod:1403
2718 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2719 msgstr ""
2720
2721 #. type: =head2
2722 #: ../src/guestfs.pod:1406
2723 msgid "guestfs_get_out_of_memory_handler"
2724 msgstr ""
2725
2726 #. type: verbatim
2727 #: ../src/guestfs.pod:1408
2728 #, no-wrap
2729 msgid ""
2730 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2731 "\n"
2732 msgstr ""
2733
2734 #. type: textblock
2735 #: ../src/guestfs.pod:1410
2736 msgid "This returns the current out of memory handler."
2737 msgstr ""
2738
2739 #. type: =head1
2740 #: ../src/guestfs.pod:1412
2741 msgid "API CALLS"
2742 msgstr ""
2743
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
2746 msgid "@ACTIONS@"
2747 msgstr ""
2748
2749 #. type: =head1
2750 #: ../src/guestfs.pod:1416
2751 msgid "STRUCTURES"
2752 msgstr ""
2753
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1418
2756 msgid "@STRUCTS@"
2757 msgstr ""
2758
2759 #. type: =head1
2760 #: ../src/guestfs.pod:1420
2761 msgid "AVAILABILITY"
2762 msgstr ""
2763
2764 #. type: =head2
2765 #: ../src/guestfs.pod:1422
2766 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2767 msgstr ""
2768
2769 #. type: textblock
2770 #: ../src/guestfs.pod:1424
2771 msgid ""
2772 "Using L</guestfs_available> you can test availability of the following "
2773 "groups of functions.  This test queries the appliance to see if the "
2774 "appliance you are currently using supports the functionality."
2775 msgstr ""
2776
2777 #. type: textblock
2778 #: ../src/guestfs.pod:1429
2779 msgid "@AVAILABILITY@"
2780 msgstr ""
2781
2782 #. type: =head2
2783 #: ../src/guestfs.pod:1431
2784 msgid "GUESTFISH supported COMMAND"
2785 msgstr ""
2786
2787 #. type: textblock
2788 #: ../src/guestfs.pod:1433
2789 msgid ""
2790 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2791 "prints out the available groups and whether they are supported by this build "
2792 "of libguestfs.  Note however that you have to do C<run> first."
2793 msgstr ""
2794
2795 #. type: =head2
2796 #: ../src/guestfs.pod:1438
2797 msgid "SINGLE CALLS AT COMPILE TIME"
2798 msgstr ""
2799
2800 #. type: textblock
2801 #: ../src/guestfs.pod:1440
2802 msgid ""
2803 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2804 "function, such as:"
2805 msgstr ""
2806
2807 #. type: verbatim
2808 #: ../src/guestfs.pod:1443
2809 #, no-wrap
2810 msgid ""
2811 " #define LIBGUESTFS_HAVE_DD 1\n"
2812 "\n"
2813 msgstr ""
2814
2815 #. type: textblock
2816 #: ../src/guestfs.pod:1445
2817 msgid "if L</guestfs_dd> is available."
2818 msgstr ""
2819
2820 #. type: textblock
2821 #: ../src/guestfs.pod:1447
2822 msgid ""
2823 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2824 "function is available at compile time, we recommended using build tools such "
2825 "as autoconf or cmake.  For example in autotools you could use:"
2826 msgstr ""
2827
2828 #. type: verbatim
2829 #: ../src/guestfs.pod:1452
2830 #, no-wrap
2831 msgid ""
2832 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2833 " AC_CHECK_FUNCS([guestfs_dd])\n"
2834 "\n"
2835 msgstr ""
2836
2837 #. type: textblock
2838 #: ../src/guestfs.pod:1455
2839 msgid ""
2840 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2841 "in your program."
2842 msgstr ""
2843
2844 #. type: =head2
2845 #: ../src/guestfs.pod:1458
2846 msgid "SINGLE CALLS AT RUN TIME"
2847 msgstr ""
2848
2849 #. type: textblock
2850 #: ../src/guestfs.pod:1460
2851 msgid ""
2852 "Testing at compile time doesn't guarantee that a function really exists in "
2853 "the library.  The reason is that you might be dynamically linked against a "
2854 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2855 "This situation unfortunately results in a segmentation fault, which is a "
2856 "shortcoming of the C dynamic linking system itself."
2857 msgstr ""
2858
2859 #. type: textblock
2860 #: ../src/guestfs.pod:1467
2861 msgid ""
2862 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2863 "in this example program (note that you still need the compile time check as "
2864 "well):"
2865 msgstr ""
2866
2867 #. type: verbatim
2868 #: ../src/guestfs.pod:1471
2869 #, no-wrap
2870 msgid ""
2871 " #include <stdio.h>\n"
2872 " #include <stdlib.h>\n"
2873 " #include <unistd.h>\n"
2874 " #include <dlfcn.h>\n"
2875 " #include <guestfs.h>\n"
2876 " \n"
2877 msgstr ""
2878
2879 #. type: verbatim
2880 #: ../src/guestfs.pod:1477
2881 #, no-wrap
2882 msgid ""
2883 " main ()\n"
2884 " {\n"
2885 " #ifdef LIBGUESTFS_HAVE_DD\n"
2886 "   void *dl;\n"
2887 "   int has_function;\n"
2888 " \n"
2889 msgstr ""
2890
2891 #. type: verbatim
2892 #: ../src/guestfs.pod:1483
2893 #, no-wrap
2894 msgid ""
2895 "   /* Test if the function guestfs_dd is really available. */\n"
2896 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2897 "   if (!dl) {\n"
2898 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2899 "     exit (EXIT_FAILURE);\n"
2900 "   }\n"
2901 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2902 "   dlclose (dl);\n"
2903 " \n"
2904 msgstr ""
2905
2906 #. type: verbatim
2907 #: ../src/guestfs.pod:1492
2908 #, no-wrap
2909 msgid ""
2910 "   if (!has_function)\n"
2911 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2912 "   else {\n"
2913 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2914 "     /* Now it's safe to call\n"
2915 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2916 "     */\n"
2917 "   }\n"
2918 " #else\n"
2919 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2920 " #endif\n"
2921 "  }\n"
2922 "\n"
2923 msgstr ""
2924
2925 #. type: textblock
2926 #: ../src/guestfs.pod:1505
2927 msgid ""
2928 "You may think the above is an awful lot of hassle, and it is.  There are "
2929 "other ways outside of the C linking system to ensure that this kind of "
2930 "incompatibility never arises, such as using package versioning:"
2931 msgstr ""
2932
2933 #. type: verbatim
2934 #: ../src/guestfs.pod:1510
2935 #, no-wrap
2936 msgid ""
2937 " Requires: libguestfs >= 1.0.80\n"
2938 "\n"
2939 msgstr ""
2940
2941 #. type: =head1
2942 #: ../src/guestfs.pod:1512
2943 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1514
2948 msgid ""
2949 "A recent feature of the API is the introduction of calls which take optional "
2950 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2951 "takes variable arguments (ie. C<...>), as in this example:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1519
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1521
2964 msgid ""
2965 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2966 "call with no optional arguments specified:"
2967 msgstr ""
2968
2969 #. type: verbatim
2970 #: ../src/guestfs.pod:1524
2971 #, no-wrap
2972 msgid ""
2973 " guestfs_add_drive_opts (g, filename, -1);\n"
2974 "\n"
2975 msgstr ""
2976
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1526
2979 msgid "With a single optional argument:"
2980 msgstr ""
2981
2982 #. type: verbatim
2983 #: ../src/guestfs.pod:1528
2984 #, no-wrap
2985 msgid ""
2986 " guestfs_add_drive_opts (g, filename,\n"
2987 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2988 "                         -1);\n"
2989 "\n"
2990 msgstr ""
2991
2992 #. type: textblock
2993 #: ../src/guestfs.pod:1532
2994 msgid "With two:"
2995 msgstr ""
2996
2997 #. type: verbatim
2998 #: ../src/guestfs.pod:1534
2999 #, no-wrap
3000 msgid ""
3001 " guestfs_add_drive_opts (g, filename,\n"
3002 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3003 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3004 "                         -1);\n"
3005 "\n"
3006 msgstr ""
3007
3008 #. type: textblock
3009 #: ../src/guestfs.pod:1539
3010 msgid ""
3011 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3012 "happen!"
3013 msgstr ""
3014
3015 #. type: =head2
3016 #: ../src/guestfs.pod:1542
3017 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3018 msgstr ""
3019
3020 #. type: textblock
3021 #: ../src/guestfs.pod:1544
3022 msgid ""
3023 "The second variant has the same name with the suffix C<_va>, which works the "
3024 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3025 "example function, this is declared:"
3026 msgstr ""
3027
3028 #. type: verbatim
3029 #: ../src/guestfs.pod:1548
3030 #, no-wrap
3031 msgid ""
3032 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3033 "                                va_list args);\n"
3034 "\n"
3035 msgstr ""
3036
3037 #. type: =head2
3038 #: ../src/guestfs.pod:1551
3039 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3040 msgstr ""
3041
3042 #. type: textblock
3043 #: ../src/guestfs.pod:1553
3044 msgid ""
3045 "The third variant is useful where you need to construct these calls.  You "
3046 "pass in a structure where you fill in the optional fields.  The structure "
3047 "has a bitmask as the first element which you must set to indicate which "
3048 "fields you have filled in.  For our example function the structure and call "
3049 "are declared:"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1559
3054 #, no-wrap
3055 msgid ""
3056 " struct guestfs_add_drive_opts_argv {\n"
3057 "   uint64_t bitmask;\n"
3058 "   int readonly;\n"
3059 "   const char *format;\n"
3060 "   /* ... */\n"
3061 " };\n"
3062 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3063 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3064 "\n"
3065 msgstr ""
3066
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1568
3069 msgid "You could call it like this:"
3070 msgstr ""
3071
3072 #. type: verbatim
3073 #: ../src/guestfs.pod:1570
3074 #, no-wrap
3075 msgid ""
3076 " struct guestfs_add_drive_opts_argv optargs = {\n"
3077 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3078 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3079 "   .readonly = 1,\n"
3080 "   .format = \"qcow2\"\n"
3081 " };\n"
3082 " \n"
3083 msgstr ""
3084
3085 #. type: verbatim
3086 #: ../src/guestfs.pod:1577
3087 #, no-wrap
3088 msgid ""
3089 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3090 "\n"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1253 ../tools/virt-win-reg.pl:532
3095 msgid "Notes:"
3096 msgstr ""
3097
3098 #. type: textblock
3099 #: ../src/guestfs.pod:1585
3100 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3101 msgstr ""
3102
3103 #. type: textblock
3104 #: ../src/guestfs.pod:1590
3105 msgid "You do not need to fill in all fields of the structure."
3106 msgstr ""
3107
3108 #. type: textblock
3109 #: ../src/guestfs.pod:1594
3110 msgid ""
3111 "There must be a one-to-one correspondence between fields of the structure "
3112 "that are filled in, and bits set in the bitmask."
3113 msgstr ""
3114
3115 #. type: =head2
3116 #: ../src/guestfs.pod:1599
3117 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3118 msgstr ""
3119
3120 #. type: textblock
3121 #: ../src/guestfs.pod:1601
3122 msgid ""
3123 "In other languages, optional arguments are expressed in the way that is "
3124 "natural for that language.  We refer you to the language-specific "
3125 "documentation for more details on that."
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1605
3130 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3131 msgstr ""
3132
3133 #. type: =head2
3134 #: ../src/guestfs.pod:1607
3135 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3136 msgstr ""
3137
3138 #. type: textblock
3139 #: ../src/guestfs.pod:1609
3140 msgid ""
3141 "The child process generates events in some situations.  Current events "
3142 "include: receiving a log message, the child process exits."
3143 msgstr ""
3144
3145 #. type: textblock
3146 #: ../src/guestfs.pod:1612
3147 msgid ""
3148 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3149 "types of events."
3150 msgstr ""
3151
3152 #. type: textblock
3153 #: ../src/guestfs.pod:1615
3154 msgid ""
3155 "Only I<one callback of each type> can be registered for each handle.  "
3156 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3157 "that type.  Cancel all callbacks of this type by calling this function with "
3158 "C<cb> set to C<NULL>."
3159 msgstr ""
3160
3161 #. type: =head2
3162 #: ../src/guestfs.pod:1620
3163 msgid "guestfs_set_log_message_callback"
3164 msgstr ""
3165
3166 #. type: verbatim
3167 #: ../src/guestfs.pod:1622
3168 #, no-wrap
3169 msgid ""
3170 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3171 "                                         char *buf, int len);\n"
3172 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3173 "                                        guestfs_log_message_cb cb,\n"
3174 "                                        void *opaque);\n"
3175 "\n"
3176 msgstr ""
3177
3178 #. type: textblock
3179 #: ../src/guestfs.pod:1628
3180 msgid ""
3181 "The callback function C<cb> will be called whenever qemu or the guest writes "
3182 "anything to the console."
3183 msgstr ""
3184
3185 #. type: textblock
3186 #: ../src/guestfs.pod:1631
3187 msgid "Use this function to capture kernel messages and similar."
3188 msgstr ""
3189
3190 #. type: textblock
3191 #: ../src/guestfs.pod:1633
3192 msgid ""
3193 "Normally there is no log message handler, and log messages are just "
3194 "discarded."
3195 msgstr ""
3196
3197 #. type: =head2
3198 #: ../src/guestfs.pod:1636
3199 msgid "guestfs_set_subprocess_quit_callback"
3200 msgstr ""
3201
3202 #. type: verbatim
3203 #: ../src/guestfs.pod:1638
3204 #, no-wrap
3205 msgid ""
3206 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3207 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3208 "                                            guestfs_subprocess_quit_cb cb,\n"
3209 "                                            void *opaque);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1643
3215 msgid ""
3216 "The callback function C<cb> will be called when the child process quits, "
3217 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3218 "corresponds to a transition from any state to the CONFIG state)."
3219 msgstr ""
3220
3221 #. type: =head2
3222 #: ../src/guestfs.pod:1648
3223 msgid "guestfs_set_launch_done_callback"
3224 msgstr ""
3225
3226 #. type: verbatim
3227 #: ../src/guestfs.pod:1650
3228 #, no-wrap
3229 msgid ""
3230 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3231 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3232 "                                        guestfs_launch_done_cb cb,\n"
3233 "                                        void *opaque);\n"
3234 "\n"
3235 msgstr ""
3236
3237 #. type: textblock
3238 #: ../src/guestfs.pod:1655
3239 msgid ""
3240 "The callback function C<cb> will be called when the child process becomes "
3241 "ready first time after it has been launched.  (This corresponds to a "
3242 "transition from LAUNCHING to the READY state)."
3243 msgstr ""
3244
3245 #. type: =head2
3246 #: ../src/guestfs.pod:1659
3247 msgid "guestfs_set_close_callback"
3248 msgstr ""
3249
3250 #. type: verbatim
3251 #: ../src/guestfs.pod:1661
3252 #, no-wrap
3253 msgid ""
3254 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3255 " void guestfs_set_close_callback (guestfs_h *g,\n"
3256 "                                  guestfs_close_cb cb,\n"
3257 "                                  void *opaque);\n"
3258 "\n"
3259 msgstr ""
3260
3261 #. type: textblock
3262 #: ../src/guestfs.pod:1666
3263 msgid ""
3264 "The callback function C<cb> will be called while the handle is being closed "
3265 "(synchronously from L</guestfs_close>)."
3266 msgstr ""
3267
3268 #. type: textblock
3269 #: ../src/guestfs.pod:1669
3270 msgid ""
3271 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3272 "handles that are open when the program exits.  This means that this callback "
3273 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3274 "problems in higher-level languages (eg. if your HLL interpreter has already "
3275 "been cleaned up by the time this is called, and if your callback then jumps "
3276 "into some HLL function)."
3277 msgstr ""
3278
3279 #. type: =head2
3280 #: ../src/guestfs.pod:1677
3281 msgid "guestfs_set_progress_callback"
3282 msgstr ""
3283
3284 #. type: verbatim
3285 #: ../src/guestfs.pod:1679
3286 #, no-wrap
3287 msgid ""
3288 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3289 "                                      int proc_nr, int serial,\n"
3290 "                                      uint64_t position, uint64_t total);\n"
3291 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3292 "                                     guestfs_progress_cb cb,\n"
3293 "                                     void *opaque);\n"
3294 "\n"
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1686
3299 msgid ""
3300 "Some long-running operations can generate progress messages.  If this "
3301 "callback is registered, then it will be called each time a progress message "
3302 "is generated (usually two seconds after the operation started, and three "
3303 "times per second thereafter until it completes, although the frequency may "
3304 "change in future versions)."
3305 msgstr ""
3306
3307 #. type: textblock
3308 #: ../src/guestfs.pod:1692
3309 msgid ""
3310 "The callback receives two numbers: C<position> and C<total>.  The units of "
3311 "C<total> are not defined, although for some operations C<total> may relate "
3312 "in some way to the amount of data to be transferred (eg. in bytes or "
3313 "megabytes), and C<position> may be the portion which has been transferred."
3314 msgstr ""
3315
3316 #. type: textblock
3317 #: ../src/guestfs.pod:1698
3318 msgid "The only defined and stable parts of the API are:"
3319 msgstr ""
3320
3321 #. type: textblock
3322 #: ../src/guestfs.pod:1704
3323 msgid ""
3324 "The callback can display to the user some type of progress bar or indicator "
3325 "which shows the ratio of C<position>:C<total>."
3326 msgstr ""
3327
3328 #. type: textblock
3329 #: ../src/guestfs.pod:1709
3330 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3331 msgstr ""
3332
3333 #. type: textblock
3334 #: ../src/guestfs.pod:1713
3335 msgid ""
3336 "If any progress notification is sent during a call, then a final progress "
3337 "notification is always sent when C<position> = C<total>."
3338 msgstr ""
3339
3340 #. type: textblock
3341 #: ../src/guestfs.pod:1716
3342 msgid ""
3343 "This is to simplify caller code, so callers can easily set the progress "
3344 "indicator to \"100%\" at the end of the operation, without requiring special "
3345 "code to detect this case."
3346 msgstr ""
3347
3348 #. type: textblock
3349 #: ../src/guestfs.pod:1722
3350 msgid ""
3351 "The callback also receives the procedure number and serial number of the "
3352 "call.  These are only useful for debugging protocol issues, and the callback "
3353 "can normally ignore them.  The callback may want to print these numbers in "
3354 "error messages or debugging messages."
3355 msgstr ""
3356
3357 #. type: =head1
3358 #: ../src/guestfs.pod:1727
3359 msgid "PRIVATE DATA AREA"
3360 msgstr ""
3361
3362 #. type: textblock
3363 #: ../src/guestfs.pod:1729
3364 msgid ""
3365 "You can attach named pieces of private data to the libguestfs handle, and "
3366 "fetch them by name for the lifetime of the handle.  This is called the "
3367 "private data area and is only available from the C API."
3368 msgstr ""
3369
3370 #. type: textblock
3371 #: ../src/guestfs.pod:1733
3372 msgid "To attach a named piece of data, use the following call:"
3373 msgstr ""
3374
3375 #. type: verbatim
3376 #: ../src/guestfs.pod:1735
3377 #, no-wrap
3378 msgid ""
3379 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3380 "\n"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1737
3385 msgid ""
3386 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3387 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3388 "overwritten."
3389 msgstr ""
3390
3391 #. type: textblock
3392 #: ../src/guestfs.pod:1741
3393 msgid ""
3394 "You can use any C<key> you want, but names beginning with an underscore "
3395 "character are reserved for internal libguestfs purposes (for implementing "
3396 "language bindings).  It is recommended to prefix the name with some unique "
3397 "string to avoid collisions with other users."
3398 msgstr ""
3399
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1746
3402 msgid "To retrieve the pointer, use:"
3403 msgstr ""
3404
3405 #. type: verbatim
3406 #: ../src/guestfs.pod:1748
3407 #, no-wrap
3408 msgid ""
3409 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3410 "\n"
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: ../src/guestfs.pod:1750
3415 msgid ""
3416 "This function returns C<NULL> if either no data is found associated with "
3417 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3418 "C<NULL>."
3419 msgstr ""
3420
3421 #. type: textblock
3422 #: ../src/guestfs.pod:1754
3423 msgid ""
3424 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3425 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3426 "all.  In particular, libguestfs does I<not> try to free the data when the "
3427 "handle is closed.  If the data must be freed, then the caller must either "
3428 "free it before calling L</guestfs_close> or must set up a close callback to "
3429 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3430 "can be registered for a handle)."
3431 msgstr ""
3432
3433 #. type: textblock
3434 #: ../src/guestfs.pod:1762
3435 msgid ""
3436 "The private data area is implemented using a hash table, and should be "
3437 "reasonably efficient for moderate numbers of keys."
3438 msgstr ""
3439
3440 #. type: =end
3441 #: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770
3442 msgid "html"
3443 msgstr ""
3444
3445 #. type: textblock
3446 #: ../src/guestfs.pod:1767
3447 msgid ""
3448 "<!-- old anchor for the next section --> <a "
3449 "name=\"state_machine_and_low_level_event_api\"/>"
3450 msgstr ""
3451
3452 #. type: =head1
3453 #: ../src/guestfs.pod:1772
3454 msgid "ARCHITECTURE"
3455 msgstr ""
3456
3457 #. type: textblock
3458 #: ../src/guestfs.pod:1774
3459 msgid ""
3460 "Internally, libguestfs is implemented by running an appliance (a special "
3461 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3462 "process of the main program."
3463 msgstr ""
3464
3465 #. type: verbatim
3466 #: ../src/guestfs.pod:1778
3467 #, no-wrap
3468 msgid ""
3469 "  ___________________\n"
3470 " /                   \\\n"
3471 " | main program      |\n"
3472 " |                   |\n"
3473 " |                   |           child process / appliance\n"
3474 " |                   |           __________________________\n"
3475 " |                   |          / qemu                     \\\n"
3476 " +-------------------+   RPC    |      +-----------------+ |\n"
3477 " | libguestfs     <--------------------> guestfsd        | |\n"
3478 " |                   |          |      +-----------------+ |\n"
3479 " \\___________________/          |      | Linux kernel    | |\n"
3480 "                                |      +--^--------------+ |\n"
3481 "                                \\_________|________________/\n"
3482 "                                          |\n"
3483 "                                   _______v______\n"
3484 "                                  /              \\\n"
3485 "                                  | Device or    |\n"
3486 "                                  | disk image   |\n"
3487 "                                  \\______________/\n"
3488 "\n"
3489 msgstr ""
3490
3491 #. type: textblock
3492 #: ../src/guestfs.pod:1798
3493 msgid ""
3494 "The library, linked to the main program, creates the child process and hence "
3495 "the appliance in the L</guestfs_launch> function."
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1801
3500 msgid ""
3501 "Inside the appliance is a Linux kernel and a complete stack of userspace "
3502 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
3503 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
3504 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
3505 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
3506 "attached to the qemu process which translates device access by the "
3507 "appliance's Linux kernel into accesses to the image."
3508 msgstr ""
3509
3510 #. type: textblock
3511 #: ../src/guestfs.pod:1810
3512 msgid ""
3513 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
3514 "Although the disk image you are attached to might also be used by some "
3515 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
3516 "care if both libguestfs's qemu process and your virtual machine are trying "
3517 "to update the disk image at the same time, since these usually results in "
3518 "massive disk corruption)."
3519 msgstr ""
3520
3521 #. type: =head1
3522 #: ../src/guestfs.pod:1817
3523 msgid "STATE MACHINE"
3524 msgstr ""
3525
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1819
3528 msgid "libguestfs uses a state machine to model the child process:"
3529 msgstr ""
3530
3531 #. type: verbatim
3532 #: ../src/guestfs.pod:1821
3533 #, no-wrap
3534 msgid ""
3535 "                         |\n"
3536 "                    guestfs_create\n"
3537 "                         |\n"
3538 "                         |\n"
3539 "                     ____V_____\n"
3540 "                    /          \\\n"
3541 "                    |  CONFIG  |\n"
3542 "                    \\__________/\n"
3543 "                     ^ ^   ^  \\\n"
3544 "                    /  |    \\  \\ guestfs_launch\n"
3545 "                   /   |    _\\__V______\n"
3546 "                  /    |   /           \\\n"
3547 "                 /     |   | LAUNCHING |\n"
3548 "                /      |   \\___________/\n"
3549 "               /       |       /\n"
3550 "              /        |  guestfs_launch\n"
3551 "             /         |     /\n"
3552 "    ______  /        __|____V\n"
3553 "   /      \\ ------> /        \\\n"
3554 "   | BUSY |         | READY  |\n"
3555 "   \\______/ <------ \\________/\n"
3556 "\n"
3557 msgstr ""
3558
3559 #. type: textblock
3560 #: ../src/guestfs.pod:1843
3561 msgid ""
3562 "The normal transitions are (1) CONFIG (when the handle is created, but there "
3563 "is no child process), (2) LAUNCHING (when the child process is booting up), "
3564 "(3) alternating between READY and BUSY as commands are issued to, and "
3565 "carried out by, the child process."
3566 msgstr ""
3567
3568 #. type: textblock
3569 #: ../src/guestfs.pod:1848
3570 msgid ""
3571 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
3572 "asynchronously at any time (eg. due to some internal error), and that causes "
3573 "the state to transition back to CONFIG."
3574 msgstr ""
3575
3576 #. type: textblock
3577 #: ../src/guestfs.pod:1852
3578 msgid ""
3579 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
3580 "issued when in the CONFIG state."
3581 msgstr ""
3582
3583 #. type: textblock
3584 #: ../src/guestfs.pod:1855
3585 msgid ""
3586 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
3587 "L</guestfs_launch> blocks until the child process is READY to accept "
3588 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
3589 "moves the state from CONFIG to LAUNCHING while it is running."
3590 msgstr ""
3591
3592 #. type: textblock
3593 #: ../src/guestfs.pod:1861
3594 msgid ""
3595 "API actions such as L</guestfs_mount> can only be issued when in the READY "
3596 "state.  These API calls block waiting for the command to be carried out "
3597 "(ie. the state to transition to BUSY and then back to READY).  There are no "
3598 "non-blocking versions, and no way to issue more than one command per handle "
3599 "at the same time."
3600 msgstr ""
3601
3602 #. type: textblock
3603 #: ../src/guestfs.pod:1867
3604 msgid ""
3605 "Finally, the child process sends asynchronous messages back to the main "
3606 "program, such as kernel log messages.  You can register a callback to "
3607 "receive these messages."
3608 msgstr ""
3609
3610 #. type: =head1
3611 #: ../src/guestfs.pod:1871
3612 msgid "INTERNALS"
3613 msgstr ""
3614
3615 #. type: =head2
3616 #: ../src/guestfs.pod:1873
3617 msgid "COMMUNICATION PROTOCOL"
3618 msgstr ""
3619
3620 #. type: textblock
3621 #: ../src/guestfs.pod:1875
3622 msgid ""
3623 "Don't rely on using this protocol directly.  This section documents how it "
3624 "currently works, but it may change at any time."
3625 msgstr ""
3626
3627 #. type: textblock
3628 #: ../src/guestfs.pod:1878
3629 msgid ""
3630 "The protocol used to talk between the library and the daemon running inside "
3631 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3632 "1014, RFC 1832, RFC 4506)."
3633 msgstr ""
3634
3635 #. type: textblock
3636 #: ../src/guestfs.pod:1882
3637 msgid ""
3638 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3639 "this file is automatically generated)."
3640 msgstr ""
3641
3642 #. type: textblock
3643 #: ../src/guestfs.pod:1885
3644 msgid ""
3645 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3646 "and C<FileOut> parameters, which are handled with very simple request/reply "
3647 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3648 "parameters, which use the same request and reply messages, but they may also "
3649 "be followed by files sent using a chunked encoding."
3650 msgstr ""
3651
3652 #. type: =head3
3653 #: ../src/guestfs.pod:1892
3654 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3655 msgstr ""
3656
3657 #. type: textblock
3658 #: ../src/guestfs.pod:1894
3659 msgid "For ordinary functions, the request message is:"
3660 msgstr ""
3661
3662 #. type: verbatim
3663 #: ../src/guestfs.pod:1896
3664 #, no-wrap
3665 msgid ""
3666 " total length (header + arguments,\n"
3667 "      but not including the length word itself)\n"
3668 " struct guestfs_message_header (encoded as XDR)\n"
3669 " struct guestfs_<foo>_args (encoded as XDR)\n"
3670 "\n"
3671 msgstr ""
3672
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1901
3675 msgid ""
3676 "The total length field allows the daemon to allocate a fixed size buffer "
3677 "into which it slurps the rest of the message.  As a result, the total length "
3678 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3679 "effective size of any request is limited to somewhere under this size."
3680 msgstr ""
3681
3682 #. type: textblock
3683 #: ../src/guestfs.pod:1907
3684 msgid ""
3685 "Note also that many functions don't take any arguments, in which case the "
3686 "C<guestfs_I<foo>_args> is completely omitted."
3687 msgstr ""
3688
3689 #. type: textblock
3690 #: ../src/guestfs.pod:1910
3691 msgid ""
3692 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3693 "receiver knows what type of args structure to expect, or none at all."
3694 msgstr ""
3695
3696 #. type: textblock
3697 #: ../src/guestfs.pod:1914
3698 msgid ""
3699 "For functions that take optional arguments, the optional arguments are "
3700 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
3701 "arguments.  A bitmask in the header indicates which optional arguments are "
3702 "meaningful.  The bitmask is also checked to see if it contains bits set "
3703 "which the daemon does not know about (eg. if more optional arguments were "
3704 "added in a later version of the library), and this causes the call to be "
3705 "rejected."
3706 msgstr ""
3707
3708 #. type: textblock
3709 #: ../src/guestfs.pod:1922
3710 msgid "The reply message for ordinary functions is:"
3711 msgstr ""
3712
3713 #. type: verbatim
3714 #: ../src/guestfs.pod:1924
3715 #, no-wrap
3716 msgid ""
3717 " total length (header + ret,\n"
3718 "      but not including the length word itself)\n"
3719 " struct guestfs_message_header (encoded as XDR)\n"
3720 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3721 "\n"
3722 msgstr ""
3723
3724 #. type: textblock
3725 #: ../src/guestfs.pod:1929
3726 msgid ""
3727 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3728 "functions that return no formal return values."
3729 msgstr ""
3730
3731 #. type: textblock
3732 #: ../src/guestfs.pod:1932
3733 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3734 msgstr ""
3735
3736 #. type: textblock
3737 #: ../src/guestfs.pod:1935
3738 msgid ""
3739 "In the case of an error, a flag is set in the header, and the reply message "
3740 "is slightly changed:"
3741 msgstr ""
3742
3743 #. type: verbatim
3744 #: ../src/guestfs.pod:1938
3745 #, no-wrap
3746 msgid ""
3747 " total length (header + error,\n"
3748 "      but not including the length word itself)\n"
3749 " struct guestfs_message_header (encoded as XDR)\n"
3750 " struct guestfs_message_error (encoded as XDR)\n"
3751 "\n"
3752 msgstr ""
3753
3754 #. type: textblock
3755 #: ../src/guestfs.pod:1943
3756 msgid ""
3757 "The C<guestfs_message_error> structure contains the error message as a "
3758 "string."
3759 msgstr ""
3760
3761 #. type: =head3
3762 #: ../src/guestfs.pod:1946
3763 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3764 msgstr ""
3765
3766 #. type: textblock
3767 #: ../src/guestfs.pod:1948
3768 msgid ""
3769 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3770 "The normal request message is sent (see above).  However this is followed by "
3771 "a sequence of file chunks."
3772 msgstr ""
3773
3774 #. type: verbatim
3775 #: ../src/guestfs.pod:1952
3776 #, no-wrap
3777 msgid ""
3778 " total length (header + arguments,\n"
3779 "      but not including the length word itself,\n"
3780 "      and not including the chunks)\n"
3781 " struct guestfs_message_header (encoded as XDR)\n"
3782 " struct guestfs_<foo>_args (encoded as XDR)\n"
3783 " sequence of chunks for FileIn param #0\n"
3784 " sequence of chunks for FileIn param #1 etc.\n"
3785 "\n"
3786 msgstr ""
3787
3788 #. type: textblock
3789 #: ../src/guestfs.pod:1960
3790 msgid "The \"sequence of chunks\" is:"
3791 msgstr ""
3792
3793 #. type: verbatim
3794 #: ../src/guestfs.pod:1962
3795 #, no-wrap
3796 msgid ""
3797 " length of chunk (not including length word itself)\n"
3798 " struct guestfs_chunk (encoded as XDR)\n"
3799 " length of chunk\n"
3800 " struct guestfs_chunk (encoded as XDR)\n"
3801 "   ...\n"
3802 " length of chunk\n"
3803 " struct guestfs_chunk (with data.data_len == 0)\n"
3804 "\n"
3805 msgstr ""
3806
3807 #. type: textblock
3808 #: ../src/guestfs.pod:1970
3809 msgid ""
3810 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3811 "is set in the final chunk to indicate either successful completion or early "
3812 "cancellation."
3813 msgstr ""
3814
3815 #. type: textblock
3816 #: ../src/guestfs.pod:1974
3817 msgid ""
3818 "At time of writing there are no functions that have more than one FileIn "
3819 "parameter.  However this is (theoretically) supported, by sending the "
3820 "sequence of chunks for each FileIn parameter one after another (from left to "
3821 "right)."
3822 msgstr ""
3823
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1979
3826 msgid ""
3827 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3828 "transfer.  The library does this by sending a chunk with a special flag set "
3829 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3830 "RPC, does I<not> send any reply, and goes back to reading the next request."
3831 msgstr ""
3832
3833 #. type: textblock
3834 #: ../src/guestfs.pod:1985
3835 msgid ""
3836 "The daemon may also cancel.  It does this by writing a special word "
3837 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3838 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3839 "cancel chunk).  The special word is chosen so that even if cancellation "
3840 "happens right at the end of the transfer (after the library has finished "
3841 "writing and has started listening for the reply), the \"spurious\" cancel "
3842 "flag will not be confused with the reply message."
3843 msgstr ""
3844
3845 #. type: textblock
3846 #: ../src/guestfs.pod:1994
3847 msgid ""
3848 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3849 "limit), and also files where the size is not known in advance (eg. from "
3850 "pipes or sockets).  However the chunks are rather small "
3851 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3852 "to keep much in memory."
3853 msgstr ""
3854
3855 #. type: =head3
3856 #: ../src/guestfs.pod:2000
3857 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
3858 msgstr ""
3859
3860 #. type: textblock
3861 #: ../src/guestfs.pod:2002
3862 msgid ""
3863 "The protocol for FileOut parameters is exactly the same as for FileIn "
3864 "parameters, but with the roles of daemon and library reversed."
3865 msgstr ""
3866
3867 #. type: verbatim
3868 #: ../src/guestfs.pod:2005
3869 #, no-wrap
3870 msgid ""
3871 " total length (header + ret,\n"
3872 "      but not including the length word itself,\n"
3873 "      and not including the chunks)\n"
3874 " struct guestfs_message_header (encoded as XDR)\n"
3875 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3876 " sequence of chunks for FileOut param #0\n"
3877 " sequence of chunks for FileOut param #1 etc.\n"
3878 "\n"
3879 msgstr ""
3880
3881 #. type: =head3
3882 #: ../src/guestfs.pod:2013
3883 msgid "INITIAL MESSAGE"
3884 msgstr ""
3885
3886 #. type: textblock
3887 #: ../src/guestfs.pod:2015
3888 msgid ""
3889 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
3890 "which indicates that the guest and daemon is alive.  This is what "
3891 "L</guestfs_launch> waits for."
3892 msgstr ""
3893
3894 #. type: =head3
3895 #: ../src/guestfs.pod:2019
3896 msgid "PROGRESS NOTIFICATION MESSAGES"
3897 msgstr ""
3898
3899 #. type: textblock
3900 #: ../src/guestfs.pod:2021
3901 msgid ""
3902 "The daemon may send progress notification messages at any time.  These are "
3903 "distinguished by the normal length word being replaced by "
3904 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
3905 msgstr ""
3906
3907 #. type: textblock
3908 #: ../src/guestfs.pod:2025
3909 msgid ""
3910 "The library turns them into progress callbacks (see "
3911 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
3912 "discards them if not."
3913 msgstr ""
3914
3915 #. type: textblock
3916 #: ../src/guestfs.pod:2029
3917 msgid ""
3918 "The daemon self-limits the frequency of progress messages it sends (see "
3919 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
3920 "messages."
3921 msgstr ""
3922
3923 #. type: =head1
3924 #: ../src/guestfs.pod:2033
3925 msgid "LIBGUESTFS VERSION NUMBERS"
3926 msgstr ""
3927
3928 #. type: textblock
3929 #: ../src/guestfs.pod:2035
3930 msgid ""
3931 "Since April 2010, libguestfs has started to make separate development and "
3932 "stable releases, along with corresponding branches in our git repository.  "
3933 "These separate releases can be identified by version number:"
3934 msgstr ""
3935
3936 #. type: verbatim
3937 #: ../src/guestfs.pod:2040
3938 #, no-wrap
3939 msgid ""
3940 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
3941 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
3942 "       |\n"
3943 "       v\n"
3944 " 1  .  3  .  5\n"
3945 " ^           ^\n"
3946 " |           |\n"
3947 " |           `-------- sub-version\n"
3948 " |\n"
3949 " `------ always '1' because we don't change the ABI\n"
3950 "\n"
3951 msgstr ""
3952
3953 #. type: textblock
3954 #: ../src/guestfs.pod:2051
3955 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
3956 msgstr ""
3957
3958 #. type: textblock
3959 #: ../src/guestfs.pod:2053
3960 msgid ""
3961 "As time passes we cherry pick fixes from the development branch and backport "
3962 "those into the stable branch, the effect being that the stable branch should "
3963 "get more stable and less buggy over time.  So the stable releases are ideal "
3964 "for people who don't need new features but would just like the software to "
3965 "work."
3966 msgstr ""
3967
3968 #. type: textblock
3969 #: ../src/guestfs.pod:2059
3970 msgid "Our criteria for backporting changes are:"
3971 msgstr ""
3972
3973 #. type: textblock
3974 #: ../src/guestfs.pod:2065
3975 msgid ""
3976 "Documentation changes which don't affect any code are backported unless the "
3977 "documentation refers to a future feature which is not in stable."
3978 msgstr ""
3979
3980 #. type: textblock
3981 #: ../src/guestfs.pod:2071
3982 msgid ""
3983 "Bug fixes which are not controversial, fix obvious problems, and have been "
3984 "well tested are backported."
3985 msgstr ""
3986
3987 #. type: textblock
3988 #: ../src/guestfs.pod:2076
3989 msgid ""
3990 "Simple rearrangements of code which shouldn't affect how it works get "
3991 "backported.  This is so that the code in the two branches doesn't get too "
3992 "far out of step, allowing us to backport future fixes more easily."
3993 msgstr ""
3994
3995 #. type: textblock
3996 #: ../src/guestfs.pod:2082
3997 msgid ""
3998 "We I<don't> backport new features, new APIs, new tools etc, except in one "
3999 "exceptional case: the new feature is required in order to implement an "
4000 "important bug fix."
4001 msgstr ""
4002
4003 #. type: textblock
4004 #: ../src/guestfs.pod:2088
4005 msgid ""
4006 "A new stable branch starts when we think the new features in development are "
4007 "substantial and compelling enough over the current stable branch to warrant "
4008 "it.  When that happens we create new stable and development versions 1.N.0 "
4009 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4010 "stable at this point, but by backporting fixes from development, that branch "
4011 "will stabilize over time."
4012 msgstr ""
4013
4014 #. type: =head1
4015 #: ../src/guestfs.pod:2096
4016 msgid "EXTENDING LIBGUESTFS"
4017 msgstr ""
4018
4019 #. type: =head2
4020 #: ../src/guestfs.pod:2098
4021 msgid "ADDING A NEW API ACTION"
4022 msgstr ""
4023
4024 #. type: textblock
4025 #: ../src/guestfs.pod:2100
4026 msgid ""
4027 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4028 "documentation) are generated, and this makes it easy to extend the "
4029 "libguestfs API."
4030 msgstr ""
4031
4032 #. type: textblock
4033 #: ../src/guestfs.pod:2104
4034 msgid "To add a new API action there are two changes:"
4035 msgstr ""
4036
4037 #. type: textblock
4038 #: ../src/guestfs.pod:2110
4039 msgid ""
4040 "You need to add a description of the call (name, parameters, return type, "
4041 "tests, documentation) to C<generator/generator_actions.ml>."
4042 msgstr ""
4043
4044 #. type: textblock
4045 #: ../src/guestfs.pod:2113
4046 msgid ""
4047 "There are two sorts of API action, depending on whether the call goes "
4048 "through to the daemon in the appliance, or is serviced entirely by the "
4049 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4050 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4051 "an example of the latter, since a trace flag is maintained in the handle and "
4052 "all tracing is done on the library side."
4053 msgstr ""
4054
4055 #. type: textblock
4056 #: ../src/guestfs.pod:2121
4057 msgid ""
4058 "Most new actions are of the first type, and get added to the "
4059 "C<daemon_functions> list.  Each function has a unique procedure number used "
4060 "in the RPC protocol which is assigned to that action when we publish "
4061 "libguestfs and cannot be reused.  Take the latest procedure number and "
4062 "increment it."
4063 msgstr ""
4064
4065 #. type: textblock
4066 #: ../src/guestfs.pod:2127
4067 msgid ""
4068 "For library-only actions of the second type, add to the "
4069 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4070 "library and do not travel over the RPC mechanism to the daemon, these "
4071 "functions do not need a procedure number, and so the procedure number is set "
4072 "to C<-1>."
4073 msgstr ""
4074
4075 #. type: textblock
4076 #: ../src/guestfs.pod:2135
4077 msgid "Implement the action (in C):"
4078 msgstr ""
4079
4080 #. type: textblock
4081 #: ../src/guestfs.pod:2137
4082 msgid ""
4083 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4084 "C<daemon/> directory."
4085 msgstr ""
4086
4087 #. type: textblock
4088 #: ../src/guestfs.pod:2140
4089 msgid ""
4090 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4091 "(note: double underscore) in the C<src/> directory."
4092 msgstr ""
4093
4094 #. type: textblock
4095 #: ../src/guestfs.pod:2143
4096 msgid "In either case, use another function as an example of what to do."
4097 msgstr ""
4098
4099 #. type: textblock
4100 #: ../src/guestfs.pod:2147
4101 msgid "After making these changes, use C<make> to compile."
4102 msgstr ""
4103
4104 #. type: textblock
4105 #: ../src/guestfs.pod:2149
4106 msgid ""
4107 "Note that you don't need to implement the RPC, language bindings, manual "
4108 "pages or anything else.  It's all automatically generated from the OCaml "
4109 "description."
4110 msgstr ""
4111
4112 #. type: =head2
4113 #: ../src/guestfs.pod:2153
4114 msgid "ADDING TESTS FOR AN API ACTION"
4115 msgstr ""
4116
4117 #. type: textblock
4118 #: ../src/guestfs.pod:2155
4119 msgid ""
4120 "You can supply zero or as many tests as you want per API call.  The tests "
4121 "can either be added as part of the API description "
4122 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4123 "drop a script into C<regressions/>.  Note that adding a script to "
4124 "C<regressions/> is slower, so if possible use the first method."
4125 msgstr ""
4126
4127 #. type: textblock
4128 #: ../src/guestfs.pod:2161
4129 msgid ""
4130 "The following describes the test environment used when you add an API test "
4131 "in C<generator_actions.ml>."
4132 msgstr ""
4133
4134 #. type: textblock
4135 #: ../src/guestfs.pod:2164
4136 msgid "The test environment has 4 block devices:"
4137 msgstr ""
4138
4139 #. type: =item
4140 #: ../src/guestfs.pod:2168
4141 msgid "C</dev/sda> 500MB"
4142 msgstr ""
4143
4144 #. type: textblock
4145 #: ../src/guestfs.pod:2170
4146 msgid "General block device for testing."
4147 msgstr ""
4148
4149 #. type: =item
4150 #: ../src/guestfs.pod:2172
4151 msgid "C</dev/sdb> 50MB"
4152 msgstr ""
4153
4154 #. type: textblock
4155 #: ../src/guestfs.pod:2174
4156 msgid ""
4157 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4158 "operations."
4159 msgstr ""
4160
4161 #. type: =item
4162 #: ../src/guestfs.pod:2177
4163 msgid "C</dev/sdc> 10MB"
4164 msgstr ""
4165
4166 #. type: textblock
4167 #: ../src/guestfs.pod:2179
4168 msgid "Used in a few tests where two block devices are needed."
4169 msgstr ""
4170
4171 #. type: =item
4172 #: ../src/guestfs.pod:2181
4173 msgid "C</dev/sdd>"
4174 msgstr ""
4175
4176 #. type: textblock
4177 #: ../src/guestfs.pod:2183
4178 msgid "ISO with fixed content (see C<images/test.iso>)."
4179 msgstr ""
4180
4181 #. type: textblock
4182 #: ../src/guestfs.pod:2187
4183 msgid ""
4184 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4185 "appliance and block devices are reused between tests.  So don't try testing "
4186 "L</guestfs_kill_subprocess> :-x"
4187 msgstr ""
4188
4189 #. type: textblock
4190 #: ../src/guestfs.pod:2191
4191 msgid ""
4192 "Each test starts with an initial scenario, selected using one of the "
4193 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4194 "initialize the disks mentioned above in a particular way as documented in "
4195 "C<generator_types.ml>.  You should not assume anything about the previous "
4196 "contents of other disks that are not initialized."
4197 msgstr ""
4198
4199 #. type: textblock
4200 #: ../src/guestfs.pod:2197
4201 msgid ""
4202 "You can add a prerequisite clause to any individual test.  This is a "
4203 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4204 "if testing a command which might not work on all variations of libguestfs "
4205 "builds.  A test that has prerequisite of C<Always> means to run "
4206 "unconditionally."
4207 msgstr ""
4208
4209 #. type: textblock
4210 #: ../src/guestfs.pod:2203
4211 msgid ""
4212 "In addition, packagers can skip individual tests by setting environment "
4213 "variables before running C<make check>."
4214 msgstr ""
4215
4216 #. type: verbatim
4217 #: ../src/guestfs.pod:2206
4218 #, no-wrap
4219 msgid ""
4220 " SKIP_TEST_<CMD>_<NUM>=1\n"
4221 "\n"
4222 msgstr ""
4223
4224 #. type: textblock
4225 #: ../src/guestfs.pod:2208
4226 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4227 msgstr ""
4228
4229 #. type: textblock
4230 #: ../src/guestfs.pod:2210
4231 msgid "or:"
4232 msgstr ""
4233
4234 #. type: verbatim
4235 #: ../src/guestfs.pod:2212
4236 #, no-wrap
4237 msgid ""
4238 " SKIP_TEST_<CMD>=1\n"
4239 "\n"
4240 msgstr ""
4241
4242 #. type: textblock
4243 #: ../src/guestfs.pod:2214
4244 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4245 msgstr ""
4246
4247 #. type: textblock
4248 #: ../src/guestfs.pod:2216
4249 msgid "Packagers can run only certain tests by setting for example:"
4250 msgstr ""
4251
4252 #. type: verbatim
4253 #: ../src/guestfs.pod:2218
4254 #, no-wrap
4255 msgid ""
4256 " TEST_ONLY=\"vfs_type zerofree\"\n"
4257 "\n"
4258 msgstr ""
4259
4260 #. type: textblock
4261 #: ../src/guestfs.pod:2220
4262 msgid ""
4263 "See C<capitests/tests.c> for more details of how these environment variables "
4264 "work."
4265 msgstr ""
4266
4267 #. type: =head2
4268 #: ../src/guestfs.pod:2223
4269 msgid "DEBUGGING NEW API ACTIONS"
4270 msgstr ""
4271
4272 #. type: textblock
4273 #: ../src/guestfs.pod:2225
4274 msgid "Test new actions work before submitting them."
4275 msgstr ""
4276
4277 #. type: textblock
4278 #: ../src/guestfs.pod:2227
4279 msgid "You can use guestfish to try out new commands."
4280 msgstr ""
4281
4282 #. type: textblock
4283 #: ../src/guestfs.pod:2229
4284 msgid ""
4285 "Debugging the daemon is a problem because it runs inside a minimal "
4286 "environment.  However you can fprintf messages in the daemon to stderr, and "
4287 "they will show up if you use C<guestfish -v>."
4288 msgstr ""
4289
4290 #. type: =head2
4291 #: ../src/guestfs.pod:2233
4292 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4293 msgstr ""
4294
4295 #. type: textblock
4296 #: ../src/guestfs.pod:2235
4297 msgid ""
4298 "Our C source code generally adheres to some basic code-formatting "
4299 "conventions.  The existing code base is not totally consistent on this "
4300 "front, but we do prefer that contributed code be formatted similarly.  In "
4301 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4302 "indentation level, and other than that, follow the K&R style."
4303 msgstr ""
4304
4305 #. type: textblock
4306 #: ../src/guestfs.pod:2241
4307 msgid ""
4308 "If you use Emacs, add the following to one of one of your start-up files "
4309 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4310 msgstr ""
4311
4312 #. type: verbatim
4313 #: ../src/guestfs.pod:2244
4314 #, no-wrap
4315 msgid ""
4316 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4317 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4318 " (add-hook 'find-file-hook\n"
4319 "     '(lambda () (if (and buffer-file-name\n"
4320 "                          (string-match \"/libguestfs\\\\>\"\n"
4321 "                              (buffer-file-name))\n"
4322 "                          (not (string-equal mode-name \"Change Log\"))\n"
4323 "                          (not (string-equal mode-name \"Makefile\")))\n"
4324 "                     (setq indent-tabs-mode nil))))\n"
4325 " \n"
4326 msgstr ""
4327
4328 #. type: verbatim
4329 #: ../src/guestfs.pod:2254
4330 #, no-wrap
4331 msgid ""
4332 " ;;; When editing C sources in libguestfs, use this style.\n"
4333 " (defun libguestfs-c-mode ()\n"
4334 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4335 "   (interactive)\n"
4336 "   (c-set-style \"K&R\")\n"
4337 "   (setq c-indent-level 2)\n"
4338 "   (setq c-basic-offset 2))\n"
4339 " (add-hook 'c-mode-hook\n"
4340 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4341 "                               (buffer-file-name))\n"
4342 "                           (libguestfs-c-mode))))\n"
4343 "\n"
4344 msgstr ""
4345
4346 #. type: textblock
4347 #: ../src/guestfs.pod:2266
4348 msgid "Enable warnings when compiling (and fix any problems this finds):"
4349 msgstr ""
4350
4351 #. type: verbatim
4352 #: ../src/guestfs.pod:2269
4353 #, no-wrap
4354 msgid ""
4355 " ./configure --enable-gcc-warnings\n"
4356 "\n"
4357 msgstr ""
4358
4359 #. type: textblock
4360 #: ../src/guestfs.pod:2271
4361 msgid "Useful targets are:"
4362 msgstr ""
4363
4364 #. type: verbatim
4365 #: ../src/guestfs.pod:2273
4366 #, no-wrap
4367 msgid ""
4368 " make syntax-check  # checks the syntax of the C code\n"
4369 " make check         # runs the test suite\n"
4370 "\n"
4371 msgstr ""
4372
4373 #. type: =head2
4374 #: ../src/guestfs.pod:2276
4375 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4376 msgstr ""
4377
4378 #. type: textblock
4379 #: ../src/guestfs.pod:2278
4380 msgid ""
4381 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4382 "which are used to do shell quoting."
4383 msgstr ""
4384
4385 #. type: =item
4386 #: ../src/guestfs.pod:2283
4387 msgid "%Q"
4388 msgstr ""
4389
4390 #. type: textblock
4391 #: ../src/guestfs.pod:2285
4392 msgid ""
4393 "Simple shell quoted string.  Any spaces or other shell characters are "
4394 "escaped for you."
4395 msgstr ""
4396
4397 #. type: =item
4398 #: ../src/guestfs.pod:2288
4399 msgid "%R"
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: ../src/guestfs.pod:2290
4404 msgid ""
4405 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4406 "the sysroot."
4407 msgstr ""
4408
4409 #. type: textblock
4410 #: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4411 msgid "For example:"
4412 msgstr ""
4413
4414 #. type: verbatim
4415 #: ../src/guestfs.pod:2297
4416 #, no-wrap
4417 msgid ""
4418 " asprintf (&cmd, \"cat %R\", path);\n"
4419 "\n"
4420 msgstr ""
4421
4422 #. type: textblock
4423 #: ../src/guestfs.pod:2299
4424 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4425 msgstr ""
4426
4427 #. type: textblock
4428 #: ../src/guestfs.pod:2301
4429 msgid ""
4430 "I<Note:> Do I<not> use these when you are passing parameters to the "
4431 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4432 "because they are not passed via the shell (instead, straight to exec).  You "
4433 "probably want to use the C<sysroot_path()> function however."
4434 msgstr ""
4435
4436 #. type: =head2
4437 #: ../src/guestfs.pod:2307
4438 msgid "SUBMITTING YOUR NEW API ACTIONS"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2309
4443 msgid ""
4444 "Submit patches to the mailing list: "
4445 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
4446 "L<rjones@redhat.com>."
4447 msgstr ""
4448
4449 #. type: =head2
4450 #: ../src/guestfs.pod:2313
4451 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2315
4456 msgid "We support i18n (gettext anyhow) in the library."
4457 msgstr ""
4458
4459 #. type: textblock
4460 #: ../src/guestfs.pod:2317
4461 msgid ""
4462 "However many messages come from the daemon, and we don't translate those at "
4463 "the moment.  One reason is that the appliance generally has all locale files "
4464 "removed from it, because they take up a lot of space.  So we'd have to readd "
4465 "some of those, as well as copying our PO files into the appliance."
4466 msgstr ""
4467
4468 #. type: textblock
4469 #: ../src/guestfs.pod:2323
4470 msgid ""
4471 "Debugging messages are never translated, since they are intended for the "
4472 "programmers."
4473 msgstr ""
4474
4475 #. type: =head2
4476 #: ../src/guestfs.pod:2326
4477 msgid "SOURCE CODE SUBDIRECTORIES"
4478 msgstr ""
4479
4480 #. type: =item
4481 #: ../src/guestfs.pod:2330
4482 msgid "C<appliance>"
4483 msgstr ""
4484
4485 #. type: textblock
4486 #: ../src/guestfs.pod:2332
4487 msgid "The libguestfs appliance, build scripts and so on."
4488 msgstr ""
4489
4490 #. type: =item
4491 #: ../src/guestfs.pod:2334
4492 msgid "C<capitests>"
4493 msgstr ""
4494
4495 #. type: textblock
4496 #: ../src/guestfs.pod:2336
4497 msgid "Automated tests of the C API."
4498 msgstr ""
4499
4500 #. type: =item
4501 #: ../src/guestfs.pod:2338
4502 msgid "C<cat>"
4503 msgstr ""
4504
4505 #. type: textblock
4506 #: ../src/guestfs.pod:2340
4507 msgid ""
4508 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
4509 "documentation."
4510 msgstr ""
4511
4512 #. type: =item
4513 #: ../src/guestfs.pod:2343
4514 msgid "C<contrib>"
4515 msgstr ""
4516
4517 #. type: textblock
4518 #: ../src/guestfs.pod:2345
4519 msgid "Outside contributions, experimental parts."
4520 msgstr ""
4521
4522 #. type: =item
4523 #: ../src/guestfs.pod:2347
4524 msgid "C<daemon>"
4525 msgstr ""
4526
4527 #. type: textblock
4528 #: ../src/guestfs.pod:2349
4529 msgid ""
4530 "The daemon that runs inside the libguestfs appliance and carries out "
4531 "actions."
4532 msgstr ""
4533
4534 #. type: =item
4535 #: ../src/guestfs.pod:2352
4536 msgid "C<df>"
4537 msgstr ""
4538
4539 #. type: textblock
4540 #: ../src/guestfs.pod:2354
4541 msgid "L<virt-df(1)> command and documentation."
4542 msgstr ""
4543
4544 #. type: =item
4545 #: ../src/guestfs.pod:2356
4546 msgid "C<examples>"
4547 msgstr ""
4548
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2358
4551 msgid "C API example code."
4552 msgstr ""
4553
4554 #. type: =item
4555 #: ../src/guestfs.pod:2360
4556 msgid "C<fish>"
4557 msgstr ""
4558
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2362
4561 msgid "L<guestfish(1)>, the command-line shell."
4562 msgstr ""
4563
4564 #. type: =item
4565 #: ../src/guestfs.pod:2364
4566 msgid "C<fuse>"
4567 msgstr ""
4568
4569 #. type: textblock
4570 #: ../src/guestfs.pod:2366
4571 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
4572 msgstr ""
4573
4574 #. type: =item
4575 #: ../src/guestfs.pod:2368
4576 msgid "C<generator>"
4577 msgstr ""
4578
4579 #. type: textblock
4580 #: ../src/guestfs.pod:2370
4581 msgid ""
4582 "The crucially important generator, used to automatically generate large "
4583 "amounts of boilerplate C code for things like RPC and bindings."
4584 msgstr ""
4585
4586 #. type: =item
4587 #: ../src/guestfs.pod:2373
4588 msgid "C<images>"
4589 msgstr ""
4590
4591 #. type: textblock
4592 #: ../src/guestfs.pod:2375
4593 msgid "Files used by the test suite."
4594 msgstr ""
4595
4596 #. type: textblock
4597 #: ../src/guestfs.pod:2377
4598 msgid "Some \"phony\" guest images which we test against."
4599 msgstr ""
4600
4601 #. type: =item
4602 #: ../src/guestfs.pod:2379
4603 msgid "C<inspector>"
4604 msgstr ""
4605
4606 #. type: textblock
4607 #: ../src/guestfs.pod:2381
4608 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
4609 msgstr ""
4610
4611 #. type: =item
4612 #: ../src/guestfs.pod:2383
4613 msgid "C<m4>"
4614 msgstr ""
4615
4616 #. type: textblock
4617 #: ../src/guestfs.pod:2385
4618 msgid "M4 macros used by autoconf."
4619 msgstr ""
4620
4621 #. type: =item
4622 #: ../src/guestfs.pod:2387
4623 msgid "C<po>"
4624 msgstr ""
4625
4626 #. type: textblock
4627 #: ../src/guestfs.pod:2389
4628 msgid "Translations of simple gettext strings."
4629 msgstr ""
4630
4631 #. type: =item
4632 #: ../src/guestfs.pod:2391
4633 msgid "C<po-docs>"
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2393
4638 msgid ""
4639 "The build infrastructure and PO files for translations of manpages and POD "
4640 "files.  Eventually this will be combined with the C<po> directory, but that "
4641 "is rather complicated."
4642 msgstr ""
4643
4644 #. type: =item
4645 #: ../src/guestfs.pod:2397
4646 msgid "C<regressions>"
4647 msgstr ""
4648
4649 #. type: textblock
4650 #: ../src/guestfs.pod:2399
4651 msgid "Regression tests."
4652 msgstr ""
4653
4654 #. type: =item
4655 #: ../src/guestfs.pod:2401
4656 msgid "C<rescue>"
4657 msgstr ""
4658
4659 #. type: textblock
4660 #: ../src/guestfs.pod:2403
4661 msgid "L<virt-rescue(1)> command and documentation."
4662 msgstr ""
4663
4664 #. type: =item
4665 #: ../src/guestfs.pod:2405
4666 msgid "C<src>"
4667 msgstr ""
4668
4669 #. type: textblock
4670 #: ../src/guestfs.pod:2407
4671 msgid "Source code to the C library."
4672 msgstr ""
4673
4674 #. type: =item
4675 #: ../src/guestfs.pod:2409
4676 msgid "C<tools>"
4677 msgstr ""
4678
4679 #. type: textblock
4680 #: ../src/guestfs.pod:2411
4681 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
4682 msgstr ""
4683
4684 #. type: =item
4685 #: ../src/guestfs.pod:2413
4686 msgid "C<test-tool>"
4687 msgstr ""
4688
4689 #. type: textblock
4690 #: ../src/guestfs.pod:2415
4691 msgid ""
4692 "Test tool for end users to test if their qemu/kernel combination will work "
4693 "with libguestfs."
4694 msgstr ""
4695
4696 #. type: =item
4697 #: ../src/guestfs.pod:2418
4698 msgid "C<csharp>"
4699 msgstr ""
4700
4701 #. type: =item
4702 #: ../src/guestfs.pod:2420
4703 msgid "C<haskell>"
4704 msgstr ""
4705
4706 #. type: =item
4707 #: ../src/guestfs.pod:2422
4708 msgid "C<java>"
4709 msgstr ""
4710
4711 #. type: =item
4712 #: ../src/guestfs.pod:2424
4713 msgid "C<ocaml>"
4714 msgstr ""
4715
4716 #. type: =item
4717 #: ../src/guestfs.pod:2426
4718 msgid "C<php>"
4719 msgstr ""
4720
4721 #. type: =item
4722 #: ../src/guestfs.pod:2428
4723 msgid "C<perl>"
4724 msgstr ""
4725
4726 #. type: =item
4727 #: ../src/guestfs.pod:2430
4728 msgid "C<python>"
4729 msgstr ""
4730
4731 #. type: =item
4732 #: ../src/guestfs.pod:2432
4733 msgid "C<ruby>"
4734 msgstr ""
4735
4736 #. type: textblock
4737 #: ../src/guestfs.pod:2434
4738 msgid "Language bindings."
4739 msgstr ""
4740
4741 #. type: =head1
4742 #: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
4743 msgid "ENVIRONMENT VARIABLES"
4744 msgstr ""
4745
4746 #. type: =item
4747 #: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991
4748 msgid "LIBGUESTFS_APPEND"
4749 msgstr ""
4750
4751 #. type: textblock
4752 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:993
4753 msgid "Pass additional options to the guest kernel."
4754 msgstr ""
4755
4756 #. type: =item
4757 #: ../src/guestfs.pod:2446 ../fish/guestfish.pod:995
4758 msgid "LIBGUESTFS_DEBUG"
4759 msgstr ""
4760
4761 #. type: textblock
4762 #: ../src/guestfs.pod:2448
4763 msgid ""
4764 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4765 "effect as calling C<guestfs_set_verbose (g, 1)>."
4766 msgstr ""
4767
4768 #. type: =item
4769 #: ../src/guestfs.pod:2451 ../fish/guestfish.pod:1000
4770 msgid "LIBGUESTFS_MEMSIZE"
4771 msgstr ""
4772
4773 #. type: textblock
4774 #: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1002
4775 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4776 msgstr ""
4777
4778 #. type: verbatim
4779 #: ../src/guestfs.pod:2456 ../fish/guestfish.pod:1005
4780 #, no-wrap
4781 msgid ""
4782 " LIBGUESTFS_MEMSIZE=700\n"
4783 "\n"
4784 msgstr ""
4785
4786 #. type: =item
4787 #: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1007
4788 msgid "LIBGUESTFS_PATH"
4789 msgstr ""
4790
4791 #. type: textblock
4792 #: ../src/guestfs.pod:2460
4793 msgid ""
4794 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
4795 "the discussion of paths in section PATH above."
4796 msgstr ""
4797
4798 #. type: =item
4799 #: ../src/guestfs.pod:2463 ../fish/guestfish.pod:1012
4800 msgid "LIBGUESTFS_QEMU"
4801 msgstr ""
4802
4803 #. type: textblock
4804 #: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1014
4805 msgid ""
4806 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4807 "which was found at compile time by the configure script is used."
4808 msgstr ""
4809
4810 #. type: textblock
4811 #: ../src/guestfs.pod:2469
4812 msgid "See also L</QEMU WRAPPERS> above."
4813 msgstr ""
4814
4815 #. type: =item
4816 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018
4817 msgid "LIBGUESTFS_TRACE"
4818 msgstr ""
4819
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2473
4822 msgid ""
4823 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4824 "effect as calling C<guestfs_set_trace (g, 1)>."
4825 msgstr ""
4826
4827 #. type: =item
4828 #: ../src/guestfs.pod:2476 ../fish/guestfish.pod:1027
4829 msgid "TMPDIR"
4830 msgstr ""
4831
4832 #. type: textblock
4833 #: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1029
4834 msgid "Location of temporary directory, defaults to C</tmp>."
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1031
4839 msgid ""
4840 "If libguestfs was compiled to use the supermin appliance then the real "
4841 "appliance is cached in this directory, shared between all handles belonging "
4842 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
4843 "use in case C</tmp> is not large enough."
4844 msgstr ""
4845
4846 #. type: =head1
4847 #: ../src/guestfs.pod:2488 ../fish/guestfish.pod:1089 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
4848 msgid "SEE ALSO"
4849 msgstr ""
4850
4851 #. type: textblock
4852 #: ../src/guestfs.pod:2490
4853 msgid ""
4854 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
4855 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
4856 "L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)>, "
4857 "L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
4858 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
4859 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
4860 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
4861 msgstr ""
4862
4863 #. type: textblock
4864 #: ../src/guestfs.pod:2513
4865 msgid ""
4866 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
4867 "L<lvm(8)>, L<disktype(1)>."
4868 msgstr ""
4869
4870 #. type: =head1
4871 #: ../src/guestfs.pod:2520 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:548
4872 msgid "BUGS"
4873 msgstr ""
4874
4875 #. type: textblock
4876 #: ../src/guestfs.pod:2522
4877 msgid "To get a list of bugs against libguestfs use this link:"
4878 msgstr ""
4879
4880 #. type: textblock
4881 #: ../src/guestfs.pod:2524
4882 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
4883 msgstr ""
4884
4885 #. type: textblock
4886 #: ../src/guestfs.pod:2526
4887 msgid "To report a new bug against libguestfs use this link:"
4888 msgstr ""
4889
4890 #. type: textblock
4891 #: ../src/guestfs.pod:2528
4892 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
4893 msgstr ""
4894
4895 #. type: textblock
4896 #: ../src/guestfs.pod:2530
4897 msgid "When reporting a bug, please check:"
4898 msgstr ""
4899
4900 #. type: textblock
4901 #: ../src/guestfs.pod:2536
4902 msgid "That the bug hasn't been reported already."
4903 msgstr ""
4904
4905 #. type: textblock
4906 #: ../src/guestfs.pod:2540
4907 msgid "That you are testing a recent version."
4908 msgstr ""
4909
4910 #. type: textblock
4911 #: ../src/guestfs.pod:2544
4912 msgid "Describe the bug accurately, and give a way to reproduce it."
4913 msgstr ""
4914
4915 #. type: textblock
4916 #: ../src/guestfs.pod:2548
4917 msgid ""
4918 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
4919 "bug report."
4920 msgstr ""
4921
4922 #. type: =head1
4923 #: ../src/guestfs.pod:2553 ../fish/guestfish.pod:1108 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
4924 msgid "AUTHORS"
4925 msgstr ""
4926
4927 #. type: textblock
4928 #: ../src/guestfs.pod:2555 ../fish/guestfish.pod:1110 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
4929 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
4930 msgstr ""
4931
4932 #. type: =head1
4933 #: ../src/guestfs.pod:2557 ../fish/guestfish.pod:1112 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
4934 msgid "COPYRIGHT"
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1114 ../fuse/guestmount.pod:250
4939 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
4940 msgstr ""
4941
4942 #. type: textblock
4943 #: ../src/guestfs.pod:2562
4944 msgid ""
4945 "This library is free software; you can redistribute it and/or modify it "
4946 "under the terms of the GNU Lesser General Public License as published by the "
4947 "Free Software Foundation; either version 2 of the License, or (at your "
4948 "option) any later version."
4949 msgstr ""
4950
4951 #. type: textblock
4952 #: ../src/guestfs.pod:2567
4953 msgid ""
4954 "This library is distributed in the hope that it will be useful, but WITHOUT "
4955 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
4956 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
4957 "for more details."
4958 msgstr ""
4959
4960 #. type: textblock
4961 #: ../src/guestfs.pod:2572
4962 msgid ""
4963 "You should have received a copy of the GNU Lesser General Public License "
4964 "along with this library; if not, write to the Free Software Foundation, "
4965 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
4966 msgstr ""
4967
4968 #. type: =head2
4969 #: ../src/guestfs-actions.pod:1
4970 msgid "guestfs_add_cdrom"
4971 msgstr ""
4972
4973 #. type: verbatim
4974 #: ../src/guestfs-actions.pod:3
4975 #, no-wrap
4976 msgid ""
4977 " int\n"
4978 " guestfs_add_cdrom (guestfs_h *g,\n"
4979 "                    const char *filename);\n"
4980 "\n"
4981 msgstr ""
4982
4983 #. type: textblock
4984 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
4985 msgid "This function adds a virtual CD-ROM disk image to the guest."
4986 msgstr ""
4987
4988 #. type: textblock
4989 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
4990 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
4991 msgstr ""
4992
4993 #. type: textblock
4994 #: ../src/guestfs-actions.pod:17
4995 msgid ""
4996 "This call checks for the existence of C<filename>.  This stops you from "
4997 "specifying other types of drive which are supported by qemu such as C<nbd:> "
4998 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
4999 "instead."
5000 msgstr ""
5001
5002 #. type: textblock
5003 #: ../src/guestfs-actions.pod:24
5004 msgid ""
5005 "If you just want to add an ISO file (often you use this as an efficient way "
5006 "to transfer large files into the guest), then you should probably use "
5007 "C<guestfs_add_drive_ro> instead."
5008 msgstr ""
5009
5010 #. type: textblock
5011 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428 ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533 ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633 ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662 ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127 ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161 ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262 ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464 ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448 ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3257 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3439 ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3504 ../src/guestfs-actions.pod:3576 ../src/guestfs-actions.pod:3596 ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3636 ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3691 ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:3776 ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3828 ../src/guestfs-actions.pod:3841 ../src/guestfs-actions.pod:3856 ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3966 ../src/guestfs-actions.pod:3986 ../src/guestfs-actions.pod:3999 ../src/guestfs-actions.pod:4050 ../src/guestfs-actions.pod:4068 ../src/guestfs-actions.pod:4086 ../src/guestfs-actions.pod:4102 ../src/guestfs-actions.pod:4116 ../src/guestfs-actions.pod:4130 ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4162 ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4226 ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4330 ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4368 ../src/guestfs-actions.pod:4380 ../src/guestfs-actions.pod:4397 ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4425 ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4510 ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4541 ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4627 ../src/guestfs-actions.pod:4641 ../src/guestfs-actions.pod:4669 ../src/guestfs-actions.pod:4686 ../src/guestfs-actions.pod:4704 ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4895 ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4935 ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:5033 ../src/guestfs-actions.pod:5050 ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5077 ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5399 ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5425 ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5451 ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5488 ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5526 ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5567 ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:5604 ../src/guestfs-actions.pod:5625 ../src/guestfs-actions.pod:5644 ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5689 ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5732 ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5805 ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5865 ../src/guestfs-actions.pod:5891 ../src/guestfs-actions.pod:5999 ../src/guestfs-actions.pod:6120 ../src/guestfs-actions.pod:6132 ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6158 ../src/guestfs-actions.pod:6180 ../src/guestfs-actions.pod:6193 ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6219 ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6293 ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6326 ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6428 ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6496 ../src/guestfs-actions.pod:6514 ../src/guestfs-actions.pod:6548 ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6703 ../src/guestfs-actions.pod:6721 ../src/guestfs-actions.pod:6735 ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:6803 ../src/guestfs-actions.pod:6848 ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:6935 ../src/guestfs-actions.pod:6961 ../src/guestfs-actions.pod:7027 ../src/guestfs-actions.pod:7046 ../src/guestfs-actions.pod:7075
5012 msgid "This function returns 0 on success or -1 on error."
5013 msgstr ""
5014
5015 #. type: textblock
5016 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5017 msgid ""
5018 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5019 "instead."
5020 msgstr ""
5021
5022 #. type: textblock
5023 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942 ../src/guestfs-actions.pod:4187 ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168 ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2816 ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4715
5024 msgid ""
5025 "Deprecated functions will not be removed from the API, but the fact that "
5026 "they are deprecated indicates that there are problems with correct use of "
5027 "these functions."
5028 msgstr ""
5029
5030 #. type: textblock
5031 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893 ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:3224 ../src/guestfs-actions.pod:3239 ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:5773 ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6361 ../src/guestfs-actions.pod:6883
5032 msgid "(Added in 0.3)"
5033 msgstr ""
5034
5035 #. type: =head2
5036 #: ../src/guestfs-actions.pod:41
5037 msgid "guestfs_add_domain"
5038 msgstr ""
5039
5040 #. type: verbatim
5041 #: ../src/guestfs-actions.pod:43
5042 #, no-wrap
5043 msgid ""
5044 " int\n"
5045 " guestfs_add_domain (guestfs_h *g,\n"
5046 "                     const char *dom,\n"
5047 "                     ...);\n"
5048 "\n"
5049 msgstr ""
5050
5051 #. type: textblock
5052 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137 ../src/guestfs-actions.pod:4201
5053 msgid ""
5054 "You may supply a list of optional arguments to this call.  Use zero or more "
5055 "of the following pairs of parameters, and terminate the list with C<-1> on "
5056 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5057 msgstr ""
5058
5059 #. type: verbatim
5060 #: ../src/guestfs-actions.pod:53
5061 #, no-wrap
5062 msgid ""
5063 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5064 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5065 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5066 "\n"
5067 msgstr ""
5068
5069 #. type: textblock
5070 #: ../src/guestfs-actions.pod:57
5071 msgid ""
5072 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5073 "It works by connecting to libvirt, requesting the domain and domain XML from "
5074 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5075 "one."
5076 msgstr ""
5077
5078 #. type: textblock
5079 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5080 msgid ""
5081 "The number of disks added is returned.  This operation is atomic: if an "
5082 "error is returned, then no disks are added."
5083 msgstr ""
5084
5085 #. type: textblock
5086 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5087 msgid ""
5088 "This function does some minimal checks to make sure the libvirt domain is "
5089 "not running (unless C<readonly> is true).  In a future version we will try "
5090 "to acquire the libvirt lock on each disk."
5091 msgstr ""
5092
5093 #. type: textblock
5094 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5095 msgid ""
5096 "Disks must be accessible locally.  This often means that adding disks from a "
5097 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5098 "unless those disks are accessible via the same device path locally too."
5099 msgstr ""
5100
5101 #. type: textblock
5102 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5103 msgid ""
5104 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5105 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5106 "default libvirt URI (or one set through an environment variable, see the "
5107 "libvirt documentation for full details)."
5108 msgstr ""
5109
5110 #. type: textblock
5111 #: ../src/guestfs-actions.pod:80
5112 msgid ""
5113 "The other optional parameters are passed directly through to "
5114 "C<guestfs_add_drive_opts>."
5115 msgstr ""
5116
5117 #. type: textblock
5118 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336 ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728 ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307 ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003 ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662 ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4613 ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:6469 ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6907 ../src/guestfs-actions.pod:6920
5119 msgid "On error this function returns -1."
5120 msgstr ""
5121
5122 #. type: textblock
5123 #: ../src/guestfs-actions.pod:85
5124 msgid "(Added in 1.7.4)"
5125 msgstr ""
5126
5127 #. type: =head2
5128 #: ../src/guestfs-actions.pod:87
5129 msgid "guestfs_add_domain_va"
5130 msgstr ""
5131
5132 #. type: verbatim
5133 #: ../src/guestfs-actions.pod:89
5134 #, no-wrap
5135 msgid ""
5136 " int\n"
5137 " guestfs_add_domain_va (guestfs_h *g,\n"
5138 "                        const char *dom,\n"
5139 "                        va_list args);\n"
5140 "\n"
5141 msgstr ""
5142
5143 #. type: textblock
5144 #: ../src/guestfs-actions.pod:94
5145 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5146 msgstr ""
5147
5148 #. type: textblock
5149 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211 ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4252
5150 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5151 msgstr ""
5152
5153 #. type: =head2
5154 #: ../src/guestfs-actions.pod:98
5155 msgid "guestfs_add_domain_argv"
5156 msgstr ""
5157
5158 #. type: verbatim
5159 #: ../src/guestfs-actions.pod:100
5160 #, no-wrap
5161 msgid ""
5162 " int\n"
5163 " guestfs_add_domain_argv (guestfs_h *g,\n"
5164 "                          const char *dom,\n"
5165 "                          const struct guestfs_add_domain_argv *optargs);\n"
5166 "\n"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs-actions.pod:105
5171 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5172 msgstr ""
5173
5174 #. type: =head2
5175 #: ../src/guestfs-actions.pod:109
5176 msgid "guestfs_add_drive"
5177 msgstr ""
5178
5179 #. type: verbatim
5180 #: ../src/guestfs-actions.pod:111
5181 #, no-wrap
5182 msgid ""
5183 " int\n"
5184 " guestfs_add_drive (guestfs_h *g,\n"
5185 "                    const char *filename);\n"
5186 "\n"
5187 msgstr ""
5188
5189 #. type: textblock
5190 #: ../src/guestfs-actions.pod:115
5191 msgid ""
5192 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5193 "optional parameters, so the disk is added writable, with the format being "
5194 "detected automatically."
5195 msgstr ""
5196
5197 #. type: textblock
5198 #: ../src/guestfs-actions.pod:119
5199 msgid ""
5200 "Automatic detection of the format opens you up to a potential security hole "
5201 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5202 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5203 "you should think about replacing calls to this function with calls to "
5204 "C<guestfs_add_drive_opts>, and specifying the format."
5205 msgstr ""
5206
5207 #. type: =head2
5208 #: ../src/guestfs-actions.pod:130
5209 msgid "guestfs_add_drive_opts"
5210 msgstr ""
5211
5212 #. type: verbatim
5213 #: ../src/guestfs-actions.pod:132
5214 #, no-wrap
5215 msgid ""
5216 " int\n"
5217 " guestfs_add_drive_opts (guestfs_h *g,\n"
5218 "                         const char *filename,\n"
5219 "                         ...);\n"
5220 "\n"
5221 msgstr ""
5222
5223 #. type: verbatim
5224 #: ../src/guestfs-actions.pod:142
5225 #, no-wrap
5226 msgid ""
5227 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5228 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5229 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5230 "\n"
5231 msgstr ""
5232
5233 #. type: textblock
5234 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
5235 msgid ""
5236 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5237 "The first time you call this function, the disk appears as C</dev/sda>, the "
5238 "second time as C</dev/sdb>, and so on."
5239 msgstr ""
5240
5241 #. type: textblock
5242 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
5243 msgid ""
5244 "You don't necessarily need to be root when using libguestfs.  However you "
5245 "obviously do need sufficient permissions to access the filename for whatever "
5246 "operations you want to perform (ie. read access if you just want to read the "
5247 "image or write access if you want to modify the image)."
5248 msgstr ""
5249
5250 #. type: textblock
5251 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
5252 msgid "This call checks that C<filename> exists."
5253 msgstr ""
5254
5255 #. type: textblock
5256 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2827
5257 msgid "The optional arguments are:"
5258 msgstr ""
5259
5260 #. type: =item
5261 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
5262 msgid "C<readonly>"
5263 msgstr ""
5264
5265 #. type: textblock
5266 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
5267 msgid ""
5268 "If true then the image is treated as read-only.  Writes are still allowed, "
5269 "but they are stored in a temporary snapshot overlay which is discarded at "
5270 "the end.  The disk that you add is not modified."
5271 msgstr ""
5272
5273 #. type: =item
5274 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
5275 msgid "C<format>"
5276 msgstr ""
5277
5278 #. type: textblock
5279 #: ../src/guestfs-actions.pod:171
5280 msgid ""
5281 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5282 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5283 "Possible formats include C<raw> and C<qcow2>."
5284 msgstr ""
5285
5286 #. type: textblock
5287 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
5288 msgid ""
5289 "Automatic detection of the format opens you up to a potential security hole "
5290 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5291 "RHBZ#642934.  Specifying the format closes this security hole."
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
5296 msgid "C<iface>"
5297 msgstr ""
5298
5299 #. type: textblock
5300 #: ../src/guestfs-actions.pod:182
5301 msgid ""
5302 "This rarely-used option lets you emulate the behaviour of the deprecated "
5303 "C<guestfs_add_drive_with_if> call (q.v.)"
5304 msgstr ""
5305
5306 #. type: textblock
5307 #: ../src/guestfs-actions.pod:189
5308 msgid "(Added in 1.5.23)"
5309 msgstr ""
5310
5311 #. type: =head2
5312 #: ../src/guestfs-actions.pod:191
5313 msgid "guestfs_add_drive_opts_va"
5314 msgstr ""
5315
5316 #. type: verbatim
5317 #: ../src/guestfs-actions.pod:193
5318 #, no-wrap
5319 msgid ""
5320 " int\n"
5321 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5322 "                            const char *filename,\n"
5323 "                            va_list args);\n"
5324 "\n"
5325 msgstr ""
5326
5327 #. type: textblock
5328 #: ../src/guestfs-actions.pod:198
5329 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5330 msgstr ""
5331
5332 #. type: =head2
5333 #: ../src/guestfs-actions.pod:202
5334 msgid "guestfs_add_drive_opts_argv"
5335 msgstr ""
5336
5337 #. type: verbatim
5338 #: ../src/guestfs-actions.pod:204
5339 #, no-wrap
5340 msgid ""
5341 " int\n"
5342 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5343 "                              const char *filename,\n"
5344 "                              const struct guestfs_add_drive_opts_argv "
5345 "*optargs);\n"
5346 "\n"
5347 msgstr ""
5348
5349 #. type: textblock
5350 #: ../src/guestfs-actions.pod:209
5351 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5352 msgstr ""
5353
5354 #. type: =head2
5355 #: ../src/guestfs-actions.pod:213
5356 msgid "guestfs_add_drive_ro"
5357 msgstr ""
5358
5359 #. type: verbatim
5360 #: ../src/guestfs-actions.pod:215
5361 #, no-wrap
5362 msgid ""
5363 " int\n"
5364 " guestfs_add_drive_ro (guestfs_h *g,\n"
5365 "                       const char *filename);\n"
5366 "\n"
5367 msgstr ""
5368
5369 #. type: textblock
5370 #: ../src/guestfs-actions.pod:219
5371 msgid ""
5372 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5373 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5374 "disk is added read-only, with the format being detected automatically."
5375 msgstr ""
5376
5377 #. type: textblock
5378 #: ../src/guestfs-actions.pod:226
5379 msgid "(Added in 1.0.38)"
5380 msgstr ""
5381
5382 #. type: =head2
5383 #: ../src/guestfs-actions.pod:228
5384 msgid "guestfs_add_drive_ro_with_if"
5385 msgstr ""
5386
5387 #. type: verbatim
5388 #: ../src/guestfs-actions.pod:230
5389 #, no-wrap
5390 msgid ""
5391 " int\n"
5392 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5393 "                               const char *filename,\n"
5394 "                               const char *iface);\n"
5395 "\n"
5396 msgstr ""
5397
5398 #. type: textblock
5399 #: ../src/guestfs-actions.pod:235
5400 msgid ""
5401 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5402 "QEMU interface emulation to use at run time."
5403 msgstr ""
5404
5405 #. type: textblock
5406 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2333
5407 msgid "(Added in 1.0.84)"
5408 msgstr ""
5409
5410 #. type: =head2
5411 #: ../src/guestfs-actions.pod:249
5412 msgid "guestfs_add_drive_with_if"
5413 msgstr ""
5414
5415 #. type: verbatim
5416 #: ../src/guestfs-actions.pod:251
5417 #, no-wrap
5418 msgid ""
5419 " int\n"
5420 " guestfs_add_drive_with_if (guestfs_h *g,\n"
5421 "                            const char *filename,\n"
5422 "                            const char *iface);\n"
5423 "\n"
5424 msgstr ""
5425
5426 #. type: textblock
5427 #: ../src/guestfs-actions.pod:256
5428 msgid ""
5429 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
5430 "QEMU interface emulation to use at run time."
5431 msgstr ""
5432
5433 #. type: =head2
5434 #: ../src/guestfs-actions.pod:270
5435 msgid "guestfs_aug_clear"
5436 msgstr ""
5437
5438 #. type: verbatim
5439 #: ../src/guestfs-actions.pod:272
5440 #, no-wrap
5441 msgid ""
5442 " int\n"
5443 " guestfs_aug_clear (guestfs_h *g,\n"
5444 "                    const char *augpath);\n"
5445 "\n"
5446 msgstr ""
5447
5448 #. type: textblock
5449 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
5450 msgid ""
5451 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
5452 "L<augtool(1)> C<clear> command."
5453 msgstr ""
5454
5455 #. type: textblock
5456 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
5457 msgid "(Added in 1.3.4)"
5458 msgstr ""
5459
5460 #. type: =head2
5461 #: ../src/guestfs-actions.pod:283
5462 msgid "guestfs_aug_close"
5463 msgstr ""
5464
5465 #. type: verbatim
5466 #: ../src/guestfs-actions.pod:285
5467 #, no-wrap
5468 msgid ""
5469 " int\n"
5470 " guestfs_aug_close (guestfs_h *g);\n"
5471 "\n"
5472 msgstr ""
5473
5474 #. type: textblock
5475 #: ../src/guestfs-actions.pod:288
5476 msgid ""
5477 "Close the current Augeas handle and free up any resources used by it.  After "
5478 "calling this, you have to call C<guestfs_aug_init> again before you can use "
5479 "any other Augeas functions."
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 ../src/guestfs-actions.pod:5224
5484 msgid "(Added in 0.7)"
5485 msgstr ""
5486
5487 #. type: =head2
5488 #: ../src/guestfs-actions.pod:297
5489 msgid "guestfs_aug_defnode"
5490 msgstr ""
5491
5492 #. type: verbatim
5493 #: ../src/guestfs-actions.pod:299
5494 #, no-wrap
5495 msgid ""
5496 " struct guestfs_int_bool *\n"
5497 " guestfs_aug_defnode (guestfs_h *g,\n"
5498 "                      const char *name,\n"
5499 "                      const char *expr,\n"
5500 "                      const char *val);\n"
5501 "\n"
5502 msgstr ""
5503
5504 #. type: textblock
5505 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
5506 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
5507 msgstr ""
5508
5509 #. type: textblock
5510 #: ../src/guestfs-actions.pod:308
5511 msgid ""
5512 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
5513 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
5514 "containing that single node."
5515 msgstr ""
5516
5517 #. type: textblock
5518 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
5519 msgid ""
5520 "On success this returns a pair containing the number of nodes in the "
5521 "nodeset, and a boolean flag if a node was created."
5522 msgstr ""
5523
5524 #. type: textblock
5525 #: ../src/guestfs-actions.pod:316
5526 msgid ""
5527 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
5528 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
5529 msgstr ""
5530
5531 #. type: =head2
5532 #: ../src/guestfs-actions.pod:322
5533 msgid "guestfs_aug_defvar"
5534 msgstr ""
5535
5536 #. type: verbatim
5537 #: ../src/guestfs-actions.pod:324
5538 #, no-wrap
5539 msgid ""
5540 " int\n"
5541 " guestfs_aug_defvar (guestfs_h *g,\n"
5542 "                     const char *name,\n"
5543 "                     const char *expr);\n"
5544 "\n"
5545 msgstr ""
5546
5547 #. type: textblock
5548 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
5549 msgid ""
5550 "Defines an Augeas variable C<name> whose value is the result of evaluating "
5551 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
5552 msgstr ""
5553
5554 #. type: textblock
5555 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
5556 msgid ""
5557 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
5558 "evaluates to something which is not a nodeset."
5559 msgstr ""
5560
5561 #. type: =head2
5562 #: ../src/guestfs-actions.pod:340
5563 msgid "guestfs_aug_get"
5564 msgstr ""
5565
5566 #. type: verbatim
5567 #: ../src/guestfs-actions.pod:342
5568 #, no-wrap
5569 msgid ""
5570 " char *\n"
5571 " guestfs_aug_get (guestfs_h *g,\n"
5572 "                  const char *augpath);\n"
5573 "\n"
5574 msgstr ""
5575
5576 #. type: textblock
5577 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
5578 msgid ""
5579 "Look up the value associated with C<path>.  If C<path> matches exactly one "
5580 "node, the C<value> is returned."
5581 msgstr ""
5582
5583 #. type: textblock
5584 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849 ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927 ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046 ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341 ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936 ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2744 ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2799 ../src/guestfs-actions.pod:2861 ../src/guestfs-actions.pod:2884 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3748 ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:4028 ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:5122 ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:5349 ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:5928 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6643 ../src/guestfs-actions.pod:6662 ../src/guestfs-actions.pod:6680 ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:7132
5585 msgid ""
5586 "This function returns a string, or NULL on error.  I<The caller must free "
5587 "the returned string after use>."
5588 msgstr ""
5589
5590 #. type: =head2
5591 #: ../src/guestfs-actions.pod:354
5592 msgid "guestfs_aug_init"
5593 msgstr ""
5594
5595 #. type: verbatim
5596 #: ../src/guestfs-actions.pod:356
5597 #, no-wrap
5598 msgid ""
5599 " int\n"
5600 " guestfs_aug_init (guestfs_h *g,\n"
5601 "                   const char *root,\n"
5602 "                   int flags);\n"
5603 "\n"
5604 msgstr ""
5605
5606 #. type: textblock
5607 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
5608 msgid ""
5609 "Create a new Augeas handle for editing configuration files.  If there was "
5610 "any previous Augeas handle associated with this guestfs session, then it is "
5611 "closed."
5612 msgstr ""
5613
5614 #. type: textblock
5615 #: ../src/guestfs-actions.pod:365
5616 msgid "You must call this before using any other C<guestfs_aug_*> commands."
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
5621 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
5622 msgstr ""
5623
5624 #. type: textblock
5625 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
5626 msgid ""
5627 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
5628 "logical I<or> of the following integers:"
5629 msgstr ""
5630
5631 #. type: =item
5632 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
5633 msgid "C<AUG_SAVE_BACKUP> = 1"
5634 msgstr ""
5635
5636 #. type: textblock
5637 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
5638 msgid "Keep the original file with a C<.augsave> extension."
5639 msgstr ""
5640
5641 #. type: =item
5642 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
5643 msgid "C<AUG_SAVE_NEWFILE> = 2"
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
5648 msgid ""
5649 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5650 "original.  Overrides C<AUG_SAVE_BACKUP>."
5651 msgstr ""
5652
5653 #. type: =item
5654 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
5655 msgid "C<AUG_TYPE_CHECK> = 4"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
5660 msgid "Typecheck lenses (can be expensive)."
5661 msgstr ""
5662
5663 #. type: =item
5664 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
5665 msgid "C<AUG_NO_STDINC> = 8"
5666 msgstr ""
5667
5668 #. type: textblock
5669 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
5670 msgid "Do not use standard load path for modules."
5671 msgstr ""
5672
5673 #. type: =item
5674 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
5675 msgid "C<AUG_SAVE_NOOP> = 16"
5676 msgstr ""
5677
5678 #. type: textblock
5679 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
5680 msgid "Make save a no-op, just record what would have been changed."
5681 msgstr ""
5682
5683 #. type: =item
5684 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
5685 msgid "C<AUG_NO_LOAD> = 32"
5686 msgstr ""
5687
5688 #. type: textblock
5689 #: ../src/guestfs-actions.pod:400
5690 msgid "Do not load the tree in C<guestfs_aug_init>."
5691 msgstr ""
5692
5693 #. type: textblock
5694 #: ../src/guestfs-actions.pod:404
5695 msgid "To close the handle, you can call C<guestfs_aug_close>."
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
5700 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5701 msgstr ""
5702
5703 #. type: =head2
5704 #: ../src/guestfs-actions.pod:412
5705 msgid "guestfs_aug_insert"
5706 msgstr ""
5707
5708 #. type: verbatim
5709 #: ../src/guestfs-actions.pod:414
5710 #, no-wrap
5711 msgid ""
5712 " int\n"
5713 " guestfs_aug_insert (guestfs_h *g,\n"
5714 "                     const char *augpath,\n"
5715 "                     const char *label,\n"
5716 "                     int before);\n"
5717 "\n"
5718 msgstr ""
5719
5720 #. type: textblock
5721 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
5722 msgid ""
5723 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5724 "or after C<path> (depending on the boolean flag C<before>)."
5725 msgstr ""
5726
5727 #. type: textblock
5728 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
5729 msgid ""
5730 "C<path> must match exactly one existing node in the tree, and C<label> must "
5731 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5732 msgstr ""
5733
5734 #. type: =head2
5735 #: ../src/guestfs-actions.pod:432
5736 msgid "guestfs_aug_load"
5737 msgstr ""
5738
5739 #. type: verbatim
5740 #: ../src/guestfs-actions.pod:434
5741 #, no-wrap
5742 msgid ""
5743 " int\n"
5744 " guestfs_aug_load (guestfs_h *g);\n"
5745 "\n"
5746 msgstr ""
5747
5748 #. type: textblock
5749 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
5750 msgid "Load files into the tree."
5751 msgstr ""
5752
5753 #. type: textblock
5754 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
5755 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5756 msgstr ""
5757
5758 #. type: =head2
5759 #: ../src/guestfs-actions.pod:446
5760 msgid "guestfs_aug_ls"
5761 msgstr ""
5762
5763 #. type: verbatim
5764 #: ../src/guestfs-actions.pod:448
5765 #, no-wrap
5766 msgid ""
5767 " char **\n"
5768 " guestfs_aug_ls (guestfs_h *g,\n"
5769 "                 const char *augpath);\n"
5770 "\n"
5771 msgstr ""
5772
5773 #. type: textblock
5774 #: ../src/guestfs-actions.pod:452
5775 msgid ""
5776 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5777 "sorting the resulting nodes into alphabetical order."
5778 msgstr ""
5779
5780 #. type: textblock
5781 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471 ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213 ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400 ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2818 ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3318 ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:4574 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5220 ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5985 ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6101 ../src/guestfs-actions.pod:6247 ../src/guestfs-actions.pod:6271 ../src/guestfs-actions.pod:6753 ../src/guestfs-actions.pod:6773 ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6985 ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7089 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7154 ../src/guestfs-actions.pod:7173
5782 msgid ""
5783 "This function returns a NULL-terminated array of strings (like "
5784 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5785 "strings and the array after use>."
5786 msgstr ""
5787
5788 #. type: textblock
5789 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3781 ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4001 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4578 ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5413 ../src/guestfs-actions.pod:5427 ../src/guestfs-actions.pod:5439 ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6485 ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6737 ../src/guestfs-actions.pod:6973
5790 msgid "(Added in 0.8)"
5791 msgstr ""
5792
5793 #. type: =head2
5794 #: ../src/guestfs-actions.pod:461
5795 msgid "guestfs_aug_match"
5796 msgstr ""
5797
5798 #. type: verbatim
5799 #: ../src/guestfs-actions.pod:463
5800 #, no-wrap
5801 msgid ""
5802 " char **\n"
5803 " guestfs_aug_match (guestfs_h *g,\n"
5804 "                    const char *augpath);\n"
5805 "\n"
5806 msgstr ""
5807
5808 #. type: textblock
5809 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
5810 msgid ""
5811 "Returns a list of paths which match the path expression C<path>.  The "
5812 "returned paths are sufficiently qualified so that they match exactly one "
5813 "node in the current tree."
5814 msgstr ""
5815
5816 #. type: =head2
5817 #: ../src/guestfs-actions.pod:477
5818 msgid "guestfs_aug_mv"
5819 msgstr ""
5820
5821 #. type: verbatim
5822 #: ../src/guestfs-actions.pod:479
5823 #, no-wrap
5824 msgid ""
5825 " int\n"
5826 " guestfs_aug_mv (guestfs_h *g,\n"
5827 "                 const char *src,\n"
5828 "                 const char *dest);\n"
5829 "\n"
5830 msgstr ""
5831
5832 #. type: textblock
5833 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
5834 msgid ""
5835 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5836 "C<dest> is overwritten if it exists."
5837 msgstr ""
5838
5839 #. type: =head2
5840 #: ../src/guestfs-actions.pod:491
5841 msgid "guestfs_aug_rm"
5842 msgstr ""
5843
5844 #. type: verbatim
5845 #: ../src/guestfs-actions.pod:493
5846 #, no-wrap
5847 msgid ""
5848 " int\n"
5849 " guestfs_aug_rm (guestfs_h *g,\n"
5850 "                 const char *augpath);\n"
5851 "\n"
5852 msgstr ""
5853
5854 #. type: textblock
5855 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
5856 msgid "Remove C<path> and all of its children."
5857 msgstr ""
5858
5859 #. type: textblock
5860 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
5861 msgid "On success this returns the number of entries which were removed."
5862 msgstr ""
5863
5864 #. type: =head2
5865 #: ../src/guestfs-actions.pod:505
5866 msgid "guestfs_aug_save"
5867 msgstr ""
5868
5869 #. type: verbatim
5870 #: ../src/guestfs-actions.pod:507
5871 #, no-wrap
5872 msgid ""
5873 " int\n"
5874 " guestfs_aug_save (guestfs_h *g);\n"
5875 "\n"
5876 msgstr ""
5877
5878 #. type: textblock
5879 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
5880 msgid "This writes all pending changes to disk."
5881 msgstr ""
5882
5883 #. type: textblock
5884 #: ../src/guestfs-actions.pod:512
5885 msgid ""
5886 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5887 "are saved."
5888 msgstr ""
5889
5890 #. type: =head2
5891 #: ../src/guestfs-actions.pod:519
5892 msgid "guestfs_aug_set"
5893 msgstr ""
5894
5895 #. type: verbatim
5896 #: ../src/guestfs-actions.pod:521
5897 #, no-wrap
5898 msgid ""
5899 " int\n"
5900 " guestfs_aug_set (guestfs_h *g,\n"
5901 "                  const char *augpath,\n"
5902 "                  const char *val);\n"
5903 "\n"
5904 msgstr ""
5905
5906 #. type: textblock
5907 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
5908 msgid "Set the value associated with C<path> to C<val>."
5909 msgstr ""
5910
5911 #. type: textblock
5912 #: ../src/guestfs-actions.pod:528
5913 msgid ""
5914 "In the Augeas API, it is possible to clear a node by setting the value to "
5915 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5916 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5917 msgstr ""
5918
5919 #. type: =head2
5920 #: ../src/guestfs-actions.pod:537
5921 msgid "guestfs_available"
5922 msgstr ""
5923
5924 #. type: verbatim
5925 #: ../src/guestfs-actions.pod:539
5926 #, no-wrap
5927 msgid ""
5928 " int\n"
5929 " guestfs_available (guestfs_h *g,\n"
5930 "                    char *const *groups);\n"
5931 "\n"
5932 msgstr ""
5933
5934 #. type: textblock
5935 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
5936 msgid ""
5937 "This command is used to check the availability of some groups of "
5938 "functionality in the appliance, which not all builds of the libguestfs "
5939 "appliance will be able to provide."
5940 msgstr ""
5941
5942 #. type: textblock
5943 #: ../src/guestfs-actions.pod:547
5944 msgid ""
5945 "The libguestfs groups, and the functions that those groups correspond to, "
5946 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5947 "runtime by calling C<guestfs_available_all_groups>."
5948 msgstr ""
5949
5950 #. type: textblock
5951 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
5952 msgid ""
5953 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5954 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5955 "and Augeas (configuration file editing) functions."
5956 msgstr ""
5957
5958 #. type: textblock
5959 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
5960 msgid "The command returns no error if I<all> requested groups are available."
5961 msgstr ""
5962
5963 #. type: textblock
5964 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
5965 msgid ""
5966 "It fails with an error if one or more of the requested groups is unavailable "
5967 "in the appliance."
5968 msgstr ""
5969
5970 #. type: textblock
5971 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
5972 msgid ""
5973 "If an unknown group name is included in the list of groups then an error is "
5974 "always returned."
5975 msgstr ""
5976
5977 #. type: textblock
5978 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
5979 msgid "I<Notes:>"
5980 msgstr ""
5981
5982 #. type: textblock
5983 #: ../src/guestfs-actions.pod:571
5984 msgid "You must call C<guestfs_launch> before calling this function."
5985 msgstr ""
5986
5987 #. type: textblock
5988 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
5989 msgid ""
5990 "The reason is because we don't know what groups are supported by the "
5991 "appliance/daemon until it is running and can be queried."
5992 msgstr ""
5993
5994 #. type: textblock
5995 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
5996 msgid ""
5997 "If a group of functions is available, this does not necessarily mean that "
5998 "they will work.  You still have to check for errors when calling individual "
5999 "API functions even if they are available."
6000 msgstr ""
6001
6002 #. type: textblock
6003 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6004 msgid ""
6005 "It is usually the job of distro packagers to build complete functionality "
6006 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6007 "with all requirements satisfied, will support everything."
6008 msgstr ""
6009
6010 #. type: textblock
6011 #: ../src/guestfs-actions.pod:593
6012 msgid ""
6013 "This call was added in version C<1.0.80>.  In previous versions of "
6014 "libguestfs all you could do would be to speculatively execute a command to "
6015 "find out if the daemon implemented it.  See also C<guestfs_version>."
6016 msgstr ""
6017
6018 #. type: textblock
6019 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6020 msgid "(Added in 1.0.80)"
6021 msgstr ""
6022
6023 #. type: =head2
6024 #: ../src/guestfs-actions.pod:604
6025 msgid "guestfs_available_all_groups"
6026 msgstr ""
6027
6028 #. type: verbatim
6029 #: ../src/guestfs-actions.pod:606
6030 #, no-wrap
6031 msgid ""
6032 " char **\n"
6033 " guestfs_available_all_groups (guestfs_h *g);\n"
6034 "\n"
6035 msgstr ""
6036
6037 #. type: textblock
6038 #: ../src/guestfs-actions.pod:609
6039 msgid ""
6040 "This command returns a list of all optional groups that this daemon knows "
6041 "about.  Note this returns both supported and unsupported groups.  To find "
6042 "out which ones the daemon can actually support you have to call "
6043 "C<guestfs_available> on each member of the returned list."
6044 msgstr ""
6045
6046 #. type: textblock
6047 #: ../src/guestfs-actions.pod:615
6048 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6049 msgstr ""
6050
6051 #. type: textblock
6052 #: ../src/guestfs-actions.pod:621
6053 msgid "(Added in 1.3.15)"
6054 msgstr ""
6055
6056 #. type: =head2
6057 #: ../src/guestfs-actions.pod:623
6058 msgid "guestfs_base64_in"
6059 msgstr ""
6060
6061 #. type: verbatim
6062 #: ../src/guestfs-actions.pod:625
6063 #, no-wrap
6064 msgid ""
6065 " int\n"
6066 " guestfs_base64_in (guestfs_h *g,\n"
6067 "                    const char *base64file,\n"
6068 "                    const char *filename);\n"
6069 "\n"
6070 msgstr ""
6071
6072 #. type: textblock
6073 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
6074 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6075 msgstr ""
6076
6077 #. type: textblock
6078 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
6079 msgid "(Added in 1.3.5)"
6080 msgstr ""
6081
6082 #. type: =head2
6083 #: ../src/guestfs-actions.pod:637
6084 msgid "guestfs_base64_out"
6085 msgstr ""
6086
6087 #. type: verbatim
6088 #: ../src/guestfs-actions.pod:639
6089 #, no-wrap
6090 msgid ""
6091 " int\n"
6092 " guestfs_base64_out (guestfs_h *g,\n"
6093 "                     const char *filename,\n"
6094 "                     const char *base64file);\n"
6095 "\n"
6096 msgstr ""
6097
6098 #. type: textblock
6099 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
6100 msgid ""
6101 "This command downloads the contents of C<filename>, writing it out to local "
6102 "file C<base64file> encoded as base64."
6103 msgstr ""
6104
6105 #. type: =head2
6106 #: ../src/guestfs-actions.pod:651
6107 msgid "guestfs_blockdev_flushbufs"
6108 msgstr ""
6109
6110 #. type: verbatim
6111 #: ../src/guestfs-actions.pod:653
6112 #, no-wrap
6113 msgid ""
6114 " int\n"
6115 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6116 "                             const char *device);\n"
6117 "\n"
6118 msgstr ""
6119
6120 #. type: textblock
6121 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
6122 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6123 msgstr ""
6124
6125 #. type: textblock
6126 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745 ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452 ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471 ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496 ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515 ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
6127 msgid "This uses the L<blockdev(8)> command."
6128 msgstr ""
6129
6130 #. type: textblock
6131 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681 ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
6132 msgid "(Added in 0.9.3)"
6133 msgstr ""
6134
6135 #. type: =head2
6136 #: ../src/guestfs-actions.pod:666
6137 msgid "guestfs_blockdev_getbsz"
6138 msgstr ""
6139
6140 #. type: verbatim
6141 #: ../src/guestfs-actions.pod:668
6142 #, no-wrap
6143 msgid ""
6144 " int\n"
6145 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6146 "                          const char *device);\n"
6147 "\n"
6148 msgstr ""
6149
6150 #. type: textblock
6151 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
6152 msgid "This returns the block size of a device."
6153 msgstr ""
6154
6155 #. type: textblock
6156 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
6157 msgid ""
6158 "(Note this is different from both I<size in blocks> and I<filesystem block "
6159 "size>)."
6160 msgstr ""
6161
6162 #. type: =head2
6163 #: ../src/guestfs-actions.pod:683
6164 msgid "guestfs_blockdev_getro"
6165 msgstr ""
6166
6167 #. type: verbatim
6168 #: ../src/guestfs-actions.pod:685
6169 #, no-wrap
6170 msgid ""
6171 " int\n"
6172 " guestfs_blockdev_getro (guestfs_h *g,\n"
6173 "                         const char *device);\n"
6174 "\n"
6175 msgstr ""
6176
6177 #. type: textblock
6178 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
6179 msgid ""
6180 "Returns a boolean indicating if the block device is read-only (true if "
6181 "read-only, false if not)."
6182 msgstr ""
6183
6184 #. type: textblock
6185 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891 ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974 ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044 ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:3050 ../src/guestfs-actions.pod:3064 ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3093 ../src/guestfs-actions.pod:3109 ../src/guestfs-actions.pod:3124 ../src/guestfs-actions.pod:3140 ../src/guestfs-actions.pod:3154 ../src/guestfs-actions.pod:3167 ../src/guestfs-actions.pod:3181 ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211 ../src/guestfs-actions.pod:4723
6186 msgid "This function returns a C truth value on success or -1 on error."
6187 msgstr ""
6188
6189 #. type: =head2
6190 #: ../src/guestfs-actions.pod:698
6191 msgid "guestfs_blockdev_getsize64"
6192 msgstr ""
6193
6194 #. type: verbatim
6195 #: ../src/guestfs-actions.pod:700
6196 #, no-wrap
6197 msgid ""
6198 " int64_t\n"
6199 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6200 "                             const char *device);\n"
6201 "\n"
6202 msgstr ""
6203
6204 #. type: textblock
6205 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
6206 msgid "This returns the size of the device in bytes."
6207 msgstr ""
6208
6209 #. type: textblock
6210 #: ../src/guestfs-actions.pod:706
6211 msgid "See also C<guestfs_blockdev_getsz>."
6212 msgstr ""
6213
6214 #. type: =head2
6215 #: ../src/guestfs-actions.pod:714
6216 msgid "guestfs_blockdev_getss"
6217 msgstr ""
6218
6219 #. type: verbatim
6220 #: ../src/guestfs-actions.pod:716
6221 #, no-wrap
6222 msgid ""
6223 " int\n"
6224 " guestfs_blockdev_getss (guestfs_h *g,\n"
6225 "                         const char *device);\n"
6226 "\n"
6227 msgstr ""
6228
6229 #. type: textblock
6230 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
6231 msgid ""
6232 "This returns the size of sectors on a block device.  Usually 512, but can be "
6233 "larger for modern devices."
6234 msgstr ""
6235
6236 #. type: textblock
6237 #: ../src/guestfs-actions.pod:723
6238 msgid ""
6239 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6240 "that)."
6241 msgstr ""
6242
6243 #. type: =head2
6244 #: ../src/guestfs-actions.pod:732
6245 msgid "guestfs_blockdev_getsz"
6246 msgstr ""
6247
6248 #. type: verbatim
6249 #: ../src/guestfs-actions.pod:734
6250 #, no-wrap
6251 msgid ""
6252 " int64_t\n"
6253 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6254 "                         const char *device);\n"
6255 "\n"
6256 msgstr ""
6257
6258 #. type: textblock
6259 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
6260 msgid ""
6261 "This returns the size of the device in units of 512-byte sectors (even if "
6262 "the sectorsize isn't 512 bytes ... weird)."
6263 msgstr ""
6264
6265 #. type: textblock
6266 #: ../src/guestfs-actions.pod:741
6267 msgid ""
6268 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6269 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6270 msgstr ""
6271
6272 #. type: =head2
6273 #: ../src/guestfs-actions.pod:751
6274 msgid "guestfs_blockdev_rereadpt"
6275 msgstr ""
6276
6277 #. type: verbatim
6278 #: ../src/guestfs-actions.pod:753
6279 #, no-wrap
6280 msgid ""
6281 " int\n"
6282 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6283 "                            const char *device);\n"
6284 "\n"
6285 msgstr ""
6286
6287 #. type: textblock
6288 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
6289 msgid "Reread the partition table on C<device>."
6290 msgstr ""
6291
6292 #. type: =head2
6293 #: ../src/guestfs-actions.pod:765
6294 msgid "guestfs_blockdev_setbsz"
6295 msgstr ""
6296
6297 #. type: verbatim
6298 #: ../src/guestfs-actions.pod:767
6299 #, no-wrap
6300 msgid ""
6301 " int\n"
6302 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6303 "                          const char *device,\n"
6304 "                          int blocksize);\n"
6305 "\n"
6306 msgstr ""
6307
6308 #. type: textblock
6309 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
6310 msgid "This sets the block size of a device."
6311 msgstr ""
6312
6313 #. type: =head2
6314 #: ../src/guestfs-actions.pod:783
6315 msgid "guestfs_blockdev_setro"
6316 msgstr ""
6317
6318 #. type: verbatim
6319 #: ../src/guestfs-actions.pod:785
6320 #, no-wrap
6321 msgid ""
6322 " int\n"
6323 " guestfs_blockdev_setro (guestfs_h *g,\n"
6324 "                         const char *device);\n"
6325 "\n"
6326 msgstr ""
6327
6328 #. type: textblock
6329 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
6330 msgid "Sets the block device named C<device> to read-only."
6331 msgstr ""
6332
6333 #. type: =head2
6334 #: ../src/guestfs-actions.pod:797
6335 msgid "guestfs_blockdev_setrw"
6336 msgstr ""
6337
6338 #. type: verbatim
6339 #: ../src/guestfs-actions.pod:799
6340 #, no-wrap
6341 msgid ""
6342 " int\n"
6343 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6344 "                         const char *device);\n"
6345 "\n"
6346 msgstr ""
6347
6348 #. type: textblock
6349 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
6350 msgid "Sets the block device named C<device> to read-write."
6351 msgstr ""
6352
6353 #. type: =head2
6354 #: ../src/guestfs-actions.pod:811
6355 msgid "guestfs_case_sensitive_path"
6356 msgstr ""
6357
6358 #. type: verbatim
6359 #: ../src/guestfs-actions.pod:813
6360 #, no-wrap
6361 msgid ""
6362 " char *\n"
6363 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6364 "                              const char *path);\n"
6365 "\n"
6366 msgstr ""
6367
6368 #. type: textblock
6369 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
6370 msgid ""
6371 "This can be used to resolve case insensitive paths on a filesystem which is "
6372 "case sensitive.  The use case is to resolve paths which you have read from "
6373 "Windows configuration files or the Windows Registry, to the true path."
6374 msgstr ""
6375
6376 #. type: textblock
6377 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
6378 msgid ""
6379 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6380 "(and probably others), which is that although the underlying filesystem is "
6381 "case-insensitive, the driver exports the filesystem to Linux as "
6382 "case-sensitive."
6383 msgstr ""
6384
6385 #. type: textblock
6386 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
6387 msgid ""
6388 "One consequence of this is that special directories such as C<c:\\windows> "
6389 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6390 "precise details of how they were created.  In Windows itself this would not "
6391 "be a problem."
6392 msgstr ""
6393
6394 #. type: textblock
6395 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
6396 msgid ""
6397 "Bug or feature? You decide: "
6398 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6399 msgstr ""
6400
6401 #. type: textblock
6402 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
6403 msgid ""
6404 "This function resolves the true case of each element in the path and returns "
6405 "the case-sensitive path."
6406 msgstr ""
6407
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:839
6410 msgid ""
6411 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6412 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6413 "how the directories were originally created under Windows)."
6414 msgstr ""
6415
6416 #. type: textblock
6417 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
6418 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6419 msgstr ""
6420
6421 #. type: textblock
6422 #: ../src/guestfs-actions.pod:847
6423 msgid "See also C<guestfs_realpath>."
6424 msgstr ""
6425
6426 #. type: textblock
6427 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6665
6428 msgid "(Added in 1.0.75)"
6429 msgstr ""
6430
6431 #. type: =head2
6432 #: ../src/guestfs-actions.pod:854
6433 msgid "guestfs_cat"
6434 msgstr ""
6435
6436 #. type: verbatim
6437 #: ../src/guestfs-actions.pod:856
6438 #, no-wrap
6439 msgid ""
6440 " char *\n"
6441 " guestfs_cat (guestfs_h *g,\n"
6442 "              const char *path);\n"
6443 "\n"
6444 msgstr ""
6445
6446 #. type: textblock
6447 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3462
6448 msgid "Return the contents of the file named C<path>."
6449 msgstr ""
6450
6451 #. type: textblock
6452 #: ../src/guestfs-actions.pod:862
6453 msgid ""
6454 "Note that this function cannot correctly handle binary files (specifically, "
6455 "files containing C<\\0> character which is treated as end of string).  For "
6456 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6457 "functions which have a more complex interface."
6458 msgstr ""
6459
6460 #. type: textblock
6461 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049 ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750 ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330 ../src/guestfs-actions.pod:4992 ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5149 ../src/guestfs-actions.pod:5175 ../src/guestfs-actions.pod:5199 ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6937 ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7093 ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7158 ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913 ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990 ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480 ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518 ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543 ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3332 ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3423 ../fish/guestfish-actions.pod:3440 ../fish/guestfish-actions.pod:3455 ../fish/guestfish-actions.pod:4038 ../fish/guestfish-actions.pod:4084 ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4184 ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4612 ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4639 ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4697 ../fish/guestfish-actions.pod:4726 ../fish/guestfish-actions.pod:4736
6462 msgid ""
6463 "Because of the message protocol, there is a transfer limit of somewhere "
6464 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6465 msgstr ""
6466
6467 #. type: textblock
6468 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:5098 ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:6824 ../src/guestfs-actions.pod:6838
6469 msgid "(Added in 0.4)"
6470 msgstr ""
6471
6472 #. type: =head2
6473 #: ../src/guestfs-actions.pod:875
6474 msgid "guestfs_checksum"
6475 msgstr ""
6476
6477 #. type: verbatim
6478 #: ../src/guestfs-actions.pod:877
6479 #, no-wrap
6480 msgid ""
6481 " char *\n"
6482 " guestfs_checksum (guestfs_h *g,\n"
6483 "                   const char *csumtype,\n"
6484 "                   const char *path);\n"
6485 "\n"
6486 msgstr ""
6487
6488 #. type: textblock
6489 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
6490 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6491 msgstr ""
6492
6493 #. type: textblock
6494 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
6495 msgid ""
6496 "The type of checksum to compute is given by the C<csumtype> parameter which "
6497 "must have one of the following values:"
6498 msgstr ""
6499
6500 #. type: =item
6501 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
6502 msgid "C<crc>"
6503 msgstr ""
6504
6505 #. type: textblock
6506 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
6507 msgid ""
6508 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6509 "C<cksum> command."
6510 msgstr ""
6511
6512 #. type: =item
6513 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
6514 msgid "C<md5>"
6515 msgstr ""
6516
6517 #. type: textblock
6518 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
6519 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6520 msgstr ""
6521
6522 #. type: =item
6523 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
6524 msgid "C<sha1>"
6525 msgstr ""
6526
6527 #. type: textblock
6528 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
6529 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6530 msgstr ""
6531
6532 #. type: =item
6533 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
6534 msgid "C<sha224>"
6535 msgstr ""
6536
6537 #. type: textblock
6538 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
6539 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6540 msgstr ""
6541
6542 #. type: =item
6543 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
6544 msgid "C<sha256>"
6545 msgstr ""
6546
6547 #. type: textblock
6548 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
6549 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6550 msgstr ""
6551
6552 #. type: =item
6553 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
6554 msgid "C<sha384>"
6555 msgstr ""
6556
6557 #. type: textblock
6558 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
6559 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6560 msgstr ""
6561
6562 #. type: =item
6563 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
6564 msgid "C<sha512>"
6565 msgstr ""
6566
6567 #. type: textblock
6568 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
6569 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6570 msgstr ""
6571
6572 #. type: textblock
6573 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
6574 msgid "The checksum is returned as a printable string."
6575 msgstr ""
6576
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:923
6579 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6580 msgstr ""
6581
6582 #. type: textblock
6583 #: ../src/guestfs-actions.pod:925
6584 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6585 msgstr ""
6586
6587 #. type: textblock
6588 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3066 ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3183 ../src/guestfs-actions.pod:6521
6589 msgid "(Added in 1.0.2)"
6590 msgstr ""
6591
6592 #. type: =head2
6593 #: ../src/guestfs-actions.pod:932
6594 msgid "guestfs_checksum_device"
6595 msgstr ""
6596
6597 #. type: verbatim
6598 #: ../src/guestfs-actions.pod:934
6599 #, no-wrap
6600 msgid ""
6601 " char *\n"
6602 " guestfs_checksum_device (guestfs_h *g,\n"
6603 "                          const char *csumtype,\n"
6604 "                          const char *device);\n"
6605 "\n"
6606 msgstr ""
6607
6608 #. type: textblock
6609 #: ../src/guestfs-actions.pod:939
6610 msgid ""
6611 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6612 "device named C<device>.  For the types of checksums supported see the "
6613 "C<guestfs_checksum> command."
6614 msgstr ""
6615
6616 #. type: textblock
6617 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4629 ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919 ../src/guestfs-actions.pod:6430 ../src/guestfs-actions.pod:6444 ../src/guestfs-actions.pod:6850
6618 msgid "(Added in 1.3.2)"
6619 msgstr ""
6620
6621 #. type: =head2
6622 #: ../src/guestfs-actions.pod:948
6623 msgid "guestfs_checksums_out"
6624 msgstr ""
6625
6626 #. type: verbatim
6627 #: ../src/guestfs-actions.pod:950
6628 #, no-wrap
6629 msgid ""
6630 " int\n"
6631 " guestfs_checksums_out (guestfs_h *g,\n"
6632 "                        const char *csumtype,\n"
6633 "                        const char *directory,\n"
6634 "                        const char *sumsfile);\n"
6635 "\n"
6636 msgstr ""
6637
6638 #. type: textblock
6639 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
6640 msgid ""
6641 "This command computes the checksums of all regular files in C<directory> and "
6642 "then emits a list of those checksums to the local output file C<sumsfile>."
6643 msgstr ""
6644
6645 #. type: textblock
6646 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
6647 msgid ""
6648 "This can be used for verifying the integrity of a virtual machine.  However "
6649 "to be properly secure you should pay attention to the output of the checksum "
6650 "command (it uses the ones from GNU coreutils).  In particular when the "
6651 "filename is not printable, coreutils uses a special backslash syntax.  For "
6652 "more information, see the GNU coreutils info file."
6653 msgstr ""
6654
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:970
6657 msgid "(Added in 1.3.7)"
6658 msgstr ""
6659
6660 #. type: =head2
6661 #: ../src/guestfs-actions.pod:972
6662 msgid "guestfs_chmod"
6663 msgstr ""
6664
6665 #. type: verbatim
6666 #: ../src/guestfs-actions.pod:974
6667 #, no-wrap
6668 msgid ""
6669 " int\n"
6670 " guestfs_chmod (guestfs_h *g,\n"
6671 "                int mode,\n"
6672 "                const char *path);\n"
6673 "\n"
6674 msgstr ""
6675
6676 #. type: textblock
6677 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
6678 msgid ""
6679 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6680 "supported."
6681 msgstr ""
6682
6683 #. type: textblock
6684 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
6685 msgid ""
6686 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6687 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6688 "C<700>."
6689 msgstr ""
6690
6691 #. type: textblock
6692 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4347 ../src/guestfs-actions.pod:4366 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:2791 ../fish/guestfish-actions.pod:2907 ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:2927
6693 msgid "The mode actually set is affected by the umask."
6694 msgstr ""
6695
6696 #. type: =head2
6697 #: ../src/guestfs-actions.pod:992
6698 msgid "guestfs_chown"
6699 msgstr ""
6700
6701 #. type: verbatim
6702 #: ../src/guestfs-actions.pod:994
6703 #, no-wrap
6704 msgid ""
6705 " int\n"
6706 " guestfs_chown (guestfs_h *g,\n"
6707 "                int owner,\n"
6708 "                int group,\n"
6709 "                const char *path);\n"
6710 "\n"
6711 msgstr ""
6712
6713 #. type: textblock
6714 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
6715 msgid "Change the file owner to C<owner> and group to C<group>."
6716 msgstr ""
6717
6718 #. type: textblock
6719 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3253 ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2249
6720 msgid ""
6721 "Only numeric uid and gid are supported.  If you want to use names, you will "
6722 "need to locate and parse the password file yourself (Augeas support makes "
6723 "this relatively easy)."
6724 msgstr ""
6725
6726 #. type: =head2
6727 #: ../src/guestfs-actions.pod:1010
6728 msgid "guestfs_command"
6729 msgstr ""
6730
6731 #. type: verbatim
6732 #: ../src/guestfs-actions.pod:1012
6733 #, no-wrap
6734 msgid ""
6735 " char *\n"
6736 " guestfs_command (guestfs_h *g,\n"
6737 "                  char *const *arguments);\n"
6738 "\n"
6739 msgstr ""
6740
6741 #. type: textblock
6742 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
6743 msgid ""
6744 "This call runs a command from the guest filesystem.  The filesystem must be "
6745 "mounted, and must contain a compatible operating system (ie. something "
6746 "Linux, with the same or compatible processor architecture)."
6747 msgstr ""
6748
6749 #. type: textblock
6750 #: ../src/guestfs-actions.pod:1021
6751 msgid ""
6752 "The single parameter is an argv-style list of arguments.  The first element "
6753 "is the name of the program to run.  Subsequent elements are parameters.  The "
6754 "list must be non-empty (ie. must contain a program name).  Note that the "
6755 "command runs directly, and is I<not> invoked via the shell (see "
6756 "C<guestfs_sh>)."
6757 msgstr ""
6758
6759 #. type: textblock
6760 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
6761 msgid "The return value is anything printed to I<stdout> by the command."
6762 msgstr ""
6763
6764 #. type: textblock
6765 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
6766 msgid ""
6767 "If the command returns a non-zero exit status, then this function returns an "
6768 "error message.  The error message string is the content of I<stderr> from "
6769 "the command."
6770 msgstr ""
6771
6772 #. type: textblock
6773 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
6774 msgid ""
6775 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6776 "C</bin>.  If you require a program from another location, you should provide "
6777 "the full path in the first parameter."
6778 msgstr ""
6779
6780 #. type: textblock
6781 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
6782 msgid ""
6783 "Shared libraries and data files required by the program must be available on "
6784 "filesystems which are mounted in the correct places.  It is the caller's "
6785 "responsibility to ensure all filesystems that are needed are mounted at the "
6786 "right locations."
6787 msgstr ""
6788
6789 #. type: textblock
6790 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1535
6791 msgid "(Added in 0.9.1)"
6792 msgstr ""
6793
6794 #. type: =head2
6795 #: ../src/guestfs-actions.pod:1054
6796 msgid "guestfs_command_lines"
6797 msgstr ""
6798
6799 #. type: verbatim
6800 #: ../src/guestfs-actions.pod:1056
6801 #, no-wrap
6802 msgid ""
6803 " char **\n"
6804 " guestfs_command_lines (guestfs_h *g,\n"
6805 "                        char *const *arguments);\n"
6806 "\n"
6807 msgstr ""
6808
6809 #. type: textblock
6810 #: ../src/guestfs-actions.pod:1060
6811 msgid ""
6812 "This is the same as C<guestfs_command>, but splits the result into a list of "
6813 "lines."
6814 msgstr ""
6815
6816 #. type: textblock
6817 #: ../src/guestfs-actions.pod:1063
6818 msgid "See also: C<guestfs_sh_lines>"
6819 msgstr ""
6820
6821 #. type: =head2
6822 #: ../src/guestfs-actions.pod:1074
6823 msgid "guestfs_config"
6824 msgstr ""
6825
6826 #. type: verbatim
6827 #: ../src/guestfs-actions.pod:1076
6828 #, no-wrap
6829 msgid ""
6830 " int\n"
6831 " guestfs_config (guestfs_h *g,\n"
6832 "                 const char *qemuparam,\n"
6833 "                 const char *qemuvalue);\n"
6834 "\n"
6835 msgstr ""
6836
6837 #. type: textblock
6838 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
6839 msgid ""
6840 "This can be used to add arbitrary qemu command line parameters of the form "
6841 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6842 "setting some parameters which would interfere with parameters that we use."
6843 msgstr ""
6844
6845 #. type: textblock
6846 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
6847 msgid "The first character of C<param> string must be a C<-> (dash)."
6848 msgstr ""
6849
6850 #. type: textblock
6851 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
6852 msgid "C<value> can be NULL."
6853 msgstr ""
6854
6855 #. type: =head2
6856 #: ../src/guestfs-actions.pod:1094
6857 msgid "guestfs_copy_size"
6858 msgstr ""
6859
6860 #. type: verbatim
6861 #: ../src/guestfs-actions.pod:1096
6862 #, no-wrap
6863 msgid ""
6864 " int\n"
6865 " guestfs_copy_size (guestfs_h *g,\n"
6866 "                    const char *src,\n"
6867 "                    const char *dest,\n"
6868 "                    int64_t size);\n"
6869 "\n"
6870 msgstr ""
6871
6872 #. type: textblock
6873 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
6874 msgid ""
6875 "This command copies exactly C<size> bytes from one source device or file "
6876 "C<src> to another destination device or file C<dest>."
6877 msgstr ""
6878
6879 #. type: textblock
6880 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
6881 msgid ""
6882 "Note this will fail if the source is too short or if the destination is not "
6883 "large enough."
6884 msgstr ""
6885
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6516 ../src/guestfs-actions.pod:6550 ../src/guestfs-actions.pod:7029 ../src/guestfs-actions.pod:7048
6888 msgid ""
6889 "This long-running command can generate progress notification messages so "
6890 "that the caller can display a progress bar or indicator.  To receive these "
6891 "messages, the caller must register a progress callback.  See "
6892 "L<guestfs(3)/guestfs_set_progress_callback>."
6893 msgstr ""
6894
6895 #. type: textblock
6896 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3921 ../src/guestfs-actions.pod:5125 ../src/guestfs-actions.pod:6757 ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6863
6897 msgid "(Added in 1.0.87)"
6898 msgstr ""
6899
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:1117
6902 msgid "guestfs_cp"
6903 msgstr ""
6904
6905 #. type: verbatim
6906 #: ../src/guestfs-actions.pod:1119
6907 #, no-wrap
6908 msgid ""
6909 " int\n"
6910 " guestfs_cp (guestfs_h *g,\n"
6911 "             const char *src,\n"
6912 "             const char *dest);\n"
6913 "\n"
6914 msgstr ""
6915
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
6918 msgid ""
6919 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6920 "destination filename or destination directory."
6921 msgstr ""
6922
6923 #. type: textblock
6924 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4592 ../src/guestfs-actions.pod:4969
6925 msgid "(Added in 1.0.18)"
6926 msgstr ""
6927
6928 #. type: =head2
6929 #: ../src/guestfs-actions.pod:1131
6930 msgid "guestfs_cp_a"
6931 msgstr ""
6932
6933 #. type: verbatim
6934 #: ../src/guestfs-actions.pod:1133
6935 #, no-wrap
6936 msgid ""
6937 " int\n"
6938 " guestfs_cp_a (guestfs_h *g,\n"
6939 "               const char *src,\n"
6940 "               const char *dest);\n"
6941 "\n"
6942 msgstr ""
6943
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
6946 msgid ""
6947 "This copies a file or directory from C<src> to C<dest> recursively using the "
6948 "C<cp -a> command."
6949 msgstr ""
6950
6951 #. type: =head2
6952 #: ../src/guestfs-actions.pod:1145
6953 msgid "guestfs_dd"
6954 msgstr ""
6955
6956 #. type: verbatim
6957 #: ../src/guestfs-actions.pod:1147
6958 #, no-wrap
6959 msgid ""
6960 " int\n"
6961 " guestfs_dd (guestfs_h *g,\n"
6962 "             const char *src,\n"
6963 "             const char *dest);\n"
6964 "\n"
6965 msgstr ""
6966
6967 #. type: textblock
6968 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
6969 msgid ""
6970 "This command copies from one source device or file C<src> to another "
6971 "destination device or file C<dest>.  Normally you would use this to copy to "
6972 "or from a device or partition, for example to duplicate a filesystem."
6973 msgstr ""
6974
6975 #. type: textblock
6976 #: ../src/guestfs-actions.pod:1157
6977 msgid ""
6978 "If the destination is a device, it must be as large or larger than the "
6979 "source file or device, otherwise the copy will fail.  This command cannot do "
6980 "partial copies (see C<guestfs_copy_size>)."
6981 msgstr ""
6982
6983 #. type: =head2
6984 #: ../src/guestfs-actions.pod:1165
6985 msgid "guestfs_df"
6986 msgstr ""
6987
6988 #. type: verbatim
6989 #: ../src/guestfs-actions.pod:1167
6990 #, no-wrap
6991 msgid ""
6992 " char *\n"
6993 " guestfs_df (guestfs_h *g);\n"
6994 "\n"
6995 msgstr ""
6996
6997 #. type: textblock
6998 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
6999 msgid "This command runs the C<df> command to report disk space used."
7000 msgstr ""
7001
7002 #. type: textblock
7003 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
7004 msgid ""
7005 "This command is mostly useful for interactive sessions.  It is I<not> "
7006 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7007 "from programs."
7008 msgstr ""
7009
7010 #. type: textblock
7011 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355 ../src/guestfs-actions.pod:4031 ../src/guestfs-actions.pod:4492 ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6278 ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:6909 ../src/guestfs-actions.pod:6922
7012 msgid "(Added in 1.0.54)"
7013 msgstr ""
7014
7015 #. type: =head2
7016 #: ../src/guestfs-actions.pod:1181
7017 msgid "guestfs_df_h"
7018 msgstr ""
7019
7020 #. type: verbatim
7021 #: ../src/guestfs-actions.pod:1183
7022 #, no-wrap
7023 msgid ""
7024 " char *\n"
7025 " guestfs_df_h (guestfs_h *g);\n"
7026 "\n"
7027 msgstr ""
7028
7029 #. type: textblock
7030 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
7031 msgid ""
7032 "This command runs the C<df -h> command to report disk space used in "
7033 "human-readable format."
7034 msgstr ""
7035
7036 #. type: =head2
7037 #: ../src/guestfs-actions.pod:1198
7038 msgid "guestfs_dmesg"
7039 msgstr ""
7040
7041 #. type: verbatim
7042 #: ../src/guestfs-actions.pod:1200
7043 #, no-wrap
7044 msgid ""
7045 " char *\n"
7046 " guestfs_dmesg (guestfs_h *g);\n"
7047 "\n"
7048 msgstr ""
7049
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
7052 msgid ""
7053 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7054 "This is sometimes useful for extended debugging of problems."
7055 msgstr ""
7056
7057 #. type: textblock
7058 #: ../src/guestfs-actions.pod:1207
7059 msgid ""
7060 "Another way to get the same information is to enable verbose messages with "
7061 "C<guestfs_set_verbose> or by setting the environment variable "
7062 "C<LIBGUESTFS_DEBUG=1> before running the program."
7063 msgstr ""
7064
7065 #. type: =head2
7066 #: ../src/guestfs-actions.pod:1217
7067 msgid "guestfs_download"
7068 msgstr ""
7069
7070 #. type: verbatim
7071 #: ../src/guestfs-actions.pod:1219
7072 #, no-wrap
7073 msgid ""
7074 " int\n"
7075 " guestfs_download (guestfs_h *g,\n"
7076 "                   const char *remotefilename,\n"
7077 "                   const char *filename);\n"
7078 "\n"
7079 msgstr ""
7080
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
7083 msgid ""
7084 "Download file C<remotefilename> and save it as C<filename> on the local "
7085 "machine."
7086 msgstr ""
7087
7088 #. type: textblock
7089 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6510 ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4342
7090 msgid "C<filename> can also be a named pipe."
7091 msgstr ""
7092
7093 #. type: textblock
7094 #: ../src/guestfs-actions.pod:1229
7095 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7096 msgstr ""
7097
7098 #. type: =head2
7099 #: ../src/guestfs-actions.pod:1240
7100 msgid "guestfs_download_offset"
7101 msgstr ""
7102
7103 #. type: verbatim
7104 #: ../src/guestfs-actions.pod:1242
7105 #, no-wrap
7106 msgid ""
7107 " int\n"
7108 " guestfs_download_offset (guestfs_h *g,\n"
7109 "                          const char *remotefilename,\n"
7110 "                          const char *filename,\n"
7111 "                          int64_t offset,\n"
7112 "                          int64_t size);\n"
7113 "\n"
7114 msgstr ""
7115
7116 #. type: textblock
7117 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
7118 msgid ""
7119 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7120 "region must be within the file or device)."
7121 msgstr ""
7122
7123 #. type: textblock
7124 #: ../src/guestfs-actions.pod:1255
7125 msgid ""
7126 "Note that there is no limit on the amount of data that can be downloaded "
7127 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7128 "full amount unless an error occurs."
7129 msgstr ""
7130
7131 #. type: textblock
7132 #: ../src/guestfs-actions.pod:1260
7133 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7134 msgstr ""
7135
7136 #. type: textblock
7137 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6555
7138 msgid "(Added in 1.5.17)"
7139 msgstr ""
7140
7141 #. type: =head2
7142 #: ../src/guestfs-actions.pod:1271
7143 msgid "guestfs_drop_caches"
7144 msgstr ""
7145
7146 #. type: verbatim
7147 #: ../src/guestfs-actions.pod:1273
7148 #, no-wrap
7149 msgid ""
7150 " int\n"
7151 " guestfs_drop_caches (guestfs_h *g,\n"
7152 "                      int whattodrop);\n"
7153 "\n"
7154 msgstr ""
7155
7156 #. type: textblock
7157 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
7158 msgid ""
7159 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7160 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7161 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7162 msgstr ""
7163
7164 #. type: textblock
7165 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
7166 msgid "Setting C<whattodrop> to 3 should drop everything."
7167 msgstr ""
7168
7169 #. type: textblock
7170 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
7171 msgid ""
7172 "This automatically calls L<sync(2)> before the operation, so that the "
7173 "maximum guest memory is freed."
7174 msgstr ""
7175
7176 #. type: =head2
7177 #: ../src/guestfs-actions.pod:1291
7178 msgid "guestfs_du"
7179 msgstr ""
7180
7181 #. type: verbatim
7182 #: ../src/guestfs-actions.pod:1293
7183 #, no-wrap
7184 msgid ""
7185 " int64_t\n"
7186 " guestfs_du (guestfs_h *g,\n"
7187 "             const char *path);\n"
7188 "\n"
7189 msgstr ""
7190
7191 #. type: textblock
7192 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
7193 msgid ""
7194 "This command runs the C<du -s> command to estimate file space usage for "
7195 "C<path>."
7196 msgstr ""
7197
7198 #. type: textblock
7199 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
7200 msgid ""
7201 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7202 "estimate includes the contents of the directory and all subdirectories "
7203 "(recursively)."
7204 msgstr ""
7205
7206 #. type: textblock
7207 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
7208 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7209 msgstr ""
7210
7211 #. type: =head2
7212 #: ../src/guestfs-actions.pod:1311
7213 msgid "guestfs_e2fsck_f"
7214 msgstr ""
7215
7216 #. type: verbatim
7217 #: ../src/guestfs-actions.pod:1313
7218 #, no-wrap
7219 msgid ""
7220 " int\n"
7221 " guestfs_e2fsck_f (guestfs_h *g,\n"
7222 "                   const char *device);\n"
7223 "\n"
7224 msgstr ""
7225
7226 #. type: textblock
7227 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
7228 msgid ""
7229 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7230 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7231 "clean (C<-f>)."
7232 msgstr ""
7233
7234 #. type: textblock
7235 #: ../src/guestfs-actions.pod:1321
7236 msgid ""
7237 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7238 "Normally you should use C<guestfs_fsck>."
7239 msgstr ""
7240
7241 #. type: textblock
7242 #: ../src/guestfs-actions.pod:1326
7243 msgid "(Added in 1.0.29)"
7244 msgstr ""
7245
7246 #. type: =head2
7247 #: ../src/guestfs-actions.pod:1328
7248 msgid "guestfs_echo_daemon"
7249 msgstr ""
7250
7251 #. type: verbatim
7252 #: ../src/guestfs-actions.pod:1330
7253 #, no-wrap
7254 msgid ""
7255 " char *\n"
7256 " guestfs_echo_daemon (guestfs_h *g,\n"
7257 "                      char *const *words);\n"
7258 "\n"
7259 msgstr ""
7260
7261 #. type: textblock
7262 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
7263 msgid ""
7264 "This command concatenates the list of C<words> passed with single spaces "
7265 "between them and returns the resulting string."
7266 msgstr ""
7267
7268 #. type: textblock
7269 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
7270 msgid "You can use this command to test the connection through to the daemon."
7271 msgstr ""
7272
7273 #. type: textblock
7274 #: ../src/guestfs-actions.pod:1339
7275 msgid "See also C<guestfs_ping_daemon>."
7276 msgstr ""
7277
7278 #. type: textblock
7279 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:5758
7280 msgid "(Added in 1.0.69)"
7281 msgstr ""
7282
7283 #. type: =head2
7284 #: ../src/guestfs-actions.pod:1346
7285 msgid "guestfs_egrep"
7286 msgstr ""
7287
7288 #. type: verbatim
7289 #: ../src/guestfs-actions.pod:1348
7290 #, no-wrap
7291 msgid ""
7292 " char **\n"
7293 " guestfs_egrep (guestfs_h *g,\n"
7294 "                const char *regex,\n"
7295 "                const char *path);\n"
7296 "\n"
7297 msgstr ""
7298
7299 #. type: textblock
7300 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
7301 msgid "This calls the external C<egrep> program and returns the matching lines."
7302 msgstr ""
7303
7304 #. type: textblock
7305 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485 ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404 ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472 ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3414 ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3441 ../src/guestfs-actions.pod:3455 ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5352 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6134 ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6182 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6221 ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7011 ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7115 ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7180
7306 msgid "(Added in 1.0.66)"
7307 msgstr ""
7308
7309 #. type: =head2
7310 #: ../src/guestfs-actions.pod:1365
7311 msgid "guestfs_egrepi"
7312 msgstr ""
7313
7314 #. type: verbatim
7315 #: ../src/guestfs-actions.pod:1367
7316 #, no-wrap
7317 msgid ""
7318 " char **\n"
7319 " guestfs_egrepi (guestfs_h *g,\n"
7320 "                 const char *regex,\n"
7321 "                 const char *path);\n"
7322 "\n"
7323 msgstr ""
7324
7325 #. type: textblock
7326 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
7327 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7328 msgstr ""
7329
7330 #. type: =head2
7331 #: ../src/guestfs-actions.pod:1384
7332 msgid "guestfs_equal"
7333 msgstr ""
7334
7335 #. type: verbatim
7336 #: ../src/guestfs-actions.pod:1386
7337 #, no-wrap
7338 msgid ""
7339 " int\n"
7340 " guestfs_equal (guestfs_h *g,\n"
7341 "                const char *file1,\n"
7342 "                const char *file2);\n"
7343 "\n"
7344 msgstr ""
7345
7346 #. type: textblock
7347 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
7348 msgid ""
7349 "This compares the two files C<file1> and C<file2> and returns true if their "
7350 "content is exactly equal, or false otherwise."
7351 msgstr ""
7352
7353 #. type: textblock
7354 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
7355 msgid "The external L<cmp(1)> program is used for the comparison."
7356 msgstr ""
7357
7358 #. type: =head2
7359 #: ../src/guestfs-actions.pod:1400
7360 msgid "guestfs_exists"
7361 msgstr ""
7362
7363 #. type: verbatim
7364 #: ../src/guestfs-actions.pod:1402
7365 #, no-wrap
7366 msgid ""
7367 " int\n"
7368 " guestfs_exists (guestfs_h *g,\n"
7369 "                 const char *path);\n"
7370 "\n"
7371 msgstr ""
7372
7373 #. type: textblock
7374 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
7375 msgid ""
7376 "This returns C<true> if and only if there is a file, directory (or anything) "
7377 "with the given C<path> name."
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:1409
7382 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7383 msgstr ""
7384
7385 #. type: =head2
7386 #: ../src/guestfs-actions.pod:1415
7387 msgid "guestfs_fallocate"
7388 msgstr ""
7389
7390 #. type: verbatim
7391 #: ../src/guestfs-actions.pod:1417
7392 #, no-wrap
7393 msgid ""
7394 " int\n"
7395 " guestfs_fallocate (guestfs_h *g,\n"
7396 "                    const char *path,\n"
7397 "                    int len);\n"
7398 "\n"
7399 msgstr ""
7400
7401 #. type: textblock
7402 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
7403 msgid ""
7404 "This command preallocates a file (containing zero bytes) named C<path> of "
7405 "size C<len> bytes.  If the file exists already, it is overwritten."
7406 msgstr ""
7407
7408 #. type: textblock
7409 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
7410 msgid ""
7411 "Do not confuse this with the guestfish-specific C<alloc> command which "
7412 "allocates a file in the host and attaches it as a device."
7413 msgstr ""
7414
7415 #. type: textblock
7416 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
7417 msgid ""
7418 "This function is deprecated.  In new code, use the C<fallocate64> call "
7419 "instead."
7420 msgstr ""
7421
7422 #. type: =head2
7423 #: ../src/guestfs-actions.pod:1441
7424 msgid "guestfs_fallocate64"
7425 msgstr ""
7426
7427 #. type: verbatim
7428 #: ../src/guestfs-actions.pod:1443
7429 #, no-wrap
7430 msgid ""
7431 " int\n"
7432 " guestfs_fallocate64 (guestfs_h *g,\n"
7433 "                      const char *path,\n"
7434 "                      int64_t len);\n"
7435 "\n"
7436 msgstr ""
7437
7438 #. type: textblock
7439 #: ../src/guestfs-actions.pod:1452
7440 msgid ""
7441 "Note that this call allocates disk blocks for the file.  To create a sparse "
7442 "file use C<guestfs_truncate_size> instead."
7443 msgstr ""
7444
7445 #. type: textblock
7446 #: ../src/guestfs-actions.pod:1455
7447 msgid ""
7448 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7449 "oversight it only allowed 30 bit lengths to be specified, effectively "
7450 "limiting the maximum size of files created through that call to 1GB."
7451 msgstr ""
7452
7453 #. type: textblock
7454 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
7455 msgid ""
7456 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7457 "commands which create a file in the host and attach it as a device."
7458 msgstr ""
7459
7460 #. type: textblock
7461 #: ../src/guestfs-actions.pod:1466
7462 msgid "(Added in 1.3.17)"
7463 msgstr ""
7464
7465 #. type: =head2
7466 #: ../src/guestfs-actions.pod:1468
7467 msgid "guestfs_fgrep"
7468 msgstr ""
7469
7470 #. type: verbatim
7471 #: ../src/guestfs-actions.pod:1470
7472 #, no-wrap
7473 msgid ""
7474 " char **\n"
7475 " guestfs_fgrep (guestfs_h *g,\n"
7476 "                const char *pattern,\n"
7477 "                const char *path);\n"
7478 "\n"
7479 msgstr ""
7480
7481 #. type: textblock
7482 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
7483 msgid "This calls the external C<fgrep> program and returns the matching lines."
7484 msgstr ""
7485
7486 #. type: =head2
7487 #: ../src/guestfs-actions.pod:1487
7488 msgid "guestfs_fgrepi"
7489 msgstr ""
7490
7491 #. type: verbatim
7492 #: ../src/guestfs-actions.pod:1489
7493 #, no-wrap
7494 msgid ""
7495 " char **\n"
7496 " guestfs_fgrepi (guestfs_h *g,\n"
7497 "                 const char *pattern,\n"
7498 "                 const char *path);\n"
7499 "\n"
7500 msgstr ""
7501
7502 #. type: textblock
7503 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
7504 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7505 msgstr ""
7506
7507 #. type: =head2
7508 #: ../src/guestfs-actions.pod:1506
7509 msgid "guestfs_file"
7510 msgstr ""
7511
7512 #. type: verbatim
7513 #: ../src/guestfs-actions.pod:1508
7514 #, no-wrap
7515 msgid ""
7516 " char *\n"
7517 " guestfs_file (guestfs_h *g,\n"
7518 "               const char *path);\n"
7519 "\n"
7520 msgstr ""
7521
7522 #. type: textblock
7523 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
7524 msgid ""
7525 "This call uses the standard L<file(1)> command to determine the type or "
7526 "contents of the file."
7527 msgstr ""
7528
7529 #. type: textblock
7530 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
7531 msgid ""
7532 "This call will also transparently look inside various types of compressed "
7533 "file."
7534 msgstr ""
7535
7536 #. type: textblock
7537 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
7538 msgid ""
7539 "The exact command which runs is C<file -zb path>.  Note in particular that "
7540 "the filename is not prepended to the output (the C<-b> option)."
7541 msgstr ""
7542
7543 #. type: textblock
7544 #: ../src/guestfs-actions.pod:1522
7545 msgid ""
7546 "This command can also be used on C</dev/> devices (and partitions, LV "
7547 "names).  You can for example use this to determine if a device contains a "
7548 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
7549 msgstr ""
7550
7551 #. type: textblock
7552 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
7553 msgid ""
7554 "If the C<path> does not begin with C</dev/> then this command only works for "
7555 "the content of regular files.  For other file types (directory, symbolic "
7556 "link etc) it will just return the string C<directory> etc."
7557 msgstr ""
7558
7559 #. type: =head2
7560 #: ../src/guestfs-actions.pod:1537
7561 msgid "guestfs_file_architecture"
7562 msgstr ""
7563
7564 #. type: verbatim
7565 #: ../src/guestfs-actions.pod:1539
7566 #, no-wrap
7567 msgid ""
7568 " char *\n"
7569 " guestfs_file_architecture (guestfs_h *g,\n"
7570 "                            const char *filename);\n"
7571 "\n"
7572 msgstr ""
7573
7574 #. type: textblock
7575 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
7576 msgid ""
7577 "This detects the architecture of the binary C<filename>, and returns it if "
7578 "known."
7579 msgstr ""
7580
7581 #. type: textblock
7582 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
7583 msgid "Currently defined architectures are:"
7584 msgstr ""
7585
7586 #. type: =item
7587 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
7588 msgid "\"i386\""
7589 msgstr ""
7590
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
7593 msgid ""
7594 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7595 "irrespective of the precise processor requirements of the binary."
7596 msgstr ""
7597
7598 #. type: =item
7599 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
7600 msgid "\"x86_64\""
7601 msgstr ""
7602
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
7605 msgid "64 bit x86-64."
7606 msgstr ""
7607
7608 #. type: =item
7609 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
7610 msgid "\"sparc\""
7611 msgstr ""
7612
7613 #. type: textblock
7614 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
7615 msgid "32 bit SPARC."
7616 msgstr ""
7617
7618 #. type: =item
7619 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
7620 msgid "\"sparc64\""
7621 msgstr ""
7622
7623 #. type: textblock
7624 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
7625 msgid "64 bit SPARC V9 and above."
7626 msgstr ""
7627
7628 #. type: =item
7629 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
7630 msgid "\"ia64\""
7631 msgstr ""
7632
7633 #. type: textblock
7634 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
7635 msgid "Intel Itanium."
7636 msgstr ""
7637
7638 #. type: =item
7639 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
7640 msgid "\"ppc\""
7641 msgstr ""
7642
7643 #. type: textblock
7644 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
7645 msgid "32 bit Power PC."
7646 msgstr ""
7647
7648 #. type: =item
7649 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
7650 msgid "\"ppc64\""
7651 msgstr ""
7652
7653 #. type: textblock
7654 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
7655 msgid "64 bit Power PC."
7656 msgstr ""
7657
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
7660 msgid "Libguestfs may return other architecture strings in future."
7661 msgstr ""
7662
7663 #. type: textblock
7664 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
7665 msgid "The function works on at least the following types of files:"
7666 msgstr ""
7667
7668 #. type: textblock
7669 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
7670 msgid "many types of Un*x and Linux binary"
7671 msgstr ""
7672
7673 #. type: textblock
7674 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
7675 msgid "many types of Un*x and Linux shared library"
7676 msgstr ""
7677
7678 #. type: textblock
7679 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
7680 msgid "Windows Win32 and Win64 binaries"
7681 msgstr ""
7682
7683 #. type: textblock
7684 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
7685 msgid "Windows Win32 and Win64 DLLs"
7686 msgstr ""
7687
7688 #. type: textblock
7689 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
7690 msgid "Win32 binaries and DLLs return C<i386>."
7691 msgstr ""
7692
7693 #. type: textblock
7694 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
7695 msgid "Win64 binaries and DLLs return C<x86_64>."
7696 msgstr ""
7697
7698 #. type: textblock
7699 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
7700 msgid "Linux kernel modules"
7701 msgstr ""
7702
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
7705 msgid "Linux new-style initrd images"
7706 msgstr ""
7707
7708 #. type: textblock
7709 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
7710 msgid "some non-x86 Linux vmlinuz kernels"
7711 msgstr ""
7712
7713 #. type: textblock
7714 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
7715 msgid "What it can't do currently:"
7716 msgstr ""
7717
7718 #. type: textblock
7719 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
7720 msgid "static libraries (libfoo.a)"
7721 msgstr ""
7722
7723 #. type: textblock
7724 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
7725 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7726 msgstr ""
7727
7728 #. type: textblock
7729 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
7730 msgid "x86 Linux vmlinuz kernels"
7731 msgstr ""
7732
7733 #. type: textblock
7734 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
7735 msgid ""
7736 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7737 "compressed code, and are horribly hard to unpack.  If you want to find the "
7738 "architecture of a kernel, use the architecture of the associated initrd or "
7739 "kernel module(s) instead."
7740 msgstr ""
7741
7742 #. type: textblock
7743 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:2802 ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3169
7744 msgid "(Added in 1.5.3)"
7745 msgstr ""
7746
7747 #. type: =head2
7748 #: ../src/guestfs-actions.pod:1649
7749 msgid "guestfs_filesize"
7750 msgstr ""
7751
7752 #. type: verbatim
7753 #: ../src/guestfs-actions.pod:1651
7754 #, no-wrap
7755 msgid ""
7756 " int64_t\n"
7757 " guestfs_filesize (guestfs_h *g,\n"
7758 "                   const char *file);\n"
7759 "\n"
7760 msgstr ""
7761
7762 #. type: textblock
7763 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
7764 msgid "This command returns the size of C<file> in bytes."
7765 msgstr ""
7766
7767 #. type: textblock
7768 #: ../src/guestfs-actions.pod:1657
7769 msgid ""
7770 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7771 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7772 "devices, use C<guestfs_blockdev_getsize64>."
7773 msgstr ""
7774
7775 #. type: textblock
7776 #: ../src/guestfs-actions.pod:1663
7777 msgid "(Added in 1.0.82)"
7778 msgstr ""
7779
7780 #. type: =head2
7781 #: ../src/guestfs-actions.pod:1665
7782 msgid "guestfs_fill"
7783 msgstr ""
7784
7785 #. type: verbatim
7786 #: ../src/guestfs-actions.pod:1667
7787 #, no-wrap
7788 msgid ""
7789 " int\n"
7790 " guestfs_fill (guestfs_h *g,\n"
7791 "               int c,\n"
7792 "               int len,\n"
7793 "               const char *path);\n"
7794 "\n"
7795 msgstr ""
7796
7797 #. type: textblock
7798 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
7799 msgid ""
7800 "This command creates a new file called C<path>.  The initial content of the "
7801 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7802 "C<[0..255]>."
7803 msgstr ""
7804
7805 #. type: textblock
7806 #: ../src/guestfs-actions.pod:1677
7807 msgid ""
7808 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7809 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7810 "bytes use C<guestfs_fill_pattern>."
7811 msgstr ""
7812
7813 #. type: textblock
7814 #: ../src/guestfs-actions.pod:1689
7815 msgid "(Added in 1.0.79)"
7816 msgstr ""
7817
7818 #. type: =head2
7819 #: ../src/guestfs-actions.pod:1691
7820 msgid "guestfs_fill_pattern"
7821 msgstr ""
7822
7823 #. type: verbatim
7824 #: ../src/guestfs-actions.pod:1693
7825 #, no-wrap
7826 msgid ""
7827 " int\n"
7828 " guestfs_fill_pattern (guestfs_h *g,\n"
7829 "                       const char *pattern,\n"
7830 "                       int len,\n"
7831 "                       const char *path);\n"
7832 "\n"
7833 msgstr ""
7834
7835 #. type: textblock
7836 #: ../src/guestfs-actions.pod:1699
7837 msgid ""
7838 "This function is like C<guestfs_fill> except that it creates a new file of "
7839 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
7840 "pattern is truncated if necessary to ensure the length of the file is "
7841 "exactly C<len> bytes."
7842 msgstr ""
7843
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:1711
7846 msgid "(Added in 1.3.12)"
7847 msgstr ""
7848
7849 #. type: =head2
7850 #: ../src/guestfs-actions.pod:1713
7851 msgid "guestfs_find"
7852 msgstr ""
7853
7854 #. type: verbatim
7855 #: ../src/guestfs-actions.pod:1715
7856 #, no-wrap
7857 msgid ""
7858 " char **\n"
7859 " guestfs_find (guestfs_h *g,\n"
7860 "               const char *directory);\n"
7861 "\n"
7862 msgstr ""
7863
7864 #. type: textblock
7865 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
7866 msgid ""
7867 "This command lists out all files and directories, recursively, starting at "
7868 "C<directory>.  It is essentially equivalent to running the shell command "
7869 "C<find directory -print> but some post-processing happens on the output, "
7870 "described below."
7871 msgstr ""
7872
7873 #. type: textblock
7874 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
7875 msgid ""
7876 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7877 "structure was:"
7878 msgstr ""
7879
7880 #. type: verbatim
7881 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
7882 #, no-wrap
7883 msgid ""
7884 " /tmp/a\n"
7885 " /tmp/b\n"
7886 " /tmp/c/d\n"
7887 "\n"
7888 msgstr ""
7889
7890 #. type: textblock
7891 #: ../src/guestfs-actions.pod:1731
7892 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7893 msgstr ""
7894
7895 #. type: verbatim
7896 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
7897 #, no-wrap
7898 msgid ""
7899 " a\n"
7900 " b\n"
7901 " c\n"
7902 " c/d\n"
7903 "\n"
7904 msgstr ""
7905
7906 #. type: textblock
7907 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
7908 msgid "If C<directory> is not a directory, then this command returns an error."
7909 msgstr ""
7910
7911 #. type: textblock
7912 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
7913 msgid "The returned list is sorted."
7914 msgstr ""
7915
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1744
7918 msgid "See also C<guestfs_find0>."
7919 msgstr ""
7920
7921 #. type: textblock
7922 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3858 ../src/guestfs-actions.pod:5387
7923 msgid "(Added in 1.0.27)"
7924 msgstr ""
7925
7926 #. type: =head2
7927 #: ../src/guestfs-actions.pod:1755
7928 msgid "guestfs_find0"
7929 msgstr ""
7930
7931 #. type: verbatim
7932 #: ../src/guestfs-actions.pod:1757
7933 #, no-wrap
7934 msgid ""
7935 " int\n"
7936 " guestfs_find0 (guestfs_h *g,\n"
7937 "                const char *directory,\n"
7938 "                const char *files);\n"
7939 "\n"
7940 msgstr ""
7941
7942 #. type: textblock
7943 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
7944 msgid ""
7945 "This command lists out all files and directories, recursively, starting at "
7946 "C<directory>, placing the resulting list in the external file called "
7947 "C<files>."
7948 msgstr ""
7949
7950 #. type: textblock
7951 #: ../src/guestfs-actions.pod:1766
7952 msgid ""
7953 "This command works the same way as C<guestfs_find> with the following "
7954 "exceptions:"
7955 msgstr ""
7956
7957 #. type: textblock
7958 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
7959 msgid "The resulting list is written to an external file."
7960 msgstr ""
7961
7962 #. type: textblock
7963 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
7964 msgid ""
7965 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7966 "L<find(1)> option I<-print0>."
7967 msgstr ""
7968
7969 #. type: textblock
7970 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
7971 msgid "This command is not limited in the number of names that it can return."
7972 msgstr ""
7973
7974 #. type: textblock
7975 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
7976 msgid "The result list is not sorted."
7977 msgstr ""
7978
7979 #. type: textblock
7980 #: ../src/guestfs-actions.pod:1793
7981 msgid "(Added in 1.0.74)"
7982 msgstr ""
7983
7984 #. type: =head2
7985 #: ../src/guestfs-actions.pod:1795
7986 msgid "guestfs_findfs_label"
7987 msgstr ""
7988
7989 #. type: verbatim
7990 #: ../src/guestfs-actions.pod:1797
7991 #, no-wrap
7992 msgid ""
7993 " char *\n"
7994 " guestfs_findfs_label (guestfs_h *g,\n"
7995 "                       const char *label);\n"
7996 "\n"
7997 msgstr ""
7998
7999 #. type: textblock
8000 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
8001 msgid ""
8002 "This command searches the filesystems and returns the one which has the "
8003 "given label.  An error is returned if no such filesystem can be found."
8004 msgstr ""
8005
8006 #. type: textblock
8007 #: ../src/guestfs-actions.pod:1805
8008 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8009 msgstr ""
8010
8011 #. type: =head2
8012 #: ../src/guestfs-actions.pod:1812
8013 msgid "guestfs_findfs_uuid"
8014 msgstr ""
8015
8016 #. type: verbatim
8017 #: ../src/guestfs-actions.pod:1814
8018 #, no-wrap
8019 msgid ""
8020 " char *\n"
8021 " guestfs_findfs_uuid (guestfs_h *g,\n"
8022 "                      const char *uuid);\n"
8023 "\n"
8024 msgstr ""
8025
8026 #. type: textblock
8027 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
8028 msgid ""
8029 "This command searches the filesystems and returns the one which has the "
8030 "given UUID.  An error is returned if no such filesystem can be found."
8031 msgstr ""
8032
8033 #. type: textblock
8034 #: ../src/guestfs-actions.pod:1822
8035 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8036 msgstr ""
8037
8038 #. type: =head2
8039 #: ../src/guestfs-actions.pod:1829
8040 msgid "guestfs_fsck"
8041 msgstr ""
8042
8043 #. type: verbatim
8044 #: ../src/guestfs-actions.pod:1831
8045 #, no-wrap
8046 msgid ""
8047 " int\n"
8048 " guestfs_fsck (guestfs_h *g,\n"
8049 "               const char *fstype,\n"
8050 "               const char *device);\n"
8051 "\n"
8052 msgstr ""
8053
8054 #. type: textblock
8055 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
8056 msgid ""
8057 "This runs the filesystem checker (fsck) on C<device> which should have "
8058 "filesystem type C<fstype>."
8059 msgstr ""
8060
8061 #. type: textblock
8062 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
8063 msgid ""
8064 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8065 "codes from C<fsck>."
8066 msgstr ""
8067
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
8070 msgid "Multiple status codes can be summed together."
8071 msgstr ""
8072
8073 #. type: textblock
8074 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
8075 msgid ""
8076 "A non-zero return code can mean \"success\", for example if errors have been "
8077 "corrected on the filesystem."
8078 msgstr ""
8079
8080 #. type: textblock
8081 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
8082 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8083 msgstr ""
8084
8085 #. type: textblock
8086 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
8087 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8088 msgstr ""
8089
8090 #. type: textblock
8091 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7034
8092 msgid "(Added in 1.0.16)"
8093 msgstr ""
8094
8095 #. type: =head2
8096 #: ../src/guestfs-actions.pod:1868
8097 msgid "guestfs_get_append"
8098 msgstr ""
8099
8100 #. type: verbatim
8101 #: ../src/guestfs-actions.pod:1870
8102 #, no-wrap
8103 msgid ""
8104 " const char *\n"
8105 " guestfs_get_append (guestfs_h *g);\n"
8106 "\n"
8107 msgstr ""
8108
8109 #. type: textblock
8110 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
8111 msgid ""
8112 "Return the additional kernel options which are added to the guest kernel "
8113 "command line."
8114 msgstr ""
8115
8116 #. type: textblock
8117 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
8118 msgid "If C<NULL> then no options are added."
8119 msgstr ""
8120
8121 #. type: textblock
8122 #: ../src/guestfs-actions.pod:1878
8123 msgid ""
8124 "This function returns a string which may be NULL.  There is no way to return "
8125 "an error from this function.  The string is owned by the guest handle and "
8126 "must I<not> be freed."
8127 msgstr ""
8128
8129 #. type: textblock
8130 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5065 ../src/guestfs-actions.pod:5528 ../src/guestfs-actions.pod:5896 ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931 ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:7077
8131 msgid "(Added in 1.0.26)"
8132 msgstr ""
8133
8134 #. type: =head2
8135 #: ../src/guestfs-actions.pod:1884
8136 msgid "guestfs_get_autosync"
8137 msgstr ""
8138
8139 #. type: verbatim
8140 #: ../src/guestfs-actions.pod:1886
8141 #, no-wrap
8142 msgid ""
8143 " int\n"
8144 " guestfs_get_autosync (guestfs_h *g);\n"
8145 "\n"
8146 msgstr ""
8147
8148 #. type: textblock
8149 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
8150 msgid "Get the autosync flag."
8151 msgstr ""
8152
8153 #. type: =head2
8154 #: ../src/guestfs-actions.pod:1895
8155 msgid "guestfs_get_direct"
8156 msgstr ""
8157
8158 #. type: verbatim
8159 #: ../src/guestfs-actions.pod:1897
8160 #, no-wrap
8161 msgid ""
8162 " int\n"
8163 " guestfs_get_direct (guestfs_h *g);\n"
8164 "\n"
8165 msgstr ""
8166
8167 #. type: textblock
8168 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
8169 msgid "Return the direct appliance mode flag."
8170 msgstr ""
8171
8172 #. type: textblock
8173 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5569
8174 msgid "(Added in 1.0.72)"
8175 msgstr ""
8176
8177 #. type: =head2
8178 #: ../src/guestfs-actions.pod:1906
8179 msgid "guestfs_get_e2label"
8180 msgstr ""
8181
8182 #. type: verbatim
8183 #: ../src/guestfs-actions.pod:1908
8184 #, no-wrap
8185 msgid ""
8186 " char *\n"
8187 " guestfs_get_e2label (guestfs_h *g,\n"
8188 "                      const char *device);\n"
8189 "\n"
8190 msgstr ""
8191
8192 #. type: textblock
8193 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
8194 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8195 msgstr ""
8196
8197 #. type: textblock
8198 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
8199 msgid ""
8200 "This function is deprecated.  In new code, use the C<vfs_label> call "
8201 "instead."
8202 msgstr ""
8203
8204 #. type: textblock
8205 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606
8206 msgid "(Added in 1.0.15)"
8207 msgstr ""
8208
8209 #. type: =head2
8210 #: ../src/guestfs-actions.pod:1927
8211 msgid "guestfs_get_e2uuid"
8212 msgstr ""
8213
8214 #. type: verbatim
8215 #: ../src/guestfs-actions.pod:1929
8216 #, no-wrap
8217 msgid ""
8218 " char *\n"
8219 " guestfs_get_e2uuid (guestfs_h *g,\n"
8220 "                     const char *device);\n"
8221 "\n"
8222 msgstr ""
8223
8224 #. type: textblock
8225 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
8226 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8227 msgstr ""
8228
8229 #. type: textblock
8230 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
8231 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8232 msgstr ""
8233
8234 #. type: =head2
8235 #: ../src/guestfs-actions.pod:1948
8236 msgid "guestfs_get_memsize"
8237 msgstr ""
8238
8239 #. type: verbatim
8240 #: ../src/guestfs-actions.pod:1950
8241 #, no-wrap
8242 msgid ""
8243 " int\n"
8244 " guestfs_get_memsize (guestfs_h *g);\n"
8245 "\n"
8246 msgstr ""
8247
8248 #. type: textblock
8249 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
8250 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8251 msgstr ""
8252
8253 #. type: textblock
8254 #: ../src/guestfs-actions.pod:1956
8255 msgid ""
8256 "If C<guestfs_set_memsize> was not called on this handle, and if "
8257 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8258 "value for memsize."
8259 msgstr ""
8260
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:5622 ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386 ../fish/guestfish-actions.pod:3749 ../fish/guestfish-actions.pod:3836
8263 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8264 msgstr ""
8265
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4351 ../src/guestfs-actions.pod:4370 ../src/guestfs-actions.pod:4382 ../src/guestfs-actions.pod:4399 ../src/guestfs-actions.pod:4412 ../src/guestfs-actions.pod:5290 ../src/guestfs-actions.pod:5627 ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:6471
8268 msgid "(Added in 1.0.55)"
8269 msgstr ""
8270
8271 #. type: =head2
8272 #: ../src/guestfs-actions.pod:1967
8273 msgid "guestfs_get_network"
8274 msgstr ""
8275
8276 #. type: verbatim
8277 #: ../src/guestfs-actions.pod:1969
8278 #, no-wrap
8279 msgid ""
8280 " int\n"
8281 " guestfs_get_network (guestfs_h *g);\n"
8282 "\n"
8283 msgstr ""
8284
8285 #. type: textblock
8286 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
8287 msgid "This returns the enable network flag."
8288 msgstr ""
8289
8290 #. type: textblock
8291 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5646
8292 msgid "(Added in 1.5.4)"
8293 msgstr ""
8294
8295 #. type: =head2
8296 #: ../src/guestfs-actions.pod:1978
8297 msgid "guestfs_get_path"
8298 msgstr ""
8299
8300 #. type: verbatim
8301 #: ../src/guestfs-actions.pod:1980
8302 #, no-wrap
8303 msgid ""
8304 " const char *\n"
8305 " guestfs_get_path (guestfs_h *g);\n"
8306 "\n"
8307 msgstr ""
8308
8309 #. type: textblock
8310 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
8311 msgid "Return the current search path."
8312 msgstr ""
8313
8314 #. type: textblock
8315 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
8316 msgid ""
8317 "This is always non-NULL.  If it wasn't set already, then this will return "
8318 "the default path."
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
8323 msgid ""
8324 "This function returns a string, or NULL on error.  The string is owned by "
8325 "the guest handle and must I<not> be freed."
8326 msgstr ""
8327
8328 #. type: =head2
8329 #: ../src/guestfs-actions.pod:1993
8330 msgid "guestfs_get_pid"
8331 msgstr ""
8332
8333 #. type: verbatim
8334 #: ../src/guestfs-actions.pod:1995
8335 #, no-wrap
8336 msgid ""
8337 " int\n"
8338 " guestfs_get_pid (guestfs_h *g);\n"
8339 "\n"
8340 msgstr ""
8341
8342 #. type: textblock
8343 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
8344 msgid ""
8345 "Return the process ID of the qemu subprocess.  If there is no qemu "
8346 "subprocess, then this will return an error."
8347 msgstr ""
8348
8349 #. type: textblock
8350 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
8351 msgid "This is an internal call used for debugging and testing."
8352 msgstr ""
8353
8354 #. type: textblock
8355 #: ../src/guestfs-actions.pod:2005
8356 msgid "(Added in 1.0.56)"
8357 msgstr ""
8358
8359 #. type: =head2
8360 #: ../src/guestfs-actions.pod:2007
8361 msgid "guestfs_get_qemu"
8362 msgstr ""
8363
8364 #. type: verbatim
8365 #: ../src/guestfs-actions.pod:2009
8366 #, no-wrap
8367 msgid ""
8368 " const char *\n"
8369 " guestfs_get_qemu (guestfs_h *g);\n"
8370 "\n"
8371 msgstr ""
8372
8373 #. type: textblock
8374 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
8375 msgid "Return the current qemu binary."
8376 msgstr ""
8377
8378 #. type: textblock
8379 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
8380 msgid ""
8381 "This is always non-NULL.  If it wasn't set already, then this will return "
8382 "the default qemu binary name."
8383 msgstr ""
8384
8385 #. type: textblock
8386 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5691
8387 msgid "(Added in 1.0.6)"
8388 msgstr ""
8389
8390 #. type: =head2
8391 #: ../src/guestfs-actions.pod:2022
8392 msgid "guestfs_get_recovery_proc"
8393 msgstr ""
8394
8395 #. type: verbatim
8396 #: ../src/guestfs-actions.pod:2024
8397 #, no-wrap
8398 msgid ""
8399 " int\n"
8400 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8401 "\n"
8402 msgstr ""
8403
8404 #. type: textblock
8405 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
8406 msgid "Return the recovery process enabled flag."
8407 msgstr ""
8408
8409 #. type: textblock
8410 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:3556 ../src/guestfs-actions.pod:3956 ../src/guestfs-actions.pod:3988 ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6394 ../src/guestfs-actions.pod:6586
8411 msgid "(Added in 1.0.77)"
8412 msgstr ""
8413
8414 #. type: =head2
8415 #: ../src/guestfs-actions.pod:2033
8416 msgid "guestfs_get_selinux"
8417 msgstr ""
8418
8419 #. type: verbatim
8420 #: ../src/guestfs-actions.pod:2035
8421 #, no-wrap
8422 msgid ""
8423 " int\n"
8424 " guestfs_get_selinux (guestfs_h *g);\n"
8425 "\n"
8426 msgstr ""
8427
8428 #. type: textblock
8429 #: ../src/guestfs-actions.pod:2038
8430 msgid ""
8431 "This returns the current setting of the selinux flag which is passed to the "
8432 "appliance at boot time.  See C<guestfs_set_selinux>."
8433 msgstr ""
8434
8435 #. type: textblock
8436 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5788
8437 msgid "(Added in 1.0.67)"
8438 msgstr ""
8439
8440 #. type: =head2
8441 #: ../src/guestfs-actions.pod:2048
8442 msgid "guestfs_get_state"
8443 msgstr ""
8444
8445 #. type: verbatim
8446 #: ../src/guestfs-actions.pod:2050
8447 #, no-wrap
8448 msgid ""
8449 " int\n"
8450 " guestfs_get_state (guestfs_h *g);\n"
8451 "\n"
8452 msgstr ""
8453
8454 #. type: textblock
8455 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
8456 msgid ""
8457 "This returns the current state as an opaque integer.  This is only useful "
8458 "for printing debug and internal error messages."
8459 msgstr ""
8460
8461 #. type: textblock
8462 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3062 ../src/guestfs-actions.pod:3091 ../src/guestfs-actions.pod:3152 ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:1396 ../fish/guestfish-actions.pod:2131 ../fish/guestfish-actions.pod:2149 ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2203
8463 msgid "For more information on states, see L<guestfs(3)>."
8464 msgstr ""
8465
8466 #. type: =head2
8467 #: ../src/guestfs-actions.pod:2062
8468 msgid "guestfs_get_trace"
8469 msgstr ""
8470
8471 #. type: verbatim
8472 #: ../src/guestfs-actions.pod:2064
8473 #, no-wrap
8474 msgid ""
8475 " int\n"
8476 " guestfs_get_trace (guestfs_h *g);\n"
8477 "\n"
8478 msgstr ""
8479
8480 #. type: textblock
8481 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
8482 msgid "Return the command trace flag."
8483 msgstr ""
8484
8485 #. type: =head2
8486 #: ../src/guestfs-actions.pod:2073
8487 msgid "guestfs_get_umask"
8488 msgstr ""
8489
8490 #. type: verbatim
8491 #: ../src/guestfs-actions.pod:2075
8492 #, no-wrap
8493 msgid ""
8494 " int\n"
8495 " guestfs_get_umask (guestfs_h *g);\n"
8496 "\n"
8497 msgstr ""
8498
8499 #. type: textblock
8500 #: ../src/guestfs-actions.pod:2078
8501 msgid ""
8502 "Return the current umask.  By default the umask is C<022> unless it has been "
8503 "set by calling C<guestfs_umask>."
8504 msgstr ""
8505
8506 #. type: =head2
8507 #: ../src/guestfs-actions.pod:2085
8508 msgid "guestfs_get_verbose"
8509 msgstr ""
8510
8511 #. type: verbatim
8512 #: ../src/guestfs-actions.pod:2087
8513 #, no-wrap
8514 msgid ""
8515 " int\n"
8516 " guestfs_get_verbose (guestfs_h *g);\n"
8517 "\n"
8518 msgstr ""
8519
8520 #. type: textblock
8521 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
8522 msgid "This returns the verbose messages flag."
8523 msgstr ""
8524
8525 #. type: =head2
8526 #: ../src/guestfs-actions.pod:2096
8527 msgid "guestfs_getcon"
8528 msgstr ""
8529
8530 #. type: verbatim
8531 #: ../src/guestfs-actions.pod:2098
8532 #, no-wrap
8533 msgid ""
8534 " char *\n"
8535 " guestfs_getcon (guestfs_h *g);\n"
8536 "\n"
8537 msgstr ""
8538
8539 #. type: textblock
8540 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
8541 msgid "This gets the SELinux security context of the daemon."
8542 msgstr ""
8543
8544 #. type: textblock
8545 #: ../src/guestfs-actions.pod:2103
8546 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8547 msgstr ""
8548
8549 #. type: =head2
8550 #: ../src/guestfs-actions.pod:2111
8551 msgid "guestfs_getxattr"
8552 msgstr ""
8553
8554 #. type: verbatim
8555 #: ../src/guestfs-actions.pod:2113
8556 #, no-wrap
8557 msgid ""
8558 " char *\n"
8559 " guestfs_getxattr (guestfs_h *g,\n"
8560 "                   const char *path,\n"
8561 "                   const char *name,\n"
8562 "                   size_t *size_r);\n"
8563 "\n"
8564 msgstr ""
8565
8566 #. type: textblock
8567 #: ../src/guestfs-actions.pod:2119
8568 msgid ""
8569 "Get a single extended attribute from file C<path> named C<name>.  This call "
8570 "follows symlinks.  If you want to lookup an extended attribute for the "
8571 "symlink itself, use C<guestfs_lgetxattr>."
8572 msgstr ""
8573
8574 #. type: textblock
8575 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3273
8576 msgid ""
8577 "Normally it is better to get all extended attributes from a file in one go "
8578 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8579 "implementations are buggy and do not provide a way to list out attributes.  "
8580 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8581 "extended attributes you want in advance and call this function."
8582 msgstr ""
8583
8584 #. type: textblock
8585 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3280 ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2268
8586 msgid ""
8587 "Extended attribute values are blobs of binary data.  If there is no extended "
8588 "attribute named C<name>, this returns an error."
8589 msgstr ""
8590
8591 #. type: textblock
8592 #: ../src/guestfs-actions.pod:2133
8593 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8594 msgstr ""
8595
8596 #. type: textblock
8597 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:4988 ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5195
8598 msgid ""
8599 "This function returns a buffer, or NULL on error.  The size of the returned "
8600 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8601 "after use>."
8602 msgstr ""
8603
8604 #. type: textblock
8605 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3289
8606 msgid "(Added in 1.7.24)"
8607 msgstr ""
8608
8609 #. type: =head2
8610 #: ../src/guestfs-actions.pod:2141
8611 msgid "guestfs_getxattrs"
8612 msgstr ""
8613
8614 #. type: verbatim
8615 #: ../src/guestfs-actions.pod:2143
8616 #, no-wrap
8617 msgid ""
8618 " struct guestfs_xattr_list *\n"
8619 " guestfs_getxattrs (guestfs_h *g,\n"
8620 "                    const char *path);\n"
8621 "\n"
8622 msgstr ""
8623
8624 #. type: textblock
8625 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
8626 msgid "This call lists the extended attributes of the file or directory C<path>."
8627 msgstr ""
8628
8629 #. type: textblock
8630 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
8631 msgid ""
8632 "At the system call level, this is a combination of the L<listxattr(2)> and "
8633 "L<getxattr(2)> calls."
8634 msgstr ""
8635
8636 #. type: textblock
8637 #: ../src/guestfs-actions.pod:2153
8638 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8639 msgstr ""
8640
8641 #. type: textblock
8642 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3301 ../src/guestfs-actions.pod:3952
8643 msgid ""
8644 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8645 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8646 msgstr ""
8647
8648 #. type: textblock
8649 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3470 ../src/guestfs-actions.pod:3506 ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5807 ../src/guestfs-actions.pod:7142
8650 msgid "(Added in 1.0.59)"
8651 msgstr ""
8652
8653 #. type: =head2
8654 #: ../src/guestfs-actions.pod:2161
8655 msgid "guestfs_glob_expand"
8656 msgstr ""
8657
8658 #. type: verbatim
8659 #: ../src/guestfs-actions.pod:2163
8660 #, no-wrap
8661 msgid ""
8662 " char **\n"
8663 " guestfs_glob_expand (guestfs_h *g,\n"
8664 "                      const char *pattern);\n"
8665 "\n"
8666 msgstr ""
8667
8668 #. type: textblock
8669 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
8670 msgid ""
8671 "This command searches for all the pathnames matching C<pattern> according to "
8672 "the wildcard expansion rules used by the shell."
8673 msgstr ""
8674
8675 #. type: textblock
8676 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
8677 msgid "If no paths match, then this returns an empty list (note: not an error)."
8678 msgstr ""
8679
8680 #. type: textblock
8681 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
8682 msgid ""
8683 "It is just a wrapper around the C L<glob(3)> function with flags "
8684 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8685 msgstr ""
8686
8687 #. type: textblock
8688 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5972 ../src/guestfs-actions.pod:5989
8689 msgid "(Added in 1.0.50)"
8690 msgstr ""
8691
8692 #. type: =head2
8693 #: ../src/guestfs-actions.pod:2184
8694 msgid "guestfs_grep"
8695 msgstr ""
8696
8697 #. type: verbatim
8698 #: ../src/guestfs-actions.pod:2186
8699 #, no-wrap
8700 msgid ""
8701 " char **\n"
8702 " guestfs_grep (guestfs_h *g,\n"
8703 "               const char *regex,\n"
8704 "               const char *path);\n"
8705 "\n"
8706 msgstr ""
8707
8708 #. type: textblock
8709 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
8710 msgid "This calls the external C<grep> program and returns the matching lines."
8711 msgstr ""
8712
8713 #. type: =head2
8714 #: ../src/guestfs-actions.pod:2203
8715 msgid "guestfs_grepi"
8716 msgstr ""
8717
8718 #. type: verbatim
8719 #: ../src/guestfs-actions.pod:2205
8720 #, no-wrap
8721 msgid ""
8722 " char **\n"
8723 " guestfs_grepi (guestfs_h *g,\n"
8724 "                const char *regex,\n"
8725 "                const char *path);\n"
8726 "\n"
8727 msgstr ""
8728
8729 #. type: textblock
8730 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
8731 msgid "This calls the external C<grep -i> program and returns the matching lines."
8732 msgstr ""
8733
8734 #. type: =head2
8735 #: ../src/guestfs-actions.pod:2222
8736 msgid "guestfs_grub_install"
8737 msgstr ""
8738
8739 #. type: verbatim
8740 #: ../src/guestfs-actions.pod:2224
8741 #, no-wrap
8742 msgid ""
8743 " int\n"
8744 " guestfs_grub_install (guestfs_h *g,\n"
8745 "                       const char *root,\n"
8746 "                       const char *device);\n"
8747 "\n"
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
8752 msgid ""
8753 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8754 "the root directory being C<root>."
8755 msgstr ""
8756
8757 #. type: textblock
8758 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
8759 msgid ""
8760 "Note: If grub-install reports the error \"No suitable drive was found in the "
8761 "generated device map.\" it may be that you need to create a "
8762 "C</boot/grub/device.map> file first that contains the mapping between grub "
8763 "device names and Linux device names.  It is usually sufficient to create a "
8764 "file containing:"
8765 msgstr ""
8766
8767 #. type: verbatim
8768 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
8769 #, no-wrap
8770 msgid ""
8771 " (hd0) /dev/vda\n"
8772 "\n"
8773 msgstr ""
8774
8775 #. type: textblock
8776 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
8777 msgid "replacing C</dev/vda> with the name of the installation device."
8778 msgstr ""
8779
8780 #. type: textblock
8781 #: ../src/guestfs-actions.pod:2245
8782 msgid "(Added in 1.0.17)"
8783 msgstr ""
8784
8785 #. type: =head2
8786 #: ../src/guestfs-actions.pod:2247
8787 msgid "guestfs_head"
8788 msgstr ""
8789
8790 #. type: verbatim
8791 #: ../src/guestfs-actions.pod:2249
8792 #, no-wrap
8793 msgid ""
8794 " char **\n"
8795 " guestfs_head (guestfs_h *g,\n"
8796 "               const char *path);\n"
8797 "\n"
8798 msgstr ""
8799
8800 #. type: textblock
8801 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
8802 msgid ""
8803 "This command returns up to the first 10 lines of a file as a list of "
8804 "strings."
8805 msgstr ""
8806
8807 #. type: =head2
8808 #: ../src/guestfs-actions.pod:2265
8809 msgid "guestfs_head_n"
8810 msgstr ""
8811
8812 #. type: verbatim
8813 #: ../src/guestfs-actions.pod:2267
8814 #, no-wrap
8815 msgid ""
8816 " char **\n"
8817 " guestfs_head_n (guestfs_h *g,\n"
8818 "                 int nrlines,\n"
8819 "                 const char *path);\n"
8820 "\n"
8821 msgstr ""
8822
8823 #. type: textblock
8824 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
8825 msgid ""
8826 "If the parameter C<nrlines> is a positive number, this returns the first "
8827 "C<nrlines> lines of the file C<path>."
8828 msgstr ""
8829
8830 #. type: textblock
8831 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
8832 msgid ""
8833 "If the parameter C<nrlines> is a negative number, this returns lines from "
8834 "the file C<path>, excluding the last C<nrlines> lines."
8835 msgstr ""
8836
8837 #. type: textblock
8838 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4182
8839 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8840 msgstr ""
8841
8842 #. type: =head2
8843 #: ../src/guestfs-actions.pod:2289
8844 msgid "guestfs_hexdump"
8845 msgstr ""
8846
8847 #. type: verbatim
8848 #: ../src/guestfs-actions.pod:2291
8849 #, no-wrap
8850 msgid ""
8851 " char *\n"
8852 " guestfs_hexdump (guestfs_h *g,\n"
8853 "                  const char *path);\n"
8854 "\n"
8855 msgstr ""
8856
8857 #. type: textblock
8858 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
8859 msgid ""
8860 "This runs C<hexdump -C> on the given C<path>.  The result is the "
8861 "human-readable, canonical hex dump of the file."
8862 msgstr ""
8863
8864 #. type: textblock
8865 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6053 ../src/guestfs-actions.pod:6108
8866 msgid "(Added in 1.0.22)"
8867 msgstr ""
8868
8869 #. type: =head2
8870 #: ../src/guestfs-actions.pod:2306
8871 msgid "guestfs_initrd_cat"
8872 msgstr ""
8873
8874 #. type: verbatim
8875 #: ../src/guestfs-actions.pod:2308
8876 #, no-wrap
8877 msgid ""
8878 " char *\n"
8879 " guestfs_initrd_cat (guestfs_h *g,\n"
8880 "                     const char *initrdpath,\n"
8881 "                     const char *filename,\n"
8882 "                     size_t *size_r);\n"
8883 "\n"
8884 msgstr ""
8885
8886 #. type: textblock
8887 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
8888 msgid ""
8889 "This command unpacks the file C<filename> from the initrd file called "
8890 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8891 "character."
8892 msgstr ""
8893
8894 #. type: textblock
8895 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
8896 msgid ""
8897 "For example, in guestfish you could use the following command to examine the "
8898 "boot script (usually called C</init>)  contained in a Linux initrd or "
8899 "initramfs image:"
8900 msgstr ""
8901
8902 #. type: verbatim
8903 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
8904 #, no-wrap
8905 msgid ""
8906 " initrd-cat /boot/initrd-<version>.img init\n"
8907 "\n"
8908 msgstr ""
8909
8910 #. type: textblock
8911 #: ../src/guestfs-actions.pod:2324
8912 msgid "See also C<guestfs_initrd_list>."
8913 msgstr ""
8914
8915 #. type: =head2
8916 #: ../src/guestfs-actions.pod:2335
8917 msgid "guestfs_initrd_list"
8918 msgstr ""
8919
8920 #. type: verbatim
8921 #: ../src/guestfs-actions.pod:2337
8922 #, no-wrap
8923 msgid ""
8924 " char **\n"
8925 " guestfs_initrd_list (guestfs_h *g,\n"
8926 "                      const char *path);\n"
8927 "\n"
8928 msgstr ""
8929
8930 #. type: textblock
8931 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
8932 msgid "This command lists out files contained in an initrd."
8933 msgstr ""
8934
8935 #. type: textblock
8936 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
8937 msgid ""
8938 "The files are listed without any initial C</> character.  The files are "
8939 "listed in the order they appear (not necessarily alphabetical).  Directory "
8940 "names are listed as separate items."
8941 msgstr ""
8942
8943 #. type: textblock
8944 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
8945 msgid ""
8946 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8947 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8948 "files)."
8949 msgstr ""
8950
8951 #. type: =head2
8952 #: ../src/guestfs-actions.pod:2357
8953 msgid "guestfs_inotify_add_watch"
8954 msgstr ""
8955
8956 #. type: verbatim
8957 #: ../src/guestfs-actions.pod:2359
8958 #, no-wrap
8959 msgid ""
8960 " int64_t\n"
8961 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8962 "                            const char *path,\n"
8963 "                            int mask);\n"
8964 "\n"
8965 msgstr ""
8966
8967 #. type: textblock
8968 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
8969 msgid "Watch C<path> for the events listed in C<mask>."
8970 msgstr ""
8971
8972 #. type: textblock
8973 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
8974 msgid ""
8975 "Note that if C<path> is a directory then events within that directory are "
8976 "watched, but this does I<not> happen recursively (in subdirectories)."
8977 msgstr ""
8978
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
8981 msgid ""
8982 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8983 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8984 msgstr ""
8985
8986 #. type: =head2
8987 #: ../src/guestfs-actions.pod:2378
8988 msgid "guestfs_inotify_close"
8989 msgstr ""
8990
8991 #. type: verbatim
8992 #: ../src/guestfs-actions.pod:2380
8993 #, no-wrap
8994 msgid ""
8995 " int\n"
8996 " guestfs_inotify_close (guestfs_h *g);\n"
8997 "\n"
8998 msgstr ""
8999
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
9002 msgid ""
9003 "This closes the inotify handle which was previously opened by inotify_init.  "
9004 "It removes all watches, throws away any pending events, and deallocates all "
9005 "resources."
9006 msgstr ""
9007
9008 #. type: =head2
9009 #: ../src/guestfs-actions.pod:2391
9010 msgid "guestfs_inotify_files"
9011 msgstr ""
9012
9013 #. type: verbatim
9014 #: ../src/guestfs-actions.pod:2393
9015 #, no-wrap
9016 msgid ""
9017 " char **\n"
9018 " guestfs_inotify_files (guestfs_h *g);\n"
9019 "\n"
9020 msgstr ""
9021
9022 #. type: textblock
9023 #: ../src/guestfs-actions.pod:2396
9024 msgid ""
9025 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9026 "returns a list of pathnames of objects that were touched.  The returned "
9027 "pathnames are sorted and deduplicated."
9028 msgstr ""
9029
9030 #. type: =head2
9031 #: ../src/guestfs-actions.pod:2406
9032 msgid "guestfs_inotify_init"
9033 msgstr ""
9034
9035 #. type: verbatim
9036 #: ../src/guestfs-actions.pod:2408
9037 #, no-wrap
9038 msgid ""
9039 " int\n"
9040 " guestfs_inotify_init (guestfs_h *g,\n"
9041 "                       int maxevents);\n"
9042 "\n"
9043 msgstr ""
9044
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
9047 msgid ""
9048 "This command creates a new inotify handle.  The inotify subsystem can be "
9049 "used to notify events which happen to objects in the guest filesystem."
9050 msgstr ""
9051
9052 #. type: textblock
9053 #: ../src/guestfs-actions.pod:2416
9054 msgid ""
9055 "C<maxevents> is the maximum number of events which will be queued up between "
9056 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9057 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9058 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9059 "throws away events, but records the fact that it threw them away by setting "
9060 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9061 "C<guestfs_inotify_read>)."
9062 msgstr ""
9063
9064 #. type: textblock
9065 #: ../src/guestfs-actions.pod:2426
9066 msgid ""
9067 "Before any events are generated, you have to add some watches to the "
9068 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9069 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9070 msgstr ""
9071
9072 #. type: textblock
9073 #: ../src/guestfs-actions.pod:2432
9074 msgid ""
9075 "Queued up events should be read periodically by calling "
9076 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9077 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9078 "often enough then you risk the internal queue overflowing."
9079 msgstr ""
9080
9081 #. type: textblock
9082 #: ../src/guestfs-actions.pod:2439
9083 msgid ""
9084 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9085 "This also removes any watches automatically."
9086 msgstr ""
9087
9088 #. type: textblock
9089 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
9090 msgid ""
9091 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9092 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9093 "that there is one global inotify handle per libguestfs instance."
9094 msgstr ""
9095
9096 #. type: =head2
9097 #: ../src/guestfs-actions.pod:2452
9098 msgid "guestfs_inotify_read"
9099 msgstr ""
9100
9101 #. type: verbatim
9102 #: ../src/guestfs-actions.pod:2454
9103 #, no-wrap
9104 msgid ""
9105 " struct guestfs_inotify_event_list *\n"
9106 " guestfs_inotify_read (guestfs_h *g);\n"
9107 "\n"
9108 msgstr ""
9109
9110 #. type: textblock
9111 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
9112 msgid ""
9113 "Return the complete queue of events that have happened since the previous "
9114 "read call."
9115 msgstr ""
9116
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
9119 msgid "If no events have happened, this returns an empty list."
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
9124 msgid ""
9125 "I<Note>: In order to make sure that all events have been read, you must call "
9126 "this function repeatedly until it returns an empty list.  The reason is that "
9127 "the call will read events up to the maximum appliance-to-host message size "
9128 "and leave remaining events in the queue."
9129 msgstr ""
9130
9131 #. type: textblock
9132 #: ../src/guestfs-actions.pod:2468
9133 msgid ""
9134 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9135 "there was an error.  I<The caller must call "
9136 "C<guestfs_free_inotify_event_list> after use>."
9137 msgstr ""
9138
9139 #. type: =head2
9140 #: ../src/guestfs-actions.pod:2474
9141 msgid "guestfs_inotify_rm_watch"
9142 msgstr ""
9143
9144 #. type: verbatim
9145 #: ../src/guestfs-actions.pod:2476
9146 #, no-wrap
9147 msgid ""
9148 " int\n"
9149 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9150 "                           int wd);\n"
9151 "\n"
9152 msgstr ""
9153
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:2480
9156 msgid ""
9157 "Remove a previously defined inotify watch.  See "
9158 "C<guestfs_inotify_add_watch>."
9159 msgstr ""
9160
9161 #. type: =head2
9162 #: ../src/guestfs-actions.pod:2487
9163 msgid "guestfs_inspect_get_arch"
9164 msgstr ""
9165
9166 #. type: verbatim
9167 #: ../src/guestfs-actions.pod:2489
9168 #, no-wrap
9169 msgid ""
9170 " char *\n"
9171 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9172 "                           const char *root);\n"
9173 "\n"
9174 msgstr ""
9175
9176 #. type: textblock
9177 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672 ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2726 ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2786 ../src/guestfs-actions.pod:2830 ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2895
9178 msgid ""
9179 "This function should only be called with a root device string as returned by "
9180 "C<guestfs_inspect_os>."
9181 msgstr ""
9182
9183 #. type: textblock
9184 #: ../src/guestfs-actions.pod:2496
9185 msgid ""
9186 "This returns the architecture of the inspected operating system.  The "
9187 "possible return values are listed under C<guestfs_file_architecture>."
9188 msgstr ""
9189
9190 #. type: textblock
9191 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
9192 msgid ""
9193 "If the architecture could not be determined, then the string C<unknown> is "
9194 "returned."
9195 msgstr ""
9196
9197 #. type: textblock
9198 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584 ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:2816 ../src/guestfs-actions.pod:2859 ../src/guestfs-actions.pod:2882 ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759 ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813 ../fish/guestfish-actions.pod:1873 ../fish/guestfish-actions.pod:1897 ../fish/guestfish-actions.pod:1914 ../fish/guestfish-actions.pod:1927 ../fish/guestfish-actions.pod:1962 ../fish/guestfish-actions.pod:1978 ../fish/guestfish-actions.pod:2077 ../fish/guestfish-actions.pod:2111
9199 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9200 msgstr ""
9201
9202 #. type: =head2
9203 #: ../src/guestfs-actions.pod:2510
9204 msgid "guestfs_inspect_get_distro"
9205 msgstr ""
9206
9207 #. type: verbatim
9208 #: ../src/guestfs-actions.pod:2512
9209 #, no-wrap
9210 msgid ""
9211 " char *\n"
9212 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9213 "                             const char *root);\n"
9214 "\n"
9215 msgstr ""
9216
9217 #. type: textblock
9218 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
9219 msgid "This returns the distro (distribution) of the inspected operating system."
9220 msgstr ""
9221
9222 #. type: textblock
9223 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
9224 msgid "Currently defined distros are:"
9225 msgstr ""
9226
9227 #. type: =item
9228 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
9229 msgid "\"archlinux\""
9230 msgstr ""
9231
9232 #. type: textblock
9233 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
9234 msgid "Arch Linux."
9235 msgstr ""
9236
9237 #. type: =item
9238 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
9239 msgid "\"debian\""
9240 msgstr ""
9241
9242 #. type: textblock
9243 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
9244 msgid "Debian."
9245 msgstr ""
9246
9247 #. type: =item
9248 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
9249 msgid "\"fedora\""
9250 msgstr ""
9251
9252 #. type: textblock
9253 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
9254 msgid "Fedora."
9255 msgstr ""
9256
9257 #. type: =item
9258 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
9259 msgid "\"gentoo\""
9260 msgstr ""
9261
9262 #. type: textblock
9263 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
9264 msgid "Gentoo."
9265 msgstr ""
9266
9267 #. type: =item
9268 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
9269 msgid "\"linuxmint\""
9270 msgstr ""
9271
9272 #. type: textblock
9273 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
9274 msgid "Linux Mint."
9275 msgstr ""
9276
9277 #. type: =item
9278 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
9279 msgid "\"mandriva\""
9280 msgstr ""
9281
9282 #. type: textblock
9283 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
9284 msgid "Mandriva."
9285 msgstr ""
9286
9287 #. type: =item
9288 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
9289 msgid "\"meego\""
9290 msgstr ""
9291
9292 #. type: textblock
9293 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
9294 msgid "MeeGo."
9295 msgstr ""
9296
9297 #. type: =item
9298 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
9299 msgid "\"pardus\""
9300 msgstr ""
9301
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
9304 msgid "Pardus."
9305 msgstr ""
9306
9307 #. type: =item
9308 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
9309 msgid "\"redhat-based\""
9310 msgstr ""
9311
9312 #. type: textblock
9313 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
9314 msgid "Some Red Hat-derived distro."
9315 msgstr ""
9316
9317 #. type: =item
9318 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
9319 msgid "\"rhel\""
9320 msgstr ""
9321
9322 #. type: textblock
9323 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
9324 msgid "Red Hat Enterprise Linux and some derivatives."
9325 msgstr ""
9326
9327 #. type: =item
9328 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
9329 msgid "\"ubuntu\""
9330 msgstr ""
9331
9332 #. type: textblock
9333 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
9334 msgid "Ubuntu."
9335 msgstr ""
9336
9337 #. type: =item
9338 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1953
9339 msgid "\"unknown\""
9340 msgstr ""
9341
9342 #. type: textblock
9343 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
9344 msgid "The distro could not be determined."
9345 msgstr ""
9346
9347 #. type: =item
9348 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1945
9349 msgid "\"windows\""
9350 msgstr ""
9351
9352 #. type: textblock
9353 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
9354 msgid ""
9355 "Windows does not have distributions.  This string is returned if the OS type "
9356 "is Windows."
9357 msgstr ""
9358
9359 #. type: textblock
9360 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1959
9361 msgid ""
9362 "Future versions of libguestfs may return other strings here.  The caller "
9363 "should be prepared to handle any string."
9364 msgstr ""
9365
9366 #. type: =head2
9367 #: ../src/guestfs-actions.pod:2591
9368 msgid "guestfs_inspect_get_filesystems"
9369 msgstr ""
9370
9371 #. type: verbatim
9372 #: ../src/guestfs-actions.pod:2593
9373 #, no-wrap
9374 msgid ""
9375 " char **\n"
9376 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9377 "                                  const char *root);\n"
9378 "\n"
9379 msgstr ""
9380
9381 #. type: textblock
9382 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
9383 msgid ""
9384 "This returns a list of all the filesystems that we think are associated with "
9385 "this operating system.  This includes the root filesystem, other ordinary "
9386 "filesystems, and non-mounted devices like swap partitions."
9387 msgstr ""
9388
9389 #. type: textblock
9390 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
9391 msgid ""
9392 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9393 "to be shared between operating systems."
9394 msgstr ""
9395
9396 #. type: textblock
9397 #: ../src/guestfs-actions.pod:2608
9398 msgid ""
9399 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9400 "C<guestfs_inspect_get_mountpoints>."
9401 msgstr ""
9402
9403 #. type: =head2
9404 #: ../src/guestfs-actions.pod:2617
9405 msgid "guestfs_inspect_get_hostname"
9406 msgstr ""
9407
9408 #. type: verbatim
9409 #: ../src/guestfs-actions.pod:2619
9410 #, no-wrap
9411 msgid ""
9412 " char *\n"
9413 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9414 "                               const char *root);\n"
9415 "\n"
9416 msgstr ""
9417
9418 #. type: textblock
9419 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
9420 msgid ""
9421 "This function returns the hostname of the operating system as found by "
9422 "inspection of the guest's configuration files."
9423 msgstr ""
9424
9425 #. type: textblock
9426 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
9427 msgid ""
9428 "If the hostname could not be determined, then the string C<unknown> is "
9429 "returned."
9430 msgstr ""
9431
9432 #. type: textblock
9433 #: ../src/guestfs-actions.pod:2637
9434 msgid "(Added in 1.7.9)"
9435 msgstr ""
9436
9437 #. type: =head2
9438 #: ../src/guestfs-actions.pod:2639
9439 msgid "guestfs_inspect_get_major_version"
9440 msgstr ""
9441
9442 #. type: verbatim
9443 #: ../src/guestfs-actions.pod:2641
9444 #, no-wrap
9445 msgid ""
9446 " int\n"
9447 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9448 "                                    const char *root);\n"
9449 "\n"
9450 msgstr ""
9451
9452 #. type: textblock
9453 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
9454 msgid "This returns the major version number of the inspected operating system."
9455 msgstr ""
9456
9457 #. type: textblock
9458 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
9459 msgid ""
9460 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9461 "popular public names used by the operating system.  Notably the operating "
9462 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9463 "1).  You can find out the real versions corresponding to releases of Windows "
9464 "by consulting Wikipedia or MSDN."
9465 msgstr ""
9466
9467 #. type: textblock
9468 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678 ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
9469 msgid "If the version could not be determined, then C<0> is returned."
9470 msgstr ""
9471
9472 #. type: =head2
9473 #: ../src/guestfs-actions.pod:2666
9474 msgid "guestfs_inspect_get_minor_version"
9475 msgstr ""
9476
9477 #. type: verbatim
9478 #: ../src/guestfs-actions.pod:2668
9479 #, no-wrap
9480 msgid ""
9481 " int\n"
9482 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9483 "                                    const char *root);\n"
9484 "\n"
9485 msgstr ""
9486
9487 #. type: textblock
9488 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
9489 msgid "This returns the minor version number of the inspected operating system."
9490 msgstr ""
9491
9492 #. type: textblock
9493 #: ../src/guestfs-actions.pod:2680
9494 msgid ""
9495 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9496 "C<guestfs_inspect_get_major_version>."
9497 msgstr ""
9498
9499 #. type: =head2
9500 #: ../src/guestfs-actions.pod:2687
9501 msgid "guestfs_inspect_get_mountpoints"
9502 msgstr ""
9503
9504 #. type: verbatim
9505 #: ../src/guestfs-actions.pod:2689
9506 #, no-wrap
9507 msgid ""
9508 " char **\n"
9509 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9510 "                                  const char *root);\n"
9511 "\n"
9512 msgstr ""
9513
9514 #. type: textblock
9515 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
9516 msgid ""
9517 "This returns a hash of where we think the filesystems associated with this "
9518 "operating system should be mounted.  Callers should note that this is at "
9519 "best an educated guess made by reading configuration files such as "
9520 "C</etc/fstab>."
9521 msgstr ""
9522
9523 #. type: textblock
9524 #: ../src/guestfs-actions.pod:2701 ../fish/guestfish-actions.pod:1842
9525 msgid ""
9526 "Each element in the returned hashtable has a key which is the path of the "
9527 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9528 "mounted there (eg. C</dev/sda1>)."
9529 msgstr ""
9530
9531 #. type: textblock
9532 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1847
9533 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9534 msgstr ""
9535
9536 #. type: textblock
9537 #: ../src/guestfs-actions.pod:2709
9538 msgid ""
9539 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9540 "C<guestfs_inspect_get_filesystems>."
9541 msgstr ""
9542
9543 #. type: textblock
9544 #: ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:6410
9545 msgid ""
9546 "This function returns a NULL-terminated array of strings, or NULL if there "
9547 "was an error.  The array of strings will always have length C<2n+1>, where "
9548 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9549 "caller must free the strings and the array after use>."
9550 msgstr ""
9551
9552 #. type: =head2
9553 #: ../src/guestfs-actions.pod:2720
9554 msgid "guestfs_inspect_get_package_format"
9555 msgstr ""
9556
9557 #. type: verbatim
9558 #: ../src/guestfs-actions.pod:2722
9559 #, no-wrap
9560 msgid ""
9561 " char *\n"
9562 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9563 "                                     const char *root);\n"
9564 "\n"
9565 msgstr ""
9566
9567 #. type: textblock
9568 #: ../src/guestfs-actions.pod:2729
9569 msgid ""
9570 "This function and C<guestfs_inspect_get_package_management> return the "
9571 "package format and package management tool used by the inspected operating "
9572 "system.  For example for Fedora these functions would return C<rpm> (package "
9573 "format) and C<yum> (package management)."
9574 msgstr ""
9575
9576 #. type: textblock
9577 #: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1866
9578 msgid ""
9579 "This returns the string C<unknown> if we could not determine the package "
9580 "format I<or> if the operating system does not have a real packaging system "
9581 "(eg. Windows)."
9582 msgstr ""
9583
9584 #. type: textblock
9585 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
9586 msgid ""
9587 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9588 "Future versions of libguestfs may return other strings."
9589 msgstr ""
9590
9591 #. type: textblock
9592 #: ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2778
9593 msgid "(Added in 1.7.5)"
9594 msgstr ""
9595
9596 #. type: =head2
9597 #: ../src/guestfs-actions.pod:2749
9598 msgid "guestfs_inspect_get_package_management"
9599 msgstr ""
9600
9601 #. type: verbatim
9602 #: ../src/guestfs-actions.pod:2751
9603 #, no-wrap
9604 msgid ""
9605 " char *\n"
9606 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9607 "                                         const char *root);\n"
9608 "\n"
9609 msgstr ""
9610
9611 #. type: textblock
9612 #: ../src/guestfs-actions.pod:2758
9613 msgid ""
9614 "C<guestfs_inspect_get_package_format> and this function return the package "
9615 "format and package management tool used by the inspected operating system.  "
9616 "For example for Fedora these functions would return C<rpm> (package format) "
9617 "and C<yum> (package management)."
9618 msgstr ""
9619
9620 #. type: textblock
9621 #: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1888
9622 msgid ""
9623 "This returns the string C<unknown> if we could not determine the package "
9624 "management tool I<or> if the operating system does not have a real packaging "
9625 "system (eg. Windows)."
9626 msgstr ""
9627
9628 #. type: textblock
9629 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
9630 msgid ""
9631 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9632 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9633 "libguestfs may return other strings."
9634 msgstr ""
9635
9636 #. type: =head2
9637 #: ../src/guestfs-actions.pod:2780
9638 msgid "guestfs_inspect_get_product_name"
9639 msgstr ""
9640
9641 #. type: verbatim
9642 #: ../src/guestfs-actions.pod:2782
9643 #, no-wrap
9644 msgid ""
9645 " char *\n"
9646 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9647 "                                   const char *root);\n"
9648 "\n"
9649 msgstr ""
9650
9651 #. type: textblock
9652 #: ../src/guestfs-actions.pod:2789 ../fish/guestfish-actions.pod:1906
9653 msgid ""
9654 "This returns the product name of the inspected operating system.  The "
9655 "product name is generally some freeform string which can be displayed to the "
9656 "user, but should not be parsed by programs."
9657 msgstr ""
9658
9659 #. type: textblock
9660 #: ../src/guestfs-actions.pod:2794 ../fish/guestfish-actions.pod:1911
9661 msgid ""
9662 "If the product name could not be determined, then the string C<unknown> is "
9663 "returned."
9664 msgstr ""
9665
9666 #. type: =head2
9667 #: ../src/guestfs-actions.pod:2804
9668 msgid "guestfs_inspect_get_roots"
9669 msgstr ""
9670
9671 #. type: verbatim
9672 #: ../src/guestfs-actions.pod:2806
9673 #, no-wrap
9674 msgid ""
9675 " char **\n"
9676 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9677 "\n"
9678 msgstr ""
9679
9680 #. type: textblock
9681 #: ../src/guestfs-actions.pod:2809
9682 msgid ""
9683 "This function is a convenient way to get the list of root devices, as "
9684 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9685 "the whole inspection process."
9686 msgstr ""
9687
9688 #. type: textblock
9689 #: ../src/guestfs-actions.pod:2813
9690 msgid ""
9691 "This returns an empty list if either no root devices were found or the "
9692 "caller has not called C<guestfs_inspect_os>."
9693 msgstr ""
9694
9695 #. type: textblock
9696 #: ../src/guestfs-actions.pod:2822
9697 msgid "(Added in 1.7.3)"
9698 msgstr ""
9699
9700 #. type: =head2
9701 #: ../src/guestfs-actions.pod:2824
9702 msgid "guestfs_inspect_get_type"
9703 msgstr ""
9704
9705 #. type: verbatim
9706 #: ../src/guestfs-actions.pod:2826
9707 #, no-wrap
9708 msgid ""
9709 " char *\n"
9710 " guestfs_inspect_get_type (guestfs_h *g,\n"
9711 "                           const char *root);\n"
9712 "\n"
9713 msgstr ""
9714
9715 #. type: textblock
9716 #: ../src/guestfs-actions.pod:2833 ../fish/guestfish-actions.pod:1936
9717 msgid ""
9718 "This returns the type of the inspected operating system.  Currently defined "
9719 "types are:"
9720 msgstr ""
9721
9722 #. type: =item
9723 #: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1941
9724 msgid "\"linux\""
9725 msgstr ""
9726
9727 #. type: textblock
9728 #: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1943
9729 msgid "Any Linux-based operating system."
9730 msgstr ""
9731
9732 #. type: textblock
9733 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
9734 msgid "Any Microsoft Windows operating system."
9735 msgstr ""
9736
9737 #. type: =item
9738 #: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949
9739 msgid "\"freebsd\""
9740 msgstr ""
9741
9742 #. type: textblock
9743 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
9744 msgid "FreeBSD."
9745 msgstr ""
9746
9747 #. type: textblock
9748 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
9749 msgid "The operating system type could not be determined."
9750 msgstr ""
9751
9752 #. type: =head2
9753 #: ../src/guestfs-actions.pod:2866
9754 msgid "guestfs_inspect_get_windows_systemroot"
9755 msgstr ""
9756
9757 #. type: verbatim
9758 #: ../src/guestfs-actions.pod:2868
9759 #, no-wrap
9760 msgid ""
9761 " char *\n"
9762 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
9763 "                                         const char *root);\n"
9764 "\n"
9765 msgstr ""
9766
9767 #. type: textblock
9768 #: ../src/guestfs-actions.pod:2875 ../fish/guestfish-actions.pod:1971
9769 msgid ""
9770 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9771 "is a directory path such as C</WINDOWS>."
9772 msgstr ""
9773
9774 #. type: textblock
9775 #: ../src/guestfs-actions.pod:2878 ../fish/guestfish-actions.pod:1974
9776 msgid ""
9777 "This call assumes that the guest is Windows and that the systemroot could be "
9778 "determined by inspection.  If this is not the case then an error is "
9779 "returned."
9780 msgstr ""
9781
9782 #. type: textblock
9783 #: ../src/guestfs-actions.pod:2887
9784 msgid "(Added in 1.5.25)"
9785 msgstr ""
9786
9787 #. type: =head2
9788 #: ../src/guestfs-actions.pod:2889
9789 msgid "guestfs_inspect_list_applications"
9790 msgstr ""
9791
9792 #. type: verbatim
9793 #: ../src/guestfs-actions.pod:2891
9794 #, no-wrap
9795 msgid ""
9796 " struct guestfs_application_list *\n"
9797 " guestfs_inspect_list_applications (guestfs_h *g,\n"
9798 "                                    const char *root);\n"
9799 "\n"
9800 msgstr ""
9801
9802 #. type: textblock
9803 #: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1987
9804 msgid "Return the list of applications installed in the operating system."
9805 msgstr ""
9806
9807 #. type: textblock
9808 #: ../src/guestfs-actions.pod:2900
9809 msgid ""
9810 "I<Note:> This call works differently from other parts of the inspection "
9811 "API.  You have to call C<guestfs_inspect_os>, then "
9812 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
9813 "this.  Listing applications is a significantly more difficult operation "
9814 "which requires access to the full filesystem.  Also note that unlike the "
9815 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
9816 "the libguestfs handle, this call actually reads parts of the mounted "
9817 "filesystems during the call."
9818 msgstr ""
9819
9820 #. type: textblock
9821 #: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:1999
9822 msgid ""
9823 "This returns an empty list if the inspection code was not able to determine "
9824 "the list of applications."
9825 msgstr ""
9826
9827 #. type: textblock
9828 #: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2002
9829 msgid "The application structure contains the following fields:"
9830 msgstr ""
9831
9832 #. type: =item
9833 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
9834 msgid "C<app_name>"
9835 msgstr ""
9836
9837 #. type: textblock
9838 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008
9839 msgid ""
9840 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9841 "guests, this is the package name."
9842 msgstr ""
9843
9844 #. type: =item
9845 #: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2011
9846 msgid "C<app_display_name>"
9847 msgstr ""
9848
9849 #. type: textblock
9850 #: ../src/guestfs-actions.pod:2924 ../fish/guestfish-actions.pod:2013
9851 msgid ""
9852 "The display name of the application, sometimes localized to the install "
9853 "language of the guest operating system."
9854 msgstr ""
9855
9856 #. type: textblock
9857 #: ../src/guestfs-actions.pod:2927 ../fish/guestfish-actions.pod:2016
9858 msgid ""
9859 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9860 "to display something can use C<app_name> instead."
9861 msgstr ""
9862
9863 #. type: =item
9864 #: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019
9865 msgid "C<app_epoch>"
9866 msgstr ""
9867
9868 #. type: textblock
9869 #: ../src/guestfs-actions.pod:2932 ../fish/guestfish-actions.pod:2021
9870 msgid ""
9871 "For package managers which use epochs, this contains the epoch of the "
9872 "package (an integer).  If unavailable, this is returned as C<0>."
9873 msgstr ""
9874
9875 #. type: =item
9876 #: ../src/guestfs-actions.pod:2935 ../fish/guestfish-actions.pod:2024
9877 msgid "C<app_version>"
9878 msgstr ""
9879
9880 #. type: textblock
9881 #: ../src/guestfs-actions.pod:2937 ../fish/guestfish-actions.pod:2026
9882 msgid ""
9883 "The version string of the application or package.  If unavailable this is "
9884 "returned as an empty string C<\"\">."
9885 msgstr ""
9886
9887 #. type: =item
9888 #: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2029
9889 msgid "C<app_release>"
9890 msgstr ""
9891
9892 #. type: textblock
9893 #: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2031
9894 msgid ""
9895 "The release string of the application or package, for package managers that "
9896 "use this.  If unavailable this is returned as an empty string C<\"\">."
9897 msgstr ""
9898
9899 #. type: =item
9900 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
9901 msgid "C<app_install_path>"
9902 msgstr ""
9903
9904 #. type: textblock
9905 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037
9906 msgid ""
9907 "The installation path of the application (on operating systems such as "
9908 "Windows which use installation paths).  This path is in the format used by "
9909 "the guest operating system, it is not a libguestfs path."
9910 msgstr ""
9911
9912 #. type: textblock
9913 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2042
9914 msgid "If unavailable this is returned as an empty string C<\"\">."
9915 msgstr ""
9916
9917 #. type: =item
9918 #: ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:2044
9919 msgid "C<app_trans_path>"
9920 msgstr ""
9921
9922 #. type: textblock
9923 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
9924 msgid ""
9925 "The install path translated into a libguestfs path.  If unavailable this is "
9926 "returned as an empty string C<\"\">."
9927 msgstr ""
9928
9929 #. type: =item
9930 #: ../src/guestfs-actions.pod:2960 ../fish/guestfish-actions.pod:2049
9931 msgid "C<app_publisher>"
9932 msgstr ""
9933
9934 #. type: textblock
9935 #: ../src/guestfs-actions.pod:2962 ../fish/guestfish-actions.pod:2051
9936 msgid ""
9937 "The name of the publisher of the application, for package managers that use "
9938 "this.  If unavailable this is returned as an empty string C<\"\">."
9939 msgstr ""
9940
9941 #. type: =item
9942 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
9943 msgid "C<app_url>"
9944 msgstr ""
9945
9946 #. type: textblock
9947 #: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057
9948 msgid ""
9949 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9950 "returned as an empty string C<\"\">."
9951 msgstr ""
9952
9953 #. type: =item
9954 #: ../src/guestfs-actions.pod:2971 ../fish/guestfish-actions.pod:2060
9955 msgid "C<app_source_package>"
9956 msgstr ""
9957
9958 #. type: textblock
9959 #: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2062
9960 msgid ""
9961 "For packaging systems which support this, the name of the source package.  "
9962 "If unavailable this is returned as an empty string C<\"\">."
9963 msgstr ""
9964
9965 #. type: =item
9966 #: ../src/guestfs-actions.pod:2976 ../fish/guestfish-actions.pod:2065
9967 msgid "C<app_summary>"
9968 msgstr ""
9969
9970 #. type: textblock
9971 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2067
9972 msgid ""
9973 "A short (usually one line) description of the application or package.  If "
9974 "unavailable this is returned as an empty string C<\"\">."
9975 msgstr ""
9976
9977 #. type: =item
9978 #: ../src/guestfs-actions.pod:2981 ../fish/guestfish-actions.pod:2070
9979 msgid "C<app_description>"
9980 msgstr ""
9981
9982 #. type: textblock
9983 #: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2072
9984 msgid ""
9985 "A longer description of the application or package.  If unavailable this is "
9986 "returned as an empty string C<\"\">."
9987 msgstr ""
9988
9989 #. type: textblock
9990 #: ../src/guestfs-actions.pod:2990
9991 msgid ""
9992 "This function returns a C<struct guestfs_application_list *>, or NULL if "
9993 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
9994 "after use>."
9995 msgstr ""
9996
9997 #. type: textblock
9998 #: ../src/guestfs-actions.pod:2994
9999 msgid "(Added in 1.7.8)"
10000 msgstr ""
10001
10002 #. type: =head2
10003 #: ../src/guestfs-actions.pod:2996
10004 msgid "guestfs_inspect_os"
10005 msgstr ""
10006
10007 #. type: verbatim
10008 #: ../src/guestfs-actions.pod:2998
10009 #, no-wrap
10010 msgid ""
10011 " char **\n"
10012 " guestfs_inspect_os (guestfs_h *g);\n"
10013 "\n"
10014 msgstr ""
10015
10016 #. type: textblock
10017 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2083
10018 msgid ""
10019 "This function uses other libguestfs functions and certain heuristics to "
10020 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10021 "for operating systems."
10022 msgstr ""
10023
10024 #. type: textblock
10025 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
10026 msgid "The list returned is empty if no operating systems were found."
10027 msgstr ""
10028
10029 #. type: textblock
10030 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089
10031 msgid ""
10032 "If one operating system was found, then this returns a list with a single "
10033 "element, which is the name of the root filesystem of this operating system.  "
10034 "It is also possible for this function to return a list containing more than "
10035 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10036 "element being the root filesystem of one of the operating systems."
10037 msgstr ""
10038
10039 #. type: textblock
10040 #: ../src/guestfs-actions.pod:3014
10041 msgid ""
10042 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10043 "functions in order to query further information about each operating system, "
10044 "such as the name and version."
10045 msgstr ""
10046
10047 #. type: textblock
10048 #: ../src/guestfs-actions.pod:3019
10049 msgid ""
10050 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10051 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10052 "the contents.  This should be called with no disks currently mounted.  The "
10053 "function may also use Augeas, so any existing Augeas handle will be closed."
10054 msgstr ""
10055
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:2107
10058 msgid ""
10059 "This function cannot decrypt encrypted disks.  The caller must do that first "
10060 "(supplying the necessary keys) if the disk is encrypted."
10061 msgstr ""
10062
10063 #. type: textblock
10064 #: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3316 ../src/guestfs-actions.pod:3378
10065 msgid "See also C<guestfs_list_filesystems>."
10066 msgstr ""
10067
10068 #. type: =head2
10069 #: ../src/guestfs-actions.pod:3039
10070 msgid "guestfs_is_blockdev"
10071 msgstr ""
10072
10073 #. type: verbatim
10074 #: ../src/guestfs-actions.pod:3041
10075 #, no-wrap
10076 msgid ""
10077 " int\n"
10078 " guestfs_is_blockdev (guestfs_h *g,\n"
10079 "                      const char *path);\n"
10080 "\n"
10081 msgstr ""
10082
10083 #. type: textblock
10084 #: ../src/guestfs-actions.pod:3045 ../fish/guestfish-actions.pod:2119
10085 msgid ""
10086 "This returns C<true> if and only if there is a block device with the given "
10087 "C<path> name."
10088 msgstr ""
10089
10090 #. type: textblock
10091 #: ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3077 ../src/guestfs-actions.pod:3107 ../src/guestfs-actions.pod:3122 ../src/guestfs-actions.pod:3138 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3209
10092 msgid "See also C<guestfs_stat>."
10093 msgstr ""
10094
10095 #. type: textblock
10096 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3198 ../src/guestfs-actions.pod:3213
10097 msgid "(Added in 1.5.10)"
10098 msgstr ""
10099
10100 #. type: =head2
10101 #: ../src/guestfs-actions.pod:3054
10102 msgid "guestfs_is_busy"
10103 msgstr ""
10104
10105 #. type: verbatim
10106 #: ../src/guestfs-actions.pod:3056
10107 #, no-wrap
10108 msgid ""
10109 " int\n"
10110 " guestfs_is_busy (guestfs_h *g);\n"
10111 "\n"
10112 msgstr ""
10113
10114 #. type: textblock
10115 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2128
10116 msgid ""
10117 "This returns true iff this handle is busy processing a command (in the "
10118 "C<BUSY> state)."
10119 msgstr ""
10120
10121 #. type: =head2
10122 #: ../src/guestfs-actions.pod:3068
10123 msgid "guestfs_is_chardev"
10124 msgstr ""
10125
10126 #. type: verbatim
10127 #: ../src/guestfs-actions.pod:3070
10128 #, no-wrap
10129 msgid ""
10130 " int\n"
10131 " guestfs_is_chardev (guestfs_h *g,\n"
10132 "                     const char *path);\n"
10133 "\n"
10134 msgstr ""
10135
10136 #. type: textblock
10137 #: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2137
10138 msgid ""
10139 "This returns C<true> if and only if there is a character device with the "
10140 "given C<path> name."
10141 msgstr ""
10142
10143 #. type: =head2
10144 #: ../src/guestfs-actions.pod:3083
10145 msgid "guestfs_is_config"
10146 msgstr ""
10147
10148 #. type: verbatim
10149 #: ../src/guestfs-actions.pod:3085
10150 #, no-wrap
10151 msgid ""
10152 " int\n"
10153 " guestfs_is_config (guestfs_h *g);\n"
10154 "\n"
10155 msgstr ""
10156
10157 #. type: textblock
10158 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2146
10159 msgid ""
10160 "This returns true iff this handle is being configured (in the C<CONFIG> "
10161 "state)."
10162 msgstr ""
10163
10164 #. type: =head2
10165 #: ../src/guestfs-actions.pod:3097
10166 msgid "guestfs_is_dir"
10167 msgstr ""
10168
10169 #. type: verbatim
10170 #: ../src/guestfs-actions.pod:3099
10171 #, no-wrap
10172 msgid ""
10173 " int\n"
10174 " guestfs_is_dir (guestfs_h *g,\n"
10175 "                 const char *path);\n"
10176 "\n"
10177 msgstr ""
10178
10179 #. type: textblock
10180 #: ../src/guestfs-actions.pod:3103 ../fish/guestfish-actions.pod:2155
10181 msgid ""
10182 "This returns C<true> if and only if there is a directory with the given "
10183 "C<path> name.  Note that it returns false for other objects like files."
10184 msgstr ""
10185
10186 #. type: =head2
10187 #: ../src/guestfs-actions.pod:3113
10188 msgid "guestfs_is_fifo"
10189 msgstr ""
10190
10191 #. type: verbatim
10192 #: ../src/guestfs-actions.pod:3115
10193 #, no-wrap
10194 msgid ""
10195 " int\n"
10196 " guestfs_is_fifo (guestfs_h *g,\n"
10197 "                  const char *path);\n"
10198 "\n"
10199 msgstr ""
10200
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2165
10203 msgid ""
10204 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10205 "given C<path> name."
10206 msgstr ""
10207
10208 #. type: =head2
10209 #: ../src/guestfs-actions.pod:3128
10210 msgid "guestfs_is_file"
10211 msgstr ""
10212
10213 #. type: verbatim
10214 #: ../src/guestfs-actions.pod:3130
10215 #, no-wrap
10216 msgid ""
10217 " int\n"
10218 " guestfs_is_file (guestfs_h *g,\n"
10219 "                  const char *path);\n"
10220 "\n"
10221 msgstr ""
10222
10223 #. type: textblock
10224 #: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2174
10225 msgid ""
10226 "This returns C<true> if and only if there is a regular file with the given "
10227 "C<path> name.  Note that it returns false for other objects like "
10228 "directories."
10229 msgstr ""
10230
10231 #. type: =head2
10232 #: ../src/guestfs-actions.pod:3144
10233 msgid "guestfs_is_launching"
10234 msgstr ""
10235
10236 #. type: verbatim
10237 #: ../src/guestfs-actions.pod:3146
10238 #, no-wrap
10239 msgid ""
10240 " int\n"
10241 " guestfs_is_launching (guestfs_h *g);\n"
10242 "\n"
10243 msgstr ""
10244
10245 #. type: textblock
10246 #: ../src/guestfs-actions.pod:3149 ../fish/guestfish-actions.pod:2184
10247 msgid ""
10248 "This returns true iff this handle is launching the subprocess (in the "
10249 "C<LAUNCHING> state)."
10250 msgstr ""
10251
10252 #. type: =head2
10253 #: ../src/guestfs-actions.pod:3158
10254 msgid "guestfs_is_lv"
10255 msgstr ""
10256
10257 #. type: verbatim
10258 #: ../src/guestfs-actions.pod:3160
10259 #, no-wrap
10260 msgid ""
10261 " int\n"
10262 " guestfs_is_lv (guestfs_h *g,\n"
10263 "                const char *device);\n"
10264 "\n"
10265 msgstr ""
10266
10267 #. type: textblock
10268 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2193
10269 msgid ""
10270 "This command tests whether C<device> is a logical volume, and returns true "
10271 "iff this is the case."
10272 msgstr ""
10273
10274 #. type: =head2
10275 #: ../src/guestfs-actions.pod:3171
10276 msgid "guestfs_is_ready"
10277 msgstr ""
10278
10279 #. type: verbatim
10280 #: ../src/guestfs-actions.pod:3173
10281 #, no-wrap
10282 msgid ""
10283 " int\n"
10284 " guestfs_is_ready (guestfs_h *g);\n"
10285 "\n"
10286 msgstr ""
10287
10288 #. type: textblock
10289 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2200
10290 msgid ""
10291 "This returns true iff this handle is ready to accept commands (in the "
10292 "C<READY> state)."
10293 msgstr ""
10294
10295 #. type: =head2
10296 #: ../src/guestfs-actions.pod:3185
10297 msgid "guestfs_is_socket"
10298 msgstr ""
10299
10300 #. type: verbatim
10301 #: ../src/guestfs-actions.pod:3187
10302 #, no-wrap
10303 msgid ""
10304 " int\n"
10305 " guestfs_is_socket (guestfs_h *g,\n"
10306 "                    const char *path);\n"
10307 "\n"
10308 msgstr ""
10309
10310 #. type: textblock
10311 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2209
10312 msgid ""
10313 "This returns C<true> if and only if there is a Unix domain socket with the "
10314 "given C<path> name."
10315 msgstr ""
10316
10317 #. type: =head2
10318 #: ../src/guestfs-actions.pod:3200
10319 msgid "guestfs_is_symlink"
10320 msgstr ""
10321
10322 #. type: verbatim
10323 #: ../src/guestfs-actions.pod:3202
10324 #, no-wrap
10325 msgid ""
10326 " int\n"
10327 " guestfs_is_symlink (guestfs_h *g,\n"
10328 "                     const char *path);\n"
10329 "\n"
10330 msgstr ""
10331
10332 #. type: textblock
10333 #: ../src/guestfs-actions.pod:3206 ../fish/guestfish-actions.pod:2218
10334 msgid ""
10335 "This returns C<true> if and only if there is a symbolic link with the given "
10336 "C<path> name."
10337 msgstr ""
10338
10339 #. type: =head2
10340 #: ../src/guestfs-actions.pod:3215
10341 msgid "guestfs_kill_subprocess"
10342 msgstr ""
10343
10344 #. type: verbatim
10345 #: ../src/guestfs-actions.pod:3217
10346 #, no-wrap
10347 msgid ""
10348 " int\n"
10349 " guestfs_kill_subprocess (guestfs_h *g);\n"
10350 "\n"
10351 msgstr ""
10352
10353 #. type: textblock
10354 #: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2227
10355 msgid "This kills the qemu subprocess.  You should never need to call this."
10356 msgstr ""
10357
10358 #. type: =head2
10359 #: ../src/guestfs-actions.pod:3226
10360 msgid "guestfs_launch"
10361 msgstr ""
10362
10363 #. type: verbatim
10364 #: ../src/guestfs-actions.pod:3228
10365 #, no-wrap
10366 msgid ""
10367 " int\n"
10368 " guestfs_launch (guestfs_h *g);\n"
10369 "\n"
10370 msgstr ""
10371
10372 #. type: textblock
10373 #: ../src/guestfs-actions.pod:3231 ../fish/guestfish-actions.pod:2235
10374 msgid ""
10375 "Internally libguestfs is implemented by running a virtual machine using "
10376 "L<qemu(1)>."
10377 msgstr ""
10378
10379 #. type: textblock
10380 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2238
10381 msgid ""
10382 "You should call this after configuring the handle (eg. adding drives) but "
10383 "before performing any actions."
10384 msgstr ""
10385
10386 #. type: =head2
10387 #: ../src/guestfs-actions.pod:3241
10388 msgid "guestfs_lchown"
10389 msgstr ""
10390
10391 #. type: verbatim
10392 #: ../src/guestfs-actions.pod:3243
10393 #, no-wrap
10394 msgid ""
10395 " int\n"
10396 " guestfs_lchown (guestfs_h *g,\n"
10397 "                 int owner,\n"
10398 "                 int group,\n"
10399 "                 const char *path);\n"
10400 "\n"
10401 msgstr ""
10402
10403 #. type: textblock
10404 #: ../src/guestfs-actions.pod:3249
10405 msgid ""
10406 "Change the file owner to C<owner> and group to C<group>.  This is like "
10407 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10408 "changed, not the target."
10409 msgstr ""
10410
10411 #. type: =head2
10412 #: ../src/guestfs-actions.pod:3261
10413 msgid "guestfs_lgetxattr"
10414 msgstr ""
10415
10416 #. type: verbatim
10417 #: ../src/guestfs-actions.pod:3263
10418 #, no-wrap
10419 msgid ""
10420 " char *\n"
10421 " guestfs_lgetxattr (guestfs_h *g,\n"
10422 "                    const char *path,\n"
10423 "                    const char *name,\n"
10424 "                    size_t *size_r);\n"
10425 "\n"
10426 msgstr ""
10427
10428 #. type: textblock
10429 #: ../src/guestfs-actions.pod:3269 ../fish/guestfish-actions.pod:2257
10430 msgid ""
10431 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10432 "is a symlink, then this call returns an extended attribute from the symlink."
10433 msgstr ""
10434
10435 #. type: textblock
10436 #: ../src/guestfs-actions.pod:3283
10437 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10438 msgstr ""
10439
10440 #. type: =head2
10441 #: ../src/guestfs-actions.pod:3291
10442 msgid "guestfs_lgetxattrs"
10443 msgstr ""
10444
10445 #. type: verbatim
10446 #: ../src/guestfs-actions.pod:3293
10447 #, no-wrap
10448 msgid ""
10449 " struct guestfs_xattr_list *\n"
10450 " guestfs_lgetxattrs (guestfs_h *g,\n"
10451 "                     const char *path);\n"
10452 "\n"
10453 msgstr ""
10454
10455 #. type: textblock
10456 #: ../src/guestfs-actions.pod:3297
10457 msgid ""
10458 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10459 "then it returns the extended attributes of the link itself."
10460 msgstr ""
10461
10462 #. type: =head2
10463 #: ../src/guestfs-actions.pod:3307
10464 msgid "guestfs_list_devices"
10465 msgstr ""
10466
10467 #. type: verbatim
10468 #: ../src/guestfs-actions.pod:3309
10469 #, no-wrap
10470 msgid ""
10471 " char **\n"
10472 " guestfs_list_devices (guestfs_h *g);\n"
10473 "\n"
10474 msgstr ""
10475
10476 #. type: textblock
10477 #: ../src/guestfs-actions.pod:3312 ../fish/guestfish-actions.pod:2285
10478 msgid "List all the block devices."
10479 msgstr ""
10480
10481 #. type: textblock
10482 #: ../src/guestfs-actions.pod:3314 ../fish/guestfish-actions.pod:2287
10483 msgid "The full block device names are returned, eg. C</dev/sda>."
10484 msgstr ""
10485
10486 #. type: =head2
10487 #: ../src/guestfs-actions.pod:3324
10488 msgid "guestfs_list_filesystems"
10489 msgstr ""
10490
10491 #. type: verbatim
10492 #: ../src/guestfs-actions.pod:3326
10493 #, no-wrap
10494 msgid ""
10495 " char **\n"
10496 " guestfs_list_filesystems (guestfs_h *g);\n"
10497 "\n"
10498 msgstr ""
10499
10500 #. type: textblock
10501 #: ../src/guestfs-actions.pod:3329 ../fish/guestfish-actions.pod:2295
10502 msgid ""
10503 "This inspection command looks for filesystems on partitions, block devices "
10504 "and logical volumes, returning a list of devices containing filesystems and "
10505 "their type."
10506 msgstr ""
10507
10508 #. type: textblock
10509 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
10510 msgid ""
10511 "The return value is a hash, where the keys are the devices containing "
10512 "filesystems, and the values are the filesystem types.  For example:"
10513 msgstr ""
10514
10515 #. type: verbatim
10516 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
10517 #, no-wrap
10518 msgid ""
10519 " \"/dev/sda1\" => \"ntfs\"\n"
10520 " \"/dev/sda2\" => \"ext2\"\n"
10521 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10522 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10523 "\n"
10524 msgstr ""
10525
10526 #. type: textblock
10527 #: ../src/guestfs-actions.pod:3342 ../fish/guestfish-actions.pod:2308
10528 msgid ""
10529 "The value can have the special value \"unknown\", meaning the content of the "
10530 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10531 msgstr ""
10532
10533 #. type: textblock
10534 #: ../src/guestfs-actions.pod:3346
10535 msgid ""
10536 "This command runs other libguestfs commands, which might include "
10537 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10538 "soon after launch and only when nothing is mounted."
10539 msgstr ""
10540
10541 #. type: textblock
10542 #: ../src/guestfs-actions.pod:3350
10543 msgid ""
10544 "Not all of the filesystems returned will be mountable.  In particular, swap "
10545 "partitions are returned in the list.  Also this command does not check that "
10546 "each filesystem found is valid and mountable, and some filesystems might be "
10547 "mountable but require special options.  Filesystems may not all belong to a "
10548 "single logical operating system (use C<guestfs_inspect_os> to look for "
10549 "OSes)."
10550 msgstr ""
10551
10552 #. type: textblock
10553 #: ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4955
10554 msgid "(Added in 1.5.15)"
10555 msgstr ""
10556
10557 #. type: =head2
10558 #: ../src/guestfs-actions.pod:3366
10559 msgid "guestfs_list_partitions"
10560 msgstr ""
10561
10562 #. type: verbatim
10563 #: ../src/guestfs-actions.pod:3368
10564 #, no-wrap
10565 msgid ""
10566 " char **\n"
10567 " guestfs_list_partitions (guestfs_h *g);\n"
10568 "\n"
10569 msgstr ""
10570
10571 #. type: textblock
10572 #: ../src/guestfs-actions.pod:3371 ../fish/guestfish-actions.pod:2328
10573 msgid "List all the partitions detected on all block devices."
10574 msgstr ""
10575
10576 #. type: textblock
10577 #: ../src/guestfs-actions.pod:3373 ../fish/guestfish-actions.pod:2330
10578 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10579 msgstr ""
10580
10581 #. type: textblock
10582 #: ../src/guestfs-actions.pod:3375
10583 msgid ""
10584 "This does not return logical volumes.  For that you will need to call "
10585 "C<guestfs_lvs>."
10586 msgstr ""
10587
10588 #. type: =head2
10589 #: ../src/guestfs-actions.pod:3386
10590 msgid "guestfs_ll"
10591 msgstr ""
10592
10593 #. type: verbatim
10594 #: ../src/guestfs-actions.pod:3388
10595 #, no-wrap
10596 msgid ""
10597 " char *\n"
10598 " guestfs_ll (guestfs_h *g,\n"
10599 "             const char *directory);\n"
10600 "\n"
10601 msgstr ""
10602
10603 #. type: textblock
10604 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2341
10605 msgid ""
10606 "List the files in C<directory> (relative to the root directory, there is no "
10607 "cwd) in the format of 'ls -la'."
10608 msgstr ""
10609
10610 #. type: textblock
10611 #: ../src/guestfs-actions.pod:3395 ../fish/guestfish-actions.pod:2344
10612 msgid ""
10613 "This command is mostly useful for interactive sessions.  It is I<not> "
10614 "intended that you try to parse the output string."
10615 msgstr ""
10616
10617 #. type: =head2
10618 #: ../src/guestfs-actions.pod:3403
10619 msgid "guestfs_ln"
10620 msgstr ""
10621
10622 #. type: verbatim
10623 #: ../src/guestfs-actions.pod:3405
10624 #, no-wrap
10625 msgid ""
10626 " int\n"
10627 " guestfs_ln (guestfs_h *g,\n"
10628 "             const char *target,\n"
10629 "             const char *linkname);\n"
10630 "\n"
10631 msgstr ""
10632
10633 #. type: textblock
10634 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2351
10635 msgid "This command creates a hard link using the C<ln> command."
10636 msgstr ""
10637
10638 #. type: =head2
10639 #: ../src/guestfs-actions.pod:3416
10640 msgid "guestfs_ln_f"
10641 msgstr ""
10642
10643 #. type: verbatim
10644 #: ../src/guestfs-actions.pod:3418
10645 #, no-wrap
10646 msgid ""
10647 " int\n"
10648 " guestfs_ln_f (guestfs_h *g,\n"
10649 "               const char *target,\n"
10650 "               const char *linkname);\n"
10651 "\n"
10652 msgstr ""
10653
10654 #. type: textblock
10655 #: ../src/guestfs-actions.pod:3423 ../fish/guestfish-actions.pod:2357
10656 msgid ""
10657 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10658 "option removes the link (C<linkname>) if it exists already."
10659 msgstr ""
10660
10661 #. type: =head2
10662 #: ../src/guestfs-actions.pod:3430
10663 msgid "guestfs_ln_s"
10664 msgstr ""
10665
10666 #. type: verbatim
10667 #: ../src/guestfs-actions.pod:3432
10668 #, no-wrap
10669 msgid ""
10670 " int\n"
10671 " guestfs_ln_s (guestfs_h *g,\n"
10672 "               const char *target,\n"
10673 "               const char *linkname);\n"
10674 "\n"
10675 msgstr ""
10676
10677 #. type: textblock
10678 #: ../src/guestfs-actions.pod:3437 ../fish/guestfish-actions.pod:2364
10679 msgid "This command creates a symbolic link using the C<ln -s> command."
10680 msgstr ""
10681
10682 #. type: =head2
10683 #: ../src/guestfs-actions.pod:3443
10684 msgid "guestfs_ln_sf"
10685 msgstr ""
10686
10687 #. type: verbatim
10688 #: ../src/guestfs-actions.pod:3445
10689 #, no-wrap
10690 msgid ""
10691 " int\n"
10692 " guestfs_ln_sf (guestfs_h *g,\n"
10693 "                const char *target,\n"
10694 "                const char *linkname);\n"
10695 "\n"
10696 msgstr ""
10697
10698 #. type: textblock
10699 #: ../src/guestfs-actions.pod:3450 ../fish/guestfish-actions.pod:2370
10700 msgid ""
10701 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
10702 "option removes the link (C<linkname>) if it exists already."
10703 msgstr ""
10704
10705 #. type: =head2
10706 #: ../src/guestfs-actions.pod:3457
10707 msgid "guestfs_lremovexattr"
10708 msgstr ""
10709
10710 #. type: verbatim
10711 #: ../src/guestfs-actions.pod:3459
10712 #, no-wrap
10713 msgid ""
10714 " int\n"
10715 " guestfs_lremovexattr (guestfs_h *g,\n"
10716 "                       const char *xattr,\n"
10717 "                       const char *path);\n"
10718 "\n"
10719 msgstr ""
10720
10721 #. type: textblock
10722 #: ../src/guestfs-actions.pod:3464
10723 msgid ""
10724 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
10725 "link, then it removes an extended attribute of the link itself."
10726 msgstr ""
10727
10728 #. type: =head2
10729 #: ../src/guestfs-actions.pod:3472
10730 msgid "guestfs_ls"
10731 msgstr ""
10732
10733 #. type: verbatim
10734 #: ../src/guestfs-actions.pod:3474
10735 #, no-wrap
10736 msgid ""
10737 " char **\n"
10738 " guestfs_ls (guestfs_h *g,\n"
10739 "             const char *directory);\n"
10740 "\n"
10741 msgstr ""
10742
10743 #. type: textblock
10744 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2385
10745 msgid ""
10746 "List the files in C<directory> (relative to the root directory, there is no "
10747 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
10748 "shown."
10749 msgstr ""
10750
10751 #. type: textblock
10752 #: ../src/guestfs-actions.pod:3482
10753 msgid ""
10754 "This command is mostly useful for interactive sessions.  Programs should "
10755 "probably use C<guestfs_readdir> instead."
10756 msgstr ""
10757
10758 #. type: =head2
10759 #: ../src/guestfs-actions.pod:3491
10760 msgid "guestfs_lsetxattr"
10761 msgstr ""
10762
10763 #. type: verbatim
10764 #: ../src/guestfs-actions.pod:3493
10765 #, no-wrap
10766 msgid ""
10767 " int\n"
10768 " guestfs_lsetxattr (guestfs_h *g,\n"
10769 "                    const char *xattr,\n"
10770 "                    const char *val,\n"
10771 "                    int vallen,\n"
10772 "                    const char *path);\n"
10773 "\n"
10774 msgstr ""
10775
10776 #. type: textblock
10777 #: ../src/guestfs-actions.pod:3500
10778 msgid ""
10779 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
10780 "then it sets an extended attribute of the link itself."
10781 msgstr ""
10782
10783 #. type: =head2
10784 #: ../src/guestfs-actions.pod:3508
10785 msgid "guestfs_lstat"
10786 msgstr ""
10787
10788 #. type: verbatim
10789 #: ../src/guestfs-actions.pod:3510
10790 #, no-wrap
10791 msgid ""
10792 " struct guestfs_stat *\n"
10793 " guestfs_lstat (guestfs_h *g,\n"
10794 "                const char *path);\n"
10795 "\n"
10796 msgstr ""
10797
10798 #. type: textblock
10799 #: ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:6009 ../fish/guestfish-actions.pod:2404 ../fish/guestfish-actions.pod:4017
10800 msgid "Returns file information for the given C<path>."
10801 msgstr ""
10802
10803 #. type: textblock
10804 #: ../src/guestfs-actions.pod:3516
10805 msgid ""
10806 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
10807 "link, then the link is stat-ed, not the file it refers to."
10808 msgstr ""
10809
10810 #. type: textblock
10811 #: ../src/guestfs-actions.pod:3520 ../fish/guestfish-actions.pod:2410
10812 msgid "This is the same as the C<lstat(2)> system call."
10813 msgstr ""
10814
10815 #. type: textblock
10816 #: ../src/guestfs-actions.pod:3522 ../src/guestfs-actions.pod:6013
10817 msgid ""
10818 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
10819 "error.  I<The caller must call C<guestfs_free_stat> after use>."
10820 msgstr ""
10821
10822 #. type: textblock
10823 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6017 ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6416
10824 msgid "(Added in 0.9.2)"
10825 msgstr ""
10826
10827 #. type: =head2
10828 #: ../src/guestfs-actions.pod:3528
10829 msgid "guestfs_lstatlist"
10830 msgstr ""
10831
10832 #. type: verbatim
10833 #: ../src/guestfs-actions.pod:3530
10834 #, no-wrap
10835 msgid ""
10836 " struct guestfs_stat_list *\n"
10837 " guestfs_lstatlist (guestfs_h *g,\n"
10838 "                    const char *path,\n"
10839 "                    char *const *names);\n"
10840 "\n"
10841 msgstr ""
10842
10843 #. type: textblock
10844 #: ../src/guestfs-actions.pod:3535
10845 msgid ""
10846 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
10847 "files, where all files are in the directory C<path>.  C<names> is the list "
10848 "of files from this directory."
10849 msgstr ""
10850
10851 #. type: textblock
10852 #: ../src/guestfs-actions.pod:3539 ../fish/guestfish-actions.pod:2420
10853 msgid ""
10854 "On return you get a list of stat structs, with a one-to-one correspondence "
10855 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10856 "then the C<ino> field of that structure is set to C<-1>."
10857 msgstr ""
10858
10859 #. type: textblock
10860 #: ../src/guestfs-actions.pod:3544
10861 msgid ""
10862 "This call is intended for programs that want to efficiently list a directory "
10863 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
10864 "for a similarly efficient call for getting extended attributes.  Very long "
10865 "directory listings might cause the protocol message size to be exceeded, "
10866 "causing this call to fail.  The caller must split up such requests into "
10867 "smaller groups of names."
10868 msgstr ""
10869
10870 #. type: textblock
10871 #: ../src/guestfs-actions.pod:3552
10872 msgid ""
10873 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
10874 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
10875 msgstr ""
10876
10877 #. type: =head2
10878 #: ../src/guestfs-actions.pod:3558
10879 msgid "guestfs_luks_add_key"
10880 msgstr ""
10881
10882 #. type: verbatim
10883 #: ../src/guestfs-actions.pod:3560
10884 #, no-wrap
10885 msgid ""
10886 " int\n"
10887 " guestfs_luks_add_key (guestfs_h *g,\n"
10888 "                       const char *device,\n"
10889 "                       const char *key,\n"
10890 "                       const char *newkey,\n"
10891 "                       int keyslot);\n"
10892 "\n"
10893 msgstr ""
10894
10895 #. type: textblock
10896 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2437
10897 msgid ""
10898 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10899 "existing key, and is used to access the device.  C<newkey> is the new key to "
10900 "add.  C<keyslot> is the key slot that will be replaced."
10901 msgstr ""
10902
10903 #. type: textblock
10904 #: ../src/guestfs-actions.pod:3572
10905 msgid ""
10906 "Note that if C<keyslot> already contains a key, then this command will "
10907 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
10908 msgstr ""
10909
10910 #. type: textblock
10911 #: ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3641 ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3712
10912 msgid ""
10913 "This function takes a key or passphrase parameter which could contain "
10914 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
10915 "information."
10916 msgstr ""
10917
10918 #. type: textblock
10919 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622 ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
10920 msgid "(Added in 1.5.2)"
10921 msgstr ""
10922
10923 #. type: =head2
10924 #: ../src/guestfs-actions.pod:3584
10925 msgid "guestfs_luks_close"
10926 msgstr ""
10927
10928 #. type: verbatim
10929 #: ../src/guestfs-actions.pod:3586
10930 #, no-wrap
10931 msgid ""
10932 " int\n"
10933 " guestfs_luks_close (guestfs_h *g,\n"
10934 "                     const char *device);\n"
10935 "\n"
10936 msgstr ""
10937
10938 #. type: textblock
10939 #: ../src/guestfs-actions.pod:3590
10940 msgid ""
10941 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
10942 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
10943 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
10944 "underlying block device."
10945 msgstr ""
10946
10947 #. type: textblock
10948 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3766 ../src/guestfs-actions.pod:3814
10949 msgid "(Added in 1.5.1)"
10950 msgstr ""
10951
10952 #. type: =head2
10953 #: ../src/guestfs-actions.pod:3600
10954 msgid "guestfs_luks_format"
10955 msgstr ""
10956
10957 #. type: verbatim
10958 #: ../src/guestfs-actions.pod:3602
10959 #, no-wrap
10960 msgid ""
10961 " int\n"
10962 " guestfs_luks_format (guestfs_h *g,\n"
10963 "                      const char *device,\n"
10964 "                      const char *key,\n"
10965 "                      int keyslot);\n"
10966 "\n"
10967 msgstr ""
10968
10969 #. type: textblock
10970 #: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2463
10971 msgid ""
10972 "This command erases existing data on C<device> and formats the device as a "
10973 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10974 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10975 msgstr ""
10976
10977 #. type: textblock
10978 #: ../src/guestfs-actions.pod:3615 ../src/guestfs-actions.pod:3638 ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:4706 ../src/guestfs-actions.pod:5469 ../src/guestfs-actions.pod:5844 ../src/guestfs-actions.pod:5867 ../src/guestfs-actions.pod:5893 ../src/guestfs-actions.pod:7053 ../fish/guestfish-actions.pod:2471 ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2568 ../fish/guestfish-actions.pod:3129 ../fish/guestfish-actions.pod:3636 ../fish/guestfish-actions.pod:3916 ../fish/guestfish-actions.pod:3932 ../fish/guestfish-actions.pod:3947 ../fish/guestfish-actions.pod:4662
10979 msgid ""
10980 "B<This command is dangerous.  Without careful use you can easily destroy all "
10981 "your data>."
10982 msgstr ""
10983
10984 #. type: =head2
10985 #: ../src/guestfs-actions.pod:3624
10986 msgid "guestfs_luks_format_cipher"
10987 msgstr ""
10988
10989 #. type: verbatim
10990 #: ../src/guestfs-actions.pod:3626
10991 #, no-wrap
10992 msgid ""
10993 " int\n"
10994 " guestfs_luks_format_cipher (guestfs_h *g,\n"
10995 "                             const char *device,\n"
10996 "                             const char *key,\n"
10997 "                             int keyslot,\n"
10998 "                             const char *cipher);\n"
10999 "\n"
11000 msgstr ""
11001
11002 #. type: textblock
11003 #: ../src/guestfs-actions.pod:3633
11004 msgid ""
11005 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11006 "set the C<cipher> used."
11007 msgstr ""
11008
11009 #. type: =head2
11010 #: ../src/guestfs-actions.pod:3647
11011 msgid "guestfs_luks_kill_slot"
11012 msgstr ""
11013
11014 #. type: verbatim
11015 #: ../src/guestfs-actions.pod:3649
11016 #, no-wrap
11017 msgid ""
11018 " int\n"
11019 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11020 "                         const char *device,\n"
11021 "                         const char *key,\n"
11022 "                         int keyslot);\n"
11023 "\n"
11024 msgstr ""
11025
11026 #. type: textblock
11027 #: ../src/guestfs-actions.pod:3655 ../fish/guestfish-actions.pod:2491
11028 msgid ""
11029 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11030 "device C<device>.  C<key> must be one of the I<other> keys."
11031 msgstr ""
11032
11033 #. type: =head2
11034 #: ../src/guestfs-actions.pod:3667
11035 msgid "guestfs_luks_open"
11036 msgstr ""
11037
11038 #. type: verbatim
11039 #: ../src/guestfs-actions.pod:3669
11040 #, no-wrap
11041 msgid ""
11042 " int\n"
11043 " guestfs_luks_open (guestfs_h *g,\n"
11044 "                    const char *device,\n"
11045 "                    const char *key,\n"
11046 "                    const char *mapname);\n"
11047 "\n"
11048 msgstr ""
11049
11050 #. type: textblock
11051 #: ../src/guestfs-actions.pod:3675 ../fish/guestfish-actions.pod:2502
11052 msgid ""
11053 "This command opens a block device which has been encrypted according to the "
11054 "Linux Unified Key Setup (LUKS) standard."
11055 msgstr ""
11056
11057 #. type: textblock
11058 #: ../src/guestfs-actions.pod:3678 ../fish/guestfish-actions.pod:2505
11059 msgid "C<device> is the encrypted block device or partition."
11060 msgstr ""
11061
11062 #. type: textblock
11063 #: ../src/guestfs-actions.pod:3680 ../fish/guestfish-actions.pod:2507
11064 msgid ""
11065 "The caller must supply one of the keys associated with the LUKS block "
11066 "device, in the C<key> parameter."
11067 msgstr ""
11068
11069 #. type: textblock
11070 #: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2510
11071 msgid ""
11072 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11073 "writes to this block device are decrypted from and encrypted to the "
11074 "underlying C<device> respectively."
11075 msgstr ""
11076
11077 #. type: textblock
11078 #: ../src/guestfs-actions.pod:3687
11079 msgid ""
11080 "If this block device contains LVM volume groups, then calling "
11081 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11082 "visible."
11083 msgstr ""
11084
11085 #. type: =head2
11086 #: ../src/guestfs-actions.pod:3699
11087 msgid "guestfs_luks_open_ro"
11088 msgstr ""
11089
11090 #. type: verbatim
11091 #: ../src/guestfs-actions.pod:3701
11092 #, no-wrap
11093 msgid ""
11094 " int\n"
11095 " guestfs_luks_open_ro (guestfs_h *g,\n"
11096 "                       const char *device,\n"
11097 "                       const char *key,\n"
11098 "                       const char *mapname);\n"
11099 "\n"
11100 msgstr ""
11101
11102 #. type: textblock
11103 #: ../src/guestfs-actions.pod:3707
11104 msgid ""
11105 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11106 "created."
11107 msgstr ""
11108
11109 #. type: =head2
11110 #: ../src/guestfs-actions.pod:3718
11111 msgid "guestfs_lvcreate"
11112 msgstr ""
11113
11114 #. type: verbatim
11115 #: ../src/guestfs-actions.pod:3720
11116 #, no-wrap
11117 msgid ""
11118 " int\n"
11119 " guestfs_lvcreate (guestfs_h *g,\n"
11120 "                   const char *logvol,\n"
11121 "                   const char *volgroup,\n"
11122 "                   int mbytes);\n"
11123 "\n"
11124 msgstr ""
11125
11126 #. type: textblock
11127 #: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2535
11128 msgid ""
11129 "This creates an LVM logical volume called C<logvol> on the volume group "
11130 "C<volgroup>, with C<size> megabytes."
11131 msgstr ""
11132
11133 #. type: =head2
11134 #: ../src/guestfs-actions.pod:3733
11135 msgid "guestfs_lvm_canonical_lv_name"
11136 msgstr ""
11137
11138 #. type: verbatim
11139 #: ../src/guestfs-actions.pod:3735
11140 #, no-wrap
11141 msgid ""
11142 " char *\n"
11143 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11144 "                                const char *lvname);\n"
11145 "\n"
11146 msgstr ""
11147
11148 #. type: textblock
11149 #: ../src/guestfs-actions.pod:3739 ../fish/guestfish-actions.pod:2542
11150 msgid ""
11151 "This converts alternative naming schemes for LVs that you might find to the "
11152 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11153 "C</dev/VG/LV>."
11154 msgstr ""
11155
11156 #. type: textblock
11157 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
11158 msgid ""
11159 "This command returns an error if the C<lvname> parameter does not refer to a "
11160 "logical volume."
11161 msgstr ""
11162
11163 #. type: textblock
11164 #: ../src/guestfs-actions.pod:3746
11165 msgid "See also C<guestfs_is_lv>."
11166 msgstr ""
11167
11168 #. type: textblock
11169 #: ../src/guestfs-actions.pod:3751
11170 msgid "(Added in 1.5.24)"
11171 msgstr ""
11172
11173 #. type: =head2
11174 #: ../src/guestfs-actions.pod:3753
11175 msgid "guestfs_lvm_clear_filter"
11176 msgstr ""
11177
11178 #. type: verbatim
11179 #: ../src/guestfs-actions.pod:3755
11180 #, no-wrap
11181 msgid ""
11182 " int\n"
11183 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11184 "\n"
11185 msgstr ""
11186
11187 #. type: textblock
11188 #: ../src/guestfs-actions.pod:3758
11189 msgid ""
11190 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11191 "see every block device."
11192 msgstr ""
11193
11194 #. type: textblock
11195 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3803 ../fish/guestfish-actions.pod:2558 ../fish/guestfish-actions.pod:2589
11196 msgid "This command also clears the LVM cache and performs a volume group scan."
11197 msgstr ""
11198
11199 #. type: =head2
11200 #: ../src/guestfs-actions.pod:3768
11201 msgid "guestfs_lvm_remove_all"
11202 msgstr ""
11203
11204 #. type: verbatim
11205 #: ../src/guestfs-actions.pod:3770
11206 #, no-wrap
11207 msgid ""
11208 " int\n"
11209 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11210 "\n"
11211 msgstr ""
11212
11213 #. type: textblock
11214 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2565
11215 msgid ""
11216 "This command removes all LVM logical volumes, volume groups and physical "
11217 "volumes."
11218 msgstr ""
11219
11220 #. type: =head2
11221 #: ../src/guestfs-actions.pod:3783
11222 msgid "guestfs_lvm_set_filter"
11223 msgstr ""
11224
11225 #. type: verbatim
11226 #: ../src/guestfs-actions.pod:3785
11227 #, no-wrap
11228 msgid ""
11229 " int\n"
11230 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11231 "                         char *const *devices);\n"
11232 "\n"
11233 msgstr ""
11234
11235 #. type: textblock
11236 #: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2575
11237 msgid ""
11238 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11239 "block devices in the list C<devices>, and will ignore all other attached "
11240 "block devices."
11241 msgstr ""
11242
11243 #. type: textblock
11244 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
11245 msgid ""
11246 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11247 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11248 "there are two types of duplication possible: either cloned PVs/VGs which "
11249 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11250 "same name.  In normal operation you cannot create this situation, but you "
11251 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11252 "inside the LVM metadata."
11253 msgstr ""
11254
11255 #. type: textblock
11256 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2592
11257 msgid "You can filter whole block devices or individual partitions."
11258 msgstr ""
11259
11260 #. type: textblock
11261 #: ../src/guestfs-actions.pod:3808 ../fish/guestfish-actions.pod:2594
11262 msgid ""
11263 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11264 "filesystem), even if you are not filtering out that VG."
11265 msgstr ""
11266
11267 #. type: =head2
11268 #: ../src/guestfs-actions.pod:3816
11269 msgid "guestfs_lvremove"
11270 msgstr ""
11271
11272 #. type: verbatim
11273 #: ../src/guestfs-actions.pod:3818
11274 #, no-wrap
11275 msgid ""
11276 " int\n"
11277 " guestfs_lvremove (guestfs_h *g,\n"
11278 "                   const char *device);\n"
11279 "\n"
11280 msgstr ""
11281
11282 #. type: textblock
11283 #: ../src/guestfs-actions.pod:3822 ../fish/guestfish-actions.pod:2602
11284 msgid ""
11285 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11286 "LV, such as C</dev/VG/LV>."
11287 msgstr ""
11288
11289 #. type: textblock
11290 #: ../src/guestfs-actions.pod:3825 ../fish/guestfish-actions.pod:2605
11291 msgid ""
11292 "You can also remove all LVs in a volume group by specifying the VG name, "
11293 "C</dev/VG>."
11294 msgstr ""
11295
11296 #. type: textblock
11297 #: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:6792
11298 msgid "(Added in 1.0.13)"
11299 msgstr ""
11300
11301 #. type: =head2
11302 #: ../src/guestfs-actions.pod:3832
11303 msgid "guestfs_lvrename"
11304 msgstr ""
11305
11306 #. type: verbatim
11307 #: ../src/guestfs-actions.pod:3834
11308 #, no-wrap
11309 msgid ""
11310 " int\n"
11311 " guestfs_lvrename (guestfs_h *g,\n"
11312 "                   const char *logvol,\n"
11313 "                   const char *newlogvol);\n"
11314 "\n"
11315 msgstr ""
11316
11317 #. type: textblock
11318 #: ../src/guestfs-actions.pod:3839 ../fish/guestfish-actions.pod:2612
11319 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11320 msgstr ""
11321
11322 #. type: textblock
11323 #: ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:6805
11324 msgid "(Added in 1.0.83)"
11325 msgstr ""
11326
11327 #. type: =head2
11328 #: ../src/guestfs-actions.pod:3845
11329 msgid "guestfs_lvresize"
11330 msgstr ""
11331
11332 #. type: verbatim
11333 #: ../src/guestfs-actions.pod:3847
11334 #, no-wrap
11335 msgid ""
11336 " int\n"
11337 " guestfs_lvresize (guestfs_h *g,\n"
11338 "                   const char *device,\n"
11339 "                   int mbytes);\n"
11340 "\n"
11341 msgstr ""
11342
11343 #. type: textblock
11344 #: ../src/guestfs-actions.pod:3852 ../fish/guestfish-actions.pod:2618
11345 msgid ""
11346 "This resizes (expands or shrinks) an existing LVM logical volume to "
11347 "C<mbytes>.  When reducing, data in the reduced part is lost."
11348 msgstr ""
11349
11350 #. type: =head2
11351 #: ../src/guestfs-actions.pod:3860
11352 msgid "guestfs_lvresize_free"
11353 msgstr ""
11354
11355 #. type: verbatim
11356 #: ../src/guestfs-actions.pod:3862
11357 #, no-wrap
11358 msgid ""
11359 " int\n"
11360 " guestfs_lvresize_free (guestfs_h *g,\n"
11361 "                        const char *lv,\n"
11362 "                        int percent);\n"
11363 "\n"
11364 msgstr ""
11365
11366 #. type: textblock
11367 #: ../src/guestfs-actions.pod:3867 ../fish/guestfish-actions.pod:2626
11368 msgid ""
11369 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11370 "remaining free space in the volume group.  Commonly you would call this with "
11371 "pc = 100 which expands the logical volume as much as possible, using all "
11372 "remaining free space in the volume group."
11373 msgstr ""
11374
11375 #. type: textblock
11376 #: ../src/guestfs-actions.pod:3875
11377 msgid "(Added in 1.3.3)"
11378 msgstr ""
11379
11380 #. type: =head2
11381 #: ../src/guestfs-actions.pod:3877
11382 msgid "guestfs_lvs"
11383 msgstr ""
11384
11385 #. type: verbatim
11386 #: ../src/guestfs-actions.pod:3879
11387 #, no-wrap
11388 msgid ""
11389 " char **\n"
11390 " guestfs_lvs (guestfs_h *g);\n"
11391 "\n"
11392 msgstr ""
11393
11394 #. type: textblock
11395 #: ../src/guestfs-actions.pod:3882 ../fish/guestfish-actions.pod:2636
11396 msgid ""
11397 "List all the logical volumes detected.  This is the equivalent of the "
11398 "L<lvs(8)> command."
11399 msgstr ""
11400
11401 #. type: textblock
11402 #: ../src/guestfs-actions.pod:3885 ../fish/guestfish-actions.pod:2639
11403 msgid ""
11404 "This returns a list of the logical volume device names "
11405 "(eg. C</dev/VolGroup00/LogVol00>)."
11406 msgstr ""
11407
11408 #. type: textblock
11409 #: ../src/guestfs-actions.pod:3888
11410 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11411 msgstr ""
11412
11413 #. type: =head2
11414 #: ../src/guestfs-actions.pod:3896
11415 msgid "guestfs_lvs_full"
11416 msgstr ""
11417
11418 #. type: verbatim
11419 #: ../src/guestfs-actions.pod:3898
11420 #, no-wrap
11421 msgid ""
11422 " struct guestfs_lvm_lv_list *\n"
11423 " guestfs_lvs_full (guestfs_h *g);\n"
11424 "\n"
11425 msgstr ""
11426
11427 #. type: textblock
11428 #: ../src/guestfs-actions.pod:3901 ../fish/guestfish-actions.pod:2648
11429 msgid ""
11430 "List all the logical volumes detected.  This is the equivalent of the "
11431 "L<lvs(8)> command.  The \"full\" version includes all fields."
11432 msgstr ""
11433
11434 #. type: textblock
11435 #: ../src/guestfs-actions.pod:3904
11436 msgid ""
11437 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11438 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11439 "use>."
11440 msgstr ""
11441
11442 #. type: =head2
11443 #: ../src/guestfs-actions.pod:3910
11444 msgid "guestfs_lvuuid"
11445 msgstr ""
11446
11447 #. type: verbatim
11448 #: ../src/guestfs-actions.pod:3912
11449 #, no-wrap
11450 msgid ""
11451 " char *\n"
11452 " guestfs_lvuuid (guestfs_h *g,\n"
11453 "                 const char *device);\n"
11454 "\n"
11455 msgstr ""
11456
11457 #. type: textblock
11458 #: ../src/guestfs-actions.pod:3916 ../fish/guestfish-actions.pod:2655
11459 msgid "This command returns the UUID of the LVM LV C<device>."
11460 msgstr ""
11461
11462 #. type: =head2
11463 #: ../src/guestfs-actions.pod:3923
11464 msgid "guestfs_lxattrlist"
11465 msgstr ""
11466
11467 #. type: verbatim
11468 #: ../src/guestfs-actions.pod:3925
11469 #, no-wrap
11470 msgid ""
11471 " struct guestfs_xattr_list *\n"
11472 " guestfs_lxattrlist (guestfs_h *g,\n"
11473 "                     const char *path,\n"
11474 "                     char *const *names);\n"
11475 "\n"
11476 msgstr ""
11477
11478 #. type: textblock
11479 #: ../src/guestfs-actions.pod:3930 ../fish/guestfish-actions.pod:2661
11480 msgid ""
11481 "This call allows you to get the extended attributes of multiple files, where "
11482 "all files are in the directory C<path>.  C<names> is the list of files from "
11483 "this directory."
11484 msgstr ""
11485
11486 #. type: textblock
11487 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
11488 msgid ""
11489 "On return you get a flat list of xattr structs which must be interpreted "
11490 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11491 "C<attrval> in this struct is zero-length to indicate there was an error "
11492 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11493 "number (the number of following attributes for this file, which could be "
11494 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11495 "attributes for the first named file.  This repeats for the second and "
11496 "subsequent files."
11497 msgstr ""
11498
11499 #. type: textblock
11500 #: ../src/guestfs-actions.pod:3944
11501 msgid ""
11502 "This call is intended for programs that want to efficiently list a directory "
11503 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11504 "a similarly efficient call for getting standard stats.  Very long directory "
11505 "listings might cause the protocol message size to be exceeded, causing this "
11506 "call to fail.  The caller must split up such requests into smaller groups of "
11507 "names."
11508 msgstr ""
11509
11510 #. type: =head2
11511 #: ../src/guestfs-actions.pod:3958
11512 msgid "guestfs_mkdir"
11513 msgstr ""
11514
11515 #. type: verbatim
11516 #: ../src/guestfs-actions.pod:3960
11517 #, no-wrap
11518 msgid ""
11519 " int\n"
11520 " guestfs_mkdir (guestfs_h *g,\n"
11521 "                const char *path);\n"
11522 "\n"
11523 msgstr ""
11524
11525 #. type: textblock
11526 #: ../src/guestfs-actions.pod:3964 ../fish/guestfish-actions.pod:2687
11527 msgid "Create a directory named C<path>."
11528 msgstr ""
11529
11530 #. type: =head2
11531 #: ../src/guestfs-actions.pod:3970
11532 msgid "guestfs_mkdir_mode"
11533 msgstr ""
11534
11535 #. type: verbatim
11536 #: ../src/guestfs-actions.pod:3972
11537 #, no-wrap
11538 msgid ""
11539 " int\n"
11540 " guestfs_mkdir_mode (guestfs_h *g,\n"
11541 "                     const char *path,\n"
11542 "                     int mode);\n"
11543 "\n"
11544 msgstr ""
11545
11546 #. type: textblock
11547 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2693
11548 msgid ""
11549 "This command creates a directory, setting the initial permissions of the "
11550 "directory to C<mode>."
11551 msgstr ""
11552
11553 #. type: textblock
11554 #: ../src/guestfs-actions.pod:3980 ../fish/guestfish-actions.pod:2696
11555 msgid ""
11556 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11557 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11558 "other ways."
11559 msgstr ""
11560
11561 #. type: textblock
11562 #: ../src/guestfs-actions.pod:3984
11563 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11564 msgstr ""
11565
11566 #. type: =head2
11567 #: ../src/guestfs-actions.pod:3990
11568 msgid "guestfs_mkdir_p"
11569 msgstr ""
11570
11571 #. type: verbatim
11572 #: ../src/guestfs-actions.pod:3992
11573 #, no-wrap
11574 msgid ""
11575 " int\n"
11576 " guestfs_mkdir_p (guestfs_h *g,\n"
11577 "                  const char *path);\n"
11578 "\n"
11579 msgstr ""
11580
11581 #. type: textblock
11582 #: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2706
11583 msgid ""
11584 "Create a directory named C<path>, creating any parent directories as "
11585 "necessary.  This is like the C<mkdir -p> shell command."
11586 msgstr ""
11587
11588 #. type: =head2
11589 #: ../src/guestfs-actions.pod:4003
11590 msgid "guestfs_mkdtemp"
11591 msgstr ""
11592
11593 #. type: verbatim
11594 #: ../src/guestfs-actions.pod:4005
11595 #, no-wrap
11596 msgid ""
11597 " char *\n"
11598 " guestfs_mkdtemp (guestfs_h *g,\n"
11599 "                  const char *template);\n"
11600 "\n"
11601 msgstr ""
11602
11603 #. type: textblock
11604 #: ../src/guestfs-actions.pod:4009 ../fish/guestfish-actions.pod:2713
11605 msgid ""
11606 "This command creates a temporary directory.  The C<template> parameter "
11607 "should be a full pathname for the temporary directory name with the final "
11608 "six characters being \"XXXXXX\"."
11609 msgstr ""
11610
11611 #. type: textblock
11612 #: ../src/guestfs-actions.pod:4014 ../fish/guestfish-actions.pod:2718
11613 msgid ""
11614 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11615 "being suitable for Windows filesystems."
11616 msgstr ""
11617
11618 #. type: textblock
11619 #: ../src/guestfs-actions.pod:4017 ../fish/guestfish-actions.pod:2721
11620 msgid "The name of the temporary directory that was created is returned."
11621 msgstr ""
11622
11623 #. type: textblock
11624 #: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2724
11625 msgid "The temporary directory is created with mode 0700 and is owned by root."
11626 msgstr ""
11627
11628 #. type: textblock
11629 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2727
11630 msgid ""
11631 "The caller is responsible for deleting the temporary directory and its "
11632 "contents after use."
11633 msgstr ""
11634
11635 #. type: textblock
11636 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2730
11637 msgid "See also: L<mkdtemp(3)>"
11638 msgstr ""
11639
11640 #. type: =head2
11641 #: ../src/guestfs-actions.pod:4033
11642 msgid "guestfs_mke2fs_J"
11643 msgstr ""
11644
11645 #. type: verbatim
11646 #: ../src/guestfs-actions.pod:4035
11647 #, no-wrap
11648 msgid ""
11649 " int\n"
11650 " guestfs_mke2fs_J (guestfs_h *g,\n"
11651 "                   const char *fstype,\n"
11652 "                   int blocksize,\n"
11653 "                   const char *device,\n"
11654 "                   const char *journal);\n"
11655 "\n"
11656 msgstr ""
11657
11658 #. type: textblock
11659 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2736
11660 msgid ""
11661 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11662 "C<journal>.  It is equivalent to the command:"
11663 msgstr ""
11664
11665 #. type: verbatim
11666 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
11667 #, no-wrap
11668 msgid ""
11669 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11670 "\n"
11671 msgstr ""
11672
11673 #. type: textblock
11674 #: ../src/guestfs-actions.pod:4048
11675 msgid "See also C<guestfs_mke2journal>."
11676 msgstr ""
11677
11678 #. type: textblock
11679 #: ../src/guestfs-actions.pod:4052 ../src/guestfs-actions.pod:4070 ../src/guestfs-actions.pod:4088 ../src/guestfs-actions.pod:4104 ../src/guestfs-actions.pod:4118 ../src/guestfs-actions.pod:4132 ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:4442
11680 msgid "(Added in 1.0.68)"
11681 msgstr ""
11682
11683 #. type: =head2
11684 #: ../src/guestfs-actions.pod:4054
11685 msgid "guestfs_mke2fs_JL"
11686 msgstr ""
11687
11688 #. type: verbatim
11689 #: ../src/guestfs-actions.pod:4056
11690 #, no-wrap
11691 msgid ""
11692 " int\n"
11693 " guestfs_mke2fs_JL (guestfs_h *g,\n"
11694 "                    const char *fstype,\n"
11695 "                    int blocksize,\n"
11696 "                    const char *device,\n"
11697 "                    const char *label);\n"
11698 "\n"
11699 msgstr ""
11700
11701 #. type: textblock
11702 #: ../src/guestfs-actions.pod:4063 ../fish/guestfish-actions.pod:2748
11703 msgid ""
11704 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11705 "the journal labeled C<label>."
11706 msgstr ""
11707
11708 #. type: textblock
11709 #: ../src/guestfs-actions.pod:4066
11710 msgid "See also C<guestfs_mke2journal_L>."
11711 msgstr ""
11712
11713 #. type: =head2
11714 #: ../src/guestfs-actions.pod:4072
11715 msgid "guestfs_mke2fs_JU"
11716 msgstr ""
11717
11718 #. type: verbatim
11719 #: ../src/guestfs-actions.pod:4074
11720 #, no-wrap
11721 msgid ""
11722 " int\n"
11723 " guestfs_mke2fs_JU (guestfs_h *g,\n"
11724 "                    const char *fstype,\n"
11725 "                    int blocksize,\n"
11726 "                    const char *device,\n"
11727 "                    const char *uuid);\n"
11728 "\n"
11729 msgstr ""
11730
11731 #. type: textblock
11732 #: ../src/guestfs-actions.pod:4081 ../fish/guestfish-actions.pod:2757
11733 msgid ""
11734 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11735 "the journal with UUID C<uuid>."
11736 msgstr ""
11737
11738 #. type: textblock
11739 #: ../src/guestfs-actions.pod:4084
11740 msgid "See also C<guestfs_mke2journal_U>."
11741 msgstr ""
11742
11743 #. type: =head2
11744 #: ../src/guestfs-actions.pod:4090
11745 msgid "guestfs_mke2journal"
11746 msgstr ""
11747
11748 #. type: verbatim
11749 #: ../src/guestfs-actions.pod:4092
11750 #, no-wrap
11751 msgid ""
11752 " int\n"
11753 " guestfs_mke2journal (guestfs_h *g,\n"
11754 "                      int blocksize,\n"
11755 "                      const char *device);\n"
11756 "\n"
11757 msgstr ""
11758
11759 #. type: textblock
11760 #: ../src/guestfs-actions.pod:4097 ../fish/guestfish-actions.pod:2766
11761 msgid ""
11762 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11763 "command:"
11764 msgstr ""
11765
11766 #. type: verbatim
11767 #: ../src/guestfs-actions.pod:4100 ../fish/guestfish-actions.pod:2769
11768 #, no-wrap
11769 msgid ""
11770 " mke2fs -O journal_dev -b blocksize device\n"
11771 "\n"
11772 msgstr ""
11773
11774 #. type: =head2
11775 #: ../src/guestfs-actions.pod:4106
11776 msgid "guestfs_mke2journal_L"
11777 msgstr ""
11778
11779 #. type: verbatim
11780 #: ../src/guestfs-actions.pod:4108
11781 #, no-wrap
11782 msgid ""
11783 " int\n"
11784 " guestfs_mke2journal_L (guestfs_h *g,\n"
11785 "                        int blocksize,\n"
11786 "                        const char *label,\n"
11787 "                        const char *device);\n"
11788 "\n"
11789 msgstr ""
11790
11791 #. type: textblock
11792 #: ../src/guestfs-actions.pod:4114 ../fish/guestfish-actions.pod:2775
11793 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11794 msgstr ""
11795
11796 #. type: =head2
11797 #: ../src/guestfs-actions.pod:4120
11798 msgid "guestfs_mke2journal_U"
11799 msgstr ""
11800
11801 #. type: verbatim
11802 #: ../src/guestfs-actions.pod:4122
11803 #, no-wrap
11804 msgid ""
11805 " int\n"
11806 " guestfs_mke2journal_U (guestfs_h *g,\n"
11807 "                        int blocksize,\n"
11808 "                        const char *uuid,\n"
11809 "                        const char *device);\n"
11810 "\n"
11811 msgstr ""
11812
11813 #. type: textblock
11814 #: ../src/guestfs-actions.pod:4128 ../fish/guestfish-actions.pod:2781
11815 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11816 msgstr ""
11817
11818 #. type: =head2
11819 #: ../src/guestfs-actions.pod:4134
11820 msgid "guestfs_mkfifo"
11821 msgstr ""
11822
11823 #. type: verbatim
11824 #: ../src/guestfs-actions.pod:4136
11825 #, no-wrap
11826 msgid ""
11827 " int\n"
11828 " guestfs_mkfifo (guestfs_h *g,\n"
11829 "                 int mode,\n"
11830 "                 const char *path);\n"
11831 "\n"
11832 msgstr ""
11833
11834 #. type: textblock
11835 #: ../src/guestfs-actions.pod:4141
11836 msgid ""
11837 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11838 "is just a convenient wrapper around C<guestfs_mknod>."
11839 msgstr ""
11840
11841 #. type: =head2
11842 #: ../src/guestfs-actions.pod:4151
11843 msgid "guestfs_mkfs"
11844 msgstr ""
11845
11846 #. type: verbatim
11847 #: ../src/guestfs-actions.pod:4153
11848 #, no-wrap
11849 msgid ""
11850 " int\n"
11851 " guestfs_mkfs (guestfs_h *g,\n"
11852 "               const char *fstype,\n"
11853 "               const char *device);\n"
11854 "\n"
11855 msgstr ""
11856
11857 #. type: textblock
11858 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2797
11859 msgid ""
11860 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11861 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11862 msgstr ""
11863
11864 #. type: =head2
11865 #: ../src/guestfs-actions.pod:4166
11866 msgid "guestfs_mkfs_b"
11867 msgstr ""
11868
11869 #. type: verbatim
11870 #: ../src/guestfs-actions.pod:4168
11871 #, no-wrap
11872 msgid ""
11873 " int\n"
11874 " guestfs_mkfs_b (guestfs_h *g,\n"
11875 "                 const char *fstype,\n"
11876 "                 int blocksize,\n"
11877 "                 const char *device);\n"
11878 "\n"
11879 msgstr ""
11880
11881 #. type: textblock
11882 #: ../src/guestfs-actions.pod:4174
11883 msgid ""
11884 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
11885 "block size of the resulting filesystem.  Supported block sizes depend on the "
11886 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11887 msgstr ""
11888
11889 #. type: textblock
11890 #: ../src/guestfs-actions.pod:4179 ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2810 ../fish/guestfish-actions.pod:2837
11891 msgid ""
11892 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11893 "cluster size."
11894 msgstr ""
11895
11896 #. type: textblock
11897 #: ../src/guestfs-actions.pod:4184 ../fish/guestfish-actions.pod:2813
11898 msgid ""
11899 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
11900 "instead."
11901 msgstr ""
11902
11903 #. type: =head2
11904 #: ../src/guestfs-actions.pod:4193
11905 msgid "guestfs_mkfs_opts"
11906 msgstr ""
11907
11908 #. type: verbatim
11909 #: ../src/guestfs-actions.pod:4195
11910 #, no-wrap
11911 msgid ""
11912 " int\n"
11913 " guestfs_mkfs_opts (guestfs_h *g,\n"
11914 "                    const char *fstype,\n"
11915 "                    const char *device,\n"
11916 "                    ...);\n"
11917 "\n"
11918 msgstr ""
11919
11920 #. type: verbatim
11921 #: ../src/guestfs-actions.pod:4206
11922 #, no-wrap
11923 msgid ""
11924 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
11925 "\n"
11926 msgstr ""
11927
11928 #. type: textblock
11929 #: ../src/guestfs-actions.pod:4208 ../fish/guestfish-actions.pod:2824
11930 msgid ""
11931 "This function creates a filesystem on C<device>.  The filesystem type is "
11932 "C<fstype>, for example C<ext3>."
11933 msgstr ""
11934
11935 #. type: =item
11936 #: ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:2831
11937 msgid "C<blocksize>"
11938 msgstr ""
11939
11940 #. type: textblock
11941 #: ../src/guestfs-actions.pod:4217 ../fish/guestfish-actions.pod:2833
11942 msgid ""
11943 "The filesystem block size.  Supported block sizes depend on the filesystem "
11944 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11945 "filesystems."
11946 msgstr ""
11947
11948 #. type: textblock
11949 #: ../src/guestfs-actions.pod:4228
11950 msgid "(Added in 1.7.19)"
11951 msgstr ""
11952
11953 #. type: =head2
11954 #: ../src/guestfs-actions.pod:4230
11955 msgid "guestfs_mkfs_opts_va"
11956 msgstr ""
11957
11958 #. type: verbatim
11959 #: ../src/guestfs-actions.pod:4232
11960 #, no-wrap
11961 msgid ""
11962 " int\n"
11963 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
11964 "                       const char *fstype,\n"
11965 "                       const char *device,\n"
11966 "                       va_list args);\n"
11967 "\n"
11968 msgstr ""
11969
11970 #. type: textblock
11971 #: ../src/guestfs-actions.pod:4238
11972 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
11973 msgstr ""
11974
11975 #. type: =head2
11976 #: ../src/guestfs-actions.pod:4242
11977 msgid "guestfs_mkfs_opts_argv"
11978 msgstr ""
11979
11980 #. type: verbatim
11981 #: ../src/guestfs-actions.pod:4244
11982 #, no-wrap
11983 msgid ""
11984 " int\n"
11985 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
11986 "                         const char *fstype,\n"
11987 "                         const char *device,\n"
11988 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
11989 "\n"
11990 msgstr ""
11991
11992 #. type: textblock
11993 #: ../src/guestfs-actions.pod:4250
11994 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
11995 msgstr ""
11996
11997 #. type: =head2
11998 #: ../src/guestfs-actions.pod:4254
11999 msgid "guestfs_mkmountpoint"
12000 msgstr ""
12001
12002 #. type: verbatim
12003 #: ../src/guestfs-actions.pod:4256
12004 #, no-wrap
12005 msgid ""
12006 " int\n"
12007 " guestfs_mkmountpoint (guestfs_h *g,\n"
12008 "                       const char *exemptpath);\n"
12009 "\n"
12010 msgstr ""
12011
12012 #. type: textblock
12013 #: ../src/guestfs-actions.pod:4260
12014 msgid ""
12015 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12016 "that can be used to create extra mountpoints before mounting the first "
12017 "filesystem."
12018 msgstr ""
12019
12020 #. type: textblock
12021 #: ../src/guestfs-actions.pod:4264 ../fish/guestfish-actions.pod:2852
12022 msgid ""
12023 "These calls are I<only> necessary in some very limited circumstances, mainly "
12024 "the case where you want to mount a mix of unrelated and/or read-only "
12025 "filesystems together."
12026 msgstr ""
12027
12028 #. type: textblock
12029 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2856
12030 msgid ""
12031 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12032 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12033 "inside that.  You can unpack this as follows in guestfish:"
12034 msgstr ""
12035
12036 #. type: verbatim
12037 #: ../src/guestfs-actions.pod:4273 ../fish/guestfish-actions.pod:2861
12038 #, no-wrap
12039 msgid ""
12040 " add-ro Fedora-11-i686-Live.iso\n"
12041 " run\n"
12042 " mkmountpoint /cd\n"
12043 " mkmountpoint /sqsh\n"
12044 " mkmountpoint /ext3fs\n"
12045 " mount /dev/sda /cd\n"
12046 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12047 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12048 "\n"
12049 msgstr ""
12050
12051 #. type: textblock
12052 #: ../src/guestfs-actions.pod:4282 ../fish/guestfish-actions.pod:2870
12053 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12054 msgstr ""
12055
12056 #. type: textblock
12057 #: ../src/guestfs-actions.pod:4284
12058 msgid ""
12059 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12060 "may get unexpected errors if you try to mix these calls.  It is safest to "
12061 "manually unmount filesystems and remove mountpoints after use."
12062 msgstr ""
12063
12064 #. type: textblock
12065 #: ../src/guestfs-actions.pod:4288
12066 msgid ""
12067 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12068 "first, so for this to work for manual mountpoints, you must ensure that the "
12069 "innermost mountpoints have the longest pathnames, as in the example code "
12070 "above."
12071 msgstr ""
12072
12073 #. type: textblock
12074 #: ../src/guestfs-actions.pod:4293 ../fish/guestfish-actions.pod:2881
12075 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12076 msgstr ""
12077
12078 #. type: textblock
12079 #: ../src/guestfs-actions.pod:4295
12080 msgid ""
12081 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12082 "means that C<guestfs_umount_all> is called when the handle is closed which "
12083 "can also trigger these issues."
12084 msgstr ""
12085
12086 #. type: textblock
12087 #: ../src/guestfs-actions.pod:4301 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:5453
12088 msgid "(Added in 1.0.62)"
12089 msgstr ""
12090
12091 #. type: =head2
12092 #: ../src/guestfs-actions.pod:4303
12093 msgid "guestfs_mknod"
12094 msgstr ""
12095
12096 #. type: verbatim
12097 #: ../src/guestfs-actions.pod:4305
12098 #, no-wrap
12099 msgid ""
12100 " int\n"
12101 " guestfs_mknod (guestfs_h *g,\n"
12102 "                int mode,\n"
12103 "                int devmajor,\n"
12104 "                int devminor,\n"
12105 "                const char *path);\n"
12106 "\n"
12107 msgstr ""
12108
12109 #. type: textblock
12110 #: ../src/guestfs-actions.pod:4312 ../fish/guestfish-actions.pod:2891
12111 msgid ""
12112 "This call creates block or character special devices, or named pipes "
12113 "(FIFOs)."
12114 msgstr ""
12115
12116 #. type: textblock
12117 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2894
12118 msgid ""
12119 "The C<mode> parameter should be the mode, using the standard constants.  "
12120 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12121 "used when creating block and character special devices."
12122 msgstr ""
12123
12124 #. type: textblock
12125 #: ../src/guestfs-actions.pod:4320
12126 msgid ""
12127 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12128 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12129 "regular file).  These constants are available in the standard Linux header "
12130 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12131 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12132 "the appropriate constant for you."
12133 msgstr ""
12134
12135 #. type: =head2
12136 #: ../src/guestfs-actions.pod:4334
12137 msgid "guestfs_mknod_b"
12138 msgstr ""
12139
12140 #. type: verbatim
12141 #: ../src/guestfs-actions.pod:4336
12142 #, no-wrap
12143 msgid ""
12144 " int\n"
12145 " guestfs_mknod_b (guestfs_h *g,\n"
12146 "                  int mode,\n"
12147 "                  int devmajor,\n"
12148 "                  int devminor,\n"
12149 "                  const char *path);\n"
12150 "\n"
12151 msgstr ""
12152
12153 #. type: textblock
12154 #: ../src/guestfs-actions.pod:4343
12155 msgid ""
12156 "This call creates a block device node called C<path> with mode C<mode> and "
12157 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12158 "wrapper around C<guestfs_mknod>."
12159 msgstr ""
12160
12161 #. type: =head2
12162 #: ../src/guestfs-actions.pod:4353
12163 msgid "guestfs_mknod_c"
12164 msgstr ""
12165
12166 #. type: verbatim
12167 #: ../src/guestfs-actions.pod:4355
12168 #, no-wrap
12169 msgid ""
12170 " int\n"
12171 " guestfs_mknod_c (guestfs_h *g,\n"
12172 "                  int mode,\n"
12173 "                  int devmajor,\n"
12174 "                  int devminor,\n"
12175 "                  const char *path);\n"
12176 "\n"
12177 msgstr ""
12178
12179 #. type: textblock
12180 #: ../src/guestfs-actions.pod:4362
12181 msgid ""
12182 "This call creates a char device node called C<path> with mode C<mode> and "
12183 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12184 "wrapper around C<guestfs_mknod>."
12185 msgstr ""
12186
12187 #. type: =head2
12188 #: ../src/guestfs-actions.pod:4372
12189 msgid "guestfs_mkswap"
12190 msgstr ""
12191
12192 #. type: verbatim
12193 #: ../src/guestfs-actions.pod:4374
12194 #, no-wrap
12195 msgid ""
12196 " int\n"
12197 " guestfs_mkswap (guestfs_h *g,\n"
12198 "                 const char *device);\n"
12199 "\n"
12200 msgstr ""
12201
12202 #. type: textblock
12203 #: ../src/guestfs-actions.pod:4378 ../fish/guestfish-actions.pod:2933
12204 msgid "Create a swap partition on C<device>."
12205 msgstr ""
12206
12207 #. type: =head2
12208 #: ../src/guestfs-actions.pod:4384
12209 msgid "guestfs_mkswap_L"
12210 msgstr ""
12211
12212 #. type: verbatim
12213 #: ../src/guestfs-actions.pod:4386
12214 #, no-wrap
12215 msgid ""
12216 " int\n"
12217 " guestfs_mkswap_L (guestfs_h *g,\n"
12218 "                   const char *label,\n"
12219 "                   const char *device);\n"
12220 "\n"
12221 msgstr ""
12222
12223 #. type: textblock
12224 #: ../src/guestfs-actions.pod:4391 ../fish/guestfish-actions.pod:2939
12225 msgid "Create a swap partition on C<device> with label C<label>."
12226 msgstr ""
12227
12228 #. type: textblock
12229 #: ../src/guestfs-actions.pod:4393 ../fish/guestfish-actions.pod:2941
12230 msgid ""
12231 "Note that you cannot attach a swap label to a block device "
12232 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12233 "the kernel or swap tools."
12234 msgstr ""
12235
12236 #. type: =head2
12237 #: ../src/guestfs-actions.pod:4401
12238 msgid "guestfs_mkswap_U"
12239 msgstr ""
12240
12241 #. type: verbatim
12242 #: ../src/guestfs-actions.pod:4403
12243 #, no-wrap
12244 msgid ""
12245 " int\n"
12246 " guestfs_mkswap_U (guestfs_h *g,\n"
12247 "                   const char *uuid,\n"
12248 "                   const char *device);\n"
12249 "\n"
12250 msgstr ""
12251
12252 #. type: textblock
12253 #: ../src/guestfs-actions.pod:4408 ../fish/guestfish-actions.pod:2949
12254 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12255 msgstr ""
12256
12257 #. type: =head2
12258 #: ../src/guestfs-actions.pod:4414
12259 msgid "guestfs_mkswap_file"
12260 msgstr ""
12261
12262 #. type: verbatim
12263 #: ../src/guestfs-actions.pod:4416
12264 #, no-wrap
12265 msgid ""
12266 " int\n"
12267 " guestfs_mkswap_file (guestfs_h *g,\n"
12268 "                      const char *path);\n"
12269 "\n"
12270 msgstr ""
12271
12272 #. type: textblock
12273 #: ../src/guestfs-actions.pod:4420 ../fish/guestfish-actions.pod:2955
12274 msgid "Create a swap file."
12275 msgstr ""
12276
12277 #. type: textblock
12278 #: ../src/guestfs-actions.pod:4422
12279 msgid ""
12280 "This command just writes a swap file signature to an existing file.  To "
12281 "create the file itself, use something like C<guestfs_fallocate>."
12282 msgstr ""
12283
12284 #. type: =head2
12285 #: ../src/guestfs-actions.pod:4429
12286 msgid "guestfs_modprobe"
12287 msgstr ""
12288
12289 #. type: verbatim
12290 #: ../src/guestfs-actions.pod:4431
12291 #, no-wrap
12292 msgid ""
12293 " int\n"
12294 " guestfs_modprobe (guestfs_h *g,\n"
12295 "                   const char *modulename);\n"
12296 "\n"
12297 msgstr ""
12298
12299 #. type: textblock
12300 #: ../src/guestfs-actions.pod:4435 ../fish/guestfish-actions.pod:2964
12301 msgid "This loads a kernel module in the appliance."
12302 msgstr ""
12303
12304 #. type: textblock
12305 #: ../src/guestfs-actions.pod:4437 ../fish/guestfish-actions.pod:2966
12306 msgid ""
12307 "The kernel module must have been whitelisted when libguestfs was built (see "
12308 "C<appliance/kmod.whitelist.in> in the source)."
12309 msgstr ""
12310
12311 #. type: =head2
12312 #: ../src/guestfs-actions.pod:4444
12313 msgid "guestfs_mount"
12314 msgstr ""
12315
12316 #. type: verbatim
12317 #: ../src/guestfs-actions.pod:4446
12318 #, no-wrap
12319 msgid ""
12320 " int\n"
12321 " guestfs_mount (guestfs_h *g,\n"
12322 "                const char *device,\n"
12323 "                const char *mountpoint);\n"
12324 "\n"
12325 msgstr ""
12326
12327 #. type: textblock
12328 #: ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:2973
12329 msgid ""
12330 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12331 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12332 "those block devices contain partitions, they will have the usual names "
12333 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12334 msgstr ""
12335
12336 #. type: textblock
12337 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
12338 msgid ""
12339 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12340 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12341 "mounted on directories which already exist."
12342 msgstr ""
12343
12344 #. type: textblock
12345 #: ../src/guestfs-actions.pod:4462 ../fish/guestfish-actions.pod:2984
12346 msgid ""
12347 "The mounted filesystem is writable, if we have sufficient permissions on the "
12348 "underlying device."
12349 msgstr ""
12350
12351 #. type: textblock
12352 #: ../src/guestfs-actions.pod:4465
12353 msgid ""
12354 "B<Important note:> When you use this call, the filesystem options C<sync> "
12355 "and C<noatime> are set implicitly.  This was originally done because we "
12356 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12357 "very large negative performance impact and negligible effect on "
12358 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12359 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12360 "(use an empty string for the first parameter if you don't want any options)."
12361 msgstr ""
12362
12363 #. type: =head2
12364 #: ../src/guestfs-actions.pod:4479
12365 msgid "guestfs_mount_loop"
12366 msgstr ""
12367
12368 #. type: verbatim
12369 #: ../src/guestfs-actions.pod:4481
12370 #, no-wrap
12371 msgid ""
12372 " int\n"
12373 " guestfs_mount_loop (guestfs_h *g,\n"
12374 "                     const char *file,\n"
12375 "                     const char *mountpoint);\n"
12376 "\n"
12377 msgstr ""
12378
12379 #. type: textblock
12380 #: ../src/guestfs-actions.pod:4486 ../fish/guestfish-actions.pod:3001
12381 msgid ""
12382 "This command lets you mount C<file> (a filesystem image in a file) on a "
12383 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12384 "mountpoint>."
12385 msgstr ""
12386
12387 #. type: =head2
12388 #: ../src/guestfs-actions.pod:4494
12389 msgid "guestfs_mount_options"
12390 msgstr ""
12391
12392 #. type: verbatim
12393 #: ../src/guestfs-actions.pod:4496
12394 #, no-wrap
12395 msgid ""
12396 " int\n"
12397 " guestfs_mount_options (guestfs_h *g,\n"
12398 "                        const char *options,\n"
12399 "                        const char *device,\n"
12400 "                        const char *mountpoint);\n"
12401 "\n"
12402 msgstr ""
12403
12404 #. type: textblock
12405 #: ../src/guestfs-actions.pod:4502
12406 msgid ""
12407 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12408 "the mount options as for the L<mount(8)> I<-o> flag."
12409 msgstr ""
12410
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3013
12413 msgid ""
12414 "If the C<options> parameter is an empty string, then no options are passed "
12415 "(all options default to whatever the filesystem uses)."
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:4512 ../src/guestfs-actions.pod:4526 ../src/guestfs-actions.pod:4543
12420 msgid "(Added in 1.0.10)"
12421 msgstr ""
12422
12423 #. type: =head2
12424 #: ../src/guestfs-actions.pod:4514
12425 msgid "guestfs_mount_ro"
12426 msgstr ""
12427
12428 #. type: verbatim
12429 #: ../src/guestfs-actions.pod:4516
12430 #, no-wrap
12431 msgid ""
12432 " int\n"
12433 " guestfs_mount_ro (guestfs_h *g,\n"
12434 "                   const char *device,\n"
12435 "                   const char *mountpoint);\n"
12436 "\n"
12437 msgstr ""
12438
12439 #. type: textblock
12440 #: ../src/guestfs-actions.pod:4521
12441 msgid ""
12442 "This is the same as the C<guestfs_mount> command, but it mounts the "
12443 "filesystem with the read-only (I<-o ro>) flag."
12444 msgstr ""
12445
12446 #. type: =head2
12447 #: ../src/guestfs-actions.pod:4528
12448 msgid "guestfs_mount_vfs"
12449 msgstr ""
12450
12451 #. type: verbatim
12452 #: ../src/guestfs-actions.pod:4530
12453 #, no-wrap
12454 msgid ""
12455 " int\n"
12456 " guestfs_mount_vfs (guestfs_h *g,\n"
12457 "                    const char *options,\n"
12458 "                    const char *vfstype,\n"
12459 "                    const char *device,\n"
12460 "                    const char *mountpoint);\n"
12461 "\n"
12462 msgstr ""
12463
12464 #. type: textblock
12465 #: ../src/guestfs-actions.pod:4537
12466 msgid ""
12467 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12468 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12469 "I<-t> flags."
12470 msgstr ""
12471
12472 #. type: =head2
12473 #: ../src/guestfs-actions.pod:4545
12474 msgid "guestfs_mountpoints"
12475 msgstr ""
12476
12477 #. type: verbatim
12478 #: ../src/guestfs-actions.pod:4547
12479 #, no-wrap
12480 msgid ""
12481 " char **\n"
12482 " guestfs_mountpoints (guestfs_h *g);\n"
12483 "\n"
12484 msgstr ""
12485
12486 #. type: textblock
12487 #: ../src/guestfs-actions.pod:4550
12488 msgid ""
12489 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12490 "devices.  This one returns a hash table (map) of device name to directory "
12491 "where the device is mounted."
12492 msgstr ""
12493
12494 #. type: =head2
12495 #: ../src/guestfs-actions.pod:4562
12496 msgid "guestfs_mounts"
12497 msgstr ""
12498
12499 #. type: verbatim
12500 #: ../src/guestfs-actions.pod:4564
12501 #, no-wrap
12502 msgid ""
12503 " char **\n"
12504 " guestfs_mounts (guestfs_h *g);\n"
12505 "\n"
12506 msgstr ""
12507
12508 #. type: textblock
12509 #: ../src/guestfs-actions.pod:4567 ../fish/guestfish-actions.pod:3044
12510 msgid ""
12511 "This returns the list of currently mounted filesystems.  It returns the list "
12512 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12513 msgstr ""
12514
12515 #. type: textblock
12516 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3047
12517 msgid "Some internal mounts are not shown."
12518 msgstr ""
12519
12520 #. type: textblock
12521 #: ../src/guestfs-actions.pod:4572
12522 msgid "See also: C<guestfs_mountpoints>"
12523 msgstr ""
12524
12525 #. type: =head2
12526 #: ../src/guestfs-actions.pod:4580
12527 msgid "guestfs_mv"
12528 msgstr ""
12529
12530 #. type: verbatim
12531 #: ../src/guestfs-actions.pod:4582
12532 #, no-wrap
12533 msgid ""
12534 " int\n"
12535 " guestfs_mv (guestfs_h *g,\n"
12536 "             const char *src,\n"
12537 "             const char *dest);\n"
12538 "\n"
12539 msgstr ""
12540
12541 #. type: textblock
12542 #: ../src/guestfs-actions.pod:4587 ../fish/guestfish-actions.pod:3055
12543 msgid ""
12544 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12545 "destination filename or destination directory."
12546 msgstr ""
12547
12548 #. type: =head2
12549 #: ../src/guestfs-actions.pod:4594
12550 msgid "guestfs_ntfs_3g_probe"
12551 msgstr ""
12552
12553 #. type: verbatim
12554 #: ../src/guestfs-actions.pod:4596
12555 #, no-wrap
12556 msgid ""
12557 " int\n"
12558 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12559 "                        int rw,\n"
12560 "                        const char *device);\n"
12561 "\n"
12562 msgstr ""
12563
12564 #. type: textblock
12565 #: ../src/guestfs-actions.pod:4601 ../fish/guestfish-actions.pod:3062
12566 msgid ""
12567 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12568 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12569 "read-write, and some cannot be mounted at all)."
12570 msgstr ""
12571
12572 #. type: textblock
12573 #: ../src/guestfs-actions.pod:4605 ../fish/guestfish-actions.pod:3066
12574 msgid ""
12575 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12576 "can be mounted read-write.  Set it to false if you want to test if the "
12577 "volume can be mounted read-only."
12578 msgstr ""
12579
12580 #. type: textblock
12581 #: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3070
12582 msgid ""
12583 "The return value is an integer which C<0> if the operation would succeed, or "
12584 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12585 msgstr ""
12586
12587 #. type: textblock
12588 #: ../src/guestfs-actions.pod:4615
12589 msgid "(Added in 1.0.43)"
12590 msgstr ""
12591
12592 #. type: =head2
12593 #: ../src/guestfs-actions.pod:4617
12594 msgid "guestfs_ntfsresize"
12595 msgstr ""
12596
12597 #. type: verbatim
12598 #: ../src/guestfs-actions.pod:4619
12599 #, no-wrap
12600 msgid ""
12601 " int\n"
12602 " guestfs_ntfsresize (guestfs_h *g,\n"
12603 "                     const char *device);\n"
12604 "\n"
12605 msgstr ""
12606
12607 #. type: textblock
12608 #: ../src/guestfs-actions.pod:4623 ../fish/guestfish-actions.pod:3078
12609 msgid ""
12610 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12611 "size of the underlying device.  See also L<ntfsresize(8)>."
12612 msgstr ""
12613
12614 #. type: =head2
12615 #: ../src/guestfs-actions.pod:4631
12616 msgid "guestfs_ntfsresize_size"
12617 msgstr ""
12618
12619 #. type: verbatim
12620 #: ../src/guestfs-actions.pod:4633
12621 #, no-wrap
12622 msgid ""
12623 " int\n"
12624 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12625 "                          const char *device,\n"
12626 "                          int64_t size);\n"
12627 "\n"
12628 msgstr ""
12629
12630 #. type: textblock
12631 #: ../src/guestfs-actions.pod:4638
12632 msgid ""
12633 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12634 "to specify the new size (in bytes) explicitly."
12635 msgstr ""
12636
12637 #. type: textblock
12638 #: ../src/guestfs-actions.pod:4643 ../src/guestfs-actions.pod:5079 ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5401 ../src/guestfs-actions.pod:6940
12639 msgid "(Added in 1.3.14)"
12640 msgstr ""
12641
12642 #. type: =head2
12643 #: ../src/guestfs-actions.pod:4645
12644 msgid "guestfs_part_add"
12645 msgstr ""
12646
12647 #. type: verbatim
12648 #: ../src/guestfs-actions.pod:4647
12649 #, no-wrap
12650 msgid ""
12651 " int\n"
12652 " guestfs_part_add (guestfs_h *g,\n"
12653 "                   const char *device,\n"
12654 "                   const char *prlogex,\n"
12655 "                   int64_t startsect,\n"
12656 "                   int64_t endsect);\n"
12657 "\n"
12658 msgstr ""
12659
12660 #. type: textblock
12661 #: ../src/guestfs-actions.pod:4654
12662 msgid ""
12663 "This command adds a partition to C<device>.  If there is no partition table "
12664 "on the device, call C<guestfs_part_init> first."
12665 msgstr ""
12666
12667 #. type: textblock
12668 #: ../src/guestfs-actions.pod:4657 ../fish/guestfish-actions.pod:3096
12669 msgid ""
12670 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12671 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12672 "C<logical>) and C<e> (or C<extended>) partition types."
12673 msgstr ""
12674
12675 #. type: textblock
12676 #: ../src/guestfs-actions.pod:4662 ../fish/guestfish-actions.pod:3101
12677 msgid ""
12678 "C<startsect> and C<endsect> are the start and end of the partition in "
12679 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12680 "from the end of the disk (C<-1> is the last sector)."
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:4666
12685 msgid ""
12686 "Creating a partition which covers the whole disk is not so easy.  Use "
12687 "C<guestfs_part_disk> to do that."
12688 msgstr ""
12689
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:4671 ../src/guestfs-actions.pod:4709 ../src/guestfs-actions.pod:4762 ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4897 ../src/guestfs-actions.pod:4937
12692 msgid "(Added in 1.0.78)"
12693 msgstr ""
12694
12695 #. type: =head2
12696 #: ../src/guestfs-actions.pod:4673
12697 msgid "guestfs_part_del"
12698 msgstr ""
12699
12700 #. type: verbatim
12701 #: ../src/guestfs-actions.pod:4675
12702 #, no-wrap
12703 msgid ""
12704 " int\n"
12705 " guestfs_part_del (guestfs_h *g,\n"
12706 "                   const char *device,\n"
12707 "                   int partnum);\n"
12708 "\n"
12709 msgstr ""
12710
12711 #. type: textblock
12712 #: ../src/guestfs-actions.pod:4680 ../fish/guestfish-actions.pod:3112
12713 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12714 msgstr ""
12715
12716 #. type: textblock
12717 #: ../src/guestfs-actions.pod:4682 ../fish/guestfish-actions.pod:3114
12718 msgid ""
12719 "Note that in the case of MBR partitioning, deleting an extended partition "
12720 "also deletes any logical partitions it contains."
12721 msgstr ""
12722
12723 #. type: =head2
12724 #: ../src/guestfs-actions.pod:4690
12725 msgid "guestfs_part_disk"
12726 msgstr ""
12727
12728 #. type: verbatim
12729 #: ../src/guestfs-actions.pod:4692
12730 #, no-wrap
12731 msgid ""
12732 " int\n"
12733 " guestfs_part_disk (guestfs_h *g,\n"
12734 "                    const char *device,\n"
12735 "                    const char *parttype);\n"
12736 "\n"
12737 msgstr ""
12738
12739 #. type: textblock
12740 #: ../src/guestfs-actions.pod:4697
12741 msgid ""
12742 "This command is simply a combination of C<guestfs_part_init> followed by "
12743 "C<guestfs_part_add> to create a single primary partition covering the whole "
12744 "disk."
12745 msgstr ""
12746
12747 #. type: textblock
12748 #: ../src/guestfs-actions.pod:4701
12749 msgid ""
12750 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12751 "possible values are described in C<guestfs_part_init>."
12752 msgstr ""
12753
12754 #. type: =head2
12755 #: ../src/guestfs-actions.pod:4711
12756 msgid "guestfs_part_get_bootable"
12757 msgstr ""
12758
12759 #. type: verbatim
12760 #: ../src/guestfs-actions.pod:4713
12761 #, no-wrap
12762 msgid ""
12763 " int\n"
12764 " guestfs_part_get_bootable (guestfs_h *g,\n"
12765 "                            const char *device,\n"
12766 "                            int partnum);\n"
12767 "\n"
12768 msgstr ""
12769
12770 #. type: textblock
12771 #: ../src/guestfs-actions.pod:4718 ../fish/guestfish-actions.pod:3136
12772 msgid ""
12773 "This command returns true if the partition C<partnum> on C<device> has the "
12774 "bootable flag set."
12775 msgstr ""
12776
12777 #. type: textblock
12778 #: ../src/guestfs-actions.pod:4721
12779 msgid "See also C<guestfs_part_set_bootable>."
12780 msgstr ""
12781
12782 #. type: =head2
12783 #: ../src/guestfs-actions.pod:4727
12784 msgid "guestfs_part_get_mbr_id"
12785 msgstr ""
12786
12787 #. type: verbatim
12788 #: ../src/guestfs-actions.pod:4729
12789 #, no-wrap
12790 msgid ""
12791 " int\n"
12792 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
12793 "                          const char *device,\n"
12794 "                          int partnum);\n"
12795 "\n"
12796 msgstr ""
12797
12798 #. type: textblock
12799 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3145
12800 msgid ""
12801 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12802 "partition C<partnum>."
12803 msgstr ""
12804
12805 #. type: textblock
12806 #: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:4913
12807 msgid ""
12808 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12809 "undefined results for other partition table types (see "
12810 "C<guestfs_part_get_parttype>)."
12811 msgstr ""
12812
12813 #. type: =head2
12814 #: ../src/guestfs-actions.pod:4745
12815 msgid "guestfs_part_get_parttype"
12816 msgstr ""
12817
12818 #. type: verbatim
12819 #: ../src/guestfs-actions.pod:4747
12820 #, no-wrap
12821 msgid ""
12822 " char *\n"
12823 " guestfs_part_get_parttype (guestfs_h *g,\n"
12824 "                            const char *device);\n"
12825 "\n"
12826 msgstr ""
12827
12828 #. type: textblock
12829 #: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3156
12830 msgid ""
12831 "This command examines the partition table on C<device> and returns the "
12832 "partition table type (format) being used."
12833 msgstr ""
12834
12835 #. type: textblock
12836 #: ../src/guestfs-actions.pod:4754
12837 msgid ""
12838 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12839 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12840 "possible, although unusual.  See C<guestfs_part_init> for a full list."
12841 msgstr ""
12842
12843 #. type: =head2
12844 #: ../src/guestfs-actions.pod:4764
12845 msgid "guestfs_part_init"
12846 msgstr ""
12847
12848 #. type: verbatim
12849 #: ../src/guestfs-actions.pod:4766
12850 #, no-wrap
12851 msgid ""
12852 " int\n"
12853 " guestfs_part_init (guestfs_h *g,\n"
12854 "                    const char *device,\n"
12855 "                    const char *parttype);\n"
12856 "\n"
12857 msgstr ""
12858
12859 #. type: textblock
12860 #: ../src/guestfs-actions.pod:4771 ../fish/guestfish-actions.pod:3168
12861 msgid ""
12862 "This creates an empty partition table on C<device> of one of the partition "
12863 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12864 "(for large disks)."
12865 msgstr ""
12866
12867 #. type: textblock
12868 #: ../src/guestfs-actions.pod:4775
12869 msgid ""
12870 "Initially there are no partitions.  Following this, you should call "
12871 "C<guestfs_part_add> for each partition required."
12872 msgstr ""
12873
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:4778 ../fish/guestfish-actions.pod:3175
12876 msgid "Possible values for C<parttype> are:"
12877 msgstr ""
12878
12879 #. type: =item
12880 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3179
12881 msgid "B<efi> | B<gpt>"
12882 msgstr ""
12883
12884 #. type: textblock
12885 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
12886 msgid "Intel EFI / GPT partition table."
12887 msgstr ""
12888
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3183
12891 msgid ""
12892 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12893 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12894 "the C<mbr> format."
12895 msgstr ""
12896
12897 #. type: =item
12898 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
12899 msgid "B<mbr> | B<msdos>"
12900 msgstr ""
12901
12902 #. type: textblock
12903 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
12904 msgid ""
12905 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12906 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12907 "TB.  For large disks we recommend using C<gpt>."
12908 msgstr ""
12909
12910 #. type: textblock
12911 #: ../src/guestfs-actions.pod:4799 ../fish/guestfish-actions.pod:3196
12912 msgid "Other partition table types that may work but are not supported include:"
12913 msgstr ""
12914
12915 #. type: =item
12916 #: ../src/guestfs-actions.pod:4804 ../fish/guestfish-actions.pod:3201
12917 msgid "B<aix>"
12918 msgstr ""
12919
12920 #. type: textblock
12921 #: ../src/guestfs-actions.pod:4806 ../fish/guestfish-actions.pod:3203
12922 msgid "AIX disk labels."
12923 msgstr ""
12924
12925 #. type: =item
12926 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3205
12927 msgid "B<amiga> | B<rdb>"
12928 msgstr ""
12929
12930 #. type: textblock
12931 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
12932 msgid "Amiga \"Rigid Disk Block\" format."
12933 msgstr ""
12934
12935 #. type: =item
12936 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
12937 msgid "B<bsd>"
12938 msgstr ""
12939
12940 #. type: textblock
12941 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
12942 msgid "BSD disk labels."
12943 msgstr ""
12944
12945 #. type: =item
12946 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
12947 msgid "B<dasd>"
12948 msgstr ""
12949
12950 #. type: textblock
12951 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
12952 msgid "DASD, used on IBM mainframes."
12953 msgstr ""
12954
12955 #. type: =item
12956 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
12957 msgid "B<dvh>"
12958 msgstr ""
12959
12960 #. type: textblock
12961 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
12962 msgid "MIPS/SGI volumes."
12963 msgstr ""
12964
12965 #. type: =item
12966 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
12967 msgid "B<mac>"
12968 msgstr ""
12969
12970 #. type: textblock
12971 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
12972 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
12973 msgstr ""
12974
12975 #. type: =item
12976 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
12977 msgid "B<pc98>"
12978 msgstr ""
12979
12980 #. type: textblock
12981 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
12982 msgid "NEC PC-98 format, common in Japan apparently."
12983 msgstr ""
12984
12985 #. type: =item
12986 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
12987 msgid "B<sun>"
12988 msgstr ""
12989
12990 #. type: textblock
12991 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
12992 msgid "Sun disk labels."
12993 msgstr ""
12994
12995 #. type: =head2
12996 #: ../src/guestfs-actions.pod:4842
12997 msgid "guestfs_part_list"
12998 msgstr ""
12999
13000 #. type: verbatim
13001 #: ../src/guestfs-actions.pod:4844
13002 #, no-wrap
13003 msgid ""
13004 " struct guestfs_partition_list *\n"
13005 " guestfs_part_list (guestfs_h *g,\n"
13006 "                    const char *device);\n"
13007 "\n"
13008 msgstr ""
13009
13010 #. type: textblock
13011 #: ../src/guestfs-actions.pod:4848 ../fish/guestfish-actions.pod:3239
13012 msgid ""
13013 "This command parses the partition table on C<device> and returns the list of "
13014 "partitions found."
13015 msgstr ""
13016
13017 #. type: textblock
13018 #: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3242
13019 msgid "The fields in the returned structure are:"
13020 msgstr ""
13021
13022 #. type: =item
13023 #: ../src/guestfs-actions.pod:4855 ../fish/guestfish-actions.pod:3246
13024 msgid "B<part_num>"
13025 msgstr ""
13026
13027 #. type: textblock
13028 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
13029 msgid "Partition number, counting from 1."
13030 msgstr ""
13031
13032 #. type: =item
13033 #: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3250
13034 msgid "B<part_start>"
13035 msgstr ""
13036
13037 #. type: textblock
13038 #: ../src/guestfs-actions.pod:4861
13039 msgid ""
13040 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13041 "the device's sector size, see C<guestfs_blockdev_getss>."
13042 msgstr ""
13043
13044 #. type: =item
13045 #: ../src/guestfs-actions.pod:4864 ../fish/guestfish-actions.pod:3255
13046 msgid "B<part_end>"
13047 msgstr ""
13048
13049 #. type: textblock
13050 #: ../src/guestfs-actions.pod:4866 ../fish/guestfish-actions.pod:3257
13051 msgid "End of the partition in bytes."
13052 msgstr ""
13053
13054 #. type: =item
13055 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
13056 msgid "B<part_size>"
13057 msgstr ""
13058
13059 #. type: textblock
13060 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
13061 msgid "Size of the partition in bytes."
13062 msgstr ""
13063
13064 #. type: textblock
13065 #: ../src/guestfs-actions.pod:4874
13066 msgid ""
13067 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13068 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13069 "use>."
13070 msgstr ""
13071
13072 #. type: =head2
13073 #: ../src/guestfs-actions.pod:4880
13074 msgid "guestfs_part_set_bootable"
13075 msgstr ""
13076
13077 #. type: verbatim
13078 #: ../src/guestfs-actions.pod:4882
13079 #, no-wrap
13080 msgid ""
13081 " int\n"
13082 " guestfs_part_set_bootable (guestfs_h *g,\n"
13083 "                            const char *device,\n"
13084 "                            int partnum,\n"
13085 "                            int bootable);\n"
13086 "\n"
13087 msgstr ""
13088
13089 #. type: textblock
13090 #: ../src/guestfs-actions.pod:4888 ../fish/guestfish-actions.pod:3269
13091 msgid ""
13092 "This sets the bootable flag on partition numbered C<partnum> on device "
13093 "C<device>.  Note that partitions are numbered from 1."
13094 msgstr ""
13095
13096 #. type: textblock
13097 #: ../src/guestfs-actions.pod:4891 ../fish/guestfish-actions.pod:3272
13098 msgid ""
13099 "The bootable flag is used by some operating systems (notably Windows) to "
13100 "determine which partition to boot from.  It is by no means universally "
13101 "recognized."
13102 msgstr ""
13103
13104 #. type: =head2
13105 #: ../src/guestfs-actions.pod:4899
13106 msgid "guestfs_part_set_mbr_id"
13107 msgstr ""
13108
13109 #. type: verbatim
13110 #: ../src/guestfs-actions.pod:4901
13111 #, no-wrap
13112 msgid ""
13113 " int\n"
13114 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13115 "                          const char *device,\n"
13116 "                          int partnum,\n"
13117 "                          int idbyte);\n"
13118 "\n"
13119 msgstr ""
13120
13121 #. type: textblock
13122 #: ../src/guestfs-actions.pod:4907 ../fish/guestfish-actions.pod:3280
13123 msgid ""
13124 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13125 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13126 "documentation are in fact hexadecimal numbers, but usually documented "
13127 "without any leading \"0x\" which might be confusing."
13128 msgstr ""
13129
13130 #. type: =head2
13131 #: ../src/guestfs-actions.pod:4921
13132 msgid "guestfs_part_set_name"
13133 msgstr ""
13134
13135 #. type: verbatim
13136 #: ../src/guestfs-actions.pod:4923
13137 #, no-wrap
13138 msgid ""
13139 " int\n"
13140 " guestfs_part_set_name (guestfs_h *g,\n"
13141 "                        const char *device,\n"
13142 "                        int partnum,\n"
13143 "                        const char *name);\n"
13144 "\n"
13145 msgstr ""
13146
13147 #. type: textblock
13148 #: ../src/guestfs-actions.pod:4929 ../fish/guestfish-actions.pod:3294
13149 msgid ""
13150 "This sets the partition name on partition numbered C<partnum> on device "
13151 "C<device>.  Note that partitions are numbered from 1."
13152 msgstr ""
13153
13154 #. type: textblock
13155 #: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3297
13156 msgid ""
13157 "The partition name can only be set on certain types of partition table.  "
13158 "This works on C<gpt> but not on C<mbr> partitions."
13159 msgstr ""
13160
13161 #. type: =head2
13162 #: ../src/guestfs-actions.pod:4939
13163 msgid "guestfs_part_to_dev"
13164 msgstr ""
13165
13166 #. type: verbatim
13167 #: ../src/guestfs-actions.pod:4941
13168 #, no-wrap
13169 msgid ""
13170 " char *\n"
13171 " guestfs_part_to_dev (guestfs_h *g,\n"
13172 "                      const char *partition);\n"
13173 "\n"
13174 msgstr ""
13175
13176 #. type: textblock
13177 #: ../src/guestfs-actions.pod:4945 ../fish/guestfish-actions.pod:3304
13178 msgid ""
13179 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13180 "partition number, returning the device name (eg. \"/dev/sdb\")."
13181 msgstr ""
13182
13183 #. type: textblock
13184 #: ../src/guestfs-actions.pod:4949
13185 msgid ""
13186 "The named partition must exist, for example as a string returned from "
13187 "C<guestfs_list_partitions>."
13188 msgstr ""
13189
13190 #. type: =head2
13191 #: ../src/guestfs-actions.pod:4957
13192 msgid "guestfs_ping_daemon"
13193 msgstr ""
13194
13195 #. type: verbatim
13196 #: ../src/guestfs-actions.pod:4959
13197 #, no-wrap
13198 msgid ""
13199 " int\n"
13200 " guestfs_ping_daemon (guestfs_h *g);\n"
13201 "\n"
13202 msgstr ""
13203
13204 #. type: textblock
13205 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3315
13206 msgid ""
13207 "This is a test probe into the guestfs daemon running inside the qemu "
13208 "subprocess.  Calling this function checks that the daemon responds to the "
13209 "ping message, without affecting the daemon or attached block device(s) in "
13210 "any other way."
13211 msgstr ""
13212
13213 #. type: =head2
13214 #: ../src/guestfs-actions.pod:4971
13215 msgid "guestfs_pread"
13216 msgstr ""
13217
13218 #. type: verbatim
13219 #: ../src/guestfs-actions.pod:4973
13220 #, no-wrap
13221 msgid ""
13222 " char *\n"
13223 " guestfs_pread (guestfs_h *g,\n"
13224 "                const char *path,\n"
13225 "                int count,\n"
13226 "                int64_t offset,\n"
13227 "                size_t *size_r);\n"
13228 "\n"
13229 msgstr ""
13230
13231 #. type: textblock
13232 #: ../src/guestfs-actions.pod:4980 ../fish/guestfish-actions.pod:3324
13233 msgid ""
13234 "This command lets you read part of a file.  It reads C<count> bytes of the "
13235 "file, starting at C<offset>, from file C<path>."
13236 msgstr ""
13237
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:4983 ../src/guestfs-actions.pod:5009 ../fish/guestfish-actions.pod:3327 ../fish/guestfish-actions.pod:3342
13240 msgid ""
13241 "This may read fewer bytes than requested.  For further details see the "
13242 "L<pread(2)> system call."
13243 msgstr ""
13244
13245 #. type: textblock
13246 #: ../src/guestfs-actions.pod:4986
13247 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13248 msgstr ""
13249
13250 #. type: =head2
13251 #: ../src/guestfs-actions.pod:4997
13252 msgid "guestfs_pread_device"
13253 msgstr ""
13254
13255 #. type: verbatim
13256 #: ../src/guestfs-actions.pod:4999
13257 #, no-wrap
13258 msgid ""
13259 " char *\n"
13260 " guestfs_pread_device (guestfs_h *g,\n"
13261 "                       const char *device,\n"
13262 "                       int count,\n"
13263 "                       int64_t offset,\n"
13264 "                       size_t *size_r);\n"
13265 "\n"
13266 msgstr ""
13267
13268 #. type: textblock
13269 #: ../src/guestfs-actions.pod:5006 ../fish/guestfish-actions.pod:3339
13270 msgid ""
13271 "This command lets you read part of a file.  It reads C<count> bytes of "
13272 "C<device>, starting at C<offset>."
13273 msgstr ""
13274
13275 #. type: textblock
13276 #: ../src/guestfs-actions.pod:5012
13277 msgid "See also C<guestfs_pread>."
13278 msgstr ""
13279
13280 #. type: textblock
13281 #: ../src/guestfs-actions.pod:5021
13282 msgid "(Added in 1.5.21)"
13283 msgstr ""
13284
13285 #. type: =head2
13286 #: ../src/guestfs-actions.pod:5023
13287 msgid "guestfs_pvcreate"
13288 msgstr ""
13289
13290 #. type: verbatim
13291 #: ../src/guestfs-actions.pod:5025
13292 #, no-wrap
13293 msgid ""
13294 " int\n"
13295 " guestfs_pvcreate (guestfs_h *g,\n"
13296 "                   const char *device);\n"
13297 "\n"
13298 msgstr ""
13299
13300 #. type: textblock
13301 #: ../src/guestfs-actions.pod:5029 ../fish/guestfish-actions.pod:3354
13302 msgid ""
13303 "This creates an LVM physical volume on the named C<device>, where C<device> "
13304 "should usually be a partition name such as C</dev/sda1>."
13305 msgstr ""
13306
13307 #. type: =head2
13308 #: ../src/guestfs-actions.pod:5037
13309 msgid "guestfs_pvremove"
13310 msgstr ""
13311
13312 #. type: verbatim
13313 #: ../src/guestfs-actions.pod:5039
13314 #, no-wrap
13315 msgid ""
13316 " int\n"
13317 " guestfs_pvremove (guestfs_h *g,\n"
13318 "                   const char *device);\n"
13319 "\n"
13320 msgstr ""
13321
13322 #. type: textblock
13323 #: ../src/guestfs-actions.pod:5043 ../fish/guestfish-actions.pod:3362
13324 msgid ""
13325 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13326 "it."
13327 msgstr ""
13328
13329 #. type: textblock
13330 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3365
13331 msgid ""
13332 "The implementation uses the C<pvremove> command which refuses to wipe "
13333 "physical volumes that contain any volume groups, so you have to remove those "
13334 "first."
13335 msgstr ""
13336
13337 #. type: =head2
13338 #: ../src/guestfs-actions.pod:5054
13339 msgid "guestfs_pvresize"
13340 msgstr ""
13341
13342 #. type: verbatim
13343 #: ../src/guestfs-actions.pod:5056
13344 #, no-wrap
13345 msgid ""
13346 " int\n"
13347 " guestfs_pvresize (guestfs_h *g,\n"
13348 "                   const char *device);\n"
13349 "\n"
13350 msgstr ""
13351
13352 #. type: textblock
13353 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3373
13354 msgid ""
13355 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13356 "the new size of the underlying device."
13357 msgstr ""
13358
13359 #. type: =head2
13360 #: ../src/guestfs-actions.pod:5067
13361 msgid "guestfs_pvresize_size"
13362 msgstr ""
13363
13364 #. type: verbatim
13365 #: ../src/guestfs-actions.pod:5069
13366 #, no-wrap
13367 msgid ""
13368 " int\n"
13369 " guestfs_pvresize_size (guestfs_h *g,\n"
13370 "                        const char *device,\n"
13371 "                        int64_t size);\n"
13372 "\n"
13373 msgstr ""
13374
13375 #. type: textblock
13376 #: ../src/guestfs-actions.pod:5074
13377 msgid ""
13378 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13379 "specify the new size (in bytes) explicitly."
13380 msgstr ""
13381
13382 #. type: =head2
13383 #: ../src/guestfs-actions.pod:5081
13384 msgid "guestfs_pvs"
13385 msgstr ""
13386
13387 #. type: verbatim
13388 #: ../src/guestfs-actions.pod:5083
13389 #, no-wrap
13390 msgid ""
13391 " char **\n"
13392 " guestfs_pvs (guestfs_h *g);\n"
13393 "\n"
13394 msgstr ""
13395
13396 #. type: textblock
13397 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3387
13398 msgid ""
13399 "List all the physical volumes detected.  This is the equivalent of the "
13400 "L<pvs(8)> command."
13401 msgstr ""
13402
13403 #. type: textblock
13404 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3390
13405 msgid ""
13406 "This returns a list of just the device names that contain PVs "
13407 "(eg. C</dev/sda2>)."
13408 msgstr ""
13409
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:5092
13412 msgid "See also C<guestfs_pvs_full>."
13413 msgstr ""
13414
13415 #. type: =head2
13416 #: ../src/guestfs-actions.pod:5100
13417 msgid "guestfs_pvs_full"
13418 msgstr ""
13419
13420 #. type: verbatim
13421 #: ../src/guestfs-actions.pod:5102
13422 #, no-wrap
13423 msgid ""
13424 " struct guestfs_lvm_pv_list *\n"
13425 " guestfs_pvs_full (guestfs_h *g);\n"
13426 "\n"
13427 msgstr ""
13428
13429 #. type: textblock
13430 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3399
13431 msgid ""
13432 "List all the physical volumes detected.  This is the equivalent of the "
13433 "L<pvs(8)> command.  The \"full\" version includes all fields."
13434 msgstr ""
13435
13436 #. type: textblock
13437 #: ../src/guestfs-actions.pod:5108
13438 msgid ""
13439 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13440 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13441 "use>."
13442 msgstr ""
13443
13444 #. type: =head2
13445 #: ../src/guestfs-actions.pod:5114
13446 msgid "guestfs_pvuuid"
13447 msgstr ""
13448
13449 #. type: verbatim
13450 #: ../src/guestfs-actions.pod:5116
13451 #, no-wrap
13452 msgid ""
13453 " char *\n"
13454 " guestfs_pvuuid (guestfs_h *g,\n"
13455 "                 const char *device);\n"
13456 "\n"
13457 msgstr ""
13458
13459 #. type: textblock
13460 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3406
13461 msgid "This command returns the UUID of the LVM PV C<device>."
13462 msgstr ""
13463
13464 #. type: =head2
13465 #: ../src/guestfs-actions.pod:5127
13466 msgid "guestfs_pwrite"
13467 msgstr ""
13468
13469 #. type: verbatim
13470 #: ../src/guestfs-actions.pod:5129
13471 #, no-wrap
13472 msgid ""
13473 " int\n"
13474 " guestfs_pwrite (guestfs_h *g,\n"
13475 "                 const char *path,\n"
13476 "                 const char *content,\n"
13477 "                 size_t content_size,\n"
13478 "                 int64_t offset);\n"
13479 "\n"
13480 msgstr ""
13481
13482 #. type: textblock
13483 #: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3412
13484 msgid ""
13485 "This command writes to part of a file.  It writes the data buffer C<content> "
13486 "to the file C<path> starting at offset C<offset>."
13487 msgstr ""
13488
13489 #. type: textblock
13490 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3415
13491 msgid ""
13492 "This command implements the L<pwrite(2)> system call, and like that system "
13493 "call it may not write the full data requested.  The return value is the "
13494 "number of bytes that were actually written to the file.  This could even be "
13495 "0, although short writes are unlikely for regular files in ordinary "
13496 "circumstances."
13497 msgstr ""
13498
13499 #. type: textblock
13500 #: ../src/guestfs-actions.pod:5145
13501 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13502 msgstr ""
13503
13504 #. type: =head2
13505 #: ../src/guestfs-actions.pod:5154
13506 msgid "guestfs_pwrite_device"
13507 msgstr ""
13508
13509 #. type: verbatim
13510 #: ../src/guestfs-actions.pod:5156
13511 #, no-wrap
13512 msgid ""
13513 " int\n"
13514 " guestfs_pwrite_device (guestfs_h *g,\n"
13515 "                        const char *device,\n"
13516 "                        const char *content,\n"
13517 "                        size_t content_size,\n"
13518 "                        int64_t offset);\n"
13519 "\n"
13520 msgstr ""
13521
13522 #. type: textblock
13523 #: ../src/guestfs-actions.pod:5163 ../fish/guestfish-actions.pod:3430
13524 msgid ""
13525 "This command writes to part of a device.  It writes the data buffer "
13526 "C<content> to C<device> starting at offset C<offset>."
13527 msgstr ""
13528
13529 #. type: textblock
13530 #: ../src/guestfs-actions.pod:5166 ../fish/guestfish-actions.pod:3433
13531 msgid ""
13532 "This command implements the L<pwrite(2)> system call, and like that system "
13533 "call it may not write the full data requested (although short writes to disk "
13534 "devices and partitions are probably impossible with standard Linux kernels)."
13535 msgstr ""
13536
13537 #. type: textblock
13538 #: ../src/guestfs-actions.pod:5171
13539 msgid "See also C<guestfs_pwrite>."
13540 msgstr ""
13541
13542 #. type: textblock
13543 #: ../src/guestfs-actions.pod:5178
13544 msgid "(Added in 1.5.20)"
13545 msgstr ""
13546
13547 #. type: =head2
13548 #: ../src/guestfs-actions.pod:5180
13549 msgid "guestfs_read_file"
13550 msgstr ""
13551
13552 #. type: verbatim
13553 #: ../src/guestfs-actions.pod:5182
13554 #, no-wrap
13555 msgid ""
13556 " char *\n"
13557 " guestfs_read_file (guestfs_h *g,\n"
13558 "                    const char *path,\n"
13559 "                    size_t *size_r);\n"
13560 "\n"
13561 msgstr ""
13562
13563 #. type: textblock
13564 #: ../src/guestfs-actions.pod:5187 ../fish/guestfish-actions.pod:3447
13565 msgid "This calls returns the contents of the file C<path> as a buffer."
13566 msgstr ""
13567
13568 #. type: textblock
13569 #: ../src/guestfs-actions.pod:5190
13570 msgid ""
13571 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13572 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13573 "function is limited in the total size of file that can be handled."
13574 msgstr ""
13575
13576 #. type: textblock
13577 #: ../src/guestfs-actions.pod:5202
13578 msgid "(Added in 1.0.63)"
13579 msgstr ""
13580
13581 #. type: =head2
13582 #: ../src/guestfs-actions.pod:5204
13583 msgid "guestfs_read_lines"
13584 msgstr ""
13585
13586 #. type: verbatim
13587 #: ../src/guestfs-actions.pod:5206
13588 #, no-wrap
13589 msgid ""
13590 " char **\n"
13591 " guestfs_read_lines (guestfs_h *g,\n"
13592 "                     const char *path);\n"
13593 "\n"
13594 msgstr ""
13595
13596 #. type: textblock
13597 #: ../src/guestfs-actions.pod:5212 ../fish/guestfish-actions.pod:3464
13598 msgid ""
13599 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13600 "C<CRLF> character sequences are I<not> returned."
13601 msgstr ""
13602
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:5215
13605 msgid ""
13606 "Note that this function cannot correctly handle binary files (specifically, "
13607 "files containing C<\\0> character which is treated as end of line).  For "
13608 "those you need to use the C<guestfs_read_file> function which has a more "
13609 "complex interface."
13610 msgstr ""
13611
13612 #. type: =head2
13613 #: ../src/guestfs-actions.pod:5226
13614 msgid "guestfs_readdir"
13615 msgstr ""
13616
13617 #. type: verbatim
13618 #: ../src/guestfs-actions.pod:5228
13619 #, no-wrap
13620 msgid ""
13621 " struct guestfs_dirent_list *\n"
13622 " guestfs_readdir (guestfs_h *g,\n"
13623 "                  const char *dir);\n"
13624 "\n"
13625 msgstr ""
13626
13627 #. type: textblock
13628 #: ../src/guestfs-actions.pod:5232 ../fish/guestfish-actions.pod:3476
13629 msgid "This returns the list of directory entries in directory C<dir>."
13630 msgstr ""
13631
13632 #. type: textblock
13633 #: ../src/guestfs-actions.pod:5234 ../fish/guestfish-actions.pod:3478
13634 msgid ""
13635 "All entries in the directory are returned, including C<.> and C<..>.  The "
13636 "entries are I<not> sorted, but returned in the same order as the underlying "
13637 "filesystem."
13638 msgstr ""
13639
13640 #. type: textblock
13641 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
13642 msgid ""
13643 "Also this call returns basic file type information about each file.  The "
13644 "C<ftyp> field will contain one of the following characters:"
13645 msgstr ""
13646
13647 #. type: =item
13648 #: ../src/guestfs-actions.pod:5243 ../fish/guestfish-actions.pod:3487
13649 msgid "'b'"
13650 msgstr ""
13651
13652 #. type: textblock
13653 #: ../src/guestfs-actions.pod:5245 ../fish/guestfish-actions.pod:3489
13654 msgid "Block special"
13655 msgstr ""
13656
13657 #. type: =item
13658 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3491
13659 msgid "'c'"
13660 msgstr ""
13661
13662 #. type: textblock
13663 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
13664 msgid "Char special"
13665 msgstr ""
13666
13667 #. type: =item
13668 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
13669 msgid "'d'"
13670 msgstr ""
13671
13672 #. type: textblock
13673 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
13674 msgid "Directory"
13675 msgstr ""
13676
13677 #. type: =item
13678 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
13679 msgid "'f'"
13680 msgstr ""
13681
13682 #. type: textblock
13683 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
13684 msgid "FIFO (named pipe)"
13685 msgstr ""
13686
13687 #. type: =item
13688 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
13689 msgid "'l'"
13690 msgstr ""
13691
13692 #. type: textblock
13693 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
13694 msgid "Symbolic link"
13695 msgstr ""
13696
13697 #. type: =item
13698 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
13699 msgid "'r'"
13700 msgstr ""
13701
13702 #. type: textblock
13703 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
13704 msgid "Regular file"
13705 msgstr ""
13706
13707 #. type: =item
13708 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
13709 msgid "'s'"
13710 msgstr ""
13711
13712 #. type: textblock
13713 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
13714 msgid "Socket"
13715 msgstr ""
13716
13717 #. type: =item
13718 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
13719 msgid "'u'"
13720 msgstr ""
13721
13722 #. type: textblock
13723 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
13724 msgid "Unknown file type"
13725 msgstr ""
13726
13727 #. type: =item
13728 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
13729 msgid "'?'"
13730 msgstr ""
13731
13732 #. type: textblock
13733 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
13734 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13735 msgstr ""
13736
13737 #. type: textblock
13738 #: ../src/guestfs-actions.pod:5282
13739 msgid ""
13740 "This function is primarily intended for use by programs.  To get a simple "
13741 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
13742 "consumption, use C<guestfs_ll>."
13743 msgstr ""
13744
13745 #. type: textblock
13746 #: ../src/guestfs-actions.pod:5286
13747 msgid ""
13748 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
13749 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
13750 "use>."
13751 msgstr ""
13752
13753 #. type: =head2
13754 #: ../src/guestfs-actions.pod:5292
13755 msgid "guestfs_readlink"
13756 msgstr ""
13757
13758 #. type: verbatim
13759 #: ../src/guestfs-actions.pod:5294
13760 #, no-wrap
13761 msgid ""
13762 " char *\n"
13763 " guestfs_readlink (guestfs_h *g,\n"
13764 "                   const char *path);\n"
13765 "\n"
13766 msgstr ""
13767
13768 #. type: textblock
13769 #: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3534
13770 msgid "This command reads the target of a symbolic link."
13771 msgstr ""
13772
13773 #. type: =head2
13774 #: ../src/guestfs-actions.pod:5305
13775 msgid "guestfs_readlinklist"
13776 msgstr ""
13777
13778 #. type: verbatim
13779 #: ../src/guestfs-actions.pod:5307
13780 #, no-wrap
13781 msgid ""
13782 " char **\n"
13783 " guestfs_readlinklist (guestfs_h *g,\n"
13784 "                       const char *path,\n"
13785 "                       char *const *names);\n"
13786 "\n"
13787 msgstr ""
13788
13789 #. type: textblock
13790 #: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3540
13791 msgid ""
13792 "This call allows you to do a C<readlink> operation on multiple files, where "
13793 "all files are in the directory C<path>.  C<names> is the list of files from "
13794 "this directory."
13795 msgstr ""
13796
13797 #. type: textblock
13798 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3544
13799 msgid ""
13800 "On return you get a list of strings, with a one-to-one correspondence to the "
13801 "C<names> list.  Each string is the value of the symbolic link."
13802 msgstr ""
13803
13804 #. type: textblock
13805 #: ../src/guestfs-actions.pod:5320 ../fish/guestfish-actions.pod:3548
13806 msgid ""
13807 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13808 "result string is the empty string C<\"\">.  However the whole operation is "
13809 "completed even if there were C<readlink(2)> errors, and so you can call this "
13810 "function with names where you don't know if they are symbolic links already "
13811 "(albeit slightly less efficient)."
13812 msgstr ""
13813
13814 #. type: textblock
13815 #: ../src/guestfs-actions.pod:5327 ../fish/guestfish-actions.pod:3555
13816 msgid ""
13817 "This call is intended for programs that want to efficiently list a directory "
13818 "contents without making many round-trips.  Very long directory listings "
13819 "might cause the protocol message size to be exceeded, causing this call to "
13820 "fail.  The caller must split up such requests into smaller groups of names."
13821 msgstr ""
13822
13823 #. type: =head2
13824 #: ../src/guestfs-actions.pod:5340
13825 msgid "guestfs_realpath"
13826 msgstr ""
13827
13828 #. type: verbatim
13829 #: ../src/guestfs-actions.pod:5342
13830 #, no-wrap
13831 msgid ""
13832 " char *\n"
13833 " guestfs_realpath (guestfs_h *g,\n"
13834 "                   const char *path);\n"
13835 "\n"
13836 msgstr ""
13837
13838 #. type: textblock
13839 #: ../src/guestfs-actions.pod:5346 ../fish/guestfish-actions.pod:3566
13840 msgid ""
13841 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13842 "has no C<.>, C<..> or symbolic link path elements."
13843 msgstr ""
13844
13845 #. type: =head2
13846 #: ../src/guestfs-actions.pod:5354
13847 msgid "guestfs_removexattr"
13848 msgstr ""
13849
13850 #. type: verbatim
13851 #: ../src/guestfs-actions.pod:5356
13852 #, no-wrap
13853 msgid ""
13854 " int\n"
13855 " guestfs_removexattr (guestfs_h *g,\n"
13856 "                      const char *xattr,\n"
13857 "                      const char *path);\n"
13858 "\n"
13859 msgstr ""
13860
13861 #. type: textblock
13862 #: ../src/guestfs-actions.pod:5361 ../fish/guestfish-actions.pod:3573
13863 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
13864 msgstr ""
13865
13866 #. type: textblock
13867 #: ../src/guestfs-actions.pod:5364
13868 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
13869 msgstr ""
13870
13871 #. type: =head2
13872 #: ../src/guestfs-actions.pod:5370
13873 msgid "guestfs_resize2fs"
13874 msgstr ""
13875
13876 #. type: verbatim
13877 #: ../src/guestfs-actions.pod:5372
13878 #, no-wrap
13879 msgid ""
13880 " int\n"
13881 " guestfs_resize2fs (guestfs_h *g,\n"
13882 "                    const char *device);\n"
13883 "\n"
13884 msgstr ""
13885
13886 #. type: textblock
13887 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3582
13888 msgid ""
13889 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13890 "underlying device."
13891 msgstr ""
13892
13893 #. type: textblock
13894 #: ../src/guestfs-actions.pod:5379
13895 msgid ""
13896 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
13897 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
13898 "sometimes gives an error about this and sometimes not.  In any case, it is "
13899 "always safe to call C<guestfs_e2fsck_f> before calling this function."
13900 msgstr ""
13901
13902 #. type: =head2
13903 #: ../src/guestfs-actions.pod:5389
13904 msgid "guestfs_resize2fs_size"
13905 msgstr ""
13906
13907 #. type: verbatim
13908 #: ../src/guestfs-actions.pod:5391
13909 #, no-wrap
13910 msgid ""
13911 " int\n"
13912 " guestfs_resize2fs_size (guestfs_h *g,\n"
13913 "                         const char *device,\n"
13914 "                         int64_t size);\n"
13915 "\n"
13916 msgstr ""
13917
13918 #. type: textblock
13919 #: ../src/guestfs-actions.pod:5396
13920 msgid ""
13921 "This command is the same as C<guestfs_resize2fs> except that it allows you "
13922 "to specify the new size (in bytes) explicitly."
13923 msgstr ""
13924
13925 #. type: =head2
13926 #: ../src/guestfs-actions.pod:5403
13927 msgid "guestfs_rm"
13928 msgstr ""
13929
13930 #. type: verbatim
13931 #: ../src/guestfs-actions.pod:5405
13932 #, no-wrap
13933 msgid ""
13934 " int\n"
13935 " guestfs_rm (guestfs_h *g,\n"
13936 "             const char *path);\n"
13937 "\n"
13938 msgstr ""
13939
13940 #. type: textblock
13941 #: ../src/guestfs-actions.pod:5409 ../fish/guestfish-actions.pod:3602
13942 msgid "Remove the single file C<path>."
13943 msgstr ""
13944
13945 #. type: =head2
13946 #: ../src/guestfs-actions.pod:5415
13947 msgid "guestfs_rm_rf"
13948 msgstr ""
13949
13950 #. type: verbatim
13951 #: ../src/guestfs-actions.pod:5417
13952 #, no-wrap
13953 msgid ""
13954 " int\n"
13955 " guestfs_rm_rf (guestfs_h *g,\n"
13956 "                const char *path);\n"
13957 "\n"
13958 msgstr ""
13959
13960 #. type: textblock
13961 #: ../src/guestfs-actions.pod:5421 ../fish/guestfish-actions.pod:3608
13962 msgid ""
13963 "Remove the file or directory C<path>, recursively removing the contents if "
13964 "its a directory.  This is like the C<rm -rf> shell command."
13965 msgstr ""
13966
13967 #. type: =head2
13968 #: ../src/guestfs-actions.pod:5429
13969 msgid "guestfs_rmdir"
13970 msgstr ""
13971
13972 #. type: verbatim
13973 #: ../src/guestfs-actions.pod:5431
13974 #, no-wrap
13975 msgid ""
13976 " int\n"
13977 " guestfs_rmdir (guestfs_h *g,\n"
13978 "                const char *path);\n"
13979 "\n"
13980 msgstr ""
13981
13982 #. type: textblock
13983 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3616
13984 msgid "Remove the single directory C<path>."
13985 msgstr ""
13986
13987 #. type: =head2
13988 #: ../src/guestfs-actions.pod:5441
13989 msgid "guestfs_rmmountpoint"
13990 msgstr ""
13991
13992 #. type: verbatim
13993 #: ../src/guestfs-actions.pod:5443
13994 #, no-wrap
13995 msgid ""
13996 " int\n"
13997 " guestfs_rmmountpoint (guestfs_h *g,\n"
13998 "                       const char *exemptpath);\n"
13999 "\n"
14000 msgstr ""
14001
14002 #. type: textblock
14003 #: ../src/guestfs-actions.pod:5447
14004 msgid ""
14005 "This calls removes a mountpoint that was previously created with "
14006 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14007 msgstr ""
14008
14009 #. type: =head2
14010 #: ../src/guestfs-actions.pod:5455
14011 msgid "guestfs_scrub_device"
14012 msgstr ""
14013
14014 #. type: verbatim
14015 #: ../src/guestfs-actions.pod:5457
14016 #, no-wrap
14017 msgid ""
14018 " int\n"
14019 " guestfs_scrub_device (guestfs_h *g,\n"
14020 "                       const char *device);\n"
14021 "\n"
14022 msgstr ""
14023
14024 #. type: textblock
14025 #: ../src/guestfs-actions.pod:5461 ../fish/guestfish-actions.pod:3630
14026 msgid ""
14027 "This command writes patterns over C<device> to make data retrieval more "
14028 "difficult."
14029 msgstr ""
14030
14031 #. type: textblock
14032 #: ../src/guestfs-actions.pod:5464 ../src/guestfs-actions.pod:5485 ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3633 ../fish/guestfish-actions.pod:3648 ../fish/guestfish-actions.pod:3661
14033 msgid ""
14034 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14035 "more details."
14036 msgstr ""
14037
14038 #. type: textblock
14039 #: ../src/guestfs-actions.pod:5472 ../src/guestfs-actions.pod:5490 ../src/guestfs-actions.pod:5509
14040 msgid "(Added in 1.0.52)"
14041 msgstr ""
14042
14043 #. type: =head2
14044 #: ../src/guestfs-actions.pod:5474
14045 msgid "guestfs_scrub_file"
14046 msgstr ""
14047
14048 #. type: verbatim
14049 #: ../src/guestfs-actions.pod:5476
14050 #, no-wrap
14051 msgid ""
14052 " int\n"
14053 " guestfs_scrub_file (guestfs_h *g,\n"
14054 "                     const char *file);\n"
14055 "\n"
14056 msgstr ""
14057
14058 #. type: textblock
14059 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3643
14060 msgid ""
14061 "This command writes patterns over a file to make data retrieval more "
14062 "difficult."
14063 msgstr ""
14064
14065 #. type: textblock
14066 #: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3646
14067 msgid "The file is I<removed> after scrubbing."
14068 msgstr ""
14069
14070 #. type: =head2
14071 #: ../src/guestfs-actions.pod:5492
14072 msgid "guestfs_scrub_freespace"
14073 msgstr ""
14074
14075 #. type: verbatim
14076 #: ../src/guestfs-actions.pod:5494
14077 #, no-wrap
14078 msgid ""
14079 " int\n"
14080 " guestfs_scrub_freespace (guestfs_h *g,\n"
14081 "                          const char *dir);\n"
14082 "\n"
14083 msgstr ""
14084
14085 #. type: textblock
14086 #: ../src/guestfs-actions.pod:5498
14087 msgid ""
14088 "This command creates the directory C<dir> and then fills it with files until "
14089 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14090 "and deletes them.  The intention is to scrub any free space on the partition "
14091 "containing C<dir>."
14092 msgstr ""
14093
14094 #. type: =head2
14095 #: ../src/guestfs-actions.pod:5511
14096 msgid "guestfs_set_append"
14097 msgstr ""
14098
14099 #. type: verbatim
14100 #: ../src/guestfs-actions.pod:5513
14101 #, no-wrap
14102 msgid ""
14103 " int\n"
14104 " guestfs_set_append (guestfs_h *g,\n"
14105 "                     const char *append);\n"
14106 "\n"
14107 msgstr ""
14108
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3670
14111 msgid ""
14112 "This function is used to add additional options to the guest kernel command "
14113 "line."
14114 msgstr ""
14115
14116 #. type: textblock
14117 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3673
14118 msgid ""
14119 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14120 "environment variable."
14121 msgstr ""
14122
14123 #. type: textblock
14124 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
14125 msgid ""
14126 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14127 "(libguestfs always adds a few of its own)."
14128 msgstr ""
14129
14130 #. type: =head2
14131 #: ../src/guestfs-actions.pod:5530
14132 msgid "guestfs_set_autosync"
14133 msgstr ""
14134
14135 #. type: verbatim
14136 #: ../src/guestfs-actions.pod:5532
14137 #, no-wrap
14138 msgid ""
14139 " int\n"
14140 " guestfs_set_autosync (guestfs_h *g,\n"
14141 "                       int autosync);\n"
14142 "\n"
14143 msgstr ""
14144
14145 #. type: textblock
14146 #: ../src/guestfs-actions.pod:5536
14147 msgid ""
14148 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14149 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
14150 "the handle is closed (also if the program exits without closing handles)."
14151 msgstr ""
14152
14153 #. type: textblock
14154 #: ../src/guestfs-actions.pod:5541 ../fish/guestfish-actions.pod:3690
14155 msgid ""
14156 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14157 "disabled by default)."
14158 msgstr ""
14159
14160 #. type: =head2
14161 #: ../src/guestfs-actions.pod:5548
14162 msgid "guestfs_set_direct"
14163 msgstr ""
14164
14165 #. type: verbatim
14166 #: ../src/guestfs-actions.pod:5550
14167 #, no-wrap
14168 msgid ""
14169 " int\n"
14170 " guestfs_set_direct (guestfs_h *g,\n"
14171 "                     int direct);\n"
14172 "\n"
14173 msgstr ""
14174
14175 #. type: textblock
14176 #: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3699
14177 msgid ""
14178 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14179 "passed directly through to the appliance once it is launched."
14180 msgstr ""
14181
14182 #. type: textblock
14183 #: ../src/guestfs-actions.pod:5558
14184 msgid ""
14185 "One consequence of this is that log messages aren't caught by the library "
14186 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14187 "stdout."
14188 msgstr ""
14189
14190 #. type: textblock
14191 #: ../src/guestfs-actions.pod:5562 ../fish/guestfish-actions.pod:3707
14192 msgid "You probably don't want to use this unless you know what you are doing."
14193 msgstr ""
14194
14195 #. type: textblock
14196 #: ../src/guestfs-actions.pod:5565 ../fish/guestfish-actions.pod:3710
14197 msgid "The default is disabled."
14198 msgstr ""
14199
14200 #. type: =head2
14201 #: ../src/guestfs-actions.pod:5571
14202 msgid "guestfs_set_e2label"
14203 msgstr ""
14204
14205 #. type: verbatim
14206 #: ../src/guestfs-actions.pod:5573
14207 #, no-wrap
14208 msgid ""
14209 " int\n"
14210 " guestfs_set_e2label (guestfs_h *g,\n"
14211 "                      const char *device,\n"
14212 "                      const char *label);\n"
14213 "\n"
14214 msgstr ""
14215
14216 #. type: textblock
14217 #: ../src/guestfs-actions.pod:5578 ../fish/guestfish-actions.pod:3716
14218 msgid ""
14219 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14220 "C<label>.  Filesystem labels are limited to 16 characters."
14221 msgstr ""
14222
14223 #. type: textblock
14224 #: ../src/guestfs-actions.pod:5582
14225 msgid ""
14226 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14227 "the existing label on a filesystem."
14228 msgstr ""
14229
14230 #. type: =head2
14231 #: ../src/guestfs-actions.pod:5589
14232 msgid "guestfs_set_e2uuid"
14233 msgstr ""
14234
14235 #. type: verbatim
14236 #: ../src/guestfs-actions.pod:5591
14237 #, no-wrap
14238 msgid ""
14239 " int\n"
14240 " guestfs_set_e2uuid (guestfs_h *g,\n"
14241 "                     const char *device,\n"
14242 "                     const char *uuid);\n"
14243 "\n"
14244 msgstr ""
14245
14246 #. type: textblock
14247 #: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3727
14248 msgid ""
14249 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14250 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14251 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14252 msgstr ""
14253
14254 #. type: textblock
14255 #: ../src/guestfs-actions.pod:5601
14256 msgid ""
14257 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14258 "the existing UUID of a filesystem."
14259 msgstr ""
14260
14261 #. type: =head2
14262 #: ../src/guestfs-actions.pod:5608
14263 msgid "guestfs_set_memsize"
14264 msgstr ""
14265
14266 #. type: verbatim
14267 #: ../src/guestfs-actions.pod:5610
14268 #, no-wrap
14269 msgid ""
14270 " int\n"
14271 " guestfs_set_memsize (guestfs_h *g,\n"
14272 "                      int memsize);\n"
14273 "\n"
14274 msgstr ""
14275
14276 #. type: textblock
14277 #: ../src/guestfs-actions.pod:5614
14278 msgid ""
14279 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14280 "This only has any effect if called before C<guestfs_launch>."
14281 msgstr ""
14282
14283 #. type: textblock
14284 #: ../src/guestfs-actions.pod:5618 ../fish/guestfish-actions.pod:3745
14285 msgid ""
14286 "You can also change this by setting the environment variable "
14287 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14288 msgstr ""
14289
14290 #. type: =head2
14291 #: ../src/guestfs-actions.pod:5629
14292 msgid "guestfs_set_network"
14293 msgstr ""
14294
14295 #. type: verbatim
14296 #: ../src/guestfs-actions.pod:5631
14297 #, no-wrap
14298 msgid ""
14299 " int\n"
14300 " guestfs_set_network (guestfs_h *g,\n"
14301 "                      int network);\n"
14302 "\n"
14303 msgstr ""
14304
14305 #. type: textblock
14306 #: ../src/guestfs-actions.pod:5635 ../fish/guestfish-actions.pod:3758
14307 msgid ""
14308 "If C<network> is true, then the network is enabled in the libguestfs "
14309 "appliance.  The default is false."
14310 msgstr ""
14311
14312 #. type: textblock
14313 #: ../src/guestfs-actions.pod:5638 ../fish/guestfish-actions.pod:3761
14314 msgid ""
14315 "This affects whether commands are able to access the network (see "
14316 "L<guestfs(3)/RUNNING COMMANDS>)."
14317 msgstr ""
14318
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:5641
14321 msgid ""
14322 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14323 "effect."
14324 msgstr ""
14325
14326 #. type: =head2
14327 #: ../src/guestfs-actions.pod:5648
14328 msgid "guestfs_set_path"
14329 msgstr ""
14330
14331 #. type: verbatim
14332 #: ../src/guestfs-actions.pod:5650
14333 #, no-wrap
14334 msgid ""
14335 " int\n"
14336 " guestfs_set_path (guestfs_h *g,\n"
14337 "                   const char *searchpath);\n"
14338 "\n"
14339 msgstr ""
14340
14341 #. type: textblock
14342 #: ../src/guestfs-actions.pod:5654 ../fish/guestfish-actions.pod:3773
14343 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14344 msgstr ""
14345
14346 #. type: textblock
14347 #: ../src/guestfs-actions.pod:5656 ../fish/guestfish-actions.pod:3775
14348 msgid ""
14349 "The default is C<$libdir/guestfs> unless overridden by setting "
14350 "C<LIBGUESTFS_PATH> environment variable."
14351 msgstr ""
14352
14353 #. type: textblock
14354 #: ../src/guestfs-actions.pod:5659 ../fish/guestfish-actions.pod:3778
14355 msgid "Setting C<path> to C<NULL> restores the default path."
14356 msgstr ""
14357
14358 #. type: =head2
14359 #: ../src/guestfs-actions.pod:5665
14360 msgid "guestfs_set_qemu"
14361 msgstr ""
14362
14363 #. type: verbatim
14364 #: ../src/guestfs-actions.pod:5667
14365 #, no-wrap
14366 msgid ""
14367 " int\n"
14368 " guestfs_set_qemu (guestfs_h *g,\n"
14369 "                   const char *qemu);\n"
14370 "\n"
14371 msgstr ""
14372
14373 #. type: textblock
14374 #: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3786
14375 msgid "Set the qemu binary that we will use."
14376 msgstr ""
14377
14378 #. type: textblock
14379 #: ../src/guestfs-actions.pod:5673 ../fish/guestfish-actions.pod:3788
14380 msgid "The default is chosen when the library was compiled by the configure script."
14381 msgstr ""
14382
14383 #. type: textblock
14384 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3791
14385 msgid ""
14386 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14387 "variable."
14388 msgstr ""
14389
14390 #. type: textblock
14391 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
14392 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14393 msgstr ""
14394
14395 #. type: textblock
14396 #: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3796
14397 msgid ""
14398 "Note that you should call this function as early as possible after creating "
14399 "the handle.  This is because some pre-launch operations depend on testing "
14400 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14401 "don't retest features, and so you might see inconsistent results.  Using the "
14402 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14403 "the qemu binary at the same time as the handle is created."
14404 msgstr ""
14405
14406 #. type: =head2
14407 #: ../src/guestfs-actions.pod:5693
14408 msgid "guestfs_set_recovery_proc"
14409 msgstr ""
14410
14411 #. type: verbatim
14412 #: ../src/guestfs-actions.pod:5695
14413 #, no-wrap
14414 msgid ""
14415 " int\n"
14416 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14417 "                            int recoveryproc);\n"
14418 "\n"
14419 msgstr ""
14420
14421 #. type: textblock
14422 #: ../src/guestfs-actions.pod:5699
14423 msgid ""
14424 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14425 "not create a recovery process.  The purpose of the recovery process is to "
14426 "stop runaway qemu processes in the case where the main program aborts "
14427 "abruptly."
14428 msgstr ""
14429
14430 #. type: textblock
14431 #: ../src/guestfs-actions.pod:5704
14432 msgid ""
14433 "This only has any effect if called before C<guestfs_launch>, and the default "
14434 "is true."
14435 msgstr ""
14436
14437 #. type: textblock
14438 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3818
14439 msgid ""
14440 "About the only time when you would want to disable this is if the main "
14441 "process will fork itself into the background (\"daemonize\" itself).  In "
14442 "this case the recovery process thinks that the main program has disappeared "
14443 "and so kills qemu, which is not very helpful."
14444 msgstr ""
14445
14446 #. type: =head2
14447 #: ../src/guestfs-actions.pod:5717
14448 msgid "guestfs_set_selinux"
14449 msgstr ""
14450
14451 #. type: verbatim
14452 #: ../src/guestfs-actions.pod:5719
14453 #, no-wrap
14454 msgid ""
14455 " int\n"
14456 " guestfs_set_selinux (guestfs_h *g,\n"
14457 "                      int selinux);\n"
14458 "\n"
14459 msgstr ""
14460
14461 #. type: textblock
14462 #: ../src/guestfs-actions.pod:5723 ../fish/guestfish-actions.pod:3830
14463 msgid ""
14464 "This sets the selinux flag that is passed to the appliance at boot time.  "
14465 "The default is C<selinux=0> (disabled)."
14466 msgstr ""
14467
14468 #. type: textblock
14469 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3833
14470 msgid ""
14471 "Note that if SELinux is enabled, it is always in Permissive mode "
14472 "(C<enforcing=0>)."
14473 msgstr ""
14474
14475 #. type: =head2
14476 #: ../src/guestfs-actions.pod:5736
14477 msgid "guestfs_set_trace"
14478 msgstr ""
14479
14480 #. type: verbatim
14481 #: ../src/guestfs-actions.pod:5738
14482 #, no-wrap
14483 msgid ""
14484 " int\n"
14485 " guestfs_set_trace (guestfs_h *g,\n"
14486 "                    int trace);\n"
14487 "\n"
14488 msgstr ""
14489
14490 #. type: textblock
14491 #: ../src/guestfs-actions.pod:5742 ../fish/guestfish-actions.pod:3845
14492 msgid ""
14493 "If the command trace flag is set to 1, then commands are printed on stderr "
14494 "before they are executed in a format which is very similar to the one used "
14495 "by guestfish.  In other words, you can run a program with this enabled, and "
14496 "you will get out a script which you can feed to guestfish to perform the "
14497 "same set of actions."
14498 msgstr ""
14499
14500 #. type: textblock
14501 #: ../src/guestfs-actions.pod:5749 ../fish/guestfish-actions.pod:3852
14502 msgid ""
14503 "If you want to trace C API calls into libguestfs (and other libraries) then "
14504 "possibly a better way is to use the external ltrace(1) command."
14505 msgstr ""
14506
14507 #. type: textblock
14508 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3856
14509 msgid ""
14510 "Command traces are disabled unless the environment variable "
14511 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14512 msgstr ""
14513
14514 #. type: =head2
14515 #: ../src/guestfs-actions.pod:5760
14516 msgid "guestfs_set_verbose"
14517 msgstr ""
14518
14519 #. type: verbatim
14520 #: ../src/guestfs-actions.pod:5762
14521 #, no-wrap
14522 msgid ""
14523 " int\n"
14524 " guestfs_set_verbose (guestfs_h *g,\n"
14525 "                      int verbose);\n"
14526 "\n"
14527 msgstr ""
14528
14529 #. type: textblock
14530 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3865
14531 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14532 msgstr ""
14533
14534 #. type: textblock
14535 #: ../src/guestfs-actions.pod:5768 ../fish/guestfish-actions.pod:3867
14536 msgid ""
14537 "Verbose messages are disabled unless the environment variable "
14538 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14539 msgstr ""
14540
14541 #. type: =head2
14542 #: ../src/guestfs-actions.pod:5775
14543 msgid "guestfs_setcon"
14544 msgstr ""
14545
14546 #. type: verbatim
14547 #: ../src/guestfs-actions.pod:5777
14548 #, no-wrap
14549 msgid ""
14550 " int\n"
14551 " guestfs_setcon (guestfs_h *g,\n"
14552 "                 const char *context);\n"
14553 "\n"
14554 msgstr ""
14555
14556 #. type: textblock
14557 #: ../src/guestfs-actions.pod:5781 ../fish/guestfish-actions.pod:3874
14558 msgid ""
14559 "This sets the SELinux security context of the daemon to the string "
14560 "C<context>."
14561 msgstr ""
14562
14563 #. type: textblock
14564 #: ../src/guestfs-actions.pod:5784 ../fish/guestfish-actions.pod:3877
14565 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14566 msgstr ""
14567
14568 #. type: =head2
14569 #: ../src/guestfs-actions.pod:5790
14570 msgid "guestfs_setxattr"
14571 msgstr ""
14572
14573 #. type: verbatim
14574 #: ../src/guestfs-actions.pod:5792
14575 #, no-wrap
14576 msgid ""
14577 " int\n"
14578 " guestfs_setxattr (guestfs_h *g,\n"
14579 "                   const char *xattr,\n"
14580 "                   const char *val,\n"
14581 "                   int vallen,\n"
14582 "                   const char *path);\n"
14583 "\n"
14584 msgstr ""
14585
14586 #. type: textblock
14587 #: ../src/guestfs-actions.pod:5799 ../fish/guestfish-actions.pod:3883
14588 msgid ""
14589 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14590 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14591 msgstr ""
14592
14593 #. type: textblock
14594 #: ../src/guestfs-actions.pod:5803
14595 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
14596 msgstr ""
14597
14598 #. type: =head2
14599 #: ../src/guestfs-actions.pod:5809
14600 msgid "guestfs_sfdisk"
14601 msgstr ""
14602
14603 #. type: verbatim
14604 #: ../src/guestfs-actions.pod:5811
14605 #, no-wrap
14606 msgid ""
14607 " int\n"
14608 " guestfs_sfdisk (guestfs_h *g,\n"
14609 "                 const char *device,\n"
14610 "                 int cyls,\n"
14611 "                 int heads,\n"
14612 "                 int sectors,\n"
14613 "                 char *const *lines);\n"
14614 "\n"
14615 msgstr ""
14616
14617 #. type: textblock
14618 #: ../src/guestfs-actions.pod:5819 ../fish/guestfish-actions.pod:3893
14619 msgid ""
14620 "This is a direct interface to the L<sfdisk(8)> program for creating "
14621 "partitions on block devices."
14622 msgstr ""
14623
14624 #. type: textblock
14625 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3896
14626 msgid "C<device> should be a block device, for example C</dev/sda>."
14627 msgstr ""
14628
14629 #. type: textblock
14630 #: ../src/guestfs-actions.pod:5824 ../fish/guestfish-actions.pod:3898
14631 msgid ""
14632 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14633 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
14634 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14635 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14636 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14637 "the kernel) cannot work out the right geometry and you will need to tell it."
14638 msgstr ""
14639
14640 #. type: textblock
14641 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3906
14642 msgid ""
14643 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14644 "refer to the L<sfdisk(8)> manpage."
14645 msgstr ""
14646
14647 #. type: textblock
14648 #: ../src/guestfs-actions.pod:5835 ../fish/guestfish-actions.pod:3909
14649 msgid ""
14650 "To create a single partition occupying the whole disk, you would pass "
14651 "C<lines> as a single element list, when the single element being the string "
14652 "C<,> (comma)."
14653 msgstr ""
14654
14655 #. type: textblock
14656 #: ../src/guestfs-actions.pod:5839
14657 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
14658 msgstr ""
14659
14660 #. type: =head2
14661 #: ../src/guestfs-actions.pod:5849
14662 msgid "guestfs_sfdiskM"
14663 msgstr ""
14664
14665 #. type: verbatim
14666 #: ../src/guestfs-actions.pod:5851
14667 #, no-wrap
14668 msgid ""
14669 " int\n"
14670 " guestfs_sfdiskM (guestfs_h *g,\n"
14671 "                  const char *device,\n"
14672 "                  char *const *lines);\n"
14673 "\n"
14674 msgstr ""
14675
14676 #. type: textblock
14677 #: ../src/guestfs-actions.pod:5856
14678 msgid ""
14679 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
14680 "partition sizes are specified in megabytes only (rounded to the nearest "
14681 "cylinder) and you don't need to specify the cyls, heads and sectors "
14682 "parameters which were rarely if ever used anyway."
14683 msgstr ""
14684
14685 #. type: textblock
14686 #: ../src/guestfs-actions.pod:5862
14687 msgid ""
14688 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
14689 "C<guestfs_part_disk>"
14690 msgstr ""
14691
14692 #. type: =head2
14693 #: ../src/guestfs-actions.pod:5872
14694 msgid "guestfs_sfdisk_N"
14695 msgstr ""
14696
14697 #. type: verbatim
14698 #: ../src/guestfs-actions.pod:5874
14699 #, no-wrap
14700 msgid ""
14701 " int\n"
14702 " guestfs_sfdisk_N (guestfs_h *g,\n"
14703 "                   const char *device,\n"
14704 "                   int partnum,\n"
14705 "                   int cyls,\n"
14706 "                   int heads,\n"
14707 "                   int sectors,\n"
14708 "                   const char *line);\n"
14709 "\n"
14710 msgstr ""
14711
14712 #. type: textblock
14713 #: ../src/guestfs-actions.pod:5883 ../fish/guestfish-actions.pod:3939
14714 msgid ""
14715 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14716 "(note: C<n> counts from 1)."
14717 msgstr ""
14718
14719 #. type: textblock
14720 #: ../src/guestfs-actions.pod:5886
14721 msgid ""
14722 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
14723 "for the cyls/heads/sectors parameters."
14724 msgstr ""
14725
14726 #. type: textblock
14727 #: ../src/guestfs-actions.pod:5889
14728 msgid "See also: C<guestfs_part_add>"
14729 msgstr ""
14730
14731 #. type: =head2
14732 #: ../src/guestfs-actions.pod:5898
14733 msgid "guestfs_sfdisk_disk_geometry"
14734 msgstr ""
14735
14736 #. type: verbatim
14737 #: ../src/guestfs-actions.pod:5900
14738 #, no-wrap
14739 msgid ""
14740 " char *\n"
14741 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
14742 "                               const char *device);\n"
14743 "\n"
14744 msgstr ""
14745
14746 #. type: textblock
14747 #: ../src/guestfs-actions.pod:5904
14748 msgid ""
14749 "This displays the disk geometry of C<device> read from the partition table.  "
14750 "Especially in the case where the underlying block device has been resized, "
14751 "this can be different from the kernel's idea of the geometry (see "
14752 "C<guestfs_sfdisk_kernel_geometry>)."
14753 msgstr ""
14754
14755 #. type: textblock
14756 #: ../src/guestfs-actions.pod:5909 ../src/guestfs-actions.pod:5925 ../fish/guestfish-actions.pod:3959 ../fish/guestfish-actions.pod:3968
14757 msgid "The result is in human-readable format, and not designed to be parsed."
14758 msgstr ""
14759
14760 #. type: =head2
14761 #: ../src/guestfs-actions.pod:5917
14762 msgid "guestfs_sfdisk_kernel_geometry"
14763 msgstr ""
14764
14765 #. type: verbatim
14766 #: ../src/guestfs-actions.pod:5919
14767 #, no-wrap
14768 msgid ""
14769 " char *\n"
14770 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
14771 "                                 const char *device);\n"
14772 "\n"
14773 msgstr ""
14774
14775 #. type: textblock
14776 #: ../src/guestfs-actions.pod:5923 ../fish/guestfish-actions.pod:3966
14777 msgid "This displays the kernel's idea of the geometry of C<device>."
14778 msgstr ""
14779
14780 #. type: =head2
14781 #: ../src/guestfs-actions.pod:5933
14782 msgid "guestfs_sfdisk_l"
14783 msgstr ""
14784
14785 #. type: verbatim
14786 #: ../src/guestfs-actions.pod:5935
14787 #, no-wrap
14788 msgid ""
14789 " char *\n"
14790 " guestfs_sfdisk_l (guestfs_h *g,\n"
14791 "                   const char *device);\n"
14792 "\n"
14793 msgstr ""
14794
14795 #. type: textblock
14796 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:3975
14797 msgid ""
14798 "This displays the partition table on C<device>, in the human-readable output "
14799 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14800 msgstr ""
14801
14802 #. type: textblock
14803 #: ../src/guestfs-actions.pod:5943
14804 msgid "See also: C<guestfs_part_list>"
14805 msgstr ""
14806
14807 #. type: =head2
14808 #: ../src/guestfs-actions.pod:5950
14809 msgid "guestfs_sh"
14810 msgstr ""
14811
14812 #. type: verbatim
14813 #: ../src/guestfs-actions.pod:5952
14814 #, no-wrap
14815 msgid ""
14816 " char *\n"
14817 " guestfs_sh (guestfs_h *g,\n"
14818 "             const char *command);\n"
14819 "\n"
14820 msgstr ""
14821
14822 #. type: textblock
14823 #: ../src/guestfs-actions.pod:5956 ../fish/guestfish-actions.pod:3985
14824 msgid ""
14825 "This call runs a command from the guest filesystem via the guest's "
14826 "C</bin/sh>."
14827 msgstr ""
14828
14829 #. type: textblock
14830 #: ../src/guestfs-actions.pod:5959
14831 msgid "This is like C<guestfs_command>, but passes the command to:"
14832 msgstr ""
14833
14834 #. type: verbatim
14835 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:3990
14836 #, no-wrap
14837 msgid ""
14838 " /bin/sh -c \"command\"\n"
14839 "\n"
14840 msgstr ""
14841
14842 #. type: textblock
14843 #: ../src/guestfs-actions.pod:5963 ../fish/guestfish-actions.pod:3992
14844 msgid ""
14845 "Depending on the guest's shell, this usually results in wildcards being "
14846 "expanded, shell expressions being interpolated and so on."
14847 msgstr ""
14848
14849 #. type: textblock
14850 #: ../src/guestfs-actions.pod:5967
14851 msgid "All the provisos about C<guestfs_command> apply to this call."
14852 msgstr ""
14853
14854 #. type: =head2
14855 #: ../src/guestfs-actions.pod:5974
14856 msgid "guestfs_sh_lines"
14857 msgstr ""
14858
14859 #. type: verbatim
14860 #: ../src/guestfs-actions.pod:5976
14861 #, no-wrap
14862 msgid ""
14863 " char **\n"
14864 " guestfs_sh_lines (guestfs_h *g,\n"
14865 "                   const char *command);\n"
14866 "\n"
14867 msgstr ""
14868
14869 #. type: textblock
14870 #: ../src/guestfs-actions.pod:5980
14871 msgid ""
14872 "This is the same as C<guestfs_sh>, but splits the result into a list of "
14873 "lines."
14874 msgstr ""
14875
14876 #. type: textblock
14877 #: ../src/guestfs-actions.pod:5983
14878 msgid "See also: C<guestfs_command_lines>"
14879 msgstr ""
14880
14881 #. type: =head2
14882 #: ../src/guestfs-actions.pod:5991
14883 msgid "guestfs_sleep"
14884 msgstr ""
14885
14886 #. type: verbatim
14887 #: ../src/guestfs-actions.pod:5993
14888 #, no-wrap
14889 msgid ""
14890 " int\n"
14891 " guestfs_sleep (guestfs_h *g,\n"
14892 "                int secs);\n"
14893 "\n"
14894 msgstr ""
14895
14896 #. type: textblock
14897 #: ../src/guestfs-actions.pod:5997 ../fish/guestfish-actions.pod:4011
14898 msgid "Sleep for C<secs> seconds."
14899 msgstr ""
14900
14901 #. type: textblock
14902 #: ../src/guestfs-actions.pod:6001
14903 msgid "(Added in 1.0.41)"
14904 msgstr ""
14905
14906 #. type: =head2
14907 #: ../src/guestfs-actions.pod:6003 ../src/guestfs-structs.pod:109
14908 msgid "guestfs_stat"
14909 msgstr ""
14910
14911 #. type: verbatim
14912 #: ../src/guestfs-actions.pod:6005
14913 #, no-wrap
14914 msgid ""
14915 " struct guestfs_stat *\n"
14916 " guestfs_stat (guestfs_h *g,\n"
14917 "               const char *path);\n"
14918 "\n"
14919 msgstr ""
14920
14921 #. type: textblock
14922 #: ../src/guestfs-actions.pod:6011 ../fish/guestfish-actions.pod:4019
14923 msgid "This is the same as the C<stat(2)> system call."
14924 msgstr ""
14925
14926 #. type: =head2
14927 #: ../src/guestfs-actions.pod:6019 ../src/guestfs-structs.pod:135
14928 msgid "guestfs_statvfs"
14929 msgstr ""
14930
14931 #. type: verbatim
14932 #: ../src/guestfs-actions.pod:6021
14933 #, no-wrap
14934 msgid ""
14935 " struct guestfs_statvfs *\n"
14936 " guestfs_statvfs (guestfs_h *g,\n"
14937 "                  const char *path);\n"
14938 "\n"
14939 msgstr ""
14940
14941 #. type: textblock
14942 #: ../src/guestfs-actions.pod:6025 ../fish/guestfish-actions.pod:4025
14943 msgid ""
14944 "Returns file system statistics for any mounted file system.  C<path> should "
14945 "be a file or directory in the mounted file system (typically it is the mount "
14946 "point itself, but it doesn't need to be)."
14947 msgstr ""
14948
14949 #. type: textblock
14950 #: ../src/guestfs-actions.pod:6029 ../fish/guestfish-actions.pod:4029
14951 msgid "This is the same as the C<statvfs(2)> system call."
14952 msgstr ""
14953
14954 #. type: textblock
14955 #: ../src/guestfs-actions.pod:6031
14956 msgid ""
14957 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
14958 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
14959 msgstr ""
14960
14961 #. type: =head2
14962 #: ../src/guestfs-actions.pod:6037
14963 msgid "guestfs_strings"
14964 msgstr ""
14965
14966 #. type: verbatim
14967 #: ../src/guestfs-actions.pod:6039
14968 #, no-wrap
14969 msgid ""
14970 " char **\n"
14971 " guestfs_strings (guestfs_h *g,\n"
14972 "                  const char *path);\n"
14973 "\n"
14974 msgstr ""
14975
14976 #. type: textblock
14977 #: ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:4035
14978 msgid ""
14979 "This runs the L<strings(1)> command on a file and returns the list of "
14980 "printable strings found."
14981 msgstr ""
14982
14983 #. type: =head2
14984 #: ../src/guestfs-actions.pod:6055
14985 msgid "guestfs_strings_e"
14986 msgstr ""
14987
14988 #. type: verbatim
14989 #: ../src/guestfs-actions.pod:6057
14990 #, no-wrap
14991 msgid ""
14992 " char **\n"
14993 " guestfs_strings_e (guestfs_h *g,\n"
14994 "                    const char *encoding,\n"
14995 "                    const char *path);\n"
14996 "\n"
14997 msgstr ""
14998
14999 #. type: textblock
15000 #: ../src/guestfs-actions.pod:6062
15001 msgid ""
15002 "This is like the C<guestfs_strings> command, but allows you to specify the "
15003 "encoding of strings that are looked for in the source file C<path>."
15004 msgstr ""
15005
15006 #. type: textblock
15007 #: ../src/guestfs-actions.pod:6066 ../fish/guestfish-actions.pod:4049
15008 msgid "Allowed encodings are:"
15009 msgstr ""
15010
15011 #. type: =item
15012 #: ../src/guestfs-actions.pod:6070 ../fish/guestfish-actions.pod:4053
15013 msgid "s"
15014 msgstr ""
15015
15016 #. type: textblock
15017 #: ../src/guestfs-actions.pod:6072
15018 msgid ""
15019 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15020 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15021 msgstr ""
15022
15023 #. type: =item
15024 #: ../src/guestfs-actions.pod:6075 ../fish/guestfish-actions.pod:4058
15025 msgid "S"
15026 msgstr ""
15027
15028 #. type: textblock
15029 #: ../src/guestfs-actions.pod:6077 ../fish/guestfish-actions.pod:4060
15030 msgid "Single 8-bit-byte characters."
15031 msgstr ""
15032
15033 #. type: =item
15034 #: ../src/guestfs-actions.pod:6079 ../fish/guestfish-actions.pod:4062
15035 msgid "b"
15036 msgstr ""
15037
15038 #. type: textblock
15039 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
15040 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15041 msgstr ""
15042
15043 #. type: =item
15044 #: ../src/guestfs-actions.pod:6084 ../fish/guestfish-actions.pod:4067
15045 msgid "l (lower case letter L)"
15046 msgstr ""
15047
15048 #. type: textblock
15049 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4069
15050 msgid ""
15051 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15052 "examining binaries in Windows guests."
15053 msgstr ""
15054
15055 #. type: =item
15056 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4072
15057 msgid "B"
15058 msgstr ""
15059
15060 #. type: textblock
15061 #: ../src/guestfs-actions.pod:6091 ../fish/guestfish-actions.pod:4074
15062 msgid "32-bit big endian such as UCS-4BE."
15063 msgstr ""
15064
15065 #. type: =item
15066 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
15067 msgid "L"
15068 msgstr ""
15069
15070 #. type: textblock
15071 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
15072 msgid "32-bit little endian such as UCS-4LE."
15073 msgstr ""
15074
15075 #. type: textblock
15076 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
15077 msgid "The returned strings are transcoded to UTF-8."
15078 msgstr ""
15079
15080 #. type: =head2
15081 #: ../src/guestfs-actions.pod:6110
15082 msgid "guestfs_swapoff_device"
15083 msgstr ""
15084
15085 #. type: verbatim
15086 #: ../src/guestfs-actions.pod:6112
15087 #, no-wrap
15088 msgid ""
15089 " int\n"
15090 " guestfs_swapoff_device (guestfs_h *g,\n"
15091 "                         const char *device);\n"
15092 "\n"
15093 msgstr ""
15094
15095 #. type: textblock
15096 #: ../src/guestfs-actions.pod:6116
15097 msgid ""
15098 "This command disables the libguestfs appliance swap device or partition "
15099 "named C<device>.  See C<guestfs_swapon_device>."
15100 msgstr ""
15101
15102 #. type: =head2
15103 #: ../src/guestfs-actions.pod:6124
15104 msgid "guestfs_swapoff_file"
15105 msgstr ""
15106
15107 #. type: verbatim
15108 #: ../src/guestfs-actions.pod:6126
15109 #, no-wrap
15110 msgid ""
15111 " int\n"
15112 " guestfs_swapoff_file (guestfs_h *g,\n"
15113 "                       const char *file);\n"
15114 "\n"
15115 msgstr ""
15116
15117 #. type: textblock
15118 #: ../src/guestfs-actions.pod:6130 ../fish/guestfish-actions.pod:4099
15119 msgid "This command disables the libguestfs appliance swap on file."
15120 msgstr ""
15121
15122 #. type: =head2
15123 #: ../src/guestfs-actions.pod:6136
15124 msgid "guestfs_swapoff_label"
15125 msgstr ""
15126
15127 #. type: verbatim
15128 #: ../src/guestfs-actions.pod:6138
15129 #, no-wrap
15130 msgid ""
15131 " int\n"
15132 " guestfs_swapoff_label (guestfs_h *g,\n"
15133 "                        const char *label);\n"
15134 "\n"
15135 msgstr ""
15136
15137 #. type: textblock
15138 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4105
15139 msgid ""
15140 "This command disables the libguestfs appliance swap on labeled swap "
15141 "partition."
15142 msgstr ""
15143
15144 #. type: =head2
15145 #: ../src/guestfs-actions.pod:6149
15146 msgid "guestfs_swapoff_uuid"
15147 msgstr ""
15148
15149 #. type: verbatim
15150 #: ../src/guestfs-actions.pod:6151
15151 #, no-wrap
15152 msgid ""
15153 " int\n"
15154 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15155 "                       const char *uuid);\n"
15156 "\n"
15157 msgstr ""
15158
15159 #. type: textblock
15160 #: ../src/guestfs-actions.pod:6155 ../fish/guestfish-actions.pod:4112
15161 msgid ""
15162 "This command disables the libguestfs appliance swap partition with the given "
15163 "UUID."
15164 msgstr ""
15165
15166 #. type: =head2
15167 #: ../src/guestfs-actions.pod:6162
15168 msgid "guestfs_swapon_device"
15169 msgstr ""
15170
15171 #. type: verbatim
15172 #: ../src/guestfs-actions.pod:6164
15173 #, no-wrap
15174 msgid ""
15175 " int\n"
15176 " guestfs_swapon_device (guestfs_h *g,\n"
15177 "                        const char *device);\n"
15178 "\n"
15179 msgstr ""
15180
15181 #. type: textblock
15182 #: ../src/guestfs-actions.pod:6168
15183 msgid ""
15184 "This command enables the libguestfs appliance to use the swap device or "
15185 "partition named C<device>.  The increased memory is made available for all "
15186 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15187 msgstr ""
15188
15189 #. type: textblock
15190 #: ../src/guestfs-actions.pod:6173 ../fish/guestfish-actions.pod:4124
15191 msgid ""
15192 "Note that you should not swap to existing guest swap partitions unless you "
15193 "know what you are doing.  They may contain hibernation information, or other "
15194 "information that the guest doesn't want you to trash.  You also risk leaking "
15195 "information about the host to the guest this way.  Instead, attach a new "
15196 "host device to the guest and swap on that."
15197 msgstr ""
15198
15199 #. type: =head2
15200 #: ../src/guestfs-actions.pod:6184
15201 msgid "guestfs_swapon_file"
15202 msgstr ""
15203
15204 #. type: verbatim
15205 #: ../src/guestfs-actions.pod:6186
15206 #, no-wrap
15207 msgid ""
15208 " int\n"
15209 " guestfs_swapon_file (guestfs_h *g,\n"
15210 "                      const char *file);\n"
15211 "\n"
15212 msgstr ""
15213
15214 #. type: textblock
15215 #: ../src/guestfs-actions.pod:6190
15216 msgid ""
15217 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15218 "notes."
15219 msgstr ""
15220
15221 #. type: =head2
15222 #: ../src/guestfs-actions.pod:6197
15223 msgid "guestfs_swapon_label"
15224 msgstr ""
15225
15226 #. type: verbatim
15227 #: ../src/guestfs-actions.pod:6199
15228 #, no-wrap
15229 msgid ""
15230 " int\n"
15231 " guestfs_swapon_label (guestfs_h *g,\n"
15232 "                       const char *label);\n"
15233 "\n"
15234 msgstr ""
15235
15236 #. type: textblock
15237 #: ../src/guestfs-actions.pod:6203
15238 msgid ""
15239 "This command enables swap to a labeled swap partition.  See "
15240 "C<guestfs_swapon_device> for other notes."
15241 msgstr ""
15242
15243 #. type: =head2
15244 #: ../src/guestfs-actions.pod:6210
15245 msgid "guestfs_swapon_uuid"
15246 msgstr ""
15247
15248 #. type: verbatim
15249 #: ../src/guestfs-actions.pod:6212
15250 #, no-wrap
15251 msgid ""
15252 " int\n"
15253 " guestfs_swapon_uuid (guestfs_h *g,\n"
15254 "                      const char *uuid);\n"
15255 "\n"
15256 msgstr ""
15257
15258 #. type: textblock
15259 #: ../src/guestfs-actions.pod:6216
15260 msgid ""
15261 "This command enables swap to a swap partition with the given UUID.  See "
15262 "C<guestfs_swapon_device> for other notes."
15263 msgstr ""
15264
15265 #. type: =head2
15266 #: ../src/guestfs-actions.pod:6223
15267 msgid "guestfs_sync"
15268 msgstr ""
15269
15270 #. type: verbatim
15271 #: ../src/guestfs-actions.pod:6225
15272 #, no-wrap
15273 msgid ""
15274 " int\n"
15275 " guestfs_sync (guestfs_h *g);\n"
15276 "\n"
15277 msgstr ""
15278
15279 #. type: textblock
15280 #: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4156
15281 msgid ""
15282 "This syncs the disk, so that any writes are flushed through to the "
15283 "underlying disk image."
15284 msgstr ""
15285
15286 #. type: textblock
15287 #: ../src/guestfs-actions.pod:6231 ../fish/guestfish-actions.pod:4159
15288 msgid ""
15289 "You should always call this if you have modified a disk image, before "
15290 "closing the handle."
15291 msgstr ""
15292
15293 #. type: =head2
15294 #: ../src/guestfs-actions.pod:6238
15295 msgid "guestfs_tail"
15296 msgstr ""
15297
15298 #. type: verbatim
15299 #: ../src/guestfs-actions.pod:6240
15300 #, no-wrap
15301 msgid ""
15302 " char **\n"
15303 " guestfs_tail (guestfs_h *g,\n"
15304 "               const char *path);\n"
15305 "\n"
15306 msgstr ""
15307
15308 #. type: textblock
15309 #: ../src/guestfs-actions.pod:6244 ../fish/guestfish-actions.pod:4166
15310 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15311 msgstr ""
15312
15313 #. type: =head2
15314 #: ../src/guestfs-actions.pod:6256
15315 msgid "guestfs_tail_n"
15316 msgstr ""
15317
15318 #. type: verbatim
15319 #: ../src/guestfs-actions.pod:6258
15320 #, no-wrap
15321 msgid ""
15322 " char **\n"
15323 " guestfs_tail_n (guestfs_h *g,\n"
15324 "                 int nrlines,\n"
15325 "                 const char *path);\n"
15326 "\n"
15327 msgstr ""
15328
15329 #. type: textblock
15330 #: ../src/guestfs-actions.pod:6263 ../fish/guestfish-actions.pod:4176
15331 msgid ""
15332 "If the parameter C<nrlines> is a positive number, this returns the last "
15333 "C<nrlines> lines of the file C<path>."
15334 msgstr ""
15335
15336 #. type: textblock
15337 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4179
15338 msgid ""
15339 "If the parameter C<nrlines> is a negative number, this returns lines from "
15340 "the file C<path>, starting with the C<-nrlines>th line."
15341 msgstr ""
15342
15343 #. type: =head2
15344 #: ../src/guestfs-actions.pod:6280
15345 msgid "guestfs_tar_in"
15346 msgstr ""
15347
15348 #. type: verbatim
15349 #: ../src/guestfs-actions.pod:6282
15350 #, no-wrap
15351 msgid ""
15352 " int\n"
15353 " guestfs_tar_in (guestfs_h *g,\n"
15354 "                 const char *tarfile,\n"
15355 "                 const char *directory);\n"
15356 "\n"
15357 msgstr ""
15358
15359 #. type: textblock
15360 #: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4191
15361 msgid ""
15362 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15363 "tar file) into C<directory>."
15364 msgstr ""
15365
15366 #. type: textblock
15367 #: ../src/guestfs-actions.pod:6290
15368 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15369 msgstr ""
15370
15371 #. type: textblock
15372 #: ../src/guestfs-actions.pod:6295 ../src/guestfs-actions.pod:6312 ../src/guestfs-actions.pod:6328 ../src/guestfs-actions.pod:6344
15373 msgid "(Added in 1.0.3)"
15374 msgstr ""
15375
15376 #. type: =head2
15377 #: ../src/guestfs-actions.pod:6297
15378 msgid "guestfs_tar_out"
15379 msgstr ""
15380
15381 #. type: verbatim
15382 #: ../src/guestfs-actions.pod:6299
15383 #, no-wrap
15384 msgid ""
15385 " int\n"
15386 " guestfs_tar_out (guestfs_h *g,\n"
15387 "                  const char *directory,\n"
15388 "                  const char *tarfile);\n"
15389 "\n"
15390 msgstr ""
15391
15392 #. type: textblock
15393 #: ../src/guestfs-actions.pod:6304 ../fish/guestfish-actions.pod:4203
15394 msgid ""
15395 "This command packs the contents of C<directory> and downloads it to local "
15396 "file C<tarfile>."
15397 msgstr ""
15398
15399 #. type: textblock
15400 #: ../src/guestfs-actions.pod:6307
15401 msgid ""
15402 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15403 "C<guestfs_txz_out>."
15404 msgstr ""
15405
15406 #. type: =head2
15407 #: ../src/guestfs-actions.pod:6314
15408 msgid "guestfs_tgz_in"
15409 msgstr ""
15410
15411 #. type: verbatim
15412 #: ../src/guestfs-actions.pod:6316
15413 #, no-wrap
15414 msgid ""
15415 " int\n"
15416 " guestfs_tgz_in (guestfs_h *g,\n"
15417 "                 const char *tarball,\n"
15418 "                 const char *directory);\n"
15419 "\n"
15420 msgstr ""
15421
15422 #. type: textblock
15423 #: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4215
15424 msgid ""
15425 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15426 "tar file) into C<directory>."
15427 msgstr ""
15428
15429 #. type: textblock
15430 #: ../src/guestfs-actions.pod:6324
15431 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15432 msgstr ""
15433
15434 #. type: =head2
15435 #: ../src/guestfs-actions.pod:6330
15436 msgid "guestfs_tgz_out"
15437 msgstr ""
15438
15439 #. type: verbatim
15440 #: ../src/guestfs-actions.pod:6332
15441 #, no-wrap
15442 msgid ""
15443 " int\n"
15444 " guestfs_tgz_out (guestfs_h *g,\n"
15445 "                  const char *directory,\n"
15446 "                  const char *tarball);\n"
15447 "\n"
15448 msgstr ""
15449
15450 #. type: textblock
15451 #: ../src/guestfs-actions.pod:6337 ../fish/guestfish-actions.pod:4226
15452 msgid ""
15453 "This command packs the contents of C<directory> and downloads it to local "
15454 "file C<tarball>."
15455 msgstr ""
15456
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:6340
15459 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15460 msgstr ""
15461
15462 #. type: =head2
15463 #: ../src/guestfs-actions.pod:6346
15464 msgid "guestfs_touch"
15465 msgstr ""
15466
15467 #. type: verbatim
15468 #: ../src/guestfs-actions.pod:6348
15469 #, no-wrap
15470 msgid ""
15471 " int\n"
15472 " guestfs_touch (guestfs_h *g,\n"
15473 "                const char *path);\n"
15474 "\n"
15475 msgstr ""
15476
15477 #. type: textblock
15478 #: ../src/guestfs-actions.pod:6352 ../fish/guestfish-actions.pod:4237
15479 msgid ""
15480 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15481 "timestamps on a file, or, if the file does not exist, to create a new "
15482 "zero-length file."
15483 msgstr ""
15484
15485 #. type: textblock
15486 #: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4241
15487 msgid ""
15488 "This command only works on regular files, and will fail on other file types "
15489 "such as directories, symbolic links, block special etc."
15490 msgstr ""
15491
15492 #. type: =head2
15493 #: ../src/guestfs-actions.pod:6363
15494 msgid "guestfs_truncate"
15495 msgstr ""
15496
15497 #. type: verbatim
15498 #: ../src/guestfs-actions.pod:6365
15499 #, no-wrap
15500 msgid ""
15501 " int\n"
15502 " guestfs_truncate (guestfs_h *g,\n"
15503 "                   const char *path);\n"
15504 "\n"
15505 msgstr ""
15506
15507 #. type: textblock
15508 #: ../src/guestfs-actions.pod:6369 ../fish/guestfish-actions.pod:4248
15509 msgid ""
15510 "This command truncates C<path> to a zero-length file.  The file must exist "
15511 "already."
15512 msgstr ""
15513
15514 #. type: =head2
15515 #: ../src/guestfs-actions.pod:6376
15516 msgid "guestfs_truncate_size"
15517 msgstr ""
15518
15519 #. type: verbatim
15520 #: ../src/guestfs-actions.pod:6378
15521 #, no-wrap
15522 msgid ""
15523 " int\n"
15524 " guestfs_truncate_size (guestfs_h *g,\n"
15525 "                        const char *path,\n"
15526 "                        int64_t size);\n"
15527 "\n"
15528 msgstr ""
15529
15530 #. type: textblock
15531 #: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4255
15532 msgid ""
15533 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15534 "already."
15535 msgstr ""
15536
15537 #. type: textblock
15538 #: ../src/guestfs-actions.pod:6386
15539 msgid ""
15540 "If the current file size is less than C<size> then the file is extended to "
15541 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15542 "blocks are not allocated for the file until you write to it).  To create a "
15543 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15544 msgstr ""
15545
15546 #. type: =head2
15547 #: ../src/guestfs-actions.pod:6396
15548 msgid "guestfs_tune2fs_l"
15549 msgstr ""
15550
15551 #. type: verbatim
15552 #: ../src/guestfs-actions.pod:6398
15553 #, no-wrap
15554 msgid ""
15555 " char **\n"
15556 " guestfs_tune2fs_l (guestfs_h *g,\n"
15557 "                    const char *device);\n"
15558 "\n"
15559 msgstr ""
15560
15561 #. type: textblock
15562 #: ../src/guestfs-actions.pod:6402 ../fish/guestfish-actions.pod:4268
15563 msgid ""
15564 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15565 "C<device>."
15566 msgstr ""
15567
15568 #. type: textblock
15569 #: ../src/guestfs-actions.pod:6405 ../fish/guestfish-actions.pod:4271
15570 msgid ""
15571 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15572 "for more details.  The list of fields returned isn't clearly defined, and "
15573 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15574 "and the filesystem itself."
15575 msgstr ""
15576
15577 #. type: =head2
15578 #: ../src/guestfs-actions.pod:6418
15579 msgid "guestfs_txz_in"
15580 msgstr ""
15581
15582 #. type: verbatim
15583 #: ../src/guestfs-actions.pod:6420
15584 #, no-wrap
15585 msgid ""
15586 " int\n"
15587 " guestfs_txz_in (guestfs_h *g,\n"
15588 "                 const char *tarball,\n"
15589 "                 const char *directory);\n"
15590 "\n"
15591 msgstr ""
15592
15593 #. type: textblock
15594 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4280
15595 msgid ""
15596 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15597 "tar file) into C<directory>."
15598 msgstr ""
15599
15600 #. type: =head2
15601 #: ../src/guestfs-actions.pod:6432
15602 msgid "guestfs_txz_out"
15603 msgstr ""
15604
15605 #. type: verbatim
15606 #: ../src/guestfs-actions.pod:6434
15607 #, no-wrap
15608 msgid ""
15609 " int\n"
15610 " guestfs_txz_out (guestfs_h *g,\n"
15611 "                  const char *directory,\n"
15612 "                  const char *tarball);\n"
15613 "\n"
15614 msgstr ""
15615
15616 #. type: textblock
15617 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4289
15618 msgid ""
15619 "This command packs the contents of C<directory> and downloads it to local "
15620 "file C<tarball> (as an xz compressed tar archive)."
15621 msgstr ""
15622
15623 #. type: =head2
15624 #: ../src/guestfs-actions.pod:6446
15625 msgid "guestfs_umask"
15626 msgstr ""
15627
15628 #. type: verbatim
15629 #: ../src/guestfs-actions.pod:6448
15630 #, no-wrap
15631 msgid ""
15632 " int\n"
15633 " guestfs_umask (guestfs_h *g,\n"
15634 "                int mask);\n"
15635 "\n"
15636 msgstr ""
15637
15638 #. type: textblock
15639 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4298
15640 msgid ""
15641 "This function sets the mask used for creating new files and device nodes to "
15642 "C<mask & 0777>."
15643 msgstr ""
15644
15645 #. type: textblock
15646 #: ../src/guestfs-actions.pod:6455 ../fish/guestfish-actions.pod:4301
15647 msgid ""
15648 "Typical umask values would be C<022> which creates new files with "
15649 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15650 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15651 msgstr ""
15652
15653 #. type: textblock
15654 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4306
15655 msgid ""
15656 "The default umask is C<022>.  This is important because it means that "
15657 "directories and device nodes will be created with C<0644> or C<0755> mode "
15658 "even if you specify C<0777>."
15659 msgstr ""
15660
15661 #. type: textblock
15662 #: ../src/guestfs-actions.pod:6464
15663 msgid ""
15664 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
15665 "C<guestfs_mkdir>."
15666 msgstr ""
15667
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4313
15670 msgid "This call returns the previous umask."
15671 msgstr ""
15672
15673 #. type: =head2
15674 #: ../src/guestfs-actions.pod:6473
15675 msgid "guestfs_umount"
15676 msgstr ""
15677
15678 #. type: verbatim
15679 #: ../src/guestfs-actions.pod:6475
15680 #, no-wrap
15681 msgid ""
15682 " int\n"
15683 " guestfs_umount (guestfs_h *g,\n"
15684 "                 const char *pathordevice);\n"
15685 "\n"
15686 msgstr ""
15687
15688 #. type: textblock
15689 #: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4321
15690 msgid ""
15691 "This unmounts the given filesystem.  The filesystem may be specified either "
15692 "by its mountpoint (path) or the device which contains the filesystem."
15693 msgstr ""
15694
15695 #. type: =head2
15696 #: ../src/guestfs-actions.pod:6487
15697 msgid "guestfs_umount_all"
15698 msgstr ""
15699
15700 #. type: verbatim
15701 #: ../src/guestfs-actions.pod:6489
15702 #, no-wrap
15703 msgid ""
15704 " int\n"
15705 " guestfs_umount_all (guestfs_h *g);\n"
15706 "\n"
15707 msgstr ""
15708
15709 #. type: textblock
15710 #: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4331
15711 msgid "This unmounts all mounted filesystems."
15712 msgstr ""
15713
15714 #. type: textblock
15715 #: ../src/guestfs-actions.pod:6494 ../fish/guestfish-actions.pod:4333
15716 msgid "Some internal mounts are not unmounted by this call."
15717 msgstr ""
15718
15719 #. type: =head2
15720 #: ../src/guestfs-actions.pod:6500
15721 msgid "guestfs_upload"
15722 msgstr ""
15723
15724 #. type: verbatim
15725 #: ../src/guestfs-actions.pod:6502
15726 #, no-wrap
15727 msgid ""
15728 " int\n"
15729 " guestfs_upload (guestfs_h *g,\n"
15730 "                 const char *filename,\n"
15731 "                 const char *remotefilename);\n"
15732 "\n"
15733 msgstr ""
15734
15735 #. type: textblock
15736 #: ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6531 ../fish/guestfish-actions.pod:4339 ../fish/guestfish-actions.pod:4352
15737 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15738 msgstr ""
15739
15740 #. type: textblock
15741 #: ../src/guestfs-actions.pod:6512
15742 msgid "See also C<guestfs_download>."
15743 msgstr ""
15744
15745 #. type: =head2
15746 #: ../src/guestfs-actions.pod:6523
15747 msgid "guestfs_upload_offset"
15748 msgstr ""
15749
15750 #. type: verbatim
15751 #: ../src/guestfs-actions.pod:6525
15752 #, no-wrap
15753 msgid ""
15754 " int\n"
15755 " guestfs_upload_offset (guestfs_h *g,\n"
15756 "                        const char *filename,\n"
15757 "                        const char *remotefilename,\n"
15758 "                        int64_t offset);\n"
15759 "\n"
15760 msgstr ""
15761
15762 #. type: textblock
15763 #: ../src/guestfs-actions.pod:6534 ../fish/guestfish-actions.pod:4355
15764 msgid ""
15765 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15766 "The intention is to overwrite parts of existing files or devices, although "
15767 "if a non-existant file is specified then it is created with a \"hole\" "
15768 "before C<offset>.  The size of the data written is implicit in the size of "
15769 "the source C<filename>."
15770 msgstr ""
15771
15772 #. type: textblock
15773 #: ../src/guestfs-actions.pod:6541
15774 msgid ""
15775 "Note that there is no limit on the amount of data that can be uploaded with "
15776 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
15777 "full amount unless an error occurs."
15778 msgstr ""
15779
15780 #. type: textblock
15781 #: ../src/guestfs-actions.pod:6546
15782 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
15783 msgstr ""
15784
15785 #. type: =head2
15786 #: ../src/guestfs-actions.pod:6557
15787 msgid "guestfs_utimens"
15788 msgstr ""
15789
15790 #. type: verbatim
15791 #: ../src/guestfs-actions.pod:6559
15792 #, no-wrap
15793 msgid ""
15794 " int\n"
15795 " guestfs_utimens (guestfs_h *g,\n"
15796 "                  const char *path,\n"
15797 "                  int64_t atsecs,\n"
15798 "                  int64_t atnsecs,\n"
15799 "                  int64_t mtsecs,\n"
15800 "                  int64_t mtnsecs);\n"
15801 "\n"
15802 msgstr ""
15803
15804 #. type: textblock
15805 #: ../src/guestfs-actions.pod:6567 ../fish/guestfish-actions.pod:4375
15806 msgid "This command sets the timestamps of a file with nanosecond precision."
15807 msgstr ""
15808
15809 #. type: textblock
15810 #: ../src/guestfs-actions.pod:6570 ../fish/guestfish-actions.pod:4378
15811 msgid ""
15812 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15813 "from the epoch."
15814 msgstr ""
15815
15816 #. type: textblock
15817 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
15818 msgid ""
15819 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15820 "nanoseconds from the epoch."
15821 msgstr ""
15822
15823 #. type: textblock
15824 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
15825 msgid ""
15826 "If the C<*nsecs> field contains the special value C<-1> then the "
15827 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15828 "ignored in this case)."
15829 msgstr ""
15830
15831 #. type: textblock
15832 #: ../src/guestfs-actions.pod:6580 ../fish/guestfish-actions.pod:4388
15833 msgid ""
15834 "If the C<*nsecs> field contains the special value C<-2> then the "
15835 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15836 "in this case)."
15837 msgstr ""
15838
15839 #. type: =head2
15840 #: ../src/guestfs-actions.pod:6588 ../src/guestfs-structs.pod:175
15841 msgid "guestfs_version"
15842 msgstr ""
15843
15844 #. type: verbatim
15845 #: ../src/guestfs-actions.pod:6590
15846 #, no-wrap
15847 msgid ""
15848 " struct guestfs_version *\n"
15849 " guestfs_version (guestfs_h *g);\n"
15850 "\n"
15851 msgstr ""
15852
15853 #. type: textblock
15854 #: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4396
15855 msgid "Return the libguestfs version number that the program is linked against."
15856 msgstr ""
15857
15858 #. type: textblock
15859 #: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4399
15860 msgid ""
15861 "Note that because of dynamic linking this is not necessarily the version of "
15862 "libguestfs that you compiled against.  You can compile the program, and then "
15863 "at runtime dynamically link against a completely different C<libguestfs.so> "
15864 "library."
15865 msgstr ""
15866
15867 #. type: textblock
15868 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4404
15869 msgid ""
15870 "This call was added in version C<1.0.58>.  In previous versions of "
15871 "libguestfs there was no way to get the version number.  From C code you can "
15872 "use dynamic linker functions to find out if this symbol exists (if it "
15873 "doesn't, then it's an earlier version)."
15874 msgstr ""
15875
15876 #. type: textblock
15877 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
15878 msgid ""
15879 "The call returns a structure with four elements.  The first three (C<major>, "
15880 "C<minor> and C<release>) are numbers and correspond to the usual version "
15881 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15882 "but may be used for distro-specific information."
15883 msgstr ""
15884
15885 #. type: textblock
15886 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
15887 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
15888 msgstr ""
15889
15890 #. type: textblock
15891 #: ../src/guestfs-actions.pod:6616 ../fish/guestfish-actions.pod:4419
15892 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15893 msgstr ""
15894
15895 #. type: textblock
15896 #: ../src/guestfs-actions.pod:6618
15897 msgid ""
15898 "I<Note:> Don't use this call to test for availability of features.  In "
15899 "enterprise distributions we backport features from later versions into "
15900 "earlier versions, making this an unreliable way to test for features.  Use "
15901 "C<guestfs_available> instead."
15902 msgstr ""
15903
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:6624
15906 msgid ""
15907 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
15908 "error.  I<The caller must call C<guestfs_free_version> after use>."
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:6628
15913 msgid "(Added in 1.0.58)"
15914 msgstr ""
15915
15916 #. type: =head2
15917 #: ../src/guestfs-actions.pod:6630
15918 msgid "guestfs_vfs_label"
15919 msgstr ""
15920
15921 #. type: verbatim
15922 #: ../src/guestfs-actions.pod:6632
15923 #, no-wrap
15924 msgid ""
15925 " char *\n"
15926 " guestfs_vfs_label (guestfs_h *g,\n"
15927 "                    const char *device);\n"
15928 "\n"
15929 msgstr ""
15930
15931 #. type: textblock
15932 #: ../src/guestfs-actions.pod:6636 ../fish/guestfish-actions.pod:4431
15933 msgid "This returns the filesystem label of the filesystem on C<device>."
15934 msgstr ""
15935
15936 #. type: textblock
15937 #: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4434
15938 msgid "If the filesystem is unlabeled, this returns the empty string."
15939 msgstr ""
15940
15941 #. type: textblock
15942 #: ../src/guestfs-actions.pod:6641
15943 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
15944 msgstr ""
15945
15946 #. type: textblock
15947 #: ../src/guestfs-actions.pod:6646 ../src/guestfs-actions.pod:6683
15948 msgid "(Added in 1.3.18)"
15949 msgstr ""
15950
15951 #. type: =head2
15952 #: ../src/guestfs-actions.pod:6648
15953 msgid "guestfs_vfs_type"
15954 msgstr ""
15955
15956 #. type: verbatim
15957 #: ../src/guestfs-actions.pod:6650
15958 #, no-wrap
15959 msgid ""
15960 " char *\n"
15961 " guestfs_vfs_type (guestfs_h *g,\n"
15962 "                   const char *device);\n"
15963 "\n"
15964 msgstr ""
15965
15966 #. type: textblock
15967 #: ../src/guestfs-actions.pod:6654 ../fish/guestfish-actions.pod:4442
15968 msgid ""
15969 "This command gets the filesystem type corresponding to the filesystem on "
15970 "C<device>."
15971 msgstr ""
15972
15973 #. type: textblock
15974 #: ../src/guestfs-actions.pod:6657 ../fish/guestfish-actions.pod:4445
15975 msgid ""
15976 "For most filesystems, the result is the name of the Linux VFS module which "
15977 "would be used to mount this filesystem if you mounted it without specifying "
15978 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
15979 msgstr ""
15980
15981 #. type: =head2
15982 #: ../src/guestfs-actions.pod:6667
15983 msgid "guestfs_vfs_uuid"
15984 msgstr ""
15985
15986 #. type: verbatim
15987 #: ../src/guestfs-actions.pod:6669
15988 #, no-wrap
15989 msgid ""
15990 " char *\n"
15991 " guestfs_vfs_uuid (guestfs_h *g,\n"
15992 "                   const char *device);\n"
15993 "\n"
15994 msgstr ""
15995
15996 #. type: textblock
15997 #: ../src/guestfs-actions.pod:6673 ../fish/guestfish-actions.pod:4454
15998 msgid "This returns the filesystem UUID of the filesystem on C<device>."
15999 msgstr ""
16000
16001 #. type: textblock
16002 #: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4457
16003 msgid "If the filesystem does not have a UUID, this returns the empty string."
16004 msgstr ""
16005
16006 #. type: textblock
16007 #: ../src/guestfs-actions.pod:6678
16008 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16009 msgstr ""
16010
16011 #. type: =head2
16012 #: ../src/guestfs-actions.pod:6685
16013 msgid "guestfs_vg_activate"
16014 msgstr ""
16015
16016 #. type: verbatim
16017 #: ../src/guestfs-actions.pod:6687
16018 #, no-wrap
16019 msgid ""
16020 " int\n"
16021 " guestfs_vg_activate (guestfs_h *g,\n"
16022 "                      int activate,\n"
16023 "                      char *const *volgroups);\n"
16024 "\n"
16025 msgstr ""
16026
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:6692 ../fish/guestfish-actions.pod:4465
16029 msgid ""
16030 "This command activates or (if C<activate> is false) deactivates all logical "
16031 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16032 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16033 "deactivated, then those devices disappear."
16034 msgstr ""
16035
16036 #. type: textblock
16037 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
16038 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16039 msgstr ""
16040
16041 #. type: textblock
16042 #: ../src/guestfs-actions.pod:6700 ../fish/guestfish-actions.pod:4473
16043 msgid ""
16044 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16045 "activated or deactivated."
16046 msgstr ""
16047
16048 #. type: =head2
16049 #: ../src/guestfs-actions.pod:6707
16050 msgid "guestfs_vg_activate_all"
16051 msgstr ""
16052
16053 #. type: verbatim
16054 #: ../src/guestfs-actions.pod:6709
16055 #, no-wrap
16056 msgid ""
16057 " int\n"
16058 " guestfs_vg_activate_all (guestfs_h *g,\n"
16059 "                          int activate);\n"
16060 "\n"
16061 msgstr ""
16062
16063 #. type: textblock
16064 #: ../src/guestfs-actions.pod:6713 ../fish/guestfish-actions.pod:4480
16065 msgid ""
16066 "This command activates or (if C<activate> is false) deactivates all logical "
16067 "volumes in all volume groups.  If activated, then they are made known to the "
16068 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16069 "those devices disappear."
16070 msgstr ""
16071
16072 #. type: textblock
16073 #: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
16074 msgid "This command is the same as running C<vgchange -a y|n>"
16075 msgstr ""
16076
16077 #. type: =head2
16078 #: ../src/guestfs-actions.pod:6725
16079 msgid "guestfs_vgcreate"
16080 msgstr ""
16081
16082 #. type: verbatim
16083 #: ../src/guestfs-actions.pod:6727
16084 #, no-wrap
16085 msgid ""
16086 " int\n"
16087 " guestfs_vgcreate (guestfs_h *g,\n"
16088 "                   const char *volgroup,\n"
16089 "                   char *const *physvols);\n"
16090 "\n"
16091 msgstr ""
16092
16093 #. type: textblock
16094 #: ../src/guestfs-actions.pod:6732 ../fish/guestfish-actions.pod:4492
16095 msgid ""
16096 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16097 "of physical volumes C<physvols>."
16098 msgstr ""
16099
16100 #. type: =head2
16101 #: ../src/guestfs-actions.pod:6739
16102 msgid "guestfs_vglvuuids"
16103 msgstr ""
16104
16105 #. type: verbatim
16106 #: ../src/guestfs-actions.pod:6741
16107 #, no-wrap
16108 msgid ""
16109 " char **\n"
16110 " guestfs_vglvuuids (guestfs_h *g,\n"
16111 "                    const char *vgname);\n"
16112 "\n"
16113 msgstr ""
16114
16115 #. type: textblock
16116 #: ../src/guestfs-actions.pod:6745 ../fish/guestfish-actions.pod:4499
16117 msgid ""
16118 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16119 "volumes created in this volume group."
16120 msgstr ""
16121
16122 #. type: textblock
16123 #: ../src/guestfs-actions.pod:6748
16124 msgid ""
16125 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16126 "associate logical volumes and volume groups."
16127 msgstr ""
16128
16129 #. type: textblock
16130 #: ../src/guestfs-actions.pod:6751
16131 msgid "See also C<guestfs_vgpvuuids>."
16132 msgstr ""
16133
16134 #. type: =head2
16135 #: ../src/guestfs-actions.pod:6759
16136 msgid "guestfs_vgpvuuids"
16137 msgstr ""
16138
16139 #. type: verbatim
16140 #: ../src/guestfs-actions.pod:6761
16141 #, no-wrap
16142 msgid ""
16143 " char **\n"
16144 " guestfs_vgpvuuids (guestfs_h *g,\n"
16145 "                    const char *vgname);\n"
16146 "\n"
16147 msgstr ""
16148
16149 #. type: textblock
16150 #: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4511
16151 msgid ""
16152 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16153 "volumes that this volume group resides on."
16154 msgstr ""
16155
16156 #. type: textblock
16157 #: ../src/guestfs-actions.pod:6768
16158 msgid ""
16159 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16160 "associate physical volumes and volume groups."
16161 msgstr ""
16162
16163 #. type: textblock
16164 #: ../src/guestfs-actions.pod:6771
16165 msgid "See also C<guestfs_vglvuuids>."
16166 msgstr ""
16167
16168 #. type: =head2
16169 #: ../src/guestfs-actions.pod:6779
16170 msgid "guestfs_vgremove"
16171 msgstr ""
16172
16173 #. type: verbatim
16174 #: ../src/guestfs-actions.pod:6781
16175 #, no-wrap
16176 msgid ""
16177 " int\n"
16178 " guestfs_vgremove (guestfs_h *g,\n"
16179 "                   const char *vgname);\n"
16180 "\n"
16181 msgstr ""
16182
16183 #. type: textblock
16184 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4523
16185 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16186 msgstr ""
16187
16188 #. type: textblock
16189 #: ../src/guestfs-actions.pod:6787 ../fish/guestfish-actions.pod:4525
16190 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16191 msgstr ""
16192
16193 #. type: =head2
16194 #: ../src/guestfs-actions.pod:6794
16195 msgid "guestfs_vgrename"
16196 msgstr ""
16197
16198 #. type: verbatim
16199 #: ../src/guestfs-actions.pod:6796
16200 #, no-wrap
16201 msgid ""
16202 " int\n"
16203 " guestfs_vgrename (guestfs_h *g,\n"
16204 "                   const char *volgroup,\n"
16205 "                   const char *newvolgroup);\n"
16206 "\n"
16207 msgstr ""
16208
16209 #. type: textblock
16210 #: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4532
16211 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16212 msgstr ""
16213
16214 #. type: =head2
16215 #: ../src/guestfs-actions.pod:6807
16216 msgid "guestfs_vgs"
16217 msgstr ""
16218
16219 #. type: verbatim
16220 #: ../src/guestfs-actions.pod:6809
16221 #, no-wrap
16222 msgid ""
16223 " char **\n"
16224 " guestfs_vgs (guestfs_h *g);\n"
16225 "\n"
16226 msgstr ""
16227
16228 #. type: textblock
16229 #: ../src/guestfs-actions.pod:6812 ../fish/guestfish-actions.pod:4538
16230 msgid ""
16231 "List all the volumes groups detected.  This is the equivalent of the "
16232 "L<vgs(8)> command."
16233 msgstr ""
16234
16235 #. type: textblock
16236 #: ../src/guestfs-actions.pod:6815 ../fish/guestfish-actions.pod:4541
16237 msgid ""
16238 "This returns a list of just the volume group names that were detected "
16239 "(eg. C<VolGroup00>)."
16240 msgstr ""
16241
16242 #. type: textblock
16243 #: ../src/guestfs-actions.pod:6818
16244 msgid "See also C<guestfs_vgs_full>."
16245 msgstr ""
16246
16247 #. type: =head2
16248 #: ../src/guestfs-actions.pod:6826
16249 msgid "guestfs_vgs_full"
16250 msgstr ""
16251
16252 #. type: verbatim
16253 #: ../src/guestfs-actions.pod:6828
16254 #, no-wrap
16255 msgid ""
16256 " struct guestfs_lvm_vg_list *\n"
16257 " guestfs_vgs_full (guestfs_h *g);\n"
16258 "\n"
16259 msgstr ""
16260
16261 #. type: textblock
16262 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4550
16263 msgid ""
16264 "List all the volumes groups detected.  This is the equivalent of the "
16265 "L<vgs(8)> command.  The \"full\" version includes all fields."
16266 msgstr ""
16267
16268 #. type: textblock
16269 #: ../src/guestfs-actions.pod:6834
16270 msgid ""
16271 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16272 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16273 "use>."
16274 msgstr ""
16275
16276 #. type: =head2
16277 #: ../src/guestfs-actions.pod:6840
16278 msgid "guestfs_vgscan"
16279 msgstr ""
16280
16281 #. type: verbatim
16282 #: ../src/guestfs-actions.pod:6842
16283 #, no-wrap
16284 msgid ""
16285 " int\n"
16286 " guestfs_vgscan (guestfs_h *g);\n"
16287 "\n"
16288 msgstr ""
16289
16290 #. type: textblock
16291 #: ../src/guestfs-actions.pod:6845 ../fish/guestfish-actions.pod:4557
16292 msgid ""
16293 "This rescans all block devices and rebuilds the list of LVM physical "
16294 "volumes, volume groups and logical volumes."
16295 msgstr ""
16296
16297 #. type: =head2
16298 #: ../src/guestfs-actions.pod:6852
16299 msgid "guestfs_vguuid"
16300 msgstr ""
16301
16302 #. type: verbatim
16303 #: ../src/guestfs-actions.pod:6854
16304 #, no-wrap
16305 msgid ""
16306 " char *\n"
16307 " guestfs_vguuid (guestfs_h *g,\n"
16308 "                 const char *vgname);\n"
16309 "\n"
16310 msgstr ""
16311
16312 #. type: textblock
16313 #: ../src/guestfs-actions.pod:6858 ../fish/guestfish-actions.pod:4564
16314 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16315 msgstr ""
16316
16317 #. type: =head2
16318 #: ../src/guestfs-actions.pod:6865
16319 msgid "guestfs_wait_ready"
16320 msgstr ""
16321
16322 #. type: verbatim
16323 #: ../src/guestfs-actions.pod:6867
16324 #, no-wrap
16325 msgid ""
16326 " int\n"
16327 " guestfs_wait_ready (guestfs_h *g);\n"
16328 "\n"
16329 msgstr ""
16330
16331 #. type: textblock
16332 #: ../src/guestfs-actions.pod:6870
16333 msgid "This function is a no op."
16334 msgstr ""
16335
16336 #. type: textblock
16337 #: ../src/guestfs-actions.pod:6872
16338 msgid ""
16339 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16340 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16341 "is no longer necessary because C<guestfs_launch> now does the waiting."
16342 msgstr ""
16343
16344 #. type: textblock
16345 #: ../src/guestfs-actions.pod:6877
16346 msgid ""
16347 "If you see any calls to this function in code then you can just remove them, "
16348 "unless you want to retain compatibility with older versions of the API."
16349 msgstr ""
16350
16351 #. type: =head2
16352 #: ../src/guestfs-actions.pod:6885
16353 msgid "guestfs_wc_c"
16354 msgstr ""
16355
16356 #. type: verbatim
16357 #: ../src/guestfs-actions.pod:6887
16358 #, no-wrap
16359 msgid ""
16360 " int\n"
16361 " guestfs_wc_c (guestfs_h *g,\n"
16362 "               const char *path);\n"
16363 "\n"
16364 msgstr ""
16365
16366 #. type: textblock
16367 #: ../src/guestfs-actions.pod:6891 ../fish/guestfish-actions.pod:4570
16368 msgid ""
16369 "This command counts the characters in a file, using the C<wc -c> external "
16370 "command."
16371 msgstr ""
16372
16373 #. type: =head2
16374 #: ../src/guestfs-actions.pod:6898
16375 msgid "guestfs_wc_l"
16376 msgstr ""
16377
16378 #. type: verbatim
16379 #: ../src/guestfs-actions.pod:6900
16380 #, no-wrap
16381 msgid ""
16382 " int\n"
16383 " guestfs_wc_l (guestfs_h *g,\n"
16384 "               const char *path);\n"
16385 "\n"
16386 msgstr ""
16387
16388 #. type: textblock
16389 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4577
16390 msgid ""
16391 "This command counts the lines in a file, using the C<wc -l> external "
16392 "command."
16393 msgstr ""
16394
16395 #. type: =head2
16396 #: ../src/guestfs-actions.pod:6911
16397 msgid "guestfs_wc_w"
16398 msgstr ""
16399
16400 #. type: verbatim
16401 #: ../src/guestfs-actions.pod:6913
16402 #, no-wrap
16403 msgid ""
16404 " int\n"
16405 " guestfs_wc_w (guestfs_h *g,\n"
16406 "               const char *path);\n"
16407 "\n"
16408 msgstr ""
16409
16410 #. type: textblock
16411 #: ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:4584
16412 msgid ""
16413 "This command counts the words in a file, using the C<wc -w> external "
16414 "command."
16415 msgstr ""
16416
16417 #. type: =head2
16418 #: ../src/guestfs-actions.pod:6924
16419 msgid "guestfs_write"
16420 msgstr ""
16421
16422 #. type: verbatim
16423 #: ../src/guestfs-actions.pod:6926
16424 #, no-wrap
16425 msgid ""
16426 " int\n"
16427 " guestfs_write (guestfs_h *g,\n"
16428 "                const char *path,\n"
16429 "                const char *content,\n"
16430 "                size_t content_size);\n"
16431 "\n"
16432 msgstr ""
16433
16434 #. type: textblock
16435 #: ../src/guestfs-actions.pod:6932 ../fish/guestfish-actions.pod:4591
16436 msgid ""
16437 "This call creates a file called C<path>.  The content of the file is the "
16438 "string C<content> (which can contain any 8 bit data)."
16439 msgstr ""
16440
16441 #. type: =head2
16442 #: ../src/guestfs-actions.pod:6942
16443 msgid "guestfs_write_file"
16444 msgstr ""
16445
16446 #. type: verbatim
16447 #: ../src/guestfs-actions.pod:6944
16448 #, no-wrap
16449 msgid ""
16450 " int\n"
16451 " guestfs_write_file (guestfs_h *g,\n"
16452 "                     const char *path,\n"
16453 "                     const char *content,\n"
16454 "                     int size);\n"
16455 "\n"
16456 msgstr ""
16457
16458 #. type: textblock
16459 #: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4601
16460 msgid ""
16461 "This call creates a file called C<path>.  The contents of the file is the "
16462 "string C<content> (which can contain any 8 bit data), with length C<size>."
16463 msgstr ""
16464
16465 #. type: textblock
16466 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4605
16467 msgid ""
16468 "As a special case, if C<size> is C<0> then the length is calculated using "
16469 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16470 msgstr ""
16471
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4609
16474 msgid ""
16475 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16476 "I<not> work, even if the length is specified."
16477 msgstr ""
16478
16479 #. type: textblock
16480 #: ../src/guestfs-actions.pod:6966 ../fish/guestfish-actions.pod:4615
16481 msgid "This function is deprecated.  In new code, use the C<write> call instead."
16482 msgstr ""
16483
16484 #. type: =head2
16485 #: ../src/guestfs-actions.pod:6975
16486 msgid "guestfs_zegrep"
16487 msgstr ""
16488
16489 #. type: verbatim
16490 #: ../src/guestfs-actions.pod:6977
16491 #, no-wrap
16492 msgid ""
16493 " char **\n"
16494 " guestfs_zegrep (guestfs_h *g,\n"
16495 "                 const char *regex,\n"
16496 "                 const char *path);\n"
16497 "\n"
16498 msgstr ""
16499
16500 #. type: textblock
16501 #: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4626
16502 msgid "This calls the external C<zegrep> program and returns the matching lines."
16503 msgstr ""
16504
16505 #. type: =head2
16506 #: ../src/guestfs-actions.pod:6994
16507 msgid "guestfs_zegrepi"
16508 msgstr ""
16509
16510 #. type: verbatim
16511 #: ../src/guestfs-actions.pod:6996
16512 #, no-wrap
16513 msgid ""
16514 " char **\n"
16515 " guestfs_zegrepi (guestfs_h *g,\n"
16516 "                  const char *regex,\n"
16517 "                  const char *path);\n"
16518 "\n"
16519 msgstr ""
16520
16521 #. type: textblock
16522 #: ../src/guestfs-actions.pod:7001 ../fish/guestfish-actions.pod:4636
16523 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16524 msgstr ""
16525
16526 #. type: =head2
16527 #: ../src/guestfs-actions.pod:7013
16528 msgid "guestfs_zero"
16529 msgstr ""
16530
16531 #. type: verbatim
16532 #: ../src/guestfs-actions.pod:7015
16533 #, no-wrap
16534 msgid ""
16535 " int\n"
16536 " guestfs_zero (guestfs_h *g,\n"
16537 "               const char *device);\n"
16538 "\n"
16539 msgstr ""
16540
16541 #. type: textblock
16542 #: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4646
16543 msgid "This command writes zeroes over the first few blocks of C<device>."
16544 msgstr ""
16545
16546 #. type: textblock
16547 #: ../src/guestfs-actions.pod:7021 ../fish/guestfish-actions.pod:4648
16548 msgid ""
16549 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16550 "securely wipe the device).  It should be sufficient to remove any partition "
16551 "tables, filesystem superblocks and so on."
16552 msgstr ""
16553
16554 #. type: textblock
16555 #: ../src/guestfs-actions.pod:7025
16556 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16557 msgstr ""
16558
16559 #. type: =head2
16560 #: ../src/guestfs-actions.pod:7036
16561 msgid "guestfs_zero_device"
16562 msgstr ""
16563
16564 #. type: verbatim
16565 #: ../src/guestfs-actions.pod:7038
16566 #, no-wrap
16567 msgid ""
16568 " int\n"
16569 " guestfs_zero_device (guestfs_h *g,\n"
16570 "                      const char *device);\n"
16571 "\n"
16572 msgstr ""
16573
16574 #. type: textblock
16575 #: ../src/guestfs-actions.pod:7042
16576 msgid ""
16577 "This command writes zeroes over the entire C<device>.  Compare with "
16578 "C<guestfs_zero> which just zeroes the first few blocks of a device."
16579 msgstr ""
16580
16581 #. type: textblock
16582 #: ../src/guestfs-actions.pod:7056
16583 msgid "(Added in 1.3.1)"
16584 msgstr ""
16585
16586 #. type: =head2
16587 #: ../src/guestfs-actions.pod:7058
16588 msgid "guestfs_zerofree"
16589 msgstr ""
16590
16591 #. type: verbatim
16592 #: ../src/guestfs-actions.pod:7060
16593 #, no-wrap
16594 msgid ""
16595 " int\n"
16596 " guestfs_zerofree (guestfs_h *g,\n"
16597 "                   const char *device);\n"
16598 "\n"
16599 msgstr ""
16600
16601 #. type: textblock
16602 #: ../src/guestfs-actions.pod:7064 ../fish/guestfish-actions.pod:4669
16603 msgid ""
16604 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16605 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16606 "possible to compress the filesystem more effectively."
16607 msgstr ""
16608
16609 #. type: textblock
16610 #: ../src/guestfs-actions.pod:7069 ../fish/guestfish-actions.pod:4674
16611 msgid "You should B<not> run this program if the filesystem is mounted."
16612 msgstr ""
16613
16614 #. type: textblock
16615 #: ../src/guestfs-actions.pod:7072 ../fish/guestfish-actions.pod:4677
16616 msgid ""
16617 "It is possible that using this program can damage the filesystem or data on "
16618 "the filesystem."
16619 msgstr ""
16620
16621 #. type: =head2
16622 #: ../src/guestfs-actions.pod:7079
16623 msgid "guestfs_zfgrep"
16624 msgstr ""
16625
16626 #. type: verbatim
16627 #: ../src/guestfs-actions.pod:7081
16628 #, no-wrap
16629 msgid ""
16630 " char **\n"
16631 " guestfs_zfgrep (guestfs_h *g,\n"
16632 "                 const char *pattern,\n"
16633 "                 const char *path);\n"
16634 "\n"
16635 msgstr ""
16636
16637 #. type: textblock
16638 #: ../src/guestfs-actions.pod:7086 ../fish/guestfish-actions.pod:4684
16639 msgid "This calls the external C<zfgrep> program and returns the matching lines."
16640 msgstr ""
16641
16642 #. type: =head2
16643 #: ../src/guestfs-actions.pod:7098
16644 msgid "guestfs_zfgrepi"
16645 msgstr ""
16646
16647 #. type: verbatim
16648 #: ../src/guestfs-actions.pod:7100
16649 #, no-wrap
16650 msgid ""
16651 " char **\n"
16652 " guestfs_zfgrepi (guestfs_h *g,\n"
16653 "                  const char *pattern,\n"
16654 "                  const char *path);\n"
16655 "\n"
16656 msgstr ""
16657
16658 #. type: textblock
16659 #: ../src/guestfs-actions.pod:7105 ../fish/guestfish-actions.pod:4694
16660 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
16661 msgstr ""
16662
16663 #. type: =head2
16664 #: ../src/guestfs-actions.pod:7117
16665 msgid "guestfs_zfile"
16666 msgstr ""
16667
16668 #. type: verbatim
16669 #: ../src/guestfs-actions.pod:7119
16670 #, no-wrap
16671 msgid ""
16672 " char *\n"
16673 " guestfs_zfile (guestfs_h *g,\n"
16674 "                const char *meth,\n"
16675 "                const char *path);\n"
16676 "\n"
16677 msgstr ""
16678
16679 #. type: textblock
16680 #: ../src/guestfs-actions.pod:7124 ../fish/guestfish-actions.pod:4704
16681 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
16682 msgstr ""
16683
16684 #. type: textblock
16685 #: ../src/guestfs-actions.pod:7127 ../fish/guestfish-actions.pod:4707
16686 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16687 msgstr ""
16688
16689 #. type: textblock
16690 #: ../src/guestfs-actions.pod:7129
16691 msgid ""
16692 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
16693 "files."
16694 msgstr ""
16695
16696 #. type: textblock
16697 #: ../src/guestfs-actions.pod:7135 ../fish/guestfish-actions.pod:4712
16698 msgid "This function is deprecated.  In new code, use the C<file> call instead."
16699 msgstr ""
16700
16701 #. type: =head2
16702 #: ../src/guestfs-actions.pod:7144
16703 msgid "guestfs_zgrep"
16704 msgstr ""
16705
16706 #. type: verbatim
16707 #: ../src/guestfs-actions.pod:7146
16708 #, no-wrap
16709 msgid ""
16710 " char **\n"
16711 " guestfs_zgrep (guestfs_h *g,\n"
16712 "                const char *regex,\n"
16713 "                const char *path);\n"
16714 "\n"
16715 msgstr ""
16716
16717 #. type: textblock
16718 #: ../src/guestfs-actions.pod:7151 ../fish/guestfish-actions.pod:4723
16719 msgid "This calls the external C<zgrep> program and returns the matching lines."
16720 msgstr ""
16721
16722 #. type: =head2
16723 #: ../src/guestfs-actions.pod:7163
16724 msgid "guestfs_zgrepi"
16725 msgstr ""
16726
16727 #. type: verbatim
16728 #: ../src/guestfs-actions.pod:7165
16729 #, no-wrap
16730 msgid ""
16731 " char **\n"
16732 " guestfs_zgrepi (guestfs_h *g,\n"
16733 "                 const char *regex,\n"
16734 "                 const char *path);\n"
16735 "\n"
16736 msgstr ""
16737
16738 #. type: textblock
16739 #: ../src/guestfs-actions.pod:7170 ../fish/guestfish-actions.pod:4733
16740 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
16741 msgstr ""
16742
16743 #. type: =item
16744 #: ../src/guestfs-availability.pod:3
16745 msgid "B<augeas>"
16746 msgstr ""
16747
16748 #. type: textblock
16749 #: ../src/guestfs-availability.pod:5
16750 msgid ""
16751 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
16752 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
16753 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
16754 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
16755 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
16756 msgstr ""
16757
16758 #. type: =item
16759 #: ../src/guestfs-availability.pod:21
16760 msgid "B<inotify>"
16761 msgstr ""
16762
16763 #. type: textblock
16764 #: ../src/guestfs-availability.pod:23
16765 msgid ""
16766 "The following functions: L</guestfs_inotify_add_watch> "
16767 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
16768 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
16769 msgstr ""
16770
16771 #. type: =item
16772 #: ../src/guestfs-availability.pod:31
16773 msgid "B<linuxfsuuid>"
16774 msgstr ""
16775
16776 #. type: textblock
16777 #: ../src/guestfs-availability.pod:33
16778 msgid ""
16779 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
16780 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
16781 msgstr ""
16782
16783 #. type: =item
16784 #: ../src/guestfs-availability.pod:40
16785 msgid "B<linuxmodules>"
16786 msgstr ""
16787
16788 #. type: textblock
16789 #: ../src/guestfs-availability.pod:42
16790 msgid "The following functions: L</guestfs_modprobe>"
16791 msgstr ""
16792
16793 #. type: =item
16794 #: ../src/guestfs-availability.pod:45
16795 msgid "B<linuxxattrs>"
16796 msgstr ""
16797
16798 #. type: textblock
16799 #: ../src/guestfs-availability.pod:47
16800 msgid ""
16801 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
16802 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
16803 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
16804 "L</guestfs_setxattr>"
16805 msgstr ""
16806
16807 #. type: =item
16808 #: ../src/guestfs-availability.pod:58
16809 msgid "B<luks>"
16810 msgstr ""
16811
16812 #. type: textblock
16813 #: ../src/guestfs-availability.pod:60
16814 msgid ""
16815 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
16816 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
16817 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
16818 msgstr ""
16819
16820 #. type: =item
16821 #: ../src/guestfs-availability.pod:69
16822 msgid "B<lvm2>"
16823 msgstr ""
16824
16825 #. type: textblock
16826 #: ../src/guestfs-availability.pod:71
16827 msgid ""
16828 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
16829 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
16830 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
16831 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
16832 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
16833 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
16834 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
16835 "L</guestfs_vgs_full>"
16836 msgstr ""
16837
16838 #. type: =item
16839 #: ../src/guestfs-availability.pod:94
16840 msgid "B<mknod>"
16841 msgstr ""
16842
16843 #. type: textblock
16844 #: ../src/guestfs-availability.pod:96
16845 msgid ""
16846 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
16847 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
16848 msgstr ""
16849
16850 #. type: =item
16851 #: ../src/guestfs-availability.pod:102
16852 msgid "B<ntfs3g>"
16853 msgstr ""
16854
16855 #. type: textblock
16856 #: ../src/guestfs-availability.pod:104
16857 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
16858 msgstr ""
16859
16860 #. type: =item
16861 #: ../src/guestfs-availability.pod:107
16862 msgid "B<ntfsprogs>"
16863 msgstr ""
16864
16865 #. type: textblock
16866 #: ../src/guestfs-availability.pod:109
16867 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
16868 msgstr ""
16869
16870 #. type: =item
16871 #: ../src/guestfs-availability.pod:113
16872 msgid "B<realpath>"
16873 msgstr ""
16874
16875 #. type: textblock
16876 #: ../src/guestfs-availability.pod:115
16877 msgid "The following functions: L</guestfs_realpath>"
16878 msgstr ""
16879
16880 #. type: =item
16881 #: ../src/guestfs-availability.pod:118
16882 msgid "B<scrub>"
16883 msgstr ""
16884
16885 #. type: textblock
16886 #: ../src/guestfs-availability.pod:120
16887 msgid ""
16888 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
16889 "L</guestfs_scrub_freespace>"
16890 msgstr ""
16891
16892 #. type: =item
16893 #: ../src/guestfs-availability.pod:125
16894 msgid "B<selinux>"
16895 msgstr ""
16896
16897 #. type: textblock
16898 #: ../src/guestfs-availability.pod:127
16899 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
16900 msgstr ""
16901
16902 #. type: =item
16903 #: ../src/guestfs-availability.pod:131
16904 msgid "B<xz>"
16905 msgstr ""
16906
16907 #. type: textblock
16908 #: ../src/guestfs-availability.pod:133
16909 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
16910 msgstr ""
16911
16912 #. type: =item
16913 #: ../src/guestfs-availability.pod:137
16914 msgid "B<zerofree>"
16915 msgstr ""
16916
16917 #. type: textblock
16918 #: ../src/guestfs-availability.pod:139
16919 msgid "The following functions: L</guestfs_zerofree>"
16920 msgstr ""
16921
16922 #. type: =head2
16923 #: ../src/guestfs-structs.pod:1
16924 msgid "guestfs_int_bool"
16925 msgstr ""
16926
16927 #. type: verbatim
16928 #: ../src/guestfs-structs.pod:3
16929 #, no-wrap
16930 msgid ""
16931 " struct guestfs_int_bool {\n"
16932 "   int32_t i;\n"
16933 "   int32_t b;\n"
16934 " };\n"
16935 " \n"
16936 msgstr ""
16937
16938 #. type: verbatim
16939 #: ../src/guestfs-structs.pod:8
16940 #, no-wrap
16941 msgid ""
16942 " struct guestfs_int_bool_list {\n"
16943 "   uint32_t len; /* Number of elements in list. */\n"
16944 "   struct guestfs_int_bool *val; /* Elements. */\n"
16945 " };\n"
16946 " \n"
16947 msgstr ""
16948
16949 #. type: verbatim
16950 #: ../src/guestfs-structs.pod:13
16951 #, no-wrap
16952 msgid ""
16953 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
16954 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
16955 "\n"
16956 msgstr ""
16957
16958 #. type: =head2
16959 #: ../src/guestfs-structs.pod:16
16960 msgid "guestfs_lvm_pv"
16961 msgstr ""
16962
16963 #. type: verbatim
16964 #: ../src/guestfs-structs.pod:18
16965 #, no-wrap
16966 msgid ""
16967 " struct guestfs_lvm_pv {\n"
16968 "   char *pv_name;\n"
16969 "   /* The next field is NOT nul-terminated, be careful when printing it: "
16970 "*/\n"
16971 "   char pv_uuid[32];\n"
16972 "   char *pv_fmt;\n"
16973 "   uint64_t pv_size;\n"
16974 "   uint64_t dev_size;\n"
16975 "   uint64_t pv_free;\n"
16976 "   uint64_t pv_used;\n"
16977 "   char *pv_attr;\n"
16978 "   int64_t pv_pe_count;\n"
16979 "   int64_t pv_pe_alloc_count;\n"
16980 "   char *pv_tags;\n"
16981 "   uint64_t pe_start;\n"
16982 "   int64_t pv_mda_count;\n"
16983 "   uint64_t pv_mda_free;\n"
16984 " };\n"
16985 " \n"
16986 msgstr ""
16987
16988 #. type: verbatim
16989 #: ../src/guestfs-structs.pod:36
16990 #, no-wrap
16991 msgid ""
16992 " struct guestfs_lvm_pv_list {\n"
16993 "   uint32_t len; /* Number of elements in list. */\n"
16994 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
16995 " };\n"
16996 " \n"
16997 msgstr ""
16998
16999 #. type: verbatim
17000 #: ../src/guestfs-structs.pod:41
17001 #, no-wrap
17002 msgid ""
17003 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17004 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17005 "\n"
17006 msgstr ""
17007
17008 #. type: =head2
17009 #: ../src/guestfs-structs.pod:44
17010 msgid "guestfs_lvm_vg"
17011 msgstr ""
17012
17013 #. type: verbatim
17014 #: ../src/guestfs-structs.pod:46
17015 #, no-wrap
17016 msgid ""
17017 " struct guestfs_lvm_vg {\n"
17018 "   char *vg_name;\n"
17019 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17020 "*/\n"
17021 "   char vg_uuid[32];\n"
17022 "   char *vg_fmt;\n"
17023 "   char *vg_attr;\n"
17024 "   uint64_t vg_size;\n"
17025 "   uint64_t vg_free;\n"
17026 "   char *vg_sysid;\n"
17027 "   uint64_t vg_extent_size;\n"
17028 "   int64_t vg_extent_count;\n"
17029 "   int64_t vg_free_count;\n"
17030 "   int64_t max_lv;\n"
17031 "   int64_t max_pv;\n"
17032 "   int64_t pv_count;\n"
17033 "   int64_t lv_count;\n"
17034 "   int64_t snap_count;\n"
17035 "   int64_t vg_seqno;\n"
17036 "   char *vg_tags;\n"
17037 "   int64_t vg_mda_count;\n"
17038 "   uint64_t vg_mda_free;\n"
17039 " };\n"
17040 " \n"
17041 msgstr ""
17042
17043 #. type: verbatim
17044 #: ../src/guestfs-structs.pod:69
17045 #, no-wrap
17046 msgid ""
17047 " struct guestfs_lvm_vg_list {\n"
17048 "   uint32_t len; /* Number of elements in list. */\n"
17049 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17050 " };\n"
17051 " \n"
17052 msgstr ""
17053
17054 #. type: verbatim
17055 #: ../src/guestfs-structs.pod:74
17056 #, no-wrap
17057 msgid ""
17058 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17059 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17060 "\n"
17061 msgstr ""
17062
17063 #. type: =head2
17064 #: ../src/guestfs-structs.pod:77
17065 msgid "guestfs_lvm_lv"
17066 msgstr ""
17067
17068 #. type: verbatim
17069 #: ../src/guestfs-structs.pod:79
17070 #, no-wrap
17071 msgid ""
17072 " struct guestfs_lvm_lv {\n"
17073 "   char *lv_name;\n"
17074 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17075 "*/\n"
17076 "   char lv_uuid[32];\n"
17077 "   char *lv_attr;\n"
17078 "   int64_t lv_major;\n"
17079 "   int64_t lv_minor;\n"
17080 "   int64_t lv_kernel_major;\n"
17081 "   int64_t lv_kernel_minor;\n"
17082 "   uint64_t lv_size;\n"
17083 "   int64_t seg_count;\n"
17084 "   char *origin;\n"
17085 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17086 "   float snap_percent;\n"
17087 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17088 "   float copy_percent;\n"
17089 "   char *move_pv;\n"
17090 "   char *lv_tags;\n"
17091 "   char *mirror_log;\n"
17092 "   char *modules;\n"
17093 " };\n"
17094 " \n"
17095 msgstr ""
17096
17097 #. type: verbatim
17098 #: ../src/guestfs-structs.pod:101
17099 #, no-wrap
17100 msgid ""
17101 " struct guestfs_lvm_lv_list {\n"
17102 "   uint32_t len; /* Number of elements in list. */\n"
17103 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17104 " };\n"
17105 " \n"
17106 msgstr ""
17107
17108 #. type: verbatim
17109 #: ../src/guestfs-structs.pod:106
17110 #, no-wrap
17111 msgid ""
17112 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17113 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17114 "\n"
17115 msgstr ""
17116
17117 #. type: verbatim
17118 #: ../src/guestfs-structs.pod:111
17119 #, no-wrap
17120 msgid ""
17121 " struct guestfs_stat {\n"
17122 "   int64_t dev;\n"
17123 "   int64_t ino;\n"
17124 "   int64_t mode;\n"
17125 "   int64_t nlink;\n"
17126 "   int64_t uid;\n"
17127 "   int64_t gid;\n"
17128 "   int64_t rdev;\n"
17129 "   int64_t size;\n"
17130 "   int64_t blksize;\n"
17131 "   int64_t blocks;\n"
17132 "   int64_t atime;\n"
17133 "   int64_t mtime;\n"
17134 "   int64_t ctime;\n"
17135 " };\n"
17136 " \n"
17137 msgstr ""
17138
17139 #. type: verbatim
17140 #: ../src/guestfs-structs.pod:127
17141 #, no-wrap
17142 msgid ""
17143 " struct guestfs_stat_list {\n"
17144 "   uint32_t len; /* Number of elements in list. */\n"
17145 "   struct guestfs_stat *val; /* Elements. */\n"
17146 " };\n"
17147 " \n"
17148 msgstr ""
17149
17150 #. type: verbatim
17151 #: ../src/guestfs-structs.pod:132
17152 #, no-wrap
17153 msgid ""
17154 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17155 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17156 "\n"
17157 msgstr ""
17158
17159 #. type: verbatim
17160 #: ../src/guestfs-structs.pod:137
17161 #, no-wrap
17162 msgid ""
17163 " struct guestfs_statvfs {\n"
17164 "   int64_t bsize;\n"
17165 "   int64_t frsize;\n"
17166 "   int64_t blocks;\n"
17167 "   int64_t bfree;\n"
17168 "   int64_t bavail;\n"
17169 "   int64_t files;\n"
17170 "   int64_t ffree;\n"
17171 "   int64_t favail;\n"
17172 "   int64_t fsid;\n"
17173 "   int64_t flag;\n"
17174 "   int64_t namemax;\n"
17175 " };\n"
17176 " \n"
17177 msgstr ""
17178
17179 #. type: verbatim
17180 #: ../src/guestfs-structs.pod:151
17181 #, no-wrap
17182 msgid ""
17183 " struct guestfs_statvfs_list {\n"
17184 "   uint32_t len; /* Number of elements in list. */\n"
17185 "   struct guestfs_statvfs *val; /* Elements. */\n"
17186 " };\n"
17187 " \n"
17188 msgstr ""
17189
17190 #. type: verbatim
17191 #: ../src/guestfs-structs.pod:156
17192 #, no-wrap
17193 msgid ""
17194 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17195 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17196 "\n"
17197 msgstr ""
17198
17199 #. type: =head2
17200 #: ../src/guestfs-structs.pod:159
17201 msgid "guestfs_dirent"
17202 msgstr ""
17203
17204 #. type: verbatim
17205 #: ../src/guestfs-structs.pod:161
17206 #, no-wrap
17207 msgid ""
17208 " struct guestfs_dirent {\n"
17209 "   int64_t ino;\n"
17210 "   char ftyp;\n"
17211 "   char *name;\n"
17212 " };\n"
17213 " \n"
17214 msgstr ""
17215
17216 #. type: verbatim
17217 #: ../src/guestfs-structs.pod:167
17218 #, no-wrap
17219 msgid ""
17220 " struct guestfs_dirent_list {\n"
17221 "   uint32_t len; /* Number of elements in list. */\n"
17222 "   struct guestfs_dirent *val; /* Elements. */\n"
17223 " };\n"
17224 " \n"
17225 msgstr ""
17226
17227 #. type: verbatim
17228 #: ../src/guestfs-structs.pod:172
17229 #, no-wrap
17230 msgid ""
17231 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17232 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17233 "\n"
17234 msgstr ""
17235
17236 #. type: verbatim
17237 #: ../src/guestfs-structs.pod:177
17238 #, no-wrap
17239 msgid ""
17240 " struct guestfs_version {\n"
17241 "   int64_t major;\n"
17242 "   int64_t minor;\n"
17243 "   int64_t release;\n"
17244 "   char *extra;\n"
17245 " };\n"
17246 " \n"
17247 msgstr ""
17248
17249 #. type: verbatim
17250 #: ../src/guestfs-structs.pod:184
17251 #, no-wrap
17252 msgid ""
17253 " struct guestfs_version_list {\n"
17254 "   uint32_t len; /* Number of elements in list. */\n"
17255 "   struct guestfs_version *val; /* Elements. */\n"
17256 " };\n"
17257 " \n"
17258 msgstr ""
17259
17260 #. type: verbatim
17261 #: ../src/guestfs-structs.pod:189
17262 #, no-wrap
17263 msgid ""
17264 " void guestfs_free_version (struct guestfs_free_version *);\n"
17265 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17266 "\n"
17267 msgstr ""
17268
17269 #. type: =head2
17270 #: ../src/guestfs-structs.pod:192
17271 msgid "guestfs_xattr"
17272 msgstr ""
17273
17274 #. type: verbatim
17275 #: ../src/guestfs-structs.pod:194
17276 #, no-wrap
17277 msgid ""
17278 " struct guestfs_xattr {\n"
17279 "   char *attrname;\n"
17280 "   /* The next two fields describe a byte array. */\n"
17281 "   uint32_t attrval_len;\n"
17282 "   char *attrval;\n"
17283 " };\n"
17284 " \n"
17285 msgstr ""
17286
17287 #. type: verbatim
17288 #: ../src/guestfs-structs.pod:201
17289 #, no-wrap
17290 msgid ""
17291 " struct guestfs_xattr_list {\n"
17292 "   uint32_t len; /* Number of elements in list. */\n"
17293 "   struct guestfs_xattr *val; /* Elements. */\n"
17294 " };\n"
17295 " \n"
17296 msgstr ""
17297
17298 #. type: verbatim
17299 #: ../src/guestfs-structs.pod:206
17300 #, no-wrap
17301 msgid ""
17302 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17303 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17304 "\n"
17305 msgstr ""
17306
17307 #. type: =head2
17308 #: ../src/guestfs-structs.pod:209
17309 msgid "guestfs_inotify_event"
17310 msgstr ""
17311
17312 #. type: verbatim
17313 #: ../src/guestfs-structs.pod:211
17314 #, no-wrap
17315 msgid ""
17316 " struct guestfs_inotify_event {\n"
17317 "   int64_t in_wd;\n"
17318 "   uint32_t in_mask;\n"
17319 "   uint32_t in_cookie;\n"
17320 "   char *in_name;\n"
17321 " };\n"
17322 " \n"
17323 msgstr ""
17324
17325 #. type: verbatim
17326 #: ../src/guestfs-structs.pod:218
17327 #, no-wrap
17328 msgid ""
17329 " struct guestfs_inotify_event_list {\n"
17330 "   uint32_t len; /* Number of elements in list. */\n"
17331 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17332 " };\n"
17333 " \n"
17334 msgstr ""
17335
17336 #. type: verbatim
17337 #: ../src/guestfs-structs.pod:223
17338 #, no-wrap
17339 msgid ""
17340 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17341 " void guestfs_free_inotify_event_list (struct "
17342 "guestfs_free_inotify_event_list *);\n"
17343 "\n"
17344 msgstr ""
17345
17346 #. type: =head2
17347 #: ../src/guestfs-structs.pod:226
17348 msgid "guestfs_partition"
17349 msgstr ""
17350
17351 #. type: verbatim
17352 #: ../src/guestfs-structs.pod:228
17353 #, no-wrap
17354 msgid ""
17355 " struct guestfs_partition {\n"
17356 "   int32_t part_num;\n"
17357 "   uint64_t part_start;\n"
17358 "   uint64_t part_end;\n"
17359 "   uint64_t part_size;\n"
17360 " };\n"
17361 " \n"
17362 msgstr ""
17363
17364 #. type: verbatim
17365 #: ../src/guestfs-structs.pod:235
17366 #, no-wrap
17367 msgid ""
17368 " struct guestfs_partition_list {\n"
17369 "   uint32_t len; /* Number of elements in list. */\n"
17370 "   struct guestfs_partition *val; /* Elements. */\n"
17371 " };\n"
17372 " \n"
17373 msgstr ""
17374
17375 #. type: verbatim
17376 #: ../src/guestfs-structs.pod:240
17377 #, no-wrap
17378 msgid ""
17379 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17380 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17381 "\n"
17382 msgstr ""
17383
17384 #. type: =head2
17385 #: ../src/guestfs-structs.pod:243
17386 msgid "guestfs_application"
17387 msgstr ""
17388
17389 #. type: verbatim
17390 #: ../src/guestfs-structs.pod:245
17391 #, no-wrap
17392 msgid ""
17393 " struct guestfs_application {\n"
17394 "   char *app_name;\n"
17395 "   char *app_display_name;\n"
17396 "   int32_t app_epoch;\n"
17397 "   char *app_version;\n"
17398 "   char *app_release;\n"
17399 "   char *app_install_path;\n"
17400 "   char *app_trans_path;\n"
17401 "   char *app_publisher;\n"
17402 "   char *app_url;\n"
17403 "   char *app_source_package;\n"
17404 "   char *app_summary;\n"
17405 "   char *app_description;\n"
17406 " };\n"
17407 " \n"
17408 msgstr ""
17409
17410 #. type: verbatim
17411 #: ../src/guestfs-structs.pod:260
17412 #, no-wrap
17413 msgid ""
17414 " struct guestfs_application_list {\n"
17415 "   uint32_t len; /* Number of elements in list. */\n"
17416 "   struct guestfs_application *val; /* Elements. */\n"
17417 " };\n"
17418 " \n"
17419 msgstr ""
17420
17421 #. type: verbatim
17422 #: ../src/guestfs-structs.pod:265
17423 #, no-wrap
17424 msgid ""
17425 " void guestfs_free_application (struct guestfs_free_application *);\n"
17426 " void guestfs_free_application_list (struct guestfs_free_application_list "
17427 "*);\n"
17428 "\n"
17429 msgstr ""
17430
17431 #. type: textblock
17432 #: ../fish/guestfish.pod:5
17433 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17434 msgstr ""
17435
17436 #. type: verbatim
17437 #: ../fish/guestfish.pod:9
17438 #, no-wrap
17439 msgid ""
17440 " guestfish [--options] [commands]\n"
17441 "\n"
17442 msgstr ""
17443
17444 #. type: verbatim
17445 #: ../fish/guestfish.pod:11
17446 #, no-wrap
17447 msgid ""
17448 " guestfish\n"
17449 "\n"
17450 msgstr ""
17451
17452 #. type: verbatim
17453 #: ../fish/guestfish.pod:13
17454 #, no-wrap
17455 msgid ""
17456 " guestfish [--ro|--rw] -a disk.img\n"
17457 "\n"
17458 msgstr ""
17459
17460 #. type: verbatim
17461 #: ../fish/guestfish.pod:15
17462 #, no-wrap
17463 msgid ""
17464 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17465 "\n"
17466 msgstr ""
17467
17468 #. type: verbatim
17469 #: ../fish/guestfish.pod:17
17470 #, no-wrap
17471 msgid ""
17472 " guestfish -d libvirt-domain\n"
17473 "\n"
17474 msgstr ""
17475
17476 #. type: verbatim
17477 #: ../fish/guestfish.pod:19
17478 #, no-wrap
17479 msgid ""
17480 " guestfish [--ro|--rw] -a disk.img -i\n"
17481 "\n"
17482 msgstr ""
17483
17484 #. type: verbatim
17485 #: ../fish/guestfish.pod:21
17486 #, no-wrap
17487 msgid ""
17488 " guestfish -d libvirt-domain -i\n"
17489 "\n"
17490 msgstr ""
17491
17492 #. type: =head1
17493 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
17494 msgid "WARNING"
17495 msgstr ""
17496
17497 #. type: textblock
17498 #: ../fish/guestfish.pod:25
17499 msgid ""
17500 "Using guestfish in read/write mode on live virtual machines can be "
17501 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17502 "option to use guestfish safely if the disk image or virtual machine might be "
17503 "live."
17504 msgstr ""
17505
17506 #. type: textblock
17507 #: ../fish/guestfish.pod:32
17508 msgid ""
17509 "Guestfish is a shell and command-line tool for examining and modifying "
17510 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17511 "functionality of the guestfs API, see L<guestfs(3)>."
17512 msgstr ""
17513
17514 #. type: textblock
17515 #: ../fish/guestfish.pod:36
17516 msgid ""
17517 "Guestfish gives you structured access to the libguestfs API, from shell "
17518 "scripts or the command line or interactively.  If you want to rescue a "
17519 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17520 "command."
17521 msgstr ""
17522
17523 #. type: =head1
17524 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
17525 msgid "EXAMPLES"
17526 msgstr ""
17527
17528 #. type: =head2
17529 #: ../fish/guestfish.pod:43
17530 msgid "As an interactive shell"
17531 msgstr ""
17532
17533 #. type: verbatim
17534 #: ../fish/guestfish.pod:45
17535 #, no-wrap
17536 msgid ""
17537 " $ guestfish\n"
17538 " \n"
17539 msgstr ""
17540
17541 #. type: verbatim
17542 #: ../fish/guestfish.pod:47
17543 #, no-wrap
17544 msgid ""
17545 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17546 " editing virtual machine filesystems.\n"
17547 " \n"
17548 msgstr ""
17549
17550 #. type: verbatim
17551 #: ../fish/guestfish.pod:50
17552 #, no-wrap
17553 msgid ""
17554 " Type: 'help' for a list of commands\n"
17555 "       'man' to read the manual\n"
17556 "       'quit' to quit the shell\n"
17557 " \n"
17558 msgstr ""
17559
17560 #. type: verbatim
17561 #: ../fish/guestfish.pod:54
17562 #, no-wrap
17563 msgid ""
17564 " ><fs> add-ro disk.img\n"
17565 " ><fs> run\n"
17566 " ><fs> list-filesystems\n"
17567 " /dev/sda1: ext4\n"
17568 " /dev/vg_guest/lv_root: ext4\n"
17569 " /dev/vg_guest/lv_swap: swap\n"
17570 " ><fs> mount /dev/vg_guest/lv_root /\n"
17571 " ><fs> cat /etc/fstab\n"
17572 " # /etc/fstab\n"
17573 " # Created by anaconda\n"
17574 " [...]\n"
17575 " ><fs> exit\n"
17576 "\n"
17577 msgstr ""
17578
17579 #. type: =head2
17580 #: ../fish/guestfish.pod:67
17581 msgid "From shell scripts"
17582 msgstr ""
17583
17584 #. type: textblock
17585 #: ../fish/guestfish.pod:69
17586 msgid "Create a new C</etc/motd> file in a guest or disk image:"
17587 msgstr ""
17588
17589 #. type: verbatim
17590 #: ../fish/guestfish.pod:71
17591 #, no-wrap
17592 msgid ""
17593 " guestfish <<_EOF_\n"
17594 " add disk.img\n"
17595 " run\n"
17596 " mount /dev/vg_guest/lv_root /\n"
17597 " write /etc/motd \"Welcome, new users\"\n"
17598 " _EOF_\n"
17599 "\n"
17600 msgstr ""
17601
17602 #. type: textblock
17603 #: ../fish/guestfish.pod:78
17604 msgid "List the LVM logical volumes in a disk image:"
17605 msgstr ""
17606
17607 #. type: verbatim
17608 #: ../fish/guestfish.pod:80
17609 #, no-wrap
17610 msgid ""
17611 " guestfish -a disk.img --ro <<_EOF_\n"
17612 " run\n"
17613 " lvs\n"
17614 " _EOF_\n"
17615 "\n"
17616 msgstr ""
17617
17618 #. type: textblock
17619 #: ../fish/guestfish.pod:85
17620 msgid "List all the filesystems in a disk image:"
17621 msgstr ""
17622
17623 #. type: verbatim
17624 #: ../fish/guestfish.pod:87
17625 #, no-wrap
17626 msgid ""
17627 " guestfish -a disk.img --ro <<_EOF_\n"
17628 " run\n"
17629 " list-filesystems\n"
17630 " _EOF_\n"
17631 "\n"
17632 msgstr ""
17633
17634 #. type: =head2
17635 #: ../fish/guestfish.pod:92
17636 msgid "On one command line"
17637 msgstr ""
17638
17639 #. type: textblock
17640 #: ../fish/guestfish.pod:94
17641 msgid "Update C</etc/resolv.conf> in a guest:"
17642 msgstr ""
17643
17644 #. type: verbatim
17645 #: ../fish/guestfish.pod:96
17646 #, no-wrap
17647 msgid ""
17648 " guestfish \\\n"
17649 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17650 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17651 "\n"
17652 msgstr ""
17653
17654 #. type: textblock
17655 #: ../fish/guestfish.pod:100
17656 msgid "Edit C</boot/grub/grub.conf> interactively:"
17657 msgstr ""
17658
17659 #. type: verbatim
17660 #: ../fish/guestfish.pod:102
17661 #, no-wrap
17662 msgid ""
17663 " guestfish --rw --add disk.img \\\n"
17664 "   --mount /dev/vg_guest/lv_root \\\n"
17665 "   --mount /dev/sda1:/boot \\\n"
17666 "   edit /boot/grub/grub.conf\n"
17667 "\n"
17668 msgstr ""
17669
17670 #. type: =head2
17671 #: ../fish/guestfish.pod:107
17672 msgid "Mount disks automatically"
17673 msgstr ""
17674
17675 #. type: textblock
17676 #: ../fish/guestfish.pod:109
17677 msgid ""
17678 "Use the I<-i> option to automatically mount the disks from a virtual "
17679 "machine:"
17680 msgstr ""
17681
17682 #. type: verbatim
17683 #: ../fish/guestfish.pod:112
17684 #, no-wrap
17685 msgid ""
17686 " guestfish --ro -a disk.img -i cat /etc/group\n"
17687 "\n"
17688 msgstr ""
17689
17690 #. type: verbatim
17691 #: ../fish/guestfish.pod:114
17692 #, no-wrap
17693 msgid ""
17694 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17695 "\n"
17696 msgstr ""
17697
17698 #. type: textblock
17699 #: ../fish/guestfish.pod:116
17700 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17701 msgstr ""
17702
17703 #. type: verbatim
17704 #: ../fish/guestfish.pod:118
17705 #, no-wrap
17706 msgid ""
17707 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17708 "\n"
17709 msgstr ""
17710
17711 #. type: =head2
17712 #: ../fish/guestfish.pod:120
17713 msgid "As a script interpreter"
17714 msgstr ""
17715
17716 #. type: textblock
17717 #: ../fish/guestfish.pod:122
17718 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17719 msgstr ""
17720
17721 #. type: verbatim
17722 #: ../fish/guestfish.pod:124
17723 #, no-wrap
17724 msgid ""
17725 " #!/usr/bin/guestfish -f\n"
17726 " sparse test1.img 100M\n"
17727 " run\n"
17728 " part-disk /dev/sda mbr\n"
17729 " mkfs ext2 /dev/sda1\n"
17730 "\n"
17731 msgstr ""
17732
17733 #. type: =head2
17734 #: ../fish/guestfish.pod:130
17735 msgid "Start with a prepared disk"
17736 msgstr ""
17737
17738 #. type: textblock
17739 #: ../fish/guestfish.pod:132
17740 msgid ""
17741 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17742 "single ext2-formatted partition:"
17743 msgstr ""
17744
17745 #. type: verbatim
17746 #: ../fish/guestfish.pod:135
17747 #, no-wrap
17748 msgid ""
17749 " guestfish -N fs\n"
17750 "\n"
17751 msgstr ""
17752
17753 #. type: textblock
17754 #: ../fish/guestfish.pod:137
17755 msgid "To list what is available do:"
17756 msgstr ""
17757
17758 #. type: verbatim
17759 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
17760 #, no-wrap
17761 msgid ""
17762 " guestfish -N help | less\n"
17763 "\n"
17764 msgstr ""
17765
17766 #. type: =head2
17767 #: ../fish/guestfish.pod:141
17768 msgid "Remote control"
17769 msgstr ""
17770
17771 #. type: verbatim
17772 #: ../fish/guestfish.pod:143
17773 #, no-wrap
17774 msgid ""
17775 " eval \"`guestfish --listen`\"\n"
17776 " guestfish --remote add-ro disk.img\n"
17777 " guestfish --remote run\n"
17778 " guestfish --remote lvs\n"
17779 "\n"
17780 msgstr ""
17781
17782 #. type: =head1
17783 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
17784 msgid "OPTIONS"
17785 msgstr ""
17786
17787 #. type: =item
17788 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104 ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
17789 msgid "B<--help>"
17790 msgstr ""
17791
17792 #. type: textblock
17793 #: ../fish/guestfish.pod:154
17794 msgid "Displays general help on options."
17795 msgstr ""
17796
17797 #. type: =item
17798 #: ../fish/guestfish.pod:156
17799 msgid "B<-h>"
17800 msgstr ""
17801
17802 #. type: =item
17803 #: ../fish/guestfish.pod:158
17804 msgid "B<--cmd-help>"
17805 msgstr ""
17806
17807 #. type: textblock
17808 #: ../fish/guestfish.pod:160
17809 msgid "Lists all available guestfish commands."
17810 msgstr ""
17811
17812 #. type: =item
17813 #: ../fish/guestfish.pod:162
17814 msgid "B<-h cmd>"
17815 msgstr ""
17816
17817 #. type: =item
17818 #: ../fish/guestfish.pod:164
17819 msgid "B<--cmd-help cmd>"
17820 msgstr ""
17821
17822 #. type: textblock
17823 #: ../fish/guestfish.pod:166
17824 msgid "Displays detailed help on a single command C<cmd>."
17825 msgstr ""
17826
17827 #. type: =item
17828 #: ../fish/guestfish.pod:168
17829 msgid "B<-a image>"
17830 msgstr ""
17831
17832 #. type: =item
17833 #: ../fish/guestfish.pod:170
17834 msgid "B<--add image>"
17835 msgstr ""
17836
17837 #. type: textblock
17838 #: ../fish/guestfish.pod:172
17839 msgid "Add a block device or virtual machine image to the shell."
17840 msgstr ""
17841
17842 #. type: textblock
17843 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
17844 msgid ""
17845 "The format of the disk image is auto-detected.  To override this and force a "
17846 "particular format use the I<--format=..> option."
17847 msgstr ""
17848
17849 #. type: textblock
17850 #: ../fish/guestfish.pod:177
17851 msgid ""
17852 "Using this flag is mostly equivalent to using the C<add> command, with "
17853 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17854 "the I<--format:...> flag was given."
17855 msgstr ""
17856
17857 #. type: =item
17858 #: ../fish/guestfish.pod:181
17859 msgid "B<-c URI>"
17860 msgstr ""
17861
17862 #. type: =item
17863 #: ../fish/guestfish.pod:183
17864 msgid "B<--connect URI>"
17865 msgstr ""
17866
17867 #. type: textblock
17868 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
17869 msgid ""
17870 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17871 "URI to use.  The default is to use the default libvirt connection."
17872 msgstr ""
17873
17874 #. type: =item
17875 #: ../fish/guestfish.pod:189
17876 msgid "B<--csh>"
17877 msgstr ""
17878
17879 #. type: textblock
17880 #: ../fish/guestfish.pod:191
17881 msgid ""
17882 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17883 "section L</REMOTE CONTROL AND CSH> below."
17884 msgstr ""
17885
17886 #. type: =item
17887 #: ../fish/guestfish.pod:194
17888 msgid "B<-d libvirt-domain>"
17889 msgstr ""
17890
17891 #. type: =item
17892 #: ../fish/guestfish.pod:196
17893 msgid "B<--domain libvirt-domain>"
17894 msgstr ""
17895
17896 #. type: textblock
17897 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
17898 msgid ""
17899 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17900 "used, then any libvirt domain can be used.  However in write mode, only "
17901 "libvirt domains which are shut down can be named here."
17902 msgstr ""
17903
17904 #. type: textblock
17905 #: ../fish/guestfish.pod:202
17906 msgid ""
17907 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17908 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17909 "if the I<--format:...> flag was given."
17910 msgstr ""
17911
17912 #. type: =item
17913 #: ../fish/guestfish.pod:206
17914 msgid "B<-D>"
17915 msgstr ""
17916
17917 #. type: =item
17918 #: ../fish/guestfish.pod:208
17919 msgid "B<--no-dest-paths>"
17920 msgstr ""
17921
17922 #. type: textblock
17923 #: ../fish/guestfish.pod:210
17924 msgid ""
17925 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17926 "to hit the tab key to complete paths on the guest filesystem, but this "
17927 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17928 "allow this feature to be disabled."
17929 msgstr ""
17930
17931 #. type: =item
17932 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
17933 msgid "B<--echo-keys>"
17934 msgstr ""
17935
17936 #. type: textblock
17937 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
17938 msgid ""
17939 "When prompting for keys and passphrases, guestfish normally turns echoing "
17940 "off so you cannot see what you are typing.  If you are not worried about "
17941 "Tempest attacks and there is no one else in the room you can specify this "
17942 "flag to see what you are typing."
17943 msgstr ""
17944
17945 #. type: =item
17946 #: ../fish/guestfish.pod:222
17947 msgid "B<-f file>"
17948 msgstr ""
17949
17950 #. type: =item
17951 #: ../fish/guestfish.pod:224
17952 msgid "B<--file file>"
17953 msgstr ""
17954
17955 #. type: textblock
17956 #: ../fish/guestfish.pod:226
17957 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
17958 msgstr ""
17959
17960 #. type: verbatim
17961 #: ../fish/guestfish.pod:229
17962 #, no-wrap
17963 msgid ""
17964 " #!/usr/bin/guestfish -f\n"
17965 "\n"
17966 msgstr ""
17967
17968 #. type: =item
17969 #: ../fish/guestfish.pod:231
17970 msgid "B<--format=raw|qcow2|..>"
17971 msgstr ""
17972
17973 #. type: =item
17974 #: ../fish/guestfish.pod:233
17975 msgid "B<--format>"
17976 msgstr ""
17977
17978 #. type: textblock
17979 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
17980 msgid ""
17981 "The default for the I<-a> option is to auto-detect the format of the disk "
17982 "image.  Using this forces the disk format for I<-a> options which follow on "
17983 "the command line.  Using I<--format> with no argument switches back to "
17984 "auto-detection for subsequent I<-a> options."
17985 msgstr ""
17986
17987 #. type: verbatim
17988 #: ../fish/guestfish.pod:242
17989 #, no-wrap
17990 msgid ""
17991 " guestfish --format=raw -a disk.img\n"
17992 "\n"
17993 msgstr ""
17994
17995 #. type: textblock
17996 #: ../fish/guestfish.pod:244
17997 msgid "forces raw format (no auto-detection) for C<disk.img>."
17998 msgstr ""
17999
18000 #. type: verbatim
18001 #: ../fish/guestfish.pod:246
18002 #, no-wrap
18003 msgid ""
18004 " guestfish --format=raw -a disk.img --format -a another.img\n"
18005 "\n"
18006 msgstr ""
18007
18008 #. type: textblock
18009 #: ../fish/guestfish.pod:248
18010 msgid ""
18011 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18012 "auto-detection for C<another.img>."
18013 msgstr ""
18014
18015 #. type: textblock
18016 #: ../fish/guestfish.pod:251
18017 msgid ""
18018 "If you have untrusted raw-format guest disk images, you should use this "
18019 "option to specify the disk format.  This avoids a possible security problem "
18020 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18021 msgstr ""
18022
18023 #. type: =item
18024 #: ../fish/guestfish.pod:256
18025 msgid "B<-i>"
18026 msgstr ""
18027
18028 #. type: =item
18029 #: ../fish/guestfish.pod:258
18030 msgid "B<--inspector>"
18031 msgstr ""
18032
18033 #. type: textblock
18034 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18035 msgid ""
18036 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18037 "system and mount filesystems as they would be mounted on the real virtual "
18038 "machine."
18039 msgstr ""
18040
18041 #. type: textblock
18042 #: ../fish/guestfish.pod:264
18043 msgid "Typical usage is either:"
18044 msgstr ""
18045
18046 #. type: verbatim
18047 #: ../fish/guestfish.pod:266
18048 #, no-wrap
18049 msgid ""
18050 " guestfish -d myguest -i\n"
18051 "\n"
18052 msgstr ""
18053
18054 #. type: textblock
18055 #: ../fish/guestfish.pod:268
18056 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18057 msgstr ""
18058
18059 #. type: verbatim
18060 #: ../fish/guestfish.pod:270
18061 #, no-wrap
18062 msgid ""
18063 " guestfish --ro -d myguest -i\n"
18064 "\n"
18065 msgstr ""
18066
18067 #. type: textblock
18068 #: ../fish/guestfish.pod:272
18069 msgid "(for active domains, readonly), or specify the block device directly:"
18070 msgstr ""
18071
18072 #. type: verbatim
18073 #: ../fish/guestfish.pod:274
18074 #, no-wrap
18075 msgid ""
18076 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18077 "\n"
18078 msgstr ""
18079
18080 #. type: textblock
18081 #: ../fish/guestfish.pod:276
18082 msgid ""
18083 "Note that the command line syntax changed slightly over older versions of "
18084 "guestfish.  You can still use the old syntax:"
18085 msgstr ""
18086
18087 #. type: verbatim
18088 #: ../fish/guestfish.pod:279
18089 #, no-wrap
18090 msgid ""
18091 " guestfish [--ro] -i disk.img\n"
18092 "\n"
18093 msgstr ""
18094
18095 #. type: verbatim
18096 #: ../fish/guestfish.pod:281
18097 #, no-wrap
18098 msgid ""
18099 " guestfish [--ro] -i libvirt-domain\n"
18100 "\n"
18101 msgstr ""
18102
18103 #. type: textblock
18104 #: ../fish/guestfish.pod:283
18105 msgid ""
18106 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18107 "then using other commands to mount the filesystems that were found."
18108 msgstr ""
18109
18110 #. type: =item
18111 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18112 msgid "B<--keys-from-stdin>"
18113 msgstr ""
18114
18115 #. type: textblock
18116 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18117 msgid ""
18118 "Read key or passphrase parameters from stdin.  The default is to try to read "
18119 "passphrases from the user by opening C</dev/tty>."
18120 msgstr ""
18121
18122 #. type: =item
18123 #: ../fish/guestfish.pod:292
18124 msgid "B<--listen>"
18125 msgstr ""
18126
18127 #. type: textblock
18128 #: ../fish/guestfish.pod:294
18129 msgid ""
18130 "Fork into the background and listen for remote commands.  See section "
18131 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18132 msgstr ""
18133
18134 #. type: =item
18135 #: ../fish/guestfish.pod:297
18136 msgid "B<-m dev[:mountpoint]>"
18137 msgstr ""
18138
18139 #. type: =item
18140 #: ../fish/guestfish.pod:299
18141 msgid "B<--mount dev[:mountpoint]>"
18142 msgstr ""
18143
18144 #. type: textblock
18145 #: ../fish/guestfish.pod:301
18146 msgid "Mount the named partition or logical volume on the given mountpoint."
18147 msgstr ""
18148
18149 #. type: textblock
18150 #: ../fish/guestfish.pod:303
18151 msgid "If the mountpoint is omitted, it defaults to C</>."
18152 msgstr ""
18153
18154 #. type: textblock
18155 #: ../fish/guestfish.pod:305
18156 msgid "You have to mount something on C</> before most commands will work."
18157 msgstr ""
18158
18159 #. type: textblock
18160 #: ../fish/guestfish.pod:307
18161 msgid ""
18162 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18163 "launched."
18164 msgstr ""
18165
18166 #. type: textblock
18167 #: ../fish/guestfish.pod:310
18168 msgid ""
18169 "If you don't know what filesystems a disk image contains, you can either run "
18170 "guestfish without this option, then list the partitions, filesystems and LVs "
18171 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18172 "commands), or you can use the L<virt-filesystems(1)> program."
18173 msgstr ""
18174
18175 #. type: textblock
18176 #: ../fish/guestfish.pod:316
18177 msgid ""
18178 "Using this flag is mostly equivalent to using the C<mount-options> command "
18179 "or the C<mount-ro> command if the I<--ro> flag was given."
18180 msgstr ""
18181
18182 #. type: =item
18183 #: ../fish/guestfish.pod:319
18184 msgid "B<-n>"
18185 msgstr ""
18186
18187 #. type: =item
18188 #: ../fish/guestfish.pod:321
18189 msgid "B<--no-sync>"
18190 msgstr ""
18191
18192 #. type: textblock
18193 #: ../fish/guestfish.pod:323
18194 msgid ""
18195 "Disable autosync.  This is enabled by default.  See the discussion of "
18196 "autosync in the L<guestfs(3)> manpage."
18197 msgstr ""
18198
18199 #. type: =item
18200 #: ../fish/guestfish.pod:326
18201 msgid "B<-N type>"
18202 msgstr ""
18203
18204 #. type: =item
18205 #: ../fish/guestfish.pod:328
18206 msgid "B<--new type>"
18207 msgstr ""
18208
18209 #. type: =item
18210 #: ../fish/guestfish.pod:330
18211 msgid "B<-N help>"
18212 msgstr ""
18213
18214 #. type: textblock
18215 #: ../fish/guestfish.pod:332
18216 msgid ""
18217 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18218 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18219 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18220 "IMAGES> below."
18221 msgstr ""
18222
18223 #. type: =item
18224 #: ../fish/guestfish.pod:337
18225 msgid "B<--progress-bars>"
18226 msgstr ""
18227
18228 #. type: textblock
18229 #: ../fish/guestfish.pod:339
18230 msgid "Enable progress bars, even when guestfish is used non-interactively."
18231 msgstr ""
18232
18233 #. type: textblock
18234 #: ../fish/guestfish.pod:341
18235 msgid ""
18236 "Progress bars are enabled by default when guestfish is used as an "
18237 "interactive shell."
18238 msgstr ""
18239
18240 #. type: =item
18241 #: ../fish/guestfish.pod:344
18242 msgid "B<--no-progress-bars>"
18243 msgstr ""
18244
18245 #. type: textblock
18246 #: ../fish/guestfish.pod:346
18247 msgid "Disable progress bars."
18248 msgstr ""
18249
18250 #. type: =item
18251 #: ../fish/guestfish.pod:348
18252 msgid "B<--remote[=pid]>"
18253 msgstr ""
18254
18255 #. type: textblock
18256 #: ../fish/guestfish.pod:350
18257 msgid ""
18258 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18259 "CONTROL GUESTFISH OVER A SOCKET> below."
18260 msgstr ""
18261
18262 #. type: =item
18263 #: ../fish/guestfish.pod:353
18264 msgid "B<-r>"
18265 msgstr ""
18266
18267 #. type: =item
18268 #: ../fish/guestfish.pod:355
18269 msgid "B<--ro>"
18270 msgstr ""
18271
18272 #. type: textblock
18273 #: ../fish/guestfish.pod:357
18274 msgid ""
18275 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18276 "mounts are done read-only."
18277 msgstr ""
18278
18279 #. type: textblock
18280 #: ../fish/guestfish.pod:360
18281 msgid ""
18282 "The option must always be used if the disk image or virtual machine might be "
18283 "running, and is generally recommended in cases where you don't need write "
18284 "access to the disk."
18285 msgstr ""
18286
18287 #. type: textblock
18288 #: ../fish/guestfish.pod:364
18289 msgid ""
18290 "Note that prepared disk images created with I<-N> are not affected by this "
18291 "option.  Also commands like C<add> are not affected - you have to specify "
18292 "the C<readonly:true> option explicitly if you need it."
18293 msgstr ""
18294
18295 #. type: textblock
18296 #: ../fish/guestfish.pod:368
18297 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18298 msgstr ""
18299
18300 #. type: =item
18301 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
18302 msgid "B<--selinux>"
18303 msgstr ""
18304
18305 #. type: textblock
18306 #: ../fish/guestfish.pod:372
18307 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18308 msgstr ""
18309
18310 #. type: =item
18311 #: ../fish/guestfish.pod:374
18312 msgid "B<-v>"
18313 msgstr ""
18314
18315 #. type: =item
18316 #: ../fish/guestfish.pod:376
18317 msgid "B<--verbose>"
18318 msgstr ""
18319
18320 #. type: textblock
18321 #: ../fish/guestfish.pod:378
18322 msgid ""
18323 "Enable very verbose messages.  This is particularly useful if you find a "
18324 "bug."
18325 msgstr ""
18326
18327 #. type: =item
18328 #: ../fish/guestfish.pod:381
18329 msgid "B<-V>"
18330 msgstr ""
18331
18332 #. type: =item
18333 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
18334 msgid "B<--version>"
18335 msgstr ""
18336
18337 #. type: textblock
18338 #: ../fish/guestfish.pod:385
18339 msgid "Display the guestfish / libguestfs version number and exit."
18340 msgstr ""
18341
18342 #. type: =item
18343 #: ../fish/guestfish.pod:387
18344 msgid "B<-w>"
18345 msgstr ""
18346
18347 #. type: =item
18348 #: ../fish/guestfish.pod:389
18349 msgid "B<--rw>"
18350 msgstr ""
18351
18352 #. type: textblock
18353 #: ../fish/guestfish.pod:391
18354 msgid ""
18355 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18356 "WRITE> below."
18357 msgstr ""
18358
18359 #. type: =item
18360 #: ../fish/guestfish.pod:394
18361 msgid "B<-x>"
18362 msgstr ""
18363
18364 #. type: textblock
18365 #: ../fish/guestfish.pod:396
18366 msgid "Echo each command before executing it."
18367 msgstr ""
18368
18369 #. type: =head1
18370 #: ../fish/guestfish.pod:400
18371 msgid "COMMANDS ON COMMAND LINE"
18372 msgstr ""
18373
18374 #. type: textblock
18375 #: ../fish/guestfish.pod:402
18376 msgid "Any additional (non-option) arguments are treated as commands to execute."
18377 msgstr ""
18378
18379 #. type: textblock
18380 #: ../fish/guestfish.pod:405
18381 msgid ""
18382 "Commands to execute should be separated by a colon (C<:>), where the colon "
18383 "is a separate parameter.  Thus:"
18384 msgstr ""
18385
18386 #. type: verbatim
18387 #: ../fish/guestfish.pod:408
18388 #, no-wrap
18389 msgid ""
18390 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18391 "\n"
18392 msgstr ""
18393
18394 #. type: textblock
18395 #: ../fish/guestfish.pod:410
18396 msgid ""
18397 "If there are no additional arguments, then we enter a shell, either an "
18398 "interactive shell with a prompt (if the input is a terminal) or a "
18399 "non-interactive shell."
18400 msgstr ""
18401
18402 #. type: textblock
18403 #: ../fish/guestfish.pod:414
18404 msgid ""
18405 "In either command line mode or non-interactive shell, the first command that "
18406 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18407 "prompt) if a command fails, you can continue to enter commands."
18408 msgstr ""
18409
18410 #. type: =head1
18411 #: ../fish/guestfish.pod:419
18412 msgid "USING launch (OR run)"
18413 msgstr ""
18414
18415 #. type: textblock
18416 #: ../fish/guestfish.pod:421
18417 msgid ""
18418 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18419 "then launch it, then mount any disks you need, and finally issue "
18420 "actions/commands.  So the general order of the day is:"
18421 msgstr ""
18422
18423 #. type: textblock
18424 #: ../fish/guestfish.pod:429
18425 msgid "add or -a/--add"
18426 msgstr ""
18427
18428 #. type: textblock
18429 #: ../fish/guestfish.pod:433
18430 msgid "launch (aka run)"
18431 msgstr ""
18432
18433 #. type: textblock
18434 #: ../fish/guestfish.pod:437
18435 msgid "mount or -m/--mount"
18436 msgstr ""
18437
18438 #. type: textblock
18439 #: ../fish/guestfish.pod:441
18440 msgid "any other commands"
18441 msgstr ""
18442
18443 #. type: textblock
18444 #: ../fish/guestfish.pod:445
18445 msgid ""
18446 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18447 "guest before mounting or performing any other commands."
18448 msgstr ""
18449
18450 #. type: textblock
18451 #: ../fish/guestfish.pod:448
18452 msgid ""
18453 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18454 "I<--new> options were given then C<run> is done automatically, simply "
18455 "because guestfish can't perform the action you asked for without doing this."
18456 msgstr ""
18457
18458 #. type: =head1
18459 #: ../fish/guestfish.pod:453
18460 msgid "OPENING DISKS FOR READ AND WRITE"
18461 msgstr ""
18462
18463 #. type: textblock
18464 #: ../fish/guestfish.pod:455
18465 msgid ""
18466 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18467 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18468 "open disk images read-only or for writing."
18469 msgstr ""
18470
18471 #. type: textblock
18472 #: ../fish/guestfish.pod:459
18473 msgid ""
18474 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18475 "disk images supplied on the command line for write.  To open a disk image "
18476 "read-only you have to do I<-a image --ro>."
18477 msgstr ""
18478
18479 #. type: textblock
18480 #: ../fish/guestfish.pod:463
18481 msgid ""
18482 "This matters: If you accidentally open a live VM disk image writable then "
18483 "you will cause irreversible disk corruption."
18484 msgstr ""
18485
18486 #. type: textblock
18487 #: ../fish/guestfish.pod:466
18488 msgid ""
18489 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18490 "images will be opened read-only.  You will have to either specify "
18491 "I<guestfish --rw> or change a configuration file in order to get write "
18492 "access for disk images specified by those other command line options."
18493 msgstr ""
18494
18495 #. type: textblock
18496 #: ../fish/guestfish.pod:471
18497 msgid ""
18498 "This version of guestfish has a I<--rw> option which does nothing (it is "
18499 "already the default).  However it is highly recommended that you use this "
18500 "option to indicate that guestfish needs write access, and to prepare your "
18501 "scripts for the day when this option will be required for write access."
18502 msgstr ""
18503
18504 #. type: textblock
18505 #: ../fish/guestfish.pod:477
18506 msgid ""
18507 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18508 "other libguestfs program apart from guestfish and guestmount."
18509 msgstr ""
18510
18511 #. type: =head1
18512 #: ../fish/guestfish.pod:480
18513 msgid "QUOTING"
18514 msgstr ""
18515
18516 #. type: textblock
18517 #: ../fish/guestfish.pod:482
18518 msgid ""
18519 "You can quote ordinary parameters using either single or double quotes.  For "
18520 "example:"
18521 msgstr ""
18522
18523 #. type: verbatim
18524 #: ../fish/guestfish.pod:485
18525 #, no-wrap
18526 msgid ""
18527 " add \"file with a space.img\"\n"
18528 "\n"
18529 msgstr ""
18530
18531 #. type: verbatim
18532 #: ../fish/guestfish.pod:487
18533 #, no-wrap
18534 msgid ""
18535 " rm '/file name'\n"
18536 "\n"
18537 msgstr ""
18538
18539 #. type: verbatim
18540 #: ../fish/guestfish.pod:489
18541 #, no-wrap
18542 msgid ""
18543 " rm '/\"'\n"
18544 "\n"
18545 msgstr ""
18546
18547 #. type: textblock
18548 #: ../fish/guestfish.pod:491
18549 msgid ""
18550 "A few commands require a list of strings to be passed.  For these, use a "
18551 "whitespace-separated list, enclosed in quotes.  Strings containing "
18552 "whitespace to be passed through must be enclosed in single quotes.  A "
18553 "literal single quote must be escaped with a backslash."
18554 msgstr ""
18555
18556 #. type: verbatim
18557 #: ../fish/guestfish.pod:496
18558 #, no-wrap
18559 msgid ""
18560 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18561 " command \"/bin/echo 'foo      bar'\"\n"
18562 " command \"/bin/echo \\'foo\\'\"\n"
18563 "\n"
18564 msgstr ""
18565
18566 #. type: =head1
18567 #: ../fish/guestfish.pod:500
18568 msgid "OPTIONAL ARGUMENTS"
18569 msgstr ""
18570
18571 #. type: textblock
18572 #: ../fish/guestfish.pod:502
18573 msgid ""
18574 "Some commands take optional arguments.  These arguments appear in this "
18575 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18576 msgstr ""
18577
18578 #. type: verbatim
18579 #: ../fish/guestfish.pod:506
18580 #, no-wrap
18581 msgid ""
18582 " add-drive-opts filename\n"
18583 "\n"
18584 msgstr ""
18585
18586 #. type: verbatim
18587 #: ../fish/guestfish.pod:508
18588 #, no-wrap
18589 msgid ""
18590 " add-drive-opts filename readonly:true\n"
18591 "\n"
18592 msgstr ""
18593
18594 #. type: verbatim
18595 #: ../fish/guestfish.pod:510
18596 #, no-wrap
18597 msgid ""
18598 " add-drive-opts filename format:qcow2 readonly:false\n"
18599 "\n"
18600 msgstr ""
18601
18602 #. type: textblock
18603 #: ../fish/guestfish.pod:512
18604 msgid ""
18605 "Each optional argument can appear at most once.  All optional arguments must "
18606 "appear after the required ones."
18607 msgstr ""
18608
18609 #. type: =head1
18610 #: ../fish/guestfish.pod:515
18611 msgid "NUMBERS"
18612 msgstr ""
18613
18614 #. type: textblock
18615 #: ../fish/guestfish.pod:517
18616 msgid "This section applies to all commands which can take integers as parameters."
18617 msgstr ""
18618
18619 #. type: =head2
18620 #: ../fish/guestfish.pod:520
18621 msgid "SIZE SUFFIX"
18622 msgstr ""
18623
18624 #. type: textblock
18625 #: ../fish/guestfish.pod:522
18626 msgid ""
18627 "When the command takes a parameter measured in bytes, you can use one of the "
18628 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18629 msgstr ""
18630
18631 #. type: =item
18632 #: ../fish/guestfish.pod:528
18633 msgid "B<k> or B<K> or B<KiB>"
18634 msgstr ""
18635
18636 #. type: textblock
18637 #: ../fish/guestfish.pod:530
18638 msgid "The size in kilobytes (multiplied by 1024)."
18639 msgstr ""
18640
18641 #. type: =item
18642 #: ../fish/guestfish.pod:532
18643 msgid "B<KB>"
18644 msgstr ""
18645
18646 #. type: textblock
18647 #: ../fish/guestfish.pod:534
18648 msgid "The size in SI 1000 byte units."
18649 msgstr ""
18650
18651 #. type: =item
18652 #: ../fish/guestfish.pod:536
18653 msgid "B<M> or B<MiB>"
18654 msgstr ""
18655
18656 #. type: textblock
18657 #: ../fish/guestfish.pod:538
18658 msgid "The size in megabytes (multiplied by 1048576)."
18659 msgstr ""
18660
18661 #. type: =item
18662 #: ../fish/guestfish.pod:540
18663 msgid "B<MB>"
18664 msgstr ""
18665
18666 #. type: textblock
18667 #: ../fish/guestfish.pod:542
18668 msgid "The size in SI 1000000 byte units."
18669 msgstr ""
18670
18671 #. type: =item
18672 #: ../fish/guestfish.pod:544
18673 msgid "B<G> or B<GiB>"
18674 msgstr ""
18675
18676 #. type: textblock
18677 #: ../fish/guestfish.pod:546
18678 msgid "The size in gigabytes (multiplied by 2**30)."
18679 msgstr ""
18680
18681 #. type: =item
18682 #: ../fish/guestfish.pod:548
18683 msgid "B<GB>"
18684 msgstr ""
18685
18686 #. type: textblock
18687 #: ../fish/guestfish.pod:550
18688 msgid "The size in SI 10**9 byte units."
18689 msgstr ""
18690
18691 #. type: =item
18692 #: ../fish/guestfish.pod:552
18693 msgid "B<T> or B<TiB>"
18694 msgstr ""
18695
18696 #. type: textblock
18697 #: ../fish/guestfish.pod:554
18698 msgid "The size in terabytes (multiplied by 2**40)."
18699 msgstr ""
18700
18701 #. type: =item
18702 #: ../fish/guestfish.pod:556
18703 msgid "B<TB>"
18704 msgstr ""
18705
18706 #. type: textblock
18707 #: ../fish/guestfish.pod:558
18708 msgid "The size in SI 10**12 byte units."
18709 msgstr ""
18710
18711 #. type: =item
18712 #: ../fish/guestfish.pod:560
18713 msgid "B<P> or B<PiB>"
18714 msgstr ""
18715
18716 #. type: textblock
18717 #: ../fish/guestfish.pod:562
18718 msgid "The size in petabytes (multiplied by 2**50)."
18719 msgstr ""
18720
18721 #. type: =item
18722 #: ../fish/guestfish.pod:564
18723 msgid "B<PB>"
18724 msgstr ""
18725
18726 #. type: textblock
18727 #: ../fish/guestfish.pod:566
18728 msgid "The size in SI 10**15 byte units."
18729 msgstr ""
18730
18731 #. type: =item
18732 #: ../fish/guestfish.pod:568
18733 msgid "B<E> or B<EiB>"
18734 msgstr ""
18735
18736 #. type: textblock
18737 #: ../fish/guestfish.pod:570
18738 msgid "The size in exabytes (multiplied by 2**60)."
18739 msgstr ""
18740
18741 #. type: =item
18742 #: ../fish/guestfish.pod:572
18743 msgid "B<EB>"
18744 msgstr ""
18745
18746 #. type: textblock
18747 #: ../fish/guestfish.pod:574
18748 msgid "The size in SI 10**18 byte units."
18749 msgstr ""
18750
18751 #. type: =item
18752 #: ../fish/guestfish.pod:576
18753 msgid "B<Z> or B<ZiB>"
18754 msgstr ""
18755
18756 #. type: textblock
18757 #: ../fish/guestfish.pod:578
18758 msgid "The size in zettabytes (multiplied by 2**70)."
18759 msgstr ""
18760
18761 #. type: =item
18762 #: ../fish/guestfish.pod:580
18763 msgid "B<ZB>"
18764 msgstr ""
18765
18766 #. type: textblock
18767 #: ../fish/guestfish.pod:582
18768 msgid "The size in SI 10**21 byte units."
18769 msgstr ""
18770
18771 #. type: =item
18772 #: ../fish/guestfish.pod:584
18773 msgid "B<Y> or B<YiB>"
18774 msgstr ""
18775
18776 #. type: textblock
18777 #: ../fish/guestfish.pod:586
18778 msgid "The size in yottabytes (multiplied by 2**80)."
18779 msgstr ""
18780
18781 #. type: =item
18782 #: ../fish/guestfish.pod:588
18783 msgid "B<YB>"
18784 msgstr ""
18785
18786 #. type: textblock
18787 #: ../fish/guestfish.pod:590
18788 msgid "The size in SI 10**24 byte units."
18789 msgstr ""
18790
18791 #. type: verbatim
18792 #: ../fish/guestfish.pod:596
18793 #, no-wrap
18794 msgid ""
18795 " truncate-size /file 1G\n"
18796 "\n"
18797 msgstr ""
18798
18799 #. type: textblock
18800 #: ../fish/guestfish.pod:598
18801 msgid "would truncate the file to 1 gigabyte."
18802 msgstr ""
18803
18804 #. type: textblock
18805 #: ../fish/guestfish.pod:600
18806 msgid ""
18807 "Be careful because a few commands take sizes in kilobytes or megabytes "
18808 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
18809 "Adding a suffix will probably not do what you expect."
18810 msgstr ""
18811
18812 #. type: =head2
18813 #: ../fish/guestfish.pod:604
18814 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18815 msgstr ""
18816
18817 #. type: textblock
18818 #: ../fish/guestfish.pod:606
18819 msgid ""
18820 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18821 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18822 msgstr ""
18823
18824 #. type: verbatim
18825 #: ../fish/guestfish.pod:609
18826 #, no-wrap
18827 msgid ""
18828 " 1234      decimal number 1234\n"
18829 " 02322     octal number, equivalent to decimal 1234\n"
18830 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18831 "\n"
18832 msgstr ""
18833
18834 #. type: textblock
18835 #: ../fish/guestfish.pod:613
18836 msgid ""
18837 "When using the C<chmod> command, you almost always want to specify an octal "
18838 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18839 "L<chmod(1)> program):"
18840 msgstr ""
18841
18842 #. type: verbatim
18843 #: ../fish/guestfish.pod:617
18844 #, no-wrap
18845 msgid ""
18846 " chmod 0777 /public  # OK\n"
18847 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18848 "\n"
18849 msgstr ""
18850
18851 #. type: textblock
18852 #: ../fish/guestfish.pod:620
18853 msgid ""
18854 "Commands that return numbers usually print them in decimal, but some "
18855 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18856 "octal, preceeded by C<0>)."
18857 msgstr ""
18858
18859 #. type: =head1
18860 #: ../fish/guestfish.pod:624
18861 msgid "WILDCARDS AND GLOBBING"
18862 msgstr ""
18863
18864 #. type: textblock
18865 #: ../fish/guestfish.pod:626
18866 msgid ""
18867 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18868 "(globbing) by default.  So for example the following will not do what you "
18869 "expect:"
18870 msgstr ""
18871
18872 #. type: verbatim
18873 #: ../fish/guestfish.pod:630
18874 #, no-wrap
18875 msgid ""
18876 " rm-rf /home/*\n"
18877 "\n"
18878 msgstr ""
18879
18880 #. type: textblock
18881 #: ../fish/guestfish.pod:632
18882 msgid ""
18883 "Assuming you don't have a directory called literally C</home/*> then the "
18884 "above command will return an error."
18885 msgstr ""
18886
18887 #. type: textblock
18888 #: ../fish/guestfish.pod:635
18889 msgid "To perform wildcard expansion, use the C<glob> command."
18890 msgstr ""
18891
18892 #. type: verbatim
18893 #: ../fish/guestfish.pod:637
18894 #, no-wrap
18895 msgid ""
18896 " glob rm-rf /home/*\n"
18897 "\n"
18898 msgstr ""
18899
18900 #. type: textblock
18901 #: ../fish/guestfish.pod:639
18902 msgid ""
18903 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18904 "many times), equivalent to:"
18905 msgstr ""
18906
18907 #. type: verbatim
18908 #: ../fish/guestfish.pod:642
18909 #, no-wrap
18910 msgid ""
18911 " rm-rf /home/jim\n"
18912 " rm-rf /home/joe\n"
18913 " rm-rf /home/mary\n"
18914 "\n"
18915 msgstr ""
18916
18917 #. type: textblock
18918 #: ../fish/guestfish.pod:646
18919 msgid "C<glob> only works on simple guest paths and not on device names."
18920 msgstr ""
18921
18922 #. type: textblock
18923 #: ../fish/guestfish.pod:648
18924 msgid ""
18925 "If you have several parameters, each containing a wildcard, then glob will "
18926 "perform a Cartesian product."
18927 msgstr ""
18928
18929 #. type: =head1
18930 #: ../fish/guestfish.pod:651
18931 msgid "COMMENTS"
18932 msgstr ""
18933
18934 #. type: textblock
18935 #: ../fish/guestfish.pod:653
18936 msgid ""
18937 "Any line which starts with a I<#> character is treated as a comment and "
18938 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18939 "a command.  For example:"
18940 msgstr ""
18941
18942 #. type: verbatim
18943 #: ../fish/guestfish.pod:657
18944 #, no-wrap
18945 msgid ""
18946 " # this is a comment\n"
18947 "         # this is a comment\n"
18948 " foo # NOT a comment\n"
18949 "\n"
18950 msgstr ""
18951
18952 #. type: textblock
18953 #: ../fish/guestfish.pod:661
18954 msgid "Blank lines are also ignored."
18955 msgstr ""
18956
18957 #. type: =head1
18958 #: ../fish/guestfish.pod:663
18959 msgid "RUNNING COMMANDS LOCALLY"
18960 msgstr ""
18961
18962 #. type: textblock
18963 #: ../fish/guestfish.pod:665
18964 msgid ""
18965 "Any line which starts with a I<!> character is treated as a command sent to "
18966 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
18967 msgstr ""
18968
18969 #. type: verbatim
18970 #: ../fish/guestfish.pod:669
18971 #, no-wrap
18972 msgid ""
18973 " !mkdir local\n"
18974 " tgz-out /remote local/remote-data.tar.gz\n"
18975 "\n"
18976 msgstr ""
18977
18978 #. type: textblock
18979 #: ../fish/guestfish.pod:672
18980 msgid ""
18981 "will create a directory C<local> on the host, and then export the contents "
18982 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
18983 "(See C<tgz-out>)."
18984 msgstr ""
18985
18986 #. type: textblock
18987 #: ../fish/guestfish.pod:676
18988 msgid ""
18989 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
18990 "effect, due to the way that subprocesses work in Unix."
18991 msgstr ""
18992
18993 #. type: =head1
18994 #: ../fish/guestfish.pod:679
18995 msgid "PIPES"
18996 msgstr ""
18997
18998 #. type: textblock
18999 #: ../fish/guestfish.pod:681
19000 msgid ""
19001 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19002 "command (a guestfish command) to the second command (any host command).  For "
19003 "example:"
19004 msgstr ""
19005
19006 #. type: verbatim
19007 #: ../fish/guestfish.pod:685
19008 #, no-wrap
19009 msgid ""
19010 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19011 "\n"
19012 msgstr ""
19013
19014 #. type: textblock
19015 #: ../fish/guestfish.pod:687
19016 msgid ""
19017 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19018 "program).  The above command would list all accounts in the guest filesystem "
19019 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19020 msgstr ""
19021
19022 #. type: verbatim
19023 #: ../fish/guestfish.pod:692
19024 #, no-wrap
19025 msgid ""
19026 " hexdump /bin/ls | head\n"
19027 " list-devices | tail -1\n"
19028 " tgz-out / - | tar ztf -\n"
19029 "\n"
19030 msgstr ""
19031
19032 #. type: textblock
19033 #: ../fish/guestfish.pod:696
19034 msgid ""
19035 "The space before the pipe symbol is required, any space after the pipe "
19036 "symbol is optional.  Everything after the pipe symbol is just passed "
19037 "straight to the host shell, so it can contain redirections, globs and "
19038 "anything else that makes sense on the host side."
19039 msgstr ""
19040
19041 #. type: textblock
19042 #: ../fish/guestfish.pod:701
19043 msgid ""
19044 "To use a literal argument which begins with a pipe symbol, you have to quote "
19045 "it, eg:"
19046 msgstr ""
19047
19048 #. type: verbatim
19049 #: ../fish/guestfish.pod:704
19050 #, no-wrap
19051 msgid ""
19052 " echo \"|\"\n"
19053 "\n"
19054 msgstr ""
19055
19056 #. type: =head1
19057 #: ../fish/guestfish.pod:706
19058 msgid "HOME DIRECTORIES"
19059 msgstr ""
19060
19061 #. type: textblock
19062 #: ../fish/guestfish.pod:708
19063 msgid ""
19064 "If a parameter starts with the character C<~> then the tilde may be expanded "
19065 "as a home directory path (either C<~> for the current user's home directory, "
19066 "or C<~user> for another user)."
19067 msgstr ""
19068
19069 #. type: textblock
19070 #: ../fish/guestfish.pod:712
19071 msgid ""
19072 "Note that home directory expansion happens for users known I<on the host>, "
19073 "not in the guest filesystem."
19074 msgstr ""
19075
19076 #. type: textblock
19077 #: ../fish/guestfish.pod:715
19078 msgid ""
19079 "To use a literal argument which begins with a tilde, you have to quote it, "
19080 "eg:"
19081 msgstr ""
19082
19083 #. type: verbatim
19084 #: ../fish/guestfish.pod:718
19085 #, no-wrap
19086 msgid ""
19087 " echo \"~\"\n"
19088 "\n"
19089 msgstr ""
19090
19091 #. type: textblock
19092 #: ../fish/guestfish.pod:722
19093 msgid ""
19094 "Libguestfs has some support for Linux guests encrypted according to the "
19095 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19096 "disk encryption systems used by modern Linux guests.  Currently only "
19097 "LVM-on-LUKS is supported."
19098 msgstr ""
19099
19100 #. type: textblock
19101 #: ../fish/guestfish.pod:727
19102 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19103 msgstr ""
19104
19105 #. type: verbatim
19106 #: ../fish/guestfish.pod:729
19107 #, no-wrap
19108 msgid ""
19109 " ><fs> vfs-type /dev/sda2\n"
19110 " crypto_LUKS\n"
19111 "\n"
19112 msgstr ""
19113
19114 #. type: textblock
19115 #: ../fish/guestfish.pod:732
19116 msgid ""
19117 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19118 "device called C</dev/mapper/luksdev>."
19119 msgstr ""
19120
19121 #. type: verbatim
19122 #: ../fish/guestfish.pod:735
19123 #, no-wrap
19124 msgid ""
19125 " ><fs> luks-open /dev/sda2 luksdev\n"
19126 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19127 "\n"
19128 msgstr ""
19129
19130 #. type: textblock
19131 #: ../fish/guestfish.pod:738
19132 msgid ""
19133 "Finally you have to tell LVM to scan for volume groups on the newly created "
19134 "mapper device:"
19135 msgstr ""
19136
19137 #. type: verbatim
19138 #: ../fish/guestfish.pod:741
19139 #, no-wrap
19140 msgid ""
19141 " vgscan\n"
19142 " vg-activate-all true\n"
19143 "\n"
19144 msgstr ""
19145
19146 #. type: textblock
19147 #: ../fish/guestfish.pod:744
19148 msgid "The logical volume(s) can now be mounted in the usual way."
19149 msgstr ""
19150
19151 #. type: textblock
19152 #: ../fish/guestfish.pod:746
19153 msgid ""
19154 "Before closing a LUKS device you must unmount any logical volumes on it and "
19155 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19156 "one.  Then you can close the mapper device:"
19157 msgstr ""
19158
19159 #. type: verbatim
19160 #: ../fish/guestfish.pod:750
19161 #, no-wrap
19162 msgid ""
19163 " vg-activate false /dev/VG\n"
19164 " luks-close /dev/mapper/luksdev\n"
19165 "\n"
19166 msgstr ""
19167
19168 #. type: =head1
19169 #: ../fish/guestfish.pod:753
19170 msgid "WINDOWS PATHS"
19171 msgstr ""
19172
19173 #. type: textblock
19174 #: ../fish/guestfish.pod:755
19175 msgid ""
19176 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19177 "(with some limitations).  The following commands are equivalent:"
19178 msgstr ""
19179
19180 #. type: verbatim
19181 #: ../fish/guestfish.pod:758
19182 #, no-wrap
19183 msgid ""
19184 " file /WINDOWS/system32/config/system.LOG\n"
19185 "\n"
19186 msgstr ""
19187
19188 #. type: verbatim
19189 #: ../fish/guestfish.pod:760
19190 #, no-wrap
19191 msgid ""
19192 " file win:/windows/system32/config/system.log\n"
19193 "\n"
19194 msgstr ""
19195
19196 #. type: verbatim
19197 #: ../fish/guestfish.pod:762
19198 #, no-wrap
19199 msgid ""
19200 " file win:\\windows\\system32\\config\\system.log\n"
19201 "\n"
19202 msgstr ""
19203
19204 #. type: verbatim
19205 #: ../fish/guestfish.pod:764
19206 #, no-wrap
19207 msgid ""
19208 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19209 "\n"
19210 msgstr ""
19211
19212 #. type: textblock
19213 #: ../fish/guestfish.pod:766
19214 msgid ""
19215 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19216 "handles case insensitivity like Windows would.  This only works in argument "
19217 "positions that expect a path."
19218 msgstr ""
19219
19220 #. type: =head1
19221 #: ../fish/guestfish.pod:770
19222 msgid "UPLOADING AND DOWNLOADING FILES"
19223 msgstr ""
19224
19225 #. type: textblock
19226 #: ../fish/guestfish.pod:772
19227 msgid ""
19228 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19229 "others which upload from or download to a local file, you can use the "
19230 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19231 msgstr ""
19232
19233 #. type: verbatim
19234 #: ../fish/guestfish.pod:776
19235 #, no-wrap
19236 msgid ""
19237 " upload - /foo\n"
19238 "\n"
19239 msgstr ""
19240
19241 #. type: textblock
19242 #: ../fish/guestfish.pod:778
19243 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19244 msgstr ""
19245
19246 #. type: verbatim
19247 #: ../fish/guestfish.pod:781
19248 #, no-wrap
19249 msgid ""
19250 " tar-out /etc - | tar tf -\n"
19251 "\n"
19252 msgstr ""
19253
19254 #. type: textblock
19255 #: ../fish/guestfish.pod:783
19256 msgid ""
19257 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19258 "command (see L</PIPES>)."
19259 msgstr ""
19260
19261 #. type: textblock
19262 #: ../fish/guestfish.pod:786
19263 msgid ""
19264 "When using C<-> to read from stdin, the input is read up to the end of "
19265 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19266 "some arbitrary end marker:"
19267 msgstr ""
19268
19269 #. type: verbatim
19270 #: ../fish/guestfish.pod:790
19271 #, no-wrap
19272 msgid ""
19273 " upload -<<END /foo\n"
19274 " input line 1\n"
19275 " input line 2\n"
19276 " input line 3\n"
19277 " END\n"
19278 "\n"
19279 msgstr ""
19280
19281 #. type: textblock
19282 #: ../fish/guestfish.pod:796
19283 msgid ""
19284 "Any string of characters can be used instead of C<END>.  The end marker must "
19285 "appear on a line of its own, without any preceeding or following characters "
19286 "(not even spaces)."
19287 msgstr ""
19288
19289 #. type: textblock
19290 #: ../fish/guestfish.pod:800
19291 msgid ""
19292 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19293 "upload local files (so-called \"FileIn\" parameters in the generator)."
19294 msgstr ""
19295
19296 #. type: =head1
19297 #: ../fish/guestfish.pod:803
19298 msgid "EXIT ON ERROR BEHAVIOUR"
19299 msgstr ""
19300
19301 #. type: textblock
19302 #: ../fish/guestfish.pod:805
19303 msgid ""
19304 "By default, guestfish will ignore any errors when in interactive mode "
19305 "(ie. taking commands from a human over a tty), and will exit on the first "
19306 "error in non-interactive mode (scripts, commands given on the command line)."
19307 msgstr ""
19308
19309 #. type: textblock
19310 #: ../fish/guestfish.pod:810
19311 msgid ""
19312 "If you prefix a command with a I<-> character, then that command will not "
19313 "cause guestfish to exit, even if that (one) command returns an error."
19314 msgstr ""
19315
19316 #. type: =head1
19317 #: ../fish/guestfish.pod:814
19318 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19319 msgstr ""
19320
19321 #. type: textblock
19322 #: ../fish/guestfish.pod:816
19323 msgid ""
19324 "Guestfish can be remote-controlled over a socket.  This is useful "
19325 "particularly in shell scripts where you want to make several different "
19326 "changes to a filesystem, but you don't want the overhead of starting up a "
19327 "guestfish process each time."
19328 msgstr ""
19329
19330 #. type: textblock
19331 #: ../fish/guestfish.pod:821
19332 msgid "Start a guestfish server process using:"
19333 msgstr ""
19334
19335 #. type: verbatim
19336 #: ../fish/guestfish.pod:823
19337 #, no-wrap
19338 msgid ""
19339 " eval \"`guestfish --listen`\"\n"
19340 "\n"
19341 msgstr ""
19342
19343 #. type: textblock
19344 #: ../fish/guestfish.pod:825
19345 msgid "and then send it commands by doing:"
19346 msgstr ""
19347
19348 #. type: verbatim
19349 #: ../fish/guestfish.pod:827
19350 #, no-wrap
19351 msgid ""
19352 " guestfish --remote cmd [...]\n"
19353 "\n"
19354 msgstr ""
19355
19356 #. type: textblock
19357 #: ../fish/guestfish.pod:829
19358 msgid "To cause the server to exit, send it the exit command:"
19359 msgstr ""
19360
19361 #. type: verbatim
19362 #: ../fish/guestfish.pod:831
19363 #, no-wrap
19364 msgid ""
19365 " guestfish --remote exit\n"
19366 "\n"
19367 msgstr ""
19368
19369 #. type: textblock
19370 #: ../fish/guestfish.pod:833
19371 msgid ""
19372 "Note that the server will normally exit if there is an error in a command.  "
19373 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19374 "BEHAVIOUR>."
19375 msgstr ""
19376
19377 #. type: =head2
19378 #: ../fish/guestfish.pod:837
19379 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19380 msgstr ""
19381
19382 #. type: textblock
19383 #: ../fish/guestfish.pod:839
19384 msgid ""
19385 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19386 "is how the I<--remote> option knows where to send the commands.  You can "
19387 "have several guestfish listener processes running using:"
19388 msgstr ""
19389
19390 #. type: verbatim
19391 #: ../fish/guestfish.pod:843
19392 #, no-wrap
19393 msgid ""
19394 " eval \"`guestfish --listen`\"\n"
19395 " pid1=$GUESTFISH_PID\n"
19396 " eval \"`guestfish --listen`\"\n"
19397 " pid2=$GUESTFISH_PID\n"
19398 " ...\n"
19399 " guestfish --remote=$pid1 cmd\n"
19400 " guestfish --remote=$pid2 cmd\n"
19401 "\n"
19402 msgstr ""
19403
19404 #. type: =head2
19405 #: ../fish/guestfish.pod:851
19406 msgid "REMOTE CONTROL AND CSH"
19407 msgstr ""
19408
19409 #. type: textblock
19410 #: ../fish/guestfish.pod:853
19411 msgid ""
19412 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19413 "option:"
19414 msgstr ""
19415
19416 #. type: verbatim
19417 #: ../fish/guestfish.pod:856
19418 #, no-wrap
19419 msgid ""
19420 " eval \"`guestfish --listen --csh`\"\n"
19421 "\n"
19422 msgstr ""
19423
19424 #. type: =head2
19425 #: ../fish/guestfish.pod:858
19426 msgid "REMOTE CONTROL DETAILS"
19427 msgstr ""
19428
19429 #. type: textblock
19430 #: ../fish/guestfish.pod:860
19431 msgid ""
19432 "Remote control happens over a Unix domain socket called "
19433 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19434 "of the process, and C<$PID> is the process ID of the server."
19435 msgstr ""
19436
19437 #. type: textblock
19438 #: ../fish/guestfish.pod:864
19439 msgid "Guestfish client and server versions must match exactly."
19440 msgstr ""
19441
19442 #. type: =head1
19443 #: ../fish/guestfish.pod:866
19444 msgid "PREPARED DISK IMAGES"
19445 msgstr ""
19446
19447 #. type: textblock
19448 #: ../fish/guestfish.pod:868
19449 msgid ""
19450 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19451 "preformatted disk images that guestfish can make for you to save typing.  "
19452 "This is particularly useful for testing purposes.  This option is used "
19453 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19454 "can be mixed with I<-a>)."
19455 msgstr ""
19456
19457 #. type: textblock
19458 #: ../fish/guestfish.pod:874
19459 msgid ""
19460 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19461 "the second and so on.  Existing files in the current directory are "
19462 "I<overwritten>."
19463 msgstr ""
19464
19465 #. type: textblock
19466 #: ../fish/guestfish.pod:878
19467 msgid ""
19468 "The type briefly describes how the disk should be sized, partitioned, how "
19469 "filesystem(s) should be created, and how content should be added.  "
19470 "Optionally the type can be followed by extra parameters, separated by C<:> "
19471 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19472 "sparsely-allocated disk, containing a single partition, with the partition "
19473 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19474 "on a 1GB disk instead."
19475 msgstr ""
19476
19477 #. type: textblock
19478 #: ../fish/guestfish.pod:886
19479 msgid "To list the available types and any extra parameters they take, run:"
19480 msgstr ""
19481
19482 #. type: textblock
19483 #: ../fish/guestfish.pod:890
19484 msgid ""
19485 "Note that the prepared filesystem is not mounted.  You would usually have to "
19486 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19487 msgstr ""
19488
19489 #. type: textblock
19490 #: ../fish/guestfish.pod:894
19491 msgid ""
19492 "If any I<-N> or I<--new> options are given, the guest is automatically "
19493 "launched."
19494 msgstr ""
19495
19496 #. type: textblock
19497 #: ../fish/guestfish.pod:899
19498 msgid "Create a 100MB disk with an ext4-formatted partition:"
19499 msgstr ""
19500
19501 #. type: verbatim
19502 #: ../fish/guestfish.pod:901
19503 #, no-wrap
19504 msgid ""
19505 " guestfish -N fs:ext4\n"
19506 "\n"
19507 msgstr ""
19508
19509 #. type: textblock
19510 #: ../fish/guestfish.pod:903
19511 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19512 msgstr ""
19513
19514 #. type: verbatim
19515 #: ../fish/guestfish.pod:905
19516 #, no-wrap
19517 msgid ""
19518 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19519 "\n"
19520 msgstr ""
19521
19522 #. type: textblock
19523 #: ../fish/guestfish.pod:907
19524 msgid "Create a blank 200MB disk:"
19525 msgstr ""
19526
19527 #. type: verbatim
19528 #: ../fish/guestfish.pod:909
19529 #, no-wrap
19530 msgid ""
19531 " guestfish -N disk:200M\n"
19532 "\n"
19533 msgstr ""
19534
19535 #. type: =head1
19536 #: ../fish/guestfish.pod:911
19537 msgid "PROGRESS BARS"
19538 msgstr ""
19539
19540 #. type: textblock
19541 #: ../fish/guestfish.pod:913
19542 msgid ""
19543 "Some (not all) long-running commands send progress notification messages as "
19544 "they are running.  Guestfish turns these messages into progress bars."
19545 msgstr ""
19546
19547 #. type: textblock
19548 #: ../fish/guestfish.pod:917
19549 msgid ""
19550 "When a command that supports progress bars takes longer than two seconds to "
19551 "run, and if progress bars are enabled, then you will see one appearing below "
19552 "the command:"
19553 msgstr ""
19554
19555 #. type: verbatim
19556 #: ../fish/guestfish.pod:921
19557 #, no-wrap
19558 msgid ""
19559 " ><fs> copy-size /large-file /another-file 2048M\n"
19560 " / 10% [#####-----------------------------------------] 00:30\n"
19561 "\n"
19562 msgstr ""
19563
19564 #. type: textblock
19565 #: ../fish/guestfish.pod:924
19566 msgid ""
19567 "The spinner on the left hand side moves round once for every progress "
19568 "notification received from the backend.  This is a (reasonably) golden "
19569 "assurance that the command is \"doing something\" even if the progress bar "
19570 "is not moving, because the command is able to send the progress "
19571 "notifications.  When the bar reaches 100% and the command finishes, the "
19572 "spinner disappears."
19573 msgstr ""
19574
19575 #. type: textblock
19576 #: ../fish/guestfish.pod:931
19577 msgid ""
19578 "Progress bars are enabled by default when guestfish is used interactively.  "
19579 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19580 "and you can disable them completely using I<--no-progress-bars>."
19581 msgstr ""
19582
19583 #. type: =head1
19584 #: ../fish/guestfish.pod:936
19585 msgid "GUESTFISH COMMANDS"
19586 msgstr ""
19587
19588 #. type: textblock
19589 #: ../fish/guestfish.pod:938
19590 msgid ""
19591 "The commands in this section are guestfish convenience commands, in other "
19592 "words, they are not part of the L<guestfs(3)> API."
19593 msgstr ""
19594
19595 #. type: =head2
19596 #: ../fish/guestfish.pod:941
19597 msgid "help"
19598 msgstr ""
19599
19600 #. type: verbatim
19601 #: ../fish/guestfish.pod:943
19602 #, no-wrap
19603 msgid ""
19604 " help\n"
19605 " help cmd\n"
19606 "\n"
19607 msgstr ""
19608
19609 #. type: textblock
19610 #: ../fish/guestfish.pod:946
19611 msgid "Without any parameter, this provides general help."
19612 msgstr ""
19613
19614 #. type: textblock
19615 #: ../fish/guestfish.pod:948
19616 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19617 msgstr ""
19618
19619 #. type: =head2
19620 #: ../fish/guestfish.pod:950
19621 msgid "quit | exit"
19622 msgstr ""
19623
19624 #. type: textblock
19625 #: ../fish/guestfish.pod:952
19626 msgid "This exits guestfish.  You can also use C<^D> key."
19627 msgstr ""
19628
19629 #. type: textblock
19630 #: ../fish/guestfish.pod:954
19631 msgid "@FISH_COMMANDS@"
19632 msgstr ""
19633
19634 #. type: =head1
19635 #: ../fish/guestfish.pod:956
19636 msgid "COMMANDS"
19637 msgstr ""
19638
19639 #. type: =head1
19640 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
19641 msgid "EXIT CODE"
19642 msgstr ""
19643
19644 #. type: textblock
19645 #: ../fish/guestfish.pod:962
19646 msgid ""
19647 "guestfish returns 0 if the commands completed without error, or 1 if there "
19648 "was an error."
19649 msgstr ""
19650
19651 #. type: =item
19652 #: ../fish/guestfish.pod:969
19653 msgid "EDITOR"
19654 msgstr ""
19655
19656 #. type: textblock
19657 #: ../fish/guestfish.pod:971
19658 msgid ""
19659 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19660 "C<vi>."
19661 msgstr ""
19662
19663 #. type: =item
19664 #: ../fish/guestfish.pod:974
19665 msgid "GUESTFISH_PID"
19666 msgstr ""
19667
19668 #. type: textblock
19669 #: ../fish/guestfish.pod:976
19670 msgid ""
19671 "Used with the I<--remote> option to specify the remote guestfish process to "
19672 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19673 msgstr ""
19674
19675 #. type: =item
19676 #: ../fish/guestfish.pod:980
19677 msgid "HEXEDITOR"
19678 msgstr ""
19679
19680 #. type: textblock
19681 #: ../fish/guestfish.pod:982
19682 msgid ""
19683 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19684 "not specified, the external L<hexedit(1)> program is used."
19685 msgstr ""
19686
19687 #. type: =item
19688 #: ../fish/guestfish.pod:986
19689 msgid "HOME"
19690 msgstr ""
19691
19692 #. type: textblock
19693 #: ../fish/guestfish.pod:988
19694 msgid ""
19695 "If compiled with GNU readline support, various files in the home directory "
19696 "can be used.  See L</FILES>."
19697 msgstr ""
19698
19699 #. type: textblock
19700 #: ../fish/guestfish.pod:997
19701 msgid ""
19702 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19703 "effect as using the B<-v> option."
19704 msgstr ""
19705
19706 #. type: textblock
19707 #: ../fish/guestfish.pod:1009
19708 msgid ""
19709 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19710 "the discussion of paths in L<guestfs(3)>."
19711 msgstr ""
19712
19713 #. type: textblock
19714 #: ../fish/guestfish.pod:1020
19715 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19716 msgstr ""
19717
19718 #. type: =item
19719 #: ../fish/guestfish.pod:1022
19720 msgid "PAGER"
19721 msgstr ""
19722
19723 #. type: textblock
19724 #: ../fish/guestfish.pod:1024
19725 msgid ""
19726 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19727 "C<more>."
19728 msgstr ""
19729
19730 #. type: =head1
19731 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
19732 msgid "FILES"
19733 msgstr ""
19734
19735 #. type: =item
19736 #: ../fish/guestfish.pod:1043
19737 msgid "$HOME/.guestfish"
19738 msgstr ""
19739
19740 #. type: textblock
19741 #: ../fish/guestfish.pod:1045
19742 msgid ""
19743 "If compiled with GNU readline support, then the command history is saved in "
19744 "this file."
19745 msgstr ""
19746
19747 #. type: =item
19748 #: ../fish/guestfish.pod:1048
19749 msgid "$HOME/.inputrc"
19750 msgstr ""
19751
19752 #. type: =item
19753 #: ../fish/guestfish.pod:1050
19754 msgid "/etc/inputrc"
19755 msgstr ""
19756
19757 #. type: textblock
19758 #: ../fish/guestfish.pod:1052
19759 msgid ""
19760 "If compiled with GNU readline support, then these files can be used to "
19761 "configure readline.  For further information, please see "
19762 "L<readline(3)/INITIALIZATION FILE>."
19763 msgstr ""
19764
19765 #. type: textblock
19766 #: ../fish/guestfish.pod:1056
19767 msgid "To write rules which only apply to guestfish, use:"
19768 msgstr ""
19769
19770 #. type: verbatim
19771 #: ../fish/guestfish.pod:1058
19772 #, no-wrap
19773 msgid ""
19774 " $if guestfish\n"
19775 " ...\n"
19776 " $endif\n"
19777 "\n"
19778 msgstr ""
19779
19780 #. type: textblock
19781 #: ../fish/guestfish.pod:1062
19782 msgid ""
19783 "Variables that you can set in inputrc that change the behaviour of guestfish "
19784 "in useful ways include:"
19785 msgstr ""
19786
19787 #. type: =item
19788 #: ../fish/guestfish.pod:1067
19789 msgid "completion-ignore-case (default: on)"
19790 msgstr ""
19791
19792 #. type: textblock
19793 #: ../fish/guestfish.pod:1069
19794 msgid ""
19795 "By default, guestfish will ignore case when tab-completing paths on the "
19796 "disk.  Use:"
19797 msgstr ""
19798
19799 #. type: verbatim
19800 #: ../fish/guestfish.pod:1072
19801 #, no-wrap
19802 msgid ""
19803 " set completion-ignore-case off\n"
19804 "\n"
19805 msgstr ""
19806
19807 #. type: textblock
19808 #: ../fish/guestfish.pod:1074
19809 msgid "to make guestfish case sensitive."
19810 msgstr ""
19811
19812 #. type: =item
19813 #: ../fish/guestfish.pod:1078
19814 msgid "test1.img"
19815 msgstr ""
19816
19817 #. type: =item
19818 #: ../fish/guestfish.pod:1080
19819 msgid "test2.img (etc)"
19820 msgstr ""
19821
19822 #. type: textblock
19823 #: ../fish/guestfish.pod:1082
19824 msgid ""
19825 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
19826 "will be created in the file C<test1.img> in the current directory.  The "
19827 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
19828 "the same name will be overwritten."
19829 msgstr ""
19830
19831 #. type: textblock
19832 #: ../fish/guestfish.pod:1091
19833 msgid ""
19834 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
19835 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
19836 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
19837 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, "
19838 "L<virt-win-reg(1)>, L<hexedit(1)>."
19839 msgstr ""
19840
19841 #. type: textblock
19842 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:370 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300 ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
19843 msgid ""
19844 "This program is free software; you can redistribute it and/or modify it "
19845 "under the terms of the GNU General Public License as published by the Free "
19846 "Software Foundation; either version 2 of the License, or (at your option) "
19847 "any later version."
19848 msgstr ""
19849
19850 #. type: textblock
19851 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:375 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
19852 msgid ""
19853 "This program is distributed in the hope that it will be useful, but WITHOUT "
19854 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
19855 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
19856 "more details."
19857 msgstr ""
19858
19859 #. type: textblock
19860 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:380 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
19861 msgid ""
19862 "You should have received a copy of the GNU General Public License along with "
19863 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
19864 "Ave, Cambridge, MA 02139, USA."
19865 msgstr ""
19866
19867 #. type: =head2
19868 #: ../fish/guestfish-actions.pod:1
19869 msgid "add-cdrom"
19870 msgstr ""
19871
19872 #. type: verbatim
19873 #: ../fish/guestfish-actions.pod:3
19874 #, no-wrap
19875 msgid ""
19876 " add-cdrom filename\n"
19877 "\n"
19878 msgstr ""
19879
19880 #. type: textblock
19881 #: ../fish/guestfish-actions.pod:15
19882 msgid ""
19883 "This call checks for the existence of C<filename>.  This stops you from "
19884 "specifying other types of drive which are supported by qemu such as C<nbd:> "
19885 "and C<http:> URLs.  To specify those, use the general L</config> call "
19886 "instead."
19887 msgstr ""
19888
19889 #. type: textblock
19890 #: ../fish/guestfish-actions.pod:22
19891 msgid ""
19892 "If you just want to add an ISO file (often you use this as an efficient way "
19893 "to transfer large files into the guest), then you should probably use "
19894 "L</add-drive-ro> instead."
19895 msgstr ""
19896
19897 #. type: =head2
19898 #: ../fish/guestfish-actions.pod:35
19899 msgid "add-domain"
19900 msgstr ""
19901
19902 #. type: =head2
19903 #: ../fish/guestfish-actions.pod:37
19904 msgid "domain"
19905 msgstr ""
19906
19907 #. type: verbatim
19908 #: ../fish/guestfish-actions.pod:39
19909 #, no-wrap
19910 msgid ""
19911 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
19912 "\n"
19913 msgstr ""
19914
19915 #. type: textblock
19916 #: ../fish/guestfish-actions.pod:41
19917 msgid ""
19918 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
19919 "It works by connecting to libvirt, requesting the domain and domain XML from "
19920 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
19921 msgstr ""
19922
19923 #. type: textblock
19924 #: ../fish/guestfish-actions.pod:64
19925 msgid ""
19926 "The other optional parameters are passed directly through to "
19927 "L</add-drive-opts>."
19928 msgstr ""
19929
19930 #. type: textblock
19931 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131 ../fish/guestfish-actions.pod:2842
19932 msgid ""
19933 "This command has one or more optional arguments.  See L</OPTIONAL "
19934 "ARGUMENTS>."
19935 msgstr ""
19936
19937 #. type: =head2
19938 #: ../fish/guestfish-actions.pod:69
19939 msgid "add-drive"
19940 msgstr ""
19941
19942 #. type: verbatim
19943 #: ../fish/guestfish-actions.pod:71
19944 #, no-wrap
19945 msgid ""
19946 " add-drive filename\n"
19947 "\n"
19948 msgstr ""
19949
19950 #. type: textblock
19951 #: ../fish/guestfish-actions.pod:73
19952 msgid ""
19953 "This function is the equivalent of calling L</add-drive-opts> with no "
19954 "optional parameters, so the disk is added writable, with the format being "
19955 "detected automatically."
19956 msgstr ""
19957
19958 #. type: textblock
19959 #: ../fish/guestfish-actions.pod:77
19960 msgid ""
19961 "Automatic detection of the format opens you up to a potential security hole "
19962 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
19963 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
19964 "you should think about replacing calls to this function with calls to "
19965 "L</add-drive-opts>, and specifying the format."
19966 msgstr ""
19967
19968 #. type: =head2
19969 #: ../fish/guestfish-actions.pod:84
19970 msgid "add-drive-opts"
19971 msgstr ""
19972
19973 #. type: =head2
19974 #: ../fish/guestfish-actions.pod:86
19975 msgid "add"
19976 msgstr ""
19977
19978 #. type: verbatim
19979 #: ../fish/guestfish-actions.pod:88
19980 #, no-wrap
19981 msgid ""
19982 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
19983 "\n"
19984 msgstr ""
19985
19986 #. type: textblock
19987 #: ../fish/guestfish-actions.pod:115
19988 msgid ""
19989 "This forces the image format.  If you omit this (or use L</add-drive> or "
19990 "L</add-drive-ro>) then the format is automatically detected.  Possible "
19991 "formats include C<raw> and C<qcow2>."
19992 msgstr ""
19993
19994 #. type: textblock
19995 #: ../fish/guestfish-actions.pod:126
19996 msgid ""
19997 "This rarely-used option lets you emulate the behaviour of the deprecated "
19998 "L</add-drive-with-if> call (q.v.)"
19999 msgstr ""
20000
20001 #. type: =head2
20002 #: ../fish/guestfish-actions.pod:133
20003 msgid "add-drive-ro"
20004 msgstr ""
20005
20006 #. type: =head2
20007 #: ../fish/guestfish-actions.pod:135
20008 msgid "add-ro"
20009 msgstr ""
20010
20011 #. type: verbatim
20012 #: ../fish/guestfish-actions.pod:137
20013 #, no-wrap
20014 msgid ""
20015 " add-drive-ro filename\n"
20016 "\n"
20017 msgstr ""
20018
20019 #. type: textblock
20020 #: ../fish/guestfish-actions.pod:139
20021 msgid ""
20022 "This function is the equivalent of calling L</add-drive-opts> with the "
20023 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20024 "is added read-only, with the format being detected automatically."
20025 msgstr ""
20026
20027 #. type: =head2
20028 #: ../fish/guestfish-actions.pod:144
20029 msgid "add-drive-ro-with-if"
20030 msgstr ""
20031
20032 #. type: verbatim
20033 #: ../fish/guestfish-actions.pod:146
20034 #, no-wrap
20035 msgid ""
20036 " add-drive-ro-with-if filename iface\n"
20037 "\n"
20038 msgstr ""
20039
20040 #. type: textblock
20041 #: ../fish/guestfish-actions.pod:148
20042 msgid ""
20043 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20044 "interface emulation to use at run time."
20045 msgstr ""
20046
20047 #. type: =head2
20048 #: ../fish/guestfish-actions.pod:158
20049 msgid "add-drive-with-if"
20050 msgstr ""
20051
20052 #. type: verbatim
20053 #: ../fish/guestfish-actions.pod:160
20054 #, no-wrap
20055 msgid ""
20056 " add-drive-with-if filename iface\n"
20057 "\n"
20058 msgstr ""
20059
20060 #. type: textblock
20061 #: ../fish/guestfish-actions.pod:162
20062 msgid ""
20063 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20064 "interface emulation to use at run time."
20065 msgstr ""
20066
20067 #. type: =head2
20068 #: ../fish/guestfish-actions.pod:172
20069 msgid "aug-clear"
20070 msgstr ""
20071
20072 #. type: verbatim
20073 #: ../fish/guestfish-actions.pod:174
20074 #, no-wrap
20075 msgid ""
20076 " aug-clear augpath\n"
20077 "\n"
20078 msgstr ""
20079
20080 #. type: =head2
20081 #: ../fish/guestfish-actions.pod:179
20082 msgid "aug-close"
20083 msgstr ""
20084
20085 #. type: verbatim
20086 #: ../fish/guestfish-actions.pod:181
20087 #, no-wrap
20088 msgid ""
20089 " aug-close\n"
20090 "\n"
20091 msgstr ""
20092
20093 #. type: textblock
20094 #: ../fish/guestfish-actions.pod:183
20095 msgid ""
20096 "Close the current Augeas handle and free up any resources used by it.  After "
20097 "calling this, you have to call L</aug-init> again before you can use any "
20098 "other Augeas functions."
20099 msgstr ""
20100
20101 #. type: =head2
20102 #: ../fish/guestfish-actions.pod:188
20103 msgid "aug-defnode"
20104 msgstr ""
20105
20106 #. type: verbatim
20107 #: ../fish/guestfish-actions.pod:190
20108 #, no-wrap
20109 msgid ""
20110 " aug-defnode name expr val\n"
20111 "\n"
20112 msgstr ""
20113
20114 #. type: textblock
20115 #: ../fish/guestfish-actions.pod:195
20116 msgid ""
20117 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20118 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20119 "containing that single node."
20120 msgstr ""
20121
20122 #. type: =head2
20123 #: ../fish/guestfish-actions.pod:203
20124 msgid "aug-defvar"
20125 msgstr ""
20126
20127 #. type: verbatim
20128 #: ../fish/guestfish-actions.pod:205
20129 #, no-wrap
20130 msgid ""
20131 " aug-defvar name expr\n"
20132 "\n"
20133 msgstr ""
20134
20135 #. type: =head2
20136 #: ../fish/guestfish-actions.pod:214
20137 msgid "aug-get"
20138 msgstr ""
20139
20140 #. type: verbatim
20141 #: ../fish/guestfish-actions.pod:216
20142 #, no-wrap
20143 msgid ""
20144 " aug-get augpath\n"
20145 "\n"
20146 msgstr ""
20147
20148 #. type: =head2
20149 #: ../fish/guestfish-actions.pod:221
20150 msgid "aug-init"
20151 msgstr ""
20152
20153 #. type: verbatim
20154 #: ../fish/guestfish-actions.pod:223
20155 #, no-wrap
20156 msgid ""
20157 " aug-init root flags\n"
20158 "\n"
20159 msgstr ""
20160
20161 #. type: textblock
20162 #: ../fish/guestfish-actions.pod:229
20163 msgid "You must call this before using any other L</aug-*> commands."
20164 msgstr ""
20165
20166 #. type: textblock
20167 #: ../fish/guestfish-actions.pod:264
20168 msgid "Do not load the tree in L</aug-init>."
20169 msgstr ""
20170
20171 #. type: textblock
20172 #: ../fish/guestfish-actions.pod:268
20173 msgid "To close the handle, you can call L</aug-close>."
20174 msgstr ""
20175
20176 #. type: =head2
20177 #: ../fish/guestfish-actions.pod:272
20178 msgid "aug-insert"
20179 msgstr ""
20180
20181 #. type: verbatim
20182 #: ../fish/guestfish-actions.pod:274
20183 #, no-wrap
20184 msgid ""
20185 " aug-insert augpath label true|false\n"
20186 "\n"
20187 msgstr ""
20188
20189 #. type: =head2
20190 #: ../fish/guestfish-actions.pod:284
20191 msgid "aug-load"
20192 msgstr ""
20193
20194 #. type: verbatim
20195 #: ../fish/guestfish-actions.pod:286
20196 #, no-wrap
20197 msgid ""
20198 " aug-load\n"
20199 "\n"
20200 msgstr ""
20201
20202 #. type: =head2
20203 #: ../fish/guestfish-actions.pod:293
20204 msgid "aug-ls"
20205 msgstr ""
20206
20207 #. type: verbatim
20208 #: ../fish/guestfish-actions.pod:295
20209 #, no-wrap
20210 msgid ""
20211 " aug-ls augpath\n"
20212 "\n"
20213 msgstr ""
20214
20215 #. type: textblock
20216 #: ../fish/guestfish-actions.pod:297
20217 msgid ""
20218 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20219 "resulting nodes into alphabetical order."
20220 msgstr ""
20221
20222 #. type: =head2
20223 #: ../fish/guestfish-actions.pod:300
20224 msgid "aug-match"
20225 msgstr ""
20226
20227 #. type: verbatim
20228 #: ../fish/guestfish-actions.pod:302
20229 #, no-wrap
20230 msgid ""
20231 " aug-match augpath\n"
20232 "\n"
20233 msgstr ""
20234
20235 #. type: =head2
20236 #: ../fish/guestfish-actions.pod:308
20237 msgid "aug-mv"
20238 msgstr ""
20239
20240 #. type: verbatim
20241 #: ../fish/guestfish-actions.pod:310
20242 #, no-wrap
20243 msgid ""
20244 " aug-mv src dest\n"
20245 "\n"
20246 msgstr ""
20247
20248 #. type: =head2
20249 #: ../fish/guestfish-actions.pod:315
20250 msgid "aug-rm"
20251 msgstr ""
20252
20253 #. type: verbatim
20254 #: ../fish/guestfish-actions.pod:317
20255 #, no-wrap
20256 msgid ""
20257 " aug-rm augpath\n"
20258 "\n"
20259 msgstr ""
20260
20261 #. type: =head2
20262 #: ../fish/guestfish-actions.pod:323
20263 msgid "aug-save"
20264 msgstr ""
20265
20266 #. type: verbatim
20267 #: ../fish/guestfish-actions.pod:325
20268 #, no-wrap
20269 msgid ""
20270 " aug-save\n"
20271 "\n"
20272 msgstr ""
20273
20274 #. type: textblock
20275 #: ../fish/guestfish-actions.pod:329
20276 msgid ""
20277 "The flags which were passed to L</aug-init> affect exactly how files are "
20278 "saved."
20279 msgstr ""
20280
20281 #. type: =head2
20282 #: ../fish/guestfish-actions.pod:332
20283 msgid "aug-set"
20284 msgstr ""
20285
20286 #. type: verbatim
20287 #: ../fish/guestfish-actions.pod:334
20288 #, no-wrap
20289 msgid ""
20290 " aug-set augpath val\n"
20291 "\n"
20292 msgstr ""
20293
20294 #. type: textblock
20295 #: ../fish/guestfish-actions.pod:338
20296 msgid ""
20297 "In the Augeas API, it is possible to clear a node by setting the value to "
20298 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20299 "this call.  Instead you must use the L</aug-clear> call."
20300 msgstr ""
20301
20302 #. type: =head2
20303 #: ../fish/guestfish-actions.pod:343
20304 msgid "available"
20305 msgstr ""
20306
20307 #. type: verbatim
20308 #: ../fish/guestfish-actions.pod:345
20309 #, no-wrap
20310 msgid ""
20311 " available 'groups ...'\n"
20312 "\n"
20313 msgstr ""
20314
20315 #. type: textblock
20316 #: ../fish/guestfish-actions.pod:351
20317 msgid ""
20318 "The libguestfs groups, and the functions that those groups correspond to, "
20319 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20320 "runtime by calling L</available-all-groups>."
20321 msgstr ""
20322
20323 #. type: textblock
20324 #: ../fish/guestfish-actions.pod:375
20325 msgid "You must call L</launch> before calling this function."
20326 msgstr ""
20327
20328 #. type: textblock
20329 #: ../fish/guestfish-actions.pod:397
20330 msgid ""
20331 "This call was added in version C<1.0.80>.  In previous versions of "
20332 "libguestfs all you could do would be to speculatively execute a command to "
20333 "find out if the daemon implemented it.  See also L</version>."
20334 msgstr ""
20335
20336 #. type: =head2
20337 #: ../fish/guestfish-actions.pod:404
20338 msgid "available-all-groups"
20339 msgstr ""
20340
20341 #. type: verbatim
20342 #: ../fish/guestfish-actions.pod:406
20343 #, no-wrap
20344 msgid ""
20345 " available-all-groups\n"
20346 "\n"
20347 msgstr ""
20348
20349 #. type: textblock
20350 #: ../fish/guestfish-actions.pod:408
20351 msgid ""
20352 "This command returns a list of all optional groups that this daemon knows "
20353 "about.  Note this returns both supported and unsupported groups.  To find "
20354 "out which ones the daemon can actually support you have to call "
20355 "L</available> on each member of the returned list."
20356 msgstr ""
20357
20358 #. type: textblock
20359 #: ../fish/guestfish-actions.pod:414
20360 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20361 msgstr ""
20362
20363 #. type: =head2
20364 #: ../fish/guestfish-actions.pod:416
20365 msgid "base64-in"
20366 msgstr ""
20367
20368 #. type: verbatim
20369 #: ../fish/guestfish-actions.pod:418
20370 #, no-wrap
20371 msgid ""
20372 " base64-in (base64file|-) filename\n"
20373 "\n"
20374 msgstr ""
20375
20376 #. type: textblock
20377 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432 ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221 ../fish/guestfish-actions.pod:4197 ../fish/guestfish-actions.pod:4209 ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4231 ../fish/guestfish-actions.pod:4283 ../fish/guestfish-actions.pod:4292 ../fish/guestfish-actions.pod:4346 ../fish/guestfish-actions.pod:4369
20378 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20379 msgstr ""
20380
20381 #. type: =head2
20382 #: ../fish/guestfish-actions.pod:425
20383 msgid "base64-out"
20384 msgstr ""
20385
20386 #. type: verbatim
20387 #: ../fish/guestfish-actions.pod:427
20388 #, no-wrap
20389 msgid ""
20390 " base64-out filename (base64file|-)\n"
20391 "\n"
20392 msgstr ""
20393
20394 #. type: =head2
20395 #: ../fish/guestfish-actions.pod:434
20396 msgid "blockdev-flushbufs"
20397 msgstr ""
20398
20399 #. type: verbatim
20400 #: ../fish/guestfish-actions.pod:436
20401 #, no-wrap
20402 msgid ""
20403 " blockdev-flushbufs device\n"
20404 "\n"
20405 msgstr ""
20406
20407 #. type: =head2
20408 #: ../fish/guestfish-actions.pod:443
20409 msgid "blockdev-getbsz"
20410 msgstr ""
20411
20412 #. type: verbatim
20413 #: ../fish/guestfish-actions.pod:445
20414 #, no-wrap
20415 msgid ""
20416 " blockdev-getbsz device\n"
20417 "\n"
20418 msgstr ""
20419
20420 #. type: =head2
20421 #: ../fish/guestfish-actions.pod:454
20422 msgid "blockdev-getro"
20423 msgstr ""
20424
20425 #. type: verbatim
20426 #: ../fish/guestfish-actions.pod:456
20427 #, no-wrap
20428 msgid ""
20429 " blockdev-getro device\n"
20430 "\n"
20431 msgstr ""
20432
20433 #. type: =head2
20434 #: ../fish/guestfish-actions.pod:463
20435 msgid "blockdev-getsize64"
20436 msgstr ""
20437
20438 #. type: verbatim
20439 #: ../fish/guestfish-actions.pod:465
20440 #, no-wrap
20441 msgid ""
20442 " blockdev-getsize64 device\n"
20443 "\n"
20444 msgstr ""
20445
20446 #. type: textblock
20447 #: ../fish/guestfish-actions.pod:469
20448 msgid "See also L</blockdev-getsz>."
20449 msgstr ""
20450
20451 #. type: =head2
20452 #: ../fish/guestfish-actions.pod:473
20453 msgid "blockdev-getss"
20454 msgstr ""
20455
20456 #. type: verbatim
20457 #: ../fish/guestfish-actions.pod:475
20458 #, no-wrap
20459 msgid ""
20460 " blockdev-getss device\n"
20461 "\n"
20462 msgstr ""
20463
20464 #. type: textblock
20465 #: ../fish/guestfish-actions.pod:480
20466 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20467 msgstr ""
20468
20469 #. type: =head2
20470 #: ../fish/guestfish-actions.pod:485
20471 msgid "blockdev-getsz"
20472 msgstr ""
20473
20474 #. type: verbatim
20475 #: ../fish/guestfish-actions.pod:487
20476 #, no-wrap
20477 msgid ""
20478 " blockdev-getsz device\n"
20479 "\n"
20480 msgstr ""
20481
20482 #. type: textblock
20483 #: ../fish/guestfish-actions.pod:492
20484 msgid ""
20485 "See also L</blockdev-getss> for the real sector size of the device, and "
20486 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20487 msgstr ""
20488
20489 #. type: =head2
20490 #: ../fish/guestfish-actions.pod:498
20491 msgid "blockdev-rereadpt"
20492 msgstr ""
20493
20494 #. type: verbatim
20495 #: ../fish/guestfish-actions.pod:500
20496 #, no-wrap
20497 msgid ""
20498 " blockdev-rereadpt device\n"
20499 "\n"
20500 msgstr ""
20501
20502 #. type: =head2
20503 #: ../fish/guestfish-actions.pod:506
20504 msgid "blockdev-setbsz"
20505 msgstr ""
20506
20507 #. type: verbatim
20508 #: ../fish/guestfish-actions.pod:508
20509 #, no-wrap
20510 msgid ""
20511 " blockdev-setbsz device blocksize\n"
20512 "\n"
20513 msgstr ""
20514
20515 #. type: =head2
20516 #: ../fish/guestfish-actions.pod:517
20517 msgid "blockdev-setro"
20518 msgstr ""
20519
20520 #. type: verbatim
20521 #: ../fish/guestfish-actions.pod:519
20522 #, no-wrap
20523 msgid ""
20524 " blockdev-setro device\n"
20525 "\n"
20526 msgstr ""
20527
20528 #. type: =head2
20529 #: ../fish/guestfish-actions.pod:525
20530 msgid "blockdev-setrw"
20531 msgstr ""
20532
20533 #. type: verbatim
20534 #: ../fish/guestfish-actions.pod:527
20535 #, no-wrap
20536 msgid ""
20537 " blockdev-setrw device\n"
20538 "\n"
20539 msgstr ""
20540
20541 #. type: =head2
20542 #: ../fish/guestfish-actions.pod:533
20543 msgid "case-sensitive-path"
20544 msgstr ""
20545
20546 #. type: verbatim
20547 #: ../fish/guestfish-actions.pod:535
20548 #, no-wrap
20549 msgid ""
20550 " case-sensitive-path path\n"
20551 "\n"
20552 msgstr ""
20553
20554 #. type: textblock
20555 #: ../fish/guestfish-actions.pod:559
20556 msgid ""
20557 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
20558 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
20559 "how the directories were originally created under Windows)."
20560 msgstr ""
20561
20562 #. type: textblock
20563 #: ../fish/guestfish-actions.pod:567
20564 msgid "See also L</realpath>."
20565 msgstr ""
20566
20567 #. type: =head2
20568 #: ../fish/guestfish-actions.pod:569
20569 msgid "cat"
20570 msgstr ""
20571
20572 #. type: verbatim
20573 #: ../fish/guestfish-actions.pod:571
20574 #, no-wrap
20575 msgid ""
20576 " cat path\n"
20577 "\n"
20578 msgstr ""
20579
20580 #. type: textblock
20581 #: ../fish/guestfish-actions.pod:575
20582 msgid ""
20583 "Note that this function cannot correctly handle binary files (specifically, "
20584 "files containing C<\\0> character which is treated as end of string).  For "
20585 "those you need to use the L</read-file> or L</download> functions which have "
20586 "a more complex interface."
20587 msgstr ""
20588
20589 #. type: =head2
20590 #: ../fish/guestfish-actions.pod:583
20591 msgid "checksum"
20592 msgstr ""
20593
20594 #. type: verbatim
20595 #: ../fish/guestfish-actions.pod:585
20596 #, no-wrap
20597 msgid ""
20598 " checksum csumtype path\n"
20599 "\n"
20600 msgstr ""
20601
20602 #. type: textblock
20603 #: ../fish/guestfish-actions.pod:628
20604 msgid "To get the checksum for a device, use L</checksum-device>."
20605 msgstr ""
20606
20607 #. type: textblock
20608 #: ../fish/guestfish-actions.pod:630
20609 msgid "To get the checksums for many files, use L</checksums-out>."
20610 msgstr ""
20611
20612 #. type: =head2
20613 #: ../fish/guestfish-actions.pod:632
20614 msgid "checksum-device"
20615 msgstr ""
20616
20617 #. type: verbatim
20618 #: ../fish/guestfish-actions.pod:634
20619 #, no-wrap
20620 msgid ""
20621 " checksum-device csumtype device\n"
20622 "\n"
20623 msgstr ""
20624
20625 #. type: textblock
20626 #: ../fish/guestfish-actions.pod:636
20627 msgid ""
20628 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
20629 "device named C<device>.  For the types of checksums supported see the "
20630 "L</checksum> command."
20631 msgstr ""
20632
20633 #. type: =head2
20634 #: ../fish/guestfish-actions.pod:640
20635 msgid "checksums-out"
20636 msgstr ""
20637
20638 #. type: verbatim
20639 #: ../fish/guestfish-actions.pod:642
20640 #, no-wrap
20641 msgid ""
20642 " checksums-out csumtype directory (sumsfile|-)\n"
20643 "\n"
20644 msgstr ""
20645
20646 #. type: =head2
20647 #: ../fish/guestfish-actions.pod:658
20648 msgid "chmod"
20649 msgstr ""
20650
20651 #. type: verbatim
20652 #: ../fish/guestfish-actions.pod:660
20653 #, no-wrap
20654 msgid ""
20655 " chmod mode path\n"
20656 "\n"
20657 msgstr ""
20658
20659 #. type: =head2
20660 #: ../fish/guestfish-actions.pod:671
20661 msgid "chown"
20662 msgstr ""
20663
20664 #. type: verbatim
20665 #: ../fish/guestfish-actions.pod:673
20666 #, no-wrap
20667 msgid ""
20668 " chown owner group path\n"
20669 "\n"
20670 msgstr ""
20671
20672 #. type: =head2
20673 #: ../fish/guestfish-actions.pod:681
20674 msgid "command"
20675 msgstr ""
20676
20677 #. type: verbatim
20678 #: ../fish/guestfish-actions.pod:683
20679 #, no-wrap
20680 msgid ""
20681 " command 'arguments ...'\n"
20682 "\n"
20683 msgstr ""
20684
20685 #. type: textblock
20686 #: ../fish/guestfish-actions.pod:690
20687 msgid ""
20688 "The single parameter is an argv-style list of arguments.  The first element "
20689 "is the name of the program to run.  Subsequent elements are parameters.  The "
20690 "list must be non-empty (ie. must contain a program name).  Note that the "
20691 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
20692 msgstr ""
20693
20694 #. type: =head2
20695 #: ../fish/guestfish-actions.pod:718
20696 msgid "command-lines"
20697 msgstr ""
20698
20699 #. type: verbatim
20700 #: ../fish/guestfish-actions.pod:720
20701 #, no-wrap
20702 msgid ""
20703 " command-lines 'arguments ...'\n"
20704 "\n"
20705 msgstr ""
20706
20707 #. type: textblock
20708 #: ../fish/guestfish-actions.pod:722
20709 msgid "This is the same as L</command>, but splits the result into a list of lines."
20710 msgstr ""
20711
20712 #. type: textblock
20713 #: ../fish/guestfish-actions.pod:725
20714 msgid "See also: L</sh-lines>"
20715 msgstr ""
20716
20717 #. type: =head2
20718 #: ../fish/guestfish-actions.pod:730
20719 msgid "config"
20720 msgstr ""
20721
20722 #. type: verbatim
20723 #: ../fish/guestfish-actions.pod:732
20724 #, no-wrap
20725 msgid ""
20726 " config qemuparam qemuvalue\n"
20727 "\n"
20728 msgstr ""
20729
20730 #. type: =head2
20731 #: ../fish/guestfish-actions.pod:743
20732 msgid "copy-size"
20733 msgstr ""
20734
20735 #. type: verbatim
20736 #: ../fish/guestfish-actions.pod:745
20737 #, no-wrap
20738 msgid ""
20739 " copy-size src dest size\n"
20740 "\n"
20741 msgstr ""
20742
20743 #. type: =head2
20744 #: ../fish/guestfish-actions.pod:753
20745 msgid "cp"
20746 msgstr ""
20747
20748 #. type: verbatim
20749 #: ../fish/guestfish-actions.pod:755
20750 #, no-wrap
20751 msgid ""
20752 " cp src dest\n"
20753 "\n"
20754 msgstr ""
20755
20756 #. type: =head2
20757 #: ../fish/guestfish-actions.pod:760
20758 msgid "cp-a"
20759 msgstr ""
20760
20761 #. type: verbatim
20762 #: ../fish/guestfish-actions.pod:762
20763 #, no-wrap
20764 msgid ""
20765 " cp-a src dest\n"
20766 "\n"
20767 msgstr ""
20768
20769 #. type: =head2
20770 #: ../fish/guestfish-actions.pod:767
20771 msgid "dd"
20772 msgstr ""
20773
20774 #. type: verbatim
20775 #: ../fish/guestfish-actions.pod:769
20776 #, no-wrap
20777 msgid ""
20778 " dd src dest\n"
20779 "\n"
20780 msgstr ""
20781
20782 #. type: textblock
20783 #: ../fish/guestfish-actions.pod:776
20784 msgid ""
20785 "If the destination is a device, it must be as large or larger than the "
20786 "source file or device, otherwise the copy will fail.  This command cannot do "
20787 "partial copies (see L</copy-size>)."
20788 msgstr ""
20789
20790 #. type: =head2
20791 #: ../fish/guestfish-actions.pod:780
20792 msgid "df"
20793 msgstr ""
20794
20795 #. type: verbatim
20796 #: ../fish/guestfish-actions.pod:782
20797 #, no-wrap
20798 msgid ""
20799 " df\n"
20800 "\n"
20801 msgstr ""
20802
20803 #. type: textblock
20804 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
20805 msgid ""
20806 "This command is mostly useful for interactive sessions.  It is I<not> "
20807 "intended that you try to parse the output string.  Use L</statvfs> from "
20808 "programs."
20809 msgstr ""
20810
20811 #. type: =head2
20812 #: ../fish/guestfish-actions.pod:790
20813 msgid "df-h"
20814 msgstr ""
20815
20816 #. type: verbatim
20817 #: ../fish/guestfish-actions.pod:792
20818 #, no-wrap
20819 msgid ""
20820 " df-h\n"
20821 "\n"
20822 msgstr ""
20823
20824 #. type: =head2
20825 #: ../fish/guestfish-actions.pod:801
20826 msgid "dmesg"
20827 msgstr ""
20828
20829 #. type: verbatim
20830 #: ../fish/guestfish-actions.pod:803
20831 #, no-wrap
20832 msgid ""
20833 " dmesg\n"
20834 "\n"
20835 msgstr ""
20836
20837 #. type: textblock
20838 #: ../fish/guestfish-actions.pod:809
20839 msgid ""
20840 "Another way to get the same information is to enable verbose messages with "
20841 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
20842 "before running the program."
20843 msgstr ""
20844
20845 #. type: =head2
20846 #: ../fish/guestfish-actions.pod:814
20847 msgid "download"
20848 msgstr ""
20849
20850 #. type: verbatim
20851 #: ../fish/guestfish-actions.pod:816
20852 #, no-wrap
20853 msgid ""
20854 " download remotefilename (filename|-)\n"
20855 "\n"
20856 msgstr ""
20857
20858 #. type: textblock
20859 #: ../fish/guestfish-actions.pod:823
20860 msgid "See also L</upload>, L</cat>."
20861 msgstr ""
20862
20863 #. type: =head2
20864 #: ../fish/guestfish-actions.pod:827
20865 msgid "download-offset"
20866 msgstr ""
20867
20868 #. type: verbatim
20869 #: ../fish/guestfish-actions.pod:829
20870 #, no-wrap
20871 msgid ""
20872 " download-offset remotefilename (filename|-) offset size\n"
20873 "\n"
20874 msgstr ""
20875
20876 #. type: textblock
20877 #: ../fish/guestfish-actions.pod:837
20878 msgid ""
20879 "Note that there is no limit on the amount of data that can be downloaded "
20880 "with this call, unlike with L</pread>, and this call always reads the full "
20881 "amount unless an error occurs."
20882 msgstr ""
20883
20884 #. type: textblock
20885 #: ../fish/guestfish-actions.pod:842
20886 msgid "See also L</download>, L</pread>."
20887 msgstr ""
20888
20889 #. type: =head2
20890 #: ../fish/guestfish-actions.pod:846
20891 msgid "drop-caches"
20892 msgstr ""
20893
20894 #. type: verbatim
20895 #: ../fish/guestfish-actions.pod:848
20896 #, no-wrap
20897 msgid ""
20898 " drop-caches whattodrop\n"
20899 "\n"
20900 msgstr ""
20901
20902 #. type: =head2
20903 #: ../fish/guestfish-actions.pod:860
20904 msgid "du"
20905 msgstr ""
20906
20907 #. type: verbatim
20908 #: ../fish/guestfish-actions.pod:862
20909 #, no-wrap
20910 msgid ""
20911 " du path\n"
20912 "\n"
20913 msgstr ""
20914
20915 #. type: =head2
20916 #: ../fish/guestfish-actions.pod:874
20917 msgid "e2fsck-f"
20918 msgstr ""
20919
20920 #. type: verbatim
20921 #: ../fish/guestfish-actions.pod:876
20922 #, no-wrap
20923 msgid ""
20924 " e2fsck-f device\n"
20925 "\n"
20926 msgstr ""
20927
20928 #. type: textblock
20929 #: ../fish/guestfish-actions.pod:882
20930 msgid ""
20931 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
20932 "should use L</fsck>."
20933 msgstr ""
20934
20935 #. type: =head2
20936 #: ../fish/guestfish-actions.pod:885
20937 msgid "echo-daemon"
20938 msgstr ""
20939
20940 #. type: verbatim
20941 #: ../fish/guestfish-actions.pod:887
20942 #, no-wrap
20943 msgid ""
20944 " echo-daemon 'words ...'\n"
20945 "\n"
20946 msgstr ""
20947
20948 #. type: textblock
20949 #: ../fish/guestfish-actions.pod:894
20950 msgid "See also L</ping-daemon>."
20951 msgstr ""
20952
20953 #. type: =head2
20954 #: ../fish/guestfish-actions.pod:896
20955 msgid "egrep"
20956 msgstr ""
20957
20958 #. type: verbatim
20959 #: ../fish/guestfish-actions.pod:898
20960 #, no-wrap
20961 msgid ""
20962 " egrep regex path\n"
20963 "\n"
20964 msgstr ""
20965
20966 #. type: =head2
20967 #: ../fish/guestfish-actions.pod:906
20968 msgid "egrepi"
20969 msgstr ""
20970
20971 #. type: verbatim
20972 #: ../fish/guestfish-actions.pod:908
20973 #, no-wrap
20974 msgid ""
20975 " egrepi regex path\n"
20976 "\n"
20977 msgstr ""
20978
20979 #. type: =head2
20980 #: ../fish/guestfish-actions.pod:916
20981 msgid "equal"
20982 msgstr ""
20983
20984 #. type: verbatim
20985 #: ../fish/guestfish-actions.pod:918
20986 #, no-wrap
20987 msgid ""
20988 " equal file1 file2\n"
20989 "\n"
20990 msgstr ""
20991
20992 #. type: =head2
20993 #: ../fish/guestfish-actions.pod:925
20994 msgid "exists"
20995 msgstr ""
20996
20997 #. type: verbatim
20998 #: ../fish/guestfish-actions.pod:927
20999 #, no-wrap
21000 msgid ""
21001 " exists path\n"
21002 "\n"
21003 msgstr ""
21004
21005 #. type: textblock
21006 #: ../fish/guestfish-actions.pod:932
21007 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21008 msgstr ""
21009
21010 #. type: =head2
21011 #: ../fish/guestfish-actions.pod:934
21012 msgid "fallocate"
21013 msgstr ""
21014
21015 #. type: verbatim
21016 #: ../fish/guestfish-actions.pod:936
21017 #, no-wrap
21018 msgid ""
21019 " fallocate path len\n"
21020 "\n"
21021 msgstr ""
21022
21023 #. type: =head2
21024 #: ../fish/guestfish-actions.pod:953
21025 msgid "fallocate64"
21026 msgstr ""
21027
21028 #. type: verbatim
21029 #: ../fish/guestfish-actions.pod:955
21030 #, no-wrap
21031 msgid ""
21032 " fallocate64 path len\n"
21033 "\n"
21034 msgstr ""
21035
21036 #. type: textblock
21037 #: ../fish/guestfish-actions.pod:961
21038 msgid ""
21039 "Note that this call allocates disk blocks for the file.  To create a sparse "
21040 "file use L</truncate-size> instead."
21041 msgstr ""
21042
21043 #. type: textblock
21044 #: ../fish/guestfish-actions.pod:964
21045 msgid ""
21046 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21047 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21048 "maximum size of files created through that call to 1GB."
21049 msgstr ""
21050
21051 #. type: =head2
21052 #: ../fish/guestfish-actions.pod:973
21053 msgid "fgrep"
21054 msgstr ""
21055
21056 #. type: verbatim
21057 #: ../fish/guestfish-actions.pod:975
21058 #, no-wrap
21059 msgid ""
21060 " fgrep pattern path\n"
21061 "\n"
21062 msgstr ""
21063
21064 #. type: =head2
21065 #: ../fish/guestfish-actions.pod:983
21066 msgid "fgrepi"
21067 msgstr ""
21068
21069 #. type: verbatim
21070 #: ../fish/guestfish-actions.pod:985
21071 #, no-wrap
21072 msgid ""
21073 " fgrepi pattern path\n"
21074 "\n"
21075 msgstr ""
21076
21077 #. type: =head2
21078 #: ../fish/guestfish-actions.pod:993
21079 msgid "file"
21080 msgstr ""
21081
21082 #. type: verbatim
21083 #: ../fish/guestfish-actions.pod:995
21084 #, no-wrap
21085 msgid ""
21086 " file path\n"
21087 "\n"
21088 msgstr ""
21089
21090 #. type: textblock
21091 #: ../fish/guestfish-actions.pod:1007
21092 msgid ""
21093 "This command can also be used on C</dev/> devices (and partitions, LV "
21094 "names).  You can for example use this to determine if a device contains a "
21095 "filesystem, although it's usually better to use L</vfs-type>."
21096 msgstr ""
21097
21098 #. type: =head2
21099 #: ../fish/guestfish-actions.pod:1017
21100 msgid "file-architecture"
21101 msgstr ""
21102
21103 #. type: verbatim
21104 #: ../fish/guestfish-actions.pod:1019
21105 #, no-wrap
21106 msgid ""
21107 " file-architecture filename\n"
21108 "\n"
21109 msgstr ""
21110
21111 #. type: =head2
21112 #: ../fish/guestfish-actions.pod:1122
21113 msgid "filesize"
21114 msgstr ""
21115
21116 #. type: verbatim
21117 #: ../fish/guestfish-actions.pod:1124
21118 #, no-wrap
21119 msgid ""
21120 " filesize file\n"
21121 "\n"
21122 msgstr ""
21123
21124 #. type: textblock
21125 #: ../fish/guestfish-actions.pod:1128
21126 msgid ""
21127 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21128 "L</is-file> etc.  To get the size of block devices, use "
21129 "L</blockdev-getsize64>."
21130 msgstr ""
21131
21132 #. type: =head2
21133 #: ../fish/guestfish-actions.pod:1132
21134 msgid "fill"
21135 msgstr ""
21136
21137 #. type: verbatim
21138 #: ../fish/guestfish-actions.pod:1134
21139 #, no-wrap
21140 msgid ""
21141 " fill c len path\n"
21142 "\n"
21143 msgstr ""
21144
21145 #. type: textblock
21146 #: ../fish/guestfish-actions.pod:1140
21147 msgid ""
21148 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21149 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21150 "L</fill-pattern>."
21151 msgstr ""
21152
21153 #. type: =head2
21154 #: ../fish/guestfish-actions.pod:1145
21155 msgid "fill-pattern"
21156 msgstr ""
21157
21158 #. type: verbatim
21159 #: ../fish/guestfish-actions.pod:1147
21160 #, no-wrap
21161 msgid ""
21162 " fill-pattern pattern len path\n"
21163 "\n"
21164 msgstr ""
21165
21166 #. type: textblock
21167 #: ../fish/guestfish-actions.pod:1149
21168 msgid ""
21169 "This function is like L</fill> except that it creates a new file of length "
21170 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21171 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21172 "bytes."
21173 msgstr ""
21174
21175 #. type: =head2
21176 #: ../fish/guestfish-actions.pod:1154
21177 msgid "find"
21178 msgstr ""
21179
21180 #. type: verbatim
21181 #: ../fish/guestfish-actions.pod:1156
21182 #, no-wrap
21183 msgid ""
21184 " find directory\n"
21185 "\n"
21186 msgstr ""
21187
21188 #. type: textblock
21189 #: ../fish/guestfish-actions.pod:1170
21190 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21191 msgstr ""
21192
21193 #. type: textblock
21194 #: ../fish/guestfish-actions.pod:1183
21195 msgid "See also L</find0>."
21196 msgstr ""
21197
21198 #. type: =head2
21199 #: ../fish/guestfish-actions.pod:1188
21200 msgid "find0"
21201 msgstr ""
21202
21203 #. type: verbatim
21204 #: ../fish/guestfish-actions.pod:1190
21205 #, no-wrap
21206 msgid ""
21207 " find0 directory (files|-)\n"
21208 "\n"
21209 msgstr ""
21210
21211 #. type: textblock
21212 #: ../fish/guestfish-actions.pod:1196
21213 msgid "This command works the same way as L</find> with the following exceptions:"
21214 msgstr ""
21215
21216 #. type: =head2
21217 #: ../fish/guestfish-actions.pod:1223
21218 msgid "findfs-label"
21219 msgstr ""
21220
21221 #. type: verbatim
21222 #: ../fish/guestfish-actions.pod:1225
21223 #, no-wrap
21224 msgid ""
21225 " findfs-label label\n"
21226 "\n"
21227 msgstr ""
21228
21229 #. type: textblock
21230 #: ../fish/guestfish-actions.pod:1231
21231 msgid "To find the label of a filesystem, use L</vfs-label>."
21232 msgstr ""
21233
21234 #. type: =head2
21235 #: ../fish/guestfish-actions.pod:1233
21236 msgid "findfs-uuid"
21237 msgstr ""
21238
21239 #. type: verbatim
21240 #: ../fish/guestfish-actions.pod:1235
21241 #, no-wrap
21242 msgid ""
21243 " findfs-uuid uuid\n"
21244 "\n"
21245 msgstr ""
21246
21247 #. type: textblock
21248 #: ../fish/guestfish-actions.pod:1241
21249 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21250 msgstr ""
21251
21252 #. type: =head2
21253 #: ../fish/guestfish-actions.pod:1243
21254 msgid "fsck"
21255 msgstr ""
21256
21257 #. type: verbatim
21258 #: ../fish/guestfish-actions.pod:1245
21259 #, no-wrap
21260 msgid ""
21261 " fsck fstype device\n"
21262 "\n"
21263 msgstr ""
21264
21265 #. type: =head2
21266 #: ../fish/guestfish-actions.pod:1275
21267 msgid "get-append"
21268 msgstr ""
21269
21270 #. type: verbatim
21271 #: ../fish/guestfish-actions.pod:1277
21272 #, no-wrap
21273 msgid ""
21274 " get-append\n"
21275 "\n"
21276 msgstr ""
21277
21278 #. type: =head2
21279 #: ../fish/guestfish-actions.pod:1284
21280 msgid "get-autosync"
21281 msgstr ""
21282
21283 #. type: verbatim
21284 #: ../fish/guestfish-actions.pod:1286
21285 #, no-wrap
21286 msgid ""
21287 " get-autosync\n"
21288 "\n"
21289 msgstr ""
21290
21291 #. type: =head2
21292 #: ../fish/guestfish-actions.pod:1290
21293 msgid "get-direct"
21294 msgstr ""
21295
21296 #. type: verbatim
21297 #: ../fish/guestfish-actions.pod:1292
21298 #, no-wrap
21299 msgid ""
21300 " get-direct\n"
21301 "\n"
21302 msgstr ""
21303
21304 #. type: =head2
21305 #: ../fish/guestfish-actions.pod:1296
21306 msgid "get-e2label"
21307 msgstr ""
21308
21309 #. type: verbatim
21310 #: ../fish/guestfish-actions.pod:1298
21311 #, no-wrap
21312 msgid ""
21313 " get-e2label device\n"
21314 "\n"
21315 msgstr ""
21316
21317 #. type: =head2
21318 #: ../fish/guestfish-actions.pod:1310
21319 msgid "get-e2uuid"
21320 msgstr ""
21321
21322 #. type: verbatim
21323 #: ../fish/guestfish-actions.pod:1312
21324 #, no-wrap
21325 msgid ""
21326 " get-e2uuid device\n"
21327 "\n"
21328 msgstr ""
21329
21330 #. type: =head2
21331 #: ../fish/guestfish-actions.pod:1324
21332 msgid "get-memsize"
21333 msgstr ""
21334
21335 #. type: verbatim
21336 #: ../fish/guestfish-actions.pod:1326
21337 #, no-wrap
21338 msgid ""
21339 " get-memsize\n"
21340 "\n"
21341 msgstr ""
21342
21343 #. type: textblock
21344 #: ../fish/guestfish-actions.pod:1331
21345 msgid ""
21346 "If L</set-memsize> was not called on this handle, and if "
21347 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21348 "value for memsize."
21349 msgstr ""
21350
21351 #. type: =head2
21352 #: ../fish/guestfish-actions.pod:1338
21353 msgid "get-network"
21354 msgstr ""
21355
21356 #. type: verbatim
21357 #: ../fish/guestfish-actions.pod:1340
21358 #, no-wrap
21359 msgid ""
21360 " get-network\n"
21361 "\n"
21362 msgstr ""
21363
21364 #. type: =head2
21365 #: ../fish/guestfish-actions.pod:1344
21366 msgid "get-path"
21367 msgstr ""
21368
21369 #. type: verbatim
21370 #: ../fish/guestfish-actions.pod:1346
21371 #, no-wrap
21372 msgid ""
21373 " get-path\n"
21374 "\n"
21375 msgstr ""
21376
21377 #. type: =head2
21378 #: ../fish/guestfish-actions.pod:1353
21379 msgid "get-pid"
21380 msgstr ""
21381
21382 #. type: =head2
21383 #: ../fish/guestfish-actions.pod:1355
21384 msgid "pid"
21385 msgstr ""
21386
21387 #. type: verbatim
21388 #: ../fish/guestfish-actions.pod:1357
21389 #, no-wrap
21390 msgid ""
21391 " get-pid\n"
21392 "\n"
21393 msgstr ""
21394
21395 #. type: =head2
21396 #: ../fish/guestfish-actions.pod:1364
21397 msgid "get-qemu"
21398 msgstr ""
21399
21400 #. type: verbatim
21401 #: ../fish/guestfish-actions.pod:1366
21402 #, no-wrap
21403 msgid ""
21404 " get-qemu\n"
21405 "\n"
21406 msgstr ""
21407
21408 #. type: =head2
21409 #: ../fish/guestfish-actions.pod:1373
21410 msgid "get-recovery-proc"
21411 msgstr ""
21412
21413 #. type: verbatim
21414 #: ../fish/guestfish-actions.pod:1375
21415 #, no-wrap
21416 msgid ""
21417 " get-recovery-proc\n"
21418 "\n"
21419 msgstr ""
21420
21421 #. type: =head2
21422 #: ../fish/guestfish-actions.pod:1379
21423 msgid "get-selinux"
21424 msgstr ""
21425
21426 #. type: verbatim
21427 #: ../fish/guestfish-actions.pod:1381
21428 #, no-wrap
21429 msgid ""
21430 " get-selinux\n"
21431 "\n"
21432 msgstr ""
21433
21434 #. type: textblock
21435 #: ../fish/guestfish-actions.pod:1383
21436 msgid ""
21437 "This returns the current setting of the selinux flag which is passed to the "
21438 "appliance at boot time.  See L</set-selinux>."
21439 msgstr ""
21440
21441 #. type: =head2
21442 #: ../fish/guestfish-actions.pod:1389
21443 msgid "get-state"
21444 msgstr ""
21445
21446 #. type: verbatim
21447 #: ../fish/guestfish-actions.pod:1391
21448 #, no-wrap
21449 msgid ""
21450 " get-state\n"
21451 "\n"
21452 msgstr ""
21453
21454 #. type: =head2
21455 #: ../fish/guestfish-actions.pod:1398
21456 msgid "get-trace"
21457 msgstr ""
21458
21459 #. type: verbatim
21460 #: ../fish/guestfish-actions.pod:1400
21461 #, no-wrap
21462 msgid ""
21463 " get-trace\n"
21464 "\n"
21465 msgstr ""
21466
21467 #. type: =head2
21468 #: ../fish/guestfish-actions.pod:1404
21469 msgid "get-umask"
21470 msgstr ""
21471
21472 #. type: verbatim
21473 #: ../fish/guestfish-actions.pod:1406
21474 #, no-wrap
21475 msgid ""
21476 " get-umask\n"
21477 "\n"
21478 msgstr ""
21479
21480 #. type: textblock
21481 #: ../fish/guestfish-actions.pod:1408
21482 msgid ""
21483 "Return the current umask.  By default the umask is C<022> unless it has been "
21484 "set by calling L</umask>."
21485 msgstr ""
21486
21487 #. type: =head2
21488 #: ../fish/guestfish-actions.pod:1411
21489 msgid "get-verbose"
21490 msgstr ""
21491
21492 #. type: verbatim
21493 #: ../fish/guestfish-actions.pod:1413
21494 #, no-wrap
21495 msgid ""
21496 " get-verbose\n"
21497 "\n"
21498 msgstr ""
21499
21500 #. type: =head2
21501 #: ../fish/guestfish-actions.pod:1417
21502 msgid "getcon"
21503 msgstr ""
21504
21505 #. type: verbatim
21506 #: ../fish/guestfish-actions.pod:1419
21507 #, no-wrap
21508 msgid ""
21509 " getcon\n"
21510 "\n"
21511 msgstr ""
21512
21513 #. type: textblock
21514 #: ../fish/guestfish-actions.pod:1423
21515 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
21516 msgstr ""
21517
21518 #. type: =head2
21519 #: ../fish/guestfish-actions.pod:1426
21520 msgid "getxattr"
21521 msgstr ""
21522
21523 #. type: verbatim
21524 #: ../fish/guestfish-actions.pod:1428
21525 #, no-wrap
21526 msgid ""
21527 " getxattr path name\n"
21528 "\n"
21529 msgstr ""
21530
21531 #. type: textblock
21532 #: ../fish/guestfish-actions.pod:1430
21533 msgid ""
21534 "Get a single extended attribute from file C<path> named C<name>.  This call "
21535 "follows symlinks.  If you want to lookup an extended attribute for the "
21536 "symlink itself, use L</lgetxattr>."
21537 msgstr ""
21538
21539 #. type: textblock
21540 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2261
21541 msgid ""
21542 "Normally it is better to get all extended attributes from a file in one go "
21543 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
21544 "buggy and do not provide a way to list out attributes.  For these "
21545 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
21546 "attributes you want in advance and call this function."
21547 msgstr ""
21548
21549 #. type: textblock
21550 #: ../fish/guestfish-actions.pod:1444
21551 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
21552 msgstr ""
21553
21554 #. type: =head2
21555 #: ../fish/guestfish-actions.pod:1446
21556 msgid "getxattrs"
21557 msgstr ""
21558
21559 #. type: verbatim
21560 #: ../fish/guestfish-actions.pod:1448
21561 #, no-wrap
21562 msgid ""
21563 " getxattrs path\n"
21564 "\n"
21565 msgstr ""
21566
21567 #. type: textblock
21568 #: ../fish/guestfish-actions.pod:1456
21569 msgid "See also: L</lgetxattrs>, L<attr(5)>."
21570 msgstr ""
21571
21572 #. type: =head2
21573 #: ../fish/guestfish-actions.pod:1458
21574 msgid "glob-expand"
21575 msgstr ""
21576
21577 #. type: verbatim
21578 #: ../fish/guestfish-actions.pod:1460
21579 #, no-wrap
21580 msgid ""
21581 " glob-expand pattern\n"
21582 "\n"
21583 msgstr ""
21584
21585 #. type: =head2
21586 #: ../fish/guestfish-actions.pod:1473
21587 msgid "grep"
21588 msgstr ""
21589
21590 #. type: verbatim
21591 #: ../fish/guestfish-actions.pod:1475
21592 #, no-wrap
21593 msgid ""
21594 " grep regex path\n"
21595 "\n"
21596 msgstr ""
21597
21598 #. type: =head2
21599 #: ../fish/guestfish-actions.pod:1483
21600 msgid "grepi"
21601 msgstr ""
21602
21603 #. type: verbatim
21604 #: ../fish/guestfish-actions.pod:1485
21605 #, no-wrap
21606 msgid ""
21607 " grepi regex path\n"
21608 "\n"
21609 msgstr ""
21610
21611 #. type: =head2
21612 #: ../fish/guestfish-actions.pod:1493
21613 msgid "grub-install"
21614 msgstr ""
21615
21616 #. type: verbatim
21617 #: ../fish/guestfish-actions.pod:1495
21618 #, no-wrap
21619 msgid ""
21620 " grub-install root device\n"
21621 "\n"
21622 msgstr ""
21623
21624 #. type: =head2
21625 #: ../fish/guestfish-actions.pod:1511
21626 msgid "head"
21627 msgstr ""
21628
21629 #. type: verbatim
21630 #: ../fish/guestfish-actions.pod:1513
21631 #, no-wrap
21632 msgid ""
21633 " head path\n"
21634 "\n"
21635 msgstr ""
21636
21637 #. type: =head2
21638 #: ../fish/guestfish-actions.pod:1521
21639 msgid "head-n"
21640 msgstr ""
21641
21642 #. type: verbatim
21643 #: ../fish/guestfish-actions.pod:1523
21644 #, no-wrap
21645 msgid ""
21646 " head-n nrlines path\n"
21647 "\n"
21648 msgstr ""
21649
21650 #. type: =head2
21651 #: ../fish/guestfish-actions.pod:1536
21652 msgid "hexdump"
21653 msgstr ""
21654
21655 #. type: verbatim
21656 #: ../fish/guestfish-actions.pod:1538
21657 #, no-wrap
21658 msgid ""
21659 " hexdump path\n"
21660 "\n"
21661 msgstr ""
21662
21663 #. type: =head2
21664 #: ../fish/guestfish-actions.pod:1546
21665 msgid "initrd-cat"
21666 msgstr ""
21667
21668 #. type: verbatim
21669 #: ../fish/guestfish-actions.pod:1548
21670 #, no-wrap
21671 msgid ""
21672 " initrd-cat initrdpath filename\n"
21673 "\n"
21674 msgstr ""
21675
21676 #. type: textblock
21677 #: ../fish/guestfish-actions.pod:1560
21678 msgid "See also L</initrd-list>."
21679 msgstr ""
21680
21681 #. type: =head2
21682 #: ../fish/guestfish-actions.pod:1565
21683 msgid "initrd-list"
21684 msgstr ""
21685
21686 #. type: verbatim
21687 #: ../fish/guestfish-actions.pod:1567
21688 #, no-wrap
21689 msgid ""
21690 " initrd-list path\n"
21691 "\n"
21692 msgstr ""
21693
21694 #. type: =head2
21695 #: ../fish/guestfish-actions.pod:1579
21696 msgid "inotify-add-watch"
21697 msgstr ""
21698
21699 #. type: verbatim
21700 #: ../fish/guestfish-actions.pod:1581
21701 #, no-wrap
21702 msgid ""
21703 " inotify-add-watch path mask\n"
21704 "\n"
21705 msgstr ""
21706
21707 #. type: =head2
21708 #: ../fish/guestfish-actions.pod:1593
21709 msgid "inotify-close"
21710 msgstr ""
21711
21712 #. type: verbatim
21713 #: ../fish/guestfish-actions.pod:1595
21714 #, no-wrap
21715 msgid ""
21716 " inotify-close\n"
21717 "\n"
21718 msgstr ""
21719
21720 #. type: =head2
21721 #: ../fish/guestfish-actions.pod:1601
21722 msgid "inotify-files"
21723 msgstr ""
21724
21725 #. type: verbatim
21726 #: ../fish/guestfish-actions.pod:1603
21727 #, no-wrap
21728 msgid ""
21729 " inotify-files\n"
21730 "\n"
21731 msgstr ""
21732
21733 #. type: textblock
21734 #: ../fish/guestfish-actions.pod:1605
21735 msgid ""
21736 "This function is a helpful wrapper around L</inotify-read> which just "
21737 "returns a list of pathnames of objects that were touched.  The returned "
21738 "pathnames are sorted and deduplicated."
21739 msgstr ""
21740
21741 #. type: =head2
21742 #: ../fish/guestfish-actions.pod:1609
21743 msgid "inotify-init"
21744 msgstr ""
21745
21746 #. type: verbatim
21747 #: ../fish/guestfish-actions.pod:1611
21748 #, no-wrap
21749 msgid ""
21750 " inotify-init maxevents\n"
21751 "\n"
21752 msgstr ""
21753
21754 #. type: textblock
21755 #: ../fish/guestfish-actions.pod:1617
21756 msgid ""
21757 "C<maxevents> is the maximum number of events which will be queued up between "
21758 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
21759 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
21760 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
21761 "but records the fact that it threw them away by setting a flag "
21762 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
21763 msgstr ""
21764
21765 #. type: textblock
21766 #: ../fish/guestfish-actions.pod:1627
21767 msgid ""
21768 "Before any events are generated, you have to add some watches to the "
21769 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
21770 "L</inotify-watch-all>."
21771 msgstr ""
21772
21773 #. type: textblock
21774 #: ../fish/guestfish-actions.pod:1633
21775 msgid ""
21776 "Queued up events should be read periodically by calling L</inotify-read> (or "
21777 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
21778 "If you don't read the events out often enough then you risk the internal "
21779 "queue overflowing."
21780 msgstr ""
21781
21782 #. type: textblock
21783 #: ../fish/guestfish-actions.pod:1640
21784 msgid ""
21785 "The handle should be closed after use by calling L</inotify-close>.  This "
21786 "also removes any watches automatically."
21787 msgstr ""
21788
21789 #. type: =head2
21790 #: ../fish/guestfish-actions.pod:1649
21791 msgid "inotify-read"
21792 msgstr ""
21793
21794 #. type: verbatim
21795 #: ../fish/guestfish-actions.pod:1651
21796 #, no-wrap
21797 msgid ""
21798 " inotify-read\n"
21799 "\n"
21800 msgstr ""
21801
21802 #. type: =head2
21803 #: ../fish/guestfish-actions.pod:1664
21804 msgid "inotify-rm-watch"
21805 msgstr ""
21806
21807 #. type: verbatim
21808 #: ../fish/guestfish-actions.pod:1666
21809 #, no-wrap
21810 msgid ""
21811 " inotify-rm-watch wd\n"
21812 "\n"
21813 msgstr ""
21814
21815 #. type: textblock
21816 #: ../fish/guestfish-actions.pod:1668
21817 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
21818 msgstr ""
21819
21820 #. type: =head2
21821 #: ../fish/guestfish-actions.pod:1671
21822 msgid "inspect-get-arch"
21823 msgstr ""
21824
21825 #. type: verbatim
21826 #: ../fish/guestfish-actions.pod:1673
21827 #, no-wrap
21828 msgid ""
21829 " inspect-get-arch root\n"
21830 "\n"
21831 msgstr ""
21832
21833 #. type: textblock
21834 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691 ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783 ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819 ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1857 ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1968 ../fish/guestfish-actions.pod:1984
21835 msgid ""
21836 "This function should only be called with a root device string as returned by "
21837 "L</inspect-os>."
21838 msgstr ""
21839
21840 #. type: textblock
21841 #: ../fish/guestfish-actions.pod:1678
21842 msgid ""
21843 "This returns the architecture of the inspected operating system.  The "
21844 "possible return values are listed under L</file-architecture>."
21845 msgstr ""
21846
21847 #. type: =head2
21848 #: ../fish/guestfish-actions.pod:1687
21849 msgid "inspect-get-distro"
21850 msgstr ""
21851
21852 #. type: verbatim
21853 #: ../fish/guestfish-actions.pod:1689
21854 #, no-wrap
21855 msgid ""
21856 " inspect-get-distro root\n"
21857 "\n"
21858 msgstr ""
21859
21860 #. type: =head2
21861 #: ../fish/guestfish-actions.pod:1761
21862 msgid "inspect-get-filesystems"
21863 msgstr ""
21864
21865 #. type: verbatim
21866 #: ../fish/guestfish-actions.pod:1763
21867 #, no-wrap
21868 msgid ""
21869 " inspect-get-filesystems root\n"
21870 "\n"
21871 msgstr ""
21872
21873 #. type: textblock
21874 #: ../fish/guestfish-actions.pod:1776
21875 msgid ""
21876 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21877 "L</inspect-get-mountpoints>."
21878 msgstr ""
21879
21880 #. type: =head2
21881 #: ../fish/guestfish-actions.pod:1779
21882 msgid "inspect-get-hostname"
21883 msgstr ""
21884
21885 #. type: verbatim
21886 #: ../fish/guestfish-actions.pod:1781
21887 #, no-wrap
21888 msgid ""
21889 " inspect-get-hostname root\n"
21890 "\n"
21891 msgstr ""
21892
21893 #. type: =head2
21894 #: ../fish/guestfish-actions.pod:1794
21895 msgid "inspect-get-major-version"
21896 msgstr ""
21897
21898 #. type: verbatim
21899 #: ../fish/guestfish-actions.pod:1796
21900 #, no-wrap
21901 msgid ""
21902 " inspect-get-major-version root\n"
21903 "\n"
21904 msgstr ""
21905
21906 #. type: =head2
21907 #: ../fish/guestfish-actions.pod:1815
21908 msgid "inspect-get-minor-version"
21909 msgstr ""
21910
21911 #. type: verbatim
21912 #: ../fish/guestfish-actions.pod:1817
21913 #, no-wrap
21914 msgid ""
21915 " inspect-get-minor-version root\n"
21916 "\n"
21917 msgstr ""
21918
21919 #. type: textblock
21920 #: ../fish/guestfish-actions.pod:1827
21921 msgid ""
21922 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21923 "L</inspect-get-major-version>."
21924 msgstr ""
21925
21926 #. type: =head2
21927 #: ../fish/guestfish-actions.pod:1830
21928 msgid "inspect-get-mountpoints"
21929 msgstr ""
21930
21931 #. type: verbatim
21932 #: ../fish/guestfish-actions.pod:1832
21933 #, no-wrap
21934 msgid ""
21935 " inspect-get-mountpoints root\n"
21936 "\n"
21937 msgstr ""
21938
21939 #. type: textblock
21940 #: ../fish/guestfish-actions.pod:1850
21941 msgid ""
21942 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21943 "L</inspect-get-filesystems>."
21944 msgstr ""
21945
21946 #. type: =head2
21947 #: ../fish/guestfish-actions.pod:1853
21948 msgid "inspect-get-package-format"
21949 msgstr ""
21950
21951 #. type: verbatim
21952 #: ../fish/guestfish-actions.pod:1855
21953 #, no-wrap
21954 msgid ""
21955 " inspect-get-package-format root\n"
21956 "\n"
21957 msgstr ""
21958
21959 #. type: textblock
21960 #: ../fish/guestfish-actions.pod:1860
21961 msgid ""
21962 "This function and L</inspect-get-package-management> return the package "
21963 "format and package management tool used by the inspected operating system.  "
21964 "For example for Fedora these functions would return C<rpm> (package format) "
21965 "and C<yum> (package management)."
21966 msgstr ""
21967
21968 #. type: =head2
21969 #: ../fish/guestfish-actions.pod:1875
21970 msgid "inspect-get-package-management"
21971 msgstr ""
21972
21973 #. type: verbatim
21974 #: ../fish/guestfish-actions.pod:1877
21975 #, no-wrap
21976 msgid ""
21977 " inspect-get-package-management root\n"
21978 "\n"
21979 msgstr ""
21980
21981 #. type: textblock
21982 #: ../fish/guestfish-actions.pod:1882
21983 msgid ""
21984 "L</inspect-get-package-format> and this function return the package format "
21985 "and package management tool used by the inspected operating system.  For "
21986 "example for Fedora these functions would return C<rpm> (package format) and "
21987 "C<yum> (package management)."
21988 msgstr ""
21989
21990 #. type: =head2
21991 #: ../fish/guestfish-actions.pod:1899
21992 msgid "inspect-get-product-name"
21993 msgstr ""
21994
21995 #. type: verbatim
21996 #: ../fish/guestfish-actions.pod:1901
21997 #, no-wrap
21998 msgid ""
21999 " inspect-get-product-name root\n"
22000 "\n"
22001 msgstr ""
22002
22003 #. type: =head2
22004 #: ../fish/guestfish-actions.pod:1916
22005 msgid "inspect-get-roots"
22006 msgstr ""
22007
22008 #. type: verbatim
22009 #: ../fish/guestfish-actions.pod:1918
22010 #, no-wrap
22011 msgid ""
22012 " inspect-get-roots\n"
22013 "\n"
22014 msgstr ""
22015
22016 #. type: textblock
22017 #: ../fish/guestfish-actions.pod:1920
22018 msgid ""
22019 "This function is a convenient way to get the list of root devices, as "
22020 "returned from a previous call to L</inspect-os>, but without redoing the "
22021 "whole inspection process."
22022 msgstr ""
22023
22024 #. type: textblock
22025 #: ../fish/guestfish-actions.pod:1924
22026 msgid ""
22027 "This returns an empty list if either no root devices were found or the "
22028 "caller has not called L</inspect-os>."
22029 msgstr ""
22030
22031 #. type: =head2
22032 #: ../fish/guestfish-actions.pod:1929
22033 msgid "inspect-get-type"
22034 msgstr ""
22035
22036 #. type: verbatim
22037 #: ../fish/guestfish-actions.pod:1931
22038 #, no-wrap
22039 msgid ""
22040 " inspect-get-type root\n"
22041 "\n"
22042 msgstr ""
22043
22044 #. type: =head2
22045 #: ../fish/guestfish-actions.pod:1964
22046 msgid "inspect-get-windows-systemroot"
22047 msgstr ""
22048
22049 #. type: verbatim
22050 #: ../fish/guestfish-actions.pod:1966
22051 #, no-wrap
22052 msgid ""
22053 " inspect-get-windows-systemroot root\n"
22054 "\n"
22055 msgstr ""
22056
22057 #. type: =head2
22058 #: ../fish/guestfish-actions.pod:1980
22059 msgid "inspect-list-applications"
22060 msgstr ""
22061
22062 #. type: verbatim
22063 #: ../fish/guestfish-actions.pod:1982
22064 #, no-wrap
22065 msgid ""
22066 " inspect-list-applications root\n"
22067 "\n"
22068 msgstr ""
22069
22070 #. type: textblock
22071 #: ../fish/guestfish-actions.pod:1989
22072 msgid ""
22073 "I<Note:> This call works differently from other parts of the inspection "
22074 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22075 "then mount up the disks, before calling this.  Listing applications is a "
22076 "significantly more difficult operation which requires access to the full "
22077 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22078 "are just returning data cached in the libguestfs handle, this call actually "
22079 "reads parts of the mounted filesystems during the call."
22080 msgstr ""
22081
22082 #. type: =head2
22083 #: ../fish/guestfish-actions.pod:2079
22084 msgid "inspect-os"
22085 msgstr ""
22086
22087 #. type: verbatim
22088 #: ../fish/guestfish-actions.pod:2081
22089 #, no-wrap
22090 msgid ""
22091 " inspect-os\n"
22092 "\n"
22093 msgstr ""
22094
22095 #. type: textblock
22096 #: ../fish/guestfish-actions.pod:2096
22097 msgid ""
22098 "You can pass the root string(s) returned to other L</inspect-get-*> "
22099 "functions in order to query further information about each operating system, "
22100 "such as the name and version."
22101 msgstr ""
22102
22103 #. type: textblock
22104 #: ../fish/guestfish-actions.pod:2101
22105 msgid ""
22106 "This function uses other libguestfs features such as L</mount-ro> and "
22107 "L</umount-all> in order to mount and unmount filesystems and look at the "
22108 "contents.  This should be called with no disks currently mounted.  The "
22109 "function may also use Augeas, so any existing Augeas handle will be closed."
22110 msgstr ""
22111
22112 #. type: textblock
22113 #: ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2289 ../fish/guestfish-actions.pod:2335
22114 msgid "See also L</list-filesystems>."
22115 msgstr ""
22116
22117 #. type: =head2
22118 #: ../fish/guestfish-actions.pod:2115
22119 msgid "is-blockdev"
22120 msgstr ""
22121
22122 #. type: verbatim
22123 #: ../fish/guestfish-actions.pod:2117
22124 #, no-wrap
22125 msgid ""
22126 " is-blockdev path\n"
22127 "\n"
22128 msgstr ""
22129
22130 #. type: textblock
22131 #: ../fish/guestfish-actions.pod:2122 ../fish/guestfish-actions.pod:2140 ../fish/guestfish-actions.pod:2159 ../fish/guestfish-actions.pod:2168 ../fish/guestfish-actions.pod:2178 ../fish/guestfish-actions.pod:2212 ../fish/guestfish-actions.pod:2221
22132 msgid "See also L</stat>."
22133 msgstr ""
22134
22135 #. type: =head2
22136 #: ../fish/guestfish-actions.pod:2124
22137 msgid "is-busy"
22138 msgstr ""
22139
22140 #. type: verbatim
22141 #: ../fish/guestfish-actions.pod:2126
22142 #, no-wrap
22143 msgid ""
22144 " is-busy\n"
22145 "\n"
22146 msgstr ""
22147
22148 #. type: =head2
22149 #: ../fish/guestfish-actions.pod:2133
22150 msgid "is-chardev"
22151 msgstr ""
22152
22153 #. type: verbatim
22154 #: ../fish/guestfish-actions.pod:2135
22155 #, no-wrap
22156 msgid ""
22157 " is-chardev path\n"
22158 "\n"
22159 msgstr ""
22160
22161 #. type: =head2
22162 #: ../fish/guestfish-actions.pod:2142
22163 msgid "is-config"
22164 msgstr ""
22165
22166 #. type: verbatim
22167 #: ../fish/guestfish-actions.pod:2144
22168 #, no-wrap
22169 msgid ""
22170 " is-config\n"
22171 "\n"
22172 msgstr ""
22173
22174 #. type: =head2
22175 #: ../fish/guestfish-actions.pod:2151
22176 msgid "is-dir"
22177 msgstr ""
22178
22179 #. type: verbatim
22180 #: ../fish/guestfish-actions.pod:2153
22181 #, no-wrap
22182 msgid ""
22183 " is-dir path\n"
22184 "\n"
22185 msgstr ""
22186
22187 #. type: =head2
22188 #: ../fish/guestfish-actions.pod:2161
22189 msgid "is-fifo"
22190 msgstr ""
22191
22192 #. type: verbatim
22193 #: ../fish/guestfish-actions.pod:2163
22194 #, no-wrap
22195 msgid ""
22196 " is-fifo path\n"
22197 "\n"
22198 msgstr ""
22199
22200 #. type: =head2
22201 #: ../fish/guestfish-actions.pod:2170
22202 msgid "is-file"
22203 msgstr ""
22204
22205 #. type: verbatim
22206 #: ../fish/guestfish-actions.pod:2172
22207 #, no-wrap
22208 msgid ""
22209 " is-file path\n"
22210 "\n"
22211 msgstr ""
22212
22213 #. type: =head2
22214 #: ../fish/guestfish-actions.pod:2180
22215 msgid "is-launching"
22216 msgstr ""
22217
22218 #. type: verbatim
22219 #: ../fish/guestfish-actions.pod:2182
22220 #, no-wrap
22221 msgid ""
22222 " is-launching\n"
22223 "\n"
22224 msgstr ""
22225
22226 #. type: =head2
22227 #: ../fish/guestfish-actions.pod:2189
22228 msgid "is-lv"
22229 msgstr ""
22230
22231 #. type: verbatim
22232 #: ../fish/guestfish-actions.pod:2191
22233 #, no-wrap
22234 msgid ""
22235 " is-lv device\n"
22236 "\n"
22237 msgstr ""
22238
22239 #. type: =head2
22240 #: ../fish/guestfish-actions.pod:2196
22241 msgid "is-ready"
22242 msgstr ""
22243
22244 #. type: verbatim
22245 #: ../fish/guestfish-actions.pod:2198
22246 #, no-wrap
22247 msgid ""
22248 " is-ready\n"
22249 "\n"
22250 msgstr ""
22251
22252 #. type: =head2
22253 #: ../fish/guestfish-actions.pod:2205
22254 msgid "is-socket"
22255 msgstr ""
22256
22257 #. type: verbatim
22258 #: ../fish/guestfish-actions.pod:2207
22259 #, no-wrap
22260 msgid ""
22261 " is-socket path\n"
22262 "\n"
22263 msgstr ""
22264
22265 #. type: =head2
22266 #: ../fish/guestfish-actions.pod:2214
22267 msgid "is-symlink"
22268 msgstr ""
22269
22270 #. type: verbatim
22271 #: ../fish/guestfish-actions.pod:2216
22272 #, no-wrap
22273 msgid ""
22274 " is-symlink path\n"
22275 "\n"
22276 msgstr ""
22277
22278 #. type: =head2
22279 #: ../fish/guestfish-actions.pod:2223
22280 msgid "kill-subprocess"
22281 msgstr ""
22282
22283 #. type: verbatim
22284 #: ../fish/guestfish-actions.pod:2225
22285 #, no-wrap
22286 msgid ""
22287 " kill-subprocess\n"
22288 "\n"
22289 msgstr ""
22290
22291 #. type: =head2
22292 #: ../fish/guestfish-actions.pod:2229
22293 msgid "launch"
22294 msgstr ""
22295
22296 #. type: =head2
22297 #: ../fish/guestfish-actions.pod:2231
22298 msgid "run"
22299 msgstr ""
22300
22301 #. type: verbatim
22302 #: ../fish/guestfish-actions.pod:2233
22303 #, no-wrap
22304 msgid ""
22305 " launch\n"
22306 "\n"
22307 msgstr ""
22308
22309 #. type: =head2
22310 #: ../fish/guestfish-actions.pod:2241
22311 msgid "lchown"
22312 msgstr ""
22313
22314 #. type: verbatim
22315 #: ../fish/guestfish-actions.pod:2243
22316 #, no-wrap
22317 msgid ""
22318 " lchown owner group path\n"
22319 "\n"
22320 msgstr ""
22321
22322 #. type: textblock
22323 #: ../fish/guestfish-actions.pod:2245
22324 msgid ""
22325 "Change the file owner to C<owner> and group to C<group>.  This is like "
22326 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22327 "the target."
22328 msgstr ""
22329
22330 #. type: =head2
22331 #: ../fish/guestfish-actions.pod:2253
22332 msgid "lgetxattr"
22333 msgstr ""
22334
22335 #. type: verbatim
22336 #: ../fish/guestfish-actions.pod:2255
22337 #, no-wrap
22338 msgid ""
22339 " lgetxattr path name\n"
22340 "\n"
22341 msgstr ""
22342
22343 #. type: textblock
22344 #: ../fish/guestfish-actions.pod:2271
22345 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22346 msgstr ""
22347
22348 #. type: =head2
22349 #: ../fish/guestfish-actions.pod:2273
22350 msgid "lgetxattrs"
22351 msgstr ""
22352
22353 #. type: verbatim
22354 #: ../fish/guestfish-actions.pod:2275
22355 #, no-wrap
22356 msgid ""
22357 " lgetxattrs path\n"
22358 "\n"
22359 msgstr ""
22360
22361 #. type: textblock
22362 #: ../fish/guestfish-actions.pod:2277
22363 msgid ""
22364 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22365 "it returns the extended attributes of the link itself."
22366 msgstr ""
22367
22368 #. type: =head2
22369 #: ../fish/guestfish-actions.pod:2281
22370 msgid "list-devices"
22371 msgstr ""
22372
22373 #. type: verbatim
22374 #: ../fish/guestfish-actions.pod:2283
22375 #, no-wrap
22376 msgid ""
22377 " list-devices\n"
22378 "\n"
22379 msgstr ""
22380
22381 #. type: =head2
22382 #: ../fish/guestfish-actions.pod:2291
22383 msgid "list-filesystems"
22384 msgstr ""
22385
22386 #. type: verbatim
22387 #: ../fish/guestfish-actions.pod:2293
22388 #, no-wrap
22389 msgid ""
22390 " list-filesystems\n"
22391 "\n"
22392 msgstr ""
22393
22394 #. type: textblock
22395 #: ../fish/guestfish-actions.pod:2312
22396 msgid ""
22397 "This command runs other libguestfs commands, which might include L</mount> "
22398 "and L</umount>, and therefore you should use this soon after launch and only "
22399 "when nothing is mounted."
22400 msgstr ""
22401
22402 #. type: textblock
22403 #: ../fish/guestfish-actions.pod:2316
22404 msgid ""
22405 "Not all of the filesystems returned will be mountable.  In particular, swap "
22406 "partitions are returned in the list.  Also this command does not check that "
22407 "each filesystem found is valid and mountable, and some filesystems might be "
22408 "mountable but require special options.  Filesystems may not all belong to a "
22409 "single logical operating system (use L</inspect-os> to look for OSes)."
22410 msgstr ""
22411
22412 #. type: =head2
22413 #: ../fish/guestfish-actions.pod:2324
22414 msgid "list-partitions"
22415 msgstr ""
22416
22417 #. type: verbatim
22418 #: ../fish/guestfish-actions.pod:2326
22419 #, no-wrap
22420 msgid ""
22421 " list-partitions\n"
22422 "\n"
22423 msgstr ""
22424
22425 #. type: textblock
22426 #: ../fish/guestfish-actions.pod:2332
22427 msgid ""
22428 "This does not return logical volumes.  For that you will need to call "
22429 "L</lvs>."
22430 msgstr ""
22431
22432 #. type: =head2
22433 #: ../fish/guestfish-actions.pod:2337
22434 msgid "ll"
22435 msgstr ""
22436
22437 #. type: verbatim
22438 #: ../fish/guestfish-actions.pod:2339
22439 #, no-wrap
22440 msgid ""
22441 " ll directory\n"
22442 "\n"
22443 msgstr ""
22444
22445 #. type: =head2
22446 #: ../fish/guestfish-actions.pod:2347
22447 msgid "ln"
22448 msgstr ""
22449
22450 #. type: verbatim
22451 #: ../fish/guestfish-actions.pod:2349
22452 #, no-wrap
22453 msgid ""
22454 " ln target linkname\n"
22455 "\n"
22456 msgstr ""
22457
22458 #. type: =head2
22459 #: ../fish/guestfish-actions.pod:2353
22460 msgid "ln-f"
22461 msgstr ""
22462
22463 #. type: verbatim
22464 #: ../fish/guestfish-actions.pod:2355
22465 #, no-wrap
22466 msgid ""
22467 " ln-f target linkname\n"
22468 "\n"
22469 msgstr ""
22470
22471 #. type: =head2
22472 #: ../fish/guestfish-actions.pod:2360
22473 msgid "ln-s"
22474 msgstr ""
22475
22476 #. type: verbatim
22477 #: ../fish/guestfish-actions.pod:2362
22478 #, no-wrap
22479 msgid ""
22480 " ln-s target linkname\n"
22481 "\n"
22482 msgstr ""
22483
22484 #. type: =head2
22485 #: ../fish/guestfish-actions.pod:2366
22486 msgid "ln-sf"
22487 msgstr ""
22488
22489 #. type: verbatim
22490 #: ../fish/guestfish-actions.pod:2368
22491 #, no-wrap
22492 msgid ""
22493 " ln-sf target linkname\n"
22494 "\n"
22495 msgstr ""
22496
22497 #. type: =head2
22498 #: ../fish/guestfish-actions.pod:2373
22499 msgid "lremovexattr"
22500 msgstr ""
22501
22502 #. type: verbatim
22503 #: ../fish/guestfish-actions.pod:2375
22504 #, no-wrap
22505 msgid ""
22506 " lremovexattr xattr path\n"
22507 "\n"
22508 msgstr ""
22509
22510 #. type: textblock
22511 #: ../fish/guestfish-actions.pod:2377
22512 msgid ""
22513 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
22514 "it removes an extended attribute of the link itself."
22515 msgstr ""
22516
22517 #. type: =head2
22518 #: ../fish/guestfish-actions.pod:2381
22519 msgid "ls"
22520 msgstr ""
22521
22522 #. type: verbatim
22523 #: ../fish/guestfish-actions.pod:2383
22524 #, no-wrap
22525 msgid ""
22526 " ls directory\n"
22527 "\n"
22528 msgstr ""
22529
22530 #. type: textblock
22531 #: ../fish/guestfish-actions.pod:2389
22532 msgid ""
22533 "This command is mostly useful for interactive sessions.  Programs should "
22534 "probably use L</readdir> instead."
22535 msgstr ""
22536
22537 #. type: =head2
22538 #: ../fish/guestfish-actions.pod:2392
22539 msgid "lsetxattr"
22540 msgstr ""
22541
22542 #. type: verbatim
22543 #: ../fish/guestfish-actions.pod:2394
22544 #, no-wrap
22545 msgid ""
22546 " lsetxattr xattr val vallen path\n"
22547 "\n"
22548 msgstr ""
22549
22550 #. type: textblock
22551 #: ../fish/guestfish-actions.pod:2396
22552 msgid ""
22553 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
22554 "sets an extended attribute of the link itself."
22555 msgstr ""
22556
22557 #. type: =head2
22558 #: ../fish/guestfish-actions.pod:2400
22559 msgid "lstat"
22560 msgstr ""
22561
22562 #. type: verbatim
22563 #: ../fish/guestfish-actions.pod:2402
22564 #, no-wrap
22565 msgid ""
22566 " lstat path\n"
22567 "\n"
22568 msgstr ""
22569
22570 #. type: textblock
22571 #: ../fish/guestfish-actions.pod:2406
22572 msgid ""
22573 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
22574 "the link is stat-ed, not the file it refers to."
22575 msgstr ""
22576
22577 #. type: =head2
22578 #: ../fish/guestfish-actions.pod:2412
22579 msgid "lstatlist"
22580 msgstr ""
22581
22582 #. type: verbatim
22583 #: ../fish/guestfish-actions.pod:2414
22584 #, no-wrap
22585 msgid ""
22586 " lstatlist path 'names ...'\n"
22587 "\n"
22588 msgstr ""
22589
22590 #. type: textblock
22591 #: ../fish/guestfish-actions.pod:2416
22592 msgid ""
22593 "This call allows you to perform the L</lstat> operation on multiple files, "
22594 "where all files are in the directory C<path>.  C<names> is the list of files "
22595 "from this directory."
22596 msgstr ""
22597
22598 #. type: textblock
22599 #: ../fish/guestfish-actions.pod:2425
22600 msgid ""
22601 "This call is intended for programs that want to efficiently list a directory "
22602 "contents without making many round-trips.  See also L</lxattrlist> for a "
22603 "similarly efficient call for getting extended attributes.  Very long "
22604 "directory listings might cause the protocol message size to be exceeded, "
22605 "causing this call to fail.  The caller must split up such requests into "
22606 "smaller groups of names."
22607 msgstr ""
22608
22609 #. type: =head2
22610 #: ../fish/guestfish-actions.pod:2433
22611 msgid "luks-add-key"
22612 msgstr ""
22613
22614 #. type: verbatim
22615 #: ../fish/guestfish-actions.pod:2435
22616 #, no-wrap
22617 msgid ""
22618 " luks-add-key device keyslot\n"
22619 "\n"
22620 msgstr ""
22621
22622 #. type: textblock
22623 #: ../fish/guestfish-actions.pod:2442
22624 msgid ""
22625 "Note that if C<keyslot> already contains a key, then this command will "
22626 "fail.  You have to use L</luks-kill-slot> first to remove that key."
22627 msgstr ""
22628
22629 #. type: textblock
22630 #: ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2468 ../fish/guestfish-actions.pod:2481 ../fish/guestfish-actions.pod:2495 ../fish/guestfish-actions.pod:2518 ../fish/guestfish-actions.pod:2528
22631 msgid ""
22632 "This command has one or more key or passphrase parameters.  Guestfish will "
22633 "prompt for these separately."
22634 msgstr ""
22635
22636 #. type: =head2
22637 #: ../fish/guestfish-actions.pod:2449
22638 msgid "luks-close"
22639 msgstr ""
22640
22641 #. type: verbatim
22642 #: ../fish/guestfish-actions.pod:2451
22643 #, no-wrap
22644 msgid ""
22645 " luks-close device\n"
22646 "\n"
22647 msgstr ""
22648
22649 #. type: textblock
22650 #: ../fish/guestfish-actions.pod:2453
22651 msgid ""
22652 "This closes a LUKS device that was created earlier by L</luks-open> or "
22653 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
22654 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
22655 "underlying block device."
22656 msgstr ""
22657
22658 #. type: =head2
22659 #: ../fish/guestfish-actions.pod:2459
22660 msgid "luks-format"
22661 msgstr ""
22662
22663 #. type: verbatim
22664 #: ../fish/guestfish-actions.pod:2461
22665 #, no-wrap
22666 msgid ""
22667 " luks-format device keyslot\n"
22668 "\n"
22669 msgstr ""
22670
22671 #. type: =head2
22672 #: ../fish/guestfish-actions.pod:2474
22673 msgid "luks-format-cipher"
22674 msgstr ""
22675
22676 #. type: verbatim
22677 #: ../fish/guestfish-actions.pod:2476
22678 #, no-wrap
22679 msgid ""
22680 " luks-format-cipher device keyslot cipher\n"
22681 "\n"
22682 msgstr ""
22683
22684 #. type: textblock
22685 #: ../fish/guestfish-actions.pod:2478
22686 msgid ""
22687 "This command is the same as L</luks-format> but it also allows you to set "
22688 "the C<cipher> used."
22689 msgstr ""
22690
22691 #. type: =head2
22692 #: ../fish/guestfish-actions.pod:2487
22693 msgid "luks-kill-slot"
22694 msgstr ""
22695
22696 #. type: verbatim
22697 #: ../fish/guestfish-actions.pod:2489
22698 #, no-wrap
22699 msgid ""
22700 " luks-kill-slot device keyslot\n"
22701 "\n"
22702 msgstr ""
22703
22704 #. type: =head2
22705 #: ../fish/guestfish-actions.pod:2498
22706 msgid "luks-open"
22707 msgstr ""
22708
22709 #. type: verbatim
22710 #: ../fish/guestfish-actions.pod:2500
22711 #, no-wrap
22712 msgid ""
22713 " luks-open device mapname\n"
22714 "\n"
22715 msgstr ""
22716
22717 #. type: textblock
22718 #: ../fish/guestfish-actions.pod:2514
22719 msgid ""
22720 "If this block device contains LVM volume groups, then calling L</vgscan> "
22721 "followed by L</vg-activate-all> will make them visible."
22722 msgstr ""
22723
22724 #. type: =head2
22725 #: ../fish/guestfish-actions.pod:2521
22726 msgid "luks-open-ro"
22727 msgstr ""
22728
22729 #. type: verbatim
22730 #: ../fish/guestfish-actions.pod:2523
22731 #, no-wrap
22732 msgid ""
22733 " luks-open-ro device mapname\n"
22734 "\n"
22735 msgstr ""
22736
22737 #. type: textblock
22738 #: ../fish/guestfish-actions.pod:2525
22739 msgid ""
22740 "This is the same as L</luks-open> except that a read-only mapping is "
22741 "created."
22742 msgstr ""
22743
22744 #. type: =head2
22745 #: ../fish/guestfish-actions.pod:2531
22746 msgid "lvcreate"
22747 msgstr ""
22748
22749 #. type: verbatim
22750 #: ../fish/guestfish-actions.pod:2533
22751 #, no-wrap
22752 msgid ""
22753 " lvcreate logvol volgroup mbytes\n"
22754 "\n"
22755 msgstr ""
22756
22757 #. type: =head2
22758 #: ../fish/guestfish-actions.pod:2538
22759 msgid "lvm-canonical-lv-name"
22760 msgstr ""
22761
22762 #. type: verbatim
22763 #: ../fish/guestfish-actions.pod:2540
22764 #, no-wrap
22765 msgid ""
22766 " lvm-canonical-lv-name lvname\n"
22767 "\n"
22768 msgstr ""
22769
22770 #. type: textblock
22771 #: ../fish/guestfish-actions.pod:2549
22772 msgid "See also L</is-lv>."
22773 msgstr ""
22774
22775 #. type: =head2
22776 #: ../fish/guestfish-actions.pod:2551
22777 msgid "lvm-clear-filter"
22778 msgstr ""
22779
22780 #. type: verbatim
22781 #: ../fish/guestfish-actions.pod:2553
22782 #, no-wrap
22783 msgid ""
22784 " lvm-clear-filter\n"
22785 "\n"
22786 msgstr ""
22787
22788 #. type: textblock
22789 #: ../fish/guestfish-actions.pod:2555
22790 msgid ""
22791 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
22792 "block device."
22793 msgstr ""
22794
22795 #. type: =head2
22796 #: ../fish/guestfish-actions.pod:2561
22797 msgid "lvm-remove-all"
22798 msgstr ""
22799
22800 #. type: verbatim
22801 #: ../fish/guestfish-actions.pod:2563
22802 #, no-wrap
22803 msgid ""
22804 " lvm-remove-all\n"
22805 "\n"
22806 msgstr ""
22807
22808 #. type: =head2
22809 #: ../fish/guestfish-actions.pod:2571
22810 msgid "lvm-set-filter"
22811 msgstr ""
22812
22813 #. type: verbatim
22814 #: ../fish/guestfish-actions.pod:2573
22815 #, no-wrap
22816 msgid ""
22817 " lvm-set-filter 'devices ...'\n"
22818 "\n"
22819 msgstr ""
22820
22821 #. type: =head2
22822 #: ../fish/guestfish-actions.pod:2598
22823 msgid "lvremove"
22824 msgstr ""
22825
22826 #. type: verbatim
22827 #: ../fish/guestfish-actions.pod:2600
22828 #, no-wrap
22829 msgid ""
22830 " lvremove device\n"
22831 "\n"
22832 msgstr ""
22833
22834 #. type: =head2
22835 #: ../fish/guestfish-actions.pod:2608
22836 msgid "lvrename"
22837 msgstr ""
22838
22839 #. type: verbatim
22840 #: ../fish/guestfish-actions.pod:2610
22841 #, no-wrap
22842 msgid ""
22843 " lvrename logvol newlogvol\n"
22844 "\n"
22845 msgstr ""
22846
22847 #. type: =head2
22848 #: ../fish/guestfish-actions.pod:2614
22849 msgid "lvresize"
22850 msgstr ""
22851
22852 #. type: verbatim
22853 #: ../fish/guestfish-actions.pod:2616
22854 #, no-wrap
22855 msgid ""
22856 " lvresize device mbytes\n"
22857 "\n"
22858 msgstr ""
22859
22860 #. type: =head2
22861 #: ../fish/guestfish-actions.pod:2622
22862 msgid "lvresize-free"
22863 msgstr ""
22864
22865 #. type: verbatim
22866 #: ../fish/guestfish-actions.pod:2624
22867 #, no-wrap
22868 msgid ""
22869 " lvresize-free lv percent\n"
22870 "\n"
22871 msgstr ""
22872
22873 #. type: =head2
22874 #: ../fish/guestfish-actions.pod:2632
22875 msgid "lvs"
22876 msgstr ""
22877
22878 #. type: verbatim
22879 #: ../fish/guestfish-actions.pod:2634
22880 #, no-wrap
22881 msgid ""
22882 " lvs\n"
22883 "\n"
22884 msgstr ""
22885
22886 #. type: textblock
22887 #: ../fish/guestfish-actions.pod:2642
22888 msgid "See also L</lvs-full>, L</list-filesystems>."
22889 msgstr ""
22890
22891 #. type: =head2
22892 #: ../fish/guestfish-actions.pod:2644
22893 msgid "lvs-full"
22894 msgstr ""
22895
22896 #. type: verbatim
22897 #: ../fish/guestfish-actions.pod:2646
22898 #, no-wrap
22899 msgid ""
22900 " lvs-full\n"
22901 "\n"
22902 msgstr ""
22903
22904 #. type: =head2
22905 #: ../fish/guestfish-actions.pod:2651
22906 msgid "lvuuid"
22907 msgstr ""
22908
22909 #. type: verbatim
22910 #: ../fish/guestfish-actions.pod:2653
22911 #, no-wrap
22912 msgid ""
22913 " lvuuid device\n"
22914 "\n"
22915 msgstr ""
22916
22917 #. type: =head2
22918 #: ../fish/guestfish-actions.pod:2657
22919 msgid "lxattrlist"
22920 msgstr ""
22921
22922 #. type: verbatim
22923 #: ../fish/guestfish-actions.pod:2659
22924 #, no-wrap
22925 msgid ""
22926 " lxattrlist path 'names ...'\n"
22927 "\n"
22928 msgstr ""
22929
22930 #. type: textblock
22931 #: ../fish/guestfish-actions.pod:2675
22932 msgid ""
22933 "This call is intended for programs that want to efficiently list a directory "
22934 "contents without making many round-trips.  See also L</lstatlist> for a "
22935 "similarly efficient call for getting standard stats.  Very long directory "
22936 "listings might cause the protocol message size to be exceeded, causing this "
22937 "call to fail.  The caller must split up such requests into smaller groups of "
22938 "names."
22939 msgstr ""
22940
22941 #. type: =head2
22942 #: ../fish/guestfish-actions.pod:2683
22943 msgid "mkdir"
22944 msgstr ""
22945
22946 #. type: verbatim
22947 #: ../fish/guestfish-actions.pod:2685
22948 #, no-wrap
22949 msgid ""
22950 " mkdir path\n"
22951 "\n"
22952 msgstr ""
22953
22954 #. type: =head2
22955 #: ../fish/guestfish-actions.pod:2689
22956 msgid "mkdir-mode"
22957 msgstr ""
22958
22959 #. type: verbatim
22960 #: ../fish/guestfish-actions.pod:2691
22961 #, no-wrap
22962 msgid ""
22963 " mkdir-mode path mode\n"
22964 "\n"
22965 msgstr ""
22966
22967 #. type: textblock
22968 #: ../fish/guestfish-actions.pod:2700
22969 msgid "See also L</mkdir>, L</umask>"
22970 msgstr ""
22971
22972 #. type: =head2
22973 #: ../fish/guestfish-actions.pod:2702
22974 msgid "mkdir-p"
22975 msgstr ""
22976
22977 #. type: verbatim
22978 #: ../fish/guestfish-actions.pod:2704
22979 #, no-wrap
22980 msgid ""
22981 " mkdir-p path\n"
22982 "\n"
22983 msgstr ""
22984
22985 #. type: =head2
22986 #: ../fish/guestfish-actions.pod:2709
22987 msgid "mkdtemp"
22988 msgstr ""
22989
22990 #. type: verbatim
22991 #: ../fish/guestfish-actions.pod:2711
22992 #, no-wrap
22993 msgid ""
22994 " mkdtemp template\n"
22995 "\n"
22996 msgstr ""
22997
22998 #. type: =head2
22999 #: ../fish/guestfish-actions.pod:2732
23000 msgid "mke2fs-J"
23001 msgstr ""
23002
23003 #. type: verbatim
23004 #: ../fish/guestfish-actions.pod:2734
23005 #, no-wrap
23006 msgid ""
23007 " mke2fs-J fstype blocksize device journal\n"
23008 "\n"
23009 msgstr ""
23010
23011 #. type: textblock
23012 #: ../fish/guestfish-actions.pod:2742
23013 msgid "See also L</mke2journal>."
23014 msgstr ""
23015
23016 #. type: =head2
23017 #: ../fish/guestfish-actions.pod:2744
23018 msgid "mke2fs-JL"
23019 msgstr ""
23020
23021 #. type: verbatim
23022 #: ../fish/guestfish-actions.pod:2746
23023 #, no-wrap
23024 msgid ""
23025 " mke2fs-JL fstype blocksize device label\n"
23026 "\n"
23027 msgstr ""
23028
23029 #. type: textblock
23030 #: ../fish/guestfish-actions.pod:2751
23031 msgid "See also L</mke2journal-L>."
23032 msgstr ""
23033
23034 #. type: =head2
23035 #: ../fish/guestfish-actions.pod:2753
23036 msgid "mke2fs-JU"
23037 msgstr ""
23038
23039 #. type: verbatim
23040 #: ../fish/guestfish-actions.pod:2755
23041 #, no-wrap
23042 msgid ""
23043 " mke2fs-JU fstype blocksize device uuid\n"
23044 "\n"
23045 msgstr ""
23046
23047 #. type: textblock
23048 #: ../fish/guestfish-actions.pod:2760
23049 msgid "See also L</mke2journal-U>."
23050 msgstr ""
23051
23052 #. type: =head2
23053 #: ../fish/guestfish-actions.pod:2762
23054 msgid "mke2journal"
23055 msgstr ""
23056
23057 #. type: verbatim
23058 #: ../fish/guestfish-actions.pod:2764
23059 #, no-wrap
23060 msgid ""
23061 " mke2journal blocksize device\n"
23062 "\n"
23063 msgstr ""
23064
23065 #. type: =head2
23066 #: ../fish/guestfish-actions.pod:2771
23067 msgid "mke2journal-L"
23068 msgstr ""
23069
23070 #. type: verbatim
23071 #: ../fish/guestfish-actions.pod:2773
23072 #, no-wrap
23073 msgid ""
23074 " mke2journal-L blocksize label device\n"
23075 "\n"
23076 msgstr ""
23077
23078 #. type: =head2
23079 #: ../fish/guestfish-actions.pod:2777
23080 msgid "mke2journal-U"
23081 msgstr ""
23082
23083 #. type: verbatim
23084 #: ../fish/guestfish-actions.pod:2779
23085 #, no-wrap
23086 msgid ""
23087 " mke2journal-U blocksize uuid device\n"
23088 "\n"
23089 msgstr ""
23090
23091 #. type: =head2
23092 #: ../fish/guestfish-actions.pod:2783
23093 msgid "mkfifo"
23094 msgstr ""
23095
23096 #. type: verbatim
23097 #: ../fish/guestfish-actions.pod:2785
23098 #, no-wrap
23099 msgid ""
23100 " mkfifo mode path\n"
23101 "\n"
23102 msgstr ""
23103
23104 #. type: textblock
23105 #: ../fish/guestfish-actions.pod:2787
23106 msgid ""
23107 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23108 "is just a convenient wrapper around L</mknod>."
23109 msgstr ""
23110
23111 #. type: =head2
23112 #: ../fish/guestfish-actions.pod:2793
23113 msgid "mkfs"
23114 msgstr ""
23115
23116 #. type: verbatim
23117 #: ../fish/guestfish-actions.pod:2795
23118 #, no-wrap
23119 msgid ""
23120 " mkfs fstype device\n"
23121 "\n"
23122 msgstr ""
23123
23124 #. type: =head2
23125 #: ../fish/guestfish-actions.pod:2801
23126 msgid "mkfs-b"
23127 msgstr ""
23128
23129 #. type: verbatim
23130 #: ../fish/guestfish-actions.pod:2803
23131 #, no-wrap
23132 msgid ""
23133 " mkfs-b fstype blocksize device\n"
23134 "\n"
23135 msgstr ""
23136
23137 #. type: textblock
23138 #: ../fish/guestfish-actions.pod:2805
23139 msgid ""
23140 "This call is similar to L</mkfs>, but it allows you to control the block "
23141 "size of the resulting filesystem.  Supported block sizes depend on the "
23142 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23143 msgstr ""
23144
23145 #. type: =head2
23146 #: ../fish/guestfish-actions.pod:2820
23147 msgid "mkfs-opts"
23148 msgstr ""
23149
23150 #. type: verbatim
23151 #: ../fish/guestfish-actions.pod:2822
23152 #, no-wrap
23153 msgid ""
23154 " mkfs-opts fstype device [blocksize:..]\n"
23155 "\n"
23156 msgstr ""
23157
23158 #. type: =head2
23159 #: ../fish/guestfish-actions.pod:2844
23160 msgid "mkmountpoint"
23161 msgstr ""
23162
23163 #. type: verbatim
23164 #: ../fish/guestfish-actions.pod:2846
23165 #, no-wrap
23166 msgid ""
23167 " mkmountpoint exemptpath\n"
23168 "\n"
23169 msgstr ""
23170
23171 #. type: textblock
23172 #: ../fish/guestfish-actions.pod:2848
23173 msgid ""
23174 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23175 "to create extra mountpoints before mounting the first filesystem."
23176 msgstr ""
23177
23178 #. type: textblock
23179 #: ../fish/guestfish-actions.pod:2872
23180 msgid ""
23181 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23182 "unexpected errors if you try to mix these calls.  It is safest to manually "
23183 "unmount filesystems and remove mountpoints after use."
23184 msgstr ""
23185
23186 #. type: textblock
23187 #: ../fish/guestfish-actions.pod:2876
23188 msgid ""
23189 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23190 "for this to work for manual mountpoints, you must ensure that the innermost "
23191 "mountpoints have the longest pathnames, as in the example code above."
23192 msgstr ""
23193
23194 #. type: textblock
23195 #: ../fish/guestfish-actions.pod:2883
23196 msgid ""
23197 "Autosync [see L</set-autosync>, this is set by default on handles] means "
23198 "that L</umount-all> is called when the handle is closed which can also "
23199 "trigger these issues."
23200 msgstr ""
23201
23202 #. type: =head2
23203 #: ../fish/guestfish-actions.pod:2887
23204 msgid "mknod"
23205 msgstr ""
23206
23207 #. type: verbatim
23208 #: ../fish/guestfish-actions.pod:2889
23209 #, no-wrap
23210 msgid ""
23211 " mknod mode devmajor devminor path\n"
23212 "\n"
23213 msgstr ""
23214
23215 #. type: textblock
23216 #: ../fish/guestfish-actions.pod:2899
23217 msgid ""
23218 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23219 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23220 "regular file).  These constants are available in the standard Linux header "
23221 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23222 "wrappers around this command which bitwise OR in the appropriate constant "
23223 "for you."
23224 msgstr ""
23225
23226 #. type: =head2
23227 #: ../fish/guestfish-actions.pod:2909
23228 msgid "mknod-b"
23229 msgstr ""
23230
23231 #. type: verbatim
23232 #: ../fish/guestfish-actions.pod:2911
23233 #, no-wrap
23234 msgid ""
23235 " mknod-b mode devmajor devminor path\n"
23236 "\n"
23237 msgstr ""
23238
23239 #. type: textblock
23240 #: ../fish/guestfish-actions.pod:2913
23241 msgid ""
23242 "This call creates a block device node called C<path> with mode C<mode> and "
23243 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23244 "wrapper around L</mknod>."
23245 msgstr ""
23246
23247 #. type: =head2
23248 #: ../fish/guestfish-actions.pod:2919
23249 msgid "mknod-c"
23250 msgstr ""
23251
23252 #. type: verbatim
23253 #: ../fish/guestfish-actions.pod:2921
23254 #, no-wrap
23255 msgid ""
23256 " mknod-c mode devmajor devminor path\n"
23257 "\n"
23258 msgstr ""
23259
23260 #. type: textblock
23261 #: ../fish/guestfish-actions.pod:2923
23262 msgid ""
23263 "This call creates a char device node called C<path> with mode C<mode> and "
23264 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23265 "wrapper around L</mknod>."
23266 msgstr ""
23267
23268 #. type: =head2
23269 #: ../fish/guestfish-actions.pod:2929
23270 msgid "mkswap"
23271 msgstr ""
23272
23273 #. type: verbatim
23274 #: ../fish/guestfish-actions.pod:2931
23275 #, no-wrap
23276 msgid ""
23277 " mkswap device\n"
23278 "\n"
23279 msgstr ""
23280
23281 #. type: =head2
23282 #: ../fish/guestfish-actions.pod:2935
23283 msgid "mkswap-L"
23284 msgstr ""
23285
23286 #. type: verbatim
23287 #: ../fish/guestfish-actions.pod:2937
23288 #, no-wrap
23289 msgid ""
23290 " mkswap-L label device\n"
23291 "\n"
23292 msgstr ""
23293
23294 #. type: =head2
23295 #: ../fish/guestfish-actions.pod:2945
23296 msgid "mkswap-U"
23297 msgstr ""
23298
23299 #. type: verbatim
23300 #: ../fish/guestfish-actions.pod:2947
23301 #, no-wrap
23302 msgid ""
23303 " mkswap-U uuid device\n"
23304 "\n"
23305 msgstr ""
23306
23307 #. type: =head2
23308 #: ../fish/guestfish-actions.pod:2951
23309 msgid "mkswap-file"
23310 msgstr ""
23311
23312 #. type: verbatim
23313 #: ../fish/guestfish-actions.pod:2953
23314 #, no-wrap
23315 msgid ""
23316 " mkswap-file path\n"
23317 "\n"
23318 msgstr ""
23319
23320 #. type: textblock
23321 #: ../fish/guestfish-actions.pod:2957
23322 msgid ""
23323 "This command just writes a swap file signature to an existing file.  To "
23324 "create the file itself, use something like L</fallocate>."
23325 msgstr ""
23326
23327 #. type: =head2
23328 #: ../fish/guestfish-actions.pod:2960
23329 msgid "modprobe"
23330 msgstr ""
23331
23332 #. type: verbatim
23333 #: ../fish/guestfish-actions.pod:2962
23334 #, no-wrap
23335 msgid ""
23336 " modprobe modulename\n"
23337 "\n"
23338 msgstr ""
23339
23340 #. type: =head2
23341 #: ../fish/guestfish-actions.pod:2969
23342 msgid "mount"
23343 msgstr ""
23344
23345 #. type: verbatim
23346 #: ../fish/guestfish-actions.pod:2971
23347 #, no-wrap
23348 msgid ""
23349 " mount device mountpoint\n"
23350 "\n"
23351 msgstr ""
23352
23353 #. type: textblock
23354 #: ../fish/guestfish-actions.pod:2987
23355 msgid ""
23356 "B<Important note:> When you use this call, the filesystem options C<sync> "
23357 "and C<noatime> are set implicitly.  This was originally done because we "
23358 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23359 "very large negative performance impact and negligible effect on "
23360 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23361 "code that needs performance, and instead use L</mount-options> (use an empty "
23362 "string for the first parameter if you don't want any options)."
23363 msgstr ""
23364
23365 #. type: =head2
23366 #: ../fish/guestfish-actions.pod:2997
23367 msgid "mount-loop"
23368 msgstr ""
23369
23370 #. type: verbatim
23371 #: ../fish/guestfish-actions.pod:2999
23372 #, no-wrap
23373 msgid ""
23374 " mount-loop file mountpoint\n"
23375 "\n"
23376 msgstr ""
23377
23378 #. type: =head2
23379 #: ../fish/guestfish-actions.pod:3005
23380 msgid "mount-options"
23381 msgstr ""
23382
23383 #. type: verbatim
23384 #: ../fish/guestfish-actions.pod:3007
23385 #, no-wrap
23386 msgid ""
23387 " mount-options options device mountpoint\n"
23388 "\n"
23389 msgstr ""
23390
23391 #. type: textblock
23392 #: ../fish/guestfish-actions.pod:3009
23393 msgid ""
23394 "This is the same as the L</mount> command, but it allows you to set the "
23395 "mount options as for the L<mount(8)> I<-o> flag."
23396 msgstr ""
23397
23398 #. type: =head2
23399 #: ../fish/guestfish-actions.pod:3017
23400 msgid "mount-ro"
23401 msgstr ""
23402
23403 #. type: verbatim
23404 #: ../fish/guestfish-actions.pod:3019
23405 #, no-wrap
23406 msgid ""
23407 " mount-ro device mountpoint\n"
23408 "\n"
23409 msgstr ""
23410
23411 #. type: textblock
23412 #: ../fish/guestfish-actions.pod:3021
23413 msgid ""
23414 "This is the same as the L</mount> command, but it mounts the filesystem with "
23415 "the read-only (I<-o ro>) flag."
23416 msgstr ""
23417
23418 #. type: =head2
23419 #: ../fish/guestfish-actions.pod:3024
23420 msgid "mount-vfs"
23421 msgstr ""
23422
23423 #. type: verbatim
23424 #: ../fish/guestfish-actions.pod:3026
23425 #, no-wrap
23426 msgid ""
23427 " mount-vfs options vfstype device mountpoint\n"
23428 "\n"
23429 msgstr ""
23430
23431 #. type: textblock
23432 #: ../fish/guestfish-actions.pod:3028
23433 msgid ""
23434 "This is the same as the L</mount> command, but it allows you to set both the "
23435 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
23436 msgstr ""
23437
23438 #. type: =head2
23439 #: ../fish/guestfish-actions.pod:3032
23440 msgid "mountpoints"
23441 msgstr ""
23442
23443 #. type: verbatim
23444 #: ../fish/guestfish-actions.pod:3034
23445 #, no-wrap
23446 msgid ""
23447 " mountpoints\n"
23448 "\n"
23449 msgstr ""
23450
23451 #. type: textblock
23452 #: ../fish/guestfish-actions.pod:3036
23453 msgid ""
23454 "This call is similar to L</mounts>.  That call returns a list of devices.  "
23455 "This one returns a hash table (map) of device name to directory where the "
23456 "device is mounted."
23457 msgstr ""
23458
23459 #. type: =head2
23460 #: ../fish/guestfish-actions.pod:3040
23461 msgid "mounts"
23462 msgstr ""
23463
23464 #. type: verbatim
23465 #: ../fish/guestfish-actions.pod:3042
23466 #, no-wrap
23467 msgid ""
23468 " mounts\n"
23469 "\n"
23470 msgstr ""
23471
23472 #. type: textblock
23473 #: ../fish/guestfish-actions.pod:3049
23474 msgid "See also: L</mountpoints>"
23475 msgstr ""
23476
23477 #. type: =head2
23478 #: ../fish/guestfish-actions.pod:3051
23479 msgid "mv"
23480 msgstr ""
23481
23482 #. type: verbatim
23483 #: ../fish/guestfish-actions.pod:3053
23484 #, no-wrap
23485 msgid ""
23486 " mv src dest\n"
23487 "\n"
23488 msgstr ""
23489
23490 #. type: =head2
23491 #: ../fish/guestfish-actions.pod:3058
23492 msgid "ntfs-3g-probe"
23493 msgstr ""
23494
23495 #. type: verbatim
23496 #: ../fish/guestfish-actions.pod:3060
23497 #, no-wrap
23498 msgid ""
23499 " ntfs-3g-probe true|false device\n"
23500 "\n"
23501 msgstr ""
23502
23503 #. type: =head2
23504 #: ../fish/guestfish-actions.pod:3074
23505 msgid "ntfsresize"
23506 msgstr ""
23507
23508 #. type: verbatim
23509 #: ../fish/guestfish-actions.pod:3076
23510 #, no-wrap
23511 msgid ""
23512 " ntfsresize device\n"
23513 "\n"
23514 msgstr ""
23515
23516 #. type: =head2
23517 #: ../fish/guestfish-actions.pod:3082
23518 msgid "ntfsresize-size"
23519 msgstr ""
23520
23521 #. type: verbatim
23522 #: ../fish/guestfish-actions.pod:3084
23523 #, no-wrap
23524 msgid ""
23525 " ntfsresize-size device size\n"
23526 "\n"
23527 msgstr ""
23528
23529 #. type: textblock
23530 #: ../fish/guestfish-actions.pod:3086
23531 msgid ""
23532 "This command is the same as L</ntfsresize> except that it allows you to "
23533 "specify the new size (in bytes) explicitly."
23534 msgstr ""
23535
23536 #. type: =head2
23537 #: ../fish/guestfish-actions.pod:3089
23538 msgid "part-add"
23539 msgstr ""
23540
23541 #. type: verbatim
23542 #: ../fish/guestfish-actions.pod:3091
23543 #, no-wrap
23544 msgid ""
23545 " part-add device prlogex startsect endsect\n"
23546 "\n"
23547 msgstr ""
23548
23549 #. type: textblock
23550 #: ../fish/guestfish-actions.pod:3093
23551 msgid ""
23552 "This command adds a partition to C<device>.  If there is no partition table "
23553 "on the device, call L</part-init> first."
23554 msgstr ""
23555
23556 #. type: textblock
23557 #: ../fish/guestfish-actions.pod:3105
23558 msgid ""
23559 "Creating a partition which covers the whole disk is not so easy.  Use "
23560 "L</part-disk> to do that."
23561 msgstr ""
23562
23563 #. type: =head2
23564 #: ../fish/guestfish-actions.pod:3108
23565 msgid "part-del"
23566 msgstr ""
23567
23568 #. type: verbatim
23569 #: ../fish/guestfish-actions.pod:3110
23570 #, no-wrap
23571 msgid ""
23572 " part-del device partnum\n"
23573 "\n"
23574 msgstr ""
23575
23576 #. type: =head2
23577 #: ../fish/guestfish-actions.pod:3118
23578 msgid "part-disk"
23579 msgstr ""
23580
23581 #. type: verbatim
23582 #: ../fish/guestfish-actions.pod:3120
23583 #, no-wrap
23584 msgid ""
23585 " part-disk device parttype\n"
23586 "\n"
23587 msgstr ""
23588
23589 #. type: textblock
23590 #: ../fish/guestfish-actions.pod:3122
23591 msgid ""
23592 "This command is simply a combination of L</part-init> followed by "
23593 "L</part-add> to create a single primary partition covering the whole disk."
23594 msgstr ""
23595
23596 #. type: textblock
23597 #: ../fish/guestfish-actions.pod:3126
23598 msgid ""
23599 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
23600 "possible values are described in L</part-init>."
23601 msgstr ""
23602
23603 #. type: =head2
23604 #: ../fish/guestfish-actions.pod:3132
23605 msgid "part-get-bootable"
23606 msgstr ""
23607
23608 #. type: verbatim
23609 #: ../fish/guestfish-actions.pod:3134
23610 #, no-wrap
23611 msgid ""
23612 " part-get-bootable device partnum\n"
23613 "\n"
23614 msgstr ""
23615
23616 #. type: textblock
23617 #: ../fish/guestfish-actions.pod:3139
23618 msgid "See also L</part-set-bootable>."
23619 msgstr ""
23620
23621 #. type: =head2
23622 #: ../fish/guestfish-actions.pod:3141
23623 msgid "part-get-mbr-id"
23624 msgstr ""
23625
23626 #. type: verbatim
23627 #: ../fish/guestfish-actions.pod:3143
23628 #, no-wrap
23629 msgid ""
23630 " part-get-mbr-id device partnum\n"
23631 "\n"
23632 msgstr ""
23633
23634 #. type: textblock
23635 #: ../fish/guestfish-actions.pod:3148 ../fish/guestfish-actions.pod:3286
23636 msgid ""
23637 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
23638 "undefined results for other partition table types (see "
23639 "L</part-get-parttype>)."
23640 msgstr ""
23641
23642 #. type: =head2
23643 #: ../fish/guestfish-actions.pod:3152
23644 msgid "part-get-parttype"
23645 msgstr ""
23646
23647 #. type: verbatim
23648 #: ../fish/guestfish-actions.pod:3154
23649 #, no-wrap
23650 msgid ""
23651 " part-get-parttype device\n"
23652 "\n"
23653 msgstr ""
23654
23655 #. type: textblock
23656 #: ../fish/guestfish-actions.pod:3159
23657 msgid ""
23658 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
23659 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
23660 "possible, although unusual.  See L</part-init> for a full list."
23661 msgstr ""
23662
23663 #. type: =head2
23664 #: ../fish/guestfish-actions.pod:3164
23665 msgid "part-init"
23666 msgstr ""
23667
23668 #. type: verbatim
23669 #: ../fish/guestfish-actions.pod:3166
23670 #, no-wrap
23671 msgid ""
23672 " part-init device parttype\n"
23673 "\n"
23674 msgstr ""
23675
23676 #. type: textblock
23677 #: ../fish/guestfish-actions.pod:3172
23678 msgid ""
23679 "Initially there are no partitions.  Following this, you should call "
23680 "L</part-add> for each partition required."
23681 msgstr ""
23682
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:3235
23685 msgid "part-list"
23686 msgstr ""
23687
23688 #. type: verbatim
23689 #: ../fish/guestfish-actions.pod:3237
23690 #, no-wrap
23691 msgid ""
23692 " part-list device\n"
23693 "\n"
23694 msgstr ""
23695
23696 #. type: textblock
23697 #: ../fish/guestfish-actions.pod:3252
23698 msgid ""
23699 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
23700 "the device's sector size, see L</blockdev-getss>."
23701 msgstr ""
23702
23703 #. type: =head2
23704 #: ../fish/guestfish-actions.pod:3265
23705 msgid "part-set-bootable"
23706 msgstr ""
23707
23708 #. type: verbatim
23709 #: ../fish/guestfish-actions.pod:3267
23710 #, no-wrap
23711 msgid ""
23712 " part-set-bootable device partnum true|false\n"
23713 "\n"
23714 msgstr ""
23715
23716 #. type: =head2
23717 #: ../fish/guestfish-actions.pod:3276
23718 msgid "part-set-mbr-id"
23719 msgstr ""
23720
23721 #. type: verbatim
23722 #: ../fish/guestfish-actions.pod:3278
23723 #, no-wrap
23724 msgid ""
23725 " part-set-mbr-id device partnum idbyte\n"
23726 "\n"
23727 msgstr ""
23728
23729 #. type: =head2
23730 #: ../fish/guestfish-actions.pod:3290
23731 msgid "part-set-name"
23732 msgstr ""
23733
23734 #. type: verbatim
23735 #: ../fish/guestfish-actions.pod:3292
23736 #, no-wrap
23737 msgid ""
23738 " part-set-name device partnum name\n"
23739 "\n"
23740 msgstr ""
23741
23742 #. type: =head2
23743 #: ../fish/guestfish-actions.pod:3300
23744 msgid "part-to-dev"
23745 msgstr ""
23746
23747 #. type: verbatim
23748 #: ../fish/guestfish-actions.pod:3302
23749 #, no-wrap
23750 msgid ""
23751 " part-to-dev partition\n"
23752 "\n"
23753 msgstr ""
23754
23755 #. type: textblock
23756 #: ../fish/guestfish-actions.pod:3308
23757 msgid ""
23758 "The named partition must exist, for example as a string returned from "
23759 "L</list-partitions>."
23760 msgstr ""
23761
23762 #. type: =head2
23763 #: ../fish/guestfish-actions.pod:3311
23764 msgid "ping-daemon"
23765 msgstr ""
23766
23767 #. type: verbatim
23768 #: ../fish/guestfish-actions.pod:3313
23769 #, no-wrap
23770 msgid ""
23771 " ping-daemon\n"
23772 "\n"
23773 msgstr ""
23774
23775 #. type: =head2
23776 #: ../fish/guestfish-actions.pod:3320
23777 msgid "pread"
23778 msgstr ""
23779
23780 #. type: verbatim
23781 #: ../fish/guestfish-actions.pod:3322
23782 #, no-wrap
23783 msgid ""
23784 " pread path count offset\n"
23785 "\n"
23786 msgstr ""
23787
23788 #. type: textblock
23789 #: ../fish/guestfish-actions.pod:3330
23790 msgid "See also L</pwrite>, L</pread-device>."
23791 msgstr ""
23792
23793 #. type: =head2
23794 #: ../fish/guestfish-actions.pod:3335
23795 msgid "pread-device"
23796 msgstr ""
23797
23798 #. type: verbatim
23799 #: ../fish/guestfish-actions.pod:3337
23800 #, no-wrap
23801 msgid ""
23802 " pread-device device count offset\n"
23803 "\n"
23804 msgstr ""
23805
23806 #. type: textblock
23807 #: ../fish/guestfish-actions.pod:3345
23808 msgid "See also L</pread>."
23809 msgstr ""
23810
23811 #. type: =head2
23812 #: ../fish/guestfish-actions.pod:3350
23813 msgid "pvcreate"
23814 msgstr ""
23815
23816 #. type: verbatim
23817 #: ../fish/guestfish-actions.pod:3352
23818 #, no-wrap
23819 msgid ""
23820 " pvcreate device\n"
23821 "\n"
23822 msgstr ""
23823
23824 #. type: =head2
23825 #: ../fish/guestfish-actions.pod:3358
23826 msgid "pvremove"
23827 msgstr ""
23828
23829 #. type: verbatim
23830 #: ../fish/guestfish-actions.pod:3360
23831 #, no-wrap
23832 msgid ""
23833 " pvremove device\n"
23834 "\n"
23835 msgstr ""
23836
23837 #. type: =head2
23838 #: ../fish/guestfish-actions.pod:3369
23839 msgid "pvresize"
23840 msgstr ""
23841
23842 #. type: verbatim
23843 #: ../fish/guestfish-actions.pod:3371
23844 #, no-wrap
23845 msgid ""
23846 " pvresize device\n"
23847 "\n"
23848 msgstr ""
23849
23850 #. type: =head2
23851 #: ../fish/guestfish-actions.pod:3376
23852 msgid "pvresize-size"
23853 msgstr ""
23854
23855 #. type: verbatim
23856 #: ../fish/guestfish-actions.pod:3378
23857 #, no-wrap
23858 msgid ""
23859 " pvresize-size device size\n"
23860 "\n"
23861 msgstr ""
23862
23863 #. type: textblock
23864 #: ../fish/guestfish-actions.pod:3380
23865 msgid ""
23866 "This command is the same as L</pvresize> except that it allows you to "
23867 "specify the new size (in bytes) explicitly."
23868 msgstr ""
23869
23870 #. type: =head2
23871 #: ../fish/guestfish-actions.pod:3383
23872 msgid "pvs"
23873 msgstr ""
23874
23875 #. type: verbatim
23876 #: ../fish/guestfish-actions.pod:3385
23877 #, no-wrap
23878 msgid ""
23879 " pvs\n"
23880 "\n"
23881 msgstr ""
23882
23883 #. type: textblock
23884 #: ../fish/guestfish-actions.pod:3393
23885 msgid "See also L</pvs-full>."
23886 msgstr ""
23887
23888 #. type: =head2
23889 #: ../fish/guestfish-actions.pod:3395
23890 msgid "pvs-full"
23891 msgstr ""
23892
23893 #. type: verbatim
23894 #: ../fish/guestfish-actions.pod:3397
23895 #, no-wrap
23896 msgid ""
23897 " pvs-full\n"
23898 "\n"
23899 msgstr ""
23900
23901 #. type: =head2
23902 #: ../fish/guestfish-actions.pod:3402
23903 msgid "pvuuid"
23904 msgstr ""
23905
23906 #. type: verbatim
23907 #: ../fish/guestfish-actions.pod:3404
23908 #, no-wrap
23909 msgid ""
23910 " pvuuid device\n"
23911 "\n"
23912 msgstr ""
23913
23914 #. type: =head2
23915 #: ../fish/guestfish-actions.pod:3408
23916 msgid "pwrite"
23917 msgstr ""
23918
23919 #. type: verbatim
23920 #: ../fish/guestfish-actions.pod:3410
23921 #, no-wrap
23922 msgid ""
23923 " pwrite path content offset\n"
23924 "\n"
23925 msgstr ""
23926
23927 #. type: textblock
23928 #: ../fish/guestfish-actions.pod:3421
23929 msgid "See also L</pread>, L</pwrite-device>."
23930 msgstr ""
23931
23932 #. type: =head2
23933 #: ../fish/guestfish-actions.pod:3426
23934 msgid "pwrite-device"
23935 msgstr ""
23936
23937 #. type: verbatim
23938 #: ../fish/guestfish-actions.pod:3428
23939 #, no-wrap
23940 msgid ""
23941 " pwrite-device device content offset\n"
23942 "\n"
23943 msgstr ""
23944
23945 #. type: textblock
23946 #: ../fish/guestfish-actions.pod:3438
23947 msgid "See also L</pwrite>."
23948 msgstr ""
23949
23950 #. type: =head2
23951 #: ../fish/guestfish-actions.pod:3443
23952 msgid "read-file"
23953 msgstr ""
23954
23955 #. type: verbatim
23956 #: ../fish/guestfish-actions.pod:3445
23957 #, no-wrap
23958 msgid ""
23959 " read-file path\n"
23960 "\n"
23961 msgstr ""
23962
23963 #. type: textblock
23964 #: ../fish/guestfish-actions.pod:3450
23965 msgid ""
23966 "Unlike L</cat>, this function can correctly handle files that contain "
23967 "embedded ASCII NUL characters.  However unlike L</download>, this function "
23968 "is limited in the total size of file that can be handled."
23969 msgstr ""
23970
23971 #. type: =head2
23972 #: ../fish/guestfish-actions.pod:3458
23973 msgid "read-lines"
23974 msgstr ""
23975
23976 #. type: verbatim
23977 #: ../fish/guestfish-actions.pod:3460
23978 #, no-wrap
23979 msgid ""
23980 " read-lines path\n"
23981 "\n"
23982 msgstr ""
23983
23984 #. type: textblock
23985 #: ../fish/guestfish-actions.pod:3467
23986 msgid ""
23987 "Note that this function cannot correctly handle binary files (specifically, "
23988 "files containing C<\\0> character which is treated as end of line).  For "
23989 "those you need to use the L</read-file> function which has a more complex "
23990 "interface."
23991 msgstr ""
23992
23993 #. type: =head2
23994 #: ../fish/guestfish-actions.pod:3472
23995 msgid "readdir"
23996 msgstr ""
23997
23998 #. type: verbatim
23999 #: ../fish/guestfish-actions.pod:3474
24000 #, no-wrap
24001 msgid ""
24002 " readdir dir\n"
24003 "\n"
24004 msgstr ""
24005
24006 #. type: textblock
24007 #: ../fish/guestfish-actions.pod:3526
24008 msgid ""
24009 "This function is primarily intended for use by programs.  To get a simple "
24010 "list of names, use L</ls>.  To get a printable directory for human "
24011 "consumption, use L</ll>."
24012 msgstr ""
24013
24014 #. type: =head2
24015 #: ../fish/guestfish-actions.pod:3530
24016 msgid "readlink"
24017 msgstr ""
24018
24019 #. type: verbatim
24020 #: ../fish/guestfish-actions.pod:3532
24021 #, no-wrap
24022 msgid ""
24023 " readlink path\n"
24024 "\n"
24025 msgstr ""
24026
24027 #. type: =head2
24028 #: ../fish/guestfish-actions.pod:3536
24029 msgid "readlinklist"
24030 msgstr ""
24031
24032 #. type: verbatim
24033 #: ../fish/guestfish-actions.pod:3538
24034 #, no-wrap
24035 msgid ""
24036 " readlinklist path 'names ...'\n"
24037 "\n"
24038 msgstr ""
24039
24040 #. type: =head2
24041 #: ../fish/guestfish-actions.pod:3562
24042 msgid "realpath"
24043 msgstr ""
24044
24045 #. type: verbatim
24046 #: ../fish/guestfish-actions.pod:3564
24047 #, no-wrap
24048 msgid ""
24049 " realpath path\n"
24050 "\n"
24051 msgstr ""
24052
24053 #. type: =head2
24054 #: ../fish/guestfish-actions.pod:3569
24055 msgid "removexattr"
24056 msgstr ""
24057
24058 #. type: verbatim
24059 #: ../fish/guestfish-actions.pod:3571
24060 #, no-wrap
24061 msgid ""
24062 " removexattr xattr path\n"
24063 "\n"
24064 msgstr ""
24065
24066 #. type: textblock
24067 #: ../fish/guestfish-actions.pod:3576
24068 msgid "See also: L</lremovexattr>, L<attr(5)>."
24069 msgstr ""
24070
24071 #. type: =head2
24072 #: ../fish/guestfish-actions.pod:3578
24073 msgid "resize2fs"
24074 msgstr ""
24075
24076 #. type: verbatim
24077 #: ../fish/guestfish-actions.pod:3580
24078 #, no-wrap
24079 msgid ""
24080 " resize2fs device\n"
24081 "\n"
24082 msgstr ""
24083
24084 #. type: textblock
24085 #: ../fish/guestfish-actions.pod:3585
24086 msgid ""
24087 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24088 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24089 "gives an error about this and sometimes not.  In any case, it is always safe "
24090 "to call L</e2fsck-f> before calling this function."
24091 msgstr ""
24092
24093 #. type: =head2
24094 #: ../fish/guestfish-actions.pod:3591
24095 msgid "resize2fs-size"
24096 msgstr ""
24097
24098 #. type: verbatim
24099 #: ../fish/guestfish-actions.pod:3593
24100 #, no-wrap
24101 msgid ""
24102 " resize2fs-size device size\n"
24103 "\n"
24104 msgstr ""
24105
24106 #. type: textblock
24107 #: ../fish/guestfish-actions.pod:3595
24108 msgid ""
24109 "This command is the same as L</resize2fs> except that it allows you to "
24110 "specify the new size (in bytes) explicitly."
24111 msgstr ""
24112
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:3598
24115 msgid "rm"
24116 msgstr ""
24117
24118 #. type: verbatim
24119 #: ../fish/guestfish-actions.pod:3600
24120 #, no-wrap
24121 msgid ""
24122 " rm path\n"
24123 "\n"
24124 msgstr ""
24125
24126 #. type: =head2
24127 #: ../fish/guestfish-actions.pod:3604
24128 msgid "rm-rf"
24129 msgstr ""
24130
24131 #. type: verbatim
24132 #: ../fish/guestfish-actions.pod:3606
24133 #, no-wrap
24134 msgid ""
24135 " rm-rf path\n"
24136 "\n"
24137 msgstr ""
24138
24139 #. type: =head2
24140 #: ../fish/guestfish-actions.pod:3612
24141 msgid "rmdir"
24142 msgstr ""
24143
24144 #. type: verbatim
24145 #: ../fish/guestfish-actions.pod:3614
24146 #, no-wrap
24147 msgid ""
24148 " rmdir path\n"
24149 "\n"
24150 msgstr ""
24151
24152 #. type: =head2
24153 #: ../fish/guestfish-actions.pod:3618
24154 msgid "rmmountpoint"
24155 msgstr ""
24156
24157 #. type: verbatim
24158 #: ../fish/guestfish-actions.pod:3620
24159 #, no-wrap
24160 msgid ""
24161 " rmmountpoint exemptpath\n"
24162 "\n"
24163 msgstr ""
24164
24165 #. type: textblock
24166 #: ../fish/guestfish-actions.pod:3622
24167 msgid ""
24168 "This calls removes a mountpoint that was previously created with "
24169 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24170 msgstr ""
24171
24172 #. type: =head2
24173 #: ../fish/guestfish-actions.pod:3626
24174 msgid "scrub-device"
24175 msgstr ""
24176
24177 #. type: verbatim
24178 #: ../fish/guestfish-actions.pod:3628
24179 #, no-wrap
24180 msgid ""
24181 " scrub-device device\n"
24182 "\n"
24183 msgstr ""
24184
24185 #. type: =head2
24186 #: ../fish/guestfish-actions.pod:3639
24187 msgid "scrub-file"
24188 msgstr ""
24189
24190 #. type: verbatim
24191 #: ../fish/guestfish-actions.pod:3641
24192 #, no-wrap
24193 msgid ""
24194 " scrub-file file\n"
24195 "\n"
24196 msgstr ""
24197
24198 #. type: =head2
24199 #: ../fish/guestfish-actions.pod:3651
24200 msgid "scrub-freespace"
24201 msgstr ""
24202
24203 #. type: verbatim
24204 #: ../fish/guestfish-actions.pod:3653
24205 #, no-wrap
24206 msgid ""
24207 " scrub-freespace dir\n"
24208 "\n"
24209 msgstr ""
24210
24211 #. type: textblock
24212 #: ../fish/guestfish-actions.pod:3655
24213 msgid ""
24214 "This command creates the directory C<dir> and then fills it with files until "
24215 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24216 "deletes them.  The intention is to scrub any free space on the partition "
24217 "containing C<dir>."
24218 msgstr ""
24219
24220 #. type: =head2
24221 #: ../fish/guestfish-actions.pod:3664
24222 msgid "set-append"
24223 msgstr ""
24224
24225 #. type: =head2
24226 #: ../fish/guestfish-actions.pod:3666
24227 msgid "append"
24228 msgstr ""
24229
24230 #. type: verbatim
24231 #: ../fish/guestfish-actions.pod:3668
24232 #, no-wrap
24233 msgid ""
24234 " set-append append\n"
24235 "\n"
24236 msgstr ""
24237
24238 #. type: =head2
24239 #: ../fish/guestfish-actions.pod:3679
24240 msgid "set-autosync"
24241 msgstr ""
24242
24243 #. type: =head2
24244 #: ../fish/guestfish-actions.pod:3681
24245 msgid "autosync"
24246 msgstr ""
24247
24248 #. type: verbatim
24249 #: ../fish/guestfish-actions.pod:3683
24250 #, no-wrap
24251 msgid ""
24252 " set-autosync true|false\n"
24253 "\n"
24254 msgstr ""
24255
24256 #. type: textblock
24257 #: ../fish/guestfish-actions.pod:3685
24258 msgid ""
24259 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
24260 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
24261 "closed (also if the program exits without closing handles)."
24262 msgstr ""
24263
24264 #. type: =head2
24265 #: ../fish/guestfish-actions.pod:3693
24266 msgid "set-direct"
24267 msgstr ""
24268
24269 #. type: =head2
24270 #: ../fish/guestfish-actions.pod:3695
24271 msgid "direct"
24272 msgstr ""
24273
24274 #. type: verbatim
24275 #: ../fish/guestfish-actions.pod:3697
24276 #, no-wrap
24277 msgid ""
24278 " set-direct true|false\n"
24279 "\n"
24280 msgstr ""
24281
24282 #. type: textblock
24283 #: ../fish/guestfish-actions.pod:3703
24284 msgid ""
24285 "One consequence of this is that log messages aren't caught by the library "
24286 "and handled by L</set-log-message-callback>, but go straight to stdout."
24287 msgstr ""
24288
24289 #. type: =head2
24290 #: ../fish/guestfish-actions.pod:3712
24291 msgid "set-e2label"
24292 msgstr ""
24293
24294 #. type: verbatim
24295 #: ../fish/guestfish-actions.pod:3714
24296 #, no-wrap
24297 msgid ""
24298 " set-e2label device label\n"
24299 "\n"
24300 msgstr ""
24301
24302 #. type: textblock
24303 #: ../fish/guestfish-actions.pod:3720
24304 msgid ""
24305 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24306 "label on a filesystem."
24307 msgstr ""
24308
24309 #. type: =head2
24310 #: ../fish/guestfish-actions.pod:3723
24311 msgid "set-e2uuid"
24312 msgstr ""
24313
24314 #. type: verbatim
24315 #: ../fish/guestfish-actions.pod:3725
24316 #, no-wrap
24317 msgid ""
24318 " set-e2uuid device uuid\n"
24319 "\n"
24320 msgstr ""
24321
24322 #. type: textblock
24323 #: ../fish/guestfish-actions.pod:3732
24324 msgid ""
24325 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24326 "UUID of a filesystem."
24327 msgstr ""
24328
24329 #. type: =head2
24330 #: ../fish/guestfish-actions.pod:3735
24331 msgid "set-memsize"
24332 msgstr ""
24333
24334 #. type: =head2
24335 #: ../fish/guestfish-actions.pod:3737
24336 msgid "memsize"
24337 msgstr ""
24338
24339 #. type: verbatim
24340 #: ../fish/guestfish-actions.pod:3739
24341 #, no-wrap
24342 msgid ""
24343 " set-memsize memsize\n"
24344 "\n"
24345 msgstr ""
24346
24347 #. type: textblock
24348 #: ../fish/guestfish-actions.pod:3741
24349 msgid ""
24350 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24351 "This only has any effect if called before L</launch>."
24352 msgstr ""
24353
24354 #. type: =head2
24355 #: ../fish/guestfish-actions.pod:3752
24356 msgid "set-network"
24357 msgstr ""
24358
24359 #. type: =head2
24360 #: ../fish/guestfish-actions.pod:3754
24361 msgid "network"
24362 msgstr ""
24363
24364 #. type: verbatim
24365 #: ../fish/guestfish-actions.pod:3756
24366 #, no-wrap
24367 msgid ""
24368 " set-network true|false\n"
24369 "\n"
24370 msgstr ""
24371
24372 #. type: textblock
24373 #: ../fish/guestfish-actions.pod:3764
24374 msgid "You must call this before calling L</launch>, otherwise it has no effect."
24375 msgstr ""
24376
24377 #. type: =head2
24378 #: ../fish/guestfish-actions.pod:3767
24379 msgid "set-path"
24380 msgstr ""
24381
24382 #. type: =head2
24383 #: ../fish/guestfish-actions.pod:3769
24384 msgid "path"
24385 msgstr ""
24386
24387 #. type: verbatim
24388 #: ../fish/guestfish-actions.pod:3771
24389 #, no-wrap
24390 msgid ""
24391 " set-path searchpath\n"
24392 "\n"
24393 msgstr ""
24394
24395 #. type: =head2
24396 #: ../fish/guestfish-actions.pod:3780
24397 msgid "set-qemu"
24398 msgstr ""
24399
24400 #. type: =head2
24401 #: ../fish/guestfish-actions.pod:3782
24402 msgid "qemu"
24403 msgstr ""
24404
24405 #. type: verbatim
24406 #: ../fish/guestfish-actions.pod:3784
24407 #, no-wrap
24408 msgid ""
24409 " set-qemu qemu\n"
24410 "\n"
24411 msgstr ""
24412
24413 #. type: =head2
24414 #: ../fish/guestfish-actions.pod:3804
24415 msgid "set-recovery-proc"
24416 msgstr ""
24417
24418 #. type: =head2
24419 #: ../fish/guestfish-actions.pod:3806
24420 msgid "recovery-proc"
24421 msgstr ""
24422
24423 #. type: verbatim
24424 #: ../fish/guestfish-actions.pod:3808
24425 #, no-wrap
24426 msgid ""
24427 " set-recovery-proc true|false\n"
24428 "\n"
24429 msgstr ""
24430
24431 #. type: textblock
24432 #: ../fish/guestfish-actions.pod:3810
24433 msgid ""
24434 "If this is called with the parameter C<false> then L</launch> does not "
24435 "create a recovery process.  The purpose of the recovery process is to stop "
24436 "runaway qemu processes in the case where the main program aborts abruptly."
24437 msgstr ""
24438
24439 #. type: textblock
24440 #: ../fish/guestfish-actions.pod:3815
24441 msgid ""
24442 "This only has any effect if called before L</launch>, and the default is "
24443 "true."
24444 msgstr ""
24445
24446 #. type: =head2
24447 #: ../fish/guestfish-actions.pod:3824
24448 msgid "set-selinux"
24449 msgstr ""
24450
24451 #. type: =head2
24452 #: ../fish/guestfish-actions.pod:3826
24453 msgid "selinux"
24454 msgstr ""
24455
24456 #. type: verbatim
24457 #: ../fish/guestfish-actions.pod:3828
24458 #, no-wrap
24459 msgid ""
24460 " set-selinux true|false\n"
24461 "\n"
24462 msgstr ""
24463
24464 #. type: =head2
24465 #: ../fish/guestfish-actions.pod:3839
24466 msgid "set-trace"
24467 msgstr ""
24468
24469 #. type: =head2
24470 #: ../fish/guestfish-actions.pod:3841
24471 msgid "trace"
24472 msgstr ""
24473
24474 #. type: verbatim
24475 #: ../fish/guestfish-actions.pod:3843
24476 #, no-wrap
24477 msgid ""
24478 " set-trace true|false\n"
24479 "\n"
24480 msgstr ""
24481
24482 #. type: =head2
24483 #: ../fish/guestfish-actions.pod:3859
24484 msgid "set-verbose"
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:3861
24489 msgid "verbose"
24490 msgstr ""
24491
24492 #. type: verbatim
24493 #: ../fish/guestfish-actions.pod:3863
24494 #, no-wrap
24495 msgid ""
24496 " set-verbose true|false\n"
24497 "\n"
24498 msgstr ""
24499
24500 #. type: =head2
24501 #: ../fish/guestfish-actions.pod:3870
24502 msgid "setcon"
24503 msgstr ""
24504
24505 #. type: verbatim
24506 #: ../fish/guestfish-actions.pod:3872
24507 #, no-wrap
24508 msgid ""
24509 " setcon context\n"
24510 "\n"
24511 msgstr ""
24512
24513 #. type: =head2
24514 #: ../fish/guestfish-actions.pod:3879
24515 msgid "setxattr"
24516 msgstr ""
24517
24518 #. type: verbatim
24519 #: ../fish/guestfish-actions.pod:3881
24520 #, no-wrap
24521 msgid ""
24522 " setxattr xattr val vallen path\n"
24523 "\n"
24524 msgstr ""
24525
24526 #. type: textblock
24527 #: ../fish/guestfish-actions.pod:3887
24528 msgid "See also: L</lsetxattr>, L<attr(5)>."
24529 msgstr ""
24530
24531 #. type: =head2
24532 #: ../fish/guestfish-actions.pod:3889
24533 msgid "sfdisk"
24534 msgstr ""
24535
24536 #. type: verbatim
24537 #: ../fish/guestfish-actions.pod:3891
24538 #, no-wrap
24539 msgid ""
24540 " sfdisk device cyls heads sectors 'lines ...'\n"
24541 "\n"
24542 msgstr ""
24543
24544 #. type: textblock
24545 #: ../fish/guestfish-actions.pod:3913
24546 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
24547 msgstr ""
24548
24549 #. type: =head2
24550 #: ../fish/guestfish-actions.pod:3919
24551 msgid "sfdiskM"
24552 msgstr ""
24553
24554 #. type: verbatim
24555 #: ../fish/guestfish-actions.pod:3921
24556 #, no-wrap
24557 msgid ""
24558 " sfdiskM device 'lines ...'\n"
24559 "\n"
24560 msgstr ""
24561
24562 #. type: textblock
24563 #: ../fish/guestfish-actions.pod:3923
24564 msgid ""
24565 "This is a simplified interface to the L</sfdisk> command, where partition "
24566 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
24567 "you don't need to specify the cyls, heads and sectors parameters which were "
24568 "rarely if ever used anyway."
24569 msgstr ""
24570
24571 #. type: textblock
24572 #: ../fish/guestfish-actions.pod:3929
24573 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
24574 msgstr ""
24575
24576 #. type: =head2
24577 #: ../fish/guestfish-actions.pod:3935
24578 msgid "sfdisk-N"
24579 msgstr ""
24580
24581 #. type: verbatim
24582 #: ../fish/guestfish-actions.pod:3937
24583 #, no-wrap
24584 msgid ""
24585 " sfdisk-N device partnum cyls heads sectors line\n"
24586 "\n"
24587 msgstr ""
24588
24589 #. type: textblock
24590 #: ../fish/guestfish-actions.pod:3942
24591 msgid ""
24592 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
24593 "cyls/heads/sectors parameters."
24594 msgstr ""
24595
24596 #. type: textblock
24597 #: ../fish/guestfish-actions.pod:3945
24598 msgid "See also: L</part-add>"
24599 msgstr ""
24600
24601 #. type: =head2
24602 #: ../fish/guestfish-actions.pod:3950
24603 msgid "sfdisk-disk-geometry"
24604 msgstr ""
24605
24606 #. type: verbatim
24607 #: ../fish/guestfish-actions.pod:3952
24608 #, no-wrap
24609 msgid ""
24610 " sfdisk-disk-geometry device\n"
24611 "\n"
24612 msgstr ""
24613
24614 #. type: textblock
24615 #: ../fish/guestfish-actions.pod:3954
24616 msgid ""
24617 "This displays the disk geometry of C<device> read from the partition table.  "
24618 "Especially in the case where the underlying block device has been resized, "
24619 "this can be different from the kernel's idea of the geometry (see "
24620 "L</sfdisk-kernel-geometry>)."
24621 msgstr ""
24622
24623 #. type: =head2
24624 #: ../fish/guestfish-actions.pod:3962
24625 msgid "sfdisk-kernel-geometry"
24626 msgstr ""
24627
24628 #. type: verbatim
24629 #: ../fish/guestfish-actions.pod:3964
24630 #, no-wrap
24631 msgid ""
24632 " sfdisk-kernel-geometry device\n"
24633 "\n"
24634 msgstr ""
24635
24636 #. type: =head2
24637 #: ../fish/guestfish-actions.pod:3971
24638 msgid "sfdisk-l"
24639 msgstr ""
24640
24641 #. type: verbatim
24642 #: ../fish/guestfish-actions.pod:3973
24643 #, no-wrap
24644 msgid ""
24645 " sfdisk-l device\n"
24646 "\n"
24647 msgstr ""
24648
24649 #. type: textblock
24650 #: ../fish/guestfish-actions.pod:3979
24651 msgid "See also: L</part-list>"
24652 msgstr ""
24653
24654 #. type: =head2
24655 #: ../fish/guestfish-actions.pod:3981
24656 msgid "sh"
24657 msgstr ""
24658
24659 #. type: verbatim
24660 #: ../fish/guestfish-actions.pod:3983
24661 #, no-wrap
24662 msgid ""
24663 " sh command\n"
24664 "\n"
24665 msgstr ""
24666
24667 #. type: textblock
24668 #: ../fish/guestfish-actions.pod:3988
24669 msgid "This is like L</command>, but passes the command to:"
24670 msgstr ""
24671
24672 #. type: textblock
24673 #: ../fish/guestfish-actions.pod:3996
24674 msgid "All the provisos about L</command> apply to this call."
24675 msgstr ""
24676
24677 #. type: =head2
24678 #: ../fish/guestfish-actions.pod:3998
24679 msgid "sh-lines"
24680 msgstr ""
24681
24682 #. type: verbatim
24683 #: ../fish/guestfish-actions.pod:4000
24684 #, no-wrap
24685 msgid ""
24686 " sh-lines command\n"
24687 "\n"
24688 msgstr ""
24689
24690 #. type: textblock
24691 #: ../fish/guestfish-actions.pod:4002
24692 msgid "This is the same as L</sh>, but splits the result into a list of lines."
24693 msgstr ""
24694
24695 #. type: textblock
24696 #: ../fish/guestfish-actions.pod:4005
24697 msgid "See also: L</command-lines>"
24698 msgstr ""
24699
24700 #. type: =head2
24701 #: ../fish/guestfish-actions.pod:4007
24702 msgid "sleep"
24703 msgstr ""
24704
24705 #. type: verbatim
24706 #: ../fish/guestfish-actions.pod:4009
24707 #, no-wrap
24708 msgid ""
24709 " sleep secs\n"
24710 "\n"
24711 msgstr ""
24712
24713 #. type: =head2
24714 #: ../fish/guestfish-actions.pod:4013
24715 msgid "stat"
24716 msgstr ""
24717
24718 #. type: verbatim
24719 #: ../fish/guestfish-actions.pod:4015
24720 #, no-wrap
24721 msgid ""
24722 " stat path\n"
24723 "\n"
24724 msgstr ""
24725
24726 #. type: =head2
24727 #: ../fish/guestfish-actions.pod:4021
24728 msgid "statvfs"
24729 msgstr ""
24730
24731 #. type: verbatim
24732 #: ../fish/guestfish-actions.pod:4023
24733 #, no-wrap
24734 msgid ""
24735 " statvfs path\n"
24736 "\n"
24737 msgstr ""
24738
24739 #. type: =head2
24740 #: ../fish/guestfish-actions.pod:4031
24741 msgid "strings"
24742 msgstr ""
24743
24744 #. type: verbatim
24745 #: ../fish/guestfish-actions.pod:4033
24746 #, no-wrap
24747 msgid ""
24748 " strings path\n"
24749 "\n"
24750 msgstr ""
24751
24752 #. type: =head2
24753 #: ../fish/guestfish-actions.pod:4041
24754 msgid "strings-e"
24755 msgstr ""
24756
24757 #. type: verbatim
24758 #: ../fish/guestfish-actions.pod:4043
24759 #, no-wrap
24760 msgid ""
24761 " strings-e encoding path\n"
24762 "\n"
24763 msgstr ""
24764
24765 #. type: textblock
24766 #: ../fish/guestfish-actions.pod:4045
24767 msgid ""
24768 "This is like the L</strings> command, but allows you to specify the encoding "
24769 "of strings that are looked for in the source file C<path>."
24770 msgstr ""
24771
24772 #. type: textblock
24773 #: ../fish/guestfish-actions.pod:4055
24774 msgid ""
24775 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
24776 "ISO-8859-X (this is what L</strings> uses)."
24777 msgstr ""
24778
24779 #. type: =head2
24780 #: ../fish/guestfish-actions.pod:4087
24781 msgid "swapoff-device"
24782 msgstr ""
24783
24784 #. type: verbatim
24785 #: ../fish/guestfish-actions.pod:4089
24786 #, no-wrap
24787 msgid ""
24788 " swapoff-device device\n"
24789 "\n"
24790 msgstr ""
24791
24792 #. type: textblock
24793 #: ../fish/guestfish-actions.pod:4091
24794 msgid ""
24795 "This command disables the libguestfs appliance swap device or partition "
24796 "named C<device>.  See L</swapon-device>."
24797 msgstr ""
24798
24799 #. type: =head2
24800 #: ../fish/guestfish-actions.pod:4095
24801 msgid "swapoff-file"
24802 msgstr ""
24803
24804 #. type: verbatim
24805 #: ../fish/guestfish-actions.pod:4097
24806 #, no-wrap
24807 msgid ""
24808 " swapoff-file file\n"
24809 "\n"
24810 msgstr ""
24811
24812 #. type: =head2
24813 #: ../fish/guestfish-actions.pod:4101
24814 msgid "swapoff-label"
24815 msgstr ""
24816
24817 #. type: verbatim
24818 #: ../fish/guestfish-actions.pod:4103
24819 #, no-wrap
24820 msgid ""
24821 " swapoff-label label\n"
24822 "\n"
24823 msgstr ""
24824
24825 #. type: =head2
24826 #: ../fish/guestfish-actions.pod:4108
24827 msgid "swapoff-uuid"
24828 msgstr ""
24829
24830 #. type: verbatim
24831 #: ../fish/guestfish-actions.pod:4110
24832 #, no-wrap
24833 msgid ""
24834 " swapoff-uuid uuid\n"
24835 "\n"
24836 msgstr ""
24837
24838 #. type: =head2
24839 #: ../fish/guestfish-actions.pod:4115
24840 msgid "swapon-device"
24841 msgstr ""
24842
24843 #. type: verbatim
24844 #: ../fish/guestfish-actions.pod:4117
24845 #, no-wrap
24846 msgid ""
24847 " swapon-device device\n"
24848 "\n"
24849 msgstr ""
24850
24851 #. type: textblock
24852 #: ../fish/guestfish-actions.pod:4119
24853 msgid ""
24854 "This command enables the libguestfs appliance to use the swap device or "
24855 "partition named C<device>.  The increased memory is made available for all "
24856 "commands, for example those run using L</command> or L</sh>."
24857 msgstr ""
24858
24859 #. type: =head2
24860 #: ../fish/guestfish-actions.pod:4131
24861 msgid "swapon-file"
24862 msgstr ""
24863
24864 #. type: verbatim
24865 #: ../fish/guestfish-actions.pod:4133
24866 #, no-wrap
24867 msgid ""
24868 " swapon-file file\n"
24869 "\n"
24870 msgstr ""
24871
24872 #. type: textblock
24873 #: ../fish/guestfish-actions.pod:4135
24874 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
24875 msgstr ""
24876
24877 #. type: =head2
24878 #: ../fish/guestfish-actions.pod:4138
24879 msgid "swapon-label"
24880 msgstr ""
24881
24882 #. type: verbatim
24883 #: ../fish/guestfish-actions.pod:4140
24884 #, no-wrap
24885 msgid ""
24886 " swapon-label label\n"
24887 "\n"
24888 msgstr ""
24889
24890 #. type: textblock
24891 #: ../fish/guestfish-actions.pod:4142
24892 msgid ""
24893 "This command enables swap to a labeled swap partition.  See "
24894 "L</swapon-device> for other notes."
24895 msgstr ""
24896
24897 #. type: =head2
24898 #: ../fish/guestfish-actions.pod:4145
24899 msgid "swapon-uuid"
24900 msgstr ""
24901
24902 #. type: verbatim
24903 #: ../fish/guestfish-actions.pod:4147
24904 #, no-wrap
24905 msgid ""
24906 " swapon-uuid uuid\n"
24907 "\n"
24908 msgstr ""
24909
24910 #. type: textblock
24911 #: ../fish/guestfish-actions.pod:4149
24912 msgid ""
24913 "This command enables swap to a swap partition with the given UUID.  See "
24914 "L</swapon-device> for other notes."
24915 msgstr ""
24916
24917 #. type: =head2
24918 #: ../fish/guestfish-actions.pod:4152
24919 msgid "sync"
24920 msgstr ""
24921
24922 #. type: verbatim
24923 #: ../fish/guestfish-actions.pod:4154
24924 #, no-wrap
24925 msgid ""
24926 " sync\n"
24927 "\n"
24928 msgstr ""
24929
24930 #. type: =head2
24931 #: ../fish/guestfish-actions.pod:4162
24932 msgid "tail"
24933 msgstr ""
24934
24935 #. type: verbatim
24936 #: ../fish/guestfish-actions.pod:4164
24937 #, no-wrap
24938 msgid ""
24939 " tail path\n"
24940 "\n"
24941 msgstr ""
24942
24943 #. type: =head2
24944 #: ../fish/guestfish-actions.pod:4172
24945 msgid "tail-n"
24946 msgstr ""
24947
24948 #. type: verbatim
24949 #: ../fish/guestfish-actions.pod:4174
24950 #, no-wrap
24951 msgid ""
24952 " tail-n nrlines path\n"
24953 "\n"
24954 msgstr ""
24955
24956 #. type: =head2
24957 #: ../fish/guestfish-actions.pod:4187
24958 msgid "tar-in"
24959 msgstr ""
24960
24961 #. type: verbatim
24962 #: ../fish/guestfish-actions.pod:4189
24963 #, no-wrap
24964 msgid ""
24965 " tar-in (tarfile|-) directory\n"
24966 "\n"
24967 msgstr ""
24968
24969 #. type: textblock
24970 #: ../fish/guestfish-actions.pod:4194
24971 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
24972 msgstr ""
24973
24974 #. type: =head2
24975 #: ../fish/guestfish-actions.pod:4199
24976 msgid "tar-out"
24977 msgstr ""
24978
24979 #. type: verbatim
24980 #: ../fish/guestfish-actions.pod:4201
24981 #, no-wrap
24982 msgid ""
24983 " tar-out directory (tarfile|-)\n"
24984 "\n"
24985 msgstr ""
24986
24987 #. type: textblock
24988 #: ../fish/guestfish-actions.pod:4206
24989 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
24990 msgstr ""
24991
24992 #. type: =head2
24993 #: ../fish/guestfish-actions.pod:4211
24994 msgid "tgz-in"
24995 msgstr ""
24996
24997 #. type: verbatim
24998 #: ../fish/guestfish-actions.pod:4213
24999 #, no-wrap
25000 msgid ""
25001 " tgz-in (tarball|-) directory\n"
25002 "\n"
25003 msgstr ""
25004
25005 #. type: textblock
25006 #: ../fish/guestfish-actions.pod:4218
25007 msgid "To upload an uncompressed tarball, use L</tar-in>."
25008 msgstr ""
25009
25010 #. type: =head2
25011 #: ../fish/guestfish-actions.pod:4222
25012 msgid "tgz-out"
25013 msgstr ""
25014
25015 #. type: verbatim
25016 #: ../fish/guestfish-actions.pod:4224
25017 #, no-wrap
25018 msgid ""
25019 " tgz-out directory (tarball|-)\n"
25020 "\n"
25021 msgstr ""
25022
25023 #. type: textblock
25024 #: ../fish/guestfish-actions.pod:4229
25025 msgid "To download an uncompressed tarball, use L</tar-out>."
25026 msgstr ""
25027
25028 #. type: =head2
25029 #: ../fish/guestfish-actions.pod:4233
25030 msgid "touch"
25031 msgstr ""
25032
25033 #. type: verbatim
25034 #: ../fish/guestfish-actions.pod:4235
25035 #, no-wrap
25036 msgid ""
25037 " touch path\n"
25038 "\n"
25039 msgstr ""
25040
25041 #. type: =head2
25042 #: ../fish/guestfish-actions.pod:4244
25043 msgid "truncate"
25044 msgstr ""
25045
25046 #. type: verbatim
25047 #: ../fish/guestfish-actions.pod:4246
25048 #, no-wrap
25049 msgid ""
25050 " truncate path\n"
25051 "\n"
25052 msgstr ""
25053
25054 #. type: =head2
25055 #: ../fish/guestfish-actions.pod:4251
25056 msgid "truncate-size"
25057 msgstr ""
25058
25059 #. type: verbatim
25060 #: ../fish/guestfish-actions.pod:4253
25061 #, no-wrap
25062 msgid ""
25063 " truncate-size path size\n"
25064 "\n"
25065 msgstr ""
25066
25067 #. type: textblock
25068 #: ../fish/guestfish-actions.pod:4258
25069 msgid ""
25070 "If the current file size is less than C<size> then the file is extended to "
25071 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25072 "blocks are not allocated for the file until you write to it).  To create a "
25073 "non-sparse file of zeroes, use L</fallocate64> instead."
25074 msgstr ""
25075
25076 #. type: =head2
25077 #: ../fish/guestfish-actions.pod:4264
25078 msgid "tune2fs-l"
25079 msgstr ""
25080
25081 #. type: verbatim
25082 #: ../fish/guestfish-actions.pod:4266
25083 #, no-wrap
25084 msgid ""
25085 " tune2fs-l device\n"
25086 "\n"
25087 msgstr ""
25088
25089 #. type: =head2
25090 #: ../fish/guestfish-actions.pod:4276
25091 msgid "txz-in"
25092 msgstr ""
25093
25094 #. type: verbatim
25095 #: ../fish/guestfish-actions.pod:4278
25096 #, no-wrap
25097 msgid ""
25098 " txz-in (tarball|-) directory\n"
25099 "\n"
25100 msgstr ""
25101
25102 #. type: =head2
25103 #: ../fish/guestfish-actions.pod:4285
25104 msgid "txz-out"
25105 msgstr ""
25106
25107 #. type: verbatim
25108 #: ../fish/guestfish-actions.pod:4287
25109 #, no-wrap
25110 msgid ""
25111 " txz-out directory (tarball|-)\n"
25112 "\n"
25113 msgstr ""
25114
25115 #. type: =head2
25116 #: ../fish/guestfish-actions.pod:4294
25117 msgid "umask"
25118 msgstr ""
25119
25120 #. type: verbatim
25121 #: ../fish/guestfish-actions.pod:4296
25122 #, no-wrap
25123 msgid ""
25124 " umask mask\n"
25125 "\n"
25126 msgstr ""
25127
25128 #. type: textblock
25129 #: ../fish/guestfish-actions.pod:4310
25130 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25131 msgstr ""
25132
25133 #. type: =head2
25134 #: ../fish/guestfish-actions.pod:4315
25135 msgid "umount"
25136 msgstr ""
25137
25138 #. type: =head2
25139 #: ../fish/guestfish-actions.pod:4317
25140 msgid "unmount"
25141 msgstr ""
25142
25143 #. type: verbatim
25144 #: ../fish/guestfish-actions.pod:4319
25145 #, no-wrap
25146 msgid ""
25147 " umount pathordevice\n"
25148 "\n"
25149 msgstr ""
25150
25151 #. type: =head2
25152 #: ../fish/guestfish-actions.pod:4325
25153 msgid "umount-all"
25154 msgstr ""
25155
25156 #. type: =head2
25157 #: ../fish/guestfish-actions.pod:4327
25158 msgid "unmount-all"
25159 msgstr ""
25160
25161 #. type: verbatim
25162 #: ../fish/guestfish-actions.pod:4329
25163 #, no-wrap
25164 msgid ""
25165 " umount-all\n"
25166 "\n"
25167 msgstr ""
25168
25169 #. type: =head2
25170 #: ../fish/guestfish-actions.pod:4335
25171 msgid "upload"
25172 msgstr ""
25173
25174 #. type: verbatim
25175 #: ../fish/guestfish-actions.pod:4337
25176 #, no-wrap
25177 msgid ""
25178 " upload (filename|-) remotefilename\n"
25179 "\n"
25180 msgstr ""
25181
25182 #. type: textblock
25183 #: ../fish/guestfish-actions.pod:4344
25184 msgid "See also L</download>."
25185 msgstr ""
25186
25187 #. type: =head2
25188 #: ../fish/guestfish-actions.pod:4348
25189 msgid "upload-offset"
25190 msgstr ""
25191
25192 #. type: verbatim
25193 #: ../fish/guestfish-actions.pod:4350
25194 #, no-wrap
25195 msgid ""
25196 " upload-offset (filename|-) remotefilename offset\n"
25197 "\n"
25198 msgstr ""
25199
25200 #. type: textblock
25201 #: ../fish/guestfish-actions.pod:4362
25202 msgid ""
25203 "Note that there is no limit on the amount of data that can be uploaded with "
25204 "this call, unlike with L</pwrite>, and this call always writes the full "
25205 "amount unless an error occurs."
25206 msgstr ""
25207
25208 #. type: textblock
25209 #: ../fish/guestfish-actions.pod:4367
25210 msgid "See also L</upload>, L</pwrite>."
25211 msgstr ""
25212
25213 #. type: =head2
25214 #: ../fish/guestfish-actions.pod:4371
25215 msgid "utimens"
25216 msgstr ""
25217
25218 #. type: verbatim
25219 #: ../fish/guestfish-actions.pod:4373
25220 #, no-wrap
25221 msgid ""
25222 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25223 "\n"
25224 msgstr ""
25225
25226 #. type: =head2
25227 #: ../fish/guestfish-actions.pod:4392
25228 msgid "version"
25229 msgstr ""
25230
25231 #. type: verbatim
25232 #: ../fish/guestfish-actions.pod:4394
25233 #, no-wrap
25234 msgid ""
25235 " version\n"
25236 "\n"
25237 msgstr ""
25238
25239 #. type: textblock
25240 #: ../fish/guestfish-actions.pod:4421
25241 msgid ""
25242 "I<Note:> Don't use this call to test for availability of features.  In "
25243 "enterprise distributions we backport features from later versions into "
25244 "earlier versions, making this an unreliable way to test for features.  Use "
25245 "L</available> instead."
25246 msgstr ""
25247
25248 #. type: =head2
25249 #: ../fish/guestfish-actions.pod:4427
25250 msgid "vfs-label"
25251 msgstr ""
25252
25253 #. type: verbatim
25254 #: ../fish/guestfish-actions.pod:4429
25255 #, no-wrap
25256 msgid ""
25257 " vfs-label device\n"
25258 "\n"
25259 msgstr ""
25260
25261 #. type: textblock
25262 #: ../fish/guestfish-actions.pod:4436
25263 msgid "To find a filesystem from the label, use L</findfs-label>."
25264 msgstr ""
25265
25266 #. type: =head2
25267 #: ../fish/guestfish-actions.pod:4438
25268 msgid "vfs-type"
25269 msgstr ""
25270
25271 #. type: verbatim
25272 #: ../fish/guestfish-actions.pod:4440
25273 #, no-wrap
25274 msgid ""
25275 " vfs-type device\n"
25276 "\n"
25277 msgstr ""
25278
25279 #. type: =head2
25280 #: ../fish/guestfish-actions.pod:4450
25281 msgid "vfs-uuid"
25282 msgstr ""
25283
25284 #. type: verbatim
25285 #: ../fish/guestfish-actions.pod:4452
25286 #, no-wrap
25287 msgid ""
25288 " vfs-uuid device\n"
25289 "\n"
25290 msgstr ""
25291
25292 #. type: textblock
25293 #: ../fish/guestfish-actions.pod:4459
25294 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25295 msgstr ""
25296
25297 #. type: =head2
25298 #: ../fish/guestfish-actions.pod:4461
25299 msgid "vg-activate"
25300 msgstr ""
25301
25302 #. type: verbatim
25303 #: ../fish/guestfish-actions.pod:4463
25304 #, no-wrap
25305 msgid ""
25306 " vg-activate true|false 'volgroups ...'\n"
25307 "\n"
25308 msgstr ""
25309
25310 #. type: =head2
25311 #: ../fish/guestfish-actions.pod:4476
25312 msgid "vg-activate-all"
25313 msgstr ""
25314
25315 #. type: verbatim
25316 #: ../fish/guestfish-actions.pod:4478
25317 #, no-wrap
25318 msgid ""
25319 " vg-activate-all true|false\n"
25320 "\n"
25321 msgstr ""
25322
25323 #. type: =head2
25324 #: ../fish/guestfish-actions.pod:4488
25325 msgid "vgcreate"
25326 msgstr ""
25327
25328 #. type: verbatim
25329 #: ../fish/guestfish-actions.pod:4490
25330 #, no-wrap
25331 msgid ""
25332 " vgcreate volgroup 'physvols ...'\n"
25333 "\n"
25334 msgstr ""
25335
25336 #. type: =head2
25337 #: ../fish/guestfish-actions.pod:4495
25338 msgid "vglvuuids"
25339 msgstr ""
25340
25341 #. type: verbatim
25342 #: ../fish/guestfish-actions.pod:4497
25343 #, no-wrap
25344 msgid ""
25345 " vglvuuids vgname\n"
25346 "\n"
25347 msgstr ""
25348
25349 #. type: textblock
25350 #: ../fish/guestfish-actions.pod:4502
25351 msgid ""
25352 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25353 "logical volumes and volume groups."
25354 msgstr ""
25355
25356 #. type: textblock
25357 #: ../fish/guestfish-actions.pod:4505
25358 msgid "See also L</vgpvuuids>."
25359 msgstr ""
25360
25361 #. type: =head2
25362 #: ../fish/guestfish-actions.pod:4507
25363 msgid "vgpvuuids"
25364 msgstr ""
25365
25366 #. type: verbatim
25367 #: ../fish/guestfish-actions.pod:4509
25368 #, no-wrap
25369 msgid ""
25370 " vgpvuuids vgname\n"
25371 "\n"
25372 msgstr ""
25373
25374 #. type: textblock
25375 #: ../fish/guestfish-actions.pod:4514
25376 msgid ""
25377 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
25378 "physical volumes and volume groups."
25379 msgstr ""
25380
25381 #. type: textblock
25382 #: ../fish/guestfish-actions.pod:4517
25383 msgid "See also L</vglvuuids>."
25384 msgstr ""
25385
25386 #. type: =head2
25387 #: ../fish/guestfish-actions.pod:4519
25388 msgid "vgremove"
25389 msgstr ""
25390
25391 #. type: verbatim
25392 #: ../fish/guestfish-actions.pod:4521
25393 #, no-wrap
25394 msgid ""
25395 " vgremove vgname\n"
25396 "\n"
25397 msgstr ""
25398
25399 #. type: =head2
25400 #: ../fish/guestfish-actions.pod:4528
25401 msgid "vgrename"
25402 msgstr ""
25403
25404 #. type: verbatim
25405 #: ../fish/guestfish-actions.pod:4530
25406 #, no-wrap
25407 msgid ""
25408 " vgrename volgroup newvolgroup\n"
25409 "\n"
25410 msgstr ""
25411
25412 #. type: =head2
25413 #: ../fish/guestfish-actions.pod:4534
25414 msgid "vgs"
25415 msgstr ""
25416
25417 #. type: verbatim
25418 #: ../fish/guestfish-actions.pod:4536
25419 #, no-wrap
25420 msgid ""
25421 " vgs\n"
25422 "\n"
25423 msgstr ""
25424
25425 #. type: textblock
25426 #: ../fish/guestfish-actions.pod:4544
25427 msgid "See also L</vgs-full>."
25428 msgstr ""
25429
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:4546
25432 msgid "vgs-full"
25433 msgstr ""
25434
25435 #. type: verbatim
25436 #: ../fish/guestfish-actions.pod:4548
25437 #, no-wrap
25438 msgid ""
25439 " vgs-full\n"
25440 "\n"
25441 msgstr ""
25442
25443 #. type: =head2
25444 #: ../fish/guestfish-actions.pod:4553
25445 msgid "vgscan"
25446 msgstr ""
25447
25448 #. type: verbatim
25449 #: ../fish/guestfish-actions.pod:4555
25450 #, no-wrap
25451 msgid ""
25452 " vgscan\n"
25453 "\n"
25454 msgstr ""
25455
25456 #. type: =head2
25457 #: ../fish/guestfish-actions.pod:4560
25458 msgid "vguuid"
25459 msgstr ""
25460
25461 #. type: verbatim
25462 #: ../fish/guestfish-actions.pod:4562
25463 #, no-wrap
25464 msgid ""
25465 " vguuid vgname\n"
25466 "\n"
25467 msgstr ""
25468
25469 #. type: =head2
25470 #: ../fish/guestfish-actions.pod:4566
25471 msgid "wc-c"
25472 msgstr ""
25473
25474 #. type: verbatim
25475 #: ../fish/guestfish-actions.pod:4568
25476 #, no-wrap
25477 msgid ""
25478 " wc-c path\n"
25479 "\n"
25480 msgstr ""
25481
25482 #. type: =head2
25483 #: ../fish/guestfish-actions.pod:4573
25484 msgid "wc-l"
25485 msgstr ""
25486
25487 #. type: verbatim
25488 #: ../fish/guestfish-actions.pod:4575
25489 #, no-wrap
25490 msgid ""
25491 " wc-l path\n"
25492 "\n"
25493 msgstr ""
25494
25495 #. type: =head2
25496 #: ../fish/guestfish-actions.pod:4580
25497 msgid "wc-w"
25498 msgstr ""
25499
25500 #. type: verbatim
25501 #: ../fish/guestfish-actions.pod:4582
25502 #, no-wrap
25503 msgid ""
25504 " wc-w path\n"
25505 "\n"
25506 msgstr ""
25507
25508 #. type: =head2
25509 #: ../fish/guestfish-actions.pod:4587
25510 msgid "write"
25511 msgstr ""
25512
25513 #. type: verbatim
25514 #: ../fish/guestfish-actions.pod:4589
25515 #, no-wrap
25516 msgid ""
25517 " write path content\n"
25518 "\n"
25519 msgstr ""
25520
25521 #. type: =head2
25522 #: ../fish/guestfish-actions.pod:4597
25523 msgid "write-file"
25524 msgstr ""
25525
25526 #. type: verbatim
25527 #: ../fish/guestfish-actions.pod:4599
25528 #, no-wrap
25529 msgid ""
25530 " write-file path content size\n"
25531 "\n"
25532 msgstr ""
25533
25534 #. type: =head2
25535 #: ../fish/guestfish-actions.pod:4622
25536 msgid "zegrep"
25537 msgstr ""
25538
25539 #. type: verbatim
25540 #: ../fish/guestfish-actions.pod:4624
25541 #, no-wrap
25542 msgid ""
25543 " zegrep regex path\n"
25544 "\n"
25545 msgstr ""
25546
25547 #. type: =head2
25548 #: ../fish/guestfish-actions.pod:4632
25549 msgid "zegrepi"
25550 msgstr ""
25551
25552 #. type: verbatim
25553 #: ../fish/guestfish-actions.pod:4634
25554 #, no-wrap
25555 msgid ""
25556 " zegrepi regex path\n"
25557 "\n"
25558 msgstr ""
25559
25560 #. type: =head2
25561 #: ../fish/guestfish-actions.pod:4642
25562 msgid "zero"
25563 msgstr ""
25564
25565 #. type: verbatim
25566 #: ../fish/guestfish-actions.pod:4644
25567 #, no-wrap
25568 msgid ""
25569 " zero device\n"
25570 "\n"
25571 msgstr ""
25572
25573 #. type: textblock
25574 #: ../fish/guestfish-actions.pod:4652
25575 msgid "See also: L</zero-device>, L</scrub-device>."
25576 msgstr ""
25577
25578 #. type: =head2
25579 #: ../fish/guestfish-actions.pod:4654
25580 msgid "zero-device"
25581 msgstr ""
25582
25583 #. type: verbatim
25584 #: ../fish/guestfish-actions.pod:4656
25585 #, no-wrap
25586 msgid ""
25587 " zero-device device\n"
25588 "\n"
25589 msgstr ""
25590
25591 #. type: textblock
25592 #: ../fish/guestfish-actions.pod:4658
25593 msgid ""
25594 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
25595 "which just zeroes the first few blocks of a device."
25596 msgstr ""
25597
25598 #. type: =head2
25599 #: ../fish/guestfish-actions.pod:4665
25600 msgid "zerofree"
25601 msgstr ""
25602
25603 #. type: verbatim
25604 #: ../fish/guestfish-actions.pod:4667
25605 #, no-wrap
25606 msgid ""
25607 " zerofree device\n"
25608 "\n"
25609 msgstr ""
25610
25611 #. type: =head2
25612 #: ../fish/guestfish-actions.pod:4680
25613 msgid "zfgrep"
25614 msgstr ""
25615
25616 #. type: verbatim
25617 #: ../fish/guestfish-actions.pod:4682
25618 #, no-wrap
25619 msgid ""
25620 " zfgrep pattern path\n"
25621 "\n"
25622 msgstr ""
25623
25624 #. type: =head2
25625 #: ../fish/guestfish-actions.pod:4690
25626 msgid "zfgrepi"
25627 msgstr ""
25628
25629 #. type: verbatim
25630 #: ../fish/guestfish-actions.pod:4692
25631 #, no-wrap
25632 msgid ""
25633 " zfgrepi pattern path\n"
25634 "\n"
25635 msgstr ""
25636
25637 #. type: =head2
25638 #: ../fish/guestfish-actions.pod:4700
25639 msgid "zfile"
25640 msgstr ""
25641
25642 #. type: verbatim
25643 #: ../fish/guestfish-actions.pod:4702
25644 #, no-wrap
25645 msgid ""
25646 " zfile meth path\n"
25647 "\n"
25648 msgstr ""
25649
25650 #. type: textblock
25651 #: ../fish/guestfish-actions.pod:4709
25652 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
25653 msgstr ""
25654
25655 #. type: =head2
25656 #: ../fish/guestfish-actions.pod:4719
25657 msgid "zgrep"
25658 msgstr ""
25659
25660 #. type: verbatim
25661 #: ../fish/guestfish-actions.pod:4721
25662 #, no-wrap
25663 msgid ""
25664 " zgrep regex path\n"
25665 "\n"
25666 msgstr ""
25667
25668 #. type: =head2
25669 #: ../fish/guestfish-actions.pod:4729
25670 msgid "zgrepi"
25671 msgstr ""
25672
25673 #. type: verbatim
25674 #: ../fish/guestfish-actions.pod:4731
25675 #, no-wrap
25676 msgid ""
25677 " zgrepi regex path\n"
25678 "\n"
25679 msgstr ""
25680
25681 #. type: =head2
25682 #: ../fish/guestfish-commands.pod:1
25683 msgid "alloc"
25684 msgstr ""
25685
25686 #. type: =head2
25687 #: ../fish/guestfish-commands.pod:3
25688 msgid "allocate"
25689 msgstr ""
25690
25691 #. type: verbatim
25692 #: ../fish/guestfish-commands.pod:5
25693 #, no-wrap
25694 msgid ""
25695 " alloc filename size\n"
25696 "\n"
25697 msgstr ""
25698
25699 #. type: textblock
25700 #: ../fish/guestfish-commands.pod:7
25701 msgid ""
25702 "This creates an empty (zeroed) file of the given size, and then adds so it "
25703 "can be further examined."
25704 msgstr ""
25705
25706 #. type: textblock
25707 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
25708 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
25709 msgstr ""
25710
25711 #. type: textblock
25712 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
25713 msgid "Size can be specified using standard suffixes, eg. C<1M>."
25714 msgstr ""
25715
25716 #. type: textblock
25717 #: ../fish/guestfish-commands.pod:14
25718 msgid ""
25719 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
25720 "image, see L</PREPARED DISK IMAGES>."
25721 msgstr ""
25722
25723 #. type: =head2
25724 #: ../fish/guestfish-commands.pod:17
25725 msgid "copy-in"
25726 msgstr ""
25727
25728 #. type: verbatim
25729 #: ../fish/guestfish-commands.pod:19
25730 #, no-wrap
25731 msgid ""
25732 " copy-in local [local ...] /remotedir\n"
25733 "\n"
25734 msgstr ""
25735
25736 #. type: textblock
25737 #: ../fish/guestfish-commands.pod:21
25738 msgid ""
25739 "C<copy-in> copies local files or directories recursively into the disk "
25740 "image, placing them in the directory called C</remotedir> (which must "
25741 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
25742 "other commands as necessary."
25743 msgstr ""
25744
25745 #. type: textblock
25746 #: ../fish/guestfish-commands.pod:26
25747 msgid ""
25748 "Multiple local files and directories can be specified, but the last "
25749 "parameter must always be a remote directory.  Wildcards cannot be used."
25750 msgstr ""
25751
25752 #. type: =head2
25753 #: ../fish/guestfish-commands.pod:30
25754 msgid "copy-out"
25755 msgstr ""
25756
25757 #. type: verbatim
25758 #: ../fish/guestfish-commands.pod:32
25759 #, no-wrap
25760 msgid ""
25761 " copy-out remote [remote ...] localdir\n"
25762 "\n"
25763 msgstr ""
25764
25765 #. type: textblock
25766 #: ../fish/guestfish-commands.pod:34
25767 msgid ""
25768 "C<copy-out> copies remote files or directories recursively out of the disk "
25769 "image, placing them on the host disk in a local directory called C<localdir> "
25770 "(which must exist).  This guestfish meta-command turns into a sequence of "
25771 "L</download>, L</tar-out> and other commands as necessary."
25772 msgstr ""
25773
25774 #. type: textblock
25775 #: ../fish/guestfish-commands.pod:40
25776 msgid ""
25777 "Multiple remote files and directories can be specified, but the last "
25778 "parameter must always be a local directory.  To download to the current "
25779 "directory, use C<.> as in:"
25780 msgstr ""
25781
25782 #. type: verbatim
25783 #: ../fish/guestfish-commands.pod:44
25784 #, no-wrap
25785 msgid ""
25786 " copy-out /home .\n"
25787 "\n"
25788 msgstr ""
25789
25790 #. type: textblock
25791 #: ../fish/guestfish-commands.pod:46
25792 msgid ""
25793 "Wildcards cannot be used in the ordinary command, but you can use them with "
25794 "the help of L</glob> like this:"
25795 msgstr ""
25796
25797 #. type: verbatim
25798 #: ../fish/guestfish-commands.pod:49
25799 #, no-wrap
25800 msgid ""
25801 " glob copy-out /home/* .\n"
25802 "\n"
25803 msgstr ""
25804
25805 #. type: =head2
25806 #: ../fish/guestfish-commands.pod:51
25807 msgid "echo"
25808 msgstr ""
25809
25810 #. type: verbatim
25811 #: ../fish/guestfish-commands.pod:53
25812 #, no-wrap
25813 msgid ""
25814 " echo [params ...]\n"
25815 "\n"
25816 msgstr ""
25817
25818 #. type: textblock
25819 #: ../fish/guestfish-commands.pod:55
25820 msgid "This echos the parameters to the terminal."
25821 msgstr ""
25822
25823 #. type: =head2
25824 #: ../fish/guestfish-commands.pod:57
25825 msgid "edit"
25826 msgstr ""
25827
25828 #. type: =head2
25829 #: ../fish/guestfish-commands.pod:59
25830 msgid "vi"
25831 msgstr ""
25832
25833 #. type: =head2
25834 #: ../fish/guestfish-commands.pod:61
25835 msgid "emacs"
25836 msgstr ""
25837
25838 #. type: verbatim
25839 #: ../fish/guestfish-commands.pod:63
25840 #, no-wrap
25841 msgid ""
25842 " edit filename\n"
25843 "\n"
25844 msgstr ""
25845
25846 #. type: textblock
25847 #: ../fish/guestfish-commands.pod:65
25848 msgid ""
25849 "This is used to edit a file.  It downloads the file, edits it locally using "
25850 "your editor, then uploads the result."
25851 msgstr ""
25852
25853 #. type: textblock
25854 #: ../fish/guestfish-commands.pod:68
25855 msgid ""
25856 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
25857 "or C<emacs> you will get those corresponding editors."
25858 msgstr ""
25859
25860 #. type: =head2
25861 #: ../fish/guestfish-commands.pod:72
25862 msgid "glob"
25863 msgstr ""
25864
25865 #. type: verbatim
25866 #: ../fish/guestfish-commands.pod:74
25867 #, no-wrap
25868 msgid ""
25869 " glob command args...\n"
25870 "\n"
25871 msgstr ""
25872
25873 #. type: textblock
25874 #: ../fish/guestfish-commands.pod:76
25875 msgid ""
25876 "Expand wildcards in any paths in the args list, and run C<command> "
25877 "repeatedly on each matching path."
25878 msgstr ""
25879
25880 #. type: textblock
25881 #: ../fish/guestfish-commands.pod:79
25882 msgid "See L</WILDCARDS AND GLOBBING>."
25883 msgstr ""
25884
25885 #. type: =head2
25886 #: ../fish/guestfish-commands.pod:81
25887 msgid "hexedit"
25888 msgstr ""
25889
25890 #. type: verbatim
25891 #: ../fish/guestfish-commands.pod:83
25892 #, no-wrap
25893 msgid ""
25894 " hexedit <filename|device>\n"
25895 " hexedit <filename|device> <max>\n"
25896 " hexedit <filename|device> <start> <max>\n"
25897 "\n"
25898 msgstr ""
25899
25900 #. type: textblock
25901 #: ../fish/guestfish-commands.pod:87
25902 msgid ""
25903 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
25904 "device."
25905 msgstr ""
25906
25907 #. type: textblock
25908 #: ../fish/guestfish-commands.pod:90
25909 msgid ""
25910 "This command works by downloading potentially the whole file or device, "
25911 "editing it locally, then uploading it.  If the file or device is large, you "
25912 "have to specify which part you wish to edit by using C<max> and/or C<start> "
25913 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
25914 "usual modifiers allowed such as C<1M> (1 megabyte)."
25915 msgstr ""
25916
25917 #. type: textblock
25918 #: ../fish/guestfish-commands.pod:97
25919 msgid "For example to edit the first few sectors of a disk you might do:"
25920 msgstr ""
25921
25922 #. type: verbatim
25923 #: ../fish/guestfish-commands.pod:100
25924 #, no-wrap
25925 msgid ""
25926 " hexedit /dev/sda 1M\n"
25927 "\n"
25928 msgstr ""
25929
25930 #. type: textblock
25931 #: ../fish/guestfish-commands.pod:102
25932 msgid ""
25933 "which would allow you to edit anywhere within the first megabyte of the "
25934 "disk."
25935 msgstr ""
25936
25937 #. type: textblock
25938 #: ../fish/guestfish-commands.pod:105
25939 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
25940 msgstr ""
25941
25942 #. type: verbatim
25943 #: ../fish/guestfish-commands.pod:107
25944 #, no-wrap
25945 msgid ""
25946 " hexedit /dev/sda1 0x400 0x400\n"
25947 "\n"
25948 msgstr ""
25949
25950 #. type: textblock
25951 #: ../fish/guestfish-commands.pod:109
25952 msgid "(assuming the superblock is in the standard location)."
25953 msgstr ""
25954
25955 #. type: textblock
25956 #: ../fish/guestfish-commands.pod:111
25957 msgid ""
25958 "This command requires the external L<hexedit(1)> program.  You can specify "
25959 "another program to use by setting the C<HEXEDITOR> environment variable."
25960 msgstr ""
25961
25962 #. type: textblock
25963 #: ../fish/guestfish-commands.pod:115
25964 msgid "See also L</hexdump>."
25965 msgstr ""
25966
25967 #. type: =head2
25968 #: ../fish/guestfish-commands.pod:117
25969 msgid "lcd"
25970 msgstr ""
25971
25972 #. type: verbatim
25973 #: ../fish/guestfish-commands.pod:119
25974 #, no-wrap
25975 msgid ""
25976 " lcd directory\n"
25977 "\n"
25978 msgstr ""
25979
25980 #. type: textblock
25981 #: ../fish/guestfish-commands.pod:121
25982 msgid "Change the local directory, ie. the current directory of guestfish itself."
25983 msgstr ""
25984
25985 #. type: textblock
25986 #: ../fish/guestfish-commands.pod:124
25987 msgid "Note that C<!cd> won't do what you might expect."
25988 msgstr ""
25989
25990 #. type: =head2
25991 #: ../fish/guestfish-commands.pod:126
25992 msgid "man"
25993 msgstr ""
25994
25995 #. type: =head2
25996 #: ../fish/guestfish-commands.pod:128
25997 msgid "manual"
25998 msgstr ""
25999
26000 #. type: verbatim
26001 #: ../fish/guestfish-commands.pod:130
26002 #, no-wrap
26003 msgid ""
26004 "  man\n"
26005 "\n"
26006 msgstr ""
26007
26008 #. type: textblock
26009 #: ../fish/guestfish-commands.pod:132
26010 msgid "Opens the manual page for guestfish."
26011 msgstr ""
26012
26013 #. type: =head2
26014 #: ../fish/guestfish-commands.pod:134
26015 msgid "more"
26016 msgstr ""
26017
26018 #. type: =head2
26019 #: ../fish/guestfish-commands.pod:136
26020 msgid "less"
26021 msgstr ""
26022
26023 #. type: verbatim
26024 #: ../fish/guestfish-commands.pod:138
26025 #, no-wrap
26026 msgid ""
26027 " more filename\n"
26028 "\n"
26029 msgstr ""
26030
26031 #. type: verbatim
26032 #: ../fish/guestfish-commands.pod:140
26033 #, no-wrap
26034 msgid ""
26035 " less filename\n"
26036 "\n"
26037 msgstr ""
26038
26039 #. type: textblock
26040 #: ../fish/guestfish-commands.pod:142
26041 msgid "This is used to view a file."
26042 msgstr ""
26043
26044 #. type: textblock
26045 #: ../fish/guestfish-commands.pod:144
26046 msgid ""
26047 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26048 "C<less> you will get the C<less> command specifically."
26049 msgstr ""
26050
26051 #. type: =head2
26052 #: ../fish/guestfish-commands.pod:147
26053 msgid "reopen"
26054 msgstr ""
26055
26056 #. type: verbatim
26057 #: ../fish/guestfish-commands.pod:149
26058 #, no-wrap
26059 msgid ""
26060 "  reopen\n"
26061 "\n"
26062 msgstr ""
26063
26064 #. type: textblock
26065 #: ../fish/guestfish-commands.pod:151
26066 msgid ""
26067 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26068 "normally, because the handle is closed properly when guestfish exits.  "
26069 "However this is occasionally useful for testing."
26070 msgstr ""
26071
26072 #. type: =head2
26073 #: ../fish/guestfish-commands.pod:155
26074 msgid "sparse"
26075 msgstr ""
26076
26077 #. type: verbatim
26078 #: ../fish/guestfish-commands.pod:157
26079 #, no-wrap
26080 msgid ""
26081 " sparse filename size\n"
26082 "\n"
26083 msgstr ""
26084
26085 #. type: textblock
26086 #: ../fish/guestfish-commands.pod:159
26087 msgid ""
26088 "This creates an empty sparse file of the given size, and then adds so it can "
26089 "be further examined."
26090 msgstr ""
26091
26092 #. type: textblock
26093 #: ../fish/guestfish-commands.pod:162
26094 msgid ""
26095 "In all respects it works the same as the L</alloc> command, except that the "
26096 "image file is allocated sparsely, which means that disk blocks are not "
26097 "assigned to the file until they are needed.  Sparse disk files only use "
26098 "space when written to, but they are slower and there is a danger you could "
26099 "run out of real disk space during a write operation."
26100 msgstr ""
26101
26102 #. type: =head2
26103 #: ../fish/guestfish-commands.pod:172
26104 msgid "supported"
26105 msgstr ""
26106
26107 #. type: verbatim
26108 #: ../fish/guestfish-commands.pod:174
26109 #, no-wrap
26110 msgid ""
26111 " supported\n"
26112 "\n"
26113 msgstr ""
26114
26115 #. type: textblock
26116 #: ../fish/guestfish-commands.pod:176
26117 msgid ""
26118 "This command returns a list of the optional groups known to the daemon, and "
26119 "indicates which ones are supported by this build of the libguestfs "
26120 "appliance."
26121 msgstr ""
26122
26123 #. type: textblock
26124 #: ../fish/guestfish-commands.pod:180
26125 msgid "See also L<guestfs(3)/AVAILABILITY>."
26126 msgstr ""
26127
26128 #. type: =head2
26129 #: ../fish/guestfish-commands.pod:182
26130 msgid "time"
26131 msgstr ""
26132
26133 #. type: verbatim
26134 #: ../fish/guestfish-commands.pod:184
26135 #, no-wrap
26136 msgid ""
26137 " time command args...\n"
26138 "\n"
26139 msgstr ""
26140
26141 #. type: textblock
26142 #: ../fish/guestfish-commands.pod:186
26143 msgid ""
26144 "Run the command as usual, but print the elapsed time afterwards.  This can "
26145 "be useful for benchmarking operations."
26146 msgstr ""
26147
26148 #. type: textblock
26149 #: ../test-tool/libguestfs-test-tool.pod:5
26150 msgid "libguestfs-test-tool - End user tests for libguestfs"
26151 msgstr ""
26152
26153 #. type: verbatim
26154 #: ../test-tool/libguestfs-test-tool.pod:9
26155 #, no-wrap
26156 msgid ""
26157 " libguestfs-test-tool [--options]\n"
26158 "\n"
26159 msgstr ""
26160
26161 #. type: textblock
26162 #: ../test-tool/libguestfs-test-tool.pod:13
26163 msgid ""
26164 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26165 "and developers, to allow them to check basic libguestfs functionality is "
26166 "working.  This is needed because libguestfs occasionally breaks for reasons "
26167 "beyond our control: usually because of changes in the underlying qemu or "
26168 "kernel packages, or the host environment."
26169 msgstr ""
26170
26171 #. type: textblock
26172 #: ../test-tool/libguestfs-test-tool.pod:20
26173 msgid "If you suspect a problem in libguestfs, then just run:"
26174 msgstr ""
26175
26176 #. type: verbatim
26177 #: ../test-tool/libguestfs-test-tool.pod:22
26178 #, no-wrap
26179 msgid ""
26180 " libguestfs-test-tool\n"
26181 "\n"
26182 msgstr ""
26183
26184 #. type: textblock
26185 #: ../test-tool/libguestfs-test-tool.pod:24
26186 msgid "It will print lots of diagnostic messages."
26187 msgstr ""
26188
26189 #. type: textblock
26190 #: ../test-tool/libguestfs-test-tool.pod:26
26191 msgid "If it runs to completion successfully, you will see this near the end:"
26192 msgstr ""
26193
26194 #. type: verbatim
26195 #: ../test-tool/libguestfs-test-tool.pod:28
26196 #, no-wrap
26197 msgid ""
26198 " ===== TEST FINISHED OK =====\n"
26199 "\n"
26200 msgstr ""
26201
26202 #. type: textblock
26203 #: ../test-tool/libguestfs-test-tool.pod:30
26204 msgid "and the test tool will exit with code 0."
26205 msgstr ""
26206
26207 #. type: textblock
26208 #: ../test-tool/libguestfs-test-tool.pod:32
26209 msgid ""
26210 "If it fails (and/or exits with non-zero error code), please paste the "
26211 "B<complete, unedited> output of the test tool into a bug report.  More "
26212 "information about reporting bugs can be found on the "
26213 "L<http://libguestfs.org/> website."
26214 msgstr ""
26215
26216 #. type: =item
26217 #: ../test-tool/libguestfs-test-tool.pod:41
26218 msgid "I<--help>"
26219 msgstr ""
26220
26221 #. type: textblock
26222 #: ../test-tool/libguestfs-test-tool.pod:43
26223 msgid "Display short usage information and exit."
26224 msgstr ""
26225
26226 #. type: =item
26227 #: ../test-tool/libguestfs-test-tool.pod:45
26228 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26229 msgstr ""
26230
26231 #. type: textblock
26232 #: ../test-tool/libguestfs-test-tool.pod:47
26233 msgid ""
26234 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26235 "normally look in the C<$libexec> directory that was configured when the tool "
26236 "was built."
26237 msgstr ""
26238
26239 #. type: =item
26240 #: ../test-tool/libguestfs-test-tool.pod:51
26241 msgid "I<--qemu qemu_binary>"
26242 msgstr ""
26243
26244 #. type: textblock
26245 #: ../test-tool/libguestfs-test-tool.pod:53
26246 msgid ""
26247 "If you have downloaded another qemu binary, point this option at the full "
26248 "path of the binary to try it."
26249 msgstr ""
26250
26251 #. type: =item
26252 #: ../test-tool/libguestfs-test-tool.pod:56
26253 msgid "I<--qemudir qemu_source_dir>"
26254 msgstr ""
26255
26256 #. type: textblock
26257 #: ../test-tool/libguestfs-test-tool.pod:58
26258 msgid ""
26259 "If you have compiled qemu from source, point this option at the source "
26260 "directory to try it."
26261 msgstr ""
26262
26263 #. type: =item
26264 #: ../test-tool/libguestfs-test-tool.pod:61
26265 msgid "I<--timeout N>"
26266 msgstr ""
26267
26268 #. type: textblock
26269 #: ../test-tool/libguestfs-test-tool.pod:63
26270 msgid ""
26271 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26272 "does not usually need to be adjusted unless your machine is very slow."
26273 msgstr ""
26274
26275 #. type: =head1
26276 #: ../test-tool/libguestfs-test-tool.pod:69
26277 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26278 msgstr ""
26279
26280 #. type: textblock
26281 #: ../test-tool/libguestfs-test-tool.pod:71
26282 msgid ""
26283 "If you have compiled another version of qemu from source and would like to "
26284 "try that, then you can use the I<--qemudir> option to point to the qemu "
26285 "source directory."
26286 msgstr ""
26287
26288 #. type: textblock
26289 #: ../test-tool/libguestfs-test-tool.pod:75
26290 msgid ""
26291 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26292 "option to point to the binary."
26293 msgstr ""
26294
26295 #. type: textblock
26296 #: ../test-tool/libguestfs-test-tool.pod:78
26297 msgid ""
26298 "When using an alternate qemu with libguestfs, usually you would need to "
26299 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26300 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26301 "when you use either of the I<--qemudir> or I<--qemu> options."
26302 msgstr ""
26303
26304 #. type: textblock
26305 #: ../test-tool/libguestfs-test-tool.pod:85
26306 msgid ""
26307 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26308 "I<1> if there was an error."
26309 msgstr ""
26310
26311 #. type: =item
26312 #: ../test-tool/libguestfs-test-tool.pod:92
26313 msgid "/usr/libexec/libguestfs-test-tool-helper"
26314 msgstr ""
26315
26316 #. type: textblock
26317 #: ../test-tool/libguestfs-test-tool.pod:94
26318 msgid ""
26319 "This helper program is run inside the appliance and provides additional "
26320 "tests."
26321 msgstr ""
26322
26323 #. type: =item
26324 #: ../test-tool/libguestfs-test-tool.pod:97
26325 msgid "/usr/bin/mkisofs"
26326 msgstr ""
26327
26328 #. type: textblock
26329 #: ../test-tool/libguestfs-test-tool.pod:99
26330 msgid ""
26331 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26332 "which is used as part of the tests."
26333 msgstr ""
26334
26335 #. type: textblock
26336 #: ../test-tool/libguestfs-test-tool.pod:106
26337 msgid ""
26338 "For the full list of environment variables which may affect libguestfs, "
26339 "please see the L<guestfs(3)> manual page."
26340 msgstr ""
26341
26342 #. type: textblock
26343 #: ../test-tool/libguestfs-test-tool.pod:111
26344 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26345 msgstr ""
26346
26347 #. type: textblock
26348 #: ../test-tool/libguestfs-test-tool.pod:121
26349 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26350 msgstr ""
26351
26352 #. type: textblock
26353 #: ../fuse/guestmount.pod:5
26354 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26355 msgstr ""
26356
26357 #. type: verbatim
26358 #: ../fuse/guestmount.pod:9
26359 #, no-wrap
26360 msgid ""
26361 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26362 "\n"
26363 msgstr ""
26364
26365 #. type: verbatim
26366 #: ../fuse/guestmount.pod:11
26367 #, no-wrap
26368 msgid ""
26369 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
26370 "\n"
26371 msgstr ""
26372
26373 #. type: verbatim
26374 #: ../fuse/guestmount.pod:13
26375 #, no-wrap
26376 msgid ""
26377 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
26378 "\n"
26379 msgstr ""
26380
26381 #. type: textblock
26382 #: ../fuse/guestmount.pod:17
26383 msgid ""
26384 "You must I<not> use C<guestmount> in read-write mode on live virtual "
26385 "machines.  If you do this, you risk disk corruption in the VM."
26386 msgstr ""
26387
26388 #. type: textblock
26389 #: ../fuse/guestmount.pod:22
26390 msgid ""
26391 "The guestmount program can be used to mount virtual machine filesystems and "
26392 "other disk images on the host.  It uses libguestfs for access to the guest "
26393 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
26394 "a mountable device."
26395 msgstr ""
26396
26397 #. type: textblock
26398 #: ../fuse/guestmount.pod:27
26399 msgid ""
26400 "Along with other options, you have to give at least one device (I<-a> "
26401 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
26402 "option) or use the I<-i> inspection option.  How this works is better "
26403 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
26404 "below."
26405 msgstr ""
26406
26407 #. type: textblock
26408 #: ../fuse/guestmount.pod:33
26409 msgid ""
26410 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
26411 "by you, and the filesystem will not be visible to any other users unless you "
26412 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
26413 "the filesystem, use the C<fusermount -u> command."
26414 msgstr ""
26415
26416 #. type: textblock
26417 #: ../fuse/guestmount.pod:41
26418 msgid ""
26419 "For a typical Windows guest which has its main filesystem on the first "
26420 "partition:"
26421 msgstr ""
26422
26423 #. type: verbatim
26424 #: ../fuse/guestmount.pod:44
26425 #, no-wrap
26426 msgid ""
26427 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
26428 "\n"
26429 msgstr ""
26430
26431 #. type: textblock
26432 #: ../fuse/guestmount.pod:46
26433 msgid ""
26434 "For a typical Linux guest which has a /boot filesystem on the first "
26435 "partition, and the root filesystem on a logical volume:"
26436 msgstr ""
26437
26438 #. type: verbatim
26439 #: ../fuse/guestmount.pod:49
26440 #, no-wrap
26441 msgid ""
26442 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
26443 "\n"
26444 msgstr ""
26445
26446 #. type: textblock
26447 #: ../fuse/guestmount.pod:51
26448 msgid "To get libguestfs to detect guest mountpoints for you:"
26449 msgstr ""
26450
26451 #. type: verbatim
26452 #: ../fuse/guestmount.pod:53
26453 #, no-wrap
26454 msgid ""
26455 " guestmount -a guest.img -i --ro /mnt\n"
26456 "\n"
26457 msgstr ""
26458
26459 #. type: textblock
26460 #: ../fuse/guestmount.pod:55
26461 msgid "For a libvirt guest called \"Guest\" you could do:"
26462 msgstr ""
26463
26464 #. type: verbatim
26465 #: ../fuse/guestmount.pod:57
26466 #, no-wrap
26467 msgid ""
26468 " guestmount -d Guest -i --ro /mnt\n"
26469 "\n"
26470 msgstr ""
26471
26472 #. type: textblock
26473 #: ../fuse/guestmount.pod:59
26474 msgid ""
26475 "If you don't know what filesystems are contained in a guest or disk image, "
26476 "use L<virt-filesystems(1)> first:"
26477 msgstr ""
26478
26479 #. type: verbatim
26480 #: ../fuse/guestmount.pod:62
26481 #, no-wrap
26482 msgid ""
26483 " virt-filesystems MyGuest\n"
26484 "\n"
26485 msgstr ""
26486
26487 #. type: textblock
26488 #: ../fuse/guestmount.pod:64
26489 msgid ""
26490 "If you want to trace the libguestfs calls but without excessive debugging "
26491 "information, we recommend:"
26492 msgstr ""
26493
26494 #. type: verbatim
26495 #: ../fuse/guestmount.pod:67
26496 #, no-wrap
26497 msgid ""
26498 " guestmount [...] --trace /mnt\n"
26499 "\n"
26500 msgstr ""
26501
26502 #. type: textblock
26503 #: ../fuse/guestmount.pod:69
26504 msgid "If you want to debug the program, we recommend:"
26505 msgstr ""
26506
26507 #. type: verbatim
26508 #: ../fuse/guestmount.pod:71
26509 #, no-wrap
26510 msgid ""
26511 " guestmount [...] --trace --verbose /mnt\n"
26512 "\n"
26513 msgstr ""
26514
26515 #. type: =item
26516 #: ../fuse/guestmount.pod:77
26517 msgid "B<-a image> | B<--add image>"
26518 msgstr ""
26519
26520 #. type: textblock
26521 #: ../fuse/guestmount.pod:79
26522 msgid "Add a block device or virtual machine image."
26523 msgstr ""
26524
26525 #. type: =item
26526 #: ../fuse/guestmount.pod:84
26527 msgid "B<-c URI> | B<--connect URI>"
26528 msgstr ""
26529
26530 #. type: =item
26531 #: ../fuse/guestmount.pod:90
26532 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
26533 msgstr ""
26534
26535 #. type: =item
26536 #: ../fuse/guestmount.pod:96
26537 msgid "B<--dir-cache-timeout N>"
26538 msgstr ""
26539
26540 #. type: textblock
26541 #: ../fuse/guestmount.pod:98
26542 msgid ""
26543 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
26544 "seconds.  The readdir cache [actually, there are several semi-independent "
26545 "caches] is populated after a readdir(2) call with the stat and extended "
26546 "attributes of the files in the directory, in anticipation that they will be "
26547 "requested soon after."
26548 msgstr ""
26549
26550 #. type: textblock
26551 #: ../fuse/guestmount.pod:104
26552 msgid ""
26553 "There is also a different attribute cache implemented by FUSE (see the FUSE "
26554 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
26555 "requests, only cache existing ones."
26556 msgstr ""
26557
26558 #. type: =item
26559 #: ../fuse/guestmount.pod:115
26560 msgid "B<--format=raw|qcow2|..> | B<--format>"
26561 msgstr ""
26562
26563 #. type: textblock
26564 #: ../fuse/guestmount.pod:122
26565 msgid ""
26566 "If you have untrusted raw-format guest disk images, you should use this "
26567 "option to specify the disk format.  This avoids a possible security problem "
26568 "with malicious guests (CVE-2010-3851).  See also "
26569 "L<guestfs(3)/guestfs_add_drive_opts>."
26570 msgstr ""
26571
26572 #. type: =item
26573 #: ../fuse/guestmount.pod:127
26574 msgid "B<--fuse-help>"
26575 msgstr ""
26576
26577 #. type: textblock
26578 #: ../fuse/guestmount.pod:129
26579 msgid "Display help on special FUSE options (see I<-o> below)."
26580 msgstr ""
26581
26582 #. type: textblock
26583 #: ../fuse/guestmount.pod:133
26584 msgid "Display brief help and exit."
26585 msgstr ""
26586
26587 #. type: =item
26588 #: ../fuse/guestmount.pod:135
26589 msgid "B<-i> | B<--inspector>"
26590 msgstr ""
26591
26592 #. type: =item
26593 #: ../fuse/guestmount.pod:146
26594 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
26595 msgstr ""
26596
26597 #. type: textblock
26598 #: ../fuse/guestmount.pod:148
26599 msgid ""
26600 "Mount the named partition or logical volume on the given mountpoint B<in the "
26601 "guest> (this has nothing to do with mountpoints in the host)."
26602 msgstr ""
26603
26604 #. type: textblock
26605 #: ../fuse/guestmount.pod:151
26606 msgid ""
26607 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
26608 "something on C</>."
26609 msgstr ""
26610
26611 #. type: =item
26612 #: ../fuse/guestmount.pod:154
26613 msgid "B<-n> | B<--no-sync>"
26614 msgstr ""
26615
26616 #. type: textblock
26617 #: ../fuse/guestmount.pod:156
26618 msgid ""
26619 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
26620 "unmounted.  If you specify this option, then we don't attempt to sync the "
26621 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
26622 msgstr ""
26623
26624 #. type: =item
26625 #: ../fuse/guestmount.pod:161
26626 msgid "B<-o option> | B<--option option>"
26627 msgstr ""
26628
26629 #. type: textblock
26630 #: ../fuse/guestmount.pod:163
26631 msgid "Pass extra options to FUSE."
26632 msgstr ""
26633
26634 #. type: textblock
26635 #: ../fuse/guestmount.pod:165
26636 msgid ""
26637 "To get a list of all the extra options supported by FUSE, use the command "
26638 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
26639 "of them are a good idea."
26640 msgstr ""
26641
26642 #. type: verbatim
26643 #: ../fuse/guestmount.pod:169
26644 #, no-wrap
26645 msgid ""
26646 " guestmount --fuse-help\n"
26647 "\n"
26648 msgstr ""
26649
26650 #. type: textblock
26651 #: ../fuse/guestmount.pod:171
26652 msgid "Some potentially useful FUSE options:"
26653 msgstr ""
26654
26655 #. type: =item
26656 #: ../fuse/guestmount.pod:175
26657 msgid "B<-o allow_other>"
26658 msgstr ""
26659
26660 #. type: textblock
26661 #: ../fuse/guestmount.pod:177
26662 msgid "Allow other users to see the filesystem."
26663 msgstr ""
26664
26665 #. type: =item
26666 #: ../fuse/guestmount.pod:179
26667 msgid "B<-o attr_timeout=N>"
26668 msgstr ""
26669
26670 #. type: textblock
26671 #: ../fuse/guestmount.pod:181
26672 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
26673 msgstr ""
26674
26675 #. type: =item
26676 #: ../fuse/guestmount.pod:183
26677 msgid "B<-o kernel_cache>"
26678 msgstr ""
26679
26680 #. type: textblock
26681 #: ../fuse/guestmount.pod:185
26682 msgid ""
26683 "Allow the kernel to cache files (reduces the number of reads that have to go "
26684 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
26685 "afford the extra memory usage."
26686 msgstr ""
26687
26688 #. type: =item
26689 #: ../fuse/guestmount.pod:189
26690 msgid "B<-o uid=N> B<-o gid=N>"
26691 msgstr ""
26692
26693 #. type: textblock
26694 #: ../fuse/guestmount.pod:191
26695 msgid ""
26696 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
26697 "the chosen values."
26698 msgstr ""
26699
26700 #. type: =item
26701 #: ../fuse/guestmount.pod:196
26702 msgid "B<-r> | B<--ro>"
26703 msgstr ""
26704
26705 #. type: textblock
26706 #: ../fuse/guestmount.pod:198
26707 msgid ""
26708 "Add devices and mount everything read-only.  Also disallow writes and make "
26709 "the disk appear read-only to FUSE."
26710 msgstr ""
26711
26712 #. type: textblock
26713 #: ../fuse/guestmount.pod:201
26714 msgid ""
26715 "This is highly recommended if you are not going to edit the guest disk.  If "
26716 "the guest is running and this option is I<not> supplied, then there is a "
26717 "strong risk of disk corruption in the guest.  We try to prevent this from "
26718 "happening, but it is not always possible."
26719 msgstr ""
26720
26721 #. type: textblock
26722 #: ../fuse/guestmount.pod:206
26723 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
26724 msgstr ""
26725
26726 #. type: textblock
26727 #: ../fuse/guestmount.pod:210
26728 msgid "Enable SELinux support for the guest."
26729 msgstr ""
26730
26731 #. type: =item
26732 #: ../fuse/guestmount.pod:212
26733 msgid "B<-v> | B<--verbose>"
26734 msgstr ""
26735
26736 #. type: textblock
26737 #: ../fuse/guestmount.pod:214
26738 msgid "Enable verbose messages from underlying libguestfs."
26739 msgstr ""
26740
26741 #. type: =item
26742 #: ../fuse/guestmount.pod:216
26743 msgid "B<-V> | B<--version>"
26744 msgstr ""
26745
26746 #. type: textblock
26747 #: ../fuse/guestmount.pod:218
26748 msgid "Display the program version and exit."
26749 msgstr ""
26750
26751 #. type: =item
26752 #: ../fuse/guestmount.pod:220
26753 msgid "B<-w> | B<--rw>"
26754 msgstr ""
26755
26756 #. type: textblock
26757 #: ../fuse/guestmount.pod:222
26758 msgid ""
26759 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
26760 "FOR READ AND WRITE>."
26761 msgstr ""
26762
26763 #. type: =item
26764 #: ../fuse/guestmount.pod:225
26765 msgid "B<-x> | B<--trace>"
26766 msgstr ""
26767
26768 #. type: textblock
26769 #: ../fuse/guestmount.pod:227
26770 msgid "Trace libguestfs calls and entry into each FUSE function."
26771 msgstr ""
26772
26773 #. type: textblock
26774 #: ../fuse/guestmount.pod:229
26775 msgid "This also stops the daemon from forking into the background."
26776 msgstr ""
26777
26778 #. type: textblock
26779 #: ../fuse/guestmount.pod:235
26780 msgid ""
26781 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
26782 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
26783 "L<http://fuse.sf.net/>."
26784 msgstr ""
26785
26786 #. type: textblock
26787 #: ../tools/virt-edit.pl:34
26788 msgid "virt-edit - Edit a file in a virtual machine"
26789 msgstr ""
26790
26791 #. type: verbatim
26792 #: ../tools/virt-edit.pl:38
26793 #, no-wrap
26794 msgid ""
26795 " virt-edit [--options] domname file\n"
26796 "\n"
26797 msgstr ""
26798
26799 #. type: verbatim
26800 #: ../tools/virt-edit.pl:40
26801 #, no-wrap
26802 msgid ""
26803 " virt-edit [--options] disk.img [disk.img ...] file\n"
26804 "\n"
26805 msgstr ""
26806
26807 #. type: verbatim
26808 #: ../tools/virt-edit.pl:42
26809 #, no-wrap
26810 msgid ""
26811 " virt-edit [domname|disk.img] file -e 'expr'\n"
26812 "\n"
26813 msgstr ""
26814
26815 #. type: textblock
26816 #: ../tools/virt-edit.pl:46
26817 msgid ""
26818 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
26819 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
26820 "doing this, but doesn't catch all cases."
26821 msgstr ""
26822
26823 #. type: textblock
26824 #: ../tools/virt-edit.pl:52
26825 msgid ""
26826 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
26827 "the named virtual machine (or disk image)."
26828 msgstr ""
26829
26830 #. type: textblock
26831 #: ../tools/virt-edit.pl:55
26832 msgid ""
26833 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
26834 "you should look at the L<guestfish(1)> tool."
26835 msgstr ""
26836
26837 #. type: textblock
26838 #: ../tools/virt-edit.pl:60
26839 msgid "Edit the named files interactively:"
26840 msgstr ""
26841
26842 #. type: verbatim
26843 #: ../tools/virt-edit.pl:62
26844 #, no-wrap
26845 msgid ""
26846 " virt-edit mydomain /boot/grub/grub.conf\n"
26847 "\n"
26848 msgstr ""
26849
26850 #. type: verbatim
26851 #: ../tools/virt-edit.pl:64
26852 #, no-wrap
26853 msgid ""
26854 " virt-edit mydomain /etc/passwd\n"
26855 "\n"
26856 msgstr ""
26857
26858 #. type: textblock
26859 #: ../tools/virt-edit.pl:66
26860 msgid ""
26861 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
26862 "below).  To change the init default level to 5:"
26863 msgstr ""
26864
26865 #. type: verbatim
26866 #: ../tools/virt-edit.pl:70
26867 #, no-wrap
26868 msgid ""
26869 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
26870 "\n"
26871 msgstr ""
26872
26873 #. type: textblock
26874 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
26875 msgid "Display brief help."
26876 msgstr ""
26877
26878 #. type: textblock
26879 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
26880 msgid "Display version number and exit."
26881 msgstr ""
26882
26883 #. type: =item
26884 #: ../tools/virt-edit.pl:96
26885 msgid "B<--backup extension> | B<-b extension>"
26886 msgstr ""
26887
26888 #. type: textblock
26889 #: ../tools/virt-edit.pl:98
26890 msgid ""
26891 "Create a backup of the original file I<in the guest disk image>.  The backup "
26892 "has the original filename with C<extension> added."
26893 msgstr ""
26894
26895 #. type: textblock
26896 #: ../tools/virt-edit.pl:101
26897 msgid ""
26898 "Usually the first character of C<extension> would be a dot C<.> so you would "
26899 "write:"
26900 msgstr ""
26901
26902 #. type: verbatim
26903 #: ../tools/virt-edit.pl:104
26904 #, no-wrap
26905 msgid ""
26906 " virt-edit -b .orig [etc]\n"
26907 "\n"
26908 msgstr ""
26909
26910 #. type: textblock
26911 #: ../tools/virt-edit.pl:106
26912 msgid "By default, no backup file is made."
26913 msgstr ""
26914
26915 #. type: =item
26916 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122 ../tools/virt-list-partitions.pl:78
26917 msgid "B<--connect URI> | B<-c URI>"
26918 msgstr ""
26919
26920 #. type: textblock
26921 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124 ../tools/virt-list-partitions.pl:80
26922 msgid ""
26923 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
26924 "to the default libvirt hypervisor."
26925 msgstr ""
26926
26927 #. type: textblock
26928 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:83
26929 msgid ""
26930 "If you specify guest block devices directly, then libvirt is not used at "
26931 "all."
26932 msgstr ""
26933
26934 #. type: =item
26935 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140 ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
26936 msgid "B<--format> raw"
26937 msgstr ""
26938
26939 #. type: textblock
26940 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136 ../tools/virt-list-partitions.pl:92
26941 msgid ""
26942 "Specify the format of disk images given on the command line.  If this is "
26943 "omitted then the format is autodetected from the content of the disk image."
26944 msgstr ""
26945
26946 #. type: textblock
26947 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140 ../tools/virt-list-partitions.pl:96
26948 msgid ""
26949 "If disk images are requested from libvirt, then this program asks libvirt "
26950 "for this information.  In this case, the value of the format parameter is "
26951 "ignored."
26952 msgstr ""
26953
26954 #. type: textblock
26955 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150 ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144 ../tools/virt-list-partitions.pl:100
26956 msgid ""
26957 "If working with untrusted raw-format guest disk images, you should ensure "
26958 "the format is always specified."
26959 msgstr ""
26960
26961 #. type: =item
26962 #: ../tools/virt-edit.pl:141
26963 msgid "B<--expr EXPR> | B<-e EXPR>"
26964 msgstr ""
26965
26966 #. type: textblock
26967 #: ../tools/virt-edit.pl:143
26968 msgid ""
26969 "Instead of launching the external editor, non-interactively apply the Perl "
26970 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
26971 "EDITING> below."
26972 msgstr ""
26973
26974 #. type: textblock
26975 #: ../tools/virt-edit.pl:147
26976 msgid ""
26977 "Be careful to properly quote the expression to prevent it from being altered "
26978 "by the shell."
26979 msgstr ""
26980
26981 #. type: =head1
26982 #: ../tools/virt-edit.pl:268
26983 msgid "NON-INTERACTIVE EDITING"
26984 msgstr ""
26985
26986 #. type: textblock
26987 #: ../tools/virt-edit.pl:270
26988 msgid ""
26989 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
26990 "administrator can interactively edit the file."
26991 msgstr ""
26992
26993 #. type: textblock
26994 #: ../tools/virt-edit.pl:273
26995 msgid ""
26996 "There are two ways also to use C<virt-edit> from scripts in order to make "
26997 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
26998 "like this, it's less error-prone to write scripts directly using the "
26999 "libguestfs API and Augeas for configuration file editing.)"
27000 msgstr ""
27001
27002 #. type: textblock
27003 #: ../tools/virt-edit.pl:279
27004 msgid ""
27005 "The first method is to temporarily set C<$EDITOR> to any script or program "
27006 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27007 "update C<tmpfile> in place however it likes."
27008 msgstr ""
27009
27010 #. type: textblock
27011 #: ../tools/virt-edit.pl:283
27012 msgid ""
27013 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27014 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27015 "instances of C<foo> with C<bar> in a file:"
27016 msgstr ""
27017
27018 #. type: verbatim
27019 #: ../tools/virt-edit.pl:287
27020 #, no-wrap
27021 msgid ""
27022 " virt-edit domname filename -e 's/foo/bar/'\n"
27023 "\n"
27024 msgstr ""
27025
27026 #. type: textblock
27027 #: ../tools/virt-edit.pl:289
27028 msgid ""
27029 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27030 "For example to delete root's password you could do:"
27031 msgstr ""
27032
27033 #. type: verbatim
27034 #: ../tools/virt-edit.pl:292
27035 #, no-wrap
27036 msgid ""
27037 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27038 "\n"
27039 msgstr ""
27040
27041 #. type: textblock
27042 #: ../tools/virt-edit.pl:294
27043 msgid ""
27044 "What really happens is that the snippet is evaluated as a Perl expression "
27045 "for each line of the file.  The line, including the final C<\\n>, is passed "
27046 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27047 msgstr ""
27048
27049 #. type: textblock
27050 #: ../tools/virt-edit.pl:299
27051 msgid ""
27052 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27053 "C<apache> user account from the password file you can do:"
27054 msgstr ""
27055
27056 #. type: verbatim
27057 #: ../tools/virt-edit.pl:302
27058 #, no-wrap
27059 msgid ""
27060 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27061 "\n"
27062 msgstr ""
27063
27064 #. type: textblock
27065 #: ../tools/virt-edit.pl:304
27066 msgid ""
27067 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27068 "the end of the file is rather difficult this way since there is no concept "
27069 "of \"last line of the file\" - your expression just doesn't get called "
27070 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27071 "want to do this."
27072 msgstr ""
27073
27074 #. type: textblock
27075 #: ../tools/virt-edit.pl:310
27076 msgid ""
27077 "The variable C<$lineno> contains the current line number.  As is "
27078 "traditional, the first line in the file is number C<1>."
27079 msgstr ""
27080
27081 #. type: textblock
27082 #: ../tools/virt-edit.pl:313
27083 msgid ""
27084 "The return value from the expression is ignored, but the expression may call "
27085 "C<die> in order to abort the whole program, leaving the original file "
27086 "untouched."
27087 msgstr ""
27088
27089 #. type: textblock
27090 #: ../tools/virt-edit.pl:317
27091 msgid ""
27092 "Remember when matching the end of a line that C<$_> may contain the final "
27093 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27094 "newline then neither of these.  Thus to match or substitute some text at the "
27095 "end of a line, use this regular expression:"
27096 msgstr ""
27097
27098 #. type: verbatim
27099 #: ../tools/virt-edit.pl:322
27100 #, no-wrap
27101 msgid ""
27102 " /some text(\\r?\\n)?$/\n"
27103 "\n"
27104 msgstr ""
27105
27106 #. type: textblock
27107 #: ../tools/virt-edit.pl:324
27108 msgid ""
27109 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27110 "C<$_> itself (since that would remove all newlines from the file):"
27111 msgstr ""
27112
27113 #. type: verbatim
27114 #: ../tools/virt-edit.pl:328
27115 #, no-wrap
27116 msgid ""
27117 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27118 "\n"
27119 msgstr ""
27120
27121 #. type: =item
27122 #: ../tools/virt-edit.pl:334
27123 msgid "C<EDITOR>"
27124 msgstr ""
27125
27126 #. type: textblock
27127 #: ../tools/virt-edit.pl:336
27128 msgid ""
27129 "If set, this string is used as the editor.  It may contain arguments, "
27130 "eg. C<\"emacs -nw\">"
27131 msgstr ""
27132
27133 #. type: textblock
27134 #: ../tools/virt-edit.pl:339
27135 msgid "If not set, C<vi> is used."
27136 msgstr ""
27137
27138 #. type: =head1
27139 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:527 ../tools/virt-list-partitions.pl:250
27140 msgid "SHELL QUOTING"
27141 msgstr ""
27142
27143 #. type: textblock
27144 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:529 ../tools/virt-list-partitions.pl:252
27145 msgid ""
27146 "Libvirt guest names can contain arbitrary characters, some of which have "
27147 "meaning to the shell such as C<#> and space.  You may need to quote or "
27148 "escape these characters on the command line.  See the shell manual page "
27149 "L<sh(1)> for details."
27150 msgstr ""
27151
27152 #. type: textblock
27153 #: ../tools/virt-edit.pl:352
27154 msgid ""
27155 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27156 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, "
27157 "L<perl(1)>, L<perlre(1)>."
27158 msgstr ""
27159
27160 #. type: =head1
27161 #: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:559 ../tools/virt-list-partitions.pl:269
27162 msgid "AUTHOR"
27163 msgstr ""
27164
27165 #. type: textblock
27166 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:561 ../tools/virt-list-partitions.pl:271
27167 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27168 msgstr ""
27169
27170 #. type: textblock
27171 #: ../tools/virt-edit.pl:368 ../tools/virt-list-partitions.pl:275
27172 msgid "Copyright (C) 2009-2010 Red Hat Inc."
27173 msgstr ""
27174
27175 #. type: textblock
27176 #: ../tools/virt-win-reg.pl:37
27177 msgid ""
27178 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27179 "guest"
27180 msgstr ""
27181
27182 #. type: verbatim
27183 #: ../tools/virt-win-reg.pl:41
27184 #, no-wrap
27185 msgid ""
27186 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27187 "\n"
27188 msgstr ""
27189
27190 #. type: verbatim
27191 #: ../tools/virt-win-reg.pl:43
27192 #, no-wrap
27193 msgid ""
27194 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27195 "\n"
27196 msgstr ""
27197
27198 #. type: verbatim
27199 #: ../tools/virt-win-reg.pl:45
27200 #, no-wrap
27201 msgid ""
27202 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27203 "\n"
27204 msgstr ""
27205
27206 #. type: verbatim
27207 #: ../tools/virt-win-reg.pl:47
27208 #, no-wrap
27209 msgid ""
27210 " virt-win-reg --merge domname [input.reg ...]\n"
27211 "\n"
27212 msgstr ""
27213
27214 #. type: verbatim
27215 #: ../tools/virt-win-reg.pl:49
27216 #, no-wrap
27217 msgid ""
27218 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27219 "\n"
27220 msgstr ""
27221
27222 #. type: textblock
27223 #: ../tools/virt-win-reg.pl:53
27224 msgid ""
27225 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27226 "virtual machines.  If you do this, you I<will> get irreversible disk "
27227 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27228 "but doesn't catch all cases."
27229 msgstr ""
27230
27231 #. type: textblock
27232 #: ../tools/virt-win-reg.pl:58
27233 msgid ""
27234 "Modifying the Windows Registry is an inherently risky operation.  The format "
27235 "is deliberately obscure and undocumented, and Registry changes can leave the "
27236 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27237 "you have a reliable backup first."
27238 msgstr ""
27239
27240 #. type: textblock
27241 #: ../tools/virt-win-reg.pl:65
27242 msgid ""
27243 "This program can export and merge Windows Registry entries from a Windows "
27244 "guest."
27245 msgstr ""
27246
27247 #. type: textblock
27248 #: ../tools/virt-win-reg.pl:68
27249 msgid ""
27250 "The first parameter is the libvirt guest name or the raw disk image of a "
27251 "Windows guest."
27252 msgstr ""
27253
27254 #. type: textblock
27255 #: ../tools/virt-win-reg.pl:71
27256 msgid ""
27257 "If C<--merge> is I<not> specified, then the chosen registry key is "
27258 "displayed/exported (recursively).  For example:"
27259 msgstr ""
27260
27261 #. type: verbatim
27262 #: ../tools/virt-win-reg.pl:74
27263 #, no-wrap
27264 msgid ""
27265 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27266 "\n"
27267 msgstr ""
27268
27269 #. type: textblock
27270 #: ../tools/virt-win-reg.pl:76
27271 msgid "You can also display single values from within registry keys, for example:"
27272 msgstr ""
27273
27274 #. type: verbatim
27275 #: ../tools/virt-win-reg.pl:79
27276 #, no-wrap
27277 msgid ""
27278 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27279 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27280 " Windows 7 Enterprise\n"
27281 "\n"
27282 msgstr ""
27283
27284 #. type: textblock
27285 #: ../tools/virt-win-reg.pl:83
27286 msgid ""
27287 "With C<--merge>, you can merge a textual regedit file into the Windows "
27288 "Registry:"
27289 msgstr ""
27290
27291 #. type: verbatim
27292 #: ../tools/virt-win-reg.pl:86
27293 #, no-wrap
27294 msgid ""
27295 " $ virt-win-reg --merge Windows7 changes.reg\n"
27296 "\n"
27297 msgstr ""
27298
27299 #. type: =head2
27300 #: ../tools/virt-win-reg.pl:88
27301 msgid "NOTE"
27302 msgstr ""
27303
27304 #. type: textblock
27305 #: ../tools/virt-win-reg.pl:90
27306 msgid ""
27307 "This program is only meant for simple access to the registry.  If you want "
27308 "to do complicated things with the registry, we suggest you download the "
27309 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27310 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27311 "L<hivexregedit(1)>."
27312 msgstr ""
27313
27314 #. type: =item
27315 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27316 msgid "B<--debug>"
27317 msgstr ""
27318
27319 #. type: textblock
27320 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27321 msgid "Enable debugging messages."
27322 msgstr ""
27323
27324 #. type: =item
27325 #: ../tools/virt-win-reg.pl:157
27326 msgid "B<--merge>"
27327 msgstr ""
27328
27329 #. type: textblock
27330 #: ../tools/virt-win-reg.pl:159
27331 msgid ""
27332 "In merge mode, this merges a textual regedit file into the Windows Registry "
27333 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27334 "displays or exports Registry entries instead."
27335 msgstr ""
27336
27337 #. type: textblock
27338 #: ../tools/virt-win-reg.pl:163
27339 msgid ""
27340 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27341 "result in disk corruption.  However exporting (without this flag)  is always "
27342 "safe."
27343 msgstr ""
27344
27345 #. type: =item
27346 #: ../tools/virt-win-reg.pl:171
27347 msgid "B<--encoding> UTF-16LE|ASCII"
27348 msgstr ""
27349
27350 #. type: textblock
27351 #: ../tools/virt-win-reg.pl:173
27352 msgid ""
27353 "When merging (only), you may need to specify the encoding for strings to be "
27354 "used in the hive file.  This is explained in detail in "
27355 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27356 msgstr ""
27357
27358 #. type: textblock
27359 #: ../tools/virt-win-reg.pl:177
27360 msgid ""
27361 "The default is to use UTF-16LE, which should work with recent versions of "
27362 "Windows."
27363 msgstr ""
27364
27365 #. type: =head1
27366 #: ../tools/virt-win-reg.pl:402
27367 msgid "SUPPORTED SYSTEMS"
27368 msgstr ""
27369
27370 #. type: textblock
27371 #: ../tools/virt-win-reg.pl:404
27372 msgid ""
27373 "The program currently supports Windows NT-derived guests starting with "
27374 "Windows XP through to at least Windows 7."
27375 msgstr ""
27376
27377 #. type: textblock
27378 #: ../tools/virt-win-reg.pl:407
27379 msgid ""
27380 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
27381 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
27382 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
27383 msgstr ""
27384
27385 #. type: textblock
27386 #: ../tools/virt-win-reg.pl:411
27387 msgid ""
27388 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
27389 "C<HKEY_USERS>."
27390 msgstr ""
27391
27392 #. type: textblock
27393 #: ../tools/virt-win-reg.pl:414
27394 msgid ""
27395 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
27396 "time."
27397 msgstr ""
27398
27399 #. type: =head1
27400 #: ../tools/virt-win-reg.pl:417
27401 msgid "ENCODING"
27402 msgstr ""
27403
27404 #. type: textblock
27405 #: ../tools/virt-win-reg.pl:419
27406 msgid ""
27407 "C<virt-win-reg> expects that regedit files have already been reencoded in "
27408 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
27409 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
27410 "with Windows-style line endings, you may need to reencode the whole file "
27411 "before or after processing."
27412 msgstr ""
27413
27414 #. type: textblock
27415 #: ../tools/virt-win-reg.pl:425
27416 msgid ""
27417 "To reencode a file from Windows format to Linux (before processing it with "
27418 "the C<--merge> option), you would do something like this:"
27419 msgstr ""
27420
27421 #. type: verbatim
27422 #: ../tools/virt-win-reg.pl:428
27423 #, no-wrap
27424 msgid ""
27425 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
27426 "\n"
27427 msgstr ""
27428
27429 #. type: textblock
27430 #: ../tools/virt-win-reg.pl:430
27431 msgid ""
27432 "To go in the opposite direction, after exporting and before sending the file "
27433 "to a Windows user, do something like this:"
27434 msgstr ""
27435
27436 #. type: verbatim
27437 #: ../tools/virt-win-reg.pl:433
27438 #, no-wrap
27439 msgid ""
27440 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
27441 "\n"
27442 msgstr ""
27443
27444 #. type: textblock
27445 #: ../tools/virt-win-reg.pl:435
27446 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
27447 msgstr ""
27448
27449 #. type: textblock
27450 #: ../tools/virt-win-reg.pl:437
27451 msgid ""
27452 "If you are unsure about the current encoding, use the L<file(1)> command.  "
27453 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
27454 "Windows-style (CRLF) line endings, like this:"
27455 msgstr ""
27456
27457 #. type: verbatim
27458 #: ../tools/virt-win-reg.pl:441
27459 #, no-wrap
27460 msgid ""
27461 " $ file software.reg\n"
27462 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
27463 " with CRLF line terminators\n"
27464 "\n"
27465 msgstr ""
27466
27467 #. type: textblock
27468 #: ../tools/virt-win-reg.pl:445
27469 msgid "This file would need conversion before you could C<--merge> it."
27470 msgstr ""
27471
27472 #. type: =head1
27473 #: ../tools/virt-win-reg.pl:447
27474 msgid "CurrentControlSet etc."
27475 msgstr ""
27476
27477 #. type: textblock
27478 #: ../tools/virt-win-reg.pl:449
27479 msgid ""
27480 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
27481 "Registry at the level of the hive file, and therefore you cannot modify "
27482 "these."
27483 msgstr ""
27484
27485 #. type: textblock
27486 #: ../tools/virt-win-reg.pl:453
27487 msgid ""
27488 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
27489 "circumstances it might refer to another control set.  The way to find out is "
27490 "to look at the C<HKLM\\SYSTEM\\Select> key:"
27491 msgstr ""
27492
27493 #. type: verbatim
27494 #: ../tools/virt-win-reg.pl:457
27495 #, no-wrap
27496 msgid ""
27497 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
27498 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
27499 " \"Current\"=dword:00000001\n"
27500 " \"Default\"=dword:00000001\n"
27501 " \"Failed\"=dword:00000000\n"
27502 " \"LastKnownGood\"=dword:00000002\n"
27503 "\n"
27504 msgstr ""
27505
27506 #. type: textblock
27507 #: ../tools/virt-win-reg.pl:464
27508 msgid "\"Current\" is the one which Windows will choose when it boots."
27509 msgstr ""
27510
27511 #. type: textblock
27512 #: ../tools/virt-win-reg.pl:466
27513 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
27514 msgstr ""
27515
27516 #. type: =head1
27517 #: ../tools/virt-win-reg.pl:469
27518 msgid "WINDOWS TIPS"
27519 msgstr ""
27520
27521 #. type: textblock
27522 #: ../tools/virt-win-reg.pl:471
27523 msgid ""
27524 "Note that some of these tips modify the guest disk image.  The guest I<must> "
27525 "be shut off, else you will get disk corruption."
27526 msgstr ""
27527
27528 #. type: =head2
27529 #: ../tools/virt-win-reg.pl:474
27530 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
27531 msgstr ""
27532
27533 #. type: textblock
27534 #: ../tools/virt-win-reg.pl:476
27535 msgid ""
27536 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
27537 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
27538 "is uploaded into C<C:\\>:"
27539 msgstr ""
27540
27541 #. type: verbatim
27542 #: ../tools/virt-win-reg.pl:480
27543 #, no-wrap
27544 msgid ""
27545 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
27546 "\n"
27547 msgstr ""
27548
27549 #. type: textblock
27550 #: ../tools/virt-win-reg.pl:482
27551 msgid "Prepare a regedit file containing the registry change:"
27552 msgstr ""
27553
27554 #. type: verbatim
27555 #: ../tools/virt-win-reg.pl:484
27556 #, no-wrap
27557 msgid ""
27558 " cat > test.reg <<'EOF'\n"
27559 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
27560 " \"Test\"=\"c:\\\\test.bat\"\n"
27561 " EOF\n"
27562 "\n"
27563 msgstr ""
27564
27565 #. type: textblock
27566 #: ../tools/virt-win-reg.pl:489
27567 msgid ""
27568 "In this example we use the key C<RunOnce> which means that the script will "
27569 "run precisely once when the first user logs in.  If you want it to run every "
27570 "time a user logs in, replace C<RunOnce> with C<Run>."
27571 msgstr ""
27572
27573 #. type: textblock
27574 #: ../tools/virt-win-reg.pl:493
27575 msgid "Now update the registry:"
27576 msgstr ""
27577
27578 #. type: verbatim
27579 #: ../tools/virt-win-reg.pl:495
27580 #, no-wrap
27581 msgid ""
27582 " virt-win-reg --merge WindowsGuest test.reg\n"
27583 "\n"
27584 msgstr ""
27585
27586 #. type: =head2
27587 #: ../tools/virt-win-reg.pl:497
27588 msgid "INSTALLING A SERVICE"
27589 msgstr ""
27590
27591 #. type: textblock
27592 #: ../tools/virt-win-reg.pl:499
27593 msgid ""
27594 "This section assumes you are familiar with Windows services, and you either "
27595 "have a program which handles the Windows Service Control Protocol directly "
27596 "or you want to run any program using a service wrapper like SrvAny or the "
27597 "free RHSrvAny."
27598 msgstr ""
27599
27600 #. type: textblock
27601 #: ../tools/virt-win-reg.pl:504
27602 msgid ""
27603 "First upload the program and optionally the service wrapper.  In this case "
27604 "the test program is called C<test.exe> and we are using the RHSrvAny "
27605 "wrapper:"
27606 msgstr ""
27607
27608 #. type: verbatim
27609 #: ../tools/virt-win-reg.pl:508
27610 #, no-wrap
27611 msgid ""
27612 " guestfish -i -d WindowsGuest <<EOF\n"
27613 "   upload rhsrvany.exe /rhsrvany.exe\n"
27614 "   upload test.exe /test.exe\n"
27615 " EOF\n"
27616 "\n"
27617 msgstr ""
27618
27619 #. type: textblock
27620 #: ../tools/virt-win-reg.pl:513
27621 msgid ""
27622 "Prepare a regedit file containing the registry changes.  In this example, "
27623 "the first registry change is needed for the service itself or the service "
27624 "wrapper (if used).  The second registry change is only needed because I am "
27625 "using the RHSrvAny service wrapper."
27626 msgstr ""
27627
27628 #. type: verbatim
27629 #: ../tools/virt-win-reg.pl:518
27630 #, no-wrap
27631 msgid ""
27632 " cat > service.reg <<'EOF'\n"
27633 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
27634 " \"Type\"=dword:00000010\n"
27635 " \"Start\"=dword:00000002\n"
27636 " \"ErrorControl\"=dword:00000001\n"
27637 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
27638 " \"DisplayName\"=\"RHSrvAny\"\n"
27639 " \"ObjectName\"=\"NetworkService\"\n"
27640 " \n"
27641 msgstr ""
27642
27643 #. type: verbatim
27644 #: ../tools/virt-win-reg.pl:527
27645 #, no-wrap
27646 msgid ""
27647 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
27648 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
27649 " \"PWD\"=\"c:\\\\Temp\"\n"
27650 " EOF\n"
27651 "\n"
27652 msgstr ""
27653
27654 #. type: textblock
27655 #: ../tools/virt-win-reg.pl:538
27656 msgid ""
27657 "For use of C<ControlSet001> see the section above in this manual page.  You "
27658 "may need to adjust this according to the control set that is in use by the "
27659 "guest."
27660 msgstr ""
27661
27662 #. type: textblock
27663 #: ../tools/virt-win-reg.pl:544
27664 msgid ""
27665 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
27666 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
27667 "privileged account."
27668 msgstr ""
27669
27670 #. type: textblock
27671 #: ../tools/virt-win-reg.pl:550
27672 msgid ""
27673 "For the meaning of the magic numbers, see this Microsoft KB article: "
27674 "L<http://support.microsoft.com/kb/103000>."
27675 msgstr ""
27676
27677 #. type: textblock
27678 #: ../tools/virt-win-reg.pl:555
27679 msgid "Update the registry:"
27680 msgstr ""
27681
27682 #. type: verbatim
27683 #: ../tools/virt-win-reg.pl:557
27684 #, no-wrap
27685 msgid ""
27686 " virt-win-reg --merge WindowsGuest service.reg\n"
27687 "\n"
27688 msgstr ""
27689
27690 #. type: textblock
27691 #: ../tools/virt-win-reg.pl:561
27692 msgid ""
27693 "Be careful when passing parameters containing C<\\> (backslash) in the "
27694 "shell.  Usually you will have to use 'single quotes' or double backslashes "
27695 "(but not both) to protect them from the shell."
27696 msgstr ""
27697
27698 #. type: textblock
27699 #: ../tools/virt-win-reg.pl:565
27700 msgid "Paths and value names are case-insensitive."
27701 msgstr ""
27702
27703 #. type: textblock
27704 #: ../tools/virt-win-reg.pl:574
27705 msgid ""
27706 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
27707 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27708 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
27709 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27710 msgstr ""
27711
27712 #. type: textblock
27713 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:550
27714 msgid ""
27715 "When reporting bugs, please enable debugging and capture the I<complete> "
27716 "output:"
27717 msgstr ""
27718
27719 #. type: verbatim
27720 #: ../tools/virt-win-reg.pl:592
27721 #, no-wrap
27722 msgid ""
27723 " export LIBGUESTFS_DEBUG=1\n"
27724 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
27725 "\n"
27726 msgstr ""
27727
27728 #. type: textblock
27729 #: ../tools/virt-win-reg.pl:595
27730 msgid ""
27731 "Attach /tmp/virt-win-reg.log to a new bug report at "
27732 "L<https://bugzilla.redhat.com/>"
27733 msgstr ""
27734
27735 #. type: textblock
27736 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:565
27737 msgid "Copyright (C) 2010 Red Hat Inc."
27738 msgstr ""
27739
27740 #. type: textblock
27741 #: ../tools/virt-resize.pl:42
27742 msgid "virt-resize - Resize a virtual machine disk"
27743 msgstr ""
27744
27745 #. type: verbatim
27746 #: ../tools/virt-resize.pl:46
27747 #, no-wrap
27748 msgid ""
27749 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
27750 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
27751 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
27752 "\n"
27753 msgstr ""
27754
27755 #. type: textblock
27756 #: ../tools/virt-resize.pl:52
27757 msgid ""
27758 "Virt-resize is a tool which can resize a virtual machine disk, making it "
27759 "larger or smaller overall, and resizing or deleting any partitions contained "
27760 "within."
27761 msgstr ""
27762
27763 #. type: textblock
27764 #: ../tools/virt-resize.pl:56
27765 msgid ""
27766 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
27767 "not> be used on live virtual machines - for consistent results, shut the "
27768 "virtual machine down before resizing it."
27769 msgstr ""
27770
27771 #. type: textblock
27772 #: ../tools/virt-resize.pl:60
27773 msgid ""
27774 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
27775 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
27776 msgstr ""
27777
27778 #. type: textblock
27779 #: ../tools/virt-resize.pl:66
27780 msgid ""
27781 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
27782 "fill the extra 5GB of space."
27783 msgstr ""
27784
27785 #. type: verbatim
27786 #: ../tools/virt-resize.pl:69
27787 #, no-wrap
27788 msgid ""
27789 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
27790 " virt-filesystems --long --h --all -a olddisk\n"
27791 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
27792 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
27793 "\n"
27794 msgstr ""
27795
27796 #. type: textblock
27797 #: ../tools/virt-resize.pl:74
27798 msgid ""
27799 "As above, but make the /boot partition 200MB bigger, while giving the "
27800 "remaining space to /dev/sda2:"
27801 msgstr ""
27802
27803 #. type: verbatim
27804 #: ../tools/virt-resize.pl:77
27805 #, no-wrap
27806 msgid ""
27807 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
27808 "\n"
27809 msgstr ""
27810
27811 #. type: textblock
27812 #: ../tools/virt-resize.pl:79
27813 msgid "As above, but the output format will be uncompressed qcow2:"
27814 msgstr ""
27815
27816 #. type: verbatim
27817 #: ../tools/virt-resize.pl:81
27818 #, no-wrap
27819 msgid ""
27820 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
27821 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
27822 "\n"
27823 msgstr ""
27824
27825 #. type: =head1
27826 #: ../tools/virt-resize.pl:84
27827 msgid "DETAILED USAGE"
27828 msgstr ""
27829
27830 #. type: =head2
27831 #: ../tools/virt-resize.pl:86
27832 msgid "EXPANDING A VIRTUAL MACHINE DISK"
27833 msgstr ""
27834
27835 #. type: =item
27836 #: ../tools/virt-resize.pl:90
27837 msgid "1. Shut down the virtual machine"
27838 msgstr ""
27839
27840 #. type: =item
27841 #: ../tools/virt-resize.pl:92
27842 msgid "2. Locate input disk image"
27843 msgstr ""
27844
27845 #. type: textblock
27846 #: ../tools/virt-resize.pl:94
27847 msgid ""
27848 "Locate the input disk image (ie. the file or device on the host containing "
27849 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
27850 "dumpxml> like this to find the disk image name:"
27851 msgstr ""
27852
27853 #. type: verbatim
27854 #: ../tools/virt-resize.pl:98
27855 #, no-wrap
27856 msgid ""
27857 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
27858 " Found 1 nodes:\n"
27859 " -- NODE --\n"
27860 " <source dev=\"/dev/vg/lv_guest\" />\n"
27861 "\n"
27862 msgstr ""
27863
27864 #. type: =item
27865 #: ../tools/virt-resize.pl:103
27866 msgid "3. Look at current sizing"
27867 msgstr ""
27868
27869 #. type: textblock
27870 #: ../tools/virt-resize.pl:105
27871 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
27872 msgstr ""
27873
27874 #. type: verbatim
27875 #: ../tools/virt-resize.pl:108
27876 #, no-wrap
27877 msgid ""
27878 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
27879 " Name       Type       Size  Parent\n"
27880 " /dev/sda1  partition  101M  /dev/sda\n"
27881 " /dev/sda2  partition  7.9G  /dev/sda\n"
27882 " /dev/sda   device     8.0G  -\n"
27883 "\n"
27884 msgstr ""
27885
27886 #. type: textblock
27887 #: ../tools/virt-resize.pl:114
27888 msgid ""
27889 "(This example is a virtual machine with an 8 GB disk which we would like to "
27890 "expand up to 10 GB)."
27891 msgstr ""
27892
27893 #. type: =item
27894 #: ../tools/virt-resize.pl:117
27895 msgid "4. Create output disk"
27896 msgstr ""
27897
27898 #. type: textblock
27899 #: ../tools/virt-resize.pl:119
27900 msgid ""
27901 "Virt-resize cannot do in-place disk modifications.  You have to have space "
27902 "to store the resized output disk."
27903 msgstr ""
27904
27905 #. type: textblock
27906 #: ../tools/virt-resize.pl:122
27907 msgid "To store the resized disk image in a file, create a file of a suitable size:"
27908 msgstr ""
27909
27910 #. type: verbatim
27911 #: ../tools/virt-resize.pl:125
27912 #, no-wrap
27913 msgid ""
27914 " # rm -f outdisk\n"
27915 " # truncate -s 10G outdisk\n"
27916 "\n"
27917 msgstr ""
27918
27919 #. type: textblock
27920 #: ../tools/virt-resize.pl:128
27921 msgid "Or use L<lvcreate(1)> to create a logical volume:"
27922 msgstr ""
27923
27924 #. type: verbatim
27925 #: ../tools/virt-resize.pl:130
27926 #, no-wrap
27927 msgid ""
27928 " # lvcreate -L 10G -n lv_name vg_name\n"
27929 "\n"
27930 msgstr ""
27931
27932 #. type: textblock
27933 #: ../tools/virt-resize.pl:132
27934 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
27935 msgstr ""
27936
27937 #. type: verbatim
27938 #: ../tools/virt-resize.pl:134
27939 #, no-wrap
27940 msgid ""
27941 " # virsh pool-list\n"
27942 " # virsh vol-create-as poolname newvol 10G\n"
27943 "\n"
27944 msgstr ""
27945
27946 #. type: =item
27947 #: ../tools/virt-resize.pl:137
27948 msgid "5. Resize"
27949 msgstr ""
27950
27951 #. type: textblock
27952 #: ../tools/virt-resize.pl:139
27953 msgid ""
27954 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
27955 "file) and the output disk.  The output disk is the one created in the "
27956 "previous step."
27957 msgstr ""
27958
27959 #. type: verbatim
27960 #: ../tools/virt-resize.pl:143
27961 #, no-wrap
27962 msgid ""
27963 " # virt-resize indisk outdisk\n"
27964 "\n"
27965 msgstr ""
27966
27967 #. type: textblock
27968 #: ../tools/virt-resize.pl:145
27969 msgid ""
27970 "This command just copies disk image C<indisk> to disk image C<outdisk> "
27971 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
27972 "larger, then an extra, empty partition is created at the end of the disk "
27973 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
27974 "error."
27975 msgstr ""
27976
27977 #. type: textblock
27978 #: ../tools/virt-resize.pl:151
27979 msgid ""
27980 "More realistically you'd want to expand existing partitions in the disk "
27981 "image by passing extra options (for the full list see the L</OPTIONS> "
27982 "section below)."
27983 msgstr ""
27984
27985 #. type: textblock
27986 #: ../tools/virt-resize.pl:155
27987 msgid ""
27988 "L</--expand> is the most useful option.  It expands the named partition "
27989 "within the disk to fill any extra space:"
27990 msgstr ""
27991
27992 #. type: verbatim
27993 #: ../tools/virt-resize.pl:158
27994 #, no-wrap
27995 msgid ""
27996 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
27997 "\n"
27998 msgstr ""
27999
28000 #. type: textblock
28001 #: ../tools/virt-resize.pl:160
28002 msgid ""
28003 "(In this case, an extra partition is I<not> created at the end of the disk, "
28004 "because there will be no unused space)."
28005 msgstr ""
28006
28007 #. type: textblock
28008 #: ../tools/virt-resize.pl:163
28009 msgid ""
28010 "L</--resize> is the other commonly used option.  The following would "
28011 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28012 "rest of the available space:"
28013 msgstr ""
28014
28015 #. type: verbatim
28016 #: ../tools/virt-resize.pl:167
28017 #, no-wrap
28018 msgid ""
28019 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28020 "     indisk outdisk\n"
28021 "\n"
28022 msgstr ""
28023
28024 #. type: textblock
28025 #: ../tools/virt-resize.pl:170
28026 msgid ""
28027 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28028 "if virt-resize knows how, it will resize the contents, the equivalent of "
28029 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28030 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28031 "filesystems, so you would have to online resize them after booting the "
28032 "guest."
28033 msgstr ""
28034
28035 #. type: textblock
28036 #: ../tools/virt-resize.pl:177
28037 msgid "Other options are covered below."
28038 msgstr ""
28039
28040 #. type: =item
28041 #: ../tools/virt-resize.pl:179
28042 msgid "6. Test"
28043 msgstr ""
28044
28045 #. type: textblock
28046 #: ../tools/virt-resize.pl:181
28047 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28048 msgstr ""
28049
28050 #. type: textblock
28051 #: ../tools/virt-resize.pl:183
28052 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28053 msgstr ""
28054
28055 #. type: verbatim
28056 #: ../tools/virt-resize.pl:185
28057 #, no-wrap
28058 msgid ""
28059 " # virsh edit guestname\n"
28060 "\n"
28061 msgstr ""
28062
28063 #. type: textblock
28064 #: ../tools/virt-resize.pl:187
28065 msgid ""
28066 "Change E<lt>source ...E<gt>, see "
28067 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28068 msgstr ""
28069
28070 #. type: textblock
28071 #: ../tools/virt-resize.pl:190
28072 msgid "Then start up the domain with the new, resized disk:"
28073 msgstr ""
28074
28075 #. type: verbatim
28076 #: ../tools/virt-resize.pl:192
28077 #, no-wrap
28078 msgid ""
28079 " # virsh start guestname\n"
28080 "\n"
28081 msgstr ""
28082
28083 #. type: textblock
28084 #: ../tools/virt-resize.pl:194
28085 msgid ""
28086 "and check that it still works.  See also the L</NOTES> section below for "
28087 "additional information."
28088 msgstr ""
28089
28090 #. type: =item
28091 #: ../tools/virt-resize.pl:197
28092 msgid "7. Resize LVs etc inside the guest"
28093 msgstr ""
28094
28095 #. type: textblock
28096 #: ../tools/virt-resize.pl:199
28097 msgid "(This can also be done offline using L<guestfish(1)>)"
28098 msgstr ""
28099
28100 #. type: textblock
28101 #: ../tools/virt-resize.pl:201
28102 msgid ""
28103 "Once the guest has booted you should see the new space available, at least "
28104 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28105 "may need to resize LVs inside PVs, and also resize filesystem types that "
28106 "virt-resize does not know how to expand."
28107 msgstr ""
28108
28109 #. type: =head2
28110 #: ../tools/virt-resize.pl:208
28111 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28112 msgstr ""
28113
28114 #. type: textblock
28115 #: ../tools/virt-resize.pl:210
28116 msgid ""
28117 "Shrinking is somewhat more complex than expanding, and only an overview is "
28118 "given here."
28119 msgstr ""
28120
28121 #. type: textblock
28122 #: ../tools/virt-resize.pl:213
28123 msgid ""
28124 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28125 "filesystems).  The user has to shrink content before passing the disk image "
28126 "to virt-resize, and virt-resize will check that the content has been shrunk "
28127 "properly."
28128 msgstr ""
28129
28130 #. type: textblock
28131 #: ../tools/virt-resize.pl:218
28132 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28133 msgstr ""
28134
28135 #. type: textblock
28136 #: ../tools/virt-resize.pl:220
28137 msgid ""
28138 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28139 "steps 3 and 4 above to allocate a new disk image."
28140 msgstr ""
28141
28142 #. type: textblock
28143 #: ../tools/virt-resize.pl:223
28144 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28145 msgstr ""
28146
28147 #. type: =head2
28148 #: ../tools/virt-resize.pl:226
28149 msgid "IGNORING OR DELETING PARTITIONS"
28150 msgstr ""
28151
28152 #. type: textblock
28153 #: ../tools/virt-resize.pl:228
28154 msgid ""
28155 "virt-resize also gives a convenient way to ignore or delete partitions when "
28156 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28157 "up the copy where you don't care about the existing contents of a "
28158 "partition.  Deleting a partition removes it completely, but note that it "
28159 "also renumbers any partitions after the one which is deleted, which can "
28160 "leave some guests unbootable."
28161 msgstr ""
28162
28163 #. type: =head2
28164 #: ../tools/virt-resize.pl:235
28165 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28166 msgstr ""
28167
28168 #. type: textblock
28169 #: ../tools/virt-resize.pl:237
28170 msgid ""
28171 "If the input disk is in qcow2 format, then you may prefer that the output is "
28172 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28173 "the fly.  The output format is simply determined by the format of the empty "
28174 "output container that you provide.  Thus to create qcow2 output, use:"
28175 msgstr ""
28176
28177 #. type: verbatim
28178 #: ../tools/virt-resize.pl:243
28179 #, no-wrap
28180 msgid ""
28181 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28182 "\n"
28183 msgstr ""
28184
28185 #. type: textblock
28186 #: ../tools/virt-resize.pl:245
28187 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28188 msgstr ""
28189
28190 #. type: textblock
28191 #: ../tools/virt-resize.pl:247
28192 msgid "Similarly, to get non-sparse raw output use:"
28193 msgstr ""
28194
28195 #. type: verbatim
28196 #: ../tools/virt-resize.pl:249
28197 #, no-wrap
28198 msgid ""
28199 " fallocate -l size outdisk\n"
28200 "\n"
28201 msgstr ""
28202
28203 #. type: textblock
28204 #: ../tools/virt-resize.pl:251
28205 msgid ""
28206 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28207 "if=/dev/zero of=outdisk bs=1M count=..>)"
28208 msgstr ""
28209
28210 #. type: textblock
28211 #: ../tools/virt-resize.pl:264
28212 msgid "Display help."
28213 msgstr ""
28214
28215 #. type: =item
28216 #: ../tools/virt-resize.pl:278
28217 msgid "B<--resize part=size>"
28218 msgstr ""
28219
28220 #. type: textblock
28221 #: ../tools/virt-resize.pl:280
28222 msgid ""
28223 "Resize the named partition (expanding or shrinking it) so that it has the "
28224 "given size."
28225 msgstr ""
28226
28227 #. type: textblock
28228 #: ../tools/virt-resize.pl:283
28229 msgid ""
28230 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28231 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28232 "Exabytes; or as a percentage of the current size; or as a relative number or "
28233 "percentage.  For example:"
28234 msgstr ""
28235
28236 #. type: verbatim
28237 #: ../tools/virt-resize.pl:288
28238 #, no-wrap
28239 msgid ""
28240 " --resize /dev/sda2=10G\n"
28241 "\n"
28242 msgstr ""
28243
28244 #. type: verbatim
28245 #: ../tools/virt-resize.pl:290
28246 #, no-wrap
28247 msgid ""
28248 " --resize /dev/sda4=90%\n"
28249 "\n"
28250 msgstr ""
28251
28252 #. type: verbatim
28253 #: ../tools/virt-resize.pl:292
28254 #, no-wrap
28255 msgid ""
28256 " --resize /dev/sda2=+1G\n"
28257 "\n"
28258 msgstr ""
28259
28260 #. type: verbatim
28261 #: ../tools/virt-resize.pl:294
28262 #, no-wrap
28263 msgid ""
28264 " --resize /dev/sda2=-200M\n"
28265 "\n"
28266 msgstr ""
28267
28268 #. type: verbatim
28269 #: ../tools/virt-resize.pl:296
28270 #, no-wrap
28271 msgid ""
28272 " --resize /dev/sda1=+128K\n"
28273 "\n"
28274 msgstr ""
28275
28276 #. type: verbatim
28277 #: ../tools/virt-resize.pl:298
28278 #, no-wrap
28279 msgid ""
28280 " --resize /dev/sda1=+10%\n"
28281 "\n"
28282 msgstr ""
28283
28284 #. type: verbatim
28285 #: ../tools/virt-resize.pl:300
28286 #, no-wrap
28287 msgid ""
28288 " --resize /dev/sda1=-10%\n"
28289 "\n"
28290 msgstr ""
28291
28292 #. type: textblock
28293 #: ../tools/virt-resize.pl:302
28294 msgid ""
28295 "You can increase the size of any partition.  Virt-resize will expand the "
28296 "direct content of the partition if it knows how (see C<--expand> below)."
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../tools/virt-resize.pl:306
28301 msgid ""
28302 "You can only I<decrease> the size of partitions that contain filesystems or "
28303 "PVs which have already been shrunk.  Virt-resize will check this has been "
28304 "done before proceeding, or else will print an error (see also "
28305 "C<--resize-force>)."
28306 msgstr ""
28307
28308 #. type: textblock
28309 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28310 msgid "You can give this option multiple times."
28311 msgstr ""
28312
28313 #. type: =item
28314 #: ../tools/virt-resize.pl:317
28315 msgid "B<--resize-force part=size>"
28316 msgstr ""
28317
28318 #. type: textblock
28319 #: ../tools/virt-resize.pl:319
28320 msgid ""
28321 "This is the same as C<--resize> except that it will let you decrease the "
28322 "size of any partition.  Generally this means you will lose any data which "
28323 "was at the end of the partition you shrink, but you may not care about that "
28324 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28325 "as a swap partition)."
28326 msgstr ""
28327
28328 #. type: textblock
28329 #: ../tools/virt-resize.pl:325
28330 msgid "See also the C<--ignore> option."
28331 msgstr ""
28332
28333 #. type: =item
28334 #: ../tools/virt-resize.pl:331
28335 msgid "B<--expand part>"
28336 msgstr ""
28337
28338 #. type: textblock
28339 #: ../tools/virt-resize.pl:333
28340 msgid ""
28341 "Expand the named partition so it uses up all extra space (space left over "
28342 "after any other resize changes that you request have been done)."
28343 msgstr ""
28344
28345 #. type: textblock
28346 #: ../tools/virt-resize.pl:336
28347 msgid ""
28348 "If virt-resize knows how, it will expand the direct content of the "
28349 "partition.  For example, if the partition is an LVM PV, it will expand the "
28350 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28351 "content it doesn't know about alone."
28352 msgstr ""
28353
28354 #. type: textblock
28355 #: ../tools/virt-resize.pl:341
28356 msgid "Currently virt-resize can resize:"
28357 msgstr ""
28358
28359 #. type: textblock
28360 #: ../tools/virt-resize.pl:347
28361 msgid ""
28362 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28363 "partition."
28364 msgstr ""
28365
28366 #. type: textblock
28367 #: ../tools/virt-resize.pl:352
28368 msgid ""
28369 "NTFS filesystems contained directly in a partition, if libguestfs was "
28370 "compiled with support for NTFS."
28371 msgstr ""
28372
28373 #. type: textblock
28374 #: ../tools/virt-resize.pl:355
28375 msgid ""
28376 "The filesystem must have been shut down consistently last time it was used.  "
28377 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
28378 "consistency check, so at the first boot after resizing Windows will check "
28379 "the disk."
28380 msgstr ""
28381
28382 #. type: textblock
28383 #: ../tools/virt-resize.pl:362
28384 msgid ""
28385 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
28386 "inside the PV, but see the C<--LV-expand> option.  The user could also "
28387 "resize LVs as desired after boot."
28388 msgstr ""
28389
28390 #. type: textblock
28391 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
28392 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
28393 msgstr ""
28394
28395 #. type: =item
28396 #: ../tools/virt-resize.pl:374
28397 msgid "B<--shrink part>"
28398 msgstr ""
28399
28400 #. type: textblock
28401 #: ../tools/virt-resize.pl:376
28402 msgid ""
28403 "Shrink the named partition until the overall disk image fits in the "
28404 "destination.  The named partition B<must> contain a filesystem or PV which "
28405 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
28406 "online tools).  Virt-resize will check this and give an error if it has not "
28407 "been done."
28408 msgstr ""
28409
28410 #. type: textblock
28411 #: ../tools/virt-resize.pl:382
28412 msgid ""
28413 "The amount by which the overall disk must be shrunk (after carrying out all "
28414 "other operations requested by the user) is called the \"deficit\".  For "
28415 "example, a straight copy (assume no other operations)  from a 5GB disk image "
28416 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
28417 "would give an error unless the user specified a partition to shrink and that "
28418 "partition had more than a gigabyte of free space."
28419 msgstr ""
28420
28421 #. type: =item
28422 #: ../tools/virt-resize.pl:396
28423 msgid "B<--ignore part>"
28424 msgstr ""
28425
28426 #. type: textblock
28427 #: ../tools/virt-resize.pl:398
28428 msgid ""
28429 "Ignore the named partition.  Effectively this means the partition is "
28430 "allocated on the destination disk, but the content is not copied across from "
28431 "the source disk.  The content of the partition will be blank (all zero "
28432 "bytes)."
28433 msgstr ""
28434
28435 #. type: =item
28436 #: ../tools/virt-resize.pl:409
28437 msgid "B<--delete part>"
28438 msgstr ""
28439
28440 #. type: textblock
28441 #: ../tools/virt-resize.pl:411
28442 msgid ""
28443 "Delete the named partition.  It would be more accurate to describe this as "
28444 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
28445 "the original disk image is left intact."
28446 msgstr ""
28447
28448 #. type: textblock
28449 #: ../tools/virt-resize.pl:415
28450 msgid ""
28451 "Note that when you delete a partition, then anything contained in the "
28452 "partition is also deleted.  Furthermore, this causes any partitions that "
28453 "come after to be I<renumbered>, which can easily make your guest unbootable."
28454 msgstr ""
28455
28456 #. type: =item
28457 #: ../tools/virt-resize.pl:426
28458 msgid "B<--LV-expand logvol>"
28459 msgstr ""
28460
28461 #. type: textblock
28462 #: ../tools/virt-resize.pl:428
28463 msgid ""
28464 "This takes the logical volume and, as a final step, expands it to fill all "
28465 "the space available in its volume group.  A typical usage, assuming a Linux "
28466 "guest with a single PV C</dev/sda2> and a root device called "
28467 "C</dev/vg_guest/lv_root> would be:"
28468 msgstr ""
28469
28470 #. type: verbatim
28471 #: ../tools/virt-resize.pl:433
28472 #, no-wrap
28473 msgid ""
28474 " virt-resize indisk outdisk \\\n"
28475 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
28476 "\n"
28477 msgstr ""
28478
28479 #. type: textblock
28480 #: ../tools/virt-resize.pl:436
28481 msgid ""
28482 "This would first expand the partition (and PV), and then expand the root "
28483 "device to fill the extra space in the PV."
28484 msgstr ""
28485
28486 #. type: textblock
28487 #: ../tools/virt-resize.pl:439
28488 msgid ""
28489 "The contents of the LV are also resized if virt-resize knows how to do "
28490 "that.  You can stop virt-resize from trying to expand the content by using "
28491 "the option C<--no-expand-content>."
28492 msgstr ""
28493
28494 #. type: textblock
28495 #: ../tools/virt-resize.pl:443
28496 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
28497 msgstr ""
28498
28499 #. type: textblock
28500 #: ../tools/virt-resize.pl:446
28501 msgid ""
28502 "You can give this option multiple times, I<but> it doesn't make sense to do "
28503 "this unless the logical volumes you specify are all in different volume "
28504 "groups."
28505 msgstr ""
28506
28507 #. type: =item
28508 #: ../tools/virt-resize.pl:454
28509 msgid "B<--no-copy-boot-loader>"
28510 msgstr ""
28511
28512 #. type: textblock
28513 #: ../tools/virt-resize.pl:456
28514 msgid ""
28515 "By default, virt-resize copies over some sectors at the start of the disk "
28516 "(up to the beginning of the first partition).  Commonly these sectors "
28517 "contain the Master Boot Record (MBR) and the boot loader, and are required "
28518 "in order for the guest to boot correctly."
28519 msgstr ""
28520
28521 #. type: textblock
28522 #: ../tools/virt-resize.pl:461
28523 msgid ""
28524 "If you specify this flag, then this initial copy is not done.  You may need "
28525 "to reinstall the boot loader in this case."
28526 msgstr ""
28527
28528 #. type: =item
28529 #: ../tools/virt-resize.pl:469
28530 msgid "B<--no-extra-partition>"
28531 msgstr ""
28532
28533 #. type: textblock
28534 #: ../tools/virt-resize.pl:471
28535 msgid ""
28536 "By default, virt-resize creates an extra partition if there is any extra, "
28537 "unused space after all resizing has happened.  Use this option to prevent "
28538 "the extra partition from being created.  If you do this then the extra space "
28539 "will be inaccessible until you run fdisk, parted, or some other partitioning "
28540 "tool in the guest."
28541 msgstr ""
28542
28543 #. type: textblock
28544 #: ../tools/virt-resize.pl:477
28545 msgid ""
28546 "Note that if the surplus space is smaller than 10 MB, no extra partition "
28547 "will be created."
28548 msgstr ""
28549
28550 #. type: =item
28551 #: ../tools/virt-resize.pl:484
28552 msgid "B<--no-expand-content>"
28553 msgstr ""
28554
28555 #. type: textblock
28556 #: ../tools/virt-resize.pl:486
28557 msgid ""
28558 "By default, virt-resize will try to expand the direct contents of "
28559 "partitions, if it knows how (see C<--expand> option above)."
28560 msgstr ""
28561
28562 #. type: textblock
28563 #: ../tools/virt-resize.pl:489
28564 msgid ""
28565 "If you give the C<--no-expand-content> option then virt-resize will not "
28566 "attempt this."
28567 msgstr ""
28568
28569 #. type: =item
28570 #: ../tools/virt-resize.pl:496
28571 msgid "B<-d> | B<--debug>"
28572 msgstr ""
28573
28574 #. type: =item
28575 #: ../tools/virt-resize.pl:504
28576 msgid "B<-n> | B<--dryrun>"
28577 msgstr ""
28578
28579 #. type: textblock
28580 #: ../tools/virt-resize.pl:506
28581 msgid "Print a summary of what would be done, but don't do anything."
28582 msgstr ""
28583
28584 #. type: =item
28585 #: ../tools/virt-resize.pl:512
28586 msgid "B<-q> | B<--quiet>"
28587 msgstr ""
28588
28589 #. type: textblock
28590 #: ../tools/virt-resize.pl:514
28591 msgid "Don't print the summary."
28592 msgstr ""
28593
28594 #. type: textblock
28595 #: ../tools/virt-resize.pl:522
28596 msgid ""
28597 "Specify the format of the input disk image.  If this flag is not given then "
28598 "it is auto-detected from the image itself."
28599 msgstr ""
28600
28601 #. type: textblock
28602 #: ../tools/virt-resize.pl:528
28603 msgid ""
28604 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
28605 "AND NON-SPARSE RAW FORMATS>."
28606 msgstr ""
28607
28608 #. type: =item
28609 #: ../tools/virt-resize.pl:535
28610 msgid "B<--output-format> raw"
28611 msgstr ""
28612
28613 #. type: textblock
28614 #: ../tools/virt-resize.pl:537
28615 msgid ""
28616 "Specify the format of the output disk image.  If this flag is not given then "
28617 "it is auto-detected from the image itself."
28618 msgstr ""
28619
28620 #. type: textblock
28621 #: ../tools/virt-resize.pl:543
28622 msgid ""
28623 "Note that you still need to create the output disk with the right format.  "
28624 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
28625 msgstr ""
28626
28627 #. type: =head1
28628 #: ../tools/virt-resize.pl:1419
28629 msgid "NOTES"
28630 msgstr ""
28631
28632 #. type: =head2
28633 #: ../tools/virt-resize.pl:1421
28634 msgid "\"Partition 1 does not end on cylinder boundary.\""
28635 msgstr ""
28636
28637 #. type: textblock
28638 #: ../tools/virt-resize.pl:1423
28639 msgid ""
28640 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
28641 "means the partitions will not be aligned to the ancient CHS geometry.  "
28642 "However CHS geometry is meaningless for disks manufactured since the early "
28643 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
28644 "cylinders is not required by any modern operating system."
28645 msgstr ""
28646
28647 #. type: =head2
28648 #: ../tools/virt-resize.pl:1430
28649 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
28650 msgstr ""
28651
28652 #. type: textblock
28653 #: ../tools/virt-resize.pl:1432
28654 msgid ""
28655 "In Windows Vista and later versions, Microsoft switched to using a separate "
28656 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
28657 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
28658 "the boot partition.  Doing so seems to break the guest completely.  However "
28659 "expanding the second partition (ie. C: drive) should work."
28660 msgstr ""
28661
28662 #. type: textblock
28663 #: ../tools/virt-resize.pl:1439
28664 msgid ""
28665 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
28666 "NTFS partitions have been expanded.  This is just a safety check and (unless "
28667 "it find errors) is nothing to worry about."
28668 msgstr ""
28669
28670 #. type: =head2
28671 #: ../tools/virt-resize.pl:1443
28672 msgid "GUEST BOOT STUCK AT \"GRUB\""
28673 msgstr ""
28674
28675 #. type: textblock
28676 #: ../tools/virt-resize.pl:1445
28677 msgid ""
28678 "If a Linux guest does not boot after resizing, and the boot is stuck after "
28679 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
28680 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
28681 "although we think is to do with partition alignment."
28682 msgstr ""
28683
28684 #. type: verbatim
28685 #: ../tools/virt-resize.pl:1450
28686 #, no-wrap
28687 msgid ""
28688 " guestfish -i -a newdisk\n"
28689 " ><fs> cat /boot/grub/device.map\n"
28690 " # check the contents of this file are sensible or\n"
28691 " # edit the file if necessary\n"
28692 " ><fs> grub-install / /dev/vda\n"
28693 " ><fs> exit\n"
28694 "\n"
28695 msgstr ""
28696
28697 #. type: textblock
28698 #: ../tools/virt-resize.pl:1457
28699 msgid ""
28700 "For more flexible guest reconfiguration, including if you need to specify "
28701 "other parameters to grub-install, use L<virt-rescue(1)>."
28702 msgstr ""
28703
28704 #. type: =head1
28705 #: ../tools/virt-resize.pl:1460
28706 msgid "ALTERNATIVE TOOLS"
28707 msgstr ""
28708
28709 #. type: textblock
28710 #: ../tools/virt-resize.pl:1462
28711 msgid ""
28712 "There are several proprietary tools for resizing partitions.  We won't "
28713 "mention any here."
28714 msgstr ""
28715
28716 #. type: textblock
28717 #: ../tools/virt-resize.pl:1465
28718 msgid ""
28719 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
28720 "operations on disk images.  They can resize and move partitions, but I don't "
28721 "think they can do anything with the contents, and they certainly don't "
28722 "understand LVM."
28723 msgstr ""
28724
28725 #. type: textblock
28726 #: ../tools/virt-resize.pl:1470
28727 msgid ""
28728 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
28729 "but at a much lower level.  You will probably end up hand-calculating sector "
28730 "offsets, which is something that virt-resize was designed to avoid.  If you "
28731 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
28732 "C<--debug> flag."
28733 msgstr ""
28734
28735 #. type: textblock
28736 #: ../tools/virt-resize.pl:1485
28737 msgid ""
28738 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
28739 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
28740 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
28741 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
28742 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28743 msgstr ""
28744
28745 #. type: textblock
28746 #: ../tools/virt-list-filesystems.pl:32
28747 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
28748 msgstr ""
28749
28750 #. type: verbatim
28751 #: ../tools/virt-list-filesystems.pl:36
28752 #, no-wrap
28753 msgid ""
28754 " virt-list-filesystems [--options] domname\n"
28755 "\n"
28756 msgstr ""
28757
28758 #. type: verbatim
28759 #: ../tools/virt-list-filesystems.pl:38
28760 #, no-wrap
28761 msgid ""
28762 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
28763 "\n"
28764 msgstr ""
28765
28766 #. type: textblock
28767 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
28768 msgid ""
28769 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
28770 "replacement."
28771 msgstr ""
28772
28773 #. type: textblock
28774 #: ../tools/virt-list-filesystems.pl:45
28775 msgid ""
28776 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
28777 "are contained in a virtual machine or disk image."
28778 msgstr ""
28779
28780 #. type: textblock
28781 #: ../tools/virt-list-filesystems.pl:49
28782 msgid ""
28783 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
28784 "functionality.  For more complex cases you should look at the "
28785 "L<guestfish(1)> tool."
28786 msgstr ""
28787
28788 #. type: =item
28789 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
28790 msgid "B<-l> | B<--long>"
28791 msgstr ""
28792
28793 #. type: textblock
28794 #: ../tools/virt-list-filesystems.pl:108
28795 msgid ""
28796 "With this option, C<virt-list-filesystems> displays the type of each "
28797 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
28798 msgstr ""
28799
28800 #. type: =item
28801 #: ../tools/virt-list-filesystems.pl:115
28802 msgid "B<-a> | B<--all>"
28803 msgstr ""
28804
28805 #. type: textblock
28806 #: ../tools/virt-list-filesystems.pl:117
28807 msgid ""
28808 "Normally we only show mountable filesystems.  If this option is given then "
28809 "swap devices are shown too."
28810 msgstr ""
28811
28812 #. type: textblock
28813 #: ../tools/virt-list-filesystems.pl:191
28814 msgid ""
28815 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
28816 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
28817 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28818 msgstr ""
28819
28820 #. type: textblock
28821 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
28822 msgid "Copyright (C) 2009 Red Hat Inc."
28823 msgstr ""
28824
28825 #. type: textblock
28826 #: ../tools/virt-tar.pl:33
28827 msgid "virt-tar - Extract or upload files to a virtual machine"
28828 msgstr ""
28829
28830 #. type: verbatim
28831 #: ../tools/virt-tar.pl:37
28832 #, no-wrap
28833 msgid ""
28834 " virt-tar [--options] -x domname directory tarball\n"
28835 "\n"
28836 msgstr ""
28837
28838 #. type: verbatim
28839 #: ../tools/virt-tar.pl:39
28840 #, no-wrap
28841 msgid ""
28842 " virt-tar [--options] -u domname tarball directory\n"
28843 "\n"
28844 msgstr ""
28845
28846 #. type: verbatim
28847 #: ../tools/virt-tar.pl:41
28848 #, no-wrap
28849 msgid ""
28850 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
28851 "\n"
28852 msgstr ""
28853
28854 #. type: verbatim
28855 #: ../tools/virt-tar.pl:43
28856 #, no-wrap
28857 msgid ""
28858 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
28859 "\n"
28860 msgstr ""
28861
28862 #. type: textblock
28863 #: ../tools/virt-tar.pl:47
28864 msgid "Download C</home> from the VM into a local tarball:"
28865 msgstr ""
28866
28867 #. type: verbatim
28868 #: ../tools/virt-tar.pl:49
28869 #, no-wrap
28870 msgid ""
28871 " virt-tar -x domname /home home.tar\n"
28872 "\n"
28873 msgstr ""
28874
28875 #. type: verbatim
28876 #: ../tools/virt-tar.pl:51
28877 #, no-wrap
28878 msgid ""
28879 " virt-tar -zx domname /home home.tar.gz\n"
28880 "\n"
28881 msgstr ""
28882
28883 #. type: textblock
28884 #: ../tools/virt-tar.pl:53
28885 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
28886 msgstr ""
28887
28888 #. type: verbatim
28889 #: ../tools/virt-tar.pl:55
28890 #, no-wrap
28891 msgid ""
28892 " virt-tar -u domname uploadstuff.tar /tmp\n"
28893 "\n"
28894 msgstr ""
28895
28896 #. type: verbatim
28897 #: ../tools/virt-tar.pl:57
28898 #, no-wrap
28899 msgid ""
28900 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
28901 "\n"
28902 msgstr ""
28903
28904 #. type: textblock
28905 #: ../tools/virt-tar.pl:61
28906 msgid ""
28907 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
28908 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
28909 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
28910 msgstr ""
28911
28912 #. type: textblock
28913 #: ../tools/virt-tar.pl:66
28914 msgid ""
28915 "You can use C<-x> (extract) on live virtual machines, but you might get "
28916 "inconsistent results or errors if there is filesystem activity inside the "
28917 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
28918 "work, but the only way to guarantee consistent results is if the virtual "
28919 "machine is shut down."
28920 msgstr ""
28921
28922 #. type: textblock
28923 #: ../tools/virt-tar.pl:74
28924 msgid ""
28925 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
28926 "parts of a guest filesystem.  There are many possibilities: making backups, "
28927 "uploading data files, snooping on guest activity, fixing or customizing "
28928 "guests, etc."
28929 msgstr ""
28930
28931 #. type: textblock
28932 #: ../tools/virt-tar.pl:79
28933 msgid ""
28934 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
28935 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
28936 "should look at the L<guestfish(1)> tool."
28937 msgstr ""
28938
28939 #. type: textblock
28940 #: ../tools/virt-tar.pl:83
28941 msgid ""
28942 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
28943 "its contents (recursively) from the virtual machine into a local tarball.  "
28944 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
28945 "virtual machine.  You cannot use these two options together."
28946 msgstr ""
28947
28948 #. type: textblock
28949 #: ../tools/virt-tar.pl:89
28950 msgid ""
28951 "In addition, you may need to use the C<-z> (gZip) option to enable "
28952 "compression.  When uploading, you have to specify C<-z> if the upload file "
28953 "is compressed because virt-tar won't detect this on its own."
28954 msgstr ""
28955
28956 #. type: textblock
28957 #: ../tools/virt-tar.pl:93
28958 msgid ""
28959 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
28960 "example it cannot do PKZip files or bzip2 compression.  If you want that "
28961 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
28962 "the L<libguestfs(3)> API)."
28963 msgstr ""
28964
28965 #. type: =item
28966 #: ../tools/virt-tar.pl:151
28967 msgid "B<-x> | B<--extract> | B<--download>"
28968 msgstr ""
28969
28970 #. type: =item
28971 #: ../tools/virt-tar.pl:153
28972 msgid "B<-u> | B<--upload>"
28973 msgstr ""
28974
28975 #. type: textblock
28976 #: ../tools/virt-tar.pl:155
28977 msgid ""
28978 "Use C<-x> to extract (download) a directory from a virtual machine to a "
28979 "local tarball."
28980 msgstr ""
28981
28982 #. type: textblock
28983 #: ../tools/virt-tar.pl:158
28984 msgid ""
28985 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
28986 "Please read the L</WARNING> section above before using this option."
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../tools/virt-tar.pl:162
28991 msgid "You must specify exactly one of these options."
28992 msgstr ""
28993
28994 #. type: =item
28995 #: ../tools/virt-tar.pl:168
28996 msgid "B<-z> | B<--gzip>"
28997 msgstr ""
28998
28999 #. type: textblock
29000 #: ../tools/virt-tar.pl:170
29001 msgid "Specify that the input or output tarball is gzip-compressed."
29002 msgstr ""
29003
29004 #. type: textblock
29005 #: ../tools/virt-tar.pl:283
29006 msgid ""
29007 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29008 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29009 "L<http://libguestfs.org/>."
29010 msgstr ""
29011
29012 #. type: textblock
29013 #: ../tools/virt-make-fs.pl:37
29014 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29015 msgstr ""
29016
29017 #. type: verbatim
29018 #: ../tools/virt-make-fs.pl:41
29019 #, no-wrap
29020 msgid ""
29021 " virt-make-fs [--options] input.tar output.img\n"
29022 "\n"
29023 msgstr ""
29024
29025 #. type: verbatim
29026 #: ../tools/virt-make-fs.pl:43
29027 #, no-wrap
29028 msgid ""
29029 " virt-make-fs [--options] input.tar.gz output.img\n"
29030 "\n"
29031 msgstr ""
29032
29033 #. type: verbatim
29034 #: ../tools/virt-make-fs.pl:45
29035 #, no-wrap
29036 msgid ""
29037 " virt-make-fs [--options] directory output.img\n"
29038 "\n"
29039 msgstr ""
29040
29041 #. type: textblock
29042 #: ../tools/virt-make-fs.pl:49
29043 msgid ""
29044 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29045 "archive or some files in a directory.  It is similar to tools like "
29046 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29047 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29048 "useful if you want to attach these filesystems to existing virtual machines "
29049 "(eg. to import large amounts of read-only data to a VM)."
29050 msgstr ""
29051
29052 #. type: textblock
29053 #: ../tools/virt-make-fs.pl:57
29054 msgid "Basic usage is:"
29055 msgstr ""
29056
29057 #. type: verbatim
29058 #: ../tools/virt-make-fs.pl:59
29059 #, no-wrap
29060 msgid ""
29061 " virt-make-fs input output\n"
29062 "\n"
29063 msgstr ""
29064
29065 #. type: textblock
29066 #: ../tools/virt-make-fs.pl:61
29067 msgid ""
29068 "where C<input> is either a directory containing files that you want to add, "
29069 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29070 "C<output> is a disk image.  The input type is detected automatically.  The "
29071 "output disk image defaults to a raw ext2 image unless you specify extra "
29072 "flags (see L</OPTIONS> below)."
29073 msgstr ""
29074
29075 #. type: =head2
29076 #: ../tools/virt-make-fs.pl:67
29077 msgid "EXTRA SPACE"
29078 msgstr ""
29079
29080 #. type: textblock
29081 #: ../tools/virt-make-fs.pl:69
29082 msgid ""
29083 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29084 "the files that it contains, but might have extra space.  Depending on how "
29085 "you are going to use the output, you might think this extra space is wasted "
29086 "and want to minimize it, or you might want to leave space so that more files "
29087 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29088 "but you can use the C<--size> flag to leave space in the filesystem if you "
29089 "want it."
29090 msgstr ""
29091
29092 #. type: textblock
29093 #: ../tools/virt-make-fs.pl:77
29094 msgid ""
29095 "An alternative way to leave extra space but not make the output image any "
29096 "bigger is to use an alternative disk image format (instead of the default "
29097 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29098 "image format (check your hypervisor supports this before using it).  This "
29099 "allows you to choose a large C<--size> but the extra space won't actually be "
29100 "allocated in the image until you try to store something in it."
29101 msgstr ""
29102
29103 #. type: textblock
29104 #: ../tools/virt-make-fs.pl:85
29105 msgid ""
29106 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29107 "and L<virt-resize(1)> to resize existing filesystems, or rerun "
29108 "virt-make-resize to build another image from scratch."
29109 msgstr ""
29110
29111 #. type: =head3
29112 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29113 msgid "EXAMPLE"
29114 msgstr ""
29115
29116 #. type: verbatim
29117 #: ../tools/virt-make-fs.pl:91
29118 #, no-wrap
29119 msgid ""
29120 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29121 "\n"
29122 msgstr ""
29123
29124 #. type: =head2
29125 #: ../tools/virt-make-fs.pl:93
29126 msgid "FILESYSTEM TYPE"
29127 msgstr ""
29128
29129 #. type: textblock
29130 #: ../tools/virt-make-fs.pl:95
29131 msgid ""
29132 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29133 "libguestfs supports can be used (but I<not> read-only formats like "
29134 "ISO9660).  Here are some of the more common choices:"
29135 msgstr ""
29136
29137 #. type: =item
29138 #: ../tools/virt-make-fs.pl:101
29139 msgid "I<ext3>"
29140 msgstr ""
29141
29142 #. type: textblock
29143 #: ../tools/virt-make-fs.pl:103
29144 msgid ""
29145 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29146 "you are not going to use the filesystem in a way that requires the journal, "
29147 "then this is just wasted overhead."
29148 msgstr ""
29149
29150 #. type: =item
29151 #: ../tools/virt-make-fs.pl:107
29152 msgid "I<ntfs> or I<vfat>"
29153 msgstr ""
29154
29155 #. type: textblock
29156 #: ../tools/virt-make-fs.pl:109
29157 msgid "Useful if exporting data to a Windows guest."
29158 msgstr ""
29159
29160 #. type: textblock
29161 #: ../tools/virt-make-fs.pl:111
29162 msgid ""
29163 "I<Note for vfat>: The tar archive or local directory must only contain files "
29164 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29165 "program running within libguestfs is unable to change the ownership of "
29166 "non-root files, since vfat itself does not support this."
29167 msgstr ""
29168
29169 #. type: =item
29170 #: ../tools/virt-make-fs.pl:116
29171 msgid "I<minix>"
29172 msgstr ""
29173
29174 #. type: textblock
29175 #: ../tools/virt-make-fs.pl:118
29176 msgid ""
29177 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29178 "total filesystem size."
29179 msgstr ""
29180
29181 #. type: verbatim
29182 #: ../tools/virt-make-fs.pl:125
29183 #, no-wrap
29184 msgid ""
29185 " virt-make-fs --type=minix input minixfs.img\n"
29186 "\n"
29187 msgstr ""
29188
29189 #. type: =head2
29190 #: ../tools/virt-make-fs.pl:127
29191 msgid "TO PARTITION OR NOT TO PARTITION"
29192 msgstr ""
29193
29194 #. type: textblock
29195 #: ../tools/virt-make-fs.pl:129
29196 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29197 msgstr ""
29198
29199 #. type: textblock
29200 #: ../tools/virt-make-fs.pl:131
29201 msgid ""
29202 "Adding a partition can make the disk image more compatible with certain "
29203 "virtualized operating systems which don't expect to see a filesystem "
29204 "directly located on a block device (Linux doesn't care and will happily "
29205 "handle both types)."
29206 msgstr ""
29207
29208 #. type: textblock
29209 #: ../tools/virt-make-fs.pl:136
29210 msgid ""
29211 "On the other hand, if you have a partition table then the output image is no "
29212 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29213 "directly on a partitioned disk image.  (However libguestfs tools such as "
29214 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29215 msgstr ""
29216
29217 #. type: textblock
29218 #: ../tools/virt-make-fs.pl:144
29219 msgid "Add an MBR partition:"
29220 msgstr ""
29221
29222 #. type: verbatim
29223 #: ../tools/virt-make-fs.pl:146
29224 #, no-wrap
29225 msgid ""
29226 " virt-make-fs --partition -- input disk.img\n"
29227 "\n"
29228 msgstr ""
29229
29230 #. type: textblock
29231 #: ../tools/virt-make-fs.pl:148
29232 msgid ""
29233 "If the output disk image could be terabyte-sized or larger, it's better to "
29234 "use an EFI/GPT-compatible partition table:"
29235 msgstr ""
29236
29237 #. type: verbatim
29238 #: ../tools/virt-make-fs.pl:151
29239 #, no-wrap
29240 msgid ""
29241 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29242 "\n"
29243 msgstr ""
29244
29245 #. type: textblock
29246 #: ../tools/virt-make-fs.pl:179
29247 msgid "Enable debugging information."
29248 msgstr ""
29249
29250 #. type: =item
29251 #: ../tools/virt-make-fs.pl:185
29252 msgid "B<--size=E<lt>NE<gt>>"
29253 msgstr ""
29254
29255 #. type: =item
29256 #: ../tools/virt-make-fs.pl:187
29257 msgid "B<--size=+E<lt>NE<gt>>"
29258 msgstr ""
29259
29260 #. type: =item
29261 #: ../tools/virt-make-fs.pl:189
29262 msgid "B<-s E<lt>NE<gt>>"
29263 msgstr ""
29264
29265 #. type: =item
29266 #: ../tools/virt-make-fs.pl:191
29267 msgid "B<-s +E<lt>NE<gt>>"
29268 msgstr ""
29269
29270 #. type: textblock
29271 #: ../tools/virt-make-fs.pl:193
29272 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29273 msgstr ""
29274
29275 #. type: textblock
29276 #: ../tools/virt-make-fs.pl:196
29277 msgid ""
29278 "If this option is I<not> given, then the output image will be just large "
29279 "enough to contain all the files, with not much wasted space."
29280 msgstr ""
29281
29282 #. type: textblock
29283 #: ../tools/virt-make-fs.pl:199
29284 msgid ""
29285 "To choose a fixed size output disk, specify an absolute number followed by "
29286 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29287 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29288 "files, else you will get an error."
29289 msgstr ""
29290
29291 #. type: textblock
29292 #: ../tools/virt-make-fs.pl:204
29293 msgid ""
29294 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29295 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29296 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29297 "the input files, and (approximately) an extra 200 MB free space."
29298 msgstr ""
29299
29300 #. type: textblock
29301 #: ../tools/virt-make-fs.pl:210
29302 msgid ""
29303 "Note that virt-make-fs estimates free space, and therefore will not produce "
29304 "filesystems containing precisely the free space requested.  (It is much more "
29305 "expensive and time-consuming to produce a filesystem which has precisely the "
29306 "desired free space)."
29307 msgstr ""
29308
29309 #. type: =item
29310 #: ../tools/virt-make-fs.pl:219
29311 msgid "B<--format=E<lt>fmtE<gt>>"
29312 msgstr ""
29313
29314 #. type: =item
29315 #: ../tools/virt-make-fs.pl:221
29316 msgid "B<-F E<lt>fmtE<gt>>"
29317 msgstr ""
29318
29319 #. type: textblock
29320 #: ../tools/virt-make-fs.pl:223
29321 msgid "Choose the output disk image format."
29322 msgstr ""
29323
29324 #. type: textblock
29325 #: ../tools/virt-make-fs.pl:225
29326 msgid "The default is C<raw> (raw disk image)."
29327 msgstr ""
29328
29329 #. type: textblock
29330 #: ../tools/virt-make-fs.pl:227
29331 msgid ""
29332 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29333 "that would really make sense here is C<qcow2>."
29334 msgstr ""
29335
29336 #. type: =item
29337 #: ../tools/virt-make-fs.pl:234
29338 msgid "B<--type=E<lt>fsE<gt>>"
29339 msgstr ""
29340
29341 #. type: =item
29342 #: ../tools/virt-make-fs.pl:236
29343 msgid "B<-t E<lt>fsE<gt>>"
29344 msgstr ""
29345
29346 #. type: textblock
29347 #: ../tools/virt-make-fs.pl:238
29348 msgid "Choose the output filesystem type."
29349 msgstr ""
29350
29351 #. type: textblock
29352 #: ../tools/virt-make-fs.pl:240
29353 msgid "The default is C<ext2>."
29354 msgstr ""
29355
29356 #. type: textblock
29357 #: ../tools/virt-make-fs.pl:242
29358 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29359 msgstr ""
29360
29361 #. type: =item
29362 #: ../tools/virt-make-fs.pl:249
29363 msgid "B<--partition>"
29364 msgstr ""
29365
29366 #. type: =item
29367 #: ../tools/virt-make-fs.pl:251
29368 msgid "B<--partition=E<lt>parttypeE<gt>>"
29369 msgstr ""
29370
29371 #. type: textblock
29372 #: ../tools/virt-make-fs.pl:253
29373 msgid ""
29374 "If specified, this flag adds an MBR partition table to the output disk "
29375 "image."
29376 msgstr ""
29377
29378 #. type: textblock
29379 #: ../tools/virt-make-fs.pl:256
29380 msgid ""
29381 "You can change the partition table type, eg. C<--partition=gpt> for large "
29382 "disks."
29383 msgstr ""
29384
29385 #. type: textblock
29386 #: ../tools/virt-make-fs.pl:259
29387 msgid ""
29388 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29389 "might consider the next parameter to be the partition type.  For example:"
29390 msgstr ""
29391
29392 #. type: verbatim
29393 #: ../tools/virt-make-fs.pl:263
29394 #, no-wrap
29395 msgid ""
29396 " virt-make-fs --partition input.tar ...\n"
29397 "\n"
29398 msgstr ""
29399
29400 #. type: textblock
29401 #: ../tools/virt-make-fs.pl:265
29402 msgid ""
29403 "would cause virt-make-fs to think you wanted to use a partition type of "
29404 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29405 "dash) between options and the input file argument:"
29406 msgstr ""
29407
29408 #. type: verbatim
29409 #: ../tools/virt-make-fs.pl:269
29410 #, no-wrap
29411 msgid ""
29412 " virt-make-fs --partition -- input.tar ...\n"
29413 "\n"
29414 msgstr ""
29415
29416 #. type: textblock
29417 #: ../tools/virt-make-fs.pl:536
29418 msgid ""
29419 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
29420 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29421 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29422 msgstr ""
29423
29424 #. type: verbatim
29425 #: ../tools/virt-make-fs.pl:553
29426 #, no-wrap
29427 msgid ""
29428 " export LIBGUESTFS_DEBUG=1\n"
29429 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29430 "\n"
29431 msgstr ""
29432
29433 #. type: textblock
29434 #: ../tools/virt-make-fs.pl:556
29435 msgid ""
29436 "Attach /tmp/virt-make-fs.log to a new bug report at "
29437 "L<https://bugzilla.redhat.com/>"
29438 msgstr ""
29439
29440 #. type: textblock
29441 #: ../tools/virt-list-partitions.pl:32
29442 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29443 msgstr ""
29444
29445 #. type: verbatim
29446 #: ../tools/virt-list-partitions.pl:36
29447 #, no-wrap
29448 msgid ""
29449 " virt-list-partitions [--options] domname\n"
29450 "\n"
29451 msgstr ""
29452
29453 #. type: verbatim
29454 #: ../tools/virt-list-partitions.pl:38
29455 #, no-wrap
29456 msgid ""
29457 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29458 "\n"
29459 msgstr ""
29460
29461 #. type: textblock
29462 #: ../tools/virt-list-partitions.pl:45
29463 msgid ""
29464 "C<virt-list-partitions> is a command line tool to list the partitions that "
29465 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29466 "first step to using L<virt-resize(1)>."
29467 msgstr ""
29468
29469 #. type: textblock
29470 #: ../tools/virt-list-partitions.pl:50
29471 msgid ""
29472 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29473 "functionality.  For more complex cases you should look at the "
29474 "L<guestfish(1)> tool."
29475 msgstr ""
29476
29477 #. type: =item
29478 #: ../tools/virt-list-partitions.pl:107
29479 msgid "B<-h> | B<--human-readable>"
29480 msgstr ""
29481
29482 #. type: textblock
29483 #: ../tools/virt-list-partitions.pl:109
29484 msgid "Show sizes in human-readable form (eg. \"1G\")."
29485 msgstr ""
29486
29487 #. type: textblock
29488 #: ../tools/virt-list-partitions.pl:117
29489 msgid ""
29490 "With this option, C<virt-list-partitions> displays the type and size of each "
29491 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29492 msgstr ""
29493
29494 #. type: =item
29495 #: ../tools/virt-list-partitions.pl:124
29496 msgid "B<-t> | B<--total>"
29497 msgstr ""
29498
29499 #. type: textblock
29500 #: ../tools/virt-list-partitions.pl:126
29501 msgid "Display the total size of each block device (as a separate row or rows)."
29502 msgstr ""
29503
29504 #. type: textblock
29505 #: ../tools/virt-list-partitions.pl:259
29506 msgid ""
29507 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
29508 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
29509 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29510 msgstr ""