Version 1.9.15.
[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.15\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-04-01 09:14+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 " \n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1088 ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101 ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136 ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166 ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178 ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669 ../src/guestfs.pod:1770 ../src/guestfs.pod:1775 ../src/guestfs.pod:1779 ../src/guestfs.pod:2008 ../src/guestfs.pod:2013 ../src/guestfs.pod:2019 ../src/guestfs.pod:2027 ../src/guestfs.pod:2381 ../src/guestfs.pod:2387 ../src/guestfs.pod:2392 ../src/guestfs.pod:2398 ../src/guestfs.pod:2863 ../src/guestfs.pod:2867 ../src/guestfs.pod:2871 ../src/guestfs.pod:2875 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1603 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1619 ../src/guestfs-actions.pod:1623 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1637 ../src/guestfs-actions.pod:1641 ../src/guestfs-actions.pod:1779 ../src/guestfs-actions.pod:1783 ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1854 ../src/guestfs-actions.pod:1858 ../src/guestfs-actions.pod:1863 ../fish/guestfish.pod:443 ../fish/guestfish.pod:447 ../fish/guestfish.pod:451 ../fish/guestfish.pod:455 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076 ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084 ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096 ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110 ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118 ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222 ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268 ../fish/guestfish-actions.pod:1273 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1281 ../src/guestfs.pod:1412 ../src/guestfs.pod:2426
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416 ../src/guestfs.pod:2451
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1422
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1112 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1113 "version 1.5.3 the most frequently used part of this library has been "
1114 "rewritten in C and moved into the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:559
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:562
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:571
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:577
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:584
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:588
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:591
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:595
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:599
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:603
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head3
1212 #: ../src/guestfs.pod:612
1213 msgid "INSPECTING INSTALL DISKS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:614
1218 msgid ""
1219 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1220 "CDs and more."
1221 msgstr ""
1222
1223 #. type: textblock
1224 #: ../src/guestfs.pod:617
1225 msgid ""
1226 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1227 "system, which currently can be C<installed> (a regular operating system) or "
1228 "C<installer> (some sort of install disk)."
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:621
1233 msgid ""
1234 "Further information is available about the operating system that can be "
1235 "installed using the regular inspection APIs like "
1236 "L</guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> "
1237 "etc."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:626
1242 msgid ""
1243 "Some additional information specific to installer disks is also available "
1244 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and "
1245 "L</guestfs_inspect_is_multipart> calls."
1246 msgstr ""
1247
1248 #. type: =head2
1249 #: ../src/guestfs.pod:631
1250 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1251 msgstr ""
1252
1253 #. type: textblock
1254 #: ../src/guestfs.pod:633
1255 msgid ""
1256 "Libguestfs can mount NTFS partitions.  It does this using the "
1257 "L<http://www.ntfs-3g.org/> driver."
1258 msgstr ""
1259
1260 #. type: =head3
1261 #: ../src/guestfs.pod:636
1262 msgid "DRIVE LETTERS AND PATHS"
1263 msgstr ""
1264
1265 #. type: textblock
1266 #: ../src/guestfs.pod:638
1267 msgid ""
1268 "DOS and Windows still use drive letters, and the filesystems are always "
1269 "treated as case insensitive by Windows itself, and therefore you might find "
1270 "a Windows configuration file referring to a path like "
1271 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1272 "that directory might be referred to as C</WINDOWS/System32>."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:644
1277 msgid ""
1278 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1279 "libguestfs to read the appropriate Windows Registry and configuration files, "
1280 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1281 "L<virt-inspector(1)>)."
1282 msgstr ""
1283
1284 #. type: textblock
1285 #: ../src/guestfs.pod:649
1286 msgid ""
1287 "Replacing backslash characters with forward slash characters is also outside "
1288 "the scope of libguestfs, but something that you can easily do."
1289 msgstr ""
1290
1291 #. type: textblock
1292 #: ../src/guestfs.pod:652
1293 msgid ""
1294 "Where we can help is in resolving the case insensitivity of paths.  For "
1295 "this, call L</guestfs_case_sensitive_path>."
1296 msgstr ""
1297
1298 #. type: =head3
1299 #: ../src/guestfs.pod:655
1300 msgid "ACCESSING THE WINDOWS REGISTRY"
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: ../src/guestfs.pod:657
1305 msgid ""
1306 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1307 "files, through the library C<hivex> which is part of the libguestfs project "
1308 "although ships as a separate tarball.  You have to locate and download the "
1309 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1310 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1311 "L<virt-win-reg(1)> for more help on this issue."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1323 "provide something which looks like a Linux symlink.  The way it tries to do "
1324 "the rewriting is described here:"
1325 msgstr ""
1326
1327 #. type: textblock
1328 #: ../src/guestfs.pod:671
1329 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1330 msgstr ""
1331
1332 #. type: textblock
1333 #: ../src/guestfs.pod:673
1334 msgid ""
1335 "The essential problem is that ntfs-3g simply does not have enough "
1336 "information to do a correct job.  NTFS links can contain drive letters and "
1337 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1338 "It is almost certainly the case that libguestfs callers should ignore what "
1339 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1340 msgstr ""
1341
1342 #. type: textblock
1343 #: ../src/guestfs.pod:680
1344 msgid ""
1345 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1346 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1347 "attribute, and read the raw reparse data from that (you can find the format "
1348 "documented in various places around the web)."
1349 msgstr ""
1350
1351 #. type: =head3
1352 #: ../src/guestfs.pod:685
1353 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1354 msgstr ""
1355
1356 #. type: textblock
1357 #: ../src/guestfs.pod:687
1358 msgid ""
1359 "There are other useful extended attributes that can be read from ntfs-3g "
1360 "filesystems (using L</guestfs_getxattr>).  See:"
1361 msgstr ""
1362
1363 #. type: textblock
1364 #: ../src/guestfs.pod:690
1365 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1366 msgstr ""
1367
1368 #. type: =head2
1369 #: ../src/guestfs.pod:692
1370 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "Although we don't want to discourage you from using the C API, we will "
1377 "mention here that the same API is also available in other languages."
1378 msgstr ""
1379
1380 #. type: textblock
1381 #: ../src/guestfs.pod:697
1382 msgid ""
1383 "The API is broadly identical in all supported languages.  This means that "
1384 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1385 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1386 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1387 "each language."
1388 msgstr ""
1389
1390 #. type: textblock
1391 #: ../src/guestfs.pod:703
1392 msgid ""
1393 "Error messages are automatically transformed into exceptions if the language "
1394 "supports it."
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:706
1399 msgid ""
1400 "We don't try to \"object orientify\" parts of the API in OO languages, "
1401 "although contributors are welcome to write higher level APIs above what we "
1402 "provide in their favourite languages if they wish."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:712
1407 msgid "B<C++>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:714
1412 msgid ""
1413 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1414 "identical to the C API.  C++ classes and exceptions are not used."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:718
1419 msgid "B<C#>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:720
1424 msgid ""
1425 "The C# bindings are highly experimental.  Please read the warnings at the "
1426 "top of C<csharp/Libguestfs.cs>."
1427 msgstr ""
1428
1429 #. type: =item
1430 #: ../src/guestfs.pod:723
1431 msgid "B<Haskell>"
1432 msgstr ""
1433
1434 #. type: textblock
1435 #: ../src/guestfs.pod:725
1436 msgid ""
1437 "This is the only language binding that is working but incomplete.  Only "
1438 "calls which return simple integers have been bound in Haskell, and we are "
1439 "looking for help to complete this binding."
1440 msgstr ""
1441
1442 #. type: =item
1443 #: ../src/guestfs.pod:729
1444 msgid "B<Java>"
1445 msgstr ""
1446
1447 #. type: textblock
1448 #: ../src/guestfs.pod:731
1449 msgid ""
1450 "Full documentation is contained in the Javadoc which is distributed with "
1451 "libguestfs."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:734
1456 msgid "B<OCaml>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:736
1461 msgid "See L<guestfs-ocaml(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:738
1466 msgid "B<Perl>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:740
1471 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:742
1476 msgid "B<PHP>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:744
1481 msgid ""
1482 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1483 "the php-libguestfs package for your distribution."
1484 msgstr ""
1485
1486 #. type: textblock
1487 #: ../src/guestfs.pod:747
1488 msgid "The PHP binding only works correctly on 64 bit machines."
1489 msgstr ""
1490
1491 #. type: =item
1492 #: ../src/guestfs.pod:749
1493 msgid "B<Python>"
1494 msgstr ""
1495
1496 #. type: textblock
1497 #: ../src/guestfs.pod:751
1498 msgid "See L<guestfs-python(3)>."
1499 msgstr ""
1500
1501 #. type: =item
1502 #: ../src/guestfs.pod:753
1503 msgid "B<Ruby>"
1504 msgstr ""
1505
1506 #. type: textblock
1507 #: ../src/guestfs.pod:755
1508 msgid "See L<guestfs-ruby(3)>."
1509 msgstr ""
1510
1511 #. type: =item
1512 #: ../src/guestfs.pod:757
1513 msgid "B<shell scripts>"
1514 msgstr ""
1515
1516 #. type: textblock
1517 #: ../src/guestfs.pod:759
1518 msgid "See L<guestfish(1)>."
1519 msgstr ""
1520
1521 #. type: =head2
1522 #: ../src/guestfs.pod:763
1523 msgid "LIBGUESTFS GOTCHAS"
1524 msgstr ""
1525
1526 #. type: textblock
1527 #: ../src/guestfs.pod:765
1528 msgid ""
1529 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1530 "system [...] that works in the way it is documented but is counterintuitive "
1531 "and almost invites mistakes.\""
1532 msgstr ""
1533
1534 #. type: textblock
1535 #: ../src/guestfs.pod:769
1536 msgid ""
1537 "Since we developed libguestfs and the associated tools, there are several "
1538 "things we would have designed differently, but are now stuck with for "
1539 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1540 "release, you can expect these to change.  Beware of them."
1541 msgstr ""
1542
1543 #. type: =item
1544 #: ../src/guestfs.pod:777
1545 msgid "Autosync / forgetting to sync."
1546 msgstr ""
1547
1548 #. type: textblock
1549 #: ../src/guestfs.pod:779
1550 msgid ""
1551 "When modifying a filesystem from C or another language, you B<must> unmount "
1552 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1553 "libguestfs handle.  You can also call:"
1554 msgstr ""
1555
1556 #. type: verbatim
1557 #: ../src/guestfs.pod:783
1558 #, no-wrap
1559 msgid ""
1560 " guestfs_set_autosync (g, 1);\n"
1561 "\n"
1562 msgstr ""
1563
1564 #. type: textblock
1565 #: ../src/guestfs.pod:785
1566 msgid ""
1567 "to have the unmount/sync done automatically for you when the handle 'g' is "
1568 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1569 "q.v.)"
1570 msgstr ""
1571
1572 #. type: textblock
1573 #: ../src/guestfs.pod:789
1574 msgid ""
1575 "If you forget to do this, then it is entirely possible that your changes "
1576 "won't be written out, or will be partially written, or (very rarely) that "
1577 "you'll get disk corruption."
1578 msgstr ""
1579
1580 #. type: textblock
1581 #: ../src/guestfs.pod:793
1582 msgid ""
1583 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1584 "guestfish scripts that forget to sync will work just fine, which can make "
1585 "this very puzzling if you are trying to debug a problem."
1586 msgstr ""
1587
1588 #. type: textblock
1589 #: ../src/guestfs.pod:797
1590 msgid ""
1591 "Update: Autosync is enabled by default for all API users starting from "
1592 "libguestfs 1.5.24."
1593 msgstr ""
1594
1595 #. type: =item
1596 #: ../src/guestfs.pod:800
1597 msgid "Mount option C<-o sync> should not be the default."
1598 msgstr ""
1599
1600 #. type: textblock
1601 #: ../src/guestfs.pod:802
1602 msgid ""
1603 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1604 "However C<-o sync> does not add any reliability benefit, but does have a "
1605 "very large performance impact."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:806
1610 msgid ""
1611 "The work around is to use L</guestfs_mount_options> and set the mount "
1612 "options that you actually want to use."
1613 msgstr ""
1614
1615 #. type: =item
1616 #: ../src/guestfs.pod:809
1617 msgid "Read-only should be the default."
1618 msgstr ""
1619
1620 #. type: textblock
1621 #: ../src/guestfs.pod:811
1622 msgid ""
1623 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1624 "specify I<--rw> if you want to make changes to the image."
1625 msgstr ""
1626
1627 #. type: textblock
1628 #: ../src/guestfs.pod:814
1629 msgid "This would reduce the potential to corrupt live VM images."
1630 msgstr ""
1631
1632 #. type: textblock
1633 #: ../src/guestfs.pod:816
1634 msgid ""
1635 "Note that many filesystems change the disk when you just mount and unmount, "
1636 "even if you didn't perform any writes.  You need to use "
1637 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1638 msgstr ""
1639
1640 #. type: =item
1641 #: ../src/guestfs.pod:820
1642 msgid "guestfish command line is hard to use."
1643 msgstr ""
1644
1645 #. type: textblock
1646 #: ../src/guestfs.pod:822
1647 msgid ""
1648 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1649 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1650 "exist, so it fails.  In earlier versions of guestfish the error message was "
1651 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1652 "we should have used C<guestfish -c command> to run commands."
1653 msgstr ""
1654
1655 #. type: =item
1656 #: ../src/guestfs.pod:829
1657 msgid "guestfish megabyte modifiers don't work right on all commands"
1658 msgstr ""
1659
1660 #. type: textblock
1661 #: ../src/guestfs.pod:831
1662 msgid ""
1663 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1664 "other modifiers).  What guestfish actually does is to multiply the number "
1665 "part by the modifier part and pass the result to the C API.  However this "
1666 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1667 "expecting some other unit (eg. megabytes)."
1668 msgstr ""
1669
1670 #. type: textblock
1671 #: ../src/guestfs.pod:838
1672 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1673 msgstr ""
1674
1675 #. type: verbatim
1676 #: ../src/guestfs.pod:840
1677 #, no-wrap
1678 msgid ""
1679 " lvcreate LV VG 100M\n"
1680 "\n"
1681 msgstr ""
1682
1683 #. type: textblock
1684 #: ../src/guestfs.pod:842
1685 msgid ""
1686 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1687 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1688 "megabytes * megabytes) logical volume.  The error message you get from this "
1689 "is also a little obscure."
1690 msgstr ""
1691
1692 #. type: textblock
1693 #: ../src/guestfs.pod:847
1694 msgid ""
1695 "This could be fixed in the generator by specially marking parameters and "
1696 "return values which take bytes or other units."
1697 msgstr ""
1698
1699 #. type: =item
1700 #: ../src/guestfs.pod:850
1701 msgid "Ambiguity between devices and paths"
1702 msgstr ""
1703
1704 #. type: textblock
1705 #: ../src/guestfs.pod:852
1706 msgid ""
1707 "There is a subtle ambiguity in the API between a device name "
1708 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1709 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: ../src/guestfs.pod:857
1714 msgid ""
1715 "In the current API we usually resolve this ambiguity by having two separate "
1716 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1717 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1718 "detecting if the path supplied begins with C</dev/>."
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:863
1723 msgid ""
1724 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1725 "make paths/devices into structured names.  One way to do this would be to "
1726 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1727 "aspect of grub.  Another way would be to use a structured type, equivalent "
1728 "to this OCaml type:"
1729 msgstr ""
1730
1731 #. type: verbatim
1732 #: ../src/guestfs.pod:869
1733 #, no-wrap
1734 msgid ""
1735 " type path = Path of string | Device of int | Partition of int * int\n"
1736 "\n"
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: ../src/guestfs.pod:871
1741 msgid "which would allow you to pass arguments like:"
1742 msgstr ""
1743
1744 #. type: verbatim
1745 #: ../src/guestfs.pod:873
1746 #, no-wrap
1747 msgid ""
1748 " Path \"/foo/bar\"\n"
1749 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1750 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1751 " Path \"/dev/sdb2\"    (* not a device *)\n"
1752 "\n"
1753 msgstr ""
1754
1755 #. type: textblock
1756 #: ../src/guestfs.pod:878
1757 msgid ""
1758 "As you can see there are still problems to resolve even with this "
1759 "representation.  Also consider how it might work in guestfish."
1760 msgstr ""
1761
1762 #. type: =head2
1763 #: ../src/guestfs.pod:883
1764 msgid "PROTOCOL LIMITS"
1765 msgstr ""
1766
1767 #. type: textblock
1768 #: ../src/guestfs.pod:885
1769 msgid ""
1770 "Internally libguestfs uses a message-based protocol to pass API calls and "
1771 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1772 "plenty more detail about this).  The maximum message size used by the "
1773 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1774 "aware of this limit.  The API calls which may be affected are individually "
1775 "documented, with a link back to this section of the documentation."
1776 msgstr ""
1777
1778 #. type: textblock
1779 #: ../src/guestfs.pod:893
1780 msgid ""
1781 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1782 "a simple string.  Because this string is at some point internally encoded as "
1783 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1784 "the requested file is larger than this then you will get an error."
1785 msgstr ""
1786
1787 #. type: textblock
1788 #: ../src/guestfs.pod:899
1789 msgid ""
1790 "In order to transfer large files into and out of the guest filesystem, you "
1791 "need to use particular calls that support this.  The sections L</UPLOADING> "
1792 "and L</DOWNLOADING> document how to do this."
1793 msgstr ""
1794
1795 #. type: textblock
1796 #: ../src/guestfs.pod:903
1797 msgid ""
1798 "You might also consider mounting the disk image using our FUSE filesystem "
1799 "support (L<guestmount(1)>)."
1800 msgstr ""
1801
1802 #. type: =head2
1803 #: ../src/guestfs.pod:906
1804 msgid "KEYS AND PASSPHRASES"
1805 msgstr ""
1806
1807 #. type: textblock
1808 #: ../src/guestfs.pod:908
1809 msgid ""
1810 "Certain libguestfs calls take a parameter that contains sensitive key "
1811 "material, passed in as a C string."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:911
1816 msgid ""
1817 "In the future we would hope to change the libguestfs implementation so that "
1818 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1819 "swap.  However this is I<not> done at the moment, because of the complexity "
1820 "of such an implementation."
1821 msgstr ""
1822
1823 #. type: textblock
1824 #: ../src/guestfs.pod:916
1825 msgid ""
1826 "Therefore you should be aware that any key parameter you pass to libguestfs "
1827 "might end up being written out to the swap partition.  If this is a concern, "
1828 "scrub the swap partition or don't use libguestfs on encrypted devices."
1829 msgstr ""
1830
1831 #. type: =head2
1832 #: ../src/guestfs.pod:921
1833 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:923
1838 msgid ""
1839 "All high-level libguestfs actions are synchronous.  If you want to use "
1840 "libguestfs asynchronously then you must create a thread."
1841 msgstr ""
1842
1843 #. type: textblock
1844 #: ../src/guestfs.pod:926
1845 msgid ""
1846 "Only use the handle from a single thread.  Either use the handle exclusively "
1847 "from one thread, or provide your own mutex so that two threads cannot issue "
1848 "calls on the same handle at the same time."
1849 msgstr ""
1850
1851 #. type: textblock
1852 #: ../src/guestfs.pod:930
1853 msgid ""
1854 "See the graphical program guestfs-browser for one possible architecture for "
1855 "multithreaded programs using libvirt and libguestfs."
1856 msgstr ""
1857
1858 #. type: =head2
1859 #: ../src/guestfs.pod:933
1860 msgid "PATH"
1861 msgstr ""
1862
1863 #. type: textblock
1864 #: ../src/guestfs.pod:935
1865 msgid ""
1866 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1867 "internal path."
1868 msgstr ""
1869
1870 #. type: textblock
1871 #: ../src/guestfs.pod:938
1872 msgid ""
1873 "By default it looks for these in the directory C<$libdir/guestfs> "
1874 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1875 msgstr ""
1876
1877 #. type: textblock
1878 #: ../src/guestfs.pod:941
1879 msgid ""
1880 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1881 "to change the directories that libguestfs will search in.  The value is a "
1882 "colon-separated list of paths.  The current directory is I<not> searched "
1883 "unless the path contains an empty element or C<.>.  For example "
1884 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1885 "then C</usr/lib/guestfs>."
1886 msgstr ""
1887
1888 #. type: =head2
1889 #: ../src/guestfs.pod:948
1890 msgid "QEMU WRAPPERS"
1891 msgstr ""
1892
1893 #. type: textblock
1894 #: ../src/guestfs.pod:950
1895 msgid ""
1896 "If you want to compile your own qemu, run qemu from a non-standard location, "
1897 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1898 "around qemu."
1899 msgstr ""
1900
1901 #. type: textblock
1902 #: ../src/guestfs.pod:954
1903 msgid ""
1904 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1905 "last command in the shell script (so that qemu replaces the shell and "
1906 "becomes the direct child of the libguestfs-using program).  If you don't do "
1907 "this, then the qemu process won't be cleaned up correctly."
1908 msgstr ""
1909
1910 #. type: textblock
1911 #: ../src/guestfs.pod:959
1912 msgid ""
1913 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1914 "source:"
1915 msgstr ""
1916
1917 #. type: verbatim
1918 #: ../src/guestfs.pod:962
1919 #, no-wrap
1920 msgid ""
1921 " #!/bin/sh -\n"
1922 " qemudir=/home/rjones/d/qemu\n"
1923 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1924 "\"$@\"\n"
1925 "\n"
1926 msgstr ""
1927
1928 #. type: textblock
1929 #: ../src/guestfs.pod:966
1930 msgid ""
1931 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1932 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1933 "example:"
1934 msgstr ""
1935
1936 #. type: verbatim
1937 #: ../src/guestfs.pod:970
1938 #, no-wrap
1939 msgid ""
1940 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1941 "\n"
1942 msgstr ""
1943
1944 #. type: textblock
1945 #: ../src/guestfs.pod:972
1946 msgid ""
1947 "Note that libguestfs also calls qemu with the -help and -version options in "
1948 "order to determine features."
1949 msgstr ""
1950
1951 #. type: =head2
1952 #: ../src/guestfs.pod:975
1953 msgid "ATTACHING TO RUNNING DAEMONS"
1954 msgstr ""
1955
1956 #. type: textblock
1957 #: ../src/guestfs.pod:977
1958 msgid ""
1959 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1960 "babies.  Use with caution."
1961 msgstr ""
1962
1963 #. type: textblock
1964 #: ../src/guestfs.pod:980
1965 msgid ""
1966 "I<Note (2):> This section explains how to attach to a running daemon from a "
1967 "low level perspective.  For most users, simply using virt tools such as "
1968 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1969 msgstr ""
1970
1971 #. type: =head3
1972 #: ../src/guestfs.pod:984
1973 msgid "Using guestfs_set_attach_method"
1974 msgstr ""
1975
1976 #. type: textblock
1977 #: ../src/guestfs.pod:986
1978 msgid ""
1979 "By calling L</guestfs_set_attach_method> you can change how the library "
1980 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1981 "L</ARCHITECTURE> for some background)."
1982 msgstr ""
1983
1984 #. type: textblock
1985 #: ../src/guestfs.pod:990
1986 msgid ""
1987 "The normal attach method is C<appliance>, where a small appliance is created "
1988 "containing the daemon, and then the library connects to this."
1989 msgstr ""
1990
1991 #. type: textblock
1992 #: ../src/guestfs.pod:993
1993 msgid ""
1994 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1995 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1996 "daemon over the Unix domain socket."
1997 msgstr ""
1998
1999 #. type: textblock
2000 #: ../src/guestfs.pod:997
2001 msgid ""
2002 "The normal use for this is to connect to a running virtual machine that "
2003 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2004 "files inside the live virtual machine."
2005 msgstr ""
2006
2007 #. type: =head3
2008 #: ../src/guestfs.pod:1001
2009 msgid "Using guestfs_add_domain with live flag"
2010 msgstr ""
2011
2012 #. type: textblock
2013 #: ../src/guestfs.pod:1003
2014 msgid ""
2015 "L</guestfs_add_domain> provides some help for getting the correct attach "
2016 "method.  If you pass the C<live> option to this function, then (if the "
2017 "virtual machine is running) it will examine the libvirt XML looking for a "
2018 "virtio-serial channel to connect to:"
2019 msgstr ""
2020
2021 #. type: verbatim
2022 #: ../src/guestfs.pod:1009
2023 #, no-wrap
2024 msgid ""
2025 " <domain>\n"
2026 "   ...\n"
2027 "   <devices>\n"
2028 "     ...\n"
2029 "     <channel type='unix'>\n"
2030 "       <source mode='bind' path='/path/to/socket'/>\n"
2031 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2032 "     </channel>\n"
2033 "     ...\n"
2034 "   </devices>\n"
2035 " </domain>\n"
2036 "\n"
2037 msgstr ""
2038
2039 #. type: textblock
2040 #: ../src/guestfs.pod:1021
2041 msgid ""
2042 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2043 "method to C<unix:/path/to/socket>."
2044 msgstr ""
2045
2046 #. type: textblock
2047 #: ../src/guestfs.pod:1024
2048 msgid ""
2049 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2050 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2051 "to attach to and modify live virtual machines."
2052 msgstr ""
2053
2054 #. type: textblock
2055 #: ../src/guestfs.pod:1028
2056 msgid ""
2057 "The virtual machine needs to have been set up beforehand so that it has the "
2058 "virtio-serial channel and so that guestfsd is running inside it."
2059 msgstr ""
2060
2061 #. type: =head2
2062 #: ../src/guestfs.pod:1032
2063 msgid "ABI GUARANTEE"
2064 msgstr ""
2065
2066 #. type: textblock
2067 #: ../src/guestfs.pod:1034
2068 msgid ""
2069 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2070 "actions as outlined in this section.  Although we will deprecate some "
2071 "actions, for example if they get replaced by newer calls, we will keep the "
2072 "old actions forever.  This allows you the developer to program in confidence "
2073 "against the libguestfs API."
2074 msgstr ""
2075
2076 #. type: =head2
2077 #: ../src/guestfs.pod:1040
2078 msgid "BLOCK DEVICE NAMING"
2079 msgstr ""
2080
2081 #. type: textblock
2082 #: ../src/guestfs.pod:1042
2083 msgid ""
2084 "In the kernel there is now quite a profusion of schemata for naming block "
2085 "devices (in this context, by I<block device> I mean a physical or virtual "
2086 "hard drive).  The original Linux IDE driver used names starting with "
2087 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2088 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2089 "replacement for the old IDE driver (particularly for SATA devices) those "
2090 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2091 "machines with paravirtualized drivers.  This has created several different "
2092 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2093 "Xen PV disks."
2094 msgstr ""
2095
2096 #. type: textblock
2097 #: ../src/guestfs.pod:1054
2098 msgid ""
2099 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2100 "Linux kernel to access block devices.  We can run a variety of appliances "
2101 "based on a variety of Linux kernels."
2102 msgstr ""
2103
2104 #. type: textblock
2105 #: ../src/guestfs.pod:1058
2106 msgid ""
2107 "This causes a problem for libguestfs because many API calls use device or "
2108 "partition names.  Working scripts and the recipe (example) scripts that we "
2109 "make available over the internet could fail if the naming scheme changes."
2110 msgstr ""
2111
2112 #. type: textblock
2113 #: ../src/guestfs.pod:1063
2114 msgid ""
2115 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2116 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2117 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2118 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1069
2123 msgid ""
2124 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2125 "L</guestfs_list_partitions> and similar calls return the true names of the "
2126 "devices and partitions as known to the appliance."
2127 msgstr ""
2128
2129 #. type: =head3
2130 #: ../src/guestfs.pod:1074
2131 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2132 msgstr ""
2133
2134 #. type: textblock
2135 #: ../src/guestfs.pod:1076
2136 msgid ""
2137 "Usually this translation is transparent.  However in some (very rare)  cases "
2138 "you may need to know the exact algorithm.  Such cases include where you use "
2139 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2140 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2141 "devices."
2142 msgstr ""
2143
2144 #. type: textblock
2145 #: ../src/guestfs.pod:1082
2146 msgid ""
2147 "The algorithm is applied only to I<parameters> which are known to be either "
2148 "device or partition names.  Return values from functions such as "
2149 "L</guestfs_list_devices> are never changed."
2150 msgstr ""
2151
2152 #. type: textblock
2153 #: ../src/guestfs.pod:1090
2154 msgid "Is the string a parameter which is a device or partition name?"
2155 msgstr ""
2156
2157 #. type: textblock
2158 #: ../src/guestfs.pod:1094
2159 msgid "Does the string begin with C</dev/sd>?"
2160 msgstr ""
2161
2162 #. type: textblock
2163 #: ../src/guestfs.pod:1098
2164 msgid ""
2165 "Does the named device exist? If so, we use that device.  However if I<not> "
2166 "then we continue with this algorithm."
2167 msgstr ""
2168
2169 #. type: textblock
2170 #: ../src/guestfs.pod:1103
2171 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2172 msgstr ""
2173
2174 #. type: textblock
2175 #: ../src/guestfs.pod:1105
2176 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2177 msgstr ""
2178
2179 #. type: textblock
2180 #: ../src/guestfs.pod:1107
2181 msgid "If that named device exists, use it.  If not, continue."
2182 msgstr ""
2183
2184 #. type: textblock
2185 #: ../src/guestfs.pod:1111
2186 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2187 msgstr ""
2188
2189 #. type: textblock
2190 #: ../src/guestfs.pod:1113
2191 msgid "If that named device exists, use it.  If not, return an error."
2192 msgstr ""
2193
2194 #. type: =head3
2195 #: ../src/guestfs.pod:1117
2196 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2197 msgstr ""
2198
2199 #. type: textblock
2200 #: ../src/guestfs.pod:1119
2201 msgid ""
2202 "Although the standard naming scheme and automatic translation is useful for "
2203 "simple programs and guestfish scripts, for larger programs it is best not to "
2204 "rely on this mechanism."
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: ../src/guestfs.pod:1123
2209 msgid ""
2210 "Where possible for maximum future portability programs using libguestfs "
2211 "should use these future-proof techniques:"
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1130
2216 msgid ""
2217 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2218 "device names, and then use those names directly."
2219 msgstr ""
2220
2221 #. type: textblock
2222 #: ../src/guestfs.pod:1133
2223 msgid "Since those device names exist by definition, they will never be translated."
2224 msgstr ""
2225
2226 #. type: textblock
2227 #: ../src/guestfs.pod:1138
2228 msgid ""
2229 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2230 "filesystem labels."
2231 msgstr ""
2232
2233 #. type: =head1
2234 #: ../src/guestfs.pod:1143
2235 msgid "SECURITY"
2236 msgstr ""
2237
2238 #. type: textblock
2239 #: ../src/guestfs.pod:1145
2240 msgid ""
2241 "This section discusses security implications of using libguestfs, "
2242 "particularly with untrusted or malicious guests or disk images."
2243 msgstr ""
2244
2245 #. type: =head2
2246 #: ../src/guestfs.pod:1148
2247 msgid "GENERAL SECURITY CONSIDERATIONS"
2248 msgstr ""
2249
2250 #. type: textblock
2251 #: ../src/guestfs.pod:1150
2252 msgid ""
2253 "Be careful with any files or data that you download from a guest (by "
2254 "\"download\" we mean not just the L</guestfs_download> command but any "
2255 "command that reads files, filenames, directories or anything else from a "
2256 "disk image).  An attacker could manipulate the data to fool your program "
2257 "into doing the wrong thing.  Consider cases such as:"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1160
2262 msgid "the data (file etc) not being present"
2263 msgstr ""
2264
2265 #. type: textblock
2266 #: ../src/guestfs.pod:1164
2267 msgid "being present but empty"
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1168
2272 msgid "being much larger than normal"
2273 msgstr ""
2274
2275 #. type: textblock
2276 #: ../src/guestfs.pod:1172
2277 msgid "containing arbitrary 8 bit data"
2278 msgstr ""
2279
2280 #. type: textblock
2281 #: ../src/guestfs.pod:1176
2282 msgid "being in an unexpected character encoding"
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1180
2287 msgid "containing homoglyphs."
2288 msgstr ""
2289
2290 #. type: =head2
2291 #: ../src/guestfs.pod:1184
2292 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2293 msgstr ""
2294
2295 #. type: textblock
2296 #: ../src/guestfs.pod:1186
2297 msgid ""
2298 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2299 "(VFS) module can sometimes be escalated into exploits by deliberately "
2300 "creating a malicious, malformed filesystem.  These exploits are very severe "
2301 "for two reasons.  Firstly there are very many filesystem drivers in the "
2302 "kernel, and many of them are infrequently used and not much developer "
2303 "attention has been paid to the code.  Linux userspace helps potential "
2304 "crackers by detecting the filesystem type and automatically choosing the "
2305 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2306 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2307 "exploit (worse in some ways), giving immediate and total access to the "
2308 "system right down to the hardware level."
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1199
2313 msgid ""
2314 "That explains why you should never mount a filesystem from an untrusted "
2315 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2316 "inside a qemu virtual machine, usually running as a non-root user.  The "
2317 "attacker would need to write a filesystem which first exploited the kernel, "
2318 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2319 "the libguestfs protocol, and finally to be as serious as the host kernel "
2320 "exploit it would need to escalate its privileges to root.  This multi-step "
2321 "escalation, performed by a static piece of data, is thought to be extremely "
2322 "hard to do, although we never say 'never' about security issues."
2323 msgstr ""
2324
2325 #. type: textblock
2326 #: ../src/guestfs.pod:1210
2327 msgid ""
2328 "In any case callers can reduce the attack surface by forcing the filesystem "
2329 "type when mounting (use L</guestfs_mount_vfs>)."
2330 msgstr ""
2331
2332 #. type: =head2
2333 #: ../src/guestfs.pod:1213
2334 msgid "PROTOCOL SECURITY"
2335 msgstr ""
2336
2337 #. type: textblock
2338 #: ../src/guestfs.pod:1215
2339 msgid ""
2340 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2341 "defined upper message size.  However a program that uses libguestfs must "
2342 "also take care - for example you can write a program that downloads a binary "
2343 "from a disk image and executes it locally, and no amount of protocol "
2344 "security will save you from the consequences."
2345 msgstr ""
2346
2347 #. type: =head2
2348 #: ../src/guestfs.pod:1221
2349 msgid "INSPECTION SECURITY"
2350 msgstr ""
2351
2352 #. type: textblock
2353 #: ../src/guestfs.pod:1223
2354 msgid ""
2355 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2356 "directly from the guest, and these could contain any 8 bit data.  Callers "
2357 "should be careful to escape these before printing them to a structured file "
2358 "(for example, use HTML escaping if creating a web page)."
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1229
2363 msgid ""
2364 "Guest configuration may be altered in unusual ways by the administrator of "
2365 "the virtual machine, and may not reflect reality (particularly for untrusted "
2366 "or actively malicious guests).  For example we parse the hostname from "
2367 "configuration files like C</etc/sysconfig/network> that we find in the "
2368 "guest, but the guest administrator can easily manipulate these files to "
2369 "provide the wrong hostname."
2370 msgstr ""
2371
2372 #. type: textblock
2373 #: ../src/guestfs.pod:1237
2374 msgid ""
2375 "The inspection API parses guest configuration using two external libraries: "
2376 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2377 "designed to be robust in the face of malicious data, although denial of "
2378 "service attacks are still possible, for example with oversized configuration "
2379 "files."
2380 msgstr ""
2381
2382 #. type: =head2
2383 #: ../src/guestfs.pod:1243
2384 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1245
2389 msgid ""
2390 "Be very cautious about running commands from the guest.  By running a "
2391 "command in the guest, you are giving CPU time to a binary that you do not "
2392 "control, under the same user account as the library, albeit wrapped in qemu "
2393 "virtualization.  More information and alternatives can be found in the "
2394 "section L</RUNNING COMMANDS>."
2395 msgstr ""
2396
2397 #. type: =head2
2398 #: ../src/guestfs.pod:1251
2399 msgid "CVE-2010-3851"
2400 msgstr ""
2401
2402 #. type: textblock
2403 #: ../src/guestfs.pod:1253
2404 msgid "https://bugzilla.redhat.com/642934"
2405 msgstr ""
2406
2407 #. type: textblock
2408 #: ../src/guestfs.pod:1255
2409 msgid ""
2410 "This security bug concerns the automatic disk format detection that qemu "
2411 "does on disk images."
2412 msgstr ""
2413
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1258
2416 msgid ""
2417 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2418 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2419 "for one of the known headers, and if none is found then assuming the disk "
2420 "image must be raw."
2421 msgstr ""
2422
2423 #. type: textblock
2424 #: ../src/guestfs.pod:1263
2425 msgid ""
2426 "This allows a guest which has been given a raw disk image to write some "
2427 "other header.  At next boot (or when the disk image is accessed by "
2428 "libguestfs) qemu would do autodetection and think the disk image format was, "
2429 "say, qcow2 based on the header written by the guest."
2430 msgstr ""
2431
2432 #. type: textblock
2433 #: ../src/guestfs.pod:1268
2434 msgid ""
2435 "This in itself would not be a problem, but qcow2 offers many features, one "
2436 "of which is to allow a disk image to refer to another image (called the "
2437 "\"backing disk\").  It does this by placing the path to the backing disk "
2438 "into the qcow2 header.  This path is not validated and could point to any "
2439 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2440 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2441 "control of the attacker."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1276
2446 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2447 msgstr ""
2448
2449 #. type: textblock
2450 #: ../src/guestfs.pod:1283
2451 msgid "You have enabled the network or have opened the disk in write mode."
2452 msgstr ""
2453
2454 #. type: textblock
2455 #: ../src/guestfs.pod:1287
2456 msgid ""
2457 "You are also running untrusted code from the guest (see L</RUNNING "
2458 "COMMANDS>)."
2459 msgstr ""
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1292
2463 msgid ""
2464 "The way to avoid this is to specify the expected disk format when adding "
2465 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2466 "should always do this if the disk is raw format, and it's a good idea for "
2467 "other cases too."
2468 msgstr ""
2469
2470 #. type: textblock
2471 #: ../src/guestfs.pod:1297
2472 msgid ""
2473 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2474 "format is fetched from libvirt and passed through."
2475 msgstr ""
2476
2477 #. type: textblock
2478 #: ../src/guestfs.pod:1300
2479 msgid ""
2480 "For libguestfs tools, use the I<--format> command line parameter as "
2481 "appropriate."
2482 msgstr ""
2483
2484 #. type: =head1
2485 #: ../src/guestfs.pod:1303
2486 msgid "CONNECTION MANAGEMENT"
2487 msgstr ""
2488
2489 #. type: =head2
2490 #: ../src/guestfs.pod:1305
2491 msgid "guestfs_h *"
2492 msgstr ""
2493
2494 #. type: textblock
2495 #: ../src/guestfs.pod:1307
2496 msgid ""
2497 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2498 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2499 "handle and release all resources used."
2500 msgstr ""
2501
2502 #. type: textblock
2503 #: ../src/guestfs.pod:1311
2504 msgid ""
2505 "For information on using multiple handles and threads, see the section "
2506 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2507 msgstr ""
2508
2509 #. type: =head2
2510 #: ../src/guestfs.pod:1314
2511 msgid "guestfs_create"
2512 msgstr ""
2513
2514 #. type: verbatim
2515 #: ../src/guestfs.pod:1316
2516 #, no-wrap
2517 msgid ""
2518 " guestfs_h *guestfs_create (void);\n"
2519 "\n"
2520 msgstr ""
2521
2522 #. type: textblock
2523 #: ../src/guestfs.pod:1318
2524 msgid "Create a connection handle."
2525 msgstr ""
2526
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1320
2529 msgid ""
2530 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2531 "on the handle at least once."
2532 msgstr ""
2533
2534 #. type: textblock
2535 #: ../src/guestfs.pod:1323
2536 msgid ""
2537 "This function returns a non-NULL pointer to a handle on success or NULL on "
2538 "error."
2539 msgstr ""
2540
2541 #. type: textblock
2542 #: ../src/guestfs.pod:1326
2543 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1328
2548 msgid ""
2549 "You may also want to configure error handling for the handle.  See L</ERROR "
2550 "HANDLING> section below."
2551 msgstr ""
2552
2553 #. type: =head2
2554 #: ../src/guestfs.pod:1331
2555 msgid "guestfs_close"
2556 msgstr ""
2557
2558 #. type: verbatim
2559 #: ../src/guestfs.pod:1333
2560 #, no-wrap
2561 msgid ""
2562 " void guestfs_close (guestfs_h *g);\n"
2563 "\n"
2564 msgstr ""
2565
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1335
2568 msgid "This closes the connection handle and frees up all resources used."
2569 msgstr ""
2570
2571 #. type: =head1
2572 #: ../src/guestfs.pod:1337
2573 msgid "ERROR HANDLING"
2574 msgstr ""
2575
2576 #. type: textblock
2577 #: ../src/guestfs.pod:1339
2578 msgid ""
2579 "API functions can return errors.  For example, almost all functions that "
2580 "return C<int> will return C<-1> to indicate an error."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1342
2585 msgid ""
2586 "Additional information is available for errors: an error message string and "
2587 "optionally an error number (errno) if the thing that failed was a system "
2588 "call."
2589 msgstr ""
2590
2591 #. type: textblock
2592 #: ../src/guestfs.pod:1346
2593 msgid ""
2594 "You can get at the additional information about the last error on the handle "
2595 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2596 "up an error handler with L</guestfs_set_error_handler>."
2597 msgstr ""
2598
2599 #. type: textblock
2600 #: ../src/guestfs.pod:1351
2601 msgid ""
2602 "When the handle is created, a default error handler is installed which "
2603 "prints the error message string to C<stderr>.  For small short-running "
2604 "command line programs it is sufficient to do:"
2605 msgstr ""
2606
2607 #. type: verbatim
2608 #: ../src/guestfs.pod:1355
2609 #, no-wrap
2610 msgid ""
2611 " if (guestfs_launch (g) == -1)\n"
2612 "   exit (EXIT_FAILURE);\n"
2613 "\n"
2614 msgstr ""
2615
2616 #. type: textblock
2617 #: ../src/guestfs.pod:1358
2618 msgid ""
2619 "since the default error handler will ensure that an error message has been "
2620 "printed to C<stderr> before the program exits."
2621 msgstr ""
2622
2623 #. type: textblock
2624 #: ../src/guestfs.pod:1361
2625 msgid ""
2626 "For other programs the caller will almost certainly want to install an "
2627 "alternate error handler or do error handling in-line like this:"
2628 msgstr ""
2629
2630 #. type: verbatim
2631 #: ../src/guestfs.pod:1364
2632 #, no-wrap
2633 msgid ""
2634 " g = guestfs_create ();\n"
2635 " \n"
2636 msgstr ""
2637
2638 #. type: verbatim
2639 #: ../src/guestfs.pod:1366
2640 #, no-wrap
2641 msgid ""
2642 " /* This disables the default behaviour of printing errors\n"
2643 "    on stderr. */\n"
2644 " guestfs_set_error_handler (g, NULL, NULL);\n"
2645 " \n"
2646 msgstr ""
2647
2648 #. type: verbatim
2649 #: ../src/guestfs.pod:1370
2650 #, no-wrap
2651 msgid ""
2652 " if (guestfs_launch (g) == -1) {\n"
2653 "   /* Examine the error message and print it etc. */\n"
2654 "   char *msg = guestfs_last_error (g);\n"
2655 "   int errnum = guestfs_last_errno (g);\n"
2656 "   fprintf (stderr, \"%s\\n\", msg);\n"
2657 "   /* ... */\n"
2658 "  }\n"
2659 "\n"
2660 msgstr ""
2661
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1378
2664 msgid ""
2665 "Out of memory errors are handled differently.  The default action is to call "
2666 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2667 "L</guestfs_set_out_of_memory_handler>."
2668 msgstr ""
2669
2670 #. type: textblock
2671 #: ../src/guestfs.pod:1382
2672 msgid ""
2673 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2674 "because there is no handle if this happens there is no way to get additional "
2675 "error information.  However L</guestfs_create> is supposed to be a "
2676 "lightweight operation which can only fail because of insufficient memory (it "
2677 "returns NULL in this case)."
2678 msgstr ""
2679
2680 #. type: =head2
2681 #: ../src/guestfs.pod:1388
2682 msgid "guestfs_last_error"
2683 msgstr ""
2684
2685 #. type: verbatim
2686 #: ../src/guestfs.pod:1390
2687 #, no-wrap
2688 msgid ""
2689 " const char *guestfs_last_error (guestfs_h *g);\n"
2690 "\n"
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1392
2695 msgid ""
2696 "This returns the last error message that happened on C<g>.  If there has not "
2697 "been an error since the handle was created, then this returns C<NULL>."
2698 msgstr ""
2699
2700 #. type: textblock
2701 #: ../src/guestfs.pod:1396
2702 msgid ""
2703 "The lifetime of the returned string is until the next error occurs, or "
2704 "L</guestfs_close> is called."
2705 msgstr ""
2706
2707 #. type: =head2
2708 #: ../src/guestfs.pod:1399
2709 msgid "guestfs_last_errno"
2710 msgstr ""
2711
2712 #. type: verbatim
2713 #: ../src/guestfs.pod:1401
2714 #, no-wrap
2715 msgid ""
2716 " int guestfs_last_errno (guestfs_h *g);\n"
2717 "\n"
2718 msgstr ""
2719
2720 #. type: textblock
2721 #: ../src/guestfs.pod:1403
2722 msgid "This returns the last error number (errno) that happened on C<g>."
2723 msgstr ""
2724
2725 #. type: textblock
2726 #: ../src/guestfs.pod:1405
2727 msgid "If successful, an errno integer not equal to zero is returned."
2728 msgstr ""
2729
2730 #. type: textblock
2731 #: ../src/guestfs.pod:1407
2732 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2733 msgstr ""
2734
2735 #. type: textblock
2736 #: ../src/guestfs.pod:1414
2737 msgid "There has not been any error on the handle."
2738 msgstr ""
2739
2740 #. type: textblock
2741 #: ../src/guestfs.pod:1418
2742 msgid ""
2743 "There has been an error but the errno was meaningless.  This corresponds to "
2744 "the case where the error did not come from a failed system call, but for "
2745 "some other reason."
2746 msgstr ""
2747
2748 #. type: textblock
2749 #: ../src/guestfs.pod:1424
2750 msgid ""
2751 "There was an error from a failed system call, but for some reason the errno "
2752 "was not captured and returned.  This usually indicates a bug in libguestfs."
2753 msgstr ""
2754
2755 #. type: textblock
2756 #: ../src/guestfs.pod:1430
2757 msgid ""
2758 "Libguestfs tries to convert the errno from inside the applicance into a "
2759 "corresponding errno for the caller (not entirely trivial: the appliance "
2760 "might be running a completely different operating system from the library "
2761 "and error numbers are not standardized across Un*xen).  If this could not be "
2762 "done, then the error is translated to C<EINVAL>.  In practice this should "
2763 "only happen in very rare circumstances."
2764 msgstr ""
2765
2766 #. type: =head2
2767 #: ../src/guestfs.pod:1438
2768 msgid "guestfs_set_error_handler"
2769 msgstr ""
2770
2771 #. type: verbatim
2772 #: ../src/guestfs.pod:1440
2773 #, no-wrap
2774 msgid ""
2775 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2776 "                                           void *opaque,\n"
2777 "                                           const char *msg);\n"
2778 " void guestfs_set_error_handler (guestfs_h *g,\n"
2779 "                                 guestfs_error_handler_cb cb,\n"
2780 "                                 void *opaque);\n"
2781 "\n"
2782 msgstr ""
2783
2784 #. type: textblock
2785 #: ../src/guestfs.pod:1447
2786 msgid ""
2787 "The callback C<cb> will be called if there is an error.  The parameters "
2788 "passed to the callback are an opaque data pointer and the error message "
2789 "string."
2790 msgstr ""
2791
2792 #. type: textblock
2793 #: ../src/guestfs.pod:1451
2794 msgid ""
2795 "C<errno> is not passed to the callback.  To get that the callback must call "
2796 "L</guestfs_last_errno>."
2797 msgstr ""
2798
2799 #. type: textblock
2800 #: ../src/guestfs.pod:1454
2801 msgid ""
2802 "Note that the message string C<msg> is freed as soon as the callback "
2803 "function returns, so if you want to stash it somewhere you must make your "
2804 "own copy."
2805 msgstr ""
2806
2807 #. type: textblock
2808 #: ../src/guestfs.pod:1458
2809 msgid "The default handler prints messages on C<stderr>."
2810 msgstr ""
2811
2812 #. type: textblock
2813 #: ../src/guestfs.pod:1460
2814 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2815 msgstr ""
2816
2817 #. type: =head2
2818 #: ../src/guestfs.pod:1462
2819 msgid "guestfs_get_error_handler"
2820 msgstr ""
2821
2822 #. type: verbatim
2823 #: ../src/guestfs.pod:1464
2824 #, no-wrap
2825 msgid ""
2826 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2827 "                                                     void **opaque_rtn);\n"
2828 "\n"
2829 msgstr ""
2830
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1467
2833 msgid "Returns the current error handler callback."
2834 msgstr ""
2835
2836 #. type: =head2
2837 #: ../src/guestfs.pod:1469
2838 msgid "guestfs_set_out_of_memory_handler"
2839 msgstr ""
2840
2841 #. type: verbatim
2842 #: ../src/guestfs.pod:1471
2843 #, no-wrap
2844 msgid ""
2845 " typedef void (*guestfs_abort_cb) (void);\n"
2846 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2847 "                                        guestfs_abort_cb);\n"
2848 "\n"
2849 msgstr ""
2850
2851 #. type: textblock
2852 #: ../src/guestfs.pod:1475
2853 msgid ""
2854 "The callback C<cb> will be called if there is an out of memory situation.  "
2855 "I<Note this callback must not return>."
2856 msgstr ""
2857
2858 #. type: textblock
2859 #: ../src/guestfs.pod:1478
2860 msgid "The default is to call L<abort(3)>."
2861 msgstr ""
2862
2863 #. type: textblock
2864 #: ../src/guestfs.pod:1480
2865 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2866 msgstr ""
2867
2868 #. type: =head2
2869 #: ../src/guestfs.pod:1483
2870 msgid "guestfs_get_out_of_memory_handler"
2871 msgstr ""
2872
2873 #. type: verbatim
2874 #: ../src/guestfs.pod:1485
2875 #, no-wrap
2876 msgid ""
2877 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2878 "\n"
2879 msgstr ""
2880
2881 #. type: textblock
2882 #: ../src/guestfs.pod:1487
2883 msgid "This returns the current out of memory handler."
2884 msgstr ""
2885
2886 #. type: =head1
2887 #: ../src/guestfs.pod:1489
2888 msgid "API CALLS"
2889 msgstr ""
2890
2891 #. type: textblock
2892 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:1003
2893 msgid "@ACTIONS@"
2894 msgstr ""
2895
2896 #. type: =head1
2897 #: ../src/guestfs.pod:1493
2898 msgid "STRUCTURES"
2899 msgstr ""
2900
2901 #. type: textblock
2902 #: ../src/guestfs.pod:1495
2903 msgid "@STRUCTS@"
2904 msgstr ""
2905
2906 #. type: =head1
2907 #: ../src/guestfs.pod:1497
2908 msgid "AVAILABILITY"
2909 msgstr ""
2910
2911 #. type: =head2
2912 #: ../src/guestfs.pod:1499
2913 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2914 msgstr ""
2915
2916 #. type: textblock
2917 #: ../src/guestfs.pod:1501
2918 msgid ""
2919 "Using L</guestfs_available> you can test availability of the following "
2920 "groups of functions.  This test queries the appliance to see if the "
2921 "appliance you are currently using supports the functionality."
2922 msgstr ""
2923
2924 #. type: textblock
2925 #: ../src/guestfs.pod:1506
2926 msgid "@AVAILABILITY@"
2927 msgstr ""
2928
2929 #. type: =head2
2930 #: ../src/guestfs.pod:1508
2931 msgid "GUESTFISH supported COMMAND"
2932 msgstr ""
2933
2934 #. type: textblock
2935 #: ../src/guestfs.pod:1510
2936 msgid ""
2937 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2938 "prints out the available groups and whether they are supported by this build "
2939 "of libguestfs.  Note however that you have to do C<run> first."
2940 msgstr ""
2941
2942 #. type: =head2
2943 #: ../src/guestfs.pod:1515
2944 msgid "SINGLE CALLS AT COMPILE TIME"
2945 msgstr ""
2946
2947 #. type: textblock
2948 #: ../src/guestfs.pod:1517
2949 msgid ""
2950 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2951 "function, such as:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1520
2956 #, no-wrap
2957 msgid ""
2958 " #define LIBGUESTFS_HAVE_DD 1\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1522
2964 msgid "if L</guestfs_dd> is available."
2965 msgstr ""
2966
2967 #. type: textblock
2968 #: ../src/guestfs.pod:1524
2969 msgid ""
2970 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2971 "function is available at compile time, we recommended using build tools such "
2972 "as autoconf or cmake.  For example in autotools you could use:"
2973 msgstr ""
2974
2975 #. type: verbatim
2976 #: ../src/guestfs.pod:1529
2977 #, no-wrap
2978 msgid ""
2979 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2980 " AC_CHECK_FUNCS([guestfs_dd])\n"
2981 "\n"
2982 msgstr ""
2983
2984 #. type: textblock
2985 #: ../src/guestfs.pod:1532
2986 msgid ""
2987 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2988 "in your program."
2989 msgstr ""
2990
2991 #. type: =head2
2992 #: ../src/guestfs.pod:1535
2993 msgid "SINGLE CALLS AT RUN TIME"
2994 msgstr ""
2995
2996 #. type: textblock
2997 #: ../src/guestfs.pod:1537
2998 msgid ""
2999 "Testing at compile time doesn't guarantee that a function really exists in "
3000 "the library.  The reason is that you might be dynamically linked against a "
3001 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3002 "This situation unfortunately results in a segmentation fault, which is a "
3003 "shortcoming of the C dynamic linking system itself."
3004 msgstr ""
3005
3006 #. type: textblock
3007 #: ../src/guestfs.pod:1544
3008 msgid ""
3009 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3010 "in this example program (note that you still need the compile time check as "
3011 "well):"
3012 msgstr ""
3013
3014 #. type: verbatim
3015 #: ../src/guestfs.pod:1548
3016 #, no-wrap
3017 msgid ""
3018 " #include <stdio.h>\n"
3019 " #include <stdlib.h>\n"
3020 " #include <unistd.h>\n"
3021 " #include <dlfcn.h>\n"
3022 " #include <guestfs.h>\n"
3023 " \n"
3024 msgstr ""
3025
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1554
3028 #, no-wrap
3029 msgid ""
3030 " main ()\n"
3031 " {\n"
3032 " #ifdef LIBGUESTFS_HAVE_DD\n"
3033 "   void *dl;\n"
3034 "   int has_function;\n"
3035 " \n"
3036 msgstr ""
3037
3038 #. type: verbatim
3039 #: ../src/guestfs.pod:1560
3040 #, no-wrap
3041 msgid ""
3042 "   /* Test if the function guestfs_dd is really available. */\n"
3043 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3044 "   if (!dl) {\n"
3045 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3046 "     exit (EXIT_FAILURE);\n"
3047 "   }\n"
3048 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3049 "   dlclose (dl);\n"
3050 " \n"
3051 msgstr ""
3052
3053 #. type: verbatim
3054 #: ../src/guestfs.pod:1569
3055 #, no-wrap
3056 msgid ""
3057 "   if (!has_function)\n"
3058 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3059 "   else {\n"
3060 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3061 "     /* Now it's safe to call\n"
3062 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3063 "     */\n"
3064 "   }\n"
3065 " #else\n"
3066 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3067 " #endif\n"
3068 "  }\n"
3069 "\n"
3070 msgstr ""
3071
3072 #. type: textblock
3073 #: ../src/guestfs.pod:1582
3074 msgid ""
3075 "You may think the above is an awful lot of hassle, and it is.  There are "
3076 "other ways outside of the C linking system to ensure that this kind of "
3077 "incompatibility never arises, such as using package versioning:"
3078 msgstr ""
3079
3080 #. type: verbatim
3081 #: ../src/guestfs.pod:1587
3082 #, no-wrap
3083 msgid ""
3084 " Requires: libguestfs >= 1.0.80\n"
3085 "\n"
3086 msgstr ""
3087
3088 #. type: =head1
3089 #: ../src/guestfs.pod:1589
3090 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1591
3095 msgid ""
3096 "A recent feature of the API is the introduction of calls which take optional "
3097 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3098 "takes variable arguments (ie. C<...>), as in this example:"
3099 msgstr ""
3100
3101 #. type: verbatim
3102 #: ../src/guestfs.pod:1596
3103 #, no-wrap
3104 msgid ""
3105 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3106 "\n"
3107 msgstr ""
3108
3109 #. type: textblock
3110 #: ../src/guestfs.pod:1598
3111 msgid ""
3112 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3113 "call with no optional arguments specified:"
3114 msgstr ""
3115
3116 #. type: verbatim
3117 #: ../src/guestfs.pod:1601
3118 #, no-wrap
3119 msgid ""
3120 " guestfs_add_drive_opts (g, filename, -1);\n"
3121 "\n"
3122 msgstr ""
3123
3124 #. type: textblock
3125 #: ../src/guestfs.pod:1603
3126 msgid "With a single optional argument:"
3127 msgstr ""
3128
3129 #. type: verbatim
3130 #: ../src/guestfs.pod:1605
3131 #, no-wrap
3132 msgid ""
3133 " guestfs_add_drive_opts (g, filename,\n"
3134 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3135 "                         -1);\n"
3136 "\n"
3137 msgstr ""
3138
3139 #. type: textblock
3140 #: ../src/guestfs.pod:1609
3141 msgid "With two:"
3142 msgstr ""
3143
3144 #. type: verbatim
3145 #: ../src/guestfs.pod:1611
3146 #, no-wrap
3147 msgid ""
3148 " guestfs_add_drive_opts (g, filename,\n"
3149 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3150 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3151 "                         -1);\n"
3152 "\n"
3153 msgstr ""
3154
3155 #. type: textblock
3156 #: ../src/guestfs.pod:1616
3157 msgid ""
3158 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3159 "happen!"
3160 msgstr ""
3161
3162 #. type: =head2
3163 #: ../src/guestfs.pod:1619
3164 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3165 msgstr ""
3166
3167 #. type: textblock
3168 #: ../src/guestfs.pod:1621
3169 msgid ""
3170 "The second variant has the same name with the suffix C<_va>, which works the "
3171 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3172 "example function, this is declared:"
3173 msgstr ""
3174
3175 #. type: verbatim
3176 #: ../src/guestfs.pod:1625
3177 #, no-wrap
3178 msgid ""
3179 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3180 "                                va_list args);\n"
3181 "\n"
3182 msgstr ""
3183
3184 #. type: =head2
3185 #: ../src/guestfs.pod:1628
3186 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3187 msgstr ""
3188
3189 #. type: textblock
3190 #: ../src/guestfs.pod:1630
3191 msgid ""
3192 "The third variant is useful where you need to construct these calls.  You "
3193 "pass in a structure where you fill in the optional fields.  The structure "
3194 "has a bitmask as the first element which you must set to indicate which "
3195 "fields you have filled in.  For our example function the structure and call "
3196 "are declared:"
3197 msgstr ""
3198
3199 #. type: verbatim
3200 #: ../src/guestfs.pod:1636
3201 #, no-wrap
3202 msgid ""
3203 " struct guestfs_add_drive_opts_argv {\n"
3204 "   uint64_t bitmask;\n"
3205 "   int readonly;\n"
3206 "   const char *format;\n"
3207 "   /* ... */\n"
3208 " };\n"
3209 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3210 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3211 "\n"
3212 msgstr ""
3213
3214 #. type: textblock
3215 #: ../src/guestfs.pod:1645
3216 msgid "You could call it like this:"
3217 msgstr ""
3218
3219 #. type: verbatim
3220 #: ../src/guestfs.pod:1647
3221 #, no-wrap
3222 msgid ""
3223 " struct guestfs_add_drive_opts_argv optargs = {\n"
3224 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3225 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3226 "   .readonly = 1,\n"
3227 "   .format = \"qcow2\"\n"
3228 " };\n"
3229 " \n"
3230 msgstr ""
3231
3232 #. type: verbatim
3233 #: ../src/guestfs.pod:1654
3234 #, no-wrap
3235 msgid ""
3236 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3237 "\n"
3238 msgstr ""
3239
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1656 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1850 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3242 msgid "Notes:"
3243 msgstr ""
3244
3245 #. type: textblock
3246 #: ../src/guestfs.pod:1662
3247 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3248 msgstr ""
3249
3250 #. type: textblock
3251 #: ../src/guestfs.pod:1667
3252 msgid "You do not need to fill in all fields of the structure."
3253 msgstr ""
3254
3255 #. type: textblock
3256 #: ../src/guestfs.pod:1671
3257 msgid ""
3258 "There must be a one-to-one correspondence between fields of the structure "
3259 "that are filled in, and bits set in the bitmask."
3260 msgstr ""
3261
3262 #. type: =head2
3263 #: ../src/guestfs.pod:1676
3264 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3265 msgstr ""
3266
3267 #. type: textblock
3268 #: ../src/guestfs.pod:1678
3269 msgid ""
3270 "In other languages, optional arguments are expressed in the way that is "
3271 "natural for that language.  We refer you to the language-specific "
3272 "documentation for more details on that."
3273 msgstr ""
3274
3275 #. type: textblock
3276 #: ../src/guestfs.pod:1682
3277 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3278 msgstr ""
3279
3280 #. type: =head2
3281 #: ../src/guestfs.pod:1684
3282 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3283 msgstr ""
3284
3285 #. type: textblock
3286 #: ../src/guestfs.pod:1686
3287 msgid ""
3288 "B<Note:> This section documents the generic event mechanism introduced in "
3289 "libguestfs 1.10, which you should use in new code if possible.  The old "
3290 "functions C<guestfs_set_log_message_callback>, "
3291 "C<guestfs_set_subprocess_quit_callback>, "
3292 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3293 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3294 "page."
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1694
3299 msgid ""
3300 "Handles generate events when certain things happen, such as log messages "
3301 "being generated, progress messages during long-running operations, or the "
3302 "handle being closed.  The API calls described below let you register a "
3303 "callback to be called when events happen.  You can register multiple "
3304 "callbacks (for the same, different or overlapping sets of events), and "
3305 "individually remove callbacks.  If callbacks are not removed, then they "
3306 "remain in force until the handle is closed."
3307 msgstr ""
3308
3309 #. type: textblock
3310 #: ../src/guestfs.pod:1702
3311 msgid ""
3312 "In the current implementation, events are only generated synchronously: that "
3313 "means that events (and hence callbacks) can only happen while you are in the "
3314 "middle of making another libguestfs call.  The callback is called in the "
3315 "same thread."
3316 msgstr ""
3317
3318 #. type: textblock
3319 #: ../src/guestfs.pod:1707
3320 msgid ""
3321 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3322 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3323 msgstr ""
3324
3325 #. type: =head3
3326 #: ../src/guestfs.pod:1711
3327 msgid "CLASSES OF EVENTS"
3328 msgstr ""
3329
3330 #. type: =item
3331 #: ../src/guestfs.pod:1715
3332 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3333 msgstr ""
3334
3335 #. type: textblock
3336 #: ../src/guestfs.pod:1718
3337 msgid ""
3338 "The callback function will be called while the handle is being closed "
3339 "(synchronously from L</guestfs_close>)."
3340 msgstr ""
3341
3342 #. type: textblock
3343 #: ../src/guestfs.pod:1721
3344 msgid ""
3345 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3346 "handles that are open when the program exits.  This means that this callback "
3347 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3348 "problems in higher-level languages (eg. if your HLL interpreter has already "
3349 "been cleaned up by the time this is called, and if your callback then jumps "
3350 "into some HLL function)."
3351 msgstr ""
3352
3353 #. type: textblock
3354 #: ../src/guestfs.pod:1728
3355 msgid ""
3356 "If no callback is registered: the handle is closed without any callback "
3357 "being invoked."
3358 msgstr ""
3359
3360 #. type: =item
3361 #: ../src/guestfs.pod:1731
3362 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3363 msgstr ""
3364
3365 #. type: textblock
3366 #: ../src/guestfs.pod:1734
3367 msgid ""
3368 "The callback function will be called when the child process quits, either "
3369 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3370 "corresponds to a transition from any state to the CONFIG state)."
3371 msgstr ""
3372
3373 #. type: textblock
3374 #: ../src/guestfs.pod:1738 ../src/guestfs.pod:1747
3375 msgid "If no callback is registered: the event is ignored."
3376 msgstr ""
3377
3378 #. type: =item
3379 #: ../src/guestfs.pod:1740
3380 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1743
3385 msgid ""
3386 "The callback function will be called when the child process becomes ready "
3387 "first time after it has been launched.  (This corresponds to a transition "
3388 "from LAUNCHING to the READY state)."
3389 msgstr ""
3390
3391 #. type: =item
3392 #: ../src/guestfs.pod:1749
3393 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3394 msgstr ""
3395
3396 #. type: textblock
3397 #: ../src/guestfs.pod:1752
3398 msgid ""
3399 "Some long-running operations can generate progress messages.  If this "
3400 "callback is registered, then it will be called each time a progress message "
3401 "is generated (usually two seconds after the operation started, and three "
3402 "times per second thereafter until it completes, although the frequency may "
3403 "change in future versions)."
3404 msgstr ""
3405
3406 #. type: textblock
3407 #: ../src/guestfs.pod:1758
3408 msgid ""
3409 "The callback receives in the payload four unsigned 64 bit numbers which are "
3410 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3411 msgstr ""
3412
3413 #. type: textblock
3414 #: ../src/guestfs.pod:1761
3415 msgid ""
3416 "The units of C<total> are not defined, although for some operations C<total> "
3417 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3418 "or megabytes), and C<position> may be the portion which has been "
3419 "transferred."
3420 msgstr ""
3421
3422 #. type: textblock
3423 #: ../src/guestfs.pod:1766
3424 msgid "The only defined and stable parts of the API are:"
3425 msgstr ""
3426
3427 #. type: textblock
3428 #: ../src/guestfs.pod:1772
3429 msgid ""
3430 "The callback can display to the user some type of progress bar or indicator "
3431 "which shows the ratio of C<position>:C<total>."
3432 msgstr ""
3433
3434 #. type: textblock
3435 #: ../src/guestfs.pod:1777
3436 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3437 msgstr ""
3438
3439 #. type: textblock
3440 #: ../src/guestfs.pod:1781
3441 msgid ""
3442 "If any progress notification is sent during a call, then a final progress "
3443 "notification is always sent when C<position> = C<total>."
3444 msgstr ""
3445
3446 #. type: textblock
3447 #: ../src/guestfs.pod:1784
3448 msgid ""
3449 "This is to simplify caller code, so callers can easily set the progress "
3450 "indicator to \"100%\" at the end of the operation, without requiring special "
3451 "code to detect this case."
3452 msgstr ""
3453
3454 #. type: textblock
3455 #: ../src/guestfs.pod:1790
3456 msgid ""
3457 "The callback also receives the procedure number (C<proc_nr>) and serial "
3458 "number (C<serial>) of the call.  These are only useful for debugging "
3459 "protocol issues, and the callback can normally ignore them.  The callback "
3460 "may want to print these numbers in error messages or debugging messages."
3461 msgstr ""
3462
3463 #. type: textblock
3464 #: ../src/guestfs.pod:1796
3465 msgid "If no callback is registered: progress messages are discarded."
3466 msgstr ""
3467
3468 #. type: =item
3469 #: ../src/guestfs.pod:1798
3470 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3471 msgstr ""
3472
3473 #. type: textblock
3474 #: ../src/guestfs.pod:1801
3475 msgid ""
3476 "The callback function is called whenever a log message is generated by qemu, "
3477 "the appliance kernel, guestfsd (daemon), or utility programs."
3478 msgstr ""
3479
3480 #. type: textblock
3481 #: ../src/guestfs.pod:1804
3482 msgid ""
3483 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3484 "(L</guestfs_launch>) then additional debug messages are generated."
3485 msgstr ""
3486
3487 #. type: textblock
3488 #: ../src/guestfs.pod:1807 ../src/guestfs.pod:1821
3489 msgid ""
3490 "If no callback is registered: the messages are discarded unless the verbose "
3491 "flag is set in which case they are sent to stderr.  You can override the "
3492 "printing of verbose messages to stderr by setting up a callback."
3493 msgstr ""
3494
3495 #. type: =item
3496 #: ../src/guestfs.pod:1812
3497 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3498 msgstr ""
3499
3500 #. type: textblock
3501 #: ../src/guestfs.pod:1815
3502 msgid ""
3503 "The callback function is called whenever a log message is generated by the "
3504 "library part of libguestfs."
3505 msgstr ""
3506
3507 #. type: textblock
3508 #: ../src/guestfs.pod:1818
3509 msgid ""
3510 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3511 "messages are generated."
3512 msgstr ""
3513
3514 #. type: =item
3515 #: ../src/guestfs.pod:1826
3516 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3517 msgstr ""
3518
3519 #. type: textblock
3520 #: ../src/guestfs.pod:1829
3521 msgid ""
3522 "The callback function is called whenever a trace message is generated.  This "
3523 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3524 msgstr ""
3525
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1832
3528 msgid ""
3529 "If no callback is registered: the messages are sent to stderr.  You can "
3530 "override the printing of trace messages to stderr by setting up a callback."
3531 msgstr ""
3532
3533 #. type: =head3
3534 #: ../src/guestfs.pod:1838
3535 msgid "guestfs_set_event_callback"
3536 msgstr ""
3537
3538 #. type: verbatim
3539 #: ../src/guestfs.pod:1840
3540 #, no-wrap
3541 msgid ""
3542 " int guestfs_set_event_callback (guestfs_h *g,\n"
3543 "                                 guestfs_event_callback cb,\n"
3544 "                                 uint64_t event_bitmask,\n"
3545 "                                 int flags,\n"
3546 "                                 void *opaque);\n"
3547 "\n"
3548 msgstr ""
3549
3550 #. type: textblock
3551 #: ../src/guestfs.pod:1846
3552 msgid ""
3553 "This function registers a callback (C<cb>) for all event classes in the "
3554 "C<event_bitmask>."
3555 msgstr ""
3556
3557 #. type: textblock
3558 #: ../src/guestfs.pod:1849
3559 msgid ""
3560 "For example, to register for all log message events, you could call this "
3561 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3562 "To register a single callback for all possible classes of events, use "
3563 "C<GUESTFS_EVENT_ALL>."
3564 msgstr ""
3565
3566 #. type: textblock
3567 #: ../src/guestfs.pod:1855
3568 msgid "C<flags> should always be passed as 0."
3569 msgstr ""
3570
3571 #. type: textblock
3572 #: ../src/guestfs.pod:1857
3573 msgid ""
3574 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3575 "it for any purpose."
3576 msgstr ""
3577
3578 #. type: textblock
3579 #: ../src/guestfs.pod:1860
3580 msgid ""
3581 "The return value is the event handle (an integer) which you can use to "
3582 "delete the callback (see below)."
3583 msgstr ""
3584
3585 #. type: textblock
3586 #: ../src/guestfs.pod:1863
3587 msgid ""
3588 "If there is an error, this function returns C<-1>, and sets the error in the "
3589 "handle in the usual way (see L</guestfs_last_error> etc.)"
3590 msgstr ""
3591
3592 #. type: textblock
3593 #: ../src/guestfs.pod:1866
3594 msgid ""
3595 "Callbacks remain in effect until they are deleted, or until the handle is "
3596 "closed."
3597 msgstr ""
3598
3599 #. type: textblock
3600 #: ../src/guestfs.pod:1869
3601 msgid ""
3602 "In the case where multiple callbacks are registered for a particular event "
3603 "class, all of the callbacks are called.  The order in which multiple "
3604 "callbacks are called is not defined."
3605 msgstr ""
3606
3607 #. type: =head3
3608 #: ../src/guestfs.pod:1873
3609 msgid "guestfs_delete_event_callback"
3610 msgstr ""
3611
3612 #. type: verbatim
3613 #: ../src/guestfs.pod:1875
3614 #, no-wrap
3615 msgid ""
3616 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3617 "\n"
3618 msgstr ""
3619
3620 #. type: textblock
3621 #: ../src/guestfs.pod:1877
3622 msgid ""
3623 "Delete a callback that was previously registered.  C<event_handle> should be "
3624 "the integer that was returned by a previous call to "
3625 "C<guestfs_set_event_callback> on the same handle."
3626 msgstr ""
3627
3628 #. type: =head3
3629 #: ../src/guestfs.pod:1881
3630 msgid "guestfs_event_callback"
3631 msgstr ""
3632
3633 #. type: verbatim
3634 #: ../src/guestfs.pod:1883
3635 #, no-wrap
3636 msgid ""
3637 " typedef void (*guestfs_event_callback) (\n"
3638 "                  guestfs_h *g,\n"
3639 "                  void *opaque,\n"
3640 "                  uint64_t event,\n"
3641 "                  int event_handle,\n"
3642 "                  int flags,\n"
3643 "                  const char *buf, size_t buf_len,\n"
3644 "                  const uint64_t *array, size_t array_len);\n"
3645 "\n"
3646 msgstr ""
3647
3648 #. type: textblock
3649 #: ../src/guestfs.pod:1892
3650 msgid "This is the type of the event callback function that you have to provide."
3651 msgstr ""
3652
3653 #. type: textblock
3654 #: ../src/guestfs.pod:1895
3655 msgid ""
3656 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3657 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3658 "handle, and C<flags> which in the current API you should ignore."
3659 msgstr ""
3660
3661 #. type: textblock
3662 #: ../src/guestfs.pod:1899
3663 msgid ""
3664 "The remaining parameters contain the event payload (if any).  Each event may "
3665 "contain a payload, which usually relates to the event class, but for future "
3666 "proofing your code should be written to handle any payload for any event "
3667 "class."
3668 msgstr ""
3669
3670 #. type: textblock
3671 #: ../src/guestfs.pod:1904
3672 msgid ""
3673 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3674 "there is no message buffer).  Note that this message buffer can contain "
3675 "arbitrary 8 bit data, including NUL bytes."
3676 msgstr ""
3677
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1908
3680 msgid ""
3681 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3682 "moment this is only used for progress messages."
3683 msgstr ""
3684
3685 #. type: =head3
3686 #: ../src/guestfs.pod:1911
3687 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3688 msgstr ""
3689
3690 #. type: textblock
3691 #: ../src/guestfs.pod:1913
3692 msgid ""
3693 "One motivation for the generic event API was to allow GUI programs to "
3694 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3695 "unconditionally to C<stderr>."
3696 msgstr ""
3697
3698 #. type: textblock
3699 #: ../src/guestfs.pod:1917
3700 msgid ""
3701 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3702 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3703 "messages are not events; you must capture error messages separately)."
3704 msgstr ""
3705
3706 #. type: textblock
3707 #: ../src/guestfs.pod:1922
3708 msgid ""
3709 "Programs have to set up a callback to capture the classes of events of "
3710 "interest:"
3711 msgstr ""
3712
3713 #. type: verbatim
3714 #: ../src/guestfs.pod:1925
3715 #, no-wrap
3716 msgid ""
3717 " int eh =\n"
3718 "   guestfs_set_event_callback\n"
3719 "     (g, message_callback,\n"
3720 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3721 "      GUESTFS_EVENT_TRACE,\n"
3722 "      0, NULL) == -1)\n"
3723 " if (eh == -1) {\n"
3724 "   // handle error in the usual way\n"
3725 " }\n"
3726 "\n"
3727 msgstr ""
3728
3729 #. type: textblock
3730 #: ../src/guestfs.pod:1935
3731 msgid ""
3732 "The callback can then direct messages to the appropriate place.  In this "
3733 "example, messages are directed to syslog:"
3734 msgstr ""
3735
3736 #. type: verbatim
3737 #: ../src/guestfs.pod:1938
3738 #, no-wrap
3739 msgid ""
3740 " static void\n"
3741 " message_callback (\n"
3742 "         guestfs_h *g,\n"
3743 "         void *opaque,\n"
3744 "         uint64_t event,\n"
3745 "         int event_handle,\n"
3746 "         int flags,\n"
3747 "         const char *buf, size_t buf_len,\n"
3748 "         const uint64_t *array, size_t array_len)\n"
3749 " {\n"
3750 "   const int priority = LOG_USER|LOG_INFO;\n"
3751 "   if (buf_len > 0)\n"
3752 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3753 " }\n"
3754 "\n"
3755 msgstr ""
3756
3757 #. type: =head1
3758 #: ../src/guestfs.pod:1953
3759 msgid "PRIVATE DATA AREA"
3760 msgstr ""
3761
3762 #. type: textblock
3763 #: ../src/guestfs.pod:1955
3764 msgid ""
3765 "You can attach named pieces of private data to the libguestfs handle, fetch "
3766 "them by name, and walk over them, for the lifetime of the handle.  This is "
3767 "called the private data area and is only available from the C API."
3768 msgstr ""
3769
3770 #. type: textblock
3771 #: ../src/guestfs.pod:1960
3772 msgid "To attach a named piece of data, use the following call:"
3773 msgstr ""
3774
3775 #. type: verbatim
3776 #: ../src/guestfs.pod:1962
3777 #, no-wrap
3778 msgid ""
3779 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3780 "\n"
3781 msgstr ""
3782
3783 #. type: textblock
3784 #: ../src/guestfs.pod:1964
3785 msgid ""
3786 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3787 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3788 "overwritten."
3789 msgstr ""
3790
3791 #. type: textblock
3792 #: ../src/guestfs.pod:1968
3793 msgid ""
3794 "You can use any C<key> you want, but names beginning with an underscore "
3795 "character are reserved for internal libguestfs purposes (for implementing "
3796 "language bindings).  It is recommended to prefix the name with some unique "
3797 "string to avoid collisions with other users."
3798 msgstr ""
3799
3800 #. type: textblock
3801 #: ../src/guestfs.pod:1973
3802 msgid "To retrieve the pointer, use:"
3803 msgstr ""
3804
3805 #. type: verbatim
3806 #: ../src/guestfs.pod:1975
3807 #, no-wrap
3808 msgid ""
3809 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3810 "\n"
3811 msgstr ""
3812
3813 #. type: textblock
3814 #: ../src/guestfs.pod:1977
3815 msgid ""
3816 "This function returns C<NULL> if either no data is found associated with "
3817 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3818 "C<NULL>."
3819 msgstr ""
3820
3821 #. type: textblock
3822 #: ../src/guestfs.pod:1981
3823 msgid ""
3824 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3825 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3826 "all.  In particular, libguestfs does I<not> try to free the data when the "
3827 "handle is closed.  If the data must be freed, then the caller must either "
3828 "free it before calling L</guestfs_close> or must set up a close callback to "
3829 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3830 msgstr ""
3831
3832 #. type: textblock
3833 #: ../src/guestfs.pod:1988
3834 msgid "To walk over all entries, use these two functions:"
3835 msgstr ""
3836
3837 #. type: verbatim
3838 #: ../src/guestfs.pod:1990
3839 #, no-wrap
3840 msgid ""
3841 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3842 "\n"
3843 msgstr ""
3844
3845 #. type: verbatim
3846 #: ../src/guestfs.pod:1992
3847 #, no-wrap
3848 msgid ""
3849 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3850 "\n"
3851 msgstr ""
3852
3853 #. type: textblock
3854 #: ../src/guestfs.pod:1994
3855 msgid ""
3856 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3857 "not have any particular meaning -- keys are not returned in any defined "
3858 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3859 "corresponding data pointer is returned from the function.  C<NULL> is "
3860 "returned if there are no keys stored in the handle."
3861 msgstr ""
3862
3863 #. type: textblock
3864 #: ../src/guestfs.pod:2000
3865 msgid ""
3866 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3867 "value of this function is also C<NULL> is there are no further entries to "
3868 "return."
3869 msgstr ""
3870
3871 #. type: textblock
3872 #: ../src/guestfs.pod:2004
3873 msgid "Notes about walking over entries:"
3874 msgstr ""
3875
3876 #. type: textblock
3877 #: ../src/guestfs.pod:2010
3878 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3879 msgstr ""
3880
3881 #. type: textblock
3882 #: ../src/guestfs.pod:2015
3883 msgid ""
3884 "The handle maintains an internal iterator which is reset when you call "
3885 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3886 "call C<guestfs_set_private>."
3887 msgstr ""
3888
3889 #. type: textblock
3890 #: ../src/guestfs.pod:2021
3891 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3892 msgstr ""
3893
3894 #. type: verbatim
3895 #: ../src/guestfs.pod:2023
3896 #, no-wrap
3897 msgid ""
3898 " guestfs_set_private (g, key, NULL);\n"
3899 "\n"
3900 msgstr ""
3901
3902 #. type: textblock
3903 #: ../src/guestfs.pod:2025
3904 msgid "then that C<key> is not returned when walking."
3905 msgstr ""
3906
3907 #. type: textblock
3908 #: ../src/guestfs.pod:2029
3909 msgid ""
3910 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3911 "C<guestfs_next_private> or C<guestfs_set_private>."
3912 msgstr ""
3913
3914 #. type: textblock
3915 #: ../src/guestfs.pod:2035
3916 msgid ""
3917 "The following example code shows how to print all keys and data pointers "
3918 "that are associated with the handle C<g>:"
3919 msgstr ""
3920
3921 #. type: verbatim
3922 #: ../src/guestfs.pod:2038
3923 #, no-wrap
3924 msgid ""
3925 " const char *key;\n"
3926 " void *data = guestfs_first_private (g, &key);\n"
3927 " while (data != NULL)\n"
3928 "   {\n"
3929 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3930 "     data = guestfs_next_private (g, &key);\n"
3931 "   }\n"
3932 "\n"
3933 msgstr ""
3934
3935 #. type: textblock
3936 #: ../src/guestfs.pod:2046
3937 msgid ""
3938 "More commonly you are only interested in keys that begin with an "
3939 "application-specific prefix C<foo_>.  Modify the loop like so:"
3940 msgstr ""
3941
3942 #. type: verbatim
3943 #: ../src/guestfs.pod:2049
3944 #, no-wrap
3945 msgid ""
3946 " const char *key;\n"
3947 " void *data = guestfs_first_private (g, &key);\n"
3948 " while (data != NULL)\n"
3949 "   {\n"
3950 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3951 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3952 "     data = guestfs_next_private (g, &key);\n"
3953 "   }\n"
3954 "\n"
3955 msgstr ""
3956
3957 #. type: textblock
3958 #: ../src/guestfs.pod:2058
3959 msgid ""
3960 "If you need to modify keys while walking, then you have to jump back to the "
3961 "beginning of the loop.  For example, to delete all keys prefixed with "
3962 "C<foo_>:"
3963 msgstr ""
3964
3965 #. type: verbatim
3966 #: ../src/guestfs.pod:2062
3967 #, no-wrap
3968 msgid ""
3969 "  const char *key;\n"
3970 "  void *data;\n"
3971 " again:\n"
3972 "  data = guestfs_first_private (g, &key);\n"
3973 "  while (data != NULL)\n"
3974 "    {\n"
3975 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3976 "        {\n"
3977 "          guestfs_set_private (g, key, NULL);\n"
3978 "          /* note that 'key' pointer is now invalid, and so is\n"
3979 "             the internal iterator */\n"
3980 "          goto again;\n"
3981 "        }\n"
3982 "      data = guestfs_next_private (g, &key);\n"
3983 "    }\n"
3984 "\n"
3985 msgstr ""
3986
3987 #. type: textblock
3988 #: ../src/guestfs.pod:2078
3989 msgid ""
3990 "Note that the above loop is guaranteed to terminate because the keys are "
3991 "being deleted, but other manipulations of keys within the loop might not "
3992 "terminate unless you also maintain an indication of which keys have been "
3993 "visited."
3994 msgstr ""
3995
3996 #. type: =end
3997 #: ../src/guestfs.pod:2083 ../src/guestfs.pod:2088
3998 msgid "html"
3999 msgstr ""
4000
4001 #. type: textblock
4002 #: ../src/guestfs.pod:2085
4003 msgid ""
4004 "<!-- old anchor for the next section --> <a "
4005 "name=\"state_machine_and_low_level_event_api\"/>"
4006 msgstr ""
4007
4008 #. type: =head1
4009 #: ../src/guestfs.pod:2090
4010 msgid "ARCHITECTURE"
4011 msgstr ""
4012
4013 #. type: textblock
4014 #: ../src/guestfs.pod:2092
4015 msgid ""
4016 "Internally, libguestfs is implemented by running an appliance (a special "
4017 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4018 "process of the main program."
4019 msgstr ""
4020
4021 #. type: verbatim
4022 #: ../src/guestfs.pod:2096
4023 #, no-wrap
4024 msgid ""
4025 "  ___________________\n"
4026 " /                   \\\n"
4027 " | main program      |\n"
4028 " |                   |\n"
4029 " |                   |           child process / appliance\n"
4030 " |                   |           __________________________\n"
4031 " |                   |          / qemu                     \\\n"
4032 " +-------------------+   RPC    |      +-----------------+ |\n"
4033 " | libguestfs     <--------------------> guestfsd        | |\n"
4034 " |                   |          |      +-----------------+ |\n"
4035 " \\___________________/          |      | Linux kernel    | |\n"
4036 "                                |      +--^--------------+ |\n"
4037 "                                \\_________|________________/\n"
4038 "                                          |\n"
4039 "                                   _______v______\n"
4040 "                                  /              \\\n"
4041 "                                  | Device or    |\n"
4042 "                                  | disk image   |\n"
4043 "                                  \\______________/\n"
4044 "\n"
4045 msgstr ""
4046
4047 #. type: textblock
4048 #: ../src/guestfs.pod:2116
4049 msgid ""
4050 "The library, linked to the main program, creates the child process and hence "
4051 "the appliance in the L</guestfs_launch> function."
4052 msgstr ""
4053
4054 #. type: textblock
4055 #: ../src/guestfs.pod:2119
4056 msgid ""
4057 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4058 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4059 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4060 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4061 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4062 "attached to the qemu process which translates device access by the "
4063 "appliance's Linux kernel into accesses to the image."
4064 msgstr ""
4065
4066 #. type: textblock
4067 #: ../src/guestfs.pod:2128
4068 msgid ""
4069 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4070 "Although the disk image you are attached to might also be used by some "
4071 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4072 "care if both libguestfs's qemu process and your virtual machine are trying "
4073 "to update the disk image at the same time, since these usually results in "
4074 "massive disk corruption)."
4075 msgstr ""
4076
4077 #. type: =head1
4078 #: ../src/guestfs.pod:2135
4079 msgid "STATE MACHINE"
4080 msgstr ""
4081
4082 #. type: textblock
4083 #: ../src/guestfs.pod:2137
4084 msgid "libguestfs uses a state machine to model the child process:"
4085 msgstr ""
4086
4087 #. type: verbatim
4088 #: ../src/guestfs.pod:2139
4089 #, no-wrap
4090 msgid ""
4091 "                         |\n"
4092 "                    guestfs_create\n"
4093 "                         |\n"
4094 "                         |\n"
4095 "                     ____V_____\n"
4096 "                    /          \\\n"
4097 "                    |  CONFIG  |\n"
4098 "                    \\__________/\n"
4099 "                     ^ ^   ^  \\\n"
4100 "                    /  |    \\  \\ guestfs_launch\n"
4101 "                   /   |    _\\__V______\n"
4102 "                  /    |   /           \\\n"
4103 "                 /     |   | LAUNCHING |\n"
4104 "                /      |   \\___________/\n"
4105 "               /       |       /\n"
4106 "              /        |  guestfs_launch\n"
4107 "             /         |     /\n"
4108 "    ______  /        __|____V\n"
4109 "   /      \\ ------> /        \\\n"
4110 "   | BUSY |         | READY  |\n"
4111 "   \\______/ <------ \\________/\n"
4112 "\n"
4113 msgstr ""
4114
4115 #. type: textblock
4116 #: ../src/guestfs.pod:2161
4117 msgid ""
4118 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4119 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4120 "(3) alternating between READY and BUSY as commands are issued to, and "
4121 "carried out by, the child process."
4122 msgstr ""
4123
4124 #. type: textblock
4125 #: ../src/guestfs.pod:2166
4126 msgid ""
4127 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4128 "asynchronously at any time (eg. due to some internal error), and that causes "
4129 "the state to transition back to CONFIG."
4130 msgstr ""
4131
4132 #. type: textblock
4133 #: ../src/guestfs.pod:2170
4134 msgid ""
4135 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4136 "issued when in the CONFIG state."
4137 msgstr ""
4138
4139 #. type: textblock
4140 #: ../src/guestfs.pod:2173
4141 msgid ""
4142 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4143 "L</guestfs_launch> blocks until the child process is READY to accept "
4144 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4145 "moves the state from CONFIG to LAUNCHING while it is running."
4146 msgstr ""
4147
4148 #. type: textblock
4149 #: ../src/guestfs.pod:2179
4150 msgid ""
4151 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4152 "state.  These API calls block waiting for the command to be carried out "
4153 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4154 "non-blocking versions, and no way to issue more than one command per handle "
4155 "at the same time."
4156 msgstr ""
4157
4158 #. type: textblock
4159 #: ../src/guestfs.pod:2185
4160 msgid ""
4161 "Finally, the child process sends asynchronous messages back to the main "
4162 "program, such as kernel log messages.  You can register a callback to "
4163 "receive these messages."
4164 msgstr ""
4165
4166 #. type: =head1
4167 #: ../src/guestfs.pod:2189
4168 msgid "INTERNALS"
4169 msgstr ""
4170
4171 #. type: =head2
4172 #: ../src/guestfs.pod:2191
4173 msgid "COMMUNICATION PROTOCOL"
4174 msgstr ""
4175
4176 #. type: textblock
4177 #: ../src/guestfs.pod:2193
4178 msgid ""
4179 "Don't rely on using this protocol directly.  This section documents how it "
4180 "currently works, but it may change at any time."
4181 msgstr ""
4182
4183 #. type: textblock
4184 #: ../src/guestfs.pod:2196
4185 msgid ""
4186 "The protocol used to talk between the library and the daemon running inside "
4187 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4188 "1014, RFC 1832, RFC 4506)."
4189 msgstr ""
4190
4191 #. type: textblock
4192 #: ../src/guestfs.pod:2200
4193 msgid ""
4194 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4195 "this file is automatically generated)."
4196 msgstr ""
4197
4198 #. type: textblock
4199 #: ../src/guestfs.pod:2203
4200 msgid ""
4201 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4202 "and C<FileOut> parameters, which are handled with very simple request/reply "
4203 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4204 "parameters, which use the same request and reply messages, but they may also "
4205 "be followed by files sent using a chunked encoding."
4206 msgstr ""
4207
4208 #. type: =head3
4209 #: ../src/guestfs.pod:2210
4210 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4211 msgstr ""
4212
4213 #. type: textblock
4214 #: ../src/guestfs.pod:2212
4215 msgid "For ordinary functions, the request message is:"
4216 msgstr ""
4217
4218 #. type: verbatim
4219 #: ../src/guestfs.pod:2214
4220 #, no-wrap
4221 msgid ""
4222 " total length (header + arguments,\n"
4223 "      but not including the length word itself)\n"
4224 " struct guestfs_message_header (encoded as XDR)\n"
4225 " struct guestfs_<foo>_args (encoded as XDR)\n"
4226 "\n"
4227 msgstr ""
4228
4229 #. type: textblock
4230 #: ../src/guestfs.pod:2219
4231 msgid ""
4232 "The total length field allows the daemon to allocate a fixed size buffer "
4233 "into which it slurps the rest of the message.  As a result, the total length "
4234 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4235 "effective size of any request is limited to somewhere under this size."
4236 msgstr ""
4237
4238 #. type: textblock
4239 #: ../src/guestfs.pod:2225
4240 msgid ""
4241 "Note also that many functions don't take any arguments, in which case the "
4242 "C<guestfs_I<foo>_args> is completely omitted."
4243 msgstr ""
4244
4245 #. type: textblock
4246 #: ../src/guestfs.pod:2228
4247 msgid ""
4248 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4249 "receiver knows what type of args structure to expect, or none at all."
4250 msgstr ""
4251
4252 #. type: textblock
4253 #: ../src/guestfs.pod:2232
4254 msgid ""
4255 "For functions that take optional arguments, the optional arguments are "
4256 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4257 "arguments.  A bitmask in the header indicates which optional arguments are "
4258 "meaningful.  The bitmask is also checked to see if it contains bits set "
4259 "which the daemon does not know about (eg. if more optional arguments were "
4260 "added in a later version of the library), and this causes the call to be "
4261 "rejected."
4262 msgstr ""
4263
4264 #. type: textblock
4265 #: ../src/guestfs.pod:2240
4266 msgid "The reply message for ordinary functions is:"
4267 msgstr ""
4268
4269 #. type: verbatim
4270 #: ../src/guestfs.pod:2242
4271 #, no-wrap
4272 msgid ""
4273 " total length (header + ret,\n"
4274 "      but not including the length word itself)\n"
4275 " struct guestfs_message_header (encoded as XDR)\n"
4276 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4277 "\n"
4278 msgstr ""
4279
4280 #. type: textblock
4281 #: ../src/guestfs.pod:2247
4282 msgid ""
4283 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4284 "functions that return no formal return values."
4285 msgstr ""
4286
4287 #. type: textblock
4288 #: ../src/guestfs.pod:2250
4289 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4290 msgstr ""
4291
4292 #. type: textblock
4293 #: ../src/guestfs.pod:2253
4294 msgid ""
4295 "In the case of an error, a flag is set in the header, and the reply message "
4296 "is slightly changed:"
4297 msgstr ""
4298
4299 #. type: verbatim
4300 #: ../src/guestfs.pod:2256
4301 #, no-wrap
4302 msgid ""
4303 " total length (header + error,\n"
4304 "      but not including the length word itself)\n"
4305 " struct guestfs_message_header (encoded as XDR)\n"
4306 " struct guestfs_message_error (encoded as XDR)\n"
4307 "\n"
4308 msgstr ""
4309
4310 #. type: textblock
4311 #: ../src/guestfs.pod:2261
4312 msgid ""
4313 "The C<guestfs_message_error> structure contains the error message as a "
4314 "string."
4315 msgstr ""
4316
4317 #. type: =head3
4318 #: ../src/guestfs.pod:2264
4319 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4320 msgstr ""
4321
4322 #. type: textblock
4323 #: ../src/guestfs.pod:2266
4324 msgid ""
4325 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4326 "The normal request message is sent (see above).  However this is followed by "
4327 "a sequence of file chunks."
4328 msgstr ""
4329
4330 #. type: verbatim
4331 #: ../src/guestfs.pod:2270
4332 #, no-wrap
4333 msgid ""
4334 " total length (header + arguments,\n"
4335 "      but not including the length word itself,\n"
4336 "      and not including the chunks)\n"
4337 " struct guestfs_message_header (encoded as XDR)\n"
4338 " struct guestfs_<foo>_args (encoded as XDR)\n"
4339 " sequence of chunks for FileIn param #0\n"
4340 " sequence of chunks for FileIn param #1 etc.\n"
4341 "\n"
4342 msgstr ""
4343
4344 #. type: textblock
4345 #: ../src/guestfs.pod:2278
4346 msgid "The \"sequence of chunks\" is:"
4347 msgstr ""
4348
4349 #. type: verbatim
4350 #: ../src/guestfs.pod:2280
4351 #, no-wrap
4352 msgid ""
4353 " length of chunk (not including length word itself)\n"
4354 " struct guestfs_chunk (encoded as XDR)\n"
4355 " length of chunk\n"
4356 " struct guestfs_chunk (encoded as XDR)\n"
4357 "   ...\n"
4358 " length of chunk\n"
4359 " struct guestfs_chunk (with data.data_len == 0)\n"
4360 "\n"
4361 msgstr ""
4362
4363 #. type: textblock
4364 #: ../src/guestfs.pod:2288
4365 msgid ""
4366 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4367 "is set in the final chunk to indicate either successful completion or early "
4368 "cancellation."
4369 msgstr ""
4370
4371 #. type: textblock
4372 #: ../src/guestfs.pod:2292
4373 msgid ""
4374 "At time of writing there are no functions that have more than one FileIn "
4375 "parameter.  However this is (theoretically) supported, by sending the "
4376 "sequence of chunks for each FileIn parameter one after another (from left to "
4377 "right)."
4378 msgstr ""
4379
4380 #. type: textblock
4381 #: ../src/guestfs.pod:2297
4382 msgid ""
4383 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4384 "transfer.  The library does this by sending a chunk with a special flag set "
4385 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4386 "RPC, does I<not> send any reply, and goes back to reading the next request."
4387 msgstr ""
4388
4389 #. type: textblock
4390 #: ../src/guestfs.pod:2303
4391 msgid ""
4392 "The daemon may also cancel.  It does this by writing a special word "
4393 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4394 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4395 "cancel chunk).  The special word is chosen so that even if cancellation "
4396 "happens right at the end of the transfer (after the library has finished "
4397 "writing and has started listening for the reply), the \"spurious\" cancel "
4398 "flag will not be confused with the reply message."
4399 msgstr ""
4400
4401 #. type: textblock
4402 #: ../src/guestfs.pod:2312
4403 msgid ""
4404 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4405 "limit), and also files where the size is not known in advance (eg. from "
4406 "pipes or sockets).  However the chunks are rather small "
4407 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4408 "to keep much in memory."
4409 msgstr ""
4410
4411 #. type: =head3
4412 #: ../src/guestfs.pod:2318
4413 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4414 msgstr ""
4415
4416 #. type: textblock
4417 #: ../src/guestfs.pod:2320
4418 msgid ""
4419 "The protocol for FileOut parameters is exactly the same as for FileIn "
4420 "parameters, but with the roles of daemon and library reversed."
4421 msgstr ""
4422
4423 #. type: verbatim
4424 #: ../src/guestfs.pod:2323
4425 #, no-wrap
4426 msgid ""
4427 " total length (header + ret,\n"
4428 "      but not including the length word itself,\n"
4429 "      and not including the chunks)\n"
4430 " struct guestfs_message_header (encoded as XDR)\n"
4431 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4432 " sequence of chunks for FileOut param #0\n"
4433 " sequence of chunks for FileOut param #1 etc.\n"
4434 "\n"
4435 msgstr ""
4436
4437 #. type: =head3
4438 #: ../src/guestfs.pod:2331
4439 msgid "INITIAL MESSAGE"
4440 msgstr ""
4441
4442 #. type: textblock
4443 #: ../src/guestfs.pod:2333
4444 msgid ""
4445 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4446 "which indicates that the guest and daemon is alive.  This is what "
4447 "L</guestfs_launch> waits for."
4448 msgstr ""
4449
4450 #. type: =head3
4451 #: ../src/guestfs.pod:2337
4452 msgid "PROGRESS NOTIFICATION MESSAGES"
4453 msgstr ""
4454
4455 #. type: textblock
4456 #: ../src/guestfs.pod:2339
4457 msgid ""
4458 "The daemon may send progress notification messages at any time.  These are "
4459 "distinguished by the normal length word being replaced by "
4460 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4461 msgstr ""
4462
4463 #. type: textblock
4464 #: ../src/guestfs.pod:2343
4465 msgid ""
4466 "The library turns them into progress callbacks (see "
4467 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4468 "them if not."
4469 msgstr ""
4470
4471 #. type: textblock
4472 #: ../src/guestfs.pod:2347
4473 msgid ""
4474 "The daemon self-limits the frequency of progress messages it sends (see "
4475 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4476 "messages."
4477 msgstr ""
4478
4479 #. type: =head1
4480 #: ../src/guestfs.pod:2351
4481 msgid "LIBGUESTFS VERSION NUMBERS"
4482 msgstr ""
4483
4484 #. type: textblock
4485 #: ../src/guestfs.pod:2353
4486 msgid ""
4487 "Since April 2010, libguestfs has started to make separate development and "
4488 "stable releases, along with corresponding branches in our git repository.  "
4489 "These separate releases can be identified by version number:"
4490 msgstr ""
4491
4492 #. type: verbatim
4493 #: ../src/guestfs.pod:2358
4494 #, no-wrap
4495 msgid ""
4496 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4497 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4498 "       |\n"
4499 "       v\n"
4500 " 1  .  3  .  5\n"
4501 " ^           ^\n"
4502 " |           |\n"
4503 " |           `-------- sub-version\n"
4504 " |\n"
4505 " `------ always '1' because we don't change the ABI\n"
4506 "\n"
4507 msgstr ""
4508
4509 #. type: textblock
4510 #: ../src/guestfs.pod:2369
4511 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4512 msgstr ""
4513
4514 #. type: textblock
4515 #: ../src/guestfs.pod:2371
4516 msgid ""
4517 "As time passes we cherry pick fixes from the development branch and backport "
4518 "those into the stable branch, the effect being that the stable branch should "
4519 "get more stable and less buggy over time.  So the stable releases are ideal "
4520 "for people who don't need new features but would just like the software to "
4521 "work."
4522 msgstr ""
4523
4524 #. type: textblock
4525 #: ../src/guestfs.pod:2377
4526 msgid "Our criteria for backporting changes are:"
4527 msgstr ""
4528
4529 #. type: textblock
4530 #: ../src/guestfs.pod:2383
4531 msgid ""
4532 "Documentation changes which don't affect any code are backported unless the "
4533 "documentation refers to a future feature which is not in stable."
4534 msgstr ""
4535
4536 #. type: textblock
4537 #: ../src/guestfs.pod:2389
4538 msgid ""
4539 "Bug fixes which are not controversial, fix obvious problems, and have been "
4540 "well tested are backported."
4541 msgstr ""
4542
4543 #. type: textblock
4544 #: ../src/guestfs.pod:2394
4545 msgid ""
4546 "Simple rearrangements of code which shouldn't affect how it works get "
4547 "backported.  This is so that the code in the two branches doesn't get too "
4548 "far out of step, allowing us to backport future fixes more easily."
4549 msgstr ""
4550
4551 #. type: textblock
4552 #: ../src/guestfs.pod:2400
4553 msgid ""
4554 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4555 "exceptional case: the new feature is required in order to implement an "
4556 "important bug fix."
4557 msgstr ""
4558
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2406
4561 msgid ""
4562 "A new stable branch starts when we think the new features in development are "
4563 "substantial and compelling enough over the current stable branch to warrant "
4564 "it.  When that happens we create new stable and development versions 1.N.0 "
4565 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4566 "stable at this point, but by backporting fixes from development, that branch "
4567 "will stabilize over time."
4568 msgstr ""
4569
4570 #. type: =head1
4571 #: ../src/guestfs.pod:2414
4572 msgid "EXTENDING LIBGUESTFS"
4573 msgstr ""
4574
4575 #. type: =head2
4576 #: ../src/guestfs.pod:2416
4577 msgid "ADDING A NEW API ACTION"
4578 msgstr ""
4579
4580 #. type: textblock
4581 #: ../src/guestfs.pod:2418
4582 msgid ""
4583 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4584 "documentation) are generated, and this makes it easy to extend the "
4585 "libguestfs API."
4586 msgstr ""
4587
4588 #. type: textblock
4589 #: ../src/guestfs.pod:2422
4590 msgid "To add a new API action there are two changes:"
4591 msgstr ""
4592
4593 #. type: textblock
4594 #: ../src/guestfs.pod:2428
4595 msgid ""
4596 "You need to add a description of the call (name, parameters, return type, "
4597 "tests, documentation) to C<generator/generator_actions.ml>."
4598 msgstr ""
4599
4600 #. type: textblock
4601 #: ../src/guestfs.pod:2431
4602 msgid ""
4603 "There are two sorts of API action, depending on whether the call goes "
4604 "through to the daemon in the appliance, or is serviced entirely by the "
4605 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4606 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4607 "an example of the latter, since a trace flag is maintained in the handle and "
4608 "all tracing is done on the library side."
4609 msgstr ""
4610
4611 #. type: textblock
4612 #: ../src/guestfs.pod:2439
4613 msgid ""
4614 "Most new actions are of the first type, and get added to the "
4615 "C<daemon_functions> list.  Each function has a unique procedure number used "
4616 "in the RPC protocol which is assigned to that action when we publish "
4617 "libguestfs and cannot be reused.  Take the latest procedure number and "
4618 "increment it."
4619 msgstr ""
4620
4621 #. type: textblock
4622 #: ../src/guestfs.pod:2445
4623 msgid ""
4624 "For library-only actions of the second type, add to the "
4625 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4626 "library and do not travel over the RPC mechanism to the daemon, these "
4627 "functions do not need a procedure number, and so the procedure number is set "
4628 "to C<-1>."
4629 msgstr ""
4630
4631 #. type: textblock
4632 #: ../src/guestfs.pod:2453
4633 msgid "Implement the action (in C):"
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2455
4638 msgid ""
4639 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4640 "C<daemon/> directory."
4641 msgstr ""
4642
4643 #. type: textblock
4644 #: ../src/guestfs.pod:2458
4645 msgid ""
4646 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4647 "(note: double underscore) in the C<src/> directory."
4648 msgstr ""
4649
4650 #. type: textblock
4651 #: ../src/guestfs.pod:2461
4652 msgid "In either case, use another function as an example of what to do."
4653 msgstr ""
4654
4655 #. type: textblock
4656 #: ../src/guestfs.pod:2465
4657 msgid "After making these changes, use C<make> to compile."
4658 msgstr ""
4659
4660 #. type: textblock
4661 #: ../src/guestfs.pod:2467
4662 msgid ""
4663 "Note that you don't need to implement the RPC, language bindings, manual "
4664 "pages or anything else.  It's all automatically generated from the OCaml "
4665 "description."
4666 msgstr ""
4667
4668 #. type: =head2
4669 #: ../src/guestfs.pod:2471
4670 msgid "ADDING TESTS FOR AN API ACTION"
4671 msgstr ""
4672
4673 #. type: textblock
4674 #: ../src/guestfs.pod:2473
4675 msgid ""
4676 "You can supply zero or as many tests as you want per API call.  The tests "
4677 "can either be added as part of the API description "
4678 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4679 "drop a script into C<regressions/>.  Note that adding a script to "
4680 "C<regressions/> is slower, so if possible use the first method."
4681 msgstr ""
4682
4683 #. type: textblock
4684 #: ../src/guestfs.pod:2479
4685 msgid ""
4686 "The following describes the test environment used when you add an API test "
4687 "in C<generator_actions.ml>."
4688 msgstr ""
4689
4690 #. type: textblock
4691 #: ../src/guestfs.pod:2482
4692 msgid "The test environment has 4 block devices:"
4693 msgstr ""
4694
4695 #. type: =item
4696 #: ../src/guestfs.pod:2486
4697 msgid "C</dev/sda> 500MB"
4698 msgstr ""
4699
4700 #. type: textblock
4701 #: ../src/guestfs.pod:2488
4702 msgid "General block device for testing."
4703 msgstr ""
4704
4705 #. type: =item
4706 #: ../src/guestfs.pod:2490
4707 msgid "C</dev/sdb> 50MB"
4708 msgstr ""
4709
4710 #. type: textblock
4711 #: ../src/guestfs.pod:2492
4712 msgid ""
4713 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4714 "operations."
4715 msgstr ""
4716
4717 #. type: =item
4718 #: ../src/guestfs.pod:2495
4719 msgid "C</dev/sdc> 10MB"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2497
4724 msgid "Used in a few tests where two block devices are needed."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../src/guestfs.pod:2499
4729 msgid "C</dev/sdd>"
4730 msgstr ""
4731
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2501
4734 msgid "ISO with fixed content (see C<images/test.iso>)."
4735 msgstr ""
4736
4737 #. type: textblock
4738 #: ../src/guestfs.pod:2505
4739 msgid ""
4740 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4741 "appliance and block devices are reused between tests.  So don't try testing "
4742 "L</guestfs_kill_subprocess> :-x"
4743 msgstr ""
4744
4745 #. type: textblock
4746 #: ../src/guestfs.pod:2509
4747 msgid ""
4748 "Each test starts with an initial scenario, selected using one of the "
4749 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4750 "initialize the disks mentioned above in a particular way as documented in "
4751 "C<generator_types.ml>.  You should not assume anything about the previous "
4752 "contents of other disks that are not initialized."
4753 msgstr ""
4754
4755 #. type: textblock
4756 #: ../src/guestfs.pod:2515
4757 msgid ""
4758 "You can add a prerequisite clause to any individual test.  This is a "
4759 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4760 "if testing a command which might not work on all variations of libguestfs "
4761 "builds.  A test that has prerequisite of C<Always> means to run "
4762 "unconditionally."
4763 msgstr ""
4764
4765 #. type: textblock
4766 #: ../src/guestfs.pod:2521
4767 msgid ""
4768 "In addition, packagers can skip individual tests by setting environment "
4769 "variables before running C<make check>."
4770 msgstr ""
4771
4772 #. type: verbatim
4773 #: ../src/guestfs.pod:2524
4774 #, no-wrap
4775 msgid ""
4776 " SKIP_TEST_<CMD>_<NUM>=1\n"
4777 "\n"
4778 msgstr ""
4779
4780 #. type: textblock
4781 #: ../src/guestfs.pod:2526
4782 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4783 msgstr ""
4784
4785 #. type: textblock
4786 #: ../src/guestfs.pod:2528
4787 msgid "or:"
4788 msgstr ""
4789
4790 #. type: verbatim
4791 #: ../src/guestfs.pod:2530
4792 #, no-wrap
4793 msgid ""
4794 " SKIP_TEST_<CMD>=1\n"
4795 "\n"
4796 msgstr ""
4797
4798 #. type: textblock
4799 #: ../src/guestfs.pod:2532
4800 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4801 msgstr ""
4802
4803 #. type: textblock
4804 #: ../src/guestfs.pod:2534
4805 msgid "Packagers can run only certain tests by setting for example:"
4806 msgstr ""
4807
4808 #. type: verbatim
4809 #: ../src/guestfs.pod:2536
4810 #, no-wrap
4811 msgid ""
4812 " TEST_ONLY=\"vfs_type zerofree\"\n"
4813 "\n"
4814 msgstr ""
4815
4816 #. type: textblock
4817 #: ../src/guestfs.pod:2538
4818 msgid ""
4819 "See C<capitests/tests.c> for more details of how these environment variables "
4820 "work."
4821 msgstr ""
4822
4823 #. type: =head2
4824 #: ../src/guestfs.pod:2541
4825 msgid "DEBUGGING NEW API ACTIONS"
4826 msgstr ""
4827
4828 #. type: textblock
4829 #: ../src/guestfs.pod:2543
4830 msgid "Test new actions work before submitting them."
4831 msgstr ""
4832
4833 #. type: textblock
4834 #: ../src/guestfs.pod:2545
4835 msgid "You can use guestfish to try out new commands."
4836 msgstr ""
4837
4838 #. type: textblock
4839 #: ../src/guestfs.pod:2547
4840 msgid ""
4841 "Debugging the daemon is a problem because it runs inside a minimal "
4842 "environment.  However you can fprintf messages in the daemon to stderr, and "
4843 "they will show up if you use C<guestfish -v>."
4844 msgstr ""
4845
4846 #. type: =head2
4847 #: ../src/guestfs.pod:2551
4848 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4849 msgstr ""
4850
4851 #. type: textblock
4852 #: ../src/guestfs.pod:2553
4853 msgid ""
4854 "Our C source code generally adheres to some basic code-formatting "
4855 "conventions.  The existing code base is not totally consistent on this "
4856 "front, but we do prefer that contributed code be formatted similarly.  In "
4857 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4858 "indentation level, and other than that, follow the K&R style."
4859 msgstr ""
4860
4861 #. type: textblock
4862 #: ../src/guestfs.pod:2559
4863 msgid ""
4864 "If you use Emacs, add the following to one of one of your start-up files "
4865 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4866 msgstr ""
4867
4868 #. type: verbatim
4869 #: ../src/guestfs.pod:2562
4870 #, no-wrap
4871 msgid ""
4872 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4873 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4874 " (add-hook 'find-file-hook\n"
4875 "     '(lambda () (if (and buffer-file-name\n"
4876 "                          (string-match \"/libguestfs\\\\>\"\n"
4877 "                              (buffer-file-name))\n"
4878 "                          (not (string-equal mode-name \"Change Log\"))\n"
4879 "                          (not (string-equal mode-name \"Makefile\")))\n"
4880 "                     (setq indent-tabs-mode nil))))\n"
4881 " \n"
4882 msgstr ""
4883
4884 #. type: verbatim
4885 #: ../src/guestfs.pod:2572
4886 #, no-wrap
4887 msgid ""
4888 " ;;; When editing C sources in libguestfs, use this style.\n"
4889 " (defun libguestfs-c-mode ()\n"
4890 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4891 "   (interactive)\n"
4892 "   (c-set-style \"K&R\")\n"
4893 "   (setq c-indent-level 2)\n"
4894 "   (setq c-basic-offset 2))\n"
4895 " (add-hook 'c-mode-hook\n"
4896 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4897 "                               (buffer-file-name))\n"
4898 "                           (libguestfs-c-mode))))\n"
4899 "\n"
4900 msgstr ""
4901
4902 #. type: textblock
4903 #: ../src/guestfs.pod:2584
4904 msgid "Enable warnings when compiling (and fix any problems this finds):"
4905 msgstr ""
4906
4907 #. type: verbatim
4908 #: ../src/guestfs.pod:2587
4909 #, no-wrap
4910 msgid ""
4911 " ./configure --enable-gcc-warnings\n"
4912 "\n"
4913 msgstr ""
4914
4915 #. type: textblock
4916 #: ../src/guestfs.pod:2589
4917 msgid "Useful targets are:"
4918 msgstr ""
4919
4920 #. type: verbatim
4921 #: ../src/guestfs.pod:2591
4922 #, no-wrap
4923 msgid ""
4924 " make syntax-check  # checks the syntax of the C code\n"
4925 " make check         # runs the test suite\n"
4926 "\n"
4927 msgstr ""
4928
4929 #. type: =head2
4930 #: ../src/guestfs.pod:2594
4931 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4932 msgstr ""
4933
4934 #. type: textblock
4935 #: ../src/guestfs.pod:2596
4936 msgid ""
4937 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4938 "which are used to do shell quoting."
4939 msgstr ""
4940
4941 #. type: =item
4942 #: ../src/guestfs.pod:2601
4943 msgid "%Q"
4944 msgstr ""
4945
4946 #. type: textblock
4947 #: ../src/guestfs.pod:2603
4948 msgid ""
4949 "Simple shell quoted string.  Any spaces or other shell characters are "
4950 "escaped for you."
4951 msgstr ""
4952
4953 #. type: =item
4954 #: ../src/guestfs.pod:2606
4955 msgid "%R"
4956 msgstr ""
4957
4958 #. type: textblock
4959 #: ../src/guestfs.pod:2608
4960 msgid ""
4961 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4962 "the sysroot."
4963 msgstr ""
4964
4965 #. type: textblock
4966 #: ../src/guestfs.pod:2613 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
4967 msgid "For example:"
4968 msgstr ""
4969
4970 #. type: verbatim
4971 #: ../src/guestfs.pod:2615
4972 #, no-wrap
4973 msgid ""
4974 " asprintf (&cmd, \"cat %R\", path);\n"
4975 "\n"
4976 msgstr ""
4977
4978 #. type: textblock
4979 #: ../src/guestfs.pod:2617
4980 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4981 msgstr ""
4982
4983 #. type: textblock
4984 #: ../src/guestfs.pod:2619
4985 msgid ""
4986 "I<Note:> Do I<not> use these when you are passing parameters to the "
4987 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4988 "because they are not passed via the shell (instead, straight to exec).  You "
4989 "probably want to use the C<sysroot_path()> function however."
4990 msgstr ""
4991
4992 #. type: =head2
4993 #: ../src/guestfs.pod:2625
4994 msgid "SUBMITTING YOUR NEW API ACTIONS"
4995 msgstr ""
4996
4997 #. type: textblock
4998 #: ../src/guestfs.pod:2627
4999 msgid ""
5000 "Submit patches to the mailing list: "
5001 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5002 "L<rjones@redhat.com>."
5003 msgstr ""
5004
5005 #. type: =head2
5006 #: ../src/guestfs.pod:2631
5007 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5008 msgstr ""
5009
5010 #. type: textblock
5011 #: ../src/guestfs.pod:2633
5012 msgid "We support i18n (gettext anyhow) in the library."
5013 msgstr ""
5014
5015 #. type: textblock
5016 #: ../src/guestfs.pod:2635
5017 msgid ""
5018 "However many messages come from the daemon, and we don't translate those at "
5019 "the moment.  One reason is that the appliance generally has all locale files "
5020 "removed from it, because they take up a lot of space.  So we'd have to readd "
5021 "some of those, as well as copying our PO files into the appliance."
5022 msgstr ""
5023
5024 #. type: textblock
5025 #: ../src/guestfs.pod:2641
5026 msgid ""
5027 "Debugging messages are never translated, since they are intended for the "
5028 "programmers."
5029 msgstr ""
5030
5031 #. type: =head2
5032 #: ../src/guestfs.pod:2644
5033 msgid "SOURCE CODE SUBDIRECTORIES"
5034 msgstr ""
5035
5036 #. type: =item
5037 #: ../src/guestfs.pod:2648 ../src/guestfs-actions.pod:5725 ../fish/guestfish-actions.pod:3842
5038 msgid "C<appliance>"
5039 msgstr ""
5040
5041 #. type: textblock
5042 #: ../src/guestfs.pod:2650
5043 msgid "The libguestfs appliance, build scripts and so on."
5044 msgstr ""
5045
5046 #. type: =item
5047 #: ../src/guestfs.pod:2652
5048 msgid "C<capitests>"
5049 msgstr ""
5050
5051 #. type: textblock
5052 #: ../src/guestfs.pod:2654
5053 msgid "Automated tests of the C API."
5054 msgstr ""
5055
5056 #. type: =item
5057 #: ../src/guestfs.pod:2656
5058 msgid "C<cat>"
5059 msgstr ""
5060
5061 #. type: textblock
5062 #: ../src/guestfs.pod:2658
5063 msgid ""
5064 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5065 "documentation."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2661
5070 msgid "C<contrib>"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2663
5075 msgid "Outside contributions, experimental parts."
5076 msgstr ""
5077
5078 #. type: =item
5079 #: ../src/guestfs.pod:2665
5080 msgid "C<daemon>"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2667
5085 msgid ""
5086 "The daemon that runs inside the libguestfs appliance and carries out "
5087 "actions."
5088 msgstr ""
5089
5090 #. type: =item
5091 #: ../src/guestfs.pod:2670
5092 msgid "C<df>"
5093 msgstr ""
5094
5095 #. type: textblock
5096 #: ../src/guestfs.pod:2672
5097 msgid "L<virt-df(1)> command and documentation."
5098 msgstr ""
5099
5100 #. type: =item
5101 #: ../src/guestfs.pod:2674
5102 msgid "C<examples>"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2676
5107 msgid "C API example code."
5108 msgstr ""
5109
5110 #. type: =item
5111 #: ../src/guestfs.pod:2678
5112 msgid "C<fish>"
5113 msgstr ""
5114
5115 #. type: textblock
5116 #: ../src/guestfs.pod:2680
5117 msgid ""
5118 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5119 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5120 "L<virt-tar-out(1)>."
5121 msgstr ""
5122
5123 #. type: =item
5124 #: ../src/guestfs.pod:2684
5125 msgid "C<fuse>"
5126 msgstr ""
5127
5128 #. type: textblock
5129 #: ../src/guestfs.pod:2686
5130 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5131 msgstr ""
5132
5133 #. type: =item
5134 #: ../src/guestfs.pod:2688
5135 msgid "C<generator>"
5136 msgstr ""
5137
5138 #. type: textblock
5139 #: ../src/guestfs.pod:2690
5140 msgid ""
5141 "The crucially important generator, used to automatically generate large "
5142 "amounts of boilerplate C code for things like RPC and bindings."
5143 msgstr ""
5144
5145 #. type: =item
5146 #: ../src/guestfs.pod:2693
5147 msgid "C<images>"
5148 msgstr ""
5149
5150 #. type: textblock
5151 #: ../src/guestfs.pod:2695
5152 msgid "Files used by the test suite."
5153 msgstr ""
5154
5155 #. type: textblock
5156 #: ../src/guestfs.pod:2697
5157 msgid "Some \"phony\" guest images which we test against."
5158 msgstr ""
5159
5160 #. type: =item
5161 #: ../src/guestfs.pod:2699
5162 msgid "C<inspector>"
5163 msgstr ""
5164
5165 #. type: textblock
5166 #: ../src/guestfs.pod:2701
5167 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5168 msgstr ""
5169
5170 #. type: =item
5171 #: ../src/guestfs.pod:2703
5172 msgid "C<logo>"
5173 msgstr ""
5174
5175 #. type: textblock
5176 #: ../src/guestfs.pod:2705
5177 msgid "Logo used on the website.  The fish is called Arthur by the way."
5178 msgstr ""
5179
5180 #. type: =item
5181 #: ../src/guestfs.pod:2707
5182 msgid "C<m4>"
5183 msgstr ""
5184
5185 #. type: textblock
5186 #: ../src/guestfs.pod:2709
5187 msgid "M4 macros used by autoconf."
5188 msgstr ""
5189
5190 #. type: =item
5191 #: ../src/guestfs.pod:2711
5192 msgid "C<po>"
5193 msgstr ""
5194
5195 #. type: textblock
5196 #: ../src/guestfs.pod:2713
5197 msgid "Translations of simple gettext strings."
5198 msgstr ""
5199
5200 #. type: =item
5201 #: ../src/guestfs.pod:2715
5202 msgid "C<po-docs>"
5203 msgstr ""
5204
5205 #. type: textblock
5206 #: ../src/guestfs.pod:2717
5207 msgid ""
5208 "The build infrastructure and PO files for translations of manpages and POD "
5209 "files.  Eventually this will be combined with the C<po> directory, but that "
5210 "is rather complicated."
5211 msgstr ""
5212
5213 #. type: =item
5214 #: ../src/guestfs.pod:2721
5215 msgid "C<regressions>"
5216 msgstr ""
5217
5218 #. type: textblock
5219 #: ../src/guestfs.pod:2723
5220 msgid "Regression tests."
5221 msgstr ""
5222
5223 #. type: =item
5224 #: ../src/guestfs.pod:2725
5225 msgid "C<rescue>"
5226 msgstr ""
5227
5228 #. type: textblock
5229 #: ../src/guestfs.pod:2727
5230 msgid "L<virt-rescue(1)> command and documentation."
5231 msgstr ""
5232
5233 #. type: =item
5234 #: ../src/guestfs.pod:2729
5235 msgid "C<src>"
5236 msgstr ""
5237
5238 #. type: textblock
5239 #: ../src/guestfs.pod:2731
5240 msgid "Source code to the C library."
5241 msgstr ""
5242
5243 #. type: =item
5244 #: ../src/guestfs.pod:2733
5245 msgid "C<tools>"
5246 msgstr ""
5247
5248 #. type: textblock
5249 #: ../src/guestfs.pod:2735
5250 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5251 msgstr ""
5252
5253 #. type: =item
5254 #: ../src/guestfs.pod:2737
5255 msgid "C<test-tool>"
5256 msgstr ""
5257
5258 #. type: textblock
5259 #: ../src/guestfs.pod:2739
5260 msgid ""
5261 "Test tool for end users to test if their qemu/kernel combination will work "
5262 "with libguestfs."
5263 msgstr ""
5264
5265 #. type: =item
5266 #: ../src/guestfs.pod:2742
5267 msgid "C<csharp>"
5268 msgstr ""
5269
5270 #. type: =item
5271 #: ../src/guestfs.pod:2744
5272 msgid "C<haskell>"
5273 msgstr ""
5274
5275 #. type: =item
5276 #: ../src/guestfs.pod:2746
5277 msgid "C<java>"
5278 msgstr ""
5279
5280 #. type: =item
5281 #: ../src/guestfs.pod:2748
5282 msgid "C<ocaml>"
5283 msgstr ""
5284
5285 #. type: =item
5286 #: ../src/guestfs.pod:2750
5287 msgid "C<php>"
5288 msgstr ""
5289
5290 #. type: =item
5291 #: ../src/guestfs.pod:2752
5292 msgid "C<perl>"
5293 msgstr ""
5294
5295 #. type: =item
5296 #: ../src/guestfs.pod:2754
5297 msgid "C<python>"
5298 msgstr ""
5299
5300 #. type: =item
5301 #: ../src/guestfs.pod:2756
5302 msgid "C<ruby>"
5303 msgstr ""
5304
5305 #. type: textblock
5306 #: ../src/guestfs.pod:2758
5307 msgid "Language bindings."
5308 msgstr ""
5309
5310 #. type: =head1
5311 #: ../src/guestfs.pod:2762 ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5312 msgid "ENVIRONMENT VARIABLES"
5313 msgstr ""
5314
5315 #. type: =item
5316 #: ../src/guestfs.pod:2766 ../fish/guestfish.pod:1036
5317 msgid "LIBGUESTFS_APPEND"
5318 msgstr ""
5319
5320 #. type: textblock
5321 #: ../src/guestfs.pod:2768 ../fish/guestfish.pod:1038
5322 msgid "Pass additional options to the guest kernel."
5323 msgstr ""
5324
5325 #. type: =item
5326 #: ../src/guestfs.pod:2770 ../fish/guestfish.pod:1040
5327 msgid "LIBGUESTFS_DEBUG"
5328 msgstr ""
5329
5330 #. type: textblock
5331 #: ../src/guestfs.pod:2772
5332 msgid ""
5333 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5334 "effect as calling C<guestfs_set_verbose (g, 1)>."
5335 msgstr ""
5336
5337 #. type: =item
5338 #: ../src/guestfs.pod:2775 ../fish/guestfish.pod:1045
5339 msgid "LIBGUESTFS_MEMSIZE"
5340 msgstr ""
5341
5342 #. type: textblock
5343 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1047
5344 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5345 msgstr ""
5346
5347 #. type: verbatim
5348 #: ../src/guestfs.pod:2780 ../fish/guestfish.pod:1050
5349 #, no-wrap
5350 msgid ""
5351 " LIBGUESTFS_MEMSIZE=700\n"
5352 "\n"
5353 msgstr ""
5354
5355 #. type: =item
5356 #: ../src/guestfs.pod:2782 ../fish/guestfish.pod:1052
5357 msgid "LIBGUESTFS_PATH"
5358 msgstr ""
5359
5360 #. type: textblock
5361 #: ../src/guestfs.pod:2784
5362 msgid ""
5363 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5364 "the discussion of paths in section L</PATH> above."
5365 msgstr ""
5366
5367 #. type: =item
5368 #: ../src/guestfs.pod:2787 ../fish/guestfish.pod:1057
5369 msgid "LIBGUESTFS_QEMU"
5370 msgstr ""
5371
5372 #. type: textblock
5373 #: ../src/guestfs.pod:2789 ../fish/guestfish.pod:1059
5374 msgid ""
5375 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5376 "which was found at compile time by the configure script is used."
5377 msgstr ""
5378
5379 #. type: textblock
5380 #: ../src/guestfs.pod:2793
5381 msgid "See also L</QEMU WRAPPERS> above."
5382 msgstr ""
5383
5384 #. type: =item
5385 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1063
5386 msgid "LIBGUESTFS_TRACE"
5387 msgstr ""
5388
5389 #. type: textblock
5390 #: ../src/guestfs.pod:2797
5391 msgid ""
5392 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5393 "effect as calling C<guestfs_set_trace (g, 1)>."
5394 msgstr ""
5395
5396 #. type: =item
5397 #: ../src/guestfs.pod:2800 ../fish/guestfish.pod:1072
5398 msgid "TMPDIR"
5399 msgstr ""
5400
5401 #. type: textblock
5402 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1074
5403 msgid ""
5404 "Location of temporary directory, defaults to C</tmp> except for the cached "
5405 "supermin appliance which defaults to C</var/tmp>."
5406 msgstr ""
5407
5408 #. type: textblock
5409 #: ../src/guestfs.pod:2805 ../fish/guestfish.pod:1077
5410 msgid ""
5411 "If libguestfs was compiled to use the supermin appliance then the real "
5412 "appliance is cached in this directory, shared between all handles belonging "
5413 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5414 "use in case C</var/tmp> is not large enough."
5415 msgstr ""
5416
5417 #. type: =head1
5418 #: ../src/guestfs.pod:2813 ../fish/guestfish.pod:1144 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:267 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1489 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5419 msgid "SEE ALSO"
5420 msgstr ""
5421
5422 #. type: textblock
5423 #: ../src/guestfs.pod:2815
5424 msgid ""
5425 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5426 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5427 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5428 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5429 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5430 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5431 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5432 "L<http://libguestfs.org/>."
5433 msgstr ""
5434
5435 #. type: textblock
5436 #: ../src/guestfs.pod:2842
5437 msgid ""
5438 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5439 "L<lvm(8)>, L<disktype(1)>."
5440 msgstr ""
5441
5442 #. type: =head1
5443 #: ../src/guestfs.pod:2849 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5444 msgid "BUGS"
5445 msgstr ""
5446
5447 #. type: textblock
5448 #: ../src/guestfs.pod:2851
5449 msgid "To get a list of bugs against libguestfs use this link:"
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs.pod:2853
5454 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5455 msgstr ""
5456
5457 #. type: textblock
5458 #: ../src/guestfs.pod:2855
5459 msgid "To report a new bug against libguestfs use this link:"
5460 msgstr ""
5461
5462 #. type: textblock
5463 #: ../src/guestfs.pod:2857
5464 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5465 msgstr ""
5466
5467 #. type: textblock
5468 #: ../src/guestfs.pod:2859
5469 msgid "When reporting a bug, please check:"
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2865
5474 msgid "That the bug hasn't been reported already."
5475 msgstr ""
5476
5477 #. type: textblock
5478 #: ../src/guestfs.pod:2869
5479 msgid "That you are testing a recent version."
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2873
5484 msgid "Describe the bug accurately, and give a way to reproduce it."
5485 msgstr ""
5486
5487 #. type: textblock
5488 #: ../src/guestfs.pod:2877
5489 msgid ""
5490 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5491 "bug report."
5492 msgstr ""
5493
5494 #. type: =head1
5495 #: ../src/guestfs.pod:2882 ../fish/guestfish.pod:1167 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:278
5496 msgid "AUTHORS"
5497 msgstr ""
5498
5499 #. type: textblock
5500 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1169 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:280
5501 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5502 msgstr ""
5503
5504 #. type: =head1
5505 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1171 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:282 ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5506 msgid "COPYRIGHT"
5507 msgstr ""
5508
5509 #. type: textblock
5510 #: ../src/guestfs.pod:2888 ../fuse/guestmount.pod:284
5511 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5512 msgstr ""
5513
5514 #. type: textblock
5515 #: ../src/guestfs.pod:2891
5516 msgid ""
5517 "This library is free software; you can redistribute it and/or modify it "
5518 "under the terms of the GNU Lesser General Public License as published by the "
5519 "Free Software Foundation; either version 2 of the License, or (at your "
5520 "option) any later version."
5521 msgstr ""
5522
5523 #. type: textblock
5524 #: ../src/guestfs.pod:2896
5525 msgid ""
5526 "This library is distributed in the hope that it will be useful, but WITHOUT "
5527 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5528 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5529 "for more details."
5530 msgstr ""
5531
5532 #. type: textblock
5533 #: ../src/guestfs.pod:2901
5534 msgid ""
5535 "You should have received a copy of the GNU Lesser General Public License "
5536 "along with this library; if not, write to the Free Software Foundation, "
5537 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5538 msgstr ""
5539
5540 #. type: =head2
5541 #: ../src/guestfs-actions.pod:1
5542 msgid "guestfs_add_cdrom"
5543 msgstr ""
5544
5545 #. type: verbatim
5546 #: ../src/guestfs-actions.pod:3
5547 #, no-wrap
5548 msgid ""
5549 " int\n"
5550 " guestfs_add_cdrom (guestfs_h *g,\n"
5551 "                    const char *filename);\n"
5552 "\n"
5553 msgstr ""
5554
5555 #. type: textblock
5556 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5557 msgid "This function adds a virtual CD-ROM disk image to the guest."
5558 msgstr ""
5559
5560 #. type: textblock
5561 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5562 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5563 msgstr ""
5564
5565 #. type: textblock
5566 #: ../src/guestfs-actions.pod:17
5567 msgid ""
5568 "This call checks for the existence of C<filename>.  This stops you from "
5569 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5570 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5571 "instead."
5572 msgstr ""
5573
5574 #. type: textblock
5575 #: ../src/guestfs-actions.pod:24
5576 msgid ""
5577 "If you just want to add an ISO file (often you use this as an efficient way "
5578 "to transfer large files into the guest), then you should probably use "
5579 "C<guestfs_add_drive_ro> instead."
5580 msgstr ""
5581
5582 #. type: textblock
5583 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:1438 ../src/guestfs-actions.pod:1472 ../src/guestfs-actions.pod:1690 ../src/guestfs-actions.pod:1712 ../src/guestfs-actions.pod:1799 ../src/guestfs-actions.pod:2261 ../src/guestfs-actions.pod:2405 ../src/guestfs-actions.pod:2466 ../src/guestfs-actions.pod:2501 ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3565 ../src/guestfs-actions.pod:3579 ../src/guestfs-actions.pod:3592 ../src/guestfs-actions.pod:3606 ../src/guestfs-actions.pod:3621 ../src/guestfs-actions.pod:3657 ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:3749 ../src/guestfs-actions.pod:3766 ../src/guestfs-actions.pod:3789 ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3844 ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:3882 ../src/guestfs-actions.pod:3917 ../src/guestfs-actions.pod:3929 ../src/guestfs-actions.pod:3965 ../src/guestfs-actions.pod:3981 ../src/guestfs-actions.pod:3994 ../src/guestfs-actions.pod:4009 ../src/guestfs-actions.pod:4026 ../src/guestfs-actions.pod:4119 ../src/guestfs-actions.pod:4139 ../src/guestfs-actions.pod:4152 ../src/guestfs-actions.pod:4203 ../src/guestfs-actions.pod:4221 ../src/guestfs-actions.pod:4239 ../src/guestfs-actions.pod:4255 ../src/guestfs-actions.pod:4269 ../src/guestfs-actions.pod:4283 ../src/guestfs-actions.pod:4300 ../src/guestfs-actions.pod:4315 ../src/guestfs-actions.pod:4335 ../src/guestfs-actions.pod:4393 ../src/guestfs-actions.pod:4466 ../src/guestfs-actions.pod:4497 ../src/guestfs-actions.pod:4516 ../src/guestfs-actions.pod:4535 ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4564 ../src/guestfs-actions.pod:4577 ../src/guestfs-actions.pod:4592 ../src/guestfs-actions.pod:4607 ../src/guestfs-actions.pod:4642 ../src/guestfs-actions.pod:4657 ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4691 ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4757 ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:4808 ../src/guestfs-actions.pod:4836 ../src/guestfs-actions.pod:4853 ../src/guestfs-actions.pod:4871 ../src/guestfs-actions.pod:5005 ../src/guestfs-actions.pod:5062 ../src/guestfs-actions.pod:5084 ../src/guestfs-actions.pod:5102 ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5200 ../src/guestfs-actions.pod:5217 ../src/guestfs-actions.pod:5230 ../src/guestfs-actions.pod:5244 ../src/guestfs-actions.pod:5533 ../src/guestfs-actions.pod:5552 ../src/guestfs-actions.pod:5571 ../src/guestfs-actions.pod:5583 ../src/guestfs-actions.pod:5595 ../src/guestfs-actions.pod:5609 ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:5635 ../src/guestfs-actions.pod:5651 ../src/guestfs-actions.pod:5672 ../src/guestfs-actions.pod:5691 ../src/guestfs-actions.pod:5710 ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5779 ../src/guestfs-actions.pod:5797 ../src/guestfs-actions.pod:5816 ../src/guestfs-actions.pod:5837 ../src/guestfs-actions.pod:5856 ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5901 ../src/guestfs-actions.pod:5925 ../src/guestfs-actions.pod:5944 ../src/guestfs-actions.pod:5968 ../src/guestfs-actions.pod:5987 ../src/guestfs-actions.pod:6002 ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6058 ../src/guestfs-actions.pod:6081 ../src/guestfs-actions.pod:6107 ../src/guestfs-actions.pod:6215 ../src/guestfs-actions.pod:6336 ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6361 ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6396 ../src/guestfs-actions.pod:6409 ../src/guestfs-actions.pod:6422 ../src/guestfs-actions.pod:6435 ../src/guestfs-actions.pod:6450 ../src/guestfs-actions.pod:6509 ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6542 ../src/guestfs-actions.pod:6558 ../src/guestfs-actions.pod:6575 ../src/guestfs-actions.pod:6588 ../src/guestfs-actions.pod:6608 ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6699 ../src/guestfs-actions.pod:6712 ../src/guestfs-actions.pod:6730 ../src/guestfs-actions.pod:6764 ../src/guestfs-actions.pod:6800 ../src/guestfs-actions.pod:6919 ../src/guestfs-actions.pod:6937 ../src/guestfs-actions.pod:6951 ../src/guestfs-actions.pod:7006 ../src/guestfs-actions.pod:7019 ../src/guestfs-actions.pod:7064 ../src/guestfs-actions.pod:7097 ../src/guestfs-actions.pod:7151 ../src/guestfs-actions.pod:7177 ../src/guestfs-actions.pod:7243 ../src/guestfs-actions.pod:7262 ../src/guestfs-actions.pod:7291
5584 msgid "This function returns 0 on success or -1 on error."
5585 msgstr ""
5586
5587 #. type: textblock
5588 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5589 msgid ""
5590 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5591 "instead."
5592 msgstr ""
5593
5594 #. type: textblock
5595 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1939 ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:4340 ../src/guestfs-actions.pod:7185 ../src/guestfs-actions.pod:7354 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319 ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:2942 ../fish/guestfish-actions.pod:4800 ../fish/guestfish-actions.pod:4897
5596 msgid ""
5597 "Deprecated functions will not be removed from the API, but the fact that "
5598 "they are deprecated indicates that there are problems with correct use of "
5599 "these functions."
5600 msgstr ""
5601
5602 #. type: textblock
5603 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1911 ../src/guestfs-actions.pod:2009 ../src/guestfs-actions.pod:2112 ../src/guestfs-actions.pod:3377 ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:4644 ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5875 ../src/guestfs-actions.pod:5989 ../src/guestfs-actions.pod:6452 ../src/guestfs-actions.pod:6577 ../src/guestfs-actions.pod:7099
5604 msgid "(Added in 0.3)"
5605 msgstr ""
5606
5607 #. type: =head2
5608 #: ../src/guestfs-actions.pod:41
5609 msgid "guestfs_add_domain"
5610 msgstr ""
5611
5612 #. type: verbatim
5613 #: ../src/guestfs-actions.pod:43
5614 #, no-wrap
5615 msgid ""
5616 " int\n"
5617 " guestfs_add_domain (guestfs_h *g,\n"
5618 "                     const char *dom,\n"
5619 "                     ...);\n"
5620 "\n"
5621 msgstr ""
5622
5623 #. type: textblock
5624 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4354
5625 msgid ""
5626 "You may supply a list of optional arguments to this call.  Use zero or more "
5627 "of the following pairs of parameters, and terminate the list with C<-1> on "
5628 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5629 msgstr ""
5630
5631 #. type: verbatim
5632 #: ../src/guestfs-actions.pod:53
5633 #, no-wrap
5634 msgid ""
5635 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5636 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5637 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5638 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5639 "\n"
5640 msgstr ""
5641
5642 #. type: textblock
5643 #: ../src/guestfs-actions.pod:58
5644 msgid ""
5645 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5646 "It works by connecting to libvirt, requesting the domain and domain XML from "
5647 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5648 "one."
5649 msgstr ""
5650
5651 #. type: textblock
5652 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5653 msgid ""
5654 "The number of disks added is returned.  This operation is atomic: if an "
5655 "error is returned, then no disks are added."
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5660 msgid ""
5661 "This function does some minimal checks to make sure the libvirt domain is "
5662 "not running (unless C<readonly> is true).  In a future version we will try "
5663 "to acquire the libvirt lock on each disk."
5664 msgstr ""
5665
5666 #. type: textblock
5667 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5668 msgid ""
5669 "Disks must be accessible locally.  This often means that adding disks from a "
5670 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5671 "unless those disks are accessible via the same device path locally too."
5672 msgstr ""
5673
5674 #. type: textblock
5675 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5676 msgid ""
5677 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5678 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5679 "default libvirt URI (or one set through an environment variable, see the "
5680 "libvirt documentation for full details)."
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5685 msgid ""
5686 "The optional C<live> flag controls whether this call will try to connect to "
5687 "a running virtual machine C<guestfsd> process if it sees a suitable "
5688 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5689 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5690 "DAEMONS> for more information."
5691 msgstr ""
5692
5693 #. type: textblock
5694 #: ../src/guestfs-actions.pod:88
5695 msgid ""
5696 "The other optional parameters are passed directly through to "
5697 "C<guestfs_add_drive_opts>."
5698 msgstr ""
5699
5700 #. type: textblock
5701 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 ../src/guestfs-actions.pod:1669 ../src/guestfs-actions.pod:1872 ../src/guestfs-actions.pod:1981 ../src/guestfs-actions.pod:2021 ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2392 ../src/guestfs-actions.pod:2723 ../src/guestfs-actions.pod:2744 ../src/guestfs-actions.pod:4780 ../src/guestfs-actions.pod:4908 ../src/guestfs-actions.pod:5314 ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:6685 ../src/guestfs-actions.pod:7110 ../src/guestfs-actions.pod:7123 ../src/guestfs-actions.pod:7136
5702 msgid "On error this function returns -1."
5703 msgstr ""
5704
5705 #. type: textblock
5706 #: ../src/guestfs-actions.pod:93
5707 msgid "(Added in 1.7.4)"
5708 msgstr ""
5709
5710 #. type: =head2
5711 #: ../src/guestfs-actions.pod:95
5712 msgid "guestfs_add_domain_va"
5713 msgstr ""
5714
5715 #. type: verbatim
5716 #: ../src/guestfs-actions.pod:97
5717 #, no-wrap
5718 msgid ""
5719 " int\n"
5720 " guestfs_add_domain_va (guestfs_h *g,\n"
5721 "                        const char *dom,\n"
5722 "                        va_list args);\n"
5723 "\n"
5724 msgstr ""
5725
5726 #. type: textblock
5727 #: ../src/guestfs-actions.pod:102
5728 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5729 msgstr ""
5730
5731 #. type: textblock
5732 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4419
5733 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5734 msgstr ""
5735
5736 #. type: =head2
5737 #: ../src/guestfs-actions.pod:106
5738 msgid "guestfs_add_domain_argv"
5739 msgstr ""
5740
5741 #. type: verbatim
5742 #: ../src/guestfs-actions.pod:108
5743 #, no-wrap
5744 msgid ""
5745 " int\n"
5746 " guestfs_add_domain_argv (guestfs_h *g,\n"
5747 "                          const char *dom,\n"
5748 "                          const struct guestfs_add_domain_argv *optargs);\n"
5749 "\n"
5750 msgstr ""
5751
5752 #. type: textblock
5753 #: ../src/guestfs-actions.pod:113
5754 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5755 msgstr ""
5756
5757 #. type: =head2
5758 #: ../src/guestfs-actions.pod:117
5759 msgid "guestfs_add_drive"
5760 msgstr ""
5761
5762 #. type: verbatim
5763 #: ../src/guestfs-actions.pod:119
5764 #, no-wrap
5765 msgid ""
5766 " int\n"
5767 " guestfs_add_drive (guestfs_h *g,\n"
5768 "                    const char *filename);\n"
5769 "\n"
5770 msgstr ""
5771
5772 #. type: textblock
5773 #: ../src/guestfs-actions.pod:123
5774 msgid ""
5775 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5776 "optional parameters, so the disk is added writable, with the format being "
5777 "detected automatically."
5778 msgstr ""
5779
5780 #. type: textblock
5781 #: ../src/guestfs-actions.pod:127
5782 msgid ""
5783 "Automatic detection of the format opens you up to a potential security hole "
5784 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5785 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5786 "you should think about replacing calls to this function with calls to "
5787 "C<guestfs_add_drive_opts>, and specifying the format."
5788 msgstr ""
5789
5790 #. type: =head2
5791 #: ../src/guestfs-actions.pod:138
5792 msgid "guestfs_add_drive_opts"
5793 msgstr ""
5794
5795 #. type: verbatim
5796 #: ../src/guestfs-actions.pod:140
5797 #, no-wrap
5798 msgid ""
5799 " int\n"
5800 " guestfs_add_drive_opts (guestfs_h *g,\n"
5801 "                         const char *filename,\n"
5802 "                         ...);\n"
5803 "\n"
5804 msgstr ""
5805
5806 #. type: verbatim
5807 #: ../src/guestfs-actions.pod:150
5808 #, no-wrap
5809 msgid ""
5810 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5811 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5812 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5813 "\n"
5814 msgstr ""
5815
5816 #. type: textblock
5817 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
5818 msgid ""
5819 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5820 "The first time you call this function, the disk appears as C</dev/sda>, the "
5821 "second time as C</dev/sdb>, and so on."
5822 msgstr ""
5823
5824 #. type: textblock
5825 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
5826 msgid ""
5827 "You don't necessarily need to be root when using libguestfs.  However you "
5828 "obviously do need sufficient permissions to access the filename for whatever "
5829 "operations you want to perform (ie. read access if you just want to read the "
5830 "image or write access if you want to modify the image)."
5831 msgstr ""
5832
5833 #. type: textblock
5834 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
5835 msgid "This call checks that C<filename> exists."
5836 msgstr ""
5837
5838 #. type: textblock
5839 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4365 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:2953
5840 msgid "The optional arguments are:"
5841 msgstr ""
5842
5843 #. type: =item
5844 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
5845 msgid "C<readonly>"
5846 msgstr ""
5847
5848 #. type: textblock
5849 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
5850 msgid ""
5851 "If true then the image is treated as read-only.  Writes are still allowed, "
5852 "but they are stored in a temporary snapshot overlay which is discarded at "
5853 "the end.  The disk that you add is not modified."
5854 msgstr ""
5855
5856 #. type: =item
5857 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
5858 msgid "C<format>"
5859 msgstr ""
5860
5861 #. type: textblock
5862 #: ../src/guestfs-actions.pod:179
5863 msgid ""
5864 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5865 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5866 "Possible formats include C<raw> and C<qcow2>."
5867 msgstr ""
5868
5869 #. type: textblock
5870 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
5871 msgid ""
5872 "Automatic detection of the format opens you up to a potential security hole "
5873 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5874 "RHBZ#642934.  Specifying the format closes this security hole."
5875 msgstr ""
5876
5877 #. type: =item
5878 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
5879 msgid "C<iface>"
5880 msgstr ""
5881
5882 #. type: textblock
5883 #: ../src/guestfs-actions.pod:190
5884 msgid ""
5885 "This rarely-used option lets you emulate the behaviour of the deprecated "
5886 "C<guestfs_add_drive_with_if> call (q.v.)"
5887 msgstr ""
5888
5889 #. type: textblock
5890 #: ../src/guestfs-actions.pod:197
5891 msgid "(Added in 1.5.23)"
5892 msgstr ""
5893
5894 #. type: =head2
5895 #: ../src/guestfs-actions.pod:199
5896 msgid "guestfs_add_drive_opts_va"
5897 msgstr ""
5898
5899 #. type: verbatim
5900 #: ../src/guestfs-actions.pod:201
5901 #, no-wrap
5902 msgid ""
5903 " int\n"
5904 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5905 "                            const char *filename,\n"
5906 "                            va_list args);\n"
5907 "\n"
5908 msgstr ""
5909
5910 #. type: textblock
5911 #: ../src/guestfs-actions.pod:206
5912 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5913 msgstr ""
5914
5915 #. type: =head2
5916 #: ../src/guestfs-actions.pod:210
5917 msgid "guestfs_add_drive_opts_argv"
5918 msgstr ""
5919
5920 #. type: verbatim
5921 #: ../src/guestfs-actions.pod:212
5922 #, no-wrap
5923 msgid ""
5924 " int\n"
5925 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5926 "                              const char *filename,\n"
5927 "                              const struct guestfs_add_drive_opts_argv "
5928 "*optargs);\n"
5929 "\n"
5930 msgstr ""
5931
5932 #. type: textblock
5933 #: ../src/guestfs-actions.pod:217
5934 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5935 msgstr ""
5936
5937 #. type: =head2
5938 #: ../src/guestfs-actions.pod:221
5939 msgid "guestfs_add_drive_ro"
5940 msgstr ""
5941
5942 #. type: verbatim
5943 #: ../src/guestfs-actions.pod:223
5944 #, no-wrap
5945 msgid ""
5946 " int\n"
5947 " guestfs_add_drive_ro (guestfs_h *g,\n"
5948 "                       const char *filename);\n"
5949 "\n"
5950 msgstr ""
5951
5952 #. type: textblock
5953 #: ../src/guestfs-actions.pod:227
5954 msgid ""
5955 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5956 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5957 "disk is added read-only, with the format being detected automatically."
5958 msgstr ""
5959
5960 #. type: textblock
5961 #: ../src/guestfs-actions.pod:234
5962 msgid "(Added in 1.0.38)"
5963 msgstr ""
5964
5965 #. type: =head2
5966 #: ../src/guestfs-actions.pod:236
5967 msgid "guestfs_add_drive_ro_with_if"
5968 msgstr ""
5969
5970 #. type: verbatim
5971 #: ../src/guestfs-actions.pod:238
5972 #, no-wrap
5973 msgid ""
5974 " int\n"
5975 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5976 "                               const char *filename,\n"
5977 "                               const char *iface);\n"
5978 "\n"
5979 msgstr ""
5980
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:243
5983 msgid ""
5984 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5985 "QEMU interface emulation to use at run time."
5986 msgstr ""
5987
5988 #. type: textblock
5989 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2351
5990 msgid "(Added in 1.0.84)"
5991 msgstr ""
5992
5993 #. type: =head2
5994 #: ../src/guestfs-actions.pod:257
5995 msgid "guestfs_add_drive_with_if"
5996 msgstr ""
5997
5998 #. type: verbatim
5999 #: ../src/guestfs-actions.pod:259
6000 #, no-wrap
6001 msgid ""
6002 " int\n"
6003 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6004 "                            const char *filename,\n"
6005 "                            const char *iface);\n"
6006 "\n"
6007 msgstr ""
6008
6009 #. type: textblock
6010 #: ../src/guestfs-actions.pod:264
6011 msgid ""
6012 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6013 "QEMU interface emulation to use at run time."
6014 msgstr ""
6015
6016 #. type: =head2
6017 #: ../src/guestfs-actions.pod:278
6018 msgid "guestfs_aug_clear"
6019 msgstr ""
6020
6021 #. type: verbatim
6022 #: ../src/guestfs-actions.pod:280
6023 #, no-wrap
6024 msgid ""
6025 " int\n"
6026 " guestfs_aug_clear (guestfs_h *g,\n"
6027 "                    const char *augpath);\n"
6028 "\n"
6029 msgstr ""
6030
6031 #. type: textblock
6032 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6033 msgid ""
6034 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6035 "L<augtool(1)> C<clear> command."
6036 msgstr ""
6037
6038 #. type: textblock
6039 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2101
6040 msgid "(Added in 1.3.4)"
6041 msgstr ""
6042
6043 #. type: =head2
6044 #: ../src/guestfs-actions.pod:291
6045 msgid "guestfs_aug_close"
6046 msgstr ""
6047
6048 #. type: verbatim
6049 #: ../src/guestfs-actions.pod:293
6050 #, no-wrap
6051 msgid ""
6052 " int\n"
6053 " guestfs_aug_close (guestfs_h *g);\n"
6054 "\n"
6055 msgstr ""
6056
6057 #. type: textblock
6058 #: ../src/guestfs-actions.pod:296
6059 msgid ""
6060 "Close the current Augeas handle and free up any resources used by it.  After "
6061 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6062 "any other Augeas functions."
6063 msgstr ""
6064
6065 #. type: textblock
6066 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:5391
6067 msgid "(Added in 0.7)"
6068 msgstr ""
6069
6070 #. type: =head2
6071 #: ../src/guestfs-actions.pod:305
6072 msgid "guestfs_aug_defnode"
6073 msgstr ""
6074
6075 #. type: verbatim
6076 #: ../src/guestfs-actions.pod:307
6077 #, no-wrap
6078 msgid ""
6079 " struct guestfs_int_bool *\n"
6080 " guestfs_aug_defnode (guestfs_h *g,\n"
6081 "                      const char *name,\n"
6082 "                      const char *expr,\n"
6083 "                      const char *val);\n"
6084 "\n"
6085 msgstr ""
6086
6087 #. type: textblock
6088 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6089 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6090 msgstr ""
6091
6092 #. type: textblock
6093 #: ../src/guestfs-actions.pod:316
6094 msgid ""
6095 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6096 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6097 "containing that single node."
6098 msgstr ""
6099
6100 #. type: textblock
6101 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6102 msgid ""
6103 "On success this returns a pair containing the number of nodes in the "
6104 "nodeset, and a boolean flag if a node was created."
6105 msgstr ""
6106
6107 #. type: textblock
6108 #: ../src/guestfs-actions.pod:324
6109 msgid ""
6110 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6111 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6112 msgstr ""
6113
6114 #. type: =head2
6115 #: ../src/guestfs-actions.pod:330
6116 msgid "guestfs_aug_defvar"
6117 msgstr ""
6118
6119 #. type: verbatim
6120 #: ../src/guestfs-actions.pod:332
6121 #, no-wrap
6122 msgid ""
6123 " int\n"
6124 " guestfs_aug_defvar (guestfs_h *g,\n"
6125 "                     const char *name,\n"
6126 "                     const char *expr);\n"
6127 "\n"
6128 msgstr ""
6129
6130 #. type: textblock
6131 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6132 msgid ""
6133 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6134 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6135 msgstr ""
6136
6137 #. type: textblock
6138 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6139 msgid ""
6140 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6141 "evaluates to something which is not a nodeset."
6142 msgstr ""
6143
6144 #. type: =head2
6145 #: ../src/guestfs-actions.pod:348
6146 msgid "guestfs_aug_get"
6147 msgstr ""
6148
6149 #. type: verbatim
6150 #: ../src/guestfs-actions.pod:350
6151 #, no-wrap
6152 msgid ""
6153 " char *\n"
6154 " guestfs_aug_get (guestfs_h *g,\n"
6155 "                  const char *augpath);\n"
6156 "\n"
6157 msgstr ""
6158
6159 #. type: textblock
6160 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6161 msgid ""
6162 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6163 "node, the C<value> is returned."
6164 msgstr ""
6165
6166 #. type: textblock
6167 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1349 ../src/guestfs-actions.pod:1540 ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1815 ../src/guestfs-actions.pod:1832 ../src/guestfs-actions.pod:1899 ../src/guestfs-actions.pod:1933 ../src/guestfs-actions.pod:1954 ../src/guestfs-actions.pod:2124 ../src/guestfs-actions.pod:2316 ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2675 ../src/guestfs-actions.pod:2695 ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:2840 ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:2901 ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:2984 ../src/guestfs-actions.pod:3551 ../src/guestfs-actions.pod:3901 ../src/guestfs-actions.pod:4071 ../src/guestfs-actions.pod:4181 ../src/guestfs-actions.pod:4926 ../src/guestfs-actions.pod:5119 ../src/guestfs-actions.pod:5289 ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5516 ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6144 ../src/guestfs-actions.pod:6161 ../src/guestfs-actions.pod:6185 ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:6878 ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:7076 ../src/guestfs-actions.pod:7348
6168 msgid ""
6169 "This function returns a string, or NULL on error.  I<The caller must free "
6170 "the returned string after use>."
6171 msgstr ""
6172
6173 #. type: =head2
6174 #: ../src/guestfs-actions.pod:362
6175 msgid "guestfs_aug_init"
6176 msgstr ""
6177
6178 #. type: verbatim
6179 #: ../src/guestfs-actions.pod:364
6180 #, no-wrap
6181 msgid ""
6182 " int\n"
6183 " guestfs_aug_init (guestfs_h *g,\n"
6184 "                   const char *root,\n"
6185 "                   int flags);\n"
6186 "\n"
6187 msgstr ""
6188
6189 #. type: textblock
6190 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6191 msgid ""
6192 "Create a new Augeas handle for editing configuration files.  If there was "
6193 "any previous Augeas handle associated with this guestfs session, then it is "
6194 "closed."
6195 msgstr ""
6196
6197 #. type: textblock
6198 #: ../src/guestfs-actions.pod:373
6199 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6200 msgstr ""
6201
6202 #. type: textblock
6203 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6204 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6205 msgstr ""
6206
6207 #. type: textblock
6208 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6209 msgid ""
6210 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6211 "logical I<or> of the following integers:"
6212 msgstr ""
6213
6214 #. type: =item
6215 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6216 msgid "C<AUG_SAVE_BACKUP> = 1"
6217 msgstr ""
6218
6219 #. type: textblock
6220 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6221 msgid "Keep the original file with a C<.augsave> extension."
6222 msgstr ""
6223
6224 #. type: =item
6225 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6226 msgid "C<AUG_SAVE_NEWFILE> = 2"
6227 msgstr ""
6228
6229 #. type: textblock
6230 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6231 msgid ""
6232 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6233 "original.  Overrides C<AUG_SAVE_BACKUP>."
6234 msgstr ""
6235
6236 #. type: =item
6237 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6238 msgid "C<AUG_TYPE_CHECK> = 4"
6239 msgstr ""
6240
6241 #. type: textblock
6242 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6243 msgid "Typecheck lenses (can be expensive)."
6244 msgstr ""
6245
6246 #. type: =item
6247 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6248 msgid "C<AUG_NO_STDINC> = 8"
6249 msgstr ""
6250
6251 #. type: textblock
6252 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6253 msgid "Do not use standard load path for modules."
6254 msgstr ""
6255
6256 #. type: =item
6257 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6258 msgid "C<AUG_SAVE_NOOP> = 16"
6259 msgstr ""
6260
6261 #. type: textblock
6262 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6263 msgid "Make save a no-op, just record what would have been changed."
6264 msgstr ""
6265
6266 #. type: =item
6267 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6268 msgid "C<AUG_NO_LOAD> = 32"
6269 msgstr ""
6270
6271 #. type: textblock
6272 #: ../src/guestfs-actions.pod:408
6273 msgid "Do not load the tree in C<guestfs_aug_init>."
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:412
6278 msgid "To close the handle, you can call C<guestfs_aug_close>."
6279 msgstr ""
6280
6281 #. type: textblock
6282 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6283 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6284 msgstr ""
6285
6286 #. type: =head2
6287 #: ../src/guestfs-actions.pod:420
6288 msgid "guestfs_aug_insert"
6289 msgstr ""
6290
6291 #. type: verbatim
6292 #: ../src/guestfs-actions.pod:422
6293 #, no-wrap
6294 msgid ""
6295 " int\n"
6296 " guestfs_aug_insert (guestfs_h *g,\n"
6297 "                     const char *augpath,\n"
6298 "                     const char *label,\n"
6299 "                     int before);\n"
6300 "\n"
6301 msgstr ""
6302
6303 #. type: textblock
6304 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6305 msgid ""
6306 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6307 "or after C<path> (depending on the boolean flag C<before>)."
6308 msgstr ""
6309
6310 #. type: textblock
6311 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6312 msgid ""
6313 "C<path> must match exactly one existing node in the tree, and C<label> must "
6314 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6315 msgstr ""
6316
6317 #. type: =head2
6318 #: ../src/guestfs-actions.pod:440
6319 msgid "guestfs_aug_load"
6320 msgstr ""
6321
6322 #. type: verbatim
6323 #: ../src/guestfs-actions.pod:442
6324 #, no-wrap
6325 msgid ""
6326 " int\n"
6327 " guestfs_aug_load (guestfs_h *g);\n"
6328 "\n"
6329 msgstr ""
6330
6331 #. type: textblock
6332 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6333 msgid "Load files into the tree."
6334 msgstr ""
6335
6336 #. type: textblock
6337 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6338 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6339 msgstr ""
6340
6341 #. type: =head2
6342 #: ../src/guestfs-actions.pod:454
6343 msgid "guestfs_aug_ls"
6344 msgstr ""
6345
6346 #. type: verbatim
6347 #: ../src/guestfs-actions.pod:456
6348 #, no-wrap
6349 msgid ""
6350 " char **\n"
6351 " guestfs_aug_ls (guestfs_h *g,\n"
6352 "                 const char *augpath);\n"
6353 "\n"
6354 msgstr ""
6355
6356 #. type: textblock
6357 #: ../src/guestfs-actions.pod:460
6358 msgid ""
6359 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6360 "sorting the resulting nodes into alphabetical order."
6361 msgstr ""
6362
6363 #. type: textblock
6364 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:1383 ../src/guestfs-actions.pod:1486 ../src/guestfs-actions.pod:1505 ../src/guestfs-actions.pod:1754 ../src/guestfs-actions.pod:2196 ../src/guestfs-actions.pod:2212 ../src/guestfs-actions.pod:2231 ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2369 ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2633 ../src/guestfs-actions.pod:2918 ../src/guestfs-actions.pod:3186 ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3533 ../src/guestfs-actions.pod:3638 ../src/guestfs-actions.pod:4043 ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5387 ../src/guestfs-actions.pod:5501 ../src/guestfs-actions.pod:6201 ../src/guestfs-actions.pod:6262 ../src/guestfs-actions.pod:6317 ../src/guestfs-actions.pod:6463 ../src/guestfs-actions.pod:6487 ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7036 ../src/guestfs-actions.pod:7201 ../src/guestfs-actions.pod:7220 ../src/guestfs-actions.pod:7305 ../src/guestfs-actions.pod:7324 ../src/guestfs-actions.pod:7370 ../src/guestfs-actions.pod:7389
6365 msgid ""
6366 "This function returns a NULL-terminated array of strings (like "
6367 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6368 "strings and the array after use>."
6369 msgstr ""
6370
6371 #. type: textblock
6372 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1421 ../src/guestfs-actions.pod:3264 ../src/guestfs-actions.pod:3295 ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3934 ../src/guestfs-actions.pod:4121 ../src/guestfs-actions.pod:4154 ../src/guestfs-actions.pod:4317 ../src/guestfs-actions.pod:4745 ../src/guestfs-actions.pod:5202 ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:5611 ../src/guestfs-actions.pod:5623 ../src/guestfs-actions.pod:6063 ../src/guestfs-actions.pod:6701 ../src/guestfs-actions.pod:6714 ../src/guestfs-actions.pod:6953 ../src/guestfs-actions.pod:7189
6373 msgid "(Added in 0.8)"
6374 msgstr ""
6375
6376 #. type: =head2
6377 #: ../src/guestfs-actions.pod:469
6378 msgid "guestfs_aug_match"
6379 msgstr ""
6380
6381 #. type: verbatim
6382 #: ../src/guestfs-actions.pod:471
6383 #, no-wrap
6384 msgid ""
6385 " char **\n"
6386 " guestfs_aug_match (guestfs_h *g,\n"
6387 "                    const char *augpath);\n"
6388 "\n"
6389 msgstr ""
6390
6391 #. type: textblock
6392 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6393 msgid ""
6394 "Returns a list of paths which match the path expression C<path>.  The "
6395 "returned paths are sufficiently qualified so that they match exactly one "
6396 "node in the current tree."
6397 msgstr ""
6398
6399 #. type: =head2
6400 #: ../src/guestfs-actions.pod:485
6401 msgid "guestfs_aug_mv"
6402 msgstr ""
6403
6404 #. type: verbatim
6405 #: ../src/guestfs-actions.pod:487
6406 #, no-wrap
6407 msgid ""
6408 " int\n"
6409 " guestfs_aug_mv (guestfs_h *g,\n"
6410 "                 const char *src,\n"
6411 "                 const char *dest);\n"
6412 "\n"
6413 msgstr ""
6414
6415 #. type: textblock
6416 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6417 msgid ""
6418 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6419 "C<dest> is overwritten if it exists."
6420 msgstr ""
6421
6422 #. type: =head2
6423 #: ../src/guestfs-actions.pod:499
6424 msgid "guestfs_aug_rm"
6425 msgstr ""
6426
6427 #. type: verbatim
6428 #: ../src/guestfs-actions.pod:501
6429 #, no-wrap
6430 msgid ""
6431 " int\n"
6432 " guestfs_aug_rm (guestfs_h *g,\n"
6433 "                 const char *augpath);\n"
6434 "\n"
6435 msgstr ""
6436
6437 #. type: textblock
6438 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6439 msgid "Remove C<path> and all of its children."
6440 msgstr ""
6441
6442 #. type: textblock
6443 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6444 msgid "On success this returns the number of entries which were removed."
6445 msgstr ""
6446
6447 #. type: =head2
6448 #: ../src/guestfs-actions.pod:513
6449 msgid "guestfs_aug_save"
6450 msgstr ""
6451
6452 #. type: verbatim
6453 #: ../src/guestfs-actions.pod:515
6454 #, no-wrap
6455 msgid ""
6456 " int\n"
6457 " guestfs_aug_save (guestfs_h *g);\n"
6458 "\n"
6459 msgstr ""
6460
6461 #. type: textblock
6462 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6463 msgid "This writes all pending changes to disk."
6464 msgstr ""
6465
6466 #. type: textblock
6467 #: ../src/guestfs-actions.pod:520
6468 msgid ""
6469 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6470 "are saved."
6471 msgstr ""
6472
6473 #. type: =head2
6474 #: ../src/guestfs-actions.pod:527
6475 msgid "guestfs_aug_set"
6476 msgstr ""
6477
6478 #. type: verbatim
6479 #: ../src/guestfs-actions.pod:529
6480 #, no-wrap
6481 msgid ""
6482 " int\n"
6483 " guestfs_aug_set (guestfs_h *g,\n"
6484 "                  const char *augpath,\n"
6485 "                  const char *val);\n"
6486 "\n"
6487 msgstr ""
6488
6489 #. type: textblock
6490 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6491 msgid "Set the value associated with C<path> to C<val>."
6492 msgstr ""
6493
6494 #. type: textblock
6495 #: ../src/guestfs-actions.pod:536
6496 msgid ""
6497 "In the Augeas API, it is possible to clear a node by setting the value to "
6498 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6499 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6500 msgstr ""
6501
6502 #. type: =head2
6503 #: ../src/guestfs-actions.pod:545
6504 msgid "guestfs_available"
6505 msgstr ""
6506
6507 #. type: verbatim
6508 #: ../src/guestfs-actions.pod:547
6509 #, no-wrap
6510 msgid ""
6511 " int\n"
6512 " guestfs_available (guestfs_h *g,\n"
6513 "                    char *const *groups);\n"
6514 "\n"
6515 msgstr ""
6516
6517 #. type: textblock
6518 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6519 msgid ""
6520 "This command is used to check the availability of some groups of "
6521 "functionality in the appliance, which not all builds of the libguestfs "
6522 "appliance will be able to provide."
6523 msgstr ""
6524
6525 #. type: textblock
6526 #: ../src/guestfs-actions.pod:555
6527 msgid ""
6528 "The libguestfs groups, and the functions that those groups correspond to, "
6529 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6530 "runtime by calling C<guestfs_available_all_groups>."
6531 msgstr ""
6532
6533 #. type: textblock
6534 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6535 msgid ""
6536 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6537 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6538 "and Augeas (configuration file editing) functions."
6539 msgstr ""
6540
6541 #. type: textblock
6542 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6543 msgid "The command returns no error if I<all> requested groups are available."
6544 msgstr ""
6545
6546 #. type: textblock
6547 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6548 msgid ""
6549 "It fails with an error if one or more of the requested groups is unavailable "
6550 "in the appliance."
6551 msgstr ""
6552
6553 #. type: textblock
6554 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6555 msgid ""
6556 "If an unknown group name is included in the list of groups then an error is "
6557 "always returned."
6558 msgstr ""
6559
6560 #. type: textblock
6561 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6562 msgid "I<Notes:>"
6563 msgstr ""
6564
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:579
6567 msgid "You must call C<guestfs_launch> before calling this function."
6568 msgstr ""
6569
6570 #. type: textblock
6571 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6572 msgid ""
6573 "The reason is because we don't know what groups are supported by the "
6574 "appliance/daemon until it is running and can be queried."
6575 msgstr ""
6576
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6579 msgid ""
6580 "If a group of functions is available, this does not necessarily mean that "
6581 "they will work.  You still have to check for errors when calling individual "
6582 "API functions even if they are available."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6587 msgid ""
6588 "It is usually the job of distro packagers to build complete functionality "
6589 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6590 "with all requirements satisfied, will support everything."
6591 msgstr ""
6592
6593 #. type: textblock
6594 #: ../src/guestfs-actions.pod:601
6595 msgid ""
6596 "This call was added in version C<1.0.80>.  In previous versions of "
6597 "libguestfs all you could do would be to speculatively execute a command to "
6598 "find out if the daemon implemented it.  See also C<guestfs_version>."
6599 msgstr ""
6600
6601 #. type: textblock
6602 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6603 msgid "(Added in 1.0.80)"
6604 msgstr ""
6605
6606 #. type: =head2
6607 #: ../src/guestfs-actions.pod:612
6608 msgid "guestfs_available_all_groups"
6609 msgstr ""
6610
6611 #. type: verbatim
6612 #: ../src/guestfs-actions.pod:614
6613 #, no-wrap
6614 msgid ""
6615 " char **\n"
6616 " guestfs_available_all_groups (guestfs_h *g);\n"
6617 "\n"
6618 msgstr ""
6619
6620 #. type: textblock
6621 #: ../src/guestfs-actions.pod:617
6622 msgid ""
6623 "This command returns a list of all optional groups that this daemon knows "
6624 "about.  Note this returns both supported and unsupported groups.  To find "
6625 "out which ones the daemon can actually support you have to call "
6626 "C<guestfs_available> on each member of the returned list."
6627 msgstr ""
6628
6629 #. type: textblock
6630 #: ../src/guestfs-actions.pod:623
6631 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6632 msgstr ""
6633
6634 #. type: textblock
6635 #: ../src/guestfs-actions.pod:629
6636 msgid "(Added in 1.3.15)"
6637 msgstr ""
6638
6639 #. type: =head2
6640 #: ../src/guestfs-actions.pod:631
6641 msgid "guestfs_base64_in"
6642 msgstr ""
6643
6644 #. type: verbatim
6645 #: ../src/guestfs-actions.pod:633
6646 #, no-wrap
6647 msgid ""
6648 " int\n"
6649 " guestfs_base64_in (guestfs_h *g,\n"
6650 "                    const char *base64file,\n"
6651 "                    const char *filename);\n"
6652 "\n"
6653 msgstr ""
6654
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6657 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6658 msgstr ""
6659
6660 #. type: textblock
6661 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6662 msgid "(Added in 1.3.5)"
6663 msgstr ""
6664
6665 #. type: =head2
6666 #: ../src/guestfs-actions.pod:645
6667 msgid "guestfs_base64_out"
6668 msgstr ""
6669
6670 #. type: verbatim
6671 #: ../src/guestfs-actions.pod:647
6672 #, no-wrap
6673 msgid ""
6674 " int\n"
6675 " guestfs_base64_out (guestfs_h *g,\n"
6676 "                     const char *filename,\n"
6677 "                     const char *base64file);\n"
6678 "\n"
6679 msgstr ""
6680
6681 #. type: textblock
6682 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6683 msgid ""
6684 "This command downloads the contents of C<filename>, writing it out to local "
6685 "file C<base64file> encoded as base64."
6686 msgstr ""
6687
6688 #. type: =head2
6689 #: ../src/guestfs-actions.pod:659
6690 msgid "guestfs_blockdev_flushbufs"
6691 msgstr ""
6692
6693 #. type: verbatim
6694 #: ../src/guestfs-actions.pod:661
6695 #, no-wrap
6696 msgid ""
6697 " int\n"
6698 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6699 "                             const char *device);\n"
6700 "\n"
6701 msgstr ""
6702
6703 #. type: textblock
6704 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6705 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6706 msgstr ""
6707
6708 #. type: textblock
6709 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685 ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753 ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813 ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478 ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522 ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
6710 msgid "This uses the L<blockdev(8)> command."
6711 msgstr ""
6712
6713 #. type: textblock
6714 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720 ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757 ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789 ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
6715 msgid "(Added in 0.9.3)"
6716 msgstr ""
6717
6718 #. type: =head2
6719 #: ../src/guestfs-actions.pod:674
6720 msgid "guestfs_blockdev_getbsz"
6721 msgstr ""
6722
6723 #. type: verbatim
6724 #: ../src/guestfs-actions.pod:676
6725 #, no-wrap
6726 msgid ""
6727 " int\n"
6728 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6729 "                          const char *device);\n"
6730 "\n"
6731 msgstr ""
6732
6733 #. type: textblock
6734 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6735 msgid "This returns the block size of a device."
6736 msgstr ""
6737
6738 #. type: textblock
6739 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6740 msgid ""
6741 "(Note this is different from both I<size in blocks> and I<filesystem block "
6742 "size>)."
6743 msgstr ""
6744
6745 #. type: =head2
6746 #: ../src/guestfs-actions.pod:691
6747 msgid "guestfs_blockdev_getro"
6748 msgstr ""
6749
6750 #. type: verbatim
6751 #: ../src/guestfs-actions.pod:693
6752 #, no-wrap
6753 msgid ""
6754 " int\n"
6755 " guestfs_blockdev_getro (guestfs_h *g,\n"
6756 "                         const char *device);\n"
6757 "\n"
6758 msgstr ""
6759
6760 #. type: textblock
6761 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6762 msgid ""
6763 "Returns a boolean indicating if the block device is read-only (true if "
6764 "read-only, false if not)."
6765 msgstr ""
6766
6767 #. type: textblock
6768 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1404 ../src/guestfs-actions.pod:1419 ../src/guestfs-actions.pod:1909 ../src/guestfs-actions.pod:1920 ../src/guestfs-actions.pod:1992 ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2110 ../src/guestfs-actions.pod:3004 ../src/guestfs-actions.pod:3021 ../src/guestfs-actions.pod:3040 ../src/guestfs-actions.pod:3203 ../src/guestfs-actions.pod:3217 ../src/guestfs-actions.pod:3232 ../src/guestfs-actions.pod:3246 ../src/guestfs-actions.pod:3262 ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3307 ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3334 ../src/guestfs-actions.pod:3349 ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4890
6769 msgid "This function returns a C truth value on success or -1 on error."
6770 msgstr ""
6771
6772 #. type: =head2
6773 #: ../src/guestfs-actions.pod:706
6774 msgid "guestfs_blockdev_getsize64"
6775 msgstr ""
6776
6777 #. type: verbatim
6778 #: ../src/guestfs-actions.pod:708
6779 #, no-wrap
6780 msgid ""
6781 " int64_t\n"
6782 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6783 "                             const char *device);\n"
6784 "\n"
6785 msgstr ""
6786
6787 #. type: textblock
6788 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
6789 msgid "This returns the size of the device in bytes."
6790 msgstr ""
6791
6792 #. type: textblock
6793 #: ../src/guestfs-actions.pod:714
6794 msgid "See also C<guestfs_blockdev_getsz>."
6795 msgstr ""
6796
6797 #. type: =head2
6798 #: ../src/guestfs-actions.pod:722
6799 msgid "guestfs_blockdev_getss"
6800 msgstr ""
6801
6802 #. type: verbatim
6803 #: ../src/guestfs-actions.pod:724
6804 #, no-wrap
6805 msgid ""
6806 " int\n"
6807 " guestfs_blockdev_getss (guestfs_h *g,\n"
6808 "                         const char *device);\n"
6809 "\n"
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
6814 msgid ""
6815 "This returns the size of sectors on a block device.  Usually 512, but can be "
6816 "larger for modern devices."
6817 msgstr ""
6818
6819 #. type: textblock
6820 #: ../src/guestfs-actions.pod:731
6821 msgid ""
6822 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6823 "that)."
6824 msgstr ""
6825
6826 #. type: =head2
6827 #: ../src/guestfs-actions.pod:740
6828 msgid "guestfs_blockdev_getsz"
6829 msgstr ""
6830
6831 #. type: verbatim
6832 #: ../src/guestfs-actions.pod:742
6833 #, no-wrap
6834 msgid ""
6835 " int64_t\n"
6836 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6837 "                         const char *device);\n"
6838 "\n"
6839 msgstr ""
6840
6841 #. type: textblock
6842 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
6843 msgid ""
6844 "This returns the size of the device in units of 512-byte sectors (even if "
6845 "the sectorsize isn't 512 bytes ... weird)."
6846 msgstr ""
6847
6848 #. type: textblock
6849 #: ../src/guestfs-actions.pod:749
6850 msgid ""
6851 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6852 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6853 msgstr ""
6854
6855 #. type: =head2
6856 #: ../src/guestfs-actions.pod:759
6857 msgid "guestfs_blockdev_rereadpt"
6858 msgstr ""
6859
6860 #. type: verbatim
6861 #: ../src/guestfs-actions.pod:761
6862 #, no-wrap
6863 msgid ""
6864 " int\n"
6865 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6866 "                            const char *device);\n"
6867 "\n"
6868 msgstr ""
6869
6870 #. type: textblock
6871 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
6872 msgid "Reread the partition table on C<device>."
6873 msgstr ""
6874
6875 #. type: =head2
6876 #: ../src/guestfs-actions.pod:773
6877 msgid "guestfs_blockdev_setbsz"
6878 msgstr ""
6879
6880 #. type: verbatim
6881 #: ../src/guestfs-actions.pod:775
6882 #, no-wrap
6883 msgid ""
6884 " int\n"
6885 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6886 "                          const char *device,\n"
6887 "                          int blocksize);\n"
6888 "\n"
6889 msgstr ""
6890
6891 #. type: textblock
6892 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
6893 msgid "This sets the block size of a device."
6894 msgstr ""
6895
6896 #. type: =head2
6897 #: ../src/guestfs-actions.pod:791
6898 msgid "guestfs_blockdev_setro"
6899 msgstr ""
6900
6901 #. type: verbatim
6902 #: ../src/guestfs-actions.pod:793
6903 #, no-wrap
6904 msgid ""
6905 " int\n"
6906 " guestfs_blockdev_setro (guestfs_h *g,\n"
6907 "                         const char *device);\n"
6908 "\n"
6909 msgstr ""
6910
6911 #. type: textblock
6912 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
6913 msgid "Sets the block device named C<device> to read-only."
6914 msgstr ""
6915
6916 #. type: =head2
6917 #: ../src/guestfs-actions.pod:805
6918 msgid "guestfs_blockdev_setrw"
6919 msgstr ""
6920
6921 #. type: verbatim
6922 #: ../src/guestfs-actions.pod:807
6923 #, no-wrap
6924 msgid ""
6925 " int\n"
6926 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6927 "                         const char *device);\n"
6928 "\n"
6929 msgstr ""
6930
6931 #. type: textblock
6932 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
6933 msgid "Sets the block device named C<device> to read-write."
6934 msgstr ""
6935
6936 #. type: =head2
6937 #: ../src/guestfs-actions.pod:819
6938 msgid "guestfs_case_sensitive_path"
6939 msgstr ""
6940
6941 #. type: verbatim
6942 #: ../src/guestfs-actions.pod:821
6943 #, no-wrap
6944 msgid ""
6945 " char *\n"
6946 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6947 "                              const char *path);\n"
6948 "\n"
6949 msgstr ""
6950
6951 #. type: textblock
6952 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
6953 msgid ""
6954 "This can be used to resolve case insensitive paths on a filesystem which is "
6955 "case sensitive.  The use case is to resolve paths which you have read from "
6956 "Windows configuration files or the Windows Registry, to the true path."
6957 msgstr ""
6958
6959 #. type: textblock
6960 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
6961 msgid ""
6962 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6963 "(and probably others), which is that although the underlying filesystem is "
6964 "case-insensitive, the driver exports the filesystem to Linux as "
6965 "case-sensitive."
6966 msgstr ""
6967
6968 #. type: textblock
6969 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
6970 msgid ""
6971 "One consequence of this is that special directories such as C<c:\\windows> "
6972 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6973 "precise details of how they were created.  In Windows itself this would not "
6974 "be a problem."
6975 msgstr ""
6976
6977 #. type: textblock
6978 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
6979 msgid ""
6980 "Bug or feature? You decide: "
6981 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6982 msgstr ""
6983
6984 #. type: textblock
6985 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
6986 msgid ""
6987 "This function resolves the true case of each element in the path and returns "
6988 "the case-sensitive path."
6989 msgstr ""
6990
6991 #. type: textblock
6992 #: ../src/guestfs-actions.pod:847
6993 msgid ""
6994 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6995 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6996 "how the directories were originally created under Windows)."
6997 msgstr ""
6998
6999 #. type: textblock
7000 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7001 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7002 msgstr ""
7003
7004 #. type: textblock
7005 #: ../src/guestfs-actions.pod:855
7006 msgid "See also C<guestfs_realpath>."
7007 msgstr ""
7008
7009 #. type: textblock
7010 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6881
7011 msgid "(Added in 1.0.75)"
7012 msgstr ""
7013
7014 #. type: =head2
7015 #: ../src/guestfs-actions.pod:862
7016 msgid "guestfs_cat"
7017 msgstr ""
7018
7019 #. type: verbatim
7020 #: ../src/guestfs-actions.pod:864
7021 #, no-wrap
7022 msgid ""
7023 " char *\n"
7024 " guestfs_cat (guestfs_h *g,\n"
7025 "              const char *path);\n"
7026 "\n"
7027 msgstr ""
7028
7029 #. type: textblock
7030 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5377 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3601
7031 msgid "Return the contents of the file named C<path>."
7032 msgstr ""
7033
7034 #. type: textblock
7035 #: ../src/guestfs-actions.pod:870
7036 msgid ""
7037 "Note that this function cannot correctly handle binary files (specifically, "
7038 "files containing C<\\0> character which is treated as end of string).  For "
7039 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7040 "functions which have a more complex interface."
7041 msgstr ""
7042
7043 #. type: textblock
7044 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1368 ../src/guestfs-actions.pod:1387 ../src/guestfs-actions.pod:1490 ../src/guestfs-actions.pod:1509 ../src/guestfs-actions.pod:1758 ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:2235 ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:2319 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5185 ../src/guestfs-actions.pod:5316 ../src/guestfs-actions.pod:5342 ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6321 ../src/guestfs-actions.pod:6467 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:7153 ../src/guestfs-actions.pod:7179 ../src/guestfs-actions.pod:7205 ../src/guestfs-actions.pod:7224 ../src/guestfs-actions.pod:7309 ../src/guestfs-actions.pod:7328 ../src/guestfs-actions.pod:7374 ../src/guestfs-actions.pod:7393 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734 ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997 ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493 ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556 ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3471 ../fish/guestfish-actions.pod:3486 ../fish/guestfish-actions.pod:3562 ../fish/guestfish-actions.pod:3579 ../fish/guestfish-actions.pod:3594 ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4266 ../fish/guestfish-actions.pod:4351 ../fish/guestfish-actions.pod:4366 ../fish/guestfish-actions.pod:4776 ../fish/guestfish-actions.pod:4794 ../fish/guestfish-actions.pod:4811 ../fish/guestfish-actions.pod:4821 ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:4879 ../fish/guestfish-actions.pod:4908 ../fish/guestfish-actions.pod:4918
7045 msgid ""
7046 "Because of the message protocol, there is a transfer limit of somewhere "
7047 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7048 msgstr ""
7049
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3475 ../src/guestfs-actions.pod:3537 ../src/guestfs-actions.pod:3554 ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:4047 ../src/guestfs-actions.pod:4061 ../src/guestfs-actions.pod:5265 ../src/guestfs-actions.pod:5279 ../src/guestfs-actions.pod:7040 ../src/guestfs-actions.pod:7054
7052 msgid "(Added in 0.4)"
7053 msgstr ""
7054
7055 #. type: =head2
7056 #: ../src/guestfs-actions.pod:883
7057 msgid "guestfs_checksum"
7058 msgstr ""
7059
7060 #. type: verbatim
7061 #: ../src/guestfs-actions.pod:885
7062 #, no-wrap
7063 msgid ""
7064 " char *\n"
7065 " guestfs_checksum (guestfs_h *g,\n"
7066 "                   const char *csumtype,\n"
7067 "                   const char *path);\n"
7068 "\n"
7069 msgstr ""
7070
7071 #. type: textblock
7072 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7073 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7074 msgstr ""
7075
7076 #. type: textblock
7077 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7078 msgid ""
7079 "The type of checksum to compute is given by the C<csumtype> parameter which "
7080 "must have one of the following values:"
7081 msgstr ""
7082
7083 #. type: =item
7084 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7085 msgid "C<crc>"
7086 msgstr ""
7087
7088 #. type: textblock
7089 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7090 msgid ""
7091 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7092 "C<cksum> command."
7093 msgstr ""
7094
7095 #. type: =item
7096 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7097 msgid "C<md5>"
7098 msgstr ""
7099
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7102 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7103 msgstr ""
7104
7105 #. type: =item
7106 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7107 msgid "C<sha1>"
7108 msgstr ""
7109
7110 #. type: textblock
7111 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7112 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7113 msgstr ""
7114
7115 #. type: =item
7116 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7117 msgid "C<sha224>"
7118 msgstr ""
7119
7120 #. type: textblock
7121 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7122 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7123 msgstr ""
7124
7125 #. type: =item
7126 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7127 msgid "C<sha256>"
7128 msgstr ""
7129
7130 #. type: textblock
7131 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7132 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7133 msgstr ""
7134
7135 #. type: =item
7136 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7137 msgid "C<sha384>"
7138 msgstr ""
7139
7140 #. type: textblock
7141 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7142 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7143 msgstr ""
7144
7145 #. type: =item
7146 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7147 msgid "C<sha512>"
7148 msgstr ""
7149
7150 #. type: textblock
7151 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7152 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7153 msgstr ""
7154
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7157 msgid "The checksum is returned as a printable string."
7158 msgstr ""
7159
7160 #. type: textblock
7161 #: ../src/guestfs-actions.pod:931
7162 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7163 msgstr ""
7164
7165 #. type: textblock
7166 #: ../src/guestfs-actions.pod:933
7167 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7168 msgstr ""
7169
7170 #. type: textblock
7171 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:3219 ../src/guestfs-actions.pod:3248 ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:6737
7172 msgid "(Added in 1.0.2)"
7173 msgstr ""
7174
7175 #. type: =head2
7176 #: ../src/guestfs-actions.pod:940
7177 msgid "guestfs_checksum_device"
7178 msgstr ""
7179
7180 #. type: verbatim
7181 #: ../src/guestfs-actions.pod:942
7182 #, no-wrap
7183 msgid ""
7184 " char *\n"
7185 " guestfs_checksum_device (guestfs_h *g,\n"
7186 "                          const char *csumtype,\n"
7187 "                          const char *device);\n"
7188 "\n"
7189 msgstr ""
7190
7191 #. type: textblock
7192 #: ../src/guestfs-actions.pod:947
7193 msgid ""
7194 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7195 "device named C<device>.  For the types of checksums supported see the "
7196 "C<guestfs_checksum> command."
7197 msgstr ""
7198
7199 #. type: textblock
7200 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4796 ../src/guestfs-actions.pod:4855 ../src/guestfs-actions.pod:4892 ../src/guestfs-actions.pod:4910 ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:6646 ../src/guestfs-actions.pod:6660 ../src/guestfs-actions.pod:7066
7201 msgid "(Added in 1.3.2)"
7202 msgstr ""
7203
7204 #. type: =head2
7205 #: ../src/guestfs-actions.pod:956
7206 msgid "guestfs_checksums_out"
7207 msgstr ""
7208
7209 #. type: verbatim
7210 #: ../src/guestfs-actions.pod:958
7211 #, no-wrap
7212 msgid ""
7213 " int\n"
7214 " guestfs_checksums_out (guestfs_h *g,\n"
7215 "                        const char *csumtype,\n"
7216 "                        const char *directory,\n"
7217 "                        const char *sumsfile);\n"
7218 "\n"
7219 msgstr ""
7220
7221 #. type: textblock
7222 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7223 msgid ""
7224 "This command computes the checksums of all regular files in C<directory> and "
7225 "then emits a list of those checksums to the local output file C<sumsfile>."
7226 msgstr ""
7227
7228 #. type: textblock
7229 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7230 msgid ""
7231 "This can be used for verifying the integrity of a virtual machine.  However "
7232 "to be properly secure you should pay attention to the output of the checksum "
7233 "command (it uses the ones from GNU coreutils).  In particular when the "
7234 "filename is not printable, coreutils uses a special backslash syntax.  For "
7235 "more information, see the GNU coreutils info file."
7236 msgstr ""
7237
7238 #. type: textblock
7239 #: ../src/guestfs-actions.pod:978
7240 msgid "(Added in 1.3.7)"
7241 msgstr ""
7242
7243 #. type: =head2
7244 #: ../src/guestfs-actions.pod:980
7245 msgid "guestfs_chmod"
7246 msgstr ""
7247
7248 #. type: verbatim
7249 #: ../src/guestfs-actions.pod:982
7250 #, no-wrap
7251 msgid ""
7252 " int\n"
7253 " guestfs_chmod (guestfs_h *g,\n"
7254 "                int mode,\n"
7255 "                const char *path);\n"
7256 "\n"
7257 msgstr ""
7258
7259 #. type: textblock
7260 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7261 msgid ""
7262 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7263 "supported."
7264 msgstr ""
7265
7266 #. type: textblock
7267 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7268 msgid ""
7269 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7270 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7271 "C<700>."
7272 msgstr ""
7273
7274 #. type: textblock
7275 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4495 ../src/guestfs-actions.pod:4514 ../src/guestfs-actions.pod:4533 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:3046 ../fish/guestfish-actions.pod:3056 ../fish/guestfish-actions.pod:3066
7276 msgid "The mode actually set is affected by the umask."
7277 msgstr ""
7278
7279 #. type: =head2
7280 #: ../src/guestfs-actions.pod:1000
7281 msgid "guestfs_chown"
7282 msgstr ""
7283
7284 #. type: verbatim
7285 #: ../src/guestfs-actions.pod:1002
7286 #, no-wrap
7287 msgid ""
7288 " int\n"
7289 " guestfs_chown (guestfs_h *g,\n"
7290 "                int owner,\n"
7291 "                int group,\n"
7292 "                const char *path);\n"
7293 "\n"
7294 msgstr ""
7295
7296 #. type: textblock
7297 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7298 msgid "Change the file owner to C<owner> and group to C<group>."
7299 msgstr ""
7300
7301 #. type: textblock
7302 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3406 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2375
7303 msgid ""
7304 "Only numeric uid and gid are supported.  If you want to use names, you will "
7305 "need to locate and parse the password file yourself (Augeas support makes "
7306 "this relatively easy)."
7307 msgstr ""
7308
7309 #. type: =head2
7310 #: ../src/guestfs-actions.pod:1018
7311 msgid "guestfs_command"
7312 msgstr ""
7313
7314 #. type: verbatim
7315 #: ../src/guestfs-actions.pod:1020
7316 #, no-wrap
7317 msgid ""
7318 " char *\n"
7319 " guestfs_command (guestfs_h *g,\n"
7320 "                  char *const *arguments);\n"
7321 "\n"
7322 msgstr ""
7323
7324 #. type: textblock
7325 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7326 msgid ""
7327 "This call runs a command from the guest filesystem.  The filesystem must be "
7328 "mounted, and must contain a compatible operating system (ie. something "
7329 "Linux, with the same or compatible processor architecture)."
7330 msgstr ""
7331
7332 #. type: textblock
7333 #: ../src/guestfs-actions.pod:1029
7334 msgid ""
7335 "The single parameter is an argv-style list of arguments.  The first element "
7336 "is the name of the program to run.  Subsequent elements are parameters.  The "
7337 "list must be non-empty (ie. must contain a program name).  Note that the "
7338 "command runs directly, and is I<not> invoked via the shell (see "
7339 "C<guestfs_sh>)."
7340 msgstr ""
7341
7342 #. type: textblock
7343 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7344 msgid "The return value is anything printed to I<stdout> by the command."
7345 msgstr ""
7346
7347 #. type: textblock
7348 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7349 msgid ""
7350 "If the command returns a non-zero exit status, then this function returns an "
7351 "error message.  The error message string is the content of I<stderr> from "
7352 "the command."
7353 msgstr ""
7354
7355 #. type: textblock
7356 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7357 msgid ""
7358 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7359 "C</bin>.  If you require a program from another location, you should provide "
7360 "the full path in the first parameter."
7361 msgstr ""
7362
7363 #. type: textblock
7364 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7365 msgid ""
7366 "Shared libraries and data files required by the program must be available on "
7367 "filesystems which are mounted in the correct places.  It is the caller's "
7368 "responsibility to ensure all filesystems that are needed are mounted at the "
7369 "right locations."
7370 msgstr ""
7371
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1543
7374 msgid "(Added in 0.9.1)"
7375 msgstr ""
7376
7377 #. type: =head2
7378 #: ../src/guestfs-actions.pod:1062
7379 msgid "guestfs_command_lines"
7380 msgstr ""
7381
7382 #. type: verbatim
7383 #: ../src/guestfs-actions.pod:1064
7384 #, no-wrap
7385 msgid ""
7386 " char **\n"
7387 " guestfs_command_lines (guestfs_h *g,\n"
7388 "                        char *const *arguments);\n"
7389 "\n"
7390 msgstr ""
7391
7392 #. type: textblock
7393 #: ../src/guestfs-actions.pod:1068
7394 msgid ""
7395 "This is the same as C<guestfs_command>, but splits the result into a list of "
7396 "lines."
7397 msgstr ""
7398
7399 #. type: textblock
7400 #: ../src/guestfs-actions.pod:1071
7401 msgid "See also: C<guestfs_sh_lines>"
7402 msgstr ""
7403
7404 #. type: =head2
7405 #: ../src/guestfs-actions.pod:1082
7406 msgid "guestfs_config"
7407 msgstr ""
7408
7409 #. type: verbatim
7410 #: ../src/guestfs-actions.pod:1084
7411 #, no-wrap
7412 msgid ""
7413 " int\n"
7414 " guestfs_config (guestfs_h *g,\n"
7415 "                 const char *qemuparam,\n"
7416 "                 const char *qemuvalue);\n"
7417 "\n"
7418 msgstr ""
7419
7420 #. type: textblock
7421 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7422 msgid ""
7423 "This can be used to add arbitrary qemu command line parameters of the form "
7424 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7425 "setting some parameters which would interfere with parameters that we use."
7426 msgstr ""
7427
7428 #. type: textblock
7429 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7430 msgid "The first character of C<param> string must be a C<-> (dash)."
7431 msgstr ""
7432
7433 #. type: textblock
7434 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7435 msgid "C<value> can be NULL."
7436 msgstr ""
7437
7438 #. type: =head2
7439 #: ../src/guestfs-actions.pod:1102
7440 msgid "guestfs_copy_size"
7441 msgstr ""
7442
7443 #. type: verbatim
7444 #: ../src/guestfs-actions.pod:1104
7445 #, no-wrap
7446 msgid ""
7447 " int\n"
7448 " guestfs_copy_size (guestfs_h *g,\n"
7449 "                    const char *src,\n"
7450 "                    const char *dest,\n"
7451 "                    int64_t size);\n"
7452 "\n"
7453 msgstr ""
7454
7455 #. type: textblock
7456 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7457 msgid ""
7458 "This command copies exactly C<size> bytes from one source device or file "
7459 "C<src> to another destination device or file C<dest>."
7460 msgstr ""
7461
7462 #. type: textblock
7463 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7464 msgid ""
7465 "Note this will fail if the source is too short or if the destination is not "
7466 "large enough."
7467 msgstr ""
7468
7469 #. type: textblock
7470 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1692 ../src/guestfs-actions.pod:1714 ../src/guestfs-actions.pod:6732 ../src/guestfs-actions.pod:6766 ../src/guestfs-actions.pod:7245 ../src/guestfs-actions.pod:7264
7471 msgid ""
7472 "This long-running command can generate progress notification messages so "
7473 "that the caller can display a progress bar or indicator.  To receive these "
7474 "messages, the caller must register a progress callback.  See "
7475 "L<guestfs(3)/guestfs_set_progress_callback>."
7476 msgstr ""
7477
7478 #. type: textblock
7479 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4074 ../src/guestfs-actions.pod:5292 ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:6993 ../src/guestfs-actions.pod:7079
7480 msgid "(Added in 1.0.87)"
7481 msgstr ""
7482
7483 #. type: =head2
7484 #: ../src/guestfs-actions.pod:1125
7485 msgid "guestfs_cp"
7486 msgstr ""
7487
7488 #. type: verbatim
7489 #: ../src/guestfs-actions.pod:1127
7490 #, no-wrap
7491 msgid ""
7492 " int\n"
7493 " guestfs_cp (guestfs_h *g,\n"
7494 "             const char *src,\n"
7495 "             const char *dest);\n"
7496 "\n"
7497 msgstr ""
7498
7499 #. type: textblock
7500 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7501 msgid ""
7502 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7503 "destination filename or destination directory."
7504 msgstr ""
7505
7506 #. type: textblock
7507 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1406 ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:5136
7508 msgid "(Added in 1.0.18)"
7509 msgstr ""
7510
7511 #. type: =head2
7512 #: ../src/guestfs-actions.pod:1139
7513 msgid "guestfs_cp_a"
7514 msgstr ""
7515
7516 #. type: verbatim
7517 #: ../src/guestfs-actions.pod:1141
7518 #, no-wrap
7519 msgid ""
7520 " int\n"
7521 " guestfs_cp_a (guestfs_h *g,\n"
7522 "               const char *src,\n"
7523 "               const char *dest);\n"
7524 "\n"
7525 msgstr ""
7526
7527 #. type: textblock
7528 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7529 msgid ""
7530 "This copies a file or directory from C<src> to C<dest> recursively using the "
7531 "C<cp -a> command."
7532 msgstr ""
7533
7534 #. type: =head2
7535 #: ../src/guestfs-actions.pod:1153
7536 msgid "guestfs_dd"
7537 msgstr ""
7538
7539 #. type: verbatim
7540 #: ../src/guestfs-actions.pod:1155
7541 #, no-wrap
7542 msgid ""
7543 " int\n"
7544 " guestfs_dd (guestfs_h *g,\n"
7545 "             const char *src,\n"
7546 "             const char *dest);\n"
7547 "\n"
7548 msgstr ""
7549
7550 #. type: textblock
7551 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7552 msgid ""
7553 "This command copies from one source device or file C<src> to another "
7554 "destination device or file C<dest>.  Normally you would use this to copy to "
7555 "or from a device or partition, for example to duplicate a filesystem."
7556 msgstr ""
7557
7558 #. type: textblock
7559 #: ../src/guestfs-actions.pod:1165
7560 msgid ""
7561 "If the destination is a device, it must be as large or larger than the "
7562 "source file or device, otherwise the copy will fail.  This command cannot do "
7563 "partial copies (see C<guestfs_copy_size>)."
7564 msgstr ""
7565
7566 #. type: =head2
7567 #: ../src/guestfs-actions.pod:1173
7568 msgid "guestfs_df"
7569 msgstr ""
7570
7571 #. type: verbatim
7572 #: ../src/guestfs-actions.pod:1175
7573 #, no-wrap
7574 msgid ""
7575 " char *\n"
7576 " guestfs_df (guestfs_h *g);\n"
7577 "\n"
7578 msgstr ""
7579
7580 #. type: textblock
7581 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7582 msgid "This command runs the C<df> command to report disk space used."
7583 msgstr ""
7584
7585 #. type: textblock
7586 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7587 msgid ""
7588 "This command is mostly useful for interactive sessions.  It is I<not> "
7589 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7590 "from programs."
7591 msgstr ""
7592
7593 #. type: textblock
7594 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2305 ../src/guestfs-actions.pod:2373 ../src/guestfs-actions.pod:4184 ../src/guestfs-actions.pod:4659 ../src/guestfs-actions.pod:6470 ../src/guestfs-actions.pod:6494 ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7125 ../src/guestfs-actions.pod:7138
7595 msgid "(Added in 1.0.54)"
7596 msgstr ""
7597
7598 #. type: =head2
7599 #: ../src/guestfs-actions.pod:1189
7600 msgid "guestfs_df_h"
7601 msgstr ""
7602
7603 #. type: verbatim
7604 #: ../src/guestfs-actions.pod:1191
7605 #, no-wrap
7606 msgid ""
7607 " char *\n"
7608 " guestfs_df_h (guestfs_h *g);\n"
7609 "\n"
7610 msgstr ""
7611
7612 #. type: textblock
7613 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7614 msgid ""
7615 "This command runs the C<df -h> command to report disk space used in "
7616 "human-readable format."
7617 msgstr ""
7618
7619 #. type: =head2
7620 #: ../src/guestfs-actions.pod:1206
7621 msgid "guestfs_dmesg"
7622 msgstr ""
7623
7624 #. type: verbatim
7625 #: ../src/guestfs-actions.pod:1208
7626 #, no-wrap
7627 msgid ""
7628 " char *\n"
7629 " guestfs_dmesg (guestfs_h *g);\n"
7630 "\n"
7631 msgstr ""
7632
7633 #. type: textblock
7634 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7635 msgid ""
7636 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7637 "This is sometimes useful for extended debugging of problems."
7638 msgstr ""
7639
7640 #. type: textblock
7641 #: ../src/guestfs-actions.pod:1215
7642 msgid ""
7643 "Another way to get the same information is to enable verbose messages with "
7644 "C<guestfs_set_verbose> or by setting the environment variable "
7645 "C<LIBGUESTFS_DEBUG=1> before running the program."
7646 msgstr ""
7647
7648 #. type: =head2
7649 #: ../src/guestfs-actions.pod:1225
7650 msgid "guestfs_download"
7651 msgstr ""
7652
7653 #. type: verbatim
7654 #: ../src/guestfs-actions.pod:1227
7655 #, no-wrap
7656 msgid ""
7657 " int\n"
7658 " guestfs_download (guestfs_h *g,\n"
7659 "                   const char *remotefilename,\n"
7660 "                   const char *filename);\n"
7661 "\n"
7662 msgstr ""
7663
7664 #. type: textblock
7665 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7666 msgid ""
7667 "Download file C<remotefilename> and save it as C<filename> on the local "
7668 "machine."
7669 msgstr ""
7670
7671 #. type: textblock
7672 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6726 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4524
7673 msgid "C<filename> can also be a named pipe."
7674 msgstr ""
7675
7676 #. type: textblock
7677 #: ../src/guestfs-actions.pod:1237
7678 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7679 msgstr ""
7680
7681 #. type: =head2
7682 #: ../src/guestfs-actions.pod:1248
7683 msgid "guestfs_download_offset"
7684 msgstr ""
7685
7686 #. type: verbatim
7687 #: ../src/guestfs-actions.pod:1250
7688 #, no-wrap
7689 msgid ""
7690 " int\n"
7691 " guestfs_download_offset (guestfs_h *g,\n"
7692 "                          const char *remotefilename,\n"
7693 "                          const char *filename,\n"
7694 "                          int64_t offset,\n"
7695 "                          int64_t size);\n"
7696 "\n"
7697 msgstr ""
7698
7699 #. type: textblock
7700 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7701 msgid ""
7702 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7703 "region must be within the file or device)."
7704 msgstr ""
7705
7706 #. type: textblock
7707 #: ../src/guestfs-actions.pod:1263
7708 msgid ""
7709 "Note that there is no limit on the amount of data that can be downloaded "
7710 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7711 "full amount unless an error occurs."
7712 msgstr ""
7713
7714 #. type: textblock
7715 #: ../src/guestfs-actions.pod:1268
7716 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7717 msgstr ""
7718
7719 #. type: textblock
7720 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6771
7721 msgid "(Added in 1.5.17)"
7722 msgstr ""
7723
7724 #. type: =head2
7725 #: ../src/guestfs-actions.pod:1279
7726 msgid "guestfs_drop_caches"
7727 msgstr ""
7728
7729 #. type: verbatim
7730 #: ../src/guestfs-actions.pod:1281
7731 #, no-wrap
7732 msgid ""
7733 " int\n"
7734 " guestfs_drop_caches (guestfs_h *g,\n"
7735 "                      int whattodrop);\n"
7736 "\n"
7737 msgstr ""
7738
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7741 msgid ""
7742 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7743 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7744 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7745 msgstr ""
7746
7747 #. type: textblock
7748 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7749 msgid "Setting C<whattodrop> to 3 should drop everything."
7750 msgstr ""
7751
7752 #. type: textblock
7753 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7754 msgid ""
7755 "This automatically calls L<sync(2)> before the operation, so that the "
7756 "maximum guest memory is freed."
7757 msgstr ""
7758
7759 #. type: =head2
7760 #: ../src/guestfs-actions.pod:1299
7761 msgid "guestfs_du"
7762 msgstr ""
7763
7764 #. type: verbatim
7765 #: ../src/guestfs-actions.pod:1301
7766 #, no-wrap
7767 msgid ""
7768 " int64_t\n"
7769 " guestfs_du (guestfs_h *g,\n"
7770 "             const char *path);\n"
7771 "\n"
7772 msgstr ""
7773
7774 #. type: textblock
7775 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7776 msgid ""
7777 "This command runs the C<du -s> command to estimate file space usage for "
7778 "C<path>."
7779 msgstr ""
7780
7781 #. type: textblock
7782 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7783 msgid ""
7784 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7785 "estimate includes the contents of the directory and all subdirectories "
7786 "(recursively)."
7787 msgstr ""
7788
7789 #. type: textblock
7790 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
7791 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7792 msgstr ""
7793
7794 #. type: =head2
7795 #: ../src/guestfs-actions.pod:1319
7796 msgid "guestfs_e2fsck_f"
7797 msgstr ""
7798
7799 #. type: verbatim
7800 #: ../src/guestfs-actions.pod:1321
7801 #, no-wrap
7802 msgid ""
7803 " int\n"
7804 " guestfs_e2fsck_f (guestfs_h *g,\n"
7805 "                   const char *device);\n"
7806 "\n"
7807 msgstr ""
7808
7809 #. type: textblock
7810 #: ../src/guestfs-actions.pod:1325 ../fish/guestfish-actions.pod:885
7811 msgid ""
7812 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7813 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7814 "clean (C<-f>)."
7815 msgstr ""
7816
7817 #. type: textblock
7818 #: ../src/guestfs-actions.pod:1329
7819 msgid ""
7820 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7821 "Normally you should use C<guestfs_fsck>."
7822 msgstr ""
7823
7824 #. type: textblock
7825 #: ../src/guestfs-actions.pod:1334
7826 msgid "(Added in 1.0.29)"
7827 msgstr ""
7828
7829 #. type: =head2
7830 #: ../src/guestfs-actions.pod:1336
7831 msgid "guestfs_echo_daemon"
7832 msgstr ""
7833
7834 #. type: verbatim
7835 #: ../src/guestfs-actions.pod:1338
7836 #, no-wrap
7837 msgid ""
7838 " char *\n"
7839 " guestfs_echo_daemon (guestfs_h *g,\n"
7840 "                      char *const *words);\n"
7841 "\n"
7842 msgstr ""
7843
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:1342 ../fish/guestfish-actions.pod:896
7846 msgid ""
7847 "This command concatenates the list of C<words> passed with single spaces "
7848 "between them and returns the resulting string."
7849 msgstr ""
7850
7851 #. type: textblock
7852 #: ../src/guestfs-actions.pod:1345 ../fish/guestfish-actions.pod:899
7853 msgid "You can use this command to test the connection through to the daemon."
7854 msgstr ""
7855
7856 #. type: textblock
7857 #: ../src/guestfs-actions.pod:1347
7858 msgid "See also C<guestfs_ping_daemon>."
7859 msgstr ""
7860
7861 #. type: textblock
7862 #: ../src/guestfs-actions.pod:1352 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:5970
7863 msgid "(Added in 1.0.69)"
7864 msgstr ""
7865
7866 #. type: =head2
7867 #: ../src/guestfs-actions.pod:1354
7868 msgid "guestfs_egrep"
7869 msgstr ""
7870
7871 #. type: verbatim
7872 #: ../src/guestfs-actions.pod:1356
7873 #, no-wrap
7874 msgid ""
7875 " char **\n"
7876 " guestfs_egrep (guestfs_h *g,\n"
7877 "                const char *regex,\n"
7878 "                const char *path);\n"
7879 "\n"
7880 msgstr ""
7881
7882 #. type: textblock
7883 #: ../src/guestfs-actions.pod:1361 ../fish/guestfish-actions.pod:907
7884 msgid "This calls the external C<egrep> program and returns the matching lines."
7885 msgstr ""
7886
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:1371 ../src/guestfs-actions.pod:1390 ../src/guestfs-actions.pod:1447 ../src/guestfs-actions.pod:1493 ../src/guestfs-actions.pod:1512 ../src/guestfs-actions.pod:2219 ../src/guestfs-actions.pod:2238 ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2422 ../src/guestfs-actions.pod:2468 ../src/guestfs-actions.pod:2490 ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3567 ../src/guestfs-actions.pod:3581 ../src/guestfs-actions.pod:3594 ../src/guestfs-actions.pod:3608 ../src/guestfs-actions.pod:4594 ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5519 ../src/guestfs-actions.pod:6338 ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:6363 ../src/guestfs-actions.pod:6376 ../src/guestfs-actions.pod:6398 ../src/guestfs-actions.pod:6411 ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6437 ../src/guestfs-actions.pod:7208 ../src/guestfs-actions.pod:7227 ../src/guestfs-actions.pod:7312 ../src/guestfs-actions.pod:7331 ../src/guestfs-actions.pod:7377 ../src/guestfs-actions.pod:7396
7889 msgid "(Added in 1.0.66)"
7890 msgstr ""
7891
7892 #. type: =head2
7893 #: ../src/guestfs-actions.pod:1373
7894 msgid "guestfs_egrepi"
7895 msgstr ""
7896
7897 #. type: verbatim
7898 #: ../src/guestfs-actions.pod:1375
7899 #, no-wrap
7900 msgid ""
7901 " char **\n"
7902 " guestfs_egrepi (guestfs_h *g,\n"
7903 "                 const char *regex,\n"
7904 "                 const char *path);\n"
7905 "\n"
7906 msgstr ""
7907
7908 #. type: textblock
7909 #: ../src/guestfs-actions.pod:1380 ../fish/guestfish-actions.pod:917
7910 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7911 msgstr ""
7912
7913 #. type: =head2
7914 #: ../src/guestfs-actions.pod:1392
7915 msgid "guestfs_equal"
7916 msgstr ""
7917
7918 #. type: verbatim
7919 #: ../src/guestfs-actions.pod:1394
7920 #, no-wrap
7921 msgid ""
7922 " int\n"
7923 " guestfs_equal (guestfs_h *g,\n"
7924 "                const char *file1,\n"
7925 "                const char *file2);\n"
7926 "\n"
7927 msgstr ""
7928
7929 #. type: textblock
7930 #: ../src/guestfs-actions.pod:1399 ../fish/guestfish-actions.pod:927
7931 msgid ""
7932 "This compares the two files C<file1> and C<file2> and returns true if their "
7933 "content is exactly equal, or false otherwise."
7934 msgstr ""
7935
7936 #. type: textblock
7937 #: ../src/guestfs-actions.pod:1402 ../fish/guestfish-actions.pod:930
7938 msgid "The external L<cmp(1)> program is used for the comparison."
7939 msgstr ""
7940
7941 #. type: =head2
7942 #: ../src/guestfs-actions.pod:1408
7943 msgid "guestfs_exists"
7944 msgstr ""
7945
7946 #. type: verbatim
7947 #: ../src/guestfs-actions.pod:1410
7948 #, no-wrap
7949 msgid ""
7950 " int\n"
7951 " guestfs_exists (guestfs_h *g,\n"
7952 "                 const char *path);\n"
7953 "\n"
7954 msgstr ""
7955
7956 #. type: textblock
7957 #: ../src/guestfs-actions.pod:1414 ../fish/guestfish-actions.pod:936
7958 msgid ""
7959 "This returns C<true> if and only if there is a file, directory (or anything) "
7960 "with the given C<path> name."
7961 msgstr ""
7962
7963 #. type: textblock
7964 #: ../src/guestfs-actions.pod:1417
7965 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7966 msgstr ""
7967
7968 #. type: =head2
7969 #: ../src/guestfs-actions.pod:1423
7970 msgid "guestfs_fallocate"
7971 msgstr ""
7972
7973 #. type: verbatim
7974 #: ../src/guestfs-actions.pod:1425
7975 #, no-wrap
7976 msgid ""
7977 " int\n"
7978 " guestfs_fallocate (guestfs_h *g,\n"
7979 "                    const char *path,\n"
7980 "                    int len);\n"
7981 "\n"
7982 msgstr ""
7983
7984 #. type: textblock
7985 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1456 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
7986 msgid ""
7987 "This command preallocates a file (containing zero bytes) named C<path> of "
7988 "size C<len> bytes.  If the file exists already, it is overwritten."
7989 msgstr ""
7990
7991 #. type: textblock
7992 #: ../src/guestfs-actions.pod:1434 ../fish/guestfish-actions.pod:949
7993 msgid ""
7994 "Do not confuse this with the guestfish-specific C<alloc> command which "
7995 "allocates a file in the host and attaches it as a device."
7996 msgstr ""
7997
7998 #. type: textblock
7999 #: ../src/guestfs-actions.pod:1440 ../fish/guestfish-actions.pod:953
8000 msgid ""
8001 "This function is deprecated.  In new code, use the C<fallocate64> call "
8002 "instead."
8003 msgstr ""
8004
8005 #. type: =head2
8006 #: ../src/guestfs-actions.pod:1449
8007 msgid "guestfs_fallocate64"
8008 msgstr ""
8009
8010 #. type: verbatim
8011 #: ../src/guestfs-actions.pod:1451
8012 #, no-wrap
8013 msgid ""
8014 " int\n"
8015 " guestfs_fallocate64 (guestfs_h *g,\n"
8016 "                      const char *path,\n"
8017 "                      int64_t len);\n"
8018 "\n"
8019 msgstr ""
8020
8021 #. type: textblock
8022 #: ../src/guestfs-actions.pod:1460
8023 msgid ""
8024 "Note that this call allocates disk blocks for the file.  To create a sparse "
8025 "file use C<guestfs_truncate_size> instead."
8026 msgstr ""
8027
8028 #. type: textblock
8029 #: ../src/guestfs-actions.pod:1463
8030 msgid ""
8031 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8032 "oversight it only allowed 30 bit lengths to be specified, effectively "
8033 "limiting the maximum size of files created through that call to 1GB."
8034 msgstr ""
8035
8036 #. type: textblock
8037 #: ../src/guestfs-actions.pod:1468 ../fish/guestfish-actions.pod:976
8038 msgid ""
8039 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8040 "commands which create a file in the host and attach it as a device."
8041 msgstr ""
8042
8043 #. type: textblock
8044 #: ../src/guestfs-actions.pod:1474
8045 msgid "(Added in 1.3.17)"
8046 msgstr ""
8047
8048 #. type: =head2
8049 #: ../src/guestfs-actions.pod:1476
8050 msgid "guestfs_fgrep"
8051 msgstr ""
8052
8053 #. type: verbatim
8054 #: ../src/guestfs-actions.pod:1478
8055 #, no-wrap
8056 msgid ""
8057 " char **\n"
8058 " guestfs_fgrep (guestfs_h *g,\n"
8059 "                const char *pattern,\n"
8060 "                const char *path);\n"
8061 "\n"
8062 msgstr ""
8063
8064 #. type: textblock
8065 #: ../src/guestfs-actions.pod:1483 ../fish/guestfish-actions.pod:984
8066 msgid "This calls the external C<fgrep> program and returns the matching lines."
8067 msgstr ""
8068
8069 #. type: =head2
8070 #: ../src/guestfs-actions.pod:1495
8071 msgid "guestfs_fgrepi"
8072 msgstr ""
8073
8074 #. type: verbatim
8075 #: ../src/guestfs-actions.pod:1497
8076 #, no-wrap
8077 msgid ""
8078 " char **\n"
8079 " guestfs_fgrepi (guestfs_h *g,\n"
8080 "                 const char *pattern,\n"
8081 "                 const char *path);\n"
8082 "\n"
8083 msgstr ""
8084
8085 #. type: textblock
8086 #: ../src/guestfs-actions.pod:1502 ../fish/guestfish-actions.pod:994
8087 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8088 msgstr ""
8089
8090 #. type: =head2
8091 #: ../src/guestfs-actions.pod:1514
8092 msgid "guestfs_file"
8093 msgstr ""
8094
8095 #. type: verbatim
8096 #: ../src/guestfs-actions.pod:1516
8097 #, no-wrap
8098 msgid ""
8099 " char *\n"
8100 " guestfs_file (guestfs_h *g,\n"
8101 "               const char *path);\n"
8102 "\n"
8103 msgstr ""
8104
8105 #. type: textblock
8106 #: ../src/guestfs-actions.pod:1520 ../fish/guestfish-actions.pod:1004
8107 msgid ""
8108 "This call uses the standard L<file(1)> command to determine the type or "
8109 "contents of the file."
8110 msgstr ""
8111
8112 #. type: textblock
8113 #: ../src/guestfs-actions.pod:1523 ../fish/guestfish-actions.pod:1007
8114 msgid ""
8115 "This call will also transparently look inside various types of compressed "
8116 "file."
8117 msgstr ""
8118
8119 #. type: textblock
8120 #: ../src/guestfs-actions.pod:1526 ../fish/guestfish-actions.pod:1010
8121 msgid ""
8122 "The exact command which runs is C<file -zb path>.  Note in particular that "
8123 "the filename is not prepended to the output (the C<-b> option)."
8124 msgstr ""
8125
8126 #. type: textblock
8127 #: ../src/guestfs-actions.pod:1530
8128 msgid ""
8129 "This command can also be used on C</dev/> devices (and partitions, LV "
8130 "names).  You can for example use this to determine if a device contains a "
8131 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8132 msgstr ""
8133
8134 #. type: textblock
8135 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1019
8136 msgid ""
8137 "If the C<path> does not begin with C</dev/> then this command only works for "
8138 "the content of regular files.  For other file types (directory, symbolic "
8139 "link etc) it will just return the string C<directory> etc."
8140 msgstr ""
8141
8142 #. type: =head2
8143 #: ../src/guestfs-actions.pod:1545
8144 msgid "guestfs_file_architecture"
8145 msgstr ""
8146
8147 #. type: verbatim
8148 #: ../src/guestfs-actions.pod:1547
8149 #, no-wrap
8150 msgid ""
8151 " char *\n"
8152 " guestfs_file_architecture (guestfs_h *g,\n"
8153 "                            const char *filename);\n"
8154 "\n"
8155 msgstr ""
8156
8157 #. type: textblock
8158 #: ../src/guestfs-actions.pod:1551 ../fish/guestfish-actions.pod:1028
8159 msgid ""
8160 "This detects the architecture of the binary C<filename>, and returns it if "
8161 "known."
8162 msgstr ""
8163
8164 #. type: textblock
8165 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1031
8166 msgid "Currently defined architectures are:"
8167 msgstr ""
8168
8169 #. type: =item
8170 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1035
8171 msgid "\"i386\""
8172 msgstr ""
8173
8174 #. type: textblock
8175 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1037
8176 msgid ""
8177 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8178 "irrespective of the precise processor requirements of the binary."
8179 msgstr ""
8180
8181 #. type: =item
8182 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1040
8183 msgid "\"x86_64\""
8184 msgstr ""
8185
8186 #. type: textblock
8187 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1042
8188 msgid "64 bit x86-64."
8189 msgstr ""
8190
8191 #. type: =item
8192 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1044
8193 msgid "\"sparc\""
8194 msgstr ""
8195
8196 #. type: textblock
8197 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1046
8198 msgid "32 bit SPARC."
8199 msgstr ""
8200
8201 #. type: =item
8202 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1048
8203 msgid "\"sparc64\""
8204 msgstr ""
8205
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1050
8208 msgid "64 bit SPARC V9 and above."
8209 msgstr ""
8210
8211 #. type: =item
8212 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1052
8213 msgid "\"ia64\""
8214 msgstr ""
8215
8216 #. type: textblock
8217 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1054
8218 msgid "Intel Itanium."
8219 msgstr ""
8220
8221 #. type: =item
8222 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1056
8223 msgid "\"ppc\""
8224 msgstr ""
8225
8226 #. type: textblock
8227 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1058
8228 msgid "32 bit Power PC."
8229 msgstr ""
8230
8231 #. type: =item
8232 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1060
8233 msgid "\"ppc64\""
8234 msgstr ""
8235
8236 #. type: textblock
8237 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1062
8238 msgid "64 bit Power PC."
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1066
8243 msgid "Libguestfs may return other architecture strings in future."
8244 msgstr ""
8245
8246 #. type: textblock
8247 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1068
8248 msgid "The function works on at least the following types of files:"
8249 msgstr ""
8250
8251 #. type: textblock
8252 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1074
8253 msgid "many types of Un*x and Linux binary"
8254 msgstr ""
8255
8256 #. type: textblock
8257 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1078
8258 msgid "many types of Un*x and Linux shared library"
8259 msgstr ""
8260
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1082
8263 msgid "Windows Win32 and Win64 binaries"
8264 msgstr ""
8265
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1086
8268 msgid "Windows Win32 and Win64 DLLs"
8269 msgstr ""
8270
8271 #. type: textblock
8272 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1088
8273 msgid "Win32 binaries and DLLs return C<i386>."
8274 msgstr ""
8275
8276 #. type: textblock
8277 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1090
8278 msgid "Win64 binaries and DLLs return C<x86_64>."
8279 msgstr ""
8280
8281 #. type: textblock
8282 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1094
8283 msgid "Linux kernel modules"
8284 msgstr ""
8285
8286 #. type: textblock
8287 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1098
8288 msgid "Linux new-style initrd images"
8289 msgstr ""
8290
8291 #. type: textblock
8292 #: ../src/guestfs-actions.pod:1625 ../fish/guestfish-actions.pod:1102
8293 msgid "some non-x86 Linux vmlinuz kernels"
8294 msgstr ""
8295
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1106
8298 msgid "What it can't do currently:"
8299 msgstr ""
8300
8301 #. type: textblock
8302 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1112
8303 msgid "static libraries (libfoo.a)"
8304 msgstr ""
8305
8306 #. type: textblock
8307 #: ../src/guestfs-actions.pod:1639 ../fish/guestfish-actions.pod:1116
8308 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8309 msgstr ""
8310
8311 #. type: textblock
8312 #: ../src/guestfs-actions.pod:1643 ../fish/guestfish-actions.pod:1120
8313 msgid "x86 Linux vmlinuz kernels"
8314 msgstr ""
8315
8316 #. type: textblock
8317 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1122
8318 msgid ""
8319 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8320 "compressed code, and are horribly hard to unpack.  If you want to find the "
8321 "architecture of a kernel, use the architecture of the associated initrd or "
8322 "kernel module(s) instead."
8323 msgstr ""
8324
8325 #. type: textblock
8326 #: ../src/guestfs-actions.pod:1655 ../src/guestfs-actions.pod:1818 ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2637 ../src/guestfs-actions.pod:2725 ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2783 ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2964 ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3322
8327 msgid "(Added in 1.5.3)"
8328 msgstr ""
8329
8330 #. type: =head2
8331 #: ../src/guestfs-actions.pod:1657
8332 msgid "guestfs_filesize"
8333 msgstr ""
8334
8335 #. type: verbatim
8336 #: ../src/guestfs-actions.pod:1659
8337 #, no-wrap
8338 msgid ""
8339 " int64_t\n"
8340 " guestfs_filesize (guestfs_h *g,\n"
8341 "                   const char *file);\n"
8342 "\n"
8343 msgstr ""
8344
8345 #. type: textblock
8346 #: ../src/guestfs-actions.pod:1663 ../fish/guestfish-actions.pod:1133
8347 msgid "This command returns the size of C<file> in bytes."
8348 msgstr ""
8349
8350 #. type: textblock
8351 #: ../src/guestfs-actions.pod:1665
8352 msgid ""
8353 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8354 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8355 "devices, use C<guestfs_blockdev_getsize64>."
8356 msgstr ""
8357
8358 #. type: textblock
8359 #: ../src/guestfs-actions.pod:1671
8360 msgid "(Added in 1.0.82)"
8361 msgstr ""
8362
8363 #. type: =head2
8364 #: ../src/guestfs-actions.pod:1673
8365 msgid "guestfs_fill"
8366 msgstr ""
8367
8368 #. type: verbatim
8369 #: ../src/guestfs-actions.pod:1675
8370 #, no-wrap
8371 msgid ""
8372 " int\n"
8373 " guestfs_fill (guestfs_h *g,\n"
8374 "               int c,\n"
8375 "               int len,\n"
8376 "               const char *path);\n"
8377 "\n"
8378 msgstr ""
8379
8380 #. type: textblock
8381 #: ../src/guestfs-actions.pod:1681 ../fish/guestfish-actions.pod:1143
8382 msgid ""
8383 "This command creates a new file called C<path>.  The initial content of the "
8384 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8385 "C<[0..255]>."
8386 msgstr ""
8387
8388 #. type: textblock
8389 #: ../src/guestfs-actions.pod:1685
8390 msgid ""
8391 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8392 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8393 "bytes use C<guestfs_fill_pattern>."
8394 msgstr ""
8395
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1697
8398 msgid "(Added in 1.0.79)"
8399 msgstr ""
8400
8401 #. type: =head2
8402 #: ../src/guestfs-actions.pod:1699
8403 msgid "guestfs_fill_pattern"
8404 msgstr ""
8405
8406 #. type: verbatim
8407 #: ../src/guestfs-actions.pod:1701
8408 #, no-wrap
8409 msgid ""
8410 " int\n"
8411 " guestfs_fill_pattern (guestfs_h *g,\n"
8412 "                       const char *pattern,\n"
8413 "                       int len,\n"
8414 "                       const char *path);\n"
8415 "\n"
8416 msgstr ""
8417
8418 #. type: textblock
8419 #: ../src/guestfs-actions.pod:1707
8420 msgid ""
8421 "This function is like C<guestfs_fill> except that it creates a new file of "
8422 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8423 "pattern is truncated if necessary to ensure the length of the file is "
8424 "exactly C<len> bytes."
8425 msgstr ""
8426
8427 #. type: textblock
8428 #: ../src/guestfs-actions.pod:1719
8429 msgid "(Added in 1.3.12)"
8430 msgstr ""
8431
8432 #. type: =head2
8433 #: ../src/guestfs-actions.pod:1721
8434 msgid "guestfs_find"
8435 msgstr ""
8436
8437 #. type: verbatim
8438 #: ../src/guestfs-actions.pod:1723
8439 #, no-wrap
8440 msgid ""
8441 " char **\n"
8442 " guestfs_find (guestfs_h *g,\n"
8443 "               const char *directory);\n"
8444 "\n"
8445 msgstr ""
8446
8447 #. type: textblock
8448 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1165
8449 msgid ""
8450 "This command lists out all files and directories, recursively, starting at "
8451 "C<directory>.  It is essentially equivalent to running the shell command "
8452 "C<find directory -print> but some post-processing happens on the output, "
8453 "described below."
8454 msgstr ""
8455
8456 #. type: textblock
8457 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1170
8458 msgid ""
8459 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8460 "structure was:"
8461 msgstr ""
8462
8463 #. type: verbatim
8464 #: ../src/guestfs-actions.pod:1735 ../fish/guestfish-actions.pod:1173
8465 #, no-wrap
8466 msgid ""
8467 " /tmp/a\n"
8468 " /tmp/b\n"
8469 " /tmp/c/d\n"
8470 "\n"
8471 msgstr ""
8472
8473 #. type: textblock
8474 #: ../src/guestfs-actions.pod:1739
8475 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8476 msgstr ""
8477
8478 #. type: verbatim
8479 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1180
8480 #, no-wrap
8481 msgid ""
8482 " a\n"
8483 " b\n"
8484 " c\n"
8485 " c/d\n"
8486 "\n"
8487 msgstr ""
8488
8489 #. type: textblock
8490 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1185
8491 msgid "If C<directory> is not a directory, then this command returns an error."
8492 msgstr ""
8493
8494 #. type: textblock
8495 #: ../src/guestfs-actions.pod:1750 ../fish/guestfish-actions.pod:1188
8496 msgid "The returned list is sorted."
8497 msgstr ""
8498
8499 #. type: textblock
8500 #: ../src/guestfs-actions.pod:1752
8501 msgid "See also C<guestfs_find0>."
8502 msgstr ""
8503
8504 #. type: textblock
8505 #: ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:4011 ../src/guestfs-actions.pod:5554
8506 msgid "(Added in 1.0.27)"
8507 msgstr ""
8508
8509 #. type: =head2
8510 #: ../src/guestfs-actions.pod:1763
8511 msgid "guestfs_find0"
8512 msgstr ""
8513
8514 #. type: verbatim
8515 #: ../src/guestfs-actions.pod:1765
8516 #, no-wrap
8517 msgid ""
8518 " int\n"
8519 " guestfs_find0 (guestfs_h *g,\n"
8520 "                const char *directory,\n"
8521 "                const char *files);\n"
8522 "\n"
8523 msgstr ""
8524
8525 #. type: textblock
8526 #: ../src/guestfs-actions.pod:1770 ../fish/guestfish-actions.pod:1199
8527 msgid ""
8528 "This command lists out all files and directories, recursively, starting at "
8529 "C<directory>, placing the resulting list in the external file called "
8530 "C<files>."
8531 msgstr ""
8532
8533 #. type: textblock
8534 #: ../src/guestfs-actions.pod:1774
8535 msgid ""
8536 "This command works the same way as C<guestfs_find> with the following "
8537 "exceptions:"
8538 msgstr ""
8539
8540 #. type: textblock
8541 #: ../src/guestfs-actions.pod:1781 ../fish/guestfish-actions.pod:1210
8542 msgid "The resulting list is written to an external file."
8543 msgstr ""
8544
8545 #. type: textblock
8546 #: ../src/guestfs-actions.pod:1785 ../fish/guestfish-actions.pod:1214
8547 msgid ""
8548 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8549 "L<find(1)> option I<-print0>."
8550 msgstr ""
8551
8552 #. type: textblock
8553 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1219
8554 msgid "This command is not limited in the number of names that it can return."
8555 msgstr ""
8556
8557 #. type: textblock
8558 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1224
8559 msgid "The result list is not sorted."
8560 msgstr ""
8561
8562 #. type: textblock
8563 #: ../src/guestfs-actions.pod:1801
8564 msgid "(Added in 1.0.74)"
8565 msgstr ""
8566
8567 #. type: =head2
8568 #: ../src/guestfs-actions.pod:1803
8569 msgid "guestfs_findfs_label"
8570 msgstr ""
8571
8572 #. type: verbatim
8573 #: ../src/guestfs-actions.pod:1805
8574 #, no-wrap
8575 msgid ""
8576 " char *\n"
8577 " guestfs_findfs_label (guestfs_h *g,\n"
8578 "                       const char *label);\n"
8579 "\n"
8580 msgstr ""
8581
8582 #. type: textblock
8583 #: ../src/guestfs-actions.pod:1809 ../fish/guestfish-actions.pod:1234
8584 msgid ""
8585 "This command searches the filesystems and returns the one which has the "
8586 "given label.  An error is returned if no such filesystem can be found."
8587 msgstr ""
8588
8589 #. type: textblock
8590 #: ../src/guestfs-actions.pod:1813
8591 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8592 msgstr ""
8593
8594 #. type: =head2
8595 #: ../src/guestfs-actions.pod:1820
8596 msgid "guestfs_findfs_uuid"
8597 msgstr ""
8598
8599 #. type: verbatim
8600 #: ../src/guestfs-actions.pod:1822
8601 #, no-wrap
8602 msgid ""
8603 " char *\n"
8604 " guestfs_findfs_uuid (guestfs_h *g,\n"
8605 "                      const char *uuid);\n"
8606 "\n"
8607 msgstr ""
8608
8609 #. type: textblock
8610 #: ../src/guestfs-actions.pod:1826 ../fish/guestfish-actions.pod:1244
8611 msgid ""
8612 "This command searches the filesystems and returns the one which has the "
8613 "given UUID.  An error is returned if no such filesystem can be found."
8614 msgstr ""
8615
8616 #. type: textblock
8617 #: ../src/guestfs-actions.pod:1830
8618 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8619 msgstr ""
8620
8621 #. type: =head2
8622 #: ../src/guestfs-actions.pod:1837
8623 msgid "guestfs_fsck"
8624 msgstr ""
8625
8626 #. type: verbatim
8627 #: ../src/guestfs-actions.pod:1839
8628 #, no-wrap
8629 msgid ""
8630 " int\n"
8631 " guestfs_fsck (guestfs_h *g,\n"
8632 "               const char *fstype,\n"
8633 "               const char *device);\n"
8634 "\n"
8635 msgstr ""
8636
8637 #. type: textblock
8638 #: ../src/guestfs-actions.pod:1844 ../fish/guestfish-actions.pod:1254
8639 msgid ""
8640 "This runs the filesystem checker (fsck) on C<device> which should have "
8641 "filesystem type C<fstype>."
8642 msgstr ""
8643
8644 #. type: textblock
8645 #: ../src/guestfs-actions.pod:1847 ../fish/guestfish-actions.pod:1257
8646 msgid ""
8647 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8648 "codes from C<fsck>."
8649 msgstr ""
8650
8651 #. type: textblock
8652 #: ../src/guestfs-actions.pod:1856 ../fish/guestfish-actions.pod:1266
8653 msgid "Multiple status codes can be summed together."
8654 msgstr ""
8655
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1860 ../fish/guestfish-actions.pod:1270
8658 msgid ""
8659 "A non-zero return code can mean \"success\", for example if errors have been "
8660 "corrected on the filesystem."
8661 msgstr ""
8662
8663 #. type: textblock
8664 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1275
8665 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8666 msgstr ""
8667
8668 #. type: textblock
8669 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1280
8670 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8671 msgstr ""
8672
8673 #. type: textblock
8674 #: ../src/guestfs-actions.pod:1874 ../src/guestfs-actions.pod:7250
8675 msgid "(Added in 1.0.16)"
8676 msgstr ""
8677
8678 #. type: =head2
8679 #: ../src/guestfs-actions.pod:1876
8680 msgid "guestfs_get_append"
8681 msgstr ""
8682
8683 #. type: verbatim
8684 #: ../src/guestfs-actions.pod:1878
8685 #, no-wrap
8686 msgid ""
8687 " const char *\n"
8688 " guestfs_get_append (guestfs_h *g);\n"
8689 "\n"
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1881 ../fish/guestfish-actions.pod:1286
8694 msgid ""
8695 "Return the additional kernel options which are added to the guest kernel "
8696 "command line."
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1884 ../fish/guestfish-actions.pod:1289
8701 msgid "If C<NULL> then no options are added."
8702 msgstr ""
8703
8704 #. type: textblock
8705 #: ../src/guestfs-actions.pod:1886
8706 msgid ""
8707 "This function returns a string which may be NULL.  There is no way to return "
8708 "an error from this function.  The string is owned by the guest handle and "
8709 "must I<not> be freed."
8710 msgstr ""
8711
8712 #. type: textblock
8713 #: ../src/guestfs-actions.pod:1890 ../src/guestfs-actions.pod:5232 ../src/guestfs-actions.pod:5712 ../src/guestfs-actions.pod:6112 ../src/guestfs-actions.pod:6131 ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6939 ../src/guestfs-actions.pod:7293
8714 msgid "(Added in 1.0.26)"
8715 msgstr ""
8716
8717 #. type: =head2
8718 #: ../src/guestfs-actions.pod:1892
8719 msgid "guestfs_get_attach_method"
8720 msgstr ""
8721
8722 #. type: verbatim
8723 #: ../src/guestfs-actions.pod:1894
8724 #, no-wrap
8725 msgid ""
8726 " char *\n"
8727 " guestfs_get_attach_method (guestfs_h *g);\n"
8728 "\n"
8729 msgstr ""
8730
8731 #. type: textblock
8732 #: ../src/guestfs-actions.pod:1897
8733 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8734 msgstr ""
8735
8736 #. type: =head2
8737 #: ../src/guestfs-actions.pod:1902
8738 msgid "guestfs_get_autosync"
8739 msgstr ""
8740
8741 #. type: verbatim
8742 #: ../src/guestfs-actions.pod:1904
8743 #, no-wrap
8744 msgid ""
8745 " int\n"
8746 " guestfs_get_autosync (guestfs_h *g);\n"
8747 "\n"
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1907 ../fish/guestfish-actions.pod:1301
8752 msgid "Get the autosync flag."
8753 msgstr ""
8754
8755 #. type: =head2
8756 #: ../src/guestfs-actions.pod:1913
8757 msgid "guestfs_get_direct"
8758 msgstr ""
8759
8760 #. type: verbatim
8761 #: ../src/guestfs-actions.pod:1915
8762 #, no-wrap
8763 msgid ""
8764 " int\n"
8765 " guestfs_get_direct (guestfs_h *g);\n"
8766 "\n"
8767 msgstr ""
8768
8769 #. type: textblock
8770 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1307
8771 msgid "Return the direct appliance mode flag."
8772 msgstr ""
8773
8774 #. type: textblock
8775 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:5781
8776 msgid "(Added in 1.0.72)"
8777 msgstr ""
8778
8779 #. type: =head2
8780 #: ../src/guestfs-actions.pod:1924
8781 msgid "guestfs_get_e2label"
8782 msgstr ""
8783
8784 #. type: verbatim
8785 #: ../src/guestfs-actions.pod:1926
8786 #, no-wrap
8787 msgid ""
8788 " char *\n"
8789 " guestfs_get_e2label (guestfs_h *g,\n"
8790 "                      const char *device);\n"
8791 "\n"
8792 msgstr ""
8793
8794 #. type: textblock
8795 #: ../src/guestfs-actions.pod:1930 ../fish/guestfish-actions.pod:1313
8796 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1316
8801 msgid ""
8802 "This function is deprecated.  In new code, use the C<vfs_label> call "
8803 "instead."
8804 msgstr ""
8805
8806 #. type: textblock
8807 #: ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:5799 ../src/guestfs-actions.pod:5818
8808 msgid "(Added in 1.0.15)"
8809 msgstr ""
8810
8811 #. type: =head2
8812 #: ../src/guestfs-actions.pod:1945
8813 msgid "guestfs_get_e2uuid"
8814 msgstr ""
8815
8816 #. type: verbatim
8817 #: ../src/guestfs-actions.pod:1947
8818 #, no-wrap
8819 msgid ""
8820 " char *\n"
8821 " guestfs_get_e2uuid (guestfs_h *g,\n"
8822 "                     const char *device);\n"
8823 "\n"
8824 msgstr ""
8825
8826 #. type: textblock
8827 #: ../src/guestfs-actions.pod:1951 ../fish/guestfish-actions.pod:1327
8828 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8829 msgstr ""
8830
8831 #. type: textblock
8832 #: ../src/guestfs-actions.pod:1957 ../fish/guestfish-actions.pod:1330
8833 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8834 msgstr ""
8835
8836 #. type: =head2
8837 #: ../src/guestfs-actions.pod:1966
8838 msgid "guestfs_get_memsize"
8839 msgstr ""
8840
8841 #. type: verbatim
8842 #: ../src/guestfs-actions.pod:1968
8843 #, no-wrap
8844 msgid ""
8845 " int\n"
8846 " guestfs_get_memsize (guestfs_h *g);\n"
8847 "\n"
8848 msgstr ""
8849
8850 #. type: textblock
8851 #: ../src/guestfs-actions.pod:1971 ../fish/guestfish-actions.pod:1341
8852 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8853 msgstr ""
8854
8855 #. type: textblock
8856 #: ../src/guestfs-actions.pod:1974
8857 msgid ""
8858 "If C<guestfs_set_memsize> was not called on this handle, and if "
8859 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8860 "value for memsize."
8861 msgstr ""
8862
8863 #. type: textblock
8864 #: ../src/guestfs-actions.pod:1978 ../src/guestfs-actions.pod:2059 ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:5941 ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399 ../fish/guestfish-actions.pod:3927 ../fish/guestfish-actions.pod:4014
8865 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8866 msgstr ""
8867
8868 #. type: textblock
8869 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:4302 ../src/guestfs-actions.pod:4499 ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4537 ../src/guestfs-actions.pod:4549 ../src/guestfs-actions.pod:4566 ../src/guestfs-actions.pod:4579 ../src/guestfs-actions.pod:5457 ../src/guestfs-actions.pod:5839 ../src/guestfs-actions.pod:6086 ../src/guestfs-actions.pod:6687
8870 msgid "(Added in 1.0.55)"
8871 msgstr ""
8872
8873 #. type: =head2
8874 #: ../src/guestfs-actions.pod:1985
8875 msgid "guestfs_get_network"
8876 msgstr ""
8877
8878 #. type: verbatim
8879 #: ../src/guestfs-actions.pod:1987
8880 #, no-wrap
8881 msgid ""
8882 " int\n"
8883 " guestfs_get_network (guestfs_h *g);\n"
8884 "\n"
8885 msgstr ""
8886
8887 #. type: textblock
8888 #: ../src/guestfs-actions.pod:1990 ../fish/guestfish-actions.pod:1355
8889 msgid "This returns the enable network flag."
8890 msgstr ""
8891
8892 #. type: textblock
8893 #: ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:5858
8894 msgid "(Added in 1.5.4)"
8895 msgstr ""
8896
8897 #. type: =head2
8898 #: ../src/guestfs-actions.pod:1996
8899 msgid "guestfs_get_path"
8900 msgstr ""
8901
8902 #. type: verbatim
8903 #: ../src/guestfs-actions.pod:1998
8904 #, no-wrap
8905 msgid ""
8906 " const char *\n"
8907 " guestfs_get_path (guestfs_h *g);\n"
8908 "\n"
8909 msgstr ""
8910
8911 #. type: textblock
8912 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1361
8913 msgid "Return the current search path."
8914 msgstr ""
8915
8916 #. type: textblock
8917 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1363
8918 msgid ""
8919 "This is always non-NULL.  If it wasn't set already, then this will return "
8920 "the default path."
8921 msgstr ""
8922
8923 #. type: textblock
8924 #: ../src/guestfs-actions.pod:2006 ../src/guestfs-actions.pod:2035
8925 msgid ""
8926 "This function returns a string, or NULL on error.  The string is owned by "
8927 "the guest handle and must I<not> be freed."
8928 msgstr ""
8929
8930 #. type: =head2
8931 #: ../src/guestfs-actions.pod:2011
8932 msgid "guestfs_get_pid"
8933 msgstr ""
8934
8935 #. type: verbatim
8936 #: ../src/guestfs-actions.pod:2013
8937 #, no-wrap
8938 msgid ""
8939 " int\n"
8940 " guestfs_get_pid (guestfs_h *g);\n"
8941 "\n"
8942 msgstr ""
8943
8944 #. type: textblock
8945 #: ../src/guestfs-actions.pod:2016 ../fish/guestfish-actions.pod:1372
8946 msgid ""
8947 "Return the process ID of the qemu subprocess.  If there is no qemu "
8948 "subprocess, then this will return an error."
8949 msgstr ""
8950
8951 #. type: textblock
8952 #: ../src/guestfs-actions.pod:2019 ../fish/guestfish-actions.pod:1375
8953 msgid "This is an internal call used for debugging and testing."
8954 msgstr ""
8955
8956 #. type: textblock
8957 #: ../src/guestfs-actions.pod:2023
8958 msgid "(Added in 1.0.56)"
8959 msgstr ""
8960
8961 #. type: =head2
8962 #: ../src/guestfs-actions.pod:2025
8963 msgid "guestfs_get_qemu"
8964 msgstr ""
8965
8966 #. type: verbatim
8967 #: ../src/guestfs-actions.pod:2027
8968 #, no-wrap
8969 msgid ""
8970 " const char *\n"
8971 " guestfs_get_qemu (guestfs_h *g);\n"
8972 "\n"
8973 msgstr ""
8974
8975 #. type: textblock
8976 #: ../src/guestfs-actions.pod:2030 ../fish/guestfish-actions.pod:1381
8977 msgid "Return the current qemu binary."
8978 msgstr ""
8979
8980 #. type: textblock
8981 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1383
8982 msgid ""
8983 "This is always non-NULL.  If it wasn't set already, then this will return "
8984 "the default qemu binary name."
8985 msgstr ""
8986
8987 #. type: textblock
8988 #: ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:5903
8989 msgid "(Added in 1.0.6)"
8990 msgstr ""
8991
8992 #. type: =head2
8993 #: ../src/guestfs-actions.pod:2040
8994 msgid "guestfs_get_recovery_proc"
8995 msgstr ""
8996
8997 #. type: verbatim
8998 #: ../src/guestfs-actions.pod:2042
8999 #, no-wrap
9000 msgid ""
9001 " int\n"
9002 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9003 "\n"
9004 msgstr ""
9005
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:2045 ../fish/guestfish-actions.pod:1390
9008 msgid "Return the recovery process enabled flag."
9009 msgstr ""
9010
9011 #. type: textblock
9012 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3709 ../src/guestfs-actions.pod:4109 ../src/guestfs-actions.pod:4141 ../src/guestfs-actions.pod:5162 ../src/guestfs-actions.pod:5505 ../src/guestfs-actions.pod:5927 ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6610 ../src/guestfs-actions.pod:6802
9013 msgid "(Added in 1.0.77)"
9014 msgstr ""
9015
9016 #. type: =head2
9017 #: ../src/guestfs-actions.pod:2051
9018 msgid "guestfs_get_selinux"
9019 msgstr ""
9020
9021 #. type: verbatim
9022 #: ../src/guestfs-actions.pod:2053
9023 #, no-wrap
9024 msgid ""
9025 " int\n"
9026 " guestfs_get_selinux (guestfs_h *g);\n"
9027 "\n"
9028 msgstr ""
9029
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:2056
9032 msgid ""
9033 "This returns the current setting of the selinux flag which is passed to the "
9034 "appliance at boot time.  See C<guestfs_set_selinux>."
9035 msgstr ""
9036
9037 #. type: textblock
9038 #: ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:5946 ../src/guestfs-actions.pod:6004
9039 msgid "(Added in 1.0.67)"
9040 msgstr ""
9041
9042 #. type: =head2
9043 #: ../src/guestfs-actions.pod:2066
9044 msgid "guestfs_get_state"
9045 msgstr ""
9046
9047 #. type: verbatim
9048 #: ../src/guestfs-actions.pod:2068
9049 #, no-wrap
9050 msgid ""
9051 " int\n"
9052 " guestfs_get_state (guestfs_h *g);\n"
9053 "\n"
9054 msgstr ""
9055
9056 #. type: textblock
9057 #: ../src/guestfs-actions.pod:2071 ../fish/guestfish-actions.pod:1406
9058 msgid ""
9059 "This returns the current state as an opaque integer.  This is only useful "
9060 "for printing debug and internal error messages."
9061 msgstr ""
9062
9063 #. type: textblock
9064 #: ../src/guestfs-actions.pod:2074 ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:3244 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3332 ../fish/guestfish-actions.pod:1409 ../fish/guestfish-actions.pod:2257 ../fish/guestfish-actions.pod:2275 ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2329
9065 msgid "For more information on states, see L<guestfs(3)>."
9066 msgstr ""
9067
9068 #. type: =head2
9069 #: ../src/guestfs-actions.pod:2080
9070 msgid "guestfs_get_trace"
9071 msgstr ""
9072
9073 #. type: verbatim
9074 #: ../src/guestfs-actions.pod:2082
9075 #, no-wrap
9076 msgid ""
9077 " int\n"
9078 " guestfs_get_trace (guestfs_h *g);\n"
9079 "\n"
9080 msgstr ""
9081
9082 #. type: textblock
9083 #: ../src/guestfs-actions.pod:2085 ../fish/guestfish-actions.pod:1415
9084 msgid "Return the command trace flag."
9085 msgstr ""
9086
9087 #. type: =head2
9088 #: ../src/guestfs-actions.pod:2091
9089 msgid "guestfs_get_umask"
9090 msgstr ""
9091
9092 #. type: verbatim
9093 #: ../src/guestfs-actions.pod:2093
9094 #, no-wrap
9095 msgid ""
9096 " int\n"
9097 " guestfs_get_umask (guestfs_h *g);\n"
9098 "\n"
9099 msgstr ""
9100
9101 #. type: textblock
9102 #: ../src/guestfs-actions.pod:2096
9103 msgid ""
9104 "Return the current umask.  By default the umask is C<022> unless it has been "
9105 "set by calling C<guestfs_umask>."
9106 msgstr ""
9107
9108 #. type: =head2
9109 #: ../src/guestfs-actions.pod:2103
9110 msgid "guestfs_get_verbose"
9111 msgstr ""
9112
9113 #. type: verbatim
9114 #: ../src/guestfs-actions.pod:2105
9115 #, no-wrap
9116 msgid ""
9117 " int\n"
9118 " guestfs_get_verbose (guestfs_h *g);\n"
9119 "\n"
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:2108 ../fish/guestfish-actions.pod:1428
9124 msgid "This returns the verbose messages flag."
9125 msgstr ""
9126
9127 #. type: =head2
9128 #: ../src/guestfs-actions.pod:2114
9129 msgid "guestfs_getcon"
9130 msgstr ""
9131
9132 #. type: verbatim
9133 #: ../src/guestfs-actions.pod:2116
9134 #, no-wrap
9135 msgid ""
9136 " char *\n"
9137 " guestfs_getcon (guestfs_h *g);\n"
9138 "\n"
9139 msgstr ""
9140
9141 #. type: textblock
9142 #: ../src/guestfs-actions.pod:2119 ../fish/guestfish-actions.pod:1434
9143 msgid "This gets the SELinux security context of the daemon."
9144 msgstr ""
9145
9146 #. type: textblock
9147 #: ../src/guestfs-actions.pod:2121
9148 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9149 msgstr ""
9150
9151 #. type: =head2
9152 #: ../src/guestfs-actions.pod:2129
9153 msgid "guestfs_getxattr"
9154 msgstr ""
9155
9156 #. type: verbatim
9157 #: ../src/guestfs-actions.pod:2131
9158 #, no-wrap
9159 msgid ""
9160 " char *\n"
9161 " guestfs_getxattr (guestfs_h *g,\n"
9162 "                   const char *path,\n"
9163 "                   const char *name,\n"
9164 "                   size_t *size_r);\n"
9165 "\n"
9166 msgstr ""
9167
9168 #. type: textblock
9169 #: ../src/guestfs-actions.pod:2137
9170 msgid ""
9171 "Get a single extended attribute from file C<path> named C<name>.  This call "
9172 "follows symlinks.  If you want to lookup an extended attribute for the "
9173 "symlink itself, use C<guestfs_lgetxattr>."
9174 msgstr ""
9175
9176 #. type: textblock
9177 #: ../src/guestfs-actions.pod:2141 ../src/guestfs-actions.pod:3426
9178 msgid ""
9179 "Normally it is better to get all extended attributes from a file in one go "
9180 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9181 "implementations are buggy and do not provide a way to list out attributes.  "
9182 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9183 "extended attributes you want in advance and call this function."
9184 msgstr ""
9185
9186 #. type: textblock
9187 #: ../src/guestfs-actions.pod:2148 ../src/guestfs-actions.pod:3433 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2394
9188 msgid ""
9189 "Extended attribute values are blobs of binary data.  If there is no extended "
9190 "attribute named C<name>, this returns an error."
9191 msgstr ""
9192
9193 #. type: textblock
9194 #: ../src/guestfs-actions.pod:2151
9195 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9196 msgstr ""
9197
9198 #. type: textblock
9199 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:2344 ../src/guestfs-actions.pod:3438 ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181 ../src/guestfs-actions.pod:5362
9200 msgid ""
9201 "This function returns a buffer, or NULL on error.  The size of the returned "
9202 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9203 "after use>."
9204 msgstr ""
9205
9206 #. type: textblock
9207 #: ../src/guestfs-actions.pod:2157 ../src/guestfs-actions.pod:3442
9208 msgid "(Added in 1.7.24)"
9209 msgstr ""
9210
9211 #. type: =head2
9212 #: ../src/guestfs-actions.pod:2159
9213 msgid "guestfs_getxattrs"
9214 msgstr ""
9215
9216 #. type: verbatim
9217 #: ../src/guestfs-actions.pod:2161
9218 #, no-wrap
9219 msgid ""
9220 " struct guestfs_xattr_list *\n"
9221 " guestfs_getxattrs (guestfs_h *g,\n"
9222 "                    const char *path);\n"
9223 "\n"
9224 msgstr ""
9225
9226 #. type: textblock
9227 #: ../src/guestfs-actions.pod:2165 ../fish/guestfish-actions.pod:1463
9228 msgid "This call lists the extended attributes of the file or directory C<path>."
9229 msgstr ""
9230
9231 #. type: textblock
9232 #: ../src/guestfs-actions.pod:2168 ../fish/guestfish-actions.pod:1466
9233 msgid ""
9234 "At the system call level, this is a combination of the L<listxattr(2)> and "
9235 "L<getxattr(2)> calls."
9236 msgstr ""
9237
9238 #. type: textblock
9239 #: ../src/guestfs-actions.pod:2171
9240 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9241 msgstr ""
9242
9243 #. type: textblock
9244 #: ../src/guestfs-actions.pod:2173 ../src/guestfs-actions.pod:3454 ../src/guestfs-actions.pod:4105
9245 msgid ""
9246 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9247 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9248 msgstr ""
9249
9250 #. type: textblock
9251 #: ../src/guestfs-actions.pod:2177 ../src/guestfs-actions.pod:3458 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:5535 ../src/guestfs-actions.pod:6023 ../src/guestfs-actions.pod:7358
9252 msgid "(Added in 1.0.59)"
9253 msgstr ""
9254
9255 #. type: =head2
9256 #: ../src/guestfs-actions.pod:2179
9257 msgid "guestfs_glob_expand"
9258 msgstr ""
9259
9260 #. type: verbatim
9261 #: ../src/guestfs-actions.pod:2181
9262 #, no-wrap
9263 msgid ""
9264 " char **\n"
9265 " guestfs_glob_expand (guestfs_h *g,\n"
9266 "                      const char *pattern);\n"
9267 "\n"
9268 msgstr ""
9269
9270 #. type: textblock
9271 #: ../src/guestfs-actions.pod:2185 ../fish/guestfish-actions.pod:1475
9272 msgid ""
9273 "This command searches for all the pathnames matching C<pattern> according to "
9274 "the wildcard expansion rules used by the shell."
9275 msgstr ""
9276
9277 #. type: textblock
9278 #: ../src/guestfs-actions.pod:2189 ../fish/guestfish-actions.pod:1479
9279 msgid "If no paths match, then this returns an empty list (note: not an error)."
9280 msgstr ""
9281
9282 #. type: textblock
9283 #: ../src/guestfs-actions.pod:2192 ../fish/guestfish-actions.pod:1482
9284 msgid ""
9285 "It is just a wrapper around the C L<glob(3)> function with flags "
9286 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9287 msgstr ""
9288
9289 #. type: textblock
9290 #: ../src/guestfs-actions.pod:2200 ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6205
9291 msgid "(Added in 1.0.50)"
9292 msgstr ""
9293
9294 #. type: =head2
9295 #: ../src/guestfs-actions.pod:2202
9296 msgid "guestfs_grep"
9297 msgstr ""
9298
9299 #. type: verbatim
9300 #: ../src/guestfs-actions.pod:2204
9301 #, no-wrap
9302 msgid ""
9303 " char **\n"
9304 " guestfs_grep (guestfs_h *g,\n"
9305 "               const char *regex,\n"
9306 "               const char *path);\n"
9307 "\n"
9308 msgstr ""
9309
9310 #. type: textblock
9311 #: ../src/guestfs-actions.pod:2209 ../fish/guestfish-actions.pod:1490
9312 msgid "This calls the external C<grep> program and returns the matching lines."
9313 msgstr ""
9314
9315 #. type: =head2
9316 #: ../src/guestfs-actions.pod:2221
9317 msgid "guestfs_grepi"
9318 msgstr ""
9319
9320 #. type: verbatim
9321 #: ../src/guestfs-actions.pod:2223
9322 #, no-wrap
9323 msgid ""
9324 " char **\n"
9325 " guestfs_grepi (guestfs_h *g,\n"
9326 "                const char *regex,\n"
9327 "                const char *path);\n"
9328 "\n"
9329 msgstr ""
9330
9331 #. type: textblock
9332 #: ../src/guestfs-actions.pod:2228 ../fish/guestfish-actions.pod:1500
9333 msgid "This calls the external C<grep -i> program and returns the matching lines."
9334 msgstr ""
9335
9336 #. type: =head2
9337 #: ../src/guestfs-actions.pod:2240
9338 msgid "guestfs_grub_install"
9339 msgstr ""
9340
9341 #. type: verbatim
9342 #: ../src/guestfs-actions.pod:2242
9343 #, no-wrap
9344 msgid ""
9345 " int\n"
9346 " guestfs_grub_install (guestfs_h *g,\n"
9347 "                       const char *root,\n"
9348 "                       const char *device);\n"
9349 "\n"
9350 msgstr ""
9351
9352 #. type: textblock
9353 #: ../src/guestfs-actions.pod:2247 ../fish/guestfish-actions.pod:1510
9354 msgid ""
9355 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9356 "the root directory being C<root>."
9357 msgstr ""
9358
9359 #. type: textblock
9360 #: ../src/guestfs-actions.pod:2250 ../fish/guestfish-actions.pod:1513
9361 msgid ""
9362 "Note: If grub-install reports the error \"No suitable drive was found in the "
9363 "generated device map.\" it may be that you need to create a "
9364 "C</boot/grub/device.map> file first that contains the mapping between grub "
9365 "device names and Linux device names.  It is usually sufficient to create a "
9366 "file containing:"
9367 msgstr ""
9368
9369 #. type: verbatim
9370 #: ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:1520
9371 #, no-wrap
9372 msgid ""
9373 " (hd0) /dev/vda\n"
9374 "\n"
9375 msgstr ""
9376
9377 #. type: textblock
9378 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1522
9379 msgid "replacing C</dev/vda> with the name of the installation device."
9380 msgstr ""
9381
9382 #. type: textblock
9383 #: ../src/guestfs-actions.pod:2263
9384 msgid "(Added in 1.0.17)"
9385 msgstr ""
9386
9387 #. type: =head2
9388 #: ../src/guestfs-actions.pod:2265
9389 msgid "guestfs_head"
9390 msgstr ""
9391
9392 #. type: verbatim
9393 #: ../src/guestfs-actions.pod:2267
9394 #, no-wrap
9395 msgid ""
9396 " char **\n"
9397 " guestfs_head (guestfs_h *g,\n"
9398 "               const char *path);\n"
9399 "\n"
9400 msgstr ""
9401
9402 #. type: textblock
9403 #: ../src/guestfs-actions.pod:2271 ../fish/guestfish-actions.pod:1528
9404 msgid ""
9405 "This command returns up to the first 10 lines of a file as a list of "
9406 "strings."
9407 msgstr ""
9408
9409 #. type: =head2
9410 #: ../src/guestfs-actions.pod:2283
9411 msgid "guestfs_head_n"
9412 msgstr ""
9413
9414 #. type: verbatim
9415 #: ../src/guestfs-actions.pod:2285
9416 #, no-wrap
9417 msgid ""
9418 " char **\n"
9419 " guestfs_head_n (guestfs_h *g,\n"
9420 "                 int nrlines,\n"
9421 "                 const char *path);\n"
9422 "\n"
9423 msgstr ""
9424
9425 #. type: textblock
9426 #: ../src/guestfs-actions.pod:2290 ../fish/guestfish-actions.pod:1538
9427 msgid ""
9428 "If the parameter C<nrlines> is a positive number, this returns the first "
9429 "C<nrlines> lines of the file C<path>."
9430 msgstr ""
9431
9432 #. type: textblock
9433 #: ../src/guestfs-actions.pod:2293 ../fish/guestfish-actions.pod:1541
9434 msgid ""
9435 "If the parameter C<nrlines> is a negative number, this returns lines from "
9436 "the file C<path>, excluding the last C<nrlines> lines."
9437 msgstr ""
9438
9439 #. type: textblock
9440 #: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:6485 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4364
9441 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9442 msgstr ""
9443
9444 #. type: =head2
9445 #: ../src/guestfs-actions.pod:2307
9446 msgid "guestfs_hexdump"
9447 msgstr ""
9448
9449 #. type: verbatim
9450 #: ../src/guestfs-actions.pod:2309
9451 #, no-wrap
9452 msgid ""
9453 " char *\n"
9454 " guestfs_hexdump (guestfs_h *g,\n"
9455 "                  const char *path);\n"
9456 "\n"
9457 msgstr ""
9458
9459 #. type: textblock
9460 #: ../src/guestfs-actions.pod:2313 ../fish/guestfish-actions.pod:1553
9461 msgid ""
9462 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9463 "human-readable, canonical hex dump of the file."
9464 msgstr ""
9465
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:2322 ../src/guestfs-actions.pod:6269 ../src/guestfs-actions.pod:6324
9468 msgid "(Added in 1.0.22)"
9469 msgstr ""
9470
9471 #. type: =head2
9472 #: ../src/guestfs-actions.pod:2324
9473 msgid "guestfs_initrd_cat"
9474 msgstr ""
9475
9476 #. type: verbatim
9477 #: ../src/guestfs-actions.pod:2326
9478 #, no-wrap
9479 msgid ""
9480 " char *\n"
9481 " guestfs_initrd_cat (guestfs_h *g,\n"
9482 "                     const char *initrdpath,\n"
9483 "                     const char *filename,\n"
9484 "                     size_t *size_r);\n"
9485 "\n"
9486 msgstr ""
9487
9488 #. type: textblock
9489 #: ../src/guestfs-actions.pod:2332 ../fish/guestfish-actions.pod:1563
9490 msgid ""
9491 "This command unpacks the file C<filename> from the initrd file called "
9492 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9493 "character."
9494 msgstr ""
9495
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:2336 ../fish/guestfish-actions.pod:1567
9498 msgid ""
9499 "For example, in guestfish you could use the following command to examine the "
9500 "boot script (usually called C</init>)  contained in a Linux initrd or "
9501 "initramfs image:"
9502 msgstr ""
9503
9504 #. type: verbatim
9505 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1571
9506 #, no-wrap
9507 msgid ""
9508 " initrd-cat /boot/initrd-<version>.img init\n"
9509 "\n"
9510 msgstr ""
9511
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:2342
9514 msgid "See also C<guestfs_initrd_list>."
9515 msgstr ""
9516
9517 #. type: =head2
9518 #: ../src/guestfs-actions.pod:2353
9519 msgid "guestfs_initrd_list"
9520 msgstr ""
9521
9522 #. type: verbatim
9523 #: ../src/guestfs-actions.pod:2355
9524 #, no-wrap
9525 msgid ""
9526 " char **\n"
9527 " guestfs_initrd_list (guestfs_h *g,\n"
9528 "                      const char *path);\n"
9529 "\n"
9530 msgstr ""
9531
9532 #. type: textblock
9533 #: ../src/guestfs-actions.pod:2359 ../fish/guestfish-actions.pod:1582
9534 msgid "This command lists out files contained in an initrd."
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1584
9539 msgid ""
9540 "The files are listed without any initial C</> character.  The files are "
9541 "listed in the order they appear (not necessarily alphabetical).  Directory "
9542 "names are listed as separate items."
9543 msgstr ""
9544
9545 #. type: textblock
9546 #: ../src/guestfs-actions.pod:2365 ../fish/guestfish-actions.pod:1588
9547 msgid ""
9548 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9549 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9550 "files)."
9551 msgstr ""
9552
9553 #. type: =head2
9554 #: ../src/guestfs-actions.pod:2375
9555 msgid "guestfs_inotify_add_watch"
9556 msgstr ""
9557
9558 #. type: verbatim
9559 #: ../src/guestfs-actions.pod:2377
9560 #, no-wrap
9561 msgid ""
9562 " int64_t\n"
9563 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9564 "                            const char *path,\n"
9565 "                            int mask);\n"
9566 "\n"
9567 msgstr ""
9568
9569 #. type: textblock
9570 #: ../src/guestfs-actions.pod:2382 ../fish/guestfish-actions.pod:1596
9571 msgid "Watch C<path> for the events listed in C<mask>."
9572 msgstr ""
9573
9574 #. type: textblock
9575 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1598
9576 msgid ""
9577 "Note that if C<path> is a directory then events within that directory are "
9578 "watched, but this does I<not> happen recursively (in subdirectories)."
9579 msgstr ""
9580
9581 #. type: textblock
9582 #: ../src/guestfs-actions.pod:2388 ../fish/guestfish-actions.pod:1602
9583 msgid ""
9584 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9585 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9586 msgstr ""
9587
9588 #. type: =head2
9589 #: ../src/guestfs-actions.pod:2396
9590 msgid "guestfs_inotify_close"
9591 msgstr ""
9592
9593 #. type: verbatim
9594 #: ../src/guestfs-actions.pod:2398
9595 #, no-wrap
9596 msgid ""
9597 " int\n"
9598 " guestfs_inotify_close (guestfs_h *g);\n"
9599 "\n"
9600 msgstr ""
9601
9602 #. type: textblock
9603 #: ../src/guestfs-actions.pod:2401 ../fish/guestfish-actions.pod:1610
9604 msgid ""
9605 "This closes the inotify handle which was previously opened by inotify_init.  "
9606 "It removes all watches, throws away any pending events, and deallocates all "
9607 "resources."
9608 msgstr ""
9609
9610 #. type: =head2
9611 #: ../src/guestfs-actions.pod:2409
9612 msgid "guestfs_inotify_files"
9613 msgstr ""
9614
9615 #. type: verbatim
9616 #: ../src/guestfs-actions.pod:2411
9617 #, no-wrap
9618 msgid ""
9619 " char **\n"
9620 " guestfs_inotify_files (guestfs_h *g);\n"
9621 "\n"
9622 msgstr ""
9623
9624 #. type: textblock
9625 #: ../src/guestfs-actions.pod:2414
9626 msgid ""
9627 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9628 "returns a list of pathnames of objects that were touched.  The returned "
9629 "pathnames are sorted and deduplicated."
9630 msgstr ""
9631
9632 #. type: =head2
9633 #: ../src/guestfs-actions.pod:2424
9634 msgid "guestfs_inotify_init"
9635 msgstr ""
9636
9637 #. type: verbatim
9638 #: ../src/guestfs-actions.pod:2426
9639 #, no-wrap
9640 msgid ""
9641 " int\n"
9642 " guestfs_inotify_init (guestfs_h *g,\n"
9643 "                       int maxevents);\n"
9644 "\n"
9645 msgstr ""
9646
9647 #. type: textblock
9648 #: ../src/guestfs-actions.pod:2430 ../fish/guestfish-actions.pod:1626
9649 msgid ""
9650 "This command creates a new inotify handle.  The inotify subsystem can be "
9651 "used to notify events which happen to objects in the guest filesystem."
9652 msgstr ""
9653
9654 #. type: textblock
9655 #: ../src/guestfs-actions.pod:2434
9656 msgid ""
9657 "C<maxevents> is the maximum number of events which will be queued up between "
9658 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9659 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9660 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9661 "throws away events, but records the fact that it threw them away by setting "
9662 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9663 "C<guestfs_inotify_read>)."
9664 msgstr ""
9665
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:2444
9668 msgid ""
9669 "Before any events are generated, you have to add some watches to the "
9670 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9671 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9672 msgstr ""
9673
9674 #. type: textblock
9675 #: ../src/guestfs-actions.pod:2450
9676 msgid ""
9677 "Queued up events should be read periodically by calling "
9678 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9679 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9680 "often enough then you risk the internal queue overflowing."
9681 msgstr ""
9682
9683 #. type: textblock
9684 #: ../src/guestfs-actions.pod:2457
9685 msgid ""
9686 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9687 "This also removes any watches automatically."
9688 msgstr ""
9689
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:2461 ../fish/guestfish-actions.pod:1657
9692 msgid ""
9693 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9694 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9695 "that there is one global inotify handle per libguestfs instance."
9696 msgstr ""
9697
9698 #. type: =head2
9699 #: ../src/guestfs-actions.pod:2470
9700 msgid "guestfs_inotify_read"
9701 msgstr ""
9702
9703 #. type: verbatim
9704 #: ../src/guestfs-actions.pod:2472
9705 #, no-wrap
9706 msgid ""
9707 " struct guestfs_inotify_event_list *\n"
9708 " guestfs_inotify_read (guestfs_h *g);\n"
9709 "\n"
9710 msgstr ""
9711
9712 #. type: textblock
9713 #: ../src/guestfs-actions.pod:2475 ../fish/guestfish-actions.pod:1666
9714 msgid ""
9715 "Return the complete queue of events that have happened since the previous "
9716 "read call."
9717 msgstr ""
9718
9719 #. type: textblock
9720 #: ../src/guestfs-actions.pod:2478 ../fish/guestfish-actions.pod:1669
9721 msgid "If no events have happened, this returns an empty list."
9722 msgstr ""
9723
9724 #. type: textblock
9725 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1671
9726 msgid ""
9727 "I<Note>: In order to make sure that all events have been read, you must call "
9728 "this function repeatedly until it returns an empty list.  The reason is that "
9729 "the call will read events up to the maximum appliance-to-host message size "
9730 "and leave remaining events in the queue."
9731 msgstr ""
9732
9733 #. type: textblock
9734 #: ../src/guestfs-actions.pod:2486
9735 msgid ""
9736 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9737 "there was an error.  I<The caller must call "
9738 "C<guestfs_free_inotify_event_list> after use>."
9739 msgstr ""
9740
9741 #. type: =head2
9742 #: ../src/guestfs-actions.pod:2492
9743 msgid "guestfs_inotify_rm_watch"
9744 msgstr ""
9745
9746 #. type: verbatim
9747 #: ../src/guestfs-actions.pod:2494
9748 #, no-wrap
9749 msgid ""
9750 " int\n"
9751 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9752 "                           int wd);\n"
9753 "\n"
9754 msgstr ""
9755
9756 #. type: textblock
9757 #: ../src/guestfs-actions.pod:2498
9758 msgid ""
9759 "Remove a previously defined inotify watch.  See "
9760 "C<guestfs_inotify_add_watch>."
9761 msgstr ""
9762
9763 #. type: =head2
9764 #: ../src/guestfs-actions.pod:2505
9765 msgid "guestfs_inspect_get_arch"
9766 msgstr ""
9767
9768 #. type: verbatim
9769 #: ../src/guestfs-actions.pod:2507
9770 #, no-wrap
9771 msgid ""
9772 " char *\n"
9773 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9774 "                           const char *root);\n"
9775 "\n"
9776 msgstr ""
9777
9778 #. type: textblock
9779 #: ../src/guestfs-actions.pod:2511 ../src/guestfs-actions.pod:2534 ../src/guestfs-actions.pod:2619 ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2684 ../src/guestfs-actions.pod:2706 ../src/guestfs-actions.pod:2733 ../src/guestfs-actions.pod:2754 ../src/guestfs-actions.pod:2791 ../src/guestfs-actions.pod:2820 ../src/guestfs-actions.pod:2851 ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2930 ../src/guestfs-actions.pod:2972 ../src/guestfs-actions.pod:2995 ../src/guestfs-actions.pod:3012 ../src/guestfs-actions.pod:3029 ../src/guestfs-actions.pod:3048
9780 msgid ""
9781 "This function should only be called with a root device string as returned by "
9782 "C<guestfs_inspect_os>."
9783 msgstr ""
9784
9785 #. type: textblock
9786 #: ../src/guestfs-actions.pod:2514
9787 msgid ""
9788 "This returns the architecture of the inspected operating system.  The "
9789 "possible return values are listed under C<guestfs_file_architecture>."
9790 msgstr ""
9791
9792 #. type: textblock
9793 #: ../src/guestfs-actions.pod:2518 ../fish/guestfish-actions.pod:1695
9794 msgid ""
9795 "If the architecture could not be determined, then the string C<unknown> is "
9796 "returned."
9797 msgstr ""
9798
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:2521 ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:2673 ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:2807 ../src/guestfs-actions.pod:2838 ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:2959 ../src/guestfs-actions.pod:2982 ../src/guestfs-actions.pod:3002 ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3038 ../src/guestfs-actions.pod:3141 ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:1698 ../fish/guestfish-actions.pod:1776 ../fish/guestfish-actions.pod:1828 ../fish/guestfish-actions.pod:1843 ../fish/guestfish-actions.pod:1864 ../fish/guestfish-actions.pod:1928 ../fish/guestfish-actions.pod:1952 ../fish/guestfish-actions.pod:1969 ../fish/guestfish-actions.pod:2012 ../fish/guestfish-actions.pod:2047 ../fish/guestfish-actions.pod:2063 ../fish/guestfish-actions.pod:2076 ../fish/guestfish-actions.pod:2089 ../fish/guestfish-actions.pod:2104 ../fish/guestfish-actions.pod:2203 ../fish/guestfish-actions.pod:2237
9801 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9802 msgstr ""
9803
9804 #. type: =head2
9805 #: ../src/guestfs-actions.pod:2528
9806 msgid "guestfs_inspect_get_distro"
9807 msgstr ""
9808
9809 #. type: verbatim
9810 #: ../src/guestfs-actions.pod:2530
9811 #, no-wrap
9812 msgid ""
9813 " char *\n"
9814 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9815 "                             const char *root);\n"
9816 "\n"
9817 msgstr ""
9818
9819 #. type: textblock
9820 #: ../src/guestfs-actions.pod:2537 ../fish/guestfish-actions.pod:1707
9821 msgid "This returns the distro (distribution) of the inspected operating system."
9822 msgstr ""
9823
9824 #. type: textblock
9825 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1710
9826 msgid "Currently defined distros are:"
9827 msgstr ""
9828
9829 #. type: =item
9830 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1714
9831 msgid "\"archlinux\""
9832 msgstr ""
9833
9834 #. type: textblock
9835 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1716
9836 msgid "Arch Linux."
9837 msgstr ""
9838
9839 #. type: =item
9840 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1718
9841 msgid "\"debian\""
9842 msgstr ""
9843
9844 #. type: textblock
9845 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1720
9846 msgid "Debian."
9847 msgstr ""
9848
9849 #. type: =item
9850 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1722
9851 msgid "\"fedora\""
9852 msgstr ""
9853
9854 #. type: textblock
9855 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1724
9856 msgid "Fedora."
9857 msgstr ""
9858
9859 #. type: =item
9860 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1726
9861 msgid "\"gentoo\""
9862 msgstr ""
9863
9864 #. type: textblock
9865 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1728
9866 msgid "Gentoo."
9867 msgstr ""
9868
9869 #. type: =item
9870 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1730
9871 msgid "\"linuxmint\""
9872 msgstr ""
9873
9874 #. type: textblock
9875 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1732
9876 msgid "Linux Mint."
9877 msgstr ""
9878
9879 #. type: =item
9880 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1734
9881 msgid "\"mandriva\""
9882 msgstr ""
9883
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1736
9886 msgid "Mandriva."
9887 msgstr ""
9888
9889 #. type: =item
9890 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1738
9891 msgid "\"meego\""
9892 msgstr ""
9893
9894 #. type: textblock
9895 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1740
9896 msgid "MeeGo."
9897 msgstr ""
9898
9899 #. type: =item
9900 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1742
9901 msgid "\"pardus\""
9902 msgstr ""
9903
9904 #. type: textblock
9905 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1744
9906 msgid "Pardus."
9907 msgstr ""
9908
9909 #. type: =item
9910 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1746
9911 msgid "\"redhat-based\""
9912 msgstr ""
9913
9914 #. type: textblock
9915 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1748
9916 msgid "Some Red Hat-derived distro."
9917 msgstr ""
9918
9919 #. type: =item
9920 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1750
9921 msgid "\"rhel\""
9922 msgstr ""
9923
9924 #. type: textblock
9925 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1752
9926 msgid "Red Hat Enterprise Linux and some derivatives."
9927 msgstr ""
9928
9929 #. type: =item
9930 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1754
9931 msgid "\"slackware\""
9932 msgstr ""
9933
9934 #. type: textblock
9935 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1756
9936 msgid "Slackware."
9937 msgstr ""
9938
9939 #. type: =item
9940 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1758
9941 msgid "\"ubuntu\""
9942 msgstr ""
9943
9944 #. type: textblock
9945 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1760
9946 msgid "Ubuntu."
9947 msgstr ""
9948
9949 #. type: =item
9950 #: ../src/guestfs-actions.pod:2592 ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1819 ../fish/guestfish-actions.pod:2038
9951 msgid "\"unknown\""
9952 msgstr ""
9953
9954 #. type: textblock
9955 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1764
9956 msgid "The distro could not be determined."
9957 msgstr ""
9958
9959 #. type: =item
9960 #: ../src/guestfs-actions.pod:2596 ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2030
9961 msgid "\"windows\""
9962 msgstr ""
9963
9964 #. type: textblock
9965 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1768
9966 msgid ""
9967 "Windows does not have distributions.  This string is returned if the OS type "
9968 "is Windows."
9969 msgstr ""
9970
9971 #. type: textblock
9972 #: ../src/guestfs-actions.pod:2603 ../src/guestfs-actions.pod:2670 ../src/guestfs-actions.pod:2956 ../fish/guestfish-actions.pod:1773 ../fish/guestfish-actions.pod:1825 ../fish/guestfish-actions.pod:2044
9973 msgid ""
9974 "Future versions of libguestfs may return other strings here.  The caller "
9975 "should be prepared to handle any string."
9976 msgstr ""
9977
9978 #. type: =head2
9979 #: ../src/guestfs-actions.pod:2613
9980 msgid "guestfs_inspect_get_filesystems"
9981 msgstr ""
9982
9983 #. type: verbatim
9984 #: ../src/guestfs-actions.pod:2615
9985 #, no-wrap
9986 msgid ""
9987 " char **\n"
9988 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9989 "                                  const char *root);\n"
9990 "\n"
9991 msgstr ""
9992
9993 #. type: textblock
9994 #: ../src/guestfs-actions.pod:2622 ../fish/guestfish-actions.pod:1785
9995 msgid ""
9996 "This returns a list of all the filesystems that we think are associated with "
9997 "this operating system.  This includes the root filesystem, other ordinary "
9998 "filesystems, and non-mounted devices like swap partitions."
9999 msgstr ""
10000
10001 #. type: textblock
10002 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1790
10003 msgid ""
10004 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10005 "to be shared between operating systems."
10006 msgstr ""
10007
10008 #. type: textblock
10009 #: ../src/guestfs-actions.pod:2630
10010 msgid ""
10011 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10012 "C<guestfs_inspect_get_mountpoints>."
10013 msgstr ""
10014
10015 #. type: =head2
10016 #: ../src/guestfs-actions.pod:2639
10017 msgid "guestfs_inspect_get_format"
10018 msgstr ""
10019
10020 #. type: verbatim
10021 #: ../src/guestfs-actions.pod:2641
10022 #, no-wrap
10023 msgid ""
10024 " char *\n"
10025 " guestfs_inspect_get_format (guestfs_h *g,\n"
10026 "                             const char *root);\n"
10027 "\n"
10028 msgstr ""
10029
10030 #. type: textblock
10031 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1803
10032 msgid ""
10033 "This returns the format of the inspected operating system.  You can use it "
10034 "to detect install images, live CDs and similar."
10035 msgstr ""
10036
10037 #. type: textblock
10038 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1806
10039 msgid "Currently defined formats are:"
10040 msgstr ""
10041
10042 #. type: =item
10043 #: ../src/guestfs-actions.pod:2655 ../fish/guestfish-actions.pod:1810
10044 msgid "\"installed\""
10045 msgstr ""
10046
10047 #. type: textblock
10048 #: ../src/guestfs-actions.pod:2657 ../fish/guestfish-actions.pod:1812
10049 msgid "This is an installed operating system."
10050 msgstr ""
10051
10052 #. type: =item
10053 #: ../src/guestfs-actions.pod:2659 ../fish/guestfish-actions.pod:1814
10054 msgid "\"installer\""
10055 msgstr ""
10056
10057 #. type: textblock
10058 #: ../src/guestfs-actions.pod:2661 ../fish/guestfish-actions.pod:1816
10059 msgid ""
10060 "The disk image being inspected is not an installed operating system, but a "
10061 "I<bootable> install disk, live CD, or similar."
10062 msgstr ""
10063
10064 #. type: textblock
10065 #: ../src/guestfs-actions.pod:2666 ../fish/guestfish-actions.pod:1821
10066 msgid "The format of this disk image is not known."
10067 msgstr ""
10068
10069 #. type: =head2
10070 #: ../src/guestfs-actions.pod:2678
10071 msgid "guestfs_inspect_get_hostname"
10072 msgstr ""
10073
10074 #. type: verbatim
10075 #: ../src/guestfs-actions.pod:2680
10076 #, no-wrap
10077 msgid ""
10078 " char *\n"
10079 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10080 "                               const char *root);\n"
10081 "\n"
10082 msgstr ""
10083
10084 #. type: textblock
10085 #: ../src/guestfs-actions.pod:2687 ../fish/guestfish-actions.pod:1837
10086 msgid ""
10087 "This function returns the hostname of the operating system as found by "
10088 "inspection of the guest's configuration files."
10089 msgstr ""
10090
10091 #. type: textblock
10092 #: ../src/guestfs-actions.pod:2690 ../fish/guestfish-actions.pod:1840
10093 msgid ""
10094 "If the hostname could not be determined, then the string C<unknown> is "
10095 "returned."
10096 msgstr ""
10097
10098 #. type: textblock
10099 #: ../src/guestfs-actions.pod:2698
10100 msgid "(Added in 1.7.9)"
10101 msgstr ""
10102
10103 #. type: =head2
10104 #: ../src/guestfs-actions.pod:2700
10105 msgid "guestfs_inspect_get_major_version"
10106 msgstr ""
10107
10108 #. type: verbatim
10109 #: ../src/guestfs-actions.pod:2702
10110 #, no-wrap
10111 msgid ""
10112 " int\n"
10113 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10114 "                                    const char *root);\n"
10115 "\n"
10116 msgstr ""
10117
10118 #. type: textblock
10119 #: ../src/guestfs-actions.pod:2709 ../fish/guestfish-actions.pod:1852
10120 msgid "This returns the major version number of the inspected operating system."
10121 msgstr ""
10122
10123 #. type: textblock
10124 #: ../src/guestfs-actions.pod:2712 ../fish/guestfish-actions.pod:1855
10125 msgid ""
10126 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10127 "popular public names used by the operating system.  Notably the operating "
10128 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10129 "1).  You can find out the real versions corresponding to releases of Windows "
10130 "by consulting Wikipedia or MSDN."
10131 msgstr ""
10132
10133 #. type: textblock
10134 #: ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1862 ../fish/guestfish-actions.pod:1876
10135 msgid "If the version could not be determined, then C<0> is returned."
10136 msgstr ""
10137
10138 #. type: =head2
10139 #: ../src/guestfs-actions.pod:2727
10140 msgid "guestfs_inspect_get_minor_version"
10141 msgstr ""
10142
10143 #. type: verbatim
10144 #: ../src/guestfs-actions.pod:2729
10145 #, no-wrap
10146 msgid ""
10147 " int\n"
10148 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10149 "                                    const char *root);\n"
10150 "\n"
10151 msgstr ""
10152
10153 #. type: textblock
10154 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1873
10155 msgid "This returns the minor version number of the inspected operating system."
10156 msgstr ""
10157
10158 #. type: textblock
10159 #: ../src/guestfs-actions.pod:2741
10160 msgid ""
10161 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10162 "C<guestfs_inspect_get_major_version>."
10163 msgstr ""
10164
10165 #. type: =head2
10166 #: ../src/guestfs-actions.pod:2748
10167 msgid "guestfs_inspect_get_mountpoints"
10168 msgstr ""
10169
10170 #. type: verbatim
10171 #: ../src/guestfs-actions.pod:2750
10172 #, no-wrap
10173 msgid ""
10174 " char **\n"
10175 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10176 "                                  const char *root);\n"
10177 "\n"
10178 msgstr ""
10179
10180 #. type: textblock
10181 #: ../src/guestfs-actions.pod:2757 ../fish/guestfish-actions.pod:1888
10182 msgid ""
10183 "This returns a hash of where we think the filesystems associated with this "
10184 "operating system should be mounted.  Callers should note that this is at "
10185 "best an educated guess made by reading configuration files such as "
10186 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10187 "are non-existent or not mountable and callers should be prepared to handle "
10188 "or ignore failures if they try to mount them."
10189 msgstr ""
10190
10191 #. type: textblock
10192 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1897
10193 msgid ""
10194 "Each element in the returned hashtable has a key which is the path of the "
10195 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10196 "mounted there (eg. C</dev/sda1>)."
10197 msgstr ""
10198
10199 #. type: textblock
10200 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1902
10201 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10202 msgstr ""
10203
10204 #. type: textblock
10205 #: ../src/guestfs-actions.pod:2774
10206 msgid ""
10207 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10208 "C<guestfs_inspect_get_filesystems>."
10209 msgstr ""
10210
10211 #. type: textblock
10212 #: ../src/guestfs-actions.pod:2777 ../src/guestfs-actions.pod:3511 ../src/guestfs-actions.pod:4721 ../src/guestfs-actions.pod:6626
10213 msgid ""
10214 "This function returns a NULL-terminated array of strings, or NULL if there "
10215 "was an error.  The array of strings will always have length C<2n+1>, where "
10216 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10217 "caller must free the strings and the array after use>."
10218 msgstr ""
10219
10220 #. type: =head2
10221 #: ../src/guestfs-actions.pod:2785
10222 msgid "guestfs_inspect_get_package_format"
10223 msgstr ""
10224
10225 #. type: verbatim
10226 #: ../src/guestfs-actions.pod:2787
10227 #, no-wrap
10228 msgid ""
10229 " char *\n"
10230 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10231 "                                     const char *root);\n"
10232 "\n"
10233 msgstr ""
10234
10235 #. type: textblock
10236 #: ../src/guestfs-actions.pod:2794
10237 msgid ""
10238 "This function and C<guestfs_inspect_get_package_management> return the "
10239 "package format and package management tool used by the inspected operating "
10240 "system.  For example for Fedora these functions would return C<rpm> (package "
10241 "format) and C<yum> (package management)."
10242 msgstr ""
10243
10244 #. type: textblock
10245 #: ../src/guestfs-actions.pod:2800 ../fish/guestfish-actions.pod:1921
10246 msgid ""
10247 "This returns the string C<unknown> if we could not determine the package "
10248 "format I<or> if the operating system does not have a real packaging system "
10249 "(eg. Windows)."
10250 msgstr ""
10251
10252 #. type: textblock
10253 #: ../src/guestfs-actions.pod:2804 ../fish/guestfish-actions.pod:1925
10254 msgid ""
10255 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10256 "Future versions of libguestfs may return other strings."
10257 msgstr ""
10258
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:2812 ../src/guestfs-actions.pod:2843
10261 msgid "(Added in 1.7.5)"
10262 msgstr ""
10263
10264 #. type: =head2
10265 #: ../src/guestfs-actions.pod:2814
10266 msgid "guestfs_inspect_get_package_management"
10267 msgstr ""
10268
10269 #. type: verbatim
10270 #: ../src/guestfs-actions.pod:2816
10271 #, no-wrap
10272 msgid ""
10273 " char *\n"
10274 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10275 "                                         const char *root);\n"
10276 "\n"
10277 msgstr ""
10278
10279 #. type: textblock
10280 #: ../src/guestfs-actions.pod:2823
10281 msgid ""
10282 "C<guestfs_inspect_get_package_format> and this function return the package "
10283 "format and package management tool used by the inspected operating system.  "
10284 "For example for Fedora these functions would return C<rpm> (package format) "
10285 "and C<yum> (package management)."
10286 msgstr ""
10287
10288 #. type: textblock
10289 #: ../src/guestfs-actions.pod:2829 ../fish/guestfish-actions.pod:1943
10290 msgid ""
10291 "This returns the string C<unknown> if we could not determine the package "
10292 "management tool I<or> if the operating system does not have a real packaging "
10293 "system (eg. Windows)."
10294 msgstr ""
10295
10296 #. type: textblock
10297 #: ../src/guestfs-actions.pod:2833 ../fish/guestfish-actions.pod:1947
10298 msgid ""
10299 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10300 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10301 "libguestfs may return other strings."
10302 msgstr ""
10303
10304 #. type: =head2
10305 #: ../src/guestfs-actions.pod:2845
10306 msgid "guestfs_inspect_get_product_name"
10307 msgstr ""
10308
10309 #. type: verbatim
10310 #: ../src/guestfs-actions.pod:2847
10311 #, no-wrap
10312 msgid ""
10313 " char *\n"
10314 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10315 "                                   const char *root);\n"
10316 "\n"
10317 msgstr ""
10318
10319 #. type: textblock
10320 #: ../src/guestfs-actions.pod:2854 ../fish/guestfish-actions.pod:1961
10321 msgid ""
10322 "This returns the product name of the inspected operating system.  The "
10323 "product name is generally some freeform string which can be displayed to the "
10324 "user, but should not be parsed by programs."
10325 msgstr ""
10326
10327 #. type: textblock
10328 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1966
10329 msgid ""
10330 "If the product name could not be determined, then the string C<unknown> is "
10331 "returned."
10332 msgstr ""
10333
10334 #. type: =head2
10335 #: ../src/guestfs-actions.pod:2869
10336 msgid "guestfs_inspect_get_product_variant"
10337 msgstr ""
10338
10339 #. type: verbatim
10340 #: ../src/guestfs-actions.pod:2871
10341 #, no-wrap
10342 msgid ""
10343 " char *\n"
10344 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10345 "                                      const char *root);\n"
10346 "\n"
10347 msgstr ""
10348
10349 #. type: textblock
10350 #: ../src/guestfs-actions.pod:2878 ../fish/guestfish-actions.pod:1978
10351 msgid "This returns the product variant of the inspected operating system."
10352 msgstr ""
10353
10354 #. type: textblock
10355 #: ../src/guestfs-actions.pod:2881 ../fish/guestfish-actions.pod:1981
10356 msgid ""
10357 "For Windows guests, this returns the contents of the Registry key "
10358 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10359 "which is usually a string such as C<Client> or C<Server> (other values are "
10360 "possible).  This can be used to distinguish consumer and enterprise versions "
10361 "of Windows that have the same version number (for example, Windows 7 and "
10362 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10363 "the latter is C<Server>)."
10364 msgstr ""
10365
10366 #. type: textblock
10367 #: ../src/guestfs-actions.pod:2890 ../fish/guestfish-actions.pod:1990
10368 msgid ""
10369 "For enterprise Linux guests, in future we intend this to return the product "
10370 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10371 "implemented at present."
10372 msgstr ""
10373
10374 #. type: textblock
10375 #: ../src/guestfs-actions.pod:2894 ../fish/guestfish-actions.pod:1994
10376 msgid ""
10377 "If the product variant could not be determined, then the string C<unknown> "
10378 "is returned."
10379 msgstr ""
10380
10381 #. type: textblock
10382 #: ../src/guestfs-actions.pod:2897
10383 msgid ""
10384 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10385 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10386 msgstr ""
10387
10388 #. type: =head2
10389 #: ../src/guestfs-actions.pod:2904
10390 msgid "guestfs_inspect_get_roots"
10391 msgstr ""
10392
10393 #. type: verbatim
10394 #: ../src/guestfs-actions.pod:2906
10395 #, no-wrap
10396 msgid ""
10397 " char **\n"
10398 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10399 "\n"
10400 msgstr ""
10401
10402 #. type: textblock
10403 #: ../src/guestfs-actions.pod:2909
10404 msgid ""
10405 "This function is a convenient way to get the list of root devices, as "
10406 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10407 "the whole inspection process."
10408 msgstr ""
10409
10410 #. type: textblock
10411 #: ../src/guestfs-actions.pod:2913
10412 msgid ""
10413 "This returns an empty list if either no root devices were found or the "
10414 "caller has not called C<guestfs_inspect_os>."
10415 msgstr ""
10416
10417 #. type: textblock
10418 #: ../src/guestfs-actions.pod:2922
10419 msgid "(Added in 1.7.3)"
10420 msgstr ""
10421
10422 #. type: =head2
10423 #: ../src/guestfs-actions.pod:2924
10424 msgid "guestfs_inspect_get_type"
10425 msgstr ""
10426
10427 #. type: verbatim
10428 #: ../src/guestfs-actions.pod:2926
10429 #, no-wrap
10430 msgid ""
10431 " char *\n"
10432 " guestfs_inspect_get_type (guestfs_h *g,\n"
10433 "                           const char *root);\n"
10434 "\n"
10435 msgstr ""
10436
10437 #. type: textblock
10438 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2021
10439 msgid ""
10440 "This returns the type of the inspected operating system.  Currently defined "
10441 "types are:"
10442 msgstr ""
10443
10444 #. type: =item
10445 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2026
10446 msgid "\"linux\""
10447 msgstr ""
10448
10449 #. type: textblock
10450 #: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2028
10451 msgid "Any Linux-based operating system."
10452 msgstr ""
10453
10454 #. type: textblock
10455 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2032
10456 msgid "Any Microsoft Windows operating system."
10457 msgstr ""
10458
10459 #. type: =item
10460 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2034
10461 msgid "\"freebsd\""
10462 msgstr ""
10463
10464 #. type: textblock
10465 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2036
10466 msgid "FreeBSD."
10467 msgstr ""
10468
10469 #. type: textblock
10470 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2040
10471 msgid "The operating system type could not be determined."
10472 msgstr ""
10473
10474 #. type: =head2
10475 #: ../src/guestfs-actions.pod:2966
10476 msgid "guestfs_inspect_get_windows_systemroot"
10477 msgstr ""
10478
10479 #. type: verbatim
10480 #: ../src/guestfs-actions.pod:2968
10481 #, no-wrap
10482 msgid ""
10483 " char *\n"
10484 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10485 "                                         const char *root);\n"
10486 "\n"
10487 msgstr ""
10488
10489 #. type: textblock
10490 #: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2056
10491 msgid ""
10492 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10493 "is a directory path such as C</WINDOWS>."
10494 msgstr ""
10495
10496 #. type: textblock
10497 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2059
10498 msgid ""
10499 "This call assumes that the guest is Windows and that the systemroot could be "
10500 "determined by inspection.  If this is not the case then an error is "
10501 "returned."
10502 msgstr ""
10503
10504 #. type: textblock
10505 #: ../src/guestfs-actions.pod:2987
10506 msgid "(Added in 1.5.25)"
10507 msgstr ""
10508
10509 #. type: =head2
10510 #: ../src/guestfs-actions.pod:2989
10511 msgid "guestfs_inspect_is_live"
10512 msgstr ""
10513
10514 #. type: verbatim
10515 #: ../src/guestfs-actions.pod:2991
10516 #, no-wrap
10517 msgid ""
10518 " int\n"
10519 " guestfs_inspect_is_live (guestfs_h *g,\n"
10520 "                          const char *root);\n"
10521 "\n"
10522 msgstr ""
10523
10524 #. type: textblock
10525 #: ../src/guestfs-actions.pod:2998
10526 msgid ""
10527 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10528 "disk), then this returns true if a live image was detected on the disk."
10529 msgstr ""
10530
10531 #. type: =head2
10532 #: ../src/guestfs-actions.pod:3006
10533 msgid "guestfs_inspect_is_multipart"
10534 msgstr ""
10535
10536 #. type: verbatim
10537 #: ../src/guestfs-actions.pod:3008
10538 #, no-wrap
10539 msgid ""
10540 " int\n"
10541 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10542 "                               const char *root);\n"
10543 "\n"
10544 msgstr ""
10545
10546 #. type: textblock
10547 #: ../src/guestfs-actions.pod:3015
10548 msgid ""
10549 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10550 "disk), then this returns true if the disk is part of a set."
10551 msgstr ""
10552
10553 #. type: =head2
10554 #: ../src/guestfs-actions.pod:3023
10555 msgid "guestfs_inspect_is_netinst"
10556 msgstr ""
10557
10558 #. type: verbatim
10559 #: ../src/guestfs-actions.pod:3025
10560 #, no-wrap
10561 msgid ""
10562 " int\n"
10563 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10564 "                             const char *root);\n"
10565 "\n"
10566 msgstr ""
10567
10568 #. type: textblock
10569 #: ../src/guestfs-actions.pod:3032
10570 msgid ""
10571 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10572 "disk), then this returns true if the disk is a network installer, ie. not a "
10573 "self-contained install CD but one which is likely to require network access "
10574 "to complete the install."
10575 msgstr ""
10576
10577 #. type: =head2
10578 #: ../src/guestfs-actions.pod:3042
10579 msgid "guestfs_inspect_list_applications"
10580 msgstr ""
10581
10582 #. type: verbatim
10583 #: ../src/guestfs-actions.pod:3044
10584 #, no-wrap
10585 msgid ""
10586 " struct guestfs_application_list *\n"
10587 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10588 "                                    const char *root);\n"
10589 "\n"
10590 msgstr ""
10591
10592 #. type: textblock
10593 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2113
10594 msgid "Return the list of applications installed in the operating system."
10595 msgstr ""
10596
10597 #. type: textblock
10598 #: ../src/guestfs-actions.pod:3053
10599 msgid ""
10600 "I<Note:> This call works differently from other parts of the inspection "
10601 "API.  You have to call C<guestfs_inspect_os>, then "
10602 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10603 "this.  Listing applications is a significantly more difficult operation "
10604 "which requires access to the full filesystem.  Also note that unlike the "
10605 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10606 "the libguestfs handle, this call actually reads parts of the mounted "
10607 "filesystems during the call."
10608 msgstr ""
10609
10610 #. type: textblock
10611 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2125
10612 msgid ""
10613 "This returns an empty list if the inspection code was not able to determine "
10614 "the list of applications."
10615 msgstr ""
10616
10617 #. type: textblock
10618 #: ../src/guestfs-actions.pod:3066 ../fish/guestfish-actions.pod:2128
10619 msgid "The application structure contains the following fields:"
10620 msgstr ""
10621
10622 #. type: =item
10623 #: ../src/guestfs-actions.pod:3070 ../fish/guestfish-actions.pod:2132
10624 msgid "C<app_name>"
10625 msgstr ""
10626
10627 #. type: textblock
10628 #: ../src/guestfs-actions.pod:3072 ../fish/guestfish-actions.pod:2134
10629 msgid ""
10630 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10631 "guests, this is the package name."
10632 msgstr ""
10633
10634 #. type: =item
10635 #: ../src/guestfs-actions.pod:3075 ../fish/guestfish-actions.pod:2137
10636 msgid "C<app_display_name>"
10637 msgstr ""
10638
10639 #. type: textblock
10640 #: ../src/guestfs-actions.pod:3077 ../fish/guestfish-actions.pod:2139
10641 msgid ""
10642 "The display name of the application, sometimes localized to the install "
10643 "language of the guest operating system."
10644 msgstr ""
10645
10646 #. type: textblock
10647 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2142
10648 msgid ""
10649 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10650 "to display something can use C<app_name> instead."
10651 msgstr ""
10652
10653 #. type: =item
10654 #: ../src/guestfs-actions.pod:3083 ../fish/guestfish-actions.pod:2145
10655 msgid "C<app_epoch>"
10656 msgstr ""
10657
10658 #. type: textblock
10659 #: ../src/guestfs-actions.pod:3085 ../fish/guestfish-actions.pod:2147
10660 msgid ""
10661 "For package managers which use epochs, this contains the epoch of the "
10662 "package (an integer).  If unavailable, this is returned as C<0>."
10663 msgstr ""
10664
10665 #. type: =item
10666 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2150
10667 msgid "C<app_version>"
10668 msgstr ""
10669
10670 #. type: textblock
10671 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2152
10672 msgid ""
10673 "The version string of the application or package.  If unavailable this is "
10674 "returned as an empty string C<\"\">."
10675 msgstr ""
10676
10677 #. type: =item
10678 #: ../src/guestfs-actions.pod:3093 ../fish/guestfish-actions.pod:2155
10679 msgid "C<app_release>"
10680 msgstr ""
10681
10682 #. type: textblock
10683 #: ../src/guestfs-actions.pod:3095 ../fish/guestfish-actions.pod:2157
10684 msgid ""
10685 "The release string of the application or package, for package managers that "
10686 "use this.  If unavailable this is returned as an empty string C<\"\">."
10687 msgstr ""
10688
10689 #. type: =item
10690 #: ../src/guestfs-actions.pod:3099 ../fish/guestfish-actions.pod:2161
10691 msgid "C<app_install_path>"
10692 msgstr ""
10693
10694 #. type: textblock
10695 #: ../src/guestfs-actions.pod:3101 ../fish/guestfish-actions.pod:2163
10696 msgid ""
10697 "The installation path of the application (on operating systems such as "
10698 "Windows which use installation paths).  This path is in the format used by "
10699 "the guest operating system, it is not a libguestfs path."
10700 msgstr ""
10701
10702 #. type: textblock
10703 #: ../src/guestfs-actions.pod:3106 ../fish/guestfish-actions.pod:2168
10704 msgid "If unavailable this is returned as an empty string C<\"\">."
10705 msgstr ""
10706
10707 #. type: =item
10708 #: ../src/guestfs-actions.pod:3108 ../fish/guestfish-actions.pod:2170
10709 msgid "C<app_trans_path>"
10710 msgstr ""
10711
10712 #. type: textblock
10713 #: ../src/guestfs-actions.pod:3110 ../fish/guestfish-actions.pod:2172
10714 msgid ""
10715 "The install path translated into a libguestfs path.  If unavailable this is "
10716 "returned as an empty string C<\"\">."
10717 msgstr ""
10718
10719 #. type: =item
10720 #: ../src/guestfs-actions.pod:3113 ../fish/guestfish-actions.pod:2175
10721 msgid "C<app_publisher>"
10722 msgstr ""
10723
10724 #. type: textblock
10725 #: ../src/guestfs-actions.pod:3115 ../fish/guestfish-actions.pod:2177
10726 msgid ""
10727 "The name of the publisher of the application, for package managers that use "
10728 "this.  If unavailable this is returned as an empty string C<\"\">."
10729 msgstr ""
10730
10731 #. type: =item
10732 #: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2181
10733 msgid "C<app_url>"
10734 msgstr ""
10735
10736 #. type: textblock
10737 #: ../src/guestfs-actions.pod:3121 ../fish/guestfish-actions.pod:2183
10738 msgid ""
10739 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10740 "returned as an empty string C<\"\">."
10741 msgstr ""
10742
10743 #. type: =item
10744 #: ../src/guestfs-actions.pod:3124 ../fish/guestfish-actions.pod:2186
10745 msgid "C<app_source_package>"
10746 msgstr ""
10747
10748 #. type: textblock
10749 #: ../src/guestfs-actions.pod:3126 ../fish/guestfish-actions.pod:2188
10750 msgid ""
10751 "For packaging systems which support this, the name of the source package.  "
10752 "If unavailable this is returned as an empty string C<\"\">."
10753 msgstr ""
10754
10755 #. type: =item
10756 #: ../src/guestfs-actions.pod:3129 ../fish/guestfish-actions.pod:2191
10757 msgid "C<app_summary>"
10758 msgstr ""
10759
10760 #. type: textblock
10761 #: ../src/guestfs-actions.pod:3131 ../fish/guestfish-actions.pod:2193
10762 msgid ""
10763 "A short (usually one line) description of the application or package.  If "
10764 "unavailable this is returned as an empty string C<\"\">."
10765 msgstr ""
10766
10767 #. type: =item
10768 #: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2196
10769 msgid "C<app_description>"
10770 msgstr ""
10771
10772 #. type: textblock
10773 #: ../src/guestfs-actions.pod:3136 ../fish/guestfish-actions.pod:2198
10774 msgid ""
10775 "A longer description of the application or package.  If unavailable this is "
10776 "returned as an empty string C<\"\">."
10777 msgstr ""
10778
10779 #. type: textblock
10780 #: ../src/guestfs-actions.pod:3143
10781 msgid ""
10782 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10783 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10784 "after use>."
10785 msgstr ""
10786
10787 #. type: textblock
10788 #: ../src/guestfs-actions.pod:3147
10789 msgid "(Added in 1.7.8)"
10790 msgstr ""
10791
10792 #. type: =head2
10793 #: ../src/guestfs-actions.pod:3149
10794 msgid "guestfs_inspect_os"
10795 msgstr ""
10796
10797 #. type: verbatim
10798 #: ../src/guestfs-actions.pod:3151
10799 #, no-wrap
10800 msgid ""
10801 " char **\n"
10802 " guestfs_inspect_os (guestfs_h *g);\n"
10803 "\n"
10804 msgstr ""
10805
10806 #. type: textblock
10807 #: ../src/guestfs-actions.pod:3154 ../fish/guestfish-actions.pod:2209
10808 msgid ""
10809 "This function uses other libguestfs functions and certain heuristics to "
10810 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10811 "for operating systems."
10812 msgstr ""
10813
10814 #. type: textblock
10815 #: ../src/guestfs-actions.pod:3158 ../fish/guestfish-actions.pod:2213
10816 msgid "The list returned is empty if no operating systems were found."
10817 msgstr ""
10818
10819 #. type: textblock
10820 #: ../src/guestfs-actions.pod:3160 ../fish/guestfish-actions.pod:2215
10821 msgid ""
10822 "If one operating system was found, then this returns a list with a single "
10823 "element, which is the name of the root filesystem of this operating system.  "
10824 "It is also possible for this function to return a list containing more than "
10825 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10826 "element being the root filesystem of one of the operating systems."
10827 msgstr ""
10828
10829 #. type: textblock
10830 #: ../src/guestfs-actions.pod:3167
10831 msgid ""
10832 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10833 "functions in order to query further information about each operating system, "
10834 "such as the name and version."
10835 msgstr ""
10836
10837 #. type: textblock
10838 #: ../src/guestfs-actions.pod:3172
10839 msgid ""
10840 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10841 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10842 "the contents.  This should be called with no disks currently mounted.  The "
10843 "function may also use Augeas, so any existing Augeas handle will be closed."
10844 msgstr ""
10845
10846 #. type: textblock
10847 #: ../src/guestfs-actions.pod:3178 ../fish/guestfish-actions.pod:2233
10848 msgid ""
10849 "This function cannot decrypt encrypted disks.  The caller must do that first "
10850 "(supplying the necessary keys) if the disk is encrypted."
10851 msgstr ""
10852
10853 #. type: textblock
10854 #: ../src/guestfs-actions.pod:3184 ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:3531
10855 msgid "See also C<guestfs_list_filesystems>."
10856 msgstr ""
10857
10858 #. type: =head2
10859 #: ../src/guestfs-actions.pod:3192
10860 msgid "guestfs_is_blockdev"
10861 msgstr ""
10862
10863 #. type: verbatim
10864 #: ../src/guestfs-actions.pod:3194
10865 #, no-wrap
10866 msgid ""
10867 " int\n"
10868 " guestfs_is_blockdev (guestfs_h *g,\n"
10869 "                      const char *path);\n"
10870 "\n"
10871 msgstr ""
10872
10873 #. type: textblock
10874 #: ../src/guestfs-actions.pod:3198 ../fish/guestfish-actions.pod:2245
10875 msgid ""
10876 "This returns C<true> if and only if there is a block device with the given "
10877 "C<path> name."
10878 msgstr ""
10879
10880 #. type: textblock
10881 #: ../src/guestfs-actions.pod:3201 ../src/guestfs-actions.pod:3230 ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3275 ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:3347 ../src/guestfs-actions.pod:3362
10882 msgid "See also C<guestfs_stat>."
10883 msgstr ""
10884
10885 #. type: textblock
10886 #: ../src/guestfs-actions.pod:3205 ../src/guestfs-actions.pod:3234 ../src/guestfs-actions.pod:3279 ../src/guestfs-actions.pod:3351 ../src/guestfs-actions.pod:3366
10887 msgid "(Added in 1.5.10)"
10888 msgstr ""
10889
10890 #. type: =head2
10891 #: ../src/guestfs-actions.pod:3207
10892 msgid "guestfs_is_busy"
10893 msgstr ""
10894
10895 #. type: verbatim
10896 #: ../src/guestfs-actions.pod:3209
10897 #, no-wrap
10898 msgid ""
10899 " int\n"
10900 " guestfs_is_busy (guestfs_h *g);\n"
10901 "\n"
10902 msgstr ""
10903
10904 #. type: textblock
10905 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2254
10906 msgid ""
10907 "This returns true iff this handle is busy processing a command (in the "
10908 "C<BUSY> state)."
10909 msgstr ""
10910
10911 #. type: =head2
10912 #: ../src/guestfs-actions.pod:3221
10913 msgid "guestfs_is_chardev"
10914 msgstr ""
10915
10916 #. type: verbatim
10917 #: ../src/guestfs-actions.pod:3223
10918 #, no-wrap
10919 msgid ""
10920 " int\n"
10921 " guestfs_is_chardev (guestfs_h *g,\n"
10922 "                     const char *path);\n"
10923 "\n"
10924 msgstr ""
10925
10926 #. type: textblock
10927 #: ../src/guestfs-actions.pod:3227 ../fish/guestfish-actions.pod:2263
10928 msgid ""
10929 "This returns C<true> if and only if there is a character device with the "
10930 "given C<path> name."
10931 msgstr ""
10932
10933 #. type: =head2
10934 #: ../src/guestfs-actions.pod:3236
10935 msgid "guestfs_is_config"
10936 msgstr ""
10937
10938 #. type: verbatim
10939 #: ../src/guestfs-actions.pod:3238
10940 #, no-wrap
10941 msgid ""
10942 " int\n"
10943 " guestfs_is_config (guestfs_h *g);\n"
10944 "\n"
10945 msgstr ""
10946
10947 #. type: textblock
10948 #: ../src/guestfs-actions.pod:3241 ../fish/guestfish-actions.pod:2272
10949 msgid ""
10950 "This returns true iff this handle is being configured (in the C<CONFIG> "
10951 "state)."
10952 msgstr ""
10953
10954 #. type: =head2
10955 #: ../src/guestfs-actions.pod:3250
10956 msgid "guestfs_is_dir"
10957 msgstr ""
10958
10959 #. type: verbatim
10960 #: ../src/guestfs-actions.pod:3252
10961 #, no-wrap
10962 msgid ""
10963 " int\n"
10964 " guestfs_is_dir (guestfs_h *g,\n"
10965 "                 const char *path);\n"
10966 "\n"
10967 msgstr ""
10968
10969 #. type: textblock
10970 #: ../src/guestfs-actions.pod:3256 ../fish/guestfish-actions.pod:2281
10971 msgid ""
10972 "This returns C<true> if and only if there is a directory with the given "
10973 "C<path> name.  Note that it returns false for other objects like files."
10974 msgstr ""
10975
10976 #. type: =head2
10977 #: ../src/guestfs-actions.pod:3266
10978 msgid "guestfs_is_fifo"
10979 msgstr ""
10980
10981 #. type: verbatim
10982 #: ../src/guestfs-actions.pod:3268
10983 #, no-wrap
10984 msgid ""
10985 " int\n"
10986 " guestfs_is_fifo (guestfs_h *g,\n"
10987 "                  const char *path);\n"
10988 "\n"
10989 msgstr ""
10990
10991 #. type: textblock
10992 #: ../src/guestfs-actions.pod:3272 ../fish/guestfish-actions.pod:2291
10993 msgid ""
10994 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10995 "given C<path> name."
10996 msgstr ""
10997
10998 #. type: =head2
10999 #: ../src/guestfs-actions.pod:3281
11000 msgid "guestfs_is_file"
11001 msgstr ""
11002
11003 #. type: verbatim
11004 #: ../src/guestfs-actions.pod:3283
11005 #, no-wrap
11006 msgid ""
11007 " int\n"
11008 " guestfs_is_file (guestfs_h *g,\n"
11009 "                  const char *path);\n"
11010 "\n"
11011 msgstr ""
11012
11013 #. type: textblock
11014 #: ../src/guestfs-actions.pod:3287 ../fish/guestfish-actions.pod:2300
11015 msgid ""
11016 "This returns C<true> if and only if there is a regular file with the given "
11017 "C<path> name.  Note that it returns false for other objects like "
11018 "directories."
11019 msgstr ""
11020
11021 #. type: =head2
11022 #: ../src/guestfs-actions.pod:3297
11023 msgid "guestfs_is_launching"
11024 msgstr ""
11025
11026 #. type: verbatim
11027 #: ../src/guestfs-actions.pod:3299
11028 #, no-wrap
11029 msgid ""
11030 " int\n"
11031 " guestfs_is_launching (guestfs_h *g);\n"
11032 "\n"
11033 msgstr ""
11034
11035 #. type: textblock
11036 #: ../src/guestfs-actions.pod:3302 ../fish/guestfish-actions.pod:2310
11037 msgid ""
11038 "This returns true iff this handle is launching the subprocess (in the "
11039 "C<LAUNCHING> state)."
11040 msgstr ""
11041
11042 #. type: =head2
11043 #: ../src/guestfs-actions.pod:3311
11044 msgid "guestfs_is_lv"
11045 msgstr ""
11046
11047 #. type: verbatim
11048 #: ../src/guestfs-actions.pod:3313
11049 #, no-wrap
11050 msgid ""
11051 " int\n"
11052 " guestfs_is_lv (guestfs_h *g,\n"
11053 "                const char *device);\n"
11054 "\n"
11055 msgstr ""
11056
11057 #. type: textblock
11058 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2319
11059 msgid ""
11060 "This command tests whether C<device> is a logical volume, and returns true "
11061 "iff this is the case."
11062 msgstr ""
11063
11064 #. type: =head2
11065 #: ../src/guestfs-actions.pod:3324
11066 msgid "guestfs_is_ready"
11067 msgstr ""
11068
11069 #. type: verbatim
11070 #: ../src/guestfs-actions.pod:3326
11071 #, no-wrap
11072 msgid ""
11073 " int\n"
11074 " guestfs_is_ready (guestfs_h *g);\n"
11075 "\n"
11076 msgstr ""
11077
11078 #. type: textblock
11079 #: ../src/guestfs-actions.pod:3329 ../fish/guestfish-actions.pod:2326
11080 msgid ""
11081 "This returns true iff this handle is ready to accept commands (in the "
11082 "C<READY> state)."
11083 msgstr ""
11084
11085 #. type: =head2
11086 #: ../src/guestfs-actions.pod:3338
11087 msgid "guestfs_is_socket"
11088 msgstr ""
11089
11090 #. type: verbatim
11091 #: ../src/guestfs-actions.pod:3340
11092 #, no-wrap
11093 msgid ""
11094 " int\n"
11095 " guestfs_is_socket (guestfs_h *g,\n"
11096 "                    const char *path);\n"
11097 "\n"
11098 msgstr ""
11099
11100 #. type: textblock
11101 #: ../src/guestfs-actions.pod:3344 ../fish/guestfish-actions.pod:2335
11102 msgid ""
11103 "This returns C<true> if and only if there is a Unix domain socket with the "
11104 "given C<path> name."
11105 msgstr ""
11106
11107 #. type: =head2
11108 #: ../src/guestfs-actions.pod:3353
11109 msgid "guestfs_is_symlink"
11110 msgstr ""
11111
11112 #. type: verbatim
11113 #: ../src/guestfs-actions.pod:3355
11114 #, no-wrap
11115 msgid ""
11116 " int\n"
11117 " guestfs_is_symlink (guestfs_h *g,\n"
11118 "                     const char *path);\n"
11119 "\n"
11120 msgstr ""
11121
11122 #. type: textblock
11123 #: ../src/guestfs-actions.pod:3359 ../fish/guestfish-actions.pod:2344
11124 msgid ""
11125 "This returns C<true> if and only if there is a symbolic link with the given "
11126 "C<path> name."
11127 msgstr ""
11128
11129 #. type: =head2
11130 #: ../src/guestfs-actions.pod:3368
11131 msgid "guestfs_kill_subprocess"
11132 msgstr ""
11133
11134 #. type: verbatim
11135 #: ../src/guestfs-actions.pod:3370
11136 #, no-wrap
11137 msgid ""
11138 " int\n"
11139 " guestfs_kill_subprocess (guestfs_h *g);\n"
11140 "\n"
11141 msgstr ""
11142
11143 #. type: textblock
11144 #: ../src/guestfs-actions.pod:3373 ../fish/guestfish-actions.pod:2353
11145 msgid "This kills the qemu subprocess.  You should never need to call this."
11146 msgstr ""
11147
11148 #. type: =head2
11149 #: ../src/guestfs-actions.pod:3379
11150 msgid "guestfs_launch"
11151 msgstr ""
11152
11153 #. type: verbatim
11154 #: ../src/guestfs-actions.pod:3381
11155 #, no-wrap
11156 msgid ""
11157 " int\n"
11158 " guestfs_launch (guestfs_h *g);\n"
11159 "\n"
11160 msgstr ""
11161
11162 #. type: textblock
11163 #: ../src/guestfs-actions.pod:3384 ../fish/guestfish-actions.pod:2361
11164 msgid ""
11165 "Internally libguestfs is implemented by running a virtual machine using "
11166 "L<qemu(1)>."
11167 msgstr ""
11168
11169 #. type: textblock
11170 #: ../src/guestfs-actions.pod:3387 ../fish/guestfish-actions.pod:2364
11171 msgid ""
11172 "You should call this after configuring the handle (eg. adding drives) but "
11173 "before performing any actions."
11174 msgstr ""
11175
11176 #. type: =head2
11177 #: ../src/guestfs-actions.pod:3394
11178 msgid "guestfs_lchown"
11179 msgstr ""
11180
11181 #. type: verbatim
11182 #: ../src/guestfs-actions.pod:3396
11183 #, no-wrap
11184 msgid ""
11185 " int\n"
11186 " guestfs_lchown (guestfs_h *g,\n"
11187 "                 int owner,\n"
11188 "                 int group,\n"
11189 "                 const char *path);\n"
11190 "\n"
11191 msgstr ""
11192
11193 #. type: textblock
11194 #: ../src/guestfs-actions.pod:3402
11195 msgid ""
11196 "Change the file owner to C<owner> and group to C<group>.  This is like "
11197 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11198 "changed, not the target."
11199 msgstr ""
11200
11201 #. type: =head2
11202 #: ../src/guestfs-actions.pod:3414
11203 msgid "guestfs_lgetxattr"
11204 msgstr ""
11205
11206 #. type: verbatim
11207 #: ../src/guestfs-actions.pod:3416
11208 #, no-wrap
11209 msgid ""
11210 " char *\n"
11211 " guestfs_lgetxattr (guestfs_h *g,\n"
11212 "                    const char *path,\n"
11213 "                    const char *name,\n"
11214 "                    size_t *size_r);\n"
11215 "\n"
11216 msgstr ""
11217
11218 #. type: textblock
11219 #: ../src/guestfs-actions.pod:3422 ../fish/guestfish-actions.pod:2383
11220 msgid ""
11221 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11222 "is a symlink, then this call returns an extended attribute from the symlink."
11223 msgstr ""
11224
11225 #. type: textblock
11226 #: ../src/guestfs-actions.pod:3436
11227 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11228 msgstr ""
11229
11230 #. type: =head2
11231 #: ../src/guestfs-actions.pod:3444
11232 msgid "guestfs_lgetxattrs"
11233 msgstr ""
11234
11235 #. type: verbatim
11236 #: ../src/guestfs-actions.pod:3446
11237 #, no-wrap
11238 msgid ""
11239 " struct guestfs_xattr_list *\n"
11240 " guestfs_lgetxattrs (guestfs_h *g,\n"
11241 "                     const char *path);\n"
11242 "\n"
11243 msgstr ""
11244
11245 #. type: textblock
11246 #: ../src/guestfs-actions.pod:3450
11247 msgid ""
11248 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11249 "then it returns the extended attributes of the link itself."
11250 msgstr ""
11251
11252 #. type: =head2
11253 #: ../src/guestfs-actions.pod:3460
11254 msgid "guestfs_list_devices"
11255 msgstr ""
11256
11257 #. type: verbatim
11258 #: ../src/guestfs-actions.pod:3462
11259 #, no-wrap
11260 msgid ""
11261 " char **\n"
11262 " guestfs_list_devices (guestfs_h *g);\n"
11263 "\n"
11264 msgstr ""
11265
11266 #. type: textblock
11267 #: ../src/guestfs-actions.pod:3465 ../fish/guestfish-actions.pod:2411
11268 msgid "List all the block devices."
11269 msgstr ""
11270
11271 #. type: textblock
11272 #: ../src/guestfs-actions.pod:3467 ../fish/guestfish-actions.pod:2413
11273 msgid "The full block device names are returned, eg. C</dev/sda>."
11274 msgstr ""
11275
11276 #. type: =head2
11277 #: ../src/guestfs-actions.pod:3477
11278 msgid "guestfs_list_filesystems"
11279 msgstr ""
11280
11281 #. type: verbatim
11282 #: ../src/guestfs-actions.pod:3479
11283 #, no-wrap
11284 msgid ""
11285 " char **\n"
11286 " guestfs_list_filesystems (guestfs_h *g);\n"
11287 "\n"
11288 msgstr ""
11289
11290 #. type: textblock
11291 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2421
11292 msgid ""
11293 "This inspection command looks for filesystems on partitions, block devices "
11294 "and logical volumes, returning a list of devices containing filesystems and "
11295 "their type."
11296 msgstr ""
11297
11298 #. type: textblock
11299 #: ../src/guestfs-actions.pod:3486 ../fish/guestfish-actions.pod:2425
11300 msgid ""
11301 "The return value is a hash, where the keys are the devices containing "
11302 "filesystems, and the values are the filesystem types.  For example:"
11303 msgstr ""
11304
11305 #. type: verbatim
11306 #: ../src/guestfs-actions.pod:3490 ../fish/guestfish-actions.pod:2429
11307 #, no-wrap
11308 msgid ""
11309 " \"/dev/sda1\" => \"ntfs\"\n"
11310 " \"/dev/sda2\" => \"ext2\"\n"
11311 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11312 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11313 "\n"
11314 msgstr ""
11315
11316 #. type: textblock
11317 #: ../src/guestfs-actions.pod:3495 ../fish/guestfish-actions.pod:2434
11318 msgid ""
11319 "The value can have the special value \"unknown\", meaning the content of the "
11320 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11321 msgstr ""
11322
11323 #. type: textblock
11324 #: ../src/guestfs-actions.pod:3499
11325 msgid ""
11326 "This command runs other libguestfs commands, which might include "
11327 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11328 "soon after launch and only when nothing is mounted."
11329 msgstr ""
11330
11331 #. type: textblock
11332 #: ../src/guestfs-actions.pod:3503
11333 msgid ""
11334 "Not all of the filesystems returned will be mountable.  In particular, swap "
11335 "partitions are returned in the list.  Also this command does not check that "
11336 "each filesystem found is valid and mountable, and some filesystems might be "
11337 "mountable but require special options.  Filesystems may not all belong to a "
11338 "single logical operating system (use C<guestfs_inspect_os> to look for "
11339 "OSes)."
11340 msgstr ""
11341
11342 #. type: textblock
11343 #: ../src/guestfs-actions.pod:3517 ../src/guestfs-actions.pod:5122
11344 msgid "(Added in 1.5.15)"
11345 msgstr ""
11346
11347 #. type: =head2
11348 #: ../src/guestfs-actions.pod:3519
11349 msgid "guestfs_list_partitions"
11350 msgstr ""
11351
11352 #. type: verbatim
11353 #: ../src/guestfs-actions.pod:3521
11354 #, no-wrap
11355 msgid ""
11356 " char **\n"
11357 " guestfs_list_partitions (guestfs_h *g);\n"
11358 "\n"
11359 msgstr ""
11360
11361 #. type: textblock
11362 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2454
11363 msgid "List all the partitions detected on all block devices."
11364 msgstr ""
11365
11366 #. type: textblock
11367 #: ../src/guestfs-actions.pod:3526 ../fish/guestfish-actions.pod:2456
11368 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11369 msgstr ""
11370
11371 #. type: textblock
11372 #: ../src/guestfs-actions.pod:3528
11373 msgid ""
11374 "This does not return logical volumes.  For that you will need to call "
11375 "C<guestfs_lvs>."
11376 msgstr ""
11377
11378 #. type: =head2
11379 #: ../src/guestfs-actions.pod:3539
11380 msgid "guestfs_ll"
11381 msgstr ""
11382
11383 #. type: verbatim
11384 #: ../src/guestfs-actions.pod:3541
11385 #, no-wrap
11386 msgid ""
11387 " char *\n"
11388 " guestfs_ll (guestfs_h *g,\n"
11389 "             const char *directory);\n"
11390 "\n"
11391 msgstr ""
11392
11393 #. type: textblock
11394 #: ../src/guestfs-actions.pod:3545 ../fish/guestfish-actions.pod:2467
11395 msgid ""
11396 "List the files in C<directory> (relative to the root directory, there is no "
11397 "cwd) in the format of 'ls -la'."
11398 msgstr ""
11399
11400 #. type: textblock
11401 #: ../src/guestfs-actions.pod:3548 ../fish/guestfish-actions.pod:2470
11402 msgid ""
11403 "This command is mostly useful for interactive sessions.  It is I<not> "
11404 "intended that you try to parse the output string."
11405 msgstr ""
11406
11407 #. type: =head2
11408 #: ../src/guestfs-actions.pod:3556
11409 msgid "guestfs_ln"
11410 msgstr ""
11411
11412 #. type: verbatim
11413 #: ../src/guestfs-actions.pod:3558
11414 #, no-wrap
11415 msgid ""
11416 " int\n"
11417 " guestfs_ln (guestfs_h *g,\n"
11418 "             const char *target,\n"
11419 "             const char *linkname);\n"
11420 "\n"
11421 msgstr ""
11422
11423 #. type: textblock
11424 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2477
11425 msgid "This command creates a hard link using the C<ln> command."
11426 msgstr ""
11427
11428 #. type: =head2
11429 #: ../src/guestfs-actions.pod:3569
11430 msgid "guestfs_ln_f"
11431 msgstr ""
11432
11433 #. type: verbatim
11434 #: ../src/guestfs-actions.pod:3571
11435 #, no-wrap
11436 msgid ""
11437 " int\n"
11438 " guestfs_ln_f (guestfs_h *g,\n"
11439 "               const char *target,\n"
11440 "               const char *linkname);\n"
11441 "\n"
11442 msgstr ""
11443
11444 #. type: textblock
11445 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2483
11446 msgid ""
11447 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11448 "option removes the link (C<linkname>) if it exists already."
11449 msgstr ""
11450
11451 #. type: =head2
11452 #: ../src/guestfs-actions.pod:3583
11453 msgid "guestfs_ln_s"
11454 msgstr ""
11455
11456 #. type: verbatim
11457 #: ../src/guestfs-actions.pod:3585
11458 #, no-wrap
11459 msgid ""
11460 " int\n"
11461 " guestfs_ln_s (guestfs_h *g,\n"
11462 "               const char *target,\n"
11463 "               const char *linkname);\n"
11464 "\n"
11465 msgstr ""
11466
11467 #. type: textblock
11468 #: ../src/guestfs-actions.pod:3590 ../fish/guestfish-actions.pod:2490
11469 msgid "This command creates a symbolic link using the C<ln -s> command."
11470 msgstr ""
11471
11472 #. type: =head2
11473 #: ../src/guestfs-actions.pod:3596
11474 msgid "guestfs_ln_sf"
11475 msgstr ""
11476
11477 #. type: verbatim
11478 #: ../src/guestfs-actions.pod:3598
11479 #, no-wrap
11480 msgid ""
11481 " int\n"
11482 " guestfs_ln_sf (guestfs_h *g,\n"
11483 "                const char *target,\n"
11484 "                const char *linkname);\n"
11485 "\n"
11486 msgstr ""
11487
11488 #. type: textblock
11489 #: ../src/guestfs-actions.pod:3603 ../fish/guestfish-actions.pod:2496
11490 msgid ""
11491 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11492 "option removes the link (C<linkname>) if it exists already."
11493 msgstr ""
11494
11495 #. type: =head2
11496 #: ../src/guestfs-actions.pod:3610
11497 msgid "guestfs_lremovexattr"
11498 msgstr ""
11499
11500 #. type: verbatim
11501 #: ../src/guestfs-actions.pod:3612
11502 #, no-wrap
11503 msgid ""
11504 " int\n"
11505 " guestfs_lremovexattr (guestfs_h *g,\n"
11506 "                       const char *xattr,\n"
11507 "                       const char *path);\n"
11508 "\n"
11509 msgstr ""
11510
11511 #. type: textblock
11512 #: ../src/guestfs-actions.pod:3617
11513 msgid ""
11514 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11515 "link, then it removes an extended attribute of the link itself."
11516 msgstr ""
11517
11518 #. type: =head2
11519 #: ../src/guestfs-actions.pod:3625
11520 msgid "guestfs_ls"
11521 msgstr ""
11522
11523 #. type: verbatim
11524 #: ../src/guestfs-actions.pod:3627
11525 #, no-wrap
11526 msgid ""
11527 " char **\n"
11528 " guestfs_ls (guestfs_h *g,\n"
11529 "             const char *directory);\n"
11530 "\n"
11531 msgstr ""
11532
11533 #. type: textblock
11534 #: ../src/guestfs-actions.pod:3631 ../fish/guestfish-actions.pod:2511
11535 msgid ""
11536 "List the files in C<directory> (relative to the root directory, there is no "
11537 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11538 "shown."
11539 msgstr ""
11540
11541 #. type: textblock
11542 #: ../src/guestfs-actions.pod:3635
11543 msgid ""
11544 "This command is mostly useful for interactive sessions.  Programs should "
11545 "probably use C<guestfs_readdir> instead."
11546 msgstr ""
11547
11548 #. type: =head2
11549 #: ../src/guestfs-actions.pod:3644
11550 msgid "guestfs_lsetxattr"
11551 msgstr ""
11552
11553 #. type: verbatim
11554 #: ../src/guestfs-actions.pod:3646
11555 #, no-wrap
11556 msgid ""
11557 " int\n"
11558 " guestfs_lsetxattr (guestfs_h *g,\n"
11559 "                    const char *xattr,\n"
11560 "                    const char *val,\n"
11561 "                    int vallen,\n"
11562 "                    const char *path);\n"
11563 "\n"
11564 msgstr ""
11565
11566 #. type: textblock
11567 #: ../src/guestfs-actions.pod:3653
11568 msgid ""
11569 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11570 "then it sets an extended attribute of the link itself."
11571 msgstr ""
11572
11573 #. type: =head2
11574 #: ../src/guestfs-actions.pod:3661
11575 msgid "guestfs_lstat"
11576 msgstr ""
11577
11578 #. type: verbatim
11579 #: ../src/guestfs-actions.pod:3663
11580 #, no-wrap
11581 msgid ""
11582 " struct guestfs_stat *\n"
11583 " guestfs_lstat (guestfs_h *g,\n"
11584 "                const char *path);\n"
11585 "\n"
11586 msgstr ""
11587
11588 #. type: textblock
11589 #: ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:6225 ../fish/guestfish-actions.pod:2530 ../fish/guestfish-actions.pod:4199
11590 msgid "Returns file information for the given C<path>."
11591 msgstr ""
11592
11593 #. type: textblock
11594 #: ../src/guestfs-actions.pod:3669
11595 msgid ""
11596 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11597 "link, then the link is stat-ed, not the file it refers to."
11598 msgstr ""
11599
11600 #. type: textblock
11601 #: ../src/guestfs-actions.pod:3673 ../fish/guestfish-actions.pod:2536
11602 msgid "This is the same as the C<lstat(2)> system call."
11603 msgstr ""
11604
11605 #. type: textblock
11606 #: ../src/guestfs-actions.pod:3675 ../src/guestfs-actions.pod:6229
11607 msgid ""
11608 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11609 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11610 msgstr ""
11611
11612 #. type: textblock
11613 #: ../src/guestfs-actions.pod:3679 ../src/guestfs-actions.pod:6233 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6632
11614 msgid "(Added in 0.9.2)"
11615 msgstr ""
11616
11617 #. type: =head2
11618 #: ../src/guestfs-actions.pod:3681
11619 msgid "guestfs_lstatlist"
11620 msgstr ""
11621
11622 #. type: verbatim
11623 #: ../src/guestfs-actions.pod:3683
11624 #, no-wrap
11625 msgid ""
11626 " struct guestfs_stat_list *\n"
11627 " guestfs_lstatlist (guestfs_h *g,\n"
11628 "                    const char *path,\n"
11629 "                    char *const *names);\n"
11630 "\n"
11631 msgstr ""
11632
11633 #. type: textblock
11634 #: ../src/guestfs-actions.pod:3688
11635 msgid ""
11636 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11637 "files, where all files are in the directory C<path>.  C<names> is the list "
11638 "of files from this directory."
11639 msgstr ""
11640
11641 #. type: textblock
11642 #: ../src/guestfs-actions.pod:3692 ../fish/guestfish-actions.pod:2546
11643 msgid ""
11644 "On return you get a list of stat structs, with a one-to-one correspondence "
11645 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11646 "then the C<ino> field of that structure is set to C<-1>."
11647 msgstr ""
11648
11649 #. type: textblock
11650 #: ../src/guestfs-actions.pod:3697
11651 msgid ""
11652 "This call is intended for programs that want to efficiently list a directory "
11653 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11654 "for a similarly efficient call for getting extended attributes.  Very long "
11655 "directory listings might cause the protocol message size to be exceeded, "
11656 "causing this call to fail.  The caller must split up such requests into "
11657 "smaller groups of names."
11658 msgstr ""
11659
11660 #. type: textblock
11661 #: ../src/guestfs-actions.pod:3705
11662 msgid ""
11663 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11664 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11665 msgstr ""
11666
11667 #. type: =head2
11668 #: ../src/guestfs-actions.pod:3711
11669 msgid "guestfs_luks_add_key"
11670 msgstr ""
11671
11672 #. type: verbatim
11673 #: ../src/guestfs-actions.pod:3713
11674 #, no-wrap
11675 msgid ""
11676 " int\n"
11677 " guestfs_luks_add_key (guestfs_h *g,\n"
11678 "                       const char *device,\n"
11679 "                       const char *key,\n"
11680 "                       const char *newkey,\n"
11681 "                       int keyslot);\n"
11682 "\n"
11683 msgstr ""
11684
11685 #. type: textblock
11686 #: ../src/guestfs-actions.pod:3720 ../fish/guestfish-actions.pod:2563
11687 msgid ""
11688 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11689 "existing key, and is used to access the device.  C<newkey> is the new key to "
11690 "add.  C<keyslot> is the key slot that will be replaced."
11691 msgstr ""
11692
11693 #. type: textblock
11694 #: ../src/guestfs-actions.pod:3725
11695 msgid ""
11696 "Note that if C<keyslot> already contains a key, then this command will "
11697 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11698 msgstr ""
11699
11700 #. type: textblock
11701 #: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3771 ../src/guestfs-actions.pod:3794 ../src/guestfs-actions.pod:3814 ../src/guestfs-actions.pod:3846 ../src/guestfs-actions.pod:3865
11702 msgid ""
11703 "This function takes a key or passphrase parameter which could contain "
11704 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11705 "information."
11706 msgstr ""
11707
11708 #. type: textblock
11709 #: ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3775 ../src/guestfs-actions.pod:3798 ../src/guestfs-actions.pod:3818
11710 msgid "(Added in 1.5.2)"
11711 msgstr ""
11712
11713 #. type: =head2
11714 #: ../src/guestfs-actions.pod:3737
11715 msgid "guestfs_luks_close"
11716 msgstr ""
11717
11718 #. type: verbatim
11719 #: ../src/guestfs-actions.pod:3739
11720 #, no-wrap
11721 msgid ""
11722 " int\n"
11723 " guestfs_luks_close (guestfs_h *g,\n"
11724 "                     const char *device);\n"
11725 "\n"
11726 msgstr ""
11727
11728 #. type: textblock
11729 #: ../src/guestfs-actions.pod:3743
11730 msgid ""
11731 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11732 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11733 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11734 "underlying block device."
11735 msgstr ""
11736
11737 #. type: textblock
11738 #: ../src/guestfs-actions.pod:3751 ../src/guestfs-actions.pod:3850 ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3919 ../src/guestfs-actions.pod:3967
11739 msgid "(Added in 1.5.1)"
11740 msgstr ""
11741
11742 #. type: =head2
11743 #: ../src/guestfs-actions.pod:3753
11744 msgid "guestfs_luks_format"
11745 msgstr ""
11746
11747 #. type: verbatim
11748 #: ../src/guestfs-actions.pod:3755
11749 #, no-wrap
11750 msgid ""
11751 " int\n"
11752 " guestfs_luks_format (guestfs_h *g,\n"
11753 "                      const char *device,\n"
11754 "                      const char *key,\n"
11755 "                      int keyslot);\n"
11756 "\n"
11757 msgstr ""
11758
11759 #. type: textblock
11760 #: ../src/guestfs-actions.pod:3761 ../fish/guestfish-actions.pod:2589
11761 msgid ""
11762 "This command erases existing data on C<device> and formats the device as a "
11763 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11764 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11765 msgstr ""
11766
11767 #. type: textblock
11768 #: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3791 ../src/guestfs-actions.pod:3931 ../src/guestfs-actions.pod:4873 ../src/guestfs-actions.pod:5653 ../src/guestfs-actions.pod:6060 ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6109 ../src/guestfs-actions.pod:7269 ../fish/guestfish-actions.pod:2597 ../fish/guestfish-actions.pod:2610 ../fish/guestfish-actions.pod:2694 ../fish/guestfish-actions.pod:3268 ../fish/guestfish-actions.pod:3788 ../fish/guestfish-actions.pod:4098 ../fish/guestfish-actions.pod:4114 ../fish/guestfish-actions.pod:4129 ../fish/guestfish-actions.pod:4844
11769 msgid ""
11770 "B<This command is dangerous.  Without careful use you can easily destroy all "
11771 "your data>."
11772 msgstr ""
11773
11774 #. type: =head2
11775 #: ../src/guestfs-actions.pod:3777
11776 msgid "guestfs_luks_format_cipher"
11777 msgstr ""
11778
11779 #. type: verbatim
11780 #: ../src/guestfs-actions.pod:3779
11781 #, no-wrap
11782 msgid ""
11783 " int\n"
11784 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11785 "                             const char *device,\n"
11786 "                             const char *key,\n"
11787 "                             int keyslot,\n"
11788 "                             const char *cipher);\n"
11789 "\n"
11790 msgstr ""
11791
11792 #. type: textblock
11793 #: ../src/guestfs-actions.pod:3786
11794 msgid ""
11795 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11796 "set the C<cipher> used."
11797 msgstr ""
11798
11799 #. type: =head2
11800 #: ../src/guestfs-actions.pod:3800
11801 msgid "guestfs_luks_kill_slot"
11802 msgstr ""
11803
11804 #. type: verbatim
11805 #: ../src/guestfs-actions.pod:3802
11806 #, no-wrap
11807 msgid ""
11808 " int\n"
11809 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11810 "                         const char *device,\n"
11811 "                         const char *key,\n"
11812 "                         int keyslot);\n"
11813 "\n"
11814 msgstr ""
11815
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:3808 ../fish/guestfish-actions.pod:2617
11818 msgid ""
11819 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11820 "device C<device>.  C<key> must be one of the I<other> keys."
11821 msgstr ""
11822
11823 #. type: =head2
11824 #: ../src/guestfs-actions.pod:3820
11825 msgid "guestfs_luks_open"
11826 msgstr ""
11827
11828 #. type: verbatim
11829 #: ../src/guestfs-actions.pod:3822
11830 #, no-wrap
11831 msgid ""
11832 " int\n"
11833 " guestfs_luks_open (guestfs_h *g,\n"
11834 "                    const char *device,\n"
11835 "                    const char *key,\n"
11836 "                    const char *mapname);\n"
11837 "\n"
11838 msgstr ""
11839
11840 #. type: textblock
11841 #: ../src/guestfs-actions.pod:3828 ../fish/guestfish-actions.pod:2628
11842 msgid ""
11843 "This command opens a block device which has been encrypted according to the "
11844 "Linux Unified Key Setup (LUKS) standard."
11845 msgstr ""
11846
11847 #. type: textblock
11848 #: ../src/guestfs-actions.pod:3831 ../fish/guestfish-actions.pod:2631
11849 msgid "C<device> is the encrypted block device or partition."
11850 msgstr ""
11851
11852 #. type: textblock
11853 #: ../src/guestfs-actions.pod:3833 ../fish/guestfish-actions.pod:2633
11854 msgid ""
11855 "The caller must supply one of the keys associated with the LUKS block "
11856 "device, in the C<key> parameter."
11857 msgstr ""
11858
11859 #. type: textblock
11860 #: ../src/guestfs-actions.pod:3836 ../fish/guestfish-actions.pod:2636
11861 msgid ""
11862 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11863 "writes to this block device are decrypted from and encrypted to the "
11864 "underlying C<device> respectively."
11865 msgstr ""
11866
11867 #. type: textblock
11868 #: ../src/guestfs-actions.pod:3840
11869 msgid ""
11870 "If this block device contains LVM volume groups, then calling "
11871 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11872 "visible."
11873 msgstr ""
11874
11875 #. type: =head2
11876 #: ../src/guestfs-actions.pod:3852
11877 msgid "guestfs_luks_open_ro"
11878 msgstr ""
11879
11880 #. type: verbatim
11881 #: ../src/guestfs-actions.pod:3854
11882 #, no-wrap
11883 msgid ""
11884 " int\n"
11885 " guestfs_luks_open_ro (guestfs_h *g,\n"
11886 "                       const char *device,\n"
11887 "                       const char *key,\n"
11888 "                       const char *mapname);\n"
11889 "\n"
11890 msgstr ""
11891
11892 #. type: textblock
11893 #: ../src/guestfs-actions.pod:3860
11894 msgid ""
11895 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11896 "created."
11897 msgstr ""
11898
11899 #. type: =head2
11900 #: ../src/guestfs-actions.pod:3871
11901 msgid "guestfs_lvcreate"
11902 msgstr ""
11903
11904 #. type: verbatim
11905 #: ../src/guestfs-actions.pod:3873
11906 #, no-wrap
11907 msgid ""
11908 " int\n"
11909 " guestfs_lvcreate (guestfs_h *g,\n"
11910 "                   const char *logvol,\n"
11911 "                   const char *volgroup,\n"
11912 "                   int mbytes);\n"
11913 "\n"
11914 msgstr ""
11915
11916 #. type: textblock
11917 #: ../src/guestfs-actions.pod:3879 ../fish/guestfish-actions.pod:2661
11918 msgid ""
11919 "This creates an LVM logical volume called C<logvol> on the volume group "
11920 "C<volgroup>, with C<size> megabytes."
11921 msgstr ""
11922
11923 #. type: =head2
11924 #: ../src/guestfs-actions.pod:3886
11925 msgid "guestfs_lvm_canonical_lv_name"
11926 msgstr ""
11927
11928 #. type: verbatim
11929 #: ../src/guestfs-actions.pod:3888
11930 #, no-wrap
11931 msgid ""
11932 " char *\n"
11933 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11934 "                                const char *lvname);\n"
11935 "\n"
11936 msgstr ""
11937
11938 #. type: textblock
11939 #: ../src/guestfs-actions.pod:3892 ../fish/guestfish-actions.pod:2668
11940 msgid ""
11941 "This converts alternative naming schemes for LVs that you might find to the "
11942 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11943 "C</dev/VG/LV>."
11944 msgstr ""
11945
11946 #. type: textblock
11947 #: ../src/guestfs-actions.pod:3896 ../fish/guestfish-actions.pod:2672
11948 msgid ""
11949 "This command returns an error if the C<lvname> parameter does not refer to a "
11950 "logical volume."
11951 msgstr ""
11952
11953 #. type: textblock
11954 #: ../src/guestfs-actions.pod:3899
11955 msgid "See also C<guestfs_is_lv>."
11956 msgstr ""
11957
11958 #. type: textblock
11959 #: ../src/guestfs-actions.pod:3904
11960 msgid "(Added in 1.5.24)"
11961 msgstr ""
11962
11963 #. type: =head2
11964 #: ../src/guestfs-actions.pod:3906
11965 msgid "guestfs_lvm_clear_filter"
11966 msgstr ""
11967
11968 #. type: verbatim
11969 #: ../src/guestfs-actions.pod:3908
11970 #, no-wrap
11971 msgid ""
11972 " int\n"
11973 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11974 "\n"
11975 msgstr ""
11976
11977 #. type: textblock
11978 #: ../src/guestfs-actions.pod:3911
11979 msgid ""
11980 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11981 "see every block device."
11982 msgstr ""
11983
11984 #. type: textblock
11985 #: ../src/guestfs-actions.pod:3914 ../src/guestfs-actions.pod:3956 ../fish/guestfish-actions.pod:2684 ../fish/guestfish-actions.pod:2715
11986 msgid "This command also clears the LVM cache and performs a volume group scan."
11987 msgstr ""
11988
11989 #. type: =head2
11990 #: ../src/guestfs-actions.pod:3921
11991 msgid "guestfs_lvm_remove_all"
11992 msgstr ""
11993
11994 #. type: verbatim
11995 #: ../src/guestfs-actions.pod:3923
11996 #, no-wrap
11997 msgid ""
11998 " int\n"
11999 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12000 "\n"
12001 msgstr ""
12002
12003 #. type: textblock
12004 #: ../src/guestfs-actions.pod:3926 ../fish/guestfish-actions.pod:2691
12005 msgid ""
12006 "This command removes all LVM logical volumes, volume groups and physical "
12007 "volumes."
12008 msgstr ""
12009
12010 #. type: =head2
12011 #: ../src/guestfs-actions.pod:3936
12012 msgid "guestfs_lvm_set_filter"
12013 msgstr ""
12014
12015 #. type: verbatim
12016 #: ../src/guestfs-actions.pod:3938
12017 #, no-wrap
12018 msgid ""
12019 " int\n"
12020 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12021 "                         char *const *devices);\n"
12022 "\n"
12023 msgstr ""
12024
12025 #. type: textblock
12026 #: ../src/guestfs-actions.pod:3942 ../fish/guestfish-actions.pod:2701
12027 msgid ""
12028 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12029 "block devices in the list C<devices>, and will ignore all other attached "
12030 "block devices."
12031 msgstr ""
12032
12033 #. type: textblock
12034 #: ../src/guestfs-actions.pod:3946 ../fish/guestfish-actions.pod:2705
12035 msgid ""
12036 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12037 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12038 "there are two types of duplication possible: either cloned PVs/VGs which "
12039 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12040 "same name.  In normal operation you cannot create this situation, but you "
12041 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12042 "inside the LVM metadata."
12043 msgstr ""
12044
12045 #. type: textblock
12046 #: ../src/guestfs-actions.pod:3959 ../fish/guestfish-actions.pod:2718
12047 msgid "You can filter whole block devices or individual partitions."
12048 msgstr ""
12049
12050 #. type: textblock
12051 #: ../src/guestfs-actions.pod:3961 ../fish/guestfish-actions.pod:2720
12052 msgid ""
12053 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12054 "filesystem), even if you are not filtering out that VG."
12055 msgstr ""
12056
12057 #. type: =head2
12058 #: ../src/guestfs-actions.pod:3969
12059 msgid "guestfs_lvremove"
12060 msgstr ""
12061
12062 #. type: verbatim
12063 #: ../src/guestfs-actions.pod:3971
12064 #, no-wrap
12065 msgid ""
12066 " int\n"
12067 " guestfs_lvremove (guestfs_h *g,\n"
12068 "                   const char *device);\n"
12069 "\n"
12070 msgstr ""
12071
12072 #. type: textblock
12073 #: ../src/guestfs-actions.pod:3975 ../fish/guestfish-actions.pod:2728
12074 msgid ""
12075 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12076 "LV, such as C</dev/VG/LV>."
12077 msgstr ""
12078
12079 #. type: textblock
12080 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2731
12081 msgid ""
12082 "You can also remove all LVs in a volume group by specifying the VG name, "
12083 "C</dev/VG>."
12084 msgstr ""
12085
12086 #. type: textblock
12087 #: ../src/guestfs-actions.pod:3983 ../src/guestfs-actions.pod:5219 ../src/guestfs-actions.pod:7008
12088 msgid "(Added in 1.0.13)"
12089 msgstr ""
12090
12091 #. type: =head2
12092 #: ../src/guestfs-actions.pod:3985
12093 msgid "guestfs_lvrename"
12094 msgstr ""
12095
12096 #. type: verbatim
12097 #: ../src/guestfs-actions.pod:3987
12098 #, no-wrap
12099 msgid ""
12100 " int\n"
12101 " guestfs_lvrename (guestfs_h *g,\n"
12102 "                   const char *logvol,\n"
12103 "                   const char *newlogvol);\n"
12104 "\n"
12105 msgstr ""
12106
12107 #. type: textblock
12108 #: ../src/guestfs-actions.pod:3992 ../fish/guestfish-actions.pod:2738
12109 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12110 msgstr ""
12111
12112 #. type: textblock
12113 #: ../src/guestfs-actions.pod:3996 ../src/guestfs-actions.pod:7021
12114 msgid "(Added in 1.0.83)"
12115 msgstr ""
12116
12117 #. type: =head2
12118 #: ../src/guestfs-actions.pod:3998
12119 msgid "guestfs_lvresize"
12120 msgstr ""
12121
12122 #. type: verbatim
12123 #: ../src/guestfs-actions.pod:4000
12124 #, no-wrap
12125 msgid ""
12126 " int\n"
12127 " guestfs_lvresize (guestfs_h *g,\n"
12128 "                   const char *device,\n"
12129 "                   int mbytes);\n"
12130 "\n"
12131 msgstr ""
12132
12133 #. type: textblock
12134 #: ../src/guestfs-actions.pod:4005 ../fish/guestfish-actions.pod:2744
12135 msgid ""
12136 "This resizes (expands or shrinks) an existing LVM logical volume to "
12137 "C<mbytes>.  When reducing, data in the reduced part is lost."
12138 msgstr ""
12139
12140 #. type: =head2
12141 #: ../src/guestfs-actions.pod:4013
12142 msgid "guestfs_lvresize_free"
12143 msgstr ""
12144
12145 #. type: verbatim
12146 #: ../src/guestfs-actions.pod:4015
12147 #, no-wrap
12148 msgid ""
12149 " int\n"
12150 " guestfs_lvresize_free (guestfs_h *g,\n"
12151 "                        const char *lv,\n"
12152 "                        int percent);\n"
12153 "\n"
12154 msgstr ""
12155
12156 #. type: textblock
12157 #: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2752
12158 msgid ""
12159 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12160 "remaining free space in the volume group.  Commonly you would call this with "
12161 "pc = 100 which expands the logical volume as much as possible, using all "
12162 "remaining free space in the volume group."
12163 msgstr ""
12164
12165 #. type: textblock
12166 #: ../src/guestfs-actions.pod:4028
12167 msgid "(Added in 1.3.3)"
12168 msgstr ""
12169
12170 #. type: =head2
12171 #: ../src/guestfs-actions.pod:4030
12172 msgid "guestfs_lvs"
12173 msgstr ""
12174
12175 #. type: verbatim
12176 #: ../src/guestfs-actions.pod:4032
12177 #, no-wrap
12178 msgid ""
12179 " char **\n"
12180 " guestfs_lvs (guestfs_h *g);\n"
12181 "\n"
12182 msgstr ""
12183
12184 #. type: textblock
12185 #: ../src/guestfs-actions.pod:4035 ../fish/guestfish-actions.pod:2762
12186 msgid ""
12187 "List all the logical volumes detected.  This is the equivalent of the "
12188 "L<lvs(8)> command."
12189 msgstr ""
12190
12191 #. type: textblock
12192 #: ../src/guestfs-actions.pod:4038 ../fish/guestfish-actions.pod:2765
12193 msgid ""
12194 "This returns a list of the logical volume device names "
12195 "(eg. C</dev/VolGroup00/LogVol00>)."
12196 msgstr ""
12197
12198 #. type: textblock
12199 #: ../src/guestfs-actions.pod:4041
12200 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12201 msgstr ""
12202
12203 #. type: =head2
12204 #: ../src/guestfs-actions.pod:4049
12205 msgid "guestfs_lvs_full"
12206 msgstr ""
12207
12208 #. type: verbatim
12209 #: ../src/guestfs-actions.pod:4051
12210 #, no-wrap
12211 msgid ""
12212 " struct guestfs_lvm_lv_list *\n"
12213 " guestfs_lvs_full (guestfs_h *g);\n"
12214 "\n"
12215 msgstr ""
12216
12217 #. type: textblock
12218 #: ../src/guestfs-actions.pod:4054 ../fish/guestfish-actions.pod:2774
12219 msgid ""
12220 "List all the logical volumes detected.  This is the equivalent of the "
12221 "L<lvs(8)> command.  The \"full\" version includes all fields."
12222 msgstr ""
12223
12224 #. type: textblock
12225 #: ../src/guestfs-actions.pod:4057
12226 msgid ""
12227 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12228 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12229 "use>."
12230 msgstr ""
12231
12232 #. type: =head2
12233 #: ../src/guestfs-actions.pod:4063
12234 msgid "guestfs_lvuuid"
12235 msgstr ""
12236
12237 #. type: verbatim
12238 #: ../src/guestfs-actions.pod:4065
12239 #, no-wrap
12240 msgid ""
12241 " char *\n"
12242 " guestfs_lvuuid (guestfs_h *g,\n"
12243 "                 const char *device);\n"
12244 "\n"
12245 msgstr ""
12246
12247 #. type: textblock
12248 #: ../src/guestfs-actions.pod:4069 ../fish/guestfish-actions.pod:2781
12249 msgid "This command returns the UUID of the LVM LV C<device>."
12250 msgstr ""
12251
12252 #. type: =head2
12253 #: ../src/guestfs-actions.pod:4076
12254 msgid "guestfs_lxattrlist"
12255 msgstr ""
12256
12257 #. type: verbatim
12258 #: ../src/guestfs-actions.pod:4078
12259 #, no-wrap
12260 msgid ""
12261 " struct guestfs_xattr_list *\n"
12262 " guestfs_lxattrlist (guestfs_h *g,\n"
12263 "                     const char *path,\n"
12264 "                     char *const *names);\n"
12265 "\n"
12266 msgstr ""
12267
12268 #. type: textblock
12269 #: ../src/guestfs-actions.pod:4083 ../fish/guestfish-actions.pod:2787
12270 msgid ""
12271 "This call allows you to get the extended attributes of multiple files, where "
12272 "all files are in the directory C<path>.  C<names> is the list of files from "
12273 "this directory."
12274 msgstr ""
12275
12276 #. type: textblock
12277 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2791
12278 msgid ""
12279 "On return you get a flat list of xattr structs which must be interpreted "
12280 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12281 "C<attrval> in this struct is zero-length to indicate there was an error "
12282 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12283 "number (the number of following attributes for this file, which could be "
12284 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12285 "attributes for the first named file.  This repeats for the second and "
12286 "subsequent files."
12287 msgstr ""
12288
12289 #. type: textblock
12290 #: ../src/guestfs-actions.pod:4097
12291 msgid ""
12292 "This call is intended for programs that want to efficiently list a directory "
12293 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12294 "a similarly efficient call for getting standard stats.  Very long directory "
12295 "listings might cause the protocol message size to be exceeded, causing this "
12296 "call to fail.  The caller must split up such requests into smaller groups of "
12297 "names."
12298 msgstr ""
12299
12300 #. type: =head2
12301 #: ../src/guestfs-actions.pod:4111
12302 msgid "guestfs_mkdir"
12303 msgstr ""
12304
12305 #. type: verbatim
12306 #: ../src/guestfs-actions.pod:4113
12307 #, no-wrap
12308 msgid ""
12309 " int\n"
12310 " guestfs_mkdir (guestfs_h *g,\n"
12311 "                const char *path);\n"
12312 "\n"
12313 msgstr ""
12314
12315 #. type: textblock
12316 #: ../src/guestfs-actions.pod:4117 ../fish/guestfish-actions.pod:2813
12317 msgid "Create a directory named C<path>."
12318 msgstr ""
12319
12320 #. type: =head2
12321 #: ../src/guestfs-actions.pod:4123
12322 msgid "guestfs_mkdir_mode"
12323 msgstr ""
12324
12325 #. type: verbatim
12326 #: ../src/guestfs-actions.pod:4125
12327 #, no-wrap
12328 msgid ""
12329 " int\n"
12330 " guestfs_mkdir_mode (guestfs_h *g,\n"
12331 "                     const char *path,\n"
12332 "                     int mode);\n"
12333 "\n"
12334 msgstr ""
12335
12336 #. type: textblock
12337 #: ../src/guestfs-actions.pod:4130 ../fish/guestfish-actions.pod:2819
12338 msgid ""
12339 "This command creates a directory, setting the initial permissions of the "
12340 "directory to C<mode>."
12341 msgstr ""
12342
12343 #. type: textblock
12344 #: ../src/guestfs-actions.pod:4133 ../fish/guestfish-actions.pod:2822
12345 msgid ""
12346 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12347 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12348 "other ways."
12349 msgstr ""
12350
12351 #. type: textblock
12352 #: ../src/guestfs-actions.pod:4137
12353 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12354 msgstr ""
12355
12356 #. type: =head2
12357 #: ../src/guestfs-actions.pod:4143
12358 msgid "guestfs_mkdir_p"
12359 msgstr ""
12360
12361 #. type: verbatim
12362 #: ../src/guestfs-actions.pod:4145
12363 #, no-wrap
12364 msgid ""
12365 " int\n"
12366 " guestfs_mkdir_p (guestfs_h *g,\n"
12367 "                  const char *path);\n"
12368 "\n"
12369 msgstr ""
12370
12371 #. type: textblock
12372 #: ../src/guestfs-actions.pod:4149 ../fish/guestfish-actions.pod:2832
12373 msgid ""
12374 "Create a directory named C<path>, creating any parent directories as "
12375 "necessary.  This is like the C<mkdir -p> shell command."
12376 msgstr ""
12377
12378 #. type: =head2
12379 #: ../src/guestfs-actions.pod:4156
12380 msgid "guestfs_mkdtemp"
12381 msgstr ""
12382
12383 #. type: verbatim
12384 #: ../src/guestfs-actions.pod:4158
12385 #, no-wrap
12386 msgid ""
12387 " char *\n"
12388 " guestfs_mkdtemp (guestfs_h *g,\n"
12389 "                  const char *template);\n"
12390 "\n"
12391 msgstr ""
12392
12393 #. type: textblock
12394 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2839
12395 msgid ""
12396 "This command creates a temporary directory.  The C<template> parameter "
12397 "should be a full pathname for the temporary directory name with the final "
12398 "six characters being \"XXXXXX\"."
12399 msgstr ""
12400
12401 #. type: textblock
12402 #: ../src/guestfs-actions.pod:4167 ../fish/guestfish-actions.pod:2844
12403 msgid ""
12404 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12405 "being suitable for Windows filesystems."
12406 msgstr ""
12407
12408 #. type: textblock
12409 #: ../src/guestfs-actions.pod:4170 ../fish/guestfish-actions.pod:2847
12410 msgid "The name of the temporary directory that was created is returned."
12411 msgstr ""
12412
12413 #. type: textblock
12414 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2850
12415 msgid "The temporary directory is created with mode 0700 and is owned by root."
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:4176 ../fish/guestfish-actions.pod:2853
12420 msgid ""
12421 "The caller is responsible for deleting the temporary directory and its "
12422 "contents after use."
12423 msgstr ""
12424
12425 #. type: textblock
12426 #: ../src/guestfs-actions.pod:4179 ../fish/guestfish-actions.pod:2856
12427 msgid "See also: L<mkdtemp(3)>"
12428 msgstr ""
12429
12430 #. type: =head2
12431 #: ../src/guestfs-actions.pod:4186
12432 msgid "guestfs_mke2fs_J"
12433 msgstr ""
12434
12435 #. type: verbatim
12436 #: ../src/guestfs-actions.pod:4188
12437 #, no-wrap
12438 msgid ""
12439 " int\n"
12440 " guestfs_mke2fs_J (guestfs_h *g,\n"
12441 "                   const char *fstype,\n"
12442 "                   int blocksize,\n"
12443 "                   const char *device,\n"
12444 "                   const char *journal);\n"
12445 "\n"
12446 msgstr ""
12447
12448 #. type: textblock
12449 #: ../src/guestfs-actions.pod:4195 ../fish/guestfish-actions.pod:2862
12450 msgid ""
12451 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12452 "C<journal>.  It is equivalent to the command:"
12453 msgstr ""
12454
12455 #. type: verbatim
12456 #: ../src/guestfs-actions.pod:4199 ../fish/guestfish-actions.pod:2866
12457 #, no-wrap
12458 msgid ""
12459 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12460 "\n"
12461 msgstr ""
12462
12463 #. type: textblock
12464 #: ../src/guestfs-actions.pod:4201
12465 msgid "See also C<guestfs_mke2journal>."
12466 msgstr ""
12467
12468 #. type: textblock
12469 #: ../src/guestfs-actions.pod:4205 ../src/guestfs-actions.pod:4223 ../src/guestfs-actions.pod:4241 ../src/guestfs-actions.pod:4257 ../src/guestfs-actions.pod:4271 ../src/guestfs-actions.pod:4285 ../src/guestfs-actions.pod:4344 ../src/guestfs-actions.pod:4609
12470 msgid "(Added in 1.0.68)"
12471 msgstr ""
12472
12473 #. type: =head2
12474 #: ../src/guestfs-actions.pod:4207
12475 msgid "guestfs_mke2fs_JL"
12476 msgstr ""
12477
12478 #. type: verbatim
12479 #: ../src/guestfs-actions.pod:4209
12480 #, no-wrap
12481 msgid ""
12482 " int\n"
12483 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12484 "                    const char *fstype,\n"
12485 "                    int blocksize,\n"
12486 "                    const char *device,\n"
12487 "                    const char *label);\n"
12488 "\n"
12489 msgstr ""
12490
12491 #. type: textblock
12492 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2874
12493 msgid ""
12494 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12495 "the journal labeled C<label>."
12496 msgstr ""
12497
12498 #. type: textblock
12499 #: ../src/guestfs-actions.pod:4219
12500 msgid "See also C<guestfs_mke2journal_L>."
12501 msgstr ""
12502
12503 #. type: =head2
12504 #: ../src/guestfs-actions.pod:4225
12505 msgid "guestfs_mke2fs_JU"
12506 msgstr ""
12507
12508 #. type: verbatim
12509 #: ../src/guestfs-actions.pod:4227
12510 #, no-wrap
12511 msgid ""
12512 " int\n"
12513 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12514 "                    const char *fstype,\n"
12515 "                    int blocksize,\n"
12516 "                    const char *device,\n"
12517 "                    const char *uuid);\n"
12518 "\n"
12519 msgstr ""
12520
12521 #. type: textblock
12522 #: ../src/guestfs-actions.pod:4234 ../fish/guestfish-actions.pod:2883
12523 msgid ""
12524 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12525 "the journal with UUID C<uuid>."
12526 msgstr ""
12527
12528 #. type: textblock
12529 #: ../src/guestfs-actions.pod:4237
12530 msgid "See also C<guestfs_mke2journal_U>."
12531 msgstr ""
12532
12533 #. type: =head2
12534 #: ../src/guestfs-actions.pod:4243
12535 msgid "guestfs_mke2journal"
12536 msgstr ""
12537
12538 #. type: verbatim
12539 #: ../src/guestfs-actions.pod:4245
12540 #, no-wrap
12541 msgid ""
12542 " int\n"
12543 " guestfs_mke2journal (guestfs_h *g,\n"
12544 "                      int blocksize,\n"
12545 "                      const char *device);\n"
12546 "\n"
12547 msgstr ""
12548
12549 #. type: textblock
12550 #: ../src/guestfs-actions.pod:4250 ../fish/guestfish-actions.pod:2892
12551 msgid ""
12552 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12553 "command:"
12554 msgstr ""
12555
12556 #. type: verbatim
12557 #: ../src/guestfs-actions.pod:4253 ../fish/guestfish-actions.pod:2895
12558 #, no-wrap
12559 msgid ""
12560 " mke2fs -O journal_dev -b blocksize device\n"
12561 "\n"
12562 msgstr ""
12563
12564 #. type: =head2
12565 #: ../src/guestfs-actions.pod:4259
12566 msgid "guestfs_mke2journal_L"
12567 msgstr ""
12568
12569 #. type: verbatim
12570 #: ../src/guestfs-actions.pod:4261
12571 #, no-wrap
12572 msgid ""
12573 " int\n"
12574 " guestfs_mke2journal_L (guestfs_h *g,\n"
12575 "                        int blocksize,\n"
12576 "                        const char *label,\n"
12577 "                        const char *device);\n"
12578 "\n"
12579 msgstr ""
12580
12581 #. type: textblock
12582 #: ../src/guestfs-actions.pod:4267 ../fish/guestfish-actions.pod:2901
12583 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12584 msgstr ""
12585
12586 #. type: =head2
12587 #: ../src/guestfs-actions.pod:4273
12588 msgid "guestfs_mke2journal_U"
12589 msgstr ""
12590
12591 #. type: verbatim
12592 #: ../src/guestfs-actions.pod:4275
12593 #, no-wrap
12594 msgid ""
12595 " int\n"
12596 " guestfs_mke2journal_U (guestfs_h *g,\n"
12597 "                        int blocksize,\n"
12598 "                        const char *uuid,\n"
12599 "                        const char *device);\n"
12600 "\n"
12601 msgstr ""
12602
12603 #. type: textblock
12604 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2907
12605 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12606 msgstr ""
12607
12608 #. type: =head2
12609 #: ../src/guestfs-actions.pod:4287
12610 msgid "guestfs_mkfifo"
12611 msgstr ""
12612
12613 #. type: verbatim
12614 #: ../src/guestfs-actions.pod:4289
12615 #, no-wrap
12616 msgid ""
12617 " int\n"
12618 " guestfs_mkfifo (guestfs_h *g,\n"
12619 "                 int mode,\n"
12620 "                 const char *path);\n"
12621 "\n"
12622 msgstr ""
12623
12624 #. type: textblock
12625 #: ../src/guestfs-actions.pod:4294
12626 msgid ""
12627 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12628 "is just a convenient wrapper around C<guestfs_mknod>."
12629 msgstr ""
12630
12631 #. type: =head2
12632 #: ../src/guestfs-actions.pod:4304
12633 msgid "guestfs_mkfs"
12634 msgstr ""
12635
12636 #. type: verbatim
12637 #: ../src/guestfs-actions.pod:4306
12638 #, no-wrap
12639 msgid ""
12640 " int\n"
12641 " guestfs_mkfs (guestfs_h *g,\n"
12642 "               const char *fstype,\n"
12643 "               const char *device);\n"
12644 "\n"
12645 msgstr ""
12646
12647 #. type: textblock
12648 #: ../src/guestfs-actions.pod:4311 ../fish/guestfish-actions.pod:2923
12649 msgid ""
12650 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12651 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12652 msgstr ""
12653
12654 #. type: =head2
12655 #: ../src/guestfs-actions.pod:4319
12656 msgid "guestfs_mkfs_b"
12657 msgstr ""
12658
12659 #. type: verbatim
12660 #: ../src/guestfs-actions.pod:4321
12661 #, no-wrap
12662 msgid ""
12663 " int\n"
12664 " guestfs_mkfs_b (guestfs_h *g,\n"
12665 "                 const char *fstype,\n"
12666 "                 int blocksize,\n"
12667 "                 const char *device);\n"
12668 "\n"
12669 msgstr ""
12670
12671 #. type: textblock
12672 #: ../src/guestfs-actions.pod:4327
12673 msgid ""
12674 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12675 "block size of the resulting filesystem.  Supported block sizes depend on the "
12676 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12677 msgstr ""
12678
12679 #. type: textblock
12680 #: ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4375 ../fish/guestfish-actions.pod:2936 ../fish/guestfish-actions.pod:2963
12681 msgid ""
12682 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12683 "cluster size."
12684 msgstr ""
12685
12686 #. type: textblock
12687 #: ../src/guestfs-actions.pod:4337 ../fish/guestfish-actions.pod:2939
12688 msgid ""
12689 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12690 "instead."
12691 msgstr ""
12692
12693 #. type: =head2
12694 #: ../src/guestfs-actions.pod:4346
12695 msgid "guestfs_mkfs_opts"
12696 msgstr ""
12697
12698 #. type: verbatim
12699 #: ../src/guestfs-actions.pod:4348
12700 #, no-wrap
12701 msgid ""
12702 " int\n"
12703 " guestfs_mkfs_opts (guestfs_h *g,\n"
12704 "                    const char *fstype,\n"
12705 "                    const char *device,\n"
12706 "                    ...);\n"
12707 "\n"
12708 msgstr ""
12709
12710 #. type: verbatim
12711 #: ../src/guestfs-actions.pod:4359
12712 #, no-wrap
12713 msgid ""
12714 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12715 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12716 "\n"
12717 msgstr ""
12718
12719 #. type: textblock
12720 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2950
12721 msgid ""
12722 "This function creates a filesystem on C<device>.  The filesystem type is "
12723 "C<fstype>, for example C<ext3>."
12724 msgstr ""
12725
12726 #. type: =item
12727 #: ../src/guestfs-actions.pod:4369 ../fish/guestfish-actions.pod:2957
12728 msgid "C<blocksize>"
12729 msgstr ""
12730
12731 #. type: textblock
12732 #: ../src/guestfs-actions.pod:4371 ../fish/guestfish-actions.pod:2959
12733 msgid ""
12734 "The filesystem block size.  Supported block sizes depend on the filesystem "
12735 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12736 "filesystems."
12737 msgstr ""
12738
12739 #. type: textblock
12740 #: ../src/guestfs-actions.pod:4378 ../fish/guestfish-actions.pod:2966
12741 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12742 msgstr ""
12743
12744 #. type: =item
12745 #: ../src/guestfs-actions.pod:4380 ../fish/guestfish-actions.pod:2968
12746 msgid "C<features>"
12747 msgstr ""
12748
12749 #. type: textblock
12750 #: ../src/guestfs-actions.pod:4382 ../fish/guestfish-actions.pod:2970
12751 msgid "This passes the C<-O> parameter to the external mkfs program."
12752 msgstr ""
12753
12754 #. type: textblock
12755 #: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2972
12756 msgid ""
12757 "For certain filesystem types, this allows extra filesystem features to be "
12758 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12759 msgstr ""
12760
12761 #. type: textblock
12762 #: ../src/guestfs-actions.pod:4388 ../fish/guestfish-actions.pod:2976
12763 msgid ""
12764 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12765 "type."
12766 msgstr ""
12767
12768 #. type: textblock
12769 #: ../src/guestfs-actions.pod:4395
12770 msgid "(Added in 1.7.19)"
12771 msgstr ""
12772
12773 #. type: =head2
12774 #: ../src/guestfs-actions.pod:4397
12775 msgid "guestfs_mkfs_opts_va"
12776 msgstr ""
12777
12778 #. type: verbatim
12779 #: ../src/guestfs-actions.pod:4399
12780 #, no-wrap
12781 msgid ""
12782 " int\n"
12783 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12784 "                       const char *fstype,\n"
12785 "                       const char *device,\n"
12786 "                       va_list args);\n"
12787 "\n"
12788 msgstr ""
12789
12790 #. type: textblock
12791 #: ../src/guestfs-actions.pod:4405
12792 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12793 msgstr ""
12794
12795 #. type: =head2
12796 #: ../src/guestfs-actions.pod:4409
12797 msgid "guestfs_mkfs_opts_argv"
12798 msgstr ""
12799
12800 #. type: verbatim
12801 #: ../src/guestfs-actions.pod:4411
12802 #, no-wrap
12803 msgid ""
12804 " int\n"
12805 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12806 "                         const char *fstype,\n"
12807 "                         const char *device,\n"
12808 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12809 "\n"
12810 msgstr ""
12811
12812 #. type: textblock
12813 #: ../src/guestfs-actions.pod:4417
12814 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12815 msgstr ""
12816
12817 #. type: =head2
12818 #: ../src/guestfs-actions.pod:4421
12819 msgid "guestfs_mkmountpoint"
12820 msgstr ""
12821
12822 #. type: verbatim
12823 #: ../src/guestfs-actions.pod:4423
12824 #, no-wrap
12825 msgid ""
12826 " int\n"
12827 " guestfs_mkmountpoint (guestfs_h *g,\n"
12828 "                       const char *exemptpath);\n"
12829 "\n"
12830 msgstr ""
12831
12832 #. type: textblock
12833 #: ../src/guestfs-actions.pod:4427
12834 msgid ""
12835 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12836 "that can be used to create extra mountpoints before mounting the first "
12837 "filesystem."
12838 msgstr ""
12839
12840 #. type: textblock
12841 #: ../src/guestfs-actions.pod:4431 ../fish/guestfish-actions.pod:2991
12842 msgid ""
12843 "These calls are I<only> necessary in some very limited circumstances, mainly "
12844 "the case where you want to mount a mix of unrelated and/or read-only "
12845 "filesystems together."
12846 msgstr ""
12847
12848 #. type: textblock
12849 #: ../src/guestfs-actions.pod:4435 ../fish/guestfish-actions.pod:2995
12850 msgid ""
12851 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12852 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12853 "inside that.  You can unpack this as follows in guestfish:"
12854 msgstr ""
12855
12856 #. type: verbatim
12857 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:3000
12858 #, no-wrap
12859 msgid ""
12860 " add-ro Fedora-11-i686-Live.iso\n"
12861 " run\n"
12862 " mkmountpoint /cd\n"
12863 " mkmountpoint /sqsh\n"
12864 " mkmountpoint /ext3fs\n"
12865 " mount /dev/sda /cd\n"
12866 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12867 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12868 "\n"
12869 msgstr ""
12870
12871 #. type: textblock
12872 #: ../src/guestfs-actions.pod:4449 ../fish/guestfish-actions.pod:3009
12873 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12874 msgstr ""
12875
12876 #. type: textblock
12877 #: ../src/guestfs-actions.pod:4451
12878 msgid ""
12879 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12880 "may get unexpected errors if you try to mix these calls.  It is safest to "
12881 "manually unmount filesystems and remove mountpoints after use."
12882 msgstr ""
12883
12884 #. type: textblock
12885 #: ../src/guestfs-actions.pod:4455
12886 msgid ""
12887 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12888 "first, so for this to work for manual mountpoints, you must ensure that the "
12889 "innermost mountpoints have the longest pathnames, as in the example code "
12890 "above."
12891 msgstr ""
12892
12893 #. type: textblock
12894 #: ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:3020
12895 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12896 msgstr ""
12897
12898 #. type: textblock
12899 #: ../src/guestfs-actions.pod:4462
12900 msgid ""
12901 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12902 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
12903 "can also trigger these issues."
12904 msgstr ""
12905
12906 #. type: textblock
12907 #: ../src/guestfs-actions.pod:4468 ../src/guestfs-actions.pod:4727 ../src/guestfs-actions.pod:5637
12908 msgid "(Added in 1.0.62)"
12909 msgstr ""
12910
12911 #. type: =head2
12912 #: ../src/guestfs-actions.pod:4470
12913 msgid "guestfs_mknod"
12914 msgstr ""
12915
12916 #. type: verbatim
12917 #: ../src/guestfs-actions.pod:4472
12918 #, no-wrap
12919 msgid ""
12920 " int\n"
12921 " guestfs_mknod (guestfs_h *g,\n"
12922 "                int mode,\n"
12923 "                int devmajor,\n"
12924 "                int devminor,\n"
12925 "                const char *path);\n"
12926 "\n"
12927 msgstr ""
12928
12929 #. type: textblock
12930 #: ../src/guestfs-actions.pod:4479 ../fish/guestfish-actions.pod:3030
12931 msgid ""
12932 "This call creates block or character special devices, or named pipes "
12933 "(FIFOs)."
12934 msgstr ""
12935
12936 #. type: textblock
12937 #: ../src/guestfs-actions.pod:4482 ../fish/guestfish-actions.pod:3033
12938 msgid ""
12939 "The C<mode> parameter should be the mode, using the standard constants.  "
12940 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12941 "used when creating block and character special devices."
12942 msgstr ""
12943
12944 #. type: textblock
12945 #: ../src/guestfs-actions.pod:4487
12946 msgid ""
12947 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12948 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12949 "regular file).  These constants are available in the standard Linux header "
12950 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12951 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12952 "the appropriate constant for you."
12953 msgstr ""
12954
12955 #. type: =head2
12956 #: ../src/guestfs-actions.pod:4501
12957 msgid "guestfs_mknod_b"
12958 msgstr ""
12959
12960 #. type: verbatim
12961 #: ../src/guestfs-actions.pod:4503
12962 #, no-wrap
12963 msgid ""
12964 " int\n"
12965 " guestfs_mknod_b (guestfs_h *g,\n"
12966 "                  int mode,\n"
12967 "                  int devmajor,\n"
12968 "                  int devminor,\n"
12969 "                  const char *path);\n"
12970 "\n"
12971 msgstr ""
12972
12973 #. type: textblock
12974 #: ../src/guestfs-actions.pod:4510
12975 msgid ""
12976 "This call creates a block device node called C<path> with mode C<mode> and "
12977 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12978 "wrapper around C<guestfs_mknod>."
12979 msgstr ""
12980
12981 #. type: =head2
12982 #: ../src/guestfs-actions.pod:4520
12983 msgid "guestfs_mknod_c"
12984 msgstr ""
12985
12986 #. type: verbatim
12987 #: ../src/guestfs-actions.pod:4522
12988 #, no-wrap
12989 msgid ""
12990 " int\n"
12991 " guestfs_mknod_c (guestfs_h *g,\n"
12992 "                  int mode,\n"
12993 "                  int devmajor,\n"
12994 "                  int devminor,\n"
12995 "                  const char *path);\n"
12996 "\n"
12997 msgstr ""
12998
12999 #. type: textblock
13000 #: ../src/guestfs-actions.pod:4529
13001 msgid ""
13002 "This call creates a char device node called C<path> with mode C<mode> and "
13003 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13004 "wrapper around C<guestfs_mknod>."
13005 msgstr ""
13006
13007 #. type: =head2
13008 #: ../src/guestfs-actions.pod:4539
13009 msgid "guestfs_mkswap"
13010 msgstr ""
13011
13012 #. type: verbatim
13013 #: ../src/guestfs-actions.pod:4541
13014 #, no-wrap
13015 msgid ""
13016 " int\n"
13017 " guestfs_mkswap (guestfs_h *g,\n"
13018 "                 const char *device);\n"
13019 "\n"
13020 msgstr ""
13021
13022 #. type: textblock
13023 #: ../src/guestfs-actions.pod:4545 ../fish/guestfish-actions.pod:3072
13024 msgid "Create a swap partition on C<device>."
13025 msgstr ""
13026
13027 #. type: =head2
13028 #: ../src/guestfs-actions.pod:4551
13029 msgid "guestfs_mkswap_L"
13030 msgstr ""
13031
13032 #. type: verbatim
13033 #: ../src/guestfs-actions.pod:4553
13034 #, no-wrap
13035 msgid ""
13036 " int\n"
13037 " guestfs_mkswap_L (guestfs_h *g,\n"
13038 "                   const char *label,\n"
13039 "                   const char *device);\n"
13040 "\n"
13041 msgstr ""
13042
13043 #. type: textblock
13044 #: ../src/guestfs-actions.pod:4558 ../fish/guestfish-actions.pod:3078
13045 msgid "Create a swap partition on C<device> with label C<label>."
13046 msgstr ""
13047
13048 #. type: textblock
13049 #: ../src/guestfs-actions.pod:4560 ../fish/guestfish-actions.pod:3080
13050 msgid ""
13051 "Note that you cannot attach a swap label to a block device "
13052 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13053 "the kernel or swap tools."
13054 msgstr ""
13055
13056 #. type: =head2
13057 #: ../src/guestfs-actions.pod:4568
13058 msgid "guestfs_mkswap_U"
13059 msgstr ""
13060
13061 #. type: verbatim
13062 #: ../src/guestfs-actions.pod:4570
13063 #, no-wrap
13064 msgid ""
13065 " int\n"
13066 " guestfs_mkswap_U (guestfs_h *g,\n"
13067 "                   const char *uuid,\n"
13068 "                   const char *device);\n"
13069 "\n"
13070 msgstr ""
13071
13072 #. type: textblock
13073 #: ../src/guestfs-actions.pod:4575 ../fish/guestfish-actions.pod:3088
13074 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13075 msgstr ""
13076
13077 #. type: =head2
13078 #: ../src/guestfs-actions.pod:4581
13079 msgid "guestfs_mkswap_file"
13080 msgstr ""
13081
13082 #. type: verbatim
13083 #: ../src/guestfs-actions.pod:4583
13084 #, no-wrap
13085 msgid ""
13086 " int\n"
13087 " guestfs_mkswap_file (guestfs_h *g,\n"
13088 "                      const char *path);\n"
13089 "\n"
13090 msgstr ""
13091
13092 #. type: textblock
13093 #: ../src/guestfs-actions.pod:4587 ../fish/guestfish-actions.pod:3094
13094 msgid "Create a swap file."
13095 msgstr ""
13096
13097 #. type: textblock
13098 #: ../src/guestfs-actions.pod:4589
13099 msgid ""
13100 "This command just writes a swap file signature to an existing file.  To "
13101 "create the file itself, use something like C<guestfs_fallocate>."
13102 msgstr ""
13103
13104 #. type: =head2
13105 #: ../src/guestfs-actions.pod:4596
13106 msgid "guestfs_modprobe"
13107 msgstr ""
13108
13109 #. type: verbatim
13110 #: ../src/guestfs-actions.pod:4598
13111 #, no-wrap
13112 msgid ""
13113 " int\n"
13114 " guestfs_modprobe (guestfs_h *g,\n"
13115 "                   const char *modulename);\n"
13116 "\n"
13117 msgstr ""
13118
13119 #. type: textblock
13120 #: ../src/guestfs-actions.pod:4602 ../fish/guestfish-actions.pod:3103
13121 msgid "This loads a kernel module in the appliance."
13122 msgstr ""
13123
13124 #. type: textblock
13125 #: ../src/guestfs-actions.pod:4604 ../fish/guestfish-actions.pod:3105
13126 msgid ""
13127 "The kernel module must have been whitelisted when libguestfs was built (see "
13128 "C<appliance/kmod.whitelist.in> in the source)."
13129 msgstr ""
13130
13131 #. type: =head2
13132 #: ../src/guestfs-actions.pod:4611
13133 msgid "guestfs_mount"
13134 msgstr ""
13135
13136 #. type: verbatim
13137 #: ../src/guestfs-actions.pod:4613
13138 #, no-wrap
13139 msgid ""
13140 " int\n"
13141 " guestfs_mount (guestfs_h *g,\n"
13142 "                const char *device,\n"
13143 "                const char *mountpoint);\n"
13144 "\n"
13145 msgstr ""
13146
13147 #. type: textblock
13148 #: ../src/guestfs-actions.pod:4618 ../fish/guestfish-actions.pod:3112
13149 msgid ""
13150 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13151 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13152 "those block devices contain partitions, they will have the usual names "
13153 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13154 msgstr ""
13155
13156 #. type: textblock
13157 #: ../src/guestfs-actions.pod:4624 ../fish/guestfish-actions.pod:3118
13158 msgid ""
13159 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13160 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13161 "mounted on directories which already exist."
13162 msgstr ""
13163
13164 #. type: textblock
13165 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3123
13166 msgid ""
13167 "The mounted filesystem is writable, if we have sufficient permissions on the "
13168 "underlying device."
13169 msgstr ""
13170
13171 #. type: textblock
13172 #: ../src/guestfs-actions.pod:4632
13173 msgid ""
13174 "B<Important note:> When you use this call, the filesystem options C<sync> "
13175 "and C<noatime> are set implicitly.  This was originally done because we "
13176 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13177 "very large negative performance impact and negligible effect on "
13178 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13179 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13180 "(use an empty string for the first parameter if you don't want any options)."
13181 msgstr ""
13182
13183 #. type: =head2
13184 #: ../src/guestfs-actions.pod:4646
13185 msgid "guestfs_mount_loop"
13186 msgstr ""
13187
13188 #. type: verbatim
13189 #: ../src/guestfs-actions.pod:4648
13190 #, no-wrap
13191 msgid ""
13192 " int\n"
13193 " guestfs_mount_loop (guestfs_h *g,\n"
13194 "                     const char *file,\n"
13195 "                     const char *mountpoint);\n"
13196 "\n"
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4653 ../fish/guestfish-actions.pod:3140
13201 msgid ""
13202 "This command lets you mount C<file> (a filesystem image in a file) on a "
13203 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13204 "mountpoint>."
13205 msgstr ""
13206
13207 #. type: =head2
13208 #: ../src/guestfs-actions.pod:4661
13209 msgid "guestfs_mount_options"
13210 msgstr ""
13211
13212 #. type: verbatim
13213 #: ../src/guestfs-actions.pod:4663
13214 #, no-wrap
13215 msgid ""
13216 " int\n"
13217 " guestfs_mount_options (guestfs_h *g,\n"
13218 "                        const char *options,\n"
13219 "                        const char *device,\n"
13220 "                        const char *mountpoint);\n"
13221 "\n"
13222 msgstr ""
13223
13224 #. type: textblock
13225 #: ../src/guestfs-actions.pod:4669
13226 msgid ""
13227 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13228 "the mount options as for the L<mount(8)> I<-o> flag."
13229 msgstr ""
13230
13231 #. type: textblock
13232 #: ../src/guestfs-actions.pod:4673 ../fish/guestfish-actions.pod:3152
13233 msgid ""
13234 "If the C<options> parameter is an empty string, then no options are passed "
13235 "(all options default to whatever the filesystem uses)."
13236 msgstr ""
13237
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:4679 ../src/guestfs-actions.pod:4693 ../src/guestfs-actions.pod:4710
13240 msgid "(Added in 1.0.10)"
13241 msgstr ""
13242
13243 #. type: =head2
13244 #: ../src/guestfs-actions.pod:4681
13245 msgid "guestfs_mount_ro"
13246 msgstr ""
13247
13248 #. type: verbatim
13249 #: ../src/guestfs-actions.pod:4683
13250 #, no-wrap
13251 msgid ""
13252 " int\n"
13253 " guestfs_mount_ro (guestfs_h *g,\n"
13254 "                   const char *device,\n"
13255 "                   const char *mountpoint);\n"
13256 "\n"
13257 msgstr ""
13258
13259 #. type: textblock
13260 #: ../src/guestfs-actions.pod:4688
13261 msgid ""
13262 "This is the same as the C<guestfs_mount> command, but it mounts the "
13263 "filesystem with the read-only (I<-o ro>) flag."
13264 msgstr ""
13265
13266 #. type: =head2
13267 #: ../src/guestfs-actions.pod:4695
13268 msgid "guestfs_mount_vfs"
13269 msgstr ""
13270
13271 #. type: verbatim
13272 #: ../src/guestfs-actions.pod:4697
13273 #, no-wrap
13274 msgid ""
13275 " int\n"
13276 " guestfs_mount_vfs (guestfs_h *g,\n"
13277 "                    const char *options,\n"
13278 "                    const char *vfstype,\n"
13279 "                    const char *device,\n"
13280 "                    const char *mountpoint);\n"
13281 "\n"
13282 msgstr ""
13283
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:4704
13286 msgid ""
13287 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13288 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13289 "I<-t> flags."
13290 msgstr ""
13291
13292 #. type: =head2
13293 #: ../src/guestfs-actions.pod:4712
13294 msgid "guestfs_mountpoints"
13295 msgstr ""
13296
13297 #. type: verbatim
13298 #: ../src/guestfs-actions.pod:4714
13299 #, no-wrap
13300 msgid ""
13301 " char **\n"
13302 " guestfs_mountpoints (guestfs_h *g);\n"
13303 "\n"
13304 msgstr ""
13305
13306 #. type: textblock
13307 #: ../src/guestfs-actions.pod:4717
13308 msgid ""
13309 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13310 "devices.  This one returns a hash table (map) of device name to directory "
13311 "where the device is mounted."
13312 msgstr ""
13313
13314 #. type: =head2
13315 #: ../src/guestfs-actions.pod:4729
13316 msgid "guestfs_mounts"
13317 msgstr ""
13318
13319 #. type: verbatim
13320 #: ../src/guestfs-actions.pod:4731
13321 #, no-wrap
13322 msgid ""
13323 " char **\n"
13324 " guestfs_mounts (guestfs_h *g);\n"
13325 "\n"
13326 msgstr ""
13327
13328 #. type: textblock
13329 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3183
13330 msgid ""
13331 "This returns the list of currently mounted filesystems.  It returns the list "
13332 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13333 msgstr ""
13334
13335 #. type: textblock
13336 #: ../src/guestfs-actions.pod:4737 ../fish/guestfish-actions.pod:3186
13337 msgid "Some internal mounts are not shown."
13338 msgstr ""
13339
13340 #. type: textblock
13341 #: ../src/guestfs-actions.pod:4739
13342 msgid "See also: C<guestfs_mountpoints>"
13343 msgstr ""
13344
13345 #. type: =head2
13346 #: ../src/guestfs-actions.pod:4747
13347 msgid "guestfs_mv"
13348 msgstr ""
13349
13350 #. type: verbatim
13351 #: ../src/guestfs-actions.pod:4749
13352 #, no-wrap
13353 msgid ""
13354 " int\n"
13355 " guestfs_mv (guestfs_h *g,\n"
13356 "             const char *src,\n"
13357 "             const char *dest);\n"
13358 "\n"
13359 msgstr ""
13360
13361 #. type: textblock
13362 #: ../src/guestfs-actions.pod:4754 ../fish/guestfish-actions.pod:3194
13363 msgid ""
13364 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13365 "destination filename or destination directory."
13366 msgstr ""
13367
13368 #. type: =head2
13369 #: ../src/guestfs-actions.pod:4761
13370 msgid "guestfs_ntfs_3g_probe"
13371 msgstr ""
13372
13373 #. type: verbatim
13374 #: ../src/guestfs-actions.pod:4763
13375 #, no-wrap
13376 msgid ""
13377 " int\n"
13378 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13379 "                        int rw,\n"
13380 "                        const char *device);\n"
13381 "\n"
13382 msgstr ""
13383
13384 #. type: textblock
13385 #: ../src/guestfs-actions.pod:4768 ../fish/guestfish-actions.pod:3201
13386 msgid ""
13387 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13388 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13389 "read-write, and some cannot be mounted at all)."
13390 msgstr ""
13391
13392 #. type: textblock
13393 #: ../src/guestfs-actions.pod:4772 ../fish/guestfish-actions.pod:3205
13394 msgid ""
13395 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13396 "can be mounted read-write.  Set it to false if you want to test if the "
13397 "volume can be mounted read-only."
13398 msgstr ""
13399
13400 #. type: textblock
13401 #: ../src/guestfs-actions.pod:4776 ../fish/guestfish-actions.pod:3209
13402 msgid ""
13403 "The return value is an integer which C<0> if the operation would succeed, or "
13404 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13405 msgstr ""
13406
13407 #. type: textblock
13408 #: ../src/guestfs-actions.pod:4782
13409 msgid "(Added in 1.0.43)"
13410 msgstr ""
13411
13412 #. type: =head2
13413 #: ../src/guestfs-actions.pod:4784
13414 msgid "guestfs_ntfsresize"
13415 msgstr ""
13416
13417 #. type: verbatim
13418 #: ../src/guestfs-actions.pod:4786
13419 #, no-wrap
13420 msgid ""
13421 " int\n"
13422 " guestfs_ntfsresize (guestfs_h *g,\n"
13423 "                     const char *device);\n"
13424 "\n"
13425 msgstr ""
13426
13427 #. type: textblock
13428 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3217
13429 msgid ""
13430 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13431 "size of the underlying device.  See also L<ntfsresize(8)>."
13432 msgstr ""
13433
13434 #. type: =head2
13435 #: ../src/guestfs-actions.pod:4798
13436 msgid "guestfs_ntfsresize_size"
13437 msgstr ""
13438
13439 #. type: verbatim
13440 #: ../src/guestfs-actions.pod:4800
13441 #, no-wrap
13442 msgid ""
13443 " int\n"
13444 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13445 "                          const char *device,\n"
13446 "                          int64_t size);\n"
13447 "\n"
13448 msgstr ""
13449
13450 #. type: textblock
13451 #: ../src/guestfs-actions.pod:4805
13452 msgid ""
13453 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13454 "to specify the new size (in bytes) explicitly."
13455 msgstr ""
13456
13457 #. type: textblock
13458 #: ../src/guestfs-actions.pod:4810 ../src/guestfs-actions.pod:5246 ../src/guestfs-actions.pod:5319 ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:7156
13459 msgid "(Added in 1.3.14)"
13460 msgstr ""
13461
13462 #. type: =head2
13463 #: ../src/guestfs-actions.pod:4812
13464 msgid "guestfs_part_add"
13465 msgstr ""
13466
13467 #. type: verbatim
13468 #: ../src/guestfs-actions.pod:4814
13469 #, no-wrap
13470 msgid ""
13471 " int\n"
13472 " guestfs_part_add (guestfs_h *g,\n"
13473 "                   const char *device,\n"
13474 "                   const char *prlogex,\n"
13475 "                   int64_t startsect,\n"
13476 "                   int64_t endsect);\n"
13477 "\n"
13478 msgstr ""
13479
13480 #. type: textblock
13481 #: ../src/guestfs-actions.pod:4821
13482 msgid ""
13483 "This command adds a partition to C<device>.  If there is no partition table "
13484 "on the device, call C<guestfs_part_init> first."
13485 msgstr ""
13486
13487 #. type: textblock
13488 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3235
13489 msgid ""
13490 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13491 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13492 "C<logical>) and C<e> (or C<extended>) partition types."
13493 msgstr ""
13494
13495 #. type: textblock
13496 #: ../src/guestfs-actions.pod:4829 ../fish/guestfish-actions.pod:3240
13497 msgid ""
13498 "C<startsect> and C<endsect> are the start and end of the partition in "
13499 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13500 "from the end of the disk (C<-1> is the last sector)."
13501 msgstr ""
13502
13503 #. type: textblock
13504 #: ../src/guestfs-actions.pod:4833
13505 msgid ""
13506 "Creating a partition which covers the whole disk is not so easy.  Use "
13507 "C<guestfs_part_disk> to do that."
13508 msgstr ""
13509
13510 #. type: textblock
13511 #: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4876 ../src/guestfs-actions.pod:4929 ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5045 ../src/guestfs-actions.pod:5064 ../src/guestfs-actions.pod:5104
13512 msgid "(Added in 1.0.78)"
13513 msgstr ""
13514
13515 #. type: =head2
13516 #: ../src/guestfs-actions.pod:4840
13517 msgid "guestfs_part_del"
13518 msgstr ""
13519
13520 #. type: verbatim
13521 #: ../src/guestfs-actions.pod:4842
13522 #, no-wrap
13523 msgid ""
13524 " int\n"
13525 " guestfs_part_del (guestfs_h *g,\n"
13526 "                   const char *device,\n"
13527 "                   int partnum);\n"
13528 "\n"
13529 msgstr ""
13530
13531 #. type: textblock
13532 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3251
13533 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13534 msgstr ""
13535
13536 #. type: textblock
13537 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3253
13538 msgid ""
13539 "Note that in the case of MBR partitioning, deleting an extended partition "
13540 "also deletes any logical partitions it contains."
13541 msgstr ""
13542
13543 #. type: =head2
13544 #: ../src/guestfs-actions.pod:4857
13545 msgid "guestfs_part_disk"
13546 msgstr ""
13547
13548 #. type: verbatim
13549 #: ../src/guestfs-actions.pod:4859
13550 #, no-wrap
13551 msgid ""
13552 " int\n"
13553 " guestfs_part_disk (guestfs_h *g,\n"
13554 "                    const char *device,\n"
13555 "                    const char *parttype);\n"
13556 "\n"
13557 msgstr ""
13558
13559 #. type: textblock
13560 #: ../src/guestfs-actions.pod:4864
13561 msgid ""
13562 "This command is simply a combination of C<guestfs_part_init> followed by "
13563 "C<guestfs_part_add> to create a single primary partition covering the whole "
13564 "disk."
13565 msgstr ""
13566
13567 #. type: textblock
13568 #: ../src/guestfs-actions.pod:4868
13569 msgid ""
13570 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13571 "possible values are described in C<guestfs_part_init>."
13572 msgstr ""
13573
13574 #. type: =head2
13575 #: ../src/guestfs-actions.pod:4878
13576 msgid "guestfs_part_get_bootable"
13577 msgstr ""
13578
13579 #. type: verbatim
13580 #: ../src/guestfs-actions.pod:4880
13581 #, no-wrap
13582 msgid ""
13583 " int\n"
13584 " guestfs_part_get_bootable (guestfs_h *g,\n"
13585 "                            const char *device,\n"
13586 "                            int partnum);\n"
13587 "\n"
13588 msgstr ""
13589
13590 #. type: textblock
13591 #: ../src/guestfs-actions.pod:4885 ../fish/guestfish-actions.pod:3275
13592 msgid ""
13593 "This command returns true if the partition C<partnum> on C<device> has the "
13594 "bootable flag set."
13595 msgstr ""
13596
13597 #. type: textblock
13598 #: ../src/guestfs-actions.pod:4888
13599 msgid "See also C<guestfs_part_set_bootable>."
13600 msgstr ""
13601
13602 #. type: =head2
13603 #: ../src/guestfs-actions.pod:4894
13604 msgid "guestfs_part_get_mbr_id"
13605 msgstr ""
13606
13607 #. type: verbatim
13608 #: ../src/guestfs-actions.pod:4896
13609 #, no-wrap
13610 msgid ""
13611 " int\n"
13612 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13613 "                          const char *device,\n"
13614 "                          int partnum);\n"
13615 "\n"
13616 msgstr ""
13617
13618 #. type: textblock
13619 #: ../src/guestfs-actions.pod:4901 ../fish/guestfish-actions.pod:3284
13620 msgid ""
13621 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13622 "partition C<partnum>."
13623 msgstr ""
13624
13625 #. type: textblock
13626 #: ../src/guestfs-actions.pod:4904 ../src/guestfs-actions.pod:5080
13627 msgid ""
13628 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13629 "undefined results for other partition table types (see "
13630 "C<guestfs_part_get_parttype>)."
13631 msgstr ""
13632
13633 #. type: =head2
13634 #: ../src/guestfs-actions.pod:4912
13635 msgid "guestfs_part_get_parttype"
13636 msgstr ""
13637
13638 #. type: verbatim
13639 #: ../src/guestfs-actions.pod:4914
13640 #, no-wrap
13641 msgid ""
13642 " char *\n"
13643 " guestfs_part_get_parttype (guestfs_h *g,\n"
13644 "                            const char *device);\n"
13645 "\n"
13646 msgstr ""
13647
13648 #. type: textblock
13649 #: ../src/guestfs-actions.pod:4918 ../fish/guestfish-actions.pod:3295
13650 msgid ""
13651 "This command examines the partition table on C<device> and returns the "
13652 "partition table type (format) being used."
13653 msgstr ""
13654
13655 #. type: textblock
13656 #: ../src/guestfs-actions.pod:4921
13657 msgid ""
13658 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13659 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13660 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13661 msgstr ""
13662
13663 #. type: =head2
13664 #: ../src/guestfs-actions.pod:4931
13665 msgid "guestfs_part_init"
13666 msgstr ""
13667
13668 #. type: verbatim
13669 #: ../src/guestfs-actions.pod:4933
13670 #, no-wrap
13671 msgid ""
13672 " int\n"
13673 " guestfs_part_init (guestfs_h *g,\n"
13674 "                    const char *device,\n"
13675 "                    const char *parttype);\n"
13676 "\n"
13677 msgstr ""
13678
13679 #. type: textblock
13680 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3307
13681 msgid ""
13682 "This creates an empty partition table on C<device> of one of the partition "
13683 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13684 "(for large disks)."
13685 msgstr ""
13686
13687 #. type: textblock
13688 #: ../src/guestfs-actions.pod:4942
13689 msgid ""
13690 "Initially there are no partitions.  Following this, you should call "
13691 "C<guestfs_part_add> for each partition required."
13692 msgstr ""
13693
13694 #. type: textblock
13695 #: ../src/guestfs-actions.pod:4945 ../fish/guestfish-actions.pod:3314
13696 msgid "Possible values for C<parttype> are:"
13697 msgstr ""
13698
13699 #. type: =item
13700 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3318
13701 msgid "B<efi> | B<gpt>"
13702 msgstr ""
13703
13704 #. type: textblock
13705 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3320
13706 msgid "Intel EFI / GPT partition table."
13707 msgstr ""
13708
13709 #. type: textblock
13710 #: ../src/guestfs-actions.pod:4953 ../fish/guestfish-actions.pod:3322
13711 msgid ""
13712 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13713 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13714 "the C<mbr> format."
13715 msgstr ""
13716
13717 #. type: =item
13718 #: ../src/guestfs-actions.pod:4957 ../fish/guestfish-actions.pod:3326
13719 msgid "B<mbr> | B<msdos>"
13720 msgstr ""
13721
13722 #. type: textblock
13723 #: ../src/guestfs-actions.pod:4959 ../fish/guestfish-actions.pod:3328
13724 msgid ""
13725 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13726 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13727 "TB.  For large disks we recommend using C<gpt>."
13728 msgstr ""
13729
13730 #. type: textblock
13731 #: ../src/guestfs-actions.pod:4966 ../fish/guestfish-actions.pod:3335
13732 msgid "Other partition table types that may work but are not supported include:"
13733 msgstr ""
13734
13735 #. type: =item
13736 #: ../src/guestfs-actions.pod:4971 ../fish/guestfish-actions.pod:3340
13737 msgid "B<aix>"
13738 msgstr ""
13739
13740 #. type: textblock
13741 #: ../src/guestfs-actions.pod:4973 ../fish/guestfish-actions.pod:3342
13742 msgid "AIX disk labels."
13743 msgstr ""
13744
13745 #. type: =item
13746 #: ../src/guestfs-actions.pod:4975 ../fish/guestfish-actions.pod:3344
13747 msgid "B<amiga> | B<rdb>"
13748 msgstr ""
13749
13750 #. type: textblock
13751 #: ../src/guestfs-actions.pod:4977 ../fish/guestfish-actions.pod:3346
13752 msgid "Amiga \"Rigid Disk Block\" format."
13753 msgstr ""
13754
13755 #. type: =item
13756 #: ../src/guestfs-actions.pod:4979 ../fish/guestfish-actions.pod:3348
13757 msgid "B<bsd>"
13758 msgstr ""
13759
13760 #. type: textblock
13761 #: ../src/guestfs-actions.pod:4981 ../fish/guestfish-actions.pod:3350
13762 msgid "BSD disk labels."
13763 msgstr ""
13764
13765 #. type: =item
13766 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3352
13767 msgid "B<dasd>"
13768 msgstr ""
13769
13770 #. type: textblock
13771 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3354
13772 msgid "DASD, used on IBM mainframes."
13773 msgstr ""
13774
13775 #. type: =item
13776 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3356
13777 msgid "B<dvh>"
13778 msgstr ""
13779
13780 #. type: textblock
13781 #: ../src/guestfs-actions.pod:4989 ../fish/guestfish-actions.pod:3358
13782 msgid "MIPS/SGI volumes."
13783 msgstr ""
13784
13785 #. type: =item
13786 #: ../src/guestfs-actions.pod:4991 ../fish/guestfish-actions.pod:3360
13787 msgid "B<mac>"
13788 msgstr ""
13789
13790 #. type: textblock
13791 #: ../src/guestfs-actions.pod:4993 ../fish/guestfish-actions.pod:3362
13792 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13793 msgstr ""
13794
13795 #. type: =item
13796 #: ../src/guestfs-actions.pod:4995 ../fish/guestfish-actions.pod:3364
13797 msgid "B<pc98>"
13798 msgstr ""
13799
13800 #. type: textblock
13801 #: ../src/guestfs-actions.pod:4997 ../fish/guestfish-actions.pod:3366
13802 msgid "NEC PC-98 format, common in Japan apparently."
13803 msgstr ""
13804
13805 #. type: =item
13806 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3368
13807 msgid "B<sun>"
13808 msgstr ""
13809
13810 #. type: textblock
13811 #: ../src/guestfs-actions.pod:5001 ../fish/guestfish-actions.pod:3370
13812 msgid "Sun disk labels."
13813 msgstr ""
13814
13815 #. type: =head2
13816 #: ../src/guestfs-actions.pod:5009
13817 msgid "guestfs_part_list"
13818 msgstr ""
13819
13820 #. type: verbatim
13821 #: ../src/guestfs-actions.pod:5011
13822 #, no-wrap
13823 msgid ""
13824 " struct guestfs_partition_list *\n"
13825 " guestfs_part_list (guestfs_h *g,\n"
13826 "                    const char *device);\n"
13827 "\n"
13828 msgstr ""
13829
13830 #. type: textblock
13831 #: ../src/guestfs-actions.pod:5015 ../fish/guestfish-actions.pod:3378
13832 msgid ""
13833 "This command parses the partition table on C<device> and returns the list of "
13834 "partitions found."
13835 msgstr ""
13836
13837 #. type: textblock
13838 #: ../src/guestfs-actions.pod:5018 ../fish/guestfish-actions.pod:3381
13839 msgid "The fields in the returned structure are:"
13840 msgstr ""
13841
13842 #. type: =item
13843 #: ../src/guestfs-actions.pod:5022 ../fish/guestfish-actions.pod:3385
13844 msgid "B<part_num>"
13845 msgstr ""
13846
13847 #. type: textblock
13848 #: ../src/guestfs-actions.pod:5024 ../fish/guestfish-actions.pod:3387
13849 msgid "Partition number, counting from 1."
13850 msgstr ""
13851
13852 #. type: =item
13853 #: ../src/guestfs-actions.pod:5026 ../fish/guestfish-actions.pod:3389
13854 msgid "B<part_start>"
13855 msgstr ""
13856
13857 #. type: textblock
13858 #: ../src/guestfs-actions.pod:5028
13859 msgid ""
13860 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13861 "the device's sector size, see C<guestfs_blockdev_getss>."
13862 msgstr ""
13863
13864 #. type: =item
13865 #: ../src/guestfs-actions.pod:5031 ../fish/guestfish-actions.pod:3394
13866 msgid "B<part_end>"
13867 msgstr ""
13868
13869 #. type: textblock
13870 #: ../src/guestfs-actions.pod:5033 ../fish/guestfish-actions.pod:3396
13871 msgid "End of the partition in bytes."
13872 msgstr ""
13873
13874 #. type: =item
13875 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3398
13876 msgid "B<part_size>"
13877 msgstr ""
13878
13879 #. type: textblock
13880 #: ../src/guestfs-actions.pod:5037 ../fish/guestfish-actions.pod:3400
13881 msgid "Size of the partition in bytes."
13882 msgstr ""
13883
13884 #. type: textblock
13885 #: ../src/guestfs-actions.pod:5041
13886 msgid ""
13887 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13888 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13889 "use>."
13890 msgstr ""
13891
13892 #. type: =head2
13893 #: ../src/guestfs-actions.pod:5047
13894 msgid "guestfs_part_set_bootable"
13895 msgstr ""
13896
13897 #. type: verbatim
13898 #: ../src/guestfs-actions.pod:5049
13899 #, no-wrap
13900 msgid ""
13901 " int\n"
13902 " guestfs_part_set_bootable (guestfs_h *g,\n"
13903 "                            const char *device,\n"
13904 "                            int partnum,\n"
13905 "                            int bootable);\n"
13906 "\n"
13907 msgstr ""
13908
13909 #. type: textblock
13910 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3408
13911 msgid ""
13912 "This sets the bootable flag on partition numbered C<partnum> on device "
13913 "C<device>.  Note that partitions are numbered from 1."
13914 msgstr ""
13915
13916 #. type: textblock
13917 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3411
13918 msgid ""
13919 "The bootable flag is used by some operating systems (notably Windows) to "
13920 "determine which partition to boot from.  It is by no means universally "
13921 "recognized."
13922 msgstr ""
13923
13924 #. type: =head2
13925 #: ../src/guestfs-actions.pod:5066
13926 msgid "guestfs_part_set_mbr_id"
13927 msgstr ""
13928
13929 #. type: verbatim
13930 #: ../src/guestfs-actions.pod:5068
13931 #, no-wrap
13932 msgid ""
13933 " int\n"
13934 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13935 "                          const char *device,\n"
13936 "                          int partnum,\n"
13937 "                          int idbyte);\n"
13938 "\n"
13939 msgstr ""
13940
13941 #. type: textblock
13942 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3419
13943 msgid ""
13944 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13945 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13946 "documentation are in fact hexadecimal numbers, but usually documented "
13947 "without any leading \"0x\" which might be confusing."
13948 msgstr ""
13949
13950 #. type: =head2
13951 #: ../src/guestfs-actions.pod:5088
13952 msgid "guestfs_part_set_name"
13953 msgstr ""
13954
13955 #. type: verbatim
13956 #: ../src/guestfs-actions.pod:5090
13957 #, no-wrap
13958 msgid ""
13959 " int\n"
13960 " guestfs_part_set_name (guestfs_h *g,\n"
13961 "                        const char *device,\n"
13962 "                        int partnum,\n"
13963 "                        const char *name);\n"
13964 "\n"
13965 msgstr ""
13966
13967 #. type: textblock
13968 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3433
13969 msgid ""
13970 "This sets the partition name on partition numbered C<partnum> on device "
13971 "C<device>.  Note that partitions are numbered from 1."
13972 msgstr ""
13973
13974 #. type: textblock
13975 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3436
13976 msgid ""
13977 "The partition name can only be set on certain types of partition table.  "
13978 "This works on C<gpt> but not on C<mbr> partitions."
13979 msgstr ""
13980
13981 #. type: =head2
13982 #: ../src/guestfs-actions.pod:5106
13983 msgid "guestfs_part_to_dev"
13984 msgstr ""
13985
13986 #. type: verbatim
13987 #: ../src/guestfs-actions.pod:5108
13988 #, no-wrap
13989 msgid ""
13990 " char *\n"
13991 " guestfs_part_to_dev (guestfs_h *g,\n"
13992 "                      const char *partition);\n"
13993 "\n"
13994 msgstr ""
13995
13996 #. type: textblock
13997 #: ../src/guestfs-actions.pod:5112 ../fish/guestfish-actions.pod:3443
13998 msgid ""
13999 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14000 "partition number, returning the device name (eg. \"/dev/sdb\")."
14001 msgstr ""
14002
14003 #. type: textblock
14004 #: ../src/guestfs-actions.pod:5116
14005 msgid ""
14006 "The named partition must exist, for example as a string returned from "
14007 "C<guestfs_list_partitions>."
14008 msgstr ""
14009
14010 #. type: =head2
14011 #: ../src/guestfs-actions.pod:5124
14012 msgid "guestfs_ping_daemon"
14013 msgstr ""
14014
14015 #. type: verbatim
14016 #: ../src/guestfs-actions.pod:5126
14017 #, no-wrap
14018 msgid ""
14019 " int\n"
14020 " guestfs_ping_daemon (guestfs_h *g);\n"
14021 "\n"
14022 msgstr ""
14023
14024 #. type: textblock
14025 #: ../src/guestfs-actions.pod:5129 ../fish/guestfish-actions.pod:3454
14026 msgid ""
14027 "This is a test probe into the guestfs daemon running inside the qemu "
14028 "subprocess.  Calling this function checks that the daemon responds to the "
14029 "ping message, without affecting the daemon or attached block device(s) in "
14030 "any other way."
14031 msgstr ""
14032
14033 #. type: =head2
14034 #: ../src/guestfs-actions.pod:5138
14035 msgid "guestfs_pread"
14036 msgstr ""
14037
14038 #. type: verbatim
14039 #: ../src/guestfs-actions.pod:5140
14040 #, no-wrap
14041 msgid ""
14042 " char *\n"
14043 " guestfs_pread (guestfs_h *g,\n"
14044 "                const char *path,\n"
14045 "                int count,\n"
14046 "                int64_t offset,\n"
14047 "                size_t *size_r);\n"
14048 "\n"
14049 msgstr ""
14050
14051 #. type: textblock
14052 #: ../src/guestfs-actions.pod:5147 ../fish/guestfish-actions.pod:3463
14053 msgid ""
14054 "This command lets you read part of a file.  It reads C<count> bytes of the "
14055 "file, starting at C<offset>, from file C<path>."
14056 msgstr ""
14057
14058 #. type: textblock
14059 #: ../src/guestfs-actions.pod:5150 ../src/guestfs-actions.pod:5176 ../fish/guestfish-actions.pod:3466 ../fish/guestfish-actions.pod:3481
14060 msgid ""
14061 "This may read fewer bytes than requested.  For further details see the "
14062 "L<pread(2)> system call."
14063 msgstr ""
14064
14065 #. type: textblock
14066 #: ../src/guestfs-actions.pod:5153
14067 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14068 msgstr ""
14069
14070 #. type: =head2
14071 #: ../src/guestfs-actions.pod:5164
14072 msgid "guestfs_pread_device"
14073 msgstr ""
14074
14075 #. type: verbatim
14076 #: ../src/guestfs-actions.pod:5166
14077 #, no-wrap
14078 msgid ""
14079 " char *\n"
14080 " guestfs_pread_device (guestfs_h *g,\n"
14081 "                       const char *device,\n"
14082 "                       int count,\n"
14083 "                       int64_t offset,\n"
14084 "                       size_t *size_r);\n"
14085 "\n"
14086 msgstr ""
14087
14088 #. type: textblock
14089 #: ../src/guestfs-actions.pod:5173 ../fish/guestfish-actions.pod:3478
14090 msgid ""
14091 "This command lets you read part of a file.  It reads C<count> bytes of "
14092 "C<device>, starting at C<offset>."
14093 msgstr ""
14094
14095 #. type: textblock
14096 #: ../src/guestfs-actions.pod:5179
14097 msgid "See also C<guestfs_pread>."
14098 msgstr ""
14099
14100 #. type: textblock
14101 #: ../src/guestfs-actions.pod:5188
14102 msgid "(Added in 1.5.21)"
14103 msgstr ""
14104
14105 #. type: =head2
14106 #: ../src/guestfs-actions.pod:5190
14107 msgid "guestfs_pvcreate"
14108 msgstr ""
14109
14110 #. type: verbatim
14111 #: ../src/guestfs-actions.pod:5192
14112 #, no-wrap
14113 msgid ""
14114 " int\n"
14115 " guestfs_pvcreate (guestfs_h *g,\n"
14116 "                   const char *device);\n"
14117 "\n"
14118 msgstr ""
14119
14120 #. type: textblock
14121 #: ../src/guestfs-actions.pod:5196 ../fish/guestfish-actions.pod:3493
14122 msgid ""
14123 "This creates an LVM physical volume on the named C<device>, where C<device> "
14124 "should usually be a partition name such as C</dev/sda1>."
14125 msgstr ""
14126
14127 #. type: =head2
14128 #: ../src/guestfs-actions.pod:5204
14129 msgid "guestfs_pvremove"
14130 msgstr ""
14131
14132 #. type: verbatim
14133 #: ../src/guestfs-actions.pod:5206
14134 #, no-wrap
14135 msgid ""
14136 " int\n"
14137 " guestfs_pvremove (guestfs_h *g,\n"
14138 "                   const char *device);\n"
14139 "\n"
14140 msgstr ""
14141
14142 #. type: textblock
14143 #: ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:3501
14144 msgid ""
14145 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14146 "it."
14147 msgstr ""
14148
14149 #. type: textblock
14150 #: ../src/guestfs-actions.pod:5213 ../fish/guestfish-actions.pod:3504
14151 msgid ""
14152 "The implementation uses the C<pvremove> command which refuses to wipe "
14153 "physical volumes that contain any volume groups, so you have to remove those "
14154 "first."
14155 msgstr ""
14156
14157 #. type: =head2
14158 #: ../src/guestfs-actions.pod:5221
14159 msgid "guestfs_pvresize"
14160 msgstr ""
14161
14162 #. type: verbatim
14163 #: ../src/guestfs-actions.pod:5223
14164 #, no-wrap
14165 msgid ""
14166 " int\n"
14167 " guestfs_pvresize (guestfs_h *g,\n"
14168 "                   const char *device);\n"
14169 "\n"
14170 msgstr ""
14171
14172 #. type: textblock
14173 #: ../src/guestfs-actions.pod:5227 ../fish/guestfish-actions.pod:3512
14174 msgid ""
14175 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14176 "the new size of the underlying device."
14177 msgstr ""
14178
14179 #. type: =head2
14180 #: ../src/guestfs-actions.pod:5234
14181 msgid "guestfs_pvresize_size"
14182 msgstr ""
14183
14184 #. type: verbatim
14185 #: ../src/guestfs-actions.pod:5236
14186 #, no-wrap
14187 msgid ""
14188 " int\n"
14189 " guestfs_pvresize_size (guestfs_h *g,\n"
14190 "                        const char *device,\n"
14191 "                        int64_t size);\n"
14192 "\n"
14193 msgstr ""
14194
14195 #. type: textblock
14196 #: ../src/guestfs-actions.pod:5241
14197 msgid ""
14198 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14199 "specify the new size (in bytes) explicitly."
14200 msgstr ""
14201
14202 #. type: =head2
14203 #: ../src/guestfs-actions.pod:5248
14204 msgid "guestfs_pvs"
14205 msgstr ""
14206
14207 #. type: verbatim
14208 #: ../src/guestfs-actions.pod:5250
14209 #, no-wrap
14210 msgid ""
14211 " char **\n"
14212 " guestfs_pvs (guestfs_h *g);\n"
14213 "\n"
14214 msgstr ""
14215
14216 #. type: textblock
14217 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3526
14218 msgid ""
14219 "List all the physical volumes detected.  This is the equivalent of the "
14220 "L<pvs(8)> command."
14221 msgstr ""
14222
14223 #. type: textblock
14224 #: ../src/guestfs-actions.pod:5256 ../fish/guestfish-actions.pod:3529
14225 msgid ""
14226 "This returns a list of just the device names that contain PVs "
14227 "(eg. C</dev/sda2>)."
14228 msgstr ""
14229
14230 #. type: textblock
14231 #: ../src/guestfs-actions.pod:5259
14232 msgid "See also C<guestfs_pvs_full>."
14233 msgstr ""
14234
14235 #. type: =head2
14236 #: ../src/guestfs-actions.pod:5267
14237 msgid "guestfs_pvs_full"
14238 msgstr ""
14239
14240 #. type: verbatim
14241 #: ../src/guestfs-actions.pod:5269
14242 #, no-wrap
14243 msgid ""
14244 " struct guestfs_lvm_pv_list *\n"
14245 " guestfs_pvs_full (guestfs_h *g);\n"
14246 "\n"
14247 msgstr ""
14248
14249 #. type: textblock
14250 #: ../src/guestfs-actions.pod:5272 ../fish/guestfish-actions.pod:3538
14251 msgid ""
14252 "List all the physical volumes detected.  This is the equivalent of the "
14253 "L<pvs(8)> command.  The \"full\" version includes all fields."
14254 msgstr ""
14255
14256 #. type: textblock
14257 #: ../src/guestfs-actions.pod:5275
14258 msgid ""
14259 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14260 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14261 "use>."
14262 msgstr ""
14263
14264 #. type: =head2
14265 #: ../src/guestfs-actions.pod:5281
14266 msgid "guestfs_pvuuid"
14267 msgstr ""
14268
14269 #. type: verbatim
14270 #: ../src/guestfs-actions.pod:5283
14271 #, no-wrap
14272 msgid ""
14273 " char *\n"
14274 " guestfs_pvuuid (guestfs_h *g,\n"
14275 "                 const char *device);\n"
14276 "\n"
14277 msgstr ""
14278
14279 #. type: textblock
14280 #: ../src/guestfs-actions.pod:5287 ../fish/guestfish-actions.pod:3545
14281 msgid "This command returns the UUID of the LVM PV C<device>."
14282 msgstr ""
14283
14284 #. type: =head2
14285 #: ../src/guestfs-actions.pod:5294
14286 msgid "guestfs_pwrite"
14287 msgstr ""
14288
14289 #. type: verbatim
14290 #: ../src/guestfs-actions.pod:5296
14291 #, no-wrap
14292 msgid ""
14293 " int\n"
14294 " guestfs_pwrite (guestfs_h *g,\n"
14295 "                 const char *path,\n"
14296 "                 const char *content,\n"
14297 "                 size_t content_size,\n"
14298 "                 int64_t offset);\n"
14299 "\n"
14300 msgstr ""
14301
14302 #. type: textblock
14303 #: ../src/guestfs-actions.pod:5303 ../fish/guestfish-actions.pod:3551
14304 msgid ""
14305 "This command writes to part of a file.  It writes the data buffer C<content> "
14306 "to the file C<path> starting at offset C<offset>."
14307 msgstr ""
14308
14309 #. type: textblock
14310 #: ../src/guestfs-actions.pod:5306 ../fish/guestfish-actions.pod:3554
14311 msgid ""
14312 "This command implements the L<pwrite(2)> system call, and like that system "
14313 "call it may not write the full data requested.  The return value is the "
14314 "number of bytes that were actually written to the file.  This could even be "
14315 "0, although short writes are unlikely for regular files in ordinary "
14316 "circumstances."
14317 msgstr ""
14318
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:5312
14321 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14322 msgstr ""
14323
14324 #. type: =head2
14325 #: ../src/guestfs-actions.pod:5321
14326 msgid "guestfs_pwrite_device"
14327 msgstr ""
14328
14329 #. type: verbatim
14330 #: ../src/guestfs-actions.pod:5323
14331 #, no-wrap
14332 msgid ""
14333 " int\n"
14334 " guestfs_pwrite_device (guestfs_h *g,\n"
14335 "                        const char *device,\n"
14336 "                        const char *content,\n"
14337 "                        size_t content_size,\n"
14338 "                        int64_t offset);\n"
14339 "\n"
14340 msgstr ""
14341
14342 #. type: textblock
14343 #: ../src/guestfs-actions.pod:5330 ../fish/guestfish-actions.pod:3569
14344 msgid ""
14345 "This command writes to part of a device.  It writes the data buffer "
14346 "C<content> to C<device> starting at offset C<offset>."
14347 msgstr ""
14348
14349 #. type: textblock
14350 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3572
14351 msgid ""
14352 "This command implements the L<pwrite(2)> system call, and like that system "
14353 "call it may not write the full data requested (although short writes to disk "
14354 "devices and partitions are probably impossible with standard Linux kernels)."
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:5338
14359 msgid "See also C<guestfs_pwrite>."
14360 msgstr ""
14361
14362 #. type: textblock
14363 #: ../src/guestfs-actions.pod:5345
14364 msgid "(Added in 1.5.20)"
14365 msgstr ""
14366
14367 #. type: =head2
14368 #: ../src/guestfs-actions.pod:5347
14369 msgid "guestfs_read_file"
14370 msgstr ""
14371
14372 #. type: verbatim
14373 #: ../src/guestfs-actions.pod:5349
14374 #, no-wrap
14375 msgid ""
14376 " char *\n"
14377 " guestfs_read_file (guestfs_h *g,\n"
14378 "                    const char *path,\n"
14379 "                    size_t *size_r);\n"
14380 "\n"
14381 msgstr ""
14382
14383 #. type: textblock
14384 #: ../src/guestfs-actions.pod:5354 ../fish/guestfish-actions.pod:3586
14385 msgid "This calls returns the contents of the file C<path> as a buffer."
14386 msgstr ""
14387
14388 #. type: textblock
14389 #: ../src/guestfs-actions.pod:5357
14390 msgid ""
14391 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14392 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14393 "function is limited in the total size of file that can be handled."
14394 msgstr ""
14395
14396 #. type: textblock
14397 #: ../src/guestfs-actions.pod:5369
14398 msgid "(Added in 1.0.63)"
14399 msgstr ""
14400
14401 #. type: =head2
14402 #: ../src/guestfs-actions.pod:5371
14403 msgid "guestfs_read_lines"
14404 msgstr ""
14405
14406 #. type: verbatim
14407 #: ../src/guestfs-actions.pod:5373
14408 #, no-wrap
14409 msgid ""
14410 " char **\n"
14411 " guestfs_read_lines (guestfs_h *g,\n"
14412 "                     const char *path);\n"
14413 "\n"
14414 msgstr ""
14415
14416 #. type: textblock
14417 #: ../src/guestfs-actions.pod:5379 ../fish/guestfish-actions.pod:3603
14418 msgid ""
14419 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14420 "C<CRLF> character sequences are I<not> returned."
14421 msgstr ""
14422
14423 #. type: textblock
14424 #: ../src/guestfs-actions.pod:5382
14425 msgid ""
14426 "Note that this function cannot correctly handle binary files (specifically, "
14427 "files containing C<\\0> character which is treated as end of line).  For "
14428 "those you need to use the C<guestfs_read_file> function which has a more "
14429 "complex interface."
14430 msgstr ""
14431
14432 #. type: =head2
14433 #: ../src/guestfs-actions.pod:5393
14434 msgid "guestfs_readdir"
14435 msgstr ""
14436
14437 #. type: verbatim
14438 #: ../src/guestfs-actions.pod:5395
14439 #, no-wrap
14440 msgid ""
14441 " struct guestfs_dirent_list *\n"
14442 " guestfs_readdir (guestfs_h *g,\n"
14443 "                  const char *dir);\n"
14444 "\n"
14445 msgstr ""
14446
14447 #. type: textblock
14448 #: ../src/guestfs-actions.pod:5399 ../fish/guestfish-actions.pod:3615
14449 msgid "This returns the list of directory entries in directory C<dir>."
14450 msgstr ""
14451
14452 #. type: textblock
14453 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3617
14454 msgid ""
14455 "All entries in the directory are returned, including C<.> and C<..>.  The "
14456 "entries are I<not> sorted, but returned in the same order as the underlying "
14457 "filesystem."
14458 msgstr ""
14459
14460 #. type: textblock
14461 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3621
14462 msgid ""
14463 "Also this call returns basic file type information about each file.  The "
14464 "C<ftyp> field will contain one of the following characters:"
14465 msgstr ""
14466
14467 #. type: =item
14468 #: ../src/guestfs-actions.pod:5410 ../fish/guestfish-actions.pod:3626
14469 msgid "'b'"
14470 msgstr ""
14471
14472 #. type: textblock
14473 #: ../src/guestfs-actions.pod:5412 ../fish/guestfish-actions.pod:3628
14474 msgid "Block special"
14475 msgstr ""
14476
14477 #. type: =item
14478 #: ../src/guestfs-actions.pod:5414 ../fish/guestfish-actions.pod:3630
14479 msgid "'c'"
14480 msgstr ""
14481
14482 #. type: textblock
14483 #: ../src/guestfs-actions.pod:5416 ../fish/guestfish-actions.pod:3632
14484 msgid "Char special"
14485 msgstr ""
14486
14487 #. type: =item
14488 #: ../src/guestfs-actions.pod:5418 ../fish/guestfish-actions.pod:3634
14489 msgid "'d'"
14490 msgstr ""
14491
14492 #. type: textblock
14493 #: ../src/guestfs-actions.pod:5420 ../fish/guestfish-actions.pod:3636
14494 msgid "Directory"
14495 msgstr ""
14496
14497 #. type: =item
14498 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3638
14499 msgid "'f'"
14500 msgstr ""
14501
14502 #. type: textblock
14503 #: ../src/guestfs-actions.pod:5424 ../fish/guestfish-actions.pod:3640
14504 msgid "FIFO (named pipe)"
14505 msgstr ""
14506
14507 #. type: =item
14508 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3642
14509 msgid "'l'"
14510 msgstr ""
14511
14512 #. type: textblock
14513 #: ../src/guestfs-actions.pod:5428 ../fish/guestfish-actions.pod:3644
14514 msgid "Symbolic link"
14515 msgstr ""
14516
14517 #. type: =item
14518 #: ../src/guestfs-actions.pod:5430 ../fish/guestfish-actions.pod:3646
14519 msgid "'r'"
14520 msgstr ""
14521
14522 #. type: textblock
14523 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3648
14524 msgid "Regular file"
14525 msgstr ""
14526
14527 #. type: =item
14528 #: ../src/guestfs-actions.pod:5434 ../fish/guestfish-actions.pod:3650
14529 msgid "'s'"
14530 msgstr ""
14531
14532 #. type: textblock
14533 #: ../src/guestfs-actions.pod:5436 ../fish/guestfish-actions.pod:3652
14534 msgid "Socket"
14535 msgstr ""
14536
14537 #. type: =item
14538 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3654
14539 msgid "'u'"
14540 msgstr ""
14541
14542 #. type: textblock
14543 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3656
14544 msgid "Unknown file type"
14545 msgstr ""
14546
14547 #. type: =item
14548 #: ../src/guestfs-actions.pod:5442 ../fish/guestfish-actions.pod:3658
14549 msgid "'?'"
14550 msgstr ""
14551
14552 #. type: textblock
14553 #: ../src/guestfs-actions.pod:5444 ../fish/guestfish-actions.pod:3660
14554 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14555 msgstr ""
14556
14557 #. type: textblock
14558 #: ../src/guestfs-actions.pod:5449
14559 msgid ""
14560 "This function is primarily intended for use by programs.  To get a simple "
14561 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14562 "consumption, use C<guestfs_ll>."
14563 msgstr ""
14564
14565 #. type: textblock
14566 #: ../src/guestfs-actions.pod:5453
14567 msgid ""
14568 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14569 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14570 "use>."
14571 msgstr ""
14572
14573 #. type: =head2
14574 #: ../src/guestfs-actions.pod:5459
14575 msgid "guestfs_readlink"
14576 msgstr ""
14577
14578 #. type: verbatim
14579 #: ../src/guestfs-actions.pod:5461
14580 #, no-wrap
14581 msgid ""
14582 " char *\n"
14583 " guestfs_readlink (guestfs_h *g,\n"
14584 "                   const char *path);\n"
14585 "\n"
14586 msgstr ""
14587
14588 #. type: textblock
14589 #: ../src/guestfs-actions.pod:5465 ../fish/guestfish-actions.pod:3673
14590 msgid "This command reads the target of a symbolic link."
14591 msgstr ""
14592
14593 #. type: =head2
14594 #: ../src/guestfs-actions.pod:5472
14595 msgid "guestfs_readlinklist"
14596 msgstr ""
14597
14598 #. type: verbatim
14599 #: ../src/guestfs-actions.pod:5474
14600 #, no-wrap
14601 msgid ""
14602 " char **\n"
14603 " guestfs_readlinklist (guestfs_h *g,\n"
14604 "                       const char *path,\n"
14605 "                       char *const *names);\n"
14606 "\n"
14607 msgstr ""
14608
14609 #. type: textblock
14610 #: ../src/guestfs-actions.pod:5479 ../fish/guestfish-actions.pod:3679
14611 msgid ""
14612 "This call allows you to do a C<readlink> operation on multiple files, where "
14613 "all files are in the directory C<path>.  C<names> is the list of files from "
14614 "this directory."
14615 msgstr ""
14616
14617 #. type: textblock
14618 #: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3683
14619 msgid ""
14620 "On return you get a list of strings, with a one-to-one correspondence to the "
14621 "C<names> list.  Each string is the value of the symbolic link."
14622 msgstr ""
14623
14624 #. type: textblock
14625 #: ../src/guestfs-actions.pod:5487 ../fish/guestfish-actions.pod:3687
14626 msgid ""
14627 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14628 "result string is the empty string C<\"\">.  However the whole operation is "
14629 "completed even if there were C<readlink(2)> errors, and so you can call this "
14630 "function with names where you don't know if they are symbolic links already "
14631 "(albeit slightly less efficient)."
14632 msgstr ""
14633
14634 #. type: textblock
14635 #: ../src/guestfs-actions.pod:5494 ../fish/guestfish-actions.pod:3694
14636 msgid ""
14637 "This call is intended for programs that want to efficiently list a directory "
14638 "contents without making many round-trips.  Very long directory listings "
14639 "might cause the protocol message size to be exceeded, causing this call to "
14640 "fail.  The caller must split up such requests into smaller groups of names."
14641 msgstr ""
14642
14643 #. type: =head2
14644 #: ../src/guestfs-actions.pod:5507
14645 msgid "guestfs_realpath"
14646 msgstr ""
14647
14648 #. type: verbatim
14649 #: ../src/guestfs-actions.pod:5509
14650 #, no-wrap
14651 msgid ""
14652 " char *\n"
14653 " guestfs_realpath (guestfs_h *g,\n"
14654 "                   const char *path);\n"
14655 "\n"
14656 msgstr ""
14657
14658 #. type: textblock
14659 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3705
14660 msgid ""
14661 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14662 "has no C<.>, C<..> or symbolic link path elements."
14663 msgstr ""
14664
14665 #. type: =head2
14666 #: ../src/guestfs-actions.pod:5521
14667 msgid "guestfs_removexattr"
14668 msgstr ""
14669
14670 #. type: verbatim
14671 #: ../src/guestfs-actions.pod:5523
14672 #, no-wrap
14673 msgid ""
14674 " int\n"
14675 " guestfs_removexattr (guestfs_h *g,\n"
14676 "                      const char *xattr,\n"
14677 "                      const char *path);\n"
14678 "\n"
14679 msgstr ""
14680
14681 #. type: textblock
14682 #: ../src/guestfs-actions.pod:5528 ../fish/guestfish-actions.pod:3712
14683 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14684 msgstr ""
14685
14686 #. type: textblock
14687 #: ../src/guestfs-actions.pod:5531
14688 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14689 msgstr ""
14690
14691 #. type: =head2
14692 #: ../src/guestfs-actions.pod:5537
14693 msgid "guestfs_resize2fs"
14694 msgstr ""
14695
14696 #. type: verbatim
14697 #: ../src/guestfs-actions.pod:5539
14698 #, no-wrap
14699 msgid ""
14700 " int\n"
14701 " guestfs_resize2fs (guestfs_h *g,\n"
14702 "                    const char *device);\n"
14703 "\n"
14704 msgstr ""
14705
14706 #. type: textblock
14707 #: ../src/guestfs-actions.pod:5543 ../fish/guestfish-actions.pod:3721
14708 msgid ""
14709 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14710 "underlying device."
14711 msgstr ""
14712
14713 #. type: textblock
14714 #: ../src/guestfs-actions.pod:5546
14715 msgid ""
14716 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14717 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14718 "sometimes gives an error about this and sometimes not.  In any case, it is "
14719 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14720 msgstr ""
14721
14722 #. type: =head2
14723 #: ../src/guestfs-actions.pod:5556
14724 msgid "guestfs_resize2fs_M"
14725 msgstr ""
14726
14727 #. type: verbatim
14728 #: ../src/guestfs-actions.pod:5558
14729 #, no-wrap
14730 msgid ""
14731 " int\n"
14732 " guestfs_resize2fs_M (guestfs_h *g,\n"
14733 "                      const char *device);\n"
14734 "\n"
14735 msgstr ""
14736
14737 #. type: textblock
14738 #: ../src/guestfs-actions.pod:5562
14739 msgid ""
14740 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14741 "resized to its minimum size.  This works like the C<-M> option to the "
14742 "C<resize2fs> command."
14743 msgstr ""
14744
14745 #. type: textblock
14746 #: ../src/guestfs-actions.pod:5566
14747 msgid ""
14748 "To get the resulting size of the filesystem you should call "
14749 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14750 "These two numbers, multiplied together, give the resulting size of the "
14751 "minimal filesystem in bytes."
14752 msgstr ""
14753
14754 #. type: =head2
14755 #: ../src/guestfs-actions.pod:5573
14756 msgid "guestfs_resize2fs_size"
14757 msgstr ""
14758
14759 #. type: verbatim
14760 #: ../src/guestfs-actions.pod:5575
14761 #, no-wrap
14762 msgid ""
14763 " int\n"
14764 " guestfs_resize2fs_size (guestfs_h *g,\n"
14765 "                         const char *device,\n"
14766 "                         int64_t size);\n"
14767 "\n"
14768 msgstr ""
14769
14770 #. type: textblock
14771 #: ../src/guestfs-actions.pod:5580
14772 msgid ""
14773 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14774 "to specify the new size (in bytes) explicitly."
14775 msgstr ""
14776
14777 #. type: =head2
14778 #: ../src/guestfs-actions.pod:5587
14779 msgid "guestfs_rm"
14780 msgstr ""
14781
14782 #. type: verbatim
14783 #: ../src/guestfs-actions.pod:5589
14784 #, no-wrap
14785 msgid ""
14786 " int\n"
14787 " guestfs_rm (guestfs_h *g,\n"
14788 "             const char *path);\n"
14789 "\n"
14790 msgstr ""
14791
14792 #. type: textblock
14793 #: ../src/guestfs-actions.pod:5593 ../fish/guestfish-actions.pod:3754
14794 msgid "Remove the single file C<path>."
14795 msgstr ""
14796
14797 #. type: =head2
14798 #: ../src/guestfs-actions.pod:5599
14799 msgid "guestfs_rm_rf"
14800 msgstr ""
14801
14802 #. type: verbatim
14803 #: ../src/guestfs-actions.pod:5601
14804 #, no-wrap
14805 msgid ""
14806 " int\n"
14807 " guestfs_rm_rf (guestfs_h *g,\n"
14808 "                const char *path);\n"
14809 "\n"
14810 msgstr ""
14811
14812 #. type: textblock
14813 #: ../src/guestfs-actions.pod:5605 ../fish/guestfish-actions.pod:3760
14814 msgid ""
14815 "Remove the file or directory C<path>, recursively removing the contents if "
14816 "its a directory.  This is like the C<rm -rf> shell command."
14817 msgstr ""
14818
14819 #. type: =head2
14820 #: ../src/guestfs-actions.pod:5613
14821 msgid "guestfs_rmdir"
14822 msgstr ""
14823
14824 #. type: verbatim
14825 #: ../src/guestfs-actions.pod:5615
14826 #, no-wrap
14827 msgid ""
14828 " int\n"
14829 " guestfs_rmdir (guestfs_h *g,\n"
14830 "                const char *path);\n"
14831 "\n"
14832 msgstr ""
14833
14834 #. type: textblock
14835 #: ../src/guestfs-actions.pod:5619 ../fish/guestfish-actions.pod:3768
14836 msgid "Remove the single directory C<path>."
14837 msgstr ""
14838
14839 #. type: =head2
14840 #: ../src/guestfs-actions.pod:5625
14841 msgid "guestfs_rmmountpoint"
14842 msgstr ""
14843
14844 #. type: verbatim
14845 #: ../src/guestfs-actions.pod:5627
14846 #, no-wrap
14847 msgid ""
14848 " int\n"
14849 " guestfs_rmmountpoint (guestfs_h *g,\n"
14850 "                       const char *exemptpath);\n"
14851 "\n"
14852 msgstr ""
14853
14854 #. type: textblock
14855 #: ../src/guestfs-actions.pod:5631
14856 msgid ""
14857 "This calls removes a mountpoint that was previously created with "
14858 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14859 msgstr ""
14860
14861 #. type: =head2
14862 #: ../src/guestfs-actions.pod:5639
14863 msgid "guestfs_scrub_device"
14864 msgstr ""
14865
14866 #. type: verbatim
14867 #: ../src/guestfs-actions.pod:5641
14868 #, no-wrap
14869 msgid ""
14870 " int\n"
14871 " guestfs_scrub_device (guestfs_h *g,\n"
14872 "                       const char *device);\n"
14873 "\n"
14874 msgstr ""
14875
14876 #. type: textblock
14877 #: ../src/guestfs-actions.pod:5645 ../fish/guestfish-actions.pod:3782
14878 msgid ""
14879 "This command writes patterns over C<device> to make data retrieval more "
14880 "difficult."
14881 msgstr ""
14882
14883 #. type: textblock
14884 #: ../src/guestfs-actions.pod:5648 ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3785 ../fish/guestfish-actions.pod:3800 ../fish/guestfish-actions.pod:3813
14885 msgid ""
14886 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14887 "more details."
14888 msgstr ""
14889
14890 #. type: textblock
14891 #: ../src/guestfs-actions.pod:5656 ../src/guestfs-actions.pod:5674 ../src/guestfs-actions.pod:5693
14892 msgid "(Added in 1.0.52)"
14893 msgstr ""
14894
14895 #. type: =head2
14896 #: ../src/guestfs-actions.pod:5658
14897 msgid "guestfs_scrub_file"
14898 msgstr ""
14899
14900 #. type: verbatim
14901 #: ../src/guestfs-actions.pod:5660
14902 #, no-wrap
14903 msgid ""
14904 " int\n"
14905 " guestfs_scrub_file (guestfs_h *g,\n"
14906 "                     const char *file);\n"
14907 "\n"
14908 msgstr ""
14909
14910 #. type: textblock
14911 #: ../src/guestfs-actions.pod:5664 ../fish/guestfish-actions.pod:3795
14912 msgid ""
14913 "This command writes patterns over a file to make data retrieval more "
14914 "difficult."
14915 msgstr ""
14916
14917 #. type: textblock
14918 #: ../src/guestfs-actions.pod:5667 ../fish/guestfish-actions.pod:3798
14919 msgid "The file is I<removed> after scrubbing."
14920 msgstr ""
14921
14922 #. type: =head2
14923 #: ../src/guestfs-actions.pod:5676
14924 msgid "guestfs_scrub_freespace"
14925 msgstr ""
14926
14927 #. type: verbatim
14928 #: ../src/guestfs-actions.pod:5678
14929 #, no-wrap
14930 msgid ""
14931 " int\n"
14932 " guestfs_scrub_freespace (guestfs_h *g,\n"
14933 "                          const char *dir);\n"
14934 "\n"
14935 msgstr ""
14936
14937 #. type: textblock
14938 #: ../src/guestfs-actions.pod:5682
14939 msgid ""
14940 "This command creates the directory C<dir> and then fills it with files until "
14941 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14942 "and deletes them.  The intention is to scrub any free space on the partition "
14943 "containing C<dir>."
14944 msgstr ""
14945
14946 #. type: =head2
14947 #: ../src/guestfs-actions.pod:5695
14948 msgid "guestfs_set_append"
14949 msgstr ""
14950
14951 #. type: verbatim
14952 #: ../src/guestfs-actions.pod:5697
14953 #, no-wrap
14954 msgid ""
14955 " int\n"
14956 " guestfs_set_append (guestfs_h *g,\n"
14957 "                     const char *append);\n"
14958 "\n"
14959 msgstr ""
14960
14961 #. type: textblock
14962 #: ../src/guestfs-actions.pod:5701 ../fish/guestfish-actions.pod:3822
14963 msgid ""
14964 "This function is used to add additional options to the guest kernel command "
14965 "line."
14966 msgstr ""
14967
14968 #. type: textblock
14969 #: ../src/guestfs-actions.pod:5704 ../fish/guestfish-actions.pod:3825
14970 msgid ""
14971 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14972 "environment variable."
14973 msgstr ""
14974
14975 #. type: textblock
14976 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3828
14977 msgid ""
14978 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14979 "(libguestfs always adds a few of its own)."
14980 msgstr ""
14981
14982 #. type: =head2
14983 #: ../src/guestfs-actions.pod:5714
14984 msgid "guestfs_set_attach_method"
14985 msgstr ""
14986
14987 #. type: verbatim
14988 #: ../src/guestfs-actions.pod:5716
14989 #, no-wrap
14990 msgid ""
14991 " int\n"
14992 " guestfs_set_attach_method (guestfs_h *g,\n"
14993 "                            const char *attachmethod);\n"
14994 "\n"
14995 msgstr ""
14996
14997 #. type: textblock
14998 #: ../src/guestfs-actions.pod:5720 ../fish/guestfish-actions.pod:3837
14999 msgid ""
15000 "Set the method that libguestfs uses to connect to the back end guestfsd "
15001 "daemon.  Possible methods are:"
15002 msgstr ""
15003
15004 #. type: textblock
15005 #: ../src/guestfs-actions.pod:5727 ../fish/guestfish-actions.pod:3844
15006 msgid ""
15007 "Launch an appliance and connect to it.  This is the ordinary method and the "
15008 "default."
15009 msgstr ""
15010
15011 #. type: =item
15012 #: ../src/guestfs-actions.pod:5730 ../fish/guestfish-actions.pod:3847
15013 msgid "C<unix:I<path>>"
15014 msgstr ""
15015
15016 #. type: textblock
15017 #: ../src/guestfs-actions.pod:5732 ../fish/guestfish-actions.pod:3849
15018 msgid "Connect to the Unix domain socket I<path>."
15019 msgstr ""
15020
15021 #. type: textblock
15022 #: ../src/guestfs-actions.pod:5734 ../fish/guestfish-actions.pod:3851
15023 msgid ""
15024 "This method lets you connect to an existing daemon or (using virtio-serial) "
15025 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15026 "RUNNING DAEMONS>."
15027 msgstr ""
15028
15029 #. type: =head2
15030 #: ../src/guestfs-actions.pod:5742
15031 msgid "guestfs_set_autosync"
15032 msgstr ""
15033
15034 #. type: verbatim
15035 #: ../src/guestfs-actions.pod:5744
15036 #, no-wrap
15037 msgid ""
15038 " int\n"
15039 " guestfs_set_autosync (guestfs_h *g,\n"
15040 "                       int autosync);\n"
15041 "\n"
15042 msgstr ""
15043
15044 #. type: textblock
15045 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3863
15046 msgid ""
15047 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15048 "effort attempt to make filesystems consistent and synchronized when the "
15049 "handle is closed (also if the program exits without closing handles)."
15050 msgstr ""
15051
15052 #. type: textblock
15053 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3868
15054 msgid ""
15055 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15056 "disabled by default)."
15057 msgstr ""
15058
15059 #. type: =head2
15060 #: ../src/guestfs-actions.pod:5760
15061 msgid "guestfs_set_direct"
15062 msgstr ""
15063
15064 #. type: verbatim
15065 #: ../src/guestfs-actions.pod:5762
15066 #, no-wrap
15067 msgid ""
15068 " int\n"
15069 " guestfs_set_direct (guestfs_h *g,\n"
15070 "                     int direct);\n"
15071 "\n"
15072 msgstr ""
15073
15074 #. type: textblock
15075 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3877
15076 msgid ""
15077 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15078 "passed directly through to the appliance once it is launched."
15079 msgstr ""
15080
15081 #. type: textblock
15082 #: ../src/guestfs-actions.pod:5770
15083 msgid ""
15084 "One consequence of this is that log messages aren't caught by the library "
15085 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15086 "stdout."
15087 msgstr ""
15088
15089 #. type: textblock
15090 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3885
15091 msgid "You probably don't want to use this unless you know what you are doing."
15092 msgstr ""
15093
15094 #. type: textblock
15095 #: ../src/guestfs-actions.pod:5777 ../fish/guestfish-actions.pod:3888
15096 msgid "The default is disabled."
15097 msgstr ""
15098
15099 #. type: =head2
15100 #: ../src/guestfs-actions.pod:5783
15101 msgid "guestfs_set_e2label"
15102 msgstr ""
15103
15104 #. type: verbatim
15105 #: ../src/guestfs-actions.pod:5785
15106 #, no-wrap
15107 msgid ""
15108 " int\n"
15109 " guestfs_set_e2label (guestfs_h *g,\n"
15110 "                      const char *device,\n"
15111 "                      const char *label);\n"
15112 "\n"
15113 msgstr ""
15114
15115 #. type: textblock
15116 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3894
15117 msgid ""
15118 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15119 "C<label>.  Filesystem labels are limited to 16 characters."
15120 msgstr ""
15121
15122 #. type: textblock
15123 #: ../src/guestfs-actions.pod:5794
15124 msgid ""
15125 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15126 "the existing label on a filesystem."
15127 msgstr ""
15128
15129 #. type: =head2
15130 #: ../src/guestfs-actions.pod:5801
15131 msgid "guestfs_set_e2uuid"
15132 msgstr ""
15133
15134 #. type: verbatim
15135 #: ../src/guestfs-actions.pod:5803
15136 #, no-wrap
15137 msgid ""
15138 " int\n"
15139 " guestfs_set_e2uuid (guestfs_h *g,\n"
15140 "                     const char *device,\n"
15141 "                     const char *uuid);\n"
15142 "\n"
15143 msgstr ""
15144
15145 #. type: textblock
15146 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3905
15147 msgid ""
15148 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15149 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15150 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15151 msgstr ""
15152
15153 #. type: textblock
15154 #: ../src/guestfs-actions.pod:5813
15155 msgid ""
15156 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15157 "the existing UUID of a filesystem."
15158 msgstr ""
15159
15160 #. type: =head2
15161 #: ../src/guestfs-actions.pod:5820
15162 msgid "guestfs_set_memsize"
15163 msgstr ""
15164
15165 #. type: verbatim
15166 #: ../src/guestfs-actions.pod:5822
15167 #, no-wrap
15168 msgid ""
15169 " int\n"
15170 " guestfs_set_memsize (guestfs_h *g,\n"
15171 "                      int memsize);\n"
15172 "\n"
15173 msgstr ""
15174
15175 #. type: textblock
15176 #: ../src/guestfs-actions.pod:5826
15177 msgid ""
15178 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15179 "This only has any effect if called before C<guestfs_launch>."
15180 msgstr ""
15181
15182 #. type: textblock
15183 #: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3923
15184 msgid ""
15185 "You can also change this by setting the environment variable "
15186 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15187 msgstr ""
15188
15189 #. type: =head2
15190 #: ../src/guestfs-actions.pod:5841
15191 msgid "guestfs_set_network"
15192 msgstr ""
15193
15194 #. type: verbatim
15195 #: ../src/guestfs-actions.pod:5843
15196 #, no-wrap
15197 msgid ""
15198 " int\n"
15199 " guestfs_set_network (guestfs_h *g,\n"
15200 "                      int network);\n"
15201 "\n"
15202 msgstr ""
15203
15204 #. type: textblock
15205 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3936
15206 msgid ""
15207 "If C<network> is true, then the network is enabled in the libguestfs "
15208 "appliance.  The default is false."
15209 msgstr ""
15210
15211 #. type: textblock
15212 #: ../src/guestfs-actions.pod:5850 ../fish/guestfish-actions.pod:3939
15213 msgid ""
15214 "This affects whether commands are able to access the network (see "
15215 "L<guestfs(3)/RUNNING COMMANDS>)."
15216 msgstr ""
15217
15218 #. type: textblock
15219 #: ../src/guestfs-actions.pod:5853
15220 msgid ""
15221 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15222 "effect."
15223 msgstr ""
15224
15225 #. type: =head2
15226 #: ../src/guestfs-actions.pod:5860
15227 msgid "guestfs_set_path"
15228 msgstr ""
15229
15230 #. type: verbatim
15231 #: ../src/guestfs-actions.pod:5862
15232 #, no-wrap
15233 msgid ""
15234 " int\n"
15235 " guestfs_set_path (guestfs_h *g,\n"
15236 "                   const char *searchpath);\n"
15237 "\n"
15238 msgstr ""
15239
15240 #. type: textblock
15241 #: ../src/guestfs-actions.pod:5866 ../fish/guestfish-actions.pod:3951
15242 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15243 msgstr ""
15244
15245 #. type: textblock
15246 #: ../src/guestfs-actions.pod:5868 ../fish/guestfish-actions.pod:3953
15247 msgid ""
15248 "The default is C<$libdir/guestfs> unless overridden by setting "
15249 "C<LIBGUESTFS_PATH> environment variable."
15250 msgstr ""
15251
15252 #. type: textblock
15253 #: ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:3956
15254 msgid "Setting C<path> to C<NULL> restores the default path."
15255 msgstr ""
15256
15257 #. type: =head2
15258 #: ../src/guestfs-actions.pod:5877
15259 msgid "guestfs_set_qemu"
15260 msgstr ""
15261
15262 #. type: verbatim
15263 #: ../src/guestfs-actions.pod:5879
15264 #, no-wrap
15265 msgid ""
15266 " int\n"
15267 " guestfs_set_qemu (guestfs_h *g,\n"
15268 "                   const char *qemu);\n"
15269 "\n"
15270 msgstr ""
15271
15272 #. type: textblock
15273 #: ../src/guestfs-actions.pod:5883 ../fish/guestfish-actions.pod:3964
15274 msgid "Set the qemu binary that we will use."
15275 msgstr ""
15276
15277 #. type: textblock
15278 #: ../src/guestfs-actions.pod:5885 ../fish/guestfish-actions.pod:3966
15279 msgid "The default is chosen when the library was compiled by the configure script."
15280 msgstr ""
15281
15282 #. type: textblock
15283 #: ../src/guestfs-actions.pod:5888 ../fish/guestfish-actions.pod:3969
15284 msgid ""
15285 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15286 "variable."
15287 msgstr ""
15288
15289 #. type: textblock
15290 #: ../src/guestfs-actions.pod:5891 ../fish/guestfish-actions.pod:3972
15291 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15292 msgstr ""
15293
15294 #. type: textblock
15295 #: ../src/guestfs-actions.pod:5893 ../fish/guestfish-actions.pod:3974
15296 msgid ""
15297 "Note that you should call this function as early as possible after creating "
15298 "the handle.  This is because some pre-launch operations depend on testing "
15299 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15300 "don't retest features, and so you might see inconsistent results.  Using the "
15301 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15302 "the qemu binary at the same time as the handle is created."
15303 msgstr ""
15304
15305 #. type: =head2
15306 #: ../src/guestfs-actions.pod:5905
15307 msgid "guestfs_set_recovery_proc"
15308 msgstr ""
15309
15310 #. type: verbatim
15311 #: ../src/guestfs-actions.pod:5907
15312 #, no-wrap
15313 msgid ""
15314 " int\n"
15315 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15316 "                            int recoveryproc);\n"
15317 "\n"
15318 msgstr ""
15319
15320 #. type: textblock
15321 #: ../src/guestfs-actions.pod:5911
15322 msgid ""
15323 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15324 "not create a recovery process.  The purpose of the recovery process is to "
15325 "stop runaway qemu processes in the case where the main program aborts "
15326 "abruptly."
15327 msgstr ""
15328
15329 #. type: textblock
15330 #: ../src/guestfs-actions.pod:5916
15331 msgid ""
15332 "This only has any effect if called before C<guestfs_launch>, and the default "
15333 "is true."
15334 msgstr ""
15335
15336 #. type: textblock
15337 #: ../src/guestfs-actions.pod:5919 ../fish/guestfish-actions.pod:3996
15338 msgid ""
15339 "About the only time when you would want to disable this is if the main "
15340 "process will fork itself into the background (\"daemonize\" itself).  In "
15341 "this case the recovery process thinks that the main program has disappeared "
15342 "and so kills qemu, which is not very helpful."
15343 msgstr ""
15344
15345 #. type: =head2
15346 #: ../src/guestfs-actions.pod:5929
15347 msgid "guestfs_set_selinux"
15348 msgstr ""
15349
15350 #. type: verbatim
15351 #: ../src/guestfs-actions.pod:5931
15352 #, no-wrap
15353 msgid ""
15354 " int\n"
15355 " guestfs_set_selinux (guestfs_h *g,\n"
15356 "                      int selinux);\n"
15357 "\n"
15358 msgstr ""
15359
15360 #. type: textblock
15361 #: ../src/guestfs-actions.pod:5935 ../fish/guestfish-actions.pod:4008
15362 msgid ""
15363 "This sets the selinux flag that is passed to the appliance at boot time.  "
15364 "The default is C<selinux=0> (disabled)."
15365 msgstr ""
15366
15367 #. type: textblock
15368 #: ../src/guestfs-actions.pod:5938 ../fish/guestfish-actions.pod:4011
15369 msgid ""
15370 "Note that if SELinux is enabled, it is always in Permissive mode "
15371 "(C<enforcing=0>)."
15372 msgstr ""
15373
15374 #. type: =head2
15375 #: ../src/guestfs-actions.pod:5948
15376 msgid "guestfs_set_trace"
15377 msgstr ""
15378
15379 #. type: verbatim
15380 #: ../src/guestfs-actions.pod:5950
15381 #, no-wrap
15382 msgid ""
15383 " int\n"
15384 " guestfs_set_trace (guestfs_h *g,\n"
15385 "                    int trace);\n"
15386 "\n"
15387 msgstr ""
15388
15389 #. type: textblock
15390 #: ../src/guestfs-actions.pod:5954 ../fish/guestfish-actions.pod:4023
15391 msgid ""
15392 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15393 "return values are traced."
15394 msgstr ""
15395
15396 #. type: textblock
15397 #: ../src/guestfs-actions.pod:5957 ../fish/guestfish-actions.pod:4026
15398 msgid ""
15399 "If you want to trace C API calls into libguestfs (and other libraries) then "
15400 "possibly a better way is to use the external ltrace(1) command."
15401 msgstr ""
15402
15403 #. type: textblock
15404 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:4030
15405 msgid ""
15406 "Command traces are disabled unless the environment variable "
15407 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15408 msgstr ""
15409
15410 #. type: textblock
15411 #: ../src/guestfs-actions.pod:5964
15412 msgid ""
15413 "Trace messages are normally sent to C<stderr>, unless you register a "
15414 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15415 msgstr ""
15416
15417 #. type: =head2
15418 #: ../src/guestfs-actions.pod:5972
15419 msgid "guestfs_set_verbose"
15420 msgstr ""
15421
15422 #. type: verbatim
15423 #: ../src/guestfs-actions.pod:5974
15424 #, no-wrap
15425 msgid ""
15426 " int\n"
15427 " guestfs_set_verbose (guestfs_h *g,\n"
15428 "                      int verbose);\n"
15429 "\n"
15430 msgstr ""
15431
15432 #. type: textblock
15433 #: ../src/guestfs-actions.pod:5978 ../fish/guestfish-actions.pod:4043
15434 msgid "If C<verbose> is true, this turns on verbose messages."
15435 msgstr ""
15436
15437 #. type: textblock
15438 #: ../src/guestfs-actions.pod:5980 ../fish/guestfish-actions.pod:4045
15439 msgid ""
15440 "Verbose messages are disabled unless the environment variable "
15441 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15442 msgstr ""
15443
15444 #. type: textblock
15445 #: ../src/guestfs-actions.pod:5983
15446 msgid ""
15447 "Verbose messages are normally sent to C<stderr>, unless you register a "
15448 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15449 msgstr ""
15450
15451 #. type: =head2
15452 #: ../src/guestfs-actions.pod:5991
15453 msgid "guestfs_setcon"
15454 msgstr ""
15455
15456 #. type: verbatim
15457 #: ../src/guestfs-actions.pod:5993
15458 #, no-wrap
15459 msgid ""
15460 " int\n"
15461 " guestfs_setcon (guestfs_h *g,\n"
15462 "                 const char *context);\n"
15463 "\n"
15464 msgstr ""
15465
15466 #. type: textblock
15467 #: ../src/guestfs-actions.pod:5997 ../fish/guestfish-actions.pod:4056
15468 msgid ""
15469 "This sets the SELinux security context of the daemon to the string "
15470 "C<context>."
15471 msgstr ""
15472
15473 #. type: textblock
15474 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4059
15475 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15476 msgstr ""
15477
15478 #. type: =head2
15479 #: ../src/guestfs-actions.pod:6006
15480 msgid "guestfs_setxattr"
15481 msgstr ""
15482
15483 #. type: verbatim
15484 #: ../src/guestfs-actions.pod:6008
15485 #, no-wrap
15486 msgid ""
15487 " int\n"
15488 " guestfs_setxattr (guestfs_h *g,\n"
15489 "                   const char *xattr,\n"
15490 "                   const char *val,\n"
15491 "                   int vallen,\n"
15492 "                   const char *path);\n"
15493 "\n"
15494 msgstr ""
15495
15496 #. type: textblock
15497 #: ../src/guestfs-actions.pod:6015 ../fish/guestfish-actions.pod:4065
15498 msgid ""
15499 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15500 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15501 msgstr ""
15502
15503 #. type: textblock
15504 #: ../src/guestfs-actions.pod:6019
15505 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15506 msgstr ""
15507
15508 #. type: =head2
15509 #: ../src/guestfs-actions.pod:6025
15510 msgid "guestfs_sfdisk"
15511 msgstr ""
15512
15513 #. type: verbatim
15514 #: ../src/guestfs-actions.pod:6027
15515 #, no-wrap
15516 msgid ""
15517 " int\n"
15518 " guestfs_sfdisk (guestfs_h *g,\n"
15519 "                 const char *device,\n"
15520 "                 int cyls,\n"
15521 "                 int heads,\n"
15522 "                 int sectors,\n"
15523 "                 char *const *lines);\n"
15524 "\n"
15525 msgstr ""
15526
15527 #. type: textblock
15528 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4075
15529 msgid ""
15530 "This is a direct interface to the L<sfdisk(8)> program for creating "
15531 "partitions on block devices."
15532 msgstr ""
15533
15534 #. type: textblock
15535 #: ../src/guestfs-actions.pod:6038 ../fish/guestfish-actions.pod:4078
15536 msgid "C<device> should be a block device, for example C</dev/sda>."
15537 msgstr ""
15538
15539 #. type: textblock
15540 #: ../src/guestfs-actions.pod:6040 ../fish/guestfish-actions.pod:4080
15541 msgid ""
15542 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15543 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15544 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15545 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15546 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15547 "the kernel) cannot work out the right geometry and you will need to tell it."
15548 msgstr ""
15549
15550 #. type: textblock
15551 #: ../src/guestfs-actions.pod:6048 ../fish/guestfish-actions.pod:4088
15552 msgid ""
15553 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15554 "refer to the L<sfdisk(8)> manpage."
15555 msgstr ""
15556
15557 #. type: textblock
15558 #: ../src/guestfs-actions.pod:6051 ../fish/guestfish-actions.pod:4091
15559 msgid ""
15560 "To create a single partition occupying the whole disk, you would pass "
15561 "C<lines> as a single element list, when the single element being the string "
15562 "C<,> (comma)."
15563 msgstr ""
15564
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:6055
15567 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15568 msgstr ""
15569
15570 #. type: =head2
15571 #: ../src/guestfs-actions.pod:6065
15572 msgid "guestfs_sfdiskM"
15573 msgstr ""
15574
15575 #. type: verbatim
15576 #: ../src/guestfs-actions.pod:6067
15577 #, no-wrap
15578 msgid ""
15579 " int\n"
15580 " guestfs_sfdiskM (guestfs_h *g,\n"
15581 "                  const char *device,\n"
15582 "                  char *const *lines);\n"
15583 "\n"
15584 msgstr ""
15585
15586 #. type: textblock
15587 #: ../src/guestfs-actions.pod:6072
15588 msgid ""
15589 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15590 "partition sizes are specified in megabytes only (rounded to the nearest "
15591 "cylinder) and you don't need to specify the cyls, heads and sectors "
15592 "parameters which were rarely if ever used anyway."
15593 msgstr ""
15594
15595 #. type: textblock
15596 #: ../src/guestfs-actions.pod:6078
15597 msgid ""
15598 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15599 "C<guestfs_part_disk>"
15600 msgstr ""
15601
15602 #. type: =head2
15603 #: ../src/guestfs-actions.pod:6088
15604 msgid "guestfs_sfdisk_N"
15605 msgstr ""
15606
15607 #. type: verbatim
15608 #: ../src/guestfs-actions.pod:6090
15609 #, no-wrap
15610 msgid ""
15611 " int\n"
15612 " guestfs_sfdisk_N (guestfs_h *g,\n"
15613 "                   const char *device,\n"
15614 "                   int partnum,\n"
15615 "                   int cyls,\n"
15616 "                   int heads,\n"
15617 "                   int sectors,\n"
15618 "                   const char *line);\n"
15619 "\n"
15620 msgstr ""
15621
15622 #. type: textblock
15623 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4121
15624 msgid ""
15625 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15626 "(note: C<n> counts from 1)."
15627 msgstr ""
15628
15629 #. type: textblock
15630 #: ../src/guestfs-actions.pod:6102
15631 msgid ""
15632 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15633 "for the cyls/heads/sectors parameters."
15634 msgstr ""
15635
15636 #. type: textblock
15637 #: ../src/guestfs-actions.pod:6105
15638 msgid "See also: C<guestfs_part_add>"
15639 msgstr ""
15640
15641 #. type: =head2
15642 #: ../src/guestfs-actions.pod:6114
15643 msgid "guestfs_sfdisk_disk_geometry"
15644 msgstr ""
15645
15646 #. type: verbatim
15647 #: ../src/guestfs-actions.pod:6116
15648 #, no-wrap
15649 msgid ""
15650 " char *\n"
15651 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15652 "                               const char *device);\n"
15653 "\n"
15654 msgstr ""
15655
15656 #. type: textblock
15657 #: ../src/guestfs-actions.pod:6120
15658 msgid ""
15659 "This displays the disk geometry of C<device> read from the partition table.  "
15660 "Especially in the case where the underlying block device has been resized, "
15661 "this can be different from the kernel's idea of the geometry (see "
15662 "C<guestfs_sfdisk_kernel_geometry>)."
15663 msgstr ""
15664
15665 #. type: textblock
15666 #: ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:6141 ../fish/guestfish-actions.pod:4141 ../fish/guestfish-actions.pod:4150
15667 msgid "The result is in human-readable format, and not designed to be parsed."
15668 msgstr ""
15669
15670 #. type: =head2
15671 #: ../src/guestfs-actions.pod:6133
15672 msgid "guestfs_sfdisk_kernel_geometry"
15673 msgstr ""
15674
15675 #. type: verbatim
15676 #: ../src/guestfs-actions.pod:6135
15677 #, no-wrap
15678 msgid ""
15679 " char *\n"
15680 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15681 "                                 const char *device);\n"
15682 "\n"
15683 msgstr ""
15684
15685 #. type: textblock
15686 #: ../src/guestfs-actions.pod:6139 ../fish/guestfish-actions.pod:4148
15687 msgid "This displays the kernel's idea of the geometry of C<device>."
15688 msgstr ""
15689
15690 #. type: =head2
15691 #: ../src/guestfs-actions.pod:6149
15692 msgid "guestfs_sfdisk_l"
15693 msgstr ""
15694
15695 #. type: verbatim
15696 #: ../src/guestfs-actions.pod:6151
15697 #, no-wrap
15698 msgid ""
15699 " char *\n"
15700 " guestfs_sfdisk_l (guestfs_h *g,\n"
15701 "                   const char *device);\n"
15702 "\n"
15703 msgstr ""
15704
15705 #. type: textblock
15706 #: ../src/guestfs-actions.pod:6155 ../fish/guestfish-actions.pod:4157
15707 msgid ""
15708 "This displays the partition table on C<device>, in the human-readable output "
15709 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15710 msgstr ""
15711
15712 #. type: textblock
15713 #: ../src/guestfs-actions.pod:6159
15714 msgid "See also: C<guestfs_part_list>"
15715 msgstr ""
15716
15717 #. type: =head2
15718 #: ../src/guestfs-actions.pod:6166
15719 msgid "guestfs_sh"
15720 msgstr ""
15721
15722 #. type: verbatim
15723 #: ../src/guestfs-actions.pod:6168
15724 #, no-wrap
15725 msgid ""
15726 " char *\n"
15727 " guestfs_sh (guestfs_h *g,\n"
15728 "             const char *command);\n"
15729 "\n"
15730 msgstr ""
15731
15732 #. type: textblock
15733 #: ../src/guestfs-actions.pod:6172 ../fish/guestfish-actions.pod:4167
15734 msgid ""
15735 "This call runs a command from the guest filesystem via the guest's "
15736 "C</bin/sh>."
15737 msgstr ""
15738
15739 #. type: textblock
15740 #: ../src/guestfs-actions.pod:6175
15741 msgid "This is like C<guestfs_command>, but passes the command to:"
15742 msgstr ""
15743
15744 #. type: verbatim
15745 #: ../src/guestfs-actions.pod:6177 ../fish/guestfish-actions.pod:4172
15746 #, no-wrap
15747 msgid ""
15748 " /bin/sh -c \"command\"\n"
15749 "\n"
15750 msgstr ""
15751
15752 #. type: textblock
15753 #: ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:4174
15754 msgid ""
15755 "Depending on the guest's shell, this usually results in wildcards being "
15756 "expanded, shell expressions being interpolated and so on."
15757 msgstr ""
15758
15759 #. type: textblock
15760 #: ../src/guestfs-actions.pod:6183
15761 msgid "All the provisos about C<guestfs_command> apply to this call."
15762 msgstr ""
15763
15764 #. type: =head2
15765 #: ../src/guestfs-actions.pod:6190
15766 msgid "guestfs_sh_lines"
15767 msgstr ""
15768
15769 #. type: verbatim
15770 #: ../src/guestfs-actions.pod:6192
15771 #, no-wrap
15772 msgid ""
15773 " char **\n"
15774 " guestfs_sh_lines (guestfs_h *g,\n"
15775 "                   const char *command);\n"
15776 "\n"
15777 msgstr ""
15778
15779 #. type: textblock
15780 #: ../src/guestfs-actions.pod:6196
15781 msgid ""
15782 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15783 "lines."
15784 msgstr ""
15785
15786 #. type: textblock
15787 #: ../src/guestfs-actions.pod:6199
15788 msgid "See also: C<guestfs_command_lines>"
15789 msgstr ""
15790
15791 #. type: =head2
15792 #: ../src/guestfs-actions.pod:6207
15793 msgid "guestfs_sleep"
15794 msgstr ""
15795
15796 #. type: verbatim
15797 #: ../src/guestfs-actions.pod:6209
15798 #, no-wrap
15799 msgid ""
15800 " int\n"
15801 " guestfs_sleep (guestfs_h *g,\n"
15802 "                int secs);\n"
15803 "\n"
15804 msgstr ""
15805
15806 #. type: textblock
15807 #: ../src/guestfs-actions.pod:6213 ../fish/guestfish-actions.pod:4193
15808 msgid "Sleep for C<secs> seconds."
15809 msgstr ""
15810
15811 #. type: textblock
15812 #: ../src/guestfs-actions.pod:6217
15813 msgid "(Added in 1.0.41)"
15814 msgstr ""
15815
15816 #. type: =head2
15817 #: ../src/guestfs-actions.pod:6219 ../src/guestfs-structs.pod:109
15818 msgid "guestfs_stat"
15819 msgstr ""
15820
15821 #. type: verbatim
15822 #: ../src/guestfs-actions.pod:6221
15823 #, no-wrap
15824 msgid ""
15825 " struct guestfs_stat *\n"
15826 " guestfs_stat (guestfs_h *g,\n"
15827 "               const char *path);\n"
15828 "\n"
15829 msgstr ""
15830
15831 #. type: textblock
15832 #: ../src/guestfs-actions.pod:6227 ../fish/guestfish-actions.pod:4201
15833 msgid "This is the same as the C<stat(2)> system call."
15834 msgstr ""
15835
15836 #. type: =head2
15837 #: ../src/guestfs-actions.pod:6235 ../src/guestfs-structs.pod:135
15838 msgid "guestfs_statvfs"
15839 msgstr ""
15840
15841 #. type: verbatim
15842 #: ../src/guestfs-actions.pod:6237
15843 #, no-wrap
15844 msgid ""
15845 " struct guestfs_statvfs *\n"
15846 " guestfs_statvfs (guestfs_h *g,\n"
15847 "                  const char *path);\n"
15848 "\n"
15849 msgstr ""
15850
15851 #. type: textblock
15852 #: ../src/guestfs-actions.pod:6241 ../fish/guestfish-actions.pod:4207
15853 msgid ""
15854 "Returns file system statistics for any mounted file system.  C<path> should "
15855 "be a file or directory in the mounted file system (typically it is the mount "
15856 "point itself, but it doesn't need to be)."
15857 msgstr ""
15858
15859 #. type: textblock
15860 #: ../src/guestfs-actions.pod:6245 ../fish/guestfish-actions.pod:4211
15861 msgid "This is the same as the C<statvfs(2)> system call."
15862 msgstr ""
15863
15864 #. type: textblock
15865 #: ../src/guestfs-actions.pod:6247
15866 msgid ""
15867 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
15868 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
15869 msgstr ""
15870
15871 #. type: =head2
15872 #: ../src/guestfs-actions.pod:6253
15873 msgid "guestfs_strings"
15874 msgstr ""
15875
15876 #. type: verbatim
15877 #: ../src/guestfs-actions.pod:6255
15878 #, no-wrap
15879 msgid ""
15880 " char **\n"
15881 " guestfs_strings (guestfs_h *g,\n"
15882 "                  const char *path);\n"
15883 "\n"
15884 msgstr ""
15885
15886 #. type: textblock
15887 #: ../src/guestfs-actions.pod:6259 ../fish/guestfish-actions.pod:4217
15888 msgid ""
15889 "This runs the L<strings(1)> command on a file and returns the list of "
15890 "printable strings found."
15891 msgstr ""
15892
15893 #. type: =head2
15894 #: ../src/guestfs-actions.pod:6271
15895 msgid "guestfs_strings_e"
15896 msgstr ""
15897
15898 #. type: verbatim
15899 #: ../src/guestfs-actions.pod:6273
15900 #, no-wrap
15901 msgid ""
15902 " char **\n"
15903 " guestfs_strings_e (guestfs_h *g,\n"
15904 "                    const char *encoding,\n"
15905 "                    const char *path);\n"
15906 "\n"
15907 msgstr ""
15908
15909 #. type: textblock
15910 #: ../src/guestfs-actions.pod:6278
15911 msgid ""
15912 "This is like the C<guestfs_strings> command, but allows you to specify the "
15913 "encoding of strings that are looked for in the source file C<path>."
15914 msgstr ""
15915
15916 #. type: textblock
15917 #: ../src/guestfs-actions.pod:6282 ../fish/guestfish-actions.pod:4231
15918 msgid "Allowed encodings are:"
15919 msgstr ""
15920
15921 #. type: =item
15922 #: ../src/guestfs-actions.pod:6286 ../fish/guestfish-actions.pod:4235
15923 msgid "s"
15924 msgstr ""
15925
15926 #. type: textblock
15927 #: ../src/guestfs-actions.pod:6288
15928 msgid ""
15929 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15930 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15931 msgstr ""
15932
15933 #. type: =item
15934 #: ../src/guestfs-actions.pod:6291 ../fish/guestfish-actions.pod:4240
15935 msgid "S"
15936 msgstr ""
15937
15938 #. type: textblock
15939 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4242
15940 msgid "Single 8-bit-byte characters."
15941 msgstr ""
15942
15943 #. type: =item
15944 #: ../src/guestfs-actions.pod:6295 ../fish/guestfish-actions.pod:4244
15945 msgid "b"
15946 msgstr ""
15947
15948 #. type: textblock
15949 #: ../src/guestfs-actions.pod:6297 ../fish/guestfish-actions.pod:4246
15950 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15951 msgstr ""
15952
15953 #. type: =item
15954 #: ../src/guestfs-actions.pod:6300 ../fish/guestfish-actions.pod:4249
15955 msgid "l (lower case letter L)"
15956 msgstr ""
15957
15958 #. type: textblock
15959 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4251
15960 msgid ""
15961 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15962 "examining binaries in Windows guests."
15963 msgstr ""
15964
15965 #. type: =item
15966 #: ../src/guestfs-actions.pod:6305 ../fish/guestfish-actions.pod:4254
15967 msgid "B"
15968 msgstr ""
15969
15970 #. type: textblock
15971 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4256
15972 msgid "32-bit big endian such as UCS-4BE."
15973 msgstr ""
15974
15975 #. type: =item
15976 #: ../src/guestfs-actions.pod:6309 ../fish/guestfish-actions.pod:4258
15977 msgid "L"
15978 msgstr ""
15979
15980 #. type: textblock
15981 #: ../src/guestfs-actions.pod:6311 ../fish/guestfish-actions.pod:4260
15982 msgid "32-bit little endian such as UCS-4LE."
15983 msgstr ""
15984
15985 #. type: textblock
15986 #: ../src/guestfs-actions.pod:6315 ../fish/guestfish-actions.pod:4264
15987 msgid "The returned strings are transcoded to UTF-8."
15988 msgstr ""
15989
15990 #. type: =head2
15991 #: ../src/guestfs-actions.pod:6326
15992 msgid "guestfs_swapoff_device"
15993 msgstr ""
15994
15995 #. type: verbatim
15996 #: ../src/guestfs-actions.pod:6328
15997 #, no-wrap
15998 msgid ""
15999 " int\n"
16000 " guestfs_swapoff_device (guestfs_h *g,\n"
16001 "                         const char *device);\n"
16002 "\n"
16003 msgstr ""
16004
16005 #. type: textblock
16006 #: ../src/guestfs-actions.pod:6332
16007 msgid ""
16008 "This command disables the libguestfs appliance swap device or partition "
16009 "named C<device>.  See C<guestfs_swapon_device>."
16010 msgstr ""
16011
16012 #. type: =head2
16013 #: ../src/guestfs-actions.pod:6340
16014 msgid "guestfs_swapoff_file"
16015 msgstr ""
16016
16017 #. type: verbatim
16018 #: ../src/guestfs-actions.pod:6342
16019 #, no-wrap
16020 msgid ""
16021 " int\n"
16022 " guestfs_swapoff_file (guestfs_h *g,\n"
16023 "                       const char *file);\n"
16024 "\n"
16025 msgstr ""
16026
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:6346 ../fish/guestfish-actions.pod:4281
16029 msgid "This command disables the libguestfs appliance swap on file."
16030 msgstr ""
16031
16032 #. type: =head2
16033 #: ../src/guestfs-actions.pod:6352
16034 msgid "guestfs_swapoff_label"
16035 msgstr ""
16036
16037 #. type: verbatim
16038 #: ../src/guestfs-actions.pod:6354
16039 #, no-wrap
16040 msgid ""
16041 " int\n"
16042 " guestfs_swapoff_label (guestfs_h *g,\n"
16043 "                        const char *label);\n"
16044 "\n"
16045 msgstr ""
16046
16047 #. type: textblock
16048 #: ../src/guestfs-actions.pod:6358 ../fish/guestfish-actions.pod:4287
16049 msgid ""
16050 "This command disables the libguestfs appliance swap on labeled swap "
16051 "partition."
16052 msgstr ""
16053
16054 #. type: =head2
16055 #: ../src/guestfs-actions.pod:6365
16056 msgid "guestfs_swapoff_uuid"
16057 msgstr ""
16058
16059 #. type: verbatim
16060 #: ../src/guestfs-actions.pod:6367
16061 #, no-wrap
16062 msgid ""
16063 " int\n"
16064 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16065 "                       const char *uuid);\n"
16066 "\n"
16067 msgstr ""
16068
16069 #. type: textblock
16070 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4294
16071 msgid ""
16072 "This command disables the libguestfs appliance swap partition with the given "
16073 "UUID."
16074 msgstr ""
16075
16076 #. type: =head2
16077 #: ../src/guestfs-actions.pod:6378
16078 msgid "guestfs_swapon_device"
16079 msgstr ""
16080
16081 #. type: verbatim
16082 #: ../src/guestfs-actions.pod:6380
16083 #, no-wrap
16084 msgid ""
16085 " int\n"
16086 " guestfs_swapon_device (guestfs_h *g,\n"
16087 "                        const char *device);\n"
16088 "\n"
16089 msgstr ""
16090
16091 #. type: textblock
16092 #: ../src/guestfs-actions.pod:6384
16093 msgid ""
16094 "This command enables the libguestfs appliance to use the swap device or "
16095 "partition named C<device>.  The increased memory is made available for all "
16096 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16097 msgstr ""
16098
16099 #. type: textblock
16100 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4306
16101 msgid ""
16102 "Note that you should not swap to existing guest swap partitions unless you "
16103 "know what you are doing.  They may contain hibernation information, or other "
16104 "information that the guest doesn't want you to trash.  You also risk leaking "
16105 "information about the host to the guest this way.  Instead, attach a new "
16106 "host device to the guest and swap on that."
16107 msgstr ""
16108
16109 #. type: =head2
16110 #: ../src/guestfs-actions.pod:6400
16111 msgid "guestfs_swapon_file"
16112 msgstr ""
16113
16114 #. type: verbatim
16115 #: ../src/guestfs-actions.pod:6402
16116 #, no-wrap
16117 msgid ""
16118 " int\n"
16119 " guestfs_swapon_file (guestfs_h *g,\n"
16120 "                      const char *file);\n"
16121 "\n"
16122 msgstr ""
16123
16124 #. type: textblock
16125 #: ../src/guestfs-actions.pod:6406
16126 msgid ""
16127 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16128 "notes."
16129 msgstr ""
16130
16131 #. type: =head2
16132 #: ../src/guestfs-actions.pod:6413
16133 msgid "guestfs_swapon_label"
16134 msgstr ""
16135
16136 #. type: verbatim
16137 #: ../src/guestfs-actions.pod:6415
16138 #, no-wrap
16139 msgid ""
16140 " int\n"
16141 " guestfs_swapon_label (guestfs_h *g,\n"
16142 "                       const char *label);\n"
16143 "\n"
16144 msgstr ""
16145
16146 #. type: textblock
16147 #: ../src/guestfs-actions.pod:6419
16148 msgid ""
16149 "This command enables swap to a labeled swap partition.  See "
16150 "C<guestfs_swapon_device> for other notes."
16151 msgstr ""
16152
16153 #. type: =head2
16154 #: ../src/guestfs-actions.pod:6426
16155 msgid "guestfs_swapon_uuid"
16156 msgstr ""
16157
16158 #. type: verbatim
16159 #: ../src/guestfs-actions.pod:6428
16160 #, no-wrap
16161 msgid ""
16162 " int\n"
16163 " guestfs_swapon_uuid (guestfs_h *g,\n"
16164 "                      const char *uuid);\n"
16165 "\n"
16166 msgstr ""
16167
16168 #. type: textblock
16169 #: ../src/guestfs-actions.pod:6432
16170 msgid ""
16171 "This command enables swap to a swap partition with the given UUID.  See "
16172 "C<guestfs_swapon_device> for other notes."
16173 msgstr ""
16174
16175 #. type: =head2
16176 #: ../src/guestfs-actions.pod:6439
16177 msgid "guestfs_sync"
16178 msgstr ""
16179
16180 #. type: verbatim
16181 #: ../src/guestfs-actions.pod:6441
16182 #, no-wrap
16183 msgid ""
16184 " int\n"
16185 " guestfs_sync (guestfs_h *g);\n"
16186 "\n"
16187 msgstr ""
16188
16189 #. type: textblock
16190 #: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4338
16191 msgid ""
16192 "This syncs the disk, so that any writes are flushed through to the "
16193 "underlying disk image."
16194 msgstr ""
16195
16196 #. type: textblock
16197 #: ../src/guestfs-actions.pod:6447 ../fish/guestfish-actions.pod:4341
16198 msgid ""
16199 "You should always call this if you have modified a disk image, before "
16200 "closing the handle."
16201 msgstr ""
16202
16203 #. type: =head2
16204 #: ../src/guestfs-actions.pod:6454
16205 msgid "guestfs_tail"
16206 msgstr ""
16207
16208 #. type: verbatim
16209 #: ../src/guestfs-actions.pod:6456
16210 #, no-wrap
16211 msgid ""
16212 " char **\n"
16213 " guestfs_tail (guestfs_h *g,\n"
16214 "               const char *path);\n"
16215 "\n"
16216 msgstr ""
16217
16218 #. type: textblock
16219 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4348
16220 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16221 msgstr ""
16222
16223 #. type: =head2
16224 #: ../src/guestfs-actions.pod:6472
16225 msgid "guestfs_tail_n"
16226 msgstr ""
16227
16228 #. type: verbatim
16229 #: ../src/guestfs-actions.pod:6474
16230 #, no-wrap
16231 msgid ""
16232 " char **\n"
16233 " guestfs_tail_n (guestfs_h *g,\n"
16234 "                 int nrlines,\n"
16235 "                 const char *path);\n"
16236 "\n"
16237 msgstr ""
16238
16239 #. type: textblock
16240 #: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4358
16241 msgid ""
16242 "If the parameter C<nrlines> is a positive number, this returns the last "
16243 "C<nrlines> lines of the file C<path>."
16244 msgstr ""
16245
16246 #. type: textblock
16247 #: ../src/guestfs-actions.pod:6482 ../fish/guestfish-actions.pod:4361
16248 msgid ""
16249 "If the parameter C<nrlines> is a negative number, this returns lines from "
16250 "the file C<path>, starting with the C<-nrlines>th line."
16251 msgstr ""
16252
16253 #. type: =head2
16254 #: ../src/guestfs-actions.pod:6496
16255 msgid "guestfs_tar_in"
16256 msgstr ""
16257
16258 #. type: verbatim
16259 #: ../src/guestfs-actions.pod:6498
16260 #, no-wrap
16261 msgid ""
16262 " int\n"
16263 " guestfs_tar_in (guestfs_h *g,\n"
16264 "                 const char *tarfile,\n"
16265 "                 const char *directory);\n"
16266 "\n"
16267 msgstr ""
16268
16269 #. type: textblock
16270 #: ../src/guestfs-actions.pod:6503 ../fish/guestfish-actions.pod:4373
16271 msgid ""
16272 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16273 "tar file) into C<directory>."
16274 msgstr ""
16275
16276 #. type: textblock
16277 #: ../src/guestfs-actions.pod:6506
16278 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16279 msgstr ""
16280
16281 #. type: textblock
16282 #: ../src/guestfs-actions.pod:6511 ../src/guestfs-actions.pod:6528 ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6560
16283 msgid "(Added in 1.0.3)"
16284 msgstr ""
16285
16286 #. type: =head2
16287 #: ../src/guestfs-actions.pod:6513
16288 msgid "guestfs_tar_out"
16289 msgstr ""
16290
16291 #. type: verbatim
16292 #: ../src/guestfs-actions.pod:6515
16293 #, no-wrap
16294 msgid ""
16295 " int\n"
16296 " guestfs_tar_out (guestfs_h *g,\n"
16297 "                  const char *directory,\n"
16298 "                  const char *tarfile);\n"
16299 "\n"
16300 msgstr ""
16301
16302 #. type: textblock
16303 #: ../src/guestfs-actions.pod:6520 ../fish/guestfish-actions.pod:4385
16304 msgid ""
16305 "This command packs the contents of C<directory> and downloads it to local "
16306 "file C<tarfile>."
16307 msgstr ""
16308
16309 #. type: textblock
16310 #: ../src/guestfs-actions.pod:6523
16311 msgid ""
16312 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16313 "C<guestfs_txz_out>."
16314 msgstr ""
16315
16316 #. type: =head2
16317 #: ../src/guestfs-actions.pod:6530
16318 msgid "guestfs_tgz_in"
16319 msgstr ""
16320
16321 #. type: verbatim
16322 #: ../src/guestfs-actions.pod:6532
16323 #, no-wrap
16324 msgid ""
16325 " int\n"
16326 " guestfs_tgz_in (guestfs_h *g,\n"
16327 "                 const char *tarball,\n"
16328 "                 const char *directory);\n"
16329 "\n"
16330 msgstr ""
16331
16332 #. type: textblock
16333 #: ../src/guestfs-actions.pod:6537 ../fish/guestfish-actions.pod:4397
16334 msgid ""
16335 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16336 "tar file) into C<directory>."
16337 msgstr ""
16338
16339 #. type: textblock
16340 #: ../src/guestfs-actions.pod:6540
16341 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16342 msgstr ""
16343
16344 #. type: =head2
16345 #: ../src/guestfs-actions.pod:6546
16346 msgid "guestfs_tgz_out"
16347 msgstr ""
16348
16349 #. type: verbatim
16350 #: ../src/guestfs-actions.pod:6548
16351 #, no-wrap
16352 msgid ""
16353 " int\n"
16354 " guestfs_tgz_out (guestfs_h *g,\n"
16355 "                  const char *directory,\n"
16356 "                  const char *tarball);\n"
16357 "\n"
16358 msgstr ""
16359
16360 #. type: textblock
16361 #: ../src/guestfs-actions.pod:6553 ../fish/guestfish-actions.pod:4408
16362 msgid ""
16363 "This command packs the contents of C<directory> and downloads it to local "
16364 "file C<tarball>."
16365 msgstr ""
16366
16367 #. type: textblock
16368 #: ../src/guestfs-actions.pod:6556
16369 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16370 msgstr ""
16371
16372 #. type: =head2
16373 #: ../src/guestfs-actions.pod:6562
16374 msgid "guestfs_touch"
16375 msgstr ""
16376
16377 #. type: verbatim
16378 #: ../src/guestfs-actions.pod:6564
16379 #, no-wrap
16380 msgid ""
16381 " int\n"
16382 " guestfs_touch (guestfs_h *g,\n"
16383 "                const char *path);\n"
16384 "\n"
16385 msgstr ""
16386
16387 #. type: textblock
16388 #: ../src/guestfs-actions.pod:6568 ../fish/guestfish-actions.pod:4419
16389 msgid ""
16390 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16391 "timestamps on a file, or, if the file does not exist, to create a new "
16392 "zero-length file."
16393 msgstr ""
16394
16395 #. type: textblock
16396 #: ../src/guestfs-actions.pod:6572 ../fish/guestfish-actions.pod:4423
16397 msgid ""
16398 "This command only works on regular files, and will fail on other file types "
16399 "such as directories, symbolic links, block special etc."
16400 msgstr ""
16401
16402 #. type: =head2
16403 #: ../src/guestfs-actions.pod:6579
16404 msgid "guestfs_truncate"
16405 msgstr ""
16406
16407 #. type: verbatim
16408 #: ../src/guestfs-actions.pod:6581
16409 #, no-wrap
16410 msgid ""
16411 " int\n"
16412 " guestfs_truncate (guestfs_h *g,\n"
16413 "                   const char *path);\n"
16414 "\n"
16415 msgstr ""
16416
16417 #. type: textblock
16418 #: ../src/guestfs-actions.pod:6585 ../fish/guestfish-actions.pod:4430
16419 msgid ""
16420 "This command truncates C<path> to a zero-length file.  The file must exist "
16421 "already."
16422 msgstr ""
16423
16424 #. type: =head2
16425 #: ../src/guestfs-actions.pod:6592
16426 msgid "guestfs_truncate_size"
16427 msgstr ""
16428
16429 #. type: verbatim
16430 #: ../src/guestfs-actions.pod:6594
16431 #, no-wrap
16432 msgid ""
16433 " int\n"
16434 " guestfs_truncate_size (guestfs_h *g,\n"
16435 "                        const char *path,\n"
16436 "                        int64_t size);\n"
16437 "\n"
16438 msgstr ""
16439
16440 #. type: textblock
16441 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4437
16442 msgid ""
16443 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16444 "already."
16445 msgstr ""
16446
16447 #. type: textblock
16448 #: ../src/guestfs-actions.pod:6602
16449 msgid ""
16450 "If the current file size is less than C<size> then the file is extended to "
16451 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16452 "blocks are not allocated for the file until you write to it).  To create a "
16453 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16454 msgstr ""
16455
16456 #. type: =head2
16457 #: ../src/guestfs-actions.pod:6612
16458 msgid "guestfs_tune2fs_l"
16459 msgstr ""
16460
16461 #. type: verbatim
16462 #: ../src/guestfs-actions.pod:6614
16463 #, no-wrap
16464 msgid ""
16465 " char **\n"
16466 " guestfs_tune2fs_l (guestfs_h *g,\n"
16467 "                    const char *device);\n"
16468 "\n"
16469 msgstr ""
16470
16471 #. type: textblock
16472 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4450
16473 msgid ""
16474 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16475 "C<device>."
16476 msgstr ""
16477
16478 #. type: textblock
16479 #: ../src/guestfs-actions.pod:6621 ../fish/guestfish-actions.pod:4453
16480 msgid ""
16481 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16482 "for more details.  The list of fields returned isn't clearly defined, and "
16483 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16484 "and the filesystem itself."
16485 msgstr ""
16486
16487 #. type: =head2
16488 #: ../src/guestfs-actions.pod:6634
16489 msgid "guestfs_txz_in"
16490 msgstr ""
16491
16492 #. type: verbatim
16493 #: ../src/guestfs-actions.pod:6636
16494 #, no-wrap
16495 msgid ""
16496 " int\n"
16497 " guestfs_txz_in (guestfs_h *g,\n"
16498 "                 const char *tarball,\n"
16499 "                 const char *directory);\n"
16500 "\n"
16501 msgstr ""
16502
16503 #. type: textblock
16504 #: ../src/guestfs-actions.pod:6641 ../fish/guestfish-actions.pod:4462
16505 msgid ""
16506 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16507 "tar file) into C<directory>."
16508 msgstr ""
16509
16510 #. type: =head2
16511 #: ../src/guestfs-actions.pod:6648
16512 msgid "guestfs_txz_out"
16513 msgstr ""
16514
16515 #. type: verbatim
16516 #: ../src/guestfs-actions.pod:6650
16517 #, no-wrap
16518 msgid ""
16519 " int\n"
16520 " guestfs_txz_out (guestfs_h *g,\n"
16521 "                  const char *directory,\n"
16522 "                  const char *tarball);\n"
16523 "\n"
16524 msgstr ""
16525
16526 #. type: textblock
16527 #: ../src/guestfs-actions.pod:6655 ../fish/guestfish-actions.pod:4471
16528 msgid ""
16529 "This command packs the contents of C<directory> and downloads it to local "
16530 "file C<tarball> (as an xz compressed tar archive)."
16531 msgstr ""
16532
16533 #. type: =head2
16534 #: ../src/guestfs-actions.pod:6662
16535 msgid "guestfs_umask"
16536 msgstr ""
16537
16538 #. type: verbatim
16539 #: ../src/guestfs-actions.pod:6664
16540 #, no-wrap
16541 msgid ""
16542 " int\n"
16543 " guestfs_umask (guestfs_h *g,\n"
16544 "                int mask);\n"
16545 "\n"
16546 msgstr ""
16547
16548 #. type: textblock
16549 #: ../src/guestfs-actions.pod:6668 ../fish/guestfish-actions.pod:4480
16550 msgid ""
16551 "This function sets the mask used for creating new files and device nodes to "
16552 "C<mask & 0777>."
16553 msgstr ""
16554
16555 #. type: textblock
16556 #: ../src/guestfs-actions.pod:6671 ../fish/guestfish-actions.pod:4483
16557 msgid ""
16558 "Typical umask values would be C<022> which creates new files with "
16559 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16560 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16561 msgstr ""
16562
16563 #. type: textblock
16564 #: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4488
16565 msgid ""
16566 "The default umask is C<022>.  This is important because it means that "
16567 "directories and device nodes will be created with C<0644> or C<0755> mode "
16568 "even if you specify C<0777>."
16569 msgstr ""
16570
16571 #. type: textblock
16572 #: ../src/guestfs-actions.pod:6680
16573 msgid ""
16574 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16575 "C<guestfs_mkdir>."
16576 msgstr ""
16577
16578 #. type: textblock
16579 #: ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:4495
16580 msgid "This call returns the previous umask."
16581 msgstr ""
16582
16583 #. type: =head2
16584 #: ../src/guestfs-actions.pod:6689
16585 msgid "guestfs_umount"
16586 msgstr ""
16587
16588 #. type: verbatim
16589 #: ../src/guestfs-actions.pod:6691
16590 #, no-wrap
16591 msgid ""
16592 " int\n"
16593 " guestfs_umount (guestfs_h *g,\n"
16594 "                 const char *pathordevice);\n"
16595 "\n"
16596 msgstr ""
16597
16598 #. type: textblock
16599 #: ../src/guestfs-actions.pod:6695 ../fish/guestfish-actions.pod:4503
16600 msgid ""
16601 "This unmounts the given filesystem.  The filesystem may be specified either "
16602 "by its mountpoint (path) or the device which contains the filesystem."
16603 msgstr ""
16604
16605 #. type: =head2
16606 #: ../src/guestfs-actions.pod:6703
16607 msgid "guestfs_umount_all"
16608 msgstr ""
16609
16610 #. type: verbatim
16611 #: ../src/guestfs-actions.pod:6705
16612 #, no-wrap
16613 msgid ""
16614 " int\n"
16615 " guestfs_umount_all (guestfs_h *g);\n"
16616 "\n"
16617 msgstr ""
16618
16619 #. type: textblock
16620 #: ../src/guestfs-actions.pod:6708 ../fish/guestfish-actions.pod:4513
16621 msgid "This unmounts all mounted filesystems."
16622 msgstr ""
16623
16624 #. type: textblock
16625 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4515
16626 msgid "Some internal mounts are not unmounted by this call."
16627 msgstr ""
16628
16629 #. type: =head2
16630 #: ../src/guestfs-actions.pod:6716
16631 msgid "guestfs_upload"
16632 msgstr ""
16633
16634 #. type: verbatim
16635 #: ../src/guestfs-actions.pod:6718
16636 #, no-wrap
16637 msgid ""
16638 " int\n"
16639 " guestfs_upload (guestfs_h *g,\n"
16640 "                 const char *filename,\n"
16641 "                 const char *remotefilename);\n"
16642 "\n"
16643 msgstr ""
16644
16645 #. type: textblock
16646 #: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6747 ../fish/guestfish-actions.pod:4521 ../fish/guestfish-actions.pod:4534
16647 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16648 msgstr ""
16649
16650 #. type: textblock
16651 #: ../src/guestfs-actions.pod:6728
16652 msgid "See also C<guestfs_download>."
16653 msgstr ""
16654
16655 #. type: =head2
16656 #: ../src/guestfs-actions.pod:6739
16657 msgid "guestfs_upload_offset"
16658 msgstr ""
16659
16660 #. type: verbatim
16661 #: ../src/guestfs-actions.pod:6741
16662 #, no-wrap
16663 msgid ""
16664 " int\n"
16665 " guestfs_upload_offset (guestfs_h *g,\n"
16666 "                        const char *filename,\n"
16667 "                        const char *remotefilename,\n"
16668 "                        int64_t offset);\n"
16669 "\n"
16670 msgstr ""
16671
16672 #. type: textblock
16673 #: ../src/guestfs-actions.pod:6750 ../fish/guestfish-actions.pod:4537
16674 msgid ""
16675 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16676 "The intention is to overwrite parts of existing files or devices, although "
16677 "if a non-existant file is specified then it is created with a \"hole\" "
16678 "before C<offset>.  The size of the data written is implicit in the size of "
16679 "the source C<filename>."
16680 msgstr ""
16681
16682 #. type: textblock
16683 #: ../src/guestfs-actions.pod:6757
16684 msgid ""
16685 "Note that there is no limit on the amount of data that can be uploaded with "
16686 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16687 "full amount unless an error occurs."
16688 msgstr ""
16689
16690 #. type: textblock
16691 #: ../src/guestfs-actions.pod:6762
16692 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16693 msgstr ""
16694
16695 #. type: =head2
16696 #: ../src/guestfs-actions.pod:6773
16697 msgid "guestfs_utimens"
16698 msgstr ""
16699
16700 #. type: verbatim
16701 #: ../src/guestfs-actions.pod:6775
16702 #, no-wrap
16703 msgid ""
16704 " int\n"
16705 " guestfs_utimens (guestfs_h *g,\n"
16706 "                  const char *path,\n"
16707 "                  int64_t atsecs,\n"
16708 "                  int64_t atnsecs,\n"
16709 "                  int64_t mtsecs,\n"
16710 "                  int64_t mtnsecs);\n"
16711 "\n"
16712 msgstr ""
16713
16714 #. type: textblock
16715 #: ../src/guestfs-actions.pod:6783 ../fish/guestfish-actions.pod:4557
16716 msgid "This command sets the timestamps of a file with nanosecond precision."
16717 msgstr ""
16718
16719 #. type: textblock
16720 #: ../src/guestfs-actions.pod:6786 ../fish/guestfish-actions.pod:4560
16721 msgid ""
16722 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16723 "from the epoch."
16724 msgstr ""
16725
16726 #. type: textblock
16727 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4563
16728 msgid ""
16729 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16730 "nanoseconds from the epoch."
16731 msgstr ""
16732
16733 #. type: textblock
16734 #: ../src/guestfs-actions.pod:6792 ../fish/guestfish-actions.pod:4566
16735 msgid ""
16736 "If the C<*nsecs> field contains the special value C<-1> then the "
16737 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16738 "ignored in this case)."
16739 msgstr ""
16740
16741 #. type: textblock
16742 #: ../src/guestfs-actions.pod:6796 ../fish/guestfish-actions.pod:4570
16743 msgid ""
16744 "If the C<*nsecs> field contains the special value C<-2> then the "
16745 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16746 "in this case)."
16747 msgstr ""
16748
16749 #. type: =head2
16750 #: ../src/guestfs-actions.pod:6804 ../src/guestfs-structs.pod:175
16751 msgid "guestfs_version"
16752 msgstr ""
16753
16754 #. type: verbatim
16755 #: ../src/guestfs-actions.pod:6806
16756 #, no-wrap
16757 msgid ""
16758 " struct guestfs_version *\n"
16759 " guestfs_version (guestfs_h *g);\n"
16760 "\n"
16761 msgstr ""
16762
16763 #. type: textblock
16764 #: ../src/guestfs-actions.pod:6809 ../fish/guestfish-actions.pod:4578
16765 msgid "Return the libguestfs version number that the program is linked against."
16766 msgstr ""
16767
16768 #. type: textblock
16769 #: ../src/guestfs-actions.pod:6812 ../fish/guestfish-actions.pod:4581
16770 msgid ""
16771 "Note that because of dynamic linking this is not necessarily the version of "
16772 "libguestfs that you compiled against.  You can compile the program, and then "
16773 "at runtime dynamically link against a completely different C<libguestfs.so> "
16774 "library."
16775 msgstr ""
16776
16777 #. type: textblock
16778 #: ../src/guestfs-actions.pod:6817 ../fish/guestfish-actions.pod:4586
16779 msgid ""
16780 "This call was added in version C<1.0.58>.  In previous versions of "
16781 "libguestfs there was no way to get the version number.  From C code you can "
16782 "use dynamic linker functions to find out if this symbol exists (if it "
16783 "doesn't, then it's an earlier version)."
16784 msgstr ""
16785
16786 #. type: textblock
16787 #: ../src/guestfs-actions.pod:6823 ../fish/guestfish-actions.pod:4592
16788 msgid ""
16789 "The call returns a structure with four elements.  The first three (C<major>, "
16790 "C<minor> and C<release>) are numbers and correspond to the usual version "
16791 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16792 "but may be used for distro-specific information."
16793 msgstr ""
16794
16795 #. type: textblock
16796 #: ../src/guestfs-actions.pod:6829 ../fish/guestfish-actions.pod:4598
16797 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16798 msgstr ""
16799
16800 #. type: textblock
16801 #: ../src/guestfs-actions.pod:6832 ../fish/guestfish-actions.pod:4601
16802 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16803 msgstr ""
16804
16805 #. type: textblock
16806 #: ../src/guestfs-actions.pod:6834
16807 msgid ""
16808 "I<Note:> Don't use this call to test for availability of features.  In "
16809 "enterprise distributions we backport features from later versions into "
16810 "earlier versions, making this an unreliable way to test for features.  Use "
16811 "C<guestfs_available> instead."
16812 msgstr ""
16813
16814 #. type: textblock
16815 #: ../src/guestfs-actions.pod:6840
16816 msgid ""
16817 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16818 "error.  I<The caller must call C<guestfs_free_version> after use>."
16819 msgstr ""
16820
16821 #. type: textblock
16822 #: ../src/guestfs-actions.pod:6844
16823 msgid "(Added in 1.0.58)"
16824 msgstr ""
16825
16826 #. type: =head2
16827 #: ../src/guestfs-actions.pod:6846
16828 msgid "guestfs_vfs_label"
16829 msgstr ""
16830
16831 #. type: verbatim
16832 #: ../src/guestfs-actions.pod:6848
16833 #, no-wrap
16834 msgid ""
16835 " char *\n"
16836 " guestfs_vfs_label (guestfs_h *g,\n"
16837 "                    const char *device);\n"
16838 "\n"
16839 msgstr ""
16840
16841 #. type: textblock
16842 #: ../src/guestfs-actions.pod:6852 ../fish/guestfish-actions.pod:4613
16843 msgid "This returns the filesystem label of the filesystem on C<device>."
16844 msgstr ""
16845
16846 #. type: textblock
16847 #: ../src/guestfs-actions.pod:6855 ../fish/guestfish-actions.pod:4616
16848 msgid "If the filesystem is unlabeled, this returns the empty string."
16849 msgstr ""
16850
16851 #. type: textblock
16852 #: ../src/guestfs-actions.pod:6857
16853 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16854 msgstr ""
16855
16856 #. type: textblock
16857 #: ../src/guestfs-actions.pod:6862 ../src/guestfs-actions.pod:6899
16858 msgid "(Added in 1.3.18)"
16859 msgstr ""
16860
16861 #. type: =head2
16862 #: ../src/guestfs-actions.pod:6864
16863 msgid "guestfs_vfs_type"
16864 msgstr ""
16865
16866 #. type: verbatim
16867 #: ../src/guestfs-actions.pod:6866
16868 #, no-wrap
16869 msgid ""
16870 " char *\n"
16871 " guestfs_vfs_type (guestfs_h *g,\n"
16872 "                   const char *device);\n"
16873 "\n"
16874 msgstr ""
16875
16876 #. type: textblock
16877 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4624
16878 msgid ""
16879 "This command gets the filesystem type corresponding to the filesystem on "
16880 "C<device>."
16881 msgstr ""
16882
16883 #. type: textblock
16884 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4627
16885 msgid ""
16886 "For most filesystems, the result is the name of the Linux VFS module which "
16887 "would be used to mount this filesystem if you mounted it without specifying "
16888 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16889 msgstr ""
16890
16891 #. type: =head2
16892 #: ../src/guestfs-actions.pod:6883
16893 msgid "guestfs_vfs_uuid"
16894 msgstr ""
16895
16896 #. type: verbatim
16897 #: ../src/guestfs-actions.pod:6885
16898 #, no-wrap
16899 msgid ""
16900 " char *\n"
16901 " guestfs_vfs_uuid (guestfs_h *g,\n"
16902 "                   const char *device);\n"
16903 "\n"
16904 msgstr ""
16905
16906 #. type: textblock
16907 #: ../src/guestfs-actions.pod:6889 ../fish/guestfish-actions.pod:4636
16908 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16909 msgstr ""
16910
16911 #. type: textblock
16912 #: ../src/guestfs-actions.pod:6892 ../fish/guestfish-actions.pod:4639
16913 msgid "If the filesystem does not have a UUID, this returns the empty string."
16914 msgstr ""
16915
16916 #. type: textblock
16917 #: ../src/guestfs-actions.pod:6894
16918 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16919 msgstr ""
16920
16921 #. type: =head2
16922 #: ../src/guestfs-actions.pod:6901
16923 msgid "guestfs_vg_activate"
16924 msgstr ""
16925
16926 #. type: verbatim
16927 #: ../src/guestfs-actions.pod:6903
16928 #, no-wrap
16929 msgid ""
16930 " int\n"
16931 " guestfs_vg_activate (guestfs_h *g,\n"
16932 "                      int activate,\n"
16933 "                      char *const *volgroups);\n"
16934 "\n"
16935 msgstr ""
16936
16937 #. type: textblock
16938 #: ../src/guestfs-actions.pod:6908 ../fish/guestfish-actions.pod:4647
16939 msgid ""
16940 "This command activates or (if C<activate> is false) deactivates all logical "
16941 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16942 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16943 "deactivated, then those devices disappear."
16944 msgstr ""
16945
16946 #. type: textblock
16947 #: ../src/guestfs-actions.pod:6914 ../fish/guestfish-actions.pod:4653
16948 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16949 msgstr ""
16950
16951 #. type: textblock
16952 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4655
16953 msgid ""
16954 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16955 "activated or deactivated."
16956 msgstr ""
16957
16958 #. type: =head2
16959 #: ../src/guestfs-actions.pod:6923
16960 msgid "guestfs_vg_activate_all"
16961 msgstr ""
16962
16963 #. type: verbatim
16964 #: ../src/guestfs-actions.pod:6925
16965 #, no-wrap
16966 msgid ""
16967 " int\n"
16968 " guestfs_vg_activate_all (guestfs_h *g,\n"
16969 "                          int activate);\n"
16970 "\n"
16971 msgstr ""
16972
16973 #. type: textblock
16974 #: ../src/guestfs-actions.pod:6929 ../fish/guestfish-actions.pod:4662
16975 msgid ""
16976 "This command activates or (if C<activate> is false) deactivates all logical "
16977 "volumes in all volume groups.  If activated, then they are made known to the "
16978 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16979 "those devices disappear."
16980 msgstr ""
16981
16982 #. type: textblock
16983 #: ../src/guestfs-actions.pod:6935 ../fish/guestfish-actions.pod:4668
16984 msgid "This command is the same as running C<vgchange -a y|n>"
16985 msgstr ""
16986
16987 #. type: =head2
16988 #: ../src/guestfs-actions.pod:6941
16989 msgid "guestfs_vgcreate"
16990 msgstr ""
16991
16992 #. type: verbatim
16993 #: ../src/guestfs-actions.pod:6943
16994 #, no-wrap
16995 msgid ""
16996 " int\n"
16997 " guestfs_vgcreate (guestfs_h *g,\n"
16998 "                   const char *volgroup,\n"
16999 "                   char *const *physvols);\n"
17000 "\n"
17001 msgstr ""
17002
17003 #. type: textblock
17004 #: ../src/guestfs-actions.pod:6948 ../fish/guestfish-actions.pod:4674
17005 msgid ""
17006 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17007 "of physical volumes C<physvols>."
17008 msgstr ""
17009
17010 #. type: =head2
17011 #: ../src/guestfs-actions.pod:6955
17012 msgid "guestfs_vglvuuids"
17013 msgstr ""
17014
17015 #. type: verbatim
17016 #: ../src/guestfs-actions.pod:6957
17017 #, no-wrap
17018 msgid ""
17019 " char **\n"
17020 " guestfs_vglvuuids (guestfs_h *g,\n"
17021 "                    const char *vgname);\n"
17022 "\n"
17023 msgstr ""
17024
17025 #. type: textblock
17026 #: ../src/guestfs-actions.pod:6961 ../fish/guestfish-actions.pod:4681
17027 msgid ""
17028 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17029 "volumes created in this volume group."
17030 msgstr ""
17031
17032 #. type: textblock
17033 #: ../src/guestfs-actions.pod:6964
17034 msgid ""
17035 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17036 "associate logical volumes and volume groups."
17037 msgstr ""
17038
17039 #. type: textblock
17040 #: ../src/guestfs-actions.pod:6967
17041 msgid "See also C<guestfs_vgpvuuids>."
17042 msgstr ""
17043
17044 #. type: =head2
17045 #: ../src/guestfs-actions.pod:6975
17046 msgid "guestfs_vgpvuuids"
17047 msgstr ""
17048
17049 #. type: verbatim
17050 #: ../src/guestfs-actions.pod:6977
17051 #, no-wrap
17052 msgid ""
17053 " char **\n"
17054 " guestfs_vgpvuuids (guestfs_h *g,\n"
17055 "                    const char *vgname);\n"
17056 "\n"
17057 msgstr ""
17058
17059 #. type: textblock
17060 #: ../src/guestfs-actions.pod:6981 ../fish/guestfish-actions.pod:4693
17061 msgid ""
17062 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17063 "volumes that this volume group resides on."
17064 msgstr ""
17065
17066 #. type: textblock
17067 #: ../src/guestfs-actions.pod:6984
17068 msgid ""
17069 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17070 "associate physical volumes and volume groups."
17071 msgstr ""
17072
17073 #. type: textblock
17074 #: ../src/guestfs-actions.pod:6987
17075 msgid "See also C<guestfs_vglvuuids>."
17076 msgstr ""
17077
17078 #. type: =head2
17079 #: ../src/guestfs-actions.pod:6995
17080 msgid "guestfs_vgremove"
17081 msgstr ""
17082
17083 #. type: verbatim
17084 #: ../src/guestfs-actions.pod:6997
17085 #, no-wrap
17086 msgid ""
17087 " int\n"
17088 " guestfs_vgremove (guestfs_h *g,\n"
17089 "                   const char *vgname);\n"
17090 "\n"
17091 msgstr ""
17092
17093 #. type: textblock
17094 #: ../src/guestfs-actions.pod:7001 ../fish/guestfish-actions.pod:4705
17095 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17096 msgstr ""
17097
17098 #. type: textblock
17099 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4707
17100 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17101 msgstr ""
17102
17103 #. type: =head2
17104 #: ../src/guestfs-actions.pod:7010
17105 msgid "guestfs_vgrename"
17106 msgstr ""
17107
17108 #. type: verbatim
17109 #: ../src/guestfs-actions.pod:7012
17110 #, no-wrap
17111 msgid ""
17112 " int\n"
17113 " guestfs_vgrename (guestfs_h *g,\n"
17114 "                   const char *volgroup,\n"
17115 "                   const char *newvolgroup);\n"
17116 "\n"
17117 msgstr ""
17118
17119 #. type: textblock
17120 #: ../src/guestfs-actions.pod:7017 ../fish/guestfish-actions.pod:4714
17121 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17122 msgstr ""
17123
17124 #. type: =head2
17125 #: ../src/guestfs-actions.pod:7023
17126 msgid "guestfs_vgs"
17127 msgstr ""
17128
17129 #. type: verbatim
17130 #: ../src/guestfs-actions.pod:7025
17131 #, no-wrap
17132 msgid ""
17133 " char **\n"
17134 " guestfs_vgs (guestfs_h *g);\n"
17135 "\n"
17136 msgstr ""
17137
17138 #. type: textblock
17139 #: ../src/guestfs-actions.pod:7028 ../fish/guestfish-actions.pod:4720
17140 msgid ""
17141 "List all the volumes groups detected.  This is the equivalent of the "
17142 "L<vgs(8)> command."
17143 msgstr ""
17144
17145 #. type: textblock
17146 #: ../src/guestfs-actions.pod:7031 ../fish/guestfish-actions.pod:4723
17147 msgid ""
17148 "This returns a list of just the volume group names that were detected "
17149 "(eg. C<VolGroup00>)."
17150 msgstr ""
17151
17152 #. type: textblock
17153 #: ../src/guestfs-actions.pod:7034
17154 msgid "See also C<guestfs_vgs_full>."
17155 msgstr ""
17156
17157 #. type: =head2
17158 #: ../src/guestfs-actions.pod:7042
17159 msgid "guestfs_vgs_full"
17160 msgstr ""
17161
17162 #. type: verbatim
17163 #: ../src/guestfs-actions.pod:7044
17164 #, no-wrap
17165 msgid ""
17166 " struct guestfs_lvm_vg_list *\n"
17167 " guestfs_vgs_full (guestfs_h *g);\n"
17168 "\n"
17169 msgstr ""
17170
17171 #. type: textblock
17172 #: ../src/guestfs-actions.pod:7047 ../fish/guestfish-actions.pod:4732
17173 msgid ""
17174 "List all the volumes groups detected.  This is the equivalent of the "
17175 "L<vgs(8)> command.  The \"full\" version includes all fields."
17176 msgstr ""
17177
17178 #. type: textblock
17179 #: ../src/guestfs-actions.pod:7050
17180 msgid ""
17181 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17182 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17183 "use>."
17184 msgstr ""
17185
17186 #. type: =head2
17187 #: ../src/guestfs-actions.pod:7056
17188 msgid "guestfs_vgscan"
17189 msgstr ""
17190
17191 #. type: verbatim
17192 #: ../src/guestfs-actions.pod:7058
17193 #, no-wrap
17194 msgid ""
17195 " int\n"
17196 " guestfs_vgscan (guestfs_h *g);\n"
17197 "\n"
17198 msgstr ""
17199
17200 #. type: textblock
17201 #: ../src/guestfs-actions.pod:7061 ../fish/guestfish-actions.pod:4739
17202 msgid ""
17203 "This rescans all block devices and rebuilds the list of LVM physical "
17204 "volumes, volume groups and logical volumes."
17205 msgstr ""
17206
17207 #. type: =head2
17208 #: ../src/guestfs-actions.pod:7068
17209 msgid "guestfs_vguuid"
17210 msgstr ""
17211
17212 #. type: verbatim
17213 #: ../src/guestfs-actions.pod:7070
17214 #, no-wrap
17215 msgid ""
17216 " char *\n"
17217 " guestfs_vguuid (guestfs_h *g,\n"
17218 "                 const char *vgname);\n"
17219 "\n"
17220 msgstr ""
17221
17222 #. type: textblock
17223 #: ../src/guestfs-actions.pod:7074 ../fish/guestfish-actions.pod:4746
17224 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17225 msgstr ""
17226
17227 #. type: =head2
17228 #: ../src/guestfs-actions.pod:7081
17229 msgid "guestfs_wait_ready"
17230 msgstr ""
17231
17232 #. type: verbatim
17233 #: ../src/guestfs-actions.pod:7083
17234 #, no-wrap
17235 msgid ""
17236 " int\n"
17237 " guestfs_wait_ready (guestfs_h *g);\n"
17238 "\n"
17239 msgstr ""
17240
17241 #. type: textblock
17242 #: ../src/guestfs-actions.pod:7086
17243 msgid "This function is a no op."
17244 msgstr ""
17245
17246 #. type: textblock
17247 #: ../src/guestfs-actions.pod:7088
17248 msgid ""
17249 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17250 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17251 "is no longer necessary because C<guestfs_launch> now does the waiting."
17252 msgstr ""
17253
17254 #. type: textblock
17255 #: ../src/guestfs-actions.pod:7093
17256 msgid ""
17257 "If you see any calls to this function in code then you can just remove them, "
17258 "unless you want to retain compatibility with older versions of the API."
17259 msgstr ""
17260
17261 #. type: =head2
17262 #: ../src/guestfs-actions.pod:7101
17263 msgid "guestfs_wc_c"
17264 msgstr ""
17265
17266 #. type: verbatim
17267 #: ../src/guestfs-actions.pod:7103
17268 #, no-wrap
17269 msgid ""
17270 " int\n"
17271 " guestfs_wc_c (guestfs_h *g,\n"
17272 "               const char *path);\n"
17273 "\n"
17274 msgstr ""
17275
17276 #. type: textblock
17277 #: ../src/guestfs-actions.pod:7107 ../fish/guestfish-actions.pod:4752
17278 msgid ""
17279 "This command counts the characters in a file, using the C<wc -c> external "
17280 "command."
17281 msgstr ""
17282
17283 #. type: =head2
17284 #: ../src/guestfs-actions.pod:7114
17285 msgid "guestfs_wc_l"
17286 msgstr ""
17287
17288 #. type: verbatim
17289 #: ../src/guestfs-actions.pod:7116
17290 #, no-wrap
17291 msgid ""
17292 " int\n"
17293 " guestfs_wc_l (guestfs_h *g,\n"
17294 "               const char *path);\n"
17295 "\n"
17296 msgstr ""
17297
17298 #. type: textblock
17299 #: ../src/guestfs-actions.pod:7120 ../fish/guestfish-actions.pod:4759
17300 msgid ""
17301 "This command counts the lines in a file, using the C<wc -l> external "
17302 "command."
17303 msgstr ""
17304
17305 #. type: =head2
17306 #: ../src/guestfs-actions.pod:7127
17307 msgid "guestfs_wc_w"
17308 msgstr ""
17309
17310 #. type: verbatim
17311 #: ../src/guestfs-actions.pod:7129
17312 #, no-wrap
17313 msgid ""
17314 " int\n"
17315 " guestfs_wc_w (guestfs_h *g,\n"
17316 "               const char *path);\n"
17317 "\n"
17318 msgstr ""
17319
17320 #. type: textblock
17321 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4766
17322 msgid ""
17323 "This command counts the words in a file, using the C<wc -w> external "
17324 "command."
17325 msgstr ""
17326
17327 #. type: =head2
17328 #: ../src/guestfs-actions.pod:7140
17329 msgid "guestfs_write"
17330 msgstr ""
17331
17332 #. type: verbatim
17333 #: ../src/guestfs-actions.pod:7142
17334 #, no-wrap
17335 msgid ""
17336 " int\n"
17337 " guestfs_write (guestfs_h *g,\n"
17338 "                const char *path,\n"
17339 "                const char *content,\n"
17340 "                size_t content_size);\n"
17341 "\n"
17342 msgstr ""
17343
17344 #. type: textblock
17345 #: ../src/guestfs-actions.pod:7148 ../fish/guestfish-actions.pod:4773
17346 msgid ""
17347 "This call creates a file called C<path>.  The content of the file is the "
17348 "string C<content> (which can contain any 8 bit data)."
17349 msgstr ""
17350
17351 #. type: =head2
17352 #: ../src/guestfs-actions.pod:7158
17353 msgid "guestfs_write_file"
17354 msgstr ""
17355
17356 #. type: verbatim
17357 #: ../src/guestfs-actions.pod:7160
17358 #, no-wrap
17359 msgid ""
17360 " int\n"
17361 " guestfs_write_file (guestfs_h *g,\n"
17362 "                     const char *path,\n"
17363 "                     const char *content,\n"
17364 "                     int size);\n"
17365 "\n"
17366 msgstr ""
17367
17368 #. type: textblock
17369 #: ../src/guestfs-actions.pod:7166 ../fish/guestfish-actions.pod:4783
17370 msgid ""
17371 "This call creates a file called C<path>.  The contents of the file is the "
17372 "string C<content> (which can contain any 8 bit data), with length C<size>."
17373 msgstr ""
17374
17375 #. type: textblock
17376 #: ../src/guestfs-actions.pod:7170 ../fish/guestfish-actions.pod:4787
17377 msgid ""
17378 "As a special case, if C<size> is C<0> then the length is calculated using "
17379 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17380 msgstr ""
17381
17382 #. type: textblock
17383 #: ../src/guestfs-actions.pod:7174 ../fish/guestfish-actions.pod:4791
17384 msgid ""
17385 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17386 "I<not> work, even if the length is specified."
17387 msgstr ""
17388
17389 #. type: textblock
17390 #: ../src/guestfs-actions.pod:7182 ../fish/guestfish-actions.pod:4797
17391 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17392 msgstr ""
17393
17394 #. type: =head2
17395 #: ../src/guestfs-actions.pod:7191
17396 msgid "guestfs_zegrep"
17397 msgstr ""
17398
17399 #. type: verbatim
17400 #: ../src/guestfs-actions.pod:7193
17401 #, no-wrap
17402 msgid ""
17403 " char **\n"
17404 " guestfs_zegrep (guestfs_h *g,\n"
17405 "                 const char *regex,\n"
17406 "                 const char *path);\n"
17407 "\n"
17408 msgstr ""
17409
17410 #. type: textblock
17411 #: ../src/guestfs-actions.pod:7198 ../fish/guestfish-actions.pod:4808
17412 msgid "This calls the external C<zegrep> program and returns the matching lines."
17413 msgstr ""
17414
17415 #. type: =head2
17416 #: ../src/guestfs-actions.pod:7210
17417 msgid "guestfs_zegrepi"
17418 msgstr ""
17419
17420 #. type: verbatim
17421 #: ../src/guestfs-actions.pod:7212
17422 #, no-wrap
17423 msgid ""
17424 " char **\n"
17425 " guestfs_zegrepi (guestfs_h *g,\n"
17426 "                  const char *regex,\n"
17427 "                  const char *path);\n"
17428 "\n"
17429 msgstr ""
17430
17431 #. type: textblock
17432 #: ../src/guestfs-actions.pod:7217 ../fish/guestfish-actions.pod:4818
17433 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17434 msgstr ""
17435
17436 #. type: =head2
17437 #: ../src/guestfs-actions.pod:7229
17438 msgid "guestfs_zero"
17439 msgstr ""
17440
17441 #. type: verbatim
17442 #: ../src/guestfs-actions.pod:7231
17443 #, no-wrap
17444 msgid ""
17445 " int\n"
17446 " guestfs_zero (guestfs_h *g,\n"
17447 "               const char *device);\n"
17448 "\n"
17449 msgstr ""
17450
17451 #. type: textblock
17452 #: ../src/guestfs-actions.pod:7235 ../fish/guestfish-actions.pod:4828
17453 msgid "This command writes zeroes over the first few blocks of C<device>."
17454 msgstr ""
17455
17456 #. type: textblock
17457 #: ../src/guestfs-actions.pod:7237 ../fish/guestfish-actions.pod:4830
17458 msgid ""
17459 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17460 "securely wipe the device).  It should be sufficient to remove any partition "
17461 "tables, filesystem superblocks and so on."
17462 msgstr ""
17463
17464 #. type: textblock
17465 #: ../src/guestfs-actions.pod:7241
17466 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17467 msgstr ""
17468
17469 #. type: =head2
17470 #: ../src/guestfs-actions.pod:7252
17471 msgid "guestfs_zero_device"
17472 msgstr ""
17473
17474 #. type: verbatim
17475 #: ../src/guestfs-actions.pod:7254
17476 #, no-wrap
17477 msgid ""
17478 " int\n"
17479 " guestfs_zero_device (guestfs_h *g,\n"
17480 "                      const char *device);\n"
17481 "\n"
17482 msgstr ""
17483
17484 #. type: textblock
17485 #: ../src/guestfs-actions.pod:7258
17486 msgid ""
17487 "This command writes zeroes over the entire C<device>.  Compare with "
17488 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17489 msgstr ""
17490
17491 #. type: textblock
17492 #: ../src/guestfs-actions.pod:7272
17493 msgid "(Added in 1.3.1)"
17494 msgstr ""
17495
17496 #. type: =head2
17497 #: ../src/guestfs-actions.pod:7274
17498 msgid "guestfs_zerofree"
17499 msgstr ""
17500
17501 #. type: verbatim
17502 #: ../src/guestfs-actions.pod:7276
17503 #, no-wrap
17504 msgid ""
17505 " int\n"
17506 " guestfs_zerofree (guestfs_h *g,\n"
17507 "                   const char *device);\n"
17508 "\n"
17509 msgstr ""
17510
17511 #. type: textblock
17512 #: ../src/guestfs-actions.pod:7280 ../fish/guestfish-actions.pod:4851
17513 msgid ""
17514 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17515 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17516 "possible to compress the filesystem more effectively."
17517 msgstr ""
17518
17519 #. type: textblock
17520 #: ../src/guestfs-actions.pod:7285 ../fish/guestfish-actions.pod:4856
17521 msgid "You should B<not> run this program if the filesystem is mounted."
17522 msgstr ""
17523
17524 #. type: textblock
17525 #: ../src/guestfs-actions.pod:7288 ../fish/guestfish-actions.pod:4859
17526 msgid ""
17527 "It is possible that using this program can damage the filesystem or data on "
17528 "the filesystem."
17529 msgstr ""
17530
17531 #. type: =head2
17532 #: ../src/guestfs-actions.pod:7295
17533 msgid "guestfs_zfgrep"
17534 msgstr ""
17535
17536 #. type: verbatim
17537 #: ../src/guestfs-actions.pod:7297
17538 #, no-wrap
17539 msgid ""
17540 " char **\n"
17541 " guestfs_zfgrep (guestfs_h *g,\n"
17542 "                 const char *pattern,\n"
17543 "                 const char *path);\n"
17544 "\n"
17545 msgstr ""
17546
17547 #. type: textblock
17548 #: ../src/guestfs-actions.pod:7302 ../fish/guestfish-actions.pod:4866
17549 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17550 msgstr ""
17551
17552 #. type: =head2
17553 #: ../src/guestfs-actions.pod:7314
17554 msgid "guestfs_zfgrepi"
17555 msgstr ""
17556
17557 #. type: verbatim
17558 #: ../src/guestfs-actions.pod:7316
17559 #, no-wrap
17560 msgid ""
17561 " char **\n"
17562 " guestfs_zfgrepi (guestfs_h *g,\n"
17563 "                  const char *pattern,\n"
17564 "                  const char *path);\n"
17565 "\n"
17566 msgstr ""
17567
17568 #. type: textblock
17569 #: ../src/guestfs-actions.pod:7321 ../fish/guestfish-actions.pod:4876
17570 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17571 msgstr ""
17572
17573 #. type: =head2
17574 #: ../src/guestfs-actions.pod:7333
17575 msgid "guestfs_zfile"
17576 msgstr ""
17577
17578 #. type: verbatim
17579 #: ../src/guestfs-actions.pod:7335
17580 #, no-wrap
17581 msgid ""
17582 " char *\n"
17583 " guestfs_zfile (guestfs_h *g,\n"
17584 "                const char *meth,\n"
17585 "                const char *path);\n"
17586 "\n"
17587 msgstr ""
17588
17589 #. type: textblock
17590 #: ../src/guestfs-actions.pod:7340 ../fish/guestfish-actions.pod:4886
17591 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17592 msgstr ""
17593
17594 #. type: textblock
17595 #: ../src/guestfs-actions.pod:7343 ../fish/guestfish-actions.pod:4889
17596 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17597 msgstr ""
17598
17599 #. type: textblock
17600 #: ../src/guestfs-actions.pod:7345
17601 msgid ""
17602 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17603 "files."
17604 msgstr ""
17605
17606 #. type: textblock
17607 #: ../src/guestfs-actions.pod:7351 ../fish/guestfish-actions.pod:4894
17608 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17609 msgstr ""
17610
17611 #. type: =head2
17612 #: ../src/guestfs-actions.pod:7360
17613 msgid "guestfs_zgrep"
17614 msgstr ""
17615
17616 #. type: verbatim
17617 #: ../src/guestfs-actions.pod:7362
17618 #, no-wrap
17619 msgid ""
17620 " char **\n"
17621 " guestfs_zgrep (guestfs_h *g,\n"
17622 "                const char *regex,\n"
17623 "                const char *path);\n"
17624 "\n"
17625 msgstr ""
17626
17627 #. type: textblock
17628 #: ../src/guestfs-actions.pod:7367 ../fish/guestfish-actions.pod:4905
17629 msgid "This calls the external C<zgrep> program and returns the matching lines."
17630 msgstr ""
17631
17632 #. type: =head2
17633 #: ../src/guestfs-actions.pod:7379
17634 msgid "guestfs_zgrepi"
17635 msgstr ""
17636
17637 #. type: verbatim
17638 #: ../src/guestfs-actions.pod:7381
17639 #, no-wrap
17640 msgid ""
17641 " char **\n"
17642 " guestfs_zgrepi (guestfs_h *g,\n"
17643 "                 const char *regex,\n"
17644 "                 const char *path);\n"
17645 "\n"
17646 msgstr ""
17647
17648 #. type: textblock
17649 #: ../src/guestfs-actions.pod:7386 ../fish/guestfish-actions.pod:4915
17650 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17651 msgstr ""
17652
17653 #. type: =item
17654 #: ../src/guestfs-availability.pod:3
17655 msgid "B<augeas>"
17656 msgstr ""
17657
17658 #. type: textblock
17659 #: ../src/guestfs-availability.pod:5
17660 msgid ""
17661 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17662 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17663 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17664 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17665 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17666 msgstr ""
17667
17668 #. type: =item
17669 #: ../src/guestfs-availability.pod:21
17670 msgid "B<inotify>"
17671 msgstr ""
17672
17673 #. type: textblock
17674 #: ../src/guestfs-availability.pod:23
17675 msgid ""
17676 "The following functions: L</guestfs_inotify_add_watch> "
17677 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17678 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17679 msgstr ""
17680
17681 #. type: =item
17682 #: ../src/guestfs-availability.pod:31
17683 msgid "B<linuxfsuuid>"
17684 msgstr ""
17685
17686 #. type: textblock
17687 #: ../src/guestfs-availability.pod:33
17688 msgid ""
17689 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17690 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17691 msgstr ""
17692
17693 #. type: =item
17694 #: ../src/guestfs-availability.pod:40
17695 msgid "B<linuxmodules>"
17696 msgstr ""
17697
17698 #. type: textblock
17699 #: ../src/guestfs-availability.pod:42
17700 msgid "The following functions: L</guestfs_modprobe>"
17701 msgstr ""
17702
17703 #. type: =item
17704 #: ../src/guestfs-availability.pod:45
17705 msgid "B<linuxxattrs>"
17706 msgstr ""
17707
17708 #. type: textblock
17709 #: ../src/guestfs-availability.pod:47
17710 msgid ""
17711 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17712 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17713 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17714 "L</guestfs_setxattr>"
17715 msgstr ""
17716
17717 #. type: =item
17718 #: ../src/guestfs-availability.pod:58
17719 msgid "B<luks>"
17720 msgstr ""
17721
17722 #. type: textblock
17723 #: ../src/guestfs-availability.pod:60
17724 msgid ""
17725 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17726 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17727 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17728 msgstr ""
17729
17730 #. type: =item
17731 #: ../src/guestfs-availability.pod:69
17732 msgid "B<lvm2>"
17733 msgstr ""
17734
17735 #. type: textblock
17736 #: ../src/guestfs-availability.pod:71
17737 msgid ""
17738 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17739 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17740 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17741 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17742 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17743 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17744 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17745 "L</guestfs_vgs_full>"
17746 msgstr ""
17747
17748 #. type: =item
17749 #: ../src/guestfs-availability.pod:94
17750 msgid "B<mknod>"
17751 msgstr ""
17752
17753 #. type: textblock
17754 #: ../src/guestfs-availability.pod:96
17755 msgid ""
17756 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17757 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17758 msgstr ""
17759
17760 #. type: =item
17761 #: ../src/guestfs-availability.pod:102
17762 msgid "B<ntfs3g>"
17763 msgstr ""
17764
17765 #. type: textblock
17766 #: ../src/guestfs-availability.pod:104
17767 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17768 msgstr ""
17769
17770 #. type: =item
17771 #: ../src/guestfs-availability.pod:107
17772 msgid "B<ntfsprogs>"
17773 msgstr ""
17774
17775 #. type: textblock
17776 #: ../src/guestfs-availability.pod:109
17777 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17778 msgstr ""
17779
17780 #. type: =item
17781 #: ../src/guestfs-availability.pod:113
17782 msgid "B<realpath>"
17783 msgstr ""
17784
17785 #. type: textblock
17786 #: ../src/guestfs-availability.pod:115
17787 msgid "The following functions: L</guestfs_realpath>"
17788 msgstr ""
17789
17790 #. type: =item
17791 #: ../src/guestfs-availability.pod:118
17792 msgid "B<scrub>"
17793 msgstr ""
17794
17795 #. type: textblock
17796 #: ../src/guestfs-availability.pod:120
17797 msgid ""
17798 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17799 "L</guestfs_scrub_freespace>"
17800 msgstr ""
17801
17802 #. type: =item
17803 #: ../src/guestfs-availability.pod:125
17804 msgid "B<selinux>"
17805 msgstr ""
17806
17807 #. type: textblock
17808 #: ../src/guestfs-availability.pod:127
17809 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17810 msgstr ""
17811
17812 #. type: =item
17813 #: ../src/guestfs-availability.pod:131
17814 msgid "B<xz>"
17815 msgstr ""
17816
17817 #. type: textblock
17818 #: ../src/guestfs-availability.pod:133
17819 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17820 msgstr ""
17821
17822 #. type: =item
17823 #: ../src/guestfs-availability.pod:137
17824 msgid "B<zerofree>"
17825 msgstr ""
17826
17827 #. type: textblock
17828 #: ../src/guestfs-availability.pod:139
17829 msgid "The following functions: L</guestfs_zerofree>"
17830 msgstr ""
17831
17832 #. type: =head2
17833 #: ../src/guestfs-structs.pod:1
17834 msgid "guestfs_int_bool"
17835 msgstr ""
17836
17837 #. type: verbatim
17838 #: ../src/guestfs-structs.pod:3
17839 #, no-wrap
17840 msgid ""
17841 " struct guestfs_int_bool {\n"
17842 "   int32_t i;\n"
17843 "   int32_t b;\n"
17844 " };\n"
17845 " \n"
17846 msgstr ""
17847
17848 #. type: verbatim
17849 #: ../src/guestfs-structs.pod:8
17850 #, no-wrap
17851 msgid ""
17852 " struct guestfs_int_bool_list {\n"
17853 "   uint32_t len; /* Number of elements in list. */\n"
17854 "   struct guestfs_int_bool *val; /* Elements. */\n"
17855 " };\n"
17856 " \n"
17857 msgstr ""
17858
17859 #. type: verbatim
17860 #: ../src/guestfs-structs.pod:13
17861 #, no-wrap
17862 msgid ""
17863 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17864 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17865 "\n"
17866 msgstr ""
17867
17868 #. type: =head2
17869 #: ../src/guestfs-structs.pod:16
17870 msgid "guestfs_lvm_pv"
17871 msgstr ""
17872
17873 #. type: verbatim
17874 #: ../src/guestfs-structs.pod:18
17875 #, no-wrap
17876 msgid ""
17877 " struct guestfs_lvm_pv {\n"
17878 "   char *pv_name;\n"
17879 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17880 "*/\n"
17881 "   char pv_uuid[32];\n"
17882 "   char *pv_fmt;\n"
17883 "   uint64_t pv_size;\n"
17884 "   uint64_t dev_size;\n"
17885 "   uint64_t pv_free;\n"
17886 "   uint64_t pv_used;\n"
17887 "   char *pv_attr;\n"
17888 "   int64_t pv_pe_count;\n"
17889 "   int64_t pv_pe_alloc_count;\n"
17890 "   char *pv_tags;\n"
17891 "   uint64_t pe_start;\n"
17892 "   int64_t pv_mda_count;\n"
17893 "   uint64_t pv_mda_free;\n"
17894 " };\n"
17895 " \n"
17896 msgstr ""
17897
17898 #. type: verbatim
17899 #: ../src/guestfs-structs.pod:36
17900 #, no-wrap
17901 msgid ""
17902 " struct guestfs_lvm_pv_list {\n"
17903 "   uint32_t len; /* Number of elements in list. */\n"
17904 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17905 " };\n"
17906 " \n"
17907 msgstr ""
17908
17909 #. type: verbatim
17910 #: ../src/guestfs-structs.pod:41
17911 #, no-wrap
17912 msgid ""
17913 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17914 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17915 "\n"
17916 msgstr ""
17917
17918 #. type: =head2
17919 #: ../src/guestfs-structs.pod:44
17920 msgid "guestfs_lvm_vg"
17921 msgstr ""
17922
17923 #. type: verbatim
17924 #: ../src/guestfs-structs.pod:46
17925 #, no-wrap
17926 msgid ""
17927 " struct guestfs_lvm_vg {\n"
17928 "   char *vg_name;\n"
17929 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17930 "*/\n"
17931 "   char vg_uuid[32];\n"
17932 "   char *vg_fmt;\n"
17933 "   char *vg_attr;\n"
17934 "   uint64_t vg_size;\n"
17935 "   uint64_t vg_free;\n"
17936 "   char *vg_sysid;\n"
17937 "   uint64_t vg_extent_size;\n"
17938 "   int64_t vg_extent_count;\n"
17939 "   int64_t vg_free_count;\n"
17940 "   int64_t max_lv;\n"
17941 "   int64_t max_pv;\n"
17942 "   int64_t pv_count;\n"
17943 "   int64_t lv_count;\n"
17944 "   int64_t snap_count;\n"
17945 "   int64_t vg_seqno;\n"
17946 "   char *vg_tags;\n"
17947 "   int64_t vg_mda_count;\n"
17948 "   uint64_t vg_mda_free;\n"
17949 " };\n"
17950 " \n"
17951 msgstr ""
17952
17953 #. type: verbatim
17954 #: ../src/guestfs-structs.pod:69
17955 #, no-wrap
17956 msgid ""
17957 " struct guestfs_lvm_vg_list {\n"
17958 "   uint32_t len; /* Number of elements in list. */\n"
17959 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17960 " };\n"
17961 " \n"
17962 msgstr ""
17963
17964 #. type: verbatim
17965 #: ../src/guestfs-structs.pod:74
17966 #, no-wrap
17967 msgid ""
17968 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17969 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17970 "\n"
17971 msgstr ""
17972
17973 #. type: =head2
17974 #: ../src/guestfs-structs.pod:77
17975 msgid "guestfs_lvm_lv"
17976 msgstr ""
17977
17978 #. type: verbatim
17979 #: ../src/guestfs-structs.pod:79
17980 #, no-wrap
17981 msgid ""
17982 " struct guestfs_lvm_lv {\n"
17983 "   char *lv_name;\n"
17984 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17985 "*/\n"
17986 "   char lv_uuid[32];\n"
17987 "   char *lv_attr;\n"
17988 "   int64_t lv_major;\n"
17989 "   int64_t lv_minor;\n"
17990 "   int64_t lv_kernel_major;\n"
17991 "   int64_t lv_kernel_minor;\n"
17992 "   uint64_t lv_size;\n"
17993 "   int64_t seg_count;\n"
17994 "   char *origin;\n"
17995 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17996 "   float snap_percent;\n"
17997 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17998 "   float copy_percent;\n"
17999 "   char *move_pv;\n"
18000 "   char *lv_tags;\n"
18001 "   char *mirror_log;\n"
18002 "   char *modules;\n"
18003 " };\n"
18004 " \n"
18005 msgstr ""
18006
18007 #. type: verbatim
18008 #: ../src/guestfs-structs.pod:101
18009 #, no-wrap
18010 msgid ""
18011 " struct guestfs_lvm_lv_list {\n"
18012 "   uint32_t len; /* Number of elements in list. */\n"
18013 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18014 " };\n"
18015 " \n"
18016 msgstr ""
18017
18018 #. type: verbatim
18019 #: ../src/guestfs-structs.pod:106
18020 #, no-wrap
18021 msgid ""
18022 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18023 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18024 "\n"
18025 msgstr ""
18026
18027 #. type: verbatim
18028 #: ../src/guestfs-structs.pod:111
18029 #, no-wrap
18030 msgid ""
18031 " struct guestfs_stat {\n"
18032 "   int64_t dev;\n"
18033 "   int64_t ino;\n"
18034 "   int64_t mode;\n"
18035 "   int64_t nlink;\n"
18036 "   int64_t uid;\n"
18037 "   int64_t gid;\n"
18038 "   int64_t rdev;\n"
18039 "   int64_t size;\n"
18040 "   int64_t blksize;\n"
18041 "   int64_t blocks;\n"
18042 "   int64_t atime;\n"
18043 "   int64_t mtime;\n"
18044 "   int64_t ctime;\n"
18045 " };\n"
18046 " \n"
18047 msgstr ""
18048
18049 #. type: verbatim
18050 #: ../src/guestfs-structs.pod:127
18051 #, no-wrap
18052 msgid ""
18053 " struct guestfs_stat_list {\n"
18054 "   uint32_t len; /* Number of elements in list. */\n"
18055 "   struct guestfs_stat *val; /* Elements. */\n"
18056 " };\n"
18057 " \n"
18058 msgstr ""
18059
18060 #. type: verbatim
18061 #: ../src/guestfs-structs.pod:132
18062 #, no-wrap
18063 msgid ""
18064 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18065 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18066 "\n"
18067 msgstr ""
18068
18069 #. type: verbatim
18070 #: ../src/guestfs-structs.pod:137
18071 #, no-wrap
18072 msgid ""
18073 " struct guestfs_statvfs {\n"
18074 "   int64_t bsize;\n"
18075 "   int64_t frsize;\n"
18076 "   int64_t blocks;\n"
18077 "   int64_t bfree;\n"
18078 "   int64_t bavail;\n"
18079 "   int64_t files;\n"
18080 "   int64_t ffree;\n"
18081 "   int64_t favail;\n"
18082 "   int64_t fsid;\n"
18083 "   int64_t flag;\n"
18084 "   int64_t namemax;\n"
18085 " };\n"
18086 " \n"
18087 msgstr ""
18088
18089 #. type: verbatim
18090 #: ../src/guestfs-structs.pod:151
18091 #, no-wrap
18092 msgid ""
18093 " struct guestfs_statvfs_list {\n"
18094 "   uint32_t len; /* Number of elements in list. */\n"
18095 "   struct guestfs_statvfs *val; /* Elements. */\n"
18096 " };\n"
18097 " \n"
18098 msgstr ""
18099
18100 #. type: verbatim
18101 #: ../src/guestfs-structs.pod:156
18102 #, no-wrap
18103 msgid ""
18104 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18105 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18106 "\n"
18107 msgstr ""
18108
18109 #. type: =head2
18110 #: ../src/guestfs-structs.pod:159
18111 msgid "guestfs_dirent"
18112 msgstr ""
18113
18114 #. type: verbatim
18115 #: ../src/guestfs-structs.pod:161
18116 #, no-wrap
18117 msgid ""
18118 " struct guestfs_dirent {\n"
18119 "   int64_t ino;\n"
18120 "   char ftyp;\n"
18121 "   char *name;\n"
18122 " };\n"
18123 " \n"
18124 msgstr ""
18125
18126 #. type: verbatim
18127 #: ../src/guestfs-structs.pod:167
18128 #, no-wrap
18129 msgid ""
18130 " struct guestfs_dirent_list {\n"
18131 "   uint32_t len; /* Number of elements in list. */\n"
18132 "   struct guestfs_dirent *val; /* Elements. */\n"
18133 " };\n"
18134 " \n"
18135 msgstr ""
18136
18137 #. type: verbatim
18138 #: ../src/guestfs-structs.pod:172
18139 #, no-wrap
18140 msgid ""
18141 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18142 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18143 "\n"
18144 msgstr ""
18145
18146 #. type: verbatim
18147 #: ../src/guestfs-structs.pod:177
18148 #, no-wrap
18149 msgid ""
18150 " struct guestfs_version {\n"
18151 "   int64_t major;\n"
18152 "   int64_t minor;\n"
18153 "   int64_t release;\n"
18154 "   char *extra;\n"
18155 " };\n"
18156 " \n"
18157 msgstr ""
18158
18159 #. type: verbatim
18160 #: ../src/guestfs-structs.pod:184
18161 #, no-wrap
18162 msgid ""
18163 " struct guestfs_version_list {\n"
18164 "   uint32_t len; /* Number of elements in list. */\n"
18165 "   struct guestfs_version *val; /* Elements. */\n"
18166 " };\n"
18167 " \n"
18168 msgstr ""
18169
18170 #. type: verbatim
18171 #: ../src/guestfs-structs.pod:189
18172 #, no-wrap
18173 msgid ""
18174 " void guestfs_free_version (struct guestfs_free_version *);\n"
18175 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18176 "\n"
18177 msgstr ""
18178
18179 #. type: =head2
18180 #: ../src/guestfs-structs.pod:192
18181 msgid "guestfs_xattr"
18182 msgstr ""
18183
18184 #. type: verbatim
18185 #: ../src/guestfs-structs.pod:194
18186 #, no-wrap
18187 msgid ""
18188 " struct guestfs_xattr {\n"
18189 "   char *attrname;\n"
18190 "   /* The next two fields describe a byte array. */\n"
18191 "   uint32_t attrval_len;\n"
18192 "   char *attrval;\n"
18193 " };\n"
18194 " \n"
18195 msgstr ""
18196
18197 #. type: verbatim
18198 #: ../src/guestfs-structs.pod:201
18199 #, no-wrap
18200 msgid ""
18201 " struct guestfs_xattr_list {\n"
18202 "   uint32_t len; /* Number of elements in list. */\n"
18203 "   struct guestfs_xattr *val; /* Elements. */\n"
18204 " };\n"
18205 " \n"
18206 msgstr ""
18207
18208 #. type: verbatim
18209 #: ../src/guestfs-structs.pod:206
18210 #, no-wrap
18211 msgid ""
18212 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18213 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18214 "\n"
18215 msgstr ""
18216
18217 #. type: =head2
18218 #: ../src/guestfs-structs.pod:209
18219 msgid "guestfs_inotify_event"
18220 msgstr ""
18221
18222 #. type: verbatim
18223 #: ../src/guestfs-structs.pod:211
18224 #, no-wrap
18225 msgid ""
18226 " struct guestfs_inotify_event {\n"
18227 "   int64_t in_wd;\n"
18228 "   uint32_t in_mask;\n"
18229 "   uint32_t in_cookie;\n"
18230 "   char *in_name;\n"
18231 " };\n"
18232 " \n"
18233 msgstr ""
18234
18235 #. type: verbatim
18236 #: ../src/guestfs-structs.pod:218
18237 #, no-wrap
18238 msgid ""
18239 " struct guestfs_inotify_event_list {\n"
18240 "   uint32_t len; /* Number of elements in list. */\n"
18241 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18242 " };\n"
18243 " \n"
18244 msgstr ""
18245
18246 #. type: verbatim
18247 #: ../src/guestfs-structs.pod:223
18248 #, no-wrap
18249 msgid ""
18250 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18251 " void guestfs_free_inotify_event_list (struct "
18252 "guestfs_free_inotify_event_list *);\n"
18253 "\n"
18254 msgstr ""
18255
18256 #. type: =head2
18257 #: ../src/guestfs-structs.pod:226
18258 msgid "guestfs_partition"
18259 msgstr ""
18260
18261 #. type: verbatim
18262 #: ../src/guestfs-structs.pod:228
18263 #, no-wrap
18264 msgid ""
18265 " struct guestfs_partition {\n"
18266 "   int32_t part_num;\n"
18267 "   uint64_t part_start;\n"
18268 "   uint64_t part_end;\n"
18269 "   uint64_t part_size;\n"
18270 " };\n"
18271 " \n"
18272 msgstr ""
18273
18274 #. type: verbatim
18275 #: ../src/guestfs-structs.pod:235
18276 #, no-wrap
18277 msgid ""
18278 " struct guestfs_partition_list {\n"
18279 "   uint32_t len; /* Number of elements in list. */\n"
18280 "   struct guestfs_partition *val; /* Elements. */\n"
18281 " };\n"
18282 " \n"
18283 msgstr ""
18284
18285 #. type: verbatim
18286 #: ../src/guestfs-structs.pod:240
18287 #, no-wrap
18288 msgid ""
18289 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18290 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18291 "\n"
18292 msgstr ""
18293
18294 #. type: =head2
18295 #: ../src/guestfs-structs.pod:243
18296 msgid "guestfs_application"
18297 msgstr ""
18298
18299 #. type: verbatim
18300 #: ../src/guestfs-structs.pod:245
18301 #, no-wrap
18302 msgid ""
18303 " struct guestfs_application {\n"
18304 "   char *app_name;\n"
18305 "   char *app_display_name;\n"
18306 "   int32_t app_epoch;\n"
18307 "   char *app_version;\n"
18308 "   char *app_release;\n"
18309 "   char *app_install_path;\n"
18310 "   char *app_trans_path;\n"
18311 "   char *app_publisher;\n"
18312 "   char *app_url;\n"
18313 "   char *app_source_package;\n"
18314 "   char *app_summary;\n"
18315 "   char *app_description;\n"
18316 " };\n"
18317 " \n"
18318 msgstr ""
18319
18320 #. type: verbatim
18321 #: ../src/guestfs-structs.pod:260
18322 #, no-wrap
18323 msgid ""
18324 " struct guestfs_application_list {\n"
18325 "   uint32_t len; /* Number of elements in list. */\n"
18326 "   struct guestfs_application *val; /* Elements. */\n"
18327 " };\n"
18328 " \n"
18329 msgstr ""
18330
18331 #. type: verbatim
18332 #: ../src/guestfs-structs.pod:265
18333 #, no-wrap
18334 msgid ""
18335 " void guestfs_free_application (struct guestfs_free_application *);\n"
18336 " void guestfs_free_application_list (struct guestfs_free_application_list "
18337 "*);\n"
18338 "\n"
18339 msgstr ""
18340
18341 #. type: textblock
18342 #: ../fish/guestfish.pod:5
18343 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18344 msgstr ""
18345
18346 #. type: verbatim
18347 #: ../fish/guestfish.pod:9
18348 #, no-wrap
18349 msgid ""
18350 " guestfish [--options] [commands]\n"
18351 "\n"
18352 msgstr ""
18353
18354 #. type: verbatim
18355 #: ../fish/guestfish.pod:11
18356 #, no-wrap
18357 msgid ""
18358 " guestfish\n"
18359 "\n"
18360 msgstr ""
18361
18362 #. type: verbatim
18363 #: ../fish/guestfish.pod:13
18364 #, no-wrap
18365 msgid ""
18366 " guestfish [--ro|--rw] -a disk.img\n"
18367 "\n"
18368 msgstr ""
18369
18370 #. type: verbatim
18371 #: ../fish/guestfish.pod:15
18372 #, no-wrap
18373 msgid ""
18374 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18375 "\n"
18376 msgstr ""
18377
18378 #. type: verbatim
18379 #: ../fish/guestfish.pod:17
18380 #, no-wrap
18381 msgid ""
18382 " guestfish -d libvirt-domain\n"
18383 "\n"
18384 msgstr ""
18385
18386 #. type: verbatim
18387 #: ../fish/guestfish.pod:19
18388 #, no-wrap
18389 msgid ""
18390 " guestfish [--ro|--rw] -a disk.img -i\n"
18391 "\n"
18392 msgstr ""
18393
18394 #. type: verbatim
18395 #: ../fish/guestfish.pod:21
18396 #, no-wrap
18397 msgid ""
18398 " guestfish -d libvirt-domain -i\n"
18399 "\n"
18400 msgstr ""
18401
18402 #. type: =head1
18403 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18404 msgid "WARNING"
18405 msgstr ""
18406
18407 #. type: textblock
18408 #: ../fish/guestfish.pod:25
18409 msgid ""
18410 "Using guestfish in read/write mode on live virtual machines can be "
18411 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18412 "option to use guestfish safely if the disk image or virtual machine might be "
18413 "live."
18414 msgstr ""
18415
18416 #. type: textblock
18417 #: ../fish/guestfish.pod:32
18418 msgid ""
18419 "Guestfish is a shell and command-line tool for examining and modifying "
18420 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18421 "functionality of the guestfs API, see L<guestfs(3)>."
18422 msgstr ""
18423
18424 #. type: textblock
18425 #: ../fish/guestfish.pod:36
18426 msgid ""
18427 "Guestfish gives you structured access to the libguestfs API, from shell "
18428 "scripts or the command line or interactively.  If you want to rescue a "
18429 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18430 "command."
18431 msgstr ""
18432
18433 #. type: =head1
18434 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:942 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
18435 msgid "EXAMPLES"
18436 msgstr ""
18437
18438 #. type: =head2
18439 #: ../fish/guestfish.pod:43
18440 msgid "As an interactive shell"
18441 msgstr ""
18442
18443 #. type: verbatim
18444 #: ../fish/guestfish.pod:45
18445 #, no-wrap
18446 msgid ""
18447 " $ guestfish\n"
18448 " \n"
18449 msgstr ""
18450
18451 #. type: verbatim
18452 #: ../fish/guestfish.pod:47
18453 #, no-wrap
18454 msgid ""
18455 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18456 " editing virtual machine filesystems.\n"
18457 " \n"
18458 msgstr ""
18459
18460 #. type: verbatim
18461 #: ../fish/guestfish.pod:50
18462 #, no-wrap
18463 msgid ""
18464 " Type: 'help' for a list of commands\n"
18465 "       'man' to read the manual\n"
18466 "       'quit' to quit the shell\n"
18467 " \n"
18468 msgstr ""
18469
18470 #. type: verbatim
18471 #: ../fish/guestfish.pod:54
18472 #, no-wrap
18473 msgid ""
18474 " ><fs> add-ro disk.img\n"
18475 " ><fs> run\n"
18476 " ><fs> list-filesystems\n"
18477 " /dev/sda1: ext4\n"
18478 " /dev/vg_guest/lv_root: ext4\n"
18479 " /dev/vg_guest/lv_swap: swap\n"
18480 " ><fs> mount /dev/vg_guest/lv_root /\n"
18481 " ><fs> cat /etc/fstab\n"
18482 " # /etc/fstab\n"
18483 " # Created by anaconda\n"
18484 " [...]\n"
18485 " ><fs> exit\n"
18486 "\n"
18487 msgstr ""
18488
18489 #. type: =head2
18490 #: ../fish/guestfish.pod:67
18491 msgid "From shell scripts"
18492 msgstr ""
18493
18494 #. type: textblock
18495 #: ../fish/guestfish.pod:69
18496 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18497 msgstr ""
18498
18499 #. type: verbatim
18500 #: ../fish/guestfish.pod:71
18501 #, no-wrap
18502 msgid ""
18503 " guestfish <<_EOF_\n"
18504 " add disk.img\n"
18505 " run\n"
18506 " mount /dev/vg_guest/lv_root /\n"
18507 " write /etc/motd \"Welcome, new users\"\n"
18508 " _EOF_\n"
18509 "\n"
18510 msgstr ""
18511
18512 #. type: textblock
18513 #: ../fish/guestfish.pod:78
18514 msgid "List the LVM logical volumes in a disk image:"
18515 msgstr ""
18516
18517 #. type: verbatim
18518 #: ../fish/guestfish.pod:80
18519 #, no-wrap
18520 msgid ""
18521 " guestfish -a disk.img --ro <<_EOF_\n"
18522 " run\n"
18523 " lvs\n"
18524 " _EOF_\n"
18525 "\n"
18526 msgstr ""
18527
18528 #. type: textblock
18529 #: ../fish/guestfish.pod:85
18530 msgid "List all the filesystems in a disk image:"
18531 msgstr ""
18532
18533 #. type: verbatim
18534 #: ../fish/guestfish.pod:87
18535 #, no-wrap
18536 msgid ""
18537 " guestfish -a disk.img --ro <<_EOF_\n"
18538 " run\n"
18539 " list-filesystems\n"
18540 " _EOF_\n"
18541 "\n"
18542 msgstr ""
18543
18544 #. type: =head2
18545 #: ../fish/guestfish.pod:92
18546 msgid "On one command line"
18547 msgstr ""
18548
18549 #. type: textblock
18550 #: ../fish/guestfish.pod:94
18551 msgid "Update C</etc/resolv.conf> in a guest:"
18552 msgstr ""
18553
18554 #. type: verbatim
18555 #: ../fish/guestfish.pod:96
18556 #, no-wrap
18557 msgid ""
18558 " guestfish \\\n"
18559 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18560 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18561 "\n"
18562 msgstr ""
18563
18564 #. type: textblock
18565 #: ../fish/guestfish.pod:100
18566 msgid "Edit C</boot/grub/grub.conf> interactively:"
18567 msgstr ""
18568
18569 #. type: verbatim
18570 #: ../fish/guestfish.pod:102
18571 #, no-wrap
18572 msgid ""
18573 " guestfish --rw --add disk.img \\\n"
18574 "   --mount /dev/vg_guest/lv_root \\\n"
18575 "   --mount /dev/sda1:/boot \\\n"
18576 "   edit /boot/grub/grub.conf\n"
18577 "\n"
18578 msgstr ""
18579
18580 #. type: =head2
18581 #: ../fish/guestfish.pod:107
18582 msgid "Mount disks automatically"
18583 msgstr ""
18584
18585 #. type: textblock
18586 #: ../fish/guestfish.pod:109
18587 msgid ""
18588 "Use the I<-i> option to automatically mount the disks from a virtual "
18589 "machine:"
18590 msgstr ""
18591
18592 #. type: verbatim
18593 #: ../fish/guestfish.pod:112
18594 #, no-wrap
18595 msgid ""
18596 " guestfish --ro -a disk.img -i cat /etc/group\n"
18597 "\n"
18598 msgstr ""
18599
18600 #. type: verbatim
18601 #: ../fish/guestfish.pod:114
18602 #, no-wrap
18603 msgid ""
18604 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18605 "\n"
18606 msgstr ""
18607
18608 #. type: textblock
18609 #: ../fish/guestfish.pod:116
18610 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18611 msgstr ""
18612
18613 #. type: verbatim
18614 #: ../fish/guestfish.pod:118
18615 #, no-wrap
18616 msgid ""
18617 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18618 "\n"
18619 msgstr ""
18620
18621 #. type: =head2
18622 #: ../fish/guestfish.pod:120
18623 msgid "As a script interpreter"
18624 msgstr ""
18625
18626 #. type: textblock
18627 #: ../fish/guestfish.pod:122
18628 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18629 msgstr ""
18630
18631 #. type: verbatim
18632 #: ../fish/guestfish.pod:124
18633 #, no-wrap
18634 msgid ""
18635 " #!/usr/bin/guestfish -f\n"
18636 " sparse test1.img 100M\n"
18637 " run\n"
18638 " part-disk /dev/sda mbr\n"
18639 " mkfs ext2 /dev/sda1\n"
18640 "\n"
18641 msgstr ""
18642
18643 #. type: =head2
18644 #: ../fish/guestfish.pod:130
18645 msgid "Start with a prepared disk"
18646 msgstr ""
18647
18648 #. type: textblock
18649 #: ../fish/guestfish.pod:132
18650 msgid ""
18651 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18652 "single ext2-formatted partition:"
18653 msgstr ""
18654
18655 #. type: verbatim
18656 #: ../fish/guestfish.pod:135
18657 #, no-wrap
18658 msgid ""
18659 " guestfish -N fs\n"
18660 "\n"
18661 msgstr ""
18662
18663 #. type: textblock
18664 #: ../fish/guestfish.pod:137
18665 msgid "To list what is available do:"
18666 msgstr ""
18667
18668 #. type: verbatim
18669 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:933
18670 #, no-wrap
18671 msgid ""
18672 " guestfish -N help | less\n"
18673 "\n"
18674 msgstr ""
18675
18676 #. type: =head2
18677 #: ../fish/guestfish.pod:141
18678 msgid "Remote control"
18679 msgstr ""
18680
18681 #. type: verbatim
18682 #: ../fish/guestfish.pod:143
18683 #, no-wrap
18684 msgid ""
18685 " eval \"`guestfish --listen`\"\n"
18686 " guestfish --remote add-ro disk.img\n"
18687 " guestfish --remote run\n"
18688 " guestfish --remote lvs\n"
18689 "\n"
18690 msgstr ""
18691
18692 #. type: =head1
18693 #: ../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
18694 msgid "OPTIONS"
18695 msgstr ""
18696
18697 #. type: =item
18698 #: ../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
18699 msgid "B<--help>"
18700 msgstr ""
18701
18702 #. type: textblock
18703 #: ../fish/guestfish.pod:154
18704 msgid "Displays general help on options."
18705 msgstr ""
18706
18707 #. type: =item
18708 #: ../fish/guestfish.pod:156
18709 msgid "B<-h>"
18710 msgstr ""
18711
18712 #. type: =item
18713 #: ../fish/guestfish.pod:158
18714 msgid "B<--cmd-help>"
18715 msgstr ""
18716
18717 #. type: textblock
18718 #: ../fish/guestfish.pod:160
18719 msgid "Lists all available guestfish commands."
18720 msgstr ""
18721
18722 #. type: =item
18723 #: ../fish/guestfish.pod:162
18724 msgid "B<-h cmd>"
18725 msgstr ""
18726
18727 #. type: =item
18728 #: ../fish/guestfish.pod:164
18729 msgid "B<--cmd-help cmd>"
18730 msgstr ""
18731
18732 #. type: textblock
18733 #: ../fish/guestfish.pod:166
18734 msgid "Displays detailed help on a single command C<cmd>."
18735 msgstr ""
18736
18737 #. type: =item
18738 #: ../fish/guestfish.pod:168
18739 msgid "B<-a image>"
18740 msgstr ""
18741
18742 #. type: =item
18743 #: ../fish/guestfish.pod:170
18744 msgid "B<--add image>"
18745 msgstr ""
18746
18747 #. type: textblock
18748 #: ../fish/guestfish.pod:172
18749 msgid "Add a block device or virtual machine image to the shell."
18750 msgstr ""
18751
18752 #. type: textblock
18753 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18754 msgid ""
18755 "The format of the disk image is auto-detected.  To override this and force a "
18756 "particular format use the I<--format=..> option."
18757 msgstr ""
18758
18759 #. type: textblock
18760 #: ../fish/guestfish.pod:177
18761 msgid ""
18762 "Using this flag is mostly equivalent to using the C<add> command, with "
18763 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18764 "the I<--format:...> flag was given."
18765 msgstr ""
18766
18767 #. type: =item
18768 #: ../fish/guestfish.pod:181
18769 msgid "B<-c URI>"
18770 msgstr ""
18771
18772 #. type: =item
18773 #: ../fish/guestfish.pod:183
18774 msgid "B<--connect URI>"
18775 msgstr ""
18776
18777 #. type: textblock
18778 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18779 msgid ""
18780 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18781 "URI to use.  The default is to use the default libvirt connection."
18782 msgstr ""
18783
18784 #. type: =item
18785 #: ../fish/guestfish.pod:189
18786 msgid "B<--csh>"
18787 msgstr ""
18788
18789 #. type: textblock
18790 #: ../fish/guestfish.pod:191
18791 msgid ""
18792 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18793 "section L</REMOTE CONTROL AND CSH> below."
18794 msgstr ""
18795
18796 #. type: =item
18797 #: ../fish/guestfish.pod:194
18798 msgid "B<-d libvirt-domain>"
18799 msgstr ""
18800
18801 #. type: =item
18802 #: ../fish/guestfish.pod:196
18803 msgid "B<--domain libvirt-domain>"
18804 msgstr ""
18805
18806 #. type: textblock
18807 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18808 msgid ""
18809 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18810 "used, then any libvirt domain can be used.  However in write mode, only "
18811 "libvirt domains which are shut down can be named here."
18812 msgstr ""
18813
18814 #. type: textblock
18815 #: ../fish/guestfish.pod:202
18816 msgid ""
18817 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18818 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18819 "if the I<--format:...> flag was given."
18820 msgstr ""
18821
18822 #. type: =item
18823 #: ../fish/guestfish.pod:206
18824 msgid "B<-D>"
18825 msgstr ""
18826
18827 #. type: =item
18828 #: ../fish/guestfish.pod:208
18829 msgid "B<--no-dest-paths>"
18830 msgstr ""
18831
18832 #. type: textblock
18833 #: ../fish/guestfish.pod:210
18834 msgid ""
18835 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18836 "to hit the tab key to complete paths on the guest filesystem, but this "
18837 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18838 "allow this feature to be disabled."
18839 msgstr ""
18840
18841 #. type: =item
18842 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18843 msgid "B<--echo-keys>"
18844 msgstr ""
18845
18846 #. type: textblock
18847 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18848 msgid ""
18849 "When prompting for keys and passphrases, guestfish normally turns echoing "
18850 "off so you cannot see what you are typing.  If you are not worried about "
18851 "Tempest attacks and there is no one else in the room you can specify this "
18852 "flag to see what you are typing."
18853 msgstr ""
18854
18855 #. type: =item
18856 #: ../fish/guestfish.pod:222
18857 msgid "B<-f file>"
18858 msgstr ""
18859
18860 #. type: =item
18861 #: ../fish/guestfish.pod:224
18862 msgid "B<--file file>"
18863 msgstr ""
18864
18865 #. type: textblock
18866 #: ../fish/guestfish.pod:226
18867 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
18868 msgstr ""
18869
18870 #. type: verbatim
18871 #: ../fish/guestfish.pod:229
18872 #, no-wrap
18873 msgid ""
18874 " #!/usr/bin/guestfish -f\n"
18875 "\n"
18876 msgstr ""
18877
18878 #. type: =item
18879 #: ../fish/guestfish.pod:231
18880 msgid "B<--format=raw|qcow2|..>"
18881 msgstr ""
18882
18883 #. type: =item
18884 #: ../fish/guestfish.pod:233
18885 msgid "B<--format>"
18886 msgstr ""
18887
18888 #. type: textblock
18889 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18890 msgid ""
18891 "The default for the I<-a> option is to auto-detect the format of the disk "
18892 "image.  Using this forces the disk format for I<-a> options which follow on "
18893 "the command line.  Using I<--format> with no argument switches back to "
18894 "auto-detection for subsequent I<-a> options."
18895 msgstr ""
18896
18897 #. type: verbatim
18898 #: ../fish/guestfish.pod:242
18899 #, no-wrap
18900 msgid ""
18901 " guestfish --format=raw -a disk.img\n"
18902 "\n"
18903 msgstr ""
18904
18905 #. type: textblock
18906 #: ../fish/guestfish.pod:244
18907 msgid "forces raw format (no auto-detection) for C<disk.img>."
18908 msgstr ""
18909
18910 #. type: verbatim
18911 #: ../fish/guestfish.pod:246
18912 #, no-wrap
18913 msgid ""
18914 " guestfish --format=raw -a disk.img --format -a another.img\n"
18915 "\n"
18916 msgstr ""
18917
18918 #. type: textblock
18919 #: ../fish/guestfish.pod:248
18920 msgid ""
18921 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18922 "auto-detection for C<another.img>."
18923 msgstr ""
18924
18925 #. type: textblock
18926 #: ../fish/guestfish.pod:251
18927 msgid ""
18928 "If you have untrusted raw-format guest disk images, you should use this "
18929 "option to specify the disk format.  This avoids a possible security problem "
18930 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18931 msgstr ""
18932
18933 #. type: =item
18934 #: ../fish/guestfish.pod:256
18935 msgid "B<-i>"
18936 msgstr ""
18937
18938 #. type: =item
18939 #: ../fish/guestfish.pod:258
18940 msgid "B<--inspector>"
18941 msgstr ""
18942
18943 #. type: textblock
18944 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18945 msgid ""
18946 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18947 "system and mount filesystems as they would be mounted on the real virtual "
18948 "machine."
18949 msgstr ""
18950
18951 #. type: textblock
18952 #: ../fish/guestfish.pod:264
18953 msgid "Typical usage is either:"
18954 msgstr ""
18955
18956 #. type: verbatim
18957 #: ../fish/guestfish.pod:266
18958 #, no-wrap
18959 msgid ""
18960 " guestfish -d myguest -i\n"
18961 "\n"
18962 msgstr ""
18963
18964 #. type: textblock
18965 #: ../fish/guestfish.pod:268
18966 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18967 msgstr ""
18968
18969 #. type: verbatim
18970 #: ../fish/guestfish.pod:270
18971 #, no-wrap
18972 msgid ""
18973 " guestfish --ro -d myguest -i\n"
18974 "\n"
18975 msgstr ""
18976
18977 #. type: textblock
18978 #: ../fish/guestfish.pod:272
18979 msgid "(for active domains, readonly), or specify the block device directly:"
18980 msgstr ""
18981
18982 #. type: verbatim
18983 #: ../fish/guestfish.pod:274
18984 #, no-wrap
18985 msgid ""
18986 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18987 "\n"
18988 msgstr ""
18989
18990 #. type: textblock
18991 #: ../fish/guestfish.pod:276
18992 msgid ""
18993 "Note that the command line syntax changed slightly over older versions of "
18994 "guestfish.  You can still use the old syntax:"
18995 msgstr ""
18996
18997 #. type: verbatim
18998 #: ../fish/guestfish.pod:279
18999 #, no-wrap
19000 msgid ""
19001 " guestfish [--ro] -i disk.img\n"
19002 "\n"
19003 msgstr ""
19004
19005 #. type: verbatim
19006 #: ../fish/guestfish.pod:281
19007 #, no-wrap
19008 msgid ""
19009 " guestfish [--ro] -i libvirt-domain\n"
19010 "\n"
19011 msgstr ""
19012
19013 #. type: textblock
19014 #: ../fish/guestfish.pod:283
19015 msgid ""
19016 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19017 "then using other commands to mount the filesystems that were found."
19018 msgstr ""
19019
19020 #. type: =item
19021 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19022 msgid "B<--keys-from-stdin>"
19023 msgstr ""
19024
19025 #. type: textblock
19026 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19027 msgid ""
19028 "Read key or passphrase parameters from stdin.  The default is to try to read "
19029 "passphrases from the user by opening C</dev/tty>."
19030 msgstr ""
19031
19032 #. type: =item
19033 #: ../fish/guestfish.pod:292
19034 msgid "B<--listen>"
19035 msgstr ""
19036
19037 #. type: textblock
19038 #: ../fish/guestfish.pod:294
19039 msgid ""
19040 "Fork into the background and listen for remote commands.  See section "
19041 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19042 msgstr ""
19043
19044 #. type: =item
19045 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19046 msgid "B<--live>"
19047 msgstr ""
19048
19049 #. type: textblock
19050 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19051 msgid ""
19052 "Connect to a live virtual machine.  (Experimental, see "
19053 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19054 msgstr ""
19055
19056 #. type: =item
19057 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19058 msgid "B<-m dev[:mountpoint[:options]]>"
19059 msgstr ""
19060
19061 #. type: =item
19062 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19063 msgid "B<--mount dev[:mountpoint[:options]]>"
19064 msgstr ""
19065
19066 #. type: textblock
19067 #: ../fish/guestfish.pod:306
19068 msgid "Mount the named partition or logical volume on the given mountpoint."
19069 msgstr ""
19070
19071 #. type: textblock
19072 #: ../fish/guestfish.pod:308
19073 msgid "If the mountpoint is omitted, it defaults to C</>."
19074 msgstr ""
19075
19076 #. type: textblock
19077 #: ../fish/guestfish.pod:310
19078 msgid "You have to mount something on C</> before most commands will work."
19079 msgstr ""
19080
19081 #. type: textblock
19082 #: ../fish/guestfish.pod:312
19083 msgid ""
19084 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19085 "launched."
19086 msgstr ""
19087
19088 #. type: textblock
19089 #: ../fish/guestfish.pod:315
19090 msgid ""
19091 "If you don't know what filesystems a disk image contains, you can either run "
19092 "guestfish without this option, then list the partitions, filesystems and LVs "
19093 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19094 "commands), or you can use the L<virt-filesystems(1)> program."
19095 msgstr ""
19096
19097 #. type: textblock
19098 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19099 msgid ""
19100 "The third (and rarely used) part of the mount parameter is the list of mount "
19101 "options used to mount the underlying filesystem.  If this is not given, then "
19102 "the mount options are either the empty string or C<ro> (the latter if the "
19103 "I<--ro> flag is used).  By specifying the mount options, you override this "
19104 "default choice.  Probably the only time you would use this is to enable ACLs "
19105 "and/or extended attributes if the filesystem can support them:"
19106 msgstr ""
19107
19108 #. type: verbatim
19109 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
19110 #, no-wrap
19111 msgid ""
19112 " -m /dev/sda1:/:acl,user_xattr\n"
19113 "\n"
19114 msgstr ""
19115
19116 #. type: textblock
19117 #: ../fish/guestfish.pod:331
19118 msgid "Using this flag is equivalent to using the C<mount-options> command."
19119 msgstr ""
19120
19121 #. type: =item
19122 #: ../fish/guestfish.pod:333
19123 msgid "B<-n>"
19124 msgstr ""
19125
19126 #. type: =item
19127 #: ../fish/guestfish.pod:335
19128 msgid "B<--no-sync>"
19129 msgstr ""
19130
19131 #. type: textblock
19132 #: ../fish/guestfish.pod:337
19133 msgid ""
19134 "Disable autosync.  This is enabled by default.  See the discussion of "
19135 "autosync in the L<guestfs(3)> manpage."
19136 msgstr ""
19137
19138 #. type: =item
19139 #: ../fish/guestfish.pod:340
19140 msgid "B<-N type>"
19141 msgstr ""
19142
19143 #. type: =item
19144 #: ../fish/guestfish.pod:342
19145 msgid "B<--new type>"
19146 msgstr ""
19147
19148 #. type: =item
19149 #: ../fish/guestfish.pod:344
19150 msgid "B<-N help>"
19151 msgstr ""
19152
19153 #. type: textblock
19154 #: ../fish/guestfish.pod:346
19155 msgid ""
19156 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19157 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19158 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19159 "IMAGES> below."
19160 msgstr ""
19161
19162 #. type: =item
19163 #: ../fish/guestfish.pod:351
19164 msgid "B<--progress-bars>"
19165 msgstr ""
19166
19167 #. type: textblock
19168 #: ../fish/guestfish.pod:353
19169 msgid "Enable progress bars, even when guestfish is used non-interactively."
19170 msgstr ""
19171
19172 #. type: textblock
19173 #: ../fish/guestfish.pod:355
19174 msgid ""
19175 "Progress bars are enabled by default when guestfish is used as an "
19176 "interactive shell."
19177 msgstr ""
19178
19179 #. type: =item
19180 #: ../fish/guestfish.pod:358
19181 msgid "B<--no-progress-bars>"
19182 msgstr ""
19183
19184 #. type: textblock
19185 #: ../fish/guestfish.pod:360
19186 msgid "Disable progress bars."
19187 msgstr ""
19188
19189 #. type: =item
19190 #: ../fish/guestfish.pod:362
19191 msgid "B<--remote[=pid]>"
19192 msgstr ""
19193
19194 #. type: textblock
19195 #: ../fish/guestfish.pod:364
19196 msgid ""
19197 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19198 "CONTROL GUESTFISH OVER A SOCKET> below."
19199 msgstr ""
19200
19201 #. type: =item
19202 #: ../fish/guestfish.pod:367
19203 msgid "B<-r>"
19204 msgstr ""
19205
19206 #. type: =item
19207 #: ../fish/guestfish.pod:369
19208 msgid "B<--ro>"
19209 msgstr ""
19210
19211 #. type: textblock
19212 #: ../fish/guestfish.pod:371
19213 msgid ""
19214 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19215 "mounts are done read-only."
19216 msgstr ""
19217
19218 #. type: textblock
19219 #: ../fish/guestfish.pod:374
19220 msgid ""
19221 "The option must always be used if the disk image or virtual machine might be "
19222 "running, and is generally recommended in cases where you don't need write "
19223 "access to the disk."
19224 msgstr ""
19225
19226 #. type: textblock
19227 #: ../fish/guestfish.pod:378
19228 msgid ""
19229 "Note that prepared disk images created with I<-N> are not affected by this "
19230 "option.  Also commands like C<add> are not affected - you have to specify "
19231 "the C<readonly:true> option explicitly if you need it."
19232 msgstr ""
19233
19234 #. type: textblock
19235 #: ../fish/guestfish.pod:382
19236 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19237 msgstr ""
19238
19239 #. type: =item
19240 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
19241 msgid "B<--selinux>"
19242 msgstr ""
19243
19244 #. type: textblock
19245 #: ../fish/guestfish.pod:386
19246 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19247 msgstr ""
19248
19249 #. type: =item
19250 #: ../fish/guestfish.pod:388
19251 msgid "B<-v>"
19252 msgstr ""
19253
19254 #. type: =item
19255 #: ../fish/guestfish.pod:390
19256 msgid "B<--verbose>"
19257 msgstr ""
19258
19259 #. type: textblock
19260 #: ../fish/guestfish.pod:392
19261 msgid ""
19262 "Enable very verbose messages.  This is particularly useful if you find a "
19263 "bug."
19264 msgstr ""
19265
19266 #. type: =item
19267 #: ../fish/guestfish.pod:395
19268 msgid "B<-V>"
19269 msgstr ""
19270
19271 #. type: =item
19272 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
19273 msgid "B<--version>"
19274 msgstr ""
19275
19276 #. type: textblock
19277 #: ../fish/guestfish.pod:399
19278 msgid "Display the guestfish / libguestfs version number and exit."
19279 msgstr ""
19280
19281 #. type: =item
19282 #: ../fish/guestfish.pod:401
19283 msgid "B<-w>"
19284 msgstr ""
19285
19286 #. type: =item
19287 #: ../fish/guestfish.pod:403
19288 msgid "B<--rw>"
19289 msgstr ""
19290
19291 #. type: textblock
19292 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
19293 msgid ""
19294 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19295 "mounts are done read-write."
19296 msgstr ""
19297
19298 #. type: textblock
19299 #: ../fish/guestfish.pod:408
19300 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19301 msgstr ""
19302
19303 #. type: =item
19304 #: ../fish/guestfish.pod:410
19305 msgid "B<-x>"
19306 msgstr ""
19307
19308 #. type: textblock
19309 #: ../fish/guestfish.pod:412
19310 msgid "Echo each command before executing it."
19311 msgstr ""
19312
19313 #. type: =head1
19314 #: ../fish/guestfish.pod:416
19315 msgid "COMMANDS ON COMMAND LINE"
19316 msgstr ""
19317
19318 #. type: textblock
19319 #: ../fish/guestfish.pod:418
19320 msgid "Any additional (non-option) arguments are treated as commands to execute."
19321 msgstr ""
19322
19323 #. type: textblock
19324 #: ../fish/guestfish.pod:421
19325 msgid ""
19326 "Commands to execute should be separated by a colon (C<:>), where the colon "
19327 "is a separate parameter.  Thus:"
19328 msgstr ""
19329
19330 #. type: verbatim
19331 #: ../fish/guestfish.pod:424
19332 #, no-wrap
19333 msgid ""
19334 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19335 "\n"
19336 msgstr ""
19337
19338 #. type: textblock
19339 #: ../fish/guestfish.pod:426
19340 msgid ""
19341 "If there are no additional arguments, then we enter a shell, either an "
19342 "interactive shell with a prompt (if the input is a terminal) or a "
19343 "non-interactive shell."
19344 msgstr ""
19345
19346 #. type: textblock
19347 #: ../fish/guestfish.pod:430
19348 msgid ""
19349 "In either command line mode or non-interactive shell, the first command that "
19350 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19351 "prompt) if a command fails, you can continue to enter commands."
19352 msgstr ""
19353
19354 #. type: =head1
19355 #: ../fish/guestfish.pod:435
19356 msgid "USING launch (OR run)"
19357 msgstr ""
19358
19359 #. type: textblock
19360 #: ../fish/guestfish.pod:437
19361 msgid ""
19362 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19363 "then launch it, then mount any disks you need, and finally issue "
19364 "actions/commands.  So the general order of the day is:"
19365 msgstr ""
19366
19367 #. type: textblock
19368 #: ../fish/guestfish.pod:445
19369 msgid "add or -a/--add"
19370 msgstr ""
19371
19372 #. type: textblock
19373 #: ../fish/guestfish.pod:449
19374 msgid "launch (aka run)"
19375 msgstr ""
19376
19377 #. type: textblock
19378 #: ../fish/guestfish.pod:453
19379 msgid "mount or -m/--mount"
19380 msgstr ""
19381
19382 #. type: textblock
19383 #: ../fish/guestfish.pod:457
19384 msgid "any other commands"
19385 msgstr ""
19386
19387 #. type: textblock
19388 #: ../fish/guestfish.pod:461
19389 msgid ""
19390 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19391 "guest before mounting or performing any other commands."
19392 msgstr ""
19393
19394 #. type: textblock
19395 #: ../fish/guestfish.pod:464
19396 msgid ""
19397 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19398 "I<--new> options were given then C<run> is done automatically, simply "
19399 "because guestfish can't perform the action you asked for without doing this."
19400 msgstr ""
19401
19402 #. type: =head1
19403 #: ../fish/guestfish.pod:469
19404 msgid "OPENING DISKS FOR READ AND WRITE"
19405 msgstr ""
19406
19407 #. type: textblock
19408 #: ../fish/guestfish.pod:471
19409 msgid ""
19410 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19411 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19412 "I<-i> and I<-m> open disk images read-only or for writing."
19413 msgstr ""
19414
19415 #. type: textblock
19416 #: ../fish/guestfish.pod:476
19417 msgid ""
19418 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
19419 "opening disk images supplied on the command line for write.  To open a disk "
19420 "image read-only you have to do I<-a image --ro>."
19421 msgstr ""
19422
19423 #. type: textblock
19424 #: ../fish/guestfish.pod:480
19425 msgid ""
19426 "This matters: If you accidentally open a live VM disk image writable then "
19427 "you will cause irreversible disk corruption."
19428 msgstr ""
19429
19430 #. type: textblock
19431 #: ../fish/guestfish.pod:483
19432 msgid ""
19433 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
19434 "images will be opened read-only.  You will have to either specify "
19435 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19436 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19437 "access for disk images specified by those other command line options."
19438 msgstr ""
19439
19440 #. type: textblock
19441 #: ../fish/guestfish.pod:490
19442 msgid ""
19443 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19444 "which does nothing (it is already the default).  However it is highly "
19445 "recommended that you use this option to indicate that you need write access, "
19446 "and prepare your scripts for the day when this option will be required for "
19447 "write access."
19448 msgstr ""
19449
19450 #. type: textblock
19451 #: ../fish/guestfish.pod:496
19452 msgid ""
19453 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19454 "other libguestfs program apart from guestfish and guestmount."
19455 msgstr ""
19456
19457 #. type: =head1
19458 #: ../fish/guestfish.pod:499
19459 msgid "QUOTING"
19460 msgstr ""
19461
19462 #. type: textblock
19463 #: ../fish/guestfish.pod:501
19464 msgid ""
19465 "You can quote ordinary parameters using either single or double quotes.  For "
19466 "example:"
19467 msgstr ""
19468
19469 #. type: verbatim
19470 #: ../fish/guestfish.pod:504
19471 #, no-wrap
19472 msgid ""
19473 " add \"file with a space.img\"\n"
19474 "\n"
19475 msgstr ""
19476
19477 #. type: verbatim
19478 #: ../fish/guestfish.pod:506
19479 #, no-wrap
19480 msgid ""
19481 " rm '/file name'\n"
19482 "\n"
19483 msgstr ""
19484
19485 #. type: verbatim
19486 #: ../fish/guestfish.pod:508
19487 #, no-wrap
19488 msgid ""
19489 " rm '/\"'\n"
19490 "\n"
19491 msgstr ""
19492
19493 #. type: textblock
19494 #: ../fish/guestfish.pod:510
19495 msgid ""
19496 "A few commands require a list of strings to be passed.  For these, use a "
19497 "whitespace-separated list, enclosed in quotes.  Strings containing "
19498 "whitespace to be passed through must be enclosed in single quotes.  A "
19499 "literal single quote must be escaped with a backslash."
19500 msgstr ""
19501
19502 #. type: verbatim
19503 #: ../fish/guestfish.pod:515
19504 #, no-wrap
19505 msgid ""
19506 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19507 " command \"/bin/echo 'foo      bar'\"\n"
19508 " command \"/bin/echo \\'foo\\'\"\n"
19509 "\n"
19510 msgstr ""
19511
19512 #. type: =head1
19513 #: ../fish/guestfish.pod:519
19514 msgid "OPTIONAL ARGUMENTS"
19515 msgstr ""
19516
19517 #. type: textblock
19518 #: ../fish/guestfish.pod:521
19519 msgid ""
19520 "Some commands take optional arguments.  These arguments appear in this "
19521 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19522 msgstr ""
19523
19524 #. type: verbatim
19525 #: ../fish/guestfish.pod:525
19526 #, no-wrap
19527 msgid ""
19528 " add-drive-opts filename\n"
19529 "\n"
19530 msgstr ""
19531
19532 #. type: verbatim
19533 #: ../fish/guestfish.pod:527
19534 #, no-wrap
19535 msgid ""
19536 " add-drive-opts filename readonly:true\n"
19537 "\n"
19538 msgstr ""
19539
19540 #. type: verbatim
19541 #: ../fish/guestfish.pod:529
19542 #, no-wrap
19543 msgid ""
19544 " add-drive-opts filename format:qcow2 readonly:false\n"
19545 "\n"
19546 msgstr ""
19547
19548 #. type: textblock
19549 #: ../fish/guestfish.pod:531
19550 msgid ""
19551 "Each optional argument can appear at most once.  All optional arguments must "
19552 "appear after the required ones."
19553 msgstr ""
19554
19555 #. type: =head1
19556 #: ../fish/guestfish.pod:534
19557 msgid "NUMBERS"
19558 msgstr ""
19559
19560 #. type: textblock
19561 #: ../fish/guestfish.pod:536
19562 msgid "This section applies to all commands which can take integers as parameters."
19563 msgstr ""
19564
19565 #. type: =head2
19566 #: ../fish/guestfish.pod:539
19567 msgid "SIZE SUFFIX"
19568 msgstr ""
19569
19570 #. type: textblock
19571 #: ../fish/guestfish.pod:541
19572 msgid ""
19573 "When the command takes a parameter measured in bytes, you can use one of the "
19574 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19575 msgstr ""
19576
19577 #. type: =item
19578 #: ../fish/guestfish.pod:547
19579 msgid "B<k> or B<K> or B<KiB>"
19580 msgstr ""
19581
19582 #. type: textblock
19583 #: ../fish/guestfish.pod:549
19584 msgid "The size in kilobytes (multiplied by 1024)."
19585 msgstr ""
19586
19587 #. type: =item
19588 #: ../fish/guestfish.pod:551
19589 msgid "B<KB>"
19590 msgstr ""
19591
19592 #. type: textblock
19593 #: ../fish/guestfish.pod:553
19594 msgid "The size in SI 1000 byte units."
19595 msgstr ""
19596
19597 #. type: =item
19598 #: ../fish/guestfish.pod:555
19599 msgid "B<M> or B<MiB>"
19600 msgstr ""
19601
19602 #. type: textblock
19603 #: ../fish/guestfish.pod:557
19604 msgid "The size in megabytes (multiplied by 1048576)."
19605 msgstr ""
19606
19607 #. type: =item
19608 #: ../fish/guestfish.pod:559
19609 msgid "B<MB>"
19610 msgstr ""
19611
19612 #. type: textblock
19613 #: ../fish/guestfish.pod:561
19614 msgid "The size in SI 1000000 byte units."
19615 msgstr ""
19616
19617 #. type: =item
19618 #: ../fish/guestfish.pod:563
19619 msgid "B<G> or B<GiB>"
19620 msgstr ""
19621
19622 #. type: textblock
19623 #: ../fish/guestfish.pod:565
19624 msgid "The size in gigabytes (multiplied by 2**30)."
19625 msgstr ""
19626
19627 #. type: =item
19628 #: ../fish/guestfish.pod:567
19629 msgid "B<GB>"
19630 msgstr ""
19631
19632 #. type: textblock
19633 #: ../fish/guestfish.pod:569
19634 msgid "The size in SI 10**9 byte units."
19635 msgstr ""
19636
19637 #. type: =item
19638 #: ../fish/guestfish.pod:571
19639 msgid "B<T> or B<TiB>"
19640 msgstr ""
19641
19642 #. type: textblock
19643 #: ../fish/guestfish.pod:573
19644 msgid "The size in terabytes (multiplied by 2**40)."
19645 msgstr ""
19646
19647 #. type: =item
19648 #: ../fish/guestfish.pod:575
19649 msgid "B<TB>"
19650 msgstr ""
19651
19652 #. type: textblock
19653 #: ../fish/guestfish.pod:577
19654 msgid "The size in SI 10**12 byte units."
19655 msgstr ""
19656
19657 #. type: =item
19658 #: ../fish/guestfish.pod:579
19659 msgid "B<P> or B<PiB>"
19660 msgstr ""
19661
19662 #. type: textblock
19663 #: ../fish/guestfish.pod:581
19664 msgid "The size in petabytes (multiplied by 2**50)."
19665 msgstr ""
19666
19667 #. type: =item
19668 #: ../fish/guestfish.pod:583
19669 msgid "B<PB>"
19670 msgstr ""
19671
19672 #. type: textblock
19673 #: ../fish/guestfish.pod:585
19674 msgid "The size in SI 10**15 byte units."
19675 msgstr ""
19676
19677 #. type: =item
19678 #: ../fish/guestfish.pod:587
19679 msgid "B<E> or B<EiB>"
19680 msgstr ""
19681
19682 #. type: textblock
19683 #: ../fish/guestfish.pod:589
19684 msgid "The size in exabytes (multiplied by 2**60)."
19685 msgstr ""
19686
19687 #. type: =item
19688 #: ../fish/guestfish.pod:591
19689 msgid "B<EB>"
19690 msgstr ""
19691
19692 #. type: textblock
19693 #: ../fish/guestfish.pod:593
19694 msgid "The size in SI 10**18 byte units."
19695 msgstr ""
19696
19697 #. type: =item
19698 #: ../fish/guestfish.pod:595
19699 msgid "B<Z> or B<ZiB>"
19700 msgstr ""
19701
19702 #. type: textblock
19703 #: ../fish/guestfish.pod:597
19704 msgid "The size in zettabytes (multiplied by 2**70)."
19705 msgstr ""
19706
19707 #. type: =item
19708 #: ../fish/guestfish.pod:599
19709 msgid "B<ZB>"
19710 msgstr ""
19711
19712 #. type: textblock
19713 #: ../fish/guestfish.pod:601
19714 msgid "The size in SI 10**21 byte units."
19715 msgstr ""
19716
19717 #. type: =item
19718 #: ../fish/guestfish.pod:603
19719 msgid "B<Y> or B<YiB>"
19720 msgstr ""
19721
19722 #. type: textblock
19723 #: ../fish/guestfish.pod:605
19724 msgid "The size in yottabytes (multiplied by 2**80)."
19725 msgstr ""
19726
19727 #. type: =item
19728 #: ../fish/guestfish.pod:607
19729 msgid "B<YB>"
19730 msgstr ""
19731
19732 #. type: textblock
19733 #: ../fish/guestfish.pod:609
19734 msgid "The size in SI 10**24 byte units."
19735 msgstr ""
19736
19737 #. type: verbatim
19738 #: ../fish/guestfish.pod:615
19739 #, no-wrap
19740 msgid ""
19741 " truncate-size /file 1G\n"
19742 "\n"
19743 msgstr ""
19744
19745 #. type: textblock
19746 #: ../fish/guestfish.pod:617
19747 msgid "would truncate the file to 1 gigabyte."
19748 msgstr ""
19749
19750 #. type: textblock
19751 #: ../fish/guestfish.pod:619
19752 msgid ""
19753 "Be careful because a few commands take sizes in kilobytes or megabytes "
19754 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19755 "Adding a suffix will probably not do what you expect."
19756 msgstr ""
19757
19758 #. type: =head2
19759 #: ../fish/guestfish.pod:623
19760 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19761 msgstr ""
19762
19763 #. type: textblock
19764 #: ../fish/guestfish.pod:625
19765 msgid ""
19766 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19767 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19768 msgstr ""
19769
19770 #. type: verbatim
19771 #: ../fish/guestfish.pod:628
19772 #, no-wrap
19773 msgid ""
19774 " 1234      decimal number 1234\n"
19775 " 02322     octal number, equivalent to decimal 1234\n"
19776 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19777 "\n"
19778 msgstr ""
19779
19780 #. type: textblock
19781 #: ../fish/guestfish.pod:632
19782 msgid ""
19783 "When using the C<chmod> command, you almost always want to specify an octal "
19784 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19785 "L<chmod(1)> program):"
19786 msgstr ""
19787
19788 #. type: verbatim
19789 #: ../fish/guestfish.pod:636
19790 #, no-wrap
19791 msgid ""
19792 " chmod 0777 /public  # OK\n"
19793 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19794 "\n"
19795 msgstr ""
19796
19797 #. type: textblock
19798 #: ../fish/guestfish.pod:639
19799 msgid ""
19800 "Commands that return numbers usually print them in decimal, but some "
19801 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19802 "octal, preceeded by C<0>)."
19803 msgstr ""
19804
19805 #. type: =head1
19806 #: ../fish/guestfish.pod:643
19807 msgid "WILDCARDS AND GLOBBING"
19808 msgstr ""
19809
19810 #. type: textblock
19811 #: ../fish/guestfish.pod:645
19812 msgid ""
19813 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19814 "(globbing) by default.  So for example the following will not do what you "
19815 "expect:"
19816 msgstr ""
19817
19818 #. type: verbatim
19819 #: ../fish/guestfish.pod:649
19820 #, no-wrap
19821 msgid ""
19822 " rm-rf /home/*\n"
19823 "\n"
19824 msgstr ""
19825
19826 #. type: textblock
19827 #: ../fish/guestfish.pod:651
19828 msgid ""
19829 "Assuming you don't have a directory called literally C</home/*> then the "
19830 "above command will return an error."
19831 msgstr ""
19832
19833 #. type: textblock
19834 #: ../fish/guestfish.pod:654
19835 msgid "To perform wildcard expansion, use the C<glob> command."
19836 msgstr ""
19837
19838 #. type: verbatim
19839 #: ../fish/guestfish.pod:656
19840 #, no-wrap
19841 msgid ""
19842 " glob rm-rf /home/*\n"
19843 "\n"
19844 msgstr ""
19845
19846 #. type: textblock
19847 #: ../fish/guestfish.pod:658
19848 msgid ""
19849 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19850 "many times), equivalent to:"
19851 msgstr ""
19852
19853 #. type: verbatim
19854 #: ../fish/guestfish.pod:661
19855 #, no-wrap
19856 msgid ""
19857 " rm-rf /home/jim\n"
19858 " rm-rf /home/joe\n"
19859 " rm-rf /home/mary\n"
19860 "\n"
19861 msgstr ""
19862
19863 #. type: textblock
19864 #: ../fish/guestfish.pod:665
19865 msgid "C<glob> only works on simple guest paths and not on device names."
19866 msgstr ""
19867
19868 #. type: textblock
19869 #: ../fish/guestfish.pod:667
19870 msgid ""
19871 "If you have several parameters, each containing a wildcard, then glob will "
19872 "perform a Cartesian product."
19873 msgstr ""
19874
19875 #. type: =head1
19876 #: ../fish/guestfish.pod:670
19877 msgid "COMMENTS"
19878 msgstr ""
19879
19880 #. type: textblock
19881 #: ../fish/guestfish.pod:672
19882 msgid ""
19883 "Any line which starts with a I<#> character is treated as a comment and "
19884 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
19885 "a command.  For example:"
19886 msgstr ""
19887
19888 #. type: verbatim
19889 #: ../fish/guestfish.pod:676
19890 #, no-wrap
19891 msgid ""
19892 " # this is a comment\n"
19893 "         # this is a comment\n"
19894 " foo # NOT a comment\n"
19895 "\n"
19896 msgstr ""
19897
19898 #. type: textblock
19899 #: ../fish/guestfish.pod:680
19900 msgid "Blank lines are also ignored."
19901 msgstr ""
19902
19903 #. type: =head1
19904 #: ../fish/guestfish.pod:682
19905 msgid "RUNNING COMMANDS LOCALLY"
19906 msgstr ""
19907
19908 #. type: textblock
19909 #: ../fish/guestfish.pod:684
19910 msgid ""
19911 "Any line which starts with a I<!> character is treated as a command sent to "
19912 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19913 msgstr ""
19914
19915 #. type: verbatim
19916 #: ../fish/guestfish.pod:688
19917 #, no-wrap
19918 msgid ""
19919 " !mkdir local\n"
19920 " tgz-out /remote local/remote-data.tar.gz\n"
19921 "\n"
19922 msgstr ""
19923
19924 #. type: textblock
19925 #: ../fish/guestfish.pod:691
19926 msgid ""
19927 "will create a directory C<local> on the host, and then export the contents "
19928 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19929 "(See C<tgz-out>)."
19930 msgstr ""
19931
19932 #. type: textblock
19933 #: ../fish/guestfish.pod:695
19934 msgid ""
19935 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19936 "effect, due to the way that subprocesses work in Unix."
19937 msgstr ""
19938
19939 #. type: =head2
19940 #: ../fish/guestfish.pod:698
19941 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
19942 msgstr ""
19943
19944 #. type: textblock
19945 #: ../fish/guestfish.pod:700
19946 msgid ""
19947 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
19948 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
19949 "and executed as guestfish commands."
19950 msgstr ""
19951
19952 #. type: textblock
19953 #: ../fish/guestfish.pod:704
19954 msgid ""
19955 "Thus you can use shell script to construct arbitrary guestfish commands "
19956 "which are then parsed by guestfish."
19957 msgstr ""
19958
19959 #. type: textblock
19960 #: ../fish/guestfish.pod:707
19961 msgid ""
19962 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
19963 "through C</foo.100>) using guestfish commands alone.  However this is simple "
19964 "if we use a shell script to create the guestfish commands for us:"
19965 msgstr ""
19966
19967 #. type: verbatim
19968 #: ../fish/guestfish.pod:712
19969 #, no-wrap
19970 msgid ""
19971 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
19972 "\n"
19973 msgstr ""
19974
19975 #. type: textblock
19976 #: ../fish/guestfish.pod:714
19977 msgid "or with names like C</foo.001>:"
19978 msgstr ""
19979
19980 #. type: verbatim
19981 #: ../fish/guestfish.pod:716
19982 #, no-wrap
19983 msgid ""
19984 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
19985 "\n"
19986 msgstr ""
19987
19988 #. type: textblock
19989 #: ../fish/guestfish.pod:718
19990 msgid ""
19991 "When using guestfish interactively it can be helpful to just run the shell "
19992 "script first (ie. remove the initial C<E<lt>> character so it is just an "
19993 "ordinary I<!> local command), see what guestfish commands it would run, and "
19994 "when you are happy with those prepend the C<E<lt>> character to run the "
19995 "guestfish commands for real."
19996 msgstr ""
19997
19998 #. type: =head1
19999 #: ../fish/guestfish.pod:724
20000 msgid "PIPES"
20001 msgstr ""
20002
20003 #. type: textblock
20004 #: ../fish/guestfish.pod:726
20005 msgid ""
20006 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20007 "command (a guestfish command) to the second command (any host command).  For "
20008 "example:"
20009 msgstr ""
20010
20011 #. type: verbatim
20012 #: ../fish/guestfish.pod:730
20013 #, no-wrap
20014 msgid ""
20015 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20016 "\n"
20017 msgstr ""
20018
20019 #. type: textblock
20020 #: ../fish/guestfish.pod:732
20021 msgid ""
20022 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20023 "program).  The above command would list all accounts in the guest filesystem "
20024 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20025 msgstr ""
20026
20027 #. type: verbatim
20028 #: ../fish/guestfish.pod:737
20029 #, no-wrap
20030 msgid ""
20031 " hexdump /bin/ls | head\n"
20032 " list-devices | tail -1\n"
20033 " tgz-out / - | tar ztf -\n"
20034 "\n"
20035 msgstr ""
20036
20037 #. type: textblock
20038 #: ../fish/guestfish.pod:741
20039 msgid ""
20040 "The space before the pipe symbol is required, any space after the pipe "
20041 "symbol is optional.  Everything after the pipe symbol is just passed "
20042 "straight to the host shell, so it can contain redirections, globs and "
20043 "anything else that makes sense on the host side."
20044 msgstr ""
20045
20046 #. type: textblock
20047 #: ../fish/guestfish.pod:746
20048 msgid ""
20049 "To use a literal argument which begins with a pipe symbol, you have to quote "
20050 "it, eg:"
20051 msgstr ""
20052
20053 #. type: verbatim
20054 #: ../fish/guestfish.pod:749
20055 #, no-wrap
20056 msgid ""
20057 " echo \"|\"\n"
20058 "\n"
20059 msgstr ""
20060
20061 #. type: =head1
20062 #: ../fish/guestfish.pod:751
20063 msgid "HOME DIRECTORIES"
20064 msgstr ""
20065
20066 #. type: textblock
20067 #: ../fish/guestfish.pod:753
20068 msgid ""
20069 "If a parameter starts with the character C<~> then the tilde may be expanded "
20070 "as a home directory path (either C<~> for the current user's home directory, "
20071 "or C<~user> for another user)."
20072 msgstr ""
20073
20074 #. type: textblock
20075 #: ../fish/guestfish.pod:757
20076 msgid ""
20077 "Note that home directory expansion happens for users known I<on the host>, "
20078 "not in the guest filesystem."
20079 msgstr ""
20080
20081 #. type: textblock
20082 #: ../fish/guestfish.pod:760
20083 msgid ""
20084 "To use a literal argument which begins with a tilde, you have to quote it, "
20085 "eg:"
20086 msgstr ""
20087
20088 #. type: verbatim
20089 #: ../fish/guestfish.pod:763
20090 #, no-wrap
20091 msgid ""
20092 " echo \"~\"\n"
20093 "\n"
20094 msgstr ""
20095
20096 #. type: textblock
20097 #: ../fish/guestfish.pod:767
20098 msgid ""
20099 "Libguestfs has some support for Linux guests encrypted according to the "
20100 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20101 "disk encryption systems used by modern Linux guests.  Currently only "
20102 "LVM-on-LUKS is supported."
20103 msgstr ""
20104
20105 #. type: textblock
20106 #: ../fish/guestfish.pod:772
20107 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20108 msgstr ""
20109
20110 #. type: verbatim
20111 #: ../fish/guestfish.pod:774
20112 #, no-wrap
20113 msgid ""
20114 " ><fs> vfs-type /dev/sda2\n"
20115 " crypto_LUKS\n"
20116 "\n"
20117 msgstr ""
20118
20119 #. type: textblock
20120 #: ../fish/guestfish.pod:777
20121 msgid ""
20122 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20123 "device called C</dev/mapper/luksdev>."
20124 msgstr ""
20125
20126 #. type: verbatim
20127 #: ../fish/guestfish.pod:780
20128 #, no-wrap
20129 msgid ""
20130 " ><fs> luks-open /dev/sda2 luksdev\n"
20131 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20132 "\n"
20133 msgstr ""
20134
20135 #. type: textblock
20136 #: ../fish/guestfish.pod:783
20137 msgid ""
20138 "Finally you have to tell LVM to scan for volume groups on the newly created "
20139 "mapper device:"
20140 msgstr ""
20141
20142 #. type: verbatim
20143 #: ../fish/guestfish.pod:786
20144 #, no-wrap
20145 msgid ""
20146 " vgscan\n"
20147 " vg-activate-all true\n"
20148 "\n"
20149 msgstr ""
20150
20151 #. type: textblock
20152 #: ../fish/guestfish.pod:789
20153 msgid "The logical volume(s) can now be mounted in the usual way."
20154 msgstr ""
20155
20156 #. type: textblock
20157 #: ../fish/guestfish.pod:791
20158 msgid ""
20159 "Before closing a LUKS device you must unmount any logical volumes on it and "
20160 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20161 "one.  Then you can close the mapper device:"
20162 msgstr ""
20163
20164 #. type: verbatim
20165 #: ../fish/guestfish.pod:795
20166 #, no-wrap
20167 msgid ""
20168 " vg-activate false /dev/VG\n"
20169 " luks-close /dev/mapper/luksdev\n"
20170 "\n"
20171 msgstr ""
20172
20173 #. type: =head1
20174 #: ../fish/guestfish.pod:798
20175 msgid "WINDOWS PATHS"
20176 msgstr ""
20177
20178 #. type: textblock
20179 #: ../fish/guestfish.pod:800
20180 msgid ""
20181 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20182 "(with some limitations).  The following commands are equivalent:"
20183 msgstr ""
20184
20185 #. type: verbatim
20186 #: ../fish/guestfish.pod:803
20187 #, no-wrap
20188 msgid ""
20189 " file /WINDOWS/system32/config/system.LOG\n"
20190 "\n"
20191 msgstr ""
20192
20193 #. type: verbatim
20194 #: ../fish/guestfish.pod:805
20195 #, no-wrap
20196 msgid ""
20197 " file win:/windows/system32/config/system.log\n"
20198 "\n"
20199 msgstr ""
20200
20201 #. type: verbatim
20202 #: ../fish/guestfish.pod:807
20203 #, no-wrap
20204 msgid ""
20205 " file win:\\windows\\system32\\config\\system.log\n"
20206 "\n"
20207 msgstr ""
20208
20209 #. type: verbatim
20210 #: ../fish/guestfish.pod:809
20211 #, no-wrap
20212 msgid ""
20213 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20214 "\n"
20215 msgstr ""
20216
20217 #. type: textblock
20218 #: ../fish/guestfish.pod:811
20219 msgid ""
20220 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20221 "handles case insensitivity like Windows would.  This only works in argument "
20222 "positions that expect a path."
20223 msgstr ""
20224
20225 #. type: =head1
20226 #: ../fish/guestfish.pod:815
20227 msgid "UPLOADING AND DOWNLOADING FILES"
20228 msgstr ""
20229
20230 #. type: textblock
20231 #: ../fish/guestfish.pod:817
20232 msgid ""
20233 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20234 "others which upload from or download to a local file, you can use the "
20235 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20236 msgstr ""
20237
20238 #. type: verbatim
20239 #: ../fish/guestfish.pod:821
20240 #, no-wrap
20241 msgid ""
20242 " upload - /foo\n"
20243 "\n"
20244 msgstr ""
20245
20246 #. type: textblock
20247 #: ../fish/guestfish.pod:823
20248 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20249 msgstr ""
20250
20251 #. type: verbatim
20252 #: ../fish/guestfish.pod:826
20253 #, no-wrap
20254 msgid ""
20255 " tar-out /etc - | tar tf -\n"
20256 "\n"
20257 msgstr ""
20258
20259 #. type: textblock
20260 #: ../fish/guestfish.pod:828
20261 msgid ""
20262 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20263 "command (see L</PIPES>)."
20264 msgstr ""
20265
20266 #. type: textblock
20267 #: ../fish/guestfish.pod:831
20268 msgid ""
20269 "When using C<-> to read from stdin, the input is read up to the end of "
20270 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20271 "some arbitrary end marker:"
20272 msgstr ""
20273
20274 #. type: verbatim
20275 #: ../fish/guestfish.pod:835
20276 #, no-wrap
20277 msgid ""
20278 " upload -<<END /foo\n"
20279 " input line 1\n"
20280 " input line 2\n"
20281 " input line 3\n"
20282 " END\n"
20283 "\n"
20284 msgstr ""
20285
20286 #. type: textblock
20287 #: ../fish/guestfish.pod:841
20288 msgid ""
20289 "Any string of characters can be used instead of C<END>.  The end marker must "
20290 "appear on a line of its own, without any preceeding or following characters "
20291 "(not even spaces)."
20292 msgstr ""
20293
20294 #. type: textblock
20295 #: ../fish/guestfish.pod:845
20296 msgid ""
20297 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20298 "upload local files (so-called \"FileIn\" parameters in the generator)."
20299 msgstr ""
20300
20301 #. type: =head1
20302 #: ../fish/guestfish.pod:848
20303 msgid "EXIT ON ERROR BEHAVIOUR"
20304 msgstr ""
20305
20306 #. type: textblock
20307 #: ../fish/guestfish.pod:850
20308 msgid ""
20309 "By default, guestfish will ignore any errors when in interactive mode "
20310 "(ie. taking commands from a human over a tty), and will exit on the first "
20311 "error in non-interactive mode (scripts, commands given on the command line)."
20312 msgstr ""
20313
20314 #. type: textblock
20315 #: ../fish/guestfish.pod:855
20316 msgid ""
20317 "If you prefix a command with a I<-> character, then that command will not "
20318 "cause guestfish to exit, even if that (one) command returns an error."
20319 msgstr ""
20320
20321 #. type: =head1
20322 #: ../fish/guestfish.pod:859
20323 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20324 msgstr ""
20325
20326 #. type: textblock
20327 #: ../fish/guestfish.pod:861
20328 msgid ""
20329 "Guestfish can be remote-controlled over a socket.  This is useful "
20330 "particularly in shell scripts where you want to make several different "
20331 "changes to a filesystem, but you don't want the overhead of starting up a "
20332 "guestfish process each time."
20333 msgstr ""
20334
20335 #. type: textblock
20336 #: ../fish/guestfish.pod:866
20337 msgid "Start a guestfish server process using:"
20338 msgstr ""
20339
20340 #. type: verbatim
20341 #: ../fish/guestfish.pod:868
20342 #, no-wrap
20343 msgid ""
20344 " eval \"`guestfish --listen`\"\n"
20345 "\n"
20346 msgstr ""
20347
20348 #. type: textblock
20349 #: ../fish/guestfish.pod:870
20350 msgid "and then send it commands by doing:"
20351 msgstr ""
20352
20353 #. type: verbatim
20354 #: ../fish/guestfish.pod:872
20355 #, no-wrap
20356 msgid ""
20357 " guestfish --remote cmd [...]\n"
20358 "\n"
20359 msgstr ""
20360
20361 #. type: textblock
20362 #: ../fish/guestfish.pod:874
20363 msgid "To cause the server to exit, send it the exit command:"
20364 msgstr ""
20365
20366 #. type: verbatim
20367 #: ../fish/guestfish.pod:876
20368 #, no-wrap
20369 msgid ""
20370 " guestfish --remote exit\n"
20371 "\n"
20372 msgstr ""
20373
20374 #. type: textblock
20375 #: ../fish/guestfish.pod:878
20376 msgid ""
20377 "Note that the server will normally exit if there is an error in a command.  "
20378 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20379 "BEHAVIOUR>."
20380 msgstr ""
20381
20382 #. type: =head2
20383 #: ../fish/guestfish.pod:882
20384 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20385 msgstr ""
20386
20387 #. type: textblock
20388 #: ../fish/guestfish.pod:884
20389 msgid ""
20390 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20391 "is how the I<--remote> option knows where to send the commands.  You can "
20392 "have several guestfish listener processes running using:"
20393 msgstr ""
20394
20395 #. type: verbatim
20396 #: ../fish/guestfish.pod:888
20397 #, no-wrap
20398 msgid ""
20399 " eval \"`guestfish --listen`\"\n"
20400 " pid1=$GUESTFISH_PID\n"
20401 " eval \"`guestfish --listen`\"\n"
20402 " pid2=$GUESTFISH_PID\n"
20403 " ...\n"
20404 " guestfish --remote=$pid1 cmd\n"
20405 " guestfish --remote=$pid2 cmd\n"
20406 "\n"
20407 msgstr ""
20408
20409 #. type: =head2
20410 #: ../fish/guestfish.pod:896
20411 msgid "REMOTE CONTROL AND CSH"
20412 msgstr ""
20413
20414 #. type: textblock
20415 #: ../fish/guestfish.pod:898
20416 msgid ""
20417 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20418 "option:"
20419 msgstr ""
20420
20421 #. type: verbatim
20422 #: ../fish/guestfish.pod:901
20423 #, no-wrap
20424 msgid ""
20425 " eval \"`guestfish --listen --csh`\"\n"
20426 "\n"
20427 msgstr ""
20428
20429 #. type: =head2
20430 #: ../fish/guestfish.pod:903
20431 msgid "REMOTE CONTROL DETAILS"
20432 msgstr ""
20433
20434 #. type: textblock
20435 #: ../fish/guestfish.pod:905
20436 msgid ""
20437 "Remote control happens over a Unix domain socket called "
20438 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20439 "of the process, and C<$PID> is the process ID of the server."
20440 msgstr ""
20441
20442 #. type: textblock
20443 #: ../fish/guestfish.pod:909
20444 msgid "Guestfish client and server versions must match exactly."
20445 msgstr ""
20446
20447 #. type: =head1
20448 #: ../fish/guestfish.pod:911
20449 msgid "PREPARED DISK IMAGES"
20450 msgstr ""
20451
20452 #. type: textblock
20453 #: ../fish/guestfish.pod:913
20454 msgid ""
20455 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20456 "preformatted disk images that guestfish can make for you to save typing.  "
20457 "This is particularly useful for testing purposes.  This option is used "
20458 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20459 "can be mixed with I<-a>)."
20460 msgstr ""
20461
20462 #. type: textblock
20463 #: ../fish/guestfish.pod:919
20464 msgid ""
20465 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20466 "the second and so on.  Existing files in the current directory are "
20467 "I<overwritten>."
20468 msgstr ""
20469
20470 #. type: textblock
20471 #: ../fish/guestfish.pod:923
20472 msgid ""
20473 "The type briefly describes how the disk should be sized, partitioned, how "
20474 "filesystem(s) should be created, and how content should be added.  "
20475 "Optionally the type can be followed by extra parameters, separated by C<:> "
20476 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20477 "sparsely-allocated disk, containing a single partition, with the partition "
20478 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20479 "on a 1GB disk instead."
20480 msgstr ""
20481
20482 #. type: textblock
20483 #: ../fish/guestfish.pod:931
20484 msgid "To list the available types and any extra parameters they take, run:"
20485 msgstr ""
20486
20487 #. type: textblock
20488 #: ../fish/guestfish.pod:935
20489 msgid ""
20490 "Note that the prepared filesystem is not mounted.  You would usually have to "
20491 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20492 msgstr ""
20493
20494 #. type: textblock
20495 #: ../fish/guestfish.pod:939
20496 msgid ""
20497 "If any I<-N> or I<--new> options are given, the guest is automatically "
20498 "launched."
20499 msgstr ""
20500
20501 #. type: textblock
20502 #: ../fish/guestfish.pod:944
20503 msgid "Create a 100MB disk with an ext4-formatted partition:"
20504 msgstr ""
20505
20506 #. type: verbatim
20507 #: ../fish/guestfish.pod:946
20508 #, no-wrap
20509 msgid ""
20510 " guestfish -N fs:ext4\n"
20511 "\n"
20512 msgstr ""
20513
20514 #. type: textblock
20515 #: ../fish/guestfish.pod:948
20516 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20517 msgstr ""
20518
20519 #. type: verbatim
20520 #: ../fish/guestfish.pod:950
20521 #, no-wrap
20522 msgid ""
20523 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20524 "\n"
20525 msgstr ""
20526
20527 #. type: textblock
20528 #: ../fish/guestfish.pod:952
20529 msgid "Create a blank 200MB disk:"
20530 msgstr ""
20531
20532 #. type: verbatim
20533 #: ../fish/guestfish.pod:954
20534 #, no-wrap
20535 msgid ""
20536 " guestfish -N disk:200M\n"
20537 "\n"
20538 msgstr ""
20539
20540 #. type: =head1
20541 #: ../fish/guestfish.pod:956
20542 msgid "PROGRESS BARS"
20543 msgstr ""
20544
20545 #. type: textblock
20546 #: ../fish/guestfish.pod:958
20547 msgid ""
20548 "Some (not all) long-running commands send progress notification messages as "
20549 "they are running.  Guestfish turns these messages into progress bars."
20550 msgstr ""
20551
20552 #. type: textblock
20553 #: ../fish/guestfish.pod:962
20554 msgid ""
20555 "When a command that supports progress bars takes longer than two seconds to "
20556 "run, and if progress bars are enabled, then you will see one appearing below "
20557 "the command:"
20558 msgstr ""
20559
20560 #. type: verbatim
20561 #: ../fish/guestfish.pod:966
20562 #, no-wrap
20563 msgid ""
20564 " ><fs> copy-size /large-file /another-file 2048M\n"
20565 " / 10% [#####-----------------------------------------] 00:30\n"
20566 "\n"
20567 msgstr ""
20568
20569 #. type: textblock
20570 #: ../fish/guestfish.pod:969
20571 msgid ""
20572 "The spinner on the left hand side moves round once for every progress "
20573 "notification received from the backend.  This is a (reasonably) golden "
20574 "assurance that the command is \"doing something\" even if the progress bar "
20575 "is not moving, because the command is able to send the progress "
20576 "notifications.  When the bar reaches 100% and the command finishes, the "
20577 "spinner disappears."
20578 msgstr ""
20579
20580 #. type: textblock
20581 #: ../fish/guestfish.pod:976
20582 msgid ""
20583 "Progress bars are enabled by default when guestfish is used interactively.  "
20584 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20585 "and you can disable them completely using I<--no-progress-bars>."
20586 msgstr ""
20587
20588 #. type: =head1
20589 #: ../fish/guestfish.pod:981
20590 msgid "GUESTFISH COMMANDS"
20591 msgstr ""
20592
20593 #. type: textblock
20594 #: ../fish/guestfish.pod:983
20595 msgid ""
20596 "The commands in this section are guestfish convenience commands, in other "
20597 "words, they are not part of the L<guestfs(3)> API."
20598 msgstr ""
20599
20600 #. type: =head2
20601 #: ../fish/guestfish.pod:986
20602 msgid "help"
20603 msgstr ""
20604
20605 #. type: verbatim
20606 #: ../fish/guestfish.pod:988
20607 #, no-wrap
20608 msgid ""
20609 " help\n"
20610 " help cmd\n"
20611 "\n"
20612 msgstr ""
20613
20614 #. type: textblock
20615 #: ../fish/guestfish.pod:991
20616 msgid "Without any parameter, this provides general help."
20617 msgstr ""
20618
20619 #. type: textblock
20620 #: ../fish/guestfish.pod:993
20621 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20622 msgstr ""
20623
20624 #. type: =head2
20625 #: ../fish/guestfish.pod:995
20626 msgid "quit | exit"
20627 msgstr ""
20628
20629 #. type: textblock
20630 #: ../fish/guestfish.pod:997
20631 msgid "This exits guestfish.  You can also use C<^D> key."
20632 msgstr ""
20633
20634 #. type: textblock
20635 #: ../fish/guestfish.pod:999
20636 msgid "@FISH_COMMANDS@"
20637 msgstr ""
20638
20639 #. type: =head1
20640 #: ../fish/guestfish.pod:1001
20641 msgid "COMMANDS"
20642 msgstr ""
20643
20644 #. type: =head1
20645 #: ../fish/guestfish.pod:1005 ../test-tool/libguestfs-test-tool.pod:83
20646 msgid "EXIT CODE"
20647 msgstr ""
20648
20649 #. type: textblock
20650 #: ../fish/guestfish.pod:1007
20651 msgid ""
20652 "guestfish returns 0 if the commands completed without error, or 1 if there "
20653 "was an error."
20654 msgstr ""
20655
20656 #. type: =item
20657 #: ../fish/guestfish.pod:1014
20658 msgid "EDITOR"
20659 msgstr ""
20660
20661 #. type: textblock
20662 #: ../fish/guestfish.pod:1016
20663 msgid ""
20664 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20665 "C<vi>."
20666 msgstr ""
20667
20668 #. type: =item
20669 #: ../fish/guestfish.pod:1019
20670 msgid "GUESTFISH_PID"
20671 msgstr ""
20672
20673 #. type: textblock
20674 #: ../fish/guestfish.pod:1021
20675 msgid ""
20676 "Used with the I<--remote> option to specify the remote guestfish process to "
20677 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20678 msgstr ""
20679
20680 #. type: =item
20681 #: ../fish/guestfish.pod:1025
20682 msgid "HEXEDITOR"
20683 msgstr ""
20684
20685 #. type: textblock
20686 #: ../fish/guestfish.pod:1027
20687 msgid ""
20688 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20689 "not specified, the external L<hexedit(1)> program is used."
20690 msgstr ""
20691
20692 #. type: =item
20693 #: ../fish/guestfish.pod:1031
20694 msgid "HOME"
20695 msgstr ""
20696
20697 #. type: textblock
20698 #: ../fish/guestfish.pod:1033
20699 msgid ""
20700 "If compiled with GNU readline support, various files in the home directory "
20701 "can be used.  See L</FILES>."
20702 msgstr ""
20703
20704 #. type: textblock
20705 #: ../fish/guestfish.pod:1042
20706 msgid ""
20707 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20708 "effect as using the B<-v> option."
20709 msgstr ""
20710
20711 #. type: textblock
20712 #: ../fish/guestfish.pod:1054
20713 msgid ""
20714 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20715 "the discussion of paths in L<guestfs(3)>."
20716 msgstr ""
20717
20718 #. type: textblock
20719 #: ../fish/guestfish.pod:1065
20720 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20721 msgstr ""
20722
20723 #. type: =item
20724 #: ../fish/guestfish.pod:1067
20725 msgid "PAGER"
20726 msgstr ""
20727
20728 #. type: textblock
20729 #: ../fish/guestfish.pod:1069
20730 msgid ""
20731 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20732 "C<more>."
20733 msgstr ""
20734
20735 #. type: =head1
20736 #: ../fish/guestfish.pod:1085 ../test-tool/libguestfs-test-tool.pod:88 ../fuse/guestmount.pod:252
20737 msgid "FILES"
20738 msgstr ""
20739
20740 #. type: =item
20741 #: ../fish/guestfish.pod:1089 ../fuse/guestmount.pod:256
20742 msgid "$HOME/.libguestfs-tools.rc"
20743 msgstr ""
20744
20745 #. type: =item
20746 #: ../fish/guestfish.pod:1091 ../fuse/guestmount.pod:258
20747 msgid "/etc/libguestfs-tools.conf"
20748 msgstr ""
20749
20750 #. type: textblock
20751 #: ../fish/guestfish.pod:1093 ../fuse/guestmount.pod:260
20752 msgid ""
20753 "This configuration file controls the default read-only or read-write mode "
20754 "(I<--ro> or I<--rw>)."
20755 msgstr ""
20756
20757 #. type: textblock
20758 #: ../fish/guestfish.pod:1096
20759 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
20760 msgstr ""
20761
20762 #. type: =item
20763 #: ../fish/guestfish.pod:1098
20764 msgid "$HOME/.guestfish"
20765 msgstr ""
20766
20767 #. type: textblock
20768 #: ../fish/guestfish.pod:1100
20769 msgid ""
20770 "If compiled with GNU readline support, then the command history is saved in "
20771 "this file."
20772 msgstr ""
20773
20774 #. type: =item
20775 #: ../fish/guestfish.pod:1103
20776 msgid "$HOME/.inputrc"
20777 msgstr ""
20778
20779 #. type: =item
20780 #: ../fish/guestfish.pod:1105
20781 msgid "/etc/inputrc"
20782 msgstr ""
20783
20784 #. type: textblock
20785 #: ../fish/guestfish.pod:1107
20786 msgid ""
20787 "If compiled with GNU readline support, then these files can be used to "
20788 "configure readline.  For further information, please see "
20789 "L<readline(3)/INITIALIZATION FILE>."
20790 msgstr ""
20791
20792 #. type: textblock
20793 #: ../fish/guestfish.pod:1111
20794 msgid "To write rules which only apply to guestfish, use:"
20795 msgstr ""
20796
20797 #. type: verbatim
20798 #: ../fish/guestfish.pod:1113
20799 #, no-wrap
20800 msgid ""
20801 " $if guestfish\n"
20802 " ...\n"
20803 " $endif\n"
20804 "\n"
20805 msgstr ""
20806
20807 #. type: textblock
20808 #: ../fish/guestfish.pod:1117
20809 msgid ""
20810 "Variables that you can set in inputrc that change the behaviour of guestfish "
20811 "in useful ways include:"
20812 msgstr ""
20813
20814 #. type: =item
20815 #: ../fish/guestfish.pod:1122
20816 msgid "completion-ignore-case (default: on)"
20817 msgstr ""
20818
20819 #. type: textblock
20820 #: ../fish/guestfish.pod:1124
20821 msgid ""
20822 "By default, guestfish will ignore case when tab-completing paths on the "
20823 "disk.  Use:"
20824 msgstr ""
20825
20826 #. type: verbatim
20827 #: ../fish/guestfish.pod:1127
20828 #, no-wrap
20829 msgid ""
20830 " set completion-ignore-case off\n"
20831 "\n"
20832 msgstr ""
20833
20834 #. type: textblock
20835 #: ../fish/guestfish.pod:1129
20836 msgid "to make guestfish case sensitive."
20837 msgstr ""
20838
20839 #. type: =item
20840 #: ../fish/guestfish.pod:1133
20841 msgid "test1.img"
20842 msgstr ""
20843
20844 #. type: =item
20845 #: ../fish/guestfish.pod:1135
20846 msgid "test2.img (etc)"
20847 msgstr ""
20848
20849 #. type: textblock
20850 #: ../fish/guestfish.pod:1137
20851 msgid ""
20852 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20853 "will be created in the file C<test1.img> in the current directory.  The "
20854 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20855 "the same name will be overwritten."
20856 msgstr ""
20857
20858 #. type: textblock
20859 #: ../fish/guestfish.pod:1146
20860 msgid ""
20861 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
20862 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
20863 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
20864 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
20865 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
20866 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
20867 msgstr ""
20868
20869 #. type: textblock
20870 #: ../fish/guestfish.pod:1173
20871 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
20872 msgstr ""
20873
20874 #. type: textblock
20875 #: ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:372 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1518 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
20876 msgid ""
20877 "This program is free software; you can redistribute it and/or modify it "
20878 "under the terms of the GNU General Public License as published by the Free "
20879 "Software Foundation; either version 2 of the License, or (at your option) "
20880 "any later version."
20881 msgstr ""
20882
20883 #. type: textblock
20884 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:377 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1523 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
20885 msgid ""
20886 "This program is distributed in the hope that it will be useful, but WITHOUT "
20887 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
20888 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
20889 "more details."
20890 msgstr ""
20891
20892 #. type: textblock
20893 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:382 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1528 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
20894 msgid ""
20895 "You should have received a copy of the GNU General Public License along with "
20896 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
20897 "Ave, Cambridge, MA 02139, USA."
20898 msgstr ""
20899
20900 #. type: =head2
20901 #: ../fish/guestfish-actions.pod:1
20902 msgid "add-cdrom"
20903 msgstr ""
20904
20905 #. type: verbatim
20906 #: ../fish/guestfish-actions.pod:3
20907 #, no-wrap
20908 msgid ""
20909 " add-cdrom filename\n"
20910 "\n"
20911 msgstr ""
20912
20913 #. type: textblock
20914 #: ../fish/guestfish-actions.pod:15
20915 msgid ""
20916 "This call checks for the existence of C<filename>.  This stops you from "
20917 "specifying other types of drive which are supported by qemu such as C<nbd:> "
20918 "and C<http:> URLs.  To specify those, use the general L</config> call "
20919 "instead."
20920 msgstr ""
20921
20922 #. type: textblock
20923 #: ../fish/guestfish-actions.pod:22
20924 msgid ""
20925 "If you just want to add an ISO file (often you use this as an efficient way "
20926 "to transfer large files into the guest), then you should probably use "
20927 "L</add-drive-ro> instead."
20928 msgstr ""
20929
20930 #. type: =head2
20931 #: ../fish/guestfish-actions.pod:35
20932 msgid "add-domain"
20933 msgstr ""
20934
20935 #. type: =head2
20936 #: ../fish/guestfish-actions.pod:37
20937 msgid "domain"
20938 msgstr ""
20939
20940 #. type: verbatim
20941 #: ../fish/guestfish-actions.pod:39
20942 #, no-wrap
20943 msgid ""
20944 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
20945 "\n"
20946 msgstr ""
20947
20948 #. type: textblock
20949 #: ../fish/guestfish-actions.pod:41
20950 msgid ""
20951 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
20952 "It works by connecting to libvirt, requesting the domain and domain XML from "
20953 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
20954 msgstr ""
20955
20956 #. type: textblock
20957 #: ../fish/guestfish-actions.pod:71
20958 msgid ""
20959 "The other optional parameters are passed directly through to "
20960 "L</add-drive-opts>."
20961 msgstr ""
20962
20963 #. type: textblock
20964 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:2981
20965 msgid ""
20966 "This command has one or more optional arguments.  See L</OPTIONAL "
20967 "ARGUMENTS>."
20968 msgstr ""
20969
20970 #. type: =head2
20971 #: ../fish/guestfish-actions.pod:76
20972 msgid "add-drive"
20973 msgstr ""
20974
20975 #. type: verbatim
20976 #: ../fish/guestfish-actions.pod:78
20977 #, no-wrap
20978 msgid ""
20979 " add-drive filename\n"
20980 "\n"
20981 msgstr ""
20982
20983 #. type: textblock
20984 #: ../fish/guestfish-actions.pod:80
20985 msgid ""
20986 "This function is the equivalent of calling L</add-drive-opts> with no "
20987 "optional parameters, so the disk is added writable, with the format being "
20988 "detected automatically."
20989 msgstr ""
20990
20991 #. type: textblock
20992 #: ../fish/guestfish-actions.pod:84
20993 msgid ""
20994 "Automatic detection of the format opens you up to a potential security hole "
20995 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
20996 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
20997 "you should think about replacing calls to this function with calls to "
20998 "L</add-drive-opts>, and specifying the format."
20999 msgstr ""
21000
21001 #. type: =head2
21002 #: ../fish/guestfish-actions.pod:91
21003 msgid "add-drive-opts"
21004 msgstr ""
21005
21006 #. type: =head2
21007 #: ../fish/guestfish-actions.pod:93
21008 msgid "add"
21009 msgstr ""
21010
21011 #. type: verbatim
21012 #: ../fish/guestfish-actions.pod:95
21013 #, no-wrap
21014 msgid ""
21015 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21016 "\n"
21017 msgstr ""
21018
21019 #. type: textblock
21020 #: ../fish/guestfish-actions.pod:122
21021 msgid ""
21022 "This forces the image format.  If you omit this (or use L</add-drive> or "
21023 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21024 "formats include C<raw> and C<qcow2>."
21025 msgstr ""
21026
21027 #. type: textblock
21028 #: ../fish/guestfish-actions.pod:133
21029 msgid ""
21030 "This rarely-used option lets you emulate the behaviour of the deprecated "
21031 "L</add-drive-with-if> call (q.v.)"
21032 msgstr ""
21033
21034 #. type: =head2
21035 #: ../fish/guestfish-actions.pod:140
21036 msgid "add-drive-ro"
21037 msgstr ""
21038
21039 #. type: =head2
21040 #: ../fish/guestfish-actions.pod:142
21041 msgid "add-ro"
21042 msgstr ""
21043
21044 #. type: verbatim
21045 #: ../fish/guestfish-actions.pod:144
21046 #, no-wrap
21047 msgid ""
21048 " add-drive-ro filename\n"
21049 "\n"
21050 msgstr ""
21051
21052 #. type: textblock
21053 #: ../fish/guestfish-actions.pod:146
21054 msgid ""
21055 "This function is the equivalent of calling L</add-drive-opts> with the "
21056 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21057 "is added read-only, with the format being detected automatically."
21058 msgstr ""
21059
21060 #. type: =head2
21061 #: ../fish/guestfish-actions.pod:151
21062 msgid "add-drive-ro-with-if"
21063 msgstr ""
21064
21065 #. type: verbatim
21066 #: ../fish/guestfish-actions.pod:153
21067 #, no-wrap
21068 msgid ""
21069 " add-drive-ro-with-if filename iface\n"
21070 "\n"
21071 msgstr ""
21072
21073 #. type: textblock
21074 #: ../fish/guestfish-actions.pod:155
21075 msgid ""
21076 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21077 "interface emulation to use at run time."
21078 msgstr ""
21079
21080 #. type: =head2
21081 #: ../fish/guestfish-actions.pod:165
21082 msgid "add-drive-with-if"
21083 msgstr ""
21084
21085 #. type: verbatim
21086 #: ../fish/guestfish-actions.pod:167
21087 #, no-wrap
21088 msgid ""
21089 " add-drive-with-if filename iface\n"
21090 "\n"
21091 msgstr ""
21092
21093 #. type: textblock
21094 #: ../fish/guestfish-actions.pod:169
21095 msgid ""
21096 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21097 "interface emulation to use at run time."
21098 msgstr ""
21099
21100 #. type: =head2
21101 #: ../fish/guestfish-actions.pod:179
21102 msgid "aug-clear"
21103 msgstr ""
21104
21105 #. type: verbatim
21106 #: ../fish/guestfish-actions.pod:181
21107 #, no-wrap
21108 msgid ""
21109 " aug-clear augpath\n"
21110 "\n"
21111 msgstr ""
21112
21113 #. type: =head2
21114 #: ../fish/guestfish-actions.pod:186
21115 msgid "aug-close"
21116 msgstr ""
21117
21118 #. type: verbatim
21119 #: ../fish/guestfish-actions.pod:188
21120 #, no-wrap
21121 msgid ""
21122 " aug-close\n"
21123 "\n"
21124 msgstr ""
21125
21126 #. type: textblock
21127 #: ../fish/guestfish-actions.pod:190
21128 msgid ""
21129 "Close the current Augeas handle and free up any resources used by it.  After "
21130 "calling this, you have to call L</aug-init> again before you can use any "
21131 "other Augeas functions."
21132 msgstr ""
21133
21134 #. type: =head2
21135 #: ../fish/guestfish-actions.pod:195
21136 msgid "aug-defnode"
21137 msgstr ""
21138
21139 #. type: verbatim
21140 #: ../fish/guestfish-actions.pod:197
21141 #, no-wrap
21142 msgid ""
21143 " aug-defnode name expr val\n"
21144 "\n"
21145 msgstr ""
21146
21147 #. type: textblock
21148 #: ../fish/guestfish-actions.pod:202
21149 msgid ""
21150 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21151 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21152 "containing that single node."
21153 msgstr ""
21154
21155 #. type: =head2
21156 #: ../fish/guestfish-actions.pod:210
21157 msgid "aug-defvar"
21158 msgstr ""
21159
21160 #. type: verbatim
21161 #: ../fish/guestfish-actions.pod:212
21162 #, no-wrap
21163 msgid ""
21164 " aug-defvar name expr\n"
21165 "\n"
21166 msgstr ""
21167
21168 #. type: =head2
21169 #: ../fish/guestfish-actions.pod:221
21170 msgid "aug-get"
21171 msgstr ""
21172
21173 #. type: verbatim
21174 #: ../fish/guestfish-actions.pod:223
21175 #, no-wrap
21176 msgid ""
21177 " aug-get augpath\n"
21178 "\n"
21179 msgstr ""
21180
21181 #. type: =head2
21182 #: ../fish/guestfish-actions.pod:228
21183 msgid "aug-init"
21184 msgstr ""
21185
21186 #. type: verbatim
21187 #: ../fish/guestfish-actions.pod:230
21188 #, no-wrap
21189 msgid ""
21190 " aug-init root flags\n"
21191 "\n"
21192 msgstr ""
21193
21194 #. type: textblock
21195 #: ../fish/guestfish-actions.pod:236
21196 msgid "You must call this before using any other L</aug-*> commands."
21197 msgstr ""
21198
21199 #. type: textblock
21200 #: ../fish/guestfish-actions.pod:271
21201 msgid "Do not load the tree in L</aug-init>."
21202 msgstr ""
21203
21204 #. type: textblock
21205 #: ../fish/guestfish-actions.pod:275
21206 msgid "To close the handle, you can call L</aug-close>."
21207 msgstr ""
21208
21209 #. type: =head2
21210 #: ../fish/guestfish-actions.pod:279
21211 msgid "aug-insert"
21212 msgstr ""
21213
21214 #. type: verbatim
21215 #: ../fish/guestfish-actions.pod:281
21216 #, no-wrap
21217 msgid ""
21218 " aug-insert augpath label true|false\n"
21219 "\n"
21220 msgstr ""
21221
21222 #. type: =head2
21223 #: ../fish/guestfish-actions.pod:291
21224 msgid "aug-load"
21225 msgstr ""
21226
21227 #. type: verbatim
21228 #: ../fish/guestfish-actions.pod:293
21229 #, no-wrap
21230 msgid ""
21231 " aug-load\n"
21232 "\n"
21233 msgstr ""
21234
21235 #. type: =head2
21236 #: ../fish/guestfish-actions.pod:300
21237 msgid "aug-ls"
21238 msgstr ""
21239
21240 #. type: verbatim
21241 #: ../fish/guestfish-actions.pod:302
21242 #, no-wrap
21243 msgid ""
21244 " aug-ls augpath\n"
21245 "\n"
21246 msgstr ""
21247
21248 #. type: textblock
21249 #: ../fish/guestfish-actions.pod:304
21250 msgid ""
21251 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21252 "resulting nodes into alphabetical order."
21253 msgstr ""
21254
21255 #. type: =head2
21256 #: ../fish/guestfish-actions.pod:307
21257 msgid "aug-match"
21258 msgstr ""
21259
21260 #. type: verbatim
21261 #: ../fish/guestfish-actions.pod:309
21262 #, no-wrap
21263 msgid ""
21264 " aug-match augpath\n"
21265 "\n"
21266 msgstr ""
21267
21268 #. type: =head2
21269 #: ../fish/guestfish-actions.pod:315
21270 msgid "aug-mv"
21271 msgstr ""
21272
21273 #. type: verbatim
21274 #: ../fish/guestfish-actions.pod:317
21275 #, no-wrap
21276 msgid ""
21277 " aug-mv src dest\n"
21278 "\n"
21279 msgstr ""
21280
21281 #. type: =head2
21282 #: ../fish/guestfish-actions.pod:322
21283 msgid "aug-rm"
21284 msgstr ""
21285
21286 #. type: verbatim
21287 #: ../fish/guestfish-actions.pod:324
21288 #, no-wrap
21289 msgid ""
21290 " aug-rm augpath\n"
21291 "\n"
21292 msgstr ""
21293
21294 #. type: =head2
21295 #: ../fish/guestfish-actions.pod:330
21296 msgid "aug-save"
21297 msgstr ""
21298
21299 #. type: verbatim
21300 #: ../fish/guestfish-actions.pod:332
21301 #, no-wrap
21302 msgid ""
21303 " aug-save\n"
21304 "\n"
21305 msgstr ""
21306
21307 #. type: textblock
21308 #: ../fish/guestfish-actions.pod:336
21309 msgid ""
21310 "The flags which were passed to L</aug-init> affect exactly how files are "
21311 "saved."
21312 msgstr ""
21313
21314 #. type: =head2
21315 #: ../fish/guestfish-actions.pod:339
21316 msgid "aug-set"
21317 msgstr ""
21318
21319 #. type: verbatim
21320 #: ../fish/guestfish-actions.pod:341
21321 #, no-wrap
21322 msgid ""
21323 " aug-set augpath val\n"
21324 "\n"
21325 msgstr ""
21326
21327 #. type: textblock
21328 #: ../fish/guestfish-actions.pod:345
21329 msgid ""
21330 "In the Augeas API, it is possible to clear a node by setting the value to "
21331 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21332 "this call.  Instead you must use the L</aug-clear> call."
21333 msgstr ""
21334
21335 #. type: =head2
21336 #: ../fish/guestfish-actions.pod:350
21337 msgid "available"
21338 msgstr ""
21339
21340 #. type: verbatim
21341 #: ../fish/guestfish-actions.pod:352
21342 #, no-wrap
21343 msgid ""
21344 " available 'groups ...'\n"
21345 "\n"
21346 msgstr ""
21347
21348 #. type: textblock
21349 #: ../fish/guestfish-actions.pod:358
21350 msgid ""
21351 "The libguestfs groups, and the functions that those groups correspond to, "
21352 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21353 "runtime by calling L</available-all-groups>."
21354 msgstr ""
21355
21356 #. type: textblock
21357 #: ../fish/guestfish-actions.pod:382
21358 msgid "You must call L</launch> before calling this function."
21359 msgstr ""
21360
21361 #. type: textblock
21362 #: ../fish/guestfish-actions.pod:404
21363 msgid ""
21364 "This call was added in version C<1.0.80>.  In previous versions of "
21365 "libguestfs all you could do would be to speculatively execute a command to "
21366 "find out if the daemon implemented it.  See also L</version>."
21367 msgstr ""
21368
21369 #. type: =head2
21370 #: ../fish/guestfish-actions.pod:411
21371 msgid "available-all-groups"
21372 msgstr ""
21373
21374 #. type: verbatim
21375 #: ../fish/guestfish-actions.pod:413
21376 #, no-wrap
21377 msgid ""
21378 " available-all-groups\n"
21379 "\n"
21380 msgstr ""
21381
21382 #. type: textblock
21383 #: ../fish/guestfish-actions.pod:415
21384 msgid ""
21385 "This command returns a list of all optional groups that this daemon knows "
21386 "about.  Note this returns both supported and unsupported groups.  To find "
21387 "out which ones the daemon can actually support you have to call "
21388 "L</available> on each member of the returned list."
21389 msgstr ""
21390
21391 #. type: textblock
21392 #: ../fish/guestfish-actions.pod:421
21393 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21394 msgstr ""
21395
21396 #. type: =head2
21397 #: ../fish/guestfish-actions.pod:423
21398 msgid "base64-in"
21399 msgstr ""
21400
21401 #. type: verbatim
21402 #: ../fish/guestfish-actions.pod:425
21403 #, no-wrap
21404 msgid ""
21405 " base64-in (base64file|-) filename\n"
21406 "\n"
21407 msgstr ""
21408
21409 #. type: textblock
21410 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439 ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832 ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228 ../fish/guestfish-actions.pod:4379 ../fish/guestfish-actions.pod:4391 ../fish/guestfish-actions.pod:4402 ../fish/guestfish-actions.pod:4413 ../fish/guestfish-actions.pod:4465 ../fish/guestfish-actions.pod:4474 ../fish/guestfish-actions.pod:4528 ../fish/guestfish-actions.pod:4551
21411 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21412 msgstr ""
21413
21414 #. type: =head2
21415 #: ../fish/guestfish-actions.pod:432
21416 msgid "base64-out"
21417 msgstr ""
21418
21419 #. type: verbatim
21420 #: ../fish/guestfish-actions.pod:434
21421 #, no-wrap
21422 msgid ""
21423 " base64-out filename (base64file|-)\n"
21424 "\n"
21425 msgstr ""
21426
21427 #. type: =head2
21428 #: ../fish/guestfish-actions.pod:441
21429 msgid "blockdev-flushbufs"
21430 msgstr ""
21431
21432 #. type: verbatim
21433 #: ../fish/guestfish-actions.pod:443
21434 #, no-wrap
21435 msgid ""
21436 " blockdev-flushbufs device\n"
21437 "\n"
21438 msgstr ""
21439
21440 #. type: =head2
21441 #: ../fish/guestfish-actions.pod:450
21442 msgid "blockdev-getbsz"
21443 msgstr ""
21444
21445 #. type: verbatim
21446 #: ../fish/guestfish-actions.pod:452
21447 #, no-wrap
21448 msgid ""
21449 " blockdev-getbsz device\n"
21450 "\n"
21451 msgstr ""
21452
21453 #. type: =head2
21454 #: ../fish/guestfish-actions.pod:461
21455 msgid "blockdev-getro"
21456 msgstr ""
21457
21458 #. type: verbatim
21459 #: ../fish/guestfish-actions.pod:463
21460 #, no-wrap
21461 msgid ""
21462 " blockdev-getro device\n"
21463 "\n"
21464 msgstr ""
21465
21466 #. type: =head2
21467 #: ../fish/guestfish-actions.pod:470
21468 msgid "blockdev-getsize64"
21469 msgstr ""
21470
21471 #. type: verbatim
21472 #: ../fish/guestfish-actions.pod:472
21473 #, no-wrap
21474 msgid ""
21475 " blockdev-getsize64 device\n"
21476 "\n"
21477 msgstr ""
21478
21479 #. type: textblock
21480 #: ../fish/guestfish-actions.pod:476
21481 msgid "See also L</blockdev-getsz>."
21482 msgstr ""
21483
21484 #. type: =head2
21485 #: ../fish/guestfish-actions.pod:480
21486 msgid "blockdev-getss"
21487 msgstr ""
21488
21489 #. type: verbatim
21490 #: ../fish/guestfish-actions.pod:482
21491 #, no-wrap
21492 msgid ""
21493 " blockdev-getss device\n"
21494 "\n"
21495 msgstr ""
21496
21497 #. type: textblock
21498 #: ../fish/guestfish-actions.pod:487
21499 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21500 msgstr ""
21501
21502 #. type: =head2
21503 #: ../fish/guestfish-actions.pod:492
21504 msgid "blockdev-getsz"
21505 msgstr ""
21506
21507 #. type: verbatim
21508 #: ../fish/guestfish-actions.pod:494
21509 #, no-wrap
21510 msgid ""
21511 " blockdev-getsz device\n"
21512 "\n"
21513 msgstr ""
21514
21515 #. type: textblock
21516 #: ../fish/guestfish-actions.pod:499
21517 msgid ""
21518 "See also L</blockdev-getss> for the real sector size of the device, and "
21519 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21520 msgstr ""
21521
21522 #. type: =head2
21523 #: ../fish/guestfish-actions.pod:505
21524 msgid "blockdev-rereadpt"
21525 msgstr ""
21526
21527 #. type: verbatim
21528 #: ../fish/guestfish-actions.pod:507
21529 #, no-wrap
21530 msgid ""
21531 " blockdev-rereadpt device\n"
21532 "\n"
21533 msgstr ""
21534
21535 #. type: =head2
21536 #: ../fish/guestfish-actions.pod:513
21537 msgid "blockdev-setbsz"
21538 msgstr ""
21539
21540 #. type: verbatim
21541 #: ../fish/guestfish-actions.pod:515
21542 #, no-wrap
21543 msgid ""
21544 " blockdev-setbsz device blocksize\n"
21545 "\n"
21546 msgstr ""
21547
21548 #. type: =head2
21549 #: ../fish/guestfish-actions.pod:524
21550 msgid "blockdev-setro"
21551 msgstr ""
21552
21553 #. type: verbatim
21554 #: ../fish/guestfish-actions.pod:526
21555 #, no-wrap
21556 msgid ""
21557 " blockdev-setro device\n"
21558 "\n"
21559 msgstr ""
21560
21561 #. type: =head2
21562 #: ../fish/guestfish-actions.pod:532
21563 msgid "blockdev-setrw"
21564 msgstr ""
21565
21566 #. type: verbatim
21567 #: ../fish/guestfish-actions.pod:534
21568 #, no-wrap
21569 msgid ""
21570 " blockdev-setrw device\n"
21571 "\n"
21572 msgstr ""
21573
21574 #. type: =head2
21575 #: ../fish/guestfish-actions.pod:540
21576 msgid "case-sensitive-path"
21577 msgstr ""
21578
21579 #. type: verbatim
21580 #: ../fish/guestfish-actions.pod:542
21581 #, no-wrap
21582 msgid ""
21583 " case-sensitive-path path\n"
21584 "\n"
21585 msgstr ""
21586
21587 #. type: textblock
21588 #: ../fish/guestfish-actions.pod:566
21589 msgid ""
21590 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21591 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21592 "how the directories were originally created under Windows)."
21593 msgstr ""
21594
21595 #. type: textblock
21596 #: ../fish/guestfish-actions.pod:574
21597 msgid "See also L</realpath>."
21598 msgstr ""
21599
21600 #. type: =head2
21601 #: ../fish/guestfish-actions.pod:576
21602 msgid "cat"
21603 msgstr ""
21604
21605 #. type: verbatim
21606 #: ../fish/guestfish-actions.pod:578
21607 #, no-wrap
21608 msgid ""
21609 " cat path\n"
21610 "\n"
21611 msgstr ""
21612
21613 #. type: textblock
21614 #: ../fish/guestfish-actions.pod:582
21615 msgid ""
21616 "Note that this function cannot correctly handle binary files (specifically, "
21617 "files containing C<\\0> character which is treated as end of string).  For "
21618 "those you need to use the L</read-file> or L</download> functions which have "
21619 "a more complex interface."
21620 msgstr ""
21621
21622 #. type: =head2
21623 #: ../fish/guestfish-actions.pod:590
21624 msgid "checksum"
21625 msgstr ""
21626
21627 #. type: verbatim
21628 #: ../fish/guestfish-actions.pod:592
21629 #, no-wrap
21630 msgid ""
21631 " checksum csumtype path\n"
21632 "\n"
21633 msgstr ""
21634
21635 #. type: textblock
21636 #: ../fish/guestfish-actions.pod:635
21637 msgid "To get the checksum for a device, use L</checksum-device>."
21638 msgstr ""
21639
21640 #. type: textblock
21641 #: ../fish/guestfish-actions.pod:637
21642 msgid "To get the checksums for many files, use L</checksums-out>."
21643 msgstr ""
21644
21645 #. type: =head2
21646 #: ../fish/guestfish-actions.pod:639
21647 msgid "checksum-device"
21648 msgstr ""
21649
21650 #. type: verbatim
21651 #: ../fish/guestfish-actions.pod:641
21652 #, no-wrap
21653 msgid ""
21654 " checksum-device csumtype device\n"
21655 "\n"
21656 msgstr ""
21657
21658 #. type: textblock
21659 #: ../fish/guestfish-actions.pod:643
21660 msgid ""
21661 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21662 "device named C<device>.  For the types of checksums supported see the "
21663 "L</checksum> command."
21664 msgstr ""
21665
21666 #. type: =head2
21667 #: ../fish/guestfish-actions.pod:647
21668 msgid "checksums-out"
21669 msgstr ""
21670
21671 #. type: verbatim
21672 #: ../fish/guestfish-actions.pod:649
21673 #, no-wrap
21674 msgid ""
21675 " checksums-out csumtype directory (sumsfile|-)\n"
21676 "\n"
21677 msgstr ""
21678
21679 #. type: =head2
21680 #: ../fish/guestfish-actions.pod:665
21681 msgid "chmod"
21682 msgstr ""
21683
21684 #. type: verbatim
21685 #: ../fish/guestfish-actions.pod:667
21686 #, no-wrap
21687 msgid ""
21688 " chmod mode path\n"
21689 "\n"
21690 msgstr ""
21691
21692 #. type: =head2
21693 #: ../fish/guestfish-actions.pod:678
21694 msgid "chown"
21695 msgstr ""
21696
21697 #. type: verbatim
21698 #: ../fish/guestfish-actions.pod:680
21699 #, no-wrap
21700 msgid ""
21701 " chown owner group path\n"
21702 "\n"
21703 msgstr ""
21704
21705 #. type: =head2
21706 #: ../fish/guestfish-actions.pod:688
21707 msgid "command"
21708 msgstr ""
21709
21710 #. type: verbatim
21711 #: ../fish/guestfish-actions.pod:690
21712 #, no-wrap
21713 msgid ""
21714 " command 'arguments ...'\n"
21715 "\n"
21716 msgstr ""
21717
21718 #. type: textblock
21719 #: ../fish/guestfish-actions.pod:697
21720 msgid ""
21721 "The single parameter is an argv-style list of arguments.  The first element "
21722 "is the name of the program to run.  Subsequent elements are parameters.  The "
21723 "list must be non-empty (ie. must contain a program name).  Note that the "
21724 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21725 msgstr ""
21726
21727 #. type: =head2
21728 #: ../fish/guestfish-actions.pod:725
21729 msgid "command-lines"
21730 msgstr ""
21731
21732 #. type: verbatim
21733 #: ../fish/guestfish-actions.pod:727
21734 #, no-wrap
21735 msgid ""
21736 " command-lines 'arguments ...'\n"
21737 "\n"
21738 msgstr ""
21739
21740 #. type: textblock
21741 #: ../fish/guestfish-actions.pod:729
21742 msgid "This is the same as L</command>, but splits the result into a list of lines."
21743 msgstr ""
21744
21745 #. type: textblock
21746 #: ../fish/guestfish-actions.pod:732
21747 msgid "See also: L</sh-lines>"
21748 msgstr ""
21749
21750 #. type: =head2
21751 #: ../fish/guestfish-actions.pod:737
21752 msgid "config"
21753 msgstr ""
21754
21755 #. type: verbatim
21756 #: ../fish/guestfish-actions.pod:739
21757 #, no-wrap
21758 msgid ""
21759 " config qemuparam qemuvalue\n"
21760 "\n"
21761 msgstr ""
21762
21763 #. type: =head2
21764 #: ../fish/guestfish-actions.pod:750
21765 msgid "copy-size"
21766 msgstr ""
21767
21768 #. type: verbatim
21769 #: ../fish/guestfish-actions.pod:752
21770 #, no-wrap
21771 msgid ""
21772 " copy-size src dest size\n"
21773 "\n"
21774 msgstr ""
21775
21776 #. type: =head2
21777 #: ../fish/guestfish-actions.pod:760
21778 msgid "cp"
21779 msgstr ""
21780
21781 #. type: verbatim
21782 #: ../fish/guestfish-actions.pod:762
21783 #, no-wrap
21784 msgid ""
21785 " cp src dest\n"
21786 "\n"
21787 msgstr ""
21788
21789 #. type: =head2
21790 #: ../fish/guestfish-actions.pod:767
21791 msgid "cp-a"
21792 msgstr ""
21793
21794 #. type: verbatim
21795 #: ../fish/guestfish-actions.pod:769
21796 #, no-wrap
21797 msgid ""
21798 " cp-a src dest\n"
21799 "\n"
21800 msgstr ""
21801
21802 #. type: =head2
21803 #: ../fish/guestfish-actions.pod:774
21804 msgid "dd"
21805 msgstr ""
21806
21807 #. type: verbatim
21808 #: ../fish/guestfish-actions.pod:776
21809 #, no-wrap
21810 msgid ""
21811 " dd src dest\n"
21812 "\n"
21813 msgstr ""
21814
21815 #. type: textblock
21816 #: ../fish/guestfish-actions.pod:783
21817 msgid ""
21818 "If the destination is a device, it must be as large or larger than the "
21819 "source file or device, otherwise the copy will fail.  This command cannot do "
21820 "partial copies (see L</copy-size>)."
21821 msgstr ""
21822
21823 #. type: =head2
21824 #: ../fish/guestfish-actions.pod:787
21825 msgid "df"
21826 msgstr ""
21827
21828 #. type: verbatim
21829 #: ../fish/guestfish-actions.pod:789
21830 #, no-wrap
21831 msgid ""
21832 " df\n"
21833 "\n"
21834 msgstr ""
21835
21836 #. type: textblock
21837 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21838 msgid ""
21839 "This command is mostly useful for interactive sessions.  It is I<not> "
21840 "intended that you try to parse the output string.  Use L</statvfs> from "
21841 "programs."
21842 msgstr ""
21843
21844 #. type: =head2
21845 #: ../fish/guestfish-actions.pod:797
21846 msgid "df-h"
21847 msgstr ""
21848
21849 #. type: verbatim
21850 #: ../fish/guestfish-actions.pod:799
21851 #, no-wrap
21852 msgid ""
21853 " df-h\n"
21854 "\n"
21855 msgstr ""
21856
21857 #. type: =head2
21858 #: ../fish/guestfish-actions.pod:808
21859 msgid "dmesg"
21860 msgstr ""
21861
21862 #. type: verbatim
21863 #: ../fish/guestfish-actions.pod:810
21864 #, no-wrap
21865 msgid ""
21866 " dmesg\n"
21867 "\n"
21868 msgstr ""
21869
21870 #. type: textblock
21871 #: ../fish/guestfish-actions.pod:816
21872 msgid ""
21873 "Another way to get the same information is to enable verbose messages with "
21874 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
21875 "before running the program."
21876 msgstr ""
21877
21878 #. type: =head2
21879 #: ../fish/guestfish-actions.pod:821
21880 msgid "download"
21881 msgstr ""
21882
21883 #. type: verbatim
21884 #: ../fish/guestfish-actions.pod:823
21885 #, no-wrap
21886 msgid ""
21887 " download remotefilename (filename|-)\n"
21888 "\n"
21889 msgstr ""
21890
21891 #. type: textblock
21892 #: ../fish/guestfish-actions.pod:830
21893 msgid "See also L</upload>, L</cat>."
21894 msgstr ""
21895
21896 #. type: =head2
21897 #: ../fish/guestfish-actions.pod:834
21898 msgid "download-offset"
21899 msgstr ""
21900
21901 #. type: verbatim
21902 #: ../fish/guestfish-actions.pod:836
21903 #, no-wrap
21904 msgid ""
21905 " download-offset remotefilename (filename|-) offset size\n"
21906 "\n"
21907 msgstr ""
21908
21909 #. type: textblock
21910 #: ../fish/guestfish-actions.pod:844
21911 msgid ""
21912 "Note that there is no limit on the amount of data that can be downloaded "
21913 "with this call, unlike with L</pread>, and this call always reads the full "
21914 "amount unless an error occurs."
21915 msgstr ""
21916
21917 #. type: textblock
21918 #: ../fish/guestfish-actions.pod:849
21919 msgid "See also L</download>, L</pread>."
21920 msgstr ""
21921
21922 #. type: =head2
21923 #: ../fish/guestfish-actions.pod:853
21924 msgid "drop-caches"
21925 msgstr ""
21926
21927 #. type: verbatim
21928 #: ../fish/guestfish-actions.pod:855
21929 #, no-wrap
21930 msgid ""
21931 " drop-caches whattodrop\n"
21932 "\n"
21933 msgstr ""
21934
21935 #. type: =head2
21936 #: ../fish/guestfish-actions.pod:867
21937 msgid "du"
21938 msgstr ""
21939
21940 #. type: verbatim
21941 #: ../fish/guestfish-actions.pod:869
21942 #, no-wrap
21943 msgid ""
21944 " du path\n"
21945 "\n"
21946 msgstr ""
21947
21948 #. type: =head2
21949 #: ../fish/guestfish-actions.pod:881
21950 msgid "e2fsck-f"
21951 msgstr ""
21952
21953 #. type: verbatim
21954 #: ../fish/guestfish-actions.pod:883
21955 #, no-wrap
21956 msgid ""
21957 " e2fsck-f device\n"
21958 "\n"
21959 msgstr ""
21960
21961 #. type: textblock
21962 #: ../fish/guestfish-actions.pod:889
21963 msgid ""
21964 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
21965 "should use L</fsck>."
21966 msgstr ""
21967
21968 #. type: =head2
21969 #: ../fish/guestfish-actions.pod:892
21970 msgid "echo-daemon"
21971 msgstr ""
21972
21973 #. type: verbatim
21974 #: ../fish/guestfish-actions.pod:894
21975 #, no-wrap
21976 msgid ""
21977 " echo-daemon 'words ...'\n"
21978 "\n"
21979 msgstr ""
21980
21981 #. type: textblock
21982 #: ../fish/guestfish-actions.pod:901
21983 msgid "See also L</ping-daemon>."
21984 msgstr ""
21985
21986 #. type: =head2
21987 #: ../fish/guestfish-actions.pod:903
21988 msgid "egrep"
21989 msgstr ""
21990
21991 #. type: verbatim
21992 #: ../fish/guestfish-actions.pod:905
21993 #, no-wrap
21994 msgid ""
21995 " egrep regex path\n"
21996 "\n"
21997 msgstr ""
21998
21999 #. type: =head2
22000 #: ../fish/guestfish-actions.pod:913
22001 msgid "egrepi"
22002 msgstr ""
22003
22004 #. type: verbatim
22005 #: ../fish/guestfish-actions.pod:915
22006 #, no-wrap
22007 msgid ""
22008 " egrepi regex path\n"
22009 "\n"
22010 msgstr ""
22011
22012 #. type: =head2
22013 #: ../fish/guestfish-actions.pod:923
22014 msgid "equal"
22015 msgstr ""
22016
22017 #. type: verbatim
22018 #: ../fish/guestfish-actions.pod:925
22019 #, no-wrap
22020 msgid ""
22021 " equal file1 file2\n"
22022 "\n"
22023 msgstr ""
22024
22025 #. type: =head2
22026 #: ../fish/guestfish-actions.pod:932
22027 msgid "exists"
22028 msgstr ""
22029
22030 #. type: verbatim
22031 #: ../fish/guestfish-actions.pod:934
22032 #, no-wrap
22033 msgid ""
22034 " exists path\n"
22035 "\n"
22036 msgstr ""
22037
22038 #. type: textblock
22039 #: ../fish/guestfish-actions.pod:939
22040 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22041 msgstr ""
22042
22043 #. type: =head2
22044 #: ../fish/guestfish-actions.pod:941
22045 msgid "fallocate"
22046 msgstr ""
22047
22048 #. type: verbatim
22049 #: ../fish/guestfish-actions.pod:943
22050 #, no-wrap
22051 msgid ""
22052 " fallocate path len\n"
22053 "\n"
22054 msgstr ""
22055
22056 #. type: =head2
22057 #: ../fish/guestfish-actions.pod:960
22058 msgid "fallocate64"
22059 msgstr ""
22060
22061 #. type: verbatim
22062 #: ../fish/guestfish-actions.pod:962
22063 #, no-wrap
22064 msgid ""
22065 " fallocate64 path len\n"
22066 "\n"
22067 msgstr ""
22068
22069 #. type: textblock
22070 #: ../fish/guestfish-actions.pod:968
22071 msgid ""
22072 "Note that this call allocates disk blocks for the file.  To create a sparse "
22073 "file use L</truncate-size> instead."
22074 msgstr ""
22075
22076 #. type: textblock
22077 #: ../fish/guestfish-actions.pod:971
22078 msgid ""
22079 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22080 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22081 "maximum size of files created through that call to 1GB."
22082 msgstr ""
22083
22084 #. type: =head2
22085 #: ../fish/guestfish-actions.pod:980
22086 msgid "fgrep"
22087 msgstr ""
22088
22089 #. type: verbatim
22090 #: ../fish/guestfish-actions.pod:982
22091 #, no-wrap
22092 msgid ""
22093 " fgrep pattern path\n"
22094 "\n"
22095 msgstr ""
22096
22097 #. type: =head2
22098 #: ../fish/guestfish-actions.pod:990
22099 msgid "fgrepi"
22100 msgstr ""
22101
22102 #. type: verbatim
22103 #: ../fish/guestfish-actions.pod:992
22104 #, no-wrap
22105 msgid ""
22106 " fgrepi pattern path\n"
22107 "\n"
22108 msgstr ""
22109
22110 #. type: =head2
22111 #: ../fish/guestfish-actions.pod:1000
22112 msgid "file"
22113 msgstr ""
22114
22115 #. type: verbatim
22116 #: ../fish/guestfish-actions.pod:1002
22117 #, no-wrap
22118 msgid ""
22119 " file path\n"
22120 "\n"
22121 msgstr ""
22122
22123 #. type: textblock
22124 #: ../fish/guestfish-actions.pod:1014
22125 msgid ""
22126 "This command can also be used on C</dev/> devices (and partitions, LV "
22127 "names).  You can for example use this to determine if a device contains a "
22128 "filesystem, although it's usually better to use L</vfs-type>."
22129 msgstr ""
22130
22131 #. type: =head2
22132 #: ../fish/guestfish-actions.pod:1024
22133 msgid "file-architecture"
22134 msgstr ""
22135
22136 #. type: verbatim
22137 #: ../fish/guestfish-actions.pod:1026
22138 #, no-wrap
22139 msgid ""
22140 " file-architecture filename\n"
22141 "\n"
22142 msgstr ""
22143
22144 #. type: =head2
22145 #: ../fish/guestfish-actions.pod:1129
22146 msgid "filesize"
22147 msgstr ""
22148
22149 #. type: verbatim
22150 #: ../fish/guestfish-actions.pod:1131
22151 #, no-wrap
22152 msgid ""
22153 " filesize file\n"
22154 "\n"
22155 msgstr ""
22156
22157 #. type: textblock
22158 #: ../fish/guestfish-actions.pod:1135
22159 msgid ""
22160 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22161 "L</is-file> etc.  To get the size of block devices, use "
22162 "L</blockdev-getsize64>."
22163 msgstr ""
22164
22165 #. type: =head2
22166 #: ../fish/guestfish-actions.pod:1139
22167 msgid "fill"
22168 msgstr ""
22169
22170 #. type: verbatim
22171 #: ../fish/guestfish-actions.pod:1141
22172 #, no-wrap
22173 msgid ""
22174 " fill c len path\n"
22175 "\n"
22176 msgstr ""
22177
22178 #. type: textblock
22179 #: ../fish/guestfish-actions.pod:1147
22180 msgid ""
22181 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22182 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22183 "L</fill-pattern>."
22184 msgstr ""
22185
22186 #. type: =head2
22187 #: ../fish/guestfish-actions.pod:1152
22188 msgid "fill-pattern"
22189 msgstr ""
22190
22191 #. type: verbatim
22192 #: ../fish/guestfish-actions.pod:1154
22193 #, no-wrap
22194 msgid ""
22195 " fill-pattern pattern len path\n"
22196 "\n"
22197 msgstr ""
22198
22199 #. type: textblock
22200 #: ../fish/guestfish-actions.pod:1156
22201 msgid ""
22202 "This function is like L</fill> except that it creates a new file of length "
22203 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22204 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22205 "bytes."
22206 msgstr ""
22207
22208 #. type: =head2
22209 #: ../fish/guestfish-actions.pod:1161
22210 msgid "find"
22211 msgstr ""
22212
22213 #. type: verbatim
22214 #: ../fish/guestfish-actions.pod:1163
22215 #, no-wrap
22216 msgid ""
22217 " find directory\n"
22218 "\n"
22219 msgstr ""
22220
22221 #. type: textblock
22222 #: ../fish/guestfish-actions.pod:1177
22223 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22224 msgstr ""
22225
22226 #. type: textblock
22227 #: ../fish/guestfish-actions.pod:1190
22228 msgid "See also L</find0>."
22229 msgstr ""
22230
22231 #. type: =head2
22232 #: ../fish/guestfish-actions.pod:1195
22233 msgid "find0"
22234 msgstr ""
22235
22236 #. type: verbatim
22237 #: ../fish/guestfish-actions.pod:1197
22238 #, no-wrap
22239 msgid ""
22240 " find0 directory (files|-)\n"
22241 "\n"
22242 msgstr ""
22243
22244 #. type: textblock
22245 #: ../fish/guestfish-actions.pod:1203
22246 msgid "This command works the same way as L</find> with the following exceptions:"
22247 msgstr ""
22248
22249 #. type: =head2
22250 #: ../fish/guestfish-actions.pod:1230
22251 msgid "findfs-label"
22252 msgstr ""
22253
22254 #. type: verbatim
22255 #: ../fish/guestfish-actions.pod:1232
22256 #, no-wrap
22257 msgid ""
22258 " findfs-label label\n"
22259 "\n"
22260 msgstr ""
22261
22262 #. type: textblock
22263 #: ../fish/guestfish-actions.pod:1238
22264 msgid "To find the label of a filesystem, use L</vfs-label>."
22265 msgstr ""
22266
22267 #. type: =head2
22268 #: ../fish/guestfish-actions.pod:1240
22269 msgid "findfs-uuid"
22270 msgstr ""
22271
22272 #. type: verbatim
22273 #: ../fish/guestfish-actions.pod:1242
22274 #, no-wrap
22275 msgid ""
22276 " findfs-uuid uuid\n"
22277 "\n"
22278 msgstr ""
22279
22280 #. type: textblock
22281 #: ../fish/guestfish-actions.pod:1248
22282 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22283 msgstr ""
22284
22285 #. type: =head2
22286 #: ../fish/guestfish-actions.pod:1250
22287 msgid "fsck"
22288 msgstr ""
22289
22290 #. type: verbatim
22291 #: ../fish/guestfish-actions.pod:1252
22292 #, no-wrap
22293 msgid ""
22294 " fsck fstype device\n"
22295 "\n"
22296 msgstr ""
22297
22298 #. type: =head2
22299 #: ../fish/guestfish-actions.pod:1282
22300 msgid "get-append"
22301 msgstr ""
22302
22303 #. type: verbatim
22304 #: ../fish/guestfish-actions.pod:1284
22305 #, no-wrap
22306 msgid ""
22307 " get-append\n"
22308 "\n"
22309 msgstr ""
22310
22311 #. type: =head2
22312 #: ../fish/guestfish-actions.pod:1291
22313 msgid "get-attach-method"
22314 msgstr ""
22315
22316 #. type: verbatim
22317 #: ../fish/guestfish-actions.pod:1293
22318 #, no-wrap
22319 msgid ""
22320 " get-attach-method\n"
22321 "\n"
22322 msgstr ""
22323
22324 #. type: textblock
22325 #: ../fish/guestfish-actions.pod:1295
22326 msgid "Return the current attach method.  See L</set-attach-method>."
22327 msgstr ""
22328
22329 #. type: =head2
22330 #: ../fish/guestfish-actions.pod:1297
22331 msgid "get-autosync"
22332 msgstr ""
22333
22334 #. type: verbatim
22335 #: ../fish/guestfish-actions.pod:1299
22336 #, no-wrap
22337 msgid ""
22338 " get-autosync\n"
22339 "\n"
22340 msgstr ""
22341
22342 #. type: =head2
22343 #: ../fish/guestfish-actions.pod:1303
22344 msgid "get-direct"
22345 msgstr ""
22346
22347 #. type: verbatim
22348 #: ../fish/guestfish-actions.pod:1305
22349 #, no-wrap
22350 msgid ""
22351 " get-direct\n"
22352 "\n"
22353 msgstr ""
22354
22355 #. type: =head2
22356 #: ../fish/guestfish-actions.pod:1309
22357 msgid "get-e2label"
22358 msgstr ""
22359
22360 #. type: verbatim
22361 #: ../fish/guestfish-actions.pod:1311
22362 #, no-wrap
22363 msgid ""
22364 " get-e2label device\n"
22365 "\n"
22366 msgstr ""
22367
22368 #. type: =head2
22369 #: ../fish/guestfish-actions.pod:1323
22370 msgid "get-e2uuid"
22371 msgstr ""
22372
22373 #. type: verbatim
22374 #: ../fish/guestfish-actions.pod:1325
22375 #, no-wrap
22376 msgid ""
22377 " get-e2uuid device\n"
22378 "\n"
22379 msgstr ""
22380
22381 #. type: =head2
22382 #: ../fish/guestfish-actions.pod:1337
22383 msgid "get-memsize"
22384 msgstr ""
22385
22386 #. type: verbatim
22387 #: ../fish/guestfish-actions.pod:1339
22388 #, no-wrap
22389 msgid ""
22390 " get-memsize\n"
22391 "\n"
22392 msgstr ""
22393
22394 #. type: textblock
22395 #: ../fish/guestfish-actions.pod:1344
22396 msgid ""
22397 "If L</set-memsize> was not called on this handle, and if "
22398 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22399 "value for memsize."
22400 msgstr ""
22401
22402 #. type: =head2
22403 #: ../fish/guestfish-actions.pod:1351
22404 msgid "get-network"
22405 msgstr ""
22406
22407 #. type: verbatim
22408 #: ../fish/guestfish-actions.pod:1353
22409 #, no-wrap
22410 msgid ""
22411 " get-network\n"
22412 "\n"
22413 msgstr ""
22414
22415 #. type: =head2
22416 #: ../fish/guestfish-actions.pod:1357
22417 msgid "get-path"
22418 msgstr ""
22419
22420 #. type: verbatim
22421 #: ../fish/guestfish-actions.pod:1359
22422 #, no-wrap
22423 msgid ""
22424 " get-path\n"
22425 "\n"
22426 msgstr ""
22427
22428 #. type: =head2
22429 #: ../fish/guestfish-actions.pod:1366
22430 msgid "get-pid"
22431 msgstr ""
22432
22433 #. type: =head2
22434 #: ../fish/guestfish-actions.pod:1368
22435 msgid "pid"
22436 msgstr ""
22437
22438 #. type: verbatim
22439 #: ../fish/guestfish-actions.pod:1370
22440 #, no-wrap
22441 msgid ""
22442 " get-pid\n"
22443 "\n"
22444 msgstr ""
22445
22446 #. type: =head2
22447 #: ../fish/guestfish-actions.pod:1377
22448 msgid "get-qemu"
22449 msgstr ""
22450
22451 #. type: verbatim
22452 #: ../fish/guestfish-actions.pod:1379
22453 #, no-wrap
22454 msgid ""
22455 " get-qemu\n"
22456 "\n"
22457 msgstr ""
22458
22459 #. type: =head2
22460 #: ../fish/guestfish-actions.pod:1386
22461 msgid "get-recovery-proc"
22462 msgstr ""
22463
22464 #. type: verbatim
22465 #: ../fish/guestfish-actions.pod:1388
22466 #, no-wrap
22467 msgid ""
22468 " get-recovery-proc\n"
22469 "\n"
22470 msgstr ""
22471
22472 #. type: =head2
22473 #: ../fish/guestfish-actions.pod:1392
22474 msgid "get-selinux"
22475 msgstr ""
22476
22477 #. type: verbatim
22478 #: ../fish/guestfish-actions.pod:1394
22479 #, no-wrap
22480 msgid ""
22481 " get-selinux\n"
22482 "\n"
22483 msgstr ""
22484
22485 #. type: textblock
22486 #: ../fish/guestfish-actions.pod:1396
22487 msgid ""
22488 "This returns the current setting of the selinux flag which is passed to the "
22489 "appliance at boot time.  See L</set-selinux>."
22490 msgstr ""
22491
22492 #. type: =head2
22493 #: ../fish/guestfish-actions.pod:1402
22494 msgid "get-state"
22495 msgstr ""
22496
22497 #. type: verbatim
22498 #: ../fish/guestfish-actions.pod:1404
22499 #, no-wrap
22500 msgid ""
22501 " get-state\n"
22502 "\n"
22503 msgstr ""
22504
22505 #. type: =head2
22506 #: ../fish/guestfish-actions.pod:1411
22507 msgid "get-trace"
22508 msgstr ""
22509
22510 #. type: verbatim
22511 #: ../fish/guestfish-actions.pod:1413
22512 #, no-wrap
22513 msgid ""
22514 " get-trace\n"
22515 "\n"
22516 msgstr ""
22517
22518 #. type: =head2
22519 #: ../fish/guestfish-actions.pod:1417
22520 msgid "get-umask"
22521 msgstr ""
22522
22523 #. type: verbatim
22524 #: ../fish/guestfish-actions.pod:1419
22525 #, no-wrap
22526 msgid ""
22527 " get-umask\n"
22528 "\n"
22529 msgstr ""
22530
22531 #. type: textblock
22532 #: ../fish/guestfish-actions.pod:1421
22533 msgid ""
22534 "Return the current umask.  By default the umask is C<022> unless it has been "
22535 "set by calling L</umask>."
22536 msgstr ""
22537
22538 #. type: =head2
22539 #: ../fish/guestfish-actions.pod:1424
22540 msgid "get-verbose"
22541 msgstr ""
22542
22543 #. type: verbatim
22544 #: ../fish/guestfish-actions.pod:1426
22545 #, no-wrap
22546 msgid ""
22547 " get-verbose\n"
22548 "\n"
22549 msgstr ""
22550
22551 #. type: =head2
22552 #: ../fish/guestfish-actions.pod:1430
22553 msgid "getcon"
22554 msgstr ""
22555
22556 #. type: verbatim
22557 #: ../fish/guestfish-actions.pod:1432
22558 #, no-wrap
22559 msgid ""
22560 " getcon\n"
22561 "\n"
22562 msgstr ""
22563
22564 #. type: textblock
22565 #: ../fish/guestfish-actions.pod:1436
22566 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22567 msgstr ""
22568
22569 #. type: =head2
22570 #: ../fish/guestfish-actions.pod:1439
22571 msgid "getxattr"
22572 msgstr ""
22573
22574 #. type: verbatim
22575 #: ../fish/guestfish-actions.pod:1441
22576 #, no-wrap
22577 msgid ""
22578 " getxattr path name\n"
22579 "\n"
22580 msgstr ""
22581
22582 #. type: textblock
22583 #: ../fish/guestfish-actions.pod:1443
22584 msgid ""
22585 "Get a single extended attribute from file C<path> named C<name>.  This call "
22586 "follows symlinks.  If you want to lookup an extended attribute for the "
22587 "symlink itself, use L</lgetxattr>."
22588 msgstr ""
22589
22590 #. type: textblock
22591 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2387
22592 msgid ""
22593 "Normally it is better to get all extended attributes from a file in one go "
22594 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22595 "buggy and do not provide a way to list out attributes.  For these "
22596 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22597 "attributes you want in advance and call this function."
22598 msgstr ""
22599
22600 #. type: textblock
22601 #: ../fish/guestfish-actions.pod:1457
22602 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22603 msgstr ""
22604
22605 #. type: =head2
22606 #: ../fish/guestfish-actions.pod:1459
22607 msgid "getxattrs"
22608 msgstr ""
22609
22610 #. type: verbatim
22611 #: ../fish/guestfish-actions.pod:1461
22612 #, no-wrap
22613 msgid ""
22614 " getxattrs path\n"
22615 "\n"
22616 msgstr ""
22617
22618 #. type: textblock
22619 #: ../fish/guestfish-actions.pod:1469
22620 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22621 msgstr ""
22622
22623 #. type: =head2
22624 #: ../fish/guestfish-actions.pod:1471
22625 msgid "glob-expand"
22626 msgstr ""
22627
22628 #. type: verbatim
22629 #: ../fish/guestfish-actions.pod:1473
22630 #, no-wrap
22631 msgid ""
22632 " glob-expand pattern\n"
22633 "\n"
22634 msgstr ""
22635
22636 #. type: =head2
22637 #: ../fish/guestfish-actions.pod:1486
22638 msgid "grep"
22639 msgstr ""
22640
22641 #. type: verbatim
22642 #: ../fish/guestfish-actions.pod:1488
22643 #, no-wrap
22644 msgid ""
22645 " grep regex path\n"
22646 "\n"
22647 msgstr ""
22648
22649 #. type: =head2
22650 #: ../fish/guestfish-actions.pod:1496
22651 msgid "grepi"
22652 msgstr ""
22653
22654 #. type: verbatim
22655 #: ../fish/guestfish-actions.pod:1498
22656 #, no-wrap
22657 msgid ""
22658 " grepi regex path\n"
22659 "\n"
22660 msgstr ""
22661
22662 #. type: =head2
22663 #: ../fish/guestfish-actions.pod:1506
22664 msgid "grub-install"
22665 msgstr ""
22666
22667 #. type: verbatim
22668 #: ../fish/guestfish-actions.pod:1508
22669 #, no-wrap
22670 msgid ""
22671 " grub-install root device\n"
22672 "\n"
22673 msgstr ""
22674
22675 #. type: =head2
22676 #: ../fish/guestfish-actions.pod:1524
22677 msgid "head"
22678 msgstr ""
22679
22680 #. type: verbatim
22681 #: ../fish/guestfish-actions.pod:1526
22682 #, no-wrap
22683 msgid ""
22684 " head path\n"
22685 "\n"
22686 msgstr ""
22687
22688 #. type: =head2
22689 #: ../fish/guestfish-actions.pod:1534
22690 msgid "head-n"
22691 msgstr ""
22692
22693 #. type: verbatim
22694 #: ../fish/guestfish-actions.pod:1536
22695 #, no-wrap
22696 msgid ""
22697 " head-n nrlines path\n"
22698 "\n"
22699 msgstr ""
22700
22701 #. type: =head2
22702 #: ../fish/guestfish-actions.pod:1549
22703 msgid "hexdump"
22704 msgstr ""
22705
22706 #. type: verbatim
22707 #: ../fish/guestfish-actions.pod:1551
22708 #, no-wrap
22709 msgid ""
22710 " hexdump path\n"
22711 "\n"
22712 msgstr ""
22713
22714 #. type: =head2
22715 #: ../fish/guestfish-actions.pod:1559
22716 msgid "initrd-cat"
22717 msgstr ""
22718
22719 #. type: verbatim
22720 #: ../fish/guestfish-actions.pod:1561
22721 #, no-wrap
22722 msgid ""
22723 " initrd-cat initrdpath filename\n"
22724 "\n"
22725 msgstr ""
22726
22727 #. type: textblock
22728 #: ../fish/guestfish-actions.pod:1573
22729 msgid "See also L</initrd-list>."
22730 msgstr ""
22731
22732 #. type: =head2
22733 #: ../fish/guestfish-actions.pod:1578
22734 msgid "initrd-list"
22735 msgstr ""
22736
22737 #. type: verbatim
22738 #: ../fish/guestfish-actions.pod:1580
22739 #, no-wrap
22740 msgid ""
22741 " initrd-list path\n"
22742 "\n"
22743 msgstr ""
22744
22745 #. type: =head2
22746 #: ../fish/guestfish-actions.pod:1592
22747 msgid "inotify-add-watch"
22748 msgstr ""
22749
22750 #. type: verbatim
22751 #: ../fish/guestfish-actions.pod:1594
22752 #, no-wrap
22753 msgid ""
22754 " inotify-add-watch path mask\n"
22755 "\n"
22756 msgstr ""
22757
22758 #. type: =head2
22759 #: ../fish/guestfish-actions.pod:1606
22760 msgid "inotify-close"
22761 msgstr ""
22762
22763 #. type: verbatim
22764 #: ../fish/guestfish-actions.pod:1608
22765 #, no-wrap
22766 msgid ""
22767 " inotify-close\n"
22768 "\n"
22769 msgstr ""
22770
22771 #. type: =head2
22772 #: ../fish/guestfish-actions.pod:1614
22773 msgid "inotify-files"
22774 msgstr ""
22775
22776 #. type: verbatim
22777 #: ../fish/guestfish-actions.pod:1616
22778 #, no-wrap
22779 msgid ""
22780 " inotify-files\n"
22781 "\n"
22782 msgstr ""
22783
22784 #. type: textblock
22785 #: ../fish/guestfish-actions.pod:1618
22786 msgid ""
22787 "This function is a helpful wrapper around L</inotify-read> which just "
22788 "returns a list of pathnames of objects that were touched.  The returned "
22789 "pathnames are sorted and deduplicated."
22790 msgstr ""
22791
22792 #. type: =head2
22793 #: ../fish/guestfish-actions.pod:1622
22794 msgid "inotify-init"
22795 msgstr ""
22796
22797 #. type: verbatim
22798 #: ../fish/guestfish-actions.pod:1624
22799 #, no-wrap
22800 msgid ""
22801 " inotify-init maxevents\n"
22802 "\n"
22803 msgstr ""
22804
22805 #. type: textblock
22806 #: ../fish/guestfish-actions.pod:1630
22807 msgid ""
22808 "C<maxevents> is the maximum number of events which will be queued up between "
22809 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22810 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22811 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22812 "but records the fact that it threw them away by setting a flag "
22813 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22814 msgstr ""
22815
22816 #. type: textblock
22817 #: ../fish/guestfish-actions.pod:1640
22818 msgid ""
22819 "Before any events are generated, you have to add some watches to the "
22820 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22821 "L</inotify-watch-all>."
22822 msgstr ""
22823
22824 #. type: textblock
22825 #: ../fish/guestfish-actions.pod:1646
22826 msgid ""
22827 "Queued up events should be read periodically by calling L</inotify-read> (or "
22828 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22829 "If you don't read the events out often enough then you risk the internal "
22830 "queue overflowing."
22831 msgstr ""
22832
22833 #. type: textblock
22834 #: ../fish/guestfish-actions.pod:1653
22835 msgid ""
22836 "The handle should be closed after use by calling L</inotify-close>.  This "
22837 "also removes any watches automatically."
22838 msgstr ""
22839
22840 #. type: =head2
22841 #: ../fish/guestfish-actions.pod:1662
22842 msgid "inotify-read"
22843 msgstr ""
22844
22845 #. type: verbatim
22846 #: ../fish/guestfish-actions.pod:1664
22847 #, no-wrap
22848 msgid ""
22849 " inotify-read\n"
22850 "\n"
22851 msgstr ""
22852
22853 #. type: =head2
22854 #: ../fish/guestfish-actions.pod:1677
22855 msgid "inotify-rm-watch"
22856 msgstr ""
22857
22858 #. type: verbatim
22859 #: ../fish/guestfish-actions.pod:1679
22860 #, no-wrap
22861 msgid ""
22862 " inotify-rm-watch wd\n"
22863 "\n"
22864 msgstr ""
22865
22866 #. type: textblock
22867 #: ../fish/guestfish-actions.pod:1681
22868 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
22869 msgstr ""
22870
22871 #. type: =head2
22872 #: ../fish/guestfish-actions.pod:1684
22873 msgid "inspect-get-arch"
22874 msgstr ""
22875
22876 #. type: verbatim
22877 #: ../fish/guestfish-actions.pod:1686
22878 #, no-wrap
22879 msgid ""
22880 " inspect-get-arch root\n"
22881 "\n"
22882 msgstr ""
22883
22884 #. type: textblock
22885 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704 ../fish/guestfish-actions.pod:1782 ../fish/guestfish-actions.pod:1800 ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1849 ../fish/guestfish-actions.pod:1870 ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1912 ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1958 ../fish/guestfish-actions.pod:1975 ../fish/guestfish-actions.pod:2018 ../fish/guestfish-actions.pod:2053 ../fish/guestfish-actions.pod:2069 ../fish/guestfish-actions.pod:2082 ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2110
22886 msgid ""
22887 "This function should only be called with a root device string as returned by "
22888 "L</inspect-os>."
22889 msgstr ""
22890
22891 #. type: textblock
22892 #: ../fish/guestfish-actions.pod:1691
22893 msgid ""
22894 "This returns the architecture of the inspected operating system.  The "
22895 "possible return values are listed under L</file-architecture>."
22896 msgstr ""
22897
22898 #. type: =head2
22899 #: ../fish/guestfish-actions.pod:1700
22900 msgid "inspect-get-distro"
22901 msgstr ""
22902
22903 #. type: verbatim
22904 #: ../fish/guestfish-actions.pod:1702
22905 #, no-wrap
22906 msgid ""
22907 " inspect-get-distro root\n"
22908 "\n"
22909 msgstr ""
22910
22911 #. type: =head2
22912 #: ../fish/guestfish-actions.pod:1778
22913 msgid "inspect-get-filesystems"
22914 msgstr ""
22915
22916 #. type: verbatim
22917 #: ../fish/guestfish-actions.pod:1780
22918 #, no-wrap
22919 msgid ""
22920 " inspect-get-filesystems root\n"
22921 "\n"
22922 msgstr ""
22923
22924 #. type: textblock
22925 #: ../fish/guestfish-actions.pod:1793
22926 msgid ""
22927 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22928 "L</inspect-get-mountpoints>."
22929 msgstr ""
22930
22931 #. type: =head2
22932 #: ../fish/guestfish-actions.pod:1796
22933 msgid "inspect-get-format"
22934 msgstr ""
22935
22936 #. type: verbatim
22937 #: ../fish/guestfish-actions.pod:1798
22938 #, no-wrap
22939 msgid ""
22940 " inspect-get-format root\n"
22941 "\n"
22942 msgstr ""
22943
22944 #. type: =head2
22945 #: ../fish/guestfish-actions.pod:1830
22946 msgid "inspect-get-hostname"
22947 msgstr ""
22948
22949 #. type: verbatim
22950 #: ../fish/guestfish-actions.pod:1832
22951 #, no-wrap
22952 msgid ""
22953 " inspect-get-hostname root\n"
22954 "\n"
22955 msgstr ""
22956
22957 #. type: =head2
22958 #: ../fish/guestfish-actions.pod:1845
22959 msgid "inspect-get-major-version"
22960 msgstr ""
22961
22962 #. type: verbatim
22963 #: ../fish/guestfish-actions.pod:1847
22964 #, no-wrap
22965 msgid ""
22966 " inspect-get-major-version root\n"
22967 "\n"
22968 msgstr ""
22969
22970 #. type: =head2
22971 #: ../fish/guestfish-actions.pod:1866
22972 msgid "inspect-get-minor-version"
22973 msgstr ""
22974
22975 #. type: verbatim
22976 #: ../fish/guestfish-actions.pod:1868
22977 #, no-wrap
22978 msgid ""
22979 " inspect-get-minor-version root\n"
22980 "\n"
22981 msgstr ""
22982
22983 #. type: textblock
22984 #: ../fish/guestfish-actions.pod:1878
22985 msgid ""
22986 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22987 "L</inspect-get-major-version>."
22988 msgstr ""
22989
22990 #. type: =head2
22991 #: ../fish/guestfish-actions.pod:1881
22992 msgid "inspect-get-mountpoints"
22993 msgstr ""
22994
22995 #. type: verbatim
22996 #: ../fish/guestfish-actions.pod:1883
22997 #, no-wrap
22998 msgid ""
22999 " inspect-get-mountpoints root\n"
23000 "\n"
23001 msgstr ""
23002
23003 #. type: textblock
23004 #: ../fish/guestfish-actions.pod:1905
23005 msgid ""
23006 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23007 "L</inspect-get-filesystems>."
23008 msgstr ""
23009
23010 #. type: =head2
23011 #: ../fish/guestfish-actions.pod:1908
23012 msgid "inspect-get-package-format"
23013 msgstr ""
23014
23015 #. type: verbatim
23016 #: ../fish/guestfish-actions.pod:1910
23017 #, no-wrap
23018 msgid ""
23019 " inspect-get-package-format root\n"
23020 "\n"
23021 msgstr ""
23022
23023 #. type: textblock
23024 #: ../fish/guestfish-actions.pod:1915
23025 msgid ""
23026 "This function and L</inspect-get-package-management> return the package "
23027 "format and package management tool used by the inspected operating system.  "
23028 "For example for Fedora these functions would return C<rpm> (package format) "
23029 "and C<yum> (package management)."
23030 msgstr ""
23031
23032 #. type: =head2
23033 #: ../fish/guestfish-actions.pod:1930
23034 msgid "inspect-get-package-management"
23035 msgstr ""
23036
23037 #. type: verbatim
23038 #: ../fish/guestfish-actions.pod:1932
23039 #, no-wrap
23040 msgid ""
23041 " inspect-get-package-management root\n"
23042 "\n"
23043 msgstr ""
23044
23045 #. type: textblock
23046 #: ../fish/guestfish-actions.pod:1937
23047 msgid ""
23048 "L</inspect-get-package-format> and this function return the package format "
23049 "and package management tool used by the inspected operating system.  For "
23050 "example for Fedora these functions would return C<rpm> (package format) and "
23051 "C<yum> (package management)."
23052 msgstr ""
23053
23054 #. type: =head2
23055 #: ../fish/guestfish-actions.pod:1954
23056 msgid "inspect-get-product-name"
23057 msgstr ""
23058
23059 #. type: verbatim
23060 #: ../fish/guestfish-actions.pod:1956
23061 #, no-wrap
23062 msgid ""
23063 " inspect-get-product-name root\n"
23064 "\n"
23065 msgstr ""
23066
23067 #. type: =head2
23068 #: ../fish/guestfish-actions.pod:1971
23069 msgid "inspect-get-product-variant"
23070 msgstr ""
23071
23072 #. type: verbatim
23073 #: ../fish/guestfish-actions.pod:1973
23074 #, no-wrap
23075 msgid ""
23076 " inspect-get-product-variant root\n"
23077 "\n"
23078 msgstr ""
23079
23080 #. type: textblock
23081 #: ../fish/guestfish-actions.pod:1997
23082 msgid ""
23083 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23084 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23085 msgstr ""
23086
23087 #. type: =head2
23088 #: ../fish/guestfish-actions.pod:2001
23089 msgid "inspect-get-roots"
23090 msgstr ""
23091
23092 #. type: verbatim
23093 #: ../fish/guestfish-actions.pod:2003
23094 #, no-wrap
23095 msgid ""
23096 " inspect-get-roots\n"
23097 "\n"
23098 msgstr ""
23099
23100 #. type: textblock
23101 #: ../fish/guestfish-actions.pod:2005
23102 msgid ""
23103 "This function is a convenient way to get the list of root devices, as "
23104 "returned from a previous call to L</inspect-os>, but without redoing the "
23105 "whole inspection process."
23106 msgstr ""
23107
23108 #. type: textblock
23109 #: ../fish/guestfish-actions.pod:2009
23110 msgid ""
23111 "This returns an empty list if either no root devices were found or the "
23112 "caller has not called L</inspect-os>."
23113 msgstr ""
23114
23115 #. type: =head2
23116 #: ../fish/guestfish-actions.pod:2014
23117 msgid "inspect-get-type"
23118 msgstr ""
23119
23120 #. type: verbatim
23121 #: ../fish/guestfish-actions.pod:2016
23122 #, no-wrap
23123 msgid ""
23124 " inspect-get-type root\n"
23125 "\n"
23126 msgstr ""
23127
23128 #. type: =head2
23129 #: ../fish/guestfish-actions.pod:2049
23130 msgid "inspect-get-windows-systemroot"
23131 msgstr ""
23132
23133 #. type: verbatim
23134 #: ../fish/guestfish-actions.pod:2051
23135 #, no-wrap
23136 msgid ""
23137 " inspect-get-windows-systemroot root\n"
23138 "\n"
23139 msgstr ""
23140
23141 #. type: =head2
23142 #: ../fish/guestfish-actions.pod:2065
23143 msgid "inspect-is-live"
23144 msgstr ""
23145
23146 #. type: verbatim
23147 #: ../fish/guestfish-actions.pod:2067
23148 #, no-wrap
23149 msgid ""
23150 " inspect-is-live root\n"
23151 "\n"
23152 msgstr ""
23153
23154 #. type: textblock
23155 #: ../fish/guestfish-actions.pod:2072
23156 msgid ""
23157 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23158 "then this returns true if a live image was detected on the disk."
23159 msgstr ""
23160
23161 #. type: =head2
23162 #: ../fish/guestfish-actions.pod:2078
23163 msgid "inspect-is-multipart"
23164 msgstr ""
23165
23166 #. type: verbatim
23167 #: ../fish/guestfish-actions.pod:2080
23168 #, no-wrap
23169 msgid ""
23170 " inspect-is-multipart root\n"
23171 "\n"
23172 msgstr ""
23173
23174 #. type: textblock
23175 #: ../fish/guestfish-actions.pod:2085
23176 msgid ""
23177 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23178 "then this returns true if the disk is part of a set."
23179 msgstr ""
23180
23181 #. type: =head2
23182 #: ../fish/guestfish-actions.pod:2091
23183 msgid "inspect-is-netinst"
23184 msgstr ""
23185
23186 #. type: verbatim
23187 #: ../fish/guestfish-actions.pod:2093
23188 #, no-wrap
23189 msgid ""
23190 " inspect-is-netinst root\n"
23191 "\n"
23192 msgstr ""
23193
23194 #. type: textblock
23195 #: ../fish/guestfish-actions.pod:2098
23196 msgid ""
23197 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23198 "then this returns true if the disk is a network installer, ie. not a "
23199 "self-contained install CD but one which is likely to require network access "
23200 "to complete the install."
23201 msgstr ""
23202
23203 #. type: =head2
23204 #: ../fish/guestfish-actions.pod:2106
23205 msgid "inspect-list-applications"
23206 msgstr ""
23207
23208 #. type: verbatim
23209 #: ../fish/guestfish-actions.pod:2108
23210 #, no-wrap
23211 msgid ""
23212 " inspect-list-applications root\n"
23213 "\n"
23214 msgstr ""
23215
23216 #. type: textblock
23217 #: ../fish/guestfish-actions.pod:2115
23218 msgid ""
23219 "I<Note:> This call works differently from other parts of the inspection "
23220 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23221 "then mount up the disks, before calling this.  Listing applications is a "
23222 "significantly more difficult operation which requires access to the full "
23223 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23224 "are just returning data cached in the libguestfs handle, this call actually "
23225 "reads parts of the mounted filesystems during the call."
23226 msgstr ""
23227
23228 #. type: =head2
23229 #: ../fish/guestfish-actions.pod:2205
23230 msgid "inspect-os"
23231 msgstr ""
23232
23233 #. type: verbatim
23234 #: ../fish/guestfish-actions.pod:2207
23235 #, no-wrap
23236 msgid ""
23237 " inspect-os\n"
23238 "\n"
23239 msgstr ""
23240
23241 #. type: textblock
23242 #: ../fish/guestfish-actions.pod:2222
23243 msgid ""
23244 "You can pass the root string(s) returned to other L</inspect-get-*> "
23245 "functions in order to query further information about each operating system, "
23246 "such as the name and version."
23247 msgstr ""
23248
23249 #. type: textblock
23250 #: ../fish/guestfish-actions.pod:2227
23251 msgid ""
23252 "This function uses other libguestfs features such as L</mount-ro> and "
23253 "L</umount-all> in order to mount and unmount filesystems and look at the "
23254 "contents.  This should be called with no disks currently mounted.  The "
23255 "function may also use Augeas, so any existing Augeas handle will be closed."
23256 msgstr ""
23257
23258 #. type: textblock
23259 #: ../fish/guestfish-actions.pod:2239 ../fish/guestfish-actions.pod:2415 ../fish/guestfish-actions.pod:2461
23260 msgid "See also L</list-filesystems>."
23261 msgstr ""
23262
23263 #. type: =head2
23264 #: ../fish/guestfish-actions.pod:2241
23265 msgid "is-blockdev"
23266 msgstr ""
23267
23268 #. type: verbatim
23269 #: ../fish/guestfish-actions.pod:2243
23270 #, no-wrap
23271 msgid ""
23272 " is-blockdev path\n"
23273 "\n"
23274 msgstr ""
23275
23276 #. type: textblock
23277 #: ../fish/guestfish-actions.pod:2248 ../fish/guestfish-actions.pod:2266 ../fish/guestfish-actions.pod:2285 ../fish/guestfish-actions.pod:2294 ../fish/guestfish-actions.pod:2304 ../fish/guestfish-actions.pod:2338 ../fish/guestfish-actions.pod:2347
23278 msgid "See also L</stat>."
23279 msgstr ""
23280
23281 #. type: =head2
23282 #: ../fish/guestfish-actions.pod:2250
23283 msgid "is-busy"
23284 msgstr ""
23285
23286 #. type: verbatim
23287 #: ../fish/guestfish-actions.pod:2252
23288 #, no-wrap
23289 msgid ""
23290 " is-busy\n"
23291 "\n"
23292 msgstr ""
23293
23294 #. type: =head2
23295 #: ../fish/guestfish-actions.pod:2259
23296 msgid "is-chardev"
23297 msgstr ""
23298
23299 #. type: verbatim
23300 #: ../fish/guestfish-actions.pod:2261
23301 #, no-wrap
23302 msgid ""
23303 " is-chardev path\n"
23304 "\n"
23305 msgstr ""
23306
23307 #. type: =head2
23308 #: ../fish/guestfish-actions.pod:2268
23309 msgid "is-config"
23310 msgstr ""
23311
23312 #. type: verbatim
23313 #: ../fish/guestfish-actions.pod:2270
23314 #, no-wrap
23315 msgid ""
23316 " is-config\n"
23317 "\n"
23318 msgstr ""
23319
23320 #. type: =head2
23321 #: ../fish/guestfish-actions.pod:2277
23322 msgid "is-dir"
23323 msgstr ""
23324
23325 #. type: verbatim
23326 #: ../fish/guestfish-actions.pod:2279
23327 #, no-wrap
23328 msgid ""
23329 " is-dir path\n"
23330 "\n"
23331 msgstr ""
23332
23333 #. type: =head2
23334 #: ../fish/guestfish-actions.pod:2287
23335 msgid "is-fifo"
23336 msgstr ""
23337
23338 #. type: verbatim
23339 #: ../fish/guestfish-actions.pod:2289
23340 #, no-wrap
23341 msgid ""
23342 " is-fifo path\n"
23343 "\n"
23344 msgstr ""
23345
23346 #. type: =head2
23347 #: ../fish/guestfish-actions.pod:2296
23348 msgid "is-file"
23349 msgstr ""
23350
23351 #. type: verbatim
23352 #: ../fish/guestfish-actions.pod:2298
23353 #, no-wrap
23354 msgid ""
23355 " is-file path\n"
23356 "\n"
23357 msgstr ""
23358
23359 #. type: =head2
23360 #: ../fish/guestfish-actions.pod:2306
23361 msgid "is-launching"
23362 msgstr ""
23363
23364 #. type: verbatim
23365 #: ../fish/guestfish-actions.pod:2308
23366 #, no-wrap
23367 msgid ""
23368 " is-launching\n"
23369 "\n"
23370 msgstr ""
23371
23372 #. type: =head2
23373 #: ../fish/guestfish-actions.pod:2315
23374 msgid "is-lv"
23375 msgstr ""
23376
23377 #. type: verbatim
23378 #: ../fish/guestfish-actions.pod:2317
23379 #, no-wrap
23380 msgid ""
23381 " is-lv device\n"
23382 "\n"
23383 msgstr ""
23384
23385 #. type: =head2
23386 #: ../fish/guestfish-actions.pod:2322
23387 msgid "is-ready"
23388 msgstr ""
23389
23390 #. type: verbatim
23391 #: ../fish/guestfish-actions.pod:2324
23392 #, no-wrap
23393 msgid ""
23394 " is-ready\n"
23395 "\n"
23396 msgstr ""
23397
23398 #. type: =head2
23399 #: ../fish/guestfish-actions.pod:2331
23400 msgid "is-socket"
23401 msgstr ""
23402
23403 #. type: verbatim
23404 #: ../fish/guestfish-actions.pod:2333
23405 #, no-wrap
23406 msgid ""
23407 " is-socket path\n"
23408 "\n"
23409 msgstr ""
23410
23411 #. type: =head2
23412 #: ../fish/guestfish-actions.pod:2340
23413 msgid "is-symlink"
23414 msgstr ""
23415
23416 #. type: verbatim
23417 #: ../fish/guestfish-actions.pod:2342
23418 #, no-wrap
23419 msgid ""
23420 " is-symlink path\n"
23421 "\n"
23422 msgstr ""
23423
23424 #. type: =head2
23425 #: ../fish/guestfish-actions.pod:2349
23426 msgid "kill-subprocess"
23427 msgstr ""
23428
23429 #. type: verbatim
23430 #: ../fish/guestfish-actions.pod:2351
23431 #, no-wrap
23432 msgid ""
23433 " kill-subprocess\n"
23434 "\n"
23435 msgstr ""
23436
23437 #. type: =head2
23438 #: ../fish/guestfish-actions.pod:2355
23439 msgid "launch"
23440 msgstr ""
23441
23442 #. type: =head2
23443 #: ../fish/guestfish-actions.pod:2357
23444 msgid "run"
23445 msgstr ""
23446
23447 #. type: verbatim
23448 #: ../fish/guestfish-actions.pod:2359
23449 #, no-wrap
23450 msgid ""
23451 " launch\n"
23452 "\n"
23453 msgstr ""
23454
23455 #. type: =head2
23456 #: ../fish/guestfish-actions.pod:2367
23457 msgid "lchown"
23458 msgstr ""
23459
23460 #. type: verbatim
23461 #: ../fish/guestfish-actions.pod:2369
23462 #, no-wrap
23463 msgid ""
23464 " lchown owner group path\n"
23465 "\n"
23466 msgstr ""
23467
23468 #. type: textblock
23469 #: ../fish/guestfish-actions.pod:2371
23470 msgid ""
23471 "Change the file owner to C<owner> and group to C<group>.  This is like "
23472 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23473 "the target."
23474 msgstr ""
23475
23476 #. type: =head2
23477 #: ../fish/guestfish-actions.pod:2379
23478 msgid "lgetxattr"
23479 msgstr ""
23480
23481 #. type: verbatim
23482 #: ../fish/guestfish-actions.pod:2381
23483 #, no-wrap
23484 msgid ""
23485 " lgetxattr path name\n"
23486 "\n"
23487 msgstr ""
23488
23489 #. type: textblock
23490 #: ../fish/guestfish-actions.pod:2397
23491 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23492 msgstr ""
23493
23494 #. type: =head2
23495 #: ../fish/guestfish-actions.pod:2399
23496 msgid "lgetxattrs"
23497 msgstr ""
23498
23499 #. type: verbatim
23500 #: ../fish/guestfish-actions.pod:2401
23501 #, no-wrap
23502 msgid ""
23503 " lgetxattrs path\n"
23504 "\n"
23505 msgstr ""
23506
23507 #. type: textblock
23508 #: ../fish/guestfish-actions.pod:2403
23509 msgid ""
23510 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23511 "it returns the extended attributes of the link itself."
23512 msgstr ""
23513
23514 #. type: =head2
23515 #: ../fish/guestfish-actions.pod:2407
23516 msgid "list-devices"
23517 msgstr ""
23518
23519 #. type: verbatim
23520 #: ../fish/guestfish-actions.pod:2409
23521 #, no-wrap
23522 msgid ""
23523 " list-devices\n"
23524 "\n"
23525 msgstr ""
23526
23527 #. type: =head2
23528 #: ../fish/guestfish-actions.pod:2417
23529 msgid "list-filesystems"
23530 msgstr ""
23531
23532 #. type: verbatim
23533 #: ../fish/guestfish-actions.pod:2419
23534 #, no-wrap
23535 msgid ""
23536 " list-filesystems\n"
23537 "\n"
23538 msgstr ""
23539
23540 #. type: textblock
23541 #: ../fish/guestfish-actions.pod:2438
23542 msgid ""
23543 "This command runs other libguestfs commands, which might include L</mount> "
23544 "and L</umount>, and therefore you should use this soon after launch and only "
23545 "when nothing is mounted."
23546 msgstr ""
23547
23548 #. type: textblock
23549 #: ../fish/guestfish-actions.pod:2442
23550 msgid ""
23551 "Not all of the filesystems returned will be mountable.  In particular, swap "
23552 "partitions are returned in the list.  Also this command does not check that "
23553 "each filesystem found is valid and mountable, and some filesystems might be "
23554 "mountable but require special options.  Filesystems may not all belong to a "
23555 "single logical operating system (use L</inspect-os> to look for OSes)."
23556 msgstr ""
23557
23558 #. type: =head2
23559 #: ../fish/guestfish-actions.pod:2450
23560 msgid "list-partitions"
23561 msgstr ""
23562
23563 #. type: verbatim
23564 #: ../fish/guestfish-actions.pod:2452
23565 #, no-wrap
23566 msgid ""
23567 " list-partitions\n"
23568 "\n"
23569 msgstr ""
23570
23571 #. type: textblock
23572 #: ../fish/guestfish-actions.pod:2458
23573 msgid ""
23574 "This does not return logical volumes.  For that you will need to call "
23575 "L</lvs>."
23576 msgstr ""
23577
23578 #. type: =head2
23579 #: ../fish/guestfish-actions.pod:2463
23580 msgid "ll"
23581 msgstr ""
23582
23583 #. type: verbatim
23584 #: ../fish/guestfish-actions.pod:2465
23585 #, no-wrap
23586 msgid ""
23587 " ll directory\n"
23588 "\n"
23589 msgstr ""
23590
23591 #. type: =head2
23592 #: ../fish/guestfish-actions.pod:2473
23593 msgid "ln"
23594 msgstr ""
23595
23596 #. type: verbatim
23597 #: ../fish/guestfish-actions.pod:2475
23598 #, no-wrap
23599 msgid ""
23600 " ln target linkname\n"
23601 "\n"
23602 msgstr ""
23603
23604 #. type: =head2
23605 #: ../fish/guestfish-actions.pod:2479
23606 msgid "ln-f"
23607 msgstr ""
23608
23609 #. type: verbatim
23610 #: ../fish/guestfish-actions.pod:2481
23611 #, no-wrap
23612 msgid ""
23613 " ln-f target linkname\n"
23614 "\n"
23615 msgstr ""
23616
23617 #. type: =head2
23618 #: ../fish/guestfish-actions.pod:2486
23619 msgid "ln-s"
23620 msgstr ""
23621
23622 #. type: verbatim
23623 #: ../fish/guestfish-actions.pod:2488
23624 #, no-wrap
23625 msgid ""
23626 " ln-s target linkname\n"
23627 "\n"
23628 msgstr ""
23629
23630 #. type: =head2
23631 #: ../fish/guestfish-actions.pod:2492
23632 msgid "ln-sf"
23633 msgstr ""
23634
23635 #. type: verbatim
23636 #: ../fish/guestfish-actions.pod:2494
23637 #, no-wrap
23638 msgid ""
23639 " ln-sf target linkname\n"
23640 "\n"
23641 msgstr ""
23642
23643 #. type: =head2
23644 #: ../fish/guestfish-actions.pod:2499
23645 msgid "lremovexattr"
23646 msgstr ""
23647
23648 #. type: verbatim
23649 #: ../fish/guestfish-actions.pod:2501
23650 #, no-wrap
23651 msgid ""
23652 " lremovexattr xattr path\n"
23653 "\n"
23654 msgstr ""
23655
23656 #. type: textblock
23657 #: ../fish/guestfish-actions.pod:2503
23658 msgid ""
23659 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23660 "it removes an extended attribute of the link itself."
23661 msgstr ""
23662
23663 #. type: =head2
23664 #: ../fish/guestfish-actions.pod:2507
23665 msgid "ls"
23666 msgstr ""
23667
23668 #. type: verbatim
23669 #: ../fish/guestfish-actions.pod:2509
23670 #, no-wrap
23671 msgid ""
23672 " ls directory\n"
23673 "\n"
23674 msgstr ""
23675
23676 #. type: textblock
23677 #: ../fish/guestfish-actions.pod:2515
23678 msgid ""
23679 "This command is mostly useful for interactive sessions.  Programs should "
23680 "probably use L</readdir> instead."
23681 msgstr ""
23682
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:2518
23685 msgid "lsetxattr"
23686 msgstr ""
23687
23688 #. type: verbatim
23689 #: ../fish/guestfish-actions.pod:2520
23690 #, no-wrap
23691 msgid ""
23692 " lsetxattr xattr val vallen path\n"
23693 "\n"
23694 msgstr ""
23695
23696 #. type: textblock
23697 #: ../fish/guestfish-actions.pod:2522
23698 msgid ""
23699 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23700 "sets an extended attribute of the link itself."
23701 msgstr ""
23702
23703 #. type: =head2
23704 #: ../fish/guestfish-actions.pod:2526
23705 msgid "lstat"
23706 msgstr ""
23707
23708 #. type: verbatim
23709 #: ../fish/guestfish-actions.pod:2528
23710 #, no-wrap
23711 msgid ""
23712 " lstat path\n"
23713 "\n"
23714 msgstr ""
23715
23716 #. type: textblock
23717 #: ../fish/guestfish-actions.pod:2532
23718 msgid ""
23719 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23720 "the link is stat-ed, not the file it refers to."
23721 msgstr ""
23722
23723 #. type: =head2
23724 #: ../fish/guestfish-actions.pod:2538
23725 msgid "lstatlist"
23726 msgstr ""
23727
23728 #. type: verbatim
23729 #: ../fish/guestfish-actions.pod:2540
23730 #, no-wrap
23731 msgid ""
23732 " lstatlist path 'names ...'\n"
23733 "\n"
23734 msgstr ""
23735
23736 #. type: textblock
23737 #: ../fish/guestfish-actions.pod:2542
23738 msgid ""
23739 "This call allows you to perform the L</lstat> operation on multiple files, "
23740 "where all files are in the directory C<path>.  C<names> is the list of files "
23741 "from this directory."
23742 msgstr ""
23743
23744 #. type: textblock
23745 #: ../fish/guestfish-actions.pod:2551
23746 msgid ""
23747 "This call is intended for programs that want to efficiently list a directory "
23748 "contents without making many round-trips.  See also L</lxattrlist> for a "
23749 "similarly efficient call for getting extended attributes.  Very long "
23750 "directory listings might cause the protocol message size to be exceeded, "
23751 "causing this call to fail.  The caller must split up such requests into "
23752 "smaller groups of names."
23753 msgstr ""
23754
23755 #. type: =head2
23756 #: ../fish/guestfish-actions.pod:2559
23757 msgid "luks-add-key"
23758 msgstr ""
23759
23760 #. type: verbatim
23761 #: ../fish/guestfish-actions.pod:2561
23762 #, no-wrap
23763 msgid ""
23764 " luks-add-key device keyslot\n"
23765 "\n"
23766 msgstr ""
23767
23768 #. type: textblock
23769 #: ../fish/guestfish-actions.pod:2568
23770 msgid ""
23771 "Note that if C<keyslot> already contains a key, then this command will "
23772 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23773 msgstr ""
23774
23775 #. type: textblock
23776 #: ../fish/guestfish-actions.pod:2572 ../fish/guestfish-actions.pod:2594 ../fish/guestfish-actions.pod:2607 ../fish/guestfish-actions.pod:2621 ../fish/guestfish-actions.pod:2644 ../fish/guestfish-actions.pod:2654
23777 msgid ""
23778 "This command has one or more key or passphrase parameters.  Guestfish will "
23779 "prompt for these separately."
23780 msgstr ""
23781
23782 #. type: =head2
23783 #: ../fish/guestfish-actions.pod:2575
23784 msgid "luks-close"
23785 msgstr ""
23786
23787 #. type: verbatim
23788 #: ../fish/guestfish-actions.pod:2577
23789 #, no-wrap
23790 msgid ""
23791 " luks-close device\n"
23792 "\n"
23793 msgstr ""
23794
23795 #. type: textblock
23796 #: ../fish/guestfish-actions.pod:2579
23797 msgid ""
23798 "This closes a LUKS device that was created earlier by L</luks-open> or "
23799 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23800 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23801 "underlying block device."
23802 msgstr ""
23803
23804 #. type: =head2
23805 #: ../fish/guestfish-actions.pod:2585
23806 msgid "luks-format"
23807 msgstr ""
23808
23809 #. type: verbatim
23810 #: ../fish/guestfish-actions.pod:2587
23811 #, no-wrap
23812 msgid ""
23813 " luks-format device keyslot\n"
23814 "\n"
23815 msgstr ""
23816
23817 #. type: =head2
23818 #: ../fish/guestfish-actions.pod:2600
23819 msgid "luks-format-cipher"
23820 msgstr ""
23821
23822 #. type: verbatim
23823 #: ../fish/guestfish-actions.pod:2602
23824 #, no-wrap
23825 msgid ""
23826 " luks-format-cipher device keyslot cipher\n"
23827 "\n"
23828 msgstr ""
23829
23830 #. type: textblock
23831 #: ../fish/guestfish-actions.pod:2604
23832 msgid ""
23833 "This command is the same as L</luks-format> but it also allows you to set "
23834 "the C<cipher> used."
23835 msgstr ""
23836
23837 #. type: =head2
23838 #: ../fish/guestfish-actions.pod:2613
23839 msgid "luks-kill-slot"
23840 msgstr ""
23841
23842 #. type: verbatim
23843 #: ../fish/guestfish-actions.pod:2615
23844 #, no-wrap
23845 msgid ""
23846 " luks-kill-slot device keyslot\n"
23847 "\n"
23848 msgstr ""
23849
23850 #. type: =head2
23851 #: ../fish/guestfish-actions.pod:2624
23852 msgid "luks-open"
23853 msgstr ""
23854
23855 #. type: verbatim
23856 #: ../fish/guestfish-actions.pod:2626
23857 #, no-wrap
23858 msgid ""
23859 " luks-open device mapname\n"
23860 "\n"
23861 msgstr ""
23862
23863 #. type: textblock
23864 #: ../fish/guestfish-actions.pod:2640
23865 msgid ""
23866 "If this block device contains LVM volume groups, then calling L</vgscan> "
23867 "followed by L</vg-activate-all> will make them visible."
23868 msgstr ""
23869
23870 #. type: =head2
23871 #: ../fish/guestfish-actions.pod:2647
23872 msgid "luks-open-ro"
23873 msgstr ""
23874
23875 #. type: verbatim
23876 #: ../fish/guestfish-actions.pod:2649
23877 #, no-wrap
23878 msgid ""
23879 " luks-open-ro device mapname\n"
23880 "\n"
23881 msgstr ""
23882
23883 #. type: textblock
23884 #: ../fish/guestfish-actions.pod:2651
23885 msgid ""
23886 "This is the same as L</luks-open> except that a read-only mapping is "
23887 "created."
23888 msgstr ""
23889
23890 #. type: =head2
23891 #: ../fish/guestfish-actions.pod:2657
23892 msgid "lvcreate"
23893 msgstr ""
23894
23895 #. type: verbatim
23896 #: ../fish/guestfish-actions.pod:2659
23897 #, no-wrap
23898 msgid ""
23899 " lvcreate logvol volgroup mbytes\n"
23900 "\n"
23901 msgstr ""
23902
23903 #. type: =head2
23904 #: ../fish/guestfish-actions.pod:2664
23905 msgid "lvm-canonical-lv-name"
23906 msgstr ""
23907
23908 #. type: verbatim
23909 #: ../fish/guestfish-actions.pod:2666
23910 #, no-wrap
23911 msgid ""
23912 " lvm-canonical-lv-name lvname\n"
23913 "\n"
23914 msgstr ""
23915
23916 #. type: textblock
23917 #: ../fish/guestfish-actions.pod:2675
23918 msgid "See also L</is-lv>."
23919 msgstr ""
23920
23921 #. type: =head2
23922 #: ../fish/guestfish-actions.pod:2677
23923 msgid "lvm-clear-filter"
23924 msgstr ""
23925
23926 #. type: verbatim
23927 #: ../fish/guestfish-actions.pod:2679
23928 #, no-wrap
23929 msgid ""
23930 " lvm-clear-filter\n"
23931 "\n"
23932 msgstr ""
23933
23934 #. type: textblock
23935 #: ../fish/guestfish-actions.pod:2681
23936 msgid ""
23937 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
23938 "block device."
23939 msgstr ""
23940
23941 #. type: =head2
23942 #: ../fish/guestfish-actions.pod:2687
23943 msgid "lvm-remove-all"
23944 msgstr ""
23945
23946 #. type: verbatim
23947 #: ../fish/guestfish-actions.pod:2689
23948 #, no-wrap
23949 msgid ""
23950 " lvm-remove-all\n"
23951 "\n"
23952 msgstr ""
23953
23954 #. type: =head2
23955 #: ../fish/guestfish-actions.pod:2697
23956 msgid "lvm-set-filter"
23957 msgstr ""
23958
23959 #. type: verbatim
23960 #: ../fish/guestfish-actions.pod:2699
23961 #, no-wrap
23962 msgid ""
23963 " lvm-set-filter 'devices ...'\n"
23964 "\n"
23965 msgstr ""
23966
23967 #. type: =head2
23968 #: ../fish/guestfish-actions.pod:2724
23969 msgid "lvremove"
23970 msgstr ""
23971
23972 #. type: verbatim
23973 #: ../fish/guestfish-actions.pod:2726
23974 #, no-wrap
23975 msgid ""
23976 " lvremove device\n"
23977 "\n"
23978 msgstr ""
23979
23980 #. type: =head2
23981 #: ../fish/guestfish-actions.pod:2734
23982 msgid "lvrename"
23983 msgstr ""
23984
23985 #. type: verbatim
23986 #: ../fish/guestfish-actions.pod:2736
23987 #, no-wrap
23988 msgid ""
23989 " lvrename logvol newlogvol\n"
23990 "\n"
23991 msgstr ""
23992
23993 #. type: =head2
23994 #: ../fish/guestfish-actions.pod:2740
23995 msgid "lvresize"
23996 msgstr ""
23997
23998 #. type: verbatim
23999 #: ../fish/guestfish-actions.pod:2742
24000 #, no-wrap
24001 msgid ""
24002 " lvresize device mbytes\n"
24003 "\n"
24004 msgstr ""
24005
24006 #. type: =head2
24007 #: ../fish/guestfish-actions.pod:2748
24008 msgid "lvresize-free"
24009 msgstr ""
24010
24011 #. type: verbatim
24012 #: ../fish/guestfish-actions.pod:2750
24013 #, no-wrap
24014 msgid ""
24015 " lvresize-free lv percent\n"
24016 "\n"
24017 msgstr ""
24018
24019 #. type: =head2
24020 #: ../fish/guestfish-actions.pod:2758
24021 msgid "lvs"
24022 msgstr ""
24023
24024 #. type: verbatim
24025 #: ../fish/guestfish-actions.pod:2760
24026 #, no-wrap
24027 msgid ""
24028 " lvs\n"
24029 "\n"
24030 msgstr ""
24031
24032 #. type: textblock
24033 #: ../fish/guestfish-actions.pod:2768
24034 msgid "See also L</lvs-full>, L</list-filesystems>."
24035 msgstr ""
24036
24037 #. type: =head2
24038 #: ../fish/guestfish-actions.pod:2770
24039 msgid "lvs-full"
24040 msgstr ""
24041
24042 #. type: verbatim
24043 #: ../fish/guestfish-actions.pod:2772
24044 #, no-wrap
24045 msgid ""
24046 " lvs-full\n"
24047 "\n"
24048 msgstr ""
24049
24050 #. type: =head2
24051 #: ../fish/guestfish-actions.pod:2777
24052 msgid "lvuuid"
24053 msgstr ""
24054
24055 #. type: verbatim
24056 #: ../fish/guestfish-actions.pod:2779
24057 #, no-wrap
24058 msgid ""
24059 " lvuuid device\n"
24060 "\n"
24061 msgstr ""
24062
24063 #. type: =head2
24064 #: ../fish/guestfish-actions.pod:2783
24065 msgid "lxattrlist"
24066 msgstr ""
24067
24068 #. type: verbatim
24069 #: ../fish/guestfish-actions.pod:2785
24070 #, no-wrap
24071 msgid ""
24072 " lxattrlist path 'names ...'\n"
24073 "\n"
24074 msgstr ""
24075
24076 #. type: textblock
24077 #: ../fish/guestfish-actions.pod:2801
24078 msgid ""
24079 "This call is intended for programs that want to efficiently list a directory "
24080 "contents without making many round-trips.  See also L</lstatlist> for a "
24081 "similarly efficient call for getting standard stats.  Very long directory "
24082 "listings might cause the protocol message size to be exceeded, causing this "
24083 "call to fail.  The caller must split up such requests into smaller groups of "
24084 "names."
24085 msgstr ""
24086
24087 #. type: =head2
24088 #: ../fish/guestfish-actions.pod:2809
24089 msgid "mkdir"
24090 msgstr ""
24091
24092 #. type: verbatim
24093 #: ../fish/guestfish-actions.pod:2811
24094 #, no-wrap
24095 msgid ""
24096 " mkdir path\n"
24097 "\n"
24098 msgstr ""
24099
24100 #. type: =head2
24101 #: ../fish/guestfish-actions.pod:2815
24102 msgid "mkdir-mode"
24103 msgstr ""
24104
24105 #. type: verbatim
24106 #: ../fish/guestfish-actions.pod:2817
24107 #, no-wrap
24108 msgid ""
24109 " mkdir-mode path mode\n"
24110 "\n"
24111 msgstr ""
24112
24113 #. type: textblock
24114 #: ../fish/guestfish-actions.pod:2826
24115 msgid "See also L</mkdir>, L</umask>"
24116 msgstr ""
24117
24118 #. type: =head2
24119 #: ../fish/guestfish-actions.pod:2828
24120 msgid "mkdir-p"
24121 msgstr ""
24122
24123 #. type: verbatim
24124 #: ../fish/guestfish-actions.pod:2830
24125 #, no-wrap
24126 msgid ""
24127 " mkdir-p path\n"
24128 "\n"
24129 msgstr ""
24130
24131 #. type: =head2
24132 #: ../fish/guestfish-actions.pod:2835
24133 msgid "mkdtemp"
24134 msgstr ""
24135
24136 #. type: verbatim
24137 #: ../fish/guestfish-actions.pod:2837
24138 #, no-wrap
24139 msgid ""
24140 " mkdtemp template\n"
24141 "\n"
24142 msgstr ""
24143
24144 #. type: =head2
24145 #: ../fish/guestfish-actions.pod:2858
24146 msgid "mke2fs-J"
24147 msgstr ""
24148
24149 #. type: verbatim
24150 #: ../fish/guestfish-actions.pod:2860
24151 #, no-wrap
24152 msgid ""
24153 " mke2fs-J fstype blocksize device journal\n"
24154 "\n"
24155 msgstr ""
24156
24157 #. type: textblock
24158 #: ../fish/guestfish-actions.pod:2868
24159 msgid "See also L</mke2journal>."
24160 msgstr ""
24161
24162 #. type: =head2
24163 #: ../fish/guestfish-actions.pod:2870
24164 msgid "mke2fs-JL"
24165 msgstr ""
24166
24167 #. type: verbatim
24168 #: ../fish/guestfish-actions.pod:2872
24169 #, no-wrap
24170 msgid ""
24171 " mke2fs-JL fstype blocksize device label\n"
24172 "\n"
24173 msgstr ""
24174
24175 #. type: textblock
24176 #: ../fish/guestfish-actions.pod:2877
24177 msgid "See also L</mke2journal-L>."
24178 msgstr ""
24179
24180 #. type: =head2
24181 #: ../fish/guestfish-actions.pod:2879
24182 msgid "mke2fs-JU"
24183 msgstr ""
24184
24185 #. type: verbatim
24186 #: ../fish/guestfish-actions.pod:2881
24187 #, no-wrap
24188 msgid ""
24189 " mke2fs-JU fstype blocksize device uuid\n"
24190 "\n"
24191 msgstr ""
24192
24193 #. type: textblock
24194 #: ../fish/guestfish-actions.pod:2886
24195 msgid "See also L</mke2journal-U>."
24196 msgstr ""
24197
24198 #. type: =head2
24199 #: ../fish/guestfish-actions.pod:2888
24200 msgid "mke2journal"
24201 msgstr ""
24202
24203 #. type: verbatim
24204 #: ../fish/guestfish-actions.pod:2890
24205 #, no-wrap
24206 msgid ""
24207 " mke2journal blocksize device\n"
24208 "\n"
24209 msgstr ""
24210
24211 #. type: =head2
24212 #: ../fish/guestfish-actions.pod:2897
24213 msgid "mke2journal-L"
24214 msgstr ""
24215
24216 #. type: verbatim
24217 #: ../fish/guestfish-actions.pod:2899
24218 #, no-wrap
24219 msgid ""
24220 " mke2journal-L blocksize label device\n"
24221 "\n"
24222 msgstr ""
24223
24224 #. type: =head2
24225 #: ../fish/guestfish-actions.pod:2903
24226 msgid "mke2journal-U"
24227 msgstr ""
24228
24229 #. type: verbatim
24230 #: ../fish/guestfish-actions.pod:2905
24231 #, no-wrap
24232 msgid ""
24233 " mke2journal-U blocksize uuid device\n"
24234 "\n"
24235 msgstr ""
24236
24237 #. type: =head2
24238 #: ../fish/guestfish-actions.pod:2909
24239 msgid "mkfifo"
24240 msgstr ""
24241
24242 #. type: verbatim
24243 #: ../fish/guestfish-actions.pod:2911
24244 #, no-wrap
24245 msgid ""
24246 " mkfifo mode path\n"
24247 "\n"
24248 msgstr ""
24249
24250 #. type: textblock
24251 #: ../fish/guestfish-actions.pod:2913
24252 msgid ""
24253 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24254 "is just a convenient wrapper around L</mknod>."
24255 msgstr ""
24256
24257 #. type: =head2
24258 #: ../fish/guestfish-actions.pod:2919
24259 msgid "mkfs"
24260 msgstr ""
24261
24262 #. type: verbatim
24263 #: ../fish/guestfish-actions.pod:2921
24264 #, no-wrap
24265 msgid ""
24266 " mkfs fstype device\n"
24267 "\n"
24268 msgstr ""
24269
24270 #. type: =head2
24271 #: ../fish/guestfish-actions.pod:2927
24272 msgid "mkfs-b"
24273 msgstr ""
24274
24275 #. type: verbatim
24276 #: ../fish/guestfish-actions.pod:2929
24277 #, no-wrap
24278 msgid ""
24279 " mkfs-b fstype blocksize device\n"
24280 "\n"
24281 msgstr ""
24282
24283 #. type: textblock
24284 #: ../fish/guestfish-actions.pod:2931
24285 msgid ""
24286 "This call is similar to L</mkfs>, but it allows you to control the block "
24287 "size of the resulting filesystem.  Supported block sizes depend on the "
24288 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24289 msgstr ""
24290
24291 #. type: =head2
24292 #: ../fish/guestfish-actions.pod:2946
24293 msgid "mkfs-opts"
24294 msgstr ""
24295
24296 #. type: verbatim
24297 #: ../fish/guestfish-actions.pod:2948
24298 #, no-wrap
24299 msgid ""
24300 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24301 "\n"
24302 msgstr ""
24303
24304 #. type: =head2
24305 #: ../fish/guestfish-actions.pod:2983
24306 msgid "mkmountpoint"
24307 msgstr ""
24308
24309 #. type: verbatim
24310 #: ../fish/guestfish-actions.pod:2985
24311 #, no-wrap
24312 msgid ""
24313 " mkmountpoint exemptpath\n"
24314 "\n"
24315 msgstr ""
24316
24317 #. type: textblock
24318 #: ../fish/guestfish-actions.pod:2987
24319 msgid ""
24320 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24321 "to create extra mountpoints before mounting the first filesystem."
24322 msgstr ""
24323
24324 #. type: textblock
24325 #: ../fish/guestfish-actions.pod:3011
24326 msgid ""
24327 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24328 "unexpected errors if you try to mix these calls.  It is safest to manually "
24329 "unmount filesystems and remove mountpoints after use."
24330 msgstr ""
24331
24332 #. type: textblock
24333 #: ../fish/guestfish-actions.pod:3015
24334 msgid ""
24335 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24336 "for this to work for manual mountpoints, you must ensure that the innermost "
24337 "mountpoints have the longest pathnames, as in the example code above."
24338 msgstr ""
24339
24340 #. type: textblock
24341 #: ../fish/guestfish-actions.pod:3022
24342 msgid ""
24343 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24344 "L</umount-all> to be called when the handle is closed which can also trigger "
24345 "these issues."
24346 msgstr ""
24347
24348 #. type: =head2
24349 #: ../fish/guestfish-actions.pod:3026
24350 msgid "mknod"
24351 msgstr ""
24352
24353 #. type: verbatim
24354 #: ../fish/guestfish-actions.pod:3028
24355 #, no-wrap
24356 msgid ""
24357 " mknod mode devmajor devminor path\n"
24358 "\n"
24359 msgstr ""
24360
24361 #. type: textblock
24362 #: ../fish/guestfish-actions.pod:3038
24363 msgid ""
24364 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24365 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24366 "regular file).  These constants are available in the standard Linux header "
24367 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24368 "wrappers around this command which bitwise OR in the appropriate constant "
24369 "for you."
24370 msgstr ""
24371
24372 #. type: =head2
24373 #: ../fish/guestfish-actions.pod:3048
24374 msgid "mknod-b"
24375 msgstr ""
24376
24377 #. type: verbatim
24378 #: ../fish/guestfish-actions.pod:3050
24379 #, no-wrap
24380 msgid ""
24381 " mknod-b mode devmajor devminor path\n"
24382 "\n"
24383 msgstr ""
24384
24385 #. type: textblock
24386 #: ../fish/guestfish-actions.pod:3052
24387 msgid ""
24388 "This call creates a block device node called C<path> with mode C<mode> and "
24389 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24390 "wrapper around L</mknod>."
24391 msgstr ""
24392
24393 #. type: =head2
24394 #: ../fish/guestfish-actions.pod:3058
24395 msgid "mknod-c"
24396 msgstr ""
24397
24398 #. type: verbatim
24399 #: ../fish/guestfish-actions.pod:3060
24400 #, no-wrap
24401 msgid ""
24402 " mknod-c mode devmajor devminor path\n"
24403 "\n"
24404 msgstr ""
24405
24406 #. type: textblock
24407 #: ../fish/guestfish-actions.pod:3062
24408 msgid ""
24409 "This call creates a char device node called C<path> with mode C<mode> and "
24410 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24411 "wrapper around L</mknod>."
24412 msgstr ""
24413
24414 #. type: =head2
24415 #: ../fish/guestfish-actions.pod:3068
24416 msgid "mkswap"
24417 msgstr ""
24418
24419 #. type: verbatim
24420 #: ../fish/guestfish-actions.pod:3070
24421 #, no-wrap
24422 msgid ""
24423 " mkswap device\n"
24424 "\n"
24425 msgstr ""
24426
24427 #. type: =head2
24428 #: ../fish/guestfish-actions.pod:3074
24429 msgid "mkswap-L"
24430 msgstr ""
24431
24432 #. type: verbatim
24433 #: ../fish/guestfish-actions.pod:3076
24434 #, no-wrap
24435 msgid ""
24436 " mkswap-L label device\n"
24437 "\n"
24438 msgstr ""
24439
24440 #. type: =head2
24441 #: ../fish/guestfish-actions.pod:3084
24442 msgid "mkswap-U"
24443 msgstr ""
24444
24445 #. type: verbatim
24446 #: ../fish/guestfish-actions.pod:3086
24447 #, no-wrap
24448 msgid ""
24449 " mkswap-U uuid device\n"
24450 "\n"
24451 msgstr ""
24452
24453 #. type: =head2
24454 #: ../fish/guestfish-actions.pod:3090
24455 msgid "mkswap-file"
24456 msgstr ""
24457
24458 #. type: verbatim
24459 #: ../fish/guestfish-actions.pod:3092
24460 #, no-wrap
24461 msgid ""
24462 " mkswap-file path\n"
24463 "\n"
24464 msgstr ""
24465
24466 #. type: textblock
24467 #: ../fish/guestfish-actions.pod:3096
24468 msgid ""
24469 "This command just writes a swap file signature to an existing file.  To "
24470 "create the file itself, use something like L</fallocate>."
24471 msgstr ""
24472
24473 #. type: =head2
24474 #: ../fish/guestfish-actions.pod:3099
24475 msgid "modprobe"
24476 msgstr ""
24477
24478 #. type: verbatim
24479 #: ../fish/guestfish-actions.pod:3101
24480 #, no-wrap
24481 msgid ""
24482 " modprobe modulename\n"
24483 "\n"
24484 msgstr ""
24485
24486 #. type: =head2
24487 #: ../fish/guestfish-actions.pod:3108
24488 msgid "mount"
24489 msgstr ""
24490
24491 #. type: verbatim
24492 #: ../fish/guestfish-actions.pod:3110
24493 #, no-wrap
24494 msgid ""
24495 " mount device mountpoint\n"
24496 "\n"
24497 msgstr ""
24498
24499 #. type: textblock
24500 #: ../fish/guestfish-actions.pod:3126
24501 msgid ""
24502 "B<Important note:> When you use this call, the filesystem options C<sync> "
24503 "and C<noatime> are set implicitly.  This was originally done because we "
24504 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24505 "very large negative performance impact and negligible effect on "
24506 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24507 "code that needs performance, and instead use L</mount-options> (use an empty "
24508 "string for the first parameter if you don't want any options)."
24509 msgstr ""
24510
24511 #. type: =head2
24512 #: ../fish/guestfish-actions.pod:3136
24513 msgid "mount-loop"
24514 msgstr ""
24515
24516 #. type: verbatim
24517 #: ../fish/guestfish-actions.pod:3138
24518 #, no-wrap
24519 msgid ""
24520 " mount-loop file mountpoint\n"
24521 "\n"
24522 msgstr ""
24523
24524 #. type: =head2
24525 #: ../fish/guestfish-actions.pod:3144
24526 msgid "mount-options"
24527 msgstr ""
24528
24529 #. type: verbatim
24530 #: ../fish/guestfish-actions.pod:3146
24531 #, no-wrap
24532 msgid ""
24533 " mount-options options device mountpoint\n"
24534 "\n"
24535 msgstr ""
24536
24537 #. type: textblock
24538 #: ../fish/guestfish-actions.pod:3148
24539 msgid ""
24540 "This is the same as the L</mount> command, but it allows you to set the "
24541 "mount options as for the L<mount(8)> I<-o> flag."
24542 msgstr ""
24543
24544 #. type: =head2
24545 #: ../fish/guestfish-actions.pod:3156
24546 msgid "mount-ro"
24547 msgstr ""
24548
24549 #. type: verbatim
24550 #: ../fish/guestfish-actions.pod:3158
24551 #, no-wrap
24552 msgid ""
24553 " mount-ro device mountpoint\n"
24554 "\n"
24555 msgstr ""
24556
24557 #. type: textblock
24558 #: ../fish/guestfish-actions.pod:3160
24559 msgid ""
24560 "This is the same as the L</mount> command, but it mounts the filesystem with "
24561 "the read-only (I<-o ro>) flag."
24562 msgstr ""
24563
24564 #. type: =head2
24565 #: ../fish/guestfish-actions.pod:3163
24566 msgid "mount-vfs"
24567 msgstr ""
24568
24569 #. type: verbatim
24570 #: ../fish/guestfish-actions.pod:3165
24571 #, no-wrap
24572 msgid ""
24573 " mount-vfs options vfstype device mountpoint\n"
24574 "\n"
24575 msgstr ""
24576
24577 #. type: textblock
24578 #: ../fish/guestfish-actions.pod:3167
24579 msgid ""
24580 "This is the same as the L</mount> command, but it allows you to set both the "
24581 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24582 msgstr ""
24583
24584 #. type: =head2
24585 #: ../fish/guestfish-actions.pod:3171
24586 msgid "mountpoints"
24587 msgstr ""
24588
24589 #. type: verbatim
24590 #: ../fish/guestfish-actions.pod:3173
24591 #, no-wrap
24592 msgid ""
24593 " mountpoints\n"
24594 "\n"
24595 msgstr ""
24596
24597 #. type: textblock
24598 #: ../fish/guestfish-actions.pod:3175
24599 msgid ""
24600 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24601 "This one returns a hash table (map) of device name to directory where the "
24602 "device is mounted."
24603 msgstr ""
24604
24605 #. type: =head2
24606 #: ../fish/guestfish-actions.pod:3179
24607 msgid "mounts"
24608 msgstr ""
24609
24610 #. type: verbatim
24611 #: ../fish/guestfish-actions.pod:3181
24612 #, no-wrap
24613 msgid ""
24614 " mounts\n"
24615 "\n"
24616 msgstr ""
24617
24618 #. type: textblock
24619 #: ../fish/guestfish-actions.pod:3188
24620 msgid "See also: L</mountpoints>"
24621 msgstr ""
24622
24623 #. type: =head2
24624 #: ../fish/guestfish-actions.pod:3190
24625 msgid "mv"
24626 msgstr ""
24627
24628 #. type: verbatim
24629 #: ../fish/guestfish-actions.pod:3192
24630 #, no-wrap
24631 msgid ""
24632 " mv src dest\n"
24633 "\n"
24634 msgstr ""
24635
24636 #. type: =head2
24637 #: ../fish/guestfish-actions.pod:3197
24638 msgid "ntfs-3g-probe"
24639 msgstr ""
24640
24641 #. type: verbatim
24642 #: ../fish/guestfish-actions.pod:3199
24643 #, no-wrap
24644 msgid ""
24645 " ntfs-3g-probe true|false device\n"
24646 "\n"
24647 msgstr ""
24648
24649 #. type: =head2
24650 #: ../fish/guestfish-actions.pod:3213
24651 msgid "ntfsresize"
24652 msgstr ""
24653
24654 #. type: verbatim
24655 #: ../fish/guestfish-actions.pod:3215
24656 #, no-wrap
24657 msgid ""
24658 " ntfsresize device\n"
24659 "\n"
24660 msgstr ""
24661
24662 #. type: =head2
24663 #: ../fish/guestfish-actions.pod:3221
24664 msgid "ntfsresize-size"
24665 msgstr ""
24666
24667 #. type: verbatim
24668 #: ../fish/guestfish-actions.pod:3223
24669 #, no-wrap
24670 msgid ""
24671 " ntfsresize-size device size\n"
24672 "\n"
24673 msgstr ""
24674
24675 #. type: textblock
24676 #: ../fish/guestfish-actions.pod:3225
24677 msgid ""
24678 "This command is the same as L</ntfsresize> except that it allows you to "
24679 "specify the new size (in bytes) explicitly."
24680 msgstr ""
24681
24682 #. type: =head2
24683 #: ../fish/guestfish-actions.pod:3228
24684 msgid "part-add"
24685 msgstr ""
24686
24687 #. type: verbatim
24688 #: ../fish/guestfish-actions.pod:3230
24689 #, no-wrap
24690 msgid ""
24691 " part-add device prlogex startsect endsect\n"
24692 "\n"
24693 msgstr ""
24694
24695 #. type: textblock
24696 #: ../fish/guestfish-actions.pod:3232
24697 msgid ""
24698 "This command adds a partition to C<device>.  If there is no partition table "
24699 "on the device, call L</part-init> first."
24700 msgstr ""
24701
24702 #. type: textblock
24703 #: ../fish/guestfish-actions.pod:3244
24704 msgid ""
24705 "Creating a partition which covers the whole disk is not so easy.  Use "
24706 "L</part-disk> to do that."
24707 msgstr ""
24708
24709 #. type: =head2
24710 #: ../fish/guestfish-actions.pod:3247
24711 msgid "part-del"
24712 msgstr ""
24713
24714 #. type: verbatim
24715 #: ../fish/guestfish-actions.pod:3249
24716 #, no-wrap
24717 msgid ""
24718 " part-del device partnum\n"
24719 "\n"
24720 msgstr ""
24721
24722 #. type: =head2
24723 #: ../fish/guestfish-actions.pod:3257
24724 msgid "part-disk"
24725 msgstr ""
24726
24727 #. type: verbatim
24728 #: ../fish/guestfish-actions.pod:3259
24729 #, no-wrap
24730 msgid ""
24731 " part-disk device parttype\n"
24732 "\n"
24733 msgstr ""
24734
24735 #. type: textblock
24736 #: ../fish/guestfish-actions.pod:3261
24737 msgid ""
24738 "This command is simply a combination of L</part-init> followed by "
24739 "L</part-add> to create a single primary partition covering the whole disk."
24740 msgstr ""
24741
24742 #. type: textblock
24743 #: ../fish/guestfish-actions.pod:3265
24744 msgid ""
24745 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24746 "possible values are described in L</part-init>."
24747 msgstr ""
24748
24749 #. type: =head2
24750 #: ../fish/guestfish-actions.pod:3271
24751 msgid "part-get-bootable"
24752 msgstr ""
24753
24754 #. type: verbatim
24755 #: ../fish/guestfish-actions.pod:3273
24756 #, no-wrap
24757 msgid ""
24758 " part-get-bootable device partnum\n"
24759 "\n"
24760 msgstr ""
24761
24762 #. type: textblock
24763 #: ../fish/guestfish-actions.pod:3278
24764 msgid "See also L</part-set-bootable>."
24765 msgstr ""
24766
24767 #. type: =head2
24768 #: ../fish/guestfish-actions.pod:3280
24769 msgid "part-get-mbr-id"
24770 msgstr ""
24771
24772 #. type: verbatim
24773 #: ../fish/guestfish-actions.pod:3282
24774 #, no-wrap
24775 msgid ""
24776 " part-get-mbr-id device partnum\n"
24777 "\n"
24778 msgstr ""
24779
24780 #. type: textblock
24781 #: ../fish/guestfish-actions.pod:3287 ../fish/guestfish-actions.pod:3425
24782 msgid ""
24783 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24784 "undefined results for other partition table types (see "
24785 "L</part-get-parttype>)."
24786 msgstr ""
24787
24788 #. type: =head2
24789 #: ../fish/guestfish-actions.pod:3291
24790 msgid "part-get-parttype"
24791 msgstr ""
24792
24793 #. type: verbatim
24794 #: ../fish/guestfish-actions.pod:3293
24795 #, no-wrap
24796 msgid ""
24797 " part-get-parttype device\n"
24798 "\n"
24799 msgstr ""
24800
24801 #. type: textblock
24802 #: ../fish/guestfish-actions.pod:3298
24803 msgid ""
24804 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24805 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24806 "possible, although unusual.  See L</part-init> for a full list."
24807 msgstr ""
24808
24809 #. type: =head2
24810 #: ../fish/guestfish-actions.pod:3303
24811 msgid "part-init"
24812 msgstr ""
24813
24814 #. type: verbatim
24815 #: ../fish/guestfish-actions.pod:3305
24816 #, no-wrap
24817 msgid ""
24818 " part-init device parttype\n"
24819 "\n"
24820 msgstr ""
24821
24822 #. type: textblock
24823 #: ../fish/guestfish-actions.pod:3311
24824 msgid ""
24825 "Initially there are no partitions.  Following this, you should call "
24826 "L</part-add> for each partition required."
24827 msgstr ""
24828
24829 #. type: =head2
24830 #: ../fish/guestfish-actions.pod:3374
24831 msgid "part-list"
24832 msgstr ""
24833
24834 #. type: verbatim
24835 #: ../fish/guestfish-actions.pod:3376
24836 #, no-wrap
24837 msgid ""
24838 " part-list device\n"
24839 "\n"
24840 msgstr ""
24841
24842 #. type: textblock
24843 #: ../fish/guestfish-actions.pod:3391
24844 msgid ""
24845 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
24846 "the device's sector size, see L</blockdev-getss>."
24847 msgstr ""
24848
24849 #. type: =head2
24850 #: ../fish/guestfish-actions.pod:3404
24851 msgid "part-set-bootable"
24852 msgstr ""
24853
24854 #. type: verbatim
24855 #: ../fish/guestfish-actions.pod:3406
24856 #, no-wrap
24857 msgid ""
24858 " part-set-bootable device partnum true|false\n"
24859 "\n"
24860 msgstr ""
24861
24862 #. type: =head2
24863 #: ../fish/guestfish-actions.pod:3415
24864 msgid "part-set-mbr-id"
24865 msgstr ""
24866
24867 #. type: verbatim
24868 #: ../fish/guestfish-actions.pod:3417
24869 #, no-wrap
24870 msgid ""
24871 " part-set-mbr-id device partnum idbyte\n"
24872 "\n"
24873 msgstr ""
24874
24875 #. type: =head2
24876 #: ../fish/guestfish-actions.pod:3429
24877 msgid "part-set-name"
24878 msgstr ""
24879
24880 #. type: verbatim
24881 #: ../fish/guestfish-actions.pod:3431
24882 #, no-wrap
24883 msgid ""
24884 " part-set-name device partnum name\n"
24885 "\n"
24886 msgstr ""
24887
24888 #. type: =head2
24889 #: ../fish/guestfish-actions.pod:3439
24890 msgid "part-to-dev"
24891 msgstr ""
24892
24893 #. type: verbatim
24894 #: ../fish/guestfish-actions.pod:3441
24895 #, no-wrap
24896 msgid ""
24897 " part-to-dev partition\n"
24898 "\n"
24899 msgstr ""
24900
24901 #. type: textblock
24902 #: ../fish/guestfish-actions.pod:3447
24903 msgid ""
24904 "The named partition must exist, for example as a string returned from "
24905 "L</list-partitions>."
24906 msgstr ""
24907
24908 #. type: =head2
24909 #: ../fish/guestfish-actions.pod:3450
24910 msgid "ping-daemon"
24911 msgstr ""
24912
24913 #. type: verbatim
24914 #: ../fish/guestfish-actions.pod:3452
24915 #, no-wrap
24916 msgid ""
24917 " ping-daemon\n"
24918 "\n"
24919 msgstr ""
24920
24921 #. type: =head2
24922 #: ../fish/guestfish-actions.pod:3459
24923 msgid "pread"
24924 msgstr ""
24925
24926 #. type: verbatim
24927 #: ../fish/guestfish-actions.pod:3461
24928 #, no-wrap
24929 msgid ""
24930 " pread path count offset\n"
24931 "\n"
24932 msgstr ""
24933
24934 #. type: textblock
24935 #: ../fish/guestfish-actions.pod:3469
24936 msgid "See also L</pwrite>, L</pread-device>."
24937 msgstr ""
24938
24939 #. type: =head2
24940 #: ../fish/guestfish-actions.pod:3474
24941 msgid "pread-device"
24942 msgstr ""
24943
24944 #. type: verbatim
24945 #: ../fish/guestfish-actions.pod:3476
24946 #, no-wrap
24947 msgid ""
24948 " pread-device device count offset\n"
24949 "\n"
24950 msgstr ""
24951
24952 #. type: textblock
24953 #: ../fish/guestfish-actions.pod:3484
24954 msgid "See also L</pread>."
24955 msgstr ""
24956
24957 #. type: =head2
24958 #: ../fish/guestfish-actions.pod:3489
24959 msgid "pvcreate"
24960 msgstr ""
24961
24962 #. type: verbatim
24963 #: ../fish/guestfish-actions.pod:3491
24964 #, no-wrap
24965 msgid ""
24966 " pvcreate device\n"
24967 "\n"
24968 msgstr ""
24969
24970 #. type: =head2
24971 #: ../fish/guestfish-actions.pod:3497
24972 msgid "pvremove"
24973 msgstr ""
24974
24975 #. type: verbatim
24976 #: ../fish/guestfish-actions.pod:3499
24977 #, no-wrap
24978 msgid ""
24979 " pvremove device\n"
24980 "\n"
24981 msgstr ""
24982
24983 #. type: =head2
24984 #: ../fish/guestfish-actions.pod:3508
24985 msgid "pvresize"
24986 msgstr ""
24987
24988 #. type: verbatim
24989 #: ../fish/guestfish-actions.pod:3510
24990 #, no-wrap
24991 msgid ""
24992 " pvresize device\n"
24993 "\n"
24994 msgstr ""
24995
24996 #. type: =head2
24997 #: ../fish/guestfish-actions.pod:3515
24998 msgid "pvresize-size"
24999 msgstr ""
25000
25001 #. type: verbatim
25002 #: ../fish/guestfish-actions.pod:3517
25003 #, no-wrap
25004 msgid ""
25005 " pvresize-size device size\n"
25006 "\n"
25007 msgstr ""
25008
25009 #. type: textblock
25010 #: ../fish/guestfish-actions.pod:3519
25011 msgid ""
25012 "This command is the same as L</pvresize> except that it allows you to "
25013 "specify the new size (in bytes) explicitly."
25014 msgstr ""
25015
25016 #. type: =head2
25017 #: ../fish/guestfish-actions.pod:3522
25018 msgid "pvs"
25019 msgstr ""
25020
25021 #. type: verbatim
25022 #: ../fish/guestfish-actions.pod:3524
25023 #, no-wrap
25024 msgid ""
25025 " pvs\n"
25026 "\n"
25027 msgstr ""
25028
25029 #. type: textblock
25030 #: ../fish/guestfish-actions.pod:3532
25031 msgid "See also L</pvs-full>."
25032 msgstr ""
25033
25034 #. type: =head2
25035 #: ../fish/guestfish-actions.pod:3534
25036 msgid "pvs-full"
25037 msgstr ""
25038
25039 #. type: verbatim
25040 #: ../fish/guestfish-actions.pod:3536
25041 #, no-wrap
25042 msgid ""
25043 " pvs-full\n"
25044 "\n"
25045 msgstr ""
25046
25047 #. type: =head2
25048 #: ../fish/guestfish-actions.pod:3541
25049 msgid "pvuuid"
25050 msgstr ""
25051
25052 #. type: verbatim
25053 #: ../fish/guestfish-actions.pod:3543
25054 #, no-wrap
25055 msgid ""
25056 " pvuuid device\n"
25057 "\n"
25058 msgstr ""
25059
25060 #. type: =head2
25061 #: ../fish/guestfish-actions.pod:3547
25062 msgid "pwrite"
25063 msgstr ""
25064
25065 #. type: verbatim
25066 #: ../fish/guestfish-actions.pod:3549
25067 #, no-wrap
25068 msgid ""
25069 " pwrite path content offset\n"
25070 "\n"
25071 msgstr ""
25072
25073 #. type: textblock
25074 #: ../fish/guestfish-actions.pod:3560
25075 msgid "See also L</pread>, L</pwrite-device>."
25076 msgstr ""
25077
25078 #. type: =head2
25079 #: ../fish/guestfish-actions.pod:3565
25080 msgid "pwrite-device"
25081 msgstr ""
25082
25083 #. type: verbatim
25084 #: ../fish/guestfish-actions.pod:3567
25085 #, no-wrap
25086 msgid ""
25087 " pwrite-device device content offset\n"
25088 "\n"
25089 msgstr ""
25090
25091 #. type: textblock
25092 #: ../fish/guestfish-actions.pod:3577
25093 msgid "See also L</pwrite>."
25094 msgstr ""
25095
25096 #. type: =head2
25097 #: ../fish/guestfish-actions.pod:3582
25098 msgid "read-file"
25099 msgstr ""
25100
25101 #. type: verbatim
25102 #: ../fish/guestfish-actions.pod:3584
25103 #, no-wrap
25104 msgid ""
25105 " read-file path\n"
25106 "\n"
25107 msgstr ""
25108
25109 #. type: textblock
25110 #: ../fish/guestfish-actions.pod:3589
25111 msgid ""
25112 "Unlike L</cat>, this function can correctly handle files that contain "
25113 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25114 "is limited in the total size of file that can be handled."
25115 msgstr ""
25116
25117 #. type: =head2
25118 #: ../fish/guestfish-actions.pod:3597
25119 msgid "read-lines"
25120 msgstr ""
25121
25122 #. type: verbatim
25123 #: ../fish/guestfish-actions.pod:3599
25124 #, no-wrap
25125 msgid ""
25126 " read-lines path\n"
25127 "\n"
25128 msgstr ""
25129
25130 #. type: textblock
25131 #: ../fish/guestfish-actions.pod:3606
25132 msgid ""
25133 "Note that this function cannot correctly handle binary files (specifically, "
25134 "files containing C<\\0> character which is treated as end of line).  For "
25135 "those you need to use the L</read-file> function which has a more complex "
25136 "interface."
25137 msgstr ""
25138
25139 #. type: =head2
25140 #: ../fish/guestfish-actions.pod:3611
25141 msgid "readdir"
25142 msgstr ""
25143
25144 #. type: verbatim
25145 #: ../fish/guestfish-actions.pod:3613
25146 #, no-wrap
25147 msgid ""
25148 " readdir dir\n"
25149 "\n"
25150 msgstr ""
25151
25152 #. type: textblock
25153 #: ../fish/guestfish-actions.pod:3665
25154 msgid ""
25155 "This function is primarily intended for use by programs.  To get a simple "
25156 "list of names, use L</ls>.  To get a printable directory for human "
25157 "consumption, use L</ll>."
25158 msgstr ""
25159
25160 #. type: =head2
25161 #: ../fish/guestfish-actions.pod:3669
25162 msgid "readlink"
25163 msgstr ""
25164
25165 #. type: verbatim
25166 #: ../fish/guestfish-actions.pod:3671
25167 #, no-wrap
25168 msgid ""
25169 " readlink path\n"
25170 "\n"
25171 msgstr ""
25172
25173 #. type: =head2
25174 #: ../fish/guestfish-actions.pod:3675
25175 msgid "readlinklist"
25176 msgstr ""
25177
25178 #. type: verbatim
25179 #: ../fish/guestfish-actions.pod:3677
25180 #, no-wrap
25181 msgid ""
25182 " readlinklist path 'names ...'\n"
25183 "\n"
25184 msgstr ""
25185
25186 #. type: =head2
25187 #: ../fish/guestfish-actions.pod:3701
25188 msgid "realpath"
25189 msgstr ""
25190
25191 #. type: verbatim
25192 #: ../fish/guestfish-actions.pod:3703
25193 #, no-wrap
25194 msgid ""
25195 " realpath path\n"
25196 "\n"
25197 msgstr ""
25198
25199 #. type: =head2
25200 #: ../fish/guestfish-actions.pod:3708
25201 msgid "removexattr"
25202 msgstr ""
25203
25204 #. type: verbatim
25205 #: ../fish/guestfish-actions.pod:3710
25206 #, no-wrap
25207 msgid ""
25208 " removexattr xattr path\n"
25209 "\n"
25210 msgstr ""
25211
25212 #. type: textblock
25213 #: ../fish/guestfish-actions.pod:3715
25214 msgid "See also: L</lremovexattr>, L<attr(5)>."
25215 msgstr ""
25216
25217 #. type: =head2
25218 #: ../fish/guestfish-actions.pod:3717
25219 msgid "resize2fs"
25220 msgstr ""
25221
25222 #. type: verbatim
25223 #: ../fish/guestfish-actions.pod:3719
25224 #, no-wrap
25225 msgid ""
25226 " resize2fs device\n"
25227 "\n"
25228 msgstr ""
25229
25230 #. type: textblock
25231 #: ../fish/guestfish-actions.pod:3724
25232 msgid ""
25233 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25234 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25235 "gives an error about this and sometimes not.  In any case, it is always safe "
25236 "to call L</e2fsck-f> before calling this function."
25237 msgstr ""
25238
25239 #. type: =head2
25240 #: ../fish/guestfish-actions.pod:3730
25241 msgid "resize2fs-M"
25242 msgstr ""
25243
25244 #. type: verbatim
25245 #: ../fish/guestfish-actions.pod:3732
25246 #, no-wrap
25247 msgid ""
25248 " resize2fs-M device\n"
25249 "\n"
25250 msgstr ""
25251
25252 #. type: textblock
25253 #: ../fish/guestfish-actions.pod:3734
25254 msgid ""
25255 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25256 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25257 "command."
25258 msgstr ""
25259
25260 #. type: textblock
25261 #: ../fish/guestfish-actions.pod:3738
25262 msgid ""
25263 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25264 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25265 "multiplied together, give the resulting size of the minimal filesystem in "
25266 "bytes."
25267 msgstr ""
25268
25269 #. type: =head2
25270 #: ../fish/guestfish-actions.pod:3743
25271 msgid "resize2fs-size"
25272 msgstr ""
25273
25274 #. type: verbatim
25275 #: ../fish/guestfish-actions.pod:3745
25276 #, no-wrap
25277 msgid ""
25278 " resize2fs-size device size\n"
25279 "\n"
25280 msgstr ""
25281
25282 #. type: textblock
25283 #: ../fish/guestfish-actions.pod:3747
25284 msgid ""
25285 "This command is the same as L</resize2fs> except that it allows you to "
25286 "specify the new size (in bytes) explicitly."
25287 msgstr ""
25288
25289 #. type: =head2
25290 #: ../fish/guestfish-actions.pod:3750
25291 msgid "rm"
25292 msgstr ""
25293
25294 #. type: verbatim
25295 #: ../fish/guestfish-actions.pod:3752
25296 #, no-wrap
25297 msgid ""
25298 " rm path\n"
25299 "\n"
25300 msgstr ""
25301
25302 #. type: =head2
25303 #: ../fish/guestfish-actions.pod:3756
25304 msgid "rm-rf"
25305 msgstr ""
25306
25307 #. type: verbatim
25308 #: ../fish/guestfish-actions.pod:3758
25309 #, no-wrap
25310 msgid ""
25311 " rm-rf path\n"
25312 "\n"
25313 msgstr ""
25314
25315 #. type: =head2
25316 #: ../fish/guestfish-actions.pod:3764
25317 msgid "rmdir"
25318 msgstr ""
25319
25320 #. type: verbatim
25321 #: ../fish/guestfish-actions.pod:3766
25322 #, no-wrap
25323 msgid ""
25324 " rmdir path\n"
25325 "\n"
25326 msgstr ""
25327
25328 #. type: =head2
25329 #: ../fish/guestfish-actions.pod:3770
25330 msgid "rmmountpoint"
25331 msgstr ""
25332
25333 #. type: verbatim
25334 #: ../fish/guestfish-actions.pod:3772
25335 #, no-wrap
25336 msgid ""
25337 " rmmountpoint exemptpath\n"
25338 "\n"
25339 msgstr ""
25340
25341 #. type: textblock
25342 #: ../fish/guestfish-actions.pod:3774
25343 msgid ""
25344 "This calls removes a mountpoint that was previously created with "
25345 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25346 msgstr ""
25347
25348 #. type: =head2
25349 #: ../fish/guestfish-actions.pod:3778
25350 msgid "scrub-device"
25351 msgstr ""
25352
25353 #. type: verbatim
25354 #: ../fish/guestfish-actions.pod:3780
25355 #, no-wrap
25356 msgid ""
25357 " scrub-device device\n"
25358 "\n"
25359 msgstr ""
25360
25361 #. type: =head2
25362 #: ../fish/guestfish-actions.pod:3791
25363 msgid "scrub-file"
25364 msgstr ""
25365
25366 #. type: verbatim
25367 #: ../fish/guestfish-actions.pod:3793
25368 #, no-wrap
25369 msgid ""
25370 " scrub-file file\n"
25371 "\n"
25372 msgstr ""
25373
25374 #. type: =head2
25375 #: ../fish/guestfish-actions.pod:3803
25376 msgid "scrub-freespace"
25377 msgstr ""
25378
25379 #. type: verbatim
25380 #: ../fish/guestfish-actions.pod:3805
25381 #, no-wrap
25382 msgid ""
25383 " scrub-freespace dir\n"
25384 "\n"
25385 msgstr ""
25386
25387 #. type: textblock
25388 #: ../fish/guestfish-actions.pod:3807
25389 msgid ""
25390 "This command creates the directory C<dir> and then fills it with files until "
25391 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25392 "deletes them.  The intention is to scrub any free space on the partition "
25393 "containing C<dir>."
25394 msgstr ""
25395
25396 #. type: =head2
25397 #: ../fish/guestfish-actions.pod:3816
25398 msgid "set-append"
25399 msgstr ""
25400
25401 #. type: =head2
25402 #: ../fish/guestfish-actions.pod:3818
25403 msgid "append"
25404 msgstr ""
25405
25406 #. type: verbatim
25407 #: ../fish/guestfish-actions.pod:3820
25408 #, no-wrap
25409 msgid ""
25410 " set-append append\n"
25411 "\n"
25412 msgstr ""
25413
25414 #. type: =head2
25415 #: ../fish/guestfish-actions.pod:3831
25416 msgid "set-attach-method"
25417 msgstr ""
25418
25419 #. type: =head2
25420 #: ../fish/guestfish-actions.pod:3833
25421 msgid "attach-method"
25422 msgstr ""
25423
25424 #. type: verbatim
25425 #: ../fish/guestfish-actions.pod:3835
25426 #, no-wrap
25427 msgid ""
25428 " set-attach-method attachmethod\n"
25429 "\n"
25430 msgstr ""
25431
25432 #. type: =head2
25433 #: ../fish/guestfish-actions.pod:3857
25434 msgid "set-autosync"
25435 msgstr ""
25436
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:3859
25439 msgid "autosync"
25440 msgstr ""
25441
25442 #. type: verbatim
25443 #: ../fish/guestfish-actions.pod:3861
25444 #, no-wrap
25445 msgid ""
25446 " set-autosync true|false\n"
25447 "\n"
25448 msgstr ""
25449
25450 #. type: =head2
25451 #: ../fish/guestfish-actions.pod:3871
25452 msgid "set-direct"
25453 msgstr ""
25454
25455 #. type: =head2
25456 #: ../fish/guestfish-actions.pod:3873
25457 msgid "direct"
25458 msgstr ""
25459
25460 #. type: verbatim
25461 #: ../fish/guestfish-actions.pod:3875
25462 #, no-wrap
25463 msgid ""
25464 " set-direct true|false\n"
25465 "\n"
25466 msgstr ""
25467
25468 #. type: textblock
25469 #: ../fish/guestfish-actions.pod:3881
25470 msgid ""
25471 "One consequence of this is that log messages aren't caught by the library "
25472 "and handled by L</set-log-message-callback>, but go straight to stdout."
25473 msgstr ""
25474
25475 #. type: =head2
25476 #: ../fish/guestfish-actions.pod:3890
25477 msgid "set-e2label"
25478 msgstr ""
25479
25480 #. type: verbatim
25481 #: ../fish/guestfish-actions.pod:3892
25482 #, no-wrap
25483 msgid ""
25484 " set-e2label device label\n"
25485 "\n"
25486 msgstr ""
25487
25488 #. type: textblock
25489 #: ../fish/guestfish-actions.pod:3898
25490 msgid ""
25491 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25492 "label on a filesystem."
25493 msgstr ""
25494
25495 #. type: =head2
25496 #: ../fish/guestfish-actions.pod:3901
25497 msgid "set-e2uuid"
25498 msgstr ""
25499
25500 #. type: verbatim
25501 #: ../fish/guestfish-actions.pod:3903
25502 #, no-wrap
25503 msgid ""
25504 " set-e2uuid device uuid\n"
25505 "\n"
25506 msgstr ""
25507
25508 #. type: textblock
25509 #: ../fish/guestfish-actions.pod:3910
25510 msgid ""
25511 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25512 "UUID of a filesystem."
25513 msgstr ""
25514
25515 #. type: =head2
25516 #: ../fish/guestfish-actions.pod:3913
25517 msgid "set-memsize"
25518 msgstr ""
25519
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:3915
25522 msgid "memsize"
25523 msgstr ""
25524
25525 #. type: verbatim
25526 #: ../fish/guestfish-actions.pod:3917
25527 #, no-wrap
25528 msgid ""
25529 " set-memsize memsize\n"
25530 "\n"
25531 msgstr ""
25532
25533 #. type: textblock
25534 #: ../fish/guestfish-actions.pod:3919
25535 msgid ""
25536 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25537 "This only has any effect if called before L</launch>."
25538 msgstr ""
25539
25540 #. type: =head2
25541 #: ../fish/guestfish-actions.pod:3930
25542 msgid "set-network"
25543 msgstr ""
25544
25545 #. type: =head2
25546 #: ../fish/guestfish-actions.pod:3932
25547 msgid "network"
25548 msgstr ""
25549
25550 #. type: verbatim
25551 #: ../fish/guestfish-actions.pod:3934
25552 #, no-wrap
25553 msgid ""
25554 " set-network true|false\n"
25555 "\n"
25556 msgstr ""
25557
25558 #. type: textblock
25559 #: ../fish/guestfish-actions.pod:3942
25560 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25561 msgstr ""
25562
25563 #. type: =head2
25564 #: ../fish/guestfish-actions.pod:3945
25565 msgid "set-path"
25566 msgstr ""
25567
25568 #. type: =head2
25569 #: ../fish/guestfish-actions.pod:3947
25570 msgid "path"
25571 msgstr ""
25572
25573 #. type: verbatim
25574 #: ../fish/guestfish-actions.pod:3949
25575 #, no-wrap
25576 msgid ""
25577 " set-path searchpath\n"
25578 "\n"
25579 msgstr ""
25580
25581 #. type: =head2
25582 #: ../fish/guestfish-actions.pod:3958
25583 msgid "set-qemu"
25584 msgstr ""
25585
25586 #. type: =head2
25587 #: ../fish/guestfish-actions.pod:3960
25588 msgid "qemu"
25589 msgstr ""
25590
25591 #. type: verbatim
25592 #: ../fish/guestfish-actions.pod:3962
25593 #, no-wrap
25594 msgid ""
25595 " set-qemu qemu\n"
25596 "\n"
25597 msgstr ""
25598
25599 #. type: =head2
25600 #: ../fish/guestfish-actions.pod:3982
25601 msgid "set-recovery-proc"
25602 msgstr ""
25603
25604 #. type: =head2
25605 #: ../fish/guestfish-actions.pod:3984
25606 msgid "recovery-proc"
25607 msgstr ""
25608
25609 #. type: verbatim
25610 #: ../fish/guestfish-actions.pod:3986
25611 #, no-wrap
25612 msgid ""
25613 " set-recovery-proc true|false\n"
25614 "\n"
25615 msgstr ""
25616
25617 #. type: textblock
25618 #: ../fish/guestfish-actions.pod:3988
25619 msgid ""
25620 "If this is called with the parameter C<false> then L</launch> does not "
25621 "create a recovery process.  The purpose of the recovery process is to stop "
25622 "runaway qemu processes in the case where the main program aborts abruptly."
25623 msgstr ""
25624
25625 #. type: textblock
25626 #: ../fish/guestfish-actions.pod:3993
25627 msgid ""
25628 "This only has any effect if called before L</launch>, and the default is "
25629 "true."
25630 msgstr ""
25631
25632 #. type: =head2
25633 #: ../fish/guestfish-actions.pod:4002
25634 msgid "set-selinux"
25635 msgstr ""
25636
25637 #. type: =head2
25638 #: ../fish/guestfish-actions.pod:4004
25639 msgid "selinux"
25640 msgstr ""
25641
25642 #. type: verbatim
25643 #: ../fish/guestfish-actions.pod:4006
25644 #, no-wrap
25645 msgid ""
25646 " set-selinux true|false\n"
25647 "\n"
25648 msgstr ""
25649
25650 #. type: =head2
25651 #: ../fish/guestfish-actions.pod:4017
25652 msgid "set-trace"
25653 msgstr ""
25654
25655 #. type: =head2
25656 #: ../fish/guestfish-actions.pod:4019
25657 msgid "trace"
25658 msgstr ""
25659
25660 #. type: verbatim
25661 #: ../fish/guestfish-actions.pod:4021
25662 #, no-wrap
25663 msgid ""
25664 " set-trace true|false\n"
25665 "\n"
25666 msgstr ""
25667
25668 #. type: textblock
25669 #: ../fish/guestfish-actions.pod:4033
25670 msgid ""
25671 "Trace messages are normally sent to C<stderr>, unless you register a "
25672 "callback to send them somewhere else (see L</set-event-callback>)."
25673 msgstr ""
25674
25675 #. type: =head2
25676 #: ../fish/guestfish-actions.pod:4037
25677 msgid "set-verbose"
25678 msgstr ""
25679
25680 #. type: =head2
25681 #: ../fish/guestfish-actions.pod:4039
25682 msgid "verbose"
25683 msgstr ""
25684
25685 #. type: verbatim
25686 #: ../fish/guestfish-actions.pod:4041
25687 #, no-wrap
25688 msgid ""
25689 " set-verbose true|false\n"
25690 "\n"
25691 msgstr ""
25692
25693 #. type: textblock
25694 #: ../fish/guestfish-actions.pod:4048
25695 msgid ""
25696 "Verbose messages are normally sent to C<stderr>, unless you register a "
25697 "callback to send them somewhere else (see L</set-event-callback>)."
25698 msgstr ""
25699
25700 #. type: =head2
25701 #: ../fish/guestfish-actions.pod:4052
25702 msgid "setcon"
25703 msgstr ""
25704
25705 #. type: verbatim
25706 #: ../fish/guestfish-actions.pod:4054
25707 #, no-wrap
25708 msgid ""
25709 " setcon context\n"
25710 "\n"
25711 msgstr ""
25712
25713 #. type: =head2
25714 #: ../fish/guestfish-actions.pod:4061
25715 msgid "setxattr"
25716 msgstr ""
25717
25718 #. type: verbatim
25719 #: ../fish/guestfish-actions.pod:4063
25720 #, no-wrap
25721 msgid ""
25722 " setxattr xattr val vallen path\n"
25723 "\n"
25724 msgstr ""
25725
25726 #. type: textblock
25727 #: ../fish/guestfish-actions.pod:4069
25728 msgid "See also: L</lsetxattr>, L<attr(5)>."
25729 msgstr ""
25730
25731 #. type: =head2
25732 #: ../fish/guestfish-actions.pod:4071
25733 msgid "sfdisk"
25734 msgstr ""
25735
25736 #. type: verbatim
25737 #: ../fish/guestfish-actions.pod:4073
25738 #, no-wrap
25739 msgid ""
25740 " sfdisk device cyls heads sectors 'lines ...'\n"
25741 "\n"
25742 msgstr ""
25743
25744 #. type: textblock
25745 #: ../fish/guestfish-actions.pod:4095
25746 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25747 msgstr ""
25748
25749 #. type: =head2
25750 #: ../fish/guestfish-actions.pod:4101
25751 msgid "sfdiskM"
25752 msgstr ""
25753
25754 #. type: verbatim
25755 #: ../fish/guestfish-actions.pod:4103
25756 #, no-wrap
25757 msgid ""
25758 " sfdiskM device 'lines ...'\n"
25759 "\n"
25760 msgstr ""
25761
25762 #. type: textblock
25763 #: ../fish/guestfish-actions.pod:4105
25764 msgid ""
25765 "This is a simplified interface to the L</sfdisk> command, where partition "
25766 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25767 "you don't need to specify the cyls, heads and sectors parameters which were "
25768 "rarely if ever used anyway."
25769 msgstr ""
25770
25771 #. type: textblock
25772 #: ../fish/guestfish-actions.pod:4111
25773 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25774 msgstr ""
25775
25776 #. type: =head2
25777 #: ../fish/guestfish-actions.pod:4117
25778 msgid "sfdisk-N"
25779 msgstr ""
25780
25781 #. type: verbatim
25782 #: ../fish/guestfish-actions.pod:4119
25783 #, no-wrap
25784 msgid ""
25785 " sfdisk-N device partnum cyls heads sectors line\n"
25786 "\n"
25787 msgstr ""
25788
25789 #. type: textblock
25790 #: ../fish/guestfish-actions.pod:4124
25791 msgid ""
25792 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25793 "cyls/heads/sectors parameters."
25794 msgstr ""
25795
25796 #. type: textblock
25797 #: ../fish/guestfish-actions.pod:4127
25798 msgid "See also: L</part-add>"
25799 msgstr ""
25800
25801 #. type: =head2
25802 #: ../fish/guestfish-actions.pod:4132
25803 msgid "sfdisk-disk-geometry"
25804 msgstr ""
25805
25806 #. type: verbatim
25807 #: ../fish/guestfish-actions.pod:4134
25808 #, no-wrap
25809 msgid ""
25810 " sfdisk-disk-geometry device\n"
25811 "\n"
25812 msgstr ""
25813
25814 #. type: textblock
25815 #: ../fish/guestfish-actions.pod:4136
25816 msgid ""
25817 "This displays the disk geometry of C<device> read from the partition table.  "
25818 "Especially in the case where the underlying block device has been resized, "
25819 "this can be different from the kernel's idea of the geometry (see "
25820 "L</sfdisk-kernel-geometry>)."
25821 msgstr ""
25822
25823 #. type: =head2
25824 #: ../fish/guestfish-actions.pod:4144
25825 msgid "sfdisk-kernel-geometry"
25826 msgstr ""
25827
25828 #. type: verbatim
25829 #: ../fish/guestfish-actions.pod:4146
25830 #, no-wrap
25831 msgid ""
25832 " sfdisk-kernel-geometry device\n"
25833 "\n"
25834 msgstr ""
25835
25836 #. type: =head2
25837 #: ../fish/guestfish-actions.pod:4153
25838 msgid "sfdisk-l"
25839 msgstr ""
25840
25841 #. type: verbatim
25842 #: ../fish/guestfish-actions.pod:4155
25843 #, no-wrap
25844 msgid ""
25845 " sfdisk-l device\n"
25846 "\n"
25847 msgstr ""
25848
25849 #. type: textblock
25850 #: ../fish/guestfish-actions.pod:4161
25851 msgid "See also: L</part-list>"
25852 msgstr ""
25853
25854 #. type: =head2
25855 #: ../fish/guestfish-actions.pod:4163
25856 msgid "sh"
25857 msgstr ""
25858
25859 #. type: verbatim
25860 #: ../fish/guestfish-actions.pod:4165
25861 #, no-wrap
25862 msgid ""
25863 " sh command\n"
25864 "\n"
25865 msgstr ""
25866
25867 #. type: textblock
25868 #: ../fish/guestfish-actions.pod:4170
25869 msgid "This is like L</command>, but passes the command to:"
25870 msgstr ""
25871
25872 #. type: textblock
25873 #: ../fish/guestfish-actions.pod:4178
25874 msgid "All the provisos about L</command> apply to this call."
25875 msgstr ""
25876
25877 #. type: =head2
25878 #: ../fish/guestfish-actions.pod:4180
25879 msgid "sh-lines"
25880 msgstr ""
25881
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:4182
25884 #, no-wrap
25885 msgid ""
25886 " sh-lines command\n"
25887 "\n"
25888 msgstr ""
25889
25890 #. type: textblock
25891 #: ../fish/guestfish-actions.pod:4184
25892 msgid "This is the same as L</sh>, but splits the result into a list of lines."
25893 msgstr ""
25894
25895 #. type: textblock
25896 #: ../fish/guestfish-actions.pod:4187
25897 msgid "See also: L</command-lines>"
25898 msgstr ""
25899
25900 #. type: =head2
25901 #: ../fish/guestfish-actions.pod:4189
25902 msgid "sleep"
25903 msgstr ""
25904
25905 #. type: verbatim
25906 #: ../fish/guestfish-actions.pod:4191
25907 #, no-wrap
25908 msgid ""
25909 " sleep secs\n"
25910 "\n"
25911 msgstr ""
25912
25913 #. type: =head2
25914 #: ../fish/guestfish-actions.pod:4195
25915 msgid "stat"
25916 msgstr ""
25917
25918 #. type: verbatim
25919 #: ../fish/guestfish-actions.pod:4197
25920 #, no-wrap
25921 msgid ""
25922 " stat path\n"
25923 "\n"
25924 msgstr ""
25925
25926 #. type: =head2
25927 #: ../fish/guestfish-actions.pod:4203
25928 msgid "statvfs"
25929 msgstr ""
25930
25931 #. type: verbatim
25932 #: ../fish/guestfish-actions.pod:4205
25933 #, no-wrap
25934 msgid ""
25935 " statvfs path\n"
25936 "\n"
25937 msgstr ""
25938
25939 #. type: =head2
25940 #: ../fish/guestfish-actions.pod:4213
25941 msgid "strings"
25942 msgstr ""
25943
25944 #. type: verbatim
25945 #: ../fish/guestfish-actions.pod:4215
25946 #, no-wrap
25947 msgid ""
25948 " strings path\n"
25949 "\n"
25950 msgstr ""
25951
25952 #. type: =head2
25953 #: ../fish/guestfish-actions.pod:4223
25954 msgid "strings-e"
25955 msgstr ""
25956
25957 #. type: verbatim
25958 #: ../fish/guestfish-actions.pod:4225
25959 #, no-wrap
25960 msgid ""
25961 " strings-e encoding path\n"
25962 "\n"
25963 msgstr ""
25964
25965 #. type: textblock
25966 #: ../fish/guestfish-actions.pod:4227
25967 msgid ""
25968 "This is like the L</strings> command, but allows you to specify the encoding "
25969 "of strings that are looked for in the source file C<path>."
25970 msgstr ""
25971
25972 #. type: textblock
25973 #: ../fish/guestfish-actions.pod:4237
25974 msgid ""
25975 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
25976 "ISO-8859-X (this is what L</strings> uses)."
25977 msgstr ""
25978
25979 #. type: =head2
25980 #: ../fish/guestfish-actions.pod:4269
25981 msgid "swapoff-device"
25982 msgstr ""
25983
25984 #. type: verbatim
25985 #: ../fish/guestfish-actions.pod:4271
25986 #, no-wrap
25987 msgid ""
25988 " swapoff-device device\n"
25989 "\n"
25990 msgstr ""
25991
25992 #. type: textblock
25993 #: ../fish/guestfish-actions.pod:4273
25994 msgid ""
25995 "This command disables the libguestfs appliance swap device or partition "
25996 "named C<device>.  See L</swapon-device>."
25997 msgstr ""
25998
25999 #. type: =head2
26000 #: ../fish/guestfish-actions.pod:4277
26001 msgid "swapoff-file"
26002 msgstr ""
26003
26004 #. type: verbatim
26005 #: ../fish/guestfish-actions.pod:4279
26006 #, no-wrap
26007 msgid ""
26008 " swapoff-file file\n"
26009 "\n"
26010 msgstr ""
26011
26012 #. type: =head2
26013 #: ../fish/guestfish-actions.pod:4283
26014 msgid "swapoff-label"
26015 msgstr ""
26016
26017 #. type: verbatim
26018 #: ../fish/guestfish-actions.pod:4285
26019 #, no-wrap
26020 msgid ""
26021 " swapoff-label label\n"
26022 "\n"
26023 msgstr ""
26024
26025 #. type: =head2
26026 #: ../fish/guestfish-actions.pod:4290
26027 msgid "swapoff-uuid"
26028 msgstr ""
26029
26030 #. type: verbatim
26031 #: ../fish/guestfish-actions.pod:4292
26032 #, no-wrap
26033 msgid ""
26034 " swapoff-uuid uuid\n"
26035 "\n"
26036 msgstr ""
26037
26038 #. type: =head2
26039 #: ../fish/guestfish-actions.pod:4297
26040 msgid "swapon-device"
26041 msgstr ""
26042
26043 #. type: verbatim
26044 #: ../fish/guestfish-actions.pod:4299
26045 #, no-wrap
26046 msgid ""
26047 " swapon-device device\n"
26048 "\n"
26049 msgstr ""
26050
26051 #. type: textblock
26052 #: ../fish/guestfish-actions.pod:4301
26053 msgid ""
26054 "This command enables the libguestfs appliance to use the swap device or "
26055 "partition named C<device>.  The increased memory is made available for all "
26056 "commands, for example those run using L</command> or L</sh>."
26057 msgstr ""
26058
26059 #. type: =head2
26060 #: ../fish/guestfish-actions.pod:4313
26061 msgid "swapon-file"
26062 msgstr ""
26063
26064 #. type: verbatim
26065 #: ../fish/guestfish-actions.pod:4315
26066 #, no-wrap
26067 msgid ""
26068 " swapon-file file\n"
26069 "\n"
26070 msgstr ""
26071
26072 #. type: textblock
26073 #: ../fish/guestfish-actions.pod:4317
26074 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26075 msgstr ""
26076
26077 #. type: =head2
26078 #: ../fish/guestfish-actions.pod:4320
26079 msgid "swapon-label"
26080 msgstr ""
26081
26082 #. type: verbatim
26083 #: ../fish/guestfish-actions.pod:4322
26084 #, no-wrap
26085 msgid ""
26086 " swapon-label label\n"
26087 "\n"
26088 msgstr ""
26089
26090 #. type: textblock
26091 #: ../fish/guestfish-actions.pod:4324
26092 msgid ""
26093 "This command enables swap to a labeled swap partition.  See "
26094 "L</swapon-device> for other notes."
26095 msgstr ""
26096
26097 #. type: =head2
26098 #: ../fish/guestfish-actions.pod:4327
26099 msgid "swapon-uuid"
26100 msgstr ""
26101
26102 #. type: verbatim
26103 #: ../fish/guestfish-actions.pod:4329
26104 #, no-wrap
26105 msgid ""
26106 " swapon-uuid uuid\n"
26107 "\n"
26108 msgstr ""
26109
26110 #. type: textblock
26111 #: ../fish/guestfish-actions.pod:4331
26112 msgid ""
26113 "This command enables swap to a swap partition with the given UUID.  See "
26114 "L</swapon-device> for other notes."
26115 msgstr ""
26116
26117 #. type: =head2
26118 #: ../fish/guestfish-actions.pod:4334
26119 msgid "sync"
26120 msgstr ""
26121
26122 #. type: verbatim
26123 #: ../fish/guestfish-actions.pod:4336
26124 #, no-wrap
26125 msgid ""
26126 " sync\n"
26127 "\n"
26128 msgstr ""
26129
26130 #. type: =head2
26131 #: ../fish/guestfish-actions.pod:4344
26132 msgid "tail"
26133 msgstr ""
26134
26135 #. type: verbatim
26136 #: ../fish/guestfish-actions.pod:4346
26137 #, no-wrap
26138 msgid ""
26139 " tail path\n"
26140 "\n"
26141 msgstr ""
26142
26143 #. type: =head2
26144 #: ../fish/guestfish-actions.pod:4354
26145 msgid "tail-n"
26146 msgstr ""
26147
26148 #. type: verbatim
26149 #: ../fish/guestfish-actions.pod:4356
26150 #, no-wrap
26151 msgid ""
26152 " tail-n nrlines path\n"
26153 "\n"
26154 msgstr ""
26155
26156 #. type: =head2
26157 #: ../fish/guestfish-actions.pod:4369
26158 msgid "tar-in"
26159 msgstr ""
26160
26161 #. type: verbatim
26162 #: ../fish/guestfish-actions.pod:4371
26163 #, no-wrap
26164 msgid ""
26165 " tar-in (tarfile|-) directory\n"
26166 "\n"
26167 msgstr ""
26168
26169 #. type: textblock
26170 #: ../fish/guestfish-actions.pod:4376
26171 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26172 msgstr ""
26173
26174 #. type: =head2
26175 #: ../fish/guestfish-actions.pod:4381
26176 msgid "tar-out"
26177 msgstr ""
26178
26179 #. type: verbatim
26180 #: ../fish/guestfish-actions.pod:4383
26181 #, no-wrap
26182 msgid ""
26183 " tar-out directory (tarfile|-)\n"
26184 "\n"
26185 msgstr ""
26186
26187 #. type: textblock
26188 #: ../fish/guestfish-actions.pod:4388
26189 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26190 msgstr ""
26191
26192 #. type: =head2
26193 #: ../fish/guestfish-actions.pod:4393
26194 msgid "tgz-in"
26195 msgstr ""
26196
26197 #. type: verbatim
26198 #: ../fish/guestfish-actions.pod:4395
26199 #, no-wrap
26200 msgid ""
26201 " tgz-in (tarball|-) directory\n"
26202 "\n"
26203 msgstr ""
26204
26205 #. type: textblock
26206 #: ../fish/guestfish-actions.pod:4400
26207 msgid "To upload an uncompressed tarball, use L</tar-in>."
26208 msgstr ""
26209
26210 #. type: =head2
26211 #: ../fish/guestfish-actions.pod:4404
26212 msgid "tgz-out"
26213 msgstr ""
26214
26215 #. type: verbatim
26216 #: ../fish/guestfish-actions.pod:4406
26217 #, no-wrap
26218 msgid ""
26219 " tgz-out directory (tarball|-)\n"
26220 "\n"
26221 msgstr ""
26222
26223 #. type: textblock
26224 #: ../fish/guestfish-actions.pod:4411
26225 msgid "To download an uncompressed tarball, use L</tar-out>."
26226 msgstr ""
26227
26228 #. type: =head2
26229 #: ../fish/guestfish-actions.pod:4415
26230 msgid "touch"
26231 msgstr ""
26232
26233 #. type: verbatim
26234 #: ../fish/guestfish-actions.pod:4417
26235 #, no-wrap
26236 msgid ""
26237 " touch path\n"
26238 "\n"
26239 msgstr ""
26240
26241 #. type: =head2
26242 #: ../fish/guestfish-actions.pod:4426
26243 msgid "truncate"
26244 msgstr ""
26245
26246 #. type: verbatim
26247 #: ../fish/guestfish-actions.pod:4428
26248 #, no-wrap
26249 msgid ""
26250 " truncate path\n"
26251 "\n"
26252 msgstr ""
26253
26254 #. type: =head2
26255 #: ../fish/guestfish-actions.pod:4433
26256 msgid "truncate-size"
26257 msgstr ""
26258
26259 #. type: verbatim
26260 #: ../fish/guestfish-actions.pod:4435
26261 #, no-wrap
26262 msgid ""
26263 " truncate-size path size\n"
26264 "\n"
26265 msgstr ""
26266
26267 #. type: textblock
26268 #: ../fish/guestfish-actions.pod:4440
26269 msgid ""
26270 "If the current file size is less than C<size> then the file is extended to "
26271 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26272 "blocks are not allocated for the file until you write to it).  To create a "
26273 "non-sparse file of zeroes, use L</fallocate64> instead."
26274 msgstr ""
26275
26276 #. type: =head2
26277 #: ../fish/guestfish-actions.pod:4446
26278 msgid "tune2fs-l"
26279 msgstr ""
26280
26281 #. type: verbatim
26282 #: ../fish/guestfish-actions.pod:4448
26283 #, no-wrap
26284 msgid ""
26285 " tune2fs-l device\n"
26286 "\n"
26287 msgstr ""
26288
26289 #. type: =head2
26290 #: ../fish/guestfish-actions.pod:4458
26291 msgid "txz-in"
26292 msgstr ""
26293
26294 #. type: verbatim
26295 #: ../fish/guestfish-actions.pod:4460
26296 #, no-wrap
26297 msgid ""
26298 " txz-in (tarball|-) directory\n"
26299 "\n"
26300 msgstr ""
26301
26302 #. type: =head2
26303 #: ../fish/guestfish-actions.pod:4467
26304 msgid "txz-out"
26305 msgstr ""
26306
26307 #. type: verbatim
26308 #: ../fish/guestfish-actions.pod:4469
26309 #, no-wrap
26310 msgid ""
26311 " txz-out directory (tarball|-)\n"
26312 "\n"
26313 msgstr ""
26314
26315 #. type: =head2
26316 #: ../fish/guestfish-actions.pod:4476
26317 msgid "umask"
26318 msgstr ""
26319
26320 #. type: verbatim
26321 #: ../fish/guestfish-actions.pod:4478
26322 #, no-wrap
26323 msgid ""
26324 " umask mask\n"
26325 "\n"
26326 msgstr ""
26327
26328 #. type: textblock
26329 #: ../fish/guestfish-actions.pod:4492
26330 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26331 msgstr ""
26332
26333 #. type: =head2
26334 #: ../fish/guestfish-actions.pod:4497
26335 msgid "umount"
26336 msgstr ""
26337
26338 #. type: =head2
26339 #: ../fish/guestfish-actions.pod:4499
26340 msgid "unmount"
26341 msgstr ""
26342
26343 #. type: verbatim
26344 #: ../fish/guestfish-actions.pod:4501
26345 #, no-wrap
26346 msgid ""
26347 " umount pathordevice\n"
26348 "\n"
26349 msgstr ""
26350
26351 #. type: =head2
26352 #: ../fish/guestfish-actions.pod:4507
26353 msgid "umount-all"
26354 msgstr ""
26355
26356 #. type: =head2
26357 #: ../fish/guestfish-actions.pod:4509
26358 msgid "unmount-all"
26359 msgstr ""
26360
26361 #. type: verbatim
26362 #: ../fish/guestfish-actions.pod:4511
26363 #, no-wrap
26364 msgid ""
26365 " umount-all\n"
26366 "\n"
26367 msgstr ""
26368
26369 #. type: =head2
26370 #: ../fish/guestfish-actions.pod:4517
26371 msgid "upload"
26372 msgstr ""
26373
26374 #. type: verbatim
26375 #: ../fish/guestfish-actions.pod:4519
26376 #, no-wrap
26377 msgid ""
26378 " upload (filename|-) remotefilename\n"
26379 "\n"
26380 msgstr ""
26381
26382 #. type: textblock
26383 #: ../fish/guestfish-actions.pod:4526
26384 msgid "See also L</download>."
26385 msgstr ""
26386
26387 #. type: =head2
26388 #: ../fish/guestfish-actions.pod:4530
26389 msgid "upload-offset"
26390 msgstr ""
26391
26392 #. type: verbatim
26393 #: ../fish/guestfish-actions.pod:4532
26394 #, no-wrap
26395 msgid ""
26396 " upload-offset (filename|-) remotefilename offset\n"
26397 "\n"
26398 msgstr ""
26399
26400 #. type: textblock
26401 #: ../fish/guestfish-actions.pod:4544
26402 msgid ""
26403 "Note that there is no limit on the amount of data that can be uploaded with "
26404 "this call, unlike with L</pwrite>, and this call always writes the full "
26405 "amount unless an error occurs."
26406 msgstr ""
26407
26408 #. type: textblock
26409 #: ../fish/guestfish-actions.pod:4549
26410 msgid "See also L</upload>, L</pwrite>."
26411 msgstr ""
26412
26413 #. type: =head2
26414 #: ../fish/guestfish-actions.pod:4553
26415 msgid "utimens"
26416 msgstr ""
26417
26418 #. type: verbatim
26419 #: ../fish/guestfish-actions.pod:4555
26420 #, no-wrap
26421 msgid ""
26422 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26423 "\n"
26424 msgstr ""
26425
26426 #. type: =head2
26427 #: ../fish/guestfish-actions.pod:4574
26428 msgid "version"
26429 msgstr ""
26430
26431 #. type: verbatim
26432 #: ../fish/guestfish-actions.pod:4576
26433 #, no-wrap
26434 msgid ""
26435 " version\n"
26436 "\n"
26437 msgstr ""
26438
26439 #. type: textblock
26440 #: ../fish/guestfish-actions.pod:4603
26441 msgid ""
26442 "I<Note:> Don't use this call to test for availability of features.  In "
26443 "enterprise distributions we backport features from later versions into "
26444 "earlier versions, making this an unreliable way to test for features.  Use "
26445 "L</available> instead."
26446 msgstr ""
26447
26448 #. type: =head2
26449 #: ../fish/guestfish-actions.pod:4609
26450 msgid "vfs-label"
26451 msgstr ""
26452
26453 #. type: verbatim
26454 #: ../fish/guestfish-actions.pod:4611
26455 #, no-wrap
26456 msgid ""
26457 " vfs-label device\n"
26458 "\n"
26459 msgstr ""
26460
26461 #. type: textblock
26462 #: ../fish/guestfish-actions.pod:4618
26463 msgid "To find a filesystem from the label, use L</findfs-label>."
26464 msgstr ""
26465
26466 #. type: =head2
26467 #: ../fish/guestfish-actions.pod:4620
26468 msgid "vfs-type"
26469 msgstr ""
26470
26471 #. type: verbatim
26472 #: ../fish/guestfish-actions.pod:4622
26473 #, no-wrap
26474 msgid ""
26475 " vfs-type device\n"
26476 "\n"
26477 msgstr ""
26478
26479 #. type: =head2
26480 #: ../fish/guestfish-actions.pod:4632
26481 msgid "vfs-uuid"
26482 msgstr ""
26483
26484 #. type: verbatim
26485 #: ../fish/guestfish-actions.pod:4634
26486 #, no-wrap
26487 msgid ""
26488 " vfs-uuid device\n"
26489 "\n"
26490 msgstr ""
26491
26492 #. type: textblock
26493 #: ../fish/guestfish-actions.pod:4641
26494 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26495 msgstr ""
26496
26497 #. type: =head2
26498 #: ../fish/guestfish-actions.pod:4643
26499 msgid "vg-activate"
26500 msgstr ""
26501
26502 #. type: verbatim
26503 #: ../fish/guestfish-actions.pod:4645
26504 #, no-wrap
26505 msgid ""
26506 " vg-activate true|false 'volgroups ...'\n"
26507 "\n"
26508 msgstr ""
26509
26510 #. type: =head2
26511 #: ../fish/guestfish-actions.pod:4658
26512 msgid "vg-activate-all"
26513 msgstr ""
26514
26515 #. type: verbatim
26516 #: ../fish/guestfish-actions.pod:4660
26517 #, no-wrap
26518 msgid ""
26519 " vg-activate-all true|false\n"
26520 "\n"
26521 msgstr ""
26522
26523 #. type: =head2
26524 #: ../fish/guestfish-actions.pod:4670
26525 msgid "vgcreate"
26526 msgstr ""
26527
26528 #. type: verbatim
26529 #: ../fish/guestfish-actions.pod:4672
26530 #, no-wrap
26531 msgid ""
26532 " vgcreate volgroup 'physvols ...'\n"
26533 "\n"
26534 msgstr ""
26535
26536 #. type: =head2
26537 #: ../fish/guestfish-actions.pod:4677
26538 msgid "vglvuuids"
26539 msgstr ""
26540
26541 #. type: verbatim
26542 #: ../fish/guestfish-actions.pod:4679
26543 #, no-wrap
26544 msgid ""
26545 " vglvuuids vgname\n"
26546 "\n"
26547 msgstr ""
26548
26549 #. type: textblock
26550 #: ../fish/guestfish-actions.pod:4684
26551 msgid ""
26552 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26553 "logical volumes and volume groups."
26554 msgstr ""
26555
26556 #. type: textblock
26557 #: ../fish/guestfish-actions.pod:4687
26558 msgid "See also L</vgpvuuids>."
26559 msgstr ""
26560
26561 #. type: =head2
26562 #: ../fish/guestfish-actions.pod:4689
26563 msgid "vgpvuuids"
26564 msgstr ""
26565
26566 #. type: verbatim
26567 #: ../fish/guestfish-actions.pod:4691
26568 #, no-wrap
26569 msgid ""
26570 " vgpvuuids vgname\n"
26571 "\n"
26572 msgstr ""
26573
26574 #. type: textblock
26575 #: ../fish/guestfish-actions.pod:4696
26576 msgid ""
26577 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26578 "physical volumes and volume groups."
26579 msgstr ""
26580
26581 #. type: textblock
26582 #: ../fish/guestfish-actions.pod:4699
26583 msgid "See also L</vglvuuids>."
26584 msgstr ""
26585
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:4701
26588 msgid "vgremove"
26589 msgstr ""
26590
26591 #. type: verbatim
26592 #: ../fish/guestfish-actions.pod:4703
26593 #, no-wrap
26594 msgid ""
26595 " vgremove vgname\n"
26596 "\n"
26597 msgstr ""
26598
26599 #. type: =head2
26600 #: ../fish/guestfish-actions.pod:4710
26601 msgid "vgrename"
26602 msgstr ""
26603
26604 #. type: verbatim
26605 #: ../fish/guestfish-actions.pod:4712
26606 #, no-wrap
26607 msgid ""
26608 " vgrename volgroup newvolgroup\n"
26609 "\n"
26610 msgstr ""
26611
26612 #. type: =head2
26613 #: ../fish/guestfish-actions.pod:4716
26614 msgid "vgs"
26615 msgstr ""
26616
26617 #. type: verbatim
26618 #: ../fish/guestfish-actions.pod:4718
26619 #, no-wrap
26620 msgid ""
26621 " vgs\n"
26622 "\n"
26623 msgstr ""
26624
26625 #. type: textblock
26626 #: ../fish/guestfish-actions.pod:4726
26627 msgid "See also L</vgs-full>."
26628 msgstr ""
26629
26630 #. type: =head2
26631 #: ../fish/guestfish-actions.pod:4728
26632 msgid "vgs-full"
26633 msgstr ""
26634
26635 #. type: verbatim
26636 #: ../fish/guestfish-actions.pod:4730
26637 #, no-wrap
26638 msgid ""
26639 " vgs-full\n"
26640 "\n"
26641 msgstr ""
26642
26643 #. type: =head2
26644 #: ../fish/guestfish-actions.pod:4735
26645 msgid "vgscan"
26646 msgstr ""
26647
26648 #. type: verbatim
26649 #: ../fish/guestfish-actions.pod:4737
26650 #, no-wrap
26651 msgid ""
26652 " vgscan\n"
26653 "\n"
26654 msgstr ""
26655
26656 #. type: =head2
26657 #: ../fish/guestfish-actions.pod:4742
26658 msgid "vguuid"
26659 msgstr ""
26660
26661 #. type: verbatim
26662 #: ../fish/guestfish-actions.pod:4744
26663 #, no-wrap
26664 msgid ""
26665 " vguuid vgname\n"
26666 "\n"
26667 msgstr ""
26668
26669 #. type: =head2
26670 #: ../fish/guestfish-actions.pod:4748
26671 msgid "wc-c"
26672 msgstr ""
26673
26674 #. type: verbatim
26675 #: ../fish/guestfish-actions.pod:4750
26676 #, no-wrap
26677 msgid ""
26678 " wc-c path\n"
26679 "\n"
26680 msgstr ""
26681
26682 #. type: =head2
26683 #: ../fish/guestfish-actions.pod:4755
26684 msgid "wc-l"
26685 msgstr ""
26686
26687 #. type: verbatim
26688 #: ../fish/guestfish-actions.pod:4757
26689 #, no-wrap
26690 msgid ""
26691 " wc-l path\n"
26692 "\n"
26693 msgstr ""
26694
26695 #. type: =head2
26696 #: ../fish/guestfish-actions.pod:4762
26697 msgid "wc-w"
26698 msgstr ""
26699
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:4764
26702 #, no-wrap
26703 msgid ""
26704 " wc-w path\n"
26705 "\n"
26706 msgstr ""
26707
26708 #. type: =head2
26709 #: ../fish/guestfish-actions.pod:4769
26710 msgid "write"
26711 msgstr ""
26712
26713 #. type: verbatim
26714 #: ../fish/guestfish-actions.pod:4771
26715 #, no-wrap
26716 msgid ""
26717 " write path content\n"
26718 "\n"
26719 msgstr ""
26720
26721 #. type: =head2
26722 #: ../fish/guestfish-actions.pod:4779
26723 msgid "write-file"
26724 msgstr ""
26725
26726 #. type: verbatim
26727 #: ../fish/guestfish-actions.pod:4781
26728 #, no-wrap
26729 msgid ""
26730 " write-file path content size\n"
26731 "\n"
26732 msgstr ""
26733
26734 #. type: =head2
26735 #: ../fish/guestfish-actions.pod:4804
26736 msgid "zegrep"
26737 msgstr ""
26738
26739 #. type: verbatim
26740 #: ../fish/guestfish-actions.pod:4806
26741 #, no-wrap
26742 msgid ""
26743 " zegrep regex path\n"
26744 "\n"
26745 msgstr ""
26746
26747 #. type: =head2
26748 #: ../fish/guestfish-actions.pod:4814
26749 msgid "zegrepi"
26750 msgstr ""
26751
26752 #. type: verbatim
26753 #: ../fish/guestfish-actions.pod:4816
26754 #, no-wrap
26755 msgid ""
26756 " zegrepi regex path\n"
26757 "\n"
26758 msgstr ""
26759
26760 #. type: =head2
26761 #: ../fish/guestfish-actions.pod:4824
26762 msgid "zero"
26763 msgstr ""
26764
26765 #. type: verbatim
26766 #: ../fish/guestfish-actions.pod:4826
26767 #, no-wrap
26768 msgid ""
26769 " zero device\n"
26770 "\n"
26771 msgstr ""
26772
26773 #. type: textblock
26774 #: ../fish/guestfish-actions.pod:4834
26775 msgid "See also: L</zero-device>, L</scrub-device>."
26776 msgstr ""
26777
26778 #. type: =head2
26779 #: ../fish/guestfish-actions.pod:4836
26780 msgid "zero-device"
26781 msgstr ""
26782
26783 #. type: verbatim
26784 #: ../fish/guestfish-actions.pod:4838
26785 #, no-wrap
26786 msgid ""
26787 " zero-device device\n"
26788 "\n"
26789 msgstr ""
26790
26791 #. type: textblock
26792 #: ../fish/guestfish-actions.pod:4840
26793 msgid ""
26794 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26795 "which just zeroes the first few blocks of a device."
26796 msgstr ""
26797
26798 #. type: =head2
26799 #: ../fish/guestfish-actions.pod:4847
26800 msgid "zerofree"
26801 msgstr ""
26802
26803 #. type: verbatim
26804 #: ../fish/guestfish-actions.pod:4849
26805 #, no-wrap
26806 msgid ""
26807 " zerofree device\n"
26808 "\n"
26809 msgstr ""
26810
26811 #. type: =head2
26812 #: ../fish/guestfish-actions.pod:4862
26813 msgid "zfgrep"
26814 msgstr ""
26815
26816 #. type: verbatim
26817 #: ../fish/guestfish-actions.pod:4864
26818 #, no-wrap
26819 msgid ""
26820 " zfgrep pattern path\n"
26821 "\n"
26822 msgstr ""
26823
26824 #. type: =head2
26825 #: ../fish/guestfish-actions.pod:4872
26826 msgid "zfgrepi"
26827 msgstr ""
26828
26829 #. type: verbatim
26830 #: ../fish/guestfish-actions.pod:4874
26831 #, no-wrap
26832 msgid ""
26833 " zfgrepi pattern path\n"
26834 "\n"
26835 msgstr ""
26836
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:4882
26839 msgid "zfile"
26840 msgstr ""
26841
26842 #. type: verbatim
26843 #: ../fish/guestfish-actions.pod:4884
26844 #, no-wrap
26845 msgid ""
26846 " zfile meth path\n"
26847 "\n"
26848 msgstr ""
26849
26850 #. type: textblock
26851 #: ../fish/guestfish-actions.pod:4891
26852 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
26853 msgstr ""
26854
26855 #. type: =head2
26856 #: ../fish/guestfish-actions.pod:4901
26857 msgid "zgrep"
26858 msgstr ""
26859
26860 #. type: verbatim
26861 #: ../fish/guestfish-actions.pod:4903
26862 #, no-wrap
26863 msgid ""
26864 " zgrep regex path\n"
26865 "\n"
26866 msgstr ""
26867
26868 #. type: =head2
26869 #: ../fish/guestfish-actions.pod:4911
26870 msgid "zgrepi"
26871 msgstr ""
26872
26873 #. type: verbatim
26874 #: ../fish/guestfish-actions.pod:4913
26875 #, no-wrap
26876 msgid ""
26877 " zgrepi regex path\n"
26878 "\n"
26879 msgstr ""
26880
26881 #. type: =head2
26882 #: ../fish/guestfish-commands.pod:1
26883 msgid "alloc"
26884 msgstr ""
26885
26886 #. type: =head2
26887 #: ../fish/guestfish-commands.pod:3
26888 msgid "allocate"
26889 msgstr ""
26890
26891 #. type: verbatim
26892 #: ../fish/guestfish-commands.pod:5
26893 #, no-wrap
26894 msgid ""
26895 " alloc filename size\n"
26896 "\n"
26897 msgstr ""
26898
26899 #. type: textblock
26900 #: ../fish/guestfish-commands.pod:7
26901 msgid ""
26902 "This creates an empty (zeroed) file of the given size, and then adds so it "
26903 "can be further examined."
26904 msgstr ""
26905
26906 #. type: textblock
26907 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
26908 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
26909 msgstr ""
26910
26911 #. type: textblock
26912 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
26913 msgid "Size can be specified using standard suffixes, eg. C<1M>."
26914 msgstr ""
26915
26916 #. type: textblock
26917 #: ../fish/guestfish-commands.pod:14
26918 msgid ""
26919 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
26920 "image, see L</PREPARED DISK IMAGES>."
26921 msgstr ""
26922
26923 #. type: =head2
26924 #: ../fish/guestfish-commands.pod:17
26925 msgid "copy-in"
26926 msgstr ""
26927
26928 #. type: verbatim
26929 #: ../fish/guestfish-commands.pod:19
26930 #, no-wrap
26931 msgid ""
26932 " copy-in local [local ...] /remotedir\n"
26933 "\n"
26934 msgstr ""
26935
26936 #. type: textblock
26937 #: ../fish/guestfish-commands.pod:21
26938 msgid ""
26939 "C<copy-in> copies local files or directories recursively into the disk "
26940 "image, placing them in the directory called C</remotedir> (which must "
26941 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
26942 "other commands as necessary."
26943 msgstr ""
26944
26945 #. type: textblock
26946 #: ../fish/guestfish-commands.pod:26
26947 msgid ""
26948 "Multiple local files and directories can be specified, but the last "
26949 "parameter must always be a remote directory.  Wildcards cannot be used."
26950 msgstr ""
26951
26952 #. type: =head2
26953 #: ../fish/guestfish-commands.pod:30
26954 msgid "copy-out"
26955 msgstr ""
26956
26957 #. type: verbatim
26958 #: ../fish/guestfish-commands.pod:32
26959 #, no-wrap
26960 msgid ""
26961 " copy-out remote [remote ...] localdir\n"
26962 "\n"
26963 msgstr ""
26964
26965 #. type: textblock
26966 #: ../fish/guestfish-commands.pod:34
26967 msgid ""
26968 "C<copy-out> copies remote files or directories recursively out of the disk "
26969 "image, placing them on the host disk in a local directory called C<localdir> "
26970 "(which must exist).  This guestfish meta-command turns into a sequence of "
26971 "L</download>, L</tar-out> and other commands as necessary."
26972 msgstr ""
26973
26974 #. type: textblock
26975 #: ../fish/guestfish-commands.pod:40
26976 msgid ""
26977 "Multiple remote files and directories can be specified, but the last "
26978 "parameter must always be a local directory.  To download to the current "
26979 "directory, use C<.> as in:"
26980 msgstr ""
26981
26982 #. type: verbatim
26983 #: ../fish/guestfish-commands.pod:44
26984 #, no-wrap
26985 msgid ""
26986 " copy-out /home .\n"
26987 "\n"
26988 msgstr ""
26989
26990 #. type: textblock
26991 #: ../fish/guestfish-commands.pod:46
26992 msgid ""
26993 "Wildcards cannot be used in the ordinary command, but you can use them with "
26994 "the help of L</glob> like this:"
26995 msgstr ""
26996
26997 #. type: verbatim
26998 #: ../fish/guestfish-commands.pod:49
26999 #, no-wrap
27000 msgid ""
27001 " glob copy-out /home/* .\n"
27002 "\n"
27003 msgstr ""
27004
27005 #. type: =head2
27006 #: ../fish/guestfish-commands.pod:51
27007 msgid "echo"
27008 msgstr ""
27009
27010 #. type: verbatim
27011 #: ../fish/guestfish-commands.pod:53
27012 #, no-wrap
27013 msgid ""
27014 " echo [params ...]\n"
27015 "\n"
27016 msgstr ""
27017
27018 #. type: textblock
27019 #: ../fish/guestfish-commands.pod:55
27020 msgid "This echos the parameters to the terminal."
27021 msgstr ""
27022
27023 #. type: =head2
27024 #: ../fish/guestfish-commands.pod:57
27025 msgid "edit"
27026 msgstr ""
27027
27028 #. type: =head2
27029 #: ../fish/guestfish-commands.pod:59
27030 msgid "vi"
27031 msgstr ""
27032
27033 #. type: =head2
27034 #: ../fish/guestfish-commands.pod:61
27035 msgid "emacs"
27036 msgstr ""
27037
27038 #. type: verbatim
27039 #: ../fish/guestfish-commands.pod:63
27040 #, no-wrap
27041 msgid ""
27042 " edit filename\n"
27043 "\n"
27044 msgstr ""
27045
27046 #. type: textblock
27047 #: ../fish/guestfish-commands.pod:65
27048 msgid ""
27049 "This is used to edit a file.  It downloads the file, edits it locally using "
27050 "your editor, then uploads the result."
27051 msgstr ""
27052
27053 #. type: textblock
27054 #: ../fish/guestfish-commands.pod:68
27055 msgid ""
27056 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27057 "or C<emacs> you will get those corresponding editors."
27058 msgstr ""
27059
27060 #. type: =head2
27061 #: ../fish/guestfish-commands.pod:72
27062 msgid "glob"
27063 msgstr ""
27064
27065 #. type: verbatim
27066 #: ../fish/guestfish-commands.pod:74
27067 #, no-wrap
27068 msgid ""
27069 " glob command args...\n"
27070 "\n"
27071 msgstr ""
27072
27073 #. type: textblock
27074 #: ../fish/guestfish-commands.pod:76
27075 msgid ""
27076 "Expand wildcards in any paths in the args list, and run C<command> "
27077 "repeatedly on each matching path."
27078 msgstr ""
27079
27080 #. type: textblock
27081 #: ../fish/guestfish-commands.pod:79
27082 msgid "See L</WILDCARDS AND GLOBBING>."
27083 msgstr ""
27084
27085 #. type: =head2
27086 #: ../fish/guestfish-commands.pod:81
27087 msgid "hexedit"
27088 msgstr ""
27089
27090 #. type: verbatim
27091 #: ../fish/guestfish-commands.pod:83
27092 #, no-wrap
27093 msgid ""
27094 " hexedit <filename|device>\n"
27095 " hexedit <filename|device> <max>\n"
27096 " hexedit <filename|device> <start> <max>\n"
27097 "\n"
27098 msgstr ""
27099
27100 #. type: textblock
27101 #: ../fish/guestfish-commands.pod:87
27102 msgid ""
27103 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27104 "device."
27105 msgstr ""
27106
27107 #. type: textblock
27108 #: ../fish/guestfish-commands.pod:90
27109 msgid ""
27110 "This command works by downloading potentially the whole file or device, "
27111 "editing it locally, then uploading it.  If the file or device is large, you "
27112 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27113 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27114 "usual modifiers allowed such as C<1M> (1 megabyte)."
27115 msgstr ""
27116
27117 #. type: textblock
27118 #: ../fish/guestfish-commands.pod:97
27119 msgid "For example to edit the first few sectors of a disk you might do:"
27120 msgstr ""
27121
27122 #. type: verbatim
27123 #: ../fish/guestfish-commands.pod:100
27124 #, no-wrap
27125 msgid ""
27126 " hexedit /dev/sda 1M\n"
27127 "\n"
27128 msgstr ""
27129
27130 #. type: textblock
27131 #: ../fish/guestfish-commands.pod:102
27132 msgid ""
27133 "which would allow you to edit anywhere within the first megabyte of the "
27134 "disk."
27135 msgstr ""
27136
27137 #. type: textblock
27138 #: ../fish/guestfish-commands.pod:105
27139 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27140 msgstr ""
27141
27142 #. type: verbatim
27143 #: ../fish/guestfish-commands.pod:107
27144 #, no-wrap
27145 msgid ""
27146 " hexedit /dev/sda1 0x400 0x400\n"
27147 "\n"
27148 msgstr ""
27149
27150 #. type: textblock
27151 #: ../fish/guestfish-commands.pod:109
27152 msgid "(assuming the superblock is in the standard location)."
27153 msgstr ""
27154
27155 #. type: textblock
27156 #: ../fish/guestfish-commands.pod:111
27157 msgid ""
27158 "This command requires the external L<hexedit(1)> program.  You can specify "
27159 "another program to use by setting the C<HEXEDITOR> environment variable."
27160 msgstr ""
27161
27162 #. type: textblock
27163 #: ../fish/guestfish-commands.pod:115
27164 msgid "See also L</hexdump>."
27165 msgstr ""
27166
27167 #. type: =head2
27168 #: ../fish/guestfish-commands.pod:117
27169 msgid "lcd"
27170 msgstr ""
27171
27172 #. type: verbatim
27173 #: ../fish/guestfish-commands.pod:119
27174 #, no-wrap
27175 msgid ""
27176 " lcd directory\n"
27177 "\n"
27178 msgstr ""
27179
27180 #. type: textblock
27181 #: ../fish/guestfish-commands.pod:121
27182 msgid "Change the local directory, ie. the current directory of guestfish itself."
27183 msgstr ""
27184
27185 #. type: textblock
27186 #: ../fish/guestfish-commands.pod:124
27187 msgid "Note that C<!cd> won't do what you might expect."
27188 msgstr ""
27189
27190 #. type: =head2
27191 #: ../fish/guestfish-commands.pod:126
27192 msgid "man"
27193 msgstr ""
27194
27195 #. type: =head2
27196 #: ../fish/guestfish-commands.pod:128
27197 msgid "manual"
27198 msgstr ""
27199
27200 #. type: verbatim
27201 #: ../fish/guestfish-commands.pod:130
27202 #, no-wrap
27203 msgid ""
27204 "  man\n"
27205 "\n"
27206 msgstr ""
27207
27208 #. type: textblock
27209 #: ../fish/guestfish-commands.pod:132
27210 msgid "Opens the manual page for guestfish."
27211 msgstr ""
27212
27213 #. type: =head2
27214 #: ../fish/guestfish-commands.pod:134
27215 msgid "more"
27216 msgstr ""
27217
27218 #. type: =head2
27219 #: ../fish/guestfish-commands.pod:136
27220 msgid "less"
27221 msgstr ""
27222
27223 #. type: verbatim
27224 #: ../fish/guestfish-commands.pod:138
27225 #, no-wrap
27226 msgid ""
27227 " more filename\n"
27228 "\n"
27229 msgstr ""
27230
27231 #. type: verbatim
27232 #: ../fish/guestfish-commands.pod:140
27233 #, no-wrap
27234 msgid ""
27235 " less filename\n"
27236 "\n"
27237 msgstr ""
27238
27239 #. type: textblock
27240 #: ../fish/guestfish-commands.pod:142
27241 msgid "This is used to view a file."
27242 msgstr ""
27243
27244 #. type: textblock
27245 #: ../fish/guestfish-commands.pod:144
27246 msgid ""
27247 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27248 "C<less> you will get the C<less> command specifically."
27249 msgstr ""
27250
27251 #. type: =head2
27252 #: ../fish/guestfish-commands.pod:147
27253 msgid "reopen"
27254 msgstr ""
27255
27256 #. type: verbatim
27257 #: ../fish/guestfish-commands.pod:149
27258 #, no-wrap
27259 msgid ""
27260 "  reopen\n"
27261 "\n"
27262 msgstr ""
27263
27264 #. type: textblock
27265 #: ../fish/guestfish-commands.pod:151
27266 msgid ""
27267 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27268 "normally, because the handle is closed properly when guestfish exits.  "
27269 "However this is occasionally useful for testing."
27270 msgstr ""
27271
27272 #. type: =head2
27273 #: ../fish/guestfish-commands.pod:155
27274 msgid "sparse"
27275 msgstr ""
27276
27277 #. type: verbatim
27278 #: ../fish/guestfish-commands.pod:157
27279 #, no-wrap
27280 msgid ""
27281 " sparse filename size\n"
27282 "\n"
27283 msgstr ""
27284
27285 #. type: textblock
27286 #: ../fish/guestfish-commands.pod:159
27287 msgid ""
27288 "This creates an empty sparse file of the given size, and then adds so it can "
27289 "be further examined."
27290 msgstr ""
27291
27292 #. type: textblock
27293 #: ../fish/guestfish-commands.pod:162
27294 msgid ""
27295 "In all respects it works the same as the L</alloc> command, except that the "
27296 "image file is allocated sparsely, which means that disk blocks are not "
27297 "assigned to the file until they are needed.  Sparse disk files only use "
27298 "space when written to, but they are slower and there is a danger you could "
27299 "run out of real disk space during a write operation."
27300 msgstr ""
27301
27302 #. type: =head2
27303 #: ../fish/guestfish-commands.pod:172
27304 msgid "supported"
27305 msgstr ""
27306
27307 #. type: verbatim
27308 #: ../fish/guestfish-commands.pod:174
27309 #, no-wrap
27310 msgid ""
27311 " supported\n"
27312 "\n"
27313 msgstr ""
27314
27315 #. type: textblock
27316 #: ../fish/guestfish-commands.pod:176
27317 msgid ""
27318 "This command returns a list of the optional groups known to the daemon, and "
27319 "indicates which ones are supported by this build of the libguestfs "
27320 "appliance."
27321 msgstr ""
27322
27323 #. type: textblock
27324 #: ../fish/guestfish-commands.pod:180
27325 msgid "See also L<guestfs(3)/AVAILABILITY>."
27326 msgstr ""
27327
27328 #. type: =head2
27329 #: ../fish/guestfish-commands.pod:182
27330 msgid "time"
27331 msgstr ""
27332
27333 #. type: verbatim
27334 #: ../fish/guestfish-commands.pod:184
27335 #, no-wrap
27336 msgid ""
27337 " time command args...\n"
27338 "\n"
27339 msgstr ""
27340
27341 #. type: textblock
27342 #: ../fish/guestfish-commands.pod:186
27343 msgid ""
27344 "Run the command as usual, but print the elapsed time afterwards.  This can "
27345 "be useful for benchmarking operations."
27346 msgstr ""
27347
27348 #. type: textblock
27349 #: ../test-tool/libguestfs-test-tool.pod:5
27350 msgid "libguestfs-test-tool - End user tests for libguestfs"
27351 msgstr ""
27352
27353 #. type: verbatim
27354 #: ../test-tool/libguestfs-test-tool.pod:9
27355 #, no-wrap
27356 msgid ""
27357 " libguestfs-test-tool [--options]\n"
27358 "\n"
27359 msgstr ""
27360
27361 #. type: textblock
27362 #: ../test-tool/libguestfs-test-tool.pod:13
27363 msgid ""
27364 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27365 "and developers, to allow them to check basic libguestfs functionality is "
27366 "working.  This is needed because libguestfs occasionally breaks for reasons "
27367 "beyond our control: usually because of changes in the underlying qemu or "
27368 "kernel packages, or the host environment."
27369 msgstr ""
27370
27371 #. type: textblock
27372 #: ../test-tool/libguestfs-test-tool.pod:20
27373 msgid "If you suspect a problem in libguestfs, then just run:"
27374 msgstr ""
27375
27376 #. type: verbatim
27377 #: ../test-tool/libguestfs-test-tool.pod:22
27378 #, no-wrap
27379 msgid ""
27380 " libguestfs-test-tool\n"
27381 "\n"
27382 msgstr ""
27383
27384 #. type: textblock
27385 #: ../test-tool/libguestfs-test-tool.pod:24
27386 msgid "It will print lots of diagnostic messages."
27387 msgstr ""
27388
27389 #. type: textblock
27390 #: ../test-tool/libguestfs-test-tool.pod:26
27391 msgid "If it runs to completion successfully, you will see this near the end:"
27392 msgstr ""
27393
27394 #. type: verbatim
27395 #: ../test-tool/libguestfs-test-tool.pod:28
27396 #, no-wrap
27397 msgid ""
27398 " ===== TEST FINISHED OK =====\n"
27399 "\n"
27400 msgstr ""
27401
27402 #. type: textblock
27403 #: ../test-tool/libguestfs-test-tool.pod:30
27404 msgid "and the test tool will exit with code 0."
27405 msgstr ""
27406
27407 #. type: textblock
27408 #: ../test-tool/libguestfs-test-tool.pod:32
27409 msgid ""
27410 "If it fails (and/or exits with non-zero error code), please paste the "
27411 "B<complete, unedited> output of the test tool into a bug report.  More "
27412 "information about reporting bugs can be found on the "
27413 "L<http://libguestfs.org/> website."
27414 msgstr ""
27415
27416 #. type: =item
27417 #: ../test-tool/libguestfs-test-tool.pod:41
27418 msgid "I<--help>"
27419 msgstr ""
27420
27421 #. type: textblock
27422 #: ../test-tool/libguestfs-test-tool.pod:43
27423 msgid "Display short usage information and exit."
27424 msgstr ""
27425
27426 #. type: =item
27427 #: ../test-tool/libguestfs-test-tool.pod:45
27428 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
27429 msgstr ""
27430
27431 #. type: textblock
27432 #: ../test-tool/libguestfs-test-tool.pod:47
27433 msgid ""
27434 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
27435 "normally look in the C<$libexec> directory that was configured when the tool "
27436 "was built."
27437 msgstr ""
27438
27439 #. type: =item
27440 #: ../test-tool/libguestfs-test-tool.pod:51
27441 msgid "I<--qemu qemu_binary>"
27442 msgstr ""
27443
27444 #. type: textblock
27445 #: ../test-tool/libguestfs-test-tool.pod:53
27446 msgid ""
27447 "If you have downloaded another qemu binary, point this option at the full "
27448 "path of the binary to try it."
27449 msgstr ""
27450
27451 #. type: =item
27452 #: ../test-tool/libguestfs-test-tool.pod:56
27453 msgid "I<--qemudir qemu_source_dir>"
27454 msgstr ""
27455
27456 #. type: textblock
27457 #: ../test-tool/libguestfs-test-tool.pod:58
27458 msgid ""
27459 "If you have compiled qemu from source, point this option at the source "
27460 "directory to try it."
27461 msgstr ""
27462
27463 #. type: =item
27464 #: ../test-tool/libguestfs-test-tool.pod:61
27465 msgid "I<--timeout N>"
27466 msgstr ""
27467
27468 #. type: textblock
27469 #: ../test-tool/libguestfs-test-tool.pod:63
27470 msgid ""
27471 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27472 "does not usually need to be adjusted unless your machine is very slow."
27473 msgstr ""
27474
27475 #. type: =head1
27476 #: ../test-tool/libguestfs-test-tool.pod:69
27477 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27478 msgstr ""
27479
27480 #. type: textblock
27481 #: ../test-tool/libguestfs-test-tool.pod:71
27482 msgid ""
27483 "If you have compiled another version of qemu from source and would like to "
27484 "try that, then you can use the I<--qemudir> option to point to the qemu "
27485 "source directory."
27486 msgstr ""
27487
27488 #. type: textblock
27489 #: ../test-tool/libguestfs-test-tool.pod:75
27490 msgid ""
27491 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27492 "option to point to the binary."
27493 msgstr ""
27494
27495 #. type: textblock
27496 #: ../test-tool/libguestfs-test-tool.pod:78
27497 msgid ""
27498 "When using an alternate qemu with libguestfs, usually you would need to "
27499 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27500 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27501 "when you use either of the I<--qemudir> or I<--qemu> options."
27502 msgstr ""
27503
27504 #. type: textblock
27505 #: ../test-tool/libguestfs-test-tool.pod:85
27506 msgid ""
27507 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27508 "I<1> if there was an error."
27509 msgstr ""
27510
27511 #. type: =item
27512 #: ../test-tool/libguestfs-test-tool.pod:92
27513 msgid "/usr/libexec/libguestfs-test-tool-helper"
27514 msgstr ""
27515
27516 #. type: textblock
27517 #: ../test-tool/libguestfs-test-tool.pod:94
27518 msgid ""
27519 "This helper program is run inside the appliance and provides additional "
27520 "tests."
27521 msgstr ""
27522
27523 #. type: =item
27524 #: ../test-tool/libguestfs-test-tool.pod:97
27525 msgid "/usr/bin/mkisofs"
27526 msgstr ""
27527
27528 #. type: textblock
27529 #: ../test-tool/libguestfs-test-tool.pod:99
27530 msgid ""
27531 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
27532 "which is used as part of the tests."
27533 msgstr ""
27534
27535 #. type: textblock
27536 #: ../test-tool/libguestfs-test-tool.pod:106
27537 msgid ""
27538 "For the full list of environment variables which may affect libguestfs, "
27539 "please see the L<guestfs(3)> manual page."
27540 msgstr ""
27541
27542 #. type: textblock
27543 #: ../test-tool/libguestfs-test-tool.pod:111
27544 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27545 msgstr ""
27546
27547 #. type: textblock
27548 #: ../test-tool/libguestfs-test-tool.pod:121
27549 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
27550 msgstr ""
27551
27552 #. type: textblock
27553 #: ../fuse/guestmount.pod:5
27554 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27555 msgstr ""
27556
27557 #. type: verbatim
27558 #: ../fuse/guestmount.pod:9
27559 #, no-wrap
27560 msgid ""
27561 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27562 "\n"
27563 msgstr ""
27564
27565 #. type: verbatim
27566 #: ../fuse/guestmount.pod:11
27567 #, no-wrap
27568 msgid ""
27569 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27570 "\n"
27571 msgstr ""
27572
27573 #. type: verbatim
27574 #: ../fuse/guestmount.pod:13
27575 #, no-wrap
27576 msgid ""
27577 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27578 "\n"
27579 msgstr ""
27580
27581 #. type: textblock
27582 #: ../fuse/guestmount.pod:17
27583 msgid ""
27584 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27585 "machines.  If you do this, you risk disk corruption in the VM."
27586 msgstr ""
27587
27588 #. type: textblock
27589 #: ../fuse/guestmount.pod:22
27590 msgid ""
27591 "The guestmount program can be used to mount virtual machine filesystems and "
27592 "other disk images on the host.  It uses libguestfs for access to the guest "
27593 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27594 "a mountable device."
27595 msgstr ""
27596
27597 #. type: textblock
27598 #: ../fuse/guestmount.pod:27
27599 msgid ""
27600 "Along with other options, you have to give at least one device (I<-a> "
27601 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27602 "option) or use the I<-i> inspection option.  How this works is better "
27603 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27604 "below."
27605 msgstr ""
27606
27607 #. type: textblock
27608 #: ../fuse/guestmount.pod:33
27609 msgid ""
27610 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27611 "by you, and the filesystem will not be visible to any other users unless you "
27612 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27613 "the filesystem, use the C<fusermount -u> command."
27614 msgstr ""
27615
27616 #. type: textblock
27617 #: ../fuse/guestmount.pod:41
27618 msgid ""
27619 "For a typical Windows guest which has its main filesystem on the first "
27620 "partition:"
27621 msgstr ""
27622
27623 #. type: verbatim
27624 #: ../fuse/guestmount.pod:44
27625 #, no-wrap
27626 msgid ""
27627 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27628 "\n"
27629 msgstr ""
27630
27631 #. type: textblock
27632 #: ../fuse/guestmount.pod:46
27633 msgid ""
27634 "For a typical Linux guest which has a /boot filesystem on the first "
27635 "partition, and the root filesystem on a logical volume:"
27636 msgstr ""
27637
27638 #. type: verbatim
27639 #: ../fuse/guestmount.pod:49
27640 #, no-wrap
27641 msgid ""
27642 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27643 "\n"
27644 msgstr ""
27645
27646 #. type: textblock
27647 #: ../fuse/guestmount.pod:51
27648 msgid "To get libguestfs to detect guest mountpoints for you:"
27649 msgstr ""
27650
27651 #. type: verbatim
27652 #: ../fuse/guestmount.pod:53
27653 #, no-wrap
27654 msgid ""
27655 " guestmount -a guest.img -i --ro /mnt\n"
27656 "\n"
27657 msgstr ""
27658
27659 #. type: textblock
27660 #: ../fuse/guestmount.pod:55
27661 msgid "For a libvirt guest called \"Guest\" you could do:"
27662 msgstr ""
27663
27664 #. type: verbatim
27665 #: ../fuse/guestmount.pod:57
27666 #, no-wrap
27667 msgid ""
27668 " guestmount -d Guest -i --ro /mnt\n"
27669 "\n"
27670 msgstr ""
27671
27672 #. type: textblock
27673 #: ../fuse/guestmount.pod:59
27674 msgid ""
27675 "If you don't know what filesystems are contained in a guest or disk image, "
27676 "use L<virt-filesystems(1)> first:"
27677 msgstr ""
27678
27679 #. type: verbatim
27680 #: ../fuse/guestmount.pod:62
27681 #, no-wrap
27682 msgid ""
27683 " virt-filesystems MyGuest\n"
27684 "\n"
27685 msgstr ""
27686
27687 #. type: textblock
27688 #: ../fuse/guestmount.pod:64
27689 msgid ""
27690 "If you want to trace the libguestfs calls but without excessive debugging "
27691 "information, we recommend:"
27692 msgstr ""
27693
27694 #. type: verbatim
27695 #: ../fuse/guestmount.pod:67
27696 #, no-wrap
27697 msgid ""
27698 " guestmount [...] --trace /mnt\n"
27699 "\n"
27700 msgstr ""
27701
27702 #. type: textblock
27703 #: ../fuse/guestmount.pod:69
27704 msgid "If you want to debug the program, we recommend:"
27705 msgstr ""
27706
27707 #. type: verbatim
27708 #: ../fuse/guestmount.pod:71
27709 #, no-wrap
27710 msgid ""
27711 " guestmount [...] --trace --verbose /mnt\n"
27712 "\n"
27713 msgstr ""
27714
27715 #. type: =item
27716 #: ../fuse/guestmount.pod:77
27717 msgid "B<-a image> | B<--add image>"
27718 msgstr ""
27719
27720 #. type: textblock
27721 #: ../fuse/guestmount.pod:79
27722 msgid "Add a block device or virtual machine image."
27723 msgstr ""
27724
27725 #. type: =item
27726 #: ../fuse/guestmount.pod:84
27727 msgid "B<-c URI> | B<--connect URI>"
27728 msgstr ""
27729
27730 #. type: =item
27731 #: ../fuse/guestmount.pod:90
27732 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27733 msgstr ""
27734
27735 #. type: =item
27736 #: ../fuse/guestmount.pod:96
27737 msgid "B<--dir-cache-timeout N>"
27738 msgstr ""
27739
27740 #. type: textblock
27741 #: ../fuse/guestmount.pod:98
27742 msgid ""
27743 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27744 "seconds.  The readdir cache [actually, there are several semi-independent "
27745 "caches] is populated after a readdir(2) call with the stat and extended "
27746 "attributes of the files in the directory, in anticipation that they will be "
27747 "requested soon after."
27748 msgstr ""
27749
27750 #. type: textblock
27751 #: ../fuse/guestmount.pod:104
27752 msgid ""
27753 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27754 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27755 "requests, only cache existing ones."
27756 msgstr ""
27757
27758 #. type: =item
27759 #: ../fuse/guestmount.pod:115
27760 msgid "B<--format=raw|qcow2|..> | B<--format>"
27761 msgstr ""
27762
27763 #. type: textblock
27764 #: ../fuse/guestmount.pod:122
27765 msgid ""
27766 "If you have untrusted raw-format guest disk images, you should use this "
27767 "option to specify the disk format.  This avoids a possible security problem "
27768 "with malicious guests (CVE-2010-3851).  See also "
27769 "L<guestfs(3)/guestfs_add_drive_opts>."
27770 msgstr ""
27771
27772 #. type: =item
27773 #: ../fuse/guestmount.pod:127
27774 msgid "B<--fuse-help>"
27775 msgstr ""
27776
27777 #. type: textblock
27778 #: ../fuse/guestmount.pod:129
27779 msgid "Display help on special FUSE options (see I<-o> below)."
27780 msgstr ""
27781
27782 #. type: textblock
27783 #: ../fuse/guestmount.pod:133
27784 msgid "Display brief help and exit."
27785 msgstr ""
27786
27787 #. type: =item
27788 #: ../fuse/guestmount.pod:135
27789 msgid "B<-i> | B<--inspector>"
27790 msgstr ""
27791
27792 #. type: textblock
27793 #: ../fuse/guestmount.pod:155
27794 msgid ""
27795 "Mount the named partition or logical volume on the given mountpoint B<in the "
27796 "guest> (this has nothing to do with mountpoints in the host)."
27797 msgstr ""
27798
27799 #. type: textblock
27800 #: ../fuse/guestmount.pod:158
27801 msgid ""
27802 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27803 "something on C</>."
27804 msgstr ""
27805
27806 #. type: =item
27807 #: ../fuse/guestmount.pod:171
27808 msgid "B<-n> | B<--no-sync>"
27809 msgstr ""
27810
27811 #. type: textblock
27812 #: ../fuse/guestmount.pod:173
27813 msgid ""
27814 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27815 "unmounted.  If you specify this option, then we don't attempt to sync the "
27816 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27817 msgstr ""
27818
27819 #. type: =item
27820 #: ../fuse/guestmount.pod:178
27821 msgid "B<-o option> | B<--option option>"
27822 msgstr ""
27823
27824 #. type: textblock
27825 #: ../fuse/guestmount.pod:180
27826 msgid "Pass extra options to FUSE."
27827 msgstr ""
27828
27829 #. type: textblock
27830 #: ../fuse/guestmount.pod:182
27831 msgid ""
27832 "To get a list of all the extra options supported by FUSE, use the command "
27833 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27834 "of them are a good idea."
27835 msgstr ""
27836
27837 #. type: verbatim
27838 #: ../fuse/guestmount.pod:186
27839 #, no-wrap
27840 msgid ""
27841 " guestmount --fuse-help\n"
27842 "\n"
27843 msgstr ""
27844
27845 #. type: textblock
27846 #: ../fuse/guestmount.pod:188
27847 msgid "Some potentially useful FUSE options:"
27848 msgstr ""
27849
27850 #. type: =item
27851 #: ../fuse/guestmount.pod:192
27852 msgid "B<-o allow_other>"
27853 msgstr ""
27854
27855 #. type: textblock
27856 #: ../fuse/guestmount.pod:194
27857 msgid "Allow other users to see the filesystem."
27858 msgstr ""
27859
27860 #. type: =item
27861 #: ../fuse/guestmount.pod:196
27862 msgid "B<-o attr_timeout=N>"
27863 msgstr ""
27864
27865 #. type: textblock
27866 #: ../fuse/guestmount.pod:198
27867 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
27868 msgstr ""
27869
27870 #. type: =item
27871 #: ../fuse/guestmount.pod:200
27872 msgid "B<-o kernel_cache>"
27873 msgstr ""
27874
27875 #. type: textblock
27876 #: ../fuse/guestmount.pod:202
27877 msgid ""
27878 "Allow the kernel to cache files (reduces the number of reads that have to go "
27879 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
27880 "afford the extra memory usage."
27881 msgstr ""
27882
27883 #. type: =item
27884 #: ../fuse/guestmount.pod:206
27885 msgid "B<-o uid=N> B<-o gid=N>"
27886 msgstr ""
27887
27888 #. type: textblock
27889 #: ../fuse/guestmount.pod:208
27890 msgid ""
27891 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
27892 "the chosen values."
27893 msgstr ""
27894
27895 #. type: =item
27896 #: ../fuse/guestmount.pod:213
27897 msgid "B<-r> | B<--ro>"
27898 msgstr ""
27899
27900 #. type: textblock
27901 #: ../fuse/guestmount.pod:215
27902 msgid ""
27903 "Add devices and mount everything read-only.  Also disallow writes and make "
27904 "the disk appear read-only to FUSE."
27905 msgstr ""
27906
27907 #. type: textblock
27908 #: ../fuse/guestmount.pod:218
27909 msgid ""
27910 "This is highly recommended if you are not going to edit the guest disk.  If "
27911 "the guest is running and this option is I<not> supplied, then there is a "
27912 "strong risk of disk corruption in the guest.  We try to prevent this from "
27913 "happening, but it is not always possible."
27914 msgstr ""
27915
27916 #. type: textblock
27917 #: ../fuse/guestmount.pod:223
27918 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27919 msgstr ""
27920
27921 #. type: textblock
27922 #: ../fuse/guestmount.pod:227
27923 msgid "Enable SELinux support for the guest."
27924 msgstr ""
27925
27926 #. type: =item
27927 #: ../fuse/guestmount.pod:229
27928 msgid "B<-v> | B<--verbose>"
27929 msgstr ""
27930
27931 #. type: textblock
27932 #: ../fuse/guestmount.pod:231
27933 msgid "Enable verbose messages from underlying libguestfs."
27934 msgstr ""
27935
27936 #. type: =item
27937 #: ../fuse/guestmount.pod:233
27938 msgid "B<-V> | B<--version>"
27939 msgstr ""
27940
27941 #. type: textblock
27942 #: ../fuse/guestmount.pod:235
27943 msgid "Display the program version and exit."
27944 msgstr ""
27945
27946 #. type: =item
27947 #: ../fuse/guestmount.pod:237
27948 msgid "B<-w> | B<--rw>"
27949 msgstr ""
27950
27951 #. type: textblock
27952 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
27953 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27954 msgstr ""
27955
27956 #. type: =item
27957 #: ../fuse/guestmount.pod:244
27958 msgid "B<-x> | B<--trace>"
27959 msgstr ""
27960
27961 #. type: textblock
27962 #: ../fuse/guestmount.pod:246
27963 msgid "Trace libguestfs calls and entry into each FUSE function."
27964 msgstr ""
27965
27966 #. type: textblock
27967 #: ../fuse/guestmount.pod:248
27968 msgid "This also stops the daemon from forking into the background."
27969 msgstr ""
27970
27971 #. type: textblock
27972 #: ../fuse/guestmount.pod:269
27973 msgid ""
27974 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27975 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
27976 "L<http://fuse.sf.net/>."
27977 msgstr ""
27978
27979 #. type: textblock
27980 #: ../tools/virt-edit.pl:34
27981 msgid "virt-edit - Edit a file in a virtual machine"
27982 msgstr ""
27983
27984 #. type: verbatim
27985 #: ../tools/virt-edit.pl:38
27986 #, no-wrap
27987 msgid ""
27988 " virt-edit [--options] domname file\n"
27989 "\n"
27990 msgstr ""
27991
27992 #. type: verbatim
27993 #: ../tools/virt-edit.pl:40
27994 #, no-wrap
27995 msgid ""
27996 " virt-edit [--options] disk.img [disk.img ...] file\n"
27997 "\n"
27998 msgstr ""
27999
28000 #. type: verbatim
28001 #: ../tools/virt-edit.pl:42
28002 #, no-wrap
28003 msgid ""
28004 " virt-edit [domname|disk.img] file -e 'expr'\n"
28005 "\n"
28006 msgstr ""
28007
28008 #. type: textblock
28009 #: ../tools/virt-edit.pl:46
28010 msgid ""
28011 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28012 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28013 "doing this, but doesn't catch all cases."
28014 msgstr ""
28015
28016 #. type: textblock
28017 #: ../tools/virt-edit.pl:52
28018 msgid ""
28019 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28020 "the named virtual machine (or disk image)."
28021 msgstr ""
28022
28023 #. type: textblock
28024 #: ../tools/virt-edit.pl:55
28025 msgid ""
28026 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
28027 "you should look at the L<guestfish(1)> tool."
28028 msgstr ""
28029
28030 #. type: textblock
28031 #: ../tools/virt-edit.pl:60
28032 msgid "Edit the named files interactively:"
28033 msgstr ""
28034
28035 #. type: verbatim
28036 #: ../tools/virt-edit.pl:62
28037 #, no-wrap
28038 msgid ""
28039 " virt-edit mydomain /boot/grub/grub.conf\n"
28040 "\n"
28041 msgstr ""
28042
28043 #. type: verbatim
28044 #: ../tools/virt-edit.pl:64
28045 #, no-wrap
28046 msgid ""
28047 " virt-edit mydomain /etc/passwd\n"
28048 "\n"
28049 msgstr ""
28050
28051 #. type: textblock
28052 #: ../tools/virt-edit.pl:66
28053 msgid ""
28054 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28055 "below).  To change the init default level to 5:"
28056 msgstr ""
28057
28058 #. type: verbatim
28059 #: ../tools/virt-edit.pl:70
28060 #, no-wrap
28061 msgid ""
28062 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28063 "\n"
28064 msgstr ""
28065
28066 #. type: textblock
28067 #: ../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
28068 msgid "Display brief help."
28069 msgstr ""
28070
28071 #. type: textblock
28072 #: ../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
28073 msgid "Display version number and exit."
28074 msgstr ""
28075
28076 #. type: =item
28077 #: ../tools/virt-edit.pl:96
28078 msgid "B<--backup extension> | B<-b extension>"
28079 msgstr ""
28080
28081 #. type: textblock
28082 #: ../tools/virt-edit.pl:98
28083 msgid ""
28084 "Create a backup of the original file I<in the guest disk image>.  The backup "
28085 "has the original filename with C<extension> added."
28086 msgstr ""
28087
28088 #. type: textblock
28089 #: ../tools/virt-edit.pl:101
28090 msgid ""
28091 "Usually the first character of C<extension> would be a dot C<.> so you would "
28092 "write:"
28093 msgstr ""
28094
28095 #. type: verbatim
28096 #: ../tools/virt-edit.pl:104
28097 #, no-wrap
28098 msgid ""
28099 " virt-edit -b .orig [etc]\n"
28100 "\n"
28101 msgstr ""
28102
28103 #. type: textblock
28104 #: ../tools/virt-edit.pl:106
28105 msgid "By default, no backup file is made."
28106 msgstr ""
28107
28108 #. type: =item
28109 #: ../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
28110 msgid "B<--connect URI> | B<-c URI>"
28111 msgstr ""
28112
28113 #. type: textblock
28114 #: ../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
28115 msgid ""
28116 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28117 "to the default libvirt hypervisor."
28118 msgstr ""
28119
28120 #. type: textblock
28121 #: ../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
28122 msgid ""
28123 "If you specify guest block devices directly, then libvirt is not used at "
28124 "all."
28125 msgstr ""
28126
28127 #. type: =item
28128 #: ../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
28129 msgid "B<--format> raw"
28130 msgstr ""
28131
28132 #. type: textblock
28133 #: ../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
28134 msgid ""
28135 "Specify the format of disk images given on the command line.  If this is "
28136 "omitted then the format is autodetected from the content of the disk image."
28137 msgstr ""
28138
28139 #. type: textblock
28140 #: ../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
28141 msgid ""
28142 "If disk images are requested from libvirt, then this program asks libvirt "
28143 "for this information.  In this case, the value of the format parameter is "
28144 "ignored."
28145 msgstr ""
28146
28147 #. type: textblock
28148 #: ../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
28149 msgid ""
28150 "If working with untrusted raw-format guest disk images, you should ensure "
28151 "the format is always specified."
28152 msgstr ""
28153
28154 #. type: =item
28155 #: ../tools/virt-edit.pl:141
28156 msgid "B<--expr EXPR> | B<-e EXPR>"
28157 msgstr ""
28158
28159 #. type: textblock
28160 #: ../tools/virt-edit.pl:143
28161 msgid ""
28162 "Instead of launching the external editor, non-interactively apply the Perl "
28163 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28164 "EDITING> below."
28165 msgstr ""
28166
28167 #. type: textblock
28168 #: ../tools/virt-edit.pl:147
28169 msgid ""
28170 "Be careful to properly quote the expression to prevent it from being altered "
28171 "by the shell."
28172 msgstr ""
28173
28174 #. type: =head1
28175 #: ../tools/virt-edit.pl:268
28176 msgid "NON-INTERACTIVE EDITING"
28177 msgstr ""
28178
28179 #. type: textblock
28180 #: ../tools/virt-edit.pl:270
28181 msgid ""
28182 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28183 "administrator can interactively edit the file."
28184 msgstr ""
28185
28186 #. type: textblock
28187 #: ../tools/virt-edit.pl:273
28188 msgid ""
28189 "There are two ways also to use C<virt-edit> from scripts in order to make "
28190 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28191 "like this, it's less error-prone to write scripts directly using the "
28192 "libguestfs API and Augeas for configuration file editing.)"
28193 msgstr ""
28194
28195 #. type: textblock
28196 #: ../tools/virt-edit.pl:279
28197 msgid ""
28198 "The first method is to temporarily set C<$EDITOR> to any script or program "
28199 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28200 "update C<tmpfile> in place however it likes."
28201 msgstr ""
28202
28203 #. type: textblock
28204 #: ../tools/virt-edit.pl:283
28205 msgid ""
28206 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28207 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28208 "instances of C<foo> with C<bar> in a file:"
28209 msgstr ""
28210
28211 #. type: verbatim
28212 #: ../tools/virt-edit.pl:287
28213 #, no-wrap
28214 msgid ""
28215 " virt-edit domname filename -e 's/foo/bar/'\n"
28216 "\n"
28217 msgstr ""
28218
28219 #. type: textblock
28220 #: ../tools/virt-edit.pl:289
28221 msgid ""
28222 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28223 "For example to delete root's password you could do:"
28224 msgstr ""
28225
28226 #. type: verbatim
28227 #: ../tools/virt-edit.pl:292
28228 #, no-wrap
28229 msgid ""
28230 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28231 "\n"
28232 msgstr ""
28233
28234 #. type: textblock
28235 #: ../tools/virt-edit.pl:294
28236 msgid ""
28237 "What really happens is that the snippet is evaluated as a Perl expression "
28238 "for each line of the file.  The line, including the final C<\\n>, is passed "
28239 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28240 msgstr ""
28241
28242 #. type: textblock
28243 #: ../tools/virt-edit.pl:299
28244 msgid ""
28245 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28246 "C<apache> user account from the password file you can do:"
28247 msgstr ""
28248
28249 #. type: verbatim
28250 #: ../tools/virt-edit.pl:302
28251 #, no-wrap
28252 msgid ""
28253 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28254 "\n"
28255 msgstr ""
28256
28257 #. type: textblock
28258 #: ../tools/virt-edit.pl:304
28259 msgid ""
28260 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28261 "the end of the file is rather difficult this way since there is no concept "
28262 "of \"last line of the file\" - your expression just doesn't get called "
28263 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28264 "want to do this."
28265 msgstr ""
28266
28267 #. type: textblock
28268 #: ../tools/virt-edit.pl:310
28269 msgid ""
28270 "The variable C<$lineno> contains the current line number.  As is "
28271 "traditional, the first line in the file is number C<1>."
28272 msgstr ""
28273
28274 #. type: textblock
28275 #: ../tools/virt-edit.pl:313
28276 msgid ""
28277 "The return value from the expression is ignored, but the expression may call "
28278 "C<die> in order to abort the whole program, leaving the original file "
28279 "untouched."
28280 msgstr ""
28281
28282 #. type: textblock
28283 #: ../tools/virt-edit.pl:317
28284 msgid ""
28285 "Remember when matching the end of a line that C<$_> may contain the final "
28286 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28287 "newline then neither of these.  Thus to match or substitute some text at the "
28288 "end of a line, use this regular expression:"
28289 msgstr ""
28290
28291 #. type: verbatim
28292 #: ../tools/virt-edit.pl:322
28293 #, no-wrap
28294 msgid ""
28295 " /some text(\\r?\\n)?$/\n"
28296 "\n"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../tools/virt-edit.pl:324
28301 msgid ""
28302 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28303 "C<$_> itself (since that would remove all newlines from the file):"
28304 msgstr ""
28305
28306 #. type: verbatim
28307 #: ../tools/virt-edit.pl:328
28308 #, no-wrap
28309 msgid ""
28310 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28311 "\n"
28312 msgstr ""
28313
28314 #. type: =item
28315 #: ../tools/virt-edit.pl:334
28316 msgid "C<EDITOR>"
28317 msgstr ""
28318
28319 #. type: textblock
28320 #: ../tools/virt-edit.pl:336
28321 msgid ""
28322 "If set, this string is used as the editor.  It may contain arguments, "
28323 "eg. C<\"emacs -nw\">"
28324 msgstr ""
28325
28326 #. type: textblock
28327 #: ../tools/virt-edit.pl:339
28328 msgid "If not set, C<vi> is used."
28329 msgstr ""
28330
28331 #. type: =head1
28332 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1482 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
28333 msgid "SHELL QUOTING"
28334 msgstr ""
28335
28336 #. type: textblock
28337 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1484 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
28338 msgid ""
28339 "Libvirt guest names can contain arbitrary characters, some of which have "
28340 "meaning to the shell such as C<#> and space.  You may need to quote or "
28341 "escape these characters on the command line.  See the shell manual page "
28342 "L<sh(1)> for details."
28343 msgstr ""
28344
28345 #. type: textblock
28346 #: ../tools/virt-edit.pl:352
28347 msgid ""
28348 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28349 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28350 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28351 msgstr ""
28352
28353 #. type: =head1
28354 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
28355 msgid "AUTHOR"
28356 msgstr ""
28357
28358 #. type: textblock
28359 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
28360 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28361 msgstr ""
28362
28363 #. type: textblock
28364 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
28365 msgid "Copyright (C) 2009-2010 Red Hat Inc."
28366 msgstr ""
28367
28368 #. type: textblock
28369 #: ../tools/virt-win-reg.pl:37
28370 msgid ""
28371 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28372 "guest"
28373 msgstr ""
28374
28375 #. type: verbatim
28376 #: ../tools/virt-win-reg.pl:41
28377 #, no-wrap
28378 msgid ""
28379 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28380 "\n"
28381 msgstr ""
28382
28383 #. type: verbatim
28384 #: ../tools/virt-win-reg.pl:43
28385 #, no-wrap
28386 msgid ""
28387 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28388 "\n"
28389 msgstr ""
28390
28391 #. type: verbatim
28392 #: ../tools/virt-win-reg.pl:45
28393 #, no-wrap
28394 msgid ""
28395 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28396 "\n"
28397 msgstr ""
28398
28399 #. type: verbatim
28400 #: ../tools/virt-win-reg.pl:47
28401 #, no-wrap
28402 msgid ""
28403 " virt-win-reg --merge domname [input.reg ...]\n"
28404 "\n"
28405 msgstr ""
28406
28407 #. type: verbatim
28408 #: ../tools/virt-win-reg.pl:49
28409 #, no-wrap
28410 msgid ""
28411 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28412 "\n"
28413 msgstr ""
28414
28415 #. type: textblock
28416 #: ../tools/virt-win-reg.pl:53
28417 msgid ""
28418 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
28419 "virtual machines.  If you do this, you I<will> get irreversible disk "
28420 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28421 "but doesn't catch all cases."
28422 msgstr ""
28423
28424 #. type: textblock
28425 #: ../tools/virt-win-reg.pl:58
28426 msgid ""
28427 "Modifying the Windows Registry is an inherently risky operation.  The format "
28428 "is deliberately obscure and undocumented, and Registry changes can leave the "
28429 "system unbootable.  Therefore when using the C<--merge> option, make sure "
28430 "you have a reliable backup first."
28431 msgstr ""
28432
28433 #. type: textblock
28434 #: ../tools/virt-win-reg.pl:65
28435 msgid ""
28436 "This program can export and merge Windows Registry entries from a Windows "
28437 "guest."
28438 msgstr ""
28439
28440 #. type: textblock
28441 #: ../tools/virt-win-reg.pl:68
28442 msgid ""
28443 "The first parameter is the libvirt guest name or the raw disk image of a "
28444 "Windows guest."
28445 msgstr ""
28446
28447 #. type: textblock
28448 #: ../tools/virt-win-reg.pl:71
28449 msgid ""
28450 "If C<--merge> is I<not> specified, then the chosen registry key is "
28451 "displayed/exported (recursively).  For example:"
28452 msgstr ""
28453
28454 #. type: verbatim
28455 #: ../tools/virt-win-reg.pl:74
28456 #, no-wrap
28457 msgid ""
28458 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28459 "\n"
28460 msgstr ""
28461
28462 #. type: textblock
28463 #: ../tools/virt-win-reg.pl:76
28464 msgid "You can also display single values from within registry keys, for example:"
28465 msgstr ""
28466
28467 #. type: verbatim
28468 #: ../tools/virt-win-reg.pl:79
28469 #, no-wrap
28470 msgid ""
28471 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28472 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28473 " Windows 7 Enterprise\n"
28474 "\n"
28475 msgstr ""
28476
28477 #. type: textblock
28478 #: ../tools/virt-win-reg.pl:83
28479 msgid ""
28480 "With C<--merge>, you can merge a textual regedit file into the Windows "
28481 "Registry:"
28482 msgstr ""
28483
28484 #. type: verbatim
28485 #: ../tools/virt-win-reg.pl:86
28486 #, no-wrap
28487 msgid ""
28488 " $ virt-win-reg --merge Windows7 changes.reg\n"
28489 "\n"
28490 msgstr ""
28491
28492 #. type: =head1
28493 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
28494 msgid "NOTE"
28495 msgstr ""
28496
28497 #. type: textblock
28498 #: ../tools/virt-win-reg.pl:90
28499 msgid ""
28500 "This program is only meant for simple access to the registry.  If you want "
28501 "to do complicated things with the registry, we suggest you download the "
28502 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
28503 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
28504 "L<hivexregedit(1)>."
28505 msgstr ""
28506
28507 #. type: =item
28508 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
28509 msgid "B<--debug>"
28510 msgstr ""
28511
28512 #. type: textblock
28513 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
28514 msgid "Enable debugging messages."
28515 msgstr ""
28516
28517 #. type: =item
28518 #: ../tools/virt-win-reg.pl:157
28519 msgid "B<--merge>"
28520 msgstr ""
28521
28522 #. type: textblock
28523 #: ../tools/virt-win-reg.pl:159
28524 msgid ""
28525 "In merge mode, this merges a textual regedit file into the Windows Registry "
28526 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
28527 "displays or exports Registry entries instead."
28528 msgstr ""
28529
28530 #. type: textblock
28531 #: ../tools/virt-win-reg.pl:163
28532 msgid ""
28533 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
28534 "result in disk corruption.  However exporting (without this flag)  is always "
28535 "safe."
28536 msgstr ""
28537
28538 #. type: =item
28539 #: ../tools/virt-win-reg.pl:171
28540 msgid "B<--encoding> UTF-16LE|ASCII"
28541 msgstr ""
28542
28543 #. type: textblock
28544 #: ../tools/virt-win-reg.pl:173
28545 msgid ""
28546 "When merging (only), you may need to specify the encoding for strings to be "
28547 "used in the hive file.  This is explained in detail in "
28548 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
28549 msgstr ""
28550
28551 #. type: textblock
28552 #: ../tools/virt-win-reg.pl:177
28553 msgid ""
28554 "The default is to use UTF-16LE, which should work with recent versions of "
28555 "Windows."
28556 msgstr ""
28557
28558 #. type: =head1
28559 #: ../tools/virt-win-reg.pl:402
28560 msgid "SUPPORTED SYSTEMS"
28561 msgstr ""
28562
28563 #. type: textblock
28564 #: ../tools/virt-win-reg.pl:404
28565 msgid ""
28566 "The program currently supports Windows NT-derived guests starting with "
28567 "Windows XP through to at least Windows 7."
28568 msgstr ""
28569
28570 #. type: textblock
28571 #: ../tools/virt-win-reg.pl:407
28572 msgid ""
28573 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28574 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28575 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28576 msgstr ""
28577
28578 #. type: textblock
28579 #: ../tools/virt-win-reg.pl:411
28580 msgid ""
28581 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28582 "C<HKEY_USERS>."
28583 msgstr ""
28584
28585 #. type: textblock
28586 #: ../tools/virt-win-reg.pl:414
28587 msgid ""
28588 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28589 "time."
28590 msgstr ""
28591
28592 #. type: =head1
28593 #: ../tools/virt-win-reg.pl:417
28594 msgid "ENCODING"
28595 msgstr ""
28596
28597 #. type: textblock
28598 #: ../tools/virt-win-reg.pl:419
28599 msgid ""
28600 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28601 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28602 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28603 "with Windows-style line endings, you may need to reencode the whole file "
28604 "before or after processing."
28605 msgstr ""
28606
28607 #. type: textblock
28608 #: ../tools/virt-win-reg.pl:425
28609 msgid ""
28610 "To reencode a file from Windows format to Linux (before processing it with "
28611 "the C<--merge> option), you would do something like this:"
28612 msgstr ""
28613
28614 #. type: verbatim
28615 #: ../tools/virt-win-reg.pl:428
28616 #, no-wrap
28617 msgid ""
28618 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28619 "\n"
28620 msgstr ""
28621
28622 #. type: textblock
28623 #: ../tools/virt-win-reg.pl:430
28624 msgid ""
28625 "To go in the opposite direction, after exporting and before sending the file "
28626 "to a Windows user, do something like this:"
28627 msgstr ""
28628
28629 #. type: verbatim
28630 #: ../tools/virt-win-reg.pl:433
28631 #, no-wrap
28632 msgid ""
28633 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28634 "\n"
28635 msgstr ""
28636
28637 #. type: textblock
28638 #: ../tools/virt-win-reg.pl:435
28639 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28640 msgstr ""
28641
28642 #. type: textblock
28643 #: ../tools/virt-win-reg.pl:437
28644 msgid ""
28645 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28646 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28647 "Windows-style (CRLF) line endings, like this:"
28648 msgstr ""
28649
28650 #. type: verbatim
28651 #: ../tools/virt-win-reg.pl:441
28652 #, no-wrap
28653 msgid ""
28654 " $ file software.reg\n"
28655 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28656 " with CRLF line terminators\n"
28657 "\n"
28658 msgstr ""
28659
28660 #. type: textblock
28661 #: ../tools/virt-win-reg.pl:445
28662 msgid "This file would need conversion before you could C<--merge> it."
28663 msgstr ""
28664
28665 #. type: =head1
28666 #: ../tools/virt-win-reg.pl:447
28667 msgid "CurrentControlSet etc."
28668 msgstr ""
28669
28670 #. type: textblock
28671 #: ../tools/virt-win-reg.pl:449
28672 msgid ""
28673 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28674 "Registry at the level of the hive file, and therefore you cannot modify "
28675 "these."
28676 msgstr ""
28677
28678 #. type: textblock
28679 #: ../tools/virt-win-reg.pl:453
28680 msgid ""
28681 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28682 "circumstances it might refer to another control set.  The way to find out is "
28683 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28684 msgstr ""
28685
28686 #. type: verbatim
28687 #: ../tools/virt-win-reg.pl:457
28688 #, no-wrap
28689 msgid ""
28690 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
28691 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
28692 " \"Current\"=dword:00000001\n"
28693 " \"Default\"=dword:00000001\n"
28694 " \"Failed\"=dword:00000000\n"
28695 " \"LastKnownGood\"=dword:00000002\n"
28696 "\n"
28697 msgstr ""
28698
28699 #. type: textblock
28700 #: ../tools/virt-win-reg.pl:464
28701 msgid "\"Current\" is the one which Windows will choose when it boots."
28702 msgstr ""
28703
28704 #. type: textblock
28705 #: ../tools/virt-win-reg.pl:466
28706 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
28707 msgstr ""
28708
28709 #. type: =head1
28710 #: ../tools/virt-win-reg.pl:469
28711 msgid "WINDOWS TIPS"
28712 msgstr ""
28713
28714 #. type: textblock
28715 #: ../tools/virt-win-reg.pl:471
28716 msgid ""
28717 "Note that some of these tips modify the guest disk image.  The guest I<must> "
28718 "be shut off, else you will get disk corruption."
28719 msgstr ""
28720
28721 #. type: =head2
28722 #: ../tools/virt-win-reg.pl:474
28723 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
28724 msgstr ""
28725
28726 #. type: textblock
28727 #: ../tools/virt-win-reg.pl:476
28728 msgid ""
28729 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
28730 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
28731 "is uploaded into C<C:\\>:"
28732 msgstr ""
28733
28734 #. type: verbatim
28735 #: ../tools/virt-win-reg.pl:480
28736 #, no-wrap
28737 msgid ""
28738 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
28739 "\n"
28740 msgstr ""
28741
28742 #. type: textblock
28743 #: ../tools/virt-win-reg.pl:482
28744 msgid "Prepare a regedit file containing the registry change:"
28745 msgstr ""
28746
28747 #. type: verbatim
28748 #: ../tools/virt-win-reg.pl:484
28749 #, no-wrap
28750 msgid ""
28751 " cat > test.reg <<'EOF'\n"
28752 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
28753 " \"Test\"=\"c:\\\\test.bat\"\n"
28754 " EOF\n"
28755 "\n"
28756 msgstr ""
28757
28758 #. type: textblock
28759 #: ../tools/virt-win-reg.pl:489
28760 msgid ""
28761 "In this example we use the key C<RunOnce> which means that the script will "
28762 "run precisely once when the first user logs in.  If you want it to run every "
28763 "time a user logs in, replace C<RunOnce> with C<Run>."
28764 msgstr ""
28765
28766 #. type: textblock
28767 #: ../tools/virt-win-reg.pl:493
28768 msgid "Now update the registry:"
28769 msgstr ""
28770
28771 #. type: verbatim
28772 #: ../tools/virt-win-reg.pl:495
28773 #, no-wrap
28774 msgid ""
28775 " virt-win-reg --merge WindowsGuest test.reg\n"
28776 "\n"
28777 msgstr ""
28778
28779 #. type: =head2
28780 #: ../tools/virt-win-reg.pl:497
28781 msgid "INSTALLING A SERVICE"
28782 msgstr ""
28783
28784 #. type: textblock
28785 #: ../tools/virt-win-reg.pl:499
28786 msgid ""
28787 "This section assumes you are familiar with Windows services, and you either "
28788 "have a program which handles the Windows Service Control Protocol directly "
28789 "or you want to run any program using a service wrapper like SrvAny or the "
28790 "free RHSrvAny."
28791 msgstr ""
28792
28793 #. type: textblock
28794 #: ../tools/virt-win-reg.pl:504
28795 msgid ""
28796 "First upload the program and optionally the service wrapper.  In this case "
28797 "the test program is called C<test.exe> and we are using the RHSrvAny "
28798 "wrapper:"
28799 msgstr ""
28800
28801 #. type: verbatim
28802 #: ../tools/virt-win-reg.pl:508
28803 #, no-wrap
28804 msgid ""
28805 " guestfish -i -d WindowsGuest <<EOF\n"
28806 "   upload rhsrvany.exe /rhsrvany.exe\n"
28807 "   upload test.exe /test.exe\n"
28808 " EOF\n"
28809 "\n"
28810 msgstr ""
28811
28812 #. type: textblock
28813 #: ../tools/virt-win-reg.pl:513
28814 msgid ""
28815 "Prepare a regedit file containing the registry changes.  In this example, "
28816 "the first registry change is needed for the service itself or the service "
28817 "wrapper (if used).  The second registry change is only needed because I am "
28818 "using the RHSrvAny service wrapper."
28819 msgstr ""
28820
28821 #. type: verbatim
28822 #: ../tools/virt-win-reg.pl:518
28823 #, no-wrap
28824 msgid ""
28825 " cat > service.reg <<'EOF'\n"
28826 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
28827 " \"Type\"=dword:00000010\n"
28828 " \"Start\"=dword:00000002\n"
28829 " \"ErrorControl\"=dword:00000001\n"
28830 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
28831 " \"DisplayName\"=\"RHSrvAny\"\n"
28832 " \"ObjectName\"=\"NetworkService\"\n"
28833 " \n"
28834 msgstr ""
28835
28836 #. type: verbatim
28837 #: ../tools/virt-win-reg.pl:527
28838 #, no-wrap
28839 msgid ""
28840 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
28841 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
28842 " \"PWD\"=\"c:\\\\Temp\"\n"
28843 " EOF\n"
28844 "\n"
28845 msgstr ""
28846
28847 #. type: textblock
28848 #: ../tools/virt-win-reg.pl:538
28849 msgid ""
28850 "For use of C<ControlSet001> see the section above in this manual page.  You "
28851 "may need to adjust this according to the control set that is in use by the "
28852 "guest."
28853 msgstr ""
28854
28855 #. type: textblock
28856 #: ../tools/virt-win-reg.pl:544
28857 msgid ""
28858 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
28859 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
28860 "privileged account."
28861 msgstr ""
28862
28863 #. type: textblock
28864 #: ../tools/virt-win-reg.pl:550
28865 msgid ""
28866 "For the meaning of the magic numbers, see this Microsoft KB article: "
28867 "L<http://support.microsoft.com/kb/103000>."
28868 msgstr ""
28869
28870 #. type: textblock
28871 #: ../tools/virt-win-reg.pl:555
28872 msgid "Update the registry:"
28873 msgstr ""
28874
28875 #. type: verbatim
28876 #: ../tools/virt-win-reg.pl:557
28877 #, no-wrap
28878 msgid ""
28879 " virt-win-reg --merge WindowsGuest service.reg\n"
28880 "\n"
28881 msgstr ""
28882
28883 #. type: textblock
28884 #: ../tools/virt-win-reg.pl:561
28885 msgid ""
28886 "Be careful when passing parameters containing C<\\> (backslash) in the "
28887 "shell.  Usually you will have to use 'single quotes' or double backslashes "
28888 "(but not both) to protect them from the shell."
28889 msgstr ""
28890
28891 #. type: textblock
28892 #: ../tools/virt-win-reg.pl:565
28893 msgid "Paths and value names are case-insensitive."
28894 msgstr ""
28895
28896 #. type: textblock
28897 #: ../tools/virt-win-reg.pl:574
28898 msgid ""
28899 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
28900 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
28901 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
28902 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28903 msgstr ""
28904
28905 #. type: textblock
28906 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
28907 msgid ""
28908 "When reporting bugs, please enable debugging and capture the I<complete> "
28909 "output:"
28910 msgstr ""
28911
28912 #. type: verbatim
28913 #: ../tools/virt-win-reg.pl:592
28914 #, no-wrap
28915 msgid ""
28916 " export LIBGUESTFS_DEBUG=1\n"
28917 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
28918 "\n"
28919 msgstr ""
28920
28921 #. type: textblock
28922 #: ../tools/virt-win-reg.pl:595
28923 msgid ""
28924 "Attach /tmp/virt-win-reg.log to a new bug report at "
28925 "L<https://bugzilla.redhat.com/>"
28926 msgstr ""
28927
28928 #. type: textblock
28929 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516 ../tools/virt-make-fs.pl:570
28930 msgid "Copyright (C) 2010 Red Hat Inc."
28931 msgstr ""
28932
28933 #. type: textblock
28934 #: ../tools/virt-resize.pl:42
28935 msgid "virt-resize - Resize a virtual machine disk"
28936 msgstr ""
28937
28938 #. type: verbatim
28939 #: ../tools/virt-resize.pl:46
28940 #, no-wrap
28941 msgid ""
28942 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
28943 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
28944 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
28945 "\n"
28946 msgstr ""
28947
28948 #. type: textblock
28949 #: ../tools/virt-resize.pl:52
28950 msgid ""
28951 "Virt-resize is a tool which can resize a virtual machine disk, making it "
28952 "larger or smaller overall, and resizing or deleting any partitions contained "
28953 "within."
28954 msgstr ""
28955
28956 #. type: textblock
28957 #: ../tools/virt-resize.pl:56
28958 msgid ""
28959 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
28960 "not> be used on live virtual machines - for consistent results, shut the "
28961 "virtual machine down before resizing it."
28962 msgstr ""
28963
28964 #. type: textblock
28965 #: ../tools/virt-resize.pl:60
28966 msgid ""
28967 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
28968 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
28969 msgstr ""
28970
28971 #. type: textblock
28972 #: ../tools/virt-resize.pl:66
28973 msgid ""
28974 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
28975 "fill the extra 5GB of space."
28976 msgstr ""
28977
28978 #. type: verbatim
28979 #: ../tools/virt-resize.pl:69
28980 #, no-wrap
28981 msgid ""
28982 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
28983 " virt-filesystems --long -h --all -a olddisk\n"
28984 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
28985 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
28986 "\n"
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../tools/virt-resize.pl:74
28991 msgid ""
28992 "As above, but make the /boot partition 200MB bigger, while giving the "
28993 "remaining space to /dev/sda2:"
28994 msgstr ""
28995
28996 #. type: verbatim
28997 #: ../tools/virt-resize.pl:77
28998 #, no-wrap
28999 msgid ""
29000 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
29001 "\n"
29002 msgstr ""
29003
29004 #. type: textblock
29005 #: ../tools/virt-resize.pl:79
29006 msgid "As above, but the output format will be uncompressed qcow2:"
29007 msgstr ""
29008
29009 #. type: verbatim
29010 #: ../tools/virt-resize.pl:81
29011 #, no-wrap
29012 msgid ""
29013 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
29014 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
29015 "\n"
29016 msgstr ""
29017
29018 #. type: =head1
29019 #: ../tools/virt-resize.pl:84
29020 msgid "DETAILED USAGE"
29021 msgstr ""
29022
29023 #. type: =head2
29024 #: ../tools/virt-resize.pl:86
29025 msgid "EXPANDING A VIRTUAL MACHINE DISK"
29026 msgstr ""
29027
29028 #. type: =item
29029 #: ../tools/virt-resize.pl:90
29030 msgid "1. Shut down the virtual machine"
29031 msgstr ""
29032
29033 #. type: =item
29034 #: ../tools/virt-resize.pl:92
29035 msgid "2. Locate input disk image"
29036 msgstr ""
29037
29038 #. type: textblock
29039 #: ../tools/virt-resize.pl:94
29040 msgid ""
29041 "Locate the input disk image (ie. the file or device on the host containing "
29042 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
29043 "dumpxml> like this to find the disk image name:"
29044 msgstr ""
29045
29046 #. type: verbatim
29047 #: ../tools/virt-resize.pl:98
29048 #, no-wrap
29049 msgid ""
29050 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
29051 " Found 1 nodes:\n"
29052 " -- NODE --\n"
29053 " <source dev=\"/dev/vg/lv_guest\" />\n"
29054 "\n"
29055 msgstr ""
29056
29057 #. type: =item
29058 #: ../tools/virt-resize.pl:103
29059 msgid "3. Look at current sizing"
29060 msgstr ""
29061
29062 #. type: textblock
29063 #: ../tools/virt-resize.pl:105
29064 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
29065 msgstr ""
29066
29067 #. type: verbatim
29068 #: ../tools/virt-resize.pl:108
29069 #, no-wrap
29070 msgid ""
29071 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
29072 " Name       Type       Size  Parent\n"
29073 " /dev/sda1  partition  101M  /dev/sda\n"
29074 " /dev/sda2  partition  7.9G  /dev/sda\n"
29075 " /dev/sda   device     8.0G  -\n"
29076 "\n"
29077 msgstr ""
29078
29079 #. type: textblock
29080 #: ../tools/virt-resize.pl:114
29081 msgid ""
29082 "(This example is a virtual machine with an 8 GB disk which we would like to "
29083 "expand up to 10 GB)."
29084 msgstr ""
29085
29086 #. type: =item
29087 #: ../tools/virt-resize.pl:117
29088 msgid "4. Create output disk"
29089 msgstr ""
29090
29091 #. type: textblock
29092 #: ../tools/virt-resize.pl:119
29093 msgid ""
29094 "Virt-resize cannot do in-place disk modifications.  You have to have space "
29095 "to store the resized output disk."
29096 msgstr ""
29097
29098 #. type: textblock
29099 #: ../tools/virt-resize.pl:122
29100 msgid "To store the resized disk image in a file, create a file of a suitable size:"
29101 msgstr ""
29102
29103 #. type: verbatim
29104 #: ../tools/virt-resize.pl:125
29105 #, no-wrap
29106 msgid ""
29107 " # rm -f outdisk\n"
29108 " # truncate -s 10G outdisk\n"
29109 "\n"
29110 msgstr ""
29111
29112 #. type: textblock
29113 #: ../tools/virt-resize.pl:128
29114 msgid "Or use L<lvcreate(1)> to create a logical volume:"
29115 msgstr ""
29116
29117 #. type: verbatim
29118 #: ../tools/virt-resize.pl:130
29119 #, no-wrap
29120 msgid ""
29121 " # lvcreate -L 10G -n lv_name vg_name\n"
29122 "\n"
29123 msgstr ""
29124
29125 #. type: textblock
29126 #: ../tools/virt-resize.pl:132
29127 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
29128 msgstr ""
29129
29130 #. type: verbatim
29131 #: ../tools/virt-resize.pl:134
29132 #, no-wrap
29133 msgid ""
29134 " # virsh pool-list\n"
29135 " # virsh vol-create-as poolname newvol 10G\n"
29136 "\n"
29137 msgstr ""
29138
29139 #. type: =item
29140 #: ../tools/virt-resize.pl:137
29141 msgid "5. Resize"
29142 msgstr ""
29143
29144 #. type: textblock
29145 #: ../tools/virt-resize.pl:139
29146 msgid ""
29147 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
29148 "file) and the output disk.  The output disk is the one created in the "
29149 "previous step."
29150 msgstr ""
29151
29152 #. type: verbatim
29153 #: ../tools/virt-resize.pl:143
29154 #, no-wrap
29155 msgid ""
29156 " # virt-resize indisk outdisk\n"
29157 "\n"
29158 msgstr ""
29159
29160 #. type: textblock
29161 #: ../tools/virt-resize.pl:145
29162 msgid ""
29163 "This command just copies disk image C<indisk> to disk image C<outdisk> "
29164 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
29165 "larger, then an extra, empty partition is created at the end of the disk "
29166 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
29167 "error."
29168 msgstr ""
29169
29170 #. type: textblock
29171 #: ../tools/virt-resize.pl:151
29172 msgid ""
29173 "More realistically you'd want to expand existing partitions in the disk "
29174 "image by passing extra options (for the full list see the L</OPTIONS> "
29175 "section below)."
29176 msgstr ""
29177
29178 #. type: textblock
29179 #: ../tools/virt-resize.pl:155
29180 msgid ""
29181 "L</--expand> is the most useful option.  It expands the named partition "
29182 "within the disk to fill any extra space:"
29183 msgstr ""
29184
29185 #. type: verbatim
29186 #: ../tools/virt-resize.pl:158
29187 #, no-wrap
29188 msgid ""
29189 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
29190 "\n"
29191 msgstr ""
29192
29193 #. type: textblock
29194 #: ../tools/virt-resize.pl:160
29195 msgid ""
29196 "(In this case, an extra partition is I<not> created at the end of the disk, "
29197 "because there will be no unused space)."
29198 msgstr ""
29199
29200 #. type: textblock
29201 #: ../tools/virt-resize.pl:163
29202 msgid ""
29203 "L</--resize> is the other commonly used option.  The following would "
29204 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
29205 "rest of the available space:"
29206 msgstr ""
29207
29208 #. type: verbatim
29209 #: ../tools/virt-resize.pl:167
29210 #, no-wrap
29211 msgid ""
29212 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
29213 "     indisk outdisk\n"
29214 "\n"
29215 msgstr ""
29216
29217 #. type: textblock
29218 #: ../tools/virt-resize.pl:170
29219 msgid ""
29220 "If the expanded partition in the image contains a filesystem or LVM PV, then "
29221 "if virt-resize knows how, it will resize the contents, the equivalent of "
29222 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
29223 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
29224 "filesystems, so you would have to online resize them after booting the "
29225 "guest."
29226 msgstr ""
29227
29228 #. type: textblock
29229 #: ../tools/virt-resize.pl:177
29230 msgid "Other options are covered below."
29231 msgstr ""
29232
29233 #. type: =item
29234 #: ../tools/virt-resize.pl:179
29235 msgid "6. Test"
29236 msgstr ""
29237
29238 #. type: textblock
29239 #: ../tools/virt-resize.pl:181
29240 msgid "Thoroughly test the new disk image I<before> discarding the old one."
29241 msgstr ""
29242
29243 #. type: textblock
29244 #: ../tools/virt-resize.pl:183
29245 msgid "If you are using libvirt, edit the XML to point at the new disk:"
29246 msgstr ""
29247
29248 #. type: verbatim
29249 #: ../tools/virt-resize.pl:185
29250 #, no-wrap
29251 msgid ""
29252 " # virsh edit guestname\n"
29253 "\n"
29254 msgstr ""
29255
29256 #. type: textblock
29257 #: ../tools/virt-resize.pl:187
29258 msgid ""
29259 "Change E<lt>source ...E<gt>, see "
29260 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
29261 msgstr ""
29262
29263 #. type: textblock
29264 #: ../tools/virt-resize.pl:190
29265 msgid "Then start up the domain with the new, resized disk:"
29266 msgstr ""
29267
29268 #. type: verbatim
29269 #: ../tools/virt-resize.pl:192
29270 #, no-wrap
29271 msgid ""
29272 " # virsh start guestname\n"
29273 "\n"
29274 msgstr ""
29275
29276 #. type: textblock
29277 #: ../tools/virt-resize.pl:194
29278 msgid ""
29279 "and check that it still works.  See also the L</NOTES> section below for "
29280 "additional information."
29281 msgstr ""
29282
29283 #. type: =item
29284 #: ../tools/virt-resize.pl:197
29285 msgid "7. Resize LVs etc inside the guest"
29286 msgstr ""
29287
29288 #. type: textblock
29289 #: ../tools/virt-resize.pl:199
29290 msgid "(This can also be done offline using L<guestfish(1)>)"
29291 msgstr ""
29292
29293 #. type: textblock
29294 #: ../tools/virt-resize.pl:201
29295 msgid ""
29296 "Once the guest has booted you should see the new space available, at least "
29297 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
29298 "may need to resize LVs inside PVs, and also resize filesystem types that "
29299 "virt-resize does not know how to expand."
29300 msgstr ""
29301
29302 #. type: =head2
29303 #: ../tools/virt-resize.pl:208
29304 msgid "SHRINKING A VIRTUAL MACHINE DISK"
29305 msgstr ""
29306
29307 #. type: textblock
29308 #: ../tools/virt-resize.pl:210
29309 msgid ""
29310 "Shrinking is somewhat more complex than expanding, and only an overview is "
29311 "given here."
29312 msgstr ""
29313
29314 #. type: textblock
29315 #: ../tools/virt-resize.pl:213
29316 msgid ""
29317 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
29318 "filesystems).  The user has to shrink content before passing the disk image "
29319 "to virt-resize, and virt-resize will check that the content has been shrunk "
29320 "properly."
29321 msgstr ""
29322
29323 #. type: textblock
29324 #: ../tools/virt-resize.pl:218
29325 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
29326 msgstr ""
29327
29328 #. type: textblock
29329 #: ../tools/virt-resize.pl:220
29330 msgid ""
29331 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
29332 "steps 3 and 4 above to allocate a new disk image."
29333 msgstr ""
29334
29335 #. type: textblock
29336 #: ../tools/virt-resize.pl:223
29337 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
29338 msgstr ""
29339
29340 #. type: =head2
29341 #: ../tools/virt-resize.pl:226
29342 msgid "IGNORING OR DELETING PARTITIONS"
29343 msgstr ""
29344
29345 #. type: textblock
29346 #: ../tools/virt-resize.pl:228
29347 msgid ""
29348 "virt-resize also gives a convenient way to ignore or delete partitions when "
29349 "copying from the input disk to the output disk.  Ignoring a partition speeds "
29350 "up the copy where you don't care about the existing contents of a "
29351 "partition.  Deleting a partition removes it completely, but note that it "
29352 "also renumbers any partitions after the one which is deleted, which can "
29353 "leave some guests unbootable."
29354 msgstr ""
29355
29356 #. type: =head2
29357 #: ../tools/virt-resize.pl:235
29358 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
29359 msgstr ""
29360
29361 #. type: textblock
29362 #: ../tools/virt-resize.pl:237
29363 msgid ""
29364 "If the input disk is in qcow2 format, then you may prefer that the output is "
29365 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
29366 "the fly.  The output format is simply determined by the format of the empty "
29367 "output container that you provide.  Thus to create qcow2 output, use:"
29368 msgstr ""
29369
29370 #. type: verbatim
29371 #: ../tools/virt-resize.pl:243
29372 #, no-wrap
29373 msgid ""
29374 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
29375 "\n"
29376 msgstr ""
29377
29378 #. type: textblock
29379 #: ../tools/virt-resize.pl:245
29380 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
29381 msgstr ""
29382
29383 #. type: textblock
29384 #: ../tools/virt-resize.pl:247
29385 msgid "Similarly, to get non-sparse raw output use:"
29386 msgstr ""
29387
29388 #. type: verbatim
29389 #: ../tools/virt-resize.pl:249
29390 #, no-wrap
29391 msgid ""
29392 " fallocate -l size outdisk\n"
29393 "\n"
29394 msgstr ""
29395
29396 #. type: textblock
29397 #: ../tools/virt-resize.pl:251
29398 msgid ""
29399 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
29400 "if=/dev/zero of=outdisk bs=1M count=..>)"
29401 msgstr ""
29402
29403 #. type: textblock
29404 #: ../tools/virt-resize.pl:264
29405 msgid "Display help."
29406 msgstr ""
29407
29408 #. type: =item
29409 #: ../tools/virt-resize.pl:278
29410 msgid "B<--resize part=size>"
29411 msgstr ""
29412
29413 #. type: textblock
29414 #: ../tools/virt-resize.pl:280
29415 msgid ""
29416 "Resize the named partition (expanding or shrinking it) so that it has the "
29417 "given size."
29418 msgstr ""
29419
29420 #. type: textblock
29421 #: ../tools/virt-resize.pl:283
29422 msgid ""
29423 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
29424 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
29425 "Exabytes; or as a percentage of the current size; or as a relative number or "
29426 "percentage.  For example:"
29427 msgstr ""
29428
29429 #. type: verbatim
29430 #: ../tools/virt-resize.pl:288
29431 #, no-wrap
29432 msgid ""
29433 " --resize /dev/sda2=10G\n"
29434 "\n"
29435 msgstr ""
29436
29437 #. type: verbatim
29438 #: ../tools/virt-resize.pl:290
29439 #, no-wrap
29440 msgid ""
29441 " --resize /dev/sda4=90%\n"
29442 "\n"
29443 msgstr ""
29444
29445 #. type: verbatim
29446 #: ../tools/virt-resize.pl:292
29447 #, no-wrap
29448 msgid ""
29449 " --resize /dev/sda2=+1G\n"
29450 "\n"
29451 msgstr ""
29452
29453 #. type: verbatim
29454 #: ../tools/virt-resize.pl:294
29455 #, no-wrap
29456 msgid ""
29457 " --resize /dev/sda2=-200M\n"
29458 "\n"
29459 msgstr ""
29460
29461 #. type: verbatim
29462 #: ../tools/virt-resize.pl:296
29463 #, no-wrap
29464 msgid ""
29465 " --resize /dev/sda1=+128K\n"
29466 "\n"
29467 msgstr ""
29468
29469 #. type: verbatim
29470 #: ../tools/virt-resize.pl:298
29471 #, no-wrap
29472 msgid ""
29473 " --resize /dev/sda1=+10%\n"
29474 "\n"
29475 msgstr ""
29476
29477 #. type: verbatim
29478 #: ../tools/virt-resize.pl:300
29479 #, no-wrap
29480 msgid ""
29481 " --resize /dev/sda1=-10%\n"
29482 "\n"
29483 msgstr ""
29484
29485 #. type: textblock
29486 #: ../tools/virt-resize.pl:302
29487 msgid ""
29488 "You can increase the size of any partition.  Virt-resize will expand the "
29489 "direct content of the partition if it knows how (see C<--expand> below)."
29490 msgstr ""
29491
29492 #. type: textblock
29493 #: ../tools/virt-resize.pl:306
29494 msgid ""
29495 "You can only I<decrease> the size of partitions that contain filesystems or "
29496 "PVs which have already been shrunk.  Virt-resize will check this has been "
29497 "done before proceeding, or else will print an error (see also "
29498 "C<--resize-force>)."
29499 msgstr ""
29500
29501 #. type: textblock
29502 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
29503 msgid "You can give this option multiple times."
29504 msgstr ""
29505
29506 #. type: =item
29507 #: ../tools/virt-resize.pl:317
29508 msgid "B<--resize-force part=size>"
29509 msgstr ""
29510
29511 #. type: textblock
29512 #: ../tools/virt-resize.pl:319
29513 msgid ""
29514 "This is the same as C<--resize> except that it will let you decrease the "
29515 "size of any partition.  Generally this means you will lose any data which "
29516 "was at the end of the partition you shrink, but you may not care about that "
29517 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
29518 "as a swap partition)."
29519 msgstr ""
29520
29521 #. type: textblock
29522 #: ../tools/virt-resize.pl:325
29523 msgid "See also the C<--ignore> option."
29524 msgstr ""
29525
29526 #. type: =item
29527 #: ../tools/virt-resize.pl:331
29528 msgid "B<--expand part>"
29529 msgstr ""
29530
29531 #. type: textblock
29532 #: ../tools/virt-resize.pl:333
29533 msgid ""
29534 "Expand the named partition so it uses up all extra space (space left over "
29535 "after any other resize changes that you request have been done)."
29536 msgstr ""
29537
29538 #. type: textblock
29539 #: ../tools/virt-resize.pl:336
29540 msgid ""
29541 "If virt-resize knows how, it will expand the direct content of the "
29542 "partition.  For example, if the partition is an LVM PV, it will expand the "
29543 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
29544 "content it doesn't know about alone."
29545 msgstr ""
29546
29547 #. type: textblock
29548 #: ../tools/virt-resize.pl:341
29549 msgid "Currently virt-resize can resize:"
29550 msgstr ""
29551
29552 #. type: textblock
29553 #: ../tools/virt-resize.pl:347
29554 msgid ""
29555 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
29556 "partition."
29557 msgstr ""
29558
29559 #. type: textblock
29560 #: ../tools/virt-resize.pl:352
29561 msgid ""
29562 "NTFS filesystems contained directly in a partition, if libguestfs was "
29563 "compiled with support for NTFS."
29564 msgstr ""
29565
29566 #. type: textblock
29567 #: ../tools/virt-resize.pl:355
29568 msgid ""
29569 "The filesystem must have been shut down consistently last time it was used.  "
29570 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
29571 "consistency check, so at the first boot after resizing Windows will check "
29572 "the disk."
29573 msgstr ""
29574
29575 #. type: textblock
29576 #: ../tools/virt-resize.pl:362
29577 msgid ""
29578 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
29579 "inside the PV, but see the C<--LV-expand> option.  The user could also "
29580 "resize LVs as desired after boot."
29581 msgstr ""
29582
29583 #. type: textblock
29584 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
29585 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
29586 msgstr ""
29587
29588 #. type: =item
29589 #: ../tools/virt-resize.pl:374
29590 msgid "B<--shrink part>"
29591 msgstr ""
29592
29593 #. type: textblock
29594 #: ../tools/virt-resize.pl:376
29595 msgid ""
29596 "Shrink the named partition until the overall disk image fits in the "
29597 "destination.  The named partition B<must> contain a filesystem or PV which "
29598 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
29599 "online tools).  Virt-resize will check this and give an error if it has not "
29600 "been done."
29601 msgstr ""
29602
29603 #. type: textblock
29604 #: ../tools/virt-resize.pl:382
29605 msgid ""
29606 "The amount by which the overall disk must be shrunk (after carrying out all "
29607 "other operations requested by the user) is called the \"deficit\".  For "
29608 "example, a straight copy (assume no other operations)  from a 5GB disk image "
29609 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
29610 "would give an error unless the user specified a partition to shrink and that "
29611 "partition had more than a gigabyte of free space."
29612 msgstr ""
29613
29614 #. type: =item
29615 #: ../tools/virt-resize.pl:396
29616 msgid "B<--ignore part>"
29617 msgstr ""
29618
29619 #. type: textblock
29620 #: ../tools/virt-resize.pl:398
29621 msgid ""
29622 "Ignore the named partition.  Effectively this means the partition is "
29623 "allocated on the destination disk, but the content is not copied across from "
29624 "the source disk.  The content of the partition will be blank (all zero "
29625 "bytes)."
29626 msgstr ""
29627
29628 #. type: =item
29629 #: ../tools/virt-resize.pl:409
29630 msgid "B<--delete part>"
29631 msgstr ""
29632
29633 #. type: textblock
29634 #: ../tools/virt-resize.pl:411
29635 msgid ""
29636 "Delete the named partition.  It would be more accurate to describe this as "
29637 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
29638 "the original disk image is left intact."
29639 msgstr ""
29640
29641 #. type: textblock
29642 #: ../tools/virt-resize.pl:415
29643 msgid ""
29644 "Note that when you delete a partition, then anything contained in the "
29645 "partition is also deleted.  Furthermore, this causes any partitions that "
29646 "come after to be I<renumbered>, which can easily make your guest unbootable."
29647 msgstr ""
29648
29649 #. type: =item
29650 #: ../tools/virt-resize.pl:426
29651 msgid "B<--LV-expand logvol>"
29652 msgstr ""
29653
29654 #. type: textblock
29655 #: ../tools/virt-resize.pl:428
29656 msgid ""
29657 "This takes the logical volume and, as a final step, expands it to fill all "
29658 "the space available in its volume group.  A typical usage, assuming a Linux "
29659 "guest with a single PV C</dev/sda2> and a root device called "
29660 "C</dev/vg_guest/lv_root> would be:"
29661 msgstr ""
29662
29663 #. type: verbatim
29664 #: ../tools/virt-resize.pl:433
29665 #, no-wrap
29666 msgid ""
29667 " virt-resize indisk outdisk \\\n"
29668 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
29669 "\n"
29670 msgstr ""
29671
29672 #. type: textblock
29673 #: ../tools/virt-resize.pl:436
29674 msgid ""
29675 "This would first expand the partition (and PV), and then expand the root "
29676 "device to fill the extra space in the PV."
29677 msgstr ""
29678
29679 #. type: textblock
29680 #: ../tools/virt-resize.pl:439
29681 msgid ""
29682 "The contents of the LV are also resized if virt-resize knows how to do "
29683 "that.  You can stop virt-resize from trying to expand the content by using "
29684 "the option C<--no-expand-content>."
29685 msgstr ""
29686
29687 #. type: textblock
29688 #: ../tools/virt-resize.pl:443
29689 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
29690 msgstr ""
29691
29692 #. type: textblock
29693 #: ../tools/virt-resize.pl:446
29694 msgid ""
29695 "You can give this option multiple times, I<but> it doesn't make sense to do "
29696 "this unless the logical volumes you specify are all in different volume "
29697 "groups."
29698 msgstr ""
29699
29700 #. type: =item
29701 #: ../tools/virt-resize.pl:454
29702 msgid "B<--no-copy-boot-loader>"
29703 msgstr ""
29704
29705 #. type: textblock
29706 #: ../tools/virt-resize.pl:456
29707 msgid ""
29708 "By default, virt-resize copies over some sectors at the start of the disk "
29709 "(up to the beginning of the first partition).  Commonly these sectors "
29710 "contain the Master Boot Record (MBR) and the boot loader, and are required "
29711 "in order for the guest to boot correctly."
29712 msgstr ""
29713
29714 #. type: textblock
29715 #: ../tools/virt-resize.pl:461
29716 msgid ""
29717 "If you specify this flag, then this initial copy is not done.  You may need "
29718 "to reinstall the boot loader in this case."
29719 msgstr ""
29720
29721 #. type: =item
29722 #: ../tools/virt-resize.pl:469
29723 msgid "B<--no-extra-partition>"
29724 msgstr ""
29725
29726 #. type: textblock
29727 #: ../tools/virt-resize.pl:471
29728 msgid ""
29729 "By default, virt-resize creates an extra partition if there is any extra, "
29730 "unused space after all resizing has happened.  Use this option to prevent "
29731 "the extra partition from being created.  If you do this then the extra space "
29732 "will be inaccessible until you run fdisk, parted, or some other partitioning "
29733 "tool in the guest."
29734 msgstr ""
29735
29736 #. type: textblock
29737 #: ../tools/virt-resize.pl:477
29738 msgid ""
29739 "Note that if the surplus space is smaller than 10 MB, no extra partition "
29740 "will be created."
29741 msgstr ""
29742
29743 #. type: =item
29744 #: ../tools/virt-resize.pl:484
29745 msgid "B<--no-expand-content>"
29746 msgstr ""
29747
29748 #. type: textblock
29749 #: ../tools/virt-resize.pl:486
29750 msgid ""
29751 "By default, virt-resize will try to expand the direct contents of "
29752 "partitions, if it knows how (see C<--expand> option above)."
29753 msgstr ""
29754
29755 #. type: textblock
29756 #: ../tools/virt-resize.pl:489
29757 msgid ""
29758 "If you give the C<--no-expand-content> option then virt-resize will not "
29759 "attempt this."
29760 msgstr ""
29761
29762 #. type: =item
29763 #: ../tools/virt-resize.pl:496
29764 msgid "B<-d> | B<--debug>"
29765 msgstr ""
29766
29767 #. type: =item
29768 #: ../tools/virt-resize.pl:504
29769 msgid "B<-n> | B<--dryrun>"
29770 msgstr ""
29771
29772 #. type: textblock
29773 #: ../tools/virt-resize.pl:506
29774 msgid "Print a summary of what would be done, but don't do anything."
29775 msgstr ""
29776
29777 #. type: =item
29778 #: ../tools/virt-resize.pl:512
29779 msgid "B<-q> | B<--quiet>"
29780 msgstr ""
29781
29782 #. type: textblock
29783 #: ../tools/virt-resize.pl:514
29784 msgid "Don't print the summary."
29785 msgstr ""
29786
29787 #. type: textblock
29788 #: ../tools/virt-resize.pl:522
29789 msgid ""
29790 "Specify the format of the input disk image.  If this flag is not given then "
29791 "it is auto-detected from the image itself."
29792 msgstr ""
29793
29794 #. type: textblock
29795 #: ../tools/virt-resize.pl:528
29796 msgid ""
29797 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
29798 "AND NON-SPARSE RAW FORMATS>."
29799 msgstr ""
29800
29801 #. type: =item
29802 #: ../tools/virt-resize.pl:535
29803 msgid "B<--output-format> raw"
29804 msgstr ""
29805
29806 #. type: textblock
29807 #: ../tools/virt-resize.pl:537
29808 msgid ""
29809 "Specify the format of the output disk image.  If this flag is not given then "
29810 "it is auto-detected from the image itself."
29811 msgstr ""
29812
29813 #. type: textblock
29814 #: ../tools/virt-resize.pl:543
29815 msgid ""
29816 "Note that you still need to create the output disk with the right format.  "
29817 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
29818 msgstr ""
29819
29820 #. type: =head1
29821 #: ../tools/virt-resize.pl:1425
29822 msgid "NOTES"
29823 msgstr ""
29824
29825 #. type: =head2
29826 #: ../tools/virt-resize.pl:1427
29827 msgid "\"Partition 1 does not end on cylinder boundary.\""
29828 msgstr ""
29829
29830 #. type: textblock
29831 #: ../tools/virt-resize.pl:1429
29832 msgid ""
29833 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
29834 "means the partitions will not be aligned to the ancient CHS geometry.  "
29835 "However CHS geometry is meaningless for disks manufactured since the early "
29836 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
29837 "cylinders is not required by any modern operating system."
29838 msgstr ""
29839
29840 #. type: =head2
29841 #: ../tools/virt-resize.pl:1436
29842 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
29843 msgstr ""
29844
29845 #. type: textblock
29846 #: ../tools/virt-resize.pl:1438
29847 msgid ""
29848 "In Windows Vista and later versions, Microsoft switched to using a separate "
29849 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
29850 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
29851 "the boot partition.  Doing so seems to break the guest completely.  However "
29852 "expanding the second partition (ie. C: drive) should work."
29853 msgstr ""
29854
29855 #. type: textblock
29856 #: ../tools/virt-resize.pl:1445
29857 msgid ""
29858 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
29859 "NTFS partitions have been expanded.  This is just a safety check and (unless "
29860 "it find errors) is nothing to worry about."
29861 msgstr ""
29862
29863 #. type: =head2
29864 #: ../tools/virt-resize.pl:1449
29865 msgid "GUEST BOOT STUCK AT \"GRUB\""
29866 msgstr ""
29867
29868 #. type: textblock
29869 #: ../tools/virt-resize.pl:1451
29870 msgid ""
29871 "If a Linux guest does not boot after resizing, and the boot is stuck after "
29872 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
29873 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
29874 "although we think is to do with partition alignment."
29875 msgstr ""
29876
29877 #. type: verbatim
29878 #: ../tools/virt-resize.pl:1456
29879 #, no-wrap
29880 msgid ""
29881 " guestfish -i -a newdisk\n"
29882 " ><fs> cat /boot/grub/device.map\n"
29883 " # check the contents of this file are sensible or\n"
29884 " # edit the file if necessary\n"
29885 " ><fs> grub-install / /dev/vda\n"
29886 " ><fs> exit\n"
29887 "\n"
29888 msgstr ""
29889
29890 #. type: textblock
29891 #: ../tools/virt-resize.pl:1463
29892 msgid ""
29893 "For more flexible guest reconfiguration, including if you need to specify "
29894 "other parameters to grub-install, use L<virt-rescue(1)>."
29895 msgstr ""
29896
29897 #. type: =head1
29898 #: ../tools/virt-resize.pl:1466
29899 msgid "ALTERNATIVE TOOLS"
29900 msgstr ""
29901
29902 #. type: textblock
29903 #: ../tools/virt-resize.pl:1468
29904 msgid ""
29905 "There are several proprietary tools for resizing partitions.  We won't "
29906 "mention any here."
29907 msgstr ""
29908
29909 #. type: textblock
29910 #: ../tools/virt-resize.pl:1471
29911 msgid ""
29912 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
29913 "operations on disk images.  They can resize and move partitions, but I don't "
29914 "think they can do anything with the contents, and they certainly don't "
29915 "understand LVM."
29916 msgstr ""
29917
29918 #. type: textblock
29919 #: ../tools/virt-resize.pl:1476
29920 msgid ""
29921 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
29922 "but at a much lower level.  You will probably end up hand-calculating sector "
29923 "offsets, which is something that virt-resize was designed to avoid.  If you "
29924 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
29925 "C<--debug> flag."
29926 msgstr ""
29927
29928 #. type: textblock
29929 #: ../tools/virt-resize.pl:1491
29930 msgid ""
29931 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
29932 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
29933 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
29934 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
29935 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29936 msgstr ""
29937
29938 #. type: textblock
29939 #: ../tools/virt-list-filesystems.pl:32
29940 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29941 msgstr ""
29942
29943 #. type: verbatim
29944 #: ../tools/virt-list-filesystems.pl:36
29945 #, no-wrap
29946 msgid ""
29947 " virt-list-filesystems [--options] domname\n"
29948 "\n"
29949 msgstr ""
29950
29951 #. type: verbatim
29952 #: ../tools/virt-list-filesystems.pl:38
29953 #, no-wrap
29954 msgid ""
29955 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29956 "\n"
29957 msgstr ""
29958
29959 #. type: textblock
29960 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29961 msgid ""
29962 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29963 "replacement."
29964 msgstr ""
29965
29966 #. type: textblock
29967 #: ../tools/virt-list-filesystems.pl:45
29968 msgid ""
29969 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29970 "are contained in a virtual machine or disk image."
29971 msgstr ""
29972
29973 #. type: textblock
29974 #: ../tools/virt-list-filesystems.pl:49
29975 msgid ""
29976 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29977 "functionality.  For more complex cases you should look at the "
29978 "L<guestfish(1)> tool."
29979 msgstr ""
29980
29981 #. type: =item
29982 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29983 msgid "B<-l> | B<--long>"
29984 msgstr ""
29985
29986 #. type: textblock
29987 #: ../tools/virt-list-filesystems.pl:108
29988 msgid ""
29989 "With this option, C<virt-list-filesystems> displays the type of each "
29990 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29991 msgstr ""
29992
29993 #. type: =item
29994 #: ../tools/virt-list-filesystems.pl:115
29995 msgid "B<-a> | B<--all>"
29996 msgstr ""
29997
29998 #. type: textblock
29999 #: ../tools/virt-list-filesystems.pl:117
30000 msgid ""
30001 "Normally we only show mountable filesystems.  If this option is given then "
30002 "swap devices are shown too."
30003 msgstr ""
30004
30005 #. type: textblock
30006 #: ../tools/virt-list-filesystems.pl:191
30007 msgid ""
30008 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
30009 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
30010 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30011 msgstr ""
30012
30013 #. type: textblock
30014 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30015 msgid "Copyright (C) 2009 Red Hat Inc."
30016 msgstr ""
30017
30018 #. type: textblock
30019 #: ../tools/virt-tar.pl:33
30020 msgid "virt-tar - Extract or upload files to a virtual machine"
30021 msgstr ""
30022
30023 #. type: verbatim
30024 #: ../tools/virt-tar.pl:37
30025 #, no-wrap
30026 msgid ""
30027 " virt-tar [--options] -x domname directory tarball\n"
30028 "\n"
30029 msgstr ""
30030
30031 #. type: verbatim
30032 #: ../tools/virt-tar.pl:39
30033 #, no-wrap
30034 msgid ""
30035 " virt-tar [--options] -u domname tarball directory\n"
30036 "\n"
30037 msgstr ""
30038
30039 #. type: verbatim
30040 #: ../tools/virt-tar.pl:41
30041 #, no-wrap
30042 msgid ""
30043 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30044 "\n"
30045 msgstr ""
30046
30047 #. type: verbatim
30048 #: ../tools/virt-tar.pl:43
30049 #, no-wrap
30050 msgid ""
30051 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30052 "\n"
30053 msgstr ""
30054
30055 #. type: textblock
30056 #: ../tools/virt-tar.pl:47
30057 msgid ""
30058 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
30059 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
30060 msgstr ""
30061
30062 #. type: textblock
30063 #: ../tools/virt-tar.pl:52
30064 msgid "Download C</home> from the VM into a local tarball:"
30065 msgstr ""
30066
30067 #. type: verbatim
30068 #: ../tools/virt-tar.pl:54
30069 #, no-wrap
30070 msgid ""
30071 " virt-tar -x domname /home home.tar\n"
30072 "\n"
30073 msgstr ""
30074
30075 #. type: verbatim
30076 #: ../tools/virt-tar.pl:56
30077 #, no-wrap
30078 msgid ""
30079 " virt-tar -zx domname /home home.tar.gz\n"
30080 "\n"
30081 msgstr ""
30082
30083 #. type: textblock
30084 #: ../tools/virt-tar.pl:58
30085 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30086 msgstr ""
30087
30088 #. type: verbatim
30089 #: ../tools/virt-tar.pl:60
30090 #, no-wrap
30091 msgid ""
30092 " virt-tar -u domname uploadstuff.tar /tmp\n"
30093 "\n"
30094 msgstr ""
30095
30096 #. type: verbatim
30097 #: ../tools/virt-tar.pl:62
30098 #, no-wrap
30099 msgid ""
30100 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30101 "\n"
30102 msgstr ""
30103
30104 #. type: textblock
30105 #: ../tools/virt-tar.pl:66
30106 msgid ""
30107 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
30108 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30109 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30110 msgstr ""
30111
30112 #. type: textblock
30113 #: ../tools/virt-tar.pl:71
30114 msgid ""
30115 "You can use C<-x> (extract) on live virtual machines, but you might get "
30116 "inconsistent results or errors if there is filesystem activity inside the "
30117 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30118 "work, but the only way to guarantee consistent results is if the virtual "
30119 "machine is shut down."
30120 msgstr ""
30121
30122 #. type: textblock
30123 #: ../tools/virt-tar.pl:79
30124 msgid ""
30125 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30126 "parts of a guest filesystem.  There are many possibilities: making backups, "
30127 "uploading data files, snooping on guest activity, fixing or customizing "
30128 "guests, etc."
30129 msgstr ""
30130
30131 #. type: textblock
30132 #: ../tools/virt-tar.pl:84
30133 msgid ""
30134 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30135 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30136 "should look at the L<guestfish(1)> tool."
30137 msgstr ""
30138
30139 #. type: textblock
30140 #: ../tools/virt-tar.pl:88
30141 msgid ""
30142 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
30143 "its contents (recursively) from the virtual machine into a local tarball.  "
30144 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
30145 "virtual machine.  You cannot use these two options together."
30146 msgstr ""
30147
30148 #. type: textblock
30149 #: ../tools/virt-tar.pl:94
30150 msgid ""
30151 "In addition, you may need to use the C<-z> (gZip) option to enable "
30152 "compression.  When uploading, you have to specify C<-z> if the upload file "
30153 "is compressed because virt-tar won't detect this on its own."
30154 msgstr ""
30155
30156 #. type: textblock
30157 #: ../tools/virt-tar.pl:98
30158 msgid ""
30159 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30160 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30161 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30162 "the L<libguestfs(3)> API)."
30163 msgstr ""
30164
30165 #. type: =item
30166 #: ../tools/virt-tar.pl:156
30167 msgid "B<-x> | B<--extract> | B<--download>"
30168 msgstr ""
30169
30170 #. type: =item
30171 #: ../tools/virt-tar.pl:158
30172 msgid "B<-u> | B<--upload>"
30173 msgstr ""
30174
30175 #. type: textblock
30176 #: ../tools/virt-tar.pl:160
30177 msgid ""
30178 "Use C<-x> to extract (download) a directory from a virtual machine to a "
30179 "local tarball."
30180 msgstr ""
30181
30182 #. type: textblock
30183 #: ../tools/virt-tar.pl:163
30184 msgid ""
30185 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
30186 "Please read the L</WARNING> section above before using this option."
30187 msgstr ""
30188
30189 #. type: textblock
30190 #: ../tools/virt-tar.pl:167
30191 msgid "You must specify exactly one of these options."
30192 msgstr ""
30193
30194 #. type: =item
30195 #: ../tools/virt-tar.pl:173
30196 msgid "B<-z> | B<--gzip>"
30197 msgstr ""
30198
30199 #. type: textblock
30200 #: ../tools/virt-tar.pl:175
30201 msgid "Specify that the input or output tarball is gzip-compressed."
30202 msgstr ""
30203
30204 #. type: textblock
30205 #: ../tools/virt-tar.pl:288
30206 msgid ""
30207 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
30208 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
30209 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
30210 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30211 msgstr ""
30212
30213 #. type: textblock
30214 #: ../tools/virt-make-fs.pl:37
30215 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30216 msgstr ""
30217
30218 #. type: verbatim
30219 #: ../tools/virt-make-fs.pl:41
30220 #, no-wrap
30221 msgid ""
30222 " virt-make-fs [--options] input.tar output.img\n"
30223 "\n"
30224 msgstr ""
30225
30226 #. type: verbatim
30227 #: ../tools/virt-make-fs.pl:43
30228 #, no-wrap
30229 msgid ""
30230 " virt-make-fs [--options] input.tar.gz output.img\n"
30231 "\n"
30232 msgstr ""
30233
30234 #. type: verbatim
30235 #: ../tools/virt-make-fs.pl:45
30236 #, no-wrap
30237 msgid ""
30238 " virt-make-fs [--options] directory output.img\n"
30239 "\n"
30240 msgstr ""
30241
30242 #. type: textblock
30243 #: ../tools/virt-make-fs.pl:49
30244 msgid ""
30245 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30246 "archive or some files in a directory.  It is similar to tools like "
30247 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
30248 "it can create common filesystem types like ext2/3 or NTFS, which can be "
30249 "useful if you want to attach these filesystems to existing virtual machines "
30250 "(eg. to import large amounts of read-only data to a VM)."
30251 msgstr ""
30252
30253 #. type: textblock
30254 #: ../tools/virt-make-fs.pl:57
30255 msgid "Basic usage is:"
30256 msgstr ""
30257
30258 #. type: verbatim
30259 #: ../tools/virt-make-fs.pl:59
30260 #, no-wrap
30261 msgid ""
30262 " virt-make-fs input output\n"
30263 "\n"
30264 msgstr ""
30265
30266 #. type: textblock
30267 #: ../tools/virt-make-fs.pl:61
30268 msgid ""
30269 "where C<input> is either a directory containing files that you want to add, "
30270 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30271 "C<output> is a disk image.  The input type is detected automatically.  The "
30272 "output disk image defaults to a raw ext2 image unless you specify extra "
30273 "flags (see L</OPTIONS> below)."
30274 msgstr ""
30275
30276 #. type: =head2
30277 #: ../tools/virt-make-fs.pl:67
30278 msgid "EXTRA SPACE"
30279 msgstr ""
30280
30281 #. type: textblock
30282 #: ../tools/virt-make-fs.pl:69
30283 msgid ""
30284 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30285 "the files that it contains, but might have extra space.  Depending on how "
30286 "you are going to use the output, you might think this extra space is wasted "
30287 "and want to minimize it, or you might want to leave space so that more files "
30288 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30289 "but you can use the C<--size> flag to leave space in the filesystem if you "
30290 "want it."
30291 msgstr ""
30292
30293 #. type: textblock
30294 #: ../tools/virt-make-fs.pl:77
30295 msgid ""
30296 "An alternative way to leave extra space but not make the output image any "
30297 "bigger is to use an alternative disk image format (instead of the default "
30298 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
30299 "image format (check your hypervisor supports this before using it).  This "
30300 "allows you to choose a large C<--size> but the extra space won't actually be "
30301 "allocated in the image until you try to store something in it."
30302 msgstr ""
30303
30304 #. type: textblock
30305 #: ../tools/virt-make-fs.pl:85
30306 msgid ""
30307 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30308 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30309 "to build another image from scratch."
30310 msgstr ""
30311
30312 #. type: =head3
30313 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
30314 msgid "EXAMPLE"
30315 msgstr ""
30316
30317 #. type: verbatim
30318 #: ../tools/virt-make-fs.pl:91
30319 #, no-wrap
30320 msgid ""
30321 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30322 "\n"
30323 msgstr ""
30324
30325 #. type: =head2
30326 #: ../tools/virt-make-fs.pl:93
30327 msgid "FILESYSTEM TYPE"
30328 msgstr ""
30329
30330 #. type: textblock
30331 #: ../tools/virt-make-fs.pl:95
30332 msgid ""
30333 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30334 "libguestfs supports can be used (but I<not> read-only formats like "
30335 "ISO9660).  Here are some of the more common choices:"
30336 msgstr ""
30337
30338 #. type: =item
30339 #: ../tools/virt-make-fs.pl:101
30340 msgid "I<ext3>"
30341 msgstr ""
30342
30343 #. type: textblock
30344 #: ../tools/virt-make-fs.pl:103
30345 msgid ""
30346 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30347 "you are not going to use the filesystem in a way that requires the journal, "
30348 "then this is just wasted overhead."
30349 msgstr ""
30350
30351 #. type: =item
30352 #: ../tools/virt-make-fs.pl:107
30353 msgid "I<ntfs> or I<vfat>"
30354 msgstr ""
30355
30356 #. type: textblock
30357 #: ../tools/virt-make-fs.pl:109
30358 msgid "Useful if exporting data to a Windows guest."
30359 msgstr ""
30360
30361 #. type: textblock
30362 #: ../tools/virt-make-fs.pl:111
30363 msgid ""
30364 "I<Note for vfat>: The tar archive or local directory must only contain files "
30365 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30366 "program running within libguestfs is unable to change the ownership of "
30367 "non-root files, since vfat itself does not support this."
30368 msgstr ""
30369
30370 #. type: =item
30371 #: ../tools/virt-make-fs.pl:116
30372 msgid "I<minix>"
30373 msgstr ""
30374
30375 #. type: textblock
30376 #: ../tools/virt-make-fs.pl:118
30377 msgid ""
30378 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30379 "total filesystem size."
30380 msgstr ""
30381
30382 #. type: verbatim
30383 #: ../tools/virt-make-fs.pl:125
30384 #, no-wrap
30385 msgid ""
30386 " virt-make-fs --type=minix input minixfs.img\n"
30387 "\n"
30388 msgstr ""
30389
30390 #. type: =head2
30391 #: ../tools/virt-make-fs.pl:127
30392 msgid "TO PARTITION OR NOT TO PARTITION"
30393 msgstr ""
30394
30395 #. type: textblock
30396 #: ../tools/virt-make-fs.pl:129
30397 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30398 msgstr ""
30399
30400 #. type: textblock
30401 #: ../tools/virt-make-fs.pl:131
30402 msgid ""
30403 "Adding a partition can make the disk image more compatible with certain "
30404 "virtualized operating systems which don't expect to see a filesystem "
30405 "directly located on a block device (Linux doesn't care and will happily "
30406 "handle both types)."
30407 msgstr ""
30408
30409 #. type: textblock
30410 #: ../tools/virt-make-fs.pl:136
30411 msgid ""
30412 "On the other hand, if you have a partition table then the output image is no "
30413 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30414 "directly on a partitioned disk image.  (However libguestfs tools such as "
30415 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30416 msgstr ""
30417
30418 #. type: textblock
30419 #: ../tools/virt-make-fs.pl:144
30420 msgid "Add an MBR partition:"
30421 msgstr ""
30422
30423 #. type: verbatim
30424 #: ../tools/virt-make-fs.pl:146
30425 #, no-wrap
30426 msgid ""
30427 " virt-make-fs --partition -- input disk.img\n"
30428 "\n"
30429 msgstr ""
30430
30431 #. type: textblock
30432 #: ../tools/virt-make-fs.pl:148
30433 msgid ""
30434 "If the output disk image could be terabyte-sized or larger, it's better to "
30435 "use an EFI/GPT-compatible partition table:"
30436 msgstr ""
30437
30438 #. type: verbatim
30439 #: ../tools/virt-make-fs.pl:151
30440 #, no-wrap
30441 msgid ""
30442 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30443 "\n"
30444 msgstr ""
30445
30446 #. type: textblock
30447 #: ../tools/virt-make-fs.pl:179
30448 msgid "Enable debugging information."
30449 msgstr ""
30450
30451 #. type: =item
30452 #: ../tools/virt-make-fs.pl:185
30453 msgid "B<--size=E<lt>NE<gt>>"
30454 msgstr ""
30455
30456 #. type: =item
30457 #: ../tools/virt-make-fs.pl:187
30458 msgid "B<--size=+E<lt>NE<gt>>"
30459 msgstr ""
30460
30461 #. type: =item
30462 #: ../tools/virt-make-fs.pl:189
30463 msgid "B<-s E<lt>NE<gt>>"
30464 msgstr ""
30465
30466 #. type: =item
30467 #: ../tools/virt-make-fs.pl:191
30468 msgid "B<-s +E<lt>NE<gt>>"
30469 msgstr ""
30470
30471 #. type: textblock
30472 #: ../tools/virt-make-fs.pl:193
30473 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
30474 msgstr ""
30475
30476 #. type: textblock
30477 #: ../tools/virt-make-fs.pl:196
30478 msgid ""
30479 "If this option is I<not> given, then the output image will be just large "
30480 "enough to contain all the files, with not much wasted space."
30481 msgstr ""
30482
30483 #. type: textblock
30484 #: ../tools/virt-make-fs.pl:199
30485 msgid ""
30486 "To choose a fixed size output disk, specify an absolute number followed by "
30487 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30488 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30489 "files, else you will get an error."
30490 msgstr ""
30491
30492 #. type: textblock
30493 #: ../tools/virt-make-fs.pl:204
30494 msgid ""
30495 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30496 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30497 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
30498 "the input files, and (approximately) an extra 200 MB free space."
30499 msgstr ""
30500
30501 #. type: textblock
30502 #: ../tools/virt-make-fs.pl:210
30503 msgid ""
30504 "Note that virt-make-fs estimates free space, and therefore will not produce "
30505 "filesystems containing precisely the free space requested.  (It is much more "
30506 "expensive and time-consuming to produce a filesystem which has precisely the "
30507 "desired free space)."
30508 msgstr ""
30509
30510 #. type: =item
30511 #: ../tools/virt-make-fs.pl:219
30512 msgid "B<--format=E<lt>fmtE<gt>>"
30513 msgstr ""
30514
30515 #. type: =item
30516 #: ../tools/virt-make-fs.pl:221
30517 msgid "B<-F E<lt>fmtE<gt>>"
30518 msgstr ""
30519
30520 #. type: textblock
30521 #: ../tools/virt-make-fs.pl:223
30522 msgid "Choose the output disk image format."
30523 msgstr ""
30524
30525 #. type: textblock
30526 #: ../tools/virt-make-fs.pl:225
30527 msgid "The default is C<raw> (raw disk image)."
30528 msgstr ""
30529
30530 #. type: textblock
30531 #: ../tools/virt-make-fs.pl:227
30532 msgid ""
30533 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30534 "that would really make sense here is C<qcow2>."
30535 msgstr ""
30536
30537 #. type: =item
30538 #: ../tools/virt-make-fs.pl:234
30539 msgid "B<--type=E<lt>fsE<gt>>"
30540 msgstr ""
30541
30542 #. type: =item
30543 #: ../tools/virt-make-fs.pl:236
30544 msgid "B<-t E<lt>fsE<gt>>"
30545 msgstr ""
30546
30547 #. type: textblock
30548 #: ../tools/virt-make-fs.pl:238
30549 msgid "Choose the output filesystem type."
30550 msgstr ""
30551
30552 #. type: textblock
30553 #: ../tools/virt-make-fs.pl:240
30554 msgid "The default is C<ext2>."
30555 msgstr ""
30556
30557 #. type: textblock
30558 #: ../tools/virt-make-fs.pl:242
30559 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30560 msgstr ""
30561
30562 #. type: =item
30563 #: ../tools/virt-make-fs.pl:249
30564 msgid "B<--partition>"
30565 msgstr ""
30566
30567 #. type: =item
30568 #: ../tools/virt-make-fs.pl:251
30569 msgid "B<--partition=E<lt>parttypeE<gt>>"
30570 msgstr ""
30571
30572 #. type: textblock
30573 #: ../tools/virt-make-fs.pl:253
30574 msgid ""
30575 "If specified, this flag adds an MBR partition table to the output disk "
30576 "image."
30577 msgstr ""
30578
30579 #. type: textblock
30580 #: ../tools/virt-make-fs.pl:256
30581 msgid ""
30582 "You can change the partition table type, eg. C<--partition=gpt> for large "
30583 "disks."
30584 msgstr ""
30585
30586 #. type: textblock
30587 #: ../tools/virt-make-fs.pl:259
30588 msgid ""
30589 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
30590 "might consider the next parameter to be the partition type.  For example:"
30591 msgstr ""
30592
30593 #. type: verbatim
30594 #: ../tools/virt-make-fs.pl:263
30595 #, no-wrap
30596 msgid ""
30597 " virt-make-fs --partition input.tar ...\n"
30598 "\n"
30599 msgstr ""
30600
30601 #. type: textblock
30602 #: ../tools/virt-make-fs.pl:265
30603 msgid ""
30604 "would cause virt-make-fs to think you wanted to use a partition type of "
30605 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
30606 "dash) between options and the input file argument:"
30607 msgstr ""
30608
30609 #. type: verbatim
30610 #: ../tools/virt-make-fs.pl:269
30611 #, no-wrap
30612 msgid ""
30613 " virt-make-fs --partition -- input.tar ...\n"
30614 "\n"
30615 msgstr ""
30616
30617 #. type: textblock
30618 #: ../tools/virt-make-fs.pl:541
30619 msgid ""
30620 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30621 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30622 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30623 msgstr ""
30624
30625 #. type: verbatim
30626 #: ../tools/virt-make-fs.pl:558
30627 #, no-wrap
30628 msgid ""
30629 " export LIBGUESTFS_DEBUG=1\n"
30630 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30631 "\n"
30632 msgstr ""
30633
30634 #. type: textblock
30635 #: ../tools/virt-make-fs.pl:561
30636 msgid ""
30637 "Attach /tmp/virt-make-fs.log to a new bug report at "
30638 "L<https://bugzilla.redhat.com/>"
30639 msgstr ""
30640
30641 #. type: textblock
30642 #: ../tools/virt-list-partitions.pl:32
30643 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30644 msgstr ""
30645
30646 #. type: verbatim
30647 #: ../tools/virt-list-partitions.pl:36
30648 #, no-wrap
30649 msgid ""
30650 " virt-list-partitions [--options] domname\n"
30651 "\n"
30652 msgstr ""
30653
30654 #. type: verbatim
30655 #: ../tools/virt-list-partitions.pl:38
30656 #, no-wrap
30657 msgid ""
30658 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30659 "\n"
30660 msgstr ""
30661
30662 #. type: textblock
30663 #: ../tools/virt-list-partitions.pl:45
30664 msgid ""
30665 "C<virt-list-partitions> is a command line tool to list the partitions that "
30666 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30667 "first step to using L<virt-resize(1)>."
30668 msgstr ""
30669
30670 #. type: textblock
30671 #: ../tools/virt-list-partitions.pl:50
30672 msgid ""
30673 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30674 "functionality.  For more complex cases you should look at the "
30675 "L<guestfish(1)> tool."
30676 msgstr ""
30677
30678 #. type: =item
30679 #: ../tools/virt-list-partitions.pl:107
30680 msgid "B<-h> | B<--human-readable>"
30681 msgstr ""
30682
30683 #. type: textblock
30684 #: ../tools/virt-list-partitions.pl:109
30685 msgid "Show sizes in human-readable form (eg. \"1G\")."
30686 msgstr ""
30687
30688 #. type: textblock
30689 #: ../tools/virt-list-partitions.pl:117
30690 msgid ""
30691 "With this option, C<virt-list-partitions> displays the type and size of each "
30692 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30693 msgstr ""
30694
30695 #. type: =item
30696 #: ../tools/virt-list-partitions.pl:124
30697 msgid "B<-t> | B<--total>"
30698 msgstr ""
30699
30700 #. type: textblock
30701 #: ../tools/virt-list-partitions.pl:126
30702 msgid "Display the total size of each block device (as a separate row or rows)."
30703 msgstr ""
30704
30705 #. type: textblock
30706 #: ../tools/virt-list-partitions.pl:259
30707 msgid ""
30708 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30709 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30710 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30711 msgstr ""