Version 1.9.3.
[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.3\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-01-11 21:54+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 "\n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011 ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024 ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059 ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089 ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101 ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592 ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711 ../src/guestfs.pod:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074 ../src/guestfs.pod:2080 ../src/guestfs.pod:2544 ../src/guestfs.pod:2548 ../src/guestfs.pod:2552 ../src/guestfs.pod:2556 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591 ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775 ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:427 ../fish/guestfish.pod:431 ../fish/guestfish.pod:435 ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373 ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1065 ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073 ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093 ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201 ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210 ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257 ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335 ../src/guestfs.pod:2108
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339 ../src/guestfs.pod:2133
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1112 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1113 "frequently used part of this library has been rewritten in C and moved into "
1114 "the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:558
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:561
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:570
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:576
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:583
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:587
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:590
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:594
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:598
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:602
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head2
1212 #: ../src/guestfs.pod:611
1213 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:613
1218 msgid ""
1219 "Libguestfs can mount NTFS partitions.  It does this using the "
1220 "L<http://www.ntfs-3g.org/> driver."
1221 msgstr ""
1222
1223 #. type: =head3
1224 #: ../src/guestfs.pod:616
1225 msgid "DRIVE LETTERS AND PATHS"
1226 msgstr ""
1227
1228 #. type: textblock
1229 #: ../src/guestfs.pod:618
1230 msgid ""
1231 "DOS and Windows still use drive letters, and the filesystems are always "
1232 "treated as case insensitive by Windows itself, and therefore you might find "
1233 "a Windows configuration file referring to a path like "
1234 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1235 "that directory might be referred to as C</WINDOWS/System32>."
1236 msgstr ""
1237
1238 #. type: textblock
1239 #: ../src/guestfs.pod:624
1240 msgid ""
1241 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1242 "libguestfs to read the appropriate Windows Registry and configuration files, "
1243 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1244 "L<virt-inspector(1)>)."
1245 msgstr ""
1246
1247 #. type: textblock
1248 #: ../src/guestfs.pod:629
1249 msgid ""
1250 "Replacing backslash characters with forward slash characters is also outside "
1251 "the scope of libguestfs, but something that you can easily do."
1252 msgstr ""
1253
1254 #. type: textblock
1255 #: ../src/guestfs.pod:632
1256 msgid ""
1257 "Where we can help is in resolving the case insensitivity of paths.  For "
1258 "this, call L</guestfs_case_sensitive_path>."
1259 msgstr ""
1260
1261 #. type: =head3
1262 #: ../src/guestfs.pod:635
1263 msgid "ACCESSING THE WINDOWS REGISTRY"
1264 msgstr ""
1265
1266 #. type: textblock
1267 #: ../src/guestfs.pod:637
1268 msgid ""
1269 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1270 "files, through the library C<hivex> which is part of the libguestfs project "
1271 "although ships as a separate tarball.  You have to locate and download the "
1272 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1273 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1274 "L<virt-win-reg(1)> for more help on this issue."
1275 msgstr ""
1276
1277 #. type: =head3
1278 #: ../src/guestfs.pod:645
1279 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1280 msgstr ""
1281
1282 #. type: textblock
1283 #: ../src/guestfs.pod:647
1284 msgid ""
1285 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1286 "provide something which looks like a Linux symlink.  The way it tries to do "
1287 "the rewriting is described here:"
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: ../src/guestfs.pod:651
1292 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1293 msgstr ""
1294
1295 #. type: textblock
1296 #: ../src/guestfs.pod:653
1297 msgid ""
1298 "The essential problem is that ntfs-3g simply does not have enough "
1299 "information to do a correct job.  NTFS links can contain drive letters and "
1300 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1301 "It is almost certainly the case that libguestfs callers should ignore what "
1302 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1303 msgstr ""
1304
1305 #. type: textblock
1306 #: ../src/guestfs.pod:660
1307 msgid ""
1308 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1309 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1310 "attribute, and read the raw reparse data from that (you can find the format "
1311 "documented in various places around the web)."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "There are other useful extended attributes that can be read from ntfs-3g "
1323 "filesystems (using L</guestfs_getxattr>).  See:"
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: ../src/guestfs.pod:670
1328 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1329 msgstr ""
1330
1331 #. type: =head2
1332 #: ../src/guestfs.pod:672
1333 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1334 msgstr ""
1335
1336 #. type: textblock
1337 #: ../src/guestfs.pod:674
1338 msgid ""
1339 "Although we don't want to discourage you from using the C API, we will "
1340 "mention here that the same API is also available in other languages."
1341 msgstr ""
1342
1343 #. type: textblock
1344 #: ../src/guestfs.pod:677
1345 msgid ""
1346 "The API is broadly identical in all supported languages.  This means that "
1347 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1348 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1349 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1350 "each language."
1351 msgstr ""
1352
1353 #. type: textblock
1354 #: ../src/guestfs.pod:683
1355 msgid ""
1356 "Error messages are automatically transformed into exceptions if the language "
1357 "supports it."
1358 msgstr ""
1359
1360 #. type: textblock
1361 #: ../src/guestfs.pod:686
1362 msgid ""
1363 "We don't try to \"object orientify\" parts of the API in OO languages, "
1364 "although contributors are welcome to write higher level APIs above what we "
1365 "provide in their favourite languages if they wish."
1366 msgstr ""
1367
1368 #. type: =item
1369 #: ../src/guestfs.pod:692
1370 msgid "B<C++>"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1377 "identical to the C API.  C++ classes and exceptions are not used."
1378 msgstr ""
1379
1380 #. type: =item
1381 #: ../src/guestfs.pod:698
1382 msgid "B<C#>"
1383 msgstr ""
1384
1385 #. type: textblock
1386 #: ../src/guestfs.pod:700
1387 msgid ""
1388 "The C# bindings are highly experimental.  Please read the warnings at the "
1389 "top of C<csharp/Libguestfs.cs>."
1390 msgstr ""
1391
1392 #. type: =item
1393 #: ../src/guestfs.pod:703
1394 msgid "B<Haskell>"
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:705
1399 msgid ""
1400 "This is the only language binding that is working but incomplete.  Only "
1401 "calls which return simple integers have been bound in Haskell, and we are "
1402 "looking for help to complete this binding."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:709
1407 msgid "B<Java>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:711
1412 msgid ""
1413 "Full documentation is contained in the Javadoc which is distributed with "
1414 "libguestfs."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:714
1419 msgid "B<OCaml>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:716
1424 msgid "See L<guestfs-ocaml(3)>."
1425 msgstr ""
1426
1427 #. type: =item
1428 #: ../src/guestfs.pod:718
1429 msgid "B<Perl>"
1430 msgstr ""
1431
1432 #. type: textblock
1433 #: ../src/guestfs.pod:720
1434 msgid "See L<Sys::Guestfs(3)>."
1435 msgstr ""
1436
1437 #. type: =item
1438 #: ../src/guestfs.pod:722
1439 msgid "B<PHP>"
1440 msgstr ""
1441
1442 #. type: textblock
1443 #: ../src/guestfs.pod:724
1444 msgid ""
1445 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1446 "the php-libguestfs package for your distribution."
1447 msgstr ""
1448
1449 #. type: textblock
1450 #: ../src/guestfs.pod:727
1451 msgid "The PHP binding only works correctly on 64 bit machines."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:729
1456 msgid "B<Python>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:731
1461 msgid "See L<guestfs-python(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:733
1466 msgid "B<Ruby>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:735
1471 msgid "See L<guestfs-ruby(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:737
1476 msgid "B<shell scripts>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:739
1481 msgid "See L<guestfish(1)>."
1482 msgstr ""
1483
1484 #. type: =head2
1485 #: ../src/guestfs.pod:743
1486 msgid "LIBGUESTFS GOTCHAS"
1487 msgstr ""
1488
1489 #. type: textblock
1490 #: ../src/guestfs.pod:745
1491 msgid ""
1492 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1493 "system [...] that works in the way it is documented but is counterintuitive "
1494 "and almost invites mistakes.\""
1495 msgstr ""
1496
1497 #. type: textblock
1498 #: ../src/guestfs.pod:749
1499 msgid ""
1500 "Since we developed libguestfs and the associated tools, there are several "
1501 "things we would have designed differently, but are now stuck with for "
1502 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1503 "release, you can expect these to change.  Beware of them."
1504 msgstr ""
1505
1506 #. type: =item
1507 #: ../src/guestfs.pod:757
1508 msgid "Autosync / forgetting to sync."
1509 msgstr ""
1510
1511 #. type: textblock
1512 #: ../src/guestfs.pod:759
1513 msgid ""
1514 "When modifying a filesystem from C or another language, you B<must> unmount "
1515 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1516 "libguestfs handle.  You can also call:"
1517 msgstr ""
1518
1519 #. type: verbatim
1520 #: ../src/guestfs.pod:763
1521 #, no-wrap
1522 msgid ""
1523 " guestfs_set_autosync (g, 1);\n"
1524 "\n"
1525 msgstr ""
1526
1527 #. type: textblock
1528 #: ../src/guestfs.pod:765
1529 msgid ""
1530 "to have the unmount/sync done automatically for you when the handle 'g' is "
1531 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1532 "q.v.)"
1533 msgstr ""
1534
1535 #. type: textblock
1536 #: ../src/guestfs.pod:769
1537 msgid ""
1538 "If you forget to do this, then it is entirely possible that your changes "
1539 "won't be written out, or will be partially written, or (very rarely) that "
1540 "you'll get disk corruption."
1541 msgstr ""
1542
1543 #. type: textblock
1544 #: ../src/guestfs.pod:773
1545 msgid ""
1546 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1547 "guestfish scripts that forget to sync will work just fine, which can make "
1548 "this very puzzling if you are trying to debug a problem."
1549 msgstr ""
1550
1551 #. type: textblock
1552 #: ../src/guestfs.pod:777
1553 msgid ""
1554 "Update: Autosync is enabled by default for all API users starting from "
1555 "libguestfs 1.5.24."
1556 msgstr ""
1557
1558 #. type: =item
1559 #: ../src/guestfs.pod:780
1560 msgid "Mount option C<-o sync> should not be the default."
1561 msgstr ""
1562
1563 #. type: textblock
1564 #: ../src/guestfs.pod:782
1565 msgid ""
1566 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1567 "However C<-o sync> does not add any reliability benefit, but does have a "
1568 "very large performance impact."
1569 msgstr ""
1570
1571 #. type: textblock
1572 #: ../src/guestfs.pod:786
1573 msgid ""
1574 "The work around is to use L</guestfs_mount_options> and set the mount "
1575 "options that you actually want to use."
1576 msgstr ""
1577
1578 #. type: =item
1579 #: ../src/guestfs.pod:789
1580 msgid "Read-only should be the default."
1581 msgstr ""
1582
1583 #. type: textblock
1584 #: ../src/guestfs.pod:791
1585 msgid ""
1586 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1587 "specify I<--rw> if you want to make changes to the image."
1588 msgstr ""
1589
1590 #. type: textblock
1591 #: ../src/guestfs.pod:794
1592 msgid "This would reduce the potential to corrupt live VM images."
1593 msgstr ""
1594
1595 #. type: textblock
1596 #: ../src/guestfs.pod:796
1597 msgid ""
1598 "Note that many filesystems change the disk when you just mount and unmount, "
1599 "even if you didn't perform any writes.  You need to use "
1600 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1601 msgstr ""
1602
1603 #. type: =item
1604 #: ../src/guestfs.pod:800
1605 msgid "guestfish command line is hard to use."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:802
1610 msgid ""
1611 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1612 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1613 "exist, so it fails.  In earlier versions of guestfish the error message was "
1614 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1615 "we should have used C<guestfish -c command> to run commands."
1616 msgstr ""
1617
1618 #. type: =item
1619 #: ../src/guestfs.pod:809
1620 msgid "guestfish megabyte modifiers don't work right on all commands"
1621 msgstr ""
1622
1623 #. type: textblock
1624 #: ../src/guestfs.pod:811
1625 msgid ""
1626 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1627 "other modifiers).  What guestfish actually does is to multiply the number "
1628 "part by the modifier part and pass the result to the C API.  However this "
1629 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1630 "expecting some other unit (eg. megabytes)."
1631 msgstr ""
1632
1633 #. type: textblock
1634 #: ../src/guestfs.pod:818
1635 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1636 msgstr ""
1637
1638 #. type: verbatim
1639 #: ../src/guestfs.pod:820
1640 #, no-wrap
1641 msgid ""
1642 " lvcreate LV VG 100M\n"
1643 "\n"
1644 msgstr ""
1645
1646 #. type: textblock
1647 #: ../src/guestfs.pod:822
1648 msgid ""
1649 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1650 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1651 "megabytes * megabytes) logical volume.  The error message you get from this "
1652 "is also a little obscure."
1653 msgstr ""
1654
1655 #. type: textblock
1656 #: ../src/guestfs.pod:827
1657 msgid ""
1658 "This could be fixed in the generator by specially marking parameters and "
1659 "return values which take bytes or other units."
1660 msgstr ""
1661
1662 #. type: =item
1663 #: ../src/guestfs.pod:830
1664 msgid "Ambiguity between devices and paths"
1665 msgstr ""
1666
1667 #. type: textblock
1668 #: ../src/guestfs.pod:832
1669 msgid ""
1670 "There is a subtle ambiguity in the API between a device name "
1671 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1672 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1673 msgstr ""
1674
1675 #. type: textblock
1676 #: ../src/guestfs.pod:837
1677 msgid ""
1678 "In the current API we usually resolve this ambiguity by having two separate "
1679 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1680 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1681 "detecting if the path supplied begins with C</dev/>."
1682 msgstr ""
1683
1684 #. type: textblock
1685 #: ../src/guestfs.pod:843
1686 msgid ""
1687 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1688 "make paths/devices into structured names.  One way to do this would be to "
1689 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1690 "aspect of grub.  Another way would be to use a structured type, equivalent "
1691 "to this OCaml type:"
1692 msgstr ""
1693
1694 #. type: verbatim
1695 #: ../src/guestfs.pod:849
1696 #, no-wrap
1697 msgid ""
1698 " type path = Path of string | Device of int | Partition of int * int\n"
1699 "\n"
1700 msgstr ""
1701
1702 #. type: textblock
1703 #: ../src/guestfs.pod:851
1704 msgid "which would allow you to pass arguments like:"
1705 msgstr ""
1706
1707 #. type: verbatim
1708 #: ../src/guestfs.pod:853
1709 #, no-wrap
1710 msgid ""
1711 " Path \"/foo/bar\"\n"
1712 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1713 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1714 " Path \"/dev/sdb2\"    (* not a device *)\n"
1715 "\n"
1716 msgstr ""
1717
1718 #. type: textblock
1719 #: ../src/guestfs.pod:858
1720 msgid ""
1721 "As you can see there are still problems to resolve even with this "
1722 "representation.  Also consider how it might work in guestfish."
1723 msgstr ""
1724
1725 #. type: =head2
1726 #: ../src/guestfs.pod:863
1727 msgid "PROTOCOL LIMITS"
1728 msgstr ""
1729
1730 #. type: textblock
1731 #: ../src/guestfs.pod:865
1732 msgid ""
1733 "Internally libguestfs uses a message-based protocol to pass API calls and "
1734 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1735 "plenty more detail about this).  The maximum message size used by the "
1736 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1737 "aware of this limit.  The API calls which may be affected are individually "
1738 "documented, with a link back to this section of the documentation."
1739 msgstr ""
1740
1741 #. type: textblock
1742 #: ../src/guestfs.pod:873
1743 msgid ""
1744 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1745 "a simple string.  Because this string is at some point internally encoded as "
1746 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1747 "the requested file is larger than this then you will get an error."
1748 msgstr ""
1749
1750 #. type: textblock
1751 #: ../src/guestfs.pod:879
1752 msgid ""
1753 "In order to transfer large files into and out of the guest filesystem, you "
1754 "need to use particular calls that support this.  The sections L</UPLOADING> "
1755 "and L</DOWNLOADING> document how to do this."
1756 msgstr ""
1757
1758 #. type: textblock
1759 #: ../src/guestfs.pod:883
1760 msgid ""
1761 "You might also consider mounting the disk image using our FUSE filesystem "
1762 "support (L<guestmount(1)>)."
1763 msgstr ""
1764
1765 #. type: =head2
1766 #: ../src/guestfs.pod:886
1767 msgid "KEYS AND PASSPHRASES"
1768 msgstr ""
1769
1770 #. type: textblock
1771 #: ../src/guestfs.pod:888
1772 msgid ""
1773 "Certain libguestfs calls take a parameter that contains sensitive key "
1774 "material, passed in as a C string."
1775 msgstr ""
1776
1777 #. type: textblock
1778 #: ../src/guestfs.pod:891
1779 msgid ""
1780 "In the future we would hope to change the libguestfs implementation so that "
1781 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1782 "swap.  However this is I<not> done at the moment, because of the complexity "
1783 "of such an implementation."
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: ../src/guestfs.pod:896
1788 msgid ""
1789 "Therefore you should be aware that any key parameter you pass to libguestfs "
1790 "might end up being written out to the swap partition.  If this is a concern, "
1791 "scrub the swap partition or don't use libguestfs on encrypted devices."
1792 msgstr ""
1793
1794 #. type: =head2
1795 #: ../src/guestfs.pod:901
1796 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1797 msgstr ""
1798
1799 #. type: textblock
1800 #: ../src/guestfs.pod:903
1801 msgid ""
1802 "All high-level libguestfs actions are synchronous.  If you want to use "
1803 "libguestfs asynchronously then you must create a thread."
1804 msgstr ""
1805
1806 #. type: textblock
1807 #: ../src/guestfs.pod:906
1808 msgid ""
1809 "Only use the handle from a single thread.  Either use the handle exclusively "
1810 "from one thread, or provide your own mutex so that two threads cannot issue "
1811 "calls on the same handle at the same time."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:910
1816 msgid ""
1817 "See the graphical program guestfs-browser for one possible architecture for "
1818 "multithreaded programs using libvirt and libguestfs."
1819 msgstr ""
1820
1821 #. type: =head2
1822 #: ../src/guestfs.pod:913
1823 msgid "PATH"
1824 msgstr ""
1825
1826 #. type: textblock
1827 #: ../src/guestfs.pod:915
1828 msgid ""
1829 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
1830 "internal path."
1831 msgstr ""
1832
1833 #. type: textblock
1834 #: ../src/guestfs.pod:918
1835 msgid ""
1836 "By default it looks for these in the directory C<$libdir/guestfs> "
1837 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1838 msgstr ""
1839
1840 #. type: textblock
1841 #: ../src/guestfs.pod:921
1842 msgid ""
1843 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1844 "to change the directories that libguestfs will search in.  The value is a "
1845 "colon-separated list of paths.  The current directory is I<not> searched "
1846 "unless the path contains an empty element or C<.>.  For example "
1847 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1848 "then C</usr/lib/guestfs>."
1849 msgstr ""
1850
1851 #. type: =head2
1852 #: ../src/guestfs.pod:928
1853 msgid "QEMU WRAPPERS"
1854 msgstr ""
1855
1856 #. type: textblock
1857 #: ../src/guestfs.pod:930
1858 msgid ""
1859 "If you want to compile your own qemu, run qemu from a non-standard location, "
1860 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1861 "around qemu."
1862 msgstr ""
1863
1864 #. type: textblock
1865 #: ../src/guestfs.pod:934
1866 msgid ""
1867 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1868 "last command in the shell script (so that qemu replaces the shell and "
1869 "becomes the direct child of the libguestfs-using program).  If you don't do "
1870 "this, then the qemu process won't be cleaned up correctly."
1871 msgstr ""
1872
1873 #. type: textblock
1874 #: ../src/guestfs.pod:939
1875 msgid ""
1876 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1877 "source:"
1878 msgstr ""
1879
1880 #. type: verbatim
1881 #: ../src/guestfs.pod:942
1882 #, no-wrap
1883 msgid ""
1884 " #!/bin/sh -\n"
1885 " qemudir=/home/rjones/d/qemu\n"
1886 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1887 "\"$@\"\n"
1888 "\n"
1889 msgstr ""
1890
1891 #. type: textblock
1892 #: ../src/guestfs.pod:946
1893 msgid ""
1894 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1895 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1896 "example:"
1897 msgstr ""
1898
1899 #. type: verbatim
1900 #: ../src/guestfs.pod:950
1901 #, no-wrap
1902 msgid ""
1903 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1904 "\n"
1905 msgstr ""
1906
1907 #. type: textblock
1908 #: ../src/guestfs.pod:952
1909 msgid ""
1910 "Note that libguestfs also calls qemu with the -help and -version options in "
1911 "order to determine features."
1912 msgstr ""
1913
1914 #. type: =head2
1915 #: ../src/guestfs.pod:955
1916 msgid "ABI GUARANTEE"
1917 msgstr ""
1918
1919 #. type: textblock
1920 #: ../src/guestfs.pod:957
1921 msgid ""
1922 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
1923 "actions as outlined in this section.  Although we will deprecate some "
1924 "actions, for example if they get replaced by newer calls, we will keep the "
1925 "old actions forever.  This allows you the developer to program in confidence "
1926 "against the libguestfs API."
1927 msgstr ""
1928
1929 #. type: =head2
1930 #: ../src/guestfs.pod:963
1931 msgid "BLOCK DEVICE NAMING"
1932 msgstr ""
1933
1934 #. type: textblock
1935 #: ../src/guestfs.pod:965
1936 msgid ""
1937 "In the kernel there is now quite a profusion of schemata for naming block "
1938 "devices (in this context, by I<block device> I mean a physical or virtual "
1939 "hard drive).  The original Linux IDE driver used names starting with "
1940 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
1941 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
1942 "replacement for the old IDE driver (particularly for SATA devices) those "
1943 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
1944 "machines with paravirtualized drivers.  This has created several different "
1945 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
1946 "Xen PV disks."
1947 msgstr ""
1948
1949 #. type: textblock
1950 #: ../src/guestfs.pod:977
1951 msgid ""
1952 "As discussed above, libguestfs uses a qemu appliance running an embedded "
1953 "Linux kernel to access block devices.  We can run a variety of appliances "
1954 "based on a variety of Linux kernels."
1955 msgstr ""
1956
1957 #. type: textblock
1958 #: ../src/guestfs.pod:981
1959 msgid ""
1960 "This causes a problem for libguestfs because many API calls use device or "
1961 "partition names.  Working scripts and the recipe (example) scripts that we "
1962 "make available over the internet could fail if the naming scheme changes."
1963 msgstr ""
1964
1965 #. type: textblock
1966 #: ../src/guestfs.pod:986
1967 msgid ""
1968 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
1969 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
1970 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
1971 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
1972 msgstr ""
1973
1974 #. type: textblock
1975 #: ../src/guestfs.pod:992
1976 msgid ""
1977 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
1978 "L</guestfs_list_partitions> and similar calls return the true names of the "
1979 "devices and partitions as known to the appliance."
1980 msgstr ""
1981
1982 #. type: =head3
1983 #: ../src/guestfs.pod:997
1984 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
1985 msgstr ""
1986
1987 #. type: textblock
1988 #: ../src/guestfs.pod:999
1989 msgid ""
1990 "Usually this translation is transparent.  However in some (very rare)  cases "
1991 "you may need to know the exact algorithm.  Such cases include where you use "
1992 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
1993 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
1994 "devices."
1995 msgstr ""
1996
1997 #. type: textblock
1998 #: ../src/guestfs.pod:1005
1999 msgid ""
2000 "The algorithm is applied only to I<parameters> which are known to be either "
2001 "device or partition names.  Return values from functions such as "
2002 "L</guestfs_list_devices> are never changed."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:1013
2007 msgid "Is the string a parameter which is a device or partition name?"
2008 msgstr ""
2009
2010 #. type: textblock
2011 #: ../src/guestfs.pod:1017
2012 msgid "Does the string begin with C</dev/sd>?"
2013 msgstr ""
2014
2015 #. type: textblock
2016 #: ../src/guestfs.pod:1021
2017 msgid ""
2018 "Does the named device exist? If so, we use that device.  However if I<not> "
2019 "then we continue with this algorithm."
2020 msgstr ""
2021
2022 #. type: textblock
2023 #: ../src/guestfs.pod:1026
2024 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2025 msgstr ""
2026
2027 #. type: textblock
2028 #: ../src/guestfs.pod:1028
2029 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2030 msgstr ""
2031
2032 #. type: textblock
2033 #: ../src/guestfs.pod:1030
2034 msgid "If that named device exists, use it.  If not, continue."
2035 msgstr ""
2036
2037 #. type: textblock
2038 #: ../src/guestfs.pod:1034
2039 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2040 msgstr ""
2041
2042 #. type: textblock
2043 #: ../src/guestfs.pod:1036
2044 msgid "If that named device exists, use it.  If not, return an error."
2045 msgstr ""
2046
2047 #. type: =head3
2048 #: ../src/guestfs.pod:1040
2049 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2050 msgstr ""
2051
2052 #. type: textblock
2053 #: ../src/guestfs.pod:1042
2054 msgid ""
2055 "Although the standard naming scheme and automatic translation is useful for "
2056 "simple programs and guestfish scripts, for larger programs it is best not to "
2057 "rely on this mechanism."
2058 msgstr ""
2059
2060 #. type: textblock
2061 #: ../src/guestfs.pod:1046
2062 msgid ""
2063 "Where possible for maximum future portability programs using libguestfs "
2064 "should use these future-proof techniques:"
2065 msgstr ""
2066
2067 #. type: textblock
2068 #: ../src/guestfs.pod:1053
2069 msgid ""
2070 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2071 "device names, and then use those names directly."
2072 msgstr ""
2073
2074 #. type: textblock
2075 #: ../src/guestfs.pod:1056
2076 msgid "Since those device names exist by definition, they will never be translated."
2077 msgstr ""
2078
2079 #. type: textblock
2080 #: ../src/guestfs.pod:1061
2081 msgid ""
2082 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2083 "filesystem labels."
2084 msgstr ""
2085
2086 #. type: =head1
2087 #: ../src/guestfs.pod:1066
2088 msgid "SECURITY"
2089 msgstr ""
2090
2091 #. type: textblock
2092 #: ../src/guestfs.pod:1068
2093 msgid ""
2094 "This section discusses security implications of using libguestfs, "
2095 "particularly with untrusted or malicious guests or disk images."
2096 msgstr ""
2097
2098 #. type: =head2
2099 #: ../src/guestfs.pod:1071
2100 msgid "GENERAL SECURITY CONSIDERATIONS"
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1073
2105 msgid ""
2106 "Be careful with any files or data that you download from a guest (by "
2107 "\"download\" we mean not just the L</guestfs_download> command but any "
2108 "command that reads files, filenames, directories or anything else from a "
2109 "disk image).  An attacker could manipulate the data to fool your program "
2110 "into doing the wrong thing.  Consider cases such as:"
2111 msgstr ""
2112
2113 #. type: textblock
2114 #: ../src/guestfs.pod:1083
2115 msgid "the data (file etc) not being present"
2116 msgstr ""
2117
2118 #. type: textblock
2119 #: ../src/guestfs.pod:1087
2120 msgid "being present but empty"
2121 msgstr ""
2122
2123 #. type: textblock
2124 #: ../src/guestfs.pod:1091
2125 msgid "being much larger than normal"
2126 msgstr ""
2127
2128 #. type: textblock
2129 #: ../src/guestfs.pod:1095
2130 msgid "containing arbitrary 8 bit data"
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1099
2135 msgid "being in an unexpected character encoding"
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: ../src/guestfs.pod:1103
2140 msgid "containing homoglyphs."
2141 msgstr ""
2142
2143 #. type: =head2
2144 #: ../src/guestfs.pod:1107
2145 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1109
2150 msgid ""
2151 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2152 "(VFS) module can sometimes be escalated into exploits by deliberately "
2153 "creating a malicious, malformed filesystem.  These exploits are very severe "
2154 "for two reasons.  Firstly there are very many filesystem drivers in the "
2155 "kernel, and many of them are infrequently used and not much developer "
2156 "attention has been paid to the code.  Linux userspace helps potential "
2157 "crackers by detecting the filesystem type and automatically choosing the "
2158 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2159 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2160 "exploit (worse in some ways), giving immediate and total access to the "
2161 "system right down to the hardware level."
2162 msgstr ""
2163
2164 #. type: textblock
2165 #: ../src/guestfs.pod:1122
2166 msgid ""
2167 "That explains why you should never mount a filesystem from an untrusted "
2168 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2169 "inside a qemu virtual machine, usually running as a non-root user.  The "
2170 "attacker would need to write a filesystem which first exploited the kernel, "
2171 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2172 "the libguestfs protocol, and finally to be as serious as the host kernel "
2173 "exploit it would need to escalate its privileges to root.  This multi-step "
2174 "escalation, performed by a static piece of data, is thought to be extremely "
2175 "hard to do, although we never say 'never' about security issues."
2176 msgstr ""
2177
2178 #. type: textblock
2179 #: ../src/guestfs.pod:1133
2180 msgid ""
2181 "In any case callers can reduce the attack surface by forcing the filesystem "
2182 "type when mounting (use L</guestfs_mount_vfs>)."
2183 msgstr ""
2184
2185 #. type: =head2
2186 #: ../src/guestfs.pod:1136
2187 msgid "PROTOCOL SECURITY"
2188 msgstr ""
2189
2190 #. type: textblock
2191 #: ../src/guestfs.pod:1138
2192 msgid ""
2193 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2194 "defined upper message size.  However a program that uses libguestfs must "
2195 "also take care - for example you can write a program that downloads a binary "
2196 "from a disk image and executes it locally, and no amount of protocol "
2197 "security will save you from the consequences."
2198 msgstr ""
2199
2200 #. type: =head2
2201 #: ../src/guestfs.pod:1144
2202 msgid "INSPECTION SECURITY"
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: ../src/guestfs.pod:1146
2207 msgid ""
2208 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2209 "directly from the guest, and these could contain any 8 bit data.  Callers "
2210 "should be careful to escape these before printing them to a structured file "
2211 "(for example, use HTML escaping if creating a web page)."
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1152
2216 msgid ""
2217 "Guest configuration may be altered in unusual ways by the administrator of "
2218 "the virtual machine, and may not reflect reality (particularly for untrusted "
2219 "or actively malicious guests).  For example we parse the hostname from "
2220 "configuration files like C</etc/sysconfig/network> that we find in the "
2221 "guest, but the guest administrator can easily manipulate these files to "
2222 "provide the wrong hostname."
2223 msgstr ""
2224
2225 #. type: textblock
2226 #: ../src/guestfs.pod:1160
2227 msgid ""
2228 "The inspection API parses guest configuration using two external libraries: "
2229 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2230 "designed to be robust in the face of malicious data, although denial of "
2231 "service attacks are still possible, for example with oversized configuration "
2232 "files."
2233 msgstr ""
2234
2235 #. type: =head2
2236 #: ../src/guestfs.pod:1166
2237 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2238 msgstr ""
2239
2240 #. type: textblock
2241 #: ../src/guestfs.pod:1168
2242 msgid ""
2243 "Be very cautious about running commands from the guest.  By running a "
2244 "command in the guest, you are giving CPU time to a binary that you do not "
2245 "control, under the same user account as the library, albeit wrapped in qemu "
2246 "virtualization.  More information and alternatives can be found in the "
2247 "section L</RUNNING COMMANDS>."
2248 msgstr ""
2249
2250 #. type: =head2
2251 #: ../src/guestfs.pod:1174
2252 msgid "CVE-2010-3851"
2253 msgstr ""
2254
2255 #. type: textblock
2256 #: ../src/guestfs.pod:1176
2257 msgid "https://bugzilla.redhat.com/642934"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1178
2262 msgid ""
2263 "This security bug concerns the automatic disk format detection that qemu "
2264 "does on disk images."
2265 msgstr ""
2266
2267 #. type: textblock
2268 #: ../src/guestfs.pod:1181
2269 msgid ""
2270 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2271 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2272 "for one of the known headers, and if none is found then assuming the disk "
2273 "image must be raw."
2274 msgstr ""
2275
2276 #. type: textblock
2277 #: ../src/guestfs.pod:1186
2278 msgid ""
2279 "This allows a guest which has been given a raw disk image to write some "
2280 "other header.  At next boot (or when the disk image is accessed by "
2281 "libguestfs) qemu would do autodetection and think the disk image format was, "
2282 "say, qcow2 based on the header written by the guest."
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1191
2287 msgid ""
2288 "This in itself would not be a problem, but qcow2 offers many features, one "
2289 "of which is to allow a disk image to refer to another image (called the "
2290 "\"backing disk\").  It does this by placing the path to the backing disk "
2291 "into the qcow2 header.  This path is not validated and could point to any "
2292 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2293 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2294 "control of the attacker."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: ../src/guestfs.pod:1199
2299 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2300 msgstr ""
2301
2302 #. type: textblock
2303 #: ../src/guestfs.pod:1206
2304 msgid "You have enabled the network or have opened the disk in write mode."
2305 msgstr ""
2306
2307 #. type: textblock
2308 #: ../src/guestfs.pod:1210
2309 msgid ""
2310 "You are also running untrusted code from the guest (see L</RUNNING "
2311 "COMMANDS>)."
2312 msgstr ""
2313
2314 #. type: textblock
2315 #: ../src/guestfs.pod:1215
2316 msgid ""
2317 "The way to avoid this is to specify the expected disk format when adding "
2318 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2319 "should always do this if the disk is raw format, and it's a good idea for "
2320 "other cases too."
2321 msgstr ""
2322
2323 #. type: textblock
2324 #: ../src/guestfs.pod:1220
2325 msgid ""
2326 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2327 "format is fetched from libvirt and passed through."
2328 msgstr ""
2329
2330 #. type: textblock
2331 #: ../src/guestfs.pod:1223
2332 msgid ""
2333 "For libguestfs tools, use the I<--format> command line parameter as "
2334 "appropriate."
2335 msgstr ""
2336
2337 #. type: =head1
2338 #: ../src/guestfs.pod:1226
2339 msgid "CONNECTION MANAGEMENT"
2340 msgstr ""
2341
2342 #. type: =head2
2343 #: ../src/guestfs.pod:1228
2344 msgid "guestfs_h *"
2345 msgstr ""
2346
2347 #. type: textblock
2348 #: ../src/guestfs.pod:1230
2349 msgid ""
2350 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2351 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2352 "handle and release all resources used."
2353 msgstr ""
2354
2355 #. type: textblock
2356 #: ../src/guestfs.pod:1234
2357 msgid ""
2358 "For information on using multiple handles and threads, see the section "
2359 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2360 msgstr ""
2361
2362 #. type: =head2
2363 #: ../src/guestfs.pod:1237
2364 msgid "guestfs_create"
2365 msgstr ""
2366
2367 #. type: verbatim
2368 #: ../src/guestfs.pod:1239
2369 #, no-wrap
2370 msgid ""
2371 " guestfs_h *guestfs_create (void);\n"
2372 "\n"
2373 msgstr ""
2374
2375 #. type: textblock
2376 #: ../src/guestfs.pod:1241
2377 msgid "Create a connection handle."
2378 msgstr ""
2379
2380 #. type: textblock
2381 #: ../src/guestfs.pod:1243
2382 msgid ""
2383 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2384 "on the handle at least once."
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1246
2389 msgid ""
2390 "This function returns a non-NULL pointer to a handle on success or NULL on "
2391 "error."
2392 msgstr ""
2393
2394 #. type: textblock
2395 #: ../src/guestfs.pod:1249
2396 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2397 msgstr ""
2398
2399 #. type: textblock
2400 #: ../src/guestfs.pod:1251
2401 msgid ""
2402 "You may also want to configure error handling for the handle.  See L</ERROR "
2403 "HANDLING> section below."
2404 msgstr ""
2405
2406 #. type: =head2
2407 #: ../src/guestfs.pod:1254
2408 msgid "guestfs_close"
2409 msgstr ""
2410
2411 #. type: verbatim
2412 #: ../src/guestfs.pod:1256
2413 #, no-wrap
2414 msgid ""
2415 " void guestfs_close (guestfs_h *g);\n"
2416 "\n"
2417 msgstr ""
2418
2419 #. type: textblock
2420 #: ../src/guestfs.pod:1258
2421 msgid "This closes the connection handle and frees up all resources used."
2422 msgstr ""
2423
2424 #. type: =head1
2425 #: ../src/guestfs.pod:1260
2426 msgid "ERROR HANDLING"
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: ../src/guestfs.pod:1262
2431 msgid ""
2432 "API functions can return errors.  For example, almost all functions that "
2433 "return C<int> will return C<-1> to indicate an error."
2434 msgstr ""
2435
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1265
2438 msgid ""
2439 "Additional information is available for errors: an error message string and "
2440 "optionally an error number (errno) if the thing that failed was a system "
2441 "call."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1269
2446 msgid ""
2447 "You can get at the additional information about the last error on the handle "
2448 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2449 "up an error handler with L</guestfs_set_error_handler>."
2450 msgstr ""
2451
2452 #. type: textblock
2453 #: ../src/guestfs.pod:1274
2454 msgid ""
2455 "When the handle is created, a default error handler is installed which "
2456 "prints the error message string to C<stderr>.  For small short-running "
2457 "command line programs it is sufficient to do:"
2458 msgstr ""
2459
2460 #. type: verbatim
2461 #: ../src/guestfs.pod:1278
2462 #, no-wrap
2463 msgid ""
2464 " if (guestfs_launch (g) == -1)\n"
2465 "   exit (EXIT_FAILURE);\n"
2466 "\n"
2467 msgstr ""
2468
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1281
2471 msgid ""
2472 "since the default error handler will ensure that an error message has been "
2473 "printed to C<stderr> before the program exits."
2474 msgstr ""
2475
2476 #. type: textblock
2477 #: ../src/guestfs.pod:1284
2478 msgid ""
2479 "For other programs the caller will almost certainly want to install an "
2480 "alternate error handler or do error handling in-line like this:"
2481 msgstr ""
2482
2483 #. type: verbatim
2484 #: ../src/guestfs.pod:1287
2485 #, no-wrap
2486 msgid ""
2487 " g = guestfs_create ();\n"
2488 " \n"
2489 msgstr ""
2490
2491 #. type: verbatim
2492 #: ../src/guestfs.pod:1289
2493 #, no-wrap
2494 msgid ""
2495 " /* This disables the default behaviour of printing errors\n"
2496 "    on stderr. */\n"
2497 " guestfs_set_error_handler (g, NULL, NULL);\n"
2498 " \n"
2499 msgstr ""
2500
2501 #. type: verbatim
2502 #: ../src/guestfs.pod:1293
2503 #, no-wrap
2504 msgid ""
2505 " if (guestfs_launch (g) == -1) {\n"
2506 "   /* Examine the error message and print it etc. */\n"
2507 "   char *msg = guestfs_last_error (g);\n"
2508 "   int errnum = guestfs_last_errno (g);\n"
2509 "   fprintf (stderr, \"%s\\n\", msg);\n"
2510 "   /* ... */\n"
2511 "  }\n"
2512 "\n"
2513 msgstr ""
2514
2515 #. type: textblock
2516 #: ../src/guestfs.pod:1301
2517 msgid ""
2518 "Out of memory errors are handled differently.  The default action is to call "
2519 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2520 "L</guestfs_set_out_of_memory_handler>."
2521 msgstr ""
2522
2523 #. type: textblock
2524 #: ../src/guestfs.pod:1305
2525 msgid ""
2526 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2527 "because there is no handle if this happens there is no way to get additional "
2528 "error information.  However L</guestfs_create> is supposed to be a "
2529 "lightweight operation which can only fail because of insufficient memory (it "
2530 "returns NULL in this case)."
2531 msgstr ""
2532
2533 #. type: =head2
2534 #: ../src/guestfs.pod:1311
2535 msgid "guestfs_last_error"
2536 msgstr ""
2537
2538 #. type: verbatim
2539 #: ../src/guestfs.pod:1313
2540 #, no-wrap
2541 msgid ""
2542 " const char *guestfs_last_error (guestfs_h *g);\n"
2543 "\n"
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1315
2548 msgid ""
2549 "This returns the last error message that happened on C<g>.  If there has not "
2550 "been an error since the handle was created, then this returns C<NULL>."
2551 msgstr ""
2552
2553 #. type: textblock
2554 #: ../src/guestfs.pod:1319
2555 msgid ""
2556 "The lifetime of the returned string is until the next error occurs, or "
2557 "L</guestfs_close> is called."
2558 msgstr ""
2559
2560 #. type: =head2
2561 #: ../src/guestfs.pod:1322
2562 msgid "guestfs_last_errno"
2563 msgstr ""
2564
2565 #. type: verbatim
2566 #: ../src/guestfs.pod:1324
2567 #, no-wrap
2568 msgid ""
2569 " int guestfs_last_errno (guestfs_h *g);\n"
2570 "\n"
2571 msgstr ""
2572
2573 #. type: textblock
2574 #: ../src/guestfs.pod:1326
2575 msgid "This returns the last error number (errno) that happened on C<g>."
2576 msgstr ""
2577
2578 #. type: textblock
2579 #: ../src/guestfs.pod:1328
2580 msgid "If successful, an errno integer not equal to zero is returned."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1330
2585 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2586 msgstr ""
2587
2588 #. type: textblock
2589 #: ../src/guestfs.pod:1337
2590 msgid "There has not been any error on the handle."
2591 msgstr ""
2592
2593 #. type: textblock
2594 #: ../src/guestfs.pod:1341
2595 msgid ""
2596 "There has been an error but the errno was meaningless.  This corresponds to "
2597 "the case where the error did not come from a failed system call, but for "
2598 "some other reason."
2599 msgstr ""
2600
2601 #. type: textblock
2602 #: ../src/guestfs.pod:1347
2603 msgid ""
2604 "There was an error from a failed system call, but for some reason the errno "
2605 "was not captured and returned.  This usually indicates a bug in libguestfs."
2606 msgstr ""
2607
2608 #. type: textblock
2609 #: ../src/guestfs.pod:1353
2610 msgid ""
2611 "Libguestfs tries to convert the errno from inside the applicance into a "
2612 "corresponding errno for the caller (not entirely trivial: the appliance "
2613 "might be running a completely different operating system from the library "
2614 "and error numbers are not standardized across Un*xen).  If this could not be "
2615 "done, then the error is translated to C<EINVAL>.  In practice this should "
2616 "only happen in very rare circumstances."
2617 msgstr ""
2618
2619 #. type: =head2
2620 #: ../src/guestfs.pod:1361
2621 msgid "guestfs_set_error_handler"
2622 msgstr ""
2623
2624 #. type: verbatim
2625 #: ../src/guestfs.pod:1363
2626 #, no-wrap
2627 msgid ""
2628 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2629 "                                           void *opaque,\n"
2630 "                                           const char *msg);\n"
2631 " void guestfs_set_error_handler (guestfs_h *g,\n"
2632 "                                 guestfs_error_handler_cb cb,\n"
2633 "                                 void *opaque);\n"
2634 "\n"
2635 msgstr ""
2636
2637 #. type: textblock
2638 #: ../src/guestfs.pod:1370
2639 msgid ""
2640 "The callback C<cb> will be called if there is an error.  The parameters "
2641 "passed to the callback are an opaque data pointer and the error message "
2642 "string."
2643 msgstr ""
2644
2645 #. type: textblock
2646 #: ../src/guestfs.pod:1374
2647 msgid ""
2648 "C<errno> is not passed to the callback.  To get that the callback must call "
2649 "L</guestfs_last_errno>."
2650 msgstr ""
2651
2652 #. type: textblock
2653 #: ../src/guestfs.pod:1377
2654 msgid ""
2655 "Note that the message string C<msg> is freed as soon as the callback "
2656 "function returns, so if you want to stash it somewhere you must make your "
2657 "own copy."
2658 msgstr ""
2659
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1381
2662 msgid "The default handler prints messages on C<stderr>."
2663 msgstr ""
2664
2665 #. type: textblock
2666 #: ../src/guestfs.pod:1383
2667 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2668 msgstr ""
2669
2670 #. type: =head2
2671 #: ../src/guestfs.pod:1385
2672 msgid "guestfs_get_error_handler"
2673 msgstr ""
2674
2675 #. type: verbatim
2676 #: ../src/guestfs.pod:1387
2677 #, no-wrap
2678 msgid ""
2679 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2680 "                                                     void **opaque_rtn);\n"
2681 "\n"
2682 msgstr ""
2683
2684 #. type: textblock
2685 #: ../src/guestfs.pod:1390
2686 msgid "Returns the current error handler callback."
2687 msgstr ""
2688
2689 #. type: =head2
2690 #: ../src/guestfs.pod:1392
2691 msgid "guestfs_set_out_of_memory_handler"
2692 msgstr ""
2693
2694 #. type: verbatim
2695 #: ../src/guestfs.pod:1394
2696 #, no-wrap
2697 msgid ""
2698 " typedef void (*guestfs_abort_cb) (void);\n"
2699 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2700 "                                        guestfs_abort_cb);\n"
2701 "\n"
2702 msgstr ""
2703
2704 #. type: textblock
2705 #: ../src/guestfs.pod:1398
2706 msgid ""
2707 "The callback C<cb> will be called if there is an out of memory situation.  "
2708 "I<Note this callback must not return>."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: ../src/guestfs.pod:1401
2713 msgid "The default is to call L<abort(3)>."
2714 msgstr ""
2715
2716 #. type: textblock
2717 #: ../src/guestfs.pod:1403
2718 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2719 msgstr ""
2720
2721 #. type: =head2
2722 #: ../src/guestfs.pod:1406
2723 msgid "guestfs_get_out_of_memory_handler"
2724 msgstr ""
2725
2726 #. type: verbatim
2727 #: ../src/guestfs.pod:1408
2728 #, no-wrap
2729 msgid ""
2730 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2731 "\n"
2732 msgstr ""
2733
2734 #. type: textblock
2735 #: ../src/guestfs.pod:1410
2736 msgid "This returns the current out of memory handler."
2737 msgstr ""
2738
2739 #. type: =head1
2740 #: ../src/guestfs.pod:1412
2741 msgid "API CALLS"
2742 msgstr ""
2743
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
2746 msgid "@ACTIONS@"
2747 msgstr ""
2748
2749 #. type: =head1
2750 #: ../src/guestfs.pod:1416
2751 msgid "STRUCTURES"
2752 msgstr ""
2753
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1418
2756 msgid "@STRUCTS@"
2757 msgstr ""
2758
2759 #. type: =head1
2760 #: ../src/guestfs.pod:1420
2761 msgid "AVAILABILITY"
2762 msgstr ""
2763
2764 #. type: =head2
2765 #: ../src/guestfs.pod:1422
2766 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2767 msgstr ""
2768
2769 #. type: textblock
2770 #: ../src/guestfs.pod:1424
2771 msgid ""
2772 "Using L</guestfs_available> you can test availability of the following "
2773 "groups of functions.  This test queries the appliance to see if the "
2774 "appliance you are currently using supports the functionality."
2775 msgstr ""
2776
2777 #. type: textblock
2778 #: ../src/guestfs.pod:1429
2779 msgid "@AVAILABILITY@"
2780 msgstr ""
2781
2782 #. type: =head2
2783 #: ../src/guestfs.pod:1431
2784 msgid "GUESTFISH supported COMMAND"
2785 msgstr ""
2786
2787 #. type: textblock
2788 #: ../src/guestfs.pod:1433
2789 msgid ""
2790 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2791 "prints out the available groups and whether they are supported by this build "
2792 "of libguestfs.  Note however that you have to do C<run> first."
2793 msgstr ""
2794
2795 #. type: =head2
2796 #: ../src/guestfs.pod:1438
2797 msgid "SINGLE CALLS AT COMPILE TIME"
2798 msgstr ""
2799
2800 #. type: textblock
2801 #: ../src/guestfs.pod:1440
2802 msgid ""
2803 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2804 "function, such as:"
2805 msgstr ""
2806
2807 #. type: verbatim
2808 #: ../src/guestfs.pod:1443
2809 #, no-wrap
2810 msgid ""
2811 " #define LIBGUESTFS_HAVE_DD 1\n"
2812 "\n"
2813 msgstr ""
2814
2815 #. type: textblock
2816 #: ../src/guestfs.pod:1445
2817 msgid "if L</guestfs_dd> is available."
2818 msgstr ""
2819
2820 #. type: textblock
2821 #: ../src/guestfs.pod:1447
2822 msgid ""
2823 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2824 "function is available at compile time, we recommended using build tools such "
2825 "as autoconf or cmake.  For example in autotools you could use:"
2826 msgstr ""
2827
2828 #. type: verbatim
2829 #: ../src/guestfs.pod:1452
2830 #, no-wrap
2831 msgid ""
2832 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2833 " AC_CHECK_FUNCS([guestfs_dd])\n"
2834 "\n"
2835 msgstr ""
2836
2837 #. type: textblock
2838 #: ../src/guestfs.pod:1455
2839 msgid ""
2840 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2841 "in your program."
2842 msgstr ""
2843
2844 #. type: =head2
2845 #: ../src/guestfs.pod:1458
2846 msgid "SINGLE CALLS AT RUN TIME"
2847 msgstr ""
2848
2849 #. type: textblock
2850 #: ../src/guestfs.pod:1460
2851 msgid ""
2852 "Testing at compile time doesn't guarantee that a function really exists in "
2853 "the library.  The reason is that you might be dynamically linked against a "
2854 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2855 "This situation unfortunately results in a segmentation fault, which is a "
2856 "shortcoming of the C dynamic linking system itself."
2857 msgstr ""
2858
2859 #. type: textblock
2860 #: ../src/guestfs.pod:1467
2861 msgid ""
2862 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2863 "in this example program (note that you still need the compile time check as "
2864 "well):"
2865 msgstr ""
2866
2867 #. type: verbatim
2868 #: ../src/guestfs.pod:1471
2869 #, no-wrap
2870 msgid ""
2871 " #include <stdio.h>\n"
2872 " #include <stdlib.h>\n"
2873 " #include <unistd.h>\n"
2874 " #include <dlfcn.h>\n"
2875 " #include <guestfs.h>\n"
2876 " \n"
2877 msgstr ""
2878
2879 #. type: verbatim
2880 #: ../src/guestfs.pod:1477
2881 #, no-wrap
2882 msgid ""
2883 " main ()\n"
2884 " {\n"
2885 " #ifdef LIBGUESTFS_HAVE_DD\n"
2886 "   void *dl;\n"
2887 "   int has_function;\n"
2888 " \n"
2889 msgstr ""
2890
2891 #. type: verbatim
2892 #: ../src/guestfs.pod:1483
2893 #, no-wrap
2894 msgid ""
2895 "   /* Test if the function guestfs_dd is really available. */\n"
2896 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2897 "   if (!dl) {\n"
2898 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2899 "     exit (EXIT_FAILURE);\n"
2900 "   }\n"
2901 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2902 "   dlclose (dl);\n"
2903 " \n"
2904 msgstr ""
2905
2906 #. type: verbatim
2907 #: ../src/guestfs.pod:1492
2908 #, no-wrap
2909 msgid ""
2910 "   if (!has_function)\n"
2911 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2912 "   else {\n"
2913 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2914 "     /* Now it's safe to call\n"
2915 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2916 "     */\n"
2917 "   }\n"
2918 " #else\n"
2919 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2920 " #endif\n"
2921 "  }\n"
2922 "\n"
2923 msgstr ""
2924
2925 #. type: textblock
2926 #: ../src/guestfs.pod:1505
2927 msgid ""
2928 "You may think the above is an awful lot of hassle, and it is.  There are "
2929 "other ways outside of the C linking system to ensure that this kind of "
2930 "incompatibility never arises, such as using package versioning:"
2931 msgstr ""
2932
2933 #. type: verbatim
2934 #: ../src/guestfs.pod:1510
2935 #, no-wrap
2936 msgid ""
2937 " Requires: libguestfs >= 1.0.80\n"
2938 "\n"
2939 msgstr ""
2940
2941 #. type: =head1
2942 #: ../src/guestfs.pod:1512
2943 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1514
2948 msgid ""
2949 "A recent feature of the API is the introduction of calls which take optional "
2950 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2951 "takes variable arguments (ie. C<...>), as in this example:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1519
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1521
2964 msgid ""
2965 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2966 "call with no optional arguments specified:"
2967 msgstr ""
2968
2969 #. type: verbatim
2970 #: ../src/guestfs.pod:1524
2971 #, no-wrap
2972 msgid ""
2973 " guestfs_add_drive_opts (g, filename, -1);\n"
2974 "\n"
2975 msgstr ""
2976
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1526
2979 msgid "With a single optional argument:"
2980 msgstr ""
2981
2982 #. type: verbatim
2983 #: ../src/guestfs.pod:1528
2984 #, no-wrap
2985 msgid ""
2986 " guestfs_add_drive_opts (g, filename,\n"
2987 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2988 "                         -1);\n"
2989 "\n"
2990 msgstr ""
2991
2992 #. type: textblock
2993 #: ../src/guestfs.pod:1532
2994 msgid "With two:"
2995 msgstr ""
2996
2997 #. type: verbatim
2998 #: ../src/guestfs.pod:1534
2999 #, no-wrap
3000 msgid ""
3001 " guestfs_add_drive_opts (g, filename,\n"
3002 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3003 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3004 "                         -1);\n"
3005 "\n"
3006 msgstr ""
3007
3008 #. type: textblock
3009 #: ../src/guestfs.pod:1539
3010 msgid ""
3011 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3012 "happen!"
3013 msgstr ""
3014
3015 #. type: =head2
3016 #: ../src/guestfs.pod:1542
3017 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3018 msgstr ""
3019
3020 #. type: textblock
3021 #: ../src/guestfs.pod:1544
3022 msgid ""
3023 "The second variant has the same name with the suffix C<_va>, which works the "
3024 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3025 "example function, this is declared:"
3026 msgstr ""
3027
3028 #. type: verbatim
3029 #: ../src/guestfs.pod:1548
3030 #, no-wrap
3031 msgid ""
3032 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3033 "                                va_list args);\n"
3034 "\n"
3035 msgstr ""
3036
3037 #. type: =head2
3038 #: ../src/guestfs.pod:1551
3039 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3040 msgstr ""
3041
3042 #. type: textblock
3043 #: ../src/guestfs.pod:1553
3044 msgid ""
3045 "The third variant is useful where you need to construct these calls.  You "
3046 "pass in a structure where you fill in the optional fields.  The structure "
3047 "has a bitmask as the first element which you must set to indicate which "
3048 "fields you have filled in.  For our example function the structure and call "
3049 "are declared:"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1559
3054 #, no-wrap
3055 msgid ""
3056 " struct guestfs_add_drive_opts_argv {\n"
3057 "   uint64_t bitmask;\n"
3058 "   int readonly;\n"
3059 "   const char *format;\n"
3060 "   /* ... */\n"
3061 " };\n"
3062 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3063 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3064 "\n"
3065 msgstr ""
3066
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1568
3069 msgid "You could call it like this:"
3070 msgstr ""
3071
3072 #. type: verbatim
3073 #: ../src/guestfs.pod:1570
3074 #, no-wrap
3075 msgid ""
3076 " struct guestfs_add_drive_opts_argv optargs = {\n"
3077 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3078 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3079 "   .readonly = 1,\n"
3080 "   .format = \"qcow2\"\n"
3081 " };\n"
3082 " \n"
3083 msgstr ""
3084
3085 #. type: verbatim
3086 #: ../src/guestfs.pod:1577
3087 #, no-wrap
3088 msgid ""
3089 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3090 "\n"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1253 ../tools/virt-win-reg.pl:532
3095 msgid "Notes:"
3096 msgstr ""
3097
3098 #. type: textblock
3099 #: ../src/guestfs.pod:1585
3100 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3101 msgstr ""
3102
3103 #. type: textblock
3104 #: ../src/guestfs.pod:1590
3105 msgid "You do not need to fill in all fields of the structure."
3106 msgstr ""
3107
3108 #. type: textblock
3109 #: ../src/guestfs.pod:1594
3110 msgid ""
3111 "There must be a one-to-one correspondence between fields of the structure "
3112 "that are filled in, and bits set in the bitmask."
3113 msgstr ""
3114
3115 #. type: =head2
3116 #: ../src/guestfs.pod:1599
3117 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3118 msgstr ""
3119
3120 #. type: textblock
3121 #: ../src/guestfs.pod:1601
3122 msgid ""
3123 "In other languages, optional arguments are expressed in the way that is "
3124 "natural for that language.  We refer you to the language-specific "
3125 "documentation for more details on that."
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1605
3130 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3131 msgstr ""
3132
3133 #. type: =head2
3134 #: ../src/guestfs.pod:1607
3135 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3136 msgstr ""
3137
3138 #. type: textblock
3139 #: ../src/guestfs.pod:1609
3140 msgid ""
3141 "The child process generates events in some situations.  Current events "
3142 "include: receiving a log message, the child process exits."
3143 msgstr ""
3144
3145 #. type: textblock
3146 #: ../src/guestfs.pod:1612
3147 msgid ""
3148 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3149 "types of events."
3150 msgstr ""
3151
3152 #. type: textblock
3153 #: ../src/guestfs.pod:1615
3154 msgid ""
3155 "Only I<one callback of each type> can be registered for each handle.  "
3156 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3157 "that type.  Cancel all callbacks of this type by calling this function with "
3158 "C<cb> set to C<NULL>."
3159 msgstr ""
3160
3161 #. type: =head2
3162 #: ../src/guestfs.pod:1620
3163 msgid "guestfs_set_log_message_callback"
3164 msgstr ""
3165
3166 #. type: verbatim
3167 #: ../src/guestfs.pod:1622
3168 #, no-wrap
3169 msgid ""
3170 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3171 "                                         char *buf, int len);\n"
3172 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3173 "                                        guestfs_log_message_cb cb,\n"
3174 "                                        void *opaque);\n"
3175 "\n"
3176 msgstr ""
3177
3178 #. type: textblock
3179 #: ../src/guestfs.pod:1628
3180 msgid ""
3181 "The callback function C<cb> will be called whenever qemu or the guest writes "
3182 "anything to the console."
3183 msgstr ""
3184
3185 #. type: textblock
3186 #: ../src/guestfs.pod:1631
3187 msgid "Use this function to capture kernel messages and similar."
3188 msgstr ""
3189
3190 #. type: textblock
3191 #: ../src/guestfs.pod:1633
3192 msgid ""
3193 "Normally there is no log message handler, and log messages are just "
3194 "discarded."
3195 msgstr ""
3196
3197 #. type: =head2
3198 #: ../src/guestfs.pod:1636
3199 msgid "guestfs_set_subprocess_quit_callback"
3200 msgstr ""
3201
3202 #. type: verbatim
3203 #: ../src/guestfs.pod:1638
3204 #, no-wrap
3205 msgid ""
3206 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3207 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3208 "                                            guestfs_subprocess_quit_cb cb,\n"
3209 "                                            void *opaque);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1643
3215 msgid ""
3216 "The callback function C<cb> will be called when the child process quits, "
3217 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3218 "corresponds to a transition from any state to the CONFIG state)."
3219 msgstr ""
3220
3221 #. type: =head2
3222 #: ../src/guestfs.pod:1648
3223 msgid "guestfs_set_launch_done_callback"
3224 msgstr ""
3225
3226 #. type: verbatim
3227 #: ../src/guestfs.pod:1650
3228 #, no-wrap
3229 msgid ""
3230 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3231 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3232 "                                        guestfs_launch_done_cb cb,\n"
3233 "                                        void *opaque);\n"
3234 "\n"
3235 msgstr ""
3236
3237 #. type: textblock
3238 #: ../src/guestfs.pod:1655
3239 msgid ""
3240 "The callback function C<cb> will be called when the child process becomes "
3241 "ready first time after it has been launched.  (This corresponds to a "
3242 "transition from LAUNCHING to the READY state)."
3243 msgstr ""
3244
3245 #. type: =head2
3246 #: ../src/guestfs.pod:1659
3247 msgid "guestfs_set_close_callback"
3248 msgstr ""
3249
3250 #. type: verbatim
3251 #: ../src/guestfs.pod:1661
3252 #, no-wrap
3253 msgid ""
3254 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3255 " void guestfs_set_close_callback (guestfs_h *g,\n"
3256 "                                  guestfs_close_cb cb,\n"
3257 "                                  void *opaque);\n"
3258 "\n"
3259 msgstr ""
3260
3261 #. type: textblock
3262 #: ../src/guestfs.pod:1666
3263 msgid ""
3264 "The callback function C<cb> will be called while the handle is being closed "
3265 "(synchronously from L</guestfs_close>)."
3266 msgstr ""
3267
3268 #. type: textblock
3269 #: ../src/guestfs.pod:1669
3270 msgid ""
3271 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3272 "handles that are open when the program exits.  This means that this callback "
3273 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3274 "problems in higher-level languages (eg. if your HLL interpreter has already "
3275 "been cleaned up by the time this is called, and if your callback then jumps "
3276 "into some HLL function)."
3277 msgstr ""
3278
3279 #. type: =head2
3280 #: ../src/guestfs.pod:1677
3281 msgid "guestfs_set_progress_callback"
3282 msgstr ""
3283
3284 #. type: verbatim
3285 #: ../src/guestfs.pod:1679
3286 #, no-wrap
3287 msgid ""
3288 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3289 "                                      int proc_nr, int serial,\n"
3290 "                                      uint64_t position, uint64_t total);\n"
3291 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3292 "                                     guestfs_progress_cb cb,\n"
3293 "                                     void *opaque);\n"
3294 "\n"
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1686
3299 msgid ""
3300 "Some long-running operations can generate progress messages.  If this "
3301 "callback is registered, then it will be called each time a progress message "
3302 "is generated (usually two seconds after the operation started, and three "
3303 "times per second thereafter until it completes, although the frequency may "
3304 "change in future versions)."
3305 msgstr ""
3306
3307 #. type: textblock
3308 #: ../src/guestfs.pod:1692
3309 msgid ""
3310 "The callback receives two numbers: C<position> and C<total>.  The units of "
3311 "C<total> are not defined, although for some operations C<total> may relate "
3312 "in some way to the amount of data to be transferred (eg. in bytes or "
3313 "megabytes), and C<position> may be the portion which has been transferred."
3314 msgstr ""
3315
3316 #. type: textblock
3317 #: ../src/guestfs.pod:1698
3318 msgid "The only defined and stable parts of the API are:"
3319 msgstr ""
3320
3321 #. type: textblock
3322 #: ../src/guestfs.pod:1704
3323 msgid ""
3324 "The callback can display to the user some type of progress bar or indicator "
3325 "which shows the ratio of C<position>:C<total>."
3326 msgstr ""
3327
3328 #. type: textblock
3329 #: ../src/guestfs.pod:1709
3330 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3331 msgstr ""
3332
3333 #. type: textblock
3334 #: ../src/guestfs.pod:1713
3335 msgid ""
3336 "If any progress notification is sent during a call, then a final progress "
3337 "notification is always sent when C<position> = C<total>."
3338 msgstr ""
3339
3340 #. type: textblock
3341 #: ../src/guestfs.pod:1716
3342 msgid ""
3343 "This is to simplify caller code, so callers can easily set the progress "
3344 "indicator to \"100%\" at the end of the operation, without requiring special "
3345 "code to detect this case."
3346 msgstr ""
3347
3348 #. type: textblock
3349 #: ../src/guestfs.pod:1722
3350 msgid ""
3351 "The callback also receives the procedure number and serial number of the "
3352 "call.  These are only useful for debugging protocol issues, and the callback "
3353 "can normally ignore them.  The callback may want to print these numbers in "
3354 "error messages or debugging messages."
3355 msgstr ""
3356
3357 #. type: =head1
3358 #: ../src/guestfs.pod:1727
3359 msgid "PRIVATE DATA AREA"
3360 msgstr ""
3361
3362 #. type: textblock
3363 #: ../src/guestfs.pod:1729
3364 msgid ""
3365 "You can attach named pieces of private data to the libguestfs handle, and "
3366 "fetch them by name for the lifetime of the handle.  This is called the "
3367 "private data area and is only available from the C API."
3368 msgstr ""
3369
3370 #. type: textblock
3371 #: ../src/guestfs.pod:1733
3372 msgid "To attach a named piece of data, use the following call:"
3373 msgstr ""
3374
3375 #. type: verbatim
3376 #: ../src/guestfs.pod:1735
3377 #, no-wrap
3378 msgid ""
3379 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3380 "\n"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1737
3385 msgid ""
3386 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3387 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3388 "overwritten."
3389 msgstr ""
3390
3391 #. type: textblock
3392 #: ../src/guestfs.pod:1741
3393 msgid ""
3394 "You can use any C<key> you want, but names beginning with an underscore "
3395 "character are reserved for internal libguestfs purposes (for implementing "
3396 "language bindings).  It is recommended to prefix the name with some unique "
3397 "string to avoid collisions with other users."
3398 msgstr ""
3399
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1746
3402 msgid "To retrieve the pointer, use:"
3403 msgstr ""
3404
3405 #. type: verbatim
3406 #: ../src/guestfs.pod:1748
3407 #, no-wrap
3408 msgid ""
3409 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3410 "\n"
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: ../src/guestfs.pod:1750
3415 msgid ""
3416 "This function returns C<NULL> if either no data is found associated with "
3417 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3418 "C<NULL>."
3419 msgstr ""
3420
3421 #. type: textblock
3422 #: ../src/guestfs.pod:1754
3423 msgid ""
3424 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3425 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3426 "all.  In particular, libguestfs does I<not> try to free the data when the "
3427 "handle is closed.  If the data must be freed, then the caller must either "
3428 "free it before calling L</guestfs_close> or must set up a close callback to "
3429 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3430 "can be registered for a handle)."
3431 msgstr ""
3432
3433 #. type: textblock
3434 #: ../src/guestfs.pod:1762
3435 msgid ""
3436 "The private data area is implemented using a hash table, and should be "
3437 "reasonably efficient for moderate numbers of keys."
3438 msgstr ""
3439
3440 #. type: =end
3441 #: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770
3442 msgid "html"
3443 msgstr ""
3444
3445 #. type: textblock
3446 #: ../src/guestfs.pod:1767
3447 msgid ""
3448 "<!-- old anchor for the next section --> <a "
3449 "name=\"state_machine_and_low_level_event_api\"/>"
3450 msgstr ""
3451
3452 #. type: =head1
3453 #: ../src/guestfs.pod:1772
3454 msgid "ARCHITECTURE"
3455 msgstr ""
3456
3457 #. type: textblock
3458 #: ../src/guestfs.pod:1774
3459 msgid ""
3460 "Internally, libguestfs is implemented by running an appliance (a special "
3461 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3462 "process of the main program."
3463 msgstr ""
3464
3465 #. type: verbatim
3466 #: ../src/guestfs.pod:1778
3467 #, no-wrap
3468 msgid ""
3469 "  ___________________\n"
3470 " /                   \\\n"
3471 " | main program      |\n"
3472 " |                   |\n"
3473 " |                   |           child process / appliance\n"
3474 " |                   |           __________________________\n"
3475 " |                   |          / qemu                     \\\n"
3476 " +-------------------+   RPC    |      +-----------------+ |\n"
3477 " | libguestfs     <--------------------> guestfsd        | |\n"
3478 " |                   |          |      +-----------------+ |\n"
3479 " \\___________________/          |      | Linux kernel    | |\n"
3480 "                                |      +--^--------------+ |\n"
3481 "                                \\_________|________________/\n"
3482 "                                          |\n"
3483 "                                   _______v______\n"
3484 "                                  /              \\\n"
3485 "                                  | Device or    |\n"
3486 "                                  | disk image   |\n"
3487 "                                  \\______________/\n"
3488 "\n"
3489 msgstr ""
3490
3491 #. type: textblock
3492 #: ../src/guestfs.pod:1798
3493 msgid ""
3494 "The library, linked to the main program, creates the child process and hence "
3495 "the appliance in the L</guestfs_launch> function."
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1801
3500 msgid ""
3501 "Inside the appliance is a Linux kernel and a complete stack of userspace "
3502 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
3503 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
3504 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
3505 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
3506 "attached to the qemu process which translates device access by the "
3507 "appliance's Linux kernel into accesses to the image."
3508 msgstr ""
3509
3510 #. type: textblock
3511 #: ../src/guestfs.pod:1810
3512 msgid ""
3513 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
3514 "Although the disk image you are attached to might also be used by some "
3515 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
3516 "care if both libguestfs's qemu process and your virtual machine are trying "
3517 "to update the disk image at the same time, since these usually results in "
3518 "massive disk corruption)."
3519 msgstr ""
3520
3521 #. type: =head1
3522 #: ../src/guestfs.pod:1817
3523 msgid "STATE MACHINE"
3524 msgstr ""
3525
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1819
3528 msgid "libguestfs uses a state machine to model the child process:"
3529 msgstr ""
3530
3531 #. type: verbatim
3532 #: ../src/guestfs.pod:1821
3533 #, no-wrap
3534 msgid ""
3535 "                         |\n"
3536 "                    guestfs_create\n"
3537 "                         |\n"
3538 "                         |\n"
3539 "                     ____V_____\n"
3540 "                    /          \\\n"
3541 "                    |  CONFIG  |\n"
3542 "                    \\__________/\n"
3543 "                     ^ ^   ^  \\\n"
3544 "                    /  |    \\  \\ guestfs_launch\n"
3545 "                   /   |    _\\__V______\n"
3546 "                  /    |   /           \\\n"
3547 "                 /     |   | LAUNCHING |\n"
3548 "                /      |   \\___________/\n"
3549 "               /       |       /\n"
3550 "              /        |  guestfs_launch\n"
3551 "             /         |     /\n"
3552 "    ______  /        __|____V\n"
3553 "   /      \\ ------> /        \\\n"
3554 "   | BUSY |         | READY  |\n"
3555 "   \\______/ <------ \\________/\n"
3556 "\n"
3557 msgstr ""
3558
3559 #. type: textblock
3560 #: ../src/guestfs.pod:1843
3561 msgid ""
3562 "The normal transitions are (1) CONFIG (when the handle is created, but there "
3563 "is no child process), (2) LAUNCHING (when the child process is booting up), "
3564 "(3) alternating between READY and BUSY as commands are issued to, and "
3565 "carried out by, the child process."
3566 msgstr ""
3567
3568 #. type: textblock
3569 #: ../src/guestfs.pod:1848
3570 msgid ""
3571 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
3572 "asynchronously at any time (eg. due to some internal error), and that causes "
3573 "the state to transition back to CONFIG."
3574 msgstr ""
3575
3576 #. type: textblock
3577 #: ../src/guestfs.pod:1852
3578 msgid ""
3579 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
3580 "issued when in the CONFIG state."
3581 msgstr ""
3582
3583 #. type: textblock
3584 #: ../src/guestfs.pod:1855
3585 msgid ""
3586 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
3587 "L</guestfs_launch> blocks until the child process is READY to accept "
3588 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
3589 "moves the state from CONFIG to LAUNCHING while it is running."
3590 msgstr ""
3591
3592 #. type: textblock
3593 #: ../src/guestfs.pod:1861
3594 msgid ""
3595 "API actions such as L</guestfs_mount> can only be issued when in the READY "
3596 "state.  These API calls block waiting for the command to be carried out "
3597 "(ie. the state to transition to BUSY and then back to READY).  There are no "
3598 "non-blocking versions, and no way to issue more than one command per handle "
3599 "at the same time."
3600 msgstr ""
3601
3602 #. type: textblock
3603 #: ../src/guestfs.pod:1867
3604 msgid ""
3605 "Finally, the child process sends asynchronous messages back to the main "
3606 "program, such as kernel log messages.  You can register a callback to "
3607 "receive these messages."
3608 msgstr ""
3609
3610 #. type: =head1
3611 #: ../src/guestfs.pod:1871
3612 msgid "INTERNALS"
3613 msgstr ""
3614
3615 #. type: =head2
3616 #: ../src/guestfs.pod:1873
3617 msgid "COMMUNICATION PROTOCOL"
3618 msgstr ""
3619
3620 #. type: textblock
3621 #: ../src/guestfs.pod:1875
3622 msgid ""
3623 "Don't rely on using this protocol directly.  This section documents how it "
3624 "currently works, but it may change at any time."
3625 msgstr ""
3626
3627 #. type: textblock
3628 #: ../src/guestfs.pod:1878
3629 msgid ""
3630 "The protocol used to talk between the library and the daemon running inside "
3631 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3632 "1014, RFC 1832, RFC 4506)."
3633 msgstr ""
3634
3635 #. type: textblock
3636 #: ../src/guestfs.pod:1882
3637 msgid ""
3638 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3639 "this file is automatically generated)."
3640 msgstr ""
3641
3642 #. type: textblock
3643 #: ../src/guestfs.pod:1885
3644 msgid ""
3645 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3646 "and C<FileOut> parameters, which are handled with very simple request/reply "
3647 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3648 "parameters, which use the same request and reply messages, but they may also "
3649 "be followed by files sent using a chunked encoding."
3650 msgstr ""
3651
3652 #. type: =head3
3653 #: ../src/guestfs.pod:1892
3654 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3655 msgstr ""
3656
3657 #. type: textblock
3658 #: ../src/guestfs.pod:1894
3659 msgid "For ordinary functions, the request message is:"
3660 msgstr ""
3661
3662 #. type: verbatim
3663 #: ../src/guestfs.pod:1896
3664 #, no-wrap
3665 msgid ""
3666 " total length (header + arguments,\n"
3667 "      but not including the length word itself)\n"
3668 " struct guestfs_message_header (encoded as XDR)\n"
3669 " struct guestfs_<foo>_args (encoded as XDR)\n"
3670 "\n"
3671 msgstr ""
3672
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1901
3675 msgid ""
3676 "The total length field allows the daemon to allocate a fixed size buffer "
3677 "into which it slurps the rest of the message.  As a result, the total length "
3678 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3679 "effective size of any request is limited to somewhere under this size."
3680 msgstr ""
3681
3682 #. type: textblock
3683 #: ../src/guestfs.pod:1907
3684 msgid ""
3685 "Note also that many functions don't take any arguments, in which case the "
3686 "C<guestfs_I<foo>_args> is completely omitted."
3687 msgstr ""
3688
3689 #. type: textblock
3690 #: ../src/guestfs.pod:1910
3691 msgid ""
3692 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3693 "receiver knows what type of args structure to expect, or none at all."
3694 msgstr ""
3695
3696 #. type: textblock
3697 #: ../src/guestfs.pod:1914
3698 msgid ""
3699 "For functions that take optional arguments, the optional arguments are "
3700 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
3701 "arguments.  A bitmask in the header indicates which optional arguments are "
3702 "meaningful.  The bitmask is also checked to see if it contains bits set "
3703 "which the daemon does not know about (eg. if more optional arguments were "
3704 "added in a later version of the library), and this causes the call to be "
3705 "rejected."
3706 msgstr ""
3707
3708 #. type: textblock
3709 #: ../src/guestfs.pod:1922
3710 msgid "The reply message for ordinary functions is:"
3711 msgstr ""
3712
3713 #. type: verbatim
3714 #: ../src/guestfs.pod:1924
3715 #, no-wrap
3716 msgid ""
3717 " total length (header + ret,\n"
3718 "      but not including the length word itself)\n"
3719 " struct guestfs_message_header (encoded as XDR)\n"
3720 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3721 "\n"
3722 msgstr ""
3723
3724 #. type: textblock
3725 #: ../src/guestfs.pod:1929
3726 msgid ""
3727 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3728 "functions that return no formal return values."
3729 msgstr ""
3730
3731 #. type: textblock
3732 #: ../src/guestfs.pod:1932
3733 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3734 msgstr ""
3735
3736 #. type: textblock
3737 #: ../src/guestfs.pod:1935
3738 msgid ""
3739 "In the case of an error, a flag is set in the header, and the reply message "
3740 "is slightly changed:"
3741 msgstr ""
3742
3743 #. type: verbatim
3744 #: ../src/guestfs.pod:1938
3745 #, no-wrap
3746 msgid ""
3747 " total length (header + error,\n"
3748 "      but not including the length word itself)\n"
3749 " struct guestfs_message_header (encoded as XDR)\n"
3750 " struct guestfs_message_error (encoded as XDR)\n"
3751 "\n"
3752 msgstr ""
3753
3754 #. type: textblock
3755 #: ../src/guestfs.pod:1943
3756 msgid ""
3757 "The C<guestfs_message_error> structure contains the error message as a "
3758 "string."
3759 msgstr ""
3760
3761 #. type: =head3
3762 #: ../src/guestfs.pod:1946
3763 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3764 msgstr ""
3765
3766 #. type: textblock
3767 #: ../src/guestfs.pod:1948
3768 msgid ""
3769 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3770 "The normal request message is sent (see above).  However this is followed by "
3771 "a sequence of file chunks."
3772 msgstr ""
3773
3774 #. type: verbatim
3775 #: ../src/guestfs.pod:1952
3776 #, no-wrap
3777 msgid ""
3778 " total length (header + arguments,\n"
3779 "      but not including the length word itself,\n"
3780 "      and not including the chunks)\n"
3781 " struct guestfs_message_header (encoded as XDR)\n"
3782 " struct guestfs_<foo>_args (encoded as XDR)\n"
3783 " sequence of chunks for FileIn param #0\n"
3784 " sequence of chunks for FileIn param #1 etc.\n"
3785 "\n"
3786 msgstr ""
3787
3788 #. type: textblock
3789 #: ../src/guestfs.pod:1960
3790 msgid "The \"sequence of chunks\" is:"
3791 msgstr ""
3792
3793 #. type: verbatim
3794 #: ../src/guestfs.pod:1962
3795 #, no-wrap
3796 msgid ""
3797 " length of chunk (not including length word itself)\n"
3798 " struct guestfs_chunk (encoded as XDR)\n"
3799 " length of chunk\n"
3800 " struct guestfs_chunk (encoded as XDR)\n"
3801 "   ...\n"
3802 " length of chunk\n"
3803 " struct guestfs_chunk (with data.data_len == 0)\n"
3804 "\n"
3805 msgstr ""
3806
3807 #. type: textblock
3808 #: ../src/guestfs.pod:1970
3809 msgid ""
3810 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3811 "is set in the final chunk to indicate either successful completion or early "
3812 "cancellation."
3813 msgstr ""
3814
3815 #. type: textblock
3816 #: ../src/guestfs.pod:1974
3817 msgid ""
3818 "At time of writing there are no functions that have more than one FileIn "
3819 "parameter.  However this is (theoretically) supported, by sending the "
3820 "sequence of chunks for each FileIn parameter one after another (from left to "
3821 "right)."
3822 msgstr ""
3823
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1979
3826 msgid ""
3827 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3828 "transfer.  The library does this by sending a chunk with a special flag set "
3829 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3830 "RPC, does I<not> send any reply, and goes back to reading the next request."
3831 msgstr ""
3832
3833 #. type: textblock
3834 #: ../src/guestfs.pod:1985
3835 msgid ""
3836 "The daemon may also cancel.  It does this by writing a special word "
3837 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3838 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3839 "cancel chunk).  The special word is chosen so that even if cancellation "
3840 "happens right at the end of the transfer (after the library has finished "
3841 "writing and has started listening for the reply), the \"spurious\" cancel "
3842 "flag will not be confused with the reply message."
3843 msgstr ""
3844
3845 #. type: textblock
3846 #: ../src/guestfs.pod:1994
3847 msgid ""
3848 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3849 "limit), and also files where the size is not known in advance (eg. from "
3850 "pipes or sockets).  However the chunks are rather small "
3851 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3852 "to keep much in memory."
3853 msgstr ""
3854
3855 #. type: =head3
3856 #: ../src/guestfs.pod:2000
3857 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
3858 msgstr ""
3859
3860 #. type: textblock
3861 #: ../src/guestfs.pod:2002
3862 msgid ""
3863 "The protocol for FileOut parameters is exactly the same as for FileIn "
3864 "parameters, but with the roles of daemon and library reversed."
3865 msgstr ""
3866
3867 #. type: verbatim
3868 #: ../src/guestfs.pod:2005
3869 #, no-wrap
3870 msgid ""
3871 " total length (header + ret,\n"
3872 "      but not including the length word itself,\n"
3873 "      and not including the chunks)\n"
3874 " struct guestfs_message_header (encoded as XDR)\n"
3875 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3876 " sequence of chunks for FileOut param #0\n"
3877 " sequence of chunks for FileOut param #1 etc.\n"
3878 "\n"
3879 msgstr ""
3880
3881 #. type: =head3
3882 #: ../src/guestfs.pod:2013
3883 msgid "INITIAL MESSAGE"
3884 msgstr ""
3885
3886 #. type: textblock
3887 #: ../src/guestfs.pod:2015
3888 msgid ""
3889 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
3890 "which indicates that the guest and daemon is alive.  This is what "
3891 "L</guestfs_launch> waits for."
3892 msgstr ""
3893
3894 #. type: =head3
3895 #: ../src/guestfs.pod:2019
3896 msgid "PROGRESS NOTIFICATION MESSAGES"
3897 msgstr ""
3898
3899 #. type: textblock
3900 #: ../src/guestfs.pod:2021
3901 msgid ""
3902 "The daemon may send progress notification messages at any time.  These are "
3903 "distinguished by the normal length word being replaced by "
3904 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
3905 msgstr ""
3906
3907 #. type: textblock
3908 #: ../src/guestfs.pod:2025
3909 msgid ""
3910 "The library turns them into progress callbacks (see "
3911 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
3912 "discards them if not."
3913 msgstr ""
3914
3915 #. type: textblock
3916 #: ../src/guestfs.pod:2029
3917 msgid ""
3918 "The daemon self-limits the frequency of progress messages it sends (see "
3919 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
3920 "messages."
3921 msgstr ""
3922
3923 #. type: =head1
3924 #: ../src/guestfs.pod:2033
3925 msgid "LIBGUESTFS VERSION NUMBERS"
3926 msgstr ""
3927
3928 #. type: textblock
3929 #: ../src/guestfs.pod:2035
3930 msgid ""
3931 "Since April 2010, libguestfs has started to make separate development and "
3932 "stable releases, along with corresponding branches in our git repository.  "
3933 "These separate releases can be identified by version number:"
3934 msgstr ""
3935
3936 #. type: verbatim
3937 #: ../src/guestfs.pod:2040
3938 #, no-wrap
3939 msgid ""
3940 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
3941 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
3942 "       |\n"
3943 "       v\n"
3944 " 1  .  3  .  5\n"
3945 " ^           ^\n"
3946 " |           |\n"
3947 " |           `-------- sub-version\n"
3948 " |\n"
3949 " `------ always '1' because we don't change the ABI\n"
3950 "\n"
3951 msgstr ""
3952
3953 #. type: textblock
3954 #: ../src/guestfs.pod:2051
3955 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
3956 msgstr ""
3957
3958 #. type: textblock
3959 #: ../src/guestfs.pod:2053
3960 msgid ""
3961 "As time passes we cherry pick fixes from the development branch and backport "
3962 "those into the stable branch, the effect being that the stable branch should "
3963 "get more stable and less buggy over time.  So the stable releases are ideal "
3964 "for people who don't need new features but would just like the software to "
3965 "work."
3966 msgstr ""
3967
3968 #. type: textblock
3969 #: ../src/guestfs.pod:2059
3970 msgid "Our criteria for backporting changes are:"
3971 msgstr ""
3972
3973 #. type: textblock
3974 #: ../src/guestfs.pod:2065
3975 msgid ""
3976 "Documentation changes which don't affect any code are backported unless the "
3977 "documentation refers to a future feature which is not in stable."
3978 msgstr ""
3979
3980 #. type: textblock
3981 #: ../src/guestfs.pod:2071
3982 msgid ""
3983 "Bug fixes which are not controversial, fix obvious problems, and have been "
3984 "well tested are backported."
3985 msgstr ""
3986
3987 #. type: textblock
3988 #: ../src/guestfs.pod:2076
3989 msgid ""
3990 "Simple rearrangements of code which shouldn't affect how it works get "
3991 "backported.  This is so that the code in the two branches doesn't get too "
3992 "far out of step, allowing us to backport future fixes more easily."
3993 msgstr ""
3994
3995 #. type: textblock
3996 #: ../src/guestfs.pod:2082
3997 msgid ""
3998 "We I<don't> backport new features, new APIs, new tools etc, except in one "
3999 "exceptional case: the new feature is required in order to implement an "
4000 "important bug fix."
4001 msgstr ""
4002
4003 #. type: textblock
4004 #: ../src/guestfs.pod:2088
4005 msgid ""
4006 "A new stable branch starts when we think the new features in development are "
4007 "substantial and compelling enough over the current stable branch to warrant "
4008 "it.  When that happens we create new stable and development versions 1.N.0 "
4009 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4010 "stable at this point, but by backporting fixes from development, that branch "
4011 "will stabilize over time."
4012 msgstr ""
4013
4014 #. type: =head1
4015 #: ../src/guestfs.pod:2096
4016 msgid "EXTENDING LIBGUESTFS"
4017 msgstr ""
4018
4019 #. type: =head2
4020 #: ../src/guestfs.pod:2098
4021 msgid "ADDING A NEW API ACTION"
4022 msgstr ""
4023
4024 #. type: textblock
4025 #: ../src/guestfs.pod:2100
4026 msgid ""
4027 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4028 "documentation) are generated, and this makes it easy to extend the "
4029 "libguestfs API."
4030 msgstr ""
4031
4032 #. type: textblock
4033 #: ../src/guestfs.pod:2104
4034 msgid "To add a new API action there are two changes:"
4035 msgstr ""
4036
4037 #. type: textblock
4038 #: ../src/guestfs.pod:2110
4039 msgid ""
4040 "You need to add a description of the call (name, parameters, return type, "
4041 "tests, documentation) to C<generator/generator_actions.ml>."
4042 msgstr ""
4043
4044 #. type: textblock
4045 #: ../src/guestfs.pod:2113
4046 msgid ""
4047 "There are two sorts of API action, depending on whether the call goes "
4048 "through to the daemon in the appliance, or is serviced entirely by the "
4049 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4050 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4051 "an example of the latter, since a trace flag is maintained in the handle and "
4052 "all tracing is done on the library side."
4053 msgstr ""
4054
4055 #. type: textblock
4056 #: ../src/guestfs.pod:2121
4057 msgid ""
4058 "Most new actions are of the first type, and get added to the "
4059 "C<daemon_functions> list.  Each function has a unique procedure number used "
4060 "in the RPC protocol which is assigned to that action when we publish "
4061 "libguestfs and cannot be reused.  Take the latest procedure number and "
4062 "increment it."
4063 msgstr ""
4064
4065 #. type: textblock
4066 #: ../src/guestfs.pod:2127
4067 msgid ""
4068 "For library-only actions of the second type, add to the "
4069 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4070 "library and do not travel over the RPC mechanism to the daemon, these "
4071 "functions do not need a procedure number, and so the procedure number is set "
4072 "to C<-1>."
4073 msgstr ""
4074
4075 #. type: textblock
4076 #: ../src/guestfs.pod:2135
4077 msgid "Implement the action (in C):"
4078 msgstr ""
4079
4080 #. type: textblock
4081 #: ../src/guestfs.pod:2137
4082 msgid ""
4083 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4084 "C<daemon/> directory."
4085 msgstr ""
4086
4087 #. type: textblock
4088 #: ../src/guestfs.pod:2140
4089 msgid ""
4090 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4091 "(note: double underscore) in the C<src/> directory."
4092 msgstr ""
4093
4094 #. type: textblock
4095 #: ../src/guestfs.pod:2143
4096 msgid "In either case, use another function as an example of what to do."
4097 msgstr ""
4098
4099 #. type: textblock
4100 #: ../src/guestfs.pod:2147
4101 msgid "After making these changes, use C<make> to compile."
4102 msgstr ""
4103
4104 #. type: textblock
4105 #: ../src/guestfs.pod:2149
4106 msgid ""
4107 "Note that you don't need to implement the RPC, language bindings, manual "
4108 "pages or anything else.  It's all automatically generated from the OCaml "
4109 "description."
4110 msgstr ""
4111
4112 #. type: =head2
4113 #: ../src/guestfs.pod:2153
4114 msgid "ADDING TESTS FOR AN API ACTION"
4115 msgstr ""
4116
4117 #. type: textblock
4118 #: ../src/guestfs.pod:2155
4119 msgid ""
4120 "You can supply zero or as many tests as you want per API call.  The tests "
4121 "can either be added as part of the API description "
4122 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4123 "drop a script into C<regressions/>.  Note that adding a script to "
4124 "C<regressions/> is slower, so if possible use the first method."
4125 msgstr ""
4126
4127 #. type: textblock
4128 #: ../src/guestfs.pod:2161
4129 msgid ""
4130 "The following describes the test environment used when you add an API test "
4131 "in C<generator_actions.ml>."
4132 msgstr ""
4133
4134 #. type: textblock
4135 #: ../src/guestfs.pod:2164
4136 msgid "The test environment has 4 block devices:"
4137 msgstr ""
4138
4139 #. type: =item
4140 #: ../src/guestfs.pod:2168
4141 msgid "C</dev/sda> 500MB"
4142 msgstr ""
4143
4144 #. type: textblock
4145 #: ../src/guestfs.pod:2170
4146 msgid "General block device for testing."
4147 msgstr ""
4148
4149 #. type: =item
4150 #: ../src/guestfs.pod:2172
4151 msgid "C</dev/sdb> 50MB"
4152 msgstr ""
4153
4154 #. type: textblock
4155 #: ../src/guestfs.pod:2174
4156 msgid ""
4157 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4158 "operations."
4159 msgstr ""
4160
4161 #. type: =item
4162 #: ../src/guestfs.pod:2177
4163 msgid "C</dev/sdc> 10MB"
4164 msgstr ""
4165
4166 #. type: textblock
4167 #: ../src/guestfs.pod:2179
4168 msgid "Used in a few tests where two block devices are needed."
4169 msgstr ""
4170
4171 #. type: =item
4172 #: ../src/guestfs.pod:2181
4173 msgid "C</dev/sdd>"
4174 msgstr ""
4175
4176 #. type: textblock
4177 #: ../src/guestfs.pod:2183
4178 msgid "ISO with fixed content (see C<images/test.iso>)."
4179 msgstr ""
4180
4181 #. type: textblock
4182 #: ../src/guestfs.pod:2187
4183 msgid ""
4184 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4185 "appliance and block devices are reused between tests.  So don't try testing "
4186 "L</guestfs_kill_subprocess> :-x"
4187 msgstr ""
4188
4189 #. type: textblock
4190 #: ../src/guestfs.pod:2191
4191 msgid ""
4192 "Each test starts with an initial scenario, selected using one of the "
4193 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4194 "initialize the disks mentioned above in a particular way as documented in "
4195 "C<generator_types.ml>.  You should not assume anything about the previous "
4196 "contents of other disks that are not initialized."
4197 msgstr ""
4198
4199 #. type: textblock
4200 #: ../src/guestfs.pod:2197
4201 msgid ""
4202 "You can add a prerequisite clause to any individual test.  This is a "
4203 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4204 "if testing a command which might not work on all variations of libguestfs "
4205 "builds.  A test that has prerequisite of C<Always> means to run "
4206 "unconditionally."
4207 msgstr ""
4208
4209 #. type: textblock
4210 #: ../src/guestfs.pod:2203
4211 msgid ""
4212 "In addition, packagers can skip individual tests by setting environment "
4213 "variables before running C<make check>."
4214 msgstr ""
4215
4216 #. type: verbatim
4217 #: ../src/guestfs.pod:2206
4218 #, no-wrap
4219 msgid ""
4220 " SKIP_TEST_<CMD>_<NUM>=1\n"
4221 "\n"
4222 msgstr ""
4223
4224 #. type: textblock
4225 #: ../src/guestfs.pod:2208
4226 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4227 msgstr ""
4228
4229 #. type: textblock
4230 #: ../src/guestfs.pod:2210
4231 msgid "or:"
4232 msgstr ""
4233
4234 #. type: verbatim
4235 #: ../src/guestfs.pod:2212
4236 #, no-wrap
4237 msgid ""
4238 " SKIP_TEST_<CMD>=1\n"
4239 "\n"
4240 msgstr ""
4241
4242 #. type: textblock
4243 #: ../src/guestfs.pod:2214
4244 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4245 msgstr ""
4246
4247 #. type: textblock
4248 #: ../src/guestfs.pod:2216
4249 msgid "Packagers can run only certain tests by setting for example:"
4250 msgstr ""
4251
4252 #. type: verbatim
4253 #: ../src/guestfs.pod:2218
4254 #, no-wrap
4255 msgid ""
4256 " TEST_ONLY=\"vfs_type zerofree\"\n"
4257 "\n"
4258 msgstr ""
4259
4260 #. type: textblock
4261 #: ../src/guestfs.pod:2220
4262 msgid ""
4263 "See C<capitests/tests.c> for more details of how these environment variables "
4264 "work."
4265 msgstr ""
4266
4267 #. type: =head2
4268 #: ../src/guestfs.pod:2223
4269 msgid "DEBUGGING NEW API ACTIONS"
4270 msgstr ""
4271
4272 #. type: textblock
4273 #: ../src/guestfs.pod:2225
4274 msgid "Test new actions work before submitting them."
4275 msgstr ""
4276
4277 #. type: textblock
4278 #: ../src/guestfs.pod:2227
4279 msgid "You can use guestfish to try out new commands."
4280 msgstr ""
4281
4282 #. type: textblock
4283 #: ../src/guestfs.pod:2229
4284 msgid ""
4285 "Debugging the daemon is a problem because it runs inside a minimal "
4286 "environment.  However you can fprintf messages in the daemon to stderr, and "
4287 "they will show up if you use C<guestfish -v>."
4288 msgstr ""
4289
4290 #. type: =head2
4291 #: ../src/guestfs.pod:2233
4292 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4293 msgstr ""
4294
4295 #. type: textblock
4296 #: ../src/guestfs.pod:2235
4297 msgid ""
4298 "Our C source code generally adheres to some basic code-formatting "
4299 "conventions.  The existing code base is not totally consistent on this "
4300 "front, but we do prefer that contributed code be formatted similarly.  In "
4301 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4302 "indentation level, and other than that, follow the K&R style."
4303 msgstr ""
4304
4305 #. type: textblock
4306 #: ../src/guestfs.pod:2241
4307 msgid ""
4308 "If you use Emacs, add the following to one of one of your start-up files "
4309 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4310 msgstr ""
4311
4312 #. type: verbatim
4313 #: ../src/guestfs.pod:2244
4314 #, no-wrap
4315 msgid ""
4316 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4317 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4318 " (add-hook 'find-file-hook\n"
4319 "     '(lambda () (if (and buffer-file-name\n"
4320 "                          (string-match \"/libguestfs\\\\>\"\n"
4321 "                              (buffer-file-name))\n"
4322 "                          (not (string-equal mode-name \"Change Log\"))\n"
4323 "                          (not (string-equal mode-name \"Makefile\")))\n"
4324 "                     (setq indent-tabs-mode nil))))\n"
4325 " \n"
4326 msgstr ""
4327
4328 #. type: verbatim
4329 #: ../src/guestfs.pod:2254
4330 #, no-wrap
4331 msgid ""
4332 " ;;; When editing C sources in libguestfs, use this style.\n"
4333 " (defun libguestfs-c-mode ()\n"
4334 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4335 "   (interactive)\n"
4336 "   (c-set-style \"K&R\")\n"
4337 "   (setq c-indent-level 2)\n"
4338 "   (setq c-basic-offset 2))\n"
4339 " (add-hook 'c-mode-hook\n"
4340 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4341 "                               (buffer-file-name))\n"
4342 "                           (libguestfs-c-mode))))\n"
4343 "\n"
4344 msgstr ""
4345
4346 #. type: textblock
4347 #: ../src/guestfs.pod:2266
4348 msgid "Enable warnings when compiling (and fix any problems this finds):"
4349 msgstr ""
4350
4351 #. type: verbatim
4352 #: ../src/guestfs.pod:2269
4353 #, no-wrap
4354 msgid ""
4355 " ./configure --enable-gcc-warnings\n"
4356 "\n"
4357 msgstr ""
4358
4359 #. type: textblock
4360 #: ../src/guestfs.pod:2271
4361 msgid "Useful targets are:"
4362 msgstr ""
4363
4364 #. type: verbatim
4365 #: ../src/guestfs.pod:2273
4366 #, no-wrap
4367 msgid ""
4368 " make syntax-check  # checks the syntax of the C code\n"
4369 " make check         # runs the test suite\n"
4370 "\n"
4371 msgstr ""
4372
4373 #. type: =head2
4374 #: ../src/guestfs.pod:2276
4375 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4376 msgstr ""
4377
4378 #. type: textblock
4379 #: ../src/guestfs.pod:2278
4380 msgid ""
4381 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4382 "which are used to do shell quoting."
4383 msgstr ""
4384
4385 #. type: =item
4386 #: ../src/guestfs.pod:2283
4387 msgid "%Q"
4388 msgstr ""
4389
4390 #. type: textblock
4391 #: ../src/guestfs.pod:2285
4392 msgid ""
4393 "Simple shell quoted string.  Any spaces or other shell characters are "
4394 "escaped for you."
4395 msgstr ""
4396
4397 #. type: =item
4398 #: ../src/guestfs.pod:2288
4399 msgid "%R"
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: ../src/guestfs.pod:2290
4404 msgid ""
4405 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4406 "the sysroot."
4407 msgstr ""
4408
4409 #. type: textblock
4410 #: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4411 msgid "For example:"
4412 msgstr ""
4413
4414 #. type: verbatim
4415 #: ../src/guestfs.pod:2297
4416 #, no-wrap
4417 msgid ""
4418 " asprintf (&cmd, \"cat %R\", path);\n"
4419 "\n"
4420 msgstr ""
4421
4422 #. type: textblock
4423 #: ../src/guestfs.pod:2299
4424 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4425 msgstr ""
4426
4427 #. type: textblock
4428 #: ../src/guestfs.pod:2301
4429 msgid ""
4430 "I<Note:> Do I<not> use these when you are passing parameters to the "
4431 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4432 "because they are not passed via the shell (instead, straight to exec).  You "
4433 "probably want to use the C<sysroot_path()> function however."
4434 msgstr ""
4435
4436 #. type: =head2
4437 #: ../src/guestfs.pod:2307
4438 msgid "SUBMITTING YOUR NEW API ACTIONS"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2309
4443 msgid ""
4444 "Submit patches to the mailing list: "
4445 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
4446 "L<rjones@redhat.com>."
4447 msgstr ""
4448
4449 #. type: =head2
4450 #: ../src/guestfs.pod:2313
4451 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2315
4456 msgid "We support i18n (gettext anyhow) in the library."
4457 msgstr ""
4458
4459 #. type: textblock
4460 #: ../src/guestfs.pod:2317
4461 msgid ""
4462 "However many messages come from the daemon, and we don't translate those at "
4463 "the moment.  One reason is that the appliance generally has all locale files "
4464 "removed from it, because they take up a lot of space.  So we'd have to readd "
4465 "some of those, as well as copying our PO files into the appliance."
4466 msgstr ""
4467
4468 #. type: textblock
4469 #: ../src/guestfs.pod:2323
4470 msgid ""
4471 "Debugging messages are never translated, since they are intended for the "
4472 "programmers."
4473 msgstr ""
4474
4475 #. type: =head2
4476 #: ../src/guestfs.pod:2326
4477 msgid "SOURCE CODE SUBDIRECTORIES"
4478 msgstr ""
4479
4480 #. type: =item
4481 #: ../src/guestfs.pod:2330
4482 msgid "C<appliance>"
4483 msgstr ""
4484
4485 #. type: textblock
4486 #: ../src/guestfs.pod:2332
4487 msgid "The libguestfs appliance, build scripts and so on."
4488 msgstr ""
4489
4490 #. type: =item
4491 #: ../src/guestfs.pod:2334
4492 msgid "C<capitests>"
4493 msgstr ""
4494
4495 #. type: textblock
4496 #: ../src/guestfs.pod:2336
4497 msgid "Automated tests of the C API."
4498 msgstr ""
4499
4500 #. type: =item
4501 #: ../src/guestfs.pod:2338
4502 msgid "C<cat>"
4503 msgstr ""
4504
4505 #. type: textblock
4506 #: ../src/guestfs.pod:2340
4507 msgid ""
4508 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
4509 "documentation."
4510 msgstr ""
4511
4512 #. type: =item
4513 #: ../src/guestfs.pod:2343
4514 msgid "C<contrib>"
4515 msgstr ""
4516
4517 #. type: textblock
4518 #: ../src/guestfs.pod:2345
4519 msgid "Outside contributions, experimental parts."
4520 msgstr ""
4521
4522 #. type: =item
4523 #: ../src/guestfs.pod:2347
4524 msgid "C<daemon>"
4525 msgstr ""
4526
4527 #. type: textblock
4528 #: ../src/guestfs.pod:2349
4529 msgid ""
4530 "The daemon that runs inside the libguestfs appliance and carries out "
4531 "actions."
4532 msgstr ""
4533
4534 #. type: =item
4535 #: ../src/guestfs.pod:2352
4536 msgid "C<df>"
4537 msgstr ""
4538
4539 #. type: textblock
4540 #: ../src/guestfs.pod:2354
4541 msgid "L<virt-df(1)> command and documentation."
4542 msgstr ""
4543
4544 #. type: =item
4545 #: ../src/guestfs.pod:2356
4546 msgid "C<examples>"
4547 msgstr ""
4548
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2358
4551 msgid "C API example code."
4552 msgstr ""
4553
4554 #. type: =item
4555 #: ../src/guestfs.pod:2360
4556 msgid "C<fish>"
4557 msgstr ""
4558
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2362
4561 msgid ""
4562 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
4563 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
4564 "L<virt-tar-out(1)>."
4565 msgstr ""
4566
4567 #. type: =item
4568 #: ../src/guestfs.pod:2366
4569 msgid "C<fuse>"
4570 msgstr ""
4571
4572 #. type: textblock
4573 #: ../src/guestfs.pod:2368
4574 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
4575 msgstr ""
4576
4577 #. type: =item
4578 #: ../src/guestfs.pod:2370
4579 msgid "C<generator>"
4580 msgstr ""
4581
4582 #. type: textblock
4583 #: ../src/guestfs.pod:2372
4584 msgid ""
4585 "The crucially important generator, used to automatically generate large "
4586 "amounts of boilerplate C code for things like RPC and bindings."
4587 msgstr ""
4588
4589 #. type: =item
4590 #: ../src/guestfs.pod:2375
4591 msgid "C<images>"
4592 msgstr ""
4593
4594 #. type: textblock
4595 #: ../src/guestfs.pod:2377
4596 msgid "Files used by the test suite."
4597 msgstr ""
4598
4599 #. type: textblock
4600 #: ../src/guestfs.pod:2379
4601 msgid "Some \"phony\" guest images which we test against."
4602 msgstr ""
4603
4604 #. type: =item
4605 #: ../src/guestfs.pod:2381
4606 msgid "C<inspector>"
4607 msgstr ""
4608
4609 #. type: textblock
4610 #: ../src/guestfs.pod:2383
4611 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
4612 msgstr ""
4613
4614 #. type: =item
4615 #: ../src/guestfs.pod:2385
4616 msgid "C<logo>"
4617 msgstr ""
4618
4619 #. type: textblock
4620 #: ../src/guestfs.pod:2387
4621 msgid "Logo used on the website.  The fish is called Arthur by the way."
4622 msgstr ""
4623
4624 #. type: =item
4625 #: ../src/guestfs.pod:2389
4626 msgid "C<m4>"
4627 msgstr ""
4628
4629 #. type: textblock
4630 #: ../src/guestfs.pod:2391
4631 msgid "M4 macros used by autoconf."
4632 msgstr ""
4633
4634 #. type: =item
4635 #: ../src/guestfs.pod:2393
4636 msgid "C<po>"
4637 msgstr ""
4638
4639 #. type: textblock
4640 #: ../src/guestfs.pod:2395
4641 msgid "Translations of simple gettext strings."
4642 msgstr ""
4643
4644 #. type: =item
4645 #: ../src/guestfs.pod:2397
4646 msgid "C<po-docs>"
4647 msgstr ""
4648
4649 #. type: textblock
4650 #: ../src/guestfs.pod:2399
4651 msgid ""
4652 "The build infrastructure and PO files for translations of manpages and POD "
4653 "files.  Eventually this will be combined with the C<po> directory, but that "
4654 "is rather complicated."
4655 msgstr ""
4656
4657 #. type: =item
4658 #: ../src/guestfs.pod:2403
4659 msgid "C<regressions>"
4660 msgstr ""
4661
4662 #. type: textblock
4663 #: ../src/guestfs.pod:2405
4664 msgid "Regression tests."
4665 msgstr ""
4666
4667 #. type: =item
4668 #: ../src/guestfs.pod:2407
4669 msgid "C<rescue>"
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2409
4674 msgid "L<virt-rescue(1)> command and documentation."
4675 msgstr ""
4676
4677 #. type: =item
4678 #: ../src/guestfs.pod:2411
4679 msgid "C<src>"
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2413
4684 msgid "Source code to the C library."
4685 msgstr ""
4686
4687 #. type: =item
4688 #: ../src/guestfs.pod:2415
4689 msgid "C<tools>"
4690 msgstr ""
4691
4692 #. type: textblock
4693 #: ../src/guestfs.pod:2417
4694 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
4695 msgstr ""
4696
4697 #. type: =item
4698 #: ../src/guestfs.pod:2419
4699 msgid "C<test-tool>"
4700 msgstr ""
4701
4702 #. type: textblock
4703 #: ../src/guestfs.pod:2421
4704 msgid ""
4705 "Test tool for end users to test if their qemu/kernel combination will work "
4706 "with libguestfs."
4707 msgstr ""
4708
4709 #. type: =item
4710 #: ../src/guestfs.pod:2424
4711 msgid "C<csharp>"
4712 msgstr ""
4713
4714 #. type: =item
4715 #: ../src/guestfs.pod:2426
4716 msgid "C<haskell>"
4717 msgstr ""
4718
4719 #. type: =item
4720 #: ../src/guestfs.pod:2428
4721 msgid "C<java>"
4722 msgstr ""
4723
4724 #. type: =item
4725 #: ../src/guestfs.pod:2430
4726 msgid "C<ocaml>"
4727 msgstr ""
4728
4729 #. type: =item
4730 #: ../src/guestfs.pod:2432
4731 msgid "C<php>"
4732 msgstr ""
4733
4734 #. type: =item
4735 #: ../src/guestfs.pod:2434
4736 msgid "C<perl>"
4737 msgstr ""
4738
4739 #. type: =item
4740 #: ../src/guestfs.pod:2436
4741 msgid "C<python>"
4742 msgstr ""
4743
4744 #. type: =item
4745 #: ../src/guestfs.pod:2438
4746 msgid "C<ruby>"
4747 msgstr ""
4748
4749 #. type: textblock
4750 #: ../src/guestfs.pod:2440
4751 msgid "Language bindings."
4752 msgstr ""
4753
4754 #. type: =head1
4755 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:965 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
4756 msgid "ENVIRONMENT VARIABLES"
4757 msgstr ""
4758
4759 #. type: =item
4760 #: ../src/guestfs.pod:2448 ../fish/guestfish.pod:991
4761 msgid "LIBGUESTFS_APPEND"
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2450 ../fish/guestfish.pod:993
4766 msgid "Pass additional options to the guest kernel."
4767 msgstr ""
4768
4769 #. type: =item
4770 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:995
4771 msgid "LIBGUESTFS_DEBUG"
4772 msgstr ""
4773
4774 #. type: textblock
4775 #: ../src/guestfs.pod:2454
4776 msgid ""
4777 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4778 "effect as calling C<guestfs_set_verbose (g, 1)>."
4779 msgstr ""
4780
4781 #. type: =item
4782 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1000
4783 msgid "LIBGUESTFS_MEMSIZE"
4784 msgstr ""
4785
4786 #. type: textblock
4787 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1002
4788 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4789 msgstr ""
4790
4791 #. type: verbatim
4792 #: ../src/guestfs.pod:2462 ../fish/guestfish.pod:1005
4793 #, no-wrap
4794 msgid ""
4795 " LIBGUESTFS_MEMSIZE=700\n"
4796 "\n"
4797 msgstr ""
4798
4799 #. type: =item
4800 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1007
4801 msgid "LIBGUESTFS_PATH"
4802 msgstr ""
4803
4804 #. type: textblock
4805 #: ../src/guestfs.pod:2466
4806 msgid ""
4807 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
4808 "the discussion of paths in section PATH above."
4809 msgstr ""
4810
4811 #. type: =item
4812 #: ../src/guestfs.pod:2469 ../fish/guestfish.pod:1012
4813 msgid "LIBGUESTFS_QEMU"
4814 msgstr ""
4815
4816 #. type: textblock
4817 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1014
4818 msgid ""
4819 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4820 "which was found at compile time by the configure script is used."
4821 msgstr ""
4822
4823 #. type: textblock
4824 #: ../src/guestfs.pod:2475
4825 msgid "See also L</QEMU WRAPPERS> above."
4826 msgstr ""
4827
4828 #. type: =item
4829 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1018
4830 msgid "LIBGUESTFS_TRACE"
4831 msgstr ""
4832
4833 #. type: textblock
4834 #: ../src/guestfs.pod:2479
4835 msgid ""
4836 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4837 "effect as calling C<guestfs_set_trace (g, 1)>."
4838 msgstr ""
4839
4840 #. type: =item
4841 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1027
4842 msgid "TMPDIR"
4843 msgstr ""
4844
4845 #. type: textblock
4846 #: ../src/guestfs.pod:2484 ../fish/guestfish.pod:1029
4847 msgid "Location of temporary directory, defaults to C</tmp>."
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2486 ../fish/guestfish.pod:1031
4852 msgid ""
4853 "If libguestfs was compiled to use the supermin appliance then the real "
4854 "appliance is cached in this directory, shared between all handles belonging "
4855 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
4856 "use in case C</tmp> is not large enough."
4857 msgstr ""
4858
4859 #. type: =head1
4860 #: ../src/guestfs.pod:2494 ../fish/guestfish.pod:1089 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
4861 msgid "SEE ALSO"
4862 msgstr ""
4863
4864 #. type: textblock
4865 #: ../src/guestfs.pod:2496
4866 msgid ""
4867 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
4868 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
4869 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
4870 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
4871 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
4872 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
4873 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
4874 "L<http://libguestfs.org/>."
4875 msgstr ""
4876
4877 #. type: textblock
4878 #: ../src/guestfs.pod:2523
4879 msgid ""
4880 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
4881 "L<lvm(8)>, L<disktype(1)>."
4882 msgstr ""
4883
4884 #. type: =head1
4885 #: ../src/guestfs.pod:2530 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:548
4886 msgid "BUGS"
4887 msgstr ""
4888
4889 #. type: textblock
4890 #: ../src/guestfs.pod:2532
4891 msgid "To get a list of bugs against libguestfs use this link:"
4892 msgstr ""
4893
4894 #. type: textblock
4895 #: ../src/guestfs.pod:2534
4896 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
4897 msgstr ""
4898
4899 #. type: textblock
4900 #: ../src/guestfs.pod:2536
4901 msgid "To report a new bug against libguestfs use this link:"
4902 msgstr ""
4903
4904 #. type: textblock
4905 #: ../src/guestfs.pod:2538
4906 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
4907 msgstr ""
4908
4909 #. type: textblock
4910 #: ../src/guestfs.pod:2540
4911 msgid "When reporting a bug, please check:"
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../src/guestfs.pod:2546
4916 msgid "That the bug hasn't been reported already."
4917 msgstr ""
4918
4919 #. type: textblock
4920 #: ../src/guestfs.pod:2550
4921 msgid "That you are testing a recent version."
4922 msgstr ""
4923
4924 #. type: textblock
4925 #: ../src/guestfs.pod:2554
4926 msgid "Describe the bug accurately, and give a way to reproduce it."
4927 msgstr ""
4928
4929 #. type: textblock
4930 #: ../src/guestfs.pod:2558
4931 msgid ""
4932 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
4933 "bug report."
4934 msgstr ""
4935
4936 #. type: =head1
4937 #: ../src/guestfs.pod:2563 ../fish/guestfish.pod:1112 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
4938 msgid "AUTHORS"
4939 msgstr ""
4940
4941 #. type: textblock
4942 #: ../src/guestfs.pod:2565 ../fish/guestfish.pod:1114 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
4943 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
4944 msgstr ""
4945
4946 #. type: =head1
4947 #: ../src/guestfs.pod:2567 ../fish/guestfish.pod:1116 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
4948 msgid "COPYRIGHT"
4949 msgstr ""
4950
4951 #. type: textblock
4952 #: ../src/guestfs.pod:2569 ../fish/guestfish.pod:1118 ../fuse/guestmount.pod:250
4953 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
4954 msgstr ""
4955
4956 #. type: textblock
4957 #: ../src/guestfs.pod:2572
4958 msgid ""
4959 "This library is free software; you can redistribute it and/or modify it "
4960 "under the terms of the GNU Lesser General Public License as published by the "
4961 "Free Software Foundation; either version 2 of the License, or (at your "
4962 "option) any later version."
4963 msgstr ""
4964
4965 #. type: textblock
4966 #: ../src/guestfs.pod:2577
4967 msgid ""
4968 "This library is distributed in the hope that it will be useful, but WITHOUT "
4969 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
4970 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
4971 "for more details."
4972 msgstr ""
4973
4974 #. type: textblock
4975 #: ../src/guestfs.pod:2582
4976 msgid ""
4977 "You should have received a copy of the GNU Lesser General Public License "
4978 "along with this library; if not, write to the Free Software Foundation, "
4979 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
4980 msgstr ""
4981
4982 #. type: =head2
4983 #: ../src/guestfs-actions.pod:1
4984 msgid "guestfs_add_cdrom"
4985 msgstr ""
4986
4987 #. type: verbatim
4988 #: ../src/guestfs-actions.pod:3
4989 #, no-wrap
4990 msgid ""
4991 " int\n"
4992 " guestfs_add_cdrom (guestfs_h *g,\n"
4993 "                    const char *filename);\n"
4994 "\n"
4995 msgstr ""
4996
4997 #. type: textblock
4998 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
4999 msgid "This function adds a virtual CD-ROM disk image to the guest."
5000 msgstr ""
5001
5002 #. type: textblock
5003 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5004 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5005 msgstr ""
5006
5007 #. type: textblock
5008 #: ../src/guestfs-actions.pod:17
5009 msgid ""
5010 "This call checks for the existence of C<filename>.  This stops you from "
5011 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5012 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5013 "instead."
5014 msgstr ""
5015
5016 #. type: textblock
5017 #: ../src/guestfs-actions.pod:24
5018 msgid ""
5019 "If you just want to add an ISO file (often you use this as an efficient way "
5020 "to transfer large files into the guest), then you should probably use "
5021 "C<guestfs_add_drive_ro> instead."
5022 msgstr ""
5023
5024 #. type: textblock
5025 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428 ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533 ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633 ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662 ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127 ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161 ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262 ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464 ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448 ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226 ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261 ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457 ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508 ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600 ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695 ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733 ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780 ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860 ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106 ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134 ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4230 ../src/guestfs-actions.pod:4303 ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353 ../src/guestfs-actions.pod:4372 ../src/guestfs-actions.pod:4384 ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4414 ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:4444 ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:4494 ../src/guestfs-actions.pod:4514 ../src/guestfs-actions.pod:4528 ../src/guestfs-actions.pod:4545 ../src/guestfs-actions.pod:4594 ../src/guestfs-actions.pod:4631 ../src/guestfs-actions.pod:4645 ../src/guestfs-actions.pod:4673 ../src/guestfs-actions.pod:4690 ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4842 ../src/guestfs-actions.pod:4899 ../src/guestfs-actions.pod:4921 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:4971 ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5054 ../src/guestfs-actions.pod:5067 ../src/guestfs-actions.pod:5081 ../src/guestfs-actions.pod:5370 ../src/guestfs-actions.pod:5389 ../src/guestfs-actions.pod:5403 ../src/guestfs-actions.pod:5415 ../src/guestfs-actions.pod:5429 ../src/guestfs-actions.pod:5441 ../src/guestfs-actions.pod:5455 ../src/guestfs-actions.pod:5471 ../src/guestfs-actions.pod:5492 ../src/guestfs-actions.pod:5511 ../src/guestfs-actions.pod:5530 ../src/guestfs-actions.pod:5548 ../src/guestfs-actions.pod:5571 ../src/guestfs-actions.pod:5589 ../src/guestfs-actions.pod:5608 ../src/guestfs-actions.pod:5629 ../src/guestfs-actions.pod:5648 ../src/guestfs-actions.pod:5665 ../src/guestfs-actions.pod:5693 ../src/guestfs-actions.pod:5717 ../src/guestfs-actions.pod:5736 ../src/guestfs-actions.pod:5760 ../src/guestfs-actions.pod:5775 ../src/guestfs-actions.pod:5790 ../src/guestfs-actions.pod:5809 ../src/guestfs-actions.pod:5846 ../src/guestfs-actions.pod:5869 ../src/guestfs-actions.pod:5895 ../src/guestfs-actions.pod:6003 ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6136 ../src/guestfs-actions.pod:6149 ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6197 ../src/guestfs-actions.pod:6210 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6238 ../src/guestfs-actions.pod:6297 ../src/guestfs-actions.pod:6314 ../src/guestfs-actions.pod:6330 ../src/guestfs-actions.pod:6346 ../src/guestfs-actions.pod:6363 ../src/guestfs-actions.pod:6376 ../src/guestfs-actions.pod:6396 ../src/guestfs-actions.pod:6432 ../src/guestfs-actions.pod:6446 ../src/guestfs-actions.pod:6487 ../src/guestfs-actions.pod:6500 ../src/guestfs-actions.pod:6518 ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6588 ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6739 ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6807 ../src/guestfs-actions.pod:6852 ../src/guestfs-actions.pod:6885 ../src/guestfs-actions.pod:6939 ../src/guestfs-actions.pod:6965 ../src/guestfs-actions.pod:7031 ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7079
5026 msgid "This function returns 0 on success or -1 on error."
5027 msgstr ""
5028
5029 #. type: textblock
5030 #: ../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
5031 msgid ""
5032 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5033 "instead."
5034 msgstr ""
5035
5036 #. type: textblock
5037 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942 ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:7142 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168 ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820 ../fish/guestfish-actions.pod:4622 ../fish/guestfish-actions.pod:4719
5038 msgid ""
5039 "Deprecated functions will not be removed from the API, but the fact that "
5040 "they are deprecated indicates that there are problems with correct use of "
5041 "these functions."
5042 msgstr ""
5043
5044 #. type: textblock
5045 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893 ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243 ../src/guestfs-actions.pod:4481 ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5777 ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6365 ../src/guestfs-actions.pod:6887
5046 msgid "(Added in 0.3)"
5047 msgstr ""
5048
5049 #. type: =head2
5050 #: ../src/guestfs-actions.pod:41
5051 msgid "guestfs_add_domain"
5052 msgstr ""
5053
5054 #. type: verbatim
5055 #: ../src/guestfs-actions.pod:43
5056 #, no-wrap
5057 msgid ""
5058 " int\n"
5059 " guestfs_add_domain (guestfs_h *g,\n"
5060 "                     const char *dom,\n"
5061 "                     ...);\n"
5062 "\n"
5063 msgstr ""
5064
5065 #. type: textblock
5066 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137 ../src/guestfs-actions.pod:4205
5067 msgid ""
5068 "You may supply a list of optional arguments to this call.  Use zero or more "
5069 "of the following pairs of parameters, and terminate the list with C<-1> on "
5070 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5071 msgstr ""
5072
5073 #. type: verbatim
5074 #: ../src/guestfs-actions.pod:53
5075 #, no-wrap
5076 msgid ""
5077 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5078 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5079 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5080 "\n"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs-actions.pod:57
5085 msgid ""
5086 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5087 "It works by connecting to libvirt, requesting the domain and domain XML from "
5088 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5089 "one."
5090 msgstr ""
5091
5092 #. type: textblock
5093 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5094 msgid ""
5095 "The number of disks added is returned.  This operation is atomic: if an "
5096 "error is returned, then no disks are added."
5097 msgstr ""
5098
5099 #. type: textblock
5100 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5101 msgid ""
5102 "This function does some minimal checks to make sure the libvirt domain is "
5103 "not running (unless C<readonly> is true).  In a future version we will try "
5104 "to acquire the libvirt lock on each disk."
5105 msgstr ""
5106
5107 #. type: textblock
5108 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5109 msgid ""
5110 "Disks must be accessible locally.  This often means that adding disks from a "
5111 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5112 "unless those disks are accessible via the same device path locally too."
5113 msgstr ""
5114
5115 #. type: textblock
5116 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5117 msgid ""
5118 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5119 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5120 "default libvirt URI (or one set through an environment variable, see the "
5121 "libvirt documentation for full details)."
5122 msgstr ""
5123
5124 #. type: textblock
5125 #: ../src/guestfs-actions.pod:80
5126 msgid ""
5127 "The other optional parameters are passed directly through to "
5128 "C<guestfs_add_drive_opts>."
5129 msgstr ""
5130
5131 #. type: textblock
5132 #: ../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:4617 ../src/guestfs-actions.pod:4745 ../src/guestfs-actions.pod:5151 ../src/guestfs-actions.pod:5177 ../src/guestfs-actions.pod:6473 ../src/guestfs-actions.pod:6898 ../src/guestfs-actions.pod:6911 ../src/guestfs-actions.pod:6924
5133 msgid "On error this function returns -1."
5134 msgstr ""
5135
5136 #. type: textblock
5137 #: ../src/guestfs-actions.pod:85
5138 msgid "(Added in 1.7.4)"
5139 msgstr ""
5140
5141 #. type: =head2
5142 #: ../src/guestfs-actions.pod:87
5143 msgid "guestfs_add_domain_va"
5144 msgstr ""
5145
5146 #. type: verbatim
5147 #: ../src/guestfs-actions.pod:89
5148 #, no-wrap
5149 msgid ""
5150 " int\n"
5151 " guestfs_add_domain_va (guestfs_h *g,\n"
5152 "                        const char *dom,\n"
5153 "                        va_list args);\n"
5154 "\n"
5155 msgstr ""
5156
5157 #. type: textblock
5158 #: ../src/guestfs-actions.pod:94
5159 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5160 msgstr ""
5161
5162 #. type: textblock
5163 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211 ../src/guestfs-actions.pod:4244 ../src/guestfs-actions.pod:4256
5164 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5165 msgstr ""
5166
5167 #. type: =head2
5168 #: ../src/guestfs-actions.pod:98
5169 msgid "guestfs_add_domain_argv"
5170 msgstr ""
5171
5172 #. type: verbatim
5173 #: ../src/guestfs-actions.pod:100
5174 #, no-wrap
5175 msgid ""
5176 " int\n"
5177 " guestfs_add_domain_argv (guestfs_h *g,\n"
5178 "                          const char *dom,\n"
5179 "                          const struct guestfs_add_domain_argv *optargs);\n"
5180 "\n"
5181 msgstr ""
5182
5183 #. type: textblock
5184 #: ../src/guestfs-actions.pod:105
5185 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5186 msgstr ""
5187
5188 #. type: =head2
5189 #: ../src/guestfs-actions.pod:109
5190 msgid "guestfs_add_drive"
5191 msgstr ""
5192
5193 #. type: verbatim
5194 #: ../src/guestfs-actions.pod:111
5195 #, no-wrap
5196 msgid ""
5197 " int\n"
5198 " guestfs_add_drive (guestfs_h *g,\n"
5199 "                    const char *filename);\n"
5200 "\n"
5201 msgstr ""
5202
5203 #. type: textblock
5204 #: ../src/guestfs-actions.pod:115
5205 msgid ""
5206 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5207 "optional parameters, so the disk is added writable, with the format being "
5208 "detected automatically."
5209 msgstr ""
5210
5211 #. type: textblock
5212 #: ../src/guestfs-actions.pod:119
5213 msgid ""
5214 "Automatic detection of the format opens you up to a potential security hole "
5215 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5216 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5217 "you should think about replacing calls to this function with calls to "
5218 "C<guestfs_add_drive_opts>, and specifying the format."
5219 msgstr ""
5220
5221 #. type: =head2
5222 #: ../src/guestfs-actions.pod:130
5223 msgid "guestfs_add_drive_opts"
5224 msgstr ""
5225
5226 #. type: verbatim
5227 #: ../src/guestfs-actions.pod:132
5228 #, no-wrap
5229 msgid ""
5230 " int\n"
5231 " guestfs_add_drive_opts (guestfs_h *g,\n"
5232 "                         const char *filename,\n"
5233 "                         ...);\n"
5234 "\n"
5235 msgstr ""
5236
5237 #. type: verbatim
5238 #: ../src/guestfs-actions.pod:142
5239 #, no-wrap
5240 msgid ""
5241 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5242 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5243 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5244 "\n"
5245 msgstr ""
5246
5247 #. type: textblock
5248 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
5249 msgid ""
5250 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5251 "The first time you call this function, the disk appears as C</dev/sda>, the "
5252 "second time as C</dev/sdb>, and so on."
5253 msgstr ""
5254
5255 #. type: textblock
5256 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
5257 msgid ""
5258 "You don't necessarily need to be root when using libguestfs.  However you "
5259 "obviously do need sufficient permissions to access the filename for whatever "
5260 "operations you want to perform (ie. read access if you just want to read the "
5261 "image or write access if you want to modify the image)."
5262 msgstr ""
5263
5264 #. type: textblock
5265 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
5266 msgid "This call checks that C<filename> exists."
5267 msgstr ""
5268
5269 #. type: textblock
5270 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831
5271 msgid "The optional arguments are:"
5272 msgstr ""
5273
5274 #. type: =item
5275 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
5276 msgid "C<readonly>"
5277 msgstr ""
5278
5279 #. type: textblock
5280 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
5281 msgid ""
5282 "If true then the image is treated as read-only.  Writes are still allowed, "
5283 "but they are stored in a temporary snapshot overlay which is discarded at "
5284 "the end.  The disk that you add is not modified."
5285 msgstr ""
5286
5287 #. type: =item
5288 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
5289 msgid "C<format>"
5290 msgstr ""
5291
5292 #. type: textblock
5293 #: ../src/guestfs-actions.pod:171
5294 msgid ""
5295 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5296 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5297 "Possible formats include C<raw> and C<qcow2>."
5298 msgstr ""
5299
5300 #. type: textblock
5301 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
5302 msgid ""
5303 "Automatic detection of the format opens you up to a potential security hole "
5304 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5305 "RHBZ#642934.  Specifying the format closes this security hole."
5306 msgstr ""
5307
5308 #. type: =item
5309 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
5310 msgid "C<iface>"
5311 msgstr ""
5312
5313 #. type: textblock
5314 #: ../src/guestfs-actions.pod:182
5315 msgid ""
5316 "This rarely-used option lets you emulate the behaviour of the deprecated "
5317 "C<guestfs_add_drive_with_if> call (q.v.)"
5318 msgstr ""
5319
5320 #. type: textblock
5321 #: ../src/guestfs-actions.pod:189
5322 msgid "(Added in 1.5.23)"
5323 msgstr ""
5324
5325 #. type: =head2
5326 #: ../src/guestfs-actions.pod:191
5327 msgid "guestfs_add_drive_opts_va"
5328 msgstr ""
5329
5330 #. type: verbatim
5331 #: ../src/guestfs-actions.pod:193
5332 #, no-wrap
5333 msgid ""
5334 " int\n"
5335 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5336 "                            const char *filename,\n"
5337 "                            va_list args);\n"
5338 "\n"
5339 msgstr ""
5340
5341 #. type: textblock
5342 #: ../src/guestfs-actions.pod:198
5343 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5344 msgstr ""
5345
5346 #. type: =head2
5347 #: ../src/guestfs-actions.pod:202
5348 msgid "guestfs_add_drive_opts_argv"
5349 msgstr ""
5350
5351 #. type: verbatim
5352 #: ../src/guestfs-actions.pod:204
5353 #, no-wrap
5354 msgid ""
5355 " int\n"
5356 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5357 "                              const char *filename,\n"
5358 "                              const struct guestfs_add_drive_opts_argv "
5359 "*optargs);\n"
5360 "\n"
5361 msgstr ""
5362
5363 #. type: textblock
5364 #: ../src/guestfs-actions.pod:209
5365 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5366 msgstr ""
5367
5368 #. type: =head2
5369 #: ../src/guestfs-actions.pod:213
5370 msgid "guestfs_add_drive_ro"
5371 msgstr ""
5372
5373 #. type: verbatim
5374 #: ../src/guestfs-actions.pod:215
5375 #, no-wrap
5376 msgid ""
5377 " int\n"
5378 " guestfs_add_drive_ro (guestfs_h *g,\n"
5379 "                       const char *filename);\n"
5380 "\n"
5381 msgstr ""
5382
5383 #. type: textblock
5384 #: ../src/guestfs-actions.pod:219
5385 msgid ""
5386 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5387 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5388 "disk is added read-only, with the format being detected automatically."
5389 msgstr ""
5390
5391 #. type: textblock
5392 #: ../src/guestfs-actions.pod:226
5393 msgid "(Added in 1.0.38)"
5394 msgstr ""
5395
5396 #. type: =head2
5397 #: ../src/guestfs-actions.pod:228
5398 msgid "guestfs_add_drive_ro_with_if"
5399 msgstr ""
5400
5401 #. type: verbatim
5402 #: ../src/guestfs-actions.pod:230
5403 #, no-wrap
5404 msgid ""
5405 " int\n"
5406 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5407 "                               const char *filename,\n"
5408 "                               const char *iface);\n"
5409 "\n"
5410 msgstr ""
5411
5412 #. type: textblock
5413 #: ../src/guestfs-actions.pod:235
5414 msgid ""
5415 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5416 "QEMU interface emulation to use at run time."
5417 msgstr ""
5418
5419 #. type: textblock
5420 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2333
5421 msgid "(Added in 1.0.84)"
5422 msgstr ""
5423
5424 #. type: =head2
5425 #: ../src/guestfs-actions.pod:249
5426 msgid "guestfs_add_drive_with_if"
5427 msgstr ""
5428
5429 #. type: verbatim
5430 #: ../src/guestfs-actions.pod:251
5431 #, no-wrap
5432 msgid ""
5433 " int\n"
5434 " guestfs_add_drive_with_if (guestfs_h *g,\n"
5435 "                            const char *filename,\n"
5436 "                            const char *iface);\n"
5437 "\n"
5438 msgstr ""
5439
5440 #. type: textblock
5441 #: ../src/guestfs-actions.pod:256
5442 msgid ""
5443 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
5444 "QEMU interface emulation to use at run time."
5445 msgstr ""
5446
5447 #. type: =head2
5448 #: ../src/guestfs-actions.pod:270
5449 msgid "guestfs_aug_clear"
5450 msgstr ""
5451
5452 #. type: verbatim
5453 #: ../src/guestfs-actions.pod:272
5454 #, no-wrap
5455 msgid ""
5456 " int\n"
5457 " guestfs_aug_clear (guestfs_h *g,\n"
5458 "                    const char *augpath);\n"
5459 "\n"
5460 msgstr ""
5461
5462 #. type: textblock
5463 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
5464 msgid ""
5465 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
5466 "L<augtool(1)> C<clear> command."
5467 msgstr ""
5468
5469 #. type: textblock
5470 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
5471 msgid "(Added in 1.3.4)"
5472 msgstr ""
5473
5474 #. type: =head2
5475 #: ../src/guestfs-actions.pod:283
5476 msgid "guestfs_aug_close"
5477 msgstr ""
5478
5479 #. type: verbatim
5480 #: ../src/guestfs-actions.pod:285
5481 #, no-wrap
5482 msgid ""
5483 " int\n"
5484 " guestfs_aug_close (guestfs_h *g);\n"
5485 "\n"
5486 msgstr ""
5487
5488 #. type: textblock
5489 #: ../src/guestfs-actions.pod:288
5490 msgid ""
5491 "Close the current Augeas handle and free up any resources used by it.  After "
5492 "calling this, you have to call C<guestfs_aug_init> again before you can use "
5493 "any other Augeas functions."
5494 msgstr ""
5495
5496 #. type: textblock
5497 #: ../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:5228
5498 msgid "(Added in 0.7)"
5499 msgstr ""
5500
5501 #. type: =head2
5502 #: ../src/guestfs-actions.pod:297
5503 msgid "guestfs_aug_defnode"
5504 msgstr ""
5505
5506 #. type: verbatim
5507 #: ../src/guestfs-actions.pod:299
5508 #, no-wrap
5509 msgid ""
5510 " struct guestfs_int_bool *\n"
5511 " guestfs_aug_defnode (guestfs_h *g,\n"
5512 "                      const char *name,\n"
5513 "                      const char *expr,\n"
5514 "                      const char *val);\n"
5515 "\n"
5516 msgstr ""
5517
5518 #. type: textblock
5519 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
5520 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
5521 msgstr ""
5522
5523 #. type: textblock
5524 #: ../src/guestfs-actions.pod:308
5525 msgid ""
5526 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
5527 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
5528 "containing that single node."
5529 msgstr ""
5530
5531 #. type: textblock
5532 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
5533 msgid ""
5534 "On success this returns a pair containing the number of nodes in the "
5535 "nodeset, and a boolean flag if a node was created."
5536 msgstr ""
5537
5538 #. type: textblock
5539 #: ../src/guestfs-actions.pod:316
5540 msgid ""
5541 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
5542 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
5543 msgstr ""
5544
5545 #. type: =head2
5546 #: ../src/guestfs-actions.pod:322
5547 msgid "guestfs_aug_defvar"
5548 msgstr ""
5549
5550 #. type: verbatim
5551 #: ../src/guestfs-actions.pod:324
5552 #, no-wrap
5553 msgid ""
5554 " int\n"
5555 " guestfs_aug_defvar (guestfs_h *g,\n"
5556 "                     const char *name,\n"
5557 "                     const char *expr);\n"
5558 "\n"
5559 msgstr ""
5560
5561 #. type: textblock
5562 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
5563 msgid ""
5564 "Defines an Augeas variable C<name> whose value is the result of evaluating "
5565 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
5566 msgstr ""
5567
5568 #. type: textblock
5569 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
5570 msgid ""
5571 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
5572 "evaluates to something which is not a nodeset."
5573 msgstr ""
5574
5575 #. type: =head2
5576 #: ../src/guestfs-actions.pod:340
5577 msgid "guestfs_aug_get"
5578 msgstr ""
5579
5580 #. type: verbatim
5581 #: ../src/guestfs-actions.pod:342
5582 #, no-wrap
5583 msgid ""
5584 " char *\n"
5585 " guestfs_aug_get (guestfs_h *g,\n"
5586 "                  const char *augpath);\n"
5587 "\n"
5588 msgstr ""
5589
5590 #. type: textblock
5591 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
5592 msgid ""
5593 "Look up the value associated with C<path>.  If C<path> matches exactly one "
5594 "node, the C<value> is returned."
5595 msgstr ""
5596
5597 #. type: textblock
5598 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849 ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927 ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046 ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341 ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936 ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888 ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752 ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4763 ../src/guestfs-actions.pod:4956 ../src/guestfs-actions.pod:5126 ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5353 ../src/guestfs-actions.pod:5916 ../src/guestfs-actions.pod:5932 ../src/guestfs-actions.pod:5949 ../src/guestfs-actions.pod:5973 ../src/guestfs-actions.pod:6647 ../src/guestfs-actions.pod:6666 ../src/guestfs-actions.pod:6684 ../src/guestfs-actions.pod:6864 ../src/guestfs-actions.pod:7136
5599 msgid ""
5600 "This function returns a string, or NULL on error.  I<The caller must free "
5601 "the returned string after use>."
5602 msgstr ""
5603
5604 #. type: =head2
5605 #: ../src/guestfs-actions.pod:354
5606 msgid "guestfs_aug_init"
5607 msgstr ""
5608
5609 #. type: verbatim
5610 #: ../src/guestfs-actions.pod:356
5611 #, no-wrap
5612 msgid ""
5613 " int\n"
5614 " guestfs_aug_init (guestfs_h *g,\n"
5615 "                   const char *root,\n"
5616 "                   int flags);\n"
5617 "\n"
5618 msgstr ""
5619
5620 #. type: textblock
5621 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
5622 msgid ""
5623 "Create a new Augeas handle for editing configuration files.  If there was "
5624 "any previous Augeas handle associated with this guestfs session, then it is "
5625 "closed."
5626 msgstr ""
5627
5628 #. type: textblock
5629 #: ../src/guestfs-actions.pod:365
5630 msgid "You must call this before using any other C<guestfs_aug_*> commands."
5631 msgstr ""
5632
5633 #. type: textblock
5634 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
5635 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
5636 msgstr ""
5637
5638 #. type: textblock
5639 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
5640 msgid ""
5641 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
5642 "logical I<or> of the following integers:"
5643 msgstr ""
5644
5645 #. type: =item
5646 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
5647 msgid "C<AUG_SAVE_BACKUP> = 1"
5648 msgstr ""
5649
5650 #. type: textblock
5651 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
5652 msgid "Keep the original file with a C<.augsave> extension."
5653 msgstr ""
5654
5655 #. type: =item
5656 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
5657 msgid "C<AUG_SAVE_NEWFILE> = 2"
5658 msgstr ""
5659
5660 #. type: textblock
5661 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
5662 msgid ""
5663 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5664 "original.  Overrides C<AUG_SAVE_BACKUP>."
5665 msgstr ""
5666
5667 #. type: =item
5668 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
5669 msgid "C<AUG_TYPE_CHECK> = 4"
5670 msgstr ""
5671
5672 #. type: textblock
5673 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
5674 msgid "Typecheck lenses (can be expensive)."
5675 msgstr ""
5676
5677 #. type: =item
5678 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
5679 msgid "C<AUG_NO_STDINC> = 8"
5680 msgstr ""
5681
5682 #. type: textblock
5683 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
5684 msgid "Do not use standard load path for modules."
5685 msgstr ""
5686
5687 #. type: =item
5688 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
5689 msgid "C<AUG_SAVE_NOOP> = 16"
5690 msgstr ""
5691
5692 #. type: textblock
5693 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
5694 msgid "Make save a no-op, just record what would have been changed."
5695 msgstr ""
5696
5697 #. type: =item
5698 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
5699 msgid "C<AUG_NO_LOAD> = 32"
5700 msgstr ""
5701
5702 #. type: textblock
5703 #: ../src/guestfs-actions.pod:400
5704 msgid "Do not load the tree in C<guestfs_aug_init>."
5705 msgstr ""
5706
5707 #. type: textblock
5708 #: ../src/guestfs-actions.pod:404
5709 msgid "To close the handle, you can call C<guestfs_aug_close>."
5710 msgstr ""
5711
5712 #. type: textblock
5713 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
5714 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5715 msgstr ""
5716
5717 #. type: =head2
5718 #: ../src/guestfs-actions.pod:412
5719 msgid "guestfs_aug_insert"
5720 msgstr ""
5721
5722 #. type: verbatim
5723 #: ../src/guestfs-actions.pod:414
5724 #, no-wrap
5725 msgid ""
5726 " int\n"
5727 " guestfs_aug_insert (guestfs_h *g,\n"
5728 "                     const char *augpath,\n"
5729 "                     const char *label,\n"
5730 "                     int before);\n"
5731 "\n"
5732 msgstr ""
5733
5734 #. type: textblock
5735 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
5736 msgid ""
5737 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5738 "or after C<path> (depending on the boolean flag C<before>)."
5739 msgstr ""
5740
5741 #. type: textblock
5742 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
5743 msgid ""
5744 "C<path> must match exactly one existing node in the tree, and C<label> must "
5745 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5746 msgstr ""
5747
5748 #. type: =head2
5749 #: ../src/guestfs-actions.pod:432
5750 msgid "guestfs_aug_load"
5751 msgstr ""
5752
5753 #. type: verbatim
5754 #: ../src/guestfs-actions.pod:434
5755 #, no-wrap
5756 msgid ""
5757 " int\n"
5758 " guestfs_aug_load (guestfs_h *g);\n"
5759 "\n"
5760 msgstr ""
5761
5762 #. type: textblock
5763 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
5764 msgid "Load files into the tree."
5765 msgstr ""
5766
5767 #. type: textblock
5768 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
5769 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5770 msgstr ""
5771
5772 #. type: =head2
5773 #: ../src/guestfs-actions.pod:446
5774 msgid "guestfs_aug_ls"
5775 msgstr ""
5776
5777 #. type: verbatim
5778 #: ../src/guestfs-actions.pod:448
5779 #, no-wrap
5780 msgid ""
5781 " char **\n"
5782 " guestfs_aug_ls (guestfs_h *g,\n"
5783 "                 const char *augpath);\n"
5784 "\n"
5785 msgstr ""
5786
5787 #. type: textblock
5788 #: ../src/guestfs-actions.pod:452
5789 msgid ""
5790 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5791 "sorting the resulting nodes into alphabetical order."
5792 msgstr ""
5793
5794 #. type: textblock
5795 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471 ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213 ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400 ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822 ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4578 ../src/guestfs-actions.pod:5098 ../src/guestfs-actions.pod:5224 ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5989 ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6757 ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6824 ../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
5796 msgid ""
5797 "This function returns a NULL-terminated array of strings (like "
5798 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5799 "strings and the array after use>."
5800 msgstr ""
5801
5802 #. type: textblock
5803 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4582 ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431 ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5851 ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502 ../src/guestfs-actions.pod:6741 ../src/guestfs-actions.pod:6977
5804 msgid "(Added in 0.8)"
5805 msgstr ""
5806
5807 #. type: =head2
5808 #: ../src/guestfs-actions.pod:461
5809 msgid "guestfs_aug_match"
5810 msgstr ""
5811
5812 #. type: verbatim
5813 #: ../src/guestfs-actions.pod:463
5814 #, no-wrap
5815 msgid ""
5816 " char **\n"
5817 " guestfs_aug_match (guestfs_h *g,\n"
5818 "                    const char *augpath);\n"
5819 "\n"
5820 msgstr ""
5821
5822 #. type: textblock
5823 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
5824 msgid ""
5825 "Returns a list of paths which match the path expression C<path>.  The "
5826 "returned paths are sufficiently qualified so that they match exactly one "
5827 "node in the current tree."
5828 msgstr ""
5829
5830 #. type: =head2
5831 #: ../src/guestfs-actions.pod:477
5832 msgid "guestfs_aug_mv"
5833 msgstr ""
5834
5835 #. type: verbatim
5836 #: ../src/guestfs-actions.pod:479
5837 #, no-wrap
5838 msgid ""
5839 " int\n"
5840 " guestfs_aug_mv (guestfs_h *g,\n"
5841 "                 const char *src,\n"
5842 "                 const char *dest);\n"
5843 "\n"
5844 msgstr ""
5845
5846 #. type: textblock
5847 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
5848 msgid ""
5849 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5850 "C<dest> is overwritten if it exists."
5851 msgstr ""
5852
5853 #. type: =head2
5854 #: ../src/guestfs-actions.pod:491
5855 msgid "guestfs_aug_rm"
5856 msgstr ""
5857
5858 #. type: verbatim
5859 #: ../src/guestfs-actions.pod:493
5860 #, no-wrap
5861 msgid ""
5862 " int\n"
5863 " guestfs_aug_rm (guestfs_h *g,\n"
5864 "                 const char *augpath);\n"
5865 "\n"
5866 msgstr ""
5867
5868 #. type: textblock
5869 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
5870 msgid "Remove C<path> and all of its children."
5871 msgstr ""
5872
5873 #. type: textblock
5874 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
5875 msgid "On success this returns the number of entries which were removed."
5876 msgstr ""
5877
5878 #. type: =head2
5879 #: ../src/guestfs-actions.pod:505
5880 msgid "guestfs_aug_save"
5881 msgstr ""
5882
5883 #. type: verbatim
5884 #: ../src/guestfs-actions.pod:507
5885 #, no-wrap
5886 msgid ""
5887 " int\n"
5888 " guestfs_aug_save (guestfs_h *g);\n"
5889 "\n"
5890 msgstr ""
5891
5892 #. type: textblock
5893 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
5894 msgid "This writes all pending changes to disk."
5895 msgstr ""
5896
5897 #. type: textblock
5898 #: ../src/guestfs-actions.pod:512
5899 msgid ""
5900 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5901 "are saved."
5902 msgstr ""
5903
5904 #. type: =head2
5905 #: ../src/guestfs-actions.pod:519
5906 msgid "guestfs_aug_set"
5907 msgstr ""
5908
5909 #. type: verbatim
5910 #: ../src/guestfs-actions.pod:521
5911 #, no-wrap
5912 msgid ""
5913 " int\n"
5914 " guestfs_aug_set (guestfs_h *g,\n"
5915 "                  const char *augpath,\n"
5916 "                  const char *val);\n"
5917 "\n"
5918 msgstr ""
5919
5920 #. type: textblock
5921 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
5922 msgid "Set the value associated with C<path> to C<val>."
5923 msgstr ""
5924
5925 #. type: textblock
5926 #: ../src/guestfs-actions.pod:528
5927 msgid ""
5928 "In the Augeas API, it is possible to clear a node by setting the value to "
5929 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5930 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5931 msgstr ""
5932
5933 #. type: =head2
5934 #: ../src/guestfs-actions.pod:537
5935 msgid "guestfs_available"
5936 msgstr ""
5937
5938 #. type: verbatim
5939 #: ../src/guestfs-actions.pod:539
5940 #, no-wrap
5941 msgid ""
5942 " int\n"
5943 " guestfs_available (guestfs_h *g,\n"
5944 "                    char *const *groups);\n"
5945 "\n"
5946 msgstr ""
5947
5948 #. type: textblock
5949 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
5950 msgid ""
5951 "This command is used to check the availability of some groups of "
5952 "functionality in the appliance, which not all builds of the libguestfs "
5953 "appliance will be able to provide."
5954 msgstr ""
5955
5956 #. type: textblock
5957 #: ../src/guestfs-actions.pod:547
5958 msgid ""
5959 "The libguestfs groups, and the functions that those groups correspond to, "
5960 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5961 "runtime by calling C<guestfs_available_all_groups>."
5962 msgstr ""
5963
5964 #. type: textblock
5965 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
5966 msgid ""
5967 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5968 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5969 "and Augeas (configuration file editing) functions."
5970 msgstr ""
5971
5972 #. type: textblock
5973 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
5974 msgid "The command returns no error if I<all> requested groups are available."
5975 msgstr ""
5976
5977 #. type: textblock
5978 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
5979 msgid ""
5980 "It fails with an error if one or more of the requested groups is unavailable "
5981 "in the appliance."
5982 msgstr ""
5983
5984 #. type: textblock
5985 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
5986 msgid ""
5987 "If an unknown group name is included in the list of groups then an error is "
5988 "always returned."
5989 msgstr ""
5990
5991 #. type: textblock
5992 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
5993 msgid "I<Notes:>"
5994 msgstr ""
5995
5996 #. type: textblock
5997 #: ../src/guestfs-actions.pod:571
5998 msgid "You must call C<guestfs_launch> before calling this function."
5999 msgstr ""
6000
6001 #. type: textblock
6002 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6003 msgid ""
6004 "The reason is because we don't know what groups are supported by the "
6005 "appliance/daemon until it is running and can be queried."
6006 msgstr ""
6007
6008 #. type: textblock
6009 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6010 msgid ""
6011 "If a group of functions is available, this does not necessarily mean that "
6012 "they will work.  You still have to check for errors when calling individual "
6013 "API functions even if they are available."
6014 msgstr ""
6015
6016 #. type: textblock
6017 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6018 msgid ""
6019 "It is usually the job of distro packagers to build complete functionality "
6020 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6021 "with all requirements satisfied, will support everything."
6022 msgstr ""
6023
6024 #. type: textblock
6025 #: ../src/guestfs-actions.pod:593
6026 msgid ""
6027 "This call was added in version C<1.0.80>.  In previous versions of "
6028 "libguestfs all you could do would be to speculatively execute a command to "
6029 "find out if the daemon implemented it.  See also C<guestfs_version>."
6030 msgstr ""
6031
6032 #. type: textblock
6033 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6034 msgid "(Added in 1.0.80)"
6035 msgstr ""
6036
6037 #. type: =head2
6038 #: ../src/guestfs-actions.pod:604
6039 msgid "guestfs_available_all_groups"
6040 msgstr ""
6041
6042 #. type: verbatim
6043 #: ../src/guestfs-actions.pod:606
6044 #, no-wrap
6045 msgid ""
6046 " char **\n"
6047 " guestfs_available_all_groups (guestfs_h *g);\n"
6048 "\n"
6049 msgstr ""
6050
6051 #. type: textblock
6052 #: ../src/guestfs-actions.pod:609
6053 msgid ""
6054 "This command returns a list of all optional groups that this daemon knows "
6055 "about.  Note this returns both supported and unsupported groups.  To find "
6056 "out which ones the daemon can actually support you have to call "
6057 "C<guestfs_available> on each member of the returned list."
6058 msgstr ""
6059
6060 #. type: textblock
6061 #: ../src/guestfs-actions.pod:615
6062 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6063 msgstr ""
6064
6065 #. type: textblock
6066 #: ../src/guestfs-actions.pod:621
6067 msgid "(Added in 1.3.15)"
6068 msgstr ""
6069
6070 #. type: =head2
6071 #: ../src/guestfs-actions.pod:623
6072 msgid "guestfs_base64_in"
6073 msgstr ""
6074
6075 #. type: verbatim
6076 #: ../src/guestfs-actions.pod:625
6077 #, no-wrap
6078 msgid ""
6079 " int\n"
6080 " guestfs_base64_in (guestfs_h *g,\n"
6081 "                    const char *base64file,\n"
6082 "                    const char *filename);\n"
6083 "\n"
6084 msgstr ""
6085
6086 #. type: textblock
6087 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
6088 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6089 msgstr ""
6090
6091 #. type: textblock
6092 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
6093 msgid "(Added in 1.3.5)"
6094 msgstr ""
6095
6096 #. type: =head2
6097 #: ../src/guestfs-actions.pod:637
6098 msgid "guestfs_base64_out"
6099 msgstr ""
6100
6101 #. type: verbatim
6102 #: ../src/guestfs-actions.pod:639
6103 #, no-wrap
6104 msgid ""
6105 " int\n"
6106 " guestfs_base64_out (guestfs_h *g,\n"
6107 "                     const char *filename,\n"
6108 "                     const char *base64file);\n"
6109 "\n"
6110 msgstr ""
6111
6112 #. type: textblock
6113 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
6114 msgid ""
6115 "This command downloads the contents of C<filename>, writing it out to local "
6116 "file C<base64file> encoded as base64."
6117 msgstr ""
6118
6119 #. type: =head2
6120 #: ../src/guestfs-actions.pod:651
6121 msgid "guestfs_blockdev_flushbufs"
6122 msgstr ""
6123
6124 #. type: verbatim
6125 #: ../src/guestfs-actions.pod:653
6126 #, no-wrap
6127 msgid ""
6128 " int\n"
6129 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6130 "                             const char *device);\n"
6131 "\n"
6132 msgstr ""
6133
6134 #. type: textblock
6135 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
6136 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6137 msgstr ""
6138
6139 #. type: textblock
6140 #: ../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
6141 msgid "This uses the L<blockdev(8)> command."
6142 msgstr ""
6143
6144 #. type: textblock
6145 #: ../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
6146 msgid "(Added in 0.9.3)"
6147 msgstr ""
6148
6149 #. type: =head2
6150 #: ../src/guestfs-actions.pod:666
6151 msgid "guestfs_blockdev_getbsz"
6152 msgstr ""
6153
6154 #. type: verbatim
6155 #: ../src/guestfs-actions.pod:668
6156 #, no-wrap
6157 msgid ""
6158 " int\n"
6159 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6160 "                          const char *device);\n"
6161 "\n"
6162 msgstr ""
6163
6164 #. type: textblock
6165 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
6166 msgid "This returns the block size of a device."
6167 msgstr ""
6168
6169 #. type: textblock
6170 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
6171 msgid ""
6172 "(Note this is different from both I<size in blocks> and I<filesystem block "
6173 "size>)."
6174 msgstr ""
6175
6176 #. type: =head2
6177 #: ../src/guestfs-actions.pod:683
6178 msgid "guestfs_blockdev_getro"
6179 msgstr ""
6180
6181 #. type: verbatim
6182 #: ../src/guestfs-actions.pod:685
6183 #, no-wrap
6184 msgid ""
6185 " int\n"
6186 " guestfs_blockdev_getro (guestfs_h *g,\n"
6187 "                         const char *device);\n"
6188 "\n"
6189 msgstr ""
6190
6191 #. type: textblock
6192 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
6193 msgid ""
6194 "Returns a boolean indicating if the block device is read-only (true if "
6195 "read-only, false if not)."
6196 msgstr ""
6197
6198 #. type: textblock
6199 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891 ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974 ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044 ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3158 ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3185 ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:4727
6200 msgid "This function returns a C truth value on success or -1 on error."
6201 msgstr ""
6202
6203 #. type: =head2
6204 #: ../src/guestfs-actions.pod:698
6205 msgid "guestfs_blockdev_getsize64"
6206 msgstr ""
6207
6208 #. type: verbatim
6209 #: ../src/guestfs-actions.pod:700
6210 #, no-wrap
6211 msgid ""
6212 " int64_t\n"
6213 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6214 "                             const char *device);\n"
6215 "\n"
6216 msgstr ""
6217
6218 #. type: textblock
6219 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
6220 msgid "This returns the size of the device in bytes."
6221 msgstr ""
6222
6223 #. type: textblock
6224 #: ../src/guestfs-actions.pod:706
6225 msgid "See also C<guestfs_blockdev_getsz>."
6226 msgstr ""
6227
6228 #. type: =head2
6229 #: ../src/guestfs-actions.pod:714
6230 msgid "guestfs_blockdev_getss"
6231 msgstr ""
6232
6233 #. type: verbatim
6234 #: ../src/guestfs-actions.pod:716
6235 #, no-wrap
6236 msgid ""
6237 " int\n"
6238 " guestfs_blockdev_getss (guestfs_h *g,\n"
6239 "                         const char *device);\n"
6240 "\n"
6241 msgstr ""
6242
6243 #. type: textblock
6244 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
6245 msgid ""
6246 "This returns the size of sectors on a block device.  Usually 512, but can be "
6247 "larger for modern devices."
6248 msgstr ""
6249
6250 #. type: textblock
6251 #: ../src/guestfs-actions.pod:723
6252 msgid ""
6253 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6254 "that)."
6255 msgstr ""
6256
6257 #. type: =head2
6258 #: ../src/guestfs-actions.pod:732
6259 msgid "guestfs_blockdev_getsz"
6260 msgstr ""
6261
6262 #. type: verbatim
6263 #: ../src/guestfs-actions.pod:734
6264 #, no-wrap
6265 msgid ""
6266 " int64_t\n"
6267 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6268 "                         const char *device);\n"
6269 "\n"
6270 msgstr ""
6271
6272 #. type: textblock
6273 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
6274 msgid ""
6275 "This returns the size of the device in units of 512-byte sectors (even if "
6276 "the sectorsize isn't 512 bytes ... weird)."
6277 msgstr ""
6278
6279 #. type: textblock
6280 #: ../src/guestfs-actions.pod:741
6281 msgid ""
6282 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6283 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6284 msgstr ""
6285
6286 #. type: =head2
6287 #: ../src/guestfs-actions.pod:751
6288 msgid "guestfs_blockdev_rereadpt"
6289 msgstr ""
6290
6291 #. type: verbatim
6292 #: ../src/guestfs-actions.pod:753
6293 #, no-wrap
6294 msgid ""
6295 " int\n"
6296 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6297 "                            const char *device);\n"
6298 "\n"
6299 msgstr ""
6300
6301 #. type: textblock
6302 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
6303 msgid "Reread the partition table on C<device>."
6304 msgstr ""
6305
6306 #. type: =head2
6307 #: ../src/guestfs-actions.pod:765
6308 msgid "guestfs_blockdev_setbsz"
6309 msgstr ""
6310
6311 #. type: verbatim
6312 #: ../src/guestfs-actions.pod:767
6313 #, no-wrap
6314 msgid ""
6315 " int\n"
6316 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6317 "                          const char *device,\n"
6318 "                          int blocksize);\n"
6319 "\n"
6320 msgstr ""
6321
6322 #. type: textblock
6323 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
6324 msgid "This sets the block size of a device."
6325 msgstr ""
6326
6327 #. type: =head2
6328 #: ../src/guestfs-actions.pod:783
6329 msgid "guestfs_blockdev_setro"
6330 msgstr ""
6331
6332 #. type: verbatim
6333 #: ../src/guestfs-actions.pod:785
6334 #, no-wrap
6335 msgid ""
6336 " int\n"
6337 " guestfs_blockdev_setro (guestfs_h *g,\n"
6338 "                         const char *device);\n"
6339 "\n"
6340 msgstr ""
6341
6342 #. type: textblock
6343 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
6344 msgid "Sets the block device named C<device> to read-only."
6345 msgstr ""
6346
6347 #. type: =head2
6348 #: ../src/guestfs-actions.pod:797
6349 msgid "guestfs_blockdev_setrw"
6350 msgstr ""
6351
6352 #. type: verbatim
6353 #: ../src/guestfs-actions.pod:799
6354 #, no-wrap
6355 msgid ""
6356 " int\n"
6357 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6358 "                         const char *device);\n"
6359 "\n"
6360 msgstr ""
6361
6362 #. type: textblock
6363 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
6364 msgid "Sets the block device named C<device> to read-write."
6365 msgstr ""
6366
6367 #. type: =head2
6368 #: ../src/guestfs-actions.pod:811
6369 msgid "guestfs_case_sensitive_path"
6370 msgstr ""
6371
6372 #. type: verbatim
6373 #: ../src/guestfs-actions.pod:813
6374 #, no-wrap
6375 msgid ""
6376 " char *\n"
6377 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6378 "                              const char *path);\n"
6379 "\n"
6380 msgstr ""
6381
6382 #. type: textblock
6383 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
6384 msgid ""
6385 "This can be used to resolve case insensitive paths on a filesystem which is "
6386 "case sensitive.  The use case is to resolve paths which you have read from "
6387 "Windows configuration files or the Windows Registry, to the true path."
6388 msgstr ""
6389
6390 #. type: textblock
6391 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
6392 msgid ""
6393 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6394 "(and probably others), which is that although the underlying filesystem is "
6395 "case-insensitive, the driver exports the filesystem to Linux as "
6396 "case-sensitive."
6397 msgstr ""
6398
6399 #. type: textblock
6400 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
6401 msgid ""
6402 "One consequence of this is that special directories such as C<c:\\windows> "
6403 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6404 "precise details of how they were created.  In Windows itself this would not "
6405 "be a problem."
6406 msgstr ""
6407
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
6410 msgid ""
6411 "Bug or feature? You decide: "
6412 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6413 msgstr ""
6414
6415 #. type: textblock
6416 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
6417 msgid ""
6418 "This function resolves the true case of each element in the path and returns "
6419 "the case-sensitive path."
6420 msgstr ""
6421
6422 #. type: textblock
6423 #: ../src/guestfs-actions.pod:839
6424 msgid ""
6425 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6426 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6427 "how the directories were originally created under Windows)."
6428 msgstr ""
6429
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
6432 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6433 msgstr ""
6434
6435 #. type: textblock
6436 #: ../src/guestfs-actions.pod:847
6437 msgid "See also C<guestfs_realpath>."
6438 msgstr ""
6439
6440 #. type: textblock
6441 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6669
6442 msgid "(Added in 1.0.75)"
6443 msgstr ""
6444
6445 #. type: =head2
6446 #: ../src/guestfs-actions.pod:854
6447 msgid "guestfs_cat"
6448 msgstr ""
6449
6450 #. type: verbatim
6451 #: ../src/guestfs-actions.pod:856
6452 #, no-wrap
6453 msgid ""
6454 " char *\n"
6455 " guestfs_cat (guestfs_h *g,\n"
6456 "              const char *path);\n"
6457 "\n"
6458 msgstr ""
6459
6460 #. type: textblock
6461 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3466
6462 msgid "Return the contents of the file named C<path>."
6463 msgstr ""
6464
6465 #. type: textblock
6466 #: ../src/guestfs-actions.pod:862
6467 msgid ""
6468 "Note that this function cannot correctly handle binary files (specifically, "
6469 "files containing C<\\0> character which is treated as end of string).  For "
6470 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6471 "functions which have a more complex interface."
6472 msgstr ""
6473
6474 #. type: textblock
6475 #: ../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:4996 ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5153 ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:5203 ../src/guestfs-actions.pod:6054 ../src/guestfs-actions.pod:6109 ../src/guestfs-actions.pod:6255 ../src/guestfs-actions.pod:6279 ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:6993 ../src/guestfs-actions.pod:7012 ../src/guestfs-actions.pod:7097 ../src/guestfs-actions.pod:7116 ../src/guestfs-actions.pod:7162 ../src/guestfs-actions.pod:7181 ../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:3336 ../fish/guestfish-actions.pod:3351 ../fish/guestfish-actions.pod:3427 ../fish/guestfish-actions.pod:3444 ../fish/guestfish-actions.pod:3459 ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4088 ../fish/guestfish-actions.pod:4173 ../fish/guestfish-actions.pod:4188 ../fish/guestfish-actions.pod:4598 ../fish/guestfish-actions.pod:4616 ../fish/guestfish-actions.pod:4633 ../fish/guestfish-actions.pod:4643 ../fish/guestfish-actions.pod:4691 ../fish/guestfish-actions.pod:4701 ../fish/guestfish-actions.pod:4730 ../fish/guestfish-actions.pod:4740
6476 msgid ""
6477 "Because of the message protocol, there is a transfer limit of somewhere "
6478 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6479 msgstr ""
6480
6481 #. type: textblock
6482 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3326 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405 ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5102 ../src/guestfs-actions.pod:5116 ../src/guestfs-actions.pod:6828 ../src/guestfs-actions.pod:6842
6483 msgid "(Added in 0.4)"
6484 msgstr ""
6485
6486 #. type: =head2
6487 #: ../src/guestfs-actions.pod:875
6488 msgid "guestfs_checksum"
6489 msgstr ""
6490
6491 #. type: verbatim
6492 #: ../src/guestfs-actions.pod:877
6493 #, no-wrap
6494 msgid ""
6495 " char *\n"
6496 " guestfs_checksum (guestfs_h *g,\n"
6497 "                   const char *csumtype,\n"
6498 "                   const char *path);\n"
6499 "\n"
6500 msgstr ""
6501
6502 #. type: textblock
6503 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
6504 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6505 msgstr ""
6506
6507 #. type: textblock
6508 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
6509 msgid ""
6510 "The type of checksum to compute is given by the C<csumtype> parameter which "
6511 "must have one of the following values:"
6512 msgstr ""
6513
6514 #. type: =item
6515 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
6516 msgid "C<crc>"
6517 msgstr ""
6518
6519 #. type: textblock
6520 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
6521 msgid ""
6522 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6523 "C<cksum> command."
6524 msgstr ""
6525
6526 #. type: =item
6527 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
6528 msgid "C<md5>"
6529 msgstr ""
6530
6531 #. type: textblock
6532 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
6533 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6534 msgstr ""
6535
6536 #. type: =item
6537 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
6538 msgid "C<sha1>"
6539 msgstr ""
6540
6541 #. type: textblock
6542 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
6543 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6544 msgstr ""
6545
6546 #. type: =item
6547 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
6548 msgid "C<sha224>"
6549 msgstr ""
6550
6551 #. type: textblock
6552 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
6553 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6554 msgstr ""
6555
6556 #. type: =item
6557 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
6558 msgid "C<sha256>"
6559 msgstr ""
6560
6561 #. type: textblock
6562 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
6563 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6564 msgstr ""
6565
6566 #. type: =item
6567 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
6568 msgid "C<sha384>"
6569 msgstr ""
6570
6571 #. type: textblock
6572 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
6573 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6574 msgstr ""
6575
6576 #. type: =item
6577 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
6578 msgid "C<sha512>"
6579 msgstr ""
6580
6581 #. type: textblock
6582 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
6583 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6584 msgstr ""
6585
6586 #. type: textblock
6587 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
6588 msgid "The checksum is returned as a printable string."
6589 msgstr ""
6590
6591 #. type: textblock
6592 #: ../src/guestfs-actions.pod:923
6593 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6594 msgstr ""
6595
6596 #. type: textblock
6597 #: ../src/guestfs-actions.pod:925
6598 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6599 msgstr ""
6600
6601 #. type: textblock
6602 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3070 ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160 ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6525
6603 msgid "(Added in 1.0.2)"
6604 msgstr ""
6605
6606 #. type: =head2
6607 #: ../src/guestfs-actions.pod:932
6608 msgid "guestfs_checksum_device"
6609 msgstr ""
6610
6611 #. type: verbatim
6612 #: ../src/guestfs-actions.pod:934
6613 #, no-wrap
6614 msgid ""
6615 " char *\n"
6616 " guestfs_checksum_device (guestfs_h *g,\n"
6617 "                          const char *csumtype,\n"
6618 "                          const char *device);\n"
6619 "\n"
6620 msgstr ""
6621
6622 #. type: textblock
6623 #: ../src/guestfs-actions.pod:939
6624 msgid ""
6625 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6626 "device named C<device>.  For the types of checksums supported see the "
6627 "C<guestfs_checksum> command."
6628 msgstr ""
6629
6630 #. type: textblock
6631 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4729 ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:6854
6632 msgid "(Added in 1.3.2)"
6633 msgstr ""
6634
6635 #. type: =head2
6636 #: ../src/guestfs-actions.pod:948
6637 msgid "guestfs_checksums_out"
6638 msgstr ""
6639
6640 #. type: verbatim
6641 #: ../src/guestfs-actions.pod:950
6642 #, no-wrap
6643 msgid ""
6644 " int\n"
6645 " guestfs_checksums_out (guestfs_h *g,\n"
6646 "                        const char *csumtype,\n"
6647 "                        const char *directory,\n"
6648 "                        const char *sumsfile);\n"
6649 "\n"
6650 msgstr ""
6651
6652 #. type: textblock
6653 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
6654 msgid ""
6655 "This command computes the checksums of all regular files in C<directory> and "
6656 "then emits a list of those checksums to the local output file C<sumsfile>."
6657 msgstr ""
6658
6659 #. type: textblock
6660 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
6661 msgid ""
6662 "This can be used for verifying the integrity of a virtual machine.  However "
6663 "to be properly secure you should pay attention to the output of the checksum "
6664 "command (it uses the ones from GNU coreutils).  In particular when the "
6665 "filename is not printable, coreutils uses a special backslash syntax.  For "
6666 "more information, see the GNU coreutils info file."
6667 msgstr ""
6668
6669 #. type: textblock
6670 #: ../src/guestfs-actions.pod:970
6671 msgid "(Added in 1.3.7)"
6672 msgstr ""
6673
6674 #. type: =head2
6675 #: ../src/guestfs-actions.pod:972
6676 msgid "guestfs_chmod"
6677 msgstr ""
6678
6679 #. type: verbatim
6680 #: ../src/guestfs-actions.pod:974
6681 #, no-wrap
6682 msgid ""
6683 " int\n"
6684 " guestfs_chmod (guestfs_h *g,\n"
6685 "                int mode,\n"
6686 "                const char *path);\n"
6687 "\n"
6688 msgstr ""
6689
6690 #. type: textblock
6691 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
6692 msgid ""
6693 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6694 "supported."
6695 msgstr ""
6696
6697 #. type: textblock
6698 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
6699 msgid ""
6700 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6701 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6702 "C<700>."
6703 msgstr ""
6704
6705 #. type: textblock
6706 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4351 ../src/guestfs-actions.pod:4370 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2911 ../fish/guestfish-actions.pod:2921 ../fish/guestfish-actions.pod:2931
6707 msgid "The mode actually set is affected by the umask."
6708 msgstr ""
6709
6710 #. type: =head2
6711 #: ../src/guestfs-actions.pod:992
6712 msgid "guestfs_chown"
6713 msgstr ""
6714
6715 #. type: verbatim
6716 #: ../src/guestfs-actions.pod:994
6717 #, no-wrap
6718 msgid ""
6719 " int\n"
6720 " guestfs_chown (guestfs_h *g,\n"
6721 "                int owner,\n"
6722 "                int group,\n"
6723 "                const char *path);\n"
6724 "\n"
6725 msgstr ""
6726
6727 #. type: textblock
6728 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
6729 msgid "Change the file owner to C<owner> and group to C<group>."
6730 msgstr ""
6731
6732 #. type: textblock
6733 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3257 ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253
6734 msgid ""
6735 "Only numeric uid and gid are supported.  If you want to use names, you will "
6736 "need to locate and parse the password file yourself (Augeas support makes "
6737 "this relatively easy)."
6738 msgstr ""
6739
6740 #. type: =head2
6741 #: ../src/guestfs-actions.pod:1010
6742 msgid "guestfs_command"
6743 msgstr ""
6744
6745 #. type: verbatim
6746 #: ../src/guestfs-actions.pod:1012
6747 #, no-wrap
6748 msgid ""
6749 " char *\n"
6750 " guestfs_command (guestfs_h *g,\n"
6751 "                  char *const *arguments);\n"
6752 "\n"
6753 msgstr ""
6754
6755 #. type: textblock
6756 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
6757 msgid ""
6758 "This call runs a command from the guest filesystem.  The filesystem must be "
6759 "mounted, and must contain a compatible operating system (ie. something "
6760 "Linux, with the same or compatible processor architecture)."
6761 msgstr ""
6762
6763 #. type: textblock
6764 #: ../src/guestfs-actions.pod:1021
6765 msgid ""
6766 "The single parameter is an argv-style list of arguments.  The first element "
6767 "is the name of the program to run.  Subsequent elements are parameters.  The "
6768 "list must be non-empty (ie. must contain a program name).  Note that the "
6769 "command runs directly, and is I<not> invoked via the shell (see "
6770 "C<guestfs_sh>)."
6771 msgstr ""
6772
6773 #. type: textblock
6774 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
6775 msgid "The return value is anything printed to I<stdout> by the command."
6776 msgstr ""
6777
6778 #. type: textblock
6779 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
6780 msgid ""
6781 "If the command returns a non-zero exit status, then this function returns an "
6782 "error message.  The error message string is the content of I<stderr> from "
6783 "the command."
6784 msgstr ""
6785
6786 #. type: textblock
6787 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
6788 msgid ""
6789 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6790 "C</bin>.  If you require a program from another location, you should provide "
6791 "the full path in the first parameter."
6792 msgstr ""
6793
6794 #. type: textblock
6795 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
6796 msgid ""
6797 "Shared libraries and data files required by the program must be available on "
6798 "filesystems which are mounted in the correct places.  It is the caller's "
6799 "responsibility to ensure all filesystems that are needed are mounted at the "
6800 "right locations."
6801 msgstr ""
6802
6803 #. type: textblock
6804 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1535
6805 msgid "(Added in 0.9.1)"
6806 msgstr ""
6807
6808 #. type: =head2
6809 #: ../src/guestfs-actions.pod:1054
6810 msgid "guestfs_command_lines"
6811 msgstr ""
6812
6813 #. type: verbatim
6814 #: ../src/guestfs-actions.pod:1056
6815 #, no-wrap
6816 msgid ""
6817 " char **\n"
6818 " guestfs_command_lines (guestfs_h *g,\n"
6819 "                        char *const *arguments);\n"
6820 "\n"
6821 msgstr ""
6822
6823 #. type: textblock
6824 #: ../src/guestfs-actions.pod:1060
6825 msgid ""
6826 "This is the same as C<guestfs_command>, but splits the result into a list of "
6827 "lines."
6828 msgstr ""
6829
6830 #. type: textblock
6831 #: ../src/guestfs-actions.pod:1063
6832 msgid "See also: C<guestfs_sh_lines>"
6833 msgstr ""
6834
6835 #. type: =head2
6836 #: ../src/guestfs-actions.pod:1074
6837 msgid "guestfs_config"
6838 msgstr ""
6839
6840 #. type: verbatim
6841 #: ../src/guestfs-actions.pod:1076
6842 #, no-wrap
6843 msgid ""
6844 " int\n"
6845 " guestfs_config (guestfs_h *g,\n"
6846 "                 const char *qemuparam,\n"
6847 "                 const char *qemuvalue);\n"
6848 "\n"
6849 msgstr ""
6850
6851 #. type: textblock
6852 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
6853 msgid ""
6854 "This can be used to add arbitrary qemu command line parameters of the form "
6855 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6856 "setting some parameters which would interfere with parameters that we use."
6857 msgstr ""
6858
6859 #. type: textblock
6860 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
6861 msgid "The first character of C<param> string must be a C<-> (dash)."
6862 msgstr ""
6863
6864 #. type: textblock
6865 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
6866 msgid "C<value> can be NULL."
6867 msgstr ""
6868
6869 #. type: =head2
6870 #: ../src/guestfs-actions.pod:1094
6871 msgid "guestfs_copy_size"
6872 msgstr ""
6873
6874 #. type: verbatim
6875 #: ../src/guestfs-actions.pod:1096
6876 #, no-wrap
6877 msgid ""
6878 " int\n"
6879 " guestfs_copy_size (guestfs_h *g,\n"
6880 "                    const char *src,\n"
6881 "                    const char *dest,\n"
6882 "                    int64_t size);\n"
6883 "\n"
6884 msgstr ""
6885
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
6888 msgid ""
6889 "This command copies exactly C<size> bytes from one source device or file "
6890 "C<src> to another destination device or file C<dest>."
6891 msgstr ""
6892
6893 #. type: textblock
6894 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
6895 msgid ""
6896 "Note this will fail if the source is too short or if the destination is not "
6897 "large enough."
6898 msgstr ""
6899
6900 #. type: textblock
6901 #: ../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:6520 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052
6902 msgid ""
6903 "This long-running command can generate progress notification messages so "
6904 "that the caller can display a progress bar or indicator.  To receive these "
6905 "messages, the caller must register a progress callback.  See "
6906 "L<guestfs(3)/guestfs_set_progress_callback>."
6907 msgstr ""
6908
6909 #. type: textblock
6910 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3925 ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:6781 ../src/guestfs-actions.pod:6867
6911 msgid "(Added in 1.0.87)"
6912 msgstr ""
6913
6914 #. type: =head2
6915 #: ../src/guestfs-actions.pod:1117
6916 msgid "guestfs_cp"
6917 msgstr ""
6918
6919 #. type: verbatim
6920 #: ../src/guestfs-actions.pod:1119
6921 #, no-wrap
6922 msgid ""
6923 " int\n"
6924 " guestfs_cp (guestfs_h *g,\n"
6925 "             const char *src,\n"
6926 "             const char *dest);\n"
6927 "\n"
6928 msgstr ""
6929
6930 #. type: textblock
6931 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
6932 msgid ""
6933 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6934 "destination filename or destination directory."
6935 msgstr ""
6936
6937 #. type: textblock
6938 #: ../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:4596 ../src/guestfs-actions.pod:4973
6939 msgid "(Added in 1.0.18)"
6940 msgstr ""
6941
6942 #. type: =head2
6943 #: ../src/guestfs-actions.pod:1131
6944 msgid "guestfs_cp_a"
6945 msgstr ""
6946
6947 #. type: verbatim
6948 #: ../src/guestfs-actions.pod:1133
6949 #, no-wrap
6950 msgid ""
6951 " int\n"
6952 " guestfs_cp_a (guestfs_h *g,\n"
6953 "               const char *src,\n"
6954 "               const char *dest);\n"
6955 "\n"
6956 msgstr ""
6957
6958 #. type: textblock
6959 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
6960 msgid ""
6961 "This copies a file or directory from C<src> to C<dest> recursively using the "
6962 "C<cp -a> command."
6963 msgstr ""
6964
6965 #. type: =head2
6966 #: ../src/guestfs-actions.pod:1145
6967 msgid "guestfs_dd"
6968 msgstr ""
6969
6970 #. type: verbatim
6971 #: ../src/guestfs-actions.pod:1147
6972 #, no-wrap
6973 msgid ""
6974 " int\n"
6975 " guestfs_dd (guestfs_h *g,\n"
6976 "             const char *src,\n"
6977 "             const char *dest);\n"
6978 "\n"
6979 msgstr ""
6980
6981 #. type: textblock
6982 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
6983 msgid ""
6984 "This command copies from one source device or file C<src> to another "
6985 "destination device or file C<dest>.  Normally you would use this to copy to "
6986 "or from a device or partition, for example to duplicate a filesystem."
6987 msgstr ""
6988
6989 #. type: textblock
6990 #: ../src/guestfs-actions.pod:1157
6991 msgid ""
6992 "If the destination is a device, it must be as large or larger than the "
6993 "source file or device, otherwise the copy will fail.  This command cannot do "
6994 "partial copies (see C<guestfs_copy_size>)."
6995 msgstr ""
6996
6997 #. type: =head2
6998 #: ../src/guestfs-actions.pod:1165
6999 msgid "guestfs_df"
7000 msgstr ""
7001
7002 #. type: verbatim
7003 #: ../src/guestfs-actions.pod:1167
7004 #, no-wrap
7005 msgid ""
7006 " char *\n"
7007 " guestfs_df (guestfs_h *g);\n"
7008 "\n"
7009 msgstr ""
7010
7011 #. type: textblock
7012 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
7013 msgid "This command runs the C<df> command to report disk space used."
7014 msgstr ""
7015
7016 #. type: textblock
7017 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
7018 msgid ""
7019 "This command is mostly useful for interactive sessions.  It is I<not> "
7020 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7021 "from programs."
7022 msgstr ""
7023
7024 #. type: textblock
7025 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355 ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6282 ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913 ../src/guestfs-actions.pod:6926
7026 msgid "(Added in 1.0.54)"
7027 msgstr ""
7028
7029 #. type: =head2
7030 #: ../src/guestfs-actions.pod:1181
7031 msgid "guestfs_df_h"
7032 msgstr ""
7033
7034 #. type: verbatim
7035 #: ../src/guestfs-actions.pod:1183
7036 #, no-wrap
7037 msgid ""
7038 " char *\n"
7039 " guestfs_df_h (guestfs_h *g);\n"
7040 "\n"
7041 msgstr ""
7042
7043 #. type: textblock
7044 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
7045 msgid ""
7046 "This command runs the C<df -h> command to report disk space used in "
7047 "human-readable format."
7048 msgstr ""
7049
7050 #. type: =head2
7051 #: ../src/guestfs-actions.pod:1198
7052 msgid "guestfs_dmesg"
7053 msgstr ""
7054
7055 #. type: verbatim
7056 #: ../src/guestfs-actions.pod:1200
7057 #, no-wrap
7058 msgid ""
7059 " char *\n"
7060 " guestfs_dmesg (guestfs_h *g);\n"
7061 "\n"
7062 msgstr ""
7063
7064 #. type: textblock
7065 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
7066 msgid ""
7067 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7068 "This is sometimes useful for extended debugging of problems."
7069 msgstr ""
7070
7071 #. type: textblock
7072 #: ../src/guestfs-actions.pod:1207
7073 msgid ""
7074 "Another way to get the same information is to enable verbose messages with "
7075 "C<guestfs_set_verbose> or by setting the environment variable "
7076 "C<LIBGUESTFS_DEBUG=1> before running the program."
7077 msgstr ""
7078
7079 #. type: =head2
7080 #: ../src/guestfs-actions.pod:1217
7081 msgid "guestfs_download"
7082 msgstr ""
7083
7084 #. type: verbatim
7085 #: ../src/guestfs-actions.pod:1219
7086 #, no-wrap
7087 msgid ""
7088 " int\n"
7089 " guestfs_download (guestfs_h *g,\n"
7090 "                   const char *remotefilename,\n"
7091 "                   const char *filename);\n"
7092 "\n"
7093 msgstr ""
7094
7095 #. type: textblock
7096 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
7097 msgid ""
7098 "Download file C<remotefilename> and save it as C<filename> on the local "
7099 "machine."
7100 msgstr ""
7101
7102 #. type: textblock
7103 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6514 ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4346
7104 msgid "C<filename> can also be a named pipe."
7105 msgstr ""
7106
7107 #. type: textblock
7108 #: ../src/guestfs-actions.pod:1229
7109 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7110 msgstr ""
7111
7112 #. type: =head2
7113 #: ../src/guestfs-actions.pod:1240
7114 msgid "guestfs_download_offset"
7115 msgstr ""
7116
7117 #. type: verbatim
7118 #: ../src/guestfs-actions.pod:1242
7119 #, no-wrap
7120 msgid ""
7121 " int\n"
7122 " guestfs_download_offset (guestfs_h *g,\n"
7123 "                          const char *remotefilename,\n"
7124 "                          const char *filename,\n"
7125 "                          int64_t offset,\n"
7126 "                          int64_t size);\n"
7127 "\n"
7128 msgstr ""
7129
7130 #. type: textblock
7131 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
7132 msgid ""
7133 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7134 "region must be within the file or device)."
7135 msgstr ""
7136
7137 #. type: textblock
7138 #: ../src/guestfs-actions.pod:1255
7139 msgid ""
7140 "Note that there is no limit on the amount of data that can be downloaded "
7141 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7142 "full amount unless an error occurs."
7143 msgstr ""
7144
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:1260
7147 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7148 msgstr ""
7149
7150 #. type: textblock
7151 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6559
7152 msgid "(Added in 1.5.17)"
7153 msgstr ""
7154
7155 #. type: =head2
7156 #: ../src/guestfs-actions.pod:1271
7157 msgid "guestfs_drop_caches"
7158 msgstr ""
7159
7160 #. type: verbatim
7161 #: ../src/guestfs-actions.pod:1273
7162 #, no-wrap
7163 msgid ""
7164 " int\n"
7165 " guestfs_drop_caches (guestfs_h *g,\n"
7166 "                      int whattodrop);\n"
7167 "\n"
7168 msgstr ""
7169
7170 #. type: textblock
7171 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
7172 msgid ""
7173 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7174 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7175 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7176 msgstr ""
7177
7178 #. type: textblock
7179 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
7180 msgid "Setting C<whattodrop> to 3 should drop everything."
7181 msgstr ""
7182
7183 #. type: textblock
7184 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
7185 msgid ""
7186 "This automatically calls L<sync(2)> before the operation, so that the "
7187 "maximum guest memory is freed."
7188 msgstr ""
7189
7190 #. type: =head2
7191 #: ../src/guestfs-actions.pod:1291
7192 msgid "guestfs_du"
7193 msgstr ""
7194
7195 #. type: verbatim
7196 #: ../src/guestfs-actions.pod:1293
7197 #, no-wrap
7198 msgid ""
7199 " int64_t\n"
7200 " guestfs_du (guestfs_h *g,\n"
7201 "             const char *path);\n"
7202 "\n"
7203 msgstr ""
7204
7205 #. type: textblock
7206 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
7207 msgid ""
7208 "This command runs the C<du -s> command to estimate file space usage for "
7209 "C<path>."
7210 msgstr ""
7211
7212 #. type: textblock
7213 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
7214 msgid ""
7215 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7216 "estimate includes the contents of the directory and all subdirectories "
7217 "(recursively)."
7218 msgstr ""
7219
7220 #. type: textblock
7221 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
7222 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7223 msgstr ""
7224
7225 #. type: =head2
7226 #: ../src/guestfs-actions.pod:1311
7227 msgid "guestfs_e2fsck_f"
7228 msgstr ""
7229
7230 #. type: verbatim
7231 #: ../src/guestfs-actions.pod:1313
7232 #, no-wrap
7233 msgid ""
7234 " int\n"
7235 " guestfs_e2fsck_f (guestfs_h *g,\n"
7236 "                   const char *device);\n"
7237 "\n"
7238 msgstr ""
7239
7240 #. type: textblock
7241 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
7242 msgid ""
7243 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7244 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7245 "clean (C<-f>)."
7246 msgstr ""
7247
7248 #. type: textblock
7249 #: ../src/guestfs-actions.pod:1321
7250 msgid ""
7251 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7252 "Normally you should use C<guestfs_fsck>."
7253 msgstr ""
7254
7255 #. type: textblock
7256 #: ../src/guestfs-actions.pod:1326
7257 msgid "(Added in 1.0.29)"
7258 msgstr ""
7259
7260 #. type: =head2
7261 #: ../src/guestfs-actions.pod:1328
7262 msgid "guestfs_echo_daemon"
7263 msgstr ""
7264
7265 #. type: verbatim
7266 #: ../src/guestfs-actions.pod:1330
7267 #, no-wrap
7268 msgid ""
7269 " char *\n"
7270 " guestfs_echo_daemon (guestfs_h *g,\n"
7271 "                      char *const *words);\n"
7272 "\n"
7273 msgstr ""
7274
7275 #. type: textblock
7276 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
7277 msgid ""
7278 "This command concatenates the list of C<words> passed with single spaces "
7279 "between them and returns the resulting string."
7280 msgstr ""
7281
7282 #. type: textblock
7283 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
7284 msgid "You can use this command to test the connection through to the daemon."
7285 msgstr ""
7286
7287 #. type: textblock
7288 #: ../src/guestfs-actions.pod:1339
7289 msgid "See also C<guestfs_ping_daemon>."
7290 msgstr ""
7291
7292 #. type: textblock
7293 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:5762
7294 msgid "(Added in 1.0.69)"
7295 msgstr ""
7296
7297 #. type: =head2
7298 #: ../src/guestfs-actions.pod:1346
7299 msgid "guestfs_egrep"
7300 msgstr ""
7301
7302 #. type: verbatim
7303 #: ../src/guestfs-actions.pod:1348
7304 #, no-wrap
7305 msgid ""
7306 " char **\n"
7307 " guestfs_egrep (guestfs_h *g,\n"
7308 "                const char *regex,\n"
7309 "                const char *path);\n"
7310 "\n"
7311 msgstr ""
7312
7313 #. type: textblock
7314 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
7315 msgid "This calls the external C<egrep> program and returns the matching lines."
7316 msgstr ""
7317
7318 #. type: textblock
7319 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485 ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404 ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472 ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4431 ../src/guestfs-actions.pod:5307 ../src/guestfs-actions.pod:5356 ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138 ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6996 ../src/guestfs-actions.pod:7015 ../src/guestfs-actions.pod:7100 ../src/guestfs-actions.pod:7119 ../src/guestfs-actions.pod:7165 ../src/guestfs-actions.pod:7184
7320 msgid "(Added in 1.0.66)"
7321 msgstr ""
7322
7323 #. type: =head2
7324 #: ../src/guestfs-actions.pod:1365
7325 msgid "guestfs_egrepi"
7326 msgstr ""
7327
7328 #. type: verbatim
7329 #: ../src/guestfs-actions.pod:1367
7330 #, no-wrap
7331 msgid ""
7332 " char **\n"
7333 " guestfs_egrepi (guestfs_h *g,\n"
7334 "                 const char *regex,\n"
7335 "                 const char *path);\n"
7336 "\n"
7337 msgstr ""
7338
7339 #. type: textblock
7340 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
7341 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7342 msgstr ""
7343
7344 #. type: =head2
7345 #: ../src/guestfs-actions.pod:1384
7346 msgid "guestfs_equal"
7347 msgstr ""
7348
7349 #. type: verbatim
7350 #: ../src/guestfs-actions.pod:1386
7351 #, no-wrap
7352 msgid ""
7353 " int\n"
7354 " guestfs_equal (guestfs_h *g,\n"
7355 "                const char *file1,\n"
7356 "                const char *file2);\n"
7357 "\n"
7358 msgstr ""
7359
7360 #. type: textblock
7361 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
7362 msgid ""
7363 "This compares the two files C<file1> and C<file2> and returns true if their "
7364 "content is exactly equal, or false otherwise."
7365 msgstr ""
7366
7367 #. type: textblock
7368 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
7369 msgid "The external L<cmp(1)> program is used for the comparison."
7370 msgstr ""
7371
7372 #. type: =head2
7373 #: ../src/guestfs-actions.pod:1400
7374 msgid "guestfs_exists"
7375 msgstr ""
7376
7377 #. type: verbatim
7378 #: ../src/guestfs-actions.pod:1402
7379 #, no-wrap
7380 msgid ""
7381 " int\n"
7382 " guestfs_exists (guestfs_h *g,\n"
7383 "                 const char *path);\n"
7384 "\n"
7385 msgstr ""
7386
7387 #. type: textblock
7388 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
7389 msgid ""
7390 "This returns C<true> if and only if there is a file, directory (or anything) "
7391 "with the given C<path> name."
7392 msgstr ""
7393
7394 #. type: textblock
7395 #: ../src/guestfs-actions.pod:1409
7396 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7397 msgstr ""
7398
7399 #. type: =head2
7400 #: ../src/guestfs-actions.pod:1415
7401 msgid "guestfs_fallocate"
7402 msgstr ""
7403
7404 #. type: verbatim
7405 #: ../src/guestfs-actions.pod:1417
7406 #, no-wrap
7407 msgid ""
7408 " int\n"
7409 " guestfs_fallocate (guestfs_h *g,\n"
7410 "                    const char *path,\n"
7411 "                    int len);\n"
7412 "\n"
7413 msgstr ""
7414
7415 #. type: textblock
7416 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
7417 msgid ""
7418 "This command preallocates a file (containing zero bytes) named C<path> of "
7419 "size C<len> bytes.  If the file exists already, it is overwritten."
7420 msgstr ""
7421
7422 #. type: textblock
7423 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
7424 msgid ""
7425 "Do not confuse this with the guestfish-specific C<alloc> command which "
7426 "allocates a file in the host and attaches it as a device."
7427 msgstr ""
7428
7429 #. type: textblock
7430 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
7431 msgid ""
7432 "This function is deprecated.  In new code, use the C<fallocate64> call "
7433 "instead."
7434 msgstr ""
7435
7436 #. type: =head2
7437 #: ../src/guestfs-actions.pod:1441
7438 msgid "guestfs_fallocate64"
7439 msgstr ""
7440
7441 #. type: verbatim
7442 #: ../src/guestfs-actions.pod:1443
7443 #, no-wrap
7444 msgid ""
7445 " int\n"
7446 " guestfs_fallocate64 (guestfs_h *g,\n"
7447 "                      const char *path,\n"
7448 "                      int64_t len);\n"
7449 "\n"
7450 msgstr ""
7451
7452 #. type: textblock
7453 #: ../src/guestfs-actions.pod:1452
7454 msgid ""
7455 "Note that this call allocates disk blocks for the file.  To create a sparse "
7456 "file use C<guestfs_truncate_size> instead."
7457 msgstr ""
7458
7459 #. type: textblock
7460 #: ../src/guestfs-actions.pod:1455
7461 msgid ""
7462 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7463 "oversight it only allowed 30 bit lengths to be specified, effectively "
7464 "limiting the maximum size of files created through that call to 1GB."
7465 msgstr ""
7466
7467 #. type: textblock
7468 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
7469 msgid ""
7470 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7471 "commands which create a file in the host and attach it as a device."
7472 msgstr ""
7473
7474 #. type: textblock
7475 #: ../src/guestfs-actions.pod:1466
7476 msgid "(Added in 1.3.17)"
7477 msgstr ""
7478
7479 #. type: =head2
7480 #: ../src/guestfs-actions.pod:1468
7481 msgid "guestfs_fgrep"
7482 msgstr ""
7483
7484 #. type: verbatim
7485 #: ../src/guestfs-actions.pod:1470
7486 #, no-wrap
7487 msgid ""
7488 " char **\n"
7489 " guestfs_fgrep (guestfs_h *g,\n"
7490 "                const char *pattern,\n"
7491 "                const char *path);\n"
7492 "\n"
7493 msgstr ""
7494
7495 #. type: textblock
7496 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
7497 msgid "This calls the external C<fgrep> program and returns the matching lines."
7498 msgstr ""
7499
7500 #. type: =head2
7501 #: ../src/guestfs-actions.pod:1487
7502 msgid "guestfs_fgrepi"
7503 msgstr ""
7504
7505 #. type: verbatim
7506 #: ../src/guestfs-actions.pod:1489
7507 #, no-wrap
7508 msgid ""
7509 " char **\n"
7510 " guestfs_fgrepi (guestfs_h *g,\n"
7511 "                 const char *pattern,\n"
7512 "                 const char *path);\n"
7513 "\n"
7514 msgstr ""
7515
7516 #. type: textblock
7517 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
7518 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7519 msgstr ""
7520
7521 #. type: =head2
7522 #: ../src/guestfs-actions.pod:1506
7523 msgid "guestfs_file"
7524 msgstr ""
7525
7526 #. type: verbatim
7527 #: ../src/guestfs-actions.pod:1508
7528 #, no-wrap
7529 msgid ""
7530 " char *\n"
7531 " guestfs_file (guestfs_h *g,\n"
7532 "               const char *path);\n"
7533 "\n"
7534 msgstr ""
7535
7536 #. type: textblock
7537 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
7538 msgid ""
7539 "This call uses the standard L<file(1)> command to determine the type or "
7540 "contents of the file."
7541 msgstr ""
7542
7543 #. type: textblock
7544 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
7545 msgid ""
7546 "This call will also transparently look inside various types of compressed "
7547 "file."
7548 msgstr ""
7549
7550 #. type: textblock
7551 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
7552 msgid ""
7553 "The exact command which runs is C<file -zb path>.  Note in particular that "
7554 "the filename is not prepended to the output (the C<-b> option)."
7555 msgstr ""
7556
7557 #. type: textblock
7558 #: ../src/guestfs-actions.pod:1522
7559 msgid ""
7560 "This command can also be used on C</dev/> devices (and partitions, LV "
7561 "names).  You can for example use this to determine if a device contains a "
7562 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
7563 msgstr ""
7564
7565 #. type: textblock
7566 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
7567 msgid ""
7568 "If the C<path> does not begin with C</dev/> then this command only works for "
7569 "the content of regular files.  For other file types (directory, symbolic "
7570 "link etc) it will just return the string C<directory> etc."
7571 msgstr ""
7572
7573 #. type: =head2
7574 #: ../src/guestfs-actions.pod:1537
7575 msgid "guestfs_file_architecture"
7576 msgstr ""
7577
7578 #. type: verbatim
7579 #: ../src/guestfs-actions.pod:1539
7580 #, no-wrap
7581 msgid ""
7582 " char *\n"
7583 " guestfs_file_architecture (guestfs_h *g,\n"
7584 "                            const char *filename);\n"
7585 "\n"
7586 msgstr ""
7587
7588 #. type: textblock
7589 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
7590 msgid ""
7591 "This detects the architecture of the binary C<filename>, and returns it if "
7592 "known."
7593 msgstr ""
7594
7595 #. type: textblock
7596 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
7597 msgid "Currently defined architectures are:"
7598 msgstr ""
7599
7600 #. type: =item
7601 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
7602 msgid "\"i386\""
7603 msgstr ""
7604
7605 #. type: textblock
7606 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
7607 msgid ""
7608 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7609 "irrespective of the precise processor requirements of the binary."
7610 msgstr ""
7611
7612 #. type: =item
7613 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
7614 msgid "\"x86_64\""
7615 msgstr ""
7616
7617 #. type: textblock
7618 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
7619 msgid "64 bit x86-64."
7620 msgstr ""
7621
7622 #. type: =item
7623 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
7624 msgid "\"sparc\""
7625 msgstr ""
7626
7627 #. type: textblock
7628 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
7629 msgid "32 bit SPARC."
7630 msgstr ""
7631
7632 #. type: =item
7633 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
7634 msgid "\"sparc64\""
7635 msgstr ""
7636
7637 #. type: textblock
7638 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
7639 msgid "64 bit SPARC V9 and above."
7640 msgstr ""
7641
7642 #. type: =item
7643 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
7644 msgid "\"ia64\""
7645 msgstr ""
7646
7647 #. type: textblock
7648 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
7649 msgid "Intel Itanium."
7650 msgstr ""
7651
7652 #. type: =item
7653 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
7654 msgid "\"ppc\""
7655 msgstr ""
7656
7657 #. type: textblock
7658 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
7659 msgid "32 bit Power PC."
7660 msgstr ""
7661
7662 #. type: =item
7663 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
7664 msgid "\"ppc64\""
7665 msgstr ""
7666
7667 #. type: textblock
7668 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
7669 msgid "64 bit Power PC."
7670 msgstr ""
7671
7672 #. type: textblock
7673 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
7674 msgid "Libguestfs may return other architecture strings in future."
7675 msgstr ""
7676
7677 #. type: textblock
7678 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
7679 msgid "The function works on at least the following types of files:"
7680 msgstr ""
7681
7682 #. type: textblock
7683 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
7684 msgid "many types of Un*x and Linux binary"
7685 msgstr ""
7686
7687 #. type: textblock
7688 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
7689 msgid "many types of Un*x and Linux shared library"
7690 msgstr ""
7691
7692 #. type: textblock
7693 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
7694 msgid "Windows Win32 and Win64 binaries"
7695 msgstr ""
7696
7697 #. type: textblock
7698 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
7699 msgid "Windows Win32 and Win64 DLLs"
7700 msgstr ""
7701
7702 #. type: textblock
7703 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
7704 msgid "Win32 binaries and DLLs return C<i386>."
7705 msgstr ""
7706
7707 #. type: textblock
7708 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
7709 msgid "Win64 binaries and DLLs return C<x86_64>."
7710 msgstr ""
7711
7712 #. type: textblock
7713 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
7714 msgid "Linux kernel modules"
7715 msgstr ""
7716
7717 #. type: textblock
7718 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
7719 msgid "Linux new-style initrd images"
7720 msgstr ""
7721
7722 #. type: textblock
7723 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
7724 msgid "some non-x86 Linux vmlinuz kernels"
7725 msgstr ""
7726
7727 #. type: textblock
7728 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
7729 msgid "What it can't do currently:"
7730 msgstr ""
7731
7732 #. type: textblock
7733 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
7734 msgid "static libraries (libfoo.a)"
7735 msgstr ""
7736
7737 #. type: textblock
7738 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
7739 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7740 msgstr ""
7741
7742 #. type: textblock
7743 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
7744 msgid "x86 Linux vmlinuz kernels"
7745 msgstr ""
7746
7747 #. type: textblock
7748 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
7749 msgid ""
7750 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7751 "compressed code, and are horribly hard to unpack.  If you want to find the "
7752 "architecture of a kernel, use the architecture of the associated initrd or "
7753 "kernel module(s) instead."
7754 msgstr ""
7755
7756 #. type: textblock
7757 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806 ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041 ../src/guestfs-actions.pod:3173
7758 msgid "(Added in 1.5.3)"
7759 msgstr ""
7760
7761 #. type: =head2
7762 #: ../src/guestfs-actions.pod:1649
7763 msgid "guestfs_filesize"
7764 msgstr ""
7765
7766 #. type: verbatim
7767 #: ../src/guestfs-actions.pod:1651
7768 #, no-wrap
7769 msgid ""
7770 " int64_t\n"
7771 " guestfs_filesize (guestfs_h *g,\n"
7772 "                   const char *file);\n"
7773 "\n"
7774 msgstr ""
7775
7776 #. type: textblock
7777 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
7778 msgid "This command returns the size of C<file> in bytes."
7779 msgstr ""
7780
7781 #. type: textblock
7782 #: ../src/guestfs-actions.pod:1657
7783 msgid ""
7784 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7785 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7786 "devices, use C<guestfs_blockdev_getsize64>."
7787 msgstr ""
7788
7789 #. type: textblock
7790 #: ../src/guestfs-actions.pod:1663
7791 msgid "(Added in 1.0.82)"
7792 msgstr ""
7793
7794 #. type: =head2
7795 #: ../src/guestfs-actions.pod:1665
7796 msgid "guestfs_fill"
7797 msgstr ""
7798
7799 #. type: verbatim
7800 #: ../src/guestfs-actions.pod:1667
7801 #, no-wrap
7802 msgid ""
7803 " int\n"
7804 " guestfs_fill (guestfs_h *g,\n"
7805 "               int c,\n"
7806 "               int len,\n"
7807 "               const char *path);\n"
7808 "\n"
7809 msgstr ""
7810
7811 #. type: textblock
7812 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
7813 msgid ""
7814 "This command creates a new file called C<path>.  The initial content of the "
7815 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7816 "C<[0..255]>."
7817 msgstr ""
7818
7819 #. type: textblock
7820 #: ../src/guestfs-actions.pod:1677
7821 msgid ""
7822 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7823 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7824 "bytes use C<guestfs_fill_pattern>."
7825 msgstr ""
7826
7827 #. type: textblock
7828 #: ../src/guestfs-actions.pod:1689
7829 msgid "(Added in 1.0.79)"
7830 msgstr ""
7831
7832 #. type: =head2
7833 #: ../src/guestfs-actions.pod:1691
7834 msgid "guestfs_fill_pattern"
7835 msgstr ""
7836
7837 #. type: verbatim
7838 #: ../src/guestfs-actions.pod:1693
7839 #, no-wrap
7840 msgid ""
7841 " int\n"
7842 " guestfs_fill_pattern (guestfs_h *g,\n"
7843 "                       const char *pattern,\n"
7844 "                       int len,\n"
7845 "                       const char *path);\n"
7846 "\n"
7847 msgstr ""
7848
7849 #. type: textblock
7850 #: ../src/guestfs-actions.pod:1699
7851 msgid ""
7852 "This function is like C<guestfs_fill> except that it creates a new file of "
7853 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
7854 "pattern is truncated if necessary to ensure the length of the file is "
7855 "exactly C<len> bytes."
7856 msgstr ""
7857
7858 #. type: textblock
7859 #: ../src/guestfs-actions.pod:1711
7860 msgid "(Added in 1.3.12)"
7861 msgstr ""
7862
7863 #. type: =head2
7864 #: ../src/guestfs-actions.pod:1713
7865 msgid "guestfs_find"
7866 msgstr ""
7867
7868 #. type: verbatim
7869 #: ../src/guestfs-actions.pod:1715
7870 #, no-wrap
7871 msgid ""
7872 " char **\n"
7873 " guestfs_find (guestfs_h *g,\n"
7874 "               const char *directory);\n"
7875 "\n"
7876 msgstr ""
7877
7878 #. type: textblock
7879 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
7880 msgid ""
7881 "This command lists out all files and directories, recursively, starting at "
7882 "C<directory>.  It is essentially equivalent to running the shell command "
7883 "C<find directory -print> but some post-processing happens on the output, "
7884 "described below."
7885 msgstr ""
7886
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
7889 msgid ""
7890 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7891 "structure was:"
7892 msgstr ""
7893
7894 #. type: verbatim
7895 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
7896 #, no-wrap
7897 msgid ""
7898 " /tmp/a\n"
7899 " /tmp/b\n"
7900 " /tmp/c/d\n"
7901 "\n"
7902 msgstr ""
7903
7904 #. type: textblock
7905 #: ../src/guestfs-actions.pod:1731
7906 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7907 msgstr ""
7908
7909 #. type: verbatim
7910 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
7911 #, no-wrap
7912 msgid ""
7913 " a\n"
7914 " b\n"
7915 " c\n"
7916 " c/d\n"
7917 "\n"
7918 msgstr ""
7919
7920 #. type: textblock
7921 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
7922 msgid "If C<directory> is not a directory, then this command returns an error."
7923 msgstr ""
7924
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
7927 msgid "The returned list is sorted."
7928 msgstr ""
7929
7930 #. type: textblock
7931 #: ../src/guestfs-actions.pod:1744
7932 msgid "See also C<guestfs_find0>."
7933 msgstr ""
7934
7935 #. type: textblock
7936 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:5391
7937 msgid "(Added in 1.0.27)"
7938 msgstr ""
7939
7940 #. type: =head2
7941 #: ../src/guestfs-actions.pod:1755
7942 msgid "guestfs_find0"
7943 msgstr ""
7944
7945 #. type: verbatim
7946 #: ../src/guestfs-actions.pod:1757
7947 #, no-wrap
7948 msgid ""
7949 " int\n"
7950 " guestfs_find0 (guestfs_h *g,\n"
7951 "                const char *directory,\n"
7952 "                const char *files);\n"
7953 "\n"
7954 msgstr ""
7955
7956 #. type: textblock
7957 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
7958 msgid ""
7959 "This command lists out all files and directories, recursively, starting at "
7960 "C<directory>, placing the resulting list in the external file called "
7961 "C<files>."
7962 msgstr ""
7963
7964 #. type: textblock
7965 #: ../src/guestfs-actions.pod:1766
7966 msgid ""
7967 "This command works the same way as C<guestfs_find> with the following "
7968 "exceptions:"
7969 msgstr ""
7970
7971 #. type: textblock
7972 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
7973 msgid "The resulting list is written to an external file."
7974 msgstr ""
7975
7976 #. type: textblock
7977 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
7978 msgid ""
7979 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7980 "L<find(1)> option I<-print0>."
7981 msgstr ""
7982
7983 #. type: textblock
7984 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
7985 msgid "This command is not limited in the number of names that it can return."
7986 msgstr ""
7987
7988 #. type: textblock
7989 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
7990 msgid "The result list is not sorted."
7991 msgstr ""
7992
7993 #. type: textblock
7994 #: ../src/guestfs-actions.pod:1793
7995 msgid "(Added in 1.0.74)"
7996 msgstr ""
7997
7998 #. type: =head2
7999 #: ../src/guestfs-actions.pod:1795
8000 msgid "guestfs_findfs_label"
8001 msgstr ""
8002
8003 #. type: verbatim
8004 #: ../src/guestfs-actions.pod:1797
8005 #, no-wrap
8006 msgid ""
8007 " char *\n"
8008 " guestfs_findfs_label (guestfs_h *g,\n"
8009 "                       const char *label);\n"
8010 "\n"
8011 msgstr ""
8012
8013 #. type: textblock
8014 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
8015 msgid ""
8016 "This command searches the filesystems and returns the one which has the "
8017 "given label.  An error is returned if no such filesystem can be found."
8018 msgstr ""
8019
8020 #. type: textblock
8021 #: ../src/guestfs-actions.pod:1805
8022 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8023 msgstr ""
8024
8025 #. type: =head2
8026 #: ../src/guestfs-actions.pod:1812
8027 msgid "guestfs_findfs_uuid"
8028 msgstr ""
8029
8030 #. type: verbatim
8031 #: ../src/guestfs-actions.pod:1814
8032 #, no-wrap
8033 msgid ""
8034 " char *\n"
8035 " guestfs_findfs_uuid (guestfs_h *g,\n"
8036 "                      const char *uuid);\n"
8037 "\n"
8038 msgstr ""
8039
8040 #. type: textblock
8041 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
8042 msgid ""
8043 "This command searches the filesystems and returns the one which has the "
8044 "given UUID.  An error is returned if no such filesystem can be found."
8045 msgstr ""
8046
8047 #. type: textblock
8048 #: ../src/guestfs-actions.pod:1822
8049 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8050 msgstr ""
8051
8052 #. type: =head2
8053 #: ../src/guestfs-actions.pod:1829
8054 msgid "guestfs_fsck"
8055 msgstr ""
8056
8057 #. type: verbatim
8058 #: ../src/guestfs-actions.pod:1831
8059 #, no-wrap
8060 msgid ""
8061 " int\n"
8062 " guestfs_fsck (guestfs_h *g,\n"
8063 "               const char *fstype,\n"
8064 "               const char *device);\n"
8065 "\n"
8066 msgstr ""
8067
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
8070 msgid ""
8071 "This runs the filesystem checker (fsck) on C<device> which should have "
8072 "filesystem type C<fstype>."
8073 msgstr ""
8074
8075 #. type: textblock
8076 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
8077 msgid ""
8078 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8079 "codes from C<fsck>."
8080 msgstr ""
8081
8082 #. type: textblock
8083 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
8084 msgid "Multiple status codes can be summed together."
8085 msgstr ""
8086
8087 #. type: textblock
8088 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
8089 msgid ""
8090 "A non-zero return code can mean \"success\", for example if errors have been "
8091 "corrected on the filesystem."
8092 msgstr ""
8093
8094 #. type: textblock
8095 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
8096 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8097 msgstr ""
8098
8099 #. type: textblock
8100 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
8101 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8102 msgstr ""
8103
8104 #. type: textblock
8105 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7038
8106 msgid "(Added in 1.0.16)"
8107 msgstr ""
8108
8109 #. type: =head2
8110 #: ../src/guestfs-actions.pod:1868
8111 msgid "guestfs_get_append"
8112 msgstr ""
8113
8114 #. type: verbatim
8115 #: ../src/guestfs-actions.pod:1870
8116 #, no-wrap
8117 msgid ""
8118 " const char *\n"
8119 " guestfs_get_append (guestfs_h *g);\n"
8120 "\n"
8121 msgstr ""
8122
8123 #. type: textblock
8124 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
8125 msgid ""
8126 "Return the additional kernel options which are added to the guest kernel "
8127 "command line."
8128 msgstr ""
8129
8130 #. type: textblock
8131 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
8132 msgid "If C<NULL> then no options are added."
8133 msgstr ""
8134
8135 #. type: textblock
8136 #: ../src/guestfs-actions.pod:1878
8137 msgid ""
8138 "This function returns a string which may be NULL.  There is no way to return "
8139 "an error from this function.  The string is owned by the guest handle and "
8140 "must I<not> be freed."
8141 msgstr ""
8142
8143 #. type: textblock
8144 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5069 ../src/guestfs-actions.pod:5532 ../src/guestfs-actions.pod:5900 ../src/guestfs-actions.pod:5919 ../src/guestfs-actions.pod:5935 ../src/guestfs-actions.pod:5952 ../src/guestfs-actions.pod:6709 ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:7081
8145 msgid "(Added in 1.0.26)"
8146 msgstr ""
8147
8148 #. type: =head2
8149 #: ../src/guestfs-actions.pod:1884
8150 msgid "guestfs_get_autosync"
8151 msgstr ""
8152
8153 #. type: verbatim
8154 #: ../src/guestfs-actions.pod:1886
8155 #, no-wrap
8156 msgid ""
8157 " int\n"
8158 " guestfs_get_autosync (guestfs_h *g);\n"
8159 "\n"
8160 msgstr ""
8161
8162 #. type: textblock
8163 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
8164 msgid "Get the autosync flag."
8165 msgstr ""
8166
8167 #. type: =head2
8168 #: ../src/guestfs-actions.pod:1895
8169 msgid "guestfs_get_direct"
8170 msgstr ""
8171
8172 #. type: verbatim
8173 #: ../src/guestfs-actions.pod:1897
8174 #, no-wrap
8175 msgid ""
8176 " int\n"
8177 " guestfs_get_direct (guestfs_h *g);\n"
8178 "\n"
8179 msgstr ""
8180
8181 #. type: textblock
8182 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
8183 msgid "Return the direct appliance mode flag."
8184 msgstr ""
8185
8186 #. type: textblock
8187 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5573
8188 msgid "(Added in 1.0.72)"
8189 msgstr ""
8190
8191 #. type: =head2
8192 #: ../src/guestfs-actions.pod:1906
8193 msgid "guestfs_get_e2label"
8194 msgstr ""
8195
8196 #. type: verbatim
8197 #: ../src/guestfs-actions.pod:1908
8198 #, no-wrap
8199 msgid ""
8200 " char *\n"
8201 " guestfs_get_e2label (guestfs_h *g,\n"
8202 "                      const char *device);\n"
8203 "\n"
8204 msgstr ""
8205
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
8208 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8209 msgstr ""
8210
8211 #. type: textblock
8212 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
8213 msgid ""
8214 "This function is deprecated.  In new code, use the C<vfs_label> call "
8215 "instead."
8216 msgstr ""
8217
8218 #. type: textblock
8219 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610
8220 msgid "(Added in 1.0.15)"
8221 msgstr ""
8222
8223 #. type: =head2
8224 #: ../src/guestfs-actions.pod:1927
8225 msgid "guestfs_get_e2uuid"
8226 msgstr ""
8227
8228 #. type: verbatim
8229 #: ../src/guestfs-actions.pod:1929
8230 #, no-wrap
8231 msgid ""
8232 " char *\n"
8233 " guestfs_get_e2uuid (guestfs_h *g,\n"
8234 "                     const char *device);\n"
8235 "\n"
8236 msgstr ""
8237
8238 #. type: textblock
8239 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
8240 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8241 msgstr ""
8242
8243 #. type: textblock
8244 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
8245 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8246 msgstr ""
8247
8248 #. type: =head2
8249 #: ../src/guestfs-actions.pod:1948
8250 msgid "guestfs_get_memsize"
8251 msgstr ""
8252
8253 #. type: verbatim
8254 #: ../src/guestfs-actions.pod:1950
8255 #, no-wrap
8256 msgid ""
8257 " int\n"
8258 " guestfs_get_memsize (guestfs_h *g);\n"
8259 "\n"
8260 msgstr ""
8261
8262 #. type: textblock
8263 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
8264 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8265 msgstr ""
8266
8267 #. type: textblock
8268 #: ../src/guestfs-actions.pod:1956
8269 msgid ""
8270 "If C<guestfs_set_memsize> was not called on this handle, and if "
8271 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8272 "value for memsize."
8273 msgstr ""
8274
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:5626 ../src/guestfs-actions.pod:5733 ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386 ../fish/guestfish-actions.pod:3753 ../fish/guestfish-actions.pod:3840
8277 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8278 msgstr ""
8279
8280 #. type: textblock
8281 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374 ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:5294 ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5874 ../src/guestfs-actions.pod:6475
8282 msgid "(Added in 1.0.55)"
8283 msgstr ""
8284
8285 #. type: =head2
8286 #: ../src/guestfs-actions.pod:1967
8287 msgid "guestfs_get_network"
8288 msgstr ""
8289
8290 #. type: verbatim
8291 #: ../src/guestfs-actions.pod:1969
8292 #, no-wrap
8293 msgid ""
8294 " int\n"
8295 " guestfs_get_network (guestfs_h *g);\n"
8296 "\n"
8297 msgstr ""
8298
8299 #. type: textblock
8300 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
8301 msgid "This returns the enable network flag."
8302 msgstr ""
8303
8304 #. type: textblock
8305 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5650
8306 msgid "(Added in 1.5.4)"
8307 msgstr ""
8308
8309 #. type: =head2
8310 #: ../src/guestfs-actions.pod:1978
8311 msgid "guestfs_get_path"
8312 msgstr ""
8313
8314 #. type: verbatim
8315 #: ../src/guestfs-actions.pod:1980
8316 #, no-wrap
8317 msgid ""
8318 " const char *\n"
8319 " guestfs_get_path (guestfs_h *g);\n"
8320 "\n"
8321 msgstr ""
8322
8323 #. type: textblock
8324 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
8325 msgid "Return the current search path."
8326 msgstr ""
8327
8328 #. type: textblock
8329 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
8330 msgid ""
8331 "This is always non-NULL.  If it wasn't set already, then this will return "
8332 "the default path."
8333 msgstr ""
8334
8335 #. type: textblock
8336 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
8337 msgid ""
8338 "This function returns a string, or NULL on error.  The string is owned by "
8339 "the guest handle and must I<not> be freed."
8340 msgstr ""
8341
8342 #. type: =head2
8343 #: ../src/guestfs-actions.pod:1993
8344 msgid "guestfs_get_pid"
8345 msgstr ""
8346
8347 #. type: verbatim
8348 #: ../src/guestfs-actions.pod:1995
8349 #, no-wrap
8350 msgid ""
8351 " int\n"
8352 " guestfs_get_pid (guestfs_h *g);\n"
8353 "\n"
8354 msgstr ""
8355
8356 #. type: textblock
8357 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
8358 msgid ""
8359 "Return the process ID of the qemu subprocess.  If there is no qemu "
8360 "subprocess, then this will return an error."
8361 msgstr ""
8362
8363 #. type: textblock
8364 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
8365 msgid "This is an internal call used for debugging and testing."
8366 msgstr ""
8367
8368 #. type: textblock
8369 #: ../src/guestfs-actions.pod:2005
8370 msgid "(Added in 1.0.56)"
8371 msgstr ""
8372
8373 #. type: =head2
8374 #: ../src/guestfs-actions.pod:2007
8375 msgid "guestfs_get_qemu"
8376 msgstr ""
8377
8378 #. type: verbatim
8379 #: ../src/guestfs-actions.pod:2009
8380 #, no-wrap
8381 msgid ""
8382 " const char *\n"
8383 " guestfs_get_qemu (guestfs_h *g);\n"
8384 "\n"
8385 msgstr ""
8386
8387 #. type: textblock
8388 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
8389 msgid "Return the current qemu binary."
8390 msgstr ""
8391
8392 #. type: textblock
8393 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
8394 msgid ""
8395 "This is always non-NULL.  If it wasn't set already, then this will return "
8396 "the default qemu binary name."
8397 msgstr ""
8398
8399 #. type: textblock
8400 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5695
8401 msgid "(Added in 1.0.6)"
8402 msgstr ""
8403
8404 #. type: =head2
8405 #: ../src/guestfs-actions.pod:2022
8406 msgid "guestfs_get_recovery_proc"
8407 msgstr ""
8408
8409 #. type: verbatim
8410 #: ../src/guestfs-actions.pod:2024
8411 #, no-wrap
8412 msgid ""
8413 " int\n"
8414 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8415 "\n"
8416 msgstr ""
8417
8418 #. type: textblock
8419 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
8420 msgid "Return the recovery process enabled flag."
8421 msgstr ""
8422
8423 #. type: textblock
8424 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263 ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960 ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:5342 ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398 ../src/guestfs-actions.pod:6590
8425 msgid "(Added in 1.0.77)"
8426 msgstr ""
8427
8428 #. type: =head2
8429 #: ../src/guestfs-actions.pod:2033
8430 msgid "guestfs_get_selinux"
8431 msgstr ""
8432
8433 #. type: verbatim
8434 #: ../src/guestfs-actions.pod:2035
8435 #, no-wrap
8436 msgid ""
8437 " int\n"
8438 " guestfs_get_selinux (guestfs_h *g);\n"
8439 "\n"
8440 msgstr ""
8441
8442 #. type: textblock
8443 #: ../src/guestfs-actions.pod:2038
8444 msgid ""
8445 "This returns the current setting of the selinux flag which is passed to the "
8446 "appliance at boot time.  See C<guestfs_set_selinux>."
8447 msgstr ""
8448
8449 #. type: textblock
8450 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 ../src/guestfs-actions.pod:5738 ../src/guestfs-actions.pod:5792
8451 msgid "(Added in 1.0.67)"
8452 msgstr ""
8453
8454 #. type: =head2
8455 #: ../src/guestfs-actions.pod:2048
8456 msgid "guestfs_get_state"
8457 msgstr ""
8458
8459 #. type: verbatim
8460 #: ../src/guestfs-actions.pod:2050
8461 #, no-wrap
8462 msgid ""
8463 " int\n"
8464 " guestfs_get_state (guestfs_h *g);\n"
8465 "\n"
8466 msgstr ""
8467
8468 #. type: textblock
8469 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
8470 msgid ""
8471 "This returns the current state as an opaque integer.  This is only useful "
8472 "for printing debug and internal error messages."
8473 msgstr ""
8474
8475 #. type: textblock
8476 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066 ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396 ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207
8477 msgid "For more information on states, see L<guestfs(3)>."
8478 msgstr ""
8479
8480 #. type: =head2
8481 #: ../src/guestfs-actions.pod:2062
8482 msgid "guestfs_get_trace"
8483 msgstr ""
8484
8485 #. type: verbatim
8486 #: ../src/guestfs-actions.pod:2064
8487 #, no-wrap
8488 msgid ""
8489 " int\n"
8490 " guestfs_get_trace (guestfs_h *g);\n"
8491 "\n"
8492 msgstr ""
8493
8494 #. type: textblock
8495 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
8496 msgid "Return the command trace flag."
8497 msgstr ""
8498
8499 #. type: =head2
8500 #: ../src/guestfs-actions.pod:2073
8501 msgid "guestfs_get_umask"
8502 msgstr ""
8503
8504 #. type: verbatim
8505 #: ../src/guestfs-actions.pod:2075
8506 #, no-wrap
8507 msgid ""
8508 " int\n"
8509 " guestfs_get_umask (guestfs_h *g);\n"
8510 "\n"
8511 msgstr ""
8512
8513 #. type: textblock
8514 #: ../src/guestfs-actions.pod:2078
8515 msgid ""
8516 "Return the current umask.  By default the umask is C<022> unless it has been "
8517 "set by calling C<guestfs_umask>."
8518 msgstr ""
8519
8520 #. type: =head2
8521 #: ../src/guestfs-actions.pod:2085
8522 msgid "guestfs_get_verbose"
8523 msgstr ""
8524
8525 #. type: verbatim
8526 #: ../src/guestfs-actions.pod:2087
8527 #, no-wrap
8528 msgid ""
8529 " int\n"
8530 " guestfs_get_verbose (guestfs_h *g);\n"
8531 "\n"
8532 msgstr ""
8533
8534 #. type: textblock
8535 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
8536 msgid "This returns the verbose messages flag."
8537 msgstr ""
8538
8539 #. type: =head2
8540 #: ../src/guestfs-actions.pod:2096
8541 msgid "guestfs_getcon"
8542 msgstr ""
8543
8544 #. type: verbatim
8545 #: ../src/guestfs-actions.pod:2098
8546 #, no-wrap
8547 msgid ""
8548 " char *\n"
8549 " guestfs_getcon (guestfs_h *g);\n"
8550 "\n"
8551 msgstr ""
8552
8553 #. type: textblock
8554 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
8555 msgid "This gets the SELinux security context of the daemon."
8556 msgstr ""
8557
8558 #. type: textblock
8559 #: ../src/guestfs-actions.pod:2103
8560 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8561 msgstr ""
8562
8563 #. type: =head2
8564 #: ../src/guestfs-actions.pod:2111
8565 msgid "guestfs_getxattr"
8566 msgstr ""
8567
8568 #. type: verbatim
8569 #: ../src/guestfs-actions.pod:2113
8570 #, no-wrap
8571 msgid ""
8572 " char *\n"
8573 " guestfs_getxattr (guestfs_h *g,\n"
8574 "                   const char *path,\n"
8575 "                   const char *name,\n"
8576 "                   size_t *size_r);\n"
8577 "\n"
8578 msgstr ""
8579
8580 #. type: textblock
8581 #: ../src/guestfs-actions.pod:2119
8582 msgid ""
8583 "Get a single extended attribute from file C<path> named C<name>.  This call "
8584 "follows symlinks.  If you want to lookup an extended attribute for the "
8585 "symlink itself, use C<guestfs_lgetxattr>."
8586 msgstr ""
8587
8588 #. type: textblock
8589 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277
8590 msgid ""
8591 "Normally it is better to get all extended attributes from a file in one go "
8592 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8593 "implementations are buggy and do not provide a way to list out attributes.  "
8594 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8595 "extended attributes you want in advance and call this function."
8596 msgstr ""
8597
8598 #. type: textblock
8599 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284 ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272
8600 msgid ""
8601 "Extended attribute values are blobs of binary data.  If there is no extended "
8602 "attribute named C<name>, this returns an error."
8603 msgstr ""
8604
8605 #. type: textblock
8606 #: ../src/guestfs-actions.pod:2133
8607 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8608 msgstr ""
8609
8610 #. type: textblock
8611 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4992 ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5199
8612 msgid ""
8613 "This function returns a buffer, or NULL on error.  The size of the returned "
8614 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8615 "after use>."
8616 msgstr ""
8617
8618 #. type: textblock
8619 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3293
8620 msgid "(Added in 1.7.24)"
8621 msgstr ""
8622
8623 #. type: =head2
8624 #: ../src/guestfs-actions.pod:2141
8625 msgid "guestfs_getxattrs"
8626 msgstr ""
8627
8628 #. type: verbatim
8629 #: ../src/guestfs-actions.pod:2143
8630 #, no-wrap
8631 msgid ""
8632 " struct guestfs_xattr_list *\n"
8633 " guestfs_getxattrs (guestfs_h *g,\n"
8634 "                    const char *path);\n"
8635 "\n"
8636 msgstr ""
8637
8638 #. type: textblock
8639 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
8640 msgid "This call lists the extended attributes of the file or directory C<path>."
8641 msgstr ""
8642
8643 #. type: textblock
8644 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
8645 msgid ""
8646 "At the system call level, this is a combination of the L<listxattr(2)> and "
8647 "L<getxattr(2)> calls."
8648 msgstr ""
8649
8650 #. type: textblock
8651 #: ../src/guestfs-actions.pod:2153
8652 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8653 msgstr ""
8654
8655 #. type: textblock
8656 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3956
8657 msgid ""
8658 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8659 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8660 msgstr ""
8661
8662 #. type: textblock
8663 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510 ../src/guestfs-actions.pod:5372 ../src/guestfs-actions.pod:5811 ../src/guestfs-actions.pod:7146
8664 msgid "(Added in 1.0.59)"
8665 msgstr ""
8666
8667 #. type: =head2
8668 #: ../src/guestfs-actions.pod:2161
8669 msgid "guestfs_glob_expand"
8670 msgstr ""
8671
8672 #. type: verbatim
8673 #: ../src/guestfs-actions.pod:2163
8674 #, no-wrap
8675 msgid ""
8676 " char **\n"
8677 " guestfs_glob_expand (guestfs_h *g,\n"
8678 "                      const char *pattern);\n"
8679 "\n"
8680 msgstr ""
8681
8682 #. type: textblock
8683 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
8684 msgid ""
8685 "This command searches for all the pathnames matching C<pattern> according to "
8686 "the wildcard expansion rules used by the shell."
8687 msgstr ""
8688
8689 #. type: textblock
8690 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
8691 msgid "If no paths match, then this returns an empty list (note: not an error)."
8692 msgstr ""
8693
8694 #. type: textblock
8695 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
8696 msgid ""
8697 "It is just a wrapper around the C L<glob(3)> function with flags "
8698 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8699 msgstr ""
8700
8701 #. type: textblock
8702 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5976 ../src/guestfs-actions.pod:5993
8703 msgid "(Added in 1.0.50)"
8704 msgstr ""
8705
8706 #. type: =head2
8707 #: ../src/guestfs-actions.pod:2184
8708 msgid "guestfs_grep"
8709 msgstr ""
8710
8711 #. type: verbatim
8712 #: ../src/guestfs-actions.pod:2186
8713 #, no-wrap
8714 msgid ""
8715 " char **\n"
8716 " guestfs_grep (guestfs_h *g,\n"
8717 "               const char *regex,\n"
8718 "               const char *path);\n"
8719 "\n"
8720 msgstr ""
8721
8722 #. type: textblock
8723 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
8724 msgid "This calls the external C<grep> program and returns the matching lines."
8725 msgstr ""
8726
8727 #. type: =head2
8728 #: ../src/guestfs-actions.pod:2203
8729 msgid "guestfs_grepi"
8730 msgstr ""
8731
8732 #. type: verbatim
8733 #: ../src/guestfs-actions.pod:2205
8734 #, no-wrap
8735 msgid ""
8736 " char **\n"
8737 " guestfs_grepi (guestfs_h *g,\n"
8738 "                const char *regex,\n"
8739 "                const char *path);\n"
8740 "\n"
8741 msgstr ""
8742
8743 #. type: textblock
8744 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
8745 msgid "This calls the external C<grep -i> program and returns the matching lines."
8746 msgstr ""
8747
8748 #. type: =head2
8749 #: ../src/guestfs-actions.pod:2222
8750 msgid "guestfs_grub_install"
8751 msgstr ""
8752
8753 #. type: verbatim
8754 #: ../src/guestfs-actions.pod:2224
8755 #, no-wrap
8756 msgid ""
8757 " int\n"
8758 " guestfs_grub_install (guestfs_h *g,\n"
8759 "                       const char *root,\n"
8760 "                       const char *device);\n"
8761 "\n"
8762 msgstr ""
8763
8764 #. type: textblock
8765 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
8766 msgid ""
8767 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8768 "the root directory being C<root>."
8769 msgstr ""
8770
8771 #. type: textblock
8772 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
8773 msgid ""
8774 "Note: If grub-install reports the error \"No suitable drive was found in the "
8775 "generated device map.\" it may be that you need to create a "
8776 "C</boot/grub/device.map> file first that contains the mapping between grub "
8777 "device names and Linux device names.  It is usually sufficient to create a "
8778 "file containing:"
8779 msgstr ""
8780
8781 #. type: verbatim
8782 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
8783 #, no-wrap
8784 msgid ""
8785 " (hd0) /dev/vda\n"
8786 "\n"
8787 msgstr ""
8788
8789 #. type: textblock
8790 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
8791 msgid "replacing C</dev/vda> with the name of the installation device."
8792 msgstr ""
8793
8794 #. type: textblock
8795 #: ../src/guestfs-actions.pod:2245
8796 msgid "(Added in 1.0.17)"
8797 msgstr ""
8798
8799 #. type: =head2
8800 #: ../src/guestfs-actions.pod:2247
8801 msgid "guestfs_head"
8802 msgstr ""
8803
8804 #. type: verbatim
8805 #: ../src/guestfs-actions.pod:2249
8806 #, no-wrap
8807 msgid ""
8808 " char **\n"
8809 " guestfs_head (guestfs_h *g,\n"
8810 "               const char *path);\n"
8811 "\n"
8812 msgstr ""
8813
8814 #. type: textblock
8815 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
8816 msgid ""
8817 "This command returns up to the first 10 lines of a file as a list of "
8818 "strings."
8819 msgstr ""
8820
8821 #. type: =head2
8822 #: ../src/guestfs-actions.pod:2265
8823 msgid "guestfs_head_n"
8824 msgstr ""
8825
8826 #. type: verbatim
8827 #: ../src/guestfs-actions.pod:2267
8828 #, no-wrap
8829 msgid ""
8830 " char **\n"
8831 " guestfs_head_n (guestfs_h *g,\n"
8832 "                 int nrlines,\n"
8833 "                 const char *path);\n"
8834 "\n"
8835 msgstr ""
8836
8837 #. type: textblock
8838 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
8839 msgid ""
8840 "If the parameter C<nrlines> is a positive number, this returns the first "
8841 "C<nrlines> lines of the file C<path>."
8842 msgstr ""
8843
8844 #. type: textblock
8845 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
8846 msgid ""
8847 "If the parameter C<nrlines> is a negative number, this returns lines from "
8848 "the file C<path>, excluding the last C<nrlines> lines."
8849 msgstr ""
8850
8851 #. type: textblock
8852 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6273 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4186
8853 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8854 msgstr ""
8855
8856 #. type: =head2
8857 #: ../src/guestfs-actions.pod:2289
8858 msgid "guestfs_hexdump"
8859 msgstr ""
8860
8861 #. type: verbatim
8862 #: ../src/guestfs-actions.pod:2291
8863 #, no-wrap
8864 msgid ""
8865 " char *\n"
8866 " guestfs_hexdump (guestfs_h *g,\n"
8867 "                  const char *path);\n"
8868 "\n"
8869 msgstr ""
8870
8871 #. type: textblock
8872 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
8873 msgid ""
8874 "This runs C<hexdump -C> on the given C<path>.  The result is the "
8875 "human-readable, canonical hex dump of the file."
8876 msgstr ""
8877
8878 #. type: textblock
8879 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6057 ../src/guestfs-actions.pod:6112
8880 msgid "(Added in 1.0.22)"
8881 msgstr ""
8882
8883 #. type: =head2
8884 #: ../src/guestfs-actions.pod:2306
8885 msgid "guestfs_initrd_cat"
8886 msgstr ""
8887
8888 #. type: verbatim
8889 #: ../src/guestfs-actions.pod:2308
8890 #, no-wrap
8891 msgid ""
8892 " char *\n"
8893 " guestfs_initrd_cat (guestfs_h *g,\n"
8894 "                     const char *initrdpath,\n"
8895 "                     const char *filename,\n"
8896 "                     size_t *size_r);\n"
8897 "\n"
8898 msgstr ""
8899
8900 #. type: textblock
8901 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
8902 msgid ""
8903 "This command unpacks the file C<filename> from the initrd file called "
8904 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8905 "character."
8906 msgstr ""
8907
8908 #. type: textblock
8909 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
8910 msgid ""
8911 "For example, in guestfish you could use the following command to examine the "
8912 "boot script (usually called C</init>)  contained in a Linux initrd or "
8913 "initramfs image:"
8914 msgstr ""
8915
8916 #. type: verbatim
8917 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
8918 #, no-wrap
8919 msgid ""
8920 " initrd-cat /boot/initrd-<version>.img init\n"
8921 "\n"
8922 msgstr ""
8923
8924 #. type: textblock
8925 #: ../src/guestfs-actions.pod:2324
8926 msgid "See also C<guestfs_initrd_list>."
8927 msgstr ""
8928
8929 #. type: =head2
8930 #: ../src/guestfs-actions.pod:2335
8931 msgid "guestfs_initrd_list"
8932 msgstr ""
8933
8934 #. type: verbatim
8935 #: ../src/guestfs-actions.pod:2337
8936 #, no-wrap
8937 msgid ""
8938 " char **\n"
8939 " guestfs_initrd_list (guestfs_h *g,\n"
8940 "                      const char *path);\n"
8941 "\n"
8942 msgstr ""
8943
8944 #. type: textblock
8945 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
8946 msgid "This command lists out files contained in an initrd."
8947 msgstr ""
8948
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
8951 msgid ""
8952 "The files are listed without any initial C</> character.  The files are "
8953 "listed in the order they appear (not necessarily alphabetical).  Directory "
8954 "names are listed as separate items."
8955 msgstr ""
8956
8957 #. type: textblock
8958 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
8959 msgid ""
8960 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8961 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8962 "files)."
8963 msgstr ""
8964
8965 #. type: =head2
8966 #: ../src/guestfs-actions.pod:2357
8967 msgid "guestfs_inotify_add_watch"
8968 msgstr ""
8969
8970 #. type: verbatim
8971 #: ../src/guestfs-actions.pod:2359
8972 #, no-wrap
8973 msgid ""
8974 " int64_t\n"
8975 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8976 "                            const char *path,\n"
8977 "                            int mask);\n"
8978 "\n"
8979 msgstr ""
8980
8981 #. type: textblock
8982 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
8983 msgid "Watch C<path> for the events listed in C<mask>."
8984 msgstr ""
8985
8986 #. type: textblock
8987 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
8988 msgid ""
8989 "Note that if C<path> is a directory then events within that directory are "
8990 "watched, but this does I<not> happen recursively (in subdirectories)."
8991 msgstr ""
8992
8993 #. type: textblock
8994 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
8995 msgid ""
8996 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8997 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8998 msgstr ""
8999
9000 #. type: =head2
9001 #: ../src/guestfs-actions.pod:2378
9002 msgid "guestfs_inotify_close"
9003 msgstr ""
9004
9005 #. type: verbatim
9006 #: ../src/guestfs-actions.pod:2380
9007 #, no-wrap
9008 msgid ""
9009 " int\n"
9010 " guestfs_inotify_close (guestfs_h *g);\n"
9011 "\n"
9012 msgstr ""
9013
9014 #. type: textblock
9015 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
9016 msgid ""
9017 "This closes the inotify handle which was previously opened by inotify_init.  "
9018 "It removes all watches, throws away any pending events, and deallocates all "
9019 "resources."
9020 msgstr ""
9021
9022 #. type: =head2
9023 #: ../src/guestfs-actions.pod:2391
9024 msgid "guestfs_inotify_files"
9025 msgstr ""
9026
9027 #. type: verbatim
9028 #: ../src/guestfs-actions.pod:2393
9029 #, no-wrap
9030 msgid ""
9031 " char **\n"
9032 " guestfs_inotify_files (guestfs_h *g);\n"
9033 "\n"
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:2396
9038 msgid ""
9039 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9040 "returns a list of pathnames of objects that were touched.  The returned "
9041 "pathnames are sorted and deduplicated."
9042 msgstr ""
9043
9044 #. type: =head2
9045 #: ../src/guestfs-actions.pod:2406
9046 msgid "guestfs_inotify_init"
9047 msgstr ""
9048
9049 #. type: verbatim
9050 #: ../src/guestfs-actions.pod:2408
9051 #, no-wrap
9052 msgid ""
9053 " int\n"
9054 " guestfs_inotify_init (guestfs_h *g,\n"
9055 "                       int maxevents);\n"
9056 "\n"
9057 msgstr ""
9058
9059 #. type: textblock
9060 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
9061 msgid ""
9062 "This command creates a new inotify handle.  The inotify subsystem can be "
9063 "used to notify events which happen to objects in the guest filesystem."
9064 msgstr ""
9065
9066 #. type: textblock
9067 #: ../src/guestfs-actions.pod:2416
9068 msgid ""
9069 "C<maxevents> is the maximum number of events which will be queued up between "
9070 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9071 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9072 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9073 "throws away events, but records the fact that it threw them away by setting "
9074 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9075 "C<guestfs_inotify_read>)."
9076 msgstr ""
9077
9078 #. type: textblock
9079 #: ../src/guestfs-actions.pod:2426
9080 msgid ""
9081 "Before any events are generated, you have to add some watches to the "
9082 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9083 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9084 msgstr ""
9085
9086 #. type: textblock
9087 #: ../src/guestfs-actions.pod:2432
9088 msgid ""
9089 "Queued up events should be read periodically by calling "
9090 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9091 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9092 "often enough then you risk the internal queue overflowing."
9093 msgstr ""
9094
9095 #. type: textblock
9096 #: ../src/guestfs-actions.pod:2439
9097 msgid ""
9098 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9099 "This also removes any watches automatically."
9100 msgstr ""
9101
9102 #. type: textblock
9103 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
9104 msgid ""
9105 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9106 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9107 "that there is one global inotify handle per libguestfs instance."
9108 msgstr ""
9109
9110 #. type: =head2
9111 #: ../src/guestfs-actions.pod:2452
9112 msgid "guestfs_inotify_read"
9113 msgstr ""
9114
9115 #. type: verbatim
9116 #: ../src/guestfs-actions.pod:2454
9117 #, no-wrap
9118 msgid ""
9119 " struct guestfs_inotify_event_list *\n"
9120 " guestfs_inotify_read (guestfs_h *g);\n"
9121 "\n"
9122 msgstr ""
9123
9124 #. type: textblock
9125 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
9126 msgid ""
9127 "Return the complete queue of events that have happened since the previous "
9128 "read call."
9129 msgstr ""
9130
9131 #. type: textblock
9132 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
9133 msgid "If no events have happened, this returns an empty list."
9134 msgstr ""
9135
9136 #. type: textblock
9137 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
9138 msgid ""
9139 "I<Note>: In order to make sure that all events have been read, you must call "
9140 "this function repeatedly until it returns an empty list.  The reason is that "
9141 "the call will read events up to the maximum appliance-to-host message size "
9142 "and leave remaining events in the queue."
9143 msgstr ""
9144
9145 #. type: textblock
9146 #: ../src/guestfs-actions.pod:2468
9147 msgid ""
9148 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9149 "there was an error.  I<The caller must call "
9150 "C<guestfs_free_inotify_event_list> after use>."
9151 msgstr ""
9152
9153 #. type: =head2
9154 #: ../src/guestfs-actions.pod:2474
9155 msgid "guestfs_inotify_rm_watch"
9156 msgstr ""
9157
9158 #. type: verbatim
9159 #: ../src/guestfs-actions.pod:2476
9160 #, no-wrap
9161 msgid ""
9162 " int\n"
9163 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9164 "                           int wd);\n"
9165 "\n"
9166 msgstr ""
9167
9168 #. type: textblock
9169 #: ../src/guestfs-actions.pod:2480
9170 msgid ""
9171 "Remove a previously defined inotify watch.  See "
9172 "C<guestfs_inotify_add_watch>."
9173 msgstr ""
9174
9175 #. type: =head2
9176 #: ../src/guestfs-actions.pod:2487
9177 msgid "guestfs_inspect_get_arch"
9178 msgstr ""
9179
9180 #. type: verbatim
9181 #: ../src/guestfs-actions.pod:2489
9182 #, no-wrap
9183 msgid ""
9184 " char *\n"
9185 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9186 "                           const char *root);\n"
9187 "\n"
9188 msgstr ""
9189
9190 #. type: textblock
9191 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672 ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2899
9192 msgid ""
9193 "This function should only be called with a root device string as returned by "
9194 "C<guestfs_inspect_os>."
9195 msgstr ""
9196
9197 #. type: textblock
9198 #: ../src/guestfs-actions.pod:2496
9199 msgid ""
9200 "This returns the architecture of the inspected operating system.  The "
9201 "possible return values are listed under C<guestfs_file_architecture>."
9202 msgstr ""
9203
9204 #. type: textblock
9205 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
9206 msgid ""
9207 "If the architecture could not be determined, then the string C<unknown> is "
9208 "returned."
9209 msgstr ""
9210
9211 #. type: textblock
9212 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584 ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777 ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820 ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886 ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759 ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813 ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901 ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931 ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982 ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115
9213 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9214 msgstr ""
9215
9216 #. type: =head2
9217 #: ../src/guestfs-actions.pod:2510
9218 msgid "guestfs_inspect_get_distro"
9219 msgstr ""
9220
9221 #. type: verbatim
9222 #: ../src/guestfs-actions.pod:2512
9223 #, no-wrap
9224 msgid ""
9225 " char *\n"
9226 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9227 "                             const char *root);\n"
9228 "\n"
9229 msgstr ""
9230
9231 #. type: textblock
9232 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
9233 msgid "This returns the distro (distribution) of the inspected operating system."
9234 msgstr ""
9235
9236 #. type: textblock
9237 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
9238 msgid "Currently defined distros are:"
9239 msgstr ""
9240
9241 #. type: =item
9242 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
9243 msgid "\"archlinux\""
9244 msgstr ""
9245
9246 #. type: textblock
9247 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
9248 msgid "Arch Linux."
9249 msgstr ""
9250
9251 #. type: =item
9252 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
9253 msgid "\"debian\""
9254 msgstr ""
9255
9256 #. type: textblock
9257 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
9258 msgid "Debian."
9259 msgstr ""
9260
9261 #. type: =item
9262 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
9263 msgid "\"fedora\""
9264 msgstr ""
9265
9266 #. type: textblock
9267 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
9268 msgid "Fedora."
9269 msgstr ""
9270
9271 #. type: =item
9272 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
9273 msgid "\"gentoo\""
9274 msgstr ""
9275
9276 #. type: textblock
9277 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
9278 msgid "Gentoo."
9279 msgstr ""
9280
9281 #. type: =item
9282 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
9283 msgid "\"linuxmint\""
9284 msgstr ""
9285
9286 #. type: textblock
9287 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
9288 msgid "Linux Mint."
9289 msgstr ""
9290
9291 #. type: =item
9292 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
9293 msgid "\"mandriva\""
9294 msgstr ""
9295
9296 #. type: textblock
9297 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
9298 msgid "Mandriva."
9299 msgstr ""
9300
9301 #. type: =item
9302 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
9303 msgid "\"meego\""
9304 msgstr ""
9305
9306 #. type: textblock
9307 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
9308 msgid "MeeGo."
9309 msgstr ""
9310
9311 #. type: =item
9312 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
9313 msgid "\"pardus\""
9314 msgstr ""
9315
9316 #. type: textblock
9317 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
9318 msgid "Pardus."
9319 msgstr ""
9320
9321 #. type: =item
9322 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
9323 msgid "\"redhat-based\""
9324 msgstr ""
9325
9326 #. type: textblock
9327 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
9328 msgid "Some Red Hat-derived distro."
9329 msgstr ""
9330
9331 #. type: =item
9332 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
9333 msgid "\"rhel\""
9334 msgstr ""
9335
9336 #. type: textblock
9337 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
9338 msgid "Red Hat Enterprise Linux and some derivatives."
9339 msgstr ""
9340
9341 #. type: =item
9342 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
9343 msgid "\"ubuntu\""
9344 msgstr ""
9345
9346 #. type: textblock
9347 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
9348 msgid "Ubuntu."
9349 msgstr ""
9350
9351 #. type: =item
9352 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854 ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957
9353 msgid "\"unknown\""
9354 msgstr ""
9355
9356 #. type: textblock
9357 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
9358 msgid "The distro could not be determined."
9359 msgstr ""
9360
9361 #. type: =item
9362 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949
9363 msgid "\"windows\""
9364 msgstr ""
9365
9366 #. type: textblock
9367 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
9368 msgid ""
9369 "Windows does not have distributions.  This string is returned if the OS type "
9370 "is Windows."
9371 msgstr ""
9372
9373 #. type: textblock
9374 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963
9375 msgid ""
9376 "Future versions of libguestfs may return other strings here.  The caller "
9377 "should be prepared to handle any string."
9378 msgstr ""
9379
9380 #. type: =head2
9381 #: ../src/guestfs-actions.pod:2591
9382 msgid "guestfs_inspect_get_filesystems"
9383 msgstr ""
9384
9385 #. type: verbatim
9386 #: ../src/guestfs-actions.pod:2593
9387 #, no-wrap
9388 msgid ""
9389 " char **\n"
9390 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9391 "                                  const char *root);\n"
9392 "\n"
9393 msgstr ""
9394
9395 #. type: textblock
9396 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
9397 msgid ""
9398 "This returns a list of all the filesystems that we think are associated with "
9399 "this operating system.  This includes the root filesystem, other ordinary "
9400 "filesystems, and non-mounted devices like swap partitions."
9401 msgstr ""
9402
9403 #. type: textblock
9404 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
9405 msgid ""
9406 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9407 "to be shared between operating systems."
9408 msgstr ""
9409
9410 #. type: textblock
9411 #: ../src/guestfs-actions.pod:2608
9412 msgid ""
9413 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9414 "C<guestfs_inspect_get_mountpoints>."
9415 msgstr ""
9416
9417 #. type: =head2
9418 #: ../src/guestfs-actions.pod:2617
9419 msgid "guestfs_inspect_get_hostname"
9420 msgstr ""
9421
9422 #. type: verbatim
9423 #: ../src/guestfs-actions.pod:2619
9424 #, no-wrap
9425 msgid ""
9426 " char *\n"
9427 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9428 "                               const char *root);\n"
9429 "\n"
9430 msgstr ""
9431
9432 #. type: textblock
9433 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
9434 msgid ""
9435 "This function returns the hostname of the operating system as found by "
9436 "inspection of the guest's configuration files."
9437 msgstr ""
9438
9439 #. type: textblock
9440 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
9441 msgid ""
9442 "If the hostname could not be determined, then the string C<unknown> is "
9443 "returned."
9444 msgstr ""
9445
9446 #. type: textblock
9447 #: ../src/guestfs-actions.pod:2637
9448 msgid "(Added in 1.7.9)"
9449 msgstr ""
9450
9451 #. type: =head2
9452 #: ../src/guestfs-actions.pod:2639
9453 msgid "guestfs_inspect_get_major_version"
9454 msgstr ""
9455
9456 #. type: verbatim
9457 #: ../src/guestfs-actions.pod:2641
9458 #, no-wrap
9459 msgid ""
9460 " int\n"
9461 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9462 "                                    const char *root);\n"
9463 "\n"
9464 msgstr ""
9465
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
9468 msgid "This returns the major version number of the inspected operating system."
9469 msgstr ""
9470
9471 #. type: textblock
9472 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
9473 msgid ""
9474 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9475 "popular public names used by the operating system.  Notably the operating "
9476 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9477 "1).  You can find out the real versions corresponding to releases of Windows "
9478 "by consulting Wikipedia or MSDN."
9479 msgstr ""
9480
9481 #. type: textblock
9482 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678 ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
9483 msgid "If the version could not be determined, then C<0> is returned."
9484 msgstr ""
9485
9486 #. type: =head2
9487 #: ../src/guestfs-actions.pod:2666
9488 msgid "guestfs_inspect_get_minor_version"
9489 msgstr ""
9490
9491 #. type: verbatim
9492 #: ../src/guestfs-actions.pod:2668
9493 #, no-wrap
9494 msgid ""
9495 " int\n"
9496 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9497 "                                    const char *root);\n"
9498 "\n"
9499 msgstr ""
9500
9501 #. type: textblock
9502 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
9503 msgid "This returns the minor version number of the inspected operating system."
9504 msgstr ""
9505
9506 #. type: textblock
9507 #: ../src/guestfs-actions.pod:2680
9508 msgid ""
9509 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9510 "C<guestfs_inspect_get_major_version>."
9511 msgstr ""
9512
9513 #. type: =head2
9514 #: ../src/guestfs-actions.pod:2687
9515 msgid "guestfs_inspect_get_mountpoints"
9516 msgstr ""
9517
9518 #. type: verbatim
9519 #: ../src/guestfs-actions.pod:2689
9520 #, no-wrap
9521 msgid ""
9522 " char **\n"
9523 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9524 "                                  const char *root);\n"
9525 "\n"
9526 msgstr ""
9527
9528 #. type: textblock
9529 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
9530 msgid ""
9531 "This returns a hash of where we think the filesystems associated with this "
9532 "operating system should be mounted.  Callers should note that this is at "
9533 "best an educated guess made by reading configuration files such as "
9534 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
9535 "are non-existent or not mountable and callers should be prepared to handle "
9536 "or ignore failures if they try to mount them."
9537 msgstr ""
9538
9539 #. type: textblock
9540 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846
9541 msgid ""
9542 "Each element in the returned hashtable has a key which is the path of the "
9543 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9544 "mounted there (eg. C</dev/sda1>)."
9545 msgstr ""
9546
9547 #. type: textblock
9548 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851
9549 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9550 msgstr ""
9551
9552 #. type: textblock
9553 #: ../src/guestfs-actions.pod:2713
9554 msgid ""
9555 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9556 "C<guestfs_inspect_get_filesystems>."
9557 msgstr ""
9558
9559 #. type: textblock
9560 #: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362 ../src/guestfs-actions.pod:4558 ../src/guestfs-actions.pod:6414
9561 msgid ""
9562 "This function returns a NULL-terminated array of strings, or NULL if there "
9563 "was an error.  The array of strings will always have length C<2n+1>, where "
9564 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9565 "caller must free the strings and the array after use>."
9566 msgstr ""
9567
9568 #. type: =head2
9569 #: ../src/guestfs-actions.pod:2724
9570 msgid "guestfs_inspect_get_package_format"
9571 msgstr ""
9572
9573 #. type: verbatim
9574 #: ../src/guestfs-actions.pod:2726
9575 #, no-wrap
9576 msgid ""
9577 " char *\n"
9578 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9579 "                                     const char *root);\n"
9580 "\n"
9581 msgstr ""
9582
9583 #. type: textblock
9584 #: ../src/guestfs-actions.pod:2733
9585 msgid ""
9586 "This function and C<guestfs_inspect_get_package_management> return the "
9587 "package format and package management tool used by the inspected operating "
9588 "system.  For example for Fedora these functions would return C<rpm> (package "
9589 "format) and C<yum> (package management)."
9590 msgstr ""
9591
9592 #. type: textblock
9593 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
9594 msgid ""
9595 "This returns the string C<unknown> if we could not determine the package "
9596 "format I<or> if the operating system does not have a real packaging system "
9597 "(eg. Windows)."
9598 msgstr ""
9599
9600 #. type: textblock
9601 #: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874
9602 msgid ""
9603 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9604 "Future versions of libguestfs may return other strings."
9605 msgstr ""
9606
9607 #. type: textblock
9608 #: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782
9609 msgid "(Added in 1.7.5)"
9610 msgstr ""
9611
9612 #. type: =head2
9613 #: ../src/guestfs-actions.pod:2753
9614 msgid "guestfs_inspect_get_package_management"
9615 msgstr ""
9616
9617 #. type: verbatim
9618 #: ../src/guestfs-actions.pod:2755
9619 #, no-wrap
9620 msgid ""
9621 " char *\n"
9622 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9623 "                                         const char *root);\n"
9624 "\n"
9625 msgstr ""
9626
9627 #. type: textblock
9628 #: ../src/guestfs-actions.pod:2762
9629 msgid ""
9630 "C<guestfs_inspect_get_package_format> and this function return the package "
9631 "format and package management tool used by the inspected operating system.  "
9632 "For example for Fedora these functions would return C<rpm> (package format) "
9633 "and C<yum> (package management)."
9634 msgstr ""
9635
9636 #. type: textblock
9637 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
9638 msgid ""
9639 "This returns the string C<unknown> if we could not determine the package "
9640 "management tool I<or> if the operating system does not have a real packaging "
9641 "system (eg. Windows)."
9642 msgstr ""
9643
9644 #. type: textblock
9645 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896
9646 msgid ""
9647 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9648 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9649 "libguestfs may return other strings."
9650 msgstr ""
9651
9652 #. type: =head2
9653 #: ../src/guestfs-actions.pod:2784
9654 msgid "guestfs_inspect_get_product_name"
9655 msgstr ""
9656
9657 #. type: verbatim
9658 #: ../src/guestfs-actions.pod:2786
9659 #, no-wrap
9660 msgid ""
9661 " char *\n"
9662 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9663 "                                   const char *root);\n"
9664 "\n"
9665 msgstr ""
9666
9667 #. type: textblock
9668 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910
9669 msgid ""
9670 "This returns the product name of the inspected operating system.  The "
9671 "product name is generally some freeform string which can be displayed to the "
9672 "user, but should not be parsed by programs."
9673 msgstr ""
9674
9675 #. type: textblock
9676 #: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915
9677 msgid ""
9678 "If the product name could not be determined, then the string C<unknown> is "
9679 "returned."
9680 msgstr ""
9681
9682 #. type: =head2
9683 #: ../src/guestfs-actions.pod:2808
9684 msgid "guestfs_inspect_get_roots"
9685 msgstr ""
9686
9687 #. type: verbatim
9688 #: ../src/guestfs-actions.pod:2810
9689 #, no-wrap
9690 msgid ""
9691 " char **\n"
9692 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9693 "\n"
9694 msgstr ""
9695
9696 #. type: textblock
9697 #: ../src/guestfs-actions.pod:2813
9698 msgid ""
9699 "This function is a convenient way to get the list of root devices, as "
9700 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9701 "the whole inspection process."
9702 msgstr ""
9703
9704 #. type: textblock
9705 #: ../src/guestfs-actions.pod:2817
9706 msgid ""
9707 "This returns an empty list if either no root devices were found or the "
9708 "caller has not called C<guestfs_inspect_os>."
9709 msgstr ""
9710
9711 #. type: textblock
9712 #: ../src/guestfs-actions.pod:2826
9713 msgid "(Added in 1.7.3)"
9714 msgstr ""
9715
9716 #. type: =head2
9717 #: ../src/guestfs-actions.pod:2828
9718 msgid "guestfs_inspect_get_type"
9719 msgstr ""
9720
9721 #. type: verbatim
9722 #: ../src/guestfs-actions.pod:2830
9723 #, no-wrap
9724 msgid ""
9725 " char *\n"
9726 " guestfs_inspect_get_type (guestfs_h *g,\n"
9727 "                           const char *root);\n"
9728 "\n"
9729 msgstr ""
9730
9731 #. type: textblock
9732 #: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940
9733 msgid ""
9734 "This returns the type of the inspected operating system.  Currently defined "
9735 "types are:"
9736 msgstr ""
9737
9738 #. type: =item
9739 #: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945
9740 msgid "\"linux\""
9741 msgstr ""
9742
9743 #. type: textblock
9744 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
9745 msgid "Any Linux-based operating system."
9746 msgstr ""
9747
9748 #. type: textblock
9749 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
9750 msgid "Any Microsoft Windows operating system."
9751 msgstr ""
9752
9753 #. type: =item
9754 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
9755 msgid "\"freebsd\""
9756 msgstr ""
9757
9758 #. type: textblock
9759 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
9760 msgid "FreeBSD."
9761 msgstr ""
9762
9763 #. type: textblock
9764 #: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959
9765 msgid "The operating system type could not be determined."
9766 msgstr ""
9767
9768 #. type: =head2
9769 #: ../src/guestfs-actions.pod:2870
9770 msgid "guestfs_inspect_get_windows_systemroot"
9771 msgstr ""
9772
9773 #. type: verbatim
9774 #: ../src/guestfs-actions.pod:2872
9775 #, no-wrap
9776 msgid ""
9777 " char *\n"
9778 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
9779 "                                         const char *root);\n"
9780 "\n"
9781 msgstr ""
9782
9783 #. type: textblock
9784 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
9785 msgid ""
9786 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9787 "is a directory path such as C</WINDOWS>."
9788 msgstr ""
9789
9790 #. type: textblock
9791 #: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978
9792 msgid ""
9793 "This call assumes that the guest is Windows and that the systemroot could be "
9794 "determined by inspection.  If this is not the case then an error is "
9795 "returned."
9796 msgstr ""
9797
9798 #. type: textblock
9799 #: ../src/guestfs-actions.pod:2891
9800 msgid "(Added in 1.5.25)"
9801 msgstr ""
9802
9803 #. type: =head2
9804 #: ../src/guestfs-actions.pod:2893
9805 msgid "guestfs_inspect_list_applications"
9806 msgstr ""
9807
9808 #. type: verbatim
9809 #: ../src/guestfs-actions.pod:2895
9810 #, no-wrap
9811 msgid ""
9812 " struct guestfs_application_list *\n"
9813 " guestfs_inspect_list_applications (guestfs_h *g,\n"
9814 "                                    const char *root);\n"
9815 "\n"
9816 msgstr ""
9817
9818 #. type: textblock
9819 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991
9820 msgid "Return the list of applications installed in the operating system."
9821 msgstr ""
9822
9823 #. type: textblock
9824 #: ../src/guestfs-actions.pod:2904
9825 msgid ""
9826 "I<Note:> This call works differently from other parts of the inspection "
9827 "API.  You have to call C<guestfs_inspect_os>, then "
9828 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
9829 "this.  Listing applications is a significantly more difficult operation "
9830 "which requires access to the full filesystem.  Also note that unlike the "
9831 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
9832 "the libguestfs handle, this call actually reads parts of the mounted "
9833 "filesystems during the call."
9834 msgstr ""
9835
9836 #. type: textblock
9837 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
9838 msgid ""
9839 "This returns an empty list if the inspection code was not able to determine "
9840 "the list of applications."
9841 msgstr ""
9842
9843 #. type: textblock
9844 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
9845 msgid "The application structure contains the following fields:"
9846 msgstr ""
9847
9848 #. type: =item
9849 #: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010
9850 msgid "C<app_name>"
9851 msgstr ""
9852
9853 #. type: textblock
9854 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
9855 msgid ""
9856 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9857 "guests, this is the package name."
9858 msgstr ""
9859
9860 #. type: =item
9861 #: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015
9862 msgid "C<app_display_name>"
9863 msgstr ""
9864
9865 #. type: textblock
9866 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
9867 msgid ""
9868 "The display name of the application, sometimes localized to the install "
9869 "language of the guest operating system."
9870 msgstr ""
9871
9872 #. type: textblock
9873 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
9874 msgid ""
9875 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9876 "to display something can use C<app_name> instead."
9877 msgstr ""
9878
9879 #. type: =item
9880 #: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023
9881 msgid "C<app_epoch>"
9882 msgstr ""
9883
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
9886 msgid ""
9887 "For package managers which use epochs, this contains the epoch of the "
9888 "package (an integer).  If unavailable, this is returned as C<0>."
9889 msgstr ""
9890
9891 #. type: =item
9892 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028
9893 msgid "C<app_version>"
9894 msgstr ""
9895
9896 #. type: textblock
9897 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
9898 msgid ""
9899 "The version string of the application or package.  If unavailable this is "
9900 "returned as an empty string C<\"\">."
9901 msgstr ""
9902
9903 #. type: =item
9904 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033
9905 msgid "C<app_release>"
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
9910 msgid ""
9911 "The release string of the application or package, for package managers that "
9912 "use this.  If unavailable this is returned as an empty string C<\"\">."
9913 msgstr ""
9914
9915 #. type: =item
9916 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039
9917 msgid "C<app_install_path>"
9918 msgstr ""
9919
9920 #. type: textblock
9921 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
9922 msgid ""
9923 "The installation path of the application (on operating systems such as "
9924 "Windows which use installation paths).  This path is in the format used by "
9925 "the guest operating system, it is not a libguestfs path."
9926 msgstr ""
9927
9928 #. type: textblock
9929 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
9930 msgid "If unavailable this is returned as an empty string C<\"\">."
9931 msgstr ""
9932
9933 #. type: =item
9934 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
9935 msgid "C<app_trans_path>"
9936 msgstr ""
9937
9938 #. type: textblock
9939 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
9940 msgid ""
9941 "The install path translated into a libguestfs path.  If unavailable this is "
9942 "returned as an empty string C<\"\">."
9943 msgstr ""
9944
9945 #. type: =item
9946 #: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053
9947 msgid "C<app_publisher>"
9948 msgstr ""
9949
9950 #. type: textblock
9951 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
9952 msgid ""
9953 "The name of the publisher of the application, for package managers that use "
9954 "this.  If unavailable this is returned as an empty string C<\"\">."
9955 msgstr ""
9956
9957 #. type: =item
9958 #: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059
9959 msgid "C<app_url>"
9960 msgstr ""
9961
9962 #. type: textblock
9963 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
9964 msgid ""
9965 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9966 "returned as an empty string C<\"\">."
9967 msgstr ""
9968
9969 #. type: =item
9970 #: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064
9971 msgid "C<app_source_package>"
9972 msgstr ""
9973
9974 #. type: textblock
9975 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
9976 msgid ""
9977 "For packaging systems which support this, the name of the source package.  "
9978 "If unavailable this is returned as an empty string C<\"\">."
9979 msgstr ""
9980
9981 #. type: =item
9982 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069
9983 msgid "C<app_summary>"
9984 msgstr ""
9985
9986 #. type: textblock
9987 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
9988 msgid ""
9989 "A short (usually one line) description of the application or package.  If "
9990 "unavailable this is returned as an empty string C<\"\">."
9991 msgstr ""
9992
9993 #. type: =item
9994 #: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074
9995 msgid "C<app_description>"
9996 msgstr ""
9997
9998 #. type: textblock
9999 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
10000 msgid ""
10001 "A longer description of the application or package.  If unavailable this is "
10002 "returned as an empty string C<\"\">."
10003 msgstr ""
10004
10005 #. type: textblock
10006 #: ../src/guestfs-actions.pod:2994
10007 msgid ""
10008 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10009 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10010 "after use>."
10011 msgstr ""
10012
10013 #. type: textblock
10014 #: ../src/guestfs-actions.pod:2998
10015 msgid "(Added in 1.7.8)"
10016 msgstr ""
10017
10018 #. type: =head2
10019 #: ../src/guestfs-actions.pod:3000
10020 msgid "guestfs_inspect_os"
10021 msgstr ""
10022
10023 #. type: verbatim
10024 #: ../src/guestfs-actions.pod:3002
10025 #, no-wrap
10026 msgid ""
10027 " char **\n"
10028 " guestfs_inspect_os (guestfs_h *g);\n"
10029 "\n"
10030 msgstr ""
10031
10032 #. type: textblock
10033 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
10034 msgid ""
10035 "This function uses other libguestfs functions and certain heuristics to "
10036 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10037 "for operating systems."
10038 msgstr ""
10039
10040 #. type: textblock
10041 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091
10042 msgid "The list returned is empty if no operating systems were found."
10043 msgstr ""
10044
10045 #. type: textblock
10046 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
10047 msgid ""
10048 "If one operating system was found, then this returns a list with a single "
10049 "element, which is the name of the root filesystem of this operating system.  "
10050 "It is also possible for this function to return a list containing more than "
10051 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10052 "element being the root filesystem of one of the operating systems."
10053 msgstr ""
10054
10055 #. type: textblock
10056 #: ../src/guestfs-actions.pod:3018
10057 msgid ""
10058 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10059 "functions in order to query further information about each operating system, "
10060 "such as the name and version."
10061 msgstr ""
10062
10063 #. type: textblock
10064 #: ../src/guestfs-actions.pod:3023
10065 msgid ""
10066 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10067 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10068 "the contents.  This should be called with no disks currently mounted.  The "
10069 "function may also use Augeas, so any existing Augeas handle will be closed."
10070 msgstr ""
10071
10072 #. type: textblock
10073 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111
10074 msgid ""
10075 "This function cannot decrypt encrypted disks.  The caller must do that first "
10076 "(supplying the necessary keys) if the disk is encrypted."
10077 msgstr ""
10078
10079 #. type: textblock
10080 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3382
10081 msgid "See also C<guestfs_list_filesystems>."
10082 msgstr ""
10083
10084 #. type: =head2
10085 #: ../src/guestfs-actions.pod:3043
10086 msgid "guestfs_is_blockdev"
10087 msgstr ""
10088
10089 #. type: verbatim
10090 #: ../src/guestfs-actions.pod:3045
10091 #, no-wrap
10092 msgid ""
10093 " int\n"
10094 " guestfs_is_blockdev (guestfs_h *g,\n"
10095 "                      const char *path);\n"
10096 "\n"
10097 msgstr ""
10098
10099 #. type: textblock
10100 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123
10101 msgid ""
10102 "This returns C<true> if and only if there is a block device with the given "
10103 "C<path> name."
10104 msgstr ""
10105
10106 #. type: textblock
10107 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198 ../src/guestfs-actions.pod:3213
10108 msgid "See also C<guestfs_stat>."
10109 msgstr ""
10110
10111 #. type: textblock
10112 #: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202 ../src/guestfs-actions.pod:3217
10113 msgid "(Added in 1.5.10)"
10114 msgstr ""
10115
10116 #. type: =head2
10117 #: ../src/guestfs-actions.pod:3058
10118 msgid "guestfs_is_busy"
10119 msgstr ""
10120
10121 #. type: verbatim
10122 #: ../src/guestfs-actions.pod:3060
10123 #, no-wrap
10124 msgid ""
10125 " int\n"
10126 " guestfs_is_busy (guestfs_h *g);\n"
10127 "\n"
10128 msgstr ""
10129
10130 #. type: textblock
10131 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132
10132 msgid ""
10133 "This returns true iff this handle is busy processing a command (in the "
10134 "C<BUSY> state)."
10135 msgstr ""
10136
10137 #. type: =head2
10138 #: ../src/guestfs-actions.pod:3072
10139 msgid "guestfs_is_chardev"
10140 msgstr ""
10141
10142 #. type: verbatim
10143 #: ../src/guestfs-actions.pod:3074
10144 #, no-wrap
10145 msgid ""
10146 " int\n"
10147 " guestfs_is_chardev (guestfs_h *g,\n"
10148 "                     const char *path);\n"
10149 "\n"
10150 msgstr ""
10151
10152 #. type: textblock
10153 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141
10154 msgid ""
10155 "This returns C<true> if and only if there is a character device with the "
10156 "given C<path> name."
10157 msgstr ""
10158
10159 #. type: =head2
10160 #: ../src/guestfs-actions.pod:3087
10161 msgid "guestfs_is_config"
10162 msgstr ""
10163
10164 #. type: verbatim
10165 #: ../src/guestfs-actions.pod:3089
10166 #, no-wrap
10167 msgid ""
10168 " int\n"
10169 " guestfs_is_config (guestfs_h *g);\n"
10170 "\n"
10171 msgstr ""
10172
10173 #. type: textblock
10174 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150
10175 msgid ""
10176 "This returns true iff this handle is being configured (in the C<CONFIG> "
10177 "state)."
10178 msgstr ""
10179
10180 #. type: =head2
10181 #: ../src/guestfs-actions.pod:3101
10182 msgid "guestfs_is_dir"
10183 msgstr ""
10184
10185 #. type: verbatim
10186 #: ../src/guestfs-actions.pod:3103
10187 #, no-wrap
10188 msgid ""
10189 " int\n"
10190 " guestfs_is_dir (guestfs_h *g,\n"
10191 "                 const char *path);\n"
10192 "\n"
10193 msgstr ""
10194
10195 #. type: textblock
10196 #: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159
10197 msgid ""
10198 "This returns C<true> if and only if there is a directory with the given "
10199 "C<path> name.  Note that it returns false for other objects like files."
10200 msgstr ""
10201
10202 #. type: =head2
10203 #: ../src/guestfs-actions.pod:3117
10204 msgid "guestfs_is_fifo"
10205 msgstr ""
10206
10207 #. type: verbatim
10208 #: ../src/guestfs-actions.pod:3119
10209 #, no-wrap
10210 msgid ""
10211 " int\n"
10212 " guestfs_is_fifo (guestfs_h *g,\n"
10213 "                  const char *path);\n"
10214 "\n"
10215 msgstr ""
10216
10217 #. type: textblock
10218 #: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169
10219 msgid ""
10220 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10221 "given C<path> name."
10222 msgstr ""
10223
10224 #. type: =head2
10225 #: ../src/guestfs-actions.pod:3132
10226 msgid "guestfs_is_file"
10227 msgstr ""
10228
10229 #. type: verbatim
10230 #: ../src/guestfs-actions.pod:3134
10231 #, no-wrap
10232 msgid ""
10233 " int\n"
10234 " guestfs_is_file (guestfs_h *g,\n"
10235 "                  const char *path);\n"
10236 "\n"
10237 msgstr ""
10238
10239 #. type: textblock
10240 #: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178
10241 msgid ""
10242 "This returns C<true> if and only if there is a regular file with the given "
10243 "C<path> name.  Note that it returns false for other objects like "
10244 "directories."
10245 msgstr ""
10246
10247 #. type: =head2
10248 #: ../src/guestfs-actions.pod:3148
10249 msgid "guestfs_is_launching"
10250 msgstr ""
10251
10252 #. type: verbatim
10253 #: ../src/guestfs-actions.pod:3150
10254 #, no-wrap
10255 msgid ""
10256 " int\n"
10257 " guestfs_is_launching (guestfs_h *g);\n"
10258 "\n"
10259 msgstr ""
10260
10261 #. type: textblock
10262 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188
10263 msgid ""
10264 "This returns true iff this handle is launching the subprocess (in the "
10265 "C<LAUNCHING> state)."
10266 msgstr ""
10267
10268 #. type: =head2
10269 #: ../src/guestfs-actions.pod:3162
10270 msgid "guestfs_is_lv"
10271 msgstr ""
10272
10273 #. type: verbatim
10274 #: ../src/guestfs-actions.pod:3164
10275 #, no-wrap
10276 msgid ""
10277 " int\n"
10278 " guestfs_is_lv (guestfs_h *g,\n"
10279 "                const char *device);\n"
10280 "\n"
10281 msgstr ""
10282
10283 #. type: textblock
10284 #: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197
10285 msgid ""
10286 "This command tests whether C<device> is a logical volume, and returns true "
10287 "iff this is the case."
10288 msgstr ""
10289
10290 #. type: =head2
10291 #: ../src/guestfs-actions.pod:3175
10292 msgid "guestfs_is_ready"
10293 msgstr ""
10294
10295 #. type: verbatim
10296 #: ../src/guestfs-actions.pod:3177
10297 #, no-wrap
10298 msgid ""
10299 " int\n"
10300 " guestfs_is_ready (guestfs_h *g);\n"
10301 "\n"
10302 msgstr ""
10303
10304 #. type: textblock
10305 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204
10306 msgid ""
10307 "This returns true iff this handle is ready to accept commands (in the "
10308 "C<READY> state)."
10309 msgstr ""
10310
10311 #. type: =head2
10312 #: ../src/guestfs-actions.pod:3189
10313 msgid "guestfs_is_socket"
10314 msgstr ""
10315
10316 #. type: verbatim
10317 #: ../src/guestfs-actions.pod:3191
10318 #, no-wrap
10319 msgid ""
10320 " int\n"
10321 " guestfs_is_socket (guestfs_h *g,\n"
10322 "                    const char *path);\n"
10323 "\n"
10324 msgstr ""
10325
10326 #. type: textblock
10327 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213
10328 msgid ""
10329 "This returns C<true> if and only if there is a Unix domain socket with the "
10330 "given C<path> name."
10331 msgstr ""
10332
10333 #. type: =head2
10334 #: ../src/guestfs-actions.pod:3204
10335 msgid "guestfs_is_symlink"
10336 msgstr ""
10337
10338 #. type: verbatim
10339 #: ../src/guestfs-actions.pod:3206
10340 #, no-wrap
10341 msgid ""
10342 " int\n"
10343 " guestfs_is_symlink (guestfs_h *g,\n"
10344 "                     const char *path);\n"
10345 "\n"
10346 msgstr ""
10347
10348 #. type: textblock
10349 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222
10350 msgid ""
10351 "This returns C<true> if and only if there is a symbolic link with the given "
10352 "C<path> name."
10353 msgstr ""
10354
10355 #. type: =head2
10356 #: ../src/guestfs-actions.pod:3219
10357 msgid "guestfs_kill_subprocess"
10358 msgstr ""
10359
10360 #. type: verbatim
10361 #: ../src/guestfs-actions.pod:3221
10362 #, no-wrap
10363 msgid ""
10364 " int\n"
10365 " guestfs_kill_subprocess (guestfs_h *g);\n"
10366 "\n"
10367 msgstr ""
10368
10369 #. type: textblock
10370 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231
10371 msgid "This kills the qemu subprocess.  You should never need to call this."
10372 msgstr ""
10373
10374 #. type: =head2
10375 #: ../src/guestfs-actions.pod:3230
10376 msgid "guestfs_launch"
10377 msgstr ""
10378
10379 #. type: verbatim
10380 #: ../src/guestfs-actions.pod:3232
10381 #, no-wrap
10382 msgid ""
10383 " int\n"
10384 " guestfs_launch (guestfs_h *g);\n"
10385 "\n"
10386 msgstr ""
10387
10388 #. type: textblock
10389 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
10390 msgid ""
10391 "Internally libguestfs is implemented by running a virtual machine using "
10392 "L<qemu(1)>."
10393 msgstr ""
10394
10395 #. type: textblock
10396 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242
10397 msgid ""
10398 "You should call this after configuring the handle (eg. adding drives) but "
10399 "before performing any actions."
10400 msgstr ""
10401
10402 #. type: =head2
10403 #: ../src/guestfs-actions.pod:3245
10404 msgid "guestfs_lchown"
10405 msgstr ""
10406
10407 #. type: verbatim
10408 #: ../src/guestfs-actions.pod:3247
10409 #, no-wrap
10410 msgid ""
10411 " int\n"
10412 " guestfs_lchown (guestfs_h *g,\n"
10413 "                 int owner,\n"
10414 "                 int group,\n"
10415 "                 const char *path);\n"
10416 "\n"
10417 msgstr ""
10418
10419 #. type: textblock
10420 #: ../src/guestfs-actions.pod:3253
10421 msgid ""
10422 "Change the file owner to C<owner> and group to C<group>.  This is like "
10423 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10424 "changed, not the target."
10425 msgstr ""
10426
10427 #. type: =head2
10428 #: ../src/guestfs-actions.pod:3265
10429 msgid "guestfs_lgetxattr"
10430 msgstr ""
10431
10432 #. type: verbatim
10433 #: ../src/guestfs-actions.pod:3267
10434 #, no-wrap
10435 msgid ""
10436 " char *\n"
10437 " guestfs_lgetxattr (guestfs_h *g,\n"
10438 "                    const char *path,\n"
10439 "                    const char *name,\n"
10440 "                    size_t *size_r);\n"
10441 "\n"
10442 msgstr ""
10443
10444 #. type: textblock
10445 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261
10446 msgid ""
10447 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10448 "is a symlink, then this call returns an extended attribute from the symlink."
10449 msgstr ""
10450
10451 #. type: textblock
10452 #: ../src/guestfs-actions.pod:3287
10453 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10454 msgstr ""
10455
10456 #. type: =head2
10457 #: ../src/guestfs-actions.pod:3295
10458 msgid "guestfs_lgetxattrs"
10459 msgstr ""
10460
10461 #. type: verbatim
10462 #: ../src/guestfs-actions.pod:3297
10463 #, no-wrap
10464 msgid ""
10465 " struct guestfs_xattr_list *\n"
10466 " guestfs_lgetxattrs (guestfs_h *g,\n"
10467 "                     const char *path);\n"
10468 "\n"
10469 msgstr ""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:3301
10473 msgid ""
10474 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10475 "then it returns the extended attributes of the link itself."
10476 msgstr ""
10477
10478 #. type: =head2
10479 #: ../src/guestfs-actions.pod:3311
10480 msgid "guestfs_list_devices"
10481 msgstr ""
10482
10483 #. type: verbatim
10484 #: ../src/guestfs-actions.pod:3313
10485 #, no-wrap
10486 msgid ""
10487 " char **\n"
10488 " guestfs_list_devices (guestfs_h *g);\n"
10489 "\n"
10490 msgstr ""
10491
10492 #. type: textblock
10493 #: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289
10494 msgid "List all the block devices."
10495 msgstr ""
10496
10497 #. type: textblock
10498 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
10499 msgid "The full block device names are returned, eg. C</dev/sda>."
10500 msgstr ""
10501
10502 #. type: =head2
10503 #: ../src/guestfs-actions.pod:3328
10504 msgid "guestfs_list_filesystems"
10505 msgstr ""
10506
10507 #. type: verbatim
10508 #: ../src/guestfs-actions.pod:3330
10509 #, no-wrap
10510 msgid ""
10511 " char **\n"
10512 " guestfs_list_filesystems (guestfs_h *g);\n"
10513 "\n"
10514 msgstr ""
10515
10516 #. type: textblock
10517 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
10518 msgid ""
10519 "This inspection command looks for filesystems on partitions, block devices "
10520 "and logical volumes, returning a list of devices containing filesystems and "
10521 "their type."
10522 msgstr ""
10523
10524 #. type: textblock
10525 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
10526 msgid ""
10527 "The return value is a hash, where the keys are the devices containing "
10528 "filesystems, and the values are the filesystem types.  For example:"
10529 msgstr ""
10530
10531 #. type: verbatim
10532 #: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307
10533 #, no-wrap
10534 msgid ""
10535 " \"/dev/sda1\" => \"ntfs\"\n"
10536 " \"/dev/sda2\" => \"ext2\"\n"
10537 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10538 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10539 "\n"
10540 msgstr ""
10541
10542 #. type: textblock
10543 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312
10544 msgid ""
10545 "The value can have the special value \"unknown\", meaning the content of the "
10546 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10547 msgstr ""
10548
10549 #. type: textblock
10550 #: ../src/guestfs-actions.pod:3350
10551 msgid ""
10552 "This command runs other libguestfs commands, which might include "
10553 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10554 "soon after launch and only when nothing is mounted."
10555 msgstr ""
10556
10557 #. type: textblock
10558 #: ../src/guestfs-actions.pod:3354
10559 msgid ""
10560 "Not all of the filesystems returned will be mountable.  In particular, swap "
10561 "partitions are returned in the list.  Also this command does not check that "
10562 "each filesystem found is valid and mountable, and some filesystems might be "
10563 "mountable but require special options.  Filesystems may not all belong to a "
10564 "single logical operating system (use C<guestfs_inspect_os> to look for "
10565 "OSes)."
10566 msgstr ""
10567
10568 #. type: textblock
10569 #: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4959
10570 msgid "(Added in 1.5.15)"
10571 msgstr ""
10572
10573 #. type: =head2
10574 #: ../src/guestfs-actions.pod:3370
10575 msgid "guestfs_list_partitions"
10576 msgstr ""
10577
10578 #. type: verbatim
10579 #: ../src/guestfs-actions.pod:3372
10580 #, no-wrap
10581 msgid ""
10582 " char **\n"
10583 " guestfs_list_partitions (guestfs_h *g);\n"
10584 "\n"
10585 msgstr ""
10586
10587 #. type: textblock
10588 #: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332
10589 msgid "List all the partitions detected on all block devices."
10590 msgstr ""
10591
10592 #. type: textblock
10593 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
10594 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10595 msgstr ""
10596
10597 #. type: textblock
10598 #: ../src/guestfs-actions.pod:3379
10599 msgid ""
10600 "This does not return logical volumes.  For that you will need to call "
10601 "C<guestfs_lvs>."
10602 msgstr ""
10603
10604 #. type: =head2
10605 #: ../src/guestfs-actions.pod:3390
10606 msgid "guestfs_ll"
10607 msgstr ""
10608
10609 #. type: verbatim
10610 #: ../src/guestfs-actions.pod:3392
10611 #, no-wrap
10612 msgid ""
10613 " char *\n"
10614 " guestfs_ll (guestfs_h *g,\n"
10615 "             const char *directory);\n"
10616 "\n"
10617 msgstr ""
10618
10619 #. type: textblock
10620 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
10621 msgid ""
10622 "List the files in C<directory> (relative to the root directory, there is no "
10623 "cwd) in the format of 'ls -la'."
10624 msgstr ""
10625
10626 #. type: textblock
10627 #: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348
10628 msgid ""
10629 "This command is mostly useful for interactive sessions.  It is I<not> "
10630 "intended that you try to parse the output string."
10631 msgstr ""
10632
10633 #. type: =head2
10634 #: ../src/guestfs-actions.pod:3407
10635 msgid "guestfs_ln"
10636 msgstr ""
10637
10638 #. type: verbatim
10639 #: ../src/guestfs-actions.pod:3409
10640 #, no-wrap
10641 msgid ""
10642 " int\n"
10643 " guestfs_ln (guestfs_h *g,\n"
10644 "             const char *target,\n"
10645 "             const char *linkname);\n"
10646 "\n"
10647 msgstr ""
10648
10649 #. type: textblock
10650 #: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355
10651 msgid "This command creates a hard link using the C<ln> command."
10652 msgstr ""
10653
10654 #. type: =head2
10655 #: ../src/guestfs-actions.pod:3420
10656 msgid "guestfs_ln_f"
10657 msgstr ""
10658
10659 #. type: verbatim
10660 #: ../src/guestfs-actions.pod:3422
10661 #, no-wrap
10662 msgid ""
10663 " int\n"
10664 " guestfs_ln_f (guestfs_h *g,\n"
10665 "               const char *target,\n"
10666 "               const char *linkname);\n"
10667 "\n"
10668 msgstr ""
10669
10670 #. type: textblock
10671 #: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361
10672 msgid ""
10673 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10674 "option removes the link (C<linkname>) if it exists already."
10675 msgstr ""
10676
10677 #. type: =head2
10678 #: ../src/guestfs-actions.pod:3434
10679 msgid "guestfs_ln_s"
10680 msgstr ""
10681
10682 #. type: verbatim
10683 #: ../src/guestfs-actions.pod:3436
10684 #, no-wrap
10685 msgid ""
10686 " int\n"
10687 " guestfs_ln_s (guestfs_h *g,\n"
10688 "               const char *target,\n"
10689 "               const char *linkname);\n"
10690 "\n"
10691 msgstr ""
10692
10693 #. type: textblock
10694 #: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368
10695 msgid "This command creates a symbolic link using the C<ln -s> command."
10696 msgstr ""
10697
10698 #. type: =head2
10699 #: ../src/guestfs-actions.pod:3447
10700 msgid "guestfs_ln_sf"
10701 msgstr ""
10702
10703 #. type: verbatim
10704 #: ../src/guestfs-actions.pod:3449
10705 #, no-wrap
10706 msgid ""
10707 " int\n"
10708 " guestfs_ln_sf (guestfs_h *g,\n"
10709 "                const char *target,\n"
10710 "                const char *linkname);\n"
10711 "\n"
10712 msgstr ""
10713
10714 #. type: textblock
10715 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374
10716 msgid ""
10717 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
10718 "option removes the link (C<linkname>) if it exists already."
10719 msgstr ""
10720
10721 #. type: =head2
10722 #: ../src/guestfs-actions.pod:3461
10723 msgid "guestfs_lremovexattr"
10724 msgstr ""
10725
10726 #. type: verbatim
10727 #: ../src/guestfs-actions.pod:3463
10728 #, no-wrap
10729 msgid ""
10730 " int\n"
10731 " guestfs_lremovexattr (guestfs_h *g,\n"
10732 "                       const char *xattr,\n"
10733 "                       const char *path);\n"
10734 "\n"
10735 msgstr ""
10736
10737 #. type: textblock
10738 #: ../src/guestfs-actions.pod:3468
10739 msgid ""
10740 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
10741 "link, then it removes an extended attribute of the link itself."
10742 msgstr ""
10743
10744 #. type: =head2
10745 #: ../src/guestfs-actions.pod:3476
10746 msgid "guestfs_ls"
10747 msgstr ""
10748
10749 #. type: verbatim
10750 #: ../src/guestfs-actions.pod:3478
10751 #, no-wrap
10752 msgid ""
10753 " char **\n"
10754 " guestfs_ls (guestfs_h *g,\n"
10755 "             const char *directory);\n"
10756 "\n"
10757 msgstr ""
10758
10759 #. type: textblock
10760 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389
10761 msgid ""
10762 "List the files in C<directory> (relative to the root directory, there is no "
10763 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
10764 "shown."
10765 msgstr ""
10766
10767 #. type: textblock
10768 #: ../src/guestfs-actions.pod:3486
10769 msgid ""
10770 "This command is mostly useful for interactive sessions.  Programs should "
10771 "probably use C<guestfs_readdir> instead."
10772 msgstr ""
10773
10774 #. type: =head2
10775 #: ../src/guestfs-actions.pod:3495
10776 msgid "guestfs_lsetxattr"
10777 msgstr ""
10778
10779 #. type: verbatim
10780 #: ../src/guestfs-actions.pod:3497
10781 #, no-wrap
10782 msgid ""
10783 " int\n"
10784 " guestfs_lsetxattr (guestfs_h *g,\n"
10785 "                    const char *xattr,\n"
10786 "                    const char *val,\n"
10787 "                    int vallen,\n"
10788 "                    const char *path);\n"
10789 "\n"
10790 msgstr ""
10791
10792 #. type: textblock
10793 #: ../src/guestfs-actions.pod:3504
10794 msgid ""
10795 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
10796 "then it sets an extended attribute of the link itself."
10797 msgstr ""
10798
10799 #. type: =head2
10800 #: ../src/guestfs-actions.pod:3512
10801 msgid "guestfs_lstat"
10802 msgstr ""
10803
10804 #. type: verbatim
10805 #: ../src/guestfs-actions.pod:3514
10806 #, no-wrap
10807 msgid ""
10808 " struct guestfs_stat *\n"
10809 " guestfs_lstat (guestfs_h *g,\n"
10810 "                const char *path);\n"
10811 "\n"
10812 msgstr ""
10813
10814 #. type: textblock
10815 #: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6013 ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4021
10816 msgid "Returns file information for the given C<path>."
10817 msgstr ""
10818
10819 #. type: textblock
10820 #: ../src/guestfs-actions.pod:3520
10821 msgid ""
10822 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
10823 "link, then the link is stat-ed, not the file it refers to."
10824 msgstr ""
10825
10826 #. type: textblock
10827 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414
10828 msgid "This is the same as the C<lstat(2)> system call."
10829 msgstr ""
10830
10831 #. type: textblock
10832 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6017
10833 msgid ""
10834 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
10835 "error.  I<The caller must call C<guestfs_free_stat> after use>."
10836 msgstr ""
10837
10838 #. type: textblock
10839 #: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6039 ../src/guestfs-actions.pod:6420
10840 msgid "(Added in 0.9.2)"
10841 msgstr ""
10842
10843 #. type: =head2
10844 #: ../src/guestfs-actions.pod:3532
10845 msgid "guestfs_lstatlist"
10846 msgstr ""
10847
10848 #. type: verbatim
10849 #: ../src/guestfs-actions.pod:3534
10850 #, no-wrap
10851 msgid ""
10852 " struct guestfs_stat_list *\n"
10853 " guestfs_lstatlist (guestfs_h *g,\n"
10854 "                    const char *path,\n"
10855 "                    char *const *names);\n"
10856 "\n"
10857 msgstr ""
10858
10859 #. type: textblock
10860 #: ../src/guestfs-actions.pod:3539
10861 msgid ""
10862 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
10863 "files, where all files are in the directory C<path>.  C<names> is the list "
10864 "of files from this directory."
10865 msgstr ""
10866
10867 #. type: textblock
10868 #: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424
10869 msgid ""
10870 "On return you get a list of stat structs, with a one-to-one correspondence "
10871 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10872 "then the C<ino> field of that structure is set to C<-1>."
10873 msgstr ""
10874
10875 #. type: textblock
10876 #: ../src/guestfs-actions.pod:3548
10877 msgid ""
10878 "This call is intended for programs that want to efficiently list a directory "
10879 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
10880 "for a similarly efficient call for getting extended attributes.  Very long "
10881 "directory listings might cause the protocol message size to be exceeded, "
10882 "causing this call to fail.  The caller must split up such requests into "
10883 "smaller groups of names."
10884 msgstr ""
10885
10886 #. type: textblock
10887 #: ../src/guestfs-actions.pod:3556
10888 msgid ""
10889 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
10890 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
10891 msgstr ""
10892
10893 #. type: =head2
10894 #: ../src/guestfs-actions.pod:3562
10895 msgid "guestfs_luks_add_key"
10896 msgstr ""
10897
10898 #. type: verbatim
10899 #: ../src/guestfs-actions.pod:3564
10900 #, no-wrap
10901 msgid ""
10902 " int\n"
10903 " guestfs_luks_add_key (guestfs_h *g,\n"
10904 "                       const char *device,\n"
10905 "                       const char *key,\n"
10906 "                       const char *newkey,\n"
10907 "                       int keyslot);\n"
10908 "\n"
10909 msgstr ""
10910
10911 #. type: textblock
10912 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441
10913 msgid ""
10914 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10915 "existing key, and is used to access the device.  C<newkey> is the new key to "
10916 "add.  C<keyslot> is the key slot that will be replaced."
10917 msgstr ""
10918
10919 #. type: textblock
10920 #: ../src/guestfs-actions.pod:3576
10921 msgid ""
10922 "Note that if C<keyslot> already contains a key, then this command will "
10923 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
10924 msgstr ""
10925
10926 #. type: textblock
10927 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622 ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665 ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716
10928 msgid ""
10929 "This function takes a key or passphrase parameter which could contain "
10930 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
10931 "information."
10932 msgstr ""
10933
10934 #. type: textblock
10935 #: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626 ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669
10936 msgid "(Added in 1.5.2)"
10937 msgstr ""
10938
10939 #. type: =head2
10940 #: ../src/guestfs-actions.pod:3588
10941 msgid "guestfs_luks_close"
10942 msgstr ""
10943
10944 #. type: verbatim
10945 #: ../src/guestfs-actions.pod:3590
10946 #, no-wrap
10947 msgid ""
10948 " int\n"
10949 " guestfs_luks_close (guestfs_h *g,\n"
10950 "                     const char *device);\n"
10951 "\n"
10952 msgstr ""
10953
10954 #. type: textblock
10955 #: ../src/guestfs-actions.pod:3594
10956 msgid ""
10957 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
10958 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
10959 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
10960 "underlying block device."
10961 msgstr ""
10962
10963 #. type: textblock
10964 #: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701 ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3818
10965 msgid "(Added in 1.5.1)"
10966 msgstr ""
10967
10968 #. type: =head2
10969 #: ../src/guestfs-actions.pod:3604
10970 msgid "guestfs_luks_format"
10971 msgstr ""
10972
10973 #. type: verbatim
10974 #: ../src/guestfs-actions.pod:3606
10975 #, no-wrap
10976 msgid ""
10977 " int\n"
10978 " guestfs_luks_format (guestfs_h *g,\n"
10979 "                      const char *device,\n"
10980 "                      const char *key,\n"
10981 "                      int keyslot);\n"
10982 "\n"
10983 msgstr ""
10984
10985 #. type: textblock
10986 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467
10987 msgid ""
10988 "This command erases existing data on C<device> and formats the device as a "
10989 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10990 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10991 msgstr ""
10992
10993 #. type: textblock
10994 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4710 ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871 ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:7057 ../fish/guestfish-actions.pod:2475 ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572 ../fish/guestfish-actions.pod:3133 ../fish/guestfish-actions.pod:3640 ../fish/guestfish-actions.pod:3920 ../fish/guestfish-actions.pod:3936 ../fish/guestfish-actions.pod:3951 ../fish/guestfish-actions.pod:4666
10995 msgid ""
10996 "B<This command is dangerous.  Without careful use you can easily destroy all "
10997 "your data>."
10998 msgstr ""
10999
11000 #. type: =head2
11001 #: ../src/guestfs-actions.pod:3628
11002 msgid "guestfs_luks_format_cipher"
11003 msgstr ""
11004
11005 #. type: verbatim
11006 #: ../src/guestfs-actions.pod:3630
11007 #, no-wrap
11008 msgid ""
11009 " int\n"
11010 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11011 "                             const char *device,\n"
11012 "                             const char *key,\n"
11013 "                             int keyslot,\n"
11014 "                             const char *cipher);\n"
11015 "\n"
11016 msgstr ""
11017
11018 #. type: textblock
11019 #: ../src/guestfs-actions.pod:3637
11020 msgid ""
11021 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11022 "set the C<cipher> used."
11023 msgstr ""
11024
11025 #. type: =head2
11026 #: ../src/guestfs-actions.pod:3651
11027 msgid "guestfs_luks_kill_slot"
11028 msgstr ""
11029
11030 #. type: verbatim
11031 #: ../src/guestfs-actions.pod:3653
11032 #, no-wrap
11033 msgid ""
11034 " int\n"
11035 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11036 "                         const char *device,\n"
11037 "                         const char *key,\n"
11038 "                         int keyslot);\n"
11039 "\n"
11040 msgstr ""
11041
11042 #. type: textblock
11043 #: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495
11044 msgid ""
11045 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11046 "device C<device>.  C<key> must be one of the I<other> keys."
11047 msgstr ""
11048
11049 #. type: =head2
11050 #: ../src/guestfs-actions.pod:3671
11051 msgid "guestfs_luks_open"
11052 msgstr ""
11053
11054 #. type: verbatim
11055 #: ../src/guestfs-actions.pod:3673
11056 #, no-wrap
11057 msgid ""
11058 " int\n"
11059 " guestfs_luks_open (guestfs_h *g,\n"
11060 "                    const char *device,\n"
11061 "                    const char *key,\n"
11062 "                    const char *mapname);\n"
11063 "\n"
11064 msgstr ""
11065
11066 #. type: textblock
11067 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
11068 msgid ""
11069 "This command opens a block device which has been encrypted according to the "
11070 "Linux Unified Key Setup (LUKS) standard."
11071 msgstr ""
11072
11073 #. type: textblock
11074 #: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509
11075 msgid "C<device> is the encrypted block device or partition."
11076 msgstr ""
11077
11078 #. type: textblock
11079 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
11080 msgid ""
11081 "The caller must supply one of the keys associated with the LUKS block "
11082 "device, in the C<key> parameter."
11083 msgstr ""
11084
11085 #. type: textblock
11086 #: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514
11087 msgid ""
11088 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11089 "writes to this block device are decrypted from and encrypted to the "
11090 "underlying C<device> respectively."
11091 msgstr ""
11092
11093 #. type: textblock
11094 #: ../src/guestfs-actions.pod:3691
11095 msgid ""
11096 "If this block device contains LVM volume groups, then calling "
11097 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11098 "visible."
11099 msgstr ""
11100
11101 #. type: =head2
11102 #: ../src/guestfs-actions.pod:3703
11103 msgid "guestfs_luks_open_ro"
11104 msgstr ""
11105
11106 #. type: verbatim
11107 #: ../src/guestfs-actions.pod:3705
11108 #, no-wrap
11109 msgid ""
11110 " int\n"
11111 " guestfs_luks_open_ro (guestfs_h *g,\n"
11112 "                       const char *device,\n"
11113 "                       const char *key,\n"
11114 "                       const char *mapname);\n"
11115 "\n"
11116 msgstr ""
11117
11118 #. type: textblock
11119 #: ../src/guestfs-actions.pod:3711
11120 msgid ""
11121 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11122 "created."
11123 msgstr ""
11124
11125 #. type: =head2
11126 #: ../src/guestfs-actions.pod:3722
11127 msgid "guestfs_lvcreate"
11128 msgstr ""
11129
11130 #. type: verbatim
11131 #: ../src/guestfs-actions.pod:3724
11132 #, no-wrap
11133 msgid ""
11134 " int\n"
11135 " guestfs_lvcreate (guestfs_h *g,\n"
11136 "                   const char *logvol,\n"
11137 "                   const char *volgroup,\n"
11138 "                   int mbytes);\n"
11139 "\n"
11140 msgstr ""
11141
11142 #. type: textblock
11143 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539
11144 msgid ""
11145 "This creates an LVM logical volume called C<logvol> on the volume group "
11146 "C<volgroup>, with C<size> megabytes."
11147 msgstr ""
11148
11149 #. type: =head2
11150 #: ../src/guestfs-actions.pod:3737
11151 msgid "guestfs_lvm_canonical_lv_name"
11152 msgstr ""
11153
11154 #. type: verbatim
11155 #: ../src/guestfs-actions.pod:3739
11156 #, no-wrap
11157 msgid ""
11158 " char *\n"
11159 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11160 "                                const char *lvname);\n"
11161 "\n"
11162 msgstr ""
11163
11164 #. type: textblock
11165 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
11166 msgid ""
11167 "This converts alternative naming schemes for LVs that you might find to the "
11168 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11169 "C</dev/VG/LV>."
11170 msgstr ""
11171
11172 #. type: textblock
11173 #: ../src/guestfs-actions.pod:3747 ../fish/guestfish-actions.pod:2550
11174 msgid ""
11175 "This command returns an error if the C<lvname> parameter does not refer to a "
11176 "logical volume."
11177 msgstr ""
11178
11179 #. type: textblock
11180 #: ../src/guestfs-actions.pod:3750
11181 msgid "See also C<guestfs_is_lv>."
11182 msgstr ""
11183
11184 #. type: textblock
11185 #: ../src/guestfs-actions.pod:3755
11186 msgid "(Added in 1.5.24)"
11187 msgstr ""
11188
11189 #. type: =head2
11190 #: ../src/guestfs-actions.pod:3757
11191 msgid "guestfs_lvm_clear_filter"
11192 msgstr ""
11193
11194 #. type: verbatim
11195 #: ../src/guestfs-actions.pod:3759
11196 #, no-wrap
11197 msgid ""
11198 " int\n"
11199 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11200 "\n"
11201 msgstr ""
11202
11203 #. type: textblock
11204 #: ../src/guestfs-actions.pod:3762
11205 msgid ""
11206 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11207 "see every block device."
11208 msgstr ""
11209
11210 #. type: textblock
11211 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807 ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593
11212 msgid "This command also clears the LVM cache and performs a volume group scan."
11213 msgstr ""
11214
11215 #. type: =head2
11216 #: ../src/guestfs-actions.pod:3772
11217 msgid "guestfs_lvm_remove_all"
11218 msgstr ""
11219
11220 #. type: verbatim
11221 #: ../src/guestfs-actions.pod:3774
11222 #, no-wrap
11223 msgid ""
11224 " int\n"
11225 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11226 "\n"
11227 msgstr ""
11228
11229 #. type: textblock
11230 #: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569
11231 msgid ""
11232 "This command removes all LVM logical volumes, volume groups and physical "
11233 "volumes."
11234 msgstr ""
11235
11236 #. type: =head2
11237 #: ../src/guestfs-actions.pod:3787
11238 msgid "guestfs_lvm_set_filter"
11239 msgstr ""
11240
11241 #. type: verbatim
11242 #: ../src/guestfs-actions.pod:3789
11243 #, no-wrap
11244 msgid ""
11245 " int\n"
11246 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11247 "                         char *const *devices);\n"
11248 "\n"
11249 msgstr ""
11250
11251 #. type: textblock
11252 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
11253 msgid ""
11254 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11255 "block devices in the list C<devices>, and will ignore all other attached "
11256 "block devices."
11257 msgstr ""
11258
11259 #. type: textblock
11260 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583
11261 msgid ""
11262 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11263 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11264 "there are two types of duplication possible: either cloned PVs/VGs which "
11265 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11266 "same name.  In normal operation you cannot create this situation, but you "
11267 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11268 "inside the LVM metadata."
11269 msgstr ""
11270
11271 #. type: textblock
11272 #: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596
11273 msgid "You can filter whole block devices or individual partitions."
11274 msgstr ""
11275
11276 #. type: textblock
11277 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
11278 msgid ""
11279 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11280 "filesystem), even if you are not filtering out that VG."
11281 msgstr ""
11282
11283 #. type: =head2
11284 #: ../src/guestfs-actions.pod:3820
11285 msgid "guestfs_lvremove"
11286 msgstr ""
11287
11288 #. type: verbatim
11289 #: ../src/guestfs-actions.pod:3822
11290 #, no-wrap
11291 msgid ""
11292 " int\n"
11293 " guestfs_lvremove (guestfs_h *g,\n"
11294 "                   const char *device);\n"
11295 "\n"
11296 msgstr ""
11297
11298 #. type: textblock
11299 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
11300 msgid ""
11301 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11302 "LV, such as C</dev/VG/LV>."
11303 msgstr ""
11304
11305 #. type: textblock
11306 #: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609
11307 msgid ""
11308 "You can also remove all LVs in a volume group by specifying the VG name, "
11309 "C</dev/VG>."
11310 msgstr ""
11311
11312 #. type: textblock
11313 #: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:6796
11314 msgid "(Added in 1.0.13)"
11315 msgstr ""
11316
11317 #. type: =head2
11318 #: ../src/guestfs-actions.pod:3836
11319 msgid "guestfs_lvrename"
11320 msgstr ""
11321
11322 #. type: verbatim
11323 #: ../src/guestfs-actions.pod:3838
11324 #, no-wrap
11325 msgid ""
11326 " int\n"
11327 " guestfs_lvrename (guestfs_h *g,\n"
11328 "                   const char *logvol,\n"
11329 "                   const char *newlogvol);\n"
11330 "\n"
11331 msgstr ""
11332
11333 #. type: textblock
11334 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616
11335 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11336 msgstr ""
11337
11338 #. type: textblock
11339 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6809
11340 msgid "(Added in 1.0.83)"
11341 msgstr ""
11342
11343 #. type: =head2
11344 #: ../src/guestfs-actions.pod:3849
11345 msgid "guestfs_lvresize"
11346 msgstr ""
11347
11348 #. type: verbatim
11349 #: ../src/guestfs-actions.pod:3851
11350 #, no-wrap
11351 msgid ""
11352 " int\n"
11353 " guestfs_lvresize (guestfs_h *g,\n"
11354 "                   const char *device,\n"
11355 "                   int mbytes);\n"
11356 "\n"
11357 msgstr ""
11358
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622
11361 msgid ""
11362 "This resizes (expands or shrinks) an existing LVM logical volume to "
11363 "C<mbytes>.  When reducing, data in the reduced part is lost."
11364 msgstr ""
11365
11366 #. type: =head2
11367 #: ../src/guestfs-actions.pod:3864
11368 msgid "guestfs_lvresize_free"
11369 msgstr ""
11370
11371 #. type: verbatim
11372 #: ../src/guestfs-actions.pod:3866
11373 #, no-wrap
11374 msgid ""
11375 " int\n"
11376 " guestfs_lvresize_free (guestfs_h *g,\n"
11377 "                        const char *lv,\n"
11378 "                        int percent);\n"
11379 "\n"
11380 msgstr ""
11381
11382 #. type: textblock
11383 #: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630
11384 msgid ""
11385 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11386 "remaining free space in the volume group.  Commonly you would call this with "
11387 "pc = 100 which expands the logical volume as much as possible, using all "
11388 "remaining free space in the volume group."
11389 msgstr ""
11390
11391 #. type: textblock
11392 #: ../src/guestfs-actions.pod:3879
11393 msgid "(Added in 1.3.3)"
11394 msgstr ""
11395
11396 #. type: =head2
11397 #: ../src/guestfs-actions.pod:3881
11398 msgid "guestfs_lvs"
11399 msgstr ""
11400
11401 #. type: verbatim
11402 #: ../src/guestfs-actions.pod:3883
11403 #, no-wrap
11404 msgid ""
11405 " char **\n"
11406 " guestfs_lvs (guestfs_h *g);\n"
11407 "\n"
11408 msgstr ""
11409
11410 #. type: textblock
11411 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
11412 msgid ""
11413 "List all the logical volumes detected.  This is the equivalent of the "
11414 "L<lvs(8)> command."
11415 msgstr ""
11416
11417 #. type: textblock
11418 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643
11419 msgid ""
11420 "This returns a list of the logical volume device names "
11421 "(eg. C</dev/VolGroup00/LogVol00>)."
11422 msgstr ""
11423
11424 #. type: textblock
11425 #: ../src/guestfs-actions.pod:3892
11426 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11427 msgstr ""
11428
11429 #. type: =head2
11430 #: ../src/guestfs-actions.pod:3900
11431 msgid "guestfs_lvs_full"
11432 msgstr ""
11433
11434 #. type: verbatim
11435 #: ../src/guestfs-actions.pod:3902
11436 #, no-wrap
11437 msgid ""
11438 " struct guestfs_lvm_lv_list *\n"
11439 " guestfs_lvs_full (guestfs_h *g);\n"
11440 "\n"
11441 msgstr ""
11442
11443 #. type: textblock
11444 #: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652
11445 msgid ""
11446 "List all the logical volumes detected.  This is the equivalent of the "
11447 "L<lvs(8)> command.  The \"full\" version includes all fields."
11448 msgstr ""
11449
11450 #. type: textblock
11451 #: ../src/guestfs-actions.pod:3908
11452 msgid ""
11453 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11454 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11455 "use>."
11456 msgstr ""
11457
11458 #. type: =head2
11459 #: ../src/guestfs-actions.pod:3914
11460 msgid "guestfs_lvuuid"
11461 msgstr ""
11462
11463 #. type: verbatim
11464 #: ../src/guestfs-actions.pod:3916
11465 #, no-wrap
11466 msgid ""
11467 " char *\n"
11468 " guestfs_lvuuid (guestfs_h *g,\n"
11469 "                 const char *device);\n"
11470 "\n"
11471 msgstr ""
11472
11473 #. type: textblock
11474 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659
11475 msgid "This command returns the UUID of the LVM LV C<device>."
11476 msgstr ""
11477
11478 #. type: =head2
11479 #: ../src/guestfs-actions.pod:3927
11480 msgid "guestfs_lxattrlist"
11481 msgstr ""
11482
11483 #. type: verbatim
11484 #: ../src/guestfs-actions.pod:3929
11485 #, no-wrap
11486 msgid ""
11487 " struct guestfs_xattr_list *\n"
11488 " guestfs_lxattrlist (guestfs_h *g,\n"
11489 "                     const char *path,\n"
11490 "                     char *const *names);\n"
11491 "\n"
11492 msgstr ""
11493
11494 #. type: textblock
11495 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
11496 msgid ""
11497 "This call allows you to get the extended attributes of multiple files, where "
11498 "all files are in the directory C<path>.  C<names> is the list of files from "
11499 "this directory."
11500 msgstr ""
11501
11502 #. type: textblock
11503 #: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669
11504 msgid ""
11505 "On return you get a flat list of xattr structs which must be interpreted "
11506 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11507 "C<attrval> in this struct is zero-length to indicate there was an error "
11508 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11509 "number (the number of following attributes for this file, which could be "
11510 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11511 "attributes for the first named file.  This repeats for the second and "
11512 "subsequent files."
11513 msgstr ""
11514
11515 #. type: textblock
11516 #: ../src/guestfs-actions.pod:3948
11517 msgid ""
11518 "This call is intended for programs that want to efficiently list a directory "
11519 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11520 "a similarly efficient call for getting standard stats.  Very long directory "
11521 "listings might cause the protocol message size to be exceeded, causing this "
11522 "call to fail.  The caller must split up such requests into smaller groups of "
11523 "names."
11524 msgstr ""
11525
11526 #. type: =head2
11527 #: ../src/guestfs-actions.pod:3962
11528 msgid "guestfs_mkdir"
11529 msgstr ""
11530
11531 #. type: verbatim
11532 #: ../src/guestfs-actions.pod:3964
11533 #, no-wrap
11534 msgid ""
11535 " int\n"
11536 " guestfs_mkdir (guestfs_h *g,\n"
11537 "                const char *path);\n"
11538 "\n"
11539 msgstr ""
11540
11541 #. type: textblock
11542 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691
11543 msgid "Create a directory named C<path>."
11544 msgstr ""
11545
11546 #. type: =head2
11547 #: ../src/guestfs-actions.pod:3974
11548 msgid "guestfs_mkdir_mode"
11549 msgstr ""
11550
11551 #. type: verbatim
11552 #: ../src/guestfs-actions.pod:3976
11553 #, no-wrap
11554 msgid ""
11555 " int\n"
11556 " guestfs_mkdir_mode (guestfs_h *g,\n"
11557 "                     const char *path,\n"
11558 "                     int mode);\n"
11559 "\n"
11560 msgstr ""
11561
11562 #. type: textblock
11563 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
11564 msgid ""
11565 "This command creates a directory, setting the initial permissions of the "
11566 "directory to C<mode>."
11567 msgstr ""
11568
11569 #. type: textblock
11570 #: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700
11571 msgid ""
11572 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11573 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11574 "other ways."
11575 msgstr ""
11576
11577 #. type: textblock
11578 #: ../src/guestfs-actions.pod:3988
11579 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11580 msgstr ""
11581
11582 #. type: =head2
11583 #: ../src/guestfs-actions.pod:3994
11584 msgid "guestfs_mkdir_p"
11585 msgstr ""
11586
11587 #. type: verbatim
11588 #: ../src/guestfs-actions.pod:3996
11589 #, no-wrap
11590 msgid ""
11591 " int\n"
11592 " guestfs_mkdir_p (guestfs_h *g,\n"
11593 "                  const char *path);\n"
11594 "\n"
11595 msgstr ""
11596
11597 #. type: textblock
11598 #: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710
11599 msgid ""
11600 "Create a directory named C<path>, creating any parent directories as "
11601 "necessary.  This is like the C<mkdir -p> shell command."
11602 msgstr ""
11603
11604 #. type: =head2
11605 #: ../src/guestfs-actions.pod:4007
11606 msgid "guestfs_mkdtemp"
11607 msgstr ""
11608
11609 #. type: verbatim
11610 #: ../src/guestfs-actions.pod:4009
11611 #, no-wrap
11612 msgid ""
11613 " char *\n"
11614 " guestfs_mkdtemp (guestfs_h *g,\n"
11615 "                  const char *template);\n"
11616 "\n"
11617 msgstr ""
11618
11619 #. type: textblock
11620 #: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717
11621 msgid ""
11622 "This command creates a temporary directory.  The C<template> parameter "
11623 "should be a full pathname for the temporary directory name with the final "
11624 "six characters being \"XXXXXX\"."
11625 msgstr ""
11626
11627 #. type: textblock
11628 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
11629 msgid ""
11630 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11631 "being suitable for Windows filesystems."
11632 msgstr ""
11633
11634 #. type: textblock
11635 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
11636 msgid "The name of the temporary directory that was created is returned."
11637 msgstr ""
11638
11639 #. type: textblock
11640 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
11641 msgid "The temporary directory is created with mode 0700 and is owned by root."
11642 msgstr ""
11643
11644 #. type: textblock
11645 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
11646 msgid ""
11647 "The caller is responsible for deleting the temporary directory and its "
11648 "contents after use."
11649 msgstr ""
11650
11651 #. type: textblock
11652 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2734
11653 msgid "See also: L<mkdtemp(3)>"
11654 msgstr ""
11655
11656 #. type: =head2
11657 #: ../src/guestfs-actions.pod:4037
11658 msgid "guestfs_mke2fs_J"
11659 msgstr ""
11660
11661 #. type: verbatim
11662 #: ../src/guestfs-actions.pod:4039
11663 #, no-wrap
11664 msgid ""
11665 " int\n"
11666 " guestfs_mke2fs_J (guestfs_h *g,\n"
11667 "                   const char *fstype,\n"
11668 "                   int blocksize,\n"
11669 "                   const char *device,\n"
11670 "                   const char *journal);\n"
11671 "\n"
11672 msgstr ""
11673
11674 #. type: textblock
11675 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
11676 msgid ""
11677 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11678 "C<journal>.  It is equivalent to the command:"
11679 msgstr ""
11680
11681 #. type: verbatim
11682 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2744
11683 #, no-wrap
11684 msgid ""
11685 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11686 "\n"
11687 msgstr ""
11688
11689 #. type: textblock
11690 #: ../src/guestfs-actions.pod:4052
11691 msgid "See also C<guestfs_mke2journal>."
11692 msgstr ""
11693
11694 #. type: textblock
11695 #: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074 ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108 ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136 ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4446
11696 msgid "(Added in 1.0.68)"
11697 msgstr ""
11698
11699 #. type: =head2
11700 #: ../src/guestfs-actions.pod:4058
11701 msgid "guestfs_mke2fs_JL"
11702 msgstr ""
11703
11704 #. type: verbatim
11705 #: ../src/guestfs-actions.pod:4060
11706 #, no-wrap
11707 msgid ""
11708 " int\n"
11709 " guestfs_mke2fs_JL (guestfs_h *g,\n"
11710 "                    const char *fstype,\n"
11711 "                    int blocksize,\n"
11712 "                    const char *device,\n"
11713 "                    const char *label);\n"
11714 "\n"
11715 msgstr ""
11716
11717 #. type: textblock
11718 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2752
11719 msgid ""
11720 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11721 "the journal labeled C<label>."
11722 msgstr ""
11723
11724 #. type: textblock
11725 #: ../src/guestfs-actions.pod:4070
11726 msgid "See also C<guestfs_mke2journal_L>."
11727 msgstr ""
11728
11729 #. type: =head2
11730 #: ../src/guestfs-actions.pod:4076
11731 msgid "guestfs_mke2fs_JU"
11732 msgstr ""
11733
11734 #. type: verbatim
11735 #: ../src/guestfs-actions.pod:4078
11736 #, no-wrap
11737 msgid ""
11738 " int\n"
11739 " guestfs_mke2fs_JU (guestfs_h *g,\n"
11740 "                    const char *fstype,\n"
11741 "                    int blocksize,\n"
11742 "                    const char *device,\n"
11743 "                    const char *uuid);\n"
11744 "\n"
11745 msgstr ""
11746
11747 #. type: textblock
11748 #: ../src/guestfs-actions.pod:4085 ../fish/guestfish-actions.pod:2761
11749 msgid ""
11750 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11751 "the journal with UUID C<uuid>."
11752 msgstr ""
11753
11754 #. type: textblock
11755 #: ../src/guestfs-actions.pod:4088
11756 msgid "See also C<guestfs_mke2journal_U>."
11757 msgstr ""
11758
11759 #. type: =head2
11760 #: ../src/guestfs-actions.pod:4094
11761 msgid "guestfs_mke2journal"
11762 msgstr ""
11763
11764 #. type: verbatim
11765 #: ../src/guestfs-actions.pod:4096
11766 #, no-wrap
11767 msgid ""
11768 " int\n"
11769 " guestfs_mke2journal (guestfs_h *g,\n"
11770 "                      int blocksize,\n"
11771 "                      const char *device);\n"
11772 "\n"
11773 msgstr ""
11774
11775 #. type: textblock
11776 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
11777 msgid ""
11778 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11779 "command:"
11780 msgstr ""
11781
11782 #. type: verbatim
11783 #: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2773
11784 #, no-wrap
11785 msgid ""
11786 " mke2fs -O journal_dev -b blocksize device\n"
11787 "\n"
11788 msgstr ""
11789
11790 #. type: =head2
11791 #: ../src/guestfs-actions.pod:4110
11792 msgid "guestfs_mke2journal_L"
11793 msgstr ""
11794
11795 #. type: verbatim
11796 #: ../src/guestfs-actions.pod:4112
11797 #, no-wrap
11798 msgid ""
11799 " int\n"
11800 " guestfs_mke2journal_L (guestfs_h *g,\n"
11801 "                        int blocksize,\n"
11802 "                        const char *label,\n"
11803 "                        const char *device);\n"
11804 "\n"
11805 msgstr ""
11806
11807 #. type: textblock
11808 #: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2779
11809 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11810 msgstr ""
11811
11812 #. type: =head2
11813 #: ../src/guestfs-actions.pod:4124
11814 msgid "guestfs_mke2journal_U"
11815 msgstr ""
11816
11817 #. type: verbatim
11818 #: ../src/guestfs-actions.pod:4126
11819 #, no-wrap
11820 msgid ""
11821 " int\n"
11822 " guestfs_mke2journal_U (guestfs_h *g,\n"
11823 "                        int blocksize,\n"
11824 "                        const char *uuid,\n"
11825 "                        const char *device);\n"
11826 "\n"
11827 msgstr ""
11828
11829 #. type: textblock
11830 #: ../src/guestfs-actions.pod:4132 ../fish/guestfish-actions.pod:2785
11831 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11832 msgstr ""
11833
11834 #. type: =head2
11835 #: ../src/guestfs-actions.pod:4138
11836 msgid "guestfs_mkfifo"
11837 msgstr ""
11838
11839 #. type: verbatim
11840 #: ../src/guestfs-actions.pod:4140
11841 #, no-wrap
11842 msgid ""
11843 " int\n"
11844 " guestfs_mkfifo (guestfs_h *g,\n"
11845 "                 int mode,\n"
11846 "                 const char *path);\n"
11847 "\n"
11848 msgstr ""
11849
11850 #. type: textblock
11851 #: ../src/guestfs-actions.pod:4145
11852 msgid ""
11853 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11854 "is just a convenient wrapper around C<guestfs_mknod>."
11855 msgstr ""
11856
11857 #. type: =head2
11858 #: ../src/guestfs-actions.pod:4155
11859 msgid "guestfs_mkfs"
11860 msgstr ""
11861
11862 #. type: verbatim
11863 #: ../src/guestfs-actions.pod:4157
11864 #, no-wrap
11865 msgid ""
11866 " int\n"
11867 " guestfs_mkfs (guestfs_h *g,\n"
11868 "               const char *fstype,\n"
11869 "               const char *device);\n"
11870 "\n"
11871 msgstr ""
11872
11873 #. type: textblock
11874 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2801
11875 msgid ""
11876 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11877 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11878 msgstr ""
11879
11880 #. type: =head2
11881 #: ../src/guestfs-actions.pod:4170
11882 msgid "guestfs_mkfs_b"
11883 msgstr ""
11884
11885 #. type: verbatim
11886 #: ../src/guestfs-actions.pod:4172
11887 #, no-wrap
11888 msgid ""
11889 " int\n"
11890 " guestfs_mkfs_b (guestfs_h *g,\n"
11891 "                 const char *fstype,\n"
11892 "                 int blocksize,\n"
11893 "                 const char *device);\n"
11894 "\n"
11895 msgstr ""
11896
11897 #. type: textblock
11898 #: ../src/guestfs-actions.pod:4178
11899 msgid ""
11900 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
11901 "block size of the resulting filesystem.  Supported block sizes depend on the "
11902 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11903 msgstr ""
11904
11905 #. type: textblock
11906 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2814 ../fish/guestfish-actions.pod:2841
11907 msgid ""
11908 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11909 "cluster size."
11910 msgstr ""
11911
11912 #. type: textblock
11913 #: ../src/guestfs-actions.pod:4188 ../fish/guestfish-actions.pod:2817
11914 msgid ""
11915 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
11916 "instead."
11917 msgstr ""
11918
11919 #. type: =head2
11920 #: ../src/guestfs-actions.pod:4197
11921 msgid "guestfs_mkfs_opts"
11922 msgstr ""
11923
11924 #. type: verbatim
11925 #: ../src/guestfs-actions.pod:4199
11926 #, no-wrap
11927 msgid ""
11928 " int\n"
11929 " guestfs_mkfs_opts (guestfs_h *g,\n"
11930 "                    const char *fstype,\n"
11931 "                    const char *device,\n"
11932 "                    ...);\n"
11933 "\n"
11934 msgstr ""
11935
11936 #. type: verbatim
11937 #: ../src/guestfs-actions.pod:4210
11938 #, no-wrap
11939 msgid ""
11940 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
11941 "\n"
11942 msgstr ""
11943
11944 #. type: textblock
11945 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2828
11946 msgid ""
11947 "This function creates a filesystem on C<device>.  The filesystem type is "
11948 "C<fstype>, for example C<ext3>."
11949 msgstr ""
11950
11951 #. type: =item
11952 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2835
11953 msgid "C<blocksize>"
11954 msgstr ""
11955
11956 #. type: textblock
11957 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
11958 msgid ""
11959 "The filesystem block size.  Supported block sizes depend on the filesystem "
11960 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11961 "filesystems."
11962 msgstr ""
11963
11964 #. type: textblock
11965 #: ../src/guestfs-actions.pod:4232
11966 msgid "(Added in 1.7.19)"
11967 msgstr ""
11968
11969 #. type: =head2
11970 #: ../src/guestfs-actions.pod:4234
11971 msgid "guestfs_mkfs_opts_va"
11972 msgstr ""
11973
11974 #. type: verbatim
11975 #: ../src/guestfs-actions.pod:4236
11976 #, no-wrap
11977 msgid ""
11978 " int\n"
11979 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
11980 "                       const char *fstype,\n"
11981 "                       const char *device,\n"
11982 "                       va_list args);\n"
11983 "\n"
11984 msgstr ""
11985
11986 #. type: textblock
11987 #: ../src/guestfs-actions.pod:4242
11988 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
11989 msgstr ""
11990
11991 #. type: =head2
11992 #: ../src/guestfs-actions.pod:4246
11993 msgid "guestfs_mkfs_opts_argv"
11994 msgstr ""
11995
11996 #. type: verbatim
11997 #: ../src/guestfs-actions.pod:4248
11998 #, no-wrap
11999 msgid ""
12000 " int\n"
12001 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12002 "                         const char *fstype,\n"
12003 "                         const char *device,\n"
12004 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12005 "\n"
12006 msgstr ""
12007
12008 #. type: textblock
12009 #: ../src/guestfs-actions.pod:4254
12010 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12011 msgstr ""
12012
12013 #. type: =head2
12014 #: ../src/guestfs-actions.pod:4258
12015 msgid "guestfs_mkmountpoint"
12016 msgstr ""
12017
12018 #. type: verbatim
12019 #: ../src/guestfs-actions.pod:4260
12020 #, no-wrap
12021 msgid ""
12022 " int\n"
12023 " guestfs_mkmountpoint (guestfs_h *g,\n"
12024 "                       const char *exemptpath);\n"
12025 "\n"
12026 msgstr ""
12027
12028 #. type: textblock
12029 #: ../src/guestfs-actions.pod:4264
12030 msgid ""
12031 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12032 "that can be used to create extra mountpoints before mounting the first "
12033 "filesystem."
12034 msgstr ""
12035
12036 #. type: textblock
12037 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2856
12038 msgid ""
12039 "These calls are I<only> necessary in some very limited circumstances, mainly "
12040 "the case where you want to mount a mix of unrelated and/or read-only "
12041 "filesystems together."
12042 msgstr ""
12043
12044 #. type: textblock
12045 #: ../src/guestfs-actions.pod:4272 ../fish/guestfish-actions.pod:2860
12046 msgid ""
12047 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12048 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12049 "inside that.  You can unpack this as follows in guestfish:"
12050 msgstr ""
12051
12052 #. type: verbatim
12053 #: ../src/guestfs-actions.pod:4277 ../fish/guestfish-actions.pod:2865
12054 #, no-wrap
12055 msgid ""
12056 " add-ro Fedora-11-i686-Live.iso\n"
12057 " run\n"
12058 " mkmountpoint /cd\n"
12059 " mkmountpoint /sqsh\n"
12060 " mkmountpoint /ext3fs\n"
12061 " mount /dev/sda /cd\n"
12062 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12063 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12064 "\n"
12065 msgstr ""
12066
12067 #. type: textblock
12068 #: ../src/guestfs-actions.pod:4286 ../fish/guestfish-actions.pod:2874
12069 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12070 msgstr ""
12071
12072 #. type: textblock
12073 #: ../src/guestfs-actions.pod:4288
12074 msgid ""
12075 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12076 "may get unexpected errors if you try to mix these calls.  It is safest to "
12077 "manually unmount filesystems and remove mountpoints after use."
12078 msgstr ""
12079
12080 #. type: textblock
12081 #: ../src/guestfs-actions.pod:4292
12082 msgid ""
12083 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12084 "first, so for this to work for manual mountpoints, you must ensure that the "
12085 "innermost mountpoints have the longest pathnames, as in the example code "
12086 "above."
12087 msgstr ""
12088
12089 #. type: textblock
12090 #: ../src/guestfs-actions.pod:4297 ../fish/guestfish-actions.pod:2885
12091 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12092 msgstr ""
12093
12094 #. type: textblock
12095 #: ../src/guestfs-actions.pod:4299
12096 msgid ""
12097 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12098 "means that C<guestfs_umount_all> is called when the handle is closed which "
12099 "can also trigger these issues."
12100 msgstr ""
12101
12102 #. type: textblock
12103 #: ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4564 ../src/guestfs-actions.pod:5457
12104 msgid "(Added in 1.0.62)"
12105 msgstr ""
12106
12107 #. type: =head2
12108 #: ../src/guestfs-actions.pod:4307
12109 msgid "guestfs_mknod"
12110 msgstr ""
12111
12112 #. type: verbatim
12113 #: ../src/guestfs-actions.pod:4309
12114 #, no-wrap
12115 msgid ""
12116 " int\n"
12117 " guestfs_mknod (guestfs_h *g,\n"
12118 "                int mode,\n"
12119 "                int devmajor,\n"
12120 "                int devminor,\n"
12121 "                const char *path);\n"
12122 "\n"
12123 msgstr ""
12124
12125 #. type: textblock
12126 #: ../src/guestfs-actions.pod:4316 ../fish/guestfish-actions.pod:2895
12127 msgid ""
12128 "This call creates block or character special devices, or named pipes "
12129 "(FIFOs)."
12130 msgstr ""
12131
12132 #. type: textblock
12133 #: ../src/guestfs-actions.pod:4319 ../fish/guestfish-actions.pod:2898
12134 msgid ""
12135 "The C<mode> parameter should be the mode, using the standard constants.  "
12136 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12137 "used when creating block and character special devices."
12138 msgstr ""
12139
12140 #. type: textblock
12141 #: ../src/guestfs-actions.pod:4324
12142 msgid ""
12143 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12144 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12145 "regular file).  These constants are available in the standard Linux header "
12146 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12147 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12148 "the appropriate constant for you."
12149 msgstr ""
12150
12151 #. type: =head2
12152 #: ../src/guestfs-actions.pod:4338
12153 msgid "guestfs_mknod_b"
12154 msgstr ""
12155
12156 #. type: verbatim
12157 #: ../src/guestfs-actions.pod:4340
12158 #, no-wrap
12159 msgid ""
12160 " int\n"
12161 " guestfs_mknod_b (guestfs_h *g,\n"
12162 "                  int mode,\n"
12163 "                  int devmajor,\n"
12164 "                  int devminor,\n"
12165 "                  const char *path);\n"
12166 "\n"
12167 msgstr ""
12168
12169 #. type: textblock
12170 #: ../src/guestfs-actions.pod:4347
12171 msgid ""
12172 "This call creates a block device node called C<path> with mode C<mode> and "
12173 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12174 "wrapper around C<guestfs_mknod>."
12175 msgstr ""
12176
12177 #. type: =head2
12178 #: ../src/guestfs-actions.pod:4357
12179 msgid "guestfs_mknod_c"
12180 msgstr ""
12181
12182 #. type: verbatim
12183 #: ../src/guestfs-actions.pod:4359
12184 #, no-wrap
12185 msgid ""
12186 " int\n"
12187 " guestfs_mknod_c (guestfs_h *g,\n"
12188 "                  int mode,\n"
12189 "                  int devmajor,\n"
12190 "                  int devminor,\n"
12191 "                  const char *path);\n"
12192 "\n"
12193 msgstr ""
12194
12195 #. type: textblock
12196 #: ../src/guestfs-actions.pod:4366
12197 msgid ""
12198 "This call creates a char device node called C<path> with mode C<mode> and "
12199 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12200 "wrapper around C<guestfs_mknod>."
12201 msgstr ""
12202
12203 #. type: =head2
12204 #: ../src/guestfs-actions.pod:4376
12205 msgid "guestfs_mkswap"
12206 msgstr ""
12207
12208 #. type: verbatim
12209 #: ../src/guestfs-actions.pod:4378
12210 #, no-wrap
12211 msgid ""
12212 " int\n"
12213 " guestfs_mkswap (guestfs_h *g,\n"
12214 "                 const char *device);\n"
12215 "\n"
12216 msgstr ""
12217
12218 #. type: textblock
12219 #: ../src/guestfs-actions.pod:4382 ../fish/guestfish-actions.pod:2937
12220 msgid "Create a swap partition on C<device>."
12221 msgstr ""
12222
12223 #. type: =head2
12224 #: ../src/guestfs-actions.pod:4388
12225 msgid "guestfs_mkswap_L"
12226 msgstr ""
12227
12228 #. type: verbatim
12229 #: ../src/guestfs-actions.pod:4390
12230 #, no-wrap
12231 msgid ""
12232 " int\n"
12233 " guestfs_mkswap_L (guestfs_h *g,\n"
12234 "                   const char *label,\n"
12235 "                   const char *device);\n"
12236 "\n"
12237 msgstr ""
12238
12239 #. type: textblock
12240 #: ../src/guestfs-actions.pod:4395 ../fish/guestfish-actions.pod:2943
12241 msgid "Create a swap partition on C<device> with label C<label>."
12242 msgstr ""
12243
12244 #. type: textblock
12245 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2945
12246 msgid ""
12247 "Note that you cannot attach a swap label to a block device "
12248 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12249 "the kernel or swap tools."
12250 msgstr ""
12251
12252 #. type: =head2
12253 #: ../src/guestfs-actions.pod:4405
12254 msgid "guestfs_mkswap_U"
12255 msgstr ""
12256
12257 #. type: verbatim
12258 #: ../src/guestfs-actions.pod:4407
12259 #, no-wrap
12260 msgid ""
12261 " int\n"
12262 " guestfs_mkswap_U (guestfs_h *g,\n"
12263 "                   const char *uuid,\n"
12264 "                   const char *device);\n"
12265 "\n"
12266 msgstr ""
12267
12268 #. type: textblock
12269 #: ../src/guestfs-actions.pod:4412 ../fish/guestfish-actions.pod:2953
12270 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12271 msgstr ""
12272
12273 #. type: =head2
12274 #: ../src/guestfs-actions.pod:4418
12275 msgid "guestfs_mkswap_file"
12276 msgstr ""
12277
12278 #. type: verbatim
12279 #: ../src/guestfs-actions.pod:4420
12280 #, no-wrap
12281 msgid ""
12282 " int\n"
12283 " guestfs_mkswap_file (guestfs_h *g,\n"
12284 "                      const char *path);\n"
12285 "\n"
12286 msgstr ""
12287
12288 #. type: textblock
12289 #: ../src/guestfs-actions.pod:4424 ../fish/guestfish-actions.pod:2959
12290 msgid "Create a swap file."
12291 msgstr ""
12292
12293 #. type: textblock
12294 #: ../src/guestfs-actions.pod:4426
12295 msgid ""
12296 "This command just writes a swap file signature to an existing file.  To "
12297 "create the file itself, use something like C<guestfs_fallocate>."
12298 msgstr ""
12299
12300 #. type: =head2
12301 #: ../src/guestfs-actions.pod:4433
12302 msgid "guestfs_modprobe"
12303 msgstr ""
12304
12305 #. type: verbatim
12306 #: ../src/guestfs-actions.pod:4435
12307 #, no-wrap
12308 msgid ""
12309 " int\n"
12310 " guestfs_modprobe (guestfs_h *g,\n"
12311 "                   const char *modulename);\n"
12312 "\n"
12313 msgstr ""
12314
12315 #. type: textblock
12316 #: ../src/guestfs-actions.pod:4439 ../fish/guestfish-actions.pod:2968
12317 msgid "This loads a kernel module in the appliance."
12318 msgstr ""
12319
12320 #. type: textblock
12321 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2970
12322 msgid ""
12323 "The kernel module must have been whitelisted when libguestfs was built (see "
12324 "C<appliance/kmod.whitelist.in> in the source)."
12325 msgstr ""
12326
12327 #. type: =head2
12328 #: ../src/guestfs-actions.pod:4448
12329 msgid "guestfs_mount"
12330 msgstr ""
12331
12332 #. type: verbatim
12333 #: ../src/guestfs-actions.pod:4450
12334 #, no-wrap
12335 msgid ""
12336 " int\n"
12337 " guestfs_mount (guestfs_h *g,\n"
12338 "                const char *device,\n"
12339 "                const char *mountpoint);\n"
12340 "\n"
12341 msgstr ""
12342
12343 #. type: textblock
12344 #: ../src/guestfs-actions.pod:4455 ../fish/guestfish-actions.pod:2977
12345 msgid ""
12346 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12347 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12348 "those block devices contain partitions, they will have the usual names "
12349 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12350 msgstr ""
12351
12352 #. type: textblock
12353 #: ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:2983
12354 msgid ""
12355 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12356 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12357 "mounted on directories which already exist."
12358 msgstr ""
12359
12360 #. type: textblock
12361 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:2988
12362 msgid ""
12363 "The mounted filesystem is writable, if we have sufficient permissions on the "
12364 "underlying device."
12365 msgstr ""
12366
12367 #. type: textblock
12368 #: ../src/guestfs-actions.pod:4469
12369 msgid ""
12370 "B<Important note:> When you use this call, the filesystem options C<sync> "
12371 "and C<noatime> are set implicitly.  This was originally done because we "
12372 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12373 "very large negative performance impact and negligible effect on "
12374 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12375 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12376 "(use an empty string for the first parameter if you don't want any options)."
12377 msgstr ""
12378
12379 #. type: =head2
12380 #: ../src/guestfs-actions.pod:4483
12381 msgid "guestfs_mount_loop"
12382 msgstr ""
12383
12384 #. type: verbatim
12385 #: ../src/guestfs-actions.pod:4485
12386 #, no-wrap
12387 msgid ""
12388 " int\n"
12389 " guestfs_mount_loop (guestfs_h *g,\n"
12390 "                     const char *file,\n"
12391 "                     const char *mountpoint);\n"
12392 "\n"
12393 msgstr ""
12394
12395 #. type: textblock
12396 #: ../src/guestfs-actions.pod:4490 ../fish/guestfish-actions.pod:3005
12397 msgid ""
12398 "This command lets you mount C<file> (a filesystem image in a file) on a "
12399 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12400 "mountpoint>."
12401 msgstr ""
12402
12403 #. type: =head2
12404 #: ../src/guestfs-actions.pod:4498
12405 msgid "guestfs_mount_options"
12406 msgstr ""
12407
12408 #. type: verbatim
12409 #: ../src/guestfs-actions.pod:4500
12410 #, no-wrap
12411 msgid ""
12412 " int\n"
12413 " guestfs_mount_options (guestfs_h *g,\n"
12414 "                        const char *options,\n"
12415 "                        const char *device,\n"
12416 "                        const char *mountpoint);\n"
12417 "\n"
12418 msgstr ""
12419
12420 #. type: textblock
12421 #: ../src/guestfs-actions.pod:4506
12422 msgid ""
12423 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12424 "the mount options as for the L<mount(8)> I<-o> flag."
12425 msgstr ""
12426
12427 #. type: textblock
12428 #: ../src/guestfs-actions.pod:4510 ../fish/guestfish-actions.pod:3017
12429 msgid ""
12430 "If the C<options> parameter is an empty string, then no options are passed "
12431 "(all options default to whatever the filesystem uses)."
12432 msgstr ""
12433
12434 #. type: textblock
12435 #: ../src/guestfs-actions.pod:4516 ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547
12436 msgid "(Added in 1.0.10)"
12437 msgstr ""
12438
12439 #. type: =head2
12440 #: ../src/guestfs-actions.pod:4518
12441 msgid "guestfs_mount_ro"
12442 msgstr ""
12443
12444 #. type: verbatim
12445 #: ../src/guestfs-actions.pod:4520
12446 #, no-wrap
12447 msgid ""
12448 " int\n"
12449 " guestfs_mount_ro (guestfs_h *g,\n"
12450 "                   const char *device,\n"
12451 "                   const char *mountpoint);\n"
12452 "\n"
12453 msgstr ""
12454
12455 #. type: textblock
12456 #: ../src/guestfs-actions.pod:4525
12457 msgid ""
12458 "This is the same as the C<guestfs_mount> command, but it mounts the "
12459 "filesystem with the read-only (I<-o ro>) flag."
12460 msgstr ""
12461
12462 #. type: =head2
12463 #: ../src/guestfs-actions.pod:4532
12464 msgid "guestfs_mount_vfs"
12465 msgstr ""
12466
12467 #. type: verbatim
12468 #: ../src/guestfs-actions.pod:4534
12469 #, no-wrap
12470 msgid ""
12471 " int\n"
12472 " guestfs_mount_vfs (guestfs_h *g,\n"
12473 "                    const char *options,\n"
12474 "                    const char *vfstype,\n"
12475 "                    const char *device,\n"
12476 "                    const char *mountpoint);\n"
12477 "\n"
12478 msgstr ""
12479
12480 #. type: textblock
12481 #: ../src/guestfs-actions.pod:4541
12482 msgid ""
12483 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12484 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12485 "I<-t> flags."
12486 msgstr ""
12487
12488 #. type: =head2
12489 #: ../src/guestfs-actions.pod:4549
12490 msgid "guestfs_mountpoints"
12491 msgstr ""
12492
12493 #. type: verbatim
12494 #: ../src/guestfs-actions.pod:4551
12495 #, no-wrap
12496 msgid ""
12497 " char **\n"
12498 " guestfs_mountpoints (guestfs_h *g);\n"
12499 "\n"
12500 msgstr ""
12501
12502 #. type: textblock
12503 #: ../src/guestfs-actions.pod:4554
12504 msgid ""
12505 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12506 "devices.  This one returns a hash table (map) of device name to directory "
12507 "where the device is mounted."
12508 msgstr ""
12509
12510 #. type: =head2
12511 #: ../src/guestfs-actions.pod:4566
12512 msgid "guestfs_mounts"
12513 msgstr ""
12514
12515 #. type: verbatim
12516 #: ../src/guestfs-actions.pod:4568
12517 #, no-wrap
12518 msgid ""
12519 " char **\n"
12520 " guestfs_mounts (guestfs_h *g);\n"
12521 "\n"
12522 msgstr ""
12523
12524 #. type: textblock
12525 #: ../src/guestfs-actions.pod:4571 ../fish/guestfish-actions.pod:3048
12526 msgid ""
12527 "This returns the list of currently mounted filesystems.  It returns the list "
12528 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12529 msgstr ""
12530
12531 #. type: textblock
12532 #: ../src/guestfs-actions.pod:4574 ../fish/guestfish-actions.pod:3051
12533 msgid "Some internal mounts are not shown."
12534 msgstr ""
12535
12536 #. type: textblock
12537 #: ../src/guestfs-actions.pod:4576
12538 msgid "See also: C<guestfs_mountpoints>"
12539 msgstr ""
12540
12541 #. type: =head2
12542 #: ../src/guestfs-actions.pod:4584
12543 msgid "guestfs_mv"
12544 msgstr ""
12545
12546 #. type: verbatim
12547 #: ../src/guestfs-actions.pod:4586
12548 #, no-wrap
12549 msgid ""
12550 " int\n"
12551 " guestfs_mv (guestfs_h *g,\n"
12552 "             const char *src,\n"
12553 "             const char *dest);\n"
12554 "\n"
12555 msgstr ""
12556
12557 #. type: textblock
12558 #: ../src/guestfs-actions.pod:4591 ../fish/guestfish-actions.pod:3059
12559 msgid ""
12560 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12561 "destination filename or destination directory."
12562 msgstr ""
12563
12564 #. type: =head2
12565 #: ../src/guestfs-actions.pod:4598
12566 msgid "guestfs_ntfs_3g_probe"
12567 msgstr ""
12568
12569 #. type: verbatim
12570 #: ../src/guestfs-actions.pod:4600
12571 #, no-wrap
12572 msgid ""
12573 " int\n"
12574 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12575 "                        int rw,\n"
12576 "                        const char *device);\n"
12577 "\n"
12578 msgstr ""
12579
12580 #. type: textblock
12581 #: ../src/guestfs-actions.pod:4605 ../fish/guestfish-actions.pod:3066
12582 msgid ""
12583 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12584 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12585 "read-write, and some cannot be mounted at all)."
12586 msgstr ""
12587
12588 #. type: textblock
12589 #: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3070
12590 msgid ""
12591 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12592 "can be mounted read-write.  Set it to false if you want to test if the "
12593 "volume can be mounted read-only."
12594 msgstr ""
12595
12596 #. type: textblock
12597 #: ../src/guestfs-actions.pod:4613 ../fish/guestfish-actions.pod:3074
12598 msgid ""
12599 "The return value is an integer which C<0> if the operation would succeed, or "
12600 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12601 msgstr ""
12602
12603 #. type: textblock
12604 #: ../src/guestfs-actions.pod:4619
12605 msgid "(Added in 1.0.43)"
12606 msgstr ""
12607
12608 #. type: =head2
12609 #: ../src/guestfs-actions.pod:4621
12610 msgid "guestfs_ntfsresize"
12611 msgstr ""
12612
12613 #. type: verbatim
12614 #: ../src/guestfs-actions.pod:4623
12615 #, no-wrap
12616 msgid ""
12617 " int\n"
12618 " guestfs_ntfsresize (guestfs_h *g,\n"
12619 "                     const char *device);\n"
12620 "\n"
12621 msgstr ""
12622
12623 #. type: textblock
12624 #: ../src/guestfs-actions.pod:4627 ../fish/guestfish-actions.pod:3082
12625 msgid ""
12626 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12627 "size of the underlying device.  See also L<ntfsresize(8)>."
12628 msgstr ""
12629
12630 #. type: =head2
12631 #: ../src/guestfs-actions.pod:4635
12632 msgid "guestfs_ntfsresize_size"
12633 msgstr ""
12634
12635 #. type: verbatim
12636 #: ../src/guestfs-actions.pod:4637
12637 #, no-wrap
12638 msgid ""
12639 " int\n"
12640 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12641 "                          const char *device,\n"
12642 "                          int64_t size);\n"
12643 "\n"
12644 msgstr ""
12645
12646 #. type: textblock
12647 #: ../src/guestfs-actions.pod:4642
12648 msgid ""
12649 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12650 "to specify the new size (in bytes) explicitly."
12651 msgstr ""
12652
12653 #. type: textblock
12654 #: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5156 ../src/guestfs-actions.pod:5405 ../src/guestfs-actions.pod:6944
12655 msgid "(Added in 1.3.14)"
12656 msgstr ""
12657
12658 #. type: =head2
12659 #: ../src/guestfs-actions.pod:4649
12660 msgid "guestfs_part_add"
12661 msgstr ""
12662
12663 #. type: verbatim
12664 #: ../src/guestfs-actions.pod:4651
12665 #, no-wrap
12666 msgid ""
12667 " int\n"
12668 " guestfs_part_add (guestfs_h *g,\n"
12669 "                   const char *device,\n"
12670 "                   const char *prlogex,\n"
12671 "                   int64_t startsect,\n"
12672 "                   int64_t endsect);\n"
12673 "\n"
12674 msgstr ""
12675
12676 #. type: textblock
12677 #: ../src/guestfs-actions.pod:4658
12678 msgid ""
12679 "This command adds a partition to C<device>.  If there is no partition table "
12680 "on the device, call C<guestfs_part_init> first."
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:4661 ../fish/guestfish-actions.pod:3100
12685 msgid ""
12686 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12687 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12688 "C<logical>) and C<e> (or C<extended>) partition types."
12689 msgstr ""
12690
12691 #. type: textblock
12692 #: ../src/guestfs-actions.pod:4666 ../fish/guestfish-actions.pod:3105
12693 msgid ""
12694 "C<startsect> and C<endsect> are the start and end of the partition in "
12695 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12696 "from the end of the disk (C<-1> is the last sector)."
12697 msgstr ""
12698
12699 #. type: textblock
12700 #: ../src/guestfs-actions.pod:4670
12701 msgid ""
12702 "Creating a partition which covers the whole disk is not so easy.  Use "
12703 "C<guestfs_part_disk> to do that."
12704 msgstr ""
12705
12706 #. type: textblock
12707 #: ../src/guestfs-actions.pod:4675 ../src/guestfs-actions.pod:4713 ../src/guestfs-actions.pod:4766 ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4882 ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:4941
12708 msgid "(Added in 1.0.78)"
12709 msgstr ""
12710
12711 #. type: =head2
12712 #: ../src/guestfs-actions.pod:4677
12713 msgid "guestfs_part_del"
12714 msgstr ""
12715
12716 #. type: verbatim
12717 #: ../src/guestfs-actions.pod:4679
12718 #, no-wrap
12719 msgid ""
12720 " int\n"
12721 " guestfs_part_del (guestfs_h *g,\n"
12722 "                   const char *device,\n"
12723 "                   int partnum);\n"
12724 "\n"
12725 msgstr ""
12726
12727 #. type: textblock
12728 #: ../src/guestfs-actions.pod:4684 ../fish/guestfish-actions.pod:3116
12729 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12730 msgstr ""
12731
12732 #. type: textblock
12733 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3118
12734 msgid ""
12735 "Note that in the case of MBR partitioning, deleting an extended partition "
12736 "also deletes any logical partitions it contains."
12737 msgstr ""
12738
12739 #. type: =head2
12740 #: ../src/guestfs-actions.pod:4694
12741 msgid "guestfs_part_disk"
12742 msgstr ""
12743
12744 #. type: verbatim
12745 #: ../src/guestfs-actions.pod:4696
12746 #, no-wrap
12747 msgid ""
12748 " int\n"
12749 " guestfs_part_disk (guestfs_h *g,\n"
12750 "                    const char *device,\n"
12751 "                    const char *parttype);\n"
12752 "\n"
12753 msgstr ""
12754
12755 #. type: textblock
12756 #: ../src/guestfs-actions.pod:4701
12757 msgid ""
12758 "This command is simply a combination of C<guestfs_part_init> followed by "
12759 "C<guestfs_part_add> to create a single primary partition covering the whole "
12760 "disk."
12761 msgstr ""
12762
12763 #. type: textblock
12764 #: ../src/guestfs-actions.pod:4705
12765 msgid ""
12766 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12767 "possible values are described in C<guestfs_part_init>."
12768 msgstr ""
12769
12770 #. type: =head2
12771 #: ../src/guestfs-actions.pod:4715
12772 msgid "guestfs_part_get_bootable"
12773 msgstr ""
12774
12775 #. type: verbatim
12776 #: ../src/guestfs-actions.pod:4717
12777 #, no-wrap
12778 msgid ""
12779 " int\n"
12780 " guestfs_part_get_bootable (guestfs_h *g,\n"
12781 "                            const char *device,\n"
12782 "                            int partnum);\n"
12783 "\n"
12784 msgstr ""
12785
12786 #. type: textblock
12787 #: ../src/guestfs-actions.pod:4722 ../fish/guestfish-actions.pod:3140
12788 msgid ""
12789 "This command returns true if the partition C<partnum> on C<device> has the "
12790 "bootable flag set."
12791 msgstr ""
12792
12793 #. type: textblock
12794 #: ../src/guestfs-actions.pod:4725
12795 msgid "See also C<guestfs_part_set_bootable>."
12796 msgstr ""
12797
12798 #. type: =head2
12799 #: ../src/guestfs-actions.pod:4731
12800 msgid "guestfs_part_get_mbr_id"
12801 msgstr ""
12802
12803 #. type: verbatim
12804 #: ../src/guestfs-actions.pod:4733
12805 #, no-wrap
12806 msgid ""
12807 " int\n"
12808 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
12809 "                          const char *device,\n"
12810 "                          int partnum);\n"
12811 "\n"
12812 msgstr ""
12813
12814 #. type: textblock
12815 #: ../src/guestfs-actions.pod:4738 ../fish/guestfish-actions.pod:3149
12816 msgid ""
12817 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12818 "partition C<partnum>."
12819 msgstr ""
12820
12821 #. type: textblock
12822 #: ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:4917
12823 msgid ""
12824 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12825 "undefined results for other partition table types (see "
12826 "C<guestfs_part_get_parttype>)."
12827 msgstr ""
12828
12829 #. type: =head2
12830 #: ../src/guestfs-actions.pod:4749
12831 msgid "guestfs_part_get_parttype"
12832 msgstr ""
12833
12834 #. type: verbatim
12835 #: ../src/guestfs-actions.pod:4751
12836 #, no-wrap
12837 msgid ""
12838 " char *\n"
12839 " guestfs_part_get_parttype (guestfs_h *g,\n"
12840 "                            const char *device);\n"
12841 "\n"
12842 msgstr ""
12843
12844 #. type: textblock
12845 #: ../src/guestfs-actions.pod:4755 ../fish/guestfish-actions.pod:3160
12846 msgid ""
12847 "This command examines the partition table on C<device> and returns the "
12848 "partition table type (format) being used."
12849 msgstr ""
12850
12851 #. type: textblock
12852 #: ../src/guestfs-actions.pod:4758
12853 msgid ""
12854 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12855 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12856 "possible, although unusual.  See C<guestfs_part_init> for a full list."
12857 msgstr ""
12858
12859 #. type: =head2
12860 #: ../src/guestfs-actions.pod:4768
12861 msgid "guestfs_part_init"
12862 msgstr ""
12863
12864 #. type: verbatim
12865 #: ../src/guestfs-actions.pod:4770
12866 #, no-wrap
12867 msgid ""
12868 " int\n"
12869 " guestfs_part_init (guestfs_h *g,\n"
12870 "                    const char *device,\n"
12871 "                    const char *parttype);\n"
12872 "\n"
12873 msgstr ""
12874
12875 #. type: textblock
12876 #: ../src/guestfs-actions.pod:4775 ../fish/guestfish-actions.pod:3172
12877 msgid ""
12878 "This creates an empty partition table on C<device> of one of the partition "
12879 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12880 "(for large disks)."
12881 msgstr ""
12882
12883 #. type: textblock
12884 #: ../src/guestfs-actions.pod:4779
12885 msgid ""
12886 "Initially there are no partitions.  Following this, you should call "
12887 "C<guestfs_part_add> for each partition required."
12888 msgstr ""
12889
12890 #. type: textblock
12891 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3179
12892 msgid "Possible values for C<parttype> are:"
12893 msgstr ""
12894
12895 #. type: =item
12896 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3183
12897 msgid "B<efi> | B<gpt>"
12898 msgstr ""
12899
12900 #. type: textblock
12901 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
12902 msgid "Intel EFI / GPT partition table."
12903 msgstr ""
12904
12905 #. type: textblock
12906 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
12907 msgid ""
12908 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12909 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12910 "the C<mbr> format."
12911 msgstr ""
12912
12913 #. type: =item
12914 #: ../src/guestfs-actions.pod:4794 ../fish/guestfish-actions.pod:3191
12915 msgid "B<mbr> | B<msdos>"
12916 msgstr ""
12917
12918 #. type: textblock
12919 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
12920 msgid ""
12921 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12922 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12923 "TB.  For large disks we recommend using C<gpt>."
12924 msgstr ""
12925
12926 #. type: textblock
12927 #: ../src/guestfs-actions.pod:4803 ../fish/guestfish-actions.pod:3200
12928 msgid "Other partition table types that may work but are not supported include:"
12929 msgstr ""
12930
12931 #. type: =item
12932 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3205
12933 msgid "B<aix>"
12934 msgstr ""
12935
12936 #. type: textblock
12937 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
12938 msgid "AIX disk labels."
12939 msgstr ""
12940
12941 #. type: =item
12942 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
12943 msgid "B<amiga> | B<rdb>"
12944 msgstr ""
12945
12946 #. type: textblock
12947 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
12948 msgid "Amiga \"Rigid Disk Block\" format."
12949 msgstr ""
12950
12951 #. type: =item
12952 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
12953 msgid "B<bsd>"
12954 msgstr ""
12955
12956 #. type: textblock
12957 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
12958 msgid "BSD disk labels."
12959 msgstr ""
12960
12961 #. type: =item
12962 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
12963 msgid "B<dasd>"
12964 msgstr ""
12965
12966 #. type: textblock
12967 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
12968 msgid "DASD, used on IBM mainframes."
12969 msgstr ""
12970
12971 #. type: =item
12972 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
12973 msgid "B<dvh>"
12974 msgstr ""
12975
12976 #. type: textblock
12977 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
12978 msgid "MIPS/SGI volumes."
12979 msgstr ""
12980
12981 #. type: =item
12982 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
12983 msgid "B<mac>"
12984 msgstr ""
12985
12986 #. type: textblock
12987 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
12988 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
12989 msgstr ""
12990
12991 #. type: =item
12992 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
12993 msgid "B<pc98>"
12994 msgstr ""
12995
12996 #. type: textblock
12997 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
12998 msgid "NEC PC-98 format, common in Japan apparently."
12999 msgstr ""
13000
13001 #. type: =item
13002 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
13003 msgid "B<sun>"
13004 msgstr ""
13005
13006 #. type: textblock
13007 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
13008 msgid "Sun disk labels."
13009 msgstr ""
13010
13011 #. type: =head2
13012 #: ../src/guestfs-actions.pod:4846
13013 msgid "guestfs_part_list"
13014 msgstr ""
13015
13016 #. type: verbatim
13017 #: ../src/guestfs-actions.pod:4848
13018 #, no-wrap
13019 msgid ""
13020 " struct guestfs_partition_list *\n"
13021 " guestfs_part_list (guestfs_h *g,\n"
13022 "                    const char *device);\n"
13023 "\n"
13024 msgstr ""
13025
13026 #. type: textblock
13027 #: ../src/guestfs-actions.pod:4852 ../fish/guestfish-actions.pod:3243
13028 msgid ""
13029 "This command parses the partition table on C<device> and returns the list of "
13030 "partitions found."
13031 msgstr ""
13032
13033 #. type: textblock
13034 #: ../src/guestfs-actions.pod:4855 ../fish/guestfish-actions.pod:3246
13035 msgid "The fields in the returned structure are:"
13036 msgstr ""
13037
13038 #. type: =item
13039 #: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3250
13040 msgid "B<part_num>"
13041 msgstr ""
13042
13043 #. type: textblock
13044 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3252
13045 msgid "Partition number, counting from 1."
13046 msgstr ""
13047
13048 #. type: =item
13049 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
13050 msgid "B<part_start>"
13051 msgstr ""
13052
13053 #. type: textblock
13054 #: ../src/guestfs-actions.pod:4865
13055 msgid ""
13056 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13057 "the device's sector size, see C<guestfs_blockdev_getss>."
13058 msgstr ""
13059
13060 #. type: =item
13061 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
13062 msgid "B<part_end>"
13063 msgstr ""
13064
13065 #. type: textblock
13066 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
13067 msgid "End of the partition in bytes."
13068 msgstr ""
13069
13070 #. type: =item
13071 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
13072 msgid "B<part_size>"
13073 msgstr ""
13074
13075 #. type: textblock
13076 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
13077 msgid "Size of the partition in bytes."
13078 msgstr ""
13079
13080 #. type: textblock
13081 #: ../src/guestfs-actions.pod:4878
13082 msgid ""
13083 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13084 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13085 "use>."
13086 msgstr ""
13087
13088 #. type: =head2
13089 #: ../src/guestfs-actions.pod:4884
13090 msgid "guestfs_part_set_bootable"
13091 msgstr ""
13092
13093 #. type: verbatim
13094 #: ../src/guestfs-actions.pod:4886
13095 #, no-wrap
13096 msgid ""
13097 " int\n"
13098 " guestfs_part_set_bootable (guestfs_h *g,\n"
13099 "                            const char *device,\n"
13100 "                            int partnum,\n"
13101 "                            int bootable);\n"
13102 "\n"
13103 msgstr ""
13104
13105 #. type: textblock
13106 #: ../src/guestfs-actions.pod:4892 ../fish/guestfish-actions.pod:3273
13107 msgid ""
13108 "This sets the bootable flag on partition numbered C<partnum> on device "
13109 "C<device>.  Note that partitions are numbered from 1."
13110 msgstr ""
13111
13112 #. type: textblock
13113 #: ../src/guestfs-actions.pod:4895 ../fish/guestfish-actions.pod:3276
13114 msgid ""
13115 "The bootable flag is used by some operating systems (notably Windows) to "
13116 "determine which partition to boot from.  It is by no means universally "
13117 "recognized."
13118 msgstr ""
13119
13120 #. type: =head2
13121 #: ../src/guestfs-actions.pod:4903
13122 msgid "guestfs_part_set_mbr_id"
13123 msgstr ""
13124
13125 #. type: verbatim
13126 #: ../src/guestfs-actions.pod:4905
13127 #, no-wrap
13128 msgid ""
13129 " int\n"
13130 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13131 "                          const char *device,\n"
13132 "                          int partnum,\n"
13133 "                          int idbyte);\n"
13134 "\n"
13135 msgstr ""
13136
13137 #. type: textblock
13138 #: ../src/guestfs-actions.pod:4911 ../fish/guestfish-actions.pod:3284
13139 msgid ""
13140 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13141 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13142 "documentation are in fact hexadecimal numbers, but usually documented "
13143 "without any leading \"0x\" which might be confusing."
13144 msgstr ""
13145
13146 #. type: =head2
13147 #: ../src/guestfs-actions.pod:4925
13148 msgid "guestfs_part_set_name"
13149 msgstr ""
13150
13151 #. type: verbatim
13152 #: ../src/guestfs-actions.pod:4927
13153 #, no-wrap
13154 msgid ""
13155 " int\n"
13156 " guestfs_part_set_name (guestfs_h *g,\n"
13157 "                        const char *device,\n"
13158 "                        int partnum,\n"
13159 "                        const char *name);\n"
13160 "\n"
13161 msgstr ""
13162
13163 #. type: textblock
13164 #: ../src/guestfs-actions.pod:4933 ../fish/guestfish-actions.pod:3298
13165 msgid ""
13166 "This sets the partition name on partition numbered C<partnum> on device "
13167 "C<device>.  Note that partitions are numbered from 1."
13168 msgstr ""
13169
13170 #. type: textblock
13171 #: ../src/guestfs-actions.pod:4936 ../fish/guestfish-actions.pod:3301
13172 msgid ""
13173 "The partition name can only be set on certain types of partition table.  "
13174 "This works on C<gpt> but not on C<mbr> partitions."
13175 msgstr ""
13176
13177 #. type: =head2
13178 #: ../src/guestfs-actions.pod:4943
13179 msgid "guestfs_part_to_dev"
13180 msgstr ""
13181
13182 #. type: verbatim
13183 #: ../src/guestfs-actions.pod:4945
13184 #, no-wrap
13185 msgid ""
13186 " char *\n"
13187 " guestfs_part_to_dev (guestfs_h *g,\n"
13188 "                      const char *partition);\n"
13189 "\n"
13190 msgstr ""
13191
13192 #. type: textblock
13193 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3308
13194 msgid ""
13195 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13196 "partition number, returning the device name (eg. \"/dev/sdb\")."
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4953
13201 msgid ""
13202 "The named partition must exist, for example as a string returned from "
13203 "C<guestfs_list_partitions>."
13204 msgstr ""
13205
13206 #. type: =head2
13207 #: ../src/guestfs-actions.pod:4961
13208 msgid "guestfs_ping_daemon"
13209 msgstr ""
13210
13211 #. type: verbatim
13212 #: ../src/guestfs-actions.pod:4963
13213 #, no-wrap
13214 msgid ""
13215 " int\n"
13216 " guestfs_ping_daemon (guestfs_h *g);\n"
13217 "\n"
13218 msgstr ""
13219
13220 #. type: textblock
13221 #: ../src/guestfs-actions.pod:4966 ../fish/guestfish-actions.pod:3319
13222 msgid ""
13223 "This is a test probe into the guestfs daemon running inside the qemu "
13224 "subprocess.  Calling this function checks that the daemon responds to the "
13225 "ping message, without affecting the daemon or attached block device(s) in "
13226 "any other way."
13227 msgstr ""
13228
13229 #. type: =head2
13230 #: ../src/guestfs-actions.pod:4975
13231 msgid "guestfs_pread"
13232 msgstr ""
13233
13234 #. type: verbatim
13235 #: ../src/guestfs-actions.pod:4977
13236 #, no-wrap
13237 msgid ""
13238 " char *\n"
13239 " guestfs_pread (guestfs_h *g,\n"
13240 "                const char *path,\n"
13241 "                int count,\n"
13242 "                int64_t offset,\n"
13243 "                size_t *size_r);\n"
13244 "\n"
13245 msgstr ""
13246
13247 #. type: textblock
13248 #: ../src/guestfs-actions.pod:4984 ../fish/guestfish-actions.pod:3328
13249 msgid ""
13250 "This command lets you read part of a file.  It reads C<count> bytes of the "
13251 "file, starting at C<offset>, from file C<path>."
13252 msgstr ""
13253
13254 #. type: textblock
13255 #: ../src/guestfs-actions.pod:4987 ../src/guestfs-actions.pod:5013 ../fish/guestfish-actions.pod:3331 ../fish/guestfish-actions.pod:3346
13256 msgid ""
13257 "This may read fewer bytes than requested.  For further details see the "
13258 "L<pread(2)> system call."
13259 msgstr ""
13260
13261 #. type: textblock
13262 #: ../src/guestfs-actions.pod:4990
13263 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13264 msgstr ""
13265
13266 #. type: =head2
13267 #: ../src/guestfs-actions.pod:5001
13268 msgid "guestfs_pread_device"
13269 msgstr ""
13270
13271 #. type: verbatim
13272 #: ../src/guestfs-actions.pod:5003
13273 #, no-wrap
13274 msgid ""
13275 " char *\n"
13276 " guestfs_pread_device (guestfs_h *g,\n"
13277 "                       const char *device,\n"
13278 "                       int count,\n"
13279 "                       int64_t offset,\n"
13280 "                       size_t *size_r);\n"
13281 "\n"
13282 msgstr ""
13283
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:5010 ../fish/guestfish-actions.pod:3343
13286 msgid ""
13287 "This command lets you read part of a file.  It reads C<count> bytes of "
13288 "C<device>, starting at C<offset>."
13289 msgstr ""
13290
13291 #. type: textblock
13292 #: ../src/guestfs-actions.pod:5016
13293 msgid "See also C<guestfs_pread>."
13294 msgstr ""
13295
13296 #. type: textblock
13297 #: ../src/guestfs-actions.pod:5025
13298 msgid "(Added in 1.5.21)"
13299 msgstr ""
13300
13301 #. type: =head2
13302 #: ../src/guestfs-actions.pod:5027
13303 msgid "guestfs_pvcreate"
13304 msgstr ""
13305
13306 #. type: verbatim
13307 #: ../src/guestfs-actions.pod:5029
13308 #, no-wrap
13309 msgid ""
13310 " int\n"
13311 " guestfs_pvcreate (guestfs_h *g,\n"
13312 "                   const char *device);\n"
13313 "\n"
13314 msgstr ""
13315
13316 #. type: textblock
13317 #: ../src/guestfs-actions.pod:5033 ../fish/guestfish-actions.pod:3358
13318 msgid ""
13319 "This creates an LVM physical volume on the named C<device>, where C<device> "
13320 "should usually be a partition name such as C</dev/sda1>."
13321 msgstr ""
13322
13323 #. type: =head2
13324 #: ../src/guestfs-actions.pod:5041
13325 msgid "guestfs_pvremove"
13326 msgstr ""
13327
13328 #. type: verbatim
13329 #: ../src/guestfs-actions.pod:5043
13330 #, no-wrap
13331 msgid ""
13332 " int\n"
13333 " guestfs_pvremove (guestfs_h *g,\n"
13334 "                   const char *device);\n"
13335 "\n"
13336 msgstr ""
13337
13338 #. type: textblock
13339 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3366
13340 msgid ""
13341 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13342 "it."
13343 msgstr ""
13344
13345 #. type: textblock
13346 #: ../src/guestfs-actions.pod:5050 ../fish/guestfish-actions.pod:3369
13347 msgid ""
13348 "The implementation uses the C<pvremove> command which refuses to wipe "
13349 "physical volumes that contain any volume groups, so you have to remove those "
13350 "first."
13351 msgstr ""
13352
13353 #. type: =head2
13354 #: ../src/guestfs-actions.pod:5058
13355 msgid "guestfs_pvresize"
13356 msgstr ""
13357
13358 #. type: verbatim
13359 #: ../src/guestfs-actions.pod:5060
13360 #, no-wrap
13361 msgid ""
13362 " int\n"
13363 " guestfs_pvresize (guestfs_h *g,\n"
13364 "                   const char *device);\n"
13365 "\n"
13366 msgstr ""
13367
13368 #. type: textblock
13369 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3377
13370 msgid ""
13371 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13372 "the new size of the underlying device."
13373 msgstr ""
13374
13375 #. type: =head2
13376 #: ../src/guestfs-actions.pod:5071
13377 msgid "guestfs_pvresize_size"
13378 msgstr ""
13379
13380 #. type: verbatim
13381 #: ../src/guestfs-actions.pod:5073
13382 #, no-wrap
13383 msgid ""
13384 " int\n"
13385 " guestfs_pvresize_size (guestfs_h *g,\n"
13386 "                        const char *device,\n"
13387 "                        int64_t size);\n"
13388 "\n"
13389 msgstr ""
13390
13391 #. type: textblock
13392 #: ../src/guestfs-actions.pod:5078
13393 msgid ""
13394 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13395 "specify the new size (in bytes) explicitly."
13396 msgstr ""
13397
13398 #. type: =head2
13399 #: ../src/guestfs-actions.pod:5085
13400 msgid "guestfs_pvs"
13401 msgstr ""
13402
13403 #. type: verbatim
13404 #: ../src/guestfs-actions.pod:5087
13405 #, no-wrap
13406 msgid ""
13407 " char **\n"
13408 " guestfs_pvs (guestfs_h *g);\n"
13409 "\n"
13410 msgstr ""
13411
13412 #. type: textblock
13413 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3391
13414 msgid ""
13415 "List all the physical volumes detected.  This is the equivalent of the "
13416 "L<pvs(8)> command."
13417 msgstr ""
13418
13419 #. type: textblock
13420 #: ../src/guestfs-actions.pod:5093 ../fish/guestfish-actions.pod:3394
13421 msgid ""
13422 "This returns a list of just the device names that contain PVs "
13423 "(eg. C</dev/sda2>)."
13424 msgstr ""
13425
13426 #. type: textblock
13427 #: ../src/guestfs-actions.pod:5096
13428 msgid "See also C<guestfs_pvs_full>."
13429 msgstr ""
13430
13431 #. type: =head2
13432 #: ../src/guestfs-actions.pod:5104
13433 msgid "guestfs_pvs_full"
13434 msgstr ""
13435
13436 #. type: verbatim
13437 #: ../src/guestfs-actions.pod:5106
13438 #, no-wrap
13439 msgid ""
13440 " struct guestfs_lvm_pv_list *\n"
13441 " guestfs_pvs_full (guestfs_h *g);\n"
13442 "\n"
13443 msgstr ""
13444
13445 #. type: textblock
13446 #: ../src/guestfs-actions.pod:5109 ../fish/guestfish-actions.pod:3403
13447 msgid ""
13448 "List all the physical volumes detected.  This is the equivalent of the "
13449 "L<pvs(8)> command.  The \"full\" version includes all fields."
13450 msgstr ""
13451
13452 #. type: textblock
13453 #: ../src/guestfs-actions.pod:5112
13454 msgid ""
13455 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13456 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13457 "use>."
13458 msgstr ""
13459
13460 #. type: =head2
13461 #: ../src/guestfs-actions.pod:5118
13462 msgid "guestfs_pvuuid"
13463 msgstr ""
13464
13465 #. type: verbatim
13466 #: ../src/guestfs-actions.pod:5120
13467 #, no-wrap
13468 msgid ""
13469 " char *\n"
13470 " guestfs_pvuuid (guestfs_h *g,\n"
13471 "                 const char *device);\n"
13472 "\n"
13473 msgstr ""
13474
13475 #. type: textblock
13476 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3410
13477 msgid "This command returns the UUID of the LVM PV C<device>."
13478 msgstr ""
13479
13480 #. type: =head2
13481 #: ../src/guestfs-actions.pod:5131
13482 msgid "guestfs_pwrite"
13483 msgstr ""
13484
13485 #. type: verbatim
13486 #: ../src/guestfs-actions.pod:5133
13487 #, no-wrap
13488 msgid ""
13489 " int\n"
13490 " guestfs_pwrite (guestfs_h *g,\n"
13491 "                 const char *path,\n"
13492 "                 const char *content,\n"
13493 "                 size_t content_size,\n"
13494 "                 int64_t offset);\n"
13495 "\n"
13496 msgstr ""
13497
13498 #. type: textblock
13499 #: ../src/guestfs-actions.pod:5140 ../fish/guestfish-actions.pod:3416
13500 msgid ""
13501 "This command writes to part of a file.  It writes the data buffer C<content> "
13502 "to the file C<path> starting at offset C<offset>."
13503 msgstr ""
13504
13505 #. type: textblock
13506 #: ../src/guestfs-actions.pod:5143 ../fish/guestfish-actions.pod:3419
13507 msgid ""
13508 "This command implements the L<pwrite(2)> system call, and like that system "
13509 "call it may not write the full data requested.  The return value is the "
13510 "number of bytes that were actually written to the file.  This could even be "
13511 "0, although short writes are unlikely for regular files in ordinary "
13512 "circumstances."
13513 msgstr ""
13514
13515 #. type: textblock
13516 #: ../src/guestfs-actions.pod:5149
13517 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13518 msgstr ""
13519
13520 #. type: =head2
13521 #: ../src/guestfs-actions.pod:5158
13522 msgid "guestfs_pwrite_device"
13523 msgstr ""
13524
13525 #. type: verbatim
13526 #: ../src/guestfs-actions.pod:5160
13527 #, no-wrap
13528 msgid ""
13529 " int\n"
13530 " guestfs_pwrite_device (guestfs_h *g,\n"
13531 "                        const char *device,\n"
13532 "                        const char *content,\n"
13533 "                        size_t content_size,\n"
13534 "                        int64_t offset);\n"
13535 "\n"
13536 msgstr ""
13537
13538 #. type: textblock
13539 #: ../src/guestfs-actions.pod:5167 ../fish/guestfish-actions.pod:3434
13540 msgid ""
13541 "This command writes to part of a device.  It writes the data buffer "
13542 "C<content> to C<device> starting at offset C<offset>."
13543 msgstr ""
13544
13545 #. type: textblock
13546 #: ../src/guestfs-actions.pod:5170 ../fish/guestfish-actions.pod:3437
13547 msgid ""
13548 "This command implements the L<pwrite(2)> system call, and like that system "
13549 "call it may not write the full data requested (although short writes to disk "
13550 "devices and partitions are probably impossible with standard Linux kernels)."
13551 msgstr ""
13552
13553 #. type: textblock
13554 #: ../src/guestfs-actions.pod:5175
13555 msgid "See also C<guestfs_pwrite>."
13556 msgstr ""
13557
13558 #. type: textblock
13559 #: ../src/guestfs-actions.pod:5182
13560 msgid "(Added in 1.5.20)"
13561 msgstr ""
13562
13563 #. type: =head2
13564 #: ../src/guestfs-actions.pod:5184
13565 msgid "guestfs_read_file"
13566 msgstr ""
13567
13568 #. type: verbatim
13569 #: ../src/guestfs-actions.pod:5186
13570 #, no-wrap
13571 msgid ""
13572 " char *\n"
13573 " guestfs_read_file (guestfs_h *g,\n"
13574 "                    const char *path,\n"
13575 "                    size_t *size_r);\n"
13576 "\n"
13577 msgstr ""
13578
13579 #. type: textblock
13580 #: ../src/guestfs-actions.pod:5191 ../fish/guestfish-actions.pod:3451
13581 msgid "This calls returns the contents of the file C<path> as a buffer."
13582 msgstr ""
13583
13584 #. type: textblock
13585 #: ../src/guestfs-actions.pod:5194
13586 msgid ""
13587 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13588 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13589 "function is limited in the total size of file that can be handled."
13590 msgstr ""
13591
13592 #. type: textblock
13593 #: ../src/guestfs-actions.pod:5206
13594 msgid "(Added in 1.0.63)"
13595 msgstr ""
13596
13597 #. type: =head2
13598 #: ../src/guestfs-actions.pod:5208
13599 msgid "guestfs_read_lines"
13600 msgstr ""
13601
13602 #. type: verbatim
13603 #: ../src/guestfs-actions.pod:5210
13604 #, no-wrap
13605 msgid ""
13606 " char **\n"
13607 " guestfs_read_lines (guestfs_h *g,\n"
13608 "                     const char *path);\n"
13609 "\n"
13610 msgstr ""
13611
13612 #. type: textblock
13613 #: ../src/guestfs-actions.pod:5216 ../fish/guestfish-actions.pod:3468
13614 msgid ""
13615 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13616 "C<CRLF> character sequences are I<not> returned."
13617 msgstr ""
13618
13619 #. type: textblock
13620 #: ../src/guestfs-actions.pod:5219
13621 msgid ""
13622 "Note that this function cannot correctly handle binary files (specifically, "
13623 "files containing C<\\0> character which is treated as end of line).  For "
13624 "those you need to use the C<guestfs_read_file> function which has a more "
13625 "complex interface."
13626 msgstr ""
13627
13628 #. type: =head2
13629 #: ../src/guestfs-actions.pod:5230
13630 msgid "guestfs_readdir"
13631 msgstr ""
13632
13633 #. type: verbatim
13634 #: ../src/guestfs-actions.pod:5232
13635 #, no-wrap
13636 msgid ""
13637 " struct guestfs_dirent_list *\n"
13638 " guestfs_readdir (guestfs_h *g,\n"
13639 "                  const char *dir);\n"
13640 "\n"
13641 msgstr ""
13642
13643 #. type: textblock
13644 #: ../src/guestfs-actions.pod:5236 ../fish/guestfish-actions.pod:3480
13645 msgid "This returns the list of directory entries in directory C<dir>."
13646 msgstr ""
13647
13648 #. type: textblock
13649 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
13650 msgid ""
13651 "All entries in the directory are returned, including C<.> and C<..>.  The "
13652 "entries are I<not> sorted, but returned in the same order as the underlying "
13653 "filesystem."
13654 msgstr ""
13655
13656 #. type: textblock
13657 #: ../src/guestfs-actions.pod:5242 ../fish/guestfish-actions.pod:3486
13658 msgid ""
13659 "Also this call returns basic file type information about each file.  The "
13660 "C<ftyp> field will contain one of the following characters:"
13661 msgstr ""
13662
13663 #. type: =item
13664 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3491
13665 msgid "'b'"
13666 msgstr ""
13667
13668 #. type: textblock
13669 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
13670 msgid "Block special"
13671 msgstr ""
13672
13673 #. type: =item
13674 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
13675 msgid "'c'"
13676 msgstr ""
13677
13678 #. type: textblock
13679 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
13680 msgid "Char special"
13681 msgstr ""
13682
13683 #. type: =item
13684 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
13685 msgid "'d'"
13686 msgstr ""
13687
13688 #. type: textblock
13689 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
13690 msgid "Directory"
13691 msgstr ""
13692
13693 #. type: =item
13694 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
13695 msgid "'f'"
13696 msgstr ""
13697
13698 #. type: textblock
13699 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
13700 msgid "FIFO (named pipe)"
13701 msgstr ""
13702
13703 #. type: =item
13704 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
13705 msgid "'l'"
13706 msgstr ""
13707
13708 #. type: textblock
13709 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
13710 msgid "Symbolic link"
13711 msgstr ""
13712
13713 #. type: =item
13714 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
13715 msgid "'r'"
13716 msgstr ""
13717
13718 #. type: textblock
13719 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
13720 msgid "Regular file"
13721 msgstr ""
13722
13723 #. type: =item
13724 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
13725 msgid "'s'"
13726 msgstr ""
13727
13728 #. type: textblock
13729 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
13730 msgid "Socket"
13731 msgstr ""
13732
13733 #. type: =item
13734 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
13735 msgid "'u'"
13736 msgstr ""
13737
13738 #. type: textblock
13739 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
13740 msgid "Unknown file type"
13741 msgstr ""
13742
13743 #. type: =item
13744 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
13745 msgid "'?'"
13746 msgstr ""
13747
13748 #. type: textblock
13749 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
13750 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13751 msgstr ""
13752
13753 #. type: textblock
13754 #: ../src/guestfs-actions.pod:5286
13755 msgid ""
13756 "This function is primarily intended for use by programs.  To get a simple "
13757 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
13758 "consumption, use C<guestfs_ll>."
13759 msgstr ""
13760
13761 #. type: textblock
13762 #: ../src/guestfs-actions.pod:5290
13763 msgid ""
13764 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
13765 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
13766 "use>."
13767 msgstr ""
13768
13769 #. type: =head2
13770 #: ../src/guestfs-actions.pod:5296
13771 msgid "guestfs_readlink"
13772 msgstr ""
13773
13774 #. type: verbatim
13775 #: ../src/guestfs-actions.pod:5298
13776 #, no-wrap
13777 msgid ""
13778 " char *\n"
13779 " guestfs_readlink (guestfs_h *g,\n"
13780 "                   const char *path);\n"
13781 "\n"
13782 msgstr ""
13783
13784 #. type: textblock
13785 #: ../src/guestfs-actions.pod:5302 ../fish/guestfish-actions.pod:3538
13786 msgid "This command reads the target of a symbolic link."
13787 msgstr ""
13788
13789 #. type: =head2
13790 #: ../src/guestfs-actions.pod:5309
13791 msgid "guestfs_readlinklist"
13792 msgstr ""
13793
13794 #. type: verbatim
13795 #: ../src/guestfs-actions.pod:5311
13796 #, no-wrap
13797 msgid ""
13798 " char **\n"
13799 " guestfs_readlinklist (guestfs_h *g,\n"
13800 "                       const char *path,\n"
13801 "                       char *const *names);\n"
13802 "\n"
13803 msgstr ""
13804
13805 #. type: textblock
13806 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3544
13807 msgid ""
13808 "This call allows you to do a C<readlink> operation on multiple files, where "
13809 "all files are in the directory C<path>.  C<names> is the list of files from "
13810 "this directory."
13811 msgstr ""
13812
13813 #. type: textblock
13814 #: ../src/guestfs-actions.pod:5320 ../fish/guestfish-actions.pod:3548
13815 msgid ""
13816 "On return you get a list of strings, with a one-to-one correspondence to the "
13817 "C<names> list.  Each string is the value of the symbolic link."
13818 msgstr ""
13819
13820 #. type: textblock
13821 #: ../src/guestfs-actions.pod:5324 ../fish/guestfish-actions.pod:3552
13822 msgid ""
13823 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13824 "result string is the empty string C<\"\">.  However the whole operation is "
13825 "completed even if there were C<readlink(2)> errors, and so you can call this "
13826 "function with names where you don't know if they are symbolic links already "
13827 "(albeit slightly less efficient)."
13828 msgstr ""
13829
13830 #. type: textblock
13831 #: ../src/guestfs-actions.pod:5331 ../fish/guestfish-actions.pod:3559
13832 msgid ""
13833 "This call is intended for programs that want to efficiently list a directory "
13834 "contents without making many round-trips.  Very long directory listings "
13835 "might cause the protocol message size to be exceeded, causing this call to "
13836 "fail.  The caller must split up such requests into smaller groups of names."
13837 msgstr ""
13838
13839 #. type: =head2
13840 #: ../src/guestfs-actions.pod:5344
13841 msgid "guestfs_realpath"
13842 msgstr ""
13843
13844 #. type: verbatim
13845 #: ../src/guestfs-actions.pod:5346
13846 #, no-wrap
13847 msgid ""
13848 " char *\n"
13849 " guestfs_realpath (guestfs_h *g,\n"
13850 "                   const char *path);\n"
13851 "\n"
13852 msgstr ""
13853
13854 #. type: textblock
13855 #: ../src/guestfs-actions.pod:5350 ../fish/guestfish-actions.pod:3570
13856 msgid ""
13857 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13858 "has no C<.>, C<..> or symbolic link path elements."
13859 msgstr ""
13860
13861 #. type: =head2
13862 #: ../src/guestfs-actions.pod:5358
13863 msgid "guestfs_removexattr"
13864 msgstr ""
13865
13866 #. type: verbatim
13867 #: ../src/guestfs-actions.pod:5360
13868 #, no-wrap
13869 msgid ""
13870 " int\n"
13871 " guestfs_removexattr (guestfs_h *g,\n"
13872 "                      const char *xattr,\n"
13873 "                      const char *path);\n"
13874 "\n"
13875 msgstr ""
13876
13877 #. type: textblock
13878 #: ../src/guestfs-actions.pod:5365 ../fish/guestfish-actions.pod:3577
13879 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
13880 msgstr ""
13881
13882 #. type: textblock
13883 #: ../src/guestfs-actions.pod:5368
13884 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
13885 msgstr ""
13886
13887 #. type: =head2
13888 #: ../src/guestfs-actions.pod:5374
13889 msgid "guestfs_resize2fs"
13890 msgstr ""
13891
13892 #. type: verbatim
13893 #: ../src/guestfs-actions.pod:5376
13894 #, no-wrap
13895 msgid ""
13896 " int\n"
13897 " guestfs_resize2fs (guestfs_h *g,\n"
13898 "                    const char *device);\n"
13899 "\n"
13900 msgstr ""
13901
13902 #. type: textblock
13903 #: ../src/guestfs-actions.pod:5380 ../fish/guestfish-actions.pod:3586
13904 msgid ""
13905 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13906 "underlying device."
13907 msgstr ""
13908
13909 #. type: textblock
13910 #: ../src/guestfs-actions.pod:5383
13911 msgid ""
13912 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
13913 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
13914 "sometimes gives an error about this and sometimes not.  In any case, it is "
13915 "always safe to call C<guestfs_e2fsck_f> before calling this function."
13916 msgstr ""
13917
13918 #. type: =head2
13919 #: ../src/guestfs-actions.pod:5393
13920 msgid "guestfs_resize2fs_size"
13921 msgstr ""
13922
13923 #. type: verbatim
13924 #: ../src/guestfs-actions.pod:5395
13925 #, no-wrap
13926 msgid ""
13927 " int\n"
13928 " guestfs_resize2fs_size (guestfs_h *g,\n"
13929 "                         const char *device,\n"
13930 "                         int64_t size);\n"
13931 "\n"
13932 msgstr ""
13933
13934 #. type: textblock
13935 #: ../src/guestfs-actions.pod:5400
13936 msgid ""
13937 "This command is the same as C<guestfs_resize2fs> except that it allows you "
13938 "to specify the new size (in bytes) explicitly."
13939 msgstr ""
13940
13941 #. type: =head2
13942 #: ../src/guestfs-actions.pod:5407
13943 msgid "guestfs_rm"
13944 msgstr ""
13945
13946 #. type: verbatim
13947 #: ../src/guestfs-actions.pod:5409
13948 #, no-wrap
13949 msgid ""
13950 " int\n"
13951 " guestfs_rm (guestfs_h *g,\n"
13952 "             const char *path);\n"
13953 "\n"
13954 msgstr ""
13955
13956 #. type: textblock
13957 #: ../src/guestfs-actions.pod:5413 ../fish/guestfish-actions.pod:3606
13958 msgid "Remove the single file C<path>."
13959 msgstr ""
13960
13961 #. type: =head2
13962 #: ../src/guestfs-actions.pod:5419
13963 msgid "guestfs_rm_rf"
13964 msgstr ""
13965
13966 #. type: verbatim
13967 #: ../src/guestfs-actions.pod:5421
13968 #, no-wrap
13969 msgid ""
13970 " int\n"
13971 " guestfs_rm_rf (guestfs_h *g,\n"
13972 "                const char *path);\n"
13973 "\n"
13974 msgstr ""
13975
13976 #. type: textblock
13977 #: ../src/guestfs-actions.pod:5425 ../fish/guestfish-actions.pod:3612
13978 msgid ""
13979 "Remove the file or directory C<path>, recursively removing the contents if "
13980 "its a directory.  This is like the C<rm -rf> shell command."
13981 msgstr ""
13982
13983 #. type: =head2
13984 #: ../src/guestfs-actions.pod:5433
13985 msgid "guestfs_rmdir"
13986 msgstr ""
13987
13988 #. type: verbatim
13989 #: ../src/guestfs-actions.pod:5435
13990 #, no-wrap
13991 msgid ""
13992 " int\n"
13993 " guestfs_rmdir (guestfs_h *g,\n"
13994 "                const char *path);\n"
13995 "\n"
13996 msgstr ""
13997
13998 #. type: textblock
13999 #: ../src/guestfs-actions.pod:5439 ../fish/guestfish-actions.pod:3620
14000 msgid "Remove the single directory C<path>."
14001 msgstr ""
14002
14003 #. type: =head2
14004 #: ../src/guestfs-actions.pod:5445
14005 msgid "guestfs_rmmountpoint"
14006 msgstr ""
14007
14008 #. type: verbatim
14009 #: ../src/guestfs-actions.pod:5447
14010 #, no-wrap
14011 msgid ""
14012 " int\n"
14013 " guestfs_rmmountpoint (guestfs_h *g,\n"
14014 "                       const char *exemptpath);\n"
14015 "\n"
14016 msgstr ""
14017
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:5451
14020 msgid ""
14021 "This calls removes a mountpoint that was previously created with "
14022 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14023 msgstr ""
14024
14025 #. type: =head2
14026 #: ../src/guestfs-actions.pod:5459
14027 msgid "guestfs_scrub_device"
14028 msgstr ""
14029
14030 #. type: verbatim
14031 #: ../src/guestfs-actions.pod:5461
14032 #, no-wrap
14033 msgid ""
14034 " int\n"
14035 " guestfs_scrub_device (guestfs_h *g,\n"
14036 "                       const char *device);\n"
14037 "\n"
14038 msgstr ""
14039
14040 #. type: textblock
14041 #: ../src/guestfs-actions.pod:5465 ../fish/guestfish-actions.pod:3634
14042 msgid ""
14043 "This command writes patterns over C<device> to make data retrieval more "
14044 "difficult."
14045 msgstr ""
14046
14047 #. type: textblock
14048 #: ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:5489 ../src/guestfs-actions.pod:5508 ../fish/guestfish-actions.pod:3637 ../fish/guestfish-actions.pod:3652 ../fish/guestfish-actions.pod:3665
14049 msgid ""
14050 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14051 "more details."
14052 msgstr ""
14053
14054 #. type: textblock
14055 #: ../src/guestfs-actions.pod:5476 ../src/guestfs-actions.pod:5494 ../src/guestfs-actions.pod:5513
14056 msgid "(Added in 1.0.52)"
14057 msgstr ""
14058
14059 #. type: =head2
14060 #: ../src/guestfs-actions.pod:5478
14061 msgid "guestfs_scrub_file"
14062 msgstr ""
14063
14064 #. type: verbatim
14065 #: ../src/guestfs-actions.pod:5480
14066 #, no-wrap
14067 msgid ""
14068 " int\n"
14069 " guestfs_scrub_file (guestfs_h *g,\n"
14070 "                     const char *file);\n"
14071 "\n"
14072 msgstr ""
14073
14074 #. type: textblock
14075 #: ../src/guestfs-actions.pod:5484 ../fish/guestfish-actions.pod:3647
14076 msgid ""
14077 "This command writes patterns over a file to make data retrieval more "
14078 "difficult."
14079 msgstr ""
14080
14081 #. type: textblock
14082 #: ../src/guestfs-actions.pod:5487 ../fish/guestfish-actions.pod:3650
14083 msgid "The file is I<removed> after scrubbing."
14084 msgstr ""
14085
14086 #. type: =head2
14087 #: ../src/guestfs-actions.pod:5496
14088 msgid "guestfs_scrub_freespace"
14089 msgstr ""
14090
14091 #. type: verbatim
14092 #: ../src/guestfs-actions.pod:5498
14093 #, no-wrap
14094 msgid ""
14095 " int\n"
14096 " guestfs_scrub_freespace (guestfs_h *g,\n"
14097 "                          const char *dir);\n"
14098 "\n"
14099 msgstr ""
14100
14101 #. type: textblock
14102 #: ../src/guestfs-actions.pod:5502
14103 msgid ""
14104 "This command creates the directory C<dir> and then fills it with files until "
14105 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14106 "and deletes them.  The intention is to scrub any free space on the partition "
14107 "containing C<dir>."
14108 msgstr ""
14109
14110 #. type: =head2
14111 #: ../src/guestfs-actions.pod:5515
14112 msgid "guestfs_set_append"
14113 msgstr ""
14114
14115 #. type: verbatim
14116 #: ../src/guestfs-actions.pod:5517
14117 #, no-wrap
14118 msgid ""
14119 " int\n"
14120 " guestfs_set_append (guestfs_h *g,\n"
14121 "                     const char *append);\n"
14122 "\n"
14123 msgstr ""
14124
14125 #. type: textblock
14126 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3674
14127 msgid ""
14128 "This function is used to add additional options to the guest kernel command "
14129 "line."
14130 msgstr ""
14131
14132 #. type: textblock
14133 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3677
14134 msgid ""
14135 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14136 "environment variable."
14137 msgstr ""
14138
14139 #. type: textblock
14140 #: ../src/guestfs-actions.pod:5527 ../fish/guestfish-actions.pod:3680
14141 msgid ""
14142 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14143 "(libguestfs always adds a few of its own)."
14144 msgstr ""
14145
14146 #. type: =head2
14147 #: ../src/guestfs-actions.pod:5534
14148 msgid "guestfs_set_autosync"
14149 msgstr ""
14150
14151 #. type: verbatim
14152 #: ../src/guestfs-actions.pod:5536
14153 #, no-wrap
14154 msgid ""
14155 " int\n"
14156 " guestfs_set_autosync (guestfs_h *g,\n"
14157 "                       int autosync);\n"
14158 "\n"
14159 msgstr ""
14160
14161 #. type: textblock
14162 #: ../src/guestfs-actions.pod:5540
14163 msgid ""
14164 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14165 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
14166 "the handle is closed (also if the program exits without closing handles)."
14167 msgstr ""
14168
14169 #. type: textblock
14170 #: ../src/guestfs-actions.pod:5545 ../fish/guestfish-actions.pod:3694
14171 msgid ""
14172 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14173 "disabled by default)."
14174 msgstr ""
14175
14176 #. type: =head2
14177 #: ../src/guestfs-actions.pod:5552
14178 msgid "guestfs_set_direct"
14179 msgstr ""
14180
14181 #. type: verbatim
14182 #: ../src/guestfs-actions.pod:5554
14183 #, no-wrap
14184 msgid ""
14185 " int\n"
14186 " guestfs_set_direct (guestfs_h *g,\n"
14187 "                     int direct);\n"
14188 "\n"
14189 msgstr ""
14190
14191 #. type: textblock
14192 #: ../src/guestfs-actions.pod:5558 ../fish/guestfish-actions.pod:3703
14193 msgid ""
14194 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14195 "passed directly through to the appliance once it is launched."
14196 msgstr ""
14197
14198 #. type: textblock
14199 #: ../src/guestfs-actions.pod:5562
14200 msgid ""
14201 "One consequence of this is that log messages aren't caught by the library "
14202 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14203 "stdout."
14204 msgstr ""
14205
14206 #. type: textblock
14207 #: ../src/guestfs-actions.pod:5566 ../fish/guestfish-actions.pod:3711
14208 msgid "You probably don't want to use this unless you know what you are doing."
14209 msgstr ""
14210
14211 #. type: textblock
14212 #: ../src/guestfs-actions.pod:5569 ../fish/guestfish-actions.pod:3714
14213 msgid "The default is disabled."
14214 msgstr ""
14215
14216 #. type: =head2
14217 #: ../src/guestfs-actions.pod:5575
14218 msgid "guestfs_set_e2label"
14219 msgstr ""
14220
14221 #. type: verbatim
14222 #: ../src/guestfs-actions.pod:5577
14223 #, no-wrap
14224 msgid ""
14225 " int\n"
14226 " guestfs_set_e2label (guestfs_h *g,\n"
14227 "                      const char *device,\n"
14228 "                      const char *label);\n"
14229 "\n"
14230 msgstr ""
14231
14232 #. type: textblock
14233 #: ../src/guestfs-actions.pod:5582 ../fish/guestfish-actions.pod:3720
14234 msgid ""
14235 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14236 "C<label>.  Filesystem labels are limited to 16 characters."
14237 msgstr ""
14238
14239 #. type: textblock
14240 #: ../src/guestfs-actions.pod:5586
14241 msgid ""
14242 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14243 "the existing label on a filesystem."
14244 msgstr ""
14245
14246 #. type: =head2
14247 #: ../src/guestfs-actions.pod:5593
14248 msgid "guestfs_set_e2uuid"
14249 msgstr ""
14250
14251 #. type: verbatim
14252 #: ../src/guestfs-actions.pod:5595
14253 #, no-wrap
14254 msgid ""
14255 " int\n"
14256 " guestfs_set_e2uuid (guestfs_h *g,\n"
14257 "                     const char *device,\n"
14258 "                     const char *uuid);\n"
14259 "\n"
14260 msgstr ""
14261
14262 #. type: textblock
14263 #: ../src/guestfs-actions.pod:5600 ../fish/guestfish-actions.pod:3731
14264 msgid ""
14265 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14266 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14267 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14268 msgstr ""
14269
14270 #. type: textblock
14271 #: ../src/guestfs-actions.pod:5605
14272 msgid ""
14273 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14274 "the existing UUID of a filesystem."
14275 msgstr ""
14276
14277 #. type: =head2
14278 #: ../src/guestfs-actions.pod:5612
14279 msgid "guestfs_set_memsize"
14280 msgstr ""
14281
14282 #. type: verbatim
14283 #: ../src/guestfs-actions.pod:5614
14284 #, no-wrap
14285 msgid ""
14286 " int\n"
14287 " guestfs_set_memsize (guestfs_h *g,\n"
14288 "                      int memsize);\n"
14289 "\n"
14290 msgstr ""
14291
14292 #. type: textblock
14293 #: ../src/guestfs-actions.pod:5618
14294 msgid ""
14295 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14296 "This only has any effect if called before C<guestfs_launch>."
14297 msgstr ""
14298
14299 #. type: textblock
14300 #: ../src/guestfs-actions.pod:5622 ../fish/guestfish-actions.pod:3749
14301 msgid ""
14302 "You can also change this by setting the environment variable "
14303 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14304 msgstr ""
14305
14306 #. type: =head2
14307 #: ../src/guestfs-actions.pod:5633
14308 msgid "guestfs_set_network"
14309 msgstr ""
14310
14311 #. type: verbatim
14312 #: ../src/guestfs-actions.pod:5635
14313 #, no-wrap
14314 msgid ""
14315 " int\n"
14316 " guestfs_set_network (guestfs_h *g,\n"
14317 "                      int network);\n"
14318 "\n"
14319 msgstr ""
14320
14321 #. type: textblock
14322 #: ../src/guestfs-actions.pod:5639 ../fish/guestfish-actions.pod:3762
14323 msgid ""
14324 "If C<network> is true, then the network is enabled in the libguestfs "
14325 "appliance.  The default is false."
14326 msgstr ""
14327
14328 #. type: textblock
14329 #: ../src/guestfs-actions.pod:5642 ../fish/guestfish-actions.pod:3765
14330 msgid ""
14331 "This affects whether commands are able to access the network (see "
14332 "L<guestfs(3)/RUNNING COMMANDS>)."
14333 msgstr ""
14334
14335 #. type: textblock
14336 #: ../src/guestfs-actions.pod:5645
14337 msgid ""
14338 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14339 "effect."
14340 msgstr ""
14341
14342 #. type: =head2
14343 #: ../src/guestfs-actions.pod:5652
14344 msgid "guestfs_set_path"
14345 msgstr ""
14346
14347 #. type: verbatim
14348 #: ../src/guestfs-actions.pod:5654
14349 #, no-wrap
14350 msgid ""
14351 " int\n"
14352 " guestfs_set_path (guestfs_h *g,\n"
14353 "                   const char *searchpath);\n"
14354 "\n"
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:5658 ../fish/guestfish-actions.pod:3777
14359 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14360 msgstr ""
14361
14362 #. type: textblock
14363 #: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3779
14364 msgid ""
14365 "The default is C<$libdir/guestfs> unless overridden by setting "
14366 "C<LIBGUESTFS_PATH> environment variable."
14367 msgstr ""
14368
14369 #. type: textblock
14370 #: ../src/guestfs-actions.pod:5663 ../fish/guestfish-actions.pod:3782
14371 msgid "Setting C<path> to C<NULL> restores the default path."
14372 msgstr ""
14373
14374 #. type: =head2
14375 #: ../src/guestfs-actions.pod:5669
14376 msgid "guestfs_set_qemu"
14377 msgstr ""
14378
14379 #. type: verbatim
14380 #: ../src/guestfs-actions.pod:5671
14381 #, no-wrap
14382 msgid ""
14383 " int\n"
14384 " guestfs_set_qemu (guestfs_h *g,\n"
14385 "                   const char *qemu);\n"
14386 "\n"
14387 msgstr ""
14388
14389 #. type: textblock
14390 #: ../src/guestfs-actions.pod:5675 ../fish/guestfish-actions.pod:3790
14391 msgid "Set the qemu binary that we will use."
14392 msgstr ""
14393
14394 #. type: textblock
14395 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3792
14396 msgid "The default is chosen when the library was compiled by the configure script."
14397 msgstr ""
14398
14399 #. type: textblock
14400 #: ../src/guestfs-actions.pod:5680 ../fish/guestfish-actions.pod:3795
14401 msgid ""
14402 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14403 "variable."
14404 msgstr ""
14405
14406 #. type: textblock
14407 #: ../src/guestfs-actions.pod:5683 ../fish/guestfish-actions.pod:3798
14408 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14409 msgstr ""
14410
14411 #. type: textblock
14412 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
14413 msgid ""
14414 "Note that you should call this function as early as possible after creating "
14415 "the handle.  This is because some pre-launch operations depend on testing "
14416 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14417 "don't retest features, and so you might see inconsistent results.  Using the "
14418 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14419 "the qemu binary at the same time as the handle is created."
14420 msgstr ""
14421
14422 #. type: =head2
14423 #: ../src/guestfs-actions.pod:5697
14424 msgid "guestfs_set_recovery_proc"
14425 msgstr ""
14426
14427 #. type: verbatim
14428 #: ../src/guestfs-actions.pod:5699
14429 #, no-wrap
14430 msgid ""
14431 " int\n"
14432 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14433 "                            int recoveryproc);\n"
14434 "\n"
14435 msgstr ""
14436
14437 #. type: textblock
14438 #: ../src/guestfs-actions.pod:5703
14439 msgid ""
14440 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14441 "not create a recovery process.  The purpose of the recovery process is to "
14442 "stop runaway qemu processes in the case where the main program aborts "
14443 "abruptly."
14444 msgstr ""
14445
14446 #. type: textblock
14447 #: ../src/guestfs-actions.pod:5708
14448 msgid ""
14449 "This only has any effect if called before C<guestfs_launch>, and the default "
14450 "is true."
14451 msgstr ""
14452
14453 #. type: textblock
14454 #: ../src/guestfs-actions.pod:5711 ../fish/guestfish-actions.pod:3822
14455 msgid ""
14456 "About the only time when you would want to disable this is if the main "
14457 "process will fork itself into the background (\"daemonize\" itself).  In "
14458 "this case the recovery process thinks that the main program has disappeared "
14459 "and so kills qemu, which is not very helpful."
14460 msgstr ""
14461
14462 #. type: =head2
14463 #: ../src/guestfs-actions.pod:5721
14464 msgid "guestfs_set_selinux"
14465 msgstr ""
14466
14467 #. type: verbatim
14468 #: ../src/guestfs-actions.pod:5723
14469 #, no-wrap
14470 msgid ""
14471 " int\n"
14472 " guestfs_set_selinux (guestfs_h *g,\n"
14473 "                      int selinux);\n"
14474 "\n"
14475 msgstr ""
14476
14477 #. type: textblock
14478 #: ../src/guestfs-actions.pod:5727 ../fish/guestfish-actions.pod:3834
14479 msgid ""
14480 "This sets the selinux flag that is passed to the appliance at boot time.  "
14481 "The default is C<selinux=0> (disabled)."
14482 msgstr ""
14483
14484 #. type: textblock
14485 #: ../src/guestfs-actions.pod:5730 ../fish/guestfish-actions.pod:3837
14486 msgid ""
14487 "Note that if SELinux is enabled, it is always in Permissive mode "
14488 "(C<enforcing=0>)."
14489 msgstr ""
14490
14491 #. type: =head2
14492 #: ../src/guestfs-actions.pod:5740
14493 msgid "guestfs_set_trace"
14494 msgstr ""
14495
14496 #. type: verbatim
14497 #: ../src/guestfs-actions.pod:5742
14498 #, no-wrap
14499 msgid ""
14500 " int\n"
14501 " guestfs_set_trace (guestfs_h *g,\n"
14502 "                    int trace);\n"
14503 "\n"
14504 msgstr ""
14505
14506 #. type: textblock
14507 #: ../src/guestfs-actions.pod:5746 ../fish/guestfish-actions.pod:3849
14508 msgid ""
14509 "If the command trace flag is set to 1, then commands are printed on stderr "
14510 "before they are executed in a format which is very similar to the one used "
14511 "by guestfish.  In other words, you can run a program with this enabled, and "
14512 "you will get out a script which you can feed to guestfish to perform the "
14513 "same set of actions."
14514 msgstr ""
14515
14516 #. type: textblock
14517 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3856
14518 msgid ""
14519 "If you want to trace C API calls into libguestfs (and other libraries) then "
14520 "possibly a better way is to use the external ltrace(1) command."
14521 msgstr ""
14522
14523 #. type: textblock
14524 #: ../src/guestfs-actions.pod:5757 ../fish/guestfish-actions.pod:3860
14525 msgid ""
14526 "Command traces are disabled unless the environment variable "
14527 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14528 msgstr ""
14529
14530 #. type: =head2
14531 #: ../src/guestfs-actions.pod:5764
14532 msgid "guestfs_set_verbose"
14533 msgstr ""
14534
14535 #. type: verbatim
14536 #: ../src/guestfs-actions.pod:5766
14537 #, no-wrap
14538 msgid ""
14539 " int\n"
14540 " guestfs_set_verbose (guestfs_h *g,\n"
14541 "                      int verbose);\n"
14542 "\n"
14543 msgstr ""
14544
14545 #. type: textblock
14546 #: ../src/guestfs-actions.pod:5770 ../fish/guestfish-actions.pod:3869
14547 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14548 msgstr ""
14549
14550 #. type: textblock
14551 #: ../src/guestfs-actions.pod:5772 ../fish/guestfish-actions.pod:3871
14552 msgid ""
14553 "Verbose messages are disabled unless the environment variable "
14554 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14555 msgstr ""
14556
14557 #. type: =head2
14558 #: ../src/guestfs-actions.pod:5779
14559 msgid "guestfs_setcon"
14560 msgstr ""
14561
14562 #. type: verbatim
14563 #: ../src/guestfs-actions.pod:5781
14564 #, no-wrap
14565 msgid ""
14566 " int\n"
14567 " guestfs_setcon (guestfs_h *g,\n"
14568 "                 const char *context);\n"
14569 "\n"
14570 msgstr ""
14571
14572 #. type: textblock
14573 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3878
14574 msgid ""
14575 "This sets the SELinux security context of the daemon to the string "
14576 "C<context>."
14577 msgstr ""
14578
14579 #. type: textblock
14580 #: ../src/guestfs-actions.pod:5788 ../fish/guestfish-actions.pod:3881
14581 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14582 msgstr ""
14583
14584 #. type: =head2
14585 #: ../src/guestfs-actions.pod:5794
14586 msgid "guestfs_setxattr"
14587 msgstr ""
14588
14589 #. type: verbatim
14590 #: ../src/guestfs-actions.pod:5796
14591 #, no-wrap
14592 msgid ""
14593 " int\n"
14594 " guestfs_setxattr (guestfs_h *g,\n"
14595 "                   const char *xattr,\n"
14596 "                   const char *val,\n"
14597 "                   int vallen,\n"
14598 "                   const char *path);\n"
14599 "\n"
14600 msgstr ""
14601
14602 #. type: textblock
14603 #: ../src/guestfs-actions.pod:5803 ../fish/guestfish-actions.pod:3887
14604 msgid ""
14605 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14606 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14607 msgstr ""
14608
14609 #. type: textblock
14610 #: ../src/guestfs-actions.pod:5807
14611 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
14612 msgstr ""
14613
14614 #. type: =head2
14615 #: ../src/guestfs-actions.pod:5813
14616 msgid "guestfs_sfdisk"
14617 msgstr ""
14618
14619 #. type: verbatim
14620 #: ../src/guestfs-actions.pod:5815
14621 #, no-wrap
14622 msgid ""
14623 " int\n"
14624 " guestfs_sfdisk (guestfs_h *g,\n"
14625 "                 const char *device,\n"
14626 "                 int cyls,\n"
14627 "                 int heads,\n"
14628 "                 int sectors,\n"
14629 "                 char *const *lines);\n"
14630 "\n"
14631 msgstr ""
14632
14633 #. type: textblock
14634 #: ../src/guestfs-actions.pod:5823 ../fish/guestfish-actions.pod:3897
14635 msgid ""
14636 "This is a direct interface to the L<sfdisk(8)> program for creating "
14637 "partitions on block devices."
14638 msgstr ""
14639
14640 #. type: textblock
14641 #: ../src/guestfs-actions.pod:5826 ../fish/guestfish-actions.pod:3900
14642 msgid "C<device> should be a block device, for example C</dev/sda>."
14643 msgstr ""
14644
14645 #. type: textblock
14646 #: ../src/guestfs-actions.pod:5828 ../fish/guestfish-actions.pod:3902
14647 msgid ""
14648 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14649 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
14650 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14651 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14652 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14653 "the kernel) cannot work out the right geometry and you will need to tell it."
14654 msgstr ""
14655
14656 #. type: textblock
14657 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3910
14658 msgid ""
14659 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14660 "refer to the L<sfdisk(8)> manpage."
14661 msgstr ""
14662
14663 #. type: textblock
14664 #: ../src/guestfs-actions.pod:5839 ../fish/guestfish-actions.pod:3913
14665 msgid ""
14666 "To create a single partition occupying the whole disk, you would pass "
14667 "C<lines> as a single element list, when the single element being the string "
14668 "C<,> (comma)."
14669 msgstr ""
14670
14671 #. type: textblock
14672 #: ../src/guestfs-actions.pod:5843
14673 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
14674 msgstr ""
14675
14676 #. type: =head2
14677 #: ../src/guestfs-actions.pod:5853
14678 msgid "guestfs_sfdiskM"
14679 msgstr ""
14680
14681 #. type: verbatim
14682 #: ../src/guestfs-actions.pod:5855
14683 #, no-wrap
14684 msgid ""
14685 " int\n"
14686 " guestfs_sfdiskM (guestfs_h *g,\n"
14687 "                  const char *device,\n"
14688 "                  char *const *lines);\n"
14689 "\n"
14690 msgstr ""
14691
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:5860
14694 msgid ""
14695 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
14696 "partition sizes are specified in megabytes only (rounded to the nearest "
14697 "cylinder) and you don't need to specify the cyls, heads and sectors "
14698 "parameters which were rarely if ever used anyway."
14699 msgstr ""
14700
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:5866
14703 msgid ""
14704 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
14705 "C<guestfs_part_disk>"
14706 msgstr ""
14707
14708 #. type: =head2
14709 #: ../src/guestfs-actions.pod:5876
14710 msgid "guestfs_sfdisk_N"
14711 msgstr ""
14712
14713 #. type: verbatim
14714 #: ../src/guestfs-actions.pod:5878
14715 #, no-wrap
14716 msgid ""
14717 " int\n"
14718 " guestfs_sfdisk_N (guestfs_h *g,\n"
14719 "                   const char *device,\n"
14720 "                   int partnum,\n"
14721 "                   int cyls,\n"
14722 "                   int heads,\n"
14723 "                   int sectors,\n"
14724 "                   const char *line);\n"
14725 "\n"
14726 msgstr ""
14727
14728 #. type: textblock
14729 #: ../src/guestfs-actions.pod:5887 ../fish/guestfish-actions.pod:3943
14730 msgid ""
14731 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14732 "(note: C<n> counts from 1)."
14733 msgstr ""
14734
14735 #. type: textblock
14736 #: ../src/guestfs-actions.pod:5890
14737 msgid ""
14738 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
14739 "for the cyls/heads/sectors parameters."
14740 msgstr ""
14741
14742 #. type: textblock
14743 #: ../src/guestfs-actions.pod:5893
14744 msgid "See also: C<guestfs_part_add>"
14745 msgstr ""
14746
14747 #. type: =head2
14748 #: ../src/guestfs-actions.pod:5902
14749 msgid "guestfs_sfdisk_disk_geometry"
14750 msgstr ""
14751
14752 #. type: verbatim
14753 #: ../src/guestfs-actions.pod:5904
14754 #, no-wrap
14755 msgid ""
14756 " char *\n"
14757 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
14758 "                               const char *device);\n"
14759 "\n"
14760 msgstr ""
14761
14762 #. type: textblock
14763 #: ../src/guestfs-actions.pod:5908
14764 msgid ""
14765 "This displays the disk geometry of C<device> read from the partition table.  "
14766 "Especially in the case where the underlying block device has been resized, "
14767 "this can be different from the kernel's idea of the geometry (see "
14768 "C<guestfs_sfdisk_kernel_geometry>)."
14769 msgstr ""
14770
14771 #. type: textblock
14772 #: ../src/guestfs-actions.pod:5913 ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3963 ../fish/guestfish-actions.pod:3972
14773 msgid "The result is in human-readable format, and not designed to be parsed."
14774 msgstr ""
14775
14776 #. type: =head2
14777 #: ../src/guestfs-actions.pod:5921
14778 msgid "guestfs_sfdisk_kernel_geometry"
14779 msgstr ""
14780
14781 #. type: verbatim
14782 #: ../src/guestfs-actions.pod:5923
14783 #, no-wrap
14784 msgid ""
14785 " char *\n"
14786 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
14787 "                                 const char *device);\n"
14788 "\n"
14789 msgstr ""
14790
14791 #. type: textblock
14792 #: ../src/guestfs-actions.pod:5927 ../fish/guestfish-actions.pod:3970
14793 msgid "This displays the kernel's idea of the geometry of C<device>."
14794 msgstr ""
14795
14796 #. type: =head2
14797 #: ../src/guestfs-actions.pod:5937
14798 msgid "guestfs_sfdisk_l"
14799 msgstr ""
14800
14801 #. type: verbatim
14802 #: ../src/guestfs-actions.pod:5939
14803 #, no-wrap
14804 msgid ""
14805 " char *\n"
14806 " guestfs_sfdisk_l (guestfs_h *g,\n"
14807 "                   const char *device);\n"
14808 "\n"
14809 msgstr ""
14810
14811 #. type: textblock
14812 #: ../src/guestfs-actions.pod:5943 ../fish/guestfish-actions.pod:3979
14813 msgid ""
14814 "This displays the partition table on C<device>, in the human-readable output "
14815 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14816 msgstr ""
14817
14818 #. type: textblock
14819 #: ../src/guestfs-actions.pod:5947
14820 msgid "See also: C<guestfs_part_list>"
14821 msgstr ""
14822
14823 #. type: =head2
14824 #: ../src/guestfs-actions.pod:5954
14825 msgid "guestfs_sh"
14826 msgstr ""
14827
14828 #. type: verbatim
14829 #: ../src/guestfs-actions.pod:5956
14830 #, no-wrap
14831 msgid ""
14832 " char *\n"
14833 " guestfs_sh (guestfs_h *g,\n"
14834 "             const char *command);\n"
14835 "\n"
14836 msgstr ""
14837
14838 #. type: textblock
14839 #: ../src/guestfs-actions.pod:5960 ../fish/guestfish-actions.pod:3989
14840 msgid ""
14841 "This call runs a command from the guest filesystem via the guest's "
14842 "C</bin/sh>."
14843 msgstr ""
14844
14845 #. type: textblock
14846 #: ../src/guestfs-actions.pod:5963
14847 msgid "This is like C<guestfs_command>, but passes the command to:"
14848 msgstr ""
14849
14850 #. type: verbatim
14851 #: ../src/guestfs-actions.pod:5965 ../fish/guestfish-actions.pod:3994
14852 #, no-wrap
14853 msgid ""
14854 " /bin/sh -c \"command\"\n"
14855 "\n"
14856 msgstr ""
14857
14858 #. type: textblock
14859 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3996
14860 msgid ""
14861 "Depending on the guest's shell, this usually results in wildcards being "
14862 "expanded, shell expressions being interpolated and so on."
14863 msgstr ""
14864
14865 #. type: textblock
14866 #: ../src/guestfs-actions.pod:5971
14867 msgid "All the provisos about C<guestfs_command> apply to this call."
14868 msgstr ""
14869
14870 #. type: =head2
14871 #: ../src/guestfs-actions.pod:5978
14872 msgid "guestfs_sh_lines"
14873 msgstr ""
14874
14875 #. type: verbatim
14876 #: ../src/guestfs-actions.pod:5980
14877 #, no-wrap
14878 msgid ""
14879 " char **\n"
14880 " guestfs_sh_lines (guestfs_h *g,\n"
14881 "                   const char *command);\n"
14882 "\n"
14883 msgstr ""
14884
14885 #. type: textblock
14886 #: ../src/guestfs-actions.pod:5984
14887 msgid ""
14888 "This is the same as C<guestfs_sh>, but splits the result into a list of "
14889 "lines."
14890 msgstr ""
14891
14892 #. type: textblock
14893 #: ../src/guestfs-actions.pod:5987
14894 msgid "See also: C<guestfs_command_lines>"
14895 msgstr ""
14896
14897 #. type: =head2
14898 #: ../src/guestfs-actions.pod:5995
14899 msgid "guestfs_sleep"
14900 msgstr ""
14901
14902 #. type: verbatim
14903 #: ../src/guestfs-actions.pod:5997
14904 #, no-wrap
14905 msgid ""
14906 " int\n"
14907 " guestfs_sleep (guestfs_h *g,\n"
14908 "                int secs);\n"
14909 "\n"
14910 msgstr ""
14911
14912 #. type: textblock
14913 #: ../src/guestfs-actions.pod:6001 ../fish/guestfish-actions.pod:4015
14914 msgid "Sleep for C<secs> seconds."
14915 msgstr ""
14916
14917 #. type: textblock
14918 #: ../src/guestfs-actions.pod:6005
14919 msgid "(Added in 1.0.41)"
14920 msgstr ""
14921
14922 #. type: =head2
14923 #: ../src/guestfs-actions.pod:6007 ../src/guestfs-structs.pod:109
14924 msgid "guestfs_stat"
14925 msgstr ""
14926
14927 #. type: verbatim
14928 #: ../src/guestfs-actions.pod:6009
14929 #, no-wrap
14930 msgid ""
14931 " struct guestfs_stat *\n"
14932 " guestfs_stat (guestfs_h *g,\n"
14933 "               const char *path);\n"
14934 "\n"
14935 msgstr ""
14936
14937 #. type: textblock
14938 #: ../src/guestfs-actions.pod:6015 ../fish/guestfish-actions.pod:4023
14939 msgid "This is the same as the C<stat(2)> system call."
14940 msgstr ""
14941
14942 #. type: =head2
14943 #: ../src/guestfs-actions.pod:6023 ../src/guestfs-structs.pod:135
14944 msgid "guestfs_statvfs"
14945 msgstr ""
14946
14947 #. type: verbatim
14948 #: ../src/guestfs-actions.pod:6025
14949 #, no-wrap
14950 msgid ""
14951 " struct guestfs_statvfs *\n"
14952 " guestfs_statvfs (guestfs_h *g,\n"
14953 "                  const char *path);\n"
14954 "\n"
14955 msgstr ""
14956
14957 #. type: textblock
14958 #: ../src/guestfs-actions.pod:6029 ../fish/guestfish-actions.pod:4029
14959 msgid ""
14960 "Returns file system statistics for any mounted file system.  C<path> should "
14961 "be a file or directory in the mounted file system (typically it is the mount "
14962 "point itself, but it doesn't need to be)."
14963 msgstr ""
14964
14965 #. type: textblock
14966 #: ../src/guestfs-actions.pod:6033 ../fish/guestfish-actions.pod:4033
14967 msgid "This is the same as the C<statvfs(2)> system call."
14968 msgstr ""
14969
14970 #. type: textblock
14971 #: ../src/guestfs-actions.pod:6035
14972 msgid ""
14973 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
14974 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
14975 msgstr ""
14976
14977 #. type: =head2
14978 #: ../src/guestfs-actions.pod:6041
14979 msgid "guestfs_strings"
14980 msgstr ""
14981
14982 #. type: verbatim
14983 #: ../src/guestfs-actions.pod:6043
14984 #, no-wrap
14985 msgid ""
14986 " char **\n"
14987 " guestfs_strings (guestfs_h *g,\n"
14988 "                  const char *path);\n"
14989 "\n"
14990 msgstr ""
14991
14992 #. type: textblock
14993 #: ../src/guestfs-actions.pod:6047 ../fish/guestfish-actions.pod:4039
14994 msgid ""
14995 "This runs the L<strings(1)> command on a file and returns the list of "
14996 "printable strings found."
14997 msgstr ""
14998
14999 #. type: =head2
15000 #: ../src/guestfs-actions.pod:6059
15001 msgid "guestfs_strings_e"
15002 msgstr ""
15003
15004 #. type: verbatim
15005 #: ../src/guestfs-actions.pod:6061
15006 #, no-wrap
15007 msgid ""
15008 " char **\n"
15009 " guestfs_strings_e (guestfs_h *g,\n"
15010 "                    const char *encoding,\n"
15011 "                    const char *path);\n"
15012 "\n"
15013 msgstr ""
15014
15015 #. type: textblock
15016 #: ../src/guestfs-actions.pod:6066
15017 msgid ""
15018 "This is like the C<guestfs_strings> command, but allows you to specify the "
15019 "encoding of strings that are looked for in the source file C<path>."
15020 msgstr ""
15021
15022 #. type: textblock
15023 #: ../src/guestfs-actions.pod:6070 ../fish/guestfish-actions.pod:4053
15024 msgid "Allowed encodings are:"
15025 msgstr ""
15026
15027 #. type: =item
15028 #: ../src/guestfs-actions.pod:6074 ../fish/guestfish-actions.pod:4057
15029 msgid "s"
15030 msgstr ""
15031
15032 #. type: textblock
15033 #: ../src/guestfs-actions.pod:6076
15034 msgid ""
15035 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15036 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15037 msgstr ""
15038
15039 #. type: =item
15040 #: ../src/guestfs-actions.pod:6079 ../fish/guestfish-actions.pod:4062
15041 msgid "S"
15042 msgstr ""
15043
15044 #. type: textblock
15045 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
15046 msgid "Single 8-bit-byte characters."
15047 msgstr ""
15048
15049 #. type: =item
15050 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
15051 msgid "b"
15052 msgstr ""
15053
15054 #. type: textblock
15055 #: ../src/guestfs-actions.pod:6085 ../fish/guestfish-actions.pod:4068
15056 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15057 msgstr ""
15058
15059 #. type: =item
15060 #: ../src/guestfs-actions.pod:6088 ../fish/guestfish-actions.pod:4071
15061 msgid "l (lower case letter L)"
15062 msgstr ""
15063
15064 #. type: textblock
15065 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4073
15066 msgid ""
15067 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15068 "examining binaries in Windows guests."
15069 msgstr ""
15070
15071 #. type: =item
15072 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
15073 msgid "B"
15074 msgstr ""
15075
15076 #. type: textblock
15077 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
15078 msgid "32-bit big endian such as UCS-4BE."
15079 msgstr ""
15080
15081 #. type: =item
15082 #: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4080
15083 msgid "L"
15084 msgstr ""
15085
15086 #. type: textblock
15087 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
15088 msgid "32-bit little endian such as UCS-4LE."
15089 msgstr ""
15090
15091 #. type: textblock
15092 #: ../src/guestfs-actions.pod:6103 ../fish/guestfish-actions.pod:4086
15093 msgid "The returned strings are transcoded to UTF-8."
15094 msgstr ""
15095
15096 #. type: =head2
15097 #: ../src/guestfs-actions.pod:6114
15098 msgid "guestfs_swapoff_device"
15099 msgstr ""
15100
15101 #. type: verbatim
15102 #: ../src/guestfs-actions.pod:6116
15103 #, no-wrap
15104 msgid ""
15105 " int\n"
15106 " guestfs_swapoff_device (guestfs_h *g,\n"
15107 "                         const char *device);\n"
15108 "\n"
15109 msgstr ""
15110
15111 #. type: textblock
15112 #: ../src/guestfs-actions.pod:6120
15113 msgid ""
15114 "This command disables the libguestfs appliance swap device or partition "
15115 "named C<device>.  See C<guestfs_swapon_device>."
15116 msgstr ""
15117
15118 #. type: =head2
15119 #: ../src/guestfs-actions.pod:6128
15120 msgid "guestfs_swapoff_file"
15121 msgstr ""
15122
15123 #. type: verbatim
15124 #: ../src/guestfs-actions.pod:6130
15125 #, no-wrap
15126 msgid ""
15127 " int\n"
15128 " guestfs_swapoff_file (guestfs_h *g,\n"
15129 "                       const char *file);\n"
15130 "\n"
15131 msgstr ""
15132
15133 #. type: textblock
15134 #: ../src/guestfs-actions.pod:6134 ../fish/guestfish-actions.pod:4103
15135 msgid "This command disables the libguestfs appliance swap on file."
15136 msgstr ""
15137
15138 #. type: =head2
15139 #: ../src/guestfs-actions.pod:6140
15140 msgid "guestfs_swapoff_label"
15141 msgstr ""
15142
15143 #. type: verbatim
15144 #: ../src/guestfs-actions.pod:6142
15145 #, no-wrap
15146 msgid ""
15147 " int\n"
15148 " guestfs_swapoff_label (guestfs_h *g,\n"
15149 "                        const char *label);\n"
15150 "\n"
15151 msgstr ""
15152
15153 #. type: textblock
15154 #: ../src/guestfs-actions.pod:6146 ../fish/guestfish-actions.pod:4109
15155 msgid ""
15156 "This command disables the libguestfs appliance swap on labeled swap "
15157 "partition."
15158 msgstr ""
15159
15160 #. type: =head2
15161 #: ../src/guestfs-actions.pod:6153
15162 msgid "guestfs_swapoff_uuid"
15163 msgstr ""
15164
15165 #. type: verbatim
15166 #: ../src/guestfs-actions.pod:6155
15167 #, no-wrap
15168 msgid ""
15169 " int\n"
15170 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15171 "                       const char *uuid);\n"
15172 "\n"
15173 msgstr ""
15174
15175 #. type: textblock
15176 #: ../src/guestfs-actions.pod:6159 ../fish/guestfish-actions.pod:4116
15177 msgid ""
15178 "This command disables the libguestfs appliance swap partition with the given "
15179 "UUID."
15180 msgstr ""
15181
15182 #. type: =head2
15183 #: ../src/guestfs-actions.pod:6166
15184 msgid "guestfs_swapon_device"
15185 msgstr ""
15186
15187 #. type: verbatim
15188 #: ../src/guestfs-actions.pod:6168
15189 #, no-wrap
15190 msgid ""
15191 " int\n"
15192 " guestfs_swapon_device (guestfs_h *g,\n"
15193 "                        const char *device);\n"
15194 "\n"
15195 msgstr ""
15196
15197 #. type: textblock
15198 #: ../src/guestfs-actions.pod:6172
15199 msgid ""
15200 "This command enables the libguestfs appliance to use the swap device or "
15201 "partition named C<device>.  The increased memory is made available for all "
15202 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15203 msgstr ""
15204
15205 #. type: textblock
15206 #: ../src/guestfs-actions.pod:6177 ../fish/guestfish-actions.pod:4128
15207 msgid ""
15208 "Note that you should not swap to existing guest swap partitions unless you "
15209 "know what you are doing.  They may contain hibernation information, or other "
15210 "information that the guest doesn't want you to trash.  You also risk leaking "
15211 "information about the host to the guest this way.  Instead, attach a new "
15212 "host device to the guest and swap on that."
15213 msgstr ""
15214
15215 #. type: =head2
15216 #: ../src/guestfs-actions.pod:6188
15217 msgid "guestfs_swapon_file"
15218 msgstr ""
15219
15220 #. type: verbatim
15221 #: ../src/guestfs-actions.pod:6190
15222 #, no-wrap
15223 msgid ""
15224 " int\n"
15225 " guestfs_swapon_file (guestfs_h *g,\n"
15226 "                      const char *file);\n"
15227 "\n"
15228 msgstr ""
15229
15230 #. type: textblock
15231 #: ../src/guestfs-actions.pod:6194
15232 msgid ""
15233 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15234 "notes."
15235 msgstr ""
15236
15237 #. type: =head2
15238 #: ../src/guestfs-actions.pod:6201
15239 msgid "guestfs_swapon_label"
15240 msgstr ""
15241
15242 #. type: verbatim
15243 #: ../src/guestfs-actions.pod:6203
15244 #, no-wrap
15245 msgid ""
15246 " int\n"
15247 " guestfs_swapon_label (guestfs_h *g,\n"
15248 "                       const char *label);\n"
15249 "\n"
15250 msgstr ""
15251
15252 #. type: textblock
15253 #: ../src/guestfs-actions.pod:6207
15254 msgid ""
15255 "This command enables swap to a labeled swap partition.  See "
15256 "C<guestfs_swapon_device> for other notes."
15257 msgstr ""
15258
15259 #. type: =head2
15260 #: ../src/guestfs-actions.pod:6214
15261 msgid "guestfs_swapon_uuid"
15262 msgstr ""
15263
15264 #. type: verbatim
15265 #: ../src/guestfs-actions.pod:6216
15266 #, no-wrap
15267 msgid ""
15268 " int\n"
15269 " guestfs_swapon_uuid (guestfs_h *g,\n"
15270 "                      const char *uuid);\n"
15271 "\n"
15272 msgstr ""
15273
15274 #. type: textblock
15275 #: ../src/guestfs-actions.pod:6220
15276 msgid ""
15277 "This command enables swap to a swap partition with the given UUID.  See "
15278 "C<guestfs_swapon_device> for other notes."
15279 msgstr ""
15280
15281 #. type: =head2
15282 #: ../src/guestfs-actions.pod:6227
15283 msgid "guestfs_sync"
15284 msgstr ""
15285
15286 #. type: verbatim
15287 #: ../src/guestfs-actions.pod:6229
15288 #, no-wrap
15289 msgid ""
15290 " int\n"
15291 " guestfs_sync (guestfs_h *g);\n"
15292 "\n"
15293 msgstr ""
15294
15295 #. type: textblock
15296 #: ../src/guestfs-actions.pod:6232 ../fish/guestfish-actions.pod:4160
15297 msgid ""
15298 "This syncs the disk, so that any writes are flushed through to the "
15299 "underlying disk image."
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:6235 ../fish/guestfish-actions.pod:4163
15304 msgid ""
15305 "You should always call this if you have modified a disk image, before "
15306 "closing the handle."
15307 msgstr ""
15308
15309 #. type: =head2
15310 #: ../src/guestfs-actions.pod:6242
15311 msgid "guestfs_tail"
15312 msgstr ""
15313
15314 #. type: verbatim
15315 #: ../src/guestfs-actions.pod:6244
15316 #, no-wrap
15317 msgid ""
15318 " char **\n"
15319 " guestfs_tail (guestfs_h *g,\n"
15320 "               const char *path);\n"
15321 "\n"
15322 msgstr ""
15323
15324 #. type: textblock
15325 #: ../src/guestfs-actions.pod:6248 ../fish/guestfish-actions.pod:4170
15326 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15327 msgstr ""
15328
15329 #. type: =head2
15330 #: ../src/guestfs-actions.pod:6260
15331 msgid "guestfs_tail_n"
15332 msgstr ""
15333
15334 #. type: verbatim
15335 #: ../src/guestfs-actions.pod:6262
15336 #, no-wrap
15337 msgid ""
15338 " char **\n"
15339 " guestfs_tail_n (guestfs_h *g,\n"
15340 "                 int nrlines,\n"
15341 "                 const char *path);\n"
15342 "\n"
15343 msgstr ""
15344
15345 #. type: textblock
15346 #: ../src/guestfs-actions.pod:6267 ../fish/guestfish-actions.pod:4180
15347 msgid ""
15348 "If the parameter C<nrlines> is a positive number, this returns the last "
15349 "C<nrlines> lines of the file C<path>."
15350 msgstr ""
15351
15352 #. type: textblock
15353 #: ../src/guestfs-actions.pod:6270 ../fish/guestfish-actions.pod:4183
15354 msgid ""
15355 "If the parameter C<nrlines> is a negative number, this returns lines from "
15356 "the file C<path>, starting with the C<-nrlines>th line."
15357 msgstr ""
15358
15359 #. type: =head2
15360 #: ../src/guestfs-actions.pod:6284
15361 msgid "guestfs_tar_in"
15362 msgstr ""
15363
15364 #. type: verbatim
15365 #: ../src/guestfs-actions.pod:6286
15366 #, no-wrap
15367 msgid ""
15368 " int\n"
15369 " guestfs_tar_in (guestfs_h *g,\n"
15370 "                 const char *tarfile,\n"
15371 "                 const char *directory);\n"
15372 "\n"
15373 msgstr ""
15374
15375 #. type: textblock
15376 #: ../src/guestfs-actions.pod:6291 ../fish/guestfish-actions.pod:4195
15377 msgid ""
15378 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15379 "tar file) into C<directory>."
15380 msgstr ""
15381
15382 #. type: textblock
15383 #: ../src/guestfs-actions.pod:6294
15384 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15385 msgstr ""
15386
15387 #. type: textblock
15388 #: ../src/guestfs-actions.pod:6299 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6348
15389 msgid "(Added in 1.0.3)"
15390 msgstr ""
15391
15392 #. type: =head2
15393 #: ../src/guestfs-actions.pod:6301
15394 msgid "guestfs_tar_out"
15395 msgstr ""
15396
15397 #. type: verbatim
15398 #: ../src/guestfs-actions.pod:6303
15399 #, no-wrap
15400 msgid ""
15401 " int\n"
15402 " guestfs_tar_out (guestfs_h *g,\n"
15403 "                  const char *directory,\n"
15404 "                  const char *tarfile);\n"
15405 "\n"
15406 msgstr ""
15407
15408 #. type: textblock
15409 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4207
15410 msgid ""
15411 "This command packs the contents of C<directory> and downloads it to local "
15412 "file C<tarfile>."
15413 msgstr ""
15414
15415 #. type: textblock
15416 #: ../src/guestfs-actions.pod:6311
15417 msgid ""
15418 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15419 "C<guestfs_txz_out>."
15420 msgstr ""
15421
15422 #. type: =head2
15423 #: ../src/guestfs-actions.pod:6318
15424 msgid "guestfs_tgz_in"
15425 msgstr ""
15426
15427 #. type: verbatim
15428 #: ../src/guestfs-actions.pod:6320
15429 #, no-wrap
15430 msgid ""
15431 " int\n"
15432 " guestfs_tgz_in (guestfs_h *g,\n"
15433 "                 const char *tarball,\n"
15434 "                 const char *directory);\n"
15435 "\n"
15436 msgstr ""
15437
15438 #. type: textblock
15439 #: ../src/guestfs-actions.pod:6325 ../fish/guestfish-actions.pod:4219
15440 msgid ""
15441 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15442 "tar file) into C<directory>."
15443 msgstr ""
15444
15445 #. type: textblock
15446 #: ../src/guestfs-actions.pod:6328
15447 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15448 msgstr ""
15449
15450 #. type: =head2
15451 #: ../src/guestfs-actions.pod:6334
15452 msgid "guestfs_tgz_out"
15453 msgstr ""
15454
15455 #. type: verbatim
15456 #: ../src/guestfs-actions.pod:6336
15457 #, no-wrap
15458 msgid ""
15459 " int\n"
15460 " guestfs_tgz_out (guestfs_h *g,\n"
15461 "                  const char *directory,\n"
15462 "                  const char *tarball);\n"
15463 "\n"
15464 msgstr ""
15465
15466 #. type: textblock
15467 #: ../src/guestfs-actions.pod:6341 ../fish/guestfish-actions.pod:4230
15468 msgid ""
15469 "This command packs the contents of C<directory> and downloads it to local "
15470 "file C<tarball>."
15471 msgstr ""
15472
15473 #. type: textblock
15474 #: ../src/guestfs-actions.pod:6344
15475 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15476 msgstr ""
15477
15478 #. type: =head2
15479 #: ../src/guestfs-actions.pod:6350
15480 msgid "guestfs_touch"
15481 msgstr ""
15482
15483 #. type: verbatim
15484 #: ../src/guestfs-actions.pod:6352
15485 #, no-wrap
15486 msgid ""
15487 " int\n"
15488 " guestfs_touch (guestfs_h *g,\n"
15489 "                const char *path);\n"
15490 "\n"
15491 msgstr ""
15492
15493 #. type: textblock
15494 #: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4241
15495 msgid ""
15496 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15497 "timestamps on a file, or, if the file does not exist, to create a new "
15498 "zero-length file."
15499 msgstr ""
15500
15501 #. type: textblock
15502 #: ../src/guestfs-actions.pod:6360 ../fish/guestfish-actions.pod:4245
15503 msgid ""
15504 "This command only works on regular files, and will fail on other file types "
15505 "such as directories, symbolic links, block special etc."
15506 msgstr ""
15507
15508 #. type: =head2
15509 #: ../src/guestfs-actions.pod:6367
15510 msgid "guestfs_truncate"
15511 msgstr ""
15512
15513 #. type: verbatim
15514 #: ../src/guestfs-actions.pod:6369
15515 #, no-wrap
15516 msgid ""
15517 " int\n"
15518 " guestfs_truncate (guestfs_h *g,\n"
15519 "                   const char *path);\n"
15520 "\n"
15521 msgstr ""
15522
15523 #. type: textblock
15524 #: ../src/guestfs-actions.pod:6373 ../fish/guestfish-actions.pod:4252
15525 msgid ""
15526 "This command truncates C<path> to a zero-length file.  The file must exist "
15527 "already."
15528 msgstr ""
15529
15530 #. type: =head2
15531 #: ../src/guestfs-actions.pod:6380
15532 msgid "guestfs_truncate_size"
15533 msgstr ""
15534
15535 #. type: verbatim
15536 #: ../src/guestfs-actions.pod:6382
15537 #, no-wrap
15538 msgid ""
15539 " int\n"
15540 " guestfs_truncate_size (guestfs_h *g,\n"
15541 "                        const char *path,\n"
15542 "                        int64_t size);\n"
15543 "\n"
15544 msgstr ""
15545
15546 #. type: textblock
15547 #: ../src/guestfs-actions.pod:6387 ../fish/guestfish-actions.pod:4259
15548 msgid ""
15549 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15550 "already."
15551 msgstr ""
15552
15553 #. type: textblock
15554 #: ../src/guestfs-actions.pod:6390
15555 msgid ""
15556 "If the current file size is less than C<size> then the file is extended to "
15557 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15558 "blocks are not allocated for the file until you write to it).  To create a "
15559 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15560 msgstr ""
15561
15562 #. type: =head2
15563 #: ../src/guestfs-actions.pod:6400
15564 msgid "guestfs_tune2fs_l"
15565 msgstr ""
15566
15567 #. type: verbatim
15568 #: ../src/guestfs-actions.pod:6402
15569 #, no-wrap
15570 msgid ""
15571 " char **\n"
15572 " guestfs_tune2fs_l (guestfs_h *g,\n"
15573 "                    const char *device);\n"
15574 "\n"
15575 msgstr ""
15576
15577 #. type: textblock
15578 #: ../src/guestfs-actions.pod:6406 ../fish/guestfish-actions.pod:4272
15579 msgid ""
15580 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15581 "C<device>."
15582 msgstr ""
15583
15584 #. type: textblock
15585 #: ../src/guestfs-actions.pod:6409 ../fish/guestfish-actions.pod:4275
15586 msgid ""
15587 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15588 "for more details.  The list of fields returned isn't clearly defined, and "
15589 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15590 "and the filesystem itself."
15591 msgstr ""
15592
15593 #. type: =head2
15594 #: ../src/guestfs-actions.pod:6422
15595 msgid "guestfs_txz_in"
15596 msgstr ""
15597
15598 #. type: verbatim
15599 #: ../src/guestfs-actions.pod:6424
15600 #, no-wrap
15601 msgid ""
15602 " int\n"
15603 " guestfs_txz_in (guestfs_h *g,\n"
15604 "                 const char *tarball,\n"
15605 "                 const char *directory);\n"
15606 "\n"
15607 msgstr ""
15608
15609 #. type: textblock
15610 #: ../src/guestfs-actions.pod:6429 ../fish/guestfish-actions.pod:4284
15611 msgid ""
15612 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15613 "tar file) into C<directory>."
15614 msgstr ""
15615
15616 #. type: =head2
15617 #: ../src/guestfs-actions.pod:6436
15618 msgid "guestfs_txz_out"
15619 msgstr ""
15620
15621 #. type: verbatim
15622 #: ../src/guestfs-actions.pod:6438
15623 #, no-wrap
15624 msgid ""
15625 " int\n"
15626 " guestfs_txz_out (guestfs_h *g,\n"
15627 "                  const char *directory,\n"
15628 "                  const char *tarball);\n"
15629 "\n"
15630 msgstr ""
15631
15632 #. type: textblock
15633 #: ../src/guestfs-actions.pod:6443 ../fish/guestfish-actions.pod:4293
15634 msgid ""
15635 "This command packs the contents of C<directory> and downloads it to local "
15636 "file C<tarball> (as an xz compressed tar archive)."
15637 msgstr ""
15638
15639 #. type: =head2
15640 #: ../src/guestfs-actions.pod:6450
15641 msgid "guestfs_umask"
15642 msgstr ""
15643
15644 #. type: verbatim
15645 #: ../src/guestfs-actions.pod:6452
15646 #, no-wrap
15647 msgid ""
15648 " int\n"
15649 " guestfs_umask (guestfs_h *g,\n"
15650 "                int mask);\n"
15651 "\n"
15652 msgstr ""
15653
15654 #. type: textblock
15655 #: ../src/guestfs-actions.pod:6456 ../fish/guestfish-actions.pod:4302
15656 msgid ""
15657 "This function sets the mask used for creating new files and device nodes to "
15658 "C<mask & 0777>."
15659 msgstr ""
15660
15661 #. type: textblock
15662 #: ../src/guestfs-actions.pod:6459 ../fish/guestfish-actions.pod:4305
15663 msgid ""
15664 "Typical umask values would be C<022> which creates new files with "
15665 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15666 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15667 msgstr ""
15668
15669 #. type: textblock
15670 #: ../src/guestfs-actions.pod:6464 ../fish/guestfish-actions.pod:4310
15671 msgid ""
15672 "The default umask is C<022>.  This is important because it means that "
15673 "directories and device nodes will be created with C<0644> or C<0755> mode "
15674 "even if you specify C<0777>."
15675 msgstr ""
15676
15677 #. type: textblock
15678 #: ../src/guestfs-actions.pod:6468
15679 msgid ""
15680 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
15681 "C<guestfs_mkdir>."
15682 msgstr ""
15683
15684 #. type: textblock
15685 #: ../src/guestfs-actions.pod:6471 ../fish/guestfish-actions.pod:4317
15686 msgid "This call returns the previous umask."
15687 msgstr ""
15688
15689 #. type: =head2
15690 #: ../src/guestfs-actions.pod:6477
15691 msgid "guestfs_umount"
15692 msgstr ""
15693
15694 #. type: verbatim
15695 #: ../src/guestfs-actions.pod:6479
15696 #, no-wrap
15697 msgid ""
15698 " int\n"
15699 " guestfs_umount (guestfs_h *g,\n"
15700 "                 const char *pathordevice);\n"
15701 "\n"
15702 msgstr ""
15703
15704 #. type: textblock
15705 #: ../src/guestfs-actions.pod:6483 ../fish/guestfish-actions.pod:4325
15706 msgid ""
15707 "This unmounts the given filesystem.  The filesystem may be specified either "
15708 "by its mountpoint (path) or the device which contains the filesystem."
15709 msgstr ""
15710
15711 #. type: =head2
15712 #: ../src/guestfs-actions.pod:6491
15713 msgid "guestfs_umount_all"
15714 msgstr ""
15715
15716 #. type: verbatim
15717 #: ../src/guestfs-actions.pod:6493
15718 #, no-wrap
15719 msgid ""
15720 " int\n"
15721 " guestfs_umount_all (guestfs_h *g);\n"
15722 "\n"
15723 msgstr ""
15724
15725 #. type: textblock
15726 #: ../src/guestfs-actions.pod:6496 ../fish/guestfish-actions.pod:4335
15727 msgid "This unmounts all mounted filesystems."
15728 msgstr ""
15729
15730 #. type: textblock
15731 #: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4337
15732 msgid "Some internal mounts are not unmounted by this call."
15733 msgstr ""
15734
15735 #. type: =head2
15736 #: ../src/guestfs-actions.pod:6504
15737 msgid "guestfs_upload"
15738 msgstr ""
15739
15740 #. type: verbatim
15741 #: ../src/guestfs-actions.pod:6506
15742 #, no-wrap
15743 msgid ""
15744 " int\n"
15745 " guestfs_upload (guestfs_h *g,\n"
15746 "                 const char *filename,\n"
15747 "                 const char *remotefilename);\n"
15748 "\n"
15749 msgstr ""
15750
15751 #. type: textblock
15752 #: ../src/guestfs-actions.pod:6511 ../src/guestfs-actions.pod:6535 ../fish/guestfish-actions.pod:4343 ../fish/guestfish-actions.pod:4356
15753 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15754 msgstr ""
15755
15756 #. type: textblock
15757 #: ../src/guestfs-actions.pod:6516
15758 msgid "See also C<guestfs_download>."
15759 msgstr ""
15760
15761 #. type: =head2
15762 #: ../src/guestfs-actions.pod:6527
15763 msgid "guestfs_upload_offset"
15764 msgstr ""
15765
15766 #. type: verbatim
15767 #: ../src/guestfs-actions.pod:6529
15768 #, no-wrap
15769 msgid ""
15770 " int\n"
15771 " guestfs_upload_offset (guestfs_h *g,\n"
15772 "                        const char *filename,\n"
15773 "                        const char *remotefilename,\n"
15774 "                        int64_t offset);\n"
15775 "\n"
15776 msgstr ""
15777
15778 #. type: textblock
15779 #: ../src/guestfs-actions.pod:6538 ../fish/guestfish-actions.pod:4359
15780 msgid ""
15781 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15782 "The intention is to overwrite parts of existing files or devices, although "
15783 "if a non-existant file is specified then it is created with a \"hole\" "
15784 "before C<offset>.  The size of the data written is implicit in the size of "
15785 "the source C<filename>."
15786 msgstr ""
15787
15788 #. type: textblock
15789 #: ../src/guestfs-actions.pod:6545
15790 msgid ""
15791 "Note that there is no limit on the amount of data that can be uploaded with "
15792 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
15793 "full amount unless an error occurs."
15794 msgstr ""
15795
15796 #. type: textblock
15797 #: ../src/guestfs-actions.pod:6550
15798 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
15799 msgstr ""
15800
15801 #. type: =head2
15802 #: ../src/guestfs-actions.pod:6561
15803 msgid "guestfs_utimens"
15804 msgstr ""
15805
15806 #. type: verbatim
15807 #: ../src/guestfs-actions.pod:6563
15808 #, no-wrap
15809 msgid ""
15810 " int\n"
15811 " guestfs_utimens (guestfs_h *g,\n"
15812 "                  const char *path,\n"
15813 "                  int64_t atsecs,\n"
15814 "                  int64_t atnsecs,\n"
15815 "                  int64_t mtsecs,\n"
15816 "                  int64_t mtnsecs);\n"
15817 "\n"
15818 msgstr ""
15819
15820 #. type: textblock
15821 #: ../src/guestfs-actions.pod:6571 ../fish/guestfish-actions.pod:4379
15822 msgid "This command sets the timestamps of a file with nanosecond precision."
15823 msgstr ""
15824
15825 #. type: textblock
15826 #: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4382
15827 msgid ""
15828 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15829 "from the epoch."
15830 msgstr ""
15831
15832 #. type: textblock
15833 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4385
15834 msgid ""
15835 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15836 "nanoseconds from the epoch."
15837 msgstr ""
15838
15839 #. type: textblock
15840 #: ../src/guestfs-actions.pod:6580 ../fish/guestfish-actions.pod:4388
15841 msgid ""
15842 "If the C<*nsecs> field contains the special value C<-1> then the "
15843 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15844 "ignored in this case)."
15845 msgstr ""
15846
15847 #. type: textblock
15848 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4392
15849 msgid ""
15850 "If the C<*nsecs> field contains the special value C<-2> then the "
15851 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15852 "in this case)."
15853 msgstr ""
15854
15855 #. type: =head2
15856 #: ../src/guestfs-actions.pod:6592 ../src/guestfs-structs.pod:175
15857 msgid "guestfs_version"
15858 msgstr ""
15859
15860 #. type: verbatim
15861 #: ../src/guestfs-actions.pod:6594
15862 #, no-wrap
15863 msgid ""
15864 " struct guestfs_version *\n"
15865 " guestfs_version (guestfs_h *g);\n"
15866 "\n"
15867 msgstr ""
15868
15869 #. type: textblock
15870 #: ../src/guestfs-actions.pod:6597 ../fish/guestfish-actions.pod:4400
15871 msgid "Return the libguestfs version number that the program is linked against."
15872 msgstr ""
15873
15874 #. type: textblock
15875 #: ../src/guestfs-actions.pod:6600 ../fish/guestfish-actions.pod:4403
15876 msgid ""
15877 "Note that because of dynamic linking this is not necessarily the version of "
15878 "libguestfs that you compiled against.  You can compile the program, and then "
15879 "at runtime dynamically link against a completely different C<libguestfs.so> "
15880 "library."
15881 msgstr ""
15882
15883 #. type: textblock
15884 #: ../src/guestfs-actions.pod:6605 ../fish/guestfish-actions.pod:4408
15885 msgid ""
15886 "This call was added in version C<1.0.58>.  In previous versions of "
15887 "libguestfs there was no way to get the version number.  From C code you can "
15888 "use dynamic linker functions to find out if this symbol exists (if it "
15889 "doesn't, then it's an earlier version)."
15890 msgstr ""
15891
15892 #. type: textblock
15893 #: ../src/guestfs-actions.pod:6611 ../fish/guestfish-actions.pod:4414
15894 msgid ""
15895 "The call returns a structure with four elements.  The first three (C<major>, "
15896 "C<minor> and C<release>) are numbers and correspond to the usual version "
15897 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15898 "but may be used for distro-specific information."
15899 msgstr ""
15900
15901 #. type: textblock
15902 #: ../src/guestfs-actions.pod:6617 ../fish/guestfish-actions.pod:4420
15903 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
15904 msgstr ""
15905
15906 #. type: textblock
15907 #: ../src/guestfs-actions.pod:6620 ../fish/guestfish-actions.pod:4423
15908 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:6622
15913 msgid ""
15914 "I<Note:> Don't use this call to test for availability of features.  In "
15915 "enterprise distributions we backport features from later versions into "
15916 "earlier versions, making this an unreliable way to test for features.  Use "
15917 "C<guestfs_available> instead."
15918 msgstr ""
15919
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:6628
15922 msgid ""
15923 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
15924 "error.  I<The caller must call C<guestfs_free_version> after use>."
15925 msgstr ""
15926
15927 #. type: textblock
15928 #: ../src/guestfs-actions.pod:6632
15929 msgid "(Added in 1.0.58)"
15930 msgstr ""
15931
15932 #. type: =head2
15933 #: ../src/guestfs-actions.pod:6634
15934 msgid "guestfs_vfs_label"
15935 msgstr ""
15936
15937 #. type: verbatim
15938 #: ../src/guestfs-actions.pod:6636
15939 #, no-wrap
15940 msgid ""
15941 " char *\n"
15942 " guestfs_vfs_label (guestfs_h *g,\n"
15943 "                    const char *device);\n"
15944 "\n"
15945 msgstr ""
15946
15947 #. type: textblock
15948 #: ../src/guestfs-actions.pod:6640 ../fish/guestfish-actions.pod:4435
15949 msgid "This returns the filesystem label of the filesystem on C<device>."
15950 msgstr ""
15951
15952 #. type: textblock
15953 #: ../src/guestfs-actions.pod:6643 ../fish/guestfish-actions.pod:4438
15954 msgid "If the filesystem is unlabeled, this returns the empty string."
15955 msgstr ""
15956
15957 #. type: textblock
15958 #: ../src/guestfs-actions.pod:6645
15959 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
15960 msgstr ""
15961
15962 #. type: textblock
15963 #: ../src/guestfs-actions.pod:6650 ../src/guestfs-actions.pod:6687
15964 msgid "(Added in 1.3.18)"
15965 msgstr ""
15966
15967 #. type: =head2
15968 #: ../src/guestfs-actions.pod:6652
15969 msgid "guestfs_vfs_type"
15970 msgstr ""
15971
15972 #. type: verbatim
15973 #: ../src/guestfs-actions.pod:6654
15974 #, no-wrap
15975 msgid ""
15976 " char *\n"
15977 " guestfs_vfs_type (guestfs_h *g,\n"
15978 "                   const char *device);\n"
15979 "\n"
15980 msgstr ""
15981
15982 #. type: textblock
15983 #: ../src/guestfs-actions.pod:6658 ../fish/guestfish-actions.pod:4446
15984 msgid ""
15985 "This command gets the filesystem type corresponding to the filesystem on "
15986 "C<device>."
15987 msgstr ""
15988
15989 #. type: textblock
15990 #: ../src/guestfs-actions.pod:6661 ../fish/guestfish-actions.pod:4449
15991 msgid ""
15992 "For most filesystems, the result is the name of the Linux VFS module which "
15993 "would be used to mount this filesystem if you mounted it without specifying "
15994 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
15995 msgstr ""
15996
15997 #. type: =head2
15998 #: ../src/guestfs-actions.pod:6671
15999 msgid "guestfs_vfs_uuid"
16000 msgstr ""
16001
16002 #. type: verbatim
16003 #: ../src/guestfs-actions.pod:6673
16004 #, no-wrap
16005 msgid ""
16006 " char *\n"
16007 " guestfs_vfs_uuid (guestfs_h *g,\n"
16008 "                   const char *device);\n"
16009 "\n"
16010 msgstr ""
16011
16012 #. type: textblock
16013 #: ../src/guestfs-actions.pod:6677 ../fish/guestfish-actions.pod:4458
16014 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16015 msgstr ""
16016
16017 #. type: textblock
16018 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4461
16019 msgid "If the filesystem does not have a UUID, this returns the empty string."
16020 msgstr ""
16021
16022 #. type: textblock
16023 #: ../src/guestfs-actions.pod:6682
16024 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16025 msgstr ""
16026
16027 #. type: =head2
16028 #: ../src/guestfs-actions.pod:6689
16029 msgid "guestfs_vg_activate"
16030 msgstr ""
16031
16032 #. type: verbatim
16033 #: ../src/guestfs-actions.pod:6691
16034 #, no-wrap
16035 msgid ""
16036 " int\n"
16037 " guestfs_vg_activate (guestfs_h *g,\n"
16038 "                      int activate,\n"
16039 "                      char *const *volgroups);\n"
16040 "\n"
16041 msgstr ""
16042
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:6696 ../fish/guestfish-actions.pod:4469
16045 msgid ""
16046 "This command activates or (if C<activate> is false) deactivates all logical "
16047 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16048 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16049 "deactivated, then those devices disappear."
16050 msgstr ""
16051
16052 #. type: textblock
16053 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4475
16054 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16055 msgstr ""
16056
16057 #. type: textblock
16058 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
16059 msgid ""
16060 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16061 "activated or deactivated."
16062 msgstr ""
16063
16064 #. type: =head2
16065 #: ../src/guestfs-actions.pod:6711
16066 msgid "guestfs_vg_activate_all"
16067 msgstr ""
16068
16069 #. type: verbatim
16070 #: ../src/guestfs-actions.pod:6713
16071 #, no-wrap
16072 msgid ""
16073 " int\n"
16074 " guestfs_vg_activate_all (guestfs_h *g,\n"
16075 "                          int activate);\n"
16076 "\n"
16077 msgstr ""
16078
16079 #. type: textblock
16080 #: ../src/guestfs-actions.pod:6717 ../fish/guestfish-actions.pod:4484
16081 msgid ""
16082 "This command activates or (if C<activate> is false) deactivates all logical "
16083 "volumes in all volume groups.  If activated, then they are made known to the "
16084 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16085 "those devices disappear."
16086 msgstr ""
16087
16088 #. type: textblock
16089 #: ../src/guestfs-actions.pod:6723 ../fish/guestfish-actions.pod:4490
16090 msgid "This command is the same as running C<vgchange -a y|n>"
16091 msgstr ""
16092
16093 #. type: =head2
16094 #: ../src/guestfs-actions.pod:6729
16095 msgid "guestfs_vgcreate"
16096 msgstr ""
16097
16098 #. type: verbatim
16099 #: ../src/guestfs-actions.pod:6731
16100 #, no-wrap
16101 msgid ""
16102 " int\n"
16103 " guestfs_vgcreate (guestfs_h *g,\n"
16104 "                   const char *volgroup,\n"
16105 "                   char *const *physvols);\n"
16106 "\n"
16107 msgstr ""
16108
16109 #. type: textblock
16110 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4496
16111 msgid ""
16112 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16113 "of physical volumes C<physvols>."
16114 msgstr ""
16115
16116 #. type: =head2
16117 #: ../src/guestfs-actions.pod:6743
16118 msgid "guestfs_vglvuuids"
16119 msgstr ""
16120
16121 #. type: verbatim
16122 #: ../src/guestfs-actions.pod:6745
16123 #, no-wrap
16124 msgid ""
16125 " char **\n"
16126 " guestfs_vglvuuids (guestfs_h *g,\n"
16127 "                    const char *vgname);\n"
16128 "\n"
16129 msgstr ""
16130
16131 #. type: textblock
16132 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4503
16133 msgid ""
16134 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16135 "volumes created in this volume group."
16136 msgstr ""
16137
16138 #. type: textblock
16139 #: ../src/guestfs-actions.pod:6752
16140 msgid ""
16141 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16142 "associate logical volumes and volume groups."
16143 msgstr ""
16144
16145 #. type: textblock
16146 #: ../src/guestfs-actions.pod:6755
16147 msgid "See also C<guestfs_vgpvuuids>."
16148 msgstr ""
16149
16150 #. type: =head2
16151 #: ../src/guestfs-actions.pod:6763
16152 msgid "guestfs_vgpvuuids"
16153 msgstr ""
16154
16155 #. type: verbatim
16156 #: ../src/guestfs-actions.pod:6765
16157 #, no-wrap
16158 msgid ""
16159 " char **\n"
16160 " guestfs_vgpvuuids (guestfs_h *g,\n"
16161 "                    const char *vgname);\n"
16162 "\n"
16163 msgstr ""
16164
16165 #. type: textblock
16166 #: ../src/guestfs-actions.pod:6769 ../fish/guestfish-actions.pod:4515
16167 msgid ""
16168 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16169 "volumes that this volume group resides on."
16170 msgstr ""
16171
16172 #. type: textblock
16173 #: ../src/guestfs-actions.pod:6772
16174 msgid ""
16175 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16176 "associate physical volumes and volume groups."
16177 msgstr ""
16178
16179 #. type: textblock
16180 #: ../src/guestfs-actions.pod:6775
16181 msgid "See also C<guestfs_vglvuuids>."
16182 msgstr ""
16183
16184 #. type: =head2
16185 #: ../src/guestfs-actions.pod:6783
16186 msgid "guestfs_vgremove"
16187 msgstr ""
16188
16189 #. type: verbatim
16190 #: ../src/guestfs-actions.pod:6785
16191 #, no-wrap
16192 msgid ""
16193 " int\n"
16194 " guestfs_vgremove (guestfs_h *g,\n"
16195 "                   const char *vgname);\n"
16196 "\n"
16197 msgstr ""
16198
16199 #. type: textblock
16200 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4527
16201 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16202 msgstr ""
16203
16204 #. type: textblock
16205 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4529
16206 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16207 msgstr ""
16208
16209 #. type: =head2
16210 #: ../src/guestfs-actions.pod:6798
16211 msgid "guestfs_vgrename"
16212 msgstr ""
16213
16214 #. type: verbatim
16215 #: ../src/guestfs-actions.pod:6800
16216 #, no-wrap
16217 msgid ""
16218 " int\n"
16219 " guestfs_vgrename (guestfs_h *g,\n"
16220 "                   const char *volgroup,\n"
16221 "                   const char *newvolgroup);\n"
16222 "\n"
16223 msgstr ""
16224
16225 #. type: textblock
16226 #: ../src/guestfs-actions.pod:6805 ../fish/guestfish-actions.pod:4536
16227 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16228 msgstr ""
16229
16230 #. type: =head2
16231 #: ../src/guestfs-actions.pod:6811
16232 msgid "guestfs_vgs"
16233 msgstr ""
16234
16235 #. type: verbatim
16236 #: ../src/guestfs-actions.pod:6813
16237 #, no-wrap
16238 msgid ""
16239 " char **\n"
16240 " guestfs_vgs (guestfs_h *g);\n"
16241 "\n"
16242 msgstr ""
16243
16244 #. type: textblock
16245 #: ../src/guestfs-actions.pod:6816 ../fish/guestfish-actions.pod:4542
16246 msgid ""
16247 "List all the volumes groups detected.  This is the equivalent of the "
16248 "L<vgs(8)> command."
16249 msgstr ""
16250
16251 #. type: textblock
16252 #: ../src/guestfs-actions.pod:6819 ../fish/guestfish-actions.pod:4545
16253 msgid ""
16254 "This returns a list of just the volume group names that were detected "
16255 "(eg. C<VolGroup00>)."
16256 msgstr ""
16257
16258 #. type: textblock
16259 #: ../src/guestfs-actions.pod:6822
16260 msgid "See also C<guestfs_vgs_full>."
16261 msgstr ""
16262
16263 #. type: =head2
16264 #: ../src/guestfs-actions.pod:6830
16265 msgid "guestfs_vgs_full"
16266 msgstr ""
16267
16268 #. type: verbatim
16269 #: ../src/guestfs-actions.pod:6832
16270 #, no-wrap
16271 msgid ""
16272 " struct guestfs_lvm_vg_list *\n"
16273 " guestfs_vgs_full (guestfs_h *g);\n"
16274 "\n"
16275 msgstr ""
16276
16277 #. type: textblock
16278 #: ../src/guestfs-actions.pod:6835 ../fish/guestfish-actions.pod:4554
16279 msgid ""
16280 "List all the volumes groups detected.  This is the equivalent of the "
16281 "L<vgs(8)> command.  The \"full\" version includes all fields."
16282 msgstr ""
16283
16284 #. type: textblock
16285 #: ../src/guestfs-actions.pod:6838
16286 msgid ""
16287 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16288 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16289 "use>."
16290 msgstr ""
16291
16292 #. type: =head2
16293 #: ../src/guestfs-actions.pod:6844
16294 msgid "guestfs_vgscan"
16295 msgstr ""
16296
16297 #. type: verbatim
16298 #: ../src/guestfs-actions.pod:6846
16299 #, no-wrap
16300 msgid ""
16301 " int\n"
16302 " guestfs_vgscan (guestfs_h *g);\n"
16303 "\n"
16304 msgstr ""
16305
16306 #. type: textblock
16307 #: ../src/guestfs-actions.pod:6849 ../fish/guestfish-actions.pod:4561
16308 msgid ""
16309 "This rescans all block devices and rebuilds the list of LVM physical "
16310 "volumes, volume groups and logical volumes."
16311 msgstr ""
16312
16313 #. type: =head2
16314 #: ../src/guestfs-actions.pod:6856
16315 msgid "guestfs_vguuid"
16316 msgstr ""
16317
16318 #. type: verbatim
16319 #: ../src/guestfs-actions.pod:6858
16320 #, no-wrap
16321 msgid ""
16322 " char *\n"
16323 " guestfs_vguuid (guestfs_h *g,\n"
16324 "                 const char *vgname);\n"
16325 "\n"
16326 msgstr ""
16327
16328 #. type: textblock
16329 #: ../src/guestfs-actions.pod:6862 ../fish/guestfish-actions.pod:4568
16330 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16331 msgstr ""
16332
16333 #. type: =head2
16334 #: ../src/guestfs-actions.pod:6869
16335 msgid "guestfs_wait_ready"
16336 msgstr ""
16337
16338 #. type: verbatim
16339 #: ../src/guestfs-actions.pod:6871
16340 #, no-wrap
16341 msgid ""
16342 " int\n"
16343 " guestfs_wait_ready (guestfs_h *g);\n"
16344 "\n"
16345 msgstr ""
16346
16347 #. type: textblock
16348 #: ../src/guestfs-actions.pod:6874
16349 msgid "This function is a no op."
16350 msgstr ""
16351
16352 #. type: textblock
16353 #: ../src/guestfs-actions.pod:6876
16354 msgid ""
16355 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16356 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16357 "is no longer necessary because C<guestfs_launch> now does the waiting."
16358 msgstr ""
16359
16360 #. type: textblock
16361 #: ../src/guestfs-actions.pod:6881
16362 msgid ""
16363 "If you see any calls to this function in code then you can just remove them, "
16364 "unless you want to retain compatibility with older versions of the API."
16365 msgstr ""
16366
16367 #. type: =head2
16368 #: ../src/guestfs-actions.pod:6889
16369 msgid "guestfs_wc_c"
16370 msgstr ""
16371
16372 #. type: verbatim
16373 #: ../src/guestfs-actions.pod:6891
16374 #, no-wrap
16375 msgid ""
16376 " int\n"
16377 " guestfs_wc_c (guestfs_h *g,\n"
16378 "               const char *path);\n"
16379 "\n"
16380 msgstr ""
16381
16382 #. type: textblock
16383 #: ../src/guestfs-actions.pod:6895 ../fish/guestfish-actions.pod:4574
16384 msgid ""
16385 "This command counts the characters in a file, using the C<wc -c> external "
16386 "command."
16387 msgstr ""
16388
16389 #. type: =head2
16390 #: ../src/guestfs-actions.pod:6902
16391 msgid "guestfs_wc_l"
16392 msgstr ""
16393
16394 #. type: verbatim
16395 #: ../src/guestfs-actions.pod:6904
16396 #, no-wrap
16397 msgid ""
16398 " int\n"
16399 " guestfs_wc_l (guestfs_h *g,\n"
16400 "               const char *path);\n"
16401 "\n"
16402 msgstr ""
16403
16404 #. type: textblock
16405 #: ../src/guestfs-actions.pod:6908 ../fish/guestfish-actions.pod:4581
16406 msgid ""
16407 "This command counts the lines in a file, using the C<wc -l> external "
16408 "command."
16409 msgstr ""
16410
16411 #. type: =head2
16412 #: ../src/guestfs-actions.pod:6915
16413 msgid "guestfs_wc_w"
16414 msgstr ""
16415
16416 #. type: verbatim
16417 #: ../src/guestfs-actions.pod:6917
16418 #, no-wrap
16419 msgid ""
16420 " int\n"
16421 " guestfs_wc_w (guestfs_h *g,\n"
16422 "               const char *path);\n"
16423 "\n"
16424 msgstr ""
16425
16426 #. type: textblock
16427 #: ../src/guestfs-actions.pod:6921 ../fish/guestfish-actions.pod:4588
16428 msgid ""
16429 "This command counts the words in a file, using the C<wc -w> external "
16430 "command."
16431 msgstr ""
16432
16433 #. type: =head2
16434 #: ../src/guestfs-actions.pod:6928
16435 msgid "guestfs_write"
16436 msgstr ""
16437
16438 #. type: verbatim
16439 #: ../src/guestfs-actions.pod:6930
16440 #, no-wrap
16441 msgid ""
16442 " int\n"
16443 " guestfs_write (guestfs_h *g,\n"
16444 "                const char *path,\n"
16445 "                const char *content,\n"
16446 "                size_t content_size);\n"
16447 "\n"
16448 msgstr ""
16449
16450 #. type: textblock
16451 #: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4595
16452 msgid ""
16453 "This call creates a file called C<path>.  The content of the file is the "
16454 "string C<content> (which can contain any 8 bit data)."
16455 msgstr ""
16456
16457 #. type: =head2
16458 #: ../src/guestfs-actions.pod:6946
16459 msgid "guestfs_write_file"
16460 msgstr ""
16461
16462 #. type: verbatim
16463 #: ../src/guestfs-actions.pod:6948
16464 #, no-wrap
16465 msgid ""
16466 " int\n"
16467 " guestfs_write_file (guestfs_h *g,\n"
16468 "                     const char *path,\n"
16469 "                     const char *content,\n"
16470 "                     int size);\n"
16471 "\n"
16472 msgstr ""
16473
16474 #. type: textblock
16475 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4605
16476 msgid ""
16477 "This call creates a file called C<path>.  The contents of the file is the "
16478 "string C<content> (which can contain any 8 bit data), with length C<size>."
16479 msgstr ""
16480
16481 #. type: textblock
16482 #: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4609
16483 msgid ""
16484 "As a special case, if C<size> is C<0> then the length is calculated using "
16485 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16486 msgstr ""
16487
16488 #. type: textblock
16489 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4613
16490 msgid ""
16491 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16492 "I<not> work, even if the length is specified."
16493 msgstr ""
16494
16495 #. type: textblock
16496 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4619
16497 msgid "This function is deprecated.  In new code, use the C<write> call instead."
16498 msgstr ""
16499
16500 #. type: =head2
16501 #: ../src/guestfs-actions.pod:6979
16502 msgid "guestfs_zegrep"
16503 msgstr ""
16504
16505 #. type: verbatim
16506 #: ../src/guestfs-actions.pod:6981
16507 #, no-wrap
16508 msgid ""
16509 " char **\n"
16510 " guestfs_zegrep (guestfs_h *g,\n"
16511 "                 const char *regex,\n"
16512 "                 const char *path);\n"
16513 "\n"
16514 msgstr ""
16515
16516 #. type: textblock
16517 #: ../src/guestfs-actions.pod:6986 ../fish/guestfish-actions.pod:4630
16518 msgid "This calls the external C<zegrep> program and returns the matching lines."
16519 msgstr ""
16520
16521 #. type: =head2
16522 #: ../src/guestfs-actions.pod:6998
16523 msgid "guestfs_zegrepi"
16524 msgstr ""
16525
16526 #. type: verbatim
16527 #: ../src/guestfs-actions.pod:7000
16528 #, no-wrap
16529 msgid ""
16530 " char **\n"
16531 " guestfs_zegrepi (guestfs_h *g,\n"
16532 "                  const char *regex,\n"
16533 "                  const char *path);\n"
16534 "\n"
16535 msgstr ""
16536
16537 #. type: textblock
16538 #: ../src/guestfs-actions.pod:7005 ../fish/guestfish-actions.pod:4640
16539 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16540 msgstr ""
16541
16542 #. type: =head2
16543 #: ../src/guestfs-actions.pod:7017
16544 msgid "guestfs_zero"
16545 msgstr ""
16546
16547 #. type: verbatim
16548 #: ../src/guestfs-actions.pod:7019
16549 #, no-wrap
16550 msgid ""
16551 " int\n"
16552 " guestfs_zero (guestfs_h *g,\n"
16553 "               const char *device);\n"
16554 "\n"
16555 msgstr ""
16556
16557 #. type: textblock
16558 #: ../src/guestfs-actions.pod:7023 ../fish/guestfish-actions.pod:4650
16559 msgid "This command writes zeroes over the first few blocks of C<device>."
16560 msgstr ""
16561
16562 #. type: textblock
16563 #: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4652
16564 msgid ""
16565 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16566 "securely wipe the device).  It should be sufficient to remove any partition "
16567 "tables, filesystem superblocks and so on."
16568 msgstr ""
16569
16570 #. type: textblock
16571 #: ../src/guestfs-actions.pod:7029
16572 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16573 msgstr ""
16574
16575 #. type: =head2
16576 #: ../src/guestfs-actions.pod:7040
16577 msgid "guestfs_zero_device"
16578 msgstr ""
16579
16580 #. type: verbatim
16581 #: ../src/guestfs-actions.pod:7042
16582 #, no-wrap
16583 msgid ""
16584 " int\n"
16585 " guestfs_zero_device (guestfs_h *g,\n"
16586 "                      const char *device);\n"
16587 "\n"
16588 msgstr ""
16589
16590 #. type: textblock
16591 #: ../src/guestfs-actions.pod:7046
16592 msgid ""
16593 "This command writes zeroes over the entire C<device>.  Compare with "
16594 "C<guestfs_zero> which just zeroes the first few blocks of a device."
16595 msgstr ""
16596
16597 #. type: textblock
16598 #: ../src/guestfs-actions.pod:7060
16599 msgid "(Added in 1.3.1)"
16600 msgstr ""
16601
16602 #. type: =head2
16603 #: ../src/guestfs-actions.pod:7062
16604 msgid "guestfs_zerofree"
16605 msgstr ""
16606
16607 #. type: verbatim
16608 #: ../src/guestfs-actions.pod:7064
16609 #, no-wrap
16610 msgid ""
16611 " int\n"
16612 " guestfs_zerofree (guestfs_h *g,\n"
16613 "                   const char *device);\n"
16614 "\n"
16615 msgstr ""
16616
16617 #. type: textblock
16618 #: ../src/guestfs-actions.pod:7068 ../fish/guestfish-actions.pod:4673
16619 msgid ""
16620 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16621 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16622 "possible to compress the filesystem more effectively."
16623 msgstr ""
16624
16625 #. type: textblock
16626 #: ../src/guestfs-actions.pod:7073 ../fish/guestfish-actions.pod:4678
16627 msgid "You should B<not> run this program if the filesystem is mounted."
16628 msgstr ""
16629
16630 #. type: textblock
16631 #: ../src/guestfs-actions.pod:7076 ../fish/guestfish-actions.pod:4681
16632 msgid ""
16633 "It is possible that using this program can damage the filesystem or data on "
16634 "the filesystem."
16635 msgstr ""
16636
16637 #. type: =head2
16638 #: ../src/guestfs-actions.pod:7083
16639 msgid "guestfs_zfgrep"
16640 msgstr ""
16641
16642 #. type: verbatim
16643 #: ../src/guestfs-actions.pod:7085
16644 #, no-wrap
16645 msgid ""
16646 " char **\n"
16647 " guestfs_zfgrep (guestfs_h *g,\n"
16648 "                 const char *pattern,\n"
16649 "                 const char *path);\n"
16650 "\n"
16651 msgstr ""
16652
16653 #. type: textblock
16654 #: ../src/guestfs-actions.pod:7090 ../fish/guestfish-actions.pod:4688
16655 msgid "This calls the external C<zfgrep> program and returns the matching lines."
16656 msgstr ""
16657
16658 #. type: =head2
16659 #: ../src/guestfs-actions.pod:7102
16660 msgid "guestfs_zfgrepi"
16661 msgstr ""
16662
16663 #. type: verbatim
16664 #: ../src/guestfs-actions.pod:7104
16665 #, no-wrap
16666 msgid ""
16667 " char **\n"
16668 " guestfs_zfgrepi (guestfs_h *g,\n"
16669 "                  const char *pattern,\n"
16670 "                  const char *path);\n"
16671 "\n"
16672 msgstr ""
16673
16674 #. type: textblock
16675 #: ../src/guestfs-actions.pod:7109 ../fish/guestfish-actions.pod:4698
16676 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
16677 msgstr ""
16678
16679 #. type: =head2
16680 #: ../src/guestfs-actions.pod:7121
16681 msgid "guestfs_zfile"
16682 msgstr ""
16683
16684 #. type: verbatim
16685 #: ../src/guestfs-actions.pod:7123
16686 #, no-wrap
16687 msgid ""
16688 " char *\n"
16689 " guestfs_zfile (guestfs_h *g,\n"
16690 "                const char *meth,\n"
16691 "                const char *path);\n"
16692 "\n"
16693 msgstr ""
16694
16695 #. type: textblock
16696 #: ../src/guestfs-actions.pod:7128 ../fish/guestfish-actions.pod:4708
16697 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
16698 msgstr ""
16699
16700 #. type: textblock
16701 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4711
16702 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16703 msgstr ""
16704
16705 #. type: textblock
16706 #: ../src/guestfs-actions.pod:7133
16707 msgid ""
16708 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
16709 "files."
16710 msgstr ""
16711
16712 #. type: textblock
16713 #: ../src/guestfs-actions.pod:7139 ../fish/guestfish-actions.pod:4716
16714 msgid "This function is deprecated.  In new code, use the C<file> call instead."
16715 msgstr ""
16716
16717 #. type: =head2
16718 #: ../src/guestfs-actions.pod:7148
16719 msgid "guestfs_zgrep"
16720 msgstr ""
16721
16722 #. type: verbatim
16723 #: ../src/guestfs-actions.pod:7150
16724 #, no-wrap
16725 msgid ""
16726 " char **\n"
16727 " guestfs_zgrep (guestfs_h *g,\n"
16728 "                const char *regex,\n"
16729 "                const char *path);\n"
16730 "\n"
16731 msgstr ""
16732
16733 #. type: textblock
16734 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:4727
16735 msgid "This calls the external C<zgrep> program and returns the matching lines."
16736 msgstr ""
16737
16738 #. type: =head2
16739 #: ../src/guestfs-actions.pod:7167
16740 msgid "guestfs_zgrepi"
16741 msgstr ""
16742
16743 #. type: verbatim
16744 #: ../src/guestfs-actions.pod:7169
16745 #, no-wrap
16746 msgid ""
16747 " char **\n"
16748 " guestfs_zgrepi (guestfs_h *g,\n"
16749 "                 const char *regex,\n"
16750 "                 const char *path);\n"
16751 "\n"
16752 msgstr ""
16753
16754 #. type: textblock
16755 #: ../src/guestfs-actions.pod:7174 ../fish/guestfish-actions.pod:4737
16756 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
16757 msgstr ""
16758
16759 #. type: =item
16760 #: ../src/guestfs-availability.pod:3
16761 msgid "B<augeas>"
16762 msgstr ""
16763
16764 #. type: textblock
16765 #: ../src/guestfs-availability.pod:5
16766 msgid ""
16767 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
16768 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
16769 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
16770 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
16771 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
16772 msgstr ""
16773
16774 #. type: =item
16775 #: ../src/guestfs-availability.pod:21
16776 msgid "B<inotify>"
16777 msgstr ""
16778
16779 #. type: textblock
16780 #: ../src/guestfs-availability.pod:23
16781 msgid ""
16782 "The following functions: L</guestfs_inotify_add_watch> "
16783 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
16784 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
16785 msgstr ""
16786
16787 #. type: =item
16788 #: ../src/guestfs-availability.pod:31
16789 msgid "B<linuxfsuuid>"
16790 msgstr ""
16791
16792 #. type: textblock
16793 #: ../src/guestfs-availability.pod:33
16794 msgid ""
16795 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
16796 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
16797 msgstr ""
16798
16799 #. type: =item
16800 #: ../src/guestfs-availability.pod:40
16801 msgid "B<linuxmodules>"
16802 msgstr ""
16803
16804 #. type: textblock
16805 #: ../src/guestfs-availability.pod:42
16806 msgid "The following functions: L</guestfs_modprobe>"
16807 msgstr ""
16808
16809 #. type: =item
16810 #: ../src/guestfs-availability.pod:45
16811 msgid "B<linuxxattrs>"
16812 msgstr ""
16813
16814 #. type: textblock
16815 #: ../src/guestfs-availability.pod:47
16816 msgid ""
16817 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
16818 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
16819 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
16820 "L</guestfs_setxattr>"
16821 msgstr ""
16822
16823 #. type: =item
16824 #: ../src/guestfs-availability.pod:58
16825 msgid "B<luks>"
16826 msgstr ""
16827
16828 #. type: textblock
16829 #: ../src/guestfs-availability.pod:60
16830 msgid ""
16831 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
16832 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
16833 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
16834 msgstr ""
16835
16836 #. type: =item
16837 #: ../src/guestfs-availability.pod:69
16838 msgid "B<lvm2>"
16839 msgstr ""
16840
16841 #. type: textblock
16842 #: ../src/guestfs-availability.pod:71
16843 msgid ""
16844 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
16845 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
16846 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
16847 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
16848 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
16849 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
16850 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
16851 "L</guestfs_vgs_full>"
16852 msgstr ""
16853
16854 #. type: =item
16855 #: ../src/guestfs-availability.pod:94
16856 msgid "B<mknod>"
16857 msgstr ""
16858
16859 #. type: textblock
16860 #: ../src/guestfs-availability.pod:96
16861 msgid ""
16862 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
16863 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
16864 msgstr ""
16865
16866 #. type: =item
16867 #: ../src/guestfs-availability.pod:102
16868 msgid "B<ntfs3g>"
16869 msgstr ""
16870
16871 #. type: textblock
16872 #: ../src/guestfs-availability.pod:104
16873 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
16874 msgstr ""
16875
16876 #. type: =item
16877 #: ../src/guestfs-availability.pod:107
16878 msgid "B<ntfsprogs>"
16879 msgstr ""
16880
16881 #. type: textblock
16882 #: ../src/guestfs-availability.pod:109
16883 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
16884 msgstr ""
16885
16886 #. type: =item
16887 #: ../src/guestfs-availability.pod:113
16888 msgid "B<realpath>"
16889 msgstr ""
16890
16891 #. type: textblock
16892 #: ../src/guestfs-availability.pod:115
16893 msgid "The following functions: L</guestfs_realpath>"
16894 msgstr ""
16895
16896 #. type: =item
16897 #: ../src/guestfs-availability.pod:118
16898 msgid "B<scrub>"
16899 msgstr ""
16900
16901 #. type: textblock
16902 #: ../src/guestfs-availability.pod:120
16903 msgid ""
16904 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
16905 "L</guestfs_scrub_freespace>"
16906 msgstr ""
16907
16908 #. type: =item
16909 #: ../src/guestfs-availability.pod:125
16910 msgid "B<selinux>"
16911 msgstr ""
16912
16913 #. type: textblock
16914 #: ../src/guestfs-availability.pod:127
16915 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
16916 msgstr ""
16917
16918 #. type: =item
16919 #: ../src/guestfs-availability.pod:131
16920 msgid "B<xz>"
16921 msgstr ""
16922
16923 #. type: textblock
16924 #: ../src/guestfs-availability.pod:133
16925 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
16926 msgstr ""
16927
16928 #. type: =item
16929 #: ../src/guestfs-availability.pod:137
16930 msgid "B<zerofree>"
16931 msgstr ""
16932
16933 #. type: textblock
16934 #: ../src/guestfs-availability.pod:139
16935 msgid "The following functions: L</guestfs_zerofree>"
16936 msgstr ""
16937
16938 #. type: =head2
16939 #: ../src/guestfs-structs.pod:1
16940 msgid "guestfs_int_bool"
16941 msgstr ""
16942
16943 #. type: verbatim
16944 #: ../src/guestfs-structs.pod:3
16945 #, no-wrap
16946 msgid ""
16947 " struct guestfs_int_bool {\n"
16948 "   int32_t i;\n"
16949 "   int32_t b;\n"
16950 " };\n"
16951 " \n"
16952 msgstr ""
16953
16954 #. type: verbatim
16955 #: ../src/guestfs-structs.pod:8
16956 #, no-wrap
16957 msgid ""
16958 " struct guestfs_int_bool_list {\n"
16959 "   uint32_t len; /* Number of elements in list. */\n"
16960 "   struct guestfs_int_bool *val; /* Elements. */\n"
16961 " };\n"
16962 " \n"
16963 msgstr ""
16964
16965 #. type: verbatim
16966 #: ../src/guestfs-structs.pod:13
16967 #, no-wrap
16968 msgid ""
16969 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
16970 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
16971 "\n"
16972 msgstr ""
16973
16974 #. type: =head2
16975 #: ../src/guestfs-structs.pod:16
16976 msgid "guestfs_lvm_pv"
16977 msgstr ""
16978
16979 #. type: verbatim
16980 #: ../src/guestfs-structs.pod:18
16981 #, no-wrap
16982 msgid ""
16983 " struct guestfs_lvm_pv {\n"
16984 "   char *pv_name;\n"
16985 "   /* The next field is NOT nul-terminated, be careful when printing it: "
16986 "*/\n"
16987 "   char pv_uuid[32];\n"
16988 "   char *pv_fmt;\n"
16989 "   uint64_t pv_size;\n"
16990 "   uint64_t dev_size;\n"
16991 "   uint64_t pv_free;\n"
16992 "   uint64_t pv_used;\n"
16993 "   char *pv_attr;\n"
16994 "   int64_t pv_pe_count;\n"
16995 "   int64_t pv_pe_alloc_count;\n"
16996 "   char *pv_tags;\n"
16997 "   uint64_t pe_start;\n"
16998 "   int64_t pv_mda_count;\n"
16999 "   uint64_t pv_mda_free;\n"
17000 " };\n"
17001 " \n"
17002 msgstr ""
17003
17004 #. type: verbatim
17005 #: ../src/guestfs-structs.pod:36
17006 #, no-wrap
17007 msgid ""
17008 " struct guestfs_lvm_pv_list {\n"
17009 "   uint32_t len; /* Number of elements in list. */\n"
17010 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17011 " };\n"
17012 " \n"
17013 msgstr ""
17014
17015 #. type: verbatim
17016 #: ../src/guestfs-structs.pod:41
17017 #, no-wrap
17018 msgid ""
17019 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17020 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17021 "\n"
17022 msgstr ""
17023
17024 #. type: =head2
17025 #: ../src/guestfs-structs.pod:44
17026 msgid "guestfs_lvm_vg"
17027 msgstr ""
17028
17029 #. type: verbatim
17030 #: ../src/guestfs-structs.pod:46
17031 #, no-wrap
17032 msgid ""
17033 " struct guestfs_lvm_vg {\n"
17034 "   char *vg_name;\n"
17035 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17036 "*/\n"
17037 "   char vg_uuid[32];\n"
17038 "   char *vg_fmt;\n"
17039 "   char *vg_attr;\n"
17040 "   uint64_t vg_size;\n"
17041 "   uint64_t vg_free;\n"
17042 "   char *vg_sysid;\n"
17043 "   uint64_t vg_extent_size;\n"
17044 "   int64_t vg_extent_count;\n"
17045 "   int64_t vg_free_count;\n"
17046 "   int64_t max_lv;\n"
17047 "   int64_t max_pv;\n"
17048 "   int64_t pv_count;\n"
17049 "   int64_t lv_count;\n"
17050 "   int64_t snap_count;\n"
17051 "   int64_t vg_seqno;\n"
17052 "   char *vg_tags;\n"
17053 "   int64_t vg_mda_count;\n"
17054 "   uint64_t vg_mda_free;\n"
17055 " };\n"
17056 " \n"
17057 msgstr ""
17058
17059 #. type: verbatim
17060 #: ../src/guestfs-structs.pod:69
17061 #, no-wrap
17062 msgid ""
17063 " struct guestfs_lvm_vg_list {\n"
17064 "   uint32_t len; /* Number of elements in list. */\n"
17065 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17066 " };\n"
17067 " \n"
17068 msgstr ""
17069
17070 #. type: verbatim
17071 #: ../src/guestfs-structs.pod:74
17072 #, no-wrap
17073 msgid ""
17074 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17075 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17076 "\n"
17077 msgstr ""
17078
17079 #. type: =head2
17080 #: ../src/guestfs-structs.pod:77
17081 msgid "guestfs_lvm_lv"
17082 msgstr ""
17083
17084 #. type: verbatim
17085 #: ../src/guestfs-structs.pod:79
17086 #, no-wrap
17087 msgid ""
17088 " struct guestfs_lvm_lv {\n"
17089 "   char *lv_name;\n"
17090 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17091 "*/\n"
17092 "   char lv_uuid[32];\n"
17093 "   char *lv_attr;\n"
17094 "   int64_t lv_major;\n"
17095 "   int64_t lv_minor;\n"
17096 "   int64_t lv_kernel_major;\n"
17097 "   int64_t lv_kernel_minor;\n"
17098 "   uint64_t lv_size;\n"
17099 "   int64_t seg_count;\n"
17100 "   char *origin;\n"
17101 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17102 "   float snap_percent;\n"
17103 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17104 "   float copy_percent;\n"
17105 "   char *move_pv;\n"
17106 "   char *lv_tags;\n"
17107 "   char *mirror_log;\n"
17108 "   char *modules;\n"
17109 " };\n"
17110 " \n"
17111 msgstr ""
17112
17113 #. type: verbatim
17114 #: ../src/guestfs-structs.pod:101
17115 #, no-wrap
17116 msgid ""
17117 " struct guestfs_lvm_lv_list {\n"
17118 "   uint32_t len; /* Number of elements in list. */\n"
17119 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17120 " };\n"
17121 " \n"
17122 msgstr ""
17123
17124 #. type: verbatim
17125 #: ../src/guestfs-structs.pod:106
17126 #, no-wrap
17127 msgid ""
17128 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17129 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17130 "\n"
17131 msgstr ""
17132
17133 #. type: verbatim
17134 #: ../src/guestfs-structs.pod:111
17135 #, no-wrap
17136 msgid ""
17137 " struct guestfs_stat {\n"
17138 "   int64_t dev;\n"
17139 "   int64_t ino;\n"
17140 "   int64_t mode;\n"
17141 "   int64_t nlink;\n"
17142 "   int64_t uid;\n"
17143 "   int64_t gid;\n"
17144 "   int64_t rdev;\n"
17145 "   int64_t size;\n"
17146 "   int64_t blksize;\n"
17147 "   int64_t blocks;\n"
17148 "   int64_t atime;\n"
17149 "   int64_t mtime;\n"
17150 "   int64_t ctime;\n"
17151 " };\n"
17152 " \n"
17153 msgstr ""
17154
17155 #. type: verbatim
17156 #: ../src/guestfs-structs.pod:127
17157 #, no-wrap
17158 msgid ""
17159 " struct guestfs_stat_list {\n"
17160 "   uint32_t len; /* Number of elements in list. */\n"
17161 "   struct guestfs_stat *val; /* Elements. */\n"
17162 " };\n"
17163 " \n"
17164 msgstr ""
17165
17166 #. type: verbatim
17167 #: ../src/guestfs-structs.pod:132
17168 #, no-wrap
17169 msgid ""
17170 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17171 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17172 "\n"
17173 msgstr ""
17174
17175 #. type: verbatim
17176 #: ../src/guestfs-structs.pod:137
17177 #, no-wrap
17178 msgid ""
17179 " struct guestfs_statvfs {\n"
17180 "   int64_t bsize;\n"
17181 "   int64_t frsize;\n"
17182 "   int64_t blocks;\n"
17183 "   int64_t bfree;\n"
17184 "   int64_t bavail;\n"
17185 "   int64_t files;\n"
17186 "   int64_t ffree;\n"
17187 "   int64_t favail;\n"
17188 "   int64_t fsid;\n"
17189 "   int64_t flag;\n"
17190 "   int64_t namemax;\n"
17191 " };\n"
17192 " \n"
17193 msgstr ""
17194
17195 #. type: verbatim
17196 #: ../src/guestfs-structs.pod:151
17197 #, no-wrap
17198 msgid ""
17199 " struct guestfs_statvfs_list {\n"
17200 "   uint32_t len; /* Number of elements in list. */\n"
17201 "   struct guestfs_statvfs *val; /* Elements. */\n"
17202 " };\n"
17203 " \n"
17204 msgstr ""
17205
17206 #. type: verbatim
17207 #: ../src/guestfs-structs.pod:156
17208 #, no-wrap
17209 msgid ""
17210 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17211 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17212 "\n"
17213 msgstr ""
17214
17215 #. type: =head2
17216 #: ../src/guestfs-structs.pod:159
17217 msgid "guestfs_dirent"
17218 msgstr ""
17219
17220 #. type: verbatim
17221 #: ../src/guestfs-structs.pod:161
17222 #, no-wrap
17223 msgid ""
17224 " struct guestfs_dirent {\n"
17225 "   int64_t ino;\n"
17226 "   char ftyp;\n"
17227 "   char *name;\n"
17228 " };\n"
17229 " \n"
17230 msgstr ""
17231
17232 #. type: verbatim
17233 #: ../src/guestfs-structs.pod:167
17234 #, no-wrap
17235 msgid ""
17236 " struct guestfs_dirent_list {\n"
17237 "   uint32_t len; /* Number of elements in list. */\n"
17238 "   struct guestfs_dirent *val; /* Elements. */\n"
17239 " };\n"
17240 " \n"
17241 msgstr ""
17242
17243 #. type: verbatim
17244 #: ../src/guestfs-structs.pod:172
17245 #, no-wrap
17246 msgid ""
17247 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17248 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17249 "\n"
17250 msgstr ""
17251
17252 #. type: verbatim
17253 #: ../src/guestfs-structs.pod:177
17254 #, no-wrap
17255 msgid ""
17256 " struct guestfs_version {\n"
17257 "   int64_t major;\n"
17258 "   int64_t minor;\n"
17259 "   int64_t release;\n"
17260 "   char *extra;\n"
17261 " };\n"
17262 " \n"
17263 msgstr ""
17264
17265 #. type: verbatim
17266 #: ../src/guestfs-structs.pod:184
17267 #, no-wrap
17268 msgid ""
17269 " struct guestfs_version_list {\n"
17270 "   uint32_t len; /* Number of elements in list. */\n"
17271 "   struct guestfs_version *val; /* Elements. */\n"
17272 " };\n"
17273 " \n"
17274 msgstr ""
17275
17276 #. type: verbatim
17277 #: ../src/guestfs-structs.pod:189
17278 #, no-wrap
17279 msgid ""
17280 " void guestfs_free_version (struct guestfs_free_version *);\n"
17281 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17282 "\n"
17283 msgstr ""
17284
17285 #. type: =head2
17286 #: ../src/guestfs-structs.pod:192
17287 msgid "guestfs_xattr"
17288 msgstr ""
17289
17290 #. type: verbatim
17291 #: ../src/guestfs-structs.pod:194
17292 #, no-wrap
17293 msgid ""
17294 " struct guestfs_xattr {\n"
17295 "   char *attrname;\n"
17296 "   /* The next two fields describe a byte array. */\n"
17297 "   uint32_t attrval_len;\n"
17298 "   char *attrval;\n"
17299 " };\n"
17300 " \n"
17301 msgstr ""
17302
17303 #. type: verbatim
17304 #: ../src/guestfs-structs.pod:201
17305 #, no-wrap
17306 msgid ""
17307 " struct guestfs_xattr_list {\n"
17308 "   uint32_t len; /* Number of elements in list. */\n"
17309 "   struct guestfs_xattr *val; /* Elements. */\n"
17310 " };\n"
17311 " \n"
17312 msgstr ""
17313
17314 #. type: verbatim
17315 #: ../src/guestfs-structs.pod:206
17316 #, no-wrap
17317 msgid ""
17318 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17319 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17320 "\n"
17321 msgstr ""
17322
17323 #. type: =head2
17324 #: ../src/guestfs-structs.pod:209
17325 msgid "guestfs_inotify_event"
17326 msgstr ""
17327
17328 #. type: verbatim
17329 #: ../src/guestfs-structs.pod:211
17330 #, no-wrap
17331 msgid ""
17332 " struct guestfs_inotify_event {\n"
17333 "   int64_t in_wd;\n"
17334 "   uint32_t in_mask;\n"
17335 "   uint32_t in_cookie;\n"
17336 "   char *in_name;\n"
17337 " };\n"
17338 " \n"
17339 msgstr ""
17340
17341 #. type: verbatim
17342 #: ../src/guestfs-structs.pod:218
17343 #, no-wrap
17344 msgid ""
17345 " struct guestfs_inotify_event_list {\n"
17346 "   uint32_t len; /* Number of elements in list. */\n"
17347 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17348 " };\n"
17349 " \n"
17350 msgstr ""
17351
17352 #. type: verbatim
17353 #: ../src/guestfs-structs.pod:223
17354 #, no-wrap
17355 msgid ""
17356 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17357 " void guestfs_free_inotify_event_list (struct "
17358 "guestfs_free_inotify_event_list *);\n"
17359 "\n"
17360 msgstr ""
17361
17362 #. type: =head2
17363 #: ../src/guestfs-structs.pod:226
17364 msgid "guestfs_partition"
17365 msgstr ""
17366
17367 #. type: verbatim
17368 #: ../src/guestfs-structs.pod:228
17369 #, no-wrap
17370 msgid ""
17371 " struct guestfs_partition {\n"
17372 "   int32_t part_num;\n"
17373 "   uint64_t part_start;\n"
17374 "   uint64_t part_end;\n"
17375 "   uint64_t part_size;\n"
17376 " };\n"
17377 " \n"
17378 msgstr ""
17379
17380 #. type: verbatim
17381 #: ../src/guestfs-structs.pod:235
17382 #, no-wrap
17383 msgid ""
17384 " struct guestfs_partition_list {\n"
17385 "   uint32_t len; /* Number of elements in list. */\n"
17386 "   struct guestfs_partition *val; /* Elements. */\n"
17387 " };\n"
17388 " \n"
17389 msgstr ""
17390
17391 #. type: verbatim
17392 #: ../src/guestfs-structs.pod:240
17393 #, no-wrap
17394 msgid ""
17395 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17396 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17397 "\n"
17398 msgstr ""
17399
17400 #. type: =head2
17401 #: ../src/guestfs-structs.pod:243
17402 msgid "guestfs_application"
17403 msgstr ""
17404
17405 #. type: verbatim
17406 #: ../src/guestfs-structs.pod:245
17407 #, no-wrap
17408 msgid ""
17409 " struct guestfs_application {\n"
17410 "   char *app_name;\n"
17411 "   char *app_display_name;\n"
17412 "   int32_t app_epoch;\n"
17413 "   char *app_version;\n"
17414 "   char *app_release;\n"
17415 "   char *app_install_path;\n"
17416 "   char *app_trans_path;\n"
17417 "   char *app_publisher;\n"
17418 "   char *app_url;\n"
17419 "   char *app_source_package;\n"
17420 "   char *app_summary;\n"
17421 "   char *app_description;\n"
17422 " };\n"
17423 " \n"
17424 msgstr ""
17425
17426 #. type: verbatim
17427 #: ../src/guestfs-structs.pod:260
17428 #, no-wrap
17429 msgid ""
17430 " struct guestfs_application_list {\n"
17431 "   uint32_t len; /* Number of elements in list. */\n"
17432 "   struct guestfs_application *val; /* Elements. */\n"
17433 " };\n"
17434 " \n"
17435 msgstr ""
17436
17437 #. type: verbatim
17438 #: ../src/guestfs-structs.pod:265
17439 #, no-wrap
17440 msgid ""
17441 " void guestfs_free_application (struct guestfs_free_application *);\n"
17442 " void guestfs_free_application_list (struct guestfs_free_application_list "
17443 "*);\n"
17444 "\n"
17445 msgstr ""
17446
17447 #. type: textblock
17448 #: ../fish/guestfish.pod:5
17449 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17450 msgstr ""
17451
17452 #. type: verbatim
17453 #: ../fish/guestfish.pod:9
17454 #, no-wrap
17455 msgid ""
17456 " guestfish [--options] [commands]\n"
17457 "\n"
17458 msgstr ""
17459
17460 #. type: verbatim
17461 #: ../fish/guestfish.pod:11
17462 #, no-wrap
17463 msgid ""
17464 " guestfish\n"
17465 "\n"
17466 msgstr ""
17467
17468 #. type: verbatim
17469 #: ../fish/guestfish.pod:13
17470 #, no-wrap
17471 msgid ""
17472 " guestfish [--ro|--rw] -a disk.img\n"
17473 "\n"
17474 msgstr ""
17475
17476 #. type: verbatim
17477 #: ../fish/guestfish.pod:15
17478 #, no-wrap
17479 msgid ""
17480 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17481 "\n"
17482 msgstr ""
17483
17484 #. type: verbatim
17485 #: ../fish/guestfish.pod:17
17486 #, no-wrap
17487 msgid ""
17488 " guestfish -d libvirt-domain\n"
17489 "\n"
17490 msgstr ""
17491
17492 #. type: verbatim
17493 #: ../fish/guestfish.pod:19
17494 #, no-wrap
17495 msgid ""
17496 " guestfish [--ro|--rw] -a disk.img -i\n"
17497 "\n"
17498 msgstr ""
17499
17500 #. type: verbatim
17501 #: ../fish/guestfish.pod:21
17502 #, no-wrap
17503 msgid ""
17504 " guestfish -d libvirt-domain -i\n"
17505 "\n"
17506 msgstr ""
17507
17508 #. type: =head1
17509 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
17510 msgid "WARNING"
17511 msgstr ""
17512
17513 #. type: textblock
17514 #: ../fish/guestfish.pod:25
17515 msgid ""
17516 "Using guestfish in read/write mode on live virtual machines can be "
17517 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17518 "option to use guestfish safely if the disk image or virtual machine might be "
17519 "live."
17520 msgstr ""
17521
17522 #. type: textblock
17523 #: ../fish/guestfish.pod:32
17524 msgid ""
17525 "Guestfish is a shell and command-line tool for examining and modifying "
17526 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17527 "functionality of the guestfs API, see L<guestfs(3)>."
17528 msgstr ""
17529
17530 #. type: textblock
17531 #: ../fish/guestfish.pod:36
17532 msgid ""
17533 "Guestfish gives you structured access to the libguestfs API, from shell "
17534 "scripts or the command line or interactively.  If you want to rescue a "
17535 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17536 "command."
17537 msgstr ""
17538
17539 #. type: =head1
17540 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
17541 msgid "EXAMPLES"
17542 msgstr ""
17543
17544 #. type: =head2
17545 #: ../fish/guestfish.pod:43
17546 msgid "As an interactive shell"
17547 msgstr ""
17548
17549 #. type: verbatim
17550 #: ../fish/guestfish.pod:45
17551 #, no-wrap
17552 msgid ""
17553 " $ guestfish\n"
17554 " \n"
17555 msgstr ""
17556
17557 #. type: verbatim
17558 #: ../fish/guestfish.pod:47
17559 #, no-wrap
17560 msgid ""
17561 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17562 " editing virtual machine filesystems.\n"
17563 " \n"
17564 msgstr ""
17565
17566 #. type: verbatim
17567 #: ../fish/guestfish.pod:50
17568 #, no-wrap
17569 msgid ""
17570 " Type: 'help' for a list of commands\n"
17571 "       'man' to read the manual\n"
17572 "       'quit' to quit the shell\n"
17573 " \n"
17574 msgstr ""
17575
17576 #. type: verbatim
17577 #: ../fish/guestfish.pod:54
17578 #, no-wrap
17579 msgid ""
17580 " ><fs> add-ro disk.img\n"
17581 " ><fs> run\n"
17582 " ><fs> list-filesystems\n"
17583 " /dev/sda1: ext4\n"
17584 " /dev/vg_guest/lv_root: ext4\n"
17585 " /dev/vg_guest/lv_swap: swap\n"
17586 " ><fs> mount /dev/vg_guest/lv_root /\n"
17587 " ><fs> cat /etc/fstab\n"
17588 " # /etc/fstab\n"
17589 " # Created by anaconda\n"
17590 " [...]\n"
17591 " ><fs> exit\n"
17592 "\n"
17593 msgstr ""
17594
17595 #. type: =head2
17596 #: ../fish/guestfish.pod:67
17597 msgid "From shell scripts"
17598 msgstr ""
17599
17600 #. type: textblock
17601 #: ../fish/guestfish.pod:69
17602 msgid "Create a new C</etc/motd> file in a guest or disk image:"
17603 msgstr ""
17604
17605 #. type: verbatim
17606 #: ../fish/guestfish.pod:71
17607 #, no-wrap
17608 msgid ""
17609 " guestfish <<_EOF_\n"
17610 " add disk.img\n"
17611 " run\n"
17612 " mount /dev/vg_guest/lv_root /\n"
17613 " write /etc/motd \"Welcome, new users\"\n"
17614 " _EOF_\n"
17615 "\n"
17616 msgstr ""
17617
17618 #. type: textblock
17619 #: ../fish/guestfish.pod:78
17620 msgid "List the LVM logical volumes in a disk image:"
17621 msgstr ""
17622
17623 #. type: verbatim
17624 #: ../fish/guestfish.pod:80
17625 #, no-wrap
17626 msgid ""
17627 " guestfish -a disk.img --ro <<_EOF_\n"
17628 " run\n"
17629 " lvs\n"
17630 " _EOF_\n"
17631 "\n"
17632 msgstr ""
17633
17634 #. type: textblock
17635 #: ../fish/guestfish.pod:85
17636 msgid "List all the filesystems in a disk image:"
17637 msgstr ""
17638
17639 #. type: verbatim
17640 #: ../fish/guestfish.pod:87
17641 #, no-wrap
17642 msgid ""
17643 " guestfish -a disk.img --ro <<_EOF_\n"
17644 " run\n"
17645 " list-filesystems\n"
17646 " _EOF_\n"
17647 "\n"
17648 msgstr ""
17649
17650 #. type: =head2
17651 #: ../fish/guestfish.pod:92
17652 msgid "On one command line"
17653 msgstr ""
17654
17655 #. type: textblock
17656 #: ../fish/guestfish.pod:94
17657 msgid "Update C</etc/resolv.conf> in a guest:"
17658 msgstr ""
17659
17660 #. type: verbatim
17661 #: ../fish/guestfish.pod:96
17662 #, no-wrap
17663 msgid ""
17664 " guestfish \\\n"
17665 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17666 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17667 "\n"
17668 msgstr ""
17669
17670 #. type: textblock
17671 #: ../fish/guestfish.pod:100
17672 msgid "Edit C</boot/grub/grub.conf> interactively:"
17673 msgstr ""
17674
17675 #. type: verbatim
17676 #: ../fish/guestfish.pod:102
17677 #, no-wrap
17678 msgid ""
17679 " guestfish --rw --add disk.img \\\n"
17680 "   --mount /dev/vg_guest/lv_root \\\n"
17681 "   --mount /dev/sda1:/boot \\\n"
17682 "   edit /boot/grub/grub.conf\n"
17683 "\n"
17684 msgstr ""
17685
17686 #. type: =head2
17687 #: ../fish/guestfish.pod:107
17688 msgid "Mount disks automatically"
17689 msgstr ""
17690
17691 #. type: textblock
17692 #: ../fish/guestfish.pod:109
17693 msgid ""
17694 "Use the I<-i> option to automatically mount the disks from a virtual "
17695 "machine:"
17696 msgstr ""
17697
17698 #. type: verbatim
17699 #: ../fish/guestfish.pod:112
17700 #, no-wrap
17701 msgid ""
17702 " guestfish --ro -a disk.img -i cat /etc/group\n"
17703 "\n"
17704 msgstr ""
17705
17706 #. type: verbatim
17707 #: ../fish/guestfish.pod:114
17708 #, no-wrap
17709 msgid ""
17710 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17711 "\n"
17712 msgstr ""
17713
17714 #. type: textblock
17715 #: ../fish/guestfish.pod:116
17716 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17717 msgstr ""
17718
17719 #. type: verbatim
17720 #: ../fish/guestfish.pod:118
17721 #, no-wrap
17722 msgid ""
17723 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17724 "\n"
17725 msgstr ""
17726
17727 #. type: =head2
17728 #: ../fish/guestfish.pod:120
17729 msgid "As a script interpreter"
17730 msgstr ""
17731
17732 #. type: textblock
17733 #: ../fish/guestfish.pod:122
17734 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17735 msgstr ""
17736
17737 #. type: verbatim
17738 #: ../fish/guestfish.pod:124
17739 #, no-wrap
17740 msgid ""
17741 " #!/usr/bin/guestfish -f\n"
17742 " sparse test1.img 100M\n"
17743 " run\n"
17744 " part-disk /dev/sda mbr\n"
17745 " mkfs ext2 /dev/sda1\n"
17746 "\n"
17747 msgstr ""
17748
17749 #. type: =head2
17750 #: ../fish/guestfish.pod:130
17751 msgid "Start with a prepared disk"
17752 msgstr ""
17753
17754 #. type: textblock
17755 #: ../fish/guestfish.pod:132
17756 msgid ""
17757 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17758 "single ext2-formatted partition:"
17759 msgstr ""
17760
17761 #. type: verbatim
17762 #: ../fish/guestfish.pod:135
17763 #, no-wrap
17764 msgid ""
17765 " guestfish -N fs\n"
17766 "\n"
17767 msgstr ""
17768
17769 #. type: textblock
17770 #: ../fish/guestfish.pod:137
17771 msgid "To list what is available do:"
17772 msgstr ""
17773
17774 #. type: verbatim
17775 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
17776 #, no-wrap
17777 msgid ""
17778 " guestfish -N help | less\n"
17779 "\n"
17780 msgstr ""
17781
17782 #. type: =head2
17783 #: ../fish/guestfish.pod:141
17784 msgid "Remote control"
17785 msgstr ""
17786
17787 #. type: verbatim
17788 #: ../fish/guestfish.pod:143
17789 #, no-wrap
17790 msgid ""
17791 " eval \"`guestfish --listen`\"\n"
17792 " guestfish --remote add-ro disk.img\n"
17793 " guestfish --remote run\n"
17794 " guestfish --remote lvs\n"
17795 "\n"
17796 msgstr ""
17797
17798 #. type: =head1
17799 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
17800 msgid "OPTIONS"
17801 msgstr ""
17802
17803 #. type: =item
17804 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104 ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
17805 msgid "B<--help>"
17806 msgstr ""
17807
17808 #. type: textblock
17809 #: ../fish/guestfish.pod:154
17810 msgid "Displays general help on options."
17811 msgstr ""
17812
17813 #. type: =item
17814 #: ../fish/guestfish.pod:156
17815 msgid "B<-h>"
17816 msgstr ""
17817
17818 #. type: =item
17819 #: ../fish/guestfish.pod:158
17820 msgid "B<--cmd-help>"
17821 msgstr ""
17822
17823 #. type: textblock
17824 #: ../fish/guestfish.pod:160
17825 msgid "Lists all available guestfish commands."
17826 msgstr ""
17827
17828 #. type: =item
17829 #: ../fish/guestfish.pod:162
17830 msgid "B<-h cmd>"
17831 msgstr ""
17832
17833 #. type: =item
17834 #: ../fish/guestfish.pod:164
17835 msgid "B<--cmd-help cmd>"
17836 msgstr ""
17837
17838 #. type: textblock
17839 #: ../fish/guestfish.pod:166
17840 msgid "Displays detailed help on a single command C<cmd>."
17841 msgstr ""
17842
17843 #. type: =item
17844 #: ../fish/guestfish.pod:168
17845 msgid "B<-a image>"
17846 msgstr ""
17847
17848 #. type: =item
17849 #: ../fish/guestfish.pod:170
17850 msgid "B<--add image>"
17851 msgstr ""
17852
17853 #. type: textblock
17854 #: ../fish/guestfish.pod:172
17855 msgid "Add a block device or virtual machine image to the shell."
17856 msgstr ""
17857
17858 #. type: textblock
17859 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
17860 msgid ""
17861 "The format of the disk image is auto-detected.  To override this and force a "
17862 "particular format use the I<--format=..> option."
17863 msgstr ""
17864
17865 #. type: textblock
17866 #: ../fish/guestfish.pod:177
17867 msgid ""
17868 "Using this flag is mostly equivalent to using the C<add> command, with "
17869 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17870 "the I<--format:...> flag was given."
17871 msgstr ""
17872
17873 #. type: =item
17874 #: ../fish/guestfish.pod:181
17875 msgid "B<-c URI>"
17876 msgstr ""
17877
17878 #. type: =item
17879 #: ../fish/guestfish.pod:183
17880 msgid "B<--connect URI>"
17881 msgstr ""
17882
17883 #. type: textblock
17884 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
17885 msgid ""
17886 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17887 "URI to use.  The default is to use the default libvirt connection."
17888 msgstr ""
17889
17890 #. type: =item
17891 #: ../fish/guestfish.pod:189
17892 msgid "B<--csh>"
17893 msgstr ""
17894
17895 #. type: textblock
17896 #: ../fish/guestfish.pod:191
17897 msgid ""
17898 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17899 "section L</REMOTE CONTROL AND CSH> below."
17900 msgstr ""
17901
17902 #. type: =item
17903 #: ../fish/guestfish.pod:194
17904 msgid "B<-d libvirt-domain>"
17905 msgstr ""
17906
17907 #. type: =item
17908 #: ../fish/guestfish.pod:196
17909 msgid "B<--domain libvirt-domain>"
17910 msgstr ""
17911
17912 #. type: textblock
17913 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
17914 msgid ""
17915 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17916 "used, then any libvirt domain can be used.  However in write mode, only "
17917 "libvirt domains which are shut down can be named here."
17918 msgstr ""
17919
17920 #. type: textblock
17921 #: ../fish/guestfish.pod:202
17922 msgid ""
17923 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17924 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17925 "if the I<--format:...> flag was given."
17926 msgstr ""
17927
17928 #. type: =item
17929 #: ../fish/guestfish.pod:206
17930 msgid "B<-D>"
17931 msgstr ""
17932
17933 #. type: =item
17934 #: ../fish/guestfish.pod:208
17935 msgid "B<--no-dest-paths>"
17936 msgstr ""
17937
17938 #. type: textblock
17939 #: ../fish/guestfish.pod:210
17940 msgid ""
17941 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17942 "to hit the tab key to complete paths on the guest filesystem, but this "
17943 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17944 "allow this feature to be disabled."
17945 msgstr ""
17946
17947 #. type: =item
17948 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
17949 msgid "B<--echo-keys>"
17950 msgstr ""
17951
17952 #. type: textblock
17953 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
17954 msgid ""
17955 "When prompting for keys and passphrases, guestfish normally turns echoing "
17956 "off so you cannot see what you are typing.  If you are not worried about "
17957 "Tempest attacks and there is no one else in the room you can specify this "
17958 "flag to see what you are typing."
17959 msgstr ""
17960
17961 #. type: =item
17962 #: ../fish/guestfish.pod:222
17963 msgid "B<-f file>"
17964 msgstr ""
17965
17966 #. type: =item
17967 #: ../fish/guestfish.pod:224
17968 msgid "B<--file file>"
17969 msgstr ""
17970
17971 #. type: textblock
17972 #: ../fish/guestfish.pod:226
17973 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
17974 msgstr ""
17975
17976 #. type: verbatim
17977 #: ../fish/guestfish.pod:229
17978 #, no-wrap
17979 msgid ""
17980 " #!/usr/bin/guestfish -f\n"
17981 "\n"
17982 msgstr ""
17983
17984 #. type: =item
17985 #: ../fish/guestfish.pod:231
17986 msgid "B<--format=raw|qcow2|..>"
17987 msgstr ""
17988
17989 #. type: =item
17990 #: ../fish/guestfish.pod:233
17991 msgid "B<--format>"
17992 msgstr ""
17993
17994 #. type: textblock
17995 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
17996 msgid ""
17997 "The default for the I<-a> option is to auto-detect the format of the disk "
17998 "image.  Using this forces the disk format for I<-a> options which follow on "
17999 "the command line.  Using I<--format> with no argument switches back to "
18000 "auto-detection for subsequent I<-a> options."
18001 msgstr ""
18002
18003 #. type: verbatim
18004 #: ../fish/guestfish.pod:242
18005 #, no-wrap
18006 msgid ""
18007 " guestfish --format=raw -a disk.img\n"
18008 "\n"
18009 msgstr ""
18010
18011 #. type: textblock
18012 #: ../fish/guestfish.pod:244
18013 msgid "forces raw format (no auto-detection) for C<disk.img>."
18014 msgstr ""
18015
18016 #. type: verbatim
18017 #: ../fish/guestfish.pod:246
18018 #, no-wrap
18019 msgid ""
18020 " guestfish --format=raw -a disk.img --format -a another.img\n"
18021 "\n"
18022 msgstr ""
18023
18024 #. type: textblock
18025 #: ../fish/guestfish.pod:248
18026 msgid ""
18027 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18028 "auto-detection for C<another.img>."
18029 msgstr ""
18030
18031 #. type: textblock
18032 #: ../fish/guestfish.pod:251
18033 msgid ""
18034 "If you have untrusted raw-format guest disk images, you should use this "
18035 "option to specify the disk format.  This avoids a possible security problem "
18036 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18037 msgstr ""
18038
18039 #. type: =item
18040 #: ../fish/guestfish.pod:256
18041 msgid "B<-i>"
18042 msgstr ""
18043
18044 #. type: =item
18045 #: ../fish/guestfish.pod:258
18046 msgid "B<--inspector>"
18047 msgstr ""
18048
18049 #. type: textblock
18050 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18051 msgid ""
18052 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18053 "system and mount filesystems as they would be mounted on the real virtual "
18054 "machine."
18055 msgstr ""
18056
18057 #. type: textblock
18058 #: ../fish/guestfish.pod:264
18059 msgid "Typical usage is either:"
18060 msgstr ""
18061
18062 #. type: verbatim
18063 #: ../fish/guestfish.pod:266
18064 #, no-wrap
18065 msgid ""
18066 " guestfish -d myguest -i\n"
18067 "\n"
18068 msgstr ""
18069
18070 #. type: textblock
18071 #: ../fish/guestfish.pod:268
18072 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18073 msgstr ""
18074
18075 #. type: verbatim
18076 #: ../fish/guestfish.pod:270
18077 #, no-wrap
18078 msgid ""
18079 " guestfish --ro -d myguest -i\n"
18080 "\n"
18081 msgstr ""
18082
18083 #. type: textblock
18084 #: ../fish/guestfish.pod:272
18085 msgid "(for active domains, readonly), or specify the block device directly:"
18086 msgstr ""
18087
18088 #. type: verbatim
18089 #: ../fish/guestfish.pod:274
18090 #, no-wrap
18091 msgid ""
18092 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18093 "\n"
18094 msgstr ""
18095
18096 #. type: textblock
18097 #: ../fish/guestfish.pod:276
18098 msgid ""
18099 "Note that the command line syntax changed slightly over older versions of "
18100 "guestfish.  You can still use the old syntax:"
18101 msgstr ""
18102
18103 #. type: verbatim
18104 #: ../fish/guestfish.pod:279
18105 #, no-wrap
18106 msgid ""
18107 " guestfish [--ro] -i disk.img\n"
18108 "\n"
18109 msgstr ""
18110
18111 #. type: verbatim
18112 #: ../fish/guestfish.pod:281
18113 #, no-wrap
18114 msgid ""
18115 " guestfish [--ro] -i libvirt-domain\n"
18116 "\n"
18117 msgstr ""
18118
18119 #. type: textblock
18120 #: ../fish/guestfish.pod:283
18121 msgid ""
18122 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18123 "then using other commands to mount the filesystems that were found."
18124 msgstr ""
18125
18126 #. type: =item
18127 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18128 msgid "B<--keys-from-stdin>"
18129 msgstr ""
18130
18131 #. type: textblock
18132 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18133 msgid ""
18134 "Read key or passphrase parameters from stdin.  The default is to try to read "
18135 "passphrases from the user by opening C</dev/tty>."
18136 msgstr ""
18137
18138 #. type: =item
18139 #: ../fish/guestfish.pod:292
18140 msgid "B<--listen>"
18141 msgstr ""
18142
18143 #. type: textblock
18144 #: ../fish/guestfish.pod:294
18145 msgid ""
18146 "Fork into the background and listen for remote commands.  See section "
18147 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18148 msgstr ""
18149
18150 #. type: =item
18151 #: ../fish/guestfish.pod:297
18152 msgid "B<-m dev[:mountpoint]>"
18153 msgstr ""
18154
18155 #. type: =item
18156 #: ../fish/guestfish.pod:299
18157 msgid "B<--mount dev[:mountpoint]>"
18158 msgstr ""
18159
18160 #. type: textblock
18161 #: ../fish/guestfish.pod:301
18162 msgid "Mount the named partition or logical volume on the given mountpoint."
18163 msgstr ""
18164
18165 #. type: textblock
18166 #: ../fish/guestfish.pod:303
18167 msgid "If the mountpoint is omitted, it defaults to C</>."
18168 msgstr ""
18169
18170 #. type: textblock
18171 #: ../fish/guestfish.pod:305
18172 msgid "You have to mount something on C</> before most commands will work."
18173 msgstr ""
18174
18175 #. type: textblock
18176 #: ../fish/guestfish.pod:307
18177 msgid ""
18178 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18179 "launched."
18180 msgstr ""
18181
18182 #. type: textblock
18183 #: ../fish/guestfish.pod:310
18184 msgid ""
18185 "If you don't know what filesystems a disk image contains, you can either run "
18186 "guestfish without this option, then list the partitions, filesystems and LVs "
18187 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18188 "commands), or you can use the L<virt-filesystems(1)> program."
18189 msgstr ""
18190
18191 #. type: textblock
18192 #: ../fish/guestfish.pod:316
18193 msgid ""
18194 "Using this flag is mostly equivalent to using the C<mount-options> command "
18195 "or the C<mount-ro> command if the I<--ro> flag was given."
18196 msgstr ""
18197
18198 #. type: =item
18199 #: ../fish/guestfish.pod:319
18200 msgid "B<-n>"
18201 msgstr ""
18202
18203 #. type: =item
18204 #: ../fish/guestfish.pod:321
18205 msgid "B<--no-sync>"
18206 msgstr ""
18207
18208 #. type: textblock
18209 #: ../fish/guestfish.pod:323
18210 msgid ""
18211 "Disable autosync.  This is enabled by default.  See the discussion of "
18212 "autosync in the L<guestfs(3)> manpage."
18213 msgstr ""
18214
18215 #. type: =item
18216 #: ../fish/guestfish.pod:326
18217 msgid "B<-N type>"
18218 msgstr ""
18219
18220 #. type: =item
18221 #: ../fish/guestfish.pod:328
18222 msgid "B<--new type>"
18223 msgstr ""
18224
18225 #. type: =item
18226 #: ../fish/guestfish.pod:330
18227 msgid "B<-N help>"
18228 msgstr ""
18229
18230 #. type: textblock
18231 #: ../fish/guestfish.pod:332
18232 msgid ""
18233 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18234 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18235 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18236 "IMAGES> below."
18237 msgstr ""
18238
18239 #. type: =item
18240 #: ../fish/guestfish.pod:337
18241 msgid "B<--progress-bars>"
18242 msgstr ""
18243
18244 #. type: textblock
18245 #: ../fish/guestfish.pod:339
18246 msgid "Enable progress bars, even when guestfish is used non-interactively."
18247 msgstr ""
18248
18249 #. type: textblock
18250 #: ../fish/guestfish.pod:341
18251 msgid ""
18252 "Progress bars are enabled by default when guestfish is used as an "
18253 "interactive shell."
18254 msgstr ""
18255
18256 #. type: =item
18257 #: ../fish/guestfish.pod:344
18258 msgid "B<--no-progress-bars>"
18259 msgstr ""
18260
18261 #. type: textblock
18262 #: ../fish/guestfish.pod:346
18263 msgid "Disable progress bars."
18264 msgstr ""
18265
18266 #. type: =item
18267 #: ../fish/guestfish.pod:348
18268 msgid "B<--remote[=pid]>"
18269 msgstr ""
18270
18271 #. type: textblock
18272 #: ../fish/guestfish.pod:350
18273 msgid ""
18274 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18275 "CONTROL GUESTFISH OVER A SOCKET> below."
18276 msgstr ""
18277
18278 #. type: =item
18279 #: ../fish/guestfish.pod:353
18280 msgid "B<-r>"
18281 msgstr ""
18282
18283 #. type: =item
18284 #: ../fish/guestfish.pod:355
18285 msgid "B<--ro>"
18286 msgstr ""
18287
18288 #. type: textblock
18289 #: ../fish/guestfish.pod:357
18290 msgid ""
18291 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18292 "mounts are done read-only."
18293 msgstr ""
18294
18295 #. type: textblock
18296 #: ../fish/guestfish.pod:360
18297 msgid ""
18298 "The option must always be used if the disk image or virtual machine might be "
18299 "running, and is generally recommended in cases where you don't need write "
18300 "access to the disk."
18301 msgstr ""
18302
18303 #. type: textblock
18304 #: ../fish/guestfish.pod:364
18305 msgid ""
18306 "Note that prepared disk images created with I<-N> are not affected by this "
18307 "option.  Also commands like C<add> are not affected - you have to specify "
18308 "the C<readonly:true> option explicitly if you need it."
18309 msgstr ""
18310
18311 #. type: textblock
18312 #: ../fish/guestfish.pod:368
18313 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18314 msgstr ""
18315
18316 #. type: =item
18317 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
18318 msgid "B<--selinux>"
18319 msgstr ""
18320
18321 #. type: textblock
18322 #: ../fish/guestfish.pod:372
18323 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18324 msgstr ""
18325
18326 #. type: =item
18327 #: ../fish/guestfish.pod:374
18328 msgid "B<-v>"
18329 msgstr ""
18330
18331 #. type: =item
18332 #: ../fish/guestfish.pod:376
18333 msgid "B<--verbose>"
18334 msgstr ""
18335
18336 #. type: textblock
18337 #: ../fish/guestfish.pod:378
18338 msgid ""
18339 "Enable very verbose messages.  This is particularly useful if you find a "
18340 "bug."
18341 msgstr ""
18342
18343 #. type: =item
18344 #: ../fish/guestfish.pod:381
18345 msgid "B<-V>"
18346 msgstr ""
18347
18348 #. type: =item
18349 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
18350 msgid "B<--version>"
18351 msgstr ""
18352
18353 #. type: textblock
18354 #: ../fish/guestfish.pod:385
18355 msgid "Display the guestfish / libguestfs version number and exit."
18356 msgstr ""
18357
18358 #. type: =item
18359 #: ../fish/guestfish.pod:387
18360 msgid "B<-w>"
18361 msgstr ""
18362
18363 #. type: =item
18364 #: ../fish/guestfish.pod:389
18365 msgid "B<--rw>"
18366 msgstr ""
18367
18368 #. type: textblock
18369 #: ../fish/guestfish.pod:391
18370 msgid ""
18371 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18372 "WRITE> below."
18373 msgstr ""
18374
18375 #. type: =item
18376 #: ../fish/guestfish.pod:394
18377 msgid "B<-x>"
18378 msgstr ""
18379
18380 #. type: textblock
18381 #: ../fish/guestfish.pod:396
18382 msgid "Echo each command before executing it."
18383 msgstr ""
18384
18385 #. type: =head1
18386 #: ../fish/guestfish.pod:400
18387 msgid "COMMANDS ON COMMAND LINE"
18388 msgstr ""
18389
18390 #. type: textblock
18391 #: ../fish/guestfish.pod:402
18392 msgid "Any additional (non-option) arguments are treated as commands to execute."
18393 msgstr ""
18394
18395 #. type: textblock
18396 #: ../fish/guestfish.pod:405
18397 msgid ""
18398 "Commands to execute should be separated by a colon (C<:>), where the colon "
18399 "is a separate parameter.  Thus:"
18400 msgstr ""
18401
18402 #. type: verbatim
18403 #: ../fish/guestfish.pod:408
18404 #, no-wrap
18405 msgid ""
18406 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18407 "\n"
18408 msgstr ""
18409
18410 #. type: textblock
18411 #: ../fish/guestfish.pod:410
18412 msgid ""
18413 "If there are no additional arguments, then we enter a shell, either an "
18414 "interactive shell with a prompt (if the input is a terminal) or a "
18415 "non-interactive shell."
18416 msgstr ""
18417
18418 #. type: textblock
18419 #: ../fish/guestfish.pod:414
18420 msgid ""
18421 "In either command line mode or non-interactive shell, the first command that "
18422 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18423 "prompt) if a command fails, you can continue to enter commands."
18424 msgstr ""
18425
18426 #. type: =head1
18427 #: ../fish/guestfish.pod:419
18428 msgid "USING launch (OR run)"
18429 msgstr ""
18430
18431 #. type: textblock
18432 #: ../fish/guestfish.pod:421
18433 msgid ""
18434 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18435 "then launch it, then mount any disks you need, and finally issue "
18436 "actions/commands.  So the general order of the day is:"
18437 msgstr ""
18438
18439 #. type: textblock
18440 #: ../fish/guestfish.pod:429
18441 msgid "add or -a/--add"
18442 msgstr ""
18443
18444 #. type: textblock
18445 #: ../fish/guestfish.pod:433
18446 msgid "launch (aka run)"
18447 msgstr ""
18448
18449 #. type: textblock
18450 #: ../fish/guestfish.pod:437
18451 msgid "mount or -m/--mount"
18452 msgstr ""
18453
18454 #. type: textblock
18455 #: ../fish/guestfish.pod:441
18456 msgid "any other commands"
18457 msgstr ""
18458
18459 #. type: textblock
18460 #: ../fish/guestfish.pod:445
18461 msgid ""
18462 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18463 "guest before mounting or performing any other commands."
18464 msgstr ""
18465
18466 #. type: textblock
18467 #: ../fish/guestfish.pod:448
18468 msgid ""
18469 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18470 "I<--new> options were given then C<run> is done automatically, simply "
18471 "because guestfish can't perform the action you asked for without doing this."
18472 msgstr ""
18473
18474 #. type: =head1
18475 #: ../fish/guestfish.pod:453
18476 msgid "OPENING DISKS FOR READ AND WRITE"
18477 msgstr ""
18478
18479 #. type: textblock
18480 #: ../fish/guestfish.pod:455
18481 msgid ""
18482 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18483 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18484 "open disk images read-only or for writing."
18485 msgstr ""
18486
18487 #. type: textblock
18488 #: ../fish/guestfish.pod:459
18489 msgid ""
18490 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18491 "disk images supplied on the command line for write.  To open a disk image "
18492 "read-only you have to do I<-a image --ro>."
18493 msgstr ""
18494
18495 #. type: textblock
18496 #: ../fish/guestfish.pod:463
18497 msgid ""
18498 "This matters: If you accidentally open a live VM disk image writable then "
18499 "you will cause irreversible disk corruption."
18500 msgstr ""
18501
18502 #. type: textblock
18503 #: ../fish/guestfish.pod:466
18504 msgid ""
18505 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18506 "images will be opened read-only.  You will have to either specify "
18507 "I<guestfish --rw> or change a configuration file in order to get write "
18508 "access for disk images specified by those other command line options."
18509 msgstr ""
18510
18511 #. type: textblock
18512 #: ../fish/guestfish.pod:471
18513 msgid ""
18514 "This version of guestfish has a I<--rw> option which does nothing (it is "
18515 "already the default).  However it is highly recommended that you use this "
18516 "option to indicate that guestfish needs write access, and to prepare your "
18517 "scripts for the day when this option will be required for write access."
18518 msgstr ""
18519
18520 #. type: textblock
18521 #: ../fish/guestfish.pod:477
18522 msgid ""
18523 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18524 "other libguestfs program apart from guestfish and guestmount."
18525 msgstr ""
18526
18527 #. type: =head1
18528 #: ../fish/guestfish.pod:480
18529 msgid "QUOTING"
18530 msgstr ""
18531
18532 #. type: textblock
18533 #: ../fish/guestfish.pod:482
18534 msgid ""
18535 "You can quote ordinary parameters using either single or double quotes.  For "
18536 "example:"
18537 msgstr ""
18538
18539 #. type: verbatim
18540 #: ../fish/guestfish.pod:485
18541 #, no-wrap
18542 msgid ""
18543 " add \"file with a space.img\"\n"
18544 "\n"
18545 msgstr ""
18546
18547 #. type: verbatim
18548 #: ../fish/guestfish.pod:487
18549 #, no-wrap
18550 msgid ""
18551 " rm '/file name'\n"
18552 "\n"
18553 msgstr ""
18554
18555 #. type: verbatim
18556 #: ../fish/guestfish.pod:489
18557 #, no-wrap
18558 msgid ""
18559 " rm '/\"'\n"
18560 "\n"
18561 msgstr ""
18562
18563 #. type: textblock
18564 #: ../fish/guestfish.pod:491
18565 msgid ""
18566 "A few commands require a list of strings to be passed.  For these, use a "
18567 "whitespace-separated list, enclosed in quotes.  Strings containing "
18568 "whitespace to be passed through must be enclosed in single quotes.  A "
18569 "literal single quote must be escaped with a backslash."
18570 msgstr ""
18571
18572 #. type: verbatim
18573 #: ../fish/guestfish.pod:496
18574 #, no-wrap
18575 msgid ""
18576 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18577 " command \"/bin/echo 'foo      bar'\"\n"
18578 " command \"/bin/echo \\'foo\\'\"\n"
18579 "\n"
18580 msgstr ""
18581
18582 #. type: =head1
18583 #: ../fish/guestfish.pod:500
18584 msgid "OPTIONAL ARGUMENTS"
18585 msgstr ""
18586
18587 #. type: textblock
18588 #: ../fish/guestfish.pod:502
18589 msgid ""
18590 "Some commands take optional arguments.  These arguments appear in this "
18591 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18592 msgstr ""
18593
18594 #. type: verbatim
18595 #: ../fish/guestfish.pod:506
18596 #, no-wrap
18597 msgid ""
18598 " add-drive-opts filename\n"
18599 "\n"
18600 msgstr ""
18601
18602 #. type: verbatim
18603 #: ../fish/guestfish.pod:508
18604 #, no-wrap
18605 msgid ""
18606 " add-drive-opts filename readonly:true\n"
18607 "\n"
18608 msgstr ""
18609
18610 #. type: verbatim
18611 #: ../fish/guestfish.pod:510
18612 #, no-wrap
18613 msgid ""
18614 " add-drive-opts filename format:qcow2 readonly:false\n"
18615 "\n"
18616 msgstr ""
18617
18618 #. type: textblock
18619 #: ../fish/guestfish.pod:512
18620 msgid ""
18621 "Each optional argument can appear at most once.  All optional arguments must "
18622 "appear after the required ones."
18623 msgstr ""
18624
18625 #. type: =head1
18626 #: ../fish/guestfish.pod:515
18627 msgid "NUMBERS"
18628 msgstr ""
18629
18630 #. type: textblock
18631 #: ../fish/guestfish.pod:517
18632 msgid "This section applies to all commands which can take integers as parameters."
18633 msgstr ""
18634
18635 #. type: =head2
18636 #: ../fish/guestfish.pod:520
18637 msgid "SIZE SUFFIX"
18638 msgstr ""
18639
18640 #. type: textblock
18641 #: ../fish/guestfish.pod:522
18642 msgid ""
18643 "When the command takes a parameter measured in bytes, you can use one of the "
18644 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18645 msgstr ""
18646
18647 #. type: =item
18648 #: ../fish/guestfish.pod:528
18649 msgid "B<k> or B<K> or B<KiB>"
18650 msgstr ""
18651
18652 #. type: textblock
18653 #: ../fish/guestfish.pod:530
18654 msgid "The size in kilobytes (multiplied by 1024)."
18655 msgstr ""
18656
18657 #. type: =item
18658 #: ../fish/guestfish.pod:532
18659 msgid "B<KB>"
18660 msgstr ""
18661
18662 #. type: textblock
18663 #: ../fish/guestfish.pod:534
18664 msgid "The size in SI 1000 byte units."
18665 msgstr ""
18666
18667 #. type: =item
18668 #: ../fish/guestfish.pod:536
18669 msgid "B<M> or B<MiB>"
18670 msgstr ""
18671
18672 #. type: textblock
18673 #: ../fish/guestfish.pod:538
18674 msgid "The size in megabytes (multiplied by 1048576)."
18675 msgstr ""
18676
18677 #. type: =item
18678 #: ../fish/guestfish.pod:540
18679 msgid "B<MB>"
18680 msgstr ""
18681
18682 #. type: textblock
18683 #: ../fish/guestfish.pod:542
18684 msgid "The size in SI 1000000 byte units."
18685 msgstr ""
18686
18687 #. type: =item
18688 #: ../fish/guestfish.pod:544
18689 msgid "B<G> or B<GiB>"
18690 msgstr ""
18691
18692 #. type: textblock
18693 #: ../fish/guestfish.pod:546
18694 msgid "The size in gigabytes (multiplied by 2**30)."
18695 msgstr ""
18696
18697 #. type: =item
18698 #: ../fish/guestfish.pod:548
18699 msgid "B<GB>"
18700 msgstr ""
18701
18702 #. type: textblock
18703 #: ../fish/guestfish.pod:550
18704 msgid "The size in SI 10**9 byte units."
18705 msgstr ""
18706
18707 #. type: =item
18708 #: ../fish/guestfish.pod:552
18709 msgid "B<T> or B<TiB>"
18710 msgstr ""
18711
18712 #. type: textblock
18713 #: ../fish/guestfish.pod:554
18714 msgid "The size in terabytes (multiplied by 2**40)."
18715 msgstr ""
18716
18717 #. type: =item
18718 #: ../fish/guestfish.pod:556
18719 msgid "B<TB>"
18720 msgstr ""
18721
18722 #. type: textblock
18723 #: ../fish/guestfish.pod:558
18724 msgid "The size in SI 10**12 byte units."
18725 msgstr ""
18726
18727 #. type: =item
18728 #: ../fish/guestfish.pod:560
18729 msgid "B<P> or B<PiB>"
18730 msgstr ""
18731
18732 #. type: textblock
18733 #: ../fish/guestfish.pod:562
18734 msgid "The size in petabytes (multiplied by 2**50)."
18735 msgstr ""
18736
18737 #. type: =item
18738 #: ../fish/guestfish.pod:564
18739 msgid "B<PB>"
18740 msgstr ""
18741
18742 #. type: textblock
18743 #: ../fish/guestfish.pod:566
18744 msgid "The size in SI 10**15 byte units."
18745 msgstr ""
18746
18747 #. type: =item
18748 #: ../fish/guestfish.pod:568
18749 msgid "B<E> or B<EiB>"
18750 msgstr ""
18751
18752 #. type: textblock
18753 #: ../fish/guestfish.pod:570
18754 msgid "The size in exabytes (multiplied by 2**60)."
18755 msgstr ""
18756
18757 #. type: =item
18758 #: ../fish/guestfish.pod:572
18759 msgid "B<EB>"
18760 msgstr ""
18761
18762 #. type: textblock
18763 #: ../fish/guestfish.pod:574
18764 msgid "The size in SI 10**18 byte units."
18765 msgstr ""
18766
18767 #. type: =item
18768 #: ../fish/guestfish.pod:576
18769 msgid "B<Z> or B<ZiB>"
18770 msgstr ""
18771
18772 #. type: textblock
18773 #: ../fish/guestfish.pod:578
18774 msgid "The size in zettabytes (multiplied by 2**70)."
18775 msgstr ""
18776
18777 #. type: =item
18778 #: ../fish/guestfish.pod:580
18779 msgid "B<ZB>"
18780 msgstr ""
18781
18782 #. type: textblock
18783 #: ../fish/guestfish.pod:582
18784 msgid "The size in SI 10**21 byte units."
18785 msgstr ""
18786
18787 #. type: =item
18788 #: ../fish/guestfish.pod:584
18789 msgid "B<Y> or B<YiB>"
18790 msgstr ""
18791
18792 #. type: textblock
18793 #: ../fish/guestfish.pod:586
18794 msgid "The size in yottabytes (multiplied by 2**80)."
18795 msgstr ""
18796
18797 #. type: =item
18798 #: ../fish/guestfish.pod:588
18799 msgid "B<YB>"
18800 msgstr ""
18801
18802 #. type: textblock
18803 #: ../fish/guestfish.pod:590
18804 msgid "The size in SI 10**24 byte units."
18805 msgstr ""
18806
18807 #. type: verbatim
18808 #: ../fish/guestfish.pod:596
18809 #, no-wrap
18810 msgid ""
18811 " truncate-size /file 1G\n"
18812 "\n"
18813 msgstr ""
18814
18815 #. type: textblock
18816 #: ../fish/guestfish.pod:598
18817 msgid "would truncate the file to 1 gigabyte."
18818 msgstr ""
18819
18820 #. type: textblock
18821 #: ../fish/guestfish.pod:600
18822 msgid ""
18823 "Be careful because a few commands take sizes in kilobytes or megabytes "
18824 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
18825 "Adding a suffix will probably not do what you expect."
18826 msgstr ""
18827
18828 #. type: =head2
18829 #: ../fish/guestfish.pod:604
18830 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18831 msgstr ""
18832
18833 #. type: textblock
18834 #: ../fish/guestfish.pod:606
18835 msgid ""
18836 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18837 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18838 msgstr ""
18839
18840 #. type: verbatim
18841 #: ../fish/guestfish.pod:609
18842 #, no-wrap
18843 msgid ""
18844 " 1234      decimal number 1234\n"
18845 " 02322     octal number, equivalent to decimal 1234\n"
18846 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18847 "\n"
18848 msgstr ""
18849
18850 #. type: textblock
18851 #: ../fish/guestfish.pod:613
18852 msgid ""
18853 "When using the C<chmod> command, you almost always want to specify an octal "
18854 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18855 "L<chmod(1)> program):"
18856 msgstr ""
18857
18858 #. type: verbatim
18859 #: ../fish/guestfish.pod:617
18860 #, no-wrap
18861 msgid ""
18862 " chmod 0777 /public  # OK\n"
18863 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18864 "\n"
18865 msgstr ""
18866
18867 #. type: textblock
18868 #: ../fish/guestfish.pod:620
18869 msgid ""
18870 "Commands that return numbers usually print them in decimal, but some "
18871 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18872 "octal, preceeded by C<0>)."
18873 msgstr ""
18874
18875 #. type: =head1
18876 #: ../fish/guestfish.pod:624
18877 msgid "WILDCARDS AND GLOBBING"
18878 msgstr ""
18879
18880 #. type: textblock
18881 #: ../fish/guestfish.pod:626
18882 msgid ""
18883 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18884 "(globbing) by default.  So for example the following will not do what you "
18885 "expect:"
18886 msgstr ""
18887
18888 #. type: verbatim
18889 #: ../fish/guestfish.pod:630
18890 #, no-wrap
18891 msgid ""
18892 " rm-rf /home/*\n"
18893 "\n"
18894 msgstr ""
18895
18896 #. type: textblock
18897 #: ../fish/guestfish.pod:632
18898 msgid ""
18899 "Assuming you don't have a directory called literally C</home/*> then the "
18900 "above command will return an error."
18901 msgstr ""
18902
18903 #. type: textblock
18904 #: ../fish/guestfish.pod:635
18905 msgid "To perform wildcard expansion, use the C<glob> command."
18906 msgstr ""
18907
18908 #. type: verbatim
18909 #: ../fish/guestfish.pod:637
18910 #, no-wrap
18911 msgid ""
18912 " glob rm-rf /home/*\n"
18913 "\n"
18914 msgstr ""
18915
18916 #. type: textblock
18917 #: ../fish/guestfish.pod:639
18918 msgid ""
18919 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18920 "many times), equivalent to:"
18921 msgstr ""
18922
18923 #. type: verbatim
18924 #: ../fish/guestfish.pod:642
18925 #, no-wrap
18926 msgid ""
18927 " rm-rf /home/jim\n"
18928 " rm-rf /home/joe\n"
18929 " rm-rf /home/mary\n"
18930 "\n"
18931 msgstr ""
18932
18933 #. type: textblock
18934 #: ../fish/guestfish.pod:646
18935 msgid "C<glob> only works on simple guest paths and not on device names."
18936 msgstr ""
18937
18938 #. type: textblock
18939 #: ../fish/guestfish.pod:648
18940 msgid ""
18941 "If you have several parameters, each containing a wildcard, then glob will "
18942 "perform a Cartesian product."
18943 msgstr ""
18944
18945 #. type: =head1
18946 #: ../fish/guestfish.pod:651
18947 msgid "COMMENTS"
18948 msgstr ""
18949
18950 #. type: textblock
18951 #: ../fish/guestfish.pod:653
18952 msgid ""
18953 "Any line which starts with a I<#> character is treated as a comment and "
18954 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18955 "a command.  For example:"
18956 msgstr ""
18957
18958 #. type: verbatim
18959 #: ../fish/guestfish.pod:657
18960 #, no-wrap
18961 msgid ""
18962 " # this is a comment\n"
18963 "         # this is a comment\n"
18964 " foo # NOT a comment\n"
18965 "\n"
18966 msgstr ""
18967
18968 #. type: textblock
18969 #: ../fish/guestfish.pod:661
18970 msgid "Blank lines are also ignored."
18971 msgstr ""
18972
18973 #. type: =head1
18974 #: ../fish/guestfish.pod:663
18975 msgid "RUNNING COMMANDS LOCALLY"
18976 msgstr ""
18977
18978 #. type: textblock
18979 #: ../fish/guestfish.pod:665
18980 msgid ""
18981 "Any line which starts with a I<!> character is treated as a command sent to "
18982 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
18983 msgstr ""
18984
18985 #. type: verbatim
18986 #: ../fish/guestfish.pod:669
18987 #, no-wrap
18988 msgid ""
18989 " !mkdir local\n"
18990 " tgz-out /remote local/remote-data.tar.gz\n"
18991 "\n"
18992 msgstr ""
18993
18994 #. type: textblock
18995 #: ../fish/guestfish.pod:672
18996 msgid ""
18997 "will create a directory C<local> on the host, and then export the contents "
18998 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
18999 "(See C<tgz-out>)."
19000 msgstr ""
19001
19002 #. type: textblock
19003 #: ../fish/guestfish.pod:676
19004 msgid ""
19005 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19006 "effect, due to the way that subprocesses work in Unix."
19007 msgstr ""
19008
19009 #. type: =head1
19010 #: ../fish/guestfish.pod:679
19011 msgid "PIPES"
19012 msgstr ""
19013
19014 #. type: textblock
19015 #: ../fish/guestfish.pod:681
19016 msgid ""
19017 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19018 "command (a guestfish command) to the second command (any host command).  For "
19019 "example:"
19020 msgstr ""
19021
19022 #. type: verbatim
19023 #: ../fish/guestfish.pod:685
19024 #, no-wrap
19025 msgid ""
19026 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19027 "\n"
19028 msgstr ""
19029
19030 #. type: textblock
19031 #: ../fish/guestfish.pod:687
19032 msgid ""
19033 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19034 "program).  The above command would list all accounts in the guest filesystem "
19035 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19036 msgstr ""
19037
19038 #. type: verbatim
19039 #: ../fish/guestfish.pod:692
19040 #, no-wrap
19041 msgid ""
19042 " hexdump /bin/ls | head\n"
19043 " list-devices | tail -1\n"
19044 " tgz-out / - | tar ztf -\n"
19045 "\n"
19046 msgstr ""
19047
19048 #. type: textblock
19049 #: ../fish/guestfish.pod:696
19050 msgid ""
19051 "The space before the pipe symbol is required, any space after the pipe "
19052 "symbol is optional.  Everything after the pipe symbol is just passed "
19053 "straight to the host shell, so it can contain redirections, globs and "
19054 "anything else that makes sense on the host side."
19055 msgstr ""
19056
19057 #. type: textblock
19058 #: ../fish/guestfish.pod:701
19059 msgid ""
19060 "To use a literal argument which begins with a pipe symbol, you have to quote "
19061 "it, eg:"
19062 msgstr ""
19063
19064 #. type: verbatim
19065 #: ../fish/guestfish.pod:704
19066 #, no-wrap
19067 msgid ""
19068 " echo \"|\"\n"
19069 "\n"
19070 msgstr ""
19071
19072 #. type: =head1
19073 #: ../fish/guestfish.pod:706
19074 msgid "HOME DIRECTORIES"
19075 msgstr ""
19076
19077 #. type: textblock
19078 #: ../fish/guestfish.pod:708
19079 msgid ""
19080 "If a parameter starts with the character C<~> then the tilde may be expanded "
19081 "as a home directory path (either C<~> for the current user's home directory, "
19082 "or C<~user> for another user)."
19083 msgstr ""
19084
19085 #. type: textblock
19086 #: ../fish/guestfish.pod:712
19087 msgid ""
19088 "Note that home directory expansion happens for users known I<on the host>, "
19089 "not in the guest filesystem."
19090 msgstr ""
19091
19092 #. type: textblock
19093 #: ../fish/guestfish.pod:715
19094 msgid ""
19095 "To use a literal argument which begins with a tilde, you have to quote it, "
19096 "eg:"
19097 msgstr ""
19098
19099 #. type: verbatim
19100 #: ../fish/guestfish.pod:718
19101 #, no-wrap
19102 msgid ""
19103 " echo \"~\"\n"
19104 "\n"
19105 msgstr ""
19106
19107 #. type: textblock
19108 #: ../fish/guestfish.pod:722
19109 msgid ""
19110 "Libguestfs has some support for Linux guests encrypted according to the "
19111 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19112 "disk encryption systems used by modern Linux guests.  Currently only "
19113 "LVM-on-LUKS is supported."
19114 msgstr ""
19115
19116 #. type: textblock
19117 #: ../fish/guestfish.pod:727
19118 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19119 msgstr ""
19120
19121 #. type: verbatim
19122 #: ../fish/guestfish.pod:729
19123 #, no-wrap
19124 msgid ""
19125 " ><fs> vfs-type /dev/sda2\n"
19126 " crypto_LUKS\n"
19127 "\n"
19128 msgstr ""
19129
19130 #. type: textblock
19131 #: ../fish/guestfish.pod:732
19132 msgid ""
19133 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19134 "device called C</dev/mapper/luksdev>."
19135 msgstr ""
19136
19137 #. type: verbatim
19138 #: ../fish/guestfish.pod:735
19139 #, no-wrap
19140 msgid ""
19141 " ><fs> luks-open /dev/sda2 luksdev\n"
19142 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19143 "\n"
19144 msgstr ""
19145
19146 #. type: textblock
19147 #: ../fish/guestfish.pod:738
19148 msgid ""
19149 "Finally you have to tell LVM to scan for volume groups on the newly created "
19150 "mapper device:"
19151 msgstr ""
19152
19153 #. type: verbatim
19154 #: ../fish/guestfish.pod:741
19155 #, no-wrap
19156 msgid ""
19157 " vgscan\n"
19158 " vg-activate-all true\n"
19159 "\n"
19160 msgstr ""
19161
19162 #. type: textblock
19163 #: ../fish/guestfish.pod:744
19164 msgid "The logical volume(s) can now be mounted in the usual way."
19165 msgstr ""
19166
19167 #. type: textblock
19168 #: ../fish/guestfish.pod:746
19169 msgid ""
19170 "Before closing a LUKS device you must unmount any logical volumes on it and "
19171 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19172 "one.  Then you can close the mapper device:"
19173 msgstr ""
19174
19175 #. type: verbatim
19176 #: ../fish/guestfish.pod:750
19177 #, no-wrap
19178 msgid ""
19179 " vg-activate false /dev/VG\n"
19180 " luks-close /dev/mapper/luksdev\n"
19181 "\n"
19182 msgstr ""
19183
19184 #. type: =head1
19185 #: ../fish/guestfish.pod:753
19186 msgid "WINDOWS PATHS"
19187 msgstr ""
19188
19189 #. type: textblock
19190 #: ../fish/guestfish.pod:755
19191 msgid ""
19192 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19193 "(with some limitations).  The following commands are equivalent:"
19194 msgstr ""
19195
19196 #. type: verbatim
19197 #: ../fish/guestfish.pod:758
19198 #, no-wrap
19199 msgid ""
19200 " file /WINDOWS/system32/config/system.LOG\n"
19201 "\n"
19202 msgstr ""
19203
19204 #. type: verbatim
19205 #: ../fish/guestfish.pod:760
19206 #, no-wrap
19207 msgid ""
19208 " file win:/windows/system32/config/system.log\n"
19209 "\n"
19210 msgstr ""
19211
19212 #. type: verbatim
19213 #: ../fish/guestfish.pod:762
19214 #, no-wrap
19215 msgid ""
19216 " file win:\\windows\\system32\\config\\system.log\n"
19217 "\n"
19218 msgstr ""
19219
19220 #. type: verbatim
19221 #: ../fish/guestfish.pod:764
19222 #, no-wrap
19223 msgid ""
19224 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19225 "\n"
19226 msgstr ""
19227
19228 #. type: textblock
19229 #: ../fish/guestfish.pod:766
19230 msgid ""
19231 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19232 "handles case insensitivity like Windows would.  This only works in argument "
19233 "positions that expect a path."
19234 msgstr ""
19235
19236 #. type: =head1
19237 #: ../fish/guestfish.pod:770
19238 msgid "UPLOADING AND DOWNLOADING FILES"
19239 msgstr ""
19240
19241 #. type: textblock
19242 #: ../fish/guestfish.pod:772
19243 msgid ""
19244 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19245 "others which upload from or download to a local file, you can use the "
19246 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19247 msgstr ""
19248
19249 #. type: verbatim
19250 #: ../fish/guestfish.pod:776
19251 #, no-wrap
19252 msgid ""
19253 " upload - /foo\n"
19254 "\n"
19255 msgstr ""
19256
19257 #. type: textblock
19258 #: ../fish/guestfish.pod:778
19259 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19260 msgstr ""
19261
19262 #. type: verbatim
19263 #: ../fish/guestfish.pod:781
19264 #, no-wrap
19265 msgid ""
19266 " tar-out /etc - | tar tf -\n"
19267 "\n"
19268 msgstr ""
19269
19270 #. type: textblock
19271 #: ../fish/guestfish.pod:783
19272 msgid ""
19273 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19274 "command (see L</PIPES>)."
19275 msgstr ""
19276
19277 #. type: textblock
19278 #: ../fish/guestfish.pod:786
19279 msgid ""
19280 "When using C<-> to read from stdin, the input is read up to the end of "
19281 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19282 "some arbitrary end marker:"
19283 msgstr ""
19284
19285 #. type: verbatim
19286 #: ../fish/guestfish.pod:790
19287 #, no-wrap
19288 msgid ""
19289 " upload -<<END /foo\n"
19290 " input line 1\n"
19291 " input line 2\n"
19292 " input line 3\n"
19293 " END\n"
19294 "\n"
19295 msgstr ""
19296
19297 #. type: textblock
19298 #: ../fish/guestfish.pod:796
19299 msgid ""
19300 "Any string of characters can be used instead of C<END>.  The end marker must "
19301 "appear on a line of its own, without any preceeding or following characters "
19302 "(not even spaces)."
19303 msgstr ""
19304
19305 #. type: textblock
19306 #: ../fish/guestfish.pod:800
19307 msgid ""
19308 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19309 "upload local files (so-called \"FileIn\" parameters in the generator)."
19310 msgstr ""
19311
19312 #. type: =head1
19313 #: ../fish/guestfish.pod:803
19314 msgid "EXIT ON ERROR BEHAVIOUR"
19315 msgstr ""
19316
19317 #. type: textblock
19318 #: ../fish/guestfish.pod:805
19319 msgid ""
19320 "By default, guestfish will ignore any errors when in interactive mode "
19321 "(ie. taking commands from a human over a tty), and will exit on the first "
19322 "error in non-interactive mode (scripts, commands given on the command line)."
19323 msgstr ""
19324
19325 #. type: textblock
19326 #: ../fish/guestfish.pod:810
19327 msgid ""
19328 "If you prefix a command with a I<-> character, then that command will not "
19329 "cause guestfish to exit, even if that (one) command returns an error."
19330 msgstr ""
19331
19332 #. type: =head1
19333 #: ../fish/guestfish.pod:814
19334 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19335 msgstr ""
19336
19337 #. type: textblock
19338 #: ../fish/guestfish.pod:816
19339 msgid ""
19340 "Guestfish can be remote-controlled over a socket.  This is useful "
19341 "particularly in shell scripts where you want to make several different "
19342 "changes to a filesystem, but you don't want the overhead of starting up a "
19343 "guestfish process each time."
19344 msgstr ""
19345
19346 #. type: textblock
19347 #: ../fish/guestfish.pod:821
19348 msgid "Start a guestfish server process using:"
19349 msgstr ""
19350
19351 #. type: verbatim
19352 #: ../fish/guestfish.pod:823
19353 #, no-wrap
19354 msgid ""
19355 " eval \"`guestfish --listen`\"\n"
19356 "\n"
19357 msgstr ""
19358
19359 #. type: textblock
19360 #: ../fish/guestfish.pod:825
19361 msgid "and then send it commands by doing:"
19362 msgstr ""
19363
19364 #. type: verbatim
19365 #: ../fish/guestfish.pod:827
19366 #, no-wrap
19367 msgid ""
19368 " guestfish --remote cmd [...]\n"
19369 "\n"
19370 msgstr ""
19371
19372 #. type: textblock
19373 #: ../fish/guestfish.pod:829
19374 msgid "To cause the server to exit, send it the exit command:"
19375 msgstr ""
19376
19377 #. type: verbatim
19378 #: ../fish/guestfish.pod:831
19379 #, no-wrap
19380 msgid ""
19381 " guestfish --remote exit\n"
19382 "\n"
19383 msgstr ""
19384
19385 #. type: textblock
19386 #: ../fish/guestfish.pod:833
19387 msgid ""
19388 "Note that the server will normally exit if there is an error in a command.  "
19389 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19390 "BEHAVIOUR>."
19391 msgstr ""
19392
19393 #. type: =head2
19394 #: ../fish/guestfish.pod:837
19395 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19396 msgstr ""
19397
19398 #. type: textblock
19399 #: ../fish/guestfish.pod:839
19400 msgid ""
19401 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19402 "is how the I<--remote> option knows where to send the commands.  You can "
19403 "have several guestfish listener processes running using:"
19404 msgstr ""
19405
19406 #. type: verbatim
19407 #: ../fish/guestfish.pod:843
19408 #, no-wrap
19409 msgid ""
19410 " eval \"`guestfish --listen`\"\n"
19411 " pid1=$GUESTFISH_PID\n"
19412 " eval \"`guestfish --listen`\"\n"
19413 " pid2=$GUESTFISH_PID\n"
19414 " ...\n"
19415 " guestfish --remote=$pid1 cmd\n"
19416 " guestfish --remote=$pid2 cmd\n"
19417 "\n"
19418 msgstr ""
19419
19420 #. type: =head2
19421 #: ../fish/guestfish.pod:851
19422 msgid "REMOTE CONTROL AND CSH"
19423 msgstr ""
19424
19425 #. type: textblock
19426 #: ../fish/guestfish.pod:853
19427 msgid ""
19428 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19429 "option:"
19430 msgstr ""
19431
19432 #. type: verbatim
19433 #: ../fish/guestfish.pod:856
19434 #, no-wrap
19435 msgid ""
19436 " eval \"`guestfish --listen --csh`\"\n"
19437 "\n"
19438 msgstr ""
19439
19440 #. type: =head2
19441 #: ../fish/guestfish.pod:858
19442 msgid "REMOTE CONTROL DETAILS"
19443 msgstr ""
19444
19445 #. type: textblock
19446 #: ../fish/guestfish.pod:860
19447 msgid ""
19448 "Remote control happens over a Unix domain socket called "
19449 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19450 "of the process, and C<$PID> is the process ID of the server."
19451 msgstr ""
19452
19453 #. type: textblock
19454 #: ../fish/guestfish.pod:864
19455 msgid "Guestfish client and server versions must match exactly."
19456 msgstr ""
19457
19458 #. type: =head1
19459 #: ../fish/guestfish.pod:866
19460 msgid "PREPARED DISK IMAGES"
19461 msgstr ""
19462
19463 #. type: textblock
19464 #: ../fish/guestfish.pod:868
19465 msgid ""
19466 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19467 "preformatted disk images that guestfish can make for you to save typing.  "
19468 "This is particularly useful for testing purposes.  This option is used "
19469 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19470 "can be mixed with I<-a>)."
19471 msgstr ""
19472
19473 #. type: textblock
19474 #: ../fish/guestfish.pod:874
19475 msgid ""
19476 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19477 "the second and so on.  Existing files in the current directory are "
19478 "I<overwritten>."
19479 msgstr ""
19480
19481 #. type: textblock
19482 #: ../fish/guestfish.pod:878
19483 msgid ""
19484 "The type briefly describes how the disk should be sized, partitioned, how "
19485 "filesystem(s) should be created, and how content should be added.  "
19486 "Optionally the type can be followed by extra parameters, separated by C<:> "
19487 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19488 "sparsely-allocated disk, containing a single partition, with the partition "
19489 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19490 "on a 1GB disk instead."
19491 msgstr ""
19492
19493 #. type: textblock
19494 #: ../fish/guestfish.pod:886
19495 msgid "To list the available types and any extra parameters they take, run:"
19496 msgstr ""
19497
19498 #. type: textblock
19499 #: ../fish/guestfish.pod:890
19500 msgid ""
19501 "Note that the prepared filesystem is not mounted.  You would usually have to "
19502 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19503 msgstr ""
19504
19505 #. type: textblock
19506 #: ../fish/guestfish.pod:894
19507 msgid ""
19508 "If any I<-N> or I<--new> options are given, the guest is automatically "
19509 "launched."
19510 msgstr ""
19511
19512 #. type: textblock
19513 #: ../fish/guestfish.pod:899
19514 msgid "Create a 100MB disk with an ext4-formatted partition:"
19515 msgstr ""
19516
19517 #. type: verbatim
19518 #: ../fish/guestfish.pod:901
19519 #, no-wrap
19520 msgid ""
19521 " guestfish -N fs:ext4\n"
19522 "\n"
19523 msgstr ""
19524
19525 #. type: textblock
19526 #: ../fish/guestfish.pod:903
19527 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19528 msgstr ""
19529
19530 #. type: verbatim
19531 #: ../fish/guestfish.pod:905
19532 #, no-wrap
19533 msgid ""
19534 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19535 "\n"
19536 msgstr ""
19537
19538 #. type: textblock
19539 #: ../fish/guestfish.pod:907
19540 msgid "Create a blank 200MB disk:"
19541 msgstr ""
19542
19543 #. type: verbatim
19544 #: ../fish/guestfish.pod:909
19545 #, no-wrap
19546 msgid ""
19547 " guestfish -N disk:200M\n"
19548 "\n"
19549 msgstr ""
19550
19551 #. type: =head1
19552 #: ../fish/guestfish.pod:911
19553 msgid "PROGRESS BARS"
19554 msgstr ""
19555
19556 #. type: textblock
19557 #: ../fish/guestfish.pod:913
19558 msgid ""
19559 "Some (not all) long-running commands send progress notification messages as "
19560 "they are running.  Guestfish turns these messages into progress bars."
19561 msgstr ""
19562
19563 #. type: textblock
19564 #: ../fish/guestfish.pod:917
19565 msgid ""
19566 "When a command that supports progress bars takes longer than two seconds to "
19567 "run, and if progress bars are enabled, then you will see one appearing below "
19568 "the command:"
19569 msgstr ""
19570
19571 #. type: verbatim
19572 #: ../fish/guestfish.pod:921
19573 #, no-wrap
19574 msgid ""
19575 " ><fs> copy-size /large-file /another-file 2048M\n"
19576 " / 10% [#####-----------------------------------------] 00:30\n"
19577 "\n"
19578 msgstr ""
19579
19580 #. type: textblock
19581 #: ../fish/guestfish.pod:924
19582 msgid ""
19583 "The spinner on the left hand side moves round once for every progress "
19584 "notification received from the backend.  This is a (reasonably) golden "
19585 "assurance that the command is \"doing something\" even if the progress bar "
19586 "is not moving, because the command is able to send the progress "
19587 "notifications.  When the bar reaches 100% and the command finishes, the "
19588 "spinner disappears."
19589 msgstr ""
19590
19591 #. type: textblock
19592 #: ../fish/guestfish.pod:931
19593 msgid ""
19594 "Progress bars are enabled by default when guestfish is used interactively.  "
19595 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19596 "and you can disable them completely using I<--no-progress-bars>."
19597 msgstr ""
19598
19599 #. type: =head1
19600 #: ../fish/guestfish.pod:936
19601 msgid "GUESTFISH COMMANDS"
19602 msgstr ""
19603
19604 #. type: textblock
19605 #: ../fish/guestfish.pod:938
19606 msgid ""
19607 "The commands in this section are guestfish convenience commands, in other "
19608 "words, they are not part of the L<guestfs(3)> API."
19609 msgstr ""
19610
19611 #. type: =head2
19612 #: ../fish/guestfish.pod:941
19613 msgid "help"
19614 msgstr ""
19615
19616 #. type: verbatim
19617 #: ../fish/guestfish.pod:943
19618 #, no-wrap
19619 msgid ""
19620 " help\n"
19621 " help cmd\n"
19622 "\n"
19623 msgstr ""
19624
19625 #. type: textblock
19626 #: ../fish/guestfish.pod:946
19627 msgid "Without any parameter, this provides general help."
19628 msgstr ""
19629
19630 #. type: textblock
19631 #: ../fish/guestfish.pod:948
19632 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19633 msgstr ""
19634
19635 #. type: =head2
19636 #: ../fish/guestfish.pod:950
19637 msgid "quit | exit"
19638 msgstr ""
19639
19640 #. type: textblock
19641 #: ../fish/guestfish.pod:952
19642 msgid "This exits guestfish.  You can also use C<^D> key."
19643 msgstr ""
19644
19645 #. type: textblock
19646 #: ../fish/guestfish.pod:954
19647 msgid "@FISH_COMMANDS@"
19648 msgstr ""
19649
19650 #. type: =head1
19651 #: ../fish/guestfish.pod:956
19652 msgid "COMMANDS"
19653 msgstr ""
19654
19655 #. type: =head1
19656 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
19657 msgid "EXIT CODE"
19658 msgstr ""
19659
19660 #. type: textblock
19661 #: ../fish/guestfish.pod:962
19662 msgid ""
19663 "guestfish returns 0 if the commands completed without error, or 1 if there "
19664 "was an error."
19665 msgstr ""
19666
19667 #. type: =item
19668 #: ../fish/guestfish.pod:969
19669 msgid "EDITOR"
19670 msgstr ""
19671
19672 #. type: textblock
19673 #: ../fish/guestfish.pod:971
19674 msgid ""
19675 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19676 "C<vi>."
19677 msgstr ""
19678
19679 #. type: =item
19680 #: ../fish/guestfish.pod:974
19681 msgid "GUESTFISH_PID"
19682 msgstr ""
19683
19684 #. type: textblock
19685 #: ../fish/guestfish.pod:976
19686 msgid ""
19687 "Used with the I<--remote> option to specify the remote guestfish process to "
19688 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19689 msgstr ""
19690
19691 #. type: =item
19692 #: ../fish/guestfish.pod:980
19693 msgid "HEXEDITOR"
19694 msgstr ""
19695
19696 #. type: textblock
19697 #: ../fish/guestfish.pod:982
19698 msgid ""
19699 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19700 "not specified, the external L<hexedit(1)> program is used."
19701 msgstr ""
19702
19703 #. type: =item
19704 #: ../fish/guestfish.pod:986
19705 msgid "HOME"
19706 msgstr ""
19707
19708 #. type: textblock
19709 #: ../fish/guestfish.pod:988
19710 msgid ""
19711 "If compiled with GNU readline support, various files in the home directory "
19712 "can be used.  See L</FILES>."
19713 msgstr ""
19714
19715 #. type: textblock
19716 #: ../fish/guestfish.pod:997
19717 msgid ""
19718 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19719 "effect as using the B<-v> option."
19720 msgstr ""
19721
19722 #. type: textblock
19723 #: ../fish/guestfish.pod:1009
19724 msgid ""
19725 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19726 "the discussion of paths in L<guestfs(3)>."
19727 msgstr ""
19728
19729 #. type: textblock
19730 #: ../fish/guestfish.pod:1020
19731 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19732 msgstr ""
19733
19734 #. type: =item
19735 #: ../fish/guestfish.pod:1022
19736 msgid "PAGER"
19737 msgstr ""
19738
19739 #. type: textblock
19740 #: ../fish/guestfish.pod:1024
19741 msgid ""
19742 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19743 "C<more>."
19744 msgstr ""
19745
19746 #. type: =head1
19747 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
19748 msgid "FILES"
19749 msgstr ""
19750
19751 #. type: =item
19752 #: ../fish/guestfish.pod:1043
19753 msgid "$HOME/.guestfish"
19754 msgstr ""
19755
19756 #. type: textblock
19757 #: ../fish/guestfish.pod:1045
19758 msgid ""
19759 "If compiled with GNU readline support, then the command history is saved in "
19760 "this file."
19761 msgstr ""
19762
19763 #. type: =item
19764 #: ../fish/guestfish.pod:1048
19765 msgid "$HOME/.inputrc"
19766 msgstr ""
19767
19768 #. type: =item
19769 #: ../fish/guestfish.pod:1050
19770 msgid "/etc/inputrc"
19771 msgstr ""
19772
19773 #. type: textblock
19774 #: ../fish/guestfish.pod:1052
19775 msgid ""
19776 "If compiled with GNU readline support, then these files can be used to "
19777 "configure readline.  For further information, please see "
19778 "L<readline(3)/INITIALIZATION FILE>."
19779 msgstr ""
19780
19781 #. type: textblock
19782 #: ../fish/guestfish.pod:1056
19783 msgid "To write rules which only apply to guestfish, use:"
19784 msgstr ""
19785
19786 #. type: verbatim
19787 #: ../fish/guestfish.pod:1058
19788 #, no-wrap
19789 msgid ""
19790 " $if guestfish\n"
19791 " ...\n"
19792 " $endif\n"
19793 "\n"
19794 msgstr ""
19795
19796 #. type: textblock
19797 #: ../fish/guestfish.pod:1062
19798 msgid ""
19799 "Variables that you can set in inputrc that change the behaviour of guestfish "
19800 "in useful ways include:"
19801 msgstr ""
19802
19803 #. type: =item
19804 #: ../fish/guestfish.pod:1067
19805 msgid "completion-ignore-case (default: on)"
19806 msgstr ""
19807
19808 #. type: textblock
19809 #: ../fish/guestfish.pod:1069
19810 msgid ""
19811 "By default, guestfish will ignore case when tab-completing paths on the "
19812 "disk.  Use:"
19813 msgstr ""
19814
19815 #. type: verbatim
19816 #: ../fish/guestfish.pod:1072
19817 #, no-wrap
19818 msgid ""
19819 " set completion-ignore-case off\n"
19820 "\n"
19821 msgstr ""
19822
19823 #. type: textblock
19824 #: ../fish/guestfish.pod:1074
19825 msgid "to make guestfish case sensitive."
19826 msgstr ""
19827
19828 #. type: =item
19829 #: ../fish/guestfish.pod:1078
19830 msgid "test1.img"
19831 msgstr ""
19832
19833 #. type: =item
19834 #: ../fish/guestfish.pod:1080
19835 msgid "test2.img (etc)"
19836 msgstr ""
19837
19838 #. type: textblock
19839 #: ../fish/guestfish.pod:1082
19840 msgid ""
19841 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
19842 "will be created in the file C<test1.img> in the current directory.  The "
19843 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
19844 "the same name will be overwritten."
19845 msgstr ""
19846
19847 #. type: textblock
19848 #: ../fish/guestfish.pod:1091
19849 msgid ""
19850 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
19851 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
19852 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
19853 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
19854 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
19855 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
19856 msgstr ""
19857
19858 #. type: textblock
19859 #: ../fish/guestfish.pod:1121 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:372 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
19860 msgid ""
19861 "This program is free software; you can redistribute it and/or modify it "
19862 "under the terms of the GNU General Public License as published by the Free "
19863 "Software Foundation; either version 2 of the License, or (at your option) "
19864 "any later version."
19865 msgstr ""
19866
19867 #. type: textblock
19868 #: ../fish/guestfish.pod:1126 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:377 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
19869 msgid ""
19870 "This program is distributed in the hope that it will be useful, but WITHOUT "
19871 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
19872 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
19873 "more details."
19874 msgstr ""
19875
19876 #. type: textblock
19877 #: ../fish/guestfish.pod:1131 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:382 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
19878 msgid ""
19879 "You should have received a copy of the GNU General Public License along with "
19880 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
19881 "Ave, Cambridge, MA 02139, USA."
19882 msgstr ""
19883
19884 #. type: =head2
19885 #: ../fish/guestfish-actions.pod:1
19886 msgid "add-cdrom"
19887 msgstr ""
19888
19889 #. type: verbatim
19890 #: ../fish/guestfish-actions.pod:3
19891 #, no-wrap
19892 msgid ""
19893 " add-cdrom filename\n"
19894 "\n"
19895 msgstr ""
19896
19897 #. type: textblock
19898 #: ../fish/guestfish-actions.pod:15
19899 msgid ""
19900 "This call checks for the existence of C<filename>.  This stops you from "
19901 "specifying other types of drive which are supported by qemu such as C<nbd:> "
19902 "and C<http:> URLs.  To specify those, use the general L</config> call "
19903 "instead."
19904 msgstr ""
19905
19906 #. type: textblock
19907 #: ../fish/guestfish-actions.pod:22
19908 msgid ""
19909 "If you just want to add an ISO file (often you use this as an efficient way "
19910 "to transfer large files into the guest), then you should probably use "
19911 "L</add-drive-ro> instead."
19912 msgstr ""
19913
19914 #. type: =head2
19915 #: ../fish/guestfish-actions.pod:35
19916 msgid "add-domain"
19917 msgstr ""
19918
19919 #. type: =head2
19920 #: ../fish/guestfish-actions.pod:37
19921 msgid "domain"
19922 msgstr ""
19923
19924 #. type: verbatim
19925 #: ../fish/guestfish-actions.pod:39
19926 #, no-wrap
19927 msgid ""
19928 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
19929 "\n"
19930 msgstr ""
19931
19932 #. type: textblock
19933 #: ../fish/guestfish-actions.pod:41
19934 msgid ""
19935 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
19936 "It works by connecting to libvirt, requesting the domain and domain XML from "
19937 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
19938 msgstr ""
19939
19940 #. type: textblock
19941 #: ../fish/guestfish-actions.pod:64
19942 msgid ""
19943 "The other optional parameters are passed directly through to "
19944 "L</add-drive-opts>."
19945 msgstr ""
19946
19947 #. type: textblock
19948 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131 ../fish/guestfish-actions.pod:2846
19949 msgid ""
19950 "This command has one or more optional arguments.  See L</OPTIONAL "
19951 "ARGUMENTS>."
19952 msgstr ""
19953
19954 #. type: =head2
19955 #: ../fish/guestfish-actions.pod:69
19956 msgid "add-drive"
19957 msgstr ""
19958
19959 #. type: verbatim
19960 #: ../fish/guestfish-actions.pod:71
19961 #, no-wrap
19962 msgid ""
19963 " add-drive filename\n"
19964 "\n"
19965 msgstr ""
19966
19967 #. type: textblock
19968 #: ../fish/guestfish-actions.pod:73
19969 msgid ""
19970 "This function is the equivalent of calling L</add-drive-opts> with no "
19971 "optional parameters, so the disk is added writable, with the format being "
19972 "detected automatically."
19973 msgstr ""
19974
19975 #. type: textblock
19976 #: ../fish/guestfish-actions.pod:77
19977 msgid ""
19978 "Automatic detection of the format opens you up to a potential security hole "
19979 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
19980 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
19981 "you should think about replacing calls to this function with calls to "
19982 "L</add-drive-opts>, and specifying the format."
19983 msgstr ""
19984
19985 #. type: =head2
19986 #: ../fish/guestfish-actions.pod:84
19987 msgid "add-drive-opts"
19988 msgstr ""
19989
19990 #. type: =head2
19991 #: ../fish/guestfish-actions.pod:86
19992 msgid "add"
19993 msgstr ""
19994
19995 #. type: verbatim
19996 #: ../fish/guestfish-actions.pod:88
19997 #, no-wrap
19998 msgid ""
19999 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
20000 "\n"
20001 msgstr ""
20002
20003 #. type: textblock
20004 #: ../fish/guestfish-actions.pod:115
20005 msgid ""
20006 "This forces the image format.  If you omit this (or use L</add-drive> or "
20007 "L</add-drive-ro>) then the format is automatically detected.  Possible "
20008 "formats include C<raw> and C<qcow2>."
20009 msgstr ""
20010
20011 #. type: textblock
20012 #: ../fish/guestfish-actions.pod:126
20013 msgid ""
20014 "This rarely-used option lets you emulate the behaviour of the deprecated "
20015 "L</add-drive-with-if> call (q.v.)"
20016 msgstr ""
20017
20018 #. type: =head2
20019 #: ../fish/guestfish-actions.pod:133
20020 msgid "add-drive-ro"
20021 msgstr ""
20022
20023 #. type: =head2
20024 #: ../fish/guestfish-actions.pod:135
20025 msgid "add-ro"
20026 msgstr ""
20027
20028 #. type: verbatim
20029 #: ../fish/guestfish-actions.pod:137
20030 #, no-wrap
20031 msgid ""
20032 " add-drive-ro filename\n"
20033 "\n"
20034 msgstr ""
20035
20036 #. type: textblock
20037 #: ../fish/guestfish-actions.pod:139
20038 msgid ""
20039 "This function is the equivalent of calling L</add-drive-opts> with the "
20040 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20041 "is added read-only, with the format being detected automatically."
20042 msgstr ""
20043
20044 #. type: =head2
20045 #: ../fish/guestfish-actions.pod:144
20046 msgid "add-drive-ro-with-if"
20047 msgstr ""
20048
20049 #. type: verbatim
20050 #: ../fish/guestfish-actions.pod:146
20051 #, no-wrap
20052 msgid ""
20053 " add-drive-ro-with-if filename iface\n"
20054 "\n"
20055 msgstr ""
20056
20057 #. type: textblock
20058 #: ../fish/guestfish-actions.pod:148
20059 msgid ""
20060 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20061 "interface emulation to use at run time."
20062 msgstr ""
20063
20064 #. type: =head2
20065 #: ../fish/guestfish-actions.pod:158
20066 msgid "add-drive-with-if"
20067 msgstr ""
20068
20069 #. type: verbatim
20070 #: ../fish/guestfish-actions.pod:160
20071 #, no-wrap
20072 msgid ""
20073 " add-drive-with-if filename iface\n"
20074 "\n"
20075 msgstr ""
20076
20077 #. type: textblock
20078 #: ../fish/guestfish-actions.pod:162
20079 msgid ""
20080 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20081 "interface emulation to use at run time."
20082 msgstr ""
20083
20084 #. type: =head2
20085 #: ../fish/guestfish-actions.pod:172
20086 msgid "aug-clear"
20087 msgstr ""
20088
20089 #. type: verbatim
20090 #: ../fish/guestfish-actions.pod:174
20091 #, no-wrap
20092 msgid ""
20093 " aug-clear augpath\n"
20094 "\n"
20095 msgstr ""
20096
20097 #. type: =head2
20098 #: ../fish/guestfish-actions.pod:179
20099 msgid "aug-close"
20100 msgstr ""
20101
20102 #. type: verbatim
20103 #: ../fish/guestfish-actions.pod:181
20104 #, no-wrap
20105 msgid ""
20106 " aug-close\n"
20107 "\n"
20108 msgstr ""
20109
20110 #. type: textblock
20111 #: ../fish/guestfish-actions.pod:183
20112 msgid ""
20113 "Close the current Augeas handle and free up any resources used by it.  After "
20114 "calling this, you have to call L</aug-init> again before you can use any "
20115 "other Augeas functions."
20116 msgstr ""
20117
20118 #. type: =head2
20119 #: ../fish/guestfish-actions.pod:188
20120 msgid "aug-defnode"
20121 msgstr ""
20122
20123 #. type: verbatim
20124 #: ../fish/guestfish-actions.pod:190
20125 #, no-wrap
20126 msgid ""
20127 " aug-defnode name expr val\n"
20128 "\n"
20129 msgstr ""
20130
20131 #. type: textblock
20132 #: ../fish/guestfish-actions.pod:195
20133 msgid ""
20134 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20135 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20136 "containing that single node."
20137 msgstr ""
20138
20139 #. type: =head2
20140 #: ../fish/guestfish-actions.pod:203
20141 msgid "aug-defvar"
20142 msgstr ""
20143
20144 #. type: verbatim
20145 #: ../fish/guestfish-actions.pod:205
20146 #, no-wrap
20147 msgid ""
20148 " aug-defvar name expr\n"
20149 "\n"
20150 msgstr ""
20151
20152 #. type: =head2
20153 #: ../fish/guestfish-actions.pod:214
20154 msgid "aug-get"
20155 msgstr ""
20156
20157 #. type: verbatim
20158 #: ../fish/guestfish-actions.pod:216
20159 #, no-wrap
20160 msgid ""
20161 " aug-get augpath\n"
20162 "\n"
20163 msgstr ""
20164
20165 #. type: =head2
20166 #: ../fish/guestfish-actions.pod:221
20167 msgid "aug-init"
20168 msgstr ""
20169
20170 #. type: verbatim
20171 #: ../fish/guestfish-actions.pod:223
20172 #, no-wrap
20173 msgid ""
20174 " aug-init root flags\n"
20175 "\n"
20176 msgstr ""
20177
20178 #. type: textblock
20179 #: ../fish/guestfish-actions.pod:229
20180 msgid "You must call this before using any other L</aug-*> commands."
20181 msgstr ""
20182
20183 #. type: textblock
20184 #: ../fish/guestfish-actions.pod:264
20185 msgid "Do not load the tree in L</aug-init>."
20186 msgstr ""
20187
20188 #. type: textblock
20189 #: ../fish/guestfish-actions.pod:268
20190 msgid "To close the handle, you can call L</aug-close>."
20191 msgstr ""
20192
20193 #. type: =head2
20194 #: ../fish/guestfish-actions.pod:272
20195 msgid "aug-insert"
20196 msgstr ""
20197
20198 #. type: verbatim
20199 #: ../fish/guestfish-actions.pod:274
20200 #, no-wrap
20201 msgid ""
20202 " aug-insert augpath label true|false\n"
20203 "\n"
20204 msgstr ""
20205
20206 #. type: =head2
20207 #: ../fish/guestfish-actions.pod:284
20208 msgid "aug-load"
20209 msgstr ""
20210
20211 #. type: verbatim
20212 #: ../fish/guestfish-actions.pod:286
20213 #, no-wrap
20214 msgid ""
20215 " aug-load\n"
20216 "\n"
20217 msgstr ""
20218
20219 #. type: =head2
20220 #: ../fish/guestfish-actions.pod:293
20221 msgid "aug-ls"
20222 msgstr ""
20223
20224 #. type: verbatim
20225 #: ../fish/guestfish-actions.pod:295
20226 #, no-wrap
20227 msgid ""
20228 " aug-ls augpath\n"
20229 "\n"
20230 msgstr ""
20231
20232 #. type: textblock
20233 #: ../fish/guestfish-actions.pod:297
20234 msgid ""
20235 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20236 "resulting nodes into alphabetical order."
20237 msgstr ""
20238
20239 #. type: =head2
20240 #: ../fish/guestfish-actions.pod:300
20241 msgid "aug-match"
20242 msgstr ""
20243
20244 #. type: verbatim
20245 #: ../fish/guestfish-actions.pod:302
20246 #, no-wrap
20247 msgid ""
20248 " aug-match augpath\n"
20249 "\n"
20250 msgstr ""
20251
20252 #. type: =head2
20253 #: ../fish/guestfish-actions.pod:308
20254 msgid "aug-mv"
20255 msgstr ""
20256
20257 #. type: verbatim
20258 #: ../fish/guestfish-actions.pod:310
20259 #, no-wrap
20260 msgid ""
20261 " aug-mv src dest\n"
20262 "\n"
20263 msgstr ""
20264
20265 #. type: =head2
20266 #: ../fish/guestfish-actions.pod:315
20267 msgid "aug-rm"
20268 msgstr ""
20269
20270 #. type: verbatim
20271 #: ../fish/guestfish-actions.pod:317
20272 #, no-wrap
20273 msgid ""
20274 " aug-rm augpath\n"
20275 "\n"
20276 msgstr ""
20277
20278 #. type: =head2
20279 #: ../fish/guestfish-actions.pod:323
20280 msgid "aug-save"
20281 msgstr ""
20282
20283 #. type: verbatim
20284 #: ../fish/guestfish-actions.pod:325
20285 #, no-wrap
20286 msgid ""
20287 " aug-save\n"
20288 "\n"
20289 msgstr ""
20290
20291 #. type: textblock
20292 #: ../fish/guestfish-actions.pod:329
20293 msgid ""
20294 "The flags which were passed to L</aug-init> affect exactly how files are "
20295 "saved."
20296 msgstr ""
20297
20298 #. type: =head2
20299 #: ../fish/guestfish-actions.pod:332
20300 msgid "aug-set"
20301 msgstr ""
20302
20303 #. type: verbatim
20304 #: ../fish/guestfish-actions.pod:334
20305 #, no-wrap
20306 msgid ""
20307 " aug-set augpath val\n"
20308 "\n"
20309 msgstr ""
20310
20311 #. type: textblock
20312 #: ../fish/guestfish-actions.pod:338
20313 msgid ""
20314 "In the Augeas API, it is possible to clear a node by setting the value to "
20315 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20316 "this call.  Instead you must use the L</aug-clear> call."
20317 msgstr ""
20318
20319 #. type: =head2
20320 #: ../fish/guestfish-actions.pod:343
20321 msgid "available"
20322 msgstr ""
20323
20324 #. type: verbatim
20325 #: ../fish/guestfish-actions.pod:345
20326 #, no-wrap
20327 msgid ""
20328 " available 'groups ...'\n"
20329 "\n"
20330 msgstr ""
20331
20332 #. type: textblock
20333 #: ../fish/guestfish-actions.pod:351
20334 msgid ""
20335 "The libguestfs groups, and the functions that those groups correspond to, "
20336 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20337 "runtime by calling L</available-all-groups>."
20338 msgstr ""
20339
20340 #. type: textblock
20341 #: ../fish/guestfish-actions.pod:375
20342 msgid "You must call L</launch> before calling this function."
20343 msgstr ""
20344
20345 #. type: textblock
20346 #: ../fish/guestfish-actions.pod:397
20347 msgid ""
20348 "This call was added in version C<1.0.80>.  In previous versions of "
20349 "libguestfs all you could do would be to speculatively execute a command to "
20350 "find out if the daemon implemented it.  See also L</version>."
20351 msgstr ""
20352
20353 #. type: =head2
20354 #: ../fish/guestfish-actions.pod:404
20355 msgid "available-all-groups"
20356 msgstr ""
20357
20358 #. type: verbatim
20359 #: ../fish/guestfish-actions.pod:406
20360 #, no-wrap
20361 msgid ""
20362 " available-all-groups\n"
20363 "\n"
20364 msgstr ""
20365
20366 #. type: textblock
20367 #: ../fish/guestfish-actions.pod:408
20368 msgid ""
20369 "This command returns a list of all optional groups that this daemon knows "
20370 "about.  Note this returns both supported and unsupported groups.  To find "
20371 "out which ones the daemon can actually support you have to call "
20372 "L</available> on each member of the returned list."
20373 msgstr ""
20374
20375 #. type: textblock
20376 #: ../fish/guestfish-actions.pod:414
20377 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20378 msgstr ""
20379
20380 #. type: =head2
20381 #: ../fish/guestfish-actions.pod:416
20382 msgid "base64-in"
20383 msgstr ""
20384
20385 #. type: verbatim
20386 #: ../fish/guestfish-actions.pod:418
20387 #, no-wrap
20388 msgid ""
20389 " base64-in (base64file|-) filename\n"
20390 "\n"
20391 msgstr ""
20392
20393 #. type: textblock
20394 #: ../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:4201 ../fish/guestfish-actions.pod:4213 ../fish/guestfish-actions.pod:4224 ../fish/guestfish-actions.pod:4235 ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:4296 ../fish/guestfish-actions.pod:4350 ../fish/guestfish-actions.pod:4373
20395 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20396 msgstr ""
20397
20398 #. type: =head2
20399 #: ../fish/guestfish-actions.pod:425
20400 msgid "base64-out"
20401 msgstr ""
20402
20403 #. type: verbatim
20404 #: ../fish/guestfish-actions.pod:427
20405 #, no-wrap
20406 msgid ""
20407 " base64-out filename (base64file|-)\n"
20408 "\n"
20409 msgstr ""
20410
20411 #. type: =head2
20412 #: ../fish/guestfish-actions.pod:434
20413 msgid "blockdev-flushbufs"
20414 msgstr ""
20415
20416 #. type: verbatim
20417 #: ../fish/guestfish-actions.pod:436
20418 #, no-wrap
20419 msgid ""
20420 " blockdev-flushbufs device\n"
20421 "\n"
20422 msgstr ""
20423
20424 #. type: =head2
20425 #: ../fish/guestfish-actions.pod:443
20426 msgid "blockdev-getbsz"
20427 msgstr ""
20428
20429 #. type: verbatim
20430 #: ../fish/guestfish-actions.pod:445
20431 #, no-wrap
20432 msgid ""
20433 " blockdev-getbsz device\n"
20434 "\n"
20435 msgstr ""
20436
20437 #. type: =head2
20438 #: ../fish/guestfish-actions.pod:454
20439 msgid "blockdev-getro"
20440 msgstr ""
20441
20442 #. type: verbatim
20443 #: ../fish/guestfish-actions.pod:456
20444 #, no-wrap
20445 msgid ""
20446 " blockdev-getro device\n"
20447 "\n"
20448 msgstr ""
20449
20450 #. type: =head2
20451 #: ../fish/guestfish-actions.pod:463
20452 msgid "blockdev-getsize64"
20453 msgstr ""
20454
20455 #. type: verbatim
20456 #: ../fish/guestfish-actions.pod:465
20457 #, no-wrap
20458 msgid ""
20459 " blockdev-getsize64 device\n"
20460 "\n"
20461 msgstr ""
20462
20463 #. type: textblock
20464 #: ../fish/guestfish-actions.pod:469
20465 msgid "See also L</blockdev-getsz>."
20466 msgstr ""
20467
20468 #. type: =head2
20469 #: ../fish/guestfish-actions.pod:473
20470 msgid "blockdev-getss"
20471 msgstr ""
20472
20473 #. type: verbatim
20474 #: ../fish/guestfish-actions.pod:475
20475 #, no-wrap
20476 msgid ""
20477 " blockdev-getss device\n"
20478 "\n"
20479 msgstr ""
20480
20481 #. type: textblock
20482 #: ../fish/guestfish-actions.pod:480
20483 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20484 msgstr ""
20485
20486 #. type: =head2
20487 #: ../fish/guestfish-actions.pod:485
20488 msgid "blockdev-getsz"
20489 msgstr ""
20490
20491 #. type: verbatim
20492 #: ../fish/guestfish-actions.pod:487
20493 #, no-wrap
20494 msgid ""
20495 " blockdev-getsz device\n"
20496 "\n"
20497 msgstr ""
20498
20499 #. type: textblock
20500 #: ../fish/guestfish-actions.pod:492
20501 msgid ""
20502 "See also L</blockdev-getss> for the real sector size of the device, and "
20503 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20504 msgstr ""
20505
20506 #. type: =head2
20507 #: ../fish/guestfish-actions.pod:498
20508 msgid "blockdev-rereadpt"
20509 msgstr ""
20510
20511 #. type: verbatim
20512 #: ../fish/guestfish-actions.pod:500
20513 #, no-wrap
20514 msgid ""
20515 " blockdev-rereadpt device\n"
20516 "\n"
20517 msgstr ""
20518
20519 #. type: =head2
20520 #: ../fish/guestfish-actions.pod:506
20521 msgid "blockdev-setbsz"
20522 msgstr ""
20523
20524 #. type: verbatim
20525 #: ../fish/guestfish-actions.pod:508
20526 #, no-wrap
20527 msgid ""
20528 " blockdev-setbsz device blocksize\n"
20529 "\n"
20530 msgstr ""
20531
20532 #. type: =head2
20533 #: ../fish/guestfish-actions.pod:517
20534 msgid "blockdev-setro"
20535 msgstr ""
20536
20537 #. type: verbatim
20538 #: ../fish/guestfish-actions.pod:519
20539 #, no-wrap
20540 msgid ""
20541 " blockdev-setro device\n"
20542 "\n"
20543 msgstr ""
20544
20545 #. type: =head2
20546 #: ../fish/guestfish-actions.pod:525
20547 msgid "blockdev-setrw"
20548 msgstr ""
20549
20550 #. type: verbatim
20551 #: ../fish/guestfish-actions.pod:527
20552 #, no-wrap
20553 msgid ""
20554 " blockdev-setrw device\n"
20555 "\n"
20556 msgstr ""
20557
20558 #. type: =head2
20559 #: ../fish/guestfish-actions.pod:533
20560 msgid "case-sensitive-path"
20561 msgstr ""
20562
20563 #. type: verbatim
20564 #: ../fish/guestfish-actions.pod:535
20565 #, no-wrap
20566 msgid ""
20567 " case-sensitive-path path\n"
20568 "\n"
20569 msgstr ""
20570
20571 #. type: textblock
20572 #: ../fish/guestfish-actions.pod:559
20573 msgid ""
20574 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
20575 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
20576 "how the directories were originally created under Windows)."
20577 msgstr ""
20578
20579 #. type: textblock
20580 #: ../fish/guestfish-actions.pod:567
20581 msgid "See also L</realpath>."
20582 msgstr ""
20583
20584 #. type: =head2
20585 #: ../fish/guestfish-actions.pod:569
20586 msgid "cat"
20587 msgstr ""
20588
20589 #. type: verbatim
20590 #: ../fish/guestfish-actions.pod:571
20591 #, no-wrap
20592 msgid ""
20593 " cat path\n"
20594 "\n"
20595 msgstr ""
20596
20597 #. type: textblock
20598 #: ../fish/guestfish-actions.pod:575
20599 msgid ""
20600 "Note that this function cannot correctly handle binary files (specifically, "
20601 "files containing C<\\0> character which is treated as end of string).  For "
20602 "those you need to use the L</read-file> or L</download> functions which have "
20603 "a more complex interface."
20604 msgstr ""
20605
20606 #. type: =head2
20607 #: ../fish/guestfish-actions.pod:583
20608 msgid "checksum"
20609 msgstr ""
20610
20611 #. type: verbatim
20612 #: ../fish/guestfish-actions.pod:585
20613 #, no-wrap
20614 msgid ""
20615 " checksum csumtype path\n"
20616 "\n"
20617 msgstr ""
20618
20619 #. type: textblock
20620 #: ../fish/guestfish-actions.pod:628
20621 msgid "To get the checksum for a device, use L</checksum-device>."
20622 msgstr ""
20623
20624 #. type: textblock
20625 #: ../fish/guestfish-actions.pod:630
20626 msgid "To get the checksums for many files, use L</checksums-out>."
20627 msgstr ""
20628
20629 #. type: =head2
20630 #: ../fish/guestfish-actions.pod:632
20631 msgid "checksum-device"
20632 msgstr ""
20633
20634 #. type: verbatim
20635 #: ../fish/guestfish-actions.pod:634
20636 #, no-wrap
20637 msgid ""
20638 " checksum-device csumtype device\n"
20639 "\n"
20640 msgstr ""
20641
20642 #. type: textblock
20643 #: ../fish/guestfish-actions.pod:636
20644 msgid ""
20645 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
20646 "device named C<device>.  For the types of checksums supported see the "
20647 "L</checksum> command."
20648 msgstr ""
20649
20650 #. type: =head2
20651 #: ../fish/guestfish-actions.pod:640
20652 msgid "checksums-out"
20653 msgstr ""
20654
20655 #. type: verbatim
20656 #: ../fish/guestfish-actions.pod:642
20657 #, no-wrap
20658 msgid ""
20659 " checksums-out csumtype directory (sumsfile|-)\n"
20660 "\n"
20661 msgstr ""
20662
20663 #. type: =head2
20664 #: ../fish/guestfish-actions.pod:658
20665 msgid "chmod"
20666 msgstr ""
20667
20668 #. type: verbatim
20669 #: ../fish/guestfish-actions.pod:660
20670 #, no-wrap
20671 msgid ""
20672 " chmod mode path\n"
20673 "\n"
20674 msgstr ""
20675
20676 #. type: =head2
20677 #: ../fish/guestfish-actions.pod:671
20678 msgid "chown"
20679 msgstr ""
20680
20681 #. type: verbatim
20682 #: ../fish/guestfish-actions.pod:673
20683 #, no-wrap
20684 msgid ""
20685 " chown owner group path\n"
20686 "\n"
20687 msgstr ""
20688
20689 #. type: =head2
20690 #: ../fish/guestfish-actions.pod:681
20691 msgid "command"
20692 msgstr ""
20693
20694 #. type: verbatim
20695 #: ../fish/guestfish-actions.pod:683
20696 #, no-wrap
20697 msgid ""
20698 " command 'arguments ...'\n"
20699 "\n"
20700 msgstr ""
20701
20702 #. type: textblock
20703 #: ../fish/guestfish-actions.pod:690
20704 msgid ""
20705 "The single parameter is an argv-style list of arguments.  The first element "
20706 "is the name of the program to run.  Subsequent elements are parameters.  The "
20707 "list must be non-empty (ie. must contain a program name).  Note that the "
20708 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
20709 msgstr ""
20710
20711 #. type: =head2
20712 #: ../fish/guestfish-actions.pod:718
20713 msgid "command-lines"
20714 msgstr ""
20715
20716 #. type: verbatim
20717 #: ../fish/guestfish-actions.pod:720
20718 #, no-wrap
20719 msgid ""
20720 " command-lines 'arguments ...'\n"
20721 "\n"
20722 msgstr ""
20723
20724 #. type: textblock
20725 #: ../fish/guestfish-actions.pod:722
20726 msgid "This is the same as L</command>, but splits the result into a list of lines."
20727 msgstr ""
20728
20729 #. type: textblock
20730 #: ../fish/guestfish-actions.pod:725
20731 msgid "See also: L</sh-lines>"
20732 msgstr ""
20733
20734 #. type: =head2
20735 #: ../fish/guestfish-actions.pod:730
20736 msgid "config"
20737 msgstr ""
20738
20739 #. type: verbatim
20740 #: ../fish/guestfish-actions.pod:732
20741 #, no-wrap
20742 msgid ""
20743 " config qemuparam qemuvalue\n"
20744 "\n"
20745 msgstr ""
20746
20747 #. type: =head2
20748 #: ../fish/guestfish-actions.pod:743
20749 msgid "copy-size"
20750 msgstr ""
20751
20752 #. type: verbatim
20753 #: ../fish/guestfish-actions.pod:745
20754 #, no-wrap
20755 msgid ""
20756 " copy-size src dest size\n"
20757 "\n"
20758 msgstr ""
20759
20760 #. type: =head2
20761 #: ../fish/guestfish-actions.pod:753
20762 msgid "cp"
20763 msgstr ""
20764
20765 #. type: verbatim
20766 #: ../fish/guestfish-actions.pod:755
20767 #, no-wrap
20768 msgid ""
20769 " cp src dest\n"
20770 "\n"
20771 msgstr ""
20772
20773 #. type: =head2
20774 #: ../fish/guestfish-actions.pod:760
20775 msgid "cp-a"
20776 msgstr ""
20777
20778 #. type: verbatim
20779 #: ../fish/guestfish-actions.pod:762
20780 #, no-wrap
20781 msgid ""
20782 " cp-a src dest\n"
20783 "\n"
20784 msgstr ""
20785
20786 #. type: =head2
20787 #: ../fish/guestfish-actions.pod:767
20788 msgid "dd"
20789 msgstr ""
20790
20791 #. type: verbatim
20792 #: ../fish/guestfish-actions.pod:769
20793 #, no-wrap
20794 msgid ""
20795 " dd src dest\n"
20796 "\n"
20797 msgstr ""
20798
20799 #. type: textblock
20800 #: ../fish/guestfish-actions.pod:776
20801 msgid ""
20802 "If the destination is a device, it must be as large or larger than the "
20803 "source file or device, otherwise the copy will fail.  This command cannot do "
20804 "partial copies (see L</copy-size>)."
20805 msgstr ""
20806
20807 #. type: =head2
20808 #: ../fish/guestfish-actions.pod:780
20809 msgid "df"
20810 msgstr ""
20811
20812 #. type: verbatim
20813 #: ../fish/guestfish-actions.pod:782
20814 #, no-wrap
20815 msgid ""
20816 " df\n"
20817 "\n"
20818 msgstr ""
20819
20820 #. type: textblock
20821 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
20822 msgid ""
20823 "This command is mostly useful for interactive sessions.  It is I<not> "
20824 "intended that you try to parse the output string.  Use L</statvfs> from "
20825 "programs."
20826 msgstr ""
20827
20828 #. type: =head2
20829 #: ../fish/guestfish-actions.pod:790
20830 msgid "df-h"
20831 msgstr ""
20832
20833 #. type: verbatim
20834 #: ../fish/guestfish-actions.pod:792
20835 #, no-wrap
20836 msgid ""
20837 " df-h\n"
20838 "\n"
20839 msgstr ""
20840
20841 #. type: =head2
20842 #: ../fish/guestfish-actions.pod:801
20843 msgid "dmesg"
20844 msgstr ""
20845
20846 #. type: verbatim
20847 #: ../fish/guestfish-actions.pod:803
20848 #, no-wrap
20849 msgid ""
20850 " dmesg\n"
20851 "\n"
20852 msgstr ""
20853
20854 #. type: textblock
20855 #: ../fish/guestfish-actions.pod:809
20856 msgid ""
20857 "Another way to get the same information is to enable verbose messages with "
20858 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
20859 "before running the program."
20860 msgstr ""
20861
20862 #. type: =head2
20863 #: ../fish/guestfish-actions.pod:814
20864 msgid "download"
20865 msgstr ""
20866
20867 #. type: verbatim
20868 #: ../fish/guestfish-actions.pod:816
20869 #, no-wrap
20870 msgid ""
20871 " download remotefilename (filename|-)\n"
20872 "\n"
20873 msgstr ""
20874
20875 #. type: textblock
20876 #: ../fish/guestfish-actions.pod:823
20877 msgid "See also L</upload>, L</cat>."
20878 msgstr ""
20879
20880 #. type: =head2
20881 #: ../fish/guestfish-actions.pod:827
20882 msgid "download-offset"
20883 msgstr ""
20884
20885 #. type: verbatim
20886 #: ../fish/guestfish-actions.pod:829
20887 #, no-wrap
20888 msgid ""
20889 " download-offset remotefilename (filename|-) offset size\n"
20890 "\n"
20891 msgstr ""
20892
20893 #. type: textblock
20894 #: ../fish/guestfish-actions.pod:837
20895 msgid ""
20896 "Note that there is no limit on the amount of data that can be downloaded "
20897 "with this call, unlike with L</pread>, and this call always reads the full "
20898 "amount unless an error occurs."
20899 msgstr ""
20900
20901 #. type: textblock
20902 #: ../fish/guestfish-actions.pod:842
20903 msgid "See also L</download>, L</pread>."
20904 msgstr ""
20905
20906 #. type: =head2
20907 #: ../fish/guestfish-actions.pod:846
20908 msgid "drop-caches"
20909 msgstr ""
20910
20911 #. type: verbatim
20912 #: ../fish/guestfish-actions.pod:848
20913 #, no-wrap
20914 msgid ""
20915 " drop-caches whattodrop\n"
20916 "\n"
20917 msgstr ""
20918
20919 #. type: =head2
20920 #: ../fish/guestfish-actions.pod:860
20921 msgid "du"
20922 msgstr ""
20923
20924 #. type: verbatim
20925 #: ../fish/guestfish-actions.pod:862
20926 #, no-wrap
20927 msgid ""
20928 " du path\n"
20929 "\n"
20930 msgstr ""
20931
20932 #. type: =head2
20933 #: ../fish/guestfish-actions.pod:874
20934 msgid "e2fsck-f"
20935 msgstr ""
20936
20937 #. type: verbatim
20938 #: ../fish/guestfish-actions.pod:876
20939 #, no-wrap
20940 msgid ""
20941 " e2fsck-f device\n"
20942 "\n"
20943 msgstr ""
20944
20945 #. type: textblock
20946 #: ../fish/guestfish-actions.pod:882
20947 msgid ""
20948 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
20949 "should use L</fsck>."
20950 msgstr ""
20951
20952 #. type: =head2
20953 #: ../fish/guestfish-actions.pod:885
20954 msgid "echo-daemon"
20955 msgstr ""
20956
20957 #. type: verbatim
20958 #: ../fish/guestfish-actions.pod:887
20959 #, no-wrap
20960 msgid ""
20961 " echo-daemon 'words ...'\n"
20962 "\n"
20963 msgstr ""
20964
20965 #. type: textblock
20966 #: ../fish/guestfish-actions.pod:894
20967 msgid "See also L</ping-daemon>."
20968 msgstr ""
20969
20970 #. type: =head2
20971 #: ../fish/guestfish-actions.pod:896
20972 msgid "egrep"
20973 msgstr ""
20974
20975 #. type: verbatim
20976 #: ../fish/guestfish-actions.pod:898
20977 #, no-wrap
20978 msgid ""
20979 " egrep regex path\n"
20980 "\n"
20981 msgstr ""
20982
20983 #. type: =head2
20984 #: ../fish/guestfish-actions.pod:906
20985 msgid "egrepi"
20986 msgstr ""
20987
20988 #. type: verbatim
20989 #: ../fish/guestfish-actions.pod:908
20990 #, no-wrap
20991 msgid ""
20992 " egrepi regex path\n"
20993 "\n"
20994 msgstr ""
20995
20996 #. type: =head2
20997 #: ../fish/guestfish-actions.pod:916
20998 msgid "equal"
20999 msgstr ""
21000
21001 #. type: verbatim
21002 #: ../fish/guestfish-actions.pod:918
21003 #, no-wrap
21004 msgid ""
21005 " equal file1 file2\n"
21006 "\n"
21007 msgstr ""
21008
21009 #. type: =head2
21010 #: ../fish/guestfish-actions.pod:925
21011 msgid "exists"
21012 msgstr ""
21013
21014 #. type: verbatim
21015 #: ../fish/guestfish-actions.pod:927
21016 #, no-wrap
21017 msgid ""
21018 " exists path\n"
21019 "\n"
21020 msgstr ""
21021
21022 #. type: textblock
21023 #: ../fish/guestfish-actions.pod:932
21024 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21025 msgstr ""
21026
21027 #. type: =head2
21028 #: ../fish/guestfish-actions.pod:934
21029 msgid "fallocate"
21030 msgstr ""
21031
21032 #. type: verbatim
21033 #: ../fish/guestfish-actions.pod:936
21034 #, no-wrap
21035 msgid ""
21036 " fallocate path len\n"
21037 "\n"
21038 msgstr ""
21039
21040 #. type: =head2
21041 #: ../fish/guestfish-actions.pod:953
21042 msgid "fallocate64"
21043 msgstr ""
21044
21045 #. type: verbatim
21046 #: ../fish/guestfish-actions.pod:955
21047 #, no-wrap
21048 msgid ""
21049 " fallocate64 path len\n"
21050 "\n"
21051 msgstr ""
21052
21053 #. type: textblock
21054 #: ../fish/guestfish-actions.pod:961
21055 msgid ""
21056 "Note that this call allocates disk blocks for the file.  To create a sparse "
21057 "file use L</truncate-size> instead."
21058 msgstr ""
21059
21060 #. type: textblock
21061 #: ../fish/guestfish-actions.pod:964
21062 msgid ""
21063 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21064 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21065 "maximum size of files created through that call to 1GB."
21066 msgstr ""
21067
21068 #. type: =head2
21069 #: ../fish/guestfish-actions.pod:973
21070 msgid "fgrep"
21071 msgstr ""
21072
21073 #. type: verbatim
21074 #: ../fish/guestfish-actions.pod:975
21075 #, no-wrap
21076 msgid ""
21077 " fgrep pattern path\n"
21078 "\n"
21079 msgstr ""
21080
21081 #. type: =head2
21082 #: ../fish/guestfish-actions.pod:983
21083 msgid "fgrepi"
21084 msgstr ""
21085
21086 #. type: verbatim
21087 #: ../fish/guestfish-actions.pod:985
21088 #, no-wrap
21089 msgid ""
21090 " fgrepi pattern path\n"
21091 "\n"
21092 msgstr ""
21093
21094 #. type: =head2
21095 #: ../fish/guestfish-actions.pod:993
21096 msgid "file"
21097 msgstr ""
21098
21099 #. type: verbatim
21100 #: ../fish/guestfish-actions.pod:995
21101 #, no-wrap
21102 msgid ""
21103 " file path\n"
21104 "\n"
21105 msgstr ""
21106
21107 #. type: textblock
21108 #: ../fish/guestfish-actions.pod:1007
21109 msgid ""
21110 "This command can also be used on C</dev/> devices (and partitions, LV "
21111 "names).  You can for example use this to determine if a device contains a "
21112 "filesystem, although it's usually better to use L</vfs-type>."
21113 msgstr ""
21114
21115 #. type: =head2
21116 #: ../fish/guestfish-actions.pod:1017
21117 msgid "file-architecture"
21118 msgstr ""
21119
21120 #. type: verbatim
21121 #: ../fish/guestfish-actions.pod:1019
21122 #, no-wrap
21123 msgid ""
21124 " file-architecture filename\n"
21125 "\n"
21126 msgstr ""
21127
21128 #. type: =head2
21129 #: ../fish/guestfish-actions.pod:1122
21130 msgid "filesize"
21131 msgstr ""
21132
21133 #. type: verbatim
21134 #: ../fish/guestfish-actions.pod:1124
21135 #, no-wrap
21136 msgid ""
21137 " filesize file\n"
21138 "\n"
21139 msgstr ""
21140
21141 #. type: textblock
21142 #: ../fish/guestfish-actions.pod:1128
21143 msgid ""
21144 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21145 "L</is-file> etc.  To get the size of block devices, use "
21146 "L</blockdev-getsize64>."
21147 msgstr ""
21148
21149 #. type: =head2
21150 #: ../fish/guestfish-actions.pod:1132
21151 msgid "fill"
21152 msgstr ""
21153
21154 #. type: verbatim
21155 #: ../fish/guestfish-actions.pod:1134
21156 #, no-wrap
21157 msgid ""
21158 " fill c len path\n"
21159 "\n"
21160 msgstr ""
21161
21162 #. type: textblock
21163 #: ../fish/guestfish-actions.pod:1140
21164 msgid ""
21165 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21166 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21167 "L</fill-pattern>."
21168 msgstr ""
21169
21170 #. type: =head2
21171 #: ../fish/guestfish-actions.pod:1145
21172 msgid "fill-pattern"
21173 msgstr ""
21174
21175 #. type: verbatim
21176 #: ../fish/guestfish-actions.pod:1147
21177 #, no-wrap
21178 msgid ""
21179 " fill-pattern pattern len path\n"
21180 "\n"
21181 msgstr ""
21182
21183 #. type: textblock
21184 #: ../fish/guestfish-actions.pod:1149
21185 msgid ""
21186 "This function is like L</fill> except that it creates a new file of length "
21187 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21188 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21189 "bytes."
21190 msgstr ""
21191
21192 #. type: =head2
21193 #: ../fish/guestfish-actions.pod:1154
21194 msgid "find"
21195 msgstr ""
21196
21197 #. type: verbatim
21198 #: ../fish/guestfish-actions.pod:1156
21199 #, no-wrap
21200 msgid ""
21201 " find directory\n"
21202 "\n"
21203 msgstr ""
21204
21205 #. type: textblock
21206 #: ../fish/guestfish-actions.pod:1170
21207 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21208 msgstr ""
21209
21210 #. type: textblock
21211 #: ../fish/guestfish-actions.pod:1183
21212 msgid "See also L</find0>."
21213 msgstr ""
21214
21215 #. type: =head2
21216 #: ../fish/guestfish-actions.pod:1188
21217 msgid "find0"
21218 msgstr ""
21219
21220 #. type: verbatim
21221 #: ../fish/guestfish-actions.pod:1190
21222 #, no-wrap
21223 msgid ""
21224 " find0 directory (files|-)\n"
21225 "\n"
21226 msgstr ""
21227
21228 #. type: textblock
21229 #: ../fish/guestfish-actions.pod:1196
21230 msgid "This command works the same way as L</find> with the following exceptions:"
21231 msgstr ""
21232
21233 #. type: =head2
21234 #: ../fish/guestfish-actions.pod:1223
21235 msgid "findfs-label"
21236 msgstr ""
21237
21238 #. type: verbatim
21239 #: ../fish/guestfish-actions.pod:1225
21240 #, no-wrap
21241 msgid ""
21242 " findfs-label label\n"
21243 "\n"
21244 msgstr ""
21245
21246 #. type: textblock
21247 #: ../fish/guestfish-actions.pod:1231
21248 msgid "To find the label of a filesystem, use L</vfs-label>."
21249 msgstr ""
21250
21251 #. type: =head2
21252 #: ../fish/guestfish-actions.pod:1233
21253 msgid "findfs-uuid"
21254 msgstr ""
21255
21256 #. type: verbatim
21257 #: ../fish/guestfish-actions.pod:1235
21258 #, no-wrap
21259 msgid ""
21260 " findfs-uuid uuid\n"
21261 "\n"
21262 msgstr ""
21263
21264 #. type: textblock
21265 #: ../fish/guestfish-actions.pod:1241
21266 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21267 msgstr ""
21268
21269 #. type: =head2
21270 #: ../fish/guestfish-actions.pod:1243
21271 msgid "fsck"
21272 msgstr ""
21273
21274 #. type: verbatim
21275 #: ../fish/guestfish-actions.pod:1245
21276 #, no-wrap
21277 msgid ""
21278 " fsck fstype device\n"
21279 "\n"
21280 msgstr ""
21281
21282 #. type: =head2
21283 #: ../fish/guestfish-actions.pod:1275
21284 msgid "get-append"
21285 msgstr ""
21286
21287 #. type: verbatim
21288 #: ../fish/guestfish-actions.pod:1277
21289 #, no-wrap
21290 msgid ""
21291 " get-append\n"
21292 "\n"
21293 msgstr ""
21294
21295 #. type: =head2
21296 #: ../fish/guestfish-actions.pod:1284
21297 msgid "get-autosync"
21298 msgstr ""
21299
21300 #. type: verbatim
21301 #: ../fish/guestfish-actions.pod:1286
21302 #, no-wrap
21303 msgid ""
21304 " get-autosync\n"
21305 "\n"
21306 msgstr ""
21307
21308 #. type: =head2
21309 #: ../fish/guestfish-actions.pod:1290
21310 msgid "get-direct"
21311 msgstr ""
21312
21313 #. type: verbatim
21314 #: ../fish/guestfish-actions.pod:1292
21315 #, no-wrap
21316 msgid ""
21317 " get-direct\n"
21318 "\n"
21319 msgstr ""
21320
21321 #. type: =head2
21322 #: ../fish/guestfish-actions.pod:1296
21323 msgid "get-e2label"
21324 msgstr ""
21325
21326 #. type: verbatim
21327 #: ../fish/guestfish-actions.pod:1298
21328 #, no-wrap
21329 msgid ""
21330 " get-e2label device\n"
21331 "\n"
21332 msgstr ""
21333
21334 #. type: =head2
21335 #: ../fish/guestfish-actions.pod:1310
21336 msgid "get-e2uuid"
21337 msgstr ""
21338
21339 #. type: verbatim
21340 #: ../fish/guestfish-actions.pod:1312
21341 #, no-wrap
21342 msgid ""
21343 " get-e2uuid device\n"
21344 "\n"
21345 msgstr ""
21346
21347 #. type: =head2
21348 #: ../fish/guestfish-actions.pod:1324
21349 msgid "get-memsize"
21350 msgstr ""
21351
21352 #. type: verbatim
21353 #: ../fish/guestfish-actions.pod:1326
21354 #, no-wrap
21355 msgid ""
21356 " get-memsize\n"
21357 "\n"
21358 msgstr ""
21359
21360 #. type: textblock
21361 #: ../fish/guestfish-actions.pod:1331
21362 msgid ""
21363 "If L</set-memsize> was not called on this handle, and if "
21364 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21365 "value for memsize."
21366 msgstr ""
21367
21368 #. type: =head2
21369 #: ../fish/guestfish-actions.pod:1338
21370 msgid "get-network"
21371 msgstr ""
21372
21373 #. type: verbatim
21374 #: ../fish/guestfish-actions.pod:1340
21375 #, no-wrap
21376 msgid ""
21377 " get-network\n"
21378 "\n"
21379 msgstr ""
21380
21381 #. type: =head2
21382 #: ../fish/guestfish-actions.pod:1344
21383 msgid "get-path"
21384 msgstr ""
21385
21386 #. type: verbatim
21387 #: ../fish/guestfish-actions.pod:1346
21388 #, no-wrap
21389 msgid ""
21390 " get-path\n"
21391 "\n"
21392 msgstr ""
21393
21394 #. type: =head2
21395 #: ../fish/guestfish-actions.pod:1353
21396 msgid "get-pid"
21397 msgstr ""
21398
21399 #. type: =head2
21400 #: ../fish/guestfish-actions.pod:1355
21401 msgid "pid"
21402 msgstr ""
21403
21404 #. type: verbatim
21405 #: ../fish/guestfish-actions.pod:1357
21406 #, no-wrap
21407 msgid ""
21408 " get-pid\n"
21409 "\n"
21410 msgstr ""
21411
21412 #. type: =head2
21413 #: ../fish/guestfish-actions.pod:1364
21414 msgid "get-qemu"
21415 msgstr ""
21416
21417 #. type: verbatim
21418 #: ../fish/guestfish-actions.pod:1366
21419 #, no-wrap
21420 msgid ""
21421 " get-qemu\n"
21422 "\n"
21423 msgstr ""
21424
21425 #. type: =head2
21426 #: ../fish/guestfish-actions.pod:1373
21427 msgid "get-recovery-proc"
21428 msgstr ""
21429
21430 #. type: verbatim
21431 #: ../fish/guestfish-actions.pod:1375
21432 #, no-wrap
21433 msgid ""
21434 " get-recovery-proc\n"
21435 "\n"
21436 msgstr ""
21437
21438 #. type: =head2
21439 #: ../fish/guestfish-actions.pod:1379
21440 msgid "get-selinux"
21441 msgstr ""
21442
21443 #. type: verbatim
21444 #: ../fish/guestfish-actions.pod:1381
21445 #, no-wrap
21446 msgid ""
21447 " get-selinux\n"
21448 "\n"
21449 msgstr ""
21450
21451 #. type: textblock
21452 #: ../fish/guestfish-actions.pod:1383
21453 msgid ""
21454 "This returns the current setting of the selinux flag which is passed to the "
21455 "appliance at boot time.  See L</set-selinux>."
21456 msgstr ""
21457
21458 #. type: =head2
21459 #: ../fish/guestfish-actions.pod:1389
21460 msgid "get-state"
21461 msgstr ""
21462
21463 #. type: verbatim
21464 #: ../fish/guestfish-actions.pod:1391
21465 #, no-wrap
21466 msgid ""
21467 " get-state\n"
21468 "\n"
21469 msgstr ""
21470
21471 #. type: =head2
21472 #: ../fish/guestfish-actions.pod:1398
21473 msgid "get-trace"
21474 msgstr ""
21475
21476 #. type: verbatim
21477 #: ../fish/guestfish-actions.pod:1400
21478 #, no-wrap
21479 msgid ""
21480 " get-trace\n"
21481 "\n"
21482 msgstr ""
21483
21484 #. type: =head2
21485 #: ../fish/guestfish-actions.pod:1404
21486 msgid "get-umask"
21487 msgstr ""
21488
21489 #. type: verbatim
21490 #: ../fish/guestfish-actions.pod:1406
21491 #, no-wrap
21492 msgid ""
21493 " get-umask\n"
21494 "\n"
21495 msgstr ""
21496
21497 #. type: textblock
21498 #: ../fish/guestfish-actions.pod:1408
21499 msgid ""
21500 "Return the current umask.  By default the umask is C<022> unless it has been "
21501 "set by calling L</umask>."
21502 msgstr ""
21503
21504 #. type: =head2
21505 #: ../fish/guestfish-actions.pod:1411
21506 msgid "get-verbose"
21507 msgstr ""
21508
21509 #. type: verbatim
21510 #: ../fish/guestfish-actions.pod:1413
21511 #, no-wrap
21512 msgid ""
21513 " get-verbose\n"
21514 "\n"
21515 msgstr ""
21516
21517 #. type: =head2
21518 #: ../fish/guestfish-actions.pod:1417
21519 msgid "getcon"
21520 msgstr ""
21521
21522 #. type: verbatim
21523 #: ../fish/guestfish-actions.pod:1419
21524 #, no-wrap
21525 msgid ""
21526 " getcon\n"
21527 "\n"
21528 msgstr ""
21529
21530 #. type: textblock
21531 #: ../fish/guestfish-actions.pod:1423
21532 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
21533 msgstr ""
21534
21535 #. type: =head2
21536 #: ../fish/guestfish-actions.pod:1426
21537 msgid "getxattr"
21538 msgstr ""
21539
21540 #. type: verbatim
21541 #: ../fish/guestfish-actions.pod:1428
21542 #, no-wrap
21543 msgid ""
21544 " getxattr path name\n"
21545 "\n"
21546 msgstr ""
21547
21548 #. type: textblock
21549 #: ../fish/guestfish-actions.pod:1430
21550 msgid ""
21551 "Get a single extended attribute from file C<path> named C<name>.  This call "
21552 "follows symlinks.  If you want to lookup an extended attribute for the "
21553 "symlink itself, use L</lgetxattr>."
21554 msgstr ""
21555
21556 #. type: textblock
21557 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2265
21558 msgid ""
21559 "Normally it is better to get all extended attributes from a file in one go "
21560 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
21561 "buggy and do not provide a way to list out attributes.  For these "
21562 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
21563 "attributes you want in advance and call this function."
21564 msgstr ""
21565
21566 #. type: textblock
21567 #: ../fish/guestfish-actions.pod:1444
21568 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
21569 msgstr ""
21570
21571 #. type: =head2
21572 #: ../fish/guestfish-actions.pod:1446
21573 msgid "getxattrs"
21574 msgstr ""
21575
21576 #. type: verbatim
21577 #: ../fish/guestfish-actions.pod:1448
21578 #, no-wrap
21579 msgid ""
21580 " getxattrs path\n"
21581 "\n"
21582 msgstr ""
21583
21584 #. type: textblock
21585 #: ../fish/guestfish-actions.pod:1456
21586 msgid "See also: L</lgetxattrs>, L<attr(5)>."
21587 msgstr ""
21588
21589 #. type: =head2
21590 #: ../fish/guestfish-actions.pod:1458
21591 msgid "glob-expand"
21592 msgstr ""
21593
21594 #. type: verbatim
21595 #: ../fish/guestfish-actions.pod:1460
21596 #, no-wrap
21597 msgid ""
21598 " glob-expand pattern\n"
21599 "\n"
21600 msgstr ""
21601
21602 #. type: =head2
21603 #: ../fish/guestfish-actions.pod:1473
21604 msgid "grep"
21605 msgstr ""
21606
21607 #. type: verbatim
21608 #: ../fish/guestfish-actions.pod:1475
21609 #, no-wrap
21610 msgid ""
21611 " grep regex path\n"
21612 "\n"
21613 msgstr ""
21614
21615 #. type: =head2
21616 #: ../fish/guestfish-actions.pod:1483
21617 msgid "grepi"
21618 msgstr ""
21619
21620 #. type: verbatim
21621 #: ../fish/guestfish-actions.pod:1485
21622 #, no-wrap
21623 msgid ""
21624 " grepi regex path\n"
21625 "\n"
21626 msgstr ""
21627
21628 #. type: =head2
21629 #: ../fish/guestfish-actions.pod:1493
21630 msgid "grub-install"
21631 msgstr ""
21632
21633 #. type: verbatim
21634 #: ../fish/guestfish-actions.pod:1495
21635 #, no-wrap
21636 msgid ""
21637 " grub-install root device\n"
21638 "\n"
21639 msgstr ""
21640
21641 #. type: =head2
21642 #: ../fish/guestfish-actions.pod:1511
21643 msgid "head"
21644 msgstr ""
21645
21646 #. type: verbatim
21647 #: ../fish/guestfish-actions.pod:1513
21648 #, no-wrap
21649 msgid ""
21650 " head path\n"
21651 "\n"
21652 msgstr ""
21653
21654 #. type: =head2
21655 #: ../fish/guestfish-actions.pod:1521
21656 msgid "head-n"
21657 msgstr ""
21658
21659 #. type: verbatim
21660 #: ../fish/guestfish-actions.pod:1523
21661 #, no-wrap
21662 msgid ""
21663 " head-n nrlines path\n"
21664 "\n"
21665 msgstr ""
21666
21667 #. type: =head2
21668 #: ../fish/guestfish-actions.pod:1536
21669 msgid "hexdump"
21670 msgstr ""
21671
21672 #. type: verbatim
21673 #: ../fish/guestfish-actions.pod:1538
21674 #, no-wrap
21675 msgid ""
21676 " hexdump path\n"
21677 "\n"
21678 msgstr ""
21679
21680 #. type: =head2
21681 #: ../fish/guestfish-actions.pod:1546
21682 msgid "initrd-cat"
21683 msgstr ""
21684
21685 #. type: verbatim
21686 #: ../fish/guestfish-actions.pod:1548
21687 #, no-wrap
21688 msgid ""
21689 " initrd-cat initrdpath filename\n"
21690 "\n"
21691 msgstr ""
21692
21693 #. type: textblock
21694 #: ../fish/guestfish-actions.pod:1560
21695 msgid "See also L</initrd-list>."
21696 msgstr ""
21697
21698 #. type: =head2
21699 #: ../fish/guestfish-actions.pod:1565
21700 msgid "initrd-list"
21701 msgstr ""
21702
21703 #. type: verbatim
21704 #: ../fish/guestfish-actions.pod:1567
21705 #, no-wrap
21706 msgid ""
21707 " initrd-list path\n"
21708 "\n"
21709 msgstr ""
21710
21711 #. type: =head2
21712 #: ../fish/guestfish-actions.pod:1579
21713 msgid "inotify-add-watch"
21714 msgstr ""
21715
21716 #. type: verbatim
21717 #: ../fish/guestfish-actions.pod:1581
21718 #, no-wrap
21719 msgid ""
21720 " inotify-add-watch path mask\n"
21721 "\n"
21722 msgstr ""
21723
21724 #. type: =head2
21725 #: ../fish/guestfish-actions.pod:1593
21726 msgid "inotify-close"
21727 msgstr ""
21728
21729 #. type: verbatim
21730 #: ../fish/guestfish-actions.pod:1595
21731 #, no-wrap
21732 msgid ""
21733 " inotify-close\n"
21734 "\n"
21735 msgstr ""
21736
21737 #. type: =head2
21738 #: ../fish/guestfish-actions.pod:1601
21739 msgid "inotify-files"
21740 msgstr ""
21741
21742 #. type: verbatim
21743 #: ../fish/guestfish-actions.pod:1603
21744 #, no-wrap
21745 msgid ""
21746 " inotify-files\n"
21747 "\n"
21748 msgstr ""
21749
21750 #. type: textblock
21751 #: ../fish/guestfish-actions.pod:1605
21752 msgid ""
21753 "This function is a helpful wrapper around L</inotify-read> which just "
21754 "returns a list of pathnames of objects that were touched.  The returned "
21755 "pathnames are sorted and deduplicated."
21756 msgstr ""
21757
21758 #. type: =head2
21759 #: ../fish/guestfish-actions.pod:1609
21760 msgid "inotify-init"
21761 msgstr ""
21762
21763 #. type: verbatim
21764 #: ../fish/guestfish-actions.pod:1611
21765 #, no-wrap
21766 msgid ""
21767 " inotify-init maxevents\n"
21768 "\n"
21769 msgstr ""
21770
21771 #. type: textblock
21772 #: ../fish/guestfish-actions.pod:1617
21773 msgid ""
21774 "C<maxevents> is the maximum number of events which will be queued up between "
21775 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
21776 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
21777 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
21778 "but records the fact that it threw them away by setting a flag "
21779 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
21780 msgstr ""
21781
21782 #. type: textblock
21783 #: ../fish/guestfish-actions.pod:1627
21784 msgid ""
21785 "Before any events are generated, you have to add some watches to the "
21786 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
21787 "L</inotify-watch-all>."
21788 msgstr ""
21789
21790 #. type: textblock
21791 #: ../fish/guestfish-actions.pod:1633
21792 msgid ""
21793 "Queued up events should be read periodically by calling L</inotify-read> (or "
21794 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
21795 "If you don't read the events out often enough then you risk the internal "
21796 "queue overflowing."
21797 msgstr ""
21798
21799 #. type: textblock
21800 #: ../fish/guestfish-actions.pod:1640
21801 msgid ""
21802 "The handle should be closed after use by calling L</inotify-close>.  This "
21803 "also removes any watches automatically."
21804 msgstr ""
21805
21806 #. type: =head2
21807 #: ../fish/guestfish-actions.pod:1649
21808 msgid "inotify-read"
21809 msgstr ""
21810
21811 #. type: verbatim
21812 #: ../fish/guestfish-actions.pod:1651
21813 #, no-wrap
21814 msgid ""
21815 " inotify-read\n"
21816 "\n"
21817 msgstr ""
21818
21819 #. type: =head2
21820 #: ../fish/guestfish-actions.pod:1664
21821 msgid "inotify-rm-watch"
21822 msgstr ""
21823
21824 #. type: verbatim
21825 #: ../fish/guestfish-actions.pod:1666
21826 #, no-wrap
21827 msgid ""
21828 " inotify-rm-watch wd\n"
21829 "\n"
21830 msgstr ""
21831
21832 #. type: textblock
21833 #: ../fish/guestfish-actions.pod:1668
21834 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
21835 msgstr ""
21836
21837 #. type: =head2
21838 #: ../fish/guestfish-actions.pod:1671
21839 msgid "inspect-get-arch"
21840 msgstr ""
21841
21842 #. type: verbatim
21843 #: ../fish/guestfish-actions.pod:1673
21844 #, no-wrap
21845 msgid ""
21846 " inspect-get-arch root\n"
21847 "\n"
21848 msgstr ""
21849
21850 #. type: textblock
21851 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691 ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783 ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819 ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1861 ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1907 ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1972 ../fish/guestfish-actions.pod:1988
21852 msgid ""
21853 "This function should only be called with a root device string as returned by "
21854 "L</inspect-os>."
21855 msgstr ""
21856
21857 #. type: textblock
21858 #: ../fish/guestfish-actions.pod:1678
21859 msgid ""
21860 "This returns the architecture of the inspected operating system.  The "
21861 "possible return values are listed under L</file-architecture>."
21862 msgstr ""
21863
21864 #. type: =head2
21865 #: ../fish/guestfish-actions.pod:1687
21866 msgid "inspect-get-distro"
21867 msgstr ""
21868
21869 #. type: verbatim
21870 #: ../fish/guestfish-actions.pod:1689
21871 #, no-wrap
21872 msgid ""
21873 " inspect-get-distro root\n"
21874 "\n"
21875 msgstr ""
21876
21877 #. type: =head2
21878 #: ../fish/guestfish-actions.pod:1761
21879 msgid "inspect-get-filesystems"
21880 msgstr ""
21881
21882 #. type: verbatim
21883 #: ../fish/guestfish-actions.pod:1763
21884 #, no-wrap
21885 msgid ""
21886 " inspect-get-filesystems root\n"
21887 "\n"
21888 msgstr ""
21889
21890 #. type: textblock
21891 #: ../fish/guestfish-actions.pod:1776
21892 msgid ""
21893 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21894 "L</inspect-get-mountpoints>."
21895 msgstr ""
21896
21897 #. type: =head2
21898 #: ../fish/guestfish-actions.pod:1779
21899 msgid "inspect-get-hostname"
21900 msgstr ""
21901
21902 #. type: verbatim
21903 #: ../fish/guestfish-actions.pod:1781
21904 #, no-wrap
21905 msgid ""
21906 " inspect-get-hostname root\n"
21907 "\n"
21908 msgstr ""
21909
21910 #. type: =head2
21911 #: ../fish/guestfish-actions.pod:1794
21912 msgid "inspect-get-major-version"
21913 msgstr ""
21914
21915 #. type: verbatim
21916 #: ../fish/guestfish-actions.pod:1796
21917 #, no-wrap
21918 msgid ""
21919 " inspect-get-major-version root\n"
21920 "\n"
21921 msgstr ""
21922
21923 #. type: =head2
21924 #: ../fish/guestfish-actions.pod:1815
21925 msgid "inspect-get-minor-version"
21926 msgstr ""
21927
21928 #. type: verbatim
21929 #: ../fish/guestfish-actions.pod:1817
21930 #, no-wrap
21931 msgid ""
21932 " inspect-get-minor-version root\n"
21933 "\n"
21934 msgstr ""
21935
21936 #. type: textblock
21937 #: ../fish/guestfish-actions.pod:1827
21938 msgid ""
21939 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21940 "L</inspect-get-major-version>."
21941 msgstr ""
21942
21943 #. type: =head2
21944 #: ../fish/guestfish-actions.pod:1830
21945 msgid "inspect-get-mountpoints"
21946 msgstr ""
21947
21948 #. type: verbatim
21949 #: ../fish/guestfish-actions.pod:1832
21950 #, no-wrap
21951 msgid ""
21952 " inspect-get-mountpoints root\n"
21953 "\n"
21954 msgstr ""
21955
21956 #. type: textblock
21957 #: ../fish/guestfish-actions.pod:1854
21958 msgid ""
21959 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21960 "L</inspect-get-filesystems>."
21961 msgstr ""
21962
21963 #. type: =head2
21964 #: ../fish/guestfish-actions.pod:1857
21965 msgid "inspect-get-package-format"
21966 msgstr ""
21967
21968 #. type: verbatim
21969 #: ../fish/guestfish-actions.pod:1859
21970 #, no-wrap
21971 msgid ""
21972 " inspect-get-package-format root\n"
21973 "\n"
21974 msgstr ""
21975
21976 #. type: textblock
21977 #: ../fish/guestfish-actions.pod:1864
21978 msgid ""
21979 "This function and L</inspect-get-package-management> return the package "
21980 "format and package management tool used by the inspected operating system.  "
21981 "For example for Fedora these functions would return C<rpm> (package format) "
21982 "and C<yum> (package management)."
21983 msgstr ""
21984
21985 #. type: =head2
21986 #: ../fish/guestfish-actions.pod:1879
21987 msgid "inspect-get-package-management"
21988 msgstr ""
21989
21990 #. type: verbatim
21991 #: ../fish/guestfish-actions.pod:1881
21992 #, no-wrap
21993 msgid ""
21994 " inspect-get-package-management root\n"
21995 "\n"
21996 msgstr ""
21997
21998 #. type: textblock
21999 #: ../fish/guestfish-actions.pod:1886
22000 msgid ""
22001 "L</inspect-get-package-format> and this function return the package format "
22002 "and package management tool used by the inspected operating system.  For "
22003 "example for Fedora these functions would return C<rpm> (package format) and "
22004 "C<yum> (package management)."
22005 msgstr ""
22006
22007 #. type: =head2
22008 #: ../fish/guestfish-actions.pod:1903
22009 msgid "inspect-get-product-name"
22010 msgstr ""
22011
22012 #. type: verbatim
22013 #: ../fish/guestfish-actions.pod:1905
22014 #, no-wrap
22015 msgid ""
22016 " inspect-get-product-name root\n"
22017 "\n"
22018 msgstr ""
22019
22020 #. type: =head2
22021 #: ../fish/guestfish-actions.pod:1920
22022 msgid "inspect-get-roots"
22023 msgstr ""
22024
22025 #. type: verbatim
22026 #: ../fish/guestfish-actions.pod:1922
22027 #, no-wrap
22028 msgid ""
22029 " inspect-get-roots\n"
22030 "\n"
22031 msgstr ""
22032
22033 #. type: textblock
22034 #: ../fish/guestfish-actions.pod:1924
22035 msgid ""
22036 "This function is a convenient way to get the list of root devices, as "
22037 "returned from a previous call to L</inspect-os>, but without redoing the "
22038 "whole inspection process."
22039 msgstr ""
22040
22041 #. type: textblock
22042 #: ../fish/guestfish-actions.pod:1928
22043 msgid ""
22044 "This returns an empty list if either no root devices were found or the "
22045 "caller has not called L</inspect-os>."
22046 msgstr ""
22047
22048 #. type: =head2
22049 #: ../fish/guestfish-actions.pod:1933
22050 msgid "inspect-get-type"
22051 msgstr ""
22052
22053 #. type: verbatim
22054 #: ../fish/guestfish-actions.pod:1935
22055 #, no-wrap
22056 msgid ""
22057 " inspect-get-type root\n"
22058 "\n"
22059 msgstr ""
22060
22061 #. type: =head2
22062 #: ../fish/guestfish-actions.pod:1968
22063 msgid "inspect-get-windows-systemroot"
22064 msgstr ""
22065
22066 #. type: verbatim
22067 #: ../fish/guestfish-actions.pod:1970
22068 #, no-wrap
22069 msgid ""
22070 " inspect-get-windows-systemroot root\n"
22071 "\n"
22072 msgstr ""
22073
22074 #. type: =head2
22075 #: ../fish/guestfish-actions.pod:1984
22076 msgid "inspect-list-applications"
22077 msgstr ""
22078
22079 #. type: verbatim
22080 #: ../fish/guestfish-actions.pod:1986
22081 #, no-wrap
22082 msgid ""
22083 " inspect-list-applications root\n"
22084 "\n"
22085 msgstr ""
22086
22087 #. type: textblock
22088 #: ../fish/guestfish-actions.pod:1993
22089 msgid ""
22090 "I<Note:> This call works differently from other parts of the inspection "
22091 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22092 "then mount up the disks, before calling this.  Listing applications is a "
22093 "significantly more difficult operation which requires access to the full "
22094 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22095 "are just returning data cached in the libguestfs handle, this call actually "
22096 "reads parts of the mounted filesystems during the call."
22097 msgstr ""
22098
22099 #. type: =head2
22100 #: ../fish/guestfish-actions.pod:2083
22101 msgid "inspect-os"
22102 msgstr ""
22103
22104 #. type: verbatim
22105 #: ../fish/guestfish-actions.pod:2085
22106 #, no-wrap
22107 msgid ""
22108 " inspect-os\n"
22109 "\n"
22110 msgstr ""
22111
22112 #. type: textblock
22113 #: ../fish/guestfish-actions.pod:2100
22114 msgid ""
22115 "You can pass the root string(s) returned to other L</inspect-get-*> "
22116 "functions in order to query further information about each operating system, "
22117 "such as the name and version."
22118 msgstr ""
22119
22120 #. type: textblock
22121 #: ../fish/guestfish-actions.pod:2105
22122 msgid ""
22123 "This function uses other libguestfs features such as L</mount-ro> and "
22124 "L</umount-all> in order to mount and unmount filesystems and look at the "
22125 "contents.  This should be called with no disks currently mounted.  The "
22126 "function may also use Augeas, so any existing Augeas handle will be closed."
22127 msgstr ""
22128
22129 #. type: textblock
22130 #: ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2293 ../fish/guestfish-actions.pod:2339
22131 msgid "See also L</list-filesystems>."
22132 msgstr ""
22133
22134 #. type: =head2
22135 #: ../fish/guestfish-actions.pod:2119
22136 msgid "is-blockdev"
22137 msgstr ""
22138
22139 #. type: verbatim
22140 #: ../fish/guestfish-actions.pod:2121
22141 #, no-wrap
22142 msgid ""
22143 " is-blockdev path\n"
22144 "\n"
22145 msgstr ""
22146
22147 #. type: textblock
22148 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2144 ../fish/guestfish-actions.pod:2163 ../fish/guestfish-actions.pod:2172 ../fish/guestfish-actions.pod:2182 ../fish/guestfish-actions.pod:2216 ../fish/guestfish-actions.pod:2225
22149 msgid "See also L</stat>."
22150 msgstr ""
22151
22152 #. type: =head2
22153 #: ../fish/guestfish-actions.pod:2128
22154 msgid "is-busy"
22155 msgstr ""
22156
22157 #. type: verbatim
22158 #: ../fish/guestfish-actions.pod:2130
22159 #, no-wrap
22160 msgid ""
22161 " is-busy\n"
22162 "\n"
22163 msgstr ""
22164
22165 #. type: =head2
22166 #: ../fish/guestfish-actions.pod:2137
22167 msgid "is-chardev"
22168 msgstr ""
22169
22170 #. type: verbatim
22171 #: ../fish/guestfish-actions.pod:2139
22172 #, no-wrap
22173 msgid ""
22174 " is-chardev path\n"
22175 "\n"
22176 msgstr ""
22177
22178 #. type: =head2
22179 #: ../fish/guestfish-actions.pod:2146
22180 msgid "is-config"
22181 msgstr ""
22182
22183 #. type: verbatim
22184 #: ../fish/guestfish-actions.pod:2148
22185 #, no-wrap
22186 msgid ""
22187 " is-config\n"
22188 "\n"
22189 msgstr ""
22190
22191 #. type: =head2
22192 #: ../fish/guestfish-actions.pod:2155
22193 msgid "is-dir"
22194 msgstr ""
22195
22196 #. type: verbatim
22197 #: ../fish/guestfish-actions.pod:2157
22198 #, no-wrap
22199 msgid ""
22200 " is-dir path\n"
22201 "\n"
22202 msgstr ""
22203
22204 #. type: =head2
22205 #: ../fish/guestfish-actions.pod:2165
22206 msgid "is-fifo"
22207 msgstr ""
22208
22209 #. type: verbatim
22210 #: ../fish/guestfish-actions.pod:2167
22211 #, no-wrap
22212 msgid ""
22213 " is-fifo path\n"
22214 "\n"
22215 msgstr ""
22216
22217 #. type: =head2
22218 #: ../fish/guestfish-actions.pod:2174
22219 msgid "is-file"
22220 msgstr ""
22221
22222 #. type: verbatim
22223 #: ../fish/guestfish-actions.pod:2176
22224 #, no-wrap
22225 msgid ""
22226 " is-file path\n"
22227 "\n"
22228 msgstr ""
22229
22230 #. type: =head2
22231 #: ../fish/guestfish-actions.pod:2184
22232 msgid "is-launching"
22233 msgstr ""
22234
22235 #. type: verbatim
22236 #: ../fish/guestfish-actions.pod:2186
22237 #, no-wrap
22238 msgid ""
22239 " is-launching\n"
22240 "\n"
22241 msgstr ""
22242
22243 #. type: =head2
22244 #: ../fish/guestfish-actions.pod:2193
22245 msgid "is-lv"
22246 msgstr ""
22247
22248 #. type: verbatim
22249 #: ../fish/guestfish-actions.pod:2195
22250 #, no-wrap
22251 msgid ""
22252 " is-lv device\n"
22253 "\n"
22254 msgstr ""
22255
22256 #. type: =head2
22257 #: ../fish/guestfish-actions.pod:2200
22258 msgid "is-ready"
22259 msgstr ""
22260
22261 #. type: verbatim
22262 #: ../fish/guestfish-actions.pod:2202
22263 #, no-wrap
22264 msgid ""
22265 " is-ready\n"
22266 "\n"
22267 msgstr ""
22268
22269 #. type: =head2
22270 #: ../fish/guestfish-actions.pod:2209
22271 msgid "is-socket"
22272 msgstr ""
22273
22274 #. type: verbatim
22275 #: ../fish/guestfish-actions.pod:2211
22276 #, no-wrap
22277 msgid ""
22278 " is-socket path\n"
22279 "\n"
22280 msgstr ""
22281
22282 #. type: =head2
22283 #: ../fish/guestfish-actions.pod:2218
22284 msgid "is-symlink"
22285 msgstr ""
22286
22287 #. type: verbatim
22288 #: ../fish/guestfish-actions.pod:2220
22289 #, no-wrap
22290 msgid ""
22291 " is-symlink path\n"
22292 "\n"
22293 msgstr ""
22294
22295 #. type: =head2
22296 #: ../fish/guestfish-actions.pod:2227
22297 msgid "kill-subprocess"
22298 msgstr ""
22299
22300 #. type: verbatim
22301 #: ../fish/guestfish-actions.pod:2229
22302 #, no-wrap
22303 msgid ""
22304 " kill-subprocess\n"
22305 "\n"
22306 msgstr ""
22307
22308 #. type: =head2
22309 #: ../fish/guestfish-actions.pod:2233
22310 msgid "launch"
22311 msgstr ""
22312
22313 #. type: =head2
22314 #: ../fish/guestfish-actions.pod:2235
22315 msgid "run"
22316 msgstr ""
22317
22318 #. type: verbatim
22319 #: ../fish/guestfish-actions.pod:2237
22320 #, no-wrap
22321 msgid ""
22322 " launch\n"
22323 "\n"
22324 msgstr ""
22325
22326 #. type: =head2
22327 #: ../fish/guestfish-actions.pod:2245
22328 msgid "lchown"
22329 msgstr ""
22330
22331 #. type: verbatim
22332 #: ../fish/guestfish-actions.pod:2247
22333 #, no-wrap
22334 msgid ""
22335 " lchown owner group path\n"
22336 "\n"
22337 msgstr ""
22338
22339 #. type: textblock
22340 #: ../fish/guestfish-actions.pod:2249
22341 msgid ""
22342 "Change the file owner to C<owner> and group to C<group>.  This is like "
22343 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22344 "the target."
22345 msgstr ""
22346
22347 #. type: =head2
22348 #: ../fish/guestfish-actions.pod:2257
22349 msgid "lgetxattr"
22350 msgstr ""
22351
22352 #. type: verbatim
22353 #: ../fish/guestfish-actions.pod:2259
22354 #, no-wrap
22355 msgid ""
22356 " lgetxattr path name\n"
22357 "\n"
22358 msgstr ""
22359
22360 #. type: textblock
22361 #: ../fish/guestfish-actions.pod:2275
22362 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22363 msgstr ""
22364
22365 #. type: =head2
22366 #: ../fish/guestfish-actions.pod:2277
22367 msgid "lgetxattrs"
22368 msgstr ""
22369
22370 #. type: verbatim
22371 #: ../fish/guestfish-actions.pod:2279
22372 #, no-wrap
22373 msgid ""
22374 " lgetxattrs path\n"
22375 "\n"
22376 msgstr ""
22377
22378 #. type: textblock
22379 #: ../fish/guestfish-actions.pod:2281
22380 msgid ""
22381 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22382 "it returns the extended attributes of the link itself."
22383 msgstr ""
22384
22385 #. type: =head2
22386 #: ../fish/guestfish-actions.pod:2285
22387 msgid "list-devices"
22388 msgstr ""
22389
22390 #. type: verbatim
22391 #: ../fish/guestfish-actions.pod:2287
22392 #, no-wrap
22393 msgid ""
22394 " list-devices\n"
22395 "\n"
22396 msgstr ""
22397
22398 #. type: =head2
22399 #: ../fish/guestfish-actions.pod:2295
22400 msgid "list-filesystems"
22401 msgstr ""
22402
22403 #. type: verbatim
22404 #: ../fish/guestfish-actions.pod:2297
22405 #, no-wrap
22406 msgid ""
22407 " list-filesystems\n"
22408 "\n"
22409 msgstr ""
22410
22411 #. type: textblock
22412 #: ../fish/guestfish-actions.pod:2316
22413 msgid ""
22414 "This command runs other libguestfs commands, which might include L</mount> "
22415 "and L</umount>, and therefore you should use this soon after launch and only "
22416 "when nothing is mounted."
22417 msgstr ""
22418
22419 #. type: textblock
22420 #: ../fish/guestfish-actions.pod:2320
22421 msgid ""
22422 "Not all of the filesystems returned will be mountable.  In particular, swap "
22423 "partitions are returned in the list.  Also this command does not check that "
22424 "each filesystem found is valid and mountable, and some filesystems might be "
22425 "mountable but require special options.  Filesystems may not all belong to a "
22426 "single logical operating system (use L</inspect-os> to look for OSes)."
22427 msgstr ""
22428
22429 #. type: =head2
22430 #: ../fish/guestfish-actions.pod:2328
22431 msgid "list-partitions"
22432 msgstr ""
22433
22434 #. type: verbatim
22435 #: ../fish/guestfish-actions.pod:2330
22436 #, no-wrap
22437 msgid ""
22438 " list-partitions\n"
22439 "\n"
22440 msgstr ""
22441
22442 #. type: textblock
22443 #: ../fish/guestfish-actions.pod:2336
22444 msgid ""
22445 "This does not return logical volumes.  For that you will need to call "
22446 "L</lvs>."
22447 msgstr ""
22448
22449 #. type: =head2
22450 #: ../fish/guestfish-actions.pod:2341
22451 msgid "ll"
22452 msgstr ""
22453
22454 #. type: verbatim
22455 #: ../fish/guestfish-actions.pod:2343
22456 #, no-wrap
22457 msgid ""
22458 " ll directory\n"
22459 "\n"
22460 msgstr ""
22461
22462 #. type: =head2
22463 #: ../fish/guestfish-actions.pod:2351
22464 msgid "ln"
22465 msgstr ""
22466
22467 #. type: verbatim
22468 #: ../fish/guestfish-actions.pod:2353
22469 #, no-wrap
22470 msgid ""
22471 " ln target linkname\n"
22472 "\n"
22473 msgstr ""
22474
22475 #. type: =head2
22476 #: ../fish/guestfish-actions.pod:2357
22477 msgid "ln-f"
22478 msgstr ""
22479
22480 #. type: verbatim
22481 #: ../fish/guestfish-actions.pod:2359
22482 #, no-wrap
22483 msgid ""
22484 " ln-f target linkname\n"
22485 "\n"
22486 msgstr ""
22487
22488 #. type: =head2
22489 #: ../fish/guestfish-actions.pod:2364
22490 msgid "ln-s"
22491 msgstr ""
22492
22493 #. type: verbatim
22494 #: ../fish/guestfish-actions.pod:2366
22495 #, no-wrap
22496 msgid ""
22497 " ln-s target linkname\n"
22498 "\n"
22499 msgstr ""
22500
22501 #. type: =head2
22502 #: ../fish/guestfish-actions.pod:2370
22503 msgid "ln-sf"
22504 msgstr ""
22505
22506 #. type: verbatim
22507 #: ../fish/guestfish-actions.pod:2372
22508 #, no-wrap
22509 msgid ""
22510 " ln-sf target linkname\n"
22511 "\n"
22512 msgstr ""
22513
22514 #. type: =head2
22515 #: ../fish/guestfish-actions.pod:2377
22516 msgid "lremovexattr"
22517 msgstr ""
22518
22519 #. type: verbatim
22520 #: ../fish/guestfish-actions.pod:2379
22521 #, no-wrap
22522 msgid ""
22523 " lremovexattr xattr path\n"
22524 "\n"
22525 msgstr ""
22526
22527 #. type: textblock
22528 #: ../fish/guestfish-actions.pod:2381
22529 msgid ""
22530 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
22531 "it removes an extended attribute of the link itself."
22532 msgstr ""
22533
22534 #. type: =head2
22535 #: ../fish/guestfish-actions.pod:2385
22536 msgid "ls"
22537 msgstr ""
22538
22539 #. type: verbatim
22540 #: ../fish/guestfish-actions.pod:2387
22541 #, no-wrap
22542 msgid ""
22543 " ls directory\n"
22544 "\n"
22545 msgstr ""
22546
22547 #. type: textblock
22548 #: ../fish/guestfish-actions.pod:2393
22549 msgid ""
22550 "This command is mostly useful for interactive sessions.  Programs should "
22551 "probably use L</readdir> instead."
22552 msgstr ""
22553
22554 #. type: =head2
22555 #: ../fish/guestfish-actions.pod:2396
22556 msgid "lsetxattr"
22557 msgstr ""
22558
22559 #. type: verbatim
22560 #: ../fish/guestfish-actions.pod:2398
22561 #, no-wrap
22562 msgid ""
22563 " lsetxattr xattr val vallen path\n"
22564 "\n"
22565 msgstr ""
22566
22567 #. type: textblock
22568 #: ../fish/guestfish-actions.pod:2400
22569 msgid ""
22570 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
22571 "sets an extended attribute of the link itself."
22572 msgstr ""
22573
22574 #. type: =head2
22575 #: ../fish/guestfish-actions.pod:2404
22576 msgid "lstat"
22577 msgstr ""
22578
22579 #. type: verbatim
22580 #: ../fish/guestfish-actions.pod:2406
22581 #, no-wrap
22582 msgid ""
22583 " lstat path\n"
22584 "\n"
22585 msgstr ""
22586
22587 #. type: textblock
22588 #: ../fish/guestfish-actions.pod:2410
22589 msgid ""
22590 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
22591 "the link is stat-ed, not the file it refers to."
22592 msgstr ""
22593
22594 #. type: =head2
22595 #: ../fish/guestfish-actions.pod:2416
22596 msgid "lstatlist"
22597 msgstr ""
22598
22599 #. type: verbatim
22600 #: ../fish/guestfish-actions.pod:2418
22601 #, no-wrap
22602 msgid ""
22603 " lstatlist path 'names ...'\n"
22604 "\n"
22605 msgstr ""
22606
22607 #. type: textblock
22608 #: ../fish/guestfish-actions.pod:2420
22609 msgid ""
22610 "This call allows you to perform the L</lstat> operation on multiple files, "
22611 "where all files are in the directory C<path>.  C<names> is the list of files "
22612 "from this directory."
22613 msgstr ""
22614
22615 #. type: textblock
22616 #: ../fish/guestfish-actions.pod:2429
22617 msgid ""
22618 "This call is intended for programs that want to efficiently list a directory "
22619 "contents without making many round-trips.  See also L</lxattrlist> for a "
22620 "similarly efficient call for getting extended attributes.  Very long "
22621 "directory listings might cause the protocol message size to be exceeded, "
22622 "causing this call to fail.  The caller must split up such requests into "
22623 "smaller groups of names."
22624 msgstr ""
22625
22626 #. type: =head2
22627 #: ../fish/guestfish-actions.pod:2437
22628 msgid "luks-add-key"
22629 msgstr ""
22630
22631 #. type: verbatim
22632 #: ../fish/guestfish-actions.pod:2439
22633 #, no-wrap
22634 msgid ""
22635 " luks-add-key device keyslot\n"
22636 "\n"
22637 msgstr ""
22638
22639 #. type: textblock
22640 #: ../fish/guestfish-actions.pod:2446
22641 msgid ""
22642 "Note that if C<keyslot> already contains a key, then this command will "
22643 "fail.  You have to use L</luks-kill-slot> first to remove that key."
22644 msgstr ""
22645
22646 #. type: textblock
22647 #: ../fish/guestfish-actions.pod:2450 ../fish/guestfish-actions.pod:2472 ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2499 ../fish/guestfish-actions.pod:2522 ../fish/guestfish-actions.pod:2532
22648 msgid ""
22649 "This command has one or more key or passphrase parameters.  Guestfish will "
22650 "prompt for these separately."
22651 msgstr ""
22652
22653 #. type: =head2
22654 #: ../fish/guestfish-actions.pod:2453
22655 msgid "luks-close"
22656 msgstr ""
22657
22658 #. type: verbatim
22659 #: ../fish/guestfish-actions.pod:2455
22660 #, no-wrap
22661 msgid ""
22662 " luks-close device\n"
22663 "\n"
22664 msgstr ""
22665
22666 #. type: textblock
22667 #: ../fish/guestfish-actions.pod:2457
22668 msgid ""
22669 "This closes a LUKS device that was created earlier by L</luks-open> or "
22670 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
22671 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
22672 "underlying block device."
22673 msgstr ""
22674
22675 #. type: =head2
22676 #: ../fish/guestfish-actions.pod:2463
22677 msgid "luks-format"
22678 msgstr ""
22679
22680 #. type: verbatim
22681 #: ../fish/guestfish-actions.pod:2465
22682 #, no-wrap
22683 msgid ""
22684 " luks-format device keyslot\n"
22685 "\n"
22686 msgstr ""
22687
22688 #. type: =head2
22689 #: ../fish/guestfish-actions.pod:2478
22690 msgid "luks-format-cipher"
22691 msgstr ""
22692
22693 #. type: verbatim
22694 #: ../fish/guestfish-actions.pod:2480
22695 #, no-wrap
22696 msgid ""
22697 " luks-format-cipher device keyslot cipher\n"
22698 "\n"
22699 msgstr ""
22700
22701 #. type: textblock
22702 #: ../fish/guestfish-actions.pod:2482
22703 msgid ""
22704 "This command is the same as L</luks-format> but it also allows you to set "
22705 "the C<cipher> used."
22706 msgstr ""
22707
22708 #. type: =head2
22709 #: ../fish/guestfish-actions.pod:2491
22710 msgid "luks-kill-slot"
22711 msgstr ""
22712
22713 #. type: verbatim
22714 #: ../fish/guestfish-actions.pod:2493
22715 #, no-wrap
22716 msgid ""
22717 " luks-kill-slot device keyslot\n"
22718 "\n"
22719 msgstr ""
22720
22721 #. type: =head2
22722 #: ../fish/guestfish-actions.pod:2502
22723 msgid "luks-open"
22724 msgstr ""
22725
22726 #. type: verbatim
22727 #: ../fish/guestfish-actions.pod:2504
22728 #, no-wrap
22729 msgid ""
22730 " luks-open device mapname\n"
22731 "\n"
22732 msgstr ""
22733
22734 #. type: textblock
22735 #: ../fish/guestfish-actions.pod:2518
22736 msgid ""
22737 "If this block device contains LVM volume groups, then calling L</vgscan> "
22738 "followed by L</vg-activate-all> will make them visible."
22739 msgstr ""
22740
22741 #. type: =head2
22742 #: ../fish/guestfish-actions.pod:2525
22743 msgid "luks-open-ro"
22744 msgstr ""
22745
22746 #. type: verbatim
22747 #: ../fish/guestfish-actions.pod:2527
22748 #, no-wrap
22749 msgid ""
22750 " luks-open-ro device mapname\n"
22751 "\n"
22752 msgstr ""
22753
22754 #. type: textblock
22755 #: ../fish/guestfish-actions.pod:2529
22756 msgid ""
22757 "This is the same as L</luks-open> except that a read-only mapping is "
22758 "created."
22759 msgstr ""
22760
22761 #. type: =head2
22762 #: ../fish/guestfish-actions.pod:2535
22763 msgid "lvcreate"
22764 msgstr ""
22765
22766 #. type: verbatim
22767 #: ../fish/guestfish-actions.pod:2537
22768 #, no-wrap
22769 msgid ""
22770 " lvcreate logvol volgroup mbytes\n"
22771 "\n"
22772 msgstr ""
22773
22774 #. type: =head2
22775 #: ../fish/guestfish-actions.pod:2542
22776 msgid "lvm-canonical-lv-name"
22777 msgstr ""
22778
22779 #. type: verbatim
22780 #: ../fish/guestfish-actions.pod:2544
22781 #, no-wrap
22782 msgid ""
22783 " lvm-canonical-lv-name lvname\n"
22784 "\n"
22785 msgstr ""
22786
22787 #. type: textblock
22788 #: ../fish/guestfish-actions.pod:2553
22789 msgid "See also L</is-lv>."
22790 msgstr ""
22791
22792 #. type: =head2
22793 #: ../fish/guestfish-actions.pod:2555
22794 msgid "lvm-clear-filter"
22795 msgstr ""
22796
22797 #. type: verbatim
22798 #: ../fish/guestfish-actions.pod:2557
22799 #, no-wrap
22800 msgid ""
22801 " lvm-clear-filter\n"
22802 "\n"
22803 msgstr ""
22804
22805 #. type: textblock
22806 #: ../fish/guestfish-actions.pod:2559
22807 msgid ""
22808 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
22809 "block device."
22810 msgstr ""
22811
22812 #. type: =head2
22813 #: ../fish/guestfish-actions.pod:2565
22814 msgid "lvm-remove-all"
22815 msgstr ""
22816
22817 #. type: verbatim
22818 #: ../fish/guestfish-actions.pod:2567
22819 #, no-wrap
22820 msgid ""
22821 " lvm-remove-all\n"
22822 "\n"
22823 msgstr ""
22824
22825 #. type: =head2
22826 #: ../fish/guestfish-actions.pod:2575
22827 msgid "lvm-set-filter"
22828 msgstr ""
22829
22830 #. type: verbatim
22831 #: ../fish/guestfish-actions.pod:2577
22832 #, no-wrap
22833 msgid ""
22834 " lvm-set-filter 'devices ...'\n"
22835 "\n"
22836 msgstr ""
22837
22838 #. type: =head2
22839 #: ../fish/guestfish-actions.pod:2602
22840 msgid "lvremove"
22841 msgstr ""
22842
22843 #. type: verbatim
22844 #: ../fish/guestfish-actions.pod:2604
22845 #, no-wrap
22846 msgid ""
22847 " lvremove device\n"
22848 "\n"
22849 msgstr ""
22850
22851 #. type: =head2
22852 #: ../fish/guestfish-actions.pod:2612
22853 msgid "lvrename"
22854 msgstr ""
22855
22856 #. type: verbatim
22857 #: ../fish/guestfish-actions.pod:2614
22858 #, no-wrap
22859 msgid ""
22860 " lvrename logvol newlogvol\n"
22861 "\n"
22862 msgstr ""
22863
22864 #. type: =head2
22865 #: ../fish/guestfish-actions.pod:2618
22866 msgid "lvresize"
22867 msgstr ""
22868
22869 #. type: verbatim
22870 #: ../fish/guestfish-actions.pod:2620
22871 #, no-wrap
22872 msgid ""
22873 " lvresize device mbytes\n"
22874 "\n"
22875 msgstr ""
22876
22877 #. type: =head2
22878 #: ../fish/guestfish-actions.pod:2626
22879 msgid "lvresize-free"
22880 msgstr ""
22881
22882 #. type: verbatim
22883 #: ../fish/guestfish-actions.pod:2628
22884 #, no-wrap
22885 msgid ""
22886 " lvresize-free lv percent\n"
22887 "\n"
22888 msgstr ""
22889
22890 #. type: =head2
22891 #: ../fish/guestfish-actions.pod:2636
22892 msgid "lvs"
22893 msgstr ""
22894
22895 #. type: verbatim
22896 #: ../fish/guestfish-actions.pod:2638
22897 #, no-wrap
22898 msgid ""
22899 " lvs\n"
22900 "\n"
22901 msgstr ""
22902
22903 #. type: textblock
22904 #: ../fish/guestfish-actions.pod:2646
22905 msgid "See also L</lvs-full>, L</list-filesystems>."
22906 msgstr ""
22907
22908 #. type: =head2
22909 #: ../fish/guestfish-actions.pod:2648
22910 msgid "lvs-full"
22911 msgstr ""
22912
22913 #. type: verbatim
22914 #: ../fish/guestfish-actions.pod:2650
22915 #, no-wrap
22916 msgid ""
22917 " lvs-full\n"
22918 "\n"
22919 msgstr ""
22920
22921 #. type: =head2
22922 #: ../fish/guestfish-actions.pod:2655
22923 msgid "lvuuid"
22924 msgstr ""
22925
22926 #. type: verbatim
22927 #: ../fish/guestfish-actions.pod:2657
22928 #, no-wrap
22929 msgid ""
22930 " lvuuid device\n"
22931 "\n"
22932 msgstr ""
22933
22934 #. type: =head2
22935 #: ../fish/guestfish-actions.pod:2661
22936 msgid "lxattrlist"
22937 msgstr ""
22938
22939 #. type: verbatim
22940 #: ../fish/guestfish-actions.pod:2663
22941 #, no-wrap
22942 msgid ""
22943 " lxattrlist path 'names ...'\n"
22944 "\n"
22945 msgstr ""
22946
22947 #. type: textblock
22948 #: ../fish/guestfish-actions.pod:2679
22949 msgid ""
22950 "This call is intended for programs that want to efficiently list a directory "
22951 "contents without making many round-trips.  See also L</lstatlist> for a "
22952 "similarly efficient call for getting standard stats.  Very long directory "
22953 "listings might cause the protocol message size to be exceeded, causing this "
22954 "call to fail.  The caller must split up such requests into smaller groups of "
22955 "names."
22956 msgstr ""
22957
22958 #. type: =head2
22959 #: ../fish/guestfish-actions.pod:2687
22960 msgid "mkdir"
22961 msgstr ""
22962
22963 #. type: verbatim
22964 #: ../fish/guestfish-actions.pod:2689
22965 #, no-wrap
22966 msgid ""
22967 " mkdir path\n"
22968 "\n"
22969 msgstr ""
22970
22971 #. type: =head2
22972 #: ../fish/guestfish-actions.pod:2693
22973 msgid "mkdir-mode"
22974 msgstr ""
22975
22976 #. type: verbatim
22977 #: ../fish/guestfish-actions.pod:2695
22978 #, no-wrap
22979 msgid ""
22980 " mkdir-mode path mode\n"
22981 "\n"
22982 msgstr ""
22983
22984 #. type: textblock
22985 #: ../fish/guestfish-actions.pod:2704
22986 msgid "See also L</mkdir>, L</umask>"
22987 msgstr ""
22988
22989 #. type: =head2
22990 #: ../fish/guestfish-actions.pod:2706
22991 msgid "mkdir-p"
22992 msgstr ""
22993
22994 #. type: verbatim
22995 #: ../fish/guestfish-actions.pod:2708
22996 #, no-wrap
22997 msgid ""
22998 " mkdir-p path\n"
22999 "\n"
23000 msgstr ""
23001
23002 #. type: =head2
23003 #: ../fish/guestfish-actions.pod:2713
23004 msgid "mkdtemp"
23005 msgstr ""
23006
23007 #. type: verbatim
23008 #: ../fish/guestfish-actions.pod:2715
23009 #, no-wrap
23010 msgid ""
23011 " mkdtemp template\n"
23012 "\n"
23013 msgstr ""
23014
23015 #. type: =head2
23016 #: ../fish/guestfish-actions.pod:2736
23017 msgid "mke2fs-J"
23018 msgstr ""
23019
23020 #. type: verbatim
23021 #: ../fish/guestfish-actions.pod:2738
23022 #, no-wrap
23023 msgid ""
23024 " mke2fs-J fstype blocksize device journal\n"
23025 "\n"
23026 msgstr ""
23027
23028 #. type: textblock
23029 #: ../fish/guestfish-actions.pod:2746
23030 msgid "See also L</mke2journal>."
23031 msgstr ""
23032
23033 #. type: =head2
23034 #: ../fish/guestfish-actions.pod:2748
23035 msgid "mke2fs-JL"
23036 msgstr ""
23037
23038 #. type: verbatim
23039 #: ../fish/guestfish-actions.pod:2750
23040 #, no-wrap
23041 msgid ""
23042 " mke2fs-JL fstype blocksize device label\n"
23043 "\n"
23044 msgstr ""
23045
23046 #. type: textblock
23047 #: ../fish/guestfish-actions.pod:2755
23048 msgid "See also L</mke2journal-L>."
23049 msgstr ""
23050
23051 #. type: =head2
23052 #: ../fish/guestfish-actions.pod:2757
23053 msgid "mke2fs-JU"
23054 msgstr ""
23055
23056 #. type: verbatim
23057 #: ../fish/guestfish-actions.pod:2759
23058 #, no-wrap
23059 msgid ""
23060 " mke2fs-JU fstype blocksize device uuid\n"
23061 "\n"
23062 msgstr ""
23063
23064 #. type: textblock
23065 #: ../fish/guestfish-actions.pod:2764
23066 msgid "See also L</mke2journal-U>."
23067 msgstr ""
23068
23069 #. type: =head2
23070 #: ../fish/guestfish-actions.pod:2766
23071 msgid "mke2journal"
23072 msgstr ""
23073
23074 #. type: verbatim
23075 #: ../fish/guestfish-actions.pod:2768
23076 #, no-wrap
23077 msgid ""
23078 " mke2journal blocksize device\n"
23079 "\n"
23080 msgstr ""
23081
23082 #. type: =head2
23083 #: ../fish/guestfish-actions.pod:2775
23084 msgid "mke2journal-L"
23085 msgstr ""
23086
23087 #. type: verbatim
23088 #: ../fish/guestfish-actions.pod:2777
23089 #, no-wrap
23090 msgid ""
23091 " mke2journal-L blocksize label device\n"
23092 "\n"
23093 msgstr ""
23094
23095 #. type: =head2
23096 #: ../fish/guestfish-actions.pod:2781
23097 msgid "mke2journal-U"
23098 msgstr ""
23099
23100 #. type: verbatim
23101 #: ../fish/guestfish-actions.pod:2783
23102 #, no-wrap
23103 msgid ""
23104 " mke2journal-U blocksize uuid device\n"
23105 "\n"
23106 msgstr ""
23107
23108 #. type: =head2
23109 #: ../fish/guestfish-actions.pod:2787
23110 msgid "mkfifo"
23111 msgstr ""
23112
23113 #. type: verbatim
23114 #: ../fish/guestfish-actions.pod:2789
23115 #, no-wrap
23116 msgid ""
23117 " mkfifo mode path\n"
23118 "\n"
23119 msgstr ""
23120
23121 #. type: textblock
23122 #: ../fish/guestfish-actions.pod:2791
23123 msgid ""
23124 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23125 "is just a convenient wrapper around L</mknod>."
23126 msgstr ""
23127
23128 #. type: =head2
23129 #: ../fish/guestfish-actions.pod:2797
23130 msgid "mkfs"
23131 msgstr ""
23132
23133 #. type: verbatim
23134 #: ../fish/guestfish-actions.pod:2799
23135 #, no-wrap
23136 msgid ""
23137 " mkfs fstype device\n"
23138 "\n"
23139 msgstr ""
23140
23141 #. type: =head2
23142 #: ../fish/guestfish-actions.pod:2805
23143 msgid "mkfs-b"
23144 msgstr ""
23145
23146 #. type: verbatim
23147 #: ../fish/guestfish-actions.pod:2807
23148 #, no-wrap
23149 msgid ""
23150 " mkfs-b fstype blocksize device\n"
23151 "\n"
23152 msgstr ""
23153
23154 #. type: textblock
23155 #: ../fish/guestfish-actions.pod:2809
23156 msgid ""
23157 "This call is similar to L</mkfs>, but it allows you to control the block "
23158 "size of the resulting filesystem.  Supported block sizes depend on the "
23159 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23160 msgstr ""
23161
23162 #. type: =head2
23163 #: ../fish/guestfish-actions.pod:2824
23164 msgid "mkfs-opts"
23165 msgstr ""
23166
23167 #. type: verbatim
23168 #: ../fish/guestfish-actions.pod:2826
23169 #, no-wrap
23170 msgid ""
23171 " mkfs-opts fstype device [blocksize:..]\n"
23172 "\n"
23173 msgstr ""
23174
23175 #. type: =head2
23176 #: ../fish/guestfish-actions.pod:2848
23177 msgid "mkmountpoint"
23178 msgstr ""
23179
23180 #. type: verbatim
23181 #: ../fish/guestfish-actions.pod:2850
23182 #, no-wrap
23183 msgid ""
23184 " mkmountpoint exemptpath\n"
23185 "\n"
23186 msgstr ""
23187
23188 #. type: textblock
23189 #: ../fish/guestfish-actions.pod:2852
23190 msgid ""
23191 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23192 "to create extra mountpoints before mounting the first filesystem."
23193 msgstr ""
23194
23195 #. type: textblock
23196 #: ../fish/guestfish-actions.pod:2876
23197 msgid ""
23198 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23199 "unexpected errors if you try to mix these calls.  It is safest to manually "
23200 "unmount filesystems and remove mountpoints after use."
23201 msgstr ""
23202
23203 #. type: textblock
23204 #: ../fish/guestfish-actions.pod:2880
23205 msgid ""
23206 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23207 "for this to work for manual mountpoints, you must ensure that the innermost "
23208 "mountpoints have the longest pathnames, as in the example code above."
23209 msgstr ""
23210
23211 #. type: textblock
23212 #: ../fish/guestfish-actions.pod:2887
23213 msgid ""
23214 "Autosync [see L</set-autosync>, this is set by default on handles] means "
23215 "that L</umount-all> is called when the handle is closed which can also "
23216 "trigger these issues."
23217 msgstr ""
23218
23219 #. type: =head2
23220 #: ../fish/guestfish-actions.pod:2891
23221 msgid "mknod"
23222 msgstr ""
23223
23224 #. type: verbatim
23225 #: ../fish/guestfish-actions.pod:2893
23226 #, no-wrap
23227 msgid ""
23228 " mknod mode devmajor devminor path\n"
23229 "\n"
23230 msgstr ""
23231
23232 #. type: textblock
23233 #: ../fish/guestfish-actions.pod:2903
23234 msgid ""
23235 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23236 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23237 "regular file).  These constants are available in the standard Linux header "
23238 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23239 "wrappers around this command which bitwise OR in the appropriate constant "
23240 "for you."
23241 msgstr ""
23242
23243 #. type: =head2
23244 #: ../fish/guestfish-actions.pod:2913
23245 msgid "mknod-b"
23246 msgstr ""
23247
23248 #. type: verbatim
23249 #: ../fish/guestfish-actions.pod:2915
23250 #, no-wrap
23251 msgid ""
23252 " mknod-b mode devmajor devminor path\n"
23253 "\n"
23254 msgstr ""
23255
23256 #. type: textblock
23257 #: ../fish/guestfish-actions.pod:2917
23258 msgid ""
23259 "This call creates a block device node called C<path> with mode C<mode> and "
23260 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23261 "wrapper around L</mknod>."
23262 msgstr ""
23263
23264 #. type: =head2
23265 #: ../fish/guestfish-actions.pod:2923
23266 msgid "mknod-c"
23267 msgstr ""
23268
23269 #. type: verbatim
23270 #: ../fish/guestfish-actions.pod:2925
23271 #, no-wrap
23272 msgid ""
23273 " mknod-c mode devmajor devminor path\n"
23274 "\n"
23275 msgstr ""
23276
23277 #. type: textblock
23278 #: ../fish/guestfish-actions.pod:2927
23279 msgid ""
23280 "This call creates a char device node called C<path> with mode C<mode> and "
23281 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23282 "wrapper around L</mknod>."
23283 msgstr ""
23284
23285 #. type: =head2
23286 #: ../fish/guestfish-actions.pod:2933
23287 msgid "mkswap"
23288 msgstr ""
23289
23290 #. type: verbatim
23291 #: ../fish/guestfish-actions.pod:2935
23292 #, no-wrap
23293 msgid ""
23294 " mkswap device\n"
23295 "\n"
23296 msgstr ""
23297
23298 #. type: =head2
23299 #: ../fish/guestfish-actions.pod:2939
23300 msgid "mkswap-L"
23301 msgstr ""
23302
23303 #. type: verbatim
23304 #: ../fish/guestfish-actions.pod:2941
23305 #, no-wrap
23306 msgid ""
23307 " mkswap-L label device\n"
23308 "\n"
23309 msgstr ""
23310
23311 #. type: =head2
23312 #: ../fish/guestfish-actions.pod:2949
23313 msgid "mkswap-U"
23314 msgstr ""
23315
23316 #. type: verbatim
23317 #: ../fish/guestfish-actions.pod:2951
23318 #, no-wrap
23319 msgid ""
23320 " mkswap-U uuid device\n"
23321 "\n"
23322 msgstr ""
23323
23324 #. type: =head2
23325 #: ../fish/guestfish-actions.pod:2955
23326 msgid "mkswap-file"
23327 msgstr ""
23328
23329 #. type: verbatim
23330 #: ../fish/guestfish-actions.pod:2957
23331 #, no-wrap
23332 msgid ""
23333 " mkswap-file path\n"
23334 "\n"
23335 msgstr ""
23336
23337 #. type: textblock
23338 #: ../fish/guestfish-actions.pod:2961
23339 msgid ""
23340 "This command just writes a swap file signature to an existing file.  To "
23341 "create the file itself, use something like L</fallocate>."
23342 msgstr ""
23343
23344 #. type: =head2
23345 #: ../fish/guestfish-actions.pod:2964
23346 msgid "modprobe"
23347 msgstr ""
23348
23349 #. type: verbatim
23350 #: ../fish/guestfish-actions.pod:2966
23351 #, no-wrap
23352 msgid ""
23353 " modprobe modulename\n"
23354 "\n"
23355 msgstr ""
23356
23357 #. type: =head2
23358 #: ../fish/guestfish-actions.pod:2973
23359 msgid "mount"
23360 msgstr ""
23361
23362 #. type: verbatim
23363 #: ../fish/guestfish-actions.pod:2975
23364 #, no-wrap
23365 msgid ""
23366 " mount device mountpoint\n"
23367 "\n"
23368 msgstr ""
23369
23370 #. type: textblock
23371 #: ../fish/guestfish-actions.pod:2991
23372 msgid ""
23373 "B<Important note:> When you use this call, the filesystem options C<sync> "
23374 "and C<noatime> are set implicitly.  This was originally done because we "
23375 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23376 "very large negative performance impact and negligible effect on "
23377 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23378 "code that needs performance, and instead use L</mount-options> (use an empty "
23379 "string for the first parameter if you don't want any options)."
23380 msgstr ""
23381
23382 #. type: =head2
23383 #: ../fish/guestfish-actions.pod:3001
23384 msgid "mount-loop"
23385 msgstr ""
23386
23387 #. type: verbatim
23388 #: ../fish/guestfish-actions.pod:3003
23389 #, no-wrap
23390 msgid ""
23391 " mount-loop file mountpoint\n"
23392 "\n"
23393 msgstr ""
23394
23395 #. type: =head2
23396 #: ../fish/guestfish-actions.pod:3009
23397 msgid "mount-options"
23398 msgstr ""
23399
23400 #. type: verbatim
23401 #: ../fish/guestfish-actions.pod:3011
23402 #, no-wrap
23403 msgid ""
23404 " mount-options options device mountpoint\n"
23405 "\n"
23406 msgstr ""
23407
23408 #. type: textblock
23409 #: ../fish/guestfish-actions.pod:3013
23410 msgid ""
23411 "This is the same as the L</mount> command, but it allows you to set the "
23412 "mount options as for the L<mount(8)> I<-o> flag."
23413 msgstr ""
23414
23415 #. type: =head2
23416 #: ../fish/guestfish-actions.pod:3021
23417 msgid "mount-ro"
23418 msgstr ""
23419
23420 #. type: verbatim
23421 #: ../fish/guestfish-actions.pod:3023
23422 #, no-wrap
23423 msgid ""
23424 " mount-ro device mountpoint\n"
23425 "\n"
23426 msgstr ""
23427
23428 #. type: textblock
23429 #: ../fish/guestfish-actions.pod:3025
23430 msgid ""
23431 "This is the same as the L</mount> command, but it mounts the filesystem with "
23432 "the read-only (I<-o ro>) flag."
23433 msgstr ""
23434
23435 #. type: =head2
23436 #: ../fish/guestfish-actions.pod:3028
23437 msgid "mount-vfs"
23438 msgstr ""
23439
23440 #. type: verbatim
23441 #: ../fish/guestfish-actions.pod:3030
23442 #, no-wrap
23443 msgid ""
23444 " mount-vfs options vfstype device mountpoint\n"
23445 "\n"
23446 msgstr ""
23447
23448 #. type: textblock
23449 #: ../fish/guestfish-actions.pod:3032
23450 msgid ""
23451 "This is the same as the L</mount> command, but it allows you to set both the "
23452 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
23453 msgstr ""
23454
23455 #. type: =head2
23456 #: ../fish/guestfish-actions.pod:3036
23457 msgid "mountpoints"
23458 msgstr ""
23459
23460 #. type: verbatim
23461 #: ../fish/guestfish-actions.pod:3038
23462 #, no-wrap
23463 msgid ""
23464 " mountpoints\n"
23465 "\n"
23466 msgstr ""
23467
23468 #. type: textblock
23469 #: ../fish/guestfish-actions.pod:3040
23470 msgid ""
23471 "This call is similar to L</mounts>.  That call returns a list of devices.  "
23472 "This one returns a hash table (map) of device name to directory where the "
23473 "device is mounted."
23474 msgstr ""
23475
23476 #. type: =head2
23477 #: ../fish/guestfish-actions.pod:3044
23478 msgid "mounts"
23479 msgstr ""
23480
23481 #. type: verbatim
23482 #: ../fish/guestfish-actions.pod:3046
23483 #, no-wrap
23484 msgid ""
23485 " mounts\n"
23486 "\n"
23487 msgstr ""
23488
23489 #. type: textblock
23490 #: ../fish/guestfish-actions.pod:3053
23491 msgid "See also: L</mountpoints>"
23492 msgstr ""
23493
23494 #. type: =head2
23495 #: ../fish/guestfish-actions.pod:3055
23496 msgid "mv"
23497 msgstr ""
23498
23499 #. type: verbatim
23500 #: ../fish/guestfish-actions.pod:3057
23501 #, no-wrap
23502 msgid ""
23503 " mv src dest\n"
23504 "\n"
23505 msgstr ""
23506
23507 #. type: =head2
23508 #: ../fish/guestfish-actions.pod:3062
23509 msgid "ntfs-3g-probe"
23510 msgstr ""
23511
23512 #. type: verbatim
23513 #: ../fish/guestfish-actions.pod:3064
23514 #, no-wrap
23515 msgid ""
23516 " ntfs-3g-probe true|false device\n"
23517 "\n"
23518 msgstr ""
23519
23520 #. type: =head2
23521 #: ../fish/guestfish-actions.pod:3078
23522 msgid "ntfsresize"
23523 msgstr ""
23524
23525 #. type: verbatim
23526 #: ../fish/guestfish-actions.pod:3080
23527 #, no-wrap
23528 msgid ""
23529 " ntfsresize device\n"
23530 "\n"
23531 msgstr ""
23532
23533 #. type: =head2
23534 #: ../fish/guestfish-actions.pod:3086
23535 msgid "ntfsresize-size"
23536 msgstr ""
23537
23538 #. type: verbatim
23539 #: ../fish/guestfish-actions.pod:3088
23540 #, no-wrap
23541 msgid ""
23542 " ntfsresize-size device size\n"
23543 "\n"
23544 msgstr ""
23545
23546 #. type: textblock
23547 #: ../fish/guestfish-actions.pod:3090
23548 msgid ""
23549 "This command is the same as L</ntfsresize> except that it allows you to "
23550 "specify the new size (in bytes) explicitly."
23551 msgstr ""
23552
23553 #. type: =head2
23554 #: ../fish/guestfish-actions.pod:3093
23555 msgid "part-add"
23556 msgstr ""
23557
23558 #. type: verbatim
23559 #: ../fish/guestfish-actions.pod:3095
23560 #, no-wrap
23561 msgid ""
23562 " part-add device prlogex startsect endsect\n"
23563 "\n"
23564 msgstr ""
23565
23566 #. type: textblock
23567 #: ../fish/guestfish-actions.pod:3097
23568 msgid ""
23569 "This command adds a partition to C<device>.  If there is no partition table "
23570 "on the device, call L</part-init> first."
23571 msgstr ""
23572
23573 #. type: textblock
23574 #: ../fish/guestfish-actions.pod:3109
23575 msgid ""
23576 "Creating a partition which covers the whole disk is not so easy.  Use "
23577 "L</part-disk> to do that."
23578 msgstr ""
23579
23580 #. type: =head2
23581 #: ../fish/guestfish-actions.pod:3112
23582 msgid "part-del"
23583 msgstr ""
23584
23585 #. type: verbatim
23586 #: ../fish/guestfish-actions.pod:3114
23587 #, no-wrap
23588 msgid ""
23589 " part-del device partnum\n"
23590 "\n"
23591 msgstr ""
23592
23593 #. type: =head2
23594 #: ../fish/guestfish-actions.pod:3122
23595 msgid "part-disk"
23596 msgstr ""
23597
23598 #. type: verbatim
23599 #: ../fish/guestfish-actions.pod:3124
23600 #, no-wrap
23601 msgid ""
23602 " part-disk device parttype\n"
23603 "\n"
23604 msgstr ""
23605
23606 #. type: textblock
23607 #: ../fish/guestfish-actions.pod:3126
23608 msgid ""
23609 "This command is simply a combination of L</part-init> followed by "
23610 "L</part-add> to create a single primary partition covering the whole disk."
23611 msgstr ""
23612
23613 #. type: textblock
23614 #: ../fish/guestfish-actions.pod:3130
23615 msgid ""
23616 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
23617 "possible values are described in L</part-init>."
23618 msgstr ""
23619
23620 #. type: =head2
23621 #: ../fish/guestfish-actions.pod:3136
23622 msgid "part-get-bootable"
23623 msgstr ""
23624
23625 #. type: verbatim
23626 #: ../fish/guestfish-actions.pod:3138
23627 #, no-wrap
23628 msgid ""
23629 " part-get-bootable device partnum\n"
23630 "\n"
23631 msgstr ""
23632
23633 #. type: textblock
23634 #: ../fish/guestfish-actions.pod:3143
23635 msgid "See also L</part-set-bootable>."
23636 msgstr ""
23637
23638 #. type: =head2
23639 #: ../fish/guestfish-actions.pod:3145
23640 msgid "part-get-mbr-id"
23641 msgstr ""
23642
23643 #. type: verbatim
23644 #: ../fish/guestfish-actions.pod:3147
23645 #, no-wrap
23646 msgid ""
23647 " part-get-mbr-id device partnum\n"
23648 "\n"
23649 msgstr ""
23650
23651 #. type: textblock
23652 #: ../fish/guestfish-actions.pod:3152 ../fish/guestfish-actions.pod:3290
23653 msgid ""
23654 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
23655 "undefined results for other partition table types (see "
23656 "L</part-get-parttype>)."
23657 msgstr ""
23658
23659 #. type: =head2
23660 #: ../fish/guestfish-actions.pod:3156
23661 msgid "part-get-parttype"
23662 msgstr ""
23663
23664 #. type: verbatim
23665 #: ../fish/guestfish-actions.pod:3158
23666 #, no-wrap
23667 msgid ""
23668 " part-get-parttype device\n"
23669 "\n"
23670 msgstr ""
23671
23672 #. type: textblock
23673 #: ../fish/guestfish-actions.pod:3163
23674 msgid ""
23675 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
23676 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
23677 "possible, although unusual.  See L</part-init> for a full list."
23678 msgstr ""
23679
23680 #. type: =head2
23681 #: ../fish/guestfish-actions.pod:3168
23682 msgid "part-init"
23683 msgstr ""
23684
23685 #. type: verbatim
23686 #: ../fish/guestfish-actions.pod:3170
23687 #, no-wrap
23688 msgid ""
23689 " part-init device parttype\n"
23690 "\n"
23691 msgstr ""
23692
23693 #. type: textblock
23694 #: ../fish/guestfish-actions.pod:3176
23695 msgid ""
23696 "Initially there are no partitions.  Following this, you should call "
23697 "L</part-add> for each partition required."
23698 msgstr ""
23699
23700 #. type: =head2
23701 #: ../fish/guestfish-actions.pod:3239
23702 msgid "part-list"
23703 msgstr ""
23704
23705 #. type: verbatim
23706 #: ../fish/guestfish-actions.pod:3241
23707 #, no-wrap
23708 msgid ""
23709 " part-list device\n"
23710 "\n"
23711 msgstr ""
23712
23713 #. type: textblock
23714 #: ../fish/guestfish-actions.pod:3256
23715 msgid ""
23716 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
23717 "the device's sector size, see L</blockdev-getss>."
23718 msgstr ""
23719
23720 #. type: =head2
23721 #: ../fish/guestfish-actions.pod:3269
23722 msgid "part-set-bootable"
23723 msgstr ""
23724
23725 #. type: verbatim
23726 #: ../fish/guestfish-actions.pod:3271
23727 #, no-wrap
23728 msgid ""
23729 " part-set-bootable device partnum true|false\n"
23730 "\n"
23731 msgstr ""
23732
23733 #. type: =head2
23734 #: ../fish/guestfish-actions.pod:3280
23735 msgid "part-set-mbr-id"
23736 msgstr ""
23737
23738 #. type: verbatim
23739 #: ../fish/guestfish-actions.pod:3282
23740 #, no-wrap
23741 msgid ""
23742 " part-set-mbr-id device partnum idbyte\n"
23743 "\n"
23744 msgstr ""
23745
23746 #. type: =head2
23747 #: ../fish/guestfish-actions.pod:3294
23748 msgid "part-set-name"
23749 msgstr ""
23750
23751 #. type: verbatim
23752 #: ../fish/guestfish-actions.pod:3296
23753 #, no-wrap
23754 msgid ""
23755 " part-set-name device partnum name\n"
23756 "\n"
23757 msgstr ""
23758
23759 #. type: =head2
23760 #: ../fish/guestfish-actions.pod:3304
23761 msgid "part-to-dev"
23762 msgstr ""
23763
23764 #. type: verbatim
23765 #: ../fish/guestfish-actions.pod:3306
23766 #, no-wrap
23767 msgid ""
23768 " part-to-dev partition\n"
23769 "\n"
23770 msgstr ""
23771
23772 #. type: textblock
23773 #: ../fish/guestfish-actions.pod:3312
23774 msgid ""
23775 "The named partition must exist, for example as a string returned from "
23776 "L</list-partitions>."
23777 msgstr ""
23778
23779 #. type: =head2
23780 #: ../fish/guestfish-actions.pod:3315
23781 msgid "ping-daemon"
23782 msgstr ""
23783
23784 #. type: verbatim
23785 #: ../fish/guestfish-actions.pod:3317
23786 #, no-wrap
23787 msgid ""
23788 " ping-daemon\n"
23789 "\n"
23790 msgstr ""
23791
23792 #. type: =head2
23793 #: ../fish/guestfish-actions.pod:3324
23794 msgid "pread"
23795 msgstr ""
23796
23797 #. type: verbatim
23798 #: ../fish/guestfish-actions.pod:3326
23799 #, no-wrap
23800 msgid ""
23801 " pread path count offset\n"
23802 "\n"
23803 msgstr ""
23804
23805 #. type: textblock
23806 #: ../fish/guestfish-actions.pod:3334
23807 msgid "See also L</pwrite>, L</pread-device>."
23808 msgstr ""
23809
23810 #. type: =head2
23811 #: ../fish/guestfish-actions.pod:3339
23812 msgid "pread-device"
23813 msgstr ""
23814
23815 #. type: verbatim
23816 #: ../fish/guestfish-actions.pod:3341
23817 #, no-wrap
23818 msgid ""
23819 " pread-device device count offset\n"
23820 "\n"
23821 msgstr ""
23822
23823 #. type: textblock
23824 #: ../fish/guestfish-actions.pod:3349
23825 msgid "See also L</pread>."
23826 msgstr ""
23827
23828 #. type: =head2
23829 #: ../fish/guestfish-actions.pod:3354
23830 msgid "pvcreate"
23831 msgstr ""
23832
23833 #. type: verbatim
23834 #: ../fish/guestfish-actions.pod:3356
23835 #, no-wrap
23836 msgid ""
23837 " pvcreate device\n"
23838 "\n"
23839 msgstr ""
23840
23841 #. type: =head2
23842 #: ../fish/guestfish-actions.pod:3362
23843 msgid "pvremove"
23844 msgstr ""
23845
23846 #. type: verbatim
23847 #: ../fish/guestfish-actions.pod:3364
23848 #, no-wrap
23849 msgid ""
23850 " pvremove device\n"
23851 "\n"
23852 msgstr ""
23853
23854 #. type: =head2
23855 #: ../fish/guestfish-actions.pod:3373
23856 msgid "pvresize"
23857 msgstr ""
23858
23859 #. type: verbatim
23860 #: ../fish/guestfish-actions.pod:3375
23861 #, no-wrap
23862 msgid ""
23863 " pvresize device\n"
23864 "\n"
23865 msgstr ""
23866
23867 #. type: =head2
23868 #: ../fish/guestfish-actions.pod:3380
23869 msgid "pvresize-size"
23870 msgstr ""
23871
23872 #. type: verbatim
23873 #: ../fish/guestfish-actions.pod:3382
23874 #, no-wrap
23875 msgid ""
23876 " pvresize-size device size\n"
23877 "\n"
23878 msgstr ""
23879
23880 #. type: textblock
23881 #: ../fish/guestfish-actions.pod:3384
23882 msgid ""
23883 "This command is the same as L</pvresize> except that it allows you to "
23884 "specify the new size (in bytes) explicitly."
23885 msgstr ""
23886
23887 #. type: =head2
23888 #: ../fish/guestfish-actions.pod:3387
23889 msgid "pvs"
23890 msgstr ""
23891
23892 #. type: verbatim
23893 #: ../fish/guestfish-actions.pod:3389
23894 #, no-wrap
23895 msgid ""
23896 " pvs\n"
23897 "\n"
23898 msgstr ""
23899
23900 #. type: textblock
23901 #: ../fish/guestfish-actions.pod:3397
23902 msgid "See also L</pvs-full>."
23903 msgstr ""
23904
23905 #. type: =head2
23906 #: ../fish/guestfish-actions.pod:3399
23907 msgid "pvs-full"
23908 msgstr ""
23909
23910 #. type: verbatim
23911 #: ../fish/guestfish-actions.pod:3401
23912 #, no-wrap
23913 msgid ""
23914 " pvs-full\n"
23915 "\n"
23916 msgstr ""
23917
23918 #. type: =head2
23919 #: ../fish/guestfish-actions.pod:3406
23920 msgid "pvuuid"
23921 msgstr ""
23922
23923 #. type: verbatim
23924 #: ../fish/guestfish-actions.pod:3408
23925 #, no-wrap
23926 msgid ""
23927 " pvuuid device\n"
23928 "\n"
23929 msgstr ""
23930
23931 #. type: =head2
23932 #: ../fish/guestfish-actions.pod:3412
23933 msgid "pwrite"
23934 msgstr ""
23935
23936 #. type: verbatim
23937 #: ../fish/guestfish-actions.pod:3414
23938 #, no-wrap
23939 msgid ""
23940 " pwrite path content offset\n"
23941 "\n"
23942 msgstr ""
23943
23944 #. type: textblock
23945 #: ../fish/guestfish-actions.pod:3425
23946 msgid "See also L</pread>, L</pwrite-device>."
23947 msgstr ""
23948
23949 #. type: =head2
23950 #: ../fish/guestfish-actions.pod:3430
23951 msgid "pwrite-device"
23952 msgstr ""
23953
23954 #. type: verbatim
23955 #: ../fish/guestfish-actions.pod:3432
23956 #, no-wrap
23957 msgid ""
23958 " pwrite-device device content offset\n"
23959 "\n"
23960 msgstr ""
23961
23962 #. type: textblock
23963 #: ../fish/guestfish-actions.pod:3442
23964 msgid "See also L</pwrite>."
23965 msgstr ""
23966
23967 #. type: =head2
23968 #: ../fish/guestfish-actions.pod:3447
23969 msgid "read-file"
23970 msgstr ""
23971
23972 #. type: verbatim
23973 #: ../fish/guestfish-actions.pod:3449
23974 #, no-wrap
23975 msgid ""
23976 " read-file path\n"
23977 "\n"
23978 msgstr ""
23979
23980 #. type: textblock
23981 #: ../fish/guestfish-actions.pod:3454
23982 msgid ""
23983 "Unlike L</cat>, this function can correctly handle files that contain "
23984 "embedded ASCII NUL characters.  However unlike L</download>, this function "
23985 "is limited in the total size of file that can be handled."
23986 msgstr ""
23987
23988 #. type: =head2
23989 #: ../fish/guestfish-actions.pod:3462
23990 msgid "read-lines"
23991 msgstr ""
23992
23993 #. type: verbatim
23994 #: ../fish/guestfish-actions.pod:3464
23995 #, no-wrap
23996 msgid ""
23997 " read-lines path\n"
23998 "\n"
23999 msgstr ""
24000
24001 #. type: textblock
24002 #: ../fish/guestfish-actions.pod:3471
24003 msgid ""
24004 "Note that this function cannot correctly handle binary files (specifically, "
24005 "files containing C<\\0> character which is treated as end of line).  For "
24006 "those you need to use the L</read-file> function which has a more complex "
24007 "interface."
24008 msgstr ""
24009
24010 #. type: =head2
24011 #: ../fish/guestfish-actions.pod:3476
24012 msgid "readdir"
24013 msgstr ""
24014
24015 #. type: verbatim
24016 #: ../fish/guestfish-actions.pod:3478
24017 #, no-wrap
24018 msgid ""
24019 " readdir dir\n"
24020 "\n"
24021 msgstr ""
24022
24023 #. type: textblock
24024 #: ../fish/guestfish-actions.pod:3530
24025 msgid ""
24026 "This function is primarily intended for use by programs.  To get a simple "
24027 "list of names, use L</ls>.  To get a printable directory for human "
24028 "consumption, use L</ll>."
24029 msgstr ""
24030
24031 #. type: =head2
24032 #: ../fish/guestfish-actions.pod:3534
24033 msgid "readlink"
24034 msgstr ""
24035
24036 #. type: verbatim
24037 #: ../fish/guestfish-actions.pod:3536
24038 #, no-wrap
24039 msgid ""
24040 " readlink path\n"
24041 "\n"
24042 msgstr ""
24043
24044 #. type: =head2
24045 #: ../fish/guestfish-actions.pod:3540
24046 msgid "readlinklist"
24047 msgstr ""
24048
24049 #. type: verbatim
24050 #: ../fish/guestfish-actions.pod:3542
24051 #, no-wrap
24052 msgid ""
24053 " readlinklist path 'names ...'\n"
24054 "\n"
24055 msgstr ""
24056
24057 #. type: =head2
24058 #: ../fish/guestfish-actions.pod:3566
24059 msgid "realpath"
24060 msgstr ""
24061
24062 #. type: verbatim
24063 #: ../fish/guestfish-actions.pod:3568
24064 #, no-wrap
24065 msgid ""
24066 " realpath path\n"
24067 "\n"
24068 msgstr ""
24069
24070 #. type: =head2
24071 #: ../fish/guestfish-actions.pod:3573
24072 msgid "removexattr"
24073 msgstr ""
24074
24075 #. type: verbatim
24076 #: ../fish/guestfish-actions.pod:3575
24077 #, no-wrap
24078 msgid ""
24079 " removexattr xattr path\n"
24080 "\n"
24081 msgstr ""
24082
24083 #. type: textblock
24084 #: ../fish/guestfish-actions.pod:3580
24085 msgid "See also: L</lremovexattr>, L<attr(5)>."
24086 msgstr ""
24087
24088 #. type: =head2
24089 #: ../fish/guestfish-actions.pod:3582
24090 msgid "resize2fs"
24091 msgstr ""
24092
24093 #. type: verbatim
24094 #: ../fish/guestfish-actions.pod:3584
24095 #, no-wrap
24096 msgid ""
24097 " resize2fs device\n"
24098 "\n"
24099 msgstr ""
24100
24101 #. type: textblock
24102 #: ../fish/guestfish-actions.pod:3589
24103 msgid ""
24104 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24105 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24106 "gives an error about this and sometimes not.  In any case, it is always safe "
24107 "to call L</e2fsck-f> before calling this function."
24108 msgstr ""
24109
24110 #. type: =head2
24111 #: ../fish/guestfish-actions.pod:3595
24112 msgid "resize2fs-size"
24113 msgstr ""
24114
24115 #. type: verbatim
24116 #: ../fish/guestfish-actions.pod:3597
24117 #, no-wrap
24118 msgid ""
24119 " resize2fs-size device size\n"
24120 "\n"
24121 msgstr ""
24122
24123 #. type: textblock
24124 #: ../fish/guestfish-actions.pod:3599
24125 msgid ""
24126 "This command is the same as L</resize2fs> except that it allows you to "
24127 "specify the new size (in bytes) explicitly."
24128 msgstr ""
24129
24130 #. type: =head2
24131 #: ../fish/guestfish-actions.pod:3602
24132 msgid "rm"
24133 msgstr ""
24134
24135 #. type: verbatim
24136 #: ../fish/guestfish-actions.pod:3604
24137 #, no-wrap
24138 msgid ""
24139 " rm path\n"
24140 "\n"
24141 msgstr ""
24142
24143 #. type: =head2
24144 #: ../fish/guestfish-actions.pod:3608
24145 msgid "rm-rf"
24146 msgstr ""
24147
24148 #. type: verbatim
24149 #: ../fish/guestfish-actions.pod:3610
24150 #, no-wrap
24151 msgid ""
24152 " rm-rf path\n"
24153 "\n"
24154 msgstr ""
24155
24156 #. type: =head2
24157 #: ../fish/guestfish-actions.pod:3616
24158 msgid "rmdir"
24159 msgstr ""
24160
24161 #. type: verbatim
24162 #: ../fish/guestfish-actions.pod:3618
24163 #, no-wrap
24164 msgid ""
24165 " rmdir path\n"
24166 "\n"
24167 msgstr ""
24168
24169 #. type: =head2
24170 #: ../fish/guestfish-actions.pod:3622
24171 msgid "rmmountpoint"
24172 msgstr ""
24173
24174 #. type: verbatim
24175 #: ../fish/guestfish-actions.pod:3624
24176 #, no-wrap
24177 msgid ""
24178 " rmmountpoint exemptpath\n"
24179 "\n"
24180 msgstr ""
24181
24182 #. type: textblock
24183 #: ../fish/guestfish-actions.pod:3626
24184 msgid ""
24185 "This calls removes a mountpoint that was previously created with "
24186 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24187 msgstr ""
24188
24189 #. type: =head2
24190 #: ../fish/guestfish-actions.pod:3630
24191 msgid "scrub-device"
24192 msgstr ""
24193
24194 #. type: verbatim
24195 #: ../fish/guestfish-actions.pod:3632
24196 #, no-wrap
24197 msgid ""
24198 " scrub-device device\n"
24199 "\n"
24200 msgstr ""
24201
24202 #. type: =head2
24203 #: ../fish/guestfish-actions.pod:3643
24204 msgid "scrub-file"
24205 msgstr ""
24206
24207 #. type: verbatim
24208 #: ../fish/guestfish-actions.pod:3645
24209 #, no-wrap
24210 msgid ""
24211 " scrub-file file\n"
24212 "\n"
24213 msgstr ""
24214
24215 #. type: =head2
24216 #: ../fish/guestfish-actions.pod:3655
24217 msgid "scrub-freespace"
24218 msgstr ""
24219
24220 #. type: verbatim
24221 #: ../fish/guestfish-actions.pod:3657
24222 #, no-wrap
24223 msgid ""
24224 " scrub-freespace dir\n"
24225 "\n"
24226 msgstr ""
24227
24228 #. type: textblock
24229 #: ../fish/guestfish-actions.pod:3659
24230 msgid ""
24231 "This command creates the directory C<dir> and then fills it with files until "
24232 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24233 "deletes them.  The intention is to scrub any free space on the partition "
24234 "containing C<dir>."
24235 msgstr ""
24236
24237 #. type: =head2
24238 #: ../fish/guestfish-actions.pod:3668
24239 msgid "set-append"
24240 msgstr ""
24241
24242 #. type: =head2
24243 #: ../fish/guestfish-actions.pod:3670
24244 msgid "append"
24245 msgstr ""
24246
24247 #. type: verbatim
24248 #: ../fish/guestfish-actions.pod:3672
24249 #, no-wrap
24250 msgid ""
24251 " set-append append\n"
24252 "\n"
24253 msgstr ""
24254
24255 #. type: =head2
24256 #: ../fish/guestfish-actions.pod:3683
24257 msgid "set-autosync"
24258 msgstr ""
24259
24260 #. type: =head2
24261 #: ../fish/guestfish-actions.pod:3685
24262 msgid "autosync"
24263 msgstr ""
24264
24265 #. type: verbatim
24266 #: ../fish/guestfish-actions.pod:3687
24267 #, no-wrap
24268 msgid ""
24269 " set-autosync true|false\n"
24270 "\n"
24271 msgstr ""
24272
24273 #. type: textblock
24274 #: ../fish/guestfish-actions.pod:3689
24275 msgid ""
24276 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
24277 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
24278 "closed (also if the program exits without closing handles)."
24279 msgstr ""
24280
24281 #. type: =head2
24282 #: ../fish/guestfish-actions.pod:3697
24283 msgid "set-direct"
24284 msgstr ""
24285
24286 #. type: =head2
24287 #: ../fish/guestfish-actions.pod:3699
24288 msgid "direct"
24289 msgstr ""
24290
24291 #. type: verbatim
24292 #: ../fish/guestfish-actions.pod:3701
24293 #, no-wrap
24294 msgid ""
24295 " set-direct true|false\n"
24296 "\n"
24297 msgstr ""
24298
24299 #. type: textblock
24300 #: ../fish/guestfish-actions.pod:3707
24301 msgid ""
24302 "One consequence of this is that log messages aren't caught by the library "
24303 "and handled by L</set-log-message-callback>, but go straight to stdout."
24304 msgstr ""
24305
24306 #. type: =head2
24307 #: ../fish/guestfish-actions.pod:3716
24308 msgid "set-e2label"
24309 msgstr ""
24310
24311 #. type: verbatim
24312 #: ../fish/guestfish-actions.pod:3718
24313 #, no-wrap
24314 msgid ""
24315 " set-e2label device label\n"
24316 "\n"
24317 msgstr ""
24318
24319 #. type: textblock
24320 #: ../fish/guestfish-actions.pod:3724
24321 msgid ""
24322 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24323 "label on a filesystem."
24324 msgstr ""
24325
24326 #. type: =head2
24327 #: ../fish/guestfish-actions.pod:3727
24328 msgid "set-e2uuid"
24329 msgstr ""
24330
24331 #. type: verbatim
24332 #: ../fish/guestfish-actions.pod:3729
24333 #, no-wrap
24334 msgid ""
24335 " set-e2uuid device uuid\n"
24336 "\n"
24337 msgstr ""
24338
24339 #. type: textblock
24340 #: ../fish/guestfish-actions.pod:3736
24341 msgid ""
24342 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24343 "UUID of a filesystem."
24344 msgstr ""
24345
24346 #. type: =head2
24347 #: ../fish/guestfish-actions.pod:3739
24348 msgid "set-memsize"
24349 msgstr ""
24350
24351 #. type: =head2
24352 #: ../fish/guestfish-actions.pod:3741
24353 msgid "memsize"
24354 msgstr ""
24355
24356 #. type: verbatim
24357 #: ../fish/guestfish-actions.pod:3743
24358 #, no-wrap
24359 msgid ""
24360 " set-memsize memsize\n"
24361 "\n"
24362 msgstr ""
24363
24364 #. type: textblock
24365 #: ../fish/guestfish-actions.pod:3745
24366 msgid ""
24367 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24368 "This only has any effect if called before L</launch>."
24369 msgstr ""
24370
24371 #. type: =head2
24372 #: ../fish/guestfish-actions.pod:3756
24373 msgid "set-network"
24374 msgstr ""
24375
24376 #. type: =head2
24377 #: ../fish/guestfish-actions.pod:3758
24378 msgid "network"
24379 msgstr ""
24380
24381 #. type: verbatim
24382 #: ../fish/guestfish-actions.pod:3760
24383 #, no-wrap
24384 msgid ""
24385 " set-network true|false\n"
24386 "\n"
24387 msgstr ""
24388
24389 #. type: textblock
24390 #: ../fish/guestfish-actions.pod:3768
24391 msgid "You must call this before calling L</launch>, otherwise it has no effect."
24392 msgstr ""
24393
24394 #. type: =head2
24395 #: ../fish/guestfish-actions.pod:3771
24396 msgid "set-path"
24397 msgstr ""
24398
24399 #. type: =head2
24400 #: ../fish/guestfish-actions.pod:3773
24401 msgid "path"
24402 msgstr ""
24403
24404 #. type: verbatim
24405 #: ../fish/guestfish-actions.pod:3775
24406 #, no-wrap
24407 msgid ""
24408 " set-path searchpath\n"
24409 "\n"
24410 msgstr ""
24411
24412 #. type: =head2
24413 #: ../fish/guestfish-actions.pod:3784
24414 msgid "set-qemu"
24415 msgstr ""
24416
24417 #. type: =head2
24418 #: ../fish/guestfish-actions.pod:3786
24419 msgid "qemu"
24420 msgstr ""
24421
24422 #. type: verbatim
24423 #: ../fish/guestfish-actions.pod:3788
24424 #, no-wrap
24425 msgid ""
24426 " set-qemu qemu\n"
24427 "\n"
24428 msgstr ""
24429
24430 #. type: =head2
24431 #: ../fish/guestfish-actions.pod:3808
24432 msgid "set-recovery-proc"
24433 msgstr ""
24434
24435 #. type: =head2
24436 #: ../fish/guestfish-actions.pod:3810
24437 msgid "recovery-proc"
24438 msgstr ""
24439
24440 #. type: verbatim
24441 #: ../fish/guestfish-actions.pod:3812
24442 #, no-wrap
24443 msgid ""
24444 " set-recovery-proc true|false\n"
24445 "\n"
24446 msgstr ""
24447
24448 #. type: textblock
24449 #: ../fish/guestfish-actions.pod:3814
24450 msgid ""
24451 "If this is called with the parameter C<false> then L</launch> does not "
24452 "create a recovery process.  The purpose of the recovery process is to stop "
24453 "runaway qemu processes in the case where the main program aborts abruptly."
24454 msgstr ""
24455
24456 #. type: textblock
24457 #: ../fish/guestfish-actions.pod:3819
24458 msgid ""
24459 "This only has any effect if called before L</launch>, and the default is "
24460 "true."
24461 msgstr ""
24462
24463 #. type: =head2
24464 #: ../fish/guestfish-actions.pod:3828
24465 msgid "set-selinux"
24466 msgstr ""
24467
24468 #. type: =head2
24469 #: ../fish/guestfish-actions.pod:3830
24470 msgid "selinux"
24471 msgstr ""
24472
24473 #. type: verbatim
24474 #: ../fish/guestfish-actions.pod:3832
24475 #, no-wrap
24476 msgid ""
24477 " set-selinux true|false\n"
24478 "\n"
24479 msgstr ""
24480
24481 #. type: =head2
24482 #: ../fish/guestfish-actions.pod:3843
24483 msgid "set-trace"
24484 msgstr ""
24485
24486 #. type: =head2
24487 #: ../fish/guestfish-actions.pod:3845
24488 msgid "trace"
24489 msgstr ""
24490
24491 #. type: verbatim
24492 #: ../fish/guestfish-actions.pod:3847
24493 #, no-wrap
24494 msgid ""
24495 " set-trace true|false\n"
24496 "\n"
24497 msgstr ""
24498
24499 #. type: =head2
24500 #: ../fish/guestfish-actions.pod:3863
24501 msgid "set-verbose"
24502 msgstr ""
24503
24504 #. type: =head2
24505 #: ../fish/guestfish-actions.pod:3865
24506 msgid "verbose"
24507 msgstr ""
24508
24509 #. type: verbatim
24510 #: ../fish/guestfish-actions.pod:3867
24511 #, no-wrap
24512 msgid ""
24513 " set-verbose true|false\n"
24514 "\n"
24515 msgstr ""
24516
24517 #. type: =head2
24518 #: ../fish/guestfish-actions.pod:3874
24519 msgid "setcon"
24520 msgstr ""
24521
24522 #. type: verbatim
24523 #: ../fish/guestfish-actions.pod:3876
24524 #, no-wrap
24525 msgid ""
24526 " setcon context\n"
24527 "\n"
24528 msgstr ""
24529
24530 #. type: =head2
24531 #: ../fish/guestfish-actions.pod:3883
24532 msgid "setxattr"
24533 msgstr ""
24534
24535 #. type: verbatim
24536 #: ../fish/guestfish-actions.pod:3885
24537 #, no-wrap
24538 msgid ""
24539 " setxattr xattr val vallen path\n"
24540 "\n"
24541 msgstr ""
24542
24543 #. type: textblock
24544 #: ../fish/guestfish-actions.pod:3891
24545 msgid "See also: L</lsetxattr>, L<attr(5)>."
24546 msgstr ""
24547
24548 #. type: =head2
24549 #: ../fish/guestfish-actions.pod:3893
24550 msgid "sfdisk"
24551 msgstr ""
24552
24553 #. type: verbatim
24554 #: ../fish/guestfish-actions.pod:3895
24555 #, no-wrap
24556 msgid ""
24557 " sfdisk device cyls heads sectors 'lines ...'\n"
24558 "\n"
24559 msgstr ""
24560
24561 #. type: textblock
24562 #: ../fish/guestfish-actions.pod:3917
24563 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
24564 msgstr ""
24565
24566 #. type: =head2
24567 #: ../fish/guestfish-actions.pod:3923
24568 msgid "sfdiskM"
24569 msgstr ""
24570
24571 #. type: verbatim
24572 #: ../fish/guestfish-actions.pod:3925
24573 #, no-wrap
24574 msgid ""
24575 " sfdiskM device 'lines ...'\n"
24576 "\n"
24577 msgstr ""
24578
24579 #. type: textblock
24580 #: ../fish/guestfish-actions.pod:3927
24581 msgid ""
24582 "This is a simplified interface to the L</sfdisk> command, where partition "
24583 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
24584 "you don't need to specify the cyls, heads and sectors parameters which were "
24585 "rarely if ever used anyway."
24586 msgstr ""
24587
24588 #. type: textblock
24589 #: ../fish/guestfish-actions.pod:3933
24590 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
24591 msgstr ""
24592
24593 #. type: =head2
24594 #: ../fish/guestfish-actions.pod:3939
24595 msgid "sfdisk-N"
24596 msgstr ""
24597
24598 #. type: verbatim
24599 #: ../fish/guestfish-actions.pod:3941
24600 #, no-wrap
24601 msgid ""
24602 " sfdisk-N device partnum cyls heads sectors line\n"
24603 "\n"
24604 msgstr ""
24605
24606 #. type: textblock
24607 #: ../fish/guestfish-actions.pod:3946
24608 msgid ""
24609 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
24610 "cyls/heads/sectors parameters."
24611 msgstr ""
24612
24613 #. type: textblock
24614 #: ../fish/guestfish-actions.pod:3949
24615 msgid "See also: L</part-add>"
24616 msgstr ""
24617
24618 #. type: =head2
24619 #: ../fish/guestfish-actions.pod:3954
24620 msgid "sfdisk-disk-geometry"
24621 msgstr ""
24622
24623 #. type: verbatim
24624 #: ../fish/guestfish-actions.pod:3956
24625 #, no-wrap
24626 msgid ""
24627 " sfdisk-disk-geometry device\n"
24628 "\n"
24629 msgstr ""
24630
24631 #. type: textblock
24632 #: ../fish/guestfish-actions.pod:3958
24633 msgid ""
24634 "This displays the disk geometry of C<device> read from the partition table.  "
24635 "Especially in the case where the underlying block device has been resized, "
24636 "this can be different from the kernel's idea of the geometry (see "
24637 "L</sfdisk-kernel-geometry>)."
24638 msgstr ""
24639
24640 #. type: =head2
24641 #: ../fish/guestfish-actions.pod:3966
24642 msgid "sfdisk-kernel-geometry"
24643 msgstr ""
24644
24645 #. type: verbatim
24646 #: ../fish/guestfish-actions.pod:3968
24647 #, no-wrap
24648 msgid ""
24649 " sfdisk-kernel-geometry device\n"
24650 "\n"
24651 msgstr ""
24652
24653 #. type: =head2
24654 #: ../fish/guestfish-actions.pod:3975
24655 msgid "sfdisk-l"
24656 msgstr ""
24657
24658 #. type: verbatim
24659 #: ../fish/guestfish-actions.pod:3977
24660 #, no-wrap
24661 msgid ""
24662 " sfdisk-l device\n"
24663 "\n"
24664 msgstr ""
24665
24666 #. type: textblock
24667 #: ../fish/guestfish-actions.pod:3983
24668 msgid "See also: L</part-list>"
24669 msgstr ""
24670
24671 #. type: =head2
24672 #: ../fish/guestfish-actions.pod:3985
24673 msgid "sh"
24674 msgstr ""
24675
24676 #. type: verbatim
24677 #: ../fish/guestfish-actions.pod:3987
24678 #, no-wrap
24679 msgid ""
24680 " sh command\n"
24681 "\n"
24682 msgstr ""
24683
24684 #. type: textblock
24685 #: ../fish/guestfish-actions.pod:3992
24686 msgid "This is like L</command>, but passes the command to:"
24687 msgstr ""
24688
24689 #. type: textblock
24690 #: ../fish/guestfish-actions.pod:4000
24691 msgid "All the provisos about L</command> apply to this call."
24692 msgstr ""
24693
24694 #. type: =head2
24695 #: ../fish/guestfish-actions.pod:4002
24696 msgid "sh-lines"
24697 msgstr ""
24698
24699 #. type: verbatim
24700 #: ../fish/guestfish-actions.pod:4004
24701 #, no-wrap
24702 msgid ""
24703 " sh-lines command\n"
24704 "\n"
24705 msgstr ""
24706
24707 #. type: textblock
24708 #: ../fish/guestfish-actions.pod:4006
24709 msgid "This is the same as L</sh>, but splits the result into a list of lines."
24710 msgstr ""
24711
24712 #. type: textblock
24713 #: ../fish/guestfish-actions.pod:4009
24714 msgid "See also: L</command-lines>"
24715 msgstr ""
24716
24717 #. type: =head2
24718 #: ../fish/guestfish-actions.pod:4011
24719 msgid "sleep"
24720 msgstr ""
24721
24722 #. type: verbatim
24723 #: ../fish/guestfish-actions.pod:4013
24724 #, no-wrap
24725 msgid ""
24726 " sleep secs\n"
24727 "\n"
24728 msgstr ""
24729
24730 #. type: =head2
24731 #: ../fish/guestfish-actions.pod:4017
24732 msgid "stat"
24733 msgstr ""
24734
24735 #. type: verbatim
24736 #: ../fish/guestfish-actions.pod:4019
24737 #, no-wrap
24738 msgid ""
24739 " stat path\n"
24740 "\n"
24741 msgstr ""
24742
24743 #. type: =head2
24744 #: ../fish/guestfish-actions.pod:4025
24745 msgid "statvfs"
24746 msgstr ""
24747
24748 #. type: verbatim
24749 #: ../fish/guestfish-actions.pod:4027
24750 #, no-wrap
24751 msgid ""
24752 " statvfs path\n"
24753 "\n"
24754 msgstr ""
24755
24756 #. type: =head2
24757 #: ../fish/guestfish-actions.pod:4035
24758 msgid "strings"
24759 msgstr ""
24760
24761 #. type: verbatim
24762 #: ../fish/guestfish-actions.pod:4037
24763 #, no-wrap
24764 msgid ""
24765 " strings path\n"
24766 "\n"
24767 msgstr ""
24768
24769 #. type: =head2
24770 #: ../fish/guestfish-actions.pod:4045
24771 msgid "strings-e"
24772 msgstr ""
24773
24774 #. type: verbatim
24775 #: ../fish/guestfish-actions.pod:4047
24776 #, no-wrap
24777 msgid ""
24778 " strings-e encoding path\n"
24779 "\n"
24780 msgstr ""
24781
24782 #. type: textblock
24783 #: ../fish/guestfish-actions.pod:4049
24784 msgid ""
24785 "This is like the L</strings> command, but allows you to specify the encoding "
24786 "of strings that are looked for in the source file C<path>."
24787 msgstr ""
24788
24789 #. type: textblock
24790 #: ../fish/guestfish-actions.pod:4059
24791 msgid ""
24792 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
24793 "ISO-8859-X (this is what L</strings> uses)."
24794 msgstr ""
24795
24796 #. type: =head2
24797 #: ../fish/guestfish-actions.pod:4091
24798 msgid "swapoff-device"
24799 msgstr ""
24800
24801 #. type: verbatim
24802 #: ../fish/guestfish-actions.pod:4093
24803 #, no-wrap
24804 msgid ""
24805 " swapoff-device device\n"
24806 "\n"
24807 msgstr ""
24808
24809 #. type: textblock
24810 #: ../fish/guestfish-actions.pod:4095
24811 msgid ""
24812 "This command disables the libguestfs appliance swap device or partition "
24813 "named C<device>.  See L</swapon-device>."
24814 msgstr ""
24815
24816 #. type: =head2
24817 #: ../fish/guestfish-actions.pod:4099
24818 msgid "swapoff-file"
24819 msgstr ""
24820
24821 #. type: verbatim
24822 #: ../fish/guestfish-actions.pod:4101
24823 #, no-wrap
24824 msgid ""
24825 " swapoff-file file\n"
24826 "\n"
24827 msgstr ""
24828
24829 #. type: =head2
24830 #: ../fish/guestfish-actions.pod:4105
24831 msgid "swapoff-label"
24832 msgstr ""
24833
24834 #. type: verbatim
24835 #: ../fish/guestfish-actions.pod:4107
24836 #, no-wrap
24837 msgid ""
24838 " swapoff-label label\n"
24839 "\n"
24840 msgstr ""
24841
24842 #. type: =head2
24843 #: ../fish/guestfish-actions.pod:4112
24844 msgid "swapoff-uuid"
24845 msgstr ""
24846
24847 #. type: verbatim
24848 #: ../fish/guestfish-actions.pod:4114
24849 #, no-wrap
24850 msgid ""
24851 " swapoff-uuid uuid\n"
24852 "\n"
24853 msgstr ""
24854
24855 #. type: =head2
24856 #: ../fish/guestfish-actions.pod:4119
24857 msgid "swapon-device"
24858 msgstr ""
24859
24860 #. type: verbatim
24861 #: ../fish/guestfish-actions.pod:4121
24862 #, no-wrap
24863 msgid ""
24864 " swapon-device device\n"
24865 "\n"
24866 msgstr ""
24867
24868 #. type: textblock
24869 #: ../fish/guestfish-actions.pod:4123
24870 msgid ""
24871 "This command enables the libguestfs appliance to use the swap device or "
24872 "partition named C<device>.  The increased memory is made available for all "
24873 "commands, for example those run using L</command> or L</sh>."
24874 msgstr ""
24875
24876 #. type: =head2
24877 #: ../fish/guestfish-actions.pod:4135
24878 msgid "swapon-file"
24879 msgstr ""
24880
24881 #. type: verbatim
24882 #: ../fish/guestfish-actions.pod:4137
24883 #, no-wrap
24884 msgid ""
24885 " swapon-file file\n"
24886 "\n"
24887 msgstr ""
24888
24889 #. type: textblock
24890 #: ../fish/guestfish-actions.pod:4139
24891 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
24892 msgstr ""
24893
24894 #. type: =head2
24895 #: ../fish/guestfish-actions.pod:4142
24896 msgid "swapon-label"
24897 msgstr ""
24898
24899 #. type: verbatim
24900 #: ../fish/guestfish-actions.pod:4144
24901 #, no-wrap
24902 msgid ""
24903 " swapon-label label\n"
24904 "\n"
24905 msgstr ""
24906
24907 #. type: textblock
24908 #: ../fish/guestfish-actions.pod:4146
24909 msgid ""
24910 "This command enables swap to a labeled swap partition.  See "
24911 "L</swapon-device> for other notes."
24912 msgstr ""
24913
24914 #. type: =head2
24915 #: ../fish/guestfish-actions.pod:4149
24916 msgid "swapon-uuid"
24917 msgstr ""
24918
24919 #. type: verbatim
24920 #: ../fish/guestfish-actions.pod:4151
24921 #, no-wrap
24922 msgid ""
24923 " swapon-uuid uuid\n"
24924 "\n"
24925 msgstr ""
24926
24927 #. type: textblock
24928 #: ../fish/guestfish-actions.pod:4153
24929 msgid ""
24930 "This command enables swap to a swap partition with the given UUID.  See "
24931 "L</swapon-device> for other notes."
24932 msgstr ""
24933
24934 #. type: =head2
24935 #: ../fish/guestfish-actions.pod:4156
24936 msgid "sync"
24937 msgstr ""
24938
24939 #. type: verbatim
24940 #: ../fish/guestfish-actions.pod:4158
24941 #, no-wrap
24942 msgid ""
24943 " sync\n"
24944 "\n"
24945 msgstr ""
24946
24947 #. type: =head2
24948 #: ../fish/guestfish-actions.pod:4166
24949 msgid "tail"
24950 msgstr ""
24951
24952 #. type: verbatim
24953 #: ../fish/guestfish-actions.pod:4168
24954 #, no-wrap
24955 msgid ""
24956 " tail path\n"
24957 "\n"
24958 msgstr ""
24959
24960 #. type: =head2
24961 #: ../fish/guestfish-actions.pod:4176
24962 msgid "tail-n"
24963 msgstr ""
24964
24965 #. type: verbatim
24966 #: ../fish/guestfish-actions.pod:4178
24967 #, no-wrap
24968 msgid ""
24969 " tail-n nrlines path\n"
24970 "\n"
24971 msgstr ""
24972
24973 #. type: =head2
24974 #: ../fish/guestfish-actions.pod:4191
24975 msgid "tar-in"
24976 msgstr ""
24977
24978 #. type: verbatim
24979 #: ../fish/guestfish-actions.pod:4193
24980 #, no-wrap
24981 msgid ""
24982 " tar-in (tarfile|-) directory\n"
24983 "\n"
24984 msgstr ""
24985
24986 #. type: textblock
24987 #: ../fish/guestfish-actions.pod:4198
24988 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
24989 msgstr ""
24990
24991 #. type: =head2
24992 #: ../fish/guestfish-actions.pod:4203
24993 msgid "tar-out"
24994 msgstr ""
24995
24996 #. type: verbatim
24997 #: ../fish/guestfish-actions.pod:4205
24998 #, no-wrap
24999 msgid ""
25000 " tar-out directory (tarfile|-)\n"
25001 "\n"
25002 msgstr ""
25003
25004 #. type: textblock
25005 #: ../fish/guestfish-actions.pod:4210
25006 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
25007 msgstr ""
25008
25009 #. type: =head2
25010 #: ../fish/guestfish-actions.pod:4215
25011 msgid "tgz-in"
25012 msgstr ""
25013
25014 #. type: verbatim
25015 #: ../fish/guestfish-actions.pod:4217
25016 #, no-wrap
25017 msgid ""
25018 " tgz-in (tarball|-) directory\n"
25019 "\n"
25020 msgstr ""
25021
25022 #. type: textblock
25023 #: ../fish/guestfish-actions.pod:4222
25024 msgid "To upload an uncompressed tarball, use L</tar-in>."
25025 msgstr ""
25026
25027 #. type: =head2
25028 #: ../fish/guestfish-actions.pod:4226
25029 msgid "tgz-out"
25030 msgstr ""
25031
25032 #. type: verbatim
25033 #: ../fish/guestfish-actions.pod:4228
25034 #, no-wrap
25035 msgid ""
25036 " tgz-out directory (tarball|-)\n"
25037 "\n"
25038 msgstr ""
25039
25040 #. type: textblock
25041 #: ../fish/guestfish-actions.pod:4233
25042 msgid "To download an uncompressed tarball, use L</tar-out>."
25043 msgstr ""
25044
25045 #. type: =head2
25046 #: ../fish/guestfish-actions.pod:4237
25047 msgid "touch"
25048 msgstr ""
25049
25050 #. type: verbatim
25051 #: ../fish/guestfish-actions.pod:4239
25052 #, no-wrap
25053 msgid ""
25054 " touch path\n"
25055 "\n"
25056 msgstr ""
25057
25058 #. type: =head2
25059 #: ../fish/guestfish-actions.pod:4248
25060 msgid "truncate"
25061 msgstr ""
25062
25063 #. type: verbatim
25064 #: ../fish/guestfish-actions.pod:4250
25065 #, no-wrap
25066 msgid ""
25067 " truncate path\n"
25068 "\n"
25069 msgstr ""
25070
25071 #. type: =head2
25072 #: ../fish/guestfish-actions.pod:4255
25073 msgid "truncate-size"
25074 msgstr ""
25075
25076 #. type: verbatim
25077 #: ../fish/guestfish-actions.pod:4257
25078 #, no-wrap
25079 msgid ""
25080 " truncate-size path size\n"
25081 "\n"
25082 msgstr ""
25083
25084 #. type: textblock
25085 #: ../fish/guestfish-actions.pod:4262
25086 msgid ""
25087 "If the current file size is less than C<size> then the file is extended to "
25088 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25089 "blocks are not allocated for the file until you write to it).  To create a "
25090 "non-sparse file of zeroes, use L</fallocate64> instead."
25091 msgstr ""
25092
25093 #. type: =head2
25094 #: ../fish/guestfish-actions.pod:4268
25095 msgid "tune2fs-l"
25096 msgstr ""
25097
25098 #. type: verbatim
25099 #: ../fish/guestfish-actions.pod:4270
25100 #, no-wrap
25101 msgid ""
25102 " tune2fs-l device\n"
25103 "\n"
25104 msgstr ""
25105
25106 #. type: =head2
25107 #: ../fish/guestfish-actions.pod:4280
25108 msgid "txz-in"
25109 msgstr ""
25110
25111 #. type: verbatim
25112 #: ../fish/guestfish-actions.pod:4282
25113 #, no-wrap
25114 msgid ""
25115 " txz-in (tarball|-) directory\n"
25116 "\n"
25117 msgstr ""
25118
25119 #. type: =head2
25120 #: ../fish/guestfish-actions.pod:4289
25121 msgid "txz-out"
25122 msgstr ""
25123
25124 #. type: verbatim
25125 #: ../fish/guestfish-actions.pod:4291
25126 #, no-wrap
25127 msgid ""
25128 " txz-out directory (tarball|-)\n"
25129 "\n"
25130 msgstr ""
25131
25132 #. type: =head2
25133 #: ../fish/guestfish-actions.pod:4298
25134 msgid "umask"
25135 msgstr ""
25136
25137 #. type: verbatim
25138 #: ../fish/guestfish-actions.pod:4300
25139 #, no-wrap
25140 msgid ""
25141 " umask mask\n"
25142 "\n"
25143 msgstr ""
25144
25145 #. type: textblock
25146 #: ../fish/guestfish-actions.pod:4314
25147 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25148 msgstr ""
25149
25150 #. type: =head2
25151 #: ../fish/guestfish-actions.pod:4319
25152 msgid "umount"
25153 msgstr ""
25154
25155 #. type: =head2
25156 #: ../fish/guestfish-actions.pod:4321
25157 msgid "unmount"
25158 msgstr ""
25159
25160 #. type: verbatim
25161 #: ../fish/guestfish-actions.pod:4323
25162 #, no-wrap
25163 msgid ""
25164 " umount pathordevice\n"
25165 "\n"
25166 msgstr ""
25167
25168 #. type: =head2
25169 #: ../fish/guestfish-actions.pod:4329
25170 msgid "umount-all"
25171 msgstr ""
25172
25173 #. type: =head2
25174 #: ../fish/guestfish-actions.pod:4331
25175 msgid "unmount-all"
25176 msgstr ""
25177
25178 #. type: verbatim
25179 #: ../fish/guestfish-actions.pod:4333
25180 #, no-wrap
25181 msgid ""
25182 " umount-all\n"
25183 "\n"
25184 msgstr ""
25185
25186 #. type: =head2
25187 #: ../fish/guestfish-actions.pod:4339
25188 msgid "upload"
25189 msgstr ""
25190
25191 #. type: verbatim
25192 #: ../fish/guestfish-actions.pod:4341
25193 #, no-wrap
25194 msgid ""
25195 " upload (filename|-) remotefilename\n"
25196 "\n"
25197 msgstr ""
25198
25199 #. type: textblock
25200 #: ../fish/guestfish-actions.pod:4348
25201 msgid "See also L</download>."
25202 msgstr ""
25203
25204 #. type: =head2
25205 #: ../fish/guestfish-actions.pod:4352
25206 msgid "upload-offset"
25207 msgstr ""
25208
25209 #. type: verbatim
25210 #: ../fish/guestfish-actions.pod:4354
25211 #, no-wrap
25212 msgid ""
25213 " upload-offset (filename|-) remotefilename offset\n"
25214 "\n"
25215 msgstr ""
25216
25217 #. type: textblock
25218 #: ../fish/guestfish-actions.pod:4366
25219 msgid ""
25220 "Note that there is no limit on the amount of data that can be uploaded with "
25221 "this call, unlike with L</pwrite>, and this call always writes the full "
25222 "amount unless an error occurs."
25223 msgstr ""
25224
25225 #. type: textblock
25226 #: ../fish/guestfish-actions.pod:4371
25227 msgid "See also L</upload>, L</pwrite>."
25228 msgstr ""
25229
25230 #. type: =head2
25231 #: ../fish/guestfish-actions.pod:4375
25232 msgid "utimens"
25233 msgstr ""
25234
25235 #. type: verbatim
25236 #: ../fish/guestfish-actions.pod:4377
25237 #, no-wrap
25238 msgid ""
25239 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25240 "\n"
25241 msgstr ""
25242
25243 #. type: =head2
25244 #: ../fish/guestfish-actions.pod:4396
25245 msgid "version"
25246 msgstr ""
25247
25248 #. type: verbatim
25249 #: ../fish/guestfish-actions.pod:4398
25250 #, no-wrap
25251 msgid ""
25252 " version\n"
25253 "\n"
25254 msgstr ""
25255
25256 #. type: textblock
25257 #: ../fish/guestfish-actions.pod:4425
25258 msgid ""
25259 "I<Note:> Don't use this call to test for availability of features.  In "
25260 "enterprise distributions we backport features from later versions into "
25261 "earlier versions, making this an unreliable way to test for features.  Use "
25262 "L</available> instead."
25263 msgstr ""
25264
25265 #. type: =head2
25266 #: ../fish/guestfish-actions.pod:4431
25267 msgid "vfs-label"
25268 msgstr ""
25269
25270 #. type: verbatim
25271 #: ../fish/guestfish-actions.pod:4433
25272 #, no-wrap
25273 msgid ""
25274 " vfs-label device\n"
25275 "\n"
25276 msgstr ""
25277
25278 #. type: textblock
25279 #: ../fish/guestfish-actions.pod:4440
25280 msgid "To find a filesystem from the label, use L</findfs-label>."
25281 msgstr ""
25282
25283 #. type: =head2
25284 #: ../fish/guestfish-actions.pod:4442
25285 msgid "vfs-type"
25286 msgstr ""
25287
25288 #. type: verbatim
25289 #: ../fish/guestfish-actions.pod:4444
25290 #, no-wrap
25291 msgid ""
25292 " vfs-type device\n"
25293 "\n"
25294 msgstr ""
25295
25296 #. type: =head2
25297 #: ../fish/guestfish-actions.pod:4454
25298 msgid "vfs-uuid"
25299 msgstr ""
25300
25301 #. type: verbatim
25302 #: ../fish/guestfish-actions.pod:4456
25303 #, no-wrap
25304 msgid ""
25305 " vfs-uuid device\n"
25306 "\n"
25307 msgstr ""
25308
25309 #. type: textblock
25310 #: ../fish/guestfish-actions.pod:4463
25311 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25312 msgstr ""
25313
25314 #. type: =head2
25315 #: ../fish/guestfish-actions.pod:4465
25316 msgid "vg-activate"
25317 msgstr ""
25318
25319 #. type: verbatim
25320 #: ../fish/guestfish-actions.pod:4467
25321 #, no-wrap
25322 msgid ""
25323 " vg-activate true|false 'volgroups ...'\n"
25324 "\n"
25325 msgstr ""
25326
25327 #. type: =head2
25328 #: ../fish/guestfish-actions.pod:4480
25329 msgid "vg-activate-all"
25330 msgstr ""
25331
25332 #. type: verbatim
25333 #: ../fish/guestfish-actions.pod:4482
25334 #, no-wrap
25335 msgid ""
25336 " vg-activate-all true|false\n"
25337 "\n"
25338 msgstr ""
25339
25340 #. type: =head2
25341 #: ../fish/guestfish-actions.pod:4492
25342 msgid "vgcreate"
25343 msgstr ""
25344
25345 #. type: verbatim
25346 #: ../fish/guestfish-actions.pod:4494
25347 #, no-wrap
25348 msgid ""
25349 " vgcreate volgroup 'physvols ...'\n"
25350 "\n"
25351 msgstr ""
25352
25353 #. type: =head2
25354 #: ../fish/guestfish-actions.pod:4499
25355 msgid "vglvuuids"
25356 msgstr ""
25357
25358 #. type: verbatim
25359 #: ../fish/guestfish-actions.pod:4501
25360 #, no-wrap
25361 msgid ""
25362 " vglvuuids vgname\n"
25363 "\n"
25364 msgstr ""
25365
25366 #. type: textblock
25367 #: ../fish/guestfish-actions.pod:4506
25368 msgid ""
25369 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25370 "logical volumes and volume groups."
25371 msgstr ""
25372
25373 #. type: textblock
25374 #: ../fish/guestfish-actions.pod:4509
25375 msgid "See also L</vgpvuuids>."
25376 msgstr ""
25377
25378 #. type: =head2
25379 #: ../fish/guestfish-actions.pod:4511
25380 msgid "vgpvuuids"
25381 msgstr ""
25382
25383 #. type: verbatim
25384 #: ../fish/guestfish-actions.pod:4513
25385 #, no-wrap
25386 msgid ""
25387 " vgpvuuids vgname\n"
25388 "\n"
25389 msgstr ""
25390
25391 #. type: textblock
25392 #: ../fish/guestfish-actions.pod:4518
25393 msgid ""
25394 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
25395 "physical volumes and volume groups."
25396 msgstr ""
25397
25398 #. type: textblock
25399 #: ../fish/guestfish-actions.pod:4521
25400 msgid "See also L</vglvuuids>."
25401 msgstr ""
25402
25403 #. type: =head2
25404 #: ../fish/guestfish-actions.pod:4523
25405 msgid "vgremove"
25406 msgstr ""
25407
25408 #. type: verbatim
25409 #: ../fish/guestfish-actions.pod:4525
25410 #, no-wrap
25411 msgid ""
25412 " vgremove vgname\n"
25413 "\n"
25414 msgstr ""
25415
25416 #. type: =head2
25417 #: ../fish/guestfish-actions.pod:4532
25418 msgid "vgrename"
25419 msgstr ""
25420
25421 #. type: verbatim
25422 #: ../fish/guestfish-actions.pod:4534
25423 #, no-wrap
25424 msgid ""
25425 " vgrename volgroup newvolgroup\n"
25426 "\n"
25427 msgstr ""
25428
25429 #. type: =head2
25430 #: ../fish/guestfish-actions.pod:4538
25431 msgid "vgs"
25432 msgstr ""
25433
25434 #. type: verbatim
25435 #: ../fish/guestfish-actions.pod:4540
25436 #, no-wrap
25437 msgid ""
25438 " vgs\n"
25439 "\n"
25440 msgstr ""
25441
25442 #. type: textblock
25443 #: ../fish/guestfish-actions.pod:4548
25444 msgid "See also L</vgs-full>."
25445 msgstr ""
25446
25447 #. type: =head2
25448 #: ../fish/guestfish-actions.pod:4550
25449 msgid "vgs-full"
25450 msgstr ""
25451
25452 #. type: verbatim
25453 #: ../fish/guestfish-actions.pod:4552
25454 #, no-wrap
25455 msgid ""
25456 " vgs-full\n"
25457 "\n"
25458 msgstr ""
25459
25460 #. type: =head2
25461 #: ../fish/guestfish-actions.pod:4557
25462 msgid "vgscan"
25463 msgstr ""
25464
25465 #. type: verbatim
25466 #: ../fish/guestfish-actions.pod:4559
25467 #, no-wrap
25468 msgid ""
25469 " vgscan\n"
25470 "\n"
25471 msgstr ""
25472
25473 #. type: =head2
25474 #: ../fish/guestfish-actions.pod:4564
25475 msgid "vguuid"
25476 msgstr ""
25477
25478 #. type: verbatim
25479 #: ../fish/guestfish-actions.pod:4566
25480 #, no-wrap
25481 msgid ""
25482 " vguuid vgname\n"
25483 "\n"
25484 msgstr ""
25485
25486 #. type: =head2
25487 #: ../fish/guestfish-actions.pod:4570
25488 msgid "wc-c"
25489 msgstr ""
25490
25491 #. type: verbatim
25492 #: ../fish/guestfish-actions.pod:4572
25493 #, no-wrap
25494 msgid ""
25495 " wc-c path\n"
25496 "\n"
25497 msgstr ""
25498
25499 #. type: =head2
25500 #: ../fish/guestfish-actions.pod:4577
25501 msgid "wc-l"
25502 msgstr ""
25503
25504 #. type: verbatim
25505 #: ../fish/guestfish-actions.pod:4579
25506 #, no-wrap
25507 msgid ""
25508 " wc-l path\n"
25509 "\n"
25510 msgstr ""
25511
25512 #. type: =head2
25513 #: ../fish/guestfish-actions.pod:4584
25514 msgid "wc-w"
25515 msgstr ""
25516
25517 #. type: verbatim
25518 #: ../fish/guestfish-actions.pod:4586
25519 #, no-wrap
25520 msgid ""
25521 " wc-w path\n"
25522 "\n"
25523 msgstr ""
25524
25525 #. type: =head2
25526 #: ../fish/guestfish-actions.pod:4591
25527 msgid "write"
25528 msgstr ""
25529
25530 #. type: verbatim
25531 #: ../fish/guestfish-actions.pod:4593
25532 #, no-wrap
25533 msgid ""
25534 " write path content\n"
25535 "\n"
25536 msgstr ""
25537
25538 #. type: =head2
25539 #: ../fish/guestfish-actions.pod:4601
25540 msgid "write-file"
25541 msgstr ""
25542
25543 #. type: verbatim
25544 #: ../fish/guestfish-actions.pod:4603
25545 #, no-wrap
25546 msgid ""
25547 " write-file path content size\n"
25548 "\n"
25549 msgstr ""
25550
25551 #. type: =head2
25552 #: ../fish/guestfish-actions.pod:4626
25553 msgid "zegrep"
25554 msgstr ""
25555
25556 #. type: verbatim
25557 #: ../fish/guestfish-actions.pod:4628
25558 #, no-wrap
25559 msgid ""
25560 " zegrep regex path\n"
25561 "\n"
25562 msgstr ""
25563
25564 #. type: =head2
25565 #: ../fish/guestfish-actions.pod:4636
25566 msgid "zegrepi"
25567 msgstr ""
25568
25569 #. type: verbatim
25570 #: ../fish/guestfish-actions.pod:4638
25571 #, no-wrap
25572 msgid ""
25573 " zegrepi regex path\n"
25574 "\n"
25575 msgstr ""
25576
25577 #. type: =head2
25578 #: ../fish/guestfish-actions.pod:4646
25579 msgid "zero"
25580 msgstr ""
25581
25582 #. type: verbatim
25583 #: ../fish/guestfish-actions.pod:4648
25584 #, no-wrap
25585 msgid ""
25586 " zero device\n"
25587 "\n"
25588 msgstr ""
25589
25590 #. type: textblock
25591 #: ../fish/guestfish-actions.pod:4656
25592 msgid "See also: L</zero-device>, L</scrub-device>."
25593 msgstr ""
25594
25595 #. type: =head2
25596 #: ../fish/guestfish-actions.pod:4658
25597 msgid "zero-device"
25598 msgstr ""
25599
25600 #. type: verbatim
25601 #: ../fish/guestfish-actions.pod:4660
25602 #, no-wrap
25603 msgid ""
25604 " zero-device device\n"
25605 "\n"
25606 msgstr ""
25607
25608 #. type: textblock
25609 #: ../fish/guestfish-actions.pod:4662
25610 msgid ""
25611 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
25612 "which just zeroes the first few blocks of a device."
25613 msgstr ""
25614
25615 #. type: =head2
25616 #: ../fish/guestfish-actions.pod:4669
25617 msgid "zerofree"
25618 msgstr ""
25619
25620 #. type: verbatim
25621 #: ../fish/guestfish-actions.pod:4671
25622 #, no-wrap
25623 msgid ""
25624 " zerofree device\n"
25625 "\n"
25626 msgstr ""
25627
25628 #. type: =head2
25629 #: ../fish/guestfish-actions.pod:4684
25630 msgid "zfgrep"
25631 msgstr ""
25632
25633 #. type: verbatim
25634 #: ../fish/guestfish-actions.pod:4686
25635 #, no-wrap
25636 msgid ""
25637 " zfgrep pattern path\n"
25638 "\n"
25639 msgstr ""
25640
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:4694
25643 msgid "zfgrepi"
25644 msgstr ""
25645
25646 #. type: verbatim
25647 #: ../fish/guestfish-actions.pod:4696
25648 #, no-wrap
25649 msgid ""
25650 " zfgrepi pattern path\n"
25651 "\n"
25652 msgstr ""
25653
25654 #. type: =head2
25655 #: ../fish/guestfish-actions.pod:4704
25656 msgid "zfile"
25657 msgstr ""
25658
25659 #. type: verbatim
25660 #: ../fish/guestfish-actions.pod:4706
25661 #, no-wrap
25662 msgid ""
25663 " zfile meth path\n"
25664 "\n"
25665 msgstr ""
25666
25667 #. type: textblock
25668 #: ../fish/guestfish-actions.pod:4713
25669 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
25670 msgstr ""
25671
25672 #. type: =head2
25673 #: ../fish/guestfish-actions.pod:4723
25674 msgid "zgrep"
25675 msgstr ""
25676
25677 #. type: verbatim
25678 #: ../fish/guestfish-actions.pod:4725
25679 #, no-wrap
25680 msgid ""
25681 " zgrep regex path\n"
25682 "\n"
25683 msgstr ""
25684
25685 #. type: =head2
25686 #: ../fish/guestfish-actions.pod:4733
25687 msgid "zgrepi"
25688 msgstr ""
25689
25690 #. type: verbatim
25691 #: ../fish/guestfish-actions.pod:4735
25692 #, no-wrap
25693 msgid ""
25694 " zgrepi regex path\n"
25695 "\n"
25696 msgstr ""
25697
25698 #. type: =head2
25699 #: ../fish/guestfish-commands.pod:1
25700 msgid "alloc"
25701 msgstr ""
25702
25703 #. type: =head2
25704 #: ../fish/guestfish-commands.pod:3
25705 msgid "allocate"
25706 msgstr ""
25707
25708 #. type: verbatim
25709 #: ../fish/guestfish-commands.pod:5
25710 #, no-wrap
25711 msgid ""
25712 " alloc filename size\n"
25713 "\n"
25714 msgstr ""
25715
25716 #. type: textblock
25717 #: ../fish/guestfish-commands.pod:7
25718 msgid ""
25719 "This creates an empty (zeroed) file of the given size, and then adds so it "
25720 "can be further examined."
25721 msgstr ""
25722
25723 #. type: textblock
25724 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
25725 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
25726 msgstr ""
25727
25728 #. type: textblock
25729 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
25730 msgid "Size can be specified using standard suffixes, eg. C<1M>."
25731 msgstr ""
25732
25733 #. type: textblock
25734 #: ../fish/guestfish-commands.pod:14
25735 msgid ""
25736 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
25737 "image, see L</PREPARED DISK IMAGES>."
25738 msgstr ""
25739
25740 #. type: =head2
25741 #: ../fish/guestfish-commands.pod:17
25742 msgid "copy-in"
25743 msgstr ""
25744
25745 #. type: verbatim
25746 #: ../fish/guestfish-commands.pod:19
25747 #, no-wrap
25748 msgid ""
25749 " copy-in local [local ...] /remotedir\n"
25750 "\n"
25751 msgstr ""
25752
25753 #. type: textblock
25754 #: ../fish/guestfish-commands.pod:21
25755 msgid ""
25756 "C<copy-in> copies local files or directories recursively into the disk "
25757 "image, placing them in the directory called C</remotedir> (which must "
25758 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
25759 "other commands as necessary."
25760 msgstr ""
25761
25762 #. type: textblock
25763 #: ../fish/guestfish-commands.pod:26
25764 msgid ""
25765 "Multiple local files and directories can be specified, but the last "
25766 "parameter must always be a remote directory.  Wildcards cannot be used."
25767 msgstr ""
25768
25769 #. type: =head2
25770 #: ../fish/guestfish-commands.pod:30
25771 msgid "copy-out"
25772 msgstr ""
25773
25774 #. type: verbatim
25775 #: ../fish/guestfish-commands.pod:32
25776 #, no-wrap
25777 msgid ""
25778 " copy-out remote [remote ...] localdir\n"
25779 "\n"
25780 msgstr ""
25781
25782 #. type: textblock
25783 #: ../fish/guestfish-commands.pod:34
25784 msgid ""
25785 "C<copy-out> copies remote files or directories recursively out of the disk "
25786 "image, placing them on the host disk in a local directory called C<localdir> "
25787 "(which must exist).  This guestfish meta-command turns into a sequence of "
25788 "L</download>, L</tar-out> and other commands as necessary."
25789 msgstr ""
25790
25791 #. type: textblock
25792 #: ../fish/guestfish-commands.pod:40
25793 msgid ""
25794 "Multiple remote files and directories can be specified, but the last "
25795 "parameter must always be a local directory.  To download to the current "
25796 "directory, use C<.> as in:"
25797 msgstr ""
25798
25799 #. type: verbatim
25800 #: ../fish/guestfish-commands.pod:44
25801 #, no-wrap
25802 msgid ""
25803 " copy-out /home .\n"
25804 "\n"
25805 msgstr ""
25806
25807 #. type: textblock
25808 #: ../fish/guestfish-commands.pod:46
25809 msgid ""
25810 "Wildcards cannot be used in the ordinary command, but you can use them with "
25811 "the help of L</glob> like this:"
25812 msgstr ""
25813
25814 #. type: verbatim
25815 #: ../fish/guestfish-commands.pod:49
25816 #, no-wrap
25817 msgid ""
25818 " glob copy-out /home/* .\n"
25819 "\n"
25820 msgstr ""
25821
25822 #. type: =head2
25823 #: ../fish/guestfish-commands.pod:51
25824 msgid "echo"
25825 msgstr ""
25826
25827 #. type: verbatim
25828 #: ../fish/guestfish-commands.pod:53
25829 #, no-wrap
25830 msgid ""
25831 " echo [params ...]\n"
25832 "\n"
25833 msgstr ""
25834
25835 #. type: textblock
25836 #: ../fish/guestfish-commands.pod:55
25837 msgid "This echos the parameters to the terminal."
25838 msgstr ""
25839
25840 #. type: =head2
25841 #: ../fish/guestfish-commands.pod:57
25842 msgid "edit"
25843 msgstr ""
25844
25845 #. type: =head2
25846 #: ../fish/guestfish-commands.pod:59
25847 msgid "vi"
25848 msgstr ""
25849
25850 #. type: =head2
25851 #: ../fish/guestfish-commands.pod:61
25852 msgid "emacs"
25853 msgstr ""
25854
25855 #. type: verbatim
25856 #: ../fish/guestfish-commands.pod:63
25857 #, no-wrap
25858 msgid ""
25859 " edit filename\n"
25860 "\n"
25861 msgstr ""
25862
25863 #. type: textblock
25864 #: ../fish/guestfish-commands.pod:65
25865 msgid ""
25866 "This is used to edit a file.  It downloads the file, edits it locally using "
25867 "your editor, then uploads the result."
25868 msgstr ""
25869
25870 #. type: textblock
25871 #: ../fish/guestfish-commands.pod:68
25872 msgid ""
25873 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
25874 "or C<emacs> you will get those corresponding editors."
25875 msgstr ""
25876
25877 #. type: =head2
25878 #: ../fish/guestfish-commands.pod:72
25879 msgid "glob"
25880 msgstr ""
25881
25882 #. type: verbatim
25883 #: ../fish/guestfish-commands.pod:74
25884 #, no-wrap
25885 msgid ""
25886 " glob command args...\n"
25887 "\n"
25888 msgstr ""
25889
25890 #. type: textblock
25891 #: ../fish/guestfish-commands.pod:76
25892 msgid ""
25893 "Expand wildcards in any paths in the args list, and run C<command> "
25894 "repeatedly on each matching path."
25895 msgstr ""
25896
25897 #. type: textblock
25898 #: ../fish/guestfish-commands.pod:79
25899 msgid "See L</WILDCARDS AND GLOBBING>."
25900 msgstr ""
25901
25902 #. type: =head2
25903 #: ../fish/guestfish-commands.pod:81
25904 msgid "hexedit"
25905 msgstr ""
25906
25907 #. type: verbatim
25908 #: ../fish/guestfish-commands.pod:83
25909 #, no-wrap
25910 msgid ""
25911 " hexedit <filename|device>\n"
25912 " hexedit <filename|device> <max>\n"
25913 " hexedit <filename|device> <start> <max>\n"
25914 "\n"
25915 msgstr ""
25916
25917 #. type: textblock
25918 #: ../fish/guestfish-commands.pod:87
25919 msgid ""
25920 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
25921 "device."
25922 msgstr ""
25923
25924 #. type: textblock
25925 #: ../fish/guestfish-commands.pod:90
25926 msgid ""
25927 "This command works by downloading potentially the whole file or device, "
25928 "editing it locally, then uploading it.  If the file or device is large, you "
25929 "have to specify which part you wish to edit by using C<max> and/or C<start> "
25930 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
25931 "usual modifiers allowed such as C<1M> (1 megabyte)."
25932 msgstr ""
25933
25934 #. type: textblock
25935 #: ../fish/guestfish-commands.pod:97
25936 msgid "For example to edit the first few sectors of a disk you might do:"
25937 msgstr ""
25938
25939 #. type: verbatim
25940 #: ../fish/guestfish-commands.pod:100
25941 #, no-wrap
25942 msgid ""
25943 " hexedit /dev/sda 1M\n"
25944 "\n"
25945 msgstr ""
25946
25947 #. type: textblock
25948 #: ../fish/guestfish-commands.pod:102
25949 msgid ""
25950 "which would allow you to edit anywhere within the first megabyte of the "
25951 "disk."
25952 msgstr ""
25953
25954 #. type: textblock
25955 #: ../fish/guestfish-commands.pod:105
25956 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
25957 msgstr ""
25958
25959 #. type: verbatim
25960 #: ../fish/guestfish-commands.pod:107
25961 #, no-wrap
25962 msgid ""
25963 " hexedit /dev/sda1 0x400 0x400\n"
25964 "\n"
25965 msgstr ""
25966
25967 #. type: textblock
25968 #: ../fish/guestfish-commands.pod:109
25969 msgid "(assuming the superblock is in the standard location)."
25970 msgstr ""
25971
25972 #. type: textblock
25973 #: ../fish/guestfish-commands.pod:111
25974 msgid ""
25975 "This command requires the external L<hexedit(1)> program.  You can specify "
25976 "another program to use by setting the C<HEXEDITOR> environment variable."
25977 msgstr ""
25978
25979 #. type: textblock
25980 #: ../fish/guestfish-commands.pod:115
25981 msgid "See also L</hexdump>."
25982 msgstr ""
25983
25984 #. type: =head2
25985 #: ../fish/guestfish-commands.pod:117
25986 msgid "lcd"
25987 msgstr ""
25988
25989 #. type: verbatim
25990 #: ../fish/guestfish-commands.pod:119
25991 #, no-wrap
25992 msgid ""
25993 " lcd directory\n"
25994 "\n"
25995 msgstr ""
25996
25997 #. type: textblock
25998 #: ../fish/guestfish-commands.pod:121
25999 msgid "Change the local directory, ie. the current directory of guestfish itself."
26000 msgstr ""
26001
26002 #. type: textblock
26003 #: ../fish/guestfish-commands.pod:124
26004 msgid "Note that C<!cd> won't do what you might expect."
26005 msgstr ""
26006
26007 #. type: =head2
26008 #: ../fish/guestfish-commands.pod:126
26009 msgid "man"
26010 msgstr ""
26011
26012 #. type: =head2
26013 #: ../fish/guestfish-commands.pod:128
26014 msgid "manual"
26015 msgstr ""
26016
26017 #. type: verbatim
26018 #: ../fish/guestfish-commands.pod:130
26019 #, no-wrap
26020 msgid ""
26021 "  man\n"
26022 "\n"
26023 msgstr ""
26024
26025 #. type: textblock
26026 #: ../fish/guestfish-commands.pod:132
26027 msgid "Opens the manual page for guestfish."
26028 msgstr ""
26029
26030 #. type: =head2
26031 #: ../fish/guestfish-commands.pod:134
26032 msgid "more"
26033 msgstr ""
26034
26035 #. type: =head2
26036 #: ../fish/guestfish-commands.pod:136
26037 msgid "less"
26038 msgstr ""
26039
26040 #. type: verbatim
26041 #: ../fish/guestfish-commands.pod:138
26042 #, no-wrap
26043 msgid ""
26044 " more filename\n"
26045 "\n"
26046 msgstr ""
26047
26048 #. type: verbatim
26049 #: ../fish/guestfish-commands.pod:140
26050 #, no-wrap
26051 msgid ""
26052 " less filename\n"
26053 "\n"
26054 msgstr ""
26055
26056 #. type: textblock
26057 #: ../fish/guestfish-commands.pod:142
26058 msgid "This is used to view a file."
26059 msgstr ""
26060
26061 #. type: textblock
26062 #: ../fish/guestfish-commands.pod:144
26063 msgid ""
26064 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26065 "C<less> you will get the C<less> command specifically."
26066 msgstr ""
26067
26068 #. type: =head2
26069 #: ../fish/guestfish-commands.pod:147
26070 msgid "reopen"
26071 msgstr ""
26072
26073 #. type: verbatim
26074 #: ../fish/guestfish-commands.pod:149
26075 #, no-wrap
26076 msgid ""
26077 "  reopen\n"
26078 "\n"
26079 msgstr ""
26080
26081 #. type: textblock
26082 #: ../fish/guestfish-commands.pod:151
26083 msgid ""
26084 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26085 "normally, because the handle is closed properly when guestfish exits.  "
26086 "However this is occasionally useful for testing."
26087 msgstr ""
26088
26089 #. type: =head2
26090 #: ../fish/guestfish-commands.pod:155
26091 msgid "sparse"
26092 msgstr ""
26093
26094 #. type: verbatim
26095 #: ../fish/guestfish-commands.pod:157
26096 #, no-wrap
26097 msgid ""
26098 " sparse filename size\n"
26099 "\n"
26100 msgstr ""
26101
26102 #. type: textblock
26103 #: ../fish/guestfish-commands.pod:159
26104 msgid ""
26105 "This creates an empty sparse file of the given size, and then adds so it can "
26106 "be further examined."
26107 msgstr ""
26108
26109 #. type: textblock
26110 #: ../fish/guestfish-commands.pod:162
26111 msgid ""
26112 "In all respects it works the same as the L</alloc> command, except that the "
26113 "image file is allocated sparsely, which means that disk blocks are not "
26114 "assigned to the file until they are needed.  Sparse disk files only use "
26115 "space when written to, but they are slower and there is a danger you could "
26116 "run out of real disk space during a write operation."
26117 msgstr ""
26118
26119 #. type: =head2
26120 #: ../fish/guestfish-commands.pod:172
26121 msgid "supported"
26122 msgstr ""
26123
26124 #. type: verbatim
26125 #: ../fish/guestfish-commands.pod:174
26126 #, no-wrap
26127 msgid ""
26128 " supported\n"
26129 "\n"
26130 msgstr ""
26131
26132 #. type: textblock
26133 #: ../fish/guestfish-commands.pod:176
26134 msgid ""
26135 "This command returns a list of the optional groups known to the daemon, and "
26136 "indicates which ones are supported by this build of the libguestfs "
26137 "appliance."
26138 msgstr ""
26139
26140 #. type: textblock
26141 #: ../fish/guestfish-commands.pod:180
26142 msgid "See also L<guestfs(3)/AVAILABILITY>."
26143 msgstr ""
26144
26145 #. type: =head2
26146 #: ../fish/guestfish-commands.pod:182
26147 msgid "time"
26148 msgstr ""
26149
26150 #. type: verbatim
26151 #: ../fish/guestfish-commands.pod:184
26152 #, no-wrap
26153 msgid ""
26154 " time command args...\n"
26155 "\n"
26156 msgstr ""
26157
26158 #. type: textblock
26159 #: ../fish/guestfish-commands.pod:186
26160 msgid ""
26161 "Run the command as usual, but print the elapsed time afterwards.  This can "
26162 "be useful for benchmarking operations."
26163 msgstr ""
26164
26165 #. type: textblock
26166 #: ../test-tool/libguestfs-test-tool.pod:5
26167 msgid "libguestfs-test-tool - End user tests for libguestfs"
26168 msgstr ""
26169
26170 #. type: verbatim
26171 #: ../test-tool/libguestfs-test-tool.pod:9
26172 #, no-wrap
26173 msgid ""
26174 " libguestfs-test-tool [--options]\n"
26175 "\n"
26176 msgstr ""
26177
26178 #. type: textblock
26179 #: ../test-tool/libguestfs-test-tool.pod:13
26180 msgid ""
26181 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26182 "and developers, to allow them to check basic libguestfs functionality is "
26183 "working.  This is needed because libguestfs occasionally breaks for reasons "
26184 "beyond our control: usually because of changes in the underlying qemu or "
26185 "kernel packages, or the host environment."
26186 msgstr ""
26187
26188 #. type: textblock
26189 #: ../test-tool/libguestfs-test-tool.pod:20
26190 msgid "If you suspect a problem in libguestfs, then just run:"
26191 msgstr ""
26192
26193 #. type: verbatim
26194 #: ../test-tool/libguestfs-test-tool.pod:22
26195 #, no-wrap
26196 msgid ""
26197 " libguestfs-test-tool\n"
26198 "\n"
26199 msgstr ""
26200
26201 #. type: textblock
26202 #: ../test-tool/libguestfs-test-tool.pod:24
26203 msgid "It will print lots of diagnostic messages."
26204 msgstr ""
26205
26206 #. type: textblock
26207 #: ../test-tool/libguestfs-test-tool.pod:26
26208 msgid "If it runs to completion successfully, you will see this near the end:"
26209 msgstr ""
26210
26211 #. type: verbatim
26212 #: ../test-tool/libguestfs-test-tool.pod:28
26213 #, no-wrap
26214 msgid ""
26215 " ===== TEST FINISHED OK =====\n"
26216 "\n"
26217 msgstr ""
26218
26219 #. type: textblock
26220 #: ../test-tool/libguestfs-test-tool.pod:30
26221 msgid "and the test tool will exit with code 0."
26222 msgstr ""
26223
26224 #. type: textblock
26225 #: ../test-tool/libguestfs-test-tool.pod:32
26226 msgid ""
26227 "If it fails (and/or exits with non-zero error code), please paste the "
26228 "B<complete, unedited> output of the test tool into a bug report.  More "
26229 "information about reporting bugs can be found on the "
26230 "L<http://libguestfs.org/> website."
26231 msgstr ""
26232
26233 #. type: =item
26234 #: ../test-tool/libguestfs-test-tool.pod:41
26235 msgid "I<--help>"
26236 msgstr ""
26237
26238 #. type: textblock
26239 #: ../test-tool/libguestfs-test-tool.pod:43
26240 msgid "Display short usage information and exit."
26241 msgstr ""
26242
26243 #. type: =item
26244 #: ../test-tool/libguestfs-test-tool.pod:45
26245 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26246 msgstr ""
26247
26248 #. type: textblock
26249 #: ../test-tool/libguestfs-test-tool.pod:47
26250 msgid ""
26251 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26252 "normally look in the C<$libexec> directory that was configured when the tool "
26253 "was built."
26254 msgstr ""
26255
26256 #. type: =item
26257 #: ../test-tool/libguestfs-test-tool.pod:51
26258 msgid "I<--qemu qemu_binary>"
26259 msgstr ""
26260
26261 #. type: textblock
26262 #: ../test-tool/libguestfs-test-tool.pod:53
26263 msgid ""
26264 "If you have downloaded another qemu binary, point this option at the full "
26265 "path of the binary to try it."
26266 msgstr ""
26267
26268 #. type: =item
26269 #: ../test-tool/libguestfs-test-tool.pod:56
26270 msgid "I<--qemudir qemu_source_dir>"
26271 msgstr ""
26272
26273 #. type: textblock
26274 #: ../test-tool/libguestfs-test-tool.pod:58
26275 msgid ""
26276 "If you have compiled qemu from source, point this option at the source "
26277 "directory to try it."
26278 msgstr ""
26279
26280 #. type: =item
26281 #: ../test-tool/libguestfs-test-tool.pod:61
26282 msgid "I<--timeout N>"
26283 msgstr ""
26284
26285 #. type: textblock
26286 #: ../test-tool/libguestfs-test-tool.pod:63
26287 msgid ""
26288 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26289 "does not usually need to be adjusted unless your machine is very slow."
26290 msgstr ""
26291
26292 #. type: =head1
26293 #: ../test-tool/libguestfs-test-tool.pod:69
26294 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26295 msgstr ""
26296
26297 #. type: textblock
26298 #: ../test-tool/libguestfs-test-tool.pod:71
26299 msgid ""
26300 "If you have compiled another version of qemu from source and would like to "
26301 "try that, then you can use the I<--qemudir> option to point to the qemu "
26302 "source directory."
26303 msgstr ""
26304
26305 #. type: textblock
26306 #: ../test-tool/libguestfs-test-tool.pod:75
26307 msgid ""
26308 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26309 "option to point to the binary."
26310 msgstr ""
26311
26312 #. type: textblock
26313 #: ../test-tool/libguestfs-test-tool.pod:78
26314 msgid ""
26315 "When using an alternate qemu with libguestfs, usually you would need to "
26316 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26317 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26318 "when you use either of the I<--qemudir> or I<--qemu> options."
26319 msgstr ""
26320
26321 #. type: textblock
26322 #: ../test-tool/libguestfs-test-tool.pod:85
26323 msgid ""
26324 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26325 "I<1> if there was an error."
26326 msgstr ""
26327
26328 #. type: =item
26329 #: ../test-tool/libguestfs-test-tool.pod:92
26330 msgid "/usr/libexec/libguestfs-test-tool-helper"
26331 msgstr ""
26332
26333 #. type: textblock
26334 #: ../test-tool/libguestfs-test-tool.pod:94
26335 msgid ""
26336 "This helper program is run inside the appliance and provides additional "
26337 "tests."
26338 msgstr ""
26339
26340 #. type: =item
26341 #: ../test-tool/libguestfs-test-tool.pod:97
26342 msgid "/usr/bin/mkisofs"
26343 msgstr ""
26344
26345 #. type: textblock
26346 #: ../test-tool/libguestfs-test-tool.pod:99
26347 msgid ""
26348 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26349 "which is used as part of the tests."
26350 msgstr ""
26351
26352 #. type: textblock
26353 #: ../test-tool/libguestfs-test-tool.pod:106
26354 msgid ""
26355 "For the full list of environment variables which may affect libguestfs, "
26356 "please see the L<guestfs(3)> manual page."
26357 msgstr ""
26358
26359 #. type: textblock
26360 #: ../test-tool/libguestfs-test-tool.pod:111
26361 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26362 msgstr ""
26363
26364 #. type: textblock
26365 #: ../test-tool/libguestfs-test-tool.pod:121
26366 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26367 msgstr ""
26368
26369 #. type: textblock
26370 #: ../fuse/guestmount.pod:5
26371 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26372 msgstr ""
26373
26374 #. type: verbatim
26375 #: ../fuse/guestmount.pod:9
26376 #, no-wrap
26377 msgid ""
26378 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26379 "\n"
26380 msgstr ""
26381
26382 #. type: verbatim
26383 #: ../fuse/guestmount.pod:11
26384 #, no-wrap
26385 msgid ""
26386 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
26387 "\n"
26388 msgstr ""
26389
26390 #. type: verbatim
26391 #: ../fuse/guestmount.pod:13
26392 #, no-wrap
26393 msgid ""
26394 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
26395 "\n"
26396 msgstr ""
26397
26398 #. type: textblock
26399 #: ../fuse/guestmount.pod:17
26400 msgid ""
26401 "You must I<not> use C<guestmount> in read-write mode on live virtual "
26402 "machines.  If you do this, you risk disk corruption in the VM."
26403 msgstr ""
26404
26405 #. type: textblock
26406 #: ../fuse/guestmount.pod:22
26407 msgid ""
26408 "The guestmount program can be used to mount virtual machine filesystems and "
26409 "other disk images on the host.  It uses libguestfs for access to the guest "
26410 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
26411 "a mountable device."
26412 msgstr ""
26413
26414 #. type: textblock
26415 #: ../fuse/guestmount.pod:27
26416 msgid ""
26417 "Along with other options, you have to give at least one device (I<-a> "
26418 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
26419 "option) or use the I<-i> inspection option.  How this works is better "
26420 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
26421 "below."
26422 msgstr ""
26423
26424 #. type: textblock
26425 #: ../fuse/guestmount.pod:33
26426 msgid ""
26427 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
26428 "by you, and the filesystem will not be visible to any other users unless you "
26429 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
26430 "the filesystem, use the C<fusermount -u> command."
26431 msgstr ""
26432
26433 #. type: textblock
26434 #: ../fuse/guestmount.pod:41
26435 msgid ""
26436 "For a typical Windows guest which has its main filesystem on the first "
26437 "partition:"
26438 msgstr ""
26439
26440 #. type: verbatim
26441 #: ../fuse/guestmount.pod:44
26442 #, no-wrap
26443 msgid ""
26444 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
26445 "\n"
26446 msgstr ""
26447
26448 #. type: textblock
26449 #: ../fuse/guestmount.pod:46
26450 msgid ""
26451 "For a typical Linux guest which has a /boot filesystem on the first "
26452 "partition, and the root filesystem on a logical volume:"
26453 msgstr ""
26454
26455 #. type: verbatim
26456 #: ../fuse/guestmount.pod:49
26457 #, no-wrap
26458 msgid ""
26459 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
26460 "\n"
26461 msgstr ""
26462
26463 #. type: textblock
26464 #: ../fuse/guestmount.pod:51
26465 msgid "To get libguestfs to detect guest mountpoints for you:"
26466 msgstr ""
26467
26468 #. type: verbatim
26469 #: ../fuse/guestmount.pod:53
26470 #, no-wrap
26471 msgid ""
26472 " guestmount -a guest.img -i --ro /mnt\n"
26473 "\n"
26474 msgstr ""
26475
26476 #. type: textblock
26477 #: ../fuse/guestmount.pod:55
26478 msgid "For a libvirt guest called \"Guest\" you could do:"
26479 msgstr ""
26480
26481 #. type: verbatim
26482 #: ../fuse/guestmount.pod:57
26483 #, no-wrap
26484 msgid ""
26485 " guestmount -d Guest -i --ro /mnt\n"
26486 "\n"
26487 msgstr ""
26488
26489 #. type: textblock
26490 #: ../fuse/guestmount.pod:59
26491 msgid ""
26492 "If you don't know what filesystems are contained in a guest or disk image, "
26493 "use L<virt-filesystems(1)> first:"
26494 msgstr ""
26495
26496 #. type: verbatim
26497 #: ../fuse/guestmount.pod:62
26498 #, no-wrap
26499 msgid ""
26500 " virt-filesystems MyGuest\n"
26501 "\n"
26502 msgstr ""
26503
26504 #. type: textblock
26505 #: ../fuse/guestmount.pod:64
26506 msgid ""
26507 "If you want to trace the libguestfs calls but without excessive debugging "
26508 "information, we recommend:"
26509 msgstr ""
26510
26511 #. type: verbatim
26512 #: ../fuse/guestmount.pod:67
26513 #, no-wrap
26514 msgid ""
26515 " guestmount [...] --trace /mnt\n"
26516 "\n"
26517 msgstr ""
26518
26519 #. type: textblock
26520 #: ../fuse/guestmount.pod:69
26521 msgid "If you want to debug the program, we recommend:"
26522 msgstr ""
26523
26524 #. type: verbatim
26525 #: ../fuse/guestmount.pod:71
26526 #, no-wrap
26527 msgid ""
26528 " guestmount [...] --trace --verbose /mnt\n"
26529 "\n"
26530 msgstr ""
26531
26532 #. type: =item
26533 #: ../fuse/guestmount.pod:77
26534 msgid "B<-a image> | B<--add image>"
26535 msgstr ""
26536
26537 #. type: textblock
26538 #: ../fuse/guestmount.pod:79
26539 msgid "Add a block device or virtual machine image."
26540 msgstr ""
26541
26542 #. type: =item
26543 #: ../fuse/guestmount.pod:84
26544 msgid "B<-c URI> | B<--connect URI>"
26545 msgstr ""
26546
26547 #. type: =item
26548 #: ../fuse/guestmount.pod:90
26549 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
26550 msgstr ""
26551
26552 #. type: =item
26553 #: ../fuse/guestmount.pod:96
26554 msgid "B<--dir-cache-timeout N>"
26555 msgstr ""
26556
26557 #. type: textblock
26558 #: ../fuse/guestmount.pod:98
26559 msgid ""
26560 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
26561 "seconds.  The readdir cache [actually, there are several semi-independent "
26562 "caches] is populated after a readdir(2) call with the stat and extended "
26563 "attributes of the files in the directory, in anticipation that they will be "
26564 "requested soon after."
26565 msgstr ""
26566
26567 #. type: textblock
26568 #: ../fuse/guestmount.pod:104
26569 msgid ""
26570 "There is also a different attribute cache implemented by FUSE (see the FUSE "
26571 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
26572 "requests, only cache existing ones."
26573 msgstr ""
26574
26575 #. type: =item
26576 #: ../fuse/guestmount.pod:115
26577 msgid "B<--format=raw|qcow2|..> | B<--format>"
26578 msgstr ""
26579
26580 #. type: textblock
26581 #: ../fuse/guestmount.pod:122
26582 msgid ""
26583 "If you have untrusted raw-format guest disk images, you should use this "
26584 "option to specify the disk format.  This avoids a possible security problem "
26585 "with malicious guests (CVE-2010-3851).  See also "
26586 "L<guestfs(3)/guestfs_add_drive_opts>."
26587 msgstr ""
26588
26589 #. type: =item
26590 #: ../fuse/guestmount.pod:127
26591 msgid "B<--fuse-help>"
26592 msgstr ""
26593
26594 #. type: textblock
26595 #: ../fuse/guestmount.pod:129
26596 msgid "Display help on special FUSE options (see I<-o> below)."
26597 msgstr ""
26598
26599 #. type: textblock
26600 #: ../fuse/guestmount.pod:133
26601 msgid "Display brief help and exit."
26602 msgstr ""
26603
26604 #. type: =item
26605 #: ../fuse/guestmount.pod:135
26606 msgid "B<-i> | B<--inspector>"
26607 msgstr ""
26608
26609 #. type: =item
26610 #: ../fuse/guestmount.pod:146
26611 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
26612 msgstr ""
26613
26614 #. type: textblock
26615 #: ../fuse/guestmount.pod:148
26616 msgid ""
26617 "Mount the named partition or logical volume on the given mountpoint B<in the "
26618 "guest> (this has nothing to do with mountpoints in the host)."
26619 msgstr ""
26620
26621 #. type: textblock
26622 #: ../fuse/guestmount.pod:151
26623 msgid ""
26624 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
26625 "something on C</>."
26626 msgstr ""
26627
26628 #. type: =item
26629 #: ../fuse/guestmount.pod:154
26630 msgid "B<-n> | B<--no-sync>"
26631 msgstr ""
26632
26633 #. type: textblock
26634 #: ../fuse/guestmount.pod:156
26635 msgid ""
26636 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
26637 "unmounted.  If you specify this option, then we don't attempt to sync the "
26638 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
26639 msgstr ""
26640
26641 #. type: =item
26642 #: ../fuse/guestmount.pod:161
26643 msgid "B<-o option> | B<--option option>"
26644 msgstr ""
26645
26646 #. type: textblock
26647 #: ../fuse/guestmount.pod:163
26648 msgid "Pass extra options to FUSE."
26649 msgstr ""
26650
26651 #. type: textblock
26652 #: ../fuse/guestmount.pod:165
26653 msgid ""
26654 "To get a list of all the extra options supported by FUSE, use the command "
26655 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
26656 "of them are a good idea."
26657 msgstr ""
26658
26659 #. type: verbatim
26660 #: ../fuse/guestmount.pod:169
26661 #, no-wrap
26662 msgid ""
26663 " guestmount --fuse-help\n"
26664 "\n"
26665 msgstr ""
26666
26667 #. type: textblock
26668 #: ../fuse/guestmount.pod:171
26669 msgid "Some potentially useful FUSE options:"
26670 msgstr ""
26671
26672 #. type: =item
26673 #: ../fuse/guestmount.pod:175
26674 msgid "B<-o allow_other>"
26675 msgstr ""
26676
26677 #. type: textblock
26678 #: ../fuse/guestmount.pod:177
26679 msgid "Allow other users to see the filesystem."
26680 msgstr ""
26681
26682 #. type: =item
26683 #: ../fuse/guestmount.pod:179
26684 msgid "B<-o attr_timeout=N>"
26685 msgstr ""
26686
26687 #. type: textblock
26688 #: ../fuse/guestmount.pod:181
26689 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
26690 msgstr ""
26691
26692 #. type: =item
26693 #: ../fuse/guestmount.pod:183
26694 msgid "B<-o kernel_cache>"
26695 msgstr ""
26696
26697 #. type: textblock
26698 #: ../fuse/guestmount.pod:185
26699 msgid ""
26700 "Allow the kernel to cache files (reduces the number of reads that have to go "
26701 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
26702 "afford the extra memory usage."
26703 msgstr ""
26704
26705 #. type: =item
26706 #: ../fuse/guestmount.pod:189
26707 msgid "B<-o uid=N> B<-o gid=N>"
26708 msgstr ""
26709
26710 #. type: textblock
26711 #: ../fuse/guestmount.pod:191
26712 msgid ""
26713 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
26714 "the chosen values."
26715 msgstr ""
26716
26717 #. type: =item
26718 #: ../fuse/guestmount.pod:196
26719 msgid "B<-r> | B<--ro>"
26720 msgstr ""
26721
26722 #. type: textblock
26723 #: ../fuse/guestmount.pod:198
26724 msgid ""
26725 "Add devices and mount everything read-only.  Also disallow writes and make "
26726 "the disk appear read-only to FUSE."
26727 msgstr ""
26728
26729 #. type: textblock
26730 #: ../fuse/guestmount.pod:201
26731 msgid ""
26732 "This is highly recommended if you are not going to edit the guest disk.  If "
26733 "the guest is running and this option is I<not> supplied, then there is a "
26734 "strong risk of disk corruption in the guest.  We try to prevent this from "
26735 "happening, but it is not always possible."
26736 msgstr ""
26737
26738 #. type: textblock
26739 #: ../fuse/guestmount.pod:206
26740 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
26741 msgstr ""
26742
26743 #. type: textblock
26744 #: ../fuse/guestmount.pod:210
26745 msgid "Enable SELinux support for the guest."
26746 msgstr ""
26747
26748 #. type: =item
26749 #: ../fuse/guestmount.pod:212
26750 msgid "B<-v> | B<--verbose>"
26751 msgstr ""
26752
26753 #. type: textblock
26754 #: ../fuse/guestmount.pod:214
26755 msgid "Enable verbose messages from underlying libguestfs."
26756 msgstr ""
26757
26758 #. type: =item
26759 #: ../fuse/guestmount.pod:216
26760 msgid "B<-V> | B<--version>"
26761 msgstr ""
26762
26763 #. type: textblock
26764 #: ../fuse/guestmount.pod:218
26765 msgid "Display the program version and exit."
26766 msgstr ""
26767
26768 #. type: =item
26769 #: ../fuse/guestmount.pod:220
26770 msgid "B<-w> | B<--rw>"
26771 msgstr ""
26772
26773 #. type: textblock
26774 #: ../fuse/guestmount.pod:222
26775 msgid ""
26776 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
26777 "FOR READ AND WRITE>."
26778 msgstr ""
26779
26780 #. type: =item
26781 #: ../fuse/guestmount.pod:225
26782 msgid "B<-x> | B<--trace>"
26783 msgstr ""
26784
26785 #. type: textblock
26786 #: ../fuse/guestmount.pod:227
26787 msgid "Trace libguestfs calls and entry into each FUSE function."
26788 msgstr ""
26789
26790 #. type: textblock
26791 #: ../fuse/guestmount.pod:229
26792 msgid "This also stops the daemon from forking into the background."
26793 msgstr ""
26794
26795 #. type: textblock
26796 #: ../fuse/guestmount.pod:235
26797 msgid ""
26798 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
26799 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
26800 "L<http://fuse.sf.net/>."
26801 msgstr ""
26802
26803 #. type: textblock
26804 #: ../tools/virt-edit.pl:34
26805 msgid "virt-edit - Edit a file in a virtual machine"
26806 msgstr ""
26807
26808 #. type: verbatim
26809 #: ../tools/virt-edit.pl:38
26810 #, no-wrap
26811 msgid ""
26812 " virt-edit [--options] domname file\n"
26813 "\n"
26814 msgstr ""
26815
26816 #. type: verbatim
26817 #: ../tools/virt-edit.pl:40
26818 #, no-wrap
26819 msgid ""
26820 " virt-edit [--options] disk.img [disk.img ...] file\n"
26821 "\n"
26822 msgstr ""
26823
26824 #. type: verbatim
26825 #: ../tools/virt-edit.pl:42
26826 #, no-wrap
26827 msgid ""
26828 " virt-edit [domname|disk.img] file -e 'expr'\n"
26829 "\n"
26830 msgstr ""
26831
26832 #. type: textblock
26833 #: ../tools/virt-edit.pl:46
26834 msgid ""
26835 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
26836 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
26837 "doing this, but doesn't catch all cases."
26838 msgstr ""
26839
26840 #. type: textblock
26841 #: ../tools/virt-edit.pl:52
26842 msgid ""
26843 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
26844 "the named virtual machine (or disk image)."
26845 msgstr ""
26846
26847 #. type: textblock
26848 #: ../tools/virt-edit.pl:55
26849 msgid ""
26850 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
26851 "you should look at the L<guestfish(1)> tool."
26852 msgstr ""
26853
26854 #. type: textblock
26855 #: ../tools/virt-edit.pl:60
26856 msgid "Edit the named files interactively:"
26857 msgstr ""
26858
26859 #. type: verbatim
26860 #: ../tools/virt-edit.pl:62
26861 #, no-wrap
26862 msgid ""
26863 " virt-edit mydomain /boot/grub/grub.conf\n"
26864 "\n"
26865 msgstr ""
26866
26867 #. type: verbatim
26868 #: ../tools/virt-edit.pl:64
26869 #, no-wrap
26870 msgid ""
26871 " virt-edit mydomain /etc/passwd\n"
26872 "\n"
26873 msgstr ""
26874
26875 #. type: textblock
26876 #: ../tools/virt-edit.pl:66
26877 msgid ""
26878 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
26879 "below).  To change the init default level to 5:"
26880 msgstr ""
26881
26882 #. type: verbatim
26883 #: ../tools/virt-edit.pl:70
26884 #, no-wrap
26885 msgid ""
26886 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
26887 "\n"
26888 msgstr ""
26889
26890 #. type: textblock
26891 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
26892 msgid "Display brief help."
26893 msgstr ""
26894
26895 #. type: textblock
26896 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
26897 msgid "Display version number and exit."
26898 msgstr ""
26899
26900 #. type: =item
26901 #: ../tools/virt-edit.pl:96
26902 msgid "B<--backup extension> | B<-b extension>"
26903 msgstr ""
26904
26905 #. type: textblock
26906 #: ../tools/virt-edit.pl:98
26907 msgid ""
26908 "Create a backup of the original file I<in the guest disk image>.  The backup "
26909 "has the original filename with C<extension> added."
26910 msgstr ""
26911
26912 #. type: textblock
26913 #: ../tools/virt-edit.pl:101
26914 msgid ""
26915 "Usually the first character of C<extension> would be a dot C<.> so you would "
26916 "write:"
26917 msgstr ""
26918
26919 #. type: verbatim
26920 #: ../tools/virt-edit.pl:104
26921 #, no-wrap
26922 msgid ""
26923 " virt-edit -b .orig [etc]\n"
26924 "\n"
26925 msgstr ""
26926
26927 #. type: textblock
26928 #: ../tools/virt-edit.pl:106
26929 msgid "By default, no backup file is made."
26930 msgstr ""
26931
26932 #. type: =item
26933 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
26934 msgid "B<--connect URI> | B<-c URI>"
26935 msgstr ""
26936
26937 #. type: textblock
26938 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
26939 msgid ""
26940 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
26941 "to the default libvirt hypervisor."
26942 msgstr ""
26943
26944 #. type: textblock
26945 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
26946 msgid ""
26947 "If you specify guest block devices directly, then libvirt is not used at "
26948 "all."
26949 msgstr ""
26950
26951 #. type: =item
26952 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140 ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
26953 msgid "B<--format> raw"
26954 msgstr ""
26955
26956 #. type: textblock
26957 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
26958 msgid ""
26959 "Specify the format of disk images given on the command line.  If this is "
26960 "omitted then the format is autodetected from the content of the disk image."
26961 msgstr ""
26962
26963 #. type: textblock
26964 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
26965 msgid ""
26966 "If disk images are requested from libvirt, then this program asks libvirt "
26967 "for this information.  In this case, the value of the format parameter is "
26968 "ignored."
26969 msgstr ""
26970
26971 #. type: textblock
26972 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150 ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
26973 msgid ""
26974 "If working with untrusted raw-format guest disk images, you should ensure "
26975 "the format is always specified."
26976 msgstr ""
26977
26978 #. type: =item
26979 #: ../tools/virt-edit.pl:141
26980 msgid "B<--expr EXPR> | B<-e EXPR>"
26981 msgstr ""
26982
26983 #. type: textblock
26984 #: ../tools/virt-edit.pl:143
26985 msgid ""
26986 "Instead of launching the external editor, non-interactively apply the Perl "
26987 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
26988 "EDITING> below."
26989 msgstr ""
26990
26991 #. type: textblock
26992 #: ../tools/virt-edit.pl:147
26993 msgid ""
26994 "Be careful to properly quote the expression to prevent it from being altered "
26995 "by the shell."
26996 msgstr ""
26997
26998 #. type: =head1
26999 #: ../tools/virt-edit.pl:268
27000 msgid "NON-INTERACTIVE EDITING"
27001 msgstr ""
27002
27003 #. type: textblock
27004 #: ../tools/virt-edit.pl:270
27005 msgid ""
27006 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
27007 "administrator can interactively edit the file."
27008 msgstr ""
27009
27010 #. type: textblock
27011 #: ../tools/virt-edit.pl:273
27012 msgid ""
27013 "There are two ways also to use C<virt-edit> from scripts in order to make "
27014 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
27015 "like this, it's less error-prone to write scripts directly using the "
27016 "libguestfs API and Augeas for configuration file editing.)"
27017 msgstr ""
27018
27019 #. type: textblock
27020 #: ../tools/virt-edit.pl:279
27021 msgid ""
27022 "The first method is to temporarily set C<$EDITOR> to any script or program "
27023 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27024 "update C<tmpfile> in place however it likes."
27025 msgstr ""
27026
27027 #. type: textblock
27028 #: ../tools/virt-edit.pl:283
27029 msgid ""
27030 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27031 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27032 "instances of C<foo> with C<bar> in a file:"
27033 msgstr ""
27034
27035 #. type: verbatim
27036 #: ../tools/virt-edit.pl:287
27037 #, no-wrap
27038 msgid ""
27039 " virt-edit domname filename -e 's/foo/bar/'\n"
27040 "\n"
27041 msgstr ""
27042
27043 #. type: textblock
27044 #: ../tools/virt-edit.pl:289
27045 msgid ""
27046 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27047 "For example to delete root's password you could do:"
27048 msgstr ""
27049
27050 #. type: verbatim
27051 #: ../tools/virt-edit.pl:292
27052 #, no-wrap
27053 msgid ""
27054 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27055 "\n"
27056 msgstr ""
27057
27058 #. type: textblock
27059 #: ../tools/virt-edit.pl:294
27060 msgid ""
27061 "What really happens is that the snippet is evaluated as a Perl expression "
27062 "for each line of the file.  The line, including the final C<\\n>, is passed "
27063 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27064 msgstr ""
27065
27066 #. type: textblock
27067 #: ../tools/virt-edit.pl:299
27068 msgid ""
27069 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27070 "C<apache> user account from the password file you can do:"
27071 msgstr ""
27072
27073 #. type: verbatim
27074 #: ../tools/virt-edit.pl:302
27075 #, no-wrap
27076 msgid ""
27077 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27078 "\n"
27079 msgstr ""
27080
27081 #. type: textblock
27082 #: ../tools/virt-edit.pl:304
27083 msgid ""
27084 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27085 "the end of the file is rather difficult this way since there is no concept "
27086 "of \"last line of the file\" - your expression just doesn't get called "
27087 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27088 "want to do this."
27089 msgstr ""
27090
27091 #. type: textblock
27092 #: ../tools/virt-edit.pl:310
27093 msgid ""
27094 "The variable C<$lineno> contains the current line number.  As is "
27095 "traditional, the first line in the file is number C<1>."
27096 msgstr ""
27097
27098 #. type: textblock
27099 #: ../tools/virt-edit.pl:313
27100 msgid ""
27101 "The return value from the expression is ignored, but the expression may call "
27102 "C<die> in order to abort the whole program, leaving the original file "
27103 "untouched."
27104 msgstr ""
27105
27106 #. type: textblock
27107 #: ../tools/virt-edit.pl:317
27108 msgid ""
27109 "Remember when matching the end of a line that C<$_> may contain the final "
27110 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27111 "newline then neither of these.  Thus to match or substitute some text at the "
27112 "end of a line, use this regular expression:"
27113 msgstr ""
27114
27115 #. type: verbatim
27116 #: ../tools/virt-edit.pl:322
27117 #, no-wrap
27118 msgid ""
27119 " /some text(\\r?\\n)?$/\n"
27120 "\n"
27121 msgstr ""
27122
27123 #. type: textblock
27124 #: ../tools/virt-edit.pl:324
27125 msgid ""
27126 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27127 "C<$_> itself (since that would remove all newlines from the file):"
27128 msgstr ""
27129
27130 #. type: verbatim
27131 #: ../tools/virt-edit.pl:328
27132 #, no-wrap
27133 msgid ""
27134 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27135 "\n"
27136 msgstr ""
27137
27138 #. type: =item
27139 #: ../tools/virt-edit.pl:334
27140 msgid "C<EDITOR>"
27141 msgstr ""
27142
27143 #. type: textblock
27144 #: ../tools/virt-edit.pl:336
27145 msgid ""
27146 "If set, this string is used as the editor.  It may contain arguments, "
27147 "eg. C<\"emacs -nw\">"
27148 msgstr ""
27149
27150 #. type: textblock
27151 #: ../tools/virt-edit.pl:339
27152 msgid "If not set, C<vi> is used."
27153 msgstr ""
27154
27155 #. type: =head1
27156 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:527 ../tools/virt-list-partitions.pl:250
27157 msgid "SHELL QUOTING"
27158 msgstr ""
27159
27160 #. type: textblock
27161 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:529 ../tools/virt-list-partitions.pl:252
27162 msgid ""
27163 "Libvirt guest names can contain arbitrary characters, some of which have "
27164 "meaning to the shell such as C<#> and space.  You may need to quote or "
27165 "escape these characters on the command line.  See the shell manual page "
27166 "L<sh(1)> for details."
27167 msgstr ""
27168
27169 #. type: textblock
27170 #: ../tools/virt-edit.pl:352
27171 msgid ""
27172 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
27173 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
27174 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
27175 msgstr ""
27176
27177 #. type: =head1
27178 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:559 ../tools/virt-list-partitions.pl:269
27179 msgid "AUTHOR"
27180 msgstr ""
27181
27182 #. type: textblock
27183 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:561 ../tools/virt-list-partitions.pl:271
27184 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27185 msgstr ""
27186
27187 #. type: textblock
27188 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
27189 msgid "Copyright (C) 2009-2010 Red Hat Inc."
27190 msgstr ""
27191
27192 #. type: textblock
27193 #: ../tools/virt-win-reg.pl:37
27194 msgid ""
27195 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27196 "guest"
27197 msgstr ""
27198
27199 #. type: verbatim
27200 #: ../tools/virt-win-reg.pl:41
27201 #, no-wrap
27202 msgid ""
27203 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27204 "\n"
27205 msgstr ""
27206
27207 #. type: verbatim
27208 #: ../tools/virt-win-reg.pl:43
27209 #, no-wrap
27210 msgid ""
27211 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27212 "\n"
27213 msgstr ""
27214
27215 #. type: verbatim
27216 #: ../tools/virt-win-reg.pl:45
27217 #, no-wrap
27218 msgid ""
27219 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27220 "\n"
27221 msgstr ""
27222
27223 #. type: verbatim
27224 #: ../tools/virt-win-reg.pl:47
27225 #, no-wrap
27226 msgid ""
27227 " virt-win-reg --merge domname [input.reg ...]\n"
27228 "\n"
27229 msgstr ""
27230
27231 #. type: verbatim
27232 #: ../tools/virt-win-reg.pl:49
27233 #, no-wrap
27234 msgid ""
27235 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27236 "\n"
27237 msgstr ""
27238
27239 #. type: textblock
27240 #: ../tools/virt-win-reg.pl:53
27241 msgid ""
27242 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27243 "virtual machines.  If you do this, you I<will> get irreversible disk "
27244 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27245 "but doesn't catch all cases."
27246 msgstr ""
27247
27248 #. type: textblock
27249 #: ../tools/virt-win-reg.pl:58
27250 msgid ""
27251 "Modifying the Windows Registry is an inherently risky operation.  The format "
27252 "is deliberately obscure and undocumented, and Registry changes can leave the "
27253 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27254 "you have a reliable backup first."
27255 msgstr ""
27256
27257 #. type: textblock
27258 #: ../tools/virt-win-reg.pl:65
27259 msgid ""
27260 "This program can export and merge Windows Registry entries from a Windows "
27261 "guest."
27262 msgstr ""
27263
27264 #. type: textblock
27265 #: ../tools/virt-win-reg.pl:68
27266 msgid ""
27267 "The first parameter is the libvirt guest name or the raw disk image of a "
27268 "Windows guest."
27269 msgstr ""
27270
27271 #. type: textblock
27272 #: ../tools/virt-win-reg.pl:71
27273 msgid ""
27274 "If C<--merge> is I<not> specified, then the chosen registry key is "
27275 "displayed/exported (recursively).  For example:"
27276 msgstr ""
27277
27278 #. type: verbatim
27279 #: ../tools/virt-win-reg.pl:74
27280 #, no-wrap
27281 msgid ""
27282 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27283 "\n"
27284 msgstr ""
27285
27286 #. type: textblock
27287 #: ../tools/virt-win-reg.pl:76
27288 msgid "You can also display single values from within registry keys, for example:"
27289 msgstr ""
27290
27291 #. type: verbatim
27292 #: ../tools/virt-win-reg.pl:79
27293 #, no-wrap
27294 msgid ""
27295 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27296 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27297 " Windows 7 Enterprise\n"
27298 "\n"
27299 msgstr ""
27300
27301 #. type: textblock
27302 #: ../tools/virt-win-reg.pl:83
27303 msgid ""
27304 "With C<--merge>, you can merge a textual regedit file into the Windows "
27305 "Registry:"
27306 msgstr ""
27307
27308 #. type: verbatim
27309 #: ../tools/virt-win-reg.pl:86
27310 #, no-wrap
27311 msgid ""
27312 " $ virt-win-reg --merge Windows7 changes.reg\n"
27313 "\n"
27314 msgstr ""
27315
27316 #. type: =head1
27317 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
27318 msgid "NOTE"
27319 msgstr ""
27320
27321 #. type: textblock
27322 #: ../tools/virt-win-reg.pl:90
27323 msgid ""
27324 "This program is only meant for simple access to the registry.  If you want "
27325 "to do complicated things with the registry, we suggest you download the "
27326 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27327 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27328 "L<hivexregedit(1)>."
27329 msgstr ""
27330
27331 #. type: =item
27332 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27333 msgid "B<--debug>"
27334 msgstr ""
27335
27336 #. type: textblock
27337 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27338 msgid "Enable debugging messages."
27339 msgstr ""
27340
27341 #. type: =item
27342 #: ../tools/virt-win-reg.pl:157
27343 msgid "B<--merge>"
27344 msgstr ""
27345
27346 #. type: textblock
27347 #: ../tools/virt-win-reg.pl:159
27348 msgid ""
27349 "In merge mode, this merges a textual regedit file into the Windows Registry "
27350 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27351 "displays or exports Registry entries instead."
27352 msgstr ""
27353
27354 #. type: textblock
27355 #: ../tools/virt-win-reg.pl:163
27356 msgid ""
27357 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27358 "result in disk corruption.  However exporting (without this flag)  is always "
27359 "safe."
27360 msgstr ""
27361
27362 #. type: =item
27363 #: ../tools/virt-win-reg.pl:171
27364 msgid "B<--encoding> UTF-16LE|ASCII"
27365 msgstr ""
27366
27367 #. type: textblock
27368 #: ../tools/virt-win-reg.pl:173
27369 msgid ""
27370 "When merging (only), you may need to specify the encoding for strings to be "
27371 "used in the hive file.  This is explained in detail in "
27372 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27373 msgstr ""
27374
27375 #. type: textblock
27376 #: ../tools/virt-win-reg.pl:177
27377 msgid ""
27378 "The default is to use UTF-16LE, which should work with recent versions of "
27379 "Windows."
27380 msgstr ""
27381
27382 #. type: =head1
27383 #: ../tools/virt-win-reg.pl:402
27384 msgid "SUPPORTED SYSTEMS"
27385 msgstr ""
27386
27387 #. type: textblock
27388 #: ../tools/virt-win-reg.pl:404
27389 msgid ""
27390 "The program currently supports Windows NT-derived guests starting with "
27391 "Windows XP through to at least Windows 7."
27392 msgstr ""
27393
27394 #. type: textblock
27395 #: ../tools/virt-win-reg.pl:407
27396 msgid ""
27397 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
27398 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
27399 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
27400 msgstr ""
27401
27402 #. type: textblock
27403 #: ../tools/virt-win-reg.pl:411
27404 msgid ""
27405 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
27406 "C<HKEY_USERS>."
27407 msgstr ""
27408
27409 #. type: textblock
27410 #: ../tools/virt-win-reg.pl:414
27411 msgid ""
27412 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
27413 "time."
27414 msgstr ""
27415
27416 #. type: =head1
27417 #: ../tools/virt-win-reg.pl:417
27418 msgid "ENCODING"
27419 msgstr ""
27420
27421 #. type: textblock
27422 #: ../tools/virt-win-reg.pl:419
27423 msgid ""
27424 "C<virt-win-reg> expects that regedit files have already been reencoded in "
27425 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
27426 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
27427 "with Windows-style line endings, you may need to reencode the whole file "
27428 "before or after processing."
27429 msgstr ""
27430
27431 #. type: textblock
27432 #: ../tools/virt-win-reg.pl:425
27433 msgid ""
27434 "To reencode a file from Windows format to Linux (before processing it with "
27435 "the C<--merge> option), you would do something like this:"
27436 msgstr ""
27437
27438 #. type: verbatim
27439 #: ../tools/virt-win-reg.pl:428
27440 #, no-wrap
27441 msgid ""
27442 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
27443 "\n"
27444 msgstr ""
27445
27446 #. type: textblock
27447 #: ../tools/virt-win-reg.pl:430
27448 msgid ""
27449 "To go in the opposite direction, after exporting and before sending the file "
27450 "to a Windows user, do something like this:"
27451 msgstr ""
27452
27453 #. type: verbatim
27454 #: ../tools/virt-win-reg.pl:433
27455 #, no-wrap
27456 msgid ""
27457 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
27458 "\n"
27459 msgstr ""
27460
27461 #. type: textblock
27462 #: ../tools/virt-win-reg.pl:435
27463 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
27464 msgstr ""
27465
27466 #. type: textblock
27467 #: ../tools/virt-win-reg.pl:437
27468 msgid ""
27469 "If you are unsure about the current encoding, use the L<file(1)> command.  "
27470 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
27471 "Windows-style (CRLF) line endings, like this:"
27472 msgstr ""
27473
27474 #. type: verbatim
27475 #: ../tools/virt-win-reg.pl:441
27476 #, no-wrap
27477 msgid ""
27478 " $ file software.reg\n"
27479 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
27480 " with CRLF line terminators\n"
27481 "\n"
27482 msgstr ""
27483
27484 #. type: textblock
27485 #: ../tools/virt-win-reg.pl:445
27486 msgid "This file would need conversion before you could C<--merge> it."
27487 msgstr ""
27488
27489 #. type: =head1
27490 #: ../tools/virt-win-reg.pl:447
27491 msgid "CurrentControlSet etc."
27492 msgstr ""
27493
27494 #. type: textblock
27495 #: ../tools/virt-win-reg.pl:449
27496 msgid ""
27497 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
27498 "Registry at the level of the hive file, and therefore you cannot modify "
27499 "these."
27500 msgstr ""
27501
27502 #. type: textblock
27503 #: ../tools/virt-win-reg.pl:453
27504 msgid ""
27505 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
27506 "circumstances it might refer to another control set.  The way to find out is "
27507 "to look at the C<HKLM\\SYSTEM\\Select> key:"
27508 msgstr ""
27509
27510 #. type: verbatim
27511 #: ../tools/virt-win-reg.pl:457
27512 #, no-wrap
27513 msgid ""
27514 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
27515 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
27516 " \"Current\"=dword:00000001\n"
27517 " \"Default\"=dword:00000001\n"
27518 " \"Failed\"=dword:00000000\n"
27519 " \"LastKnownGood\"=dword:00000002\n"
27520 "\n"
27521 msgstr ""
27522
27523 #. type: textblock
27524 #: ../tools/virt-win-reg.pl:464
27525 msgid "\"Current\" is the one which Windows will choose when it boots."
27526 msgstr ""
27527
27528 #. type: textblock
27529 #: ../tools/virt-win-reg.pl:466
27530 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
27531 msgstr ""
27532
27533 #. type: =head1
27534 #: ../tools/virt-win-reg.pl:469
27535 msgid "WINDOWS TIPS"
27536 msgstr ""
27537
27538 #. type: textblock
27539 #: ../tools/virt-win-reg.pl:471
27540 msgid ""
27541 "Note that some of these tips modify the guest disk image.  The guest I<must> "
27542 "be shut off, else you will get disk corruption."
27543 msgstr ""
27544
27545 #. type: =head2
27546 #: ../tools/virt-win-reg.pl:474
27547 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
27548 msgstr ""
27549
27550 #. type: textblock
27551 #: ../tools/virt-win-reg.pl:476
27552 msgid ""
27553 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
27554 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
27555 "is uploaded into C<C:\\>:"
27556 msgstr ""
27557
27558 #. type: verbatim
27559 #: ../tools/virt-win-reg.pl:480
27560 #, no-wrap
27561 msgid ""
27562 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
27563 "\n"
27564 msgstr ""
27565
27566 #. type: textblock
27567 #: ../tools/virt-win-reg.pl:482
27568 msgid "Prepare a regedit file containing the registry change:"
27569 msgstr ""
27570
27571 #. type: verbatim
27572 #: ../tools/virt-win-reg.pl:484
27573 #, no-wrap
27574 msgid ""
27575 " cat > test.reg <<'EOF'\n"
27576 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
27577 " \"Test\"=\"c:\\\\test.bat\"\n"
27578 " EOF\n"
27579 "\n"
27580 msgstr ""
27581
27582 #. type: textblock
27583 #: ../tools/virt-win-reg.pl:489
27584 msgid ""
27585 "In this example we use the key C<RunOnce> which means that the script will "
27586 "run precisely once when the first user logs in.  If you want it to run every "
27587 "time a user logs in, replace C<RunOnce> with C<Run>."
27588 msgstr ""
27589
27590 #. type: textblock
27591 #: ../tools/virt-win-reg.pl:493
27592 msgid "Now update the registry:"
27593 msgstr ""
27594
27595 #. type: verbatim
27596 #: ../tools/virt-win-reg.pl:495
27597 #, no-wrap
27598 msgid ""
27599 " virt-win-reg --merge WindowsGuest test.reg\n"
27600 "\n"
27601 msgstr ""
27602
27603 #. type: =head2
27604 #: ../tools/virt-win-reg.pl:497
27605 msgid "INSTALLING A SERVICE"
27606 msgstr ""
27607
27608 #. type: textblock
27609 #: ../tools/virt-win-reg.pl:499
27610 msgid ""
27611 "This section assumes you are familiar with Windows services, and you either "
27612 "have a program which handles the Windows Service Control Protocol directly "
27613 "or you want to run any program using a service wrapper like SrvAny or the "
27614 "free RHSrvAny."
27615 msgstr ""
27616
27617 #. type: textblock
27618 #: ../tools/virt-win-reg.pl:504
27619 msgid ""
27620 "First upload the program and optionally the service wrapper.  In this case "
27621 "the test program is called C<test.exe> and we are using the RHSrvAny "
27622 "wrapper:"
27623 msgstr ""
27624
27625 #. type: verbatim
27626 #: ../tools/virt-win-reg.pl:508
27627 #, no-wrap
27628 msgid ""
27629 " guestfish -i -d WindowsGuest <<EOF\n"
27630 "   upload rhsrvany.exe /rhsrvany.exe\n"
27631 "   upload test.exe /test.exe\n"
27632 " EOF\n"
27633 "\n"
27634 msgstr ""
27635
27636 #. type: textblock
27637 #: ../tools/virt-win-reg.pl:513
27638 msgid ""
27639 "Prepare a regedit file containing the registry changes.  In this example, "
27640 "the first registry change is needed for the service itself or the service "
27641 "wrapper (if used).  The second registry change is only needed because I am "
27642 "using the RHSrvAny service wrapper."
27643 msgstr ""
27644
27645 #. type: verbatim
27646 #: ../tools/virt-win-reg.pl:518
27647 #, no-wrap
27648 msgid ""
27649 " cat > service.reg <<'EOF'\n"
27650 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
27651 " \"Type\"=dword:00000010\n"
27652 " \"Start\"=dword:00000002\n"
27653 " \"ErrorControl\"=dword:00000001\n"
27654 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
27655 " \"DisplayName\"=\"RHSrvAny\"\n"
27656 " \"ObjectName\"=\"NetworkService\"\n"
27657 " \n"
27658 msgstr ""
27659
27660 #. type: verbatim
27661 #: ../tools/virt-win-reg.pl:527
27662 #, no-wrap
27663 msgid ""
27664 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
27665 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
27666 " \"PWD\"=\"c:\\\\Temp\"\n"
27667 " EOF\n"
27668 "\n"
27669 msgstr ""
27670
27671 #. type: textblock
27672 #: ../tools/virt-win-reg.pl:538
27673 msgid ""
27674 "For use of C<ControlSet001> see the section above in this manual page.  You "
27675 "may need to adjust this according to the control set that is in use by the "
27676 "guest."
27677 msgstr ""
27678
27679 #. type: textblock
27680 #: ../tools/virt-win-reg.pl:544
27681 msgid ""
27682 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
27683 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
27684 "privileged account."
27685 msgstr ""
27686
27687 #. type: textblock
27688 #: ../tools/virt-win-reg.pl:550
27689 msgid ""
27690 "For the meaning of the magic numbers, see this Microsoft KB article: "
27691 "L<http://support.microsoft.com/kb/103000>."
27692 msgstr ""
27693
27694 #. type: textblock
27695 #: ../tools/virt-win-reg.pl:555
27696 msgid "Update the registry:"
27697 msgstr ""
27698
27699 #. type: verbatim
27700 #: ../tools/virt-win-reg.pl:557
27701 #, no-wrap
27702 msgid ""
27703 " virt-win-reg --merge WindowsGuest service.reg\n"
27704 "\n"
27705 msgstr ""
27706
27707 #. type: textblock
27708 #: ../tools/virt-win-reg.pl:561
27709 msgid ""
27710 "Be careful when passing parameters containing C<\\> (backslash) in the "
27711 "shell.  Usually you will have to use 'single quotes' or double backslashes "
27712 "(but not both) to protect them from the shell."
27713 msgstr ""
27714
27715 #. type: textblock
27716 #: ../tools/virt-win-reg.pl:565
27717 msgid "Paths and value names are case-insensitive."
27718 msgstr ""
27719
27720 #. type: textblock
27721 #: ../tools/virt-win-reg.pl:574
27722 msgid ""
27723 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
27724 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27725 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
27726 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27727 msgstr ""
27728
27729 #. type: textblock
27730 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:550
27731 msgid ""
27732 "When reporting bugs, please enable debugging and capture the I<complete> "
27733 "output:"
27734 msgstr ""
27735
27736 #. type: verbatim
27737 #: ../tools/virt-win-reg.pl:592
27738 #, no-wrap
27739 msgid ""
27740 " export LIBGUESTFS_DEBUG=1\n"
27741 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
27742 "\n"
27743 msgstr ""
27744
27745 #. type: textblock
27746 #: ../tools/virt-win-reg.pl:595
27747 msgid ""
27748 "Attach /tmp/virt-win-reg.log to a new bug report at "
27749 "L<https://bugzilla.redhat.com/>"
27750 msgstr ""
27751
27752 #. type: textblock
27753 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:565
27754 msgid "Copyright (C) 2010 Red Hat Inc."
27755 msgstr ""
27756
27757 #. type: textblock
27758 #: ../tools/virt-resize.pl:42
27759 msgid "virt-resize - Resize a virtual machine disk"
27760 msgstr ""
27761
27762 #. type: verbatim
27763 #: ../tools/virt-resize.pl:46
27764 #, no-wrap
27765 msgid ""
27766 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
27767 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
27768 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
27769 "\n"
27770 msgstr ""
27771
27772 #. type: textblock
27773 #: ../tools/virt-resize.pl:52
27774 msgid ""
27775 "Virt-resize is a tool which can resize a virtual machine disk, making it "
27776 "larger or smaller overall, and resizing or deleting any partitions contained "
27777 "within."
27778 msgstr ""
27779
27780 #. type: textblock
27781 #: ../tools/virt-resize.pl:56
27782 msgid ""
27783 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
27784 "not> be used on live virtual machines - for consistent results, shut the "
27785 "virtual machine down before resizing it."
27786 msgstr ""
27787
27788 #. type: textblock
27789 #: ../tools/virt-resize.pl:60
27790 msgid ""
27791 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
27792 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
27793 msgstr ""
27794
27795 #. type: textblock
27796 #: ../tools/virt-resize.pl:66
27797 msgid ""
27798 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
27799 "fill the extra 5GB of space."
27800 msgstr ""
27801
27802 #. type: verbatim
27803 #: ../tools/virt-resize.pl:69
27804 #, no-wrap
27805 msgid ""
27806 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
27807 " virt-filesystems --long -h --all -a olddisk\n"
27808 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
27809 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
27810 "\n"
27811 msgstr ""
27812
27813 #. type: textblock
27814 #: ../tools/virt-resize.pl:74
27815 msgid ""
27816 "As above, but make the /boot partition 200MB bigger, while giving the "
27817 "remaining space to /dev/sda2:"
27818 msgstr ""
27819
27820 #. type: verbatim
27821 #: ../tools/virt-resize.pl:77
27822 #, no-wrap
27823 msgid ""
27824 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
27825 "\n"
27826 msgstr ""
27827
27828 #. type: textblock
27829 #: ../tools/virt-resize.pl:79
27830 msgid "As above, but the output format will be uncompressed qcow2:"
27831 msgstr ""
27832
27833 #. type: verbatim
27834 #: ../tools/virt-resize.pl:81
27835 #, no-wrap
27836 msgid ""
27837 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
27838 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
27839 "\n"
27840 msgstr ""
27841
27842 #. type: =head1
27843 #: ../tools/virt-resize.pl:84
27844 msgid "DETAILED USAGE"
27845 msgstr ""
27846
27847 #. type: =head2
27848 #: ../tools/virt-resize.pl:86
27849 msgid "EXPANDING A VIRTUAL MACHINE DISK"
27850 msgstr ""
27851
27852 #. type: =item
27853 #: ../tools/virt-resize.pl:90
27854 msgid "1. Shut down the virtual machine"
27855 msgstr ""
27856
27857 #. type: =item
27858 #: ../tools/virt-resize.pl:92
27859 msgid "2. Locate input disk image"
27860 msgstr ""
27861
27862 #. type: textblock
27863 #: ../tools/virt-resize.pl:94
27864 msgid ""
27865 "Locate the input disk image (ie. the file or device on the host containing "
27866 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
27867 "dumpxml> like this to find the disk image name:"
27868 msgstr ""
27869
27870 #. type: verbatim
27871 #: ../tools/virt-resize.pl:98
27872 #, no-wrap
27873 msgid ""
27874 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
27875 " Found 1 nodes:\n"
27876 " -- NODE --\n"
27877 " <source dev=\"/dev/vg/lv_guest\" />\n"
27878 "\n"
27879 msgstr ""
27880
27881 #. type: =item
27882 #: ../tools/virt-resize.pl:103
27883 msgid "3. Look at current sizing"
27884 msgstr ""
27885
27886 #. type: textblock
27887 #: ../tools/virt-resize.pl:105
27888 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
27889 msgstr ""
27890
27891 #. type: verbatim
27892 #: ../tools/virt-resize.pl:108
27893 #, no-wrap
27894 msgid ""
27895 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
27896 " Name       Type       Size  Parent\n"
27897 " /dev/sda1  partition  101M  /dev/sda\n"
27898 " /dev/sda2  partition  7.9G  /dev/sda\n"
27899 " /dev/sda   device     8.0G  -\n"
27900 "\n"
27901 msgstr ""
27902
27903 #. type: textblock
27904 #: ../tools/virt-resize.pl:114
27905 msgid ""
27906 "(This example is a virtual machine with an 8 GB disk which we would like to "
27907 "expand up to 10 GB)."
27908 msgstr ""
27909
27910 #. type: =item
27911 #: ../tools/virt-resize.pl:117
27912 msgid "4. Create output disk"
27913 msgstr ""
27914
27915 #. type: textblock
27916 #: ../tools/virt-resize.pl:119
27917 msgid ""
27918 "Virt-resize cannot do in-place disk modifications.  You have to have space "
27919 "to store the resized output disk."
27920 msgstr ""
27921
27922 #. type: textblock
27923 #: ../tools/virt-resize.pl:122
27924 msgid "To store the resized disk image in a file, create a file of a suitable size:"
27925 msgstr ""
27926
27927 #. type: verbatim
27928 #: ../tools/virt-resize.pl:125
27929 #, no-wrap
27930 msgid ""
27931 " # rm -f outdisk\n"
27932 " # truncate -s 10G outdisk\n"
27933 "\n"
27934 msgstr ""
27935
27936 #. type: textblock
27937 #: ../tools/virt-resize.pl:128
27938 msgid "Or use L<lvcreate(1)> to create a logical volume:"
27939 msgstr ""
27940
27941 #. type: verbatim
27942 #: ../tools/virt-resize.pl:130
27943 #, no-wrap
27944 msgid ""
27945 " # lvcreate -L 10G -n lv_name vg_name\n"
27946 "\n"
27947 msgstr ""
27948
27949 #. type: textblock
27950 #: ../tools/virt-resize.pl:132
27951 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
27952 msgstr ""
27953
27954 #. type: verbatim
27955 #: ../tools/virt-resize.pl:134
27956 #, no-wrap
27957 msgid ""
27958 " # virsh pool-list\n"
27959 " # virsh vol-create-as poolname newvol 10G\n"
27960 "\n"
27961 msgstr ""
27962
27963 #. type: =item
27964 #: ../tools/virt-resize.pl:137
27965 msgid "5. Resize"
27966 msgstr ""
27967
27968 #. type: textblock
27969 #: ../tools/virt-resize.pl:139
27970 msgid ""
27971 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
27972 "file) and the output disk.  The output disk is the one created in the "
27973 "previous step."
27974 msgstr ""
27975
27976 #. type: verbatim
27977 #: ../tools/virt-resize.pl:143
27978 #, no-wrap
27979 msgid ""
27980 " # virt-resize indisk outdisk\n"
27981 "\n"
27982 msgstr ""
27983
27984 #. type: textblock
27985 #: ../tools/virt-resize.pl:145
27986 msgid ""
27987 "This command just copies disk image C<indisk> to disk image C<outdisk> "
27988 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
27989 "larger, then an extra, empty partition is created at the end of the disk "
27990 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
27991 "error."
27992 msgstr ""
27993
27994 #. type: textblock
27995 #: ../tools/virt-resize.pl:151
27996 msgid ""
27997 "More realistically you'd want to expand existing partitions in the disk "
27998 "image by passing extra options (for the full list see the L</OPTIONS> "
27999 "section below)."
28000 msgstr ""
28001
28002 #. type: textblock
28003 #: ../tools/virt-resize.pl:155
28004 msgid ""
28005 "L</--expand> is the most useful option.  It expands the named partition "
28006 "within the disk to fill any extra space:"
28007 msgstr ""
28008
28009 #. type: verbatim
28010 #: ../tools/virt-resize.pl:158
28011 #, no-wrap
28012 msgid ""
28013 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
28014 "\n"
28015 msgstr ""
28016
28017 #. type: textblock
28018 #: ../tools/virt-resize.pl:160
28019 msgid ""
28020 "(In this case, an extra partition is I<not> created at the end of the disk, "
28021 "because there will be no unused space)."
28022 msgstr ""
28023
28024 #. type: textblock
28025 #: ../tools/virt-resize.pl:163
28026 msgid ""
28027 "L</--resize> is the other commonly used option.  The following would "
28028 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28029 "rest of the available space:"
28030 msgstr ""
28031
28032 #. type: verbatim
28033 #: ../tools/virt-resize.pl:167
28034 #, no-wrap
28035 msgid ""
28036 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28037 "     indisk outdisk\n"
28038 "\n"
28039 msgstr ""
28040
28041 #. type: textblock
28042 #: ../tools/virt-resize.pl:170
28043 msgid ""
28044 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28045 "if virt-resize knows how, it will resize the contents, the equivalent of "
28046 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28047 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28048 "filesystems, so you would have to online resize them after booting the "
28049 "guest."
28050 msgstr ""
28051
28052 #. type: textblock
28053 #: ../tools/virt-resize.pl:177
28054 msgid "Other options are covered below."
28055 msgstr ""
28056
28057 #. type: =item
28058 #: ../tools/virt-resize.pl:179
28059 msgid "6. Test"
28060 msgstr ""
28061
28062 #. type: textblock
28063 #: ../tools/virt-resize.pl:181
28064 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28065 msgstr ""
28066
28067 #. type: textblock
28068 #: ../tools/virt-resize.pl:183
28069 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28070 msgstr ""
28071
28072 #. type: verbatim
28073 #: ../tools/virt-resize.pl:185
28074 #, no-wrap
28075 msgid ""
28076 " # virsh edit guestname\n"
28077 "\n"
28078 msgstr ""
28079
28080 #. type: textblock
28081 #: ../tools/virt-resize.pl:187
28082 msgid ""
28083 "Change E<lt>source ...E<gt>, see "
28084 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28085 msgstr ""
28086
28087 #. type: textblock
28088 #: ../tools/virt-resize.pl:190
28089 msgid "Then start up the domain with the new, resized disk:"
28090 msgstr ""
28091
28092 #. type: verbatim
28093 #: ../tools/virt-resize.pl:192
28094 #, no-wrap
28095 msgid ""
28096 " # virsh start guestname\n"
28097 "\n"
28098 msgstr ""
28099
28100 #. type: textblock
28101 #: ../tools/virt-resize.pl:194
28102 msgid ""
28103 "and check that it still works.  See also the L</NOTES> section below for "
28104 "additional information."
28105 msgstr ""
28106
28107 #. type: =item
28108 #: ../tools/virt-resize.pl:197
28109 msgid "7. Resize LVs etc inside the guest"
28110 msgstr ""
28111
28112 #. type: textblock
28113 #: ../tools/virt-resize.pl:199
28114 msgid "(This can also be done offline using L<guestfish(1)>)"
28115 msgstr ""
28116
28117 #. type: textblock
28118 #: ../tools/virt-resize.pl:201
28119 msgid ""
28120 "Once the guest has booted you should see the new space available, at least "
28121 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28122 "may need to resize LVs inside PVs, and also resize filesystem types that "
28123 "virt-resize does not know how to expand."
28124 msgstr ""
28125
28126 #. type: =head2
28127 #: ../tools/virt-resize.pl:208
28128 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28129 msgstr ""
28130
28131 #. type: textblock
28132 #: ../tools/virt-resize.pl:210
28133 msgid ""
28134 "Shrinking is somewhat more complex than expanding, and only an overview is "
28135 "given here."
28136 msgstr ""
28137
28138 #. type: textblock
28139 #: ../tools/virt-resize.pl:213
28140 msgid ""
28141 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28142 "filesystems).  The user has to shrink content before passing the disk image "
28143 "to virt-resize, and virt-resize will check that the content has been shrunk "
28144 "properly."
28145 msgstr ""
28146
28147 #. type: textblock
28148 #: ../tools/virt-resize.pl:218
28149 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28150 msgstr ""
28151
28152 #. type: textblock
28153 #: ../tools/virt-resize.pl:220
28154 msgid ""
28155 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28156 "steps 3 and 4 above to allocate a new disk image."
28157 msgstr ""
28158
28159 #. type: textblock
28160 #: ../tools/virt-resize.pl:223
28161 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28162 msgstr ""
28163
28164 #. type: =head2
28165 #: ../tools/virt-resize.pl:226
28166 msgid "IGNORING OR DELETING PARTITIONS"
28167 msgstr ""
28168
28169 #. type: textblock
28170 #: ../tools/virt-resize.pl:228
28171 msgid ""
28172 "virt-resize also gives a convenient way to ignore or delete partitions when "
28173 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28174 "up the copy where you don't care about the existing contents of a "
28175 "partition.  Deleting a partition removes it completely, but note that it "
28176 "also renumbers any partitions after the one which is deleted, which can "
28177 "leave some guests unbootable."
28178 msgstr ""
28179
28180 #. type: =head2
28181 #: ../tools/virt-resize.pl:235
28182 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28183 msgstr ""
28184
28185 #. type: textblock
28186 #: ../tools/virt-resize.pl:237
28187 msgid ""
28188 "If the input disk is in qcow2 format, then you may prefer that the output is "
28189 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28190 "the fly.  The output format is simply determined by the format of the empty "
28191 "output container that you provide.  Thus to create qcow2 output, use:"
28192 msgstr ""
28193
28194 #. type: verbatim
28195 #: ../tools/virt-resize.pl:243
28196 #, no-wrap
28197 msgid ""
28198 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28199 "\n"
28200 msgstr ""
28201
28202 #. type: textblock
28203 #: ../tools/virt-resize.pl:245
28204 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28205 msgstr ""
28206
28207 #. type: textblock
28208 #: ../tools/virt-resize.pl:247
28209 msgid "Similarly, to get non-sparse raw output use:"
28210 msgstr ""
28211
28212 #. type: verbatim
28213 #: ../tools/virt-resize.pl:249
28214 #, no-wrap
28215 msgid ""
28216 " fallocate -l size outdisk\n"
28217 "\n"
28218 msgstr ""
28219
28220 #. type: textblock
28221 #: ../tools/virt-resize.pl:251
28222 msgid ""
28223 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28224 "if=/dev/zero of=outdisk bs=1M count=..>)"
28225 msgstr ""
28226
28227 #. type: textblock
28228 #: ../tools/virt-resize.pl:264
28229 msgid "Display help."
28230 msgstr ""
28231
28232 #. type: =item
28233 #: ../tools/virt-resize.pl:278
28234 msgid "B<--resize part=size>"
28235 msgstr ""
28236
28237 #. type: textblock
28238 #: ../tools/virt-resize.pl:280
28239 msgid ""
28240 "Resize the named partition (expanding or shrinking it) so that it has the "
28241 "given size."
28242 msgstr ""
28243
28244 #. type: textblock
28245 #: ../tools/virt-resize.pl:283
28246 msgid ""
28247 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28248 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28249 "Exabytes; or as a percentage of the current size; or as a relative number or "
28250 "percentage.  For example:"
28251 msgstr ""
28252
28253 #. type: verbatim
28254 #: ../tools/virt-resize.pl:288
28255 #, no-wrap
28256 msgid ""
28257 " --resize /dev/sda2=10G\n"
28258 "\n"
28259 msgstr ""
28260
28261 #. type: verbatim
28262 #: ../tools/virt-resize.pl:290
28263 #, no-wrap
28264 msgid ""
28265 " --resize /dev/sda4=90%\n"
28266 "\n"
28267 msgstr ""
28268
28269 #. type: verbatim
28270 #: ../tools/virt-resize.pl:292
28271 #, no-wrap
28272 msgid ""
28273 " --resize /dev/sda2=+1G\n"
28274 "\n"
28275 msgstr ""
28276
28277 #. type: verbatim
28278 #: ../tools/virt-resize.pl:294
28279 #, no-wrap
28280 msgid ""
28281 " --resize /dev/sda2=-200M\n"
28282 "\n"
28283 msgstr ""
28284
28285 #. type: verbatim
28286 #: ../tools/virt-resize.pl:296
28287 #, no-wrap
28288 msgid ""
28289 " --resize /dev/sda1=+128K\n"
28290 "\n"
28291 msgstr ""
28292
28293 #. type: verbatim
28294 #: ../tools/virt-resize.pl:298
28295 #, no-wrap
28296 msgid ""
28297 " --resize /dev/sda1=+10%\n"
28298 "\n"
28299 msgstr ""
28300
28301 #. type: verbatim
28302 #: ../tools/virt-resize.pl:300
28303 #, no-wrap
28304 msgid ""
28305 " --resize /dev/sda1=-10%\n"
28306 "\n"
28307 msgstr ""
28308
28309 #. type: textblock
28310 #: ../tools/virt-resize.pl:302
28311 msgid ""
28312 "You can increase the size of any partition.  Virt-resize will expand the "
28313 "direct content of the partition if it knows how (see C<--expand> below)."
28314 msgstr ""
28315
28316 #. type: textblock
28317 #: ../tools/virt-resize.pl:306
28318 msgid ""
28319 "You can only I<decrease> the size of partitions that contain filesystems or "
28320 "PVs which have already been shrunk.  Virt-resize will check this has been "
28321 "done before proceeding, or else will print an error (see also "
28322 "C<--resize-force>)."
28323 msgstr ""
28324
28325 #. type: textblock
28326 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28327 msgid "You can give this option multiple times."
28328 msgstr ""
28329
28330 #. type: =item
28331 #: ../tools/virt-resize.pl:317
28332 msgid "B<--resize-force part=size>"
28333 msgstr ""
28334
28335 #. type: textblock
28336 #: ../tools/virt-resize.pl:319
28337 msgid ""
28338 "This is the same as C<--resize> except that it will let you decrease the "
28339 "size of any partition.  Generally this means you will lose any data which "
28340 "was at the end of the partition you shrink, but you may not care about that "
28341 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28342 "as a swap partition)."
28343 msgstr ""
28344
28345 #. type: textblock
28346 #: ../tools/virt-resize.pl:325
28347 msgid "See also the C<--ignore> option."
28348 msgstr ""
28349
28350 #. type: =item
28351 #: ../tools/virt-resize.pl:331
28352 msgid "B<--expand part>"
28353 msgstr ""
28354
28355 #. type: textblock
28356 #: ../tools/virt-resize.pl:333
28357 msgid ""
28358 "Expand the named partition so it uses up all extra space (space left over "
28359 "after any other resize changes that you request have been done)."
28360 msgstr ""
28361
28362 #. type: textblock
28363 #: ../tools/virt-resize.pl:336
28364 msgid ""
28365 "If virt-resize knows how, it will expand the direct content of the "
28366 "partition.  For example, if the partition is an LVM PV, it will expand the "
28367 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28368 "content it doesn't know about alone."
28369 msgstr ""
28370
28371 #. type: textblock
28372 #: ../tools/virt-resize.pl:341
28373 msgid "Currently virt-resize can resize:"
28374 msgstr ""
28375
28376 #. type: textblock
28377 #: ../tools/virt-resize.pl:347
28378 msgid ""
28379 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28380 "partition."
28381 msgstr ""
28382
28383 #. type: textblock
28384 #: ../tools/virt-resize.pl:352
28385 msgid ""
28386 "NTFS filesystems contained directly in a partition, if libguestfs was "
28387 "compiled with support for NTFS."
28388 msgstr ""
28389
28390 #. type: textblock
28391 #: ../tools/virt-resize.pl:355
28392 msgid ""
28393 "The filesystem must have been shut down consistently last time it was used.  "
28394 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
28395 "consistency check, so at the first boot after resizing Windows will check "
28396 "the disk."
28397 msgstr ""
28398
28399 #. type: textblock
28400 #: ../tools/virt-resize.pl:362
28401 msgid ""
28402 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
28403 "inside the PV, but see the C<--LV-expand> option.  The user could also "
28404 "resize LVs as desired after boot."
28405 msgstr ""
28406
28407 #. type: textblock
28408 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
28409 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
28410 msgstr ""
28411
28412 #. type: =item
28413 #: ../tools/virt-resize.pl:374
28414 msgid "B<--shrink part>"
28415 msgstr ""
28416
28417 #. type: textblock
28418 #: ../tools/virt-resize.pl:376
28419 msgid ""
28420 "Shrink the named partition until the overall disk image fits in the "
28421 "destination.  The named partition B<must> contain a filesystem or PV which "
28422 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
28423 "online tools).  Virt-resize will check this and give an error if it has not "
28424 "been done."
28425 msgstr ""
28426
28427 #. type: textblock
28428 #: ../tools/virt-resize.pl:382
28429 msgid ""
28430 "The amount by which the overall disk must be shrunk (after carrying out all "
28431 "other operations requested by the user) is called the \"deficit\".  For "
28432 "example, a straight copy (assume no other operations)  from a 5GB disk image "
28433 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
28434 "would give an error unless the user specified a partition to shrink and that "
28435 "partition had more than a gigabyte of free space."
28436 msgstr ""
28437
28438 #. type: =item
28439 #: ../tools/virt-resize.pl:396
28440 msgid "B<--ignore part>"
28441 msgstr ""
28442
28443 #. type: textblock
28444 #: ../tools/virt-resize.pl:398
28445 msgid ""
28446 "Ignore the named partition.  Effectively this means the partition is "
28447 "allocated on the destination disk, but the content is not copied across from "
28448 "the source disk.  The content of the partition will be blank (all zero "
28449 "bytes)."
28450 msgstr ""
28451
28452 #. type: =item
28453 #: ../tools/virt-resize.pl:409
28454 msgid "B<--delete part>"
28455 msgstr ""
28456
28457 #. type: textblock
28458 #: ../tools/virt-resize.pl:411
28459 msgid ""
28460 "Delete the named partition.  It would be more accurate to describe this as "
28461 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
28462 "the original disk image is left intact."
28463 msgstr ""
28464
28465 #. type: textblock
28466 #: ../tools/virt-resize.pl:415
28467 msgid ""
28468 "Note that when you delete a partition, then anything contained in the "
28469 "partition is also deleted.  Furthermore, this causes any partitions that "
28470 "come after to be I<renumbered>, which can easily make your guest unbootable."
28471 msgstr ""
28472
28473 #. type: =item
28474 #: ../tools/virt-resize.pl:426
28475 msgid "B<--LV-expand logvol>"
28476 msgstr ""
28477
28478 #. type: textblock
28479 #: ../tools/virt-resize.pl:428
28480 msgid ""
28481 "This takes the logical volume and, as a final step, expands it to fill all "
28482 "the space available in its volume group.  A typical usage, assuming a Linux "
28483 "guest with a single PV C</dev/sda2> and a root device called "
28484 "C</dev/vg_guest/lv_root> would be:"
28485 msgstr ""
28486
28487 #. type: verbatim
28488 #: ../tools/virt-resize.pl:433
28489 #, no-wrap
28490 msgid ""
28491 " virt-resize indisk outdisk \\\n"
28492 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
28493 "\n"
28494 msgstr ""
28495
28496 #. type: textblock
28497 #: ../tools/virt-resize.pl:436
28498 msgid ""
28499 "This would first expand the partition (and PV), and then expand the root "
28500 "device to fill the extra space in the PV."
28501 msgstr ""
28502
28503 #. type: textblock
28504 #: ../tools/virt-resize.pl:439
28505 msgid ""
28506 "The contents of the LV are also resized if virt-resize knows how to do "
28507 "that.  You can stop virt-resize from trying to expand the content by using "
28508 "the option C<--no-expand-content>."
28509 msgstr ""
28510
28511 #. type: textblock
28512 #: ../tools/virt-resize.pl:443
28513 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
28514 msgstr ""
28515
28516 #. type: textblock
28517 #: ../tools/virt-resize.pl:446
28518 msgid ""
28519 "You can give this option multiple times, I<but> it doesn't make sense to do "
28520 "this unless the logical volumes you specify are all in different volume "
28521 "groups."
28522 msgstr ""
28523
28524 #. type: =item
28525 #: ../tools/virt-resize.pl:454
28526 msgid "B<--no-copy-boot-loader>"
28527 msgstr ""
28528
28529 #. type: textblock
28530 #: ../tools/virt-resize.pl:456
28531 msgid ""
28532 "By default, virt-resize copies over some sectors at the start of the disk "
28533 "(up to the beginning of the first partition).  Commonly these sectors "
28534 "contain the Master Boot Record (MBR) and the boot loader, and are required "
28535 "in order for the guest to boot correctly."
28536 msgstr ""
28537
28538 #. type: textblock
28539 #: ../tools/virt-resize.pl:461
28540 msgid ""
28541 "If you specify this flag, then this initial copy is not done.  You may need "
28542 "to reinstall the boot loader in this case."
28543 msgstr ""
28544
28545 #. type: =item
28546 #: ../tools/virt-resize.pl:469
28547 msgid "B<--no-extra-partition>"
28548 msgstr ""
28549
28550 #. type: textblock
28551 #: ../tools/virt-resize.pl:471
28552 msgid ""
28553 "By default, virt-resize creates an extra partition if there is any extra, "
28554 "unused space after all resizing has happened.  Use this option to prevent "
28555 "the extra partition from being created.  If you do this then the extra space "
28556 "will be inaccessible until you run fdisk, parted, or some other partitioning "
28557 "tool in the guest."
28558 msgstr ""
28559
28560 #. type: textblock
28561 #: ../tools/virt-resize.pl:477
28562 msgid ""
28563 "Note that if the surplus space is smaller than 10 MB, no extra partition "
28564 "will be created."
28565 msgstr ""
28566
28567 #. type: =item
28568 #: ../tools/virt-resize.pl:484
28569 msgid "B<--no-expand-content>"
28570 msgstr ""
28571
28572 #. type: textblock
28573 #: ../tools/virt-resize.pl:486
28574 msgid ""
28575 "By default, virt-resize will try to expand the direct contents of "
28576 "partitions, if it knows how (see C<--expand> option above)."
28577 msgstr ""
28578
28579 #. type: textblock
28580 #: ../tools/virt-resize.pl:489
28581 msgid ""
28582 "If you give the C<--no-expand-content> option then virt-resize will not "
28583 "attempt this."
28584 msgstr ""
28585
28586 #. type: =item
28587 #: ../tools/virt-resize.pl:496
28588 msgid "B<-d> | B<--debug>"
28589 msgstr ""
28590
28591 #. type: =item
28592 #: ../tools/virt-resize.pl:504
28593 msgid "B<-n> | B<--dryrun>"
28594 msgstr ""
28595
28596 #. type: textblock
28597 #: ../tools/virt-resize.pl:506
28598 msgid "Print a summary of what would be done, but don't do anything."
28599 msgstr ""
28600
28601 #. type: =item
28602 #: ../tools/virt-resize.pl:512
28603 msgid "B<-q> | B<--quiet>"
28604 msgstr ""
28605
28606 #. type: textblock
28607 #: ../tools/virt-resize.pl:514
28608 msgid "Don't print the summary."
28609 msgstr ""
28610
28611 #. type: textblock
28612 #: ../tools/virt-resize.pl:522
28613 msgid ""
28614 "Specify the format of the input disk image.  If this flag is not given then "
28615 "it is auto-detected from the image itself."
28616 msgstr ""
28617
28618 #. type: textblock
28619 #: ../tools/virt-resize.pl:528
28620 msgid ""
28621 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
28622 "AND NON-SPARSE RAW FORMATS>."
28623 msgstr ""
28624
28625 #. type: =item
28626 #: ../tools/virt-resize.pl:535
28627 msgid "B<--output-format> raw"
28628 msgstr ""
28629
28630 #. type: textblock
28631 #: ../tools/virt-resize.pl:537
28632 msgid ""
28633 "Specify the format of the output disk image.  If this flag is not given then "
28634 "it is auto-detected from the image itself."
28635 msgstr ""
28636
28637 #. type: textblock
28638 #: ../tools/virt-resize.pl:543
28639 msgid ""
28640 "Note that you still need to create the output disk with the right format.  "
28641 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
28642 msgstr ""
28643
28644 #. type: =head1
28645 #: ../tools/virt-resize.pl:1419
28646 msgid "NOTES"
28647 msgstr ""
28648
28649 #. type: =head2
28650 #: ../tools/virt-resize.pl:1421
28651 msgid "\"Partition 1 does not end on cylinder boundary.\""
28652 msgstr ""
28653
28654 #. type: textblock
28655 #: ../tools/virt-resize.pl:1423
28656 msgid ""
28657 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
28658 "means the partitions will not be aligned to the ancient CHS geometry.  "
28659 "However CHS geometry is meaningless for disks manufactured since the early "
28660 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
28661 "cylinders is not required by any modern operating system."
28662 msgstr ""
28663
28664 #. type: =head2
28665 #: ../tools/virt-resize.pl:1430
28666 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
28667 msgstr ""
28668
28669 #. type: textblock
28670 #: ../tools/virt-resize.pl:1432
28671 msgid ""
28672 "In Windows Vista and later versions, Microsoft switched to using a separate "
28673 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
28674 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
28675 "the boot partition.  Doing so seems to break the guest completely.  However "
28676 "expanding the second partition (ie. C: drive) should work."
28677 msgstr ""
28678
28679 #. type: textblock
28680 #: ../tools/virt-resize.pl:1439
28681 msgid ""
28682 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
28683 "NTFS partitions have been expanded.  This is just a safety check and (unless "
28684 "it find errors) is nothing to worry about."
28685 msgstr ""
28686
28687 #. type: =head2
28688 #: ../tools/virt-resize.pl:1443
28689 msgid "GUEST BOOT STUCK AT \"GRUB\""
28690 msgstr ""
28691
28692 #. type: textblock
28693 #: ../tools/virt-resize.pl:1445
28694 msgid ""
28695 "If a Linux guest does not boot after resizing, and the boot is stuck after "
28696 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
28697 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
28698 "although we think is to do with partition alignment."
28699 msgstr ""
28700
28701 #. type: verbatim
28702 #: ../tools/virt-resize.pl:1450
28703 #, no-wrap
28704 msgid ""
28705 " guestfish -i -a newdisk\n"
28706 " ><fs> cat /boot/grub/device.map\n"
28707 " # check the contents of this file are sensible or\n"
28708 " # edit the file if necessary\n"
28709 " ><fs> grub-install / /dev/vda\n"
28710 " ><fs> exit\n"
28711 "\n"
28712 msgstr ""
28713
28714 #. type: textblock
28715 #: ../tools/virt-resize.pl:1457
28716 msgid ""
28717 "For more flexible guest reconfiguration, including if you need to specify "
28718 "other parameters to grub-install, use L<virt-rescue(1)>."
28719 msgstr ""
28720
28721 #. type: =head1
28722 #: ../tools/virt-resize.pl:1460
28723 msgid "ALTERNATIVE TOOLS"
28724 msgstr ""
28725
28726 #. type: textblock
28727 #: ../tools/virt-resize.pl:1462
28728 msgid ""
28729 "There are several proprietary tools for resizing partitions.  We won't "
28730 "mention any here."
28731 msgstr ""
28732
28733 #. type: textblock
28734 #: ../tools/virt-resize.pl:1465
28735 msgid ""
28736 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
28737 "operations on disk images.  They can resize and move partitions, but I don't "
28738 "think they can do anything with the contents, and they certainly don't "
28739 "understand LVM."
28740 msgstr ""
28741
28742 #. type: textblock
28743 #: ../tools/virt-resize.pl:1470
28744 msgid ""
28745 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
28746 "but at a much lower level.  You will probably end up hand-calculating sector "
28747 "offsets, which is something that virt-resize was designed to avoid.  If you "
28748 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
28749 "C<--debug> flag."
28750 msgstr ""
28751
28752 #. type: textblock
28753 #: ../tools/virt-resize.pl:1485
28754 msgid ""
28755 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
28756 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
28757 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
28758 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
28759 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28760 msgstr ""
28761
28762 #. type: textblock
28763 #: ../tools/virt-list-filesystems.pl:32
28764 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
28765 msgstr ""
28766
28767 #. type: verbatim
28768 #: ../tools/virt-list-filesystems.pl:36
28769 #, no-wrap
28770 msgid ""
28771 " virt-list-filesystems [--options] domname\n"
28772 "\n"
28773 msgstr ""
28774
28775 #. type: verbatim
28776 #: ../tools/virt-list-filesystems.pl:38
28777 #, no-wrap
28778 msgid ""
28779 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
28780 "\n"
28781 msgstr ""
28782
28783 #. type: textblock
28784 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
28785 msgid ""
28786 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
28787 "replacement."
28788 msgstr ""
28789
28790 #. type: textblock
28791 #: ../tools/virt-list-filesystems.pl:45
28792 msgid ""
28793 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
28794 "are contained in a virtual machine or disk image."
28795 msgstr ""
28796
28797 #. type: textblock
28798 #: ../tools/virt-list-filesystems.pl:49
28799 msgid ""
28800 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
28801 "functionality.  For more complex cases you should look at the "
28802 "L<guestfish(1)> tool."
28803 msgstr ""
28804
28805 #. type: =item
28806 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
28807 msgid "B<-l> | B<--long>"
28808 msgstr ""
28809
28810 #. type: textblock
28811 #: ../tools/virt-list-filesystems.pl:108
28812 msgid ""
28813 "With this option, C<virt-list-filesystems> displays the type of each "
28814 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
28815 msgstr ""
28816
28817 #. type: =item
28818 #: ../tools/virt-list-filesystems.pl:115
28819 msgid "B<-a> | B<--all>"
28820 msgstr ""
28821
28822 #. type: textblock
28823 #: ../tools/virt-list-filesystems.pl:117
28824 msgid ""
28825 "Normally we only show mountable filesystems.  If this option is given then "
28826 "swap devices are shown too."
28827 msgstr ""
28828
28829 #. type: textblock
28830 #: ../tools/virt-list-filesystems.pl:191
28831 msgid ""
28832 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
28833 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
28834 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28835 msgstr ""
28836
28837 #. type: textblock
28838 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
28839 msgid "Copyright (C) 2009 Red Hat Inc."
28840 msgstr ""
28841
28842 #. type: textblock
28843 #: ../tools/virt-tar.pl:33
28844 msgid "virt-tar - Extract or upload files to a virtual machine"
28845 msgstr ""
28846
28847 #. type: verbatim
28848 #: ../tools/virt-tar.pl:37
28849 #, no-wrap
28850 msgid ""
28851 " virt-tar [--options] -x domname directory tarball\n"
28852 "\n"
28853 msgstr ""
28854
28855 #. type: verbatim
28856 #: ../tools/virt-tar.pl:39
28857 #, no-wrap
28858 msgid ""
28859 " virt-tar [--options] -u domname tarball directory\n"
28860 "\n"
28861 msgstr ""
28862
28863 #. type: verbatim
28864 #: ../tools/virt-tar.pl:41
28865 #, no-wrap
28866 msgid ""
28867 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
28868 "\n"
28869 msgstr ""
28870
28871 #. type: verbatim
28872 #: ../tools/virt-tar.pl:43
28873 #, no-wrap
28874 msgid ""
28875 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
28876 "\n"
28877 msgstr ""
28878
28879 #. type: textblock
28880 #: ../tools/virt-tar.pl:47
28881 msgid ""
28882 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
28883 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
28884 msgstr ""
28885
28886 #. type: textblock
28887 #: ../tools/virt-tar.pl:52
28888 msgid "Download C</home> from the VM into a local tarball:"
28889 msgstr ""
28890
28891 #. type: verbatim
28892 #: ../tools/virt-tar.pl:54
28893 #, no-wrap
28894 msgid ""
28895 " virt-tar -x domname /home home.tar\n"
28896 "\n"
28897 msgstr ""
28898
28899 #. type: verbatim
28900 #: ../tools/virt-tar.pl:56
28901 #, no-wrap
28902 msgid ""
28903 " virt-tar -zx domname /home home.tar.gz\n"
28904 "\n"
28905 msgstr ""
28906
28907 #. type: textblock
28908 #: ../tools/virt-tar.pl:58
28909 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
28910 msgstr ""
28911
28912 #. type: verbatim
28913 #: ../tools/virt-tar.pl:60
28914 #, no-wrap
28915 msgid ""
28916 " virt-tar -u domname uploadstuff.tar /tmp\n"
28917 "\n"
28918 msgstr ""
28919
28920 #. type: verbatim
28921 #: ../tools/virt-tar.pl:62
28922 #, no-wrap
28923 msgid ""
28924 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
28925 "\n"
28926 msgstr ""
28927
28928 #. type: textblock
28929 #: ../tools/virt-tar.pl:66
28930 msgid ""
28931 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
28932 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
28933 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
28934 msgstr ""
28935
28936 #. type: textblock
28937 #: ../tools/virt-tar.pl:71
28938 msgid ""
28939 "You can use C<-x> (extract) on live virtual machines, but you might get "
28940 "inconsistent results or errors if there is filesystem activity inside the "
28941 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
28942 "work, but the only way to guarantee consistent results is if the virtual "
28943 "machine is shut down."
28944 msgstr ""
28945
28946 #. type: textblock
28947 #: ../tools/virt-tar.pl:79
28948 msgid ""
28949 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
28950 "parts of a guest filesystem.  There are many possibilities: making backups, "
28951 "uploading data files, snooping on guest activity, fixing or customizing "
28952 "guests, etc."
28953 msgstr ""
28954
28955 #. type: textblock
28956 #: ../tools/virt-tar.pl:84
28957 msgid ""
28958 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
28959 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
28960 "should look at the L<guestfish(1)> tool."
28961 msgstr ""
28962
28963 #. type: textblock
28964 #: ../tools/virt-tar.pl:88
28965 msgid ""
28966 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
28967 "its contents (recursively) from the virtual machine into a local tarball.  "
28968 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
28969 "virtual machine.  You cannot use these two options together."
28970 msgstr ""
28971
28972 #. type: textblock
28973 #: ../tools/virt-tar.pl:94
28974 msgid ""
28975 "In addition, you may need to use the C<-z> (gZip) option to enable "
28976 "compression.  When uploading, you have to specify C<-z> if the upload file "
28977 "is compressed because virt-tar won't detect this on its own."
28978 msgstr ""
28979
28980 #. type: textblock
28981 #: ../tools/virt-tar.pl:98
28982 msgid ""
28983 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
28984 "example it cannot do PKZip files or bzip2 compression.  If you want that "
28985 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
28986 "the L<libguestfs(3)> API)."
28987 msgstr ""
28988
28989 #. type: =item
28990 #: ../tools/virt-tar.pl:156
28991 msgid "B<-x> | B<--extract> | B<--download>"
28992 msgstr ""
28993
28994 #. type: =item
28995 #: ../tools/virt-tar.pl:158
28996 msgid "B<-u> | B<--upload>"
28997 msgstr ""
28998
28999 #. type: textblock
29000 #: ../tools/virt-tar.pl:160
29001 msgid ""
29002 "Use C<-x> to extract (download) a directory from a virtual machine to a "
29003 "local tarball."
29004 msgstr ""
29005
29006 #. type: textblock
29007 #: ../tools/virt-tar.pl:163
29008 msgid ""
29009 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
29010 "Please read the L</WARNING> section above before using this option."
29011 msgstr ""
29012
29013 #. type: textblock
29014 #: ../tools/virt-tar.pl:167
29015 msgid "You must specify exactly one of these options."
29016 msgstr ""
29017
29018 #. type: =item
29019 #: ../tools/virt-tar.pl:173
29020 msgid "B<-z> | B<--gzip>"
29021 msgstr ""
29022
29023 #. type: textblock
29024 #: ../tools/virt-tar.pl:175
29025 msgid "Specify that the input or output tarball is gzip-compressed."
29026 msgstr ""
29027
29028 #. type: textblock
29029 #: ../tools/virt-tar.pl:288
29030 msgid ""
29031 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29032 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29033 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29034 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29035 msgstr ""
29036
29037 #. type: textblock
29038 #: ../tools/virt-make-fs.pl:37
29039 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29040 msgstr ""
29041
29042 #. type: verbatim
29043 #: ../tools/virt-make-fs.pl:41
29044 #, no-wrap
29045 msgid ""
29046 " virt-make-fs [--options] input.tar output.img\n"
29047 "\n"
29048 msgstr ""
29049
29050 #. type: verbatim
29051 #: ../tools/virt-make-fs.pl:43
29052 #, no-wrap
29053 msgid ""
29054 " virt-make-fs [--options] input.tar.gz output.img\n"
29055 "\n"
29056 msgstr ""
29057
29058 #. type: verbatim
29059 #: ../tools/virt-make-fs.pl:45
29060 #, no-wrap
29061 msgid ""
29062 " virt-make-fs [--options] directory output.img\n"
29063 "\n"
29064 msgstr ""
29065
29066 #. type: textblock
29067 #: ../tools/virt-make-fs.pl:49
29068 msgid ""
29069 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29070 "archive or some files in a directory.  It is similar to tools like "
29071 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29072 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29073 "useful if you want to attach these filesystems to existing virtual machines "
29074 "(eg. to import large amounts of read-only data to a VM)."
29075 msgstr ""
29076
29077 #. type: textblock
29078 #: ../tools/virt-make-fs.pl:57
29079 msgid "Basic usage is:"
29080 msgstr ""
29081
29082 #. type: verbatim
29083 #: ../tools/virt-make-fs.pl:59
29084 #, no-wrap
29085 msgid ""
29086 " virt-make-fs input output\n"
29087 "\n"
29088 msgstr ""
29089
29090 #. type: textblock
29091 #: ../tools/virt-make-fs.pl:61
29092 msgid ""
29093 "where C<input> is either a directory containing files that you want to add, "
29094 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29095 "C<output> is a disk image.  The input type is detected automatically.  The "
29096 "output disk image defaults to a raw ext2 image unless you specify extra "
29097 "flags (see L</OPTIONS> below)."
29098 msgstr ""
29099
29100 #. type: =head2
29101 #: ../tools/virt-make-fs.pl:67
29102 msgid "EXTRA SPACE"
29103 msgstr ""
29104
29105 #. type: textblock
29106 #: ../tools/virt-make-fs.pl:69
29107 msgid ""
29108 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29109 "the files that it contains, but might have extra space.  Depending on how "
29110 "you are going to use the output, you might think this extra space is wasted "
29111 "and want to minimize it, or you might want to leave space so that more files "
29112 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29113 "but you can use the C<--size> flag to leave space in the filesystem if you "
29114 "want it."
29115 msgstr ""
29116
29117 #. type: textblock
29118 #: ../tools/virt-make-fs.pl:77
29119 msgid ""
29120 "An alternative way to leave extra space but not make the output image any "
29121 "bigger is to use an alternative disk image format (instead of the default "
29122 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29123 "image format (check your hypervisor supports this before using it).  This "
29124 "allows you to choose a large C<--size> but the extra space won't actually be "
29125 "allocated in the image until you try to store something in it."
29126 msgstr ""
29127
29128 #. type: textblock
29129 #: ../tools/virt-make-fs.pl:85
29130 msgid ""
29131 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29132 "and L<virt-resize(1)> to resize existing filesystems, or rerun "
29133 "virt-make-resize to build another image from scratch."
29134 msgstr ""
29135
29136 #. type: =head3
29137 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29138 msgid "EXAMPLE"
29139 msgstr ""
29140
29141 #. type: verbatim
29142 #: ../tools/virt-make-fs.pl:91
29143 #, no-wrap
29144 msgid ""
29145 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29146 "\n"
29147 msgstr ""
29148
29149 #. type: =head2
29150 #: ../tools/virt-make-fs.pl:93
29151 msgid "FILESYSTEM TYPE"
29152 msgstr ""
29153
29154 #. type: textblock
29155 #: ../tools/virt-make-fs.pl:95
29156 msgid ""
29157 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29158 "libguestfs supports can be used (but I<not> read-only formats like "
29159 "ISO9660).  Here are some of the more common choices:"
29160 msgstr ""
29161
29162 #. type: =item
29163 #: ../tools/virt-make-fs.pl:101
29164 msgid "I<ext3>"
29165 msgstr ""
29166
29167 #. type: textblock
29168 #: ../tools/virt-make-fs.pl:103
29169 msgid ""
29170 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29171 "you are not going to use the filesystem in a way that requires the journal, "
29172 "then this is just wasted overhead."
29173 msgstr ""
29174
29175 #. type: =item
29176 #: ../tools/virt-make-fs.pl:107
29177 msgid "I<ntfs> or I<vfat>"
29178 msgstr ""
29179
29180 #. type: textblock
29181 #: ../tools/virt-make-fs.pl:109
29182 msgid "Useful if exporting data to a Windows guest."
29183 msgstr ""
29184
29185 #. type: textblock
29186 #: ../tools/virt-make-fs.pl:111
29187 msgid ""
29188 "I<Note for vfat>: The tar archive or local directory must only contain files "
29189 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29190 "program running within libguestfs is unable to change the ownership of "
29191 "non-root files, since vfat itself does not support this."
29192 msgstr ""
29193
29194 #. type: =item
29195 #: ../tools/virt-make-fs.pl:116
29196 msgid "I<minix>"
29197 msgstr ""
29198
29199 #. type: textblock
29200 #: ../tools/virt-make-fs.pl:118
29201 msgid ""
29202 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29203 "total filesystem size."
29204 msgstr ""
29205
29206 #. type: verbatim
29207 #: ../tools/virt-make-fs.pl:125
29208 #, no-wrap
29209 msgid ""
29210 " virt-make-fs --type=minix input minixfs.img\n"
29211 "\n"
29212 msgstr ""
29213
29214 #. type: =head2
29215 #: ../tools/virt-make-fs.pl:127
29216 msgid "TO PARTITION OR NOT TO PARTITION"
29217 msgstr ""
29218
29219 #. type: textblock
29220 #: ../tools/virt-make-fs.pl:129
29221 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29222 msgstr ""
29223
29224 #. type: textblock
29225 #: ../tools/virt-make-fs.pl:131
29226 msgid ""
29227 "Adding a partition can make the disk image more compatible with certain "
29228 "virtualized operating systems which don't expect to see a filesystem "
29229 "directly located on a block device (Linux doesn't care and will happily "
29230 "handle both types)."
29231 msgstr ""
29232
29233 #. type: textblock
29234 #: ../tools/virt-make-fs.pl:136
29235 msgid ""
29236 "On the other hand, if you have a partition table then the output image is no "
29237 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29238 "directly on a partitioned disk image.  (However libguestfs tools such as "
29239 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29240 msgstr ""
29241
29242 #. type: textblock
29243 #: ../tools/virt-make-fs.pl:144
29244 msgid "Add an MBR partition:"
29245 msgstr ""
29246
29247 #. type: verbatim
29248 #: ../tools/virt-make-fs.pl:146
29249 #, no-wrap
29250 msgid ""
29251 " virt-make-fs --partition -- input disk.img\n"
29252 "\n"
29253 msgstr ""
29254
29255 #. type: textblock
29256 #: ../tools/virt-make-fs.pl:148
29257 msgid ""
29258 "If the output disk image could be terabyte-sized or larger, it's better to "
29259 "use an EFI/GPT-compatible partition table:"
29260 msgstr ""
29261
29262 #. type: verbatim
29263 #: ../tools/virt-make-fs.pl:151
29264 #, no-wrap
29265 msgid ""
29266 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29267 "\n"
29268 msgstr ""
29269
29270 #. type: textblock
29271 #: ../tools/virt-make-fs.pl:179
29272 msgid "Enable debugging information."
29273 msgstr ""
29274
29275 #. type: =item
29276 #: ../tools/virt-make-fs.pl:185
29277 msgid "B<--size=E<lt>NE<gt>>"
29278 msgstr ""
29279
29280 #. type: =item
29281 #: ../tools/virt-make-fs.pl:187
29282 msgid "B<--size=+E<lt>NE<gt>>"
29283 msgstr ""
29284
29285 #. type: =item
29286 #: ../tools/virt-make-fs.pl:189
29287 msgid "B<-s E<lt>NE<gt>>"
29288 msgstr ""
29289
29290 #. type: =item
29291 #: ../tools/virt-make-fs.pl:191
29292 msgid "B<-s +E<lt>NE<gt>>"
29293 msgstr ""
29294
29295 #. type: textblock
29296 #: ../tools/virt-make-fs.pl:193
29297 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29298 msgstr ""
29299
29300 #. type: textblock
29301 #: ../tools/virt-make-fs.pl:196
29302 msgid ""
29303 "If this option is I<not> given, then the output image will be just large "
29304 "enough to contain all the files, with not much wasted space."
29305 msgstr ""
29306
29307 #. type: textblock
29308 #: ../tools/virt-make-fs.pl:199
29309 msgid ""
29310 "To choose a fixed size output disk, specify an absolute number followed by "
29311 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29312 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29313 "files, else you will get an error."
29314 msgstr ""
29315
29316 #. type: textblock
29317 #: ../tools/virt-make-fs.pl:204
29318 msgid ""
29319 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29320 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29321 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29322 "the input files, and (approximately) an extra 200 MB free space."
29323 msgstr ""
29324
29325 #. type: textblock
29326 #: ../tools/virt-make-fs.pl:210
29327 msgid ""
29328 "Note that virt-make-fs estimates free space, and therefore will not produce "
29329 "filesystems containing precisely the free space requested.  (It is much more "
29330 "expensive and time-consuming to produce a filesystem which has precisely the "
29331 "desired free space)."
29332 msgstr ""
29333
29334 #. type: =item
29335 #: ../tools/virt-make-fs.pl:219
29336 msgid "B<--format=E<lt>fmtE<gt>>"
29337 msgstr ""
29338
29339 #. type: =item
29340 #: ../tools/virt-make-fs.pl:221
29341 msgid "B<-F E<lt>fmtE<gt>>"
29342 msgstr ""
29343
29344 #. type: textblock
29345 #: ../tools/virt-make-fs.pl:223
29346 msgid "Choose the output disk image format."
29347 msgstr ""
29348
29349 #. type: textblock
29350 #: ../tools/virt-make-fs.pl:225
29351 msgid "The default is C<raw> (raw disk image)."
29352 msgstr ""
29353
29354 #. type: textblock
29355 #: ../tools/virt-make-fs.pl:227
29356 msgid ""
29357 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29358 "that would really make sense here is C<qcow2>."
29359 msgstr ""
29360
29361 #. type: =item
29362 #: ../tools/virt-make-fs.pl:234
29363 msgid "B<--type=E<lt>fsE<gt>>"
29364 msgstr ""
29365
29366 #. type: =item
29367 #: ../tools/virt-make-fs.pl:236
29368 msgid "B<-t E<lt>fsE<gt>>"
29369 msgstr ""
29370
29371 #. type: textblock
29372 #: ../tools/virt-make-fs.pl:238
29373 msgid "Choose the output filesystem type."
29374 msgstr ""
29375
29376 #. type: textblock
29377 #: ../tools/virt-make-fs.pl:240
29378 msgid "The default is C<ext2>."
29379 msgstr ""
29380
29381 #. type: textblock
29382 #: ../tools/virt-make-fs.pl:242
29383 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29384 msgstr ""
29385
29386 #. type: =item
29387 #: ../tools/virt-make-fs.pl:249
29388 msgid "B<--partition>"
29389 msgstr ""
29390
29391 #. type: =item
29392 #: ../tools/virt-make-fs.pl:251
29393 msgid "B<--partition=E<lt>parttypeE<gt>>"
29394 msgstr ""
29395
29396 #. type: textblock
29397 #: ../tools/virt-make-fs.pl:253
29398 msgid ""
29399 "If specified, this flag adds an MBR partition table to the output disk "
29400 "image."
29401 msgstr ""
29402
29403 #. type: textblock
29404 #: ../tools/virt-make-fs.pl:256
29405 msgid ""
29406 "You can change the partition table type, eg. C<--partition=gpt> for large "
29407 "disks."
29408 msgstr ""
29409
29410 #. type: textblock
29411 #: ../tools/virt-make-fs.pl:259
29412 msgid ""
29413 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29414 "might consider the next parameter to be the partition type.  For example:"
29415 msgstr ""
29416
29417 #. type: verbatim
29418 #: ../tools/virt-make-fs.pl:263
29419 #, no-wrap
29420 msgid ""
29421 " virt-make-fs --partition input.tar ...\n"
29422 "\n"
29423 msgstr ""
29424
29425 #. type: textblock
29426 #: ../tools/virt-make-fs.pl:265
29427 msgid ""
29428 "would cause virt-make-fs to think you wanted to use a partition type of "
29429 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29430 "dash) between options and the input file argument:"
29431 msgstr ""
29432
29433 #. type: verbatim
29434 #: ../tools/virt-make-fs.pl:269
29435 #, no-wrap
29436 msgid ""
29437 " virt-make-fs --partition -- input.tar ...\n"
29438 "\n"
29439 msgstr ""
29440
29441 #. type: textblock
29442 #: ../tools/virt-make-fs.pl:536
29443 msgid ""
29444 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
29445 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29446 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29447 msgstr ""
29448
29449 #. type: verbatim
29450 #: ../tools/virt-make-fs.pl:553
29451 #, no-wrap
29452 msgid ""
29453 " export LIBGUESTFS_DEBUG=1\n"
29454 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29455 "\n"
29456 msgstr ""
29457
29458 #. type: textblock
29459 #: ../tools/virt-make-fs.pl:556
29460 msgid ""
29461 "Attach /tmp/virt-make-fs.log to a new bug report at "
29462 "L<https://bugzilla.redhat.com/>"
29463 msgstr ""
29464
29465 #. type: textblock
29466 #: ../tools/virt-list-partitions.pl:32
29467 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29468 msgstr ""
29469
29470 #. type: verbatim
29471 #: ../tools/virt-list-partitions.pl:36
29472 #, no-wrap
29473 msgid ""
29474 " virt-list-partitions [--options] domname\n"
29475 "\n"
29476 msgstr ""
29477
29478 #. type: verbatim
29479 #: ../tools/virt-list-partitions.pl:38
29480 #, no-wrap
29481 msgid ""
29482 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29483 "\n"
29484 msgstr ""
29485
29486 #. type: textblock
29487 #: ../tools/virt-list-partitions.pl:45
29488 msgid ""
29489 "C<virt-list-partitions> is a command line tool to list the partitions that "
29490 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29491 "first step to using L<virt-resize(1)>."
29492 msgstr ""
29493
29494 #. type: textblock
29495 #: ../tools/virt-list-partitions.pl:50
29496 msgid ""
29497 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29498 "functionality.  For more complex cases you should look at the "
29499 "L<guestfish(1)> tool."
29500 msgstr ""
29501
29502 #. type: =item
29503 #: ../tools/virt-list-partitions.pl:107
29504 msgid "B<-h> | B<--human-readable>"
29505 msgstr ""
29506
29507 #. type: textblock
29508 #: ../tools/virt-list-partitions.pl:109
29509 msgid "Show sizes in human-readable form (eg. \"1G\")."
29510 msgstr ""
29511
29512 #. type: textblock
29513 #: ../tools/virt-list-partitions.pl:117
29514 msgid ""
29515 "With this option, C<virt-list-partitions> displays the type and size of each "
29516 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29517 msgstr ""
29518
29519 #. type: =item
29520 #: ../tools/virt-list-partitions.pl:124
29521 msgid "B<-t> | B<--total>"
29522 msgstr ""
29523
29524 #. type: textblock
29525 #: ../tools/virt-list-partitions.pl:126
29526 msgid "Display the total size of each block device (as a separate row or rows)."
29527 msgstr ""
29528
29529 #. type: textblock
29530 #: ../tools/virt-list-partitions.pl:259
29531 msgid ""
29532 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
29533 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
29534 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29535 msgstr ""